@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v5.6.1/css/all.css");

/*
	IMS ASAHI MOUNTAIN PARK
	COMMON CSS
	
	MarkUp -> Pati:)
	
	LAST UPDATE
	
	- 2012.04.04 製作開始 (Pati)
--------------------------------------------------------------*/

/* RESET
--------------------------------------------------------------*/


*,
*::before,
*::after {
	box-sizing: border-box;
}


body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
p,
blockquote,
th,
td,
form,
fieldset,
legend {
	color: #50320a;
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

/* PREFERENCES
--------------------------------------------------------------*/
html {
	font-size: 62.5%;
}

body {
	/* font-family: verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif; */
	font-family: "Noto Sans JP", serif;
	font-size: 1.6rem;
	line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
dt,
dd,
th,
td {
	font-size: 95%;
	font-weight: normal;
	line-height: 1.6em;
}

img {
	border: none;
}

a {
	color: #2fa406;
	outline: none;
}


/* HEADER
--------------------------------------------------------------*/
.pc_header {
	background-color: #FBF8F1;
}

div#header {
	margin: 0 auto;
	padding: 18px 0;
	width: 100%;
	max-width: 980px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}

.head_ims_logo {
	position: absolute;
	top: 10px;
	right: 0;
}

div.h-left {
	width: 436px;
}

div.h-left h1 {
	font-size: 1.4rem;
	margin-bottom: 15px;
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	color: #735122;
}

dd.normal {
	margin: 0 5px 0 0;
}



/* G-NAV
--------------------------------------------------------------*/
div#g-nav {
	background: url(images/bg_g_nav.gif) repeat-x left top;
	height: 44px;
	padding: 4px 0 0;
	width: 100%;
}

div#g-nav ul {
	margin: 0 auto;
	width: 980px;
}

div#g-nav ul li {
	float: left;
}


/* CONTENTS
--------------------------------------------------------------*/
.content {
	margin: 0 auto;
	padding: 0 0 30px;
	width: 100%;
	max-width: 980px;
	overflow: hidden;
}

div#bg {
	background: url(images/bg.gif) no-repeat center top;
}

ul#path {
	float: right;
	margin: 10px 0 40px;
}

ul#path li {
	float: left;
	font-size: 0.9em;
}

ul#path li a {
	background: url(images/bg_path.gif) no-repeat right center;
	/*color:#aca291;*/
	margin: 0 5px 0 0;
	padding: 0 8px 0 0;
	/*text-decoration:none;*/
}


/*関連施設欄 180808追加
-------------------------------------------------------------------------*/
h2.h2_facility {
	width: 100%;
	text-align: center;
	font-weight: 700;
	letter-spacing: 0.2em;
	font-size: 1.7rem;
	margin: 20px 0;
	border: none;
}

ul.facility_link {
	width: 100%;
	margin: 0 auto 40px;
	overflow: hidden;
}

ul.facility_link li {
	width: 22%;
	margin-right: 4%;
	box-sizing: border-box;
	letter-spacing: 0.2em;
	height: 140px;
	position: relative;
	margin-bottom: 20px;
}

ul.facility_link li:hover {
	transition: all 0.4s ease-out;
	opacity: 0.7;
}

ul.facility_link li:nth-child(4n) {
	margin-right: 0;
}

ul.facility_link li._aims_akabane {
	background: url(images/img_aims_akabane.jpg) no-repeat 50% 50%;
	background-size: cover;
}

ul.facility_link li.aims_hasune {
	background: url(images/img_aims_hasune.jpg) no-repeat 50% 50%;
	background-size: cover;
}

ul.facility_link li.carepirica_kounan {
	background: url(images/img_carepirica_kounan.jpg) no-repeat 50% 50%;
	background-size: cover;
}

ul.facility_link li.carepirica_misato {
	background: url(images/img_carepirica_misato.jpg) no-repeat 50% 50%;
	background-size: cover;
}

ul.facility_link li.carepirica_miyoshi {
	background: url(images/img_carepirica_miyoshi.jpg) no-repeat 50% 50%;
	background-size: cover;
}

