@charset "UTF-8";
/* CSS Document */

body{
	/* font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif; */
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

main{
	/* max-width: 1280px; */
	/* margin: auto; */
	background: #fff;
	overflow: hidden;
}
a:hover{opacity: 0.5;}
section{
	padding-bottom: 100px;
}

.flex{
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 768px) {
	.flex{
		display: block;
	}	
}

.background{
	background-image: url(../img/bg01.png);
	background-size: 100%;
}
.background2{
	background-image: url(../img/bg03.png);
	background-size: 100%;
}
.wrap{
	max-width: 1080px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.wrap{
		margin: 0 10px;
	}	
}

.ta-c{
	text-align: center;
}
.borderB{
	border-bottom: 2px solid #1D50A2;
	padding-bottom: 30px;
	width: 80%;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.borderB{
		padding-bottom: 20px;
		width: 100%;
	}	
}

.rel{position: relative;}

.note p{
	text-align: left;
	font-size: 14px;
	padding-left:1em;
	text-indent:-1em;
	font-family: "Hiragino Sans","ヒラギノ角ゴシック";
	line-height: 1.5;
}

.cor_red{color: #C1272D;}

a.t_link{
	color: #54c3f1;
	text-decoration: revert;
}

@media screen and (max-width: 768px) {
	.s-ta_l{text-align: left;}
}

/*-----------------------------------

 余白

------------------------------------*/
.mt0{margin-top: 0;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt50{margin-top: 50px;}
.mt100{margin-top: 100px;}
.mt200{margin-top: 200px;}

.mv20{margin-top: 20px; margin-bottom: 20px;}
.mv30{margin-top: 30px; margin-bottom: 30px;}
.mv50{margin-top: 50px; margin-bottom: 50px;}

.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}
.mb60{margin-bottom: 60px;}

@media screen and (max-width: 768px) {
	.mv50{margin-top: 30px; margin-bottom: 30px;}
	.mt200{margin-top: 100px;}
}

/*-----------------------------------

 フォントサイズ

------------------------------------*/
.fs14{font-size: 14px;}
.fs16{font-size: 16px;}
.fs18{font-size: 18px;}
.fs20{font-size: 20px;}
.fs22{font-size: 22px;}

@media screen and (max-width: 768px) {
	.fs22{font-size: 19px;}
	.s-fs16{font-size: 16px;}
}

/*-----------------------------------

 header（ヘッダー）

------------------------------------*/
header{
	background-image: url(../img/bg02.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.H_flex{
	max-width: 1080px;
	margin: 0 auto;
	justify-content: space-between;
}
.H_flex a{
	width: 23%;
}

@media screen and (max-width: 768px) {
	header{
		background-color: #1D50A2;
		background-image: url(../img/sp_bg_header.png);
		height: 46px;
	}
}

/*
	spバーガーメニュー
------------------------------ */
.toggle {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000;
	background-color: #003E80;
	width: 45px;
	height: 45px;
}

.toggle_inner {
	position: relative;
	width: 36px;
	height: 36px;
	cursor: pointer;
}

.toggle_inner>span {
	background: #fff;
	width: 88%;
	height: 3px;
	display: block;
	position: absolute;
	left: 7px;
	transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease;
}

.toggle_inner>span:nth-child(1) {top: 9px;}
.toggle_inner>span:nth-child(2) {
	top: 62%;
	transform: translatey(-50%);
}
.toggle_inner>span:nth-child(3) {bottom: 0px;}

.nav_content {
	background: #003E80;
	padding: 50px 20px;
	max-width: 200px;
	width: 100%;
	height: 100%;
	text-align: left;
	overflow: auto;
	position: fixed;
	top: 0;
  right: 0;
	z-index: 999;
	transform: translateX(100%);
	transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.nav_content a {
	padding: 2em 0;
	color: #78C87E;
	text-decoration: none;
	display: block;
	transition: opacity .6s ease;
	position: relative;
	font-weight: bold;
	text-align: center;
}

.nav_content a img {width: 50%;}
.nav_content a:hover {opacity: 0.6;}
.nav_content ul li{border-bottom: 1px solid #fff;}
.nav_content ul li:last-child{border-bottom: none;}
.nav_content ul li:first-child span{opacity: 0.5;}
.is-open .toggle_inner>span {background: #fff;}
.is-open .toggle_inner>span:nth-child(1) {
	top: 60%;
	transform: rotate(45deg) translatey(-50%);
	height: 2px;
}
.is-open .toggle_inner>span:nth-child(2) {width: 0;}
.is-open .toggle_inner>span:nth-child(3) {
	top: 60%;
	transform: rotate(-45deg) translatey(-50%);
	height: 2px;
}
.is-open .nav_content {
	z-index: 999;
	transform: translateX(0);
}
.filter.overlay {
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
}


/*-----------------------------------

 section01

------------------------------------*/
img.logo{
	width: 30%;
	margin: 50px auto;
}
@media screen and (max-width: 768px) {
	img.logo{
		width: 80%;
		margin: 0 auto;
		padding: 30px 0;
	}
}
h2{
	font-size: 33px;
	line-height: 1.5;
}
@media screen and (max-width: 768px) {
	h2{font-size: 23px;}
}
h3{
	font-size: 25px;
	line-height: 1.7;
	font-weight: 600;
}
@media screen and (max-width: 768px) {
	h3{
		font-size: 18px;
	}
}


/*-----------------------------------

 section02

------------------------------------*/
#section02 .frame{
	background-image: url(../img/frame_lr.png);
	background-repeat: repeat-y;
	background-size: 100%;
}
@media screen and (max-width: 768px) {
	#section02 .frame{
		padding: 0 10px;
	}
}
#section02 .frame .border{
	margin: 0 auto;
	padding: 50px 0;
}
@media screen and (max-width: 768px) {
	#section02 .frame .border{
		padding: 30px 0;
	}
}
.detail{
	margin-top: 50px;
}
@media screen and (max-width: 768px) {
	.detail{margin-top: 30px;}	
}
.detail img{
	width: 20%;
}
@media screen and (max-width: 768px) {
	.detail img{width: 50%;}
}
.detail img.text{
	width: 15%;
}
@media screen and (max-width: 768px) {
	.detail img.text{width: 46%;}
}
h4{
	font-size: 20px;
	line-height: 1.5;
	font-weight: 600;
}
@media screen and (max-width: 768px) {
	h4{font-size: 18px;}
}
.detail h4 span{
	font-size: 16px;
}
@media screen and (max-width: 768px) {
	.detail h4 span{display: block;}
}

.detail p{
	font-size: 15px;
	line-height: 1.8;
}
.text-line {
	display: flex;
	align-items: center;
	width: 85%;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.text-line {width: 100%;}	
}
.text-line:before,
.text-line:after {
	content: "";
	flex-grow: 1;
	height: 2px;
	background: #1D50A2;
	margin:0 2em;
}
.scd_grid{
	display: grid;
	grid-template-columns: 29% 26% 20%;
	text-align: left;
	align-items: baseline;
	width: 90%;
	margin: 30px auto;
	justify-content: center;
}
@media screen and (max-width: 768px) {
	.scd_grid{
		grid-template-columns: 53% 38%;
		width: 100%;
		margin: 30px auto;
		justify-content: center;
	}	
}

ul.scd_grid li{
	font-size: 20px;
	line-height: 1.5;
}
@media screen and (max-width: 768px) {
	ul.scd_grid li{font-size: 14px;}	
}

ul.scd_grid li.item1{grid-row-start: 1; grid-row-end: 2;}
ul.scd_grid li.item2{grid-row-start: 2; grid-row-end: 3;}
ul.scd_grid li.item3{grid-row-start: 3; grid-row-end: 4;}
ul.scd_grid li.item4{grid-row-start: 4; grid-row-end: 5;}
ul.scd_grid li.item5{grid-row-start: 5; grid-row-end: 6;}
ul.scd_grid li.item6{grid-column-start: 2; grid-row-start: 1; grid-row-end: 2;}
ul.scd_grid li.item7{grid-column-start: 2; grid-row-start: 2; grid-row-end: 3;}
ul.scd_grid li.item8{grid-column-start: 2; grid-row-start: 3; grid-row-end: 4;}
ul.scd_grid li.item9{grid-column-start: 2; grid-row-start: 4; grid-row-end: 5;}
ul.scd_grid li.item10{grid-column-start: 2; grid-row-start: 5; grid-row-end: 6;}
ul.scd_grid li.item11{grid-column-start: 3; grid-row-start: 1; grid-row-end: 2;}
ul.scd_grid li.item12{grid-column-start: 3; grid-row-start: 2; grid-row-end: 3;}
ul.scd_grid li.item13{grid-column-start: 3; grid-row-start: 3; grid-row-end: 4;}
ul.scd_grid li.item14{grid-column-start: 3; grid-row-start: 4; grid-row-end: 5;}
@media screen and (max-width: 768px) {
	ul.scd_grid li.item6{grid-column-start: 1; grid-row-start: 6; grid-row-end: 7;}
	ul.scd_grid li.item7{grid-column-start: 1; grid-row-start: 7; grid-row-end: 8;}
	ul.scd_grid li.item8{grid-row-start: 1; grid-row-end: 2;}
	ul.scd_grid li.item9{grid-row-start: 2; grid-row-end: 3;}
	ul.scd_grid li.item10{grid-row-start: 3; grid-row-end: 4;}
	ul.scd_grid li.item11{grid-column-start: 2; grid-row-start: 4; grid-row-end: 5;}
	ul.scd_grid li.item12{grid-column-start: 2; grid-row-start: 5; grid-row-end: 6;}
	ul.scd_grid li.item13{grid-column-start: 2; grid-row-start: 6; grid-row-end: 7;}
	ul.scd_grid li.item14{grid-column-start: 2; grid-row-start: 7; grid-row-end: 8;}
}

.detail img.btn{
	width: 35%;
}
@media screen and (max-width: 768px) {
	.detail img.btn{
		width: 80%;
	}	
}

h4.scd{
	color: #1D50A2;
	font-size: 24px;
	line-height: 1.5;
}
@media screen and (max-width: 768px) {
	h4.scd{
		font-size: 15px;
	}	
}


/*-----------------------------------

 section03　お品書き

------------------------------------*/
img.cap_osinagaki{
	width: 35%;
}
@media screen and (max-width: 768px) {
	img.cap_osinagaki {width: 80%;}
}

#section03 h3{
	font-size: 20px;
	color: #8F2E14;
	font-weight: 800;
}
.goods_flex{
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: baseline;
}
.box_goods{
	position: relative;
	width: 31%;
	text-align: left;
	margin-top: 70px;
}
@media screen and (max-width: 768px) {
	.box_goods{
		width: 100%;
		margin-top: 30px;
	}
}

.box_goods.col1{
	width: 65%;
	margin: 0 auto;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.box_goods.col1{width: 100%;}
}
.box_goods.col2{
	width: 48%;
}
@media screen and (max-width: 768px) {
	.box_goods.col2{width: 100%;}
}

img.icon{
	width: 20%;
	position: absolute;
	top: -30px;
	left: -20px;
}
@media screen and (max-width: 768px) {
	img.icon {
		top: -5px;
		left: -5px;
	}
}

img.icon.col1{
	top: -40px;
	left: -30px;
	width: 20%;
}
@media screen and (max-width: 768px) {
	img.icon.col1{
		top: -30px;
		left: -20px;
		width: 25%;
	}	
}

.box_goods p{
	font-weight: bold;
	margin-top: 15px;
	line-height: 1.3;
}
@media screen and (max-width: 768px) {
	.box_goods p{margin-top: 10px;}
}
.box_goods .box_open,
.s-pb1 .box_open2,
.box_goods .box_open3{
	position: absolute;
	bottom: -7px;
	right: 0;
    width: 136px;
	text-align: center;
	border-radius: 6px;
	padding: 10px;
	font-weight: bold;
	background: #5b9bd5;
	color: #FFF;
	margin-top: 6px;
}
.box_goods .box_open2{
	top: -45px;
	right: 0;
	left: 0;
	bottom: auto;
	margin: auto;
}
.box_goods .box_open3{
	position: relative;
}
/*@media screen and (max-width: 768px) {
	.box_goods .box_open3{width: 33%;}
}*/

.modal-open{
	cursor: pointer;
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
	opacity: 1;
	visibility: visible;
	z-index: 20;
}
/*モーダル枠の指定*/
.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 900px;
	width: 90%;
	border: 10px solid #8F2E14;
	background-image: url(../img/modal/m_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.modal-body.body2{
	border: 10px solid #1D50A2;
}
.modal-body.body3{
	border: 10px solid #948049;
	color: #000;
}
.modal-body.body4{
	border: 10px solid #B3B3B3;
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #000;
	cursor: pointer;
	border: 1px solid #000;
	border-radius: 20px;
	z-index: 10;
}
@media screen and (max-width: 768px) {
	.modal-close {
		width: 20px;
		height: 20px;
		font-size: 20px;
	}
}

/*モーダル内のコンテンツの指定*/
.modal-content{
	position: relative;
	text-align: left;
	padding: 30px;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.modal-content{padding: 20px;}
}

.tl_item,.bl_item,.br_item{
	position: absolute;
	width: 6%;
}
.tl_item{
	top: 10px;
	left: 10px;
}
.bl_item{
	bottom: 10px;
	left: 10px;
	transform: rotate(-90deg);
}
.br_item{
	bottom: 10px;
	right: 10px;
	transform: rotate(-180deg);
}
.modal-content .title{
	width: 27%;
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
	.modal-content .title {width: 70%;}
}

.modal-content .gazou{
	display: block;
	width: 80%;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.modal-content .gazou{width: 100%;}
}

.modal-content h2{
	font-size: 28px;
	margin: 30px 0;
}
@media screen and (max-width: 768px) {
	.modal-content h2{
		font-size: 19px;
		text-align: left;
	}	
}

.modal-content p{
	line-height: 1.5;
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
	.modal-content p{text-align: left; margin-bottom: 60px;}	
	.modal-content p.s-mb0{margin-bottom: 0;}
	.modal-content p.s-mb20{margin-bottom: 20px;}
}

#section03 .frame{
	position: relative;
	padding: 10px;
	color: #fff;
	background: rgb(110,34,19);
	background: linear-gradient(90deg, rgba(110,34,19,1) 0%, rgba(143,46,20,1) 50%, rgba(110,34,19,1) 100%);
}
@media screen and (max-width: 768px) {
	#section03 .frame{
		margin-left: -10px;
		margin-right: -10px;
	}	
}

#section03 .frame.frame_blue{
	background: rgb(20,30,110);
	background: linear-gradient(90deg, rgba(20,30,110,1) 0%, rgba(29,80,162,1) 50%, rgba(20,30,110,1) 100%);
}
#section03 .frame.frame_brown{
	background: rgb(184,162,99);
	background: linear-gradient(180deg, rgba(184,162,99,1) 0%, rgba(129,105,56,1) 100%);
}
#section03 .frame .border{
	border: 2px solid #B8A263;
	padding: 50px;
}
@media screen and (max-width: 768px) {
	#section03 .frame .border{
		padding: 50px 20px;
	}
	#section03 .frame .border.s-pb1{
		padding: 50px 20px 1px;
	}	
}

