@charset "UTF-8";
/*
Theme Name: ことみのり園
*/
/*-----------------------------------------
default
-----------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
html {
	/*-----------------------------------------
	ゴシック主体の場合
	-----------------------------------------*/
	font-family: fot-tsukuardgothic-std,"游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", serif,-apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	color: #000;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
}
a {
	transition: 0.1s linear all;
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
li {
	list-style-type: none;
}
p, th, td, li, dt, dd {
	line-height: 1.8em;
}
img {
	border: none !important;
}

/*-----------------------------------------
wrapper
-----------------------------------------*/
.wrapper{
	width:100%;
	height:auto;
	overflow:hidden;
}

/*-----------------------------------------
header
-----------------------------------------*/
.wrapper header{
	width:100%;
	background:rgba(255,255,255,0.95);
	position:fixed;
	top:0;
	left:0;
	z-index:9999;
	height:154px;
}
.wrapper header .header_inner{
	width:1200px;
	max-width:98%;
	margin:0 auto;
	overflow:hidden;
}
.wrapper header .header_inner .header_left{
    float:left;
	padding:10px 0;
}
.wrapper header .header_inner .header_left h1{
	font-size:10px;
	font-weight:normal;
}
.wrapper header .header_inner .header_left .logo{
	margin-top:10px;
}
.wrapper header .header_inner .header_right{
	float:right;
	padding:21px 0;
	overflow:hidden;
	width:580px;
}
.wrapper header .header_inner .header_right .header_menu{
	float:left;
	overflow:hidden;
	width:320px;
	margin-top:4px;
}
.wrapper header .header_inner .header_right .header_menu li{
	float:left;
	width:150px;
}
.wrapper header .header_inner .header_right .header_menu li.btn_access{
	margin-right:20px;
}
.wrapper header .header_inner .header_right .header_menu li a{
	display:block;
	text-align:center;
	color:white;
	font-size:15px;
	font-weight:700;
	line-height:48px;
	border-radius:27px;
	position:relative;
}
.wrapper header .header_inner .header_right .header_menu li.btn_access a{
	background:#f69f56;	
}
.wrapper header .header_inner .header_right .header_menu li.btn_contact a{
	background:#0ab6a8;	
}
.wrapper header .header_inner .header_right .header_menu li a:hover{
	text-decoration:none;
}
.wrapper header .header_inner .header_right .header_menu li.btn_access a:hover{
	background:#0ab6a8;	
}
.wrapper header .header_inner .header_right .header_menu li.btn_contact a:hover{
	background:#f69f56;	
}
.wrapper header .header_inner .header_right .header_tel{
	float:right;
}
.wrapper header .header_inner .header_right .header_tel .text_center{
	text-align:center;
	font-size:12px;
	color:#0ab6a8;
	margin-bottom:5px;
}
.wrapper header .header_inner .header_right .header_tel .text_tel a{
	font-weight:700;
	font-size:28px;
	color:#0ab6a8;
	background:url(images/header_tel.png) no-repeat left center;
	padding-left:36px;
	background-size:30px;
}
.wrapper header nav{
	background:#0ab6a8;
}
.wrapper header nav > ul{
	width:1200px;
	max-width:98%;
	margin:0 auto;
	overflow:hidden;
}
.wrapper header nav > ul > li{
	overflow:hidden;
	float:left;
	width:20%;
}
.wrapper header nav > ul > li > a{
	display:block;
	color:#fff;
	text-align:center;
	font-size:16px;
	padding:0 34px;
	line-height:54px;
	position:relative;
	font-weight:700;
	
}
.wrapper header nav > ul > li > a:hover{
	text-decoration:none;
}
.wrapper header nav > ul li a:after{
	content:"";
	width:96%;
	height:3px;
	background:white;
	position:absolute;
	bottom:4px;
	left:-2px;
	transform:translate(-100%,0);
	transition:transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}
.wrapper header nav > ul li a:hover:after{
	transform:translate(0,0);
}

/*-----------------------------------------
footer
-----------------------------------------*/
.wrapper footer .footer_inner{
	width:1200px;
	max-width:98%;
	margin:0 auto;
    overflow:hidden;
    padding:30px 0 50px;
}
.wrapper footer .footer_inner .footer_top{
	overflow:hidden;
}
.wrapper footer .footer_inner .footer_top .footer_top_left{
	float:left;
	width:200px;
}
.wrapper footer .footer_inner .footer_top .footer_top_left img{
	max-width:100%;
}
.wrapper footer .footer_inner .footer_top .footer_top_right{
	float:right;
}
.wrapper footer .footer_inner .footer_top .footer_top_right ul{
	overflow:hidden;
}
.wrapper footer .footer_inner .footer_top .footer_top_right ul li{
	float:left;
	margin-left:2em;
	line-height:64px;
}
.wrapper footer .footer_inner .footer_top .footer_top_right ul li a{
	font-weight:700;
	font-style:normal;
	font-size:15px;
}
.wrapper footer .footer_inner .footer_bottom{
	margin-top:20px;
	overflow:hidden;
}
.wrapper footer .footer_inner .footer_bottom .footer_bottom_left{
	float:left;
}
.wrapper footer .footer_inner .footer_bottom .footer_bottom_left p{
	font-size:16px;
}
.wrapper footer .footer_inner .footer_bottom .footer_bottom_left .footer_sns{
	overflow:hidden;
	margin-top:20px;
}
.wrapper footer .footer_inner .footer_bottom .footer_bottom_left .footer_sns li{
	float:left;
	margin-right:6px;
	width:40px;
}
.wrapper footer .footer_inner .footer_bottom .footer_bottom_left .footer_sns li img{
	max-width:100%;
}
.wrapper footer .footer_inner .footer_bottom .footer_bottom_left .footer_sns li a:hover{
	opacity:0.8;
}
.wrapper footer .footer_inner .footer_bottom .footer_bottom_right{
	float:right;
}
.wrapper footer .footer_inner .footer_bottom .footer_bottom_right ul{
	overflow:hidden;
	width:320px;
}
.wrapper footer .footer_inner .footer_bottom .footer_bottom_right ul li{
	float:left;
	width:150px;
}
.wrapper footer .footer_inner .footer_bottom .footer_bottom_right ul li.btn_access{
	margin-right:20px;
}
.wrapper footer .footer_inner .footer_bottom .footer_bottom_right ul li a{
	display:block;
	text-align:center;
	color:white;
	font-size:15px;
	font-weight:700;
	line-height:48px;
	border-radius:27px;
	position:relative;
}
.wrapper footer .footer_inner .footer_bottom .footer_bottom_right ul li.btn_access a{
	background:#f69f56;	
}
.wrapper footer .footer_inner .footer_bottom .footer_bottom_right ul li.btn_contact a{
	background:#0ab6a8;	
}
.wrapper footer .footer_inner .footer_bottom .footer_bottom_right ul li a:hover{
	text-decoration:none;
}
.wrapper footer .footer_inner .footer_bottom .footer_bottom_right ul li.btn_access a:hover{
	background:#0ab6a8;	
}
.wrapper footer .footer_inner .footer_bottom .footer_bottom_right ul li.btn_contact a:hover{
	background:#f69f56;	
}
.wrapper footer .footer_inner .footer_bottom .footer_bottom_right .footer_bnr{
	text-align:right;
	margin-top:20px;
}
.wrapper footer .footer_inner .footer_bottom .footer_bottom_right .footer_bnr img{
	border:1px solid #ccc !important;
}
.wrapper footer .footer_inner .footer_bottom .footer_bottom_right .footer_bnr a:hover{
	opacity:0.8;
}
footer .copyright{
	clear:both;
	text-align:center;
	padding-top:20px;
	font-size:12px;
}
.pagetop{
	position:fixed;
	right:30px;
	bottom:30px;
	display:none;
	width:50px;
	z-index:999;
}
.pagetop a{
	display:block;
	background:#111;
	width:100%;
	padding:18px 0;
	text-align:center;
	border-radius:25px;
}
.pagetop a:hover{
	background:#0ab6a8;
}

/*-----------------------------------------
common
-----------------------------------------*/
.wrapper main {
	display: block;
	padding-top:154px;
}
.wrapper article{
	width:100%;
	margin:0 auto;
}
.wrapper section{
	width:100%;
	margin:80px auto;
}
.wrapper section .section_inner{
	width:1200px;
	max-width:98%;
	margin:0 auto;
}
 .wrapper section .text_center{
	text-align:center;
}


/*-----------------------------------------
lp
-----------------------------------------*/
.home .wrapper main .mainimg{
	background:url(images/bg_mainimg.jpg) no-repeat center;
	background-size:cover;
	height:auto;
}
.home .wrapper main .mainimg .mainimg_text{
	text-align:right;
	width:1100px;
	max-width:98%;
	margin:0 auto;
	padding:130px 0;
}
.home .wrapper main .mainimg .mainimg_text .mainimg_text_top{
	color:white;
	font-size:24px;
	font-weight:700;
	margin-bottom:20px;
}
.home .wrapper main .mainimg .mainimg_text .mainimg_text_bottom{
	color:#f69f56;
	font-size:24px;
	font-weight:700;
}
.home .wrapper main .mainimg .mainimg_text .mainimg_text_bottom span{
	background:white;
	padding:5px 10px;
}
.home .wrapper main .mainimg .mainimg_text .mainimg_text_bottom span.text_big{
	font-size:30px;
	display:inline-block;
	margin-bottom:10px;
}
.home .wrapper main .sec01{
	background:url(images/bg_sec01.png) no-repeat left top #fef9f4;
	padding:80px 0;
	margin:0;
}
.home .wrapper main .sec01 .section_inner{
	background:url(images/bg_sec01_02.png) no-repeat 95% 100%;
}
.home .wrapper main .sec01 .logo_center{
	text-align:center;
}
.home .wrapper main .sec01 .text_center{
	color:#0ab6a8;
	font-size:24px;
	font-weight:700;
	margin:50px 0;
}
.home .wrapper main .sec01 .bnr_center{
	text-align:center;
}
.home .wrapper main .sec01 .bnr_center img{
	border:1px solid #ccc !important;
}
.home .wrapper main .sec01 .bnr_center a:hover{
	opacity:0.8;
}
.home .wrapper main .sec01 ul li a{
	display:block;
	color:white;
	background:#f69f56;
	width:180px;
	border-radius:100px;
	font-size:21px;
	font-weight:700;
	border:7px solid #fce7d4;
	padding:55px 0 50px;
	line-height:1.8em;
}
.home .wrapper main .sec01 ul li a span{
	font-size:18px;
	font-weight:500;
}
.home .wrapper main .sec01 ul li a:hover{
	background:#ea8836;
	text-decoration:none;
}
.home .wrapper main .sec10 h3.bg_green,
.home .wrapper main .sec13 h3.bg_green{
	text-align:center;
	color:#0ab6a8;
	background:url(images/bg_h3_green.png) no-repeat center;
	display:inline-block;
	font-size:32px;
	line-height:62px;
	width:380px;
	margin-bottom:60px;
}
.home .wrapper main .sec04 h3.bg_orange,
.home .wrapper main .sec09 h3.bg_orange,
.home .wrapper main .sec11 h3.bg_orange{
	text-align:center;
	color:#f69e55;
	background:url(images/bg_h3_orange.png) no-repeat center;
	display:inline-block;
	font-size:32px;
	line-height:62px;
	width:380px;
	margin-bottom:60px;
}
.home .wrapper main .sec04 .contents{
	overflow:hidden;
}
.home .wrapper main .sec04 .contents .img_left{
	float:left;
}
.home .wrapper main .sec04 .contents .text_right{
	float:right;
	width:600px;
}
.home .wrapper main .sec04 .contents .text_right p{
	padding:25px;
	background:rgba(255, 238, 205, 0.9);
	font-size:16px;
}
.home .wrapper main .sec04 .contents .text_right .bg h4{
	color:#f69f56;
	font-size:21px;
	font-weight:700;
	border-bottom:2px solid #f69f56;
	padding:0 0 12px 10px;
}
.home .wrapper main .sec04 .contents .text_right .bg dl{
	overflow:hidden;
	margin-top:20px;
}
.home .wrapper main .sec04 .contents .text_right .bg dl dt{
	float:left;
	clear:both;
	width:80px;
}
.home .wrapper main .sec04 .contents .text_right .bg dl dd{
	float:left;
}
.home .wrapper main .sec04 .contents .text_right .bg dl dt,
.home .wrapper main .sec04 .contents .text_right .bg dl dd{
	font-size:16px;
}
.home .wrapper main .sec04 .concept{
	margin-top:60px;
}
.home .wrapper main .sec04 .concept h3.bg_concept{
	text-align:center;
	background:url(images/bg_h3_orange02.png) no-repeat center top;
	padding-top:30px;
	font-size:36px;
	font-weight:700;
	color:#f69e55;
}
.home .wrapper main .sec04 .concept .bg_orange{
	border:2px solid #f69e55;
	padding:40px;
	margin-top:40px;
}
.home .wrapper main .sec04 .concept .bg_orange p{
	font-size:16px;
}
.home .wrapper main .sec04 .concept .bg_orange p.text_english{
	border-top:2px solid #f69e55;
	margin-top:20px;
	padding-top:20px;
}
.home .wrapper main .sec05{
	padding:80px 0;
	background:#ecf9f8;
}
.home .wrapper main .sec05 .section_inner,
.home .wrapper main .sec10 .section_inner,
.home .wrapper main .sec11 .section_inner,
.home .wrapper main .sec13 .section_inner{
	max-width:1060px;
}
.home .wrapper main .sec05 .contents{
	margin-bottom:80px;
}
.home .wrapper main .sec05 .contents:last-child{
	margin-bottom:0;
}
.home .wrapper main .sec05 .contents h3.bg_green,
.home .wrapper main .sec07 h3.bg_green{
	text-align:center;
	background:url(images/bg_h3_green02.png) no-repeat center top;
	padding-top:30px;
	font-size:36px;
	font-weight:700;
	color:#0ab6a8;
	margin-bottom:60px;
}
.home .wrapper main .sec05 .contents .title{
	margin-bottom:80px;
}
.home .wrapper main .sec05 .contents .title p{
	font-size:30px;
	color:#0ab6a8;
	font-weight:700;
}
.home .wrapper main .sec05 .contents .title p span{
	background:white;
	padding:0px 15px;
	display:inline-block;
	margin:5px 0;
}
.home .wrapper main .sec05 .contents .title.title01{
	background:url(images/bg_01.png) no-repeat 30% center;
	padding:85px 0;
}
.home .wrapper main .sec05 .contents .title.title01 p{
	padding-left:46%;
}
.home .wrapper main .sec05 .contents .title.title02{
	background:url(images/bg_02.png) no-repeat 68% center;
	padding:85px 0;	
}
.home .wrapper main .sec05 .contents .title.title02 p{
	padding-right:49%;
	text-align:right;
}
.home .wrapper main .sec05 .contents .contents_inner{
	overflow:hidden;
	margin-bottom:50px;
}
.home .wrapper main .sec05 .contents .contents_inner:last-child{
	margin-bottom:0;
}
.home .wrapper main .sec05 .contents .contents_inner .text_left,
.home .wrapper main .sec05 .contents .contents_inner .img_left{
	float:left;
	width:50%;
}
.home .wrapper main .sec05 .contents .contents_inner .text_right,
.home .wrapper main .sec05 .contents .contents_inner .img_right{
	float:right;
	width:50%;
}
.home .wrapper main .sec05 .contents .contents_inner .text_right,
.home .wrapper main .sec05 .contents .contents_inner .text_left {
	overflow: hidden;
}
.home .wrapper main .sec05 .contents .contents_inner .img_left {
	text-align: left;
}
.home .wrapper main .sec05 .contents .contents_inner .text_right,
.home .wrapper main .sec05 .contents .contents_inner .img_right {
	text-align: right;
}
.home .wrapper main .sec05 .contents .contents_inner .text_left h4,
.home .wrapper main .sec05 .contents .contents_inner .text_right h4{
	background:url(images/bg_balloon.png) no-repeat center top;
	width:302px;
	text-align:center;
	line-height:62px;
	padding-bottom:15px;
	color:white;
	font-size:16px;
	font-weight:700;
	margin-bottom:30px;
}
.home .wrapper main .sec05 .contents .contents_inner .text_left p,
.home .wrapper main .sec05 .contents .contents_inner .text_right p{
	font-size:16px;
	line-height:1.8em;
}
.home .wrapper main .sec05 .contents .contents_inner .text_left table,
.home .wrapper main .sec05 .contents .contents_inner .text_right table{
	width:100%;
	border-collapse:collapse;
	margin:10px 0;
}
.home .wrapper main .sec05 .contents .contents_inner .text_left table tr th,
.home .wrapper main .sec05 .contents .contents_inner .text_right table tr th{
	padding:5px 15px;
	font-size:16px;
	text-align:left;
}
.home .wrapper main .sec05 .contents .contents_inner .text_left table tr td,
.home .wrapper main .sec05 .contents .contents_inner .text_right table tr td{
	padding:5px 15px;
	font-size:16px;
	text-align:right;
}
.home .wrapper main .sec05 .contents .contents_inner .text_left p.class,
.home .wrapper main .sec05 .contents .contents_inner .text_right p.class {
	font-weight: bold;
	color: #0ab6a8;
	padding-bottom:10px;
	border-bottom:1px solid #0ab6a8;
	margin-bottom:10px;
}
.home .wrapper main .sec05 .contents .contents_inner .text_left p.class.mt,
.home .wrapper main .sec05 .contents .contents_inner .text_right p.class.mt {
	margin-top:30px;
}
.home .wrapper main .sec05 .contents .contents_inner .text_left p.text_small,
.home .wrapper main .sec05 .contents .contents_inner .text_right p.text_small{
	margin-top:5px;
	font-size:14px;
}
.home .wrapper main .sec05 .explain p{
	font-size:16px;
	background:white;
	padding:15px 30px;
	text-align:center;
}
.home .wrapper main .sec05 .contents .contents_inner .movie_right{
	float:right;
	width:500px;
}
.home .wrapper main .sec05 .contents .contents_inner .movie_left{
	float:left;
	width:500px;
}
.home .wrapper main .sec05 .contents .contents_inner .movie_right iframe,
.home .wrapper main .sec05 .contents .contents_inner .movie_left iframe{
	width:100%;
	height:280px;
}
.home .wrapper main .sec05 .contents .contents_inner .img_left{
	float:left;
}
.home .wrapper main .sec05 .contents#service .contents_inner .img_left{
	margin-left:2%;
}
.home .wrapper main .sec05 .contents .contents_inner .text_right{
	float:right;
	width:50%;
}
.home .wrapper main .sec05 .contents .contents_inner .text_right p{
	font-size:16px;
}
.home .wrapper main .sec05 .contents .contents_inner .text_right .feature p {
	text-align: left;
}
.home .wrapper main .sec05 .contents .contents_inner .text_right .bnr{
	margin-top:20px;
}
.home .wrapper main .sec05 .contents .contents_inner .text_right .bnr img{
	border:1px solid #ccc !important;
}
.home .wrapper main .sec05 .contents .contents_inner .text_right .bnr a:hover{
	opacity:0.8;
}
.home .wrapper main .sec05 .contents .contents_inner .text_right h6{
	font-size:20px;
	font-weight:700;
	margin:10px 0 20px;
}
.home .wrapper main .sec05 .contents .btn{
	margin:40px auto;
	width:320px;
}
.home .wrapper main .sec05 .contents .btn a{
	color:white;
	display:block;
	background:#f69e55;
	line-height:54px;
	border-radius:27px;
	text-align:center;
	font-size:18px;
	font-weight:700;
}
.home .wrapper main .sec05 .contents .btn a:hover{
	background:#ea8836;
	text-decoration:none;
}
.home .wrapper main .sec05 #play .contents_inner .text_right .btn{
	margin:20px 0 0 0;
	width:375px;
}
.home .wrapper main .sec05 #play .contents_inner .text_right .btn a{
	color:#0ab6a8;
	display:block;
	background:#fff;
	line-height:54px;
	border-radius:27px;
	text-align:center;
	font-size:18px;
	font-weight:700;
	border:1px solid #0ab6a8;
}
.home .wrapper main .sec05 #play .contents_inner .text_right .btn a:hover{
	background:#0ab6a8;
	text-decoration:none;
	color:white;
}
.home .wrapper main .sec05 .contents .contents_voice{
	margin:40px 0 60px;
}
.home .wrapper main .sec05 .contents .contents_voice h5.voice{
	font-size:18px;
	font-weight:700;
	background:#0ab6a8;
	color:white;
	text-align:center;
	display:inline-block;
	padding:10px 30px;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
}
.home .wrapper main .sec05 .contents .contents_voice p{
	padding:30px;
	background:white;
	font-size:16px;
}
.home .wrapper main .sec05 .contents h5.teacher{
	color:#0ab6a8;
	font-size:21px;
	text-align:center;
	border-bottom:2px solid #0ab6a8;
	padding-bottom:10px;
	margin-top:80px;
	margin-bottom:30px;
}
.home .wrapper main .sec05 .contents#service .contents_inner .text_left,
.home .wrapper main .sec05 .contents#service .contents_inner .text_right{
	width:49%;
}
.home .wrapper main .sec05 .contents#service .contents_inner .text_right p.text_green{
	color:#0ab6a8;
	font-size:30px;
	font-weight:700;
	margin-bottom:30px;
}
.home .wrapper main .sec05 .contents#service .contents_inner .text_right p.text_green strong{
	font-size:40px;
}
.home .wrapper main .sec05 .contents#service .contents_inner .text_right p.text_green span{
	background:white;
	padding:0 15px;
	display:inline-block;
	margin:5px 0;
}
.home .wrapper main .sec05 .contents#service .contents_inner .text_left ul{
	margin-left:20px;
	margin-bottom:30px;
}
.home .wrapper main .sec05 .contents#service .contents_inner .text_left ul li{
	font-weight:700;
	font-size:16px;
	list-style-type:disc;
}
.home .wrapper main .sec05 .contents#service .contents_inner .text_right .bg_white{
	background:white;
	padding:20px;
}
.home .wrapper main .sec05 .contents#service .contents_inner .text_right .bg_white h5{
	color:#0ab6a8;
	font-size:21px;
	border-bottom:2px solid #0ab6a8;
	padding:0 0 10px 10px;
	margin:20px 0 15px;
}
.home .wrapper main .sec05 .contents#service .contents_inner .text_right .bg_white h5.margin{
	margin-top:0;
}
.home .wrapper main .sec05 .contents#service .contents_inner .text_right .bg_white h6{
	margin-bottom:15px;
}
.home .wrapper main .sec07 .text_center{
	font-size:21px;
	font-weight:700;
}
.home .wrapper main .sec07 ul.step{
	margin:30px 0;
	text-align:center;
	overflow:hidden;
}
.home .wrapper main .sec07 ul.step li{
	width:210px;
	padding:20px 30px;
	margin:0 20px;
	background:#0ab6a8;
	border-radius:25px;
	color:white;
	font-weight:700;
	display:inline-block;
}
.home .wrapper main .sec07 ul.step li p{
	font-size:16px;
	text-align:left;
}
.home .wrapper main .sec07 ul.step li .step_number{
	font-size:18px;
	text-align:center;
	line-height:1.5em;
}
.home .wrapper main .sec07 ul.step li .step_title{
	font-size:24px;
	text-align:center;
	line-height:1.5em;
}
.home .wrapper main .sec07 ul.step li .explain{
	line-height:1.5em;
	height:6em;
}
.home .wrapper main .sec07 ul.step li .icon{
	text-align:center;
	margin:10px 0;
}
.home .wrapper main .sec07 .border_green{
	margin:30px auto 0;
	width:650px;
}
.home .wrapper main .sec07 .border_green ul{
	padding:30px 50px;
	border:2px solid #0ab6a8;
}
.home .wrapper main .sec07 .border_green ul li{
	margin-bottom:15px;
	font-size:16px;
}
.home .wrapper main .sec07 .border_green ul li strong{
	font-size:18px;
}
.home .wrapper main .sec07 .border_green ul li:last-child{
	margin-bottom:0;
}
.home .wrapper main .sec09 .bg{
	padding:80px 0;
	background:#ffeecd;
}
.home .wrapper main .sec09 .section_inner ul li{
	margin-bottom:40px;
}
.home .wrapper main .sec09 .section_inner ul li:last-child{
	margin-bottom:0;
}
.home .wrapper main .sec09 .section_inner ul li h5{
	font-size:18px;
	font-weight:700;
	background:#f69e55;
	color:white;
	text-align:center;
	display:inline-block;
	padding:10px 30px;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
}
.home .wrapper main .sec09 .section_inner ul li p{
	padding:30px 40px;
	background:white;
	border:2px solid #f69e55;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	font-size:16px;
}
.home .wrapper main .sec10 .bg{
	background:#ecf9f8;
	padding:80px 0;
}
.home .wrapper main .sec10 .section_inner dl dt{
	cursor:pointer;
	transition:0.1s linear all;
	font-size:16px;
	font-weight:700;
	margin-bottom:10px;
}
.home .wrapper main .sec10 .section_inner dl dt:before{
	content:"Q.";
	margin-right:10px;
}
.home .wrapper main .sec10 .section_inner dl dt:hover{
	color:#0ab6a8;
}
.home .wrapper main .sec10 .section_inner dl dd{
	background:white;
	padding:15px 25px;
	display:none;
	font-size:16px;
	margin-bottom:10px;
}
.home .wrapper main .sec11 .section_inner p.text_center{
	font-size:18px;
}
.home .wrapper main .sec11 .section_inner .googlemap{
	margin-top:50px;
}
.home .wrapper main .sec11 .section_inner .contents{
	overflow:hidden;
	margin:80px 0;
}
.home .wrapper main .sec11 .section_inner .contents .text_left{
	float:left;
	width:500px;
}
.home .wrapper main .sec11 .section_inner .contents .movie_right{
	float:right;
	width:500px;
}
.home .wrapper main .sec11 .section_inner .contents .movie_right iframe{
	width:100%;
	height:280px;
}
.home .wrapper main .sec11 .section_inner .contents .img_right{
	float:right;
}
.home .wrapper main .sec11 .section_inner .contents .text_left h4{
	background:url(images/bg_balloon_02.png) no-repeat center top;
	width:302px;
	text-align:center;
	line-height:62px;
	padding-bottom:15px;
	color:white;
	font-size:16px;
	font-weight:700;
	margin-bottom:30px;
}
.home .wrapper main .sec11 .section_inner .contents .text_left h5{
	font-size:21px;
	font-weight:700;
	margin-bottom:30px;
	line-height:1.5em;
}
.home .wrapper main .sec11 .section_inner .contents .text_left p{
	font-size:16px;
}
.home .wrapper main .sec13 .section_inner table{
	width:100%;
	border-collapse:collapse;
}
.home .wrapper main .sec13 .section_inner table tr{

}
.home .wrapper main .sec13 .section_inner table tr th{
	font-size:16px;
	width:25%;
	text-align:left;
}
.home .wrapper main .sec13 .section_inner table tr th span{
	font-size:14px;
	color:#f69e55;
	margin-left:10px;
}
.home .wrapper main .sec13 .section_inner table tr td{
	font-size:16px;
}
.home .wrapper main .sec13 .section_inner table tr th,
.home .wrapper main .sec13 .section_inner table tr td{
	padding:13px 0;
}
.home .wrapper main .sec13 .section_inner .check{
	text-align:center;
	margin-top:40px;
	font-size:16px;
}

