@charset "utf-8";
/* CSS Document */
body {
background:#fff;
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-weight: normal;
font-style: normal;
font-size: 16px;
line-height: 1.6;
}
.w1000{
width: 1000px;
margin: 0 auto;
}
h5{
text-align: center;
font-size: 125%;
font-weight: normal;
line-height: 1.8em;
padding-bottom: 30px;
}
h5 span{
display: block;
font-family: "EB Garamond", serif;
font-size: 150%;
font-weight: 500;
color: #828282;
}
.card{
padding-bottom: 20px;
font-size: 95%;
}
span.red{
color: #FF0000;
}
/*--------------------pankuzu */
#pankuzu{
display: block;
width: 1000px;
background: #fff;
font-size: 85%;
}
#pankuzu ul{
width: 1000px;
margin: 0 auto;
overflow: auto;
_zoom: 1;
}
#pankuzu li{
float: left;
list-style: none;
}
#pankuzu li + li:before{
margin: 0 8px;
content: '>';
}
/*--------------------上に戻るボタン */
.pagetop {
color: #fff;
background-color: rgba(0,0,0,0.2);
text-decoration: none;
display: block;
position: fixed;
bottom: 1em;
right: 1em;
font-size: 1.5em;
width: 2em;
height: 2em;
line-height:1.8em;
border-radius: 3em;
text-align: center;
cursor: pointer;
}
.pagetop:hover {
color: #fff !important;
background-color: #828282;
text-decoration: none;
transition: 0.5s;
}
/*--------------------main */
#main_top{
display: block;
position: relative;
width: 100%;
height: 653px;
background: url("../img/bg_top.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
#main_top_sp{
display: none;
}
#main_top .title_top{
width: 500px;
margin: 0 auto;
padding-top: 20px;
}
.title_top img{
width: 100%;
}
/*--------------------navi */
#main_top .navi{
position: absolute;
bottom: 50px;
left: 50%;
transform: translateX(-50%);
/*
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
*/
}
.navi ul{
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
}
.navi ul li{
width: calc(100% / 4 - 1%);
text-align: center;
}
.navi ul li a{
display: inline-block;
width: 100%;
padding: 10px 0;
background: #e50113;
color: #fff;
font-weight: 500;
letter-spacing: 0.08em;
border-radius: 10px;
}
.navi ul li a:hover{
transition: 0.3s;
background: #F05B67;
}
#lead{
display: block;
padding: 30px 0;
text-align: center;
font-size: 114%;
font-weight: 500;
letter-spacing: 0.06em;
background: url("../img/bg_notebook.jpg");
background-size: auto;
background-repeat: repeat;
}
#lead_sp{
display: none;
}
/*--------------------hotel */
#hotel{
background: #f5f5f5;
}
#hotel,#spot,#train,#tour {
padding: 50px 0;
}
#hotel ul,#spot ul,#train ul,#tour ul{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#hotel ul li{
width: calc(100% / 4 - 2%);
padding-bottom: 30px;
}
#hotel dl dd img,#spot dl dd img,#train dl dd img,#tour ul li img{
width: 100%;
}
#hotel dl dt,#spot dl dt,#train dl dt{
font-size: 113%;
padding-bottom: 5px;
font-weight: 500;
}
#hotel dl dd.image{
position: relative;
}
#hotel dl dd p.area{
position: absolute;
top: 7px;
left: 7px;
padding: 0 15px;
color: #fff;
background: #ff5233;
font-weight: 600;
border-radius: 25px;
}
#hotel a{
position: relative;
display: flex;
justify-content: space-around;
align-items: center;
margin: 0 auto;
padding: 7px 0;
color: #FFF;
background: #ff7d66;
transition: 0.3s ease-in-out;
font-weight: 600;
filter: drop-shadow(0px 2px 4px #ccc);
border-radius: 3px;
border-radius: 50px;
overflow: hidden;
text-decoration: none;
}
#hotel a:before{
content: '';
display: block;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: -100%;
background-image: linear-gradient( 
130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 55%);
-webkit-transition: 0.5s;
transition: 0.6s;
}
#hotel a:hover:before{
left: 100%;
}
#hotel a:after{
position: absolute;
top: 50%;
right: 20px;
transition: 0.2s ease-in-out;
content: "\f0da";
font-family: "Font Awesome 5 Free";
font-weight: 900;
transform: translateY(-50%);
}
/*--------------------spot */
#spot ul li,#train ul li,#tour ul li{
width: calc(100% / 3 - 1%);
padding-bottom: 30px;
}
#spot h6 {
display: flex;
align-items: center;
font-size: 125%;
font-weight: normal;
margin-bottom: 30px;
}
#spot h6:after {
content: "";
height: 1px;
flex-grow: 1;
background-color: #666;
}
#spot h6:after {
margin-left: 1rem;
}
h6 .material-symbols-outlined {
font-variation-settings:
'FILL' 1,
'wght' 400,
'GRAD' 0,
'opsz' 24;
padding-right: 3px;
}
#spot dl dd img{
border-radius: 20px;
}
#spot dl dd.image{
position: relative;
}
#spot dl dd p{
position: absolute;
bottom: 15px;
right: 10px;
padding: 0;
font-weight: 500;
font-size: 90%;
}
#spot dl dd p.cap_1{
color: #fff;
}
#spot dl dd p.cap_2{
color: #222;
}
/*--------------------tour */
#tour{
background: #F8F8F8;
}
/*--------------------train */
#train{
background-image: url("../img/bg_paper.jpg");
background-size: auto;
background-repeat: repeat;
}
#train ul li{
padding-bottom: 10px!important;
}
#train dl dd.image{
position: relative;
}
#train dl dd p{
position: absolute;
bottom: 10px;
right: 7px;
padding: 0;
font-weight: 500;
font-size: 90%;
color: #fff;
}
#train p.train_tour{
font-weight: 500;
color: #353535;
}
/*--------------------search */
#search{
background-color: #FFF1EE;
padding: 50px 0 30px;
}
p.htb-copyright{
text-align: right;
padding-top: 30px;
}
.webconnect_box{
background: rgba(255,255,255,0.8);
padding: 30px 0;
}
/*タブ切り替え全体のスタイル*/
.tabs {
background-color: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
width: 100%;
margin: 0 auto;}
/*タブのスタイル*/
.tab_item {
width: calc(100%/2);
height: 50px;
border-bottom: 3px solid #eb735e;
background-color: #d9d9d9;
line-height: 50px;
font-size: 16px;
text-align: center;
color: #565656;
display: block;
float: left;
font-weight: bold;
transition: all 0.2s ease;
}
.tab_item:hover {
opacity: 0.75;
}
.tab_item span{
font-size: 85%;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
display: none;
padding: 40px 0;
clear: both;
overflow: hidden;
}
/*選択されているタブのコンテンツのみを表示*/
#domestic:checked ~ #domestic_content,
#jrdp:checked ~ #jrdp_content {
  display: block;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
