@charset "utf-8";
/* CSS Document */ :root {
  --black: #333;
  --brown: #421001;
  --yellow: #ffeb12;
  --kyellow: #ffffdf;
  --kpink: #ff0070;
  --pink: #d80a40;
  --ublue: #c8eaf5;
  --blue: #1a86bf;
  --kblue: #11107f;
  --navy: #063a47;
  --knavy: #03242d;
  --gray: #f8f8f8;
  --ugray: #F2F2F2;
  --red: #F01C1C;
  --orange: #ff4a13;
  --rave: #f3ecf9;
  --umizu: #A4ECFE;
  --cream: #ffffdf;
  --beige: #eee4d6;
  --green: #06c755;
  --upurple: #eceffb;
  --f_sans: 'Noto Sans JP', sans-serif;
  --f_serif: 'Noto Serif JP', serif;
  --center_contain: no-repeat center center / contain;
}
img {
  max-width: 100%;
}
#nopc,.nopc,.br-sp{ display: none !important;}
main.main { font-family: "Noto Sans JP", serif;}
#wrap {
  width: 100%;
  min-height: 400px;
  margin: 0 auto;
  font-size: 1.2rem;;
  color: var(--black);
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "sans-serif";
}
.breadcrumb__icon span{ color: #000;}

/* MV */
#mv {
  width: 100%;
  background-image: url(../img/main.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  height: 550px;
  align-items: center;
}
#mv img { margin-top: 9rem;}
p.title { text-align: center; }

.section__container {
  max-width: 1104px;
  margin: 0 auto;
}
/* ナビ */
#pageNavi.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	box-shadow:0px 1px 2px 0px rgba(0,0,0,0.1);
}
#pageNavi {
	width: 100%;
	height: 100px;
	background-color: var(--yellow);
}
#pageNavi ul {
	height: 70px;
	margin: 0 auto;
	display: flex;
  justify-content: space-between;
  padding: 1.5rem 0;
  width: 1104px;
  margin: 0 auto;
}
#pageNavi li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-weight: bold;
    text-decoration: none;
    transition: .3s;
    letter-spacing: 1px;
	  text-align: center;
    cursor: pointer;
    background: #fff;
    border-radius: 10px;
    margin: 0 0.3rem;
    position: relative;
    padding: 2rem;
}
#pageNavi ul li a {
    color: inherit;
    text-decoration: inherit;
    margin-top: -0.5rem;
    font-size: 1.2rem;
}
#pageNavi ul li a:hover { opacity: .7;}
#pageNavi ul li a::after {
  content: "▼";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  
}
#pageNavi li:last-of-type {
    border-right: solid 3px #FFF;
}
p.heading--note {
  text-align: center;
  font-weight: bold;
  margin: -2rem 0 2rem;
}

