@charset "utf-8";
/* CSS Document */
html,
body{
  padding: 0;
  margin: 0;
}
strong{
  font-weight: 900;
}

*{
  box-sizing: border-box;
}
a{ text-decoration: none;}
.main_view{
  padding-top: 80px;
}
.container{
  max-width: 1440px;
  padding: 80px 20px;
  margin-left: auto;
  margin-right: auto;
}

.content01{
  background-color: #fdf985;
}
#maincontents .main_view .container{
  position: relative;
  padding: 0;
}
#maincontents .mv_title{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

#maincontents .link .container{
  padding: 0 20px;
}
#maincontents .links{
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
#maincontents .links li{
  position: relative;
  display: block;
  text-align: center;
  width: 320px;
  padding-bottom: 30px;
  font-size:18px;
  background: url("../images/yamagata/links_bg.svg") no-repeat bottom center/contain;
  margin-right: 30px;
}
#maincontents ul.links li a{
  position: relative;
  display: inline-block;
  padding-left: 40px;
  height: 40px;
}
#maincontents ul.links li a::before{
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  top:0;
  left:-10px;
  background: url("../images/yamagata/icon_links01.svg") no-repeat bottom center/contain;
}
#maincontents ul.links li:nth-child(2) a::before{
  background: url("../images/yamagata/icon_links02.svg") no-repeat bottom center/contain;
}
#maincontents ul.links li:nth-child(3) a::before{
  background: url("../images/yamagata/icon_links03.svg") no-repeat bottom center/contain;
}

.info_img{
  max-width: 946px;
  margin-left: auto;
  margin-right: auto;
}
.info_img02{
  max-width: 946px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 180px;
}
.info_txt{
  text-align: center;
  margin-top: 30px;
}
.info_txt p{
  margin-top: 20px;
  line-height: 2.0;
  color: #333;
  font-size: 18px;
  font-weight: 700;
}

.info .container{
  position: relative;
}

.content02{
  background-color: #d6fcd4;
}
.content02 h2{
  font-family: "Kaisei Opti", serif;
  font-size:44px;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  color: #333;
  padding-bottom: 30px;
  background: url("../images/yamagata/h2_bg.svg") no-repeat bottom center/550px;
}


