/*
Theme Name: グリーン整体院
Text Domain: グリーン整体院
Author: 
Version: 1.0
*/

@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@100..900&display=swap');

/* font */
body,body *,body button,body input[type=submit]{
	font-family: "Noto Sans JP" , sans-serif;
}
body.home .front-main-cont .front-cont-header,
body .front-main-cont .front-cont-header,
body.home #main,
body.home #front-contents .c_text p,
body #main{
	font-family: "Noto Sans JP" , sans-serif;
	font-weight: 400;
}
body.home .form-magazine form input[type="email"],
body.home .form-magazine form input[type="submit"] {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
.en{
	font-family: "Lato", sans-serif;
	font-weight: 400;
}

/* reset */
html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,article,aside,details,figcaption,figure,footer,header,main,nav,section,input,textarea  {
	border: 0;
	font-style: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	line-height: 1.5;
	word-break: break-all;
}
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1pc;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 62.5%;/* 16px x 0.625 = 10px(=1rem) */
	scroll-behavior: smooth;
}
*,*:before,*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
body {
	font-size: 1.6rem;
	color:#333333;
	overflow-x: hidden;
}
@media screen and (max-width: 1280px) {
	body {font-size: 1.4rem;}
}
article,aside,details,figcaption,figure,footer,header,main,nav,section {
	display: block;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption,th,td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,blockquote:after,q:before,q:after {
	content: "";
}
blockquote,q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}
p{
	line-height:180%;
}
@media screen and (max-width:600px){
	p{font-size:1.6rem;}
}
a{
	color: #C4972F;
	transition: all 0.4s ease 0s;
	text-decoration: none;
}
a:focus,a:hover,a:active {
	outline: 0;
}
strong{
	font-weight: 700;
}
 
#content_body form a{
	transition: 0.5s;
	border-bottom:dashed 1px;
	text-decoration:none;
	margin:0 3px;
}
#content_body form a:hover{
	border-bottom:dashed 1px transparent;
	color:#49c2ff;
	opacity:0.5;
}
a img {
	border: 0;
}
img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

textarea,
input[type="text"] ,
input[type="email"],
input[type="tel"] ,
input[type="url"] {
	padding:.25rem .5rem;
	font-size: 1rem;
	max-width: 100%;
	width: 100%;
	font-size: 16px;
}

:focus {
	outline:none;
}  
input::placeholder{
	color:#ccc;
}
textarea,
input[type="text"] ,
input[type="email"],
input[type="tel"] ,
input[type="url"] {
	padding:.5rem .5rem;
	border:1px solid #cecece;
	transition: all .4s ease;
}

input[type="email"]:active,
input[type="email"]:hover,
input[type="email"]:focus-within,
input[type="tel"]:active,
input[type="tel"]:hover,
input[type="tel"]:focus-within,
input[type="url"]:active,
input[type="url"]:hover,
input[type="url"]:focus-within,
input[type="text"]:active,
input[type="text"]:hover,
input[type="text"]:focus-within{
	border:1px solid #cecece;
} 

input[type="url"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="text"]:focus{
	border: 1px solid #cecece;
	box-shadow: inset 1px 0px 3px 1px rgba(88,88,88,0.27);
}

input[type="submit"]:active,
input[type="submit"]:hover,
input[type="submit"]:focus {
	outline:none;
} 
button,
input[type="submit"] {
	padding: 0.5rem 1.5rem;
	font-size: 1rem;
	transition: all 0.5s ease;
	background-color: #ccc;
	border: 1px solid  #ccc;
	color: #000;
}
button:hover,
input[type="submit"]:hover {
	background-color: #999;
	color:#fff;
	border: 1px solid  #999;
}

input[type=text]    {
    font-size : 16px;
    border : 1px solid #ccc;
    -webkit-border-radius : 0;
	border-radius : 0;
    -webkit-appearance : none;
	appearance : none;
    -webkit-tap-highlight-color : rgba(0,0,0,0);
}
select {
  -webkit-appearance: none;
  appearance: none; /* デフォルトのスタイルを無効 */
  border-radius: 0;
  height: 37px;
  padding-left: 10px;
  width: 100px;
}
select::-ms-expand {
  display: none; /* デフォルトのスタイルを無効(IE用) */
}
/* セレクトボックスの矢印デザイン変更 */
select {
  background-image: url("lib/img/chevron-down-solid.svg");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
}