/*-----------------------------------------
コンタクトフォーム用
-----------------------------------------*/
input[type="checkbox"], input[type="radio"] {
	vertical-align: revert;
	margin-right:5px;
}
.wpcf7-list-item.first{
	margin-left:0;
}
input[type="text"], input[type="email"], input[type="tel"], textarea {
	padding:10px 1.9%;
	width:96%;
	background:#ebf5f5;
	border:none;
}
select{
	padding:10px 1.9%;
	background:#ebf5f5;
	border:none;
}
:focus{
	outline:none;
}
button[type="button"],
input[type="submit"]{
	-webkit-appearance: none;
	width:320px;
	color:white;
	text-align:center;
	border:1px solid #0ab6a8;
	font-size:18px;
	line-height:54px;
	transition:0.1s linear all;
	font-family: fot-tsukuardgothic-std,"游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", serif,-apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	border-radius:30px;
	font-weight:700;
	background-color:#0ab6a8;
}
input[type="submit"]:disabled{
	background:#ccc;
	border:1px solid #ccc;
}
button[type="button"]:hover,
input[type="submit"]:hover{
	color:#0ab6a8;
	background:white;
}
input[type="submit"]:disabled:hover{
	background:#ccc;
	color:white;
}
.wpcf7 .ajax-loader{
	margin:0 !important;
}
.mailform .center{
	text-align:center;
	margin:40px 0;
}
.mailform .submit{
	text-align:center;
	margin-top:50px;
}

