/*
 Theme Name:   UnderStrap Child
 Theme URI:    https://www.understrap.com
 Description:  UnderStrap Child Theme
 Author:       Holger Koenemann
 Author URI:   http://www.holgerkoenemann.de
 Template:     understrap
 Version:      0.5.2
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: holger1411/understrap-child
*/



@import url('https://fonts.googleapis.com/css?family=Quicksand');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap');

/*▼▼▼▼▼▼▼▼▼           -- サイト共通CSS --           ▼▼▼▼▼▼▼▼▼*/	



/* col-lg- 1200px以上はそのまま */

html {
	margin: 0 !important;
	padding: 0 !important;
	}

body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
	font-weight: 500;
	color: #333 !important;
	font-size: 14px;
	line-height: 1.8 !important;
	letter-spacing: 0.02em;
}
html,　body {
  height: 100%;
}

a {
	color: #000;	
	}
a:hover {
	transition: all .2s ease-out;
	color: #000;
	text-decoration: underline;	
	}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0 !important;
}


/* col-md- 1199px以下 */
@media screen
    and (max-width: 1199px) {
}
 
/* col-sm- 991px 以下 */
@media screen
    and (max-width: 991px) {
}
 
/* col-xs- 767px 以下 */
@media screen
    and (max-width: 767px) {
body {
    font-size: 14px !important;
	line-height: 1.8;
}
	
		
}



	
.qs-font {
	font-family: 'Quicksand' !important;
}


@media screen and (min-width: 650px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 650px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}


.no-gutters {
  margin:0;
  padding:0;
}
 
.no-gutters　> .col,
.no-gutters　> [class*="col-"] {
  margin:0;
  padding:0;
}




/*▼▼▼▼▼▼▼▼▼           -- 固定サポートナビエリア --           ▼▼▼▼▼▼▼▼▼*/	





/* col-lg- 1200px以上はそのまま */

.pc-fix-cta {
	position: fixed;
    width: 350px;
    bottom: 0;
    right: 50px;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    z-index: 100;
	height: 45px;
	}

.fix-cta-inner ul {
	list-style: none;
	-webkit-padding-start: 0px;
	display: flex;
	}
.fix-cta-inner ul li {
	font-size: 0.8rem;
	font-weight: bold;
	color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-align: center;
	}
.fix-cta-inner ul li a {
	color: #FFF;	
	}
.fix-cta-inner ul li a:hover {
	}
.fix-cta-inner ul .fix-contact {
	transition-duration: 0.2s;
    background-color: #17a9ac;
    transition-timing-function: linear;
	width: 60%;
}
.fix-cta-inner ul .fix-gotop {
	transition-duration: 0.2s;
    background-color: #e67e22;
    transition-timing-function: linear;
	width: 40%;
}

 
/* col-md- 1199px以下 */
@media screen
    and (max-width: 1199px) {
}
 
/* col-sm- 991px 以下 */
@media screen
    and (max-width: 991px) {
}
 
/* col-xs- 767px 以下 */
@media screen
    and (max-width: 767px) {
.pc-fix-cta {
	position: fixed;
    width: 100%;
    bottom: 0;
    right: 0;
    border-radius: 0px;
    overflow: hidden;
    z-index: 100;
	height: 45px;
	}
.fix-cta-inner ul li {
	font-size: 0.8rem;
	font-weight: bold;
	color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	text-align: center;
	height: 45px;
	}
}






/*▼▼▼▼▼▼▼▼▼           -- ナビ固定余白エリア --           ▼▼▼▼▼▼▼▼▼*/	

/* col-lg- 1200px以上はそのまま */

.home-contents {
	overflow: hidden;
	 }
.page-contents-wrap {
	overflow: hidden;
	}
.page-contents {
	padding-top: 100px;
	}
.single-contents-wrap {
	padding-top: 160px;
	}

/* col-md- 1199px以下 */
@media screen
    and (max-width: 1199px) {
}
 
/* col-sm- 991px 以下 */
@media screen
    and (max-width: 991px) {
}
 
/* col-xs- 767px 以下 */
@media screen
    and (max-width: 767px) {
.home-contents {
	padding-top: 60px;	
	 }
.page-contents {
	padding-top: 60px;
	}
.page-contents-wrap {
	padding-top: 60px;
	}
}











/*▼▼▼▼▼▼▼▼▼           -- ボタン関係 --           ▼▼▼▼▼▼▼▼▼*/	


.btn-wrap {
	display: flex;
	justify-content: center;
	}
a.btn01 {
	border-radius: 30px;
	color: #FFF;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	min-width: 240px;
	background-color: #38A030;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	background-color: #903;
}
a.btn01:hover {
	background-color: #B5003A;
	text-decoration: none;
}


/*▼▼▼▼▼▼▼▼▼           -- 共通パーツ --           ▼▼▼▼▼▼▼▼▼*/	



.home-section-header {
	margin-bottom: 40px;
	}
.home-section-header h2 {
	font-family: 'Quicksand' !important;
	font-weight: bold;	
	}
.home-section-header span {
	display: block;
	}






/* col-lg- 1200px以上はそのまま */
 
/* col-md- 1199px以下 */
@media screen
    and (max-width: 1199px) {
}
 
/* col-sm- 991px 以下 */
@media screen
    and (max-width: 991px) {
}
 
/* col-xs- 767px 以下 */
@media screen
    and (max-width: 767px) {
}






/*▼▼▼▼▼▼▼▼▼           -- header --           ▼▼▼▼▼▼▼▼▼*/	









/* col-lg- 1200px以上はそのまま */

.header-tops {
	display: flex;
	padding-right: 40px;
	padding-left: 40px;
	}
.header-tops .logo-wrap {
	width: 250px;
	display: flex;
	align-items: center;
	margin-right: auto;
	}	
.header-tops .logo-wrap img {
	}










.header {
    background-color: #fff;
    box-shadow: 0px 2px 4px 0px rgba(34,34,34,0.2);
    position: fixed;
    width: 100%;
    z-index: 500;
	height: 100px;
	transition: 0.2s;
}




.header-tops {
	display: flex;
	padding-right: 40px;
	padding-left: 40px;
	}
