@charset "utf-8";
/*
Theme Name: e-sekkotu
Theme URI: http://www.e-sekkotu.com/
Description: 品川接骨院グループのテーマです
*/

@font-face {
	font-family: "nsjpr";
	font-style: normal;
	font-weight: 400;
	src: local("Noto Sans CJK JP Regular");
	src:local("NotoSansCJKjp-Regular");
	src:local("NotoSansJP-Regular");
	src:url("../font/nsjpr.otf") format("opentype");
	src:url("../font/nsjpr.woff2") format("woff2");
	src:url("../font/nsjpr.woff") format("woff");
}

@font-face {
	font-family: "nsjpb";
	font-style: normal;
	font-weight: bold;
	src: local("Noto Sans CJK JP Bold");
	src: local("NotoSansCJKjp-Bold");
	src: local("NotoSansJP-Bold");
	src: url("../font/nsjpb.otf") format("opentype");
	src: url("../font/nsjpb.woff2") format("woff2");
	src: url("../font/nsjpb.woff") format("woff");
}



html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, img, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea {
	font-family: "nsjpr", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: 500;
	font-size: 100%;
	vertical-align: baseline;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	box-sizing: border-box;
}
html {
	overflow-y: scroll;
}
blockquote, q {
	quotes: none;
	box-sizing: border-box;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
	box-sizing: border-box;
}
 input, textarea, {
 margin: 0;
 padding: 0;
 box-sizing:border-box;
}
ol, ul {
	list-style: none;
	box-sizing: border-box;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	box-sizing: border-box;
}
caption, th {
	text-align: left;
	box-sizing: border-box;
}
a:focus {
	outline: none;
}
header:after, footer:after, section:after, article:after, aside:after, div:after, dl:after, ul:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
br {
	letter-spacing: 0;
}
img {
	border: 0;
	vertical-align: bottom;
	box-sizing: border-box;
	vertical-align: top;
	width: auto;
}

/*共通使用部分*/

body {
	letter-spacing: 0.05em;
	font-size: 1em;
	line-height: 1.8;
	/*文字サイズの自動調整を無効*/
	-webkit-text-size-adjust: 100%;
	background:#FFF;
	color:#333333;
}

@media (max-width: 1280px) {
body {
	font-size: 0.9em;
}
}
.clear {
	clear: both;
}
/*文字色のスタイル*/

a:link, a:visited {
	text-decoration: none;
	overflow: hidden;
	color:#6dc7c8;
}
a:hover {
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-ms-transition: 0s ease-in-out;
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}

.lb-container a:hover {
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
	-ms-transition:none;
}

.bottom10 {
    margin-bottom: 10px;
}

.bottom20 {
    margin-bottom: 20px;
}

.bottom50 {
    margin-bottom: 50px;
}

.f2{
	font-size: 2.3em;
}
@media (max-width:767px) {
	.f2{
	font-size: 3vw;
}
}

.f3{
	font-size: 3em;
}

.txtr{
	text-align: right;
}



.sp_class{
	display: none;
}
@media (max-width:767px) {
.pc_class{
	display: none;
}
.sp_class{
	display: inherit;
}
}

/*hoverのスタイル*/ 
.fade {
	-webkit-transition: 0.15s ease-in-out;
	-moz-transition: 0.15s ease-in-out;
	-o-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
	-ms-transition: 0s ease-in-out;
}
.fade:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

a:hover img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-ms-transition: 0s ease-in-out;
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}

/*tableのスタイル*/

.page table {
	margin-bottom:3rem;
}

table td a:link {
	text-decoration:underline;
}

table tr th,
table tr td:nth-child(1) {
	background:#F0F0F0;
	vertical-align:middle;
	border:1px solid #DDD;
	padding:1rem;
	width:25%;
}

table tr td {
	background:#FFFFFF;
	padding:1rem;
	border:1px solid #DDD;
	vertical-align:middle;
	text-align:left;
}

img {
	vertical-align:top;
}

@media (max-width: 767px){

.page table {
    margin-bottom: 1.5rem;
}

table tr th,
table tr td:nth-child(1)  {
	font-size:1em;
	padding:10px;
}

table tr td {
	font-size:1em;
	padding:10px;
}
}

/*scaleのスタイル*/
.scale {
	overflow: hidden;
}
.scale img {
	-webkit-transition: 0.15s ease-in-out;
	-moz-transition: 0.15s ease-in-out;
	-o-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
	-ms-transition: 0s ease-in-out;
}
.scale img:hover {
	webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

/*boxのスタイル*/
.box1280 {
	clear: both;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
}
.box1280 img {
	max-width: 100%;
	height: auto;
}

.base {}


/* IE10 以降にのみ適用される */
@media all and (-ms-high-contrast: none) {
	.base {
		padding-left:1.5rem;
		padding-right:1.5rem;
	}
}

@media (max-width:1280px) {
.box1280 {
	padding:0 10px;
}
}

@media (max-width:767px) {
.base {
	padding-left:10px;
	padding-right:10px;
}
}

/*titleのスタイル*/

#page_title {
	text-align:center;
	background:url(../images/page_title_bg.jpg) 70% center no-repeat;
	background-size:cover;
}

#page_title h1 {
	font-size: 2.2em;
	padding:4.5rem 10px;
	color:#FFF;
	text-shadow: 1px 1px 2px #999,-1px 1px 2px #999,1px -1px 2px #999,-1px -1px 2px #333;
	font-family: "nsjpb", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight:bold;
	letter-spacing:1px;
}

@media (max-width: 767px) {
#page_title h1 {
	padding:1.5rem 10px;
	font-size:1.4em;
}
}

/*main*/
#main02 {
    width:74%;
    float:left;
    padding-top: 4.5rem;
    padding-right: 25px;
}
#main03 {
    width:100%;
    float:left;
    padding-top: 25px;
    padding-right: 25px;
}
@media (max-width: 780px){
    #main02,
    #main03{
        width:100%;
        margin-top: 10px;
        padding:0;
    }
}




/*ページのCSS*/
.page #main h2 {
	background:#6dc7c8;
	color:#FFF;
	padding:0.75rem 1rem;
	font-size:1.4em;
	margin-bottom:1.5rem;
	line-height:1.8;
}

.page #main h2:before {
    content: "\f152";
    font-family: FontAwesome;
    margin-right:0.5rem;
	font-weight:normal;
}

.page #main h3 {
	font-size:1.2em;
	margin-bottom:1.5rem;
	padding:0.25rem 1rem;
	border-bottom:2px solid #6dc7c8;
}

.page #main h3:before {
    content: "\f040";
    font-family: FontAwesome;
    margin-right:0.5rem;
	font-size:1.4em;
	color:#6dc7c8;
}

.page #main h4 {
	font-size:1.2em;
	margin-bottom:1rem;
	padding:0.25rem 0.5rem;
	border-bottom:1px dashed #CCC;
}

.page #main h4:before {
    content: "\f152";
    font-family: FontAwesome;
    margin-right:0.25rem;
	color:#6dc7c8;
}

.page #main h5 {
	font-size:1.1em;
	margin-bottom:1rem;
}

.page #main h5:before {
    content: "\f054";
    font-family: FontAwesome;
    margin-right:0.5rem;
	color:#6dc7c8;
}

.page #main p {
	margin-bottom:1rem;
	font-size:1em;
}

.page #main p code {
	word-break:break-all;
}

.page #main img {
	width:100%;
	height:auto;
}

.page #main ul,
.page #main ol {
	margin:0 1rem 3rem 1rem;
}

.page #main ul li,
.page #main ol li {
	margin-bottom:0.5rem;
}

.page #main ul li:before {
    content: "\f138";
    font-family: FontAwesome;
    margin-right:0.5rem;
	color:#6dc7c8;
}

.page #main > div > ol {
	counter-reset:number; /* 名前を付けたカウンターをリセット */
	list-style:none; /* olが数字を付けることをキャンセル */
	padding:0;
}
.page #main > div > ol > li{
	/* リスト部分は好きに装飾！ */
	line-height: 2;
	margin-bottom:1rem;
	padding-bottom:1rem;
	border-bottom:1px dotted #DDD;
}
.page #main > div > ol > li:before{
	/* カウンタ（数字になる部分） */
	counter-increment: number; /* 任意の名前を付けて！ */
	content: counter(number); /* 名前を付けたカウンターを呼び出し */
	/* 色を変えたり、背景画像を敷いたり！自由自在！ */
	background: #6dc7c8;
	display: inline-block;
	width: 2em;
	height: 2em;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	margin-right: .5rem;
}

.page #main > div > ol > li > ul {
	margin:0.5rem 3rem 0 2rem;
}

.page #main > div > ol > li > ul > li {
	margin-bottom:0 !important;
}

.page #main > div > ol > li > ul > li:before {
	content:none;
}


.page #main .now_page_list {
	margin:0;
}

.page #main .now_page_list {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
}

.page #main .now_page_list:after {
	content:none;
}

.page #main .now_page_list li {
	margin-right:2%;
	margin-bottom:1.5rem;
	width:32%;
}

.page #main .now_page_list li:nth-child(3n) {
	margin-right:0;
}

.page #main .now_page_list li a {
	color:#111;
	padding:1rem;
	border:4px solid #6dc7c8;
	display:block;
	text-align:center;
	font-size:1.4vw;
	font-weight:900;
	color:#6dc7c8;
}

.page #main .now_page_list li:before {
	content:none !important;
}

.page #main .qa_box {
	margin-bottom:3rem;
}

.page #main .qa_box h3.qa_title:before {
	content:"Q.";
	font-size:1.5em;
	font-weight:bold;
	color:#6dc7c8;
	font-family:Arial, Helvetica, sans-serif;
}

.page #main .qa_box p {
	padding:1rem;
	background:#FAFAFA;
}

.page #main .qa_box p:before {
	content:"A.";
	font-size:1.6em;
	font-weight:bold;
	color:#6dc7c8;
	font-family:Arial, Helvetica, sans-serif;
	margin-right:0.5rem;
}

.page #main strong {
	font-size:1.2em;
	font-weight:bold;
	line-height:3;
}

#accident_ban {
	margin-bottom:3rem;
}

#accident_ban ul {
		display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	margin:0 !important;
	list-style:none !important;
}

#accident_ban ul:after {
	content:none;
}

#accident_ban ul li {
	width:32%;
	margin-right:2%;
}

#accident_ban ul li:nth-child(3n) {
	margin-right:0;
}


#accident_ban ul li:before {
	content:none !important;
}

#accident_ban ul li a {
	display:block;
	background:#CCC;
	text-align:center;
	color:#111;
	font-size:1.6em;
}

#accident_ban ul li a img {
	width:100%;
	height:auto;
	max-width:614px;
}

.accident_flow li dl {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
}

.accident_flow li:before {
	content:none !important;
}

.accident_flow li dl dt {
	width:25%;
}

.accident_flow li dl dd {
	text-align:left;
	width:70%;
}

.accident_flow li dl dd ul {
	margin-bottom:0 !important;
}

.accident_flow li dl dd ul li {
	margin-bottom:0 !important;
}

.page #contact_shop {
	padding-top:0;
}

.wp-block-spacer {
	height:2rem !important
}


.wp-block-media-text {
	margin-bottom:3rem;
	padding:1rem;
	background:#edfbe1;
}

.wp-block-media-text .wp-block-media-text__content {
	padding:0 3%;
}

@media (max-width: 767px){
.page #main h2 {
	font-size:1.2em;
	margin-bottom:1rem;
	font-family: "nsjpb", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	letter-spacing:0;
	line-height:1.4;
}

.page #main h3 {
	font-size:1.2em;
	margin-bottom:1rem;
	line-height:1.2;
	text-indent:-2.3rem;
	padding-left:2.3rem;
	padding-bottom:0.5rem;
}

.page #main p {
	margin-bottom:1.5rem;
}

.page #main strong {
	font-size:1.1em;
	font-weight:bold;
	line-height:1.8;
}

.page #main ul, .page #main ol {
	margin:0 0 1.5rem 0;
}

.page #main .now_page_list {
	padding:10px;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.page #main .now_page_list li {
	width:49%;
	margin-right:0;
	margin-bottom:0.5rem;
}

.page #main .now_page_list li a {
	padding:0.5rem;
	font-size:3vw;
	border: 2px solid #6dc7c8;
}

#accident_ban ul li {
	width:100%;
	margin-bottom:1rem;
}

#accident_ban ul li a {
}

.accident_flow li dl {
	-webkit-align-items: flex-start;
	align-items:  flex-start;
}

.wp-block-media-text {
	display:block;
	align-items:flex-start;
	margin-bottom:1.5rem;
}

.wp-block-media-text figure {
	margin-bottom:1rem !important;
}

.wp-block-media-text__content {
	padding:0 !important;
}

.wp-block-spacer {
	height:1rem !important;
}

}


/*textleftのスタイル*/

.textleft {
	text-align: left !important;
}
.textcenter {
	text-align: center !important;
}
.textright {
	text-align: right !important;
}
p.crumbs {
	clear: both;
	padding-top: 20px;
	font-size: 0.9em;
}
@media (max-width: 1280px) {
p.crumbs {
	display: none;
}
}

/*tableのスタイル*/


/*mapのスタイル*/
.maps {
}
.maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/*youtubeのスタイル*/
div.youtube01 {
	position: relative;
	width: 100%;
	padding: 54.3% 0 0 0;
}

div.youtube01 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*header*/
#header {
	padding:1.25rem 0;
}
#header_inner {
		display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#header_inner:after {
	content:none;
}

#header_inner #header_logo {
	width:50%;
}



#header_inner #header_logo h1 {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: space-between;
	justify-content: space-between;
	line-height:1.3;
}

#header_inner #header_logo h1 {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content:start; /* 横方向中央揃え（Safari用） */
	justify-content: start; /* 横方向中央揃え */
}

#header_inner #header_logo img {
	display:block;
	margin-right:1.5%;
	width:18.5%;
	max-width:88px;
	height:auto;
}

#header_inner #header_logo span {
	display:block;
	letter-spacing:0.2px;
	color:#111;
	font-size:0.9em;
	width:80%;
}

#header_inner #header_logo span u {
	text-decoration:none;
	color:#990000;
/*    font-size:1.6em;*/
}

#header_inner #header_logo span strong {
	display:block;
	font-size:2.4em;
	font-family: "nsjpb", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight:bold;
	color:#111;
}

#header_inner #header_info {
	width:38.6%;
	text-align:right;
}

#header_inner #header_info .box01 {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	margin-top:0.75rem;
}

#header_inner #header_info .box01:after {
	content:none;
}

#header_inner #header_info .box01 p {
	width:62%;
}

#header_inner #header_info .box01 span:before {
    content: "\f152";
    font-family: FontAwesome;
    margin-right:0.5rem;
}

#header_inner #header_info .box01 span a {
}

#header_inner #header_info .box01 span a:before {
}

#header_inner #header_info .box01 p img {
	width:100%;
	max-width:494px;
	height:auto;
}

#header_inner #header_info .box01 .my_flash_link_btn {
	width:34%;
	margin:0 0 0 4%;
	box-sizing:border-box;
  display: block;
  text-align: center;
}

#header_inner #header_info .box01 .my_flash_link_btn a{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 0.25rem 16px;
	background: #5488d6;
	color: #fff;
	text-decoration: none;
	transition: box-shadow .5s;
}

#header_inner #header_info .box01 .my_flash_link_btn a:before{
	content: "";
	display: block;
	width: 30px; height: 100px;
	position: absolute;
	left: -30%; top: -65%;
	background-image: linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255, .8) 50%,rgba(255,255,255,0) 100%);
	background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,.8)),color-stop(100%,rgba(255,255,255,0)));
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	animation: shine 3s infinite linear;
	-webkit-animation: shine 3s infinite linear;
}
@keyframes shine {
  0% { left: -30%; }
  25% { left: 130%; }
  100% { left: 130%; }
}
@-webkit-keyframes shine {
  0% { left: -30%; }
  25% { left: 130%; }
  100% { left: 130%; }
}


@media (max-width: 1120px) {
#header_inner #header_logo span {
    font-size: 0.8em;
}
}

@media (max-width: 840px) {
}

@media (max-width: 767px) {
	
#header {
	padding:10px 0;
}

#header_inner #header_logo {
	margin-top:0;
	width:60%;
}

#header_inner #header_logo p {
	display:none;
}

#header_inner #header_logo img {
	width:20%;
	max-width:55px;
	margin-right:5%;
}

#header_inner #header_logo span {
	font-size:0.45em;
	letter-spacing:0;
	width:75%;
}

#header_inner #header_logo span small {
	display:none;
}

#header_inner #header_logo h1 {
}

#header_info {
	width:auto;
}

#header_info p{
	display:none;
}

#header_inner #header_info .box01 {
	margin-top:0.25rem;
}

#header_inner #header_info .box01 .my_flash_link_btn {
	width:65%;
}

#header_inner #header_info .box01 span {
	right:3.25rem;
	top:0.40rem;
}

#header_inner #header_info .box01 a {
	font-size:0.7em;
	letter-spacing:-1px;
	padding:0.25rem !important;
}

#header_inner #header_info .box01 a:before {
}

}

/*nav*/
#nav {
	background:#6dc7c8;
}

#nav ul {
	width:100%;
	max-width:1280px;
	margin:0 auto;
	position:relative;
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#nav ul::before {
	content:"";
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	width:1px;
	height:60%;
	background-color:rgba(255,255,255,0.3);
}

#nav ul li {
	text-align:center;
	width:12.5%;
	position:relative;
}

#nav ul li:not(:last-child)::after {
	content:"";
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
	width:1px;
	height:60%;
	background-color:rgba(255,255,255,0.3);
}

#nav ul li a {
	padding:1rem 0.25rem;
	display:block;
	color:#FFF;
	text-align:center;
	letter-spacing:0;
	transition:background-color 0.3s;
}

#nav ul li a:hover {
	background-color:#2ca8a9;
}

#nav ul li a span {
	display:block;
	text-align:center;
	font-size:0.8em;
	color:rgba(255,255,255,0.6);
}

/* プルダウンメニューのスタイル */
#nav ul li.menu-item-has-children {
	position:relative;
}

#nav ul li .sub-menu {
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#6dc7c8;
	min-width:200px;
	width:auto;
	z-index:999;
	box-shadow:0 4px 6px rgba(0,0,0,0.1);
	padding:0;
	margin:0;
	list-style:none;
}

/* デスクトップ：ホバーで表示 */
@media (min-width: 1025px) {
	#nav ul li:hover .sub-menu,
	#nav ul li.menu-item-has-children:hover .sub-menu {
		display:block;
	}
}

/* タブレット・モバイル：開閉状態で表示 */
@media (max-width: 1024px) {
	#nav ul li.menu-item-has-children.open .sub-menu {
		display:block;
	}
}

#nav ul li .sub-menu li {
	width:100%;
	text-align:left;
	border-bottom:1px solid rgba(255,255,255,0.2);
}

#nav ul li .sub-menu li:last-child {
	border-bottom:none;
}

#nav ul li .sub-menu li::after {
	display:none;
}

#nav ul li .sub-menu li a {
	padding:0.75rem 1rem;
	display:block;
	color:#FFF;
	text-align:left;
	font-size:0.9em;
	white-space:nowrap;
	transition:background-color 0.3s;
}

#nav ul li .sub-menu li a:hover {
	background-color:#2ca8a9;
}

/* 症例一覧プルダウンメニューのカスタムスタイル */
#nav ul li .sub-menu.case-list-dropdown {
	min-width:auto;
	width:100%;
	left:0;
	background:#FFF;
	padding:1.5rem;
	box-shadow:0 4px 12px rgba(0,0,0,0.15);
}

#nav ul li .sub-menu.case-list-dropdown li {
	border-bottom:none;
	padding:0;
}

#nav ul li .sub-menu.case-list-dropdown .box1280 {
	max-width:100%;
	width:100%;
	margin:0;
	padding:0;
}

#nav ul li .sub-menu.case-list-dropdown .more-content ul {
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	gap:1rem;
	margin:0;
	padding:0;
	list-style:none;
}

#nav ul li .sub-menu.case-list-dropdown .more-content ul li {
	width:auto;
	margin:0;
	padding:0;
}

#nav ul li .sub-menu.case-list-dropdown .more-content ul li a {
	display:block;
	padding:0;
	color:#333;
	text-align:center;
	text-decoration:none;
	transition:opacity 0.3s;
}

#nav ul li .sub-menu.case-list-dropdown .more-content ul li a:hover {
	opacity:0.7;
	background-color:transparent;
}

#nav ul li .sub-menu.case-list-dropdown .more-content ul li a figure {
	margin:0 0 0.5rem 0;
}

#nav ul li .sub-menu.case-list-dropdown .more-content ul li a figure img {
	width:136px;
	height:87px;
	object-fit:contain;
}

#nav ul li .sub-menu.case-list-dropdown .more-content ul li a p {
	margin:0;
	font-size:0.9em;
	color:#333;
}

#nav ul li .sub-menu.case-list-dropdown .more {
	display:block;
	background:#6dc7c8;
	color:#fff;
	width:200px;
	text-align:center;
	padding:0.5rem;
	cursor:pointer;
	margin:1rem auto 0;
	border-radius:4px;
	transition:background-color 0.3s;
}

#nav ul li .sub-menu.case-list-dropdown .more:hover {
	background-color:#5ab5b6;
}

@media (min-width: 1025px) {
	#nav ul li .sub-menu.case-list-dropdown {
		width: 1030px;
		left: 185%;
		transform: translateX(-50%);
	}
}


@media (max-width: 1280px) {
#nav {
	padding:0 1.5rem;
}
}

@media (max-width: 767px) {
#nav {
	display:none;
}
}

/*side*/


#contact_btn {
	position:fixed;
	right:0;
	top:55%;
	z-index:1000;
}

@media (max-width: 767px) {
#contact_btn {
	display:none;
}
}

/*footer*/

#footer {
	background:#f0f0f0;
	border-top:7px solid #6dc7c8;
}

