@charset "UTF-8";
/*$colorGoldStrong:#826e30;
↓↓↓色変更*/
/* CC = Company Color
$colorCC01Weak:#fef6e9;
$colorCC01Standard:#533b23;
$colorCC01Strong:#321c05;
$colorCC02Weak:#fef6e9;
$colorCC02Standard:#533b23;
$colorCC02Strong:#321c05;
*/
/*	mixin設定
//////////////////////////////////////////////////*/
/*@mixin resetはここまで*/
/* font-face ======================================================= */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*フォント変数
======================================================= */
/*@mixin frame{*/
/*	全体関連
===============================================*/
html {
  overflow: auto;
  height: 100%;
}
html.hide {
  overflow-y: hidden;
}

#wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0.5s;
}
#wrapper.go {
  opacity: 1;
}

#transparent {
  transition: 0.5s;
  position: fixed;
  top: 0;
}

/*	背景カラー
===============================================*/
.bg_white {
  background-color: #fff;
}

.bg_gold {
  background-color: #f5f1e4;
}

/*	header
===============================================*/
.lower header#header {
  position: fixed;
  top: 0;
  z-index: 9000;
  transition: 0.5s;
}
.lower header#header.fix {
  position: fixed;
  top: 0;
  z-index: 9000;
}
.lower header#header.fix #header_inner {
  height: 60px;
  transition: 0.5s;
}
@media only screen and (max-width: 480px) {
  .lower header#header.fix #header_inner {
    height: 60px;
  }
}
.lower header#header.fix #header_inner .menu_level2nd {
  top: 60px !important;
}

@media only screen and (max-width: 1023px) {
  #home header#header {
    position: fixed;
    top: 0;
  }
}
#home header#header #header_inner #nv_global ul.menu li.menu_pop ul {
  display: none;
}
#home header#header.fix #header_inner #nv_global ul.menu li.menu_pop ul {
  display: flex;
}

