@charset "utf-8";

/* CSS Document */
#contents h2,#contents h3,#contents .name,#gift a{
	font-family: A1 Gothic M, sans-serif;
}

#firstview picture img{
	position: absolute;
	display: block;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}
#firstview .fvbox{
	position: absolute;
	width: 440px;
	top: 20%;
	left: calc(50% - 220px);
}
#firstview .fvbox h1{
	display: block;
	width: 220px;
	margin: 0 auto 20px;
}
#firstview .fvbox p{
	font-size: 3.6em;
	color: #fff;
	text-align: center;
}

#description{
	padding: 120px 0;
	background: #fff;
}
#description p{
	font-size: 1.8em;
	width: calc(100% - 20px);
	max-width: 566px;
	margin: 0 auto;
	color: #002b68;
}

#contents{
	padding-bottom: 120px;
	background: url("../images/takesui_bg_pc.jpg") no-repeat;
	background-size: 100% 102%;
	background-position: bottom;
}
#deepsea{
	padding: 0 0 80px;
}
#deepsea .text{
	width: calc(100% - 40px);
	max-width: 566px;
	margin: 0 auto 70px;
	font-size: 1.4rem;
	padding: 3em 1em;
	border-radius: 20px;
	box-sizing: border-box;
	background: #002b68;
}
#contents h2,
#contents h3{
	font-size: 3rem;
	margin-bottom: 0.5em;
	text-align: center;
	color: #fff;
}
#contents .dscrptn{
	font-size: 1.4rem;
	width: 100%;
	max-width: 470px;
	margin: 0 auto;
	color: #fff;
}
#contents #mikawawan .dscrptn{
	margin-bottom: 70px;
}
ul.fish{
	width: calc(100% - 80px);
	max-width: 720px;
	margin: 0 auto 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.fish li{
	width: calc(100% / 3 - 15px);
}
ul.fish li img{
	margin-bottom: 10px;
}
ul.fish li .name{
	text-align: center;
	font-size: 2rem;
}
#deepsea ul.fish li .name{
	color: #002b68;
}
#mikawawan ul.fish li .name{
	color: #fff;
}
.exhibition{
	width: calc(100% - 40px);
	max-width: 960px;
	margin: 0 auto;
	border-radius: 30px;
	overflow: hidden;
}
#mikawawan{
	padding: 40px 0 80px;
}
#handmadepop{
	padding: 40px 0;
}
.handmade{
	width: 100%;
}
#gift{
	padding: 40px 0;
	position: relative;
}
.giftinfo{
	width: calc(100% - 40px);
	max-width: 550px;
	margin: 0 auto 160px;
	background: #fff;
	padding: 40px;
	box-sizing: border-box;
}
#gift .ramen{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
#gift .ramen .giftimg{
	width: 35%;
}
#gift .ramen .text{
	width: 65%;
}
#gift .ramen p{
	font-size: 1.4em;
	padding-top: 20px;
}
#gift .image{
	width: 75%;
	margin: 0 auto 30px;
}
#gift a{
	display: block;
	font-size: 2em;
	width: 8em;
	height: 1.4em;
	margin: 0 auto;
	border-radius: 0.7em;
	background: #002b68;
	color: #fff;
	text-align: center;
	padding: 0.05em;
	box-sizing: border-box;
}
#gift a:hover{
	opacity: .7;
}
#gift .snack{
	width: calc(100% - 40px);
	max-width: 900px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#gift .snack li{
	width: 35%;
}
#gift .snack li p{
	font-size: 2.4rem;
	text-align: center;
	color: #fff;
}

