@charset "utf-8";

@import url("clear.css");
@import url("set_common.css");

body{
	color: #42210B;
	font-size: 1.4rem;
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.4;
}

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

  body{
    font-size: 1.6rem;
    line-height: 1.6;
  }
  
}


/* 共通部分
───────────────────────────────────*/
a.set_link,
input.set_link{
	background: #C6000B;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: bold;
	text-decoration: none;
	width: 90%;
	display: block;
	margin: 34px auto 0;
	padding: 15px 0 !important;
	text-align: center;
	border-radius: 30px !important;
	border: none !important;
	-webkit-transition: opacity 300ms 0s ease;
	-o-transition: opacity 300ms 0s ease;
	transition: opacity 300ms 0s ease;
}

a.set_link:hover,
input.set_link:hover{
	opacity: 0.7;
}


@media only screen and (min-width: 768px) {
	
	a.set_link,
	input.set_link{
		font-size: 2.2rem;
		width: 60%;
	}

}


@media only screen and (min-width: 1280px) {
	
	a.set_link,
	input.set_link{
		width: 1020px;
		font-size: 2.5rem;
		border-radius: 30px;
	}

}



/* ヘッダー
───────────────────────────────────*/

header{
    background:#fff;
}

header .inner{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 8px 10px;
}

header .inner h1 img{
	height: 25px;
	width: auto;
}

header .inner p{
	font-size: 1rem;
}


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

	header .inner{
		padding: 15px 20px;
	}

	header .inner h1 img{
		height: 40px;
	}

	header .inner p{
		font-size: 1.4rem;
	}

}


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

	header .inner{
		padding: 20px 0;
		margin: 0 auto;
		width: 960px;
	}

}


/* フッター 
───────────────────────────────────*/
.mode_sp{
	display: block;
}

.mode_pc{
	display: none;
}

#btm_outer{
    background:#fff;
}

#bottom_contents{
	margin-top: 60px;
	text-align: center;
	padding: 0 15px;
}

#bottom_contents #order_come{
    display:none;
}

#bottom_contents #order_come img{
	width: 100%;
}

#bottom_contents #footer_logo img{
	width: 120px;
	height: 125px;
	margin-top: 14px;
}

#bottom_contents #come01{
	font-weight: bold;
	font-size: 1.6rem;
	margin-top: 13px;
}

/*#bottom_contents #come02{
	background: #42210B;
	font-size: 1.6rem;
	color: #FFF;
	display: inline-block;
	padding: 2px 10px;
	margin-top: 8px;
}*/

#bottom_contents ul {

}

#bottom_contents ul li{
	margin-top: 15px;
}

#bottom_contents ul li img{
	width: 100%;
}

#bottom_contents #come03{
	color: #C6000B;
	font-weight: bold;
	font-size: 1.6rem;
	margin-top: 12px;
}

#bottom_contents #come03 span{
	background: #C6000B;
	color: #FFF;
	margin-right: 10px;
	padding: 2px 13px;
}

#bottom_contents #come03 + p{
	margin-top: 12px;
	font-weight: bold;
}

footer{
	border-top: 1px solid #005EAC;
	margin-top: 20px;
	padding: 14px 0;
	text-align: center;
	color: #000;
    background:#fff;
}

footer img{
	width: 181px;
	height: 40px;
}

footer img + p{
	margin-top: 10px;
}


@media only screen and (min-width: 768px) {
  
	.mode_sp{
		display: none;
	}

	.mode_pc{
		display: block;
	}
	
	#bottom_contents_pc{
		width: 516px;
		margin: 80px auto 0;
	}
	
	#order_come_pc{
        display:none;
		text-align: center;
	}
	
	#order_come_pc img{
		width: 407px;
		height: 38px;
	}

	#bottom_contents_pc > div + div{
		margin-top: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	#bottom_contents_pc > div + div > img{
		width: 93px;
		height: 141px;
	}
	
	#bottom_contents_pc > div + div > img + div{
		width: 404px;
		text-align: center;
		margin-left: 19px;
	}
	
	#come01_pc{
		font-size: 1.8rem;
		font-weight: bold;
	}
	
	#bottom_contents_pc ul li{
		margin-top: 20px;
	}
	
	#bottom_contents_pc ul li img{
		width: 100%;
	}
	
	#bottom_contents_pc #come02_pc{
		color: #C6000B;
		font-weight: bold;
		font-size: 1.6rem;
		margin-top: 20px;
	}

	#bottom_contents_pc #come02_pc span{
		background: #C6000B;
		color: #FFF;
		margin-right: 10px;
		padding: 2px 13px;
	}
	
	footer{
		margin-top: 80px;
		padding: 20px 0;
	}

	footer img{
		width: 300px;
		height: 41px;
	}

	footer img + p{
		margin-top: 15px;
	}
	
	footer img + p br{
		display: none;
	}
  
 
}