#sb_instagram .sb_instagram_header, .sb_instagram_header,#sb_instagram #sbi_load .sbi_follow_btn{
	display:none;
}

.sp,.tabbr1,.tabbr2,.spbr, span.wpcf7-spinner{ display: none; }
.pcbr{ display:inline; }
.W-640, .W-428 {
	display: none;
}

@media screen and (max-width: 1024px) { /* タブレット横 */
	.wrapper header .header_inner, .home .wrapper main .sec05 .section_inner, .home .wrapper main .sec10 .section_inner, .home .wrapper main .sec11 .section_inner, .home .wrapper main .sec13 .section_inner {
		max-width: 96%;
	}
	
	.wrapper header nav > ul > li > a {
		padding: 0 30px;
	}
	
	.home .wrapper main .mainimg .mainimg_text {
		max-width: 92%;
	}
	
	.home .wrapper main .sec04 .contents .text_right, .home .wrapper main .sec04 .contents .img_left, .home .wrapper main .sec11 .section_inner .contents .text_left, .home .wrapper main .sec11 .section_inner .contents .movie_right, .home .wrapper main .sec11 .section_inner .contents .img_right {
		width: 47.5%;
	}
	
	.home .wrapper main .sec04 .contents .img_left, .home .wrapper main .sec11 .section_inner .contents .text_left {
		margin-right: 5%;
	}
	
	.home .wrapper main .sec11 .section_inner .contents .img_right img {
		width: 100%;
	}
	
	.home .wrapper main .sec07 ul.step li {
		width: 40%;
		box-sizing: border-box;
		margin: 0 5% 30px;
	}
	
	
	
	

}

