@charset "utf-8";
/* *****************************************************************
TOPICS
menu
　Dish
　Drink
ケーキ
SHOP
FAQ
オンライン予約
***************************************************************** */
:root {
    --main_color: #773b00;
}

/* *****************************************************************
TOPICS
***************************************************************** */
.topics span.newlabel{
    width: 1.2em;
    display: inline-block;
    color: #a72c29;
    margin-left:-1em;
}
.topics .main_area,.topics .sub_area{
    width: 100%;
    max-width: 800px;
    margin:0 auto 60px;
}
.topics .main_area{
    margin-bottom: 60px;
}
.topics .main_area .content_box{
    padding-bottom: 40px;
    margin-bottom: 50px;
    border-bottom: 1px solid var(--main_color);
}
.topics .main_area .content_box:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.topics .main_area .content_box .photo{
    margin-bottom: 15px;
}
.topics .main_area .content_box .day{
    font-size: 16px;
    margin-bottom: 5px;
}
.topics .main_area .content_box h2{
    font-size: 22px;
    line-height: 1.5;
}
.topics .main_area .content_box.single{
    width: 100%;
    max-width: 640px;
    margin: auto;
}
.topics .main_area .content_box.single h2{
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid var(--main_color);
}
.topics .main_area .content_box.single h3{
    font-size: 18px;
}
.topics .main_area .content_box.single .waku{
    border:1px solid var(--main_color);
    padding: 0.5em 0.5em 0.2em;
    line-height: 1;
    margin-bottom: 0.7em;
    display:inline-block;
}
.topics .main_area .content_box.single .topic_content img{
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 5px 0;
}
.topics .sub_area .content_box .txt_area{
    display: flex;
    align-items: center;
}
.topics .sub_area .content_box{
    padding: 0;
    margin-bottom:  5px;
}
.topics .sub_area .content_box .day{
    width: 8em;
    padding-right: 1em;
    font-size: 16px;
}
.topics .sub_area .content_box h2{
    font-size: 14px;
    line-height: 1.5;
}
.topics .sub_area .content_box a h2{
    text-decoration: underline;
}
.topics .sub_area .content_box a:hover h2{
    text-decoration: none;
}
.titlebox {
    border: #773b00 1px solid; /*境界線の指定*/
    padding:10px;
}
.titlebox p {
    margin:0;
    padding:0;
}
.topics .new-graduate,
.topics .new-staff{
    padding: 30px 0 100px;
}
.topics .new-graduate .kiji,
.topics .new-staff{
    text-align: center;
    font-size: 16px;
}
.topics .new-staff .kiji .txt_box{
    display: inline-block;
    border-bottom: 1px solid var(--main_color);
}
.topics .new-graduate .kiji h2,
#new-graduate_link .titles,
.topics .new-staff .kiji h2{
    font-size: 22px;
}
.topics .new-graduate .kiji .txt_box{
    display: inline-block;
    border-top: 1px solid var(--main_color);
    padding: 10px 1em;
}
.topics .new-graduate .kiji .photo{
    max-width: 412px;
    margin: 20px auto;
}
.topics .new-graduate .kiji .link_btn,
.topics .new-staff .kiji .link_btn,
.topics .new-staff .kiji .link_btn_white{
    padding-left: 2em;
    padding-right: 2em;
}
#new-graduate_link .titles{
    margin-top: 2em;
}
#new-graduate_link .line_pluse{
    border-top: 1px solid var(--main_color);
    padding-top: 20px;
    margin-top: 10px;
}
#new-graduate_link .photo{
    width: 100%;
    max-width: 412px;
    margin: 20px auto;
}
#new-graduate_link .txt_area p{
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 1em;
}
#new-graduate_link .link{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px auto;
}
#new-graduate_link .link div{
    width: 175px;
    margin: 10px;
    font-size: 13px;
    display: flex;
    flex-direction: column;
}
#new-graduate_link .link div .t_cent{
    margin: .7em 0;
}
#new-graduate_link .link div p{
    padding-bottom: 10px;
}
#new-graduate_link .link div a{
    border: 1px solid var(--main_color);
    display: block;
    text-align: center;
    line-height: 32px;
    margin-top: auto;
}
#new-graduate_link .link div a:hover{
    background-color: var(--main_color);
    color: #fff;
}
.topics .new-staff .kiji h2 span.line_kazari{
    height: 1em;
    line-height: 1;
    display: block;
    margin-top: .3em;
}
.topics .new-staff .kiji h2 span.line_kazari::before{
    content: "";
    display: inline-block;
    width: 1em;
    height: 1px;
    background-color: var(--main_color);
    vertical-align: top;
    margin-right: .3em;
    margin-top: 8px;
}
.topics .new-staff .kiji h2 span.line_kazari::after{
    content: "";
    display: inline-block;
    width: 1em;
    height: 1px;
    background-color: var(--main_color);
    vertical-align: top;
    margin-left: .3em;
    margin-top: 8px;
}
.topics .new-staff .kiji .photo{
    width: 100%;
    max-width: 800px;
    margin: 10px auto;
}
.topics .new-staff .kiji p{
    line-height: 2;
}
.topics .new-staff .kiji .link_btn{
    border: 1px solid var(--main_color);
    margin-right: 2em;
}
.topics .new-staff .kiji .link_btn:hover{
    border: 1px solid #333;
}
@media only screen and (max-width: 850px) {
    .topics .main_area .content_box{
        padding:0 5%;
    }
}
@media only screen and (max-width: 520px) {
    .topics .main_area .content_box{
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    .topics .main_area .content_box .photo{
        margin-bottom: 10px;
    }
    .topics .main_area .content_box h2{
        font-size: 20px;
    }
    .topics .sub_area .content_box{
        margin-bottom:  10px;
    }
    .topics .sub_area .content_box .day{
        font-size: 14px;
        display: inline-block;
    }
    .topics .sub_area .content_box .txt_area{
        display: block;
    }
    .topics .new-graduate,
    .topics .new-staff{
        padding: 20px 0 65px;
    }
    #new-graduate_link .link div{
        width: 100%;
    }
    #new-graduate_link .link div .t_cent{
        margin: 1em 0 0;
    }
    #new-graduate_link .link div a{
        margin-top: 0;
    }
    .topics .sub_area .content_box .txt_area span.spnone{
        display: none!important;
    }
    .topics .new-staff .kiji h2 span.line_kazari{
        font-size: 88%;
    }
    .topics .new-staff .kiji .photo{
        margin: 15px auto;
    }
    .topics .new-staff .kiji .link_btn{
        margin-right: 0;
    }
}

