/*--------------------------------

WEBGORI

------------------------------*/

body{
  font-size: 16px;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro',sans-serif;
  font-family: メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", sans-serif !important;
}

/*------------------------------
 トップページ
--------------------------------*/

a {
  cursor: pointer;
}

/*------header------*/

/*ロゴTOP時*/
div#logo {
  max-width: 220px;
  height: 100px;
  display: flex;
  align-items: center;
}
div#logo img {
  height: auto;
  width: auto;
}

/*ロゴスクロール時*/
#header.sticky-header #header-wrap #logo {
  height: 60px;
}
#header.sticky-header #header-wrap #logo img {
  height: 50px;
  width: auto;
}

#primary-menu ul li a {
  font-size: 16px;
  margin: 0 10px;
  letter-spacing: 1px;
}

#header.transparent-header {
  background: rgba(0,0,0,0.6);
}

#header.transparent-header + #slider{
  top: -102px;
}

.sticky-header #primary-menu ul li a:before {
  bottom: 15px;
}

#primary-menu ul ul a {
  font-size: 14px;
  height: 35px !important;
}

nav#primary-menu {
  display: flex;
  align-items: center;
}

a.top_yoyaku {
    margin-left: 20px;
}

li.sp_yoyaku {
    display: none;
}


/*------MV------*/

.encore-caption .subtext {
  margin-top: 0;
}

/*------Feature------*/

.feature-box i.i-circled {
  color: #2098D1;
}

.feature-box h3 {
    font-size: 1.6em;
    margin-top: 20px;
}

.feature-box.fbox-center p {
    font-size: 16px;
    width: 1000px;
    margin: 15px auto 0;
    max-width: 100%;
    line-height: 2 !important;
    padding: 0;
}

.feature-box.fbox-center:not(.fbox-bg) h3:after {
    margin: 25px auto;
}

.no-touch #effect-4 figure:hover img,
#effect-4 figure.hover img {
    opacity: 1;
    -webkit-transform: translateX(60%);
    -moz-transform: translateX(60%);
    -ms-transform: translateX(60%);
    -o-transform: translateX(60%);
    transform: translateX(60%);
}
.no-touch #effect-4 figure:hover figcaption,
#effect-4 figure.hover figcaption {
    width: 60%;
}
#effect-4 figure figcaption {
    padding: 30px 10px 20px 10px;
    width: 60%;
}

/*------News------*/

#posts .entry-content p {
    font-size: 14px;
    line-height: 1.6 !important;
}



/*------Map------*/

.top_map iframe {
  display: block;
  width: 100%;
  height: 500px;
}


/*------Footer 予約------*/

