@charset "utf-8";
/* CSS Document */

/**************************�t�H���g�̓ǂݍ���**********************/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);




.banner {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
	
}
	
.bannerBox {
	width: 100%;
	height: 100vh;
	position: relative;
	
}

@keyframes bannerImg {
		0% { left: 0px; top: 0px;}
		100% { left: 100px; top: 0px; }
}


.bannerImg {
	width: 106%;
	height: 100%;
	opacity: 1;
	animation: bannerImg 3s;
	position: relative;
	background:url(../img/pc_main.jpg) no-repeat center;
	background-size: cover;
	left: 5%; /* 画像の左端が画面中央にくる */
    margin-left: -100px; /* 画像幅1600pxの半分だけ左に移動する */
	animation-fill-mode: forwards;
	-webkit-transform: translatez(0) !important;
   
}

.banner .textbox {
    position: absolute;
    top: 41%;
    left: 15%;
	text-align:left;
    z-index: 1;
	text-shadow: 0px 0px 1px #fff,
               0px 0px 2px #fff,
               0px 0px 3px #fff,
               0px 0px 4px #fff,
               0px 0px 5px #fff,
               0px 0px 6px #fff;
}

.misawalogo{
	width:300px;
	
}
.banner .textbox h3{
	font-size:16px;
	font-weight:600;
	line-height:1.3em;
	color:#4f4f4f;
	margin-bottom:6px
}
.banner .textbox h2{
	font-size:26px;
	font-weight:600;
	line-height:1.2em;
	margin-bottom:6px

}
.banner .textbox h1{
	color:#000;
	font-size:40px;
	font-feature-settings: "palt";
	font-family: a-otf-futo-min-a101-pr6n, serif;
    font-weight: 400;
    font-style: normal;
	margin-bottom:16px
}


#sp_main .textbox{
	display:none;
}

@media screen and (max-width: 812px) {


#sp_main {
    background: url(../img/sp_main.jpg) no-repeat;
    background-size: cover;
	height:100vh;
	min-height: 700px;
    background-position: top center;
}


.banner {
	
	display:none
	
	
}
	
#sp_main .bannerBox {
	
	position: relative;
		
}




#sp_main .textbox {
	display:block;
    position: absolute;
    top: 18%;
    left: 5%;
	text-align:left;
    z-index: 1;
	text-shadow: 0px 0px 1px #fff,
               0px 0px 2px #fff,
               0px 0px 3px #fff,
               0px 0px 4px #fff,
               0px 0px 5px #fff,
               0px 0px 6px #fff;
}

#sp_main .misawalogo{
	
}
#sp_main .textbox h3{
	font-size:14px;
	font-weight:600;
	line-height:1.3em;
	color:#4f4f4f;
	margin-bottom:6px
}
#sp_main .textbox h2{
	font-size:22px;
	font-weight:600;
	line-height:1.3em;
	margin-bottom:6px

}
#sp_main .textbox h1{
	width:100%;
	color:#000;
	font-size:29px;
	font-feature-settings: "palt";
	font-family: a-otf-futo-min-a101-pr6n, serif;
    font-weight: 400;
    font-style: normal;
	margin-bottom:16px;
	text-align:left;
	line-height: 1.2em;
}

}



.ao{
	color:#0075c1;
}
.cha{
	color:#c78a0e;
}
.mido{
	color:#50a035;
}

#bg3{
	background:url(../img/bg_family3.jpg) no-repeat;
	background-size:cover;
	min-height:450px;
	background-position: bottom center;
	padding:145px 0 0 0;
	text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff,
 -1px 1px 0 #fff, 1px -1px 0 #fff,
 0px 1px 0 #fff, 0-1px 0 #fff,
 -1px 0 0 #fff, 1px 0 0 #fff;
	
}


@media all and (max-width: 768px){
#bg3{
	background:url(../img/bg_family3.jpg) no-repeat;
	background-size:cover;
	min-height:400px;
	background-position: bottom center;
	padding:110px 0 0 0;
	width:100%;
	font-size: 80%;
}	

#bg3 h2{
	width:95%;
	
	
}
}

.ie{
	    color: #ffff00;
}

#about_bg2{
	background:url(../img/about_bg2img.jpg) no-repeat;
	background-size:cover;
	min-height:450px;
	background-position: bottom center;
	padding:160px 0 0 0;
	text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.5);
	
}

