/*ステーションホテル綾部*/

/* Base Layout
------------------------------------------------------------ */
html {
	overflow: auto;
    scroll-behavior: smooth;
}
* html { /* for IE6 */
	overflow: hidden;
	overflow-x: auto;
	height: 100%;
}
body {
	color: #666666;
	line-height: normal;
	font-family: 'Noto Serif JP' , sans-serif ;
    font-weight: 400;
	position: relative;
	min-width: 280px;
	background-color: #FFFFFF;
	font-size: 17px;
	width: 100%;
	margin: 0px;
	text-align: justify;
	box-sizing: border-box;
	overflow-x: hidden;
}
* html body { /* for IE6 */
	overflow-y: auto;
	height: 100%;
}

ul{	list-style:none;}
li{	float:left;}
/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/*clearfix to objects*/
header:after,
footer:after,
section:after,
.container:after,
div.widthsize:after,
ul:after{
	content: ".";
	display: block;
	height: 0px;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,legend,textarea,p,blockquote,th,td{ 
	margin:0;padding:0;
}
img{
	border:0;
	vertical-align:middle;
    width: 100%;
}
	
#topbutton {
      /* ▼表示位置を画面の右下に固定 */
      position: fixed; /* ←表示場所を固定 */
      bottom: 1px;   /* ←下端からの距離 */
      right: 1px;    /* ←右端からの距離 */

      /* ▼最初は非表示にしておく */
      display: none;
	  z-index:100;
}
.pagetop{
    height: 50px;
    width: 50px;
    /*position: fixed;
    right: 0;
    bottom: 0;*/
    background: #666666;
    border: solid 2px #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.pagetop_arrow{
    height: 10px;
    width: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(20%) rotate(-45deg);
}

section{
	width:100%;
	position:relative;
	padding-bottom:6em;
}
.mt1{ margin-top:1em;}
.mt2{ margin-top:2rem;}
.mt3{ margin-top:3rem;}
.mt5{ margin-top:5rem;}
.mb1{ margin-bottom:1rem;}
.mb5{ margin-bottom:5rem;}
.ml05{margin-left: 0.5em;}
.ml1{ margin-left:1rem;}
.ml2{ margin-left:2rem;}
.ml5{ margin-left:5rem;}
.fnt09{font-size:0.9rem;}
.fnt11{font-size:1.1rem;}
.fnt12{font-size:1.2rem;}
.fnt15{font-size:1.5rem;}
.gothic{font-family: 'Noto Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif';}
.center{text-align:center;}
.text_red{color: #e60012;}
.text_grn{color: #55827e;}
.txt_en_center{
    text-align: center !important;
}

/*h1 {font-size: 1em;}*/
/*.ml1{ margin-left:1em;}
.mt3{ margin-top:3em;}
.mt5{ margin-top:5em;}
.ml1{ margin-left:1em;}
.mb5{ margin-bottom:5em;}

*/
/**/
.flex{
    display: flex;
    flex-wrap: wrap;
}
/*　Base Link 
------------------------------------------------------------ */

a:link {
	color:#666666;
	text-decoration:none;
}
a:visited {
	color:#666666;
	text-decoration:none;
}
a:hover, a:active  {
	color: #999;
	text-decoration: none;
}
footer a:link,
footer a:visited{
	color:#222;
	text-decoration:none;
}
#top h1 a:hover img,
.lnk_btn a:hover img{
    transform:scale(1.1,1.1);
    transition : all 1s;

	/*opacity: 0.7;
	filter: alpha(opacity=70);*/
}
/* 
------------------------------------------------------------ */
p{line-height:2rem;}
p.txt_en{line-height:normal;}
/* 共通
------------------------------------------------------------ */
.sp_none,
.sp_none02{
    display:none;
}

header {
	width:100%;
}
.swiper-slide img {
  height: auto;
  width: 100%;
}

.widthsize{
	max-width: 766px;
	margin-right: 30px;
	margin-left: 30px;
	position: relative;
}
/* 画面外にいる状態 */
.element {
	opacity : 0.1;
	transform : translate(0, 80px);
	transition : all 1s;
	}

/* 画面内に入った状態 */
.element.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}
.element02 {
	opacity : 1;
	transform : translate(0, 80px);
	transition : all 1s;
	}

/* 画面内に入った状態 */
.element02.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}

.fadeLeft{
  opacity: 0;
  transform: translateX(-150px);
  transition: opacity 1s, transform 1s;
}

