@charset "UTF-8";
/* ======================= VARIABLE ====== */
/* placeholder color */
/* ======================= IMPORT ====== */
/*=================

      common.scss

=======================*/
/* margin */
.mb10 {
  margin: 0 0 10px;
}

.mb20 {
  margin: 0 0 20px;
}
@media only screen and (max-width: 960px) {
  .mb20 {
    margin: 0 0 10px;
  }
}

.mb30 {
  margin: 0 0 30px;
}
@media only screen and (max-width: 960px) {
  .mb30 {
    margin: 0 0 20px;
  }
}

.mb40 {
  margin: 0 0 40px;
}
@media only screen and (max-width: 960px) {
  .mb40 {
    margin: 0 0 25px;
  }
}

.mb45 {
  margin: 0 0 45px;
}
@media only screen and (max-width: 960px) {
  .mb45 {
    margin: 0 0 30px;
  }
}

.mb60 {
  margin: 0 0 60px;
}
@media only screen and (max-width: 960px) {
  .mb60 {
    margin: 0 0 40px;
  }
}

/* title */
.common_pickup_title {
  position: relative;
  text-align: center;
  color: #333;
  line-height: 1.5;
}
.common_pickup_title:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #333;
  position: absolute;
  top: 35%;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.common_pickup_title span {
  position: relative;
  z-index: 5;
  display: inline-block;
  padding: 0 35px;
  font-size: 40px;
  font-weight: 600;
}
@media only screen and (max-width: 960px) {
  .common_pickup_title span {
    font-size: 25px;
    padding: 0 15px;
  }
}
.common_pickup_title small {
  display: block;
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 960px) {
  .common_pickup_title small {
    font-size: 12px;
  }
}
.common_pickup_title .bg_grey {
  background: #EAEAEA;
}
.common_pickup_title .bg_white {
  background: #fff;
}

.common_top_title {
  font-size: 28px;
  color: #333;
  text-align: center;
  line-height: 1.2;
  font-weight: 600;
}
@media only screen and (max-width: 960px) {
  .common_top_title {
    font-size: 22px;
  }
}
.common_top_title span {
  position: relative;
}
.common_top_title span:before {
  content: "";
  position: absolute;
  top: 7px;
  left: -30px;
  display: inline-block;
  width: 13px;
  height: 13px;
  background: #E9CFA8;
}
@media only screen and (max-width: 960px) {
  .common_top_title span:before {
    width: 11px;
    height: 11px;
    margin: 0 15px 0 0;
  }
}
.common_top_title span:after {
  content: "";
  position: absolute;
  top: 7px;
  right: -30px;
  display: inline-block;
  width: 13px;
  height: 13px;
  background: #E9CFA8;
  margin: 0 0 0 20px;
}
@media only screen and (max-width: 960px) {
  .common_top_title span:after {
    width: 11px;
    height: 11px;
    margin: 0 0 0 15px;
  }
}
.common_top_title small {
  display: block;
  font-size: 14px;
  letter-spacing: 2.5px;
}
@media only screen and (max-width: 960px) {
  .common_top_title small {
    font-size: 12px;
  }
}

.common_green_title {
  display: block;
  width: 100%;
  color: #fff;
  background: #96AF41;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  line-height: 68px;
  height: 68px;
}
@media only screen and (max-width: 960px) {
  .common_green_title {
    font-size: 20px;
    line-height: 58px;
    height: 58px;
  }
}
.common_green_title:before {
  content: "";
  display: inline-block;
  background: url("../images/common/icon13.svg") center center no-repeat;
  background-size: contain;
  width: 40px;
  height: 30px;
  margin: 0 70px 0 0;
  vertical-align: -5px;
}
@media only screen and (max-width: 960px) {
  .common_green_title:before {
    width: 20px;
    height: 15px;
    margin: 0 15px 0 0;
    vertical-align: 1px;
  }
}
.common_green_title:after {
  content: "";
  display: inline-block;
  background: url("../images/common/icon13.svg") center center no-repeat;
  background-size: contain;
  width: 40px;
  height: 30px;
  margin: 0 0 0 70px;
  vertical-align: -5px;
}
@media only screen and (max-width: 960px) {
  .common_green_title:after {
    width: 20px;
    height: 15px;
    margin: 0 0 0 15px;
    vertical-align: 1px;
  }
}

/* button */
.common_btn01 {
  position: relative;
  display: block;
  width: 100%;
  border: 1.5px #707070 solid;
  height: 46px;
  line-height: 43px;
  font-size: 16px;
  color: #707070;
  text-align: center;
  text-decoration: none;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 960px) {
  .common_btn01 {
    height: 60px;
    line-height: 58px;
    font-size: 13px;
    border: 1px #707070 solid;
  }
}
.common_btn01:after {
  content: "";
  background: url("../images/common/icon04.svg") center center no-repeat;
  background-size: contain;
  display: block;
  width: 8px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 30px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 960px) {
  .common_btn01:after {
    right: 15px;
  }
}
.common_btn01:hover {
  color: #fff;
  background: #707070;
}
@media only screen and (max-width: 960px) {
  .common_btn01:hover {
    color: #707070;
    background: none;
  }
}
.common_btn01:hover:after {
  background: url("../images/common/icon04_w.svg") center center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 960px) {
  .common_btn01:hover:after {
    background: url("../images/common/icon04.svg") center center no-repeat;
    background-size: contain;
  }
}
.common_btn01.center {
  margin: 0 auto;
}
.common_btn01.w432 {
  max-width: 432px;
}

.common_btn02 {
  position: relative;
  display: block;
  width: 100%;
  font-size: 14px;
  color: #333;
  font-weight: 600;
  border: 1px #707070 solid;
  padding: 0 20px;
  height: 49px;
  line-height: 47px;
  text-decoration: none;
}
@media only screen and (max-width: 960px) {
  .common_btn02 {
    height: 60px;
    line-height: 58px;
  }
}
.common_btn02:after {
  content: "";
  background: url("../images/common/icon04.svg") center center no-repeat;
  background-size: contain;
  display: block;
  width: 8px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 20px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.common_btn02:hover {
  color: #fff;
  background: #707070;
}
@media only screen and (max-width: 960px) {
  .common_btn02:hover {
    color: #707070;
    background: none;
  }
}
.common_btn02:hover:after {
  background: url("../images/common/icon04_w.svg") center center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 960px) {
  .common_btn02:hover:after {
    background: url("../images/common/icon04.svg") center center no-repeat;
    background-size: contain;
  }
}
.common_btn02.center {
  margin: 0 auto;
}

/* header */
.header_wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 60;
  background: url("../images/common/bg01.jpg") center center repeat;
}
@media only screen and (max-width: 960px) {
  .header_wrap {
    border-bottom: 3px #DD6945 solid;
  }
}
.header_wrap .header_top {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 79px;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1100px) {
  .header_wrap .header_top {
    padding: 0 12px;
  }
}
@media only screen and (max-width: 960px) {
  .header_wrap .header_top {
    height: 65px;
    padding: 0 10px;
  }
}
.header_wrap .header_logo {
  display: block;
  width: 153px;
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 960px) {
  .header_wrap .header_logo {
    width: 112px;
  }
}
.header_wrap .header_logo img {
  display: block;
  width: 100%;
}
.header_wrap .header_info {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header_wrap .header_info_tel {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  color: #D64215;
  font-weight: bold;
}
.header_wrap .header_info_tel small {
  font-size: 14px;
}
@media only screen and (max-width: 1024px) {
  .header_wrap .header_info_tel small {
    font-size: 12px;
  }
}
.header_wrap .header_info_tel img {
  display: inline-block;
  width: 23px;
  margin: 0 6px 0 12px;
}
@media only screen and (max-width: 1024px) {
  .header_wrap .header_info_tel img {
    width: 20px;
    margin: 0 6px;
  }
}
.header_wrap .header_info_tel span {
  font-size: 22px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1024px) {
  .header_wrap .header_info_tel span {
    font-size: 20px;
  }
}
.header_wrap .header_info_tel_text {
  font-size: 12px;
  color: #333;
  text-align: right;
  line-height: 1.5;
}
@media only screen and (max-width: 1024px) {
  .header_wrap .header_info_tel_text {
    font-size: 11px;
  }
}

.header_bnr_block {
  background: #96AF41;
  display: block;
  width: 100%;
}
.header_bnr_block .header_bnr_pc {
  display: block;
  max-width: 873.5px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .header_bnr_block .header_bnr_pc {
    display: none;
  }
}
.header_bnr_block .header_bnr_sp {
  display: none;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .header_bnr_block .header_bnr_sp {
    display: block;
  }
}

.header_reserve_btn {
  display: block;
  width: 183px;
  height: 43px;
  line-height: 43px;
  text-decoration: none;
  background: #333;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 0 12px;
}
@media only screen and (max-width: 1024px) {
  .header_reserve_btn {
    font-size: 14px;
    width: 160px;
  }
}
@media only screen and (max-width: 960px) {
  .header_reserve_btn {
    width: 100%;
    height: 76px;
    line-height: 76px;
    color: #fff;
    background: #DD6945;
    margin: 0 auto 12px;
  }
}
.header_reserve_btn span {
  font-size: 12px;
  font-weight: 500;
  margin: 0 0 0 10px;
  letter-spacing: 1.5px;
}
.header_reserve_btn img {
  display: inline-block;
  margin: 0 8px 0 0;
  width: 14px;
  vertical-align: -1px;
}

.header_tel_btn {
  display: block;
  background: #fff;
  border: 1px #333 solid;
  font-size: 12px;
  padding: 12px;
  color: #333;
  text-align: center;
  text-decoration: none;
  margin: 0 0 10px;
}
.header_tel_btn img {
  width: 235px;
  display: block;
  margin: 5px auto 0;
}

.header_contact_btn {
  display: block;
  width: 183px;
  height: 43px;
  line-height: 43px;
  text-decoration: none;
  background: #333;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .header_contact_btn {
    font-size: 14px;
    width: 160px;
  }
}
@media only screen and (max-width: 960px) {
  .header_contact_btn {
    width: calc( 50% - 5px );
    border: 1px #333 solid;
    font-size: 11px;
    color: #333;
    background: #fff;
    height: 62px;
    line-height: 60px;
  }
}
.header_contact_btn span {
  font-size: 10px;
  font-weight: 500;
  margin: 0 0 0 5px;
  letter-spacing: 1.5px;
  color: #707070;
}
.header_contact_btn img {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 17px;
  vertical-align: -1px;
}

.header_menu_block {
  border-bottom: 1px #ddd solid;
  border-top: 5px #DD6945 solid;
  height: 65px;
  background: #fff;
}
.header_menu_block .header_list {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 1100px) {
  .header_menu_block .header_list {
    padding: 0 12px;
  }
}
.header_menu_block .header_item {
  width: calc( 100% / 7 );
  padding: 10px 0;
  text-align: center;
  border-right: 1px #ddd solid;
  position: relative;
}
.header_menu_block .header_item:first-of-type {
  border-left: 1px #ddd solid;
}
.header_menu_block .header_hover {
  cursor: default;
}
.header_menu_block .header_hover:hover {
  background: rgba(112, 112, 112, 0.95);
}
.header_menu_block .header_hover:hover:after {
  content: "";
}
.header_menu_block .header_hover:hover .header_title {
  color: #fff;
}
.header_menu_block .header_hover:hover .header_sublist {
  display: block;
  -moz-animation: hfade 0.1s linear forwards;
  -webkit-animation: hfade 0.1s linear forwards;
  animation: hfade 0.1s linear forwards;
}
.header_menu_block .header_hover:after {
  content: none;
  display: block;
  width: 100%;
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 10px;
  background: #787878;
}
.header_menu_block .header_title {
  cursor: default;
  display: inline-block;
  font-size: 14px;
  color: #333;
}
.header_menu_block .header_link {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  color: #333;
}