ul.facility_link li.kotoni_roy {
	background: url(images/img_kotoni_roy.jpg) no-repeat 50% 50%;
	background-size: cover;
}

ul.facility_link li.teine {
	background: url(images/img_teine.jpg) no-repeat 50% 140%;
	background-size: cover;
}

ul.facility_link li.img_dounan {
	background: url(images/img_dounan.jpg) no-repeat 50% 50%;
	background-size: cover;
}

ul.facility_link li.img_dounan_m {
	background: url(images/img_dounan_m.jpg) no-repeat 50% 50%;
	background-size: cover;
}

ul.facility_link li a {
	width: 100%;
	height: 100%;
	display: block;
	cursor: pointer;
}

ul.facility_link li a:hover {
	cursor: pointer !important;
	transition: all 0.4s ease-out;
	opacity: 0.7;
}


/*CLEAR FIX 
--------------------------------- */
div#header,
div.h-right dl,
div.h-right ul,
div#foot-data,
div#g-nav ul,
div.data-box dl,
div#footer-inner {
	overflow: hidden;
}

div#header:after,
div.h-right dl:after,
div.h-right ul:after,
div#foot-data:after,
div#g-nav ul:after,
div.data-box dl:after,
div#footer-inner:after {
	content: "";
	display: block;
	clear: both;
	overflow: hidden;
}

/*\*/
* html div#header,
* html div.h-right dl,
* html div.h-right ul,
* html div#foot-data,
* html div#g-nav ul,
* html div.data-box dl,
* html div#footer-inner {
	height: 1em;
	overflow: visible;
}


/* ヘッダーメニュー
-------------------------------------------------------------------------*/
#h_menu {
	width: 100%;
	max-width: 370px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#h_menu_e {
	width: 160px;
	height: 70px;
}

#h_menu_e a {
	display: block;
	width: 160px;
	height: 70px;
	background: url(../images/event.jpg) no-repeat;
}

#h_menu_e a:hover {
	background: url(../images/event_on.jpg) no-repeat;
}

#h_menu_e a:active {
	background: url(../images/event.jpg) no-repeat;
}

#h_menu_e_new {
	width: 160px;
	height: 70px;
}

#h_menu_e_new a {
	display: block;
	width: 160px;
	height: 70px;
	background: url(../images/event_new.jpg) no-repeat;
}

#h_menu_e_new a:hover {
	background: url(../images/event_new_on.jpg) no-repeat;
}

#h_menu_e_new a:active {
	background: url(../images/event_new.jpg) no-repeat;
}

.h_menu_1 {
	display: block;
	width: 173px;
	height: 29px;
	background: url(../images/h_btn_inquiry.gif) no-repeat;
}

.h_menu_1:hover {
	background: url(../images/h_btn_inquiry_on.gif) no-repeat;
}

.h_menu_1:active {
	background: url(../images/h_btn_inquiry.gif) no-repeat;
}

.h_menu_2 {
	display: block;
	width: 173px;
	height: 29px;
	background: url(../images/h_btn_access.gif) no-repeat;
}

.h_menu_2:hover {
	background: url(../images/h_btn_access_on.gif) no-repeat;
}

.h_menu_2:active {
	background: url(../images/h_btn_access.gif) no-repeat;
}


.h_menu_3 {
	display: block;
	width: 173px;
	height: 29px;
	background: url(../images/h_btn_guide.gif) no-repeat;
}

.h_menu_3:hover {
	background: url(../images/h_btn_guide_on.gif) no-repeat;
}

.h_menu_3:active {
	background: url(../images/h_btn_guide.gif) no-repeat;
}


.h_menu_4 {
	display: block;
	width: 173px;
	height: 29px;
	background: url(../images/h_btn_staff.gif) no-repeat;
}

.h_menu_4:hover {
	background: url(../images/h_btn_staff_on.gif) no-repeat;
}

.h_menu_4:active {
	background: url(../images/h_btn_staff.gif) no-repeat;
}



