@charset "UTF-8";

body .pagewidth{
	max-width: 1200px;
	width: 100%;
}

body #pagewrap{
	background: #f5f0e9;
}

body .site{
	font-family: noto-sans-cjk-jp, sans-serif;
	font-size: 16px;
	color: #333333;
	line-height: 1.5;
}

body .site a,
body .site a:hover,
body .site a:visited{
	color: #333333;
}

body .row_inner{
	max-width: 100%;
	width: 100%;
}
body #headerwrap{
	position: relative;
	z-index: 222;
}
#headerwrap #header{
	max-width: 100%;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 30px 50px;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}
#main-menu{
	margin: 0;
	display: flex;
}
#main-menu li{
	margin: 0 0 0 50px;
	padding-bottom: 30px;
	display: block;
	position: relative;
	line-height: 1;
}
#main-menu li a{
	color: #f5f0e9;
	display: block;
	font-size: 18px;
}

#main-menu .sub-menu{
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	border-radius: 15px;
	background: #f5f0e9;
	width: 230px;
	transform: translate( -50% , 0 );
	padding: 25px 0;
	margin: 0;
}
#main-menu li:hover .sub-menu{
	display: block;
}
#main-menu .sub-menu:before{
	content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -99%);
    border-bottom: 10px solid #f5f0e9;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}
#main-menu .sub-menu li{
	padding: 10px;
	text-align: center;
	margin: 0;
}
#main-menu .sub-menu li a{
	font-size: 15px;
	color: #333333;
}

body .module.module-slider,
body .themify_builder_slider .slide-image{
	margin-bottom: 0;
}
body .top1.module{
/* 	font-size: 40px;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50%); */
	white-space: nowrap;
	color: #f5f0e9;
	text-align: center;
	line-height: 1.5;
    letter-spacing: 0.05em;
}
.top1.module strong,
.top1.module b{
	font-size: 54px;
	text-align: center;
	position: relative;
}

.top_row1 .row-slider-nav,
.top_row1 .row-slider-slides{
	display: none;
}

body .post1.module{
	position: absolute;
	bottom: 0;
	left: 0;
	background: #ffffff;
	width: 530px;
	box-sizing: border-box;
	border-top-right-radius: 15px;
	padding: 30px;
}
body .post1.module .post{
	margin-bottom: 0;
}
.post1.module .post .post-date{
	line-height: 1;
	font-size: 15px;
	color: #ff6b00;
	display: block;
	margin-bottom: 10px;
}
.post1.module .post .post-title{
	font-size: 15px;
	line-height: 1.5;
	font-weight: 500;
	margin: 0;
}

.top2.module .tf_carousel_nav_wrap{
	margin: 5px 0 0 0;
}
.top2.module .tf_carousel_nav_wrap .carousel-prev,
.top2.module .tf_carousel_nav_wrap .carousel-next{
	display: none;
}
.top2.module .tf_carousel_bullets .tf_carousel_bullet{
	color: #aeaeae;
	background: white;
}
.title01.module{
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	color: #ff6b00;
}

p:last-of-type{
	margin-bottom: 0;
}

#content .btn1 a{
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	background: url(../../uploads/top6.png) right 40px center no-repeat #f4983d;
	color: #f5f0e9;
	font-size: 15px;
	line-height: 55px;
	border-radius: 55px;
	padding: 0 40px;
	box-sizing: border-box;
	width: 275px;
	text-align: left;
}

.top3.module{
	padding: 40px 10px;
	max-width: 450px;
	margin: 170px auto;
	text-align: center;
	line-height: 1;
	color :#f5f0e9;
	font-size: 28px;
	border: 2px solid #ffffff;
	border-radius: 20px;
}
.top3.module .module-title{
	margin: 0 0 20px 0;
	line-height: 1;
	color: #f5f0e9;
	font-size: 18px;
	letter-spacing: 2px;
}
body .top4.module{
	position: absolute;
	top: 0 ;
	left: 0;
	right: 0;
	bottom: 0;
}
body .top4.module a{
	font-size: 0;
	display: block;
	position: absolute;
	top: 0 ;
	left: 0;
	right: 0;
	bottom: 0;
}

.top_row2 .col4-2.first{
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	margin-bottom: 40px;
}
.top_row2 .col4-2.last{
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	margin-bottom: 40px;
}
.top5.module{
	border-radius: 15px;
	overflow: hidden;
	background: #f5f0e9;
	margin-bottom: 60px;
}
.top5.module .image-content{
	margin: 0;
	padding: 20px;
}
.top5.module .image-title{
	font-size: 20px;
	margin: 0 0 15px 0;
	color: #ff6b00;
	font-weight: 500;
}