@media only screen and (min-width: 1280px) {
	
	#bottom_contents_pc{
		width: 860px;
		margin: 120px auto 0;
	}
	
	#order_come_pc img{
		width: 682px;
		height: 65px;
	}

	#bottom_contents_pc > div + div{
		margin-top: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	#bottom_contents_pc > div + div > img{
		width: 120px;
        height:auto;
		/*height: 212px;*/
	}
	
	#bottom_contents_pc > div + div > img + div{
		width: 673px;
		margin-left: 20px;
	}
	
	#come01_pc{
		font-size: 2.2rem;
		font-weight: bold;
	}
	
	#bottom_contents_pc ul li img{
		width: 100%;
	}
	
	#bottom_contents_pc #come02_pc{
		font-size: 1.8rem;
	}
	
	footer img + p{
		margin-top: 30px;
	}
  
 
}



/* #main
───────────────────────────────────*/

body{
	background:#F9F0D1;
}

#main{
    background:none;
}

@media only screen and (min-width: 1024px) {
    #main{
        background:url(../img/pc/fv/fv_bg.png) no-repeat top center;
        background-size:auto;
    }
}

#main img{
	display: block;
	max-width: 100%;
}

#main .set_link{
	margin-top: clamp(48px, 5vw, 64px);
}



/* #main .fv
───────────────────────────────────*/
#main .fv .fv_box .fv__txt img{
	margin-inline: auto;
}



/* #main #contents
───────────────────────────────────*/
#main * + #contents{
	margin-top: 20px;
}


#main #contents .image img{
	margin-inline: auto;
}

#main #contents * + .list{
	margin-top: clamp(40px, 5.625vw, 72px);
}

#main #contents .list{
	padding-inline: clamp(15px, 2.34375vw, 30px);
	margin-inline: auto;
	max-width: 1024px;
	box-sizing: border-box;
}

#main #contents .list > li{
	font-weight: 500;
	font-size: clamp(1.6rem, 1.40625vw, 1.8rem);
	color: #42210b;
}



/* #main #course
───────────────────────────────────*/
#main #course{
	margin-top: clamp(60px, 8.984375vw, 115px);
}

#main #course .image img{
	margin-inline: auto;
}

#main #course h2.set_detail_idx {
    padding:0 15px; 
}
#main #course h2.set_detail_idx > img{
    width:auto;
    height:auto;
    margin:0 auto;
    display: block;
    width:100%;
}

@media only screen and (min-width: 768px) {
    #main #course h2.set_detail_idx > img{
        width:auto;
    }
}
@media only screen and (min-width: 1024px) {
    #main #course h2.set_detail_idx{
        padding:0;
    }
}

/* コンテンツ　宅配の魅力
───────────────────────────────────*/
#miryoku{
	margin-top: 65px;
    background:#fff;
    padding-top:clamp(30px,3.90625vw,60px);
    position:relative;
}
#miryoku:before{
    content:"";
    display: block;
    width:100%;
    height:30px;
    background:url("../img/common/waver_white_sp.png") repeat-x top;
    position:absolute;
    top:-30px;
}
@media only screen and (min-width: 768px) {
    #miryoku:before{
    content:"";
    display: block;
    width:100%;
    height:30px;
    background:url("../img/common/waver_white_pc.png") repeat-x top;
    background-size:auto;
    position:absolute;
    top:-30px;
}
}

#miryoku > div{
	background: #FFFDDC;
}

.miryoku_img img{
	width: 100%;
}

.miryoku_img + div{
	padding: 0 15px 50px;
	position: relative;
}

#miryoku h2{
	text-align: center;
}

#miryoku h2 img{
	width: 100%;
	max-width: 451px;
	max-height: 146px;
	margin-top: -65px;
}

#miryoku ul{
	padding: 0 20px;
	margin-top: 20px;
}

#miryoku ul li{
	text-align: center;
}

#miryoku ul li img{
	width: 100%;
}

#miryoku ul li picture + img{
	width: 50%;
	margin-top: 30px;
}

#miryoku ul li + li{
	margin-top: 30px;
}

#miryoku ul + img{
	width: 30%;
	position: absolute;
	bottom: 30px;
	right: 50%;
	margin-right: -45%;
}