.text_red{color:#D61300;font-weight:600;}
.text_red_border{color:#D61300;text-decoration:underline;}


.pt-0{padding-top:0rem!important;}
.pt-1{padding-top:1rem!important;}
.pt-2{padding-top:2rem!important;}
.pt-3{padding-top:3rem!important;}
.pt-4{padding-top:4rem!important;}
.pt-5{padding-top:5rem!important;}
.pl-1{padding-left:1rem!important;}
.pl-2{padding-left:2rem!important;}
.pl-3{padding-left:3rem!important;}
.pl-4{padding-left:4rem!important;}
.pl-5{padding-left:5rem!important;}
.pr-1{padding-right:1rem!important;}
.pr-2{padding-right:2rem!important;}
.pr-3{padding-right:3rem!important;}
.pr-4{padding-right:4rem!important;}
.pr-5{padding-right:5rem!important;}

.pb-1{padding-bottom:1rem!important;}
.pb-2{padding-bottom:2rem!important;}
.pb-3{padding-bottom:3rem!important;}
.pb-4{padding-bottom:4rem!important;}
.pb-5{padding-bottom:5rem!important;}
.pb-4{padding-bottom:4rem!important;}
.ml-1{margin-left:1rem!important;}
.ml-2{margin-left:2rem!important;}
.ml-3{margin-left:3rem!important;}
.ml-4{margin-left:4rem!important;}
.ml-5{margin-left:5rem!important;}
.mb-0{margin-bottom:0rem!important;}
.mb-1{margin-bottom:1rem!important;}
.mb-2{margin-bottom:2rem!important;}
.mb-3{margin-bottom:3rem!important;}
.mb-4{margin-bottom:4rem!important;}
.mb-5{margin-bottom:5rem!important;}
.mt-1{margin-top:1rem!important;}
.mt-2{margin-top:2rem!important;}
.mt-3{margin-top:3rem!important;}
.mt-4{margin-top:4rem!important;}
.mt-5{margin-top:5rem!important;}

.inlin_block{
	display:inline-block;
}
.bg_w{
	margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    width: 100vw;
    padding-right: calc(50vw - 50%)!important;
	padding-left: calc(50vw - 50%)!important;
	padding-top: 40px;
	padding-bottom: 40px;
}
.bg01{
	background: url("lib/img/menu_center.png") repeat top center;
	background-size: 600px auto;
	margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    width: 100vw;
    padding-right: calc(50vw - 50%)!important;
	padding-left: calc(50vw - 50%)!important;
	padding-top: 40px;
	padding-bottom: 40px;
}
.bg02{
	background-color: #D9DEE0;
	margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    width: 100vw;
    padding-right: calc(50vw - 50%)!important;
	padding-left: calc(50vw - 50%)!important;
	padding-top: 40px;
	padding-bottom: 40px;
}
@media screen and (max-width: 1000px) {
	.bg01{
		padding: 40px 20px!important;
	}
}
@media screen and (min-width:835px){
	body .none,
	body .hidePC,
	body .onlyS,
	body .onlyTB,
	body .onlyTb,
	body .onlySP{display:none!important}
}
@media screen and (min-width:481px) and (max-width:834px){
	body .hideTB,
	body .hideTb,
	body .onlyPC,
	body .onlySP{display:none!important}
}
@media screen and (max-width:480px){
	body .hideSP,
	body .onlyPC,
	body .onlyTB,
	body .onlyTb{display:none!important}
}
.text_center{
	text-align: center;
}
@media screen and (max-width:480px){
	.sp_text_left{text-align:left!important;}
}
.inline-block{
	display: inline-block;
}
@media screen and (max-width:1230px) {
	.block_w{
		max-width: 750px;
	}
}
@media screen and (max-width:750px) {
	.block_w{
		padding: 60px 20px;
	}
}
.blur {
  opacity: 0;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
}
.img-blur {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  /*transition: .8s;*/
}

@-webkit-keyframes imageBlur {
  from {
	opacity: 0;
	-webkit-filter: blur(15px);
	-moz-filter: blur(15px);
	-ms-filter: blur(15px);
	-o-filter: blur(15px);
	filter: blur(15px);
  }

  to {
	opacity: 1;
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-ms-filter: blur(0px);
	-o-filter: blur(0px);
	filter: blur(0px);
  }
}
@keyframes imageBlur {
  from {
	opacity: 0;
	-webkit-filter: blur(15px);
	-moz-filter: blur(15px);
	-ms-filter: blur(15px);
	-o-filter: blur(15px);
	filter: blur(15px);
  }

  to {
	  opacity: 1;
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-ms-filter: blur(0px);
	-o-filter: blur(0px);
	filter: blur(0px);
  }
}
/* header */
.header{
	width:100%;
	position:absolute;
	text-align:center;
	padding: 0 0 0 30px;
	top: 0;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content:space-between;
	transition:all 0.4s ease 0s;
}
.header_h1{
	font-size:0.75rem;
	text-align: left;
}
.header.scroll_header .header_h1{
	font-size:12px;
}
.header_logo{
	width: 18%;
	text-align:left;
	padding-top:16px;
}
.header.fixed .header_logo{
	padding-top:0;
}
.header_logo img{
	width:100%;
	max-width:330px;
}
.hamburger-menu{
	padding: 0 20px;
}
.header .custom-logo-link{
	height:auto;
	margin:0 10px;
	display:block;
}
/*　スクロール時 */
.header.fixed{
	position: fixed;
  top: 0;
  width: 100%;
}
.header.fixed .header_logo img{
	max-width:210px;
}
.header.fixed{background-color:rgba(255,255,255,0.95);}

@media screen and (max-width: 768px){
	.header.fixed, .header.fixed .menu-btn{margin-top:0!important;}
}
@media screen and (min-width: 1231px){
	.header .onlyPC .custom-logo-link img{
		max-width: 240px;
	}
}
.header_w{
	display: flex;
	align-items: center;
	justify-content:right;
	width:85%;
}
.menu_wrapper .menu_nav{
	display: flex;
	align-items: center;
	justify-content:space-between;
	list-style: none;
}
.menu_wrapper .menu_nav a{
	text-decoration: none;
	color: #333333;
	display: block;
	font-weight:500;
	padding: 10px 20px;
	font-size:1.6rem;
}
.menu_wrapper .menu_nav a:hover{
	color: #21A03A;
}
.menu_wrapper .menu_nav a:hover:before{
	transform: rotate(-10deg);
}
.menu_wrapper .menu_nav .nav01 a:before{
	background-image: url("lib/img/nav01.svg");
}
.menu_wrapper .menu_nav .nav02 a:before{
	background-image: url("lib/img/nav02.svg");
}
.menu_wrapper .menu_nav .nav03 a:before{
	background-image: url("lib/img/nav03.svg");
}
.menu_wrapper .menu_nav .nav04 a:before{
	background-image: url("lib/img/nav04.svg");
}
.menu_wrapper .menu_nav .nav05 a:before{
	background-image: url("lib/img/nav05.svg");
}
.menu_wrapper .menu_nav .nav06 a:before{
	background-image: url("lib/img/nav06.svg");
}
.nav_right{
	width:16%;
}
.nav_online a{
	background-color:#21A03A;
	display: block;
	color: #fff;
	text-decoration: none;
	padding:30px 5px;
}
.nav_online a:hover{
	background-color: #004D26;
}
.online_title{
	font-size: 18px;
	font-weight: 500;
	display: block;
}
.nav_right.sp_displya{
	display: none;
}
.online_title .br{
	display:none;
}
@media screen and (max-width:1380px) {
	.menu_wrapper .menu_nav a{
		font-size:1.2vw;
		padding:10px;
	}
	.header_logo{
		width:20%;
	}
	.online_title{
		font-size:1.2vw;
	}
	.online_title .br{
		display:block;
	}
	.nav_online a{
		padding:22px 5px;
	}
}
@media screen and (max-width:834px) {
	.header .custom-logo-link{
		max-width:250px;
	}
	/*.header_w{
		padding-right: 150px;
	}*/
	.header_logo{
		width:18%;
	}
	.tel:before{
		width: 16px;
		height: 11px;
	}
	.nav_tel .tel a{
		font-size: 16px;
	}
	.nav_tel .tel:before{
		width: 20px;
		height: 10px;
		background-size: 20px 10px;
	}
	.menu_wrapper .menu_nav li{
		padding: 0 3px;
	}
	.menu_wrapper .menu_nav li a{
		font-size: 14px;
	}
	.online_title{
		font-size:1.4rem;
	}
	.menu_wrapper .menu_nav a{
		padding:20px 5px;
	}
	.header_w{
		width:86%;
	}
	.hamburger-menu{
		padding:0 5px;
	}
	.nav_right{
		width:15%;
	}
}
@media screen and (min-width: 769px){
	.menu_wrapper .menu_nav li.nav_online_nav{display:none;}
}
@media screen and (max-width: 768px){
	.header{
		padding: 0;
		height:60px;
	}
	.header.fixed{
		background-color:rgba(255,255,255,0.95);
	}
	.header_w{
		padding: 5px 0 0;
		display: block;
	}
	.header .nav_right{
		display: none;
	}
	.nav_right.sp_displya{
		position: fixed;
		top: auto;
		bottom: 0;
		right: 0;
		left: 0;
		display: flex;
		z-index: 99;
		width: 100%;
	}
	.nav_right.sp_displya .nav_online,.nav_right.sp_displya .nav_tel{
		width: 50%;
		height: 70px;
		text-align: center;
		padding: 5px;
	}
	.nav_right.sp_displya .nav_tel .tel a{
		font-size: 20px;
	}
	.nav_right.sp_displya .nav_tel .tel:before{
		width: 20px;
		height: 14px;
		background-size: 100%;
	}
	.header_h1{
		text-align: center;
	}
	.nav_right.sp_displya .nav_tel .tel_txt{
		font-size: 13px;
	}
	.header_logo{
		width: 100%;
	}
	.header .custom-logo-link{
		max-width: 190px;
	}
	.header_logo .logo_w.onlyPC{
		display: block!important;
	}
	.header_logo .logo_w.hidePC{
		display: none!important;
	}
	.menu_wrapper{
		width: 100%;
		padding: 0;
		padding-top: 20px;
	}
	/* menu */
	.menu_wrapper .menu_nav{
		flex-wrap: wrap;
		padding: 50px 20px 0;
		display:block;
	}
	.menu_wrapper .menu_nav li{
		margin-bottom: 4%;
		border-left: none;
	}
	.menu_wrapper .menu_nav li a{
		margin: 0;
    display: block;
    width: 100%;
    font-size: 16px;
    text-decoration: none;
    padding: 17px 10px;
    position: relative;
		font-weight:400;
	}
	.menu_wrapper .menu_nav li.nav_online_nav a{
		background-color:#21A03A;
		color:#fff;
	}

	.menu-btn {
	    position: absolute;
	    top: 0;
	    right: 0;
	    display: flex;
	    height: 60px;
	    width: 60px;
	    justify-content: center;
	    align-items: center;
	    z-index: 99;
	    background-color:#21A03A;
	}
	.menu-btn.fixed{
	    position: fixed;
	}
	.menu-btn span,
	.menu-btn span:before,
	.menu-btn span:after {
	    content: '';
	    display: block;
	    height: 3px;
	    width: 25px;
	    border-radius: 3px;
	    background-color: #fff;
	    position: absolute;
	}
	.menu-btn span:before {
	    bottom: 8px;
	}
	.menu-btn span:after {
	    top: 8px;
	}
	#menu-btn-check:checked ~ .menu-btn span {
	    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
	}
	#menu-btn-check:checked ~ .menu-btn span::before {
	    bottom: 0;
	    transform: rotate(45deg);
	}
	#menu-btn-check:checked ~ .menu-btn span::after {
	    top: 0;
	    transform: rotate(-45deg);
	}
	.menu_wrapper {
	    width: 100%;
	    height: 100%;
	    position: fixed;
	    top: 0;
	    left: 100%;/*leftの値を変更してメニューを画面外へ*/
	    z-index: 90;
	    background-color:rgba(255,255,255,0.95);
	    transition: all 0.5s;/*アニメーション設定*/
	}
	#menu-btn-check:checked ~ .menu_wrapper {
	    left: 0;/*メニューを画面内へ*/
	}
}