/*公開講座のお知らせ*/
.kouza {
	width: 100%;
	margin-bottom: 50px;
	/*	float:left;*/
	border: 1px solid #8C6E3C;
}

.kouza_h2 {
	color: #fff;
	width: 100%;
	height: 30px;
	background: #58380f;
	padding: 10px 0 5px 0;
}

.kouza_l {
	width: 70%;
	/*	float:left;*/
	line-height: 22px;
}

.kouza_p {
	margin: 10px 0 0 50px;
}

.kouza_r {
	width: 30%;
	/*	float:left;*/
	text-align: right;
	margin-bottom: 20px;
}

.kouza_img {
	margin: 10px 0px 10px 0;
}

.kouza_link {
	/*	float:right;*/
	text-align: right;
	margin-right: 40px;
}

.kouza_new {
	color: #533408;
	font-weight: bold;
	font-size: 1.3em;
	padding: 6px 10px;
	background: #F596AC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.google_earth a {
	float: right;
	width: 300px;
	height: 183px;
	margin-bottom: 20px;
	box-shadow: 5px 5px 2px 2px rgba(0, 0, 0, 0.2);
	margin-right: 110px;
}


.google_earth a:hover {
	float: right;
	width: 300px;
	height: 183px;
	margin-bottom: 15px;
	box-shadow: 5px 5px 2px 2px rgba(0, 0, 0, 0.2) inset;
	margin-right: 105px;
	margin-left: 5px;
	margin-top: 5px;
}

/*メディア掲載*/
.media {
	width: 980px;
	margin-bottom: 50px;
	/*	float:left;*/
	border: 1px solid #80c269;
}

.media_h2 {
	color: #fff;
	width: 960px;
	/*height:30px;*/
	background: #80c269;
	padding: 15px 0px 15px 20px;
	margin: 0;
}


/*---150224追加--------------------------------------*/
#event-top {
	width: 50px;
	height: 50px;
	display: none;
	position: fixed;
	right: 16px;
	bottom: 16px;
}

#event-top p {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #3b3b3b;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#event-top p:hover {
	background: #8b8b8b;
}

#move-event-top {
	color: #fff;
	line-height: 50px;
	text-decoration: none;
	display: block;
	cursor: pointer;
}


/*---1500406追加--------------------------------------*/

.top_rec_bnr {
	width: 970px;
	margin: -20px auto 0;
	padding: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
	margin-bottom: 10px;
}

.top_rec_bnr:hover {
	cursor: pointer;
	filter: alpha(opacity=60);
	/* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";
	/* ie 8 */
	-moz-opacity: 0.6;
	/* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;
	/* Safari 1.x */
	opacity: 0.6;
	zoom: 1;
}



..golf img:hover {
	cursor: pointer;
	filter: alpha(opacity=60);
	/* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";
	/* ie 8 */
	-moz-opacity: 0.6;
	/* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;
	/* Safari 1.x */
	opacity: 0.6;
	zoom: 1;
}

.clearfix {
	clear: both;
}

.omimai h5 {
	position: relative;
	padding-left: 1.2em;
	/*アイコン分のスペース*/
	line-height: 1.4;
	font-size: 18px;
	margin: 20px auto 10px;
	font-weight: bold;

}


.omimai h5>span {
	padding-left: 1em;
	/*アイコン分のスペース*/

}

.omimai h5:before {
	font-family: "Font Awesome 5 Free";
	content: "\f152";
	/*アイコンのユニコード*/
	position: absolute;
	/*絶対位置*/
	font-size: 1em;
	/*サイズ*/
	left: 0;
	/*アイコンの位置*/
	top: 0;
	/*アイコンの位置*/
	color: #FA8E01;
	/*アイコン色*/
}

.omimai .omimai_daishi,
.omimai .omimai_daishi_list {
	display: flex;
	display: -ms-flexbox;
	justify-content: space-around;
	-ms-flex-pack: start;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	width: 100%;
}

.omimai .omimai_daishi li {
	width: calc(100% / 4 - 10px);

	max-width: 150px;
}

.omimai .omimai_daishi li img {
	width: 100%;
	margin: 10px auto;
	border: 1px solid #ccc;

}

