@charset "utf-8";

/* ============================================
   Base / Common
   ============================================ */   
article{}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.Inner {
  max-width: 1000px;
  margin: 0 auto;
}

/* 共通見出し */
.CommonTtl{position: relative;display: inline-block;color: #21769b;margin-bottom: 30px;letter-spacing: 2px;}
.CommonTtl:before,
.CommonTtl:after{
	content: "";
	width: 40px;
	height: 38px;
	display: block;
	position: absolute;
	top: 0;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	}
.CommonTtl:before{background-image: url(../images/common_icon.png);left: -50px;}
.CommonTtl:after{background-image: url(../images/common_icon.png);right: -50px;}
.min{font-family: 'Hina Mincho', serif;}

h2{font-size: 25px;}

.Recommend,.Tour,.Charm,.Sightseeing,.RecommendSeason,.Season,.Point,.Temperature,.Guide,.Info,.FAQ{
    padding: 70px 0;
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}

td.comment{text-align: left;padding-left: 7px !important;}

/* ============================================
   MV (Main Visual)
   ============================================ */
#MV{background-image: url(../images/MV.jpg);margin: 0 auto;background-position: center;background-repeat: no-repeat;width: auto;height: 370px;}
#MV .Inner{
    padding-top: 100px;
}
#MV .Inner h1{padding-top: 0;}
#MV .Inner h1 img{}

#MV .Inner .mv-title {
  text-align: center;
  color: #fff;
  font-family: 'Hina Mincho', serif;
  text-shadow: 2px 2px 10px rgb(119 231 207);
}

#MV .Inner .main-title-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin: 20px 0;
}

#MV .Inner .char {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  font-size: 52px;
  font-weight: bold;
  z-index: 1;
}

#MV .Inner .char::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);     
  transform: rotate(45deg);
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-image: linear-gradient(90deg, rgb(251 213 251 / 60%), rgb(90 234 199 / 60%));
}

#MV .Inner .sub-title {
  display: block;
  font-size: 23px;
  letter-spacing: 0.4em;
}

#MV .Inner .sub-title .small{
    font-size: 18px;
}

#MV .Inner .eng-title {
  display: block;
  font-family: 'Times New Roman', serif;
  font-style: italic;
  font-size: 18px;
  margin-top: 10px;
  letter-spacing: 0.3em;
}


/* ============================================
   About Section Wrapper
   ============================================ */
#About{font-family: Arial;background-color: #f5f7fa;font-size: 15px;color: #364750;}

/*-------------------------------------Intro*/
#About .Intro{
    background-image: linear-gradient(90deg, rgba(251, 213, 251, 1), rgb(90 234 199));
    padding: 45px 0;
    display: flex;
    justify-content: center;
}
#About .Intro .Txt{color: #243035;font-size: 15px;line-height: 2.3;font-weight: 600;display: inline-block;position: relative;}
#About .Intro .Txt:before,
#About .Intro .Txt:after{content: "";width: 100%;display: block;height: 0;position: absolute;background-repeat: no-repeat;}
#About .Intro .Txt:before{background-image: url(../images/Intro_icon_left.png);top: -23px;height: 100px;right: 20px;}
#About .Intro .Txt:after{background-image: url(../images/Intro_icon_right.png);bottom: 20px;height: 108px;left: 635px;}
#About .Intro .Txt p {text-align: center;}

/*-------------------------------------Recommend*/
#About .Recommend{width: 100%;margin: 0 auto;text-align: center;background-image: url(../images/bg_season.webp);background-position: center top;background-repeat: no-repeat;position: relative;padding: 70px 0 80px 0;background-size: cover;}
#About .Recommend .MainTtl{position: relative;display: inline-block;color: #21769b;margin-bottom: 30px;letter-spacing: 2px;}
#About .Recommend .MainTtl:before,
#About .Recommend .MainTtl:after{
	content: "";
	width: 37px;
	height: 40px;
	display: block;
	position: absolute;
	top: 0;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	}
#About .Recommend .MainTtl:before{background-image: url(../images/Recommend_icon_left.png);left: -50px;}
#About .Recommend .MainTtl:after{background-image: url(../images/Recommend_icon_right.png);right: -36px;}
#About .Recommend .MainTxt{
    text-align: center;
    margin-bottom: 55px;
    line-height: 1.8;
    font-weight: 600;
}
#About .Recommend .MainTxt span{
    display: block;
}
#About .Recommend .Box{
    display: flex;
    justify-content: space-between;
    gap: 30px;
    width: 1000px;
    margin: 0 auto;
}
#About .Recommend .Entry{
    flex: 1;
    width: 50%;
}
#About .Recommend .Entry + .Entry{
    /* margin-left: 30px; */
    }