#menu-btn-check {
    display: none;
}

/* dl テーブル */
dl.table{
  display:flex;
  flex-wrap: wrap;
  border: 1px solid #ccc;
  border-top: none;
}
dl.table dt{
  background:#d6f0f3;
  width: 30%;
  padding: 10px;
  box-sizing: border-box;
  border-top: 1px solid #ccc; 
}
dl.table dd{
  padding: 10px;
  margin: 0;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc; 
  width: 70%;
  background: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 560px) {
dl.table{
    flex-flow: column nowrap;
  }
dl.table dt,
dl.table dd{
    width: 100%;
  }
dl.table dd{
    border-left: none;
  }
}

/* blockquote */
.wp-embedded-content {
	max-width: 100%;
}

/* single table */
.single main table{
	border-left:solid 1px #ccc;
	border-top:solid 1px #ccc;
}
.single main table th{
	background-color: #d6f0f3;
}
.single main table th,.single main table td{
	padding: 10px;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

.width_full{
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	width: 100vw;
	padding-right: calc(50% - 50vw);
	padding-left: calc(50% - 50vw);
}
.wavy_line{
	text-decoration:underline wavy #CC310D;
	color: #CC310D;
	font-size: 30px;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.wavy_line{
		font-size: 25px;
	}
}
.box_w{
	padding:90px 0 100px;
}
@media screen and (max-width: 768px) {
	.box_w{
		padding:50px 20px;
	}
}
footer{
	background-color:#E9F5EB;
	overflow:hidden;
	width:100%;
}
.footer_left{
	max-width:622px;
	width:90%;
	margin:0 auto;
}
.copyright{
	background-color:#004D26;
	color:#fff;
	padding:20px 10px;
	text-align:center;
	font-size:1.4rem;
}
.footer_w table{
	width:100%;
	margin-top:20px;
	border-top:solid 1px #7FBE26;
	border-right:solid 1px #7FBE26;
}
.footer_w table th,.footer_w table td{
	padding:15px 10px;
	text-align:center;
	border-bottom:solid 1px #7FBE26;
	border-left:solid 1px #7FBE26;
	background-color:#fff;
}
.footer_w table th.bg_color{
	background-color:#21A03A;
	color:#fff;
}
.footer_w table th{
	color:#21A03A;
	font-weight:600;
}
.footer_left .footer_logo{
	margin-bottom:30px;
	max-width:330px;
}

@media screen and (min-width: 769px) {
	.footer_w{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.footer_left,.footer_right{
		width:50%;
	}
	.footer_left{
		padding:20px;
	}
}
@media screen and (max-width: 768px) {
	.footer_left{
		padding:50px 0
	}
	.footer_left .footer_logo{
		max-width:255px;
		margin:0 auto 30px;
	}
	.footer_left p{
		font-size:1.6rem;
	}
	.footer_w table th,.footer_w table td{
		font-size:10px;
		padding:10px 5px;
	}
	.copyright{
		line-height:140%;
	}

}

/* TOP BTN */
#top_btn{
	position: fixed;
	right: 30px;
	bottom:30px;
	z-index:10;
	width:60px;
	height:60px;
	transition: .8s;
	opacity:0;
	cursor: pointer;
	background-color:#004D26;
	text-align: center;
	line-height:35px;
	float: right;
	border-radius:50%;
}
#top_btn.moveTop.is-fadein{
	opacity:1;
}
#top_btn:hover {
	background: #21A03A;
}
@media screen and (max-width:767px) {
	#top_btn{
		right: 10px;
		bottom: 10px;
	}
	.footer_btn{
		padding:0;
	}
}
