@charset "utf-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,::before,::after{box-sizing:border-box;border-style:solid;border-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0}main{display:block}p,table,blockquote,address,pre,iframe,form,figure,dl{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}ul,ol{margin:0;padding:0;list-style:none}dt{font-weight:700}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;margin:0;clear:both;color:inherit}pre{font-family:monospace,monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none;color:inherit}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}svg,img,embed,object,iframe{vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:transparent;padding:0;margin:0;border-radius:0;text-align:inherit;text-transform:inherit}button,[type="button"],[type="reset"],[type="submit"]{cursor:pointer}button:disabled,[type="button"]:disabled,[type="reset"]:disabled,[type="submit"]:disabled{cursor:default}:-moz-focusring{outline:auto}select:disabled{opacity:inherit}option{padding:0}fieldset{margin:0;padding:0;min-width:0}legend{padding:0}progress{vertical-align:baseline}textarea{overflow:auto}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type="number"]{-moz-appearance:textfield}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]:focus{outline:auto}table{border-color:inherit;border-collapse:collapse}caption{text-align:left}td,th{vertical-align:top;padding:0}th{text-align:left;font-weight:700}
html {
    scroll-behavior: smooth;
}
body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight:500;
  background: #113B44;
  color: #fff;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.en {
 font-family: 'Alex Brush', cursive;
}
.serif {
 font-family: 'Zen Maru Gothic', sans-serif;
}


img {
  width: 100%;
}
p {
    line-height: 2;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
}

header {
    position: absolute;
    right: 40px;
    top: 40px;
    color: #fff;
    z-index: 2;
  width: 120px;
}
.inner {
    width: 74%;
    margin: 0 auto;
}
.inner-wide {
    width: 84%;
    margin: 0 auto;
}
.inner-mini{
    width: 64%;
    margin: 0 auto;
}
.l-sec {
  padding-top: 160px;
}

article {
opacity: 0;
}

.prof {
    margin-top: 20px;
    padding: 30px;
    text-align: left;
    background: #194852;
}
.youtube-wrap .prof p {
text-align: left;
}

.flex-col3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flex-col3 .item {
    width: calc(33.333% - 2.4%);
    margin-bottom: 48px;
    text-align: center;
}
.flex-col3 .item-title {
    font-size: 20px;
    line-height: 1.2;
    padding-bottom: 5px;
    letter-spacing: 0.04em;
    margin-top: 24px;
    text-align: center;
}
.flex-col3 .item-image {
    border-radius: 8px;
  overflow: hidden;
}

.flex-col3 .item-kana {
    font-size: 12px;
    text-align: center;
    padding-bottom: 10px;
}
.flex-col3 .item-elevation {
    text-align: center;
    padding-bottom: 20px;
}
.flex-col3 .item p {
font-size: 14px;
    line-height: 1.8;
    text-align: left;
}

.global ul {
    padding-bottom: 24px;
}
.global li {
    font-size: 15px;
    padding-bottom: 12px;
}
.global li span {
    display: block;
    padding-bottom: 12px;
}
.global li li {
    font-size: 14px;
    padding-bottom: 8px;
}

.kawamata {
    width: 100%;
    margin: 0 auto 40px;
      text-align: center;
}
.kawamata img {
    width: 100%;
}
.kawamata span {
display: block;
    padding-top: 8px;
    font-size: 15px;
}

.hero-logo {
    position: absolute;
    width: 10%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 28%;
  z-index: 1;
   animation: fadeInlogo 1s ease forwards;
    animation-fill-mode: both;
  animation-delay:0.5s;
    opacity: 0;
}
.hero-bg img {
    height: 100vh;
    object-fit: cover;
    width: 100%;
}

.hero-bg {

}
article {
    animation: fadeInlogo 1s ease forwards;
  animation-delay: 0.5s;
}
.hero-bg {
    animation: fadeInhero 2s ease forwards;
    animation-fill-mode: both;
    animation-delay:0.5s;
    opacity: 0;
    width: 100%;
}
@keyframes fadeInhero{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 0.8;
	}
}
@keyframes fadeInlogo{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
.flex-col2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex-col2 .item-summary {
    width:46%;
    padding: 124px 64px 64px 10%;
}
.flex-col2 .item-image {
  width: 53%;
  opacity: 0.9;
}
.flex-col2 .item-image img {
 border-radius: 40px 0 0 40px;
}

.item-title-en {
font-size: 48px;
    color: #CFC0AC;
    line-height: 0.7;
    padding-bottom: 0.6em;
}
.item-title {
    font-size: 28px;
    line-height: 1.4;
    padding-bottom: 1.2em;
    letter-spacing: 0.04em;
}

#home-satoyama {
    position: relative;
    padding: 0;    clear: both;
}

