@charset "utf-8";
/* CSS Document */
* {
  padding: 0;
  margin: 0;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix:before {
　　　　content: "";
	display: block;
	clear: both;
}

.clearfix {
	display: block;
}
/*
＊＊＊＊＊＊＊＊＊＊

フォント

＊＊＊＊＊＊＊＊＊＊
*/
@font-face {
  font-family: 'BigCaslon Medium';
  src: url("../assets/fonts/Big Caslon Medium.ttf") format("truetype");
}
@font-face {
  font-family: 'helvetica';
  src: url("../assets/fonts/Helvetica-Neue-Interface.ttf.woff") fomat("woff");
}

.fadein {
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 500ms;
}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}


/*
※※※※※※※※※※※※※※※※

共通

※※※※※※※※※※※※※※※※
*/
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  color: #3E3A39;
  overflow-x: hidden;
}

.wrap {
    background-color: #f0f0f0;
}

p {
  margin-bottom: 1.2em;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  color: #3E3A39;
}

.sec_title {
  font-family: 'BigCaslon Medium';
  color: #fff;
  font-size: 6.1rem;
  letter-spacing: 0.05em;
}
.flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.inner {
  max-width: calc(925px + 4%);
  width: 96%;
  margin: 0 auto;
  padding: 0 2%;
}

ul {
  align-items: center;
  list-style-type: none;
}
.pc {
  display: block;
}
.sp {
  display: none;
}

ul a{
    text-decoration: none;
}

table.type1 td, table.type1 th {
  border: 1px solid #b4b2b2;
  padding: 1.2em 1em;
  text-align: left;
  line-height: 1.6em;
  vertical-align: middle;
}

table.type1 th {
  border-left: none;
    font-weight: 100;
  text-align: center;
}

table.type1 td {
  border-right: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

@media screen and (max-width: 767px) {
  body {
      font-size: 12px;
      font-size: 1.2rem;
  }
  .inner {
    max-width: none;
    width: 92%;
    padding:0 4%;
  }

  .sec_title {
    font-size: 7vw;
  }
  .pc {
  display: none;
  }
  .sp {
  display: block;
  }
  
}
    
/*
※※※※※※※※※※※※※※※※

ヘッダー

※※※※※※※※※※※※※※※※
*/
header {
  margin-bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
 position: absolute;
  top: 0;
  left: 0;
}

.btn_movie {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  margin-top: 0; 
}

.btn_movie a {
  display: inline-block;
  padding: 0 0px;
  border: 1px solid #c65e19;
  color: #fff;
  text-align: center;
  background-color: #c65e19;
  height: 70px;
  line-height: 70px;
  text-decoration: none;
  max-width: 920px;
  width: 96%;
  letter-spacing: 0.2em;
  font-family: 'BigCaslon Medium';
}

@media screen and (max-width: 767px) {
.btn_movie a{
  width: 92%;
}
}
    
    
/*
※※※※※※※※※※※※※※※※

スマホメニュー

※※※※※※※※※※※※※※※※
*/

.sp_menu {
  background-color: #001f3d;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  z-index: 99;
  overflow-y: scroll;
}

.lang_wrap {
  background-color: #001f3d;
  width: 40%;
  position: absolute;
  top: 0;
  right: 10%;
  padding-bottom: 0;
  padding-left: 30px;
}

.lang_wrap ul li {
  position: relative;
}

.lang_wrap ul li a:after {
  content: '/ ';
  position: absolute;
  right: -15px;
  top: 35px;
}
.lang_wrap ul li:last-child a:after { 
  content: none;
}

.lang_wrap ul {
  list-style: none;
  display: flex;
  margin-top: 10px;
  padding-left: 15px;
}

.lang_wrap ul {
  background-image: url("../images/lang.png");
  background-repeat: no-repeat;
  background-position: left 5px top 30px;
}
.lang_wrap ul li {
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.lang_wrap ul li a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  text-decoration: none;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 20px;
}

.menu_wrap {
  width: 100%;
  display: flex;
  margin-top: 60px;
  margin-bottom: 100px;
}

.menu_bg {
  width: 35%;
  background-color: #001f3d;
  margin-top: 60px;
  position: relative;
}

h1{
  text-align: center;
}

.menu_bg img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  width: 150px;
}
.sp_menu nav {
  background-color: #001f3d;
  width: 65%;
  padding-top: 50px;
}

