@charset "utf-8";
/* CSS Document */


/* under_kv
   ================================================================== */
.under_kv{
    padding: 1px 0 10vw;
	position: relative;
    background: rgba(255,226,0,1);
}

.under_kv .page_title{
    margin: 10vw auto 0;
    text-align: center;
}

.under_kv .page_title > span{
    width: 80vw;
    height: 14vw;
    font-size: 5vw;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-image: url("../images/common/title_bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}


/* kv
   ================================================================== */
.kv{
    padding: 0 0 0;
	position: relative;
    background: rgba(255,226,0,1);
}

.kv .photo_block{
    position: relative;
}

.kv .photo_block > img{
    left: 0;
    bottom: -10vw;
    width: 50vw;
    position: absolute;
}

.kv .text_block{
    margin: 15vw 0 0;
    text-align: center;
}

.kv .text_block h2{
    font-size: 4vw;
}

.kv .text_block p{
    margin: 1vw 0 0;
    font-size: 6vw;
    font-weight: 700;
}


/* about
   ================================================================== */
.about{
    padding: 10vw 0 10vw;
	position: relative;
    background: rgba(255,226,0,1);
}

.about .flex{
    margin: 0;
}

.about .left{
    margin: 0;
}

.about .left h2{
    text-align: center;
}

.about .left h2 > span{
    margin: auto;
    padding: 1vw 2vw;
    font-size: 4vw;
    font-weight: 500;
    background: #fff;
}

.about .left ul{
    margin: 4vw 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about .left ul li{
    width: 22vw;
    line-height: 0;
}

.about .right{
    margin: 6vw 0 0;
    padding: 3vw;
    background: #fff;
}

.about .right p{
    font-size: 3.8vw;
    font-weight: 500;
}


/* block_title
   ================================================================== */
.block_title{
    height: 30vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.block_title::before{
    content: "";
    background: rgba(0,0,0,.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


.block_title h2{
    font-size: 6.5vw;
    font-weight: 700;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1;
}


/* index_menu
   ================================================================== */
.index_menu{
    padding: 0 0 15vw;
	position: relative;
    background: rgba(255,226,0,1);
}

.index_menu .inner{
    padding-top: 10vw;
}


/* menu_list
   ================================================================== */
.menu_list{
    font-size: 0;
}

.menu_list li{
    margin: 2vw 0 0 2%;
    padding: 2vw;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: 49%;
    background: #FFF9DE;
}

.menu_list li:nth-child(2n+1){
    margin-left: 0;
}

.menu_list li .text_box{
    padding: 2vw 0 0;
    min-height: 50vw;
    box-sizing: border-box;
}

.menu_list li .text_box *{
    color: #572F00;
    font-family: 'Noto Serif JP';
}

.menu_list li .price{
    margin: 0 0 0;
}

.menu_list li .price h3{
    font-size: 5vw;
}

.menu_list li .price h4{
    font-size: 5vw;
    font-weight: 900;
    text-align: right;
}

.menu_list li p{
    margin: 3vw 0 0;
    font-size: 3.5vw;
    font-weight: 700;
}


/* index_company
   ================================================================== */
.index_company{
    padding: 0 0 10vw;
	position: relative;
}

.index_company .inner{
    padding-top: 10vw;
}

.index_company .flex{
    margin: 0 0 0;
}

.index_company .right{
    margin: 6vw 0 0;
}

.index_company .map{
    line-height: 0;
}

.index_company .map iframe{
    width: 100%;
    height: 60vw;
}

.index_company .text_box{
    padding: 6vw 3vw 0;
}

.index_company .text_box h1{
    font-size: 6vw;
}

.index_company .text_box p{
    margin: 3vw 0 0;
    font-size: 3.5vw;
}

.index_company .sns_btn{
    margin: 3vw 0 0;
    justify-content: flex-end;
}


/* takeout_block
   ================================================================== */
.takeout_block{
    padding: 15vw 0 15vw;
	position: relative;
}

.takeout_block .top_box{
    margin: 0 0 8vw;
	position: relative;
}

.takeout_block .top_box p,
.takeout_block .top_box h3{
	font-size: 4.5vw;
    font-weight: 700;
    text-align: center;
}

.takeout_block .top_box p{
	margin: 6vw 0 0;
}

.takeout_block .top_box img{
    margin: -15vw 0 0;
	width: 20vw;
}


/* shop_block
   ================================================================== */
.shop_block{
    padding: 15vw 0 15vw;
	position: relative;
}

.shop_block .top_box{
    margin: 0 0 8vw;
	position: relative;
}

.shop_block .top_box h3{
	font-size: 5.2vw;
    font-weight: 700;
    text-align: center;
}

.shop_block .top_box p{
	margin: 6vw 0 0;
	font-size: 3.5vw;
    line-height: 200%;
    font-weight: 700;
}

.shop_block .bottom_box{
    margin: 15vw 0 0;
}

.shop_block .bottom_box .flex{
    margin: 4vw 0 0;
}

.shop_block .bottom_box .right{
    margin: 0 0 0;
}

.shop_block .bottom_box .map{
    line-height: 0;
}

.shop_block .bottom_box .map iframe{
    width: 100%;
    height: 60vw;
}

.shop_block .bottom_box .text_box{
    padding: 4vw 3vw 0;
}

.shop_block .bottom_box .text_box h1{
    font-size: 6vw;
}

.shop_block .bottom_box .text_box p{
    margin: 3vw 0 0;
    font-size: 3.5vw;
}

.shop_block .bottom_box .sns_btn{
    margin: 3vw 0 0;
    justify-content: flex-end;
}


/* contact
   ================================================================== */	
.contact{
	padding: 15vw 0;
}


/* form_block
   ================================================================== */	
.form_block{
	margin: -150px 0 0;
}

.form_block.thanks{
	margin: 0 0 0;
}

.form_block form{
	padding: 150px 0 0;
}

.form_block .req{
    font-size: inherit;
    font-weight: inherit;
	color: #E64C3B;
}

.form_block table{
    margin: 10vw 0 0;
	width: 100%;
	font-size: 15px;
	line-height: 150%;
	letter-spacing: 0.10em;
	box-sizing: border-box;
}

.form_block th,
.form_block td{
	width: 100%;
	display: block;
	font-weight: normal;
	border-bottom: none;
	box-sizing: border-box;
}

.form_block th{
	padding: 15px 0 0;
    font-weight: bold;
}

.form_block td{
	padding: 10px 0 15px;
    position: relative;
}

.contact td .balloon{
    position: absolute;
    bottom: -5px;
    left: 10px;
    height: 16px;
    line-height: 1;
    font-size: 12px;
    color: #FF090B;
    letter-spacing: 0;
}

.form_block input,
.form_block textarea,
.form_block select{
	margin: 5px 0;
	font-size: 16px;
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #9D9D9D;
	vertical-align: middle;
    border-radius: 14px;
}

.form_block input:focus,
.form_block textarea:focus,
.form_block select:focus{
	outline: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder{
    color: #C2C2C2;
}

textarea::-moz-placeholder,
input::-moz-placeholder{
    color: #C2C2C2; opacity: 1;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder{
    color: #C2C2C2;
}

.radio_input input{
    margin: 0 10px 0 0;
    padding: 0;
	width: auto;
}

.form_block label{
	cursor: pointer;
}

.radio_input label{
	display: flex;
    align-items: center;
}

.radio_input label + label{
	margin: 8px 0 0;
}

input[type='radio'] {
    appearance: none;
    outline: none;
    display: block;
    position: relative;
    text-align: center;
    cursor: pointer;
    width: 18px;
    height: 18px;
	margin: 0 10px 0 0;
    font-size: 0;
    padding: 0;
    border: none;
}

input[type='radio']::before {
    display: block;
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    background: #fff;
    border: solid 1px #C2C2C2;
    border-radius: 100%;
}

input[type='radio']:checked::before {
    border-color: #009845;
}

input[type='radio']::after {
    display: block;
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    width: 10px;
    height: 10px;
    background: #009845;
    border-radius: 100%;
    opacity: 0;
}

input[type='radio']:checked::after {
    opacity: 1;
}

.form_block .border{
    position: relative;
}

.form_block .errors{
    font-size: 10px;
    line-height: 1;
    color: #E64C3B;
    display: inline-block;
    position: absolute;
    bottom: -13px;
    left: 10px;
}

.form_block textarea{
	line-height: 150%;
}

.privacy_check .errors{
	bottom: -20px;
    left: 0;
    right: 0;
}

.privacy_check{
	margin: 10px 0 0;
    text-align: center;
}

.privacy_check div{
	position: relative;
}

input[type='checkbox'] {
    appearance: none;
    outline: none;
    display: block;
    position: relative;
    text-align: center;
    cursor: pointer;
    width: 18px;
    height: 18px;
	margin: 0 10px 0 0;
    font-size: 0;
    padding: 0;
    border: none;
}

input[type='checkbox']::before {
    display: block;
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    background: #fff;
    border: solid 2px #009845;
    border-radius: 3px;
}

input[type='checkbox']:checked::before {
    background-color: #009845;
}

input[type='checkbox']::after {
    display: block;
    content: '';
    position: absolute;
    left: 7px;
    top: 2px;
    width: 4px;
    height: 12px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(45deg);
    opacity: 0;
}

input[type='checkbox']:checked::after {
    opacity: 1;
}

.privacy_check label{
	display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.zas_btn_area{
	margin: auto;
	text-align: center;
	padding: 40px 0 0;
	font-size: 0;
	box-sizing: border-box;
	max-width: 500px;
}

.zas_btn_area button{
	font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.20em;
	color: #FFF;
	border: none;
	position: relative;
	overflow: hidden;
	text-align: center;
    border-radius: 100px;
}

.zas_btn_area button span{
    padding: 15px 0;
    display: block;
	font-size: 18px;
	line-height: 150%;
	color: #FFF;
}

.zas_btn_area button svg{
	width: 25px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
}

.zas_btn_area button:disabled{
	background: #ccc !important;
    border: none;
	width: 80%;
	max-width: 310px;
    cursor: auto;
}

.zas_btn_area button:disabled span{
	color: #fff !important;
}

.zas_btn_area button:disabled svg{
	display: none;
}

.zas_btn_area .zas_btn01{
	background: #909090;
	width: 80%;
	max-width: 310px;
}

.zas_btn_area .zas_btn02{
	margin-right: 2%;
	background: #ccc;
	width: 28%;
}

.zas_btn_area .zas_btn03{
	background: #909090;
	width: 70%;
	max-width: 310px;
}

.conf_text{
    margin: 0 4vw 6vw;
	font-size: 4vw;
	line-height: 150%;
	color: #E64C3B;
    font-weight: 700;
}

.thanks p{
	font-size: 4vw;
	line-height: 180%;
}

.thanks .go_top_btn{
	margin: 8vw auto 0;
	text-align: center;
}


@media screen and (min-width : 500px){


    /* under_kv
       ================================================================== */
    .under_kv{
        padding: 1px 0 7.8vw;
    }
    
    .under_kv .page_title{
        margin: 7.0vw auto 0;
    }
    
    .under_kv .page_title > span{
        width: 46.4vw;
        height: 7.8vw;
        font-size: 3.0vw;
    }


    /* kv
       ================================================================== */
    .kv{
        padding: 0 0 0;
    }
    
    .kv .photo_block{
        position: relative;
    }
    
    .kv .photo_block > img{
        left: 0;
        bottom: -8.7vw;
        width: 42.9vw;
    }
    
    .kv .text_block{
        margin: 7.5vw 0 0;
    }
    
    .kv .text_block h2{
        font-size: 3.0vw;
    }
    
    .kv .text_block p{
        margin: .5vw 0 0;
        font-size: 5.8vw;
    }
    
    
    /* about
       ================================================================== */
    .about{
        padding: 9.0vw 0 9.0vw;
    }
    
    .about .flex{
        margin: 0 auto;
        width: 90.0vw;
        display: flex;
        background-position: center;
    }
    
    .about .left{
        width: 39.5vw;
    }
    
    .about .left h2 > span{
        padding: .3vw 1.5vw;
        font-size: 1.8vw;
    }
    
    .about .left ul{
        margin: 1.7vw 0 0;
    }
    
    .about .left ul li{
        width: 9.5vw;
    }
    
    .about .right{
        margin: 0 0 0;
        padding: 1.3vw 1.0vw;
        width: calc(100% - 39.5vw);
        box-sizing: border-box;
    }
    
    .about .right p{
        font-size: 1.8vw;
        line-height: 3.4vw;
    }


    /* block_title
       ================================================================== */
    .block_title{
        height: 20.6vw;
    }
    
    
    .block_title h2{
        font-size: 4.0vw;
    }


    /* index_menu
       ================================================================== */
    .index_menu{
        padding: 0 0 12.0vw;
    }
    
    .index_menu .inner{
        padding-top: 8.3vw;
    }


    /* menu_list
       ================================================================== */
    .menu_list{
        margin: 0 auto;
        width: 90.0vw;
    }
    
    .menu_list li{
        margin: 1.0vw 0 0 2%;
        padding: 1.8vw 2.0vw 2.0vw;
        width: 49%;
    }
    
    .menu_list li:nth-child(2n+1){
        margin-left: 0;
    }
    
    .menu_list li .text_box{
        padding: .5vw 0 0;
        min-height: 11.5vw;
    }
    
    .menu_list li .price{
        margin: 0 0 0;
        display: flex;
    }
    
    .menu_list li .price h3{
        font-size: 3.0vw;
    }
    
    .menu_list li .price h4{
        margin-left: auto;
        font-size: 3.0vw;
    }
    
    .menu_list li p{
        margin: .6vw 0 0;
        font-size: 1.5vw;
        line-height: 2.0vw;
    }


    /* index_company
       ================================================================== */
    .index_company{
        padding: 0 0 3.4vw;
    }
    
    .index_company .inner{
        padding-top: 12.4vw;
    }
    
    .index_company .flex{
        margin: 0 auto;
        display: flex;
        width: 90.0vw;
    }
    
    .index_company .photo{
        width: 49%;
    }
    
    .index_company .right{
        margin: 0 0 0 2%;
        width: 49%;
    }
    
    .index_company .map iframe{
        height: 18.9vw;
    }
    
    .index_company .text_box{
        padding: 1.0vw 0 0;
    }
    
    .index_company .text_box h1{
        font-size: 3.4vw;
    }
    
    .index_company .text_box p{
        margin: 1.0vw 0 0;
        font-size: 1.6vw;
        line-height: 2.6vw;
    }
    
    .index_company .sns_btn{
        margin: 2.0vw 0 0;
    }


    /* takeout_block
       ================================================================== */
    .takeout_block{
        padding: 12.4vw 0 8.5vw;
    }
    
    .takeout_block .top_box{
        margin: 0 0 13.0vw;
    }
    
    .takeout_block .top_box h3{
    	font-size: 2.5vw;
        line-height: 4.8vw;
    }
    
    .takeout_block .top_box p{
    	margin: 3.4vw 0 0;
    	font-size: 2.6vw;
        line-height: 3.7vw;
    }
    
    .takeout_block .top_box img{
        margin: 0 0 0;
    	width: 15.0vw;
        position: absolute;
        top: 4.2vw;
        left: 6.0vw;
    }


    /* shop_block
       ================================================================== */
    .shop_block{
        padding: 11.0vw 0 6.0vw;
    }
    
    .shop_block .top_box{
        margin: 0 0 12.8vw;
    }
    
    .shop_block .top_box h3{
    	font-size: 2.9vw;
    }
    
    .shop_block .top_box p{
    	margin: 3.5vw 0 0;
    	font-size: 1.8vw;
        line-height: 4.1vw;
        text-align: center;
    }
    
    .shop_block .bottom_box{
        margin: 14.0vw 0 0;
    }
    
    .shop_block .bottom_box .flex{
        margin: 1.7vw 0 0;
        display: flex;
    }
    
    .shop_block .bottom_box .right{
        margin: 0 0 0;
        width: 50%;
        box-sizing: border-box;
    }
    
    .shop_block .bottom_box .map{
        width: 50%;
    }
    
    .shop_block .bottom_box .map iframe{
        height: 19.2vw;
    }
    
    .shop_block .bottom_box .text_box{
        padding: 1.0vw 0  0 1.8vw;
    }
    
    .shop_block .bottom_box .text_box h1{
        font-size: 3.6vw;
    }
    
    .shop_block .bottom_box .text_box p{
        margin: 2.0vw 0 0;
        font-size: 1.7vw;
        line-height: 3.0vw;
    }
    
    .shop_block .bottom_box .sns_btn{
        margin: 2.5vw 0 0;
    }


    /* contact
       ================================================================== */	
    .contact{
    	padding: 11.0vw 0 13.0vw;
    }


    /* form_block
       ================================================================== */	
	.form_block table{
        margin: 30px auto 0;
		width: 90vw;
		font-size: 16px;
		box-sizing: border-box;
		border-bottom: none;
	}
	
	.form_block td,
	.form_block th{
		font-size: 16px;
	}
	
	.form_block th{
		padding: 20px 0 0;
	}
	
	.form_block td{
		padding: 10px 0 0;
	}

    .contact td .balloon{
        bottom: -15px;
        left: 10px;
        height: 16px;
        font-size: 12px;
    }
	
	.form_block input,
	.form_block textarea,
	.form_block select{
		font-size: 16px;
		padding: 19px 20px;
	}
    
    .form_block textarea{
    	height: 489px;
    }

    .form_block .errors{
        font-size: 13px;
        bottom: -20px;
        left: 20px;
    }

    .radio_input label{
    	display: inline-flex;
        align-items: center;
    }

    .radio_input label + label{
    	margin: 0 0 0 20px;
    }
    
    input[type='radio'] {
        appearance: none;
        outline: none;
        display: block;
        position: relative;
        text-align: center;
        cursor: pointer;
        width: 21px;
        height: 21px;
    	margin: 0 10px 0 0;
        font-size: 0;
        padding: 0;
        border: none;
    }
    
    input[type='radio']::before {
        display: block;
        position: absolute;
        content: '';
        width: 21px;
        height: 21px;
        background: #fff;
        border: solid 1px #C2C2C2;
        border-radius: 100%;
    }
    
    input[type='radio']:checked::before {
        border-color: #009845;
    }
    
    input[type='radio']::after {
        display: block;
        content: '';
        position: absolute;
        left: 5px;
        top: 5px;
        width: 13px;
        height: 13px;
        background: #009845;
        border-radius: 100%;
        opacity: 0;
    }
    
    input[type='radio']:checked::after {
        opacity: 1;
    }

    .privacy_check .errors{
    	bottom: -30px;
    }

    .privacy_check{
    	margin: 25px 0 0;
        text-align: center;
    }
    
    .privacy_check div{
    	position: relative;
        font-size: 16px;
    }
    
    input[type='checkbox'] {
        appearance: none;
        outline: none;
        display: block;
        position: relative;
        text-align: center;
        cursor: pointer;
        width: 23px;
        height: 23px;
    	margin: 0 20px 0 0;
        font-size: 0;
        padding: 0;
        border: none;
    }
    
    input[type='checkbox']::before {
        display: block;
        position: absolute;
        content: '';
        width: 23px;
        height: 23px;
        background: #fff;
        border: solid 2px #009845;
        border-radius: 3px;
    }
    
    input[type='checkbox']:checked::before {
        background-color: #009845;
    }
    
    input[type='checkbox']::after {
        display: block;
        content: '';
        position: absolute;
        left: 10px;
        top: 4px;
        width: 4px;
        height: 12px;
        border-right: 3px solid #fff;
        border-bottom: 3px solid #fff;
        transform: rotate(45deg);
        opacity: 0;
    }
    
    input[type='checkbox']:checked::after {
        opacity: 1;
    }

	.zas_btn_area{
		padding: 55px 0 0;
		max-width: none;
	}
	
	.zas_btn_area button{
		cursor: pointer;
		transition: .3s;
		position: relative;
		overflow: hidden;
	}
	
	.zas_btn_area button:hover{
		opacity: .5;
	}

	.zas_btn_area button span{
		padding: 0;
    	height: 42px;
    	transition: .5s;
    	z-index: 1;
    	position: relative;
    	line-height: 42px;
		overflow: hidden;
    	font-size: 16px;
    	letter-spacing: 0.02em;
	}

    .zas_btn_area button:disabled{
		width: 250px;
		max-width: 250px;
        opacity: 1 !important;
    }
	
	.zas_btn_area .zas_btn01,
	.zas_btn_area .zas_btn03{
		width: 250px;
		max-width: 250px;
	}

	.zas_btn_area .zas_btn02{
		width: 200px;
	}

    .zas_btn_area button:disabled span{
        
    }

    .conf_text{
        margin: 0 50px 25px;
    	font-size: 16px;
        text-align: center;
    }

    .thanks p{
    	font-size: 1.8vw;
        text-align: center;
    }
    
    .thanks .go_top_btn{
    	margin: 4vw auto 0;
    }
    

}
@media screen and (min-width : 1040px){    


    /* under_kv
       ================================================================== */
    .under_kv{
        padding: 127px 0 78px;
    }
    
    .under_kv .page_title{
        margin: 70px auto 0;
    }
    
    .under_kv .page_title > span{
        width: 464px;
        height: 78px;
        font-size: 30px;
    }


    /* kv
       ================================================================== */
    .kv{
        padding: 127px 0 0;
        position: relative;
        z-index: 1;
    }
    
    .kv .photo_block{
        position: relative;
    }
    
    .kv .photo_block > img{
        left: 0;
        bottom: -87px;
        width: 429px;
    }
    
    .kv .text_block{
        margin: 75px 0 0;
    }
    
    .kv .text_block h2{
        font-size: 30px;
    }
    
    .kv .text_block p{
        margin: 5px 0 0;
        font-size: 58px;
    }
    
    
    /* about
       ================================================================== */
    .about{
        margin-top: -50px;
        padding: 140px 0 90px;
    }
    
    .about .flex{
        margin: 0 auto;
        width: 900px;
        display: flex;
        background-position: center;
    }
    
    .about .left{
        width: 395px;
    }
    
    .about .left h2 > span{
        padding: 3px 15px;
        font-size: 18px;
    }
    
    .about .left ul{
        margin: 17px 0 0;
    }
    
    .about .left ul li{
        width: 119px;
    }
    
    .about .right{
        margin: 0 0 0;
        padding: 13px 10px;
        width: calc(100% - 395px);
        box-sizing: border-box;
    }
    
    .about .right p{
        font-size: 18px;
        line-height: 34px;
    }


    /* block_title
       ================================================================== */
    .block_title{
        height: 206px;
    }
    
    
    .block_title h2{
        font-size: 40px;
    }


    /* index_menu
       ================================================================== */
    .index_menu{
        padding: 0 0 120px;
    }
    
    .index_menu .inner{
        padding-top: 83px;
    }


    /* menu_list
       ================================================================== */
    .menu_list{
        margin: 0 auto;
        width: 900px;
    }
    
    .menu_list li{
        margin: 10px 0 0 2%;
        padding: 18px 20px 20px;
        width: 49%;
    }
    
    .menu_list li:nth-child(2n+1){
        margin-left: 0;
    }
    
    .menu_list li .text_box{
        padding: 5px 0 0;
        min-height: 110px;
    }
    
    .menu_list li .price{
        margin: 0 0 0;
        display: flex;
    }
    
    .menu_list li .price h3{
        font-size: 30px;
    }
    
    .menu_list li .price h4{
        margin-left: auto;
        font-size: 30px;
    }
    
    .menu_list li p{
        margin: 10px 0 0;
        font-size: 15px;
        line-height: 20px;
    }


    /* index_company
       ================================================================== */
    .index_company{
        padding: 0 0 34px;
    }
    
    .index_company .inner{
        padding-top: 124px;
    }
    
    .index_company .flex{
        margin: 0 auto;
        display: flex;
        width: 900px;
    }
    
    .index_company .photo{
        width: 49%;
    }
    
    .index_company .right{
        margin: 0 0 0 2%;
        width: 49%;
    }
    
    .index_company .map iframe{
        height: 189px;
    }
    
    .index_company .text_box{
        padding: 10px 0 0;
    }
    
    .index_company .text_box h1{
        font-size: 34px;
    }
    
    .index_company .text_box p{
        margin: 10px 0 0;
        font-size: 16px;
        line-height: 26px;
    }
    
    .index_company .sns_btn{
        margin: 20px 0 0;
    }


    /* takeout_block
       ================================================================== */
    .takeout_block{
        padding: 124px 0 85px;
    }
    
    .takeout_block .top_box{
        margin: 0 0 130px;
    }
    
    .takeout_block .top_box h3{
    	font-size: 25px;
        line-height: 48px;
    }
    
    .takeout_block .top_box p{
    	margin: 34px 0 0;
    	font-size: 26px;
        line-height: 37px;
    }
    
    .takeout_block .top_box img{
        margin: 0 0 0;
    	width: 150px;
        position: absolute;
        top: 42px;
        left: 65px;
    }


    /* shop_block
       ================================================================== */
    .shop_block{
        padding: 110px 0 60px;
    }
    
    .shop_block .top_box{
        margin: 0 0 128px;
    }
    
    .shop_block .top_box h3{
    	font-size: 29px;
    }
    
    .shop_block .top_box p{
    	margin: 35px 0 0;
    	font-size: 18px;
        line-height: 41px;
        text-align: center;
    }
    
    .shop_block .bottom_box{
        margin: 140px 0 0;
    }
    
    .shop_block .bottom_box .flex{
        margin: 17px 0 0;
        display: flex;
    }
    
    .shop_block .bottom_box .right{
        margin: 0 0 0;
        width: 50%;
        box-sizing: border-box;
    }
    
    .shop_block .bottom_box .map{
        width: 50%;
    }
    
    .shop_block .bottom_box .map iframe{
        height: 192px;
    }
    
    .shop_block .bottom_box .text_box{
        padding: 10px 0  0 18px;
    }
    
    .shop_block .bottom_box .text_box h1{
        font-size: 36px;
    }
    
    .shop_block .bottom_box .text_box p{
        margin: 20px 0 0;
        font-size: 17px;
        line-height: 30px;
    }
    
    .shop_block .bottom_box .sns_btn{
        margin: 25px 0 0;
    }


    /* contact
       ================================================================== */	
    .contact{
    	padding: 110px 0 130px;
    }


    /* form_block
       ================================================================== */	
	.form_block table{
        margin: 30px auto 0;
		width: 765px;
		font-size: 16px;
		box-sizing: border-box;
		border-bottom: none;
	}
	
	.form_block td,
	.form_block th{
		font-size: 16px;
	}
	
	.form_block th{
		padding: 20px 0 0;
	}
	
	.form_block td{
		padding: 10px 0 0;
	}

    .contact td .balloon{
        bottom: -15px;
        left: 10px;
        height: 16px;
        font-size: 12px;
    }
	
	.form_block input,
	.form_block textarea,
	.form_block select{
		font-size: 16px;
		padding: 19px 20px;
	}
    
    .form_block textarea{
    	height: 489px;
    }

    .form_block .errors{
        font-size: 13px;
        bottom: -20px;
        left: 20px;
    }

    .radio_input label{
    	display: inline-flex;
        align-items: center;
    }

    .radio_input label + label{
    	margin: 0 0 0 20px;
    }
    
    input[type='radio'] {
        appearance: none;
        outline: none;
        display: block;
        position: relative;
        text-align: center;
        cursor: pointer;
        width: 21px;
        height: 21px;
    	margin: 0 10px 0 0;
        font-size: 0;
        padding: 0;
        border: none;
    }
    
    input[type='radio']::before {
        display: block;
        position: absolute;
        content: '';
        width: 21px;
        height: 21px;
        background: #fff;
        border: solid 1px #C2C2C2;
        border-radius: 100%;
    }
    
    input[type='radio']:checked::before {
        border-color: #009845;
    }
    
    input[type='radio']::after {
        display: block;
        content: '';
        position: absolute;
        left: 5px;
        top: 5px;
        width: 13px;
        height: 13px;
        background: #009845;
        border-radius: 100%;
        opacity: 0;
    }
    
    input[type='radio']:checked::after {
        opacity: 1;
    }

    .privacy_check .errors{
    	bottom: -30px;
    }

    .privacy_check{
    	margin: 25px 0 0;
        text-align: center;
    }
    
    .privacy_check div{
    	position: relative;
        font-size: 16px;
    }
    
    input[type='checkbox'] {
        appearance: none;
        outline: none;
        display: block;
        position: relative;
        text-align: center;
        cursor: pointer;
        width: 23px;
        height: 23px;
    	margin: 0 20px 0 0;
        font-size: 0;
        padding: 0;
        border: none;
    }
    
    input[type='checkbox']::before {
        display: block;
        position: absolute;
        content: '';
        width: 23px;
        height: 23px;
        background: #fff;
        border: solid 2px #009845;
        border-radius: 3px;
    }
    
    input[type='checkbox']:checked::before {
        background-color: #009845;
    }
    
    input[type='checkbox']::after {
        display: block;
        content: '';
        position: absolute;
        left: 10px;
        top: 4px;
        width: 4px;
        height: 12px;
        border-right: 3px solid #fff;
        border-bottom: 3px solid #fff;
        transform: rotate(45deg);
        opacity: 0;
    }
    
    input[type='checkbox']:checked::after {
        opacity: 1;
    }

	.zas_btn_area{
		padding: 55px 0 0;
		max-width: none;
	}
	
	.zas_btn_area button{
		cursor: pointer;
		transition: .3s;
		position: relative;
		overflow: hidden;
	}

	.zas_btn_area button span{
		padding: 0;
    	height: 42px;
    	transition: .5s;
    	z-index: 1;
    	position: relative;
    	line-height: 42px;
		overflow: hidden;
    	font-size: 16px;
    	letter-spacing: 0.02em;
	}

    .zas_btn_area button:disabled{
		width: 250px;
		max-width: 250px;
    }
	
	.zas_btn_area .zas_btn01,
	.zas_btn_area .zas_btn03{
		width: 250px;
		max-width: 250px;
	}

	.zas_btn_area .zas_btn02{
		width: 200px;
	}

    .zas_btn_area button:disabled span{
        
    }

    .conf_text{
        margin: 0 50px 25px;
    	font-size: 16px;
        text-align: center;
    }

    .thanks p{
    	font-size: 18px;
    }
	
	.thanks .go_top_btn{
		margin: 60px 0 0;
	}
    

}