.f_row1{
	background: linear-gradient( to bottom, transparent , transparent 55% , #f4983d 0);
}
#footer .f_row1 .row_inner{
	max-width: 800px;
	margin: 0 auto;
	background: white;
	border-radius: 20px;
	padding: 70px 0;
}

.f1.module{
	max-width: 600px;
	margin: 0 auto;
}
.f1.module table{
	table-layout: fixed;
}
.f1.module td{
	border: 0;
	border-bottom: 1px solid #f4983d;
	vertical-align: top;
	text-align: center;
	font-size: 18px;
	padding: 20px 0;
	line-height: 1;
}
.f1.module td:first-child{
	width: 160px;
	text-align: left;
}
.f1.module tr:not(:first-child) td:not(:first-child){
	font-size: 15px;
	color: #ff6b00;
}
.f1.module tr:last-child td{
	border-bottom: 0;
}
.f2 iframe{
	border-radius: 20px;
}

.f3{
	font-size: 16px;
	line-height: 1;
	letter-spacing: 1px;
}
.f3 strong{
/* 	font-size: 32px; */
	font-size: 24px;
	font-weight: 500;
}

.f4.module ul{
	margin: 0;
	display: flex;
}
.f4.module ul li{
	margin: 0 15px 0 0;
	font-size: 0;
}

.f5.module{
	font-size: 14px;
	line-height: 2;
}
#footer .f5 a{
	color: white;
}

#footer .f6.module{
	position: absolute;
	bottom: 50px;
	right: 35%;
	font-size: 15px;
}

.h1{
	position: fixed;
	top: 360px;
	right: 0;
	top: 30%;
	display: block;
	z-index: 3333;
}
.h1 a{
	display: block;
	font-size: 0;
}
.h1 a + a{
	margin-top: 25px;
}









/* 20250611 */
body .top1.module.top1-01 {
/* 	font-size: 36px; */
	font-size: 38px;
    font-weight: 500;
}
body .top1.module.top1-01 span {
	font-size: 30px;
}
body .top1.module.top1-02 {
	font-size: 44px;
	font-weight: 500;
}
body .top1.module.top1-02 span {
	font-size: 36px;
}
body .site .font-b {
	font-weight: 500;
}
.footer-menu .module-menu-container ul.ui.nav,
.footer-menu .ui.nav > .current_page_item > a, 
.footer-menu .ui.nav > .current-menu-item > a {
	background: transparent;
	box-shadow: none;
}
/* .footer-menu .module-menu-container ul.nav li a {
	color: #f5f0e9;
}
.footer-menu .module-menu-container ul.nav li > ul.sub-menu {
	background: transparent;
    display: block;
    position: static;
    visibility: visible;
	padding-left: 5%;
}
.footer-menu .module-menu-container ul.nav li > ul.sub-menu li {
	box-shadow: none;
}
.footer-menu .module-menu-container ul.nav li > ul.sub-menu li a::before {
	content: "-";
	display: inline-block;
} */
.footer-menu .module-menu-container ul.nav li {
	display: contents;
}
.footer-menu .module-menu-container ul.nav li a {
	padding: 10px 0;
	color: #f5f0e9;
	font-size: 14px;
	display: block;
}
.footer-menu .module-menu-container ul.nav li > ul.sub-menu {
	display: block;
    position: static;
    background: none;
    border: none;
    border-radius: 0;
    opacity: 1;
    transform: none;
    width: auto;
    box-shadow: none;
    padding: 0;
}
.footer-menu .module-menu-container ul.nav li > ul.sub-menu li a {
	padding-left: 5%;
	position: relative;
	font-size: 13px;
}
.footer-menu .module-menu-container ul.nav li > ul.sub-menu li a::before {
	content: "-";
	display: inline-block;
	position: absolute;
	left: 0;
}
.footer-menu .ui.nav .child-arrow {
	display: none;
}
#pagewrap .top_row1 .top-main-text {
	position: absolute;
    right: 25vw;
}
#header .header-brand-container img {
	width: 75%;
}
#footerwrap .module-image img {
	width: 35%;
}
br.sp-only {
	display: none;
}

/* POST */
body .post .post-date {
    color: #ff6b00;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 70px 0 0;
    float: left;
}
body .post .post-title {
    margin: 0 0 25px 0;
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
    overflow: hidden;
}




/* RESERVATION-MENU */
/* header */
.h1 ul.open {
	display: block;
}
.h1 ul {
	position: absolute;
	bottom: 70px;
	left: -500%;
	width: 300px;
	background: rgba(255, 255, 255, .72);
	list-style: none;
	margin: 0;
	padding: 10px 20px;
	border-radius: 10px;
	display: none;
}
.h1 ul a {
	font-size: 14px;
	text-align: center;
}