header#header {
  width: 100%;
  z-index: 9999;
  /*header_inner*/
  /*header_icon*/
}
header#header.fix {
  position: fixed;
  top: 0;
  z-index: 9000;
  /*header_icon*/
}
header#header.fix #header_inner {
  height: 60px;
  transition: 0.5s;
}
@media only screen and (max-width: 480px) {
  header#header.fix #header_inner {
    height: 60px;
  }
}
header#header.fix #header_inner .menu_level2nd {
  top: 60px !important;
}
header#header.fix #header_inner #header_logo {
  transition: 0.5s;
}
@media only screen and (max-width: 1400px) {
  header#header.fix #header_inner #header_logo {
    width: 290px;
  }
}
@media only screen and (max-width: 1200px) {
  header#header.fix #header_inner #header_logo {
    width: 160px;
  }
}
header#header.fix #header_inner #nv_global ul.menu li.menu_pop ul.menu_level2nd li a {
  padding: 20px 18px 18px;
}
header#header.fix #header_inner #nv_global ul.menu li.menu_pop ul.menu_level2nd li a span:after {
  bottom: 0px;
}
header#header.fix #header_inner #nv_global ul.menu li a {
  line-height: 60px;
}
header#header.fix #header_icon {
  /*header_icon_inner*/
}
header#header.fix #header_icon #header_icon_inner ul li a {
  transition: 0.5s;
  padding: 8px 0 9px;
}
header#header.fix #header_icon #header_icon_inner ul li a img {
  transition: 0.5s;
  width: 24px;
  margin-bottom: 7px;
}
header#header.fix #header_icon #header_icon_inner ul li a span {
  transition: 0.5s;
  font-size: 12px;
}
header#header #header_inner {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #cbb87a;
  padding: 0px 45px;
  transition: 0.5s;
  /*#header_logo*/
  /*global_nv*/
  /*header_other*/
}
@media only screen and (max-width: 1300px) {
  header#header #header_inner {
    padding: 0px 30px;
  }
}
@media only screen and (max-width: 1200px) {
  header#header #header_inner {
    padding: 0px 20px;
  }
}
@media only screen and (max-width: 1023px) {
  header#header #header_inner {
    padding: 0 !important;
    justify-content: center;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  header#header #header_inner {
    height: 60px;
  }
}
header#header #header_inner #header_logo {
  width: 344px;
  transition: 0.5s;
  /*a*/
}
@media only screen and (max-width: 1400px) {
  header#header #header_inner #header_logo {
    width: 290px;
  }
}
@media only screen and (max-width: 1200px) {
  header#header #header_inner #header_logo {
    width: 160px;
  }
}
@media only screen and (max-width: 1023px) {
  header#header #header_inner #header_logo {
    width: 180px !important;
  }
}
@media only screen and (max-width: 767px) {
  header#header #header_inner #header_logo {
    width: 150px !important;
  }
}
header#header #header_inner #header_logo a {
  width: 150px;
  height: auto;
  display: block;
  /*h1,p*/
}
@media only screen and (max-width: 1023px) {
  header#header #header_inner #header_logo a {
    width: auto;
  }
}
header#header #header_inner #header_logo a h1 img, header#header #header_inner #header_logo a p img {
  width: 100%;
}
header#header #header_inner #header_logo a h1 img.pc, header#header #header_inner #header_logo a p img.pc {
  display: block;
}
@media only screen and (max-width: 1023px) {
  header#header #header_inner #header_logo a h1 img.pc, header#header #header_inner #header_logo a p img.pc {
    display: none;
  }
}
header#header #header_inner #header_logo a h1 img.sp, header#header #header_inner #header_logo a p img.sp {
  display: none;
}
@media only screen and (max-width: 1023px) {
  header#header #header_inner #header_logo a h1 img.sp, header#header #header_inner #header_logo a p img.sp {
    display: block;
  }
}
header#header #header_inner #nv_global {
  flex: 1;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  header#header #header_inner #nv_global {
    display: none;
  }
}
header#header #header_inner #nv_global ul {
  display: flex;
  justify-content: center;
}
header#header #header_inner #nv_global ul.menu {
  position: relative;
}
header#header #header_inner #nv_global ul.menu li:nth-child(3).menu_pop ul.menu_level2nd {
  padding-left: 80px;
}
@media only screen and (max-width: 1300px) {
  header#header #header_inner #nv_global ul.menu li:nth-child(3).menu_pop ul.menu_level2nd {
    padding-left: 110px;
  }
}
@media only screen and (max-width: 1200px) {
  header#header #header_inner #nv_global ul.menu li:nth-child(3).menu_pop ul.menu_level2nd {
    padding-left: 0px;
    padding-right: 25px;
  }
}
header#header #header_inner #nv_global ul.menu li:nth-child(4).menu_pop ul.menu_level2nd {
  padding-left: 30px;
}
@media only screen and (max-width: 1300px) {
  header#header #header_inner #nv_global ul.menu li:nth-child(4).menu_pop ul.menu_level2nd {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  header#header #header_inner #nv_global ul.menu li:nth-child(4).menu_pop ul.menu_level2nd {
    padding-left: 0px;
    padding-right: 105px;
  }
}
header#header #header_inner #nv_global ul.menu li:nth-child(5).menu_pop ul.menu_level2nd {
  padding-left: 295px;
}
@media only screen and (max-width: 1300px) {
  header#header #header_inner #nv_global ul.menu li:nth-child(5).menu_pop ul.menu_level2nd {
    padding-left: 272px;
  }
}
@media only screen and (max-width: 1200px) {
  header#header #header_inner #nv_global ul.menu li:nth-child(5).menu_pop ul.menu_level2nd {
    padding-left: 124px;
    padding-right: 0px;
  }
}
header#header #header_inner #nv_global ul.menu li.menu_pop {
  position: relative;
}
header#header #header_inner #nv_global ul.menu li.menu_pop ul {
  visibility: hidden;
}
header#header #header_inner #nv_global ul.menu li.menu_pop ul.menu_level2nd {
  display: flex;
  transition: 0.5s;
  flex-direction: row;
  z-index: 9500;
  position: fixed;
  top: 80px;
  left: 0px;
  width: 100%;
  opacity: 0;
  background-color: #f5f1e4;
  padding: 0px 0;
}
header#header #header_inner #nv_global ul.menu li.menu_pop ul.menu_level2nd li {
  position: relative;
}
header#header #header_inner #nv_global ul.menu li.menu_pop ul.menu_level2nd li:after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background-color: #000;
  top: 22px;
}
header#header #header_inner #nv_global ul.menu li.menu_pop ul.menu_level2nd li:nth-child(1):after {
  background-color: transparent;
}
header#header #header_inner #nv_global ul.menu li.menu_pop ul.menu_level2nd li a {
  padding: 20px 18px 18px;
  line-height: 1;
}
header#header #header_inner #nv_global ul.menu li.menu_pop ul.menu_level2nd li a:after {
  content: none;
}
header#header #header_inner #nv_global ul.menu li.menu_pop ul.menu_level2nd li a span {
  font-size: 14px;
  letter-spacing: 2px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  header#header #header_inner #nv_global ul.menu li.menu_pop ul.menu_level2nd li a span {
    font-size: 14px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 1024px) {
  header#header #header_inner #nv_global ul.menu li.menu_pop ul.menu_level2nd li a span {
    font-size: 14px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 768px) {
  header#header #header_inner #nv_global ul.menu li.menu_pop ul.menu_level2nd li a span {
    font-size: 13px;
    letter-spacing: 0px;
  }
}
header#header #header_inner #nv_global ul.menu li.menu_pop ul.menu_level2nd li a span:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #666;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .4s;
  opacity: 1;
}
header#header #header_inner #nv_global ul.menu li.menu_pop ul.menu_level2nd li a:hover span:after {
  transform: scale(1, 1);
}
header#header #header_inner #nv_global ul.menu li.menu_pop:hover ul {
  visibility: visible;
}
header#header #header_inner #nv_global ul.menu li.menu_pop:hover ul.menu_level2nd {
  transition: 0.5s;
  opacity: 1;
}
header#header #header_inner #nv_global ul.menu li.menu_pop:hover ul.menu_level2nd li a {
  color: #000;
  display: block;
}
header#header #header_inner #nv_global ul.menu li.menu_pop:hover ul.menu_level2nd li a:hover {
  background-color: #f5f1e4;
}
header#header #header_inner #nv_global ul.menu li a {
  padding: 0 18px;
  line-height: 80px;
  display: block;
  position: relative;
  font-size: 16px;
}
@media only screen and (max-width: 1300px) {
  header#header #header_inner #nv_global ul.menu li a {
    padding: 0 12px;
  }
}
@media only screen and (max-width: 1200px) {
  header#header #header_inner #nv_global ul.menu li a {
    font-size: 14px;
  }
}
header#header #header_inner #nv_global ul.menu li a:after {
  position: absolute;
  bottom: 5px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #666;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .4s;
  opacity: 1;
}
header#header #header_inner #nv_global ul.menu li a:hover:after {
  transform: scale(1, 1);
}
header#header #header_inner #header_other {
  width: 344px;
}
@media only screen and (max-width: 1400px) {
  header#header #header_inner #header_other {
    width: 290px;
  }
}
@media only screen and (max-width: 1024px) {
  header#header #header_inner #header_other {
    width: 260px;
  }
}
@media only screen and (max-width: 1023px) {
  header#header #header_inner #header_other {
    display: none;
  }
}
header#header #header_inner #header_other #header_other_inner {
  display: flex;
  justify-content: flex-end;
  height: 44px;
  align-items: center;
}
header#header #header_inner #header_other #header_other_inner #header_telphone {
  width: 220px;
}
@media only screen and (max-width: 1400px) {
  header#header #header_inner #header_other #header_other_inner #header_telphone {
    width: 160px;
  }
}
header#header #header_inner #header_other #header_other_inner #header_telphone p {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.8;
  margin-bottom: -8px;
}
@media only screen and (max-width: 1400px) {
  header#header #header_inner #header_other #header_other_inner #header_telphone p {
    font-size: 11px;
    margin-bottom: -2px;
  }
}
@media only screen and (max-width: 1024px) {
  header#header #header_inner #header_other #header_other_inner #header_telphone p {
    font-size: 10px;
    letter-spacing: 0px;
  }
}
header#header #header_inner #header_other #header_other_inner #header_telphone p span {
  line-height: 30px;
  display: block;
  font-size: 27px;
  position: relative;
  padding-left: 37px;
  margin-bottom: -5px;
  letter-spacing: 0;
}
@media only screen and (max-width: 1400px) {
  header#header #header_inner #header_other #header_other_inner #header_telphone p span {
    font-size: 20px;
    padding-left: 27px;
    margin-bottom: -3px;
  }
}
@media only screen and (max-width: 1024px) {
  header#header #header_inner #header_other #header_other_inner #header_telphone p span {
    font-size: 18px;
    padding-left: 23px;
  }
}
header#header #header_inner #header_other #header_other_inner #header_telphone p span:before {
  content: "";
  background-image: url(../media/images/common/ico_telephone.png);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 30px;
  height: 22px;
}
@media only screen and (max-width: 1400px) {
  header#header #header_inner #header_other #header_other_inner #header_telphone p span:before {
    top: 6px;
    background-size: 21px 15px;
    width: 21px;
    height: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  header#header #header_inner #header_other #header_other_inner #header_telphone p span:before {
    background-size: 18px 13px;
    width: 18px;
    height: 13px;
    top: 8px;
  }
}
header#header #header_inner #header_other #header_other_inner #header_lang {
  padding-top: 2px;
}
header#header #header_inner #header_other #header_other_inner #header_lang a {
  display: block;
}
header#header #header_inner #header_other #header_other_inner #header_lang a span {
  border: solid 1px #000;
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  header#header #header_inner #header_other #header_other_inner #header_lang a span {
    width: 36px;
    height: 38px;
    line-height: 38px;
  }
}
header#header #header_inner #header_other #header_other_inner #header_lang a:hover {
  background-color: black;
  color: #fff;
}
header#header #header_inner #header_other #header_other_inner #header_sns {
  margin-left: 14px;
}
@media only screen and (max-width: 1400px) {
  header#header #header_inner #header_other #header_other_inner #header_sns {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  header#header #header_inner #header_other #header_other_inner #header_sns {
    margin-left: 2px;
  }
}
header#header #header_inner #header_other #header_other_inner #header_sns ul {
  display: flex;
}
header#header #header_inner #header_other #header_other_inner #header_sns ul li {
  width: 34px;
}
@media only screen and (max-width: 1024px) {
  header#header #header_inner #header_other #header_other_inner #header_sns ul li {
    width: 30px;
  }
}
header#header #header_inner #header_other #header_other_inner #header_sns ul li:nth-child(1) {
  margin-right: 6px;
}
header#header #header_inner #header_other #header_other_inner #header_sns ul li a span img {
  width: 100%;
}
header#header #header_inner #header_reserve {
  width: 100px;
  display: none;
}
@media only screen and (max-width: 1023px) {
  header#header #header_inner #header_reserve {
    display: none;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
  }
}
@media only screen and (max-width: 480px) {
  header#header #header_inner #header_reserve {
    width: 70px;
    line-height: 1;
    font-size: 13px;
  }
}
header#header #header_inner #header_reserve a {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #b74b3d;
  color: #fff;
}
header#header #header_icon {
  display: none;
  /*header_icon_inner*/
}
@media only screen and (max-width: 1023px) {
  header#header #header_icon {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
  }
}
header#header #header_icon #header_icon_inner ul {
  display: flex;
  align-items: center;
}
header#header #header_icon #header_icon_inner ul li {
  width: calc(100% / 3);
  background-color: #000;
}
header#header #header_icon #header_icon_inner ul li a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 3px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 8px 0 9px;
  transition: 0.5s;
}
@media only screen and (max-width: 1023px) {
  header#header #header_icon #header_icon_inner ul li a {
    padding: 12px 0 13px;
  }
}
@media only screen and (max-width: 767px) {
  header#header #header_icon #header_icon_inner ul li a {
    padding: 8px 0 9px;
  }
}
header#header #header_icon #header_icon_inner ul li a img {
  transition: 0.5s;
}
@media only screen and (max-width: 1023px) {
  header#header #header_icon #header_icon_inner ul li a img {
    width: 32px;
    margin-bottom: 9px;
  }
}
@media only screen and (max-width: 767px) {
  header#header #header_icon #header_icon_inner ul li a img {
    width: 24px;
    margin-bottom: 7px;
  }
}
header#header #header_icon #header_icon_inner ul li a span {
  transition: 0.5s;
  display: block;
  color: #cbb87a;
  line-height: 1;
}
@media only screen and (max-width: 1023px) {
  header#header #header_icon #header_icon_inner ul li a span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  header#header #header_icon #header_icon_inner ul li a span {
    font-size: 12px;
  }
}
header#header #header_icon #header_icon_inner ul li:nth-child(2) {
  border-left: solid 1px #cbb87a;
  border-right: solid 0px #cbb87a;
}
header#header #header_icon #header_icon_inner ul li:nth-child(3) {
  background-color: #b74b3d;
}

