@charset "utf-8";
/* CSS Document */

/* 基本設定： ページ全体 */

img[src$=".svg"] {
    width: 100%;
	line-height: 0;
	font-size: 0;
}

* {-webkit-box-sizing: border-box;
   -ms-box-sizing: border-box;
   -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
   box-sizing: border-box;
  }
 
html { scroll-behavior: smooth;}

body {
	margin: 0;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	line-height: 30px;
	font-size:0.9em;
	line-height: normal;
	color:#333;
	width:100%;
	-webkit-text-size-adjust: 100%;
}

a.anchor{ display: block; padding-top: 200px; margin-top: -200px;}

/*----clearfix----*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
/*----clearfix----*/

/*----文字の装飾・マージン等----*/
.font-30 { font-size:30% !important;}
.font-40 { font-size:40% !important;}
.font-50 { font-size:50% !important;}
.font-60 { font-size:60% !important;}
.font-70 { font-size:70% !important;}
.font-80 { font-size:80% !important;}
.font-90 { font-size:90% !important;}
.font-110 { font-size:110% !important;}
.font-120 { font-size:120% !important;}
.font-130 { font-size:130% !important;}
.font-140 { font-size:140% !important;}

.margintop-1 { margin-top: 1% !important;}
.margintop-2 { margin-top: 2% !important;}
.margintop-3 { margin-top: 3% !important;}
.margintop-4 { margin-top: 4% !important;}
.margintop-5 { margin-top: 5% !important;}
.marginbottom-1 { margin-bottom: 1% !important;}
.marginbottom-2 { margin-bottom: 2% !important;}
.marginbottom-3 { margin-bottom: 3% !important;}
.marginbottom-4 { margin-bottom: 4% !important;}
.marginbottom-5 { margin-bottom: 5% !important;}
.marginbottom-6 { margin-bottom: 6% !important;}
.marginbottom-7 { margin-bottom: 7% !important;}
.marginbottom-8 { margin-bottom: 8% !important;}
.marginbottom-9 { margin-bottom: 9% !important;}
.marginbottom-10 { margin-bottom: 10% !important;}

.line-height-110 {line-height: 110%}
.line-height-120 {line-height: 110%}