/* 商品箇所 */
h2.heading--title {
    background: var(--pink);
    color: #fff;
    padding: .5rem;
    font-weight: bold;
    position: relative;
}
h2.heading--title::after {
    position: absolute;
    content: url(../img/icon_kyu.png);
    bottom: 0;
    left: 2%;
}
h2.heading--ahao {
    background: var(--pink);
    color: #fff;
    padding: .5rem;
    font-weight: bold;
    font-size: 2.29rem;
    text-align: center;
    margin-bottom: 24px;
    text-align: center;
    line-height: 1.4;
}
.section__tour {
  max-width: 1104px;
  margin: 5rem auto 4rem;
  position: relative;
}
.section__tour.size-half{
  display: flex;
  justify-content: space-between;
}
.section__tour.size-half .size-half{ 
  width: 49%;
  display: flex;
  flex-direction: column;
}
.section__tour.size-half .size-half:first-child { margin-right: 2rem;}
.grid-row { gap: 10px; flex-grow: 1;}
.grid-col2,.grid-col4 {
  background: #FFF;
  box-shadow: 0 2px 4px rgb(0 0 0 / 15%);
}
.grid-col2 { width: calc((100% - (10px * 3)) / 2); margin: 0 auto;}
.grid-col4 { width: calc((100% - (10px * 3)) / 4);}
.grid-col4:empty {display: none;}
.imgContainer--full { margin: .5rem 0;}
.icon_int{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    color: #fff;
    padding: .2rem .5rem;
    background: #014099;
    font-weight: bold;
}
.icon_dom{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    color: #fff;
    padding: .2rem .5rem;
    background: #5db92e;
    font-weight: bold;
}
.col_waku .imgContainer--full>img { aspect-ratio: 5 / 3.5;}
.col_waku {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.heading--md { font-size: 1.2rem;}
.text--point { margin-bottom: .5rem;}
.grid-col__body {
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
}
.grid-col__link {
  margin-bottom: 1rem;
  background: #fff;
  margin-bottom: 1rem;
}
p.product__list--point {
  background: var(--red);
  text-align: center;
  color: #fff;
  margin-top: 0.5rem;
  font-size: 0.9rem;
  font-weight: bold;
  margin-top: auto;
}
p.product__list--dep {
    font-size: .85rem;
    text-align: center;
    padding-right: 1rem;
}
.text--smallPrice>span { font-size: large;}
.text--smallPrice {
  font-weight: 600;
  color: var(--red);
  text-align: center;
  padding-right: 1rem;
  font-size: 1.3rem !important;
}
.tour-nenyu{ 
  font-size: 1rem;
  text-align: center;
}
/* 海外AH／海外AO */
.product__list--more {
  grid-template-columns: 5em 1fr;
  display: grid;
  gap: 0 .5em;
  align-items: baseline;
  margin-top: .25em;
}
.product__list--more--title {
  display: inline-block;
  font-size: .95em;
  line-height: 1.5;
  background: #7d7d7d;
  color: #fff;
  text-align: center;
}
p#ah_price,p#ao_price { margin-top: auto;}

/* もっと見る */
.other-button p a { 
        background: #fff;
        border: 1px solid #CCC;
        display: block;
        border-radius: 50px;
        padding: 1rem 0;
        font-size: 1.3rem;
        text-align: center;
        width: 50%;
        margin: 2rem auto;
        background-image: url(/cmn/icon/icon_arrow_right.svg);
        background-repeat: no-repeat;
        background-position: right 4px center;
}
.size-half.other-button p a { 
        background: #fff;
        border: 1px solid #CCC;
        display: block;
        border-radius: 50px;
        padding: 1rem 0;
        font-size: 1.3rem;
        text-align: center;
        width: 100%;
        margin: 2rem auto;
        background-image: url(/cmn/icon/icon_arrow_right.svg);
        background-repeat: no-repeat;
        background-position: right 4px center;
}
.other-button p a:hover,.size-half .other-button p a:hover {
    color: #333;
    border-color: #888; 
    background-color: #E2E2E2; 
}
.size-half.other-button { display: flex;}
.size-half.other-button p { width: 50%; padding: 0 2rem;}
.more { text-align: center;}
.more a{ 
  font-size: 1.2rem;
  margin: 40px auto 20px;
  max-width: inherit;
  width: 600px;
}
.button--icon-arrowRightWhite { background-image: url(../img/angle-right-solid.svg);}

/* LINEメルマガ */
.align-center.heading--md{ font-size: 1.43rem; margin-bottom: 8px;}
.align-center { display: block !important; }
.bgGray { margin: 0;}
.coupon-info .button {
    width: 100%;
    max-width: 285px;
    min-height: 50px;
    vertical-align: middle;
    padding: 0 10px;
    line-height: 2;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    color: #333;
    background-color: #FFF;
    border: 1px solid #888;
    display: inline-flex;
    text-decoration: none;
    border-radius: 4px;
    text-align: center;
    font-size: 1rem;
    transition: .25s;
    align-items: center;
}
.coupon-info .button img {
  width: 29px;
  max-width: 32px;
  margin-right: 8px;
}
.coupon-info .button span {
  font-size: 1.42rem;
  font-weight: bold;
}
.coupon-info .txtGreen span { color: #00B900;}
.coupon-info .txtBlue span { color: #004098;}
.arrowRight:after {
  content: '';
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  top: calc(50% - 7px);
  right: 10px;
  transition: all .50s ease-out;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  border-color: #555;
}
.coupon-info .txtGreen:after { border-color: #00B900;}
.coupon-info .txtBlue:after { border-color: #004098;}

/* 検索 */
div#searchModSection { padding: 3rem 1rem;}
#searchArea .inner { padding:0 !important }

/* バナー */
.bnr_area{
  width: 992px;
  margin: 0 auto 3rem;
}
.bnr_area h3 {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
}
.bnr_area .cpn_info{
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;  
    margin-bottom: .5rem;
}
.title_more{
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

/* ★スマホ用★ */
.headfoot-is-sp .section__container{ width: 100%;}
.headfoot-is-sp .goTop__img--pc {
  display: none;
}
.headfoot-is-sp #nopc,.headfoot-is-sp .nopc,.headfoot-is-sp .br-sp{ display: block !important;}
.headfoot-is-sp #nosp,.headfoot-is-sp .nosp,.headfoot-is-sp .br-pc{ display: none !important;}
.headfoot-is-sp #wrap nav ul li a{
  font-size: 1rem;
	font-weight: bold;
  line-height: 1.1rem;
}
.headfoot-is-sp #pageNavi li { 
  width: calc((100% - 2rem) / 3);
  margin: 0.2rem;
}
.headfoot-is-sp #pageNavi li:first-child { border-left: none;}
.headfoot-is-sp #pageNavi li:last-of-type { border-right: none;}

.headfoot-is-sp #wrap { min-height: auto;}
.headfoot-is-sp .heading--title,.headfoot-is-sp .heading--schedule,.headfoot-is-sp .heading--ahao { 
  font-size: 1.6rem;
  margin: 1rem 0;
}
/* MV */
.headfoot-is-sp #mv {
  background-image: url(../img/main_sp.jpg);
  background-size: 100%;
  height: 63vw;
}
.headfoot-is-sp p.title { text-align: center;}
.headfoot-is-sp p.title img { width: 85%;}

/* ナビ */
.headfoot-is-sp #pageNavi { height: 12rem; padding: 0 0.5rem;}
.headfoot-is-sp #pageNavi ul { 
  width: 100%; 
  height: 70px; 
  flex-wrap: wrap; 
}
.headfoot-is-sp .textBox p { text-align: center;}
.headfoot-is-sp p.heading--note { margin: -1rem 0; font-size: 0.9rem;}
.headfoot-is-sp #pageNavi ul li a { flex: 1 0 auto;}

/* 商品箇所 */
.headfoot-is-sp .section__tour{ width: 95%; margin: 6rem auto 4rem;}
.headfoot-is-sp .section__sns{ width: 100%;}
.headfoot-is-sp .heading--tourtitle { font-size: 1.8rem; line-height: 31px;}
.headfoot-is-sp .section__tour.size-half { display: block; margin: 5rem auto 4rem;}
.headfoot-is-sp .section__tour.size-half .size-half { width: 100%;}
.headfoot-is-sp .size-half.end { margin-top: 4rem; }
.headfoot-is-sp .grid-row { padding: .5rem;}
.headfoot-is-sp .grid-col2,.headfoot-is-sp .grid-col4 { width:100% }
.headfoot-is-sp .imgContainer--full { width: 100%;}
.headfoot-is-sp .col_waku { flex-direction: row;}
.headfoot-is-sp .col_waku .imgContainer--full { 
  width: 55%; 
  margin-right: 1rem; 
  border-radius: 0;
}
.headfoot-is-sp .grid-col__body { width: 100%; padding-bottom: 0; padding-top: 0.5rem;}
.headfoot-is-sp .grid-col__link { margin-bottom: 0;}
.headfoot-is-sp .heading--md { font-size: 1.2rem;}
.headfoot-is-sp .text--point { margin-bottom: .5rem;}
.headfoot-is-sp .text--smallPrice,.headfoot-is-sp .product__list--dep{ 
  text-align: center;
  padding-right: 0;
}
.headfoot-is-sp .tour-nenyu{ 
  font-size: 0.8rem;
  text-align: center;
}
.headfoot-is-sp .icon_int,.headfoot-is-sp .icon_dom{
  position: unset;
  width: 100%;
  text-align: center;
  margin-bottom: .5rem;
}

/* もっと見る */
.headfoot-is-sp .other-button p a { 
  width: 100%;
  font-size: 1rem;
  margin: 1rem auto;
  background-size: 10%;
}
.headfoot-is-sp .more a { width: 100%; margin: 2rem auto;}
.headfoot-is-sp .size-half.other-button { display: block;}

/* 施策バナー */
.headfoot-is-sp .tenpo_shisaku{ width: 100%; margin: auto;
}
/* 特集 */
.headfoot-is-sp .innner,.headfoot-is-sp .section__container{ width:100%; margin: 0 auto;}
.headfoot-is-sp .feature{ width:100%; margin: 2rem auto 0;}
.headfoot-is-sp ul.clearfix {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.headfoot-is-sp ul.clearfix li{  width: calc(90% / 2); padding: 0.5rem;}
.headfoot-is-sp #couponInfo .button{ margin-bottom: 1rem;}
/* 検索 */
.headfoot-is-sp #searchArea .inner{ width: 100%; }
.headfoot-is-sp div#searchModSection { padding: 0 1rem 3rem;}
.headfoot-is-sp .size-half.other-button p { width: 100%;}

/* バナー */
.headfoot-is-sp .bnr_area{ width: 100%;}

/* LINEメルマガ */
.headfoot-is-sp .align-center.heading--md{ 
    font-weight: 700;
    font-size: 1.43rem;
    margin-bottom: 8px;
}
.headfoot-is-sp .align-center { text-align: center !important; }
.headfoot-is-sp .coupon-info .button {
	width: 100%;
	min-height: 40px;
	vertical-align: middle;
	padding: 0 10px;
	line-height: 2;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
	max-width: 100%;
	padding: 15px 23px 15px 10px;
	font-size: 1.14rem;
	margin-bottom: 10px;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #333;
	background-color: #FFF;
	border:1px solid #888;
}
.headfoot-is-sp .title_more{ font-size: 1.4rem;}
.headfoot-is-sp .product__list--more--text{ font-size: .9rem;}

/* ★タブレット用★ */
.is-ipad .spot__point_box li { width: calc(90% / 3);}
.is-ipad .spot__point_box li:nth-child(even) { margin: 0 auto 0.5rem; }
.is-ipad .map_txt { width: 60%;}
.is-ipad #wrap { min-height: auto;}

/* MV */
.is-ipad #mv { background-size: 100%; height: 280px;}
.is-ipad #mv img{ margin-top: 2rem; width: 35%;}
.is-ipad .section__container { max-width: 90%;}

/* ナビ */
.is-ipad #pageNavi ul { width: 85%;}

/* こちらもお見逃しなく */
.is-ipad  .bnr_area{ width: 85%;}
.is-ipad  .bnr_area .cpn_info{ font-size: 1.3rem;}

/* バナー */
.is-ipad .bnr_area{ width: 100%; text-align: center;}

/* 商品箇所 */
.is-ipad .section__tour { width: 85%;}


@media (orientation: portrait){
.is-ipad .breadcrumb { width: 100%;}
    width: 1024px;
    margin: 0 auto;
.is-ipad #wrap nav ul{ width: 100%;}
.is-ipad .section__container { width: 95%;}
.is-ipad #searchArea .inner { width: 100%;}

/* MV */
.is-ipad #mv { background-size: 100%; height: 195px;}


/* ナビ */
.is-ipad #pageNavi ul li a { flex: 1 0 auto;}

/* 商品箇所 */
.is-ipad .section__tour.size-half .size-half:first-child { margin-right: 1rem;}
.is-ipad .grid-col2 { width: calc((100% - (5px * 3)) / 2); margin: 0 auto;}
.is-ipad .grid-col4 { width: calc((100% - (10px * 3)) / 4); margin: 0 auto;}
.is-ipad p.product__list--dep { padding-right: 0;}
.is-ipad .text--smallPrice {
  padding-right: 0;
  font-size: 1.1rem !important;
}
.is-ipad .tour-nenyu{ font-size: .8rem}

/* もっと見る */
.is-ipad .other-button p a { width: 70%; font-size: 1.1rem;}
.is-ipad .size-half .other-button p a { 
  width: 90%;
  font-size: 1.1rem;
  background-size: 3rem;
  background-position: right -3px center;
}

/* 商品 */
.is-ipad .grid-col3 {width: calc(95% / 3);}
.is-ipad .grid-row {padding: 0 1rem;}
.is-ipad .text--smallPrice {font-size: 1rem;}
.is-ipad #oubo .btn img {width: 85%;}

/* バナー */
.is-ipad .bnr_area{ width: 90%;}
}