.fadeLeft.scrollin {
  opacity: 1;
  transform: translateX(0);
}
.fadeRight{
  opacity: 0;
  transform: translateX(150px);
  transition: opacity 1s, transform 1s;
}
.fadeRight.scrollin {
  opacity: 1;
  transform: translateX(0);
}

/*
-----------------------------------------------------------*nav*/
*, *:before, *:after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
ol, ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: inherit;
}
#nav_sp{
    /*background: #000;*/
}
.head_name{
    width: 50%;
    padding: 15px;
}
/*----------------------------------------------------------------------- footer */

footer {
	width: 100%;
	background:#dcdddd;
	padding:2em 0;
	color:#222222;
    text-align: center;
}
footer .f_logo{
	width: 60%;
	margin: 2rem auto;
}
footer .f_add{
}
/* inneer
------------------------------------------------------------ top*/
#top .attention{
    padding: 1.5rem 1rem;
    border: double #e60012 5px;
    font-weight: 600;
    margin-top: 5rem;
}
#top h1{
    margin: 3rem auto;
    width:50%;
}
.txt_en{
    font-family: 'Noto Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif';
    line-height: normal;
    font-size: 15px;
    text-align: left;;
}
h3{
    font-size: 26px;
    letter-spacing: 1px;
}
.intro_box{
    margin-bottom: 5em;
}
.intro_box .txt_jp{
    font-size: 1.1rem;
    letter-spacing: 1px;
    background-image:url("../img/top/bg_top.jpg") ;
    background-size: 110px;
    background-position-x: 100%;
    background-position-y: 100%;
    background-repeat: no-repeat;
    padding-bottom: 80px;
}
.lobby_box{
    margin-bottom: 3em;
}
.lobby_box .left{
    margin-bottom: 2em;
}
.lobby_box .txt_ttl{
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.lobby_box .txt_jp,
.lobby_box .txt_en{
    margin-top: 2rem;
    width: 100%;
}
.lobby_box .txt_jp table,
.lobby_box .txt_en table{
    width: 100%;
}
.lobby_box table td{
    padding: 5px 0;
}
.lobby_box table .time_txt,
.lobby_box table .time{
    width: 50%;
    text-align: left;
}
.lobby_box table .room_type,
.lobby_box table .room_price{
    width: 50%;
    text-align: left;
}
.cont_ttl{
    padding: 20px auto 10px;
    font-size: 20px;
    letter-spacing: 3px;
}

section.reservation_area{
    padding-bottom: 10rem;
}
.reservation_area .hr{
    margin: 2em auto 3em;
    width: 100%;
}
.reservation_area .resrevd_txt{
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -1px;
}

.reservation_area .tel{
    font-size: 26px;
}
.reservation_area .lnk_reservation{
    justify-content: center;
    align-items: center;
    margin: auto;
}
.reservation_area .lnk_reservation .lnk_txt{
    width: 80%;
}
.reservation_area .lnk_btn{
    width: 15%;
}
.reservation_area .lnk_other {
   justify-content: space-around;
    align-items: center;
    margin: auto;
}
.reservation_area .lnk_other .tel{
    width: 70%;
}
#access{
    padding-top: 250px;
    margin-top: -250px;
}

#info_box{
    margin: 5rem auto;
    padding: 5rem 0;
    background: #def7f7;
}
#info_box .topi_box_ttl{
    font-size: 2rem;
    text-align: center;
    padding-bottom: 1rem ;
    margin-bottom: 1rem;
    border-bottom: solid 2px #666666;
}
#info_box .date{
    margin-bottom: .5rem;
}
#info_box .topi_title{
    margin-bottom: .5rem;
    font-weight: 600;
}

/*----------------------------------------------------------------------- facility */
#facility h1{
    font-size: 26px;
    margin: 2em auto 3em;
    letter-spacing: 1px;
}
#facility .txt_ttl{
    font-size: 1.2rem;
    font-weight: 600;
}
#facility .txt_jp{
    line-height: 1.8em;
    font-size: 15px;
}
#facility .item_area .right{
    margin: 2em auto 5em;
}
.other_box{
    margin-top: 8rem;
}
/*----------------------------------------------------------------------- rule */
#rule .tab_btn,
#p_policy .tab_btn{
    position: absolute;
    right: 10px;
    top: 0;
}
.tab_btn a{
    background: #666;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    font-family: 'Noto Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif';
    border: 1px solid;
    border-radius: 20px;
    padding: 10px 40px;
}
.tab_btn a:hover{
    background: #fff;
    color: #666;
}
#rule h1,
#p_policy h1{
    padding-top: 50px;
}
#rule_jp,
#rule_english{
    font-size: 16px;
}
#rule_jp p,
#rule_english p,
#rule_jp li,
#rule_english li{
    margin-bottom: 1em;
}
#rule_jp li,
#rule_english li{
    text-indent: -2em;
    padding-left: 2em;
    width: 100%;
    }
