@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/*color*/
/*font*/
/*layout*/
/*----------------------------------------------------
	お食事処
----------------------------------------------------*/
dl.detail > dt { flex-basis: 80px; max-width: 80px; }
dl.detail > dd { flex-basis: calc(100% - 80px); max-width: calc(100% - 80px); }

.price { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; flex-wrap: wrap; }
.price dt { flex-basis: 150px; max-width: 150px; position: relative; }
.price dt:after { content: ''; display: block; position: absolute; right: 0; top: 0; margin-right: 1em; }
.price dd { flex-basis: calc(100% - 150px); max-width: calc(100% - 150px); }

.c_cont { margin-top: 50px; }
.c_cont:first-of-type { margin-top: 0; }
.c_cont iframe { width: 1190px; height: 600px; }
.c_cont .info_text { padding-left: 10px; padding-right: 10px; margin-top: 40px; }
.c_cont .info_text p { line-height: 1.86; }
.c_cont .info_text .buttons { margin-top: 20px; }
.c_cont .info_text .buttons .btn_arw { margin-top: 0; }
.c_cont .info_text .buttons .btn_arw a { margin-left: 0; }
.c_cont .info_text .buttons li:nth-child(2) { margin-top: 30px; }

.menu { margin-top: 80px; }
.menu .name_t { line-height: 1.6; border-bottom: 1px solid #bebebe; margin-bottom: 50px; font-size: 18px; }
.menu .name_t .name { display: inline-block; background-color: #2a2a2a; color: #FFF; padding: 0 10px; min-width: 110px; text-align: center; margin-right: 10px; }
.menu .boxes .m-btn { margin-top: 20px; }

/*----------------------------------------------------
	modal
----------------------------------------------------*/
label.m-btn { border: 1px solid #bebebe; background-color: #eeeeee; width: 300px; height: 40px; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; justify-content: center; align-items: center; position: relative; z-index: 0; text-decoration: none; transition: all 0.5s; cursor: pointer; }
label.m-btn:after { content: ''; display: block; display: block; width: 14px; height: 14px; position: absolute; right: 20px; top: 50%; margin-top: -7px; transition: all ease-in 0.5s; background: url("../com/icon_window.png") no-repeat center center/contain; }
label.m-btn:hover { background-color: transparent; }

.m-check { display: none; }

.m-body { display: none; position: fixed; align-items: center; justify-content: center; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(0, 0, 0, 0.2); z-index: 100000; }
.m-body .m-window { position: relative; z-index: 100001; animation: fadein .3s 1, zoomin .3s 1; }
.m-body .m-window .m-label { position: absolute; top: -20px; right: -20px; display: flex; align-items: center; justify-content: center; line-height: 1; background: #2a2a2a; border-radius: 50%; width: 40px; height: 40px; cursor: pointer; transition: all .2s ease; }
.m-body .m-window .m-label span { width: 30px; height: 30px; display: block; position: relative; }
.m-body .m-window .m-label span:after { content: ''; display: block; width: 20px; height: 2px; background-color: #FFF; position: absolute; top: 50%; left: 20%; transform: rotate(45deg); }
.m-body .m-window .m-label span:before { content: ''; display: block; width: 20px; height: 2px; background-color: #FFF; position: absolute; top: 50%; left: 20%; transform: rotate(-45deg); }
.m-body .m-window .m-inner { width: auto; max-width: 950px; background: #fff; border-radius: 3px; box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2); padding: 20px; text-align: center; }
.m-body .m-window .m-inner .info { width: 400px; text-align: left; }

.m-check:checked + .m-body { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; }

@keyframes fadein { 0% { opacity: 0; }
  100% { opacity: 1; } }
@keyframes zoomin { 0% { transform: scale(0.9); }
  100% { transform: scale(1); } }

/*# sourceMappingURL=cuisine.css.map */
