@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@800&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;700;900&display=swap');

/* CSS Document */

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}
body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 1.8;
    color: #000;
    text-align: center;
}
#container {
    background: #fff;
    max-width: 1750px;
    margin: 0 auto;
}
.ro {
    transition: all 0.25s ease-out;
}
.ro:hover {
    transition: all 0.25s ease-out;
    opacity: .7;
    cursor: pointer;
}
.innerWrap {
    margin: 0 auto;
}
.pcCont {
    display: block;
}
.spCont {
    display: none;
}

@media only screen and (max-width: 767px) {
    .pcCont {
        display: none;
    }
    .spCont {
        display: block;
    }
}

.eg {
    font-family: 'Barlow Condensed', sans-serif;
}
#breadcrumbs {
    color:#333;
    text-align: left;
    margin: 0 auto;
    padding: 12px 0 12px 30px;
    font-size: 12px;
    background-color:#f2f2f2;
}
#breadcrumbs a{
    color:#4e4e4e;
    text-decoration: none;
}
#breadcrumbs ul{
    display: flex;
}
#breadcrumbs li{
    margin-right:15px;
}
#breadcrumbs li:not(:first-child):before {
    content: ">";
    margin-right: 8px;
}
@media screen and (max-width:767px) {
    #breadcrumbs {
        max-width:auto;
        margin: 0 auto;
        padding: 9px 15px;
 
        overflow-x: scroll;
        word-break: keep-all;
        white-space: nowrap;
         -webkit-overflow-scrolling: touch;
    }
}
#main_contents h2,h3,h4,h5{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	color:#1a3e92;
	font-style:italic;
	font-weight: 600;
	font-feature-settings: 'palt';
	letter-spacing: 0.1em;
}
.min{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: bold;
}



/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■header
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

header {
    display: flex;
    align-items: center;
    background-color: #cc0000;
    padding:0 30px;
    height:80px;
    position:relative;
}

header img {
    width: 103px;
    height: 23px;
}

header h1 {
    position:absolute;
    right:30px;
    width:calc(100% - 60px - 500px);
    font-size: 1.4rem;
    color: #fff;
    text-align:right;
}

header h2{
    margin: 0 40px 0 64px;
    padding: 0;
    color:#fff;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
header h2 big{
    font-size: 24px;
    margin-right: 24px;
}
header select {
    width: auto;
    height: 44px;
    appearance: none;
    padding-right: 20px;
    background: url(../../../wp-content/themes/jumbotours/assets/img/header_select_white.svg) no-repeat right 16px center #000;
    background-size: 10px 12px;
    color: #fff;
    border: 0;
    border-radius: 36px;
    box-sizing: border-box;
    padding: 0 36px 0 24px;
    margin: 0;
    box-shadow: none;
    font-size: 18px;
    font-weight: normal;
    outline: none;
}

@media screen and (max-width:767px) {
    header {
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        background: #DBDBDB;
        height: auto;
    }
    header .logo {
        position: relative;
        right:auto;
        order: 2;
        width: 100%;
        height: 56px;
        margin: 0;
        padding: 0 0 0 16px;
        background: #BF0101;
        text-align: left;
        display: flex;
        align-items: center;
    }
    header img {
        width: 70px;
        height: auto;
    }
    header h1{
        font-size:1.3rem;
        width:auto;
        top:10px;
        right:16px;
		line-height: 1.5;
    }
    header h2 {
        order: 3;
        margin: 0;
        padding: 0 15px;
        font-size: 12px;
        font-weight: bold;
        display: flex;
        align-items: center;
        color:#333;
    }
    header h2 big{
        font-size: 17px;
        margin-right: 0;
    }
    header .departure {
        order: 4;
        flex: 1;
        margin: 0;
        padding: 8px 0;
        text-align: left;
        /*color:#333;*/
    }
    header select{
        width: auto;
        height: 38px;
        padding-right: 20px;
        /*background: url(../../../wp-content/themes/jumbotours/assets/img/header_select_black.svg) no-repeat right 16px center #fff;*/
		background-position: right 16px center;
        background-size: 10px 12px;
        /*color: #000;*/
        border: 0;
        padding: 0 36px 0 24px;
        margin: 0;
        box-shadow: 0;
        font-size: 16px;
        font-weight: bold;
    
    }
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■header tab
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#tab {
    background-color: #f2f2f2;
    border-bottom: 4px solid #cc0000;
    padding: 20px 0 0 0;
}

#tab ul {
    display: flex;
    justify-content: center;
}

#tab li {
    box-sizing: border-box;
    text-align: center;
    background-color: #e9e9e9;
    border-radius: 3px 3px 0 0;
    margin: 0 5px;
    border: 1px solid #b9b9b9;
    border-bottom: none;
}

#tab li.active {
    background-color: #cc0000;
    border: none;
}

#tab li a {
    display: block;
    width: 170px;
    padding: 7px 0;
    color: #000;
    text-decoration: none;
}

#tab li.active a {
    color: #fff;
}

#tab li a:hover {
    opacity: 0.7;
}

@media screen and (max-width:767px) {
    #tab {
        padding-top: 10px;
    }
    #tab li {
        width: 30%;
        font-size: 1.2rem;
    }
    #tab li a {
        width: 100%;
    }
}

#topics {
    overflow: hidden;
    width: 100%;
    background-color: #c00;
}

#topics ul {
    display: inline-block;
    white-space: nowrap;
    animation: flowing 50s linear infinite;
    transform: translateX(0);
    padding: 10px 0 4px;
}

#topics ul li {
    display: inline;
    margin: 0 50px 0 0;
}

@keyframes flowing {
    100% {
        transform: translateX(-100%)
    }
}

@media screen and (max-width:767px) {
    #topics {
        overflow: hidden;
        width: 100%;
        background-color: #c00;
    }
    #topics ul {
        padding: 8px 0 3px;
        margin-left: 20px;
    }
    #topics ul li {
        margin-right: 25px;
    }
    #topics ul li img {
        width: 680px;
    }
}


/*/////////////////////////////　フッター　////////////////////////////*/

footer {
    text-align: left;
    position: relative;
    padding: 100px 0 0 0;
}

footer ul {
    margin: 0 auto;
    padding: 0;
    font-size: 12px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 11px;
    right: 40px;
}

footer li {
    margin: 0 0 0 24px;
    padding: 0;
}

footer .copyright {
    background: #ececec;
    padding: 24px 40px;
    text-align: left;
    margin: 0 auto;
    font-size: 1rem;
}

footer .copyright a {
    color: inherit !important;
    text-decoration: none;
}

footer div {
    color: #fff;
    background: #445289;
    padding: 40px calc(50% - 450px);
    padding: 40px -webkit-calc(50% - 450px);
    display: flex;
    flex-wrap: wrap;
}

footer dl {
    margin: 0 0 0px 0;
    padding: 0;
    display: flex;
    align-items: center;
    width: 100%;
}

