@charset "utf-8";

/* TOP CSS */

/* --------------------------------------

Base settings

---------------------------------------*/

body {
	font-size: 14px;
	padding-bottom: 42px;
}

.lawn {
	background: url(../img/lawn-t.png), url(../img/lawn-b.png);
	background-repeat: repeat-x, repeat-x;
	background-position: top left, bottom left;
	padding-bottom: 50px;
}


img {
	max-width: 100%;
	height: auto;
}

.pc-hyde, #toggle {
	display: block;
}

.sp-hyde {
	display: none;
}

.thumbnail {
	margin-bottom: 2vw !important;
}

/*-------- bg --------*/


/*-------- box --------*/

.bottom60,
.bottom50,
.bottom40 {
	margin-bottom: 8vw;
}

.bottom30,
.bottom20,
.bottom15,
.bottom10 {
	margin-bottom: 4vw;
}

.wrapper {
	width: 92%;
	margin-right: 4%;
	margin-left: 4%;
}

.box {
	padding-top: 4vw;
	padding-bottom: 4vw;
}

.bg-white {
	padding: 4vw 4%;
}

/*-------- col --------*/


/*-------- btn --------*/

.btn {
	width: 100%;
	font-size: 14px;
	line-height: 40px;
}

.btn:after {
	width: 16px;
	height: 18px;
	background-size: contain;
}

/* --------------------------------------

flexbox-reset

---------------------------------------*/

header .hbar .flexbox,
header .logobar.flexbox,
aside.pickup.flexbox,
.col2.flexbox, .col3.flexbox, .col4.flexbox,
footer address.flexbox,
.sub .flexbox.flow.flexbox {
	display: block;
	-webkit-flex-direction: row;
	/* Safari */
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;
}

.col2.flexbox .col,
.col3.flexbox .col,
.col4.flexbox .col {
	width: 100%;
	margin-bottom: 4vw;

}

.col2.flexbox .col:last-of-type,
.col3.flexbox .col:last-of-type,
.col4.flexbox .col:last-of-type {
	margin-bottom: 0;
}

.col3.flexbox .col.bg-white .thumbnail {
	margin-bottom: 0 !important;
}

/* --------------------------------------

header

---------------------------------------*/

header .square {
	position: absolute;
	display: block;
	background: #5e954d;
	width: 80px;
	height: 70px;
	top: 54px;
	right: 0;
	text-align: center;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
}

header #toggle {
	width: 34px;
	top: 0;
	right: 0;
	left: 0;
	margin: 18px auto 0;
	display: block
}

.menu-trigger, .menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box
}

.menu-trigger {
	position: relative;
	width: 100%;
	height: 20px
}

.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #fff;
	border-radius: 4px
}

.btn-facebook a, .btn-twitter a {
	border-radius: 3px;
	line-height: 30px
}

.menu-trigger span:nth-of-type(1) {
	top: 0
}

.menu-trigger span:nth-of-type(2) {
	top: 8px
}

.menu-trigger span:nth-of-type(3) {
	bottom: 0
}

.menu-trigger::after {
	position: absolute;
	left: 0;
	bottom: -22px;
	content: 'MENU';
	display: block;
	width: 100%;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	transition: all .4s
}

.menu-trigger.active::after {
	content: 'CLOSE';
	bottom: -22px
}

.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg)
}

.menu-trigger.active span:nth-of-type(2) {
	opacity: 0
}

.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg)
}


header .hbar h1, header .hbar p {
	font-size: 11px;
	font-weight: bold;
}


header .hbar {
	height: 45px;
	overflow-y: scroll;
	overflow-x: hidden;
}

header .gnav {
	display: none;
	padding: 10px 0 0 0;
}

header .logobar .gnav ul {
	width: 100%;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;
	border-left: 2px dotted #80be26;
	border-top: 2px dotted #80be26;
}

header .logobar .gnav ul li {
	width: 50%;
	border-bottom: 2px dotted #80be26;
	border-right: 2px dotted #80be26;
}

header .hbar address.flexbox {
	display: none;
}

header .logobar {
	padding: 10px 0;
}

header .logobar .logo img {
	height: 70px;
	width: auto;
}

/* -------------- sub  ---------------*/



/* --------------------------------------

pickup

---------------------------------------*/

aside.pickup h2 {
	width: 100%;
	font-size: 12px;
	padding: 2vw 0;
	background: #8db653;
}