.header-tops .logo-wrap {
	width: 250px;
	display: flex;
	align-items: center;
	margin-right: auto;
	}	
.header-tops .logo-wrap img {
	}









.site-information {
	background-color: #000;
	font-size: 9px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 100%;
	color: #FFF;
	}
	


.nav-wrap {
	padding-top: 15px;
	padding-bottom: 15px;
	display: flex;
	}
	
.nav-wrap .gnav-wrap {
	height: 100%;
	}
	
.gnav-wrap ul {
	list-style: none;
	-webkit-padding-start: 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	}
.gnav-wrap ul li {
	width: 100%;
	text-align: center;
	line-height: 1.4;
	white-space: nowrap;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
	}
.gnav-wrap ul li span {
	display: block;
	font-size: 8px;
	margin-top: 2px;
	color: #666;
	}
.gnav-wrap ul li a {
	color: #333;
	}
.gnav-wrap ul li a:hover {
	text-decoration: none;	
	}


.underline {
  display: inline-block;
  padding-bottom: 4px;
  position: relative;
}

.underline::after {
	background-color: #903;
	bottom: -10px;
	content: '';
	display: block;
	height: 4px;
	left: 0;
	position: absolute;
	transition: .5s all;
	width: 0;
	color: #903;
	border-radius: 5px;
}

.underline:hover::after {
  width: 100%;
}



.nav-wrap .gnav-contact-wrap {
	display: flex; /* 子要素をflexboxで揃える */
	flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
	justify-content: center; /* 子要素をflexboxにより中央に配置する */
	align-items: center; /* 見た目用 */
	padding-left: 20px;
	}
.nav-wrap .gnav-contact-wrap .gnav-contact-inner {
	color: #FFF;
	}
.nav-wrap .gnav-contact-wrap .gnav-contact-inner a {
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	color: #FFF;
	background-color: #099;
	}
.nav-wrap .gnav-contact-wrap .gnav-contact-inner a:hover {
	background-color: #069;
	text-decoration: none;	
	}


 
/* col-md- 1199px以下 */
@media screen
    and (max-width: 1199px) {
}
 
/* col-sm- 991px 以下 */
@media screen
    and (max-width: 991px) {
}
 
/* col-xs- 767px 以下 */
@media screen
    and (max-width: 767px) {
		
.header {
    background-color: #fff;
    box-shadow: 0px 2px 4px 0px rgba(34,34,34,0.2);
    position: fixed;
    width: 100%;
    z-index: 2;
	height: 100px;
	transition: 0.2s;
}

		
}


























.home #top-head {
    position: fixed;
    width: 100%;
    z-index: 2;
	height: 100px;
	background-color: transparent !important;
    box-shadow: 0px 0px 0px 0px rgba(34,34,34,0.2) !important;
	transition: 0.2s;
	}
.home #top-head .before-logo {
	}
.home #top-head .after-logo {
	display: none;
	}



.page #top-head .before-logo {
	display: none;
	}
.single #top-head .before-logo {
	display: none;
	}







.home #top-head .nav-wrap {
	padding-top: 15px;
	padding-bottom: 15px;
	display: flex;
	}
	
.home #top-head .nav-wrap .gnav-wrap {
	height: 100%;
	}
	
.home #top-head .gnav-wrap ul {
	list-style: none;
	-webkit-padding-start: 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	}
.home #top-head .gnav-wrap ul li {
	width: 100%;
	text-align: center;
	line-height: 1.4;
	white-space: nowrap;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
	}
.home #top-head .gnav-wrap ul li span {
	display: block;
	font-size: 8px;
	margin-top: 2px;
	color: #FFF;
	}
.home #top-head .gnav-wrap ul li a {
	color: #FFF;
	}
.home #top-head .gnav-wrap ul li a:hover {
	text-decoration: none;	
	}










.home #top-head .underline {
  display: inline-block;
  padding-bottom: 4px;
  position: relative;
}

.home #top-head .underline::after {
	background-color: #FFF;
	bottom: -10px;
	content: '';
	display: block;
	height: 4px;
	left: 0;
	position: absolute;
	transition: .5s all;
	width: 0;
	color: #FFF;
	border-radius: 5px;
}

.home #top-head .underline:hover::after {
  width: 100%;
}




.home #top-head .site-information {
	font-size: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 100%;
	color: #FFF;
	padding-left: 10px;
	background-color: transparent !important;
	}






.nav-wrap .gnav-contact-wrap {
	display: flex; /* 子要素をflexboxで揃える */
	flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
	justify-content: center; /* 子要素をflexboxにより中央に配置する */
	align-items: center; /* 見た目用 */
	padding-left: 20px;
	}
.nav-wrap .gnav-contact-wrap .gnav-contact-inner {
	color: #FFF;
	}
.nav-wrap .gnav-contact-wrap .gnav-contact-inner a {
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	color: #FFF;
	background-color: #099;
	}
.nav-wrap .gnav-contact-wrap .gnav-contact-inner a:hover {
	background-color: #069;
	text-decoration: none;	
	}








.home #top-head.fixed {
    background-color: #fff !important;
    box-shadow: 0px 2px 4px 0px rgba(34,34,34,0.2) !important;
    position: fixed;
    width: 100%;
    z-index: 2;
	height: 100px;
}



.home #top-head.fixed .site-information {
	background-color: #000 !important;
	font-size: 9px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 100%;
	color: #FFF;
	}
.home #top-head.fixed .before-logo {
	display: none !important;
	}
.home #top-head.fixed .after-logo {
	display: flex !important;
	}

.page #top-head.fixed .before-logo {
	display: none !important;
	}
.single #top-head.fixed .before-logo {
	display: none !important;
	}





.home #top-head.fixed .gnav-wrap ul li span {
	display: block;
	font-size: 8px;
	margin-top: 2px;
	color: #666;
	}
.home #top-head.fixed .gnav-wrap ul li a {
	color: #333;
	}




.home #top-head.fixed .underline::after {
	background-color: #903 !important;
	bottom: -10px;
	content: '';
	display: block;
	height: 4px;
	left: 0;
	position: absolute;
	transition: .5s all;
	width: 0;
	color: #903 !important;
	border-radius: 5px;
}