#footer nav {
	padding:3rem 0;
	margin:0 auto;
}

#footer nav ul {
	width:100%;
	margin:0 auto;
}

#footer nav ul li {
	display:inline-block;
	margin-right:1rem;
	padding-right:1rem;
	line-height:1;
}

#footer nav ul li:before {
    content: "\f138";
    font-family: FontAwesome;
    margin-right:0.5rem;
	color:#6dc7c8;
}

#footer nav ul li:last-child {
	border:none;
	margin:0;
	padding:0;
}

#footer nav ul li a {
	color:#111;
}

#footer #footer_info {
	color:#FFF;
	background:url(../images/footer_logo.png) right top no-repeat;
}

#footer #footer_info h2 {
	font-size:1.4em;
	margin-bottom:1rem;
}

#footer #copy {
	background:#6dc7c8;
	color:#FFF;
	text-align:center;
	padding:1.5rem 0;
	font-size:0.8em;
}

@media (max-width: 767px){
#footer {
	padding-bottom:2.5rem;
}

#footer #footer_info {
	background-size:37%;
}

#footer nav {
	padding:1.5rem 10px;
}

#footer nav ul {
	text-align:center;
}

#footer nav ul li {
	margin-right:0.5rem;
	padding-right:0.5rem;
}

#footer nav ul li a {
	font-size:3.6vw;
}

#footer #footer_info h2 {
	font-size:1em;
}

#footer #copy {
	padding:1rem 0;
}

}

/*装飾*/






/*共通*/

#wrapper {
	background:#FFF;
}

#main {
	padding:4.5rem 0;
    display: block; /* 追記 */
}

#main iframe {
	width:100%;
	min-height:300px;
	vertical-align:top;
}

@media (max-width: 767px) {
#wrapper {
	padding:0;
}

#main {
	padding:1.5rem 0;
}

.page #main {
	padding-bottom:1.5rem;
}

}

/*main_img*/

#main_img {
	margin-bottom:4.5rem;
}

#main_img .flexslider {
	max-width:1280px;
	width:100%;
	margin:0 auto;
}

@media (max-width: 767px) {
#main_img {
	margin-bottom:1.5rem;
}
}

.title01 {
	background:#6dc7c8;
	color:#FFF;
	padding:0.75rem 1rem;
	font-size:1.4em;
	margin-bottom:2rem;
	line-height:1.8;
}
.title03 span,
.title01 span {
	max-width:52px;
	margin-right:1rem;
}
.title03 span img,
.title01 span img {
	width:100%;
	max-width:52px;
	height:auto;
}

.title03 {
	background:#6dc7c8;
	color:#FFF;
	padding:0.75rem 1rem;
	font-size:3em;
	margin-bottom:2rem;
	line-height:1.8;
}

@media (max-width: 950px){
	.title03 {
	font-size:2em;
}
}


@media (max-width: 767px) {

.title01 {
	font-size:1.2em;
	padding:0.5rem 1rem;
	margin-bottom:1rem;
}
.title03 span,
.title01 span {
	float:right;
	margin-right:0;
	margin-left:0.5rem;
}
.title03 span img,
.title01 span img {
	max-width:40px;
}
.title03 {
	font-size:1.5em;
padding:0.5rem 1rem;
	margin-bottom:1rem;
}
}

#main section {
	margin-bottom:4.5rem;
}

/*index*/

.box_wrapper:after {
	content:none;
}

#index01 {
	padding-bottom:2.5rem;
}

#other section#index01 {
	padding-bottom:0;
	margin-bottom:0;
}

#index01 .box_wrapper {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
}

#index01 .box_wrapper .box01 {
	width:22.34%;
	margin-right:3.35%;
	margin-bottom:2rem;
	background:#f7faf4;
}

#index01 .box_wrapper .box01:nth-child(4n) {
	margin-right:0;
}

#index01 .box_wrapper .box01 figure img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

#index01 .box_wrapper .box01 .box02 {
	padding:1rem;
}

#index01 .box_wrapper .box01 .box02 h2 {
	font-size:1.1em;
	border-bottom:1px solid #6dc7c8;
	padding-bottom:0.25rem;
	padding-left:0.25rem;
	margin-bottom:0.75rem;
	font-weight:bold;
}

#index01 .box_wrapper .box01 .box02 h2:before {
	content: "\f138";
	font-family: FontAwesome;
	margin-right:0.25rem;
	color:#6dc7c8;
}

#index01 .box_wrapper .box01 .box02 p {
	margin-bottom:0.75rem;
}

#index01 .box_wrapper .box01 .box02 .detail_link {
	text-align:center;
}

#index01 .box_wrapper .box01 .box02 .detail_link a {
	display:inline-block;
	background:#6dc7c8;
	color:#FFF;
	width:100%;
	padding:0.55rem 0.75rem;
}

#index01 .box_wrapper .box01 .box02 .detail_link a:after {
	content: "\f08e";
	font-family: FontAwesome;
	margin-left:0.25rem;
	color:#FFF;
}

#index01 .box_wrapper .box01 .box02 div.shop_tel {
}

#index01 .box_wrapper .box01 .box02 div.shop_tel a {
	display: block;
	background: #6dc7c8;
	padding: 0.25rem 1rem;
	text-align: center;
	color: #FFF;
	font-size: 1.1em;
	margin-bottom: 0.5rem;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold
}

#index01 .box_wrapper .box01 .box02 div.shop_tel a:before {
	content: "\f098";
	font-family: FontAwesome;
	margin-right: 0.5rem;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1;
	position: relative;
	top: 2px;
}

#index01 .box_wrapper .box01 .box02 div.shop_tel a span {
	position: relative;
	top: -3px;
}

#index01 .box_wrapper .box01 .box02 div.shop_line {
}

#index01 .box_wrapper .box01 .box02 div.shop_line a {
	display: block;
	background: #6dc7c8;
	padding: 0.25rem 1rem;
	text-align: center;
	color: #FFF;
	font-size: 1.1em;
	margin-bottom: 0.5rem;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold
}

#index01 .box_wrapper .box01 .box02 div.shop_line a:before {
	content: url(../images/index/icon_line.png);
	margin-right: 0.5rem;
	position: relative;
	top: 3px;
}

/*新規レイアウト分*/

#index01_ver2 .box_wrapper {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
}

#index01_ver2 p {
	margin-bottom:3rem;
}

#index01_ver2 .box_wrapper .box01 {
	width:32%;
	margin-right:2%;
	margin-bottom:3rem;
	display: flex;
	flex-direction: column;
}

#index01_ver2 .box_wrapper .box01:nth-child(3n) {
	margin-right:0;
}

#index01_ver2 .box_wrapper .box01 figure {
	margin-bottom:0.75rem;
}

#index01_ver2 .box_wrapper .box01 figure img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

#index01_ver2 .box_wrapper .box02 {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#index01_ver2 .box_wrapper .box02:after {
	content:none;
}

#index01_ver2 .box_wrapper h2 {
	width:100%;
	padding:0.25rem 0.75rem;
	border:2px solid #6dc7c8;
	margin-bottom:0.5rem;
	font-size:1.1em;
	text-align:center;
}

#index01_ver2 .box_wrapper p {
	margin-bottom:0.5rem;
}


#index01_ver2 .box_wrapper .box02 {
  margin-top: auto;
 }

#index01_ver2 .box_wrapper .box02 div {
	width:50%;
	height:50px;
	background:#6dc7c8;
	border-right:1px solid #FFF;
}

#index01_ver2 .box_wrapper .box02 div.shop_tel a {
}

#index01_ver2 .box_wrapper .box02 div a {
	display:block;
	color:#FFF;
	padding:0.5rem 1rem;
	text-align:center;
}

#index01_ver2 .box_wrapper .box02 div span {
	position:relative;
	top:-2px;
}

#index01_ver2 .box_wrapper .box02 div.shop_tel a:before {
  content: "\f098";
  font-family: FontAwesome;
  margin-right: 0.5rem;
  font-size: 1.8em;
  font-weight: normal;
  line-height: 1;
  position: relative;
  top: 2px;
}

#index01_ver2 .box_wrapper .box02 div.shop_line a::before {
  content: url(../images/index/icon_line.png);
  margin-right: 0.5rem;
  position: relative;
  top: 3px;
}

@media (max-width: 767px) {

#index01 {
	padding-bottom:0;
}

#index01 .box_wrapper {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#index01 .box_wrapper .box01 {
	width:48%;
	margin-right:0;
}

#index01 .box_wrapper .box01 figure img {
	height:120px;
}

#index01 .box_wrapper .box01 .box02 {
	padding:8px;
}

#index01 .box_wrapper .box01 .box02 h2 {
	letter-spacing:0;
	font-size:0.9em;
}

#index01 .box_wrapper .box01 .box02 p {
	font-size:0.9em;
	letter-spacing:0;
}

#index01 .box_wrapper .box01 .box02 a {
	font-size:3vw;
	letter-spacing:0;
	padding:0.25rem 0.5rem;
}

#index01 .box_wrapper .box01 .box02 a span {
	display:none;
}

/*新規レイアウト分*/

#index01_ver2 .box_wrapper {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#index01_ver2 .box_wrapper .box01 {
	width:49%;
	margin-right:0;
	margin-bottom:1.5rem;
}

#index01_ver2 .box_wrapper .box02 div {
	height:auto;
}

#index01_ver2 .box_wrapper .box02 h2 {
	font-size:0.9em;
	letter-spacing:0;
}

#index01_ver2 .box_wrapper .box01 figure img {
	height:120px;
}

#index01_ver2 .box_wrapper .box02 p {
	letter-spacing:0;
	font-size: 0.85em;
}

#index01_ver2 .box_wrapper .box02 div a {
	padding:0.25rem 1rem;
}

#index01_ver2 .box_wrapper .box02 div span {
	display:none;
}

#index01_ver2 .box_wrapper .box02 div.shop_tel a:before {
  margin-right: 0;
}

#index01_ver2 .box_wrapper .box02 div.shop_line a::before {
  margin-right: 0;
}
}


#index_movie {
	padding:4.5rem 0;
	background: #ececec;
	background: -moz-linear-gradient(top,  #ececec 0%, #ffffff 50%, #ececec 100%);
	background: -webkit-linear-gradient(top,  #ececec 0%,#ffffff 50%,#ececec 100%);
	background: linear-gradient(to bottom,  #ececec 0%,#ffffff 50%,#ececec 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#ececec',GradientType=0 );
	margin-bottom:4.5rem;
}

@media (max-width: 767px) {
	#index_movie {
		padding:2rem;
		margin-bottom:2rem;
	}
}

.net_limited {
	margin-bottom:4.5rem;
	position:relative;
}

.net_limited h1 {
}

.net_limited h1 img {   
	 width: calc(100% + 6.6rem);
	 max-width: calc(100% + 6.6rem) !important;
    height: auto;
    margin: 0 0 0 -3.3rem;
}

.net_limited h1:before {
	content:url(../images/index/ribon_left.png);
	position:absolute;
	left:0;
	top:2%;
}

.net_limited h1:after {
	content:url(../images/index/ribon_right.png);
	position:absolute;
	right:0;
	top:2%;
}

.net_limited .box_wrapper {
	border:5px solid #b10004;
	border-radius:1.5rem;
	background:url(../images/bg_ptn01.png) repeat;
	padding:1rem 3rem 3rem 3rem;
	max-width:1134px;
	margin:0 auto;
}

.net_limited .box_wrapper h2 {
	font-size:2.2em;
	font-family: "nsjpb", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight:bold;
	background:url(../images/border_bottom01.png) bottom left repeat-x;
	padding-bottom:1.75rem;
	margin-bottom:1.5rem;
}

.net_limited .box_wrapper h2 strong {
	font-size:1.4em;
	color:#cc0000;
	font-family: "nsjpb", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight:bold;
}

.net_limited .box_wrapper dl {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: space-between;
	justify-content: space-between;
	background:url(../images/border_bottom01.png) bottom left repeat-x;
	padding-bottom:1.75rem;
	margin-bottom:1.5rem;
}

.net_limited .box_wrapper dl:after {
	content:none;
}

.net_limited .box_wrapper dl dt {
	width:60%;
	font-size:2.8em;
	letter-spacing:0;
	font-family: "nsjpb", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight:bold;
	color:#75460b;
	background:url(../images/index/net_limited_arrow.png) no-repeat right center;
	padding-right:1.5rem;
	line-height:1.4;
}

.net_limited .box_wrapper dl dt small {
	display:block;
	font-size:0.6em;
	color:#111;
	font-family: "nsjpb", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight:bold;
}

.net_limited .box_wrapper dl dd {
	width:36%;
}

.net_limited .box_wrapper dl dd img {
	width:100%;
	height:auto;
}

.net_limited .box_wrapper p {
	font-size:2.6em;
	font-family: "nsjpb", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight:bold;
	color:#FFF;
	background:#dc1e0c;
	padding:0.5rem 1.5rem;
	text-align:center;
	margin-top:3rem;
	margin-bottom:3rem;
	border-radius:3rem;
}

.net_limited .box_wrapper ul {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.net_limited .box_wrapper ul:after {
	content:none;
}

.net_limited .box_wrapper ul li {
	width:30%;
}

.net_limited .box_wrapper ul li img {
	width:100%;
	height:auto;
}

.net_limited .box_wrapper ul li span {
	font-size:1.4vw;
	text-align:center;
	display:block;
	padding:0.5rem 0;
	font-family: "nsjpb", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight:bold;
	letter-spacing:0;
}

@media (max-width: 1280px) {

.net_limited {
	margin-bottom:2rem;
}

.net_limited .box_wrapper {
	padding:1rem 8px;
}

.net_limited h1:before,
.net_limited h1:after {
	content:none;
}

.net_limited .box_wrapper h2 {
	text-align:center;
}

.net_limited .box_wrapper h2 strong {
	width:100%;
	display:block;
}

.net_limited .box_wrapper h2 {
	font-size:4.8vw;
	letter-spacing:0;
}

.net_limited .box_wrapper dl dt {
    font-size: 3.4vw;
	text-align:center;
}
.net_limited .box_wrapper dl dt {
	background:url(../images/index/net_limited_arrow.png) no-repeat right center;
	background-size:7%;
}

.net_limited .box_wrapper p {
	font-size:5vw;
	margin-top:1.5rem;
	margin-bottom:1.5rem;
}

.net_limited .box_wrapper ul li span {
	font-size:3.2vw;
}

}

.hosho {
	padding:4.5rem 0;
	background:#6dc7c8;
}

.hosho p img {
	width:100%;
	height:auto;
}


@media (max-width: 767px) {
.net_limited .box_wrapper dl dt {
    font-size: 5.4vw;
}

.net_limited .box_wrapper dl dt small {
	font-size:4vw;
}

.hosho {
    padding: 1.5rem 0;
}
}



#index_check {
	background:#ecf8f8;
	padding:4.5rem 0;
}

#index_check h1 {
	font-size:2.4em;
	font-family: "nsjpb", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight:bold;
	text-align:center;
	margin-bottom:1.5rem;
}

#index_check h1 span {
	display:block;
}

#index_check h1 span:before {
    content: "\f14a";
    font-family: FontAwesome;
    margin-right:0.5rem;
	color:#dc1e0c;
}

#index_check ul.shojo.shojo {
	background:#FFF;
	border:5px solid #6dc7c8;
	padding:3rem 4.5rem;
	border-radius:1rem;
}

#index_check ul.shojo li {
	font-size:1.6em;
	font-family: "nsjpb", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight:bold;
	margin-bottom:1rem;
	padding-bottom:1rem;
	border-bottom:1px solid #dddddd;
}

#index_check ul.shojo li:last-child {
	margin-bottom:0;
}

#index_check ul.shojo li span.liner_pink {
	background: linear-gradient(transparent 60%, #ffb8b1 60%);
}

#index_check ul.shojo li label {
	margin-right:1rem;
}

#index_check .select_box {
	padding:4.5rem 0 0 0;
	margin-top:-3rem;
    border-radius: 1rem;
}

#index_check .select_box h2 {
	text-align:center;
	font-size:3.2vw;
	margin-bottom:3rem;
	font-weight:900;
	line-height:1.4;
	text-shadow:
    #FFF 2px 0px 0px, #FFF -2px 0px 0px,
    #FFF 0px -2px 0px, #FFF 0px 2px 0px,
    #FFF 2px 2px 0px, #FFF -2px 2px 0px,
    #FFF 2px -2px 0px, #FFF -2px -2px 0px,
    #FFF 1px 2px 0px, #FFF -1px 2px 0px,
    #FFF 1px -2px 0px, #FFF -1px -2px 0px,
    #FFF 2px 1px 0px, #FFF -2px 1px 0px,
    #FFF 2px -1px 0px, #FFF -2px -1px 0px,
    #FFF 1px 1px 0px, #FFF -1px 1px 0px,
    #FFF 1px -1px 0px, #FFF -1px -1px 0px;
}

#index_check .select_box h2 strong {
	font-weight:bold;
	color:#dc1e0c;
}

#index_check .select_box figure {
	margin-bottom:3rem;
}

#index_check ul.select_list {
		display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#index_check ul.select_list:after {
	content:none;
}

#index_check ul.select_list li {
	margin-bottom:1.5rem;
	width:49%;
}

#index_check p {
	text-align:center;
}

#index_check p img {
	position:relative;
	z-index:100;
	width:100%;
	max-width:832px;
	height:auto;
}

.checkbox01-input{
  display: none;
}
.checkbox01-parts{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.checkbox01-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #999;
  border-radius: 4px;
  box-shadow:3px 3px 3px 1px #ccc inset;
}
.checkbox01-input:checked + .checkbox01-parts{
  color: #009a9a;
}
.checkbox01-input:checked + .checkbox01-parts::after{
	content: "";
	display: block;
	position: absolute;
	top: -11px;
	left: 14px;
	width: 10px;
	height: 27px;
	transform: rotate(40deg);
	border-bottom: 7px solid #dc1e0c;
	border-right: 7px solid #dc1e0c;
}



@media (max-width: 767px) {
#index_check {
	padding:2rem 0;
}

#index_check h1 {
	font-size:4.5vw;
	letter-spacing:0;
}

#index_check ul.shojo {
	padding:1rem !important;
}

#index_check ul.shojo li {
	font-size:4vw;
	text-indent:-2.5rem;
	padding-left:2.5rem;
}

#index_check .select_box h2 {
	margin-bottom:1.5rem;
	font-size:4.8vw;
}

#index_check ul.select_list li {
	margin-bottom:1rem;
}

#index_check ul.select_list li a {
	text-align:center;
	display:block;
}

.checkbox01-parts {
	margin-right:5px;
}

.checkbox01-parts::before {
	width:25px;
	height:25px;
}

}


#index_kaisho {
	margin-top:-8%;
	padding-bottom:4.5rem;
	background:#ecf8f8;
	z-index:10;
}

#index_kaisho .box_wrapper {
	background:url(../images/index/index_kaisho_bg.jpg) no-repeat center center;
	background-size:cover;
	border:2px solid #75460b;
	padding:5%;
}

#index_kaisho .box_wrapper ul {
		display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom:1.5rem;
}

#index_kaisho .box_wrapper ul:after {
	content:none;
}

#index_kaisho .box_wrapper ul li {
	width:23%;
}

#index_kaisho .box_wrapper ul li img {
	width:100%;
	height:auto;
}

#index_kaisho .box_wrapper p {
	text-align:center;
	font-size:2.4vw;
	line-height:1.4;
	font-family: Yu Mincho, '游明朝','Hiragino Mincho Pro','Hiragino Mincho Pro','ＭＳ 明朝',serif;
	font-weight:bold;
	color:#75460b;
}

#index_kaisho .box_wrapper p span.red {
	color:#dc1e0c;
	font-size:1.2em;
}

@media (max-width: 767px) {
#index_kaisho {
	margin-top:-12%;
	padding-bottom:2rem;
}

#index_kaisho .box_wrapper ul {
	margin-bottom:0;
}

#index_kaisho .box_wrapper ul li {
	width:48%;
	margin-bottom:1rem;
}

#index_kaisho .box_wrapper p {
	font-size:3.6vw;
}

}



#index_shikaku {
	padding:4.5rem 0;
}

#index_shikaku h1 {
	text-align:center;
}

#index_shikaku h1 img {
	max-width:908px;
	width:100%;
}

#index_shikaku .box_wrapper {
	background:#6dc7c8;
	padding:1rem;
	margin-top:-4.5rem;
}

#index_shikaku ul {
		display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	background:#aece92;
	border:1px solid #FFF;
	padding:4.5rem 2.5rem 0 2.5rem;
}

#index_shikaku ul:after {
	content:none;
}


#index_shikaku ul li {
	width:24.58%;
	margin-right:0.56%;
	margin-bottom:1.5rem;
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.2));
}

#index_shikaku ul li img {
	width:100%;
	height:auto;
}

#index_shikaku ul li:nth-child(4n) {
	margin-right:0;
}


@media (max-width: 767px) {
#index_shikaku {
	padding:3rem 0 2rem 0;
}

#index_shikaku ul {
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding:4.5rem 1rem 0 1rem;
}

#index_shikaku ul li {
	width:48%;
	margin-bottom: 1rem;
}

#index_shikaku ul li:nth-child(n + 5) {
	display: none;
}

}


#index_six_support {
	padding-bottom:1.5rem;
}

#index_six_support h1 {
	background:url(../images/bg_ptn02.jpg) repeat-x;
	background: #6dc6c7;
	padding:1.5rem 0;
	text-align:center;
	color:#FFF;
	font-size:2.4em;
	font-family: "nsjpb", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight:bold;
	text-shadow: 1px 1px 3px #000;
	margin-bottom:4.5rem;
}

#index_six_support h1 strong {
	color:#f1e300;
	font-size:1.6em;
	font-family: "nsjpb", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight:bold;
	margin:0 0.5rem;
}

#index_six_support ul {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;	
}

#index_six_support ul:after {
	content:none;
}

