@charset "UTF-8";
/* 1280px以上 */
@media only screen and (min-width:1280px){
  
  .pc-non {
    display: none;
  }
  
}
/* 1919px以下から
------------------------------------------------------------*/
@media only screen and (max-width:1919px){
  .top-eat-wrap {
    padding-left: 100px;
  }
  .top-eat-txt {
    width: calc(100% - 55%);
    float: left;
    padding-top: 40px;
  }
  .top-eat-txt h4 {
    font-size: 22pt;
  }
  .top-eat-txt p {
    font-size: 16pt;
    line-height: 200%;
  }
  .top-eat-img {
    width: 50%;
    float: right;
  }
  .top-eat-ex {
    float: left;
    padding-top: 50px;
    padding-left: 70px;
    margin-top: -50px;
  }
  .top-eat-ex-txt p {
    line-height: 200%;
    font-size: 15pt;
  }
  .top-eat-ex-img {
    margin-top: 10px;
  }
  .top-shopping-txt h4 {
    font-size: 22pt;
  }
  .top-shopping-txt p {
    font-size: 16pt;
    line-height: 200%;
  }
  .top-hungout-wrap {
    padding-left: 0px;
  }
  .top-hungout-intro-txt h4 {
    font-size: 22pt;
  }
  .top-hungout-intro-txt p {
    font-size: 16pt;
    line-height: 200%;
  }
  .top-hungout-value-txt {
    width: calc(100% - 45%);
  }
  .top-hungout-value-img {
    width: 40%;
  }
  .top-hungout-value-txt dl dt {
    font-size: 16pt;
    line-height: 160%;
    padding-left: 50px;
  }
  .top-hungout-value-txt dl dd {
    font-size: 14pt;
    color: #3d8238;
    line-height: 160%;
    margin-bottom: 20px;
  }

}
/* 1500px以下から
------------------------------------------------------------*/
@media only screen and (max-width:1500px){
  .top-eat-wrap {
    padding-left: 60px;
  }
  h3.top-eat-title {
    width: 100px;
    padding-top: 50px;
  }
  .top-eat-box {
    width: calc(100% - 150px);
    margin-top: 120px;
  }
  .top-eat-txt {
    width: calc(100% - 53%);
  }
  .top-eat-txt h4 {
    font-size: 20pt;
  }
  .top-eat-txt p {
    font-size: 15pt;
    line-height: 160%;
  }
  .top-eat-img {
    width: 50%;
  }
  .top-eat-ex {
    padding-top: 50px;
    padding-left: 50px;
    margin-top: -30px;
  }
  .top-eat-ex-txt p {
    line-height: 160%;
    font-size: 14pt;
    padding-left: 30px;
  }
  h3.top-shopping-title {
    width: 100px;
    padding-top: 50px;
  }

  .top-shopping-txt h4 {
    font-size: 20pt;
  }
  .top-shopping-txt p {
    font-size: 15pt;
    line-height: 160%;
  }
  .top-hungout-intro {
    padding: 10px 10px 10px 60px;
  }
  h3.top-hungout-title {
    width: 100px;
    padding-top: 50px;
  }
  .top-hungout-intro-txt h4 {
    font-size: 20pt;
  }
  .top-hungout-intro-txt p {
    font-size: 15pt;
    line-height: 160%;
  }
  .top-hungout-value {
    padding: 0px 60px 60px 60px;
  }
  .top-hungout-value-txt dl dt {
    font-size: 15pt;
  }
  .top-hungout-value-txt dl dd {
    font-size: 13pt;
  }

}