.menu_wrap nav ul {
  list-style: none;
  display: flex;
  margin: 0 auto;
  width: 80%;
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 5px;
  flex-wrap: wrap;
}
.menu_wrap nav ul li a {
  display: block;
  text-align: left;
  color: #fff;
  font-size: 3rem;
  text-decoration: none;
  padding-top: 30px;
  padding-right: 10px;
  padding-bottom: 50px;
  padding-left: 80px;
  letter-spacing: 0.1em;
  font-family: 'BigCaslon Medium';
}
.menu_wrap nav ul li a:hover {
  color: #c65e19;
}
.menu_wrap nav ul li:before {
  content: '';
  display: block;
  width: 1px;
  height: 40px;
  background-color: #c65e19;
  position: absolute;
  bottom: 0px;
  left: 90px;
}
.menu_wrap nav ul li {
  width: 50%;
  position: relative;
}

@media screen and (max-width:767px) {
    .menu_wrap{
        margin: 0 auto;
        position: relative;
        flex-direction: column-reverse;
    }

    .menu_bg{
        width: 100%;
    }

    
    .menu_bg img{
        bottom: 0;
    }
    
    .sp_menu nav{
      padding-top: 0;
      margin: 0 auto;
      width: 100%;    
    }
  
    .sp_menu ul{
        width: 100%;
        margin-top: 90px;
        height: auto;
        margin: 0 auto;
    }
    
    .sp_menu li{
        width: 100%;
        height: auto;
    }
  
  .menu_wrap nav ul {
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 5px;
  }
    
    .menu_wrap nav ul li a{
      font-size: 2.5rem;
      padding-left: 20%;
      padding-top: 15px;
    }
    
    .lang_wrap{
        position: static;
    }
  
  .lang_wrap ul li a {
  font-size: 1.4rem;
  padding-right: 0;
  padding-left: 0;
}
  
  .menu_wrap nav ul li:before {
    height: 30px;
    left: 8vw;
    bottom: 15px;
  }
   
}



h1 {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

#slide {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

#slide{
    position: relative;
}

#slide ul li:first-child {
  background-image: url("../images/top_slide1.jpg");
}

#slide ul li:nth-child(2) {
  background-image: url("../images/top_slide2.jpg");
}

#slide ul li:nth-child(3) {
  background-image: url("../images/top_slide3.jpg");
}

#slide ul li:nth-child(4) {
  background-image: url("../images/top_slide4.jpg");
}

#slide ul li:nth-child(5) {
  background-image: url("../images/top_slide5.jpg");
}

#slide ul li:nth-child(6) {
  background-image: url("../images/top_slide6.jpg");
}

#slide ul li {
  width: 100vw;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#slide img{
    width: 100%;
    position: absolute;
}

@media screen and (max-width:767px) {
    h1 {
    padding-top: 100px;
    padding-bottom: 0;
  }
  
    #slide{
        width: 100%;
    }
  
    #slide img{
        width: 100%;
        height: auto;
    }
}

header .logo {
  width: 258px;
  height: auto;
  z-index: 90;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width:767px) {
    header .logo {
        width: 150px;
    }
}
    
    
    
   /* 
※※※※※※※※※※※※※※※※

ハンバーガーメニュー

※※※※※※※※※※※※※※※※
*/
.hamburger_btn {
  width: 106px;
  height: 106px;
  background-color: none;
  position: fixed;
  top: 0;
  right: 20px;
  cursor: pointer;
  z-index: 100;
}
.menu-trigger, .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

/*三本線*/
.menu-trigger span { 
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  border-radius: 0;
}

/*menuの文字*/
.menu-trigger p {
  position: absolute;
  top: 35px;
  left: 5px;
 color: #fff;
}