@media all and (max-width: 768px){
#about_bg2{
	background:url(../img/about_bg2img.jpg) no-repeat;
	background-size:cover;
	min-height:340px;
	background-position: bottom center;
	padding: 110px 0 0 0;
	width:100%;
	line-height:1em
	
}
}
.green_bg{
	background:url(../img/bg_green.jpg);
	padding:0px 0 60px 0;
	display: inline-block;
	width:100%
}

.blue_title{
	background:#0075c1;
	
	padding:25px 0;
	display: -webkit-box;
	margin:0 0 60px 0
}

.green_title{
	background:#50a035;
	
	padding:25px 0;
	display: -webkit-box;
	margin:0 0 60px 0
}

.blue_title img,.green_title img{
	float:left;
		padding:3px 10px 0 0
}

.mido{
	color:#68b52a !important;
}

.blue_title p,.green_title p{
	float:left;
	color:#fff;
	font-size:56px;
	font-weight:600;
	font-style:italic;

}

.blue_title div,.green_title div{
	width:300px;
	margin:0 auto;
}


.ichiran_btn{
	padding:40px 0 0 0;
}
@media all and (max-width: 768px){
.ichiran_btn{
	padding:0;
}


}

dl{
	width:500px;
	float:left;
	
	}

dt{
	width:100px;
	font-weight: 900;
	color: #12a0ea;
	float:left;
	margin:10px 0 4px 0;
	line-height:1.7em
	
	
}

dd{
	width:380px;
	margin:10px 0 4px 0;
	float:left;
	text-align: justify;
	line-height:1.7em
}

@media all and (max-width: 768px){
dl{
	width:95%;
	float:none;
	margin:0 auto
}

dt{
	width:100%;
	font-weight: 900;
	margin:15px 0 0px 0
	
}

dd{
	width:100%;
	margin: 0;
}
}


.green{
	    color: #0075c1;
}



.gaikan img{
	width:400px;
	border:4px #fff solid;
	
}

@media all and (max-width: 768px){
.gaikan img{
	width:100%;
	border:4px #fff solid;
	margin:20px auto 0 auto
	
}
	
}


span.supText {
font-size: 30%;
vertical-align: top;
position: relative;
top: -1.1em;
}


.yellow_waku {
    border: 2px #fff000 solid;
    display: inline-block;
    padding: 5px 10px;
    margin: 0px 0 6px 0;
}


.kuro{
	color:#272727;
}

.list{
	height:143px
}

.zentai{
	line-height:1.8em; padding:0 20px
}

.every{
	margin:60px 0 40px 0;
	font-weight:700;
	line-height:1.3em;
	display:block;
	font-size:90%
}

.jimu{
	font-size:70%; 
}


.blue_height{
	line-height:1.4em;
}

.otoku{
	line-height: 1.2em;
    margin: 10px 0 30px 0;
}


@media all and (max-width: 768px){
	
.otoku{
	line-height: 1.2em;
    margin: 10px 0 30px 0;
}

.jimu{
	font-size:70%; line-height:1.3em;
	margin: 20px 0 30px 0;
}



.zentai{
	line-height:1.5em; padding:0 px;
	font-size:90%
}


.every{
	margin:60px 0 40px 0;
	font-weight:700;
	line-height:1.3em;
	display:block;
	font-size:70%
}	
	
}

/************�S�́@PC************/
body{
	margin:0 auto;
	padding:0;
	text-align:center;
	background:#fff;
	font-family: 'Noto Sans Japanese', sans-serif;<span class="s2"></span>;
	letter-spacing:0.05em;
	font-size:16px;
	
}


#about_bg{
	background:url(../img/bg_family.jpg) no-repeat;
	background-size:cover;
	min-height:450px;
	background-position: bottom center;
	padding:120px 0 0 0
	
}


#bg2{
	background:url(../img/bg_family2.jpg) no-repeat;
	background-size:cover;
	min-height:450px;
	background-position: bottom center;
	padding:120px 0 0 0
	
}


.lead_about{
	color: #fff;
  text-shadow:1px 1px 0 #0075c1, -1px -1px 0 #0075c1,
              -1px 1px 0 #0075c1, 1px -1px 0 #0075c1,
              0px 1px 0 #0075c1,  0-1px 0 #0075c1,
              -1px 0 0 #0075c1, 1px 0 0 #0075c1;
	
	font-size:300%;
	font-weight:900;
	line-height:1.8em;
	font-style:italic
}
	
	
	
