@charset "utf-8";
/* CSS Document */
body {
background:#fff;
font-family: "Noto Sans JP", sans-serif, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "serif";
font-optical-sizing: auto;
font-weight: normal;
font-style: normal;
font-size: 16px;
line-height: 1.6;
}
.contacts{
font-family: "Noto Sans JP", sans-serif, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "serif";	
}
.w1000{
width: 1000px;
margin: 0 auto;
}
a:hover{
opacity: 0.6;
transition: 0.3s;
}

p.caption{
font-size: 65%;
}
h4{
position: relative;
text-align: center;
font-size: 150%;
font-weight: 600;
color: #222222;
}

h3{
position: relative;
text-align: center;
font-size: 200%;
font-weight: 600;
color: #222222;
margin-bottom: 50px;
}
h3::before{
background-color: #222222; 
border-radius: 5px; 
bottom: -10px; 
content: "";
height: 5px;
left: 50%;
position: absolute;
transform: translateX(-50%);
width: 60px; 
}
.container{
font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "serif";	
}
span{
font-weight: 600;	
}

/*--------------------pankuzu */
#pankuzu{
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:#54756F;
text-decoration: none;
transition: 0.5s;
}
/*--------------------contact */
#contact{
padding: 30px 0 50px;
color: #fff;
background: #3C3C3C;
background-size: cover;
background-repeat: no-repeat;
}
#contact h5{
padding-bottom:15px;
text-align: center;
}
.contacts{
width: 950px;
margin: 0 auto;
padding-top: 20px;
font-size: 1.02rem;
vertical-align:middle;
}
.contact_tyo ul{
display: flex;
justify-content: space-between;
}
.contact_tyo ul li{
width: calc(100%/2);
}
.contact_tyo ul li a{
color: #fff;
font-weight: bold;
}
.contact_tyo dl dd.migizoroe{
padding-left: 30px;
}
span.ph-number{
font-size: 175%;
padding-left: 15px;
letter-spacing: 2px;
}
/*--------------------top */
#top{
width: 100%;
background-image:url("../img/topbg.jpg");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
display: flex;
align-items: center;
flex-flow: column;	
}
#top img{
width: 600px;
margin-top: 40px;	
}

#top .w800{
width: 800px;	
background-color: rgba(0, 0, 0, 0.3);
color: white;
border-radius: 10px;   	
padding: 10px 0px;
margin: 0px 0px 20px;
text-align: center;
font-weight: 500;
}

#top_sp{
display: none;
}
/*--------------------info */
#info{
padding: 30px 0;	
background-color: #235f8c;	

}
#info p{
padding: 30px 0 0;
font-weight: 500;
}
#info ul{
display: flex;
text-align: center;
justify-content: space-between;
}
#info ul.btn_three li{
width: calc(100%/3.2);
margin: 5px;
}
#info ul li a{
display: inline-block;
width: 100%;
color: #fff;
font-weight: 550;	
font-size: 120%;
padding: 12px 0;
	border: 2px solid white;
	border-radius: 100vh;
}
#info ul.btn_three li a:hover {
	color:black;
    background-color: white;
	border-radius: 100vh;
	border: 2px solid white;
	opacity: 1;
}
/*--------------------map */
#map{
background-color:#F1FDFD; 
background-image:url("../img/leaf.png");
background-repeat: no-repeat;
background-position:center -90px;
background-size: 100%;	
padding: 100px 0 20px;	
}
#map img{
margin-top: 20px;
width: 1000px;
}

/*--------------------history */
#history{
background-color:rgba(247, 243, 226, 1); 
background-image:url("../img/brick-right.svg"),url("../img/brick-left.svg");
background-repeat: repeat-y;
background-position:right,left;
background-size:20%;
padding: 50px 0 0px;	
}

#history ul {
    display: flex;
    justify-content: space-between;
}

