@charset "utf-8";

/* RESET */
article,aside,details,figcaption,figure,footer,header,hgroup,hr,menu,nav,section{display:block}a,hr{padding:0}abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}ins,mark{background-color:#ff9;color:#000}body{line-height:1}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;font-size:100%;vertical-align:baseline;background:0 0}ins{text-decoration:none}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{height:1px;border:0;border-top:1px solid #ccc;margin:1em 0}input,select{vertical-align:middle}

/* INIT */
.list:after,
.cont:after,
.pack:after,
.set:after,
.box:after,
.block:after,
section:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.list,
.cont,
.pack,
.set,
.box,
.block,
section {
zoom: 1;
}

.selector {
  font-feature-settings: "palt";
}


.Montserrat {
font-family: 'Montserrat', sans-serif;
font-weight: 400;
font-weight: 700;
}
.mincho {
font-family: "Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,游明朝,"Yu Mincho",YuMincho,メイリオ,Meiryo,serif;
}
.gothic {
font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",メイリオ,Meiryo,sans-serif;
}

body {
position: relative;
background-color: #faf3f0;
background-image: url("../img/bg.png");
font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",メイリオ,Meiryo,sans-serif;
font-style: normal;
font-weight: normal;
margin: 0;
padding: 0;
font-size: 16px;
line-height: 1.77;
letter-spacing: 0.01em;
color: #000;
-webkit-font-smoothing: antialiased;
font-feature-settings: "palt";
-webkit-font-feature-settings: "palt";
}
@media (min-width: 768px) {
	body {
	font-size: 14px;
	line-height: 1.73;
	letter-spacing: 0.01em;
	}
}

html,
body {height: 100%;}

br.sp {display: block;}
br.pc {display: none;}
span.sp {display: block;}
span.pc {display: none;}
@media (min-width: 768px) {
	br.sp {display: none;}
	br.pc {display: block;}
	span.sp {display: none;}
	span.pc {display: block;}
}
a,
a img { 
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
}
a:link {
color: #000;
text-decoration: none;
}
a:active,
a:visited { 
color: #000;
text-decoration: none;
}
a:hover { 
color: #000;
text-decoration: none;
}

/* 親 */
li.has-submenu {
  position: relative;
  text-align: center;
}

/* サブメニュー本体（初期非表示） */
.submenu {
  position: absolute;
  top: calc(100% - 20px);
  left: 50%;
  transform: translateX(-50%);

  display: none;

  list-style: none;
  width: fit-content;
  background: #fff;
  white-space: nowrap;

  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.submenu a {
  display: inline-block;
  min-width: 100px;
	margin-bottom: -30px;
	margin-top: -15px;
}

/* 開いたときだけ表示 */
.has-submenu.open .submenu {
  display: flex !important;
  flex-direction: column; /* スマホでも崩れない */
  z-index: 9999;
}

/* 日付崩れ防止 */
.date {
  white-space: nowrap;
}
@media (max-width: 768px) {

  .submenu {
    position: absolute;
    top: calc(100% - 5px);
    left: 50%;


    transform: translateX(-50%);

    display: none;
    flex-direction: column;
    gap: 10px;

    width: fit-content;
    padding: 8px 12px;

    background: #3D79B5;
    white-space: nowrap;

    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  }

  .has-submenu.open .submenu {
    display: flex;
  }

  .submenu a {
    color: #000;
    font-size: 14px;
    display: block;   /* ←これ重要 */
	  	margin-bottom: 0px;
	margin-top: 0px;
  }
  .submenu li a {
  font-size: 16px;
}
}

/* =====================
   SNS MENU
===================== */

#globalNavi ul.local li.sns-menu {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  margin-left: 16px;
  padding-top: 35px;
}


/* 既存ナビCSS解除 */
#globalNavi ul.local li.sns-menu a {
  padding: 0;
  display: block;
  background: none;
  position: static;
}

#globalNavi ul.local li.sns-menu a::before {
  display: none;
}

#globalNavi ul.local li.sns-menu a:hover {
  opacity: 1;
}


