@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.6em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

p {
  line-height: 1.7;
  color: #1b1b1b;
}

.pcmode {
  display: block !important;
}

.spmode {
  display: none !important;
}

.tabmode {
  display: none !important;
}

/* animation_min.jsで使用するアニメーションです。*/
.p-delay_1s {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}

.p-delay_2s {
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}

.p-delay_3s {
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}

.p-delay_4s {
  -webkit-animation-delay: 0.4s !important;
  animation-delay: 0.4s !important;
}

.p-delay_5s {
  -webkit-animation-delay: 0.5s !important;
  animation-delay: 0.5s !important;
}

.p-delay_6s {
  -webkit-animation-delay: 0.6s !important;
  animation-delay: 0.6s !important;
}

.p-delay_7s {
  -webkit-animation-delay: 0.7s !important;
  animation-delay: 0.7s !important;
}

.p-delay_8s {
  -webkit-animation-delay: 0.8s !important;
  animation-delay: 0.8s !important;
}

.p-delay_9s {
  -webkit-animation-delay: 0.9s !important;
  animation-delay: 0.9s !important;
}

.p-delay_10s {
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important;
}

.p-delay_11s {
  -webkit-animation-delay: 1.1s !important;
  animation-delay: 1.1s !important;
}

.p-delay_12s {
  -webkit-animation-delay: 1.2s !important;
  animation-delay: 1.2s !important;
}

.p-delay_13s {
  -webkit-animation-delay: 1.3s !important;
  animation-delay: 1.3s !important;
}

.p-delay_14s {
  -webkit-animation-delay: 1.4s !important;
  animation-delay: 1.4s !important;
}

.p-delay_15s {
  -webkit-animation-delay: 1.5s !important;
  animation-delay: 1.5s !important;
}

.p-delay_16s {
  -webkit-animation-delay: 1.6s !important;
  animation-delay: 1.6s !important;
}

.p-delay_17s {
  -webkit-animation-delay: 1.7s !important;
  animation-delay: 1.7s !important;
}

.p-delay_18s {
  -webkit-animation-delay: 1.8s !important;
  animation-delay: 1.8s !important;
}

.p-delay_19s {
  -webkit-animation-delay: 1.9s !important;
  animation-delay: 1.9s !important;
}

.p-delay_20s {
  -webkit-animation-delay: 2s !important;
  animation-delay: 2s !important;
}

.p-ani-fadeInUp {
  -webkit-animation: p-ani-fadeInUp 1.5s ease 0s both 1 normal;
  animation: p-ani-fadeInUp 1.5s ease 0s both 1 normal;
  visibility: visible !important;
}

.p-ani-fadeIn {
  -webkit-animation: p-ani-fadeIn 1.5s ease 0s both 1 normal;
  animation: p-ani-fadeIn 1.5s ease 0s both 1 normal;
  visibility: visible !important;
}

.p-ani-fadeInBlur {
  -webkit-animation: p-ani-fadeInBlur 2s ease 0s backwards 1 normal;
  animation: p-ani-fadeInBlur 2s ease 0s backwards 1 normal;
  visibility: visible !important;
}

.p-ani-fadeInScale {
  -webkit-animation: p-ani-fadeInScale 2s ease 0s backwards 1 normal;
  animation: p-ani-fadeInScale 2s ease 0s backwards 1 normal;
  visibility: visible !important;
}

.p-ani-fadeInLeft {
  -webkit-animation: p-ani-fadeInLeft 1.5s ease 0s backwards 1 normal;
  animation: p-ani-fadeInLeft 1.5s ease 0s backwards 1 normal;
  visibility: visible !important;
}

.p-ani-fadeInRight {
  -webkit-animation: p-ani-fadeInRight 1.5s ease 0s backwards 1 normal;
  animation: p-ani-fadeInRight 1.5s ease 0s backwards 1 normal;
  visibility: visible !important;
}

.p-ani-fadeOut {
  -webkit-animation: p-ani-fadeOut 1.5s ease 0s both 1 normal;
  animation: p-ani-fadeOut 1.5s ease 0s both 1 normal;
  visibility: hidden !important;
}

.p-ani-width {
  -webkit-animation-name: p-ani-width;
  animation-name: p-ani-width;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  visibility: visible !important;
}

.p-ani-height {
  -webkit-animation: p-ani-height 1s ease 0s both 1 normal;
  animation: p-ani-height 1s ease 0s both 1 normal;
  visibility: visible !important;
}

.p-animation__dummybox-gray {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #eee;
  width: 100%;
  height: 100%;
}

