@charset "utf-8";
/* CSS Document */

/* ===================== header ===================== */

.top-header {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	background-color:#c4e5df;
}

@media(max-width:820px){

.top-header {
	height: 60px;
}

}

/* ===================== title_area ===================== */

.frontpage {
	background-image: url("../img/bg_map.png");
	background-repeat: no-repeat;
	background-size: auto;
	background-position: top 420px left -300px;
}

.header-container {
	width: 100%;
	height: 600px;
	margin: 0 auto;
	padding: 0;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	text-align: center;
}

.header-container .h1_img {
	width: 320px;
	max-width: 80%;
	margin: 0 auto;
	padding-top: 50px;
}

.header-container-s {
	width: 100%;
	height: 0px;
}

.header-container-s .h1_img {
	display: none;
}

@media(max-width:1024px){

.header-container {
	width: 100%;
	height: 500px;
	margin: 0 auto;
	padding: 0;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	text-align: center;
}

.header-container .h1_img {
	width: 240px;
	max-width: 80%;
	margin: 0 auto;
	padding-top: 30px;
}

.header-container-s {
	width: 100%;
	height: 0px;
}

.header-container-s .h1_img {
	display: none;
}

}


@media(max-width:900px){

.frontpage {
	background-size: 1000px auto;
}

.header-container {
	width: 100%;
	height: 0px;
}

.header-container .h1_img {
	display: none;
}

.header-container-s {
	width: 100%;
	height: 600px;
	margin: 0 auto;
	padding: 0;
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size:cover;
	text-align: center;
	
}

.header-container-s .h1_img {
	display: inline-block;
	width: 240px;
	max-width: 80%;
	margin: 0 auto;
	padding-top: 30px;
}

}

@media(max-width:600px){

.header-container-s {
	width: 100%;
	height: 450px;
}

}


/* ===================== courses ===================== */

.courses .img_area {
	display: flex;
	width: 500px;
	max-width: 92%;
	margin: 0 auto;
	padding: 50px 0 0px;
	gap:1em;
	justify-content: center;
}

.courses .ttl_area {
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;
}

.courses .h1_ttl {
	font-size: 1.4em;
	font-weight: bold;
	padding: 1em 0;
}

@media(max-width:820px){

.courses .img_area {
	max-width: 80%;
	padding: 20px 0 0px;
}

.courses .h1_ttl {
	line-height: 1.4em;
}

}



/* ===================== guide ===================== */

h2 {
	font-size: 1.4em;
	letter-spacing: 4px;
}

.guide .ttl_area {
	width: 500px;
	max-width: 70%;
	margin: 0 auto;
	text-align: center;
	padding: 50px 0 30px;
	box-sizing: border-box;
}

.guide ul {
	display: flex;
	gap:20px;
	justify-content: center;
	margin-bottom: 30px;
}

.guide li .tab_area {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 16px;
	height: 130px;
	text-align: center;
	padding: 1em 0;
	box-sizing: border-box;
}

.guide li .tab_area img {
	width: 80%;
	max-width: 450px;
	padding-bottom: 5px;
}

.guide li .tab_area .ttl_txt {
	line-height: 1.4em;
}

.guide .course01 .tab_area {
	background-color: #f96;
}

.guide .course02 .tab_area {
	background-color: #FF9999;
}

.guide .course03 .tab_area {
	background-color: #FFFF66;
}

.guide .map_area {
	padding-top: 10px;
	position: relative;
}

.al_d {
	position: absolute;
	top: 0;
	left: -15px;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid black;
  margin: -10px 45% 0;
}

.guide .course01 .al_d {
	border-top: 30px solid #f96;
}

.guide .course02 .al_d {
	border-top: 30px solid #FF9999;
}

.guide .course03 .al_d {
	border-top: 30px solid #FFFF66;
}

.btn_al_rr {
	display:block;
	width:90%;
	max-width:400px;
	padding:8px;
	margin:1em auto 3em;
	box-sizing:border-box;
	border-radius:45px;
	background-color:#FFF;
	border:3px solid #099;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.65);
	text-align:center;
	font-weight:bold;
	background-image: url("../img/icon_btn_al_rr.gif");
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 40px auto;
}



@media(max-width:820px){

.guide ul {
	display: block;
}

.guide ul li {
	width: 100%;
	box-sizing: border-box;
}

}