/* footer */
.sp-footer-icons-container ul.open {
	display: block;
}
.sp-footer-icons-container ul {
	position: absolute;
	bottom: 70px;
	width: 96%;
	background: rgba(255, 255, 255, .72);
	list-style: none;
	margin: 0;
	padding: 10px 20px;
	border-radius: 10px;
	display: none;
}
#footer .sp-footer-icons-container ul.reservation-box a {
	background: none;
	font-size: 18px;
	color: #000;
}

span.calendar-icon::before {
	content: "";
    background: url(../../uploads/calendar.icon_.png) no-repeat center;
    display: block;
	padding: 4px 0 0;
    height: 20px;
    background-size: 20px;
    margin-bottom: 5px;
}
#footer .sp-footer-icons-container a span.calendar-icon {
	font-size: 9px;
	margin-bottom: 0;
}

/* HUMBERGER */
.humberger-menu {
    position: relative;
    display: none;
    width: 100vw;
	height: 100vh;
	transition: .3s linear;
}
.humberger-menu.is-active {
	display: block;
}
.humberger-back {
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    display: block;
    position: fixed;
    width: 100vw;
    height: 100%;
    right: 0;
    top: 0;
}

.submain{
	text-align: center;
	color: white;
	padding-top: 230px;
	padding-bottom: 210px;
}
.submain .module-title{
	font-size: 32px;
	line-height: 2.25;
	font-weight: 500;
	margin: 0 0 -7px 0;
}
.submain .tb_text_wrap{
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.05em;
}
body:not(.home) .site{
	line-height: 1.7;
}

.bglinear{
	background-image: linear-gradient(180deg, rgba(245, 240, 233, 0) 0%, rgb(245, 240, 233) 40%, rgb(249, 220, 192) 100%);
}

.about1.module{
	text-align: center;
	background: white;
	border: 3px solid #ff6b00;
	border-radius: 20px;
	padding: 10px;
	margin-bottom: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 300px;
}
.about1.module.module-image .image-content{
	margin: 0;
}
.about1.module.module-image .image-title{
	color: #333333;
	font-size: 20px;
	margin: 20px 0 0 0;
	min-height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
}

.osteo_row1.top_row2 .col4-2{
	border-radius: 30px;
}
.osteo_row1 .top3.module{
	margin: 110px auto;
}

.relaxation1 .about1.module.module-image{
	min-height: 440px;
}
.relaxation1 .about1.module.module-image .image-caption{
	text-align: left;
	padding-top: 15px;
	letter-spacing: 0.05em;
}

.access2.module table tr td{
	vertical-align: top;
	border: 0;
	border-bottom: 1px solid #d3d3d3;
	padding: 24px 0;
}
.access2.module table tr td:first-child{
	width: 150px;
	color: #ff6b00;
}

.wpcf7{
	background: white;
	border-radius: 40px;
	padding: 90px 20px;
}
.wpcf7 table{
	max-width: 930px;
	margin: 0 auto;
}
body .wpcf7 table tr th, body .wpcf7 table tr td{
	border: 0;
	vertical-align: top;
	padding: 15px 0;
	    box-sizing: border-box;
}
body .wpcf7 table tr th{
	width: 300px;
	font-weight: normal;
}
.wpcf7 th span{
	width: 43px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 22px 0 0;
	color: white;
	background: #f4983d;
	border: 1px solid #f4983d;
	line-height: 26px;
	border-radius: 5px;
	text-align: center;
	font-size: 13px;
}
.wpcf7 th span.norequired{
	background: white;
	color: #f4983d;
}
#content .wpcf7 input,
#content .wpcf7 textarea{
	border-radius: 5px;
	border: 0;
	background: #e3e3e3;
}

#body #content .wpcf7-submit {
	
    display: block;
    vertical-align: top;
    color: rgb(245, 240, 233);
    font-size: 15px;
    line-height: 55px;
    box-sizing: border-box;
    width: 275px;
    text-align: left;
    background: url(../../uploads/top6.png) right 40px center no-repeat rgb(244, 152, 61);
    border-radius: 55px;
    padding: 0px 40px;
	margin-top: 30px;
}
.wpcf7-spinner{
	position: absolute;

}
.contact1.module .module-title{
	font-size: 24px;
	line-height: 1;
	color: #333333;
	font-weight: normal;
	margin: 0 0 45px 0;
}
.contact1.module .tb_text_wrap{
	height: 300px;
	overflow-y: scroll;
	padding-right: 20px;
}
#content .faq1 .module-accordion{
	margin-bottom: 0;
}
#content .faq1 .module-accordion > li{
	background: white;
	border-radius: 24px;
	padding: 50px 70px;
	margin-bottom: 50px;
}

