/*
Theme Name: Twenty Twelve
Theme URI: https://wordpress.org/themes/twentytwelve/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 4.6
Tested up to: 6.8
Requires at least: 3.5
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, block-patterns
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;400;500&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, 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 {
margin: 0;
padding: 0;
border: 0;
font-style:normal;
font-weight: normal;
font-size: 100%;
vertical-align: baseline;
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,"Yu Gothic" , "YuGothic" ,  "Hiragino Kaku Gothic Pro" , "Meiryo UI" , Meiryo , "MS PGothic" , sans-serif;
	
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
	overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea{
	margin: 0;
	padding: 0;
}

ol, ul{
	list-style:none;
}


ul.flex,.flex{
	display:-webkit-box;
	display:-ms-box;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-moz-box-lines:multiple;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

table{
	border-collapse: collapse; 
	border-spacing:0;
	width:100%;
}

caption, th{
	text-align: left;
}

a:focus {
	outline:none;
}

.clear:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

* html .clear {
	height: 1px;
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}
*{
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}
a{
	text-decoration:none;
	color:#525252;
}
a:hover {
	color:#eb9244;
}
body {
	overflow:hidden;
	background:#fff;
}
div, a, p, h1, h2, h3, h4, h5, h6, span, th, td, li, time, footer, button, label, strong, em, b{
	color:#525252;
	font-family:'M PLUS 1p', sans-serif;
	font-size:16px;
}

p.pinklink{text-align:center;}
p.pinklink a {
    display: inline-block;
    background: #fff6ea;
    margin-top: 30px;
    padding: 10px 20px 8px;
    border-radius: 5px;
    font-weight: 500;
    color: #727272;
    transition: 0.2s;
}
p.pinklink a:hover {
    background: #eb9244;
    color: #fff;
}
b{font-weight:bold;}
img{
	width: 100%;
	display: block;
	height: auto;
}
span.sbi_btn_text,#sb_instagram .sbi_follow_btn a > span {
    color: #fff;
    font-size: 13px;
}
.grecaptcha-badge {
    position: absolute;
    z-index: -100;
    visibility: hidden;
}
.wpcf7 form .wpcf7-response-output {
    border: none!important;
}
section[class^="index_"]{
}
.width {
	width:80%;
	max-width:1200px;
	margin:0 auto;
}
p{
	margin-bottom:10px;
	letter-spacing:1px;
	text-align: left;
}
section a, section span, section b, section strong {
	font-size:100%;
}
.mt10 {margin-top:10%!important;}
.mt8 {margin-top:8%!important;}
.mt5 {margin-top:5%!important;}
.mt3 {margin-top:3%!important;}
.mt0 {margin-top:0%!important;}
.mb0 {margin-bottom:0%!important;}
.mb3 {margin-bottom:3%!important;}
.mb5 {margin-bottom:5%!important;}
.mb8 {margin-bottom:8%!important;}
.mb10 {margin-bottom:10%!important;}

div.float {
    margin: 3% auto;
}
.float p.floatr {
    float: right;
    margin: 0 0 10px 3%;
    width: 47%;
}
.float p.floatl {
    float: left;
    margin: 0 3% 10px 0;
    width: 47%;
}

.center {
	text-align:center!important;
}
.right {
	text-align:right!important;
}
.left {
	text-align:left!important;
}
span.orange {
	color:#eb9244;
}
span.brawn {
	color:#795548;
}
span.bi {
	font-size:120%;
	font-weight:bold;
}
span.b {
	font-weight:bold;
}
span.u {
	border-bottom:1px solid;
}
span.ib {
	display:inline-block!important;
}



@-webkit-keyframes fadein {
	from {opacity: 0;}
	to {opacity: 1;}
}

@keyframes fadein {
	from {opacity: 0;}
	to {opacity: 1;}
}
@-webkit-keyframes fadeinrl {
	from {
		opacity: 0;
		-webkit-transform: translateX(20px);
		        transform: translateX(20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@keyframes fadeinrl {
	from {
		opacity: 0;
		-webkit-transform: translateX(20px);
		        transform: translateX(20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@-webkit-keyframes fadeinlr {
	from {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		        transform: translateX(-20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@keyframes fadeinlr {
	from {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		        transform: translateX(-20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@-webkit-keyframes fadeinbt {
	from {
		opacity: 0;
		-webkit-transform: translateY(20px);
		        transform: translateY(20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@keyframes fadeinbt {
	from {
		opacity: 0;
		-webkit-transform: translateY(20px);
		        transform: translateY(20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@-webkit-keyframes fadeintb {
	from {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@keyframes fadeintb {
	from {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}

.fadein{
	opacity:0;
	-webkit-transition : all 3s;
	-o-transition : all 3s;
	transition : all 3s;
}
.downup .fadein {
	opacity : 0;
	-webkit-transform : translate(0, 50px);
	    -ms-transform : translate(0, 50px);
	        transform : translate(0, 50px);
	-webkit-transition : all 800ms;
	-o-transition : all 800ms;
	transition : all 800ms;
}
.updown .fadein {
	opacity : 0;
	-webkit-transform : translate(0, -50px);
	    -ms-transform : translate(0, -50px);
	        transform : translate(0, -50px);
	-webkit-transition : all 800ms;
	-o-transition : all 800ms;
	transition : all 800ms;
}
.fadeinrl .fadein {
	opacity : 0;
	-webkit-transform : translate(80px, 0);
	    -ms-transform : translate(80px, 0);
	        transform : translate(80px, 0);
	-webkit-transition : all 800ms;
	-o-transition : all 800ms;
	transition : all 800ms;
}
.fadeinlr .fadein {
	opacity : 0;
	-webkit-transform : translate(-80px, 0);
	    -ms-transform : translate(-80px, 0);
	        transform : translate(-80px, 0);
	-webkit-transition : all 800ms;
	-o-transition : all 800ms;
	transition : all 800ms;
}
.fadein.scrollin {
	opacity : 1;
	-webkit-transform : translate(0, 0);
	    -ms-transform : translate(0, 0);
	        transform : translate(0, 0);
}

ul[class^="col2_"] > li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 3%;
}
ul[class^="col3_"] > li {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 3%;
}
ul[class^="col2_"] > li:nth-child(even), ul[class^="col3_"] > li:nth-child(3n){
    margin-right: 0;
}

/*------------------------------------*\
    ヘッダー＆フッダー00
\*------------------------------------*/
div.menu1 {
    background: #fff6ea;
}
div.menu1 nav {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 80;
}
div.menu1 nav p {
    display: inline-block;
    position: relative;
    z-index: 10;
    bottom: 3px;
}
div.menu1 nav p a {
    font-size: 46px;
    line-height: 37px;
    display: block;
    letter-spacing: 2px;
}
div.menu1 nav p a b {
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
    padding-left: 3px;
}
div.menu1 nav p a span {
    font-size: 15px;
    display: inline-block;
    padding-left: 5px;
}
div.menu1 nav p a:hover{color:#919191;}
div.menu1 nav ul {position: absolute;width: 100%;text-align: right;bottom: -50px;font-size: 0;}
div.menu1 nav ul li {
    display: inline-block;
    text-align: center;
}
div.menu1 nav ul li a {
    display: block;
    background: #fff;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    padding-top: 25px;
    letter-spacing: 0.5px;
    -webkit-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
div.menu1 nav ul li a span {
    display: block;
    font-weight: 100;
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 2px;
}
div.menu1 nav ul li a.current, div.menu1 nav ul li a:hover {
    background: #fff6ea;
}
div.menur {
    display: none;
}
ul.connection {
    position: fixed;
    width: 90%;
    left: 5%;
    margin: auto;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    bottom: 20px;
    z-index: 100;
}
ul.connection li {
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 5px;
}
ul.connection li a{
    display: block;
    padding: 10px 9px;
    border-radius: 50px;
    -webkit-transition:0.2s;
    -o-transition:0.2s;
    transition:0.2s;
    -webkit-box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 40%);
    box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 40%);
}
ul.connection li:nth-child(1) a{
    background: #28C3D4;
}
ul.connection li:nth-child(2) a{
    background: #eb9244;
}
ul.connection li:nth-child(3) a{
    background: #795548;
}
ul.connection li:nth-child(1) a:hover{
    background: #50dae9;
}
ul.connection li:nth-child(2) a:hover{
    background: #f7ba87;
}
ul.connection li:nth-child(3) a:hover{
    background: #836f68;
}
ul.connection li img {
    display: inline-block;
    width: 30px;
    vertical-align: middle;
}
ul.connection li:nth-child(2) img, ul.connection li:nth-child(3) img {
    padding-left: 5px;
}
ul.connection li span {
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    padding: 0 8px;
    font-size: 15px;
}

