@charset "UTF-8";
/*mediaquery*/
/* -------------------------------- 
Sub components 
-------------------------------- */
/*header {
	position: fixed;
	background: #DEF2F8;
    padding: 22px 3%;
    h1 {
        height: 40px;
    }
}*/
main {
  display: block;
  /*padding-top: 84px;*/ }
  main .sub_head {
    margin: auto;
    position: relative; }
    main .sub_head span {
      width: 50%; }
    main .sub_head img {
      width: 100%;
      max-width: 100%; }
    main .sub_head img.pc {
      display: block; }
    main .sub_head img.sp {
      display: none; }
    @media screen and (max-width: 640px) {
      main .sub_head img.pc {
        display: none; }
      main .sub_head img.sp {
        display: block; } }
    main .sub_head div.read {
      font-size: 110%;
      text-align: center;
      position: static;
      margin: 1.5em auto 0 auto;
      color: #4496D3;
      line-height: 1.9;
      font-weight: bold; }
      main .sub_head div.read p {
        margin: 0 0 1em 0; }
      @media screen and (max-width: 640px) {
        main .sub_head div.read {
          max-width: 90%;
          font-size: 100%; } }
  main ul.area_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 90%;
    max-width: 1200px;
    margin: 40px auto 0 auto;
    padding-bottom: 40px; }
    @media screen and (max-width: 768px) {
      main ul.area_list {
        margin: 50px auto 0 auto; } }
    @media screen and (max-width: 640px) {
      main ul.area_list {
        margin: 40px auto 0 auto; } }
    main ul.area_list li {
      width: 22.75%;
      margin-right: 3%;
      margin-bottom: 3em;
      /*padding-bottom: 4em;*/
      padding-bottom: 6.5em;
      position: relative; }
      main ul.area_list li:nth-child(4n) {
        margin-right: 0; }
      main ul.area_list li.mb {
        margin-bottom: 6em; }
        @media screen and (max-width: 640px) {
          main ul.area_list li.mb {
            margin-bottom: 3em; } }
      @media screen and (max-width: 768px) {
        main ul.area_list li {
          width: 31.3333333333333%; }
          main ul.area_list li:nth-child(4n) {
            margin-right: 3%; }
          main ul.area_list li:nth-child(3n) {
            margin-right: 0; } }
      @media screen and (max-width: 640px) {
        main ul.area_list li {
          width: 100%;
          margin-right: 0;
          padding-bottom: 2.5em; }
          main ul.area_list li:nth-child(4n) {
            margin-right: 0; } }
      main ul.area_list li div.photo {
        position: relative;
        padding: 66.7% 0 0 0;
        overflow: hidden; }
        main ul.area_list li div.photo img {
          height: auto;
          width: 100%;
          position: absolute;
          top: 0;
          left: -100%;
          right: -100%;
          bottom: 0;
          margin: auto; }
        main ul.area_list li div.photo img.width_l {
          height: 100%;
          width: auto; }
        @media screen and (max-width: 640px) {
          main ul.area_list li div.photo {
            position: static;
            padding: 0; }
            main ul.area_list li div.photo img {
              position: static;
              width: 100%; }
            main ul.area_list li div.photo img.width_l {
              width: 100%; } }
      main ul.area_list li div.title {
        margin-bottom: 1em;
        color: #4496D3;
        font-weight: bold;
        font-size: 115%;
        border-bottom: 1px solid #4496D3;
        position: relative;
        padding: .6em 0 .4em 38px;
        letter-spacing: 0; }
        main ul.area_list li div.title span {
          font-size: 75%;
          font-weight: normal;
          padding-left: .5em;
          display: inline-block;
          vertical-align: text-top;
          padding-top: .3em; }
        main ul.area_list li div.title img {
          position: absolute;
          top: -20px;
          left: 4px;
          width: 30px;
          height: auto; }
      main ul.area_list li div.text {
        font-size: 90%;
        letter-spacing: 0;
        margin-bottom: 1em;
        position: relative; }
        main ul.area_list li div.text p {
          margin-bottom: 1em;
          line-height: 1.3em; }
        main ul.area_list li div.text dl {
          overflow: hidden;
          line-height: 1.2em; }
          main ul.area_list li div.text dl dt {
            float: left;
            padding-bottom: .4em; }
          main ul.area_list li div.text dl dd {
            margin-left: 3em;
            padding-bottom: .4em; }
      main ul.area_list li div.link {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0; }
        main ul.area_list li div.link a {
          background: #4496D3;
          color: #fff;
          padding: .8em .4em;
          display: block;
          text-align: center;
          letter-spacing: 0;
          font-size: 85%;
          font-weight: bold;
          line-height: 1.4em; }
          @media screen and (max-width: 768px) {
            main ul.area_list li div.link a {
              font-size: 80%; } }
          @media screen and (max-width: 640px) {
            main ul.area_list li div.link a {
              font-size: 70%; }
              main ul.area_list li div.link a br {
                display: none; } }
          @media screen and (max-width: 480px) {
            main ul.area_list li div.link a {
              letter-spacing: -0.05em; } }
        @media screen and (max-width: 640px) {
          main ul.area_list li div.link {
            bottom: 0 !important; } }
      main ul.area_list li .campaign_content {
        border: 1px solid #DE7188;
        padding: .5em;
        font-size: 12px;
        margin-top: 1em; }
        main ul.area_list li .campaign_content p.title {
          color: #DE7188;
          font-size: 15px;
          margin-bottom: .5em; }
        main ul.area_list li .campaign_content p.text {
          margin-bottom: .5em; }
        main ul.area_list li .campaign_content.pc_none {
          display: none; }
          @media screen and (max-width: 640px) {
            main ul.area_list li .campaign_content.pc_none {
              display: block; } }
      main ul.area_list li.campaign_li .text {
        padding-bottom: 14em; }
        @media screen and (max-width: 1024px) {
          main ul.area_list li.campaign_li .text {
            padding-bottom: 15em; } }
        @media screen and (max-width: 640px) {
          main ul.area_list li.campaign_li .text {
            padding-bottom: 0; } }
        main ul.area_list li.campaign_li .text .campaign_content {
          border: 1px solid #DE7188;
          padding: .5em;
          font-size: 12px;
          margin-top: 1em;
          position: absolute;
          /*width: calc(200% + 7.583% + 1em + 2px);
          left: 1px;*/
          left: calc(-100% + -7.583% + -1em + -2px);
          /*bottom: 0;*/
          bottom: -3.0rem; }
          main ul.area_list li.campaign_li .text .campaign_content p.title {
            color: #DE7188;
            font-size: 15px;
            margin-bottom: .5em; }
          main ul.area_list li.campaign_li .text .campaign_content p.text {
            margin-bottom: .5em;
            padding-bottom: 0; }
          @media screen and (max-width: 768px) {
            main ul.area_list li.campaign_li .text .campaign_content {
              width: calc(200% + 10.444%);
              left: calc(-100% + -10.444%); } }
          @media screen and (max-width: 640px) {
            main ul.area_list li.campaign_li .text .campaign_content {
              width: 100%;
              left: 0;
              position: static; } }