#index_six_support ul li {
	width:32%;
	text-align:center;
	padding:2rem 1rem;
	border:3px solid #6dc7c8;
	border-radius:1.5rem;
	margin-bottom:3rem;
	font-size:2.4em;
	font-family: "nsjpb", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight:bold;
	letter-spacing:0;
	position:relative;
	line-height:1.2;
	background: #eaeaea;
	background: -moz-linear-gradient(top,  #eaeaea 0%, #eeeeee 2%, #ffffff 49%, #ececec 100%);
	background: -webkit-linear-gradient(top,  #eaeaea 0%,#eeeeee 2%,#ffffff 49%,#ececec 100%);
	background: linear-gradient(to bottom,  #eaeaea 0%,#eeeeee 2%,#ffffff 49%,#ececec 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ececec',GradientType=0 );
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}

#index_six_support ul li span {
	position:absolute;
	left:-1rem;
	top:-1.5rem;
	border-radius:50%;
	width:60px;
	height:60px;
	background:#6dc7c8;
	color:#FFF;
	line-height:1.6;
}

#index_six_support ul li strong {
	font-family: "nsjpb", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight:bold;
	display:block;
	width:100%;
}

#index_six_support ul li strong.pink {
	color:#e34a4c;
}

@media (max-width: 767px) {
#index_six_support h1 {
	font-size:3.8vw;
	letter-spacing:0;
	margin-bottom:3rem;
}

#index_six_support ul li {
	width:48%;
	font-size:4.2vw;
	line-height:1.4;
    padding: 1rem 0.5rem;
	margin-bottom:2rem;
}


#index_six_support ul li span {
	left:40%;
    width: 40px;
    height: 40px;
    font-size: 1.3em;
}

#index_six_support ul li strong {
	line-height:1.2;
}

}


#index_voice {
	background:#ecf8f8;
	padding:4.5rem 0 3rem 0;
}

#index_voice h1 {
	font-size:3.2em;
	color:#6dc7c8;
	text-align:center;
	margin-bottom:3rem;
	font-family: "nsjpb", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight:bold;
}


/** ▽続きを読む開閉ボタン **/
#index_voice .cp_box *,
#index_voice .cp_box *:before,
#index_voice .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#index_voice .cp_box {
	width: auto;
	margin: 0 auto;
}
#index_voice .cp_box label {
	font-weight: bold;
	position: relative;
	display: block;
	width: 80%;
	margin: auto;
	padding: 0.3em 1em;
	cursor: pointer;
	transition: all 0.3s;
	text-align: center;
	color: #6dc6c7;
	border: 2px solid #6dc6c7;
	border-radius: 3px;
}
#index_voice .cp_box label:hover {
	transition: all 0.3s;
	color: #ffffff;
	background: #6dc6c7;
}
#index_voice .cp_box label::after {
	font-family: 'FontAwesome';
	content: ' \f067';
	color: #6dc6c7;
}
#index_voice .cp_box label:hover::after {
	color: #ffffff;
}
#index_voice .cp_box input:checked ~ label::after {
	font-family: 'FontAwesome';
	content: ' \f068';
	color: #6dc6c7;
}
#index_voice .cp_box input:checked ~ label:hover::after {
	color: #ffffff;
}
#index_voice .cp_box input {
	display: none;
}
#index_voice .cp_box .cp_container {
	position: relative;
	z-index: 10;
	overflow: hidden;
	height: 0;
	margin-top: -1px;
	transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
}
#index_voice .cp_box input:checked ~ div {
	transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
}
/* 続きを読むを押すと表示されるテキストの高さ */
#index_voice .cp_box input:checked ~ div.cp_container {
	height: auto;
	padding-top:1.5rem;
}
/** ▲続きを読む開閉ボタン **/

#index_voice .box_wrapper00,
#index_voice .box_wrapper {
	background:#FFF;
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding:1.5rem;
	margin-bottom:1.5rem;
}

#index_voice .box_wrapper:first-child {
	display: none;
}

#index_voice .box_wrapper00 figure,
#index_voice .box_wrapper figure {
	width:10%;
}

#index_voice .box_wrapper00 figure img,
#index_voice .box_wrapper figure img {
	width:100%;
	height:auto;
	margin-bottom:0.5rem;
}

#index_voice .box_wrapper00 figure figcaption,
#index_voice .box_wrapper figure figcaption {
	text-align:center;
	border-bottom:1px solid #6dc7c8;
	color:#6dc7c8;
	padding-bottom:0.25rem;
}

#index_voice .box_wrapper00 .box01,
#index_voice .box_wrapper .box01 {
	width:88%;
}

#index_voice .box_wrapper00 .box01 strong,
#index_voice .box_wrapper .box01 strong {
	font-size:1.1em;
	display:block;
	margin-top:0.5rem;
	text-align:right;
}

#index_voice .box_wrapper00 .box01 h2,
#index_voice .box_wrapper .box01 h2 {
	background:#6dc7c8;
	padding:0.5rem 1rem;
	font-size:1.4em;
	margin-bottom:1rem;
	color:#FFF;
}

#index_voice .cp_box .btn01 {
}

#index_voice .cp_box .btn01 a {
	font-weight: bold;
	position: relative;
	display: block;
	width: 80%;
	margin: auto;
	padding: 0.3em 1em;
	cursor: pointer;
	transition: all 0.3s;
	text-align: center;
	color: #6dc6c7;
	border: 2px solid #6dc6c7;
	border-radius: 3px;
}

#index_voice .cp_box .btn01 a:hover {
	transition: all 0.3s;
	color: #ffffff;
	background: #6dc6c7;
}

@media (max-width: 768px){

#index_voice{
	padding:2rem 0;
}

#index_voice h1 {
	font-size:7vw;
	margin-bottom:1rem;
}

#index_voice .box_wrapper00,
#index_voice .box_wrapper {
	padding:10px;
}

#index_voice .box_wrapper00 figure,
#index_voice .box_wrapper figure {
	width:20%;
}

#index_voice .box_wrapper00 .box01,
#index_voice .box_wrapper .box01 {
	width:76%;
}

#index_voice .box_wrapper00 .box01 h2,
#index_voice .box_wrapper .box01 h2 {
	font-size:4vw;
	line-height:1.2;
}

#index_voice .box_wrapper00 .box01 strong,
#index_voice .box_wrapper .box01 strong {
	font-size:0.8em;
	letter-spacing:0;
}

}


#morphotherapy_annai {
	background:url(../images/index/morphotherapy_annai.jpg) no-repeat right center;
	background-size:cover;
}

#morphotherapy_annai h1 {
	background:url(../images/bg_ptn02.jpg) repeat-x;
	background: #6dc6c7;
	padding:1.5rem 0;
	text-align:center;
	color:#FFF;
	font-size:2.4em;
	font-family: "nsjpb", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight:bold;
	text-shadow: 1px 1px 3px #000;
	margin-bottom:4.5rem;
}


#morphotherapy_annai h1 strong {
	color:#f1e300;
	font-size:1.6em;
	font-family: "nsjpb", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight:bold;
	margin:0 0.5rem;
}

/** ▽続きを読む開閉ボタン **/
#morphotherapy_annai .cp_box *,
#morphotherapy_annai .cp_box *:before,
#morphotherapy_annai .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#morphotherapy_annai .cp_box {
	position: relative;
	margin-bottom: 5%;
}
#morphotherapy_annai .cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 120px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	/*background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1.00) 40%);*/
}
#morphotherapy_annai .cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
#morphotherapy_annai .cp_box label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: -50px;
	left: 50%;
	width: 16rem;
	font-family: FontAwesome;
	content: '\f13a'' 続きを読む';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #ffffff;
	border-radius: 20px;
	background-color: rgba(27, 37, 56, 1);
}
#morphotherapy_annai .cp_box input {
	display: none;
}
#morphotherapy_annai .cp_box .cp_container {
	overflow: hidden;
	height: 140px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
#morphotherapy_annai .cp_box input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
#morphotherapy_annai .cp_box input:checked + label:after {
	font-family: FontAwesome;
	content: '\f139'' 閉じる';
}
#morphotherapy_annai .cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 60px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}
/** ▲続きを読む開閉ボタン **/

#morphotherapy_annai .inner {
	padding:4.5rem 0;
}

#morphotherapy_annai h2{
    font-size: 2.6em;
    margin-bottom: 2.5rem;
    font-family: "nsjpb", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-weight: bold;
    line-height: 1.4;
    color:#6dc7c8;
}

#morphotherapy_annai p {
	width:72%;
	line-height:2;
	font-size:1.2em;
	margin-bottom:1rem;
	text-shadow: white 2px 0px 0px, white -2px 0px 0px, white 0px -2px 0px, white 0px 2px 0px, white 2px 2px 0px, white -2px 2px 0px, white 2px -2px 0px, white -2px -2px 0px, white 1px 2px 0px, white -1px 2px 0px, white 1px -2px 0px, white -1px -2px 0px, white 2px 1px 0px, white -2px 1px 0px, white 2px -1px 0px, white -2px -1px 0px, white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px;
}

#morphotherapy_annai p strong {
	font-size:1.2em;
	color:#e34a4c;
	font-weight:bold;
}

#morphotherapy_annai p small {
	font-size:0.8em;
}

#morphotherapy_annai p.caution {
	padding:1.5rem;
	font-size:1.1em;
	background:rgba(0,0,0,0.025);
	margin-top:1.5rem;
	margin-bottom:0;
	display:inline-block;
	line-height:2;
	width:auto;
}

@media (max-width: 768px){
#morphotherapy_annai h1 {
	font-size:3.8vw;
	margin-bottom:0;
	margin-top:0;
}

#morphotherapy_annai {
	padding:0 0 2rem 0;
	background:url(../images/index/morphotherapy_annai_sp.jpg) no-repeat center center;
	background-size:cover;
}

#morphotherapy_annai h2 {   
	font-size: 7vw;
    margin-bottom: 1.5rem;
}

#morphotherapy_annai p {
	font-size:1em;
	width:100%;
	line-height:1.6;
}

#morphotherapy_annai p.caution {
	margin-top:1rem;
	padding:1rem;
}

}


#contact_shop {
	padding:4.5rem 0 2.5rem 0;
}

#contact_shop h1 {
	font-size:2.6em;
	text-align:center;
	margin-bottom:3rem;
	font-family: "nsjpb", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight:bold;
	line-height:1.4;
}

.pink {
	color:#e34a4c;
}

.green {
	color:#6dc7c8;
}

#contact_shop .box_wrapper {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
}

#contact_shop .box_wrapper:after {
	content:none;
}

#contact_shop .box_wrapper .box01 {
	width:22.34%;
	margin-right:3.35%;
	margin-bottom:2rem;
	background:#f7faf4;
}

#contact_shop .box_wrapper .box01:nth-child(4n) {
	margin-right:0;
}

#contact_shop .box_wrapper .box01 figure img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

#contact_shop .box_wrapper .box01 .box02 {
	padding:1rem;
}

#contact_shop .box_wrapper .box01 .box02 h2 {
	font-size:1.1em;
	border-bottom:1px solid #6dc7c8;
	padding-bottom:0.25rem;
	padding-left:0.25rem;
	margin-bottom:0.75rem;
	font-weight:bold;
}

.page #main #contact_shop .box_wrapper .box01 .box02 h2 {
	font-size:1.1em;
	border-bottom:1px solid #6dc7c8;
	padding-bottom:0.25rem;
	padding-left:0.25rem;
	margin-bottom:0.75rem;
        background: none;
        color: inherit;
        padding: 0;
}


#contact_shop .box_wrapper .box01 .box02 h2:before {
    content: "\f138";
    font-family: FontAwesome;
    margin-right:0.25rem;
	color:#6dc7c8;
}

.page #main #contact_shop .box_wrapper .box01 .box02 ul{
    margin: inherit;
}

.page #main #contact_shop .box_wrapper .box01 .box02 ul li:before{
    content: none;
}

#contact_shop .box_wrapper .box01 .box02 ul li a {
	display:block;
	background:#6dc7c8;
	padding:0.25rem 1rem;
	text-align:center;
	color:#FFF;
	font-size:1.1em;
	margin-bottom:0.5rem;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#contact_shop .box_wrapper .box01 .box02 ul li:nth-child(1) a:before {
    content: "\f098";
    font-family: FontAwesome;
    margin-right:0.5rem;
	font-size:1.8em;
	font-weight:normal;
	line-height:1;
	position:relative;
	top:2px;
}

#contact_shop .box_wrapper .box01 .box02 ul li:nth-child(2) a {
	font-family: "nsjp", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

#contact_shop .box_wrapper .box01 .box02 ul li a span {
	position:relative;
	top:-3px;
}

#contact_shop .box_wrapper .box01 .box02 ul li:nth-child(2) a:before {
	content:url(../images/index/icon_line.png);
    margin-right:0.5rem;
	position:relative;
	top:3px;
}



@media (max-width: 768px){
#contact_shop {
	padding:2rem 0 0 0;
}

#contact_shop h1 {
	font-size:5.2vw;
	margin-bottom:1.5rem;
}

#contact_shop .box_wrapper {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#contact_shop .box_wrapper .box01 {
	width:48%;
	margin-right:0;
}

#contact_shop .box_wrapper .box01 .box02 {
	padding:8px;
}

#contact_shop .box_wrapper .box01 .box02 h2 {
    letter-spacing: 0;
    font-size: 0.9em;
}

#contact_shop .box_wrapper .box01 .box02 ul li a {
	font-size:4vw;
	padding:0.25rem 0.5rem;
}

}


#media {
	background:#f0f0f0;
	padding:4.5rem 0 3rem 0;
}

#media h1 {
	font-size:2.6em;
	text-align:center;
	margin-bottom:3rem;
	font-family: "nsjpb", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight:bold;
	line-height:1.4;
	color:#6dc7c8;
}

#media ul {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#media ul:after {
	content:none;
}

#media ul li {
	width:19%;
	margin-bottom:1.5rem;
}

@media (max-width: 768px){
#media {
	padding:2rem 0 1.5rem 0;
}

#media h1 {
    font-size: 7vw;
    margin-bottom: 1rem;
}

#media ul li {
	width:19%;
}

}


#case {
	padding:4.5rem 0 3rem 0;
	margin-bottom:0;
	background:url(../images/bg_ptn03.jpg) repeat;
}

#case h1 {
	font-size:2.6em;
	text-align:center;
	margin-bottom:3rem;
	font-family: "nsjpb", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight:bold;
	line-height:1.4;
	color:#6dc7c8;
}

#case ul {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
}

#case ul:after {
	content:none;
}

#case ul li img {
	width:100%;
	max-width:136px;
	height:auto;
	margin-bottom:1rem;
}

#case ul li {
	width:14.666%;
	margin-right:2.4%;
	text-align:center;
	margin-bottom:1.5rem;
	background:#FFF;
	padding:1.5rem 1rem;
	border-radius:1.5rem;
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.2));
}

#case ul li:nth-child(6n) {
	margin-right:0;
}

#case ul li a {
	display:block;
	color:#333;
}

#case ul li p {
	font-size:1.2em;
	font-family: "nsjpr", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight:bold;
}

.more {
	display:none;
}


@media (max-width: 768px){
#case {
	padding:2rem 0 2rem 0;
	margin-bottom:0;
}

#case h1 {
	font-size:7vw;
	margin-bottom:1.5rem;
}

#case ul li {
	width:32%;
	padding:1rem 8px;
	margin-bottom:0.75rem;
	margin-right:2%;
}

#case ul li:nth-child(6n) {
	margin-right:0;
}

#case ul li:nth-child(3n) {
	margin-right:0%;
}

#case ul li img {
	margin-bottom:0;
}

#case ul li p {
	font-size:3vw;
	letter-spacing:0;

}

.more {
	display:block;
    background: #6dc7c8;
	color:#fff;
	width: 200px;
	text-align: center;
	padding: 5px;
	cursor: pointer;
	margin:1rem auto 0 auto;
	border-radius:1rem;
}

}

#suisen {
	margin-top:6rem;
}

#suisen h1 {
	background:url(../images/bg_ptn02.jpg) repeat-x;
	background: #6dc6c7;
	padding:1.5rem 0;
	text-align:center;
	color:#FFF;
	font-size:2.4em;
	font-family: "nsjpb", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight:bold;
	text-shadow: 1px 1px 3px #000;
	margin-bottom:3rem;
}

#suisen h1 strong {
	color:#f1e300;
	font-size:1.6em;
	font-family: "nsjpb", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight:bold;
	margin:0 0.5rem;
}

#suisen dl {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom:4.5rem;
}

#suisen dl dt {
	width:30%;
	position:relative;
}

#suisen dl dt img {
	width:100%;
	height:auto;
}

#suisen dl dt span img {
	width:100%;
	max-width:122px;
	height:auto;
	position:absolute;
	right:2.5%;
	bottom:-25%;
}

#suisen dl dd {
	width:66%;
	text-align:center;
}

#suisen dl dd h2 {
	display:inline-block;
	text-align:center;
	font-size:1.8em;
	border-bottom:dotted 5px #6dc7c8;
	margin-bottom:1rem;
	padding:0 1.5rem 0.5rem 1.5rem;
}

#suisen dl dd p {
	text-align:left;
	line-height:1.8;
}

@media (max-width: 768px){

#suisen {
	margin-top:2rem;
}

#suisen h1 {
	font-size:5vw;
	letter-spacing:0;
	margin-bottom:1.5rem;
}

#suisen dl dd h2 {
	font-size:5vw;
}

#suisen dl {
	margin-bottom:1.5rem;
}

#suisen dl dt {
	width:100%;
	margin-bottom:1rem;
	text-align:center;
}

#suisen dl dt img {
	width:75%;
	height:auto
}

#suisen dl dd {
	width:100%;
}

#suisen dl dd p {
	font-size:1.1em;
}

#suisen dl dt span img {
	max-width:75px;
	bottom:-10%;
}
}





#ceo {
	background:url(../images/bg_ptn04.jpg) repeat;
	padding:4.5rem 0 0 0;
	margin-bottom:4.5rem;
}

#ceo .box_wrapper {
		display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#ceo .box_wrapper figure {
	width:39.06%
}

#ceo .box_wrapper .box01 {
	width:60%;
	position:relative;
	top:-1.5rem;
}

#ceo .box_wrapper .box01 h1 {
	font-size:2.4em;
	font-family: "nsjpb", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	text-align:center;
	margin-bottom:1.5rem;
}

#ceo .box_wrapper .box01 h1 .liner_yellow {
	background: linear-gradient(transparent 60%, #f1e300 60%);
}

#ceo .box_wrapper .box01 p {
	line-height:2;
}

@media (max-width: 768px){

#ceo {
	padding:2rem 0 0 0;
	margin-bottom:2rem;
}

#ceo .box_wrapper .box01 h1 {
	font-size:7vw;
	margin-bottom:1.5rem;
}

#ceo .box_wrapper .box01 {
	top:0;
	width:100%;
}

#ceo .box_wrapper .box01 p {
	font-size:1.1em;
}

#ceo .box_wrapper figure {
	width:100%;
	text-align:center;
}

#ceo .box_wrapper figure img {
	width:80%;
	max-width:500px;
	height:auto;

}

}


#bottom_banners {
	margin-bottom:4.5rem;
}

#bottom_banners ul:nth-child(1){
		display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom:2rem;
}

#bottom_banners ul:nth-child(3) {
		display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
}

#bottom_banners ul:nth-child(2) {
	margin-bottom:2rem;
}

#bottom_banners ul:nth-child(2) li {
	width:100%;
}

#bottom_banners ul:nth-child(3) li {
	width:23.5%;
	margin-right:2%;
}

#bottom_banners ul:nth-child(3) li img {
	width:100%;
	height:auto;
	max-width:300px;
}

#bottom_banners ul:nth-child(3) li:nth-child(4n) {
	margin-right:0;
}

#bottom_banners ul:nth-child(1):after {
	content:none;
}

#bottom_banners ul:nth-child(1) li {
	width:48%;
}

#bottom_banners ul:nth-child(1) li img,
#bottom_banners ul:nth-child(2) li img {
	width:100%;
	height:auto;
}

#information {
	margin-bottom:4.5rem;
}

#information h1 {
	margin-bottom:0;
}

#information ul {
	padding:1.5rem;
	border-left:1px solid #DDD;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	max-height:200px;
	overflow:auto;
}

#information ul li {
	margin-bottom:1rem;
	padding-bottom:1rem;
	border-bottom:1px dashed #DDD;
}

#information ul li span {
	margin-right:1rem;
}

@media (max-width: 768px){
#bottom_banners {
	margin-bottom:2rem;
}

#bottom_banners ul:nth-child(1), 
#bottom_banners ul:nth-child(2) {
	margin-bottom:1rem;
}

#bottom_banners ul:nth-child(3) {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#bottom_banners ul:nth-child(3) li {
	width:48%;
	margin-bottom:1rem;
	margin-right:0;
}

#information ul {
	padding:10px;
}

#information ul li span {
	display:block;
}

}


/*contact*/
#contact table {
	margin:0 0 3rem 0;
}

#contact table th,
#contact table td:nth-child(1) {
	width:30%;
}

#contact table td input[type="text"] ,
#contact table td input[type="email"],
#contact table td input[type="tel"] {
	border:1px solid #CCC;
	height:35px;
	padding:0.5rem;
}

#contact table td input[type="text"]:focus,
#contact table td input[type="email"]:focus,
#contact table td input[type="tel"]:focus,
#contact table td textarea:focus {
	outline: 0;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}


#contact table td textarea {
	width:98%;
	border:1px solid #CCC;
	padding:0.5rem;
}

#contact table td span.required {
	background:#FF0000;
	color:#FFF;
	font-size:0.8em;
	padding:0.15rem 0.5rem;
	display:inline-block;
	margin-left:0.5rem;
}

#contact p.submit_btn {
	text-align:center;
	margin-bottom:1.5rem !important;
}

