@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;
}
span.dli-chevron-down {
display: inline-block;
vertical-align: middle;
line-height: 1;
width: 0.5em;
height: 0.5em;
margin-left: 20px;
border: 2px solid currentColor;
border-left: 0;
border-bottom: 0;
box-sizing: border-box;
transform: translateY(-25%) rotate(135deg);
}
/*--------------------pankuzu */
#pankuzu{
display: block;
background: #fff;
}
#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:#2363AF;
text-decoration: none;
transition: 0.5s;
}
/*--------------------top */
#top{
display: block;
width: 100%;
height: 500px;
background-image: url("../img/mainvisual.jpg");
background-size: cover;
background-repeat: no-repeat;
}
#top img{
width: 700px;
margin-top: 100px;
}
#top_sp{
display: none;
}
/*--------------------intro */
#intro{
padding: 50px 0;
}
#intro p{
text-align: center;
color:#2363AF;
font-weight: bold;
font-size: 140%;
letter-spacing: 0.1em;
}
#intro p.end{
color: #FF0000;
padding-bottom: 30px;
}
/*--------------------tabs */
/*タブ切り替え全体のスタイル*/
.tabs {
margin-top: 50px;
background-color: #fff;
width: 100%;
margin: 0 auto;
}
/*タブのスタイル*/
.tab_item {
width: calc(100%/3);
height: 50px;
border-bottom: 2px solid #2363AF;
background-color: #fff;
line-height: 50px;
font-size: 16px;
text-align: center;
color: #2363AF;
display: block;
float: left;
font-weight: bold;
transition: all 0.2s ease;
}
.tab_item:hover {
opacity: 0.75;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
display: none;
padding: 40px 0 0;
clear: both;
overflow: hidden;
}
/*選択されているタブのコンテンツのみを表示*/
#threedays:checked ~ #threedays_content,
#fourdays:checked ~ #fourdays_content,
#aboutsnow:checked ~ #aboutsnow_content {
display: block;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
background-color: #2363AF;
color: #fff;
}
/*--------------------tab_content */
h3{
text-align: center;
font-size: 140%;
color: #2363AF;
font-weight: bold;
padding-bottom: 20px;
}
h5{
font-size: 125%;
color: #2363AF;
font-weight: bold;
padding: 40px 0 10px;
}
p.caption{
font-size: 85%;
}
#threedays_content{
background-color: #e6f3ff;
padding-bottom: 50px;
}
#fourdays_content{
background-color: #ffffff;
background-image: linear-gradient(to right, #f4faff, #f4faff 5px, #ffffff 5px, #ffffff );
background-size: 10px 100%;
}
h5 span{
display: block;
font-size: 85%;
}
p.schedule{
text-align: center;
color: #2363AF;
font-weight: bold;
font-size: 130%;
}
p.schedule span{
background: #2363AF;
color: #fff;
padding: 2px 8px;
margin-right: 10px;
}
ul.twoimages,
ul.threeimages{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 30px 0;
}
ul.twoimages li{
width: calc(100%/2);
}
ul.twoimages li img{
width: 490px;
border: solid 1px #fff;
}
ul.threeimages li{
width: calc(100%/3);
}
ul.threeimages li img{
width: 326px;
border: solid 1px #fff;
}
p.access{
font-size: 120%;
font-weight: bold;
color: #2363AF;
}
p.ddl{
padding:0 15px 15px 0;
font-size: 90%;
line-height: 1.2em;;
}
.height{
height: 3px;
}
/*--------------------  */
p.subtitle{
font-size: 115%;
font-weight: bold;
margin-bottom: 10px;
border-bottom: 2px solid #2363AF;
}
img.one_photo{
width: 100%;
height: 400px;
object-fit: cover;
margin-top: 30px;
border: 1px solid #fff;
}
p.mgn_top{
margin-top: 40px;
}
p.mgn_ri{
margin-right: 10px;
}
p.dtl_kando{
font-size: 95%;
margin-right: 10px;
padding-bottom: 20px;
}
/*--------------------  */
.yado{
width: 100%;
margin: 50px auto 0;
padding: 30px 0 50px;
background: #fcfaf5;
}
p.y_subtitle{
font-size: 115%;
font-weight: bold;
margin-bottom: 10px;
}
p.point{
font-size: 115%;
font-weight: bold;
margin-bottom: 10px;
color: #2363AF;
}
/* olのスタイル */
ol {
margin: 0;
padding: 0;
list-style: none; /* デフォルトの数字を非表示に */
counter-reset: li;
}
/* ol内のliのスタイル */
ol li {
position: relative;
font-size: 16px;
padding-left: 1.5em;
line-height: 1.5;
}
/* 2つ目以降のliにmargin-topを指定 */
ol li:not(:first-child) {
margin-top: 0.5em;
}
/* 数字のスタイル */
ol li::before {
counter-increment: li;
content: counter(li);
position: absolute;
left: 0;
top: 3px; /* 数字のY軸線上の位置を調整 */
display: block;
width: 20px;
height: 20px;
border-radius: 50%;
background-color:#2363AF;
font-size: 12px;
color: #fff;
line-height: 20px;
text-align: center;
}
/*--------------------  */
.bus{
width: 100%;
padding: 30px 0 50px;
background: #fff;
}
p.red{
color: #ff0000;
}
.bus ul.threeimages{
padding: 10px 0 30px;
}
/*--------------------  */
p.event{
width: 550px;
margin: 0 auto;
text-align: center;
font-size: 130%;
font-weight: 500;
color: #fff;
background:#2363AF;
border-radius: 5px;
}
p.event span{
padding-right: 13px;
margin-right: 13px;
border-right: 2px solid #fff;
}
a.qa{
display: block;
width: 550px;
margin: 10px auto;
text-align: center;
font-size: 130%;
font-weight: bold;
color:#2363AF;
background:#a9d4ff;
border-radius: 5px;
}
/*--------------------request */
.request{
padding: 50px 0 80px;
}
.request h3{
font-size: 150%;
position: relative;
}
.request h3::before {
background-color: #fff; /* 線の色 */
border-radius: 5px; /* 線の両端を丸く */
bottom: 0; /* 線の位置 */
content: "";
height: 5px; /* 線の高さ */
left: 50%; /* 線の中央寄せ */
position: absolute;
transform: translateX(-50%); /* 線の中央寄せ */
width: 40px; /* 線の長さ */
}
#fourdays_content .request h3::before{
background-color:#4C8DDB;
}
.request ul.threeimages li{
width: calc(100%/3.1);
}
.request ul.threeimages li a{
display: inline-block;
width: 100%;
text-align: center;
font-size: 115%;
color: #fff;
background: linear-gradient(0deg, rgba(12,82,140,1) 0%, rgba(35,99,175,1) 100%);
padding: 8px 0;
border-radius: 5px;
}
.request ul.threeimages li a:hover{
background: linear-gradient(180deg, rgba(12,82,140,1) 0%, rgba(35,99,175,1) 100%);
}
.request ul.threeimages li p{
font-weight: bold;
font-size: 120%;
color: #ff0000;
margin-bottom: 7px;
}
.request ul.threeimages li p span{
font-weight: normal;
font-size: 90%;
color: #222;
display: block;
}
/*--------------------place */
.place{
width: 100%;
background: url("../img/bg_about.jpg");
background-repeat: no-repeat;
background-size: cover;
margin-top: 50px;
padding: 50px 0 80px;
}
h6{
font-size: 140%;
font-weight: bold;
color: #2363AF;
border-left: 15px solid #2363AF;
padding-left: 15px;
margin-bottom: 15px;
}
dl.detail{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
font-size: 115%;
font-weight: 500;
color: #2363AF;
padding-bottom: 20px;
}
dl.detail dt{
width: 150px;
font-weight: bold;
border-bottom: 1px dashed #2363AF;
padding: 2px 0;
}
dl.detail dd{
width: 850px;
border-bottom: 1px dashed #2363AF;
padding: 2px 0;
}
p.pdn{
padding-bottom: 80px;
}
img.map{
box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
/*--------------------QandA */
#QandA{
width: 100%;
padding: 0 0 80px;
background-image: url("../img/bg_QandA.jpg");
background-size: cover;
background-position: bottom;
background-repeat: no-repeat;
}
#QandA h3{
background: #c2e5ff;
padding: 5px 0;
margin-bottom: 30px
}
/*
dl.QA{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 15px 0;
}
dt.iconQ,
dt.iconA{
width: 50px;
font-size: 200%;
font-weight: bold;
display: flex;
align-items: center;
}
dt.iconQ{
color: #2363AF;
}
dt.iconA{
color: #ff0000;
}
dd.dtlQ,
dd.dtlA{
width: 950px;
display: flex;
align-items: center;
}
dd.dtlQ{
font-size: 115%;
font-weight: 500;
color: #2363AF;
}
*/
.accordion-003 {
max-width: 100%;
margin-bottom: 7px;
border-bottom: 2px solid #d0d0d0;
}
.accordion-003 summary {
display: flex;
align-items: center;
position: relative;
padding: 1em 2em;
color: #333333;
font-weight: 600;
cursor: pointer;
}
.accordion-003 summary::-webkit-details-marker {
display: none;
}
.accordion-003 summary::after {
transform: translateY(-25%) rotate(45deg);
width: 7px;
height: 7px;
margin-left: 10px;
border-bottom: 3px solid #333333b3;
border-right: 3px solid #333333b3;
content: '';
transition: transform .3s;
position: absolute;
right: 0;
}
.accordion-003[open] summary::after {
transform: rotate(225deg);
}
.accordion-003 p {
transform: translateY(-10px);
opacity: 0;
margin: 0;
padding: .3em 2em 1.5em;
color: #333333;
transition: transform .5s, opacity .5s;
}
.accordion-003[open] p {
transform: none;
opacity: 1;
}
span.iconQ{
color: #2363AF;
padding-right: 10px;
font-weight: bold;
font-size: 120%;
}
span.iconA{
color: #ff0000;
padding-right: 10px;
font-weight: bold;
font-size: 120%;
}