.home #top-head.fixed .nav-wrap .gnav-contact-wrap {
	display: flex; /* 子要素をflexboxで揃える */
	flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
	justify-content: center; /* 子要素をflexboxにより中央に配置する */
	align-items: center; /* 見た目用 */
	padding-left: 20px;
	}
.home #top-head.fixed .nav-wrap .gnav-contact-wrap .gnav-contact-inner {
	color: #FFF;
	}
.home #top-head.fixed .nav-wrap .gnav-contact-wrap .gnav-contact-inner a {
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	color: #FFF;
	background-color: #099;
	}
.home #top-head.fixed .nav-wrap .gnav-contact-wrap .gnav-contact-inner a:hover {
	background-color: #069;
	text-decoration: none;	
	}

































/* col-md- 1199px以下 */
@media screen
    and (max-width: 1199px) {

}
 
/* col-sm- 991px 以下 */
@media screen
    and (max-width: 991px) {
}
 
/* col-xs- 767px 以下 */
@media screen
    and (max-width: 767px) {

header {
	position: fixed;
	width: 100%;
	top: 0px;
	z-index: 999;
	background-color: #FFF;
	height: 60px !important;
	}
		
}







/*▼▼▼▼▼▼▼▼▼           -- footer --           ▼▼▼▼▼▼▼▼▼*/	




/* col-lg- 1200px以上はそのまま */

.footer-inner {
	background-color: #F3F3F3;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #A43750;
	padding-top: 40px;
	padding-bottom: 35px;
	}
.footer-add {
	font-size: 12px;
	margin-bottom: 20px;
	}
.footer-add h2 {
	font-size: 13px;
	margin-bottom: 10px;		
	}

.pp-links {
	margin-bottom: 15px;
	font-size: 12px;
	}
.pp-links a {
	}
.pp-links a:hover {
	text-decoration: underline;
	}

.site-copy {
	display: block;
	font-size: 12px;
	text-align: center;
}

 
/* col-md- 1199px以下 */
@media screen
    and (max-width: 1199px) {
}
 
/* col-sm- 991px 以下 */
@media screen
    and (max-width: 991px) {
}
 
/* col-xs- 767px 以下 */
@media screen
    and (max-width: 767px) {

.site-copy {
	font-size: 10px;
	text-align: left;
}
}






/*▼▼▼▼▼▼▼▼▼           -- sidebar --           ▼▼▼▼▼▼▼▼▼*/	




#search-2 {
	margin-bottom: 30px;
	}
.btn-primary {
    color: #fff;
    background-color: #000 !important;
    border-color: #000 !important;
}

.input-group .input-group-append .btn-primary:hover {
	color: #fff;
	background-color: #999 !important;
	border-color: #999 !important;
}

