@charset "utf-8";

/**/

body{
font-family: 'M PLUS Rounded 1c', sans-serif ,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic","Osaka",sans-serif;
line-height:1.5;
color: #000;
font-size: 18px;
font-weight: 400;
min-width: 1040px;
margin: 0 auto;
text-align: center;
}

dt, dd, li, caption, th, td, col, h1, h2, h3, h4, h5, h6, p, address, figcaption{
	font-size: medium;
}

h1,h2,h3,h4,h5,h6,p,
ul,li,dl,dt,dd,
form,fieldset,input,textarea{
margin:0;
padding:0;
}

li{list-style:none;}

a{color:#191919;}
a:link, a:visited{text-decoration:none;}
a:hover, a:active{text-decoration:underline;}

img{
border:none;
display: block;
margin: 0 auto;
padding:0px;
vertical-align: text-bottom;
}


/*float*/
.left{float:left;}
.right{float:right;}
.center{text-align:center;}

.clear{clear:both;}


/*txt*/
.tac{text-align: center;}
.tal{text-align: left;}
.tar{text-align: right;}


.clearfix:after {
content: ".";  
display: block;  
clear: both;
height: 0;
visibility: hidden;
}
.clearfix {
min-height: 1px;
}
* html .clearfix {
height: 1px;
/*\*//*/
height: auto;
overflow: hidden;
/**/
}

#wrap{
}
.main_inner {
	position: relative;
}
.main_inner img{
    width: 100%;
}
.main_inner h1 {
	margin: 0;
}

.trans{
    transform: rotate(0.03deg);
}


@media screen and (max-width:768px) {
	body{
	font-size: 26px;
    min-width: 720px;
    background: #fff;
	}
	dt, dd, li, caption, th, td, col, h1, h2, h3, h4, h5, h6, p, address, figcaption{
		font-size: 26px;
	}
}

.cont01_mv{
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(../img/img_mv_back.png);
	background-size: cover;
	background-position: center center;
}

.cont_day{
	display: none;
}

@media screen and (max-width:768px) {
	.cont01_mv{
		background-image: url(../img/sp/img_mv_back.png);
		background-size: cover;
		background-position: center center;
		height: auto;
		padding: 30px 0 50px;
	}
	.cont01_mv .sp{
		width: 100%;
	}

	.cont_day{
		display: block;
		margin-top: -20px;
	}
	.cont_day img{
		width: 100%;
	}
}

.cont_inner{
	background-color: #fff000;
	padding-top: 10px;
	padding-bottom: 40px;
}
.cont_inner img{
	margin: 20px auto;
}