background-color: #eb735e;
color: #fff;
}
.fw-top .fw-mv-search{
width: 85%;
margin: 0 auto;
}
h2.fw-search-top__ttl{
display: none!important;
}
.fw-btn-search-01{
background: #ff7d66!important;
border-radius: 25px!important;
}
.fw-btn-search-01--hotel{
background: #ff7d66!important;
border-radius: 25px!important;
}
.fw-select{
margin-bottom: 10px;
}
/*--------------------official_page */
#official_page{
padding: 50px 0;
background: url("../img/bg_officialpage.jpg");
background-repeat: no-repeat;
background-size: cover;
}
#official_page ul{
color: #fff;
display: flex;
justify-content: space-between;
flex-wrap: nowrap;
}
#official_page ul li{
width: calc(100% / 2 - 1%);
}
#official_page ul li p{
font-size: 115%;
font-weight: 500;
padding-top: 50px;
text-align: center;
}
#official_page ul li p span{
font-size: 135%;
font-weight: 600;
padding: 0 5px;
}
#official_page ul li p span.material-symbols-outlined{
font-weight: normal;
vertical-align: -5px;
}
#official_page ul li a{
color: #fff;
border-bottom: 1px solid #fff;
}
#official_page ul li.jr_bnr a{
border-bottom: none;
}
#official_page ul li a:hover{
opacity: 0.6;
transition: 0.3s;
}
#official_page ul li.jr_bnr a:hover{
opacity: 1;
}
#official_page ul li.jr_bnr img{
width: 100%;
}