#section03 .frame.frame_brown .border{
	border: none;
	background-image: url(../img/frame_lr2.png);
	background-repeat: repeat-y;
	background-size: 100%;
}
#section03 .frame .border .title2{
	width: 50%;
}
@media screen and (max-width: 768px) {
	#section03 .frame .border .title2 {
		width: 60%;
		margin: 0 auto;
	}
	#section03 .frame .border .title2.s-w80{
		width: 80%;
	}
}

#section03 .frame .border p{
	line-height: 1.5;
}

.tl_item2,.br_item2{
	position: absolute;
	width: 20%;
}
@media screen and (max-width: 768px) {
	.tl_item2,.br_item2{
		width: 40%;
	}	
}

.tl_item2{
	top: -20px;
	left: -20px;
}
@media screen and (max-width: 768px) {
	.tl_item2{
		top: -30px;
		left: 4px;
	}	
}

.br_item2{
	bottom: -20px;
	right: -20px;
}
@media screen and (max-width: 768px) {
	.br_item2 {
		bottom: -23px;
		right: 14px;
	}
}

.box_period{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 5px;
	background: rgb(20,30,110);
	background: linear-gradient(90deg, rgba(20,30,110,1) 0%, rgba(29,80,162,1) 50%, rgba(20,30,110,1) 100%);
}
@media screen and (max-width: 768px) {
	.box_period{
		font-size: 16px;
	}	
}

