@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;
}
a:hover{
opacity: 0.6;
transition: 0.3s;
}
/*--------------------pankuzu */
#pankuzu{
width: 1000px;
margin: 0 auto;
display: block;
background: #fff;
font-size: 85%;
}
#pankuzu ul{
width: 1000px;
margin: 0 auto;
overflow: auto;
padding: 10px;
_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.8em;
width: 2em;
height:2em;
line-height:1.8em;
border-radius: 3em;
text-align: center;
cursor: pointer;
}
.pagetop:hover {
color: #fff !important;
background-color:#005341;
text-decoration: none;
transition: 0.5s;
}
/*--------------------top */
#top p.intro{
width: 100%;
padding: 10px 0;
text-align: center;
color: #fff;
font-weight: 700;
background:#005341;
}
#top p.intro span{
display: block;
font-size: 120%;
}
#top .mainimage img{
width: 100%;
}
#top .mainimage_sp{
display: none;
}
/*--------------------info */
.info{
padding: 50px 0;
text-align: center;
}
.info img.logo{
width: 330px;
}
.info h5{
color: #005341;
font-weight: 700;
font-size: 200%;
padding: 20px 0;
letter-spacing: 0.06em;
}
.info h5 span{
display: block;
font-weight: 800;
font-size: 145%;
padding: 5px 0 0;
}
.info p.icon_move{
text-align: right;
font-size: 90%;
color: #005341;
}
.info p.icon_move span.material-symbols-outlined{
vertical-align: -6px;
padding-right: 4px;
color: #009B76;
}
ul.j_nav{
display: flex;
justify-content: space-between;
padding: 30px 0 10px;
}
ul.j_nav li{
width: calc(100%/4 - 1%);
}
ul.j_nav li a{
display: inline-block;
background:#005341;
width: 100%;
color: #fff;
font-weight: 600;
margin: 0 auto;
padding: 10px 0;
position: relative;
}
ul.j_nav li a::before {
content: "";
top: 0;
left: 0;
border-bottom: 1.5em solid transparent;
border-left: 1.5em solid #009B76;/* ラベルの色はここで変更 */
position: absolute;
z-index: 100;
}
ul.j_nav li a::after {
content: "";
display: block;
top: 5px;
transform: rotate(-45deg);
left: 0;
position: absolute;
z-index: 101;
}
ul.j_nav li a span.material-symbols-outlined{
vertical-align: -5px;
padding-left: 4px;
color: #009B76;
}
ul.tickets{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 30px 0 10px;
}
ul.tickets li{
width: calc(100%/2 - 1%);
margin-bottom: 15px;
}
ul.tickets li a{
display: inline-block;
width: 100%;
padding: 7px 0;
background:#009B76;
color: #fff;
font-weight: 600;
border-radius: 25px;
font-size: 110%;
}
ul.tickets li p{
text-align: left;
color:#005341;
font-size: 90%;
font-weight: 500;
text-indent: -1em;
padding-left: 1em;
padding-top: 5px;
}
ul.tickets li p span{
color: #FF0000;
}
/*--------------------summary */
#summary{
padding: 50px 0;
background: #005341;
color: #fff;
}
#summary h6{
font-size: 165%;
margin-bottom: 30px;
padding-left: 10px;
border-left: 14px solid #fff;
}
#summary h6 span{
padding: 0 10px;
}
#summary img{
width: 100%;
margin: 30px 0 7px;
border: 3px solid #C7A131;
}
#summary p a,
#summary ul li a{
color: #fff;
border-bottom: 1px solid #fff;
}
#summary ul{
padding-top: 10px;
}
#summary ul li span.material-symbols-outlined{
vertical-align: -5px;
padding-right: 5px;
}
/*--------------------onedayticket */
#onedayticket{
padding: 50px 0;
background: url("../img/bg_white.jpg");
background-repeat: no-repeat;
background-size: cover;
color: #005341;
}
#onedayticket h6,
#hotels h6{
font-size: 165%;
margin-bottom: 30px;
padding-left: 10px;
border-left: 14px solid #005341;
}
#onedayticket p.sub_ttl{
font-size: 115%;
font-weight: 700;
padding-bottom: 7px;
}
#onedayticket p{
font-weight: 500;
}
#onedayticket p span{
color: #ff0000;
}
#onedayticket p a{
color: #005341;
border-bottom: 1px solid #005341;
}
/*--------------------hotels */
#hotels{
padding: 50px 0 20px;
color: #005341;
font-weight: 500;
}
#hotels ul{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 30px 0 0;
}
#hotels ul li{
width: calc(100%/2 - 2%);
margin-bottom: 40px;
}
#hotels ul li img{
width: 100%;
}
#hotels dl dt{
font-size: 135%;
font-weight: 800;
padding: 7px 0 10px;
line-height: 1.3em;
}
#hotels dl dt.hyatt{
letter-spacing: -1px;
}
#hotels dl dt span.kaigyo{
display: inline;
font-weight: 800;
padding: 7px 0 10px;
line-height: 1.3em;
color: #005341;
font-size: 100%;
}
#hotels dl dt span{
display:block;
color: #009B76;
font-size: 85%;
letter-spacing: normal;
}
#hotels dl dd.detail{
padding: 5px 0 10px;
}
#hotels dl dd a{
display: block;
text-align: center;
padding: 10px 0;
border-radius: 25px;
color: #fff;
margin: 15px 0;
}
#hotels dl dd a.stay{
background:#009B76;
}
#hotels dl dd a.tkt_set{
background: #005341;
}