@charset "UTF-8";

@media only screen and (max-width:1100px) {
	header .headBox .titleBoxwrap .titleBox {
	width: 90%;
	height: auto;
}
header .headBox .titleBoxwrap .titleBox .request_btn {
	width: 28%;
	bottom:10%;
	right: 5%;
}
header .headBox .titleBoxwrap .titleBox .request_btn a p {
	font-size: 26px;
}
}/* /1100px */

@media only screen and (max-width:990px) {

.contents {
	width: 90%;
	margin: 0 auto;
	font-size: 14px;
}

.ver_pc { display: none; }
.ver_sp { display: block; }
.br_pc { display: none; }
.br_sp { display: block; }

/* header */
header .headBox .logo_sp {
	width: 100%;
	margin-left: -5%;
}
header .headBox .titleBoxwrap .titleBox {
	width: 95%;
	height: auto;
	padding-bottom: 5%;
}
header .headBox .titleBoxwrap .titleBox .request_btn {
	position:static;
	margin:auto;
	margin-top: 5%;
	width: 50%;
	height: auto;
} 
header .headBox .titleBoxwrap .titleBox .request_btn a p {
	font-size: 24px;
}

 #menuBoxwrap{ display: none; }

/* navi */
.navi { position: fixed; right:20px; bottom:20px;}
.navi { width: 40px; display:block; line-height:1em; z-index:9999; transition: .3s; }
.navi .menuBtn {
	display: inline-block; position: relative; width: 40px; height:30px; 
	background-color:#00a3dd;  padding:10px 0px 0px;
	box-shadow: 1px 1px 1px #fff,
             -1px 1px 1px #fff,
             1px -1px 1px #fff,
             -1px -1px 1px #fff;
}
.menu-icon {display: block; position: absolute; top: 50%; left: 50%; width: 24px; height: 2px; margin: -1px 0 0 -12px; background: #fff; transition: .2s;}
.menu-icon:before,.menu-icon:after {display: block; content: ""; position: absolute; top: 50%; left: 0; width: 24px; height: 2px; background: #fff; transition: .3s;}
.menu-icon:before {margin-top: -8px;}
.menu-icon:after {margin-top: 6px;}
.menuBtn:hover .menu-icon:before {margin-top: -10px;}
.menuBtn:hover .menu-icon:after {margin-top: 8px;}

.navi.close .name {overflow: hidden; }
.navi.close .name:before { display: inline-block; width: 100%; content: 'CLOSE';}
.navi.close .menuBtn .menu-icon { background-color: #00a3dd; }
.navi.close .menuBtn .menu-icon:before, .navi.close .menuBtn .menu-icon:after {margin-top: 0;}
.navi.close .menuBtn .menu-icon:before { -webkit-transform: rotate(-45deg); transform: rotate(-45deg);}
.navi.close .menuBtn .menu-icon:after { -webkit-transform: rotate(-135deg); transform: rotate(-135deg);}

/* menu sp */
#sp_menuBox { display: block; }
#mainMenu {
	position: fixed; 
	top:0; left: -100%; z-index:9999; display: block; width: 80%; height: 100%; background-color: #fff; color: #000;
	padding: 0;
	transition: 0.4s ease-in-out;
	margin:0;
}
#mainMenu li a {display: block; padding: 10px; border-bottom:solid #eeeeee 1px; color: #000; text-decoration: none; font-size: 15px; font-weight: bold;}

#mainMenu.open {left: 0;}

#cover {
	display: none;
	opacity: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top:0;
	background:rgba(255,255,255,0.8);
	z-index: 999;
	transition: 0.4s ease-in-out;
}

#cover.open {
	display: block;
	opacity: 1;
}
.navi { display: block; }


/* main */
.periodBoxwrap {
	border: 0px;
}

.periodBoxwrap .periodBox {
	font-size: 21px;
	margin-bottom: 20px;
	border: 2px solid #ff5e80;
}
.periodBoxwrap .periodBox .period_left {
	width: 100%;
	float: none;
	height: 60px;
	line-height: 60px;
}
.periodBoxwrap .periodBox .period_right {
	padding-left: 0%;
	width: 100%;
	float: none;
	height: 60px;
	line-height: 60px;
	text-align: center;
}

.balloonBox .font_size {
	line-height: 1.2em;
}
.txtBoxwrap h3 {
	padding-left: 5%;
	width: 95%;
	font-size: 30px;
}
.txtBoxwrap h3:before {
	width: 30px;
	height: 30px;
	background-size: 100% 100%;
}
.txtBoxwrap .txtBox_left h3 {
	padding-left: 8%;
	width: 92%;
}
.txtBoxwrap .txtBox_right img {
	width: 100%;
	height: auto;
}
}/* /990px */

@media only screen and (max-width:780px) {
.txtBoximg_sp {
	display: block;
	margin: 0 auto;
	width: 50%;
	height: 250px;
	overflow: hidden;
	margin-bottom: 10px;
}
.txtBoximg_sp img{
  width: 100%;
  height: auto;
}
.txtBoxwrap .txtBox_left {
	float: none;
	width: 100%;
}
.txtBoxwrap .txtBox_right {
	float: none;
	display: none;
}
.cpBox tr th {
	font-size: 16px;
	padding: 20px;
}
.cpBox tr td {
	font-size: 16px;
	padding: 20px;
}
footer .footBox {
	padding: 30px 0 40px;
}
footer .footBox .footBox_left {
	float: none;
	margin-bottom: 20px;
}
footer .footBox .footBox_right {
	float: none;
	text-align: center;
	margin:0 auto 20px;
}
footer .footBox .footBox_right .telBox .tel_num {
	font-size: 30px;
}
}/* /780px */

