@charset "utf-8";
/*共通パーツ
-----------------------------------------*/
#container {
	width: 1000px;
	margin: 0 auto;
}

/*メインビジュアル
-----------------------------------------*/
.mvarea--mv img {
	width: 100%;
}

.mvarea--text {
	font-size: 18px;
	font-weight: 500;
	text-align: left;
	line-height: 1.6666666667;
	margin: 40px auto 0;
	width: 820px;
}

/*ナビゲーションメニュー
-----------------------------------------*/
.navigationmenu {
	width: 100%;
	margin: 0 auto 100px;
	padding: 20px 0;
	border-top: solid 1px #d4d7db;
	border-bottom: solid 1px #d4d7db;
}

.navigationmenu_inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	    -ms-flex-wrap: nowrap;
	        flex-wrap: nowrap;
	margin: 0 auto;
	width: 100%;
	max-width: 1280px;
}

a.navigationmenu_link {
	position: relative;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-left: solid 2px #d4d7db;
	width: 33.3333%;
	padding: 35px 0 35px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	color: #2a241e;
	font-size: 1.4vw;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}

.navigationmenu.\--isColumn_four a.navigationmenu_link {
	width: 25%;
}

a.navigationmenu_link::after {
	position: relative;
	content: url(https://www.tabirai.net/common/images/ico_01.png);
	margin-left: 10px;
}

a.navigationmenu_link:first-child {
	border-left: none;
}

/*各エリアのボックス
-----------------------------------------*/
.sale_area {
	width: 100%;
	min-width: 980px;
	overflow: hidden;
	margin-bottom: 100px;
}

.sale_area__headline {
	margin-bottom: 50px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 38px;
	font-weight: normal;
	line-height: 1.45;
	text-align: center;
	letter-spacing: 1.2rem;
}

/*プランカード
-----------------------------------------*/
.planlist {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	   -moz-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.plan__item {
	width: 310px;
	text-align: left;
	line-height: 1.6;
	margin-left: 18px;
}

.plan__item:nth-child(3n+1) {
	margin-left: 0;
}

.plan__item:nth-child(n+4) {
	margin-top: 60px;
}

a.plan__link {
	display: block;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	cursor: pointer;
}

a.plan__link:hover {
	text-decoration: none;
}

.plan__image {
	position: relative;
	width: 100%;
	height: 192px;
	overflow: hidden;
}

.plan__image img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	     -o-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	width: 100%;
	height: auto;
}

a.plan__link:hover img {
	opacity: 0.8;
}

.plan__icon {
    position: absolute;
    z-index: 1;
    background: rgba(0, 56, 148, 0.8);
    padding: 5px 8px;
    color: #fff;
    font-size: 12px;
}

.plan__title {
	margin-top: 15px;
	color: #0062FF;
	height: 44px;
}

a.plan__link:hover .plan__title {
	text-decoration: underline;
}

.plan__day {
	margin-top: 10px;
	font-weight: bold;
	text-decoration: none;
}

.plan__point {
	height: 152px;
	margin-top: 10px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	background: #F5F5F5;
}

.plan__point--emphasize {
    color: #FF0000;
}

.plan__price {
	margin-top: 15px;
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	word-break: keep-all;
}

.plan__price--emphasize {
	margin-left: 0.5em;
	margin-right: 0.5em;
	color: #FF0000;
	font-size: 18px;
	font-weight: bold;
}

/*オレンジボタン
-----------------------------------------*/
.buttonWrap {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 720px;
}

a.button--orange {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100px;
	line-height: 100px;
	background-color: #e8931e;
	font-size: 23px;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

a.button--orange::after {
	position: absolute;
	top: 50%;
	right: 28px;
	content: '';
	width: 12px;
	height: 12px;
	margin-top: -7px;
	border-top: 4px solid #FFFFFF;
	border-right: 4px solid #FFFFFF;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}

a.button--orange:hover {
	opacity: 0.8;
}

/*SNSボタン
-----------------------------------------*/
.sns-box__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 50px;
}

.sns-box__sns-btn {
    margin: auto 3px;
}

.sns-box__sns-btn:hover {
	opacity: .7;
}

.sns-box__sns-btn a {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 12px;
    height: 24px;
    line-height: 26px;
    padding: 0 5px 0 25px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 80px;
}

.sns-box__sns-btn a::before {
    content: '';
    height: 18px;
    left: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    width: 18px;
}

.line a {
    background: #00b900;
}
.line a::before {
    background: url(http://www.tabirai.net/common/images/icon/icon_line.svg) no-repeat center center;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
         -o-background-size: 100%;
            background-size: 100%;
    width: 22px;
}

.facebook a {
    background: #4267b2;
}
.facebook a::before {
    background: url(http://www.tabirai.net/common/images/icon/icon_facebook.svg) no-repeat center center;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
         -o-background-size: 100%;
            background-size: 100%;
    width: 22px;
}

.twitter a {
    background: #1da1f2;
}
.twitter a::before {
    background: url(http://www.tabirai.net/common/images/icon/icon_twitter.svg) no-repeat center center;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
         -o-background-size: 100%;
            background-size: 100%;
    width: 22px;
}