#content .faq1 .accordion-title a{
	display: block;
	font-size: 18px;
	color: #333333;
	line-height: 2;
	border-bottom: 1px solid #d3d3d3;
	font-weight: normal;
	padding: 0 0 20px 40px;
	background: url(../../uploads/faq2.png) top 9px left no-repeat;
}
#content .faq1 .accordion-content{
	display: block;
	background: url(../../uploads/faq3.png) top 4px left no-repeat;
	padding: 0 0 0 40px;
	margin-top: 30px;
	line-height: 1.7;
	border-radius: 0;
}

.faq1 .accordion-content a{
	text-decoration: underline;
}

body{
	counter-reset: vcount_flow;
}

.flow1.module{
	margin-bottom: 40px;
}
.flow1.module .module-title{
	display: flex;
	align-items: center;
	margin: 0 0 15px 0;
	color: #333333;
	font-size: 26px;
	line-height: 1.7;
	font-weight: 500;
}
.flow1.module .module-title:before{
	counter-increment: vcount_flow;
	content: "STEP" counter(vcount_flow) ".";
	display: block;
	color: #ff6b00;
	margin: 0 20px 0 0;
}

.menu_row1 .tb-column-inner{
	position: relative;
	background: white;
	border-radius: 30px;
	margin-bottom: 50px;
}
.menu_row1 .module.module-image{
	float: left;
}
.menu_row1 .module:not(.module-image){
	overflow: hidden;
    float: right;
    width: calc(100% - 560px);
    margin-right: 40px;
    margin-left: 40px;
	letter-spacing: 0.05em;
}
.menu1.module{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #d3d3d3;
	margin-bottom: 15px;
	padding-bottom: 15px;
	padding-top: 35px;
}
.menu1.module:after{
	display: none;
}
.menu1.module .module-title{
	margin: 0;
	color: #333333;
	font-size: 26px;
	line-height: 1.5;
	font-weight: 500;
}
.menu1.module .tb_text_wrap{
	margin: 0;
	color: #333333;
	font-size: 26px;
	line-height: 1.5;
	font-weight: 500;
}

body.archive .page-title{
	display: none;
}
body.archive .loops-wrapper{
	padding-top: 100px;
}
body.archive #footerwrap{
	margin-top: 140px;
}
body.archive #content .post{
	margin: 0;
	border-bottom: 1px solid #d3d3d3;
	padding: 25px 0;
}
body.archive .post .post-content{
	display: flex;
}
body.archive .post .post-date{
	color: #ff6b00;
	font-size: 16px;
	line-height: 1.5;
	margin: 0 70px 0 0;
}
body.archive .post .post-title{
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
}

body.archive .pagenav{
	text-align: center;
	padding: 40px 0 0 0;
}
body.archive .pagenav .number{
	background: #ff6b00;
	color: white;
	border: 1px solid #ff6b00;
	padding: 0;
	min-width: 38px;
	line-height: 38px;
	text-align: center;
	margin: 0 4px;
}
body.archive .pagenav .number.current{
	background: white;
	color: #ff6b00;
}


body.single .post{
	margin: 130px 0 80px 0;
}
body.single .post .post-date{
	color: #ff6b00;
	font-size: 16px;
	line-height: 1.5;
	margin: 0 70px 0 0;
	float: left;
}
body.single .post .post-title{
	margin: 0 0 25px 0;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
	overflow: hidden;
}
body.single .post .entry-content{
	clear: both;
	border-top: 1px solid #d3d3d3;
	padding: 25px 0 0 150px;
}

body.single #content .btn1{
	margin-bottom: 140px;
}
body.single #content .btn1 a{
	margin: 0 auto;
	text-align: right;
	display: block;
	background: url(../../uploads/new2.png) left 40px center no-repeat #f4983d;
}

.staff_row1 .col4-2{
	background: white;
	border-radius: 25px;
	padding: 50px;
	margin-bottom: 50px;
}
.staff_row1 .access2.module table tr td:first-child{
	width: 140px;
}

.voice_row1 .col4-2{
	background: white;
	border: 2px solid #ff6b00;
	border-radius: 20px;
	padding: 50px 30px 40px 30px;
	margin-bottom: 80px;
}
body .voice1.module{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate( -50%, -50%);
}
.voice1.module .module-title{
	margin: 0;
	color: #ffffff;
	font-weight: 300;
	line-height: 60px;
	width: 220px;
	background: #f4983d;
	text-align: center;
	border-radius: 10px;
}

