@charset "UTF-8";
/* CSS Document */


*{
	position: relative;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	/*letter-spacing: 0.03em;*/
	box-sizing: border-box;
	/*overflow-x: hidden;*/
}

body{
	width: 100%;
	/*overflow-x: hidden;*/
	font-size: 16px;
}

article{
	width: 100%;
}

section{
	padding: 70px calc(50% - 500px) 60px;
}

p{
	text-align: justify;
	line-height: 1.8;
}

a{
	text-decoration: none;
	color: #000;
	transition: all 0.3s ease;
}

p, div, h1, h2, h3{
	margin-bottom: 30px;
}

section div:last-child,
section p:last-child{
	margin-bottom: 0;
}

.pc{
	display: block;
}
.sp{
	display: none;
}
@media (max-width: 480px) {
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	p{
		text-align: left;
	}
}
@media (orientation: landscape) and (max-height: 450px) {
	#ippin .pc{
		/*display: none;*/
	}
	#ippin .sp{
		/*display: block;*/
	}
	#kodawari .pc{
		display: none;
	}
	#kodawari .sp{
		display: block;
	}
}

.mb0{
	margin-bottom: 0;
}

.clearfix:after{
	content: "";
	display: block;
	height: 1px;
	clear: both;
}

.flt-l {
	float: left;
	margin: 0 15px 15px 0;
	width: 30%;
}

.flt-l img {
	max-width: 100%;
}

.btn{
	display: block;
	margin: auto;
	color: #FFF;
	text-align: center;
	width: 100%;
	max-width: 500px;
	height: 76px;
	line-height: 76px;
	font-size: 1.5rem;
	font-weight: 500;
	background: url("../images/arrowFFF.svg") no-repeat;
	background-color: #000;
	background-size: 12px;
	background-position: center right 15px;
}
.btn:hover{
	background-color: #395513;
	background-position: center right 10px;
}


#header{
	display: block;
	height: 750px;
	background-image: 
		url("../images/head_map_sp.png"),
		url("../images/head_mask.png"),
		url("../images/head_bg_1.jpg");
	background-repeat:
		no-repeat,
		repeat-x,
		no-repeat;
	background-size: 
		620px,
		1200px,
		cover;
	background-position:
		top -70px right 16%,
		top 0px center,
		center top 0%;
}

#header .wrapper{
	top: 40%;
	transform: translateY(-50%);
	width: 100%;
	max-width: 750px;
	height: 100%;
	max-height: 260px;
	margin: auto;
	padding: 0;
	background: url("../images/catch_pc.svg") no-repeat;
	background-size: contain;
	background-position: center center;
	opacity: 1.0;
	transition: all 0.4s ease;
	transition-delay: 0.4s;
}
#header .wrapper.ready{
	opacity: 0;
	transform: translateY(-40%);
}
#header .wrapper p{
	display: none;
}

@media (max-width: 480px) {
	#header{
		height: 100vh;
		background-image: 
			url("../images/head_map_sp.svg"),
			url("../images/head_mask.png"),
			url("../images/head_bg_1.jpg");
		background-size: 
			400px,
			1400px,
			cover;
		background-position:
			top 0px right -125px,
			top 0px center,
			bottom -100px center;
		
	}
	#header .wrapper{
		background: url("../images/catch_sp.svg") no-repeat;
		background-position: center center;
		max-width: 340px;
		max-height: 350px;
		margin: auto;
		top: 41%;
	}
	.btn{
		font-size: 1.25rem;
		height: 66px;
		line-height: 66px;
	}
}
@media (orientation: landscape) and (max-height: 450px) {
	#header{
		height: 450px;
		background-size: 
			450px,
			1000px,
			cover;
		background-position:
			top -20px right -75px,
			top -30px center,
			bottom -70px center;
	}
	#header .wrapper{
		max-width: 90%;
	}
	.btn{
		max-width: 400px;
		font-size: 1.25rem;
		height: 66px;
		line-height: 66px;
	}
}



.sns{
	font-size: 1.3rem;
}

#main-nav{
	position: absolute;
	top: 5px;
	right: 0;
}
#main-nav::after{
	content: "";
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	transform: translate(0%, -120%);
	top: 0;
	left: 0;
	background: rgba(255,255,255,1.0);
	z-index: -1;
	transition: all 0.2s ease;
}
#main-nav div{
	display: inline-block;
}
#main-nav div.main a{
	margin-right: 30px;
	display: inline-block;
	
}
#main-nav div.main a::after{
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: -3px;
	transform: translateX(-50%);
	width: 0%;
	height: 2px;
	background: #000;
	transition: all 0.3s ease;
}
#main-nav div.main a:hover::after{
	width: 100%;
}