#home-satoyama .item-body {
    position: absolute;
    top: 25%;
    left: 10%;
    width: 40%;
    z-index: 2;
}
#home-satoyama .item-image-bg {
    height: 100vh;
}
#home-satoyama .item-image-bg img {
    height: 100vh;
    object-fit: cover;opacity: 0.6;
}
#home-sightseeing {
    background: #efe9dc;
    color: #412f2f;
}
#home-experience {
    padding-top: 240px;
}

.item-summary.right-side {
    text-align: right;
    padding: 60px 0 180px;
    width: 55%;
    float: right;
  margin-right: 10%;
}


.page-hero {
    width: 30%;
    display: flex;
    justify-content: flex-start;
    padding: 30px 40px;
  align-items: center;
}
.page-hero-logo {
    width: 24%;
}
.page-hero-title {
    margin-left: 20px;
}
.page-hero-title .title-jp {
    font-size: 42px;
}

.page-hero-title .title-jp span {
    display: block;
    font-size: 16px;
}
.title-en {
    font-size: 11px;
    padding-top: 4px;
}
.lead-image {
    width: 85%;
}
.lead-image img {
 border-radius: 0 30px 30px 0;
    opacity: 0.95;
}
#page .item-title-en {
    font-size: 80px;
    color: #CFC0AC;
    line-height: 0.6;
    padding-bottom: 0.4em;
}
#page .item-subtitle-en {
    font-size: 64px;
    color: #CFC0AC;
    line-height: 0.6;
    padding-bottom: 0.4em;
}
.item-summary.inner {
    text-align: center;
    width: 56%;
    margin: -50px auto 0;
    z-index: 2;
    position: relative;
}
.item-summary.inner p{
    text-align: left;
    font-size: 18px;
}
footer {
    padding: 120px 0 120px;
    background: #efe9dc;
    color: #412f2f;
  position: relative;
}
footer .bnr {
    position: absolute;
    width: 300px;
    right: 8%;
    bottom: 120px;
}



footer .text-wrap {
    width: 84%;
    margin: 0 auto;
}
footer .text-wrap strong {
    font-size: 20px;
    padding-bottom: 16px;
    display: block;
  font-weight: 500;
}
footer .text-wrap .tel {
    font-size: 14px;
    line-height: 1.6;
}
footer p a {
  text-decoration: underline;
}
.news-bnr {
    width: 100%;
    margin: 160px auto 40px;
    display: block;
  transition: .4s;
}
.news-bnr a img{
  transition: .4s;
}
.news-bnr a:hover img {
opacity: 0.4;
  transition: .4s;
}
.top-bnr-detail {
    padding: 20px;
}
.top-bnr-title {
    font-size: 24px;
    line-height: 1.5;
    padding-bottom: 24px;
    font-weight: 500;
  padding-top: 30px;
}



#home-sightseeing {
    background: #efe9dc;
    color: #412f2f;
    padding-top: 120px;
}
#home-sightseeing .flex-col4 .item {
    width: calc(25% - 2%);
    margin-bottom: 0;
    position: relative;
}
#home-sightseeing .flex-col4 .item img {
    border-radius: 6px;
}
#home-sightseeing .flex-col4 .item-title {
    font-size: 16px;
    line-height: 1.3;
    padding-bottom: 18px;
    letter-spacing: 0.04em;
    text-align: center;
    padding-top: 24px;
}
.btn a {
    display: inline-block;
    padding: 10px;
    margin-top: 36px;
    border: #fff solid 1px;
    border-radius: 40px;
    width: 180px;
    text-align: center; font-weight: 600;
}
.btn a:hover {
   transition: .4s;
  color: #113b44;
    background: #fff;
   
}
.item-tmb {
  overflow:hidden;
}
a:hover .item-tmb img {
    transform:scale(1.1,1.1);
  transition:0.4s all;
}
a .item-tmb img {
  transition:0.4s all;
}
a:hover .item-image img {
    transform:scale(1.1,1.1);
  transition:0.4s all;
}
a .item-image img {
  transition:0.4s all;
}

.item-image {
  overflow: hidden;
}

@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 100s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 2.5);
}
.scroll-infinity__item>img {
  width: 100%;
}

/* satoyama */
body.satoyama {
    background: #234946;
}