.omimai .omimai_daishi_list li {
	width: calc(100% / 4 - 10px);

}

.omimai .omimai_daishi_list li img {
	width: 100%;
	margin: 10px auto;
	border: 1px solid #ccc;

}

.omimai ol.normal li {
	list-style: decimal inside;
}

.omimai ul.normal li:before {
	content: "◯";
	margin-right: 10px;

}

.under_main .inner ul.normal li {
	padding-left: 20px !important;
	font-weight: normal;
	counter-increment: none !important;
	margin-bottom: 0 !important;
	font-weight: normal !important;
	position: relative;
	line-height: 1.8;
}

.under_main .inner ul.normal li:before {
	content: "○" !important;
	font-weight: 900 !important;
	color: #FFD600 !important;
	background-color: rgba(255, 255, 255, 10) !important;
	border-radius: 0 !important;
	position: absolute;
	left: 0px !important;


}

.omimai table.tbl_form tr th {
	width: 180px;
}


#header_menu {
	/*float: left;*/
	width: 560px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

#header_menu div a:hover {
	transition: all .2s ease-in;
	opacity: 0.6;
}

#header_menu div:nth-of-type(1) {
	width: 75%;
}

#header_menu div:nth-of-type(2) {
	width: 22%;
	position: absolute;
	right: 0;
	top: -30px;
}

#header_menu div:nth-of-type(1) ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#header_menu div:nth-of-type(1) ul li {
	width: calc(100%/2 - 5px);
}

#header_menu div:nth-of-type(1) ul li a {
	display: block;
	background: #f8faf2;
	text-align: center;
	margin-bottom: 10px;
	box-sizing: border-box;
	padding: 5px;
	font-size: 1.0rem;
	font-weight: bold;
	border: 2px solid #bbd285;
	color: #5c401a;
	text-decoration: none;
	/* font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif; */
}

#header_menu div:nth-of-type(2) a {
	display: block;
}

#header_menu div:nth-of-type(2) a img {
	width: 100%;
}

.sp_header {
	display: none;
}


/*231026 レスポンシブ対応　共通CSS*/


h3 {
	font-family: "Noto Serif JP", serif;
	margin-bottom: 0.2rem;
	background-image: linear-gradient(to right, rgba(231, 251, 233, 0.21), rgba(237, 251, 233, 0.21), rgba(237, 243, 222, 1));
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 2.0rem;
	width: 100%;
	max-width: 980px;
	padding: 10px 20px;
	border-top: 1px solid #dbe5c7;
	border-bottom: 1px solid #dbe5c7;
}



/*231003 footer　レスポンシブ対応時*/


.pc_only {
	display: inline-block;
}

.sp_only {
	display: none;
}

.div.data-box {
	display: flex;
	justify-content: flex-start;
}

.facilities>li {
	width: 215px;
	height: 140px;
	position: relative;
	margin: 5px;
}

._aims_akabane {
	background: url("images/img_aims_akabane.jpg") no-repeat 50% 50%;
	width: 220px;
	height: 130px;
}

.aims_hasune {
	background: url("images/img_aims_hasune.jpg") no-repeat 50% 50%;
	width: :220px;
	height: 130px;
}

.carepirica_kounan {
	background: url("images/img_carepirica_kounan.jpg") no-repeat 50% 50%;
	width: :220px;
	height: 130px;
}

.carepirica_misato {
	background: url("images/img_carepirica_misato.jpg") no-repeat 50% 50%;
	width: :220px;
	height: 130px;
}

.carepirica_miyoshi {
	background: url("images/img_carepirica_miyoshi.jpg") no-repeat 50% 50%;
	width: :220px;
	height: 130px;
}