.card_inner{
	padding: 50px 0;
	background-color: #f0f0f5;
}
.card_inner .cont_block{
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.card_inner .cont_block .item{
	width: calc((100% / 3) - 13px);
	background-color: #fff;
	border-radius: 5px;
	padding: 40px 23px;
	box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.card_inner .cont_block .item .title{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
}
.card_inner .cont_block .item .title span{
	font-size: 22px;
}
.card_inner .cont_block .item .item_inner{
    margin-top: auto;
}
.card_inner .cont_block .item .item_inner .btn{
	position: relative;
	margin: 20px auto 5px;
	border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
	transition: 0.5s all;
}
.card_inner .cont_block .item .item_inner .btn:hover{
	opacity: 0.8;
}
.card_inner .cont_block .item .item_inner .btn:hover a{
	text-decoration: none;
}
.card_inner .cont_block .item:nth-child(1) .item_inner .btn{
	background : repeating-linear-gradient(315deg,
										   #e60012,
										   #e60012 2px,
										   #ec4050 0,
										   #ec4050 4px);
}
.card_inner .cont_block .item:nth-child(2) .item_inner .btn{
	background : repeating-linear-gradient(315deg,
										   #f08200,
										   #f08200 2px,
										   #f4a64c 0,
										   #f4a64c 4px);
}
.card_inner .cont_block .item:nth-child(3) .item_inner .btn{
	background : repeating-linear-gradient(315deg,
										   #e7226f,
										   #e7226f 2px,
										   #ed5b96 0,
										   #ed5b96 4px);
}
.card_inner .cont_block .item .item_inner .btn:after{
	position: absolute;
	right: 10px;
	content: '';
	display: inline-block;
	width: 10px;
	height: 17px;
	background-image: url(../img/img_btn_icon.png);
	background-size: contain;
	vertical-align: middle;
}
.card_inner .cont_block .item .item_inner .btn a{
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	display: flex;
    align-items: center;
    justify-content: center;
	width: 100%;
	height: 100%;
}
.card_inner .cont_block .item .item_inner .btn span{
	display: block;
}
.card_inner .cont_block .item .item_inner .notice a{
	text-decoration: underline;
}
.card_inner .cont_block .item .item_inner .notice a:hover{
	text-decoration: none;
}

@media screen and (max-width:768px) {
	.card_inner .cont_block{
		display: block;
	}
	.card_inner .cont_block .item{
		width: 93%;
		padding: 40px;
		margin: 0 auto 30px;
	}
	.card_inner .cont_block .item:last-child{
		margin-bottom: 0;
	}
	.card_inner .cont_block .item .title{
		font-size: 28px;
		margin-bottom: 15px;
	}
	.card_inner .cont_block .item .title span{
		font-size: 40px;
	}
	.card_inner .cont_block .item .item_inner .btn{
		margin: 25px auto 10px;
		height: 80px;
	}
	.card_inner .cont_block .item .item_inner .btn:after{
		right: 20px;
	}
	.card_inner .cont_block .item .item_inner .btn a{
		font-size: 32px;
	}
	.card_inner .cont_block .item .item_inner .notice{
		text-align: left;
	}
	.card_inner .cont_block .item .item_inner .notice a{
		color: #006699;
	}
}

/* pagetop */
.pagetop {
    display: none;
    position: fixed;
    bottom: 140px;
    right: 50%;
	margin-right: -590px; 
}
.pagetop a {
    display: block;
	background: url(../img/pagetop.png) left top no-repeat;
	width: 67px;
	height: 67px;
	text-indent: -9999em;
	overflow: hidden;
}


/*==========================================
#margin
==========================================*/
.mb05{
	margin-bottom:5px;
}
.mb10{
	margin-bottom:10px;
}
.mb15{
	margin-bottom:15px;
}
.mb20{
	margin-bottom:20px;
}
.mb25{
	margin-bottom:25px;
}
.mb30{
	margin-bottom:30px;
}
.mb35{
	margin-bottom:35px;
}
.mb40{
	margin-bottom:40px;
}
.mb45{
	margin-bottom:45px;
}
.mb50{
	margin-bottom:50px;
}
.mb55{
	margin-bottom:55px;
}
.mb60{
	margin-bottom:60px;
}
.mb65{
	margin-bottom:65px;
}
.mb70{
	margin-bottom:70px;
}
.mb85{
	margin-bottom:85px;
}
.mb95{
	margin-bottom:95px;
}

.mt10{
	margin-top:10px;
}
.mt15{
	margin-top: 15px;
}
.mt-40{
	margin-top:-40px;
}

.mr50{
	margin-right:50px;
}
.ml80{
	margin-left:80px;
}


.pb40{
	padding-bottom: 95px;
}


.f15{
	font-size: 15px;
}

.f19{
	font-size: 19px;
}

hr {
    border: none;
    height: 1px;
    color: #FFFFFF;
	margin: 0;
}

.fs15{
	font-size: 15px;
}

.fs16{
	font-size: 16px;
}

.tcRed{
	color: #ff0000;
}

.textSpace{
	text-indent: 1em;
	padding-left: 1em;
}



@media screen and (max-width:750px) {
#logo{
    width: 13%;
}
.title_logo{
	position: absolute;
	top: -11%;
	width: 100%;
}
.title_logo p img{
	width: 17%;
	margin: 0;
	margin-left: 5%;
}
}


#footer {
	overflow	: hidden;
	margin		: 0 auto;
	padding		: 20px 0 15px;
	background	: #FFF;
}
	
	#footer_box {
		margin	: 0 auto;
		max-width	: 1000px;
	}

.footer_l {
	float	: left;
	width	: 600px;
}

.footer_l .ft_logo {
	float		: left;
	margin-right: 30px;
}

.footer_l ul {
	padding-top	: 12px;
}

.footer_l li {
	float		: left;
	border-right: 1px solid #c9c9c9;
	line-height	: 1;
	padding		: 0 15px;
}

.footer_l li.last {
	border-right	: none;
}

.footer_l li a {
	font-size	: 12px;
}
.footer_l .copyright {
	font-size	: 10px;
	color		: #818181;
	clear		:both;
	padding-top	: 25px;
}

.footer_r {
	float	: right;
}

.sp{
	display: none !important;
}



@media screen and (max-width:768px) {

.contents{
	min-width:100%;
}

.wd{
	max-width:100%;
	margin:0 auto;
}

.spscale{
	width:100%;
	height:auto;
}

.spleft{
	float:left;
}

.spright{
	float:right;
}

.sp{
	display:block !important;
}

.pc{
	display:none !important;
}

.details{
	margin-bottom: 0;
}

#footer{
	color:#fff;
	text-align:center;
	padding:20px 0;
	font-size:18px !important;
	background:#000;
	min-width:100%;
}

}