#history ul li img {
    width: 100%;
    border: 10px solid white;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.8);
	background: white;
}
#history  ul li {
    width: calc(100% / 2.1);
}
#history p {
    text-align: center;
    font-weight: 500;
	padding: 30px 0 50px;
}
#history .credit{
    text-align: right;
    font-weight: 600;
	color: white;
	padding: 10px;
	top: -55px;
	position: relative;
	text-shadow: 1px 1px 0.5px rgba(0, 0, 0, 0.8);
}
#history h4 span{
background: linear-gradient(transparent 70%, white 70%);
padding-bottom: 0.3em;	
}
.gradation01{
	height: 80px;
	background-image: linear-gradient(0deg, rgba(247, 243, 226, 1), rgba(247, 243, 226, 0));
}
/*--------------------gourmet */
#gourmet{
background-size: 110%, cover;		
padding: 0px 0px 50px;
background-image:url("../img/waterbg.jpg");
background-repeat: repeat-y;
background-position: center;
}
.gradation02{
	height: 80px;
	background-image: linear-gradient(0deg, rgba(247, 243, 226, 0), rgba(247, 243, 226, 1));
}

#gourmetg p{
font-weight: 500;
padding-top: 15px;
}
#gourmet ul{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#gourmet ul li{
width: calc(100%/2.1);
margin: 20px 0;	
}

#gourmet dl dt{
font-size: 140%;
font-weight: 700;
color:black;
border-left: 15px solid #235f8c;
padding-left: 10px;
margin: 15px 10px 0px;
}

#gourmet dl dd.upper_2{
padding: 10px;
height: 130px;
}
#gourmet dl dd p{
font-weight: normal;
padding-top: 0;
}

#gourmet .card{
background-color: white;
border-radius:20px;	
box-shadow: 2px 2px 4px gray;
overflow:hidden;
 object-position: center;	
}
#gourmet h3{
font-size: 200%;
}

#gourmet h3{
margin-bottom: 70px;
}

#gourmet .credit{
    text-align:right;
    font-weight: 600;
	color: white;
	bottom: 5px;
	width: 100%;
	position: absolute;
	text-shadow: 1px 1px 0.5px rgba(0, 0, 0, 0.8);
}
#gourmet .fishcredit{
	background-color: white;
    border-radius:0 45px 45px 0;	
    text-align: center;
    font-weight: 600;
	color: black;
	padding: 10px;
	top: 10px;
	width: 120px;
	position: absolute;
}

/* カルーセル全体のコンテナ設定 */
.carousel-container {
    position: relative; 
    width: 100%; 
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
}

/* スライド全体を格納し、横方向に動かす要素 */
.carousel-track {
    display: flex; 
    transition: transform 0.3s ease-in-out; 
}

/* 個々のスライドのスタイル */
.carousel-slide {
    min-width: 100%; 
    flex-shrink: 0; 
}

.carousel-slide img {
    width: 100%; 
    height: 100%; 
    
    object-fit: cover; /* 画像の比率を保ったまま、エリアいっぱいに表示（トリミングされる） */
    object-position: center; /* 画像の中心を基準に配置する */
}

/* 左右のボタンのスタイル */
.prev-button, .next-button {
    position: absolute;
    top: 50%; 
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5); 
	border-radius: 24px;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10; 
    font-size: 24px;
    line-height: 1;
}

.prev-button {
    left: 10px;
}

.next-button {
    right: 10px;
}

/* インジケーター（〇のガイド）のスタイル */
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px; 
}

.indicator-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%; 
    background-color: #ccc; 
    border: none;
    cursor: pointer;
    padding: 0;
}

.indicator-dot.active {
    background-color:#256ba0;
}
/* カルーセル全体のコンテナ設定ここまで */

/*--------------------sightseeing */
#sightseeing{
padding: 110px 0 10px;
background-image:url("../img/mountain.svg"),url("../img/waterbg.jpg");
background-repeat: no-repeat,repeat-y;
background-position: top;
background-size: 110%, cover;	
}
#sightseeing p{
font-weight: 500;
padding-top: 15px;
}
#sightseeing ul{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 30px 0;
}
#sightseeing ul li{
width: calc(100%/3.1);
}

