@charset "UTF-8";
/* CSS Document */


/*
 セクション間余白
----------------------------------------------------------- */
section {padding: 45px 0;}
.feastdex .mv {padding: 0;}
.feastdex .sec01 {padding: ;}
.feastdex .sec02 {padding: 0 0 45px;}
.feastdex .sec03 {padding: 0;}
.footer_nav {padding: ;}
footer {padding: 45px 0;}

/*
 tsunowine
----------------------------------------------------------- */
.tsunowine .sec01 {padding: 45px 0 0;}

/*
 nangoku
----------------------------------------------------------- */
.nangoku .sec01 {padding: 45px 0;}

/*
 victory
----------------------------------------------------------- */
.victory .sec01 {padding: 45px 0 0;}

/*
 kikuya
----------------------------------------------------------- */
.kikuya .sec01 {padding: 45px 0 0;}

/*
 yamanaka
----------------------------------------------------------- */
.yamanaka .sec01 {padding: 45px 0 0;}

/*
 hinoya
----------------------------------------------------------- */
.hinoya .sec01 {padding: 45px 0 0;}

/*
 fukuura
----------------------------------------------------------- */
.fukuura .sec01 {padding: 45px 0 0;}

/*
 osuzuan
----------------------------------------------------------- */
.osuzuan .sec01 {padding: 45px 0 0;}

/*
 ichidou
----------------------------------------------------------- */
.ichidou .sec01 {padding: 45px 0 0;}

/*
 boma-ye
----------------------------------------------------------- */
.boma-ye .sec01 {padding: 45px 0 0;}

/*
 fuurin
----------------------------------------------------------- */
.fuurin .sec01 {padding: 45px 0 0;}

/*
 kurogi
----------------------------------------------------------- */
.kurogi .sec01 {padding: 45px 0 0;}

/*
 inakaya
----------------------------------------------------------- */
.inakaya .sec01 {padding: 45px 0 0;}