.assistive-text {
	width: 100%;/*文字周りの余白*/
	color: #010101;/*文字色*/
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.widget .widget-title {
	color: #010101;/*下線*/
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.widget ul {
	margin: 0;
    padding: 0;
    list-style-type: none;
	margin-bottom:30px;	
}

.widget ul li a {
	color: #000;
}
.widget ul li a:hover {
	color: #000;
}





.sidebar-section {
	margin-bottom: 20px;	
	}

.sidebar-section h2 {
	margin-bottom: 10px;
	background-color: #600;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-radius: 5px;
	}





.schedule-wrap {
    background: #fff;
    border: 1px solid #d5d5d7;
    text-align: center;
    padding: 0 10px;
    max-width: 400px;
}
.schedule {
    font-size: 10px;
    line-height: 1.4;
}
.schedule th,
.schedule td {
    padding: 6px;
    vertical-align: middle;
}
.schedule tbody th,
.schedule tbody td {
    border-top: 1px solid #d5d5d7;
    font-weight: 700;
    text-shadow: none;
}




		
.sidebar-info {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	}
.sidebar-info .sidebar-tel {
	line-height: 0.8;
	margin-bottom: 10px;
	text-align: center;
	}
.sidebar-info .sidebar-tel span {
	font-family: 'Roboto Condensed', sans-serif !important;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	}
.sidebar-info .sidebar-time {
	text-align: center;
	font-size: 10px;
	margin-bottom: 15px;
	}
.sidebar-info .sidebar-time span {
	display: block;
	}






.side-navi {
	list-style: none;
	-webkit-padding-start: 0px;
}
.side-navi li {
    border-bottom: 1px solid #e8e8e9;
	font-size: 14px;
}
.side-navi a {
	display: block;
	position: relative;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 35px;
	color: #333;	
}
.side-navi a::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin: auto;
	height: 5px;
	width: 5px;
	transform: rotate(45deg);
	position: absolute;
	left: 15px;
	top: 0;
	bottom: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #900;
	border-right-color: #900;
}












.sidebar-baner .baner-item {
	margin-bottom: 10px;	
	}















/*▼▼▼▼▼▼▼▼▼           -- home --           ▼▼▼▼▼▼▼▼▼*/	



/*--  絶対位置縦横中央  --*/
.sample  {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	}	


/*--  リスト標準記述  --*/

.sample ul {
	list-style: none;
	-webkit-padding-start: 0px;
	display: flex;
	}
.sample ul li {
	}
.sample ul li a {
	}
.sample ul li a:hover {
	}


/*--  透明度  --*/

.sample {	
	background-color: rgba(0,0,0,0.6);
    opacity: 0.6;
	}











/* col-lg- 1200px以上はそのまま */
	
.home-section  {
	padding-top: 70px;
	padding-bottom: 70px;
	}
.sub-section  {
	padding-top: 70px;
	padding-bottom: 70px;
	}
 
/* col-md- 1199px以下 */
@media screen
    and (max-width: 1199px) {
}
 
/* col-sm- 991px 以下 */
@media screen
    and (max-width: 991px) {
}
 
/* col-xs- 767px 以下 */
@media screen
    and (max-width: 767px) {
.home-section  {
	padding-top: 35px;
	padding-bottom: 35px;
	}
}

















.home-service-section .service-head {
	margin-bottom: 40px;
	}

.home-service-section .service-head h2 {
	text-align: center;
	font-size: 24px;
	margin-bottom: 10px;
	}
.home-service-section .service-head p {
	text-align: center;
	font-size: 12px;
	}



.home-service-item {
	margin-bottom: 35px;
	}
.home-service-list {
	margin-bottom: 70px;
	}
.home-service-list .bg-box {
	background-color: #FFF;
	position: relative;
	}
.home-service-list .bg-box img {
	margin-bottom: 10px;
	border-radius: 5px;	
	}
.home-service-list .bg-box .service-text {
	background-color: #FFF;
	padding-top: 7px;
	padding-right: 10px;
	padding-left: 10px;
	position: absolute;
	text-align: center;
	border-radius: 10px;
	border: 1px solid #333;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;
	width: 75%;
	}
.home-service-list .bg-box .service-text h3 {
	font-size: 16px;
	font-weight: bold;
	}
.home-service-list .bg-box .service-text p {
	font-size: 16px;
	}










.line-bnr {
	text-align: center;	
	}

.line-bnr img {
	display:block;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	}














/* col-xs- 767px 以下 */
@media screen
    and (max-width: 767px) {
.home-line-section {
	padding: 0px !important;
	}
}


















.contact-type01-wrap {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #EEF3F7;
	}
.contact01-left h4 {
	font-size: 14px;
	font-weight: bold;
	}
.contact01-left span {
	font-size: 14px;
	}







	
	
	
	
/*▼▼▼▼▼▼▼▼▼ 　パンくずリスト    ▼▼▼▼▼▼▼▼▼*/	
	
	
	
.pankuzu-wrap {
	background-color: #F0F0F0;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
.pankuzu-wrap ul {
	display:flex;
	-webkit-padding-start: 0px;
	list-style-type: none;
	margin: 0px;
	}
.pankuzu-wrap ul li {
	margin-right: 10px;
	}
.pankuzu-wrap ul li::after {
	content: '>';
	margin-left: 10px;
	}
.pankuzu-wrap ul li:last-child {
	content: '';
	}








/*▼▼▼▼▼▼▼▼▼ 　page-header    ▼▼▼▼▼▼▼▼▼*/	



/* col-lg- 1200px以上はそのまま */

.page-header {
	background:linear-gradient(135deg, #f65599 0%,#4d0316 100%);
	margin-bottom: 40px;
	height: 300px;
	background-repeat: repeat;
	color: #FFF;
	}
.page-head-wrap {
	position: relative;
	height: 100%;
	}
.page-head-wrap .page-head-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	}
.page-header .page-head-inner h1 {
	font-size: 32px;
	text-align: center;
	font-weight: bold;
	}
.page-header .page-head-inner span {
	font-size: 12px;
	text-align: center;
	display: block;
	}
	
	
	
	

.page-id-6 .page-contents .page-header {
	/* about */

	background-repeat: no-repeat;
	background-size: cover;	
	}	
/* col-lg- 1200px以上はそのまま */
 
/* col-md- 1199px以下 */
@media screen
    and (max-width: 1199px) {
}
 
/* col-sm- 991px 以下 */
@media screen
    and (max-width: 991px) {
}
 
/* col-xs- 767px 以下 */
@media screen
    and (max-width: 767px) {
.page-header {
	background-color: #f2ece8;
	margin-bottom: 30px;
	height: 150px;
	}
.page-header .page-head-inner h1 {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	line-height: 1.0;
	}
.page-header .page-head-inner span {
	font-size: 12px;
	text-align: center;
	display: block;
	}
}





/*▼▼▼▼▼▼▼▼▼ 　singleページ    ▼▼▼▼▼▼▼▼▼*/	


.single-topics-head {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #600;
	margin-bottom: 40px;
	padding-bottom: 10px;
	}
.single-topics-head h1 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
	}
.single-topics-head .single-topics-date {
	padding-left: 5px;
	font-size: 12px;
	}
.single-topics-content {
	margin-bottom: 40px;
	}



.more-topics {
	}

.more-topics h2 {
	margin-bottom: 30px;
	background-color: #600;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-radius: 5px;
	}



/*▼▼▼▼▼▼▼▼▼ 　固定ページ    ▼▼▼▼▼▼▼▼▼*/	



.page-h2 {
	font-size: 22px;
	font-weight: bold;
	color: #4f0203;
	background-color: #F2E8E8;
	background-image: url(images/common/point_01.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	}

.page-h3 {
	font-size: 16px;
	font-weight: bold;
	color: #4f0203;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
	position: relative;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
}

.page-h3:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #b00a3d;
	bottom: -3px;
	width: 30%;
	}

/* col-lg- 1200px以上はそのまま */
 
/* col-md- 1199px以下 */
@media screen
    and (max-width: 1199px) {
}
 
/* col-sm- 991px 以下 */
@media screen
    and (max-width: 991px) {
}
 
/* col-xs- 767px 以下 */
@media screen
    and (max-width: 767px) {
.page-h2 {
	position: relative;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #495057;
	background-color: transparent;
	background-image: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
}
.page-h2:after {
  content: "";
  display: block;
  margin-top: 10px;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
  background: linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
}

}












/* col-lg- 1200px以上はそのまま */


.about-us {
	margin-bottom: 70px;
	}
.staff-image {
	background-position: center center;
	background-size: cover;
	background-image: url(images/home/main-img01.jpg);
	width: 100%;
	height: 600px;
	margin-bottom: 80px;
	position: relative;
	}
.staff-image .boss-name {
	position: absolute;
	width: 300px;
	right: 15%;
	bottom: 40%;
	}
.staff-message p {
	margin-bottom: 40px;
	}
.staff-message h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 35px;
	}
.staff-message h4 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
	}
.boss-sign {
	text-align: right;	
	}









.point-items {
	margin: 100px auto 0;
	position: relative;
	}
.point-left {
	position: relative;
	}
.point-right {
	position: relative;
	}

.pi-left-01 {
	position: absolute
	left: -80px;
	}
.pi-right-01 {
	position: absolute;
	width: 70%;
	padding: 70px 150px 100px 55px;
	top: -180px;
	right: -90px;
	background-color: #CCC;
	}

