#contact p.submit_btn input {
	font-size:1.4em;
	padding:0.75rem 1.5rem;
	margin:0 1rem;
	border:1px solid #CCC;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-response-output {
	border:2px solid #FF0000;
	padding:1rem;
	text-align:center;
	background:#FFFFFF;
	color:#FF0000;
	margin-left:0;
	margin-right:0;
}

#contact table td strong {
	font-size:1.2em;
	margin-bottom:0.5rem;
	display:block;
}

#contact table td #privacy_box {
	font-size:0.8em;
	max-height:180px;
	overflow:auto;
	background:#FFF;
	padding:1rem;
}

#contact table td #privacy_box p {
	margin-bottom:0.5rem;
}


@media (max-width: 767px){

#contact table {
	margin:0 0 1rem 0;
}

#contact table td:nth-child(1) {
	width:100%;
	border-bottom:none;
	font-size:1em;
}

#contact .content_wrapper p span {
	font-size:1em !important;
}

#contact .wpcf7 table {
    border-bottom: 1px solid #CCC;
}

#contact .wpcf7 table th,
#contact .wpcf7 table td {
	width:100%;
	display:block;
	border-bottom:none;
}

p.soshin input {
	font-size:1.2em;
	padding:0.5rem 1rem;
}

#contact p.submit_btn input {
}

}

/*pagenav*/
.pagenav {
	clear: both;
	padding: 50px 0;
	text-align: center;
}
a.page-numbers, .pagenav .current {
	background: #fff;
	border: solid 1px #ddd;
	padding: 5px 10px;
	margin: 5px 2px;
	text-decoration: none;
}
.pagenav .current {
	background: #1D1D1D;
	border: solid 1px #1D1D1D;
	color: #fff;
}
 @media (max-width: 1280px) {
.pagenav {
	clear: both;
	padding: 20px 0 5px 0;
	text-align: left;
}
}

/*privacy*/
#privacy {
}

#privacy dl dt {
	font-size:1.1em;
	margin-bottom:0.5rem;
}

#privacy dl dd {
	margin-bottom: 1.5rem;
	padding-bottom:1.5rem;
	border-bottom:1px dotted #a0a0a0;
	font-size:1em;
}

#privacy dl dd:last-child {
	border:none;
	text-align:right;
	margin-bottom:0;
	padding-bottom:0;
}

#privacy p {
	text-align:left;
	margin-bottom:1.5rem !important;
	font-size:1.1em !important;
}

#privacy p.box_gray {
	background:#F0F0F0;
	padding:1rem;
	margin-bottom:3rem !important;
}

#privacy table {
	margin-bottom:0;
}

@media (max-width: 1280px) {
#privacy .content_wrapper p {
	margin-bottom:1.5rem;
}

#privacy dl dt {
	font-size:1.1em;
}

#privacy dl dd {
	font-size:1em;
	margin-bottom:1.5rem;
	padding-bottom:1.5rem;
}

}

/*link*/

#link table td img {
	max-width:88px;
	height:auto;
}


#sitemap #main ul li:before {
	content:none;
}

#sitemap #main ul li a {
	display:block;
	background:#F5F5F5;
	padding:0.75rem 1rem;
	margin-bottom:1rem;
	color:#333;
}

#sitemap #main ul li a:before {
    content: "\f152";
    font-family: FontAwesome;
    margin-right:0.5rem;
	color:#6dc7c8;
}

#sitemap #main ul li ul {
	margin-bottom:1rem;
}

#sitemap #main ul li ul li a {
	background:none;
	padding:0 1.5rem;
	margin-bottom:0;
}

#sitemap #main ul li ul li a:before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right:0.5rem;
}

@media (max-width: 767px){
#sitemap #main ul li a {
	margin-bottom:0.5rem;
}
}



/*お問い合わせボタン*/

.contact_btn:before{
  content: "";
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #FFF transparent transparent transparent;
  border-width: 40px 40px 0 40px;
}



.contact_btn {
	background:url(../images/bg_ptn02.jpg) repeat;
	background: #6dc6c7;
	padding:3rem 2.5rem 2.5rem 2.5rem;
	margin-bottom:4.5rem;
	color:#FFF;
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: relative;
}

.contact_btn .box01 {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width:84.5%
}

.contact_btn:after,
.contact_btn .box01:after,
.contact_btn .box02:after {
	content:none;
}

.contact_btn figure {
	width:13.5%;
}

.contact_btn figure img {
	width:100%;
	height:auto;
	max-width:200px;
}

.contact_btn p {
	font-size:2.4em;
	font-family: "nsjpb", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight:bold;
	width:100%;
	letter-spacing:0.2px;
}

.contact_btn p span {
	border-left:8px solid #FFF;
	padding-left:0.75rem;
	line-height:1;
}

.contact_btn .box02 {
	width:100%;
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.contact_btn .box03 {
	width:50%;
}

.contact_btn .box03 dl dt {
	font-size:5.6em;
	font-family: "nsjpb", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1;
	letter-spacing:0;
}

/* Edge */
_:-ms-lang(x)::backdrop, .contact_btn .box03 dl dt {
	font-size:5.5em;
}

.contact_btn .box03 dl dt a {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-family: "nsjpb", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight:bold;
}

.contact_btn .box03 dl dt:before {
    content: "\f095";
    font-family: FontAwesome;
    margin-right:0.5rem;
}


.contact_btn .box03 dl dd {
	font-size:1.6em;
	font-family: "nsjpb", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight:bold;
	letter-spacing:0.2px;
}

.contact_btn .box03 dl dd b {
	font-family: "nsjpb", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight:bold;
	background:#FFF;
	padding:0.1rem 0.5rem;
	color:#6dc7c8;
	display:inline-block;
	margin-right:0.5rem;
}

.contact_btn .box03 dl dd span {
	margin-right:0.5rem;
}

.contact_btn .box04 {
	width:48%;
	padding:1rem;
	background:#FFF;
	border-radius:10px;
}

.contact_btn .box04 img {
	width:100%;
	height:auto;
	max-width:568px;
}

@media (max-width: 1280px){
.contact_btn p {
	font-size:2em;
}
.contact_btn .box03 dl dt {
	font-size:5em;
}

/* Edge */
_:-ms-lang(x)::backdrop, .contact_btn .box03 dl dt {
	font-size:4.8em;
}

.contact_btn .box03 dl dd {
	font-size:1.4em;
}
}

@media (max-width: 1360px){
.contact_btn p {
	font-size:1.6em;
}
.contact_btn .box03 dl dt {
	font-size:4.2em;
}
/* Edge */
_:-ms-lang(x)::backdrop, .contact_btn .box03 dl dt {
	font-size:4em;
}

.contact_btn .box03 dl dd {
	font-size:1.1em;
}
}


@media (max-width: 1120px){
.contact_btn p {
	font-size:1.2em;
}
.contact_btn .box03 dl dt {
	font-size:3.6em;
	margin-bottom:0.5rem;
}
/* Edge */
_:-ms-lang(x)::backdrop, .contact_btn .box03 dl dt {
	font-size:3.4em;
}
	
.contact_btn .box03 dl dd {
	font-size:0.9em;
}
}

@media (max-width: 980px){
.contact_btn {
	padding:3rem 1rem 1rem 1rem;
}

.contact_btn p {
	font-size:1.1em;
}
.contact_btn .box03 dl dt {
	font-size:2.8em;
	margin-bottom:0.5rem;
}
/* Edge */
_:-ms-lang(x)::backdrop, .contact_btn .box03 dl dt {
	font-size:2.6em;
}

.contact_btn .box03 dl dd {
	font-size:0.8em;
	letter-spacing:0;
}

.contact_btn .box03 dl dd b,
.contact_btn .box03 dl dd span {
	margin-right:0.25rem;
}

.contact_btn .box04 {
	padding:0.5rem;
}
}

@media (max-width: 767px){

.contact_btn {
	padding:3.5rem 1rem 1rem 1rem;
}

.contact_btn .box01 {
	margin-bottom:1rem;
}

.contact_btn .box01,
.contact_btn .box03,
.contact_btn .box04 {
	width:100%;
}

.contact_btn p span {
	line-height:1.4;
}

.contact_btn p,
.contact_btn .box03 {
	margin-bottom:1rem;
}

.contact_btn .box03 dl dt {
	font-size:2.4em;
}

.contact_btn .box03 dl dt a {
	color:#FFF;
	font-family: "nsjpb", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight:bold;
}

.contact_btn .box03 dl dd {
	letter-spacing:0.2px;
}

.contact_btn p span {
	display:block;
}

.contact_btn figure {
	width:100%;
	text-align:center;
}

}


/*スライドバーのスタイル*/
.sb-toggle-right {
	overflow: hidden;
	position: fixed;
	right: 10px;
	top: 0.5rem;
	z-index: 10002;
	font-family: FontAwesome;
	line-height: 1;
	padding: 3px 5px;
	background: rgba(255,255,255,0.5);
}
.sb-toggle-right a {
	color: #6dc7c8;
	font-size: 30px;
}
.sb-active .sb-toggle-right a {
	color: #111;
}
.sb-active .sb-toggle-right a .fa-bars::before {
	content: " \f00d";
}
.drow_menu {
	padding: 10px 1rem;
}
.drow_menu h3 {
	font-size: 2em;
	text-align: left;
	padding-left: 0;
	padding-right: 0;
	color: #FFF;
	font-weight: bold;
	margin-top:1rem;
}
.drow_menu h3:first-letter {
	color: #6dc7c8;
}
.drow_menu ul.parent {
	margin-bottom: 1.5rem;
}
.drow_menu ul.parent li {
	background: #222;
	border: 1px solid #a0a0a0;
	padding: 5px 10px;
	margin-bottom: 4px;
	font-weight: normal;
	font-size: 0.8rem;
	letter-spacing:0.3px;
}
.drow_menu ul.parent li:before {
	content: "\f105";
	font-family: FontAwesome;
	margin-right: 0.5rem;
	color: #FFF;
	font-weight: normal;
	display: inline !important;
}
.drow_menu ul.parent li a {
	font-weight: normal;
	color: #FFF;
}
.drow_menu ul.parent li ul.sub-menu {
	margin-top: 5px;
}
.drow_menu ul.parent li ul.sub-menu li {
	background: #FFF;
	padding: 3px 10px;
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 1.0rem;
	border: none;
}
.drow_menu ul.parent li ul.sub-menu li:before {
	content: "\f0da";
	font-family: FontAwesome;
	margin-right: 0.5rem;
	color: #000;
}
.drow_menu ul.parent li ul.sub-menu li a {
	font-weight: normal;
	color: #222;
	font-size:0.8em;
}
.drow_menu ul.parent li ul.sub-menu ul {
	margin-top: 0;
}
.drow_menu ul.parent li ul.sub-menu ul li {
	padding: 0 0 0 10px;
}
.drow_menu ul.parent li ul.sub-menu ul li:before {
	content: "\f105";
	font-family: FontAwesome;
	margin-right: 0.5rem;
	color: #000;
}

.drow_menu ul.side_banners li {
	margin-bottom:1rem;
}

.drow_menu ul.side_banners li img {
	width:100%;
	height:auto;
}

/*開閉ボタン*/
.accordionBtn {
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 6px 0 0;
}
.accordionBtn:before {
	content: "\f067";
	font-family: FontAwesome;
	color: #888;
	cursor: pointer;
}
.accordionBtn.active:before {
	content: "\f068";
	font-family: FontAwesome;
}



/* Slidebars 0.10.3 (http://plugins.adchsm.me/slidebars/) written by Adam Smith (http://www.adchsm.me/) released under MIT License (http://plugins.adchsm.me/slidebars/license.txt) */
#sb-site, .sb-site-container, .sb-slidebar, body, html {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
body, html {
	width: 100%;
	overflow-x: hidden
}
html {
	height: 100%
}
body {
	min-height: 100%;
	height: auto;
	position: relative
}
html.sb-scroll-lock.sb-active:not(.sb-static) {
	overflow: hidden
}
#sb-site, .sb-site-container {
	width: 100%;
	min-height: 100vh;
	position: relative;
	z-index: 1;
	background:#FFF;
}
#sb-site:after, #sb-site:before, .sb-site-container:after, .sb-site-container:before {
	content: ' ';
	display: table;
	clear: both
}
.sb-slidebar {
	height: 100%;
	overflow-y: auto;
	position: fixed;
	top: 0;
	z-index: 0;
	display: none;
	background-color: #111;
}
.sb-slidebar, .sb-slidebar * {
	-webkit-transform: translateZ(0px)
}
.sb-left {
	left: 0
}
.sb-right {
	right: 0
}
.sb-slidebar.sb-static, html.sb-static .sb-slidebar {
	position: absolute
}
.sb-slidebar.sb-active {
	display: block
}
.sb-style-overlay {
	z-index: 9999
}
.sb-momentum-scrolling {
	-webkit-overflow-scrolling: touch
}
.sb-slidebar {
	width: 30%
}
.sb-width-thin {
	width: 15%
}
.sb-width-wide {
	width: 45%
}
@media (max-width:480px) {
.sb-slidebar {
	width: 70%
}
.sb-width-thin {
	width: 55%
}
.sb-width-wide {
	width: 85%
}
}
@media (min-width:481px) {
.sb-slidebar {
	width: 55%
}
.sb-width-thin {
	width: 40%
}
.sb-width-wide {
	width: 70%
}
}
@media (min-width:768px) {
.sb-slidebar {
	width: 40%
}
.sb-width-thin {
	width: 25%
}
.sb-width-wide {
	width: 55%
}
}
@media (min-width:992px) {
.sb-slidebar {
	width: 30%
}
.sb-width-thin {
	width: 15%
}
.sb-width-wide {
	width: 45%
}
}
@media (min-width:1200px) {
.sb-slidebar {
	width: 20%
}
.sb-width-thin {
	width: 5%
}
.sb-width-wide {
	width: 35%
}
}
#sb-site, .sb-site-container, .sb-slide, .sb-slidebar {
	-webkit-transform: translate(0px);
	-moz-transform: translate(0px);
	-o-transform: translate(0px);
	transform: translate(0px);
	-webkit-transition: -webkit-transform 400ms ease;
	-moz-transition: -moz-transform 400ms ease;
	-o-transition: -o-transform 400ms ease;
	transition: transform 400ms ease;
	-webkit-transition-property: -webkit-transform, left, right;
	-webkit-backface-visibility: hidden
}
.sb-hide {
	display: none
}

/*ページトップ
***************************************/
div.scroll-btn {
	position: fixed;
	right: 1.5rem;
	z-index: 10000;
}

div.scroll-btn a {
	background: rgba( 204, 204, 204, 0.5);
	width: 60px;
	height: 60px;
	display: block;
	text-align: center;
	transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
}

div.scroll-btn a:hover {
	background: #111;
}

div.scroll-btn a i {
	font-size: 60px;
	line-height: .8;
	color: #fff;
	opacity: .8;
	transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out
}

div.scroll-btn a:hover i {
	color: #FFF;
	opacity: 1;
}

@media screen and (min-width:768px){
#sp_contact {
	display:none;
}
}

@media (max-width:767px) {
#sp_contact {
    position: fixed !important;
    bottom: 0;
    right: 0;
	width: 100%;
	z-index:9999;
	border-top: 1px solid #FFF;
}

#sp_contact ul {
	position:relative;

}

#sp_contact li a {
    background: #6dc7c8;
    text-decoration: none;
    color: #fff;
    width: 50%;
    padding: 10px 0;
    text-align: center;
	letter-spacing: 0rem;
    display: block;
	float: left;
}
#sp_contact li:last-of-type a {
	border-left: 1px solid #FFF;
}
#sp_contact a:hover {
    text-decoration: none;
    background:#F16672;
}

#sp_contact li a i {
	margin-right:0.5rem;
}

}


/*フェードイン トップ営業マン*/
/* 画面外にいる状態 */
.fadein {
    opacity : 0;
    transform : translate(50px, 0);
    transition : all 500ms;
    }
 
/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }

/* 2つ目以降のの要素に200msずつdelayをかける */

@media screen and (min-width:320px) and ( max-width:767px) {
}

@media screen and (min-width:768px) and ( max-width:1280px) {
#top_salesman .box_wrapper .fadein:nth-of-type(2) {    -moz-transition-delay:200ms;    -webkit-transition-delay:200ms;    -o-transition-delay:200ms;    -ms-transition-delay:200ms;    }
#top_salesman .box_wrapper .fadein:nth-of-type(3) {    -moz-transition-delay:400ms;    -webkit-transition-delay:400ms;    -o-transition-delay:400ms;    -ms-transition-delay:400ms;    }
#top_salesman .box_wrapper .fadein:nth-of-type(4) {    -moz-transition-delay:600ms;    -webkit-transition-delay:600ms;    -o-transition-delay:600ms;    -ms-transition-delay:600ms;    }
#top_salesman .box_wrapper .fadein:nth-of-type(5) {    -moz-transition-delay:800ms;    -webkit-transition-delay:800ms;    -o-transition-delay:800ms;    -ms-transition-delay:800ms;    }
}

@media (min-width: 1281px){
#top_salesman .box_wrapper .fadein:nth-of-type(2) {    -moz-transition-delay:200ms;    -webkit-transition-delay:200ms;    -o-transition-delay:200ms;    -ms-transition-delay:200ms;    }
#top_salesman .box_wrapper .fadein:nth-of-type(3) {    -moz-transition-delay:400ms;    -webkit-transition-delay:400ms;    -o-transition-delay:400ms;    -ms-transition-delay:400ms;    }
#top_salesman .box_wrapper .fadein:nth-of-type(4) {    -moz-transition-delay:600ms;    -webkit-transition-delay:600ms;    -o-transition-delay:600ms;    -ms-transition-delay:600ms;    }
#top_salesman .box_wrapper .fadein:nth-of-type(5) {    -moz-transition-delay:800ms;    -webkit-transition-delay:800ms;    -o-transition-delay:800ms;    -ms-transition-delay:800ms;    }
}




/*フェードイン トップ営業マン　トップ強み*/
/* 画面外にいる状態 */
.fadein02 {
    opacity : 0;
    transform : translate(50px, 0);
    transition : all 500ms;
    }
 
/* 画面内に入った状態 */
.fadein02.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }

/* 2つ目以降のの要素に200msずつdelayをかける */

@media screen and (min-width:320px) and ( max-width:767px) {
}

@media screen and (min-width:768px) and ( max-width:1280px) {
#top_contents .fadein02:nth-of-type(2) {    -moz-transition-delay:200ms;    -webkit-transition-delay:200ms;    -o-transition-delay:200ms;    -ms-transition-delay:200ms;    }
#top_contents .fadein02:nth-of-type(3) {    -moz-transition-delay:400ms;    -webkit-transition-delay:400ms;    -o-transition-delay:400ms;    -ms-transition-delay:400ms;    }
#top_contents .fadein02:nth-of-type(5) {    -moz-transition-delay:200ms;    -webkit-transition-delay:200ms;    -o-transition-delay:200ms;    -ms-transition-delay:200ms;    }
#top_contents .fadein02:nth-of-type(6) {    -moz-transition-delay:400ms;    -webkit-transition-delay:400ms;    -o-transition-delay:400ms;    -ms-transition-delay:400ms;    }
}

@media (min-width: 1281px){
#top_contents .fadein02:nth-of-type(2) {    -moz-transition-delay:200ms;    -webkit-transition-delay:200ms;    -o-transition-delay:200ms;    -ms-transition-delay:200ms;    }
#top_contents .fadein02:nth-of-type(3) {    -moz-transition-delay:400ms;    -webkit-transition-delay:400ms;    -o-transition-delay:400ms;    -ms-transition-delay:400ms;    }
#top_contents .fadein02:nth-of-type(5) {    -moz-transition-delay:200ms;    -webkit-transition-delay:200ms;    -o-transition-delay:200ms;    -ms-transition-delay:200ms;    }
#top_contents .fadein02:nth-of-type(6) {    -moz-transition-delay:400ms;    -webkit-transition-delay:400ms;    -o-transition-delay:400ms;    -ms-transition-delay:400ms;    }
}




/*フェードイン 物件*/
/* 画面外にいる状態 */
.fadein03 {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 500ms;
    }
 
/* 画面内に入った状態 */
.fadein03.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }

/* 2つ目以降のの要素に200msずつdelayをかける */

@media screen and (min-width:320px) and ( max-width:767px) {
}

@media screen and (min-width:768px) and ( max-width:1280px) {
#top_search .box_wrapper .fadein03:nth-of-type(2) {    -moz-transition-delay:200ms;    -webkit-transition-delay:200ms;    -o-transition-delay:200ms;    -ms-transition-delay:200ms;    }
#top_search .box_wrapper .fadein03:nth-of-type(3) {    -moz-transition-delay:400ms;    -webkit-transition-delay:400ms;    -o-transition-delay:400ms;    -ms-transition-delay:400ms;    }
#top_search .box_wrapper .fadein03:nth-of-type(4) {    -moz-transition-delay:600ms;    -webkit-transition-delay:600ms;    -o-transition-delay:600ms;    -ms-transition-delay:600ms;    }
#top_search .box_wrapper .fadein03:nth-of-type(5) {    -moz-transition-delay:800ms;    -webkit-transition-delay:800ms;    -o-transition-delay:800ms;    -ms-transition-delay:800ms;    }
}

@media (min-width: 1281px){
#top_search .box_wrapper .fadein03:nth-of-type(2) {    -moz-transition-delay:200ms;    -webkit-transition-delay:200ms;    -o-transition-delay:200ms;    -ms-transition-delay:200ms;    }
#top_search .box_wrapper .fadein03:nth-of-type(3) {    -moz-transition-delay:400ms;    -webkit-transition-delay:400ms;    -o-transition-delay:400ms;    -ms-transition-delay:400ms;    }
#top_search .box_wrapper .fadein03:nth-of-type(4) {    -moz-transition-delay:600ms;    -webkit-transition-delay:600ms;    -o-transition-delay:600ms;    -ms-transition-delay:600ms;    }
#top_search .box_wrapper .fadein03:nth-of-type(5) {    -moz-transition-delay:800ms;    -webkit-transition-delay:800ms;    -o-transition-delay:800ms;    -ms-transition-delay:800ms;    }
}


