/*
Theme Name: ORIGINAL
*/


* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  text-rendering:optimizeLegibility;
}

ul, li{
  list-style:none;
}

img{
  display:block;
  width:100%;
  height:auto;
}


::selection {
  background-color: #000;
  color:#fff;
}

a{
  text-decoration:none;
  color:#000;
  -webkit-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
  -moz-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
  -ms-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
  -o-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
  transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
}


a:hover{
  -webkit-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
  -moz-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
  -ms-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
  -o-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
  transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
}

.font_bold{
  font-weight:bold;
}


.font12{
  font-size:12pt;
}


.font13{
  font-size:13pt;
}


.font14{
  font-size:14pt;
}

.font15{
  font-size:15pt;
}

.font16{
  font-size:16pt;
}

.font17{
  font-size:17pt;
}

.font18{
  font-size:18pt;
}

.font19{
  font-size:19pt;
}

.font20{
  font-size:20pt;
}

p{
  font-size:10pt;
  letter-spacing: 2px;
}


.text_border{
  text-decoration:underline;
}





.clear{
  clear: both;
}



body {
  color:#000;
  line-height:200%;
  font-family: YuGothic, 游ゴシック, sans-serif;
  overflow-x:hidden;
}




/* 共通ページ */

#header{
	margin-top:20px;
	width:100%;
	z-index:9999;
}

#header .inner{
  position: relative;
  margin: 0 auto;
    padding: 80px 0 0;
  overflow: hidden;
}

#header .inner {
	padding: 0px 50px;
}

.gra_menu {
    float: none;
    margin-top: 0px;
}

.gra_menu ul {
display: flex;
justify-content: space-between;
}

.gra_menu ul li {
    display: inline-block;
    margin-left: 0;
}

.gra_menu ul li a{
  color:#000;
  letter-spacing: 1px;
  font-family: Helvetica, sans-serif;
  font-weight:bold;
  font-size: 10pt;
  text-align:center;
}

.gra_menu ul li a span{
 display:block;
  font-size:7pt;
  line-height: 130%;
  font-weight:normal;
}

.gra_menu ul li.icon_mail span{
  display:inline-block;
  width: 20px;
  vertical-align: middle;
}



#footer{
  padding:60px 0;
  margin-top:100px;
}


#footer .inner {
	text-align:center;
	display: block;
}

.footer_copy p {
    font-size: 9pt;
    padding-top: 0;
}









.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 999999;
  opacity: 1;
  background: #fff;
}


.loader
{
  position: absolute;
  display: inline-block;
  top:50%;
  left:50%;
  margin-left:-17px;
  margin-top:-30px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: 1px solid #ccc;
  border-right-color: transparent;
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
}


@-webkit-keyframes spin
{
0% { -webkit-transform: rotate(0deg); opacity: 0.4; }
50%  { -webkit-transform: rotate(180deg); opacity: 1; }
100%   { -webkit-transform: rotate(360deg); opacity: 0.4; }
}

@-moz-keyframes spin
{
0% { -moz-transform: rotate(0deg); opacity: 0.4; }
50%  { -moz-transform: rotate(180deg); opacity: 1; }
100%   { -moz-transform: rotate(360deg); opacity: 0.4; }
}





#t_logo{
	margin-top:30px;
	text-align:center;
}


#t_logo a{
  width: 280px;
  display:inline-block;
}













#menu_scroll{
  position:fixed;
  top:-100px;
  z-index:9999;
  background:#fff;
  width:100%;
  -moz-box-shadow: 3px 3px 4px 3px #ccc;
  -webkit-box-shadow: 3px 3px 4px 3px #ccc;
  box-shadow: 0 0 14px rgba(0,0,0,.2);
  -webkit-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
  -moz-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
  -ms-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
  -o-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
  transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
}

#menu_scroll.active{
  top:0px;
  -webkit-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
  -moz-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
  -ms-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
  -o-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
  transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
}






.main_title{
  text-align:center;
  margin-bottom:30px;
}

.main_title > p{
  font-size:18pt;
  letter-spacing: 1px;
  color:#000;
  font-family: Copperplate,Copperplate Gothic Light,fantasy;
  font-weight: bold;
  display:block;
}


.main_title:after{
  content:"";
  display:inline-block;
  width:20px;
  height:2px;
  background:#000;
}



.sub_note{
  margin-top:40px;
}


.sub_note p{
  text-align: center;
  font-size: 11pt;
  letter-spacing: 2px;
  line-height: 180%;
  font-weight: normal;
}


.sub_note p span{
  text-align: center;
  font-size: 14pt;
  letter-spacing: 2px;
  font-weight: normal;
  font-family: Helvetica, sans-serif;
}







.main_detail{
  margin-top:40px;
}