#main-nav div.sns{
	margin-left: 40px;
}
#main-nav div.sns a{
	margin-right: 30px
}
#main-nav div.sns a span{
	display: none;
}
@media (max-width: 1000px) {
	#main-nav{
		position: fixed;
		z-index: 999;
		height: 1px;
	}
	
	#main-nav div.main,
	#main-nav div.sns{
		transform: translate(0%, -150%);
		transition: all 0.3s ease;
		margin: 0;
		
	}
	#main-nav div a{
		display: block;
		width: 100%;
	}
	#main-nav div.sns{
		transform: translate(0%, -400%);
		width: 100%;
	}
	#main-nav div.sns a{
		margin-right: 0;
	}
	#main-nav div.sns a span{
		display: inline-block;
		margin-left: 20px;
		font-size: 1rem;
	}
	#main-nav.openNav div.main,
	#main-nav.openNav div.sns{
		transform: translate(0, 0);
		
	}
	#main-nav.openNav div.sns{
		
	}
	#main-nav.openNav::after{
		transform: translate(0, 0);
	}
	#main-nav .main{
		margin-top: 50px!important;
	}
	#main-nav a{
		width: 100%;
		padding: calc(100vh / 40);
		background: rgba(255,255,255,0.8);
		border-bottom: solid 1px #CCC;
		transition: all 0.0s ease;
	}
	#main-nav .main a:first-child{
		border-top: solid 1px #CCC;
	}
	#main-nav a:hover{
		background: rgba(200,200,200,0.8);
	}
	#main-nav div.main a::after{
		content: none;
	}
	
	#navToggle{
		display: block;
		width: 30px;
		height: 24px;
		
		position: absolute;
		top: 12px;
		right: 14px;
		
		margin-bottom: 0;
		
		
	}
	#navToggle span{
		position: absolute;
		display: block;
		width: 100%;
		height: 4px;
		background: rgba(0,0,0,1.0);
		border-radius: 2px;
		transition: all .4s;
		
		mix-blend-mode: difference;
	}
	
	#navToggle span:nth-child(1){
		top: 0;
	}
	#navToggle span:nth-child(2){
		top: 10px;
	}
	#navToggle span:nth-child(3){
		bottom: 0;
	}
	.openNav #navToggle span:nth-child(1){
		transform: translateY(10px) rotate(45deg);
	}
	.openNav #navToggle span:nth-child(2){
		opacity: 0;
	}
	.openNav #navToggle span:nth-child(3){
		
		transform: translateY(calc(-10px)) rotate(-45deg);
	}
}







section .title{
	display: block;
	width: 100%;
	height: 115px;
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 0rem;
	margin-bottom: 50px;
}
section#goaisatsu .title{
	background-image: url("../images/title_aisatsu.svg");
}
section#ippin .title{
	background-image: url("../images/title_ippin.svg");
}

section#kodawari .title{
	background-image: url("../images/title_kodawari.svg");
}

section#catalogue .title{
	background-image: url("../images/title_catalogue.svg");
}

section#ryouri .title{
	background-image: url("../images/title_ryouri.svg");
	height: 100px;
}

section#renraku .title{
	background-image: url("../images/title_renraku.svg");
}
@media (max-width: 1000px) {
	section{
		padding: 40px 25px;
	}
}
@media (max-width: 480px) {
	section{
		padding: 30px 5%;
	}
	section .title{
		height: 100px;
		margin-bottom: 30px;
	}
	
}
@media (orientation: landscape) and (max-height: 450px) {
	section .title{
		height: 90px;
		margin-bottom: 30px;
	}
}


/* プレゼント=>NEWに変更 */
#present{
	/*width: 100%;
	max-width: 800px;
	margin: auto;*/
	padding-top: 30px;
	text-align: center;
	
}
#present h2{
	height: 30px;
	background: url("../images/new.svg") no-repeat center center;
	background-size: auto;
}
.lead{
	/*width: 100%;
	max-width: 780px;*/
	
	font-size: 3rem;
	line-height: 1.4;
	font-weight: 600;
	
	/*box-sizing: content-box;*/
}
#present .btn{
	font-size: 1.3rem;
	max-width: 400px;
	height: 60px;
	line-height: 60px;
}


