@charset "UTF-8";
/* ==========================================
  common
========================================== */
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  font-weight: inherit;
}
body, html {
  background: #fff;
  color: #222;
  font-weight: 400;
  height: 100%;
  margin: 0;
  padding: 0;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-family: 'Noto Sans JP', sans-serif;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
* {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
h1, h2, h3, h4, h5 {
  font-weight: inherit;
  padding: 0;
  margin: 0;
}
p {
  letter-spacing: 0.15em;
  line-height: 1.8;
  padding: 0;
  margin: 0;
}
ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
dl, dt, dd {
  margin: 0;
  padding: 0;
}
a {
  color: inherit;
  text-decoration: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
    outline: none;
}
a:focus,
a:focus img {
  box-shadow: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
    outline: none;
}
a:active, a:hover {
  color: inherit;
}
.linkover {
  position: relative;
}
a.whole {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
a.whole:hover {
  background: rgba(118, 81, 48, 0.1);
}
img {
  max-width: 100%;
  height: auto;
  outline: none;
	vertical-align:top;
}
hr {
  height: 1px;
  background-color: #e5e5e5;
  border: none;
  color: #e5e5e5;
  margin-top: 60px;
}
/*----------------------------------------------------
  
----------------------------------------------------*/
.txt_center{
	text-align: center;
}
.gw2025 p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
/*----------------------------------------------------
  font
----------------------------------------------------*/
.gw2025 .f13 {
	font-size: 13px;
}
.gw2025 .f16 {
	font-size: 16px;
}
.gw2025 .bold {
  font-weight: bold;
}
/*----------------------------------------------------
  color
----------------------------------------------------*/
/*----------------------------------------------------
  margin
----------------------------------------------------*/
.mgt20{
	margin-top: 20px;
}
.mgt60{
	margin-top: 60px;
}
.mgb60{
	margin-bottom:60px;
}
/*----------------------------------------------------
  header
----------------------------------------------------*/
.gw2025 header {
	margin: 10px;
	text-align: center;
}

/*----------------------------------------------------
  main
----------------------------------------------------*/
.gw2025 .main {
	max-width: 775px;
	margin: 0 auto;
	padding: 0;
}
.gw2025 .link  a{
	display: block;
	background: #96defe;
	border-radius: 60px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 15px 20px;
}
@media screen and (max-width: 480px) {
.gw2025 .link  a{
	display: block;
	background: #96defe;
	border-radius: 4px;
	font-size: 15px;
	font-weight: bold;
	padding: 15px;
}
}
/*----------------------------------------------------
  col
----------------------------------------------------*/
.gw2025 .col {
  display: flex;
  flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
/*----------------------------------------------------
  contents
----------------------------------------------------*/
.gw2025 #contents{
	max-width: 775px;
	margin: 0 auto;
	padding: 0;	
}

/*==================================================
event
===================================*/
.gw2025 .inner {
    display: none;
	max-width: 660px;
	margin: 0 auto;
}
.event{
	background: url("../img/bg_event.jpg") repeat;
	padding: 40px 20px;
}
.gw2025 .event .inner {
    display: block;
}
.gw2025 .event .box {
	background: #fff;
	border: 4px solid #26a7e1;
	border-radius: 20px;
	padding: 30px 20px;
	margin-top: 40px;
}
.gw2025 .event h2 {
	font-size: 36px;
	font-weight: bold;
}
.gw2025 .event .photo {
	padding-bottom: 20px;
}
.gw2025 .event .btn  a{
	display: inline-block;
	background: #5ab390;
	border-radius: 60px;
	color: #fff;
	font-size: 20px;
	padding: 10px;
}
@media screen and (max-width: 780px) {
.gw2025 .event h3 {
	font-size: 26px;
	width: 68%;
}
}
@media screen and (max-width: 480px) {
.gw2025 .event .box {
	background: #fff;
	border-radius: 20px;
	padding: 10px;
	margin-top: 40px;
}
.gw2025 .event .btn  a{
	font-size: 18px;
}
}
/*==================================================
sale
===================================*/
.gw2025 .sale{
	background: url("../img/bg_newshop.jpg") repeat;
	max-width: 775px;
	margin: 10px auto;
	padding: 20px;	
}
.gw2025 .sale .inner {
    display: block;
}
.gw2025 .sale .box {
	background: #fff;
	border: 4px solid #7bb322;
	border-radius: 20px;
	padding: 30px 20px;
	margin-top: 40px;
}
@media screen and (max-width: 780px) {
}
/*==================================================
movie
===================================*/
.gw2025 .inner {
    display: none;
	max-width: 660px;
	margin: 0 auto;
}
.movie{
	background: url("../img/bg_movie.jpg") repeat;
	padding: 40px 20px;
}
.yb {
  max-width: 660px;
  aspect-ratio: 16 / 9;
	margin: 30px auto;
	padding: 0;
}
.yb iframe {
  width: 100%;
  height: 100%;
      border: 4px solid #d52352;
	border-radius: 6px;
}
/*----------------------------------------------------
  footer
----------------------------------------------------*/
.gw2025 footer {
	padding: 40px 10px;
	text-align: center;
}
.gw2025 footer p{
	font-size: 11px;
	margin-top: 20px;
}
/*----------------------------------------------------
  page_top
----------------------------------------------------*/

#page_top{
  width: 100px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #006eb9;
  opacity: 1;
}
#page_top a{
  position: relative;
  display: block;
  width: 100px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before{
  font-weight: 900;
  content: '↑';
  font-size: 22px;
  color: #fff;
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 32px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}