@charset "utf-8";
/* CSS Document */ :root {
  --black: #333;
  --brown: #343434;
  --yellow: #ffe906;
  --kyellow: #FFCB22;
  --pink: #cc1852;
  --ublue: #d0dff1;
  --blue: #0077BE;
  --navy: #10407f;
  --knavy: #072063;
  --gray: #999;
  --ugray: #F2F2F2;
  --red: #F01C1C;
  --orange: #E7770F;
  --rave: #f3ecf9;
  --umizu: #A4ECFE;
  --cream: #ffecb6;
  --green: #06c755;
  --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";
}
iframe{
  width:100%;
}
/* MV */
#mv {
  width: 100%;
  background-image: url(../img/osusume_tour_mv.png);
  background-repeat: no-repeat;
  background-position: top center;
  height: 668px;
  align-items: center;
}
#mv img{
  width: 55rem;
  display: block;
  margin: auto;
}
/*オススメツアー*/
.intro{
  font-size: 1.4rem;
  text-align: center;
  padding: 3%;
}
.ichioshi{
  font-size: 2rem;
  font-weight: 700;
  color: #ff00dd;
}
.rec_img{
  width: 50%;
  display: block;
  margin: auto;
}
.rec_mov{
  background-color: #fffbdd;
  padding: 3%;
}
.rec_ttl{
  font-size: 3rem;
  text-align: center;
  font-weight: 600;
  color: #0087bd;
}
.rec_mov iframe{
  margin: auto;
  width: 800px;
  height: 450px;
  display: block;
}
.rec_tour{
  background-color: #fff;
  margin: 2% auto;
  width: 86%;
}
.rec_tour a{
  padding: 2%;
  display: block;
}
.rec_tour .title{
  font-size: 1.6rem;
  font-weight: 600;
}
.rec_tour .tour_link{
  padding: 1.5%;
  margin: 2% auto;
}
/*これまでのオススメツアー*/
.tagList:empty,.product__list--point:empty{
  display: none;
}
.archive_ttl{
  font-size: 2.3rem;
  text-align: center;
  font-weight: 600;
  border: 2px solid #11069f;
  color: #11069f;
  margin: 3% 0;
}
/* 商品箇所 */
.tagList__text{
   border-radius: 0;
   width: 100%;
}
.heading--tourtitle {
    font-weight: bold;
    margin-bottom: 1.3rem;
    font-size: 2.2rem;
    background: var(--navy);
    text-align: center;
    padding: 0.5rem 0;
    color: #fff;
}
.grid-col__link{
  border: 2px solid #ddd;
  padding: 0.5rem;
  margin-bottom: 1rem;
}
.grid-col__link a {
  flex: 1;
}
.grid-col__link:hover {
  opacity: 1;
}
.grid-col__body {
  height: 100%;
  display: grid;
}
.grid-col__body .height {
  margin-top: auto;
}
.tagList li::before{
  content: "・"; 
}
.tagList__text:empty{
  display: none;
}
.col_waku .imgContainer--full>img { aspect-ratio: 5 / 3.5;}
.tour_waku {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
}
.col_waku .imgContainer--full>img { aspect-ratio: 5 / 3.5;}
.tour_waku .img { margin-right: 2rem; width: 60%;}
.lx_textBox h3,.mnTxt_1 h3 {
  font-size: 1.1em;
  font-weight: 600;
  color: var(--red);
}
.height{
  text-align: center;
}
.text_tour {
  font-size: 1rem;
  padding: 0.5rem;
  background: var(--ugray);
  margin: 0.5rem 0;
}
.heading--md { font-size: 1.3rem;}
.text--smallPrice {
  font-weight: 600;
  color: var(--red);
  padding-right: 1rem;
  font-size: 1.4rem;
}
.text--smallPrice>span{
  font-size: 1.4rem
}
.tour-nenyu{ 
  font-size: 1rem;
}
p.product__list--point {
  background: #11069f;
  text-align: center;
  color: #fff;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: bold;
  padding: 1%;
}
.tour_link{
  text-align: center;
  padding: 3%;
  background: #0087bd;
  color: #fff;
  border-radius: 2rem;
  font-size: 1.2rem;
  text-decoration: none;
  width: 100%;
  margin-top: 3%;
}
/*SOLDOUT*/
.soldout a{
  pointer-events: none;
}
.soldout .tour_link{
  background: #fff;
  color:#000;
}
/*アーカイブもっと見る*/
details {
  width:100%;
}
summary{
  text-align: center;
  padding: 1%;
  font-size: 1.2rem;
  background: #e7e7e7;
  margin: 3% auto;
}
/*高田課長プロフィール*/
.introduction{
  background-color: #54ceff;
  padding: 3%;
}
.introduction_box{
  width:960px;
  margin: auto;
  background-color: #fff;
}
.introduction_box .about{
  text-align: center;
  font-size: 1.8rem;
  padding: 2%;
}
.introduction_box ul{
  display: flex;
  padding: 2%;
}
.introduction_box ul .left{
  width: 30%;
}
.introduction_box ul .right{
  width: 70%;
  padding: 2%;
}
.introduction_box ul .right dt{
  font-size: 2rem;
  font-weight: 600;
  color: #11069f;
}
.introduction_box ul .right .name{
  font-size: 2.3rem;
}
.introduction_box ul .right .small{
  font-size: 1.2rem;
}
.introduction_box ul .right .active{
  font-size: 1.4rem;
  background: #f9ff00;
  padding: 1%;
  text-align: center;
  margin: 2% 0;
}