footer dd {
    font-size: 13px;
    margin: 0 12px 0 0;
    padding: 0;
}

footer dt {
    margin: 0 16px 0 0;
    padding: 0;
    font-size: 15px;
    font-weight: bold;
}

footer dd a {
    color: #fff !important;
    font-size: 100%;
    vertical-align: baseline;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

footer dd a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 767px) {
    footer {
        padding: 60px 0 0 0;
    }
    footer ul {
        text-align: center;
        display: block;
        position: static;
    }
    footer li {
        margin: 0;
        padding: 0 15px;
    }
    footer .copyright {
        padding: 15px 20px;
    }
    footer div {
        display: block;
        padding: 20px;
        margin-top: 20px;
    }
    footer dl {
        margin: 0;
        flex-wrap: wrap;
    }
    footer dt {
        width: 100%;
        margin: 0 0 12px 0;
    }
}


/* ページトップ */

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 15px;
    z-index: 100;
}

#page-top a {
    background: #AB1436;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}

#page-top a:hover {
    text-decoration: none;
    background: #333;
}
@media screen and (max-width: 767px) {
	#page-top{
		display: none !important;
	}
}
@media screen and (max-width: 560px) {
    #page-top {
        position: fixed;
        bottom: 20px;
        right: 10px;
        font-size: 13px;
    }
    #page-top a {
        background: #AB1436;
        text-decoration: none;
        color: #fff;
        width: 100px;
        padding: 20px 0;
        text-align: center;
        display: block;
        border-radius: 5px;
    }
    #page-top a:hover {
        text-decoration: none;
        background: #333;
    }
}



/*/////////////////////////////　2022年度メインコンテンツ　////////////////////////////*/
.ofi{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
img{
	image-rendering: -webkit-optimize-contrast;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■main_contents
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#main_contents{
	overflow: hidden;
	min-width: 1280px;
	font-family: 'Zen Kaku Gothic New', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
	font-weight: 500;
}
#main_contents .en{
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
#main_contents a{
	color: inherit;
	text-decoration: none;
}
#main_contents .swiper-button-prev,
#main_contents .swiper-button-next{
	line-height: 1;
	width: 52px;
	height: 52px;
	background: url(../img/slide_arrow_back.png) no-repeat center center rgba(0,0,0,0.7);
	-webkit-background-size: 12px auto;
	background-size: 12px auto;
	margin-top: -26px;
}
#main_contents .swiper-button-next{
	background-image: url(../img/slide_arrow_next.png);
}
@media only screen and (max-width: 767px) {
	#main_contents{
		min-width: inherit;
		width: 100%;
	}
	#main_contents .swiper-button-prev,
	#main_contents .swiper-button-next{
		width: 37px;
		height: 37px;
		-webkit-background-size: 8px auto;
		background-size: 8px auto;
		margin-top: 0;
	}
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■main_vs
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#main_vs #hd_area{
	background: url(../img/main_hd_bg.png) no-repeat center top;
	height: 284px;
	text-align: center;
	padding-top: 42px;
	font-weight: 600;
	position: relative;
}
#main_vs #hd_area .sub{
	font-size: 3rem;
	color: #84c7ff;
	letter-spacing: 0.1em;
	padding-left: 20px;
	margin-bottom: 8px;
}
#main_vs #hd_area .sub span{
	border-bottom: 2px dotted #84c7ff;
}
#main_vs #hd_area .catch{
	font-size: 4.3rem;
	color: #fff;
}
#main_vs #hd_area .catch span.pcCont{
	display: inline-block;
}

/*タブ部分*/
#main_vs .tab_area{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 4px solid #f34d26;
}
#main_vs .tab{
	max-width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
#main_vs .tab li{
	color: #fff;
	letter-spacing: 0.1em;
	font-style: italic;
	width: calc(50% - 2px);
	line-height: 1;
	border-radius: 4px 4px 0 0;
	overflow: hidden;
	background: #fff;
	font-size: 2.6rem;
}
#main_vs .tab li.active{
	font-size: 3rem;
}
#main_vs .tab li .small{
	font-size: 80%;
}
#main_vs .tab li .btn{
	background: repeat center top;
	width: 100%;;
	height: 58px;
	padding-top: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#main_vs .tab li.active .btn{
	height: 68px;
}
#main_vs .tab li.newyear .btn{
	background-image: url(../img/tab01_bg_off.png);
	color: #cdcdcd;
}
#main_vs .tab li.newyear.active .btn{
	background-image: url(../img/tab01_bg.png);
	color: #fff;
}
#main_vs .tab li.gw,
#main_vs .tab li.esummer{
	font-family: "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
	letter-spacing: normal;
	font-weight: 700;
}
#main_vs .tab li.gw .btn{
	background-image: url(../img/tab02_bg_off.png);
	color: #3a8a4f;
}
#main_vs .tab li.gw.active .btn{
	background-image: url(../img/tab02_bg.png);
	color: #008d54;
}
#main_vs .tab li.esummer .btn{
	background-image: url(../img/tab03_bg_off.png);
	color: #cdcdcd;
}
#main_vs .tab li.no .btn{
	background-image: url(../img/tab_off.png);
	pointer-events: none;
	color: #fff !important;
}

/*タイトル部分*/
#main_ttl {
	height: 555px;
	line-height: 1;
	position: relative;
	background: url(../img/main_bg.jpg) no-repeat center top;
	z-index: 0;
	
}
#main_ttl h1 {
	position: absolute;
	top: 17px;
	left: 50%;
	margin-left: -597px;
}
#main_ttl .tokuten{
	position: absolute;
	top: 51px;
	left: 50%;
	margin-left: 283px;
}
#main_ttl .tokuten li{
	margin-bottom: 5px;
}

