@charset "UTF-8";
/*!
	Theme Name:		Esthe Theme One
	Theme URI:		https://bugsy-inc.jp
	Description:	エステ用のテーマです。
	Author:			Bugsy inc.
	Author URI:		https://bugsy-inc.jp
	Version:		1.0
	Requires at least: 5.3
	Tested up to: 5.6
	Requires PHP: 5.6
	License:		GNU General Public License v2 or later
	License URI:	http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain:  esthe_theme_one
	Tags: two-columns, accessibility-ready, threaded-comments
	*/
/*#########################################################
WordPress必須クラス
#########################################################*/
.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor,
.alignright,
.alignleft,
.aligncenter,
.screen-reader-text {
  /**/ }


/*#########################################################

追加

#########################################################*/
.dashicons-twitter {
    background-image:  url(https://upload.wikimedia.org/wikipedia/commons/5/53/X_logo_2023_original.svg);
    background-size: contain;
	top: 6px;
    position: relative;
    background-color: #fff;
    border-radius: 6px;
}
.dashicons-twitter:before {
    content: " "!important;
}
.reserved-overlay {
  background-color: #000000;
}
.reserved-overlay:before {
	position: absolute;
    top: 45%;
    left: 28%;
    content: "ご予約満了";
    z-index: 90;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 16px;
    padding: 0px 9px;
}
.staff-slider .reserved-overlay:before {
    top: 28%;
    left: 25%;
}
@media screen and (max-width: 480px) {
	.reserved-overlay:before {
		left: 20%;
	}
	.reserved-overlay .item {
	background-color: #000000;
	}
}
.reserved-overlay img {
	opacity: 0.4;
}
/* ==========================
  モーダル（ポップアップ）
========================== */
.modal-link-list {
	margin: 0 auto;
	width: 100%;
	max-width: 600px;
	overflow: hidden;
}
.modal-link-list p {
	float: left;
	width: 46%;
	margin: 0px 2%;
}
.modal-textarea {
	line-height: 0.7em;
	font-size: 10pt;
	margin: 10px 10px;
}
@media screen and (max-width: 480px) {
	.modal-link-list p {
		float: none;
		width: 100%;
		margin: 0px 0%;
	}
	.modal-textarea {
		line-height: 1.2em;
	}
	.modal-logo img {
		width: 100%;
	}
}
.modal-link-list p img {
	width: 100%;
	/* max-height: 90px; */
}
.my-modal {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	position: fixed;
	z-index: 1;
    top: 0;
    left: 0;
}
.modal_btn_area {
	padding: 10px;
	width: 90%;
	/* height: 80%; */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #fff;
	text-align: center;
	z-index: 2
}
.modal_btn_area .ttl {
	font-weight: bold
}
.modal_btn_area > p {
	padding: 3px 15px
}
.modal_btn_area button {
	display: block;
	margin: 0 auto;
	background: #333;
	color: #fff;
	padding: 20px 40px;
	border: none
}
.modal_btn_area button:hover {
	background: #777
}
.modal-link {
	overflow-x: scroll;
    padding: 20px 0 0;
    font-size: 9pt;
    line-height: 1.3em;
    max-height: 440px;
}
.modal-link li {
	max-width: 150px;
	float: left;
	width: 29%;
	margin: 5px 2%;
	text-align: center;
	list-style-type: none;
}
.modal-link div {
	margin: 0;
}
.modal-link li h1 {
	font-size: 7pt;
}
.modal-link li a {
    line-height: 1em;
}
.modal-link li img {
	width: 100%;
}
.modal-link li:nth-child(2n + 1) {
	/* clear: both; */
}
#js_modal18 {
	font-size: 20pt;
    line-height: 1em;
    padding: 15px 30px;
    margin: 0px 0 10px;
	display: inline-block;
}
#js_modal18:hover {
	opacity: 0.8;
	cursor: pointer;
}
#js_modal18 span {
	font-size: 12pt;
}

.bn-outer {
	text-align: center;
	/* margin: 50px 0;*/
	margin: 0px 0;
}

@media screen and (max-width: 480px) {
	.bn-outer {
		/* margin: 20px 0;*/
		margin: 0px 0;
	}
	.bn-outer img {
		width: 100%;
		vertical-align: bottom;
	}
	.modal-link {
		max-height: 250px;
	}
	.modal-link li {
		/* float: none; */
		/* width: 100%; */
		/* margin: 10px 0; */
		line-height: 1.4em;
		width: 31%;
		margin: 0px 1%;
		font-size: 5pt;
		max-width: 100px;
	}
	.modal-link li img {
		width: 100%;
	}
}
/* ==========================
  モーダルここまで
========================== */
.marquee-block {
	margin: 0 0 30px 0;
}
.marquee-block div {
	margin: 0px 0 5px;
    padding: 5px 0 0;
	background: #000000;
    color: #ffffff;
}
.new-staff-mark {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 0px 9px;
    font-size: 11pt;
    background: #fff132b3;
	/* background: linear-gradient(to left, #fff132b3,#fdff89cc); */
    color: #000000;
	z-index: 6;
}
.new-staff-mark.debut-staff-mark {
    background: #8cff32b3;
    padding: 0 4px;
}
.new-staff-mark.premium-staff-mark {
    background: #00000057;
	color: #ffffff;
    padding: 0 4px;
}
.new-staff-mark-img {
	width: 50px;
    position: absolute;
    top: 0;
    left: 0;
	z-index: 5;
}
.ranking-staff-mark-header-img {
	width: 45px;
    position: absolute;
    top: 0px;
    left: 0px;
	z-index: 5;
}
.ranking-staff-mark-footer-img {
	width: 75px;
    position: absolute;
    top: 206px;
    right: 0px;
	z-index: 5;
}
.staff-sns {
	position: absolute;
	top: 10px;
	right: 5px;
	text-align: right;
	min-height: 30px;
}
.staff-sns li{

	display: inline-block;
}
.staff-sns a {
	display: inline-block!important;
}
.staff-sns .dashicons {
	font-size: 20pt!important;
	margin: 0 0 0 2px;
}
#staff-select-schedule {
	width: 100%;
}
#staff-select-schedule li {
	line-height: 1.4em;
	padding: 8px 15px;
	min-width: 120px;
	margin: 0 2px;
}
#staff-select-schedule li.selected {
	/* background: #ffffff; */
}
#staff-select-schedule li i {
	display: block;
	font-style: normal;
}
/*
 * サムネイル
 */