/*
 色関連
----------------------------------------------------------- */
:root {
  /* coloer */
  --blue:#5F67AE;
  --blue02:#99a1e9;
  --blue03:#e3e6ff;
  --blue04:#6f94cd;
  --blue05:#4a7bc4;
  --green:#DCE1BF;
  --green02:#DCE1BF;
  --green03:#008960;
  --green04:#edf7f5;
  --green05:#91b23d;
  --green06:#f1ffcc;
  --orange:#E9894B;
  --orange02:#ffc096;
  --orange03:#fffaf6;
  --orange04:#e98a4b60;
  --orange05:#fac44c;
  --pink:#ff747e;
  --yellow:#fff100;
  --yellow02:#fffd89;
  --yellow03:#ffed65;
  --red01:#ec6d6d;
  --red02:#fff2f2;
  --main: 255, 216, 62;
}
.bg_cl1{background-color: #eeeef5;}
.bg_cl2{background-color: #f3f2f2;}
.cl_base{color: var(--orange);}
.cl_main{color: var(--blue);}
.cl_accent{color: var(--pink);}
.cl_other1{color: var(--yellow);}
.cl_other2{color: var(--green02);}
.cl_other3{color: var(--red01);}
.cl_other4{color: var(--blue04);}
.cl_other5{color: var(--green05);}
.cl_other6{color: var(--yellow03);}
.cl_other7{color: var(--orange05);}
.cl_gold{background: #92871e;padding: 15px 0;}
.cl_silver{background: #8d8d92;padding: 15px 0;}
.cl_bronze{background: #865d37;padding: 15px 0;}

/*
 テキスト関連
----------------------------------------------------------- */
.highlight {
  background: -webkit-linear-gradient(transparent 60%, var(--yellow02) 50%);
  background: -o-linear-gradient(transparent 60%, var(--yellow02) 50%);
  background: linear-gradient(transparent 60%, var(--yellow02) 50%);
  font-weight: bold;
}
.highlight02 {
background: -webkit-linear-gradient(transparent 60%, #c1fffe 50%);
background: -o-linear-gradient(transparent 60%, #c1fffe 50%);
background: linear-gradient(transparent 60%, #c1fffe 50%);
font-weight: bold;
}
.highlight03 {
display: inline-block;
background: -webkit-linear-gradient(transparent 0%, var(--orange02) 60%);
background: -o-linear-gradient(transparent 0%, var(--orange02) 60%);
background: linear-gradient(transparent 0%, var(--orange02) 60%);
padding: 5px 15px;
border-radius: 100px;
}
.new {
background: var(--blue);
color: #fff;
margin-left: 10px;
padding: 0 5px;
border-radius: 5px;
}
.blink {
  -webkit-animation: blink 1.5s ease infinite;
  animation: blink 1.5s ease infinite;
}
@-webkit-keyframes blink {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
@keyframes blink {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
/*
 リンク色
----------------------------------------------------------- */
a:link,
a:visited {
  color:#333;
  text-decoration:none;
}
/*
 はみ出し画像中央
----------------------------------------------------------- */
.wic {
  margin-left: calc(50% - 1000px);
}
.wic img {
  width: auto;
  max-width: unset;
}
.wic1 {
  margin-left: calc(50% - 1000px);
  /*pxの部分を画像の半分の幅に変えてね！*/
}
.wic2 {
  margin-left: calc(50% - 600px);
}
.wic3 {
  margin-left: calc(50% - 800px);
}
.slick-slider {
  line-height: 0;
}
.slider04 .slick-slide {
  margin-right: 1vw!important;
  margin-left: 1vw!important;
}
img {
  border-radius: 10px;
}
/*
 Page Top
----------------------------------------------------------- */

/*TOPへ戻る*/
.pagetop a {
  background-color: var(--blue);
  filter: drop-shadow(3px 3px 4px rgba(0,0,0,0.3));
}

/*
 Header
----------------------------------------------------------- */
header .logo {
  display: flex;
  align-items: center;
  padding-right: 15px;
}
header .container {
  padding: 10px 15px;
}
header .fbox {
  align-items: center;
}
header .icon_list {
  display: flex;
  justify-content: flex-end;
  font-size: 2.5em;
}
.line_icon {
  color: #00c755;
  padding-right: 15px;
}
.instagram_icon {
  color: var(--blue);
}
/*
 Navi
----------------------------------------------------------- */
nav {
  padding-left: 0;
  padding-right: 0;
  background: -webkit-linear-gradient(-45deg, var(--orange02), var(--blue03), var(--blue02));
  background: linear-gradient(-45deg, var(--orange02), var(--blue03), var(--blue02));
}
nav ul {
  display: flex;
  color: #fff;
}
nav li {
  width: 20%;
  border-left: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1em;
}
nav li:nth-child(5) {
  border-right: 1px solid #fff;
}
nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
  padding: 24px 0;
  text-align: center;
}
nav li a:hover {
  text-decoration: none;
  background-color: #fff;
}
nav li a p {
  -ms-word-break: break-all;
  word-break: break-all;
}
.nav_jp {
  font-size: 16px;
  padding-bottom: 5px;
}
.nav_en {
  font-size: 14px;
  color: #99daff;
}

/*
 共通部分
----------------------------------------------------------- */
.head_ttl {
  background: #f5ffdc;
  padding: 45px 0 15px;
  margin-bottom: 45px;
}
.head_ttl .cmn_ttl_ja {
  margin-bottom: 30px;
}
.cmn_ttl_en {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
}
.cmn_ttl_ja {
  text-align: center;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 45px;
}
.cmn_ttl_ja:after {
  content: "";
  background: -webkit-linear-gradient(to right, #91b23d, #f5ffdc);
  background: linear-gradient(to right, #91b23d, #f5ffdc);
  position: absolute;
  left: 40%;
  bottom: 0;
  width: 20%;
  height: 3px;
  box-shadow: 2px 2px 8px var(--green05);
}
.ovfhdn {
  overflow: hidden;
}
.wline_ttl {
  position: relative;
  padding: 10px 0px;
  font-size: 1.5em;
  font-weight: bold;
  background: #f5ffdc;
  margin-bottom: 45px;
}
.wline_ttl::before,
.wline_ttl::after {
  position: absolute;
  left: 0;
  width: 100%;
  content: '';
  height: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#f5ffdc), to(#91b23d));
  background-image: -webkit-linear-gradient(right, #f5ffdc 0%, #91b23d 100%);
  background-image: linear-gradient(to left, #f5ffdc 0%, #91b23d 100%);
}
.wline_ttl::before {
  top: 0;
}
.wline_ttl::after {
  bottom: 0;
}
.lline_ttl {
  font-size: 1.5em;
  font-weight: bold;
  text-align: left;
  border-left: 10px solid var(--green05);
  padding: 10px 0 10px 15px;
  margin-bottom: 45px;
  background: #f5ffdc;
  box-shadow: 2px 2px 8px var(--green05);
  border-radius: 5px;
}
.lline_ttl_nbg {
  font-size: 1.3em;
  font-weight: bold;
  text-align: left;
  border-left: 5px solid var(--green05);
  padding-left: 5px solid var(--green05);
  padding-left: 15px;
  margin-bottom: 15px;
}
.lline_ttl_s {
  font-size: 1.1em;
  font-weight: bold;
  text-align: left;
  border-left: 10px solid var(--red01);
  padding: 10px 0 10px 15px;
  margin-bottom: 15px;
  background: var(--red02);
  box-shadow: 2px 2px 8px var(--red01);
  border-radius: 5px;
}
.bline_ttl {
  font-weight: bold;
  font-size: 1.3em;
  position: relative;
  border-bottom: solid 1px #707070;
  margin-bottom: 15px;
}
.bline_ttl::after {
  content: " ";
  display: block;
  border-bottom: solid 1px var(--green05);
  position: absolute;
  width: 50%;
}
.boxbg_ttl {
  background: var(--green05);
  padding: 5px 15px;
  color: #fff;
  font-size: 1.3em;
  text-align: center;
}
.feastdex_head {
  position: relative;
  font-size: 1.5em;
  background: var(--green06);
  padding: 5px 30px 5px 80px;
  border-radius: 50px;
  margin-bottom: 30px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.feastdex_head::before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-image: url(../img/icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-size: 3rem;
  color: var(--red01);
  width: 90px;
  height: 60px;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  filter: drop-shadow(2px 2px 2px #ccc);
}
.tsn_btn {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}
.tsn_btn_inner {
  font-size: 1.4rem;
  text-decoration: none;
  border: 1px solid #ccc;
  padding: 15px;
}
.txt_deco_ul {
  text-decoration: underline;
  font-weight: bold;
  color: var(--green05);
}
.cmn_img{
  width: 320px;
  border-radius: 10px;
}
.cmn_txt{
  width: calc(100% - 320px);
}
/*cmn box */
.cmn_box {
  padding: 30px;
  background: #f5ffdc;
  box-shadow: 2px 2px 8px var(--green05);
  border-radius: 10px;
}
.cmn_box > .fbox {
  flex-direction: row-reverse;
}
.cmn_area_ttl {
  width: 150px;
}
.cmn_area_txt {
  width: calc(100% - 150px);
}
.cmn_area_ttl p {
  background: var(--green05);
  padding-left: 15px;
  color: #fff;
}
.cmn_area_txt p {
  border-bottom: 1px dotted var(--green05);
}
.icon_area {
  display: flex;
  align-items: center;
}
.cmn_area_btn {
  color: var(--green05);
  font-size: 2em;
  line-height: 1em;
}
.cmn_box .instagram_icon {
  color: var(--green05);
  font-size: 2.3em;
  line-height: 1em;
  padding-left: 15px;
}
.cta {
  background: #fff;
  padding: 15px;
  box-shadow: 2px 2px 8px var(--green05);
  border-radius: 10px;
}
@keyframes move-background {
  from {
		transform: translate3d(0px, 0px, 0px);
	}
	to { 
		transform: translate3d(1000px, 0px, 0px);
	}
}
@keyframes move-background-st {
  from {
		
    transform: translate3d(0px, -500px, 0px);
	}
	to { 
		transform: translate3d(0px, 500px, 0px);
	}
}
@keyframes move-background-strv {
  from {
		
    transform: translate3d(0px, 500px, 0px);
	}
	to { 
		transform: translate3d(0px, -500px, 0px);
	}
}
.feastdex_bg {
  position: fixed;
	top: 0;
	left:0;
	bottom: 0;
	right: 0;
  z-index: -4;
  background: #fff9d8;
}
.clouds{
	width:10000px;
	height: 100%;
	background: transparent url("../img/bg.webp") repeat;
	background-size: 1000px 1000px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -3;
  opacity: 0.7;
  animation:move-background 30s linear infinite;
}
.stripe{
	width: 200%;
	height: 100%;
	background: transparent url("../img/bg02.webp") repeat;
	background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  animation:move-background-strv 50s linear infinite;
}
.dotted{
	width:100%;
	height: 100%;
	background: transparent url("../img/bg03.webp") repeat;
	background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -2;
  animation:move-background-st 100s linear infinite;
}
.bsdw {
  box-shadow: 2px 2px 4px var(--orange05);
}
.flds {
  filter: drop-shadow(2px 2px 4px var(--orange05));
}
.uldot {
  position: relative;
  margin-bottom: 30px;
}
.uldot::after {
  position: absolute;
  bottom: -5px;
  content: "";
  width: 100%;
  height: 15px;
  bottom: -20px;
  background-size: 13px 13px;
  background-image: radial-gradient(rgb(var(--main), 0.5) 30%, rgb(var(--main), 0) 30%);
  right: 0;
}
.top_area {
  padding: 30px;
  background: #ffe8b6b4;
  margin-bottom: 45px;
  border-radius: 10px;
}
.price_area_ttl {
  width: 60%;
}
.price_area_txt {
  width: 40%;
}
.price_list {
  display: flex;
  align-items: center;
  font-size: 0.8em;
}
.price_ttl {
  padding: 0 15px;
  color: var(--red01);
  font-family: "Barlow Condensed", sans-serif;
	font-weight: 300;
  border: solid 1px var(--red01);
}
.price_item {
  padding-left: 10px;
  font-weight: normal;
}
/*
 mv
----------------------------------------------------------- */
.mv {
  background-image: url(../img/pc_grm_mv_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 500px;
}
/*
 sec01
----------------------------------------------------------- */

/*
 sec02
----------------------------------------------------------- */
.feastdex .sec02 .tsn_btn {
  margin-bottom: unset;
}
.feastdex .sec02_head {
  position: relative;
  background: #fff;
  color: var(--blue05);
  padding: 5px 30px 5px 80px;
  border-radius: 50px;
  margin-bottom: 15px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.feastdex .sec02_head::before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-image: url(../img/icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-size: 3rem;
  color: var(--red01);
  width: 90px;
  height: 60px;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  filter: drop-shadow(0px 0px 2px #ccc);
}
.feastdex ul > li:nth-child(1) .sec02_head::before {
  content: "01";
}
.feastdex ul > li:nth-child(2) .sec02_head::before {
  content: "02";
}
.feastdex ul > li:nth-child(3) .sec02_head::before {
  content: "03";
}
.feastdex ul > li:nth-child(4) .sec02_head::before {
  content: "04";
}
.feastdex ul > li:nth-child(5) .sec02_head::before {
  content: "05";
}
.feastdex ul > li:nth-child(6) .sec02_head::before {
  content: "06";
}
.feastdex ul > li:nth-child(7) .sec02_head::before {
  content: "07";
}
.feastdex ul > li:nth-child(8) .sec02_head::before {
  content: "08";
}
.feastdex ul > li:nth-child(9) .sec02_head::before {
  content: "09";
}
.feastdex ul > li:nth-child(10) .sec02_head::before {
  content: "10";
}
.feastdex ul > li:nth-child(11) .sec02_head::before {
  content: "11";
}
.feastdex ul > li:nth-child(12) .sec02_head::before {
  content: "12";
}
.feastdex ul > li:nth-child(13) .sec02_head::before {
  content: "13";
}
.feastdex .sec02_top_img {
  padding-top: 30px;
  position: relative;
}
.feastdex .sec02_top_img::before {
  position: absolute;
  content: '';
  display: block;
  background-image: url(../img/pc_awning.webp);
  height: 45px;
  width: 290px;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
  z-index: 2;
  filter: drop-shadow(2px 2px 4px gray);
  border-radius: 10px 10px 0 0;
}
/*
 sec03
----------------------------------------------------------- */
.feastdex .sec03 .sec03_bg {
  padding: 15px;
  background: #fff;
  box-shadow: 2px 2px 8px var(--orange05);
  border-radius: 10px;
}
.feastdex .sec03 .sec03_btn_inner {
  display: flex;
  justify-content: center;
}
.feastdex_btn_wrapper {
  display: flex;
  justify-content: center;
}
.feastdex_btn {
  background: var(--red01);
  color: #FFF;
  border-radius: 30px;
  font-size: 1.2em;
  text-align: center;
  padding: 5px 45px 5px 30px;
  position: relative;
  text-decoration: none;
}
.feastdex_btn::after {
  content: "\f138";
  font-family: "Font Awesome 6 Free";
  font-weight: bolder;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 5px;
}
.feastdex .sec03 .cmn_img {
  filter: drop-shadow(2px 2px 4px var(--orange05));
}
/*
 Footer
----------------------------------------------------------- */
footer{
    color:#FFF;
    font-size:16px;
    background-color: #3b3b3b;
}
footer .copy {
  text-align: center;
}
footer a{
    color: #FFF;
}
footer a:hover, footer a:focus {
    color: #FFF;
}
footer ul li{
    display: inline-block;
    margin: 0 5px;
    white-space: nowrap;
}
footer .copy{
    font-size: 90%;
}

/*
 appformはここから
----------------------------------------------------------- */

/*
 sec01
----------------------------------------------------------- */
.appform .cta {
  background: var(--yellow03);
  padding: 15px;
  box-shadow: 2px 2px 8px #ccc;
  border-radius: 10px;
}
.appform .cta .feastdex_head {
  background: var(--blue05);
  color: #fff;
  font-size: 1.8rem;
  border-radius: 0;
  margin: -15px -15px 30px;
  border-radius: 10px 10px 0 0;
  font-weight: normal;
}
.appform .cta .feastdex_head::before {
  filter: unset;
  color: #fff;
  text-shadow:0 0 3px var(--red01),0 0 3px var(--red01),0 0 3px var(--red01),0 0 3px var(--red01),0 0 3px var(--red01),0 0 3px var(--red01),0 0 3px var(--red01),0 0 3px var(--red01),0 0 3px var(--red01),0 0 3px var(--red01),0 0 3px var(--red01),0 0 3px var(--red01),0 0 3px var(--red01),0 0 3px var(--red01),0 0 3px var(--red01),0 0 3px var(--red01);
}
.appform .cta .mdl_txt {
  font-weight: bold;
  text-align: center;
  font-size: 1.1em;
}
.appform .sec01 ul > li:nth-child(1) .feastdex_head::before {
  content: "06";
}
.appform .sec01 ul > li:nth-child(2) .feastdex_head::before {
  content: "07";
}
.appform .sec01 ul > li:nth-child(3) .feastdex_head::before {
  content: "09";
}
.appform .sec01 ul > li:nth-child(4) .feastdex_head::before {
  content: "10";
}
.appform .sec01 ul > li:nth-child(5) .feastdex_head::before {
  content: "13";
}
.appform_btn {
  background: var(--red01);
  color: #fff;
  border-radius: 30px;
  text-align: center;
  padding: 5px 45px 5px 30px;
  position: relative;
  text-decoration: none;
}
.appform_btn::after {
  content: "\f138";
  font-family: "Font Awesome 6 Free";
  font-weight: bolder;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 5px;
}
.appform .form {
  padding: 45px 0 0;
}
.appform .form iframe {
  height: 800px;
}
.appform .cta_cat {
  padding: 5px;
  background: var(--red02);
  margin-bottom: 5px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*
 tsunowineはここから
----------------------------------------------------------- */

/*
 sec01
----------------------------------------------------------- */
.tsunowine .feastdex_head::before {
  content: "11";
}
.tsunowine .twb .instagram_icon {
  padding-left: 0;
}
.tsunowine .price_area_ttl {
	width: 100%;
}
.tsunowine .price_area_txt {
	width: 100%;
}
/*
 nangokuはここから
----------------------------------------------------------- */
.nangoku .feastdex_head::before {
  content: "10";
}
/*
 victoryはここから
----------------------------------------------------------- */
.victory .feastdex_head::before {
  content: "07";
}
/*
 kikuyaはここから
----------------------------------------------------------- */
.kikuya .feastdex_head::before {
  content: "12";
}
/*
 yamanakaはここから
----------------------------------------------------------- */
.yamanaka .feastdex_head::before {
  content: "13";
}
/*
 hinoyaはここから
----------------------------------------------------------- */
.hinoya .feastdex_head::before {
  content: "04";
}
/*
 fukuuraはここから
----------------------------------------------------------- */
.fukuura .feastdex_head::before {
  content: "01";
}
/*
 osuzuanはここから
----------------------------------------------------------- */
.osuzuan .feastdex_head::before {
  content: "02";
}
/*
 ichidouはここから
----------------------------------------------------------- */
.ichidou .feastdex_head::before {
  content: "03";
}
/*
 boma-yeはここから
----------------------------------------------------------- */
.boma-ye .feastdex_head::before {
  content: "05";
}
/*
 fuurinはここから
----------------------------------------------------------- */
.fuurin .feastdex_head::before {
  content: "06";
}
.fuurin .lline_ttl_s {
  margin-bottom: 0;
}
.fuurin .price_area_ttl {
	width: 100%;
}
.fuurin .price_area_txt {
	width: 100%;
}
/*
 kurogiはここから
----------------------------------------------------------- */
.kurogi .feastdex_head::before {
  content: "09";
}
.kurogi .lline_ttl_s {
  margin-bottom: 0;
}
/*
 inakayaはここから
----------------------------------------------------------- */
.inakaya .feastdex_head::before {
  content: "08";
}