.main-img {
	margin-bottom: 15px;	
	}
.main-img img {
	margin-bottom: 5px;
	border-radius: 5px;
	}
.main-img span {
	font-size: 10px;
	text-align: center;	
	}
.shop-floor-item {
	margin-bottom: 15px;
	}
.shop-floor-item img {
	margin-bottom: 5px;
	border-radius: 5px;
	}
.shop-floor-item span {
	font-size: 10px;
	text-align: center;	
	}	








.ttl1 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    line-height: 0;
    min-height: 19rem;
}
.ttl1 > * {
    position: relative;
}
.ttl1__tx1 {
	font-weight: bold;
	font-size: 100px;
	font-family: "Roboto Condensed", sans-serif;
	color: #F0E1DF;
	line-height: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}
.tx2 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}











.point-wrapper {
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	}
.point-item {
	width: 48%;
	margin-right: 1%;
	margin-bottom: 20px;
	margin-left: 1%;
	}
.point-item img {
	width: 100%;
	height: auto;
	border-radius: 7px 7px 0px 0px;
	}
.point-left-inner {
	background-color: #FFF;
	border-radius: 0px 0px 7px 7px;
	position: relative;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	}
.point-left-inner h3 {
	border-radius: 7px;
	width: 90%;
	font-size: 18px;
	font-weight: bold;
	background-color: #FFF;
	position: absolute;
	top: -80px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	left: 0;
	right: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #903;
	}



 
/* col-md- 1199px以下 */
@media screen
    and (max-width: 1199px) {
}
 
/* col-sm- 991px 以下 */
@media screen
    and (max-width: 991px) {
}
 
/* col-xs- 767px 以下 */
@media screen
    and (max-width: 767px) {

.about-us {
	margin-bottom: 70px;
	}
.staff-image {
	background-position: center center;
	background-size: cover;
	background-image: url(images/home/main-img01.jpg);
	width: 100%;
	height: 250px;
	margin-bottom: 40px;
	position: relative;
	}
.staff-image .boss-name {
	bottom: 20%;
	}
.staff-message p {
	margin-bottom: 40px;
	}
.staff-message h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 35px;
	}
.staff-message h4 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
	}
.boss-sign {
	text-align: right;	
	}









.point-items {
	margin: 100px auto 0;
	position: relative;
	}
.point-left {
	position: relative;
	}
.point-right {
	position: relative;
	}

.pi-left-01 {
	position: absolute
	left: -80px;
	}
.pi-right-01 {
	position: absolute;
	width: 70%;
	padding: 70px 150px 100px 55px;
	top: -180px;
	right: -90px;
	background-color: #CCC;
	}

















.main-img {
	margin-bottom: 15px;	
	}
.main-img img {
	margin-bottom: 5px;
	border-radius: 5px;
	}
.main-img span {
	font-size: 10px;
	text-align: center;	
	}
.shop-floor-item {
	margin-bottom: 15px;
	}
.shop-floor-item img {
	margin-bottom: 5px;
	border-radius: 5px;
	}
.shop-floor-item span {
	font-size: 10px;
	text-align: center;	
	}	








.ttl1 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    line-height: 0;
    min-height: 19rem;
}
.ttl1 > * {
    position: relative;
}
.ttl1__tx1 {
	font-weight: bold;
	font-size: 100px;
	font-family: "Roboto Condensed", sans-serif;
	color: #F0E1DF;
	line-height: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}
.tx2 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}











.point-wrapper {
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	}
.point-item {
	width: 48%;
	margin-right: 1%;
	margin-bottom: 20px;
	margin-left: 1%;
	}
.point-item img {
	width: 100%;
	height: auto;
	border-radius: 7px 7px 0px 0px;
	}
.point-left-inner {
	background-color: #FFF;
	border-radius: 0px 0px 7px 7px;
	position: relative;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
	}
.point-left-inner h3 {
	width: 100%;
	border-radius: 4px;
	font-size: 14px;
	font-weight: bold;
	background-color: #FFF;
	position: static;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #903;
	}


}

























/* col-lg- 1200px以上はそのまま */

.service-content-wrap {
	}

.sevice-item {
	margin-bottom: 40px;
	background-color: #FFF;
	border-radius: 5px;
	padding: 20px;
	border: 1px dotted #4f0203;
	}
.sevice-item .service-inner-left {
	}
.sevice-item .service-inner-left img {
	border-radius: 5px;
	}
.sevice-item .service-inner-right {
	}
.sevice-item .service-inner-right h3 {
	}
.sevice-item .service-inner-right p {
	}
 
 







.service-root-inner {
	}
.service-root-inner h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 25px;
	}
.service-root-inner img {
	display: block;
	margin-bottom: 20px;
	}

.hk-table {
	width: 100%;
	margin-bottom: 30px;
  }
.hk-table th, .hk-table td {
	text-align: center;
	border: 1px solid #c5c5c5;
  }
  
  .hk-table th {
	background-color: #f0f0f0;
  }
  .hk-table td {
	padding: 15px;
  }
  .hk-table .futan {
	padding: 15px;
  }
  .hk-table .head {
	background-color: #e2e2e2;
  }
  .hk-table .tate {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	min-width: 20px !important;
	max-width: 30px !important;
	line-height: 1.0 !important;
  }
  
  /* tab */
  @media only screen and (max-width: 768px) {
	.hk-table {
	  display: block;
	  overflow-x: scroll;
	  white-space: nowrap;
	}
	.hk-table .fixed {
	  position: sticky;
	  left: 0;
	}
	.hk-table .fixed:before {
	  content: "";
	  position: absolute;
	  top: 0;
	  left: -1px;
	  right: -1px;
	  height: 100%;
	  border-left: 1px solid #707070;
	  border-right: 1px solid #707070;
	}
  }






 
.houmonkango-wrap {
	margin-bottom: 30px;
	padding-bottom: 20px;
	 }
 
.hk-wrap-section {
	margin-bottom: 40px;	
	}






.hk-fase-item {
	height: 100%;
	background-color: #F8F8F8;
	border-radius: 0px 0px 7px 7px;
	}