@media screen and (max-width: 896px) { /* iPhone XS MAX 横表示 */
	.home .wrapper main .sec01{
		background-size:50%;
	}
	.home .wrapper main .sec01 .section_inner{
		background-size:20%;
	}
}

@media screen and (max-width: 768px) {
	/* ハンバーガーメニュー */
	.sp {
		display: block;
	}
	.pc_header {
		display: none;
	}
	.h-menu{
	  position: relative;
	}
	.h-menuCheckbox {
	  display:none;
	}
	.h-menu_icon {
		display: inline-block;
		width: 30px;
		height: 30px;
		vertical-align: middle;
	}
	.h-menu_icon p.menu {
		margin-left: 60px;
		width: 60px;
		color: white;
		margin-top: -3px;
	}
	.hamburger-icon, .hamburger-icon::before, .hamburger-icon::after {
		content: '';
		display: block;
		position: absolute;
		z-index: 100;
		top:55px;
		right:0;
		width: 32px;
		height: 3px;
		background: #f69f56;
		cursor: pointer;
	}
	.hamburger-icon:before {
		top: 10px;
	}
	.hamburger-icon:after {
		top: 20px;
	}
	#h-menu_black {
		display: none;
		position: fixed;
		z-index: 98;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: white;
		opacity: 0;
		transition: .7s ease-in-out;
	}
	#h-menu_content {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99;
		width: 100%;
		max-width: 320px;
		height: 100vh;
		padding: 53px 16px 16px;
		background: #f69f56;
		overflow: auto;
		transition: .3s ease-in-out;
		-webkit-transform: translateX(-105%);
		transform: translateX(-105%);
	}
	input:checked ~ .h-menu_icon .hamburger-icon{
		background: transparent;
	}
	input:checked ~ .h-menu_icon .hamburger-icon::before{
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top:10px;
		z-index:999;
	}
	input:checked ~ .h-menu_icon .hamburger-icon::after{
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top:10px;
		z-index:999;
	}
	input:checked ~ #h-menu_black {
		display: block;
		opacity: .8;
	}
	#h-menu_checkbox:checked ~ #h-menu_content {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		box-shadow: 6px 0 25px rgba(0,0,0,.15);
	}
	.h-menu_icon .hamburger-icon,
	.h-menu_icon .hamburger-icon::before,
	.h-menu_icon .hamburger-icon::after,
	#h-menu_black,
	#h-menu_content{
		-webkit-transition: all .3s;
		transition: all .3s;
	}
	#h-menu_content ul{
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#h-menu_content ul li{
		border-bottom: solid 1px white;
	}
	#h-menu_content li a {
		display: block;
		color: white;
		font-size: 14px;
		padding: 24px;
		text-decoration: none;
		transition-duration: 0.2s;
		font-weight: bold;
	}
	#h-menu_content li a:hover {
		background: #455b6d;
	}
	.wrapper header {
		height: 100px;
	}
	.wrapper main {
		padding-top: 100px;
	}
	.home .wrapper main .mainimg .mainimg_text {
		padding: 30% 0 25%;
	}
	.home .wrapper main .sec01 .logo_center {
		margin-top: 80px;
	}
	.home .wrapper main .sec01 .section_inner {
		padding-bottom: 50px;
	}
	.home .wrapper main .sec04 .section_inner .contents {
		position: relative;
		padding-bottom: 120px;
	}
	.home .wrapper main .sec04 .section_inner .contents .text_right {
		position: absolute;
		top: 35%;
		left: 20%;
		width: 80%;
	}
	.home .wrapper main .mainimg {
		background-position: 40% 0;
	}
}