.search_wrap{
  margin-top: 80px;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
.search_list{

}
.search_list li{
  position: relative;
  width: 100%;
  border: 4px solid #0db504;
  background-color: #fff;
  margin-bottom: 30px;
  margin-right: 1%;
}
.search_list li .slider2 li{
  position: relative;
  width: 100%;
  border: 0;
  background-color: #fff;
  margin-bottom: 0;
  margin-right: 0;
}

.search_list li h3{
  font-size:24px;
  color: #fff;
  background-color: #0db504;
  padding: 10px 0;
  text-align: center;
  font-weight: 700;
  margin-block-start: 20px;
  margin-block-end: 0;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
}
.search_list_box{
  padding: 30px;
  display: flex;
  align-items: flex-start;
}
.search_list_box img.search_list_img,
.search_list li .slider2{
  min-width: 400px;
  width: 45%;
  aspect-ratio: 1 / 0.8;
  object-fit: contain;
  margin-right: 30px !important;
}

.search_list_box p{
  font-size: 16px;
  line-height: 1.6;
  margin-top: 20px;
}

.search_list .plan_link{
  position: relative;
  left:50%;
  bottom:40px;
  transform: translateX(-50%);
  width: 80%;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap:20px;
}
.search_list a{
  display: block;
  min-width: 220px;
  border: 2px solid #0db504;
  color: #0db504;
  padding: 10px;
  border-radius: 25px;
  text-align: center;
  background: url("../images/yamagata/icon_link.png") no-repeat right 30px center/20px;
  margin-top: 10px;
}
.search_list a.green{
  max-width: 240px;
  margin: 20px auto;
  color: #fff !important;
  background:#0db504 url("../images/yamagata/icon_link.png") no-repeat right 30px center/20px;
}

.absimg_01{
  position: absolute;
  width: 6%;
  height: auto;
  top:48%;
  left:22%;
  animation: fuwafuwa1 2s infinite;
}
.absimg_02{
  position: absolute;
  width: 6%;
  height: auto;
  top:48%;
  right:20%;
  animation: fuwafuwa3 2s infinite;
}
.absimg_03{
  position: absolute;
  width: 9%;
  height: auto;
  top:63%;
  left:18%;
}
.absimg_04{
  position: absolute;
  width: 4%;
  height: auto;
  top:64%;
  left:37%;
}

.absimg_05{
  position: absolute;
  width: 6%;
  height: auto;
  top:64%;
  left:58%;
  animation: fuwafuwa2 3s infinite;
}
.absimg_06{
  position: absolute;
  width: 10%;
  height: auto;
  top:66%;
  right:15%;
}

.absimg_07{
  position: absolute;
  width: 8%;
  height: auto;
  top:73%;
  left:22%;
  animation: fuwafuwa3 2s infinite;
}

.absimg_08{
  position: absolute;
  width: 6%;
  height: auto;
  top:75%;
  right:25%;
}

@keyframes fuwafuwa1 {
  0% { transform:translateY(0px); }
  50% { transform:translateY(-20px); }
  100% { transform:translateY(0px); }
}
@keyframes fuwafuwa2 {
  0% { transform:translateY(0px); }
  50% { transform:translateY(20px); }
  100% { transform:translateY(0px); }
}
@keyframes fuwafuwa3 {
  0% { transform:translateY(0px); }
  50% { transform:translateY(20px); }
  100% { transform:translateY(0px); }
}

.bnr_box{
  padding: 0 0 60px;
  text-align: center;
}
.bnr_box img{
  width: 90%;
  max-width: 840px;
}

.pc{display: block;}
.sp{display: none;}

@media screen and (max-width:768px) {
  
  #maincontents .main_view .container {
    position: relative;
    padding: 0;
  }
  #maincontents .mv_title {
    width: 80%;
  }
  .slider img{
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }
  
  #maincontents .links{
    padding-bottom: 30px;
    background: url("../images/yamagata/h2_bg.svg") no-repeat bottom center/contain;
  }
  #maincontents .links li{
    width: 32%;
    padding-bottom: 0;
    margin-right: 10px;
    background: none;
  }
  #maincontents ul.links li a{
    position: relative;
    display: inline-block;
    padding-left: 0;
    height: auto;
    font-size: 14px;
  }
  #maincontents ul.links li a::before{
    content: "";
    display: none;
  }
  
  .info_img.sp img{
    width: 100%;
  }
  
  .info_txt p {
    font-size: 15px;
  }
  
  .info_img02 {
    margin-top: 240px;
  }
  
  
  .absimg_01{
    position: absolute;
    width: 10%;
    height: auto;
    top:auto;
    bottom:35%;
    left:18%;
    animation: fuwafuwa1 2s infinite;
  }
  .absimg_02{
    position: absolute;
    width: 12%;
    height: auto;
    top:auto;
    bottom:36%;
    right:18%;
  }
  .absimg_03{
    position: absolute;
    width: 20%;
    height: auto;
    top:auto;
    bottom:28%;
    left:12%;
  }

  .absimg_05{
    position: absolute;
    width: 15%;
    height: auto;
    top:75%;
    left:auto;
    right:10%;
    animation: fuwafuwa1 2s infinite;
  }
  .absimg_06{
    position: absolute;
    width: 22%;
    height: auto;
    top:auto;
    bottom:28%;
    right:12%;
  }
  .absimg_07{
    position: absolute;
    width: 20%;
    height: auto;
    top:78%;
    left:12%;
    animation: fuwafuwa2 2s infinite;
  }
  
  .search_list {
    flex-flow: column;
  }
  .search_list li{
    width: 100%;
  }
  
  .search_list li h3 {
    font-size: 20px;
  }
  .search_list_box {
    display: block;
    padding: 20px;
  }
  .search_list_box img.search_list_img,
  .search_list li .slider2{
    min-width: 100%;
    width: 100%;
    aspect-ratio: 1 / 0.8;
    object-fit: contain;
    margin-right: 0 !important;
  }
  .search_list .plan_link{
    width: 80%;
    margin-top: 30px;
    gap:0;
    flex-flow: column;
  }
  .search_list a{
    min-width: 100%;
    width: 100%;
  }
  .search_list a.green{
    min-width: 90%;
    width: 90%;
  }


  .sp{display: block;}
  .pc{display: none;}
}



/* 2024.04.26追加 */
@media (min-width: 751px) {
  #maincontents a {
    transition: 0.3s;
  }
}

p {
  line-height: 1.75rem;
}

@media (min-width: 751px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
#fv {
  background: #FFF2F8;
}

.inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.bg_pink {
  background: #FFFAF5;
  padding: 4rem;
}
.bg_pink p.kome {
  max-width: 1100px;
  /* width: -moz-fit-content; */
  /* width: fit-content; */
  margin: 0 auto;
  padding-left: 1rem;
  text-indent: -1rem;
  /* color: #ff3e3e; */
  line-height: 1.5rem;
}

h2 {
  color: #E89037;
  font-size: 2rem;
  text-align: center;
  margin: 5rem auto 2rem;
}