#About .Recommend .Box .Entry .Ttl{
    font-size: 21px;
    margin-bottom: 5px;
    text-align: left;
}
#About .Recommend .Box .Entry .Ttl.summer{
    color: #13a887;
}
#About .Recommend .Box .Entry .Ttl.winter{
    color: #17a2b8;
}
#About .Recommend .Box .Entry .icon{
    color: #fff;
    padding: 2px 5px;
    margin-right: 8px;
    font-size: 18px;
}
#About .Recommend .Box .Entry .Ttl.summer .icon{
    background-color: #13a887;
}
#About .Recommend .Box .Entry .Ttl.winter .icon{
    background-color: #17a2b8;
}
#About .Recommend .Box .Entry .Photo{margin-bottom: 15px;}
#About .Recommend .Box .Entry .Photo img{
    width: 100%;
    height: 290px;
    object-fit: cover;
}
#About .Recommend .Box .Entry .Txt{background-color: rgb(255 255 255 / 60%);padding: 10px;}
#About .Recommend .Box .Entry .Txt p{font-size: 15px;}

/*-------------------------------------Tour*/
#About .Tour{
    background-color: #e4e4e4;
    width: auto;
}

/*-------------------------------------Charm*/
#About .Charm{
    background-image: url(../images/bg_charm.webp);
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    padding: 70px 0 80px 0;
    background-size: cover;
    width: 100%;
}
#About .Charm .Box{
    display: flex;
    justify-content: space-between;
    gap: 30px;
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 50px;
}
#About .Charm .Box .Entry{
    flex: 1;
    width: 50%;
}
#About .Charm .Box .Entry + .Entry{
    /* margin-left: 30px; */
}
#About .Charm .Box .Entry .Photo{}
#About .Charm .Box .Entry .Photo img{
    width: 100%;
    height: 290px;
    object-fit: cover;
}
#About .Charm .Box .Entry .Ttl{
    font-size: 21px;
    margin-bottom: 5px;
    text-align: left;
}
#About .Charm .Box .Entry .Ttl.summer{
    color: #13a887;
}
#About .Charm .Box .Entry .Ttl.winter{
    color: #17a2b8;
}
#About .Charm .Box .Entry .Ttl .icon{
    color: #fff;
    padding: 2px 5px;
    margin-right: 8px;
    font-size: 18px;
}
#About .Charm .Box .Entry .Ttl.summer .icon{
    background-color: #13a887;
}
#About .Charm .Box .Entry .Ttl.winter .icon{
    background-color: #17a2b8;
}

#About .Charm .Box.OR{
    display: block;
    margin-bottom: 0;
}
#About .Charm .Box.OR .Ttl{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    font-size: 18px;
    width: 100%;
    color: #21769b;
}
#About .Charm .Box.OR .Ttl:before,
#About .Charm .Box.OR .Ttl:after{content:"";width: 50px;height: 1px;display: block;background-color: #21769b;margin: 0 10px;}
#About .Charm .Box.OR .SubBox{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: stretch;
}
#About .Charm .Box.OR .SubBox .point{
    /* width: 48%; */
    background-color: #f5f7fa;
    flex: 1;
    display: flex;
    flex-direction: column;
    height: auto;
}
#About .Charm .Box.OR .SubBox .point.summer{border: solid 2px #13a887;}
#About .Charm .Box.OR .SubBox .point.winter{
    border: solid 2px #17a2b8;
}
#About .Charm .Box.OR .SubBox .point .SubTtl{
    text-align: center;
    color: #fff;
    font-size: 15px;
    padding: 3px;
}
#About .Charm .Box.OR .SubBox .point.summer .SubTtl{
    background-color: #13a887;
}
#About .Charm .Box.OR .SubBox .point.winter .SubTtl{
    background-color: #17a2b8;
}
#About .Charm .Box.OR .SubBox .point ul{
    text-align: start;
    padding: 10px;
    line-height: 1.3;
    flex-grow: 1;
    margin: 0;
}
#About .Charm .Box.OR .SubBox .point li{padding-left: 16px;margin-right: 20px;line-height: 1.5;}
#About .Charm .Box.OR .SubBox .point li::before{}
#About .Charm .Box.OR .SubBox .point li + li{}
#About .Charm .Box.OR .SubBox .point  li:before{content: "check_circle";display:block;float:left;margin-left: -16px;width: 2em;text-align:center;font-family: 'Material Symbols Outlined';color: #e67e22;font-weight: bold;}

/*-------------------------------------Sightseeing*/
#About .Sightseeing{
    background-color: #e4e4e4;
    width: auto;
    position: relative;
    z-index: 0;
}
#About .Sightseeing:before,
#About .Sightseeing:after{content: "";width: 100px;height: 100%;position: absolute;top: 0;background-position: top center;background-repeat: repeat-y;z-index: -1;}
#About .Sightseeing:before{background-image: url(../images/decoration.png);left: 0;}
#About .Sightseeing:after{background-image: url(../images/decoration.png);right: 0;}