.voice2.module .module-title{
	text-align: center;
	margin: 0 0 15px 0;
	color: #333333;
	font-size: 22px;
	font-weight: 500;
}


.voice_row2 .voice1.module .module-title{
	background: #ff6b00;
}

.traffic_row1{
	padding-top: 130px;
	padding-bottom: 110px;
	background: 
		url(../../uploads/traffic2.png) bottom left 45px no-repeat,
		url(../../uploads/traffic3.png) bottom right no-repeat,
		linear-gradient(180deg, rgba(245, 240, 233, 0) 0%, rgb(245, 240, 233) 40%, rgb(249, 220, 192) 100%);
}

.traffic_row1 .about1.module{
	border-color: white;
}

.traffic1.module{
	text-align: center;
}
.traffic1.module .tb_text_wrap{
	text-align: center;
	display: inline-block;
	line-height: 2;
	font-size: 20px;
	padding: 5px 40px;
	background: #f4983d;
	border-radius: 50px;
	color: white;
}
.traffic2.module{
	text-align: center;
	line-height: 1;
	font-size: 50px;
	font-weight: 500;
	color: #ff6b00;
}

.traffic3 ul{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	gap: 10px;
}
.traffic3 li{
	display: block;
	margin: 0;
	line-height: 1;
	font-weight: 500;
	font-size: 24px;
	color: #333333;
}
.traffic3 li:nth-child(1){
	font-size: 29px;
	color: #ffffff;
	background: #ff6b00;
	line-height: 60px;
	padding: 0 33px;
	border-radius: 50px;
}
.traffic3 li:nth-child(3){
	font-size: 38px;
	border-bottom: 5px solid #f4983d;
	padding-bottom: 4px;
}
.traffic3 li:nth-child(3) strong{
	font-size: 45px;
	font-weight: 500;
}
.traffic3 li:nth-child(3) em{
	font-size: 25px;
	font-style: normal;
}

.traffic4.module{
	background: white;
	border-radius: 15px;
	max-width: 1000px;
	margin: 0 auto;
}
.traffic4.module ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 40px 75px 15px 75px;
}
.traffic4.module ul li{
	margin: 0 0 25px 0;
	display: block;
	background: url(https://www.oharaseikotsuin.jp/manasys/wp-content/uploads/traffic10.png) left no-repeat;
	padding: 0 0 0 52px;
	line-height: 31px;
	font-size: 23px;
	color: #333333;
	font-weight: 500;
	box-sizing: border-box;
}
.traffic4.module ul li:nth-child(odd){
	width: 60%;
}
.traffic4.module ul li:nth-child(even){
	width: 40%;
}

.traffic5.module ul{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	gap: 20px;
	flex-wrap: wrap;
}
.traffic5.module ul li{
	margin: 0;
	display: block;
	line-height: 60px;
	border-radius: 100px;
	background: #ff6b00;
	text-align: center;
	width: 260px;
	font-size: 18px;
	color: white;
	overflow: hidden;
	font-weight: 500;
}
.traffic5.module ul li a{
	color: white;
	display: block;
	background: #f4983d;
	text-decoration: none;
}

.traffic6.module ol{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0;
	counter-reset: vcount;
}

.traffic6.module ol li{
	background: white;
	line-height: 50px;
	font-size: 28px;
	color: #333333;
	font-weight: 500;
	padding: 30px 10px 30px 100px;
	border-radius: 20px;
	border: 3px solid #ff6b00;
	box-sizing: border-box;
	position: relative;
	width: 48.4%;
	display: block;
	margin: 20px 0 0 0;
}

.traffic6.module ol li:before{
	counter-increment: vcount;
	content: counter(vcount);
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 100%;
	color: white;
	font-size: 24px;
	position: absolute;
	top: 30px;
	left: 30px;
	background: #f4983d;
}

.traffic7.module{
	text-align: center;
	color: white;
	background: url(../../uploads/traffic14.png) center no-repeat;
	background-size: contain;
	font-size: 22px;
	min-height: 374px;
	padding: 50px 0 0 0;
	line-height: 1.5;
	margin-bottom: 40px;
}
.traffic7.module .module-title{
	line-height: 1;
	font-size: 42px;
	font-weight: 500;
	margin: 0 0 20px 0;
	display: inline-block;
	border-bottom: 2px solid white;
	padding-bottom: 20px;
}

.traffic8.module{
	text-align: center;
	min-height: 230px;
}
.traffic8.module .module-title{
	display: inline-block;
	line-height: 1;
	color: #ff6b00;
	font-size: 24px;
	font-weight: 500;
	border-bottom: 2px solid #ff6b00;
	padding-bottom: 10px;
	margin: 0 0 30px 0;
}
.traffic8.module .tb_text_wrap{
	text-align: left;
}

.traffic_row2 .col3-1{
	background: white;
	padding: 40px 20px;
	border-radius: 20px;
	border: 3px solid #ff6b00;
	margin-bottom : 40px;
}

.f_row1 .row_inner{
	position: relative;
	z-index: 22;
}
body.page-id-755 .f_row1:before,
body.page-id-753 .f_row1:before,
body.page-id-761 .f_row1:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 45%;
	height: 1500px;
	background-image: linear-gradient(180deg, rgba(245, 240, 233, 0) 0%, rgb(245, 240, 233) 40%, rgb(249, 220, 192) 100%);
}