.bg_white{
	position: relative;
	background-color: #fff;
	margin: 60px -60px;
	padding: 10px 0;
}
@media screen and (max-width: 768px) {
	.bg_white{
		margin: 30px -10%;
	}	
}

.birthday_flex{
	justify-content: flex-start;
	align-items: flex-start;
	max-width: 800px;
	margin: 0 auto;
}
.text_box{
	color: #000;
	text-align: left;
	margin-left: 20px;
}
@media screen and (max-width: 768px) {
	.text_box{margin: 0 30px;}
}

.itme03{
	width: 4%;
}
@media screen and (max-width: 768px) {
	.itme03{
		width: 50%;
		margin: 20px auto;
	}	
}

.bg_white .gazou{
	width: 24%;
	position: absolute;
	top: -40px;
	right: 130px;
}
@media screen and (max-width: 768px) {
	.bg_white .gazou{
		display: block;
		margin: 20px auto;
		width: 70%;
		position: relative;
		top: 0;
		right: 0;
	}	
}

@media screen and (max-width: 768px) {
	.s-goods_flex{
		display: flex;
	}
	.s-goods_flex .box_goods{
		width: 48%;
	}
}

/*-----------------------------------

 section04　グッズ

------------------------------------*/
img.cap_guzu{
	width: 25%;
}
@media screen and (max-width: 768px) {
	img.cap_guzu{
		width: 50%;
	}	
}

