@charset "utf-8";

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

*{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body{
	    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  width: 100%;
}

body a{
  text-decoration: none;
}

body ul li{
  list-style: none;
}

body a:hover{
	opacity: 0.6;
	filter:alpha(opacity=60);
    -moz-opacity: 0.6;
}


/*menu*/

#menu{
  width: 100%;
  background-color:rgba(255,255,255,0.9);
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.16);
          box-shadow: 0 2px 6px rgba(0,0,0,.16);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
height: 52.77px;
}

.header_wrap{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 20px 10px 20px;
}

.header_logo{
  height: 35px;
  width: auto;
}

.menu_list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu_list li a{
  font-size: 14px;
  color: #333;
  letter-spacing: 0.1em;
  font-family: 'Vollkorn', serif;
  padding: 0px 15px;
}

.lang_list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lang_list li a{
  font-size: 14px;
  color: #333;
  letter-spacing: 0.1em;
  padding: 0px 15px;
}

.lang_list li::after{
  content: "/";
}

.lang_list li:last-child::after{
  content: none;
}

.sns_list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sns_img a{
  width: 23px;
  display: block;
  margin: 0px 10px 0px 10px;
}

.sns_img a:last-child{
  margin: 0px 0px 0px 10px;
}

.sns_img a img{
  width: 100%;
}

/*main*/

main{
  width: 100%;
}

.main_wrap{
  width: 100%;
}

section{
  width: 100%;
}

.section_inner_purple{
  background-image: url(../images/bg_p.png);
  padding: 100px 15%;
}

.section_inner_white{
  background-color: #fff;
  padding: 100px 15%;
}

.header_margin{
  margin-top: 52.77px;
}

.section_title{
  color: #4CACB9;
  letter-spacing: 0.2em;
  font-family: 'Vollkorn', serif;
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.5;
}

.align_right{
  text-align: right;
}

.align_center{
  text-align: center;
}

/*viewmore*/
.more_btn{
  width: 120px;
  overflow: hidden;
  display: inline-block;
}

.more_btn .m-line-arrow {
    width: 100%;
    left: 0;
    bottom: 0;
}

.m-line-arrow {
    display: block;
    background-color: currentColor;
    width: 16px;
    height: 1px;
    position: absolute;
    -webkit-transition: background-color 0.3s cubic-bezier(0.28, 0.11, 0.32, 1);
    transition: background-color 0.3s cubic-bezier(0.28, 0.11, 0.32, 1);
}

.more_btn a {
    display: block;
    height: 23px;
    line-height: 1;
    color: #D88600;
    letter-spacing: 0.1em;
    position: relative;
    padding-right: 20px;
    font-family: 'Vollkorn', serif;
    text-align: left;
}

.more_btn .m-line-arrow:before {
    right: 0;
    bottom: 1px;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.m-line-arrow--r:before {
    right: 0;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.m-line-arrow:before {
    display: block;
    background-color: currentColor;
    width: 1px;
    height: 7px;
    position: absolute;
    bottom: 1px;
    content: '';
}

.section_inner_purple .m-btn {
    width: 240px;
}


.m-btn .m-line-arrow {
    width: 100%;
    left: 0;
    bottom: 0;
}
.m-line-arrow {
    display: block;
    background-color: currentColor;
    width: 16px;
    height: 1px;
    position: absolute;
}

/*mv*/

#top_mv_wrap{
  width: 100%;
  height: 100vh;
  position: relative;
}

.back::before{
  /* 透過した黒を上から重ねるイメージ */
  background-color: rgba(0,0,0,0.4);
  /* 自由に位置指定 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
}

.text-focus-in{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  z-index: 50;
}

#top_mv_wrap h2 {
  font-family: "Yu Mincho", "YuMincho", serif;
  font-size:40px;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  width: 80%;
   z-index: 10;
}
.text-focus-in {
    -webkit-animation: text-focus-in 2.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
            animation: text-focus-in 2.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2018-11-27 15:52:19
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation text-focus-in
 * ----------------------------------------
 */
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

.arrow_img{
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 50px;
  z-index: 50;
}

.arrow_img a{
  width: 50px;
  display: block;
}

.arrow_img img{
  width: 50px;
  height: auto;
}

/*スライド*/
#slide_wrapp {
  position: relative;
  overflow: hidden;
}
#slide_wrapp .slide_item {
  opacity: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 2s linear, -webkit-transform 7.5s linear;
  transition: opacity 2s linear, -webkit-transform 7.5s linear;
  transition: opacity 2s linear, transform 7.5s linear;
  transition: opacity 2s linear, transform 7.5s linear, -webkit-transform 7.5s linear;
  position: relative;
}
#slide_wrapp .slide_item:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
#slide_wrapp .slide_item.show_ {
  opacity: 1;
}
#slide_wrapp .slide_item.zoom_ {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#slide_wrapp .slide_item{
  display: block;
  z-index: 10;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/*concept*/

.concept_title{
  text-align: center;
  color: #333;
  font-size: 24px;
  letter-spacing: 0.1em;
  font-family: 'Vollkorn', serif;
  font-weight: normal;
  margin-bottom: 50px;
  line-height: 1.5;
}