.menu-trigger {
  position: relative;
  width: 50px;
  height: 30px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
  transform: scale(1.1.1.1);
  margin-top: 35px;
  margin-left: 30px;
  outline: none;
  
}

 /*三本線の中身*/
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 14px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}


/*三本線→一本に*/
.menu-trigger.active span:nth-of-type(1){ 
   top: 23px;
}

.menu-trigger.active span:nth-of-type(2){
   opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  top: 23px;
}

.button_box {
  position: relative;
  flex: 20%;
}
    
    @media screen and (max-width: 767px) {
	.menu-trigger {
	 	 position: relative;
	 	 width: 50px;
	  	transform: scale(0.7,0.7);
	 	margin-top: 14px;
		margin-left: 6px;
	}
    
    .hamburger_btn {
	width: 60px;
	height: 60px;
}
    }
/*
※※※※※※※※※※※※※※※※

動画

※※※※※※※※※※※※※※※※
*/

button {
  width: 100%;
  height: 45px;
  position: relative;
  background-color: #bbbdbd;
  color: #fff;
  letter-spacing: 0.1em;
  border: none;
}

.button_box {
  padding-top: 10px;
  margin: 0 10%;
}

.button_box a {
  display: inline-block;
  /*padding: 0 500px;*/
  text-align: center;
  background-color: #c65e19;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.2em;
}

/*※※※※※※※※※※※※※※※※

  メインビジュアル

※※※※※※※※※※※※※※※※
*/

#mainvisual {
 margin-top:100vh;
  background-color: #001f30;
 color: #fff;
    width: 100%;
}

#mainvisual #movie {
  text-align:center;
}

#mainvisual video {
   width: 100%;
  max-width: 920px;
}

.visual_text {
  padding: 0 0 80px 0;
  height: auto;
  width: 94%;
  margin: 0 auto;
}

.visual_text p{
  color: #fff;
  text-align: left;
  line-height: 2em;
  margin-bottom: 2em;
}

.visual_text .text_one{
    color: #c65e19;
    font-size: 4.3rem;
    margin-bottom: 1.5em;
  line-height: 1.5em;
  font-family: "Noto Serif JP","游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;

}

@media screen and (max-width:767px) {
  .visual_text {
  padding: 0 0 60px 0;
}
  
.visual_text .text_one{
    font-size: 1.8rem;
}
}

/*
※※※※※※※※※※※※※※※※

FACILITIES

※※※※※※※※※※※※※※※※
*/
.fa_slide {
  width: 100%;
  margin-top: 0;
  margin-bottom: 100px;
  /*width: 100%;*/
  display: flex;
}

.fa_slide img {
  width: 100%;
}
#facilities {
  width: 100%;
  margin-top: -50px;
}
#facilities .container {
  width: 100%;
  margin-bottom: 80px;
  position: relative;
}
#facilities .img_box {
  width: 70%;
}
#facilities .img_box img {
  width: 100%;
}
#facilities .sec_title {
  color: #DD7813;

}
#facilities .sec_title:before {
  content: '';
  display: block;
  width: 16vw;
  height: 1px;
  background-color: #c65e19;
  position: absolute;
  top: 0.5em;
  left: -18vw;
  animation: border-amimation 3s linear forwards;
}

@keyframes border-animation{
  0%{
    width: 0%;
  }
 100%{ 
        width: 100%;
  }
}

.container {
  width: 100%;
  display: flex;
  margin: 10% auto;
}

#facilities .img_area {
  width: 55%;
  padding-left: 50px;
  padding-right: 40px;
}
#facilities .img_area img {
  width: 100%;
}
#facilities .txt_area {
  width: 45%;
  padding-right: 60px;
  padding-left: 0;
}
#facilities .facilities_cont{
	display: none;
}

