/* CSS Document */

@media (max-width: 750px) {
.container {
	margin: 0 auto;
	padding: 0 10px;
}
}
header {
	    box-shadow: 0 1px 2px 0 rgba(0,0,0,.08), 0 2px 8px 0 rgba(0,0,0,.12);
}
header .headWap{
	height:50px;
	padding: 20px 0;
	margin: auto
}
header .headLogo{
	float: left;
}
header .headLogo img{
	width: 60%;
	margin-top:10px;
}
header .headmenu{
	float: right;
}

header .headmenu li{
	display: inline-block;
}
header .headmenu li a{
	padding:10px 10px;
	display: block;
	font-size: 1.5rem;
	color: rgba(50,50,50,1.00);
}
header .headmenu li.login{
	border-radius: 5px;
	border: 1px solid rgba(140,140,140,1.00);
}
header .headmenu li.toroku{
	background: #E33E51;
	border-radius: 5px;
	color: #fff;
}
header .headmenu li.toroku a{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
header .headmenu li.toroku a:hover{
		background: #e7726c;
}
/*end hader***************************************/

.sp_navi .sp_navi_head {
	border-top: 5px solid #E1524A;
	height: 50px;
	background-color: #FFF6E6;
	display: table;
	width: 100%;
	text-align: left;
}
.sp_navi .sp_navi_head > div {
	display: table-cell;
	vertical-align: middle;
	padding: 5px 50px 5px 15px;
	font-weight: bold;
	background-color: #ffe4c4;
}
.sp_navi .menu_conts {
	min-height: 600px;
}
.sp_navi .menu_conts li{
	border-top: rgba(180,127,68,0.3) solid 1px;
}
.sp_navi .menu_conts li a{
	padding: 10px;
	    display: block;
}
.sp_navi .menu_conts li.toroku a{
	background: #E33E51;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
	margin: 10px;
}
.sp_navi .menu_conts li.login a{
	border-radius: 5px;
	background:#fff;
    border: rgba(180,127,68,0.3) solid 1px;
    text-decoration: none;
	margin: 10px;
}
footer {
	background: #F7F7F7;
	font-size: 1.5rem;
	padding-top: 20px;
}
@media (min-width: 751px) {
footer .footmenu ul{
	width: 25%;
	float: left;
	text-align: left;
	margin-bottom: 20px;
}
	
	footer .footmenu .footLogin li{
		border-radius: 5px;
		width:40%;
		float: left;
		margin:  0 10px;
}
	footer .footmenu .footLogin li.toroku a{
	background: #E33E51;
	padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
	footer .footmenu .footLogin li.toroku a:hover{
		background: #e7726c;
	}
	footer .footmenu .footLogin li.login a{
	border-radius: 5px;
	padding: 10px 20px;
	border: 1px solid rgba(140,140,140,1.00);
}
footer #copy ul{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
footer #copy ul li:last-of-type {
    margin-left: auto;
}
footer #copy ul li{
		margin: 0;
    padding: 10px;
	}
footer #copy {
	background: #DFE1E3;
	padding: 10px 0;
}
footer #copy ul{
	display: flex;
	}
}
@media (max-width: 750px) {
	footer #copy ul {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
	footer #copy ul li{
    -webkit-flex-grow:1;
    flex-grow: 1;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
}
@media (min-width: 751px) {
section .cols ul.col2_1 li{
	width: 50%;
	float: left;
}
}
@media (max-width: 750px) {
	section .cols ul.col2_1 li{
	width: 100%;
	float: none;
	}
}
h2{
	margin-bottom: 20px;
	font-weight: bold;
}

h3.midashi {
  position: relative;
  display: inline-block;
  padding: 0 55px;
	font-size: 2.5rem;
	font-weight: bold;
	margin: 20px 0;
	color: #000;
	clear: both;
}
@media (max-width: 750px) {
	h3.midashi {
		font-size: 1.5rem;
}
}
h3.midashi:before, h3.midashi:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

h3.midashi:before {
  left:0;
}
h3.midashi:after {
  right: 0;
}
section a{
	text-decoration: underline;
	color: #E33E51;
}
.btn a{
	background: #E33E51;
	border-radius: 5px;
	padding: 10px 20px;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: bold;
	display: block;
	width: 80%;
	margin: 20px auto;
	text-align: center;
}
.btn span{
	font-size: 1.4rem;
}
.lead p{
	margin-bottom: 30px;
	font-weight: bold;
	text-align: left;
}
section h2{
		font-size:2rem;
}
@media (min-width: 751px) {
	section h2{
		font-size:3rem;
	}
	.btn a{
		max-width:300px;
		text-align: center;
	}
	.lead p{
	margin-bottom: 30px;
	font-weight: bold;
	text-align: center;
}
}
.note{
	font-size: 1.3rem;
	color: rgba(42,42,42,1.00);
}
@media (min-width: 751px) {
.plan ul.col2_1 {
	width:100%;
    margin:0;
    padding:0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.plan ul.col2_1 li{
	width: 50%;
	float: left;
}
}
@media (max-width: 750px) {
.plan ul.col2_1 li{
	float:none;
	width: 100%;
	margin-bottom: 30px;
}
}
.plan_economy,
.plan_regular {
	background: #FFF;
	border-radius: 5px;
	padding: 20px;
	box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.1); 
	margin: 10px;
	height: 80%;
	position: relative;
}
.plan_regular .recom{
	position: absolute;
	top:10px;
	left: -9px
}
@media (max-width: 750px) {
	.plan_regular .recom{
	position: absolute;
	top:-15px;
	left: -9px
}
}

.plan_economy .planName{
	font-size: 3rem;
	color: #89B432;
	font-weight:bold;
}
.plan_economy .planSub{
	background: #89B432;
	color: #FFF;
	font-weight:bold;
	display:inline-block;
	padding: 5px 10px
}
.plan_regular .planName{
	font-size: 3rem;
	color: #2EADDF;
	font-weight:bold;
}
.plan_regular .planSub{
	background: #2EADDF;
	color: #FFF;
	font-weight:bold;
	display:inline-block;
	padding: 5px 10px
}

.plan_economy p,
.plan_regular p{
	text-align: left;
}

.tokutenW{
	background: url(../img/bg_Wjagged.png) repeat-x;
	padding-bottom: 20px;
	font-size: 1.5rem;
}
.tokutenW img{
	margin-bottom: 20px;
}

.plan_economy div.price,
.plan_regular div.price{
	font-size: 5rem;
	font-weight: bold;
}
.plan_economy div.price span,
.plan_regular div.price span{
	font-size: 2rem;
	font-weight: bold;
}

.plan_economy div.price{color: #89B432;}
.plan_regular div.price{color: #2EADDF;}

@media screen and (min-width:  751px) {
  .sp_br{
    display: none;
  }
}

.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}

.text_right{text-align: right;}
.text_left{text-align:left;}