@charset "UTF-8";

html {
  font-size: 62.5%;
}


html > * {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  scroll-behavior: smooth;
 }
 

 .wf-loading { visibility: hidden;}
.wf-active { visibility: visible;}






@font-face {
  font-family: 'Heebo-Bold';
  src: url("../fonts/Heebo-Bold.eot");
  src: url("../fonts/Heebo-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Heebo-Bold.ttf") format("truetype"), url("../fonts/Heebo-Bold.woff") format("woff")
}

@font-face {
  font-family: 'Heebo-Medium';
  src: url("../fonts/Heebo-Medium.eot");
  src: url("../fonts/Heebo-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Heebo-Medium.ttf") format("truetype"), url("../fonts/Heebo-Medium.woff") format("woff")
}

@font-face {
  font-family: 'Heebo-Regular';
  src: url("../fonts/Heebo-Regular.eot");
  src: url("../fonts/Heebo-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Heebo-Regular.ttf") format("truetype"), url("../fonts/Heebo-Regular.woff") format("woff")
}

@font-face {
  font-family: 'Heebo-Light';
  src: url("../fonts/Heebo-Light.eot");
  src: url("../fonts/Heebo-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Heebo-Light.ttf") format("truetype"), url("../fonts/Heebo-Light.woff") format("woff")
}

@font-face {
  font-family: 'Heebo-Thin';
  src: url("../fonts/Heebo-Thin.eot");
  src: url("../fonts/Heebo-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Heebo-Thin.ttf") format("truetype"), url("../fonts/Heebo-Thin.woff") format("woff")
}



._Heebo-Bold{
  font-family: 'Heebo-Bold';
}
._Heebo-Regular{
  font-family: 'Heebo-Regular';
}


._Heebo-Light{
  font-family: 'Heebo-Light';
}






body {
	margin: 0;
	padding:0;
	font-weight:400;
  font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","Hiragino Kaku Gothic ProN",���C���I,Meiryo,sans-serif;
	-webkit-text-size-adjust: 100%;
  letter-spacing: 0.05em;
  font-size:14px;
  line-height:150%;
	text-align: center;
  color:#000000;
 background-color:#f8f8f8;
  overflow-x: hidden;
}


img{
	vertical-align: top;
	-ms-interpolation-mode:bicubic;   /* IE 7+ */
 image-rendering: optimizeQuality; /* Fx, (Gecko 1.9.2) */
  max-width: 100%;
  height: auto;
	width /****/:auto;  /*IE8�̂ݓK�p*/
}


img[src*=".svg"] {
	width: 100%; 
  }


/* HEADER
-------------------------------------------------------------------------------*/

header.header_pc{
  width:100%;
  height: 100%;
  margin:28px 0 10px 75px;
  padding:0;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  display:block;
}

header.header_sp{
  display:none;
    }

h1.global-logo_pc{
  width:130px;
  height:auto;
  margin:0;
  padding:0;
}

@media (max-width: 800px) {

  header.header_pc{
    width:100%;
    height: 100%;
    margin:28px 0 10px 45px;
    padding:0;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    display:block;
  }

  h1.global-logo_pc{
    width:100px;
    height:auto;
    margin:0;
    padding:0;
  }
  

}

@media (max-width: 640px) {

  header.header_pc{
display:none;
  }

  header.header_sp{
    width:100%;
    height:69px;
    margin:0;
    padding:0;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    display:block;
    top:0;
    position:fixed;
    z-index:9999;
      }

     

}


/* NAV
-------------------------------------------------------------------------------*/

h2{display:none;}

ul.global-menu_pc{
  width:auto;
  height:auto;
  margin:0;
  padding:0;
  position: absolute;
  top:70px;
  right:180px;
}

@media (max-width:800px) {

  ul.global-menu_pc{
    width:auto;
    height:auto;
    margin:0;
    padding:0;
    position: absolute;
    top:70px;
    right:100px;
  }
  

}


ul.global-menu_pc li{
  margin:0 0 0 30px;
  font-size:18px;
  display: inline-block;
}