/*header*/
@media only screen and (max-width: 1023px) {
  .en header#header.fix #header_inner #header_logo {
    width: 180px !important;
  }
}
.en header#header #header_inner {
  /*global_nv*/
}
.en header#header #header_inner #header_logo {
  width: 150px !important;
}
@media only screen and (max-width: 1100px) {
  .en header#header #header_inner #header_logo {
    width: 120px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .en header#header #header_inner #header_logo {
    width: 200px !important;
  }
}
@media only screen and (max-width: 480px) {
  .en header#header #header_inner #header_logo {
    width: 200px !important;
  }
}
@media only screen and (max-width: 360px) {
  .en header#header #header_inner #header_logo {
    width: 180px !important;
  }
}
.en header#header #header_inner #header_logo a {
  width: 100%;
}
.en header#header #header_inner #nv_global ul.menu li:nth-child(3).menu_pop ul.menu_level2nd {
  padding-left: 0px;
  padding-right: 100px;
}
@media only screen and (max-width: 1400px) {
  .en header#header #header_inner #nv_global ul.menu li:nth-child(3).menu_pop ul.menu_level2nd {
    padding-left: 0px;
  }
}
.en header#header #header_inner #nv_global ul.menu li:nth-child(4).menu_pop ul.menu_level2nd {
  padding-left: 0px;
  padding-right: 70px;
}
@media only screen and (max-width: 1200px) {
  .en header#header #header_inner #nv_global ul.menu li a {
    padding: 0 8px;
  }
}
.en header#header #header_inner #header_other {
  width: 430px !important;
}
@media only screen and (max-width: 1024px) {
  .en header#header #header_inner #header_other {
    width: 410px !important;
  }
}
.en header#header #header_inner #header_other #header_other_inner #header_telphone {
  width: 220px !important;
}
.en header#header #header_inner #header_other #header_other_inner #header_telphone p {
  font-size: 10px;
  margin-bottom: -4px;
}
.en header#header #header_inner #header_other #header_other_inner #header_telphone p span {
  font-size: 28px;
}
.en header#header #header_inner #header_other #header_other_inner #header_gTranslate {
  padding-left: 6px;
}
.en header#header #header_inner #header_other #header_other_inner #header_gTranslate select {
  width: 7em;
  border-radius: 2px;
  background: #e5dbbc;
  padding: 11px 8px 12px 10px;
  outline: none;
  text-overflow: '';
  vertical-align: middle;
  font-size: 12px;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: block;
  background-image: url("/media/images/common/select_ico.png");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 10px;
}
@media only screen and (max-width: 1024px) {
  .en header#header #header_inner #header_other #header_other_inner #header_gTranslate select {
    padding: 9px 8px 8px;
  }
}
.en header#header #header_inner #header_other #header_other_inner #header_gTranslate select:before {
  position: absolute;
  font-weight: 100;
  font-family: "FontAwesome";
  transition: 0.5s;
  z-index: 1;
  right: 15px;
  top: 0;
  content: "\f0d7";
  pointer-events: none;
}
.en header#header #header_inner #header_other #header_other_inner #header_sns {
  margin-left: 6px;
}
@media only screen and (max-width: 1400px) {
  .en header#header #header_inner #header_other #header_other_inner #header_sns {
    margin-left: 4px;
  }
}
.en header#header #header_inner #header_other #header_other_inner #header_sns ul {
  display: flex;
}
.en header#header #header_inner #header_other #header_other_inner #header_sns ul li {
  width: 34px;
}
@media only screen and (max-width: 1024px) {
  .en header#header #header_inner #header_other #header_other_inner #header_sns ul li {
    width: 30px;
  }
}
.en header#header #header_inner #header_other #header_other_inner #header_sns ul li:nth-child(1) {
  margin-right: 4px;
}
.en header#header #header_inner #header_other #header_other_inner #header_sns ul li a span img {
  width: 100%;
}

/*	bread
===============================================*/
#bread {
  padding: 50px 0 15px;
}
@media only screen and (max-width: 550px) {
  #bread {
    display: none;
  }
}
#bread ul {
  overflow: hidden;
}
#bread ul li {
  float: left;
  position: relative;
  margin-right: 34px;
  font-size: 14px;
}
#bread ul li br {
  display: none;
}
#bread ul li:after {
  position: absolute;
  font-weight: 100;
  font-family: "FontAwesome";
  transition: 0.5s;
  content: "\f0da";
  right: -20px;
  color: #999;
  font-size: 12px;
  top: 5%;
}
#bread ul li:nth-last-of-type(1):after {
  content: "";
}
#bread ul li a {
  display: inline-block;
  position: relative;
}
#bread ul li a:after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #666;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
  opacity: 1;
}
#bread ul li a:hover::after {
  transform: scale(1, 1);
}