.owl-thumb-item img {
  width: 100px;
  height: auto;
}
.owl-thumbs {
  text-align: center;
}
.owl-thumb-item {
  cursor: pointer;
  margin: 0 5px;
  background: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.owl-thumb-item.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
.staff-name-outer {
	position: relative;
    overflow: hidden;
    padding: 10px 0 0 0;
}
.entry-container .staff-name-outer h4 {
	font-size: 1.6rem!important;
	/* background-color: #ffffff!important; */
	font-weight: bold!important;
}
.staff-info .owl-dots {
  display: none;
}
.staff-info > li {
	float: left;
}
.staff-info .staff-info-images {
	width: 58%;
	margin: 0 2% 0 0;
}
.staff-info .staff-info-prof {
	width: 40%;
}
.staff-info h4 {
	font-size: 3rem;
}
.staff-info h5 {

}
.staff-info-detail {
	margin:  30px 0;
	/* color: #555555; */
}
.staff-info-detail > li {
	padding: 15px 0;
	border-bottom: 1px solid #dddddd;
}
.staff-info-3size li {
	display: inline-block;
	margin: 0 5px 0 0;
}
.staff-select {
	text-align: center;
	width: 50%;
	margin: 10px auto 30px;
}
.staff-select li {
	display: inline-block;
	margin: 10px 10px;
	padding: 12px 35px;
	border: 1px solid #dddddd;
	border-radius: 30px;
	cursor: pointer;
	font-size: 11pt;
}
.staff-select li:hover {
	opacity: 0.8;
}
.staff-select li.selected {
    /* background: rgb(208 192 122); */
    /* background: linear-gradient(24deg, rgb(208 192 122) 0%, rgb(255 242 188) 100%); */
}

/* #select-staff-all */
/* #select-staff-today */
.staff-list > ul > li .ex-cast-info-title {
	display: inline-block;
	color: #edc813;
}
.staff-list-all .staff-schedule-now {
	/* display: none; */
}
.staff-list-schedule .staff-schedule-now {
	display: block;
}
.no-staff-image {
	color: #cccccc;
    padding: 60% 0;
    font-size: 19pt;
    text-align: center;
    font-style: italic;
    height: 298px;
	border: 1px solid #eeeeee;
}
.site-header h1 {
	clear: both;
	font-size: 10pt;
	font-weight: normal;
	font-style: italic;
	text-align: left;
}
.header-shop-info {
	max-width: 1140px;
	margin: 0 auto;
}
.header-left {
	float: left;
	clear: both;
}
.header-left ul li {
	float: left;
	list-style-type: none;
	margin: 0 20px 0 0px;
	line-height: 2em;
	font-weight: normal;
}
.header-left ul li a {
	text-decoration: none;
}
.header-left ul li i {
	font-size: 24pt;
}
.icon-list {
}
.icon-list ul {
	list-style-type: none;
	/* overflow: hidden; */
}
.icon-list ul li {
	float: left;
	margin: 0 3px;
}
.icon-list ul li .dashicons {
	margin: 0 9px;
}
.icon-list ul li a {
	text-decoration: none;
}
.header-right {
	float: right;
}
.footer-left {

}
.footer-outer {
	position: relative;
}
.footer-shop-info {
	overflow: hidden;
	max-width: 1080px;
	margin: 0 auto;
	padding: 50px 0;
}
.footer-shop-info .icon-list {
	float: left;
	width: 50%;
	overflow: hidden;
}
.footer-right {
	float: right;
	margin: 0 150px 0 0;
}
.footer-to-top {
	max-width: 170px;
	position: absolute;
	bottom: 40px;
	right: 20px;
}
.footer-to-top img {
	width: 100%;
}

.footer-custom-text {
    /* letter-spacing: -0.1em; */
	font-size: 90%;
    width: 48%;
	line-height: 1em;
	font-weight: bold;
	color: #ffffff;
	/* position: relative; */
	/* top: 45%; */
	/* letter-spacing: 0.1em; */
}
.recruit-btn {
	z-index: 90;
	position: fixed;
	bottom: 100px;
	right: 20px;
	max-width: 130px;
}
.recruit-btn img {
	width: 100%;
}
.fa-line {
	/* color: #02b902; */
	font-size: 21pt;
}
.fa-stop {
	font-size: 21pt;
	color: #ffffff;
}
.fa-comment-sms:before {
	font-size: 21pt;
}
.icon-tw-x {
    display: block;
    width: 24px;
    height: 24px;
    background: url(images/x.png) no-repeat;
    background-size: contain;
    position: relative;
    top: 7px;
    left: 3px;
    border: 1px solid #fff;
    border-radius: 7px;
}
.dashicons-twitter {
	color: #05acee;
	font-size: 23pt!important;
}
.dashicons-email {
	font-size: 24pt!important;
}
.top-main-image {
	text-align: center;
	margin: 30px auto;
	max-width: 1000px;
	width: 100%;
}
.top-main-image img {
	width: 100%;
}
.pg-home-fixed {
	background: #ffffff;
	margin: 0 0 400px;
	overflow: hidden;
}
.pg-home-fixed:last-child {
	margin: 0 0 0px;
}
.pg-home-fixed-inner {
	max-width: 1080px;
	margin: 0 auto;
}
.staff-list ul {
	list-style-type: none;
}
.staff-list dl {
	overflow: hidden;
	text-align: center;
	font-size: 11pt;
}
.staff-list dl > dt {
	display: inline-block;
}
.staff-list dl > dd {
	display: inline-block;
}
.owl-carousel {
	max-width: 1000px;
	margin: 0 auto;
}
.owl-carousel-slider-staff .item {
	/* max-width: 250px; */
	display: inline-block;
	vertical-align: top;
	/* float: left; */
}
.owl-carousel-slider-staff .item > a ,
.owl-carousel-slider-staff .item .staff-link a {
	text-decoration: none;
}
.owl-carousel-slider-staff > .item img {
	width: 100%;
}
.owl-carousel-slider-staff .item .no-staff-image-slider {
	/* width: 100%; */
	/* height: auto; */
	color: #cccccc;
    padding: 60% 0;
    font-size: 19pt;
    text-align: center;
    font-style: italic;
    /* height: 298px; */
	/* border: 1px solid #eeeeee; */
}
.staff-list > ul > li {
	width: 21.5%;
	margin: 0 1.5% 4% 1.5%;
	/* float: left; */
	display: inline-block;
	vertical-align: top;
}
.staff-list > ul > li img {
	width: 100%;
	height: auto;
    /* width: auto!important; */
    /* height: 100%; */
}
.staff-list > ul > li:nth-child(4n + 1) {
	/* margin: 0 0 4% 0; */
	/* clear: both; */
}
.staff-list > ul > li a {
	text-decoration: none;
	display: block;
}
.staff-list > ul > li > a {
	min-height: 298px;
    overflow: hidden;
	position: relative;
}
.staff-list > ul > li > a:hover {
	opacity: 0.8;
}
.staff-list > ul >li > ul {
	margin: 0px 0 0 0;
	padding: 10px 0 0 0;
}
.staff-list .item h4 ,
.staff-list > ul > li h4 {
	text-align: center;
}
.staff-list .item h4 span ,
.staff-list > ul > li h4 span {
	display: block;
    font-size: 9pt;
    line-height: 0.8em;
}
.staff-list .item h4 p ,
.staff-list > ul > li h4 p {
	display: inline-block;
	font-size: 11pt;
	margin: 0;
}
.staff-info {
	overflow: hidden;
}
.staff_week_attend {
	margin: 80px 0 50px;
}
.staff_week_attend ul {
	clear: both;
	width: 100%;
    border: 1px solid #dddddd;
    border-width: 0px 0px 0px 1px;
	overflow: hidden;
}
.staff_week_attend ul li {
	font-size: 11pt;
	width: 14.2%;
	text-align: center;
	float: left;
	vertical-align: top;
	padding: 0px;
    border: 1px solid #dddddd;
    border-width: 1px 1px 1px 0;
}
.staff_week_attend ul li span {
	font-weight: bold;
	display: block;
	/* background: #efefef; */
	border-bottom: 1px solid #efefef;
	padding: 5px 0;
}
.staff_week_attend ul li p {
	margin: 8px 0 8px;
	line-height: 1.3em;
	min-height: 40px;
}
.staff-comment {
    height: 75px;
    line-height: 1.3em;
    font-size: 11pt;
    overflow: hidden;
    margin: 0 0 10px;
}
.staff-link {
	text-align: center;
	margin: 5px 0 0;
}
.staff-info-images .owl-carousel {
	/* display: block; */
}
.owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    bottom: -2px;
    width: 100%;
}