.yoyaku_setion h3 {
  font-size: 24px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.yoyaku_setion p {
    color: #fff;
}

.gal_text{
  display: block;
  width: 100%;
  text-align: center;
}


/*-----------------------------------------
下層
----------------------------------------*/

main.lower p{
  font-size: 16px;
  line-height: 1.8;
}

main.lower p.time {
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

main.lower p.thumbnail {
  margin-bottom: 40px;
  background: none;
}

main.lower p.thumbnail img {
  height: auto;
  margin: 0 auto;
  max-height: 600px;
  width: auto;
}

main.lower h1,
main.lower h2,
main.lower h3,
main.lower h4,
main.lower h5,
main.lower h6{
  margin: 1.1em auto;
  font-weight: bold;
  letter-spacing: 0;
}

main.lower h1{
  font-size: 30px;
}

main.lower h2 {
  font-size: 24px;
}

main.lower h3 {
  font-size: 22px;
}

main.lower h4 {
  font-size: 18px;
}

main.lower ul {
  list-style: none;
  padding:0;
  margin:30px auto;
}
main.lower li { 
  padding-left: 1em; 
  text-indent: -.7em;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #666;
  box-sizing: border-box;
}
main.lower li:before {
  content: "▶　";
  color: #2098D1;
  font-size: 10px;
}

main#base_page.lower ul.iconlist{
  margin-left: 1.75em;
}

main.lower ul.iconlist li:before {
  display: none;
}


main.lower img {
  height: auto;
  max-width: 100%;
  margin: 30px auto;
  display: block;
  max-height: 600px;
}

main.lower table {
  width: auto;
  min-width: 600px;
  max-width: 100%;
  margin: 40px 0;
  color: #333;
}
main.lower table td, main.lower table th {
  padding: 1.4rem;
  vertical-align: top;
  border-top: 1px solid #2098D1;
}
main.lower table tr:last-child td, main.lower table tr:last-child th {
  border-bottom: 1px solid #2098D1;
}

main.lower table th{
  min-width: 30%;
}

p.thumbnail {
  margin: 0px auto;
  border: none;
}

p.time {
  text-align: right;
  color: #555;
  font-size: 14px;
  letter-spacing: 2px;
}

/*--パンくずリスト--*/

.breadcrumg-area {
  margin: 30px auto;
}

.breadcrumg-area ul{
padding-left: 0;
margin-bottom: 30px;
}

.breadcrumg-area ul li{
display: inline-block;
padding-left: 25px;
position: relative;
font-size: 14px;
}

.breadcrumg-area ul li::before {
  position: absolute;
  left: 11px;
  content: ">";
  color: #666;
  top: 2px;
}

.breadcrumg-area ul li:first-child{
padding-left: 5px;
}

.breadcrumg-area ul li:first-child::before{
display: none;
}

.breadcrumg-area ul li a{
  color: #2098D1;
}

/*------クイックタグcss-----*/

main.lower blockquote {
  background: #f3f3f3;
  box-sizing: border-box;
  padding: 20px 4%;
  margin: 20px auto;
  font-style: italic;
}

main.lower a {
  /*color: #fff;*/
  text-decoration: underline;
}

main.lower a:hover{
  opacity: 0.7;
}

span.qb_redbig {
  color: #df4848;
  font-size: 115%;
}

span.qb_shutten {
  font-style: italic;
  font-size: 14px;
  color: #888;
}

.qb_marker {
  background: linear-gradient(transparent 70%, #f9ffb7 70%);
  font-weight: bold;
  font-size: 105%;
}

.qb_btn.btn {
  padding: 0;
  display: inline-block;
  margin: 10px 5px;
}

.qb_btn a {
  text-decoration: none !important;
  display: block;
  padding: 8px 30px;
  box-sizing: border-box;
  line-height: 1.4;
  background: #ffae00;
  border-radius: 5px;
  box-shadow: 1px 3px 5px #ccc;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.qb_btn a:hover{
  opacity: 0.7;
}

/*------クイックタグcss-ここまで----*/

/*----ページネーション---*/

.pagination{
  margin:30px auto;
  display: block;
  text-align: center;
}

main.lower a.page-numbers {
  padding: 5px 10px;
  margin: 0 3px;
  background: #020051;
  color: #fff;
  display: inline-block;
  margin-bottom: 10Px;
}

span.page-numbers.current {
  color: #333;
}









/*-----------------------------------------
サイト固有カスタム
----------------------------------------*/

/*----------Top------------*/
/*----------Page------------*/
.blockquote h1:before, .blockquote h2:before, .blockquote h3:before, .blockquote h4:before,
.blockquote h1:after, .blockquote h2:after, .blockquote h3:after, .blockquote h4:after {
    opacity: 0.25;
}
/*----------About------------*/

.parallax.overlay-left .entry-overlay-meta{
  left: 0;
}

#about .parallax .entry-overlay-meta {
  width: 700px;
  padding: 40px 40px;
  max-width: 100%;
}

.portfolio-item .portfolio-image img {
  margin: 0 !important;
}

.fslider {
  min-height: 0;
}

.portfolio-overlay .portfolio-desc h3 a {
  font-size: 16px;
}

/*----------Room------------*/

.post-grid.grid-3 .entry {
  float: none;
  width: 25%;
  display: inline-block;
  box-sizing: border-box;
  width: 32.325%;
}

.post-grid {
  display: flex;
  flex-wrap: wrap;
}

/*----------Activity------------*/

.activity_column {
  padding: 30px 0 40px!important;
}

/*----------Contact------------*/

body.stretched #wrapper{
  opacity: 1  !important;
}