h3.ticket_link {
  margin: auto;
  max-width: 1100px;
  width: 100%;
}
h3.ticket_link a {
  background: #fff;
  color: #E89037 !important;
  border: #E89037 4px solid;
  font-weight: 700 !important;
  font-size: 1.5rem;
  text-align: center;
  padding: 1.5rem;
  margin: 0 auto;
  display: block;
  width: 100%;
  position: relative;
  transition: all 0.5s ease;
}
h3.ticket_link a::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: solid 3px #E89037;
  border-right: solid 3px #E89037;
  transform: rotate(45deg);
  position: absolute;
  bottom: 42%;
  left: 2rem;
  transition: all 0.5s ease;
}
h3.ticket_link a:hover {
  background: #E89037;
  color: #fff !important;
  opacity: 1 !important;
}
h3.ticket_link a:hover::after {
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
}
.ticket_text {
  max-width: 1100px;
  margin: 20px auto !important;
}
.info {
  margin-top: 40px;
  border: 1px solid #B94047;
  padding: 40px;
}
.info h3 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
  color: #B94047;
}

@media (max-width: 750px) {
  #fv h2 {
    font-size: 1.75rem;
  }
  .bg_pink {
    padding: 5vw 0;
  }
  h3.ticket_link {
    width: 88vw;
    margin: 0 auto;
  }
  h3.ticket_link a::after {
    bottom: 45%;
    left: 0.5rem;
  }
  .ticket_text {
    margin: 5vw auto !important;
  }
  .info {
    padding: 6vw;
  }
  .info h3 {
    font-size: 4.5vw;
    margin-bottom: 4vw;
  }
}
#maincontents ul.choicetab {
  margin: 4rem auto;
  max-width: 1100px;
  width: 100%;
  align-items: center;
}

#maincontents ul.choicetab li {
  width: 33.3333333333%;
}

#maincontents ul.choicetab li a {
  background-image: none;
  position: relative;
  line-height: 1.25rem;
  transition: all 0.5s ease;
}

#maincontents ul.choicetab li a span {
  font-size: 1.5rem;
  font-weight: 600;
  display: block;
  background: linear-gradient(transparent 60%, rgb(255, 255, 60) 60%);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 4px 4px;
}

#maincontents ul.choicetab li a.text_h {
  padding: 1rem;
}

#maincontents ul.choicetab li a::after {
  content: "";
  width: 12px;
  height: 12px;
  margin-top: -5px;
  border-top: solid 2px #ff3e3e;
  border-right: solid 2px #ff3e3e;
  transform: rotate(135deg);
  position: absolute;
  bottom: -0.25rem;
  right: 50%;
  transition: all 0.5s ease;
}

#maincontents ul.choicetab li a:hover {
  opacity: 1;
  color: #ff3e3e;
}

#maincontents ul.choicetab li a:hover:after {
  bottom: -0.5rem;
}

#maincontents ul.choicetab li a:active {
  color: #ff3e3e;
}

.tabArea {
  padding-top: 60px;
  padding-bottom: 120px;
  background: #FFF2F8;
}