.label-on-img {
	position: absolute;
	left: 0;
    bottom: 10%;
	padding: 0;
	width: 65%;
	z-index: 6;
}
.label-on-img li {
	font-size: 12pt;
	line-height: 1em;
	text-align: center;
	font-style: italic;
	padding: 3px 5px;
	width: 100%;
	margin: 0 0 8px 0;
	letter-spacing: -0.2em;
}
.staff-link {
	box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, .2);
}
.staff-schedule-now {
	text-align: center;
	padding: 3px 3px;
}
.staff-schedule-now span {
	margin: 0 10px;
	font-size: 13pt;
    line-height: 1.3em;
    display: block;
}
.staff-schedule-now p {
	background: #ffffff;
	color: #111111;
	margin: 3px 0 0!important;
}
.price-ex-h4-class {
	color: #ff0000!important;
}
.price-system {
	margin: 50px 0;
}
.entry-container h4, 
.access h4 ,
.price-system h4 {
	text-align: center;
	font-weight: normal!important;
	font-size: 12pt;
	padding: 7px 0;
}

.access h4 {
	margin: 0 0 20px;
}
.access h5 {
	font-size: 13pt!important;
}
.price-system > ul {
	list-style-type: none;
	width: 60%;
	margin: 0 auto 20px;
}
.access .price-system > ul > li {
	font-size: 20pt;
	padding: 20px 0;
}
.access .price-system > ul > li a {
	text-decoration: none;
}
.price-system > ul > li {
	text-align: center;
	font-size: 23pt;
	font-weight: 100;
	padding: 10px 0;
	border-bottom: 1px solid #dddddd;
	position: relative;
}
.price-system > ul > li:last-child {
	border-bottom: 0px;
}
.price-system ul li ul {
	list-style-type: none;
	display: table;
	width: 100%;
}
.price-system ul li ul li {
	display: table-cell;
	width: 33%;
}
.price-system ul li ul li span {
	font-size: 14pt;
}
.price-system ul li ul li:first-child {
	text-align: right;
	margin: 0 0px 0 0;
}
.price-system ul li ul li:first-child + * {
	content: "";
    width: 9%;
    /* min-width: 100px; */
	/* margin: 0 40px; */
    height: 1px;
    background: #999;
    /* display: inline-block; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    vertical-align: middle;
}
.price-system ul li ul li:first-child + * + * {
	text-align: left;
	/* margin: 0 0 0 150px; */
}
.price-system p {
	text-align: center;
	margin: 5px 0 20px;
}
.price-system ul li p {
	text-align: center;
}
.price-system ul li p.system-tax-in {
	font-size: 14pt;
    text-align: left;
    margin: 0 0 14px;
    line-height: 0.5em;
}
.system-single-price .system-tax-in {
	text-align: center!important;
}
.price-system ul li p.system-tax-in span {
	font-size: 10pt;
}
.price-system ul li p span {
    font-size: 14pt;
}
.access ul {
	list-style-type: none;
}
.access > ul > li {
	margin: 0 0 80px!important;
}
.access ul div {
	/* text-align: left; */
}
.access ul iframe {
	margin: 0 auto;
	display: block;
}
.top-link {
	margin: 50px 0 0;
	padding: 50px 0;
	background: #333333;
}
.top-link h3 {
	color: #ffffff;
}
.top-link ul {
	max-width: 1080px;
	margin: 0 auto;
	list-style-type: none;
	overflow: hidden;
}
.top-link ul li a {
	text-decoration: none;
	display: block;
	line-height: 1.3em;
	color: #ffffff;
	font-size: 10pt;
}
.top-link ul li {
	float: left;
	max-width: 200px;
	margin: 10px 10px;
}
.top-link ul li p {
	color: #ffffff;
    font-size: 9pt;
    margin: 0;
    line-height: 0.8em;
}
.top-link ul li img {
	width: 100%!important;
}
#menu-menu {
	padding: 15px 0 0;
	clear: both;
}
#menu-menu li {
	/* float: left; */
	display: inline-block;
	margin: 0 2px;
}
#menu-menu li a {
	text-decoration: none;
	font-size: 14pt;
	padding: 0 5px;
	display: block;
}
#menu-menu li a:hover {
	opacity: 0.5;
}
#menu-menu li a i {
	display: block;
	font-style: normal;
	font-size: 9pt;
	line-height: 0.7em;
}
.menu-footer-container {
	/* clear: both; */
	/* background: #ffffff; */
}
#menu-footer {
	list-style-type: none;
	text-align: center;

}
#menu-footer li {
	display: inline-block;
	margin: 0 15px;
}
#menu-footer li a {
	text-decoration: none;
}
.top-widget-box {
	background: #ffffff;
	text-align: center;
	padding: 20px 5px;
}
.top-widget-list {
	text-align: center;
	list-style-type: none;
	margin: 30px 0;
}
.top-widget-list li {
	vertical-align: top;
	display: inline-block;
	margin: 10px 10px;
}
.top-news {
	margin: 30px 0;
	padding: 20px 0 35px 0;
}
.top-news-inner {
	max-width: 780px;
	margin: 0 auto;
	overflow: hidden;
}
.top-news-inner h3 {
	font-size: 23pt;
	float: left;
	letter-spacing: 0.1em;
	font-weight: normal;
	margin: 0 45px 0 0;
	text-align: right;
}
h3 {
	text-align: center;
	margin: 0 0 50px;
}
h3 {
	font-weight: normal;
}
h3 i ,
.top-news-inner h3 i {
	display: block;
	letter-spacing: 0.1em;
	font-size: 10pt;
	font-style: normal;
	line-height: 1.5em;
}
.top-news-inner ul {
	list-style-type: none;
	margin: 20px 0 0 0;
	overflow: hidden;
}
.top-news-inner ul li span {
	font-weight: bold;
	font-family:"MS Pゴシック",sans-serif;
	font-size: 10pt;
	margin: 0 15px 0 0;
}
.top-news-inner ul li a {
	font-size: 14pt;
}
.top-news-tw > ul {
	list-style-type: none;
	width: 100%;
	overflow: hidden;
	padding: 140px 0 40px;
}
.top-news-tw > ul > li {
	display: inline-block;
	vertical-align: top;
}
.top-news-tw > ul > li:first-child ,
.top-news-tw > ul > li:first-child + * {
	width: 49%;
}
.top-news-no-tw  > ul > li:first-child {
	width: 100%;
}
.top-news-tw ul li ul {
	list-style-type: none;
}
.top-news-tw .tw-outer {
	max-height: 600px;
	overflow-y: scroll;
}
.top-news-tw h4 {
    font-size: 13pt;
    padding: 2px 6px;
    line-height: 1.3em;
    text-align: center;
	margin: 0 0 30px;
}
.top-news-tw h4 i {
	font-style: normal;
	font-weight: normal;
	margin: 0 0 0 10px;
}
.esthe-page-button, 
.top-news-tw > ul > li > a {
	max-width: 230px;
	margin: 30px auto;
	display: block;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	padding: 10px 10px;
	position: relative;
}
.top-news-tw > ul > li > a:after {
	content: ">";
	position: absolute;
	right: 10%;
}	
.top-news-tw > ul > li ul li {
	padding: 15px 0;
	border-bottom: 1px solid #eeeeee;
	overflow: hidden;
}
.top-news-tw > ul > li ul li > img {
    float: left;
    margin: 0 10px 0 0;
    max-width: 120px;
    height: auto;
}
.top-news-tw > ul > li ul li div {
	line-height: 1.1em;
	margin: 0 0 5px 0;
}
.news-list {
	list-style-type: none;
}
.news-list li {
	border: 1px solid #dddddd;
    padding: 10px;
    margin: 0 2% 20px;
    overflow: hidden;
    width: 46%;
}
.news-list li img {
	float: left;
	margin: 0 10px 0 0;
	max-width: 110px;
	height: auto;
}
.news-list li a {
	text-decoration: none;
	display: block;
}
.news-list li header div span ,
.top-news-tw > ul > li ul li div span {
	font-size: 9pt;
	padding: 4px 4px;
	margin: 0 10px 0 0;
}
.top-news-tw > ul > li ul li h5 a {
	text-decoration: none;
}
.top-news-tw > ul > li ul li p {
	/* text-align: right; */
	margin: 10px 0 0;
}
.custom-logo-link {
    position: absolute;
    top: 0;
    left: 42%;
    z-index: 1;
}
.custom-logo-link img {
	width: 100%;
	max-width: 160px;
	height:auto;
}
.site-footer .copyright {
	text-align: center;
	font-size: 11pt;
}
.drawer {
	display: none;
}
.footer-sp-contact-icons {
	display: none;
}