ul.global-menu_pc li a{color:#000000;}
ul.global-menu_pc li a:hover{color:#cccccc;}

.global-translate_pc{
  position: absolute;
  z-index:9999;
  top:65px;
  right:120px;
  margin:0;
  padding:0;
  display: block;
}
.global-translate_sp{
display: none;
}

@media (max-width:800px) {

  .global-translate_sp{
    position: absolute;
    z-index:9999;
    bottom:50px;
    left:25px;
    margin:0;
    padding:0;
    display: block;
  }
  
  .global-translate_pc{
    display: none;
    }
    
    .dropdown{
      position: relative;
      margin: 0 0 0 15px;
  }
  .dropdown__btn{
      display: block;
      background: #fafafa;
      border: none;
      border-bottom: 3px solid #000000;
      padding: 5px 3px; 
      font-size: 20px;
  }
  .dropdown__btn.is-open::after{
      content: "";
      width: 100%;
      height: 100%;
      cursor: default;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 4;
  }
  .dropdown__btn.is-open + .dropdown__body{
      display: block;
      z-index: 5;
      width: 50px;
  }
  .dropdown__body{
      display: none;
      width: 50px;
      background: #fff;
      box-shadow: 0px 2px 6px 2px rgba(60, 64, 67, 0.149), 0 1px 2px 0 rgba(60, 64, 67, 0.302);
      border-radius: 4px;
      overflow: hidden;
      position: absolute;
      top: 7px;
      left: 50px;
  }
  .dropdown__list{
      margin: 0;
      padding: 0;
      cursor: pointer;
      font-size: 20px;
  }
  .dropdown__list li{
      margin: 5px 0;
  }
  .dropdown__item{
      display: block;
  }

}

select {
  display: inline;
  border: 0;
  width: auto;
  margin-left: 10px;
  padding:0 0 3px 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-bottom: 2px solid #000000;
  color: #000000;
  background-color: #f8f8f8;
  font-family: 'Heebo-Bold';
  transition: all 0.4s ease-in-out;
  font-size:14px;
}


@media (max-width: 640px) {

  .global-translate_sp{
    position: absolute;
    z-index:9999;
    bottom:25px;
    left:15px;
    margin:0;
    padding:0;
    display: block;
  }
  
  .global-translate_pc{
    display: none;
    }
    
    .dropdown{
      position: relative;
      margin: 0 0 0 15px;
  }
  .dropdown__btn{
      display: block;
      background: #fafafa;
      border: none;
      border-bottom: 3px solid #000000;
      padding: 5px 3px; 
      font-size: 20px;
  }
  .dropdown__btn.is-open::after{
      content: "";
      width: 100%;
      height: 100%;
      cursor: default;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 4;
  }
  .dropdown__btn.is-open + .dropdown__body{
      display: block;
      z-index: 5;
      width: 50px;
  }
  .dropdown__body{
      display: none;
      width: 50px;
      background: #fff;
      box-shadow: 0px 2px 6px 2px rgba(60, 64, 67, 0.149), 0 1px 2px 0 rgba(60, 64, 67, 0.302);
      border-radius: 4px;
      overflow: hidden;
      position: absolute;
      top: 7px;
      left: 50px;
  }
  .dropdown__list{
      margin: 0;
      padding: 0;
      cursor: pointer;
      font-size: 20px;
  }
  .dropdown__list li{
      margin: 5px 0;
  }
  .dropdown__item{
      display: block;
  }
  
}




ul.global-menu_sp{
  width:100%;
  height:auto;
  height:auto;
  margin:0;
  padding:0;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  border-bottom:1px solid #000000;
  position: fixed;
  background: #000000;
}

ul.global-menu_sp li{
width:19.7%;
margin:0;
padding:0;
border-right:1px solid #000000;
}

ul.global-menu_sp li:first-child{
  margin:0 0 0 -1px;
padding:0;
}

ul.global-menu_sp li:last-child{
  margin:0;
padding:0;
}



ul.booknow_button{
  position: fixed;
  bottom:30px;
  right:30px;
}

ul.booknow_button li{
  width:150px;
  height:150px;
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  -webkit-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  -moz-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  -ms-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
}

.star1 {
  animation: r1 20s linear infinite;
}
 
@keyframes r1 {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

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


  ul.booknow_button{
    position: fixed;
    bottom:15px;
    right:15px;
  }
  
  ul.booknow_button li{
    width:110px;
    height:110px;
    border-radius: 110px;
    -webkit-border-radius: 110px;
    -moz-border-radius: 110px;
    -webkit-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
    -moz-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
    -ms-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
    filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  }

}


/* TXT
-------------------------------------------------------------------------------*/

.embold{
  font-style: normal;
  font-weight:bold;
}

/* MAIN CONTENTS
-------------------------------------------------------------------------------*/

main {
  width: 100%;
  height:auto;
  overflow:hidden;
  margin:0;
  padding:0;
  box-sizing: border-box;
  text-align: left;
}


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

  main {
    width: 100%;
    height:auto;
    overflow:hidden;
    margin:0;
    padding:0;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    top:60px;
  }
  

}



/* Footer
-----------------------------------------*/


footer{
  clear: both;
  width:auto;
  height:150px;
    padding:0 75px;
    margin:0;
    background:url(/assets/img/common/footer-bg.jpg) repeat-x;
  }

  .footer-wrapper{
    width:100%;
    height:150px;
    margin:0 auto;
    text-align:center;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    justify-content: center;
    align-items: center;

    }
    
    .footer-element{
      width:50%;
      height:auto;
      margin:0;
      padding:0;
      justify-content: center;
      align-items: center;
      text-align: left;
    }


    .copyright{
      width:auto;
      height:auto;
      margin:0 auto;
      padding:0;
      text-align:left;
      letter-spacing: 0;
      font-size:12px!important;
    }

  

    ul.footerNav{
      width:auto;
      height:auto;
      margin:0;
      padding:0;
      text-align:right;
    }
    
    ul.footerNav li{
      width:35px;
      height:auto;
      margin:0;
      padding:0 0 2px 0;
      text-align:right;
      display:inline-block;
    }
    


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

      footer{
        clear: both;
        width:auto;
        height:auto;
          padding:0 45px;
          margin:0;
          background:url(/assets/img/common/footer-bg.jpg) no-repeat;
        }



      }


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

      footer{
        clear: both;
        width:auto;
        height:auto;
          padding:0 15px;
          margin:0;
          background:url(/assets/img/common/footer-bg.jpg) no-repeat;
        }


    

  .footer-wrapper{
    width:100%;
    height:auto;
    margin:0 auto;
    text-align:center;
    display:-webkit-box;
    display:-ms-flexbox;
    display:block;
    justify-content: center;
    align-items: center;

    }
    
    .footer-element{
      width:100%;
      height:auto;
      margin:0;
      padding:30px 0 0 0;
      justify-content: center;
      align-items: center;
      text-align: left;
    }


    .copyright{
      width:auto;
      height:auto;
      margin:0 auto;
      padding:0;
      text-align:left;
      letter-spacing: 0;
      font-size:10px!important;
    }

  

    ul.footerNav{
      width:auto;
      height:auto;
      margin:0;
      padding:0;
      text-align:right;
display:none;
    }
    
    ul.footerNav li{
      width:30px;
      height:auto;
      margin:0;
      padding:0 0 1px 0;
      text-align:right;
      display:inline-block;
    }
    


    }


 /* COMMON PAGES
 -------------------------------------------------------------------------------*/



 h3.index_main_ttl{
  letter-spacing: 0;
  font-size:50px;
  text-align: left;
  margin:15px 0 0 0;
  padding:0;
  position: relative;
}