.contact input.button {
  border: none;
  box-shadow: 1px 3px 4px #aaa;
}

.mw_wp_form_confirm label {
  display: block;
}

main.lower .ac_info p.container {
  border-left: 2px solid #ccc;
  margin: 0 auto 40px;
  padding: 7px 12px;
}


/*----------Nwes-archive--------*/

body#news main.lower ul{
  margin-bottom: 0;
}

body#news main.lower ul.entry-meta:after {
  margin-bottom: 25px;
}

main.lower .entry-image img{
  margin: auto;
}


/*----------Nwes-detail-------*/

.single_wrap.content-wrap {
  padding: 30px 0;
}

.single-post {
  width: 1000px;
  margin: auto;
  max-width: 100%;
}

main#single_post .entry{
  padding: 0;
  margin: auto;
}

main#single_post h1.single-title {
  border-bottom: 2px solid #2098d1;
  box-sizing: border-box;
  padding-left: 2%;
  padding-bottom: 8px;
}

main#single_post h2 {
  position: relative;
  padding: 15px 0px;
  border-bottom: 1px solid #aaa;
}

main#single_post h3{
  color: #2098d1;
}

main#single_post h4 {
  border-left: 2px solid #2098d1;
  padding-left: 10px;
}

/*---------調整CSS-------------*/

.encore-caption h2 img{
  margin-bottom: 20px;
}

.gl_ttl {
    text-align: center;
    padding: 80px 0;
    font-size: 36px;
    letter-spacing: 2px;
}






















/*-----------------------------------------
レスポンシブ
----------------------------------------*/


.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 1150px){
  #header.transparent-header + #slider {
    top: -100px;
  }
}

@media only screen and (max-width: 991px){

  div#primary-menu-trigger {
    line-height: 1.8;
    position: fixed;
    z-index: 101;
    color: #ccc;
  }

  #primary-menu {
    display: block;
    float: none;
    height: auto !important;
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 100;
    width: 100%;
    background: #111;
    box-sizing: border-box;
  }

  #primary-menu ul.show {
    padding: 15px !important;
    padding-top: 60px !important;
  }

  #primary-menu ul li.sp_yoyaku {
    display: block;
    margin-top: 10px !important;
  }

  a.top_yoyaku{
    display: none;
  }

  #primary-menu ul li span {
    display: block;
    text-align: center;
  }

}