.satoyama-list {
    padding-bottom: 120px;
}
.satoyama-name {
    font-size: 64px;
    letter-spacing: 0.05em;
    text-align: center;
      padding-top: 36px;
}
.satoyama-name-kana {
    text-align: center;
    padding-top: 10px;
    font-size: 15px;
    letter-spacing: 0.1em;
}
.satoyama-name-point {
    text-align: center;
    font-size: 32px;
    padding: 30px 0 64px;
}
.main-image {
    width: 65%;
    margin: 0 auto;
    border-radius: 20px;
}
.main-image img {
    border-radius: 20px;
}
.satoyama-lead .item-title {
    padding-top: 60px;
    font-size: 32px;
    line-height: 1.3;
    padding-bottom: 1.2em;
    letter-spacing: 0.04em;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.youtube-wrap {
    padding-top: 120px;
    width: 100%;
    margin: 0 auto;
}
.youtube-title {
    font-size: 20px;
    padding-top: 26px;
}
.youtube-wrap p {
  padding-top: 10px;
    font-size: 14px;
}
.information {
    padding-top: 65px;
}
.information li {
    padding: 20px;
    border-bottom: #48737c dotted 1px;
}
.information li a {
    text-decoration: underline;
    line-height: 1.6;
}

.satoyama-lead .item-summary.inner {
    margin: 0 auto;
}

#page .item-subtitle-en {
    font-size: 56px;
    color: #CFC0AC;
    line-height: 0.7;
    padding-bottom: 0.4em;
    text-align: center;
}
#page .satoyama .item-title-en {
    text-align: center;
}
.satoyama table {
    margin-top: 80px;
  width: 100%;
}

 .satoyama th {
    padding: 24px;
    border-top: #758584 solid 2px;
    font-size: 17px;
    font-weight: 500;
    width: 10em;
   line-height: 1.6;
}
   .satoyama td {
    padding: 24px;
    border-top: #758584 solid 2px;
    font-size: 17px;
    font-weight: 500;
     line-height: 1.6;

}.satoyama-topics .item-title-jp {
    text-align: center;
    font-size: 18px;
    padding-bottom: 36px;
}
.satoyama-outline {
    padding-bottom: 160px;
}
.satoyama-topics {
    background: #1c3b39;
    padding: 140px 0;
}

.flex-col6 {
    display: flex;
    justify-content: flex-start;
}
.flex-col6 .gallery-pic{
 width: 20%;
}
.satoyama-list.archive {
    background: #efe9dc;
    color: #412f2f;
    padding: 120px 0;
}
.flex-col5 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flex-col5 .item {
    width: calc(20% - 1.5%);
}
.flex-col5 .item-title {
    text-align: center;
    font-size: 16px;
    line-height: 1.3;
    padding-bottom: 4px;
    padding-top: 16px;
    letter-spacing: 0.04em;
}
.flex-col5 .item-kana {
    font-size: 11px;
    text-align: center;
}
.flex-col5 .item img {
    border-radius: 6px;
}
/* experience */
body.experience {
    background: #317f8c;
}
.flex-col3-cal {
    display: flex;
    justify-content: center;
  position: relative;
}
.flex-col3-cal .item {
    width: 33.3333%;
    margin-bottom: 36px;
}
.flex-col3-cal .item.left {
 border-radius: 20px 0 0 20px;
      overflow: hidden;
}
.flex-col3-cal .item.right {
 border-radius: 0 20px 20px 0;
      overflow: hidden;
}

.exp-list .item-cat {
    width: 120px;
    background: #F9E954;
    height: 120px;
    border-radius: 60px;
    position: absolute;
    top: -60px;
    left: -60px;
    z-index: 2;
    text-align: center;
    padding-top: 38px;
    font-size: 18px;
    font-weight: 600;
    color: #317f8c;
    letter-spacing: -0.06em;
}
.exp-list .items {
    position: relative;
  padding-bottom: 160px;
}
.exp-list .items p {
    line-height: 1.6;
    letter-spacing: 0.04em;
  padding-left: 36px;
}

.exp-support-list .item {
    width: calc(50% - 2%);
      padding-bottom: 60px;
}
.exp-support-list {
    background: #efe9dc;
    color: #412f2f;
}
.exp-support-list .item-tmb  {
    width: calc(30% - 2%);
}
.exp-support-list .item-tmb img  {
    border-radius: 8px;
}
.exp-support-list .flex-col2 .item-summary {
    width: calc(70% - 3%);
    padding: 0;
}

.exp-support-list li {
    padding: 8px 13px 6px;
    border: #412f2f solid 1px;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    border-radius: 40px;
    margin-right: 3px;
}
.exp-support-list .item-title {
font-size: 18px;
    line-height: 1.3;
    padding-bottom: 14px;
    letter-spacing: 0;
    font-weight: 500;
    padding-top: 14px;
}
.exp-support-list p {
    line-height: 1.8;
    letter-spacing: 0.04em;
    font-size: 14px;
}

.exp-support-list .item-address {
    font-size: 14px;
    line-height: 1.6;
    padding-top: 18px;
}