#About .Sightseeing .Inner{}
#About .Sightseeing .Inner .Photo{
    width: 70%;
    margin: 0 auto;
    margin-bottom: 60px;
    border: 10px solid;
    border-image: linear-gradient(to right bottom,#e0d9b6,#b4983a) 1 / 10px;
    outline: 3px outset #efe9cc;
    padding: 15px;
    background: #FFF;
    box-shadow: 1px 3px 10px #999;
    position: relative;
}

#About .Sightseeing .Inner .Photo .map{line-height: 1;position: absolute;bottom: 20px;border-radius: 3px;right: 20px;background-color: rgba(0,0,0,0.5);color: #fff;padding: 15px 20px;text-decoration: none;}
#About .Sightseeing .Inner .Photo .map:hover{background-color: rgba(0,0,0,0.9);}
#About .Sightseeing .Inner .Photo .map:before{content: "location_on"; font-family: 'Material Symbols Outlined';display: inline-block;padding-right: 5px;}
#About .Sightseeing .Inner .Photo .map:after{content: "chevron_right"; font-family: 'Material Symbols Outlined';display: inline-block;padding-left: 8px;}



#About .Sightseeing .Inner .Photo img{
}
#About .Sightseeing .Inner .Box{
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#About .Sightseeing .Inner .Box .Entry{
    width: 30%;
    margin-bottom: 20px;
}
#About .Sightseeing .Inner .Box .Entry + .Entry{
}
#About .Sightseeing .Inner .Box .Entry .Photo{
    width: 100%;
    margin-bottom: 5px;
    border: none;
    outline: none;
    padding: 0;
    box-shadow: none;
    background: none;
}
#About .Sightseeing .Inner .Box .Entry .Photo .img{}
#About .Sightseeing .Inner .Box .Entry .Ttl{
    text-align: left;
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 5px;
}
#About .Sightseeing .Inner .Box .Entry .Txt{}
#About .Sightseeing .Inner .Box .Entry .Txt p{
    font-size: 15px;
}
/*-------------------------------------RecommendSeason*/
#About .RecommendSeason{}
#About .RecommendSeason .table{
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  max-width: 1000px;
  text-align: center;
}
#About .RecommendSeason .table th, .table td {
  border: 2px solid #546e7a;
  padding: 1em;
}
#About .RecommendSeason .table thead th {
  background-color: #6e8c99;
  color: #fff;
  border: 2px solid #546e7a;
  border-right: 2px solid #546e7a;
  border-bottom: 2px solid #546e7a;
}
#About .RecommendSeason .table thead th:last-of-type {
  border-right: 2px solid #546e7a;
}
#About .RecommendSeason .table tbody th {
  color: #546e7a;
  font-weight: bold;
  text-align: center;
}

/*-------------------------------------Season*/
#About .Season{
    background-color: #e4e4e4;
    width: auto;
}
#About .Season .ate{
    text-align: center;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: bold;
}
#About .Season .table{
  border-collapse: collapse;
  min-width: 1000px;
  text-align: center;
  margin: 0 auto;
  width: 1000px;
}
#About .Season .table-scroll {
  overflow-x: auto;
}
#About .Season .table th, .table td {
  padding: .5em 1em;
  border: 2px solid #546e7a;
}
#About .Season .table th {
  background: #6e8c99;
  color: #fff;
  border-right: 2px solid #546e7a;
  border-top: 2px solid #546e7a;
  white-space: nowrap;
}
#About .Season .table th:last-of-type {
  border-right: 2px solid #546e7a;
}

/*-------------------------------------Point*/
#About .Point{background-image: url(../images/bg_point.webp);background-position: center top;background-repeat: no-repeat;position: relative;padding: 70px 0 80px 0;background-size: cover;width: 100%;}
#About .Point .CommonTtl{
}

#About .Point .Inner{}
#About .Point .Inner .Photo{
    margin-bottom: 30px;
}
#About .Point .Inner .Photo img{width: 100%;height: 290px;object-fit: cover;}
#About .Point .Inner .Box{}
#About .Point .Inner .Box .Entry{
    text-align: start;
}
#About .Point .Inner .Box .Entry + .Entry{
    margin-top: 15px;
}
#About .Point .Inner .Box .Entry .Ttl{
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 600;
}
#About .Point .Inner .Box .Entry .Ttl span{
    color: #fff;
    padding: 2px 5px;
    margin-right: 8px;
    font-size: 18px;
    background-image: linear-gradient(90deg, rgb(238 175 238), rgb(90 234 199));
}
#About .Point .Inner .Box .Entry .Txt{
    font-size: 15px;
}