@media (max-width: 750px) {
  #maincontents ul.choicetab li {
    width: 100%;
    padding: 1rem;
  }
  #maincontents ul.choicetab li a {
    height: auto;
    padding: 0 0 4vw;
  }
  #maincontents ul.choicetab li a.text_h {
    padding: 0 0 1rem;
  }
}
ul.contents {
  display: flex;
  justify-content: start;
  gap: 3rem 1.5rem;
  flex-wrap: wrap;
}
ul.contents li.item {
  width: 100%;
  max-width: 350px;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 6px 6px #BC6610;
}
ul.contents li.item p.item_img img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1rem 1rem 0 0;
}
ul.contents li.item .text {
  background: #fff;
  padding: 1.5rem;
  font-size: 14px;
  border-radius: 0 0 1rem 1rem;
}
ul.contents li.item .text h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #B94047;
}
ul.contents li.item .text h4 span {
  font-size: 14px;
  color: #fff;
  background: #B94047;
  padding: 0.5rem 1rem;
  margin-right: 10px;
}
ul.contents li.item .text table {
  width: 100%;
  line-height: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  word-break: break-all;
  border-top: 1px solid #E8E8E8;
}
ul.contents li.item .text table th,
ul.contents li.item .text table td {
  border-bottom: 1px solid #E8E8E8;
  padding: 0.5rem;
  vertical-align: middle;
}
ul.contents li.item .text table th {
  white-space: nowrap;
  width: 25%;
}
ul.contents li.item .text table td {
  width: 75%;
}
ul.contents li.item .text table td a {
  color: #ff3e3e !important;
  display: block;
}
ul.contents li.item .text table td a:not(:last-child) {
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
ul.contents li.item .text table td i {
  color: #ff3e3e;
  font-size: 13px;
  margin-left: 4px;
}
ul.contents li.item .text table td span.kome {
  padding-left: 14px;
  text-indent: -14px;
  display: block;
  line-height: 1.2rem;
}
ul.contents li.item .text p.kome {
  color: #707070;
  padding-left: 14px;
  text-indent: -14px;
  line-height: 1.2rem;
}
ul.contents li.item .text p.kome a {
  color: #ff3e3e !important;
}

@media only screen and (min-width: 750px) and (max-width: 1144px) {
  ul.contents li.item {
    width: 48%;
    max-width: 540px;
    min-width: 350px;
  }
}
@media (max-width: 750px) {
  ul.contents li.item {
    max-width: 750px;
  }
}
ul.contents li.item.purple .text h4 {
  color: #9A5A9A;
}

ul.contents li.item.purple .text h4 span {
  background: #9A5A9A;
}

ul.contents li.item.purple {
  box-shadow: 6px 6px #9A5A9A;
}

ul.contents li.item.sky_blue .text h4 {
  color: #64B8E8;
}

ul.contents li.item.sky_blue .text h4 span {
  background: #64B8E8;
}

ul.contents li.item.sky_blue {
  box-shadow: 6px 6px #64B8E8;
}

ul.contents li.item.orange .text h4 {
  color: #F39739;
}

ul.contents li.item.orange .text h4 span {
  background: #F39739;
}

ul.contents li.item.orange {
  box-shadow: 6px 6px #F39739;
}

ul.contents li.item.green .text h4 {
  color: #65B753;
}

ul.contents li.item.green .text h4 span {
  background: #65B753;
}

ul.contents li.item.green {
  box-shadow: 6px 6px #65B753;
}

h3.text {
  color: #E89037;
  font-weight: 700 !important;
  font-size: 1.5rem;
  text-align: center;
  margin: 0 auto 2rem;
  padding: 1.5rem;
  display: block;
  width: 100%;
  max-width: 1100px;
  position: relative;
}

h3.text::before,
h3.text::after {
  position: relative;
  display: inline-block;
  content: "";
  background: #E89037;
  width: 3px;
  height: 2.5rem;
  margin: 0 2rem;
  vertical-align: middle;
}

h3.text::before {
  transform: rotate(-35deg);
}

h3.text::after {
  transform: rotate(35deg);
}

@media (max-width: 750px) {
  h3.text {
    font-size: 1.25rem;
  }
  h3.text::before {
    height: 4.25rem;
    position: absolute;
    top: 24px;
    left: 10px;
    margin: 0;
  }
  h3.text::after {
    height: 4.25rem;
    position: absolute;
    top: 24px;
    right: 10px;
    margin: 0;
  }
}
.link_item {
  margin-bottom: 3rem;
}
.link_item ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.link_item ul li {
  width: 100%;
}
.link_item ul li a {
  display: block;
  text-align: center;
  width: 100%;
  background: #FDDBBE;
  border: #FDDBBE solid 3px;
  color: #E89037 !important;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 1.5rem;
  position: relative;
  transition: all 0.5s ease;
}
.link_item ul li a::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: solid 2px #E89037;
  border-right: solid 2px #E89037;
  transform: rotate(45deg);
  position: absolute;
  bottom: 42%;
  left: 1rem;
  transition: all 0.5s ease;
}
.link_item ul li a:hover {
  background: #fff;
  opacity: 1 !important;
}

@media (max-width: 750px) {
  .link_item ul {
    display: block;
  }
  .link_item ul li {
    margin-bottom: 1.5rem;
  }
  .link_item ul li a {
    width: 100%;
    font-size: 1rem;
  }
}
/* 20220701追記 */
div.link_omoikkiri {
  margin: 6rem auto 2rem;
}
div.link_omoikkiri a {
  display: block;
  text-align: center;
  width: 100%;
  background: #ff3e3e;
  border: #ff3e3e solid 3px;
  color: #fff !important;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 1.5rem;
  position: relative;
  transition: all 0.5s ease;
}
@media (max-width: 750px) {
  div.link_omoikkiri a {
    font-size: 1rem;
    padding-left: 1.75rem;
    padding-right: 0.75rem;
  }
}
div.link_omoikkiri a::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  bottom: 42%;
  left: 1rem;
  transition: all 0.5s ease;
}
@media (max-width: 750px) {
  div.link_omoikkiri a::before {
    left: 0.75rem;
  }
}
div.link_omoikkiri a:hover {
  background: #fff;
  color: #ff3e3e !important;
  opacity: 1 !important;
}
div.link_omoikkiri a:hover::before {
  border-top: solid 2px #ff3e3e;
  border-right: solid 2px #ff3e3e;
}

p.text_hokkaido {
  margin: 5rem auto 0;
  text-align: center;
  font-size: 1rem;
}/*# sourceMappingURL=omotenashi_coupon.css.map */