.concept_text{
  text-align: center;
  color: #333;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 30px;
}

/*news*/

.news_list{
  margin-bottom: 30px;
}


.news_list li a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: #333;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding: 10px 0px;
  border-bottom: 1px dotted #979797;
}

.news_day{
  width: 120px;
}

.news_text{
  width: calc(100% - 120px);
  word-wrap: break-word;
  overflow: auto;
  line-height: 1.5
}

/*facilities*/


.facilities_box_wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: -50px;
}


.facilities_box{
  background-color: #fff;
}


.facilities_link{
  width: 30%;
  margin-right: 5%;
  display: inline-block;
  background-color: #fff;
  margin-bottom: 50px;
}

.facilities_link:nth-child(3n){
  margin-right: 0%;
}

.facilities_img {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 60px 0;
}


.facilities_img1::after{
   background: url(../images/sample1.jpg) no-repeat center center;
   position: absolute;
   content: "";
   display: block;
   width: 100%;
   height: 100%;
   top: 0;
   -ms-background-size: cover;
   background-size: cover;
   -webkit-transition: all .3s ease-out;
   transition: all .3s ease-out;
}

.facilities_img2::after{
   background: url(../images/sample2.jpg) no-repeat center center;
   position: absolute;
   content: "";
   display: block;
   width: 100%;
   height: 100%;
   top: 0;
   -ms-background-size: cover;
   background-size: cover;
   -webkit-transition: all .3s ease-out;
   transition: all .3s ease-out;
}

.facilities_img3::after{
   background: url(../images/sample3.jpg) no-repeat center center;
   position: absolute;
   content: "";
   display: block;
   width: 100%;
   height: 100%;
   top: 0;
   -ms-background-size: cover;
   background-size: cover;
   -webkit-transition: all .3s ease-out;
   transition: all .3s ease-out;
}

.facilities_img4::after{
   background: url(../images/sample4.jpg) no-repeat center center;
   position: absolute;
   content: "";
   display: block;
   width: 100%;
   height: 100%;
   top: 0;
   -ms-background-size: cover;
   background-size: cover;
   -webkit-transition: all .3s ease-out;
   transition: all .3s ease-out;
}

.facilities_img5::after{
   background: url(../images/sample5.jpg) no-repeat center center;
   position: absolute;
   content: "";
   display: block;
   width: 100%;
   height: 100%;
   top: 0;
   -ms-background-size: cover;
   background-size: cover;
   -webkit-transition: all .3s ease-out;
   transition: all .3s ease-out;
}

.facilities_img6::after{
   background: url(../images/sample6.jpg) no-repeat center center;
   position: absolute;
   content: "";
   display: block;
   width: 100%;
   height: 100%;
   top: 0;
   -ms-background-size: cover;
   background-size: cover;
   -webkit-transition: all .3s ease-out;
   transition: all .3s ease-out;
}








.facilities_img:hover:after {
    opacity: .8;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.facilities_img_inner .inner {
    z-index: 1;
    position: relative;
}

.facilities_more_btn .m-line-arrow {
    width: 100%;
    left: 0;
    bottom: 0;
}

.m-line-arrow {
    display: block;
    background-color: currentColor;
    width: 16px;
    height: 1px;
    position: absolute;
    -webkit-transition: background-color 0.3s cubic-bezier(0.28, 0.11, 0.32, 1);
    transition: background-color 0.3s cubic-bezier(0.28, 0.11, 0.32, 1);
}

.facilities_more_btn{
    display: inline-block;
    height: 23px;
    line-height: 1;
    color: #D88600;
    letter-spacing: 0.1em;
    position: relative;
    padding-right: 20px;
    font-family: 'Vollkorn', serif;
    text-align: left;
    width: 120px;
    overflow: hidden;
}

.facilities_more_btn .m-line-arrow:before {
    right: 0;
    bottom: 1px;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.m-line-arrow--r:before {
    right: 0;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.m-line-arrow:before {
    display: block;
    background-color: currentColor;
    width: 1px;
    height: 7px;
    position: absolute;
    bottom: 1px;
    content: '';
}

.section_inner_purple .m-btn {
    width: 240px;
}

.m-btn .m-line-arrow {
    width: 100%;
    left: 0;
    bottom: 0;
}
.m-line-arrow {
    display: block;
    background-color: currentColor;
    width: 16px;
    height: 1px;
    position: absolute;
}

.facilities_content{
  padding: 20px;
  text-align: center;
}

.facilities_logo{
  margin-bottom: 10px;
}

.facilities_logo img{
  height: 60px;
  width: auto;
}

.facilities_place{
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.facilities_catch{
  font-size: 13px;
  font-weight: normal;
  color: #636363;
  margin-bottom: 10px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

/*list*/

.list_wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.list_content{
  width: calc(100% - 400px);
  padding-right: 50px;
}

#hotel_list{
  margin-bottom: 30px;
}

#hotel_list li{
  border-top: 1px dotted #979797;
  padding: 10px 0px;
}

#hotel_list li:last-child{
  border-bottom: 1px dotted #979797;
}

.map_pin_img{
  width: 60px;
  padding-right: 0;
  background: url(../images/map_pin_g.svg) no-repeat 15px 50%;
  height: 30px;
}

.map_pin_img .active,
.map_pin_img:hover{
	background: url(../images/map_pin_p.svg) no-repeat 15px 50%;
}

.hotel_text{
  width: calc(100% - 60px);
}

.detail_link{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.hotel_name{
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 5px;
}

.hotel_address{
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #333;
}

.hotel_map{
  width: 400px;
  position: relative;
  padding-left: 50px;
}

.big_map{
  width: 100%;
}

#map_pin_list li{
  width: 50px;
  padding-right: 0;
  background: url(../images/map_pin_g.svg) no-repeat 15px 50%;
  height: 25px;
  position: absolute;
}
#map_pin_list li .active,
#map_pin_list li:hover{
	background: url(../images/map_pin_p.svg) no-repeat 15px 50%;
}

#map_pin_list li:nth-child(1){
  top: 10px;
  right: 70px;
  position: absolute;
}