#present p.lead{
	display: inline-block;
	font-size: 1.6rem;
	text-align: center;
	margin: 0 auto 30px;
	font-feature-settings: "palt";
	/*background: url("../images/present_mess.svg") no-repeat center center;*/
	background-size: auto;
	height: 75px;
	width: 74%;
	max-width: 90%;
}
/*#present p.lead::before,
#present p.lead::after{
	content: "";
	display: block;
	width: 3px;
	height: 70px;
	position: absolute;
	top: 10px;
	background-color: #000;
	font-weight: 500;
}
#present p.lead::before{
	left: -40px;
	transform: rotate(-30deg);
}
#present p.lead::after{
	right: -40px;
	transform: rotate(30deg);
}*/
@media (max-width: 800px) {
	#present{
		padding-top: 15px;
	}
	#present p.lead{
		/*font-size: 1.3rem;*/
		font-size: 0rem;
		/*background-image: url("../images/present_mess_sp.svg");*/
		background-position: top;
		width: 100%;
		height: 85px;
		max-width: 100%;
		margin-bottom: 20px;
	}
}
@media (max-width: 480px) {
	#present{
		padding-top: 15px;
	}
	#present p.lead{
		/*font-size: 1.3rem;*/
		font-size: 1.3rem;
		/*background-image: url("../images/present_mess_sp.svg");*/
		background-position: top;
		width: 100%;
		height: 85px;
		max-width: 100%;
		margin-bottom: 20px;
	}
	/*#present p.lead::before{
		content: none;
	}
	#present p.lead::after{
		content: none;
	}*/
	#present h2{
		margin-top: 15px;
		margin-bottom: 20px;
	}
}
@media (orientation: landscape) and (max-height: 450px) {
	#present{
		padding-top: 15px;
	}
	#present p.lead{
		font-size: 0rem;
		background-image: url("../images/present_mess_sp.svg");
		background-position: top;
		width: 100%;
		height: 95px;
		max-width: 100%;
		margin-bottom: 20px;
	}
	#present p.lead::before{
		content: none;
	}
	#present p.lead::after{
		content: none;
	}
}


/* ご挨拶 */
#goaisatsu{
	background: linear-gradient(#F0F0F0, 90%, #FFF);
}

#goaisatsu .lead{
	font-size: 1.5rem;
	margin-bottom: 20px;
}
#goaisatsu .signature{
	display: inline-block;
	margin-top: 20px;
	font-size: 1.2rem;
	font-weight: 600;
	float: right;
}
#goaisatsu .profile{
	margin-bottom: 0;
}
#goaisatsu .profile h3{
	margin-bottom: 15px;
	font-size: 1.1rem;
	font-weight: 600;
}
.modal_content{
	margin: 0!important;
}
@media (max-width: 480px) {

	#goaisatsu .modaalbtn{
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 5;
	}

	#goaisatsu .lead{
		font-size: 0.9rem;
		font-weight: normal;
		text-align: left;
		line-height: 1.6;
		margin-bottom: 0px;
		margin-top: 20px;
		padding: 20px 10px;
	}
	/*.modaal-content-container .lead{*/
	.modal_content .lead,
	.modal_content h3{
		font-size: 1.1rem;
		font-weight: 600;
		margin: 20px auto;
		line-height: 1.6;
	}
	#goaisatsu figure{
		width: 50%;
	}
	/*.modaal-content-container figure{*/
	.modal_content figure{
		width: 111.4%;
		margin-top: -6%;
		margin-left: -5.7%;
	}
	/*.modaal-content-container figure img{*/
	.modal_content figure img{
		width: 100%;
	}
	#goaisatsu>div{
		margin-bottom: 0!important;
	}
	#goaisatsu .wrapper{
		background: #FFF;
	}
	.modal_content .signature{
		display: inline-block;
		margin-top: 20px;
		font-size: 1.2rem;
		font-weight: 600;
		float: right;
	}
	
	.profile h3{
		margin-bottom: 15px;
		font-size: 1rem;
		font-weight: 600;
	}
	
	/* モーダルウィンドウの外観調整 */
	.modaal-inner-wrapper {
		/*padding: 80px 10px!important;*/
	}
	.modaal-content-container{
		/*padding: 5%!important;*/
	}
	.modaal-content-container,
	.modaal-focus{
		/*margin-bottom: 0!important;*/
	}
}
@media (orientation: landscape) and (max-height: 450px) {
	#goaisatsu .lead{
		font-size: 1.3rem;
		line-height: 1.6;
	}
	#goaisatsu .lead br{
		display: none;
	}
	#goaisatsu .message{
		font-size: 0.9rem;
		line-height: 1.6;
	}
	.profile h3{
		margin-bottom: 1.0rem;
		font-size: 0.9rem;
		font-weight: 600;
	}
	.profile p{
		font-size: 0.9rem;
		line-height: 1.6;
	}
}