/*bread*/
/*	footer
===============================================*/
/*scroll_header.slide_open*/
/*scroll_header*/
/*	footer
===============================================*/
footer#footer {
  background-color: #cbb87a;
  padding-top: 65px;
  padding-bottom: 30px;
  /*#footer_inner*/
}
@media only screen and (max-width: 1200px) {
  footer#footer {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 1023px) {
  footer#footer {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  footer#footer {
    padding-top: 25px;
    padding-bottom: 120px;
  }
}
footer#footer #footer_inner {
  padding: 0px 45px;
  display: flex;
  /*footer_nv*/
  /*footer_reserve*/
}
@media only screen and (max-width: 1300px) {
  footer#footer #footer_inner {
    padding: 0px 30px;
  }
}
@media only screen and (max-width: 1200px) {
  footer#footer #footer_inner {
    padding: 0px 20px;
  }
}
@media only screen and (max-width: 767px) {
  footer#footer #footer_inner {
    position: relative;
    flex-direction: column-reverse;
  }
}
footer#footer #footer_inner #footer_about {
  width: 430px;
}
@media only screen and (max-width: 1400px) {
  footer#footer #footer_inner #footer_about {
    width: 370px;
  }
}
@media only screen and (max-width: 1200px) {
  footer#footer #footer_inner #footer_about {
    width: 300px;
  }
}
@media only screen and (max-width: 1100px) {
  footer#footer #footer_inner #footer_about {
    width: 290px;
  }
}
@media only screen and (max-width: 767px) {
  footer#footer #footer_inner #footer_about {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
}
footer#footer #footer_inner #footer_about #footer_about_title {
  display: flex;
  align-items: center;
  margin-bottom: 70px;
}
@media only screen and (max-width: 1023px) {
  footer#footer #footer_inner #footer_about #footer_about_title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  footer#footer #footer_inner #footer_about #footer_about_title {
    margin: 0 auto;
  }
}
footer#footer #footer_inner #footer_about #footer_about_title span {
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 2;
}
footer#footer #footer_inner #footer_about #footer_about_title h4 {
  width: 134px;
  margin-left: 20px;
}
@media only screen and (max-width: 1200px) {
  footer#footer #footer_inner #footer_about #footer_about_title h4 {
    width: 90px;
  }
}
footer#footer #footer_inner #footer_about #footer_about_title h4 img {
  width: 100%;
}
footer#footer #footer_inner #footer_about #footer_about_sns {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  footer#footer #footer_inner #footer_about #footer_about_sns {
    margin: 16px auto 20px;
  }
}
footer#footer #footer_inner #footer_about #footer_about_sns ul {
  display: flex;
}
footer#footer #footer_inner #footer_about #footer_about_sns ul li {
  margin-right: 15px;
}
footer#footer #footer_inner #footer_about #footer_about_sns ul li a img {
  width: 30px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  footer#footer #footer_inner #footer_about #footer_about_contact {
    display: none;
  }
}
footer#footer #footer_inner #footer_about #footer_about_contact ul li {
  font-size: 18px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1200px) {
  footer#footer #footer_inner #footer_about #footer_about_contact ul li {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1024px) {
  footer#footer #footer_inner #footer_about #footer_about_contact ul li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 950px) {
  footer#footer #footer_inner #footer_about #footer_about_contact ul li {
    font-size: 16px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 768px) {
  footer#footer #footer_inner #footer_about #footer_about_contact ul li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  footer#footer #footer_inner #footer_about #footer_about_contact ul li {
    font-size: 16px;
  }
}
footer#footer #footer_inner #footer_about #footer_about_contact ul li.address {
  font-size: 13px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1200px) {
  footer#footer #footer_inner #footer_about #footer_about_contact ul li.address {
    font-size: 12px;
    letter-spacing: 0px;
    padding-top: 4px;
  }
}
footer#footer #footer_inner #footer_nv {
  flex: 1;
  /*footer_nv_down*/
}
footer#footer #footer_inner #footer_nv #footer_nv_group {
  display: flex;
}
@media only screen and (max-width: 1023px) {
  footer#footer #footer_inner #footer_nv #footer_nv_group {
    display: none;
  }
}
footer#footer #footer_inner #footer_nv #footer_nv_group .footer_nv_block {
  width: calc(100% / 3.5);
  /*ul*/
}
footer#footer #footer_inner #footer_nv #footer_nv_group .footer_nv_block:nth-child(1) {
  width: calc(100% / 4);
}
@media only screen and (max-width: 1100px) {
  footer#footer #footer_inner #footer_nv #footer_nv_group .footer_nv_block:nth-child(1) {
    width: calc(100% / 4.2);
  }
}
footer#footer #footer_inner #footer_nv #footer_nv_group .footer_nv_block:nth-child(2) {
  width: calc(100% / 3);
}
@media only screen and (max-width: 1100px) {
  footer#footer #footer_inner #footer_nv #footer_nv_group .footer_nv_block:nth-child(2) {
    width: calc(100% / 2.6);
  }
}
footer#footer #footer_inner #footer_nv #footer_nv_group .footer_nv_block:nth-child(3) {
  width: calc(100% / 3);
}
@media only screen and (max-width: 1200px) {
  footer#footer #footer_inner #footer_nv #footer_nv_group .footer_nv_block:nth-child(3) {
    width: calc(100% / 2.6);
  }
}
footer#footer #footer_inner #footer_nv #footer_nv_group .footer_nv_block ul {
  /*li*/
}
footer#footer #footer_inner #footer_nv #footer_nv_group .footer_nv_block ul li {
  margin-bottom: 8px;
}
footer#footer #footer_inner #footer_nv #footer_nv_group .footer_nv_block ul li a {
  font-size: 15px;
}
@media only screen and (max-width: 1400px) {
  footer#footer #footer_inner #footer_nv #footer_nv_group .footer_nv_block ul li a {
    font-size: 14px;
  }
}
footer#footer #footer_inner #footer_nv #footer_nv_group .footer_nv_block ul li a span {
  position: relative;
}
footer#footer #footer_inner #footer_nv #footer_nv_group .footer_nv_block ul li a span:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #454545;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.5s;
  opacity: 1;
}
footer#footer #footer_inner #footer_nv #footer_nv_group .footer_nv_block ul li a:hover span:after {
  transform: scale(1, 1);
}
footer#footer #footer_inner #footer_reserve {
  align-self: flex-end;
  width: 350px;
}
@media only screen and (max-width: 1500px) {
  footer#footer #footer_inner #footer_reserve {
    width: 310px;
  }
}
@media only screen and (max-width: 1400px) {
  footer#footer #footer_inner #footer_reserve {
    width: 280px;
  }
}
@media only screen and (max-width: 1100px) {
  footer#footer #footer_inner #footer_reserve {
    width: 230px;
  }
}
@media only screen and (max-width: 767px) {
  footer#footer #footer_inner #footer_reserve {
    width: 100%;
  }
}
footer#footer #footer_inner #footer_reserve p {
  text-align: center;
  color: #b74b3d;
  margin-bottom: 10px;
  font-size: 15px;
}
@media only screen and (max-width: 1400px) {
  footer#footer #footer_inner #footer_reserve p {
    font-size: 14px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 1100px) {
  footer#footer #footer_inner #footer_reserve p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  footer#footer #footer_inner #footer_reserve p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  footer#footer #footer_inner #footer_reserve p {
    font-size: 14px;
  }
}
footer#footer #footer_inner #footer_reserve a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  letter-spacing: 2px;
  background-color: #b74b3d;
  color: #fff;
  padding: 12px 10px 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1200px) {
  footer#footer #footer_inner #footer_reserve a {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1024px) {
  footer#footer #footer_inner #footer_reserve a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 950px) {
  footer#footer #footer_inner #footer_reserve a {
    font-size: 16px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 768px) {
  footer#footer #footer_inner #footer_reserve a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  footer#footer #footer_inner #footer_reserve a {
    font-size: 16px;
  }
}
footer#footer #footer_inner #footer_reserve a:hover {
  background-color: #483c3e;
}
footer#footer #footer_inner #footer_reserve #footer_copyright span {
  font-size: 14px;
  letter-spacing: 2px;
  letter-spacing: 0px;
}
@media only screen and (max-width: 1200px) {
  footer#footer #footer_inner #footer_reserve #footer_copyright span {
    font-size: 14px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 1024px) {
  footer#footer #footer_inner #footer_reserve #footer_copyright span {
    font-size: 14px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 768px) {
  footer#footer #footer_inner #footer_reserve #footer_copyright span {
    font-size: 13px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 1500px) {
  footer#footer #footer_inner #footer_reserve #footer_copyright span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1100px) {
  footer#footer #footer_inner #footer_reserve #footer_copyright span {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  footer#footer #footer_inner #footer_reserve #footer_copyright span {
    position: absolute;
    bottom: -35px;
    width: calc(100% - 60px);
    text-align: center;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 480px) {
  footer#footer #footer_inner #footer_reserve #footer_copyright span {
    width: calc(100% - 40px);
  }
}

/*footer*/
.en {
  /*footer*/
}
.en footer#footer {
  /*#footer_inner*/
}
.en footer#footer #footer_inner {
  /*footer_nv*/
  /*footer_reserve*/
}
.en footer#footer #footer_inner #footer_about {
  width: 40%;
}
@media only screen and (max-width: 1400px) {
  .en footer#footer #footer_inner #footer_about {
    width: 45%;
  }
}
@media only screen and (max-width: 1300px) {
  .en footer#footer #footer_inner #footer_about {
    width: 42%;
  }
}
@media only screen and (max-width: 1200px) {
  .en footer#footer #footer_inner #footer_about {
    width: 38%;
  }
}
@media only screen and (max-width: 1023px) {
  .en footer#footer #footer_inner #footer_about {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .en footer#footer #footer_inner #footer_about {
    width: 100%;
  }
}
.en footer#footer #footer_inner #footer_about #footer_about_title {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1200px) {
  .en footer#footer #footer_inner #footer_about #footer_about_title {
    margin-bottom: 35px;
  }
}
.en footer#footer #footer_inner #footer_about #footer_about_title span {
  order: 2;
  letter-spacing: 0;
}
@media only screen and (max-width: 1200px) {
  .en footer#footer #footer_inner #footer_about #footer_about_title span {
    font-size: 10px;
  }
}
.en footer#footer #footer_inner #footer_about #footer_about_title h4 {
  order: 1;
  margin-left: 0;
  margin-right: 20px;
}
.en footer#footer #footer_inner #footer_about #footer_about_sns {
  float: left;
  margin-right: 12px;
}
@media only screen and (max-width: 1200px) {
  .en footer#footer #footer_inner #footer_about #footer_about_sns {
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  .en footer#footer #footer_inner #footer_about #footer_about_sns {
    margin-right: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.en footer#footer #footer_inner #footer_about #footer_about_sns ul {
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .en footer#footer #footer_inner #footer_about #footer_about_sns ul li {
    margin: 0 10px;
  }
}
.en footer#footer #footer_inner #footer_about #footer_about_contact ul li.telephone {
  float: left;
  margin-right: 1.5em;
  letter-spacing: 1px;
}
.en footer#footer #footer_inner #footer_about #footer_about_contact ul li.fax {
  letter-spacing: 1px;
}
.en footer#footer #footer_inner #footer_about #footer_about_contact ul li.address {
  letter-spacing: 0px;
}
.en footer#footer #footer_inner #footer_nv {
  /*footer_nv_down*/
}
.en footer#footer #footer_inner #footer_nv #footer_nv_group .footer_nv_block {
  /*ul*/
}
.en footer#footer #footer_inner #footer_nv #footer_nv_group .footer_nv_block:nth-child(1) {
  width: calc(100% / 3);
}
@media only screen and (max-width: 1100px) {
  .en footer#footer #footer_inner #footer_nv #footer_nv_group .footer_nv_block:nth-child(1) {
    width: calc(100% / 2.5);
  }
}
.en footer#footer #footer_inner #footer_nv #footer_nv_group .footer_nv_block:nth-child(2) {
  width: calc(100% / 2);
}
.en footer#footer #footer_inner #footer_nv #footer_nv_group .footer_nv_block ul {
  /*li*/
}
.en footer#footer #footer_inner #footer_reserve {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1200px) {
  .en footer#footer #footer_inner #footer_reserve {
    margin-bottom: 0px;
  }
}
.en footer#footer #footer_inner #footer_reserve p {
  display: none;
}