.hk-fase-height {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.hk-fase-right {
	}
.hk-fase-left {
	}
.hk-fase-left img {
	border-radius: 7px 7px 0px 0px;
	}
.hk-fase-right h3 {
	background-color: #903;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin-bottom: 0px;
	}
.hk-fase-right .hk-fase-right-inner {
	padding: 20px;
	border-radius: 0px 0px 7px 7px;
	background-color: #F8F8F8;
	height: 100%;
	}
.hk-fase-right .hk-fase-right-inner p {
	font-size: 14px;
	}
.hk-fase-right .hk-fase-right-inner p span {
	font-size: 12px;
	display: block;
	}
.hk-fase-right .hk-fase-right-inner p .hk-fase-example {
	font-weight: bold;
	}

.hk-fase-right .hk-fase-right-inner p .hk-fase-ex-text {
	font-weight: bold;
	}

















.bg-box img {
	margin-bottom: 15px;
	border-radius: 7px;
	}
.hk-text {
	}
.hk-text h3  {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	}
.hk-service-list {
	margin-bottom: 35px;
	}
.hk-service-last {
	padding: 20px;
	background-color: #EBF3D8;
	border-radius: 7px;
	}
 
/* col-md- 1199px以下 */
@media screen
    and (max-width: 1199px) {
}
 
/* col-sm- 991px 以下 */
@media screen
    and (max-width: 991px) {
}
 
/* col-xs- 767px 以下 */
@media screen
    and (max-width: 767px) {
.service-content-wrap {
	display: flex;
	flex-wrap: wrap;
	}

.sevice-item {
	width: 50%;
	margin-bottom: 30px;
	background-color: #FFF;
	border-radius: 0px;
	padding: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
.sevice-item .service-inner-left {
	}
.sevice-item .service-inner-left img {
	border-radius: 5px;
	}
.sevice-item .service-inner-right {
	}
.sevice-item .service-inner-right h3 {
	font-size: 16px;
	font-weight: bold;
	min-height: 45px;
	}
.sevice-item .service-inner-right p {
	}
.sp-mb15 {
	margin-bottom: 15px;	
	}
}










.price-table {
	width: 100%;
	margin-bottom: 60px;
}

.price-table th {
	border: 1px solid #f2ece8;
	padding: 9px 20px;
	text-align: center;
}
.price-table td {
	padding: 9px 20px;
	border: 1px solid #f2ece8;
	text-align: center;
}
.price-table tr:nth-of-type(1) th {
    background: #f2ece8;
    border-right: 1px solid #fff;
    font-size: 18px;
    font-weight: bold;
}



.jibaiseki-info {
	
	}

.mini-point {
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 20px;	
	}















.map-wrap {
	margin-bottom: 20px;	
	}

.ggmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	}
.ggmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	}
.mapsite-link {
	font-size: 12px;
	margin-top: 15px;
	text-align: right;
	}





.information-table {
	margin: 20px auto;
	width: 100%;
	}
.information-table th {
	background: #f2ece8;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E7E7E7;
	border-right-color: #E7E7E7;
	border-bottom-color: #E7E7E7;
	border-left-color: #E7E7E7;
	}
.information-table td {
	border: solid 1px #f2ece8;
	padding: 10px;
	}
 
@media screen and (max-width: 640px) {
	.last td:last-child {
    border-bottom: solid 1px #f2ece8;
    width: 100%;
	}
.information-table {
	width: 100%;
	}
.information-table th,
.information-table td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}
















/* col-lg- 1200px以上はそのまま */

.flow-item {
	margin-bottom: 50px;
	position: relative;
	}
.flow-flex {
	display: flex; /* 子要素をflexboxで揃える */
    flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;  /* 子要素をflexboxにより中央に配置する */
    width: 100%; /* 見た目用 */
	}

.flow-left-inner {
	}
.flow-left-inner h3 {
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: bold;
	}
.flow-left-inner h3 span {
	font-size: 60px;
	font-weight: bold;
	color: #903;
	}
.flow-left-inner p {
	}


.flow-right-inner {
	}
.flow-right-inner img {
	border-radius: 7px;
	}






.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:20px 0;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #903;
  display: block;
  order: -1;
}
.tab-label {
  color: White;
  background: LightGray;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0,0,0,.2);
  white-space: nowrap;
  text-align: center;
  padding: 10px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
  background: #903;
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: .5s opacity;

}
/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}

/* col-md- 1199px以下 */
@media screen
    and (max-width: 1199px) {
}
 
/* col-sm- 991px 以下 */
@media screen
    and (max-width: 991px) {
}
 
/* col-xs- 767px 以下 */
@media screen
    and (max-width: 767px) {
.flow-item {
	margin-bottom: 20px;
	position: relative;
	}
.flow-left-inner {
	padding-top: 10px;	
	}
.flow-left-inner h3 {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	}
.flow-left-inner h3 span {
	font-size: 30px;
	font-weight: bold;
	color: #903;
	}
.flow-left-inner p {
	}


.flow-right-inner {
	}
.flow-right-inner img {
	border-radius: 7px;
	}



}












/* col-lg- 1200px以上はそのまま */

.cta-section {
	padding-top: 40px;
	padding-bottom: 40px;
	}

.cta-wrap {
	border-radius: 7px;
	}

.cta-header {
	display: flex;
	background-color: #099;
	font-size: 28px;
	font-weight: bold;
	color: #FFF;
	padding-top: 10px;
	padding-right: 60px;
	padding-bottom: 10px;
	padding-left: 60px;
	border-radius: 7px 7px 0 0 ;
	}
.cta-header h2 {
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	}
.cta-header p {
	font-size: 36px;
	font-weight: bold;
	color: #FFF;
	}
	
.cta-body {
	padding: 20px;
	border-radius: 0 0 7px 7px;
	background-color: #E6E6E6;
	}
.cta-body ul {
	display: flex;
	list-style-type: none;
	-webkit-padding-start: 0px;
	}
.cta-body ul li {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 30px;
	text-align: center;
	margin-right: 20px;
	background-color: #D0D0B9;
	border-radius: 7px;
	font-size: 14px;
	font-weight: bold;
	background-image: url(images/cta/list-allow-right.png);
	background-repeat: no-repeat;
	background-position: 8px 15px;
	}
