@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{
	color:#6d0000;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: bold;
	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:18px;
        right:16px;
    }
    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: 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;
    }
}



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);
}


.line {
	background-image: url("../img2023/line.gif");
	background-repeat: no-repeat;
	background-position: center top;
	background-size:1714px;
	height: 11px;
}

.sp_br {
	display: none;
}

.sp_non {
	display:initial;
}
@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;
	}
	
.sp_br {
	display: block;
}
.sp_non {
	display: none;
}
	
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■main_ttl
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */


#main_ttl {
	background-image: url("../img2023/bg_pc.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size:1748px;
	text-align: center;
	line-height: 1;
	
	
}

#main_mv {
	position: relative;
  width: 100%;
  min-width: 1200px;
	height: 650px;
}



.main_tit_img {
	text-align: center;
	position:absolute;
	top: 350px;
    left: 34%;
}
.main_tit_img img{
	margin: 0 auto;
}

.main_tit_img {
	z-index: 2;
}


.main_tit_btn h1 {
	padding-top: 70px;
	font-size: 40px;
	text-align: center;
	color: #6d0000;
	font-weight: bold;
	line-height: 1.1em;
}

.main_tit_btn h1 span {
	font-size: 22px;
}

.section_btns {
	padding-top: 20px;
	width: 1000px;
	margin: auto;
	height: 200px;

}

.section_btns ul {
	display: flex;
	justify-content: center;
}

.section_btns li {
padding: 10px;
}

.tokuten01 {
	position: absolute;
	top: 453px;
	left:290px;
	transform: translateY(calc(100vw * 120 / 1200 * -1));
}

@media screen and (max-width: 1199px) {
  .tokuten01 {
    transform: translateY(0px);
  }
}

.tokuten02 {
	position: absolute;
	top: 623px;
	left: 290px;
}


@keyframes zoomUp {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.15);
	}
}
@media only screen and (max-width: 767px) {

#main_ttl {
		height: 930px;
		background-image: url("../img2023/bg_sp.jpg");
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 100%;
		margin-bottom: 0;
	}
	
#main_mv {
    position: relative;
    height: 580px;
	width: 100%;
}
	
.main_tit_img {
	width: 32%;
	text-align: center;
	position:absolute;
	top: 245px;
    left: 0%;
}

	.main_tit_img img{
	width: 80%;
}

.main_tit_btn h1 {
	padding-top: 60px;
	font-size: 30px;
	text-align: center;
	color: #6d0000;
	font-weight: bold;
	line-height: 1.1em;
}

.main_tit_btn h1 span {
	font-size: 16px;
}

.section_btns {
	padding-top: 20px;
	width: 1000px;
	margin: auto;
	height: 300px;
}

.section_btns ul {
	display: flex;
}

.section_btns li {
padding: 10px;
}
	
.tokuten01 {
	position: absolute;
	top: 593px;
	left: 23px;
	transform: translateY(0px);
}
	


.tokuten02 {
	position: absolute;
	top: 593px;
	left: 190px;
	transform: translateY(0px);
}
	

	
.section_btns {
	padding-top: 20px;
	width: 100%;
	margin: auto;
	height: 400px;

}

.section_btns ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.section_btns li {
padding: 10px;
	width: 180px;
}
	
	.section_btns li img {
		width: 100%;
	}
	
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
占い
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#horoscope {
	background-image: url("../img2023/bg_uranai.gif");
	background-repeat: repeat-y;
	background-size: 1748px;
	background-position: center top;
	padding-bottom: 30px;
}


#horoscope h2 {
	font-size: 33px;
	padding-top: 30px;
}

.horoscope_limit {
	text-align: center;
	background-color:rgba(56,26,0,0.79);
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	width: 500px;
	margin: auto;
}

.fortune_teller {
	width: 680px;
	margin:20px auto 20px auto;
	padding: 15px;
	background-color:rgba(0,125,169,0.10);
	text-align: left;
	border-radius: 15px;
}

.teller_img {
	float: left;
}

.teller_txt {
	float: left;
	padding-left: 15px;
	line-height: 1.3em;
}

.teller_name {
	font-size: 20px;
	padding-bottom: 10px;
}

.teller_name span {
	font-size: 15px;
}