/*	side_fix
===============================================*/
#side_fix {
  position: fixed;
  right: 0px;
  top: calc(50vh - 150px);
  z-index: 1000;
  width: 85px;
  opacity: 0;
  transition: 0.5s;
}
@media only screen and (max-width: 1023px) {
  #side_fix {
    display: none;
  }
}
#side_fix.go {
  opacity: 1;
  transition: 0.5s;
}
#side_fix a {
  background-color: #e2cc8a;
  display: flex;
  height: 300px;
  justify-content: flex-end;
}
#side_fix a h4 {
  height: 100%;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: center;
  background-color: #ce5346;
  order: 2;
  font-size: 20px;
  padding: 0 12px;
  transition: 0.5s;
}
#side_fix a h4 span {
  color: #fff;
  position: relative;
  letter-spacing: 6px;
}
#side_fix a h4 span:before {
  position: absolute;
  font-weight: 100;
  font-family: "FontAwesome";
  transition: 0.5s;
  content: "\f002";
  position: inherit;
  padding-bottom: 2px;
}
#side_fix a p {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  order: 1;
  text-align: center;
  color: #b74b3d;
  font-size: 14px;
  letter-spacing: 2px;
  padding: 12px 5px 0px;
  letter-spacing: 1px;
  padding: 12px 10px 0px;
  line-height: 1;
  transition: 0.5s;
}
@media only screen and (max-width: 1200px) {
  #side_fix a p {
    font-size: 14px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 1024px) {
  #side_fix a p {
    font-size: 14px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 768px) {
  #side_fix a p {
    font-size: 13px;
    letter-spacing: 0px;
  }
}
#side_fix a:hover h4 {
  background-color: #000;
  transition: 0.5s;
}
#side_fix a:hover p {
  transition: 0.5s;
  color: #000;
}

/*side_fix*/
.en {
  /*side_fix*/
}
.en #side_fix {
  width: 50px;
  top: calc(50vh - 120px);
}
.en #side_fix a {
  height: 240px;
}
.en #side_fix a h4 span {
  letter-spacing: 0px;
}
.en #side_fix a h4 span:before {
  padding-bottom: 12px;
}

/*	pagetop
===============================================*/
#pagetop {
  position: fixed;
  right: 5px;
  bottom: 15px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  /*a*/
}
#pagetop.go {
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}
#pagetop a {
  display: block;
  width: 35px;
  height: 35px;
}
#pagetop a img {
  width: 100%;
}

/*pagetop*/
/*スマフォ開閉メニュー====================================================*/
.overlay {
  /*スマフォの開閉メニューのナビ以外のコンテンツ部分を網掛けする仕様*/
  content: "";
  visibility: hidden;
  /*存在するけどクリックできないようにする*/
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  /*bodyに「slide_open」が付いたときにモーションする*/
  transition: 0.5s;
  z-index: 9099;
}

#sp_slide_menu {
  /*スライドメニューの初期値*/
  position: fixed;
  top: 0;
  left: -300px;
  width: 300px;
  height: 100vh;
  background-color: #cbb87a;
  z-index: 9100;
  opacity: 1;
  transition: 0.5s;
  overflow-y: scroll;
  /*高さの足りないスマフォでも閲覧できるように縦スクロールバーを表示*/
  overflow-x: hidden;
  /*sp_slide_menu_area*/
}
#sp_slide_menu #sp_slide_menu_inner {
  width: 240px;
  margin: 0 auto;
  display: block;
  /*sp_slide_nvL*/
  /*sp_slide_nvS*/
}
#sp_slide_menu #sp_slide_menu_inner #sp_slide_logo {
  padding: 50px 0 50px;
  text-align: center;
}
#sp_slide_menu #sp_slide_menu_inner #sp_slide_logo a img {
  width: 100px;
}
#sp_slide_menu #sp_slide_menu_inner #sp_slide_nvL {
  margin-bottom: 50px;
}
#sp_slide_menu #sp_slide_menu_inner #sp_slide_nvL ul {
  display: flex;
  flex-direction: column;
}
#sp_slide_menu #sp_slide_menu_inner #sp_slide_nvL ul li {
  border-bottom: solid 1px #000;
}
#sp_slide_menu #sp_slide_menu_inner #sp_slide_nvL ul li:nth-child(1) {
  border-top: solid 1px #000;
}
#sp_slide_menu #sp_slide_menu_inner #sp_slide_nvL ul li a {
  font-size: 17px;
  display: block;
  background-image: url(/media/images/common/arrow01_right.png);
  background-position: right 12px center;
  background-repeat: no-repeat;
  line-height: 50px;
  background-size: 12px;
}
#sp_slide_menu #sp_slide_menu_inner #sp_slide_nvL ul li ul {
  display: flex;
  flex-direction: column;
}
#sp_slide_menu #sp_slide_menu_inner #sp_slide_nvL ul li ul li:nth-child(1) {
  border-top: solid 1px #000;
}
#sp_slide_menu #sp_slide_menu_inner #sp_slide_nvL ul li ul li:nth-last-of-type(1) {
  border-bottom: none;
}
#sp_slide_menu #sp_slide_menu_inner #sp_slide_nvL ul li ul li a {
  font-size: 14px;
  display: block;
}
#sp_slide_menu #sp_slide_menu_inner #sp_slide_nvTopics {
  margin: 0 -30px 25px;
}
#sp_slide_menu #sp_slide_menu_inner #sp_slide_nvTopics ul li a {
  display: block;
  background-color: #000;
  color: #fff;
  text-align: center;
  line-height: 52px;
}
#sp_slide_menu #sp_slide_menu_inner #sp_slide_nvS {
  background-color: #000;
  margin: 0 -30px 30px;
  /*sp_slide_nvS_inner*/
}
#sp_slide_menu #sp_slide_menu_inner #sp_slide_nvS #sp_slide_nvS_more {
  position: relative;
  color: #fff;
  text-align: center;
  line-height: 52px;
}
#sp_slide_menu #sp_slide_menu_inner #sp_slide_nvS #sp_slide_nvS_more:before {
  position: absolute;
  right: 40px;
  top: 25px;
  content: "";
  display: block;
  height: 1px;
  width: 17px;
  background-color: #fff;
}
#sp_slide_menu #sp_slide_menu_inner #sp_slide_nvS #sp_slide_nvS_more:after {
  position: absolute;
  right: 48px;
  top: 18px;
  content: "";
  display: block;
  height: 16px;
  width: 1px;
  background-color: #fff;
}
#sp_slide_menu #sp_slide_menu_inner #sp_slide_nvS #sp_slide_nvS_inner {
  display: none;
  margin: 0 30px;
  padding-bottom: 30px;
}
#sp_slide_menu #sp_slide_menu_inner #sp_slide_nvS #sp_slide_nvS_inner ul li {
  border-bottom: solid 1px #333;
}
#sp_slide_menu #sp_slide_menu_inner #sp_slide_nvS #sp_slide_nvS_inner ul li:nth-child(1) {
  border-top: solid 1px #333;
}
#sp_slide_menu #sp_slide_menu_inner #sp_slide_nvS #sp_slide_nvS_inner ul li a span {
  color: #fff;
  font-size: 14px;
  display: block;
  background-image: url(/media/images/common/arrow02_right.png);
  background-position: right 12px center;
  background-repeat: no-repeat;
  line-height: 43px;
  background-size: 12px;
}
#sp_slide_menu #sp_slide_menu_inner #sp_slide_about .sp_slide_telphone {
  margin-bottom: 8px;
}
#sp_slide_menu #sp_slide_menu_inner #sp_slide_about .sp_slide_telphone p {
  font-size: 26px;
  position: relative;
  padding-left: 28px;
  line-height: 30px;
}
#sp_slide_menu #sp_slide_menu_inner #sp_slide_about .sp_slide_telphone p:before {
  content: "";
  background-image: url(/media/images/common/ico_telephone.png);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 5px;
  left: 0px;
  width: 24px;
  height: 22px;
  background-size: 24px;
}
#sp_slide_menu #sp_slide_menu_inner #sp_slide_about .sp_slide_telphone span {
  font-size: 15px;
}
#sp_slide_menu #sp_slide_menu_inner #sp_slide_about .sp_slide_fax p {
  font-size: 15px;
  line-height: 1.8;
}
#sp_slide_menu #sp_slide_menu_inner #sp_slide_about .sp_slide_address {
  margin-bottom: 16px;
}
#sp_slide_menu #sp_slide_menu_inner #sp_slide_about .sp_slide_address p {
  font-size: 10px;
  line-height: 1.4;
}
#sp_slide_menu #sp_slide_menu_inner #sp_slide_sns {
  margin-bottom: 30px;
}
#sp_slide_menu #sp_slide_menu_inner #sp_slide_sns ul {
  margin: 0 -5px;
  display: flex;
}
#sp_slide_menu #sp_slide_menu_inner #sp_slide_sns ul li {
  width: calc(100% / 2);
  padding: 0 5px;
}
#sp_slide_menu #sp_slide_menu_inner #sp_slide_sns ul li:nth-child(1) {
  border-right: solid 1px #000;
}
#sp_slide_menu #sp_slide_menu_inner #sp_slide_sns ul li a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px 0;
}
#sp_slide_menu #sp_slide_menu_inner #sp_slide_lang {
  margin-bottom: 30px;
  display: block;
}
#sp_slide_menu #sp_slide_menu_inner #sp_slide_lang ul {
  margin: 0 -5px;
  display: flex;
}
#sp_slide_menu #sp_slide_menu_inner #sp_slide_lang ul li {
  width: calc(100% / 2);
  padding: 0 5px;
}
#sp_slide_menu #sp_slide_menu_inner #sp_slide_lang ul li a {
  display: block;
  width: 100%;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  padding: 10px 10px;
  text-align: center;
}
#sp_slide_menu #sp_slide_menu_inner #sp_slide_gTranslate select {
  width: 100%;
  margin-top: -10px;
  margin-bottom: 16px;
  border-radius: 2px;
  background: #e5dbbc;
  padding: 11px 8px 12px 10px;
  outline: none;
  text-overflow: '';
  vertical-align: middle;
  font-size: 12px;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: block;
  background-image: url("/media/images/common/select_ico.png");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 10px;
}
@media only screen and (max-width: 1024px) {
  #sp_slide_menu #sp_slide_menu_inner #sp_slide_gTranslate select {
    padding: 9px 8px 8px;
  }
}
#sp_slide_menu #sp_slide_menu_inner #sp_slide_gTranslate select:before {
  position: absolute;
  font-weight: 100;
  font-family: "FontAwesome";
  transition: 0.5s;
  z-index: 1;
  right: 15px;
  top: 0;
  content: "\f0d7";
  pointer-events: none;
}
#sp_slide_menu #sp_slide_menu_inner #sp_slide_reserve {
  margin-bottom: 40px;
}
#sp_slide_menu #sp_slide_menu_inner #sp_slide_reserve p {
  text-align: center;
  color: #b74b3d;
  font-size: 10px;
  line-height: 1.5;
  margin-bottom: 12px;
}
#sp_slide_menu #sp_slide_menu_inner #sp_slide_reserve a {
  display: block;
  width: 100%;
  background-color: #b74b3d;
  color: #fff;
  text-align: center;
  padding: 10px 10px;
  font-size: 18px;
}