/* ===================== inn ===================== */

.inn {
	border: 1px solid #333;
	box-sizing: border-box;
}

.inn .ttl_area,
.seasons .ttl_area {
	width: 500px;
	max-width: 70%;
	margin: 0 auto;
	text-align: center;
	padding: 50px 0 30px;
	box-sizing: border-box;
}

.inn ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap:3em 1em;
	justify-content: center;
	width: 94%;
	max-width: 900px;
	margin: 0 auto;
	box-sizing: border-box;
}

.inn ul li {
	width: 100%;
	display: flex;
	align-items: center;
	gap:1em;
	box-sizing: border-box;
}

.inn ul li img {
	width: 100%;
	max-width: 200px;
}

.inn ul li .inn_name {
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 2px;
}

.inn ul li .inn_kana {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 2px;
}

.inn ul li .inn_add {
	font-size: 16px;
	color: #099;
	font-weight: normal;
}

.btn_al_r {
	display:block;
	width:90%;
	max-width:400px;
	padding:15px;
	margin:3em auto;
	box-sizing:border-box;
	border-radius:60px;
	background-color:#099;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.65);
	color: #fff;
	text-align:center;
	font-weight:bold;
	background-image: url("../img/icon_btn_al_r.gif");
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 50px auto;
}


@media(max-width:900px){

.inn ul li {
	flex-direction: column;
}

.inn ul li .txt_area {
	width: 100%;
	max-width: 200px;
}

.inn ul li .txt_area p {
	line-height: 1.4em;
}

}


/* ===================== seasons ===================== */

.seasons .mdl_list {
	width: 100%;
	margin: 0 auto 100px;
	display: grid;
	gap:0 0;
	grid-template-columns: repeat(6, 1fr);
}

/* モーダルのスタイル調整 */
.modaal-inner-wrapper {
	padding: 25px 25px;
	box-sizing: border-box;
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
	background: #333;
}

.modaal-gallery-control,
.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
	background: transparent;
}

@media only screen and (max-width: 1140px) {
.modaal-gallery-control {
	bottom: 70px;
}

.modaal-gallery-control:focus:before,
.modaal-gallery-control:focus:after,
.modaal-gallery-control:hover:before,
.modaal-gallery-control:hover:after {
	background: #fff;
}

.modaal-gallery-next {
	right: 0;
}

.modaal-gallery-prev {
	left: 0;
}
}

.seasons .mdl_list .mdl_photo {
	position: relative;
}

.seasons .mdl_list .mdl_photo i {
	position: absolute;
	top:5px;
	right: 5px;
	color: #fff;
	font-size: 28px;
}

.seasons .mdl_list .icon_g i {
	color: #ccc;
}


.seasons_cnt {
	width: 50%;
	text-align: center;
	box-sizing: border-box;
}

.seasons .map_area {
	width: 100%;
	display: flex;
	align-items: center;
	color: #fff;
	background-image: url("../img/bg_map.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	box-sizing: border-box;
}

.seasons .map_area .seasons_cnt {
	box-sizing: border-box;
}

.seasons .map_area .img_area img {
	width: 80%;
}


@media(max-width:820px){

.seasons .mdl_list {
	margin: 0 auto 2em;
	grid-template-columns: repeat(3, 1fr);
}

.seasons_cnt {
	width: 100%;
}

.seasons .map_area {
	flex-direction: column-reverse;
}

.seasons .map_area .txt_area {
	padding: 2em 0;
	box-sizing: border-box;
}

.seasons .map_area .img_area img {
	width: 90%;
}

}

@media(max-width:540px){

.seasons .mdl_list {
	margin: 0 auto 2em;
	grid-template-columns: repeat(2, 1fr);
}

}


/* ===================== footer ===================== */

.footer .cnt_area {
	display: flex;
	gap:50px;
	padding: 220px 0 20px;
	justify-content: center;
}

.footer .cnt_area .footer_cnt {
	padding: 0em;
	box-sizing: border-box;
}

.footer .cnt_area .bnr_area {
	text-align: center;
}

.footer .cnt_area .bnr_area img {
	width: 420px;
	max-width: 92%;
	padding-bottom: 10px;
}



@media(max-width:820px){

.footer .cnt_area {
	padding: 160px 0 20px;
	gap:2em;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

}


/* END */