/*外部*/




/*ショップ一覧*/

.shop_list {
	margin-bottom:3rem;
}

.shop_list ul {
}

.shop_list ul li {
}

.shop_list ul li:before {
	content: "\f152";
	font-family: FontAwesome;
	font-weight: normal;
	margin-right: 0.5rem;
	color: #6dc7c8;
}

.shop_list ul li a {
	color: #111;
}

.shop_list ul li span {
	margin-left: 1rem;
	margin-right: 1rem;
}

.shop_archive .shop_mainvisual img {
    width: 100%;
    height: 400px;
    object-fit: cover;
	margin-bottom:2rem;
}

.shop_archive .box_wrapper {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom:4.5rem;
}

.shop_archive .box_wrapper figure {
	width:20%;
}

.shop_archive .box_wrapper figure img {
	width:100%;
	height:auto;
	margin-bottom:1rem;
}

.shop_archive .box_wrapper .box01 {
	width:76%;
}

.shop_archive .box_wrapper .box01 p {
	margin-bottom:1rem;
}

.shop_archive .detail_btns {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
	margin-bottom:2rem;
}

.shop_archive .detail_btns a {
	display:block;
	padding:0.5rem 1rem;
	text-align:center;
	margin:0 0 0 1rem;
	color:#FFF;
    border-radius: 0.5rem;
	width:30%;
}

.shop_archive .detail_btns a:nth-child(1) {
	background:#426428;
}

.shop_archive .detail_btns a:nth-child(2) {
	background:#fabd00;
}

.shop_archive .detail_btns a:nth-child(3) {
	background:#75460b;
} 

.shop_archive .box_wrapper .box01 h3 {
	margin-bottom:0.5rem;
	border-left:5px solid #6dc7c8;
	border-bottom:1px solid #DDD;
	padding:0.25rem 1rem;
	font-size:1.2em;
}

.shop_archive .box_wrapper .box01 ul {
	margin-left:0.5rem;
}

.shop_archive .box_wrapper .box01 ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 0.5rem;
    color: #6dc7c8;
}


@media (max-width: 767px){

.shop_archive .shop_mainvisual img {
	height:200px;
	margin-bottom:1rem;
}

.shop_archive .box_wrapper {
	margin-bottom:2rem;
}

.shop_archive .box_wrapper figure {
	width:100%;
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.shop_archive .box_wrapper figure img {
	width:48%;
	height:auto;
    height: 120px;
    object-fit: cover;
}

.shop_archive .box_wrapper .box01 {
	width:100%;
}

.shop_archive .detail_btns {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom:1.5rem;
}

.shop_archive .detail_btns a {
	display:block;
	font-size:3.2vw;
	margin:0;
	padding:0.25rem;
	letter-spacing:0;
}

}









/*ショップ*/
#shop_mainvisual {
	margin-bottom:4.5rem;
	position:relative;
}

#shop_mainvisual .box1280 {
}

#shop_mainvisual figure {
	position: relative;
	width:65%;
}
#shop_mainvisual figure:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background: linear-gradient(left, rgba(255, 255, 255, 0) 70%, #fff 100%);
    background:-webkit-linear-gradient(left, rgba(255, 255, 255, 0) 70%, #fff 100%);
    background:-moz-linear-gradient(left, rgba(255, 255, 255, 0) 70%, #fff 100%);
    background:-o-linear-gradient(left, rgba(255, 255, 255, 0) 70%, #fff 100%);
}

#shop_mainvisual figure img {
	width:100%;
	height:auto;
}

#mainvisual_text {
	text-align:right;
	position:absolute;
	bottom:15%;
	right:5%;
	text-shadow:
	2px  2px 5px #FFF,
	-2px  2px 5px #FFF,
	 2px -2px 5px #FFF,
	-2px -2px 5px #FFF;
}

#mainvisual_text h2 {
	font-size:5.4em;
	margin-bottom:1rem;
	line-height:1.2;
	font-family: "nsjpb", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight:bold;
}

#mainvisual_text h2 span {
	display:block;
	font-size:0.25em;
	font-family: "nsjpb", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

#mainvisual_text p {
	font-size:2em;
	font-family: "nsjpb", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

#mainvisual_text #shop_mainvisual_access {
	margin-bottom:0.75rem;
}

#mainvisual_text #shop_mainvisual_access p {
	line-height:1;
}

#mainvisual_text p strong {
	font-size:2em;
	font-family: "nsjpb", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	color:#6dc7c8;
}

#shop_page_menu ul {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom:3rem;
}

#shop_page_menu ul:after {
	content:none;
}

#shop_page_menu ul li {
	text-align:center;
	width:23%;
}

#shop_page_menu ul li a {
	display:block;
	padding:0.75rem 1rem;
	background:#75460b;
	color:#FFF;
	text-align:center;
	border-radius:0.5rem;
}

#shop_page_menu ul li a:before {
    content: "\f152";
    font-family: FontAwesome;
    margin-right:0.5rem;
}

#shop_hokensho p {
	margin-bottom:4.5rem;
	background:#edfce0;
	padding:1.5rem;
	border-radius:0.5rem;
}

#main  section#shop_info {
	margin-bottom:3rem;
}

#shop_info .box_wrapper {
		display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#shop_info p {
	margin-bottom:1.5rem;
}

#shop_info dl {
	width:32%;
	margin-bottom:1.5rem;
}

#shop_info dl:nth-child(3n+2):last-child {
    margin-right: 34%;
}

#shop_info dl dt img {
	width:100%;
	height:auto;
	padding:5px;
	border:1px solid #DDD;
	margin-bottom:0.5rem;
    height: 280px;
    object-fit: cover;
}

#main #shop_pictures {
	margin-bottom:3.5rem;
}

#shop_pictures .box_wrapper ul {
		display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#shop_pictures .box_wrapper ul:after {
	content:none;
}

#shop_pictures .box_wrapper ul li {
	width:24%;
	margin-bottom:1rem;
}

#shop_pictures .box_wrapper ul li:nth-child(4n+2):last-child {
    margin-right: 50.6%;
}

#shop_pictures .box_wrapper ul li:nth-child(4n+3):last-child {
    margin-right: 25.3%;
}

#shop_pictures .box_wrapper ul li img {
	width:100%;
	height:auto;
	padding:5px;
	border:1px solid #DDD;
	margin-bottom:0.5rem;
    height: 240px;
    object-fit: cover;
}

#shop_menu_price h3 {
	margin-bottom:1.5rem;
    font-size: 1.3em;
    border-bottom: solid 3px #6dc7c8;
    padding: 0 1rem 0.5rem 1rem;
}

#shop_menu_price h3:before {
    content: "\f08d";
    font-family: FontAwesome;
    margin-right:0.75rem;
	color:#6dc7c8;
	font-size:1.2em;
}

#shop_menu_price table {
	margin-bottom:3rem;
}

#shop_menu_price table td:nth-child(1) {
	text-align:center;
	font-size:1.1em;
}

#main .shop_staff_box:nth-child(1) {
	margin-bottom:3rem;
}

.single-shop #main .shop_staff_box {
	margin-bottom:0;
}

#main .shop_staff_box:nth-child(1) dl {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom:1.5rem;
}

#main .shop_staff_box:nth-child(1) dl:after {
	content:none;
}

#main .shop_staff_box:nth-child(1) dl dt {
	width:35%;
}

#main .shop_staff_box:nth-child(1) dl dt img {
	width:100%;
	height:auto;
	padding:5px;
	background:#F0F0F0;
}

#main .shop_staff_box:nth-child(1) dl dd {
	width:60%;
}

#main .shop_staff_box:nth-child(1) dl dd h3 {
	margin-bottom:0.5rem;
	padding-bottom:0.5rem;
	border-bottom:1px solid #DDD;
	font-size:1.2em;
}

#main .shop_staff_box:nth-child(1) dl dd h3 span {
	margin-right:0.25rem;
	font-size:1.1em;
	color:#6dc7c8;
}

#main .shop_staff_box:nth-child(1) dl dd p {
	margin-bottom:1rem;
}

#main .shop_staff_box:nth-child(1) dl dd .detail_btn {
	text-align:right;
}

#main .shop_staff_box:nth-child(1) dl dd .detail_btn a {
	display:inline-block;
	padding:0.5rem 1.5rem;
	background:#75460b;
	color:#FFF;
	border-radius: 0.5rem;
}

#main .shop_staff_box:nth-child(1) dl dd .detail_btn a:before {
    content: "\f152";
    font-family: FontAwesome;
    margin-right:0.5rem;
}


.shop_staff_box:nth-child(n+2) {
		display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
}

.shop_staff_box:nth-child(n+2):after {
	content:none;
}

.shop_staff_box:nth-child(n+2) h2 {
	width:100%;
}

.shop_staff_box:nth-child(n+2) dl {
	width:32%;
	margin-right:2%;
	margin-bottom:3rem;
	position:relative;
}

.shop_staff_box:nth-child(n+2) dl:nth-child(3n+1) {
	margin-right:0;
}

.shop_staff_box:nth-child(n+2) dl dd h3 {
	text-align:center;
	font-size:1em;
	position:absolute;
	bottom:0;
	width:100%;
	background:rgba(255,255,255,0.7);
	padding:0.25rem 1rem;
}

.shop_staff_box:nth-child(n+2) dl dd h3 span {
	color:#6dc7c8;
	font-size:1em;
    margin-right: 0.25rem;
}

.shop_staff_box:nth-child(n+2) dl dd p {
	display:none;
}


.shop_contact_btn .box_wrapper {
	margin-bottom:4.5rem;
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.shop_contact_btn dl {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center;
	justify-content: center;
	border:5px solid #6dc7c8;
	padding:1rem;
	border-radius:1rem;
	width:48%;
}

.shop_contact_btn dl dt {
	font-size:1.2em;
	font-family: "nsjpb", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	line-height:1.2;
	text-align:center;
	margin-right:1rem;
}

.shop_contact_btn dl dd a {
	font-size:3em;
	font-family: "nsjpb", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	color:#111;
}

.shop_contact_btn dl dd a:before {
    content: "\f098";
    font-family: FontAwesome;
    margin-right:0.5rem;
	color:#6dc7c8;
}

.shop_contact_btn dl:nth-child(2) dd a {
	font-size:2.4em;
	letter-spacing:0;
}

.shop_contact_btn dl:nth-child(2) dd a:before {
    content: "\f08e";
    font-family: FontAwesome;
    margin-right:0.5rem;
	color:#6dc7c8;
}

#main section#shop_access_info {
	margin-bottom:3rem;
}

#shop_access_info .box_wrapper {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#shop_access_info .box_wrapper:after {
	content:none;
}

#map,
#shop_access_info_text {
	width:48%;
	margin-bottom:3rem;
}

#shop_access_info_text ul li {
	margin-bottom:0.5rem;
}

#shop_access_info_text ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right:0.5rem;
	color:#6dc7c8;
}

#shop_streetview,
#shop_access_movie {
	width:48%;
}

@media (max-width: 768px){

#shop_mainvisual {
	margin-bottom:2rem;
}

#shop_mainvisual .box1280 {
	padding:0;
}

#mainvisual_text {
	bottom:10%;
}

#mainvisual_text h2 {
	font-size:6vw;
	margin-bottom:0.5rem;
}

#mainvisual_text p {
	font-size:3.6vw;
}

#shop_page_menu ul {
	margin-bottom:1rem;
}

#shop_page_menu ul li {
	width:48%;
	margin-bottom:0.5rem;
}

#shop_page_menu ul li a {
	padding:0.35rem 10px;
	font-size:3.6vw;
	letter-spacing:0;
	text-align:left;
}

#shop_hokensho p {
	margin-bottom:2rem;
	padding:1rem;
}

#main section#shop_info {
	margin-bottom:1.5rem;
}

#shop_info dl {
	width:48%;
}


#shop_info dl:nth-child(3n+2):last-child {
    margin-right: 0;
}

#shop_info dl dt img {
	height:auto;
}

#shop_info dl dd p {
	margin-bottom:0;
	font-size:3.6vw;
	line-height:1.6;
}

#shop_pictures .box_wrapper ul li {
	width:48%;
	margin-bottom:0.5rem;
}

#shop_pictures .box_wrapper ul li img {
	height:auto;
}

section#shop_menu_price {
	margin-bottom:2rem;
}

#shop_menu_price h3 {
	font-size:4.5vw;
	letter-spacing:0;
}

#shop_menu_price table {
	margin-bottom:1.5rem;
}

#shop_menu_price table td:nth-child(1) {
	font-size:0.9em;
}

.shop_contact_btn .box_wrapper {
	margin-bottom:2rem;
}

.shop_contact_btn dl {
	width:100%;
	margin-bottom:0.5rem;
}

.shop_contact_btn dl {
	padding:10px;
	border:3px solid #6dc7c8;
}

.shop_contact_btn dl dt {
	font-size:3.6vw;
	font-weight:bold;
}

.shop_contact_btn dl dd a {
	font-size:5vw;
}

.shop_contact_btn dl:nth-child(2) dd a {
	font-size:5vw;
}

#main section#shop_staff {
	margin-bottom:0;
}

#main .shop_staff_box {
	margin-bottom:1.5rem;
}

.shop_staff_box:nth-child(n+2) {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.shop_staff_box:nth-child(n+2) dl {
	margin-bottom:1rem;
	width:49%;
	margin-right:0;
}

#main .shop_staff_box:nth-child(1) dl {
	-webkit-align-items: flex-start; /* 縦方向中央揃え（Safari用） */
	align-items: flex-start; /* 縦方向中央揃え */
	margin-bottom:0.5rem;
}

#main .shop_staff_box:nth-child(1) dl dt {
	width:100%;
	margin-bottom:1rem;
}

#main .shop_staff_box:nth-child(1) dl dd {
	width:100%;
}

#main .shop_staff_box:nth-child(1) dl dd h3 {
	font-size:3.6vw;
	letter-spacing:0;
}

.shop_staff_box:nth-child(n+2) dl dd h3 {
	text-align:center;
	font-size:0.9em;
	padding:0 1rem;
}


#main .shop_staff_box:nth-child(1) dl dd p {
	font-size:3.6vw;
	margin-bottom:0.5rem;
	line-height:1.6;
}

#main .shop_staff_box:nth-child(1) dl dd .detail_btn a {
	font-size:3.6vw;
}

#map, #shop_access_info_text {
	width:100%;
	margin-bottom:1rem;
}

#map {
	margin-bottom:0;
}

#map iframe {
	vertical-align:top;
	margin-bottom:0.5rem;
}

#map br {
	display:none;
}

#shop_access_info_text ul li {
	margin-bottom:0.25rem;
	font-size:3.6vw;
	letter-spacing:0;
}

#shop_streetview, #shop_access_movie {
	width:100%;
}

#shop_streetview {
	margin-bottom:1.5rem;
}

#main section#shop_access_info {
	margin-bottom:0.5rem;
}

}



/*メニュー&料金*/
#menu #main table td:nth-child(1),
#menu #main table th {
	width:25%;
}



/*症例*/
#menu_mainvisual {
	margin-bottom:4.5rem;
	position:relative;
}

#menu_mainvisual .box1280 {
	border:1px solid #DDD;
}

#menu_mainvisual figure {
	position: relative;
	width:65%;
	float:right;
	overflow:hidden;
}
#menu_mainvisual figure:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background: linear-gradient(right, rgba(255, 255, 255, 0) 70%, #fff 100%);
    background:-webkit-linear-gradient(right, rgba(255, 255, 255, 0) 70%, #fff 100%);
    background:-moz-linear-gradient(right, rgba(255, 255, 255, 0) 70%, #fff 100%);
    background:-o-linear-gradient(right, rgba(255, 255, 255, 0) 70%, #fff 100%);
}

#menu_mainvisual figure img {
	height:auto;
	max-width:125%;
}

#menu_mainvisual_text {
	text-align:left;
	position:absolute;
	bottom:10%;
	left:5%;
	text-shadow: 2px 2px 5px #FFF, -2px 2px 5px #FFF, 2px -2px 5px #FFF, -2px -2px 5px #FFF;
}

#menu_mainvisual_text h2 {
	font-size:4.8em;
	margin-bottom:1rem;
	line-height:1.2;
	font-family: "nsjpb", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

#menu_mainvisual_text h2 span {
	display:block;
	font-size:0.3em;
	font-family: "nsjpb", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	padding-left:0.25rem;
	color:#6dc7c8;
}


#menu_mainvisual_text2 {
	text-align:left;
	position:absolute;
	bottom:10%;
	left:5%;
	text-shadow: 2px 2px 5px #FFF, -2px 2px 5px #FFF, 2px -2px 5px #FFF, -2px -2px 5px #FFF;
}

#menu_mainvisual_text2 h2 {
	font-size:6em;
	margin-bottom:1rem;
	line-height:1.2;
	font-family: "nsjpb", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    color:#900000;
}

#menu_mainvisual_text2 h2 span {
/*	display:block;*/
	font-size:0.3em;
	font-family: "nsjpb", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	padding-left:0.25rem;
    color:#333;
}

#menu_mainvisual_text2 p {
	font-size:1.4em;
	font-family: "nsjpb", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}



#menu_mainvisual_text p {
	font-size:1.4em;
	font-family: "nsjpb", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}




#menu_mainvisual02 {
	margin-bottom:4.5rem;
	position:relative;
}

#menu_mainvisual02 .box1280 {
	border:1px solid #DDD;
}

#menu_mainvisual02 figure {
	position: relative;
	width:65%;
	float:right;
	overflow:hidden;
}
#menu_mainvisual02 figure:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background: linear-gradient(right, rgba(255, 255, 255, 0) 70%, #fff 100%);
    background:-webkit-linear-gradient(right, rgba(255, 255, 255, 0) 70%, #fff 100%);
    background:-moz-linear-gradient(right, rgba(255, 255, 255, 0) 70%, #fff 100%);
    background:-o-linear-gradient(right, rgba(255, 255, 255, 0) 70%, #fff 100%);
}

#menu_mainvisual02 figure img {
	height:auto;
	max-width:125%;
}



#main section.menu_main_contents_group {
	margin-bottom:3rem;
}

.menu_main_contents_group p {
	margin-bottom:1rem;
}

.menu_main_contents_group p strong {
	font-size:1.4em;
	font-weight:bold;
	color:#426428;
	display:inline-block;
	border-left:5px solid #426428;
	padding-left:0.5rem;
}

.menu_main_contents_kaisetsu {
	padding:1.5rem;
	background:#EDFCE0;
}


#menu_voice_group ul {
		display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#menu_voice_group ul:after {
	content:none;
}

#menu_voice_group ul li {
	width:32%;
	margin-bottom:1rem;
}


#menu_voice_group ul li:nth-child(3n+2):last-child {
    margin-right: 34%;
}

#menu_voice_group ul li img {
	width:100%;
	height:auto;
	padding:1rem;
	border:1px solid #DDD;
}

.single-menu section#index01 {
	margin-bottom:3rem !important;
}

.single-menu #case {
	margin-bottom:0;
}
.page #main .kotujiko_btn {
	text-align:center;
    margin-top: -2rem;
}

.page #main .kotujiko_btn a {
	display:inline-block;
	padding:1rem 2rem;
	text-align:center;
	margin:0 0 0 1rem;
	color:#FFFFFF;
        background: #75460b;
        border-radius: 0.5rem;
    font-size: 1.2rem;
}


.shop_contact input[type="radio"]{
	display:none;
}

.shop_contact p.arrow {
	text-align:center;
	font-weight:bold;
	font-size:2.4vw;
	margin:1.5rem auto;
}

.shop_contact p.arrow:after {
	content:"▼▼▼";
	font-size:1em;
	font-weight:bold;
	display:block;
	text-align:center;
	line-height:1;
}

.shop_contact table th,
.shop_contact table td {
	font-size:1.4em;
	font-weight:bold;
	box-sizing:border-box;
}

.shop_contact table td input {
	width:100%;
	height:40px;
	box-sizing:border-box;
}

.tab-wrap {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin:0 auto;
}

.tab-wrap:after {
	content:none;
}

.tab-label {
    color: White;
    background: LightGray;
    padding: 1rem 1.5rem;
    order: -1;
	width:50%;
	text-align:center;
	
    font-size: 2em;
    font-weight: 900;
	margin-bottom:1rem;
}

.tab-label small {
	display:block;
	font-size:0.7em;
    font-weight: 900;
}

.tab-content {
    width: 100%;
    display: none;
}

.tab-content p {
	margin-bottom:1rem;
}

.tab-content .shop_tel a {
	display:block;
	border:10px solid #f0c31f;
	text-align:center;
	font-weight:900;
	font-size: 4vw;
	color:#f0c31f;
	text-align:center;
	padding:1rem;
}

.tab-content .shop_tel a:before {
    content: "\f095";
    font-family: FontAwesome;
    margin-right:1rem;
	font-size:1.2em;
}

.tab-content .shop_mail {
	display:block;
	border:10px solid #ff739b;
	text-align:center;
	font-weight:900;
	font-size: 4vw;
	color:#ff739b;
	text-align:center;
	padding:1rem;
	margin-bottom:0 !important;
}

.tab-content .shop_mail:before {
    content: "\f0e0";
    font-family: FontAwesome;
    margin-right:1rem;
	font-size:1.2em;
}

/* アクティブなタブ */
.tab-switch:checked+.tab-label {
	background:#ec5914;
}
.tab-switch:checked+.tab-label+.tab-content {
     display: block;
}
/* ラジオボタン非表示 */
.tab-switch {
    display: none;
}

