/*
Theme Name:True_light
Author: 松本譲
Description: オリジナルテーマ
Version: 1.0
*/
/* Base
   ========================================================================== */

body {
  font-size: 15px;
  line-height: 1.5;
  color: #160e36;
  margin:0;
  /*font-family: 'Kosugi', sans-serif;*/
  font-family: "Noto Sans JP", sans-serif;
  /*background: #f9f8f4;*/
}
.home{
	background: #fcfade;
	}

.center {
  text-align: center;
}

.leftcol {
  float: left;
  width: 40%;
  border-right: 1px solid #ccc;
  padding-top: 20px;
  padding-bottom: 30px;
  font-weight: bold;
  padding-right: 10%
}

.rightcol {
float: right;
  width: 39%;
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: right;
  font-weight: bold;
  padding-left: 10%
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

a {
  color: #000000;
  /*text-decoration: none;*/
  outline: none;
}

a:hover {
  color: #00A2D9;
  text-decoration: underline;
}

p {
    margin: 0 0 1.5em 0;
    padding: 0;
    line-height: 240%;
	font-size:16px;
}

/* Header
   ========================================================================== */

.header_wrap{
  
}

header {
  text-align: center;
  border-bottom: 1px solid #ddd;
  width: 80%;
  margin: 0 auto;
  display: block;
  position: relative;
  height: 100px;
}
.toppage_header_wrap header{
	border-bottom:none;
	}

/* サブメニュードロップダウンメニュー親デザイン
　========================================================================== */

nav ul {
    list-style: none;
}

.menu li {
    text-align: center;
}

.menu a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.menu {
  margin: 0 0 0 auto;
  padding: 0;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.menu > li {
  float: left;
  height: 50px;
  line-height: 50px;
  font-family: 'Zen Maru Gothic', sans-serif;
}

.menu::after {
  content: "";
  display: table;
  clear: both;
}

/* サブメニュードロップダウン
  ========================================================================== */

li.menu-item-has-children {
  position: relative;
}

li.menu-item-has-children ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  width: 100%;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  z-index: 100;
}

li.menu-item-has-children:hover ul {
  visibility: visible;
  opacity: 1;
  top: 50px;
}

/* サブメニュー下矢印
  ========================================================================== */
li.menu-item-has-children > a::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 0 15px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* サブメニューリンク色
　========================================================================== */

.menu li a {
  padding: 0 20px;
  font-size: 14px;
  color: #000;
}

.menu li a:hover {
  color: #000;
}

.menu li ul li a {
  background: #ffffff;
}

.menu li ul li a:hover {
  color: #000000;
  background: #eeeeee;
}

.menu li:hover > a {
    /*background: rgb(242, 105, 100);*/
}
li.menu-item-has-children ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  padding: 0;
}

li.menu-item-has-children:hover ul {
  visibility: visible;
  opacity: 1;
  top: 50px;
}
.sub-menu li a{
  font-size: 12px;
  position: relative;
  padding: 10px 20px 8px;
  width: 150px;
  height: auto;
  line-height: 180%;
  margin: 0 0 -1px 0;
  text-align: left;
  border: 1px solid #ccc;
  background: #fff;
  color: #000;
}
.menu li:hover > a {
    border-bottom: 4px solid #ff8400;
}



#logo {
  position: absolute;
  left: 0px;
}

nav {
  width: 800px;
  margin: auto;
  bottom: 0px;
}


/* Cover
   ========================================================================== */

#cover {
  height: 100vh;
  background-image: url("images/bg-cover.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#cover #slide {
  width: 900px;
  height: 300px;
  margin: auto;
  padding-bottom: 30px;
}

/* Footer
   ========================================================================== */
footer{
  clear: both;
  width: 100%;
  background: #f4f4f4;
  font-size: 14px;
}
footer h2{
  font-size: 18px;
  margin-top: 0;
}
.footer_inner{
  width: 1140px;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 50px;
}
.footer_content{
  margin: 0 40px 40px 0;
  width: 347px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
.f_con_right{
  margin-right: 0;
}
#contact {
  padding: 30px 0;
  text-align: center;
  background-image: url("images/bg-footer.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.btn {
  width: 200px;
  margin: 10px;
  padding: 15px;
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  letter-spacing: 0.05em;
}

.btn:hover {
  text-decoration: none;
}

.btn-primary {
  background-color: #ffbe00;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

#copyright {
  padding: 15px 0;
  text-align: center;
  color: #ccc;
  background-color: #333;
  font-size: 12px;
  letter-spacing: 0.05em;
}

/* Content
   ========================================================================== */

#content {
  width: 1140px;
  margin: 30px auto;
}

aside {
  float: right;
  width: 300px;
}

aside section {
  margin-bottom: 20px;
}

.single_article {
  width: 800px;
  background: #fff;
  float: left;
}
.single_article_wrap{
  background:#fff;
  border-radius: 20px;
  padding: 50px 0;
}
.page_article {
  float: left;
  width: 800px;
}
article section {
  margin-bottom: 40px;
}

article h2 {
  color: #160e36;
}

article h3 {
  color: #160e36;
}

.headline1{
  border-bottom: 1px solid #ddd;
  padding: 0;
  margin: 0 0 25px 0;
  font-size: 18px;
}
.headline1 span {
  border-bottom: 4px solid #ffa921;
  padding: 0 0 0px 0;
  margin: 0;
  display: inline-block;
}
.news-list_wrap{
  position:relative;
}
.index_archive_link a {
  position: absolute;
  right: 0px;
  top: 5px;
  font-size: 13px;
  text-decoration: none;
}


.top-bottom_contents article{
  width: 800px ;
  float: none !important;
  margin: 0 auto;
}


.no_side{}
.no_side article{
	margin: 0 auto;
	display: block;
	width: 1000px;
	float: none;
}

article img{
	max-width: 100%;
	height: auto;
}

/*Top-News
　========================================================================== */

.news-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news-list li {
  list-style-type: none;
  margin: 0 0 2px 0;
  padding: 6px;
  background: #ffffff;
  font-size: 13px;
  border-radius: 4px;
  overflow: hidden;
}

.news-list li .date {
  font-size: 12px;
  margin: 0 10px 0 0;
  line-height: 100%;
  background: #ffa921;
  color: #fff;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  float: left;
  width: 70px;
  text-align: center;
}
/*
.news-list li .label-info {
  width: 65px;
  display: inline-block;
  margin-right: 10px;
  margin-top: -3px;
  background: #009d8e;
  font-size: 12px;
  text-align: center;
  padding: 3px 8px;
  color: #fff;
  vertical-align: top;
}
*/
.news-list li a {
  width: 500px;
  display: inline-block;
  padding: 7px 0;
}

/*Top-Button
  ========================================================================== */

.btn-default {
  background-color: #fff;
  color: #009d8e;
  border: 1px solid #009d8e;
}

/*Blog
  ========================================================================== */