/* about */
body.about {
    background: #585474;
}
.about-list {
    padding-bottom: 60px;
}
.anchor {
text-align: center;
  margin-bottom: 80px;
}
.anchor li {
    display: inline-block;

    margin: 3px;
}
.anchor li a {
    display: block;
    padding: 10px 18px 8px;
    line-height: 1;
    font-weight: 600;
    font-size: 15px;
    border: #fff solid 1px;
    border-radius: 40px;
}
.anchor li a:hover {
      background: #fff;
    color: #585474;
 transition: .4s;
}
.anchor li.select a {
    background: #fff;
    color: #585474;
}
.flex-col4 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flex-col4 .item {
    width: calc(33.3333% - 2.4%);
    margin-bottom: 64px;
    position: relative;
}
.cat {
    position: absolute;
    top: 18px;
    left: 0;
    display: inline-block;
    padding: 8px 9px 6px;
    background: #333;
    font-size: 11px;
    line-height: 1;
    font-weight: 600;
}
.camp .cat {
   background: #549180;
}
.facility .cat {
   background: #55A0C1;
}
.goods .cat {
   background: #EB7538;
}
.event .cat {
   background: #D95888;
}
.flex-col4 .item-tmb {
  border-radius: 10px;
  overflow: hidden;
  transition: .4s;
}
.flex-col4 .item-title {
    font-size: 18px;
    line-height: 1.3;
    padding-bottom: 18px;
    letter-spacing: 0.04em;
    text-align: center;
    padding-top: 24px;
}
.flex-col4 p {
    line-height: 1.8;
    letter-spacing: 0;
    font-size: 13px;
}
.modaal-content-container {
    padding: 0;
}
.modaal-container {
    width: 48%;
    color: #4b475b;
    border-radius: 20px;
    overflow: hidden;
}
.modaal-container .item-title {
    font-size: 24px;
    line-height: 1.3;
    padding-bottom: 24px;
    letter-spacing: 0.04em;
    text-align: center;
    padding-top: 40px;
}
.modaal-container p {
    width: 80%;
    margin: 0 auto;
    line-height: 2;
}
.modaal-container table {
    width: 80%;
    margin: 40px auto;
}
.modaal-overlay {
    background: rgb(71 67 85)!important;
    opacity: 0.8;
}
.modaal-container th {
    padding: 20px 10px;
    width: 10em;
    border-top: #333 solid 1px;
    font-size: 15px;
  font-weight: 500; line-height: 1.4;
}
.modaal-container td {
    padding: 20px 10px;
    border-top: #333 solid 1px;
    font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}
.modaal-container td a {
text-decoration: underline;
}
.close {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    padding-bottom: 60px;    cursor: pointer;
}
.modaal-wrapper .modaal-close{
  display: none;
}


/*information*/
body.information {
    background: #efe9dc;
    color: #333;
}
.information header {
    color: #412f2f;
}
.information .enrty-body{
    width: 90%;
    margin: 0 auto;
}
.information .l-sec {
    padding-top: 80px;
}
.enrty-title {
    font-size: 42px;
    text-align: center;
    padding-bottom: 80px;
    line-height: 1.3;
}
.cp-key {
    margin-bottom: 80px;
}
.information .enrty-body table {
    margin: 40px 0;
  width: 100%;
}
.information .enrty-body th {
    font-weight: 500;
    padding: 20px;
    width: 8em;
    border-top: #412f2f solid 1px;
    line-height: 1.6;
    font-size: 16px;
}
.information .enrty-body td {
    font-weight: 500;
    padding: 20px;
    border-top: #412f2f solid 1px;
    line-height: 1.6;
    font-size: 16px;
}
.information .enrty-body iframe {
   width: 100%;
}