.cta-body ul li a {
		color: #333 !important;
	}	
/* col-md- 1199px以下 */
@media screen
    and (max-width: 1199px) {
}
 
/* col-sm- 991px 以下 */
@media screen
    and (max-width: 991px) {
}
 
/* col-xs- 767px 以下 */
@media screen
    and (max-width: 767px) {
.cta-header {
	display: flex;
	background-color: #099;
	font-size: 28px;
	font-weight: bold;
	color: #FFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-radius: 7px 7px 0 0 ;
	}
.cta-body ul li {
	width: 100%;
	margin-bottom: 10px;
	}
.cta-body ul {
	display: block;
	}
}








	
/*▼▼▼▼▼▼▼▼▼ 　contact    ▼▼▼▼▼▼▼▼▼*/	




/* col-lg- 1200px以上はそのまま */

.contact-entrance {
	margin-bottom: 50px;
	}
.contact-entrance .tel-no {
	background-color: #f2ece8;
	padding: 40px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-radius: 5px;
	margin-top: 40px;
	margin-bottom: 50px;	
	}
.contact-entrance .tel-no .contact-info01 {	
	}
.contact-entrance .tel-no .contact-info01 .tel01 {
	margin-bottom: 30px;
	text-align: center;
	}
.contact-entrance .tel-no .contact-info01 .tel01 span {
	font-family: 'Roboto Condensed', sans-serif !important;
	font-size: 60px;
	font-weight: bold;
	text-align: center;
	}
.contact-entrance .tel-no .contact-info01 .time01 {
	text-align: center;
	}
.contact-entrance .tel-no .contact-info01 .time01 span {
	display:block;
	}
.contact-entrance .fax01 {
	text-align: center;
	}
.contact-entrance .fax01 span {
	display: block;
	margin-bottom: 25px;
	}
 
 
 
.download-link {
	text-align: center;
	width: 300px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	background-color: #A29E66;
	display: block;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	border-radius: 7px;
	text-decoration: none;
	border: 1px solid #CCC;
	}
.download-link:hover {
	text-decoration: none;
	background-color: #E1E0CE;
	color: #333;
	}




	
.contact-entrance h4 {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 25px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	font-size: 18px;
	font-weight: bold;
	} 
.contact-entrance ul {
	list-style-type: none;
	} 
.contact-entrance ul li {
	padding-left: 10px;
	}
.contact-entrance {
	}
 
/* col-md- 1199px以下 */
@media screen
    and (max-width: 1199px) {
}
 
/* col-sm- 991px 以下 */
@media screen
    and (max-width: 991px) {
}
 
/* col-xs- 767px 以下 */
@media screen
    and (max-width: 767px) {
.contact-entrance .tel-no .contact-info01 .tel01 span {
	font-size: 40px;
	}
}












/* col-lg- 1200px以上はそのまま */

.wpcf7 {
    max-width: 1000px!important;
    margin: 0 auto!important;
}



.contact-inner {
	padding-top: 15px;
	padding-bottom: 15px;
	}


.cf-left2 .self-subject {
	background-color: #D12E42;
	color: #FFF;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-right: 30px;
	}
.cf-left2 .self-subject2 {
	background-color: #CCC;
	color: #FFF;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-right: 30px;
	}
.cf-left, .cf-right {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;	
	}
.spam-check {
	margin-bottom: 40px;
	text-align: center;
	}
	
.submit-box {
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	width: 400px;
	margin-bottom: 80px;
	}

.sent .contact-wrap {
	display: none;
	}
.complete-display {
	display: none;
	text-align: center;
}
.complete-display h3 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 50px;
}
.sent .complete-display {
	display: block;
	margin-top: 70px;
}
div.wpcf7-response-output {
    display: none;
}









/* col-md- 1199px以下 */
@media screen
    and (max-width: 1199px) {
}
 
/* col-sm- 991px 以下 */
@media screen
    and (max-width: 991px) {
}
 
/* col-xs- 767px 以下 */
@media screen
    and (max-width: 767px) {

.contact-wrap {
		}
.submit-box {
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	width: 100%;
	margin-bottom: 80px;
	}
.complete-display {
	text-align: left;
}
.complete-display h3 {
	font-size: 18px;
	font-weight: bold;
}
}