.header_sublist {
  display: none;
  width: 100%;
  position: absolute;
  top: calc( 100% + 10px );
  padding: 0 6px;
  background: rgba(237, 237, 237, 0.95);
  text-align: left;
}
.header_sublist .header_subitem {
  border-bottom: 1px #B5B5B5 solid;
}
.header_sublist .header_subitem:last-of-type {
  border-bottom: none;
}
.header_sublist .header_sublink {
  position: relative;
  display: block;
  padding: 12px 14px;
  font-size: 14px;
  text-decoration: none;
  color: #333;
}
.header_sublist .header_sublink:after {
  content: "";
  display: block;
  width: 5px;
  height: 8px;
  background: url("../images/common/arrow05.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 10px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@-moz-keyframes hfade {
  0% {
    display: none;
    opacity: 0;
  }
  50% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes hfade {
  0% {
    display: none;
    opacity: 0;
  }
  50% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes hfade {
  0% {
    display: none;
    opacity: 0;
  }
  50% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.header_menu_btn {
  height: 68px;
  width: 68px;
  border: none;
  background: no-repeat;
  outline: none;
  padding: 8px 0 0;
}
.header_menu_btn .top {
  display: block;
  width: 35px;
  background: #333;
  height: 1px;
  margin: 0 auto 10px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header_menu_btn .middle {
  display: block;
  width: 35px;
  background: #333;
  height: 1px;
  margin: 0 auto 10px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header_menu_btn .bottom {
  width: 35px;
  display: block;
  background: #333;
  height: 1px;
  margin: 0 auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header_menu_btn.active .top {
  -moz-transform: translateX(-1px) translateY(13px) rotate(45deg);
  -ms-transform: translateX(-1px) translateY(13px) rotate(45deg);
  -webkit-transform: translateX(-1px) translateY(13px) rotate(45deg);
  transform: translateX(-1px) translateY(13px) rotate(45deg);
}
.header_menu_btn.active .middle {
  opacity: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header_menu_btn.active .bottom {
  -moz-transform: translateX(-1px) translateY(-9px) rotate(-45deg);
  -ms-transform: translateX(-1px) translateY(-9px) rotate(-45deg);
  -webkit-transform: translateX(-1px) translateY(-9px) rotate(-45deg);
  transform: translateX(-1px) translateY(-9px) rotate(-45deg);
}
.header_menu_btn .text {
  display: block;
  margin: 8px 0 0;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #333;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","游ゴシック", YuGothic, Verdana,  "メイリオ", Meiryo, sans-serif;
}

.header_sp_menu_block {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 55;
  height: 100vh;
  padding-bottom: 35px;
  background: #fff;
  overflow-y: scroll;
}
.header_sp_menu_block .header_sp_menu_top {
  padding: 12px;
  background: #F0F0F0;
}

.header_btnarea {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.header_sp_list {
  padding: 0 12px;
}
.header_sp_list .header_sp_item {
  border-bottom: 1px #707070 solid;
}
.header_sp_list .header_sp_link {
  display: block;
  width: 100%;
  padding: 18px 0;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
}
.header_sp_list .header_sp_link span {
  font-size: 12px;
  color: #707070;
  letter-spacing: 1.5px;
  margin: 0 0 0 25px;
}
.header_sp_list .header_sp_link:after {
  content: "";
  background: url("../images/common/arrow01.svg") center center no-repeat;
  background-size: contain;
  display: inline-block;
  width: 6px;
  height: 11px;
  margin: 0 0 0 25px;
}
.header_sp_list .header_sp_text {
  display: block;
  width: 100%;
  padding: 18px 0;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
}
.header_sp_list .header_sp_text span {
  font-size: 12px;
  color: #707070;
  letter-spacing: 1.5px;
  margin: 0 0 0 25px;
}
.header_sp_list .header_sp_text:after {
  content: "";
  background: url("../images/common/arrow01.svg") center center no-repeat;
  background-size: contain;
  display: inline-block;
  width: 6px;
  height: 11px;
  margin: 0 0 0 25px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header_sp_list .header_sp_text.active:after {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.header_sp_list .header_sp_sublist {
  display: none;
  padding: 0 0 0 30px;
}
.header_sp_list .header_sp_sublist .header_sp_subitem {
  margin: 0 0 30px;
}
.header_sp_list .header_sp_sublist .header_sp_sublink {
  display: inline-block;
  font-size: 12px;
  color: #555;
  text-decoration: none;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, sans-serif;
}
.header_sp_list .header_sp_sublist .header_sp_sublink:before {
  content: "";
  background: url("../images/common/arrow01.svg") center center no-repeat;
  background-size: contain;
  display: inline-block;
  width: 6px;
  height: 11px;
  margin: 0 12px 0 0;
}

/* footer */
.footer_wrap {
  background: #707070;
  padding: 67px 12px 55px;
}
@media only screen and (max-width: 960px) {
  .footer_wrap {
    padding: 0;
  }
}
.footer_wrap .footer_main {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 0 50px;
}
.footer_wrap .footer_list {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 960px) {
  .footer_wrap .footer_list {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    border-top: 1px #B5B5B5 solid;
    margin: 0 0 20px;
  }
}
.footer_wrap .footer_list .footer_item {
  margin: 0 30px;
}
@media only screen and (max-width: 1000px) {
  .footer_wrap .footer_list .footer_item {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 960px) {
  .footer_wrap .footer_list .footer_item {
    width: 50%;
    margin: 0;
    text-align: center;
    border-bottom: 1px #B5B5B5 solid;
  }
}
@media only screen and (max-width: 960px) {
  .footer_wrap .footer_list .footer_item:nth-of-type(odd) {
    border-right: 1px #B5B5B5 solid;
  }
}
.footer_wrap .footer_link {
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  margin: 0 0 20px;
}
@media only screen and (max-width: 960px) {
  .footer_wrap .footer_link {
    font-size: 12px;
    font-weight: normal;
    padding: 15px 0;
    margin: 0;
  }
}
.footer_wrap .footer_sublist {
  margin: 0 0 20px;
}
.footer_wrap .footer_subitem {
  margin: 0 0 14px;
}
.footer_wrap .footer_subitem:last-of-type {
  margin: 0;
}
.footer_wrap .footer_sublink {
  display: inline-block;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
}
.footer_wrap .footer_sns_block {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 0 15px;
}
.footer_wrap .footer_sns_block .footer_sns_btn {
  display: block;
  width: 37px;
  text-decoration: none;
  margin: 0 5px;
}
.footer_wrap .footer_sns_block .footer_sns_btn img {
  display: block;
  width: 100%;
}
.footer_wrap .footer_sub {
  text-align: center;
}
.footer_wrap .footer_sub .footer_logo {
  display: block;
  width: 147px;
  margin: 0 auto 10px;
}
@media only screen and (max-width: 960px) {
  .footer_wrap .footer_sub .footer_logo {
    width: 109px;
    margin: 0 auto 20px;
  }
}
.footer_wrap .footer_sub .footer_logo img {
  display: block;
  width: 100%;
}
.footer_wrap .footer_sub .footer_copyright {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
@media only screen and (max-width: 960px) {
  .footer_wrap .footer_sub .footer_copyright {
    font-size: 10px;
    display: block;
    width: 100%;
    background: #2B2B2B;
    line-height: 1.7;
  }
}

/* pnakuzu */
.pankuzu_list {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  padding: 6px 50px;
}
@media only screen and (max-width: 960px) {
  .pankuzu_list {
    padding: 6px 12px;
  }
}
.pankuzu_list .pankuzu_item {
  margin: 3px 0;
  font-size: 12px;
  color: #707070;
  line-height: 1.5;
}
@media only screen and (max-width: 960px) {
  .pankuzu_list .pankuzu_item {
    font-size: 11px;
  }
}
.pankuzu_list .pankuzu_item:after {
  content: "";
  display: inline-block;
  margin: 0 10px 0 5px;
  vertical-align: 1px;
  width: 5px;
  height: 5px;
  border: 1px solid;
  border-color: #707070 #707070 transparent transparent;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pankuzu_list .pankuzu_item:last-of-type:after {
  content: none;
}
.pankuzu_list .pankuzu_link {
  display: inline-block;
  text-decoration: none;
  color: #707070;
}

/* bottom */
.common_delivery_block {
  background: #96AF41;
  display: block;
  width: 100%;
  text-align: center;
  padding: 3px 0 0;
}
@media only screen and (max-width: 960px) {
  .common_delivery_block {
    padding: 20px 12px 16px;
  }
}
.common_delivery_block img {
  display: inline-block;
}
@media only screen and (max-width: 960px) {
  .common_delivery_block img {
    max-width: 654px;
    width: 95%;
  }
}

.common_info_block {
  background: url("../images/common/bg02.jpg") center center no-repeat;
  background-size: cover;
  padding: 60px 12px;
}
@media only screen and (max-width: 840px) {
  .common_info_block {
    padding: 40px 12px;
  }
}
.common_info_block .common_info_list {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 840px) {
  .common_info_block .common_info_list {
    display: block;
  }
}
.common_info_block .common_info_item {
  margin: 0 28px;
}
@media only screen and (max-width: 960px) {
  .common_info_block .common_info_item {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 840px) {
  .common_info_block .common_info_item {
    width: 100%;
    margin: 0 auto 35px;
  }
}
@media only screen and (max-width: 840px) {
  .common_info_block .common_info_item:last-of-type {
    margin: 0 auto;
  }
}
.common_info_block .common_info_textarea {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  height: 80px;
  padding: 0 0 0 11px;
}
@media only screen and (max-width: 840px) {
  .common_info_block .common_info_textarea {
    height: inherit;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 0 17px;
  }
}
.common_info_block .common_info_textarea img {
  width: 73px;
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 840px) {
  .common_info_block .common_info_textarea img {
    width: 60px;
    margin: 0 15px 0 0;
  }
}
.common_info_block .common_info_textarea .common_info_title {
  font-size: 25px;
  color: #333;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 840px) {
  .common_info_block .common_info_textarea .common_info_title {
    line-height: 1.3;
  }
}
.common_info_block .common_info_textarea .common_info_title span {
  display: block;
  font-size: 14px;
}
.common_info_block .common_info_btn {
  position: relative;
  display: block;
  width: 253px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  text-decoration: none;
  border: 1px #707070 solid;
  font-size: 14px;
  color: #333;
}
@media only screen and (max-width: 840px) {
  .common_info_block .common_info_btn {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
    height: 64px;
    line-height: 62px;
  }
}
.common_info_block .common_info_btn img {
  display: inline-block;
  width: 20px;
  margin: 0 0 0 20px;
  vertical-align: -4px;
}
@media only screen and (max-width: 840px) {
  .common_info_block .common_info_btn img {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 70%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.common_info_block .common_info_btn:hover {
  background: #333;
  color: #fff;
}
.common_info_block .common_info_btn:hover img {
  filter: invert(1);
}

.common_cv_block {
  background: url("../images/common/bg03.jpg") center center no-repeat;
  background-size: cover;
  padding: 54px 0 50px;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .common_cv_block {
    padding: 25px 12px;
  }
}
.common_cv_block .common_cv_title {
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
  margin: 0 0 40px;
}
@media only screen and (max-width: 960px) {
  .common_cv_block .common_cv_title {
    font-size: 14px;
    margin: 0 0 20px;
  }
}
.common_cv_block .common_cv_btnarea {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 0 40px;
}
@media only screen and (max-width: 960px) {
  .common_cv_block .common_cv_btnarea {
    margin: 0 0 25px;
  }
}
@media only screen and (max-width: 640px) {
  .common_cv_block .common_cv_btnarea {
    display: block;
  }
}
.common_cv_block .common_cv_reserve_btn {
  display: block;
  width: 479px;
  height: 73px;
  line-height: 73px;
  text-align: center;
  text-decoration: none;
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  background: #96AF41;
  margin: 0 20px;
}
@media only screen and (max-width: 960px) {
  .common_cv_block .common_cv_reserve_btn {
    max-width: 320px;
    width: 100%;
    font-size: 20px;
    margin: 0 10px;
  }
}
@media only screen and (max-width: 640px) {
  .common_cv_block .common_cv_reserve_btn {
    margin: 0 auto 20px;
  }
}
.common_cv_block .common_cv_reserve_btn img {
  display: inline-block;
  width: 29px;
  margin: 0 28px 0 0;
  vertical-align: -4px;
}
@media only screen and (max-width: 960px) {
  .common_cv_block .common_cv_reserve_btn img {
    width: 20px;
    margin: 0 17px 0 0;
  }
}
.common_cv_block .common_cv_contact_btn {
  display: block;
  width: 479px;
  height: 73px;
  line-height: 73px;
  text-align: center;
  text-decoration: none;
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  background: #96AF41;
  margin: 0 20px;
}
@media only screen and (max-width: 960px) {
  .common_cv_block .common_cv_contact_btn {
    max-width: 320px;
    width: 100%;
    font-size: 20px;
    margin: 0 10px;
  }
}
@media only screen and (max-width: 640px) {
  .common_cv_block .common_cv_contact_btn {
    margin: 0 auto;
  }
}
.common_cv_block .common_cv_contact_btn img {
  display: inline-block;
  width: 32px;
  margin: 0 17px 0 0;
  vertical-align: -1px;
}
@media only screen and (max-width: 960px) {
  .common_cv_block .common_cv_contact_btn img {
    width: 23px;
    margin: 0 25px 0 0;
  }
}
.common_cv_block .common_cv_tel_title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  margin: 0 0 5px;
}
@media only screen and (max-width: 960px) {
  .common_cv_block .common_cv_tel_title {
    font-size: 14px;
  }
}
.common_cv_block .common_cv_tel_block {
  margin: 0 0 14px;
}
@media only screen and (max-width: 960px) {
  .common_cv_block .common_cv_tel_block {
    margin: 0 0 10px;
  }
}
.common_cv_block .common_cv_tel {
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 960px) {
  .common_cv_block .common_cv_tel {
    font-size: 35px;
  }
}
.common_cv_block .common_cv_tel img {
  display: inline-block;
  width: 27px;
  margin: 0 10px 0 0;
  vertical-align: -2px;
}
@media only screen and (max-width: 960px) {
  .common_cv_block .common_cv_tel img {
    width: 29px;
  }
}
.common_cv_block .common_cv_tel_text {
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
}

/* pager */
.common_pager_block .common_pager_btnarea {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 0 20px;
}
.common_pager_block .common_pager_prev {
  padding: 0 15px 0 0;
  margin: 0 2px;
  border-right: 1px #707070 solid;
}
@media only screen and (max-width: 960px) {
  .common_pager_block .common_pager_prev {
    padding: 0 10px 0 0;
  }
}
.common_pager_block .common_pager_prev .common_pager_prev_link {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #707070;
}
@media only screen and (max-width: 960px) {
  .common_pager_block .common_pager_prev .common_pager_prev_link {
    font-size: 13px;
  }
}
.common_pager_block .common_pager_prev .common_pager_prev_link.active {
  color: #DD6945;
}
.common_pager_block .common_pager_next {
  padding: 0 0 0 15px;
  margin: 0 2px;
  border-left: 1px #707070 solid;
}
@media only screen and (max-width: 960px) {
  .common_pager_block .common_pager_next {
    padding: 0 0 0 10px;
  }
}
.common_pager_block .common_pager_next .common_pager_next_link {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #707070;
}
@media only screen and (max-width: 960px) {
  .common_pager_block .common_pager_next .common_pager_next_link {
    font-size: 13px;
  }
}
.common_pager_block .common_pager_next .common_pager_next_link.active {
  color: #DD6945;
}
.common_pager_block .common_pager_list, .common_pager_block .wp-pagenavi {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.common_pager_block .common_pager_list .common_pager_item, .common_pager_block .common_pager_list a, .common_pager_block .common_pager_list span, .common_pager_block .wp-pagenavi .common_pager_item, .common_pager_block .wp-pagenavi a, .common_pager_block .wp-pagenavi span {
  margin: 0 2px;
  font-size: 14px;
  color: #A7A7A7;
  font-weight: bold;
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
  background: #DBDBDB;
  text-decoration: none;
  color: #707070;
  text-align: center;
  padding: 10px 0;
}
@media only screen and (max-width: 960px) {
  .common_pager_block .common_pager_list .common_pager_item, .common_pager_block .common_pager_list a, .common_pager_block .common_pager_list span, .common_pager_block .wp-pagenavi .common_pager_item, .common_pager_block .wp-pagenavi a, .common_pager_block .wp-pagenavi span {
    font-size: 12px;
    width: 34px;
    height: 34px;
  }
}
.common_pager_block .common_pager_list span, .common_pager_block .wp-pagenavi span {
  border: none;
  background: #A7A7A7;
  color: #fff;
}
.common_pager_block .common_pager_list .common_pager_link, .common_pager_block .wp-pagenavi .common_pager_link {
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
  background: #DBDBDB;
  text-decoration: none;
  color: #707070;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .common_pager_block .common_pager_list .common_pager_link, .common_pager_block .wp-pagenavi .common_pager_link {
    width: 34px;
    height: 34px;
  }
}
.common_pager_block .common_pager_list .common_pager_link.active, .common_pager_block .wp-pagenavi .common_pager_link.active {
  background: #A7A7A7;
  color: #fff;
}
.common_pager_block .common_pager_list .common_pager_link span, .common_pager_block .wp-pagenavi .common_pager_link span {
  /*
  				width: 100%;
  				position: absolute;
  				top:50%;
  				left: 0;
  				@include transform(translateY(-50%));
  */
}

/* flow */
.common_flow_block .common_flow_tab_list {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 2px #707070 solid;
  margin: 0 0 60px;
}
@media only screen and (max-width: 960px) {
  .common_flow_block .common_flow_tab_list {
    margin: 0 0 30px;
  }
}
.common_flow_block .common_flow_tab_list .common_flow_tab_item {
  position: relative;
  cursor: pointer;
  width: calc( 50% - 8px );
  background: #EBEBEB;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  text-align: center;
  height: 53px;
  line-height: 53px;
}
@media only screen and (max-width: 960px) {
  .common_flow_block .common_flow_tab_list .common_flow_tab_item {
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    width: calc( 50% - 4px );
  }
}
@media only screen and (max-width: 640px) {
  .common_flow_block .common_flow_tab_list .common_flow_tab_item {
    font-size: 12px;
  }
}
@media only screen and (max-width: 640px) {
  .common_flow_block .common_flow_tab_list .common_flow_tab_item:first-of-type {
    width: calc( 46% - 5px );
  }
}
@media only screen and (max-width: 640px) {
  .common_flow_block .common_flow_tab_list .common_flow_tab_item:last-of-type {
    width: 54%;
  }
}
.common_flow_block .common_flow_tab_list .common_flow_tab_item.active {
  background: #707070;
  color: #fff;
}

.common_flow_inner {
  margin: 0 0 25px;
}
@media only screen and (max-width: 960px) {
  .common_flow_inner {
    margin: 0 0 15px;
  }
}

.common_flow_box {
  display: none;
}
.common_flow_box.active {
  display: block;
}
.common_flow_box .common_flow_title {
  display: block;
  width: 100%;
  max-width: 454px;
  margin: 0 auto 40px;
  font-size: 30px;
  color: #333;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  padding: 0 0 15px;
  border-bottom: 2px #707070 solid;
}
@media only screen and (max-width: 960px) {
  .common_flow_box .common_flow_title {
    font-size: 20px;
    padding: 0 0 10px;
    margin: 0 auto 25px;
  }
}
.common_flow_box .common_flow_list {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
@media only screen and (max-width: 750px) {
  .common_flow_box .common_flow_list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.common_flow_box .common_flow_list .common_flow_item {
  position: relative;
  width: calc( ( 100% - 50px ) / 3 );
  margin: 0 25px 15px 0;
  padding: 44px 35px 45px;
  border: 2px #D0D0D0 solid;
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  border-radius: 13px;
}
.common_flow_box .common_flow_list .common_flow_item:nth-of-type(3n) {
  margin: 0 0 15px;
}
@media only screen and (max-width: 1000px) {
  .common_flow_box .common_flow_list .common_flow_item {
    padding: 44px 25px 45px;
  }
}
@media only screen and (max-width: 960px) {
  .common_flow_box .common_flow_list .common_flow_item {
    padding: 30px 12px;
    width: calc( ( 100% - 24px ) / 3 );
    margin: 0 12px 15px 0;
  }
}
@media only screen and (max-width: 750px) {
  .common_flow_box .common_flow_list .common_flow_item {
    width: calc( 50% - 4px );
    margin: 0 0 15px;
  }
}
@media only screen and (max-width: 640px) {
  .common_flow_box .common_flow_list .common_flow_item {
    width: 100%;
    padding: 20px 12px;
  }
}
.common_flow_box .common_flow_list .common_flow_num {
  position: absolute;
  top: 22px;
  left: 27px;
  font-size: 44px;
  font-weight: bold;
  color: #96AF41;
}
@media only screen and (max-width: 960px) {
  .common_flow_box .common_flow_list .common_flow_num {
    font-size: 30px;
    top: 15px;
    left: 15px;
  }
}
.common_flow_box .common_flow_list .common_flow_pic_block {
  text-align: center;
  margin: 0 0 20px;
}
@media only screen and (max-width: 960px) {
  .common_flow_box .common_flow_list .common_flow_pic_block {
    margin: 0 0 10px;
  }
}
.common_flow_box .common_flow_list .common_flow_pic_block .common_flow_pic {
  display: inline-block;
  width: 164px;
}
@media only screen and (max-width: 960px) {
  .common_flow_box .common_flow_list .common_flow_pic_block .common_flow_pic {
    width: 120px;
  }
}
.common_flow_box .common_flow_list .common_flow_subtitle {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #DD6945;
  line-height: 1.5;
  margin: 0 0 15px;
}
@media only screen and (max-width: 960px) {
  .common_flow_box .common_flow_list .common_flow_subtitle {
    font-size: 14px;
    margin: 0 0 10px;
  }
}
.common_flow_box .common_flow_list .common_flow_text {
  font-size: 14px;
  line-height: 1.8;
  color: #707070;
  margin: 0 0 35px;
}
@media only screen and (max-width: 960px) {
  .common_flow_box .common_flow_list .common_flow_text {
    font-size: 12px;
    margin: 0 0 20px;
  }
}
.common_flow_box .common_flow_list .common_flow_btn {
  position: relative;
  display: block;
  width: 100%;
  height: 66px;
  line-height: 66px;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #DD6945;
}
@media only screen and (max-width: 960px) {
  .common_flow_box .common_flow_list .common_flow_btn {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
  }
}
.common_flow_box .common_flow_list .common_flow_btn:after {
  content: "";
  background: url("../images/gallery/icon10.svg") center center no-repeat;
  background-size: contain;
  display: block;
  width: 10px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 25px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 960px) {
  .common_flow_box .common_flow_list .common_flow_btn:after {
    width: 8px;
    height: 12px;
    right: 12px;
  }
}
.common_flow_box .common_flow_list .common_flow_link {
  font-size: 16px;
  color: #DD6945;
  text-decoration: none;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .common_flow_box .common_flow_list .common_flow_link {
    font-size: 14px;
  }
}

.common_flow_info {
  display: block;
  max-width: 726px;
  width: 100%;
  margin: 0 auto;
  border: 1px #707070 solid;
  text-align: center;
}
.common_flow_info .common_flow_info_title {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  height: 33px;
  line-height: 33px;
  background: #707070;
}
@media only screen and (max-width: 960px) {
  .common_flow_info .common_flow_info_title {
    font-size: 12px;
    height: 28px;
    line-height: 28px;
  }
}
.common_flow_info .common_flow_info_text {
  font-size: 14px;
  color: #000;
  line-height: 1.5;
  background: #EBEBEB;
  padding: 20px 0 15px;
  font-weight: 500;
}
@media only screen and (max-width: 960px) {
  .common_flow_info .common_flow_info_text {
    font-size: 12px;
    padding: 15px 12px;
  }
}

/* form */
.common_form_title {
  font-size: 28px;
  letter-spacing: 1.2px;
  color: #333;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px;
}
@media only screen and (max-width: 960px) {
  .common_form_title {
    font-size: 20px;
    margin: 0 0 15px;
  }
}

.common_form_tel_text {
  display: block;
  max-width: 500px;
  width: 100%;
  background: #FDF1ED;
  padding: 25px 80px;
  font-size: 18px;
  line-height: 1.5;
  color: #333;
  text-align: center;
  margin: 0 auto 35px;
}
@media only screen and (max-width: 960px) {
  .common_form_tel_text {
    font-size: 14px;
    padding: 15px 10px;
    margin: 0 auto 20px;
  }
}

.common_form_table {
  width: 100%;
  margin: 0 auto 80px;
}
@media only screen and (max-width: 960px) {
  .common_form_table {
    margin: 0 auto 40px;
  }
}
.common_form_table.fair_form {
  max-width: 836px;
}
.common_form_table.fair_form .comon_form_table_title {
  background: #E6E6E6;
}
.common_form_table.fair_form tr:last-of-type .comon_form_table_title {
  border-bottom: none;
}
.common_form_table.fair_form tr:last-of-type .common_form_table_box {
  border-bottom: none;
}
.common_form_table.reserve_form {
  max-width: 990px;
}
.common_form_table.reserve_form .comon_form_table_title {
  background: #FDF1ED;
}
.common_form_table.reserve_form tr:first-of-type .comon_form_table_title {
  border-top: 1px #fff solid;
}
.common_form_table.reserve_form tr:first-of-type .common_form_table_box {
  border-top: 1px #DEDEDE solid;
}
.common_form_table .comon_form_table_title {
  position: relative;
  width: 256px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  padding: 40px 20px;
  border-bottom: 1px #fff solid;
}
@media only screen and (max-width: 960px) {
  .common_form_table .comon_form_table_title {
    width: 220px;
    font-size: 14px;
    padding: 25px 12px;
  }
}
@media only screen and (max-width: 640px) {
  .common_form_table .comon_form_table_title {
    display: block;
    width: 100%;
    padding: 12px;
  }
}
.common_form_table .comon_form_table_title .must_label {
  position: absolute;
  top: 50%;
  right: 20px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  font-size: 14px;
  font-weight: bold;
  width: 53px;
  height: 27px;
  line-height: 26px;
  text-align: center;
  background: #fff;
  color: #DD6945;
  border: 1px #DD6945 solid;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (max-width: 960px) {
  .common_form_table .comon_form_table_title .must_label {
    font-size: 11px;
    width: 40px;
    height: 20px;
    line-height: 19px;
  }
}
.common_form_table .comon_form_table_title .option_label {
  position: absolute;
  top: 50%;
  right: 20px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  font-size: 14px;
  font-weight: bold;
  width: 53px;
  height: 27px;
  line-height: 26px;
  text-align: center;
  background: #fff;
  color: #707070;
  border: 1px #707070 solid;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (max-width: 960px) {
  .common_form_table .comon_form_table_title .option_label {
    font-size: 11px;
    width: 40px;
    height: 20px;
    line-height: 19px;
  }
}
.common_form_table .common_form_table_box {
  width: calc( 100% - 256px );
  padding: 24px 30px;
  border-bottom: 1px #DEDEDE solid;
}
@media only screen and (max-width: 960px) {
  .common_form_table .common_form_table_box {
    padding: 12px;
    width: calc( 100% - 220px );
  }
}
@media only screen and (max-width: 640px) {
  .common_form_table .common_form_table_box {
    display: block;
    width: 100%;
  }
}

.common_form_input {
  display: block;
  width: 100%;
  max-width: 424px;
  height: 50px;
  padding: 0 20px;
  outline: none;
  border: 2px #B5B5B5 solid;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.common_form_input:placeholder-shown {
  color: #B5B5B5;
  font-weight: normal;
}
.common_form_input::-webkit-input-placeholder {
  color: #B5B5B5;
  font-weight: normal;
}
.common_form_input:-moz-placeholder {
  color: #B5B5B5;
  opacity: 1;
  font-weight: normal;
}
.common_form_input::-moz-placeholder {
  color: #B5B5B5;
  opacity: 1;
  font-weight: normal;
}
.common_form_input:-ms-input-placeholder {
  color: #B5B5B5;
  font-weight: normal;
}
@media only screen and (max-width: 960px) {
  .common_form_input {
    font-size: 14px;
    padding: 0 10px;
    height: 40px;
  }
}
.common_form_input:focus {
  border: 2px #DD6945 solid;
}
.common_form_input.w122 {
  max-width: 122px;
  min-width: 122px;
}
.common_form_input.small {
  padding: 0 10px;
}

.common_form_select {
  background: url("../images/common/arrow03.svg") no-repeat;
  background-size: 10px;
  background-position: right 12px center;
  display: block;
  width: 100%;
  max-width: 424px;
  height: 50px;
  padding: 0 30px 0 12px;
  outline: none;
  border: 2px #B5B5B5 solid;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  appearance: none;
  -webkit-appearance: none;
}
.common_form_select:placeholder-shown {
  color: #B5B5B5;
  font-weight: normal;
}
.common_form_select::-webkit-input-placeholder {
  color: #B5B5B5;
  font-weight: normal;
}
.common_form_select:-moz-placeholder {
  color: #B5B5B5;
  opacity: 1;
  font-weight: normal;
}
.common_form_select::-moz-placeholder {
  color: #B5B5B5;
  opacity: 1;
  font-weight: normal;
}
.common_form_select:-ms-input-placeholder {
  color: #B5B5B5;
  font-weight: normal;
}
@media only screen and (max-width: 960px) {
  .common_form_select {
    font-size: 14px;
    padding: 0 20px 0 10px;
    height: 40px;
    background-size: 6px;
    background-position: right 6px center;
  }
}
.common_form_select.no_active {
  font-weight: normal;
  color: #B5B5B5;
}
.common_form_select:focus {
  border: 2px #DD6945 solid;
}
.common_form_select.w122 {
  max-width: 122px;
  min-width: 122px;
}
.common_form_select.w155 {
  max-width: 155px;
  min-width: 155px;
}

.common_form_textarea {
  display: block;
  width: 100%;
  max-width: 424px;
  height: 218px;
  padding: 20px;
  outline: none;
  border: 2px #B5B5B5 solid;
  font-size: 16px;
  font-weight: bold;
  resize: none;
  color: #333;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.common_form_textarea:placeholder-shown {
  color: #B5B5B5;
  font-weight: normal;
}
.common_form_textarea::-webkit-input-placeholder {
  color: #B5B5B5;
  font-weight: normal;
}
.common_form_textarea:-moz-placeholder {
  color: #B5B5B5;
  opacity: 1;
  font-weight: normal;
}
.common_form_textarea::-moz-placeholder {
  color: #B5B5B5;
  opacity: 1;
  font-weight: normal;
}
.common_form_textarea:-ms-input-placeholder {
  color: #B5B5B5;
  font-weight: normal;
}
@media only screen and (max-width: 960px) {
  .common_form_textarea {
    height: 150px;
  }
}
.common_form_textarea:focus {
  border: 2px #DD6945 solid;
}

.common_form_radio_block {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  max-width: 640px;
  width: 100%;
}
.common_form_radio_block label {
  margin: 8px 20px 8px 0;
}
@media only screen and (max-width: 960px) {
  .common_form_radio_block label {
    margin: 8px 15px 8px 0;
  }
}
.common_form_radio_block .common_form_radio_input, .common_form_radio_block input[type="radio"] {
  display: none;
}
.common_form_radio_block .common_form_radio_text, .common_form_radio_block .wpcf7-list-item-label {
  padding: 0 0 0 22px;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .common_form_radio_block .common_form_radio_text, .common_form_radio_block .wpcf7-list-item-label {
    font-size: 14px;
    padding: 0 0 0 18px;
  }
}
.common_form_radio_block .common_form_radio_text::before, .common_form_radio_block .wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #707070;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media only screen and (max-width: 960px) {
  .common_form_radio_block .common_form_radio_text::before, .common_form_radio_block .wpcf7-list-item-label::before {
    width: 14px;
    height: 14px;
    top: -1px;
  }
}
.common_form_radio_block .common_form_radio_input:checked + .common_form_radio_text::after,
.common_form_radio_block input[type="radio"]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  background: #DD6945;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media only screen and (max-width: 960px) {
  .common_form_radio_block .common_form_radio_input:checked + .common_form_radio_text::after,
  .common_form_radio_block input[type="radio"]:checked + .wpcf7-list-item-label::after {
    top: 2px;
    width: 10px;
    height: 10px;
  }
}

span.wpcf7-list-item {
  margin: .5em 0 .5em 1em !important;
}

.common_form_input_text {
  font-size: 14px;
  line-height: 1.2;
  color: #333;
  font-weight: 500;
  margin: 5px 0 0;
}
@media only screen and (max-width: 960px) {
  .common_form_input_text {
    font-size: 11px;
  }
}

.common_form_size_block {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .common_form_size_block {
    display: block;
  }
}
.common_form_size_block .common_form_size_inner {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 30px 0 0;
}
.common_form_size_block .common_form_size_inner:last-of-type {
  margin: 0;
}
@media only screen and (max-width: 960px) {
  .common_form_size_block .common_form_size_inner {
    margin: 0 15px 0 0;
  }
}
@media only screen and (max-width: 640px) {
  .common_form_size_block .common_form_size_inner {
    margin: 0 0 10px;
  }
}
.common_form_size_block .common_form_size_text {
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
@media only screen and (max-width: 960px) {
  .common_form_size_block .common_form_size_text {
    font-size: 12px;
  }
}
.common_form_size_block .common_form_input {
  margin: 0 10px;
}
@media only screen and (max-width: 960px) {
  .common_form_size_block .common_form_input {
    margin: 0 5px;
  }
}
.common_form_size_block .common_form_select {
  margin: 0 10px;
}
@media only screen and (max-width: 960px) {
  .common_form_size_block .common_form_select {
    margin: 0 5px;
  }
}

.common_form_submit {
  position: relative;
  display: block;
  width: 100%;
  max-width: 530px;
  height: 84px;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #fff;
  background: #DD6945;
  margin: 0 auto;
  border: none;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
@media only screen and (max-width: 960px) {
  .common_form_submit {
    font-size: 16px;
    height: 60px;
    line-height: 60px;
  }
}
.common_form_submit img {
  display: inline-block;
  width: 15px;
  margin: 0 0 0 30px;
}
@media only screen and (max-width: 960px) {
  .common_form_submit img {
    width: 10px;
    margin: 0 0 0 12px;
  }
}

/* back btnarea */
.page_back_btnarea {
  text-align: center;
}
.page_back_btnarea .page_back_btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
}
@media only screen and (max-width: 960px) {
  .page_back_btnarea .page_back_btn {
    font-size: 12px;
  }
}

/*=================

      top.scss

=======================*/
.top_mv_block {
  position: relative;
  width: 100%;
  height: 579px;
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  .top_mv_block {
    height: 350px;
  }
}
.top_mv_block .top_mv_pic {
  display: block;
  width: 100%;
  height: 579px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 960px) {
  .top_mv_block .top_mv_pic {
    height: 350px;
  }
}
.top_mv_block .top_mv_textarea {
  width: calc( 100% - 24px );
  max-width: 627px;
  text-align: center;
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width: 960px) {
  .top_mv_block .top_mv_textarea {
    max-width: 315px;
  }
}
.top_mv_block .top_mv_textarea .top_mv_subtitle {
  font-size: 47px;
  letter-spacing: 1.2px;
  color: #fff;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.87);
}
@media only screen and (max-width: 960px) {
  .top_mv_block .top_mv_textarea .top_mv_subtitle {
    font-size: 23px;
  }
}
.top_mv_block .top_mv_textarea .top_mv_subtitle:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  margin: 25px auto;
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.87);
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.87);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.87);
  margin: 10px auto;
}
.top_mv_block .top_mv_textarea .top_mv_title {
  font-size: 21px;
  letter-spacing: 2.5px;
  line-height: 1.5;
  color: #fff;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.87);
}
@media only screen and (max-width: 960px) {
  .top_mv_block .top_mv_textarea .top_mv_title {
    font-size: 12px;
  }
}

.top_pickup_block {
  background: #EAEAEA;
  padding: 35px 0 30px;
}
.top_pickup_block .top_pickup_slider {
  width: calc( 100% - 58px );
  margin: 0 auto 80px;
}
@media only screen and (max-width: 640px) {
  .top_pickup_block .top_pickup_slider {
    width: 100%;
    margin: 0 auto 50px;
  }
}
.top_pickup_block .slick-prev {
  outline: none;
  display: block !important;
  width: 15px;
  height: 57px;
  background: url("../images/top/arrow01.svg") center center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 640px) {
  .top_pickup_block .slick-prev {
    display: none !important;
  }
}
.top_pickup_block .slick-prev:before {
  content: none;
}
.top_pickup_block .slick-next {
  outline: none;
  display: block !important;
  width: 15px;
  height: 57px;
  background: url("../images/top/arrow02.svg") center center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 640px) {
  .top_pickup_block .slick-next {
    display: none !important;
  }
}
.top_pickup_block .slick-next:before {
  content: none;
}
.top_pickup_block .top_pickup_slider_item {
  padding: 0 7px;
}
@media only screen and (max-width: 640px) {
  .top_pickup_block .top_pickup_slider_item {
    padding: 0;
  }
}
.top_pickup_block .top_pickup_slider_item .top_pickup_slider_link {
  text-decoration: none;
  display: block;
}
.top_pickup_block .top_pickup_slider_item img {
  display: block;
  max-width: 333px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .top_pickup_block .top_pickup_slider_item img {
    max-width: inherit;
  }
}
.top_pickup_block .slick-dots {
  bottom: -40px;
}
@media only screen and (max-width: 640px) {
  .top_pickup_block .slick-dots {
    bottom: -20px;
  }
}

.top_scene_block {
  padding: 56px 0 50px;
}
@media only screen and (max-width: 960px) {
  .top_scene_block {
    padding: 20px 0 40px;
  }
}
.top_scene_block .top_scene_list {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .top_scene_block .top_scene_list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.top_scene_block .top_scene_item {
  width: calc( ( 100% - 40px ) / 3 );
  margin: 0 20px 40px 0;
}
.top_scene_block .top_scene_item:nth-of-type(3n) {
  margin: 0 0 40px;
}
@media only screen and (max-width: 640px) {
  .top_scene_block .top_scene_item:nth-of-type(3n) {
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 640px) {
  .top_scene_block .top_scene_item {
    width: calc( 50% - 4px );
    margin: 0 0 20px;
  }
}
.top_scene_block .top_scene_pic {
  display: block;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 960px) {
  .top_scene_block .top_scene_pic {
    margin: 0 auto;
  }
}
.top_scene_block .top_scene_info {
  position: relative;
}
.top_scene_block .top_scene_info.show .top_scene_name {
  background: #707070;
  color: #fff;
}
.top_scene_block .top_scene_info.show .top_scene_name:after {
  background: url("../images/common/icon05_w.svg") center center no-repeat;
  background-size: contain;
  width: 13px;
  height: 8px;
  vertical-align: 3px;
}
@media only screen and (max-width: 960px) {
  .top_scene_block .top_scene_info.show .top_scene_name:after {
    width: 10px;
    height: 6px;
    vertical-align: 0;
    margin: 0 0 0 5px;
  }
}
.top_scene_block .top_scene_name {
  cursor: pointer;
  padding: 16px 10px;
  font-size: 20px;
  line-height: 1.2;
  color: #333;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 960px) {
  .top_scene_block .top_scene_name {
    font-size: 14px;
    padding: 8px 5px;
  }
}
@media only screen and (max-width: 640px) {
  .top_scene_block .top_scene_name {
    font-size: 13px;
  }
}
.top_scene_block .top_scene_name:after {
  content: "";
  background: url("../images/common/icon05.svg") center center no-repeat;
  background-size: contain;
  display: inline-block;
  width: 8px;
  height: 13px;
  vertical-align: 1px;
  margin: 0 0 0 12px;
}
@media only screen and (max-width: 960px) {
  .top_scene_block .top_scene_name:after {
    width: 6px;
    height: 10px;
    vertical-align: 0;
    margin: 0 0 0 5px;
  }
}
.top_scene_block .top_scene_sublist {
  display: none;
  position: absolute;
  width: 100%;
  top: 56px;
  left: 0;
  padding: 0 7px;
  z-index: 5;
  background: rgba(237, 237, 237, 0.95);
}
@media only screen and (max-width: 960px) {
  .top_scene_block .top_scene_sublist {
    top: 31px;
  }
}
.top_scene_block .top_scene_sublist .top_scene_subitem {
  border-bottom: 1px #B5B5B5 solid;
}
.top_scene_block .top_scene_sublist .top_scene_subitem:last-of-type {
  border-bottom: none;
}
.top_scene_block .top_scene_sublist .top_scene_sublink {
  position: relative;
  display: block;
  text-decoration: none;
  width: 100%;
  padding: 24px;
  font-size: 14px;
  color: #333;
}
@media only screen and (max-width: 960px) {
  .top_scene_block .top_scene_sublist .top_scene_sublink {
    font-size: 12px;
    padding: 15px 7px;
  }
}
.top_scene_block .top_scene_sublist .top_scene_sublink:after {
  content: "";
  background: url("../images/common/icon05.svg") center center no-repeat;
  background-size: contain;
  display: block;
  width: 8px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 40px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 960px) {
  .top_scene_block .top_scene_sublist .top_scene_sublink:after {
    width: 6px;
    height: 10px;
    right: 10px;
  }
}

.top_gallery_block {
  position: relative;
}
.top_gallery_block .top_gallery_text {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  text-align: center;
  margin: 0 0 40px;
}
@media only screen and (max-width: 960px) {
  .top_gallery_block .top_gallery_text {
    font-size: 12px;
    margin: 0 0 20px;
  }
}

.top_gallery_common_box {
  width: 100%;
  margin: 0 auto 80px;
}
@media only screen and (max-width: 640px) {
  .top_gallery_common_box {
    margin: 0 auto 40px;
  }
}
.top_gallery_common_box .top_gallery_common_title_block {
  position: relative;
  height: 240px;
  width: 100%;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 640px) {
  .top_gallery_common_box .top_gallery_common_title_block {
    height: 150px;
    margin: 0 auto 15px;
  }
}
.top_gallery_common_box .top_gallery_common_title_block:before {
  content: "";
  width: 100%;
  height: 240px;
  position: absolute;
  left: -100%;
  top: 0;
}
@media only screen and (max-width: 640px) {
  .top_gallery_common_box .top_gallery_common_title_block:before {
    height: 150px;
  }
}
.top_gallery_common_box .top_gallery_common_title_block .top_gallery_common_title_inner {
  width: calc( 100% - 78px );
  position: absolute;
  top: 50%;
  left: 78px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  border-left: 7px #fff solid;
  padding: 3px 0 5px 20px;
}
@media only screen and (max-width: 960px) {
  .top_gallery_common_box .top_gallery_common_title_block .top_gallery_common_title_inner {
    left: 12px;
    width: calc( 100% - 24px );
    border-left: 2px #fff solid;
    padding: 3px 0 5px 12px;
  }
}
@media only screen and (max-width: 640px) {
  .top_gallery_common_box .top_gallery_common_title_block .top_gallery_common_title_inner {
    width: 100%;
    left: 0;
  }
}
.top_gallery_common_box .top_gallery_common_title_block.bg_blue {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc1YjNjYiIgc3RvcC1vcGFjaXR5PSIwLjk2Ii8+PHN0b3Agb2Zmc2V0PSI3OCUiIHN0b3AtY29sb3I9IiM4OWJiY2UiIHN0b3Atb3BhY2l0eT0iMC45NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -moz-linear-gradient(0deg, rgba(117, 179, 203, 0.96), rgba(137, 187, 206, 0.96) 78%, rgba(255, 255, 255, 0));
  background: -webkit-linear-gradient(0deg, rgba(117, 179, 203, 0.96), rgba(137, 187, 206, 0.96) 78%, rgba(255, 255, 255, 0));
  background: linear-gradient(90deg, rgba(117, 179, 203, 0.96), rgba(137, 187, 206, 0.96) 78%, rgba(255, 255, 255, 0));
}
.top_gallery_common_box .top_gallery_common_title_block.bg_blue:before {
  background: rgba(117, 179, 203, 0.96);
}
.top_gallery_common_box .top_gallery_common_title_block.bg_purple {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk2ODRiMiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjOWE4OWI1IiBzdG9wLW9wYWNpdHk9IjAuOTYiLz48c3RvcCBvZmZzZXQ9Ijc4JSIgc3RvcC1jb2xvcj0iI2ExOTFiYSIgc3RvcC1vcGFjaXR5PSIwLjkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -moz-linear-gradient(0deg, #9684b2, rgba(154, 137, 181, 0.96) 50%, rgba(161, 145, 186, 0.9) 78%, rgba(255, 255, 255, 0));
  background: -webkit-linear-gradient(0deg, #9684b2, rgba(154, 137, 181, 0.96) 50%, rgba(161, 145, 186, 0.9) 78%, rgba(255, 255, 255, 0));
  background: linear-gradient(90deg, #9684b2, rgba(154, 137, 181, 0.96) 50%, rgba(161, 145, 186, 0.9) 78%, rgba(255, 255, 255, 0));
}
.top_gallery_common_box .top_gallery_common_title_block.bg_purple:before {
  background: #9684B2;
}
.top_gallery_common_box .top_gallery_common_title_block.bg_yellow {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmYjI0NyIvPjxzdG9wIG9mZnNldD0iODUlIiBzdG9wLWNvbG9yPSIjZmJhZTJhIi8+PHN0b3Agb2Zmc2V0PSI5NSUiIHN0b3AtY29sb3I9IiNmZmFjMWYiIHN0b3Atb3BhY2l0eT0iMC4yNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -moz-linear-gradient(0deg, #efb247, #fbae2a 85%, rgba(255, 172, 31, 0.24) 95%, rgba(255, 255, 255, 0));
  background: -webkit-linear-gradient(0deg, #efb247, #fbae2a 85%, rgba(255, 172, 31, 0.24) 95%, rgba(255, 255, 255, 0));
  background: linear-gradient(90deg, #efb247, #fbae2a 85%, rgba(255, 172, 31, 0.24) 95%, rgba(255, 255, 255, 0));
}
.top_gallery_common_box .top_gallery_common_title_block.bg_yellow:before {
  background: #EFB247;
}
.top_gallery_common_box .top_gallery_common_title_block.bg_green {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk2YWY0MSIvPjxzdG9wIG9mZnNldD0iNzglIiBzdG9wLWNvbG9yPSIjOGVhODM5IiBzdG9wLW9wYWNpdHk9IjAuNTgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -moz-linear-gradient(0deg, #96af41, rgba(142, 168, 57, 0.58) 78%, rgba(255, 255, 255, 0));
  background: -webkit-linear-gradient(0deg, #96af41, rgba(142, 168, 57, 0.58) 78%, rgba(255, 255, 255, 0));
  background: linear-gradient(90deg, #96af41, rgba(142, 168, 57, 0.58) 78%, rgba(255, 255, 255, 0));
}
.top_gallery_common_box .top_gallery_common_title_block.bg_green:before {
  background: #96AF41;
}
.top_gallery_common_box .top_gallery_common_title_block.bg_pink {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmODg4YyIvPjxzdG9wIG9mZnNldD0iNzglIiBzdG9wLWNvbG9yPSIjZjg5M2EzIiBzdG9wLW9wYWNpdHk9IjAuNTgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -moz-linear-gradient(0deg, #ff888c, rgba(248, 147, 163, 0.58) 78%, rgba(255, 255, 255, 0));
  background: -webkit-linear-gradient(0deg, #ff888c, rgba(248, 147, 163, 0.58) 78%, rgba(255, 255, 255, 0));
  background: linear-gradient(90deg, #ff888c, rgba(248, 147, 163, 0.58) 78%, rgba(255, 255, 255, 0));
}
.top_gallery_common_box .top_gallery_common_title_block.bg_pink:before {
  background: #FF888C;
}
.top_gallery_common_box .top_gallery_common_title_block.bg_sky {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdiYzNkZSIvPjxzdG9wIG9mZnNldD0iNzglIiBzdG9wLWNvbG9yPSIjN2JjM2RlIiBzdG9wLW9wYWNpdHk9IjAuNTgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -moz-linear-gradient(0deg, #7bc3de, rgba(123, 195, 222, 0.58) 78%, rgba(255, 255, 255, 0));
  background: -webkit-linear-gradient(0deg, #7bc3de, rgba(123, 195, 222, 0.58) 78%, rgba(255, 255, 255, 0));
  background: linear-gradient(90deg, #7bc3de, rgba(123, 195, 222, 0.58) 78%, rgba(255, 255, 255, 0));
}
.top_gallery_common_box .top_gallery_common_title_block.bg_sky:before {
  background: #7BC3DE;
}
.top_gallery_common_box .top_gallery_common_title_block .top_gallery_common_name {
  font-size: 28px;
  color: #fff;
  line-height: 1.5;
  font-weight: 600;
}
@media only screen and (max-width: 640px) {
  .top_gallery_common_box .top_gallery_common_title_block .top_gallery_common_name {
    font-size: 17px;
    margin: 0 0 10px;
  }
}
.top_gallery_common_box .top_gallery_common_title_block .top_gallery_common_name span {
  display: inline-block;
  margin: 0 0 0 25px;
  vertical-align: 4px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2.5px;
}
.top_gallery_common_box .top_gallery_common_title_block .top_gallery_common_name span.top_gallery_mens_span {
  margin: 10px 0;
  display: block;
}
@media only screen and (max-width: 640px) {
  .top_gallery_common_box .top_gallery_common_title_block .top_gallery_common_name span {
    display: block;
    font-size: 10px;
    margin: 0;
    vertical-align: 3px;
  }
}
.top_gallery_common_box .top_gallery_common_title_block .top_gallery_common_intro {
  font-size: 14px;
  letter-spacing: 1.5px;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
}
@media only screen and (max-width: 960px) {
  .top_gallery_common_box .top_gallery_common_title_block .top_gallery_common_intro {
    font-size: 12px;
  }
}
.top_gallery_common_box .top_gallery_common_title_block .top_gallery_common_pic {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  display: block;
  width: 410px;
  height: 240px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 640px) {
  .top_gallery_common_box .top_gallery_common_title_block .top_gallery_common_pic {
    height: 150px;
    width: 340px;
    right: -12px;
    background-position: right center;
  }
}
.top_gallery_common_box .top_gallery_common_tab_list {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 20px;
}
.top_gallery_common_box .top_gallery_common_tab_list .top_gallery_common_tab_item {
  position: relative;
  cursor: pointer;
  width: calc( 50% - 12px );
  background: #EBEBEB;
  color: #333;
  font-size: 24px;
  text-align: center;
  height: 70px;
  line-height: 65px;
}
@media only screen and (max-width: 640px) {
  .top_gallery_common_box .top_gallery_common_tab_list .top_gallery_common_tab_item {
    font-size: 14px;
    height: 50px;
    line-height: 48px;
    width: calc( 50% - 5px );
  }
}
.top_gallery_common_box .top_gallery_common_tab_list .top_gallery_common_tab_item:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 5px;
  background: #fff;
}
@media only screen and (max-width: 640px) {
  .top_gallery_common_box .top_gallery_common_tab_list .top_gallery_common_tab_item:after {
    height: 2px;
  }
}
.top_gallery_common_box .top_gallery_common_tab_list .top_gallery_common_tab_item.active {
  color: #fff;
  line-height: 70px;
}
@media only screen and (max-width: 640px) {
  .top_gallery_common_box .top_gallery_common_tab_list .top_gallery_common_tab_item.active {
    line-height: 50px;
  }
}
.top_gallery_common_box .top_gallery_common_tab_list .top_gallery_common_tab_item.active:after {
  background: none;
}
.top_gallery_common_box .top_gallery_common_tab_list.color_blue {
  border-bottom: 3px #89BBCF solid;
}
@media only screen and (max-width: 640px) {
  .top_gallery_common_box .top_gallery_common_tab_list.color_blue {
    border-bottom: 2px #89BBCF solid;
  }
}
.top_gallery_common_box .top_gallery_common_tab_list.color_blue .top_gallery_common_tab_item.active {
  background: #89BBCF;
}
.top_gallery_common_box .top_gallery_common_tab_list.color_yellow {
  border-bottom: 3px #F6B037 solid;
}
@media only screen and (max-width: 640px) {
  .top_gallery_common_box .top_gallery_common_tab_list.color_yellow {
    border-bottom: 2px #F6B037 solid;
  }
}
.top_gallery_common_box .top_gallery_common_tab_list.color_yellow .top_gallery_common_tab_item.active {
  background: #F6B037;
}
.top_gallery_common_box .top_gallery_common_tab_list.color_green {
  border-bottom: 3px #97B045 solid;
}
@media only screen and (max-width: 640px) {
  .top_gallery_common_box .top_gallery_common_tab_list.color_green {
    border-bottom: 2px #97B045 solid;
  }
}
.top_gallery_common_box .top_gallery_common_tab_list.color_green .top_gallery_common_tab_item.active {
  background: #97B045;
}
.top_gallery_common_box .top_gallery_common_tab_list.color_pink {
  border-bottom: 3px #FE8C90 solid;
}
@media only screen and (max-width: 640px) {
  .top_gallery_common_box .top_gallery_common_tab_list.color_pink {
    border-bottom: 2px #FE8C90 solid;
  }
}
.top_gallery_common_box .top_gallery_common_tab_list.color_pink .top_gallery_common_tab_item.active {
  background: #FE8C90;
}
.top_gallery_common_box .top_gallery_common_tab_list.color_sky {
  border-bottom: 3px #7BC3DE solid;
}
@media only screen and (max-width: 640px) {
  .top_gallery_common_box .top_gallery_common_tab_list.color_sky {
    border-bottom: 2px #7BC3DE solid;
  }
}
.top_gallery_common_box .top_gallery_common_tab_list.color_sky .top_gallery_common_tab_item.active {
  background: #7BC3DE;
}
.top_gallery_common_box .top_gallery_common_main {
  width: 100%;
  margin: 0 auto 45px;
}
@media only screen and (max-width: 640px) {
  .top_gallery_common_box .top_gallery_common_main {
    margin: 0 auto 5px;
  }
}
.top_gallery_common_box .top_gallery_common_main .top_gallery_common_main_inner {
  display: none;
}
.top_gallery_common_box .top_gallery_common_main .top_gallery_common_main_inner.active {
  display: block;
}
.top_gallery_common_box .top_gallery_common_main .top_gallery_common_list {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 640px) {
  .top_gallery_common_box .top_gallery_common_main .top_gallery_common_list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
}
.top_gallery_common_box .top_gallery_common_main .top_gallery_common_item {
  position: relative;
  width: calc( ( 100% - 60px ) / 5 );
  height: 300px;
  margin: 0 15px 0 0;
}
@media only screen and (max-width: 960px) {
  .top_gallery_common_box .top_gallery_common_main .top_gallery_common_item {
    width: calc(( 100% - 40px ) / 5);
    margin: 0 10px 0 0;
    height: 215px;
  }
}
@media only screen and (max-width: 640px) {
  .top_gallery_common_box .top_gallery_common_main .top_gallery_common_item {
    width: calc( 50% - 6px );
    margin: 0 0 20px;
  }
}
.top_gallery_common_box .top_gallery_common_main .top_gallery_common_item:last-of-type {
  margin: 0;
}
@media only screen and (max-width: 640px) {
  .top_gallery_common_box .top_gallery_common_main .top_gallery_common_item:last-of-type {
    display: none;
  }
}
.top_gallery_common_box .top_gallery_common_main .top_gallery_common_link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.top_gallery_common_box .top_gallery_common_main .top_gallery_common_item_name {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(235, 235, 235, 0.82);
  text-align: center;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  letter-spacing: 1.5px;
  padding: 0 5px;
}
@media only screen and (max-width: 960px) {
  .top_gallery_common_box .top_gallery_common_main .top_gallery_common_item_name {
    font-size: 12px;
  }
}

.top_common_btnarea {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  .top_common_btnarea {
    display: block;
  }
}
.top_common_btnarea .common_btn02 {
  max-width: 382px;
  margin: 0 8px;
}
@media only screen and (max-width: 640px) {
  .top_common_btnarea .common_btn02 {
    margin: 0 auto 8px;
  }
}

.top_news_block {
  padding: 0 0 80px;
}
@media only screen and (max-width: 960px) {
  .top_news_block {
    padding: 0 0 40px;
  }
}
.top_news_block .top_news_list {
  border-top: 2px #707070 solid;
  border-bottom: 2px #707070 solid;
  max-width: 870px;
  width: 100%;
  margin: 0 auto 25px;
}
@media only screen and (max-width: 960px) {
  .top_news_block .top_news_list {
    margin: 0 auto 20px;
  }
}
.top_news_block .top_news_item {
  border-bottom: 1px #B2A99B solid;
}
.top_news_block .top_news_item:last-of-type {
  border-bottom: none;
}
.top_news_block .top_news_link {
  position: relative;
  text-decoration: none;
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px 50px 20px 15px;
}
@media only screen and (max-width: 960px) {
  .top_news_block .top_news_link {
    padding: 15px 0;
  }
}
.top_news_block .top_news_link:after {
  content: ">";
  color: #52493E;
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 25px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","游ゴシック", YuGothic, Verdana,  "メイリオ", Meiryo, sans-serif;
}
@media only screen and (max-width: 960px) {
  .top_news_block .top_news_link:after {
    content: none;
  }
}
.top_news_block .top_news_date {
  font-size: 14px;
  font-weight: 500;
  background: #707070;
  color: #fff;
  width: 108px;
  min-width: 108px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  margin: 0 30px 0 0;
}
@media only screen and (max-width: 960px) {
  .top_news_block .top_news_date {
    font-size: 10px;
    width: 62px;
    min-width: 62px;
    height: 21px;
    line-height: 21px;
    margin: 0 15px 0 0;
  }
}
.top_news_block .top_news_title {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  width: 100%;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  .top_news_block .top_news_title {
    font-size: 12px;
    -webkit-line-clamp: 2;
  }
}

/*=================

    kimono.scss

=======================*/
.kimono_mv_block {
  background: #E2E5EE;
  height: 350px;
  width: 100%;
  padding: 0 50px;
  margin: 0 0 60px;
}
@media only screen and (max-width: 1100px) {
  .kimono_mv_block {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 960px) {
  .kimono_mv_block {
    margin: 0 0 30px;
    height: 220px;
  }
}
@media only screen and (max-width: 640px) {
  .kimono_mv_block {
    height: 180px;
  }
}
.kimono_mv_block .kimono_mv_inner {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
.kimono_mv_block .kimono_mv_main {
  width: 50%;
  position: relative;
  height: 100%;
  z-index: 2;
}
@media only screen and (max-width: 960px) {
  .kimono_mv_block .kimono_mv_main {
    width: 100%;
  }
}
.kimono_mv_block .kimono_mv_main .kimono_mv_textarea {
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 489px;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .kimono_mv_block .kimono_mv_main .kimono_mv_textarea {
    right: inherit;
    left: 0;
    width: 100%;
    max-width: 445px;
  }
}
.kimono_mv_block .kimono_mv_main .kimono_mv_title {
  font-size: 44px;
  color: #DD6945;
  font-weight: 600;
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px #707070 solid;
}
@media only screen and (max-width: 960px) {
  .kimono_mv_block .kimono_mv_main .kimono_mv_title {
    font-size: 30px;
    padding: 0 0 10px;
    margin: 0 0 10px;
  }
}
.kimono_mv_block .kimono_mv_main .kimono_mv_title span {
  font-size: 14px;
  letter-spacing: 2px;
  margin: 0 0 0 30px;
  vertical-align: 10px;
}
@media only screen and (max-width: 960px) {
  .kimono_mv_block .kimono_mv_main .kimono_mv_title span {
    font-size: 11px;
    margin: 0 0 0 15px;
    vertical-align: 5px;
  }
}
.kimono_mv_block .kimono_mv_main .kimono_mv_text {
  font-size: 16px;
  color: #333;
  letter-spacing: 1.5px;
  line-height: 1.5;
}
@media only screen and (max-width: 960px) {
  .kimono_mv_block .kimono_mv_main .kimono_mv_text {
    font-size: 13px;
  }
}
.kimono_mv_block .kimono_mv_pic {
  display: block;
  width: 540px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 960px) {
  .kimono_mv_block .kimono_mv_pic {
    max-width: 540px;
    width: 100%;
    background-position: right center;
  }
}
@media only screen and (max-width: 750px) {
  .kimono_mv_block .kimono_mv_pic {
    opacity: .2;
  }
}

.kimono_wrap {
  padding: 0 50px 100px;
}
@media only screen and (max-width: 1200px) {
  .kimono_wrap {
    padding: 0 20px 100px;
  }
}
@media only screen and (max-width: 960px) {
  .kimono_wrap {
    padding: 0 12px 50px;
  }
}

.kimono_layout {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.kimono_layout .kimono_aside {
  width: 22%;
  margin: 0 40px 0 0;
}
@media only screen and (max-width: 960px) {
  .kimono_layout .kimono_aside {
    display: none;
  }
}
.kimono_layout .kimono_main {
  width: calc( 78% - 40px);
}
@media only screen and (max-width: 960px) {
  .kimono_layout .kimono_main {
    width: 100%;
  }
}

.kimono_aside_common_block {
  margin: 0 auto 30px;
}

.kimono_choice_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: solid 2px #5A5A5A;
  margin: 0 0 30px;
}
@media only screen and (max-width: 960px) {
  .kimono_choice_list {
    margin: 0 0 20px;
  }
}
.kimono_choice_list .kimono_choice_item {
  width: 48%;
  background: #D4D8DC;
  padding: 15px 0;
  color: #2A292A;
  text-align: center;
  font-weight: bold;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.kimono_choice_list .kimono_choice_item.active {
  background: #5A5A5A;
  color: #fff;
}
.kimono_choice_list .kimono_choice_item:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 960px) {
  .kimono_choice_list .kimono_choice_item {
    width: 49%;
    font-size: 14px;
    font-weight: normal;
  }
}

.kimono_aside_common_title {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  font-weight: bold;
  padding: 0 0 12px 8px;
  border-bottom: 1.5px #333 solid;
}
.kimono_aside_common_title img {
  display: inline-block;
  width: 23px;
  margin: 0 5px 0 0;
}
.kimono_aside_common_title span {
  font-size: 12px;
  letter-spacing: 1.5px;
  font-weight: 500;
  margin: 0 0 0 10px;
}

.kimono_aside_common_list .kimono_aside_common_item {
  border-bottom: 1px #707070 dashed;
}
.kimono_aside_common_list .kimono_aside_common_link {
  position: relative;
  display: block;
  width: 100%;
  padding: 28px 8px;
  text-decoration: none;
  font-size: 14px;
  color: #707070;
  font-weight: bold;
}
.kimono_aside_common_list .kimono_aside_common_link:after {
  content: "";
  display: block;
  background: url("../images/gallery/icon02.svg") center center no-repeat;
  background-size: contain;
  width: 6px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 20px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.kimono_aside_others_block {
  padding: 30px 0 0;
  margin: 0 auto 40px;
}

.kimono_aside_others_list .kimono_aside_others_item {
  border-bottom: 1px #707070 dashed;
}
.kimono_aside_others_list .kimono_aside_others_title {
  cursor: pointer;
  position: relative;
  display: block;
  width: 100%;
  padding: 28px 8px;
  text-decoration: none;
  font-size: 14px;
  color: #707070;
  font-weight: bold;
}
.kimono_aside_others_list .kimono_aside_others_title:after {
  content: "";
  display: block;
  background: url("../images/gallery/icon07.svg") center center no-repeat;
  background-size: contain;
  width: 16px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 20px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.kimono_aside_others_list .kimono_aside_others_title.active:after {
  background: url("../images/gallery/icon08.svg") center center no-repeat;
  background-size: contain;
  height: 3px;
}

.kimono_aside_others_sublist {
  display: none;
}
.kimono_aside_others_sublist .kimono_aside_others_subitem {
  border-bottom: 1px #B5B5B5 solid;
}
.kimono_aside_others_sublist .kimono_aside_others_subitem:last-of-type {
  border-bottom: none;
}
.kimono_aside_others_sublist .kimono_aside_others_sublink {
  position: relative;
  display: block;
  padding: 28px 14px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  background: #EDEDED;
}
.kimono_aside_others_sublist .kimono_aside_others_sublink:after {
  content: "";
  display: block;
  background: url("../images/gallery/icon09.svg") center center no-repeat;
  background-size: contain;
  width: 8px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 50px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.kimono_aside_bnr {
  display: block;
  width: 100%;
  text-decoration: none;
  margin: 0 auto 20px;
}
.kimono_aside_bnr img {
  display: block;
  width: 100%;
}

.kimono_list {
  display: none;
}
.kimono_list.show {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .kimono_list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.kimono_list .kimono_item {
  width: calc( (100% - 60px) / 4 );
  margin: 0 20px 70px 0;
}
.kimono_list .kimono_item:nth-of-type(4n) {
  margin: 0 0 70px;
}
@media only screen and (max-width: 960px) {
  .kimono_list .kimono_item:nth-of-type(4n) {
    margin: 0 0 35px;
  }
}
@media only screen and (max-width: 960px) {
  .kimono_list .kimono_item {
    width: calc( (100% - 36px) / 4 );
    margin: 0 12px 35px 0;
  }
}
@media only screen and (max-width: 640px) {
  .kimono_list .kimono_item {
    width: calc( 50% - 6px );
    margin: 0 0 35px;
  }
}
.kimono_list .kimono_link {
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.kimono_list .kimono_pic {
  position: relative;
  display: block;
  width: 100%;
  height: 330px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto 10px;
}
@media only screen and (max-width: 960px) {
  .kimono_list .kimono_pic {
    height: 212px;
  }
}
.kimono_list .kimono_label {
  display: block;
  width: 90px;
  position: absolute;
  top: 10px;
  left: 0;
}
@media only screen and (max-width: 960px) {
  .kimono_list .kimono_label {
    width: 70px;
  }
}
.kimono_list .kimono_name {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .kimono_list .kimono_name {
    font-size: 14px;
  }
}
.kimono_list .kimono_price {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}
@media only screen and (max-width: 960px) {
  .kimono_list .kimono_price {
    font-size: 12px;
  }
}
.kimono_list .kimono_price span {
  font-size: 16px;
  margin: 0 0 0 10px;
}
@media only screen and (max-width: 960px) {
  .kimono_list .kimono_price span {
    font-size: 14px;
    margin: 0 0 0 5px;
  }
}

/* detail */
.kimono-d_wrap {
  padding: 35px 0 75px;
}
@media only screen and (max-width: 960px) {
  .kimono-d_wrap {
    padding: 25px 0 35px;
  }
}

.kimono-d_mv_block {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 50px;
  margin: 0 0 40px;
  /*  slider  */
  /*  slider end */
}
@media only screen and (max-width: 1100px) {
  .kimono-d_mv_block {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 960px) {
  .kimono-d_mv_block {
    padding: 0;
    margin: 0 0 25px;
  }
}
@media only screen and (max-width: 640px) {
  .kimono-d_mv_block {
    display: block;
  }
}
.kimono-d_mv_block .kimono-d_mv_pic {
  display: block;
  width: 57%;
}
@media only screen and (max-width: 960px) {
  .kimono-d_mv_block .kimono-d_mv_pic {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .kimono-d_mv_block .kimono-d_mv_pic {
    width: 100%;
    margin: 0 auto 15px;
  }
}
.kimono-d_mv_block .kimono-d_mv_slider {
  width: 62.3%;
}
.kimono-d_mv_block .kimono-d_mv_info {
  width: 43%;
  padding: 0 60px;
}
@media only screen and (max-width: 1100px) {
  .kimono-d_mv_block .kimono-d_mv_info {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 960px) {
  .kimono-d_mv_block .kimono-d_mv_info {
    width: 50%;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 640px) {
  .kimono-d_mv_block .kimono-d_mv_info {
    width: 100%;
    padding: 0 12px;
  }
}
.kimono-d_mv_block .kimono-d_mv_main_list {
  display: block;
  width: 100%;
  margin: 0 0 17px;
  padding: 0 2.5px;
}
.kimono-d_mv_block .kimono-d_mv_main_list .slick-prev {
  outline: none;
  display: block !important;
  width: 16px;
  height: 35px;
  left: 20px;
  z-index: 10;
  background: url("../images/gallery/arrow01.svg") center center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 640px) {
  .kimono-d_mv_block .kimono-d_mv_main_list .slick-prev {
    display: none !important;
  }
}
.kimono-d_mv_block .kimono-d_mv_main_list .slick-prev:before {
  content: none;
}
.kimono-d_mv_block .kimono-d_mv_main_list .slick-next {
  outline: none;
  display: block !important;
  width: 16px;
  height: 35px;
  right: 20px;
  z-index: 10;
  background: url("../images/gallery/arrow02.svg") center center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 640px) {
  .kimono-d_mv_block .kimono-d_mv_main_list .slick-next {
    display: none !important;
  }
}
.kimono-d_mv_block .kimono-d_mv_main_list .slick-next:before {
  content: none;
}
.kimono-d_mv_block .kimono-d_mv_main_list .kimono-d_mv_main_pic {
  height: 706px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.kimono-d_mv_block .kimono-d_mv_sub_list .kimono-d_mv_sub_item {
  padding: 0 2.5px;
}
.kimono-d_mv_block .kimono-d_mv_sub_list .kimono-d_mv_sub_pic {
  width: 100%;
  height: 124px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.kimono-d_mv_block .kimono-d_mv_title {
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
  color: #000;
  margin: 0 0 25px;
  padding: 0 0 10px;
  border-bottom: 1px #707070 solid;
}
@media only screen and (max-width: 960px) {
  .kimono-d_mv_block .kimono-d_mv_title {
    font-size: 18px;
    margin: 0 0 15px;
    padding: 0 0 5px;
  }
}
.kimono-d_mv_block .kimono-d_mv_box {
  		/*
  padding: 0 0 25px;
  		border-bottom: 1px $grey solid;
  		margin: 0 0 15px;
  */
  		/*
  .kimono-d_mv_material{
  			-js-display: flex;
  			display:flex;
  			display:-webkit-box;
  			display:-ms-flexbox;
  			display: -webkit-flex;
  			-webkit-box-align:center;
  			-ms-flex-align:center;
  			-webkit-align-items:center;
  			align-items:center;
  			flex-wrap:wrap;
  			-webkit-flex-wrap:wrap;
  			-moz-flex-wrap:wrap;
  			-ms-flex-wrap:wrap;
  			font-size: 14px;
  			line-height: 1.5;
  			color: $black;
  			@extend .fg;
  		}
  		.kimono-d_mv_material_detail{
  			margin: 0 25px 0 0;
  			span{
  				white-space: nowrap;
  			}
  		}
  */
}
.kimono-d_mv_block .kimono-d_mv_box .kinono-d_mv_price_title {
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .kimono-d_mv_block .kimono-d_mv_box .kinono-d_mv_price_title {
    font-size: 12px;
  }
}
.kimono-d_mv_block .kimono-d_mv_box .kimono-d_mv_price_text {
  font-size: 32px;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 40px;
}
@media only screen and (max-width: 960px) {
  .kimono-d_mv_block .kimono-d_mv_box .kimono-d_mv_price_text {
    font-size: 24px;
    margin: 0 0 25px;
  }
}
.kimono-d_mv_block .kimono-d_mv_box .kimono-d_mv_price_text span {
  font-weight: 500;
  font-size: 20px;
  margin: 0 0 0 10px;
}
@media only screen and (max-width: 960px) {
  .kimono-d_mv_block .kimono-d_mv_box .kimono-d_mv_price_text span {
    font-size: 14px;
  }
}
.kimono-d_mv_block .kimono-d_mv_box .kimono-d_mv_material {
  font-size: 20px;
  line-height: 1.6;
  margin: 0 0 35px;
  font-weight: 500;
  color: #333;
}
@media only screen and (max-width: 960px) {
  .kimono-d_mv_block .kimono-d_mv_box .kimono-d_mv_material {
    font-size: 14px;
    margin: 0 0 20px;
  }
}
.kimono-d_mv_block .kimono-d_mv_box .kimono-d_mv_material .kimono-d_mv_material_detail {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin: 0 0 5px;
}
.kimono-d_mv_block .kimono-d_mv_box .kimono-d_mv_material .kimono-d_mv_material_detail span {
  white-space: nowrap;
}
.kimono-d_mv_block .kimono-d_mv_detail {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  margin: 0 0 35px;
}
@media only screen and (max-width: 960px) {
  .kimono-d_mv_block .kimono-d_mv_detail {
    font-size: 12px;
    margin: 0 0 12px;
  }
}
.kimono-d_mv_block .kimono-d_mv_list {
  border-bottom: 1px #707070 solid;
  padding: 0 0 10px;
  margin: 0 0 50px;
}
@media only screen and (max-width: 960px) {
  .kimono-d_mv_block .kimono-d_mv_list {
    margin: 0 0 30px;
  }
}
.kimono-d_mv_block .kimono-d_mv_list .kimono-d_mv_item {
  margin: 0 0 5px;
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}
@media only screen and (max-width: 960px) {
  .kimono-d_mv_block .kimono-d_mv_list .kimono-d_mv_item {
    font-size: 12px;
  }
}
.kimono-d_mv_block .kimono-d_mv_list .kimono-d_mv_item span {
  width: 95px;
  min-width: 95px;
  font-weight: bold;
  white-space: nowrap;
}
.kimono-d_mv_block .kimono-d_mv_btnarea {
  padding: 0 15px;
}
.kimono-d_mv_block .kimono-d_mv_size_btn {
  cursor: pointer;
  display: block;
  background: none;
  border: none;
  outline: none;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  width: 160px;
  margin: 0 0 18px;
  padding: 0;
}
.kimono-d_mv_block .kimono-d_mv_size_btn span {
  display: inline-block;
  vertical-align: 1px;
  margin: 0 0 0 2px;
}
.kimono-d_mv_block .kimono-d_mv_back_btn {
  display: inline-block;
  background: none;
  border: none;
  outline: none;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-decoration: none;
}
@media only screen and (max-width: 960px) {
  .kimono-d_mv_block .kimono-d_mv_back_btn {
    font-size: 14px;
  }
}
.kimono-d_mv_block .kimono-d_mv_back_btn small {
  display: inline-block;
  vertical-align: 1px;
  margin: 0 2px 0 0;
}

.kimono-d_mv_btn01 {
  display: block;
  width: 100%;
  height: 86px;
  line-height: 82px;
  border: 2px #96AF41 solid;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  margin: 0 auto 15px;
  color: #96AF41;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 960px) {
  .kimono-d_mv_btn01 {
    height: 60px;
    line-height: 58px;
    border: 1px #96AF41 solid;
    font-size: 14px;
  }
}
.kimono-d_mv_btn01:after {
  content: "";
  background: url("../images/gallery/icon03.svg") center center no-repeat;
  background-size: contain;
  display: inline-block;
  width: 10px;
  height: 15px;
  margin: 0 0 0 30px;
}
@media only screen and (max-width: 960px) {
  .kimono-d_mv_btn01:after {
    width: 8px;
    height: 13px;
    margin: 0 0 0 15px;
  }
}
.kimono-d_mv_btn01:hover {
  background: #96AF41;
  color: #fff;
}
@media only screen and (max-width: 960px) {
  .kimono-d_mv_btn01:hover {
    background: none;
    color: #96AF41;
  }
}
.kimono-d_mv_btn01:hover:after {
  background: url("../images/gallery/icon10.svg") center center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 960px) {
  .kimono-d_mv_btn01:hover:after {
    background: url("../images/gallery/icon03.svg") center center no-repeat;
    background-size: contain;
  }
}

.kimono-d_mv_btn02 {
  display: block;
  width: 100%;
  height: 86px;
  line-height: 82px;
  border: 2px #707070 solid;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  margin: 0 auto 35px;
  color: #707070;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 960px) {
  .kimono-d_mv_btn02 {
    height: 60px;
    line-height: 58px;
    border: 1px #707070 solid;
    font-size: 14px;
  }
}
.kimono-d_mv_btn02:after {
  content: "";
  background: url("../images/gallery/icon04.svg") center center no-repeat;
  background-size: contain;
  display: inline-block;
  width: 10px;
  height: 15px;
  margin: 0 0 0 30px;
}
@media only screen and (max-width: 960px) {
  .kimono-d_mv_btn02:after {
    width: 8px;
    height: 13px;
    margin: 0 0 0 15px;
  }
}
.kimono-d_mv_btn02:hover {
  background: #707070;
  color: #fff;
}
@media only screen and (max-width: 960px) {
  .kimono-d_mv_btn02:hover {
    background: none;
    color: #707070;
  }
}
.kimono-d_mv_btn02:hover:after {
  background: url("../images/gallery/icon10.svg") center center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 960px) {
  .kimono-d_mv_btn02:hover:after {
    background: url("../images/gallery/icon04.svg") center center no-repeat;
    background-size: contain;
  }
}

.kimono-d_contents_block {
  margin: 0 0 40px;
}
@media only screen and (max-width: 960px) {
  .kimono-d_contents_block {
    margin: 0 0 25px;
  }
}
.kimono-d_contents_block .kimono-d_contents_title {
  font-size: 20px;
  height: 55px;
  line-height: 55px;
  color: #fff;
  background: #96AF41;
  text-align: center;
  font-weight: bold;
  margin: 0 0 20px;
}
@media only screen and (max-width: 960px) {
  .kimono-d_contents_block .kimono-d_contents_title {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin: 0 0 10px;
  }
}
.kimono-d_contents_block .kimono-d_contents_subtext {
  font-size: 14px;
  color: #333;
  line-height: 1.8;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .kimono-d_contents_block .kimono-d_contents_subtext {
    font-size: 12px;
  }
}

.kimono-d_contents_list {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .kimono-d_contents_list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.kimono-d_contents_list .kimono-d_contents_item {
  width: calc( ( 100% - 40px ) / 6 );
  margin: 0 8px 20px 0;
}
@media only screen and (max-width: 960px) {
  .kimono-d_contents_list .kimono-d_contents_item {
    width: calc( ( 100% - 24px ) / 4 );
  }
}
@media only screen and (max-width: 640px) {
  .kimono-d_contents_list .kimono-d_contents_item {
    width: calc( 50% - 4px );
    margin: 0 0 15px;
  }
}
.kimono-d_contents_list .kimono-d_contents_item:nth-of-type(6n) {
  margin: 0 0 20px;
}
@media only screen and (max-width: 960px) {
  .kimono-d_contents_list .kimono-d_contents_item:nth-of-type(6n) {
    margin: 0 8px 20px 0;
  }
}
@media only screen and (max-width: 640px) {
  .kimono-d_contents_list .kimono-d_contents_item:nth-of-type(6n) {
    margin: 0 0 15px;
  }
}
@media only screen and (max-width: 960px) {
  .kimono-d_contents_list .kimono-d_contents_item:nth-of-type(4n) {
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 640px) {
  .kimono-d_contents_list .kimono-d_contents_item:nth-of-type(4n) {
    margin: 0 0 15px;
  }
}
.kimono-d_contents_list .kimono-d_contents_pic {
  display: block;
  width: 100%;
  height: 184px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px #B5B5B5 solid;
  margin: 0 auto 10px;
}
@media only screen and (max-width: 960px) {
  .kimono-d_contents_list .kimono-d_contents_pic {
    height: 160px;
  }
}
.kimono-d_contents_list .kimono-d_contents_text {
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .kimono-d_contents_list .kimono-d_contents_text {
    font-size: 12px;
  }
}
.kimono-d_contents_list .kimono-d_contents_text span {
  font-size: 12px;
}
@media only screen and (max-width: 960px) {
  .kimono-d_contents_list .kimono-d_contents_text span {
    font-size: 10px;
  }
}

.kimono-d_size_block {
  margin: 0 0 40px;
}
@media only screen and (max-width: 960px) {
  .kimono-d_size_block {
    margin: 0 0 25px;
  }
}
.kimono-d_size_block .kimono-d_size_title {
  font-size: 20px;
  height: 55px;
  line-height: 55px;
  color: #fff;
  background: #96AF41;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .kimono-d_size_block .kimono-d_size_title {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  }
}
.kimono-d_size_block .kimono-d_size_inner {
  background: #EBEBEB;
  padding: 35px 30px 30px;
}
@media only screen and (max-width: 960px) {
  .kimono-d_size_block .kimono-d_size_inner {
    padding: 20px 12px 15px;
  }
}
.kimono-d_size_block .kimono-d_size_table {
  width: 100%;
  border: 1px #707070 solid;
  margin: 0 0 20px;
}
@media only screen and (max-width: 960px) {
  .kimono-d_size_block .kimono-d_size_table {
    margin: 0 0 10px;
  }
}
.kimono-d_size_block .kimono-d_size_table tr {
  border-bottom: 1px #707070 solid;
}
@media only screen and (max-width: 960px) {
  .kimono-d_size_block .kimono-d_size_table tr:last-of-type .kimono-d_size_title {
    border-bottom: none;
  }
}
.kimono-d_size_block .kimono-d_size_table .kimono-d_size_title {
  padding: 8px 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #707070;
  border-right: 1px #fff solid;
}
.kimono-d_size_block .kimono-d_size_table .kimono-d_size_title:last-of-type {
  border-right: none;
}
@media only screen and (max-width: 960px) {
  .kimono-d_size_block .kimono-d_size_table .kimono-d_size_title {
    border-right: none;
    border-bottom: 1px #fff solid;
    font-size: 14px;
    padding: 5px;
  }
}
@media only screen and (max-width: 640px) {
  .kimono-d_size_block .kimono-d_size_table .kimono-d_size_title {
    font-size: 13px;
  }
}
.kimono-d_size_block .kimono-d_size_table .kimono-d_size_text {
  font-size: 14px;
  color: #333;
  text-align: center;
  padding: 15px 5px;
  line-height: 1.6;
  font-weight: 500;
  background: #fff;
  border-right: 1px #707070 solid;
}
.kimono-d_size_block .kimono-d_size_table .kimono-d_size_text:last-of-type {
  border-right: none;
}
.kimono-d_size_block .kimono-d_size_table .kimono-d_size_text.bold {
  font-size: 18px;
  line-height: 1.8;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .kimono-d_size_block .kimono-d_size_table .kimono-d_size_text.bold {
    font-size: 14px;
  }
}
@media only screen and (max-width: 640px) {
  .kimono-d_size_block .kimono-d_size_table .kimono-d_size_text.bold {
    font-size: 13px;
  }
}
@media only screen and (max-width: 960px) {
  .kimono-d_size_block .kimono-d_size_table .kimono-d_size_text {
    font-size: 12px;
    padding: 10px 5px;
  }
}
@media only screen and (max-width: 640px) {
  .kimono-d_size_block .kimono-d_size_table .kimono-d_size_text {
    font-size: 11px;
  }
}
.kimono-d_size_block .kimono-d_size_text {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  line-height: 1.6;
}
@media only screen and (max-width: 960px) {
  .kimono-d_size_block .kimono-d_size_text {
    font-size: 12px;
  }
}
.kimono-d_size_block .kimono-d_size_subtitle {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  line-height: 1.6;
  margin: 0 0 15px;
}
@media only screen and (max-width: 960px) {
  .kimono-d_size_block .kimono-d_size_subtitle {
    font-size: 12px;
    margin: 0 0 10px;
  }
}

.kimono-d_check_block .kimono-d_check_title {
  font-size: 20px;
  color: #333;
  text-align: center;
  font-weight: 900;
  padding: 0 0 20px;
  margin: 0 0 40px;
  border-bottom: 2px #DD6945 solid;
}
@media only screen and (max-width: 960px) {
  .kimono-d_check_block .kimono-d_check_title {
    font-size: 16px;
    padding: 0 0 10px;
    margin: 0 0 25px;
  }
}

.kimono-d_check_list {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .kimono-d_check_list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.kimono-d_check_list .kimono-d_check_item {
  width: calc( (100% - 40px) / 5 );
  margin: 0 10px 0 0;
}
.kimono-d_check_list .kimono-d_check_item:nth-of-type(5n) {
  margin: 0;
}
@media only screen and (max-width: 640px) {
  .kimono-d_check_list .kimono-d_check_item:nth-of-type(5n) {
    margin: 0 0 35px;
  }
}
@media only screen and (max-width: 640px) {
  .kimono-d_check_list .kimono-d_check_item {
    width: calc( 50% - 6px );
    margin: 0 0 35px;
  }
}
.kimono-d_check_list .kimono-d_check_link {
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.kimono-d_check_list .kimono-d_check_pic {
  position: relative;
  display: block;
  width: 100%;
  height: 325px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto 10px;
}
@media only screen and (max-width: 960px) {
  .kimono-d_check_list .kimono-d_check_pic {
    height: 212px;
  }
}
.kimono-d_check_list .kimono-d_check_name {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .kimono-d_check_list .kimono-d_check_name {
    font-size: 14px;
  }
}

/*=================
     
    fair.scss

=======================*/
.fair_wrap {
  padding: 35px 0 75px;
}
@media only screen and (max-width: 960px) {
  .fair_wrap {
    padding: 25px 0 35px;
  }
}

.fair_pickup_block {
  margin: 0 0 80px;
}
@media only screen and (max-width: 960px) {
  .fair_pickup_block {
    margin: 0 0 60px;
  }
}

.fair_list .fair_item {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin: 0 0 50px;
}
.fair_list .fair_item:last-of-type {
  margin: 0;
}
@media only screen and (max-width: 960px) {
  .fair_list .fair_item {
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 640px) {
  .fair_list .fair_item {
    display: block;
  }
}
.fair_list .fair_pic {
  display: block;
  width: 49%;
  margin: 0 45px 0 0;
  height: 230px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 960px) {
  .fair_list .fair_pic {
    margin: 0 20px 0 0;
  }
}
@media only screen and (max-width: 640px) {
  .fair_list .fair_pic {
    width: 100%;
    margin: 0 auto 15px;
    height: 200px;
  }
}
.fair_list .fair_info {
  padding: 35px 0 0;
  width: calc( 51% - 45px );
}
@media only screen and (max-width: 960px) {
  .fair_list .fair_info {
    width: calc( 51% - 20px );
  }
}
@media only screen and (max-width: 640px) {
  .fair_list .fair_info {
    width: 100%;
    padding: 0;
  }
}
.fair_list .fair_title {
  font-size: 22px;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 15px;
}
@media only screen and (max-width: 960px) {
  .fair_list .fair_title {
    font-size: 18px;
  }
}
.fair_list .fair_date {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin: 0 0 30px;
}
@media only screen and (max-width: 960px) {
  .fair_list .fair_date {
    font-size: 12px;
  }
}
.fair_list .fair_btnarea {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.fair_list .fair_detail_btn {
  width: calc( 50% - 5px );
  border: 1px #707070 solid;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 52px;
  height: 54px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 960px) {
  .fair_list .fair_detail_btn {
    font-size: 13px;
    line-height: 43px;
    height: 45px;
  }
}
.fair_list .fair_detail_btn:hover {
  background: #707070;
  color: #fff;
}
@media only screen and (max-width: 960px) {
  .fair_list .fair_detail_btn:hover {
    background: no-repeat;
    color: #333;
  }
}
.fair_list .fair_reserve_btn {
  width: calc( 50% - 5px );
  color: #fff;
  background: #DD6945;
  font-size: 16px;
  font-weight: bold;
  line-height: 54px;
  height: 54px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 960px) {
  .fair_list .fair_reserve_btn {
    font-size: 13px;
    line-height: 45px;
    height: 45px;
  }
}

.fair_main_title {
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  margin: 0 0 50px;
  display: block;
  border-top: 2px #B5B5B5 solid;
  border-bottom: 2px #B5B5B5 solid;
  padding: 23px 0;
  color: #707070;
}
@media only screen and (max-width: 960px) {
  .fair_main_title {
    font-size: 16px;
    padding: 18px 0;
    margin: 0 0 30px;
  }
}

/* detail */
.fair-d_common_title {
  font-size: 28px;
  letter-spacing: 1.2px;
  color: #333;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 30px;
}
@media only screen and (max-width: 960px) {
  .fair-d_common_title {
    font-size: 22px;
    margin: 0 0 20px;
  }
}
.fair-d_common_title span {
  display: block;
  font-size: 14px;
  letter-spacing: 2.5px;
  font-weight: 500;
}
@media only screen and (max-width: 960px) {
  .fair-d_common_title span {
    font-size: 12px;
  }
}

.fair-d_pic {
  display: block;
  width: 100%;
  height: 473px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 960px) {
  .fair-d_pic {
    height: 320px;
    margin: 0 auto 25px;
  }
}
@media only screen and (max-width: 640px) {
  .fair-d_pic {
    height: 220px;
  }
}

.fair-d_title_block {
  text-align: center;
  margin: 0 0 30px;
}
@media only screen and (max-width: 960px) {
  .fair-d_title_block {
    margin: 0 0 20px;
  }
}
.fair-d_title_block .fair-d_title {
  display: inline-block;
  font-size: 26px;
  line-height: 1.5;
  font-weight: bold;
  color: #333;
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #fdf1ed 60%);
}
@media only screen and (max-width: 960px) {
  .fair-d_title_block .fair-d_title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 640px) {
  .fair-d_title_block .fair-d_title {
    background: linear-gradient(rgba(0, 0, 0, 0) 82%, #fdf1ed 40%);
  }
}

.fair-d_text {
  font-size: 14px;
  max-width: 644px;
  width: 100%;
  line-height: 1.8;
  font-weight: 500;
  color: #333;
  margin: 0 auto 35px;
}
@media only screen and (max-width: 960px) {
  .fair-d_text {
    font-size: 12px;
    margin: 0 auto 25px;
  }
}

.fair-d_date {
  font-size: 20px;
  color: #333;
  font-weight: 500;
  margin: 0 0 40px;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .fair-d_date {
    font-size: 16px;
    margin: 0 0 25px;
  }
}

.fair-d_special_block {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
.fair-d_special_block .fair-d_special_title {
  text-align: center;
  background: #96AF41;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 2px;
  height: 70px;
  line-height: 70px;
}
@media only screen and (max-width: 960px) {
  .fair-d_special_block .fair-d_special_title {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
  }
}
.fair-d_special_block .fair-d_special_list {
  border: 1px #96AF41 solid;
  padding: 40px 12px 16px;
}
@media only screen and (max-width: 960px) {
  .fair-d_special_block .fair-d_special_list {
    padding: 20px 12px 8px;
  }
}
.fair-d_special_block .fair-d_special_item {
  max-width: 580px;
  width: 100%;
  margin: 0 auto 24px;
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 960px) {
  .fair-d_special_block .fair-d_special_item {
    margin: 0 auto 12px;
  }
}
.fair-d_special_block .fair-d_special_num {
  display: block;
  width: 25px;
  min-width: 25px;
  height: 25px;
  background: #96AF41;
  color: #fff;
  position: relative;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: bold;
  margin: 0 14px 0 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 960px) {
  .fair-d_special_block .fair-d_special_num {
    font-size: 12px;
    margin: 0 10px 0 0;
  }
}
.fair-d_special_block .fair-d_special_num span {
  position: absolute;
  top: 49%;
  left: 54%;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.fair-d_special_block .fair-d_special_text {
  width: 100%;
  font-size: 14px;
  line-height: 1.9;
  color: #333;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .fair-d_special_block .fair-d_special_text {
    font-size: 12px;
  }
}

.fair-d_form_block {
  padding: 60px 0 0;
  margin: 0 0 60px;
}
@media only screen and (max-width: 960px) {
  .fair-d_form_block {
    padding: 40px 0 0;
    margin: 0 0 40px;
  }
}

.fair-d_tel_block {
  margin: 0 0 60px;
}
@media only screen and (max-width: 960px) {
  .fair-d_tel_block {
    margin: 0 0 40px;
  }
}
.fair-d_tel_block .fair-d_tel_title {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
  margin: 0 0 10px;
}
@media only screen and (max-width: 960px) {
  .fair-d_tel_block .fair-d_tel_title {
    font-size: 14px;
  }
}
.fair-d_tel_block .fair-d_tel_inner {
  max-width: 726px;
  width: 100%;
  margin: 0 auto;
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  border: 2px #DD6945 solid;
  overflow: hidden;
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  border-radius: 13px;
}
@media only screen and (max-width: 640px) {
  .fair-d_tel_block .fair-d_tel_inner {
    display: block;
  }
}
.fair-d_tel_block .fair-d_tel_sub {
  background: #EBEBEB;
  width: 274px;
  min-width: 274px;
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 960px) {
  .fair-d_tel_block .fair-d_tel_sub {
    width: 220px;
    min-width: 220px;
  }
}
@media only screen and (max-width: 640px) {
  .fair-d_tel_block .fair-d_tel_sub {
    width: 100%;
    min-width: 100px;
    padding: 12px 0;
  }
}
.fair-d_tel_block .fair-d_tel_sub .fair-d_tel_icon {
  display: block;
  width: 41px;
  margin: 0 5px 0 0;
}
@media only screen and (max-width: 960px) {
  .fair-d_tel_block .fair-d_tel_sub .fair-d_tel_icon {
    width: 26px;
  }
}
.fair-d_tel_block .fair-d_tel_sub .fair-d_tel_subtitle {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .fair-d_tel_block .fair-d_tel_sub .fair-d_tel_subtitle {
    font-size: 16px;
  }
}
.fair-d_tel_block .fair-d_tel_sub .fair-d_tel_subtitle .tel_pc {
  display: block;
}
@media only screen and (max-width: 640px) {
  .fair-d_tel_block .fair-d_tel_sub .fair-d_tel_subtitle .tel_pc {
    display: none;
  }
}
.fair-d_tel_block .fair-d_tel_main {
  width: 100%;
  padding: 25px 12px;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .fair-d_tel_block .fair-d_tel_main {
    padding: 15px 12px;
  }
}
.fair-d_tel_block .fair-d_tel_main .fair-d_tel_num {
  font-size: 37px;
  font-weight: bold;
  color: #DD6945;
  margin: 0 0 10px;
}
@media only screen and (max-width: 960px) {
  .fair-d_tel_block .fair-d_tel_main .fair-d_tel_num {
    font-size: 30px;
  }
}
.fair-d_tel_block .fair-d_tel_main .fair-d_tel_num span {
  display: inline-block;
  font-size: 19px;
  letter-spacing: 2px;
  margin: 0 10px 0 0;
  vertical-align: 7px;
}
@media only screen and (max-width: 960px) {
  .fair-d_tel_block .fair-d_tel_main .fair-d_tel_num span {
    font-size: 15px;
    vertical-align: 5px;
  }
}
.fair-d_tel_block .fair-d_tel_main .fair-d_tel_text {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
}
@media only screen and (max-width: 960px) {
  .fair-d_tel_block .fair-d_tel_main .fair-d_tel_text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .fair-d_tel_block .fair-d_tel_main .fair-d_tel_text {
    font-size: 14px;
  }
}

.fair-d_contents_block {
  max-width: 990px;
  width: 100%;
  margin: 0 auto 60px;
  background: #E6E6E6;
  padding: 40px 40px 16px;
}
@media only screen and (max-width: 960px) {
  .fair-d_contents_block {
    padding: 20px 20px 8px;
    margin: 0 auto 40px;
  }
}
@media only screen and (max-width: 750px) {
  .fair-d_contents_block {
    padding: 20px 12px 8px;
  }
}
.fair-d_contents_block .fair-d_contents_list {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
@media only screen and (max-width: 750px) {
  .fair-d_contents_block .fair-d_contents_list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 500px) {
  .fair-d_contents_block .fair-d_contents_list {
    display: block;
  }
}
.fair-d_contents_block .fair-d_contents_item {
  width: calc( ( 100% - 48px ) / 3 );
  margin: 0 24px 24px 0;
}
.fair-d_contents_block .fair-d_contents_item:nth-of-type(3n) {
  margin: 0 0 24px;
}
@media only screen and (max-width: 960px) {
  .fair-d_contents_block .fair-d_contents_item:nth-of-type(3n) {
    margin: 0 0 12px;
  }
}
@media only screen and (max-width: 500px) {
  .fair-d_contents_block .fair-d_contents_item:nth-of-type(3n) {
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 960px) {
  .fair-d_contents_block .fair-d_contents_item {
    width: calc( ( 100% - 24px ) / 3 );
    margin: 0 12px 12px 0;
  }
}
@media only screen and (max-width: 750px) {
  .fair-d_contents_block .fair-d_contents_item {
    width: calc( 50% - 6px );
    margin: 0 0 12px;
  }
}
@media only screen and (max-width: 500px) {
  .fair-d_contents_block .fair-d_contents_item {
    width: 100%;
    margin: 0 0 20px;
  }
}
.fair-d_contents_block .fair-d_contents_pic {
  display: block;
  width: 100%;
  height: 220px;
  margin: 0 0 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 960px) {
  .fair-d_contents_block .fair-d_contents_pic {
    height: 180px;
  }
}
@media only screen and (max-width: 500px) {
  .fair-d_contents_block .fair-d_contents_pic {
    margin: 0 0 8px;
  }
}
.fair-d_contents_block .fair-d_contents_title {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 960px) {
  .fair-d_contents_block .fair-d_contents_title {
    font-size: 16px;
  }
}
.fair-d_contents_block .fair-d_contents_text {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  line-height: 1.9;
}
@media only screen and (max-width: 960px) {
  .fair-d_contents_block .fair-d_contents_text {
    font-size: 12px;
  }
}

.fair-d_shop_block {
  margin: 0 0 80px;
}
@media only screen and (max-width: 960px) {
  .fair-d_shop_block {
    margin: 0 0 50px;
  }
}
.fair-d_shop_block .fair-d_shop_list {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  max-width: 990px;
  width: 100%;
  margin: 0 auto 10px;
}
.fair-d_shop_block .fair-d_shop_item {
  width: calc( 50% - 30px );
  margin: 0 0 50px;
}
@media only screen and (max-width: 960px) {
  .fair-d_shop_block .fair-d_shop_item {
    width: calc( 50% - 15px );
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 640px) {
  .fair-d_shop_block .fair-d_shop_item {
    width: 100%;
  }
}
.fair-d_shop_block .fair-d_shop_title {
  font-size: 28px;
  font-weight: 600;
  color: #333;
  margin: 0 0 10px;
}
@media only screen and (max-width: 960px) {
  .fair-d_shop_block .fair-d_shop_title {
    font-size: 20px;
  }
}
.fair-d_shop_block .fair-d_shop_title span {
  display: inline-block;
  vertical-align: 5px;
  margin: 0 0 0 20px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
}
@media only screen and (max-width: 960px) {
  .fair-d_shop_block .fair-d_shop_title span {
    font-size: 12px;
    margin: 0 0 0 10px;
    vertical-align: 3px;
  }
}
.fair-d_shop_block .fair-d_shop_pic {
  display: block;
  width: 100%;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 960px) {
  .fair-d_shop_block .fair-d_shop_pic {
    margin: 0 auto 10px;
  }
}
.fair-d_shop_block .fair-d_shop_sublist {
  width: 100%;
}
.fair-d_shop_block .fair-d_shop_subitem {
  padding: 15px 0;
  border-top: 1px #B5B5B5 solid;
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}
@media only screen and (max-width: 960px) {
  .fair-d_shop_block .fair-d_shop_subitem {
    padding: 10px 0;
    font-size: 12px;
  }
}
.fair-d_shop_block .fair-d_shop_subitem .fair-d_shop_subtitle {
  width: 100px;
  min-width: 100px;
}
@media only screen and (max-width: 960px) {
  .fair-d_shop_block .fair-d_shop_subitem .fair-d_shop_subtitle {
    width: 70px;
    min-width: 70px;
  }
}
.fair-d_shop_block .fair-d_shop_subitem .fair-d_shop_text a {
  display: inline-block;
  color: #333;
  text-decoration: none;
}

.fair-d_reserve_btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 530px;
  height: 84px;
  line-height: 84px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: #DD6945;
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .fair-d_reserve_btn {
    font-size: 16px;
    height: 60px;
    line-height: 60px;
  }
}
.fair-d_reserve_btn img {
  display: inline-block;
  width: 15px;
  margin: 0 0 0 30px;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media only screen and (max-width: 960px) {
  .fair-d_reserve_btn img {
    width: 10px;
    margin: 0 0 0 12px;
  }
}

/*=================
     
   concept.scss

=======================*/
.concept_mv_block {
  height: 530px;
  background: url("../images/concept/mv.jpg") center center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 960px) {
  .concept_mv_block {
    height: 450px;
  }
}
.concept_mv_block .concept_mv_box {
  position: relative;
  width: calc( 100% - 24px );
  max-width: 580px;
  margin: 0 auto;
  height: 100%;
  background: rgba(51, 51, 51, 0.75);
  padding: 90px 0 0;
}
@media only screen and (max-width: 960px) {
  .concept_mv_block .concept_mv_box {
    padding: 80px 0 0;
  }
}
.concept_mv_block .concept_mv_subtitle {
  display: block;
  width: 97px;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 960px) {
  .concept_mv_block .concept_mv_subtitle {
    width: 65px;
    margin: 0 auto 30px;
  }
}
.concept_mv_block .concept_mv_title {
  display: block;
  width: 289px;
  margin: 0 auto;
}
@media only screen and (max-width: 960px) {
  .concept_mv_block .concept_mv_title {
    width: 200px;
  }
}
.concept_mv_block .concept_mv_title img {
  display: block;
  width: 100%;
}
.concept_mv_block .concept_mv_scroll {
  display: block;
  width: 66px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-decoration: none;
  -moz-animation: move 1.2s ease-in-out infinite;
  -webkit-animation: move 1.2s ease-in-out infinite;
  animation: move 1.2s ease-in-out infinite;
}
@media only screen and (max-width: 960px) {
  .concept_mv_block .concept_mv_scroll {
    width: 45px;
    bottom: 30px;
  }
}
.concept_mv_block .concept_mv_scroll img {
  display: block;
  width: 100%;
}

@-moz-keyframes move {
  0% {
    -moz-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }
  50% {
    -moz-transform: translateX(-50%) translateY(10px);
    transform: translateX(-50%) translateY(10px);
  }
  100% {
    -moz-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }
}
@-webkit-keyframes move {
  0% {
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(10px);
    transform: translateX(-50%) translateY(10px);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }
}
@keyframes move {
  0% {
    -moz-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }
  50% {
    -moz-transform: translateX(-50%) translateY(10px);
    -ms-transform: translateX(-50%) translateY(10px);
    -webkit-transform: translateX(-50%) translateY(10px);
    transform: translateX(-50%) translateY(10px);
  }
  100% {
    -moz-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }
}
.concept_common_title {
  text-align: center;
  font-size: 28px;
  line-height: 1.8;
  color: #333;
  font-weight: 500;
  margin: 0 0 45px;
}
@media only screen and (max-width: 960px) {
  .concept_common_title {
    font-size: 22px;
    margin: 0 0 30px;
  }
}
.concept_common_title span {
  display: inline-block;
  padding: 0 35px 5px;
  border-bottom: 1px #333 solid;
}
@media only screen and (max-width: 960px) {
  .concept_common_title span {
    padding: 0 15px 5px;
  }
}

.concept_common_text {
  font-size: 16px;
  line-height: 1.9;
  color: #333;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .concept_common_text {
    font-size: 12px;
  }
}

.concept_about_block {
  padding: 80px 0 60px;
}
@media only screen and (max-width: 960px) {
  .concept_about_block {
    padding: 40px 0 30px;
  }
}

.concept_masterpiece_block {
  padding: 60px 0 80px;
}
@media only screen and (max-width: 960px) {
  .concept_masterpiece_block {
    padding: 30px 0 40px;
  }
}

.concept_main_block {
  background: #F4F4F4;
}
.concept_main_block .concept_main_box {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.concept_main_block .concept_main_box.reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.concept_main_block .concept_main_box.reverse .concept_main_info {
  padding: 0 0 0 150px;
}
@media only screen and (max-width: 1200px) {
  .concept_main_block .concept_main_box.reverse .concept_main_info {
    padding: 0 0 0 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .concept_main_block .concept_main_box.reverse .concept_main_info {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 640px) {
  .concept_main_block .concept_main_box.reverse .concept_main_info {
    width: 100%;
    padding: 20px 12px;
  }
}
.concept_main_block .concept_main_box.reverse .concept_main_text {
  max-width: 420px;
}
@media only screen and (max-width: 640px) {
  .concept_main_block .concept_main_box.reverse .concept_main_text {
    max-width: inherit;
  }
}
@media only screen and (max-width: 640px) {
  .concept_main_block .concept_main_box {
    display: block;
  }
}
.concept_main_block .concept_main_pic {
  width: 50%;
  height: 420px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 960px) {
  .concept_main_block .concept_main_pic {
    height: 350px;
  }
}
@media only screen and (max-width: 640px) {
  .concept_main_block .concept_main_pic {
    width: 100%;
    height: 220px;
  }
}
.concept_main_block .concept_main_info {
  width: 50%;
  padding: 0 0 0 100px;
}
@media only screen and (max-width: 1200px) {
  .concept_main_block .concept_main_info {
    padding: 0 0 0 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .concept_main_block .concept_main_info {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 640px) {
  .concept_main_block .concept_main_info {
    width: 100%;
    padding: 20px 12px;
  }
}
.concept_main_block .concept_main_title {
  font-size: 26px;
  color: #333;
  line-height: 1.5;
  margin: 0 0 35px;
  font-weight: 500;
}
@media only screen and (max-width: 960px) {
  .concept_main_block .concept_main_title {
    font-size: 20px;
    margin: 0 0 20px;
  }
}
.concept_main_block .concept_main_title span {
  font-size: 13px;
  letter-spacing: 3px;
  display: block;
}
@media only screen and (max-width: 960px) {
  .concept_main_block .concept_main_title span {
    font-size: 11px;
  }
}
.concept_main_block .concept_main_text {
  max-width: 405px;
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  font-weight: 500;
}
@media only screen and (max-width: 960px) {
  .concept_main_block .concept_main_text {
    font-size: 13px;
  }
}
@media only screen and (max-width: 640px) {
  .concept_main_block .concept_main_text {
    max-width: inherit;
  }
}

.concept_subtitle {
  font-size: 13px;
  letter-spacing: 2px;
  color: #333;
  font-weight: 500;
  text-align: center;
  margin: 0 0 10px;
}
@media only screen and (max-width: 960px) {
  .concept_subtitle {
    font-size: 11px;
    margin: 0 0 5px;
  }
}

/*=================
     
  shop.scss

=======================*/
.shop_wrap {
  padding: 50px 0 80px;
}
@media only screen and (max-width: 960px) {
  .shop_wrap {
    padding: 25px 0 50px;
  }
}

.shop_block {
  margin: 0 0 60px;
}
@media only screen and (max-width: 960px) {
  .shop_block {
    margin: 0 0 30px;
  }
}
.shop_block:last-of-type {
  margin: 0;
}
.shop_block .shop_title {
  position: relative;
  font-size: 28px;
  font-weight: 600;
  color: #333;
  margin: 0 0 30px;
}
@media only screen and (max-width: 960px) {
  .shop_block .shop_title {
    font-size: 20px;
    margin: 0 0 20px;
  }
}
.shop_block .shop_title:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #333;
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.shop_block .shop_title span {
  position: relative;
  z-index: 5;
  display: inline-block;
  padding: 0 20px 0 0;
  background: #fff;
}
@media only screen and (max-width: 960px) {
  .shop_block .shop_title span {
    padding: 0 10px 0 0;
  }
}
.shop_block .shop_title small {
  font-size: 14px;
  letter-spacing: 2px;
  display: inline-block;
  vertical-align: 5px;
  margin: 0 0 0 20px;
}
@media only screen and (max-width: 960px) {
  .shop_block .shop_title small {
    font-size: 12px;
    margin: 0 0 0 10px;
    vertical-align: 3px;
  }
}
.shop_block .shop_inner {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 640px) {
  .shop_block .shop_inner {
    display: block;
  }
}
.shop_block .shop_inner .shop_pic {
  display: block;
  width: 39%;
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 640px) {
  .shop_block .shop_inner .shop_pic {
    width: 100%;
    margin: 0 auto 15px;
  }
}
.shop_block .shop_inner .shop_info {
  width: calc( 61% - 20px );
}
@media only screen and (max-width: 640px) {
  .shop_block .shop_inner .shop_info {
    width: 100%;
  }
}

.shop_sublist {
  width: 100%;
  border-bottom: 1px #B5B5B5 solid;
}
.shop_sublist .shop_subitem {
  padding: 15px 0;
  border-top: 1px #B5B5B5 solid;
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}
@media only screen and (max-width: 960px) {
  .shop_sublist .shop_subitem {
    padding: 10px 0;
    font-size: 12px;
  }
}
.shop_sublist .shop_subitem .shop_subtitle {
  width: 100px;
  min-width: 100px;
}
@media only screen and (max-width: 960px) {
  .shop_sublist .shop_subitem .shop_subtitle {
    width: 70px;
    min-width: 70px;
  }
}
.shop_sublist .shop_subitem .shop_text a {
  display: inline-block;
  color: #333;
  text-decoration: none;
}

.shop_traffic_info {
  background: #E6E6E6;
  width: 100%;
  display: block;
  padding: 20px 12px;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 10px;
  color: #333;
}
@media only screen and (max-width: 960px) {
  .shop_traffic_info {
    font-size: 12px;
    padding: 15px 12px;
  }
}
.shop_traffic_info .shop_traffic_title {
  margin: 0 0 10px;
}
.shop_traffic_info .shop_traffic_list {
  padding: 0 0 0 80px;
}
@media only screen and (max-width: 960px) {
  .shop_traffic_info .shop_traffic_list {
    padding: 0 0 0 40px;
  }
}
@media only screen and (max-width: 640px) {
  .shop_traffic_info .shop_traffic_list {
    padding: 0 0 0 20px;
  }
}
.shop_traffic_info .shop_traffic_list .shop_traffic_item {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.shop_btnarea {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.shop_btnarea .shop_contact_btn {
  width: calc( 50% - 5px );
  border: 1px #707070 solid;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 52px;
  height: 54px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 960px) {
  .shop_btnarea .shop_contact_btn {
    font-size: 13px;
    line-height: 43px;
    height: 45px;
  }
}
.shop_btnarea .shop_contact_btn:hover {
  background: #707070;
  color: #fff;
}
@media only screen and (max-width: 960px) {
  .shop_btnarea .shop_contact_btn:hover {
    background: no-repeat;
    color: #333;
  }
}
.shop_btnarea .shop_reserve_btn {
  width: calc( 50% - 5px );
  color: #fff;
  background: #DD6945;
  font-size: 16px;
  font-weight: bold;
  line-height: 54px;
  height: 54px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 960px) {
  .shop_btnarea .shop_reserve_btn {
    font-size: 13px;
    line-height: 45px;
    height: 45px;
  }
}

/*=================
     
  news.scss

=======================*/
.news_wrap {
  padding: 50px 0 80px;
}
@media only screen and (max-width: 960px) {
  .news_wrap {
    padding: 25px 0 50px;
  }
}

.news_list {
  margin: 0 auto 40px;
  max-width: 870px;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .news_list {
    margin: 0 auto 30px;
  }
}
.news_list .news_item {
  border-bottom: 1px #B2A99B solid;
}
.news_list .news_link {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 30px 50px 30px 15px;
  text-decoration: none;
}
@media only screen and (max-width: 960px) {
  .news_list .news_link {
    padding: 20px 12px;
  }
}
@media only screen and (max-width: 640px) {
  .news_list .news_link {
    display: block;
  }
}
.news_list .news_main {
  width: 100%;
}
.news_list .news_title {
  font-size: 20px;
  line-height: 1.5;
  color: #333;
  font-weight: 500;
  margin: 0 0 20px;
}
@media only screen and (max-width: 960px) {
  .news_list .news_title {
    font-size: 16px;
    margin: 0 0 12px;
  }
}
.news_list .news_text {
  font-size: 14px;
  color: #333;
  line-height: 1.8;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  .news_list .news_text {
    font-size: 12px;
  }
}

.news_date {
  display: block;
  width: 116px;
  min-width: 116px;
  height: 27px;
  line-height: 27px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: #707070;
  font-weight: 500;
  margin: 0 16px 0 0;
}
@media only screen and (max-width: 960px) {
  .news_date {
    font-size: 12px;
    width: 90px;
    min-width: 90px;
    margin: 0 10px 0 0;
    height: 22px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 640px) {
  .news_date {
    margin: 0 0 10px;
  }
}

/* detail */
.news-d_wrap {
  padding: 30px 0 80px;
}
@media only screen and (max-width: 960px) {
  .news-d_wrap {
    padding: 20px 0 40px;
  }
}
.news-d_wrap .news-d_inner {
  max-width: 976px;
  width: 100%;
  margin: 0 auto 60px;
}
@media only screen and (max-width: 960px) {
  .news-d_wrap .news-d_inner {
    margin: 0 auto 40px;
  }
}

.news-d_title_block {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin: 0 0 25px;
}
@media only screen and (max-width: 640px) {
  .news-d_title_block {
    display: block;
  }
}
.news-d_title_block .news-d_title {
  font-size: 20px;
  line-height: 1.5;
  color: #333;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .news-d_title_block .news-d_title {
    font-size: 16px;
  }
}

.news-d_editor_block {
  word-break: break-word;
  font-size: 14px;
  color: #333;
  line-height: 2;
}
@media only screen and (max-width: 960px) {
  .news-d_editor_block {
    font-size: 12px;
  }
}
.news-d_editor_block h2 {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #DD6945;
  padding: 15px 30px 15px 48px;
  background: #FDF1ED;
  margin: 0 0 20px;
}
@media only screen and (max-width: 960px) {
  .news-d_editor_block h2 {
    font-size: 16px;
    padding: 12px 12px 12px 25px;
  }
}
.news-d_editor_block h2:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #DD6945;
  position: absolute;
  left: 30px;
  top: 25px;
}
@media only screen and (max-width: 960px) {
  .news-d_editor_block h2:before {
    left: 12px;
    top: 20px;
    width: 8px;
    height: 8px;
  }
}
.news-d_editor_block h3 {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #DD6945;
  padding: 0 8px 0 24px;
  margin: 0 0 20px;
}
@media only screen and (max-width: 960px) {
  .news-d_editor_block h3 {
    font-size: 14px;
    padding: 0 8px 0 20px;
  }
}
.news-d_editor_block h3:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #DD6945;
  position: absolute;
  left: 8px;
  top: 7px;
}
@media only screen and (max-width: 960px) {
  .news-d_editor_block h3:before {
    width: 6px;
    height: 6px;
    top: 6px;
  }
}
.news-d_editor_block p {
  padding: 0 8px;
  margin: 0 0 30px;
}
.news-d_editor_block a {
  display: inline-block;
  color: #DD6945;
}
.news-d_editor_block img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 0 20px;
}

/*=================
     
  form.scss

=======================*/
.form_wrap {
  padding: 60px 0 80px;
}
@media only screen and (max-width: 960px) {
  .form_wrap {
    padding: 30px 0 40px;
  }
}

.form_info_text {
  font-size: 18px;
  font-weight: bold;
  color: #DD6945;
  text-align: center;
  line-height: 1.5;
  padding: 5px 0 20px;
}
@media only screen and (max-width: 960px) {
  .form_info_text {
    font-size: 14px;
    padding: 5px 0 15px;
  }
}

.form_linkarea {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 990px;
  width: 100%;
  margin: 0 auto 20px;
  border-bottom: 3px #DD6945 solid;
}
.form_linkarea .form_link {
  position: relative;
  text-align: center;
  text-decoration: none;
  display: block;
  width: calc( 50% - 5px );
  height: 75px;
  line-height: 1.3;
  font-size: 18px;
  color: #333;
  font-weight: 500;
  background: #DEDEDE;
  -moz-border-radius: 13px 13px 0 0;
  -webkit-border-radius: 13px;
  border-radius: 13px 13px 0 0;
}
@media only screen and (max-width: 960px) {
  .form_linkarea .form_link {
    font-size: 14px;
    height: 60px;
    width: calc( 50% - 3px );
  }
}
@media only screen and (max-width: 640px) {
  .form_linkarea .form_link {
    font-size: 12px;
    height: 50px;
  }
}
.form_linkarea .form_link.active {
  background: #DD6945;
  color: #fff;
  font-weight: bold;
}
.form_linkarea .form_link span {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.form_zip_block {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 20px;
}
.form_zip_block .form_zip_text {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin: 0 5px 0 0;
}

.form_kimono_box {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 10px;
}

.form_add_btn {
  white-space: nowrap;
  background: none;
  border: none;
  padding: 0;
  outline: none;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 0 12px;
  color: #707070;
}
@media only screen and (max-width: 960px) {
  .form_add_btn {
    font-size: 12px;
    margin: 0 0 0 5px;
  }
}
.form_add_btn img {
  display: inline-block;
  width: 24px;
  margin: 0 8px 0 0;
  vertical-align: -5px;
}
@media only screen and (max-width: 960px) {
  .form_add_btn img {
    width: 15px;
    margin: 0 5px 0 0;
    vertical-align: -2px;
  }
}

.form_delete_btn {
  white-space: nowrap;
  background: none;
  border: none;
  padding: 0;
  outline: none;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 0 12px;
  color: #DD6945;
}
@media only screen and (max-width: 960px) {
  .form_delete_btn {
    font-size: 12px;
    margin: 0 0 0 5px;
  }
}
.form_delete_btn img {
  display: inline-block;
  width: 24px;
  margin: 0 8px 0 0;
  vertical-align: -5px;
}
@media only screen and (max-width: 960px) {
  .form_delete_btn img {
    width: 15px;
    margin: 0 5px 0 0;
    vertical-align: -2px;
  }
}

/* thanks */
.thanks_wrap {
  padding: 30px 0 0;
}
@media only screen and (max-width: 960px) {
  .thanks_wrap {
    padding: 15px 0 0;
  }
}

.thanks_main {
  background: #F8F8F8;
  padding: 90px 0;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .thanks_main {
    padding: 45px 0;
  }
}
.thanks_main .thanks_title {
  font-size: 28px;
  color: #333;
  line-height: 1.5;
  font-weight: bold;
  margin: 0 0 40px;
}
@media only screen and (max-width: 960px) {
  .thanks_main .thanks_title {
    font-size: 22px;
    margin: 0 0 20px;
  }
}
.thanks_main .thanks_text {
  font-size: 16px;
  line-height: 1.9;
  color: #333;
  font-weight: 500;
  margin: 0 0 60px;
}
@media only screen and (max-width: 960px) {
  .thanks_main .thanks_text {
    font-size: 14px;
    margin: 0 0 40px;
  }
}

.thanks_btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 249px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
  background: #707070;
  -moz-border-radius: 45px;
  -webkit-border-radius: 45px;
  border-radius: 45px;
}
@media only screen and (max-width: 960px) {
  .thanks_btn {
    font-size: 14px;
  }
}
.thanks_btn img {
  display: block;
  width: 8px;
  position: absolute;
  top: 50%;
  left: 20px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.thanks_sub {
  padding: 40px 0 70px;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .thanks_sub {
    padding: 20px 0 35px;
  }
}
.thanks_sub .thanks_tel_icon {
  display: block;
  width: 41px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 960px) {
  .thanks_sub .thanks_tel_icon {
    width: 30px;
    margin: 0 auto 15px;
  }
}
.thanks_sub .thanks_tel_text {
  font-size: 43px;
  font-weight: bold;
  color: #DD6945;
  margin: 0 0 10px;
}
@media only screen and (max-width: 960px) {
  .thanks_sub .thanks_tel_text {
    font-size: 30px;
  }
}
.thanks_sub .thanks_tel_text span {
  display: inline-block;
  font-size: 22px;
  letter-spacing: 2px;
  margin: 0 10px 0 0;
  vertical-align: 7px;
}
@media only screen and (max-width: 960px) {
  .thanks_sub .thanks_tel_text span {
    font-size: 15px;
    vertical-align: 5px;
  }
}
.thanks_sub .thanks_sub_text {
  font-size: 14px;
  line-height: 2;
  color: #333;
  font-weight: 500;
}
@media only screen and (max-width: 960px) {
  .thanks_sub .thanks_sub_text {
    font-size: 12px;
  }
}

/*=================
     
    guide.scss

=======================*/
.guide_wrap {
  padding: 35px 0 75px;
}
@media only screen and (max-width: 960px) {
  .guide_wrap {
    padding: 25px 0 35px;
  }
}

.guide_anchor_list {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin: 0 0 50px;
}
@media only screen and (max-width: 960px) {
  .guide_anchor_list {
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 640px) {
  .guide_anchor_list {
    display: block;
  }
}
.guide_anchor_list .guide_anchor_item {
  position: relative;
  width: 25%;
  padding: 12px 0;
  text-align: center;
  border-right: 1px #DDDDDD solid;
}
@media only screen and (max-width: 640px) {
  .guide_anchor_list .guide_anchor_item {
    width: 100%;
    border-right: none;
    border-bottom: 1px #ddd solid;
    padding: 0;
    text-align: left;
  }
}
.guide_anchor_list .guide_anchor_item:first-of-type {
  border-left: 1px #DDDDDD solid;
}
@media only screen and (max-width: 640px) {
  .guide_anchor_list .guide_anchor_item:first-of-type {
    border-left: none;
    border-top: 1px #ddd solid;
  }
}
.guide_anchor_list .guide_anchor_link {
  text-decoration: none;
  color: #333;
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (max-width: 960px) {
  .guide_anchor_list .guide_anchor_link {
    font-size: 12px;
  }
}
@media only screen and (max-width: 640px) {
  .guide_anchor_list .guide_anchor_link {
    display: block;
    width: 100%;
    padding: 12px;
    position: relative;
  }
}
.guide_anchor_list .guide_anchor_link:hover:before {
  opacity: 1;
}
@media only screen and (max-width: 960px) {
  .guide_anchor_list .guide_anchor_link:hover:before {
    opacity: 0;
  }
}
.guide_anchor_list .guide_anchor_link:after {
  content: "";
  background: url("../images/common/arrow03.svg") center center no-repeat;
  background-size: contain;
  width: 8px;
  height: 7px;
  display: inline-block;
  margin: 0 0 0 10px;
  vertical-align: 2px;
}
@media only screen and (max-width: 960px) {
  .guide_anchor_list .guide_anchor_link:after {
    width: 6px;
    height: 6px;
  }
}
@media only screen and (max-width: 640px) {
  .guide_anchor_list .guide_anchor_link:after {
    position: absolute;
    top: 50%;
    right: 12px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.guide_anchor_list .guide_anchor_link:before {
  content: "";
  display: block;
  opacity: 0;
  height: 2px;
  width: 80%;
  background: #96AF41;
  position: absolute;
  bottom: -8px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.guide_common_title {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #333;
  margin: 0 0 35px;
}
@media only screen and (max-width: 960px) {
  .guide_common_title {
    font-size: 20px;
    margin: 0 0 25px;
  }
}
.guide_common_title span {
  display: inline-block;
  background: #fff;
  padding: 0 45px;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 960px) {
  .guide_common_title span {
    padding: 0 15px;
  }
}
.guide_common_title:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #707070;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
@media only screen and (max-width: 960px) {
  .guide_common_title:before {
    height: 1px;
  }
}

.guide_common_subtitle {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  font-weight: bold;
  text-align: center;
  margin: 0 0 40px;
}
@media only screen and (max-width: 960px) {
  .guide_common_subtitle {
    font-size: 12px;
    margin: 0 0 25px;
  }
}

.guide_common_text {
  word-break: break-word;
  font-size: 14px;
  color: #333;
  line-height: 1.8;
}
@media only screen and (max-width: 960px) {
  .guide_common_text {
    font-size: 12px;
  }
}
.guide_common_text.small {
  padding: 0 30px;
}
@media only screen and (max-width: 960px) {
  .guide_common_text.small {
    padding: 0 12px;
  }
}
@media only screen and (max-width: 640px) {
  .guide_common_text.small {
    padding: 0;
  }
}
.guide_common_text a {
  display: inline-block;
  color: #DD6945;
  text-decoration: none;
}
.guide_common_text span {
  font-weight: bold;
}
.guide_common_text span.red {
  color: #DD6945;
}
.guide_common_text.flex {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.guide_list {
  padding: 0 30px;
}
@media only screen and (max-width: 960px) {
  .guide_list {
    padding: 0 12px;
  }
}
@media only screen and (max-width: 640px) {
  .guide_list {
    padding: 0;
  }
}
.guide_list .guide_item {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin: 0 0 30px;
}
@media only screen and (max-width: 960px) {
  .guide_list .guide_item {
    margin: 0 0 20px;
  }
}
.guide_list .guide_item.mb0 {
  margin: 0;
}

.guide_inner {
  padding: 0 50px;
}
@media only screen and (max-width: 960px) {
  .guide_inner {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 640px) {
  .guide_inner {
    padding: 0 12px;
  }
}

.guide_faq_block {
  margin: 0 0 40px;
}
@media only screen and (max-width: 960px) {
  .guide_faq_block {
    margin: 0 0 25px;
  }
}
.guide_faq_block .guide_faq_list {
  border-bottom: 1px #C7C7C7 solid;
}
.guide_faq_block .guide_faq_list:first-of-type {
  border-top: 1px #C7C7C7 solid;
}
.guide_faq_block .guide_faq_quest {
  position: relative;
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 14px 0;
}
.guide_faq_block .guide_faq_quest:after {
  content: "";
  display: block;
  background: url("../images/common/icon14.svg") center center no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 50px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 960px) {
  .guide_faq_block .guide_faq_quest:after {
    width: 14px;
    height: 14px;
    right: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .guide_faq_block .guide_faq_quest:after {
    right: 0;
  }
}
.guide_faq_block .guide_faq_quest.active:after {
  background: url("../images/common/icon15.svg") center center no-repeat;
  background-size: contain;
  height: 2px;
}
.guide_faq_block .guide_faq_quest .guide_faq_num {
  width: 76px;
  min-width: 76px;
  font-size: 24px;
  font-weight: 500;
  color: #DD6945;
}
@media only screen and (max-width: 960px) {
  .guide_faq_block .guide_faq_quest .guide_faq_num {
    font-size: 20px;
    width: 65px;
    min-width: 65px;
  }
}
@media only screen and (max-width: 640px) {
  .guide_faq_block .guide_faq_quest .guide_faq_num {
    width: 45px;
    min-width: 45px;
  }
}
.guide_faq_block .guide_faq_quest .guide_faq_title {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  color: #333;
}
@media only screen and (max-width: 960px) {
  .guide_faq_block .guide_faq_quest .guide_faq_title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 640px) {
  .guide_faq_block .guide_faq_quest .guide_faq_title {
    width: calc( 100% - 70px );
  }
}
.guide_faq_block .guide_faq_answer {
  display: none;
  width: calc( 100% - 76px );
  margin: 0 0 0 76px;
  background: #FDF1ED;
  padding: 14px 40px;
  border-top: 1px #D3D3D3 dotted;
}
@media only screen and (max-width: 960px) {
  .guide_faq_block .guide_faq_answer {
    width: calc( 100% - 65px );
    margin: 0 0 0 65px;
    padding: 14px 20px;
  }
}
@media only screen and (max-width: 640px) {
  .guide_faq_block .guide_faq_answer {
    width: calc( 100% - 45px );
    margin: 0 0 0 45px;
    padding: 14px;
  }
}

.guide_delivery_block {
  margin: 0 0 80px;
}
@media only screen and (max-width: 960px) {
  .guide_delivery_block {
    margin: 0 0 50px;
  }
}
.guide_delivery_block .guide_delivery_table {
  width: 100%;
  border: 1px #B5B5B5 solid;
}
.guide_delivery_block .guide_delivery_table .guide_delivery_title {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  font-weight: bold;
  background: #E5E5E5;
  text-align: center;
  padding: 30px 0;
  width: 390px;
  border: 1px #B5B5B5 solid;
}
@media only screen and (max-width: 960px) {
  .guide_delivery_block .guide_delivery_table .guide_delivery_title {
    font-size: 14px;
    padding: 20px 6px;
    width: 240px;
  }
}
@media only screen and (max-width: 640px) {
  .guide_delivery_block .guide_delivery_table .guide_delivery_title {
    width: inherit;
  }
}
.guide_delivery_block .guide_delivery_text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  color: #333;
  padding: 15px 12px 20px;
  border: 1px #B5B5B5 solid;
}
.guide_delivery_block .guide_delivery_text.pd_large {
  padding: 30px 12px;
}
@media only screen and (max-width: 960px) {
  .guide_delivery_block .guide_delivery_text.pd_large {
    padding: 20px 6px;
  }
}
@media only screen and (max-width: 960px) {
  .guide_delivery_block .guide_delivery_text {
    font-size: 14px;
    padding: 15px 6px;
  }
}
.guide_delivery_block .guide_delivery_box {
  width: 184px;
  margin: 0 auto;
}
@media only screen and (max-width: 960px) {
  .guide_delivery_block .guide_delivery_box {
    width: 140px;
  }
}
@media only screen and (max-width: 640px) {
  .guide_delivery_block .guide_delivery_box {
    width: 120px;
  }
}
.guide_delivery_block .guide_delivery_box_place {
  font-size: 14px;
  font-weight: 500;
  padding: 0 0 8px;
  margin: 0 0 8px;
  border-bottom: 1px #B5B5B5 dashed;
}
@media only screen and (max-width: 960px) {
  .guide_delivery_block .guide_delivery_box_place {
    font-size: 12px;
  }
}
.guide_delivery_block .guide_delivery_icon {
  display: block;
  width: 59px;
  margin: 0 0 0 20px;
}

.guide_kimono_block {
  margin: 0 0 80px;
}
@media only screen and (max-width: 960px) {
  .guide_kimono_block {
    margin: 0 0 50px;
  }
}

.guide_pay_block .guide_pay_title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  padding: 0 30px;
  color: #333;
}
@media only screen and (max-width: 960px) {
  .guide_pay_block .guide_pay_title {
    font-size: 14px;
    padding: 0 12px;
  }
}
@media only screen and (max-width: 640px) {
  .guide_pay_block .guide_pay_title {
    padding: 0;
  }
}
.guide_pay_block .guide_credit_pic {
  display: block;
  width: 227px;
  margin: 5px 0;
}

.guide_pay_line {
  display: block;
  width: 100%;
  max-width: 937px;
  border-bottom: 1px #D3D3D3 dashed;
  height: 1px;
  margin: 60px auto 40px;
}
@media only screen and (max-width: 960px) {
  .guide_pay_line {
    margin: 40px auto 25px;
  }
}

.guide_pay_info_block {
  background: #FDF1ED;
  padding: 20px 30px;
  margin: 0 0 20px;
}
@media only screen and (max-width: 960px) {
  .guide_pay_info_block {
    padding: 12px;
    margin: 0 0 10px;
  }
}

/*=================

 plan.scss

=======================*/
.plan_mv_block {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JmZGFmOCIgc3RvcC1vcGFjaXR5PSIwLjMxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYmZkYWY4IiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -moz-linear-gradient(0deg, rgba(191, 218, 248, 0.31), rgba(191, 218, 248, 0));
  background: -webkit-linear-gradient(0deg, rgba(191, 218, 248, 0.31), rgba(191, 218, 248, 0));
  background: linear-gradient(90deg, rgba(191, 218, 248, 0.31), rgba(191, 218, 248, 0));
  height: 350px;
  width: 100%;
  padding: 0 50px;
  margin: 0 0 10px;
}
@media only screen and (max-width: 1100px) {
  .plan_mv_block {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 960px) {
  .plan_mv_block {
    height: 220px;
  }
}
@media only screen and (max-width: 640px) {
  .plan_mv_block {
    height: 180px;
  }
}
.plan_mv_block .plan_mv_inner {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
.plan_mv_block .plan_mv_main {
  overflow: hidden;
  width: 50%;
  position: relative;
  height: 100%;
  z-index: 2;
}
@media only screen and (max-width: 960px) {
  .plan_mv_block .plan_mv_main {
    width: 100%;
  }
}
.plan_mv_block .plan_mv_main .plan_mv_textarea {
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 490px;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .plan_mv_block .plan_mv_main .plan_mv_textarea {
    right: inherit;
    left: 0;
    width: 100%;
    max-width: 445px;
  }
}
.plan_mv_block .plan_mv_main .plan_mv_title {
  font-size: 44px;
  color: #DD6945;
  font-weight: 600;
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px #707070 solid;
}
@media only screen and (max-width: 960px) {
  .plan_mv_block .plan_mv_main .plan_mv_title {
    font-size: 30px;
    padding: 0 0 10px;
    margin: 0 0 10px;
  }
}
.plan_mv_block .plan_mv_main .plan_mv_title span {
  font-size: 14px;
  letter-spacing: 2px;
  margin: 0 0 0 30px;
  vertical-align: 10px;
}
@media only screen and (max-width: 960px) {
  .plan_mv_block .plan_mv_main .plan_mv_title span {
    font-size: 11px;
    margin: 0 0 0 15px;
    vertical-align: 5px;
  }
}
.plan_mv_block .plan_mv_main .plan_mv_text {
  font-size: 16px;
  color: #333;
  letter-spacing: 1.5px;
  line-height: 1.5;
}
@media only screen and (max-width: 960px) {
  .plan_mv_block .plan_mv_main .plan_mv_text {
    font-size: 13px;
  }
}
.plan_mv_block .plan_mv_pic {
  display: block;
  width: 674px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 960px) {
  .plan_mv_block .plan_mv_pic {
    max-width: 540px;
    width: 100%;
    background-position: right center;
  }
}
@media only screen and (max-width: 750px) {
  .plan_mv_block .plan_mv_pic {
    max-width: inherit;
    width: 140%;
    opacity: .2;
  }
}

.plan_wrap {
  padding: 30px 0 80px;
}
@media only screen and (max-width: 960px) {
  .plan_wrap {
    padding: 20px 0 50px;
  }
}

.plan_list {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.plan_list .plan_item {
  border: 2px #96AF41 solid;
  border-bottom: 9px #96AF41 solid;
  background: #fff;
  margin: 0 auto 20px;
}
.plan_list .plan_item:last-of-type {
  margin: 0 auto;
}

.plan_main_block {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .plan_main_block {
    display: block;
  }
}
.plan_main_block.active .plan_main_box:after {
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.plan_main_block .plan_main_pic {
  width: 333px;
  min-width: 333px;
  height: 164px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 750px) {
  .plan_main_block .plan_main_pic {
    width: 250px;
    min-width: 250px;
  }
}
@media only screen and (max-width: 640px) {
  .plan_main_block .plan_main_pic {
    width: 100%;
    min-width: inherit;
  }
}
.plan_main_block .plan_main_box {
  position: relative;
  cursor: pointer;
  width: 100%;
  padding: 0 60px 0 20px;
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 960px) {
  .plan_main_block .plan_main_box {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .plan_main_block .plan_main_box {
    padding: 20px 40px 20px 15px;
  }
}
.plan_main_block .plan_main_box:after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background: url("../images/plan/icon02.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 25px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 960px) {
  .plan_main_block .plan_main_box:after {
    width: 20px;
    height: 20px;
    right: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .plan_main_block .plan_main_box:after {
    right: 10px;
  }
}
.plan_main_block .plan_main_box.arrow_none:after {
  display: none;
}
.plan_main_block .plan_main_title_block {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 55px 0 0;
}
@media only screen and (max-width: 960px) {
  .plan_main_block .plan_main_title_block {
    margin: 0 0 10px;
  }
}
.plan_main_block .plan_main_title_icon {
  display: block;
  width: 46px;
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 960px) {
  .plan_main_block .plan_main_title_icon {
    width: 30px;
    margin: 0 10px 0 0;
  }
}
@media only screen and (max-width: 640px) {
  .plan_main_block .plan_main_title_icon {
    width: 20px;
  }
}
.plan_main_block .plan_main_title {
  white-space: nowrap;
  font-size: 23px;
  line-height: 1.5;
  color: #333;
  font-weight: bold;
  letter-spacing: 2.5px;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .plan_main_block .plan_main_title {
    font-size: 18px;
  }
}
.plan_main_block .plan_main_title.special {
  letter-spacing: normal;
}
@media only screen and (max-width: 960px) {
  .plan_main_block .plan_main_title.special {
    letter-spacing: 2.5px;
  }
}
.plan_main_block .plan_main_text {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #333;
  letter-spacing: 1.2px;
}
@media only screen and (max-width: 960px) {
  .plan_main_block .plan_main_text {
    font-size: 13px;
    padding: 0 0 0 40px;
  }
}
@media only screen and (max-width: 640px) {
  .plan_main_block .plan_main_text {
    padding: 0;
  }
}

.plan_sublist {
  display: none;
  background: #F5F5F5;
}
.plan_sublist .plan_subitem {
  border-top: 1px #96AF41 solid;
}
.plan_sublist .plan_sublink {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  text-decoration: none;
  width: 100%;
  padding: 30px 35px 15px 20px;
}
@media only screen and (max-width: 960px) {
  .plan_sublist .plan_sublink {
    padding: 20px 15px;
  }
}
@media only screen and (max-width: 640px) {
  .plan_sublist .plan_sublink {
    display: block;
    padding: 15px 12px;
  }
}
.plan_sublist .plan_sub_pic {
  display: block;
  width: 298px;
  height: 300px;
  min-width: 298px;
  margin: 0 25px 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 960px) {
  .plan_sublist .plan_sub_pic {
    margin: 0 15px 0 0;
  }
}
@media only screen and (max-width: 840px) {
  .plan_sublist .plan_sub_pic {
    width: 220px;
    min-width: 220px;
    height: 250px;
  }
}
@media only screen and (max-width: 640px) {
  .plan_sublist .plan_sub_pic {
    height: 220px;
    width: 100%;
    min-width: inherit;
    margin: 0 0 20px;
  }
}
.plan_sublist .plan_sub_box {
  width: 100%;
}
.plan_sublist .plan_sub_label_block {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 20px;
}
@media only screen and (max-width: 960px) {
  .plan_sublist .plan_sub_label_block {
    margin: 0 0 10px;
  }
}
.plan_sublist .plan_sub_label_block .plan_sub_label {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  line-height: 24px;
  height: 24px;
  padding: 0 30px;
  margin: 0 10px 0 0;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
@media only screen and (max-width: 960px) {
  .plan_sublist .plan_sub_label_block .plan_sub_label {
    font-size: 12px;
    padding: 0 15px;
    line-height: 20px;
    height: 20px;
  }
}
.plan_sublist .plan_sub_label_block .plan_sub_label.bg_green {
  background: #96AF41;
}
.plan_sublist .plan_sub_label_block .plan_sub_label.bg_red {
  background: #DD6945;
}
.plan_sublist .plan_sub_label_block .plan_sub_label_text {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  color: #333;
}
@media only screen and (max-width: 960px) {
  .plan_sublist .plan_sub_label_block .plan_sub_label_text {
    font-size: 12px;
  }
}
@media only screen and (max-width: 640px) {
  .plan_sublist .plan_sub_label_block .plan_sub_label_text {
    font-size: 10px;
  }
}
.plan_sublist .plan_sub_name {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
  border-bottom: 1px #707070 solid;
  padding: 0 12px 15px;
  margin: 0 0 25px;
}
@media only screen and (max-width: 960px) {
  .plan_sublist .plan_sub_name {
    font-size: 18px;
    padding: 0 6px 10px;
    margin: 0 0 15px;
  }
}
.plan_sublist .plan_sub_name span {
  margin: 0 0 0 15px;
  font-weight: 500;
}
@media only screen and (max-width: 960px) {
  .plan_sublist .plan_sub_name span {
    margin: 0 0 0 10px;
  }
}
@media only screen and (max-width: 640px) {
  .plan_sublist .plan_sub_name span {
    margin: 0;
  }
}
.plan_sublist .plan_sub_name small {
  font-size: 12px;
  font-weight: 500;
  vertical-align: 2px;
}
@media only screen and (max-width: 960px) {
  .plan_sublist .plan_sub_name small {
    font-size: 10px;
  }
}
.plan_sublist .plan_sub_name .pc_none {
  display: none;
}
@media only screen and (max-width: 640px) {
  .plan_sublist .plan_sub_name .pc_none {
    display: block;
  }
}
.plan_sublist .plan_contents_list {
  min-height: 104px;
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  -webkit-content: flex-start;
  align-content: flex-start;
  margin: 0 0 20px;
}
@media only screen and (max-width: 960px) {
  .plan_sublist .plan_contents_list {
    min-height: 84px;
  }
}
@media only screen and (max-width: 840px) {
  .plan_sublist .plan_contents_list {
    min-height: 126px;
  }
}
@media only screen and (max-width: 640px) {
  .plan_sublist .plan_contents_list {
    min-height: inherit;
    margin: 0 0 10px;
  }
}
.plan_sublist .plan_contents_list .plan_contents_item {
  width: calc( ( 100% - 4px ) / 3 );
  height: 50px;
  margin: 0 2px 2px 0;
  padding: 0 0 0 12px;
  background: #fff;
  border: 1px #C7C7C7 solid;
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
}
@media only screen and (max-width: 960px) {
  .plan_sublist .plan_contents_list .plan_contents_item {
    height: 40px;
    padding: 0 0 0 6px;
  }
}
@media only screen and (max-width: 840px) {
  .plan_sublist .plan_contents_list .plan_contents_item {
    width: calc( 50% - 2px );
    margin: 0 0 2px;
  }
}
.plan_sublist .plan_contents_list .plan_contents_item:nth-of-type(3n) {
  margin: 0 0 2px;
}
@media only screen and (max-width: 840px) {
  .plan_sublist .plan_contents_list .plan_contents_item:nth-of-type(even) {
    margin: 0 0 2px 2px;
  }
}
.plan_sublist .plan_contents_list .plan_contents_item img {
  display: block;
  width: 40px;
  min-width: 40px;
  margin: 0 12px 0 0;
}
@media only screen and (max-width: 960px) {
  .plan_sublist .plan_contents_list .plan_contents_item img {
    width: 25px;
    min-width: 25px;
    margin: 0 10px 0 0;
  }
}
.plan_sublist .plan_contents_list .plan_contents_item span {
  font-size: 14px;
  line-height: 1.3;
  color: #333;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .plan_sublist .plan_contents_list .plan_contents_item span {
    font-size: 12px;
  }
}
.plan_sublist .plan_contents_list .plan_contents_item small {
  font-size: 12px;
}
@media only screen and (max-width: 960px) {
  .plan_sublist .plan_contents_list .plan_contents_item small {
    font-size: 10px;
  }
}
.plan_sublist .plan_info_text {
  font-size: 14px;
  color: #707070;
  font-weight: 500;
  line-height: 1.8;
  background: #fff;
  border: 1px #C7C7C7 solid;
  margin: 0 0 15px;
  padding: 15px;
}
@media only screen and (max-width: 960px) {
  .plan_sublist .plan_info_text {
    font-size: 12px;
    padding: 10px;
    margin: 0 0 10px;
  }
}
.plan_sublist .plan_info_btnarea {
  text-align: right;
}
.plan_sublist .plan_info_btnarea .plan_info_more_btn {
  font-size: 14px;
  color: #707070;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 960px) {
  .plan_sublist .plan_info_btnarea .plan_info_more_btn {
    font-size: 12px;
  }
}
.plan_sublist .plan_info_btnarea .plan_info_more_btn img {
  display: inline-block;
  width: 10px;
  margin: 0 0 0 10px;
}
@media only screen and (max-width: 960px) {
  .plan_sublist .plan_info_btnarea .plan_info_more_btn img {
    width: 7px;
  }
}

/* detail */
.plan-d_mv_block {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 40px;
}
@media only screen and (max-width: 960px) {
  .plan-d_mv_block {
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 750px) {
  .plan-d_mv_block {
    display: block;
  }
}
.plan-d_mv_block .plan-d_mv_slider {
  width: 58%;
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  .plan-d_mv_block .plan-d_mv_slider {
    width: 50%;
  }
}
@media only screen and (max-width: 750px) {
  .plan-d_mv_block .plan-d_mv_slider {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.plan-d_mv_block .plan-d_mv_main_list {
  display: block;
  width: 100%;
  margin: 0 0 5px;
  padding: 0 3.5px;
}
@media only screen and (max-width: 960px) {
  .plan-d_mv_block .plan-d_mv_main_list {
    padding: 0 3px;
  }
}
@media only screen and (max-width: 640px) {
  .plan-d_mv_block .plan-d_mv_main_list {
    padding: 0 2.5px;
  }
}
.plan-d_mv_block .plan-d_mv_main_list .slick-prev {
  outline: none;
  display: block !important;
  width: 16px;
  height: 35px;
  left: 20px;
  z-index: 10;
  background: url("../images/gallery/arrow01.svg") center center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 640px) {
  .plan-d_mv_block .plan-d_mv_main_list .slick-prev {
    display: none !important;
  }
}
.plan-d_mv_block .plan-d_mv_main_list .slick-prev:before {
  content: none;
}
.plan-d_mv_block .plan-d_mv_main_list .slick-next {
  outline: none;
  display: block !important;
  width: 16px;
  height: 35px;
  right: 20px;
  z-index: 10;
  background: url("../images/gallery/arrow02.svg") center center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 640px) {
  .plan-d_mv_block .plan-d_mv_main_list .slick-next {
    display: none !important;
  }
}
.plan-d_mv_block .plan-d_mv_main_list .slick-next:before {
  content: none;
}
.plan-d_mv_block .plan-d_mv_main_list .plan-d_mv_main_pic {
  height: 534px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 960px) {
  .plan-d_mv_block .plan-d_mv_main_list .plan-d_mv_main_pic {
    height: 400px;
  }
}
@media only screen and (max-width: 640px) {
  .plan-d_mv_block .plan-d_mv_main_list .plan-d_mv_main_pic {
    height: 280px;
  }
}
.plan-d_mv_block .plan-d_mv_sub_list .plan-d_mv_sub_item {
  padding: 0 5px;
}
@media only screen and (max-width: 640px) {
  .plan-d_mv_block .plan-d_mv_sub_list .plan-d_mv_sub_item {
    padding: 0 2.5px;
  }
}
.plan-d_mv_block .plan-d_mv_sub_list .plan-d_mv_sub_pic {
  width: 100%;
  height: 153px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 960px) {
  .plan-d_mv_block .plan-d_mv_sub_list .plan-d_mv_sub_pic {
    height: 120px;
  }
}
@media only screen and (max-width: 640px) {
  .plan-d_mv_block .plan-d_mv_sub_list .plan-d_mv_sub_pic {
    height: 80px;
  }
}
.plan-d_mv_block .plan-d_mv_info {
  width: calc( 42% - 34px );
}
@media only screen and (max-width: 960px) {
  .plan-d_mv_block .plan-d_mv_info {
    width: calc( 50% - 20px );
  }
}
@media only screen and (max-width: 750px) {
  .plan-d_mv_block .plan-d_mv_info {
    width: 100%;
  }
}
.plan-d_mv_block .plan-d_mv_label_block {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 40px;
}
@media only screen and (max-width: 960px) {
  .plan-d_mv_block .plan-d_mv_label_block {
    margin: 0 0 20px;
  }
}
.plan-d_mv_block .plan-d_mv_label_block .plan-d_mv_label {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  line-height: 38px;
  height: 40px;
  padding: 0 20px;
  margin: 0 10px 0 0;
  border: 1px #707070 solid;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
}
@media only screen and (max-width: 960px) {
  .plan-d_mv_block .plan-d_mv_label_block .plan-d_mv_label {
    font-size: 12px;
    padding: 0 10px;
    line-height: 28px;
    height: 30px;
  }
}
.plan-d_mv_block .plan-d_mv_label_block .plan-d_mv_label_text {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  color: #333;
}
@media only screen and (max-width: 960px) {
  .plan-d_mv_block .plan-d_mv_label_block .plan-d_mv_label_text {
    font-size: 12px;
  }
}
@media only screen and (max-width: 640px) {
  .plan-d_mv_block .plan-d_mv_label_block .plan-d_mv_label_text {
    font-size: 10px;
  }
}
.plan-d_mv_block .plan-d_mv_en_title {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2.5px;
  line-height: 1.5;
  color: #333;
  margin: 0 0 20px;
}
@media only screen and (max-width: 960px) {
  .plan-d_mv_block .plan-d_mv_en_title {
    font-size: 10px;
    margin: 0 0 15px;
  }
}
.plan-d_mv_block .plan-d_mv_title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  color: #333;
  letter-spacing: -.5px;
  margin: 0 0 15px;
}
@media only screen and (max-width: 960px) {
  .plan-d_mv_block .plan-d_mv_title {
    font-size: 20px;
    margin: 0 0 10px;
  }
}
.plan-d_mv_block .plan-d_mv_price {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
  border-bottom: 1px #C7C7C7 solid;
  padding: 0 0 15px;
  margin: 0 0 20px;
}
@media only screen and (max-width: 960px) {
  .plan-d_mv_block .plan-d_mv_price {
    font-size: 30px;
    margin: 0 0 15px;
    padding: 0 0 10px;
  }
}
.plan-d_mv_block .plan-d_mv_price span {
  display: inline-block;
  vertical-align: 7px;
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 960px) {
  .plan-d_mv_block .plan-d_mv_price span {
    font-size: 12px;
  }
}
.plan-d_mv_block .plan-d_mv_text {
  font-size: 14px;
  color: #333;
  line-height: 1.8;
  margin: 0 0 50px;
}
@media only screen and (max-width: 960px) {
  .plan-d_mv_block .plan-d_mv_text {
    font-size: 12px;
    margin: 0 0 30px;
  }
}

.plan-d_mv_reserve_btn {
  position: relative;
  display: block;
  width: 100%;
  height: 86px;
  background: #DD6945;
  color: #fff;
  text-decoration: none;
  font-size: 19px;
  line-height: 1.5;
  font-weight: bold;
  margin: 0 auto 10px;
}
@media only screen and (max-width: 960px) {
  .plan-d_mv_reserve_btn {
    height: 70px;
    font-size: 14px;
  }
}
.plan-d_mv_reserve_btn:after {
  content: "";
  background: url("../images/plan/arrow01.svg") center center no-repeat;
  background-size: contain;
  display: block;
  width: 10px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 45px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 960px) {
  .plan-d_mv_reserve_btn:after {
    width: 8px;
    height: 13px;
    margin: 0 0 0 15px;
    right: 15px;
  }
}
.plan-d_mv_reserve_btn span {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.plan-d_mv_reserve_btn small {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (max-width: 960px) {
  .plan-d_mv_reserve_btn small {
    font-size: 11px;
  }
}

.plan-d_mv_contact_btn {
  position: relative;
  display: block;
  width: 100%;
  height: 86px;
  border: 2px #DD6945 solid;
  color: #DD6945;
  background: #fff;
  text-decoration: none;
  font-size: 19px;
  line-height: 1.5;
  font-weight: bold;
  margin: 0 auto;
}
@media only screen and (max-width: 960px) {
  .plan-d_mv_contact_btn {
    height: 70px;
    font-size: 14px;
  }
}
.plan-d_mv_contact_btn:after {
  content: "";
  background: url("../images/plan/arrow02.svg") center center no-repeat;
  background-size: contain;
  display: block;
  width: 10px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 45px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 960px) {
  .plan-d_mv_contact_btn:after {
    width: 8px;
    height: 13px;
    margin: 0 0 0 15px;
    right: 15px;
  }
}
.plan-d_mv_contact_btn:hover {
  color: #fff;
  background: #DD6945;
}
@media only screen and (max-width: 960px) {
  .plan-d_mv_contact_btn:hover {
    background: #fff;
    color: #DD6945;
  }
}
.plan-d_mv_contact_btn:hover:after {
  background: url("../images/plan/arrow01.svg") center center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 960px) {
  .plan-d_mv_contact_btn:hover:after {
    background: url("../images/plan/arrow02.svg") center center no-repeat;
    background-size: contain;
  }
}
.plan-d_mv_contact_btn span {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.plan-d_mv_contact_btn small {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (max-width: 960px) {
  .plan-d_mv_contact_btn small {
    font-size: 11px;
  }
}

.plan-d_common_title {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 10px 10px;
  margin: 0 0 20px;
  border-bottom: 1px #333 solid;
}
@media only screen and (max-width: 960px) {
  .plan-d_common_title {
    font-size: 16px;
    margin: 0 0 15px;
  }
}
.plan-d_common_title img {
  display: inline-block;
  width: 26px;
  margin: 0 10px 0 0;
  vertical-align: -5px;
}
@media only screen and (max-width: 960px) {
  .plan-d_common_title img {
    width: 18px;
    vertical-align: -3px;
  }
}

.plan-d_contents_block {
  margin: 0 0 40px;
}
@media only screen and (max-width: 960px) {
  .plan-d_contents_block {
    margin: 0 0 30px;
  }
}
.plan-d_contents_block .plan-d_contents_list {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  -webkit-content: flex-start;
  align-content: flex-start;
  margin: 0 0 20px;
}
@media only screen and (max-width: 640px) {
  .plan-d_contents_block .plan-d_contents_list {
    margin: 0 0 10px;
  }
}
.plan-d_contents_block .plan-d_contents_list .plan-d_contents_item {
  width: calc( ( 100% - 4px ) / 3 );
  height: 86px;
  margin: 0 2px 2px 0;
  padding: 0 0 0 12px;
  background: #fff;
  border: 1px #C7C7C7 solid;
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
}
@media only screen and (max-width: 960px) {
  .plan-d_contents_block .plan-d_contents_list .plan-d_contents_item {
    height: 60px;
    padding: 0 0 0 6px;
  }
}
@media only screen and (max-width: 750px) {
  .plan-d_contents_block .plan-d_contents_list .plan-d_contents_item {
    height: 45px;
    width: calc( 50% - 2px );
    margin: 0 0 2px;
  }
}
.plan-d_contents_block .plan-d_contents_list .plan-d_contents_item:nth-of-type(3n) {
  margin: 0 0 2px;
}
@media only screen and (max-width: 750px) {
  .plan-d_contents_block .plan-d_contents_list .plan-d_contents_item:nth-of-type(even) {
    margin: 0 0 2px 2px;
  }
}
.plan-d_contents_block .plan-d_contents_list .plan-d_contents_item img {
  display: block;
  width: 60px;
  min-width: 60px;
  margin: 0 12px 0 0;
}
@media only screen and (max-width: 960px) {
  .plan-d_contents_block .plan-d_contents_list .plan-d_contents_item img {
    width: 40px;
    min-width: 40px;
    margin: 0 10px 0 0;
  }
}
@media only screen and (max-width: 750px) {
  .plan-d_contents_block .plan-d_contents_list .plan-d_contents_item img {
    width: 30px;
    min-width: 30px;
  }
}
.plan-d_contents_block .plan-d_contents_list .plan-d_contents_item span {
  font-size: 16px;
  line-height: 1.3;
  color: #333;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .plan-d_contents_block .plan-d_contents_list .plan-d_contents_item span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 750px) {
  .plan-d_contents_block .plan-d_contents_list .plan-d_contents_item span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 750px) {
  .plan-d_contents_block .plan-d_contents_list .plan-d_contents_item small {
    display: block;
    font-size: 10px;
  }
}

.plan-d_special_block {
  margin: 0 0 40px;
}
@media only screen and (max-width: 960px) {
  .plan-d_special_block {
    margin: 0 0 30px;
  }
}
.plan-d_special_block .plan-d_special_list {
  background: rgba(221, 105, 69, 0.27);
  width: 100%;
  padding: 17px 20px;
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
@media only screen and (max-width: 960px) {
  .plan-d_special_block .plan-d_special_list {
    padding: 15px 12px;
  }
}
@media only screen and (max-width: 640px) {
  .plan-d_special_block .plan-d_special_list {
    display: block;
  }
}
.plan-d_special_block .plan-d_special_list .plan-d_special_item {
  width: 100%;
  background: #fff;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  padding: 17px 0;
  text-align: center;
  margin: 0 17px 0 0;
}
.plan-d_special_block .plan-d_special_list .plan-d_special_item:last-of-type {
  margin: 0;
}
@media only screen and (max-width: 960px) {
  .plan-d_special_block .plan-d_special_list .plan-d_special_item {
    padding: 15px 0;
    margin: 0 10px 0 0;
  }
}
@media only screen and (max-width: 640px) {
  .plan-d_special_block .plan-d_special_list .plan-d_special_item {
    margin: 0 auto 10px;
  }
}
.plan-d_special_block .plan-d_special_list .plan-d_special_box {
  display: inline-block;
  width: 85%;
  color: #DD6945;
  line-height: 1.5;
  font-weight: bold;
}
.plan-d_special_block .plan-d_special_list .plan-d_special_title {
  font-size: 20px;
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px #C7C7C7 dotted;
}
@media only screen and (max-width: 960px) {
  .plan-d_special_block .plan-d_special_list .plan-d_special_title {
    font-size: 16px;
  }
}
.plan-d_special_block .plan-d_special_list .plan-d_special_text {
  font-size: 18px;
}
@media only screen and (max-width: 960px) {
  .plan-d_special_block .plan-d_special_list .plan-d_special_text {
    font-size: 14px;
  }
}

.plan-d_recommend_block {
  margin: 0 0 80px;
}
@media only screen and (max-width: 960px) {
  .plan-d_recommend_block {
    margin: 0 0 50px;
  }
}
.plan-d_recommend_block .plan-d_recommend_title {
  font-size: 20px;
  color: #fff;
  background: #96AF41;
  font-weight: bold;
  height: 55px;
  line-height: 55px;
  padding: 0 10px;
  margin: 0 0 20px;
}
@media only screen and (max-width: 960px) {
  .plan-d_recommend_block .plan-d_recommend_title {
    font-size: 16px;
    margin: 0 0 15px;
    height: 50px;
    line-height: 50px;
  }
}
.plan-d_recommend_block .plan-d_recommend_title img {
  display: inline-block;
  width: 26px;
  margin: 0 10px 0 0;
  vertical-align: -5px;
}
@media only screen and (max-width: 960px) {
  .plan-d_recommend_block .plan-d_recommend_title img {
    width: 18px;
    vertical-align: -3px;
  }
}

.plan-d_recommend_list {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin: 0 0 20px;
}
@media only screen and (max-width: 640px) {
  .plan-d_recommend_list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
}
.plan-d_recommend_list .plan-d_recommend_item {
  position: relative;
  width: calc( ( 100% - 60px ) / 5 );
  height: 300px;
  margin: 0 15px 0 0;
}
@media only screen and (max-width: 960px) {
  .plan-d_recommend_list .plan-d_recommend_item {
    width: calc(( 100% - 40px ) / 5);
    margin: 0 10px 0 0;
    height: 215px;
  }
}
@media only screen and (max-width: 640px) {
  .plan-d_recommend_list .plan-d_recommend_item {
    width: calc( 50% - 6px );
    margin: 0 0 20px;
  }
}
.plan-d_recommend_list .plan-d_recommend_item:last-of-type {
  margin: 0;
}
@media only screen and (max-width: 640px) {
  .plan-d_recommend_list .plan-d_recommend_item:last-of-type {
    display: none;
  }
}
.plan-d_recommend_list .plan-d_recommend_link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.plan-d_recommend_list .plan-d_recommend_label {
  display: block;
  width: 90px;
  position: absolute;
  top: 10px;
  left: 0;
}
@media only screen and (max-width: 960px) {
  .plan-d_recommend_list .plan-d_recommend_label {
    width: 70px;
  }
}
.plan-d_recommend_list .plan-d_recommend_item_name {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(235, 235, 235, 0.82);
  text-align: center;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  letter-spacing: 1.5px;
  padding: 0 5px;
}
@media only screen and (max-width: 960px) {
  .plan-d_recommend_list .plan-d_recommend_item_name {
    font-size: 12px;
  }
}

.plan-d_recommend_btn {
  display: block;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  background: #707070;
  text-align: center;
  text-decoration: none;
  line-height: 57px;
  height: 57px;
  font-weight: 500;
}
@media only screen and (max-width: 960px) {
  .plan-d_recommend_btn {
    font-size: 14px;
    line-height: 50px;
    height: 50px;
  }
}

.plan-d_btnarea {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 0 50px;
}
@media only screen and (max-width: 960px) {
  .plan-d_btnarea {
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 640px) {
  .plan-d_btnarea {
    display: block;
  }
}
.plan-d_btnarea .plan-d_mv_reserve_btn {
  margin: 0 15px 0 0;
  max-width: 424px;
}
@media only screen and (max-width: 640px) {
  .plan-d_btnarea .plan-d_mv_reserve_btn {
    margin: 0 auto 10px;
    max-width: inherit;
  }
}
.plan-d_btnarea .plan-d_mv_contact_btn {
  margin: 0;
  max-width: 424px;
}
@media only screen and (max-width: 640px) {
  .plan-d_btnarea .plan-d_mv_contact_btn {
    max-width: inherit;
    margin: 0 auto;
  }
}

.plan-d_option_block {
  margin: 0 0 35px;
}
@media only screen and (max-width: 960px) {
  .plan-d_option_block {
    margin: 0 0 25px;
  }
}
.plan-d_option_block .plan-d_option_list {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.plan-d_option_block .plan-d_option_item {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
  margin: 0 10px 5px 0;
}
@media only screen and (max-width: 960px) {
  .plan-d_option_block .plan-d_option_item {
    font-size: 14px;
  }
}
@media only screen and (max-width: 640px) {
  .plan-d_option_block .plan-d_option_item {
    font-size: 12px;
  }
}
.plan-d_option_block .plan-d_option_item:before {
  content: "・";
}
.plan-d_option_block .plan-d_option_item span {
  font-weight: 500;
  margin: 0 0 0 15px;
}

/*=================
     
  others.scss

=======================*/
/* error */
.error_block {
  margin: 30px 0 0;
  background: #F8F8F8;
  padding: 105px 0;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .error_block {
    padding: 80px 0;
    margin: 20px 0 0;
  }
}
.error_block .error_title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin: 0 0 10px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Verdana,  "メイリオ", Meiryo, sans-serif;
}
@media only screen and (max-width: 960px) {
  .error_block .error_title {
    font-size: 20px;
  }
}
.error_block .error_subtitle {
  font-size: 18px;
  color: #707070;
  margin: 0 0 20px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Verdana,  "メイリオ", Meiryo, sans-serif;
}
@media only screen and (max-width: 960px) {
  .error_block .error_subtitle {
    font-size: 16px;
  }
}
.error_block .error_text {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}
@media only screen and (max-width: 960px) {
  .error_block .error_text {
    font-size: 12px;
  }
}

/* sitemap */
.sitemap_block {
  padding: 80px 0 5px;
}
@media only screen and (max-width: 960px) {
  .sitemap_block {
    padding: 50px 0 5px;
  }
}
.sitemap_block .sitemap_main_list {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}
.sitemap_block .sitemap_main_list .sitemap_main_item {
  width: 25%;
  margin: 0 0 80px;
  padding: 0 20px;
}
@media only screen and (max-width: 1100px) {
  .sitemap_block .sitemap_main_list .sitemap_main_item {
    padding: 0 12px;
  }
}
@media only screen and (max-width: 960px) {
  .sitemap_block .sitemap_main_list .sitemap_main_item {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media only screen and (max-width: 640px) {
  .sitemap_block .sitemap_main_list .sitemap_main_item {
    width: 100%;
    margin: 0 0 25px;
  }
}
.sitemap_block .sitemap_main_list .sitemap_main_title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #333;
  margin: 0 0 6px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Verdana,  "メイリオ", Meiryo, sans-serif;
}
@media only screen and (max-width: 960px) {
  .sitemap_block .sitemap_main_list .sitemap_main_title {
    font-size: 14px;
  }
}
.sitemap_block .sitemap_sub_item {
  padding: 10px 0;
  border-bottom: 1px #707070 solid;
}
@media only screen and (max-width: 640px) {
  .sitemap_block .sitemap_sub_item {
    padding: 0;
  }
}
.sitemap_block .sitemap_sub_link {
  display: inline-block;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Verdana,  "メイリオ", Meiryo, sans-serif;
}
@media only screen and (max-width: 960px) {
  .sitemap_block .sitemap_sub_link {
    font-size: 12px;
  }
}
@media only screen and (max-width: 640px) {
  .sitemap_block .sitemap_sub_link {
    display: block;
    padding: 12px 0;
  }
}
.sitemap_block .sitemap_sub_link:before {
  content: "";
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: 2px;
  width: 3px;
  height: 3px;
  border: 1px solid;
  border-color: #707070 #707070 transparent transparent;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@font-face {
  font-family: 'kokilai';
  src: url("../font/kokilai.ttf") format("truetype");
}
/* ======================= BASE ====== */
* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  height: 100%;
}

body {
  opacity: 0;
}
body.active {
  -moz-animation: FadeIn 1s ease forwards;
  -webkit-animation: FadeIn 1s ease forwards;
  animation: FadeIn 1s ease forwards;
}

@-moz-keyframes FadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes FadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes FadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.fm, .common_pickup_title, .common_top_title, .common_green_title, .common_btn02, .header_reserve_btn span, .header_contact_btn span, .header_sp_list .header_sp_link span, .header_sp_list .header_sp_text span, .top_mv_block .top_mv_textarea .top_mv_title, .top_scene_block .top_scene_item, .top_gallery_block .top_gallery_text, .top_gallery_common_box .top_gallery_common_title_block .top_gallery_common_name, .top_gallery_common_box .top_gallery_common_title_block .top_gallery_common_intro, .top_gallery_common_box .top_gallery_common_tab_list .top_gallery_common_tab_item, .kimono_mv_block .kimono_mv_main .kimono_mv_title, .kimono_mv_block .kimono_mv_main .kimono_mv_text, .kimono_aside_common_title span, .kimono-d_check_block .kimono-d_check_title, .fair_main_title, .fair-d_common_title span, .fair-d_shop_block .fair-d_shop_title, .concept_common_title, .concept_common_text, .concept_main_block .concept_main_title, .concept_main_block .concept_main_text, .concept_subtitle, .shop_block .shop_title, .plan_mv_block .plan_mv_main .plan_mv_title, .plan_mv_block .plan_mv_main .plan_mv_text, .plan-d_mv_block .plan-d_mv_en_title {
  font-family: "游明朝", YuMincho,"Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

.fg, .common_btn01, .header_wrap .header_info_tel, .header_reserve_btn, .header_contact_btn, .header_menu_block .header_title, .header_menu_block .header_link, .header_sublist .header_sublink, .header_sp_list .header_sp_link, .header_sp_list .header_sp_text, .footer_wrap .footer_link, .footer_wrap .footer_sublink, .pankuzu_list .pankuzu_item, .common_info_block .common_info_textarea .common_info_title, .common_info_block .common_info_btn, .common_cv_block .common_cv_title, .common_cv_block .common_cv_reserve_btn, .common_cv_block .common_cv_contact_btn, .common_cv_block .common_cv_tel_title, .common_cv_block .common_cv_tel, .common_cv_block .common_cv_tel_text, .common_pager_block .common_pager_prev .common_pager_prev_link, .common_pager_block .common_pager_next .common_pager_next_link, .common_pager_block .common_pager_list .common_pager_item, .common_pager_block .common_pager_list a, .common_pager_block .common_pager_list span, .common_pager_block .wp-pagenavi .common_pager_item, .common_pager_block .wp-pagenavi a, .common_pager_block .wp-pagenavi span, .common_pager_block .common_pager_list .common_pager_link, .common_pager_block .wp-pagenavi .common_pager_link, .common_flow_block .common_flow_tab_list .common_flow_tab_item, .common_flow_box .common_flow_title, .common_flow_box .common_flow_list .common_flow_num, .common_flow_box .common_flow_list .common_flow_subtitle, .common_flow_box .common_flow_list .common_flow_text, .common_flow_box .common_flow_list .common_flow_btn, .common_flow_box .common_flow_list .common_flow_link, .common_flow_info, .common_form_title, .common_form_tel_text, .common_form_table .comon_form_table_title, .common_form_radio_block .common_form_radio_text, .common_form_radio_block .wpcf7-list-item-label, .common_form_input_text, .common_form_size_block .common_form_size_text, .common_form_submit, .page_back_btnarea .page_back_btn, .top_scene_block .top_scene_sublist .top_scene_sublink, .top_gallery_common_box .top_gallery_common_main .top_gallery_common_item_name, .top_news_block .top_news_link, .kimono_aside_common_title, .kimono_aside_common_list .kimono_aside_common_link, .kimono_aside_others_list .kimono_aside_others_title, .kimono_aside_others_sublist .kimono_aside_others_sublink, .kimono_list .kimono_name, .kimono_list .kimono_price, .kimono-d_mv_block .kimono-d_mv_title, .kimono-d_mv_block .kimono-d_mv_box .kinono-d_mv_price_title, .kimono-d_mv_block .kimono-d_mv_box .kimono-d_mv_price_text, .kimono-d_mv_block .kimono-d_mv_box .kimono-d_mv_material, .kimono-d_mv_block .kimono-d_mv_detail, .kimono-d_mv_block .kimono-d_mv_list .kimono-d_mv_item, .kimono-d_mv_block .kimono-d_mv_size_btn, .kimono-d_mv_block .kimono-d_mv_back_btn, .kimono-d_mv_btn01, .kimono-d_mv_btn02, .kimono-d_contents_block .kimono-d_contents_title, .kimono-d_contents_block .kimono-d_contents_subtext, .kimono-d_contents_list .kimono-d_contents_text, .kimono-d_size_block .kimono-d_size_title, .kimono-d_size_block .kimono-d_size_table .kimono-d_size_title, .kimono-d_size_block .kimono-d_size_table .kimono-d_size_text, .kimono-d_size_block .kimono-d_size_text, .kimono-d_size_block .kimono-d_size_subtitle, .kimono-d_check_list .kimono-d_check_name, .fair_list .fair_title, .fair_list .fair_date, .fair_list .fair_detail_btn, .fair_list .fair_reserve_btn, .fair-d_common_title, .fair-d_title_block .fair-d_title, .fair-d_text, .fair-d_date, .fair-d_special_block .fair-d_special_title, .fair-d_special_block .fair-d_special_num, .fair-d_special_block .fair-d_special_text, .fair-d_tel_block .fair-d_tel_title, .fair-d_tel_block .fair-d_tel_sub .fair-d_tel_subtitle, .fair-d_tel_block .fair-d_tel_main .fair-d_tel_num, .fair-d_tel_block .fair-d_tel_main .fair-d_tel_text, .fair-d_contents_block .fair-d_contents_title, .fair-d_contents_block .fair-d_contents_text, .fair-d_shop_block .fair-d_shop_subitem, .fair-d_reserve_btn, .shop_sublist .shop_subitem, .shop_traffic_info, .shop_btnarea .shop_contact_btn, .shop_btnarea .shop_reserve_btn, .news_list .news_title, .news_list .news_text, .news_date, .news-d_title_block .news-d_title, .news-d_editor_block, .form_info_text, .form_linkarea .form_link, .form_zip_block .form_zip_text, .form_add_btn, .form_delete_btn, .thanks_main .thanks_title, .thanks_main .thanks_text, .thanks_btn, .thanks_sub .thanks_tel_text, .thanks_sub .thanks_sub_text, .guide_anchor_list .guide_anchor_link, .guide_common_title, .guide_common_subtitle, .guide_common_text, .guide_faq_block .guide_faq_quest, .guide_delivery_block .guide_delivery_table, .guide_pay_block .guide_pay_title, .plan_main_block .plan_main_text, .plan_sublist .plan_sub_label_block .plan_sub_label, .plan_sublist .plan_sub_label_block .plan_sub_label_text, .plan_sublist .plan_sub_name, .plan_sublist .plan_contents_list .plan_contents_item span, .plan_sublist .plan_info_text, .plan_sublist .plan_info_btnarea .plan_info_more_btn, .plan-d_mv_block .plan-d_mv_label_block .plan-d_mv_label, .plan-d_mv_block .plan-d_mv_label_block .plan-d_mv_label_text, .plan-d_mv_block .plan-d_mv_title, .plan-d_mv_block .plan-d_mv_price, .plan-d_mv_block .plan-d_mv_text, .plan-d_mv_reserve_btn, .plan-d_mv_contact_btn, .plan-d_common_title, .plan-d_contents_block .plan-d_contents_list .plan-d_contents_item span, .plan-d_special_block .plan-d_special_list .plan-d_special_box, .plan-d_recommend_block .plan-d_recommend_title, .plan-d_recommend_list .plan-d_recommend_item_name, .plan-d_recommend_btn, .plan-d_option_block .plan-d_option_item, .error_block .error_text {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,   Verdana, sans-serif;
}

.fe, .top_mv_block .top_mv_textarea .top_mv_subtitle {
  font-family: 'kokilai',"游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,   Verdana, sans-serif;
}

.common_inner {
  position: relative;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1100px) {
  .common_inner {
    padding: 0 12px;
  }
}

.common_btn02, .header_wrap .header_logo, .header_reserve_btn, .header_contact_btn, .header_menu_block .header_link, .header_sublist .header_sublink, .footer_wrap .footer_link, .footer_wrap .footer_sublink, .footer_wrap .footer_sns_block .footer_sns_btn, .footer_wrap .footer_sub .footer_logo, .pankuzu_list .pankuzu_link, .common_info_block .common_info_btn, .common_pager_block .common_pager_list .common_pager_item, .common_pager_block .common_pager_list a, .common_pager_block .common_pager_list span, .common_pager_block .wp-pagenavi .common_pager_item, .common_pager_block .wp-pagenavi a, .common_pager_block .wp-pagenavi span, .common_pager_block .common_pager_list .common_pager_link, .common_pager_block .wp-pagenavi .common_pager_link, .common_flow_block .common_flow_tab_list .common_flow_tab_item, .common_flow_box .common_flow_list .common_flow_btn, .common_flow_box .common_flow_list .common_flow_link, .common_form_submit, .page_back_btnarea .page_back_btn, .top_pickup_block .slick-prev, .top_pickup_block .slick-next, .top_pickup_block .top_pickup_slider_item .top_pickup_slider_link, .top_scene_block .top_scene_sublist .top_scene_sublink, .top_gallery_common_box .top_gallery_common_tab_list .top_gallery_common_tab_item, .top_gallery_common_box .top_gallery_common_main .top_gallery_common_link, .top_news_block .top_news_link, .kimono_aside_common_list .kimono_aside_common_link, .kimono_aside_others_list .kimono_aside_others_title, .kimono_aside_others_sublist .kimono_aside_others_sublink, .kimono_list .kimono_link, .kimono-d_mv_block .kimono-d_mv_main_list .slick-prev, .kimono-d_mv_block .kimono-d_mv_main_list .slick-next, .kimono-d_mv_block .kimono-d_mv_size_btn, .kimono-d_mv_block .kimono-d_mv_back_btn, .kimono-d_check_list .kimono-d_check_link, .fair_list .fair_reserve_btn, .fair-d_shop_block .fair-d_shop_subitem .fair-d_shop_text a, .fair-d_reserve_btn, .concept_mv_block .concept_mv_scroll, .shop_sublist .shop_subitem .shop_text a, .shop_btnarea .shop_reserve_btn, .news_list .news_link, .news-d_editor_block a, .form_linkarea .form_link, .form_add_btn, .form_delete_btn, .thanks_btn, .guide_common_text a, .guide_faq_block .guide_faq_quest, .plan_main_block .plan_main_box, .plan_sublist .plan_sublink, .plan-d_mv_block .plan-d_mv_main_list .slick-prev, .plan-d_mv_block .plan-d_mv_main_list .slick-next, .plan-d_mv_reserve_btn, .plan-d_mv_contact_btn, .plan-d_recommend_list .plan-d_recommend_link, .plan-d_recommend_btn, .sitemap_block .sitemap_sub_link {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.common_btn02:hover, .header_wrap .header_logo:hover, .header_reserve_btn:hover, .header_contact_btn:hover, .header_menu_block .header_link:hover, .header_sublist .header_sublink:hover, .footer_wrap .footer_link:hover, .footer_wrap .footer_sublink:hover, .footer_wrap .footer_sns_block .footer_sns_btn:hover, .footer_wrap .footer_sub .footer_logo:hover, .pankuzu_list .pankuzu_link:hover, .common_info_block .common_info_btn:hover, .common_pager_block .common_pager_list .common_pager_item:hover, .common_pager_block .common_pager_list a:hover, .common_pager_block .common_pager_list span:hover, .common_pager_block .wp-pagenavi .common_pager_item:hover, .common_pager_block .wp-pagenavi a:hover, .common_pager_block .wp-pagenavi span:hover, .common_pager_block .common_pager_list .common_pager_link:hover, .common_pager_block .wp-pagenavi .common_pager_link:hover, .common_flow_block .common_flow_tab_list .common_flow_tab_item:hover, .common_flow_box .common_flow_list .common_flow_btn:hover, .common_flow_box .common_flow_list .common_flow_link:hover, .common_form_submit:hover, .page_back_btnarea .page_back_btn:hover, .top_pickup_block .slick-prev:hover, .top_pickup_block .slick-next:hover, .top_pickup_block .top_pickup_slider_item .top_pickup_slider_link:hover, .top_scene_block .top_scene_sublist .top_scene_sublink:hover, .top_gallery_common_box .top_gallery_common_tab_list .top_gallery_common_tab_item:hover, .top_gallery_common_box .top_gallery_common_main .top_gallery_common_link:hover, .top_news_block .top_news_link:hover, .kimono_aside_common_list .kimono_aside_common_link:hover, .kimono_aside_others_list .kimono_aside_others_title:hover, .kimono_aside_others_sublist .kimono_aside_others_sublink:hover, .kimono_list .kimono_link:hover, .kimono-d_mv_block .kimono-d_mv_main_list .slick-prev:hover, .kimono-d_mv_block .kimono-d_mv_main_list .slick-next:hover, .kimono-d_mv_block .kimono-d_mv_size_btn:hover, .kimono-d_mv_block .kimono-d_mv_back_btn:hover, .kimono-d_check_list .kimono-d_check_link:hover, .fair_list .fair_reserve_btn:hover, .fair-d_shop_block .fair-d_shop_subitem .fair-d_shop_text a:hover, .fair-d_reserve_btn:hover, .concept_mv_block .concept_mv_scroll:hover, .shop_sublist .shop_subitem .shop_text a:hover, .shop_btnarea .shop_reserve_btn:hover, .news_list .news_link:hover, .news-d_editor_block a:hover, .form_linkarea .form_link:hover, .form_add_btn:hover, .form_delete_btn:hover, .thanks_btn:hover, .guide_common_text a:hover, .guide_faq_block .guide_faq_quest:hover, .plan_main_block .plan_main_box:hover, .plan_sublist .plan_sublink:hover, .plan-d_mv_block .plan-d_mv_main_list .slick-prev:hover, .plan-d_mv_block .plan-d_mv_main_list .slick-next:hover, .plan-d_mv_reserve_btn:hover, .plan-d_mv_contact_btn:hover, .plan-d_recommend_list .plan-d_recommend_link:hover, .plan-d_recommend_btn:hover, .sitemap_block .sitemap_sub_link:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 960px) {
  .common_btn02:hover, .header_wrap .header_logo:hover, .header_reserve_btn:hover, .header_contact_btn:hover, .header_menu_block .header_link:hover, .header_sublist .header_sublink:hover, .footer_wrap .footer_link:hover, .footer_wrap .footer_sublink:hover, .footer_wrap .footer_sns_block .footer_sns_btn:hover, .footer_wrap .footer_sub .footer_logo:hover, .pankuzu_list .pankuzu_link:hover, .common_info_block .common_info_btn:hover, .common_pager_block .common_pager_list .common_pager_item:hover, .common_pager_block .common_pager_list a:hover, .common_pager_block .common_pager_list span:hover, .common_pager_block .wp-pagenavi .common_pager_item:hover, .common_pager_block .wp-pagenavi a:hover, .common_pager_block .wp-pagenavi span:hover, .common_pager_block .common_pager_list .common_pager_link:hover, .common_pager_block .wp-pagenavi .common_pager_link:hover, .common_flow_block .common_flow_tab_list .common_flow_tab_item:hover, .common_flow_box .common_flow_list .common_flow_btn:hover, .common_flow_box .common_flow_list .common_flow_link:hover, .common_form_submit:hover, .page_back_btnarea .page_back_btn:hover, .top_pickup_block .slick-prev:hover, .top_pickup_block .slick-next:hover, .top_pickup_block .top_pickup_slider_item .top_pickup_slider_link:hover, .top_scene_block .top_scene_sublist .top_scene_sublink:hover, .top_gallery_common_box .top_gallery_common_tab_list .top_gallery_common_tab_item:hover, .top_gallery_common_box .top_gallery_common_main .top_gallery_common_link:hover, .top_news_block .top_news_link:hover, .kimono_aside_common_list .kimono_aside_common_link:hover, .kimono_aside_others_list .kimono_aside_others_title:hover, .kimono_aside_others_sublist .kimono_aside_others_sublink:hover, .kimono_list .kimono_link:hover, .kimono-d_mv_block .kimono-d_mv_main_list .slick-prev:hover, .kimono-d_mv_block .kimono-d_mv_main_list .slick-next:hover, .kimono-d_mv_block .kimono-d_mv_size_btn:hover, .kimono-d_mv_block .kimono-d_mv_back_btn:hover, .kimono-d_check_list .kimono-d_check_link:hover, .fair_list .fair_reserve_btn:hover, .fair-d_shop_block .fair-d_shop_subitem .fair-d_shop_text a:hover, .fair-d_reserve_btn:hover, .concept_mv_block .concept_mv_scroll:hover, .shop_sublist .shop_subitem .shop_text a:hover, .shop_btnarea .shop_reserve_btn:hover, .news_list .news_link:hover, .news-d_editor_block a:hover, .form_linkarea .form_link:hover, .form_add_btn:hover, .form_delete_btn:hover, .thanks_btn:hover, .guide_common_text a:hover, .guide_faq_block .guide_faq_quest:hover, .plan_main_block .plan_main_box:hover, .plan_sublist .plan_sublink:hover, .plan-d_mv_block .plan-d_mv_main_list .slick-prev:hover, .plan-d_mv_block .plan-d_mv_main_list .slick-next:hover, .plan-d_mv_reserve_btn:hover, .plan-d_mv_contact_btn:hover, .plan-d_recommend_list .plan-d_recommend_link:hover, .plan-d_recommend_btn:hover, .sitemap_block .sitemap_sub_link:hover {
    opacity: 1;
  }
}

.common_pc {
  display: block;
}
@media only screen and (max-width: 960px) {
  .common_pc {
    display: none;
  }
}

.common_sp {
  display: none;
}
@media only screen and (max-width: 960px) {
  .common_sp {
    display: block;
  }
}