@media (max-width: 768px){
.shop_contact p.arrow {
	font-size:4.5vw;
	margin:0.75rem auto;
}

.tab-wrap {
}

.tab-label {
    font-size: 1.3em;
	padding:0.5rem 0.25rem;
    width: 49%;
	margin-bottom:0.5rem;
}

.tab-label small {
	font-size:0.6em;
	line-height:1.4;
}

.tab-label small em {
	display:block;
	line-height:1.4;
	font-weight:bold;
	font-size:1.2em;
}

.tab-label small strong {
	font-size:1.6em;
	font-weight:bold;
}


.shop_contact table th,
.shop_contact table td {
	font-size:1em;
}

.shop_contact {
	margin-bottom:0 !important;
}

.tab-content p {
	margin-bottom:0.5rem;
}

.tab-content .shop_tel a {
	border:5px solid #f0c31f;
	padding:0.5rem 1rem;
}

.tab-content .shop_mail {
	border:5px solid #ff739b;
	padding:0.5rem 1rem;
}


}




@media (max-width: 767px){

#menu_mainvisual {
	margin-bottom:2rem;
}
	
#menu_mainvisual .box1280 {
    padding: 0;
}

#menu_mainvisual_text,
#menu_mainvisual_text2{
	text-shadow:
	2px  2px 5px #FFF,
	-2px  2px 5px #FFF,
	 2px -2px 5px #FFF,
	-2px -2px 5px #FFF;
}

#menu_mainvisual_text h2{
	font-size:5vw;
}

#menu_mainvisual_text2 h2{
	font-size:8vw;
}    
    
    

#menu_mainvisual_text h2 span,
#menu_mainvisual_text2 h2 span{
    padding-left: 0;
	font-size:3.6vw;
	margin-bottom:0.25rem;
}

#menu_mainvisual_text p,
#menu_mainvisual_text2 p{
	font-size:3.6vw;
}

#main section.menu_main_contents_group {
	margin-bottom:2rem;
}

#main section.banners {
	margin-bottom:2rem;
}
#menu .kotujiko_btn {
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom:1.5rem;
   
}
    
.page #main .kotujiko_btn {
    margin-top: -1rem;
}    
    

#menu .kotujiko_btn a {
	display:block;
	width:48%;
	font-size:3.2vw;
	margin:0;
	padding:0.5rem;
}
}




.gallery-item dt {
	margin-bottom:0.5rem;
}

.gallery-item dt img {
	width:100%;
	height:auto;
}

.gallery-caption {
	text-align:left;
}

/*スタッフ*/
#staff_mainvisual {
	margin-bottom:4.5rem;
	position:relative;
}

#staff_mainvisual .box1280 {
	border:1px solid #DDD;
}

#staff_mainvisual figure {
	position: relative;
	width:45%;
	float:right;
}
#staff_mainvisual figure:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background: linear-gradient(right, rgba(255, 255, 255, 0) 70%, #fff 100%);
    background:-webkit-linear-gradient(right, rgba(255, 255, 255, 0) 70%, #fff 100%);
    background:-moz-linear-gradient(right, rgba(255, 255, 255, 0) 70%, #fff 100%);
    background:-o-linear-gradient(right, rgba(255, 255, 255, 0) 70%, #fff 100%);
}

#staff_mainvisual figure img {
	width:100%;
	height:auto;
}

#staff_mainvisual_text {
	text-align:left;
	position:absolute;
	top:27%;
	bottom:0;
	left:7.5%;
}

#staff_mainvisual_text h2 {
	font-size:2em;
	margin-bottom:1rem;
	line-height:1.2;
	font-family: "nsjpb", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	text-align:right;
	letter-spacing:0.25rem;
}

#staff_mainvisual_text h2 span {
	display:block;
	font-family: "nsjpb", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	text-align:left;
	border-bottom:2px solid #6dc7c8;
	margin-bottom:0.5rem;
	padding-bottom:0.5rem;
	color:#6dc7c8;
	font-size:1em;
	font-weight:bold;
}

#staff_mainvisual_text p {
	font-size:2em;
	font-family: "nsjpb", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

#staff_mainvisual_text #staff_mainvisual_access {
	margin-bottom:0.75rem;
}

#staff_mainvisual_text #staff_mainvisual_access p {
	line-height:1;
}

#staff_mainvisual_text p strong {
	font-size:2em;
	font-family: "nsjpb", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	color:#6dc7c8;
}

#staff_detail {
	margin-bottom:3rem;
}

#staff_detail .box_wrapper {
	display:flex;
}

#staff_detail .box_wrapper .box01 {
	width:100%;
}

#staff_detail .box_wrapper .box01 h3 {
	margin-bottom:1rem;
	padding-bottom:1rem;
	font-size:1.5em;
	border-bottom:1px solid #DDD;
}

#staff_detail .box_wrapper .box01 h3 span {
	display:block;
	font-size:0.7em;
	color:#6dc7c8;
}

#staff_detail .box_wrapper .box01 p {
	margin-bottom:1rem;
	font-size:1.1em;
}

#staff_detail .box_wrapper figure {
}

#staff_detail .box_wrapper figure img {
	max-width:100%;
	height:auto;
	padding:5px;
	border:1px solid #DDD;
}

#staff_detail02 .box_wrapper {
	max-width:900px;
	margin:0 auto;
}

#staff_detail02 .box_wrapper dl {
	margin-bottom:3rem;
	border-bottom:1px dashed #DDD;
	padding-bottom:3rem;
}

#staff_detail02 .box_wrapper dl dt {
	font-size:1.4em;
	margin-bottom:1rem;
	font-weight:bold;
	color:#6dc7c8;
}

#staff_detail02 .box_wrapper dl dd img {
	width:100%;
	height:auto;
	padding:5px;
	background:#FFF;
	margin:0 auto 1rem auto;
	display:block;
}

#staff_detail02 .box_wrapper dl dd {
	width:100%;
}

#staff_detail02 .box_wrapper dl dd .staff_question{
}

#staff_detail02 .box_wrapper dl dd .staff_question:before {
}

#staff_detail02 .box_wrapper dl dd .staff_answer {
	font-size:1.1em;
}

#staff_detail02 .box_wrapper dl dd .staff_answer:before {
}


#staff_detail02 .box_wrapper p.thanks {
	text-align:right;
	font-size:1.2em;
}

#staff_detail02 .box_wrapper p.thanks:before {
    content: "\f0f4";
    font-family: FontAwesome;
    margin-right:0.5rem;
	font-size:1.2em;
	color:#5C9D25;
}

@media (max-width: 767px){

#staff_mainvisual {
	margin-bottom:2rem;
}

#staff_mainvisual .box1280 {
	padding:0;
	margin:0 10px;
	width:calc(100% - 20px);
}

#staff_mainvisual figure {
	width:67%;
}

#staff_mainvisual_text {
	left:4%;
	top:20%;
}

#staff_mainvisual_text h2 {
	font-size:4vw;
}

#staff_mainvisual_text h2 span {
	margin-bottom:0.25rem;
	padding-bottom:0.25rem;
}

#staff_detail .box_wrapper {
	flex-direction:column-reverse; /*逆順*/
}

#staff_detail .box_wrapper figure {
	width:100%;
	text-align:center;
	margin-bottom:1rem;
}

#staff_detail .box_wrapper .box01 {
	width:100%;
}
#staff_detail .box_wrapper .box01 p {
	font-size:1em;
}

#staff_detail .box_wrapper .box01 h3 {
	margin-bottom:0.5rem;
	padding-bottom:0.5rem;
}

#staff_detail02 .box_wrapper dl {
	display:block;
}

#staff_detail02 .box_wrapper dl dt {
	font-size:1.1em;
	margin:0 auto 0.5rem auto;
	width:100%;
}

#staff_detail02 .box_wrapper {
	padding:1rem 10px;
}

#staff_detail02 .box_wrapper dl {
	margin-bottom:1rem;
	padding-bottom:1rem;
}

#staff_detail02 .box_wrapper dl dd {
	width:100%;
	margin-left:0;
}

#staff_detail02 .box_wrapper dl dd .staff_question {
	font-size:4.6vw;
}

#staff_detail02 .box_wrapper dl dd .staff_answer {
	font-size:1em;
}

#staff_detail02 .box_wrapper p.thanks {
	font-size:3.2vw;
}

}

#questions {
	margin-bottom:3rem;
}

#questions ul li {
	padding-bottom:1rem;
	margin-bottom:1rem;
	border-bottom:1px dashed #DDD;
	font-size:1.2em;
}

#questions ul li span {
	margin-right:1rem;
	color:#6dc7c8;
	font-size:1.2em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#questions ul li:before {
	content:"Q.";
	font-size:1.6em;
	font-weight:bold;
	color:#6dc7c8;
	font-family:Arial, Helvetica, sans-serif;
}

#questions ul li a {
	color:#111;
}

#answers ul li {
	padding:1.5rem;
	margin-bottom:2rem;
	background:#FAFAFA;
}

#answers ul li strong {
	display:block;
    margin-bottom: 0.75rem;
    border-bottom: 1px solid #DDD;
    padding: 0.25rem 1rem 0.25rem 0;
    font-size: 1.2em;
}

#answers ul li strong:before {
	content:"Q.";
	font-size:1.4em;
	font-weight:bold;
	color:#6dc7c8;
	font-family:Arial, Helvetica, sans-serif;
}

#answers ul li strong span {
	font-size:1.1em;
}

#answers ul li p {
	font-size:1.1em;
}

#answers ul li span {
	margin-right:1rem;
	color:#6dc7c8;
	font-size:1.2em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#answers ul li p:before {
	content:"A.";
	font-size:1.6em;
	font-weight:bold;
	color:#6dc7c8;
	font-family:Arial, Helvetica, sans-serif;
}


@media (max-width: 768px){

#questions ul li {
	font-size:1em;
}

#questions ul li span {
	margin-right:0.5rem;
}

#answers ul li {
	margin-bottom:1rem;
	padding-bottom:1rem;
}

#answers ul li strong {
	font-size:1em;
	padding-right:0;
}

#answers ul li strong span {
	margin-right:0.5rem;
}

#answers ul li p {
	font-size:1em;
}

#answers ul li span {
	margin-right:0.5rem;
	font-size:1.1em;
}

#answers ul li p:before {
	font-size:1.4em;
}

}


/*治療方針*/

#treatment-policy #main h3 {
	font-size:1.4em;
}

#treatment-policy .wp-block-image figcaption {
	font-size:1.1em;
	letter-spacing:0.5px;
}

@media (max-width: 767px){
#treatment-policy #main h3 {
	font-size:1.1em;
}
}


/*患者様の声*/

.voice_shop {
	margin-bottom:3rem;
}

.voice_shop .title01 {
	margin-bottom:0;
}

.voice_shop ul {
	border:1px solid #6dc7c8;
	padding:1.5rem;
}

.voice_shop ul li {
	display:inline-block;
	margin-right:1.5rem;
}

.voice_shop ul li:before {
    content: "\f152";
    font-family: FontAwesome;
    margin-right:0.5rem;
	color:#6dc7c8;
}

.voice_shop ul li a {
	color:#333;
}

#voice_list .box_wrapper {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	background:#FAFAFA;
	padding:1.5rem;
	margin-bottom:3rem;
}

#voice_list .box_wrapper figure {
	width:10%;
}

#voice_list .box_wrapper figure img {
	width:100%;
	height:auto;
}

#voice_list .box_wrapper .box01 {
	width:88%;
}

#voice_list .box_wrapper .box01 figure {
	width:100%;
	margin-bottom:1rem;
	position:relative;
}

#voice_list .box_wrapper .box01 figure img {
	width:100%;
	height:auto;
}

#voice_list .box_wrapper .box01 figcaption {
	position:absolute;
	right:0.5rem;
	bottom:0.5rem;
	display:inline-block;
	padding:0.25rem 0.5rem;
	background:rgba(255,255,255,0.5);
}

#voice_list .box_wrapper .box01 h3 {
    font-size: 1.2em;
    margin-bottom: 1.5rem;
    padding: 0.25rem 1rem;
    border-bottom: 2px solid #6dc7c8;
}

#voice_list .box_wrapper .box01 h3:before {
    content: "\f040";
    font-family: FontAwesome;
    margin-right: 0.5rem;
    font-size: 1.4em;
    color: #6dc7c8;
}

#voice_list .box_wrapper .box01 strong {
	font-size:1.1em;
	display:block;
	margin-top:0.5rem;
	text-align:right;
}


@media (max-width: 768px){

.voice_shop {
	margin-bottom:1.5rem;
}

.voice_shop ul {
	border:1px solid #6dc7c8;
	padding:10px;
}

section#voice_list {
	margin-bottom:2rem;
}

#voice_list .box_wrapper {
	padding:10px;
	margin-bottom:1.5rem;
}

#voice_list .box_wrapper figure {
	width:20%;
}

#voice_list .box_wrapper .box01 {
	width:76%;
}

#voice_list .box_wrapper .box01 h3 {
	margin-bottom:0.5rem;    
	font-size: 4vw;
	padding:0.5rem 0;
	line-height:1.2;
	text-indent:-1.7rem;
	padding-left:1.7rem;
}

#voice_list .box_wrapper .box01 strong {
	font-size:0.8em;
	letter-spacing:0;
}

}

.accident_top_gallery ul {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-left:0 !important;
	margin-right:0 !important;
}

.accident_top_gallery ul:after {
	content:none;
}

.page #main .accident_top_gallery ul li {
	width:32%;
	padding:1rem;
	border:1px solid #DDD;
	margin-bottom:1.5rem;
}

.page #main .accident_top_gallery ul li:nth-child(3n+2):last-child {
    margin-right: 34%;
}


.accident_top_gallery ul li:before {
	content:none !important;
}

.accident_top_gallery ul li figure {
	margin-bottom:1rem;
	border:2px solid #EEE;
}

.accident_top_gallery ul li img {
	width:100%;
	height:auto;
}

.accident_kamoku {
	text-align:center;
	margin-bottom:2rem;
	padding:0.5rem 1rem;
	background:#f5ffe0;
	border:1px solid #6dc7c8;
	font-weight:bold;
	color:#6dc7c8;
	font-size:1.2em;
}

.accident_top_gallery ul li dl dt {
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:0.5rem;
	padding-left:0.75rem;
	border-left:5px solid #6dc7c8;
}

.accident_top_gallery ul li dl dd {
	margin-bottom:1rem;
}

.accident_top_gallery .detail_btns {
	text-align:right;
}

.accident_top_gallery .detail_btns a {
	display:inline-block;
	font-size:1em;
	padding:0.25rem 1.5rem;
	background:#6dc7c8;
	color:#FFF;
	text-align:center;
}

.accident_gallery ul {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.accident_gallery ul:after {
	content:none;
}

.accident_gallery ul li {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width:48%;
	margin-bottom:1.5rem;
	padding:1rem;
	background:#F0F0F0;
}

.accident_gallery ul li figure {
	width:36%;
}

.accident_gallery ul li figure img {
	width:100%;
	height:auto;
}

.accident_gallery ul li .box01 {
	width:60%;
}

.accident_gallery ul li .box01 dl dt {
	font-size:1.2em;
	margin-bottom:0.25rem;
	border-left:5px solid #6dc7c8;
	padding-left:0.5rem;
}

.accident_gallery ul li .box01 dl dd {
	margin-bottom:0.5rem;
}

.accident_gallery ul li .box01 .detail_btns {
	text-align:right;
}

.accident_gallery ul li .box01 .detail_btns a {
	display:inline-block;
	padding:0.25rem 1.5rem;
	background:#6dc7c8;
	color:#FFF;
}

.accident_gallery ul li .box01 .detail_btns a:before {
    content: "\f0da";
    font-family: FontAwesome;
    margin-right:0.5rem;
}


#accident_gallery_list {
	margin-top:3rem;
	clear:both;
}

#accident_gallery_detail p {
	margin-bottom:1.5rem;
	line-height:1.8;
}

#accident_gallery_detail p strong,
#accident_gallery_detail p b {
	font-size:1.1em;
	font-weight:bold;
	line-height:2;
}

#accident_gallery_list ul {
		display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#accident_gallery_list ul:after {
	content:none;
}

#accident_gallery_list ul li {
	width:24%;
}

#accident_gallery_list ul li:nth-child(4n+2):last-child {
    margin-right: 50.6%;
}

#accident_gallery_list ul li:nth-child(4n+3):last-child {
    margin-right: 25.3%;
}

#accident_gallery_list ul li img {
	width:100%;
	height:auto;
}



@media (max-width: 767px){
	
.page #main .accident_top_gallery ul {
	margin-bottom:1.5rem;
}

.page #main .accident_top_gallery ul li {
	width:49%;
	padding:10px;
	margin-bottom:1rem;
}

.accident_kamoku {
	font-size:1em;
}

#contact_shop .box_wrapper .box01 figure img {
	height:120px;
}

.accident_top_gallery ul li dl dd {
}

.accident_gallery ul li {
	padding:10px;
}

.accident_gallery ul li figure {
	width:100%;
	margin-bottom:0.5rem;
}

.accident_gallery ul li .box01 {
	width:100%;
}

#accident_ban {
	margin-bottom:1.5rem;
}

}

#main section#study02 {
	margin-bottom:0;
}

.post-type-archive-study p,
.tax-study_cate p {
	margin-bottom:3rem;
}

.post-type-archive-study h3,
.tax-study_cate h3 {
    margin-bottom: 1.5rem;
    border-left: 5px solid #6dc7c8;
    border-bottom: 1px solid #DDD;
    padding: 0.25rem 1rem;
    font-size: 1.2em;
}

.post-type-archive-study #study01 ul,
.tax-study_cate #study01 ul {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
}

.post-type-archive-study #study01 ul li,
.tax-study_cate #study01 ul li {
	width:32%;
	margin-right:2%;
}

.post-type-archive-study #study01 ul li:nth-child(3n),
.tax-study_cate #study01 ul li:nth-child(3n) {
	margin-right:0;
}

.post-type-archive-study #study01 ul li a,
.tax-study_cate #study01 ul li a {
	display:block;
	padding:0.75rem 1rem;;
	border:2px solid #6dc7c8;
	border-radius:1rem;
	text-align:center;
	font-size:1.2em;
}

.post-type-archive-study #study01 ul li a:before,
.tax-study_cate #study02 ul li a:before {
    content: "\f152";
    font-family: FontAwesome;
    margin-right:0.5rem;
}

.post-type-archive-study #study02 ul li,
.tax-study_cate #study02 ul li {
	margin-bottom:1.5rem;
	background:#F5F5F5;
	padding:1.5rem;
}

.post-type-archive-study #study02 ul li:last-child,
.tax-study_cate #study02 ul li:last-child {
	margin-bottom:3rem;
}

.post-type-archive-study #study02 ul li figure,
.tax-study_cate #study02 ul li figure {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.post-type-archive-study #study02 ul li figure img,
.tax-study_cate #study02 ul li figure img{
	width:30%;
	height:auto;
}

.post-type-archive-study #study02 ul li figure figcaption,
.tax-study_cate #study02 ul li figure figcaption {
	width:65%;
}

.post-type-archive-study #study02 ul li figure figcaption h4,
.tax-study_cate #study02 ul li figure figcaption h4 {
	font-size:1.2em;
	margin-bottom:0.25rem;
}

.post-type-archive-study #study02 ul li figure figcaption strong,
.tax-study_cate #study02 ul li figure figcaption strong {
	display:inline-block;
	background:#5C9D25;
	padding:0.25rem 0.5rem;
	color:#FFF;
	font-size:0.8em;
	margin-bottom:0.5rem;
}

.post-type-archive-study #study02 ul li figure figcaption strong.regular,
.tax-study_cate #study02 ul li figure figcaption strong.regular {
}

.post-type-archive-study #study02 ul li figure figcaption strong.lecturer,
.tax-study_cate #study02 ul li figure figcaption strong.lecturer {
	background:#f1e300;
	color:#333;
}

.post-type-archive-study #study02 ul li figure figcaption span,
.tax-study_cate #study02 ul li figure figcaption span {
	display:block;
	color:#999;
	text-align:right;
	margin-top:0.5rem;
}

@media (max-width: 767px){

.post-type-archive-study #main section#study01,
.tax-study_cate #study01  {
	margin-bottom:2rem;
}

.post-type-archive-study #study01 ul li,
.tax-study_cate #study01 ul li {
	width:49%;
}

.post-type-archive-study #study01 ul li:nth-child(2n),
.tax-study_cate #study01 ul li:nth-child(2n) {
	margin-right:0;
}


.post-type-archive-study #study01 ul li a,
.tax-study_cate #study01 ul li a {
	padding:10px;
	font-size:1em;
}

.post-type-archive-study #study02 ul li figure img,
.tax-study_cate #study02 ul li figure img {
	width:100%;
	margin-bottom:0.5rem;
}

.post-type-archive-study #study02 ul li figure figcaption,
.tax-study_cate #study02 ul li figure figcaption {
	width:100%;
}

}


/*wp css*/

#main img.aligncenter {
	margin:0 auto 1.5rem auto;
	display:block;
	max-width:100%;
	height:auto;
}

#main img.alignright {
	float:right;
	width:30%;
	height:auto;
	margin-left:3%;
	margin-bottom:1.5rem;
}

#main img.alignleft {
	float:left;
	width:30%;
	height:auto;
	margin-right:3%;
	margin-bottom:1.5rem;
}

.wp-block-column pre#line1 {
	text-align:center;
	font-size:1.2em;
}

ul.wp-block-gallery li:before {
	content:none !important;
}

@media (max-width: 767px){
#main img.alignright {
	width:40%;
	margin-bottom:0.25rem;
}

#main img.alignleft {
	width:40%;
	margin-bottom:0.25rem;
}
}

/*-----------------------------
ギャラリー
------------------------------*/
.gallery { /** ギャラリーを囲むボックス **/
	width: 100%;
	margin-bottom: 20px !important;
    overflow: hidden;
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
}
 
.gallery br {display: none;} /** 自動で挿入される clearfix の余白解除 **/
 
.gallery-item { /** 画像共通のスタイル **/
    float: left;
	margin-bottom: 1.5rem !important;
}
.gallery-icon { /** 画像を囲む dt のスタイル **/
    text-align: center;
}
 
.gallery-icon img {
	width: 100%;
	height: auto;
	margin-bottom: 5px !important;
}
 
.gallery-caption { /** キャプション **/
    color: #222;
    margin: 0 0 10px;
    text-align: center;
	font-weight:bold;
}
 