#facilities .facilities_cont.disp {
  display: block;
}
#facilities #fa1 p {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 10%;
}
#facilities table {
  width: 100%;
  margin-bottom: 50px;
}
#facilities #fa1 table td, #facilities #fa1 table th {
  text-align: center;
  width: 50%;
}
#facilities #fa2 p {
  margin: 0 auto;
  width: 15em;
  margin-top: 16%;
}
#facilities #fa3 p {
  margin: 0 auto;
  width: 15em;
  margin-top: 21%;
}
#facilities #fa4 th {
  width: 30%;
}
#facilities table li {
  float: left;
  margin-right: 1em;
}

#facilities .shikaku li:before {
  content: '■';
}

#fa4 table{
   margin-top: 10%;
}

/* add 23.12.21 start **/
#facilities #fa4 table {
  margin-bottom: 75px;
}

#fa4 table thead th,
#fa4 table thead td {
  background-color: #fff;
}

#fa4 table.table2 {
  margin-top: 5%;
}

#fa4 .table_title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 0;
}
#fa4 table.table2 td {
  text-align: center;
}

#fa4 table ul.flex {
  width: 420px;
  margin: 0 auto;
  align-items: normal;
  justify-content: space-around;
}

#fa4 table ul.flex li {
  float: none;
  width: 120px;
  margin-right: 0;
}

#fa4 table ul.flex li.text {
  width: 260px;
  font-size: 0.8em;
  text-align: left;
  line-height: 1.5em;
}

#fa4 figure {
  text-align: center;
}

#fa4 figure img {
  width: 56px;
}

#fa4 figure figcaption {
  text-align: center;
  font-size: 0.8em;
  line-height: 1.2em;
}

/* add 23.12.21 end **/


#navigation {
  position: relative;
}
#slide-line {
  position: absolute;
  height: 2px;
  background-color: #c65e19;
　-webkit-transition: all .3s ease;
  transition: all .3s ease;
  left: 0;
  bottom: 0;
  display:block;
}


.title_box {
  z-index: 99;
  position: absolute;
  top: 28vw;
}
#facilities .img_box img {
  width: 100%;
}
#facilities .title_box {
  left: 65vw;
}
#facilities .facilities_list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
#facilities .facilities_list li {
  width: 25%;
  text-align: center;
  color: #d7d8d7;
  height: 70px;
  display: grid;
  align-items: center;
  border-left: none;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: .5s;
  font-size: 2.6rem;
  line-height: 1.1em;
}
#facilities .facilities_list li:hover {
  color: #c65e19;
}

#facilities ul li.btn_on {
  background-color: inherit;
  font-weight: bold;
  color: #c65e19;
  border-bottom: 2px solid #c65e19;
}

#facilities ul li.current-item {
  font-weight: bold;
  color: #c65e19;
}
@media screen and (max-width:767px) {
    .fa_slide {
  margin-top: -50px;
}
  
    #facilities{
        width: 100%;
        margin-top: 0;
    }
    #facilities .container{
        position: relative;
        width: 100%;
    }  
    
     #facilities .img_box{
    width: 70%;
    }
    #facilities .title_box{
        width: 30%;
        height: 10%;
        position: absolute;
        right: -5%;
        bottom: 0;
    }
    
    #facilities .sec_title {
    padding-left: 0;
  }

  #facilities .sec_title:before {
    width: 16vw;
    height: 1px;
  }

  #facilities .facilities_list li {
    width: 50%;
    height: 70px;
    display: grid;
    align-items: center;
    border-left: none;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: .5s;
    font-size: 1.6rem;
    line-height: 1.1em;
  }

    #facilities .img_area, #facilities .text_area {
      width: 100%;
    }
    #facilities .img_area {
      padding-left: 0;
    }


      #facilities #fa2 .container,
                  #fa3 .container{
          display: block;
                    margin-bottom: 0;

      }
  
      #facilities #fa2 p {
      margin: 0 auto;
      width: 15em;
      margin-top: 20px;
      }
      #facilities #fa3 p{
         margin: 20px auto 0;
      }
      #facilities .txt_area,.img_area{
          width: 100%;
      }
  /* add 23.12.21 start **/
#facilities #fa4 table {
  margin-bottom: 50px;
}
  
#fa4 table.table2 {
  margin-top: 5%;
}