#map_pin_list li:nth-child(2){
  top: 100px;
  right: 100px;
  position: absolute;
}

#map_pin_list li:nth-child(3){
  top: 150px;
  right: 120px;
  position: absolute;
}

#map_pin_list li:nth-child(4){
  top: 200px;
  right: 200px;
  position: absolute;
}

#map_pin_list li:nth-child(5){
  top: 210px;
  right: 230px;
  position: absolute;
}

#map_pin_list li:nth-child(6){
  top: 260px;
  right: 245px;
  position: absolute;
}

.big_map{
  width: 100%;
}

/*footer*/

.footer_wrap{
  width: 100%;
  background-image: url(../images/bg_g.png);
  padding: 100px 15%;
  text-align: center;
}

.footer_logo{
  width: auto;
  height: 128px;
  margin: 0 auto 100px auto;

}

.footer_logo img{
  height: 100%;
}

.footer_menu{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 100px;
}

.footer_menu li{
  padding: 0px 15px;
}

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

.copyright{
  font-size: 10px;
  color: #FAF7F7;
  margin-bottom: 100px;
}

.top_arrow_img{
  width: 50px;
  text-align: center;
  margin: auto;
}

.top_arrow_img img{
  width: 100%;
}


/*list.html*/

.pick_up_hotel{
    width: calc(100% - 400px);
    padding-right: 50px;
}

.margin_top_bottom{
  margin: 50px 0px;
}

.pick_up_hotel_box{
  position: relative;
  width: 100%;
  z-index: 1;
}

.pick_up_hotel_pin{
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  z-index: 2;
}

.pick_up_hotel_img{
  position: relative;
}

.pick_up_hotel_img_text{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  text-align: center;
}

.pick_up_hotel_logo{
  margin: 0 auto 20px;
}

.pick_up_hotel_logo img{
  height: 60px;
  width: auto;
}

.pick_up_hotel_address{
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: bold;
}

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

.pick_up_catch{
  font-size: 17px;
  color: #333;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
}

.hokkaido,.nagano,.saitama,.oosaka,.okinawa{
  display: none;
}

/*detail.html*/

/*point*/

.point_wrap{
  width: 100%;
  background-color: #fff;
  padding: 50px 0px;
}

.point_box{
  margin-bottom: 50px;
}

.point_box:last-child{
  margin-bottom: 0px;
}

.point_box_1 .point_main_title{
  font-family: "Yu Mincho", "YuMincho", serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #333;
  position: relative;
  display: inline-block;
  padding: 0 0 0 85px;
  margin-bottom: 30px;
}

.point_box_1 .point_main_title:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 70px;
    height: 1px;
    background-color: #333;
}

.point_box_1 .point_content{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
}

.point_box_1 .point_text{
  width: 33%;
  margin-left: 7%;
  margin-right: 5%;
}

.point_img{
  width: 55%;
}

.point_box_2 .point_main_title{
  font-family: "Yu Mincho", "YuMincho", serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #333;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 85px 0 0;
  margin: 0 0 30px auto;
}

.point_box_2 .point_main_title:after{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    width: 70px;
    height: 1px;
    background-color: #333;
}