.blog-title-index {
  margin-bottom: 0px;
  margin-left: 5px;
  font-size: 2em;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.blog-title-article {
  margin-bottom: 0px;
  margin-left: 5px;
}

.blog-wrap {
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}

.blog-header {
  padding: 5px;
  border-bottom: 1px dotted #ccc;
  color: #888;
  font-size: 13px;
}

.blog-body {
  padding: 10px 5px;
}

.blog-title-category {
  font-size: 1.17em;
  font-weight: normal;
  color: #888;
}

.blog-footer {
  padding: 5px;
}


.post-list{
  list-style: none;
padding: 0;}

.post-list li{
  display: inline-block;
  margin: 0 5px 5px 0;
  vertical-align: top;
  width: 372px;
  border: 1px solid #ccc;
  padding: 10px;
  float: left;
}
.post-list li .single_catch{
  float: left;
  width: 130px;
  height: 120px;
  margin-right: 10px;
}
.post-list li .date{
  color: #999;
  font-size: 12px;
  display: block;
}
.post-list li .single_catch a img{
  width: 130px;
  height: 120px;

}
.post-list_text{
  float: left;
  overflow: hidden;
  width: 231px;
}
.post-list li .post-title{
  display: block;
}
.post-list li .post-title a{
  display: block;
  font-weight: bold;
  text-decoration: none;
}

.post_eyecatche img{
  width: 100%;
  height: auto;
}
.post img {
	height: auto;
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

/* Widget
   ========================================================================== */

.widget {
  padding-right:0px;
}

.widget .widget-title {
  border-left:5px #cccccc solid;
  border-bottom:1px #cccccc solid;
  padding-left:10px;
}

.widget ul {
  padding:0;
  list-style:none;
}

.widget ul li {
  margin-bottom:20px;
}

.widget ul li a {
  color:#333333;
  text-decoration: none;
}

.widget ul li a:hover{
  text-decoration: underline;
}

.widget table {
  border-collapse:collapse;
}

.widget table caption {
  font-weight:800;
}

.widget table thead th ,
.widget table tbody td {
  border:1px #cccccc solid;
  text-align:center;
}
.breadcrumbs {
  width:1140px;
  margin:10px auto;
}

/*不採用recent postプラグイン*/
.rpwwt-post-title{
font-size: 14px;
font-weight: bold;
line-height: 160%;}
.rpwwt-post-date{
font-weight: normal;
font-size: 11px;
display: block;
color: #999;
}
.rpwwt-widget ul li {
border-bottom: 1px dotted #aaa;
}


/*recent postプラグイン*/

.widget .rpwe-title{
	font-size: 14px !important;
font-weight: bold;
line-height: 160%;
float: left;
width: 200px;
overflow: hidden;
}
.rpwe-time {
  color: #bbb;
  font-size: 11px;
  display: block !important;
}
.rpwe-block li{
	border-bottom: 1px dotted #aaa !important;}



/*パンくずプラグイン
　========================================================================== */
.breadcrumbs {
  color: #aaa;
  font-size: 12px;
}
.breadcrumbs a{
  color: #888;
  text-decoration: underline;
}
.breadcrumbs a:hover{
  color: #00A2D9;
}
.breadcrumbs span{
  margin-right: 5px;
}

/*  Contactform - お問い合わせフォーム
　========================================================================== */
.wpcf7 { width:100%; border:1px solid #ddd; background:#fafafa; padding:0; margin:0 0 2.5em !important; font-size:14px;overflow: hidden;}
.wpcf7 form{ margin:1.5em 1.5em 0;}
.wpcf7 p { margin-bottom:1em; font-size:12px; }
.wpcf7 input, .wpcf7 textarea { width:auto; -moz-box-sizing: border-box; box-sizing: border-box; width:100%; border:1px solid #ccc; line-height:1.2; padding:8px;  }
.wpcf7 select, .wpcf7 input[type=checkbox], .wpcf7 input[type=radio] { width:auto; max-width:97%; border:1px solid #ccc; padding:8px; }
.wpcf7 select, .wpcf7 .wpcf7-list-item-label { line-height:1.2; font-size:14px; }
.wpcf7-list-item { display:block !important;
  margin-bottom: 10px !important;
}
.wpcf7 textarea { height:300px; }
.wpcf7 input:focus, .wpcf7 textarea:focus { outline:none; border:1px solid #bbb; -webkit-box-shadow:inset 0 0 5px rgba(0, 0, 0, 0.2); box-shadow:inner 0 0 5px rgba(0, 0, 0, 0.5); }
.wpcf7 input.wpcf7-submit { position:relative; display:block; width:225px; height:48px; margin:30px auto 0; background-color:#ff8400; cursor:pointer; border:none !important; color:#fff; text-align:center; text-decoration:none; font-size:14px; line-height:1.5; outline:none; -webkit-transition: all .3s; transition: all .3s; }
.wpcf7 input.wpcf7-submit, .wpcf7 input.wpcf7-submit::before, .wpcf7 input.wpcf7-submit::after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
.wpcf7 input.wpcf7-submit:hover { background-color:#1ac8ff; }
.wpcf7 .wpcf7-not-valid { background:pink; }
.wpcf7 .wpcf7-response-output { margin:10px 0 0; padding:8px 35px 8px 14px; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }
.wpcf7 .wpcf7-validation-errors { color:#B94A48; background-color:#F2DEDE; border:1px solid #EED3D7; }
.wpcf7 .wpcf7-mail-sent-ok { color:#3A87AD; background-color:#D9EDF7; border:1px solid #BCE8F1; }

/*  ページナビプラグイン
　========================================================================== */
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 5px 12px !important;
	margin: 2px;
	border-radius: 3px ;
	background-color: #bbb;
	color: #fff;
}
.wp-pagenavi span.current {
  font-weight: bold;
  background-color: #333;
  color: #fff;
}
.wp-pagenavi .pages{
  background-color: #fff;
  color: #000;
  border: none;
}

/*ここから2.0*/
.page_haeder{
	height: 200px;
	background: linear-gradient(135deg, #fcfade 0%, #ff8400 70%);
}
.page_haeder h1{
	padding-top: 60px;
  margin: 0;
  font-family: 游明朝;
  text-align: center;
  border-bottom: 1px solid;
  color:#fff;
}
.page_haeder h4{
	font-size: 11px;
text-align: center;
color: #fff;
margin: 0;
	}
.contact_page article{
	margin: 0 auto;
	display: block;
	width: 820px;
	float: none;
}
.contact_page h2{
  border-bottom: 1px solid #ccc;
  border-left: 10px solid #ff8400;
  padding-left: 14px;
	}
.contact_tel{
	font-size: 32px;
margin-bottom: 0;
font-weight: bold;
}
.contact_time{}
.footer_content ul{
	  padding-left: 17px;
	  }
.footer_content ul li{
	line-height: 170%;
border-bottom: 1px solid #ccc;
padding-top: 10px;
	}
.footer_content ul li a{
	text-decoration: none;
	}
.header_tel_wrap {
	width: 300px;
	color: #000;
	position: absolute;
	right: 1px;
	top: 11px;
}
.header_tel_wrap h2 {
	margin: 0;
	text-align: right;
	font-weight: normal;
	font-size: 33px;
	line-height: 25px;
}
.header_tel_wrap h2 span {
	font-size: 16px;
}
.header_tel_wrap p {
	text-align: right;
	margin: 0;
	line-height: 10px;
	font-size: 12px;
	color: #555;
}
.company_page article{
	margin: 0 auto;
	display: block;
	width: 1000px;
	float: none;
}
.company_page h2 {
	border-bottom: 1px solid #ccc;
	border-left: 10px solid #ff8400;
	padding-left: 14px;
}
.company_page table{
	width: 100%;
	}
.company_page table tr{}
.company_page table tr th{
height: 80px;
  width: 200px;
  background: #fcfade;
  border: #fff;
  color: #ff8400;
}
.company_page table tr td{
	padding-left: 31px;
border-bottom: 1px solid #ccc;
}
.contact_btn {
	position: fixed;
	right: 10px;
	top: 70%;
	transition: 0.3s ease-in-out;
	z-index: 9999;
}
.contact_btn_a img:hover {
  transform: scale(1.15);
}
.sp_only{
	display:none !important;
	}
#menu-item-36{
background: #ff8400;
}
#menu-item-36 a{
	color: #fff !important;
	}
.toppage_header_wrap .header_tel_wrap h2{
	color: #fff;
	text-shadow: 1px 2px 3px #808080
	}
.toppage_header_wrap .header_tel_wrap p{
	color: #fff;
	text-shadow: 1px 2px 3px #808080
	}
.toppage_header_wrap nav a{
	color: #fff;
	text-shadow: 1px 2px 3px #808080
	}
.toppage_header_wrap nav a:hover{
	color: #fff;
	text-shadow: 1px 2px 3px #808080
	}
	

.triple_wrap{
	padding-top:40px;
	padding-bottom:40px;
	clear:both;
	}
.triple_con{
	width: 1250px;
margin: 0 auto;
display: block;
}
.triple_con h2{
	text-align: center;
}
.triple_con h4{
}
.triple_con h4 span{
}
.triple_con h2 span{
	background: url(images/hata.png) repeat-x left bottom;
    background-position-x: left;
    background-position-y: bottom;
    background-repeat: repeat-x;
  padding-bottom: 42px;
  background-repeat: no-repeat;
  background-position: bottom;
  }
.triple_div{
	width: 31%;
float: left;
margin-right: 3.2%;
box-shadow: 4px 6px 11px rgba(0,0,0,0.1);
margin-bottom: 60px;
border-radius: 20px 20px 0 0;
}
.triple_div_last{
margin-right: 0 !important;
float: right !important;
}
.triple_div img{
	width: 100%;
height: auto;
border-radius: 20px 20px 0 0;
}
.triple_div_txt{
	padding-left: 5%;
padding-right: 3%;
padding-bottom: 1px;
background: #fff;
border-radius: 0 0 20px 20px;
}
.triple_div_txt h3{
	color: #ffa921;
font-size: 19px;
font-family: 'Zen Maru Gothic', sans-serif;
margin-bottom: 15px;
}
.triple_div_txt p{}
.triple_div_txt .point {
	font-family: 游明朝;
	font-size: 99px;
	margin-top: -46px;
	margin-left: 12px;
	margin-bottom: 0;
	line-height: 70px;
}
.triple_div_txt .point span {
	background: linear-gradient(to right, #ffa921 0%, #dd6b74 100%);
    background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.process_wrap{
padding-top: 40px;
padding-bottom: 40px;
clear: both;
background-image: url("images/bg-cover.jpg");
overflow: hidden;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
background-attachment: fixed;
}
.process_con{
	width: 1250px;
margin: 0 auto;
overflow: hidden;
display: block;
}
.process_con h4{
}
.process_con h4 span{
}
.process_con h2{
	text-align: center;
margin-top: 0px;
margin-bottom:50px;
}
.process_con h2 span{
	background: url(images/hata.png) repeat-x left bottom;
    background-position-x: left;
    background-position-y: bottom;
    background-repeat: repeat-x;
  padding-bottom: 42px;
  background-repeat: no-repeat;
  background-position: bottom;
  }
.process_div_wrap{
		width: 60%;
float: left;
	}
.process_div{
	background: url(images/dot_img.png) repeat-y 19px top;

	}
.process_div h3{
	color: #ffa921;
padding: 20px;
  padding-left: 20px;
padding-left: 10px;
border-radius: 5px;
padding-left: 25px;
margin-top: 0;
background: linear-gradient(135deg, #00f 0%, #00008b 70%);
background: #ffffff;
}
.process_div p{
	color: #000;
padding-left: 36px;
padding-bottom: 50px;
margin-bottom: 0;
}
.process_div a{}
.process_div_last{
	background: none;
	}
.process_con img{
	float: right;
height: auto;
width: 300px;
border-radius: 20px;
margin-right: 9%;
	}
.faq_wrap{
	padding-top:40px;
	padding-bottom:40px;
	clear:both;
	background-image: url("images/dot_bg.gif");
}
.faq_con{
	width: 1250px;
margin: 0 auto;
overflow: hidden;
display: block;
}
.faq_con h4{
	

}
.faq_con h4 span{
	
}
.faq_con h2{
	text-align: center;
margin-top: 0px;
margin-bottom:50px;
}
.faq_con h2 span{
	background: url(images/hata.png) repeat-x left bottom;
    background-position-x: left;
    background-position-y: bottom;
    background-repeat: repeat-x;
  padding-bottom: 42px;
  background-repeat: no-repeat;
  background-position: bottom;}
.faq_div{
	width: 1000px;
margin: 0 auto;
display: block;
}
.faq_div h3{
  padding: 13px 50px 13px;
  border-radius: 8px;
  background-color: #FEF3C2;
  margin: 0;
    margin-bottom: 0px;
  font-size: 20px;
  color: #000;
  margin-bottom: 20px;

}
.faq_div p{
	padding-left: 51px;
	margin-bottom: 30px;
	}
.faq_div h3 span{
	font-size: 24px;
color: #ec6d74;
background: none;
margin-right: 10px;
}
.faq_div p span{
color: #008fd0;
margin-right: 1%;
font-size: 24px;
font-weight: bold;
}
.faq_div_last{}
.h2_title {
font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 30px;
  font-weight: bold;
}
.contact_div_wrap {
	padding-bottom: 80px;
	padding-top: 50px;
	background-image: url("images/bg-cover02.jpg");
	background-position: top center;
	background-size: cover;
}
.contact_div h2 {
  margin: 0;
  color: #fff;
  font-family: 游明朝;
font-size: 45px;
text-align: center;
line-height: 69px;
}
.contact_div h2 span {
}
.contact_div p {
	text-align: center;
	color: #fff;
}
.eng_title{
	text-align: center;
margin-top: 0px;
  margin-bottom: 0;
  font-family: 'Zen Maru Gothic',sans-serif;
}

/*eng_title spanのグラデーション
.eng_title span{
background: linear-gradient(to right, #000080 0%, #937b50 100%);
  background-clip: border-box;
background-clip: border-box;
background-clip: border-box;
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 50px;
font-weight: nomal;
letter-spacing: 1px;
font-family: 'Cinzel', serif;
	}*/
	
.eng_title span{	
font-size: 14px;
  letter-spacing: 1px;
  color: #dd6b74;
}
.contact_div .eng_title{}
.contact_div .eng_title span{}
.process_div h3 span{}
/*ここから問い合わせボタン*/
.button19 a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin: 0 auto;
	padding: 25px 20px 24px 40px;
	width: 270px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	/* background-color: #cccccc; */
	transition: 0.3s;
	border: 1px solid;
	text-decoration: none;
}

.button19 a::before {
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	right: 22px;
	transform: translateY(calc(-50% - 2px)) rotate(30deg);
	width: 12px;
	height: 1px;
	background-color: #fff;
	transition: 0.3s;
}

.button19 a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 22px;
	transform: translateY(-50%);
	width: 41px;
	height: 1px;
	background-color: #fff;
	transition: 0.3s;
}

.button19 a:hover {
  text-decoration: none;
  background: rgba(223,241,255,0.6);
}

.button19 a:hover::before,
.button19 a:hover::after {
  right: -20px;
}
/*ここまで問い合わせボタン*/

.movie_wrap{
	clear:both;
	padding-top:40px;
	padding-bottom:30px;
	}
.movie_con{
	width:1250px;
	margin:0 auto;
	display:block;
	overflow:hidden;
	}
.movie_con h2 {
  text-align: center;
  margin-top: 0px;
}
.youtube_img{
width: 400px;
height: 250px;
box-shadow: 0 12px 25px -12px #444;
object-fit: cover;
}
.youtube_play{
position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
width: 75px;
}
.fancybox-youtube{
	position: relative;
display: block;
width: 400px;
text-decoration: none;
margin-right: 24px;
float: left;
}
.fancybox-youtube:hover{
	text-decoration: none !important;
}
.movie_last{
	float:right !important;
	margin-right:0 !important;
	}
.lineQR_info{}
.lineQR{
	width: 33%;
	}
.wrapfixed .toppage_header_wrap nav a{
	color:#000;
	text-shadow: none;
	}
.wrapfixed .toppage_header_wrap .header_tel_wrap h2 {
	color:#000;
	text-shadow: none;
}

.wrapfixed .toppage_header_wrap .header_tel_wrap p {
	color:#000;
	text-shadow: none;
}
.sub-menu a{
	color:#000 !important;
	text-shadow:none !important;
	}
	
.contact_comfirm_page{}
.contact_comfirm_page article{
	margin: 0 auto;
  display: block;
  float: none;
  }
.contact_comfirm_page p{
	 margin-bottom:0;
	 }
.contact_comfirm_page h4{
	margin-top:0;
	}
.contact_comfirm_page .return_btn{
	width: 225px;
  height: 48px;
  float: left;
  display: block;
  margin-bottom: 25px;
  margin-right: 30px;
  }
.contact_comfirm_page .wpcf7-submit{
	margin: 0 !important;
	float:left;
	margin-bottom: 25px;
	}
.contact_submin_wrap{
	width: 480px;
  overflow: hidden;
  margin: 0 auto;
  }
/* reCAPTCHA非表示*/
.grecaptcha-badge{
	display:none;
	}

.custom_post01_wrap{
	padding-top: 70px;
  padding-bottom: 70px;
  }
.custom_post01{}
.custom_post01 .eng_title{}
.custom_post01 .h2_title{
	text-align: center;
	margin-bottom: 100px;
	}
.custom_post01 .customs_wrap{}
.custom_post01 .customs_wrap .customs_div{
	list-style:none;
	}
.customs_wrap_cover{
	width:1140px;
	}
.slick-list {
	overflow: visible !important;
}
.custom_post01 .customs_wrap .customs_div img{
	margin: 0 auto;
  display: block;
  }
.custom_post01 .customs_wrap .customs_div .txt{
	width: 300px;
  margin: 0 auto;
  }
.custom_post01 .customs_wrap .customs_div .txt h2{
	text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 0;
  }
.custom_post01 .customs_wrap .customs_div .txt p{
	    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
	}

.custom_other_link{
color: #fff;
  background: #d70c18;
  padding: 30px;
  border-radius: 10px;
  display: block;
  text-decoration: none;
  clear: both;
  width: 360px;
  margin: 0 auto;
  text-align: center;
  margin-top:50px;
  
}
.custom_other_link:hover{
	text-decoration:none;
	opacity:0.7;
	color:#fff;	
	}


/*ここまで2.0*/


.contents_01wrap{
	clear:both;
	padding-top:70px;
	padding-bottom:50px;
	}
.contents_01{

	}
.contents_02wrap{
	clear:both;
	padding-top:70px;
	padding-bottom:50px;
	}
.contents_02{
	width:1100px;
	margin:0 auto;
	overflow:hidden;
	display:block;
	}
.contents_03wrap{
	clear:both;
	padding-top:70px;
	padding-bottom:50px;
	background-image: url("images/dot_bg.gif");
	}
.contents_03{
	width:1250px;
	margin:0 auto;
	display:block;
	}
.contents_04wrap{
	clear:both;
	padding-top:70px;
	padding-bottom:50px;
    background-image: url("images/bg-cover.jpg");
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  background-attachment: fixed;
	}
.contents_04{
	width:1250px;
	margin:0 auto;
	display:block;
	}
.contents_05wrap{
	clear:both;
	padding-top:70px;
	padding-bottom:50px;
	}
.contents_05{
	width:1250px;
	margin:0 auto;
	overflow:hidden;
	display:block;
	}
.contents_06wrap{
	clear:both;
	padding-top:70px;
	padding-bottom:50px;
	background-image: url("images/dot_bg.gif");
	}
.contents_06{
	width:1250px;
	margin:0 auto;
	overflow:hidden;
	display:block;
	}
.contents_07wrap{
	clear:both;
	padding-top:70px;
	padding-bottom:50px;
	}
.contents_07{
	width:100%;
	margin:0 auto;
	overflow:hidden;
	display:block;
	}
.contents_01 .txt {
	width: 33%;
	float: left;
	margin-left: 7%;
	margin-top: 10px;
}
.contents_01 .txt h4{
	text-align:left;
	}
.contents_01 .txt h1{
	background: url(images/h1_bg.png) repeat-x left bottom;
  padding-bottom: 7px;
  }
.contents_01 .txt a{
	font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 20px;
  color: #dd6b74;
  transition: 0.5s;
  text-align: right;
  display: block;
  transition: 0.5s;
  }
.contents_01 .txt a:hover{
	color: #e6ae5b;
  font-size: 25px;
	}
.contents_01 img {
	width: 52%;
	float: right;
}
.dli-caret-circle-fill-right {
	display: inline-block;
	vertical-align: middle;
	color: #dd6b74;
	line-height: 1;
	position: relative;
	width: 0.9em;
	height: 0.8em;
	border: 0.1em solid currentColor;
	background: currentColor;
	border-radius: 50%;
	box-sizing: content-box;
	margin-left: 10px;
	margin-bottom: 5px;
}
.dli-caret-circle-fill-right::before {
	content: '';
	color: #fff;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 0.18em 0.31177em;
	border-left-color: currentColor;
	border-right: 0;
	transform: translateX(15%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.contents_02 h2{
	text-align:center;
	background: url(images/hata.png) repeat-x left bottom;
  padding-bottom: 42px;
  }
.contents_02 .setsumei{
	text-align:center;
	}
.con2_wrap{}
.con2_div{
	width: 500px;
  overflow: hidden;
  float: left;
  }
.con2_wrap{}
.con2_div img{
	width:500px;
	height:300px;
	}
.con2_div_r{
	float:right;
	}
.con2_div h3{
	font-family: 'Zen Maru Gothic', sans-serif;
  text-align: center;
  color: #000;
  font-size: 25px;
  background: url(images/h1_bg.png) repeat-x left bottom;
  padding-bottom: 7px;
  }
.con2_div h4{
	text-align:center;
	}
.con2_div h4 span{
	background: #1ac8ff;
  color: #fff;
  padding: 7px 14px 4px;
  border-radius: 15px;
  }
.con2_div p{}
.contents_03 h2{
	text-align: center;
	margin-bottom: 50px;
	}
.contents_03 h2 span{
	background: url(images/hata.png) repeat-x left bottom;
    background-position-x: left;
    background-position-y: bottom;
    background-repeat: repeat-x;
  padding-bottom: 42px;
  background-repeat: no-repeat;
  background-position: bottom;
	}
.contents_03 h3{}
.contents_03 .setsumei{
	text-align: center;
	}
.con3_img{
	margin: 0 auto;
    margin-bottom: 0px;
  display: block;
  width: 1000px;
  height: auto;
  margin-bottom: 100px;
  margin-right: 162px;
  margin-top: 50px;
	}
.con3_wrap{}
.con3_div{
	width: 100%;
  clear: both;
  margin-bottom: 100px;
  }
.con3_div_r{
	margin-bottom:0;
	}
.con3_div img{
	width: 30%;
  height: auto;
  float: right;
  margin-top: 60px;
  border-radius: 20px;
  }
.con3_div .txt{
	width: 60%;
  float: left;
	}
.con3_div .txt h3{
	font-family: 'Zen Maru Gothic', sans-serif;
  color: #160e36;
  font-size: 45px;
  background: url(images/h1_bg.png) repeat-x left bottom;
  padding-bottom: 7px;
  }
.con3_div .txt p{
	}
.con3_div .txt a{
	font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 15px;
  color: #dd6b74;
  transition: 0.5s;
  text-align: right;
  display: block;
  transition: 0.5s;
  }
.con3_div .txt a:hover{
	color: #e6ae5b;
  font-size: 18px;
	}
.con3_div_r{
	margin-right: 0;
  float: right;
  }
.contents_04 h2{
	text-align:center;
	background: url(images/hata.png) repeat-x left bottom;
  padding-bottom: 42px;
	}
.contents_04 h4{}
.contents_04 .setsumei{
	text-align:center;
	}
.con4_wrap{}
.con4_div{
	width: 30.3%;
  float: left;
  margin-right: 4.5%;
  height: 580px;
  margin-bottom: 30px;
	}
.con4_div_r{
	float:right;
	margin-right:0;
	}
.con4_div img{
	width: 378px;
  height: 307px;
  margin-bottom: -30px;
  }
.con4_div .txt{
	padding: 20px 40px;
	background: #fff;
	border-radius: 0 0 20px 20px;
	box-shadow: 4px 6px 11px rgba(0,0,0,0.1);
	}
.con4_div .txt h3{
	font-family: 'Zen Maru Gothic', sans-serif;
  text-align: center;
  color: #000;
  font-size: 18px;
  background: url(images/h1_bg.png) repeat-x left bottom;
  padding-bottom: 7px;
  }
.con4_div .txt p{}
.contents_05 img{
	float: left;
  width: 45%;
  height: auto;
  border-radius: 20px;
  margin-top: 50px;
  }
.contents_05 .txt{
	float: right;
  width: 50%;
  }
.contents_05 .txt h4{
	text-align: left;
	}
.contents_05 .txt h2{
	background: url(images/h1_bg.png) repeat-x left bottom;
  padding-bottom: 7px;
  }
.contents_05 .txt p{}
.contents_07 h2{
	text-align: center;
	margin-bottom:70px;
	}
.contents_07 h2 span{
	background: url(images/hata.png) repeat-x left bottom;
    background-position-x: left;
    background-position-y: bottom;
    background-repeat: repeat-x;
  padding-bottom: 42px;
  background-repeat: no-repeat;
  background-position: bottom;
  }
.contents_07 h4{}
.con7_wrap{
	width: 1091px;
  margin-left: 117px;
  }
.con7_div{
	background: #fff;
  width: 300px;
  margin-right: 60px;
  border-radius: 20px;
  display: inline-block;
  }
.con7_div img{
	width: 100%;
  height: auto;
  border-radius: 20px 20px 0 0;
  }
.con7_div .txt{
	padding: 10px 20px 20px 20px;
	}
.con7_div .txt h3{
	text-align: center;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 20px;
  margin-top: 15px;
  color: #000;
  background: url(images/h1_bg.png) repeat-x left bottom;
  padding-bottom: 7px;
  }
.con7_div .txt p{
	font-size: 12px;
  line-height: 190%;
  margin-top: 20px;
  text-align: left;
  }
.con7_div .txt a{
	font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 15px;
  color: #dd6b74;
  transition: 0.5s;
  text-align: right;
  display: block;
  }
.contents_06 h2{
	text-align:center;
	background: url(images/hata.png) repeat-x left bottom;
  padding-bottom: 42px;
  margin-bottom: 50px;
	}
.contents_06 h4{}
.con6_wrap h4{
text-align: right;
  font-size: 11px;
  margin-right: 20px;
  margin-bottom: 0;
  }
.con6_div{
	width: 30.3%;
  float: left;
  background: #fff;
  margin-right: 4.5%;
  height: auto;
  margin-bottom: 30px;
  border-radius: 20px;
  }
.con6_div_r{
	float:right;
	margin-right:0;
	}
.con6_div img{
	width:100%;
	height:auto;
	border-radius: 20px 20px 0 0;
	}
.con6_div .txt{
	padding: 20px 40px;
	padding-top: 0;
	}
.con6_div .txt h3{
	text-align: center;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 18px;
  margin-top: 5px;
  color: #000;
  background: url(images/h1_bg.png) repeat-x left bottom;
  padding-bottom: 7px;
  }
.con6_div .txt p{}
.company_con1{
	clear:both;
	}
.company_con2{
	overflow: hidden;
	margin-top: 100px;
  margin-bottom: 100px;
	}
.company_con2 img{
	float: left;
  width: 440px;
  }
.company_con2 .txt{
	float:right;
	width:500px;
	}
.company_con2 .txt h2{
	font-family: 'Zen Maru Gothic', sans-serif;
  border: none;
  padding-left: 0;
  font-size: 30px;
  margin-top: 0;
  }
.company_con2 .txt p{}

.shop_contents01{
	width:1250px;
	overflow:hidden;
	margin:0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	}
.shop_contents01 img{
	float: left;
  width: 440px;
  height:auto;
  }
.shop_contents01 .txt{
	float: right;
  width: 720px;
  }
.shop_contents01 .txt h2{
	font-family: 'Zen Maru Gothic', sans-serif;
  border: none;
  padding-left: 0;
  font-size: 30px;
  margin-top: 0;
  background: url(images/hata.png) repeat-x left bottom;
  padding-bottom: 42px;
  margin-bottom: 0;
  }
.shop_contents01 .txt p{}
.shop_contents02{
	clear:both;
	width:1000px;
	overflow:hidden;
	margin:0 auto;
	margin-bottom: 50px;
	}
.shop_contents02 h2{
	border-bottom: 1px solid #ccc;
  border-left: 10px solid #ff8400;
  padding-left: 14px;
  }
.shop_contents02 table{
	width: 100%;
	margin-bottom: 50px;
	}
.shop_contents02 table tr{}
.shop_contents02 table tr th{
	height: 80px;
  width: 200px;
  background: #fcfade;
  border: #fff;
  color: #ff8400;
  }
.shop_contents02 table tr td{
	padding-left: 31px;
  border-bottom: 1px solid #ccc;
  padding: 20px;
  }
.shop_contents02 iframe{}

.breadcrumbs .home{
	background-color:#fff;
	}

/*ここから料金*/
.price_con1{}
.price_con1 p{}
.price_con1 p span{
	color: #ff8400;
  font-weight: bold;
  }
.price_con2{
	border: 3px solid #ff8400;
  padding: 30px 5%;
  margin-bottom: 50px;
  }
.price_con2 h3{}
.price_con2 p{}
.price_con2 p span{
	color: #ff8400;
  font-weight: bold;
  }
.price_con3{}
.price_con3 p{}
.price_con3 table{
	width: 100%;
	}
.price_con3 table tr{}
.price_con3 table tr th{
	height: 80px;
  width: 200px;
  background: #fcfade;
  border: #fff;
  color: #ff8400;
  }
.price_con3 table tr td{
	padding-left: 31px;
  border-bottom: 1px solid #ccc;
  }
.price_con4{}

.sche_con1{
	overflow: hidden;
  margin-bottom: 30px;
  }
.sche_con1 img{
	margin:0 auto;
	display:block;
	margin-bottom:30px;
	width: 650px;
	}
.sche_con2{
	clear:both;
	}
.sche_con2 table{
	width:100%;
	}
.sche_con2 table tr{}
.sche_con2 table tr th{
	height: 80px;
  width: 200px;
  background: #fcfade;
  border: #fff;
  color: #ff8400;
  }
.sche_con2 table tr td{
	padding-left: 31px;
  border-bottom: 1px solid #ccc;
  }
  
/*ここから放課後アシスタント*/
.gakusyuu_con1{overflow: hidden;}
.gakusyuu_con2{overflow: hidden; background-image: url("images/dot_bg.gif");}
.gakusyuu_con3{overflow: hidden;}
.gakusyuu_con1 h2{text-align: center;}
.gakusyuu_con2 h2{text-align: center;}
.gakusyuu_con3 h2{text-align: center;}
.gakusyuu_con1_div {
	width: 29%;
	float: left;
	margin-right: 2%;
	background-color: #fff;
	padding: 11px;
	border-radius: 8px;
	box-shadow: 6px 6px #e6e0d7;
	border: 1px solid #e6e0d7;
	height: 400px;
	margin-bottom: 23px;
}.gakusyuu_con1_div h3{text-align: center;
font-size: 18px;
color: #000;}
.gakusyuu_con1_div img{
margin: 0 auto;
display: block;
}
.gakusyuu_con1_div p{font-size: 14px;}
.gakusyuu_con2_div{
width: 30%;
float: left;
margin-right: 4%;
}
.gakusyuu_con2_div h3 {
	background-color: #ffa921;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	border-radius: 8px;
}
.gakusyuu_con2_div p{font-size: 14px;}
.gakusyuu_con3_div {
width: 30%;
float: left;
margin-right: 4%;
height: 365px;
}
.gakusyuu_con3_div h3 {
	text-align: center;
	margin-bottom: 2px;
	color: #000;
}
.gakusyuu_con3_div img{
width: 100%;
}
.gakusyuu_con3_div p{font-size: 14px;}
.gakusyuu_r{
	float:right;
	margin-right: 1% !important;
	}
	
/*運動療法*/
.undou_con1{}
.undou_con2{padding-top: 40px;}
.undou_con3 {
	overflow: hidden;
	background-image: url("images/dot_bg.gif");
	padding-top: 40px;
	padding-bottom: 30px;
}
.undou_con1_txt{}
.undou_con1_txt h3{}
.undou_con1 img{}
.undou_con1 h2{text-align: center;}
.undou_con1 ul {
	list-style: none;
	padding-left: 0;
	/* border-radius: 62px; */
	overflow: hidden;
	margin: 0 auto;
	display: block;
	width: 100%;
}
.undou_con1 ul li {
	background-color: #ffa921;
	color: #fff;
	font-weight: bold;
	width: 45%;
	padding: 2%;
	margin-bottom: 1px;
	text-align: center;
	border-radius: 4px;
	float: left;
	margin-right: 1px;
}
.undou_con2 h2{text-align: center;}
.undou_con2 img{}
.undou_con3 h2{text-align: center;}
.undou_con3 img{float: left;
margin-left: 4%;
/*width: 19%;*/
margin-top: 52px;}
.undou_con3_txt{
    float: right;
width: 54%;
margin-right: 4%;
	}
.undou_con3_txt h3{color: #1ac8ff;
font-size: 25px;
border-bottom: 1px solid;}
.undou_con3_txt p{}
.undou_con4{padding-top: 40px;}
.undou_con4 h2{text-align: center;}
.undou_con4 p{text-align: center;}
.undou_con4 img{
width: 80%;
margin: 0 auto;
display: block;
}
.bon_youtube {
  width: 560px;
  margin: 0 auto;
  padding-top: 30px;
}




.contact_tel_wrap{
	margin-bottom:30px;
	}
.contact_tel_div{
	border-bottom: 2px dotted #ffa921;
  clear: both;
  overflow: hidden;
  width: 700px;
  margin: 0 auto;
	}
.contact_tel_div h3{
	width: 30%;
  color: #000;
  font-size: 25px;
  float: left;
  margin-top: 40px;
  }
.contact_tel_div p{
	float: right;
	font-size: 38px;
	margin: 0;
	margin-top: 8px;
	}
.contact_tel_div p span{
	font-size: 25px;
  margin-right: 12px;
  }
.shops_img_wrap{
	width:1000px;
	clear:both;
	margin:auto;
	overflow:hidden;
	display:block;
	margin-bottom: 50px;
	}
.shops_img_wrap img{
	border-radius: 30px;
	}
.main_txt_wrap{
	width: 1250px;
  margin: 0 auto;
  }
.main_txt{
	background-image: url("images/main_txt_back.png");
	background-repeat: no-repeat;
	height:100vh;
	padding-left: 5%;
  padding-top: 50px;
  margin-top: 50px;
	}
.main_txt h2{
	font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 52px;
  line-height: 160%;
  color: #56534F;
  margin-bottom: 7px;
  text-shadow: 2px 2px 0 #f9f8f4, -2px -2px 0 #f9f8f4, -2px 2px 0 #f9f8f4, 2px -2px 0 #f9f8f4, 0px 1px 0 #f9f8f4, 0-2px 0 #f9f8f4, -2px 0 0 #f9f8f4, 2px 0 0 #f9f8f4;
  margin-left: -7px;
  margin-top: 90px;
  }
.u-dotted {
	padding-top: 0.55em;
	background-position: top left 0.05em;
	background-repeat: repeat-x;
	background-size: 1.02em 1.1em;
	background-image: radial-gradient(#dd6b74 10%, transparent 16%);
}
.main_txt p{
	font-family: 'Zen Maru Gothic', sans-serif;
  text-shadow: 1px 1px 0 #f9f8f4, -1px -1px 0 #f9f8f4, -1px 1px 0 #f9f8f4, 1px -1px 0 #f9f8f4, 0px 1px 0 #f9f8f4, 0-1px 0 #f9f8f4, -1px 0 0 #f9f8f4, 1px 0 0 #f9f8f4;
  font-size: 16px;
  width: 75%;
  }
.nagashima_400{
	width:100%;
	height:auto;
	}
.contact_div_wrap .contact_div {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
.contact_div_wrap .contact_div .txt {
	width: 700px;
}
.contact_div_wrap .contact_div img {
	position: absolute;
  right: 41px;
  bottom: -79px;
  width: 465px;
}
.page_haeder_innner {
	width: 700px;
	margin: 0 auto;
}
.page_haeder .txt {
	float: left;
	width: 69%;
}
.page_haeder img {
	float: right;
  width: 40%;
    margin-top: -135px;
}
.bnr_div {
	position: relative;
  width: 1060px;
  height: 170px;
  margin: 0 auto;
}
.bnr_div a{
	flex-shrink: 0;
  margin-right: 20px;
  }
.bnr_wrap {
	clear: both;
  padding-top: 40px;
  padding-bottom: 40px;
  height: 170px;
}
.bnr_div a img {
	box-shadow: 7px 10px 11px rgba(0,0,0,0.2);
	width: 500px;
  height: 166px;
}
.bnr_div a img:hover{
	opacity: 0.7;
}
.con3_sashie{}
.sub_page h2 {
	border-bottom: 1px solid #ccc;
	border-left: 10px solid #ff8400;
	padding-left: 14px;
	margin-top: 60px;
	clear: both;
}




/*リクルートここから*/
.recruit_page{
	width:1250px;
	margin:0 auto;
	}
.recruit_page table {     width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
        }
.recruit_page table, th, td {
            border: 1px solid #ddd;
        }
.recruit_page td {
	padding: 20px;
        }
.recruit_page th{
	background-color:#ff8400;
	color:#fff;
	}
.rec_con1{
	overflow: hidden;
  margin-top: 60px;
  }
.rec_con1 img{
	float:left;
	width:500px;
	height:auto;
	}
.rec_con1 .txt{
	float: right;
  width: 700px;
  }
.rec_con1 .txt h2{
	border-left: none;
  font-size: 30px;
  color: #ff8400;
  }
.rec_con1 .txt ul{
	font-size: 21px;
	}
.rec_con1 .txt ul li{
	margin-bottom: 20px;
	}
.rec_con1 .txt ul li span{}

.rec_con2{
	overflow: hidden;
  margin-top: 60px;
  margin-bottom: 100px;
	}
.rec_con2 img{
	float:left;
	width:500px;
	height:auto;
	}
.rec_con2 .txt{
	float: right;
  width: 700px;
  }
.rec_con2 .txt h2{
	border-left: none;
  font-size: 30px;
  margin-top: 30px;
  }
.rec_con2 .txt ol{
	font-size: 18px;
	color:#efb6b6;
	}
.rec_con2 .txt ol li{
	margin-bottom: 26px;
  padding-left: 1%;
  border-bottom: 1px dotted #666;
  padding-bottom: 5px;
  }
.rec_con2 .txt ol li span{
	color: #365659;
	}

.rec_con3{
	}
.rec_con3_div{
	clear: both;
  overflow: hidden;
  width: 1000px;
  margin: 0 auto;
    margin-bottom: 0px;
  border-bottom: 1px dotted;
  margin-bottom: 30px;
  padding-bottom: 30px;
  }
.rec_con3_div .txt{
	float: right;
  width: 700px;}
.rec_con3_div img{
	float: left;
  margin-left: 90px;
  margin-top: 37px;
	}
.rec_con3_div h3{
	font-size: 27px;
	}
.rec_con3_div p strong{
	color:#efb6b6;
	}
.rec_con3_div p{}
.rec_setsumei{
	font-size:30px;
	font-weight:bold;
	line-height:200%;
	margin-top: 50px;
  margin-bottom: 100px;
	}
.rec_toph2{
	color: #ff8400;
  border: none !important;
  text-align: center;
  font-size: 40px;
  font-family: 'Zen Maru Gothic', sans-serif;
  }
.rec_con4{
	width: 1000px;
	margin:0 auto;
	}
.rec_con4 .tel{
	margin-bottom: 0;
	font-size: 30px;
	}
.rec_con4 .tel span{
	font-size: 50px;
  }
.rec_con2 .txt ol strong{
	margin-right: 2%;
	}
/*リクルートここまで*/

/*会社概要ここから*/
.company_con2 .txt h4 {
	text-align: right;
	font-size: 15px;
	margin:0;
}
.company_page article{
	margin: 0 auto;
	display: block;
	width: 1250px;
	float: none;
}
company_page{
	width:1250px;
	margin:0 auto;
	}
.company_page table{
	width: 70%;
	float: left;
	margin-bottom:60px;
	}
.company_page table tr{}
.company_page table tr th{
background: #ff8400;
color: #fff;
height: 80px;
width: 200px;
border-bottom: 1px solid;
}
.company_page table tr td{
	padding-left: 31px;
border-bottom: 1px solid #ccc;
}
company_con2{
	clear: both;
  margin-top: 60px;
  overflow: hidden;
  margin-bottom: 100px;
	}
.company_con2 .img_wrap{
	float:left;
	width:450px;
	}
.company_con2 .txt{
	width:690px;
	float:right;
	}
.company_con2_2 .img_wrap{
	float:right;
	width:450px;
	}
.company_con2_2 .txt{
	width:690px;
	float:left;
	}
.company_con2 .txt h2 {
	border: none;
	font-size: 40px;
	padding: 0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
	margin-bottom: 0;
}
.company_con2 .txt p{}
.company_con2 .txt h3{
	text-align: right;
	font-size: 30px;
	}
.company_con2 .txt h3 span{
	font-size: 19px;
  margin-right: 30px;
  color: #ff8400;
  }
.company_con2 .img_wrap img{
  width: 450px;
  height: auto;
  }
.company_con3{
	clear:both;
	}
.company_con3_div{
	clear: both;
	overflow:hidden;
	margin-bottom: 60px;
	}
.company_con3_div img{
	float:left;
	width:400px;
	height:300px;
	}
.company_con3_div .txt{
	width:700px;
	float:right;
	}
.company_con3_div .txt h3{
	font-size: 30px;}
.company_con3_div .txt p{}
.company_con3_div .txt .link{
	color: #ff8400;
  font-weight: bold;
  }
.company_page iframe{
	width:1250px;
	margin-bottom:60px;	
	}
.company_con1 img{
	float:right;
	width: 300px;
	}
.company_con4 {
	margin-bottom: 100px;
	}
.company_con4 h3{
	text-align: center;
  font-size: 40px;
	}
.company_con4 ul{
	color:#efb6b6;
	margin-top: 50px;
	}
.company_con4 ul li{
	margin-bottom: 30px;
  font-size: 19px;
	}
.company_con4 ul li span{
	color: #365659;
	}
/*会社概要ここまで*/


.con3_btm{
	background: #FEF3C2;
  border-radius: 20px;
    padding: 5px 30px 20px;
  box-shadow: 7px 10px 11px rgba(0,0,0,0.1);
  }
.con3_btm h3{
	font-size: 28px !important;
	}
.con3_btm ul{}
.con3_btm ul li{
	line-height: 200%;
  font-size: 19px;
  }
.con3_btm ul li span{}
.contents_08wrap{
	padding:50px 0;
	clear:both;
	overflow:hidden;
	}
.contents_08{
	width:1250px;
	margin:0 auto;
	display:block;
	overflow:hidden;
	}
.contents_08 img{
	margin:0 auto;
	display:block;
	margin-bottom:30px;
	}
.contents_08 h2{
	text-align:center;
	}
.contents_08 h2 span{
	background: url(images/hata.png) repeat-x left bottom;
    background-position-x: left;
    background-position-y: bottom;
    background-repeat: repeat-x;
  background-position-x: left;
  background-position-y: bottom;
  background-repeat: repeat-x;
  padding-bottom: 42px;
  background-repeat: no-repeat;
  background-position: bottom;
}
.contents_08 p{
	text-align:center;
	margin-top: 50px;
	}
.contents_08 a{
	}
/*スケジュールリンクボタン*/
/* 019 */
.button019 a {
	background: #ff8400;
	border-radius: 3px;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	max-width: 370px;
	padding: 10px 25px;
	color: #313131;
	transition: 0.3s ease-in-out;
	font-weight: 500;
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	padding: 30px;
}
.button019 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button019 a:hover {
  background: #6bb6ff;
  color: #FFF;
}
.button019 a:hover:after {
  right: 1.4rem;
}


.sche_list{
	background-image: url("images/dot_bg.gif");
  padding: 50px 5%;
  border-radius: 20px;
  width: 39%;
  }
.sche_list h3{
	background: url(images/h1_bg.png) repeat-x left bottom;
  padding-bottom: 7px;
  font-size: 29px;
  margin-top: 0;
  
  }
.sche_list h3 span{}
.sche_div{
	background: url(images/dot_img.png) repeat-y 19px top;
	padding-bottom: 30px;
	}
.sche_div_last{
	background:none;
	}
.sche_div h4{
  font-size: 18px;
  margin-bottom: 0;
  margin:0;
  background-color: #FEF3C2;
  padding: 10px 5%;
  margin-bottom: 5px;
  border-radius: 10px;
  }
.sche_div h4 span{
	color: #ff8400;
	margin-right: 4%;
	font-size: 17px;
	}
.sche_div p{
	line-height: 200%;
	margin:0;
	padding-left: 10%;
	}
.sche_list .setsumei{}
.sche_jido{
	float:left;
	}
.sche_houkago{
	float:right;
	}
.schepage img{
	margin:0 auto;
	display:block;
	}

.staff_wrap{
	padding:50px 0;
	}
.staff-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 1250px;
  margin: 0 auto;
  padding-left: 100px;
}

.staff-card {
  width: 364px;
  padding: 16px;
  box-sizing: border-box;
  background: #FEF3C2;
  box-shadow: 7px 10px 11px rgba(0,0,0,0.1);
  border-radius: 20px;
}
.staff-card h3{
font-family: 'Zen Maru Gothic', sans-serif;
  color: #160e36;
  font-size: 20px;
  background: url(images/h1_bg.png) repeat-x left bottom;
  padding-bottom: 7px;
}

.staff-link {
  text-decoration: none;
  color: inherit;
}

.thumb {
  width: 100%;
  height: 243px;
  overflow: hidden;
}

.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.no-thumb {
  width: 100%;
  height: 243px;
  background: #eee;
}

.shikaku {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
.staff-link:hover{
	text-decoration:none;
	}

.more-btn {
  text-align: right;
  margin-top: 8px;
}

.more-btn span {
  display: inline-block;
  padding: 4px 8px;
  background: #0073aa;
  color: #fff;
  border-radius: 4px;
}
.staff_form_wrap{
	width: 550px;
  margin: 0 auto;
    margin-bottom: 0px;
  margin-bottom: 50px;
  }
.staff_form_wrap h3{}
.staff_form_wrap form{}
.staff_form_wrap form input{}
.staff_form_wrap form label{
	margin-left: 20px;
  margin-right: 15px;
  }
.staff_form_wrap form button{
	display: inline-block;
  padding: 4px 20px;
  background: #0073aa;
  color: #fff;
  border-radius: 4px;
  }
.single_staff_name{
	background: url(images/h1_bg.png) repeat-x left bottom;
  padding-bottom: 7px;
  }
input[type="text"] {}

/*ここからオリジナルフォーム　https://24auto.biz*/
.form_wrap {
  width: 820px;
  margin: 2em auto;
  font-family: sans-serif;
  background: #fff;
}

.form_wrap table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 0 !important;
  margin-bottom: 0;
  border: none;
}

.form_wrap th,
.form_wrap td {
  padding: 12px 15px;
  vertical-align: top;
  font-size: 15px;
  text-align: left;
  border: none;
}

.form_wrap th {
  background-color: #f5f5f5;
  width: 220px;
  color: #333;
  font-weight: bold;
}

.form_wrap td {
  background-color: #fafafa;
}

.form_wrap input[type="text"],
.form_wrap textarea {
  width: 95%;
  padding: 8px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.form_wrap input[type="radio"] {
  margin-right: 6px;
}

.form_wrap input[type="submit"] {
  margin-top: 20px;
  padding: 10px 30px;
  font-size: 16px;
  border: none;
  background-color: #0073aa;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}

.form_wrap input[type="submit"]:hover {
  background-color: #e65a78;
}
.form_wrap table tr td.center{
	text-align:center !important;
	}
/*ここまでオリジナルフォーム　https://24auto.biz*/

.h4-container {
  display: flex;
  justify-content: center; /* 常に中央に配置 */
  gap: 0px; /* 中央から左右に開くスペース */
}
.con7_div .txt h4{
	text-align: center;
  font-size: 11px;
  margin: 0;
    margin-top: 0px;
    margin-bottom: 0px;
  margin-bottom: 10px;
  margin-top: 10px;
  display: inline;
  }
.con7_div .txt .jigyou01 span{
	background: #ff0;
  padding: 5px 20px;
  border-radius: 13px;
  }
.con7_div .txt .jigyou02 span{
	background: #87cefa;
  padding: 5px 20px;
  border-radius: 13px;
  }
.shop_contents03{
	width:1000px;
	margin: 0 auto;
	}
.shop_contents03 h2{
	border-bottom: 1px solid #ccc;
  border-left: 10px solid #ff8400;
  padding-left: 14px;
  }
.shop_contents03 img{
	max-width:1000px;
	margin:0 auto;
	display:block;
	}
.shop_contents04{
	width: 900px;
  margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
  background: #FEF3C2;
  padding: 30px 50px;
  margin-top: 50px;
  margin-bottom: 50px;
  border-radius: 40px;
  
	}
.shop_contents04 .img_wrap{
	width:30%;
	float:left;
	overflow:hidden;
	}
.shop_contents04 .img_wrap img{
	width:100%;
	height:auto;
	margin-top: 50px;
	border-radius: 140px;
	}
.shop_contents04 .img_wrap h4{
	text-align:center;
	margin-bottom: 0;
	}
.shop_contents04 .img_wrap h3{
	text-align:center;
	margin-top:5px;
	}
.shop_contents04 .txt{
	width:65%;
	float:right;
	overflow:hidden;
	}
.shop_contents04 .txt h2{}
.shop_contents04 .txt h2 span{
	background: url(images/h1_bg.png) repeat-x left bottom;
  padding-bottom: 7px;
  }
.shop_contents04 .txt p{}
.shop_contents05{
	width:1000px;
	clear:both;
	margin: 0 auto;
	margin-bottom: 50px;
	}
.shop_contents05 h2{
	border-bottom: 1px solid #ccc;
  border-left: 10px solid #ff8400;
  padding-left: 14px;
  }
.shop_contents05 .setsumei{}
.shop_contents05 .shikaku{
	width:50%;
	background: #FEF3C2;
	float:left;
	padding: 50px;
  border-radius: 40px;
  background-image: url("images/dot_bg.gif");
  box-shadow: 7px 10px 11px rgba(0,0,0,0.1);
	}
.shop_contents05 .shikaku h3{
	background: url(images/h1_bg.png) repeat-x left bottom;
  padding-bottom: 7px;
  }
.shop_contents05 .shikaku h3 span{}
.shop_contents05 .shikaku p{}
.shop_contents05 .shikaku a{}
.shop_contents05 .shikaku a:hover{}
.shop04{
	float: right;
  width: 300px;
  height: auto;
  border-radius: 30px;
	}
	
.blog_width{
	background-image: url("images/dot_bg.gif");
	padding: 30px 0;
	}
.blog_archive_top{
	background: #fcfade;
  padding-bottom: 1px;
  }
.blog_archive_top img{
	margin:0 auto;
	width:1100px;
	height: auto;
	display:block;
	}
.blog_archive_top .txt{}
.blog_archive_top .txt h1{
	text-align:center;
	}
.blog_archive_top .txt p{
	text-align:center;
	}
#archive_blog_div{
	clear: both;
	}
#archive_blog_div img{
	width:270px;
	height:190px;
	float:left;
	}
#archive_blog_div .txt{
	width: 500px;
  float: right;
  }
.blog-body img{
	margin:0 auto;
	display:block;
	}
.shop_contents06{
	width: 900px;
  margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  background: #FEF3C2;
  padding: 30px 50px;
  margin-top: 50px;
  margin-bottom: 50px;
  border-radius: 40px;
  }
.shop_contents06 img{
	width: 100%;
  height: auto;
  }
.shop_contents06 .txt{}
.shop_contents06 .txt h2{
	background: url(images/h1_bg.png) repeat-x left bottom;
  padding-bottom: 7px;
  text-align: center;
  }
.shop_contents06 .txt p{}
.shop_contents06 .txt a{}

.single_article_blog {
  width: 800px;
  margin: 0 auto;
  background: #fff;
  float:none;
}
.contents_09wrap{
	padding: 50px 0;
	background-image: url("images/dot_bg.gif");
	}
.contents_09{
	width: 900px;
  margin: 0 auto;
  }
.contents_09 h2{
	text-align:center;
	}
.contents_09 h2 span {
  background: url(images/hata.png) repeat-x left bottom;
    background-position-x: left;
    background-position-y: bottom;
    background-repeat: repeat-x;
  background-position-x: left;
  background-position-y: bottom;
  background-repeat: repeat-x;
  padding-bottom: 42px;
  background-repeat: no-repeat;
  background-position: bottom;
}
.contents_09 .txt{
	background: #fff;
  padding: 30px 5%;
  width: 380px;
  border-radius: 20px;
  margin: 0 auto;
  box-shadow: 7px 10px 11px rgba(0,0,0,0.1);
  }
.contents_09 ul{
	margin-top: 60px;
	}
.contents_09 ul li{}
.contents_09 a{}
.shop_page_con9{}