.chart_box .chart01_box,
.chart_box .chart02_box,
.chart_box table,
.chart_box tr{
    width: 100%;
}
.chart_box td{
    padding: 5px;
}
.chart02_box{
    margin-top: 3em;
}
#rule_english .chart_box{
    max-width: 800px;
    overflow-x: auto;
}
#rule_english .chart_box tabel{
    white-space: nowrap;
    margin: 10px 0;
}
.scroll_table::-webkit-scrollbar {
  height: 10px; /* スクロールバーの高さ */
}
 
.scroll_table::-webkit-scrollbar-thumb {
  background: #aaa; /* ツマミの色 */
}
 
.scroll_table::-webkit-scrollbar-track {
  background: #ddd; /* トラックの色 */
}
/*.txt_vertical{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}*/
/*----------------------------------------------------------------------- toiawase */
#toiawase h1{
    margin: 2em auto;
    width: 80%;
}
.formTable{
    margin: 5rem auto 2rem;
    width: 100%;
    text-align: left;
}
.formTable th,.formTable td{
    width: 100%;
    float: left;
    letter-spacing: 2px;
    }
.formTable input , .formTable textarea{
    line-height: 1.5em;
    padding: 5px 10px;
    margin: .5em auto 1em;
    width: 100%;
    box-sizing: border-box;
    }
.formTable input[type="radio"]{
    width:2em;
}
.formTable select{
    width: 100px;
    padding: 5px 1em;
}
.btn_kakunin{
    margin: 3em auto 0;
    text-align: center;
    width: 100%;
    color: #fff;
    background: #000;
    padding: 10px 0;
    letter-spacing: 5px;
    font-size: 1.1em;
    border: 1px solid;
    display: inline-block;
    box-sizing: border-box;
    }
.btn_kakunin a{
    }
.btn_kakunin a:hover{
    display:inline-block;
    transition: all 0.5s ease;
    text-decoration: none;
    background: #fff;
    }
.btn_reset{
    margin: 2em auto 2em;
    text-align: center;
    width: 80%;
    color: #fff;
    background: #999;
    padding: 10px 0;
    letter-spacing: 5px;
    font-size: 1.2em;
    border: 1px solid #999;
    display: inline-block;
    box-sizing: border-box;
    }
.btn_reset a{
    }
.btn_reset a:hover{
    display:inline-block;
    transition: all 0.5s ease;
    text-decoration: none;
    background: #fff;
    }
.err input{
    width: auto;
    padding: 10px 50px;
}
.err_messe{
    text-align: center;
} 

@media screen and ( min-width:320px )
{
.info_box .tel{
    width: 80%;
    font-size: 26px;
}
.info_box .mail{
    width: 15%;
}

}
@media screen and ( min-width:767px )
{
.widthsize{	
    max-width: 979px;
    margin-left: 2em;
    margin-right: 2em;
}
.sp_none02{ display:block;}
.pc_none02{ display:none;}
/*
-----------------------------------------------------------*nav*/
.head_name{
    width: 30%;
    margin: auto;
}
/*
-----------------------------------------------------------*footer*/
footer .f_logo{
	width: 20%;
}

/*
-----------------------------------------------------------*top*/
#info_box .topi_box_ttl{
    text-align: left;
    padding-left: 1rem ;
}
#info_box li{
    padding: 0 1rem;
}
#info_box .topi_title{
    font-size: 1.2rem;
}
#info_box .date{
    float: left;
    margin-right: 1rem;
}
    
#top h1{
    width: 15%;
}
.intro_box .txt_jp{
    font-size: 1.2rem;
    background-size: 180px;
    padding-bottom: 100px;
}

.lobby_box {
    line-height: normal;
    font-size: 15px;
    }
.lobby_box .flex{
    justify-content: space-between
    }
.lobby_box .left,
.lobby_box .right{
    width: 47%;
}
.lobby_box .right .txt_jp{
    margin-top: 3.5em;
}
.lobby_box table .time_txt{
    width: 40%;
}
.lobby_box table .time{
    width: 60%;
}
.lobby_box table .h33 {
    height: 33px;
}  
.reservation_area .lnk_reservation,
.reservation_area .lnk_other{
    width: 350px;
}
.reservation_area .lnk_other {
   justify-content: center;
    }