/*#main_ttl .slide{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
#main_ttl .slide .img{
	height: 660px;
	overflow: hidden;
}
#main_ttl .swiper-slide-active img,
#main_ttl .swiper-slide-duplicate-active img,
#main_ttl .swiper-slide-prev img{
	animation: zoomUp 10s linear 0s 1 normal both;  
}
@keyframes zoomUp {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.15);
	}
}*/
@media only screen and (max-width: 767px) {
	#main_vs #hd_area{
		background: url(../img/main_hd_bg_sp.png) no-repeat center center;
		-webkit-background-size: cover;
		background-size: cover;
		/*-webkit-background-size: auto 195px;
		background-size: auto 195px;*/
		background-color: #222f53;
		height: 195px;
		padding-top: 16px;
	}
	#main_vs #hd_area .sub{
		font-size: 2rem;
		padding-left: 0;
		margin-bottom: 10px;
	}
	#main_vs #hd_area .sub span{
		padding-bottom: 2px;
	}
	#main_vs #hd_area .catch{
		font-size: 3rem;
		line-height: 1.16;
	}
	#main_vs #hd_area .catch span.pcCont{
		display: none;
	}

	/*タブ部分*/
	#main_vs .tab{
		padding: 0 8px;
	}
	#main_vs .tab li{
		font-size: 1.6rem;
		width: 50%;
	}
	#main_vs .tab li.active{
		font-size: 1.9rem;
	}
	#main_vs .tab li .btn{
		height: 38px;
		padding-top: 2px;
	}
	#main_vs .tab li.active .btn{
		height: 48px;
	}
	#main_vs .tab li.newyear .btn{
		background: url(../img/tab01_bg.png);
		-webkit-background-size: auto 100%;
		background-size: auto 100%;
	}
	
	#main_ttl {
		height: auto;
		background-image: url(../img/main_bg_sp.jpg);
		-webkit-background-size: cover;
		background-size: cover;
		padding-bottom: 10px;
		margin-bottom: 0;
	}
	#main_ttl img{
		width: 100%;
		height: auto;
	}
	#main_ttl h1{
		position: static;
		margin: 0;
	}
	#main_ttl .tokuten{
		position: static;
		margin-left: 0;
		display: flex;
		flex-wrap: wrap;
	}
	#main_ttl .tokuten li{
		margin-bottom: 0;
		width: 50%;
	}
	
	/*#main_ttl h1 {
		width: 100%;
		position: relative;
	}
	#main_ttl h1 img{
		width: 495px;
		height: auto;
		position: absolute;
		left:calc(50% - 248px);
		top:32px;
	}
	#main_ttl .slide .img{
		height: 535px;
	}*/
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■tokuten
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#tokuten_sec{
	text-align: center;
	padding: 27px 20px 19px;
}
/*#tokuten_sec h2{
	font-size: 42px;
	letter-spacing: 0.1em;
	font-feature-settings: 'palt';
	background: url(../img/bg_tokuetn.png) no-repeat center top;
	padding: 94px 0 26px;
	margin-bottom: 20px;
}*/
#tokuten_sec ul{
	max-width: 998px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#tokuten_sec ul li{
	width: 50%;
	
}
#tokuten_sec ul li.full{
	width: 100%;
}
#tokuten_sec ul li img{
	max-width: 100%;
	height: auto;
}

.autumn_bg{
	/*position: absolute;
	left:calc(50% - 875px);
	top:0;
	z-index: 1;
	background: url(../img/bg_autumn.png) repeat-y center top;
	width:1750px;
	height:10000px;
	pointer-events: none;*/
	display: none;
}
@media screen and (max-width:767px) {
	#tokuten_sec{
		padding: 20px 0 23px;
	}
	/*#tokuten_sec h2{
		font-size: 32px;
		line-height: 1.2;
		background: url(../img/bg_tokuten_sp.png) no-repeat center top;
		background-size: 375px auto;
		padding: 55px 0 16px;
		margin-bottom: 20px;
	}*/
	/*#tokuten_sec ul{
		display: block;
	}
	#tokuten_sec ul li{
		width: 100%;
		display: flex;
		justify-content: center;		
		margin-bottom: 14px;
	}
	#tokuten_sec ul li img{
		width:100%;
		max-width: 320px;
	}*/
}
/* anchor */
.anchor_btn {
    max-width: 1000px;
    margin: 0 auto 120px auto;
    display: flex;
    justify-content: space-between;
    padding: 0 35px;
}
.anchor_btn li {
    width: 30%;
}
.anchor_btn li a {
    color: #000;
    font-weight: bold;
    display: block;
    width: 100%;
    border: 1px solid #b9b9b9;
    padding: 18px 15px 18px 25px;
    text-decoration: none;
}
.anchor_btn li a:after {
    content: "　▼";
    color: #aaa;
    font-size: 1.0rem;
}

.anchor_btn li a:hover {
    opacity: 0.8;
}

@media screen and (max-width:767px) {
    .anchor_btn {
        display: block;
    }
    .anchor_btn {
        margin-bottom: 40px;
    }
    .anchor_btn li {
        font-size: 1.4rem;
        width: 100%;
        margin: 0 0 20px 0;
    }
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■intro_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#intro_sec {
	background: url(../img/bg_intro.png) repeat-x top center #ffe7ae;
	padding: 45px 20px 35px;
	text-align: center;
	border-top:4px solid #eb8e00;
}
@media only screen and (max-width: 767px) {
	#intro_sec {
		background-image: url(../img/bg_intro_sp.png);
		-webkit-background-size: 20px auto;
		background-size: 20px auto;
		padding: 22px 0;
	}
}

/*エリアボタン*/
#intro_sec .tag_btn {
	display: flex;
	justify-content: center;
	margin-bottom: 25px;
	line-height: 1.2;
}
#intro_sec .tag_btn li{
	margin: 0 5px 5px;
	font-size: 1.8rem;
}
#intro_sec .tag_btn li a{
	display: flex;
	text-align: center;
	padding:11px 17px 9px 13px;
	background: #fff;
	border: 1px solid #000;
	border-radius: 50px;
}
@media only screen and (max-width: 767px) {
	#intro_sec .tag_btn {
		flex-wrap: wrap;
		padding: 0 5px;
		margin-bottom: 14px;
	}
	#intro_sec .tag_btn li{
		margin: 0 2px 10px;
		font-size: 1.5rem;
	}
	#intro_sec .tag_btn li a{
		padding: 6px 10px;
		border-width: 1px;
	}
}

#intro_sec .tag_btn li.oki a{
	color: #b90026;
	border-color: #db5847;
}
#intro_sec .tag_btn li.rit a{
	color: #0c84ca;
	border-color: #0c84ca;
}
#intro_sec .tag_btn li.kyu a,
#intro_sec .tag_btn li.ama a{
	color: #c36904;
	border-color: #dd8114;
}
#intro_sec .tag_btn li.chu a{
	color: #d1337b;
	border-color: #d1337b;
}
#intro_sec .tag_btn li.hok a{
	color: #089304;
	border-color: #46a64c;
}
#intro_sec .tag_btn li.tou a{
	color: #0d4fad;
	border-color: #0d4fad;
}
#intro_sec .tag_btn li.tyo a{
	color: #7c42dd;
	border-color: #7c42dd;
}
#intro_sec .tag_btn li.osa a{
	color: #c2094f;
	border-color: #c2094f;
}