.facilities {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


ul.facilities li a span {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: #603902;
	color: #fff;
	text-align: center;
	padding: 2px;
	box-sizing: border-box;
}

ul.facilities li.kotoni_roy {
	background: url(images/img_kotoni_roy.jpg) no-repeat 50% 50%;
}

ul.facilities li.teine {
	background: url("images/img_teine.jpg") no-repeat 50% 50%;
}

ul.facilities li.img_dounan {
	background: url("images/img_dounan.jpg") no-repeat 50% 50%;
}

ul.facilities li.img_dounan_m {
	background: url("images/img_dounan_m.jpg") no-repeat 50% 50%;
}


.table_box {
	width: 100%;
}

.table_box>table {
	width: 100%;
}

h5 {
	font-family: 'Noto Serif JP', serif;
	padding: 8px;
	margin-bottom: 10px;
	background-image: linear-gradient(90deg, rgba(255, 237, 239, 1), rgba(255, 255, 255, 0));
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 1.8rem;
	width: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

h6 {
	font-family: 'Noto Serif JP', serif;
	background: #fffce4;
	font-weight: bold;
	padding: 10px 20px;
}

.tel_btn {
	display: none;
}


/*よく使うクラス
-------------------------------------------------------------------------*/
.mt0 {
	margin-top: 0px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mb0 {
	margin-bottom: 0px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.txtaC {
	text-align: center !important;
}

.txtaR {
	text-align: right !important;
}

.txtaL {
	text-align: left !important;
}

.fwb {
	font-weight: bold !important;
}

.fcBlue {
	color: #3773bb !important;
}

.fcRed {
	color: #ff0000 !important;
}

.fcGreen {
	color: #258953 !important;
}

.fcWhite {
	color: #ffffff !important;
}

.floatL {
	float: left !important;
}

.floatR {
	float: right !important;
}

.hide {
	display: none !important;
}

.open {
	display: block !important;
}





/*　施設紹介動画 ---------------------- */
p.movie_title {
	width: 100%;
	max-width: 300px;
	padding: 10px;
	/*background: #e37d63;*/
	background: #f07d7e;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 15px;
	position: relative;
}

p.movie_title::after {
	content: "";
	display: inline-block;
	background: url("../../image/icon_movie.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 70px;
	height: 70px;
	position: absolute;
	right: -18px;
	top: -40px;
	transform: rotate(15deg);
}

.movie {
	margin: 20px auto;
	text-align: center;
	background: #f2f8e2;
	padding: 30px;
	border: 1px solid #ccc;
	border-radius: 20px;
}

.movie iframe {
	width: 100%;
	max-width: 670px;
	height: 380px;
}

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

	/*sp pc　only    */


	.pc_only {
		display: none;
	}

	.sp_only {
		display: inline-block;
	}

	/* ------------------------------------------   headerここから
    -------------------------------------------*/

	body {
		padding: 0 5px;
		padding-top: 67px;
		/* padding-bottom: 90px; */
	}

	.pc_header {
		display: none;
	}

	.sp_header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		position: fixed;
		top: 0;
		z-index: 999;
		background-color: #fff;
		border-bottom: 2px solid #8C6D3E
	}

	.sp_header>.logo_box {
		width: 60%;
		margin: 10px;
		margin-bottom: -10px;


	}

	.sp_header>.logo_box>a>img {
		width: 100%;
	}

	.gnav_sp {
		display: flex;
		justify-content: right;
		z-index: 9999;
	}

	.header {
		height: 50px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
	}

	.logo {
		font-weight: 700;
		padding-left: 14px;
	}

	.hamburger-menu {
		width: 58px;
		height: 50px;
		position: relative;
		border: none;
		background: transparent;
		appearance: none;
		padding: 0;
		cursor: pointer;
		margin-right: 10px;
		z-index: 9999;
	}

	.hamburger-menu__bar {
		display: inline-block;
		width: 80%;
		height: 3px;
		background: #a1885f;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		transition: .5s;
	}

	.hamburger-menu__bar:first-child {
		top: 6px;
	}

	.hamburger-menu__bar:nth-child(2) {
		top: 20px;
	}

	.hamburger-menu__bar:last-child {
		top: 35px;
	}

	.hamburger-menu--open .hamburger-menu__bar {
		top: 50%;
		background-color: #fff;
	}

	.hamburger-menu--open .hamburger-menu__bar:first-child {
		transform: translateX(-50%) translateY(-50%) rotate(45deg);
	}

	.hamburger-menu--open .hamburger-menu__bar:last-child {
		transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	}

	.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
		display: none;
	}

	.navigation {
		display: none;
		background: #8c6e3c;
		position: absolute;
		top: 0;
		padding-top: 50px;
		width: 100vw;
		height: 100vh;
		z-index: 9998;
	}

	.navigation :nth-child(8),
	.navigation :nth-child(9),
	.navigation :nth-child(10),
	.navigation :nth-child(11) {
		/*    background: #f1a793;*/
		background: #8c6e3c;
	}

	.navigation__list {
		text-align: center;
		list-style: none;
		padding: 0;
		margin: 0;
		height: 100%;
		overflow-x: hidden;
		overflow-y: scroll;
	}

	/* .navigation__list-item {
		border-bottom: solid 1px #fff;
	} */

	/* .navigation__list-item:first-child {
		border-top: solid 1px #fff;
	} */

	.navigation__link {
		color: #fff;
		font-weight: 700;
		text-decoration: none;
		display: block;
		padding: 13px 0;
		transition: .5s;
		text-align: center;
		height: 100%;
		font-size: 1.9rem;
		font-family: "Noto Serif JP", serif;
	}

	.left_sp {
		width: 80%;
		padding: 12px 10px 0px 10px;
	}


	.left_sp>img,
	.left_sp>a>img {
		width: 100%;
	}

	.tell_box {
		width: 80%;
		margin: -10px auto 3px;

	}


	/*   --------------------------- headerここまで ----------------------------------------------  ---------------------------------------------- */


	/* ----------------------------------------------   ---------------------------------------------- footerここから ----------------------------------------------  ---------------------------------------------- */


	div#footer-data-inner {
		margin: 0 auto;
		width: 100%;
	}

	.bnr_area {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		clear: none !important;
	}

	.bnr_area a {
		margin: 10px auto;
		width: 45%;
	}

	div#footer-inner {
		display: block;
		width: 100%;
		padding: 10px 0;
	}

	.facilities>li {
		width: 45%;
		height: 110px;
		position: relative;
		margin: 5px;
	}

	#foot-h-nav-inner ul {
		display: flex;
		width: 100%;
		flex-wrap: wrap;
		margin: 30px auto;
	}


	#footer-inner p {
		width: 100%;
	}

	/* ----------------------------------------------  ---------------------------------------------- footerここまで ----------------------------------------------  ---------------------------------------------- */

	/*   ----------------------------------------------  ----------------------------------------------  下層　共通  ----------------------------------------------  ---------------------------------------------- */

	div.content h3 {
		margin: 10px 0 30px 0;
		height: auto;
	}

	h3 {
		padding: 0;
	}


	div.main-img {
		background: transparent;
		height: auto !important;
		padding: 0;
		text-align: left;
		width: 100%;
	}

	div.main-img h2 {
		background: transparent !important;
		text-align: center;
		width: 100%;
	}

	hr {
		color: #B39F8A;
		margin: 50px 0;
		width: 100%;
	}

	.content {
		width: 100%;
	}

	div.main-img>h2>img {
		width: 100%;
	}

	h3 {
		width: 100%;
	}

	.txt_top>img {
		width: 100%;
	}


	.table_box {
		width: 100%;
		overflow-x: scroll;
	}

	.table_box>table {
		width: 1200px;
	}

	.taiki_box {
		display: block;
		margin: 5px auto;
	}

	.taiki_box>img {
		display: block;
		width: 70%;
		margin: 0 auto;
	}

	.tel_btn {
		display: block;
	}

	a#tel {
		position: fixed;
		width: 100%;
		height: 75px;
		text-align: center;
		line-height: 44px;
		left: 0;
		bottom: 0;
		margin-left: 0;
		display: block;
		background-image: linear-gradient(124deg, rgba(227, 125, 99, 1) 2%, rgba(247, 174, 109, 1) 72%);
		color: #fff;
		text-align: center;
		text-decoration: none;
		font-size: 12px;
	}

	a#tel>p {
		font-size: 17px;
		color: white;
		padding-top: 10px;
		margin-bottom: -10px;
		font-weight: bold;
	}

	a#tel>p>i {
		padding-right: 1em;
	}

	/*　施設紹介動画 ---------------------- */
	p.movie_title {
		width: 100%;
		margin-top: 15px;
	}

	.movie {
		padding: 15px;
	}

	.movie iframe {
		width: 100%;
		height: auto;
		aspect-ratio: 16 / 9;
	}
}

