@charset "UTF-8";
/***************************************
　　タグ初期値
***************************************/
html,
body {
  height: 100%;
  margin: 0;
}

html {
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif, Osaka, Verdana, "ＭＳ Ｐゴシック", "MS PGothic";
}

*, *::after, *::before {
  box-sizing: inherit;
}

body {
  background-color: #fafafa;
  color: #333;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
}

h1, h2, h3, h4, h5 {
  margin: 0 0 1em;
  padding: 0;
  line-height: 100%;
  font-weight: normal;
}

h1 {
  font-size: 1.8rem;
}

h2 {
  font-size: 1.8rem;
}

h3 {
  font-size: 1.4rem;
}

a {
  color: #624c33;
  text-decoration: none;
}

a:hover {
  color: #259174;
}

a:active {
  color: #014835;
}

p {
  margin-top: 0;
  margin-bottom: 1.5em;
}

li, dt, dd {
  margin: 0px;
  padding: 0px;
}

table,
th,
td {
  border-collapse: collapse;
  border: 1px;
}

hr {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  height: 0;
}

/***************************************
　　フォントサイズ
***************************************/
.bold {
  font-weight: bold;
}

.small {
  font-size: 0.778em;
}

.large {
  font-size: 1.5em;
}

/***************************************
　　段落、回り込み
***************************************/
.a_center {
  text-align: center !important;
}

.aligncenter {
  text-align: center;
}

.a_left,
.alignleft {
  margin-right: 2rem;
  margin-bottom: 1rem;
}

.a_left {
  text-align: left !important;
}

.alignleft {
  float: left;
}

.a_right,
.alignright {
  margin-left: 2rem;
  margin-bottom: 1rem;
}

.a_right {
  text-align: right !important;
}

.alignright {
  float: right;
}

.alignleft,
.alignright {
  max-width: 45%;
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

.f_clear {
  clear: both;
}

/* .clearfix { width:100%; } */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.m_auto {
  margin-right: auto;
  margin-left: auto;
}

/***************************************
　　テーブル
***************************************/
table {
  margin: 0 auto 1.5em;
  min-height: 0.1%;
  overflow: auto;
}

td,
th {
  padding: 0.5em;
  border: 1px solid #CCC;
}

th {
  white-space: nowrap;
  background-color: #EEE;
  font-weight: normal;
}

/* 一覧表示用テーブル */
.table_data tr:hover {
  background-color: #e6ffd7;
}

.even {
  background-color: #fffefa;
}

/***************************************
　　フォーム
***************************************/
/* フォーム枠
------------------------------------- */
form {
  margin: 0px auto;
}

/* 入力
------------------------------------- */
input,
textarea {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif, Osaka, Verdana, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 1em;
}

button,
select,
input[type="button"],
input[type="submit"] {
  font-size: 1em;
  letter-spacing: normal;
  text-transform: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

/* テキスト系 */
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  border: 1px solid #c3cdd2;
  border-radius: 3px;
  padding: 0.4rem;
}

/* 入力サイズ
------------------------------------- */
.w_v1 {
  width: 1em !important;
}

.w_v2 {
  width: 2em !important;
}

.w_v3 {
  width: 3em !important;
}

.w_v4 {
  width: 4em !important;
}

.w_v5 {
  width: 5em !important;
}

.w_v6 {
  width: 6em !important;
}

.w_v7 {
  width: 7em !important;
}

.w_v8 {
  width: 8em !important;
}

.w_v9 {
  width: 9em !important;
}

.w_v10 {
  width: 10em !important;
}

.w_v11 {
  width: 11em !important;
}

.w_v12 {
  width: 12em !important;
}

.w_v13 {
  width: 13em !important;
}

.w_v14 {
  width: 14em !important;
}

.w_v15 {
  width: 15em !important;
}

.w_v16 {
  width: 16em !important;
}

.w_v17 {
  width: 17em !important;
}

.w_v18 {
  width: 18em !important;
}

.w_v19 {
  width: 19em !important;
}

.w_v20 {
  width: 20em !important;
}

.w_v30 {
  width: 30em !important;
}

.w_v40 {
  width: 40em !important;
}

.w_v50 {
  width: 50em !important;
}

.w_v60 {
  width: 60em !important;
}

.w_p10 {
  width: 10% !important;
}

.w_p20 {
  width: 20% !important;
}

.w_p30 {
  width: 30% !important;
}

.w_p40 {
  width: 40% !important;
}

.w_p50 {
  width: 50% !important;
}

.w_p60 {
  width: 60% !important;
}

.w_p70 {
  width: 70% !important;
}

.w_p80 {
  width: 80% !important;
}

.w_p90 {
  width: 90% !important;
}

.w_p100 {
  width: 100% !important;
}

/* *****************************************************
 * ページネーション(wp-pagenaviプラグイン用)
 * ***************************************************** */
.wp-pagenavi {
  clear: both;
  text-align: center;
  margin: 30px 0px 1.5em;
}

.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #680404;
  padding: 0.2em 0.5em;
  margin: 3px;
  background-color: #680404;
  color: #fafafa;
}

.wp-pagenavi a:hover {
  background-color: #eb9696;
  color: #fafafa !important;
}

.wp-pagenavi span.current {
  color: #680404;
  background-color: #ffd0d0;
}

/* *****************************************************
 * グーグルマップ用
 * ***************************************************** */
.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 700px;
  margin: 0 auto 2em;
}

.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/***************************************
　　表示・非表示
***************************************/
.fade.in {
  opacity: 1;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear 0s;
}

/***************************************
　　汎用カラー
***************************************/
.c_black,
.c_black_b {
  color: #333;
}

.bgc_black {
  background-color: #333;
}

.c_gray,
.c_gray_b {
  color: #887a6a;
}

.bgc_gray {
  background-color: #887a6a;
}

.c_lightgray,
.c_lightgray_b {
  color: #dddddd;
}

.bgc_lightgray {
  background-color: #dddddd;
}

.c_white,
.c_white_b {
  color: #fafafa;
}

.bgc_white {
  background-color: #fafafa;
}

.c_red,
.c_red_b {
  color: #680404;
}

.bgc_red {
  background-color: #680404;
}

.c_pink,
.c_pink_b {
  color: #eb9696;
}

.bgc_pink {
  background-color: #eb9696;
}

.c_blue,
.c_blue_b {
  color: #2692d5;
}

.bgc_blue {
  background-color: #2692d5;
}

.c_skyblue,
.c_skyblue_b {
  color: #69bef0;
}

.bgc_skyblue {
  background-color: #69bef0;
}

.c_green,
.c_green_b {
  color: #014c38;
}

.bgc_green {
  background-color: #014c38;
}

.c_lightgreen,
.c_lightgreen_b {
  color: #259174;
}

.bgc_lightgreen {
  background-color: #259174;
}

.c_orange,
.c_orange_b {
  color: #887a6a;
}

.bgc_orange {
  background-color: #887a6a;
}

.c_yellow,
.c_yellow_b {
  color: #f0d70a;
}

.bgc_yellow {
  background-color: #f0d70a;
}

.c_purple,
.c_purple_b {
  color: #b964d7;
}

.bgc_purple {
  background-color: #b964d7;
}

.c_black_b,
.c_gray_b,
.c_lightgray_b,
.c_white_b,
.c_red_b,
.c_pink_b,
.c_blue_b,
.c_skyblue_b,
.c_green_b,
.c_lightgreen_b,
.c_orange_b,
.c_yellow_b,
.c_purple_b {
  font-weight: bold;
}

/***************************************
 汎用ボタン
***************************************/
.btn {
  font-size: 1em;
  padding: 0.5em 1.5em;
  border: 1px solid #887a6a;
  cursor: pointer;
  text-decoration: none;
}

.btn_black {
  background-color: #333;
}

.btn_black:hover {
  background-color: #5c5c5c;
}

.btn_black:active {
  background-color: #333;
}

.btn_gray {
  background-color: #887a6a;
}

.btn_lightgray {
  background-color: #dddddd;
}

.btn_white {
  background-color: #fafafa;
}

.btn_red {
  background-color: #680404;
}
.btn_red:hover {
  background-color: #863636;
}
.btn_red:active {
  background-color: #680404;
}

.btn_pink {
  background-color: #eb9696;
}

.btn_blue {
  background-color: #2692d5;
}

.btn_skyblue {
  background-color: #69bef0;
}

.btn_skyblue:hover {
  background-color: #97d2f5;
}

.btn_skyblue:active {
  background-color: #52b4ee;
}

.btn_green {
  background-color: #014c38;
}

.btn_lightgreen {
  background-color: #259174;
}

.btn_orange {
  background-color: #887a6a;
}

.btn_yellow {
  background-color: #f0d70a;
}

.btn_purple {
  background-color: #b964d7;
}

.btn_black,
.btn_lightgray,
.btn_red,
.btn_pink,
.btn_blue,
.btn_skyblue,
.btn_green,
.btn_lightgreen,
.btn_orange,
.btn_yellow,
.btn_purple {
  color: #fafafa;
}
.btn_black:hover,
.btn_lightgray:hover,
.btn_red:hover,
.btn_pink:hover,
.btn_blue:hover,
.btn_skyblue:hover,
.btn_green:hover,
.btn_lightgreen:hover,
.btn_orange:hover,
.btn_yellow:hover,
.btn_purple:hover {
  color: #fafafa;
}

/***************************************
 * 全体レイアウト
 ***************************************/