body #body{
	position: relative;
	z-index: 22;
}

.fix1.module{
	font-family:"ヒラギノ角ゴ Pro W6", hiragino Kaku Gothic ProN, Hiragino Sans, "ヒラギノ角ゴシック",Yu Gothic,Yu Gothic M,"メイリオ",sans-serif, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}

.flow1.fix2.module .module-title{
	font-size: 32px;
}

body .wpcf7 table tr:nth-child(1) td input,
body .wpcf7 table tr:nth-child(2) td input{
	margin: 0;
}
body .wpcf7 table tr:nth-child(1) td p,
body .wpcf7 table tr:nth-child(2) td p{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
body .wpcf7 table tr:nth-child(1) td .wpcf7-form-control-wrap,
body .wpcf7 table tr:nth-child(2) td .wpcf7-form-control-wrap{
	width: 48%;
}














/* =============================================
	mobile menu settings
=============================================　*/
/* Mobile Menu Button */
#menu-button{
	visibility:hidden;
	opacity:0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 900;
	top: 0;
	right: 0;
	width: 48px;
	height: 48px;
	background-color: #ff6b00;
	color: white;
}
#menu-button.nav-on {
	visibility:visible;
	opacity:1;
}
#menu-button .ham-lines {
	position: relative;
	margin: 0 auto;
	width: 32px;
	height: 32px;
}
#menu-button .ham-lines span,
#menu-button .ham-lines::before,
#menu-button .ham-lines::after {
	position: absolute;
	display: block;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 28px;
	height: 2px;
	background-color: #fff;
	border-radius: 1px;
}
#menu-button .ham-lines span {
	bottom: 15px;
	transition: all .25s .25s;
	opacity: 1;
}
#menu-button .ham-lines::before,
#menu-button .ham-lines::after {
	content: "";
}
#menu-button .ham-lines::before{
	bottom: 24px;
	animation: menu-bar01 .75s forwards;
}
#menu-button .ham-lines::after {
	bottom: 6px;
	animation: menu-bar03 .75s forwards;
}
#menu-button .ham-text {
	font-size: 12px;
	line-height: 1;
}
#menu-button.is-active .ham-lines span {
	opacity: 0;
}
#menu-button.is-active .ham-lines::before {
	animation: active-menu-bar01 .5s forwards;
}
#menu-button.is-active .ham-lines::after {
	animation: active-menu-bar03 .5s forwards;
}
@keyframes menu-bar01 {
	0% {
		transform: translateY(9px) rotate(45deg);
	}
	50% {
		transform: translateY(9px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
@keyframes menu-bar03 {
	0% {
		transform: translateY(-9px) rotate(-45deg);
	}
	50% {
		transform: translateY(-9px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
@keyframes active-menu-bar01 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(9px) rotate(0);
	}
	100% {
		transform: translateY(9px) rotate(45deg);
	}
}
@keyframes active-menu-bar03 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(-9px) rotate(0);
	}
	100% {
		transform: translateY(-9px) rotate(-45deg);
	}
}
/* Mobile Menu Button end */

/* =============================================

	Common settings

============================================= */
/* table border and paddings */
table th,
table td{
	border: 1px solid #424242;
	padding: 10px;
}

/* =============================================

	Media Query

============================================= */
@media screen and (max-width: 1400px) { /* for iPad pro landscapes */
	#main-menu li{
		margin-left: 30px;
	}
}

@media screen and (max-width: 1180px) { /* for tablet landscapes */

	#pagewrap {
		position: relative;
		padding-bottom: 51px;
	}

	#header.header {
		padding-top: 0;
	}

	/* module menu button visible */
	#menu-button{
		visibility:visible;
		opacity:1;
	}
	
	/* Mobile Menu Container ここを調整すると、メニューボタンクリック後の動作を調整できる */
	#main-menu-container {
		position: fixed;
		z-index: 700;
		top: 0;
		left: -100vw;
		right: auto;
		bottom: auto;