.bnr_area {
	margin: 50px auto !important;
}

.bnr_area>a {
	width: 19%;
	margin: auto;
	display: inline-block;
}

.bnr_area>a>img {
	width: 100%;
}




/* フッターナビ
-------------------------------------------------------------------------*/
#foot_gnav {
	width: 100%;
	margin: 0 auto;
	background: #8C6D3E;
	padding: 32px 0;
	border-top: 5px solid #C7D989;
}

#foot_gnav ul.main,
#foot_gnav ul.sub {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#foot_gnav ul.main li,
#foot_gnav ul.sub li {
	margin: 0;
	padding: 0;
}

#foot_gnav ul.main li a,
#foot_gnav ul.sub li a {
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

#foot_gnav ul.main {
	max-width: 980px;
	margin-bottom: 60px;
}

#foot_gnav ul.main li {
	width: calc(100%/8);
}

#foot_gnav ul.main li a {
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
}

#foot_gnav ul.main li a:hover {
	opacity: 0.7;
}

#foot_gnav ul.sub {
	max-width: 860px;
	gap: 15px 35px;
	justify-content: flex-start;
}

#foot_gnav ul.sub li {
	width: auto;
}

#foot_gnav ul.sub li a {
	font-family: "Noto Serif JP", serif;
	font-size: 1.4rem;
	position: relative;
}