.teller_profile {
	font-size: 14px;
	width: 500px;
}

.teller_links {
	padding-top: 10px;
}

.teller_links li {
	background-image:url("../img2023/sankaku_white.png");
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	text-decoration: underline;
}

.contents_horoscope {
	width: 1130px;
	margin: auto;
	display: flex;
	flex-wrap:wrap;
}

.horoscope_sec {
	width: 350px;
	padding: 20px;
}

.fortune_text {
	padding-top: 10px;
	font-size: 14px;
	line-height: 1.6em;
	text-align: left;
}

.fortune_keyword {
	width: 100%;
	background-color: #fff;
	padding: 10px;
	margin-top: 15px;
}

.fortune_keyword span {
	text-align: center;
	color: #382d74;
	font-size: 14px;
}
.fortune_keyword p {
	text-align: center;
	font-size: 14px;
}

.fortune_tour {
	padding-top: 10px;
}

.fortune_tour_txt {
	text-align: center;
	font-size: 14px;
	padding: 10px 0px;
	font-weight: bold;
	line-height: 1.5em;
}


.fortune_tour dl {
	width: 100%;
	background-color: #382d74;
	height: 38px;
	color: #fff;
	position: relative;
	border-radius: 7px;
	margin-bottom: 5px;
}

dl.no_c {
	opacity: 0.5;
	/*background-color: rgba(104,104,104,0.72);*/
}

.fortune_tour dt {
	background-image: url("../img2023/sankaku_yellow.png");
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
  	top: 50%;
	left: 10px;
	transform: translateY(-50%) translateX(0%);
}

.fortune_tour dd {
	font-size: 12px;
	position: absolute;
  top: 50%;
	right: 10px;
	transform: translateY(-50%) translateX(0%);
}


@media only screen and (max-width: 767px) {
	
.horoscope_limit {
	text-align: center;
	background-color:rgba(56,26,0,0.79);
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	width: 90%;
	margin: auto;
}
	
	
.fortune_teller {
	width: 90%;
	margin:20px auto 20px auto;
	padding: 15px;
	background-color:rgba(0,125,169,0.10);
	text-align: left;
	border-radius: 15px;
}

.teller_img {
	float: left;
	width: 70px;
}
	
.teller_img img {
		width: 100%;
	}

.teller_txt {
	float: left;
	padding-left: 15px;
	line-height: 1.3em;
}

.teller_name {
	font-size: 17px;
	padding-bottom: 10px;
}

.teller_name span {
	font-size: 15px;
}

.teller_profile {
	font-size: 12px;
	width: 215px;
	line-height: 1.3em;
}
	
.contents_horoscope {
	width: 97%;
	margin: auto;
	display: flex;
	justify-content: center;
	flex-wrap:wrap;
}

.horoscope_sec {
	width: 50%;
	padding: 10px;
}

.horoscope_name img {
	width: 100%;
	}
	
.fortune_text {
	padding-top: 10px;
	font-size: 12px;
	line-height: 1.3em;
	text-align: left;
}

.fortune_keyword {
	width: 100%;
	height: 80px;
	background-color: #fff;
	padding: 10px;
	margin-top: 15px;
}

.fortune_keyword span {
	text-align: center;
	color: #382d74;
	font-size: 14px;
}
.fortune_keyword p {
	text-align: center;
	font-size: 13px;
	line-height: 1.3em;
}
	
.fortune_tour {
	padding-top: 10px;
}

.fortune_tour dl {
	width: 100%;
	background-color: #382d74;
	height: 58px;
	color: #fff;
	position: relative;
	border-radius: 7px;
	margin-bottom: 5px;
	text-align: left;
}

.fortune_tour dt {
	background-image: url("../img2023/sankaku_yellow.png");
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
	font-size: 13px;
	line-height: 1.3em;
	font-weight: bold;
	position: absolute;
  	top: 20%;
	left: 10px;
	transform: translateY(0%) translateX(0%);
}

.fortune_tour dd {
	font-size: 12px;
	position: absolute;
  	bottom: 10%;
	right: 10px;
	padding-left: 10px;
	transform: translateY(0%) translateX(0%);
}

	
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
テーマ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#tour_theme {
}