.main_detail .title p{
  font-size:14pt;
  letter-spacing: 3px;
  color:#707070;
}

.main_detail .note{
  margin-top:30px;
}

.main_detail .note p{
  font-size:11pt;
  color:#707070;
}



.concept_note p{
  text-align:center;
  font-size:12pt;
  line-height:230%;
  letter-spacing: 2px;
}





.st_sec{
  padding-top:100px;
  padding-bottom:100px;
}


.inner{
  max-width:1080px;
  position: relative;
  margin:0 auto;
  padding: 0px 30px;
  overflow: hidden;
}








/* TOPページ */




#top_slide{
	position:relative;
	padding-top: 30px;
}


#top_slide .carousel_box {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    overflow: hidden;
}


#top_slide .slick-slide {
		margin-right: 0;
		margin: 0 5px;
}



.logo_hotel{
	position:absolute;
	left: 20px;
	bottom: 40px;
	width:50%;
}
	
	
	.m_title p{
	font-family: Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	font-size:20px;
	letter-spacing:0;
	}
	
	
.m_title p span{
	line-height:100%;
	display:block;
	font-size:11px;
	letter-spacing:1px;
	margin-top:5px;
	font-weight:normal;
	}
	
	.c_note{
	margin-top:40px;
	width:700px;
	margin:40px auto 0;
	}
	
	.c_note p{
	text-align:left;
	display:inline-block;
	font-size:14px;
	font-weight: 600;
}


.rooms_index{
	position: relative;
	margin-top:60px;
	padding: 0px 100px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 40px;
	grid-row-gap: 70px;
}

.rooms_box {
    display: block;
}


	.rooms_img {
    width: 100%;
    display: inline-block;
    max-width: auto;
    position: relative;
}


.rooms_d{
	margin-top:20px;
}

.rooms_d_title p{
	font-size:14pt;
	font-weight:bold;
}

.rooms_d_info{
	margin-top:5px;
}

.rooms_d_info p{
	font-size:13pt;
	letter-spacing:0;
	line-height:180%;
	font-feature-settings: "palt";
}

.rooms_d_info p span{
	font-size:10pt;
}


.rooms_d_note{
	margin-top:10px;
}

.rooms_d_note p{
	font-size:9pt;
	letter-spacing:0;
	line-height:180%;
	font-feature-settings: "palt";
}



.facility_list{
	display:flex;
	justify-content: space-between;
	gap:10px;
	margin-top:50px;
}

.facility_box{
	width:22%;
}

.facility_box p{
	font-size:13px;
	line-height:150%;
}

.facility_box p span{
	font-size:11px;
	line-height:140%;
	display:block;
	margin-top:5px;
	color:red;
	font-weight:bold;
}

.facility_box > div{
	margin-bottom:30px;
}











.google_map_iframe{
  margin-top:40px;
}

.google_map_iframe iframe{
 width:100%;
}

.access_info {
  margin-top:10px;
}

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

.access_info .info_text{
	
}

.access_info .info_text p{
  font-size:11pt;
  letter-spacing:1px;
}


.access_info .button a{
font-size:15px;
}


.access_map{
  margin-top:100px;
}


.access_map_index{
  margin:0 auto;
  display: flex;
  justify-content: space-between;
}


.access_detail {
    margin-top: 60px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.access_detail > div{
    width: 48%;
}

.access_detail > div p{
	line-height:160%;
}


.access_detail > div span{
	font-size:16px;
	font-weight:bold;
	display:block;
	margin-bottom:15px;
}










#top_qa .inner{
	max-width: 880px;
}


.qa_index{
	margin-top:40px;
}

.qa_detail {
    width: 100%;
}

.qa_box a {
    color: #000;
}


.qa_box p {
    color: #000;
}

.qa_box a .arrow:before {
	background: #000;
}

.qa_box a .arrow:after {
	background: #000;
}







.qa_list.active{
  display:block;
}

.qa_list{
  min-height:500px;
  display:none;
}





.qa_box{
  border-bottom:1px solid #ccc;
  padding: 20px 0;
}


.qa_box{
  border-bottom:1px solid #ccc;
  padding: 20px 0;
}


.qa_box > a{
letter-spacing:1px;
  margin-left:2.4em;
  text-indent:-2.4em;
  display:block;
}


.qa_box p{
  letter-spacing:2px;
  line-height: 180%;
  font-size:10pt;
  padding:15px 0 0;
  margin-left:2.4em;
  text-indent:-2.4em;
}


.qa_box b{
  font-size:16pt;
	font-family: Helvetica, sans-serif;
	vertical-align: middle;
}

.qa_text{
  margin-top:30px;
}

.qa_text p{

}

.qa_text a{

  text-decoration:underline;
}

