@charset "utf-8";
html {scroll-behavior: smooth;}
body {
	font-family: 'Noto Sans JP', sans-serif;
	text-align: left;
	background: #afdbff;
	color: #000;
	font-size: 62.5%;
	font-weight: 400;
	font-feature-settings: "palt";
}
img {
	width: 100%;
	margin: 0 auto;
	line-height: 1.0;
	vertical-align:top;
}
.pcno {display: none;}
.container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
H2 {
	margin: 0.15em 0 0.5em;
	padding: 1.2em 0 0.7em 1.2em;
	color: #298ec5;
	font-size:3.2em;
	font-weight: 700;
}
.point1{ background: url("../img/point1.png") no-repeat left top / 34.16% auto;}
.point2{ background: url("../img/point2.png") no-repeat left top / 34.16% auto;}
.point3{ background: url("../img/point3.png") no-repeat left top / 34.16% auto;}
.point4{ background: url("../img/point4.png") no-repeat left top / 34.16% auto;}

P {
	margin-bottom: 3.2em;
	font-size: 1.6em;
	font-weight:500;
	line-height: 1.75;
	text-size-adjust: 100%;
	text-align: justify;
	text-justify: inter-ideograph;
}
li {
	font-size: 1.4em;
	font-weight:400;
}
.yugo {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}


@media only screen and (max-width:768px) {
H2 {
	padding: 1.8em 0 1.2em 1.2em;
	font-size:1.8em;
	}
	.point1,
	.point2,
	.point3,
	.point4{ background-size: auto 100%;}
P {
	margin-bottom: 2em;
	font-size: 1.4em;
	line-height: 1.5;
}
li {
	font-size: 1.2em;
}
.pcno {display: inherit;}
.spno {display: none;}
}

#top {
	max-width: 100%;
	margin: 0 auto;
	background: #fff;
	position: relative;
}
#top nav {
	margin: 0 auto;
	z-index: 100;
}
#top nav li{
	margin: 19px 0 20px;
	padding-top: 8px;
	font-size: 1.5em;
	line-height:1.5;
	font-weight: 700;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 31px auto;
}
#top nav li A{
	display: block;
	color: #298ec5;
	vertical-align: top;
}
#top ul li:nth-child(2){
	padding-left: 34px;
  background-image: url("../img/flag1.png");
}
#top ul li:nth-child(3){
	padding-left: 34px;
  background-image: url("../img/flag2.png");
}
#top ul li:nth-child(4){
	padding-left: 34px;
  background-image: url("../img/flag3.png");
}
#top ul li:nth-child(5){
	padding-left: 34px;
  background-image: url("../img/flag4.png");
}

@media (min-width: 768px) {
#top nav {
	width: 100%;
	max-width: 920px;
	margin: 0 auto;
}
.drawer-hamburger{
	display: none;
}
.drawer--right .drawer-nav{
	right: 0;
}
.drawer-nav{
	width: 100%;
	position: relative;
}
.drawer-nav .drawer-menu {
	display:flex;
	justify-content: space-between;
	align-items: flex-start;
}
.drawer-nav .drawer-menu li {
	display:flex;
}
}
@media screen and (max-width: 768px) {
	.logo { margin-bottom: 0; padding: 10px; background: #afdbff;}
	.logo img {width: 40%;}
	.drawer-hamburger {
		background:#298ec5;
		opacity: 0.8;
	}
	.drawer-hamburger-icon, .drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
		background-color: #fff;
	}
	.drawer-hamburger:hover {
  cursor: pointer;
	}
	#top nav ul { margin: 0 10px;}
	#top nav li{
		margin:0;
		padding: 20px 0;
		font-size: 1.4em;
		border-bottom:1px solid #ccc;
	}
}


/*メインビジュアル*/
#mainimg {
	width: 100%;
	background-image: url("../img/wave_bl.png"), url(../img/main.jpg);
	background-repeat: repeat-x,no-repeat;
	background-position: center bottom,center center;
	background-size: auto,cover;
	position: relative;
}
#mainimg section{
	height: 623px;
}
#mainimg h1 {
	padding:0 73px 50px 0;
	text-align: center;
	width: 351px;
}
#mainimg h2 {
	position: absolute;
	right: 0;
	bottom: 40px;
	width: 298px;
}
@media screen and (max-width: 768px) {
	#mainimg section{
	height: 400px;
	}
	#mainimg h1 {
		padding:0 0 20px 0;
		text-align: center;
		width:40%;
	}
	#mainimg h2 {
		right: 10px;
		bottom: 20px;
		width: 40%;
	}
}