/*テキスト部分*/
#intro_sec .ttl_area {
	margin-bottom: 37px;
	line-height: 1.4;
}
#intro_sec .ttl_area .sub{
	font-size: 2.6rem;
	font-weight: 600;
	color: #1a3e92;
	letter-spacing: 0.12em;
	font-feature-settings: 'palt';
	font-style: italic;
	margin-bottom: 5px;
}
#intro_sec .ttl_area .ttl {
	font-size: 4rem;
	letter-spacing: 0.025em;
	margin-top: -3px;
}
#intro_sec .ttl_area .line {
	font-size: 5rem;
	position: relative;
	display: inline-block;
	z-index: 0;
}
#intro_sec .ttl_area .line .small{
	font-size: 4rem;
}
#intro_sec .ttl_area .line::after{
	content: "";
	display: block;
	width: 100%;
	height: 16px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 6px;
	opacity: 0.8;
	z-index: -1;
}
@media only screen and (max-width: 767px) {
	#intro_sec .ttl_area {
		padding: 0 10px;
		margin-bottom: 0;
		/*margin-bottom: 30px;*/
	}
	#intro_sec .ttl_area .sub{
		font-size: 1.7rem;
		margin-bottom: 8px;
	}
	#intro_sec .ttl_area .ttl {
		font-size: 2.4rem;
		margin-top: 2px;
	}
	#intro_sec .ttl_area .line {
		font-size: 3rem;
	}
	#intro_sec .ttl_area .line .small{
		font-size: 2.4rem;
	}
	#intro_sec .ttl_area .line::after{
		height: 8px;
	}
}

/*アンカー*/
#intro_sec .anchor {
	display: flex;
	justify-content: space-between;
	max-width: 1100px;
	margin: 0 auto;
}
#intro_sec .anchor li {
	width: 24%;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.4;
	font-weight: 700;
	background: url(../img/bg_anchor.png) repeat center top;
	position: relative;
}
#intro_sec .anchor a {
	display: block;
	padding: 0 15px 25px;
	transition: all 0.25s ease-out;
}
#intro_sec .anchor a::after{
	content: "▼";
	font-size: 1.2rem;
	position: absolute;
	bottom: 10px;
	line-height: 1;
	left: 50%;
	margin-left: -0.5em;
}
#intro_sec .ico {
	display: block;
	margin: -12px 0 13px;
}
#intro_sec .plan01 .ico,
#intro_sec .plan03 .ico,
#intro_sec .plan04 .ico{
	margin-bottom: 21px;
}

#intro_sec .txt {
	color:#fff;
	font-size: 15px;
}
#intro_sec .txt .ttl {
	font-size: 120%;
}
@media only screen and (max-width: 767px) {
	#intro_sec .anchor {
		flex-wrap: wrap;
		justify-content: space-between;
		border-bottom: 1px solid rgba(0,0,0,.2);
		position: fixed;
		left: 5px;
		right: 5px;
		bottom: 0;
		z-index: 100;
	}
	#intro_sec .anchor li {
		width: calc(25% - 1px);
		font-feature-settings: "palt";
		padding: 0;
		font-size: 1.4rem;
		line-height: 1.17;
	}
	/*#intro_sec .anchor li:nth-of-type(2n + 1){
		border-right: 1px solid rgba(0,0,0,.2);
	}*/
	#intro_sec .anchor a {
		padding: 0 10px 15px;
		position: relative;
	}
	#intro_sec .anchor a::after{
		font-size: 0.7rem;
		bottom: 4px;
	}
	#intro_sec .ico {
		display: block;
		margin: 0 0 -5px !important;
	}
	/*#intro_sec .plan01 .ico{
	margin-bottom: 22px;
	}
	#intro_sec .plan03 .ico,
	#intro_sec .plan04 .ico{
		margin-bottom: 17px;
	}*/
	#intro_sec .ico img{
		width: 23px;
		height: auto;
		position: relative;
		top: -8px;
	}
	#intro_sec .txt .ttl {
		font-size: 100%;
	}
}
#intro_sec .anchor li.plan01 a::after{
	color: #a1d4ff;
}
#intro_sec .anchor li.plan02 a::after{
	color: #7e86f5;
}
#intro_sec .anchor li.plan03 a::after{
	color: #c0cd81;
}
#intro_sec .anchor li.plan04 a::after{
	color: #c9b898;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■plan_block
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.plan_block{
	padding: 75px 20px 54px;
	background: #f7eecf url(../img/bg_plan01.png) no-repeat center top;
	position: relative;
}
.plan_block .innerWrap{
	position: relative;
	z-index: 1;
}
.plan_block .ttl_area {
	background: url(../img/01_title.png) no-repeat center top;
	position: relative;
	/*padding-top: 34px;
	margin-bottom: 46px;*/
	padding-bottom: 48px;
}
.plan_block .ttl_area .ico {
	display: block;
	margin-bottom: 20px;
}
.plan_block .ttl_area .ttl {
	color:#0f2587;
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.4;
	/*margin-bottom: 48px;*/
}
.plan_block .ttl_area .sub {
	color: #353535;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 25px;
}
.plan_block .ttl_area .ttl .small {
	font-size: 80%;
}

.plan_block .slide{
	max-width: 1320px;
	margin: 0 auto;
	position: relative;
}
.plan_block .img img{
	width: 100%;
	height: auto;
}
.plan_block .main{
	background: #fff;
	height: calc(100% - 145px);
	border: 2px solid #fff;
	position: relative;
}
.plan_block .main a{
	display: block;
}
.plan_block .main .area{
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
}
.plan_block .main .icon{
	position: absolute;
	top:4px;
	right:4px;
}
.plan_block .main .area span{
	position: relative;
	display: inline-block;
	min-width: 100px;
	height: 27px;
	background: #007bff;
	padding: 6px;
}
.plan_block .main .area span::after{
	content: "";
	width: 14px;
	height: 27px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 27px 14px 0 0;
	border-color: #007bff transparent transparent transparent;
	position: absolute;
	right: -14px;
	top: 0;
}
.plan_block .main .txt_area{
	padding: 15px 20px 52px;
}
.plan_block .main .ttl{
	color: #ca5b0a;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 8px;
}
.plan_block .main .txt{
	font-size: 1.4rem;
	line-height: 1.6;
}
.main .plan_price{
	color: #cc0000;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
	position: absolute;
	right: 20px;
	bottom: 15px;
	/*display: flex;
	justify-content: flex-end;
	align-items: baseline;*/
}
.main .plan_price .jgt_price::before{
	content: "東京発";
	font-size: 1.5rem;
	margin-right: 5px;
}
.main .plan_price .jgt_price::after{
	content: "円～";
	font-size: 1.5rem;
}
/*.main .plan_price .jgt_price{
	display: none;
}*/
.main .plan_price small {
	font-size: 1.4rem;
}

