@charset "utf-8";
/*
Theme Name:sachiyonoshinkyuan
Author:ryuichi
Description:さちよの鍼灸按のテーマです。
Version:1.0
*/
@import url("wp-native-style.css");
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap');
/*-------------------------------------------------

base

-------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;/* filter:expression(document.execCommand("BackgroundImageCache",false, true));*/
}
body {
	color: #333;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 16px;
	line-height: 1.8;
	word-wrap: break-word;
	background: url("/yamasakisachiyo/wp-content/uploads/bg_washi.jpg") repeat;
	background-color:#f5e9d9;
}
img {
	max-width: 100%;
	border: none;
	vertical-align: text-bottom;
}
table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
ul li {
	list-style-type: none;
}
ul.list_indent li {
	list-style-type: disc;
	margin-left: 1.3em;
}
ul.list_note li, ul.list_circle li, ul.list_point li {
	position: relative;
	padding-left:1.5em;
}
ul.list_note li:before, ul.list_circle li:before, ul.list_point li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "※";
	color:#f0820a;
}
ul.list_circle li:before {
	content: "\e061";
	font-family: Material Icons;
}
ul.list_point li:before {
	content: "\e838";
	font-family: Material Icons;
}
ol {
	counter-reset: item;
	list-style-type: none;
}
ol li {
	text-indent: -1.3em;
	margin-left: 1.3em;
}
ol li:before {
	counter-increment: item;
	content: counter(item)'.';
	font-weight: bold;
	padding-right: 0.5em;
}
.indent {
	text-indent: 1em !important;
}
.sup, .super {
	font-size: 0.5em;
	vertical-align: super;
	margin: 0 !important;
}
.small {
	font-size: 0.8em !important;
	font-weight: normal !important;
	line-height: 1.4;
}
.small.super {
	vertical-align: top;
}
.bold {
	font-weight: bold !important;
}
.clear {
	clear: both !important;
}
.center {
	text-align: center !important;
}
.right {
	text-align: right !important;
}
input, select, textarea, button {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 16px;
	line-height: 1.8;
	padding: 0.5em;
	border: 1px solid #E0DDD3;
	box-sizing: border-box;
}
table input, textarea {
	width:80%;
}
input[type="submit"] {
	-webkit-appearance: none;
}
input[type="radio"], input[type="checkbox"] {
	-webkit-transform: scale(1);
	transform: scale(1);
}
textarea {
	resize: vertical;
}
hr{
	border:none;
	border-bottom:2px solid #f0820a;
	padding-top:3em;
	margin-bottom:3em;
}
.red {
	color: #ED028C;
}
.orange {
	color: #f0820a;
}
.gray {
	color:#DDDDDD;
}
.yellow {
	color:#F9F29F;
}
.brown {
	color:#FBFAF7;
}
.pink {
	color:#FFC0BD;
}
.mb_xs {
	margin-bottom: 0.5em !important;
}
.mb_s {
	margin-bottom: 1em !important;
}
.mt_s {
	margin-top: 1em !important;
}
.mb_m {
	margin-bottom: 3em !important;
}
.mt_m {
	margin-top: 3em !important;
}
.mb_l {
	margin-bottom: 6em !important;
}
.w_s {
	width: 30% !important;
}
.w_m {
	width: 70% !important;
}
.w_l {
	width: 100% !important;
}
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
@media screen and (max-width:720px) {
body {
	font-size: 14px;
	-moz-box-sizing: border-box;
}
img {
	height: auto;
	width /***/: auto;
}
input, select, textarea, button {
	font-size: 14px;
}
input, select, textarea {
	max-width: 100%;
}
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
}
/*-------------------------------------------------

link

-------------------------------------------------*/
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #666;
}
.link_txt {
	position:relative;
	display:block;
	color: #006DD9;
	line-height:1.6;
	text-decoration: none;
	padding:0 0 0 1.5em;
}
.link_txt:before {
	position:absolute;
	top:50%;
	left:0;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50);
	display:block;
	color:#000000;
	font-family: 'Material Icons';
	content: "\e5cc";
}
.link_txt:hover {
	color: #3198FF;
	text-decoration: underline;
}
.btn_orange, .btn_white, .btn_form input {
	position:relative;
	display: inline-block;
	width:40%;
	color: #ffffff;
	font-weight: bold;
	text-align:center;
	padding: 1em 2em;
	border:1px solid #f0820a;
	background: #f0820a;
	cursor:pointer;
	transition: ease .5s;
}
.btn_white, .btn_form input {
	color: #f0820a;
	background: #ffffff;
}
.btn_orange:before, .btn_white:before, .btn_form input:before {
	position: absolute;
	top: 50%;
	left: 1em;
	transform: translateY(-50%);
	content: "\e5c8";
	font-family: Material Icons;
}
.btn_orange:hover {
	color: #f0820a;
	background: #ffffff;
}
.btn_white:hover, .btn_form input:hover {
	color: #ffffff;
	background: #f0820a;
}
@media screen and (max-width:720px) {
.btn_orange, .btn_white, .btn_form input {
	width:80%;
	padding: 1em;
}
}
/*-------------------------------------------------

header

-------------------------------------------------*/
header {
	position: fixed;
	top: 0;
	height: 120px;
	width: 100%;
	transition: ease .5s;
	z-index: 999;
}
header.fix {
}
figure.logo {
	position: absolute;
	top: 50%;
	left: 2%;
	transform: translateY(-50%);
	width:300px;
	z-index: 9999;
}
figure.logo img {
	display:block;
	width:100%;
 transition: ease .5s;
}
@media screen and (max-width:720px) {
header {
	height: 70px;
}
figure.logo {
	width: 60%;
}
}
/*-------------------------------------------------

nav

-------------------------------------------------*/
nav {
	position: fixed;
	top: 0;
	right:inherit;
	left: 0;
	transform: translateY(0);
	display:none;
	height: calc(100% - 120px);
	width:100%;
	padding-top:120px;
	background: url("/yamasakisachiyo/wp-content/uploads/bg_washi.jpg") repeat;
	opacity: 0;
	transition: ease .5s;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	z-index: 99;
}
nav.open {
	display:block;
	opacity: 1;
	transform: translateZ(0);
}
nav ul.nav_header {
	text-align:center;
	padding:0 1em 6em 1em;
}
nav ul.nav_header > li {
	display: block;
	border-bottom: 1px solid #FFFFFF;
}
nav ul.nav_header > li:last-child {
	padding: 0;
	margin:0;
	border-bottom:none;
}
nav ul.nav_header > li > a {
	position: relative;
	display: block;
	font-weight:bold;
	padding:1em 0;
}
@media screen and (max-width:720px) {
nav {
	padding-top:70px;
}
}
/*-------------------------------------------------

menu

-------------------------------------------------*/
.menu_sp {
	position: absolute;
	top: 50%;
	right: 4%;
	transform: translateY(-50%);
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
 transition: ease .5s;
	z-index: 9999;
}
.menu_sp .menu_bar {
	position: relative;
	width: 30px;
	height: 30px;
}
.menu_sp .menu_bar span {
	position: absolute;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 4px;
	box-sizing: border-box;
	background:  #f0820a;
 transition: ease .5s;
}
.menu_sp .menu_bar span:nth-of-type(1) {
 top: 3px;
}
.menu_sp.active .menu_bar span:nth-of-type(1) {
 transform: translateY(10px) rotate(-45deg);
}
.menu_sp .menu_bar span:nth-of-type(2) {
 top: 13px;
}
.menu_sp.active .menu_bar span:nth-of-type(2) {
 opacity: 0;
}
.menu_sp .menu_bar span:nth-of-type(3) {
 top: 23px;
}
.menu_sp.active .menu_bar span:nth-of-type(3) {
 transform: translateY(-10px) rotate(45deg);
}
@media screen and (max-width:720px) {
}
/*-------------------------------------------------

common

-------------------------------------------------*/
main {
	min-width:1000px;
}
section.image, section.title {
	margin-top:120px;
	margin-bottom:4em;
	background:#fff8ee;
}
section.title .wrap {
	padding: 3em 0;
}
h1 {
	font-size: 2rem;
	text-align:center;
	line-height: 1.6;
}
section.image h1 img {
	display:block;
	width:1000px;
	margin:0 auto;
}
section.content {
	margin-bottom:6em;
}
.wrap {
	clear: both;
	position: relative;
	width: 1000px;
	padding: 0 10px;
	margin: 0 auto;
}
.wrap:after {
	display:block;
	content:"";
	clear: both;
}
h2 {
	font-size: 1.8rem;
	line-height: 1.6;
	text-align:center;
	margin-bottom:2rem;
}
h3 {
	color:#f0820a;
	font-size: 1.4rem;
	line-height: 1.6;
	margin-bottom:1rem;
}
h4 {
	font-size: 1.4rem;
	line-height: 1.6;
	margin-bottom:1rem;
}
table.tbl_vertical {
	border-left:1px solid #f5e9d9;
	border-top:1px solid #f5e9d9;
}
table.tbl_vertical th {
	width:30%;
	color:#FFFFFF;
	font-weight:normal;
	padding:1em;
	border-right:1px solid #f5e9d9;
	border-bottom:1px solid #f5e9d9;
	background:#f7ae17;
}
table.tbl_vertical td {
	padding:1em;
	border-right:1px solid #f5e9d9;
	border-bottom:1px solid #f5e9d9;
	background:#fff8ee;
}
table.tbl_horizon {
	border-left:1px solid #f5e9d9;
	border-top:1px solid #f5e9d9;
}
table.tbl_horizon th {
	color:#FFFFFF;
	font-weight:normal;
	padding:1em;
	border-right:1px solid #f5e9d9;
	border-bottom:1px solid #f5e9d9;
	background:#f7ae17;
}
table.tbl_horizon td {
	padding:1em;
	border-right:1px solid #f5e9d9;
	border-bottom:1px solid #f5e9d9;
	background:#fff8ee;
}
@media screen and (max-width:720px) {
main {
	min-width:inherit;
}
section.image {
	margin-top:70px;
	margin-bottom:4em;
}
section.title {
	margin-top:70px;
	margin-bottom:4em;
}
section.title .wrap {
	padding: 2em 0;
}
section.content {
	margin-bottom:4em;
}
.wrap {
	width: 94%;
	padding: 0;
}
h1 {
	font-size: 1.6rem;
}
h2 {
	font-size: 1.4rem;
}
h3 {
	font-size: 1.2rem;
}
h4 {
	font-size: 1.2rem;
}
table.tbl_vertical th {
	display:block;
	width:auto;
}
table.tbl_vertical td {
	display:block;
}
}
/*-------------------------------------------------

profile

-------------------------------------------------*/
.img_profile{
	border-radius:50%;
}
/*-------------------------------------------------

access

-------------------------------------------------*/
.gmap iframe {
	width:100%;
	height:500px;
}
@media screen and (max-width:720px) {
.gmap iframe {
	height:400px;
}
}
/*-------------------------------------------------

post

-------------------------------------------------*/
section.post {
	float:left;
	width:700px;
	margin-bottom:6em;
}
ul.list_post {
	display:flex;
	flex-wrap: wrap;
}
ul.list_post li {
	width:calc((100% - 4%) / 3);
	margin-bottom:1em;
	background:#ffffff;
}
ul.list_post li:nth-child(3n-1) {
	margin-left:2%;
	margin-right:2%;
}
ul.list_post li a {
	display:block;
}
ul.list_post li a figure {
	height:200px;
	overflow:hidden;
}
ul.list_post li a figure img {
	height:200px;
	width: 100%;
	transition: ease .5s;
	object-fit: cover;
}
ul.list_post li a:hover figure img {
	transform: scale(1.1);
}
ul.list_post li a .area_txt {
	padding:1em;
}
ul.list_post li a .area_txt h4 {
	font-size: 1em;
	padding-bottom:0;
	margin-bottom:1em;
	border-bottom:none;
}
ul.list_post li a .area_txt p.date {
	font-size: 0.8em;
}
ul.list_post li a .area_txt p.date:before {
	content: "\e616";
	font-family: Material Icons;
	vertical-align:bottom;
	padding-right:0.2em;
}
section.post p.date {
}
section.post p.date:before {
	content: "\e616";
	font-family: Material Icons;
	vertical-align:bottom;
	padding-right:0.2em;
}
.new {
	display:inline-block;
	color:#FFFFFF;
	line-height:1;
	padding:0.2em 0.5em;
	margin-left:0.5em;
	background:#f0820a;
}
.img_post {
	height:400px;
	width: 100%;
	overflow:hidden;
}
.img_post img {
	height:400px;
	max-width: 100%;
	object-fit: cover;
}
ul.list_around {
	text-align:center;
}
ul.list_around li {
	display:inline-block;
	margin:0 0.5em;
}
ul.list_around li a {
	position:relative;
	display: inline-block;
	color: #FFFFFF;
	padding: 0.5em 2em;
	border:1px solid #f0820a;
	background: #f0820a;
	cursor: pointer;
 transition: ease .5s;
}
ul.list_around li a:hover {
	color: #f0820a;
	background: #FFFFFF;
}
@media screen and (max-width:720px) {
section.post {
	float:none;
	width:100%;
	margin-bottom:4em;
}
ul.list_post li {
	width:calc((100% - 2%) / 2);
}
ul.list_post li:nth-child(3n-1) {
	margin-left:0;
	margin-right:0;
}
ul.list_post li:nth-child(odd) {
	margin-right:2%;
}
ul.list_post li a figure {
	height:120px;
}
ul.list_post li a figure img {
	height:120px;
}
}
/*-------------------------------------------------

sidebar

-------------------------------------------------*/
section.sidebar {
	float:right;
	width:240px;
	margin-bottom:6em;
}
ul.list_postTxt li {
	margin-bottom:0.5em;
}
ul.list_postTxt li:last-child {
	margin-bottom:0;
}
ul.list_postTxt li a p.date {
	font-size: 0.8em;
}
ul.list_postTxt li a p.date:before {
	content: "\e616";
	font-family: Material Icons;
	vertical-align:bottom;
	padding-right:0.2em;
}
@media screen and (max-width:720px) {
section.sidebar {
	float:none;
	width:100%;
	margin-bottom:4em;
}
}
/*-------------------------------------------------

footer

-------------------------------------------------*/
section.fix_sidebar {
	position:fixed;
	top:20%;
	right:0;
	z-index:9999;
}
.btn_mail, .btn_tel, .btn_line {
	position:relative;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	text-align:center;
	padding: 4em 1em 2em 1em;
	writing-mode: vertical-rl;
	text-orientation: upright;
	transition: ease .5s;
}
.btn_mail, .btn_tel {
	border:1px solid #f0820a;
	background: #f0820a;
}
.btn_line {
	border:1px solid #00B900;
	background: #00B900;
}
.btn_mail:hover, .btn_tel:hover {
	color: #f0820a;
	background: #FFFFFF;
}
.btn_line:hover {
	color: #00B900;
	background: #FFFFFF;
}
.btn_mail:before, .btn_tel:before, .btn_line:before {
	position: absolute;
	top: 0.5em;
	left: 50%;
	transform: translateX(-50%);
	font-size:1.6em;
	font-weight:normal;
}
.btn_mail:before {
	content: "\e0e1";
	font-family: Material Icons;
}
.btn_tel:before {
	content: "\e61d";
	font-family: Material Icons;
}
.btn_line:before {
	content: "\e0b9";
	font-family: Material Icons;
}
.fix_sidebar ul li a span {
	display:none;
}
footer {
	clear: both;
	min-width:1100px;
	padding-bottom:6em;
}
ul.nav_footer{
	font-size: 0.8em;
	text-align:center;
	margin-bottom:3em;
}
ul.nav_footer li{
	display:inline-block;
	padding:0 1em;
}
footer .copy {
	font-size: 0.8em;
	text-align: center;
}
@media screen and (max-width:720px) {
section.fix_sidebar {
	top:inherit;
	right:inherit;
	bottom:0;
	width:100%;
}
section.fix_sidebar ul {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
section.fix_sidebar ul li {
	width:50%;
	line-height:1.4;
}
.btn_tel, .btn_line {
	padding: 1em 1em 1em 2em;
	writing-mode: inherit;
	text-orientation: inherit;
}
.btn_tel:before, .btn_line:before {
	top: 50%;
	left: 0.5em;
	transform: translate(0, -50%);
}
section.fix_sidebar ul li a span {
	display:block;
	font-size:0.6em;
}
footer {
	min-width:inherit;
	padding-bottom:8em;
}
ul.nav_footer{
	display:none;
}
}
/*-------------------------------------------------

pagenavi

-------------------------------------------------*/
.wp-pagenavi {
	clear: both;
	font-size:0.9em;
	text-align:center;
}
.wp-pagenavi a {
	text-decoration: none;
	border: none !important;
	padding: 0.2em 0.5em;
	margin: 0.2em;
}
.wp-pagenavi span {
	border:none !important;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	color:#FFF;
	font-weight: bold;
	border: none !important;
	background:#f0820a;
}