/* 		overflow-y: auto; */
		overflow-y: scroll;
		background-color: #fef4ea;
		display:block;
		width: 100vw;
		height: 100dvh;
		transition: .3s linear;
	}
	#main-menu-container.is-active{
/* 		left: 0; */
		left: 15%;
	}
	/* Mobile Menu Container ここを調整すると、メニューボタンクリック後の動作を調整できる */
	body .pagewidth{
		max-width: 94%;
	}
	#main-menu{
		display: block;
		margin: 60px 3% 60px 3%;
	}
	#main-menu li{
		margin: 0;
		padding: 0;
	}
	#main-menu li a{
		color: #000;
		border-bottom: 1px solid #fff;
		padding: 12px 0;
	}
	#main-menu .sub-menu{
		position: static;
        background: none;
        border: 0;
        display: block;
        transform: none;
        width: 100%;
        padding: 0 0 0 15px;
	}
	#main-menu .sub-menu li{
		text-align: left;
		padding: 0;
	}
	#main-menu .sub-menu:before{
		display: none;
	}
	#main-menu .sub-menu li a{
		color: #000;
		padding-left: 15px;
		border-left: 1px solid #fff;
	}
}

@media screen and (max-width: 1024px) { /* for tablet landscape */

	/* style for contact forms, if do not use to delete please
	コンタクフォームのテーブル調整　不要なら消す*/
	body .wpcf7 table tr th,
	body .wpcf7 table tr td{
		width:100%;
		display:block;
		padding: 10px 0px;
	}
	.wpcf7 table tr th{
		padding-bottom:0;
	}
	/* style for contact forms, if do not use to delete please
	コンタクフォームのテーブル調整　不要なら消す*/
	#headerwrap #header{
/* 		justify-content: center; */
	}
	.menu_row1 .tb-column-inner{
		padding: 40px;
	}
	.menu_row1 .module.module-image{
		float: none;
	}
	.menu_row1 .module.module-image img{
		border-radius: 30px;
	}
	.menu_row1 .module:not(.module-image){
		float: none;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.traffic8.module{
		min-height: 260px;
	}
	#footer .f6.module{
		right: 31%;
	}
	#pc-backtop {
		display: none;
	}
	#footer .sp-footer-icons-container {
		display: flex;
	}
	body #footer .sp-footer-icons-container a{
		background: #ff6b00;
		color: white;
		border-color: white;
	}
}

@media screen and (max-width: 980px) { /* for mobile landscape */
	
}

@media screen and (max-width: 820px) { /* for tablet portrate */
	#pc-backtop {

	}
	#footer .sp-footer-icons-container {

	}
	.top_row2 .col4-2.first,
	.top_row2 .col4-2.last{
		border-radius: 0;
	}
	.top5.module{
		max-width: 370px;
		margin-left: auto;
		margin-right: auto;
	}
	body .top1.module{
		font-size: 30px;
	}
	.top1.module strong, .top1.module b{
		font-size: 40px;
	}
	#footer .f6.module{
		margin-top: 0;
        position: unset;
        text-align: center;
	}
	.contact1.module .tb_text_wrap{
		padding-right: 0;
	}
	.submain{
		padding-top: 150px;
		padding-bottom: 150px;
	}
}

@media screen and (max-width: 768px){
	.osteo_row1 .top3.module{
		margin: 80px auto;
	}
	#content .about1.module{
		min-height: 290px;
		padding: 30px 15px;
	}
	#content .faq1 .module-accordion > li{
		padding-left: 20px;
		padding-right: 20px;
	}
	.flow1.module .module-title{
		display: block;
	}
	.menu1.module{
		display: block;
		text-align: center;
	}
	body.archive .post .post-content{
		display: block;
	}
	body.archive #footerwrap{
		margin-top: 80px;
	}
	body.archive .loops-wrapper{
		padding-top: 80px;
	}
	body.single #content .btn1{
		margin-bottom: 80px;
	}
	body.single .post{
		margin: 80px 0 60px 0;
	}
	body.single .post .post-title{
		clear: both;
	}
	body.single .post .entry-content{
		padding-left: 0;
	}
	
	.traffic_row1 .about1.module{
		max-width: 350px;
		margin-left: auto;
		margin-right: auto;
	}
	.traffic_row1{
		background-size: auto 200px, auto 200px, auto;
	}
	.traffic3 ul{
		flex-direction: column;
	}
	.traffic4.module ul{
		padding-left: 40px;
		padding-right: 40px;
	}
	#content .traffic4.module ul li{
		width: 100%;
	}
	.traffic5.module ul{
		flex-direction: column;
	}
	.traffic6.module ol{
		flex-direction: column;
	}
	.traffic6.module ol li{
		width: 100%;
	}
	.traffic8.module{
		min-height: 1px;
	}
	/* 	SP_20251107 */
	.about1.module.module-image .image-title {
		font-size: 15px;
		min-height: auto;
	}
	.about1.module {
		justify-content: flex-start;
	}
	.traffic1.module .tb_text_wrap {
		line-height: 1.5;
	}
	.traffic6.module ol li:before {
		line-height: 2;
	}
	
	.traffic7.module {
		font-size: 18px;
		min-height: 315px;
		line-height: 1.5;
	}
	.traffic_row1 {
		background: linear-gradient(180deg, rgba(245, 240, 233, 0) 0%, rgb(245, 240, 233) 40%, rgb(249, 220, 192) 100%);
	}
	
	
	
	
	
}
	
	
	