.plan_block .main .sub_txt{
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
	color: #333;
	margin-bottom: 10px;
}
.plan_block .swiper-wrapper{
	display: flex;
}
.plan_block .swiper-slide{
	padding: 0 15px 6px;
	text-align: left;
	height: auto;
}
.plan_block .swiper-pagination{
	bottom: -46px;
	width: 100%;
}
.plan_block .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	margin: 0 7px;
	background: #fff;
	opacity: 1;
}
.plan_block .swiper-pagination-bullet-active{
	background: #444;
}
.plan_block .swiper-button-prev{
	left: -66px;
}
.plan_block .swiper-button-next{
	right: -66px;
}
#plan01_sec .swiper-button-prev,
#plan01_sec .swiper-button-next,
#plan03_sec .swiper-button-prev,
#plan03_sec .swiper-button-next{
	margin-top: 0;
}
@media only screen and (max-width: 1470px) {
	.plan_block .swiper-button-prev{
		left: -20px;
	}
	.plan_block .swiper-button-next{
		right: -20px;
	}
}
@media only screen and (max-width: 767px) {
	.plan_block{
		padding: 28px 0 50px;
		background-size:950px auto;
	}
	.plan_block .ttl_area {
		padding: 10px 0;
		margin-bottom: 0;
		background: url(../img/01_title_sp.png) no-repeat center top;
		background-size: 375px auto;
	}
	.plan_block .ttl_area .ico {
		margin-bottom: 13px;
	}
	.plan_block .ttl_area .ico img{
		width: 34px;
		height: auto;
	}
	.plan_block .ttl_area .ttl {
		font-size: 2.8rem;
		margin-bottom: 10px;
	}
	.plan_block .ttl_area .sub{
		font-size: 1.4rem;
		line-height: 1.5;
		margin-bottom: 9px;
	}

	.plan_block .balloon_area{
		background-image: url(../img/01_balloon_sp.png);
		-webkit-background-size: 301px auto;
		background-size: 301px auto;
		background-repeat: no-repeat;
		width: 301px;
		height: 138px;
		text-align: center;
		font-size: 1.4rem;
		line-height: 1.6;
		padding: 48px 20px 15px;
		margin: 0 auto;
	}
	.plan_block .balloon_area .ttl{
		margin-bottom: 8px;
	}
	.plan_block .balloon_area .ttl img{
		width: auto;
		height: 17px;
	}

	.plan_block .main{
		height: calc(100% - 133px);
	}
	.plan_block .main::before{
		top: 2.5px;
		left: 2.5px;
	}
	.plan_block .main .txt_area{
		padding-bottom: 42px;
	}
	.plan_block .main .ttl{
		color: #ca5b0a;
		font-size: 1.7rem;
		line-height: 1.4;
		margin-bottom: 6px;
	}
	.plan_block .main .txt{
		font-size: 1.4rem;
		line-height: 1.5;
	}
	.main .plan_price{
		font-size: 2.2rem;
	}
	.main .plan_price::before,
	.main .plan_price::after{
		font-size: 1.6rem;
	}
	.plan_block .main .sub_txt{
		font-size: 1.5rem;
		line-height: 1.5;
		margin-bottom: 8px;
	}

	.plan_block .swiper-wrapper{
		display: flex;
	}
	.plan_block .swiper-slide{
		padding-left: 35px;
		padding-right: 35px;
	}
	.plan_block .swiper-pagination{
		bottom: -24px;
		text-align: right;
		font-size: 1.5rem;
		padding-right: 35px;
	}
	#main_contents .plan_block .swiper-button-prev,
	#main_contents .plan_block .swiper-button-next{
		width: 40px;
		height: 87px;
		-webkit-background-size: 8px auto;
		background-size: 8px auto;
		margin-top: 0;
	}
	.plan_block .swiper-button-prev{
		left: 0;
	}
	.plan_block .swiper-button-next{
		right: 0;
	}
	#plan02_sec .swiper-button-prev,
	#plan02_sec .swiper-button-next{
		margin-top: -43px;
	}
}

/*plan01*/
#plan01_sec{
	background-color: #b8d3f0;
}
/* PC用 */
@media only screen and (min-width: 768px) {

	#plan01_sec .swiper-wrapper{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#plan01_sec .swiper-slide{
		width:48.8%;
		padding: 0;
		margin-bottom: 20px;
	}
	#plan01_sec .swiper-slide .balloon_area{
		width:100%;
		text-align: center;
		background: url(../img/01_balloon.png) no-repeat center top;
		padding-top: 60px;
		height:115px;
		font-weight: bold;
		font-size: 1.5rem;
		line-height: 1.53;
		position: relative;
		z-index: 1;
		margin-bottom: 7px;
	}
	#plan01_sec .swiper-slide .main{
		padding:25px 25px 52px;
		margin: -8px 0 0;
		height:auto;
		min-height: 300px;
	}
	#plan01_sec .swiper-slide.oki .main{
		border-top:4px solid #b90026;
	}
	#plan01_sec .swiper-slide.rit .main{
		border-top:4px solid  #0c84ca;
	}
	#plan01_sec .swiper-slide.kyu .main,
	#plan01_sec .swiper-slide.ama .main{
		border-top:4px solid #dd8114;
	}
	#plan01_sec .swiper-slide.chu .main{
		border-top:4px solid #d1337b;
	}
	#plan01_sec .swiper-slide.hok .main{
		border-top:4px solid #46a64c;
	}
	#plan01_sec .swiper-slide.tou .main{
		border-top:4px solid #0d4fad;
	}
	#plan01_sec .swiper-slide.tyo .main{
		border-top:4px solid #7c42dd;
	}
	#plan01_sec .swiper-slide.osa .main{
		border-top:4px solid #c2094f;
	}
	#plan01_sec .swiper-slide .main .icon{
		position: relative;
		float:right;
		right:0;
		top:0;
		margin-left: 15px;
	}
	#plan01_sec .swiper-slide a{
		display: flex;
		justify-content: space-between;
	}
	#plan01_sec .swiper-slide .img{
		width:40.677%;
	}
	#plan01_sec .swiper-slide .txt_area{
		width:54.5%;
		padding:0;
	}
	#plan01_sec .swiper-slide .img img{
		width:240px;
		height:160px;
	}
	#plan01_sec .swiper-slide .area{
		left:25px;
		top:25px;
	}
	#plan01_sec .btn_prev01,
	#plan01_sec .btn_next01{
		display: none !important;
	}
}

@media only screen and (max-width: 767px) {
	#plan01_sec .ttl_area:after{
		height: 128px;
		background-image: url(../img/plan01_sub_sp.png);
		top: -5px;
		margin-left: -172px;
	}
}

/*plan02*/
#plan02_sec{
	background-image: url(../img/bg_plan02.png);
	background-color: #7eafe5;
}
#plan02_sec.plan_block{
	padding-top: 35px;
}
#plan02_sec .ttl_area{
	background-image: url(../img/02_title.png);
	padding-top: 30px;
}
#plan02_sec .ttl_area .ico{
	margin-bottom: 18px;
}
#plan02_sec .ttl_area .ttl{
	margin-bottom: 32px;
}
#plan02_sec .main{
	height: 100%;
	border-color: #fff;
}
#plan02_sec .main::before{
	content: none;
}
#plan02_sec .main .ttl{
	font-size: 1.8rem;
}
@media only screen and (min-width: 768px) {
	#plan02_sec{
		padding-bottom: 95px;
	}
}
@media only screen and (max-width: 767px) {
	#plan02_sec{
		height: auto;
	}
	#plan02_sec.plan_block{
		padding-top: 24px;
	}
	#plan02_sec .ttl_area{
		background-image: url(../img/02_title_sp.png);
		background-size:375px auto;
		padding-top: 16px;
		margin-bottom: 10px;
	}
	#plan02_sec .ttl_area:after{
		height: 131px;
		background-image: url(../img/plan02_sub_sp.png);
		top: 18px;
		margin-left: -184px;
	}
	#plan02_sec .ttl_area .ttl{
		margin-bottom: 0;
	}
	#plan02_sec .ttl_area .ico{
		margin-bottom: 16px;
	}
	#plan02_sec .main .ttl{
		font-size: 1.8rem;
	}
}