h3.index_main_ttl:before{
	content: '';
	position: absolute;
	left:0;
	bottom: -45px; /*下線の上下位置調整*/
	display: inline-block;
	width: 90px; /*下線の幅*/
	height: 4px; /*下線の太さ*/
	background-color: #f4ce2f; /*下線の色*/
  border-radius: 1px;        /* CSS3草案 */  
  -webkit-border-radius: 1px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 1px;   /* Firefox用 */  
}


.index_main_txt{
 margin:0;
 padding:0;
}

.index_main_txt p{
  width:auto;
 text-align: left;
 font-size:16px;
 line-height:180%;
 margin:0;
 padding:0;
}


.contents-box-w{
 width:100%;
 height:auto;
 overflow:hidden;
 margin:-15px 0 -10px 0;
 padding:0;
 display: flex;
}

.contents-box-left01{
 width:38%;
 height:auto;
 overflow:hidden;
 padding:0px;
 margin:0;
 text-align:left;
 box-sizing:border-box;
}

.contents-box-w .contents-box-right01{
 width:64%;
 height:auto;
 overflow:hidden;
 padding:0;
 margin:0;
 text-align:left;
 box-sizing:border-box;
 display: flex;
 align-items: flex-start;
}




 .common-pages-contents-box-w{
  width:100%;
  height:auto;
  overflow:hidden;
  margin:0px 0;
  padding:0;
  display: flex;
}