.gallery-columns-1 .gallery-item { /** カラムなし **/
    width: 100%;
    margin-right: 0;
}
.gallery-columns-2 .gallery-item { /** 2カラム **/
	width: 48%;
	margin: 0 1%;
}
.gallery-columns-3 .gallery-item { /** 3カラム **/
    width: 31.33333%;
	margin: 0 1%;
}
.gallery-columns-4 .gallery-item { /** 4カラム **/
    width: 23%;
    margin: 0 1%;
}
.gallery-columns-5 .gallery-item { /** 5カラム **/
    width: 18%;
    margin: 0 1%;
}
 
@media screen and (max-width: 640px) {
	/* 640px以下用の記述 */
	.gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
		width: 48%;
		margin: 0 1%;
	}
	.gallery-columns-5 .gallery-item {
		width: 31.33333%;
		margin: 0 1%;
	}
}





.cp_cssslider {
	width:100%;
	padding-top:144.6%; /* 画像の高さ */
	position: relative;
	text-align: center;
	margin-top:9%;
}
.cp_cssslider > img {
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.5s;
	border-radius: 3px;
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);
}
.cp_cssslider input[name='cp_switch'] {
	display: none;
}
/* サムネイル */
.cp_cssslider label {
	margin: 15px 0 0 0;
	border: 2px solid #ffffff;
	display: inline-block;
	cursor: pointer;
	transition: all 0.5s ease;
	opacity: 0.6;
	border-radius: 3px;
	position:absolute;
	top:-8%;
	width:20%;
	text-align:center;
	box-sizing:border-box;
}

.cp_cssslider label img {
	width:90% !important;
	height:auto;
	display:block;
	margin:0 auto;
}

.cp_cssslider label.pos01 {
	left:0;
}

.cp_cssslider label.pos02 {
	left:20%;
}

.cp_cssslider label.pos03 {
	left:40%;
}

.cp_cssslider label.pos04 {
	left:60%;
}

.cp_cssslider label.pos05 {
	left:80%;
}

.cp_cssslider label:hover {
	opacity: 0.9;
}
.cp_cssslider label img {
	display: block;
	border-radius: 2px;
}
.cp_cssslider input[name='cp_switch']:checked + label {
	border: 2px solid #FF7043;
	opacity: 1;
}
.cp_cssslider input[name='cp_switch'] ~ img {
	opacity: 0;
}
.cp_cssslider input[name='cp_switch']:checked + label + img {
	opacity: 1;
}

@media (max-width: 767px){
.cp_cssslider label {
	top:-10%;
}
}

/*症例2*/
#menu2_mainimage {
	margin-bottom:4.5rem;
	position:relative;
}

#menu2_mainimage .box1280 {
}

#menu2_mainimage figure {
	position: relative;
	width:100%;
	overflow:hidden;
}

#menu2_mainimage figure img {
	height:auto;
	max-width:100%;
}

#menu2_mainimage_catch {
	text-align:center;
	position:absolute;
	bottom:50%;
	left:23%;
	text-shadow: 2px 2px 5px #FFF, -2px 2px 5px #FFF, 2px -2px 5px #FFF, -2px -2px 5px #FFF;
}

#menu2_mainimage_catch h2 {
	font-size:4.8em;
	margin-bottom:1rem;
	line-height:1.2;
	font-family: "nsjpb", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

#menu2_mainimage_catch p {
	font-size:1.8em;
	font-family: "nsjpb", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	color:#6dc7c8;
}
@media (max-width: 980px){	
#menu2_mainimage {
	margin-bottom:2rem;
}
	
#menu2_mainimage .box1280 {
    padding: 0;
}
#menu2_mainimage_catch {
    bottom:25%;
	left:7%;
	text-shadow:
	2px  2px 5px #FFF,
	-2px  2px 5px #FFF,
	 2px -2px 5px #FFF,
	-2px -2px 5px #FFF;
}
#menu2_mainimage_catch h2 {
	font-size:5.5vw;
}

#menu2_mainimage_catch p {
	font-size:3.6vw;
}
}

.banners{
    text-align: center;
    padding-top:2em;
}

.menu02_btn{
    text-align: center;
	margin-bottom: 2em;
}

.menu02_btn a {
    display: inline-block;
    background: #6dc7c8;
    color: #FFF;
    padding: 0.8rem 3rem;
}
.menu02_btn a:link, a:visited {
    text-decoration: none;
    overflow: hidden;
}
@media (max-width: 767px){
.menu02_btn a {
padding: 0.3rem 0.8rem;
}
}

.menu04_text{
    text-align: center;
    font-size:3em;
    font-weight: bold;
    margin-bottom: 2rem;
}
.menu04_text span{
    color: red;
}

.menu02_text{
    text-align: center;
	font-size:1.8em;
	font-weight: bold;
	margin-bottom: 2rem;
}
.menu02_text span{
    color: red;
}
@media (max-width: 767px){
.menu04_text,
.menu02_text{
	font-size:3.6vw;
}
}
.menu2_main_contents p span{
	font-weight: bold;
}
.menu2_main_contents_img{
    text-align: center;
}
.menu2_main_contents_img img{
    width: 100%;
	max-width: 500px;
}
.menu2_reason_text{
    text-align: center;
	font-size:1.8em;
	font-weight: bold;
	margin-bottom: 2rem;
}
.menu2_reason_text span{
    color: red;
}

.menu2_reason_document{
    text-align: center;
}
.menu2_reason_document img{
    width: 100%;
	max-width: 1280px;
}
.menu2_interview_group .box1280{
    padding: 3%;
}
.menu2_interview_group .menu2_interview_img{
    float: left;
    padding-right: 2%;
    width:50%;
}
.menu2_interview_group .menu2_interview_img img{
    width: 100%;
}
.menu2_interview_group .right{
    float:left;
    width:50%;
}
.menu2_interview_group .menu2_interview_title{
    font-size: 1.4rem;
    border-bottom: solid 2px #6dc7c8;
    margin-bottom: 3%;
}
@media (max-width: 767px){
.menu2_interview_group .menu2_interview_img{
    width:100%;
}
.menu2_interview_group .right{
    width:100%;
}
}

.menu2_interview_group .menu2_interview_text{
    display:inline;
}

h2.title_non{
margin-bottom: 0!important;
}

.menu2_flow_group{
    margin-bottom: 0!important;
}
.menu2_flow_group .box1280{
    background: #f7faf4;
}

.menu2_flow_group h3 {
    text-align: center;
	font-size:2.0em;
    font-weight: bold;
    margin-bottom: 1rem;
    padding-top: 1rem;
    border-top: 1.5px solid #6dc7c8;
}

.menu2_flow_group:first-of-type h3{
  border-top: none;
}

.menu2_flow_group p.menu2_flow {
    text-align: center;
	font-size:1.8em;
	font-weight: bold;
	margin-bottom: 1rem;
}
.menu2_flow_group .menu2_flow_img{
    text-align: center;
    
}
.menu2_flow_group .menu2_flow_img img{
	max-width: 500px;
}
.menu2_flow_text{
    max-width: 500px;
	margin: auto;
	padding-bottom: 2rem;
}

@media (max-width: 767px){
.menu2_flow_group h3 {
	font-size:1.2em;
}
}

.menu2_info_group{
    background: #f7faf4;
    margin-bottom: 0!important;
}
.menu2_info_group .box1280 h2{
    margin-bottom: 0;
}
.menu2_info_group .box1280 ul{
        padding-bottom: 1rem;
        padding-top: 1rem;
	padding-left: 10rem;
	padding-right: 10rem;
}
}

/*なぜ初回カウンセリングと検査が無料？*/

.index13_box{
    margin-bottom: 2%;
}
.index13 {
    margin-bottom: 2%;
    /*
    margin: 0 auto 5% auto !important;
    max-width: 1000px;
    */
}
.index13 img{
    width: 100%;
    height: auto;
}

.index13:after {
    content :none;
}

@media(max-width:1000px){
    .index13 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.index13 .flex01 {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap : wrap;
    -ms-flex-direction : row-reverse;
    -webkit-flex-direction : row-reverse;
    flex-direction : row-reverse;
    -ms-flex-pack:justify;
    justify-content:space-between;
    align-content: space-between;
}

.index13 .reason-box {
    border: 2px solid #92b900;
    font-size: 1.2em !important;
    background: #FCFFEF !important;
}

.index13 .reason-box h3 {
    padding: 15px;
    background: #92b900;
    color: #fff;
    font-weight: bold;
    font-size: 2em;
    text-align: center;
}

.index13 .reason-box .flex01 {
    padding: 20px;
    font-size: 1.5em;
}


@media(max-width:780px){
    .index13 .reason-box .flex01 {
        padding: 15px;
        font-size: 1em !important;
    }
    .index13 .reason-box h3 {
        font-size: 1.4em;
    }
}




/*5つの理由*/

.index12_box{
    margin-bottom: 2%;
}
.index12 {
/*
    margin: 0 auto 5% auto !important;
    max-width: 1000px;
*/
}
.index12 img{
    width: 100%;
    height: auto;
}

.index12:after {
    content :none;
}

@media(max-width:1000px){
    .index12 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.flex01 {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap : wrap;
    -ms-flex-direction : row-reverse;
    -webkit-flex-direction : row-reverse;
    flex-direction : row-reverse;
    -ms-flex-pack:justify;
    justify-content:space-between;
    align-content: space-between;
}

.reason-box {
    border: 2px solid #92b900;
    font-size: 1.2em !important;
    background: #FCFFEF !important;
}

.reason-box h3 {
    padding: 15px;
    background: #92b900;
    color: #fff;
    font-weight: bold;
    font-size: 2em;
    text-align: center;
}

@media (max-width: 680px){
    .reason-box h3 {
        font-size: 1em;
    }
}

.reason-box .flex01 {
    padding: 20px;
}

.reason-right {
    width: 40%;
}


.reason-left {
    width:55%;
}

.reason-left p {
    font-size: 1.2em;
}

@media (max-width: 680px){
    .reason-left p {
        font-size: 0.8em;
    }
}

.reason-box02 {
    padding: 20px;
    border: 2px solid #999;
    font-size:1.2em;
}

.reason-box02 h3 {
    text-align: center;
}

.center {
    text-align: center;
}

.center01 {
    text-align: center;
}

@media(max-width:780px){
    .reason-box flex01 {
        padding: 15px;
        font-size: 1em !important;
    }

    .reason-box02 {
        padding: 15px;
        font-size: 1em !important;
    }

    .reason-right {
        width: 100%;
        margin-bottom: 20px;
    }

    .reason-left {
        width: 100%;
    }

    .center01 {
        text-align: left;
    }
}

/*コロナページ*/
#corona01 h2{
    margin-bottom:3rem;
}

#corona01 ol li {
    padding-bottom:3rem;
    margin-bottom:3rem;
    background:url(../images/anshin/bg_dotted.png) repeat-x bottom;
}

#corona01 ol li dl {
    display:flex;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap:         wrap;
    -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
    align-items: center; /* 縦方向中央揃え */
    flex-direction:row-reverse; /*逆順*/
    -webkit-justify-content: center;
    justify-content: center;
}

#corona01 ol li dl dt {
    width:30%;
}

#corona01 ol li dl dt img {
    border:1px solid #EEE;
}


#corona01 ol li dl dd {
    width:60%;
    display:flex;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap:         wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
    align-items: center; /* 縦方向中央揃え */
}

#corona01 ol li dl dd span {
    width:24.9%;
}

#corona01 ol li dl dd p {
    width:67%;
    font-size:2.6em;
    font-family: Yu Mincho, '游明朝','Hiragino Mincho Pro','Hiragino Mincho Pro','ＭＳ 明朝',serif;
    font-weight:bold;
    letter-spacing:0;
    line-height:1.4;
}

#corona01 ol li dl dd p strong {
    color:#92b800;
    font-family: Yu Mincho, '游明朝','Hiragino Mincho Pro','Hiragino Mincho Pro','ＭＳ 明朝',serif;
    font-weight:bold;
}

#corona01 ol li dl dd p small {
    display:block;
    font-size:0.5em;
    font-family: Yu Mincho, '游明朝','Hiragino Mincho Pro','Hiragino Mincho Pro','ＭＳ 明朝',serif;
    line-height:1.6;
    margin-top:0.5rem;
}

@media(max-width:680px){

    #corona01 h2{
        margin-bottom:1.5rem;
    }

    #corona01 ol li {
        padding-bottom:1.5rem;
        margin-bottom:1.5rem;
    }

    #corona01 ol li dl dt {
        width:80%;
        margin:0 auto 1rem auto;
    }

    #corona01 ol li dl dd {
        width:100%;
    }

    #corona01 ol li dl dd p {
        font-size:1.5em;
    }

    #corona01 ol li dl dd p small {
        font-size:0.6em;
    }

}

/*menu03*/
#menu3_mainimage {
    margin-bottom:4.5rem;
    position:relative;
}

#menu3_mainimage .box1280 {
}

#menu3_mainimage figure {
    position: relative;
    width:100%;
    overflow:hidden;
}

#menu3_mainimage figure img {
    height:auto;
    max-width:100%;
}

#menu3_mainimage_catch {
    text-align:center;
    position:absolute;
    bottom:50%;
    left:23%;
    text-shadow: 2px 2px 5px #FFF, -2px 2px 5px #FFF, 2px -2px 5px #FFF, -2px -2px 5px #FFF;
}

#menu3_mainimage_catch h2 {
    font-size:4.8em;
    margin-bottom:1rem;
    line-height:1.2;
    font-family: "nsjpb", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

#menu3_mainimage_catch p {
    font-size:1.8em;
    font-family: "nsjpb", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    color:#6dc7c8;
}
@media (max-width: 980px){	
    #menu3_mainimage {
        margin-bottom:2rem;
    }

    #menu3_mainimage .box1280 {
        padding: 0;
    }
    #menu3_mainimage_catch {
        bottom:25%;
        left:7%;
        text-shadow:
            2px  2px 5px #FFF,
            -2px  2px 5px #FFF,
            2px -2px 5px #FFF,
            -2px -2px 5px #FFF;
    }
    #menu3_mainimage_catch h2 {
        font-size:5.5vw;
    }

    #menu3_mainimage_catch p {
        font-size:3.6vw;
    }
}



.menu03_btn{
    text-align: center;
    margin-bottom: 2em;
}

.menu03_btn a {
    display: inline-block;
    background: #6dc7c8;
    color: #FFF;
    padding: 0.8rem 3rem;
}
.menu03_btn a:link, a:visited {
    text-decoration: none;
    overflow: hidden;
}
@media (max-width: 767px){
    .menu03_btn a {
        padding: 0.3rem 0.8rem;
    }
}
.menu03_text{
    text-align: center;
    font-size:1.8em;
    font-weight: bold;
    margin-bottom: 2rem;
}
.menu03_text span{
    color: red;
}
@media (max-width: 767px){
    .menu03_text{
        font-size:3.6vw;
    }
}

/*.menu3_main_contents_group .box1280{
    padding-bottom: 4%;
}*/



/*
.menu3_main_contents{
    padding-bottom: 2%;
}
*/

.menu3_main_contents_group p strong {
	font-size: 1.4em;
	font-weight: bold;
	color: #426428;
	display: inline-block;
	border-left: 5px solid #426428;
	padding-left: 0.5rem;
	margin: 0.5rem 0;
}

.menu3_main_contents_group .menu3_main_contents100{
	margin-bottom: 5%;
}

.menu3_main_contents_group .menu3_main_contents100 p strong{
	font-size: 3em;
	font-weight: bold;
	color: #426428;
	display: inline-block;
	border-left: 5px solid #426428;
	padding-left: 0.5rem;
	margin: 0.5rem 0;
}

@media (max-width: 950px){
	.menu3_main_contents_group .menu3_main_contents100 p strong {
	font-size:4vw;
}
}

.menu3_main_contents_group video {
	display: block;
	width: 48%;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 767px){
.menu3_main_contents_group video {
	width: 80%;
	margin-bottom: 20px;
}
}

.menu3_main_contents_group .menu3_main_contents07 p span {
    font-size: 1.1em;
    font-weight: bold;
    border-bottom: 2px solid #426428;
    margin-bottom: 0.2rem;
    display: inline-block;
}

.menu3_main_contents p span{
    font-weight: bold;
}

.flex03{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2%;
    flex-direction: row-reverse;
}

.flex03 .menu3_main_contents_img,
.flex03 .menu3_main_contents{
   width: 50%;
    padding: 2% 0;
}

.menu3_main_contents07{
    padding-bottom: 2%;
}

.flex02 .menu3_main_contents_img,
.flex02 .menu3_main_contents_img03{
    width: 50%;
    padding: 2%;
}

@media(max-width:768px){
.flex03 .menu3_main_contents_img,
.flex03 .menu3_main_contents,
.flex02 .menu3_main_contents_img,
.flex02 .menu3_main_contents_img03{
    width: 100%;
} 
}

.menu3_main_contents_img100,
.menu3_main_contents_img,
.menu3_main_contents_img03,
.menu3_main_contents_img04{
    text-align: center;
}

.menu3_main_contents_img03{
    padding-bottom: 4%;
}


.menu3_main_contents_img img,
.menu3_main_contents_img03 img,
.menu3_main_contents_img04 img{
    width: 100%;
    max-width: 500px;
}

.menu3_main_contents_img100 img{
	width: 100%;
    max-width: 700px;
}


.menu3_main_contents06{
     text-align:center;
    font-size: 2em;
    padding: 0 0 2% 0;
}

@media(max-width:768px){
  .menu3_main_contents06{
     text-align:center;
    font-size: 1.4em;
    padding: 0 0 2% 0;
}  
}

.menu3_main_contents06 span{
    background: linear-gradient(transparent 80%, #bfef6d 60%);
}

.flex02{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2%;
}

.flex02 .menu3_main_contents_img04{
    width: 46%;
    padding: 2%;
}

.flex02 .sc01{
	width: 48%;
	padding: 2%;
}

@media (max-width: 767px){
	.flex02 .sc01{
	width: 100%;
}
}

.flex02 .sc06{
	width: 32%;
	padding: 2%;
}

@media (max-width:767px) {
	.flex02 .sc06{
	width: 100%;
}	
}

.flex02 .sc05{
	padding: 2%;
	font-size: 2.3em;
    font-weight: bold;
	flex-grow: 2;
}

@media (min-width: 1281px){
	.flex02 .sc05,
	.flex02 .sc01{
	padding: 1%;
}
}

.sc01{
	font-size: 2.3em;
    font-weight: bold;
}

.sc01:before,
.sc05:before{
	content: "\f0a9";
	font-family: FontAwesome;
	margin-right: 0.5rem;
	color:#6dc7c8;
}


.sc02{
	font-size: 2.3em;
}

.sc06{
	font-size: 2.3em;
    font-weight: bold;
}

.sc06:before{
	content: "\f0a9";
	font-family: FontAwesome;
	margin-right: 0.5rem;
	color:#6dc7c8;
}

.sc07:before{
	content: "\f0a9";
	font-family: FontAwesome;
	margin-right: 0.5rem;
	color:#6dc7c8;
}


.sc08{
	font-size: 2.3em;
    font-weight: bold;
}

@media (max-width: 767px){
	.flex02 .sc05,
	.sc01,
	.sc02,
	.sc06,
	.sc08{
	font-size: 4vw;
}
}

.flex02 .sc09{
	width: 32%;
	padding: 2%;
}

@media (max-width:767px) {
.flex02 .sc09{
	width: 100%;
}	
}

.box_sc{
	padding: 30px;
	background: #fff;
}

.box_sc01{
	padding: 30px;
	border-radius: 10px;
}

.box_sc01:nth-child(odd){
	background: #e3f9d6;
}
.box_sc01:nth-child(even){
	background: #fdeca8;
}

.box_sc02{
	padding: 30px;
	border-radius: 10px;
/*border: 2px dotted #eee;*/
	border: 5px dotted #6dc7c8;
}

@media (min-width: 1281px){
	.box_sc02{
	padding: 10px;
}
}


.flex02 .menu3_main_contents05{
/*    text-align:center;*/
    font-size: 1.4em;
    padding: 2% 0;
    width: 50%;   
}

@media(max-width:768px){
    .flex02 .menu3_main_contents_img04{
    width: 100%;
}

.flex02 .menu3_main_contents05{
    text-align:center;
    width: 100%;   
}

.flex02 .menu3_main_contents05{
    text-align: left;
    width: 100%;   
}
}

.menu3_main_contents04{
    font-size: 1.4em;
}


.menu3_reason_text{
    text-align: center;
    font-size:1.8em;
    font-weight: bold;
    margin-bottom: 2rem;
}
.menu3_reason_text span{
    color: red;
}

.menu3_reason_document{
    text-align: center;
}
.menu3_reason_document img{
    width: 100%;
    max-width: 1280px;
}
.menu3_interview_group .box1280{
    padding: 3%;
}
.menu3_interview_group .menu3_interview_img{
    float: left;
    padding-right: 2%;
    width:50%;
}
.menu3_interview_group .menu3_interview_img img{
    width: 100%;
}
.menu3_interview_group .right{
    float:left;
    width:50%;
}
.menu3_interview_group .menu3_interview_title{
    font-size: 1.4rem;
    border-bottom: solid 2px #6dc7c8;
    margin-bottom: 3%;
}
@media (max-width: 767px){
    .menu3_interview_group .menu3_interview_img{
        width:100%;
    }
    .menu3_interview_group .right{
        width:100%;
    }
}

.menu3_interview_group .menu3_interview_text{
    display:inline;
}

h2.title_non{
    margin-bottom: 0!important;
}
.menu3_flow_box{
    display: flex;
    flex-wrap: wrap;
    
}

.menu3_flow_group{
    margin-bottom: 0!important;
    width: 50%;
    background: #f7faf4;
    padding-bottom: 2%;
}


@media(max-width:768px){
    .menu3_flow_group{
        width: 100%;
        
    } 
}

.menu3_flow_group .box1280{
    background: #f7faf4;
    padding: 0 40px;
}

.menu3_flow_group h3 {
    text-align: center;
    font-size:2.0em;
    font-weight: bold;
    margin-bottom: 1rem;
    padding-top: 1rem;
    border-top: 1.5px solid #6dc7c8;
}

@media(max-width:768px){
    .menu3_flow_group h3 {
        font-size:1em;
    }
}

.menu3_flow_group:first-of-type h3{
border-top: none;
}

.menu3_flow_group:nth-child(2) h3{
    border-top: none;
}
@media(max-width:768px){
    .menu3_flow_group:nth-child(2) h3{
        border-top: 1.5px solid #6dc7c8;
    }
}

.menu3_flow_group p.menu3_flow {
    text-align: center;
    font-size:1.8em;
    font-weight: bold;
    margin-bottom: 1rem;
}
.menu3_flow_group .menu3_flow_img{
    text-align: center;

}
.menu3_flow_group .menu3_flow_img img{
/*    max-width: 500px;*/
}
.menu3_flow_text{
    max-width: 500px;
    margin: auto;
    padding-bottom: 2rem;
}

.notes{
    width: 50%;
    background: #f7faf4;
}

@media (max-width: 767px){
    .notes{
        width: 100%;
        
    }

}
.notes .box1280{
    padding:40px;
}

.notes .box1280 p{
    text-align: center;
    font-size: 2.0em;
    font-weight: bold;
}

@media (max-width: 680px){
    .notes .box1280 p{
        font-size: 1em;
    }
    
}

.menu3_info_group{
    background: #f7faf4;
    margin-bottom: 0!important;
}
.menu3_info_group .box1280 h2{
    margin-bottom: 0;
}
.menu3_info_group .box1280 ul{
    padding-bottom: 1rem;
    padding-top: 1rem;
    padding-left: 10rem;
    padding-right: 10rem;
}
}