/*plan03*/
#plan03_sec{
	background-image: url(../img/bg_plan01.png);
	background-color: #b8d3f0;
	/*height: 960px;*/
}
#plan03_sec.plan_block{
	padding-top: 68px;
}
#plan03_sec .ttl_area{
	background-image: url(../img/03_title.png);
}
#plan03_sec .ttl_area .ico{
	margin-bottom: 18px;
}
#plan03_sec .ttl_area .ttl{
	margin-bottom: 32px;
}
#plan03_sec.plan_block .main{
	height: calc(100% - 65px);
}
#plan03_sec .balloon_area{
	color:#ca5b0a;
	background: url(../img/03_balloon.png) no-repeat center top;
	height:65px;
	margin-bottom: 0;
	padding-bottom:10px;
	text-align: center;
	display: flex;
  justify-content: center;
  align-items: center;
	margin-bottom: 5px;
}
#plan03_sec .balloon_area p{
	line-height: 1.3;
	font-feature-settings: "palt";
}
@media only screen and (min-width: 768px) {
	#plan03_sec{
		padding-bottom: 105px;
	}
}
@media only screen and (max-width: 767px) {
	#plan03_sec{
		height: auto;
	}
	#plan03_sec.plan_block{
		padding-top: 24px;
	}
	#plan03_sec .ttl_area{
		background-image: url(../img/03_title_sp.png);
		background-size: 375px auto;
	}
	#plan03_sec .ttl_area .ttl{
		margin-bottom: 0;
	}
	#plan03_sec .balloon_area{
		background-image: url(../img/03_balloon_sp.png);
		background-size: 301px auto;
		width: 301px;
		height: 64px;
		padding-top: 8px;
		padding-bottom:19px;
	}
	#plan03_sec .balloon_area{
		
	}
}

/*個別定義*/
.plan_block .main .area.oki span{
	background: #c32525;
}
.plan_block .main .area.oki span::after{
	border-color: #c32525 transparent transparent transparent;
}
.plan_block .main .area.rit span{
	background: #359bd6;
}
.plan_block .main .area.rit span::after{
	border-color: #359bd6 transparent transparent transparent;
}
.plan_block .main .area.hok span{
	background: #408e36;
}
.plan_block .main .area.hok span::after{
	border-color: #408e36 transparent transparent transparent;
}
.plan_block .main .area.tou span{
	background: #0d4fad;
}
.plan_block .main .area.tou span::after{
	border-color: #0d4fad transparent transparent transparent;
}
.plan_block .main .area.tyo span{
	background: #6142bb;
}
.plan_block .main .area.tyo span::after{
	border-color: #6142bb transparent transparent transparent;
}
.plan_block .main .area.kyu span,
.plan_block .main .area.ama span{
	background: #cb8d21;
}
.plan_block .main .area.kyu span::after,
.plan_block .main .area.ama span::after{
	border-color: #cb8d21 transparent transparent transparent;
}
.plan_block .main .area.osa span{
	background: #c2094f;
}
.plan_block .main .area.osa span::after{
	border-color: #c2094f transparent transparent transparent;
}
.plan_block .main .area.chu span{
	background: #d1337b;
}
.plan_block .main .area.chu span::after{
	border-color: #d1337b transparent transparent transparent;
}

#osa_from .main .plan_price .jgt_price::before{
	content: "関西発";
}
#ngo_from .main .plan_price .jgt_price::before{
	content: "名古屋発";
}
#fuk_from .main .plan_price .jgt_price::before{
	content: "九州発";
}
#kan_from .main .plan_price .jgt_price::before{
	content: "金沢発";
}
#hok_from .main .plan_price .jgt_price::before{
	content: "北海道発";
}
#tho_from .main .plan_price .jgt_price::before{
	content: "東北発";
}
#chu_from .main .plan_price .jgt_price::before{
	content: "中国発";
}
#shi_from .main .plan_price .jgt_price::before{
	content: "四国発";
}
#oki_from .main .plan_price .jgt_price::before{
	content: "沖縄発";
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■area_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#area_sec{
	z-index: 2;
	background: url(../img/bg_area.png) no-repeat center top #213b6d;
	padding: 68px 20px 60px;
	position: relative;
}
/*#area_sec::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.4;
	position: absolute;
	top: 0;
	left: 0;
}*/
#area_sec .ttl_area {
	line-height: 1.3;
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
	background: url(../img/04_title.png) no-repeat center top;
	padding-bottom: 12px;
}
#area_sec .ttl_area .ico {
	margin-bottom: 13px;
	display: inline-block;
}