.information .items {
    padding-top: 80px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.information .item {
    width: calc(33.333% - 24px);
  margin-bottom: 64px;
    text-align: center;
}

.information .item p {
    font-size: 14px;
    line-height: 1.7;
  text-align: left;
}
.information .item-name {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding: 10px 0 16px;
    color: #c70367;
}
.information .item-tmb img {
    border-radius: 8px;
}
.information .item-cat {
    text-align: center;
    padding: 8px 18px;
    border: #c70367 solid 2px;
    display: inline-block;
    border-radius: 40px;
    font-size: 13px;
    font-weight: 600;
    margin: 25px 0 2px;
    line-height: 1;
    color: #c70367;
}
.information p.lead {
    font-size: 18px;
}
.information .item-tmb {
    position: relative;
}
.information .item-name .sup {
    font-size: 13px;
    display: block;
    padding-bottom: 6px;
}
.information p.sup{
    font-size: 14px;
}
.information .tag {
    font-weight: 600;
    position: absolute;
    background: #c70367;
    top: 15px;
    padding: 8px 16px;
    font-size: 15px;
    color: #fff;
}
.btn-pdf a {
    display: block;
    padding: 20px;
    margin: 86px auto 0;
    border-radius: 40px;
    width: 440px;
    text-align: center;
    font-weight: 600;
    background: #c70367;
    color: #fff;
}
.btn-pdf a:hover {
    background: #000;
    color: #fff;
}



body{
  overflow-x: hidden;
}

.hamburger {
    width: 74px;
    height: 74px;
    position: fixed;
    top: 24px;
    right: 40px;
    background: #0c2f36;
    border-radius: 48px;
    z-index: 4;
    cursor: pointer;
  opacity: 0;
  pointer-events: none;
  
}
.hamburger span{
  position: absolute;
  width: 56%;
  height: 2px;
  background-color: #fff;
  transition: .3s;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.hamburger span:first-of-type{
  top: 34px;
}
.hamburger span:nth-of-type(2){
  top: 42px;
}
.slide-menu {
    background-color: rgb(12 47 54);
    position: fixed;
    top: 0;
    width: 40%;
    right: -40%;
    transition: .4s;
    height: 100%;
    z-index: 3;
}
.menu-active .slide-menu {
  transform: translateX(0);
}
.slide-menu .global li {
    color: #fff;
    text-align: left;
    padding: 0;
    line-height: 1.8;
      font-size: 18px;
}
.slide-menu .global {
    padding: 0 60px;
}
.menu-active .hamburger span:first-of-type{
  top: 50%;
  transform: rotate(45deg);
}
.menu-active .hamburger span:nth-of-type(2){
  top: 50%;
  transform: rotate(-45deg);
}
.menu-active .slide-menu {
    right: 0%;
}
.body.menu-active {
  overflow: hidden;
  transition: .4s;
}
.slide-menu .global li li {
    font-size: 15px;
    padding-bottom: 8px;
}
.side-logo {
    width: 110px;
    margin: 40px auto 30px;
}
.pic-cap {
    position: absolute;
    font-size: 11px;
}
.cpa01 {
    bottom: 20px;
    right: 30px;
}
.cpa02 {
    top: 44%;
    right: 30px;
    background: #113b44;
}
.cpa03 {
    bottom: 20px;
    right: 30px;
}
.cpa04 {
    bottom: 20px;
    right: 30px;
}
.flex-col2 .item-image {
    position: relative;
}
.item-image-bg {
  position: relative;
}.lead-image {
position: relative;
}



@media screen and (max-width:1200px) {
.hero-logo {
    width: 13%;
}
  .flex-col2 .item-summary {
    width: 46%;
    padding: 100px 0px 64px 8%;
}
  .item-summary.right-side {
    margin-right: 8%;
}
  #home-satoyama .item-body {
    left: 8%;
    width: 50%;
}
  #home-sightseeing .flex-col4 .item-title {
    font-size: 15px;
    padding-top: 18px;
}
  .page-hero {
    width: 50%;
}.information .item {
    width: calc(50% - 16px);
    margin-bottom: 64px;
    text-align: center;
}.inner {
    width: 86%;
    margin: 0 auto;
}.main-image {
    width: 78%;
    margin: 0 auto;
    border-radius: 20px;
}
}

@media screen and (max-width:1000px) {
  body {
 font-size: 15px;
}
.hero-logo {
    width: 14%;
      top: 30%;
}.flex-col2 .item-image {
    width: 50%;
    opacity: 0.9;
}.item-title-en {
    font-size: 36px;
    color: #CFC0AC;
    line-height: 0.7;
    padding-bottom: 0.6em;
}.item-title {
    font-size: 24px;
    line-height: 1.4;
    padding-bottom: 1.2em;
    letter-spacing: 0.04em;
}p {
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    font-size: 15px;
}.information .enrty-body {
    width: 100%;
    margin: 0 auto;
}.information .item {
    width: calc(50% - 16px);
    margin-bottom: 64px;
    text-align: center;
}.information .enrty-body th {
    font-weight: 500;
    padding: 20px;
    width: 8em;
    border-top: #412f2f solid 1px;
    line-height: 1.6;
    font-size: 15px;
}.information .enrty-body td {
    font-weight: 500;
    padding: 20px;
    border-top: #412f2f solid 1px;
    line-height: 1.6;
    font-size: 15px;
}#page .item-title-en {
    font-size: 50px;
    color: #CFC0AC;
    line-height: 0.6;
    padding-bottom: 0.4em;
}.item-summary.inner {
    text-align: center;
    width: 66%;
    margin: -30px auto 0;
    z-index: 2;
    position: relative;
}.item-summary.inner p {
    text-align: left;
    font-size: 16px;
}.flex-col3 .item {
    width: calc(50% - 16px);
    margin-bottom: 48px;
    text-align: center;
}.satoyama-lead .item-title {
    padding-top: 60px;
    font-size: 24px;
    line-height: 1.3;
    padding-bottom: 1.2em;
    letter-spacing: 0.04em;
}.satoyama td {
    padding: 20px;
    border-top: #758584 solid 2px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
}.satoyama th {
    padding: 20px;
    border-top: #758584 solid 2px;
    font-size: 15px;
    font-weight: 500;
    width: 10em;
    line-height: 1.6;
}.satoyama-name {
    font-size: 48px;
    letter-spacing: 0.05em;
    text-align: center;
    padding-top: 36px;
}.satoyama-name-kana {
    text-align: center;
    padding-top: 10px;
    font-size: 13px;
    letter-spacing: 0.1em;
}.satoyama-name-point {
    text-align: center;
    font-size: 22px;
    padding: 30px 0 64px;
}.page-hero-title .title-jp span {
    display: block;
    font-size: 14px;
}.page-hero-title .title-jp {
    font-size: 32px;
}.title-en {
    font-size: 10px;
    padding-top: 4px;
}.page-hero-logo {
    width: 20%;
}.exp-support-list .item {
    width: 100%;
    padding-bottom: 60px;
}.flex-col4 .item {
    width: calc(50% - 16px);
    margin-bottom: 64px;
    position: relative;
}.anchor li a {
    display: block;
    padding: 10px 18px 8px;
    line-height: 1;
    font-weight: 600;
    font-size: 12px;
    border: #fff solid 1px;
    border-radius: 40px;
}.modaal-container .item-title {
    font-size: 20px;
    line-height: 1.3;
    padding-bottom: 24px;
    letter-spacing: 0.04em;
    text-align: center;
    padding-top: 40px;
}.modaal-container {
    width: 68%;
    color: #4b475b;
    border-radius: 20px;
    overflow: hidden;
}.information .item {
    width: calc(50% - 16px);
    margin-bottom: 64px;
    text-align: center;
}.information .enrty-body {
    width: 100%;
    margin: 0 auto;
}
  .hamburger {
  opacity: 1;
  pointer-events: auto;
  
}.kawamata {
display: none;
}
  .menu {
    display: none;
  }
  
}

