/* one-half-card */
.one-half-card {
  position: relative;
}
.one-half-card:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}

.one-half-card_mainvisual {
  position: absolute;
  top: 0;
  left: 0;
  max-width: calc(100% - 530px);
  width: 50%;
  height: 100%;
}
.one-half-card.is-reverse .one-half-card_mainvisual {
  right: 0; 
  left: auto;
}
@media only screen and (max-width: 64em) {
  .one-half-card_mainvisual {
    position: relative;
    top: auto;
    right: auto !important;
    left: auto !important;
    padding-top: 61.33333%; 
    max-width: 100%;
    width: 100%;
    width: 100%;
  }
}

.one-half-card_bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.one-half-card_body {
  position: relative;
  float: right;
  padding-top: 50%;
  min-width: 530px;
  min-height: 530px;
  width: 50%;
  background: transparent url(/common/img/sand-wall-bg_gray.jpg) center center repeat;
}
.one-half-card.is-reverse .one-half-card_body {
  float: left;
}
@media only screen and (max-width: 64em) {
  .one-half-card_body {
    float: none;
    padding: 20px 0;
    min-width: 0;
    min-height: 0;
    width: 100%;
  }
}

.one-half-card_header {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 400px; 
  width: 92%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 64em) {
  .one-half-card_header {
    position: relative;
    top: auto;
    left: auto;
    margin: auto;
    margin-bottom: 20px;
    max-width: 100%; 
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.one-half-card_head-title {
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 20px; 
  text-align: center;
  font-size: 2rem;
}
@media only screen and (max-width: 64em) {
  .one-half-card_head-title {
    font-size: 1.85rem;
  }
  .one-half-card_head-title br {
    display: none;
  }
}
@media only screen and (max-width: 37.5em) {
  .one-half-card_head-title {
    font-size: 1.7rem;
  }
}

.one-half-card_text {
  margin-top: 0;
  margin-bottom: 20px; 
  font-size: 1.4rem;
}
@media only screen and (max-width: 64em) {
  .one-half-card_text {
    font-size: 1.3rem;
  }
  .one-half-card_text br {
    display: none;
  }
}
@media only screen and (max-width: 37.5em) {
  .one-half-card_text {
    font-size: 1.2rem;
  }
}

/* horizon-card */
.horizon-card {
  position: relative;
}
.horizon-card:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}
.horizon-card.js-scroll-in-animate .horizon-card_bgimg {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 
  transition-duration: 1.5s;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translateX(50px);
      -ms-transform: translateX(50px);
          transform: translateX(50px);
}
.horizon-card.js-scroll-in-animate.is-reverse .horizon-card_bgimg {
  -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
          transform: translateX(-50px);
}
.horizon-card.js-scroll-in-animate .horizon-card_header {
  margin-top: 50px;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 
  transition-duration: 1.5s;
  transition-property: margin-top, opacity;
}
.horizon-card.js-scroll-in-animate .horizon-card_header.is-animated {
  margin-top: 0; 
  opacity: 1;
}
.horizon-card.is-animated .horizon-card_bgimg {
  opacity: 1;
  -webkit-transform: translateX(0) !important;
      -ms-transform: translateX(0) !important;
          transform: translateX(0) !important;
}

.horizon-card_mainvisual {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 37.73585%; 
  min-height: 380px;
  width: 62.26415%;
}
.horizon-card.is-reverse .horizon-card_mainvisual {
  right: 0; 
  left: auto;
}
@media only screen and (max-width: 64em) {
  .horizon-card_mainvisual {
    position: relative;
    padding-top: 50%;
    min-height: 0; 
    width: 100%;
  }
}
.restaurant-detail .horizon-card_mainvisual {
  padding-top: 42.83019%; 
  width: 57.16981%;
}
@media only screen and (max-width: 64em) {
  .restaurant-detail .horizon-card_mainvisual {
    padding-top: 74.93333%; 
    width: 100%;
  }
}
.information .horizon-card_mainvisual {
  padding-top: 52.83019%; 
  width: 57.54717%;
}
@media only screen and (max-width: 64em) {
  .information .horizon-card_mainvisual {
    padding-top: 74.66667%; 
    width: 100%;
  }
}

.horizon-card_bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.horizon-card_body {
  position: relative;
  float: right;
  padding-top: 37.73585%;
  min-height: 380px;
  width: 37.73585%;
  background-position: center center;
  background-repeat: repeat;
}
@media only screen and (min-width: 64.0625em) {
  .restaurant-detail .horizon-card_body {
    padding-top: 42.83019%; 
    width: 42.83019%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .information .horizon-card_body {
    padding-top: 52.83019%; 
    width: 42.45283%;
  }
}
.horizon-card_body:after {
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  display: block;
  margin: auto;
  width: 20px;
  height: 40px;
  background-position: center center;
  background-repeat: no-repeat; 
  content: "";
}
@media only screen and (max-width: 64em) {
  .horizon-card_body:after {
    display: none;
  }
}
.horizon-card-gray .horizon-card_body {
  background-image: url(/common/img/horizon-card_header-bg_gray.jpg);
  background-size: cover;
}
.horizon-card-gray.has-arrow .horizon-card_body:after {
  background-image: url(/common/img/horizon-card_arrow_gray.png);
  background-size: cover;
}
.horizon-card.is-reverse .horizon-card_body {
  float: left;
}
.horizon-card.is-reverse .horizon-card_body:after {
  right: auto;
  left: 100%;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media only screen and (max-width: 64em) {
  .horizon-card_body {
    float: none;
    padding: 20px 4% 45px;
    min-height: 0; 
    width: 100%;
  }
}
@media only screen and (max-width: 37.5em) {
  .horizon-card_body {
    padding: 20px 4% 20px 4%;
  }
  .has-link .horizon-card_body {
    padding: 20px 8% 20px 4%;
  }
  .has-link .horizon-card_body:before {
    position: absolute;
    top: 50%;
    right: 4%;
    width: 17px;
    height: 17px;
    border-top: 1px solid #222;
    border-right: 1px solid #222; 
    content: "";
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .is-chef .horizon-card_body,
  .information .horizon-card_body {
    padding: 20px 4% 20px 4%;
  }
  .is-chef .horizon-card_body:before,
  .information .horizon-card_body:before {
    display: none;
  }
}

.horizon-card_header {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 10px;
  max-width: 400px;
  width: 92%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 64em) {
  .horizon-card_header {
    position: relative;
    top: auto;
    left: auto;
    margin: auto; 
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media only screen and (max-width: 37.5em) {
  .horizon-card_header {
    margin-bottom: 20px; 
    width: 100%;
  }
}
@media only screen and (max-width: 37.5em) {
  .horizon-card_header .btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .is-chef .horizon-card_header .btn,
  .information .horizon-card_header .btn {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 20px; 
    width: 240px;
    height: auto;
    opacity: 1;
  }
}

.horizon-card_count {
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 4rem;
  font-family: "Playfair Display";
  line-height: 1.5;
}
@media only screen and (max-width: 37.5em) {
  .horizon-card_count {
    font-size: 3.6rem;
  }
}
.horizon-card_count span {
  display: block;
  font-size: 1.2rem;
}
.couple .horizon-card_count {
  color: #d5585e;
}
.business .horizon-card_count {
  color: #2082ac;
}
.family .horizon-card_count {
  color: #21a69f;
}

.horizon-card_head-title {
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 15px; 
  text-align: center;
  font-size: 2.2rem;
}
.restaurant-detail .horizon-card_head-title {
  font-size: 2rem;
}
.information .horizon-card_head-title {
  font-size: 1.7rem;
}
@media only screen and (max-width: 64em) {
  .horizon-card_head-title br {
    display: none;
  }
}
@media only screen and (max-width: 37.5em) {
  .horizon-card_head-title {
    margin-top: 0;
    margin-bottom: 10px; 
    font-size: 2rem;
  }
  .top .has-link .horizon-card_head-title {
    text-align: left;
  }
}

.horizon-card_lead-text {
  margin-top: 0;
  margin-bottom: 20px; 
  text-align: center;
  font-size: 1.4rem;
}
@media only screen and (max-width: 64em) {
  .horizon-card_lead-text br {
    display: none;
  }
}
@media only screen and (max-width: 37.5em) {
  .horizon-card_lead-text {
    margin-bottom: 20px; 
    text-align: left;
    font-size: 1.2rem;
  }
  .horizon-card_lead-text br {
    display: none;
  }
}
.horizon-card_lead-text.is-left {
  text-align: left;
}
.horizon-card_lead-text small {
  display: inline-block;
  margin-top: 30px;
  font-size: 1.2rem;
}

.horizon-card_modal {
  position: relative;
  padding: 60px 40px 40px;
  background-color: #fff;
}
@media only screen and (max-width: 37.5em) {
  .horizon-card_modal {
    padding: 60px 20px 20px;
  }
}

.horizon-card_modal_close-btn {
  position: absolute;
  top: 10px;
  right: 10px; 
  width: 44px;
  height: 44px;
}
.horizon-card_modal_close-btn:hover {
  cursor: pointer;
}
.horizon-card_modal_close-btn:before,
.horizon-card_modal_close-btn:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto; 
  width: 60%;
  height: 1px;
  background-color: #000;
  content: "";
}
.horizon-card_modal_close-btn:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.horizon-card_modal_close-btn:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* single-line-tab */
.single-line-tab {
  margin-bottom: 40px; 
  padding-left: 0;
  border-right: 1px solid #d6d6d6;
  list-style-type: none;
  font-size: 0;
}
@media only screen and (max-width: 37.5em) {
  .single-line-tab {
    margin-bottom: 20px;
  }
}

.single-line-tab_item {
  display: inline-block;
  padding: 9px 0;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #d6d6d6;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2;
  transition-timing-function: linear; 
  transition-duration: 0.2s;
  transition-property: color, background-color;
}
@media only screen and (max-width: 37.5em) {
  .single-line-tab_item {
    font-size: 1.4rem;
  }
}
/* レストランページメニュータブ */
.single-line-tab.is-one-fourth .single-line-tab_item {
  width: 25%;
}
@media only screen and (max-width: 37.5em) {
  .single-line-tab.is-one-fourth .single-line-tab_item {
    margin-top: -1px; 
    width: 50%;
  }
}
/* タブが3つの場合 */
.single-line-tab.is-one-fourth .if_3item{
  width: 33.3% !important;
}
@media only screen and (max-width: 37.5em) {
  .single-line-tab.is-one-fourth .if_3item {
    margin-top: -1px; 
    width: 33.3% !important;
  }
}

/* タブが2つの場合 */
.single-line-tab.is-one-fourth .if_2item{
  width: 50% !important;
}
@media only screen and (max-width: 37.5em) {
  .single-line-tab.is-one-fourth .if_2item {
    margin-top: -1px; 
    width: 50% !important;
  }
}


/* タブ内の文字数が多くサイズを小さくする場合 */
.single-line-tab.is-one-fourth .if_txtOver{
	width: 50% !important;
}
@media only screen and (max-width: 37.5em) {
  .single-line-tab.is-one-fourth .if_txtOver { 
    width: 100% !important;
  }
}

/* タブが奇数で一つだけ100%にする場合 */
.single-line-tab.is-one-fourth .if_width100{
	width: 100% !important;
}
@media only screen and (max-width: 37.5em) {
}

.single-line-tab_item.is-active,
.single-line-tab_item:hover {
  border-color: #222; 
  background-color: #222;
  color: #fff;
  cursor: pointer;
}

/* more-info */
.more-info {
  padding: 40px 0;
}
@media only screen and (max-width: 37.5em) {
  .more-info {
    padding-top: 20px;
    padding-bottom: 0;
  }
}

.more-info-gray {
  background: transparent url(/common/img/sand-wall-bg_gray.jpg) center center repeat;
}

.more-info_header {
  margin-bottom: 40px; 
  text-align: center;
}
@media only screen and (max-width: 37.5em) {
  .more-info_header {
    margin-bottom: 20px;
  }
}

.more-info_head-title {
  font-size: 2.4rem;
}
@media only screen and (max-width: 37.5em) {
  .more-info_head-title {
    margin-bottom: 0;
    font-size: 1.8rem;
  }
}

.more-info_content:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}

.more-info_box {
  position: relative;
  overflow: hidden; 
  margin-bottom: 40px;
  padding-top: 29.26316%;
  width: 47.36842%;
}
@media only screen and (max-width: 37.5em) {
  .more-info_box {
    margin-bottom: 0;
    padding-top: 61.73333%;
    width: 100%;
    border-bottom: 1px solid #fff;
  }
}
.more-info_box:nth-child(2n+1) {
  float: left;
}
.more-info_box:nth-child(2n) {
  float: right;
}
.more-info_box:hover .more-info_bgimg {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.more-info_box:hover .more-info_bgimg:before {
  background-color: transparent;
}
.more-info_box:hover .more-info_box-header {
  opacity: 0;
}

.more-info_bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 
  transition-duration: 0.4s;
  transition-property: -webkit-transform;
  transition-property:         transform;
  transition-property:         transform, -webkit-transform;
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
.more-info_bgimg:before {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 
  transition-duration: 0.8s;
  transition-property: background-color;
}

.more-info_box-header {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 92%;
  color: #fff;
  text-align: center;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 
  transition-duration: 1.5s;
  transition-property: opacity;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 37.5em) {
  .more-info_box-header {
    top: auto;
    bottom: 20px;
    left: 20px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .more-info_box-header:after {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    display: block;
    margin: auto; 
    width: 18px;
    height: 18px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
    -webkit-transform: rotate(44deg) skewX(-1deg);
        -ms-transform: rotate(44deg) skewX(-1deg);
            transform: rotate(44deg) skewX(-1deg);
  }
}

.more-info_icon {
  position: relative; 
  margin: 0 auto 10px;
  width: 60px;
  height: 60px;
}
@media only screen and (max-width: 37.5em) {
  .more-info_icon {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.more-info_icon:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff; 
  border-radius: 50%;
  content: "";
}
.more-info_icon svg {
  width: 60px;
  height: 60px;
}

.more-info_box-title {
  margin: 0; 
  font-size: 2rem;
}
@media only screen and (max-width: 37.5em) {
  .more-info_box-title {
    text-align: left;
  }
  .more-info_icon +.more-info_box-title {
    padding-left: 70px;
  }
}

.more-info_box-text {
  margin: 0;
  font-size: 1.4rem;
}
@media only screen and (max-width: 37.5em) {
  .more-info_box-text {
    padding-right: 25px; 
    padding-left: 70px;
    text-align: left;
  }
}

/* PAGE ONLY */
.restaurant-box {
  padding-top: 40px;
}
@media only screen and (max-width: 37.5em) {
  .restaurant-box {
    padding-top: 20px;
  }
}

.restaurant-box_tel {
  display: block;
  margin: 20px auto;
  padding: 10px 0;
  width: 240px;
  background-color: rgba(106, 139, 2, 0.15); 
  text-align: center;
}
.restaurant-box_tel strong {
  display: block;
  letter-spacing: 0.1em; 
  font-size: 2rem;
}

.restaurant-menu {
  position: relative; 
  padding: 40px 0;
}
@media only screen and (max-width: 37.5em) {
  .restaurant-menu {
    padding: 20px 0;
  }
}

.restaurant-menu_box {
  display: none; 
  margin-bottom: 40px;
}
@media only screen and (max-width: 37.5em) {
  .restaurant-menu_box {
    margin-bottom: 20px;
  }
}
.restaurant-menu_box:first-child {
  display: block;
}
.restaurant-menu_box:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}

.restaurant-menu_box-list {
  float: left;
  padding-left: 0;
  width: 55%;
  list-style-type: none;
}
@media only screen and (max-width: 37.5em) {
  .restaurant-menu_box-list {
    float: none;
    width: 100%;
  }
}

.restaurant-menu_box-list-item {
  margin-bottom: 15px; 
  font-size: 1.4rem;
}
.restaurant-menu_box-list-item p {
  position: relative; 
  margin: 0;
}
.restaurant-menu_box-list-item span {
  display: block;
  margin-bottom: 5px;
  padding-left: 1.4rem;
}
.restaurant-menu_box-list-item strong {
  position: absolute;
  top: 50%;
  right: 0;
  color: #000;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.restaurant-menu_box-list-item.is-price {
  margin-top: 20px;
  color: #000;
  font-weight: bold;
}

.restaurant-menu_mainvisual {
  position: relative;
  float: right;
  overflow: hidden; 
  width: 42%;
}
@media only screen and (max-width: 37.5em) {
  .restaurant-menu_mainvisual {
    float: none;
    width: 100%;
  }
}

.restaurant-menu_bgimg {
  display: inline-block;
}

.restaurant-menu_text {
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1.2rem;
}
@media only screen and (max-width: 37.5em) {
  .restaurant-menu_text {
    font-size: 1.1rem;
  }
}

.restaurant-menu_content {
  position: relative;
}
.restaurant-menu_content:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1); 
  content: "";
}
@media only screen and (max-width: 64em) {
  .restaurant-menu_content:before {
    display: none;
  }
}
.restaurant-menu_content:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}

.restaurant-menu_list {
  margin-bottom: 40px;
  padding-left: 0;
  padding-left: 1.4rem; 
  width: 46%;
  list-style-type: none;
}
.restaurant-menu_list:first-child {
  float: left;
}
.restaurant-menu_list:last-child {
  float: right;
}
@media only screen and (max-width: 64em) {
  .restaurant-menu_list {
    float: none !important; 
    width: 100%;
  }
}

.restaurant-menu_list-title {
  position: absolute;
  width: 30%;
  font-weight: bold;
}

.restaurant-menu_list-data {
  margin-bottom: 20px; 
  margin-left: 0;
  padding-left: 34%;
}
@media only screen and (max-width: 37.5em) {
  .restaurant-menu_list-data {
    min-height: 46px;
  }
}

.restaurant-menu_list-item {
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (max-width: 37.5em) {
  .restaurant-menu_list-item {
    padding-right: 80px;
  }
}
.restaurant-menu_list-item strong {
  position: absolute;
  top: 0;
  right: 0;
}
.restaurant-menu_list-item span {
  display: block;
  padding-left: 1.4rem;
}

.chef-profile {
  position: relative;
  background-color: #fff;
}
.horizon-card .chef-profile {
  display: none;
}

.chef-profile_bgimg {
  position: absolute;
  top: 0;
  left: 0; 
  width: 34%;
  height: 100%;
}
@media only screen and (max-width: 37.5em) {
  .chef-profile_bgimg {
    position: relative;
    top: auto;
    left: auto; 
    width: 100%;
    height: auto;
  }
}

.chef-profile_content {
  padding: 30px 4% 30px 38%;
}
@media only screen and (max-width: 37.5em) {
  .chef-profile_content {
    padding: 20px 4%;
  }
}

.chef-profile_category {
  color: #570000;
  font-weight: bold;
}
@media only screen and (max-width: 37.5em) {
  .chef-profile_category {
    margin: 0; 
    text-align: center;
  }
}

.chef-profile_head-title {
  font-size: 2rem;
}
@media only screen and (max-width: 37.5em) {
  .chef-profile_head-title {
    margin-top: 0;
    margin-bottom: 10px; 
    text-align: center;
    font-size: 1.7rem;
  }
}