#tour_theme h2 {
	background-image: url("../img2023/theme_tit_bg.png");
	background-repeat: no-repeat;
	background-position: center 20px;
	font-size: 37px;
	padding-top: 50px;
	height: 162px;
}

.theme_lineup {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 1000px;
	margin: auto;
}

.theme_cas {
	width: 270px;
	margin: 20px;
}

.theme_tag {
	padding-top: 15px;
}

.theme_tag li {
	float: left;
	font-size: 13px;
	background-color:rgba(233,230,230,1.00);
	border-radius: 20px;
	padding: 2px 7px;
	margin-right: 5px;
	margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
	
#tour_theme h2 {
	background-image: url("../img2023/theme_tit_bg_sp.png");
	background-repeat: no-repeat;
	background-position: center 10px;
	font-size: 26px;
	padding-top: 30px;
	height: 132px;
	background-size: contain;
	line-height: 3em;
}
	
	.theme_lineup {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	margin: auto;
}

.theme_cas {
	width: 45%;
	margin: 5px 5px 10px 5px;
}
	
	.theme_cas img {
		width: 100%;
	}
	
.theme_tag li {
	float: left;
	font-size: 10px;
	background-color:rgba(233,230,230,1.00);
	border-radius: 20px;
	padding: 2px 7px;
	margin-right: 5px;
	margin-bottom: 5px;
}
	
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
モデルコース
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */



#model_sec{
	z-index: 2;
	background-color: #fff;
	padding: 0px 20px 100px;
	position: relative;
	background-image: url("../img2023/grid.gif");
	background-repeat: repeat;
}

#model_sec h2 {
	background-image: url("../img2023/modelcose_tit_bg.png");
	background-repeat: no-repeat;
	background-position: center 30px;
	background-size: 985px;
	font-size: 33px;
	padding-top: 50px;
	height: 200px;
}
#model_sec .plan_block{
	padding: 0;
	background:none;
}

#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+9){
	display: none;
}
#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;
}
#model_sec ul.list li .txt{
	font-size: 1.4rem;
	line-height: 1.6;
}
#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 h2 {
	background-image: url("../img2023/modelcose_tit_bg_sp.png");
	background-size:contain;
	background-position: center top;
	font-size: 25px;
	height: 150px;
}
	#model_sec{
		padding: 15px 15px 30px;
	}
	#model_sec .plan_block{
	}
	
	#model_sec .ttl_area .ttl {
		font-size: 2.8rem;
	}
	#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 .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 .btn_more{
		width: 100%;
		max-width: 360px;
	}
	#model_sec .btn_more .wrap{
		height: 55px;
		font-size: 1.5rem;
	}
}

@media only screen and (max-width: 767px) {
	
	
	
#model_corse h2 {
	background-image: url("../img2023/modelcose_tit_bg_sp.png");
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 26px;
	padding-top: 40px;
	height: 140px;
	background-size: contain;
	    line-height: 2em;
}

.modelcorse_lineup {
	width: 100%;
	margin: auto;
}
#model_corse{
		padding: 15px 15px ;
	}
#model_corse .plan_block{
	}
	#model_corse .ttl_area {
		background-size:375px auto;
		padding-bottom: 12px;
	}
	#model_corse .ttl_area .ttl {
		font-size: 2.8rem;
	}
	#model_corse .ttl_area .ttl small{
		font-size: 80%;
	}

	#model_corse ul.list{
	}
	#model_corse ul.list:before,
	#model_corse ul.list:after{
		content: none;
	}
	#model_corse ul.list li{
		width:47%;
		margin-bottom: 8px;
	}
	#model_corse ul.list li .area{
		font-size: 1.2rem;
	}
	#model_corse ul.list li .area span{
		min-width:80px;
	}
	#model_corse ul.list li .txt_area{
		padding: 8px 10px;
	}
	#model_corse ul.list li .ttl{
		font-size: 1.4rem;
		line-height: 1.3;
		margin-bottom: 5px;
	}
	#model_corse ul.list li .txt{
		font-size: 1.1rem;
		line-height: 1.3;
	}

	#model_corse .btn_more{
		width: 100%;
		max-width: 360px;
	}
	#model_corse .btn_more .wrap{
		height: 55px;
		font-size: 1.5rem;
	}
}