.reservation_area .lnk_btn{
    margin-left: 1em;
}

.access_area p{
    text-align: center;
}
/*----------------------------------------------------------------------- facility */
#facility .item_area .flex{
    justify-content: space-between;
    margin-bottom: 10em;
}
#facility .item_area .left{
    width: 65%;
}
#facility .item_area .right{
    width: 33%;
    margin: 0;
    padding-top: 2em;
}
#facility .item_area .right_room{
    padding-top: 6em;
}
    
/*----------------------------------------------------------------------- rule */
#rule .tab_btn,
#p_policy .tab_btn{
    position: absolute;
    right: 10px;
    top: 30px;
}
    
/*----------------------------------------------------------------------- toiawase */
#toiawase h1{
    width: 50%;
}

}
@media screen and ( min-width:980px )
{
.sp_none{ display:block;}
.pc_none{ display:none;}
.sppad_w100 img {width:auto;}
.widthsize{
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.head_name{
    width: 26%;
    margin: 0;
    padding: 15px 0;
}
.global-nav{
    width: 100%;
    justify-content: space-between;
    align-items: center;
    }

/*---------------------------------------------------------------------------------- // fixed_menu // ----------*/
.global-nav .flex{
    width: 100%;
    justify-content: space-between;
    align-items: center;
    }
    
.nav-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    background-color:#fcfcfc;
    opacity: 0.9;
}
.head_menu{
	width:50%;
	z-index:100;
    box-shadow: 0 3px 10px -5px #fcede9;
    font-weight: 600;
    padding: 50px 0;
    margin: 0;
}
.head_menu ul{
    width: 100%;
}
/*.head_menu ul.flex{
    justify-content: flex-end;
}
.head_menu li{
    padding-left: 20px;
}*/
.head_menu li a{
	color:#231815;
	text-decoration:none;
	display:block;
	font-size:15px;
    letter-spacing: 1px;
	font-weight:400;
    position: relative;
    z-index: 100;
}
.head_menu li a:hover{
    color: #231815;
}
.head_menu li a::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #231815;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .5s;
}
.head_menu li a:hover::after {
  transform: scale(1, 1);
}

/*
-----------------------------------------------------------*footer*/
footer{
    position: relative;
    }
footer nav{
    width: 280px;
    position: absolute;
    right: 0;
    top:10px;
    font-size: 14px;
    font-family: 'Noto Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif';
}
footer nav ul{
    width: 100%;
    justify-content: space-around;
    }

/*
-----------------------------------------------------------*top*/
.header_img{
    margin-bottom: 3em;
    }
/*.exsplation_area .txt_box{
    padding-right: 100px;
    margin-top: 5rem;
    letter-spacing: 1px;
    }
.exsplation_area .photo_box{
    margin-top: 5rem;
    }*/
/*.flow_box{
    margin-top: 0;
    }*/
/*.flow01::before,
.flow02::before,
.flow03::before,
.flow04::before{
    width: 80px;
    height: 80px;
}
.flow_ttl{
    font-size: 26px;
    
}
.flow_txt{
    padding-left: 85px;
    padding-right: 0;
    margin-bottom: 3em;
    margin-top: -1em;
}*/
.intro_box .txt_jp{
    background-size: 200px;
    background-position-x: 80%;
}

.info_box .flex{
    width: 42%;
    margin: 1em 29%;
}
.lobby_box table .time_txt{
    width: 30%;
}
.lobby_box table .time{
    width: 70%;
}
.lobby_box .txt_jp,
.lobby_box .txt_en{
    width: 47%;
}
#top .room_box.flex{
    justify-content: space-between;
    }
#top .room_box .txt_box{
    width: 70%;
    }
#top .room_box .room_img_pc{
    width: 26%;
    padding-top: 10px;
    }
/*----------------------------------------------------------------------- facility */
#facility .item_area .flex{
    justify-content: space-between;
    margin-bottom: 10em;
}
/*#facility .item_area .left{
    width: 65%;
}
#facility .item_area .right{
    width: 33%;
    margin: 0;
    padding-top: 2em;
}
#facility .item_area .right_room{
    padding-top: 6em;
}*/

    
/*----------------------------------------------------------------------- toiawase */
#toiawase h1{
    width: 40%;
    margin: 5em auto 2em;
}


}
@media screen and ( min-width:1300px )
{
    /*
-----------------------------------------------------------*top*/
}