/*sp_slide_menu*/
.en #sp_slide_menu #sp_slide_menu_inner #sp_slide_about .sp_slide_telphone span {
  font-size: 11px;
}

#sp_menu_btn {
  /*SPのハンバーガーメニューのサイズ・位置 */
  display: none;
  opacity: 0;
  transition: 0.5s;
  transition: 0.5s;
}
#sp_menu_btn.go {
  transition: 0.5s;
  opacity: 1;
}
@media only screen and (max-width: 1023px) {
  #sp_menu_btn {
    display: block;
    z-index: 9500;
    top: 22px;
    left: 25px;
    cursor: pointer;
    position: fixed;
  }
}
#sp_menu_btn.fix {
  transition: 0.5s;
}
@media only screen and (max-width: 1023px) {
  #sp_menu_btn.fix {
    top: 18px;
  }
}
@media only screen and (max-width: 767px) {
  #sp_menu_btn.fix {
    top: 18px;
  }
}
#sp_menu_btn.fix .sp_menu_border {
  transition: 0.5s;
  width: 36px;
  height: 23px;
}
#sp_menu_btn.fix .sp_menu_border span {
  width: 28px;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  #sp_menu_btn {
    top: 18px;
    left: 16px;
  }
}
#sp_menu_btn.active {
  top: 22px;
}
@media only screen and (max-width: 767px) {
  #sp_menu_btn.active {
    top: 15px;
  }
}
#sp_menu_btn .sp_menu_border {
  display: flex;
  flex-direction: column;
  width: 50px;
  height: 36px;
  position: relative;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  #sp_menu_btn .sp_menu_border {
    width: 36px;
    height: 23px;
  }
}
#sp_menu_btn .sp_menu_border span {
  display: block;
  background: #000;
  position: absolute;
  width: 50px;
  height: 2px;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  #sp_menu_btn .sp_menu_border span {
    width: 28px;
  }
}
#sp_menu_btn .sp_menu_border span.border01 {
  height: 2px;
  transition: 0.5s;
  top: 0px;
}
#sp_menu_btn .sp_menu_border span.border02 {
  top: calc((100% / 2) - 2px);
  left: 0%;
  transition: 0.5s;
}
#sp_menu_btn .sp_menu_border span.border03 {
  bottom: 0;
  transition: 0.5s;
}

/*sp_menu_btn*/
body.sp_menu_open {
  /*bodyにスライドオープンがついていない状態*/
  /*sp_menu_btn*/
}
body.sp_menu_open .overlay {
  /*ナビ以外のコンテンツ部分を網掛け、このエリアをクリックしたらメニューが閉じる*/
  visibility: visible;
  /*クリックできるようにする*/
  background: rgba(0, 0, 0, 0.7);
  /*網掛けの色指定*/
}
body.sp_menu_open #sp_menu_btn {
  /*sp_menu_border*/
}
body.sp_menu_open #sp_menu_btn .sp_menu_border {
  /*span*/
}
body.sp_menu_open #sp_menu_btn .sp_menu_border span.border01 {
  transition: 0.5s;
  top: 15px;
  transform: rotate(135deg);
}
body.sp_menu_open #sp_menu_btn .sp_menu_border span.border02 {
  width: 0;
  left: 35%;
  transition: 0.5s;
  top: 15px;
}
body.sp_menu_open #sp_menu_btn .sp_menu_border span.border03 {
  transition: 0.5s;
  top: 15px;
  transform: rotate(-135deg);
}
body.sp_menu_open #sp_slide_menu {
  transition: 0.5s;
  left: 0px;
}