@media all and (max-width: 768px){
#about_bg{
	background:url(../img/bg_family.jpg) no-repeat;
	background-size:cover;
	min-height:320px;
	background-position: bottom center;
	padding: 90px 0 0 0;
	width:100%
	
}


#bg2{
	background:url(../img/bg_family2.jpg) no-repeat;
	background-size:cover;
	min-height:400px;
	background-position: bottom center;
	padding:110px 0 0 0;
	width:100%;
	font-size: 80%;
	
}	

.lead_about{
	width:95%;
	font-size:190%;
	margin:0 auto;
	font-weight:900;
	line-height:1.7em;
}


.lead_about img{
	width:150px
}


}


.about_lead{
	margin:15px auto 0 auto;
	text-align:center

}

.camp{
	margin:40px auto;
	display:block
	}
	
.cam_mini{
font-size: 12px;
    margin: 10px auto;
    color: #fff000;
    text-align: left;
    width: 700px;
}

.cam_mini a:link {
    color: #fff000;
    text-decoration: underline;
}
	
@media screen and (max-width: 768px){
.cam_mini {
    font-size: 12px;
    margin: 10px auto;
    color: #fff000;
    text-align: left;
    width: 97%;
}
}
	
/*
.mini {
        font-size: 14px;
    margin: 15px auto 30px auto;
    color: #fff000;
    text-align: left;
    width: 200px;
    line-height: 1.7em;
}

.mini a:link{
 color: #fff000;
 text-decoration:underline;
 }

@media screen and (max-width: 1000px)  {
.mini {
        font-size: 15px;
    margin: 10px auto;
    color: #fff000;
    width: 190px;
    text-align: left;
   } 
}
*/

.main_catch{
	font-weight:900;
	padding:20px 0 0 0;
	font-size:400%;
}



/************�w�b�_�[���e�L�X�g�@PC************/
h1{
	color:#fff;
	font-weight:700;
	font-size:14px

}

/************�w�b�_�[���@PC************/
header{
	margin:0px auto 14px auto;
	
    width: 100%;

	padding: 0px 0 24px 0;

	
}

/************�w�b�_�[�����S�e�L�X�g�u���b�N�@PC************/
.inner{
	width:1000px;
	margin:0 auto;
	text-align:left;
	height:60px;
	padding:5px 0
	
}

#header_logo{
	float:left;
	margin:0 25px 0 0;

}


.italic{
	font-style:italic;
}

#header_logo img{
	width:140px;
	margin:6px 0 0 0
}

#header_btn{
	padding:20px 0 0 0;
	color:#0075c1;
	font-size: 110%; 
}


/************���[�h���@PC************/

.top_lead{
	color:#0075c1;
	font-size:1.9em;
	line-height:1.3em;
	font-weight:900;
	padding:30px;
}
	
	
	
/************�����p��u���b�N�@PC************/



#riyourei{
	background:url(../img/bg_shiro.jpg);
	padding:30px 0;
	border-top:1px #0075c1 solid;
	border-bottom:1px #0075c1 solid;
}


.rei_text{
	clear:both;
	padding-top:20px;
	font-weight: 500;
	color:#0075c1;
}

/**************************�����p��@�摜pc**********************/

.rei li{
	float:left;
	margin:0 20px 0 0;
	list-style:none
}

.rei{
	width:900px;
	margin:20px auto 40px auto;
}



/**************************�L�����y�[���u���b�N�@pc**********************/

.cam_lead{
	color:#fe700c;
	font-weight:900;
	padding-top:20px;
	font-size:400%;
}



.campagin_bg{
	background:url(../img/bg_orange.jpg);
	padding:30px 0 0 0;
	display: inline-block;
	width:100%;
	border-top: 2px #fff solid;
	
}

.campaing_box{
	margin:0 auto;
	width:760px;
}

.campaing_text{
	 float:left;
	 margin:0px 0 0 0;
	 text-align:left
}

.yaji{
	margin:20px 0;
	animation-name: bounce;
	animation-iteration-count: infinite;
	animation-duration: 1.5s;
	}	


.f_right{
	float:right;
}

.f_left{
	float:left;
}

