﻿/* CSS Document */

* {
	padding:0;
	margin:0px;
	outline:none;
	}
html {
	overflow: auto;
	}

body {
	overflow: hidden;
	text-align:center;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	-webkit-text-size-adjust:100%;
	color: #006CB8;
}/*
.min {
	font-family: 'Hiragino Mincho Pro','游明朝','Yu Mincho',YuMincho,"Noto Serif JP",serif;
	font-weight: 600;
}*/
img {
	vertical-align:top;
	border:0;
	width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
	}
ul { display: block;}
li {
	list-style-type: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
p,a,li,div {
	max-height: 100%;
}

/* --- class and other set --- */
.shadow {
	box-shadow:rgba(0, 0, 0, 0.15) 4px 5px 8px 8px;
}
.just {
	text-align: justify;
	/*text-justify: inter-ideograph;*/
}
a {
	text-decoration: none;
	color: #006CB8;
}
.clearfix::after { content: ""; display: block; clear: both;}
.inner { width: 100%; height: 100%;}

@media only screen and (min-width: 768px) {
	html, body {
		font-size: 1.6vw;
	}
	.sp {
		display: none;
	}
	#wrap { margin-inline: auto; }
	.contents {
		width: 75%;
		margin: 0 auto;
	}
}
@media only screen and (min-width: 1250px) {
	html, body {
		font-size: 20px;
	}
	#wrap { width: 1250px; }
}
@media only screen and (max-width: 767px) {
	html, body {
		/*font-size: 3.125vw;*/
		font-size: 5.8vw;
	}
	.pc {
		display: none;
	}
	.contents {
		margin: 0 4%;
	}
}
/* --- originals --- */



/* --- top --- */
#top { width: 100%; position: relative; background-size: 100% 100%;}
#top .logo { position: absolute;}
/* --- common --- */
@media only screen and (min-width: 768px) {
#top { aspect-ratio: 2538 / 1298; background-image: url(../images/main.jpg);}
#top .logo { left: 2rem; top: 1.5rem; width: 5.9rem; }
#top p { padding-top: 5.1rem;}
#top p img { width: 14%;}
#top h1 { margin-top: 4.7rem;}
#top h1 img { width: 71%;}
}/* --- pc --- */
@media only screen and (max-width: 767px) {
#top { aspect-ratio: 691 / 1180; background-image: url(../images/main_sp.jpg);}
#top .logo { left: 0.9rem; top: 0.65rem; width: 4.1rem; }
#top p { padding-top: 6.7rem; padding-left: 2%;}
#top p img { width: 58%;}
#top h1 { margin-top: 4.9rem;}
#top h1 img { width: 56.2%;}
}/* --- sp --- */


/* --- navi --- */
nav { font-size: 0;}

nav ul li a span img { vertical-align: middle;}
.ttl1 span img { width: 6em; margin-bottom: 0.2em; margin-right: 0.5em;}
.ttl2 span img { width: 2.3em;}
.ttl3 span img { width: 2.3em;}
.ttl4 span img { width: 2.1em;}
.ttl5 span img { width: 1.7em;}
.ttl6 span img { width: 2.8em;}
/* --- common --- */
@media only screen and (min-width: 768px) {
nav { height: 4rem; margin: 0.25rem 0 1rem;}
nav ul { width: 100%; height: 4rem; background-color: rgba(255,255,255,0); transition: background-color ease .5s;}
nav ul.float { margin: 0; position: fixed; top: 0; left: 0; width: 100%; background-color: rgba(255,255,255,1); z-index: 1;}
nav ul li { display: inline-block; height: 3rem; margin: 0.5rem 0.25rem; vertical-align: middle;}
nav ul li a { display: inline-block; padding: 0.15rem 0.75rem 0.35rem; font-size: 0.85rem; line-height: 2.5rem; border-radius: 0.4rem; background-color: #fff; transition: background-color ease .4s; }
nav ul li a span img { margin-right: 0.6em;}
nav ul li a:hover { background-color: #D2EFF7;}
}/* --- pc --- */
@media only screen and (max-width: 767px) {
nav { width: 100%; height: 100svh;  position: fixed; top: 0; left: 100%; transition: right ease .4s; background-size: cover; background-image: url(../images//bg_spmenu.jpg); background-position: center top; z-index: 1; transition: left ease .4s;}
nav ul li:nth-child(-n+2) a { width: 2.4rem; height: 2.4rem; display: flex; align-items: center; justify-content: center; border-radius: 0.4rem; right: 0.7rem; top: 0.7rem;}
nav ul li:nth-child(1) a { position: fixed; background-color: rgba(0,0,0,.15); transition: right ease .4s;}
nav ul li:nth-child(2) a { position: absolute;}
nav ul li:nth-child(1) a img { width: 60%;}
nav ul li:nth-child(2) a img { width: 70%;}
nav ul li:nth-child(2) { position: relative; height: 4rem; }
nav ul li:nth-child(n+3) { display: block; height: 3.3rem; margin: 0 3.6%; vertical-align: middle; border-bottom: 0.05rem solid #006CB8;}
nav ul li:nth-child(3) { border-top: 0.05rem solid #006CB8;}
nav ul li:nth-child(n+3) a { display: block; padding: 0 0.75rem; font-size: 0.85rem; line-height: 3.3rem; text-align: left; }
nav ul li:nth-child(n+3) a span { display: inline-block; width: 6.4rem; text-align: center; }
nav.show { left: 0;}
nav.show ul li:nth-child(1) a { right: -6rem;}
}/* --- sp --- */


/* --- main --- */
section p.link a { display: inline-block; background-color: #5BACE0; color: #fff; line-height: /*3em*/1.4; /*height: 3em;*/ width: 13rem; margin-inline: auto; padding: 1em 0;}
section h2 { background-image: url(../images/bg_title.jpg); background-size: cover; background-repeat: no-repeat;}
section p.sub {line-height: 1.5; font-weight: 600;}

/* --- common --- */
@media only screen and (min-width: 768px) {
section { padding-bottom: 6.6rem;}
section h2 { font-size: 1.7rem; line-height: 3.85; font-weight: 500; margin-bottom: 3.6rem;}
section h2 img { vertical-align: middle; margin-right: 0.6em;}
section p { font-size: 0.8rem;}
section p.sub { font-size: 1.2rem;}
section p.link a { margin-top: 1.5rem;  transition: background-color ease .4s;}
section p.link a:hover { background-color: #006CB8; }

}/* --- pc --- */
@media only screen and (max-width: 767px) {
section { padding-bottom: 3.2rem;}
section h2 { font-size: 0.85rem; line-height: 3.85; font-weight: 500; margin-bottom: 2rem;}
section h2 img { vertical-align: middle; margin-right: 0.6em;}
section p { font-size: 0.7rem;}
section p.link a { margin-top: 1.25rem;}
}/* --- sp --- */


/* --- movie --- */
section#movie video { width: 100%; height: auto;}
section#movie p.note { font-weight: 500;}
/* --- common --- */
@media only screen and (min-width: 768px) {
section#movie { padding-bottom: 5rem;}
section#movie p.note { font-size: 1rem; margin-top: 3rem;}
}/* --- pc --- */
@media only screen and (max-width: 767px) {
section#movie { margin-top: 0.5rem;}
section#movie p.note { margin-top: 2rem;}
}/* --- sp --- */


/* --- ashinosora --- */
.shelf { text-align: left;}
.shelf .unit hgroup h3 { border-bottom: 0.05rem solid #006CB8; line-height: 1; font-weight: 500; padding: 0 0 0.3em 0; margin-bottom: 0.3em;}
.shelf .unit hgroup p { line-height: 1;}
.shelf .unit p.exp { text-align: justify;}
/* --- common --- */
@media only screen and (min-width: 768px) {
section#ashinosora { margin-top: 2rem; padding-bottom: 2.4rem;}
section#ashinosora #announce { padding-bottom: 3rem;}
section#ashinosora #announce p:nth-of-type(2) img { width: 32rem; margin: 2.6rem 0 3.2rem;}
section#ashinosora #announce p:nth-of-type(3) { line-height: 1.9;}
.shelf { width: 100%; display: flex; justify-content: space-between; margin: 0 0 4.2rem;}
section#ashinosora .shelf:nth-of-type(1) { margin-top: 2rem;}
section#ashinosora figure  { margin-bottom: 1.5rem;}
.shelf .unit { width: calc(50% - 1rem);}
.shelf .unit hgroup h3 { font-size: 2rem;}
.shelf .unit hgroup p.ja { font-size: 0.85rem; margin-bottom: 0.6rem;}
.shelf .unit hgroup p.en { font-size: 1.1rem;}
}/* --- pc --- */
@media only screen and (max-width: 767px) {
section#ashinosora { padding-bottom: 1rem;}
section#ashinosora #announce { padding-bottom: 1.2rem;}
section#ashinosora #announce p:nth-of-type(1) { font-size: 0.7rem;}
section#ashinosora #announce p:nth-of-type(2) img { width: 90%; margin: 1.9rem 0 2.5rem;}
section#ashinosora #announce p:nth-of-type(3) { line-height: 1.9;}
section#ashinosora figure  { margin: 0.8rem 0;}
.shelf { margin-bottom: 2.2rem;}
.shelf .unit hgroup { margin: 1rem 0 1rem;}
.shelf .unit hgroup h3 { font-size: 1.4rem;}
.shelf .unit hgroup p.ja { font-size: 0.6rem; margin-bottom: 0.8em;}
.shelf .unit hgroup p.en { font-size: 0.8rem;}
}/* --- sp --- */

/* --- timetable --- */

section#timetable .tbl { text-align: left;}
section#timetable table { width: 100%;}
section#timetable th, section#timetable td { border: 1px solid #006CB8; padding: 0.5em 1em; text-align: center;}
section#timetable th { background-color: #006CB8; color: #fff; width: 20%;}
section#timetable tr td.bb { background-color: #D2EFF7; width: 45%; }
section#timetable tr td:last-of-type { width: 40%; }
section#timetable .contents div:nth-of-type(1) table td:nth-of-type(1) { width: 15%;}
section#timetable .contents div:nth-of-type(1) table td:nth-of-type(2) { width: 30%;}
section#timetable .contents div:nth-of-type(2) table tr:nth-of-type(1) th { border-bottom-color: #fff;}
section#timetable .contents div:nth-of-type(2) table tr:nth-of-type(2) th { border-top-color: #fff;}
section#timetable .contents div:nth-of-type(5) table tr td.bb { width: 15%;}
section#timetable .contents div:nth-of-type(5) table tr:nth-of-type(1) td:nth-of-type(1) { width: 45%;}
section#timetable .contents div:nth-of-type(5) table tr:nth-of-type(1) th { border-bottom-color: #fff;}
section#timetable .contents div:nth-of-type(5) table tr:nth-of-type(2) th { border-top-color: #fff;}
section#timetable td span { display: inline-block;}
section#timetable td span.long { width: 8em; text-align: left;}
section#timetable td span.short { width: 4em; text-align: right;}
section#timetable p.caution a { text-decoration: underline;}
section#timetable #forDogOwners { text-align: left;}
section p.sq { line-height: 1.5; padding-left: 1.2em; position: relative; font-weight: 500; vertical-align: top; text-align: left;}
section p.sq::after { content: ""; display: block; background-color: #006CB8; position: absolute; width: 1em; height: 1em; left: 0; top: 0.3em;}
/* --- common --- */
@media only screen and (min-width: 768px) {
section#timetable .contents .tbl { margin-top: 2rem;}
section#timetable .contents .tbl:nth-of-type(n+3) { margin-top: 4rem;}
section#timetable .tbl p.sub { margin-bottom: 0.5em;}
section#timetable .tbl p.caution { font-size: 0.8rem; }
section#timetable .contents div p.caution { margin-top: 1.5em; }
section#timetable .contents div:nth-of-type(1) p.caution { margin-top: 0.5em; text-align: right;}
section#timetable p.caution a:hover { text-decoration: none;}
section#timetable #forDogOwners p.sq { font-size: 1.2rem; margin: 3.6rem 0 0.8em;}
section#timetable #forDogOwners p.sub { font-size: 1.1rem; margin: 2em 0 0.5em;}
section#timetable #forDogOwners p.circle { font-size: .95rem; margin: 1.8em 1em .3em; text-indent: -1em; line-height: 1.8;}
section#timetable #forDogOwners p.note { margin: 0 0 0 0.9rem;}
section#timetable #forDogOwners p:last-of-type { margin-top: 3em;}
}/* --- pc --- */
@media only screen and (max-width: 767px) {
section#timetable .contents .tbl { margin-top: 1.2rem; font-size: 0.7rem;}
section#timetable .contents .tbl:nth-of-type(n+3) { margin-top: 2.4rem;}
section#timetable .tbl p.sub { margin-bottom: 0.5em;}
section#timetable .tbl p.caution { font-size: 0.65rem; }
section#timetable .contents div p.caution { margin-top: 1.5em; }
section#timetable .contents div:nth-of-type(1) p.caution { margin-top: 0.5em; text-align: right;}
section#timetable #forDogOwners p.sq { font-size: 0.9rem; margin: 2.4rem 0 0.8em;}
section#timetable #forDogOwners p.sub { margin: 1em 0 0.5em;}
section#timetable #forDogOwners p.circle { font-size: .75rem; margin: 1.75em 0 .3em 1em; text-indent: -1em; text-align: justify;}
section#timetable #forDogOwners p.note { margin: 0.25em 0 0 0.8rem;}
section#timetable #forDogOwners p:last-of-type { margin-top: 1.5em;}
}/* --- sp --- */

/* --- activities --- */
section#activities figure { font-size: 0;}
section#activities figure img { width: 50%;}
/* --- common --- */
@media only screen and (min-width: 768px) {
section#activities p.link { margin: 2rem 0 3.6rem 0;}
}/* --- pc --- */
@media only screen and (max-width: 767px) {
section#activities p.link { margin: 0 0 2.8rem 0;}
}/* --- sp --- */

/* --- access --- */
section#access h3 { background-color: #006CB8; color: #fff; font-weight: 500; line-height: 2.8; height: 2.8em; background-repeat: no-repeat; text-align: left;}
section#access h3:nth-of-type(1) { background-image: url(../images/ico_41.png); background-size: 1.15em auto; }
section#access h3:nth-of-type(2) { background-image: url(../images/ico_42.png); background-size: 1.65em auto;}
section#access h3:nth-of-type(3) { background-image: url(../images/ico_43.svg); background-size: 1.45em auto;}
section#access h3:nth-of-type(4) { background-image: url(../images/ico_44.png); background-size: 1.55em auto;}
section#access p.note { text-align: left; line-height: 1.8;}
section#access p.note a { text-decoration: underline;}
section#access #map iframe { display: block; width: 100%; height: 100%;}
/* --- common --- */
@media only screen and (min-width: 768px) {
section#access h3 { font-size: 1rem; margin: 4em 0 2em; padding-left: 5.5em;}
section#access h3:nth-of-type(1) { background-position: 3em center; }
section#access h3:nth-of-type(2) { background-position: 2.75em center;}
section#access h3:nth-of-type(3) { background-position: 2.85em center;}
section#access h3:nth-of-type(4) { background-position: 2.8em center;}
section#access figure { margin-bottom: 2rem;}
section#access p.note a:hover { text-decoration: none;}
section#access #map { width: 100%; aspect-ratio: 4 / 3; margin-top: 3rem;}
}/* --- pc --- */
@media only screen and (max-width: 767px) {
section#access h3 { font-size: 0.7rem; margin: 3.2em 0 2.4em; padding-left: 3.4em; background-position: 1em center;}
section#access figure { margin-bottom: 1.4rem;}
section#access p.note a:hover { text-decoration: none;}
section#access #map { width: 100%; aspect-ratio: 1 / 1; margin-top: 1.8rem;}
}/* --- sp --- */

/* --- vicinity --- */
section#vicinity .grid .unit p.sq span { display: inline-block;}
section#vicinity .grid .txtarea p.link { text-align: center;}
/* --- common --- */
@media only screen and (min-width: 768px) {
section#vicinity .contents { width: 80%;}
section#vicinity figure { margin: 3.6rem 0 4rem;}
section#vicinity .grid {display: grid; width: 100%; grid-template-columns: repeat(2, 1fr); gap: 4rem 3rem; text-align: left;}
section#vicinity .grid .unit { display: flex; justify-content: space-between;}
section#vicinity .grid .unit .baloon { width: 40%;}
section#vicinity .grid .unit .txtarea { width: 55%;}
section#vicinity .grid .unit p.sq { font-size: 1.1rem;}
section#vicinity .grid .unit p.just { margin-top: 0.5em;}
section#vicinity .grid .txtarea p.link a { width: 100%;}
}/* --- pc --- */
@media only screen and (max-width: 767px) {
section#vicinity { padding-bottom: 2.2rem;}
section#vicinity figure { margin: 2rem 0;}
section#vicinity .grid .unit { display: flex; justify-content: space-between; margin-bottom: 2rem;}
section#vicinity .grid .unit .baloon { width: 40%;}
section#vicinity .grid .unit .txtarea { width: 55%;}
section#vicinity .grid .unit p.sq { font-size: 0.9rem;}
section#vicinity .grid .unit p.just { margin-top: 0.5em;}
section#vicinity .grid .txtarea p.link a { width: 100%; margin-top: 1rem;}
}/* --- sp --- */


/* --- gallery --- */
section#gallery .flex { font-size: 0;}
/* --- common --- */
@media only screen and (min-width: 768px) {
section#gallery { padding-bottom: 6rem;}
section#gallery figure { margin: 3.2rem 0 0.5rem;}
section#gallery .flex { display: flex; width: 100%; justify-content: space-between;}
section#gallery .flex a { display: block; width: 12%; position: relative;}
section#gallery .flex a img {transition: opacity ease .4s;}
section#gallery .flex a.sel::after { content: ""; display: block; width: 0.8rem; height:0.8rem; background-color:#fff; border-radius: 50%; position: absolute; left: calc(50% - 0.4rem); bottom: 0.3rem;}
section#gallery .flex a:hover img { opacity: 0.8;}
}/* --- pc --- */
@media only screen and (max-width: 767px) {
section#gallery figure { margin: 2rem 0 0.5rem;}
section#gallery .flex { display: grid; width: 92%; margin: 0 4%; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 0.5rem;}
section#gallery .flex a.sel { outline: 2px solid #5BACE0; outline-offset: 2px;}
}/* --- sp --- */

section#footer p {  font-weight: 500; }
.hotel p { border-top: 0.05rem solid #666; border-bottom: 0.05rem solid #666; padding: 0.3em 0 0.5em;}
.hotel p a { color: #4D4D4D; text-decoration: none;}
.copyright p { color: #4D4D4D;}
/* --- common --- */
@media only screen and (min-width: 768px) {
section#footer { padding-bottom: 3rem;}
section#footer div img { width: 14.75rem; margin-bottom: 2rem;}
section#footer p:nth-of-type(1) { font-size: 0.95rem;}
section#footer p:nth-of-type(2) { font-size: 0.7rem; margin-top: 0.25em;}
section#footer p:nth-of-type(3) { font-size: 1.2rem; margin-top: .5em;}
section#footer p:nth-of-type(4) { font-size: 0.9rem; margin-top: 0.25em;}
section#footer p:nth-of-type(5) img { width: 2.4rem; margin-top: 2rem;}
.hotel p a { font-size: 0.65rem;}
.copyright p { font-size: 0.6rem; margin-top: 1.5em; padding-bottom: 1.5rem;}
.hotel p a:hover { text-decoration: underline;}
}/* --- pc --- */
@media only screen and (max-width: 767px) {
section#footer div img { width: 12rem; margin-bottom: 1.5rem;}
section#footer p:nth-of-type(1) { font-size: 0.75rem;}
section#footer p:nth-of-type(2) { font-size: 0.65rem; margin-top: 0.25em;}
section#footer p:nth-of-type(3) { font-size: 0.9rem; margin-top: .5em;}
section#footer p:nth-of-type(4) { font-size: 0.8rem; margin-top: 0.25em;}
section#footer p:nth-of-type(5) img { width: 2.4rem; margin-top: 2rem;}
.hotel p a { font-size: 0.6rem;}
.copyright p { font-size: 0.4rem; margin-top: 2em;padding-bottom: 2rem;}
}/* --- sp --- */



/* --- common --- */
.pagetop { width: 1em; height: 1em; position: fixed; transition: right ease .5s;}
.pagetop a { display: block; border-radius: 50%; background-color: rgba(255,255,255,.5);  width:100%; height: 100%; border: 2px solid #006CB8; position: relative;}
.pagetop a::after { display: block; content: ""; width: 0.3em; height: 0.3em; rotate: 45deg; border: 2px solid  #006CB8; position: absolute; top: 0.41em; left: 0.33em; border-right: none; border-bottom: none;}
@media only screen and (min-width: 768px) {
.pagetop { font-size: 36px; bottom: 48px; right: -36px;}
.pagetop.float { right: 36px;}
}/* --- pc --- */
@media only screen and (max-width: 767px) {
}/* --- sp --- */



.lyt-koma-ill{	
	padding-bottom: 6.6rem;
}

@media only screen and (max-width: 767px) {
	.lyt-koma-ill{ padding-bottom: 2.2rem; }
}