#foot_gnav ul.sub li a:hover {
	opacity: 0.7;
}

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

	#foot_gnav ul.main {
		gap: 20px 0;
		margin-bottom: 0;
	}

	#foot_gnav ul.main li {
		width: 100%;
		margin-bottom: 10px;
	}

	#foot_gnav ul.sub {
		display: none;
		gap: 10px 0;
	}

	#foot_gnav ul.sub li {
		width: 100%;
	}

}


/* フッター 住所、ロゴ
-------------------------------------------------------------------------*/
#foot_address {
	width: 100%;
	margin: 0 auto;
}

#foot_address>.inner {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 32px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#foot_address>.inner .txt {
	width: 60%;
}

#foot_address>.inner .txt p a {
	color: #50320a;
	text-decoration: none;
	pointer-events: none;
}

#foot_address>.inner .txt img {
	width: 100%;
	max-width: 300px;
	display: block;
	margin-bottom: 30px;
}

#foot_address>.inner .img {
	width: 30%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-end;
}

#foot_address>.inner .img img {
	width: 100%;
	max-width: 300px;
	display: block;
}

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

	#foot_address>.inner {
		padding: 30px 20px;
		gap: 30px 0;
	}

	#foot_address>.inner .txt {
		width: 100%;
	}

	#foot_address>.inner .img {
		width: 100%;
		justify-content: center;
		align-items: center;
	}

}



/* 新フッター
-------------------------------------------------------------------------*/
#footer {
	width: 100%;
	background: #FBF8F1;
}

#footer .inner {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 32px 0;
}


/* 関連施設スライダー
-------------------------------------------------------------------------*/
#facility {
	width: 100%;
	margin: 0 auto 30px;
}

.faci_slider {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.faci_slider .slick-track {
	display: flex;
	justify-content: space-between;
	gap: 0 10px;
}

.faci_slider .slick-prev:before,
.faci_slider .slick-next:before {
	color: #82837f;
}

.faci_slider .item a {
	display: block;
	text-decoration: none;
}

.faci_slider .item a img {
	display: block;
	width: 100%;
	border: 2px solid #C7D989;
}

.faci_slider .item a span {
	display: none;
	width: 100%;
	text-align: center;
	background: #603902;
	color: #fff;
	box-sizing: border-box;
	padding: 10px;
}

.faci_slider .item a:hover {
	opacity: 0.7;
}


/* フッターバナースライダー
-------------------------------------------------------------------------*/
#foot_bnr {
	width: 100%;
	margin: 0 auto;
}