@media only screen and (min-width: 768px) {
  
	#miryoku{
		margin-top: 80px;
	}

	#miryoku > div{
		width: 768px;
		margin: 0 auto;
	}

	.miryoku_img + div{
		padding: 0 0 90px;
		position: relative;
		width: 768px;
		margin: 0 auto;
	}

	#miryoku h2{
		text-align: center;
	}

	#miryoku h2 img{
		margin-top: -90px;
		width: 398px;
		height: 137px;
		max-width: inherit;
		max-height: inherit;
	}

	#miryoku ul{
		width: 610px;
		margin: 30px auto 0;
		padding: 0;
	}

	#miryoku ul li{
		text-align: left;
	}

	#miryoku ul li img{
		width: 65%;
	}
	
	#miryoku ul li:first-child picture + img{
		float: right;
	}

	#miryoku ul li picture + img{
		width: 32%;
		height: auto;
		margin-top: 0;
	}

	#miryoku ul li + li{
		margin-top: 30px;
	}

	#miryoku ul + img{
		width: 184px;
		height: 175px;
		bottom: 120px;
		right: 80px;
		margin-right: 0;
	}
 
}


@media only screen and (min-width: 1280px) {
  
	#miryoku{
		margin-top: 80px;
	}

	#miryoku > div{
		width: 1280px;
	}

	.miryoku_img + div{
		width: 1020px;
	}

	#miryoku h2 img{
		margin-top: -150px;
		width: 662px;
		height: 215px;
	}

	#miryoku ul{
		width: 1020px;
		margin: 50px auto 0;
	}

	#miryoku ul li img{
		width: inherit;
	}

	#miryoku ul li picture + img{
		width: 357px;
		height: 233px;
	}

	#miryoku ul li + li{
		margin-top: 50px;
	}

	#miryoku ul + img{
		width: 306px;
		height: 291px;
		bottom: 120px;
		right: 30px;
	}
 
}


/* フォーム
───────────────────────────────────*/
#miryoku + #form{
	padding-top: 10px;
}

#form_outer{
    background:#fff;
}

#form{
	color: #000;
}

#form h2{
	font-size: 1.8rem;
	font-weight: bold;
	color: #C6000B;
	border-bottom: 1px solid #C6000B;
	text-align: center;
	padding: 10px 0 7px;
}

#form dl{
	margin-top: 16px;
	border-top: 1px solid #ADADAD;
}

#form dl dt{
	padding: 15px 15px 7px 15px;
}

#form dl dt span{
	color: #C6000B;
}

#form dl dt:nth-of-type(2n+1),
#form dl dd:nth-of-type(2n+1){
	background: #F9F7F7;
}

#form dl dd{
	padding: 7px 15px 15px 15px;
	border-bottom: 1px solid #ADADAD;
}

#form input[type="radio"]{
    appearance: revert;
    vertical-align: baseline;
}
#form input[type="text"]{
	padding: 5px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: 1px solid #ADADAD;
	border-radius: 3px;
	font-size: 1.6rem;
}

#form input + p{
	margin-top: 8px;
}

#form #name input,
#form #furigana input{
	width: 30%;
}

#form #yubin input{
	display: inline-block;
	width: 4em;
}

#form #yubin input + input{
	width: 5em;
}

#form #yubin input + p{
	color: #FF0000;
}

#form #form_add input{
	width: 100%;
}

#form #form_add select{
	padding: 5px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: 1px solid #ADADAD;
	border-radius: 3px;
	font-size: 1.6rem;
}

#form #form_add select + input{
	margin-top: 10px;
}

#form #form_tel input{
	width: 100%;
}

#form #form_time input{
	width: 100%;
}

#form .mail input{
	width: 100%;
}


#form .otherbx{
	width: 100%;
	height:90px;
	vertical-align:top;
	text-align:start;
	padding: 5px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: 1px solid #ADADAD;
	border-radius: 3px;
	font-size: 1.6rem;
}


#form dl + p{
	padding: 15px;
}

#form dl + p span{
	color: #C6000B;
}

#form dl + p a{
	margin-top: 8px;
	display: inline-block;
	text-decoration: underline;
	color: #0000EE;
}

#form input.set_link{
	width: 60%;
	position: relative;
	margin-top: 20px;
}

#form #form_error,
#form #form_conf,
#form #thanks{
	margin-top: 16px;
	padding: 0 15px;
}

#form #thanks p + a{
	margin-top: 60px;
}

#form #error_text{
	margin-top: 16px;
	border: 1px solid #CCC;
	padding: 15px;
	color: #FF0000;
}

#form input[type="submit"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input {
	-webkit-appearance: none;
}


