@charset "UTF-8";

/* ==================================================

  Default

================================================== */

#wrapper{
  padding-top: 0;
}

#main{
  background: #fff;
  position: relative;
}

/* --------------- header -------------------- */
header #logo {
    padding: 26px 0 20px;
}

header #logo a {
    display: block;
    text-align: center;
}

header #logo a img {
    width: 168px;
    height: 39px;
}

/* --------------- layout -------------------- */
.l-contents{
  width: 1220px;
  min-width: 1220px;
  margin: 0 auto;
}

.l-mr-34{
  margin-right: 34px;
}

.l-my-0{
  margin-top: 0;
  margin-bottom: 0;
}

/* --------------- component -------------------- */
.c-heading{
  font-weight: 600;
  font-size: 34px;
  text-align: center;
  margin-bottom: 34px;
}

/* --------------- module -------------------- */
.m-list{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/* --------------- main -------------------- */
.main__link{
  width: 350px;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
}

.main__icon{
  width: 14px;
}

.main__link:hover{
  opacity: 1;
  background: #E7D6D0;
  border: 1px solid #CCCCCC;
}

.main__anchor{
  position: relative;
  margin-top: -35px;
  margin-bottom: 80px;
}

.main__image{
  position: relative;
}

.main-badge{
  position: absolute;
  width: 470px;
  height: 470px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.main-badge__title-img{
  width: 152px;
}

.main-badge__title{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #042392;
}

.main-badge__border{
  width: 336px;
  margin: 16px 0;
}

.main-badge__border img{
  display: block;
}
.main-badge__text{
  font-weight: 600;
  font-size: 17px;
  line-height: 25px;
  color: #000000;
}

/* --------------- crea-47 -------------------- */
.crea-47-banner__list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1024px;
  margin: 0 auto 80px;
}

.crea-47-banner__list:after {
    display: block;
    width: 320px;
    height: 0;
    content: "";
}

.crea-47-banner__item{
  display: flex;
  flex-wrap: wrap;
  width: 320px;
  height: 160px;
  border: 3px solid #ccc;
}

.crea-47-banner__item:nth-child(n+4){
  margin-top: 32px;
}

.crea-47-banner__item.cover{
  border: none;
}

.crea-47-banner__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.crea-47-banner__icatch{
  display: block;
  width: 50%;
  height: 100%;
}

.crea-47-banner__info{
  display: block;
  width: 50%;
  padding: 14px 14px 0;
}

.crea-47-banner__thumb{
  width: 100%;
  height: 88px;
  margin: 0 0 6px;
}

.crea-47-banner__title{
  font-size: 14px;
  line-height: calc(20/14);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}


.crea-47-article-list{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.crea-47-article-list::after{
  content: "";
  width: 380px;
  height: 0;
  visibility: hidden;
}

.crea-47-article-wrap{
  width: 380px;
  margin: 0 40px 44px 0;
}

.crea-47-article-wrap:nth-child(3n) {
    margin-right: 0;
}

.crea-47-article{
  position: relative;
}

.crea-47-article__image{
  overflow: hidden;
  width: 100%;
  height: 300px;
  border-radius: 10px 10px 0px 0px;
  background-size: cover;
  background-position: center;
}

.crea-47-article__image.pr::after{
  content: 'Promoted';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  width: 60px;
  height: 14px;
  background: #FFFFFF;
  opacity: 0.8;
}

.crea-47-article__text{
  position: relative;
  margin: -50px auto 0;
  width: 344px;
  background: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}

.crea-47-article__title{
  text-align: center;
  padding: 18px;
}

.crea-47-article__date{
  position: absolute;
  bottom: 0;
  width: 100%;
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
  text-align: center;
  color: #000000;
  opacity: 0.5;
}

.crea-47-tour-wrap{
  position: relative;
  margin: 80px 0 0;
  padding: 80px 0;
  background: url(/common/crea/images/crea-47prefectures/bg01.jpg) no-repeat;
  background-size: cover;
}

.crea-47-tour-wrap::before {
  content: "";
  background: url(/common/crea/images/crea-47prefectures/bg-mask.png);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.crea-47-tour-list{
  width: 1020px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.crea-47-tour-list__item{
  position: relative;
  width: 244px;
  height: 44px;
  margin: 0 13px 15px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 42px;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #E7D6D0;
  border-radius: 100px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}

.crea-47-tour-list__item:nth-child(4n) {
    margin-right: 0;
}

.crea-47-tour-list__item::after{
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: block;
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
}

.crea-47-tour-list__item.is-active{
  background: #E7D6D0;
  border: 1px solid #E7D6D0;
}

.crea-47-tour-list__item:nth-child(1)::after{
  background: url(/common/crea/images/crea-47prefectures/ico_landscape_gray.svg) no-repeat;
  background-size: cover;
}
.crea-47-tour-list__item.is-active:nth-child(1)::after{
  background: url(/common/crea/images/crea-47prefectures/ico_landscape_white.svg) no-repeat;
  background-size: cover;
}
.crea-47-tour-list__item:nth-child(2)::after{
  background: url(/common/crea/images/crea-47prefectures/ico_souvenir_gray.svg) no-repeat;
  background-size: cover;
}
.crea-47-tour-list__item.is-active:nth-child(2)::after{
  background: url(/common/crea/images/crea-47prefectures/ico_souvenir_white.svg) no-repeat;
  background-size: cover;
}
.crea-47-tour-list__item:nth-child(3)::after{
  background: url(/common/crea/images/crea-47prefectures/ico_handcraft_gray.svg) no-repeat;
  background-size: cover;
}
.crea-47-tour-list__item.is-active:nth-child(3)::after{
  background: url(/common/crea/images/crea-47prefectures/ico_handcraft_white.svg) no-repeat;
  background-size: cover;
}
.crea-47-tour-list__item:nth-child(4)::after{
  background: url(/common/crea/images/crea-47prefectures/ico_hotel_gray.svg) no-repeat;
  background-size: cover;
}
.crea-47-tour-list__item.is-active:nth-child(4)::after{
  background: url(/common/crea/images/crea-47prefectures/ico_hotel_white.svg) no-repeat;
  background-size: cover;
}
.crea-47-tour-list__item:nth-child(5)::after{
  background: url(/common/crea/images/crea-47prefectures/ico_hotspring_gray.svg) no-repeat;
  background-size: cover;
}
.crea-47-tour-list__item.is-active:nth-child(5)::after{
  background: url(/common/crea/images/crea-47prefectures/ico_hotspring_white.svg) no-repeat;
  background-size: cover;
}
.crea-47-tour-list__item:nth-child(6)::after{
  background: url(/common/crea/images/crea-47prefectures/ico_dish_gray.svg) no-repeat;
  background-size: cover;
}
.crea-47-tour-list__item.is-active:nth-child(6)::after{
  background: url(/common/crea/images/crea-47prefectures/ico_dish_white.svg) no-repeat;
  background-size: cover;
}
.crea-47-tour-list__item:nth-child(7)::after{
  background: url(/common/crea/images/crea-47prefectures/ico_immigration_gray.svg) no-repeat;
  background-size: cover;
}
.crea-47-tour-list__item.is-active:nth-child(7)::after{
  background: url(/common/crea/images/crea-47prefectures/ico_immigration_white.svg) no-repeat;
  background-size: cover;
}


.crea-47-tour-article-wrap{
  display: none;
  width: 1020px;
  margin: 24px auto 0;
  padding: 40px 136px 10px;
  background: #FFFFFF;
  border: 3px solid #E7D6D0;
  position: relative;
  z-index: 1;
}

.crea-47-tour-article-wrap.is-active{
  display: block;
}

.crea-47-tour-article{
  display: flex;
  margin-bottom: 16px;
}

.crea-47-tour-article__image{
  width: 120px;
  height: 120px;
  margin-right: 28px;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.crea-47-tour-article__image.pr::after{
  content: 'Promoted';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  width: 60px;
  height: 14px;
  background: #FFFFFF;
  opacity: 0.8;
}

.crea-47-tour-article__title{
  align-self: center;
}

.crea-47-tour-wrap .c-heading{
  position: relative;
  color: #fff;
  z-index: 1;
}

.crea-47-pref-wrap{
  padding: 80px 0 60px;
  background: #F5F5F5;
}

.crea-47-pref{
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.crea-47-pref__item{
  width: 150px;
  margin: 0 20px 20px 0;
  font-size: 16px;
}

.crea-47-pref__item:nth-child(6n){
  margin-right: 0;
}

.crea-47-pref__item a{
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
}

.crea-47-pref__item img{
  margin-bottom: 8px;
  border-radius: 5px;
}