/* 検索 */
div#searchModSection {
  padding: 3rem 1rem;
}
/*おすすめ特集*/
#bn_area{
  width:960px;
  margin:auto;
  padding: 2% 0;
}
#bn_area .recmmend_ttl{
  text-align: center;
  font-size: 2rem;
}
#bn_area .recmmend_bnr ul{
  display: flex;
  width:100%;
}
#bn_area .recmmend_bnr ul li{
  width:25%;
  padding:2%;
}
#bn_area .recmmend_bnr ul li a{
  display: block;
}
#back-to-top{
  position: fixed;
    right: 12px;
    bottom: 12px;
    z-index: 500;
}
/* ★スマホ用★ */
.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 { 
  font-size: 1.6rem;
  margin: 1rem 0;
}
/* MV */
.headfoot-is-sp #mv {
  background-image: url(../img/osusume_tour_mv_sp.png);
  background-size: 100%;
  height: 61vw;
}
.headfoot-is-sp p.title { text-align: center;}
.headfoot-is-sp p.title img { width: 85%;}
/*MV下の紹介＆今週のおすすめツアー*/
.headfoot-is-sp .intro{
  padding: 0%;
}
.headfoot-is-sp .rec_img,.headfoot-is-sp .rec_tour,.headfoot-is-sp #bn_area{
  width: 100%;
}
.headfoot-is-sp .rec_ttl{
  font-size: 1.7rem;
}
.headfoot-is-sp .rec_mov iframe{
  width: 100%;
  height: 14rem;
}
/*これまでのオススメツアー*/
.headfoot-is-sp .archive_ttl{
  font-size: 1.5rem;
}
/*高田課長プロフィール*/
.headfoot-is-sp .introduction_box{
  width:100%;
}
.headfoot-is-sp .introduction_box .about{
  font-size: 1.5rem;
}
.headfoot-is-sp .introduction_box ul{
  display: block;
}
.headfoot-is-sp .introduction_box ul .left,.headfoot-is-sp .introduction_box ul .right{
  width: 96%;
  margin: auto;
}
.headfoot-is-sp .introduction_box ul .left img{
  width: 80%;
  text-align: center;
  margin: auto;
  display: block;
}
.headfoot-is-sp .introduction_box ul .right .name {
  font-size: 1.8rem;
  font-weight: 600;
}
/* おすすめ特集 */
.headfoot-is-sp #bn_area .recmmend_bnr ul{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
.headfoot-is-sp #bn_area .recmmend_bnr ul li{
  width: 48%;
}
.headfoot-is-sp .introduction_box ul .right .active{
  font-size: 1.5rem;
}
/*検索*/
.headfoot-is-sp div#searchModSection{
  padding: 2% 0;
}
/*ページトップへ*/
.headfoot-is-sp #back-to-top img{
  width: 100%;
  height: 8rem;
}
/* ★タブレット用★ */
.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.section__container,.is-ipad .introduction_box,.is-ipad #bn_area{
  width: 100%;
}


@media (orientation: portrait){
.is-ipad .breadcrumb { width: 100%;}
.is-ipad #wrap nav ul{ width: 100%;}
.is-ipad .section__container { width: 100%;}
.is-ipad p.floorplan { width: 65%;}
.is-ipad #pageNavi ul { width: 100%;}
.is-ipad div#freetour { width: 100%;}
.is-ipad ul.clearfix { width: 100%;}
.is-ipad span.product__list--more--text { overflow-wrap: anywhere;}
}