@media only screen and (min-width: 768px) {
  
	#miryoku + #form{
		padding-top: 40px;
	}
	
	#form{
		width: 768px;
		margin: 0 auto;
	}

	#form h2{
		font-size: 2.8rem;
		border-bottom: 4px solid #C6000B;
		padding: 45px 0 20px;
	}

	#form dl{
		width: 768px;
		margin: 35px auto 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	#form dl dt{
		padding: 30px 0px 30px 20px;
		width: 30%;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		border-bottom: 1px solid #ADADAD;
		
        display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	#form dl dd{
		width: 70%;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		padding: 30px 15px 30px 15px;
	}

	#form input{
		padding: 10px 5px;
	}

	#form input + p{
		font-size: 1.3rem;
	}
	
	#form #name input{
		margin-left: 2em;
	}
	
	#form #furigana input{
		margin-left: 0.8em;
	}
	
	#form #form_add select{
		padding: 10px 5px;
	}

	#form #form_add select + input{
		margin-top: 15px;
	}

	#form dl + p{
		width: 768px;
		margin: 0 auto;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}

	#form input.set_link{
		width: 320px;
		font-size: 2.2rem;
		margin-top: 40px;
	}
	
	#form #form_error,
	#form #form_conf,
	#form #thanks{
		margin-top: 35px;
		padding: 0;
	}
	
	#form #thanks p + a{
		margin-top: 80px;
	}
	
	#form #error_text{
		margin-top: 25px;
		border: 1px solid #CCC;
	}
	
}

@media only screen and (min-width: 1280px) {
  
	#miryoku + #form{
		padding-top: 40px;
	}
	
	#form{
		width: 1280px;
	}

	#form h2{
		font-size: 3.6rem;
		padding: 70px 0 40px;
	}

	#form dl{
		width: 960px;
		margin: 65px auto 0;
		/*display: flex;
		flex-wrap: wrap;*/
	}

	#form dl dt{
		padding: 30px 0px 30px 20px;
		width: 30%;
		
        webkit-box-sizing: border-box;
		        box-sizing: border-box;
		border-bottom: 1px solid #ADADAD;
		-display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
        
	}

	#form dl dd{
		width: 70%;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		padding: 30px 15px 30px 15px;
	}

	#form #name input,
	#form #furigana input{
		width: 215px;
	}
	
	#form #name input{
		margin-left: 2em;
	}
	
	#form #furigana input{
		margin-left: 0.8em;
	}

	#form #form_add input{
		width: 524px;
	}

	#form #form_tel input{
		width: 524px;
	}
	
	#form #form_time input{
		width: 524px;
	}

	#form .mail input{
		width: 524px;
	}
	
	#form .otherbx{
		width: 524px;
		height:100px;
		vertical-align:top;
	}


	#form dl + p{
		width: 960px;
	}
	
	#form input.set_link{
		font-size: 2.5rem;
		margin-top: 60px;
		cursor: pointer;
	}
	
	#form #form_error,
	#form #form_conf,
	#form #thanks{
		width: 960px;
		margin: 65px auto 0;
	}
	
	#form #thanks p + a{
		margin-top: 120px;
	}

	#form #error_text{
		margin-top: 45px;
		border: 1px solid #CCC;
	}
	
}


#outer_bx{
 background:#fff;   
}

    .menu_set{
        margin-top:67px;
        padding:0 15px;
    }
@media only screen and (min-width: 1024px) {
    .menu_set{
        margin-top:50px;
        padding:0;
    }
}


/* apply */
.apply{
    max-width:1040px;
    margin:0 auto;
}
@media screen and (max-width: 768px) {
    .apply{
        padding:0 15px;
    }
}

/* join_btn */
.join_btn {
    width: 100%;
    display: inline-block;
    background: #C6000B;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff!important;
    padding: 18px;
    border-radius: 40pt;
    text-decoration: none !important;
    text-align: center;
    box-shadow: 5px 5px rgba(200,0,0,0.4);
    position: relative;
    box-sizing: border-box;
    -webkit-transition: .5s;
    transition: .5s;
    margin-top: 45px;
}

.join_btn:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 9px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    border-radius: 50%;
    background: #fff;
}


.join_btn:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    width: 0;
    height: 0;
    margin-top: -8px;
    border: 8px solid rgba(0, 0, 0, 0);
    border-left: 8px solid #C6000B;
}

@media screen and (min-width: 480px) {
    .join_btn {
        font-size: 1.8rem;
    }
}

@media screen and (min-width: 768px) {
    .join_btn {
        margin-top: 70px;
    }
}

@media screen and (min-width: 1040px) {
    .join_btn {
        font-size: 3.4rem;
        padding: 30px 18px;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
    }
}

@media screen and (min-width: 768px) {
    .join_btn:before {
        right: 19px;
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }
}

@media screen and (min-width: 768px) {
    .join_btn:after {
        right: 15px;
        margin-top: -14px;
        border: 14px solid rgba(0, 0, 0, 0);
        border-left: 14px solid #C6000B;
    }
}