.rp-icatch {
	height: 550px;
	background-image: url(images/rinpa/rinpa-main-back.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
	padding-top: 45px;
	margin-bottom: 70px;
	}
.rp-icatch h2 {
	}
.rp-icatch h2 img {
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	display: block;
	}

.rinpa-page {
	background-image: url(images/rinpa/rinpa-back.jpg);
	background-repeat: repeat;
	padding-bottom: 70px;
	}

.rp-catch-wrap {
	margin-bottom: 50px;
	}
.rp-catch-wrap h2 {
	}

.trouble-item-inner {
	background-color: #FDFDD0;
	padding: 30px;
	border-radius: 10px;
	font-size: 22px;
	font-weight: bold;
	height: 100%;
	}
.trouble-item-inner span {
	}
.trouble-item-inner .at-color {
	color: #e9536b !important;
	}





.rp-h2 {
	background-color: #FFF;
	border: 1px dotted #FF8080;
	border-radius: 50px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-weight: bold;
	font-size: 18px;
	color: #e9536b;
	margin-bottom: 40px;
	}
.rp-h2-center {
	text-align: center;	
	}
.rp-h2-left {
	text-align: left;	
	}




.rp-about-wrap {
	margin-bottom: 50px;	
	}
.rp-about-section {
	margin-bottom: 50px;	
	}
	
.rp-about-left-text {
	}
.rp-about-left-text h3 {
	color: #e9536b !important;
	font-size: 14px;
	font-weight: bold;
	}
.rp-about-left-text p {
	font-size: 14px;
	}
	
.rp-about-left-text ul {
	}
.rp-about-left-text ul li {
	display: flex;
	}
.rp-about-left-text ul li h3 {
	margin-right: 20px;
	}
.rp-about-left-text ul li p {
	}
	
	
.rp-test-inner h3 {
	color: #e9536b !important;
	font-size: 14px;
	font-weight: bold;	
	}
	
	
	
	
	
	
	
	
	
.rp-medicalbills-wrap {
	}	
.rp-mb-head {
	background-color: #00ada9;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	border-radius: 7px 7px 0px 0px;
	}
.rp-mb-head h2 {
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	}
.rp-mb-main {
	background-color: #d4ecea;
	padding: 30px;
	border-radius: 0px 0px 7px 7px;
	}
	
.rp-main01 {
	}
.rp-main01 h3 {
	color: #00ada9;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-size: 16px;
	font-weight: bold;
	background-color: #fffcd1;
	}
.rp-main01 ul {
	list-style: none;
	margin-bottom: 25px;	
	}
.rp-main01 ul li {
	}
.rp-mainplus-box {
	font-weight: bold;
	padding: 15px;
	margin-bottom: 40px;
	text-decoration: underline;
	}
.rp-main02 h3 {
	color: #00ada9;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-size: 16px;
	font-weight: bold;
	background-color: #fffcd1;
	}
	
	






.whiteback-wrap {
	border-radius: 7px;
	background-color: #FFF;
	padding: 30px;
	margin-bottom: 50px;
	}
.whiteback-wrap h2 {
	text-align: center;
	margin-bottom: 30px;
	}



.rp-care-top {
	margin-bottom: 30px !important;		
	}

.rp-care-inner01 {
	width: 32%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #D3E9E8;
	border-radius: 7px;
	}
.addust-inner {
	text-align: center;
	line-height: 1.4;
	}
.rp-care-inner01 .rp-care-text {
	width: 40%;
	display: flex;
	justify-content: center;
	align-items: center;
	}
.rp-care-inner01 .rp-care-img {
	width: 60%;
	}
.rp-care-inner01 .rp-care-img img {
	width: 100%;
	}


.rp-care-inner02 p {
	font-weight: bold;
	margin-bottom: 15px;
	}
.rp-care-inner02 span {
	font-size: 12px;
	}









.row-other {
	display: flex;
	flex-wrap:nowrap;
	justify-content:space-between;
	}
.rp-care-inner02 {
	width: 18%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #D3E9E8;
	border-radius: 7px;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
	}
.addust-inner {
	text-align: center;
	line-height: 1.4;
	}
.rp-care-inner02 p {
	font-weight: bold;
	margin-bottom: 15px;
	}
.rp-care-inner02 span {
	font-size: 12px;
	}




.rp-info-block {
	margin-bottom: 50px;	
	}
.rp-info-block h2 {
	color: #e9536b;
	font-size: 22px;
	font-weight: bold;
	background-color: #fffcd1;
	padding: 20px;
	margin-bottom: 30px;
	border-radius: 10px;	
	}


.min-img img {
	width: 200px;
	text-align: right;
	}



.rp-cat-min-text {
	font-size: 12px;
	text-align: right;
	}
.rp-cat-last-text {
	font-size: 14px;
	margin-bottom: 40px;
	}




.rp-price-wrap {
	margin-bottom: 50px;	
	}

.price-item-inner {
	}
.price-item-inner h3 {
	border-radius: 8px;
	font-size: 16px;
	color: #e9536b;
	border: 1px solid #e9536b;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	}

.price-detail {
	}
.price-detail span {
	display: block;
	}
.p-mini {
	font-size: 12px;
	}
.p-bold {
	font-weight: bold;
	}
.p01 {
	color: #e9536b;
	}
.p02 {
	color: #00ada9;
	}
	
	







	
	
.recruit-wrap {
	}
	
.rec-box {
	margin-bottom: 50px;
	}
.rec-box h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 30px;
	}
.rec-box ul {
	list-style-type: none;
	}
.rec-box ul li {
	}
.recruit01-wrap {
	}
.recruit02-wrap {
	}
	
	
.recruit-last-wrap {
	}
.recruit-last-wrap h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 25px;
	}
.recruit-last-wrap p {
	}











/* col-lg- 1200px以上はそのまま */

.question-item {
	margin-bottom: 40px;
	background-color: #FCF5F8;
	padding: 30px;
	border-radius: 7px;
	}
.question-item h2 {
	font-size: 24px;
	font-weight: bold;
	color: #096;
	margin-bottom: 30px;
	}
.sub-q-wrap {
	margin-bottom: 10px;	
	}
.q-sub {
	font-size: 12px;
	border-radius: 7px;
	margin-bottom: 15px;
	background-color: #099;
	color: #FFF;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
	}
.question-item p {
	}
.sub-a-wrap {
	margin-bottom: 10px;	
	}
.a-sub {
	font-size: 12px;
	border-radius: 7px;
	margin-bottom: 15px;
	background-color: #C33;
	color: #FFF;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
	}

 
/* col-md- 1199px以下 */
@media screen
    and (max-width: 1199px) {
}
 
/* col-sm- 991px 以下 */
@media screen
    and (max-width: 991px) {
}
 
/* col-xs- 767px 以下 */
@media screen
    and (max-width: 767px) {
.question-item {
	margin-bottom: 30px;
	background-color: #FCF5F8;
	padding: 15px;
	border-radius: 6px;
	}
.question-item h2 {
	font-size: 18px;
	font-weight: bold;
	color: #096;
	margin-bottom: 30px;
	}
}





	
	
	
	
	
.privacy-wrap {
	}
.privacy-wrap .privacy-head {
	margin-bottom: 35px;
	}
.privacy-wrap .privacy-head h2 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 25px;
	}
.privacy-wrap .privacy-head span {
	display: block;
	text-align: right;	
	}
.privacy-wrap ul {
	list-style-type: none;	
	}
.privacy-wrap li {
	list-style-type: none;
	padding-left: 20px;
	}
.privacy-wrap ul .pp-list-title {
	padding-left: 0px !important;
	font-weight: bold;
	margin-top: 15px;
	}

.privacy-wrap h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	}
.privacy-wrap p {
	font-size: 16px;
	margin-bottom: 20px;
	}




.rule-wrap h3 {
	margin-top: 35px;
	font-size: 18px;
	font-weight: bold;

}