@charset "utf-8";
/* CSS Document */
.br-pc{display: block;}
.br-sp{display: none;}

.nopc{display: none;}
.nosp{display: block;}

/* 下から上へ出現 ------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}


/* ------*/
main *{
  box-sizing: border-box
}
main {
  background-color: #ebe9e285;
}
#result{
    display: flex;
    flex-wrap: wrap;
}
.main-title{
  width: 100%;
  height: 550px;
  position: relative;
  text-align: center;
  overflow: hidden;
  margin: auto;
  background-image: url(../images/main_pc.jpg);
	background-repeat: no-repeat;
}
.main-title img{
  position: absolute;
  width: auto;
  max-width: initial;
  left: 50%;
  transform: translateX(-53%);
  margin: 5% 0;
}
.readcopy{
  width: 920px;
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  background: rgb(255 255 255 / 75%);
  padding: 15px;
  margin: auto;
}
/* ナビ　*/
.area-nav{
  background: #352a54;
  border-bottom: 5px solid #ab965f;
}
.area-list{
  width: 800px;
  margin: auto;
  display: flex;
  justify-content: space-between
}
.area-list li{
  width: calc(100% / 3);
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #FFF;
  padding: 10px 5px
}
.area-list li:first-child{
  border-left: 1px solid #FFF;
}
.area-list li a{
  font-family: 'Noto Serif JP', serif;
  display: block;
  font-size: 20px;
  color: #FFF;
  text-align: center;
  padding: 5% 25%;
  position: relative;
}
.area-list li a:hover {
  background: #ab965f;
  color: #000;
  padding: 5% 25%;
}
.area-list li a::after{
  content: "";
  background-size: contain;
  width: 16px;
  height: 11px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto
}
section.to_fks {
  background: url(../images/pc_back01.png) no-repeat;
  background-position-x: center;
  background-position-y: top;
}

div#chugoku,div#tochigi{
  background: url(../images/pc_back02.png) no-repeat;
  background-position-x: center;
  background-position-y: top;
}
section {
  width: 100%;
  padding: 4% 0 0;
  color: #555555;
}
.section__container,.section__guide {
  width: 992px;
  margin: 0 auto;
}
.close__box {
    background: #FFF;
    padding: 20px;
    margin-bottom: 50px;
	text-align: center;
	font-weight: bold;
}

/* スケジュール案内 */
.heading--title {
  font-size: 2.3rem;
}
.heading--title img{
  margin: 0.6%;
}
.heading--subTitle {
  display:block;
  font-weight: 700;
  font-size: .52em;
  background: #ab965f;
  line-height: 1.2;
  padding: 8px;
  width: 40%;
  text-align: center;
  margin: 0 auto 5px;
  border-radius: 7px;
  color: #000 !important;
}
p.heading--md {
  margin: 20px auto 5px;
  font-size: 1rem;
  padding: 0.8%;
  border-top: 1px dotted #03334a;
  border-bottom: 1px dotted #03334a;
  text-align: center;
}
p.heading--koyo {
  margin: 0 auto 1%;
  font-size: 1rem;
  padding: 0.8%;
  border-top: 1px dotted #03334a;
  border-bottom: 1px dotted #03334a;
  text-align: center;
}
.grid-row{
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: flex-start;
padding: 1% 0% 0 1%;
margin-bottom: 5%;
}
.grid-col { width: 25%;}
.grid-col2 { width: 50%;}

