@charset "utf-8";
/* CSS Document */
.flex2 {
  display: flex;
  justify-content: center;
}
.r-reserve {
  flex-direction: row-reverse;
}
.pink {
  color: #ed7980;
}
.brown {
  color: #8a6239;
}
.f-mincho {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .nasu-shirakawa h2:before {
    bottom: 5px;
  }
}
@media screen and (max-width: 450px) {
  .nasu-shirakawa h2 span {
    font-size: 1.5rem;
  }
  .lead {
    font-size: 1rem;
  }
  .flex2 {
    display: block;
  }
}
/*=========================================
	ヘッダー・ナビゲーション
=========================================*/
header {
  max-width: 1280px;
  margin: 0 auto;
  height: 70px;
}
.header_logo a img {
  display: block;
  max-width: 250px;
  margin-top: 25px;
  float: left;
}
.header_nav_pc {
  float: right;
  margin-top: 22px;
  margin-right: 2rem;
}
.flow {
  display: flex;
}
.flow_item {
  padding: 0.5rem 3rem;
  position: relative;
  transition: all .3s;
}
.flow_item:hover {
  color: #f98c8c;
  text-decoration: none;
}
.flow_item a:link, .flow_item a:visited {
  text-decoration: none;
}
.flow_item:not(:first-child)::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s;
}
.flow_item a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #a47c52;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 1rem;
  letter-spacing: 0.05em;
  transition: all .3s;
}
/*ドロップダウンメニュー*/
.dropdown__lists {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  margin-top: 5%;
}
.flow_item:hover .dropdown__lists {
  display: block;
}
.dropdown__list {
  transition: all .3s;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #f98c8c;
  background-color: rgba(255, 255, 255, 0.80)
}
/*.dropdown__list a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  content: "\f178";
  padding-left: 1rem;
}*/
.dropdown__list:not(:first-child)::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}
.dropdown__list:hover {
  background-color: rgba(237, 121, 128, 0.80);
  color: #FFF;
}
.dropdown__list a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #a47c52;
  text-decoration: none;
  position: relative;
  padding: 1.2rem 0;
}
.dropdown__list a:hover {
  color: #FFF;
}
@media screen and (min-width: 769px) {
  .header_nav_sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header_nav_pc {
    display: none;
  }
  .header_logo a img {
    margin-left: 20px;
  }
  .btn_wrapper.clearfix {
    display: block;
  }
  .btn_wrapper {
    z-index: 999;
    position: fixed;
  }
  .menu_btn {
    width: 50px;
    height: 50px;
    position: fixed;
    overflow: visible;
    line-height: 13px;
    font-size: 1px;
    float: right;
    cursor: pointer;
    -webkit-transition: all 400ms ease-out 0ms;
    -moz-transition: all 400ms ease-out 0ms;
    -o-transition: all 400ms ease-out 0ms;
    transition: all 400ms ease-out 0ms;
    top: 10px;
    right: 1rem;
    z-index: 999;
  }
  .menu_btn .line:nth-child(1) {
    top: 20px;
    z-index: 2;
  }
  .menu_btn .line:nth-child(2) {
    top: 40px;
    z-index: 2;
  }
  .menu_btn .line.active:nth-child(1) {
    top: 20px;
    transform: translateY(6px) rotate(-45deg);
  }
  .menu_btn .line.active:nth-child(2) {
    top: 20px;
    transform: translateY(6px) rotate(45deg);
  }
  .menu_btn .line {
    position: fixed;
    background-color: #c29554;
    overflow: hidden;
    z-index: 999;
    width: 40px;
    height: 3px;
    -webkit-transition: all 400ms ease-out 0ms;
    -moz-transition: all 400ms ease-out 0ms;
    -o-transition: all 400ms ease-out 0ms;
    transition: all 400ms ease-out 0ms;
    top: 30px;
    right: 1rem;
  }
  .sp_menu {
    position: fixed;
    width: 90%;
    height: auto;
    top: 0;
    left: 7.5%;
    background-color: transparent;
    z-index: 9;
    display: none;
  }
  .sp_menu a {
    color: #000;
  }
  .nav_logo {
    max-width: 110px;
    margin-top: 3vh;
  }
  .sp_menu ul {
    position: relative;
    justify-content: space-between;
    margin-top: 5vh;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 3%;
    padding-right: 5%;
    text-align: center;
    width: 80%;
    height: auto;
  }
  .menu_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: rgba(255, 233, 241, 0.90);
    opacity: 0.95;
    z-index: -1;
  }
  .sp_menu ul li {
    width: 100%;
    margin-bottom: 2rem;
  }
  .sp_menu ul li a {
    font-size: 1.2rem;
    color: #000;
    letter-spacing: 0.05em;
    display: block;
    float: none;
    clear: both;
    margin-right: auto;
    margin-left: auto;
  }
  .sp_menu_dl dt {
    font-size: 1.2rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px dotted #ed7980;
    color: #ed7980;
  }
  .sp_menu_dl dd {
    width: 70%;
    margin: 0 auto;
    text-align: left;
  }
  .sp_menu_dl dd a {
    display: block;
    line-height: 1;
    font-size: 1.2rem;
  }
  .subheading {
    margin-bottom: 1.5rem;
  }
  .subheading::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    content: "\f178";
    padding-left: 1rem;
    color: #ed7980;
  }
}
/*=========================================
	TOP画像
=========================================*/
.nasu-shirakawa-top {
  width: 100%;
  background: url("../images/top-bk.png") no-repeat top center;
  background-size: auto;
  position: relative;
  height: 500px;
  max-width: 2000px;
  z-index: -1;
  margin-bottom: 2%;
}
/*@media screen and (min-width:1801px) {
  .main-ttl h1 {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
  }
}*/
.main-ttl h1 {
  width: 40%;
  position: absolute;
  left: 50%;
  right: 50%;
  transform: translate(-50%, 0);
  text-align: center;
}
.main-ttl h1 img {
  max-width: 400px;
}
.nasu-shirakawa h2 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
  font-size: 2rem;
  position: relative;
  padding: 1.5rem;
}
.nasu-shirakawa h2:before {
  position: absolute;
  bottom: -8px;
  left: calc(50% - 30px);
  width: 55px;
  height: 3px;
  content: '';
  border-radius: 3px;
  background: #000;
}
@media screen and (max-width: 768px) {
  .nasu-shirakawa-top {
    background: none;
    height: 300px;
  }
  .main-ttl h1 {
    width: 70%;
    left: 47%;
    top: 5%;
  }
  .main-woman {
    width: 45%;
    bottom: -15%;
    right: 5%;
  }
}
@media screen and (max-width: 450px) {
  .main-ttl h1 {
    width: 80%;
  }
  .main-woman {
    width: 50%;
    bottom: -10%;
    right: 5%;
  }
}
/*=========================================
	ナビゲーション
=========================================*/
.page-navi {
  max-width: 978px;
  width: 80vw;
  margin: 0 auto 5%;
  display: flex;
  justify-content: space-between;
}
.page-navi li a {
  font-size: 1rem;
  color: rgb(237, 121, 128);
  position: relative;
  padding-right: 28px;
  width: 100%;
  height: 100%;
  display: block;
}
.page-navi li a::after {
  font-family: "Font Awesome 6 Free";
  content: "\f078";
  width: 12px;
  height: 12px;
  font-weight: bold;
  padding-left: 10px;
}
#pageTop a {
  background: #ed7980 !important;
}
#pageTop:hover {
  background: #ffe9f1 !important;
}
#pageTop a:hover {
  background: #ffe9f1 !important;
  color: #ed7980 !important;
}
@media screen and (max-width: 768px) {
  .page-navi {
    display: none;
  }
}
/*=========================================
	お知らせ
=========================================*/
.top-info-area {
  position: relative;
  margin-bottom: 10%;
}
.top-info-bk {
  position: absolute;
  top: -100%;
  right: 0;
  z-index: -1;
}
.top-info {
  width: 100%;
  margin: 8% 0 0;
  justify-content: center;
  display: flex;
}
.top-info li {
  font-size: 1rem;
  width: 23%;
  padding: 3%;
  margin-right: 2.5%;
  background-color: #FFF;
  box-shadow: 5px 5px 10px #eee;
}
.info-box ul {
  display: flex;
  width: 70%;
  padding: 2em;
  margin: 5% auto 10%;
  border: 1px solid #ffe9f1;
  box-shadow: 10px 10px 0 #ffe9f1;
  background-color: #FFF;
}
.info-box ul li:last-child {
  width: 60%;
}
.info-box ul li:last-child {
  margin-left: 5%;
}
.info-box ul li dl dt {
  font-size: 1.5rem;
  color: #ed7980;
  margin-bottom: 1rem;
}
.info-box ul li dl dd {
  font-size: 1rem;
  text-align: left;
}
.info-box ul li img {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .top-info {
    display: block;
  }
  .top-info li {
    width: 80%;
    margin: 0 auto 10%;
  }
  .top-info-bk {
    top: -20%;
  }
  .info-box ul {
    display: block;
    width: 60%;
  }
  .info-box ul li:last-child {
    width: 100%;
    margin-left: 0;
  }
  .info-box ul li dl dt {
    font-size: 1rem;
    margin: 1rem 0;
  }
  .info-box ul li dl dd {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 480px) {
  .info-box ul {
    width: 100%;
  }
}
/*=========================================
	発酵ツーリズムとは
=========================================*/
.nasu-shirakawa-map{
	margin: 0 auto;
	display: block;
}
.lead {
  margin: 5% 0;
  font-size: 1.25rem;
	text-align: center;
}
.fusen-area {
  background-color: #f2e3d1;
  padding: 5% 0 0.5%;
}
.fusen {
  margin: 8% 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.tape {
  position: absolute;
  top: -30px;
  left: 30%;
}
.fusen-box {
  display: block;
  position: relative;
  width: 40%;
  height: 230px;
  background-color: #fff;
  text-align: left;
  padding-top: 15px;
  margin: 0 3% 5%;
  box-shadow: 0px 8px 5px -5px rgba(0, 0, 0, 0.3)
}
.fusen-box dl {
  display: flex;
  padding: 0 5% 3%;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: bold;
}
.fusen-name p {
  font-size: 1.4rem;
  padding: 20px 20px 0;
}
.fusen-name span, .fusen-txt {
  font-size: 1rem;
}
.fusen-txt {
  padding: 0 5%;
}
.masuda {
  transform: rotate(-3deg);
}
.yamaguchi {
  transform: rotate(3deg);
}
.m-suzuki {
  transform: rotate(-2deg);
}
.n-suzuki {
  transform: rotate(5deg);
}
@media screen and (max-width: 768px) {
  .lead {
    font-size: 1rem;
  }
  .fusen-box {
    width: 48%;
    margin: 0 2% 10% 0;
    height: 200px;
  }
  .fusen-img {
    width: 90px;
  }
}
@media screen and (max-width: 450px) {
  .fusen {
    display: block;
    margin-top: 20%;
  }
  .fusen-box {
    width: 100%;
    height: 210px;
    margin-bottom: 20%;
  }
  .fusen-box dl {
    padding: 0 2.5% 3%;
  }
  .fusen-img {
    width: 70px;
  }
  .fusen-name p {
    font-size: 1.2rem;
    padding: 20px 10px 0;
  }
  .fusen-name span, .fusen-txt {
    font-size: 0.9rem;
  }
  .tape {
    left: 22%;
  }
}
/*=========================================
	モニターツアー
=========================================*/
.nasu-shirakawa-tour {
  margin-bottom: 15%;
}
.tour-ttl-sub {
  font-size: 0.8em;
  background: linear-gradient(transparent 50%, #f9f7b7 50%);
  display: inline-block;
}
.tour-start {
  margin: 8% 0;
}
.tour-start-kawamura {
  display: flex;
  align-items: center;
  border: 1px solid #000;
  padding-right: 1rem;
  width: 40%;
}
.tour-start-kawamura img {
  width: 100px;
}
.tour-start-kawamura p {
  text-align: left;
}
.day-ttl{
	text-align: center;
}
.day-ttl img {
  max-width: 800px;
}
.day-area ul {
  display: flex;
  margin: 5% 0;
}
.tour-link-bottom {
  display: flex;
  align-items: center;
}
.tour-link-bottom a {
  width: calc(100%/2);
  text-align: center;
  font-size: 1.3rem;
}
.tour-link-bottom a img {
  vertical-align: middle;
  width: 90px;
}
.day-area-tab {
  display: flex;
}
.day-area-tab a {
  width: 50%;
  display: block;
  height: 100px;
  font-size: 1.3rem;
  margin: 0 1% 0 2%;
  padding: 1.2rem 2rem;
  flex: 1;
  order: -1;
  border-radius: 3px 3px 0 0;
  background-color: #FFF;
  color: #5d310c;
  border: 1px solid #5d310c;
  transition: .5s;
  cursor: pointer;
  position: relative;
  text-align: left;
}
.day-area-tab a:hover {
  box-shadow: 8px 8px 0 #5d310c;
}
.tab-day {
  display: block;
  width: 90px;
  position: absolute;
  top: -30px;
  left: 0;
}
.nasu-shirakawa-tour h2 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
  font-size: 2rem;
  margin: 8% 0;
}
.nasu-shirakawa h2 img {
  position: absolute;
  left: 25%;
  top: -15%;
}
.tab-day {
  margin-bottom: 10%;
}
.day-ttl dl {
  width: 800px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
  padding-top: 1%;
}
.day-ttl dd {
  font-size: 1.3rem;
  padding-left: 1rem;
}
.tour-area-1day {
  background: url("../images/tour01_bk.svg") no-repeat center;
  height: 2687px;
  margin: 8% auto;
}
.tour-area-2day {
  background: url("../images/tour02_bk.svg") no-repeat center;
  height: 1700px;
  margin: 8% auto;
}
.day {
  margin: 8% auto 0;
  width: 100px;
}
.day-area-btn {
  display: inline-block;
  padding: 3px 1rem;
  background-color: #ed7980;
  border-radius: 30px;
  color: #FFF;
  margin: 3% 2%;
  position: absolute;
  right: 0;
  font-size: 0.9rem;
}
.tour-block dl {
  margin: 10% 0;
}
.tour-block dl dt, .day-area ul li dl dt {
  font-weight: bold;
  text-align: left;
  font-size: 1.6rem;
  background-color: #FFF;
}
.tour-block dl dd, .day-area ul li dl dd {
  text-align: left;
  font-size: 1rem;
  position: relative;
  background-color: #FFF;
  text-align: justify;
}
.tour-block dl dt img, .day-area ul li dl dt img {
  width: 100px;
  vertical-align: text-top;
  margin-right: 10px;
}
.tour-block dl dd img {
  vertical-align: sub;
  margin-right: 10px;
}
.day-area-photo {
  width: 50%;
  margin: 0 2%;
}
.day-area-txt {
  width: 48%;
}
.day-area-txt-sub {
  font-size: 1rem;
}
.day-area-photo img {
  width: 100%;
  max-width: 773px;
}
.arakawaya .day-area-photo {
  margin-top: 3%;
}
.arakawaya .day-area-txt {
  margin-top: -2%;
}
.imafarm .day-area-txt {
  margin-top: -5%;
}
.imafarm .day-area-photo {
  margin-top: -5%;
}
.sugitokurumi .day-area-txt {
  margin-top: 10%;
}
.sugitokurumi .day-area-photo {
  margin-top: 10%;
}
.nasu661winehills .day-area-txt {
  margin-top: 10%;
}
.nasu661winehills .day-area-photo {
  margin-top: 3%;
}
.restaurant-cu-eri .day-area-txt {
  margin-left: 5%;
}
.restaurant-cu-eri .day-area-photo {
  margin-top: 10%;
}
.yamaguchikouji .day-area-photo {
  margin-top: 15%;
}
.yamaguchikouji .day-area-txt {
  margin-top: 20%;
}
.neda .day-area-photo {
  width: 100% !important;
  margin-top: 15%;
}
.neda .day-area-txt {
  margin-top: 2%;
  width: 55% !important;
}
.tavata .day-area-photo {
  width: 100% !important;
  margin-top: 20%;
}
.tavata .day-area-txt {
  width: 55% !important;
  margin-top: 10%;
}
/* effect */
.effect-fade {
  opacity: 0;
  transform: translateY(20px);
  transition: 3s;
}
@media screen and (max-width: 768px) {
  .tour-start-kawamura {
    width: 100%;
  }
  .tour-block dl dt {
    font-size: 1.2rem;
  }
  .tour-start .tour-block:first-child {
    width: 100%;
  }
  .day-area-tab {
    margin-bottom: 10% !important;
  }
  .day-area-tab a {
    width: 100% !important;
    height: 50px;
    margin: 0 0 8%;
    font-size: 1rem;
    padding: 1rem 1rem 0;
  }
  .day-ttl dl {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
    padding-top: 2.5%;
  }
  .day-ttl dd {
    font-size: 1.1rem;
    padding-left: 0.5rem;
    text-align-last: left;
  }
  .day {
    width: 70px;
  }
  .tour-area-1day, .tour-area-2day {
    background: none;
    height: auto;
    margin: 8% auto;
  }
  .tab-day {
    width: 70px;
    top: -20px;
  }
  .day-area ul {
    display: block;
  }
  .tour-block dl dt img, .day-area ul li dl dt img {
    width: 80px;
  }
  .day-area-photo, .day-area-txt {
    width: 100%;
    margin: 0;
  }
  .tab-day-content ul {
    margin-bottom: 10%;
    padding-bottom: 10%;
    border-bottom: 1px dotted #000;
  }
  .tour-block dl dt, .day-area ul li dl dt {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }
  .restaurant-cu-eri .day-area-txt {
    margin-left: 0;
  }
  .neda .day-area-txt {
    width: 100% !important;
  }
  .tavata .day-area-txt {
    width: 100% !important;
  }
}
@media screen and (max-width: 450px) {
  .nasu-shirakawa-tour h2 {
    font-size: 1.5rem;
  }
  .line-tate {
    display: none;
  }
  .day-area-tab a {
    height: 80px;
  }
  .day-ttl dl {
    padding-top: 4%;
  }
}
/*=========================================
	店舗一覧
=========================================*/
.nasu-shirakawa-shoplist {
  background-color: #537b94;
  padding: 5% 0;
}
.nasu-shirakawa-shoplist .inner {
  padding: 2% 0 1%;
  background-color: #FFF;
}
/*.nasu-shirakawa-shoplist .inner h2{
	color: #FFF !important;
}
.nasu-shirakawa-shoplist .inner h2:before {
	background-color: #FFF !important;
}}*/
.shoplist-area {
  margin: 8% 0 0;
}
.shoplist {
  display: flex;
  margin: 3% auto 5%;
  width: 90%;
  padding: 3% 0 3% 10%;
  justify-content: flex-end;
}
.shoplist-line {
  border: 1px dotted #000;
}
.shoplist a li {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  position: relative;
  transition: .3s ease-in-out;
}
.shoplist a li:hover {
  transform: scale(1.1);
}
.shoplist a {
  display: block;
  margin-right: 10%;
}
.shoplist a li p {
  font-size: 1.2rem;
  position: absolute;
  background-color: #FFF;
  padding: 3px 2rem;
  bottom: 10%;
  right: -5%;
  border: 1px #000 solid;
}
.shoplist-nasu {
  position: relative;
}
.shoplist-shirakawa {
  position: relative;
}
.shoplist-txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 380px;
}
.nasu-sightseeing {
  background-image: url("../images/shoplist-bk-nasu01.jpg");
  background-position: 35% 95%;
}
.nasu-eat {
  background-image: url("../images/shoplist-bk-nasu02.jpg");
  background-position: 85% 95%;
}
.shirakawa-sightseeing {
  background-image: url("../images/shoplist-bk-shirakawa01.jpg");
  background-position: 85% 95%;
}
.shirakawa-eat {
  background-image: url("../images/shoplist-bk-shirakawa02.jpg");
  background-position: 50% 65%;
}
.copy {
  text-align: center;
  font-size: 0.8rem;
  padding: 1rem 0;
  background-color: #ffe9f1;
}
@media screen and (max-width: 768px) {
  .shoplist {
    width: 100%;
  }
  .shoplist-txt {
    width: 300px;
    padding-left: 5%;
  }
  .shoplist a {
    margin-right: 5%;
  }
  .shoplist a li {
    max-width: 200px;
    max-height: 200px;
  }
}
@media screen and (min-width: 451px) {
  .shoplist-txt-sp {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .shoplist {
    display: block;
    padding: 3% 0 3%;
  }
  .shoplist-txt-sp {
    width: 80%;
    margin: 5% 10%;
    padding-left: 5%;
  }
  .shoplist-txt {
    display: none;
  }
  .shoplist a {
    width: 100%;
    margin: 0 auto 5%;
  }
  .shoplist a li {
    width: 100%;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
    transition: .3s ease-in-out;
  }
  .shoplist a li p {
    font-size: 1.1rem;
    padding: 3px 1rem;
  }
  .nasu-eat {
    background-position: 80% 80%;
  }
  .shirakawa-sightseeing {
    background-position: 55% 90%;
  }
}