/* 自慢の逸品 */
#ippin{
	background: url("../images/bg_1.png");
}
#ippin .merch{
	background-color: rgba(255,255,255,0.6);
	padding: 0;
}
#ippin .wrapper{
	padding: 24px 30px 24px 53%;
	position: absolute;
	top: 0;
	left: 0; 
}
#ippin figure{
	padding-bottom: -5px;
	
	/*float: left;*/
}
#ippin figure img{
	width: 50%;
	height: auto;
	display: inline-block;
}
#ippin .merch:nth-of-type(1):after{
	content: url("../images/ippin_new.svg");
	display: block;
	position: absolute;
	top: 0;
	left: 0; 
	width: 100px;
	height: 100px;
	
}
#ippin .merch:nth-of-type(5){
	margin-bottom: 0;
}
#ippin .merch .catch{
	display: inline-block;
	line-height: 1.4;
	font-size: 1.3rem;
	font-weight: 600;
	margin-bottom: 5px;
}
#ippin .merch h3{
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 15px;
}
@media (max-width: 480px) {
	#ippin .modaalbtn{
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		
	}
	#ippin .merch{
		/*border-radius: 30px;*/
	}
	/*#ippin .merch .btn{
		margin-top: 10px;
	}*/
	#ippin .wrapper{
		padding: 16px 20px 20px;
		position: relative;
		top: 0;
		left: 0;
		
		color: #FFF;
		
		background: url("../images/arrowFFF.svg") no-repeat #000;
		background-size: 10px;
		background-position: center right 15px;
	}
	
	#ippin div.subph img{
		/*width: 100%;*/
	}
	
	#ippin .merch:nth-of-type(1) .wrapper{
		margin-bottom: 0;
	}
	#ippin .merch:nth-of-type(5) .wrapper{
		margin-bottom: 0;
	}
	
	#ippin figure img{
		width: 100%;
	}
	#ippin .merch .catch{
		display: inline-block;
		line-height: 1.4;
		font-size: .9rem;
		font-weight: 600;
		margin-bottom: 5px;
		
	}
	#ippin .merch h3{
		font-size: 1.2rem;
		font-weight: 600;
		margin-bottom: 0;
	}
	
	.modaal-content-container .merch .catch{
		font-size: 1.2rem;
		font-weight: 600;
		line-height: 1.4;
		display: inline-block;
		margin-top: 20px;
	}
	.modaal-content-container .merch h3{
		font-size: 1.4rem;
		font-weight: 600;
		display: inline-block;
		margin-top: 8px;
		margin-bottom: 15px;
	}
}
@media (orientation: landscape) and (max-height: 450px) {
	#ippin .merch {
		
	}
	#ippin .merch .catch{
		font-size: 1.0rem;
	}
	#ippin .merch h3{
		/*display: inline-block;*/
		font-size: 1.1rem;
		margin-bottom: 10px;
	}
	#ippin .merch p{
		font-size: 0.75rem;
	}
	#ippin figure{
		/*float: left;
		margin: 0 15px 15px 0;
		width: 40%;*/
		width: 40%;
	}#ippin figure img{
		width: 100%;
	}
	#ippin .wrapper{
		/*display: inline-block;
		position: relative;
		padding-left: 0;*/
		padding: 12px 10px 10px 42.5%;
	}
	
}