section.footer {
    width: 90%;
    max-width: 1300px;
    margin: 15% auto 80px;
    font-size: 0;
}
ul.footer-in{margin-bottom:30px;}
ul.footer-in > li {
    display: inline-block;
    width: 32%;
    background: #fff6ea;
    border-radius: 30px;
    margin-right: 2%;
    text-align: center;
    padding: 50px 20px 20px;
    position: relative;
}
ul.footer-in > li:last-child{margin-right:0;}
ul.footer-in > li p.footcol {
    background: #eb9244;
    color: #fff;
    width: 65%;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    margin: -80px auto 30px;
    font-size: 20px;
    letter-spacing: 2px;
    padding: 15px 20px;
    border-radius: 15px;
	line-height: normal;
	text-align: center;
}
ul.footer-in > li ul {
    text-align: justify;
	margin-bottom: 10px;
}
ul.footer-in > li:nth-child(2) li span {
    color: #eb9244;
	padding-right:10px;
}
ul.footer-in a{display:block;}
ul.footer-in a:hover {
    color: #eb9244;
}
ul.footer-in > li p {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    color: #888888;
}
ul.footer-in > li table {
    width: 100%;
    text-align: justify;
}
ul.footer-in > li table th {
    width: 65px;
}
.access-p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.access-p iframe {
    width: 48%;
    height: 400px;
}
.access-p > p {
    position: relative;
    width: 48%;
    margin: 0 0 0 auto;
}
.access-p > p img {
    position: absolute;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.access-p > p span {
    position: absolute;
    z-index: 1;
    display: block;
    width: 100%;
    text-align: center;
    background: #eb9244;
    font-size: 20px;
    padding: 10px 0;
    color: #fff;
    bottom: 0;
}
footer#colophon {
    text-align: center;
    margin: 0 auto 80px;
    display: block;
    font-size: 15px;
    letter-spacing: 0.5px;
}





/*------------------------------------*\
    共通_00
\*------------------------------------*/