#sightseeing ul li img{
border-top-left-radius: 20px;
border-top-right-radius: 20px;	
width: 100%;
}
#sightseeing dl dt{
font-size: 115%;
font-weight: 700;
color:black;
border-left: 15px solid #3D72A4;
padding-left: 10px;
margin: 0px 10px;
}

#sightseeing dl dd.upper_2{
padding: 10px;
height: 150px;
}
#sightseeing dl dd p{
font-weight: normal;
padding-top: 0;
}


#sightseeing .card{
background-color: white;
border-radius:20px;	
box-shadow: 2px 2px 4px gray;	
}
#sightseeing h5{
font-size: 200%;
color: white;
background-image: url("../img/circlenumber.png");
background-repeat: no-repeat;
background-size:70px;	
position: relative;
left: -2px; 
top: -450px;	
padding: 9px 19px;	
}
#sightseeing h3{
margin-bottom: 70px;
}

/*--------------------hotel */
#hotel{
padding: 100px 0 40px;
background-image:url("../img/wave.png"),linear-gradient( to bottom, rgba(255,255,255,0), #fff ),url("../img/waterbg.jpg");
background-repeat: no-repeat,no-repeat,repeat-y;
background-position:center 0px;
background-size: 110%, cover;	
}
#hotel ul{
display: flex;
justify-content: space-between;
}

.btn{
width: calc(100%/2.3);	
justify-content: center;	
margin: 0 auto;	
}

#hotel ul li{
width: calc(100%/2.03);
}

#hotel ul li img{
width: 100%;
padding:20px 0px;	
}
#hotel h2{
font-size: 165%;
font-weight: 700;
color:black;
border-left: 15px solid #3D72A4;
padding-left: 10px;
margin: 0px 10px;
}

#hotel p{
margin: 10px 0px 60px;
}

#info ul.btn_three li a:hover {
	color:black;
    background-color: white;
	border-radius: 100vh;
	border: 2px solid white;
	opacity: 1;
}

.btn a{
background:  linear-gradient(0deg,rgba(2, 0, 36, 1) 0%, rgba(59, 76, 128, 1) 10%, rgba(61, 114, 164, 1) 45%);
color: #fff;
border: 2px solid white;
font-weight: 600;
border-radius: 100vh;
font-size: 150%;
padding: 15px 0;
text-align: center;
display: block;
box-shadow: 2px 2px 4px gray;
	margin: 10px 0px;
}

.btn a:hover {
	background:  linear-gradient(180deg,rgba(2, 0, 36, 1) 0%, rgba(59, 76, 128, 1) 10%, rgba(61, 114, 164, 1) 45%);
    color:white;
	border-radius: 100vh;
	border: 2px solid white;
	opacity:1;
}
/*--------------------tour */
#tour{
padding: 50px 0;
background: url("../img/tourbg.jpg");
background-repeat: no-repeat;
background-position: center;
background-size: cover;

}
#tour ul{
display: flex;
justify-content: center;
}
#tour ul li{
width: calc(100%/2.03);
margin-top: 20px;
}
#tour ul li img{
width: 100%;
border: 2px solid #222;
}
#tour ul li p{
font-size: 165%;
font-weight: 600;
border-left: 15px solid #3D72A4;
padding-left: 15px;
margin-bottom: 10px;
}

#tour h6{
	background: white;
	margin-top: 40px;
	text-align: center;
}

#other {
    padding: 50px 0;
	border-top: 2px dashed #3D72A4
}
#other img {
    max-width: 100%;
	border: 2px solid #222;
}


#other ul li {
    width: calc(100% /2.05);
}

#other ul {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

#other a {
    color: white;
}
#other h5 {
    text-align: center;
    font-weight: 600;
    font-size: 165%;
    color: #3D72A4;
}

#other dl dt {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 0;
    margin-top: 25px;
    color: #fff;
    background: #3D72A4;
    border-radius: 35px;
    text-align: center;
    font-weight: 700;
    font-size: 190%;
}

dd.detail {
    margin-top: 45px;
}