@media all and (max-width: 999px) {
  body {
    background-image: url("../img/common/bg-body.png");
    background-image: url("../img/common/bg-body.png");
    color: #624c33;
  }

  #wrapper-container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    min-width: 320px;
    min-height: 100vh;
    padding: 0 0 3rem;
  }

  .inner-content {
    padding: 1rem 1em;
  }

  /***************************************
  * サイドバーリンク
  ***************************************/
  .sidebar-link {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sidebar-link li {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    margin: 0 auto 1vw 0;
    width: 48%;
  }
  .sidebar-link li a {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../img/common/bg-sidelink.png");
    background-repeat: no-repeat;
    background-position: 1em 1em;
    background-color: #259174;
    color: #fafafa;
    padding: 0.5em 1em 0.5em 60px;
  }
  .sidebar-link li a:hover {
    background-color: #014c38;
  }

  /***************************************
  * サイドバータイトル
  ***************************************/
  .title-sidebar {
    display: none;
  }
}
@media all and (max-width: 599px) {
  /***************************************
  * サイドバーリンク
  ***************************************/
  .sidebar-link {
    margin-bottom: 15px;
  }
  .sidebar-link li {
    margin: 0 auto 2vw 0;
    min-width: 45%;
  }
  .sidebar-link li a {
    background-image: none;
    padding: 1em;
    font-size: .85em;
  }
  .sidebar-link li a:hover {
    background-color: #014c38;
  }
}
/***************************************
* 緑枠
***************************************/
@media all and (max-width: 999px) {
  .box-green {
    background: linear-gradient(135deg, transparent 7px, #259174 0) top left, linear-gradient(225deg, transparent 7px, #259174 0) top right, linear-gradient(315deg, transparent 7px, #259174 0) bottom right, linear-gradient(45deg, transparent 7px, #259174 0) bottom left;
    background-size: 51% 51%;
    background-repeat: no-repeat;
    padding: 3px;
    margin: 0 auto 1rem;
  }
  .box-green div {
    width: 100%;
    height: 100%;
  }
  .box-green .box-green1 {
    background: linear-gradient(135deg, transparent 6px, #fafafa 0) top left, linear-gradient(225deg, transparent 6px, #fafafa 0) top right, linear-gradient(315deg, transparent 6px, #fafafa 0) bottom right, linear-gradient(45deg, transparent 6px, #fafafa 0) bottom left;
    background-size: 51% 51%;
    background-repeat: no-repeat;
    padding: 4px;
  }
  .box-green .box-green2 {
    background: linear-gradient(135deg, transparent 5px, #259174 0) top left, linear-gradient(225deg, transparent 5px, #259174 0) top right, linear-gradient(315deg, transparent 5px, #259174 0) bottom right, linear-gradient(45deg, transparent 5px, #259174 0) bottom left;
    background-size: 51% 51%;
    background-repeat: no-repeat;
    padding: 1px;
  }
  .box-green .box-green3 {
    background-color: #fafafa;
    background: linear-gradient(135deg, transparent 5px, #fafafa 0) top left, linear-gradient(225deg, transparent 5px, #fafafa 0) top right, linear-gradient(315deg, transparent 5px, #fafafa 0) bottom right, linear-gradient(45deg, transparent 5px, #fafafa 0) bottom left;
    background-size: 51% 51%;
    background-repeat: no-repeat;
    box-shadow: 0 0 20px rgba(237, 225, 211, 0.8);
    padding: 1em;
  }
}
/***************************************
* 共通（サイト内リンクバナー）
***************************************/
@media all and (max-width: 999px) {
  .banner-page {
    padding: 30px 0 0;
    margin: 0 0 30px;
    z-index: 0;
  }
  .banner-page ul {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .banner-page ul li {
    display: block;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 48%;
    min-height: 100px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin: 0 0.5rem 0.5rem;
  }
  .banner-page ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -moz-box-pack: left;
    box-pack: left;
    -webkit-justify-content: left;
    -moz-justify-content: left;
    -ms-justify-content: left;
    -o-justify-content: left;
    justify-content: left;
    -ms-flex-pack: left;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 0 40px 0 150px;
    position: relative;
    width: 100%;
    height: 100%;
    background: url("../img/common/bg-deco-g_01.png") left top/39px 39px no-repeat, url("../img/common/bg-deco-g_02.png") right top/39px 39px no-repeat, url("../img/common/bg-deco-g_03.png") left bottom/39px 39px no-repeat, url("../img/common/bg-deco-g_04.png") right bottom/39px 39px no-repeat;
    background-color: #fafafa;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    font-family: Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
    font-weight: bold;
    color: #014835;
    min-height: 100px;
  }
  .banner-page ul li a:before {
    display: block;
    position: absolute;
    top: 10px;
    left: 30px;
    width: 80px;
    height: 80px;
    content: "";
  }
  .banner-page ul li a.bnr-sightseeing:before {
    background: url("../img/common/bg-banner-ico.png") left top no-repeat;
  }
  .banner-page ul li a.bnr-service:before {
    background: url("../img/common/bg-banner-ico.png") left -80px no-repeat;
  }
  .banner-page ul li a.bnr-faq:before {
    background: url("../img/common/bg-banner-ico.png") left -160px no-repeat;
  }
}
@media all and (max-width: 599px) {
  .banner-page {
    padding: 15px 0 0;
    margin: 0 0 30px;
  }
  .banner-page ul {
    display: block;
  }
  .banner-page ul li {
    display: block;
    min-width: 100%;
    height: 100px;
    margin: 0 0 0.5rem;
  }
}
/***************************************
* モーダル背景
***************************************/
@media all and (max-width: 999px) {
  #bg-modal {
    display: none;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }
}
/***************************************
* wysiwyg 部分のスタイル
***************************************/
@media all and (max-width: 999px) {
  .article::after {
    clear: both;
    content: "";
    display: table;
  }
  .article p,
  .article ul,
  .article ol {
    padding: 0;
  }
  .article li {
    margin-bottom: .5em;
  }
  .article ul,
  .article ol {
    margin-bottom: 1.5em;
  }
  .article table {
    margin: 0 35px 1.5em;
  }
  .article img {
    height: auto;
  }

  .title-page h1,
  .article h2,
  .left-content h2,
  .article h3,
  .left-content h3 {
    font-family: Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
    font-weight: bold;
    font-size: 24px;
  }

  .article h2,
  .left-content h2,
  .article h3,
  .left-content h3 {
    padding: 20px 0 0.5em;
    margin: 0 0 1.5em;
    border-bottom: 1px solid #624c33;
  }

  .title-page {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    text-align: center;
    padding: 30px 105px;
    line-height: 30px;
    background-image: url("../img/common/title-h1_l.png"), url("../img/common/title-h1_r.png");
    background-position: left 30px, right 30px;
    background-repeat: no-repeat;
  }
  .title-page h1 {
    margin: 0;
  }
  .title-page hr {
    display: block;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .title-page span {
    position: relative;
    display: block;
    padding: 0 15px;
  }

  .left-content .title-page span {
    min-width: 200px;
  }

  .article h2,
  .left-content h2 {
    padding-left: 60px;
    background-image: url("../img/common/title-h2.png");
    background-repeat: no-repeat;
    background-position: left 18px;
  }
}
@media all and (max-width: 599px) {
  .title-page {
    display: block;
    text-align: left;
    padding: 30px 0;
    background-image: none;
  }
  .title-page h1 {
    padding: 0.3em 0;
  }
  .title-page span {
    padding-left: 60px;
    background-image: url("../img/common/title-h2.png");
    background-repeat: no-repeat;
    background-position: left top;
  }
}
/***************************************
* ボタン
***************************************/
@media all and (max-width: 999px) {
  .btn-green {
    background-color: #259174;
    color: #fafafa;
    padding: 0.5em 3em;
  }
  .btn-green:hover {
    background-color: #014c38;
    color: #fafafa;
  }

  .btn-brown {
    background-color: #624c33;
    color: #fafafa;
    padding: 1em 2em;
  }
  .btn-brown:hover {
    background-color: #887a6a;
    color: #fafafa;
  }
}
/***************************************
 * ヘッダー
 ***************************************/
@media all and (max-width: 999px) {
  #wrapper-header {
    color: #ede1d3;
    height: 70px;
    position: relative;
    background-image: -webkit-linear-gradient( top , #014c38, rgba(1, 76, 56, 0)), url("../img/common/bg-green.png");
    background-image: linear-gradient(to bottom, #014c38, rgba(1, 76, 56, 0)), url("../img/common/bg-green.png");
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.75);
  }
  #wrapper-header a {
    color: #ede1d3;
  }
  #wrapper-header:before, #wrapper-header:after {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    background-color: #887a6a;
    z-index: 0;
  }
  #wrapper-header:before {
    bottom: 43px;
  }
  #wrapper-header:after {
    bottom: 45px;
  }

  #header {
    height: 100px;
    position: relative;
    font-family: Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  }
  #header #logo {
    display: block;
    position: absolute;
    top: -30px;
    left: 30px;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    line-height: 150%;
    z-index: 999;
  }
  #header #logo a {
    display: block;
    width: 230px;
    height: 0px;
    padding-top: 125px;
    overflow: hidden;
    background-image: url("../img/common/logo.png");
    background-image: url("../img/common/logo.png");
    background-repeat: no-repeat;
    -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.75));
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.75));
  }
  #header #lang {
    position: absolute;
    top: 37px;
    right: 1em;
  }
  #header #lang select {
    color: #624c33;
    min-width: 70px;
    padding: 1px 30px 1px 0.5em;
    position: relative;
    background-color: #fafafa;
    background-image: url("../img/common/bg-select-lg.png");
    background-repeat: no-repeat;
    background-position: right center;
  }
  #header #lang select::-ms-expand {
    display: none;
  }
}
@media all and (max-width: 599px) {
  #wrapper-header:before {
    bottom: 35px;
  }
  #wrapper-header:after {
    bottom: 37px;
  }

  #header #logo {
    left: 50%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -115px;
  }
}
/***************************************
 * 固定メニュー
 ***************************************/
@media all and (max-width: 999px) {
  #box-reserve h2,
  #hamburger {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif, Osaka, Verdana, "ＭＳ Ｐゴシック", "MS PGothic";
    z-index: 99999;
    position: fixed;
    bottom: 0;
    width: 50vw;
    height: 3rem;
    color: #fafafa;
    padding: 1rem 1rem 0;
    line-height: 1rem;
    font-size: 1rem;
    margin: 0;
  }

  #box-reserve h2 {
    @oinclude box-sizing( border-box );
    left: 0;
    background-color: #014c38;
    padding-left: 55px;
    background-image: url("../img/common/menu-l.png");
    background-repeat: no-repeat;
    background-position: left center;
  }

  #hamburger {
    right: 0;
    background-color: #259174;
    text-align: right;
    padding-right: 55px;
    background-image: url("../img/common/menu-r.png");
    background-repeat: no-repeat;
    background-position: right center;
  }
}
/***************************************
 * ヘッダーメニュー
 ***************************************/
@media all and (max-width: 999px) {
  #wrapper-header #wrapper-menu {
    z-index: 9999;
  }
  #wrapper-header #wrapper-menu nav {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    display: none;
    z-index: 9999;
    width: 50vw;
    height: 100vh;
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 130px 1rem 5rem;
  }
  #wrapper-header #wrapper-menu nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-y: auto;
  }
  #wrapper-header #wrapper-menu nav ul li {
    border-bottom: 1px solid #887a6a;
  }
  #wrapper-header #wrapper-menu nav ul li a {
    display: block;
    padding: 1rem;
  }
  #wrapper-header #wrapper-menu #search,
  #wrapper-header #wrapper-menu #tel {
    line-height: 24px;
    display: none;
  }
  #wrapper-header #wrapper-menu #search i,
  #wrapper-header #wrapper-menu #tel i {
    margin-right: .5em;
    font-size: 24px;
    float: left;
  }
  #wrapper-header #wrapper-menu #search {
    top: 37px;
    right: 140px;
  }
  #wrapper-header #wrapper-menu #search input {
    width: 80px;
    padding: 0 0.5em;
    color: #624c33;
    font-size: 16px;
  }
  #wrapper-header #wrapper-menu #tel {
    right: 30px;
    top: 90px;
    font-size: 24px;
  }
  #wrapper-header #wrapper-menu.active nav {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #wrapper-header #wrapper-menu.active #search,
  #wrapper-header #wrapper-menu.active #tel,
  #wrapper-header #wrapper-menu.active #lang {
    display: block;
    position: fixed;
    z-index: 100000;
  }
}
@media all and (max-width: 599px) {
  #wrapper-header #wrapper-menu #lang {
    display: none;
  }
  #wrapper-header #wrapper-menu nav {
    width: 85vw;
  }
}
/***************************************
 * 予約メニュー
 ***************************************/
@media all and (max-width: 999px) {
  #box-reserve.active {
    display: block;
    z-index: 9999;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 50vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
  }
  #box-reserve.active form {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #box-reserve form {
    display: none;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    padding: 1rem 1rem 3rem;
    position: fixed;
    bottom: 0;
    left: 0;
    color: #fafafa;
    width: 50vw;
    max-height: 100%;
  }
  #box-reserve form #calid table {
    margin: 0;
  }
  #box-reserve form input[type="text"],
  #box-reserve form select {
    color: #333;
    padding: 0.1em 0.5em;
    margin-right: .4em;
  }
  #box-reserve form select {
    min-width: 70px;
    padding: 0.1em 30px 0.1em 0.5em;
    position: relative;
    background-color: #fafafa;
    background-image: url("../img/common/bg-select.png");
    background-repeat: no-repeat;
    background-position: right center;
  }
  #box-reserve form select::-ms-expand {
    display: none;
  }
  #box-reserve form > div,
  #box-reserve form .box-reserve-top,
  #box-reserve form .box-reserve-bottom {
    margin-right: auto;
    margin-left: auto;
  }
  #box-reserve form .box-reserve-top {
    margin-bottom: 2rem;
  }
  #box-reserve form .box-reserve-bottom {
    margin-bottom: 2rem;
  }
  #box-reserve form #eden_year {
    width: 70px;
  }
  #box-reserve form #eden_month,
  #box-reserve form #eden_day,
  #box-reserve form #eden_adult,
  #box-reserve form #eden_child {
    width: 50px;
    margin-left: .2em;
  }
  #box-reserve form #btn-reserve {
    display: block;
    background-color: #259174;
    color: #fafafa;
    line-height: 100%;
    text-align: center;
    padding: 0.8em 2em 0.6em;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    border: 1px solid #014c38;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    margin: 0 0 2em;
  }
  #box-reserve form .btn-reserve-li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    margin: 0 auto 2rem;
  }
  #box-reserve form .btn-reserve-li li:first-child {
    margin-bottom: 1em;
  }
  #box-reserve form .btn-reserve-li li a {
    display: block;
    background-color: #887a6a;
    color: #fafafa;
    line-height: 100%;
    text-align: center;
    padding: 0.8em 0.8em 0.6em;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  }
}
@media all and (max-width: 599px) {
  #box-reserve.active {
    width: 85vw;
  }
  #box-reserve form {
    text-align: center;
    width: 85vw;
    font-size: 0.9em;
  }
  #box-reserve form > div {
    width: 100%;
  }
  #box-reserve form #btn-reserve {
    width: 100%;
    padding: 1em 2em;
  }
}
/***************************************
 * トップぺージ
 ***************************************/