.center{
	text-align:center;
}

/**************************�\�����݃u���b�N�@pc**********************/


.tenkai{
	font-size: 120%;
	line-height:1.3em
	}
	
	
.moushikomi{
	background:url(../img/bg_border.gif);
	padding:60px 0;
	display: inline-block;
	width:100%
}


.btn_text{
	color: #7A7A7A;
	font-size:150%;
	font-weight:600;
	margin:50px 0 10px 0
}

.phone_text{
	color: #7A7A7A;
	font-size:150%;
	font-weight:600;
	margin:20px 0 10px 0
}

.flow{
	width:950px;
	margin:0 auto;
	background:#FFFFFF;
	padding:20px;
}

.flow_text{
	width:900px;
	text-align:left;
	margin:0 auto
}


/****����@�W�J***/

label {
	cursor: pointer;
	color: #272727

}

input[type="checkbox"].on-off{
    display: none;
}

.menu ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu li {
    padding: 5px;
}

input[type="checkbox"].on-off + ul{
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + ul{
    height: 650px;
}


input[type="checkbox"].on-off2{
    display: none;
}

input[type="checkbox"].on-off2 + ul{
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].on-off2:checked + ul{
    height: auto;
}




/**************************keepit�̃g�����N���[���́@pc**********************/




	
/****�p�^�[��***/
.blue_bg{
	background:url(../img/bg_ao.jpg);
	padding:30px 0 60px 0;
	display: inline-block;
	width:100%
}

.blue_bg2{
	background:url(../img/bg_ao.jpg);
	padding:0px 0 60px 0;
	display: inline-block;
	width:100%
}
/****���]�p�^�[��***/
.shiro_bg{
	background:url(../img/bg_shiro.jpg);
	padding:30px 0 60px 0;
	display: inline-block;
	width:100%
}




/****�u���b�N�̒x���ǂݍ���***/
.fadeIn{
	animation-duration: 2s;
}



.about_box{
	width:900px;
	text-align:left;
	margin:30px auto;
	display: block;

}

.no{
	margin:10px 0;
}

.blue_font{
	color:#12a0ea;
	font-weight:900;
	font-size:200%;
	clear:both;
	line-height:1.4em;
}

.blue_font img{
	margin:0 10px 10px 0;
}


.secom{
	text-align:center;
	margin-top:16px;
}


.info_dot{
	border-bottom:1px  #7B7B7B dotted;
	margin:30px 0 0 0;
	clear:both;
	height:30px
}

.info{
	margin:50px 0 15px 0;
	display:inline-block
}

.info td{
	vertical-align:top;
	padding-bottom:10px
}


.lh13{
	line-height:1.3em;
	
}

.youtubeAll {
	width:900px;
	margin:0 auto;
   clear:both
}

#googlemap{
	width:900px;
	margin:0 auto;
	padding:50px 0 30px 0;
	clear:both
	
}

.map_text{
	font-size:110%;
	font-weight:500;
	margin:20px auto 50px auto;
	border:2px #fe700c solid;
	padding:5px;
	background:#FFFFFF;
	width:300px;
	display: block;
	text-align:center
}

a:link,a:hover,a:visited{
	color:#fe700c;
	text-decoration:none
}



/************�g�����N���[������@PC************/
.setsumei{
	width:870px;
	text-align:left;
	margin:0 auto;
}


.jyou_box{
	margin:40px auto 15px auto;
	width:870px
}

.jyou{
	float:left;
	margin:0 10px 10px 0;
	
}

.jyou_text{
	float:float;
	width:560px;
	text-align:left;
	overflow:hidden;
	color:#12a0ea;
	line-height:1.3em;
	font-weight:600;
	font-size:115%

}


.rei4{
	width:900px;
	margin:0 auto;
}


.lead{
	color:#12a0ea;
	font-size:250%;
	font-weight:900;
	margin:50px 0 0 0;
	line-height:1.3em;
	font-style:italic
}


/************���ۂ̃g�����N���[���̎ʐ^�@PC************/


#trunk_photo_main{
	margin:0px auto 0px auto;
	width:640px;
	display:inline-block;
	padding-bottom:40px
}

#trunk_photo_main li{
	margin:10px;
	list-style:none;
	text-align:center;
	float:left
	
}

#trunk_photo_main li img{
	height:220px;
	border:3px #FFFFFF solid
}