#fa4 .table_title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0;
}
#fa4 table.table2 td {
  text-align: center;
}

#fa4 table ul.flex {
  width: 100%;
}

#fa4 table ul.flex li {
  float: none;
  width: 30%;
  margin-right: 0;
}

#fa4 table ul.flex li.text {
  width: 66%;
  font-size: 0.8em;
  text-align: left;
  line-height: 1.5em;
}

#fa4 figure img {
  width: 70%;
}

/* add 23.12.21 end **/
    #slide-line {
      display: none;
    }
}

/*
※※※※※※※※※※※※※※※※

ROOMS

※※※※※※※※※※※※※※※※
*/
#rooms {
  margin-top: 70px;
    margin-bottom: 70px;
}
#rooms .img_box {
  width: 30%;
}
#rooms .container {
  width: 100%;
  margin-bottom: 80px;
  position: relative;
}
#rooms .img_box {
  width: 70%;
  padding-left: 30%;
}
#rooms .img_box img {
  width: 100%;
    display: block;
    margin: 0 auto;
}

#rooms .pop-up {
  position: fixed;
  left:0;
  top:0;
  width: 100vw;
  height: 100%;
  background-color: #231815;
  background-color: rgba(35,24,21,0);
  opacity: 0;
  transition: 1s;
  pointer-events: none;
}

#rooms .pop-up.on {
  opacity: 1;
  pointer-events: all;
  background-color: rgba(35,24,21,0.98);
}



.img-wrap {
  opacity: 0;
}

.img-animation {
  animation: img-opacity 1.5s cubic-bezier(.4, 0, .2, 1) forwards;
  overflow: hidden;
  position: relative;
}

.img-animation:before {
  animation: img-animation 1.5s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #f0f0f0;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes img-opacity {
  100% {
    opacity: 1;
  }
}

@keyframes img-animation {
  100% {
    transform: translateY(100%);

  }
}

#rooms .title_box {
  right: 67vw;
}
#rooms .sec_title {
  color: #DD7813;
}
#rooms .sec_title:before {
  content: '';
  display: block;
  width: 16vw;
  height: 1px;
  background-color: #c65e19;
  position: absolute;
  top: 0.5em;
  right: -18vw;
}

.hover-parent {
width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 0px;
  overflow: hidden;
    margin: 0 auto;
    display: block;
        
}

.hover-parent img {
  width: 100%;
  vertical-align: bottom;
}

figcaption.hover-mask {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right:0;
  font-size: 3.5rem;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  letter-spacing: 0.05em;
  align-items: center;
  text-align: center;
  transition:	all 1s ease;
  opacity: 0;
  cursor: pointer;
  vertical-align: middle;
}

figcaption.hover-mask:hover {
  opacity: 1;
}

figcaption.hover-mask span {
  vertical-align: middle;
  display:table-cell;
  letter-spacing: 0.2em;
}

.info_area {
  width: 100%;
  padding-top: 30vh;
  display: flex;
  justify-content: space-between;
}
.text_area {
  width: 37%;
}

.info_area .name {
  font-size: 3.7rem;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1em;
  margin-bottom: 0.5em;
}

.image_area {
  width: 54%;
}
.info_area img {
  width: 100%;
}
.text_area p {
  color: #fff;
  padding-bottom: 15px;
}
.text_area .type1 {
  color: #fff;
    width: 100%;
}

@media screen and (max-width:767px) {
    
    #rooms{
        width: 100%;
        padding-right: 0;
    }

    #rooms .info_area{
        width: 100%;
    }

     #rooms .container{
        position: relative;
        width: 100%;
    }  
    
     #rooms.img_box{
    width: 70%;
    }

    
    #rooms .sec_title:before {
      width: 16vw;
      height: 1px;
}
    
    #rooms .info_area{
        flex-direction: column-reverse;
        padding-top: 10vh;
    }
    
    #rooms .info_area img{
        width: 100%;
    }
    #rooms .text_area p{
        text-align: center;
    }
    #rooms .text_area,.image_area{
        width: 100%;
    }
    
    #rooms .text_area{
        margin-bottom: 4vh;
    }
    #rooms .name{
        font-size: 2.8rem;
        text-align: center;
    }
    
    #rooms .faq-pop{
       
    }
  
  figcaption.hover-mask {
  font-size: 1.7rem;
  display: block;
    text-align: center;
    padding-top: 18vw;
}
  
  figcaption.hover-mask span {
  display:inline;
  vertical-align: middle;
  letter-spacing: 0.2em;
  margin-top: calc(50% - 0.5em);
}
}