/* アイコン */
#globalNavi ul.local li.sns-menu img {
  width: 44px;
  height: 44px;
  display: block;
}
/* PCのみ：メニューを右へ移動 */
@media screen and (min-width:1021px) {
  #header nav {
    transform: none;
  }

  #globalNavi {
    display: block;
  }
  #header nav {
    transform: translateX(100px);
  }

}

/* =====================
   スマホ
===================== */

@media screen and (max-width:1000px){

  #globalNavi ul.local li.sns-menu {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-top: 10px;
  }

}



.fadeElm {
position: relative;
-webkit-transform: translate(0px, 30px);
-moz-transform: translate(0px, 30px);
-ms-transform: translate(0px, 30px);
transform: translate(0px, 30px);
filter:alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
}
.activeView {
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
transform: translate(0px, 0px);
filter:alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

/* CONTAINER */
#container {
overflow: hidden;
}
@media (min-width: 1020px) {}

/* PAGETOP */
#ModalMask {
position: fixed;
left: 0;
top: 0;
background-color: rgba(255,255,255,0.8);
width: 100%;
height: 100%;
z-index: 8;
display: none;
}

@media (max-width: 1019px) {
	#header {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	box-sizing: border-box;
	position: fixed;
	left: 0;
	top: 0;
	/*background-color: #b7d8e7;*/
	
	width: 100%;
	height: 50px;
	z-index: 9;
	}
	.active #header {}
	#pageTop .logo {
	position: absolute;
	left: 10px;
	top: 6px;
	}
	#pageTop .logo img {
	display: block;
	width: 200px;
	height: auto;
	}
	#globalNavi .menu {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position: fixed;
	right: 0;
	top: 0;
	background-color: #000;
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 11;
	}
	#globalNavi .menu span {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	display: block;
	width: 25px;
	height: 4px;
	text-decoration: none;
	
	}
	#globalNavi .menu span:nth-child(1) {
	position: absolute;
	left: 12px;
	top: 13px;
	background-color: #fff;
	}
	#globalNavi .menu span:nth-child(2) {
	position: absolute;
	left: 12px;
	top: 23px;
	background-color: #fff;
	}
	#globalNavi .menu span:nth-child(3) {
	position: absolute;
	left: 12px;
	top: 33px;
	background-color: #fff;
	}
	#globalNavi .menu.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
	}
	#globalNavi .menu.active span:nth-of-type(2) {
	opacity: 0;
	}
	#globalNavi .menu.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
	}
	#globalNavi .cnt {
	position: fixed;
	right: 0;
	top: 0;
	box-sizing: border-box;
	width: 100%;
	z-index: 10;
	text-align: left;
	display: none;
	}
	#globalNavi .box {
	margin-top: 51px;
	background-color: #000;
	}
	#globalNavi ul.local {}
	#globalNavi ul.local li {
	border-bottom: solid 1px #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.1em;
	text-align: center;
	}
	#globalNavi ul.local li:last-child {
	border-bottom: none;
	}
	#globalNavi ul.local li span {
	display: block;
	font-size: 11px;
	letter-spacing: 0em;
	color: #ffd400;
	line-height: 16px;
	font-family: 'Roboto Condensed', sans-serif;
	}
	#globalNavi li a {
	padding: 12px 0;
	display: block;
	color: #fff;
	}
	
	#pageTop dl {
	border-top: solid 1px #fff;
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: 0.1em;
	text-align: center;
	}
	#pageTop dt {
	padding: 12px 0;
	display: block;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	}
	#pageTop dt span {
	position: relative;
	padding: 0 27px;
	}
	#pageTop dt span::before {
	transform: translateY(-50%);
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	background: url("../img/icn_lang.svg") no-repeat center center;
	background-size: contain;
	width: 18px;
	height: 18px;
	}
	#pageTop dt span::after {
	transform: translateY(-50%) rotate(45deg);
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 40%;
	border-right: solid 2px #fff;
	border-bottom: solid 2px #fff;
	width: 8px;
	height: 8px;
	}
	#pageTop dd {
	border-bottom: solid 1px #484848;
	background-color: #1b1b1b;
	}
	#pageTop dd:last-child {
	border-bottom: none;
	}
	#pageTop dd a {
	padding: 12px 0;
	display: block;
	color: #fff;
	}
	
	
}
@media (min-width: 1020px) {
	#pageTop {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	box-sizing: border-box;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	min-width: 1000px;
	height: 106px;
	text-align: center;
	z-index: 100;
	}
	#pageTop .cont {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	}
	#pageTop .cnt {
	float: right;
	}
	#pageTop .logo {
	position: absolute;
	left: 0px;
	top: 13px;
	}
	#pageTop .logo img {
	display: block;
	width: 280px;
	height: auto;
	}
	#pageTop .local {
	display: inline-block;
	}
	#pageTop .local li {
	padding: 0 10px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.01em;
	float: left;
	
	}
	#pageTop .local li:last-child {
	padding: 0 0 0 10px;
	}
	#pageTop .local li span {
	display: block;
	padding-top: 2px;
	font-size: 12px;
	letter-spacing: 0em;
	color: #35853e;
	font-family: 'Roboto Condensed', sans-serif;
	
	}
	#pageTop .local li a {
	box-sizing: border-box;
	display: block;
	position: relative;
	padding: 30px 0 0 0;
	height: 100px;
	color: #000;
	text-shadow: 1px 1px 2px #fff;
	}
	#pageTop .local li a::after {
	position: absolute;
	bottom: 45px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #35853e;
	transform: scale(0, 1);
	transform-origin: center top;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}
	#pageTop li a.active::after,
	#pageTop li a:hover::after {
	transform: scale(0.8, 2);
	}
	
	
	#pageTop dl {
	display: flex;
	position: fixed;
	right: 0;
	top: 0;
	background-color: #231815;
	border-radius: 0 0 0 10px;
	padding: 0 24px 0 20px;
	}
	#pageTop dt {
	position: relative;
	padding-left: 27px;
	font-weight: bold;
	font-size: 14px;
	line-height: 43px;
	color: #fff;
	}
	#pageTop dt::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 13px;
	background: url("../img/icn_lang.svg") no-repeat center center;
	background-size: contain;
	width: 18px;
	height: 18px;
	}
	#pageTop dd {
	margin-left: 16px;
	font-size: 14px;
	line-height: 43px;
	color: #fff;
	}
	#pageTop dd a {
	color: #fff;
	}
	#pageTop dd a:hover {
	text-decoration: underline;
	text-underline-offset: 5px;
	}
	
}