.point_box_2 .point_content{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.point_box_2 .point_text{
  width: 33%;
  margin-right: 7%;
  margin-left: 5%;
}

.point_text{
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

/*stay*/

.stay_title {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  font-family: 'Noto Serif SC', serif;
  color: #333;
  font-size: 16px;
  letter-spacing: 0.1em;
}

.stay_title:before, .stay_title:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #333;;
}

.stay_title:before {
  left:0;
}
.stay_title:after {
  right: 0;
}

.room_box_wrap{
  margin: 50px 0px 0px 0px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.room_box{
  width: 48%;
  border: 1px solid #E2E2E2;
  background-color: #fff;
  margin-bottom: 50px;
}

.room_type{
  padding: 15px 20px;
  font-size: 15px;
  font-family: "Yu Mincho", "YuMincho", serif;
  color: #333;
  letter-spacing: 0.1em;
  text-align: center;
}

.room_img{

}

.room_text{
  padding: 20px;
  color: #333;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.room_yen{
  font-size: 14px;
  margin-bottom: 10px;
}

.room_size{
  font-size: 11px;
  margin-bottom: 10px;
}

.room_detail{
  font-size: 12px;
}

.info_list{
  margin: 50px 0px;
}

.info_list_detail{
  border-top: 1px dotted #979797;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0px;
}

.info_list_detail:last-child{
  border-bottom: 1px dotted #979797;
}

.info_title{
  width: 150px;
  line-height: 1.5;
  font-family: 'Noto Serif SC', serif;
  color: #333;
  letter-spacing: 0.1em;
  font-size: 15px;
}

.info_text{
  width: calc(100% - 150px);
  color: #333;
  letter-spacing: 0.1em;
  line-height: 2;
  font-size: 13px;
}

.info_text .bold{
  font-weight: bold;
  font-size: 15px;
}

.info_text .supplement{
  font-weight: normal;
  font-size: 13px;
}

.info_text ul li{
  font-size: 13px;
  color: #333;
  letter-spacing: 0.1em;
  line-height: 2;
}

/*gallery*/


.mypattern .slick-slide:not(.slick-center) {
  -webkit-filter: opacity(70%);
  -moz-filter: opacity(70%);
  -o-filter: opacity(70%);
  -ms-filter: opacity(70%);
  filter: opacity(70%);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.slider {
    width: 90%;
    margin: 0 auto;
  }
  .slick-slide img {
    width: 100%;
    height: auto;
  }
  .mypattern{
    width: 100%;
  }
  .mypattern .slick-slide{
    margin: 5px;
  }


  /*reserve*/

  .reserve_btn{
    background-color: #D88600;
    padding: 15px 35px;
    color: #fff;
    letter-spacing: 0.15em;
    display: inline-block;
  }

  .reserve_btn span{
    margin-left: 20px;
  }

  /*access*/

  .access_box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .google_map{
    width: 60%;
  }

  .google_map_sp{
    display: none;
  }

  .access_text{
    width: 60%;
    padding: 20px;
    background-color: #fff;
  }

  .access_text p{
    font-size: 13px;
    color: #333;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .google_more_btn{
    width: 150px;
    overflow: hidden;
    display: inline-block;
  }

  .google_more_btn .m-line-arrow {
      width: 100%;
      left: 0;
      bottom: 0;
  }

  .google_more_btn a {
      display: block;
      height: 23px;
      line-height: 1;
      color: #D88600;
      letter-spacing: 0.1em;
      position: relative;
      padding-right: 20px;
      font-family: 'Vollkorn', serif;
      text-align: left;
  }

  .google_more_btn .m-line-arrow:before {
      right: 0;
      bottom: 1px;
      -webkit-transform-origin: 100% 100%;
      transform-origin: 100% 100%;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
  }

/*sp_reserve*/

#sp_reserve{
  display: none;
  width: 100%;
  height: 44px;
  z-index: 100;
}

#sp_reserve a{
  background-color: #D88600;
  color: #fff;
  padding: 15px 5%;
  letter-spacing: 1px;
  font-size: 14px;
  width: 100%;
  height: 44px;
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: center;
  font-weight: bold;
  z-index: 100;
}

#sp_reserve span{
  margin-left: 20px;
}

  .bounce {
  -webkit-animation: bounce_3598 3.6s ease infinite;
          animation: bounce_3598 3.6s ease infinite;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

@-webkit-keyframes bounce_3598 {
  0% { -webkit-transform:translateY(0); transform:translateY(0) }
  5.55556% { -webkit-transform:translateY(0); transform:translateY(0) }
  11.11111% { -webkit-transform:translateY(0); transform:translateY(0) }
  22.22222% { -webkit-transform:translateY(-15px); transform:translateY(-15px) }
  27.77778% { -webkit-transform:translateY(0); transform:translateY(0) }
  33.33333% { -webkit-transform:translateY(-15px); transform:translateY(-15px) }
  44.44444% { -webkit-transform:translateY(0); transform:translateY(0) }
  100% { -webkit-transform:translateY(0); transform:translateY(0) }
}

@keyframes bounce_3598 {
  0% { -webkit-transform:translateY(0); transform:translateY(0) }
  5.55556% { -webkit-transform:translateY(0); transform:translateY(0) }
  11.11111% { -webkit-transform:translateY(0); transform:translateY(0) }
  22.22222% { -webkit-transform:translateY(-15px); transform:translateY(-15px) }
  27.77778% { -webkit-transform:translateY(0); transform:translateY(0) }
  33.33333% { -webkit-transform:translateY(-15px); transform:translateY(-15px) }
  44.44444% { -webkit-transform:translateY(0); transform:translateY(0) }
  100% { -webkit-transform:translateY(0); transform:translateY(0) }
}

#hotel_list > li.active .map_pin_img {
  background: url(../images/map_pin_p.svg) no-repeat 15px 50%;
}

#map_pin_list > li.active {
  background: url(../images/map_pin_p.svg) no-repeat 15px 50%;
}
.pick_up_hotel_box {
  display: none;
}