#section04 h3{
	font-size: 20px;
	color: #8F2E14;
}
#section04 .frame{
	position: relative;
	padding: 10px;
	color: #fff;
	background: rgb(110,34,19);
	background: linear-gradient(90deg, rgba(110,34,19,1) 0%, rgba(143,46,20,1) 50%, rgba(110,34,19,1) 100%);
}
#section04 .frame .border{
	border: 2px solid #B8A263;
	padding: 50px;
}
@media screen and (max-width: 768px) {
	#section04 .frame .border{padding: 50px 20px;}
}
#section04 .frame .border p{
	line-height: 1.5;
}
#section04 .frame .border .title2{
	width: 70%;
}
@media screen and (max-width: 768px) {
	#section04 .frame .border .title2{
		width: 100%;
	}	
}

/*-----------------------------------

 section05　SNS

------------------------------------*/
#section05 img.logo {
	width: 30%;
	margin: 50px auto;
}
@media screen and (max-width: 768px) {
	#section05 img.logo {
		width: 80%;
		margin: 0 auto;
	}
}

#section05 .sns_flex{
	justify-content: space-evenly;
	max-width: 460px;
	margin: 30px auto;
}
@media screen and (max-width: 768px) {
	#section05 .sns_flex{
		display: flex;
		justify-content: space-evenly;
		max-width: 460px;
		margin: 30px auto;
	}	
}