@media screen and (max-width: 767px) {
  
    .pc-only {
      display: none;
    }

    .sp-only {
      display: block;
    }


  /*------------------------------
   トップページ
  --------------------------------*/

  body{
    font-size: 14px;
  }

  #header.transparent-header {
    background: #111;
  }

  div#logo {
    height: 60px;
    width: auto;
  }

  div#logo a {
    display: inline-block;
    margin: auto;
  }

  div#logo img {
    height: auto;
    width: 180px;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
  }

  nav#primary-menu {
    display: block;
    align-items: center;
  }

  a.top_yoyaku{
    margin-left: 0;
    display: none;
  }

  ul.sf-js-enabled.show a.top_yoyaku{
    display: block;
  }

  /*-----------MV-----------*/

  .encore-caption.static {
    top: 25%;
  }

  .encore-caption h2 img {
    max-width: 150px;
  }

  /*-----------Features-----------*/

  .top_service .col_one_fourth {
    margin-bottom: 0 !important;
  }

  /*-----------para-----------*/

  div.top_para1 {
    padding: 120px 0 !important;
  }

  .feature-box h3 {
    margin-top: 10px;
  }

  .feature-box.fbox-center:not(.fbox-bg) h3:after {
    margin: 20px auto;
  }

  /*-----------Top_room-----------*/
  .top_room .col_one_third{
    margin-bottom: 20px !important;
  }

  /*-----------para-----------*/

  div.top_para2 {
    padding: 180px 0 !important;
  }

  /*-----------Activity-----------*/

  .top_activity .col_one_third{
    margin-bottom: 20px !important;
  }

  .top_activity .col_half{
    margin-bottom: 20px !important;
  }

  /*-----------News-----------*/

  .post-grid.grid-2 .entry,
  .post-grid.grid-3 .entry {
    margin-bottom: 10px;
  }

  .postcontent {
    margin-bottom: 0px !important;
  }

  /*-----------Map-----------*/

  .top_map iframe {
    height: 360px;
  }

  #footer p {
    color: #777;
    font-size: 14px !important;
  }

  div#copyrights {
    margin-top: 0;
  }

  div#copyrights .nobottommargin {
    font-size: 12px;
    margin: auto !important;
  }

  /*------Footer 予約------*/

  .yoyaku_setion h3 {
    font-size: 20px;
  }

  /*-----------------------------------------
  下層
  ----------------------------------------*/

    main.lower {
      padding: 20px 0 0px;
    }

    main.lower h1{
      font-size: 24px;
    }

    main.lower h2 {
      font-size: 20px;
    }

    main.lower h3 {
      font-size: 18px;
    }

    main.lower h4 {
      font-size: 16px;
    }

    main.lower p {
      line-height: 1.8;
    }

    main.lower img {
      margin: 10px auto;
    }

    main.lower .btn{
      font-size: 16px;
    }

    main.lower table {
      min-width: initial;
      width: 100%;
      font-size: 14px;
    }

    main.lower table th {
      width: 30%;
    }


    /*-----------投稿ページ-----------*/

    p.time {
      margin-bottom: 20px;
    }

    .breadcrumg-area ul li {
      font-size: 12px;
    }

  /*----------Top------------*/
  /*----------Page------------*/
  /*----------About------------*/

  .gl_ttl {
    font-size: 25px;
    padding: 50px 0;
  }

  /*----------Room------------*/
  /*----------Activity------------*/

  body#entertainment .post-grid.grid-2 .entry,
  body#entertainment .post-grid.grid-3 .entry {
      padding: 5px 15px;
  }

  /*----------Nwes-archive--------*/

  body#news main.lower ul.entry-meta:after {
    margin-bottom: 15px;
    margin-top: 15px;
  }

  body#news main.lower #posts .entry-content {
    margin-top: 10px;
  }



  /*----------Nwes-detail-------*/

  /*----------Contact------------*/

  .contact-box {
    padding: 30px 6%;
  }








	/*-----------------------------------------
	サイト固有カスタム
	----------------------------------------*/

  /*----------Top------------*/
  /*----------Page------------*/
  /*----------About------------*/
  /*----------Room------------*/
  /*----------Activity------------*/
  /*----------Nwes-archive--------*/
  /*----------Nwes-detail-------*/

  main#single_post h1.single-title {
    font-size: 22px;
  }

  /*----------Contact------------*/

  .ac_info {
    box-sizing: border-box;
    padding: 0 4vw;
  }




}


/*--------------------------

479px以下

----------------------*/
@media screen and (max-width: 479px){

  .button.button-massive {
    padding: 20px !important;
  }
  
  /*----------About------------*/

  body#about .parallax .entry-overlay-meta,
  body#about .parallax .entry-overlay {
    left: 39% !important;
    width: 360px !important;
    padding: 20px;
  }

  /*----------Activity------------*/

  body#entertainment .parallax .entry-overlay-meta,
  body#entertainment .parallax .entry-overlay {
    left: 39% !important;
    width: 360px !important;
  }


}

/*--------------------------

370px以下

----------------------*/
@media screen and (max-width: 370px){

  /*----------About------------*/

  body#about .parallax .entry-overlay-meta,
  body#about .parallax .entry-overlay {
    left: 44% !important;
    width: 320px !important;
    padding: 20px;
  }

  /*----------Activity------------*/

  body#entertainment .parallax .entry-overlay-meta,
  body#entertainment .parallax .entry-overlay {
    left: 44% !important;
    width: 320px !important;
  }


}