.entry-container, .block-editor__typewriter {
  padding: 10px;
  /* table */ }
.sp-header-image {
	display: none;
}
.ex-widget {
	list-style-type: none;
}
.ex-widget li iframe {
	width: 100%;
	height: 200px;
}
@media screen and (max-width: 480px) {
	.ex-widget li iframe {
		height: 800px;
	}

	.sp-header-image {
		display: block;
		text-align: left;
	}
	.sp-header-image img {
		max-height: 42px;
		float: left;
	}
	.sp-header-image p {
		margin: 0;
		padding: 0 0 0 5px;
		font-size: 10pt;
		width: 90%;
		display: table-cell;
		vertical-align: middle;
		height: 43px;
	}
	.fa-comment-sms:before {
		font-size: 30pt;
	}
	.staff_week_attend ul {
		border-width: 0px 0px 1px 0px;
	}
	.staff_week_attend ul li {
		width: 100%;
		float: none;
		padding: 0px;
		border-width: 1px 1px 0px 1px;
	}
	.staff_week_attend ul li p {
		margin: 8px 0 0px;
		padding: 0 0 8px;
		line-height: 1.3em;
		/* min-height: 40px; */
	}
	.entry-container, .block-editor__typewriter {
		padding: 0px;
	/* table */ }
	body {
		padding: 46px 0 0!important;
	}

	.staff-list > ul > li > a {
		min-height: 222px;
	}
	.no-staff-image {
		height: 222px;
	}

	.staff-info .staff-info-images {
		width: 100%;
		margin: 0 0% 0 0;
	}
	.staff-info .staff-info-prof {
		width: 100%;
	}
	.footer-sp-contact-icons {
		z-index: 8;
		display: block;
		width: 100%;
		padding: 2% 5%;
		list-style-type: none;
		position: fixed;
		bottom: 0;
	}
	.footer-sp-contact-icons li {
		display: inline-block;
		width: 32%;
		position: relative;
		vertical-align: middle;
	}
	.footer-sp-contact-icons li a {
		text-align: center;
		text-decoration: none;
		display: block;
		width: 72%;
		margin: 0 auto;
		min-height: 52px;
		border-radius: 4px;
	}
	.footer-sp-contact-icons li a img {
		width: 100%;
		position: absolute;
		max-width: 42px;
		left: 26%;
	}
	.footer-sp-contact-icons a span {
		position: absolute;
		top: 20%;
		left: 33%;
	}
	.footer-sp-contact-icons a span i {
		font-size: 29pt;
		vertical-align: middle;
	}
	.footer-sp-contact-icons .dashicons {
		font-size: 30pt!important;
		position: absolute;
		left: 33%;
		top: 10%;
	}
	.site-footer .copyright {
		margin-bottom: 90px;
	}
	.pg-home {
		background-size: 100%!important;
	}
	.top-news {
		padding: 20px 0 35px 10px;
	}
	.top-news-tw > ul > li:first-child ,
	.top-news-tw > ul > li:first-child + * {
		width: 100%;
	}
	.top-news-tw > ul > li div, 
	.top-news-tw > ul > li ul {
		width: 92%;
		margin: 0 auto;
	}
	.top-link ul li {
		width: 44%;
	}
	.top-link ul li:nth-child(2n + 1) {
		clear: both;
	}
	.staff-list > ul > li {
		width: 45%;
		margin: 0 2.0% 4% 2.0%;
	}

	.staff-list > ul > li:nth-child(4n + 1) {
		/* margin: 0 0 4% 0; */
		clear: none;
	}
	.staff-list > ul > li:nth-child(2n + 1) {
		/* margin: 0 0 4% 0; */
		clear: both;
	}
	.price-system > ul {
		width: 94%;
	}
	.price-system > ul > li {
		font-size: 20pt;
	}
	.access .price-system > ul > li {
		font-size: 13pt;
	}
	.news-list li {
		width: 96%;
	}
	.recruit-btn {
		bottom: 68px;
		right: 5px;
		max-width: 90px;
	}
	.owl-thumb-item img {
		width: 80px;
	}
	.footer-shop-info .icon-list ul {
		margin: 0 auto;
		width: 70%;
	}
	.staff-select {
		width: 80%;
	}
	#staff-select-schedule li {
		margin: 10px 2px;
	}
	#menu-footer , 
	.footer-to-top ,
	.menu-menu-container, 
	.header-right {
		display: none;
	}
	.footer-shop-info .icon-list {
		float: none;
		width: 100%;
	}
	.footer-shop-info .icon-list img {
		width: 100%;
	}
	.site-header {
		padding: 5px 10px!important;
		/* background-image: none!important; */
	}
	.site-header h1 {
		line-height: 0.9em;
	}
	.header-left ul li {
		line-height: 1.6em;
	}
	.header-left ul li i {
		    /* font-size: 19pt; */
	}
	.drawer {
		display: block;
	}
	/* チェックボックスを非表示 */
	.drawer-hidden {
		display: none;
	}  

	/* ハンバーガーアイコン外枠 */
	.drawer-open {
		display: flex;
		height: 2.5rem;
		width: 2.5rem;
		justify-content: center;
		align-items: center;
		position: fixed;
		top: 5px;
		right: 23px;
		/* color: #F8F8F8; */
		/* background-color: #ff3366; */
		border-radius: 4px;
		z-index: 110;
		cursor: pointer;
	}

	/* 初期状態のアイコン(menu) */
	.drawer-open span:before {
		/* content: "\f333"; */
		/* font-family: 'Material Icons'; */
		font-size: 29pt;
		display: inline-block;
	}

	/* アイコンがクリックされたら初期アイコンを非表示 */
	#drawer-check:checked ~ .drawer-open span::before {
		display:none;
	}

	/* アイコンがクリックされたら「閉じる」アイコンを表示 */
	#drawer-check:checked ~ .drawer-open span::after {
		font-family: "dashicons";
		content: "\f335";
		font-size: 29pt;
		display: inline-block;	  
		transition: 0.5s;
	}

	/* メニュー(非表示中)*/
	.drawer-content {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 100%;
		z-index: 100;
		/* background: #F8F8F8; */
		transition: 0.5s;
		margin: 0;
		padding: 30% 15px 0;
	}

	/* アイコンがクリックされたらメニューを表示 */
	#drawer-check:checked ~ .drawer-content {
		left: 0;
	}

	/* メニューの装飾 */
	ul.drawer-list  {
		list-style-type: none;
	}
	ul.drawer-list li {
	}
	ul.drawer-list li a {
		font-size: 15pt;
		text-decoration: none;
		display: block;
		padding: 15px 15px;
		text-align: left;
	}
	ul.drawer-list li a i {
		font-style: normal;
		font-size: 10pt;
		margin: 0 0 0 15px;
	}
	ul.drawer-list li a:after {
		font-family: "dashicons";
		content: "\f345";
		float: right;
	}
	.menu-bottom-info {
		padding: 15px 0;
	}
	.menu-bottom-info p {
		position: relative;
	}
	.menu-bottom-info p:before {
		/* position: absolute; */
		/* font-family: "dashicons"; */
		/* content: "\f469"; */
		/* top: -4px; */
		/* left: 36px; */
		/* font-size: 16pt; */
	}
	.menu-bottom-info a {
		position: relative;
		text-decoration: none;
		padding: 11px 5px;
		border: 1px solid #999999;
		border-radius: 5px;
		display: inline-block;
		width: 100%;
	}
	.menu-bottom-info a:before {
		/* position: absolute; */
		/* font-family: "dashicons"; */
		/* content: "\f525"; */
		/* top: -8px; */
		/* left: -27px; */
		/* font-size: 17pt; */
	}
		
		
}
/*#########################################################

読み込み

#########################################################*/
/*!
 * ress.css v2.0.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: break-word;
  -moz-tab-size: 4;
  tab-size: 4; }

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */ }

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */ }

summary {
  display: list-item;
  /* Add the correct display in all browsers */ }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden] {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted; }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */ }

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */ }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit; }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */ }

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not([fill]) {
  fill: currentColor; }

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/*#########################################################

基本設定

#########################################################*/
/* ========================================================
単位用設定
=========================================================*/
/* ========================================================
色用設定
=========================================================*/
/* ========================================================
フォント用設定
=========================================================*/
/*#########################################################

レイアウト用設定

#########################################################*/
/* ========================================================
mixin mq用の変数設定
=========================================================*/
/*
▼iOSデバイス
iPhone5: 320 × 568
iPhone 6-8: 375 × 667（1334x750）
iPhone 6-8 plus: 414 × 736（1920x1080）
iPhone X,XS,11Pro: 375 × 812（1125x2436）
iPhone XR,11: 414 × 896（828x1792）

iPad/iPad Mini: 768 × 1024
iPad Pro: 1024 × 1366
https://www.paintcodeapp.com/news/ultimate-guide-to-iphone-resolutions

▼ブートストラップ
xs： ～767px
sm： 768～991px
md： 992～1119px
lg： 1120px～
*/
/* ========================================================
メディアクエリ用Mixin
=========================================================*/
/*
ステップ1.モバイルファーストかデスクトップファーストかを選ぶ
ステップ2.該当する設定を有効化、その他をコメントアウトする。
ステップ3.選択したタイプにより、「▼モバイルファーストの例」、「▼デスクトップファーストの例」のどちらかを参考にブレイクポイントを設定する。
→実際の設定は_base.scssではなく、インポート元で行う。
*/
/*
// ステップ2：モバイルファースト用（デスクトップファーストの場合はコメントアウト）
$breakpoints: (
	// タブレット
	'md': 'screen and (min-width: ' + ($screen-sm-max + 1) + ') and (max-width: ' + ($screen-md-max) + ')',
	// デスクトップ
	'lg': 'screen and (min-width: ' + ($screen-sm-max + 1) + ')',
) !default;
*/
/*
// ステップ3：▼モバイルファーストの例
// メディアクエリのブロック外にベースになるCSSを書く。
// モバイルファーストでは小さい画面サイズから順々に指定。
main{
	// デフォルト
	background: yellow;
	// タブレット
	@include mq(md){
		background: orange;
	}
	// デスクトップ
	@include mq(lg){
		background: red;
	}
}
//------------------------------
*/
/*
// ステップ3：▼デスクトップファーストの例
// メディアクエリのブロック外にベースになるCSSを書く。
// デスクトップファーストでは大きい画面サイズから順々に指定。
main{
	// デフォルト
	background: red;
	// タブレット
	@include mq(md){
		background: orange;
	}
	// スマートフォン
	@include mq(sm){
		background: yellow;
	}
}
//------------------------------
*/
/*#########################################################

要素関連（リセットCSSの種類によっては不要）

#########################################################*/
html {
  height: 100%;
  font-size: 62.5%; }