@media all and (max-width: 999px) {
  .swiper-container {
    box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.3), rgba(237, 225, 211, 0.8) 0px 0px 20px inset;
  }

  .box-news .box-green3 {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    box-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 0.5em 1em 0.5em 10px;
  }
  .box-news h2 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    padding: 0 1em;
    margin: 0 60px;
    color: #259174;
    white-space: nowrap;
  }
  .box-news h2:before, .box-news h2:after {
    position: absolute;
    width: 48px;
    height: 15px;
    top: 2px;
    content: "";
    background-image: url("../img/front/title-news.png");
    background-repeat: no-repeat;
  }
  .box-news h2:before {
    left: -48px;
  }
  .box-news h2:after {
    right: -48px;
    background-position: right top;
  }
  .box-news ul {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .box-news ul li {
    padding: 0.2em 0.5em;
  }
  .box-news ul li:not(:last-child) {
    border-bottom: 1px dashed #dddddd;
  }

  .banner-front {
    margin-bottom: 30px;
    overflow: hidden;
  }
  .banner-front .swiper-slide {
    width: auto;
  }
  .banner-front .swiper-slide .widFRR {
    margin: 0 !important;
  }
  .banner-front .swiper-slide img {
    max-height: 90px;
  }
  .taishin {
    margin-bottom: 1rem;
    background-image: url("../img/front/taishin.png");
    background-repeat: no-repeat;
    background-position: left top;
  }
  .taishin a {
    display: block;
  }
  .taishin a .left {
    width: 100%;
    min-height: 70px;
    font-weight: bold;
    color: #144c23;
    padding-top: 16px;
    padding-left: 70px;
    margin-bottom: 10px;
  }
  .taishin a .left h3 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 4px;
  }
  .taishin a .left p {
    font-size: 14px;
    margin-bottom: 0;
  }
  .taishin a .right {
    font-weight: bold;
    font-size: 14px;
    font-family: Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
    line-height: 1.5em;
    color: #624c33;
  }
}
@media all and (max-width: 599px) {
  .box-news .box-green3 {
    display: block;
    padding: 0.5em 1em 0.5em 10px;
    text-align: center;
  }
  .box-news h2 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    padding: 0 1em;
    margin: 0.5em auto 1em;
    color: #259174;
  }
  .box-news ul {
    text-align: left;
    margin-bottom: .5em;
  }
}
/***************************************
* ご案内
***************************************/
@media all and (max-width: 999px) {
  .archive-news {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .archive-news li {
    background: url("../img/common/bg-deco-b_01.png") left top/39px 39px no-repeat, url("../img/common/bg-deco-b_02.png") right top/39px 39px no-repeat, url("../img/common/bg-deco-b_03.png") left bottom/39px 39px no-repeat, url("../img/common/bg-deco-b_04.png") right bottom/39px 39px no-repeat;
    background-color: #fafafa;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    padding: 30px;
    margin: 0 0 20px;
    position: relative;
  }
  .archive-news li h2 {
    font-family: Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #624c33;
    padding: 0 0.2em 0.5em;
  }
  .archive-news li p {
    margin: 0;
  }
  .archive-news li .more a {
    display: inline-block;
    background-color: #624c33;
    color: #fafafa;
    padding: 0.2em 1em;
    font-size: 14px;
  }
  .archive-news li .more a:hover {
    background-color: #259174;
  }

  .nav-post ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0 0 30px;
  }
  .nav-post ul li a {
    display: block;
    background-color: #f6f0e9;
    border: 1px solid #dddddd;
    padding: 0.5em 2em;
  }
  .nav-post ul li a:hover {
    background-color: #259174;
    color: #fafafa;
  }
  .nav-post ul li a i {
    margin-right: 1em;
  }
}
/***************************************
* ホテル概要
***************************************/
@media all and (max-width: 999px) {
  .box-about {
    background-color: #fafafa;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    padding: 50px;
    margin-bottom: 1em;
  }
}
@media all and (max-width: 999px) and (min-width: 1000px) {
  .box-about {
    background: url("../img/common/bg-deco-bb_01.png") left top/90px 90px no-repeat, url("../img/common/bg-deco-bb_02.png") right top/90px 90px no-repeat, url("../img/common/bg-deco-bb_03.png") left bottom/90px 90px no-repeat, url("../img/common/bg-deco-bb_04.png") right bottom/90px 90px no-repeat, url("../img/common/bg-reserve.png");
  }
}
@media all and (max-width: 999px) and (max-width: 999px) {
  .box-about {
    background: url("../img/common/bg-deco-bb_01.png") left top/70px 70px no-repeat, url("../img/common/bg-deco-bb_02.png") right top/70px 70px no-repeat, url("../img/common/bg-deco-bb_03.png") left bottom/70px 70px no-repeat, url("../img/common/bg-deco-bb_04.png") right bottom/70px 70px no-repeat, url("../img/common/bg-reserve.png");
  }
}
@media all and (max-width: 999px) and (max-width: 599px) {
  .box-about {
    background: url("../img/common/bg-deco-bb_01.png") left top/45px 45px no-repeat, url("../img/common/bg-deco-bb_02.png") right top/45px 45px no-repeat, url("../img/common/bg-deco-bb_03.png") left bottom/45px 45px no-repeat, url("../img/common/bg-deco-bb_04.png") right bottom/45px 45px no-repeat, url("../img/common/bg-reserve.png");
  }
}
@media all and (max-width: 999px) {
  .box-about .about-text {
    padding: 0;
    font-size: 18px;
  }
  .box-about .about-img {
    text-align: center;
  }
  .box-about .about-img > div {
    background-color: #fafafa;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    display: inline-block;
    padding: 7px;
  }
}
@media all and (max-width: 599px) {
  .box-about {
    padding: 30px 30px 45px;
  }
}
/***************************************
* サービス
***************************************/
@media all and (max-width: 999px) {
  .archive-service {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
  .archive-service .service-list {
    width: 40vw;
    background-color: #fafafa;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    margin: 0 auto 20px 0;
  }
  .archive-service .service-list:hover h2:before {
    background-image: none;
    background-color: rgba(1, 72, 53, 0.5);
  }
  .archive-service .service-excerpt {
    cursor: pointer;
    padding: 15px 15px 40px;
  }
  .archive-service .service-excerpt h2 {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    position: relative;
    padding: 1em;
    margin: 0 auto 1rem;
    line-height: 1.5em;
    font-size: 16px;
    width: 260px;
    max-width: 100%;
    height: 220px;
  }
  .archive-service .service-excerpt h2:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("../img/service/filter.gif");
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 0;
  }
  .archive-service .service-excerpt h2 span {
    display: block;
    color: #fafafa;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    z-index: 1;
  }
  .archive-service .service-excerpt p:last-child {
    margin-bottom: 0;
  }
  .archive-service .service-detail {
    display: none;
    z-index: 9999;
    background-color: #fafafa;
    position: fixed;
    padding: 40px;
    top: 50%;
    left: 50vw;
    width: 90vw;
    min-width: 290px;
    max-height: 70%;
    overflow: auto;
    margin-bottom: 4rem;
  }
  .archive-service .service-detail h3 {
    font-size: 24px;
    line-height: 25px;
    text-align: center;
    font-family: Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
    margin: 0 0 50px;
  }
  .archive-service .service-detail h3 span {
    position: relative;
    padding: 0 10px;
  }
  .archive-service .service-detail h3 span:before, .archive-service .service-detail h3 span:after {
    position: absolute;
    width: 46px;
    height: 25px;
    content: "";
    background-image: url("../img/common/title-reserve.png");
    background-repeat: no-repeat;
    top: 0;
  }
  .archive-service .service-detail h3 span:before {
    left: -46px;
  }
  .archive-service .service-detail h3 span:after {
    right: -46px;
    background-position: right top;
  }
  .archive-service .service-detail .service-detail-img,
  .archive-service .service-detail .service-detail-text {
    margin-bottom: 20px;
  }
  .archive-service .service-detail .service-detail-img {
    float: left;
    margin-right: 20px;
  }
  .archive-service .service-detail .service-detail-text {
    padding-left: 300px;
  }
  .archive-service .service-detail .service-detail-close {
    text-align: center;
    clear: both;
  }
  .archive-service .service-detail .service-detail-close span {
    cursor: pointer;
    background-color: #dddddd;
    padding: 0.5em 2em;
  }
  .archive-service .service-detail .service-detail-close span:hover {
    background-color: #014c38;
    color: #fafafa;
  }

  .service-detail-link {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    clear: both;
    padding: 20px 0;
  }
  .service-detail-link li {
    position: relative;
    margin-bottom: 10px;
  }
  .service-detail-link li a {
    display: block;
    padding: 1em 2em;
    background-color: #259174;
    color: #fafafa;
  }
  .service-detail-link li a:hover {
    background-color: #014c38;
  }
  .service-detail-link li a:after {
    position: absolute;
    content: "\f24d";
    font-family: 'FontAwesome';
    line-height: 1.5em;
    top: 1em;
    right: 1em;
  }
}
@media all and (max-width: 599px) {
  .archive-service .service-list {
    width: 100%;
  }
  .archive-service .service-excerpt {
    padding: 15px;
  }
  .archive-service .service-detail {
    padding: 1em;
  }
  .archive-service .service-detail h3 {
    text-align: left;
  }
  .archive-service .service-detail h3 span {
    padding: 0;
  }
  .archive-service .service-detail h3 span:before, .archive-service .service-detail h3 span:after {
    display: none;
  }
  .archive-service .service-detail .service-detail-img,
  .archive-service .service-detail .service-detail-text {
    margin-bottom: 20px;
  }
  .archive-service .service-detail .service-detail-img {
    display: none;
    text-align: center;
    float: none;
    margin-right: 0;
  }
  .archive-service .service-detail .service-detail-text {
    padding-left: 0;
  }
}
/***************************************
* 客室
***************************************/
@media all and (max-width: 999px) {
  .archive-room {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 30px;
  }
  .archive-room .room-list {
    position: relative;
    min-width: 45%;
    max-width: 49%;
    padding: 15px 10px 25px;
    margin: 0 auto 1em;
    border: 1px solid #dddddd;
    background-color: #fafafa;
  }
  .archive-room .room-list:after {
    position: absolute;
    left: 0;
    bottom: 10px;
    content: "";
    width: 100%;
    height: 7px;
    background-image: url("../img/common/bg-deco-bottom.png");
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .archive-room .room-list h3 {
    position: relative;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
  }
  .archive-room .room-list h3:before, .archive-room .room-list h3:after {
    position: absolute;
    top: 0;
    content: "";
    width: 60px;
    height: 45px;
    background-image: url("../img/common/title-room.png");
    background-repeat: no-repeat;
  }
  .archive-room .room-list h3:before {
    left: 0;
  }
  .archive-room .room-list h3:after {
    right: 0;
    background-position: right center;
  }
  .archive-room .room-list .room-info .room-img {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
  }
  .archive-room .room-list .room-info .room-img:after {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-family: FontAwesome;
    content: "\f055";
    color: #fafafa;
  }
  .archive-room .room-list .room-info .room-img img {
    width: 100%;
    height: auto;
  }
  .archive-room .room-list .room-info dl {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: .5em;
  }
  .archive-room .room-list .room-info dl dt {
    position: relative;
    display: inline-block;
    float: left;
    width: 50%;
    padding-right: 1em;
  }
  .archive-room .room-list .room-info dl dt:after {
    position: absolute;
    content: ":";
    top: 0;
    right: 1em;
  }
  .archive-room .room-list .room-info dl dd {
    width: 50%;
  }
  .archive-room .room-list .room-info p {
    margin-bottom: 0;
    font-size: .9em;
  }

  .baby-bed {
    position: relative;
    border: 1px solid #dddddd;
    background-color: #fafafa;
    min-height: 220px;
    margin: 0 auto 30px;
    padding: 30px 80px;
  }
  .baby-bed:before, .baby-bed:after {
    display: block;
    width: 35px;
    height: 100%;
    content: "";
    top: 0;
    position: absolute;
    background-image: url("../img/common/bg-deco-baby.png");
    background-repeat: no-repeat;
  }
  .baby-bed:before {
    left: 15px;
    background-position: left center;
  }
  .baby-bed:after {
    right: 15px;
    background-position: right center;
  }
  .baby-bed h2 {
    font-size: 24px;
    font-family: Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
    text-align: center;
    font-weight: bold;
  }
  .baby-bed .baby-inner {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
  .baby-bed .baby-inner img {
    margin-right: 40px;
  }

  .box-facility {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
  .box-facility .facility-list {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 300px;
    margin-right: auto;
    padding: 0 30px 0 0;
  }
  .box-facility .facility-list h3 {
    font-size: 1rem;
  }
  .box-facility .facility-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0 0 2em;
  }
  .box-facility .facility-list ul li {
    background-image: url("../img/common/bg-listmark.png");
    background-repeat: no-repeat;
    padding-left: 25px;
  }
  .box-facility .facility-img ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .box-facility .facility-img ul li {
    max-width: 43%;
    margin: 0 15px 15px 0;
  }
  .box-facility .facility-img ul li:nth-child(3n) {
    margin-right: 0;
  }

  .box-option dl {
    padding: 0 30px;
  }
  .box-option dl dt {
    position: relative;
    width: 190px;
    float: left;
    text-align: right;
    margin: 0 0 1em;
    padding: 0 2em 1em 0;
    background-image: url("../img/common/bg-listmark.png");
    background-repeat: no-repeat;
    background-position: right top;
  }
  .box-option dl dd {
    padding: 0 1em 1em 200px;
    margin: 0 0 1em;
    border-bottom: 1px dashed #dddddd;
  }
}
@media all and (max-width: 599px) {
  .archive-room {
    flex-direction: column;
  }
  .archive-room .room-list {
    max-width: 100%;
  }

  .baby-bed {
    padding: 30px 15px 0;
  }
  .baby-bed:before, .baby-bed:after {
    display: none;
  }
  .baby-bed .baby-inner {
    display: block;
    text-align: center;
  }
  .baby-bed .baby-inner img {
    margin-right: 0;
    margin-bottom: 1em;
  }
  .baby-bed .baby-inner p {
    text-align: left;
  }

  .box-facility {
    display: block;
  }
  .box-facility .facility-list {
    max-width: auto;
    margin: 0 auto;
  }
  .box-facility .facility-img ul {
    justify-content: center;
  }
  .box-facility .facility-img ul li {
    max-width: 25%;
  }

  .box-option dl {
    margin: 0;
    padding: 0;
    padding-top: 1em;
  }
  .box-option dl dt {
    position: relative;
    width: 100%;
    float: none;
    text-align: left;
    margin: 0 0 1em;
    padding: 0 1em 0 2em;
    background-image: url("../img/common/bg-listmark.png");
    background-repeat: no-repeat;
    background-position: left top;
  }
  .box-option dl dd {
    padding: 0 1em 1em 0;
    margin: 0 0 1em;
    border-bottom: 1px dashed #dddddd;
  }
}
/***************************************
* レストラン
***************************************/
@media all and (max-width: 999px) {
  .box-restaurant-top {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .box-restaurant-top .bella,
  .box-restaurant-top .chojiya {
    width: 50%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
  .box-restaurant-top .bella h2,
  .box-restaurant-top .chojiya h2 {
    display: block;
    background-color: rgba(250, 250, 250, 0.5);
    width: 100%;
    height: 175px;
    text-align: center;
    padding: 0;
    margin: 50px 0;
  }
  .box-restaurant-top .bella h2 img,
  .box-restaurant-top .chojiya h2 img {
    -webkit-filter: drop-shadow(0 0 3px #fafafa);
    filter: drop-shadow(0 0 3px #fafafa);
  }

  .box-restaurant-info {
    text-align: center;
    margin-bottom: 40px;
  }
  .box-restaurant-info .restaurant-images {
    display: inline-block;
    margin: 0 auto 20px;
    max-width: 600px;
  }
  .box-restaurant-info .restaurant-images #restaurant_img {
    margin-bottom: 15px;
    height: auto;
  }
  .box-restaurant-info .restaurant-images #restaurant-thumbs {
    margin-bottom: 30px;
  }
  .box-restaurant-info .restaurant-images #restaurant-thumbs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .box-restaurant-info .restaurant-images #restaurant-thumbs ul li {
    display: inline-block;
  }
  .box-restaurant-info .restaurant-images #restaurant-thumbs ul li:not(:last-child) {
    margin-right: 9px;
  }
  .box-restaurant-info .restaurant-time {
    background: url("../img/common/bg-deco-g_01.png") left top/39px 39px no-repeat, url("../img/common/bg-deco-g_02.png") right top/39px 39px no-repeat, url("../img/common/bg-deco-g_03.png") left bottom/39px 39px no-repeat, url("../img/common/bg-deco-g_04.png") right bottom/39px 39px no-repeat;
    background-color: #fafafa;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    padding: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .box-restaurant-info .restaurant-time h2 {
    font-size: 16px;
  }
  .box-restaurant-info .restaurant-time h2 i {
    margin-right: .5em;
  }
  .box-restaurant-info .restaurant-time .restaurant-logo {
    text-align: center;
    display: ineline-block;
    min-width: 180px;
    margin-right: 30px;
  }
  .box-restaurant-info .restaurant-time .restaurant-tel {
    font-family: serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .box-restaurant-info .restaurant-time .restaurant-tel i {
    font-size: 36px;
    line-height: 36px;
    margin-right: .5em;
  }
  .box-restaurant-info .restaurant-time dl {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
  }
  .box-restaurant-info .restaurant-time dl dt {
    width: 100px;
    float: left;
  }
  .box-restaurant-info .restaurant-time dl dd {
    padding-left: 110px;
  }

  .restaurant-text {
    text-align: left;
    margin-bottom: 40px;
  }

  .restaurant-menu .restaurant-tab {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 5px solid #259174;
    white-space: nowrap;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .restaurant-menu .restaurant-tab li {
    cursor: pointer;
    background-color: #bfa991;
    color: #fafafa;
    padding: 10px 20px;
    margin-right: 5px;
  }
  .restaurant-menu .restaurant-tab li.active {
    background-color: #259174;
  }
  .restaurant-menu .box-menu {
    display: none;
    background-color: #fafafa;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    padding: 60px 70px;
  }
  .restaurant-menu .box-menu.active {
    display: block;
  }
  .restaurant-menu .box-menu h3 {
    position: relative;
    padding: 0 150px 0 0;
    margin-bottom: 1.5em;
  }
  .restaurant-menu .box-menu h3 .price-group {
    position: absolute;
    top: 0;
    right: 0;
  }
  .restaurant-menu .box-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0 0 3em;
  }
  .restaurant-menu .box-menu ul li {
    position: relative;
    padding: 0.5em 150px 1em 1em;
    margin: 0 0 1em;
    border-bottom: 1px dotted #dddddd;
    font-weight: bold;
  }
  .restaurant-menu .box-menu ul li .price-menu {
    font-weight: normal;
    position: absolute;
    top: 0;
    right: 1em;
  }
  .restaurant-menu .box-menu ul li p {
    font-weight: normal;
    padding-top: 1em;
    margin-bottom: 0;
  }
  .restaurant-menu .box-menu .menu-images {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    margin: 0 0 2em;
  }
  .restaurant-menu .box-menu .menu-images figure {
    min-width: 31%;
    max-width: 47%;
    margin-bottom: 1em;
    border: 1px solid #dddddd;
  }
  .restaurant-menu .box-menu .menu-images figure img {
    max-width: 100%;
    height: auto;
  }
  .restaurant-menu .box-menu .menu-images figure figcaption {
    padding: 1em;
    font-size: .85em;
  }
}
@media all and (max-width: 599px) {
  .box-restaurant-top {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .box-restaurant-top .bella,
  .box-restaurant-top .chojiya {
    width: 100%;
    height: auto;
  }
  .box-restaurant-top .bella h2,
  .box-restaurant-top .chojiya h2 {
    margin: 0;
    padding: 0;
    margin: 50px 0;
  }

  .box-restaurant-info .restaurant-images #restaurant_img {
    margin-bottom: 7px;
  }
  .box-restaurant-info .restaurant-images #restaurant-thumbs ul li:not(:last-child) {
    margin-right: 5px;
  }
  .box-restaurant-info .restaurant-time {
    padding: 30px 15px;
    display: block;
  }
  .box-restaurant-info .restaurant-time .restaurant-logo {
    margin-right: 0;
  }
  .box-restaurant-info .restaurant-time .restaurant-tel {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .box-restaurant-info .restaurant-time .restaurant-tel i {
    font-size: 30px;
    line-height: 30px;
    margin-right: .2em;
  }

  .restaurant-menu .restaurant-tab {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    @icnlude justify-content( center );
  }
  .restaurant-menu .restaurant-tab li {
    margin: 0 auto 5px;
    min-width: 45%;
    max-width: 49%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .restaurant-menu .box-menu {
    display: none;
    background-color: #fafafa;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    padding: 30px 15px;
  }
  .restaurant-menu .box-menu.active {
    display: block;
  }
  .restaurant-menu .box-menu h3 {
    padding: 0;
    margin-bottom: 1em;
  }
  .restaurant-menu .box-menu h3 .price-group {
    position: inherit;
    display: block;
    width: 100%;
    padding-top: .5em;
  }
  .restaurant-menu .box-menu ul {
    margin: 0 0 1em;
  }
  .restaurant-menu .box-menu ul li {
    padding: 0 0 0.5em;
    margin: 0 0 1em;
    border-bottom: 1px dotted #dddddd;
    font-weight: bold;
  }
  .restaurant-menu .box-menu ul li .price-menu {
    position: inherit;
    display: block;
    width: 100%;
    padding: .5em 0 0 1em;
    font-size: .85em;
  }
  .restaurant-menu .box-menu ul li p {
    font-size: .85em;
    padding-top: .5em;
    margin-bottom: 0;
  }
  .restaurant-menu .box-menu .menu-images figure {
    min-width: 49%;
    max-width: 100%;
  }
  .restaurant-menu .box-menu .menu-images figure figcaption {
    padding: 0.5em 1em;
    font-size: .8em;
  }
}
/***************************************
* アクセス
***************************************/
@media all and (max-width: 999px) {
  .box-access .map-img {
    margin-bottom: 50px;
  }
  .box-access .map-img p {
    text-align: center;
  }
  .box-access .map-img .btn-gmap {
    padding-top: 1em;
    text-align: center;
  }
  .box-access .map-img .btn-gmap .btn-brown {
    display: inline-block;
    line-height: 24px;
    padding: 1em 3em 0.8em;
  }
  .box-access .map-img .btn-gmap .btn-brown i {
    font-size: 24px;
    margin-right: 15px;
    line-height: 24px;
  }
  .box-access .map-text h2 {
    font-size: 18px;
    border-bottom: 1px dashed #014835;
    padding: 0 0 1em 0.5em;
  }
  .box-access .map-text h2 i {
    font-size: 24px;
    margin-right: .5em;
    color: #014c38;
  }
  .box-access .map-text h2 i.fa-plane {
    font-size: 30px;
  }
  .box-access .map-text .btn-area {
    text-align: center;
  }
  .box-access .map-text .btn-area .btn-green {
    display: inline-block;
    min-width: 300px;
  }

  .map-oike {
    text-align: center;
  }
  .map-oike img {
    border: 1px solid #dddddd;
  }

  .box-route .route-column {
    padding: 1em 0 0;
  }
  .box-route .route-column > div {
    margin-bottom: 40px;
  }
  .box-route h3 {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #624c33;
    padding: 0.5em 0.2em 0.2em;
    margin: 0 0 0.5em;
    line-height: 1.5em;
  }
  .box-route h3 i {
    font-size: 24px;
    margin-right: .5em;
    color: #014c38;
  }
  .box-route h4 {
    font-size: 18px;
  }
  .box-route p.time {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-bottom: 1px dashed #624c33;
    padding: 0 2em 0.5em 0;
    margin: 0 0 1em;
  }
  .box-route p.time i {
    line-height: 1.5em;
    margin-right: .5em;
    color: #014c38;
  }
  .box-route p.time span {
    display: inline-block;
    width: 100%;
  }
  .box-route p.time span:not(:last-child) {
    margin-right: 2em;
  }
  .box-route .list-route {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 0 1em;
  }
  .box-route .list-route .station,
  .box-route .list-route .hotel {
    color: #259174;
  }
  .box-route .list-route .station i,
  .box-route .list-route .hotel i {
    margin-right: 1em;
  }
  .box-route .list-route .route {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    background-image: url("../img/access/arrow.png");
    background-repeat: no-repeat;
    background-position: 1em .8em;
    padding: 0.5em 0 0.5em 110px;
  }
  .box-route .list-route .route i {
    line-height: 1.5em;
    margin-right: 1em;
    color: #014c38;
  }

  .box-park .box-green3 {
    padding: 2em;
  }
  .box-park p {
    padding: 0 1em;
  }
  .box-park h3 {
    font-size: 16px;
    padding: 1em;
    margin: 0 0 1em;
    border-bottom: 1px dashed #624c33;
  }
  .box-park dl {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }
  .box-park dl dt,
  .box-park dl dd {
    padding: 0.5em 1em;
  }
  .box-park dl dt {
    width: 20%;
    padding-right: 1em;
  }
  .box-park dl dd {
    width: 75%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .box-park dl dd:before {
    position: relative;
    content: ":";
    left: -1em;
  }
}
@media all and (max-width: 599px) {
  .box-access .map-img .btn-gmap .btn-brown {
    width: 100%;
  }
  .box-access .map-text .btn-area .btn-green {
    min-width: auto;
    width: 100%;
    padding: 0.5em 1em;
  }

  .box-route h4 {
    line-height: 1.5em;
  }
  .box-route p.time {
    display: inline-block;
  }
  .box-route .list-route {
    padding: 0;
  }
  .box-route .list-route .route {
    background-position: 0 1em;
    padding: 0.5em 0 0.5em 55px;
  }

  .box-park .box-green3 {
    padding: 2em 1em;
  }
  .box-park p {
    padding: 0;
  }
  .box-park dl {
    display: block;
  }
  .box-park dl dt {
    width: 100%;
    padding: 1em 0 0;
    font-weight: bold;
  }
  .box-park dl dd {
    width: 100%;
    padding: 1em 0 0;
  }
  .box-park dl dd:before {
    position: relative;
    content: "";
    left: -1em;
  }
}
/***************************************
* 観光情報
***************************************/
@media all and (max-width: 999px) {
  .archive-sightseeing .list-sightseeing {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 2em;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .archive-sightseeing .list-sightseeing li {
    background-color: #fafafa;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    margin: 0 0 2vw;
    max-width: 49%;
  }
  .archive-sightseeing .list-sightseeing li > a {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
  }
  .archive-sightseeing .list-sightseeing li img {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    margin-right: 1em;
  }
  .archive-sightseeing .list-sightseeing li div h3 {
    font-size: 18px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: .5em;
    margin-bottom: .5em;
  }
  .archive-sightseeing .list-sightseeing li div p {
    margin: 0;
  }

  #wrapper-kyotomap {
    width: 580px;
    margin: 0 auto 30px;
  }
  #wrapper-kyotomap div {
    background-repeat: no-repeat;
    background-size: cover;
  }
  #wrapper-kyotomap a {
    background-color: rgba(0, 0, 0, 0.3);
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  #wrapper-kyotomap a:hover {
    background-color: transparent;
  }
  #wrapper-kyotomap a:hover span {
    color: #333;
    text-shadow: 0 0 3px #fafafa;
  }
  #wrapper-kyotomap a span {
    color: #fafafa;
    font-size: 30px;
    font-family: Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
    font-weight: bold;
    text-shadow: 0 0 3px #333;
  }
  #wrapper-kyotomap #kyoto-north {
    background-image: url(../img/sight-seeing/north.jpg);
  }
  #wrapper-kyotomap #kyoto-north a {
    width: 580px;
    height: 466px;
  }
  #wrapper-kyotomap #kyoto-center {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #wrapper-kyotomap #kyoto-west {
    background-image: url(../img/sight-seeing/west.jpg);
  }
  #wrapper-kyotomap #kyoto-west a {
    width: 310px;
    height: 161px;
  }
  #wrapper-kyotomap #kyoto-east {
    background-image: url(../img/sight-seeing/east.jpg);
  }
  #wrapper-kyotomap #kyoto-east a {
    width: 270px;
    height: 161px;
  }
  #wrapper-kyotomap #kyoto-south {
    background-image: url(../img/sight-seeing/south.jpg);
  }
  #wrapper-kyotomap #kyoto-south a {
    width: 580px;
    height: 194px;
  }

  .archive-sights {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .archive-sights li {
    background-color: #fafafa;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    max-width: 49%;
    margin: 0 0 2vw;
    text-align: center;
  }
  .archive-sights li a {
    display: block;
    padding: 10px 10px 20px;
  }
  .archive-sights li img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .archive-sights li div {
    text-align: left;
  }
  .archive-sights li h3 {
    font-size: 18px;
    padding-top: 10px;
  }
  .archive-sights li p {
    margin: 0;
  }
}
@media all and (max-width: 599px) {
  .archive-sightseeing .list-sightseeing li {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 100%;
  }
  .archive-sightseeing .list-sightseeing li img {
    width: 70px;
    height: 70px;
  }
  .archive-sightseeing .list-sightseeing li div {
    width: 100%;
  }
  .archive-sightseeing .list-sightseeing li div p {
    font-size: .85em;
  }

  #wrapper-kyotomap {
    width: 285px;
  }
  #wrapper-kyotomap a span {
    font-size: 20px;
  }
  #wrapper-kyotomap #kyoto-north a {
    width: 285px;
    height: 229px;
  }
  #wrapper-kyotomap #kyoto-west a {
    width: 152px;
    height: 79px;
  }
  #wrapper-kyotomap #kyoto-east a {
    width: 133px;
    height: 79px;
  }
  #wrapper-kyotomap #kyoto-south a {
    width: 285px;
    height: 95px;
  }

  .archive-sights li {
    max-width: 100%;
    margin: 0 0 15px;
  }
}
/***************************************
* お問合せ
***************************************/
@media all and (max-width: 999px) {
  .wpcf7-form {
    display: block;
    margin: 0 auto 30px;
  }
  .wpcf7-form input[type="text"],
  .wpcf7-form input[type="password"],
  .wpcf7-form input[type="email"],
  .wpcf7-form textarea {
    width: 100%;
  }
  .wpcf7-form .wpcf7-submit {
    color: #fafafa;
    border: 0px solid #014c38;
    background-color: #259174;
    padding: 0.5em 3em;
    border-radius: 5px;
  }
  .wpcf7-form .wpcf7-submit:disabled {
    background-color: #dddddd;
  }
}
/***************************************
* よくあるご質問
***************************************/
@media all and (max-width: 999px) {
  .faq {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 2em;
  }
  .faq dl {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .faq dl dt,
  .faq dl dd {
    background-repeat: no-repeat;
    background-position: 1em 1em;
    padding: 1.5em 1em 1em 60px;
  }
  .faq dl dt {
    position: relative;
    background-image: url("../img/faq/q.png");
    border-bottom: 1px dashed #bbb9b5;
    padding-right: 90px;
  }
  .faq dl dt:after {
    -webkit-transition: all 300ms 0s ease;
    -moz-transition: all 300ms 0s ease;
    transition: all 300ms 0s ease;
    position: absolute;
    font-family: FontAwesome;
    content: "\f107";
    font-size: 40px;
    top: 15px;
    right: 1em;
  }
  .faq dl dd {
    display: none;
    height: 0;
    padding-bottom: 1.5em;
    background-image: url("../img/faq/a.png");
  }
  .faq .active {
    background-color: #fafafa;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    margin-bottom: 1em;
  }
  .faq .active dl dt:after {
    transform: rotate(180deg);
  }
  .faq .active dl dd {
    display: block;
    height: auto;
  }
}
/***************************************
* サイトマップ
***************************************/
@media all and (max-width: 999px) {
  #sitemap_list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 2em 2em 3em;
  }
  #sitemap_list li {
    list-style-type: square;
    width: 50%;
  }
  #sitemap_list li.home-item {
    width: 100%;
  }
  #sitemap_list li .children {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: .5em;
    padding-left: 2em;
  }
  #sitemap_list li .children li {
    width: 100%;
  }
}
@media all and (max-width: 599px) {
  #sitemap_list {
    display: block;
  }
  #sitemap_list li {
    width: 100%;
  }
}
/***************************************
 * フッター
 ***************************************/