/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■エリアから選ぶ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#area_select {
	/*background-image: url("../img2023/map_bg.gif");
	background-repeat: no-repeat;
	background-position: center 160px;
	background-size: 704px;*/
}


#area_select h2 {
	background-image: url("../img2023/area_tit_bg.png");
	background-repeat: no-repeat;
	background-position: center 30px;
	background-size: 754px;
	font-size: 33px;
	padding-top: 50px;
	height: 100px;
}

.area_map {
	width: 1000px;
	margin: auto;
	position: relative;
	padding-top: 70px;
	padding-bottom: 150px;
}

.area_hok {
	width: 192px;
	position: absolute;
	top: 70px;
	right: 20px;
}

.area_tou {
	width: 192px;
	position: absolute;
	top: 70px;
	right: 270px;
}

.area_ama {
	width: 192px;
	position: absolute;
	top: 70px;
	left: 290px;
}

.area_oki {
	width: 192px;
	position: absolute;
	top: 20px;
	left: 40px;
}

.area_rito {
	width: 192px;
	position: absolute;
	top: 330px;
	left: 40px;
}


.area_chu {
	width: 350px;
	position: absolute;
	top: 390px;
	left: 300px;
}

.area_kant {
	width: 350px;
	position: absolute;
	top: 360px;
	right: 0px;
}

.area_kans {
	width: 350px;
	position: absolute;
	top: 540px;
	right: 20px;
}

.area_kyu {
	width: 350px;
	position: absolute;
	top: 550px;
	left: 250px;
}

.area_img_tate {
	width: 130px;
}

.area_img_yoko {
	width: 130px;
	float: left;
	padding-top: 10px;
}

.area_shosai_yoko {
	float: left;
	width: 200px;
	padding-left: 10px;
}

.area_img_yoko img{
	width: 100%;
}

.area_img_tate img {
	width: 100%;
}

.area_name {
	font-size: 30px;
	color: #006dbb;
	font-weight: bold;
	background-image: url("../img2023/sankaku.png");
	background-repeat: no-repeat;
	background-position: right 24px;
	text-align: left;
	
}

.noarea {
	opacity: 0.5;
}

.area_txt {
	font-size: 12px;
	line-height: 1.3em;
	text-align: left;
}

@media only screen and (max-width: 767px) {
	
#area_select h2 {
	background-image: url("../img2023/area_tit_bg.png");
	background-repeat: no-repeat;
	background-position: center 20px;
	background-size: 100%;
	font-size: 25px;
	padding-top: 30px;
	height: 100px;
}

	.arealine {
		margin-right: 5px;
		width: 46%;
		height: 300px;
	}
	
.area_map {
	width: 100%;
	margin: auto;
	position:relative;
	padding-top: 70px;
	padding-bottom: 150px;
	height: 1200px;
}
	
.sp_all {
		position: absolute;
		top: 0;
		left: 20px;
		width: 95%;
	}
	
	.area_txt {
		width: 160px;
	}
	
.area_img_tate {
	margin: auto;
	float: none;
}

.area_img_yoko {
	margin: auto;
	float: none;
	padding-top: 0px;
}
	
.area_hok {
	position: initial;
	float: left;
	
}

.area_tou {
	position: initial;
	float: left;
}
	
.area_kant {
	
	position: initial;
	float: left;
	
}

.area_kans {
	position: initial;
	float: left;
}
	
.area_chu {
	position: initial;
	float: left;
	
}



.area_kyu {
	position: initial;
	float: left;
}

.area_ama {
	position: initial;
	float: left;
	
}

.area_oki {
	position: initial;
	float: left;
}

.area_rito {
	position: initial;
	float: left;
}

	
.area_name {
	font-size: 23px;
	color: #006dbb;
	font-weight: bold;
	background-image: url("../img2023/sankaku.png");
	background-repeat: no-repeat;
	background-position: 124px 16px;
	text-align: left;
	
}


	
.area_shosai_yoko,.area_shosai {
	float: left;
	width: 160px;
	padding-left: 10px;
}

	
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■記事用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#article {
	width: 640px;
	margin: auto;
	padding-top: 20px;
	text-align: left;
	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;
}