/*メイン*/
main{
	width: 100%;
}
section {
	width:100%;
	max-width: 920px;
	margin: 0 auto;
	position: relative;
}
.inner {
	width: 91.3%;
	max-width: 840px;
	margin: 0 auto;
	padding: 55px 0;
}
.line {border-bottom: 1px solid #b7b7b7;}
ol.photo {}
ol.photow {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
ol.photo li {
	margin-bottom: 10px;
	position: relative;
}
ol.photow li {
	width: 49.4%;
	margin-bottom: 10px;
	position: relative;
}
ol.photo li::after {
	position: absolute;
	left: 3px;
	bottom: 3px;
	display: block;
	content: '';
  width: 22px;
  height: 22px;
	background-size: contain;
	vertical-align: middle;
}
ol.photo .lo1::after{background-image: url("../img/lo1.png");}
ol.photo .lo2::after{background-image: url("../img/lo2.png");}
ol.photo .sp1::after{background-image: url("../img/sp1.png");}
ol.photo .sp2::after{background-image: url("../img/sp2.png");}
ol.photo .sp3::after{background-image: url("../img/sp3.png");}
ol.photo .sp4::after{background-image: url("../img/sp4.png");}
ol.photo .fo1::after{background-image: url("../img/fo1.png");}
ol.photo .fo2::after{background-image: url("../img/fo2.png");}
ol.photo .fo3::after{background-image: url("../img/fo3.png");}
ol.photo .fo4::after{background-image: url("../img/fo4.png");}
ol.photo .fl1::after{background-image: url("../img/fl1.png");}
ol.photo .fl2::after{background-image: url("../img/fl2.png");}
ol.photo .fl3::after{background-image: url("../img/fl3.png");}
ol.photo .fl4::after{background-image: url("../img/fl4.png");}

ol.caption {
	margin: 36px 0 2px;
	counter-reset: li;}
ol.caption li {
	padding-left: 2em;
	line-height: 1.6;
	position: relative;
}
ol.caption li:before{
	position: absolute;
	top: 0;
	left: 0;
	counter-increment: li;
	content: '［'counter(li)'］';
}
.fish{background: url("../img/location_cap_bk.png") no-repeat right top / 94px auto;}
.star{background: url("../img/spot_cap_bk.png") no-repeat right top / 94px auto;}
.drink{background: url("../img/food_cap_bk.png") no-repeat right top / 94px auto;}
.sakura{background: url("../img/flower_cap_bk.png") no-repeat right top / 94px auto;}

@media screen and (max-width: 768px) {
	ol.photow li {
	width: 100%;}
	ol.caption {
	margin-top: 10px;}
	ol.caption li:nth-child(1),
	ol.caption li:nth-child(2) {padding-right: 50px;}
	.fish,
	.star,
	.drink,
	.sakura{ background-size: 55px auto;}
}


/*info*/
#info { padding: 15px 0;}
#info P {
	font-size: 1.8em;
	font-weight:500;
	line-height: 1.6;
}
#info ul {
	display:flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 75px 0 35px;
}
#info ul li {
	display:flex;
	width: 220px;
	font-size: 1.9em;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
#info ul li A{
	display: block;
	width: 100%;
	color: #298ec5;
	text-align: center;
	background: #ccc;
}
#info .infonav1,
#info .infonav3 {padding-top:100%;}
#info .infonav2,
#info .infonav4 { padding-bottom: 100%;}
#info .infonav1 { background: url("../img/info_img01.png") no-repeat left top / 100% auto;}
#info .infonav2 { background: url("../img/info_img02.png") no-repeat left bottom / 100% auto;}
#info .infonav3 { background: url("../img/info_img03.png") no-repeat left top / 100% auto;}
#info .infonav4 { background: url("../img/info_img04.png") no-repeat left bottom / 100% auto;}