/*※※※※※※※※※※※※※※※※

ポップアップ共通

※※※※※※※※※※※※※※※※*/
.btn_close {
  position: absolute;
  width: 52px;
  height: 52px;
  right: 50px;
  top: 50px;
  cursor: pointer;
}

.pop-up {
  z-index: 99999;
}


@media screen and (max-width:767px) {
    .btn_close{
        position: absolute;
        width: 40px;
        height: 40px;
        right: 35px;
        top: 30px;
    }
    
}
/*
※※※※※※※※※※※※※※※※

amenity

※※※※※※※※※※※※※※※※
*/
#amenity {
  padding-bottom: 80px;
  position: relative;
}

#amenity p {
  text-align: center;
}

.amenity_img{
	width: 100%;
  max-width: 862px;
  margin: 0 auto;
}

#amenity .sec_title.center {
  text-align: center;
  color: #c65e19;
  padding-top: 40px;
  margin-bottom: .5em;
}


#amenity .sec_title:before {
  content: '';
  display: block;
  width: 1px;
  height: 70px;
  background-color: #c65e19;
  position: absolute;
  top: -30px;
  left: 50%;
}

.amenity_txt {
  text-align: center;
  padding-bottom: 30px;
}

#amenity .amenity_list  {
  height: 10vw;
}

#amenity .amenity_list li  {
  width: 14%;
  height: 10vw;
}

#amenity .amenity_list figure {
  width: 100%;
  text-align: center;
}

#amenity .amenity_list img {
  width: 75%;
}


#amenity .amenity_list figcaption {
  font-size: 1.1rem;
  padding-top: 1em;
}


@media screen and (max-width:767px) {
    
   .amenity_img{
	width: 90%;
}
  
  #amenity .amenity_list  {
  height: auto;
}
  #amenity .amenity_list li  {
    width: 25%;
    height: 35vw;
  }
  
  #amenity .amenity_list li:nth-child(5) {
    margin-left: 12%;
  }
  
  #amenity .amenity_list li:nth-child(7) {
    margin-right: 12%;
  }
}
/*
※※※※※※※※※※※※※※※※

news & faq

※※※※※※※※※※※※※※※※
*/

#newsfaq {
  display: flex;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  position: relative;
}

#newsfaq .pop-up {
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: calc(100% - 100px);
  background-color: #231815;
  opacity: 0;
  transition: 1s;
  pointer-events: none;
  padding-top: 100px;
}

#newsfaq .pop-up p {
  color: #fff;
}

#newsfaq .faq-pop {
  font-size: 3.6rem;
}

#newsfaq .pop-up.on {
  opacity: 0.98;
  pointer-events: all;
}

#news .sec_title {
  text-align: center;
  padding-bottom: 0;
  font-family: 'BigCaslon Medium';
}

#news {
  background-color: #c65e19;
  width: 50%;
  padding-top: 80px;
  padding-right: 0;
  padding-bottom: 100px;
  padding-left: 0px;
  position: relative;
}


#news .sec_title:before {
  content: '';
  display: block;
  width: 1px;
  height: 70px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
}
#news ul {
  margin-top: 15px;
  padding-left: 80px;
  padding-right: 80px;
}
#news ul li {
  background-color: #fff;
  margin-bottom: 5px;
  background-image: url("../images/icon_arrow.png");
  background-size: 13px auto;
  background-position: right 15px center;
  background-repeat: no-repeat;
  padding: 20px 30px 20px 10px;
  color: #000;
  cursor: pointer;
  font-size: 1.2rem;
}