/*body.slide_open*/
/*	modal
===============================================*/
.modal {
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  overflow-y: auto;
  padding: 1px 0 0px !important;
  /*modal_bestrate*/
  /*modal_bestrate*/
}
.modal .modal_bestrate_bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  position: absolute;
  width: 100%;
}
.modal .modal_bestrate {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 920px;
  /*modal_bestrate_inner*/
}
@media only screen and (max-width: 1024px) {
  .modal .modal_bestrate {
    width: 90%;
  }
}
@media only screen and (max-width: 640px) {
  .modal .modal_bestrate {
    width: 100%;
    height: 100%;
  }
}
.modal .modal_bestrate .modal_bestrate_inner {
  background: #cbb87a;
  /*modal_bestrate_title*/
  /*modal_bestrate_present*/
  /*modal_bestrate_detail*/
  /*modal_bestrate_close*/
}
@media only screen and (max-width: 1024px) {
  .modal .modal_bestrate .modal_bestrate_inner {
    width: 100%;
    margin: -1px 0px 0;
  }
}
.modal .modal_bestrate .modal_bestrate_inner .modal_bestrate_title {
  padding: 50px 0 40px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .modal .modal_bestrate .modal_bestrate_inner .modal_bestrate_title {
    padding: 30px 0 20px;
  }
}
.modal .modal_bestrate .modal_bestrate_inner .modal_bestrate_title h2 {
  padding-top: 30px;
  color: #b74b3d;
  font-size: 30px;
  letter-spacing: 4px;
  letter-spacing: 0px;
}
@media only screen and (max-width: 1200px) {
  .modal .modal_bestrate .modal_bestrate_inner .modal_bestrate_title h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1024px) {
  .modal .modal_bestrate .modal_bestrate_inner .modal_bestrate_title h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .modal .modal_bestrate .modal_bestrate_inner .modal_bestrate_title h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .modal .modal_bestrate .modal_bestrate_inner .modal_bestrate_title h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .modal .modal_bestrate .modal_bestrate_inner .modal_bestrate_title h2 {
    padding-top: 20px;
  }
}
.modal .modal_bestrate .modal_bestrate_inner .modal_bestrate_present {
  background-color: #b74b3d;
  padding: 30px 20px 25px;
}
@media only screen and (max-width: 640px) {
  .modal .modal_bestrate .modal_bestrate_inner .modal_bestrate_present {
    padding: 20px 20px 15px;
  }
}
.modal .modal_bestrate .modal_bestrate_inner .modal_bestrate_present p {
  color: #cbb87a;
  text-align: center;
  font-size: 30px;
  letter-spacing: 4px;
  line-height: 1.6;
}
@media only screen and (max-width: 1200px) {
  .modal .modal_bestrate .modal_bestrate_inner .modal_bestrate_present p {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1024px) {
  .modal .modal_bestrate .modal_bestrate_inner .modal_bestrate_present p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .modal .modal_bestrate .modal_bestrate_inner .modal_bestrate_present p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .modal .modal_bestrate .modal_bestrate_inner .modal_bestrate_present p {
    font-size: 20px;
  }
}
.modal .modal_bestrate .modal_bestrate_inner .modal_bestrate_present p br {
  display: none;
}
@media only screen and (max-width: 480px) {
  .modal .modal_bestrate .modal_bestrate_inner .modal_bestrate_present p br {
    display: inline;
  }
}
.modal .modal_bestrate .modal_bestrate_inner .modal_bestrate_present p span {
  display: block;
  font-size: 20px;
}
@media only screen and (max-width: 1200px) {
  .modal .modal_bestrate .modal_bestrate_inner .modal_bestrate_present p span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .modal .modal_bestrate .modal_bestrate_inner .modal_bestrate_present p span {
    font-size: 17px;
  }
}
@media only screen and (max-width: 950px) {
  .modal .modal_bestrate .modal_bestrate_inner .modal_bestrate_present p span {
    font-size: 15px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .modal .modal_bestrate .modal_bestrate_inner .modal_bestrate_present p span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .modal .modal_bestrate .modal_bestrate_inner .modal_bestrate_present p span {
    font-size: 14px;
  }
}
.modal .modal_bestrate .modal_bestrate_inner .modal_bestrate_detail {
  padding: 0 60px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .modal .modal_bestrate .modal_bestrate_inner .modal_bestrate_detail {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 480px) {
  .modal .modal_bestrate .modal_bestrate_inner .modal_bestrate_detail {
    padding: 0 20px;
  }
}
.modal .modal_bestrate .modal_bestrate_inner .modal_bestrate_detail p {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1.8;
  padding: 50px 0 40px;
}
@media only screen and (max-width: 1200px) {
  .modal .modal_bestrate .modal_bestrate_inner .modal_bestrate_detail p {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1024px) {
  .modal .modal_bestrate .modal_bestrate_inner .modal_bestrate_detail p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 950px) {
  .modal .modal_bestrate .modal_bestrate_inner .modal_bestrate_detail p {
    font-size: 16px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .modal .modal_bestrate .modal_bestrate_inner .modal_bestrate_detail p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .modal .modal_bestrate .modal_bestrate_inner .modal_bestrate_detail p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .modal .modal_bestrate .modal_bestrate_inner .modal_bestrate_detail p {
    padding: 40px 0 30px;
  }
}
@media only screen and (max-width: 480px) {
  .modal .modal_bestrate .modal_bestrate_inner .modal_bestrate_detail p {
    padding: 20px 0 20px;
  }
}
.modal .modal_bestrate .modal_bestrate_inner .modal_bestrate_detail ul {
  padding-left: 1em;
}
.modal .modal_bestrate .modal_bestrate_inner .modal_bestrate_detail ul li {
  font-size: 14px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1200px) {
  .modal .modal_bestrate .modal_bestrate_inner .modal_bestrate_detail ul li {
    font-size: 14px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 1024px) {
  .modal .modal_bestrate .modal_bestrate_inner .modal_bestrate_detail ul li {
    font-size: 14px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .modal .modal_bestrate .modal_bestrate_inner .modal_bestrate_detail ul li {
    font-size: 13px;
    letter-spacing: 0px;
  }
}
.modal .modal_bestrate .modal_bestrate_inner .modal_bestrate_detail ul li:before {
  content: "・";
  margin-left: -1em;
}
.modal .modal_bestrate .modal_bestrate_inner .modal_bestrate_close {
  text-align: center;
  padding-bottom: 20px;
}
.modal .modal_bestrate .modal_bestrate_inner .modal_bestrate_close a {
  font-size: 26px;
  line-height: 1;
  text-align: center;
}
.modal .modal_bestrate .modal_bestrate_inner .modal_bestrate_close a img {
  margin-bottom: 18px;
  width: 36px;
  height: auto;
}
.modal .modal_bestrate .modal_bestrate_inner .modal_bestrate_close a span {
  display: block;
  font-size: 12px;
  letter-spacing: 2px;
  letter-spacing: 0;
}
.modal .modal_room_bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  position: absolute;
  width: 100%;
}
.modal .modal_room {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 760px;
  /*modal_bestrate_inner*/
}
@media only screen and (max-width: 1024px) {
  .modal .modal_room {
    width: 90%;
  }
}
@media only screen and (max-width: 640px) {
  .modal .modal_room {
    width: 100%;
    height: 100%;
  }
}
.modal .modal_room .modal_room_inner {
  background: #cbb87a;
  /*modal_room_title*/
  /*modal_bestrate_close*/
}
@media only screen and (max-width: 1024px) {
  .modal .modal_room .modal_room_inner {
    width: 100%;
    margin: -1px 0px 0;
  }
}
@media only screen and (max-width: 768px) {
  .modal .modal_room .modal_room_inner {
    padding: 30px;
  }
}
.modal .modal_room .modal_room_inner .modal_room_title {
  text-align: center;
  margin-bottom: 30px;
  padding-top: 50px;
}
.modal .modal_room .modal_room_inner .modal_room_title h2 {
  text-align: center;
  padding: 40px 0 20px;
  max-width: 500px;
  margin: 0 auto;
  border-bottom: solid 1px #000;
  font-size: 22px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1200px) {
  .modal .modal_room .modal_room_inner .modal_room_title h2 {
    font-size: 21px;
  }
}
@media only screen and (max-width: 1024px) {
  .modal .modal_room .modal_room_inner .modal_room_title h2 {
    font-size: 20px;
    letter-spacing: 0px !important;
  }
}
@media only screen and (max-width: 768px) {
  .modal .modal_room .modal_room_inner .modal_room_title h2 {
    font-size: 19px;
  }
}
@media only screen and (max-width: 767px) {
  .modal .modal_room .modal_room_inner .modal_room_title h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .modal .modal_room .modal_room_inner .modal_room_title h2 {
    padding: 20px 0 20px;
  }
}
.modal .modal_room .modal_room_inner .modal_room_drawing {
  max-width: 640px;
  margin: 0 auto 30px;
  text-align: center;
}
.modal .modal_room .modal_room_inner .modal_room_drawing img {
  width: auto;
  height: auto;
}
.modal .modal_room .modal_room_inner .modal_room_close {
  text-align: center;
  padding-bottom: 40px;
}
.modal .modal_room .modal_room_inner .modal_room_close a {
  font-size: 26px;
  line-height: 1;
  text-align: center;
}
.modal .modal_room .modal_room_inner .modal_room_close a img {
  margin-bottom: 18px;
  width: 36px;
  height: auto;
}
.modal .modal_room .modal_room_inner .modal_room_close a span {
  display: block;
  font-size: 12px;
  letter-spacing: 2px;
  letter-spacing: 0;
}
.modal .modal_fullarea_bg {
  background: rgba(0, 0, 0, 0.8);
  background-color: #cbb87a;
  height: 100%;
  position: absolute;
  width: 100%;
}
.modal .modal_fullarea {
  background-color: #cbb87a;
  padding: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
}
.modal .modal_fullarea .modal_fullarea_inner {
  padding: 40px;
  background-color: #cbb87a;
  /*modal_fullarea_title*/
  /*modal_dinner_outline*/
  /*modal_lunch_outline*/
  /*modal_dinner_outline*/
  /*modal_fullareadinner_close*/
}
@media only screen and (max-width: 1024px) {
  .modal .modal_fullarea .modal_fullarea_inner {
    padding: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .modal .modal_fullarea .modal_fullarea_inner {
    padding: 20px;
  }
}
.modal .modal_fullarea .modal_fullarea_inner .modal_fullarea_title {
  text-align: center;
  margin-bottom: 30px;
}
.modal .modal_fullarea .modal_fullarea_inner .modal_fullarea_title h2 {
  text-align: center;
  padding: 40px 0 20px;
  max-width: 500px;
  margin: 0 auto;
  border-bottom: solid 1px #000;
  font-size: 22px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1200px) {
  .modal .modal_fullarea .modal_fullarea_inner .modal_fullarea_title h2 {
    font-size: 21px;
  }
}
@media only screen and (max-width: 1024px) {
  .modal .modal_fullarea .modal_fullarea_inner .modal_fullarea_title h2 {
    font-size: 20px;
    letter-spacing: 0px !important;
  }
}
@media only screen and (max-width: 768px) {
  .modal .modal_fullarea .modal_fullarea_inner .modal_fullarea_title h2 {
    font-size: 19px;
  }
}
@media only screen and (max-width: 767px) {
  .modal .modal_fullarea .modal_fullarea_inner .modal_fullarea_title h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .modal .modal_fullarea .modal_fullarea_inner .modal_fullarea_title h2 {
    padding: 20px 0 20px;
  }
}
.modal .modal_fullarea .modal_fullarea_inner .modal_dinner_outline {
  padding-top: 0px;
}
.modal .modal_fullarea .modal_fullarea_inner .modal_dinner_outline dl {
  margin-bottom: 1.2em;
}
.modal .modal_fullarea .modal_fullarea_inner .modal_dinner_outline dl dt {
  font-size: 18px;
  letter-spacing: 2px;
  color: #b74b3d;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .modal .modal_fullarea .modal_fullarea_inner .modal_dinner_outline dl dt {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1024px) {
  .modal .modal_fullarea .modal_fullarea_inner .modal_dinner_outline dl dt {
    font-size: 16px;
  }
}
@media only screen and (max-width: 950px) {
  .modal .modal_fullarea .modal_fullarea_inner .modal_dinner_outline dl dt {
    font-size: 16px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .modal .modal_fullarea .modal_fullarea_inner .modal_dinner_outline dl dt {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .modal .modal_fullarea .modal_fullarea_inner .modal_dinner_outline dl dt {
    font-size: 16px;
  }
}
.modal .modal_fullarea .modal_fullarea_inner .modal_dinner_outline dl dd {
  font-size: 18px;
  letter-spacing: 2px;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .modal .modal_fullarea .modal_fullarea_inner .modal_dinner_outline dl dd {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1024px) {
  .modal .modal_fullarea .modal_fullarea_inner .modal_dinner_outline dl dd {
    font-size: 16px;
  }
}
@media only screen and (max-width: 950px) {
  .modal .modal_fullarea .modal_fullarea_inner .modal_dinner_outline dl dd {
    font-size: 16px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .modal .modal_fullarea .modal_fullarea_inner .modal_dinner_outline dl dd {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .modal .modal_fullarea .modal_fullarea_inner .modal_dinner_outline dl dd {
    font-size: 16px;
  }
}
.modal .modal_fullarea .modal_fullarea_inner .modal_dinner_outline dl dd:before {
  content: "・";
}
.modal .modal_fullarea .modal_fullarea_inner .modal_dinner_outline dl dd span {
  display: block;
  font-size: 12px;
  letter-spacing: 2px;
}
.modal .modal_fullarea .modal_fullarea_inner .modal_dinner_outline dl dd span:before {
  content: "※";
}
.modal .modal_fullarea .modal_fullarea_inner .modal_dinner_outline p {
  font-size: 14px;
  letter-spacing: 2px;
  text-align: center;
  line-height: 1.8;
  padding: 50px 0 40px;
}
@media only screen and (max-width: 1200px) {
  .modal .modal_fullarea .modal_fullarea_inner .modal_dinner_outline p {
    font-size: 14px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 1024px) {
  .modal .modal_fullarea .modal_fullarea_inner .modal_dinner_outline p {
    font-size: 14px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .modal .modal_fullarea .modal_fullarea_inner .modal_dinner_outline p {
    font-size: 13px;
    letter-spacing: 0px;
  }
}
.modal .modal_fullarea .modal_fullarea_inner .modal_lunch_outline {
  padding-top: 0px;
}
.modal .modal_fullarea .modal_fullarea_inner .modal_lunch_outline dl {
  margin-bottom: 1.2em;
}
.modal .modal_fullarea .modal_fullarea_inner .modal_lunch_outline dl dt {
  font-size: 18px;
  letter-spacing: 2px;
  color: #b74b3d;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .modal .modal_fullarea .modal_fullarea_inner .modal_lunch_outline dl dt {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1024px) {
  .modal .modal_fullarea .modal_fullarea_inner .modal_lunch_outline dl dt {
    font-size: 16px;
  }
}
@media only screen and (max-width: 950px) {
  .modal .modal_fullarea .modal_fullarea_inner .modal_lunch_outline dl dt {
    font-size: 16px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .modal .modal_fullarea .modal_fullarea_inner .modal_lunch_outline dl dt {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .modal .modal_fullarea .modal_fullarea_inner .modal_lunch_outline dl dt {
    font-size: 16px;
  }
}
.modal .modal_fullarea .modal_fullarea_inner .modal_lunch_outline dl dd {
  font-size: 18px;
  letter-spacing: 2px;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .modal .modal_fullarea .modal_fullarea_inner .modal_lunch_outline dl dd {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1024px) {
  .modal .modal_fullarea .modal_fullarea_inner .modal_lunch_outline dl dd {
    font-size: 16px;
  }
}
@media only screen and (max-width: 950px) {
  .modal .modal_fullarea .modal_fullarea_inner .modal_lunch_outline dl dd {
    font-size: 16px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .modal .modal_fullarea .modal_fullarea_inner .modal_lunch_outline dl dd {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .modal .modal_fullarea .modal_fullarea_inner .modal_lunch_outline dl dd {
    font-size: 16px;
  }
}
.modal .modal_fullarea .modal_fullarea_inner .modal_lunch_outline dl dd:before {
  content: "・";
}
.modal .modal_fullarea .modal_fullarea_inner .modal_lunch_outline dl dd span {
  display: block;
  font-size: 12px;
  letter-spacing: 2px;
}
.modal .modal_fullarea .modal_fullarea_inner .modal_lunch_outline dl dd span:before {
  content: "";
}
.modal .modal_fullarea .modal_fullarea_inner .modal_lunch_outline p {
  font-size: 14px;
  letter-spacing: 2px;
  text-align: center;
  line-height: 1.8;
  padding: 50px 0 40px;
}
@media only screen and (max-width: 1200px) {
  .modal .modal_fullarea .modal_fullarea_inner .modal_lunch_outline p {
    font-size: 14px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 1024px) {
  .modal .modal_fullarea .modal_fullarea_inner .modal_lunch_outline p {
    font-size: 14px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .modal .modal_fullarea .modal_fullarea_inner .modal_lunch_outline p {
    font-size: 13px;
    letter-spacing: 0px;
  }
}
.modal .modal_fullarea .modal_fullarea_inner .modal_room_drawing {
  max-width: 740px;
  margin: 0 auto 50px;
}
.modal .modal_fullarea .modal_fullarea_inner .modal_room_drawing img {
  width: 100%;
}
.modal .modal_fullarea .modal_fullarea_inner .modal_meeting_placelist {
  max-width: 480px;
  margin: 0 auto 50px;
}
.modal .modal_fullarea .modal_fullarea_inner .modal_meeting_placelist ul {
  padding-left: 1em;
}
.modal .modal_fullarea .modal_fullarea_inner .modal_meeting_placelist ul li {
  margin-bottom: 0.75em;
}
.modal .modal_fullarea .modal_fullarea_inner .modal_meeting_placelist ul li:before {
  content: "・";
  margin-left: -1em;
}
.modal .modal_fullarea .modal_fullarea_inner .modal_fullarea_close {
  text-align: center;
  padding-bottom: 20px;
}
.modal .modal_fullarea .modal_fullarea_inner .modal_fullarea_close a {
  font-size: 26px;
  line-height: 1;
  text-align: center;
}
.modal .modal_fullarea .modal_fullarea_inner .modal_fullarea_close a img {
  margin-bottom: 18px;
  width: 36px;
  height: auto;
}
.modal .modal_fullarea .modal_fullarea_inner .modal_fullarea_close a span {
  display: block;
  font-size: 12px;
  letter-spacing: 2px;
  letter-spacing: 0;
}

/*	ブラウザハック系
====================================================*/
@supports (-ms-ime-align: auto) {
  /*edgeハック*/
}
@-moz-document url-prefix() {
  /*firefoxハック*/
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  _::-webkit-full-page-media, _:future, :root {
    /*safariハック*/
  }
}
_:-ms-lang(x)::-ms-backdrop, .sample {
  /*IE11ハック*/
}

/*	スクロールでコンテンツをフェードインさせる
====================================================*/
/* 画面外にいる状態 */
.fade_in {
  opacity: 0;
  transform: translate(0, 80px);
  /*transition : all 1000ms;*/
  transition-duration: 1000ms;
}

/* 画面内に入った状態 */
.fade_in.go {
  opacity: 1;
  transform: translate(0, 0);
}

/*}/*@mixin frame*/