thead,tbody {
  background-color: #fff;
}
.koyo-area {
  width: 992px;
  margin: 0 auto;
}
.flightSchedule,.koyoSchedule {
  width: 98%;
  table-layout: fixed;
  border-collapse: collapse;
}
.flightSchedule caption,.koyoSchedule thead {
  background: #352a54;
  color: #FFF;
  font-size: 1.1rem;
  font-weight: normal;
  margin-bottom: 3px;
  padding: 1%;
}
thead.koyo-shikoku { background: #c12f42;}
thead.koyo-chugoku { background: #0e6405;}
thead.koyo-yamagata { background: #352a54;}
thead.koyo-tochigi { background: #005691;}


.flightSchedule tr,.koyoSchedule tr { border: #333 solid 1px;}
.flightSchedule td,.koyoSchedule td { font-weight: 700;}
.flightSchedule td, .flightSchedule th,.koyoSchedule td, .koyoSchedule th {
  text-align: center;
  padding: 8px;
}
p.s-text {
  font-size: 0.9rem;
  background-color: #f9F9F9;
  padding: 2% 1%;
  width: 95%;
  margin: 0 auto 4%;
}
/* おすすめツアー */
/* おすすめツアー */
h3{
  color: #000;
  font-size: 38px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 20px;
}
h3 span{ color: #D34F97;}

.product-list {
  margin: 0 auto 1%;
  padding: 0;
  display: flex;
}
h5{
  color: #000;
  font-size: 22px;
  font-weight: 900;
  text-align: center;
}
h5 span{ color: #c11271;}

.product-list {
  margin: 0 auto 2%;
  padding: 0;
  display: flex;
}
.product-list>li a { display: block;}
.product-list>li:nth-child(-n+2) { margin-top: 0;}
.product-list>li {
  width:98%;
  margin-right: 1.5%;
  padding: 10px;
  background: #FFF;
  box-shadow: 0 2px 4px rgb(0 0 0 / 15%);
  position: relative;
}
.product-list__item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.item-photo__wrapper {
  width: 20%;
  margin-right: 2%;
  overflow: hidden;
  position: relative;
}
.tour-item-photo__wrapper {
  width: 40%;
  margin-right: 2%;
  overflow: hidden;
  position: relative;
}
.item-txt__wrapper { flex: 1; margin-top: 0;}
.item-txt__port {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background: #000;
  text-align: center;
  padding-top: 2%;
}
.item-txt__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4em;
  color: #1A0DAB;
}
.tour-item-txt__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4em;
  color: #1A0DAB;
}
.item-txt__point {
  font-size: 12px;
}
.item-txt__price .air_tour_code {
  display: block;
  font-size: 20px;
  color: #e90000;
  font-weight: bold;
  margin-bottom: -3%;
}
.item-txt__room .room-type {
  color: #333;
  font-size: 11px;
  font-weight: normal;
}
.item-txt__dep, .item-txt__note {
  color: #333;
  font-size: 11px;
  font-weight: normal;
}
.button--more__link {
  width: 500px;
  margin: 30px auto 50px;
}
.button--more__link a {
  display: block;
  background: url(../images/aro02.png) no-repeat 97% 50%;
  background-color: #03334A;
  background-size: 8px 10px;
  padding: 10px;
  text-align: center;
  font-weight: 900;
  font-size: 16px;
  color: #fff;
  border-radius: 20px;
  filter: drop-shadow(3px 2px 3px rgba(0, 0, 0, 0.5));
}
.button--more__link a:hover {
  opacity: .7;
}
.course-details {
  background: #D34F975e;
  padding: 2%;
  font-size: 1em;
  margin-top: 1%;
}

/* 福島とはこんなところ */
.info_inbox {
  margin: auto;
  background-size: auto 100%;
  display: flex;
  justify-content: space-between;
}
.info_inbox .fks_info { width: 50%;}

.fks_img { 
  text-align: center;
  margin-bottom: 3%;
}
.fks_img img { 
  width: 49%;
  border-radius: 15px;
  padding: 1%;
}
.imgContainer--full {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  padding: 1%;
}
.fks-explanation { margin-left: 3%;}
.fks-explanation p { font-size: 0.9rem;}

p.heading--sbtitle {
  margin: 2% auto;
  font-size: 1.1rem ;
  color: #000;
  font-weight: bold;
  padding: 1% 2%;
  text-align: center;
  background: #ab965f;
}
/* インフォ */
.sub-title__fksinfo {
  background: #352a54;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  margin-top: 5%;
}
.notice-wrapper {
  background: #FFF;
  padding: 15px;
}
.notice-list { margin-bottom: 20px;}
.notice-list>li { font-size: 14px; font-weight: bold; color: #000;}
li.__sub {
  background: #ab965f;
  padding-left: 3%;
  font-size: 1.3em;
  margin-bottom: 1%;
}
li.__asta { padding-left: 4%; font-weight: 100;}
li.__size12 { font-size: 12px; padding-left: 2.3em;}
li.__info { font-size: 12px; padding-left: 3%; font-weight: 100;}
li.__info a{ text-decoration: none; color: #2343e5;}
li.__price {
  background: #f3efef;
  font-size: 20px;
  width: 40%;
  text-align: center;
  margin: 0.5% 2%;
}
li.__price-long {
  background: #f3efef;
  font-size: 20px;
  width: 70%;
  text-align: center;
  margin: 0.5% 2%;
}
li.ft_red { color: #F01B1B;}

/* おすすめ観光・グルメ */
.bnr_takamatsumap {
  text-align: center;
  background: #f5f4f0;
  padding: 3% 0;
}
.tour {
  border-top: solid 10px #352a54;
}

/* おすすめ観光・グルメ */
#shikoku>.prefwrap,#chugoku>.prefwrap,#yamagata>.prefwrap,#tochigi>.prefwrap {
  background: #352a54;
  border-bottom: 5px solid #ab965f;
  margin-bottom: 2%;
}
.prefwrap .pref_namebox {
  width: 960px;
  margin: auto;
  padding: 20px;
  color: #FFF;
  position: relative;
}
@media(min-width:751px){
#chugoku .prefwrap .pref_namebox {
  width: 960px;
  margin: auto;
  padding: 20px;
  color: #FFF;
  display:block;
  position: relative;
}
}
.prefwrap .pref_namebox>h4 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  padding-right: 20px;
  box-sizing: border-box;
  margin-top: 1%;
}
@media(min-width:751px){
#chugoku .prefwrap .pref_namebox>h4 {
  width: auto;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  padding-right: 20px;
  box-sizing: border-box;
  margin-top: 1%;
}
	}
.fks-ph01,.sdj-ph01,.gaj-ph01,.tcg-ph01{ position: absolute}
.fks-ph01 { top: 20px; left: 20px;}
.sdj-ph01 { top: -9px; left: 5px;}
.gaj-ph01 { top: 20px; left: 35px;}
.tcg-ph01 { top: 8px; left: -15px;}

p.course_txt {
  background: #ab965f;
  padding: 2% 4%;
  margin-top: 0;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.prefwrap .pref_namebox .introtxt span {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
}
.area__guide_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  display: -ms-flexbox;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  margin-bottom: 8%;
}
ul.area__guide_box>li {
  width: calc(100% / 4 - 10px);
  margin-bottom: 12px;
}
.area__guide_box h4{
  font-size: 18px;
  font-weight: 900;
  margin: 10px 0 3px;
  color: #000;
}
.area__guide_box .small{
  font-size: 15px;
  padding: 1.5% 0;
  transform: scale(1, 1.3);
}
/* 特集バナー */
.section_banner {
  width: 100%;
  padding: 0;
  background: #ededed;
}
.section__inner { 
  width: 992px;
  margin: 0 auto;
  padding: 65px 0;
}
.banner__reco {
  background: #fff;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.banner__reco--item {
  width: calc(80% / 4);
  margin: 30px 23px !important;
}
.banner__reco--item p{
  text-align: center;
}

@media screen and (max-width:767px) {
.br-pc{display: none;}
.br-sp{display: block;}

.nopc{display: block;}
.nosp{ display: none;}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}	
	
.main-title { 
  height: 360px;
  background-image: url(../images/main_sp.jpg);
  background-size: 140%;
}
.main-title img{ 
  height: 50%;
	margin-top: 50px;
}
.readcopy{ 
  width: 95%;
  font-size: 0.9em;
  padding: 3% 1%;
}

/* ナビ　*/
.area-list{ width: 100%;}
.area-list li a{ padding: 5%;}

section { padding: 4% 0 10%;}
.section__container {  max-width: 100%;}


/* スケジュール案内 */
.heading--subTitle {
  width: 90%;
  font-size: .60em;
  margin: 3% auto 10px;
}
p.heading--md {
  margin: -3% auto 3%;
  width: 50%;
}
p.heading--koyo {
  margin: 3% auto 3%;
  width: 50%;
}
.grid-row { 
  display: block;
  padding: 0
}
.grid-col { width: 50%;}
.grid-col2 { width: 100%;}

.flightSchedule { 
  width: 97%;
  margin: 0 auto 3%;
}

/* おすすめツアー */
h3{ 
  font-size: 2em;
  margin: 5% 0 3%;
  line-height: 105%;
}
h5{ 
  font-size: 1.2em;
  margin: 5% 0 3%;
  line-height: 105%;
}
.heading--title { font-size: 2rem; margin-bottom: 4%;}
.heading--title img{ padding-left: 2.4%;}
.product-list { display: block;}
.product-list>li { 
  width: 95%;
  margin: 0 auto 3%;
}
.item-txt__price .air_tour_code { font-size: 1em;}
.button--more__link { 
  width: 90%;
  margin: 30px auto -3%;
}
.item-photo__wrapper {
  width: 100%;
  margin-right: 0px;
}
.item-txt__title {
  font-size: 15px;
}	

/* 福島とはこんなところ */
.info_inbox { display: block;}
.info_inbox .fks_info {
  width: 95%;
  margin: 0 auto;
}
.mapbox {
  margin: 5% 0 -13% 0;
}
p.heading--sbtitle {
  margin: 8% auto 3%;
  font-size: 1.2rem;
  text-align: center;
  padding: 2%;
}
.area_nav {
  width: 97%;
  margin: 0 auto;
}
.area_nav img{ margin: 3% 0 -10%;}
.area_nav ul {
  margin: 10px auto 20px;
  display: flex;
}
.area_nav ul li.chugoku    { background: #005691;}
.area_nav ul li.yamagata  { background: #C12F42;}
.area_nav ul li.shikoku { background: #7FA834;}
.area_nav ul li {
  width: calc(100%/3);
  border-right: 1px solid #ddd5c7;
  border-bottom: 1px solid #ddd5c7;
  font-size: 0.9em;
  text-align: center;
  padding: 2%;
}
.area_nav ul li a {
  color: #fff;
}
.area_nav ul li a:after {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	padding-left: 3px;
  font-weight: 900;
}
section.to_fks {
  background: url(../images/pc_back01.png) no-repeat;
  background-position-x: right;
  background-position-y: top;
}

.grid-col {
  width: 95%;
  margin: 0 auto;
}
.koyoSchedule { width: 100%;}
.koyoSchedule td, .koyoSchedule th { padding: 3px;}

li.__price { width: 95%;}
li.__price-long { width: 95%; font-size: 16px;}

/* 紅葉 */
.bnr_shikokumap {
  padding: 4% 0 0;
  margin-top: -15%;
  border-top: solid 30px #352a54;
}
.koyo-area { width: 100%;}

/* おすすめ観光・グルメ */
#shikoku>.prefwrap,#chugoku>.prefwrap,#yamagata>.prefwrap,#tochigi>.prefwrap {
  margin: 10% 0 2%;
}
.prefwrap .pref_namebox {
  width: 100%;
  display: block;
  padding: 3%;
}
.prefwrap .pref_namebox>h4 {
  width: 100%;
  text-align: center;
}
.fks-ph01 { width: 17%; top: 15px; left: 28px;}
.sdj-ph01 { width: 21%;}
.gaj-ph01 { width: 17%; top: 15px; left: 35px;}
.tcg-ph01 { width: 25%; top: 15px; left: 20px;}

.prefwrap .pref_namebox .introtxt span {
  font-size: 1em;
  text-align: center;
}
.section__guide {
  width: 100%;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.area__guide_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0 0 0 3vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 3%;
}
ul.area__guide_box>li { 
  border: solid 3px #f2f2f2;
  width: 55vw;
  margin: 4px;
  -ms-flex-wrap: initial;
  flex-wrap: initial;
}
.area__guide_box .small {
  font-size: 13px;
}
.area__guide_box h4{
  margin: 4% 0 2%;
  text-align: center;
  font-size: 15px;
}
p.area__guide_txt {
  padding: 0 5%;
  font-size: 0.9em;
}
/* 特集バナー */
.section__inner {
  width: 100%; 
  padding: 5% 0;
}
.banner__wrapper {
  width: 93%;
  margin: 0 auto;
}
.banner__reco--item {
  width: 46%;
  margin: 3% 1% !important;
}
.area-list li a{
  display: block;
  font-size: 13px;
  color: #FFF;
  text-align: center;
  padding: 5% 25%;
  position: relative;
}
.prefwrap .pref_namebox>h4 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding-right: 20px;
  box-sizing: border-box;
  margin-top: 1%;
}
}