.qa_box a{
	position:relative;
	font-size: 10pt;
	letter-spacing: 1px;
	line-height:150%;
	padding-right: 25px;
}

.qa_box a .arrow{
  position:absolute;
  right:0;
  top:20px;
}


.qa_box a .arrow:after{
 content:"";
  display:block;
  width:15px;
  height:1px;
  margin-top:-1px;
}


.qa_box a .arrow:before{
  content:"";
  display:block;
  width:15px;
  height:1px;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -webkit-transition: 0.6s cubic-bezier(0.78, .18, .34, .98);
  -moz-transition: 0.6s cubic-bezier(0.78, .18, .34, .98);
  -ms-transition:  0.6s cubic-bezier(0.78, .18, .34, .98);
  -o-transition:  0.6s cubic-bezier(0.78, .18, .34, .98);
  transition:  0.6s cubic-bezier(0.78, .18, .34, .98);
}



.qa_box.active a .arrow:before{
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -webkit-transition: 0.6s cubic-bezier(0.78, .18, .34, .98);
  -moz-transition: 0.6s cubic-bezier(0.78, .18, .34, .98);
  -ms-transition:  0.6s cubic-bezier(0.78, .18, .34, .98);
  -o-transition:  0.6s cubic-bezier(0.78, .18, .34, .98);
  transition:  0.6s cubic-bezier(0.78, .18, .34, .98);
}

















#sp_header{
  display:none;
}


.sp_img{
  display:none!important;
}







@media screen and (max-width: 768px) {
  
  
  
  img{
  width:100%;
  height:auto;
}

.sp_img{
  display:block!important;
}

.pc_img{
  display:none!important;
}


#header{
  display:none;
}

#header_scroll{
  display:none;
}


#sp_header{
  position: absolute;
  top: 0;
  z-index: 9999;
  width:100%;
  display:block;
  -webkit-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
  -moz-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
  -ms-transition:  0.4s cubic-bezier(0.78, .18, .34, .98);
  -o-transition:  0.4s cubic-bezier(0.78, .18, .34, .98);
  transition:  0.4s cubic-bezier(0.78, .18, .34, .98);
}


#sp_header.active{
  background:transparent;
  -webkit-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
  -moz-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
  -ms-transition:  0.4s cubic-bezier(0.78, .18, .34, .98);
  -o-transition:  0.4s cubic-bezier(0.78, .18, .34, .98);
  transition:  0.4s cubic-bezier(0.78, .18, .34, .98);
}



#sp_header .inner{
  padding: 0px 25px;
  overflow:hidden;
}


.top_text p {
  width: 70%;
}





	#t_logo{
		float: left;
		margin-top: 25px;
		margin-left: 25px;
		padding: 0;
		position: relative;
		z-index: 999;
	}
	
	#t_logo a{
		width: 130px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	.sub_grand_menu{
		display:block;
		position: fixed;
		top: 10px;
		right: 18px;
		z-index: 9999;
		width: 40px;
		-webkit-transition: 1s cubic-bezier(0.78, .18, .34, .98);
		-moz-transition: 1s cubic-bezier(0.78, .18, .34, .98);
		-ms-transition: 1s cubic-bezier(0.78, .18, .34, .98);
		-o-transition: 1s cubic-bezier(0.78, .18, .34, .98);
		transition: 1s cubic-bezier(0.78, .18, .34, .98);
	}
	
	
	

.sub_grand_menu.active{
  opacity: 1;
  -webkit-transition: 1s cubic-bezier(0.78, .18, .34, .98);
  -moz-transition: 1s cubic-bezier(0.78, .18, .34, .98);
  -ms-transition: 1s cubic-bezier(0.78, .18, .34, .98);
  -o-transition: 1s cubic-bezier(0.78, .18, .34, .98);
  transition: 1s cubic-bezier(0.78, .18, .34, .98);
}

#page .sub_grand_menu{
  opacity: 1;
  -webkit-transition: 1s cubic-bezier(0.78, .18, .34, .98);
  -moz-transition: 1s cubic-bezier(0.78, .18, .34, .98);
  -ms-transition: 1s cubic-bezier(0.78, .18, .34, .98);
  -o-transition: 1s cubic-bezier(0.78, .18, .34, .98);
  transition: 1s cubic-bezier(0.78, .18, .34, .98);
}


.sub_grand_menu p{
  text-align:center;
  color:#fff;
}


.sub_grand_menu.sub_grand_menu_ani{
  position:fixed;
  top:0px;
  z-index: 9999;
  -webkit-transition: 1s cubic-bezier(0.78, .18, .34, .98);
  -moz-transition: 1s cubic-bezier(0.78, .18, .34, .98);
  -ms-transition: 1s cubic-bezier(0.78, .18, .34, .98);
  -o-transition: 1s cubic-bezier(0.78, .18, .34, .98);
  transition: 1s cubic-bezier(0.78, .18, .34, .98);
}