@media all and (max-width: 999px) {
  #wrapper-footer {
    color: #fafafa;
    position: relative;
    background-image: -webkit-linear-gradient( top , #014c38, rgba(1, 76, 56, 0)), url("../img/common/bg-green.png");
    background-image: linear-gradient(to bottom, #014c38, rgba(1, 76, 56, 0)), url("../img/common/bg-green.png");
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.75);
  }
  #wrapper-footer:before, #wrapper-footer:after {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    background-color: #887a6a;
    z-index: 0;
  }
  #wrapper-footer:before {
    top: 3px;
  }
  #wrapper-footer:after {
    top: 5px;
  }

  #footer {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }

  #nav-footer {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    width: 100%;
    margin: 0 auto;
    padding: 35px 30px 50px;
  }
  #nav-footer #logo-footer {
    margin: 0;
    padding: 0;
  }
  #nav-footer #logo-footer a {
    display: block;
    width: 205px;
    height: 0;
    padding-top: 40px;
    overflow: hidden;
    background-image: url("../img/common/logo-footer.png");
    background-image: url("../img/common/logo-footer.png");
    background-repeat: no-repeat;
    -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.75));
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.75));
  }
  #nav-footer #address {
    position: absolute;
    bottom: 10px;
    left: 30px;
    margin: 0;
    color: #dddddd;
  }
  #nav-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 450px;
    padding-left: 30px;
    font-size: .9em;
  }
  #nav-footer ul li {
    display: inline-block;
    padding: 0 0.5em;
    margin: 0 0 0.5em;
  }
  #nav-footer ul li:not(:last-child) {
    border-right: 1px solid #fafafa;
  }
  #nav-footer ul li a {
    color: #fafafa;
  }

  #copyright {
    display: none;
  }
}
@media all and (max-width: 599px) {
  #nav-footer {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 35px 0 30px;
  }
  #nav-footer #logo-footer {
    margin: 0 0 1.5rem;
  }
  #nav-footer #address {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 0 1em;
    padding: 0 30px;
  }
  #nav-footer ul {
    padding: 0 1rem;
  }
}
/***************************************
 * 全体レイアウト
 ***************************************/
