@charset "utf-8";

/* CSS Document */
#netshopping 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: 30%;
	left: calc(50% - 220px);
}
#firstview .fvbox h1{
	display: block;
	width: 250px;
	margin: 0 auto 20px;
}
#firstview .fvbox p{
	font-size: 3.6em;
	color: #fff;
	text-align: center;
	transform: translateX(0.5em);
}

#description{
	padding: 120px 0;
	background: #fff;
}
#description p{
	font-size: 1.8em;
	width: calc(100% - 40px);
	max-width: 684px;
	margin: 0 auto;
}

#contents{
	background: #000;
	width: 100%;
	position: relative;
	color: #fff;
	z-index: -1;
	overflow: hidden;
}
#contents::before{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 70vw;
	top: 130px;
	left: 0;
	background: url("../images/bg_jizakana.jpg") no-repeat;
	background-size: contain;
	z-index: -1;
}
#contents::after{
	content: "";
	display: block;
	position: absolute;
	bottom: 250px;
	left: 0;
	width: 821px;
	height: 657px;
	background: url(../images/kazari_pc2.png) no-repeat;
	background-size: contain;
	z-index: -1;
}
#tenshu .title{
	font-size: 2em;
}
#tenshu .name{
	font-size: 3em;
}
#tenshu .text{
	font-size: 1.4em;
	width: 19.9em;
	text-align: justify;
}
.dishes{
	width: 100%;
	max-width: 1039px;
	margin: 0 auto;
	padding: 100vw 0 250px;
	position: relative;
	z-index: 0;
}
.dishes::before{
	content: "";
	display: block;
	position: absolute;
	top: 100vw;
	right: 200px;
	width: 506px;
	height: 422px;
	background: url(../images/kazari_pc1.png) no-repeat;
	background-size: contain;
	z-index: -1;
}

#gyoshou{
	background: #000;
	width: 100%;
	position: relative;
	color: #fff;
}

#ramen{
	background: #000;
	width: 100%;
	position: relative;
	color: #fff;
	padding: 140px 0 200px;
	z-index: 0;
}
.shinkaiaji{
	width: 100%;
	position: relative;
}
#netshopping{
	width: calc(100% - 40px);
	max-width: 660px;
	margin: 0 auto;
}
#netshopping a{
	display: block;
	font-size: 2em;
	width: 8em;
	height: 1.4em;
	margin: 0 auto;
	border-radius: 0.7em;
	background: #fff;
	text-align: center;
	padding: 0.05em;
	box-sizing: border-box;
}
#netshopping a:hover{
	opacity: .7;
}

#tenpo h2{
	font-size: 3em;
	margin-bottom: 1em;
	text-align: center;
	color: #002b68;
}
#tenpo ul{
	width: calc(100% - 40px);
	max-width: 720px;
	margin: 0 auto 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#tenpo li{
	width: calc(100% / 3 - 15px);
}
#tenpo .logo{
	width: 186px;
	margin: 0 auto 40px;
}
#tenpo .tenpoinfo{
	width: calc(100% - 40px);
	max-width: 720px;
	margin: 0 auto 100px;
	border: solid 1px #002b68;
	color: #002b68;
	font-size: 1.4em;
	line-height: 1.8em;
	padding: 2em 5.5em;
	box-sizing: border-box;
}
#tenpo .maparea{
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
}
#tenpo .maparea iframe{
	width: 100%;
	height: 400px;
	vertical-align: bottom;
}

#group{
	padding: 40px 0 0;
}
#group h2{
	font-size: 3em;
	margin-bottom: 1.5em;
	text-align: center;
	color: #002b68;
}
#group ul{
	width: 100%;
	max-width: 620px;
	margin: 0 auto 120px;
}
#group li{
	width: 100%;
	margin-bottom: 60px;
	display: flex;
	flex-wrap: wrap;
}
#group li .text dt{
	width: 4em;
	text-align: justify;
	text-align-last: justify;
}
#group li:nth-of-type(2) .text dt{
	width: 8em;
}
#group li:nth-of-type(2) .text dd{
	width: calc(100% - 8em);
}
#group li .text dd{
	width: calc(100% - 4em);
	padding-left: 1em;
	box-sizing: border-box;
}