@media screen and (max-width: 680px) { /* for mobile  */
	.h1{
		display: none;
	}
	body .post1.module{
		width: 90%;
	}
	.top3.module{
/* 		max-width: 94%; */
		max-width: 75%;
/* 		margin: 80px auto; */
		margin: 60px auto;
	}
	body .top1.module{
		white-space: normal;
		width: 100%;
		padding: 0 10px;
	}
	.f1.module{
		max-width: 94%;
	}
	.f1.module td:first-child{
		width: 100px;
	}
	.f1.module td{
		font-size: 16px;
	}
	.f1.module tr:not(:first-child) td:not(:first-child){
		font-size: 13px;
	}
	
	body .top1.module.top1-01 {
		font-size: 24px;
	}
	body .top1.module.top1-01 span {
		font-size: 18px;
	}
	body .top1.module.top1-02 {
		font-size: 35px;
	}
	body .top1.module.top1-02 span {
		font-size: 27px;
	}
	body .post1.module {
		left: unset;
		right: 0;
		width: auto;
		border-top-left-radius: 15px;
		padding: 25px 20px;
	}
	title01.module {
		font-size: 15px;
	}
	.top_row2 .col4-2.first, 
	.top_row2 .col4-2.last {
        border-radius: 30px;
		margin-left: 2%;
        margin-right: 2%;
    }
	.top3.module .module-title {
		font-size: 14px;
	}
	.top3.module {
		padding: 20px 10px;
		font-size: 18px;
	}
	.top3.module .tb_text_wrap {
		display: inline-block;
	}
	.title01.module {
		font-size: 15px;
	}
	.top5.module .image-title {
		font-size: 18px;
	}
	.top5.module {
		margin-bottom: 30px;
	}
	br.sp-only {
		display: block;
	}
	#headerwrap #header {
		padding: 30px 20px;
	}
	#footerwrap .module-image img {
		width: 55%;
	}
	#footer .f_row1 .row_inner {
    	padding: 30px 0;
	}
	#content .faq1 .accordion-content{
/* 		display: none; */
	}
	.menu_row1 .tb-column-inner{
		padding: 20px;
	}
	.staff_row1 .col4-2{
		padding-left: 20px;
		padding-right: 20px;
	}
	#content .staff_row1 .access2.module table tr td{
		display: block;
		width: 100%;
	}
	.voice_row1 .col4-2{
		padding-left: 20px;
		padding-right: 20px;
	}
	.traffic2.module{
/* 		font-size: 32px; */
		font-size: 36px;
		line-height: 1.5;
	}
	.traffic6.module ol li,
	#content .traffic4.module ul li{
		font-size: 20px;
		line-height: 1.5;
	}
	.menu1.module .module-title {
    	font-size: 23px;
	}
	.flow1.module .module-title {
    	font-size: 22px;
	}
	.traffic_row1 {
		padding-top: 80px;
		padding-bottom: 60px;
	}
	.traffic3 li:nth-child(1) {
    	font-size: 25px;
	}
	.traffic7.module .module-title {	
    	font-size: 30px;
	}
	.flow1.fix2.module .module-title {
		font-size: 24px;
	}
	
}

@media screen and (max-width: 460px) { /* for mobile small  */
	.submain .module-title{
		font-size: 28px;
	}
	body .wpcf7 table tr:nth-child(1) td .wpcf7-form-control-wrap,
	body .wpcf7 table tr:nth-child(2) td .wpcf7-form-control-wrap{
		width: 100%;
	}
	body .wpcf7 table tr:nth-child(1) td .wpcf7-form-control-wrap + .wpcf7-form-control-wrap,
	body .wpcf7 table tr:nth-child(2) td .wpcf7-form-control-wrap + .wpcf7-form-control-wrap{
		margin-top: 10px;
	}
}