.pick_up_hotel_box.active {
  display: block;
}

/*ハンバーガーメニュー*/

#sp_menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 52.77px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.16);
          box-shadow: 0 2px 6px rgba(0,0,0,.16);
  z-index: 100;
  padding: 5px 10px;
  display: none;
}

.sp_menu_logo{
  height: 35px;
  width: auto;
}

.sp_menu_logo img{
  height: 35px;
  width: auto;
}

.global-nav {
  position: fixed;
  right: -320px; /* これで隠れる */
  top: 0;
  width: 300px; /* スマホに収まるくらい */
  height: 100vh;
  padding-top: 40px;
  background-color: #fff;
  -webkit-transition: all .6s;
  transition: all .6s;
  z-index: 200;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
}
.hamburger {
  position: absolute;
  right: 0;
  top: 5px;
  width: 40px; /* クリックしやすいようにちゃんと幅を指定する */
  height: 40px; /* クリックしやすいようにちゃんと高さを指定する */
  cursor: pointer;
  z-index: 300;
}
.global-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.global-nav__item {
  text-align: center;
  padding: 0 14px;
}
.global-nav__item a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px dotted #979797;
  text-decoration: none;
  color: #333;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-size: 15px;
  letter-spacing: 1px;
}
.global-nav__item a:hover {
  background-color: #eee;
}
.hamburger__line {
  position: absolute;
  left: 11px;
  width: 18px;
  height: 1px;
  background-color: #333;
  -webkit-transition: all .6s;
  transition: all .6s;
}
.hamburger__line--1 {
  top: 14px;
}
.hamburger__line--2 {
  top: 20px;
}
.hamburger__line--3 {
  top: 26px;
}
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .6s;
  transition: all .6s;
  cursor: pointer;
}
/* 表示された時用のCSS */
.nav-open .global-nav {
  right: 0;
}
.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
}
.nav-open .hamburger__line--1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 20px;
}
.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}
.nav-open .hamburger__line--3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 20px;
}
.global-nav__item a img{
  width: 16px;
  height: 16px;
  margin-right: 10px;
  vertical-align: top;
}

.global-nav__item a .small{
  font-size: 12px;
  margin-right: 10px;
}

.global-nav__item a .icon_text{
  line-height: 16px;
}


/*concept*/

.concept_main_img{
  width: 100%;
  margin-bottom: 50px;
}

.concept_page_point_wrap{
  margin-top: 50px;
}