@media all and (min-width: 1000px) {
  body {
    background-image: url("../img/common/bg-body.png");
    background-image: url("../img/common/bg-body.png");
    color: #624c33;
  }

  #wrapper-container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    min-width: 320px;
    min-height: 100vh;
  }

  #wrapper-contents {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 1010px;
    margin: 0 auto;
    background-image: url("../img/common/bg-content.png");
    background-image: url("../img/common/bg-content.png");
    box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.3), rgba(237, 225, 211, 0.8) 0px 0px 20px inset;
  }

  .outer-content {
    width: 100%;
  }
  .outer-content::after {
    clear: both;
    content: "";
    display: table;
  }

  .inner-content {
    padding: 30px 30px 0;
  }

  .wrapper-columns::after {
    clear: both;
    content: "";
    display: table;
  }

  .left-content {
    float: left;
    width: 625px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  .right-sidebar {
    float: right;
    width: 275px;
  }

  .right-content {
    width: 625px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  .left-sidebar {
    width: 275px;
    margin-right: 50px;
  }

  /***************************************
   * サイドバーリンク
   ***************************************/
  .sidebar-link {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .sidebar-link li {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    margin-bottom: 10px;
  }
  .sidebar-link li a {
    display: block;
    background-image: url("../img/common/bg-sidelink.png");
    background-repeat: no-repeat;
    background-position: 1em 1.5em;
    background-color: #259174;
    color: #fafafa;
    padding: 1em 1em 1em 60px;
  }
  .sidebar-link li a:hover {
    background-color: #014c38;
  }

  /***************************************
   * モーダル背景
   ***************************************/
  #bg-modal {
    display: none;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }

  /***************************************
   * wysiwyg 部分のスタイル
   ***************************************/
  .article::after {
    clear: both;
    content: "";
    display: table;
  }
  .article p,
  .article ul,
  .article ol {
    padding: 0 35px;
  }
  .article li {
    margin-bottom: .5em;
  }
  .article ul,
  .article ol {
    padding: 0 35px 0 55px;
    margin-bottom: 1.5em;
  }
  .article table {
    margin: 0 35px 1.5em;
  }

  .title-page,
  .article h2,
  .left-content h2,
  .article h3,
  .left-content h3 {
    font-family: Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
    font-weight: bold;
    font-size: 1.8rem;
  }

  .article h2,
  .left-content h2,
  .article h3,
  .left-content h3 {
    padding: 20px 0 0.5em;
    margin: 0 0 1.5em;
    border-bottom: 1px solid #624c33;
    line-height: 40px;
  }

  .title-page {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    text-align: center;
    padding: 30px 105px;
    line-height: 30px;
    background-image: url("../img/common/title-h1_l.png"), url("../img/common/title-h1_r.png");
    background-position: left 30px, right 30px;
    background-repeat: no-repeat;
  }
  .title-page h1 {
    margin: 0;
  }
  .title-page hr {
    display: block;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .title-page span {
    position: relative;
    display: block;
    padding: 0 15px;
    min-width: 350px;
  }

  .left-content .title-page span {
    min-width: 200px;
  }

  .article h2,
  .left-content h2 {
    padding-left: 60px;
    background-image: url("../img/common/title-h2.png");
    background-repeat: no-repeat;
    background-position: left 28px;
  }

  /***************************************
   * ボタン
   ***************************************/
  .btn-green {
    background-color: #259174;
    color: #fafafa;
    padding: 0.5em 3em;
  }
  .btn-green:hover {
    background-color: #014c38;
    color: #fafafa;
  }

  .btn-brown {
    background-color: #624c33;
    color: #fafafa;
    padding: 1em 2em;
  }
  .btn-brown:hover {
    background-color: #887a6a;
    color: #fafafa;
  }

  /***************************************
   * サイドバータイトル
   ***************************************/
  .title-sidebar {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 25px;
    margin: 30px 46px 20px;
    padding: 0 15px;
    width: 183px;
    text-align: center;
    font-family: Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
    font-weight: bold;
    font-size: 18px;
  }
  .title-sidebar:before, .title-sidebar:after {
    position: absolute;
    width: 46px;
    height: 25px;
    content: "";
    background-image: url("../img/common/title-reserve.png");
    background-repeat: no-repeat;
    top: 0;
  }
  .title-sidebar:before {
    left: -46px;
  }
  .title-sidebar:after {
    right: -46px;
    background-position: right top;
  }

  /***************************************
   * 緑枠
   ***************************************/
  .box-green {
    background: linear-gradient(135deg, transparent 7px, #259174 0) top left, linear-gradient(225deg, transparent 7px, #259174 0) top right, linear-gradient(315deg, transparent 7px, #259174 0) bottom right, linear-gradient(45deg, transparent 7px, #259174 0) bottom left;
    background-size: 51% 51%;
    background-repeat: no-repeat;
    padding: 3px;
    margin: 0 auto 30px;
  }
  .box-green div {
    width: 100%;
    height: 100%;
  }
  .box-green .box-green1 {
    background: linear-gradient(135deg, transparent 6px, #fafafa 0) top left, linear-gradient(225deg, transparent 6px, #fafafa 0) top right, linear-gradient(315deg, transparent 6px, #fafafa 0) bottom right, linear-gradient(45deg, transparent 6px, #fafafa 0) bottom left;
    background-size: 51% 51%;
    background-repeat: no-repeat;
    padding: 4px;
  }
  .box-green .box-green2 {
    background: linear-gradient(135deg, transparent 5px, #259174 0) top left, linear-gradient(225deg, transparent 5px, #259174 0) top right, linear-gradient(315deg, transparent 5px, #259174 0) bottom right, linear-gradient(45deg, transparent 5px, #259174 0) bottom left;
    background-size: 51% 51%;
    background-repeat: no-repeat;
    padding: 1px;
  }
  .box-green .box-green3 {
    background: linear-gradient(135deg, transparent 5px, #fafafa 0) top left, linear-gradient(225deg, transparent 5px, #fafafa 0) top right, linear-gradient(315deg, transparent 5px, #fafafa 0) bottom right, linear-gradient(45deg, transparent 5px, #fafafa 0) bottom left;
    background-size: 51% 51%;
    background-repeat: no-repeat;
    box-shadow: 0 0 20px rgba(237, 225, 211, 0.8);
    padding: 1em;
  }

  /***************************************
  * 共通（宿泊予約）
  ***************************************/
  #box-reserve {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    clear: both;
    width: 1026px;
    left: -38px;
    position: relative;
    background-image: url("../img/common/bg-reserve.png");
    background-image: url("../img/common/bg-reserve.png");
    padding: 20px 38px 20px 0;
    margin: 30px 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  }
  #box-reserve:before, #box-reserve:after {
    position: absolute;
    bottom: -8px;
    width: 0;
    height: 0;
    content: "";
    border-top: 4px solid #624c33;
  }
  #box-reserve:before {
    left: 0;
    border-right: 4px solid #624c33;
    border-bottom: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  #box-reserve:after {
    right: 0;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #624c33;
  }
  #box-reserve form {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    word-wrap: normal;
    white-space: nowrap;
  }
  #box-reserve form #calid table {
    margin: 0;
  }
  #box-reserve form input[type="text"],
  #box-reserve form select {
    padding: 0.1em 0.5em;
    margin-right: .4em;
  }
  #box-reserve form select {
    min-width: 70px;
    padding: 0.1em 30px 0.1em 0.5em;
    position: relative;
    background-image: url("../img/common/bg-select.png");
    background-repeat: no-repeat;
    background-position: right center;
  }
  #box-reserve form select::-ms-expand {
    display: none;
  }
  #box-reserve form .box-reserve-top {
    margin-bottom: 1em;
  }
  #box-reserve form #eden_year {
    width: 70px;
  }
  #box-reserve form #eden_month,
  #box-reserve form #eden_day,
  #box-reserve form #eden_adult,
  #box-reserve form #eden_child {
    width: 50px;
    margin-left: .2em;
  }
  #box-reserve h2 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 25px;
    margin: 0 75px;
    padding: 0 15px;
  }
  #box-reserve h2:before, #box-reserve h2:after {
    position: absolute;
    width: 46px;
    height: 25px;
    content: "";
    background-image: url("../img/common/title-reserve.png");
    background-repeat: no-repeat;
    top: 0;
  }
  #box-reserve h2:before {
    left: -46px;
  }
  #box-reserve h2:after {
    right: -46px;
    background-position: right top;
  }
  #box-reserve #btn-reserve {
    display: block;
    background-color: #259174;
    color: #fafafa;
    line-height: 100%;
    text-align: center;
    padding: 0.8em 2em 0.6em;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    border: 1px solid #014c38;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    transition: background-color .3s ease-in;
  }
  #box-reserve #btn-reserve:hover {
    background-color: #014c38;
  }
  #box-reserve .btn-reserve-li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #box-reserve .btn-reserve-li li:first-child {
    margin-bottom: 1em;
  }
  #box-reserve .btn-reserve-li li a {
    display: block;
    background-color: #887a6a;
    color: #fafafa;
    line-height: 100%;
    text-align: center;
    padding: 0.8em 0.8em 0.6em;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    transition: background-color .3s ease-in;
  }
  #box-reserve .btn-reserve-li li a:hover {
    background-color: #624c33;
  }

  /***************************************
  * 共通（サイト内リンクバナー）
  ***************************************/
  .banner-page {
    margin: 0 0 30px;
  }
  .banner-page ul {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .banner-page ul li {
    display: block;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 308px;
    width: 308px;
    min-height: 120px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .banner-page ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 30px 40px 30px 150px;
    position: relative;
    width: 100%;
    height: 100%;
    background: url("../img/common/bg-deco-g_01.png") left top/39px 39px no-repeat, url("../img/common/bg-deco-g_02.png") right top/39px 39px no-repeat, url("../img/common/bg-deco-g_03.png") left bottom/39px 39px no-repeat, url("../img/common/bg-deco-g_04.png") right bottom/39px 39px no-repeat;
    background-color: #fafafa;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    font-family: Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
    font-weight: bold;
    color: #014835;
    transition: background-color .4s ease-in;
  }
  .banner-page ul li a:hover {
    background-color: #f4faf8;
  }
  .banner-page ul li a:before {
    display: block;
    position: absolute;
    top: 20px;
    left: 50px;
    width: 80px;
    height: 80px;
    content: "";
  }
  .banner-page ul li a.bnr-sightseeing:before {
    background: url("../img/common/bg-banner-ico.png") left top no-repeat;
  }
  .banner-page ul li a.bnr-service:before {
    background: url("../img/common/bg-banner-ico.png") left -80px no-repeat;
  }
  .banner-page ul li a.bnr-faq:before {
    background: url("../img/common/bg-banner-ico.png") left -160px no-repeat;
  }
}
@media all and (min-width: 1000px) {
  /***************************************
   * ヘッダー
   ***************************************/
  #wrapper-header {
    color: #ede1d3;
    height: 100px;
    position: relative;
    background-image: -webkit-linear-gradient( top , #014c38, rgba(1, 76, 56, 0)), url("../img/common/bg-green.png");
    background-image: linear-gradient(to bottom, #014c38, rgba(1, 76, 56, 0)), url("../img/common/bg-green.png");
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.75);
  }
  #wrapper-header a {
    color: #ede1d3;
  }
  #wrapper-header:before, #wrapper-header:after {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    background-color: #887a6a;
    z-index: 0;
  }
  #wrapper-header:before {
    bottom: 43px;
  }
  #wrapper-header:after {
    bottom: 45px;
  }
  #wrapper-header #hamburger {
    display: none;
  }

  #header {
    width: 1010px;
    margin: 0 auto;
    height: 100px;
    position: relative;
    font-family: Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  }
  #header #logo {
    display: block;
    position: absolute;
    top: 0;
    left: 30px;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    line-height: 150%;
    z-index: 999;
  }
  #header #logo a {
    display: block;
    width: 230px;
    height: 0px;
    padding-top: 125px;
    overflow: hidden;
    background-image: url("../img/common/logo.png");
    background-image: url("../img/common/logo.png");
    background-repeat: no-repeat;
    -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.75));
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.75));
  }
  #header #search,
  #header #tel,
  #header #lang {
    position: absolute;
    top: 16px;
    line-height: 24px;
  }
  #header #search::after,
  #header #tel::after,
  #header #lang::after {
    clear: both;
    content: "";
    display: table;
  }
  #header #search i,
  #header #tel i,
  #header #lang i {
    margin-right: .5em;
    font-size: 24px;
    float: left;
  }
  #header #search {
    right: 350px;
    color: #fafafa;
  }
  #header #search input {
    width: 100px;
    padding: 0 0.5em;
    color: #624c33;
    font-size: 16px;
  }
  #header #tel {
    right: 170px;
    font-size: 20px;
  }
  #header #tel a {
    color: #fafafa;
    font-size: 20px;
  }
  #header #tel a i {
    font-size: 24px;
  }
  #header #lang {
    right: 30px;
  }
  #header #lang select {
    color: #624c33;
    min-width: 70px;
    padding: 1px 30px 1px 0.5em;
    position: relative;
    background-color: #fafafa;
    background-image: url("../img/common/bg-select-lg.png");
    background-repeat: no-repeat;
    background-position: right center;
  }
  #header #lang select::-ms-expand {
    display: none;
  }
  #header nav {
    height: 42px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #header nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    box-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute;
    width: 720px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #header nav ul li {
    height: 42px;
    line-height: 42px;
  }
  #header nav ul li a {
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
    position: relative;
    padding: 0.5em 0.5em 0.3em;
  }
  #header nav ul li a:before, #header nav ul li a:after {
    -webkit-transition: all 300ms 0s ease;
    -moz-transition: all 300ms 0s ease;
    transition: all 300ms 0s ease;
    position: absolute;
    bottom: 0;
    content: "";
    width: 0;
    height: 1px;
    display: block;
    background-color: #dddddd;
  }
  #header nav ul li a:before {
    left: 50%;
  }
  #header nav ul li a:after {
    right: 50%;
  }
  #header nav ul li a:hover:before, #header nav ul li a:hover:after {
    width: 50%;
  }
}
@media all and (min-width: 1000px) {
  /***************************************
   * トップぺージ
   ***************************************/
  .swiper-container {
    box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.3), rgba(237, 225, 211, 0.8) 0px 0px 20px inset;
  }

  .box-news .box-green3 {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 0.5em 1em 0.5em 10px;
  }
  .box-news h2 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    padding: 0 1em;
    margin: 0 90px 0 80px;
    color: #259174;
  }
  .box-news h2:before, .box-news h2:after {
    position: absolute;
    width: 48px;
    height: 15px;
    top: 2px;
    content: "";
    background-image: url("../img/front/title-news.png");
    background-repeat: no-repeat;
  }
  .box-news h2:before {
    left: -48px;
  }
  .box-news h2:after {
    right: -48px;
    background-position: right top;
  }
  .box-news ul {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .box-news ul li {
    padding: 0.2em 0.5em;
  }
  .box-news ul li:not(:last-child) {
    border-bottom: 1px dashed #dddddd;
  }

  .banner-front {
    margin-bottom: 30px;
    overflow: hidden;
  }
  .banner-front .swiper-slide {
    width: auto;
  }
  .banner-front .swiper-slide .widFRR {
    margin: 0 !important;
  }
  .banner-front .swiper-slide img {
    max-height: 90px;
  }
  .taishin {
    margin-bottom: 30px;
    background-image: url("../img/front/taishin.png");
    background-repeat: no-repeat;
    background-position: left center;
  }
  .taishin a {
    display: flex;
    align-items: center;
    min-height: 70px;
  }
  .taishin a .left {
    width: 350px;
    flex: 1 0 auto;
    font-weight: bold;
    color: #144c23;
    padding-left: 70px;
  }
  .taishin a .left h3 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 4px;
  }
  .taishin a .left p {
    font-size: 14px;
    margin-bottom: 0;
  }
  .taishin a .right {
    font-weight: bold;
    font-size: 14px;
    font-family: Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
    line-height: 1.5em;
    color: #624c33;
  }
  /***************************************
   * ご案内
   ***************************************/
  .archive-news {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .archive-news li {
    background: url("../img/common/bg-deco-b_01.png") left top/39px 39px no-repeat, url("../img/common/bg-deco-b_02.png") right top/39px 39px no-repeat, url("../img/common/bg-deco-b_03.png") left bottom/39px 39px no-repeat, url("../img/common/bg-deco-b_04.png") right bottom/39px 39px no-repeat;
    background-color: #fafafa;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    padding: 30px;
    margin: 0 0 20px;
    position: relative;
  }
  .archive-news li h2 {
    font-family: Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #624c33;
    padding: 0 10rem 0.5em 0.2em;
  }
  .archive-news li p {
    margin: 0;
  }
  .archive-news li .more {
    position: absolute;
    top: 30px;
    right: 50px;
  }
  .archive-news li .more a {
    display: inline-block;
    background-color: #624c33;
    color: #fafafa;
    padding: 0.2em 1em;
    font-size: 14px;
  }
  .archive-news li .more a:hover {
    background-color: #259174;
  }

  .nav-post ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0 0 30px;
  }
  .nav-post ul li a {
    display: block;
    background-color: #f6f0e9;
    border: 1px solid #dddddd;
    padding: 0.5em 2em;
  }
  .nav-post ul li a:hover {
    background-color: #259174;
    color: #fafafa;
  }
  .nav-post ul li a i {
    margin-right: 1em;
  }

  /***************************************
   * ホテル概要
   ***************************************/
  .box-about {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    background-color: #fafafa;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    padding: 50px;
    margin-bottom: 1em;
  }
}
@media all and (min-width: 1000px) and (min-width: 1000px) {
  .box-about {
    background: url("../img/common/bg-deco-bb_01.png") left top/90px 90px no-repeat, url("../img/common/bg-deco-bb_02.png") right top/90px 90px no-repeat, url("../img/common/bg-deco-bb_03.png") left bottom/90px 90px no-repeat, url("../img/common/bg-deco-bb_04.png") right bottom/90px 90px no-repeat, url("../img/common/bg-reserve.png");
  }
}
@media all and (min-width: 1000px) and (max-width: 999px) {
  .box-about {
    background: url("../img/common/bg-deco-bb_01.png") left top/70px 70px no-repeat, url("../img/common/bg-deco-bb_02.png") right top/70px 70px no-repeat, url("../img/common/bg-deco-bb_03.png") left bottom/70px 70px no-repeat, url("../img/common/bg-deco-bb_04.png") right bottom/70px 70px no-repeat, url("../img/common/bg-reserve.png");
  }
}
@media all and (min-width: 1000px) and (max-width: 599px) {
  .box-about {
    background: url("../img/common/bg-deco-bb_01.png") left top/45px 45px no-repeat, url("../img/common/bg-deco-bb_02.png") right top/45px 45px no-repeat, url("../img/common/bg-deco-bb_03.png") left bottom/45px 45px no-repeat, url("../img/common/bg-deco-bb_04.png") right bottom/45px 45px no-repeat, url("../img/common/bg-reserve.png");
  }
}
@media all and (min-width: 1000px) {
  .box-about .about-text {
    padding: 30px 40px 0 0;
    font-size: 18px;
  }
  .box-about .about-img {
    min-width: 300px;
  }
  .box-about .about-img > div {
    background-color: #fafafa;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    display: inline-block;
    padding: 7px;
  }

  /***************************************
   * サービス
   ***************************************/
  .archive-service {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 0 15px;
  }
  .archive-service .service-list {
    width: 33%;
    max-width: 290px;
    background-color: #fafafa;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    margin: 0 20px 20px 0;
  }
  .archive-service .service-list:hover h2:before {
    background-image: none;
    background-color: rgba(1, 72, 53, 0.5);
  }
  .archive-service .service-excerpt {
    cursor: pointer;
    padding: 15px 15px 40px;
  }
  .archive-service .service-excerpt h2 {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    position: relative;
    padding: 1em;
    line-height: 1.5em;
    font-size: 16px;
    width: 260px;
    height: 220px;
  }
  .archive-service .service-excerpt h2:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("../img/service/filter.gif");
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 0;
  }
  .archive-service .service-excerpt h2 span {
    display: block;
    color: #fafafa;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    z-index: 1;
  }
  .archive-service .service-excerpt p:last-child {
    margin-bottom: 0;
  }
  .archive-service .service-detail {
    display: none;
    z-index: 99999;
    background-color: #fafafa;
    position: fixed;
    padding: 40px;
    top: 50%;
    left: 50%;
    width: 700px;
    max-width: 100%;
    max-height: 80%;
    overflow: auto;
  }
  .archive-service .service-detail h3 {
    font-size: 24px;
    line-height: 25px;
    text-align: center;
    font-family: Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
    margin: 0 0 50px;
  }
  .archive-service .service-detail h3 span {
    position: relative;
    padding: 0 10px;
  }
  .archive-service .service-detail h3 span:before, .archive-service .service-detail h3 span:after {
    position: absolute;
    width: 46px;
    height: 25px;
    content: "";
    background-image: url("../img/common/title-reserve.png");
    background-repeat: no-repeat;
    top: 0;
  }
  .archive-service .service-detail h3 span:before {
    left: -46px;
  }
  .archive-service .service-detail h3 span:after {
    right: -46px;
    background-position: right top;
  }
  .archive-service .service-detail .service-detail-img,
  .archive-service .service-detail .service-detail-text {
    margin-bottom: 20px;
  }
  .archive-service .service-detail .service-detail-img {
    float: left;
    margin-right: 20px;
  }
  .archive-service .service-detail .service-detail-text {
    padding-left: 300px;
  }
  .archive-service .service-detail .service-detail-close {
    text-align: center;
    clear: both;
  }
  .archive-service .service-detail .service-detail-close span {
    cursor: pointer;
    background-color: #dddddd;
    padding: 0.5em 2em;
  }
  .archive-service .service-detail .service-detail-close span:hover {
    background-color: #014c38;
    color: #fafafa;
  }

  .service-detail-link {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    clear: both;
    padding: 20px 0;
  }
  .service-detail-link li {
    position: relative;
    margin-bottom: 10px;
  }
  .service-detail-link li a {
    display: block;
    padding: 1em 2em;
    background-color: #259174;
    color: #fafafa;
  }
  .service-detail-link li a:hover {
    background-color: #014c38;
  }
  .service-detail-link li a:after {
    position: absolute;
    content: "\f24d";
    font-family: 'FontAwesome';
    line-height: 1.5em;
    top: 1em;
    right: 1em;
  }

  /***************************************
   * 客室
   ***************************************/
  .archive-room {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 30px;
  }
  .archive-room .room-list {
    position: relative;
    min-width: 30%;
    max-width: 32%;
    padding: 15px 10px 25px;
    margin: 0 auto 1em 5px;
    border: 1px solid #dddddd;
    background-color: #fafafa;
  }
  .archive-room .room-list:after {
    position: absolute;
    left: 0;
    bottom: 10px;
    content: "";
    width: 100%;
    height: 7px;
    background-image: url("../img/common/bg-deco-bottom.png");
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .archive-room .room-list h3 {
    position: relative;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
  }
  .archive-room .room-list h3:before, .archive-room .room-list h3:after {
    position: absolute;
    top: 0;
    content: "";
    width: 60px;
    height: 45px;
    background-image: url("../img/common/title-room.png");
    background-repeat: no-repeat;
  }
  .archive-room .room-list h3:before {
    left: 0;
  }
  .archive-room .room-list h3:after {
    right: 0;
    background-position: right center;
  }
  .archive-room .room-list .room-info .room-img {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
  }
  .archive-room .room-list .room-info .room-img:after {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-family: FontAwesome;
    content: "\f055";
    color: #fafafa;
  }
  .archive-room .room-list .room-info .room-img img {
    width: 100%;
    height: auto;
  }
  .archive-room .room-list .room-info dl {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: .5em;
  }
  .archive-room .room-list .room-info dl dt {
    position: relative;
    display: inline-block;
    float: left;
    width: 50%;
    padding-right: 1em;
  }
  .archive-room .room-list .room-info dl dt:after {
    position: absolute;
    content: ":";
    top: 0;
    right: 1em;
  }
  .archive-room .room-list .room-info dl dd {
    width: 50%;
  }
  .archive-room .room-list .room-info p {
    margin-bottom: 0;
    font-size: .9em;
  }

  .baby-bed {
    position: relative;
    border: 1px solid #dddddd;
    background-color: #fafafa;
    width: 780px;
    min-height: 220px;
    margin: 0 auto 30px;
    padding: 30px 80px;
  }
  .baby-bed:before, .baby-bed:after {
    display: block;
    width: 35px;
    height: 100%;
    content: "";
    top: 0;
    position: absolute;
    background-image: url("../img/common/bg-deco-baby.png");
    background-repeat: no-repeat;
  }
  .baby-bed:before {
    left: 15px;
    background-position: left center;
  }
  .baby-bed:after {
    right: 15px;
    background-position: right center;
  }
  .baby-bed h2 {
    font-size: 24px;
    font-family: Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
    text-align: center;
    font-weight: bold;
  }
  .baby-bed .baby-inner {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
  .baby-bed .baby-inner img {
    margin-right: 40px;
  }

  .box-facility {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
  .box-facility .facility-list {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 300px;
    margin-right: auto;
    padding: 0 50px 0 0;
  }
  .box-facility .facility-list h3 {
    font-size: 1rem;
  }
  .box-facility .facility-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0 0 2em;
  }
  .box-facility .facility-list ul li {
    background-image: url("../img/common/bg-listmark.png");
    background-repeat: no-repeat;
    padding-left: 25px;
  }
  .box-facility .facility-img {
    width: 575px;
  }
  .box-facility .facility-img ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .box-facility .facility-img ul li {
    margin: 0 15px 30px 0;
  }
  .box-facility .facility-img ul li:nth-child(3n) {
    margin-right: 0;
  }

  .box-option dl {
    padding: 0 30px;
  }
  .box-option dl dt {
    position: relative;
    width: 190px;
    float: left;
    text-align: right;
    margin: 0 0 1em;
    padding: 0 2em 1em 0;
    background-image: url("../img/common/bg-listmark.png");
    background-repeat: no-repeat;
    background-position: right top;
  }
  .box-option dl dd {
    padding: 0 1em 1em 200px;
    margin: 0 0 1em;
    border-bottom: 1px dashed #dddddd;
  }

  /***************************************
   * レストラン
   ***************************************/
  .box-restaurant-top {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .box-restaurant-top .bella,
  .box-restaurant-top .chojiya {
    width: 475px;
    height: 530px;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
  .box-restaurant-top .bella h2,
  .box-restaurant-top .chojiya h2 {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    background-color: rgba(250, 250, 250, 0.5);
    width: 100%;
    height: 175px;
    padding: 0;
    margin: 0;
    -webkit-transition: all 300ms 0s ease;
    -moz-transition: all 300ms 0s ease;
    transition: all 300ms 0s ease;
  }
  .box-restaurant-top .bella h2 img,
  .box-restaurant-top .chojiya h2 img {
    -webkit-filter: drop-shadow(0 0 3px #fafafa);
    filter: drop-shadow(0 0 3px #fafafa);
  }
  .box-restaurant-top .bella:hover h2,
  .box-restaurant-top .chojiya:hover h2 {
    height: 100%;
  }

  .box-restaurant-info {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    margin-bottom: 40px;
  }
  .box-restaurant-info .restaurant-images {
    margin-right: 40px;
  }
  .box-restaurant-info .restaurant-images #restaurant_img {
    margin-bottom: 15px;
  }
  .box-restaurant-info .restaurant-images #restaurant-thumbs {
    margin-bottom: 30px;
  }
  .box-restaurant-info .restaurant-images #restaurant-thumbs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .box-restaurant-info .restaurant-images #restaurant-thumbs ul li {
    display: inline-block;
  }
  .box-restaurant-info .restaurant-images #restaurant-thumbs ul li:not(:last-child) {
    margin-right: 9px;
  }
  .box-restaurant-info .restaurant-images #restaurant-thumbs ul li img:hover {
    opacity: .7;
    cursor: pointer;
  }
  .box-restaurant-info .restaurant-time {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    background: url("../img/common/bg-deco-g_01.png") left top/39px 39px no-repeat, url("../img/common/bg-deco-g_02.png") right top/39px 39px no-repeat, url("../img/common/bg-deco-g_03.png") left bottom/39px 39px no-repeat, url("../img/common/bg-deco-g_04.png") right bottom/39px 39px no-repeat;
    background-color: #fafafa;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    padding: 30px;
    max-width: 340px;
  }
  .box-restaurant-info .restaurant-time h2 {
    font-size: 16px;
  }
  .box-restaurant-info .restaurant-time h2 i {
    margin-right: .5em;
  }
  .box-restaurant-info .restaurant-time .restaurant-logo {
    text-align: center;
  }
  .box-restaurant-info .restaurant-time .restaurant-tel {
    font-family: serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .box-restaurant-info .restaurant-time .restaurant-tel i {
    font-size: 36px;
    line-height: 36px;
    margin-right: .5em;
  }
  .box-restaurant-info .restaurant-time dl {
    margin-bottom: 30px;
  }
  .box-restaurant-info .restaurant-time dl dt {
    width: 100px;
    float: left;
  }
  .box-restaurant-info .restaurant-time dl dd {
    padding-left: 110px;
  }

  .restaurant-menu .restaurant-tab {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 5px solid #259174;
    white-space: nowrap;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .restaurant-menu .restaurant-tab li {
    cursor: pointer;
    background-color: #bfa991;
    color: #fafafa;
    padding: 10px 3em;
    margin-right: 5px;
  }
  .restaurant-menu .restaurant-tab li.active {
    background-color: #259174;
  }
  .restaurant-menu .box-menu {
    display: none;
    background-color: #fafafa;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    padding: 60px 70px;
  }
  .restaurant-menu .box-menu.active {
    display: block;
  }
  .restaurant-menu .box-menu h3 {
    position: relative;
    padding: 0 150px 0 0;
    margin-bottom: 1.5em;
  }
  .restaurant-menu .box-menu h3 .price-group {
    position: absolute;
    top: 0;
    right: 0;
  }
  .restaurant-menu .box-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0 0 3em;
  }
  .restaurant-menu .box-menu ul li {
    position: relative;
    padding: 0.5em 150px 1em 1em;
    margin: 0 0 1em;
    border-bottom: 1px dotted #dddddd;
    font-weight: bold;
  }
  .restaurant-menu .box-menu ul li .price-menu {
    font-weight: normal;
    position: absolute;
    top: 0;
    right: 1em;
  }
  .restaurant-menu .box-menu ul li p {
    font-weight: normal;
    padding-top: 1em;
    margin-bottom: 0;
  }
  .restaurant-menu .box-menu .menu-images {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    margin: 0 0 2em;
  }
  .restaurant-menu .box-menu .menu-images figure {
    min-width: 31%;
    max-width: 47%;
    margin-bottom: 1em;
    border: 1px solid #dddddd;
  }
  .restaurant-menu .box-menu .menu-images figure img {
    max-width: 100%;
    height: auto;
  }
  .restaurant-menu .box-menu .menu-images figure figcaption {
    padding: 1em;
  }

  /***************************************
   * アクセス
   ***************************************/
  .box-access {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .box-access .map-img {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 500px;
    margin-right: 40px;
  }
  .box-access .map-img .btn-gmap {
    padding-top: 1em;
    text-align: center;
  }
  .box-access .map-img .btn-gmap .btn-brown {
    line-height: 24px;
    padding: 1em 3em 0.8em;
  }
  .box-access .map-img .btn-gmap .btn-brown i {
    font-size: 24px;
    margin-right: 15px;
    line-height: 24px;
  }
  .box-access .map-text h2 {
    font-size: 18px;
    border-bottom: 1px dashed #014835;
    padding: 0 0 1em 0.5em;
  }
  .box-access .map-text h2 i {
    font-size: 24px;
    margin-right: .5em;
    color: #014c38;
  }
  .box-access .map-text h2 i.fa-plane {
    font-size: 30px;
  }
  .box-access .map-text .btn-area {
    text-align: center;
  }
  .box-access .map-text .btn-area .btn-green {
    display: inline-block;
    min-width: 300px;
  }

  .map-oike {
    text-align: center;
  }
  .map-oike img {
    border: 1px solid #dddddd;
  }

  .box-route .route-column {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    padding: 1em 0 0;
  }
  .box-route .route-column > div {
    width: 48%;
  }
  .box-route h3 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #624c33;
    padding: 0.5em 0.2em 0.2em;
    margin: 0 0 0.5em;
  }
  .box-route h3 i {
    font-size: 24px;
    margin-right: .5em;
    color: #014c38;
  }
  .box-route h4 {
    font-size: 18px;
  }
  .box-route p.time {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-bottom: 1px dashed #624c33;
    padding: 0 2em 0.5em 0;
    margin: 0 0 1em;
  }
  .box-route p.time i {
    line-height: 1.5em;
    margin-right: .5em;
    color: #014c38;
  }
  .box-route p.time span:not(:last-child) {
    margin-right: 2em;
  }
  .box-route .list-route {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 0 1em;
  }
  .box-route .list-route .station,
  .box-route .list-route .hotel {
    color: #259174;
  }
  .box-route .list-route .station i,
  .box-route .list-route .hotel i {
    margin-right: 1em;
  }
  .box-route .list-route .route {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    background-image: url("../img/access/arrow.png");
    background-repeat: no-repeat;
    background-position: 1em .8em;
    padding: 0.5em 0 0.5em 110px;
  }
  .box-route .list-route .route i {
    line-height: 1.5em;
    margin-right: 1em;
    color: #014c38;
  }

  .box-park .box-green3 {
    padding: 2em;
  }
  .box-park p {
    padding: 0 1em;
  }
  .box-park h3 {
    font-size: 16px;
    padding: 1em;
    margin: 0 0 1em;
    border-bottom: 1px dashed #624c33;
  }
  .box-park dl {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }
  .box-park dl dt,
  .box-park dl dd {
    padding: 0.5em 1em;
  }
  .box-park dl dt {
    width: 20%;
    padding-right: 1em;
  }
  .box-park dl dd {
    width: 75%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .box-park dl dd:before {
    position: relative;
    content: ":";
    left: -1em;
  }

  /***************************************
   * 観光情報
   ***************************************/
  .archive-sightseeing .list-sightseeing {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 2em;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .archive-sightseeing .list-sightseeing li {
    background-color: #fafafa;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    margin: 0 0 20px;
    max-width: 460px;
  }
  .archive-sightseeing .list-sightseeing li > a {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
  }
  .archive-sightseeing .list-sightseeing li img {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    margin-right: 1em;
  }
  .archive-sightseeing .list-sightseeing li div h3 {
    font-size: 18px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: .5em;
    margin-bottom: .5em;
  }
  .archive-sightseeing .list-sightseeing li div p {
    margin: 0;
  }

  #wrapper-kyotomap {
    width: 800px;
    margin: 0 auto 30px;
  }
  #wrapper-kyotomap div {
    background-repeat: no-repeat;
  }
  #wrapper-kyotomap a {
    background-color: rgba(0, 0, 0, 0.3);
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  #wrapper-kyotomap a:hover {
    background-color: transparent;
  }
  #wrapper-kyotomap a:hover span {
    color: #333;
    text-shadow: 0 0 3px #fafafa;
  }
  #wrapper-kyotomap a span {
    color: #fafafa;
    font-size: 30px;
    font-family: Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
    font-weight: bold;
    text-shadow: 0 0 3px #333;
  }
  #wrapper-kyotomap #kyoto-north {
    background-image: url(../img/sight-seeing/north.jpg);
  }
  #wrapper-kyotomap #kyoto-north a {
    width: 800px;
    height: 642px;
  }
  #wrapper-kyotomap #kyoto-center {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #wrapper-kyotomap #kyoto-west {
    background-image: url(../img/sight-seeing/west.jpg);
  }
  #wrapper-kyotomap #kyoto-west a {
    width: 428px;
    height: 222px;
  }
  #wrapper-kyotomap #kyoto-east {
    background-image: url(../img/sight-seeing/east.jpg);
  }
  #wrapper-kyotomap #kyoto-east a {
    width: 372px;
    height: 222px;
  }
  #wrapper-kyotomap #kyoto-south {
    background-image: url(../img/sight-seeing/south.jpg);
  }
  #wrapper-kyotomap #kyoto-south a {
    width: 800px;
    height: 268px;
  }

  .archive-sights {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .archive-sights li {
    background-color: #fafafa;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    max-width: 300px;
    margin: 0 0 20px;
  }
  .archive-sights li a {
    display: block;
    padding: 10px 10px 20px;
  }
  .archive-sights li img {
    width: 280px;
    margin-bottom: 10px;
  }
  .archive-sights li h3 {
    font-size: 18px;
    padding-top: 10px;
  }
  .archive-sights li p {
    margin: 0;
  }

  /***************************************
   * お問合せ
   ***************************************/
  .wpcf7-form {
    display: block;
    width: 650px;
    margin: 0 auto 30px;
  }
  .wpcf7-form input[type="text"],
  .wpcf7-form input[type="password"],
  .wpcf7-form input[type="email"],
  .wpcf7-form textarea {
    max-width: 100%;
  }
  .wpcf7-form .wpcf7-submit {
    color: #fafafa;
    border: 0px solid #014c38;
    background-color: #259174;
    padding: 0.5em 3em;
    border-radius: 5px;
  }
  .wpcf7-form .wpcf7-submit:disabled {
    background-color: #dddddd;
  }

  /***************************************
   * よくあるご質問
   ***************************************/
  .faq {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 2em;
  }
  .faq dl {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .faq dl dt,
  .faq dl dd {
    background-repeat: no-repeat;
    background-position: 1em 1em;
    padding: 1.5em 1em 1em 60px;
  }
  .faq dl dt {
    position: relative;
    background-image: url("../img/faq/q.png");
    border-bottom: 1px dashed #bbb9b5;
    padding-right: 90px;
  }
  .faq dl dt:after {
    -webkit-transition: all 300ms 0s ease;
    -moz-transition: all 300ms 0s ease;
    transition: all 300ms 0s ease;
    position: absolute;
    font-family: FontAwesome;
    content: "\f107";
    font-size: 40px;
    top: 15px;
    right: 1em;
  }
  .faq dl dd {
    display: none;
    height: 0;
    padding-bottom: 1.5em;
    background-image: url("../img/faq/a.png");
  }
  .faq .active {
    background-color: #fafafa;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    margin-bottom: 1em;
  }
  .faq .active dl dt:after {
    transform: rotate(180deg);
  }
  .faq .active dl dd {
    display: block;
    height: auto;
  }

  /***************************************
   * サイトマップ
   ***************************************/
  #sitemap_list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 2em 2em 3em;
  }
  #sitemap_list li {
    list-style-type: square;
    width: 32%;
  }
  #sitemap_list li.home-item {
    width: 100%;
  }
  #sitemap_list li .children {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: .5em;
    padding-left: 2em;
  }
  #sitemap_list li .children li {
    width: 100%;
  }
}
/***************************************
 * フッター
 ***************************************/