.p-animation__dummybox-white {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.p-ani-slide-scaleUp {
  -webkit-animation-name: p-ani-slide-scaleUp;
  animation-name: p-ani-slide-scaleUp;
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

@-webkit-keyframes p-ani-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes p-ani-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes p-ani-fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0.5;
  }
}
@keyframes p-ani-fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0.5;
  }
}
@-webkit-keyframes p-ani-fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes p-ani-fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes p-ani-fadeInBlur {
  0% {
    opacity: 0;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
  100% {
    opacity: 1;
    -webkit-filter: none;
    filter: none;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes p-ani-fadeInBlur {
  0% {
    opacity: 0;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
  100% {
    opacity: 1;
    -webkit-filter: none;
    filter: none;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes p-ani-fadeInScale {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes p-ani-fadeInScale {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes p-ani-fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes p-ani-fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes p-ani-fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes p-ani-fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes p-ani-width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes p-ani-width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes p-ani-height {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@keyframes p-ani-height {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes p-ani-slide-scaleUp {
  100% {
    -webkit-transform: scaleX(1.2) scaleY(1.2);
    transform: scaleX(1.2) scaleY(1.2);
  }
}
@keyframes p-ani-slide-scaleUp {
  100% {
    -webkit-transform: scaleX(1.2) scaleY(1.2);
    transform: scaleX(1.2) scaleY(1.2);
  }
}
a {
  transition: all ease .5s;
}

a:hover {
  opacity: 0.7;
}

.contents_z-index {
  position: relative;
  background-color: #fff;
}

.bc_inner {
  background-color: #fff;
  padding: 0 20px;
}

ul.breadcrumbs {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

ul.breadcrumbs li {
  display: inline-block;
  font-size: 0.8em;
  line-height: 35px;
}

ul.breadcrumbs li:first-child::before {
  content: "";
}

ul.breadcrumbs li::before {
  content: "＞";
}

.c-contact-container {
  display: flex;
  text-align: center;
  justify-content: center;
  color: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", YuGothic, sans-serif;
}

.c-contact-container-child {
  margin-right: 30px;
}

.c-contact-container-child:last-child {
  margin-right: 0;
}

.c-contact-container-child p {
  font-size: 2.1rem;
  margin-bottom: 10px;
}

.c-contact-container-child i {
  font-size: 2.1rem;
  margin-right: 15px;
}

.c-contact-container-child a i,
.c-contact-container-child a p {
  color: #fff;
}

.ttl_container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 30px auto;
  width: 100%;
}
.ttl_container div:nth-child(1), .ttl_container div:nth-child(3) {
  flex: 1 0 0%;
  height: 1px;
}
.ttl_container div:nth-child(1) img, .ttl_container div:nth-child(3) img {
  display: none;
}
.ttl_container div:nth-child(1) {
  background: url(/img/ttl_left.png) left center no-repeat;
}
.ttl_container div:nth-child(3) {
  background: url("/img/ttl_right.png") right center no-repeat;
}
.ttl_container div:nth-child(2) {
  padding: 0 30px;
  border: solid #CCB8A1;
  border-width: 0 1px;
}
.ttl_container h2 {
  text-align: center;
  font-family: 'Sorts Mill Goudy', serif;
  font-size: 30px;
  color: #00478B;
}
.ttl_container h2 img {
  height: 28px;
}
.ttl_container p {
  text-align: center;
  color: #00478B;
  white-space: nowrap;
}

a.c-btn {
  position: relative;
  width: 300px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  display: block;
  margin: 50px auto 0 auto;
  background-color: #98846D;
}

a.c-btn:before {
  position: absolute;
  right: 10px;
  content: url(../img/btn_arrow.png);
}

/*------ mv ------*/
.mv {
  height: calc( 900vw / 1920 * 100 );
  margin-bottom: calc( -165vw / 1920 * 100 );
}

.mv_bg {
  width: 100%;
  height: calc( 900vw / 1920 * 100 );
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  /*
  background: no-repeat url(../img/mv.jpg) bottom center/cover;
  */
}

.mv_video video{
	width: 100%;
	margin-top: calc( -130vw / 1920 * 100 )
}

.mv_inner {
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  padding-top: calc( 100vw / 1920 * 100 );
  top: 0;
}
.mv_inner .bnr {
  position: absolute;
  left: 64%;
  bottom: calc( 100vw / 1920 * 100 );
}
.mv_inner .bnr img {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.btn_reserve {
  width: 80px;
  height: 80px;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #CCB8A1;
  color: #00478B;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.btn_reserve span {
  margin-top: 5px;
}

.navbar_container {
  position: fixed;
  right: 0;
  top: 80px;
  z-index: 999999999 !important;
}

.mvSns_container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.mvSns_container a {
  margin-bottom: 5px;
}

.mv_lead {
  text-align: center;
  font-size: 3.5rem;
  font-weight: normal;
  color: #fff;
  display: block;
  text-align: center;
  margin-top: 80px;
  font-family: 'Sorts Mill Goudy', 'Noto Serif JP', serif;
}
.mv_lead span {
  display: block;
  font-size: 1.8rem;
  font-weight: normal;
  margin-top: 0 !important;
}
.mv_lead img {
  display: block;
  margin: 0 auto;
}

.lead h2 {
  color: #003567;
}

/*------ search_panel ------*/
.search_panel {
  position: relative;
  z-index: 10;
}

#reservation_area {
  padding: 20px 0 20px 0;
  background: #F4EBE1;
  width: 1060px;
  max-width: 100%;
  margin: 0 auto;
  transform: translateY(80px);
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", YuGothic, sans-serif;
  position: relative;
  z-index: 1;
}
#reservation_area::before {
  content: "";
  background: url("../img/bestrate.png") no-repeat;
  background-size: 100%;
  position: absolute;
  width: 120px;
  height: 120px;
  top: -90px;
  left: -10px;
}
#reservation_area .search_p {
  color: #00478B;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  #reservation_area::before {
    left: calc(20vw / 750 * 100);
    top: calc(-160vw / 750 * 100);
    width: calc(200vw / 750 * 100);
    height: calc(200vw / 750 * 100);
  }
  #reservation_area .search_p {
    font-size: calc(26vw / 750 * 100);
    padding-bottom: 10px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 768px) {
  #reservation_area {
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 20px 30px 20px;
    transform: translateY(0);
  }
}
#reservation_area td {
  line-height: 1.7;
}

#reservation_area .clearfix {
  height: auto;
  width: 100%;
  min-height: auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

#reservation_area .search_btns {
  flex-direction: column;
}

@media screen and (max-width: 1024px) {
  #reservation_area .clearfix {
    display: flex;
    flex-wrap: wrap;
  }

  .search_btn05 {
    width: 700px;
  }
}
@media screen and (max-width: 768px) {
  #reservation_area .clearfix {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .box_day {
    width: 100%;
  }
}
#reservation_area .search_title,
#reservation_area color #fff {
  width: 100px;
  font-size: 2.4rem;
  text-align: center;
  margin: 0px 40px 0 0;
  color: #00478B;
  line-height: 70px;
}

.search_radio p {
  color: #00478B;
}

#reservation_area .search_title span {
  font-size: 1.2rem;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (max-width: 768px) {
  #reservation_area .search_title,
  #reservation_area color #fff {
    float: none;
    width: 100%;
    text-align: center;
    margin-right: 0;
    vertical-align: middle;
    font-size: calc(40vw / 750 * 100);
    line-height: 1.4;
  }

  #reservation_area .search_title span {
    font-size: calc(16vw / 750 * 100);
    margin-right: 10px;
    vertical-align: middle;
  }
}
#reservation_area input.button {
  height: 35px;
  line-height: 20px;
  background: #000;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  border-radius: 4px;
  -webkit-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  background: #00478B;
  width: 160px;
}