#area_sec .ttl_area .ttl {
	color: #fff;
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin-bottom: 11px;
}
#area_sec .ttl_area .ttl span{
	font-size: 80%;
}
#area_sec .ttl_area .img {
	position: absolute;
	left: 50%;
}
#area_sec .ttl_area .img01 {
	top: 38px;
	margin-left: -413px;
}
#area_sec .ttl_area .img02 {
	top: 42px;
	margin-left: 306px;
}
#area_sec .bnr {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1110px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	line-height: 1;
}
#area_sec .bnr:after{
	content: "";
	width: calc(33.33% - 5px);
}
#area_sec .bnr li{
	width: calc(33.33% - 5px);
	background: #fff;
	margin-bottom: 10px;
	padding-bottom: 40px;
	position: relative;
}
#area_sec .bnr li a{
	display: block;
}
#area_sec .bnr li img{
	width: 100%;
	height: auto;
}
#area_sec .bnr li .txt{
	text-align: left;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.375;
	padding: 6px 13px;
}
#area_sec .bnr .plan_price{
	text-align: right;
	bottom: 13px;
	right: 13px;
}
#area_sec .bnr .hok{
	color: #459d2d;
}
#area_sec .bnr .tou{
	color: #b94f0f;
}
#area_sec .bnr .tyo{
	color: #8c14b4;
}
#area_sec .bnr .osa{
	color: #c0271b;
}
#area_sec .bnr .chu{
	color: #14809b;
}
#area_sec .bnr .kyu{
	color: #ab760f;
}
#area_sec .bnr .ama{
	color: #d60ebc;
}
#area_sec .bnr .oki{
	color: #c52413;
}
#area_sec .bnr .rit{
	color: #1271ba;
}
/*#area_sec .bnr .type2 {
	width: 50%;
}
#area_sec .bnr .type3 {
	width: 33.33%;
}
#area_sec .bnr .type4 {
	width: 25%;
}*/
@media only screen and (max-width: 767px) {
	#area_sec{
		padding: 56px 0 22px;
		margin-bottom: 0;
		background-image: url(../img/bg_area_sp.png);
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
	}
	#area_sec .ttl_area {
		margin-bottom: 0;
		padding-bottom: 28px;
		background:url(../img/04_title_sp.png) no-repeat center top 17px;
		background-size:455px auto;
	}
	#area_sec .ttl_area .ico {
		margin-bottom: 11px;
	}
	#area_sec .ttl_area .ico img{
		width: 34px;
		height: auto;
	}
	#area_sec .ttl_area .ttl {
		font-size: 2.8rem;
		margin-bottom: 6px;
	}
	#area_sec .ttl_area .ttl .small{
		font-size: 80%;
		margin-bottom: 2px;
	}
	#area_sec .ttl_area .en img{
		width: auto;
		height: 15px;
	}
	#area_sec .ttl_area .img01 {
		top: 22px;
		margin-left: -169px;
	}
	#area_sec .ttl_area .img01 img{
		width: 70px;
		height: auto;
	}
	#area_sec .ttl_area .img02 {
		top: 35px;
		margin-left: 113px;
	}
	#area_sec .ttl_area .img02 img{
		width: 35px;
		height: auto;
	}
	#area_sec .bnr{
		padding: 0 21px;
	}
	#area_sec .bnr:after{
		content: none;
	}
	#area_sec .bnr li{
		width: calc(50% - 3px);
		/*padding: 0 3px;*/
		margin-bottom: 6px;
		padding-bottom: 38px;
	}
	#area_sec .bnr li .txt{
		text-align: left;
		font-weight: bold;
		font-size: 1.2rem;
		padding: 5px 10px;
	}
	#area_sec .bnr .plan_price{
		font-size: 1.5rem;
		right: 8px;
		bottom: 8px;
	}
	#area_sec .plan_price .jgt_price:before{
		font-size: 1.1rem;
	}
	#area_sec .main .plan_price small{
		font-size: 1rem;
		display: block;
	}
	/*#area_sec .bnr .type3,
	#area_sec .bnr .type4{
		width: 50%;
	}
	#area_sec .bnr .w100 {
		width: 100%;
	}*/
	#area_sec .bnr li img{
		width: 100%;
		height: auto;
	}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■model_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#model_sec{
	z-index: 2;
	background-color: #fff;
	padding: 44px 20px 100px;
	position: relative;
}
#model_sec .plan_block{
	padding: 0;
	background:none;
}
#model_sec .ttl_area {
	line-height: 1.3;
	margin-bottom: 0;
	position: relative;
	background: url(../img/05_title.png) no-repeat center top;
	padding: 45px 0 60px;
}
#model_sec .ttl_area .ttl {
	color: #e93214;
	font-size: 3.2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.4;
}
#model_sec ul.list{
	max-width: 1100px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
}
#model_sec ul.list:before,
#model_sec ul.list:after{
	content: "";
	display: block;
	width: 24%;
}
#model_sec ul.list:before{
	order: 1;
}
#model_sec ul.list li{
	width:24%;
	background: #fff;
	border: 2px solid #fff;
	position: relative;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	text-align: left;
	margin-bottom: 15px;
}
#model_sec ul.list li:nth-of-type(n+5){
	display: none;
}
#model_sec ul.list li a{
	display: block;
	height: 100%;
	position: relative;
	padding-bottom: 58px;
}
#model_sec ul.list li a:hover{
	opacity: 0.8;
}
#model_sec ul.list li .txt_area{
	padding: 12px 18px;
}
#model_sec ul.list li .ttl{
	color: #ca5b0a;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 8px;
	text-align: center;
}
#model_sec ul.list li .txt{
	font-size: 1.4rem;
	line-height: 1.6;
}
#model_sec ul.list li .btn{
	font-weight: bold;
	text-align: center;
	background: #353535;
	color: #fff;
	padding: 11px 10px;
	position: absolute;
	left: 18px;
	right: 18px;
	bottom: 12px;
}

#model_sec .btn_more{
	width: 360px;
	margin: 30px auto;
}
#model_sec .btn_more.open{
	display: none;
}
#model_sec .btn_more .wrap{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: bold;
	background: #353535;
	height: 60px;
	font-size: 1.6rem;
}


@media only screen and (max-width: 767px) {
	#model_sec{
		padding: 15px 15px 30px;
	}
	#model_sec .plan_block{
	}
	#model_sec .ttl_area {
		background: url(../img/05_title_sp.png) no-repeat center 12px;
		background-size:375px auto;
		padding-bottom: 12px;
		padding-top: 31px;
	}
	#model_sec .ttl_area .ttl {
		font-size: 2.8rem;
		line-height: 1.21;
	}
	#model_sec .ttl_area .ttl small{
		font-size: 80%;
	}

	#model_sec ul.list{
	}
	#model_sec ul.list:before,
	#model_sec ul.list:after{
		content: none;
	}
	#model_sec ul.list li{
		width:49%;
		margin-bottom: 8px;
	}
	#model_sec ul.list li a{
		padding-bottom: 63px;
	}
	#model_sec ul.list li .area{
		font-size: 1.2rem;
	}
	#model_sec ul.list li .area span{
		min-width:80px;
	}
	#model_sec ul.list li .txt_area{
		padding: 8px 10px;
	}
	#model_sec ul.list li .ttl{
		font-size: 1.4rem;
		line-height: 1.3;
		margin-bottom: 5px;
	}
	#model_sec ul.list li .txt{
		font-size: 1.1rem;
		line-height: 1.3;
	}
	#model_sec ul.list li .btn{
		padding: 6px 10px;
		margin-top: 10px;
		left: 10px;
		right: 10px;
		bottom: 10px;
		font-size: 1.2rem;
		line-height: 1.5;
	}

	#model_sec .btn_more{
		width: 100%;
		max-width: 360px;
	}
	#model_sec .btn_more .wrap{
		height: 55px;
		font-size: 1.5rem;
	}
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■tokuten_bnr
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.tokuten_bnr{
	text-align: center;
	padding: 0 20px;
	margin-bottom: 100px;
}
.tokuten_bnr a{
	display: inline-block;
}
.tokuten_bnr img.pcCont{
	display: inline-block;
}
.tokuten_bnr img{
	max-width: 100%;
	height: auto;
}
@media only screen and (max-width: 767px) {
	.tokuten_bnr{
		margin-bottom: 40px;
	}
	.tokuten_bnr img.pcCont{
		display: none;
	}
	.tokuten_bnr img.spCont{
		display: inline-block;
	}
}



/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