@media all and (min-width: 1000px) {
  #wrapper-footer {
    color: #fafafa;
    position: relative;
    background-image: -webkit-linear-gradient( top , #014c38, rgba(1, 76, 56, 0)), url("../img/common/bg-green.png");
    background-image: linear-gradient(to bottom, #014c38, rgba(1, 76, 56, 0)), url("../img/common/bg-green.png");
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.75);
  }
  #wrapper-footer:before, #wrapper-footer:after {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    background-color: #887a6a;
    z-index: 0;
  }
  #wrapper-footer:before {
    top: 3px;
  }
  #wrapper-footer:after {
    top: 5px;
  }

  #footer {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }

  #nav-footer {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    width: 1010px;
    margin: 0 auto;
    padding: 35px 30px 30px;
  }
  #nav-footer #logo-footer {
    margin: 0;
    padding: 0;
  }
  #nav-footer #logo-footer a {
    display: block;
    width: 205px;
    height: 0;
    padding-top: 40px;
    overflow: hidden;
    background-image: url("../img/common/logo-footer.png");
    background-image: url("../img/common/logo-footer.png");
    background-repeat: no-repeat;
    -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.75));
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.75));
  }
  #nav-footer #address {
    position: absolute;
    bottom: 10px;
    left: 30px;
    margin: 0;
    color: #dddddd;
  }
  #nav-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 450px;
    text-align: right;
  }
  #nav-footer ul li {
    display: inline-block;
    padding: 0 0.5em;
    margin: 0 0 0.5em;
  }
  #nav-footer ul li:not(:last-child) {
    border-right: 1px solid #fafafa;
  }
  #nav-footer ul li a {
    color: #fafafa;
    position: relative;
  }
  #nav-footer ul li a:before, #nav-footer ul li a:after {
    -webkit-transition: all 300ms 0s ease;
    -moz-transition: all 300ms 0s ease;
    transition: all 300ms 0s ease;
    position: absolute;
    bottom: 0;
    content: "";
    width: 0;
    height: 1px;
    display: block;
    background-color: #dddddd;
  }
  #nav-footer ul li a:before {
    left: 50%;
  }
  #nav-footer ul li a:after {
    right: 50%;
  }
  #nav-footer ul li a:hover:before, #nav-footer ul li a:hover:after {
    width: 50%;
  }

  #copyright {
    background-color: #259174;
    text-align: center;
  }
  #copyright small {
    color: #014835;
  }
}