#machizukuri{
	padding: 0 0 120px;
}
#machizukuri h2{
	font-size: 3em;
	margin-bottom: 1.5em;
	text-align: center;
	color: #002b68;
}
#machizukuri ul{
	width: calc(100% - 40px);
	max-width: 940px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#machizukuri li{
	width: calc(100% / 4 - 20px);
}
#machizukuri li .image{
	margin-bottom: 10px;
}
#machizukuri li p{
	font-size: 1em;
	line-height: 1.8em;
}
#machizukuri a{
	display: block;
}


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

#firstview .fvbox{
	position: absolute;
	width: 100%;
	top: 22%;
	left: 0;
}
#firstview .fvbox h1{
	display: block;
	width: 250px;
	margin: 0 auto 20px;
}
	#firstview .fvbox p{
		font-size: 2.4em;
		transform: translateX(0);
	}
	
#description{
	padding: 60px 0;
}
#description p{
	font-size: 1.4em;
}
	
#contents::before{
	width: 100%;
	height: 70vw;
	top: 700px;
	left: 0;
}
#contents::after{
	bottom: auto;
	left: auto;
	top: 1000px;
	right: 0;
	width: 208px;
	height: 317px;
	background: url("../images/kazari_sp1.png") no-repeat;
	background-size: contain;
}
.chouri{
	width: 100%;
}
#tenshu{
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
#tenshu .title{
	font-size: 1.4em;
}
#tenshu .name{
	font-size: 2.6em;
}
#tenshu .text{
	font-size: 1.2em;
	width: 100%;
}
.jizakana{
	font-size: 3em;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	padding-left: 20px;
	box-sizing: border-box;
	margin-bottom: 100px;
}
.kazarisakana{
	position: absolute;
	width: 164px;
	top: 700px;
	right: 0;
}
	.jimanbox{
		width: 100%;
		display: flex;
		align-items: flex-end;
	}
.jiman{
	width: 9.5rem;
	font-size: 3em;
	padding: 0 1em 0 0;
	box-sizing: border-box;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.jimantext{
	width: calc(100% - 9.5rem);
	font-size: 1.2em;
	padding-right: 20px;
	box-sizing: border-box;
	text-align: justify;
}
.dishes{
	padding: 60px 0 40px;
}
#lookforward .imgbox{
	width: 250px;
	margin: 0 auto;
}
#lookforward .txtbox{
	text-align: center;
	color: #fff;
}
#lookforward .text{
	font-size: 1.3em;
	margin-bottom: 0.5em;
}
#lookforward .title{
	font-size: 1.4em;
}
#lookforward .name{
	font-size: 2em;
}
	
#gyoshou{
	padding: 80px 0 0;
}
.gyoshoutitle{
	font-size: 3em;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	width: 4.5em;
	margin: 0 auto 40px;
}
.gyoshoutext{
	width: calc(100% - 60px);
	margin: 0 auto 40px;
	font-size: 1.2em;
	text-align: justify;
}
.egg{
	width: 100%;
	margin: 0 auto 80px;
}
	
#ramen{
	padding: 40px 0 40px;
}
#shinki{
	width: 100%;
	padding: 0 0 40px;
}
#shinki .imgbox{
	width: 180px;
	margin: 0 auto 40px;
}
#shinki .txtbox{
	width: calc(100% - 60px);
	margin: 0 auto 40px;
}
#shinki .title{
	font-size: 2em;
	text-align: center;
	margin-bottom: 1em;
}
#shinki .text{
	font-size: 1.2em;
	text-align: justify;
}
	
.shinkaiaji .text{
	position: absolute;
	top: 0;
	left: 15%;
	width: 70%;
	display: flex;
	flex-direction: row;
}
.shinkaiaji .text p{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 3em;
	color: #fff;
	margin-left: 20px;
}
.shinkaiaji .image{
	padding: 300px 0 0;
	width: 100%;
}
#netshopping .image{
	width: 100%;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column-reverse
}
#netshopping .image img{
	margin: 0 auto;
}
#netshopping .image img:first-child{
	width: 100%;
}
#netshopping .image img:last-child{
	width: 60%;
	margin-bottom: 30px;
}
#netshopping .text{
	font-size: 1.2em;
	line-height: 1.7em;
	text-align: justify;
	margin-bottom: 40px;
}