#reservation_area input,
#reservation_area select {
  padding: 6px;
  border: none;
}

#reservation_area input[name="hidSELECTARRYMD"],
#reservation_area select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: linear-gradient(#fff 0%, #ECECEC 100%);
  border: 1px solid rgba(0, 0, 0, 0.16);
  color: inherit;
  cursor: pointer;
  padding-right: 20px;
  border-radius: 5px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", YuGothic, sans-serif;
}

@media screen and (max-width: 768px) {
  .search_btns li {
    width: 100%;
    font-size: calc(26vw / 750 * 100);
  }

  #reservation_area input,
  #reservation_area select {
    border-radius: 2px;
    font-size: 16px;
  }
}
#reservation_area .btn_submit {
  position: relative;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #reservation_area .btn_submit {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #reservation_area .btn_submit:after {
    right: 15px;
  }
}
#reservation_area .btn_submit:first-child:before {
  position: absolute;
  right: 10px;
  top: 8px;
  content: url(../img/search_arrow.png);
}

#reservation_area input.btn_cancel {
  background-color: #fff !important;
  color: #000 !important;
  font-size: 1.2rem !important;
  letter-spacing: 0 !important;
}

#reservation_area .btn_submit.sp {
  display: none;
}

#reservation_area .btn_submit input {
  cursor: pointer;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (max-width: 768px) {
  #reservation_area .btn_submit input {
    height: 50px;
    line-height: 40px;
    padding: 0;
    -webkit-appearance: none;
    width: 100% !important;
  }

  #reservation_area .btn_submit {
    margin-bottom: 10px;
  }

  #reservation_area .btn_submit:first-child:before {
    height: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
#reservation_area .checktext2 {
  margin-top: 4px;
  font-size: 0.6rem !important;
  position: relative;
}

#reservation_area .checktext2 label {
  color: #00478B;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  #reservation_area .checktext2 {
    display: none;
  }
}
#reservation_area select {
  color: #00478B;
  width: 100%;
}

#reservation_area input#datepicker {
  width: 170px;
  background: url(../img/calIcon.png) no-repeat right 10px center, linear-gradient(#fff 0%, #ECECEC 100%) !important;
  background-size: auto;
  background-size: 20px;
  border-radius: 5px;
  color: #00478B;
}

@media screen and (max-width: 768px) {
  #reservation_area input#datepicker {
    width: 100%;
    font-size: 16px;
  }
}
#reservation_area .reservetitle {
  margin: 0 0 8px 0;
  padding-left: 5px;
  line-height: 14px;
  color: #00478B;
}

@media screen and (max-width: 768px) {
  #reservation_area .reservetitle {
    line-height: 25px;
  }
}
#reservation_area .search_btn01,
#reservation_area .search_btn02,
#reservation_area .search_btn03,
#reservation_area .search_btn04,
#reservation_area .search_btn05,
#reservation_area .search_radio {
  font-size: 14px;
  margin-right: 10px;
  text-align: left;
  width: auto;
  display: block;
}

@media screen and (max-width: 1024px) {
  #reservation_area .search_btn05 {
    width: 400px;
    margin-top: 20px;
    margin-right: 0;
  }

  #reservation_area input[name="seek"].button {
    width: 100%;
  }

  #reservation_area .search_radio p {
    display: flex;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #reservation_area .search_btn01,
  #reservation_area .search_btn02,
  #reservation_area .search_btn03,
  #reservation_area .search_btn04,
  #reservation_area .search_btn05,
  #reservation_area .search_radio {
    float: none;
    margin-bottom: 15px;
  }

  #reservation_area .search_btn04 {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #reservation_area .search_btn01 {
    margin-right: 0;
    width: 80%;
  }
}
#reservation_area .search_btn04 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: auto;
}

#reservation_area .search_btn05 {
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  #reservation_area .search_btn05 {
    margin-top: 10px;
    width: 100%;
    margin: 10px auto 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #reservation_area .search_btn02,
  #reservation_area .search_btn03,
  #reservation_area .search_btn04 {
    width: calc(32% - 18px);
  }

  .checktext2 {
    display: none;
  }
}
#reservation_area .checkA {
  display: inline-block;
  margin-right: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  vertical-align: middle;
  background-color: #fff;
}

#reservation_area .checkA:checked {
  position: relative;
}

#reservation_area .checkA:checked {
  background-color: #c90;
}

#reservation_area .bottom_menu {
  position: relative;
  display: none;
  margin-top: 20px;
  background-color: #f1e3d4;
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  #reservation_area .bottom_menu {
    display: none;
  }
}
#reservation_area .bottom_menu ul {
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #reservation_area .bottom_menu ul {
    width: 100%;
  }
}
#reservation_area .bottom_menu li {
  display: inline-block;
  border: none;
  position: relative;
  margin: 0 30px 0 0;
}

@media screen and (max-width: 768px) {
  #reservation_area .bottom_menu li {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}
#reservation_area .bottom_menu li a {
  display: block;
  margin-right: 30px;
  text-align: center;
  border-radius: 3px;
  color: #003567;
  font-size: 1.4rem;
  font-weight: bold;
}