.common-pages-contents-box-left{
  width:53%;
  height:auto;
  overflow:hidden;
  padding:0px;
  margin:0 10% 0 0;
  text-align:left;
  box-sizing:border-box;
}

.common-pages-contents-box-right{
  width:37%;
  height:auto;
  overflow:hidden;
  padding:0;
  margin:0px 0;
  text-align:left;
  box-sizing:border-box;
}



 dl.common_contents_list{
  width:auto;
  margin:0 0 60px 0;
  padding:0;
}

dl.common_contents_list dt{
  margin:0 0 30px 0;
  padding:0;
  font-weight:bold;
  font-size:18px;
}

dl.common_contents_list dt small{
  display: inline-block;
  border:1px solid #000000;
  margin:0 0 0 10px;
  padding:0 5px;
  font-size:12px;
  border-radius: 1px;        /* CSS3草案 */  
  -webkit-border-radius: 1px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 1px;   /* Firefox用 */ 
}

dl.common_contents_list dd{
  margin:0 0;
  padding:0;
  color:#666666;
  line-height:180%;
}

dl.common_caption_list{
  background-color:#ffffff;
  margin:0;
  padding:30px;
  text-align: left;
  border-radius: 1px;        /* CSS3草案 */  
  -webkit-border-radius: 1px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 1px;   /* Firefox用 */ 
}





dl.common_caption_list dt{
  margin:0 0 5px 0;
  padding:0;
  font-weight:bold;
}

dl.common_caption_list dd{
  margin:0 0 15px 0;
  padding:0;
  font-size:12px;
  position: relative;
}

dl.common_caption_list dt.telicon {
  padding: 0 0 0 20px;
  background-image: url(/assets/img/common/icon_tel.svg);
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: 0 5px;
}



 ul.pages_button{
  text-align:left;
  margin:20px 0 -10px 0;
  padding:0;
}

ul.pages_button li{
  text-align:left;
  margin:0;
  padding:0;
}

.btn-a01 {
  margin:0;
  padding:5px 10px;
  background-color: #000000;
  color: #f8f8f8;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 2px;        /* CSS3草案 */  
  -webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 2px;   /* Firefox用 */  
  }
  .btn-a01:hover {
  background-color: #f8f8f8;
  }


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

  h3.index_main_ttl{
    letter-spacing:-0.02em;
    font-size:40px;
    text-align: left;
    line-height:110%;
    margin:0 0 20px 0;
    padding:0;
  }

h3.index_main_ttl:before{
	content: '';
	position: absolute;
	left:0;
	bottom: -20px; /*下線の上下位置調整*/
	display: inline-block;
	width: 40px; /*下線の幅*/
	height: 3px; /*下線の太さ*/
	background-color: #f4ce2f; /*下線の色*/
  border-radius: 1px;        /* CSS3草案 */  
  -webkit-border-radius: 1px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 1px;   /* Firefox用 */  
}

 
.index_main_txt p{
  width:auto;
 text-align: left;
 font-size:15px;
 line-height:160%;
}