#goto{
	padding: 180px 0 120px;
	color: #002b68;
}
#goto h2{
	font-size: 3em;
	margin-bottom: 1em;
	text-align: center;
}
#goto .image{
	width: 310px;
	margin: 0 auto 20px;
}
#goto .name{
	font-size: 2em;
	margin-bottom: 0.5em;
	text-align: center;
}
#goto ul{
	width: calc(100% - 40px);
	max-width: 738px;
	margin: 0 auto 40px;
	border: solid 1px #002b68;
	padding: 20px 0;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#goto li{
	font-size: 1.4em;
	width: 16em;
	margin: 0 2em;
}
#goto li dl{
	display: flex;
	flex-wrap: wrap;
}
#goto li dt{
	width: 5em;
}
#goto li dd{
	width: calc(100% - 5em);
}
#goto .maparea{
	width: 100%;
	max-width: 738px;
	margin: 0 auto;
}
#goto .maparea iframe{
	width: 100%;
	height: 400px;
	vertical-align: bottom;
}

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

#firstview .fvbox{
	position: absolute;
	width: 100%;
	top: 20%;
	left: 0;
}
#firstview .fvbox h1{
	display: block;
	width: 160px;
	margin: 0 auto 20px;
}
	#firstview .fvbox p{
		font-size: 2.4em;
	}

#description{
	padding: 60px 0;
}
#description p{
	font-size: 1.4em;
	text-align: center;
}

#contents{
	padding-bottom: 40px;
	background: url("../images/takesui_bg_sp.jpg") no-repeat;
	background-size: 100% 104%;
	background-position: bottom;
}
#deepsea .text{
	font-size: 1.2rem;
	padding: 2em 1em;
	margin: 0 auto 40px;
}
#contents h2{
	font-size: 2rem;
}
#contents .dscrptn{
	font-size: 1.2rem;
}
#contents #mikawawan .dscrptn,
#contents #handmadepop .dscrptn{
	margin-bottom: 40px;
	padding: 0 20px;
	box-sizing: border-box;
}
ul.fish{
	margin: 0 auto 40px;
}
ul.fish li{
	width: 65%;
	margin-right: 35%;
}
ul.fish li:nth-of-type(2){
	margin-right: 0;
	margin-left: 35%;
}
ul.fish li .name{
	font-size: 1.4rem;
}
.giftinfo{
	padding: 40px 20px;
	margin: 0 auto 80px;
}
	#gift .imagepc{
		display: none;
	}
	#gift .snack .imagesp{
		width: 100%;
	}
#gift .ramen .giftimg{
	width: 70%;
	margin: 0 auto 20px;
}
#gift .ramen .text{
	width: 100%;
}
#gift .image{
	width: 100%;
	margin: 0 auto 30px;
}
	#contents h3{
		font-size: 2em;
	}
#gift .snack li{
	width: 100%;
	margin-bottom: 40px;
}
#gift .snack li p{
	font-size: 1.4rem;
}
	
#goto{
	padding: 80px 0 0;
}
#goto h2{
	font-size: 2em;
}
#goto ul{
	margin: 0 auto 80px;
}
#goto li{
	font-size: 1.2em;
}
	#goto li:first-child{
		margin-bottom: 20px;
	}
	
}

@media screen and (min-width: 568px) and (max-width: 1024px){

	.ramen{
		flex-direction: row-reverse;
	}
#gift .ramen .text{
	padding-right: 20px;
	box-sizing: border-box;
}
	#gift .snack .imagepc{
		width: 100%;
	}
	#gift .imagesp{
		display: none;
	}
	
}

@media screen and (min-width: 1025px){

#gift::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 100px;
	width: 200px;
	height: 50%;
	background: url("../images/mehikari_left.png") no-repeat;
	background-size: contain;
}
#gift::after{
	content: "";
	display: block;
	position: absolute;
	top: 250px;
	right: 180px;
	width: 120px;
	height: 50%;
	background: url("../images/mehikari_right.png") no-repeat;
	background-size: contain;
}
	.ramen{
		flex-direction: row-reverse;
	}
#gift .ramen .text{
	padding-right: 20px;
	box-sizing: border-box;
}
	#gift .snack .imagepc{
		width: 100%;
		margin: -20px 0;
	}
	#gift .imagesp{
		display: none;
	}
	
}