#reservation_area .bottom_menu li:before {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  content: "";
  width: 1px;
  height: 20px;
  background-color: #fff;
}

#reservation_area .bottom_menu li:last-child:before {
  display: none;
}

#reservation_area .bottom_menu li:last-child a {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  #reservation_area .bottom_menu li a {
    height: 40px;
    width: 100%;
    line-height: 40px;
    padding: 0 0;
  }
}
/*#reservation_area .bottom_menu li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    right: 15px;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 2px solid #361e05;
    border-right: 2px solid #361e05;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}*/
/*#reservation_area .bottom_menu li:nth-child(2),
#reservation_area .bottom_menu li:nth-child(n+4) {
    display: none
}*/
/*------ header section ------*/
.header-contact a {
  color: #fff;
}

.header-contact p,
.header-contact i {
  color: #fff;
}

.header-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

.header-container a {
  position: relative;
  display: inline-block;
  z-index: 9999;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  height: 60px;
  padding: 0 20px;
  line-height: 60px;
}

.header-container a h1 {
  white-space: nowrap;
  color: #00478B;
  font-size: 1.9rem;
  font-weight: bold;
}

/*------ navbar section ------*/
.navbar {
  background-color: #00478B;
  width: 80px;
  height: 80px;
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 999999999;
  transition: ease .5s;
}

.navbar:hover {
  opacity: 0.7;
}

.navbar__icon {
  height: 2px;
  background-color: #fff;
  transition: ease .5s;
}

.navbar__icon {
  width: 30px;
}

/*OPEN時*/
.js-change-navbar {
  height: 2px;
  transition: ease .5s;
}

.navbar__icon:nth-child(1) {
  position: fixed;
  top: 15px;
  right: 20px;
  width: 40px;
}

.navbar__icon:nth-child(2) {
  position: fixed;
  top: 30px;
  right: 28px;
  width: 32px;
}

.navbar__icon:nth-child(3) {
  position: fixed;
  top: 45px;
  right: 36px;
  width: 24px;
}

.navbar__menu {
  position: fixed;
  top: 53px;
  right: 38px;
  width: 24px;
  color: #fff;
  font-size: 1.4rem;
}

.js-change-navbar:nth-child(1) {
  position: fixed;
  top: 25px;
  right: 18px;
  width: 45px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.js-change-navbar:nth-child(2) {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}

.js-change-navbar:nth-child(3) {
  position: fixed;
  top: 25px;
  right: 18px;
  width: 45px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*----------- modal -----------*/
.modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  background-color: rgba(23, 106, 186, 0.9);
  width: 100%;
  height: 100%;
  z-index: 9999999;
  padding: 90px 20px 0 20px;
  transition: all ease 1s;
}

.modal_inner {
  max-width: 100%;
  width: 860px;
  margin: 0 auto;
}

.js-open-modal {
  opacity: 1;
  visibility: visible;
  transition: all ease 1s;
}

.modal_container {
  display: flex;
}

.modal_menu01 {
  width: 400px;
  margin-right: 70px;
}

.modal_menu01 li {
  margin-bottom: 30px;
}

.modal_menu01 a {
  position: relative;
  border: 1px solid #fff;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 2rem;
}

.modal_menu01 a:before {
  position: absolute;
  content: url(../img/btn_arrow.png);
  right: 20px;
}

.sub_menu01 li {
  margin-bottom: 0 !important;
}

.sub_menu01 {
  border: 1px solid #fff;
}

.sub_menu01 a {
  position: relative;
  border: none;
}

.sub_menu01 a:after {
  position: absolute;
  content: url(../img/btn_arrow.png);
  right: 20px;
}

.sub_menu01 a:before {
  position: absolute;
  content: "";
  display: block;
  right: 20px;
  left: 20px;
  height: 1px;
  bottom: 0;
  background-color: #fff;
}

.sub_menu01 li:last-child a:before {
  display: none;
}

.modal_menu02 li {
  margin-bottom: 0 !important;
}

.modal_menu02 {
  width: 400px;
  border: 1px solid #fff;
}

.modal_menu02 a {
  position: relative;
  width: 100%;
  height: 44px;
  line-height: 44px;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 2rem;
}

.modal_menu02 a:after {
  position: absolute;
  content: url(../img/btn_arrow.png);
  right: 20px;
}

.modal_menu02 a:before {
  position: absolute;
  content: "";
  display: block;
  right: 20px;
  left: 20px;
  height: 1px;
  bottom: 0;
  background-color: #fff;
}

.modal_menu02 li:last-child a:before {
  display: none;
}

.modal_menu03 {
  margin-top: 50px;
  display: flex;
  justify-content: space-around;
}

.modal_menu03 a {
  color: #fff;
}

.modal .sns_container {
  margin-bottom: 31px;
}

.modal .sns_container img {
  width: 45px;
}

.modal .sns_container a {
  margin-right: 10px;
}

/*------ concept ------*/
.concept {
  padding-bottom: 150px;
  padding-top: 180px;
}

.concept h2 {
  color: #003567;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 110px;
  letter-spacing: 5px;
  line-height: 1.5;
}

.concept_container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.concept_container:nth-child(3) p {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 50px;
}
.concept_container div {
  width: 50%;
}
.concept_container div img {
  width: 100%;
}
.concept_container p {
  position: relative;
  width: 50%;
  font-size: 1.8rem;
  display: block;
  padding-left: 50px;
  line-height: 2.1;
}

@media screen and (min-width: 768px) {
  .concept_container:nth-child(3) p {
    order: -1;
  }
}
/*------ information ------*/
.information {
  padding: 0 20px 50px 20px;
  margin: 30px 0 100px 0;
}

@media screen and (min-width: 769px) {
  #page_news .information .inner, #page_single .information .inner {
    padding-top: 50px;
  }

  .information h2 {
    font-size: 40px;
  }
  .information .inner {
    border: 3px solid  #CCB8A1;
    padding-bottom: 50px;
  }
  .information .ttl_container {
    margin-top: -50px;
    margin-bottom: 70px;
  }
  .information .ttl_container p {
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 3px;
  }
  .information .ttl_container div:nth-child(2) {
    background: #fff;
    border-width: 0 2px;
  }
  .information .ttl_container div:nth-child(1), .information .ttl_container div:nth-child(3) {
    background: none;
  }
}
.inner {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}