.ttl1 {
    text-align: center;
    padding-top: 10%;
    font-size: 55px;
}
.ttl1 span {
	display: block;
	font-size: 40%;
	font-weight: 500;
}
.ttl1 img {
    width: 35%;
    margin: 3% auto 5%;
    max-width: 250px;
    opacity: 0.5;
}
.ttl2 {
    font-size: 40px;
    padding-top: 5%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 30px;
    position: relative;
    font-weight: 500;
    color: #727272;
}
.ttl2 img {
	width: 120px;
	margin: 0 auto 30px;
}
.ttl3 {
    padding: 0;
    font-size: 30px;
    margin-bottom: 30px;
    letter-spacing: 3px;
    text-align: center;
}
.ttl3 br {display:none;}
.ttl3 strong, .ttl3 span {
    font-size: 45px;
	 display: inline-block;
    font-weight: normal;
}
.ttl4 {
    font-size: 25px;
    letter-spacing: 1px;
    margin: 5% auto 15px;
}
.ttl5 {
    font-size: 40px;
    background: url(/wp-content/uploads/2025/10/orange1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 50px 0 40px;
    letter-spacing: 2px;
    margin-bottom: 50px;
    color: #727272;
    text-align: center;
}
.ttl5 span {
    display: block;
    font-size: 30px;
    color: #727272;
}
.ttl6 {
    padding: 3px 10px;
    font-size: 35px;
    background: #fff6ea;
    margin: 5% auto 3%;
    border-left: 5px solid #eb9244;
}
.ttl7 {
	font-size: 23px;
	margin-bottom: 3%;
	border-top: 1px solid #e9dd88;
	border-bottom: 1px solid #e9dd88;
	padding: 3px;
}


section.bread {
    margin-bottom:3%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
section.bread ul {
  display: inline;
  list-style: none;
  padding: 0;
  margin: 0;
}
section.bread li {
  display: inline;
  font-size: 14px;
}
section.bread li::after {
    content:"/";
    padding: 0 10px;
}
section.bread li:last-child::after {
    display:none;
}
section.bread li a {
    display: inline-block;
    padding: 12px 0;
}
section.bread li a:hover {
	color:#6b1e1e;
}


/*------------------------------------*\
    トップページ00
\*------------------------------------*/

.modal_wrap input {
    display: none;
}
.modal_overlay {
    display:none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    -webkit-transition: opacity 0.5s, -webkit-transform 0s 0.5s;
    transition: opacity 0.5s, -webkit-transform 0s 0.5s;
    -o-transition: opacity 0.5s, transform 0s 0.5s;
    transition: opacity 0.5s, transform 0s 0.5s;
    transition: opacity 0.5s, transform 0s 0.5s, -webkit-transform 0s 0.5s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.modal_wrap input:checked ~ .modal_overlay {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.modal_trigger {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.modal_content {
    position: fixed;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 96%;
    max-width: 1200px;
    border: 20px solid #fff;
    background: #fff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-align: justify;
    border-radius: 30px;
    margin: 10% auto;
    max-height: 80%;
    overflow: scroll;
}
.modal_content > p {}
.close_button {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    font-size: 35px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    line-height: 35px;
    cursor: pointer;
    z-index: 1;
    background: #fff6ea;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    padding-top: 5px;
    letter-spacing: 0;
}

section.index1 {
    overflow: hidden;
    position: relative;
    z-index: 0;
    max-height: 80vh;
}

section.index1 img:first-child{
    position:relative;
    z-index:-4;
}
section.index1 img:nth-child(2), section.index1 img:nth-child(3), section.index1 img:nth-child(4) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-animation: top-fuwari 6s 0s infinite;
    animation: top-fuwari 12s 0s infinite;
}
section.index1 img:nth-child(2) {

}
section.index1 img:nth-child(3) {
    -webkit-animation-delay: 2s;
    animation-delay: 4s;
}
section.index1 img:nth-child(4) {
    -webkit-animation-delay: 4s;
    animation-delay: 8s;
}
@-webkit-keyframes top-fuwari {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    35% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes top-fuwari {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    35% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

section.index1 > div {
    position: absolute;
    top: 40%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 1200px;
    left: 0;
    right: 0;
    margin: auto;
    background: -o-linear-gradient(45deg, white, transparent);
    background: linear-gradient(45deg, white, transparent);
    padding: 3%;
}

section.index1 > div h1 {
    font-size: 35px;
    letter-spacing: 2px;
    -webkit-filter: drop-shadow(3px 3px 1px rgb(255 255 255 / 100%));
    filter: drop-shadow(3px 3px 1px rgb(255 255 255 / 100%));
    margin-bottom: 10px;
    width: fit-content;
}
section.index1 > div h1 span{
	display:block;
	color: #eb9244;
	font-size: 18px;
}
section.index1 > div h1 span br{
	display:none;
}
section.index1 > div p {
    width: 55%;
    font-size: 25px;
    letter-spacing: 2px;
    line-height: normal;
    -webkit-filter: drop-shadow(3px 3px 1px rgb(255 255 255 / 100%));
    filter: drop-shadow(3px 3px 1px rgb(255 255 255 / 100%));
}

section.index2 {
    width: 80%;
    margin: 0 auto;
    max-width: 1200px;
    padding: 80px 0 50px;
    text-align: center;
}
div.i2-in {
    display: inline-block;
    width: 40%;
    position: relative;
}
div.i2-in p:first-child {
    overflow: hidden;
    border-radius: 50%;
}
div.i2-in p:nth-child(2) {
    display: inline-block;
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    font-size: 25px;
    line-height: normal;
    letter-spacing: 2px;
    background: url(/wp-content/uploads/2025/10/orange1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 50px 50px 35px;
    bottom: -10%;
    right: -5%;
}
div.i2-in p:nth-child(2) b {
    display: block;
    font-size: 25px;
    font-weight: 400;
    line-height: 28px;
}
div.i2-in p:nth-child(2) span {
    display: block;
    font-size: 15px;
    line-height: normal;
    font-weight: 100;
}
div.i2-in2 {
    display: inline-block;
    width: 50%;
    margin-left: 9%;
    vertical-align: top;
    padding-top: 10px;
}
div.i2-in2 a {
    display: inline-block;
    background: url(/wp-content/uploads/2025/10/orange1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 30px;
    margin: 30px auto 0;
}
div.i2-in2 a:hover{
    opacity:0.8;
	color:#000;
}
section.instafeed {
    margin-top: 5%;
}
section.index3 {
    background: url(/wp-content/uploads/2025/10/yellow1.jpg);
    background-size: cover;
    padding: 80px 0;
}
div.i3-in {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto 50px;
    text-align: center;
    font-size: 0;
}
div.i3-in img {
    display: inline-block;
    width: calc(50% - 321px);
    vertical-align: top;
    margin-bottom: -40px;
}
div.i3-in h2 {
    display: inline-block;
    font-size: 40px;
    margin: 0 20px 20px;
    padding-top: 30px;
    color: #888888;
    font-weight: bold;
    letter-spacing: 2px;
}
div.i3-in p {
    text-align: center;
    margin: 0 auto 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #fff;
    border-radius: 50px;
    padding: 8px 30px;
}
div.i3-in p br{display:none;}
section.index3 ul {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
section.index3 ul li {
    width: 45%;
    background: #fff;
    border-radius: 30px;
    padding: 45px 40px 20px;
    -webkit-box-shadow: 3px 3px 8px 0px rgb(0 0 0 / 15%);
    box-shadow: 3px 3px 8px 0px rgb(0 0 0 / 15%);
    position: relative;
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
section.index3 ul li:nth-child(1),section.index3 ul li:nth-child(4),section.index3 ul li:nth-child(5) {
    background:#fff6ea;
}
section.index3 ul li:nth-child(1),section.index3 ul li:nth-child(2),section.index3 ul li:nth-child(5),section.index3 ul li:nth-child(6) {margin-right: 5%;}
section.index3 ul li:nth-child(3),section.index3 ul li:nth-child(4) {margin-left: 5%;}
section.index3 ul li h3 {
    font-size: 25px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
section.index3 ul li h3 span {
    position: absolute;
    top: -55px;
    font-size: 70px;
    font-weight: bold;
    color: #888888;
}
section.index3 ul li > p:last-child {
    margin-top: auto;
}
section.index3 ul li a{
    display: inline-block;
    margin-right: 10px;
    font-weight: 500;
    margin-bottom: 5px;
}
section.index3 ul li a:first-child{
	margin-top:15px;
}
section.index3 ul li a span{
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    width: 29px;
    height: 29px;
    margin-right: 7px;
    color: #fff6ea;
    padding: 2.5px 0 0 7.5px;
    vertical-align: bottom;
}
section.index3 ul li:nth-child(2) a span, section.index3 ul li:nth-child(3) a span, section.index3 ul li:nth-child(6) a span{
	background:#fff6ea;
	color:#fff;
}
section.index3 ul li a:hover{
	color:#eb9244;
}
section.index3 ul li a:hover span{
	background:#eb9244;
	color:#fff;
}
section.index4{font-size:0;text-align:center;}
section.index4 li {
    display: inline-block;
    width: 50%;
    padding: 5%;
}
section.index4 li:nth-child(1){
    background: url(/wp-content/uploads/2025/10/pic3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
section.index4 li:nth-child(2){
	background: url(/wp-content/uploads/2025/10/pic4.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
section.index4 li div{
    background: #ffffffbf;
    padding: 50px 40px 40px;
    border-radius: 30px;
    height: 100%;
}
section.index4 li div h2{
    font-size: 25px;
    font-weight: 500;
    color: #727272;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
section.index4 li div h2 span {
	display:block;
	color:#eb9244;
	font-size:70%;
}
section.index4 li div a{
    display: inline-block;
    background: #eb9244;
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    margin: 30px auto 0;
    -webkit-transition:0.2s;
    -o-transition:0.2s;
    transition:0.2s;
}
section.index4 li div a:hover{
	background:#795548;
}
section.index5 {
    padding: 100px 0 50px;
}
section.index5 > img {
    width: 100px;
    margin: -30px auto 50px;
}
section.index5 ul {
    width: 70%;
    max-width: 1000px;
    margin: 0 auto;
}
section.index5 ul li {
    margin-bottom: 40px;
}
section.index5 ul li h3 {
    font-size: 25px;
    color: #727272;
    margin-bottom: 10px;
    border-bottom: 1px solid #eb9244;
    font-weight: 500;
}

div.tocontents {
    text-align: center;
    margin: 0 auto;
}
div.tocontents a {
    display: block;
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
    background: url(/wp-content/uploads/2025/10/orange2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 40px 0;
    font-size: 23px;
    font-weight: 500;
    -webkit-transition:0.2s;
    -o-transition:0.2s;
    transition:0.2s;
    text-align: center;
}
div.tocontents a span {
    display: block;
	-webkit-transition:0.2s;
	-o-transition:0.2s;
	transition:0.2s;
}
div.tocontents a:hover {
	background: url(/wp-content/uploads/2025/10/orange1.png);
	background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	color:#727272;
}
div.tocontents a:hover span {
	color:#727272;
}
section.top-news > ul {
    padding: 0 40px;
}
section.top-news > ul li a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #525252;
    margin-bottom: 5px;
}
section.top-news > ul li a span:nth-child(1) {
    display: inline-block;
    width: 80px;
    color: #eb9244;
    font-weight: bold;
}
section.top-news > ul li a span.blog {
    color: #faa309;
}
section.top-news > ul li a span:nth-child(2) {
    display: inline-block;
}
section.top-news > ul li a span:nth-child(3) {
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 3px;
}
section.top-news > ul li a:hover span:nth-child(3) {
    color: #eb9244;
}
section.top-news > p {
    text-align: center;
}
section.top-news > p a {
    display: block;
    margin: 30px auto 0;
    background: #eb9244;
    color: #fff;
    width: 200px;
    border-radius: 50px;
    padding: 10px 0;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
section.top-news > p a:hover {
    background: #fff6ea;
	color:#525252;
}



/*------------------------------------*\
    アーカイブ00
\*------------------------------------*/

section.news li {
    margin-bottom: 30px;
}
section.news li a {
    display: block;
    font-size: 0;
}
section.news li a > p {
    display: inline-block;
    background: #fff6ea;
    width: 100px;
    border-radius: 50%;
    padding: 10px;
    vertical-align: top;
}
section.news li a > div {
    display: inline-block;
    width: calc(97% - 100px);
    margin-left: 3%;
}
p.category {
    margin-bottom: 0;
}
p.category span:first-child {
    width: 90px;
    display: inline-block;
}
p.category span:last-child {
    color: #eb9244;
    font-weight: bold;
    display: inline-block;
}
p.category.blog span:last-child {
    color: #faa309;
}
section.news li a > div h2 {
    font-size: 25px;
    width: calc(100% + 20px);
    margin: 0 -10px 8px;
    padding: 0 10px 5px;
    border-bottom: 1px solid #525252;
	letter-spacing: 1px;
	overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
section.news li a:hover h2, section.news li a:hover > div p:last-child {
	color:#eb9244;
}
section.news li a > div p:last-child {
    text-align: right;
    font-size: 14px;
}
section.news nav {
    margin: 5% auto 10%;
    text-align: center;
}
section.news nav h2 {
    display: none;
}
section.news nav div.nav-links span,section.news nav div.nav-links a {
    background: #eb9244;
    color: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding-top: 9px;
    margin-right: 1%;
    margin-top: 10px;
    font-weight: bold;
}
section.news nav div.nav-links span:last-child, section.news nav div.nav-links a:last-child {
    margin-right: 0;
}
section.news nav div.nav-links a:hover {
    background:#fff6ea;
    color:#525252;
}

section.single h1 {
    font-size: 30px;
    margin-bottom: 10px;
    padding: 0 10px;
    text-align: justify;
}
section.single p.date {
    border-top: 1px solid #525252;
    text-align: right;
    margin-bottom: 15px;
    padding: 0 10px;
    color: #eb9244;
}
section.single p img.float {
    width: 40%;
    float: left;
    margin: 0 3% 10px 0;
    -webkit-box-shadow: 3px 3px 8px 1px rgb(0 0 0 / 30%);
    box-shadow: 3px 3px 8px 1px rgb(0 0 0 / 30%);
    max-width: 350px;
	height: auto;
}
section.single div {
    padding: 0 10px;
}
nav.single-nav {
    font-size: 0;
    margin: 8% auto 10%;
}
nav.single-nav span {
    display: inline-block;
    width: 50%;
}
nav.single-nav span.next {
    text-align: right;
}
nav.single-nav span a {
    display: block;
    margin-bottom: 5%;
    padding: 10px 0;
    font-size: 16px;
}
nav.single-nav span a:hover {
    color: #eb9244;
}
nav.single-nav p {
    text-align: center;
}
nav.single-nav p a {
    display: inline-block;
    background: url(/wp-content/uploads/2025/10/orange1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 30px;
    margin: 30px auto 0;
}
nav.single-nav p a:hover {
    opacity: 0.8;
    color: #525252;
}

div.gallery dl.gallery-item:first-child {
    display: none;
}



ul.li-ba {
    margin: 5% auto 3%;
}
ul.li-ba li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    position: relative;
}
ul.li-ba li:nth-child(3n) {
    margin-right: 0;
}
ul.li-ba li > span:nth-of-type(1) {
    position: absolute;
    background: #fff6ea;
    border-radius: 50px;
    font-weight: 500;
    color: #727272;
    padding: 3px 20px;
    font-size: 20px;
    -webkit-transform: rotate(-25deg);
        -ms-transform: rotate(-25deg);
            transform: rotate(-25deg);
    top: 17px;
    left: 0;
}
ul.li-ba li > span:nth-of-type(2) {
    position: absolute;
    background: #e0276e;
    border-radius: 50px;
    font-weight: 500;
    color: #fff;
    padding: 3px 20px;
    font-size: 20px;
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
    top: 18px;
    right: 0;
}



/*------------------------------------*\
    下層ページ00
\*------------------------------------*/

section.page-head, section.page-head2 {
    background: url(/wp-content/uploads/2025/10/yellow1.jpg);
    background-size: cover;
    padding: 100px 0 80px;
    margin: 0 auto 80px;
}
section.page-head p {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    text-align: right;
    font-size: 35px;
    line-height: normal;
}
section.page-head h1, section.page-head p.p-h1 {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: right;
    font-size: 55px;
    letter-spacing: 3px;
}
section.page-head div {
    width: 80%;
    max-width: 1200px;
    margin: -30px auto 0;
}
section.page-head div img {
    width: 44%;
    display: inline-block;
    margin-right: 3%;
    -webkit-box-shadow: 5px 5px 7px 0px rgb(0 0 0 / 25%);
    box-shadow: 5px 5px 7px 0px rgb(0 0 0 / 25%);
}
section.page-head div img:nth-child(2) {
    width: 30%;
}
section.page-head div img:nth-child(3) {
    margin-right: 0;
    width: 20%;
}

section.page-head2{
	position:relative;
}
section.page-head2 p:first-child{
	width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    font-size: 25px;
    line-height: normal;
}
section.page-head2 h1 {
    width: 80%;
    max-width: 1200px;
    margin: 10px auto 0;
    font-size: 40px;
    letter-spacing: 3px;
}
section.page-head2 p.img{
	width: 90%;
	max-width: 1300px;
	position:absolute;
	left:0;
	right:0;
	margin:auto;
}

section.page-main, section.content-body {
    width: 80%;
    margin: 0 auto;
    max-width: 1200px;
    font-size: 0;
}
section.page-main p.img {
    margin: 50px auto 30px;
    width: 80%;
    max-width: 700px;
}
section.content-body > h2{
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), color-stop(50%, #fff6ea), to(#fff6ea));
    background: -o-linear-gradient(top, #fff 0%, #fff 50%, #fff6ea 50%, #fff6ea 100%);
    background: linear-gradient(180deg, #fff 0%, #fff 50%, #fff6ea 50%, #fff6ea 100%);
    font-size: 30px;
    margin: 50px -10px 30px;
    padding: 0 10px;
    letter-spacing: 2px;
}
div.comment {
    padding: 0 10%;
    width: 85%;
    margin: 0 auto;
}
div.comment > p >img{
	width: 125%;
	margin: 0 -12.5%;
}
div.comment > p:first-child{margin-bottom:50px;}
div.comment > p:last-child{margin-top:40px;}
div.pinkback {
    background: #fff6ea;
    padding: 40px 40px 30px;
    margin: 30px auto;
}
p.flower img{
    width: 80%;
    margin: 10% auto;
    max-width: 450px;
}
section.content-body p.back {
    text-align: center;
    margin: 10% auto 0;
}
section.content-body p.back a {
    display: block;
    border-bottom: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    background: #eb9244;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
section.content-body p.back a:hover{
    background:#fff6ea;
    color:#525252;
}


section.page-main p.back {
    text-align: center;
    margin: 10% auto 0;
}
section.page-main p.back a {
    display: block;
    border-bottom: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    background: #eb9244;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    letter-spacing: 4px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
section.page-main p.back a:hover{
    background:#fff6ea;
    color:#525252;
}
ul.contact{text-align:center;margin: 50px auto 10px;}
ul.contact li {
    display: inline-block;
}
ul.contact li:nth-child(2){
	margin: 0 2%;
}
ul.contact li a {
    display: block;
    background: #28c2d4;
    color: #fff;
    padding: 8px 18px 8px 15px;
    border-radius: 50px;
    font-size: 18px;
    -webkit-transition:0.2s;
    -o-transition:0.2s;
    transition:0.2s;
}
ul.contact li:nth-child(2) a{background:#795548;}
ul.contact li:nth-child(3) a{background:#eb9244;}
ul.contact.sns li:nth-child(1) a{background:#f9af1a;}
ul.contact.sns li:nth-child(2) a{background:#2056c7;}
ul.contact.sns li:nth-child(3) a{background:#c311a1;}
ul.contact li a img {
    display: inline-block;
    width: 30px;
    vertical-align: bottom;
    margin-right: 5px;
}
ul.contact li a:hover{
	opacity:0.8;
}

section.form {
    margin: 80px auto 0;
    width: 90%;
}
section.form table {
    width: 100%;
}
section.form table tr {
    border-bottom: 15px solid #fff;
}
section.form table th {
    background: #fff6ea;
    vertical-align: top;
    width: 230px;
    text-align: center;
    padding: 20px 0;
}
section.form table th p {
	text-align: center;
}
section.form table th span {
    color: #eb9244;
    font-size: 14px;
    padding-left: 5px;
}
section.form table td {
    padding: 8px 0 0 20px;
}
section.form table td.td{
	padding: 20px 0 20px 20px;
	vertical-align: middle;
}
section.form table td span.rei {
    display: block;
    margin-top: 3px;
    font-size: 14px;
}
section.form table td span.wpcf7-list-item {margin: 0 1em 0 0;line-height: 28px;letter-spacing: 1px;}
section.form table td span.wpcf7-form-control-wrap {
    display: block;
}
section.form table td input.wpcf7-text, section.form table td textarea.wpcf7-textarea {
    border: 1px solid #b6b6b6;
    background:#f5f5f5;
}
section.form table td input.wpcf7-text {
    width: 80%;
    max-width: 400px;
    height: 35px;
}
input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
    width: 80%;
    max-width:400px;
    background: #f5f5f5;
    border: 1px solid #b6b6b6;
    height: 35px;
    margin-bottom: 5px;
}
select.wpcf7-form-control.wpcf7-select {
    background: #f5f5f5;
    border: 1px solid #b6b6b6;
    height: 25px;
}
section.form table td textarea.wpcf7-textarea {
    width: 100%;
}
section.form p span.wpcf7-spinner {vertical-align: sub;}
section.form p input.wpcf7-form-control.wpcf7-submit {
    padding: 10px 30px;
    background: #fff6ea;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    font-size: 18px;
    font-weight: 500;
    border-radius: 50px;
    margin-top: 50px;
    margin-left: 72px;
}
section.form p input.wpcf7-form-control.wpcf7-submit:hover{
    background: #eb9244;
    color:#fff;
}
section.form > p {
    text-align: center;
}
div.schedule p {
    line-height: normal;
    margin-top: 10px;
}
div.schedule p span {
    color: #eb9244;
}


table.about {
    width: 90%;
    margin: 50px auto 0;
}
table.about tr {
    border-bottom: 15px solid #fff;
}
table.about th {
    background: #fff6ea;
    vertical-align: top;
    width: 180px;
    text-align: center;
    padding: 20px 30px;
    font-size: 18px;
    text-align: justify;
    -moz-text-align-last: justify;
         text-align-last: justify;
}
table.about td {
    padding: 20px;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 28px;
}
table.about td br:nth-child(1){
    display:none;
}
table.about td a {
    font-size: 18px;
}
table.about td a:hover{color: #eb9244;}
table.about td li {
    font-size: 18px;
}
table.about td li span{
    color: #eb9244;
	padding-right:10px;
}
.access iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    max-height: 400px;
    display: block;
}
ul.sitemap {
    width: 90%;
    margin: 0 auto;
}
ul.sitemap li {
    border-bottom: 10px solid #fff6ea;
    padding: 5px 0;
    position: relative;
}
ul.sitemap li:last-child{
    border-bottom:none;
}
ul.sitemap li::before{
    content:"";
    width: 0;
    height: 0;
    border-left: 8px solid #eb9244;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 14px;
    margin: auto;
    left: 10px;
}
ul.sitemap li a{
    display: block;
    padding: 5px 5px 5px 50px;
}
ul.sitemap li a:first-child {
    padding: 5px 30px;
    font-size: 18px;
}
ul.sitemap li a:hover{color:#eb9244;}
.parking {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 3% auto 0;
}
.parking > div {
    width: 48%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0;
}
.parking > p {
    width: 48%;
    position: relative;
    min-height: 300px;
    overflow: hidden;
    margin: 0 0 0 auto;
}
.parking > p img {
    position: absolute;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
}
.parking > p span {
    position: absolute;
    z-index: 1;
    display: block;
    width: 100%;
    text-align: center;
    background: #fff6ea;
    font-size: 20px;
    padding: 10px 0;
}

div.difference {
    background: #fcfedf;
    padding: 3%;
    position: relative;
}
div.difference p a {
    font-weight: 500;
    color: #28c2d4;
    display: inline-block;
}
div.difference p a:hover {
    color: #eb9244;
}
.box-pink {
    margin: 15px auto;
    border: 1px solid #eb9244;
    padding: 1rem;
    position: relative;
}
.box-pink > p:last-child, div.difference > p:last-child {
    margin-bottom:0;
}
.box-pink::before {
    content: "";
    width: 40px;
    height: 1px;
    background: #eb9244;
    position: absolute;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    left: -13px;
    top: 7px;
}
ul.linkbtn {
    margin: 0 -5px;
}
ul.linkbtn li {
    display: inline-block;
    margin: 5px 5px 0; 
}
ul.linkbtn li a {
    display: block;
    background: #fff6ea;
    padding: 10px 20px;
    border-radius: 50px;
    letter-spacing: 1px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
ul.linkbtn li a:hover {
    background: #eb9244;
    color: #fff;
}
div.symptoms {
    text-align: center;
    font-size: 0;
}
div.symptoms li {
    display: inline-block;
    width: 46%;
    margin: 0 2% 20px;
    background: #fff6ea;
    padding: 10px 0;
    border-radius: 50px;
    font-size: 18px;
}
div.symptoms p.key {
    font-size: 25px;
    line-height: normal;
}
div.symptoms > p a {
    color: #28c2d4;
}
div.symptoms > p a:hover{
    color:#eb9244;
}
div.pinkline {
    padding: 40px;
    border: 3px solid #fff6ea;
    border-radius: 5px;
}
ul.benefit {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
ul.benefit li {
    width: 48%;
    margin-right: 4%;
    text-align: center;
    background: #fff6ea;
    padding: 30px;
    border-radius: 30px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 100px;
}
ul.benefit li:nth-child(even), ul.benefit li:last-child {
    margin-right: 0;
}
ul.benefit li::before{
	content:"";
	display: block;
	width: 180px;
	height: 180px;
	border: 30px solid #fef6cb;
	border-radius: 50%;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: -80px;
	z-index: 0;
}
ul.benefit li h3 {
    font-size: 30px;
    margin-bottom: 15px;
    position: relative;
}
ul.benefit li h3 span {
	color:#eb9244;
	display: block;
	font-size: 70%;
}
ul.benefit li table {
	position: relative;
	margin-bottom: 10px;
}
ul.benefit li table tr {
    border-bottom: 1px solid #795548;
}
ul.benefit li table tr:first-child {
    border-top: 1px solid #795548;
}
ul.benefit li table th {
    background: #eb9244;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    font-size: 15px;
}
ul.benefit li table td {
	text-align: right;
	padding: 5px;
	font-size: 15px;
}
ul.benefit li p{
	position:relative;
}
ul.benefit li p:last-child {
	margin-bottom: 0;
}
ul.benefit li p a{
	display: block;
	background: #fff;
	padding: 11px 20px;
	border-radius: 50px;
	width: fit-content;
	margin: 5% auto 0;
	max-width: 100%;
}
ul.benefit li p a:hover{
	color:#eb9244;
	font-weight:500;
}

div.check {
    border: 3px solid #fff6ea;
    border-radius: 30px;
    background: #f9f9f9;
    padding: 50px 50px 40px;
    margin-top: 30px;
}
div.check > h3{font-size: 30px;margin-bottom: 20px;}
div.check > h3 img{
	display:inline-block;
	width: 40px;
	margin-right: 10px;
	vertical-align: text-top;
}
ul.check-list {
    font-size: 0;
}
ul.check-list > li {
    display: inline-block;
    width: 50%;
    margin-bottom: 15px;
}
ul.check-list li input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    vertical-align: -0.2rem;
    -webkit-transition:all .15s ease-out 0s;
    -o-transition:all .15s ease-out 0s;
    transition: all .15s ease-out 0s;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    outline: none;
    border-radius: 10%;
    background: #fff6ea;
    margin-right: 8px;
}
ul.check-list li input[type=checkbox]:checked:before {
	content:"";
	position:absolute;
	left: 2px;
	top: 11px;
	width: 8px;
	height: 3px;
	background: #eb9244;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	border-radius: 4px;
}
ul.check-list li input[type=checkbox]:checked:after{
	content:"";
	position:absolute;
	right: 6px;
	bottom: 2px;
	width: 3px;
	height: 16px;
	background: #eb9244;
	transform: rotate(40deg);
	-webkit-transform: rotate(40deg);
	-moz-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	-o-transform: rotate(40deg);
	border-radius: 4px;
}
ul.check-list li label {
    font-size: 18px;
    cursor: pointer;
    display: inline-block;
    width: calc(100% - 28px);
}
div.check > p{
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 5px;
}
div.check > p b{font-size:15px;}
div.check > p a{
    font-size: 15px;
    color: #28c2d4;
}
div.check > p a:hover{color:#eb9244;}

div.result {
    margin-bottom: 20px;
}
ul.check-list {/*リセット*/
  counter-reset: characters;
}
ul.check-list li input:checked {/*チェックされたらカウント*/
  counter-increment: characters;
}
p#count{
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 20px;
}
p#count::before {
  content: counter(characters);
  font-size: 35px;
  padding-right: 5px;
  font-weight: bold;
  color: #eb9244;
}
div.result ul{
}
div.result li{
	display:none;
	transition:0.3s;
	background: #fff6ea;
	margin: -10px -10px 0;
	padding: 10px;
	border-radius: 5px;
}
div.result li:first-child{
	margin-top: 0;
}
div.result li h4 {
    color: #eb9244;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 3px;
}
div.result li p {margin-bottom: 0;}

ul.flow {
    margin: 10% auto 20%;
}
ul.flow li {
    margin-bottom: 10%;
    position: relative;
}
ul.flow li::before {
    content:"";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fff6ea;
    z-index: -2;
    left: -30px;
    top: 30px;
}
ul.flow li p.icon {
    position: relative;
}
ul.flow li p.icon::before {
    content:"";
    width: 180px;
    height: 1px;
    background: #eb9244;
    position: absolute;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    left: -80px;
    top: 50px;
    z-index: -1;
}
ul.flow li p.icon span:first-child {
    background: #eb9244;
    display: inline-block;
    width: 90px;
    border-radius: 50%;
    padding: 20px;
    vertical-align: middle;
    margin-right: 20px;
}
ul.flow li p.icon span:nth-child(2) {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 40px;
    display: inline-block;
    vertical-align: middle;
}
ul.flow li p.float {
    width: 30%;
}

ul.step {}
ul.step > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 3%;
}
ul.step > li > div,ul.step > li > p {
    width: 48%;
    position: relative;
}
ul.step > li > div {
    background: #fcfedf;
    padding: 3%;
}
ul.step > li:nth-child(even) > div {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
ul.step > li > div p.st-no {
    float: right;
    width: 80px;
    text-align: center;
    height: 80px;
    background: #fcfedf;
    border-radius: 50%;
    margin: -10% -10% 10px 3%;
    font-size: 16px;
    font-weight: bold;
    border: 5px solid #e9dd88;
    padding-top: 8px;
}
ul.step > li > div p.st-no span {
    display: block;
    font-size: 200%;
    line-height: 80%;
}
ul.step > li > p img {
    position: absolute;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
ul.faq {
}
ul.faq li {
    margin-bottom: 2%;
}
ul.faq li input {
    display: none;
}
label.qa-btn {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 20px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    background: #fdfedf;
}
label.qa-btn:hover {
	background: #fff6ea;
}
ul.faq li input:checked ~ label.qa-btn {
    background: #fff6ea;
}
.show-a {
    width: 100%;
    padding: 0 20px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-sizing: border-box;
    background: #fff;
    display: block;
    height: 0;
    overflow: hidden;
    opacity: 0;
}
ul.faq li input:checked ~ .show-a {
    height: auto;
    opacity: 1;
    padding: 20px 20px 0px;
    overflow: visible;
}
.show-a p:last-child {
    margin-bottom:0;
}
table.table {
    margin: 3% auto;
}
table.table tr {
    border: 1px solid #525252;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
table.table tr:first-child th, table.table tr:first-child td {
    background: #eb9244;
}
table.table th {
    text-align: center;
    width: 25%;
    position: relative;
    padding: 10px 0;
    font-size: 20px;
    overflow: hidden;
    background: #fff;
    vertical-align: middle;
}
table.table th span {
    display: block;
    font-size: 60%;
}
table.table tr:first-child th::before {
    content: "";
    position: absolute;
    background: #fff;
    width: 100%;
    height: 1px;
    left: 0%;
    top: 50%;
    -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
            transform: rotate(18deg);
}
table.table tr:first-child th span, table.table tr:first-child td {
    color: #fff;
}
table.table tr:first-child th span:nth-child(1) {
    font-size: 70%;
    position: absolute;
    right: 5px;
    top: 5px;
}
table.table tr:first-child th span:nth-child(2) {
    font-size: 70%;
    position: absolute;
    left: 5px;
    bottom: 5px;
}
table.table td {
    padding: 10px 0;
    width: calc(75% / 7);
    text-align: center;
    border-left: 1px solid #525252;
    vertical-align: middle;
    font-size: 18px;
    background: #fff6ea;
    font-weight: bold;
    position: relative;
}
table.table td > span {
    display: block;
    font-size: 70%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    position: relative;
    padding: 0 7px;
}
table.table td > span::before {
    content: "(";
    position: absolute;
    left: 2px;
    top: 0;
}
table.table td > span::after {
    content: ")";
    position: absolute;
    right: 2px;
    top: 0;
}
table.table tr:first-child td {
    border-left: 1px solid #fff;
}
table.table td.kome::before {
    content: "\02748";
    color: #eb9244;
    position: absolute;
    left: 3px;
    top: -2px;
    font-size: 110%;
}



@media screen and (max-width: 1300px) {

/*------------------------------------*\
    ヘッダー
\*------------------------------------*/

div.menu1 nav p a {
    font-size: 43px;
}
div.menu1 nav p a b {
    font-size: 15px;
}
div.menu1 nav p a span {
    font-size: 14px;
}
div.menu1 nav ul li a {
    width: 100px;
    height: 100px;
    font-size: 15px;
    padding-top: 24px;
}

/*------------------------------------*\
    トップ
\*------------------------------------*/

div.i2-in p:nth-child(2) {
    position: unset;
}
div.i3-in{
    margin: 0 auto 30px;
}
div.i3-in h2 {
    font-size: 33px;
    margin: 0 10px 10px;
    padding-top: 15px;
}
div.i3-in img {
    width: calc(50% - 262px);
}
section.index3 ul li {
    margin-top: 60px;
}

/*------------------------------------*\
    下層ヘッダー
\*------------------------------------*/

section.page-head h1, section.page-head p.p-h1 {
    font-size: 45px;
    letter-spacing: 2px;
}








}

@media screen and (max-width: 1000px) {
.width {
	width:90%;
}
p {
	font-size:15.5px;
	margin-bottom:8px;
}
p.pinklink a {
    margin-top: 20px;
    -webkit-transition:unset;
    -o-transition:unset;
    transition:unset;
}

/*------------------------------------*\
    ヘッダー＆フッダー1000
\*------------------------------------*/

div.menu1 {
    display: none;
}
div.menur {
    display: block;
    background: #fdfcd6;
}
div.menur > p {
    display: inline-block;
}
div.menur > p a {
    display: block;
    font-size: 33px;
    line-height: 21px;
    padding: 10px;
}
div.menur > p a b {
    display: block;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}
div.menur > p a span {
    display: inline-block;
    font-size: 12px;
}
div.menur > p a:hover{color:#919191;}
input#label1 {display:none;}
label.r-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    width: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 100;
    background-color: #fff6ea;
    -webkit-box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 35%);
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 35%);
}
label.r-btn span,
label.r-btn span:before,
label.r-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #525252;
    position: absolute;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
label.r-btn span:before {
    bottom: 8px;
}
label.r-btn span:after {
    top: 8px;
}
#label1:checked ~ .r-btn span {
    background-color: #fff0;
}
#label1:checked ~ .r-btn span::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
#label1:checked ~ .r-btn span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.hidden_box .hidden_show {
    height: 100%;
    padding: 10px 5% 120px;
    overflow: hidden;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    position: fixed;
    top: 0;
    width: calc(100% - 83px);
    max-width: 305px;
    background: #fff6ea;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 90;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.hidden_box input:checked ~ .hidden_show {
    margin: 0 auto;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-box-shadow: 0px 8px 10px 0px rgb(0 0 0 / 30%);
    box-shadow: 0px 8px 10px 0px rgb(0 0 0 / 30%);
    max-height: 100%;
    overflow: scroll;
}
div.hidden_show > p a {
    display: block;
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 20px;
}
div.hidden_show > p a b {
    display: block;
    font-size: 13.5px;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding-left: 3px;
}
div.hidden_show > p a span {
    font-size: 12px;
}
div.hidden_show > p a:hover {
    color: #919191;
}
ul.nav1-a a {
    letter-spacing: 1px;
    display: block;
    padding: 3px 0 5px;
    margin: 0 auto 0 60px;
    border-bottom: 1px solid #fff;
}
ul.nav1-a a span {
    color: #fff;
    display: block;
    letter-spacing: 0;
    font-weight:100;
    font-size: 30px;
    margin-left: -50px;
    margin-bottom: -25px;
}
ul.connection {
    width: 100%;
    left: 10px;
    bottom: 10px;
}

section.footer {
    margin: 15% auto 25px;
    width: 96%;
}
ul.footer-in {
    margin-bottom: 25px;
}
ul.footer-in > li {
    width: 48%;
    margin-right: 4%;
}
ul.footer-in > li:nth-child(2) {
    margin-right: 0;
}
ul.footer-in > li:last-child {
    width: 100%;
    margin: 40px auto 0;
}
ul.footer-in > li p.footcol {
    font-size: 18px;
    padding: 10px 15px;
    margin: -73px auto 20px;
}
.access-p iframe {
    height: 300px;
}



/*------------------------------------*\
    共通_1000
\*------------------------------------*/

.ttl1 {
    font-size: 40px;
}
.ttl1 span {
	font-size: 60%;
}
.ttl2 {
    font-size: 35px;
    margin: 0 auto 20px;
}
.ttl2 img {
    width: 100px;
    margin: 0 auto 20px;
}
.ttl3 br {
    display: block;
}
.ttl3 strong, .ttl3 span {
    font-size: 40px;
}
.ttl4 {
    font-size: 23px;
    margin-bottom: 10px;
}
.ttl5 {
    font-size: 33px;
}
.ttl5 span {
    font-size: 25px;
}
.ttl6 {
    font-size: 28px;
    padding: 1px 5px;
}
.ttl7 {
	font-size: 20px;
}




/*------------------------------------*\
    トップページ1000
\*------------------------------------*/

section.index1 > div {
    width: 90%;
    top: auto;
    bottom: 10%;
}
section.index1 > div h1 {
    font-size: 30px;
}
section.index1 > div h1 span {
    font-size: 16px;
}
section.index1 > div p {
    width: 80%;
    font-size: 23px;
}
div.tocontents a span {
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}
section.index2 {
    width: 90%;
    padding: 70px 0 30px;
}
div.i2-in p:nth-child(2) {
    font-size: 23px;
    padding: 40px 45px 30px;
}
div.i2-in p:nth-child(2) b {
    font-size: 20px;
}
div.i2-in2 {
    padding: 0;
    margin-left: 3%;
    width: 56%;
}
section.index3 {
    padding: 50px 0;
}
div.i3-in {
    width: 98%;
}
div.i3-in h2 {
    font-size: 30px;
    padding-top: 70px;
    margin: 0 -40px 5px;
    letter-spacing: 1px;
}
div.i3-in img {
    width: calc(50% - 184px);
}
section.index3 ul {
    width: 90%;
}
section.index3 ul li {
    width: 48%;
    margin-top: 50px;
    padding: 30px 25px 10px;
}
section.index3 ul li:nth-child(1), section.index3 ul li:nth-child(3), section.index3 ul li:nth-child(5) {
    margin-right: 4%;
    margin-left: 0;
}
section.index3 ul li:nth-child(2), section.index3 ul li:nth-child(4), section.index3 ul li:nth-child(6) {
    margin-right: 0;
    margin-left: 0;
}
section.index3 ul li h3 {
    font-size: 20px;
}
section.index3 ul li h3 span {
    font-size: 55px;
    top: -40px;
}
section.index4 li div {
    padding: 30px 20px 20px;
}
section.index4 li div h2 {
    font-size: 23px;
    letter-spacing: 1px;
}
section.index4 li div a {
    margin: 10px auto 0;
}
section.index5 {
    padding: 80px 0 30px;
}
section.index5 > img {
    width: 80px;
    margin: 0 auto 30px;
}
section.index5 ul {
    width: 80%;
}
section.index5 ul li {
    margin-bottom: 30px;
}
section.index5 ul li h3 {
    font-size: 23px;
}

div.tocontents a {
    font-size: 20px;
    transition: unset;
    padding: 35px 0;
}

section.top-news > ul {
    padding: 0 30px;
}
section.top-news > ul li a {
    margin-bottom: 3px;
}
section.top-news > ul li a span:nth-child(1) {
    font-size: 15px;
}
section.top-news > ul li a span:nth-child(3) {
    margin-top: 0;
}
section.top-news > p a {
    margin: 20px auto 0;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}


/*------------------------------------*\
    アーカイブ1000
\*------------------------------------*/

section.news li {
    margin-bottom: 20px;
}
section.news li a > p {
    width: 80px;
}
section.news li a > div {
    width: calc(97% - 80px);
}
section.news li a > div h2 {
    font-size: 23px;
}
section.single h1 {
    font-size: 25px;
    margin-bottom: 5px;
}


ul.li-ba li > span:nth-of-type(1) {
    font-size: 15px;
    top: 11px;
    left: -5px;
}
ul.li-ba li > span:nth-of-type(2) {
    font-size: 15px;
    top: 12px;
    right: -5px;
}




/*------------------------------------*\
    下層ページ1000
\*------------------------------------*/

section.page-head, section.page-head2 {
    padding: 30px 0 50px;
    margin: 0 auto 50px;
}
section.page-head p {
    width: 90%;
    font-size: 30px;
}
section.page-head h1, section.page-head p.p-h1 {
    width: 90%;
    font-size: 35px;
    letter-spacing: 1px;
}
section.page-head div {
    width: 90%;
}
section.page-head2 p:first-child{
	width: 90%;
	font-size: 23px;
}
section.page-head2 h1 {
	width: 90%;
	font-size: 35px;
	letter-spacing: 2px;
	margin: 5px auto 0;
}
section.page-head2 p.img{
	width: 96%;
}

section.page-main, section.content-body {
    width: 90%;
}
section.content-body > h2{
	font-size: 28px;
	letter-spacing: 1px;
	margin: 40px -10px 20px;
}
div.comment {
    width: 90%;
    padding: 0 8%;
}
div.comment > p > img {
    width: 122%;
    margin: 0 -11%;
}
div.comment > p:first-child{margin-bottom: 30px;}
div.comment > p:last-child{margin-top: 20px;}
p.flower img{max-width: 350px;}


ul.contact {
    margin: 30px auto 10px;
}
ul.contact li a {
    font-size: 17px;
    padding: 8px 14px 8px 11px;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}
ul.contact li a img {
    width: 25px;
}

section.form {
    width: 100%;
    margin: 50px auto 0;
}
section.form table tr {
    border-bottom: 10px solid #fff;
}
section.form table th {
    padding: 15px 0;
    width: 200px;
}
section.form table td {
    padding: 5px 0px 0 15px;
}
section.form table td.td {
    padding: 15px 0 15px 15px;
}
section.form p input.wpcf7-form-control.wpcf7-submit {
    margin-top: 30px;
    font-size: 16px;
}

table.about,ul.sitemap {
    width: 100%;
    margin: 5% auto 0;
}
table.about td br:nth-child(1) {
    display: block;
}

div.difference p a {
    font-size: 15px;
}
ul.linkbtn li a {
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}
div.symptoms li {
    font-size: 17px;
    margin: 0 2% 15px;
}
div.symptoms p.key {
    font-size: 20px;
}
div.symptoms > p a {
    font-size: 15px;
}
ul.benefit li {
	margin-top: 70px;
}
ul.benefit li::before {
    width: 150px;
    height: 150px;
    top: -50px;
}
ul.benefit li h3 {
    font-size: 24px;
    margin-bottom: 10px;
}
ul.benefit li p a {
    font-size: 15px;
    margin-top: 10px;
}

div.check {
    padding: 40px 40px 30px;
}
div.check > h3 {
    font-size: 25px;
}
div.check > h3 img {
    width: 35px;
}
ul.check-list {margin-bottom: 5px;}
ul.check-list > li {
    margin-bottom: 10px;
}
ul.check-list > li label {
    font-size: 15px;
}
div.result{margin-bottom: 10px;}
p#count{
    font-size: 20px;
    letter-spacing: 0.5px;
}
p#count::before {
	font-size: 30px;
}
div.result li h4{
	font-size:18px;
}

ul.flow li p.icon::before {
    width: 150px;
}
ul.flow li p.icon span:first-child {
    width: 70px;
    padding: 15px;
}
ul.flow li p.icon span:nth-child(2) {
    font-size: 35px;
}

table.table th {
    font-size: 18px;
}
table.table td {
    font-size: 17px;
}


}





@media screen and (max-width: 700px) {

.width {
	width:96%;
}
p {
	font-size:15px;
	letter-spacing:0.5px;
	margin-bottom:5px;
}
.float p.floatr,.float p.floatl {
	float:unset;
	width:100%;
	margin:0 auto 10px;
}

p.pinklink a {
    padding: 8px 15px 6px;
    margin-top: 15px;
}


/*------------------------------------*\
    ヘッダー＆フッダー700
\*------------------------------------*/

ul.connection {
    left: 5px;
    bottom: 5px;
}
ul.connection li a {
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    padding: 13px 13px 11px;
}
ul.connection li img {
    width: 35px;
}
ul.connection li:nth-child(2) img, ul.connection li:nth-child(3) img {
    padding: 0;
}
ul.connection li span {
    display: none;
}

section.footer {
    margin: 15% auto 20px;
}
ul.footer-in {
    margin-bottom: 15px;
    background: #fff6ea;
    border-radius: 30px;
    padding: 5px 5% 20px;
}
ul.footer-in > li,ul.footer-in > li:last-child {
    width: 100%;
    margin: 10px auto 0;
    padding: 0;
}
ul.footer-in > li p.footcol {
    margin: 0 auto 15px;
    font-size: 16px;
    padding: 5px 0;
    width: 100%;
    background: #fff;
    color: #eb9244;
}
ul.footer-in > li ul li, ul.footer-in > li ul li a,ul.footer-in > li table td a {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: -5px;
}
ul.footer-in > li table th{
    font-size: 15px;
    width: 60px;
}
ul.footer-in > li table td {
    font-size: 15px;
}
.access-p iframe {
    width: 100%;
    height: 250px;
}
.access-p > p {
    width: 100%;
    height: 250px;
}
.access-p > p span {
    bottom: auto;
    top: 0;
    font-size: 16px;
    padding: 5px 0;
}
footer#colophon {
    font-size: 12px;
    margin: 0 auto 80px;
}


/*------------------------------------*\
    共通_700
\*------------------------------------*/

.ttl1 {
    font-size: 30px;
}
.ttl2 {
    font-size: 23px;
}
.ttl2 img {
    width: 80px;
    margin: 0 auto 10px;
}
.ttl3 {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.ttl3 strong, .ttl3 span {
    font-size: 30px;
    letter-spacing: 2px;
}
.ttl4 {
    font-size: 20px;
    margin-bottom: 8px;
}
.ttl5 {
    font-size: 25px;
    padding: 30px 0 20px;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
    font-weight: bold;
    color: #888888;
}
.ttl5 span {
    font-size: 20px;
}
.ttl6 {
    font-size: 22px;
    padding: 1px 5px;
}
.ttl7 {
	
}

section.bread li {
    font-size: 12px;
}
section.bread li a {
    padding: 13px 0;
}





/*------------------------------------*\
    トップページ700
\*------------------------------------*/

.close_button {
    width: 45px;
    height: 45px;
    padding-top: 2px;
}

section.index1 {
    max-height: unset;
}
section.index1 > div {
    position: unset;
    width: 100%;
    background: #fff6ea;
    padding: 10px 2%;
}
section.index1 > div h1 {
    font-size: 6vw;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 3px;
	-webkit-filter: drop-shadow(2px 2px 0.5px rgb(255 255 255 / 100%));
    filter: drop-shadow(2px 2px 0.5px rgb(255 255 255 / 100%));
}
section.index1 > div h1 span {
    font-size: 12px;
}
section.index1 > div p {
    width: 100%;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
	-webkit-filter: drop-shadow(2px 2px 0.5px rgb(255 255 255 / 100%));
    filter: drop-shadow(2px 2px 0.5px rgb(255 255 255 / 100%));
}
section.index2 {
    width: 96%;
    padding: 50px 0 30px;
}

div.i2-in {
    display: block;
    margin: 0 auto 15px;
    width: 80%;
    max-width: 400px;
}
div.i2-in p:nth-child(2) {font-size: 20px;padding: 10px 20px;}
div.i2-in p:nth-child(2) b {
    font-size: 18px;
}
div.i2-in p:nth-child(2) span {
    font-size: 14px;
}
div.i2-in2 {
    width: 96%;
    margin: 0 auto;
}
div.i2-in2 a {
    font-size: 15px;
    padding: 25px 20px;
    margin: 15px auto 0;
}
section.index3 {
    padding: 30px 0;
}
div.i3-in {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
div.i3-in img:first-child {
    display: none;
}
div.i3-in img {
    width: 130px;
    position: absolute;
    right: 5px;
    top: -20px;
    z-index: 0;
}
div.i3-in h2 {
    font-size: 21.5px;
    margin: 0 auto;
    padding-top: 50px;
    position: relative;
    z-index: 1;
    width: 100%;
}
div.i3-in p{margin: 0 auto;background: none;padding: 5px 0;}
div.i3-in p br{display:block;}
section.index3 ul {
    width: 100%;
    padding: 0 5%;
}
section.index3 ul li {
    width: 100%;
    margin-top: 35px;
    padding: 20px 15px 5px;
}
section.index3 ul li:nth-child(1), section.index3 ul li:nth-child(3), section.index3 ul li:nth-child(5) {
    margin-right: 0;
    background: #fff6ea;
}
section.index3 ul li:nth-child(4) {
    background: #fff;
}
section.index3 ul li h3 {
    font-size: 18px;
    margin-bottom: 5px;
}
section.index3 ul li h3 span {
    font-size: 40px;
    top: -30px;
}
section.index3 ul li:nth-child(2) h3 span, section.index3 ul li:nth-child(4) h3 span, section.index3 ul li:nth-child(6) h3 span {
    right: 15px;
}
section.index3 ul li p{
    font-size: 14px;
    line-height: 23px;
}
section.index3 ul li a {
    font-size: 15px;
}
section.index3 ul li a:first-child {
    margin-top: 10px;
}
section.index3 ul li a span {
    width: 26px;
    height: 26px;
    padding: 2px 0 0 6px;
    font-size: 15px;
    margin-right: 5px;
}
section.index3 ul li:nth-child(3) a span {
	color:#fff6ea;
	background:#fff;
}
section.index3 ul li:nth-child(4) a span {
	background:#fff6ea;
	color:#fff;
}
section.index3 ul li a:hover{
	color:#eb9244;
}
section.index3 ul li a:hover span{
	background:#eb9244;
	color:#fff;
}
section.index4 li {
    width: 100%;
    padding: 30px 5%;
}
section.index4 li div {
    padding: 20px 15px 15px;
}
section.index4 li div h2 {
    font-size: 20px;
    margin-bottom: 5px;
}
section.index4 li div a {
    font-size: 15px;
    padding: 7px 20px;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}
section.index5 > img {
    width: 50px;
    margin: 30px auto;
}
section.index5 ul {
    width: 96%;
}
section.index5 ul li {
    margin-bottom: 20px;
}
section.index5 ul li h3 {
    font-size: 18px;
    padding: 5px 10px;
    border: none;
    background: #fff6ea;
    text-align: justify;
    letter-spacing: 0.5px;
    border-radius: 10px;
    width: 102%;
    margin: 0 -1% 10px;
}
section.index5 ul li:nth-child(2) h3{
	background:#fdfcd6;
}
section.index5 ul li:nth-child(3) h3{
	background:#d6f5fd;
}

div.tocontents a {
    font-size: 18px;
    padding: 30px 0;
    margin: 0 auto 80px;
}
div.tocontents a span{
    font-size: 14px;
}

section.top-news > ul {
    padding: 0 10px;
}
section.top-news > ul li a {
    margin-bottom: 0;
    padding: 5px;
}
section.top-news > ul li a span:nth-child(1) {
    font-size: 14px;
    width: 65px;
}
section.top-news > ul li a span:nth-child(2) {
    font-size: 14px;
}
section.top-news > ul li a span:nth-child(3) {
    font-size: 16px;
}
section.top-news > p a {
    margin: 10px auto 0;
    width: 150px;
    font-size: 15px;
    padding: 8px 0;
}




/*------------------------------------*\
    アーカイブ700
\*------------------------------------*/

section.news li {
    margin-bottom: 15px;
}
section.news li a > p {
    width: 50px;
    padding: 5px;
}
section.news li a > div {
    width: calc(97% - 50px);
    position: relative;
    max-height: 190px;
    overflow: hidden;
}
section.news li a > div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(#fff0, #ffffff00 20%,#ffffffe3 70%, #fff);
    -webkit-background-clip: revert;
    -webkit-text-fill-color: transparent;
}
section.news li a > div h2 {
    font-size: 18px;
    width: 100%;
    padding: 0 0 3px;
    margin: 0 auto 5px;
}
section.news li a > div p:last-child {
    position: absolute;
    bottom: 0px;
    right: 0;
    font-size: 12px;
}
section.single h1 {
    font-size: 20px;
    margin-bottom: 3px;
}
section.single p.date {
    font-size: 12px;
    margin-bottom: 10px;
}
section.single p img.float {
    float: unset;
    width: 100%;
    margin: 0 auto 15px;
    max-width: 380px;
}
nav.single-nav span a {
    font-size: 15px;
}
nav.single-nav p a {
    font-size: 15px;
    padding: 25px 20px;
    margin: 15px auto 0;
}








ul.li-ba li {
    width: 100%;
    margin: 0 auto 3%;
}




/*------------------------------------*\
    下層ページ700
\*------------------------------------*/

section.page-head, section.page-head2 {
    padding: 20px 0 15px;
    margin: 0 auto 30px;
}
section.page-head p {
    width: 96%;
    font-size: 24px;
}
section.page-head h1, section.page-head p.p-h1 {
    width: 96%;
    font-size: 30px;
}
section.page-head div {
    width: 96%;
    margin: 15px auto 0;
}
section.page-head div img{
    -webkit-box-shadow: 3px 3px 3px 0px rgb(0 0 0 / 20%);
    box-shadow: 3px 3px 3px 0px rgb(0 0 0 / 20%);
}
section.page-head2 p:first-child{
	width: 96%;
	font-size: 16px;
	letter-spacing: 0;
}
section.page-head2 h1 {
	width: 96%;
	font-size: 25px;
	letter-spacing: 1px;
	margin: 0px auto 0;
}
section.page-head2 p.img{
	width: 100%;
}

section.page-main, section.content-body {
    width: 96%;
}


section.page-main p.img{
    width: 90%;
    margin: 20px auto;
}
section.content-body > h2{
	background: #fff6ea;
	font-size: 23px;
	text-align: justify;
	margin: 30px -3% 10px;
	padding: 5px 3%;
}
div.comment {
    width: 95%;
    padding: 0 5%;
}
div.comment > p > img {
    width: 110%;
    margin: 0 -5%;
}
div.comment > p:first-child{margin-bottom: 20px;}
div.comment > p:last-child{margin-top: 15px;}
div.pinkback{
	padding:10px 10px 1px;
}
section.content-body p.back a{
	padding: 8px 20px;
	font-size: 15px;
	-webkit-transition: unset;
	-o-transition: unset;
	transition: unset;
}

section.page-main p.back a{
	padding: 8px 20px;
	letter-spacing: 2px;
	font-size: 15px;
	-webkit-transition: unset;
	-o-transition: unset;
	transition: unset;
}
ul.contact {
    margin: 20px auto 5px;
}
ul.contact li,ul.contact li:nth-child(2) {
    margin: 0 5px 10px;
}
ul.contact li a{font-size:15px;}
section.form {
    margin: 30px auto 0;
}
section.form table tr {
    border-bottom: none;
    display: block;
}
section.form table th {
    display: block;
    width: 100%;
    padding: 10px 0;
}
section.form table td {
    padding: 5px 0 10px;
    width: 100%;
    display: block;
}
section.form table td.td {
    padding: 10px;
}
section.form table td span.wpcf7-list-item span {
    font-size: 15px;
    letter-spacing: 0.5px;
}
section.form table td span.rei {
    padding: 0 10px;
}
section.form table td input.wpcf7-text,input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
    width: 100%;
}
div.schedule p {
    padding: 0 10px;
}
div.schedule p span {
    font-size: 15px;
}
section.form table td div.schedule p span.rei {
    padding: 0;
    margin-top: 0;
    font-size: 15px;
}
section.form p input.wpcf7-form-control.wpcf7-submit {
    margin-top: 15px;
    padding: 8px 25px;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}

table.about tr {
    border: none;
    display: block;
}
table.about th {
    display: block;
    width: 100%;
    text-align: center;
    -moz-text-align-last: auto;
         text-align-last: auto;
    font-size: 16px;
    padding: 10px 0;
    letter-spacing: 3px;
}
table.about td {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 16px;
}
table.about td a {
    font-size: 16px;
}
table.about td li {
    font-size: 16px;
}
ul.sitemap li {
    border-bottom: 5px solid #fff6ea;
}
ul.sitemap li a {
    font-size: 15px;
    text-indent: -15px;
}
ul.sitemap li a:first-child {
    font-size: 16px;
    padding: 5px 30px 5px 40px;
}
.parking > div {
    width: 100%;
}
.parking > p {
    width: 100%;
    min-height: 250px;
}
.parking > p span {
    font-size: 18px;
    padding: 5px 0;
}

div.box-pink {
    padding: 10px;
}

ul.linkbtn li a {
    padding: 10px 15px;
    font-size: 15px;
}
div.symptoms li {
    display: block;
    width: 100%;
    margin: 0 auto 10px;
    font-size: 16px;
    padding: 7px 0;
}
div.symptoms p.key {
    font-size: 18px;
}
div.pinkline {
    padding: 10px 10px 1px;
    margin-bottom: 0;
}
ul.benefit li {
    display: block;
    width: 100%;
    margin: 60px auto 0;
    border-radius: 15px;
    padding: 20px;
}
ul.benefit li h3 {
    font-size: 20px;
    margin-bottom: 5px;
}
ul.benefit li table th,ul.benefit li table td {
    font-size: 14px;
}
ul.benefit li p a {
    padding: 11px 15px;
    margin-top: 8px;
}

div.check {
    margin-top: 15px;
    padding: 15px;
    border-radius: 15px;
}
div.check > h3 {
    font-size: 20px;
    text-indent: -35px;
    padding-left: 35px;
}
div.check > h3 img {
    width: 30px;
    margin-right: 5px;
    vertical-align: sub;
}
ul.check-list {
    margin-bottom: 10px;
}
ul.check-list > li {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}
p#count{
    font-size: 15px;
    margin-bottom: 10px;
}
div.result li{
    margin: -5px -8px 0;
    padding: 5px 8px;
}
div.result li h4 {
    font-size: 17px;
}
div.result li p {
    line-height: 25px;
}

ul.flow li p.float {
    width: 70%;
    margin: 0 0 10px auto;
    max-width: 400px;
}
ul.flow li p.icon::before {
    width: 100%;
    left: -50%;
    top: -120%;
}
ul.flow li p.icon span:first-child {
    width: 60px;
    padding: 12px;
}
ul.flow li p.icon span:nth-child(2) {
    font-size: 30px;
}

ul.step > li:nth-child(even) > div {
    order: unset;
}
ul.step > li > div, ul.step > li > p {
    width: 100%;
}
ul.step > li > p {
    height: 200px;
    margin-top: 10px;
}
ul.step > li > div p.st-no {
    margin: -5% -5% 10px 3%;
    width: 70px;
    height: 70px;
    font-size: 15px;
    padding-top: 5px;
}
label.qa-btn {
    font-size: 18px;
    padding: 10px;
}
ul.faq li input:checked ~ .show-a {
    padding: 10px 10px 0;
}

table.table th {
    font-size: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 5px;
}
table.table td > span::before,table.table td > span::after {
    display: none;
}
table.table td > span span {
    display: block;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    margin: 0 auto;
}
table.table td {
    font-size: 15px;
}
table.table td.kome::before {
    font-size: 90%;
}



}

