@charset "UTF-8";
.menu-box_bg-img {
  background-position: center center;
  background-size: cover; 
  background-repeat: no-repeat;
}
.menu-box_bg-img img {
  visibility: hidden;
}
@media only screen and (max-width: 48em) {
  .menu-box_bg-img {
    padding-top: 72.19251%; 
    width: 100%;
  }
  .menu-box_bg-img img {
    display: none;
  }
}

.menu-box_content {
  position: relative;
  padding: 4%; 
  background-color: #fff;
}
.menu-box_content .wrapper {
  padding: 0;
}
.menu-box_content:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}

.menu-box_header {
  float: left; 
  width: 30%;
}
@media only screen and (max-width: 48em) {
  .menu-box_header {
    float: none;
    margin-bottom: 4%; 
    width: 100%;
    text-align: center;
  }
}

.menu-box_title {
  font-weight: normal; 
  font-size: 44px;
  font-size: 4.4rem;
  font-family: "Julius Sans One";
}
@media only screen and (max-width: 54em) {
  .menu-box_title {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
@media only screen and (max-width: 48em) {
  .menu-box_title {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

.menu-box_sub-title {
  font-weight: bold; 
  font-size: 20px;
  font-size: 2rem;
}
.menu-box_sub-title span {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
@media only screen and (max-width: 48em) {
  .menu-box_sub-title {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.menu-box_detail {
  float: right;
  width: 70%;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.menu-box_detail .btn a {
  width: 200px;
}
@media only screen and (max-width: 48em) {
  .menu-box_detail .btn {
    text-align: center;
  }
}
@media only screen and (max-width: 48em) {
  .menu-box_detail {
    float: none; 
    margin: auto;
    max-width: 500px;
    width: 100%;
  }
}

.menu-box_detail-title {
  margin-bottom: 10px; 
  font-size: 15px;
  font-size: 1.5rem;
}

.menu-box_detail-text {
  margin-bottom: 20px; 
  font-size: 13px;
  font-size: 1.3rem;
}

.chef-box {
  position: relative;
  min-height: 450px;
  background-position: center center;
  background-size: cover; 
  background-repeat: no-repeat;
}
.chef-box .wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; 
  padding: 60px 0;
}
.chef-box .wrapper:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}
@media only screen and (max-width: 48em) {
  .chef-box .wrapper {
    position: relative;
    padding: 5% 0;
    max-width: 500px; 
    width: 92%;
  }
}

.chef-box_bg-img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover; 
  background-repeat: no-repeat;
}
.chef-box_bg-img:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); 
  content: "";
}
.chef-box_bg-img img {
  visibility: hidden;
}

.chef-box_content {
  position: relative; 
  float: left;
  width: 55.7%;
  height: 100%;
}
@media only screen and (max-width: 48em) {
  .chef-box_content {
    float: none; 
    width: 100%;
  }
}

.chef-box_title {
  margin-bottom: 15px; 
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
}
@media only screen and (max-width: 48em) {
  .chef-box_title {
    text-align: center;
  }
}

.chef-box_lead-txt {
  color: #fff;
  line-height: 1.8;
}
@media only screen and (max-width: 48em) {
  .chef-box_lead-txt {
    margin-bottom: 4%; 
    text-align: center;
  }
}

.chef-box-aside {
  position: relative;
  position: absolute;
  bottom: 0; 
  background-color: #222;
}
@media only screen and (max-width: 48em) {
  .chef-box-aside {
    position: relative;
  }
}

.chef-box-aside_bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 22.1%;
  height: 100%;
  background-position: left center;
  background-size: cover; 
  background-repeat: no-repeat;
}
.chef-box-aside_bg-img img {
  visibility: hidden;
}
@media only screen and (max-width: 48em) {
  .chef-box-aside_bg-img {
    position: relative;
    float: left;
    margin-right: 4%; 
    width: 30%;
  }
}

.chef-box-aside_content {
  box-sizing: border-box; 
  margin-left: 22.1%;
  padding: 3%;
}
.chef-box-aside_content:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}
@media only screen and (max-width: 48em) {
  .chef-box-aside_content {
    position: relative;
    margin-left: 0;
  }
}

.chef-box-aside_title {
  margin-bottom: 10px; 
  color: #83a74b;
  font-size: 11px;
  font-size: 1.1rem;
}
@media only screen and (max-width: 48em) {
  .chef-box-aside_title {
    margin-bottom: 0;
  }
}

.chef-box-aside_name {
  margin-bottom: 10px; 
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
.chef-box-aside_name span {
  font-size: 10px;
  font-size: 1rem;
}
@media only screen and (max-width: 48em) {
  .chef-box-aside_name {
    margin-bottom: 0;
  }
}

.chef-box-aside_profile {
  color: #fff; 
  font-size: 11px;
  font-size: 1.1rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.chef-box_slider {
  position: relative; 
  float: right;
  width: 36.2%;
}
@media only screen and (max-width: 48em) {
  .chef-box_slider .sp-slides-container {
    z-index: 5;
  }
}
.chef-box_slider .sp-arrows {
  margin-top: 10px;
  width: 100%;
  height: 24px;
}
.chef-box_slider .sp-arrow {
  width: 22px;
  height: 22px;
}
.chef-box_slider .sp-arrow:before,
.chef-box_slider .sp-arrow:after {
  display: none;
}
.chef-box_slider .sp-previous-arrow {
  background: transparent url("/bridal/yokohama/continentalyokohama/common/img/icon_big-arrow-left-gray.png") center center no-repeat;
  background-size: cover;
}
.chef-box_slider .sp-next-arrow {
  background: transparent url("/bridal/yokohama/continentalyokohama/common/img/icon_big-arrow-right-gray.png") center center no-repeat;
  background-size: cover;
}
.chef-box_slider .sp-buttons {
  position: absolute;
  bottom: 0;
  z-index: 1;
}
@media only screen and (max-width: 48em) {
  .chef-box_slider .sp-buttons {
    top: 100%; 
    bottom: auto;
  }
}
.chef-box_slider .sp-button {
  margin: 7px; 
  width: 7px;
  height: 7px;
  border: none;
  background-color: #777;
}
@media only screen and (max-width: 48em) {
  .chef-box_slider .sp-button {
    background-color: #bbb;
  }
}
.chef-box_slider .sp-selected-button {
  background-color: #fff;
}
@media only screen and (max-width: 48em) {
  .chef-box_slider .sp-selected-button {
    background-color: #5d7e2a;
  }
}
@media only screen and (max-width: 48em) {
  .chef-box_slider {
    float: none;
    margin-bottom: 40px; 
    width: 100%;
  }
}

.chef-box_slider-inner {
  height: 100%;
}

.chef-box_slider-caption {
  position: absolute;
  bottom: 0;
  padding: 15px 15px 30px; 
  width: 100%;
  background-color: rgba(238, 238, 238, 0.75);
}

.chef-box_slider-category {
  font-weight: bold;
}

.chef-box_slider-text {
  font-size: 12px;
  font-size: 1.2rem; 
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.chef-box_slider-text span {
  display: block;
  font-weight: bold;
}

.plan {
  background-color: #f5f5f5;
}
@media only screen and (max-width: 48em) {
  .plan .wrapper {
    margin: auto; 
    width: 96%;
  }
}

.plan-box {
  position: relative;
  margin-bottom: 2%; 
  background-color: #fff;
}
.plan-box:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}

.plan-box_bg-img {
  position: absolute;
  left: 0;
  height: 100%;
  background-position: center center;
  background-size: cover; 
  background-repeat: no-repeat;
}
.plan-box_bg-img img {
  top: 0;
  visibility: hidden; 
  width: auto;
}
@media only screen and (max-width: 48em) {
  .plan-box_bg-img img {
    display: none;
  }
}
.plan-box_bg-img:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35); 
  content: "";
}
@media only screen and (max-width: 48em) {
  .plan-box_bg-img {
    position: relative;
    padding-top: 56.33803%;
    width: 100%;
    background-position: center top;
  }
}

.plan-box_count {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 45px;
  height: 90px;
  color: #fff;
  text-align: center; 
  font-size: 44px;
  font-size: 4.4rem;
  font-family: "Oranienbaum";
}
.plan-box_count span {
  display: block;
  font-size: 20px;
  font-size: 2rem;
}

.plan-box_content {
  margin-left: 240px;
  padding: 25px 30px;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.plan-box_content .btn a {
  width: 180px;
}
@media only screen and (max-width: 48em) {
  .plan-box_content .btn {
    text-align: center;
  }
}
@media only screen and (max-width: 48em) {
  .plan-box_content {
    margin-left: 0;
    padding: 4%;
  }
}

.plan-box_title {
  font-size: 18px;
  font-size: 1.8rem;
}
.plan-box_title span {
  display: block; 
  color: #5d7e2a;
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 48em) {
  .plan-box_title span {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 48em) {
  .plan-box_title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.plan-box_sub-title {
  margin-bottom: 15px; 
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 48em) {
  .plan-box_sub-title {
    font-size: 10px;
    font-size: 1rem;
  }
}

.plan-box_lead-txt {
  margin-bottom: 20px; 
  font-size: 13px;
  font-size: 1.3rem;
}
.plan-box_lead-txt span {
  display: block;
  margin-top: 5px; 
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 48em) {
  .plan-box_lead-txt {
    margin-bottom: 4%; 
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.space {
  padding: 5% 0;
}

.space-box_bg-img {
  background-position: center center;
  background-size: cover; 
  background-repeat: no-repeat;
}
.space-box_bg-img img {
  visibility: hidden;
}

.space-box_content .wrapper {
  padding: 5% 0;
}
.space-box_content .wrapper:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}
@media only screen and (max-width: 48em) {
  .space-box_content .wrapper {
    margin: auto; 
    width: 92%;
  }
}

.space-box_header {
  float: left; 
  width: 68%;
}
@media only screen and (max-width: 48em) {
  .space-box_header {
    float: none; 
    width: 100%;
  }
}

.space-box_title {
  margin-bottom: 2%;
}
.space-box_title span {
  font-weight: normal; 
  font-size: 40px;
  font-size: 4rem;
  font-family: "Julius Sans One";
}
@media only screen and (max-width: 48em) {
  .space-box_title span {
    display: block;
  }
}
@media only screen and (max-width: 48em) {
  .space-box_title {
    text-align: center;
  }
}

.space-box_sub-title {
  margin-bottom: 2%; 
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
@media only screen and (max-width: 48em) {
  .space-box_sub-title {
    text-align: center; 
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.space-box_detail {
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
@media only screen and (max-width: 48em) {
  .space-box_detail {
    margin-bottom: 4%;
  }
}

.space-box_detail-title {
  float: left;
  padding: 2% 0; 
  width: 20%;
}
@media only screen and (max-width: 48em) {
  .space-box_detail-title {
    width: 25%;
  }
}

.space-box_detail-data {
  margin-top: -1px; 
  padding: 2% 0;
  padding-left: 20%;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
@media only screen and (max-width: 48em) {
  .space-box_detail-data {
    padding-left: 25%;
  }
}

.space-box_sketch {
  float: right;
  width: 28%;
  border: 1px solid #d9d9d9;
}
@media only screen and (max-width: 48em) {
  .space-box_sketch {
    width: 100%;
  }
}

.modal_content {
  margin: auto;
  width: 92%;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.modal-box {
  position: relative; 
  margin-bottom: 20px;
  background-color: #f5f5f5;
}

.modal-box_content {
  padding: 5%;
}

.modal-box_header {
  border-bottom: 1px solid #ccc;
}

.modal-box_title {
  display: inline-block;
  padding: 15px 0; 
  font-size: 18px;
  font-size: 1.8rem;
}
.modal-box_title span {
  font-size: 15px;
  font-size: 1.5rem;
}
@media only screen and (max-width: 48em) {
  .modal-box_title span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 48em) {
  .modal-box_title {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.modal-box_counter {
  display: inline-block;
  padding: 0 15px; 
  background-color: #ada561;
  font-weight: bold;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 2.18;
}

.modal-box_menu-list {
  margin-top: 15px; 
  list-style-type: none;
  font-size: 0;
}

.modal-box_menu-item {
  display: inline-block;
  margin-bottom: 5px;
  width: 50%;
  vertical-align: top; 
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 48em) {
  .modal-box_menu-item {
    margin-bottom: 0; 
    padding: 2% 0;
    width: 100%;
  }
}

.modal_caution {
  font-size: 11px;
  font-size: 1.1rem;
}

.modal-box_benefit-text {
  font-size: 12px;
  font-size: 1.2rem;
}

.modal_block.type-b .modal-box:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}

.modal_block.type-b .modal-box_content {
  width: 75%;
}
@media only screen and (max-width: 48em) {
  .modal_block.type-b .modal-box_content {
    width: 100%;
  }
}

.modal_block.type-b .modal-box_header {
  border: none;
}

.modal_block.type-b .modal-box_title {
  display: block;
}

.modal_block.type-b .modal-box_img {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden; 
  width: 25%;
  height: 100%;
}
.modal_block.type-b .modal-box_img img {
  float: right; 
  width: auto;
  height: 100%;
}
@media only screen and (max-width: 48em) {
  .modal_block.type-b .modal-box_img {
    position: relative;
    width: 100%;
  }
  .modal_block.type-b .modal-box_img img {
    width: 100%;
  }
}

.modal_block.type-b .modal-box_dl-title {
  font-weight: bold; 
  font-size: 13px;
  font-size: 1.3rem;
}

.modal_block.type-b .modal-box_dl-data {
  font-size: 12px;
  font-size: 1.2rem;
}

/* 各コースTABに写真追加 */
.selectMenuBox_img img{
  width: 500px;
  padding-left: 10px;
}
@media only screen and (max-width: 37.5em) {
.selectMenuBox_img img{
  width: 100%;
  padding-left: 0;
}

}

/* 各コース下にオプション追加 */
.option_box{
border:solid 1px #ecb49e;
padding: 20px;
margin-bottom: 1%;
}
.option_title01{
font-size: 14px;
font-weight: bold;
font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
text-align: center;
margin-bottom: 10px;
border:solid 1px #ecb49e;
padding: 5px;
color: #ecb49e;
}
.option_box_img img{
  width: 100%;
  margin-bottom: 10px;
}
.option_box_txt01{
font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.option_box_txt01 > div {
display: flex;
width: 100%;
}
.option_box_txt01 > div > span {
flex: none;
padding: 0;
}
.option_box_txt01 > div > hr {
flex: auto;
border: none;
}