#trunk_photo {
	margin:0px auto 0px auto;
	width:780px;
	display:inline-block;
	padding-bottom:30px
}


#trunk_photo li{
	margin:10px;
	list-style:none;
	text-align:center;
	float:left
	
}

#trunk_photo li img{
	height:180px;
	border:3px #FFFFFF solid
}


/************�󂫏󋵁@PC************/

.tablepress{width:800px; border-top:#cbcbcb 1px solid; border-right:#cbcbcb 1px solid; margin:20px auto}
.tablepress th,.tablepress td{border-left:#cbcbcb 1px solid;border-bottom:#cbcbcb 1px solid;font-size:1.4rem;font-weight:400!important;text-align:center}
.tablepress th{padding-top:2px;padding-bottom:2px;background:#3c6aa7!important;color:#fff}
.tablepress td{padding-top:4px;padding-bottom:4px; }

@media all and (max-width: 768px){
	.tablepress th,.tablepress td{font-size:1.2rem}.tablepress th{padding-top:1px;padding-bottom:1px}.tablepress td{padding-top:2px;padding-bottom:2px}
}


.aki_title{
	color:#12a0ea;
	font-size:200%;
	font-weight:900;
	margin-top:50px;
	margin-bottom:10px;
}
	

#tablepress-10 table {
    width: auto;
    border: 1px solid #B0C4DE;
    border-collapse: collapse;
    border-spacing: 0;
	background:#fff
}

#tablepress-10 th {
    color: #fff;
    padding: 5px;
    border-bottom: 1px solid #B0C4DE;
	border-left: 1px solid #B0C4DE;
    background: #4682B4;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}

#tablepress-10 tr {
    padding: 5px;
    border-bottom: 1px solid #B0C4DE;
	border-left: 1px solid #B0C4DE;
	background:#fff
	
}

#tablepress-10 tr:nth-child(2n+1) {
    background: #E7E7E7;
}




/************�f�o�C�X�\���؂�ւ��@PC************/
.pc{display:inline;}
.tab{display:none;}
.sp{display:none;}





/* ���C���r�W���A���@PC */
/*
#tf-home{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#tf-home .overlay{
	height: auto;

}

#tf-home img{
	width:100%;
}
*/

/**************************�t�b�^�[pc**********************/
footer{
	margin:0px 0 0px 0;
	background:#0075c1;
}

.copy{
	font-size:12px;
	color:#fff;
	padding:20px 0
}

.footer_logo{
	width:350px;
	margin:50px  auto 60px auto;
}

.clear{
	clear:both;
}





/**************************img �A���J�[�@pc**********************/

a img{
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}

a:hover img{
	opacity: 0.6;
	filter: alpha(opacity=60);
}




/**************************�y�[�W�g�b�v�{�^���@pc**********************/


/* �y�[�W�g�b�v�֖߂� */
.pageTop {
	display:none;
	position:relative;
	width:90%;
	max-width:900px;
	height:0;
	margin:0 auto;
}
.pageTop a {
	position: fixed;
	bottom: 0px;
	left:auto;
	display: block;
	width: 54px;
	hegiht:66px;
	margin-left:920px;
	padding:1em 0 1em 2px;
	background:#0075c1;
	text-align:center;
	outline:none;
	text-decoration: none;
	z-index:9999;
	border-radius:3px 3px 0 0 ;
}
.pageTop a:before,
.pageTop a:after {
	position:absolute;
	left:50%;
	content:"";
	width:0px;
	height:0px;
	margin-left:-10px;
	border:10px solid transparent;

}
.pageTop a:before {
	top:50%;
	margin-top:-13px;
	border-bottom:10px solid #0075c1;
}
.pageTop a:after {
	top:50%;
	margin-top:-15px;
	z-index:-1;
	border-bottom:10px solid #fff; /* ���̐F */
}


/**************************************************************�X�}�z�@SP************************************************************************/