@media screen and (max-width: 640px) { /* iPhone XS MAX 横表示 */
	.W-640 {
		display: inline;
	}
	.home .wrapper main .mainimg {
		height: auto;
		background-position: 50% 0;
	}
	.home .wrapper main .mainimg .mainimg_text {
		padding: 15% 0;
	}
	.home .wrapper main .mainimg .mainimg_text .mainimg_text_top, .home .wrapper main .mainimg .mainimg_text .mainimg_text_bottom, .home .wrapper main .sec01 .text_center {
		font-size: 20px;
	}
	.home .wrapper main .mainimg .mainimg_text .mainimg_text_bottom span.text_big {
		font-size: 26px;
	}
	.home .wrapper main .sec01 .logo_center {
		margin-top: 140px;
	}
	.home .wrapper main .sec01 .section_inner {
		background-size: 25%;
	}
	.home .wrapper main .sec05 .contents .contents_inner .img_left img, .home .wrapper main .sec05 .contents .contents_inner .img_right img {
		width: 100%;
	}
	.home .wrapper main .sec07 .border_green {
		width: 96%;
	}
	.home .wrapper main .sec07 .border_green ul {
		padding: 20px 30px;
	}
	.home .wrapper main .sec11 .section_inner .contents .img_right, .home .wrapper main .sec11 .section_inner .contents .movie_right {
		width: 100%;
	}	
	.home .wrapper main .sec11 .section_inner .contents .text_left {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.home .wrapper main .sec13 .section_inner table tr th, .home .wrapper main .sec13 .section_inner table tr td {
		display: block;
		width: 100%;
	}
}

@media screen and (max-width: 428px) {
	.W-428 {
		display: inline-block;
	}
	
	.home .wrapper main .mainimg .mainimg_text .mainimg_text_top,.home .wrapper main .sec07 .text_center,.home .wrapper main .sec07 ul.step li .step_title,.home .wrapper main .sec07 .border_green ul li strong,.home .wrapper main .sec09 .section_inner ul li h5,.home .wrapper main .sec11 .section_inner .contents .text_left h5{
		font-size:16px;
	}
	.home .wrapper main .mainimg .mainimg_text .mainimg_text_bottom,.home .wrapper main .sec05 .explain p,.home .wrapper main .sec05 .contents .contents_inner .text_left table tr th, .home .wrapper main .sec05 .contents .contents_inner .text_right table tr th,.home .wrapper main .sec05 .contents .contents_inner .text_left table tr td, .home .wrapper main .sec05 .contents .contents_inner .text_right table tr td,.home .wrapper main .sec05 .contents .contents_inner .text_left p.class, .home .wrapper main .sec05 .contents .contents_inner .text_right p.class,.home .wrapper main .sec04 .section_inner .contents .text_right p,.home .wrapper main .sec07 ul.step li .explain,.home .wrapper main .sec07 ul.step li .step_number,.home .wrapper main .sec07 .border_green ul li,.home .wrapper main .sec10 .section_inner dl dt,.home .wrapper main .sec10 .section_inner dl dd,.home .wrapper main .sec11 .section_inner p.text_center,.home .wrapper main .sec09 .section_inner ul li p,.home .wrapper main .sec11 .section_inner .contents .text_left p,.home .wrapper main .sec13 .section_inner .check{
		font-size: 14px;
	}
	
	.home .wrapper main .sec01 .text_center {
		font-size: 16px;
	}
	
	.home .wrapper main .mainimg .mainimg_text .mainimg_text_bottom span.text_big {
		font-size: 16px;
	}
	
	.home .wrapper main .mainimg {
		background-position: 40% 0;
	}
	
	.home .wrapper main .mainimg .mainimg_text {
		padding: 20% 0 10%;
	}
	
	.home .wrapper main .sec01 .logo_center {
		margin-top: 20px;
	}
	
	.home .wrapper main .sec04 .section_inner .contents {
		padding-bottom: 0;
	}
	
	.home .wrapper main .sec04 .contents .img_left, .home .wrapper main .sec04 .contents .img_left img, .home .wrapper main .sec04 .section_inner .contents .text_right {
		width: 100%;
	}
	
	.home .wrapper main .sec04 .contents .img_left {
		float:none;
	}
	.home .wrapper main .sec04 .section_inner .contents .text_right {
		position:inherit;
		float:none;
		left:0;
	}
	.home .wrapper main .sec04 .section_inner .contents .text_right p{
		padding:15px;
	}
	
	.home .wrapper main .sec04 h3.bg_orange, .home .wrapper main .sec09 h3.bg_orange, .home .wrapper main .sec11 h3.bg_orange{
		font-size: 21px;
		width: 70%;
		line-height:2.4em;
		margin:0 auto 40px;
	}
	.home .wrapper main .sec05 .contents h3.bg_green, .home .wrapper main .sec07 h3.bg_green, .home .wrapper main .sec10 h3.bg_green, .home .wrapper main .sec13 h3.bg_green {
		font-size: 21px;
		width: 70%;
		line-height:2.4em;
		margin:0 auto 20px;
	}
	.home .wrapper main .sec05 .contents .contents_inner .img_right, .home .wrapper main .sec05 .contents .contents_inner .img_left{
		float:none;
		width:70%;
		margin:0 auto;
	}
	.home .wrapper main .sec05 .contents .contents_inner .text_right, .home .wrapper main .sec05 .contents .contents_inner .text_left {
		width: 100%;
		float: none;
	}
	
	.home .wrapper main .sec05 .contents .contents_inner .text_left h4, .home .wrapper main .sec05 .contents .contents_inner .text_right h4, .home .wrapper main .sec11 .section_inner .contents .text_left h4 {
		width: 100%;
		margin: 20px auto 30px;
	}
	
	.home .wrapper main .sec07 ul.step li {
		width: 92%;
		float: none;
		margin:0 auto 30px !important;
	}
	.home .wrapper main .sec07 ul.step li:last-child{
		margin-bottom:0 !important;
	}
	
	.home .wrapper main .sec07 ul.step li .explain {
		height: auto;
		margin-bottom: 0;
	}
	.home .wrapper main .sec07 ul.step li .icon img{
		height:70px;
		margin:0;
	}
	.wrapper footer .footer_inner{
		padding-bottom:75px;
	}
	.wrapper footer .footer_inner .footer_bottom .footer_bottom_right {
		float: none;
	}
	.wrapper footer .footer_inner .footer_bottom .footer_bottom_right ul {
		position:fixed;
		left:0;
		bottom:0;
		width:100%;
	}
	.wrapper footer .footer_inner .footer_bottom .footer_bottom_right ul li {
		width:50%;
	}
	.wrapper footer .footer_inner .footer_bottom .footer_bottom_right ul li.btn_access {
		margin-right:0;
	}
	.wrapper footer .footer_inner .footer_bottom .footer_bottom_right ul li a{
		border-radius:0;
	}
	.wrapper footer .footer_inner .footer_bottom .footer_bottom_right .footer_bnr {
		text-align: center;
	}
	.pagetop{
		right:15px;
		bottom:70px;
	}
	#h-menu_content {
		width: 70%;
	}
	.wrapper header .header_inner .header_left .logo img{
		height:45px;
		width:auto;
	}
	.home .wrapper main .sec05 .explain p{
		text-align:left;
	}
	.home .wrapper main .sec09 .section_inner ul li p{
		padding:15px 20px;
	}
	.home .wrapper main .sec11 .section_inner .googlemap{
		margin-top:30px;
	}
	.wrapper section,
	.home .wrapper main .sec11 .section_inner .contents{
		margin:60px auto;
	}
	.home .wrapper main .sec01,.home .wrapper main .sec05{
		padding:60px 0;
	}
	.home .wrapper main .sec09 .bg,.home .wrapper main .sec10 .bg{
		padding:40px 0;
	}
	.home .wrapper main .sec11 .section_inner .contents .movie_right iframe{
		height:210px;
	}
	.home .wrapper main .sec11 .section_inner .contents .text_left h5{
		margin-bottom:15px;
	}
	.home .wrapper main .sec13 .section_inner table tr th, .home .wrapper main .sec13 .section_inner table tr td{
		font-size:14px;
		padding:5px 0;
	}
	button[type="button"], input[type="submit"]{
		width:50%;
		font-size:14px;
	}
	.home .wrapper main .sec13 .section_inner .check,.mailform .submit{
		margin-top:20px;
	}
	.wrapper footer .footer_inner .footer_top .footer_top_left{
		float:none;
		width:100%;
		text-align:center;
	}
	.wrapper footer .footer_inner .footer_top .footer_top_left img{
		width:33%;
	}
	.wrapper footer .footer_inner .footer_top .footer_top_right{
		display:none;
	}
	.wrapper footer .footer_inner .footer_bottom .footer_bottom_left{
		float:none;
	}
	.wrapper footer .footer_inner .footer_bottom .footer_bottom_left p{
		font-size:12px;
		text-align:center;
	}
	.wrapper footer .footer_inner .footer_bottom .footer_bottom_left .footer_sns{
		text-align:center;
	}
	.wrapper footer .footer_inner .footer_bottom .footer_bottom_left .footer_sns li{
		float:none;
		display:inline-block;
	}
	.home .wrapper main .sec01 .bnr_center img,
	.wrapper footer .footer_inner .footer_bottom .footer_bottom_right .footer_bnr img{
		height:60px;
	}
	.spbr{
		display:inline;
	}
}