.redText { color: #C00;}
.pinkText { color: #EB5A9F;}
.bold { font-weight: bold;}
.mincho { font-family: 'Shippori Mincho', serif;}
#attention { background-color:#FFF; background-size:cover; border-radius: 10px; margin-top: 3%; padding: 5%;}

/* バナー */
.bnr , .bnr-wrap {
	margin: 0;
	padding: 0;
	overflow: hidden;
	cursor: pointer;
}
.bnr img , .bnr-wrap img {
	transform: scale(1);
	transition: .4s ease-in-out;
}
.bnr:hover img , .bnr-wrap:hover img {
	transform: scale(1.05);
}

/* java： fadeInUp fadeInDown */
.animationUp , .animationDown {
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
	visibility:hidden;
}
.fadeInDown {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:2s;
	-ms-animation-duration:2s;
	animation-duration:2s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
.fadeInUp {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:2s;
	-ms-animation-duration:2s;
	animation-duration:2s;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	visibility: visible !important;
}
@-webkit-keyframes fadeInUp {
 0% {  opacity: 0; -webkit-transform: translateY(40px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInUp {
 0% { opacity: 0; -webkit-transform: translateY(40px); -ms-transform: translateY(40px); transform: translateY(40px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
@-webkit-keyframes fadeInDown {
 0% {  opacity: 0; -webkit-transform: translateY(-40px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-40px); -ms-transform: translateY(-40px); transform: translateY(-40px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
@-webkit-keyframes fadeInLeft {
 0% {  opacity: 0; -webkit-transform: translateX(40px); }
 100% { opacity: 1; -webkit-transform: translateX(0); }
}
@keyframes fadeInLeft {
 0% { opacity: 0; -webkit-transform: translateX(40px); -ms-transform: translateX(40px); transform: translateX(40px); }
 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}
@-webkit-keyframes fadeInRight {
 0% {  opacity: 0; -webkit-transform: translateX(-40px); }
 100% { opacity: 1; -webkit-transform: translateX(0); }
}
@keyframes fadeInRight {
 0% { opacity: 0; -webkit-transform: translateX(-40px); -ms-transform: translateX(-40px); transform: translateX(-40px); }
 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}

/*headerGnavi*/
header {
	postion: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 3;

}
header nav#headerGnavi { width: 100%; display: none;}
.header-HMI-logo { max-width: 1200px; margin: 0 auto; padding: 2px 10px 0 ; }
.header-HMI-logo a::before{
	display: inline-block;
	content:"";
	background-image:url(../img/logo/headerHMIlogo.svg);
	background-size: contain;
    background-repeat: no-repeat;
	width:15px;        
	height: 15px;
	margin-right: 6px;
	margin-bottom: -2px;
}
.headerGnavi {
    position: relative;
    width: 100%;
	margin: 0 auto;
    height: 70px;
	display:flex;
	justify-content: end;
	color:#666;
}
.headerGnavi > li {
	width: auto;
    height:100%;
    padding: 20px 20px;
	text-align:center;
	font-weight: 500;
}
.headerGnavi > li:hover {
	background: linear-gradient(0deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.3));
}
.headerGnavi > li a {
	color:#FFF;
	font-size: 0.9em;
	text-decoration:none;
	font-weight:400;
	position: relative;
	display: inline-block;
	transition: .3s;
}
.headerGnavi > li a::after{
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #C00;
	transition: .3s;
	transform: translateX(-50%);
}
.headerGnavi .menu__second-level > li a::after{
	position: absolute;
	bottom: initial;
	left: initial;
	content: initial;
	width: initial;
	height: initial;
	background-color: initial;
	transition: initial;
	transform: initial;
}
.headerGnavi > li a:hover::after{
	width: 100%;
}
ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 3;
	line-height: 170%;
	font-size: 100%;
	font-weight:500;
}
.menu__second-level li {
	margin-bottom: 20px;
	text-align: left;
}
.menu__second-level li a:hover {}

/*下線が動く*/
.headerGnavi .menu__second-level a {
	padding:0 0 5px 15px;
	line-height: 150%;
	color:#555;
	position: relative;
	display: inline-block;
	transition: .3s;
	font-weight:500 ;
	white-space: nowrap;
}
.headerGnavi .menu__second-level a::before {
	content:"";
	position: absolute;
	left: 0px;
	top: 8px;
	width: 4px;
	height: 4px;
	border-top: 2px solid #c3983a;
	border-right: 2px solid #c3983a;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: left 0.2s ease;
    -moz-transition: left 0.2s ease;
    -o-transition: left 0.2s ease;
    transition: left 0.2s ease;
}
.headerGnavi .menu__second-level a:hover::before{
	left: 3px;
}

/* floatクリア */
.headerGnavi:before,
.headerGnavi:after {
    content: " ";
    display: table;
}
.headerGnavi:after {
    clear: both;
}
.headerGnavi {
    *zoom: 1;
}

/* mega */
li.menu__mega ul.menu__second-level {
    position: absolute;
    top: 70px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
	margin-top: -1px;
    padding: 40px 2% 20px;
    /*-webkit-transition: all .2s ease;
    transition: all .2s ease;*/
	background-color:#fff;
}
li.menu__mega:hover ul.menu__second-level {
    top: 70px;
    visibility: visible;
    opacity: 1;
	z-index:99;
}
li.menu__mega ul.menu__second-level > li {
    float: left;
    width: 32%;
    border: none;
}
li.menu__mega ul.menu__second-level > li {
    float: left;
    width: 32%;
    border: none;
}
li.menu__mega ul.menu__second-level > li:nth-child(3n+2) {
    margin: 0 1%;
}

/* single */
.menu > li.menu__single {
    position: relative;
}
li.menu__single ul.menu__second-level {
	position: absolute;
    top: 70px;
    box-sizing: border-box;
    width: auto;
	min-width: 150px;
	margin-left: -20px;
    padding: 30px 2% 10px;
    /*-webkit-transition: all .2s ease;
    transition: all .2s ease;*/
	background-color:#fff;
}
li.menu__single:hover ul.menu__second-level {
    top: 70px;
    visibility: visible;
    opacity: 1;
}
/*グロナビの最後のメニューの下層部分の位置*/
li.menu__single:last-child ul.menu__second-level {
	right:0;
}
li.menu__single:last-child i{font-size:120%;}

/*---------------------------------
	ヘッダ（ハンバーガーメニュー）
---------------------------------*/
#hamburgermenu {
	position: relative;
	width: 70px;
	height: 70px;
	background: #DF383B;
	display: flex; 
	z-index: 1000;
	background: transparent;
}

/* チェックボックスを非表示にする */
.drawer_hidden {
	display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
	position: absolute;
	top:35px;
	right: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 100;/* 重なり順を一番上にする */
	cursor: pointer;
	mix-blend-mode: difference;/* 背景色にあわせて文字色変更 */
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
	content: '';
	display: block;
	height: 3px;
	width: 25px;
	border-radius: 3px;
	background: #fff;/* 三本線の色 */
	transition: 0.5s;
	position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
	bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
	top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#hamburger:checked ~ .drawer_open span {
	background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#hamburger:checked ~ .drawer_open span::before {
	bottom: 0;
	transform: rotate(45deg);
	background: #fff;/*　×の色*/
}
#hamburger:checked ~ .drawer_open span::after {
	top: 0;
	transform: rotate(-45deg);
	background: #fff;/*　×の色*/
}
.hgBox01{ padding: 5%;}
.hgBox01_inner{
	display: flex;flex-direction: row;
	justify-content: space-between;}
.hg_reserve,.hg_inquiry {width: 100%; position: relative;}
.hg_reserve a,.hg_inquiry a {
	display: block;text-align: center; 
	padding: 0.5em; color: #fff;
	background: #0c032b;
}
.hg_reserve {margin-top: 20px;}
.hg_inquiry {margin-top: 45px;}
.hg_inquiry a {
	background: #7e655a;
}
.hg_reserve a:hover,.hg_inquiry a:hover{
	opacity: 0.5;
}
.hgBox02_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 5% 0 0;
}
.hgBox02_inner li.hgmenu {
	width: 90%;
	margin: 0 5% 0 ;
}

/*---------------------------------
	ハンバーガーメニュー（別ウインドウ）
---------------------------------*/
.drawer_list {
	width: 100%;
	height: 100%;
	position: fixed;
	bottom: 100%;
	left: 0%; /* メニューを画面の外に飛ばす */
	z-index: 99;
	background: #f1e3ce;
	transition: .5s;
	padding-top: 10px;
	overflow: hidden scroll;
}

/* メニュー黒ポチを消す */
.navigation {
	list-style: none;
}
.navigation a {
	color: #333;
	text-decoration: none;
}

/* アイコンがクリックされたらメニューを表示 */
#hamburger:checked ~ .drawer_list {
	bottom: 0;/* メニューを画面に入れる */
}
p.hgmtitle {
	text-align: center; 
	margin: 20px auto 0;
	width: 300px;
}
p.hgmtitle img {
	width: 100%;
}
.accordion_menu {
	margin: 0 auto;
}
.toggle {
	display: none;
}
.menubox {
	position: relative;
	margin-top: 0.3em;
}
.menu_title,
.menu_content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.menu_title {
	padding: 0.8em 1em 0.1em 2.5em;
	display: block;
	color: #333;
	font-size: 1.1em;
	border-bottom: solid 1px #c09c3b;
}
.menu_title::after,
.menu_title::before {
	content: "";
	position: absolute;
	left: 1.25em;
	top: 1.25em;
	width: 2px;
	height: 0.6em;
	background-color: #c09c3b;
	transition: all 0.3s;
}
.menu_title::after {
	transform: rotate(90deg);
}
.menu_title02 {
	padding: 0.8em 1em 0.1em 2.5em;
	display: block;
	color: #333;
	font-size: 1.1em;
	border-bottom: 1px solid #c09c3b;
	position: relative;
}
.menu_title02::before {
	content: "\f105";
	font-family: "Font Awesome 6 Free";
	font-weight: 900; 
	display: inline-block;
	position: absolute;
	left: 1.25em;
	top: 1.25em;
	width: 2px;
	height: 0.6em;
	color: #c09c3b;
}
.menu_title02 a { display: block;}
.menu_title02 a:hover { color:#0169ae;}
.menu_content {
	max-height: 0;
	overflow: hidden;
}
.menu_content p {
	margin: 0;
	padding: 0.8em;
	font-size: 0.9em;
	line-height: 1.5;
}
.menu_content p:hover{
	background-color: #efe3c5;
}
.menu_content p.dwline {
	border-bottom: solid 1px #c09c3b;
	margin: 0;
	padding: 0.8em;
	font-size: 0.9em;
	line-height: 1.5;
}
.menu_content p.dwline a:hover { color: #0169ae;}
.menu_content {
	display:none;
}
.menu_title{
	border-bottom: solid 1px #c09c3b;
}
.toggle:checked + .menu_title + .menu_content {
	display: block;
	max-height: 500px;
	transition: all 1.5s;
}
.toggle:checked + .menu_title::before {
	transform: rotate(90deg) !important;
}
.menu_content {display:none;}
.menu_content p a{
	display: block;
	position: relative;
}
.menu_content p a::after{
	content:"";
	position: absolute;
	left: auto;
	bottom: 7px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #c3983a;
	border-right: 2px solid #c3983a;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*----
	ヘッダ（ハンバーガーメニュー）ここまで
-----*/

/*ページトップへあがるボタン*/
.pagetop {
  height: 55px;
  width: 55px;
  position: fixed;
  right: 10px;
  bottom: 70px;
	background-color:#555555;
  border: none;/*線なし*/
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
  opacity: 0.6;
}
.pagetop__arrow {
  display: block;
  height: 15px;
  width: 15px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: translateY(20%) rotate(-45deg);
}

/* アコーディオン --------------------------------------------------------- */
/*ベース*/
.toggle-s {
	display: none;
}
.summary-label {		/*タイトル*/
	padding: 0.6rem 1em;
	display: block;
	color: #000;
	background:rgba(26,26,26,0.2);
	cursor: pointer;
}
.summary-label::before{		/*タイトル横の矢印*/
	content:"";
	width: 12px;
	height: 12px;
	border-top: 2px solid #942148;
	border-right: 2px solid #942148;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 8px );
	right: 20px;
	transform: rotate(135deg);
}
.summary-label,
.summary-content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.summary-content {/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.summary-content:last-child {/*本文*/
	margin-bottom:0;
}
.toggle-s:checked + .summary-label + .summary-content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle-s:checked + .summary-label::before {
	transform: rotate(-45deg) !important;
}

/*概要アコーディオン ボタンデザイン*/
.accordion-area {
	width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.item-title {
	width: 90%;
    margin: 0;
}
.item-eng {
	position: relative;
    font-size: 120%;
    display: block;
    line-height: 1.5rem;
    word-break: break-all;
}
.item-jp {
	font-size: 87%;
	color: #b05505;
    display: block;
	line-height: 1.5rem;
    letter-spacing: 0.13em;
}
.summary-content span {
	font-size: 81%;
    padding-top: 1.2rem;
    display: inline-block;
}
.accordionBox {}
.accordionBox li { margin: 0 0 5px;
}
.accordionBox li .summary-label{ font-size: 110%;;
}

/* ページ中身 */
#mainContainer {
	scroll-snap-type: y mandatory;
	position: relative;
	width: 100%;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	z-index: 2;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	background:url(../img/common/base.png);
}
header {
	width: 100%;
	height: 70px;
    background:url(../img/common/navBg.png);
}
.header-inner {
	max-width: 100%;
	display: flex;
	justify-content:space-between;
}
#header-logo { margin: 15px 0 0 5px;}
.header-HMI-logo a { margin-left: 10px; font-size: 110%; color: #000; font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; transition: color .3s;}
.header-HMI-logo a:hover { color:#0071be;}
#header-HMI-logoBox {
	width: 100%;
	background:url(../img/common/base.png);}
.header-HMI-logo { padding: 2px 10px;}
.header-inner #header-logo img { max-width: 150px;}　/* 施設によって変える。ブレイクポイントも調節する※別ファイル（施設名.css） */

main { width:100%;}

/* article */
article { width: 100%; height:auto; margin: 0 auto 5%;}
footer article { margin: 0 auto 0;}
article#directin , #topImage { margin: 0 auto !important;}
article #mainImage {
	display: flex;
	justify-content: center;
	align-items: end;
	overflow: hidden;
	height: 35vh;
	margin: 0 auto 0;
}
article #mainImage img { width: 100%; height:auto; min-width: 530px;}

/* section */
section { width: 90%; height:auto; margin: 0 auto 7%;}
section#directin { margin: 0 auto 0 !important; width: 100%!important; max-width: 100%;}
#bg-gry section { width: 90%; height:auto; margin: 0 auto 5%;}

/* 見出し */
h2 { font-size: 150%; line-height: 150%; letter-spacing: 0.05em;}
section h2 { margin: 15% 0 6% ; z-index: 2;}
h3 { font-size: 135%; line-height: 140%; letter-spacing: 0.05em; margin-bottom: 1%;}
.h2-back { position: relative; margin: 0 auto;}
.h2-back img{ width: 45%; position:absolute; left: -10px; top: 30px;  z-index: 1; }
.underLine { border-bottom: solid 1px black;}

/* ページ下部グレー部分 */
#bg-gry {
	width: 100%;
	background-image:url(../img/common/underBg.png),url(../img/common/baseGry.png) ;
	min-height: 1%;
	margin: 10% auto 0;
	padding: 7% 0 0; 
}
#bg-gry:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#bg-gry h2 { margin: 5% 0 2% ;}

/* ダイレクトインボタンここから */
.directinBtn {
	width:120px;
	height:60px;
	border-radius: 100px 100px 0 0;
	background:#dd0000;
	margin: 0 auto ;
	padding: 20px 10px 0;
	color:#FFF;
	text-align:center;
	font-size: 120%;
    display: block;
}
section #directin{ z-index: 2;}

/*予約追従ボタン*/
.reserve_folliwing {
  height: 55px;
  width: 55px;
  position: fixed;
  right: 10px;
  bottom: 15px;
  background: #942148;
  border: none;/*線なし*/
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
  opacity: 0.8;
}
.reserve_folliwingInner{
  display: block;
  font-size:16px;
	font-weight: 600;
}
.reserve_folliwingInner a{color:#fff;}

/* ダイレクトインボタンここまで*/

/* 変化するボタン */
summary {}

/* Firefox用 */
details summary {
    list-style: none; /* デフォルト矢印削除 */
    cursor: pointer;
}
 
/* Chrome, Safari用 */
details summary::-webkit-details-marker {
    display: none; /* デフォルト矢印削除 */
}

.btn-right , .btn-left {
	font-size: 1rem;
	font-weight: 400;
	line-height: 0.7;
	position: relative;
	display: inline-block;
	padding: 0.5rem 3rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0em;
	color: #212529;
	border-radius: 0.5rem;
	text-align:left;
}
.btn-right {
	float:right;
}
.btn-left {
	float:left;
}

/*btn-flat*/
.btn-flat {
	overflow: hidden;
	padding: 0.8rem 2rem 0.8rem;
	color: #fff;
	border-radius: 0;
	background: #999591;
}
.btn-flat span {
	position: relative;
}
.btn-flat:before {
	position: absolute;
	top: 0;
	left: 3px;
	width: 90px;
	height: 90px;
	content: '';
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-transform: translateX(-75%) translateY(-25px);
	transform: translateX(-75%) translateY(-25px);
	border-radius: 50%;
	background: #ddaa5c;
}
.btn-flat:hover:before {
	width: 400px;
	height: 400px;
	-webkit-transform: translateX(-1%) translateY(-175px);
	transform: translateX(-1%) translateY(-175px);
}

/* 詳細情報のアコーディオン */
.DetailAccordion { max-width: 400px; margin-top: 25px;}

/* summaryDetail */
.summaryDetail {display: block; padding-top: 50px;}
.summaryDetail {display: block; padding-top: 50px;}

/* フッター */
footer { background: url(../img/common/hmiBg.png); position:relative;}
#footerCont { background: linear-gradient(0deg, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.5) 98%, rgba(0, 0, 0, 0.7) 100%) ,url(../img/common/navBg.png); padding-bottom: 25px;}
#footer-box { width: 90%; margin: 0 auto 0; padding-top: 7%;}
#hmiLogo { width: 40%; margin-bottom: 2%;}
#footerLogo { width: auto; margin-bottom: 1.5%; display: flex; flex-direction: column; align-items: flex-start;}
#footerLogo img { width: 50%;}/* 施設によって変える※別ファイル（施設名.css） */
#footerLogo p { display: inline-block; padding: 5px 0 0 0; font-size: 85%; font-weight: 300;}
#hmiLogo img { width: 100%;}
address dl { color:#FFF; }
address dl dt { font-size: 120%; font-weight: 600; margin: 0 0 1%;}
address dl dd#add { font-size: 110%;}
address dl dd#tel { font-size: 160%; margin-top: 5px; font-weight:bold; letter-spacing: 2px; }
address dl dd#tel i{ font-size: 70%; display: inline-block; vertical-align: bottom; padding-bottom: 12px;}
address dl dd#tel p{ color:#FFF; display: inline-block; vertical-align: bottom;}
address dl dd#tel a{ color:#FFF;}
address dl dd#tel-reserve { display:flex; margin-top: 3%; font-size: 130%; font-family: 'Noto Sans JP', sans-serif; font-weight:bold; letter-spacing: 2px;}
address dl dd#tel-reserve a{ color:#FFF;}
address dl dd#tel-reserve dt { background-color:#FFF; font-size: 90%; margin:0 5px 0 0; display:inline; color:#000; padding: 0 6px 2px;}
address dl dd#tel-reserve dd { display:block; margin-top: 2%; font-size: 125%;}
address dl dd#tel-reserve dd.time { font-size: 80%;  margin-top: 0%;}
#sns-btn { float:left; display: flex; margin-top: 20px;}
#sns-btn li { width: 30px; margin-right: 10px;}
#sns-btn li img { width: 100%;}
#sns-btn:after { clear:both;}
#hmiLink img { width: 100%;}
#hmiLink-title { background-color:#fff; color:#000; text-align:center; margin: 30px auto 10px;}
#footerLink { width: 90%; margin: 20px auto 20px;}
#footerLink #hmiLink { display: flex; align-items: center;}
#footerLink #footerLink-hmiLogo { display:block; width: 35%; margin-right: 3%;}
#footerLink #hmiLink ul { width:100%;}
#footerLink #hmiLink dl { display: flex; align-items: center;}
#footerLink #hmiLink dt { width: 60%;}
#footerLink #hmiLink dd { width: 40%;}
#footerLink dt img { width: 80%;}
#footerLink dd img { width: 100%;}
address { display: flex; flex-direction: column;}
address .leftCont { width:100%; margin: 5% 0 3%;}
address .rightCont { width:100%; margin: 5% 0 3%;}
address .rightCont #footerImage {
	display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width:100%;
	}
address .rightCont #footerImage img {
	width: 100%;
	height: auto;
	}

/* フッターサイトマップ */
#hmiGroup h2::before{
	display: inline-block;
	content:"";
	background-image:url(../img/logo/hmiGrouph2.svg);
	background-size: contain;
    background-repeat: no-repeat;
	width:14px;        
	height: 14px;
	margin-right: 6px;
}
footer #siteMap .list {display: none;}
footer #siteMap .list ul li a {
	color:#FFF;
	font-size: 1.1em;
	text-decoration:none;
	font-weight:300;
	position: relative;
	display: inline-block;
	transition: .3s;
	letter-spacing: 0;
}
footer #siteMap #footerNabi li i { padding: 7px 5px 0 0;}
footer #siteMap .list ul li a::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #fff;
	transition: .3s;
	transform: translateX(-50%);
}
footer #siteMap .list { width: 100%;}
footer #siteMap .list ul { display:flex; flex-direction: row; justify-content: center; flex-wrap: wrap;}
footer #siteMap .list ul li { width: auto; border: none; padding: 0 2% 0 0; font-size: 80%; color: white;}
footer #siteMap .list ul li:last-child { padding: 0 0 0 0;}
footer #siteMap .list ul li:hover { opacity: 0.8;}
footer #siteMap .list ul li a:hover::after{ width: 100%;}
footer #siteMap .list-inner { padding-left: 10px !important;}

/* コピーライト */
#Copyright { padding: 0.5% 2%; color:#CCC; font-size: 90%; text-align:center; background-image:url(../img/common/hmiBg.png);}

 /* おしらせここから */
ul.news { background:#FFF; height: auto; padding: 1%;}
ul.news li { background-color: white; padding: 2%; border-bottom: #ddd 1px solid;}
ul.news li label.summary-label { background-color: white;}
div.flexNews { display: flex; flex-direction: column;}
ul.news li:last-child { border-bottom: none;}
div.newsImg { width: 100%; line-height: 0; font-size: 0;}
div.newsImg img { width: 100%; height:auto;}
p.newsText { width: 100%; margin: 20px 0 0 0;font-size: 90%; font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";}
ul.news li a:hover { text-decoration:underline;}
.newsTitle{margin-right: 2em;}

/* attention-box */
.attention-box {  width: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
	background-color: #fff;
    padding: 20px;}
	
.attention-box-inner{
	width: 1000px;
	margin: 0 auto;
}

.attention-box-inner dt{
	font-weight: 600;
	margin-bottom: 15px;
}

/* 色付きリンク */
.colorLink a:hover { color:#B43A4D;}

/* SDGs */
.SDGsLogo { width: 300px;}
.SDGs {margin-top: 10px;}
.SDGs dt { font-weight: bold;}

/* PC・スマホ */
.pc-view { display: none;}
.pc-view-inline { display: none;}
.sp-view { display: block;}
.sp-view-inline { display: inline;}
.pc-view1000 { display: none;}

@media (min-width: 768px) {
/* PC・スマホ */
.pc-view { display: block !important;}
.pc-view-inline { display: inline-block !important;}
.sp-view { display: none !important;}
.sp-view-inline { display: none !important;}

/* 基本設定： ページ全体 */
body {
	font-size:1.05em;
	letter-spacing: 0.05em;
}

/*---------------------------------
	ヘッダ（ハンバーガーメニュー）
---------------------------------*/	
.header-HMI-logo { max-width: 1200px; margin: 0 auto; padding: 2px 20px 0 ; }
.header-HMI-logo a::before{
	margin-bottom: 0;
}
#hamburgermenu { 
	display: flex; 
	z-index: 1000;
	background: transparent;
}

/* チェックボックスを非表示にする */
.drawer_hidden {
	display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	mix-blend-mode: difference;/* 背景色にあわせて文字色変更 */
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
	content: '';
	display: block;
	height: 3px;
	width: 25px;
	border-radius: 3px;
	background: #fff;/* 三本線の色 */
	transition: 0.5s;
	position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
	bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
	top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#hamburger:checked ~ .drawer_open span {
	background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#hamburger:checked ~ .drawer_open span::before {
	bottom: 0;
	transform: rotate(45deg);
	background: #888;/*　×の色*/
}

#hamburger:checked ~ .drawer_open span::after {
	top: 0;
	transform: rotate(-45deg);
	background: #888;/*　×の色*/
}
.hgBox01{ width:100%;}
.hgBox01_inner{
	display: flex;flex-direction: row;
	justify-content: space-between;}
.hg_reserve,.hg_inquiry{width: 49%;}
.hg_reserve a,.hg_inquiry a {
	display: block;text-align: center; 
	padding: 0.5em; color: #fff;
	background: #0c032b;
}
.hg_inquiry a {
	background: #7e655a;
}
.hg_reserve a:hover,.hg_inquiry a:hover{
	opacity: 0.5;
}
	
.hgBox02_inner  {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}
.hgBox02_inner li.hgmenu {
		width: 32%;
		margin: 1% 0.2% 1%;
}

/*---------------------------------
	ハンバーガーメニュー（別ウインドウ）
---------------------------------*/
.drawer_list {
	width: 100%;
	height: 100%;
	position: fixed;
	bottom: 100%;
	left: 0%; /* メニューを画面の外に飛ばす */
	z-index: 99;
	background: #f1e3ce;
	transition: .5s;
	padding-top: 10px;
	overflow: hidden scroll;
}

/* メニュー黒ポチを消す */
.navigation {
	list-style: none;
}
.navigation a {
	color: #333;
	text-decoration: none;
}

/* アイコンがクリックされたらメニューを表示 */
#hamburger:checked ~ .drawer_list {
	bottom: 0;/* メニューを画面に入れる */
}

p.hgmtitle {
	width: 50%;
	text-align: center; 
	margin: 0 auto 10px;
}
.accordion_menu {
	margin: 0 auto;
}
.toggle {
	display: none;
}
.menubox {
	position: relative;
	margin-top: 0.3em;
}
.menubox:last-child {
	margin-bottom: 1.2em;
}
.menu_title,
.menu_content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.menu_title {
	padding: 0.8em 1em 0.1em 2.5em;
	display: block;
	color: #333;
	font-size: 1.1em;
}
.menu_title::after {
	transform: rotate(90deg);
}
.menu_content {
	max-height: 0;
	overflow: hidden;
}
.menu_content p {
	margin: 0;
	padding: 0.8em;
	font-size: 0.9em;
	line-height: 1.5;
}
.menu_content p:hover{
	background-color: #efe3c5;
}
.menu_content p.dwline {
	border-bottom: solid 1px #c09c3b;
	margin: 0;
	padding: 0.8em;
	font-size: 0.9em;
	line-height: 1.5;
}
.toggle:checked + label{
	border-bottom: solid 1px #c09c3b;
}
.menu_content p a{
	display: block;
	position: relative;
}
.menu_content p a::after{
	content:"";
	position: absolute;
	left: auto;
	bottom: 8px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #c3983a;
	border-right: 2px solid #c3983a;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.hg_reserve,.hg_inquiry {width: 49%; position: relative;}
.hg_reserve {margin-top: 0;}
.hg_inquiry {margin-top: 0;}
/*----
	ヘッダ（ハンバーガーメニュー）ここまで
-----*/

/* ページ中身 */
.header-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
}
.header-HMI-logo { max-width: 1200px; margin: 0 auto; padding: 2px 20px 0;}
.header-HMI-logo a {}
article #mainImage { height: 55vh; margin: 0 auto 0; align-items: center;}
#attention { padding: 3%;}
#reserve-btn a { text-decoration:none;}
#reserve-btn span { position:absolute; padding-left: 5px; line-height:35px;}

/* 見出し */
h1 { font-size: 180%;}
h2 { font-size: 150%; line-height: 150%;}
.h2-back img{ width: 30%; left: -10px; top: 35px;}
section h2 { margin: 0 0 4% ;}
h3 { font-size: 130%; line-height: 140%;}
	
/* java： fadeInUp fadeInDown */
.animationLeft , .animationRight {
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
	visibility:hidden;
}
.fadeInLeft {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:2s;
	-ms-animation-duration:2s;
	animation-duration:2s;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	visibility: visible !important;
}
.fadeInRight {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:2s;
	-ms-animation-duration:2s;
	animation-duration:2s;
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	visibility: visible !important;
}

/* フッター */
#hmiLogo { width: 50%; margin-bottom: 1%;}
#footerCont { width: 100%; margin: 0 auto 0; padding-bottom: 30px;}
#footer-box { max-width: 1000px; margin: 0 auto 0; padding-top: 0%;}
#footerLogo img { width: 200px;}
address dl dt { font-size: 140%;}
address dl dd#add { font-size: 120%;}
address dl dd#tel-reserve {  margin-top: 1%;}
address dl dd#tel-reserve dt { font-size: 90%;}
address dl dd#tel-reserve dd { display:inline-block; margin-top: 0%; font-size: 100%;}
address dl dd#tel-reserve dd.time { font-size: 90%;}
footer #siteMap .list {display: block;}
#footerLink { width: 50%; margin: 20px auto 20px;}

/* フッターのサイトマップ */
#hmiGroup h2::before{
	width:18px;height: 18px;margin-right: 6px;
}
footer #siteMap .list {
	border-bottom: #666 1px solid;
	padding: 1% 0 ;
}
footer #siteMap #footerNabi li i { padding: 7px 10px 0 0;}
address { display: flex; flex-direction: row; border-bottom: #666 1px solid; padding: 5% 0; }
address .leftCont { flex:0 0 60%; padding-right: 5%;}
address .rightCont { flex:0 0 40%;}
address .rightCont #footerImage {
	display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width:100%;
	}
address .rightCont #footerImage img {
	width: 100%;
	height: auto;
	}
	
 /* おしらせここから */
div.flexNews {flex-direction: row; }
div.newsImg { width: 30%;}
p.newsText { width: 70%; margin: 0 0 0 20px;}
.sp-view .fa, .sp-view .fab, .sp-view .fal, .sp-view .far, .sp-view .fas { display:none !important; line-height: 0 !important;}

/* attention-box */
.attention-box {
    padding: 40px;}
	
}
@media (min-width: 1010px) {
.pc-view1000 { display: block;}
#hamburgermenu { display: none;}
section , #bg-gry section { width: 1000px;}
#bg-gry { margin: 7% auto 0; padding: 2% 0 0;}
.h2-back img{ left: -10px; top: 35px;}
header nav#headerGnavi { display: block;}
article #mainImage { height: 60vh;}
p.newsText {margin: 20px 0 0 20px;}
	
/*予約追従ボタン
.reserve_folliwing { display: none!important;}
/*ページトップへあがるボタン
.pagetop {
  bottom: 15px;
}*/
		
}
@media (min-width: 1240px) {
.header-inner {padding: 0 0;}
.header-HMI-logo { padding: 2px 0 0;}
}
	