@media screen and (max-width: 1000px)  {
	
	
.pc{display:none;}
.tab{display:none;}
.sp{display:inline;}


/************�摜�T�C�Y�@SP************/	
	img	{
		max-width: 100%;
		height: auto;
		}


/************�S�́@SP************/
body{
	font-size:13px
	
	
}


.main_catch{
	font-weight:900;
	padding:10px 0 0 0;
	font-size:220%;
}








/************�w�b�_�[���e�L�X�g�@SP************/
h1{
	color:#fff;
	font-weight:700;
	font-size:1em;
	text-align:center;
	line-height:1.5em


}



/************�w�b�_�[�����S�e�L�X�g�u���b�N�@SP************/
.inner{
	margin:0 auto;
	padding:0px 0;
	text-align:left
	
}

#header_logo{
	float:none;
	margin:0 auto;
	padding:5px 0;
	text-align:center;
	display:block;
	width:45%

}

#header_btn{
	float:none;
	padding:6px 0;
	margin:0;
	display:block;


}



/************���[�h���@SP************/

.top_lead{
	color:#0075c1;
	font-size:1.4em;
	line-height:1.4em;
	font-weight:900;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:0px
}



	
	
/************�����p��u���b�N�@SP************/

#riyourei{
	background:url(../img/bg_shiro.jpg);
	padding:30px 0;
	border-top:1px #0075c1 solid;
	border-bottom:1px #0075c1 solid;
	margin:40px auto;
	text-align:center
}

.rei_text{
	clear:both;
	padding-top:20px;
	font-weight: 500;
	color:#0075c1;
	text-align:left;
	max-width:95%;
	margin:0 auto
}


/**************************�����p��@�摜SP**********************/

.rei li{
	margin:0 auto 10px auto;
	list-style:none;
	text-align:center;
	width:280px
}

.rei{
	width:280px;
	margin:20px auto;
	text-align:center
}



/**************************�L�����y�[���u���b�N�@SP**********************/

.cam_lead{
	color:#fe700c;
	font-weight:900;
	padding-top:0px;
	font-size:310%;
}

.campagin_bg{
	background:url(../img/bg_orange.jpg);
	padding:30px 0 0 0;
	width:100%
	
}

.campaing_box{
	margin:0 auto;
	text-align:center;
	width:100%

	
}

.campaing_text{
	margin:0px auto;
	text-align:center;
	width:100%;
	padding:30px 0
}

.yaji{
	margin:20px 0;
	animation-name: bounce;
	animation-iteration-count: infinite;
	animation-duration: 1.5s;
	}	


.f_right{
	float:right;
}

.f_left{
	float:left;
}

.center{
	text-align:center;
}

/**************************�\�����݃u���b�N�@SP**********************/


.tenkai{
	font-size: 120%;
	line-height:1.3em
	}

.btn_text{
	color: #7A7A7A;
	font-size:100%;
	font-weight:600;
	margin:30px 0 10px 0
}

.phone_text{
	color: #7A7A7A;
	font-size:100%;
	font-weight:600;
	margin:20px 0 10px 0
}


.img_sp{
	width:95%;
}

.moushikomi{
	background:url(../img/bg_border.gif);
	padding:30px 0;
	display: inline-block;
	width:100%
}


.flow{
	
	margin:0 auto;
	background:#FFFFFF;
	padding:10px;
	width:95%
}

.flow_text{
	
	text-align:left;
	margin:0 auto;
	width:95%
}


/****����@�W�J***/

label{
	cursor: pointer;
	color: #272727
 
}

input[type="checkbox"].on-off{
    display: none;
}

.menu ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
	max-width:100%
}

.menu li {
    padding: 5px;
}

input[type="checkbox"].on-off + ul{
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + ul{
    height: 420px;
}



/**************************keepit�̃g�����N���[���́@SP**********************/




	
	
	
	
/****�p�^�[��***/
.blue_bg{
	background:url(../img/bg_ao.jpg);
	padding:20px 0;
	display: inline-block;
	width:100%
}

/****���]�p�^�[��***/
.shiro_bg{
	background:url(../img/bg_shiro.jpg);
	padding:20px 0;
	display: inline-block;
	width:100%
}


/****�u���b�N�̒x���ǂݍ���***/
.fadeIn{
	animation-duration: 2s;
}



.about_box{
	max-width:95%;
	text-align:left;
	margin:30px auto 0 auto;
}
.about_text{
	max-width:95%;
	margin:0 auto

}

.no{
	margin:10px 0;
}

.blue_font{

	font-weight:900;
	font-size:200%;
	text-align:center;
	margin-bottom:10px
}

.blue_font img{
	margin:0 10px 10px 0;
}


.secom{
	width:90%;
	text-align:center;
	margin:16px auto;
}


.info_dot{
	border-bottom:1px  #7B7B7B dotted;
	margin:30px 0 0 0
}

.info{
	margin:0px auto 0 auto;
	max-width:100%
}

.info td{
	vertical-align:top;
	padding-bottom:10px;

}


.lh13{
	line-height:1.3em;
	
}

.youtubeAll {
	width:100%;
	margin:0 auto;
}

#googlemap{
	width:100%;
	margin:0 auto;
	padding-bottom:30px
	
}