.foot_bnr_slider {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.foot_bnr_slider .slick-track {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0 10px;
}

.foot_bnr_slider .slick-prev:before,
.foot_bnr_slider .slick-next:before {
	color: #82837f;
	font-size: 1.6rem;
}

.foot_bnr_slider .item a {
	display: block;
	text-decoration: none;
}

.foot_bnr_slider .item a img {
	display: block;
	width: 100%;
	border: 2px solid #C7D989;
}

.foot_bnr_slider .item a span {
	display: none;
	width: 100%;
	text-align: center;
	background: #603902;
	color: #fff;
	box-sizing: border-box;
	padding: 10px;
}

.foot_bnr_slider .item a:hover {
	opacity: 0.7;
}


/* ハンドベル、ロゴ欄
-------------------------------------------------------------------------*/
#company_box {
	width: 100%;
	margin: 30px auto 0;
}

#company_box>.inner {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#company_box>.inner .txt {
	width: 60%;
}

#company_box>.inner .txt p a.nolink {
	color: #50320a;
	text-decoration: none;
	pointer-events: none;
}

#company_box>.inner .txt img {
	width: 100%;
	max-width: 300px;
	display: block;
	margin-bottom: 30px;
}

#company_box>.inner .img {
	width: 30%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-end;
}

#company_box>.inner .img img {
	width: 100%;
	max-width: 120px;
	display: block;
}

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

	#company_box>.inner {
		padding: 30px 20px;
		gap: 30px 0;
	}

	#company_box>.inner .txt {
		width: 100%;
	}

	#company_box>.inner .img {
		width: 100%;
		justify-content: center;
		align-items: center;
	}

}


/* コピーライト
-------------------------------------------------------------------------*/
.copyright {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 10px 0;
}

.copyright p {
	width: 100%;
	text-align: right;
}

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

	.copyright p {
		text-align: center;
	}

}

/*　特設サイトバナー掲載 -------------- */
.tokusestu_bnr {
	width: 737px;
	margin: 20px auto 50px;
}

.tokusestu_bnr:hover {
	opacity: 0.8;
}

@media screen and (max-width:767px) {
	.tokusestu_bnr {
		width: 95%;
	}
}

.tokusestu_bnr img {
	width: 100%;
}

.sp_bnr {
	display: none;
}

@media screen and (max-width:767px) {
	.sp_bnr {
		display: block;
	}

	.pc_bnr {
		display: none;
	}
}

/*　フローティングバナー掲載 -------------- */
.floating-banner {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 100;
	width: 380px;
	display: flex;
	justify-content: space-between;
	/* コンテンツを左右に配置 */
	align-items: center;
	/* 中央に配置 */
}

@media screen and (max-width:767px) {
	.floating-banner {
		width: 100%;
	}
}

.floating-banner p {
	line-height: 0;
}

.floating-banner:hover {
	opacity: 0.8;
}

.floating-banner img {
	width: 100%;
}

.close-btn {
	background: none;
	border: none;
	font-size: 27px;
	color: #000;
	cursor: pointer;
	padding: 5px;
	position: fixed;
	bottom: 160px;
	right: 10px;
}

/*フッターまでスクロールしたら消す*/
.is-hidden {
  visibility: hidden;
  opacity: 0;
	transition: all .2s ease-in;
}


/* 70周年記念ロゴ（フッター）
-------------------------------------------------------------------------*/
.foot_seventy {
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	background-color: #fff;
}

.foot_seventy a {
	display: inline-block;
}

.foot_seventy a:hover {
	transition: all .2s ease-in;
	opacity: 0.6;
}

.foot_seventy a img {
	display: block;
	margin: 0 auto;
	width: auto;
	height: 120px;
}