#tenpo{
	padding: 60px 0 20px;
}
#tenpo h2{
	font-size: 2em;
}
#tenpo ul{
	margin: 0 auto 40px;
}
#tenpo li{
	width: calc(100% / 2 - 10px);
}
#tenpo li:first-child{
	width: 100%;
	margin-bottom: 20px;
}
#tenpo .logo{
	width: 60%;
}
#tenpo .tenpoinfo{
	margin: 0 auto 60px;
	font-size: 1.1em;
	padding: 1.5em;
}
	
#group h2{
	font-size: 2em;
}
#group ul{
	margin: 0 auto 20px;
}
#group li .logo{
	width: calc(100% - 40px);
	margin: 0 auto;
}
	#group li:first-child .logo,
	#group li:nth-child(2) .logo{
		margin-bottom: 10px;
	}
#group li .image{
	width: calc(100% - 40px);
	margin: 0 auto 20px;
}
#group li .text{
	width: calc(100% - 40px);
	margin: 0 auto;
	font-size: 1.2em;
	line-height: 1.8em;
	display: flex;
	flex-wrap: wrap;
}

#machizukuri{
	padding: 0 0 80px;
}
#machizukuri h2{
	font-size: 2em;
}
#machizukuri li{
	width: calc(100% / 2 - 10px);
}
	
}

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

.chouri{
	position: absolute;
	width: 50%;
	top: 0;
	left: 0;
}
#tenshu{
	position: absolute;
	top: 200px;
	left: 53%;
}
#tenshu .text{
	width: 14em;
}
.jizakana{
	position: absolute;
	font-size: 4em;
	top: 40px;
	right: 40px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.kazarisakana{
	position: absolute;
	width: 300px;
	top: 440px;
	right: 0;
}
.jiman{
	position: absolute;
	font-size: 4em;
	top: 65vw;
	left: 53%;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.jimantext{
	position: absolute;
	font-size: 1.4em;
	top: 75vw;
	left: 20%;
	width: 18em;
	text-align: justify;
}
#lookforward{
	position: absolute;
	width: 90%;
	bottom: 0;
	left: 10%;
	display: flex;
}
#lookforward .imgbox{
	width: 40%;
}
#lookforward .txtbox{
	width: 60%;
}
#lookforward .txtbox{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	color: #fff;
	padding: 0 0 50px 20px;
	box-sizing: border-box;
}
#lookforward .text{
	font-size: 2em;
}
#lookforward .title{
	font-size: 1.7em;
}
#lookforward .name{
	font-size: 2.5em;
}
	
#gyoshou::after{
	content: "";
	display: block;
	position: absolute;
	top: 22vw;
	right: 0;
	width: 652px;
	height: 366px;
	background: url(../images/kazari_pc3.png) no-repeat;
	background-size: contain;
}
.gyoshoutitle{
	position: absolute;
	font-size: 5em;
	top: 40px;
	right: 20%;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.gyoshoutext{
	position: absolute;
	font-size: 1.4em;
	top: 20vw;
	right: calc(20% + 260px);
	width: 22em;
	text-align: justify;
}
.egg{
	width: 100%;
	max-width: 710px;
	margin: 0 auto;
	padding: 40vw 0 40px;
	position: relative;
}
	
#shinki{
	width: calc(100% - 20px);
	max-width: 555px;
	margin: 0 auto;
	display: flex;
}
#shinki .imgbox{
	width: 44%;
}
#shinki .txtbox{
	width: 56%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	color: #fff;
	padding: 0 0 0 30px;
	box-sizing: border-box;
}
#shinki .title{
	font-size: 2.6em;
	margin-bottom: 0.5em;
}
#shinki .text{
	font-size: 1.4em;
	text-align: justify;
}
	
#ramen::after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 60vw;
	bottom: 0;
	left: 0;
	background: url("../images/bg_takeshima.jpg") no-repeat;
	background-size: contain;
	background-position: bottom;
	z-index: -1;
}
.shinkaiaji{
	padding-bottom: 40px;
}
.shinkaiaji .text{
	position: absolute;
	top: 0;
	left: 15%;
	width: 250px;
	display: flex;
	flex-direction: row;
}
.shinkaiaji .text p{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 4em;
	color: #fff;
	margin-left: 20px;
}
.shinkaiaji .image{
	padding-left: 38%;
	box-sizing: border-box;
}
#netshopping .image{
	width: 100%;
	margin-bottom: 40px;
}
#netshopping .image img{
	display: inline-block;
}
#netshopping .image img:first-child{
	width: 55.5%;
}
#netshopping .image img:last-child{
	width: 40.5%;
	margin-left: 3%;
}
#netshopping .text{
	font-size: 1.4em;
	line-height: 1.7em;
	text-align: justify;
	margin-bottom: 40px;
}