/* 1279px以下から
------------------------------------------------------------*/
@media only screen and (max-width:1279px){
  h3.top-eat-title {
    width: 80px;
  }
  .top-eat-box {
    width: calc(100% - 120px);
    margin-top: 100px;
  }
  .top-eat-txt {
    width: calc(100% - 43%);
  }
  .top-eat-img {
    width: 40%;
  }
  .top-eat-ex {
    padding-top: 50px;
    padding-left: 50px;
    margin-top: 0px;
  }
  h3.top-shopping-title {
    width: 80px;
  }
  .top-shopping-txt {
    width: calc(100% - 120px);
    margin-top: 120px;
  }
  .top-shopping-img {
/*
    display: flex;
    gap: 20px 0px;
*/
    padding-top: 30px;
    padding-bottom: 60px;
  }
  h3.top-hungout-title {
    width: 80px;
  }
  .top-hungout-intro-txt {
    width: calc(100% - 160px);
    margin-top: 120px;
  }
  .top-hungout-value-txt {
    width: calc(100% - 40%);
  }
  .top-hungout-value-img {
    width: 35%;
  }
  .top-hungout-value-txt dl {
    margin: 20px auto 20px;
  }

}
/* 1080px以下から
------------------------------------------------------------*/
@media only screen and (max-width:1080px){
  header.home {
    height: 800px;
  }
  .head-catch-1 {
    width: 40px;
    top:60px;
    left: 220px;
  }
  .head-catch-2 {
    width: 40px;
    top:60px;
    left: 140px;
  }
  .head-catch-3 {
    width: 40px;
    top:60px;
    left: 60px;
  }

}

/* 800px以下から
------------------------------------------------------------*/
@media only screen and (max-width:800px){
  ul.top-news-li {
    gap: 5px 15px;
    margin-bottom: 20px;
    margin-top: 40px;
  }
  .top-sub-nav {
    margin-top: -260px;
    box-sizing: border-box;
    height: 240px;
    padding: 110px 0 0;
    text-align: center;
    position: relative;
    z-index: 10;
    background: linear-gradient(180deg,
      transparent 0%,
      transparent 30%,
      #3d8238 30%);
  }
  .tsn-bg1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 5;
  }
  .tsn-bg2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 6;
  }
  .tsn-bg3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 7;
  }
  .tsn-bg4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 8;
  }
  .top-news-wrap ul.top-news-li li {
    width: 45%;
  }

  ul.top-sn-li {
    gap: 0px 40px;
    margin-bottom: 30px;
  }
  ul.top-sn-li li {
    width: 160px;
  }
  .top-news-sec {
    margin-top: -30px;
  }
  .top-news-more img {
    width: 160px;
  }
  .top-about-title {
    width: 250px;
    margin: 0 auto 40px auto;
  }
  .top-about-ippo {
    width: 400px;
    margin: 0 auto 40px auto;
  }
  .top-about-more img {
    width: 160px;
  }

  .top-about-arti {
    padding: 90px 30px 120px;
  }
  .top-about-arti p {
    text-align: center;
    margin-bottom: 40px;
    font-size: 110%;
    letter-spacing: 0em;
    color: #ffffff;
    line-height: 200%;
  }
  .top-eat-txt {
    width: 100%;
    float: none;
    padding-top: 40px;
  }
  .top-eat-img {
    width: 100%;
    float: none;
    text-align: right;
  }
  .top-eat-img img {
    width: 70%;
  }
  .top-eat-more {
    margin-bottom: 30px;
    width: 160px;
  }
  .top-eat-ex {
    padding-top: 0px;
    padding-left: 0px;
    margin-top: 30px;
    background:none;
  }
  .top-eat-ex-txt {
    margin-bottom: 30px;
    margin-top: 0px;
  }
  .top-eat-ex-txt p {
    line-height: 160%;
    font-size: 14pt;
    padding-left: 0px;
  }
  .top-hungout-intro-txt {
    width: calc(100% - 110px);
    margin-top: 110px;
  }
  .top-hungout-value-txt dl dt {
    font-size: 14pt;
  }
  .top-hungout-value-txt dl dd {
    font-size: 11pt;
  }
  .top-hungout-more img {
    width: 160px;
  }
  .top-access-title img {
    width: 300px;
  }
  .top-access-link img {
    width: 160px;
  }
  .top-hungout-value-img {
    display: none;
  }
  .top-hungout-value-txt {
    width: 100%;
  }

}