aside.pickup .item {
	padding: 2vw 2%;
	font-size: 12px;
}

aside.pickup .item h3 {
	font-size: 12px;
	font-weight: normal;
}

/* --------------------------------------

breadcrumb

---------------------------------------*/

nav.breadcrumb {
	font-size: 11px;
	padding: 4px 4%;
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	border-radius: 0px;
	/* CSS3草案 */
	-webkit-border-radius: 0px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 0px;
	/* Firefox用 */
}





/* --------------------------------------

main

---------------------------------------*/

h2 {
	font-size: 18px;
	padding-bottom: 4vw;
	margin-bottom: 4vw;
}

h3 {
	font-size: 16px;
	padding-bottom: 2vw;
}

/* -------- mainvisual ----------*/

.mainvisual {
	padding-top:30vw;
	/*padding-top: 4vw;*/
	margin-top: 40vw;
}

.mainvisual .floor {
	top: -36vw;
}

.mainvisual h2 {
	font-size: 17px;
}

.mainvisual .bottom30 {
	text-align: left;
}

.mainvisual .bottom30 br {
	display: none;
}

.mainvisual .kanpo {
	left: -4vw;
	bottom: -10vw;
}

.mainvisual .kanpo img {
	width: 68px;
	height: auto;
}


.mainvisual:after {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	width: 30px;
	height: 50px;
	background: url(../img/kanpo01.png) no-repeat;
	right: -4vw;
	top: 10vw;
	background-size: contain;
}

.mainvisual:before {
	content: "";
	width: 100vw;
	position: absolute;
	margin: 0 -50vw;
	padding: 0 50vw;
	top: -10vw;
	height: 80px;
	background: url(../img/grass.png) repeat left top;
	background-size: contain;
	display: block;
	z-index: -1;
}

/* -------- counseling ----------*/


.nayami {
	margin-bottom: 4vw;
	-webkit-justify-content: space-between;
	/* Safari */
	justify-content: space-between;
}

.nayami:nth-of-type(even) {
	margin: 0px 0 4vw;
	-webkit-justify-content: space-between;
	/* Safari */
	justify-content: space-between;
}

.nayami:last-of-type {
	margin-bottom: 4vw;
}


.nayami .nayamitxt,
.nayami:nth-of-type(even) .nayamitxt {
	font-size: 16px;
	width: auto;
	padding: 4vw 4%;
	font-weight: bold;
	background: #9fbf70;
	border-radius: 5px;
	/* CSS3草案 */
	-webkit-border-radius: 5px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;
	/* Firefox用 */
	position: relative;
}

.nayami .nayamitxt:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #a0bf70 transparent transparent;
	position: absolute;
	left: -10px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	/* Safari用 */
	transform: translateY(-50%);
	z-index: 9;

}


.nayami {
	width: 100%;
}

.nayami .col {
	width: 30%;
	height: auto;
}

.nayami .col img {
	width: 100%;
	height: auto;
}

.nayami .nayamitxt {
	width: 66% !important;
	text-align: left;
}

.front section.counseling:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 9;
	width: 80px;
	height: 70px;
	background: url(../img/kanpo03.png) no-repeat;
	right: -4vw;
	top: -6vw;
	background-size: contain;
}


/* -------- herbal-medicine ----------*/

section.herbal-medicine .thumbnail {
	width: 100%;
}

.front section.herbal-medicine .bg-white:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 9;
	width: 50px;
	height: 85px;
	background: url(../img/kanpo05.png) no-repeat;
	right: -4px;
	top: -46px;
	background-size: contain;
}



/* -------- blog ----------*/

.front section.blog:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 9;
	width: 60px;
	height: 40px;
	background: url(../img/kanpo06.png) no-repeat;
	left: -4vw;
	top: 00px;
	background-size: contain
}

/* -------- sub ----------*/

.sub h2 {
	margin-bottom: 4vw;
}

.sub .title {
	background-size: contain;
	font-size: 22px;
	padding: 30px 0;
}

.sub .title img {
	height: 80px;
	width: auto;
	right: 0;
}

.sub .flexbox.flow {
	padding-bottom: 4vw;
}

.sub .flexbox.flow:first-of-type {
	padding-top: 00px;
}

.sub .flexbox.flow .item h3 {
	position: relative;
}