■GW特集

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page_gw #main_contents{
	font-family: "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
	font-weight: 500;
}
.page_gw #main_contents h2,
.page_gw #main_contents h3,
.page_gw #main_contents h4,
.page_gw #main_contents h5,
.page_gw #main_vs #hd_area .sub span,
.page_gw #main_vs #hd_area .catch,
.page_gw #intro_sec{
	font-family: "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
	font-weight: 700;
}
.page_gw #main_contents h2,
.page_gw .plan_block .ttl_area .ttl,
.page_gw #area_sec .ttl_area .ttl{
	color: #008d54;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■main_vs
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page_gw #main_vs #hd_area{
	background-image: url(../img/gw/main_hd_bg.jpg);
	/*タブなし*/
	/*height: auto;
	padding-bottom: 42px;*/
}
.page_gw #main_vs #hd_area .sub{
	color: #fff;
}
.page_gw #main_vs #hd_area .sub span{
	border-color: #fff;
}
.page_gw #main_vs #hd_area .catch{
	font-feature-settings: 'palt';
}
.page_gw #main_vs #hd_area .catch span.pcCont{
	font-size: 70%;
}

.page_gw #main_vs .tab_area{
	border-bottom-color: #008d54;
}
/*.page_gw #main_vs .tab_area .tab{
	display: none;
}*/

.page_gw #main_ttl{
	background-image: url(../img/gw/main_bg.jpg);
	text-align: center;
	padding-top: 28px;
}
.page_gw #main_ttl h1{
	position: static;
	margin: 0;
}

@media only screen and (min-width: 768px) {
	.page_gw #main_vs #hd_area .sub{
		margin-bottom: 0;
	}
	
	.page_gw #main_ttl{
		height: 560px;
	}
	.page_gw #main_ttl h1 .pcCont{
		display: inline-block;
	}
}

@media only screen and (max-width: 767px) {
	.page_gw #main_vs #hd_area{
		background-image: url(../img/gw/main_hd_bg_sp.jpg);
		/*タブなし*/
		/*padding-bottom: 16px;*/
	}

	.page_gw #main_vs #hd_area .catch{
		font-size: 2.5rem;
	}
	
	.page_gw #main_ttl{
		background-image: url(../img/gw/main_bg_sp.jpg);
		padding: 18px 0 15px;
	}
	.page_gw #main_ttl h1 .spCont{
		display: inline-block;
	}
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■intro_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page_gw #intro_sec{
	background: #00d68b;
	border-top-color: #00904e;
}
.page_gw #intro_sec .anchor li{
	background-image: url(../img/gw/bg_anchor.png);
}
.page_gw #intro_sec .txt{
	font-weight: 700;
}
.page_gw #intro_sec .anchor li.plan01 a::after{
	color: #85cbcd;
}
.page_gw #intro_sec .anchor li.plan02 a::after{
	color: #f9e2ae;
}
.page_gw #intro_sec .anchor li.plan03 a::after{
	color: #bce591;
}
.page_gw #intro_sec .anchor li.plan04 a::after{
	color: #c5defa;
}

.page_gw #intro_sec .ttl_area .sub,
.page_gw #intro_sec .ttl_area .ttl{
	color: #fff !important;
	font-weight: 700;
}
.page_gw #intro_sec .ttl_area .line::after{
	background: #33ae6b;
	opacity: 0.8;
}
@media only screen and (min-width: 768px) {
	.page_gw #intro_sec .plan01 .ico{
		margin-bottom: 13px;
	}
	.page_gw #intro_sec .plan02 .ico{
		margin-bottom: 21px;
	}
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■plan_block
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page_gw .plan_block{
	background-image: url(../img/gw/bg_plan01.png);
}
.page_gw .plan_block .ttl_area{
	background-image: url(../img/gw/01_title.png);
}
.page_gw .plan_block .main .ttl{
	color: #ed3f22;
}
.page_gw .main .plan_price{
	color: #ec3e21;
	font-weight: 700;
}

@media only screen and (max-width: 767px) {
	.page_gw .plan_block .ttl_area{
		background-image: url(../img/gw/01_title_sp.png);
	}
}

/*plan01*/
.page_gw #plan01_sec{
	background-color: #eefbdc;
}
/* PC用 */
@media only screen and (min-width: 768px) {
	.page_gw #plan01_sec .swiper-slide .balloon_area{
		background-image: url(../img/gw/01_balloon.png);
	}
	
	.page_gw .plan_block .ttl_area{
		background-position: center top 17px;
	}
	.page_gw #plan02_sec .ttl_area{
		background-position: center top 83px;
	}
	.page_gw #plan03_sec .ttl_area{
		background-position: center top 5px;
	}
}

@media only screen and (max-width: 767px) {
	.page_gw #plan01_sec{
		background-image: none;
	}
	.page_gw #plan01_sec .swiper-slide .balloon_area{
		background-image: url(../img/gw/01_balloon_sp.png);
	}

}

/*plan02*/
.page_gw #plan02_sec{
	background-image: url(../img/gw/bg_plan02.png);
	background-color: #deed97;
}
.page_gw #plan02_sec .ttl_area{
	background-image: url(../img/gw/02_title.png);
	padding-top: 22px;
}

@media only screen and (max-width: 767px) {
	.page_gw #plan02_sec .ttl_area{
		background-image: url(../img/gw/02_title_sp.png);
	}
}

/*plan03*/
.page_gw #plan03_sec{
	background-image: url(../img/gw/bg_plan03.png);
	background-color: #eefbdc;
}
.page_gw #plan03_sec .ttl_area{
	background-image: url(../img/gw/03_title.png);
}
.page_gw #plan03_sec .balloon_area{
	background-image: url(../img/gw/03_balloon.png);
	color: #ed3f22;
}
.page_gw #plan03_sec .balloon_area p{
	font-weight: 500;
}

@media only screen and (max-width: 767px) {
	.page_gw #plan03_sec{
		background-image: none;
	}
	.page_gw #plan03_sec .ttl_area{
		background-image: url(../img/gw/03_title_sp.png);
		padding-top: 0;
	}
	.page_gw #plan03_sec .balloon_area{
		background-image: url(../img/gw/03_balloon_sp.png);
	}
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■area_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page_gw #area_sec{
	background: url(../img/gw/bg_area.png) center top repeat;
}
.page_gw #area_sec .ttl_area{
	background-image: url(../img/gw/04_title.png);
}

@media only screen and (min-width: 768px) {
	.page_gw #area_sec .bnr li .txt{
		font-size: 1.5rem;
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media only screen and (max-width: 767px) {
	.page_gw #area_sec{
		-webkit-background-size: 85px auto;
		background-size: 85px auto;
	}
	.page_gw #area_sec .ttl_area{
		background-image: url(../img/gw/04_title_sp.png);
		background-position: center top;
	}
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■model_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page_gw #model_sec .ttl_area{
	background-image: url(../img/gw/05_title.png);
}

@media only screen and (min-width: 768px) {
	.page_gw #model_sec{
		padding-top: 35px;
	}
	.page_gw #model_sec .ttl_area{
		background-position: center top 24px;
	}
}

@media only screen and (max-width: 767px) {
	.page_gw #model_sec .ttl_area{
		background-image: url(../img/gw/05_title_sp.png);
		padding-top: 25px;
	}
}