﻿body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

.text_center {
  text-align: center;
}

.en_heading_title {
  font-family: "Josefin Sans", sans-serif;
  font-size: 44px;
  color: #4f4338;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .en_heading_title {
    font-size: 38px;
  }
}

@media (max-width: 575px) {
  .en_heading_title {
    font-size: 30px;
  }
}

.en_heading_title:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 39px;
  height: 57px;
  background: url("../image/icon_rikuro.png") no-repeat center center;
}

.en_heading_title_mini {
  font-size: 18px;
  font-weight: 700;
  color: #c92f2f;
  border-left: 4px solid #c92f2f;
  padding-left: 10px;
  margin-bottom: 10px;
}

.en_section_title {
  font-size: 16px;
  margin-top: 30px;
  padding-left: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #E59921;
  border-right: 1px solid #E59921;
  border-top: 1px solid #E59921;
  color: #ffffff;
  font-weight: bold;
  text-align: left;
}

#language_btn_area {
  position: absolute;
  top: 20px;
  right: 0;
}

@media (max-width: 575px) {
  #language_btn_area {
    top: 10px;
  }
}

.language_btn {
  display: inline-block;
  color: #fff;
  background: #c92f2f;
  border-radius: 4px;
  font-weight: 700;
  padding: 0 25px 0 44px;
  height: 38px;
  line-height: 38px;
  position: relative;
  text-decoration: none;
}

@media (max-width: 575px) {
  .language_btn {
    padding: 0 10px 0 34px;
    font-size: 12px;
  }
}

.language_btn:before {
  position: absolute;
  top: 12px;
  left: 20px;
  content: "";
  display: inline-block;
  margin: 0 auto;
  width: 14px;
  height: 14px;
  background: url("../image/icon_language.png") no-repeat center center/14px 14px;
}

@media (max-width: 575px) {
  .language_btn:before {
    left: 10px;
  }
}

.language_btn:hover, .language_btn:active, .language_btn:focus {
  color: #fff;
  background: #d75454;
}

@media (max-width: 575px) {
  .language_btn_pc {
    display: none;
  }
}

.language_btn_mobile {
  display: none;
}

@media (max-width: 575px) {
  .language_btn_mobile {
    display: block;
  }
}

.map_btn {
  display: inline-block;
  color: #fff;
  background: #c92f2f;
  border-radius: 4px;
  font-weight: 700;
  padding: 0 45px 0 55px;
  margin-top: 20px;
  height: 38px;
  line-height: 38px;
  position: relative;
  text-decoration: none;
}

.map_btn:before {
  position: absolute;
  top: 16px;
  left: 37px;
  content: "";
  display: inline-block;
  margin: 0 auto;
  width: 3px;
  height: 5px;
  background: url("../image/icon_arrow.png") no-repeat center center;
}

.map_btn:hover, .map_btn:active, .map_btn:focus {
  color: #fff;
  background: #d75454;
}

#en_mainimg {
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 60px;
}

@media (max-width: 575px) {
  #en_mainimg {
    margin: -30px 0 30px 0;
  }
}

.en_intro {
  margin-bottom: 60px;
}

.en_intro_text {
  width: 80%;
  max-width: 770px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .en_intro_text {
    width: 100%;
  }
}

.en_ingredient {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: #f7f7f7;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .en_ingredient {
    display: block;
  }
}

.en_ingredient > div {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
              -ms-grid-row-align: stretch;
          align-self: stretch;
}

.en_ingredient .en_ingredient_content {
  -webkit-flex-basis: 55%;
      -ms-flex-preferred-size: 55%;
          flex-basis: 55%;
  padding: 30px;
}

.en_ingredient .en_ingredient_img {
  -webkit-flex-basis: 45%;
      -ms-flex-preferred-size: 45%;
          flex-basis: 45%;
  min-height: 270px;
  background: url("../image/img_ingredient.jpg") no-repeat center center/cover;
}

.en_ingredient_title {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.en_ingredient_table {
  font-size: 12px;
}

.en_ingredient_table dt {
  font-weight: 700;
  clear: left;
  float: left;
  width: 90px;
  padding-bottom: 5px;
  text-align: right;
}

@media (max-width: 575px) {
  .en_ingredient_table dt {
    text-align: left;
    width: 100%;
    float: none;
  }
}

.en_ingredient_table dd {
  margin-left: 0;
  padding: 0 0 5px 100px;
}

@media (max-width: 575px) {
  .en_ingredient_table dd {
    padding-left: 0;
  }
}

.en_ingredient_strong_text {
  font-weight: 700;
  font-size: 20px;
  display: inline-block;
  margin-right: 20px;
}

.en_cheesecake_photos {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .en_cheesecake_photos {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.en_cheesecake_photos > figure {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
}

@media (max-width: 575px) {
  .en_cheesecake_photos > figure {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}

.en_cheesecake_photos img {
  width: 100%;
  max-width: none;
}

.en_movie {
  max-width: 690px;
  margin: 0 auto;
}

.en_qanda_wrap {
  margin-bottom: 60px;
}

.en_qanda {
  padding-top: 5px;
  padding-bottom: 15px;
  border-bottom: 1px solid #DADADA;
}

.en_cheese_Question {
  font-size: 20px;
  color: #c92f2f;
  margin-top: 20px;
  margin-bottom: 5px;
  padding-left: 30px;
  background-image: url("../image/cheesecake_q_icon.png");
  background-repeat: no-repeat;
  background-position: left center;
}

.en_cheese_Answer {
  line-height: 18pt;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-left: 30px;
  background-image: url("../image/cheesecake_a_icon.png");
  background-repeat: no-repeat;
  background-position: left 5px;
}

.en_namba_store_intro {
  margin-bottom: 50px;
}

.ggmap {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.en_namba_store {
  border: 1px solid #ccc;
  padding: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .en_namba_store {
    display: block;
  }
}

.en_namba_store .en_namba_store_data {
  -webkit-flex-basis: 40%;
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
}

.en_namba_store .en_namba_store_openinghours {
  -webkit-flex-basis: 60%;
      -ms-flex-preferred-size: 60%;
          flex-basis: 60%;
}

.en_namba_store_openinghours_detail dt {
  font-weight: 700;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
}

.en_namba_store_openinghours_detail dd {
  font-size: 14px;
  margin-bottom: 20px;
}

.en_feature_store {
  margin-bottom: 60px;
}