.contents-box-w{
 width:100%;
 height:auto;
 overflow:hidden;
 margin:15px 0 0 0;
 padding:0;
 display: block;
}

.contents-box-left01{
 width:auto;
 height:auto;
 overflow:hidden;
 padding:0px;
 margin:0 0 30px 0;
 text-align:left;
 box-sizing:border-box;
}

.contents-box-w .contents-box-right01{
  width:auto;
 height:auto;
 overflow:hidden;
 padding:0;
 margin:0;
 text-align:left;
 box-sizing:border-box;
 display: block;
 align-items: flex-start;
}




 .common-pages-contents-box-w{
  width:100%;
  height:auto;
  overflow:hidden;
  margin:0px 0;
  padding:0;
  display: block;
}


.common-pages-contents-box-left{
  width:auto;
  height:auto;
  overflow:hidden;
  padding:0px;
  margin:0 0 -30px 0;
  text-align:left;
  box-sizing:border-box;
}

.common-pages-contents-box-right{
  width:auto;
  height:auto;
  overflow:hidden;
  padding:0;
  margin:0px 0;
  text-align:left;
  box-sizing:border-box;
}



 dl.common_contents_list{
  width:auto;
  margin:0 0 60px 0;
  padding:0;
}

dl.common_contents_list dt{
  margin:0 0 30px 0;
  padding:0;
  font-weight:bold;
  font-size:18px;
}

dl.common_contents_list dt small{
  display: inline-block;
  border:1px solid #000000;
  margin:0 0 0 10px;
  padding:0 5px;
  font-size:12px;
}

dl.common_contents_list dd{
  margin:0;
  padding:0;
  color:#666666;
  line-height:180%;
}

dl.common_caption_list{
  background-color:#ffffff;
  margin:0;
  padding:20px;
  text-align: left;
  border-radius: 1px;        /* CSS3草案 */  
  -webkit-border-radius: 1px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 1px;   /* Firefox用 */ 
}

dl.common_caption_list dt{
  margin:0 0 5px 0;
  padding:0;
  font-weight:bold;
}

dl.common_caption_list dd{
  margin:0 0 15px 0;
  padding:0;
}


 ul.pages_button{
  text-align:left;
  margin:20px 0 -10px 0;
  padding:0;
}

ul.pages_button li{
  text-align:left;
  margin:0;
  padding:0;
}

.btn-a01 {
  margin:0;
  padding:5px 10px;
  background-color: #000000;
  color: #f8f8f8;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 2px;        /* CSS3草案 */  
  -webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 2px;   /* Firefox用 */  
  }
  .btn-a01:hover {
  background-color: #f8f8f8;
  }
 
 }
 

 


 /* NEWS
 -------------------------------------------------------------------------------*/




  .news-box-header{
    width:auto;
    height:auto;
    margin:0;
    padding:0 0 20px 0;
    display:flex;
    align-items: center;
    border-bottom:1px solid #cccccc;
   text-align: left;
  }
  
  .news-box-header .date{
  width:20%;
  height:auto;
  margin:0 0px 0 0;
  padding:30px 0 15px 0;
  text-align: left;
  }
  
  .news-box-header .title{
    width:80%;
    height:auto;
    margin:0;
    padding:30px 0 15px 0;
    text-align: left;
  }
  


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

    .news-box-header{
      width:auto;
      height:auto;
      margin:0;
      padding:0 0 10px 0;
      display:block;
      align-items: center;
      border-bottom:1px solid #cccccc;
     text-align: left;
    }
    
    .news-box-header .date{
    width:auto;
    height:auto;
    margin:0 0px 0 0;
    padding:20px 0 5px 0;
    text-align: left;
    }
    
    .news-box-header .title{
      width:auto;
      height:auto;
      margin:0;
      padding:0px 0 15px 0;
      text-align: left;
    }
    


  }