.concept_page_point_left{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.concept_page_point_right{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          margin-bottom: 40px;
}

.concept_page_point_img{
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFF;
  font-size: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 5%;
  background-attachment: fixed;
}


.concept_page_point_text_left{
  width: 45%;
  margin-left: 5%;
}

.concept_page_point_text_right{
  width: 45%;
  margin-right: 5%;
}

.concept_point_title{
  font-family: "Yu Mincho", "YuMincho", serif;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.fade {
   width: 100%;
   margin-bottom: 50px;
 }
.fade_item{
   width: 100%;
 }

 .point_title{
  font-family: "Yu Mincho", "YuMincho", serif;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.point_text{
  font-size: 14px;
  color: #333;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.concept_page_wrap{
  margin-bottom: -40px;
}


 /*contact*/


 .contact_step{
   margin: 50px 0px;
   width: 100%;
   list-style-type: none;
   -js-display: flex;
   display: flex;
   display: -webkit-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   padding: 0;
   overflow: hidden;
 }

 .contact_step li {
   width: 100%;
   position: relative;
   background: #4CACB9;
   padding: 1em 0.5em 1em 2em;
   text-align: center;
   letter-spacing: 1.5px;
   color: #fff;
   font-size: 15px;
 }
 @media only screen and (max-width: 960px) {
   .contact_step li {
     font-size: 12px;
   }
 }
 .contact_step li.contact_step_page {
   background: #D88600;
   font-weight: bold;
 }
 .contact_step li.contact_step_page:after {
   border-color: transparent transparent transparent #D88600;
 }
 .contact_step li:last-child {
   padding-right: 1em;
 }
 .contact_step li:last-child:before {
   display: none;
 }
 .contact_step li:last-child:after {
   display: none;
 }
 .contact_step li:before {
   content: "";
   position: absolute;
   width: 0;
   height: 0;
   margin: auto;
   top: -15px;
   right: -1em;
   border-style: solid;
   border-color: transparent transparent transparent #fff;
   border-width: 40px 0 40px 1em;
   z-index: 10;
 }
 @media only screen and (max-width: 960px) {
   .contact_step li:before {
     border-width: 35px 0 35px 1em;
   }
 }
 .contact_step li:after {
   content: "";
   position: absolute;
   width: 0;
   height: 0;
   margin: auto;
   top: -15px;
   right: -.8em;
   border-style: solid;
   border-color: transparent transparent transparent #4CACB9;
   border-width: 40px 0 40px 1em;
   z-index: 10;
 }
 @media only screen and (max-width: 960px) {
   .contact_step li:after {
     border-width: 35px 0 35px 1em;
   }
 }

 .contact_block{
   width: 100%;
   margin-bottom: 30px;
 }

 .contact_block:last-child{
   margin-bottom: 0px;
 }

 .contact_text{
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   margin-bottom: 10px;
   -ms-flex-wrap: wrap;
       flex-wrap: wrap;
 }

 .contact_title{
   font-size: 16px;
   letter-spacing: 0.1em;
   color: #333;
   font-weight: bold;
   margin-right: 20px;
   font-family: "Yu Mincho", "YuMincho", serif;
 }

 .contact_required{
   font-size: 11px;
   letter-spacing: 0.15em;
   color: #fff;
   background-color: #E4AA4C;
   padding: 5px 10px;
   margin-right: 20px;
   display: inline-block;
 }

 .contact_error{
   font-size: 13px;
   font-weight: normal;
   letter-spacing: 0.1em;
   line-height: 1.5;
   color: #C71F1F;
 }

 .contact_input{
   width: 100%;
   border: 1px solid #636363;
   font-size: 14px;
   padding: 5px 10px;
   color: #333;
   letter-spacing: 0.1em;
   outline: none;
 }

 .contact_input:focus{
   background-image: url(../images/bg_p.png);
 }

 .contact_textarea{
   width: 100%;
   border: 1px solid #636363;
   font-size: 14px;
   padding: 5px 10px;
   height: 150px;
   color: #333;
   letter-spacing: 0.1em;
   line-height: 1.5;
   outline: none;
 }

 .contact_textarea:focus{
   background-image: url(../images/bg_p.png);
 }

 .contact_btn_area{
   margin-top: 50px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
 }

 .form_btn{
   font-size: 16px;
   background-color: #D88600;
   color: #fff;
   padding: 15px 35px;
   text-decoration: none;
   display: inline-block;
   letter-spacing: 0.1em;
   border: none;
   margin: 0px 10px;
   line-height: normal;
 }

 .privacy{
   margin-top: 30px;
   text-align: center;
   font-size: 13px;
   color: #333;
   letter-spacing: 0.1em;
   line-height: 1.5;
 }

 .privacy a{
   text-decoration: underline;
   color: #333;
 }


 /*confirm*/

 .contact_confirm_text{
   font-size: 16px;
   color: #333;
   line-height: 1.5;
   letter-spacing: 0.1em;
 }




 /*complete*/

 .form_complete{
   text-align: center;
   margin: 50px 0px;
 }

 .form_complete_title{
   font-size: 22px;
   color: #333;
   line-height: 1.5;
   letter-spacing: 0.1em;
   margin-bottom: 20px;
   font-family: "Yu Mincho", "YuMincho", serif;
 }

 .form_complete_text{
   font-size: 16px;
   color: #333;
   line-height: 1.5;
   letter-spacing: 0.1em;
 }

 .form_complete_text a{
   font-size: 16px;
   color: #D88600;
   line-height: 1.5;
   letter-spacing: 0.1em;
   text-decoration: underline;
 }



@media screen and (max-width: 980px){

  .list_wrap{
    display: block;
  }

  .list_content{
    width: 100%;
    padding-right: 0px;
  }

  .hotel_map{
    display: none;
  }

  .pick_up_hotel{
    display: none;
  }

}


@media screen and (max-width: 768px){

  #menu{
    display: none;
  }

  #sp_menu{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  #top_mv_wrap h2{
    font-size: 32px;
  }

  .section_inner_purple{
    padding: 80px 5%;
  }

  .section_inner_white{
    padding: 80px 5%;
  }

  .section_title{
    font-size: 26px;
  }

  .news_list li a{
    font-size: 12px;
  }

  .news_day{
    width: 90px;
  }

  .news_text{
    width: calc(100% - 90px);
  }

  .facilities_box_wrap{
    display: block;
  }

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

  .footer_wrap{
    padding: 80px 5%;
  }

  .footer_logo{
    height: 90px;
    width: auto;
    margin: 0 auto 80px auto;
  }

  .footer_menu{
    margin-bottom: 80px;
  }

  .footer_menu li a{
    font-size: 11px;
  }

}

  .footer_brand_list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 100px;
  }

  .footer_brand_list a{
    display: block;
  }

  .footer_brand_list img{
    height: 80px;
    margin: 0 30px;
  }