@media screen and (max-width:800px) {
.top-bnr-title {
    font-size: 20px;    padding-top: 10px;
}
.hero-logo {
    width: 24%;
    top: 28%;
}.news-bnr {
    width: 100%;
    margin: 60px auto 0px;
    display: block;
    transition: .4s;
}
.flex-col2 {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
}.flex-col2 .item-summary {
    width: 80%;
    padding: 100px 0;
    margin: 0 auto;
}
  .item-summary.right-side {
    margin: 0 auto;
    width: 80%;
    float: none;
}
  #home-sightseeing .flex-col4 .item {
    width: calc(50% - 16px);
    margin-bottom: 36px;
    position: relative;
}
  .lead-image {
    width: 90%;
}.flex-col5 .item {
    width: calc(50% - 16px);
    margin-bottom: 36px;
}.exp-list .item-cat {
    width: 100px;
    background: #F9E954;
    height: 100px;
    border-radius: 60px;
    position: absolute;
    top: -30px;
    left: -30px;
    z-index: 2;
    text-align: center;
    padding-top: 34px;
    font-size: 14px;
    font-weight: 600;
    color: #317f8c;
}
  .flex-col2 .item-image {
    width: 90%;
    margin-left: 10%;
    opacity: 0.9;
}
}

@media screen and (max-width:650px) {
.pc {
  display: none;
}
.sp {
  display: block;
}
  .hero-logo {
    width: 34%;
    top: 28%;
}.l-sec {
    padding-top: 80px;
}
  #home-experience {
    padding-top: 120px;
}#home-satoyama .item-body {
    left: 10%;
    width: 80%;
}#home-sightseeing .flex-col4 .item {
    width: calc(50% - 8px);
    margin-bottom: 36px;
    position: relative;
}.information .item {
    width: calc(50% - 8px);
    margin-bottom: 36px;
    text-align: center;
}.information p.lead {
    font-size: 16px;
}.information .item-cat {
    text-align: center;
    padding: 8px 18px;
    border: #c70367 solid 2px;
    display: inline-block;
    border-radius: 40px;
    font-size: 12px;
    font-weight: 600;
    margin: 25px 0 2px;
    line-height: 1;
    color: #c70367;
}.information .item-name {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 10px 0 16px;
    color: #c70367;
}.information .item p {
    font-size: 13px;
    line-height: 1.6;
    text-align: left;
}.information .tag {
    font-weight: 600;
    position: absolute;
    background: #c70367;
    top: 15px;
    padding: 8px 16px;
    font-size: 13px;
    color: #fff;
}.information .enrty-body th {
    font-weight: 500;
    padding: 14px;
    width: 8em;
    border-top: #412f2f solid 1px;
    line-height: 1.6;
    font-size: 14px;
}.information .enrty-body td {
    font-weight: 500;
    padding: 14px;
    border-top: #412f2f solid 1px;
    line-height: 1.6;
    font-size: 14px;
}footer .text-wrap .tel {
    font-size: 12px;
    line-height: 1.6;
}.item-summary.inner {
    text-align: center;
    width: 75%;
    margin: -30px auto 0;
    z-index: 2;
    position: relative;
}.flex-col3 .item {
    width: calc(50% - 8px);
    margin-bottom: 36px;
    text-align: center;
}.flex-col3 .item-title {
    font-size: 16px;
    line-height: 1.2;
    padding-bottom: 5px;
    letter-spacing: 0.04em;
    margin-top: 18px;
    text-align: center;
}.flex-col3 .item-kana {
    font-size: 10px;
    text-align: center;
    padding-bottom: 10px;
}.flex-col3 .item-elevation {
    text-align: center;
    font-size: 14px;
    padding-bottom: 20px;
}.flex-col3 .item p {
    font-size: 13px;
    line-height: 1.8;
    text-align: left;
}.satoyama-lead .item-title {
    padding-top: 60px;
    font-size: 20px;
    line-height: 1.3;
    padding-bottom: 1.2em;
    letter-spacing: 0.04em;
}.page-hero {
    display: flex;
    justify-content: flex-start;
    padding: 20px 30px;
    align-items: center;
}.page-hero-logo {
    width: 24%;
}.satoyama-name {
    font-size: 36px;
    letter-spacing: 0.05em;
    text-align: center;
    padding-top: 36px;
}.satoyama th {
    padding: 14px;
    border-top: #758584 solid 2px;
    font-size: 13px;
    font-weight: 500;
    width: 10em;
    line-height: 1.6;
}.satoyama td {
    padding: 14px;
    border-top: #758584 solid 2px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.6;
}.satoyama-outline {
    padding-bottom: 80px;
}.flex-col5 .item {
    width: calc(50% - 8px);
    margin-bottom: 36px;
}.exp-list .items p {
    line-height: 1.8;
    letter-spacing: 0;
    padding: 0 10px;
    font-size: 14px;
}.exp-list .items {
    position: relative;
    padding-bottom: 80px;
}.flex-col3-cal .item.right {
    border-radius: 0 8px 8px 0;
    overflow: hidden;
}.flex-col3-cal .item.left {
    border-radius: 8px 0 0 8px;
    overflow: hidden;
}.exp-support-list .item {
    width: 100%;
    padding-bottom: 60px;
    display: flex;
    justify-content: space-between;
}.exp-support-list .item-tmb {
    width: calc(25% - 2%);
}.exp-support-list li {
    padding: 8px 13px 6px;
    border: #412f2f solid 1px;
    display: inline-block;
    font-size: 11px;
    line-height: 1;
    border-radius: 40px;
    margin-right: 3px;
}.exp-support-list .item-title {
    font-size: 16px;
    line-height: 1.3;
    padding-bottom: 14px;
    letter-spacing: 0;
    font-weight: 500;
    padding-top: 14px;
}.exp-support-list p {
    line-height: 1.8;
    letter-spacing: 0.04em;
    font-size: 13px;
}.anchor li {
    display: inline-block;
    margin: 2px;
}.anchor li a {
    display: block;
    padding: 8px 8px 7px;
    line-height: 1;
    font-weight: 600;
    font-size: 11px;
    border: #fff solid 1px;
    border-radius: 40px;
}.anchor {
    text-align: center;
    margin-bottom: 40px;
}.flex-col4 .item {
    width: calc(50% - 8px);
    margin-bottom: 36px;
    position: relative;
}.flex-col4 .item-title {
    font-size: 16px;
    line-height: 1.3;
    padding-bottom: 18px;
    letter-spacing: 0.04em;
    text-align: center;
    padding-top: 24px;
}.flex-col4 .item-tmb {
    border-radius: 8px;
    overflow: hidden;
    transition: .4s;
}.modaal-container {
    width: 90%;
    color: #4b475b;
    border-radius: 20px;
    overflow: hidden;
}.modaal-container th {
    padding: 16px 5px;
    width: 10em;
    border-top: #333 solid 1px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
}.modaal-container td {
    padding: 16px 5px;
    border-top: #333 solid 1px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
}
  
  .slide-menu {
    background-color: rgb(12 47 54);
    position: fixed;
    top: 0;
    width: 100%;
    right: -100%;
    transition: .4s;
    height: 100%;
    z-index: 3;
}
  .hamburger {
    width: 60px;
    height: 60px;
    position: fixed;
    top: 16px;
    right: 16px;
    background: #0c2f36;
    border-radius: 48px;
    z-index: 4;
    cursor: pointer;
}
  .hamburger span:first-of-type {
    top: 28px;
}
  .hamburger span:nth-of-type(2) {
    top: 35px;
}.side-logo {
    width: 100px;
    margin: 40px auto 30px;
}.slide-menu .global {
    padding: 0 40px;
}
    .youtube-wrap {
    padding-top: 120px;
    width: 100%;
    margin: 0 auto;
}
  .youtube-wrap p {
    font-size: 13px;
    text-align: left;
}
  .youtube-title {
    font-size: 16px;
    text-align: center;
    padding-top: 24px;
}
  .inner-mini{
    width: 90%;
    margin: 0 auto;
}
  footer .bnr {
    position: relative;
    width: 86%;
    right: 0;
    bottom: auto;
    left: 0;
    margin: 0 auto 40px;
}
  
  
  
}