#info ul li span{
	display:inline-block;
	margin: 0 auto;
	padding: 1.32em 0 0 0;
	text-align: center;
	position: relative;
}
#info ul li .npoint4 {letter-spacing: -0.1em;}
#info ul li .npoint1::before,
#info ul li .npoint2::before,
#info ul li .npoint3::before,
#info ul li .npoint4::before{
  content: '';
	position: absolute;
	top: -3px;
	left: -1.2em;
  width: 162px;
  height: 45px;
	background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
	
}
#info ul li .npoint1::before { background-image: url("../img/point2_1.png");}
#info ul li .npoint2::before { background-image: url("../img/point2_2.png");}
#info ul li .npoint3::before { background-image: url("../img/point2_3.png");left:0.3em;}
#info ul li .npoint4::before { background-image: url("../img/point2_4.png");left: -0.8em;}

#info li A img {
	width: 100%;
}

@media screen and (max-width: 940px) {
	#info P {
		padding: 10px;}
}
@media screen and (max-width: 768px) {
	#info P {
		font-size: 1.5em;}
	#info ul {
		display:flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
		margin: 20px 10px;
	}
	#info ul li {
		width: 48%;
		font-size: 1.4em;
	}
	#info .infonav1,
	#info .infonav2,
	#info .infonav3,
	#info .infonav4 { padding:0 0 110% 0; background-position: center top 4.5em;}
	
	#info ul li span{
	padding: 1.32em 0 0 0;
	}
	#info ul li .npoint1::before,
	#info ul li .npoint2::before,
	#info ul li .npoint3::before,
	#info ul li .npoint4::before{
		width: 120px;
		height: 33px;
		left: -1em;
	}
	#info ul li .npoint3::before { left:0.4em;}
}

/*content*/
#location {
	padding-top:6px; 
	background: #fff url("../img/wave_wh.png") no-repeat left top;
	position: relative;
}
.wave {
	position: fixed;
	top: 0;
	left:50%;
	transform: translateY(0) translateX(-50%);
	width: 100%;
	height: 100%;
	background: url(../img/wave_bk.png) no-repeat center top;
	transition: all 0.8s ease 0s;
	opacity: 0;
	z-index: -1;
}
.show .wave {
    opacity: 1;
}

@media screen and (max-width: 768px) {
	.wave { background: none;}
}

/*contact*/
.contact { padding: 10px 0;}
.contact h3 {
	font-size:1.3em;
	font-weight: 400;
	line-height: 1.7;
}
.contact .inner {
	padding: 26px 0;
}
.contact P {
	margin-bottom: 0;
	font-size:1.3em;
	font-weight: 400;
	line-height: 1.7;
	text-align: right;
}
.contact dt,dd {
	font-size:1.3em;
	font-weight: 400;
	line-height: 1.7;
}
@media screen and (min-width: 768px) {
.contact  dt {
clear: left;
float: left;
width: 12em;
}
.contact dd {
padding-left: 1em;
float: left;
}
}
@media screen and (max-width: 768px) {
.contact h3,
.contact P,
.contact dt,dd{
	font-size:1.2em;
}
}

/*footer*/
footer {
	width: 100%;
	padding: 10px 10px 6.762% 10px;
	text-align: center;
	background: #fff url("../img/bk_footer.png") repeat-x center bottom;
}
footer .inner {
	padding: 0;
}
footer address {
	margin:27px 0 0;
	font-size: 1.6em;
	font-weight:400;
	line-height: 1.75;
}
footer P {
	font-size: 1.2em;
	font-weight:400;
	text-align: center;
}
footer .page_top {
	display: block;
	width: 10.23%;
	margin: 0 auto;
	padding-top: 6.12%;
	font-size: 1.6em;
	font-weight:500;
	background: url("../img/page_top.png") no-repeat center top;
}

@media screen and (max-width: 768px) {
footer {
	padding: 10px 10px 12.62% 10px;
	background-size:auto 20%;
}
footer address {
	margin-bottom: 1em;
	font-size: 1.4em;
	line-height: 1.5;
}
footer P {
	font-size: 1.1em;
	font-weight:400;
	text-align: center;
}
footer .page_top {
	width: 20%;
	padding-top: 11.82%;
	font-size: 1.3em;
}
}

.win #info P,
.win #location P,
.win footer .page_top{
	font-family:'メイリオ', 'Meiryo',sans-serif;
	font-weight: 700;
	letter-spacing: -0.02em;
}