#pageBottom {
background-color: #d83e3c;
margin-top: 40px;
}
@media (min-width: 768px) {}

#footer .cont {
padding: 40px 0 20px 0;
text-align: center;
}
#footer .credit {
margin-bottom: 25px;
font-size: 16px;
font-weight: bold;
color: #fff;
}
#footer .credit span {
display: block;
padding: 14px 0 0 0;
font-size: 14px;
font-weight: normal;
}
#footer .logo {

margin: 0 auto 35px auto;
padding: 7px 0 0 0;
width: 302px;
height: 122px;
}
#footer .logo img {
width: 270px;
height: auto;
}
#footer .navi {
margin-bottom: 15px;
font-size: 12px;
line-height: 2.18;
color: #fff;
}
#footer .navi a {
color: #fff;
}
#footer .navi span {
display: none;
}
#footer .copyRight {
font-size: 10px;
color: #fff;
}
@media (min-width: 1020px) {
	#footer .cont {
	padding: 45px 0 45px 0;
	}
	#footer .credit {
	margin-bottom: 30px;
	}
	#footer .logo {
	margin: 0px auto 50px auto;
	padding: 0px 0 0 0;
	width: 302px;
	height: 122px;
	}
	#footer .logo img {
	width: 302px;
	height: auto;
	}
	#footer .navi {
	margin-bottom: 20px;
	}
	#footer .navi a {
	color: #fff;
	}
	#footer .navi span {
	display: inline;
	}
	#footer .copyRight {
	font-size: 12px;
	}
}