/* *****************************************************************
menu
***************************************************************** */
.order_menu .no_pad-tb{
    padding-top: 0;
    padding-bottom: 0;
}
.order_menu .menu_area{
    font-size: 14px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.order_menu .menu_area h3{
    width: 100%;
    font-size: 24px;
    text-align: center;
    border-bottom: 1px solid var(--main_color);
    padding-bottom: 10px;
}
.order_menu .menu_area .line{
    width: 100%;
    height: 1px;
    background-color: var(--main_color);
    margin-top: 3px;
    margin-bottom: 50px;
}
.order_menu .menu_area h3.second{
    font-size: 27px;
    line-height: 1.2;
    margin-bottom: 20px;
}
span.min_txt,
.order_menu .menu_area h3 span{
    display: block;
    font-size: 15px;
}
.order_menu .menu_area h4{
    font-size: 20px;
    text-align: left;
    margin-top: 20px;
}
.order_menu .menu_area h4.second{
    font-size: 27px;
    line-height: 1.2;
}
.order_menu .menu_area h4 span{
    display: block;
    font-size: 14px;
}
.order_menu .menu_area h5{
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
}
.order_menu .menu_area h5.second{
    font-size: 27px;
    line-height: 1.2;
}
.order_menu .menu_area h5 span{
    display: block;
    font-size: 14px;
}

/***** Dish ******/
.order_menu .menu_area .dot_line{
    border-bottom: 1px dashed var(--main_color);
}
.order_menu .menu_area .explanation{
    text-align: center;
    padding: 0 0 1.5em;
}
.order_menu .menu_area .explanation li{
    list-style: disc inside;   
    font-size: 16px;
}
.order_menu .menu_area .flex{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    position: relative;
    text-align: center;
}
.order_menu .menu_area .flex .photo{
    width: 24.878%;
    position: absolute;
    left: -3%;
    top: 25%;
}
.order_menu .menu_area .flex .photo2{
    width: 22.926%;
    position: absolute;
    right: -3%;
    top: 20%;
}
.order_menu .menu_area .flex .txt_area{
    width: calc(100% - 24.878% - 22.926%);
    line-height: 1.9;
}
.order_menu .menu_area .flex .txt_area p span{
    font-size: .8em;
    display: block;
}
.order_menu .menu_area .flex .txt_area p.linheight_min{
    line-height: 1.4;
    margin: .5em 0 2em;
}
.order_menu .menu_area .flex .txt_area .price{
    font-size: 26px;
    margin: 10px 0 20px;
}
.order_menu .menu_area ul.menu_list{
    width: 100%;
    max-width: 620px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.order_menu .menu_area ul.menu_list li{
    width: 50%;
    margin-top: 30px;
    text-align: center;
    line-height: 1.5;
}
.order_menu .menu_area ul.menu_list li:nth-child(even){
    padding-left: 2%;
}
.order_menu .menu_area ul.menu_list li:nth-child(odd){
    padding-right: 2%;
}
.order_menu .menu_area ul.menu_list li .photo{
    width: 100%;
    max-width: 238px;
    margin:0 auto 5px;
}
.order_menu .menu_area ul.menu_list li .nametitle{
    font-size: 18px;
    padding:10px 0 5px;
}
.order_menu .menu_area ul.menu_list li .choose_box{
    border: 1px solid var(--main_color);
    padding: .5em;
    margin-top: .3em;
    font-size: 14px;
}
.order_menu .menu_area ul.menu_list li .choose_box .h_title{
    border-bottom: 1px solid var(--main_color);
    line-height: 1.4;
    margin-bottom: 5px;
}
.order_menu .menu_area ul.menu_list li .choose_box span{
    display: inline-block;
    padding-right: .5em;
}
.order_menu .menu_area ul.menu_list li .inlines{
    display: inline-block;
    margin-right:.5em;
} 
.order_menu .menu_area .t-center .notes{
    display: inline-block;
    text-align: left;
}
.order_menu .menu_area .t-center .notes br{
    display: inline-block;
}
@media only screen and (max-width: 520px) {
    .order_menu .menu_area .line{
        margin-bottom: 20px;
    }
    .order_menu .menu_area .flex {
        display: block;
        padding: 25px 0;
    }
    .order_menu .menu_area .flex .photo {
        width: 100%;
        max-width: 250px;
        margin: 0 auto 20px;
        padding-right: 0;
        position: static;
    }
    .order_menu .menu_area .flex .txt_area {
        width: 100%;
    }
    .order_menu .menu_area .flex .txt_area .price {
        margin: 5px 0 10px;
        line-height: 1.2;
    }
    .order_menu .menu_area h3 {
        margin-top: 0;
    }
    .order_menu .menu_area ul.menu_list li{
        width: 100%;
        line-height: 1.5;
        margin-top: 40px;
    }
    .order_menu .menu_area ul.menu_list li:nth-child(even),
    .order_menu .menu_area ul.menu_list li:nth-child(odd){
        padding-right: 0%;
    }
    .order_menu .menu_area ul.menu_list li .photo {
        margin: auto;
    }
    .order_menu .menu_area ul.menu_list li .mrg_b1{
        margin-bottom: 0.5em;
    }
}

/***** Drink ******/
.all_area { 
    padding-left: 0;
    padding-right: 0;
}
.all_area div.content_area{
	padding-top:60px;
    font-size: 16px;
}
.all_area .e_text{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #b34422;
}
.all_area .e_text p{
    font-size: 18px;
    line-height: 1;
    margin-right: 2em;
}
.all_area .e_text p:nth-child(2){
    margin-right: 0;
}
.all_area .e_text p span{
    font-size: 12px;
    margin-left: 5px;
}
.all_area .menu_item{
    padding-bottom: 55px;
}
.all_area .menu_item .menu_box .txt_box h4{
    font-size: 21px;
    line-height: 1.3;
    margin-top: 10px;
}
.all_area .menu_item h4.second{
    font-size: 25px;
    line-height: 1.3;
    text-align: center;
    margin-top: 30px;
}
.all_area .menu_item .menu_box{
    margin-top: 20px;
}
.all_area .menu_item .menu_box .txt_box{
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    overflow: hidden;
}
.all_area .menu_item .menu_box .txt_box.block{
    display: block;
}
.all_area .menu_item .menu_box.sub_drink .txt_box{
    font-size: 16px;
    flex-wrap: wrap;
    justify-content:space-between;
    align-items: flex-start;
}
.all_area .menu_item .menu_box .txt_box .price{
    font-size: 24px;
}
.all_area .menu_item ul{
    display: flex;
    flex-wrap: wrap;
}
.all_area .menu_item ul li{
    width: 50%;
    padding: 0 15px;
    line-height: 1.5;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}
.all_area .menu_item ul li p:nth-child(1){
    padding-right: .5em;
}
.all_area .menu_item ul.menu_box.sub_drink .txt_box p{
    width: calc(100% - 4em);
    line-height: 1.2;
}
.all_area .menu_item ul.menu_box.sub_drink .txt_box.duble p{
    width: calc(100% - 8em);
}
.all_area .menu_item ul.menu_box.sub_drink .txt_box p.drink_price{
    width: 4em;
    font-size: 15px;
    text-align: right;
}
.all_area .menu_item ul.menu_box.sub_drink .txt_box.duble p.drink_price{
    width: 8em;
}
.all_area .menu_item ul.menu_box.sub_drink .txt_box p.sub_txt{
    width: 100%;
    font-size: 12px;
    color: #b34422;
	padding-right:0;
    margin-bottom: 7px;
}
.all_area .menu_item .menu_box.sub_drink .txt_box img{
    width: auto;
    height: 15px;
    margin-right: 10px;
    vertical-align: top;
}
.all_area .menu_item .menu_box.sub_drink .txt_box.sp{
    display:none;
}
@media screen and (max-width: 850px) {
    .all_area { 
        padding-left: 5%;
        padding-right: 5%;
    }
}
@media screen and (max-width: 520px) {
    .all_area div.content_area{
        padding-top:0;
    }
    .all_area ul.tab_area li{
        font-size: 18px;
        margin: 0 .5em;
    }
    .all_area .e_text {
        display: block;
    }
    .all_area .e_text p {
        font-size: 16px;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .all_area .menu_item{
        padding-bottom: 30px;
    }
    .all_area .menu_item ul li {
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }
	.all_area .menu_item .menu_box.sub_drink .txt_box.sp{
		display:flex;
	}
	.all_area .menu_item .menu_box.sub_drink .txt_box.no_sp{
		display:none;
	}
}


/* *****************************************************************
ケーキ
***************************************************************** */
.cake .head_cake{
    position: relative;
    width: 100%;
    max-width: 820px;
    margin: auto;
    padding: 0;
}
.cake .head_cake h2{
    text-align: center;
    font-size: 24px;
    line-height: 1.3;
}
.cake .head_cake h2 span{
    display: block;
}
.cake .head_cake h2 .year{
    font-size: 21px;
    margin-bottom: 10px;
}
.cake .head_cake h2 .day{
    font-size: 16px;
}
.cake .head_cake h3{
    width: 80%;
    text-align: center;
    margin: 30px auto 0;
    font-size: 32px;
    line-height: 1.2;
}
.cake .head_cake h3 img{
    max-width: 350px;
}
.cake .head_cake .next{
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 18px;
}
.cake .head_cake .prev{
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 18px;
}

.cake_list{
    width: 100%;
    max-width: 910px;
    margin: 70px auto 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.cake_list section{
    width: 33.333%;
    padding: 0 3%;
    line-height: 1.3;
    margin-bottom: 40px;
}
.cake_list section .check{
    font-size: 14px;
    color: #a72c29;
    height: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cake_list section .photo{
    width: auto;
    height: 95px;
    margin: auto;
}
.cake_list section .photo img{
    width: auto;
    height: 100%;
}
.cake_list section h3{
    font-size: 16px;
    margin: 10px auto 5px;
}
.cake_list section .pop_bg h3,
.cake_list section .pop_bg .check{
    font-size: 18px;
}
.cake_list section .more_btn{
	padding-top:10px;
	text-decoration:underline;
}
.cake .next_notice{
    text-align: center;
    font-size: 24px;
    padding-bottom: 1.5em;
}
@media screen and (max-width: 680px) {	
    .cake .head_cake h2{
        padding: 0 55px;
    }
    .cake .head_cake .next{
        top: 30%;
        right: -3%;
        font-size: 15px;
    }
    .cake .head_cake .prev{
        top: 30%;
        left: -3%;
        font-size: 15px;
    }
    .cake_list{
        margin: 65px auto 0;
        padding-left: 3.5%;
        padding-right: 3.5%;
        justify-content: space-between;
    }
    .cake_list section{
        width: 50%;
        padding: 0 1.5%;
        line-height: 1.3;
        margin:0 0 50px;
    }
    .cake_list section .photo{
        height: 105px;
    }
}
@media screen and (max-width: 460px) {	
    .cake .head_cake h3{
        width: 100%;
        font-size: 30px;
        line-height: 1.2;
    }
    .cake_list section:nth-child(odd){
        padding: 0 2% 0 0;
    }
    .cake_list section:nth-child(even){
        padding: 0 0 0 2%;
    }
}

/*インライン用*/
.pop_bg {
    width: 90%;
	height:auto;
	max-height:90%;
	position: relative;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	margin:10px auto;
	max-width: 600px;
	background: #fff;
	padding: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
	overflow-y:auto;
}
.pop_bg .check {
	font-size: 18px;
    color: #a72c29;
}
.pop_bg .image{
    width: 194px;
    margin: 20px auto;
}
.pop_bg .image_big{
    width: 250px;
    margin: 0 auto 5px;
}
.pop_bg h3{
    font-size: 24px;
    margin-bottom: 5px;
}
.pop_bg .price{
    font-size: 18px;
    margin: 15px auto 30px;
}
.pop_bg .tenpo{
    font-size: 14px;
    margin-top: 40px;
}
.pop_bg .tenpo.second{
    margin: 30px 0 40px;
}
.pop_bg .lank{
    height: 20px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.pop_bg .lank p{
    margin-right: 15px;
}
.pop_bg .lank img{
    width: auto;
    height: 100%;
}
@media screen and (max-width: 520px) {	
    .mfp-arrow {
        width: 60px;
		position: fixed;
    }
    .mfp-arrow-left {
        left: -20px;
    }
}

/*表示のエフェクト*/
.mfp-fade.mfp-bg {
    opacity: 0.001;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
	position: fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

/* *****************************************************************
FAQ
***************************************************************** */
.qa .all_area {
    margin-top: 0;
}
.qa .all_area ul.tab_area{
    flex-wrap: wrap;
    padding-bottom: 5px;
}
.qa .all_area ul.tab_area li{
    font-size: 13px;
    margin-bottom: 10px;
}
.qa .all_area div.content_area{
	padding-top:0;
    margin-top: 70px;
    border-top: 1px dotted var(--main_color);
}

.qa_content .accordion_one {
    padding: 15px 0;
    border-bottom: 1px dotted var(--main_color);
    font-size: 14px;
    line-height: 2;
}
.qa_content .accordion_one .accordion_header {
	position: relative;
	z-index: +1;
	cursor: pointer;
	transition-duration: 0.2s;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.qa_content .accordion_one .accordion_header span{
    width: 15px;
    height: 15px;
    position: relative;
    display: block;
}
.qa_content .accordion_one .accordion_header span::before {
  content: '';
  width: 100%;
  height: 1px;
  display: inline-block;
  background: var(--main_color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .5s;
}
.qa_content .accordion_one .accordion_header span::after {
  content: '';
  width: 1px;
  height: 100%;
  display: inline-block;
  background: var(--main_color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .5s;
}
.qa_content .accordion_one .accordion_header.open span::before,
.qa_content .accordion_one .accordion_header.open span::after {
    transform: translate(-50%, -50%) rotate(45deg);
}
.qa_content .accordion_one .accordion_header:hover {
	opacity: .8;
}
.qa_content .accordion_one .accordion_inner {
	display: none;
	padding: 20px 30px;
}
.qa_content .accordion_one .accordion_inner.stay {
	display: block;
}
.qa_content .accordion_one .accordion_inner a{
    text-decoration: underline;
}
@media screen and (max-width: 850px) {
    .qa_content .accordion_one .accordion_header p{
        padding-right: 1em;
        line-height: 1.5;
        text-indent: -1em;
        padding-left: 1em;
    }
}
@media screen and (max-width: 520px) {	
    .qa .all_area ul.tab_area li{
        width: 50%;
        margin: 0 0 15px;
        border-right :1px solid var(--main_color);
        border-left :1px solid var(--main_color);
    }
    .qa .all_area ul.tab_area li:nth-child(2n){
        border-left:none;
    }
    .qa .all_area ul.tab_area li::after {
        content: "";
        padding-left: 0;
    }
    .qa .all_area div.content_area {
        margin-top: 20px;
    }
    .qa_content .accordion_one .accordion_inner {
        padding: 1em 0 0 2em;
    }
}

/* *****************************************************************
オンライン予約
***************************************************************** */
.online_reserv{
    max-width: 640px;
    margin: auto;
}
.online_reserv .head_area{
    padding-bottom: 30px;
}
.online_reserv .request{
    text-align: center;
    margin-top: 50px;
}
.online_reserv .request h2{
    display: inline-block;
    font-size: 18px;
    line-height: 2;
    color: #fff;
    background-color: #9f2d28;
    padding: 0 3em;
    margin-bottom: 1.5em;
}
.online_reserv .request .subtitle{
    font-weight: bold;
}
.online_reserv .request ul{
    padding: 80px 0 50px;
    display: inline-block;
    margin: auto;
    text-align: left;
}
.online_reserv .request ul li{
    font-size: 14px;
    line-height: 2;
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 2em;
}
.online_reserv .request ul li::before{
    content: "・";
    width: 1em;
}
.online_reserv .request .doui{
    margin: 20px auto 0;
    color: #a72c29;
    line-height: 1.5;
}
.online_reserv .request .doui input[type="checkbox"] {
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid var(--main_color);
    border-radius:0;
    vertical-align: -3px;
    -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.online_reserv .request .doui input[type="checkbox"]:checked:before {
    position: absolute;
    top: 1px;
    left: 4px;
    transform: rotate(50deg);
    width: 4px;
    height: 8px;
    border-right: 2px solid var(--main_color);
    border-bottom: 2px solid var(--main_color);
    content: '';
}
.online_reserv .request .doui label{
    font-weight: bold;
}
.online_reserv .request .doui_link{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.online_reserv .request .doui_link_btn{
	width: 230px;
	height: 34px;
	background-color: var(--main_color);
	padding: 0 2em 0 1em;
	font-family: Times,'Noto Serif JP', serif;
	font-size: 14px;
	line-height: 34px;
	color: #fff;
	cursor: pointer;
	transition: all  0.25s ease;
	position: relative;
	margin: 2em 1em 0;
	border: none;
}
.online_reserv .request .doui_link_btn:hover{
	background-color: #333;
}
.online_reserv .request .doui_link_btn::after{
    content: ">";
    position: absolute;
    right: 1em;
}
.online_reserv .request button[disabled] {
    background-color: #c9caca;
    cursor: default;
}
.online_reserv .request button[disabled]:hover{
    opacity:1;
	background-color: #c9caca;
}
@media screen and (max-width: 520px) {	
    .online_reserv h1{
        line-height: 1.3;
        margin-bottom: 10px;
    }
}