/* 640px以下から
------------------------------------------------------------*/
@media only screen and (max-width:640px){
  ul.top-news-li {
    flex-wrap: wrap;
    gap: 25px 25px;
  }
  ul.top-news-li li {
    width: 45%;
  }
  ul.top-news-li li h3 {
    font-size: 11pt;
  }
  .top-eat-wrap {
    padding-left: 20px;
  }
  h3.top-eat-title {
    width: 40px;
    margin-top: 60px;
    padding-top: 25px;
  }
  .top-eat-box {
    width: calc(100% - 50px);
    margin-top: 100px;
  }
  .top-eat-txt {
    padding-top: 20px;
  }
  .top-eat-txt h4 {
    font-size: 15pt;
    line-height: 160%;
    margin-bottom: 15px;
  }
  .top-eat-txt p {
    font-size: 12pt;
    margin-bottom: 15px;
  }
  .top-eat-ex-txt p {
    font-size: 12pt;
  }
  h3.top-shopping-title {
    width: 40px;
    margin-top: 40px;
    padding-top: 5px;
  }
  .top-shopping-txt {
    width: calc(100% - 50px);
    margin-top: 80px;
  }
  .top-shopping-txt h4 {
    font-size: 15pt;
    line-height: 160%;
    margin-bottom: 15px;
  }
  .top-shopping-txt p {
    font-size: 12pt;
    margin-bottom: 15px;
  }
  .top-hungout-intro {
    padding: 10px 0px 10px 20px;
  }
  h3.top-hungout-title {
    width: 40px;
    margin-top: 60px;
    padding-top: 15px;
  }
  .top-hungout-intro-txt {
    width: calc(100% - 50px);
    margin-top: 110px;
  }
  .top-hungout-intro-txt h4 {
    font-size: 15pt;
    line-height: 160%;
    margin-bottom: 15px;
  }
  .top-hungout-intro-txt p {
    font-size: 12pt;
    margin-bottom: 15px;
  }
  .top-hungout-value {
    padding: 0px 20px 60px 20px;
  }
  .top-hungout-value-txt dl dt {
    font-size: 13pt;
    background-size: 25px 25px;
    padding-left: 35px;
  }
  .top-hungout-value-txt dl dd {
    font-size: 12pt;
  }
  .top-about-title {
    width: 200px;
    margin: 0 auto 40px auto;
  }
  .top-about-ippo {
    width: 350px;
    margin: 0 auto 40px auto;
  }
  .top-access-title img {
    width: 250px;
  }

}

/* 450px以下から
------------------------------------------------------------*/
@media only screen and (max-width:450px){
  header.home {
    height: 700px;
  }
  .head-catch-1 {
    width: 35px;
    top:60px;
    left: 130px;
  }
  .head-catch-2 {
    width: 35px;
    top:60px;
    left: 80px;
  }
  .head-catch-3 {
    width: 35px;
    top:60px;
    left: 30px;
  }

  /* top page */
  .top-news-wrap ul.top-news-li {
    display: block;
    gap: 0 0;
  }
  .top-news-wrap ul.top-news-li li {
    width: 80%;
    margin: 0 auto 30px auto;
  }
  ul.top-sn-li {
    gap: 0px 2%;
    margin-bottom: 30px;
    padding: 0 1%;
  }
  ul.top-sn-li li {
    width: 30%;
  }
  .top-news-more img {
    width: 160px;
  }
  .top-about-ippo {
    width: 90%;
    margin: 0 auto 40px auto;
  }
  .nav-previous {
    width: 100%;
    float: none;
  }
  .nav-next {
    width: 100%;
    float: none;
    text-align: right;
    margin-top: 20px;
  }
 

}

/* 380px以下から
------------------------------------------------------------*/
@media only screen and (max-width:380px){
}
/* 320px以下から
------------------------------------------------------------*/
@media only screen and (max-width:320px){
}