#news ul li time {
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 20px;
  margin-left: 5px;
  letter-spacing: 0.05em;
  color: #000;
  
}

#newsfaq .pop-up .date {
  color: #c65e19;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1em;
  margin-bottom: 1.5em;
}

#newsfaq .pop-up .title {
  font-size: 3.6rem;
  color: #fff;
  margin-bottom: 1em;
}

#newsfaq .pop-up .content {
  font-size: 1. 4rem;
  line-height: 1.5em;
}

#faq {
  width: 50%;
  background-color: #001f3d;
  padding-top: 80px;
  padding-right: 0px;
  padding-bottom: 100px;
  padding-left: 0;
  margin-right: 0;
  position: relative;
}
#faq .sec_title {
  text-align: center;
  padding-bottom: 0;
}

#faq .sec_title:before {
  content: '';
  display: block;
  width: 1px;
  height: 70px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
}
#faq ul {
  margin-top: 15px;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
}
#faq ul li {
  background-color: #fff;
  margin-bottom: 5px;
  background-image: url("../images/icon_arrow.png"), url("../images/txt_q.png");
  background-size: 13px auto, 20px auto;
  background-position: right 15px center, left 20px top 16px;
  background-repeat: no-repeat,no-repeat;
  padding: 20px 30px 20px 60px;
  cursor: pointer;
  font-size: 1.2rem;
  color: #000;
}

@media screen and (max-width:767px) {
  #newsfaq {
    display: block;
      width: 100%;
  }
  
  #newsfaq .pop-up {
  position: fixed;
  left:0;
  top:0;
}
  
  #newsfaq .faq-pop {
    font-size: 2.5rem;
  }
  
  #newsfaq .pop-up .title {
  font-size: 2.5rem;
}
  
    #news{
        width: 100%;
    }
  
  #news ul {
  margin-top: 15px;
  padding-left: 4%;
  padding-right: 4%;
}
  
  #faq ul {
  margin-top: 15px;
  padding-left: 4%;
  padding-right: 4%;
}
  
    #faq{
        width: 100%;
    }
}
/*
※※※※※※※※※※※※※※※※

共通フッター（ACCESS / MAP / COPYRIGHT）

※※※※※※※※※※※※※※※※
*/

#access {
  background-image: url("../images/access_img.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 386px;
    position: relative;
}
#access .inner {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
#access .text_area{
  width:50%;
}

#access .sec_title {
  color: #fff;
  padding-left: 150px;
}
#access .info {
  padding-left: 150px;
  padding-right: 0px;
 
}
address {
  color: #fff;
  margin-bottom: 0;
  letter-spacing: 0.05em;
  font-style: normal;
}
#access .telnum {
  font-size: 3.1rem;
  font-family: 'helvetica';
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 5px;
  padding-left: 0;
     
}
#access .button_box {
  margin-top: 0px;
  padding-left: 0px;
  margin-left: 150px;
  padding-right: 10px;
}
button {
  width: 100%;
  height: 45px;
  position: relative;
  background-color: #c65e19;
  color: fff;
  letter-spacing: 0.2em;
  border: none;
  font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
  font-size: 15px;
  outline: none;
  cursor: pointer;
  transition: .5s;
}

#go-to-top {
  text-align: center;
  position: relative;
}
#go-to-top a {
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.2em;
}

.map iframe {
  width: 100%;
  height: 410px;
}
footer {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 50px;
  letter-spacing: 0.2em;
}
@media screen and (max-width:767px) {
  #access {
    width: 100%;
  }
  
    #access .sec_title{
        padding-left: 10%;
    }
    #access .txt_area{
      width: 90%;
    }
    
    #access .telnum{
        font-size: 2.8rem;
    }
  #access .info {
    margin-left: 0;
    padding-left: 10%;
  }
    #access .button_box{
        margin-left: 10%;
    }
    .map{
        overflow: hidden;
        position: relative;
        height: 410px;
    }
    
    .map iframe{
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        height: 410px;
    }
    
}