body {
	padding: 130px 0 0;
	height: 100%;
	font-size: 1.6rem;

	line-height: 1.8;
	color: #1b1b1b;
  background-color: #fff; }
  @media screen and (max-width: 767px) {
    body {
      line-height: 1.5; } }

p {
  margin-bottom: 1rem; }

a {
  color: #000;
  transition: all 0.5s ease-out; }
  a:visited {
    /* color: #000;  */
}
  a:focus {
    color: #959595; }
  a:hover {
    color: #959595;
    opacity: 0.6; }
  a:active {
    color: #00a0e9; }

h1 {
  font-size: 4rem; }

h2 {
  font-size: 3.2rem; }

h3 {
  font-size: 2.8rem; }

h4 {
  font-size: 2.4rem; }

h5 {
  font-size: 2rem; }

h6 {
  font-size: 1.6rem; }

textarea {
  border: 1px solid #959595; }

input {
  border: 1px solid #959595; }

table {
  border-collapse: collapse; }

ul, ol {
  list-style: inside; }

/*#########################################################

アニメーション

#########################################################*/
@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*#########################################################

余白（なるべく使わない）

#########################################################*/
/* ========================================================
下余白
=========================================================*/
/*
.mb1{
	margin-bottom: $mg*1;
}
.mb2{
	margin-bottom: $mg*2;
}
.mb3{
	margin-bottom: $mg*3;
}
.mb4{
	margin-bottom: $mg*4;
}
.mb5{
	margin-bottom: $mg*5;
}
*/
/* ========================================================
右余白
=========================================================*/
/*
.mr1{
	margin-right: $mg*1;
}
.mr2{
	margin-right: $mg*2;
}
.mr3{
	margin-right: $mg*3;
}
.mr4{
	margin-right: $mg*4;
}
.mr5{
	margin-right: $mg*5;
}
*/
/*#########################################################

共通アイコン・共通設定

#########################################################*/
/* ========================================================
PC版・SP版専用設定(モバイルファースト用)
=========================================================*/
/*
.pc{
	display: none !important;
	@include mq(lg){
		display: inherit !important;
	}
}
.sp{
	display: inherit !important;
	@include mq(lg){
		display: none !important;
	}
}
*/
/* ========================================================
PC版・SP版専用設定(PCファースト用)
=========================================================*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pc {
    display: none !important; } }

.sp {
  display: none !important; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .sp {
      display: inherit !important; } }

/* ========================================================
矢印
=========================================================*/
.arrow.-opendown::before, .arrow.-openup::before, .arrow.-openleft::before, .arrow.-openright::before {
  width: 9px;
  height: 9px;
  border-top: 1px solid #000;
  border-right: 1px solid #000; }

.arrow.-up::after, .arrow.-down::after, .arrow.-left::after, .arrow.-right::after {
  width: 9px;
  height: 9px;
  border-top: 1px solid #000;
  border-right: 1px solid #000; }

.arrow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  text-indent: -10000px;
  width: 9px;
  height: 9px; }
  .arrow::after, .arrow::before {
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
    margin: auto;
    vertical-align: middle; }
  .arrow.-opendown::before, .arrow.-openup::before {
    transform: rotate(-45deg); }
  .arrow.-opendown::before {
    transform: rotate(135deg); }
  .arrow.-openleft::before, .arrow.-openright::before {
    transform: rotate(45deg); }
  .arrow.-openleft::before {
    transform: rotate(-135deg); }
  .arrow.-up, .arrow.-down {
    width: 9px; }
    .arrow.-up::before, .arrow.-down::before {
      right: 0;
      width: 1px;
      height: 9px;
      background: #000; }
    .arrow.-up::after, .arrow.-down::after {
      transform: rotate(-45deg); }
  .arrow.-down::after {
    transform: rotate(135deg); }
  .arrow.-left::before, .arrow.-right::before {
    width: 9px;
    height: 1px;
    background: #000; }
  .arrow.-left::after, .arrow.-right::after {
    transform: rotate(45deg); }
  .arrow.-left::after {
    transform: rotate(-135deg); }

/*#########################################################

プロジェクト専用

#########################################################*/
/* ========================================================
よく使うComponents
=========================================================*/
/* ========================================================
ボタン
=========================================================*/
.default-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16rem;
  height: 4rem;
  color: #fff;
  background-color: #222; }
  .default-button:hover {
    background: #ff4e50; }

/* ========================================================
縦の一覧
=========================================================*/
ul.default-list {
  list-style: none; }
  ul.default-list li a {
    padding: 10px; }

/* ========================================================
タイトル
=========================================================*/
/* ========================================================
Components
=========================================================*/
/*#########################################################

ページヘッダ

#########################################################*/
body > .site-header {
	/* max-width: 1080px; */
	margin: auto; 
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 99;
}

.site-header {
	padding: calc(5 * 2px) 20px;
	text-align: center; 
}
.site-header .sitelogo {
	display: inline-block;
	margin-bottom: 20px;
	font-size: 2.5rem;
font-weight: bold; }
.site-header .sitelogo a {
	display: block;
	text-decoration: none; 
}

/*#########################################################

検索フォーム

#########################################################*/
/* ========================================================
検索フォーム
=========================================================*/
.search-form {
  display: flex; }

/*#########################################################

サイトのフッタ

#########################################################*/
body > .site-footer {
  max-width: 1080px;
  margin: auto; }

.site-footer {
  padding: 10px; }

/* ========================================================
メインコンテンツ、左カラムを含むラッパー
=========================================================*/
body > .main-container {
  max-width: 1080px;
  margin: 20px auto 50px; 
  }

.main-container {
  display: flex;
  flex-direction: column;
  padding: 10px; }
  .main-container > .breadcrumb-container {
    margin-bottom: 20px; 
	font-size: 10pt;
}
  .main-container > .breadcrumb-container .dashicons {
	  font-size: 11pt;
	  vertical-align: bottom;
}

/* ========================================================
記事領域
=========================================================*/
.entrylist-contaier {
  padding: 10px; }

.entry-header {
  /* padding: 10px;  */
  }
  .entry-header h1 {
    font-size: 5rem; }

/*#########################################################

記事内の装飾

#########################################################*/
  .entry-container iframe, .block-editor__typewriter iframe {
    max-width: 100%; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .entry-container iframe, .block-editor__typewriter iframe {
        width: 100%; } }
  .entry-container ol,
  .entry-container ul, .block-editor__typewriter ol,
  .block-editor__typewriter ul {
    /* list-style-position: inside; */
    /* margin: 30px 10px 30px 10px; */
    /* line-height: 1.8;  */
}
    .entry-container ol li,
    .entry-container ul li, .block-editor__typewriter ol li,
    .block-editor__typewriter ul li {
      /* position: relative; */
      /* margin-bottom: 20px; */
      /* padding: 0 0 0 20px; */
      /* margin: 7px 0;  */
  }
      .entry-container ol li::marker,
      .entry-container ul li::marker, .block-editor__typewriter ol li::marker,
      .block-editor__typewriter ul li::marker {
        content: none; }
      .entry-container ol li::before,
      .entry-container ul li::before, .block-editor__typewriter ol li::before,
      /* .block-editor__typewriter ul li::before { */
      /*   position: absolute; */
      /*   content: ""; */
      /*   display: block; */
      /*   left: 0; */
      /*   top: 0.62em; */
      /*   width: 8px; */
      /*   height: 8px; */
      /*   border-radius: 50%; */
      /*   background-color: #ee0979; } */
  .entry-container ul, .block-editor__typewriter ul {
    list-style-type: none; }
  .entry-container ol li, .block-editor__typewriter ol li {
    list-style-type: none;
    counter-increment: li;
    padding-left: 25px; }
  .entry-container ol li::before, .block-editor__typewriter ol li::before {
    position: absolute;
    top: 0;
    left: -10px;
    display: block;
    box-sizing: content-box;
    width: 2em;
    height: 2em;
    padding: 0;
    color: #fff;
    line-height: 2;
    text-align: center;
    background-color: #ee0979;
    border-radius: 50%;
    transform: scale(0.8);
    transform-origin: 0 50%;
    content: counter(li); }
  .entry-container p, .block-editor__typewriter p {
    margin: 2rem 0; }
  .entry-container pre, .block-editor__typewriter pre {
    line-height: 1.5;
    white-space: pre-wrap;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 1.6rem; }
  .entry-container dl, .block-editor__typewriter dl {
    /* line-height: 1.8; */
    /* padding: 3rem; */
    /* border-radius: 3px; */
    /* border: 1px solid #e0e3e4; */
    /* margin-bottom: 30px;  */
}
    .entry-container dl dt, .block-editor__typewriter dl dt {
      font-weight: bold; }
    .entry-container dl dd, .block-editor__typewriter dl dd {
      /* margin-bottom: 1rem; */
      /* border-bottom: 1px dotted #e0e3e4; */
      padding-bottom: 0.5rem; }
      .entry-container dl dd:last-child, .block-editor__typewriter dl dd:last-child {
        border-bottom: none;
        padding-bottom: 0; }
  .entry-container h1,
  .entry-container h2,
  .entry-container h3,
  .entry-container h4,
  .entry-container h5,
  .entry-container h6, .block-editor__typewriter h1,
  .block-editor__typewriter h2,
  .block-editor__typewriter h3,
  .block-editor__typewriter h4,
  .block-editor__typewriter h5,
  .block-editor__typewriter h6 {
    /* margin: 0 0 20px 0; */
    /* font-weight: bold; */
    /* line-height: 1.8;  */
}
  .entry-container h1, .block-editor__typewriter h1 {
    font-size: 5rem; }
  .entry-container h2, .block-editor__typewriter h2 {
    font-size: 4rem;
    padding-bottom: 2px;
    border-bottom: 2px solid #252f39; }
  .entry-container h3, .block-editor__typewriter h3 {
    font-size: 3.25rem;
    padding-bottom: 2px;
    /* border-bottom: 1px solid #e0e3e4;  */
}
  .entry-container h4, .block-editor__typewriter h4 {
    /* font-size: 2.5rem;  */
}
  .entry-container h5, .block-editor__typewriter h5 {
    font-size: 2.25rem; }
  .entry-container h6, .block-editor__typewriter h6 {
    font-size: 2.125rem; }
  .entry-container h1 + h2,
  .entry-container h2 + h3,
  .entry-container h3 + h4,
  .entry-container h4 + h5,
  .entry-container h5 + h6, .block-editor__typewriter h1 + h2,
  .block-editor__typewriter h2 + h3,
  .block-editor__typewriter h3 + h4,
  .block-editor__typewriter h4 + h5,
  .block-editor__typewriter h5 + h6 {
    margin-top: 20px; }
  .entry-container dl + h5,
  .entry-container dl + h6,
  .entry-container ul + h5,
  .entry-container ul + h6,
  .entry-container ol + h5,
  .entry-container ol + h6, .block-editor__typewriter dl + h5,
  .block-editor__typewriter dl + h6,
  .block-editor__typewriter ul + h5,
  .block-editor__typewriter ul + h6,
  .block-editor__typewriter ol + h5,
  .block-editor__typewriter ol + h6 {
    margin-bottom: 5px; }
  .entry-container img, .block-editor__typewriter img {
    /* max-width: 100%; */
    height: auto; }
  .entry-container table, .block-editor__typewriter table {
    margin: 30px auto 2rem;
    width: 100%; }
    .entry-container table td,
    .entry-container table th, .block-editor__typewriter table td,
    .block-editor__typewriter table th {
      padding: 0.5rem 1rem;
      border: 1px solid #b0c7d2;
      line-height: 1.8; }
      .entry-container table td.-nowrap,
      .entry-container table th.-nowrap, .block-editor__typewriter table td.-nowrap,
      .block-editor__typewriter table th.-nowrap {
        white-space: nowrap; }
    .entry-container table th, .block-editor__typewriter table th {
      background: #b0c7d2;
      text-align: center;
      color: #fff;
      font-weight: normal; }
    .entry-container table td.td_strong, .block-editor__typewriter table td.td_strong {
      font-weight: bold; }
    .entry-container table th, .block-editor__typewriter table th {
      text-align: left; }
  .entry-container .tableformat01, .block-editor__typewriter .tableformat01 {
    margin-bottom: 50px; }

.entry-footer {
  padding: 10px; }

.comment-container {
  padding: 10px; }

.comment-list {
  padding: 10px; }

/* ========================================================
右カラム
=========================================================*/
.sidebar-container {
  padding: 10px;
  display: flex;
  justify-content: space-between; }
  .sidebar-container > .widget-container {
    margin-bottom: 50px;
    width: 100%; }

/* ========================================================
ウィジェット
=========================================================*/
.widget-container {
  padding: 10px; }
  .widget-container > ul {
    list-style: none; }
  .widget-container.-dynamic {
    display: flex;
    justify-content: space-between; }

.category-list {
  list-style: none; }

/*# sourceMappingURL=style.css.map */