/* こふだわり */
#kodawari{
	
}
.point {
	width: 100%;
	
}
.point figure{
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	align-items: center;
	width: 50%;
}
.point figure>img{
	display: block;
	width: 48%;
	height: auto;
}
.point:nth-of-type(2) a.youtubebtn{
	position: absolute;
	display: block;
	bottom: 0;
	right: 0;
	width: 48%;
	height: 100%;
	background: url("../images/youtube_arrow.svg") no-repeat center center rgba(255,0,0,0.0);
	background-size: 62px auto;
	transition: all 0.2s ease;
	z-index: 888;
}
.point:nth-of-type(2) a.youtubebtn:hover{
	background-color: rgba(0,0,0,0.5);
}
.point:nth-of-type(3){
	margin-bottom: 0;
}
.point:nth-of-type(3) figure>img{
	width: 100%;
}
.point .wrapper{
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 52%;
	z-index: -1;
}
.point h3{
	display: inline-block;
	font-size: 1.3rem;
	font-weight: 600;
	/*border-bottom: solid 2px #489a2b;*/
	margin-bottom: 15px;
	line-height: 1.4;
}
.point h3 span{
	display: inline-block;
	padding: 5px 15px 5px 8px;
	transform: rotate(0deg);
	font-size: .9rem;
	color: #FFF;
	background: url("../images/solid.arrow000svg.svg") no-repeat center right;
	background-size: cover;
	margin-right: 10px;
	border-radius: 4px;
	
	vertical-align: 0.3ex;
}
@media (max-width: 480px) {
	#kodawari{
		
	}
	#kodawari .modaalbtn{
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		content: "";
		
	}
	.point figure{
		width: 100%;
	}
	
	
	.point .wrapper{
		position: relative;
		padding-left: 0;
	}
	.point{
		margin-bottom: 0;
	}
	
	.point h3{
		font-size: 1.0rem;
		line-height: 1.4;
		border-bottom: none;
		display: inline-block;
		margin-top: 8px;
	}
	.point h3 span{
		font-size: .7rem;
		margin-right: 5px;
		padding: 5px 13px 5px 6px;
	}
	.modal_content.kodawari h3{
		margin: 0;
		padding-bottom: 36px;
		line-height: 1.4;
	}
	.modal_content.kodawari p{
		margin-top: 20px;
	}
	.modal_content a.youtubebtn{
		position: absolute;
		display: block;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 50%;
		background: url("../images/youtube_arrow.svg") no-repeat center center rgba(0,0,0,0.0);
		background-size: 62px auto;
		transition: all 0.2s ease;
	}
	.modal_content a.youtubebtn:hover{
		background-color: rgba(0,0,0,0.5);
	}
	
}
@media (orientation: landscape) and (max-height: 450px) {
	.point figure{
		width: 40%;
	}
	.point .wrapper{
		padding-left: 42%;
	}
	.point h3{
		font-size: 1.0rem;
		line-height: 1.2;
		border-bottom: none;
		margin-bottom: 5px;
	}
	.point h3 span{
		font-size: .7rem;
	}
	#kodawari .point .wrapper p.pc{
		display: block;
		font-size: 0.7rem;
		line-height: 1.75;
	}
}



/* カタログ */
#catalogue{
	background: url("../images/bg_1.png");
	display: flex;
	flex-wrap: wrap;
}
#catalogue .item {
	display: block;
	width: 30%;
	margin-right: 5%;
	/*background: #FFF;*/
}

#catalogue .item:nth-of-type(1):after{
	content: url("../images/ippin_new.svg");
	display: block;
	position: absolute;
	top: 0;
	left: 0; 
	width: 100px;
	height: 100px;
	
}
#catalogue .item:nth-of-type(3n) {
	margin-right: 0%;
}

#catalogue .item figure{
	display: block;
	width: 100%;
	/*height: 100%;*/
}
#catalogue .item figure img{
	width: 100%;
	height: auto;
}
#catalogue .item .name{
	background-image: url("../images/arrow000.svg");
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center right 10px;
	background-size: 8px;
	padding: 12px 16px;
	font-size: 1.05rem;
	font-weight: 600;
	line-height: 1.4;
	color: #000;
	transition: all 0.3s ease;
}
#catalogue .item:hover .name{
	background-position: center right 5px;
}

#catalogue .notice{
	display: block;
	margin: 10px auto;
	width: 100%;
	text-align: center;
}
@media (max-width: 480px) {
	#catalogue .item {
		display: block;
		width: 48%;
		margin-right: 4%;
	}
	#catalogue .item:nth-of-type(1):after{
		width: 70px;
		height: 70px;
	}
	#catalogue .item:nth-of-type(3n) {
		margin-right: 4%;
	}
	#catalogue .item:nth-of-type(2n) {
		margin-right: 0%;
	}
	#catalogue .item figure{
		display: block;
		width: 100%;
		height: auto;
	}
	#catalogue .item figure::after{
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 10px;
		height: 10px;
		background-image: url("../images/arrow000.svg");
		background-size: 8px;
		background-color: none;
		background-repeat: no-repeat;
		background-position: center center;
		transform: translate(-50%,-100%) rotate(90deg);
		transition: all 0.3s ease;
	}
	#catalogue .item:hover figure::after{
		transform: translate(-50%,-50%) rotate(90deg);
	}

	#catalogue .item .name{
		background-image: none;
		padding: 12px 16px;
		font-size: 0.9rem;
		font-weight: 600;
		line-height: 1.4;
		color: #000;
		display: block;
		margin-bottom: 8%;
	}
	#catalogue .notice{
		font-size: 0.75rem;
	}
}
@media (orientation: landscape) and (max-height: 450px) {
	#catalogue .item .name{
		font-size: 0.875rem;
		padding: 12px 20px 12px 12px;
	}
	#catalogue br{
		display: none;
	}
	.notice{
		font-size: 0.8rem
	}
}