.sub_grand_menu .button-navi-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 1px;
  margin: 0px 0 0 -12px;
  background: #000;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

#home .sub_grand_menu .button-navi-icon {
  background: #fff;
}



.sub_grand_menu .button-navi-icon:after, .sub_grand_menu .button-navi-icon:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 1px;
  background: #000;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}




.sub_grand_menu .button-navi-icon:before {
  margin-top: -10px;
}

.sub_grand_menu .button-navi-icon:after {
  margin-top: 9px;
}

.sub_grand_menu_top{
  padding: 25px 0px;
  overflow:hidden;
}

.sub_grand_menu_top .sub_menu ul li{
  display: inline-block;
  padding:0 20px;
}


.sub_grand_menu .button-navi-icon.close:before, .sub_grand_menu .button-navi-icon.close:after {
  margin-top: 0;

}

.sub_grand_menu .button-navi-icon.close:after {
  
}


.button-navi-icon.close:after {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.button-navi-icon.close:before {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


.button-navi-icon.close {
  background: transparent!important;
}

.scroll .button-navi-icon.close {
  background: transparent!important;
}


.button-close{
  position:absolute;
  padding: 25px 0px;
  width: 40px;
  top: 0;
  z-index:-9999;
}






#menu_index{
  position:fixed;
  top: 0;
  width:100%;
  height:100%;
  background:#fff;
  z-index: 9998;
}



.menu_index_inner .logo{
  text-align: center;
  margin-top:60px;
}

.menu_index_inner .logo p{
  display:inline-block;
}


.menu_index_inner{
  width: auto;
  height: 100%;
  overflow: scroll;
  margin: 0 auto;
  position: relative;
  padding:0 20px;
}

.menu_index_sp{
  margin-top: 150px;
}


.menu_index_inner ul{
  overflow:hidden;
}




.menu_index_inner .menus ul li{
  letter-spacing: 1px;
  display:block;
  line-height: 200%;
  text-align: center;
  margin-bottom: 20px;
}



.icon_mail {
  width: auto;
}


	.menu_index_inner ul li a{
		font-family: Helvetica, sans-serif;
		text-decoration:none;
		font-size: 12pt;
		display: inline-block;
		font-weight:600;
	}
	
	.menu_index_inner ul li a span{
		display:block;
		font-size: 11px;
		letter-spacing: 1px;
		font-weight: normal;
		line-height:100%;
	}


	
	
	
	
	
	
	

.menus{
  position: relative;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: 50%;
  margin-top: 30px;
}

#top_menu{
  display:none;
}

	
	
	
	
	.logo_sp{
		position:absolute;
		left:20px;
		top: 20px;
		width:200px;
	}
	
	



.top_section{
  margin-top:0px;
}




.st_sec {
  padding-top: 120px;
  padding-bottom: 0px;
}




.inner {
  padding: 0px 30px;
}

.main_title p {
  font-size: 14pt;
}
	
	
	#top_slide {
		padding-top: 80px;
	}

	#top_concept{
		padding:40px 30px 0;
	}
	
	.c_note {
		width: auto;
	}
	
	
	.rooms_index {
		margin-top: 30px;
		padding: 0px 30px;
		grid-template-columns: repeat(1, 1fr);
		grid-column-gap: 20px;
		grid-row-gap: 30px;
	}
	
	.rooms_d {
		margin-top: 0px;
	}
	
	
	
	.facility_list {
		display: block;
	}
	
	
	.facility_box{
		width: 100%;
	}
	
	

	
	.facility_list:last-child {
		margin-top: 0px;
	}
	
	
	
	
	.access_detail {
		margin-top: 30px;
		width: 100%;
		display: block;
	}
	
	.access_detail > div {
		width: 100%;
		margin-bottom:30px;
	}
	
	.access_detail > div:last-child {
		margin-bottom:0px;
	}
	
	
	.qa_index {
		margin-top: 20px;
	}
	
	
	.rooms_d_title p {
		font-size: 13pt;
	}
	
	.rooms_d_info p {
		font-size: 11pt;
	}
	
	
	.c_note p {
		font-size:12px;
		text-align: center;
	}
	
	
	.access_info_wrap {
		display: block;
	}
	
	.access_info .info_text p {
		font-size:13px;
		line-height:150%;
	}
	
	.access_info .button a {
		font-size: 13px;
	}
	
	.qa_box a .arrow {
		right: 0;
		top: 10px;
	}
	
	
	.access_detail > div span {
		font-size: 13px;
	}
	
	.access_detail > div p {
		font-size: 12px;
	}
	
	
	
	
	
	
	
	
	

}










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