/*-------------------------------------Temperature*/
#About .Temperature{
    background-color: #e4e4e4;
    width: auto;
}
#About .Temperature .table-scroll {
  overflow-x: auto;
}
#About .Temperature .table{
  border-collapse: collapse;
  min-width: 1000px;
  text-align: center;
  margin: 0 auto;
}
#About .Temperature .table th, .table td {
  padding: .5em .2em;
  border: 2px solid #546e7a;
  background-color: #f5f7fa;
}
#About .Temperature .table th {
  background: #6e8c99;
  color: #fff;
  border-right: 2px solid #546e7a;
  border-top: 2px solid #546e7a;
}
#About .Temperature .table th:last-of-type {
  border-right: 2px solid #546e7a;
}

/*-------------------------------------Guide*/
#About .Guide{
    background-image: url(../images/bg_guide.webp);
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    padding: 70px 0 80px 0;
    background-size: cover;
    width: 100%;
}
#About .Guide .Inner{}
#About .Guide .Inner .Box{
    justify-content: space-between;
    display: flex;
    align-items: stretch;
    gap: 30px;
}
#About .Guide .Inner .Box .Entry{
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 50%;
    height: auto;
}
#About .Guide .Inner .Box .Entry .Photo{
    margin-bottom: 15px;
}
#About .Guide .Inner .Box .Entry .Photo img{
    width: 100%;
    height: 290px;
    object-fit: cover;
}
#About .Guide .Inner .Box .Entry .Ttl{
    font-size: 21px;
    margin-bottom: 5px;
    text-align: left;
}
#About .Guide .Inner .Box .Entry .Ttl.summer{
    color: #13a887;
}
#About .Guide .Inner .Box .Entry .Ttl.winter{
    color: #17a2b8;
}
#About .Guide .Inner .Box .Entry .Ttl .icon{
    color: #fff;
    padding: 2px 5px;
    margin-right: 8px;
    font-size: 18px;
}
#About .Guide .Inner .Box .Entry .Ttl.summer .icon{
    background-color: #13a887;
}
#About .Guide .Inner .Box .Entry .Ttl.winter .icon{
    background-color: #17a2b8;
}
#About .Guide .Inner .Box .Entry .list{
    flex: 1;
    flex-grow: 1;
    background-color: #f5f7fa;
}
#About .Guide .Inner .Box .Entry .list.summer{
    border: solid 2px #13a887;
}
#About .Guide .Inner .Box .Entry .list.winter{
    border: solid 2px #17a2b8;
}
#About .Guide .Inner .Box .Entry .list ul{
    text-align: start;
    padding: 10px;
    line-height: 1.3;
}
#About .Guide .Inner .Box .Entry .list li{padding-left: 16px;margin-right: 20px;line-height: 1.5;}
#About .Guide .Inner .Box .Entry .list li::before{}
#About .Guide .Inner .Box .Entry .list li + li{}
#About .Guide .Inner .Box .Entry .list li:before{content: "check_circle";display:block;float:left;margin-left: -16px;width: 2em;text-align:center;font-family: 'Material Symbols Outlined';color: #e67e22;font-weight: bold;}
#About .Guide .Inner .Box .Entry .list li strong{}

/*-------------------------------------Info*/
#About .Info{
    background-color: #e4e4e4;
    width: auto;
}
#About .Info .Inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #6e8c99;
    padding: 20px;
}
#About .Info .Inner dl{
    width: 48%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
#About .Info .Inner dt{
    background-color: #f5f7fa;
    font-size: 13px;
    width: 10em;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 8px;
    box-sizing: border-box;
}
#About .Info .Inner dd{
    flex: 1;
    padding-left: 10px;
    align-self: center;
    color: #f5f7fa;
    text-align: left;
}

/*-------------------------------------FAQ*/
#About .FAQ{}
#About .FAQ .Inner{
    text-align: left;
}
#About .FAQ .Inner .Entry{}
#About .FAQ .Inner .Entry + .Entry{
    margin-top: 20px;
}
#About .FAQ .Inner .Entry .Ask{font-weight: bold;margin-bottom: 8px;}
#About .FAQ .Inner .Entry .Txt{
    font-size: 15px;
}
#About .FAQ .Inner .Entry .Ask:before,
#About .FAQ .Inner .Entry .Txt:before{
	float:left;
	margin-left: -26px;
	width:1em;
	text-align:center;
	font-family: 'Zen Old Mincho', serif;
	font-size: 20px;
	font-style: italic;
	line-height: 1;
	margin-top: 2px;
}
#About .FAQ .Inner .Entry .Ask:before{content: "Q";color: #86becf;}
#About .FAQ .Inner .Entry .Txt:before{content: "A";color: #b78be1;}