@media only screen and (max-width: 768px){

  .footer_brand_list{
    margin-bottom: 80px;
  }

  .footer_brand_list img{
    height: 50px;
    margin: 0 20px;
  }

  .point_box_1 .point_main_title{
    font-size: 17px;
    margin-right: 10px;
  }

  .point_box_1 .point_content{
    display: block;
    padding: 0 10px;
  }

  .point_img{
    width: 100%;
    margin-bottom: 30px;
  }

  .point_box_1 .point_text{
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }

  .point_box_2 .point_main_title{
    font-size: 17px;
    margin-left: 10px;
  }

  .point_box_2 .point_content{
    display: block;
    padding: 0 10px;
  }

  .point_box_2 .point_text{
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }

  .room_box_wrap{
    display: block;
  }

  .room_box{
    width: 100%;
  }


  .info_title{
    width: 120px;
  }

  .info_text{
    width: calc(100% - 120px);
  }

  .access_box{
    display: block;
  }

  .google_map{
    display: none;
  }

  .google_map_sp{
    display: block;
  }

  .access_text{
    width: 100%;
  }

  #sp_reserve{
    display: block;
  }

  .detail_reserve_margin{
    margin-bottom: 44px;
  }

  .concept_page_point_left{
    display: block;
  }

  .concept_page_point_right{
    display: block;
  }

  .concept_page_point_img{
    width: 100%;
    margin-bottom: 20px;
    background-attachment: local;
  }

  .concept_page_point_text_left{
    width: 100%;
    margin-left: 0px;
  }

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

  .concept_title{
    font-size: 20px;
  }


  .contact_title{
    font-size: 13px;
  }

  .contact_error{
    font-size: 11px;
    width: 100%;
    margin-top: 10px;
  }

  .contact_input{
    font-size: 14px;
  }

  .contact_textarea{
    font-size: 14px;
  }

  .form_btn{
    font-size: 13px;
  }

  .contact_btn_area{
    margin-top: 30px;
  }

  .form_btn{
    padding: 10px 35px;
  }


  .contact_confirm_text{
    font-size: 13px;
  }

  .form_complete_title{
    font-size: 18px;
  }

  .form_complete_text{
    font-size: 13px;
  }

  .form_complete_text a{
    font-size: 13px;
  }


}



/*company*/

.transparent_white_bg{
  background-color: rgba(255, 255, 255, 0.8);
  padding: 50px 30px;
}

.company_detail_wrap{
  width: 100%;
}

.company_block{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dotted #979797;
  padding: 10px 0px;
  width: 100%;
}

.company_title{
  color: #333;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1.5;
  width: 200px;
}

.company_text{
  color: #333;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: normal;
  line-height: 1.5;
  width: calc(100% - 200px);
}

@media screen and (max-width: 768px){

  .company_title{
    font-size: 12px;
    width: 130px;
  }

  .company_text{
    font-size: 12px;
    width: calc(100% - 130px);
  }

  .transparent_white_bg{
    background-color: rgba(255, 255, 255, 0.4);
    padding: 40px 10px;
  }

}

/*privacy_policy*/

#privacy_editor_wrap{
  width: 100%;
}

.privacy_block{
  margin-bottom: 30px;
}

.privacy_block:last-child{
  margin-bottom: 0px;
}

#privacy_editor_wrap h3{
  color: #333;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}

#privacy_editor_wrap p{
  color: #333;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: normal;
  line-height: 1.5;
}

#privacy_editor_wrap ul{
  color: #333;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: normal;
  line-height: 1.5;
}


@media screen and (max-width: 768px){

  .privacy_block{
    margin-bottom: 20px;
  }

  #privacy_editor_wrap h3{
    font-size: 14px;
  }

  #privacy_editor_wrap p{
    font-size: 12px;
  }

  #privacy_editor_wrap ul{
    font-size: 12px;
  }

}


/*news_list*/

.news_search_box_wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

.news_search_box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 50px;
  font-size: 11px;
  letter-spacing: 0.1em;
}

.news_search_box  .search_title{
  padding-right: 20px;
  letter-spacing: 0.2em;
}

.search_title{
  display: inline-block;
  vertical-align: top;
  color: #D88600;
  font-family: 'Vollkorn', serif;
}

.news_list_search_select{
    width: 135px;
    height: 30px;
    color: #040000;
    border-bottom: 1px solid #040000;
    cursor: pointer;
}

.select_inner{
    position: relative;
    width: 100%;
    height: 100%;
}

.news_list_search_select select{
    height: 30px;
    width: 100%;
    padding: 0 20px 0 5px;
    display: block;
    color: #040000;
    cursor: pointer;
}

.news_list_search_select select:focus{
  outline: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
    border-radius: 0;
}

.news_list_search_select_arrow{
    width: 20px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
    pointer-events: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
}

.i-t-down:before {
   content: "\025bc";
}

.news_list_box_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: -50px;
}

.news_list_box {
    width: 30%;
    margin-right: 5%;
    display: inline-block;
    background-color: #fff;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.news_list_box:nth-child(3n) {
    margin-right: 0%;
}

.news_img_area {
  width: 100%;
  overflow: hidden;
}

.news_img{
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
    display: block;
    background-position:center center;
    background-repeat: no-repeat;
    background-size:cover;
}