.map_text{
	font-size:100%;
	font-weight:500;
	margin-top:10px;
	border:2px #fe700c solid;
	padding:2px;
	background:#FFFFFF;
	display: block;
	width:230px;
	text-align:center
	
}

a:link,a:hover,a:visited{
	color:#fe700c;

}


/************�g�����N���[������@SP************/
.setsumei{
	max-width:93%;
	text-align:left;
	margin:0 auto;
}


.jyou_box{
	margin:20px auto 15px auto;
	max-width:95%

}

.jyou{
	float:none;
	margin:0 auto 10px auto;
	max-width:95%;
	text-align:center
	
}

.jyou_text{
	text-align:left;
	overflow:hidden;
	line-height:1.3em;
	font-weight:600;
	font-size:125%;
	max-width:95%;
	margin:0 auto

}


.rei4{
	max-width:95%
}


.lead{
	color:#12a0ea;
	font-size:200%;
	font-weight:900;
	margin:50px 0 0 0;
	line-height:1.3em;
}
	

/************���ۂ̃g�����N���[���̎ʐ^�@SP************/

#trunk_photo_main{
	margin:0px auto 0px auto;
	max-width:320px;
	display:inline-block;
	padding-bottom:20px
}

#trunk_photo_main li{
	margin:0px;
	list-style:none;
	text-align:center;
	float:left
	
}

#trunk_photo_main li img{
	height:120px;
	border:3px #FFFFFF solid
}



#trunk_photo {
	margin:0px auto 0px auto;
	max-width:310px;
	padding-bottom:0

}


#trunk_photo li{
	margin:5px;
	list-style:none;
	text-align:center;
	float:left;
	line-height:1.3em
	
}

#trunk_photo li img{
	height:110px;
	border:3px #FFFFFF solid;
	margin-bottom:5px
}


/************�󂫏󋵁@SP************/

.aki_title{

	font-size:200%;
	font-weight:900;
	margin-top:20px;
	margin-bottom:10px;
}
	

.jyoukyou{
	max-width:95%;
	text-align:center;
	margin:0 auto;
}

@media all and (max-width: 768px){
.jyoukyou{
	max-width:95%;
	text-align:left;
	margin:0 auto;
}
}

.tablepress{width:95%; border-top:#cbcbcb 1px solid; border-right:#cbcbcb 1px solid; margin:20px auto}
.tablepress th,.tablepress td{border-left:#cbcbcb 1px solid;border-bottom:#cbcbcb 1px solid;font-size:1.4rem;font-weight:400!important;text-align:center}
.tablepress th{padding-top:2px;padding-bottom:2px;background:#3c6aa7!important;color:#fff}
.tablepress td{padding-top:4px;padding-bottom:4px; }

@media all and (max-width: 768px){
	.tablepress th,.tablepress td{font-size:1.2rem}.tablepress th{padding-top:1px;padding-bottom:1px}.tablepress td{padding-top:2px;padding-bottom:2px}
}


#tablepress-10 table {
    width: auto;
    border: 1px solid #B0C4DE;
    border-collapse: collapse;
    border-spacing: 0;
	background:#fff
}

#tablepress-10 th {
    color: #fff;
    padding: 5px;
    border-bottom: 1px solid #B0C4DE;
	border-left: 1px solid #B0C4DE;
    background: #4682B4;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}

#tablepress-10 tr {
    padding: 5px;
    border-bottom: 1px solid #B0C4DE;
	border-left: 1px solid #B0C4DE;
	background:#fff
	
}

#tablepress-10 tr:nth-child(2n+1) {
    background: #E7E7E7;
}









/* ���C���r�W���A���@PC */
#tf-home{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#tf-home .overlay{
	height: auto;

}




/**************************�t�b�^�[pc**********************/
footer{
	margin:0px 0 0px 0;
	background:#0075c1;
}