body.ski p.text-link {
  text-align: center;
  font-size: 1.4rem;
  padding: 1.5rem 0 1.0rem; }
  @media screen and (max-width: 640px) {
    body.ski p.text-link {
      font-size: 1.2rem;
      line-height: 1.6;
      padding: 0; } }
  body.ski p.text-link a {
    text-decoration: underline;
    font-weight: bold; }
    body.ski p.text-link a:hover {
      text-decoration: none !important; }
body.ski main ul.area_list li {
  padding-bottom: 3em; }
  body.ski main ul.area_list li div.link a:hover {
    background: #0D77BF; }

body.hina main {
  background: url(../img/sub/hina_bg.png) 0 0 repeat; }
  body.hina main .sub_head div.read {
    right: 60.5%;
    color: #000; }
    @media screen and (max-width: 640px) {
      body.hina main .sub_head div.read {
        color: #EB6456; } }
  body.hina main ul.area_list {
    padding-bottom: 0; }
    body.hina main ul.area_list li div.title {
      color: #EB6456;
      border-bottom: 1px solid #EB6456; }
    body.hina main ul.area_list li div.link a {
      background: #EB6456; }
      body.hina main ul.area_list li div.link a:hover {
        background: #DD3B33; }
  body.hina main .hyakudan_wrap {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto 0 auto;
    padding-bottom: 80px; }
    body.hina main .hyakudan_wrap a {
      display: block;
      transition: .3s; }
      body.hina main .hyakudan_wrap a:hover {
        opacity: .7; }
    body.hina main .hyakudan_wrap .hyakudan {
      background: #fff;
      padding: 15px; }
      @media screen and (max-width: 640px) {
        body.hina main .hyakudan_wrap .hyakudan {
          padding: 10px; } }
      body.hina main .hyakudan_wrap .hyakudan .hyakudan_inner {
        border: 2px solid #EB6456;
        padding: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        @media screen and (max-width: 640px) {
          body.hina main .hyakudan_wrap .hyakudan .hyakudan_inner {
            display: block;
            padding: 10px;
            position: relative; } }
        @media screen and (max-width: 640px) {
          body.hina main .hyakudan_wrap .hyakudan .hyakudan_inner .left {
            position: relative;
            z-index: 2; } }
        body.hina main .hyakudan_wrap .hyakudan .hyakudan_inner .left .title {
          font-size: 2em;
          color: #EB6456;
          margin-bottom: 10px; }
          @media screen and (max-width: 1024px) {
            body.hina main .hyakudan_wrap .hyakudan .hyakudan_inner .left .title {
              font-size: 1.8em; } }
          @media screen and (max-width: 768px) {
            body.hina main .hyakudan_wrap .hyakudan .hyakudan_inner .left .title {
              font-size: 1.3em; } }
          @media screen and (max-width: 640px) {
            body.hina main .hyakudan_wrap .hyakudan .hyakudan_inner .left .title {
              font-size: 1.2em; } }
        body.hina main .hyakudan_wrap .hyakudan .hyakudan_inner .left dl {
          text-align: left;
          overflow: hidden;
          line-height: 1.2em;
          font-size: 1.1em; }
          @media screen and (max-width: 768px) {
            body.hina main .hyakudan_wrap .hyakudan .hyakudan_inner .left dl {
              font-size: .9em; } }
          @media screen and (max-width: 640px) {
            body.hina main .hyakudan_wrap .hyakudan .hyakudan_inner .left dl {
              font-size: .75em; } }
          body.hina main .hyakudan_wrap .hyakudan .hyakudan_inner .left dl dt {
            float: left;
            padding-bottom: .4em; }
          body.hina main .hyakudan_wrap .hyakudan .hyakudan_inner .left dl dd {
            margin-left: 3em;
            padding-bottom: .4em; }
        @media screen and (max-width: 768px) {
          body.hina main .hyakudan_wrap .hyakudan .hyakudan_inner .right {
            width: 140px;
            height: auto; } }
        @media screen and (max-width: 640px) {
          body.hina main .hyakudan_wrap .hyakudan .hyakudan_inner .right {
            position: absolute;
            width: 150px;
            height: auto;
            opacity: .4;
            bottom: 5px;
            right: 5px;
            z-index: 1; } }

body.onsenmap main .sub_head div.read {
  right: 60.5%;
  color: #000; }
  @media screen and (max-width: 640px) {
    body.onsenmap main .sub_head div.read {
      color: #F18E38; } }
body.onsenmap main div.onsenmap_img {
  /*width: 90%;*/
  width: 100%;
  max-width: 1200px;
  margin: 40px auto 0 auto; }
  body.onsenmap main div.onsenmap_img img {
    width: 100%; }
body.onsenmap main div.nyuyoku_wrap {
  width: 90%;
  max-width: 1200px;
  /*margin: 40px auto 0 auto;*/
  display: grid;
  grid-template-columns: auto auto;
  gap: 1.5rem;
  border: 1px solid #204a8a;
  border-radius: 1.0rem;
  padding: 1.5rem;
  margin: 5.0rem auto 3.65rem; }
  @media screen and (max-width: 640px) {
    body.onsenmap main div.nyuyoku_wrap {
      display: block;
      padding: 1.0rem;
      margin: 2.5rem auto; } }
  @media screen and (max-width: 640px) {
    body.onsenmap main div.nyuyoku_wrap img {
      display: block;
      margin: 0 auto 1.0rem; } }
  @media screen and (max-width: 640px) {
    body.onsenmap main div.nyuyoku_wrap div.txt {
      font-size: 90%; } }
  body.onsenmap main div.nyuyoku_wrap div.txt p {
    line-height: 1.5;
    padding-top: .75rem; }
    body.onsenmap main div.nyuyoku_wrap div.txt p:first-of-type {
      padding-top: 0; }
    body.onsenmap main div.nyuyoku_wrap div.txt p a {
      text-decoration: underline;
      color: #204a8a;
      font-weight: bold; }
      body.onsenmap main div.nyuyoku_wrap div.txt p a:hover {
        text-decoration: none; }
  body.onsenmap main div.nyuyoku_wrap div.txt p.kome {
    font-size: .9rem; }
body.onsenmap main ul.area_list li div.title {
  color: #F18E38;
  border-bottom: 1px solid #F18E38; }
body.onsenmap main ul.area_list li div.link a {
  background: #F18E38; }
  body.onsenmap main ul.area_list li div.link a:hover {
    background: #EF6D14; }
body.onsenmap main ul.area_list li div.text div.onsen_text {
  margin-bottom: 1em; }
  body.onsenmap main ul.area_list li div.text div.onsen_text p {
    color: #F18E38;
    margin-bottom: 0;
    font-size: 95%;
    line-height: 1.3; }
body.onsenmap main ul.area_list li.shonai div.title {
  color: #66C0EE;
  border-bottom: 1px solid #66C0EE; }
body.onsenmap main ul.area_list li.shonai div.link a {
  background: #66C0EE; }
  body.onsenmap main ul.area_list li.shonai div.link a:hover {
    background: #66C0EE; }
body.onsenmap main ul.area_list li.shonai div.text div.onsen_text p {
  color: #66C0EE; }
body.onsenmap main ul.area_list li.mogami div.title {
  color: #8BC782;
  border-bottom: 1px solid #8BC782; }
body.onsenmap main ul.area_list li.mogami div.link a {
  background: #8BC782; }
  body.onsenmap main ul.area_list li.mogami div.link a:hover {
    background: #8BC782; }
body.onsenmap main ul.area_list li.mogami div.text div.onsen_text p {
  color: #8BC782; }
body.onsenmap main ul.area_list li.okitama div.title {
  color: #9D7B57;
  border-bottom: 1px solid #9D7B57; }
body.onsenmap main ul.area_list li.okitama div.link a {
  background: #9D7B57; }
  body.onsenmap main ul.area_list li.okitama div.link a:hover {
    background: #9D7B57; }
body.onsenmap main ul.area_list li.okitama div.text div.onsen_text p {
  color: #9D7B57; }

body.gourmet main {
  /*background: url(../img/sub/gourmet_bg.jpg) 0 0 repeat;*/ }
  body.gourmet main .sub_head div.read {
    right: 60.5%;
    color: #804F21; }
    @media screen and (max-width: 640px) {
      body.gourmet main .sub_head div.read {
        color: #804F21; } }
  body.gourmet main .g_section {
    max-width: 1200px;
    width: 90%;
    margin: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 4em; }
    body.gourmet main .g_section .g_photo {
      position: relative;
      overflow: hidden;
      padding: 31.5% 0 0 0;
      width: 38%;
      float: left; }
      body.gourmet main .g_section .g_photo img {
        margin: auto;
        height: auto;
        min-width: 100%;
        min-height: 100%;
        position: absolute;
        top: 0;
        left: -100%;
        right: -100%;
        bottom: 15%;
        max-width: 160%; }
      @media screen and (max-width: 768px) {
        body.gourmet main .g_section .g_photo {
          position: static;
          padding: 0;
          width: 100%;
          float: none; }
          body.gourmet main .g_section .g_photo img {
            position: static;
            max-width: 100%;
            height: auto;
            min-height: auto; } }
    body.gourmet main .g_section div.g_content {
      margin: 1em 0 0 40%;
      position: relative;
      padding-bottom: 4em; }
      @media screen and (max-width: 768px) {
        body.gourmet main .g_section div.g_content {
          margin: 1em 0 0 0; } }
      @media screen and (max-width: 640px) {
        body.gourmet main .g_section div.g_content {
          padding-bottom: 0; } }
      body.gourmet main .g_section div.g_content .g_title {
        color: #fff;
        font-weight: bold;
        display: table;
        font-size: 180%;
        padding: .5em 1.4em .5em 1.6em;
        letter-spacing: .2em;
        margin: 0 0 .7em -50px; }
        @media screen and (max-width: 768px) {
          body.gourmet main .g_section div.g_content .g_title {
            margin: -1.6em auto .7em auto;
            padding: .5em 1em .5em 1.1em;
            font-size: 170%;
            letter-spacing: .1em; } }
      body.gourmet main .g_section div.g_content .wrap {
        display: flex;
        align-items: flex-start;
        justify-content: space-between; }
        body.gourmet main .g_section div.g_content .wrap img {
          margin-right: 10px;
          width: 70px;
          height: auto; }
        body.gourmet main .g_section div.g_content .wrap p {
          width: calc(100% - 70px); }
      body.gourmet main .g_section div.g_content .g_wrap {
        display: flex;
        align-items: flex-start;
        justify-content: space-between; }
        body.gourmet main .g_section div.g_content .g_wrap img {
          margin-right: 10px;
          width: 150px;
          height: auto;
          margin-top: 1em;
          margin-bottom: .7em; }
        body.gourmet main .g_section div.g_content .g_wrap .g_text {
          width: calc(100% - 150px); }
        @media screen and (max-width: 640px) {
          body.gourmet main .g_section div.g_content .g_wrap {
            display: block; }
            body.gourmet main .g_section div.g_content .g_wrap img {
              margin: 20px auto 10px auto; }
            body.gourmet main .g_section div.g_content .g_wrap .g_text {
              width: 100%; } }
      body.gourmet main .g_section div.g_content .g_read {
        text-align: left;
        display: inline;
        overflow: hidden;
        position: relative;
        font-weight: bold;
        font-size: 120%;
        padding: 2px 4px;
        margin-bottom: 1em;
        line-height: 1.5;
        background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFDFEF 0%) repeat scroll 0 0; }
      body.gourmet main .g_section div.g_content .g_text {
        text-align: left;
        margin-top: 1em;
        margin-bottom: .7em;
        font-size: 95%;
        line-height: 1.3em; }
      body.gourmet main .g_section div.g_content .g_link {
        position: absolute;
        bottom: 0; }
        body.gourmet main .g_section div.g_content .g_link a {
          color: #804F21;
          padding: .8em 1.4em;
          display: inline-block;
          text-align: center;
          letter-spacing: 0;
          font-size: 90%;
          font-weight: bold;
          line-height: 1.4em;
          background: url(../img/sub/gourmet_bg.jpg) 0 0 repeat;
          margin-top: 1.5em;
          border: 2px solid #fff;
          transition-property: all;
          transition: 0.2s linear; }
          body.gourmet main .g_section div.g_content .g_link a:hover {
            color: #5E340E;
            border: 2px solid #5E340E; }
        @media screen and (max-width: 640px) {
          body.gourmet main .g_section div.g_content .g_link {
            display: block;
            width: 100%;
            position: static; }
            body.gourmet main .g_section div.g_content .g_link a {
              display: block;
              width: 100%;
              text-align: center;
              padding: 1.4em 1.4em; } }
        body.gourmet main .g_section div.g_content .g_link.lh2 a {
          min-height: calc(2em + .8em);
          line-height: calc(2em + .8em); }
      body.gourmet main .g_section div.g_content dl {
        text-align: left;
        overflow: hidden;
        line-height: 1.2em;
        font-size: 90%; }
        body.gourmet main .g_section div.g_content dl dt {
          float: left;
          padding-bottom: .4em; }
        body.gourmet main .g_section div.g_content dl dd {
          margin-left: 3em;
          padding-bottom: .4em; }
      body.gourmet main .g_section div.g_content ul {
        overflow: hidden;
        margin: 2em 0 0 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        body.gourmet main .g_section div.g_content ul li {
          width: 48%;
          margin-right: 4%;
          font-size: 85%;
          margin-bottom: 1.5em; }
          body.gourmet main .g_section div.g_content ul li:nth-child(2n) {
            margin-right: 0; }
          body.gourmet main .g_section div.g_content ul li p {
            margin-bottom: 1em; }
          body.gourmet main .g_section div.g_content ul li p.gl_title {
            font-weight: bold;
            border-bottom: 1px solid #000;
            padding: 0 0 .3em 0;
            margin: 0 0 .5em 0;
            font-size: 110%; }
            body.gourmet main .g_section div.g_content ul li p.gl_title span {
              font-size: 80%; }
          @media screen and (max-width: 640px) {
            body.gourmet main .g_section div.g_content ul li {
              width: 100%;
              margin-right: 0%; } }
  body.gourmet main .gast {
    max-width: 1200px;
    width: 90%;
    margin: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 4em;
    background: url(../img/sub/gourmet_bg.jpg) 0 0 repeat;
    padding: 10px; }
    @media screen and (max-width: 640px) {
      body.gourmet main .gast {
        padding: 5px; } }
    body.gourmet main .gast .gast_inner {
      background: #fff;
      padding: 35px 20px 20px 20px; }
      body.gourmet main .gast .gast_inner .title {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 35px; }
        body.gourmet main .gast .gast_inner .title img:first-child {
          margin-right: 20px; }
        @media screen and (max-width: 768px) {
          body.gourmet main .gast .gast_inner .title {
            display: block; }
            body.gourmet main .gast .gast_inner .title img {
              margin: auto;
              max-width: 100%;
              height: auto; }
            body.gourmet main .gast .gast_inner .title img:first-child {
              margin: 0 auto 10px auto; } }
      body.gourmet main .gast .gast_inner ul {
        display: flex;
        justify-content: space-between; }
        @media screen and (max-width: 768px) {
          body.gourmet main .gast .gast_inner ul {
            flex-wrap: wrap; } }
        body.gourmet main .gast .gast_inner ul li {
          width: calc(33.333333% - 10px);
          margin-right: 15px;
          padding-bottom: 4em;
          position: relative; }
          @media screen and (max-width: 768px) {
            body.gourmet main .gast .gast_inner ul li {
              width: 100%;
              margin: 0 0 20px 0; } }
          body.gourmet main .gast .gast_inner ul li:last-child {
            margin-right: 0; }
            @media screen and (max-width: 768px) {
              body.gourmet main .gast .gast_inner ul li:last-child {
                margin-bottom: 0; } }
          body.gourmet main .gast .gast_inner ul li .inner_title {
            background: #B28247;
            color: #fff;
            font-weight: bold;
            padding: .5em .7em;
            line-height: 1.4;
            margin-bottom: 15px; }
            body.gourmet main .gast .gast_inner ul li .inner_title span {
              font-size: .7em;
              letter-spacing: 0;
              display: block; }
            @media screen and (max-width: 640px) {
              body.gourmet main .gast .gast_inner ul li .inner_title {
                font-size: .85em; }
                body.gourmet main .gast .gast_inner ul li .inner_title span {
                  font-size: .7em; } }
          body.gourmet main .gast .gast_inner ul li img {
            margin-bottom: 15px;
            max-width: 100%;
            height: auto; }
            @media screen and (max-width: 768px) {
              body.gourmet main .gast .gast_inner ul li img {
                width: 100%; } }
          body.gourmet main .gast .gast_inner ul li .inner_text {
            line-height: 1.4;
            font-size: .9em;
            letter-spacing: 0; }
          body.gourmet main .gast .gast_inner ul li dl {
            font-size: .8em;
            overflow: hidden;
            line-height: 1.2em;
            margin-top: 15px; }
            body.gourmet main .gast .gast_inner ul li dl dt {
              float: left;
              padding-bottom: .4em; }
            body.gourmet main .gast .gast_inner ul li dl dd {
              margin-left: 3em;
              padding-bottom: .4em; }
          body.gourmet main .gast .gast_inner ul li a {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            border: 1px solid #B28247;
            color: #B28247;
            text-align: center;
            text-decoration: none;
            padding: 1em 0;
            font-weight: bold;
            font-size: .9em; }
  body.gourmet main .yonezawagyu {
    padding-top: 2em; }
    @media screen and (max-width: 640px) {
      body.gourmet main .yonezawagyu {
        padding-top: 3.65em; } }
    body.gourmet main .yonezawagyu .g_title {
      background: url(../img/sub/gourmet/g_rd.png) 0 0 repeat; }
    body.gourmet main .yonezawagyu div.g_content .g_read {
      background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, rgba(198, 92, 77, 0.25) 0%) repeat scroll 0 0; }
  body.gourmet main .syounaigani .g_title {
    background: url(../img/sub/gourmet/g_or.png) 0 0 repeat; }
  body.gourmet main .syounaigani div.g_content .g_read {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, rgba(226, 135, 59, 0.25) 0%) repeat scroll 0 0; }
  body.gourmet main .kandara .g_title {
    background: url(../img/sub/gourmet/g_bl.png) 0 0 repeat; }
  body.gourmet main .kandara div.g_content {
    padding-bottom: 3em; }
    body.gourmet main .kandara div.g_content .g_read {
      background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, rgba(63, 149, 183, 0.25) 0%) repeat scroll 0 0; }
    body.gourmet main .kandara div.g_content ul li {
      padding-bottom: 6em;
      position: relative; }
      body.gourmet main .kandara div.g_content ul li p.gl_title {
        color: #3F95B7;
        border-bottom-color: #3F95B7; }
      body.gourmet main .kandara div.g_content ul li p.g_link {
        display: block;
        width: 100%; }
        body.gourmet main .kandara div.g_content ul li p.g_link a {
          display: block;
          background: #3F95B7;
          color: #fff;
          font-size: 90%;
          /*padding: .4em 1.4em;*/
          padding: .8em 1.4em;
          border: none;
          transition-property: none; }
          body.gourmet main .kandara div.g_content ul li p.g_link a:hover {
            background: #0B80AE;
            color: #fff;
            border: none; }
      @media screen and (max-width: 640px) {
        body.gourmet main .kandara div.g_content ul li {
          padding-bottom: 0em; }
          body.gourmet main .kandara div.g_content ul li p.g_link {
            position: static; }
            body.gourmet main .kandara div.g_content ul li p.g_link a {
              margin-top: 1em; } }
      @media screen and (max-width: 640px) {
        body.gourmet main .kandara div.g_content ul li:last-child {
          margin-bottom: 0; } }
  body.gourmet main .hippari .g_title {
    background: url(../img/sub/gourmet/g_yr.png) 0 0 repeat; }
  body.gourmet main .hippari div.g_content .g_read {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, rgba(199, 159, 98, 0.25) 0%) repeat scroll 0 0; }
  body.gourmet main .hippari div.g_content .g_text span {
    font-weight: bold;
    color: #C79F62;
    display: block;
    padding-bottom: .5em;
    font-size: 110%; }
  body.gourmet main .torahugu .g_title {
    background: url(../img/sub/gourmet/g_pu.png) 0 0 repeat; }
  body.gourmet main .torahugu div.g_content .g_read {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, rgba(150, 128, 170, 0.25) 0%) repeat scroll 0 0; }
  body.gourmet main .torahugu div.g_content ul li p.g_link {
    display: block;
    width: 100%;
    position: static; }
    body.gourmet main .torahugu div.g_content ul li p.g_link a {
      display: block;
      background: #9680AA;
      color: #fff;
      font-size: 90%;
      /*padding: .4em 1.4em;*/
      padding: .8em 1.4em;
      border: none;
      transition-property: none;
      margin-top: 1em; }
      body.gourmet main .torahugu div.g_content ul li p.g_link a:hover {
        background: #7D649E;
        color: #fff;
        border: none; }
  @media screen and (max-width: 640px) {
    body.gourmet main .torahugu div.g_content ul li {
      padding-bottom: 0em; }
      body.gourmet main .torahugu div.g_content ul li p.g_link {
        position: static; } }
  body.gourmet main .torahugu div.g_content ul li p.gl_title {
    color: #9680AA;
    border-bottom-color: #9680AA; }
  body.gourmet main .ramen .g_title {
    background: url(../img/sub/gourmet/g_or.png) 0 0 repeat; }
  body.gourmet main .ramen div.g_content .g_read {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, rgba(225, 134, 59, 0.25) 0%) repeat scroll 0 0; }
  body.gourmet main .ramen div.g_content ul li p.gl_title {
    color: #E1863B;
    border-bottom-color: #E1863B; }
  body.gourmet main .ichigo .g_title {
    background: url(../img/sub/gourmet/g_pi.png) 0 0 repeat; }
  body.gourmet main .ichigo div.g_content {
    padding-bottom: 0em; }
    body.gourmet main .ichigo div.g_content .g_read {
      background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, rgba(203, 104, 117, 0.25) 0%) repeat scroll 0 0; }
    body.gourmet main .ichigo div.g_content ul li {
      padding-bottom: 5em;
      position: relative; }
      @media screen and (max-width: 640px) {
        body.gourmet main .ichigo div.g_content ul li {
          padding-bottom: 0em; } }
      body.gourmet main .ichigo div.g_content ul li p.gl_title {
        color: #CB6875;
        border-bottom-color: #CB6875; }
      body.gourmet main .ichigo div.g_content ul li p.g_link {
        display: block;
        width: 100%;
        border: none;
        /*position: static;*/ }
        body.gourmet main .ichigo div.g_content ul li p.g_link a {
          display: block;
          background: #E07C8D;
          color: #fff;
          font-size: 90%;
          /*padding: .4em 1.4em;*/
          padding: .8em 1.4em;
          border: none;
          transition-property: none; }
          body.gourmet main .ichigo div.g_content ul li p.g_link a:hover {
            background: #CB6875;
            color: #fff;
            border: none; }
  body.gourmet main .sake .g_title {
    background: url(../img/sub/gourmet/g_gr.png) 0 0 repeat; }
  body.gourmet main .sake div.g_content .g_read {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, rgba(104, 160, 84, 0.25) 0%) repeat scroll 0 0; }
  body.gourmet main .sake div.g_content ul li {
    overflow: hidden;
    padding-bottom: 6em;
    position: relative; }
    body.gourmet main .sake div.g_content ul li img {
      margin-bottom: 10px; }
    body.gourmet main .sake div.g_content ul li p.gl_title {
      color: #68A054;
      border-bottom-color: #68A054; }
    body.gourmet main .sake div.g_content ul li p.g_link {
      display: block;
      width: 100%;
      border: none;
      position: absolute;
      bottom: 0; }
      body.gourmet main .sake div.g_content ul li p.g_link a {
        display: block;
        background: #68A054;
        color: #fff;
        font-size: 90%;
        /*padding: .4em 1.4em;*/
        padding: .8em 1.4em;
        border: none;
        transition-property: none; }
        body.gourmet main .sake div.g_content ul li p.g_link a:hover {
          background: #3B7E24;
          color: #fff;
          border: none; }
    body.gourmet main .sake div.g_content ul li.img_item img {
      margin-top: 10px; }
  body.gourmet main .wine .g_title {
    background: url(../img/sub/gourmet/g_wr.png) 0 0 repeat; }
  body.gourmet main .wine div.g_content {
    padding-bottom: 0em; }
    body.gourmet main .wine div.g_content .g_read {
      background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, rgba(184, 69, 115, 0.25) 0%) repeat scroll 0 0; }
    body.gourmet main .wine div.g_content ul {
      margin: 1.5em 0 0 0; }
      body.gourmet main .wine div.g_content ul li p.gl_title {
        color: #B84573;
        border-bottom-color: #B84573; }
      body.gourmet main .wine div.g_content ul li p.g_link {
        display: block;
        width: 100%;
        border: none;
        position: static; }
        body.gourmet main .wine div.g_content ul li p.g_link a {
          display: block;
          background: #CB6894;
          color: #fff;
          font-size: 90%;
          /*padding: .4em 1.4em;*/
          padding: .8em 1.4em;
          border: none;
          transition-property: none; }
          body.gourmet main .wine div.g_content ul li p.g_link a:hover {
            background: #B84573;
            color: #fff;
            border: none; }
    body.gourmet main .wine div.g_content p.g_link {
      position: static !important; }
  body.gourmet main .doburoku .g_title {
    background: url(../img/sub/gourmet/g_yr.png) 0 0 repeat; }
  body.gourmet main .doburoku div.g_content .g_read {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, rgba(199, 159, 98, 0.25) 0%) repeat scroll 0 0; }
  body.gourmet main .soba .g_title {
    background: url(../img/sub/gourmet/g_eg.png) 0 0 repeat; }
  body.gourmet main .soba div.g_content .g_read {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, rgba(98, 199, 188, 0.25) 0%) repeat scroll 0 0; }
  body.gourmet main .sansai .g_title {
    background: url(../img/sub/gourmet/g_wk.png) 0 0 repeat; }
  body.gourmet main .sansai div.g_content .g_read {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, rgba(136, 199, 98, 0.25) 0%) repeat scroll 0 0; }
  body.gourmet main .chetto .g_title {
    background: url(../img/sub/gourmet/g_ai.png) 0 0 repeat; }
  body.gourmet main .chetto div.g_content .g_read {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, rgba(98, 138, 199, 0.25) 0%) repeat scroll 0 0; }
  body.gourmet main .chetto div.g_content ul li {
    padding-bottom: 5em;
    position: relative; }
    @media screen and (max-width: 640px) {
      body.gourmet main .chetto div.g_content ul li {
        padding-bottom: 0em; } }
    body.gourmet main .chetto div.g_content ul li p.gl_title {
      color: #628ac7;
      border-bottom-color: #628ac7; }
    body.gourmet main .chetto div.g_content ul li p.g_link {
      display: block;
      width: 100%;
      border: none;
      /*position: static;*/ }
      body.gourmet main .chetto div.g_content ul li p.g_link a {
        display: block;
        background: #6b90da;
        color: #fff;
        font-size: 90%;
        /*padding: .4em 1.4em;*/
        padding: .8em 1.4em;
        border: none;
        transition-property: none; }
        body.gourmet main .chetto div.g_content ul li p.g_link a:hover {
          background: #628ac7;
          color: #fff;
          border: none; }
  body.gourmet main ul.area_list li div.title {
    color: #EB6456;
    border-bottom: 1px solid #EB6456; }
  body.gourmet main ul.area_list li div.link a {
    background: #EB6456; }

body.feature01 .onsen_area_list li div.onsen_text, div#feature01 .onsen_area_list li div.onsen_text {
  margin-bottom: .7em; }
  body.feature01 .onsen_area_list li div.onsen_text p, div#feature01 .onsen_area_list li div.onsen_text p {
    color: #DF6E23;
    font-size: 90%;
    margin-bottom: .3em; }
  body.feature01 .onsen_area_list li div.onsen_text p:first-child, div#feature01 .onsen_area_list li div.onsen_text p:first-child {
    text-indent: -3em;
    padding-left: 3em; }
  body.feature01 .onsen_area_list li div.onsen_text p:nth-child(2), div#feature01 .onsen_area_list li div.onsen_text p:nth-child(2) {
    text-indent: -4em;
    padding-left: 4em; }

body.feature02 .onsen_area_list, div#feature02 .onsen_area_list {
  justify-content: normal; }
  body.feature02 .onsen_area_list li div.onsen_text, div#feature02 .onsen_area_list li div.onsen_text {
    margin-bottom: .7em; }
    body.feature02 .onsen_area_list li div.onsen_text p, div#feature02 .onsen_area_list li div.onsen_text p {
      color: #DE7188;
      font-size: 90%;
      margin-bottom: .3em; }
    body.feature02 .onsen_area_list li div.onsen_text p:first-child, div#feature02 .onsen_area_list li div.onsen_text p:first-child {
      text-indent: -3em;
      padding-left: 3em; }
    body.feature02 .onsen_area_list li div.onsen_text p:nth-child(2), div#feature02 .onsen_area_list li div.onsen_text p:nth-child(2) {
      text-indent: -4em;
      padding-left: 4em; }
  body.feature02 .onsen_area_list li.higashine-onsen div.onsen_text p:nth-child(3), div#feature02 .onsen_area_list li.higashine-onsen div.onsen_text p:nth-child(3) {
    text-indent: -3em;
    padding-left: 3em; }
  body.feature02 .onsen_area_list li.tendo-onsen div.onsen_text p:nth-child(3), div#feature02 .onsen_area_list li.tendo-onsen div.onsen_text p:nth-child(3) {
    text-indent: -5em;
    padding-left: 5em; }

body.feature03 .onsen_area_list li div.onsen_text, div#feature03 .onsen_area_list li div.onsen_text {
  margin-bottom: .7em; }
  body.feature03 .onsen_area_list li div.onsen_text p, div#feature03 .onsen_area_list li div.onsen_text p {
    color: #C05466;
    font-size: 90%;
    margin-bottom: .3em; }
  body.feature03 .onsen_area_list li div.onsen_text p:first-child, div#feature03 .onsen_area_list li div.onsen_text p:first-child {
    text-indent: -3em;
    padding-left: 3em; }
  body.feature03 .onsen_area_list li div.onsen_text p:nth-child(2), div#feature03 .onsen_area_list li div.onsen_text p:nth-child(2) {
    text-indent: -4em;
    padding-left: 4em; }
body.feature03 .onsen_area_list li .campaign_content, div#feature03 .onsen_area_list li .campaign_content {
  border: 1px solid #C05466; }
  body.feature03 .onsen_area_list li .campaign_content p.title, div#feature03 .onsen_area_list li .campaign_content p.title {
    color: #C05466; }

body.feature04 .onsen_area_list li div.onsen_text, div#feature04 .onsen_area_list li div.onsen_text {
  margin-bottom: .7em; }
  body.feature04 .onsen_area_list li div.onsen_text p, div#feature04 .onsen_area_list li div.onsen_text p {
    color: #C9A749;
    font-size: 90%;
    margin-bottom: .3em; }
  body.feature04 .onsen_area_list li div.onsen_text p:first-child, div#feature04 .onsen_area_list li div.onsen_text p:first-child {
    text-indent: -3em;
    padding-left: 3em; }
  body.feature04 .onsen_area_list li div.onsen_text p:nth-child(2), div#feature04 .onsen_area_list li div.onsen_text p:nth-child(2) {
    text-indent: -4em;
    padding-left: 4em; }

body.feature01 main.feature_main div.menuarea, body.feature02 main.feature_main div.menuarea, body.feature03 main.feature_main div.menuarea, body.feature04 main.feature_main div.menuarea {
  display: flex;
  margin: 0 auto; }
  @media screen and (max-width: 640px) {
    body.feature01 main.feature_main div.menuarea, body.feature02 main.feature_main div.menuarea, body.feature03 main.feature_main div.menuarea, body.feature04 main.feature_main div.menuarea {
      flex-wrap: wrap; } }
  body.feature01 main.feature_main div.menuarea div.manu, body.feature02 main.feature_main div.menuarea div.manu, body.feature03 main.feature_main div.menuarea div.manu, body.feature04 main.feature_main div.menuarea div.manu {
    width: 100%; }
    @media screen and (max-width: 640px) {
      body.feature01 main.feature_main div.menuarea div.manu, body.feature02 main.feature_main div.menuarea div.manu, body.feature03 main.feature_main div.menuarea div.manu, body.feature04 main.feature_main div.menuarea div.manu {
        width: 40%; } }
body.feature01 main.feature_main ul.areamenu, body.feature02 main.feature_main ul.areamenu, body.feature03 main.feature_main ul.areamenu, body.feature04 main.feature_main ul.areamenu {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-bottom: 60px;
  /*margin-bottom: 80px;*/
  /*li.link {
  	&:before {
  		display: none;
  	}
  }*/ }
  @media screen and (max-width: 640px) {
    body.feature01 main.feature_main ul.areamenu, body.feature02 main.feature_main ul.areamenu, body.feature03 main.feature_main ul.areamenu, body.feature04 main.feature_main ul.areamenu {
      display: grid; } }
  body.feature01 main.feature_main ul.areamenu li.current, body.feature02 main.feature_main ul.areamenu li.current, body.feature03 main.feature_main ul.areamenu li.current, body.feature04 main.feature_main ul.areamenu li.current {
    position: relative;
    flex-basis: 100px;
    padding: .5rem 0;
    /*background: #2683c4;
    color: #fff;
    text-align: center;
    width: 100px;
    position: relative;*/
    /*&:before {
    	content: '';
    	position: absolute;
    	top: 110%;
    	left: 50%;
    	transform: translateX(-50%);
    	border-top: 8px solid #2683c4;
    	border-right: 8px solid transparent;
    	border-left: 8px solid transparent;
    }*/
    /*a {
    	color: #979797;
    	background: #e4e4e4;
    	display: block;
    	height: 100%;
    	width: 100%;
    	padding: 10px;
    }*/ }
    body.feature01 main.feature_main ul.areamenu li.current a:hover, body.feature02 main.feature_main ul.areamenu li.current a:hover, body.feature03 main.feature_main ul.areamenu li.current a:hover, body.feature04 main.feature_main ul.areamenu li.current a:hover {
      opacity: .7; }
    body.feature01 main.feature_main ul.areamenu li.current a img:hover, body.feature02 main.feature_main ul.areamenu li.current a img:hover, body.feature03 main.feature_main ul.areamenu li.current a img:hover, body.feature04 main.feature_main ul.areamenu li.current a img:hover {
      opacity: .7; }
    body.feature01 main.feature_main ul.areamenu li.current span, body.feature02 main.feature_main ul.areamenu li.current span, body.feature03 main.feature_main ul.areamenu li.current span, body.feature04 main.feature_main ul.areamenu li.current span {
      color: #fff;
      position: absolute;
      top: 50%;
      left: 6.0rem;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%); }
    body.feature01 main.feature_main ul.areamenu li.current::after, body.feature02 main.feature_main ul.areamenu li.current::after, body.feature03 main.feature_main ul.areamenu li.current::after, body.feature04 main.feature_main ul.areamenu li.current::after {
      width: 0;
      height: 0;
      position: absolute;
      top: 100%;
      left: 50%;
      margin: 0 0 0 -8px;
      border: 8px solid transparent;
      border-top-color: #2d95ce;
      content: ''; }
  body.feature01 main.feature_main ul.areamenu li, body.feature02 main.feature_main ul.areamenu li, body.feature03 main.feature_main ul.areamenu li, body.feature04 main.feature_main ul.areamenu li {
    position: relative;
    flex-basis: 100px;
    padding: .5rem 0; }
    body.feature01 main.feature_main ul.areamenu li a:hover, body.feature02 main.feature_main ul.areamenu li a:hover, body.feature03 main.feature_main ul.areamenu li a:hover, body.feature04 main.feature_main ul.areamenu li a:hover {
      opacity: .7; }
    body.feature01 main.feature_main ul.areamenu li span, body.feature02 main.feature_main ul.areamenu li span, body.feature03 main.feature_main ul.areamenu li span, body.feature04 main.feature_main ul.areamenu li span {
      color: #a7a7a7;
      position: absolute;
      top: 50%;
      left: 6.0rem;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%); }

@media screen and (max-width: 640px) {
  .pcblock {
    display: none !important; } }

.spblock {
  display: none !important; }
  @media screen and (max-width: 640px) {
    .spblock {
      display: block !important; } }

/* バナー */
h4 {
  line-height: 1.6;
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
  font-weight: bold; }

div.bnr_wrap {
  display: flex;
  justify-content: center;
  margin: 0 auto 4.375rem; }
  div.bnr_wrap a.sponsor {
    display: block; }
    div.bnr_wrap a.sponsor img {
      border: 1px solid #999; }