#tenpo{
	padding: 120px 0;
}

#group li .logo{
	width: calc(100% - 230px);
	padding-right: 20px;
	box-sizing: border-box;
	text-align: center;
}
#group li .image{
	width: 230px;
}
#group li .text{
	width: 100%;
	max-width: 45em;
	margin: 0 auto;
	font-size: 1em;
	line-height: 1.8em;
	display: flex;
	flex-wrap: wrap;
}
	
}

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

.chouri{
	position: absolute;
	width: 50%;
	top: 0;
	left: 0;
}
#tenshu{
	position: absolute;
	top: 500px;
	left: 55%;
}
.jizakana{
	position: absolute;
	font-size: 5em;
	top: 80px;
	right: 140px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.kazarisakana{
	position: absolute;
	width: 390px;
	top: 680px;
	right: 0;
}
.jiman{
	position: absolute;
	font-size: 5em;
	top: 70vw;
	left: 55%;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.jimantext{
	position: absolute;
	font-size: 1.4em;
	top: 80vw;
	left: 28%;
	width: 18em;
	text-align: justify;
}
#lookforward{
	position: absolute;
	width: 705px;
	bottom: 0;
	left: 15%;
	display: flex;
}
#lookforward .imgbox,
#lookforward .txtbox{
	width: 50%;
}
#lookforward .txtbox{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	color: #fff;
	padding: 0 0 50px 20px;
	box-sizing: border-box;
}
#lookforward .text{
	font-size: 2em;
}
#lookforward .title{
	font-size: 1.7em;
}
#lookforward .name{
	font-size: 2.5em;
}
	
#gyoshou::after{
	content: "";
	display: block;
	position: absolute;
	top: 22vw;
	right: 0;
	width: 652px;
	height: 366px;
	background: url(../images/kazari_pc3.png) no-repeat;
	background-size: contain;
}
.gyoshoutitle{
	position: absolute;
	font-size: 5em;
	top: 40px;
	right: 20%;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.gyoshoutext{
	position: absolute;
	font-size: 1.4em;
	top: 20vw;
	right: calc(20% + 260px);
	width: 22em;
	text-align: justify;
}
.egg{
	width: 100%;
	max-width: 710px;
	margin: 0 auto;
	padding: 30vw 0 40px;
	position: relative;
}
	
#shinki{
	width: calc(100% - 20px);
	max-width: 555px;
	margin: 0 auto;
	display: flex;
}
#shinki .imgbox{
	width: 44%;
}
#shinki .txtbox{
	width: 56%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	color: #fff;
	padding: 0 0 0 30px;
	box-sizing: border-box;
}
#shinki .title{
	font-size: 2.6em;
	margin-bottom: 0.5em;
}
#shinki .text{
	font-size: 1.4em;
	text-align: justify;
}
	
#ramen::after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 60vw;
	bottom: 0;
	left: 0;
	background: url("../images/bg_takeshima.jpg") no-repeat;
	background-size: contain;
	background-position: bottom;
	z-index: -1;
}
.shinkaiaji .text{
	position: absolute;
	top: 0;
	left: 17%;
	width: 330px;
	display: flex;
	flex-direction: row;
}
.shinkaiaji .text p{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 5em;
	color: #fff;
	margin-left: 40px;
}
.shinkaiaji .image{
	padding-left: 38%;
	box-sizing: border-box;
}
#netshopping .image{
	width: 100%;
	margin-bottom: 40px;
}
#netshopping .image img{
	display: inline-block;
}
#netshopping .image img:first-child{
	width: 55.5%;
}
#netshopping .image img:last-child{
	width: 40.5%;
	margin-left: 3%;
}
#netshopping .text{
	font-size: 1.4em;
	line-height: 1.7em;
	text-align: justify;
	margin-bottom: 40px;
}

#tenpo{
	padding: 120px 0;
}

#group li .logo{
	width: calc(100% - 230px);
	padding-right: 20px;
	box-sizing: border-box;
	text-align: center;
}
#group li .image{
	width: 230px;
}
#group li .text{
	width: 100%;
	max-width: 45em;
	margin: 0 auto;
	font-size: 1em;
	line-height: 1.8em;
	display: flex;
	flex-wrap: wrap;
}
	
}
