@charset "utf-8";

body{
    color:#fff;
}

a{
}

h1{
	font-size:3rem; /* =48px */
	margin-bottom:1.5rem; /* =24px */
	line-height:1; /* =48px */
}

h2{
	font-size:2.25rem; /* =36px */
	margin-bottom:1.5rem; /* =24px */
	line-height:1.3333; /* =48px */
}

h3{
	font-size:1.5rem; /* =24px */
	margin-bottom:1.5rem; /* =24px */
	line-height:1; /* =24px */
}

p{
	font-size:1rem;
	margin-bottom:20px;
	line-height: 1.5;
    letter-spacing: .06em;
}
p.sub{
	font-size:.9rem;
	line-height: 1.5;
    letter-spacing: .06em;
    color:#fff;
    margin: 0 3% 1.2em;
    padding: 0 5%;
}

img{
	width:100%;
}


.sp_btn,
.caution{
	display:none;
}

dl,dt,dd,ul{
	margin:0;
	padding:0;
}

div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li,form,input,textarea,button,table,tr,th,td,article,aside,footer,header,hgroup,nav,section{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


/* @common */
.clear{
	clear:both;
}

.t_right{
	text-align:right;
}

.t_left{
	text-align:left;
}

.t_center{
	text-align:center;
}

.fr{
	float:right;
}

.fl{
	float:left;
}

section{
}

.wrap{
	background-color: #121212;
}

.break{
    padding-bottom:10px;
}

.mv{
	margin-bottom:15px;
}

.bg_color{
	background-color:#fcd3ca;
}

.lead{
    /*margin-bottom: 8vw;*/
	font-size: 1rem;
    letter-spacing: .06em;
	line-height: 1.5;
    margin-bottom: 0;
    padding: 0 5% 30px;
}

.lead em{
	font-weight:bold;
    font-style: normal;
    color: #ffeb39;
}
.lead em.red{
	font-weight:bold;
    color: #e60012;
}
.lyt-ph{
    margin-bottom: .5em;
    line-height: 0px;
}
.lyt-ph.btm_non{
    margin-bottom: 0;
}
.lyt-ph + .lyt-ph{
    margin: 4% 0 .5em;
    line-height: 0px;
}

.logo{
	width:80%;
	margin:0 auto 15px;
}

.inner{
    padding: 3% 5%;
}
.inner em{
    font-weight: bold;
    font-style: normal;
    color: #ffeb39;
}





.box{
	border: solid 4px #000;
	margin: 0 0 20px 0;
	padding-bottom:0;
	background-color:#fff;
}

.box p.mypage-ph{
	width: 100%;
	margin:0 auto 15px;
}
.box .inner-box{
	border-radius: 6px;
	margin:0 15px 15px;
    padding: 10px 0 5px;
    background-color: #fdded6;    
}



.box img{
	vertical-align:top;
}

.box h2{
	margin: 0 0 15px 0;
}

.box p{
	margin: 0 15px 20px 15px;
}

.box p span{
	font-weight:bold;
}

.box p.member_off{
	width:60%;
	margin:-10px auto 15px;
}

.box p.qupon_off{
	width:70%;
	margin:0 auto 15px;
}

.check{
	width:70%;
	margin:0 auto 10px;
}

.use{
	margin-bottom:10px;
}
.use.btm_non{
    margin-bottom: 0;
}

.use a{
	color:#fff;
	font-size:1.3rem;
	font-weight:bold;
	line-height:1.3;
	display:block;
	padding:15px 5px;
	text-align:center;
	background-color:#000;
	/*
	border-bottom:solid 4px #c62515;
    border-radius:5px;*/
	text-decoration:none;
}

.other_link{
	background-color:#f5f5f5;
	padding:25px 3%;
	box-shadow:0px 2px 2px rgba(201,201,201, 1);
	margin-bottom:2px;
}

.other_link h1{
	color:#013790;
	font-size:1.2rem;
	text-align:center;
	margin-bottom:15px;
}

.link_box{
	border:solid 1px #ccc;
	background-color:#fff;
	padding:8px;
	overflow:hidden;
	position: relative;
}

.link_box p{
	color:#013790;
	font-size:0.9375rem;
	font-weight:bold;
	line-height:1.3;
	margin-bottom:10px;
	text-decoration:underline;
}

.link_box p.thumnail{
	width:30%;
	float:left;
	margin:0 10px 0 0;
}

.link_box p.date{
	font-size:0.875rem;
	font-weight:normal;
	position:absolute;
	bottom:10px;
	right:10px;
	text-decoration:none;
	margin-bottom:0;
}

.link_box a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.backtop{
	text-indent:-9999px;
}

.backtop a{
	width:60px;
	height:76px;
	position:fixed;
	right:0;
	bottom:10px;
	background:url(../img/pagetop.png) no-repeat;
	background-size:60px 76px;
	display:block;
}

.sns_box{
	overflow:hidden;
	margin:0 2% 0 2%;
	padding:20px 0 0 0;
}

.sns_box li{
	float:left;
	text-align:center;
}

.sns_box li img{
	vertical-align:top;
}

.sns_box li.line{
	width:30%;
}

.sns_box li.line img{
	width:82px;
}

.sns_box li.twitter{
	width:28%;
}

.sns_box li.facebook{
	width:42%;
	height:30px;
}


/*768px*/
@media screen and (min-width : 768px){
/*768px以上のcssを記述*/
p{
	font-size: 1.8rem;
	margin-bottom:30px;
}
p.sub{
	font-size: 1.4rem;
}
.mv{
	margin-bottom:30px;
}

.caution{
	font-size: 1.8rem;
    text-align: center
}

.break{
    padding-bottom:70px;
}
.lead{
    font-size: 1.8rem;
    padding-bottom: 50px;
    margin-bottom: 0;
}

.lead em{
	font-weight:bold;
}

.logo{
	width:80%;
	margin:0 auto 40px;
}

.inner{
	/*margin:0 3%;*/
}


.box{
	border: solid 6px #000;
	margin: 0 0 40px 0;
}
.clm-box{
	margin: 0 auto 40px;
}
.clm-box h2{
    width: 101.5%;
    max-width: 726px;
	margin: -30px -5px 0;
}

.box p.mypage-ph{
	width: 75%;
	margin:0 auto 30px;
}
.box .inner-box{
	border-radius: 10px;
    padding: 30px 0;
	margin:0 40px 30px;    
}
.box .inner-box p.mypage-ph{
	width: 84%;
}

.box img{
	vertical-align:top;
}

.box h2{
	margin: 0 0 30px 0;
}

.box p{
	margin: 0 40px 40px 40px;
}

.box p span{
	font-weight:bold;
}

.box p.member_off{
	width:50%;
	margin:-10px auto 30px;
}

.box p.qupon_off{
	width:55%;
	margin:0 auto 30px;
}

.box p.fig{
	width:70%;
	margin:0 auto 40px;
}


.check{
	width:50%;
	margin:0 auto 20px;
}

.use{
	width:100%;
	margin-bottom:20px;
}

.use br{
	display:none;
}

.use a{
	font-size:1.9rem;
	padding:35px 10px;
	/*
	font-weight:bold;
	line-height:1.3;
	display:block;
	text-align:center;
	color:#fff;
    background-color:#e6331e;
	border-bottom:solid 6px #c62515;
	border-radius:10px;
	text-decoration:none;*/
}

.other_link{
	background-color:#f5f5f5;
	padding:40px 10%;
	box-shadow:0px 2px 2px rgba(201,201,201, 1);
	margin-bottom:2px;
}

.other_link h1{
	color:#013790;
	font-size:1.4rem;
	text-align:center;
	margin-bottom:20px;
}

.link_box{
	border:solid 1px #ccc;
	background-color:#fff;
	padding:15px;
	overflow:hidden;
	position: relative;
}

.link_box p{
	color:#013790;
	font-size:1.2rem;
	font-weight:bold;
	line-height:1.6;
	margin-bottom:10px;
	text-decoration:underline;
}

.link_box p.thumnail{
	width:20%;
	float:left;
	margin:0 20px 0 0;
}

.link_box p.date{
	position:absolute;
	bottom:10px;
	right:10px;
	font-size:0.875rem;
	font-weight:normal;
	text-decoration:none;
	margin-bottom:0;
}

.link_box a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.link_box a:hover{
	background-color:rgba(255,255,255,.3);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.backtop{
	text-indent:-9999px;
}

.backtop a{
	width:100px;
	height:126px;
	position:fixed;
	right:0;
	bottom:20px;
	background:url(../img/pagetop.png) no-repeat;
	background-size:100px 126px;
	display:block;
}

.sns_box{
	width:360px;
	overflow:hidden;
	margin:0 auto;
	padding:20px 0 10px 0;
}

.sns_box li{
	float:left;
	text-align:center;
}

.sns_box li img{
	vertical-align:top;
}

.sns_box li.line{
	width:100px;
}

.sns_box li.line img{
	width:82px;
}

.sns_box li.twitter{
	width:100px;
}

.sns_box li.facebook{
	width:150px;
	height:30px;
}
}


/*960px*/
@media screen and (min-width : 960px){
/*960px以上のcssを記述*/
body{
}

a{
}

h1{
	font-size:3rem; /* =48px */
	margin-bottom:1.5rem; /* =24px */
	line-height:1; /* =48px */
}

h2{
	font-size:2.25rem; /* =36px */
	margin-bottom:1.5rem; /* =24px */
	line-height:1.3333; /* =48px */
}

h3{
	font-size:1.5rem; /* =24px */
	margin-bottom:1.5rem; /* =24px */
	line-height:1; /* =24px */
}

p{
	/*font-size:1.25rem;*/
	margin-bottom:30px;
	line-height:1.8;
}

img{
	width:100%;
}

dl,dt,dd{
	margin:0;
	padding:0;
}

div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li,form,input,textarea,button,table,tr,th,td,article,aside,footer,header,hgroup,nav,section{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


/* @common */
.clear{
	clear:both;
}

.t_right{
	text-align:right;
}

.t_left{
	text-align:left;
}

.t_center{
	text-align:center;
}

.fr{
	float:right;
}

.fl{
	float:left;
}

section{
}

.wrap{
	width:960px;
	margin:0 auto;
}
/*
.inner{
	margin:0 4%;
}*/

.fukidashi{
	width:80%;
 	position: relative;
 	margin:-70px auto 30px;
	padding:20px 0;
	background: #F69218;
}

/*.use{
	width:80%;
	margin:0 auto 20px;
}*/
/*
.use a:hover{
	background-color:#ff412b;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}*/

.backtop{
}

.backtop a{
	width:32px;
	height:32px;
	position:fixed;
	right:50px;
	bottom:60px;
	background:url(../img/btn-pagetop.gif) no-repeat;
	background-size:auto;
	display:block;
}

.backtop a:hover{
	opacity:0.8;
}

.sns_box{
	width:360px;
	overflow:hidden;
	margin:0 auto;
	padding:20px 0 10px 0;
}

.sns_box li{
	float:left;
	text-align:center;
}

.sns_box li img{
	vertical-align:top;
}

.sns_box li.line{
	width:100px;
}

.sns_box li.line img{
	width:82px;
}

.sns_box li.twitter{
	width:100px;
}

.sns_box li.facebook{
	width:150px;
	height:30px;
}
}


_::-webkit-full-page-media, _:future, :root .tit_4 span{
	color: #fff;
	font-size: 1.125rem;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background-color: #F69218;
	padding: 5px 8px;
	margin-right: 10px;
}