#section05 .sns_flex a{
	width: 15%;
}
#section05 h2{
	font-size: 40px;
}
@media screen and (max-width: 768px) {
	#section05 h2{font-size: 30px;}
}

#section05 h3{
	font-size: 29px;
}
@media screen and (max-width: 768px) {
	#section05 h3{font-size: 20px;}
}

#section05 p{
	font-size: 15px;
	line-height: 1.5;
}
#section05 .text{
	width: 35%;
}
@media screen and (max-width: 768px) {
	#section05 .text{
		width: 80%;
		margin: 0 auto;
	}
}



/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* フッター */
footer{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	/* padding:  0 0 80px; */
	padding: 0;
}

footer .sns{
	background-color: #F2F1F7;
	padding: 60px 0;
	text-align: center;
}

footer .sns .text{
	width: 40%;
	margin: 0 auto 40px;
}

footer .snstit{
	width: 680px;
	margin: 0 auto 35px;
}
footer .snsicon{display: flex; justify-content: space-between; width: 385px; margin: auto;}
footer .snsicon li{width: 67px;}
footer .info{width: 770px; margin: auto; padding: 50px 0; text-align: center;}
footer .info h3{font-size: 2em; margin-bottom: 15px; font-weight: 500;}
footer .info p{font-size: 1.5em; line-height: 1.8em; margin-bottom: 40px;}
footer .info ul{font-size: 1.5em; line-height: 1.8em;}
footer .info ul li{padding-left: 1.2em;}
footer .info ul li::before{content: '・'; margin-left: -1.2em; padding: 0 5px 0;}
footer .info a{color: #000; text-decoration: underline;}
footer .safety{
	background-color: #eaeaea;
	padding: 50px 0;
	text-align: center;
	border: solid 2px #808080;
	width: 760px;
	margin: auto;
}
footer .safety .icon{display: flex; justify-content: space-between; align-items: center; max-width: 523px; margin: 0 auto 45px; }
footer .safety .icon li:nth-child(1){width: 115px;}
footer .safety .icon li:nth-child(2){width: 159px;}
footer .safety .icon li:nth-child(3){width: 126px;}
footer .safety h3{
	color : #3e3a39;
	font-size: 2.6em;
	line-height: 1.4em;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: 600;
}
footer .safety a{color : #54c3f1; text-decoration: underline; font-size: 1.8em;}

#gototop{position: fixed; right: 20px; bottom: 20px;  }
#gototop a{font-size: 25px; background: rgba(0,62,128,0.8); color: #fff; display: block; padding: 15px 15px; text-decoration: none;}

/* @media : SP */
@media screen and (max-width: 768px) {
	body{font-size: 8px;}
	main{width: 100%;}
	footer .safety{width: 95%; padding: 25px 0;}
	footer .info,
	footer .safety .icon{width: 90%; margin: 0 auto 0px; padding: 25px 0 0;}
	footer .safety .icon li:nth-child(1){width: 30%;}
	footer .safety .icon li:nth-child(2){width: 32%;}
	footer .safety .icon li:nth-child(3){width: 30%;}
	footer .safety h3{font-size: 2em; font-weight: 500;}
	footer .safety p{margin-top: 20px;}
	footer{ padding-bottom: 20px;}
	footer .footerlogo{padding: 30px 0 40px; text-align: center;}
	footer .footerlogo .f_logo{width: 70%;}
	footer .footer_ch{padding: 0 5% 20px;}
	footer .footer_ch img{width: 100%; }
	footer .sns{padding: 22px 0;}
	footer .snstit{width: 90%; margin: 20px auto 10px;}
	footer .snsicon{display: flex; justify-content: space-between; width: 70%; margin: 30px auto;}
	footer .snsicon li{width: 20%;}

	footer .sns .text {
		width: 60%;
		margin: 30px auto 40px;
	}
	footer .info p {
		font-size: 14px;
		line-height: 1.8em;
		margin-bottom: 0;
		text-align: left;
	}
}