@media screen and (max-width:450px) {
  .cpa03 {
    bottom: 10px;
    right: 10px;
}
  .cpa04 {
    bottom: auto;
    top: 0;
    right: 0;
    background: #234946;
}
  .cpa01 {
    bottom: 10px;
    right: 10px;
}
  .cpa02 {
    top: 0;
    right: 0;
    background: #113b44;
}
  
  .flex-col2 .item-summary {
    width: 80%;
    padding: 60px 0;
    margin: 0 auto;
}
  .item-title {
    font-size: 20px;
    line-height: 1.4;
    padding-bottom: 1.2em;
    letter-spacing: 0.04em;
}
  p {
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    font-size: 14px;
}
  .flex-col2 .item-image img {
    border-radius: 0;
}.flex-col2 .item-image {
    width: 100%;
    margin-left: 0;
    opacity: 0.9;
}.item-summary.right-side {
    padding: 60px 0;
}.page-hero {
    display: flex;
    justify-content: flex-start;
    padding: 20px 20px;
    align-items: center;
    width: 70%;
}.page-hero-title {
    margin-left: 10px;
}.page-hero-title .title-jp span {
    display: block;
    font-size: 12px;
}.page-hero-title .title-jp {
    font-size: 26px;
}.cp-key {
    margin-bottom: 40px;
}.information .items {
    padding-top: 40px;
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
}.information .item {
    width: 100%;
    margin-bottom: 36px;
    text-align: center;
}.information .enrty-body th {
    font-weight: 500;
    padding: 14px 6px;
    width: 6em;
    border-top: #412f2f solid 1px;
    line-height: 1.6;
    font-size: 13px;
}.information .enrty-body td {
    font-weight: 500;
    padding: 14px 6px;
    border-top: #412f2f solid 1px;
    line-height: 1.6;
    font-size: 13px;
}.btn-pdf a {
    display: block;
    padding: 20px;
    margin: 86px auto 0;
    border-radius: 40px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    background: #c70367;
    color: #fff;
}.lead-image img {
    border-radius: 0;
    opacity: 0.95;
}.lead-image {
    width: 100%;
}#page .item-title-en {
    font-size: 40px;
    color: #CFC0AC;
    line-height: 0.6;
    padding-bottom: 0.4em;
}.item-title {
    font-size: 20px;
    line-height: 1.4;
    padding-bottom: 1.2em;
    letter-spacing: 0.04em;
}.flex-col3 .item p {
    font-size: 12px;
    line-height: 1.8;
    text-align: left;
}.flex-col3 .item-image {
    border-radius: 5px;
    overflow: hidden;
}footer {
    padding: 60px 0;
    background: #efe9dc;
    color: #412f2f;
}.satoyama-list {
    padding-bottom: 60px;
}.satoyama-name {
    font-size: 30px;
    letter-spacing: 0.05em;
    text-align: center;
    padding-top: 36px;
}.satoyama-name-point {
    text-align: center;
    font-size: 18px;
    padding: 20px 0 30px;
}.main-image {
    width: 100%;
    margin: 0 auto;
    border-radius: 0;
}.main-image img {
    border-radius: 0;
}.satoyama-topics {
    background: #1c3b39;
    padding: 60px 0;
}.satoyama-list.archive {
    background: #efe9dc;
    color: #412f2f;
    padding: 60px 0;
}.satoyama th {
    padding: 14px 6px;
    border-top: #758584 solid 2px;
    font-size: 13px;
    font-weight: 500;
    width: 8em;
    line-height: 1.6;
}.satoyama td {
    padding: 14px 6px;
    border-top: #758584 solid 2px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.6;
}.item-summary.inner {
    text-align: center;
    width: 80%;
    margin: -30px auto 0;
    z-index: 2;
    position: relative;
}.flex-col3-cal {
    display: block;
    justify-content: center;
    position: relative;
}.flex-col3-cal .item.left {
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}.flex-col3-cal .item {
    width: 100%;
    margin-bottom: 0;
}.flex-col3-cal .item.right {
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    margin-bottom: 24px;
}.exp-list .item-cat {
    width: 100px;
    background: #F9E954;
    height: 100px;
    border-radius: 60px;
    position: absolute;
    top: -40px;
    left: 10px;
    z-index: 2;
    text-align: center;
    padding-top: 34px;
    font-size: 14px;
    font-weight: 600;
    color: #317f8c;
}.exp-support-list .item-tmb {
    width: 100%;
    margin-bottom: 24px;
}.exp-support-list .flex-col2 .item-summary {
    width: 98%;
    padding: 0;
}.flex-col4 .item {
    width: 100%;
    margin-bottom: 36px;
    position: relative;
}.anchor {
    text-align: left;
    margin-bottom: 40px;
    overflow-y: scroll;
}.anchor ul {
    width: 500px;
}.anchor li a {
    display: block;
    padding: 8px 12px 7px;
    line-height: 1;
    font-weight: 600;
    font-size: 11px;
    border: #fff solid 1px;
    border-radius: 40px;
}.modaal-inner-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
}.modaal-container {
    width: 100%;
    color: #4b475b;
    border-radius: 20px;
    overflow: hidden;
}#home-sightseeing .flex-col4 .item-title {
    font-size: 14px;
    padding-bottom: 0;
    padding-top: 15px;
}
  .sp {
    display: block;
  }

  
}