@media only screen and (max-width:640px) {

/* header */
header .headBox .titleBoxwrap .titleBox .request_btn {
	width: 70%;
}
header .headBox .titleBoxwrap .titleBox .request_btn a p {
	font-size: 20px;
	padding: 10px 0;
}

/* main */
section { padding: 30px 0; }
.periodBoxwrap .periodBox { font-size: 16px; }
.periodBoxwrap .periodBox .period_left {
	height: 40px;
	line-height: 40px;
}
.periodBoxwrap .periodBox .period_right {
	height: 40px;
	line-height: 40px;
}

.elementBox { margin-top: 30px;}
.elementBox .titleBox {
	padding: 10px 0;
	font-size: 20px;
}
.elementBox .priceBox {
	padding: 15px 0 10px;
	font-size: 18px;
}
.elementBox .priceBox .priceBox_inline {
	display: block;
}
.elementBox .priceBox .large {
	font-size: 34px;
}
.elementBox .priceBox .nomal {
	font-size: 18px;
}
.elementBox .priceBox .small {
	font-size: 18px;
}
.elementBox .priceBox .arrow {
	border-top: 10px solid #8f8f8f;
  	border-right: 6px solid transparent;
  	border-left: 6px solid transparent;
  	margin:  10px 0px;
}
.request_btnBoxwrap {
	width: 100%;
	padding: 30px 0 20px;
	background-color: #ccedf8;

}
.request_btnBoxwrap .request_btnBox .request_btn2  a {
	font-size: 20px;
	padding: 10px 0;
}
.request_btnBoxwrap .request_btnBox .request_btn3 a span {
	width: 100%;
	font-size: 16px;
	line-height: 1.4em;
	padding: 10px 20px;
	box-sizing: border-box;
}
.request_btnBoxwrap .request_btnBox .request_btn3 a span:after {
	top: 45%;
	right: 3%;
	width: 6px;
  	height: 6px;
}
.greyBgwrap {
	padding:30px 0; 
}
.balloonBox:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #00a3dd;
}
.balloonBox h2{
	font-size: 20px;
	padding: 20px 0;
}
.balloonBox .font_size {
	font-size: 20px;
}
.balloonBox2 {
	margin-top: 30px;
}
.txtBox {
	margin-top: 30px; 
	padding: 20px;
	line-height: 1.8em;
}
.txtBox span {
	font-size: 12px;
}
.txtBoxwrap {
	margin-top: 30px;
}
.txtBoxwrap h3 {
	padding-left: 8%;
	width: 92%;
	font-size: 18px;
}
.txtBoxwrap h3:before {
	width: 18px;
	height: 18px;
	background-size: 100% 100%;
}
.txtBoxwrap .txtBox2 {
	margin: 0;
	padding: 20px;
}
.txtBoximg_sp {
	width: 60%;
	height: 140px;
}
.txtBoxwrap .txtBox_left .name {
	text-align: center;
	font-size: 18px;
}
.imgBox1 {
	width: 100%;
}
.imgBox_sp1 {
	width: 100%;
	height: 365px;
	overflow: scroll;
}
.imgBox_sp1 img{
	width: 921px;
	height: 314px;
}
.imgBox_sp2 {
	width: 100%;
	height: 425px;
	overflow: scroll;
}
.imgBox_sp2  img{
	width: 930px;
	height: 375px;
}
.imgBox .scl_arrow {
	display: block;
	text-align: center;
	font-size: 14px; 
	margin-top: 10px;
}
.imgBox .scl_arrow:after {
	 display: inline-block;
	 margin-left: 10px; 
	 content: '▼'; 
	 transform: rotate(-90deg); 
	 color:#00a3dd; 
	 font-size: 10px; 
}

.cpBox { display: none; }
.cpBox_sp { 
	display: block; 
	width: 100%;
	margin: 30px auto;
}
.cpBox_sp .cpBox_spTitle {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
	color: #fff;
	text-align: center;
	background-color: #00a3dd;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	margin-top: 20px;
}
.cpBox_sp .cpBox_spTxt {
	font-size: 14px;
	line-height: 1.5em;
	text-align: left;
	background-color: #fff;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
}
.cpBox_sp .cpBox_spTxt span {
	padding: 4px 8px;
	background-color:#ff5e80;
	color: #fff;
}
.cpBox_sp .cpBox_spTxt a {
	text-decoration: underline;
}
.cpBox_sp .cpBox_spTxt a:hover {
	color: #00a3dd;
}
.cpBox_sp .cpBox_spTxt ul li{
    padding-left: 1em;
    text-indent: -1em;
 }
 .cpBox_sp .cpBox_spTxt ul .indent_none{
 	padding-left: 0em;
    text-indent: 0em;
 }
/* footer */
footer .footBox .footBox_left {
	text-align: center;
	line-height: 2em;
}
footer .footBox p {
	padding-top: 10px;
}
footer .footBox .footBox_right .telBox .tel_num {
	font-size: 28px;
}
}/* /640px */



@media only screen and (max-width:490px) {
	
}
@media only screen and (max-width:320px) {
	header .headBox .titleBoxwrap .titleBox .request_btn a p {
	font-size: 16px;
	padding: 5px 0;
}
}