/* 料理コーナー */
#ryouri{
	
}
#ryouri #ryouri_frame{
	display: flex;
	flex-wrap: wrap;
}

#ryouri #ryouri_frame a{
	display: block;
	width: 250px;
	height: 250px;
}
#ryouri #ryouri_frame a img{
	width:  250px;
	margin: 0;
}
#ryouri .snsbtn{
	display: inline-block;
	padding: 0 12px;
	font-weight: 600;
	text-decoration: underline;
	color: #395513;
}
.modaal-content,
.modaal-gallery-item-wrap,
.modaal-gallery-label,
.modaal-gallery-item.is_active {
	margin-bottom: 0!important;
}
@media (max-width: 480px) {
	#ryouri #ryouri_frame a{
		width: 48%;
		height: auto;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	#ryouri #ryouri_frame a:nth-of-type(2n){
		margin-right: 0%;
	}
	#ryouri #ryouri_frame a img{
		width:  100%;
		margin: 0;
	}
}
@media (orientation: landscape) and (max-height: 450px) {

	section#ryouri .title{
		height: 80px;
	}

	#ryouri p{
		font-size: 0.8rem;
	}
	
	#ryouri #ryouri_frame a{
		width: 25%;
		height: auto;
		margin-right: 0%;
		margin-bottom: 0%;
	}
	#ryouri #ryouri_frame a:nth-of-type(4n){
		margin-right: 0%;
	}
	#ryouri #ryouri_frame a img{
		width:  100%;
		margin: 0;
	}
}


/* 連絡先 */
#renraku #address{
	padding-left: 210px;
	background: url("../images/logo.svg") no-repeat left center;
	height: 180px;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	align-items: center;
	margin: -50px auto -20px;
	width: 100%;
	max-width:  600px;
	line-height: 1.6;
	
	padding-top: 40px;
	padding-bottom: 40px;
}
#renraku #e-mail{
	/*border: solid 2px #000;*/
	padding: 8px 0px;
	font-weight: 600;
	font-size: 1.15rem;
	/*background-color: #FFF;*/
}
@media (max-width: 480px) {
	#renraku .tltle{
		padding-bottom: 50px;
	}
	#renraku #address{
		background: none;
		padding-top: 30px;
		padding-left: 0px;
		font-size: 0.875rem;
		justify-content: space-around;
		height: 120px;
		max-width: auto;
	}
}
@media (orientation: landscape) and (max-height: 450px) {
	#renraku #address{
		height: 180px;
		max-width:  90%;
		padding-top: 40px;
		padding-bottom: 40px;
		justify-content: space-between;
		font-size: 0.9rem;
	}
}




footer{
	text-align: center;
	padding: 15px 10%;
	background: #111;
}

#renraku{
	background: #F0F0F0;
}

footer a{
	color: #FFF!important;
}
#footer-nav{
	
}
#footer-nav div{
	display: inline-block;
}
#footer-nav a{
	margin-right: 20px;
}

#go2top{
	display: block;
	width: 50px;
	height: 50px;
	background: #000;
	border-radius: 25px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	opacity: 0;
}

#go2top::after{
  	content: url("../images/arrowFFF.svg");
	transform: rotate(-90deg);
	display: block;
	width: 12px;
	height: 24px;
	position: absolute;
	top: 12px;
	right: 18px;
	transition: all 0.3s ease;
}

.copyright{
	/*position: absolute;*/
	bottom: 10px; 
	font-size: 0.75rem;
	color: #FFF;
	width: 100%;
}
@media (max-width: 480px) {
	#footer-nav div.main{
		display: none;
	}
	#footer-nav div.sns a:last-child{
		margin-right: 0;
	}
}
@media (orientation: landscape) and (max-height: 450px) {
	#footer-nav .main{
		margin-top: 10px;
		font-size: 0.9rem;
	}
}