/***************************************
 * 360度ビュー
 ***************************************/
 @media all and (max-width: 999px) {
  .view360-wrapper {
    position: relative;
    height: 400px;
    margin-bottom: 30px;
  }

  .view360-wrapper::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 475px;
    content: "";
    background-image: url("../img/360view/360view-sp.svg");
    background-size: 75px 100px;
    background-repeat: no-repeat;
    background-position: center center;
    pointer-events: none;
  }
  .view360 {
    width: 100%;
    margin: 0 auto 30px;
  }
  .archive-room .room-list .room-info p.btn-360-p {
    text-align: center;
    margin-bottom: 10px;
  }
  .btn-360 {
    display: inline-block;
    width: 120px;
    background-color: #259174;
    color: #fafafa;
    line-height: 100%;
    text-align: center;
    padding: 5px 20px;
    border-radius: 5px;
    transition: background-color .3s ease-in;
  }
}
@media all and (min-width: 1000px) {
  .view360-wrapper {
    position: relative;
    height: 475px;
    margin-bottom: 40px;
  }

  .view360-wrapper::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 475px;
    content: "";
    background-image: url("../img/360view/360view.svg");
    background-size: 75px 100px;
    background-repeat: no-repeat;
    background-position: center center;
    pointer-events: none;
  }
  .view360 {
    width: 100%;
    max-height: 475px;
  }

  .archive-room .room-list .room-info p.btn-360-p {
    text-align: center;
    margin-bottom: 10px;
  }

  .btn-360 {
    display: inline-block;
    width: 120px;
    background-color: #259174;
    color: #fafafa;
    line-height: 100%;
    text-align: center;
    padding: 5px 20px;
    border-radius: 5px;
    transition: background-color .3s ease-in;
  }

  .btn-360-bath {
    text-align: center;
    margin-bottom: 45px;
  }

  .btn-360-bath .btn-360 {
    width: 300px;
  }

  .btn-360-bath .btn-360:hover {
    color: #fff;
  }

  .btn-360-bath .btn-360 img {
    width: 80px;
    white-space: nowrap;
    margin-right: 15px;
  }
}