/*ボタン部分*/
#top-btn{
	display: block;
	padding: 15px 0;
	background: rgba(255,255,255,0.9);
	width: 100%;
	height: auto;
	margin-bottom: 3%;
}
#top-btn ul{
    display:flex;
    flex-wrap: wrap;
    margin: 0 0 4% 0;	
}
#top-btn ul li{
    width: 33.3%;
    padding: 0 1%;
    text-align: center;
}
#top-btn ul li a{
    display: block;
    background: #FFF;
    max-width:255px;
    margin: 0 auto;
    border-radius: 8px;
}
#top-btn ul li a img{
    width: 100%;
    max-width:255px;
    height: auto;
    transition: all linear 0.3s;
}
#top-btn ul li a:hover img{
    opacity: 0.7;
}
#top-btn ul li span{
    display: none;
}
@media(max-width:780px){
    #top-btn ul.fix li{
        width: 23%;
        padding:0;
    }
    #top-btn ul.fix li:nth-child(4){
        width: 31%;
    }
    #top-btn ul.fix li a{
        display: block;
        width: 100%;
        border:#FFF 1px solid;
        padding: 10px 0;
        text-align: center;
        border-radius: 0;
        color: #FFF;
        font-weight: bold;
    }
    #top-btn ul.fix li:nth-child(1) a{
        background: #229e84;
    }
    #top-btn ul.fix li:nth-child(2) a{
        background: #92b900;
    }
    #top-btn ul.fix li:nth-child(3) a{
        background: #ff9743;
    }
    #top-btn ul.fix li:nth-child(4) a{
        background: #f19bb3;
    }
    #top-btn ul.fix li a img{
        display: none;
    }
    #top-btn ul.fix li span{
        display: block;
    }
}
@media(max-width:680px){
    #top-btn ul li{
        width: 50%;
    }
    #top-btn ul li:nth-child(-n + 2){
        margin-bottom: 10px;
    }
}


/*コロナバナー*/
.juyo_ban{
    text-align: center;
    margin-bottom: 4%;
}
/*無料バナー*/
#free_bnr{
    width: 100%;
    text-align: center;
}
.bnr_cap{
    margin-bottom: 2%;
}

/*ブログと症例部分*/
#index100{
    width: 100%;
    padding: 4% 0;
    background: #bed567;
    margin-bottom: 4%;
}
#index100 > .box1280{
    display: flex;
    flex-wrap: wrap;
}
#index100 > .box1280 .box{
    width: 48%;
    margin: 0 1%;
    background: #FFF;
    padding: 2%;
    border-radius: 10px;
}
#index100 > .box1280 .box h3{
    display: block;
    color: #6dc7c8;
    font-weight: bold;
    font-size: 2em;
    border-bottom: #6dc7c8 2px solid;
    max-width: 180px;
    text-align: center;
    margin: 0 auto 20px auto;
}
#index100 > .box1280 .box .newsBox{
    max-height: 200px;
    overflow-y:auto;
}
#index100 > .box1280 .box .newsBox dl{
    display: flex;
    flex-wrap: wrap;
    border-bottom: #CCC 2px dotted;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#index100 > .box1280 .box .newsBox dl dt{
    width: 130px;
    font-weight: bold;
    color: #ff9c00;
}
#index100 > .box1280 .box .newsBox dl dd{
    width: calc(100% - 130px);
}
@media(max-width:1000px){
    #index100 > .box1280 .box .newsBox dl dt,
    #index100 > .box1280 .box .newsBox dl dd{
        width: 100%;
    }
}
@media(max-width:780px){
    #index100 > .box1280 .box{
        width: 94%;
        margin: 0 3%;
    }
    #index100 > .box1280 .box:first-child{
        margin-bottom: 15px;
    }
    #index100 > .box1280 .box .newsBox dl dt{
        width: 130px;
    }
    #index100 > .box1280 .box .newsBox dl dd{
        width: calc(100% - 130px);
    }
}
@media(max-width:480px){
    #index100 > .box1280 .box .newsBox dl dt,
    #index100 > .box1280 .box .newsBox dl dd{
        width: 100%;
    }
}


.title06 {
    width:100%;
    clear:both;
    padding:20px;
    font-size:1.2em;
    color:#fff;
    font-family: Yugo, '游ゴシック', "メイリオ", Meiryo, serif;
    position: relative;
    display: inline-block;
    background: #6dc7c8;
    z-index: 0;
    border-radius:5px;
}

.title06:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #6dc7c8 transparent transparent transparent;
}

@media (max-width: 780px){
    .title06 {
        padding:10px;
        font-size:4.5vw;
    }
}
/* blog */
div.blog_list {
    clear:both;
    width:100%;
    margin-bottom: 40px;
}

div.blog_list div.wp-pagenavi {
    margin-left:0;
}

div.blog_list span.pages {
    display:none;
}

section.blog01 {
    clear:both;
    width:100%;
    margin-bottom: 40px;
}

div.blog-bg01 {
    padding:20px;
    background:#F8F5F0;
    border:1px solid #d9d9da;
    border-radius:5px;
}

div.blog-img {
    width:30%;
    margin-right: 20px;
    margin-bottom: 10px;
    float:left;
}

div.blog-img img {
    width:100%;
}

div.blog-txt p.date {
    padding:1px 8px 2px 8px;
    text-align:right;
    font-size:0.9em;
    display:inline-block;
    background:#138771;
    color:#fff;
    float:right;
}
.blog-txt p a{
    color: #138771;
    text-decoration: underline;
}


div.blog-txt img {
    width:50%;
}

@media (max-width: 780px){
    div.blog_list {
        margin-bottom: 20px;
    }

    div.blog_list div.wp-pagenavi {
        margin-left: -10px;
    }

    .wp-pagenavi span.extend {
        padding: 2px 8px !important;
        display: inline-block;
    }    

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

    div.blog-bg01 {
        margin-top: 10px;
        padding:10px;
    }

    div.blog-img {
        width:100%;
        float:none;
        margin-bottom: 10px;
    }

    div.blog-txt img {
        width:100%;
    }
}

/* case */
div.case_list {
    clear:both;
    width:100%;
    margin-bottom: 40px;
}

div.case_list div.wp-pagenavi {
    margin-left:0;
}

div.case_list span.pages {
    display:none;
}

section.case01 {
    clear:both;
    width:100%;
    margin-bottom: 40px;
}

div.case-bg01 {
    padding:20px;
    background:#F5F5F5;
    border:1px dashed #ccc;
    border-radius:5px;
}

div.case-img {
    width:30%;
    margin-right: 20px;
    margin-bottom: 10px;
    float:left;
}

div.case-img img {
    width:100%;
}

div.case-txt p.date {
    padding:1px 8px 2px 8px;
    text-align:right;
    font-size:0.9em;
    display:inline-block;
    background:#6dc7c8;
    color:#fff;
    float:right;
}

.case-txt p a{
    color: #138771;
    text-decoration: underline;
}



@media (max-width: 780px){
    div.case_list {
        margin-bottom: 20px;
    }

    div.case_list div.wp-pagenavi {
        margin-left: -10px;
    }

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

    div.case-bg01 {
        margin-top: 10px;
        padding:10px;
    }

    div.case-img {
        width:100%;
        float:none;
        margin-bottom: 10px;
    }
}



/*side*/
div#side {
    width:22%;
    float:right;
    max-width:260px;
    padding-top: 4.5rem;
}

div#side div.back01,div#side div.back02 {
    margin-bottom: 20px !important;
}

.blog_cate {
    margin-bottom:30px;
}

.blog_cate h2 {
    padding-left: 14px;
    border-left: #6dc7c8 7px solid;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.blog_cate ul li {
    margin:8px;
}

.blog_cate ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right:0.5rem;
}


@media (max-width: 780px){
    div#side {
        clear:both;
        width:100%;
        max-width:760px;
        padding:10px 0;
        float:none;
        border-top:1px solid #666;
    }
}

div.side01 {
    width:100%;
    margin-bottom: 20px;
}

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

section.side02 .title01 {
    padding:5px 0;
    text-align:center;
    cursor:pointer;

}

section.side02 ul li {
    border-bottom:1px solid #ddd;
}

section.side02 ul li:last-child {
    border-bottom:none;
}

section.side02 ul li a {
    padding:15px 10px 15px 35px;
    display:block;
    background:url(../images/side02_icon01.png) no-repeat left #fff;
    background-size:24px 12px;
}

section.side02 ul li a:hover {
    background:url(../images/side02_icon01.png) no-repeat left #F5F5F5;
    background-size:24px 12px;
}

@media (max-width: 1080px){
    section.side02 ul li {
        font-size:1em;
    }

    section.side02 ul li a {
        padding:12px 5px 12px 30px;
    }
}

@media (max-width: 780px){
    section.side02 {
        margin-bottom: 10px;
    }

    section.side02 ul li {
        font-size:1.2em;
    }

    section.side02 ul li a {
        padding:15px 10px 15px 35px;
    }
}

div.side03 ul li {
    margin-bottom: 15px;
}

@media (max-width: 780px){
    div.side03 {
        padding:0 10px;
    }

    div.side03 ul li {
        width:48.5%;
        margin-bottom: 10px;
    }

    div.side03 ul li:nth-child(2n+1) {
        clear:both;
        float:left;
    }

    div.side03 ul li:nth-child(2n) {
        float:right;
    }
} 

div.side04 ul li {
    margin-bottom: 15px;
}

div.side04 ul li a {
    padding:12px 5px 12px 50px;
    font-size:1.1em;
    display:block;
    border:1px solid #ddd;
}

div.side04 ul li:nth-child(1) a {
    background:url(../images/side04-bt01.png) no-repeat 10px 8px #fff;
    background-size:30px;
}

div.side04 ul li:nth-child(2) a {
    background:url(../images/side04-bt02.png) no-repeat 10px 8px #fff;
    background-size:30px;
}

div.side04 ul li:nth-child(3) a {
    background:url(../images/side04-bt03.png) no-repeat 10px 8px #fff;
    background-size:30px;
}

@media (max-width: 780px){
    div.side04 {
        clear:both;
        padding:0 10px;
    }

    div.side04 ul li {
        margin-bottom: 10px;
    }

    div.side04 ul li a {
        padding:10px 5px 10px 50px;
        font-size:4.5vw;
    }
}

div.side05 ul li {
    margin-bottom: 15px;
}

div.side06 ul li {
    margin-bottom: 15px;
}

@media (max-width: 780px){
    div.side05 {
        clear:both;
        padding:0 10px;
    }

    div.side05 ul li {
        width:70%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }

    div.side06 {
        clear:both;
        padding:0 10px;
    }

    div.side06 ul li {
        width:70%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }
}



#case_list #index_check {
	margin-top:6rem;
	margin-bottom:6rem;
	padding:3rem 0;
}

.post-type-archive-problem #index_check,
.tax-problem_category #index_check,
.single-problem  #index_check {
	margin-top:0;
	margin-bottom:6rem;
	padding:3rem 0;
}

#case_list #case,
.tax-problem_category #case {
	margin-bottom:4.5rem;
}


.post-type-archive-problem #main,
.single-problem #main {
	margin-bottom:0;
	padding-bottom:0;
}

.single-problem #main h2 {
    font-weight: 500;
    background: #f7f7f8;
    border-left: 3px solid #81d742;
    padding: 1rem 1.5rem;
	margin-bottom:3rem;
	font-size:1.2em;
}

.single-problem #main h2.title01 {
    background: #6dc7c8;
    color: #FFF;
    padding: 0.75rem 1rem;
    font-size: 1.4em;
    margin-bottom: 2rem;
    line-height: 1.8;
	border:none;
}

.single-problem #main h3 {
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
	margin-bottom:0.5rem;
	padding-top:0.5rem;
	padding-bottom:0.5rem;
	padding-left:0.5rem;
	font-size:1.2em;
}

.single-problem #main p {
	margin-bottom:3rem;
	letter-spacing:2px;
}

.problem01 .category-list {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
}

.problem01 .category-list li {
	width:32%;
	text-align:center;
	margin-bottom:1rem;
	margin-right:2%;
}

.problem01 .category-list li:nth-child(3n) {
	margin-right:0;
}

.problem01 .category-list li a {
	display:block;
	padding:0.5rem 1.5rem;
	border:3px solid #6dc7c8;
	font-size:1.5vw;
	font-weight:900;
}

.problem02 {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
}

.problem02 h2 {
	width:100%;
}

.problem02 p {
	margin-bottom:3rem;
}

.problem02 a {
	width:32%;
	text-align:center;
	margin-bottom:1rem;
	margin-right:2%;
	background:#f7f7f8;
}

.problem02 a:nth-child(3n + 2) {
	margin-right:0;
}

.problem02 a h3 {
	padding:1rem;
}

@media (max-width: 767px){
#case_list #case, .tax-problem_category #case {
	margin-bottom:2.5rem;
}

#case_list #index_check {
	margin-top:2rem;
	margin-bottom:2.5rem;
}

#index_check .select_box {
	padding-top:2.5rem;
}

#index_check .select_box figure {
	margin-bottom:0;
}

.problem01 .category-list {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.problem01 .category-list:after {
	content:none;
}

.problem01 .category-list li {
	width:49%;
	margin-right:0;
	margin-bottom:0.5rem;
}

.problem01 .category-list li a {
	font-size:3vw;
	padding:0.5rem;
}

.problem02 {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.problem02 p {
	margin-bottom:1.5rem;
}

.problem02 a {
	width:49%;
	margin-right:0;
}

.problem02 a h3 {
    padding: 0.5rem;
}


.post-type-archive-problem #main section {
	margin-bottom:2rem;
}

.post-type-archive-problem #index_check, .tax-problem_category #index_check, .single-problem #index_check {
	margin-bottom:2.5rem;
}

.single-problem #main h2 {
	padding:0.5rem 1rem;
	margin-bottom:1.5rem;
}

.single-problem #main p {
	margin-bottom:1.5rem;
	
}

}



#menu_mainvisual {
	margin-bottom:9rem;
}

#menu_mainvisual .box1280 {
	border:none;
}

#menu_mainvisual figure {
	position:inherit;
	float:left;
	overflow:inherit;
	width:52%;
	/*90度右回転*/
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
}

#menu_mainvisual figure img {
	width:100%;
	height:auto;
}

#menu_mainvisual figure::after {
	content:none !important;
}


#menu_mainvisual_text {
	position: absolute;
	bottom: 8%;
	right: 5%;
	left:inherit;
	text-align:center;
	background:rgba(255,255,255,0.8);
	padding:3rem 2rem;
	border-radius:3rem;
	width:64%;
	box-shadow: 5px 5px 16px 0px rgba(0, 0, 0, 0.2);
	text-shadow:none;	
}

#menu_mainvisual_text h2 {
	font-size:clamp(24px, 6vw, 72px);
	margin-bottom:1rem;
	line-height:1.2;
	font-family: "nsjpb", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

#menu_mainvisual_text h2 span {
	display:block;
	font-size:clamp(18px, 2.3vw, 30px);
	font-family: "nsjpb", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	padding-left:0.25rem;
	color:#8AA73B;
	margin-bottom:1rem;
}

#menu_mainvisual_text p {
	font-size:clamp(18px, 2.3vw, 30px);
	font-family: "nsjpb", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	color:#8AA73B;
	line-height:1.4;
}

.about_shojo h2 {
	font-size:clamp(20px, 5vw, 60px);
	text-align:center;
	margin-bottom:3rem;
}

.about_shojo h2 span {
	background: linear-gradient(transparent 80%, #5C9D25 80%);
	font-weight:bold;
	font-family: "nsjpb", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.about_shojo h3 {
	font-size:clamp(18px, 2vw, 24px);
	font-weight:bold;
	font-family: "nsjpb", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	margin-bottom:1rem;
	color:#426428;
}

.about_shojo p strong {
	font-size:clamp(16px, 1.6vw, 20px);
  font-weight: bold;
  color: #426428;
  display: inline-block;
  border-left: 5px solid #426428;
  padding-left: 0.5rem;
  line-height:1.4;
  margin-bottom:1rem;
}

.symptom_check h2 {
	font-size:2.4em;
	font-family: "nsjpb", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight:bold;
	text-align:center;
	margin-bottom:1.5rem;
}

.symptom_check h2 span {
	display:block;
}

.symptom_check h2 span:before {
    content: "\f14a";
    font-family: FontAwesome;
    margin-right:0.5rem;
	color:#dc1e0c;
}

.symptom_check ul {
	background:#FFF;
	border:15px solid #6dc7c8;
	padding:3rem 4.5rem;
	border-radius:1rem;
}

.symptom_check ul li {
	font-size:1.6em;
	font-family: "nsjpb", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight:bold;
	margin-bottom:1rem;
	padding-bottom:1rem;
	border-bottom:1px solid #dddddd;
}

.symptom_check ul li:last-child {
	margin-bottom:0;
}

.symptom_check ul li span.liner_pink {
	background: linear-gradient(transparent 60%, #ffb8b1 60%);
}

.symptom_check ul li label {
	margin-right:1rem;
}

@media (max-width: 767px){
.about_shojo h2 {
	margin-bottom:1.5rem;
}

.symptom_check h2 {
  font-size: 4.5vw;
  letter-spacing: 0;
}
}

.single_select_box {
  background: #ecf8f8;
  padding-top:4.5rem;
  padding-bottom:4.5rem;
  margin-top:6rem;
  margin-bottom:6rem;
}

.single_select_box h2 {
	text-align:center;
	font-size:clamp(20px, 3vw, 45px);
	margin-bottom:3rem;
	font-weight:900;
	line-height:1.4;
	text-shadow:
    #FFF 2px 0px 0px, #FFF -2px 0px 0px,
    #FFF 0px -2px 0px, #FFF 0px 2px 0px,
    #FFF 2px 2px 0px, #FFF -2px 2px 0px,
    #FFF 2px -2px 0px, #FFF -2px -2px 0px,
    #FFF 1px 2px 0px, #FFF -1px 2px 0px,
    #FFF 1px -2px 0px, #FFF -1px -2px 0px,
    #FFF 2px 1px 0px, #FFF -2px 1px 0px,
    #FFF 2px -1px 0px, #FFF -2px -1px 0px,
    #FFF 1px 1px 0px, #FFF -1px 1px 0px,
    #FFF 1px -1px 0px, #FFF -1px -1px 0px;
	font-family: "nsjpb", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.single_select_box h2 strong {
  font-weight: bold;
  color: #dc1e0c;
  font-family: "nsjpb", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.single_select_box figure {
	margin-bottom:3rem;
}

.single_select_box ul.select_list {
		display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.single_select_box ul.select_list:after {
	content:none;
}

.single_select_box ul.select_list li {
	margin-bottom:1.5rem;
	width:49%;
	text-align:center;
}

.single-menu #main section#index_six_support {
	margin-bottom:0;
	padding-bottom:0;
}

.single-menu #main section#index_shikaku {
	margin-top:1.5rem;
	margin-bottom:0;
}

.single-menu .menu2_interview_group .box1280 {
	padding:0;
}

.single-menu #contact_shop {
	padding-top:0;
	margin-bottom:0;
}

#main section.menu2_flow_group_wrapper {
	margin-bottom:0;	
}



@media (max-width: 767px){

#menu_mainvisual {
	margin-bottom:3rem;
}
	
#menu_mainvisual_text {
    padding: 1rem;
    width: 64%;
	bottom:0;
}

#menu_mainvisual_text h2 span {
	font-size:15px;
}

#menu_mainvisual_text p {
	font-size:15px;
}

#menu_mainvisual_text p br {
	display:none;
}

.single_select_box {
	margin-top:3rem;
	padding-top: 3rem;
	padding-bottom: 3rem;
	margin-bottom: 3rem;
}

.symptom_check ul {
	border:5px solid #6dc7c8;
	padding:1rem;
}

.symptom_check ul li {  
	font-size: 4vw;
	text-indent: -2.5rem;
	padding-left: 2.5rem;
}

.single-menu .menu2_interview_group .box1280 {
	padding:0 10px;
}

.single-menu .menu2_reason_text {
  font-size: 1.2em;
  margin-top:1.5rem;
}

.single-menu #main section#menu_voice_group {
	margin-bottom:1.5rem;
}

}