.sub .flexbox.flow .item h3:before {
	content: "01";
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: 0;
	left: 0;
	font-size: 18px;
	margin-right: 10px;
	font-weight: normal;
	background: #99bc65;
	color: #fff;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border-radius: 500px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
}

.sub .flexbox.flow:nth-of-type(1) .item h3:before {
	content: "1";
}

.sub .flexbox.flow:nth-of-type(2) .item h3:before {
	content: "2";
}

.sub .flexbox.flow:nth-of-type(3) .item h3:before {
	content: "3";
}

.sub .flexbox.flow:nth-of-type(4) .item h3:before {
	content: "4";
}

.sub .flexbox.flow:nth-of-type(5) .item h3:before {
	content: "5";
}

.sub .flexbox.flow .item:before,
.sub .flexbox.flow .item:after,
.sub .flexbox.flow .item br {
	display: none;
}

.sub .flexbox.flow .item {
	padding-left: 0;
	padding-bottom: 2vw;
}

.sub .flexbox.flow img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.sub .lawn table th, .sub .lawn table td {
	font-size: 14px;
	padding: 10px;
}

.sub .faq .q {
	font-size: 15px;
	padding: 10px 12% 10px 4%;
}

.sub .faq .q:after {
	content: "+";
	position: absolute;
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9;
	right: 4%;
	font-size: 20px;
}

.sub .faq .a {
	padding: 4vw 4vw 4vw calc(6vw + 70px);
	font-size: 13px;
}

.sub .faq .a br {
	display: none;
}


.sub.counseling .faq .a:before {
	content: "";
	width: 70px;
	height: 70px;
	display: block;
	background: url(../img/circle-takashi.gif) no-repeat;
	background-size: contain;
	position: absolute;
	top: 4vw;
	left: 4vw;
}

/* -------- herbal-medicine ----------*/


.sub.herbal-medicine .col4 .col p:first-of-type,
.sub.herbal-medicine .col4 .col p.bottom10 {
	display: none;
}

.sub.herbal-medicine .col4 .col {
	margin-bottom: 4px;
	border: none !important;
	background: #d8ecd6;
	padding: 10px 4%;
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-justify-content: space-between;
	/* Safari */
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;
}

.sub.herbal-medicine .col4 .col h3 {
	padding: 0;
}

.sub.herbal-medicine .col4 .col.current {
	background: #99bc65;
}

.sub.herbal-medicine .col4 .col.current h3 {
	color: #fff;
}

.sub.herbal-medicine .col4 .col.current .btn {
	background: #fff;
	color: #99bc65;
}

.sub.herbal-medicine .col4 .col.current:after {
	display: none;
}

.sub.herbal-medicine .col4 .col .btn {
	width: 40%;
}

.sub.herbal-medicine .content {
	padding: 4vw 4%;
}

.sub.herbal-medicine .content img {
	width: 100%;
	height: auto;
}

.sub.herbal-medicine .faq .a:before {
	width: 70px;
	height: 70px;
	background-size: contain;
	position: absolute;
	top: 4vw;
	left: 4vw;
}


/* -------- about ----------*/

.sub.about .spnone {
	text-align: left;
}

.sub.about .spnone br {
	display: none;
}

.sub.about .profile .col,
.sub.about .profile .col.comment {
	width: 100%;
}


.sub.about .profile .comment:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 14px 14px 14px;
	border-color: transparent transparent #d8ecd6 transparent;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -14px;
}

.sub.about .room:after {
	display: none;
}

.iframe {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

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

.sub.about .train {
	padding: 4vw 4%;
}

.sub.about .train .line0 {
	margin-bottom: 2vw;
}

.sub.about .train .line0 img {
	width: 100%;
	height: auto;
}

/* -------- blog ----------*/

.sub.blog .flexbox.bottom20>p {
	width: 24%;
}

.sub.blog .flexbox.bottom20 .col:last-of-type {
	width: 76%;
	font-size: 12px;
}

.sub.blog .comment:before {
	left: -16px;
	border-width: 12px 10px 12px 0;
}

.sub.blog .bloglist {
	padding: 4vw 0;
}


.sub.blog .bloglist .thumbnail, .sub.blog .headline .thumbnail {
	width: 24%;
	margin-right: 10px;
}

.sub.blog .bloglist .item, .sub.blog .headline .item {
	width: 70%;
	position: relative;
}

.sub.blog .bloglist .item h3 {
	padding: 0px 0;
	font-size: 14px;
}

.sub.blog .bloglist .item p {
	font-size: 12px;
}

.sub.blog .headline {
	padding-bottom: 4vw;
	margin-bottom: 4vw;
}

.sub.blog .headline {
	font-size: 12px;
}

.sub.blog .headline h1 {
	font-size: 18px;
	line-height: 1.5;
}

.sub.blog .headline .thumbnail {
	margin-bottom: 0 !important;
}

/* --------------------------------------

footer

---------------------------------------*/

footer .calendar .bg-white:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 9;
	width: 50px;
	height: 40px;
	background: url(../img/kanpo08.png) no-repeat;
	right: -4vw;
	top: -4vw;
	background-size: contain
}