.news_img:hover{
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.news_hotels{
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
  background-color: #D88600;
  z-index: 2;
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #fff;
  font-weight: normal;
  display: block;
}

.news_hotels a{
  color: #fff;
}

.news_content{
  padding: 20px;
}

.news_day{
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #4CACB9;
  margin-bottom: 5px;
}

.news_category{
  padding: 5px;
  color: #D88600;
  border: 1px solid #D88600;
  background-color: #fff;
  font-size: 11px;
  margin-bottom: 5px;
  display: inline-block;
  font-weight: normal;
}

.news_title{
  color: #040000;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-weight: normal;
  margin-bottom: 5px;
  display: block;
}

.news_tag{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news_tag li a{
  display: block;
  margin-right: 10px;
  font-size: 11px;
  color: #D88600;
  line-height: 1.5;
  border-bottom: 1px solid #D88600;
}

.news_page_warp{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}

.news_page_prev{
  font-size: 14px;
  color: #D88600;
  font-family: 'Vollkorn', serif;
  letter-spacing: 3.5px;
  margin-right: 20px;
}

.news_page_next{
  font-size: 14px;
  color: #D88600;
  font-family: 'Vollkorn', serif;
  letter-spacing: 3.5px;
  margin-left: 20px;
}

.news_page_number{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news_page_item{
    margin: 0 7px;
    color: #D88600;
    font-size: 14px;
    letter-spacing: 3.5px;
}

.news_page_link{
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    color: #D88600;
    border: 1px #D88600 solid;
    background-color: #fff;
}

.news_page_link.active {
    background-color: #D88600;
    color: #fff;
}

.news_page_link span {
    position: absolute;
    top: 50%;
    left: 55%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 1100px){

  .news_search_box_wrap{
    display: block;
  }

  .news_search_box{
    margin-bottom: 10px;
  }

  .news_search_box:last-child{
    margin-bottom: 0px;
  }

  .news_search_box .search_title{
    width: 120px;
  }

}

@media screen and (max-width: 768px){
    .news_list_box_wrap{
      display: block;
    }

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

    .news_page_item{
      font-size: 12px;
      letter-spacing: 2px;
      margin: 0 5px;
    }

    .news_page_link{
      width: 25px;
      height: 25px;
    }

    .news_page_prev{
      font-size: 12px;
      letter-spacing: 1.5px;
      margin: 0 10px 0 0;
    }

    .news_page_next{
      font-size: 12px;
      letter-spacing: 1.5px;
      margin: 0 0 0 10px;
    }

}

/*news_detail*/

#news_editor{
  background-color: rgba(255, 255, 255, 0.8);
  padding: 50px 30px;
}

.news_content_wrap{
  width: 100%;
  /* margin-bottom: -50px; */
}

#news_editor .news_information1{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

#news_editor h5{
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #4CACB9;
  margin-bottom: 5px;
  margin-right: 30px;
}

#news_editor h4 a{
  padding: 5px;
  background-color: #D88600;
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #fff;
  font-weight: normal;
}

#news_editor h1{
  font-family: "Yu Mincho", "YuMincho", serif;
  font-size: 22px;
  font-weight: normal;
  border-bottom: 1px solid #040000;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 20px;
}

.news_information2{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

#news_editor h3 a{
  padding: 5px;
  color: #D88600;
  border: 1px solid #D88600;
  background-color: #fff;
  font-size: 11px;
  display: inline-block;
  font-weight: normal;
  margin-right: 30px;
  line-height: 1.5;
}

#news_editor ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#news_editor ul li a{
  display: block;
  margin-right: 10px;
  font-size: 11px;
  color: #D88600;
  line-height: 1.5;
  border-bottom: 1px solid #D88600;
}

#news_editor .news_img_detail{
  background-position:center center;
  background-repeat: no-repeat;
  background-size:cover;
  margin-bottom: 50px;
}

#news_editor p{
  color: #333;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 50px;
}

#news_editor h2{
  font-family: "Yu Mincho", "YuMincho", serif;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 30px;
}

.related_news_wrap{
  background-color: #fff;
  padding: 100px 15%;
}

@media screen and (max-width: 768px){

  #news_editor{
   padding: 40px 10px;
  }

 .related_news_wrap{
   padding: 80px 5%;
 }



}



/*gallery*/

.gallery_title{
  color: #333;
  font-size: 20px;
  letter-spacing: .1em;
  font-family: Vollkorn,serif;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 1.5;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
}

.gallery_box{
  margin-bottom: 50px;
}

.gallery_box:last-child{
  margin-bottom: 0px;
}

@media screen and (max-width: 768px){

  .gallery_title{
    font-size: 18px;
  }

}

.gallery_box .gallery_img{
    background-position:center center;
    background-repeat: no-repeat;
    background-size:cover;
    height: 300px !important;
  }

  @media screen and (max-width: 768px){
    .gallery_box .gallery_img{
      height: 200px !important;
    }
  }

.hotel_detail_gallery .gallery_img{
    background-position:center center;
    background-repeat: no-repeat;
    background-size:cover;
    height: 300px !important;
}

@media screen and (max-width: 768px){
  .hotel_detail_gallery .gallery_img{
    height: 200px !important;
  }
}

#map_pin_list li a {
    display: block;
    height: 100%;
}

.google_map iframe {
    width: 100%;
    height: 230px;
}

.google_map_sp iframe {
    width: 100%;
    height: 230px;
}

.concept_page_point_right {
	margin-bottom: 40px;
}

.facilities_img::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.mr-1{
    margin-right: 10px;
}

.mr-2{
    margin-right: 20px;
}

.mr-3{
    margin-right: 30px;
}

.mr-4{
    margin-right: 40px;
}

#news_editor img {
    max-width: 100%;
    height: auto !important;
}