.copy{
	font-size:12px;
	color:#fff;
	padding:20px 0
}

.footer_logo{
	width:200px;
	margin:50px auto 50px auto;
}

.clear{
	clear:both;
}





/**************************img �A���J�[�@pc**********************/

a img{
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}

a:hover img{
	opacity: 0.6;
	filter: alpha(opacity=60);
}




/**************************�y�[�W�g�b�v�{�^���@SP**********************/


/* �y�[�W�g�b�v�֖߂� */
/* =====================
	�X�}�z����
======================= */


.pageTop {
	width:100%;
}
.pageTop a {
	left:-68px;
	margin-left:100%;
}


}

/***********����******************/


.type_box_wrap{
	margin:30px 0 30px 0;
}

.type_box{
	border-top:1px #12a0ea solid;
	width:900px;
	margin:0 auto;
	background:#fff;
	line-height:2em;
	clear:both;
	
}

.type_a{
	background:#e0f5fb;
	width:450px;
	float:left
}

.type_a p{
	font-size:25px;
	margin:36px 0 0 0;
	font-weight:700
}


.type_a img{
	float:left;
	padding:10px 0 10px 10px;
	
}



.type_b{
	width:450px;
	background:#fff;
	float:left;
	padding:10px 0
	
}



.type_b{
	width:450px;
	background:#fff;
	float:left;
	padding:10px 0
	
}



.moto{
	float:left;
	height:123px;
	padding:30px 0 0 0;
	width:130px;
	line-height:1.5em;
	font-size:20px
	
}
/******キャンペーン価格がない場合　.motoを.normalに変更******/
.normal{
	float: left;
    height: 123px;
    padding: 40px 0 0 0;
    width: 440px;
    margin: 0 auto;
    line-height: 1.5em;
    font-size: 20px;
	font-style:italic
}
.tuujyo {
    font-size: 200%;
    font-weight: bold;
}

@media (max-width: 768px){
.normal {
    float: left;
    padding: 30px 0 0 0;
    width: 320px;
    margin: 0 auto;
    line-height: 1.5em;
    font-size: 20px;
}
}

/******キャンペーン価格がない場合　.motoを.normalに変更******/



.yajiyoko{
	float:left;
	padding:20px 0 0 0;
	width:20px
}

.cam_price{
	float:left;
	color:#ff0000;
	padding:12px 0 0 0;
	font-weight:900;
	font-size:20px;
	line-height:2em;
	width:300px;
	font-style: italic
}

.cam_big{
	font-size:230%;
}

.yellow_waku{
border:2px #fff000 solid;
display:inline-block;
padding:5px 10px;
margin: 50px 0 25px 0;
} 



.cam_price_only{
	    float: left;
    color: #ff0000;
    padding: 20px 0 13px 0;
    font-weight: 900;
    font-size: 20px;
    line-height: 2em;
    width: 450px;
    text-align: center;
	font-style:italic
}






@media all and (max-width: 768px){

.cam_price_only {
   float: left;
    color: #ff0000;
    padding: 14px 0 0 0;
    font-weight: 900;
    font-size: 15px;
    line-height: 2em;
    width: 320px;
}


.type_box_wrap{
	margin:30px 0 30px 0;
	background:#FFFFFF
}


.type_box{
	
	width:100%;
	margin:0 auto;
	background:#fff;
	line-height:2em;
	clear:both;
	
	
}

.type_a{
	width:100%;
	float:left
}

.type_a p{
	font-size:20px;
	margin:42px 0 0 0;
	font-weight:700
}


.type_a img{
	float:left;
	padding:10px 0 10px 10px;
	width:150px
	
}


.type_b {
    width: 100%;
    background: #fff;
    float: left;
    padding: 10px 0 0 0;
    height: 115px;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.type_b_box{
	margin:0 auto;
	width:320px;
	text-align:center;
	background:#fff;
}


.moto{
	float:left;
	padding:20px 0 0 0;
	width:100px;
	line-height:1.5em;
	font-size:16px
	
}

.yajiyoko{
	float:left;
	padding:20px 0 0 0;
	width:20px
}

.cam_price{
	float:left;
	color:#ff0000;
	padding:8px 0 0 0;
	font-weight:900;
	font-size:15px;
	line-height:2em;
	width:180px
}

.cam_big{
	font-size:210%;
}


}