h2.article_title {
	text-align: left;
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 20px;
	line-height: 1.5em;
}

.main_catch {
	padding-bottom: 20px;
}


.lead {
	font-size: 15px;
	line-height: 1.5em;
}


.section {
	padding-top: 30px;
}

h3.sub_catch {
	font-size: 20px;
}

.sec_img {
	padding: 15px 0px;
	width: 100%;
	margin: auto;
}

.sec_img img {
	width: 100%;
}

.sec_txt {
	margin-bottom: 15px;
}

.sec_txt p {
	font-size: 15px;
}

.sec_jouhou {
	background-color: rgba(236,236,236,1.00);
	padding: 15px 20px;
	margin-bottom: 15px;
	line-height: 1.5em;
}

.sec_jouhou dl {
  display: flex;
  flex-wrap: wrap;
}
.sec_jouhou dl dt {
  width: 15%;
}
.sec_jouhou dl dd {
  width: 85%;
}

.tour_lead {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}

.sec_tour {
	width: 100%;
	border:solid 4px rgba(233,233,233,1.00);
	padding: 15px;
	margin-bottom: 15px;
}

.tour_img {
	float: left;
	width: 185px;
}

.tour_img img {
	width: 100%;
}
.tour_shosai {
	float: left;
	padding-left: 15px;
	width: 400px;
}

.tour_txt {
	font-size: 13px;
	line-height: 1.4em;
}

.tour_dept {
	margin-top: 10px;
}

.tour_dept li {
	float: left;
	background-image: url("../img2023/sankaku.png");
	background-repeat: no-repeat;
	background-position: left;
	background-size: 5px;
	padding-left: 10px;
	margin-right: 20px;
	text-decoration: underline;
	font-size: 16px;
}

.tour_dept li span {
	font-size: 13px;
}


.theme_cas_mini {
	width: 200px;
	margin: 20px;
}

.theme_cas_mini img {
	width: 100%;
}

.theme_tag_mini {
	padding-top: 5px;
}

.theme_tag_mini li {
	float: left;
	font-size: 12px;
	background-color:rgba(233,230,230,1.00);
	border-radius: 20px;
	padding: 2px 7px;
	margin-right: 5px;
	margin-bottom: 5px;
}

#other_article {
	margin-top: 30px;
}

@media only screen and (max-width: 767px) {
	
#article {
	width: 90%;
	margin: auto;
}
	
.main_catch {
	width: 100%
}

.main_catch img {
	width: 100%;
}
	
.sec_img {
	width: 100%
}

.sec_img img {
	width: 100%;
}
	
.sec_jouhou {
	font-size: 12px;
	padding: 10px;
	line-height: 1.5em;
}

.sec_jouhou dl {
  display: flex;
  flex-wrap: wrap;
}
.sec_jouhou dl dt {
  width: 20%;
}
.sec_jouhou dl dd {
  width: 80%;
}
	
	
.sec_tour {
	width: 100%;
	border:solid 4px rgba(233,233,233,1.00);
	padding: 15px;
}

.tour_img {
	float:none;
	width: 185px;
	margin: auto;
	
}

.tour_img img {
	width: 100%;
}
.tour_shosai {
	float: none;
	padding-left: 15px;
	width: 100%;
	padding-top: 10px;
	
}


.tour_txt {
	font-size: 13px;
	line-height: 1.4em;
}
	
	.tour_dept {
		padding-top: 10px;
	}

.tour_dept li {
	float: left;
	background-image: url("../img2023/sankaku.png");
	background-repeat: no-repeat;
	background-position: left;
	background-size: 5px;
	padding-left: 10px;
	margin-right: 10px;
	text-decoration: underline;
	font-size: 16px;
}

.tour_dept li span {
	font-size: 13px;
}
	
.theme_cas_mini {
	width: 43%;
	margin: 10px;
}

.theme_cas_mini img {
	width: 100%;
}

.theme_tag_mini li {
	float: left;
	font-size: 11px;
	}
	
	}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■plan_block
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.section_plan {
	background-image: url("../img2023/line.gif");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 1714px;
	}