.sec_news {
  max-width: 630px;
  width: 100%;
  margin: 0 auto;
}

a.btn_info {
  border: 1px solid #7fa7b2;
  color: #7fa7b2;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
}

.detail div {
  display: flex;
  padding-bottom: 10px;
  margin-bottom: 50px;
}
.detail div time {
  width: 100px;
  margin-right: 10px;
  color: #003567;
}
.detail div a {
  position: relative;
  width: calc(100% - 110px);
  padding-right: 70px;
  line-height: 1.7;
}
.detail div a:before {
  position: absolute;
  right: 30px;
  top: 5px;
  content: url(../img/detail_arrow.png);
}

/*------ recommend ------*/
.recommend {
  background-color: #F4EBE1;
  padding: 80px 20px 50px 20px;
}

.recommend_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.recommend_container .column-inner {
  overflow: hidden;
  width: calc(25% - 5px);
  background-color: #fff;
  padding-bottom: 30px;
}

.recommend_container .column-inner p:nth-child(4) {
  display: none;
}

.recommend_container .photos {
  padding: 0;
  overflow: hidden;
}

.recommend_container a img {
  width: auto;
  height: 170px;
}

.recommend_container .column-inner:last-child {
  margin-right: 0;
}

.recommend_container h3 {
  font-size: 1.4rem;
  margin-bottom: 15px;
  padding: 0 20px;
  display: block;
  margin-top: 20px;
  text-align: center;
}

.recommend_container h3 a {
  color: #003567 !important;
}

.recommend_container p {
  font-size: 1.2rem;
  padding: 0 20px;
}

/*------ room ------*/
.room {
  position: relative;
  padding: 80px 20px 50px 20px;
}

.room::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 110px;
  bottom: 75px;
  background: no-repeat url(../img/bg_room.png) center/cover;
  z-index: -1;
}

.room_container {
  display: flex;
  align-items: center;
  width: 100%;
}

.room_container h3 {
  color: #5C3F00;
  font-size: 3rem;
  margin-bottom: 20px;
}

.room_container p {
  font-size: 1.4rem;
  padding-right: 20px;
}

.room_container div {
  width: 50%;
}

.image_wrapper {
  overflow: hidden;
}

.image_wrapper img {
  width: 100%;
}

/*------ wedding ------*/
.wedding {
  position: relative;
  padding: 70px 20px 50px 20px;
}

.wedding::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 100px;
  bottom: 75px;
  background: no-repeat url(../img/bg_wedding.png) center/cover;
  z-index: -1;
}

.wedding_container {
  display: flex;
  align-items: center;
  width: 100%;
}

.wedding_container h3 {
  color: #5C3F00;
  font-size: 3rem;
  margin-bottom: 20px;
  padding-left: 20px;
}

.wedding_container p {
  font-size: 1.4rem;
  padding-left: 20px;
}

.wedding_container div {
  width: 50%;
}

.wedding_container .image_wrapper {
  overflow: hidden;
}

.wedding_container .image_wrapper img {
  width: 100%;
}

/*------ bbq ------*/
.bbq {
  position: relative;
  padding: 70px 20px 80px 20px;
}

.bbq::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 100px;
  bottom: 105px;
  background: no-repeat url(../img/bg_bbq.png) center/cover;
  z-index: -1;
}

.bbq_container {
  display: flex;
  align-items: center;
  width: 100%;
}

.bbq_container h3 {
  color: #5C3F00;
  font-size: 3rem;
  margin-bottom: 20px;
}

.bbq_container p {
  font-size: 1.4rem;
  padding-right: 20px;
}

.bbq_container div {
  width: 50%;
}

.bbq_container .image_wrapper {
  overflow: hidden;
}

.bbq_container .image_wrapper img {
  width: 100%;
}

/*------ access ------*/
.access {
  padding: 70px 20px 50px 20px;
  background-color: #F4EBE1;
}

.map_lead {
  color: #00478B;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 10px;
}

.access_container {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  width: 100%;
}

.airplane {
  width: 420px;
  display: flex;
  align-items: center;
}

.airplane img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}

.airplane p {
  vertical-align: middle;
  display: inline-block;
  font-size: 23px;
  color: #5C3F00;
}

.car {
  width: 320px;
  min-height: 50px;
  padding: 10px;
  margin: 0 10px 0 10px;
  display: flex;
  align-items: center;
  background-color: #fff;
}

.car img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 20px;
}

.car p {
  vertical-align: middle;
  display: inline-block;
  font-size: 14px;
}

.bus {
  width: 550px;
  min-height: 50px;
  padding: 10px;
  background-color: #fff;
  display: flex;
  align-items: center;
}

.bus img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 20px;
}

.bus p {
  vertical-align: middle;
  display: inline-block;
  font-size: 14px;
}

/*------ footer ------*/
footer {
  position: relative;
  background: no-repeat url(../img/bg_footer.png) top/cover;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
  padding: 110px 20px 30px 20px;
}

.footer_container {
  display: flex;
  align-items: flex-start;
}

.logo_container {
  display: flex;
  align-items: flex-end;
}

.logo_container h3 {
  color: #fff;
  font-size: 1.7rem;
  margin-bottom: 20px;
}