/*
※※※※※※※※※※※※※※※※

ポリシーページ

※※※※※※※※※※※※※※※※
*/


#policy .contents {
  padding-top: 80px;
  padding-right: 0;
  padding-bottom: 100px;
  padding-left: 0;
  background-color: #fff;
}
#policy .contents p {
  margin-bottom: 2em;
  font-size: 1.6rem;
  /*padding-left: 50px;
	padding-right: 50px;*/
}
#policy .sec_title {
  color: #fff;
  font-family: 'BigCaslon Medium';
  font-size: 5.4rem;
  letter-spacing: 0.05em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    
}


#policy .titlevisual {
  background-image: url("../images/top_slide1.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center top;
  height: 450px;
  position: relative;
   
  
}
#policy .large_title {
  font-size: 4.8rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #c65e19;
  margin-bottom: 0.8em;
  font-weight: bold;
}
#policy .contents ul {
  list-style-position: inside;
  margin-bottom: 2em;
  color: #3E3A39;
  padding-left: 50px;
}
#policy .contents li {
  margin-bottom: 0.5em;
  font-size: 1.6rem;
}
#policy .list1 li:before {
  content: '・';
}
#policy .mini_title {
  font-size: 3rem;
  font-weight: bold;
  color: #c65e19;
  margin-bottom: 1em;
  margin-top: 2em;
}
#policy .sec3 table {
  width: 100%;
}
#policy .sec3 caption {
  margin-bottom: 1.5em;
  text-align: left;
  color: #595757;
}
#policy .sec3 td, #policy .sec3 th {
  background-color: #c65e19;
  border: 1px solid #fff;
  color: #fff;
  padding: 1.3em;
  vertical-align: middle;
  line-height: 1.6em;
  text-align: left;
}
#policy .sec3 .table1 {
  margin-bottom: 50px;
}
#policy .sec3 .table1 .col1 {
  width: 30%;
}
#policy .sec3 .table1 .col2 {
  width: 30%;
}
#policy .sec3 .table1 .col3 {
  width: 40%;
}
#policy .sec3 .table2 td {
  text-align: center;
}
#policy .sec3 .table2 .col1 {
  width: 30%;
}
#policy .sec3 .table2 .col2 {
  width: 14%;
}
#policy .sec3 {
  margin-bottom: 100px;
}
#policy .table2 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  	#policy .titlevisual {
		height: 42vw;
    background-size: contain;
		background-repeat: no-repeat;
    }
  
    #policy .sec_title {
    font-size: 3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    
}
    
    #policy .large_title {
    font-size: 3.5rem;
  }
  #policy .mini_title {
    font-size: 2.5rem;
  }
  #policy .sec3 td, #policy .sec3 th {
    font-size: 1.2rem;
    padding: 0.5em;
  }
}

@keyframes elasticus{
    0%{
        transform-origin: 0% 100%;
        transform: scale(1,0);}
    50%{
        transform-origin: 0% 100%;
        transform: scale(1.1)
    }
    50.1%{
        transform-origin: 0% 0%;
        transform: scale(1.1);
    }
        100%{
        transform-origin: 0% 0%;
        transform: scale(1,0);}
    }
.scroll_pagetop.scroll-down{
    position: absolute;
    padding-top: 50px;
    display: none;
    text-align: center;
    z-index: 100;
    pointer-events: none;
    transform: rotate(180deg);
      animation-name: elasticus;
    animation-duration: 2.9s;
    animation-timing-function: cubic-bezier(1,0,0,1);
    animation-iteration-count: infinite;
    top: 5px;
    left: 50%;
    margin-left: 0;
    width: 1px;
    color: #ff0;
    background: #fff;
}

.scroll_pagetop.scroll-title{
    position: absolute;
    display: block;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: .5em;
    text-align: center;
    margin-bottom: 0px;
    bottom: 40px;
    z-index: 100;
    color: #fff;
    cursor: pointer;
    left: inherit;
    top: 60px;
    right: 0px;
}

@media screen and (max-width: 767px) {
.scroll_pagetop.scroll-title{
    font-size: 1.0rem;
    }
}