.plan_block .ttl_area {
	margin-bottom: 46px;
	background: url(../img/01_title.png) no-repeat center top 25px;
	position: relative;
	padding-top: 34px;
}
.plan_block .ttl_area .ico {
	display: block;
	margin-bottom: 25px;
}
.plan_block .ttl_area .ttl {
	color:#ca5b0a;
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin-bottom: 48px;
}
.plan_block .ttl_area .sub {
	color: #583c25;
	font-size: 1.8rem;
	font-weight: bold;
}
.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 .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;
}
.plan_block .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;*/
}
.plan_block .main .plan_price .jgt_price::before{
	content: "東京発";
	font-size: 1.5rem;
	margin-right: 5px;
}
.plan_block .main .plan_price .jgt_price::after{
	content: "円～";
	font-size: 1.5rem;
}
/*.plan_block .main .plan_price .jgt_price{
	display: none;
}*/
.plan_block .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: 34px 0 50px;
		background-size:600px auto;
	}
	.plan_block .ttl_area {
		padding: 40px 0 0 0;
		margin-bottom: 20px;
		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;
	}

	.plan_block .balloon_area{
		background-image: url(../img/01_balloon_sp.png);
		-webkit-background-size: 301px auto;
		background-size: 301px auto;
		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;
	}
	.plan_block .main .plan_price{
		font-size: 2.2rem;
	}
	.plan_block .main .plan_price::before,
	.plan_block .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: #f7eecf;
}
/* 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:118px;
		font-weight: bold;
		font-size: 1.5rem;
		line-height: 1.53;
		position: relative;
		z-index: 1;
	}
	#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{
		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.jpg);
	background-color: #e9d99c;
	height: 900px;
}
#plan02_sec.plan_block{
	padding-top: 36px;
}
#plan02_sec .ttl_area{
	background-image: url(../img/02_title.png);
	padding-top: 25px;
}
#plan02_sec .ttl_area .ico{
	margin-bottom: 18px;
}
#plan02_sec .ttl_area .ttl{
	color: #755602;
	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 (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;
	}
	#plan02_sec .ttl_area:after{
		height: 131px;
		background-image: url(../img/plan02_sub_sp.png);
		top: 18px;
		margin-left: -184px;
	}
	#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.jpg);
	background-color: #f7eecf;
	height: 960px;
}
#plan03_sec.plan_block{
	padding-top: 40px;
}
#plan03_sec .ttl_area{
	background-image: url(../img/03_title.png);
	padding-top: 25px;
}
#plan03_sec .ttl_area .ico{
	margin-bottom: 18px;
}
#plan03_sec .ttl_area .ttl{
	color: #b2260f;
	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:7px;
	text-align: center;

	display: flex;
  justify-content: center;
  align-items: center;
}
#plan03_sec .balloon_area p{
	line-height: 1.3;
	font-feature-settings: "palt";
}
@media only screen and (max-width: 767px) {
	#plan03_sec{
		background-image: none;
		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 .balloon_area{
		background-image: url(../img/03_baloon_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 .plan_block .main .plan_price .jgt_price::before{
	content: "関西発";
}
#ngo_from .plan_block .main .plan_price .jgt_price::before{
	content: "名古屋発";
}
#fuk_from .plan_block .main .plan_price .jgt_price::before{
	content: "九州発";
}
#kan_from .plan_block .main .plan_price .jgt_price::before{
	content: "金沢発";
}
#hok_from .plan_block .main .plan_price .jgt_price::before{
	content: "北海道発";
}
#tho_from .plan_block .main .plan_price .jgt_price::before{
	content: "東北発";
}
#chu_from .plan_block .main .plan_price .jgt_price::before{
	content: "中国発";
}
#shi_from .plan_block .main .plan_price .jgt_price::before{
	content: "四国発";
}
#oki_from .plan_block .main .plan_price .jgt_price::before{
	content: "沖縄発";
}




/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■area_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*#model_sec{
	z-index: 2;
	background-color: #fff;
	padding: 60px 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 -5px;
	padding-bottom: 12px;
}
#model_sec .ttl_area .ttl {
	color: #bf245e;
	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: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;
}
#model_sec ul.list li .txt{
	font-size: 1.4rem;
	line-height: 1.6;
}
#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;
	}
	#model_sec .ttl_area .ttl {
		font-size: 2.8rem;
	}
	#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 .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 .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;
	}
}