@charset "utf-8";

#leftmain{
  overflow: hidden;
  width: 100%;
  float: none;
}
.menu_box{
  overflow: hidden;
  background: #fff;
  margin: 0 auto 50px;
  padding: 30px;
}
.menu_box p,
.menu_box h2,
.menu_box h3,
.menu_box dt,
.menu_box dd{
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #000;
}
.menu_box h2{
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 6px;
  text-align: center;
  margin: 40px auto 30px;
  line-height: 0.75;
}
.menu_box p.txt{
  font-size: 12px;
  color: #aaa;
  text-align: center;
  margin-bottom: 71px;
}
.menu_sbox{
  overflow: hidden;
  margin-bottom: 36px; 
}
.contents h3{
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  padding: 30px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  line-height: 0.8;  
}
.contents h3 span{
  font-size: 12px;
  margin-left: 10px;
}
.contents{
  width: 460px;
  overflow: hidden;
  margin-bottom: 88px;    
}
.contents:nth-child(odd){
  float: left;
  clear: left;
}
.contents:nth-child(even){
  float: right;
  clear: right;
  left: 520px!important;
}
.info li{
  overflow: hidden;
  position: relative;
}
.info li dl{
  overflow: hidden;
}
.menu_box input {
  display: none;
}
option:checked{
  opacity: 1;
  background: #fff8f8;
}
.menu_box label{
  width: 100%;
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  padding: 26px 38px 26px 30px;
  vertical-align: middle;
  cursor: pointer;
  display: table;
  border-bottom: 1px solid #eee;
}
.menu_box label::before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 45%;
  bottom: 50%;
  margin: 0;
  left: 10px;
  display: block;
  width: 5px;
  height: 9px;
  opacity: 0;
  border-right: 3px solid #fb615f;
  border-bottom: 3px solid #fb615f;
  content: '';
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu_box label::after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 45%;
  left: 10px;
  display: block;
  width: 5px;
  height: 9px;
  content: '';
  border-right: 3px solid #ccc;
  border-bottom: 3px solid #ccc;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu_box label:hover{
  background: #fff8f8;
}
.menu_box input[type=checkbox]:checked ~ label{
  background: #fff8f8;
}
.menu_box input[type=checkbox]:checked ~ label:before{
  opacity: 1;
}
.menu_box input[type=checkbox]:checked ~ label:after{
  opacity: 0;
}
.nocheck input[type=checkbox]:checked ~ label,
.nocheck label:hover{
  background: #fff;
}
.nocheck label:before,
.nocheck label:after{
  display: none;
}
.info li dl dt{
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 2px;
  line-height: 1.2;
  margin-bottom: 12px;
  text-align: left;
}
.info li dl dd .price{
  text-align: right;
  overflow: hidden;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.info li dl dd .time{
  float: left;
  color: #333;
  font-size: 10px;
  display: inline;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0 5px;
  margin-top: 2px;
  font-weight: normal;
}
.info li dl dd .time::before{
  padding: 2px 5px 2px 0;
  font-size: 10px;
  content: "\f3b3";
  color: #ddd;
  font-family: 'ionicons';
}
.info li dl dd .content{
  letter-spacing: 1px;
}
.selected{
  overflow: hidden;
  border: 1px solid #eee;
  padding: 30px;
  margin-bottom: 40px;
}
.selected p{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1;
}
.selected ul{
  overflow: hidden;
}
.selected ul li{
  border-bottom: 1px dashed #eee;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.selected ul li dl{
  overflow: hidden;
}
.selected ul li dl dt{
  font-size: 12px;
  font-weight: bold;
  float: left;
  width: 80%;
}
.selected ul li dl dd{
  text-align: right;
  float: left;
  font-weight: bold;
  width: 20%;
}
.selected ul li dl dd span#totalduration,
.selected ul li dl dd span.duration{
  margin-left: 25px;
}

.selected_menu li.menu_item {
  display:none;
}

p.reservation{
  overflow: hidden;
  margin-bottom: 0;
}
.reservation a{
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  width: 200px;
  text-align: center;
  float: right;
  color: #fff;
  background: #f38282
;    border-radius: 4px;
  padding: 16px 0;
  font-family: "メイリオ", sans-serif;
}
.comment{
  margin-bottom: 45px;
}
.menu_box .comment p.original{
  font-size: 10px;
  font-family: "メイリオ", sans-serif;
  line-height: 1;
}
.comment p.original:first-child{
  margin-bottom: 5px;
}

@media (max-width: 1040px){
  #contents,
  #contents .path{
    width: 100%;
  }
}
@media (max-width: 980px){
  .contents{
    width: 48%;
  }
  .contents:nth-child(even){
    left: 478px!important;
  }
}
@media (max-width: 905px){
  .selected ul li dl dt{
    width: 75%;
  }
  .selected ul li dl dd{
    width: 25%;
  }
}
@media (max-width: 740px){
  .menu_box{
    padding: 0 2%;
  }
  .contents{
    width: 100%;
  }
  .contents:nth-child(odd),
  .contents:nth-child(even){
    float: none;
    clear: both;
  }
  .contents:nth-child(even){
	left: 0!important;
  }
  .selected ul li dl dt{
    width: 70%;
  }
  .selected ul li dl dd{
    width: 30%;
  }
}
@media (max-width: 640px){
  .menu_box{
    box-shadow: none;
    margin: 0;
  }
  .path a::before {
      border-left-color: #e6e6e6;
      right: -1.1em;
      z-index: 1;
  }
  .path span{
    font-size: 12px;
  }
  .path .home span{
    padding-right: 0;
    padding-left: 10px;
    margin-top: -1px;
  }
  .path .home span:before {
    font-weight: bold;
    padding-right: 3px;
    font-size: 1.1rem;
    content: "\f144";
    font-family: 'ionicons';
  }
  .menu_sbox{
    margin-bottom: 0;
  } 
  .menu_box h2{
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 40px;
    letter-spacing: 4px;
  }
  .menu_box p.txt{
    margin-bottom: 40px;
  }
  .contents{
    margin-bottom: 40px;
  }
  .contents h3{
    padding: 20px 0;
    font-size: 20px;
  }
  .menu_box label{
    padding: 16px 20px 16px 25px;
  }
  .menu_box label::before,
  .menu_box label::after{
    left: 7px;
  }
  .selected ul li dl,
  .info li dl{
    margin: 0;
  }
  .info li dl dd{
    margin-left: 0;
  }
  .info li dl dt{
    margin-bottom: 10px;
  }
  .info li dl .title{
    padding: 0;
    background: none;
    border-top: none;
    color: #000;
    margin-bottom: 8px;
    letter-spacing: 1px;
  }
  .info li dl .title:before{
    display: none;
  }
  .info li dl .time{
    margin-top: 1px;
  }
  .selected{
    padding: 20px;
  }
  .selected p{
    font-size: 12px;
    margin-bottom: 20px;
  }
  .selected ul li{
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
  .selected ul li dl dt{
    width: 60%;
  }
  .selected ul li dl dd{
    width: 40%;
    margin-left: 0;
  }
  .selected ul li dl dd span{
    margin-left: 10px;
  }
  .selected ul li.total dl dt{
    width: 10%;
  }
  .selected ul li.total dl dd{
    width: 90%;
  }
  p.reservation{
    margin-bottom: 0;
  }
  .reservation a{
    width: 100%;
    padding: 14px 0;
  }
  .comment{
    margin-bottom: 40px;
  }
  .comment p.original:first-child{
    margin-bottom: 0;
  }
  .menu_box .comment p.original{
    line-height: 1.5;
  }
}