.logo_container p {
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.tel_container {
  display: flex;
  align-items: center;
}

.tel_container p {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 20px;
  margin-right: 10px;
}

.tel_container a {
  color: #fff;
  font-size: 2.8rem;
  margin-bottom: 20px;
}

.sns_container {
  display: flex;
}

.sns_container a {
  margin-right: 5px;
}

.logo_container {
  margin: 0 auto;
}

.logo_container div:first-child {
  margin-right: 30px;
}

.footer_menu {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 500px);
  padding-top: 25px;
}

.footer_menu li {
  margin-right: 35px;
  margin-bottom: 10px;
}

.footer_menu li a {
  color: #fff;
  font-size: 14px;
}

.copyright {
  display: block;
  margin: 80px auto 0 auto;
}

#back_to_top {
  position: fixed;
  right: 20px;
  bottom: 30px;
  cursor: pointer;
  z-index: 9999;
}

@media screen and (max-width: 1024px) {
  .mv_inner .bnr {
    left: 50%;
  }

  .tabmode {
    display: block !important;
  }

  /*------ mv ------*/
  /*------ header ------*/
  /*------ modal ------*/
  .modal_container > div {
    width: 50%;
  }

  .modal_menu01 {
    width: 50%;
    display: block;
  }

  .modal_menu02 {
    width: 100%;
    display: block;
  }

  .modal .sns_container {
    justify-content: flex-start;
  }

  /*------ concept ------*/
  .concept_container p {
    position: relative;
    width: 50%;
    font-size: 1.4rem;
    display: block;
    padding-left: 50px;
    line-height: 1.7;
  }

  /*------ recommend ------*/
  .recommend {
    padding: 70px 20px 50px 20px;
  }

  .recommend h2 {
    font-size: 4rem;
    margin-bottom: 10px;
  }

  .recommend .inner > p {
    margin-bottom: 30px;
  }

  .recommend_container a {
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 20px;
  }

  .recommend_container a:nth-child(2n) {
    margin-right: 0;
  }

  .recommend_container a:last-child {
    margin-right: 0;
  }

  .recommend_container .photos {
    height: calc(150vw / 1024 * 100);
    overflow: hidden;
  }

  .recommend_container a img {
    width: 100%;
    height: auto;
  }

  /*------ access ------*/
  .access {
    padding: 70px 20px 50px 20px;
  }

  .airplane {
    width: calc(30% - 20px);
  }

  .airplane img {
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
  }

  .airplane p {
    vertical-align: middle;
    display: inline-block;
    font-size: 14px;
  }

  .car {
    width: calc(30% - 20px);
    padding: 10px;
  }

  .car img {
    margin-right: 10px;
  }

  .car p {
    vertical-align: middle;
    display: inline-block;
    font-size: 14px;
  }

  .bus {
    width: calc(50% - 20px);
    padding: 10px;
  }

  .bus img {
    margin-right: 10px;
  }

  .bus p {
    font-size: 14px;
  }

  /*------ footer ------*/
  .footer_menu {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 62.5%;
  }

  body {
    font-size: 1.4em;
  }

  p {
    line-height: 1.7;
  }

  .pcmode {
    display: none !important;
  }

  .spmode {
    display: block !important;
  }

  .tabmode {
    display: none !important;
  }

  a:hover {
    opacity: 1;
  }

  .contents_z-index {
    position: relative;
    width: 100%;
  }

  .inner {
    width: 100%;
  }

  .ttl_container {
    margin-bottom: 30px;
    width: 100%;
    overflow: hidden;
  }
  .ttl_container div {
    width: auto;
  }
  .ttl_container div img {
    width: 150px;
  }
  .ttl_container div h2 img {
    height: auto;
  }
  .ttl_container div:nth-child(1), .ttl_container div:nth-child(3) {
    background-size: 100%;
  }
  .ttl_container div:nth-child(2) {
    margin: 0;
  }
  .ttl_container div:nth-child(2) h2 {
    margin: 0;
  }
  .ttl_container div:nth-child(2) h2 img {
    height: 20px;
    width: auto;
  }
  .ttl_container p {
    font-size: 1.4rem;
  }

  img {
    width: 100%;
  }

  a.c-btn {
    width: 100%;
  }

  /*------ modal ------*/
  .modal {
    opacity: 0;
    visibility: hidden;
    padding: 60px 20px 50px 20px;
    overflow: scroll;
  }

  .modal_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .modal_container div {
    width: 100%;
  }

  .modal_menu01 {
    width: 100%;
    margin-right: 0;
  }

  .modal_menu01 li {
    margin-bottom: 20px;
  }

  .modal_menu01 a {
    position: relative;
    border: 1px solid #fff;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 1.6rem;
  }

  .modal_menu01 a:before {
    position: absolute;
    content: url(../img/btn_arrow.png);
    right: 20px;
  }

  .sub_menu01 li {
    margin-bottom: 0 !important;
  }

  .sub_menu01 {
    border: 1px solid #fff;
  }

  .sub_menu01 a {
    position: relative;
    border: none;
  }

  .sub_menu01 a:after {
    position: absolute;
    content: url(../img/btn_arrow.png);
    right: 20px;
  }

  .sub_menu01 a:before {
    position: absolute;
    content: "";
    display: block;
    right: 20px;
    left: 20px;
    height: 1px;
    bottom: 0;
    background-color: #fff;
  }

  .sub_menu01 li:last-child a:before {
    display: none;
  }

  .modal_menu02 li {
    margin-bottom: 0 !important;
  }

  .modal_menu02 {
    width: 100%;
    border: 1px solid #fff;
  }

  .modal_menu02 a {
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 1.6rem;
  }

  .modal_menu02 a:after {
    position: absolute;
    content: url(../img/btn_arrow.png);
    right: 20px;
  }

  .modal_menu02 a:before {
    position: absolute;
    content: "";
    display: block;
    right: 20px;
    left: 20px;
    height: 1px;
    bottom: 0;
    background-color: #fff;
  }

  .modal_menu02 li:last-child a:before {
    display: none;
  }

  .modal_menu03 {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .modal_menu03 li {
    margin-right: 20px;
    margin-bottom: 10px;
  }

  .modal_menu03 a {
    color: #fff;
  }

  .modal .sns_container {
    margin-bottom: 20px;
    margin-top: 10px;
    justify-content: center;
  }

  /*------ mv ------*/
  .mv {
    height: 600px;
    width: 100%;
	margin-bottom: -165px;
  }

  .mv_bg {
    height: 600px;
    width: 100%;
	/*
    background: no-repeat url(../img/mv.png) center -110px/cover;
	*/
  }
  .mv_video video{
  	margin: 0 0 0 -55%;
	width: 210%;
  }

  .mv_inner {
    position: absolute;
	top: 0;
    width: 100%;
    transform: translateY(-30px);
  }
  .mv_inner .bnr {
    left: auto;
    right: 2rem;
    width: 20.1rem;
    bottom: 14rem;
  }
  .mv_inner .bnr img {
    width: 100%;
  }

  .logo {
    width: 150px;
  }

  .mv_lead {
    line-height: 1.4;
    font-size: 3.2rem;
    margin-top: 40px;
  }

  .mv_lead img {
    width: 150px;
    max-width: 100%;
    height: auto;
  }

  .header-container a {
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
  }

  .header-container a h1 {
    font-size: calc(20vw / 750 * 100);
    white-space: nowrap;
  }

  .mvSns_container a img {
    width: auto;
  }

  /*----------- custom -----------*/
  .navbar:hover {
    opacity: 1;
  }

  .js-open-modal {
    opacity: 1;
    visibility: visible;
    transition: all ease 1s;
  }

  .modal {
    transition: all ease 1s;
  }

  .modal-top li a {
    font-size: 2.2rem;
  }

  .modal-inner h2 {
    font-size: 2.1rem;
  }

  .navbar {
    display: block;
    width: 60px;
    height: 60px;
  }

  .navbar__icon {
    height: 2px;
    background-color: #fff;
    transition: ease .5s;
  }

  .navbar__icon {
    width: 20px;
  }

  /*OPEN時*/
  .js-change-navbar {
    height: 1px;
    transition: ease .5s;
  }

  .navbar__icon:nth-child(1) {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 40px;
  }

  .navbar__icon:nth-child(2) {
    position: fixed;
    top: 20px;
    right: 18px;
    width: 32px;
  }

  .navbar__icon:nth-child(3) {
    position: fixed;
    top: 30px;
    right: 26px;
    width: 24px;
  }

  .navbar__menu {
    position: fixed;
    top: 37px;
    right: 28px;
    width: 24px;
    color: #fff;
    font-size: 1.4rem;
  }

  .js-change-navbar:nth-child(1) {
    position: fixed;
    top: 20px;
    right: 12px;
    width: 35px;
  }

  .js-change-navbar:nth-child(2) {
    opacity: 0;
  }

  .js-change-navbar:nth-child(3) {
    position: fixed;
    top: 20px;
    right: 12px;
    width: 35px;
  }

  .btn_reserve {
    width: 60px;
    height: 60px;
    font-size: 1.2rem;
  }

  .btn_reserve img {
    width: 40px;
  }

  .navbar_container {
    top: 60px;
    z-index: 9999999 !important;
  }

  /*------ header ------*/
  header {
    background-color: #e9f5f3;
    width: 100%;
    padding: 0 0;
  }

  /*------ concept ------*/
  .concept {
    padding: 30px 20px 0 20px;
  }

  .concept h2 {
    color: #003567;
    font-size: calc(34vw / 750 * 100);
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: 1px;
    line-height: 1.7;
  }

  .concept_container {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 50px;
  }

  .concept_container:last-child {
    margin-bottom: 0;
  }

  .concept_container div {
    width: 100%;
  }

  .concept_container div:first-child {
    margin-bottom: 10px;
  }

  .concept_container p {
    width: 100%;
    font-size: 1.4rem;
    display: block;
    padding-left: 0px;
    line-height: 2.1;
  }

  .concept_container:nth-child(3) p {
    display: block;
    padding-right: 0px;
  }

  /*------ information ------*/
  .information {
    padding: 40px 20px 40px 20px;
    margin: 20px 0 5px 0;
  }

  .information .inner {
    flex-wrap: wrap;
    justify-content: center;
  }

  .sec_news {
    width: 100%;
    margin-right: 0;
  }

  .info_ttl {
    justify-content: center;
    margin-bottom: 10px;
  }

  a.btn_info {
    text-align: center;
    width: calc(200vw / 750 * 100);
    height: 50px;
    line-height: 50px;
    padding: 0 calc(10vw / 750 * 100);
    margin: 20px 0 30px 0;
    font-size: calc(26vw / 750 * 100);
    margin-left: auto;
  }

  .detail {
    height: auto;
  }

  .detail div {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .detail div time {
    width: 100px;
    display: block;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: calc(26vw / 750 * 100);
  }

  .detail div a {
    position: relative;
    width: 100%;
    font-size: calc(24vw / 750 * 100);
    padding-right: 20px;
    line-height: 1.7;
    display: block;
  }

  .detail div a:before {
    display: none;
  }

  /*------ recommend ------*/
  .recommend {
    overflow: hidden;
    padding: 60px 20px 50px 20px;
  }

  .recommend .inner > p {
    text-align: center;
    margin-bottom: 30px;
    font-size: calc(24vw / 750 * 100);
  }

  .recommend_container {
    display: flex;
    flex-wrap: wrap;
  }

  .recommend_container a {
    width: 100%;
    margin-right: 0;
    padding-bottom: 20px;
  }

  .recommend_container h3 {
    font-size: calc(26vw / 750 * 100);
    margin-top: 20px;
    padding: 0 10px;
  }

  .recommend_container p {
    font-size: 1.4rem;
    padding: 0 10px;
  }

  a.btn_recommend {
    position: relative;
    display: block;
    font-size: calc(32vw / 750 * 100);
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #7fa7b2;
    color: #fff;
    margin: 20px auto 0 auto;
    text-align: center;
  }

  a.btn_recommend:before {
    position: absolute;
    right: 20px;
    top: 2px;
    content: url(../img/btn_arrow.png);
  }

  .recommend_container .column-inner {
    width: calc(50% - 5px);
    margin-right: 10px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .recommend_container .column-inner:nth-child(2n) {
    margin-right: 0;
  }

  .recommend_container .photos {
    height: calc(220vw / 750 * 100);
    overflow: hidden;
  }

  .recommend_container a img {
    width: 100%;
    height: auto;
  }

  /*------ room ------*/
  .room {
    position: relative;
    padding: 50px 20px 50px 20px;
  }

  .room::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 75px;
    bottom: 55px;
    background: no-repeat url(../img/bg_room.png) center/cover;
    z-index: -1;
  }

  .room_container {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    width: 100%;
  }

  .room_container div {
    width: 100%;
  }

  .room_container h3 {
    font-size: calc(40vw / 750 * 100);
    margin-top: 20px;
  }

  .room_container p {
    font-size: 1.4rem;
    padding-right: 0;
  }

  /*------ wedding ------*/
  .wedding {
    position: relative;
    padding: 30px 20px 50px 20px;
  }

  .wedding::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 55px;
    bottom: 75px;
    background: no-repeat url(../img/bg_wedding.png) center/cover;
    z-index: -1;
  }

  .wedding_container {
    flex-wrap: wrap;
    width: 100%;
  }

  .wedding_container div {
    width: 100%;
  }

  .wedding_container h3 {
    font-size: calc(40vw / 750 * 100);
    margin-top: 20px;
    padding-left: 0;
  }

  .wedding_container p {
    font-size: 1.4rem;
    padding-left: 0;
  }

  /*------ bbq ------*/
  .bbq {
    position: relative;
    padding: 30px 20px 50px 20px;
  }

  .bbq::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 55px;
    bottom: 75px;
    background: no-repeat url(../img/bg_bbq.png) center/cover;
    z-index: -1;
  }

  .bbq_container {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    width: 100%;
  }

  .bbq_container div {
    width: 100%;
  }

  .bbq_container h3 {
    font-size: calc(40vw / 750 * 100);
    margin-top: 20px;
  }

  .bbq_container p {
    font-size: 1.4rem;
    padding-right: 0;
  }

  /*------ access ------*/
  .access {
    padding: 60px 0 50px 0;
  }

  .access .inner > p {
    margin-bottom: 30px;
    font-size: calc(24vw / 750 * 100);
  }

  .access_container {
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 0 20px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .airplane {
    width: 100%;
    margin-bottom: 30px;
    justify-content: center;
  }

  .airplane img {
    vertical-align: middle;
    display: inline-block;
    width: auto;
  }

  .airplane p {
    vertical-align: middle;
    display: inline-block;
    font-size: calc(36vw / 750 * 100);
    margin-left: 10px;
  }

  .car {
    width: 100%;
    padding: 20px 20px;
    margin: 0 0 10px 0;
    height: auto;
  }

  .car img {
    vertical-align: middle;
    display: inline-block;
    width: auto;
  }

  .car p {
    vertical-align: middle;
    display: inline-block;
    font-size: 1.4rem;
    white-space: nowrap;
    margin-left: 20px;
  }

  .bus {
    width: 100%;
    padding: 20px 20px;
    height: auto;
  }

  .bus img {
    margin-right: 20px;
    width: auto;
  }

  .bus p {
    font-size: 1.4rem;
    width: calc(100% - 90px);
    margin-left: 20px;
  }

  /*------ footer ------*/
  footer {
    position: relative;
    background: no-repeat url(../img/bg_footer.png) center/cover;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 120px 20px 30px 20px;
  }

  .footer_container {
    display: flex;
    flex-wrap: wrap;
  }

  .logo_container {
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    text-align: center;
  }

  .logo_container div {
    width: 100%;
  }

  .logo_container div img {
    width: auto;
  }

  .logo_container h3 {
    color: #fff;
    font-size: 1.7rem;
    margin-bottom: 10px;
  }

  .logo_container p {
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }

  .tel_container {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }

  .tel_container p {
    color: #fff;
    font-size: 1.2rem;
    margin-right: 10px;
    margin-bottom: 0;
  }

  .tel_container a {
    color: #fff;
    font-size: 2.8rem;
    margin-bottom: 0px;
  }

  .sns_container {
    display: flex;
    text-align: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .sns_container a {
    margin-right: 5px;
  }

  .sns_container a img {
    width: auto;
  }

  .logo_container div:first-child {
    margin-right: 0;
  }

  .logo_container {
    margin-right: 0;
  }

  .footer_menu {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 0;
  }

  .footer_menu li {
    margin-right: 20px;
    margin-bottom: 10px;
  }

  .footer_menu li a {
    color: #fff;
    font-size: 14px;
  }

  .copyright {
    width: 80%;
    margin: 50px auto 0 auto;
  }

  #back_to_top {
    right: 10px;
    bottom: 20px;
    cursor: pointer;
    width: auto;
  }

  ul.breadcrumbs {
    width: 100%;
  }
}
#page_top #recommends .ttl_container h2 {
  font-size: 2rem;
}