footer .calendar {
	padding: 0 0 30px;
}


footer .calendar .bg-white:after {
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	bottom: -280px;
}


footer .calendar .bg-white .col {
	min-height: inherit;
}


footer #contact .flexbox.col2 {
	padding: 0 0 2vw;
}

footer #contact .flexbox.col2 .col {
	margin-bottom: 0;
}

footer #contact input[type="text"], footer #contact input[type="email"] {
	margin-bottom: 4vw;
}
footer #contact .bottom10 input[type="text"]{
	margin-bottom: 0;
}

footer address .line0 {
	display: none;
}

footer .fbar {
	padding: 4vw 0 0;
}

.top10 {
	margin: 0;
}


footer .fbar .col:nth-of-type(2) {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	background: #e6e4c9;
}

footer .fbar .col:nth-of-type(2) small {
	text-align: center;
	padding: 10px;
}

footer .calendar .bg-white.sns-area .text-center{
    font-size: 18px;
    margin-bottom: 15px;
}

footer .calendar .bg-white.sns-area .col {
	display: block;
	text-align: center;
	margin-bottom: 0;
}


/* --------------------------------------

sidenav

---------------------------------------*/

.sidenav {
	width: 100%;
	right: auto;
	bottom: 0;
	top: auto;
	z-index: 999999;
}

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

.sidenav ul li {
	margin-bottom: 0;
	display: inline;
	width: 33.3333%;
}

.sidenav ul li a {
	webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;

	border-radius: 00px;
	/* CSS3草案 */
	-webkit-border-radius: 00px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 00px;
	/* Firefox用 */

	padding: 6px 0;
	display: inline-block;
	text-align: center;
	position: relative;
	width: 100%;
	right: auto;
}

.sidenav ul li a img {
	height: 30px;
	width: auto;
}

.sidenav ul li a:hover {
	right: auto;
	opacity: 1;
}

/*---------------------------------------

210225 nayami

-----------------------------------------*/
.flexbox.col2.top-nayami .col.flexbox.col2 {
	display: flex;
}

.flexbox.col2.top-nayami .col.flexbox.col2 .nayami-item {
	width: auto;
	min-width: 100px;
	padding-right: 10px;
	font-size: 16px;
	font-weight: bold;

}

.flexbox.col2.top-nayami .col.flexbox.col2 .nayami-item:first-child {
	width: 156px;
}

.flexbox.col2.top-nayami .col.flexbox.col2 .nayami-item:last-child {
	width: calc(100% - 156px)
}

/*---------------------------------------

21114 add

-----------------------------------------*/


footer .sns-icon {
	text-align: center;
	padding-top: 0;
}

.sub.soudan .profile .flexbox {
	display: block;
}

.sub.soudan .profile .flexbox .thumbnail {
	width: 140px;
	padding-right: 0;
	margin: auto;
}

.sub.soudan .profile .flexbox table {
	width: 100%;
}

.sub.soudan .profile .flexbox table th, .sub.soudan .profile .flexbox table td {
	display: block;
	width: 100%;
}

.sub .soudan-feature-box {
	padding: 20px;
}

.sub .soudan-feature-box h3 {
	position: relative;
	padding-left: 52px;
	min-height: 42px;
	margin-bottom: 10px;
	padding-bottom: 0;
	display: flex;
	align-items: center;
}

.sub .soudan-feature-box:before {
	content: "1";
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 18px;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border-radius: 500px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
}

.sub .soudan-cost .border-box section {
	padding: 20px;
}

.sub .soudan-cost .border-box section h4 {
    font-size: 16px;
    color: #5e954d;
    margin-bottom: 10px;
}