/***************************
 *
 * モジュール
 *
 **************************/

/* 
一般
*/
img{

}
.clear {
	clear: both;
}
.clearfix:after {
	clear: both;
	height: 0px;
	display: block;
	content: ".";
	visibility: hidden;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.underline {
	text-decoration: underline;
}

.alignleft {
	margin: 20px auto;
	display: block;
}
.alignright {
	margin: 20px auto;
	display: block;
}
/* 
カラー
*/
.red {
	color: #d91f1f;
}
.blue {
	color: #4d60b4;
}
.pink {
	color: #f5568e;
}
.bg-white {
	background: white;
}
.orange {
	color: #f16700 !important;
}


/* 
OVER
*/
.over:hover {
	-ms-filter: "alpha(opacity=7)";
	opacity: 0.7;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;		
}
.zoom {
	
}
.zoom:hover {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);	
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;		
}

/* 
フォント
*/
.serif {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.serif-all * {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


/* 
ボタン
*/
.btns {
	text-align: center;
}
.btn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-align: center;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;

        position: relative;
        overflow: hidden;
        z-index: 2;
}
.btn:before {
	position: absolute;
	left: -100%;
	top: 0px;
	width: 100%;
	height: 100%;
	content: "　";
	background: #f2f2f2;
	z-index: 0;

}
.btn:hover, .btn:focus, .btn:active {
	color: #ebe9e5;
}
.btn:hover:before, .btn:focus:before, .btn:active:before {
	left: 0;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;	
	z-index: -10;	

}



.btn a {
	color: #5d4d48;	
	text-decoration: none;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 100%;
	padding: 5px 0px;
	/*font-size: 90%;*/
	line-height: 1.3em;
	z-index: 6;
	border: 1px solid #bbb4b1;

	font-size: 15px;
}
.btn a:hover {
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;	

}





/* 
ボックス
*/
.box-1000 {

	margin: 0px auto;
	position: relative;
}
.box-800 {
	width: 800px;
	margin: 0px auto;
	position: relative;
}
.box-630 {
	width: 630px;
	margin: 0px auto;
	position: relative;
}
.box-450 {
	width: 450px;
	margin: 0px auto;
	position: relative;
}
.box {

}


/* 
ヘッダー
*/
.l-header .box-1000 {
	padding: 10px;
}
.header-title {
	font-size: 9px;
	text-align: left;
	font-weight: normal;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.header-logo {
	width: 200px;
	
}
.header-tel {

	position: absolute;
	top: 10px;
	right: 5px;
	width: 45px;
	height: 45px;
}
.header-tel a {
	width: 45px;
	height: 45px;	
	display: block;
	background: #de6905;

	text-align: center;
	line-height: 45px;
}
.header-tel a img {
	display: none;
}
.header-tel a i {
	line-height: 45px;
	color: white;
	font-size: 28px;
}
.header-tel span {
	font-size: 12px;
	color: #666666;
	display: none;

}
.header-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	display: none;
}
.header-btn a {
	width: 45px;
	height: 45px;	
	display: block;
	background: #619f46;

	text-align: center;
	line-height: 45px;
}
.header-btn a img {
	display: none;
}
.header-btn a i {

	color: white;
	font-size: 24px;		
}
.btn-menu {
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 45px;
	height: 45px;
	background: #619f46;
	line-height: 45px;
	text-align: center;
}
.btn-menu i {

	color: white;

}

/*
GLOBAL NAVI	
*/
.l-nav .box-1000 {
	padding: 0;
}
.menu {
	background: white;
}
.menu li {
	position: relative;
}
.menu li a {
	display: block;
	text-align: center;
	font-size: 15px;
	color: #333333;
	border-bottom: 1px solid #e5e5e5;
	box-sizing: border-box;
	line-height: 50px;
	text-align: center;
	
}
.menu li:first-child a {
	text-indent: -9999em;
	background: url(../img/home.png) center center no-repeat;
	background-size: 18px 19px;

}
.menu li.active:after {
	content: none;
	width: 14px;
	height: 6px;
	background: url(../img/nav-active.png) center center no-repeat;
	background-size: 14px 6px;
	display: block;
	position: absolute;
	left: 50%;
	top: 0%;
	transform: translate(-50%, 0);
}
.menu a:hover {

}


/*
パンくず
*/


/*
フッター
*/
.page-top {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 9999;
}
.page-top i {
	font-size: 50px;
	color: #619f46;
}
.footer-top {
	background: url(../img/bg-main-voice.png) 0 0 repeat;
	padding: 15px;
}
.list-banner {

	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;	
}
.list-banner li {
	width: 49%;
	margin-bottom: 20px;
}
.list-banner:after {
	content: "";
	width: 320px;
	
}
.footer-bottom {
	background: url(../img/bg-footer-bottom.jpg) 0 0 repeat-x;
	background-size: 1500px 40px;
	line-height: 40px;
	height: 40px;
}
.copyright {
	text-align: center;
	font-size: 12px;
	color: white;
	line-height: 40px;
}









/* main-visual */
.main{
	
}
.main-visual {
	background: url(../img/bg-main-visual-2.jpg) center top no-repeat;
	background-size: cover;

	position: relative;
	overflow: hidden;
	margin-top: -30px;
}
.main-visual .main-visual-circle {
	width: 300px;
	height: 300px;
	margin: 0 auto;
	display: block;
}
.main-visual .main-visual-chara {
	width: 250px;
	position: absolute;
	left: 50%;
	bottom: -25px;
	transform: translate(-50%, 0%);	
}

/* intro banner */
.intro-banner {
	padding: 15px;
}
.intro-banner-list {

	margin-bottom: 15px;	
}
.intro-banner-list li {
	margin-bottom: 15px;	
}
.intro-banner-list li p{
letter-spacing: -2px;
  padding-top: 10px;
  font-size: 1rem;
}

.intro-banner-red {
	background: #d53c3c;
	color: white;

	font-size: 12px;
	box-sizing: border-box;
	padding: 10px;

}
.intro-banner-red img {
	margin-bottom: 15px;
	display: block;
	

}
.intro-banner-red span {
	font-size: 12px;
	line-height: 1.3em;

}

/* main-shop */
.main-shop {
	background: url(../img/bg-main-shop.jpg) center center no-repeat;
	background-size: cover;
	padding: 30px 15px;
}
.list-shop {
	
}
.list-shop > li {
	margin-bottom: 15px;
}
.list-shop .shop {
	background: white;

	position: relative;
	padding: 10px;

	box-sizing: border-box;
}
.list-shop .shop .shop-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}
.list-shop .shop .shop-pic {
	text-align: center;
}
.list-shop .shop .shop-title {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
	line-height: 2em;
	text-align: center;
}
.list-shop .shop .shop-tag {
	
}
.list-shop .shop .shop-tag .tag {
	display: inline-block;
	color: white;
	font-size: 16px;
	background: #c4af1e;
	padding: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
}
.list-shop .shop .shop-link:hover + .shop-pic {
	opacity: 0.7;
}
.main-shop  h2{
font-size:24px;
color:#ffea00;
text-align:center;
padding:0 0 20px;
}

/* main-mov */
.main-mov {
	background: url(../img/bg-main-mov.jpg) center center no-repeat;
	background-size: cover;
	padding: 30px 15px;
	overflow: hidden;
}
.main-mov .box-1000 {
	
}
.main-mov .box-mov {

	position: relative;
	background: rgba(255,255,255,0.9);
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #f0eee8;
	padding: 15px;
}
.main-mov .box-mov h2 {
	text-align: center;
	font-size: 22px;
	color: #3a94ba;
	font-weight: bold;
	margin-bottom: 25px;
}
.main-mov .box-mov .movie {
	width: 100%;
	height: 180px;
	margin: 0 auto;
}
.main-mov .main-mov-stick {
	position: absolute;
	left: 50%;
	top: -20px;
	width: 504px;
	transform: translate(-50%, 0%);
}
.main-mov .box-mov:nth-child(1) {
	margin-bottom: 20px;
}
.main-mov .box-mov:nth-child(2) .main-mov-stick {
	width: 466px;
}

/* main best */
.main-best {
	background: url(../img/bg-main-best.jpg) center center no-repeat;
	background-size: cover;
	padding: 30px 15px;
}
.main-best h2 {
	text-align: center;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	background: url(../img/bg-main-best-h2.png) center bottom no-repeat;
	background-size: contain;
	margin-bottom: 25px;
	line-height: 1.6em;
}
.main-best h2 span {
	text-align: center;
	font-size: 20px;
	color: #dd7319;
	font-weight: bold;
}
.box-white {
	background: white;
	position: relative;
	box-sizing: border-box;
}
.main-best .box-white {
	padding: 15px;
}
.main-best h3 {
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	color: #3a94ba;
	margin-bottom: 15px;
}
.main-best .box-white:nth-child(2) {

	margin-bottom: 20px;
}
.main-best .main-best-stick-1 {
	display: block;
	margin: 0 auto 15px;
	width: 100px;
}
.main-best .main-best-stick-2 {

	display: block;
	margin: 0 auto 15px;
	width: 200px;
}
.main-best .box-white:nth-child(3) h3 {
	margin-bottom: 25px;
}
.main-best .box-white:nth-child(3) p:nth-child(2) {

}


/* main-voice */
.main-voice {
	background: url(../img/bg-main-voice.png) 0 0 repeat;
}
.main-voice-header {
	text-align: center;
	background: white;
	padding: 15px;
	border-bottom: 3px solid #dd7319;
	position: relative;
	margin-bottom: 50px;
}
.main-voice-header:after {
	content: "";
	display: block;
	background: url(../img/main-voice-header-bottom.png) center center no-repeat;
	background-size: cover;
	width: 17px;
	height: 18px;
	position: absolute;
	left: 50%;
	bottom: -18px;
	transform: translate(-50%, 0%);
	z-index: 5;
}
.main-voice-header h2 {
	font-size: 20px;
	color: #dd7319;
	text-align: center;
	line-height: 1.2em;
}
.main-voice-header h2 span {
	display: block;
	font-size: 18px;
	color: #333333;
	text-align: center;
}
.main-voice-stick-1 {
	position: absolute;
	left: 50%;
	top: 0px;
	transform: translate(-50%, 0%);
	width: 1000px;
	z-index: 5;
	display: none;
}
.main-voice .box-white {
	padding: 15px;
	margin: 15px;
}
.main-voice .box-white p {

}
.main-voice .box-white p:first-child {
	font-size: 20px;
	color: #619f46;

	font-weight: bold;
	margin-bottom: 20px;

}
.main-voice .box-white p strong {
	color: #c82f2f;
	font-weight: normal;
}
.main-voice {
	padding-bottom: 50px;
}
.box-doc {
	background: white;
	padding: 15px;
	position: relative;
	margin: 0 15px;
}
.box-doc-title {
	text-align: left;
	font-size: 24px;
	color: #3a94ba;
	font-weight: bold;
	margin: 25px 15px;
}
.box-doc-info {
	position: relative;	


}
.box-doc-info img {
	display: block;
	margin: 15px auto;
}
.box-doc-title-2 {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #619f46;
	margin-bottom: 20px;
	line-height: 1.6em;
}
.box-doc-detail {
	margin: 25px auto;


}
.box-doc-detail span, .box-doc-detail a {
	display: block;
	text-align: center;
	font-size: 15px;
	color: #619f46;
	line-height: 50px;
	border: 2px solid #619f46;
	border-radius: 4px;
	font-weight: bold;
	cursor: pointer;
}
.box-doc-detail span:before, .box-doc-detail a:before {
	font-family: fontawesome;
	content: "\f105";
	margin-right: 5px;
}
.box-doc-detail a:hover {
	text-decoration: none;
}
.box-doc-hidden {
	display: none;
}
.box-doc-hidden p {
	margin-bottom: 2em;
}
.box-doc hr {
	border-top: 1px dotted #cccccc;
	margin: 30px auto;
}
.box-doc-info-no-pic {
	padding-left: 30px;
}
.box-doc-info-no-pic .box-doc-title-2 {
	text-align: center;
	padding-left: 0;
}
.box-doc-info-no-pic p {
	text-align: center;
}
.box-doc-info-no-pic + .box-doc-detail {
	margin-left: auto;
	margin-right: auto;
}

.box-doc-info .main-voice-stick-2 {
	position: absolute;
	left: auto !important;
	right: 0;
	top: -60px;
	width: 83px;
}
.box-doc-info .main-voice-stick-3 {
	position: absolute;
	left: auto !important;
	right: 0;
	top: -60px;
	width: 74px;
}
.box-doc-info .main-voice-stick-4 {
	position: absolute;
	left: auto !important;
	right: 150px;
	top: auto;
	bottom: -160px;
	width: 68px;
}
.box-doc-info .main-voice-stick-5 {
	position: absolute;
	left: auto !important;
	right: 0px;
	top: auto;
	bottom: -60px;
	width: 95px;
}
.box-doc-info .main-voice-stick-6 {
	position: absolute;
	left: auto !important;
	right: 170px;
	top: auto;
	bottom: -160px;
	width: 107px;
}

/* main-lic */
.main-lic {
	background: #f8fbfe url(../img/bg-main-lic.jpg) left bottom no-repeat;
	background-size: contain;
	border-top: 4px solid #619f46;
	padding: 15px;
}
.main-lic h2 {
	text-align: center;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	background: url(../img/bg-main-lic-h2.png) center bottom no-repeat;
	background-size: 586px 54px;
	line-height: 1.25em;
	margin-bottom: 25px;
}
.main-lic h2 span {
	color: #619f46;
	font-weight: bold;
	font-size: 20px;	
	
}
.main-lic p {
	text-align: center;
	font-size: 18px;
	color: #333333;
	line-height: 1.636em;
	margin-bottom: 20px;
}
.box-orange {
	border: 4px solid #dd7319;
	background: rgba(255,255,255,0.9);
	padding: 15px;
	position: relative;
}
.box-orange ul {
	
}
.box-orange ul li {
	font-size: 15px;
	color: #dd7319;
	border-bottom: 1px dotted #cccccc;
	padding: 20px 0;
	padding-left: 45px;
	position: relative;
	font-weight: bold;
	line-height: 1.5em;
}
.box-orange ul li:before {
	content: "";
	background: url(../img/check-orange.png) 0 0 no-repeat;
	background-size: cover;
	width: 25px;
	height: 24px;
	position: absolute;
	left: 0px;
	top: 20px;
}
.main-lic .main-lic-stick-1 {
	position: absolute;
	right: 20px;
	bottom: 0;
	width: 232px;
	display: none;
}

/* main-reason */
.main-reason {
	background: url(../img/bg-main-reason.jpg) 0 0 repeat;
	background-size: 18px 19px;
	padding: 15px;
}
.main-reason h2 {
	text-align: center;
	background: url(../img/bg-main-reason-h2.png) left center repeat-x;	
	margin-bottom: 20px;
}
.main-reason h2 span {
	text-align: center;
	display: inline-block;
	background: white;
	color: #3a94ba;
	font-size: 24px;
	font-weight: bold;
	padding: 0 10px;
}
.box-gray {
	border: 2px solid #f0eee8;
	background: white;
	padding: 15px;
	box-sizing: border-box;
	margin-bottom: 15px;
}
.main-reason strong {
	background: #fff78d;
}
.main-reason .box-gray:nth-child(2) p {
	font-size: 15px;
}
.main-reason .box-gray:nth-child(2) p strong {
	font-size: 15px;
	font-weight: normal;
}
.main-reason .box-gray:nth-child(4) p {
	margin-bottom: 1.5em;
}
.main-reason .box-gray:nth-child(4) p strong {
	font-size: 15px;
	color: #4f8110;
	background: none;
}
.main-reason .box-gray:nth-child(4) p img {
	width: 342px;
}


/* main-yugami */
.main-yugami {
	border-top: 4px solid #619f46;
	background: #fafaf9 url(../img/bg-main-yugami.jpg) center bottom no-repeat;

	padding: 15px;
}
.main-yugami h2 {
	text-align: left;
	font-size: 20px;
	color: #619f46;
	font-weight: bold;
	line-height: 1.25em;
	margin: 35px auto 15px;
}
.main-yugami p {
	font-size: 18px;
	color: #333333;
	line-height: 2em;
}



/* main-spb */
.main-spb {
	background: url(../img/bg-main-spb.jpg) center top no-repeat;
	background-size: cover;
	padding: 15px;
}
.main-spb .box {
	border: 4px solid #c4af1e;
	padding: 15px;
	box-sizing: border-box;
	background: white;
}
.main-spb h2 {
	text-align: center;
	background: url(../img/bg-main-spb-h2.jpg) center bottom no-repeat;
	background-size: 656px 54px;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.6em;
}
.orange {
	color: #dd7319;
}
.main-spb h2 .orange {
	font-size: 20px;
	font-weight: bold;
	display: block;
}
.main-spb h2 + p {
	font-size: 15px;
	color: #333333;
	line-height: 2em;
	text-align: center;
}
.list-spb {
	margin-top: 20px;
}
.list-spb > li {
	border-top: 1px dotted #cccccc;
	padding: 15px;
	position: relative;
}
.list-spb > li strong {
	font-weight: normal;
	background: #fef58b;

}
.list-spb > li:nth-child(1) .num {
	display: block;
}
.list-spb > li:nth-child(2) .num {
	display: block;
}

.list-spb .box-point {
	border: 4px solid #eeebe4;
	width: 270px;
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 50px;
}
.list-spb .box-point h3 {
	text-align: left;
	font-weight: bold;
	font-size: 20px;
	color: #3a94ba;
	margin-bottom: 20px;
}
.list-spb .box-point ul {
	
}
.list-spb .box-point ul li {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 10px;
}
.list-spb .box-point ul li:before {
	content: "・";
}
.list-spb > li:nth-child(3) img:nth-child(2) {
	position: absolute;
	top: 35px;
	right: 0;
}
.list-spb > li:nth-child(3) .num {
	display: block;
	margin-bottom: 40px;
}

/* main-flow */
.main-flow {
	background: url(../img/bg-main-reason.jpg) 0 0 repeat;
	background-size: 18px 19px;
	padding: 15px;
}
.main-flow img {
	display: block;

	margin: 0 auto;
}

/* main-an */
.main-an {
	background: url(../img/bg-main-an.jpg) center top no-repeat;
	background-size: cover;
	padding: 15px;
}
.main-an .box-white {
	background: rgba(255,255,255,0.8);
	padding: 15px;
}
.main-an p:first-child {
	margin-bottom: 25px;
}

/* main-staff */
.main-staff {
	background: url(../img/bg-main-voice.png) 0 0 repeat;
	border-top: 4px solid #619f46;
	padding: 15px;
}
.main-staff h2 {
	text-align: center;
	font-size: 20px;
	color: #619f46;
	line-height: 1.1em;
	margin-bottom: 20px;
}
.main-staff h2 .en {
	font-size: 18px;
	color: #333333;
	display: block;
}
.main-staff .box-white {
	
}
.main-staff .staff {
	border-bottom: 2px solid #e5e5e5;
	padding: 15px;

	position: relative;
}
.main-staff .staff:last-child {
	border-bottom: none;
}
.main-staff .staff .staff-pic {
	margin: 0 auto;
	width: 190px;
	text-align: center;
	font-size: 18px;
	line-height: 1.4em;
}
.main-staff .staff .staff-pic small {
	font-size: 12px;
}
.main-staff .staff .staff-pic img {
	display: block;
	margin: 0 auto 15px;
}
.main-staff .staff-title {
	text-align: left;
	font-size: 20px;
	color: #4f8110;
	margin-bottom: 20px;
}
.main-staff .staff-title.blue {
	color: #3a94ba;
}
.main-staff .staff-title.brown {
	color: #c4af1e;
}
.main-staff p {
	font-size: 14px;
	line-height: 1.428em;
}
.main-staff .staff hr {
	border-top: 1px dotted #cccccc;
}
.main-staff .main-staff-stick-1 {
	position: absolute;
	right: -40px;
	top: -100px;
	width: 307px;
	display: none;
}


.staff-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.staff-list li{
	font-size: 12px;
  color: #53370c;
  line-height: 1.7;
  list-style: circle;
  margin-left: 15px;
}


.main-staff p {
	font-size: 13px;
	line-height: 1.628em;
  letter-spacing: 1px;
  color: #53370c;
  background: #f1f1f1;
  padding: 10px 15px;
}


.main-staff .staff .staff-pic img {
	display: block;
	margin: 0 auto 15px;
	width: 180px;
}
.main-staff .staff-title {
	text-align: left;
	font-size: 16px;
	color: #53370c;
	margin-bottom: 10px;
}

.staff-right{

}

.store-box-title {
  color: #53370c;
  margin-bottom: 10px;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 16px;
}

.staff-title-1{
	text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 3px solid #d0a390;
  margin-bottom: 20px;
  letter-spacing: 3px;
  padding: 30px 30px 30px;
  padding-bottom: 5px;
  line-height: 1.6;
}

.staff-flex {
	text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.staff-1 {
	margin-bottom: 10px;
}

.circle-1 {

  margin-bottom: 15px;
}



.circle-1 img{
  width: 150px;
}

.staff-1 h3{
	font-size: 13px;
}



/* main-fee */
.main-fee {
	background: url(../img/bg-main-fee.jpg) center top no-repeat;
	background-size: cover;
	padding: 15px;
}
.main-fee .box-white {
	padding: 15px;
}
.column-2 {

}
.column-2 > div {
	
}
.main-fee h2 {
	text-align: center;
	font-size: 20px;
	color: #619f46;
	margin-bottom: 20px;
}
.main-fee table {
	margin-bottom: 25px;
}
.main-fee table th {
	font-size: 16px;
	color: #619f46;
	padding: 15px;
	border: 2px solid #619f46;
	background: #eff5ec;
}
.main-fee table td {
	font-size: 16px;
	color: #333333;
	padding: 15px;
	border: 2px solid #619f46;
}
.main-fee .column-2 > div:nth-child(2) {

}
.main-fee h3 {
	text-align: left;
	font-size: 20px;
	color: #3a94ba;
	font-weight: bold;
	margin-bottom: 20px;
}
.main-fee p {
	font-size: 16px;
	color: #333333;
}

/* main-access */
.main-access {
	background: url(../img/bg-main-access.jpg) center top no-repeat;
	background-size: cover;
	padding: 15px;
}
.main-access .box-white {
	padding: 15px;
}
.main-access h2 {
	font-size: 25px;
	color: #3a94ba;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 10px;
}
.main-access h2 small {
	font-size: 14px;
	color: #333333;
	font-weight: normal;
}
.main-access .main-access-tel {
	margin-bottom: 10px;	
}
.main-access .main-access-tel img {

}
.main-access .main-access-tel +  p {

	margin-bottom: 10px;
}
.main-access .tag {
	font-size: 16px;
	color: #333333;
	display: inline-block;
	background: #f6f0a6;
	padding: 2px 10px;
	border-radius: 30px;
	margin-right: 10px;
	font-weight: medium;
}
.main-access .map {
	width: 100%;
	height: 200px;
	margin-top: 20px;

}
.main-access hr {
	border-top: 1px dotted #cccccc;
	margin: 20px auto;
}
.main-access hr + h2 {
	text-align: center;
	margin-bottom: 20px;
}

.list-access {
	
}
.list-access > li {
	position: relative;
	color: #333333;
	font-size: 15px;
	margin-bottom: 20px;
	line-height: 2em;
}

.list-access > li:nth-child(3n):after {
	content: none;
}

.list-access > li img {
	display: block;
	margin: 0 auto 10px;
}


/* main-caution */
.main-caution {
	background: url(../img/bg-main-caution.jpg) 0 0 repeat;
	padding: 15px;

}
.main-caution .box-white {
	padding:15px;
	padding-top: 0;
}
.main-caution .title-full {
	color: white;
	font-weight: bold;
	font-size: 20px;
	background: #619f46;
	padding: 15px;
	margin-left: -15px;
	margin-right: -15px;

}
.main-caution h2 {
	font-size: 20px;
	color: #3a94ba;
	border-bottom: 2px solid #3a94ba;
	font-weight: bold;
	padding: 15px 0 5px;
	margin: 25px auto 15px;
	line-height: 1.6em;	
}
.main-caution h3 {
	font-size: 20px;
	color: #619f46;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.6em;
}
.main-caution h3:before {
	content: "❙";
	margin-right: 5px;
}
.main-caution p {
	margin-bottom: 25px;
}
.box-gray-bg {
	background: #fafafa;
	border: 1px solid #e5e5e5;
	padding: 15px;
	margin: 30px auto;
}
.box-gray-bg p:last-child {
	margin-bottom: 0;
}
.box-gray-bg ul {
	margin-bottom: 25px;
}
.box-gray-bg ul:last-child {
	margin-bottom: 0;
}
.box-gray-bg ul li {
	font-size: 14px;
	color: #333333;
	margin-bottom: 10px;
	line-height: 2em;
}
.box-gray-bg ul li:before {
	content: "・";
	margin-right: 5px;
}
.pink {
	color: #e5004f;
}
.img {
	display: block;
}
.img img {

}
.img span {

	text-align: left;
	color: #333;
	font-size: 13px;
	margin-top: 15px;
	display: inline-block;
	
}
.img span a {
	border-bottom: 1px solid #333;
	padding-bottom: 3px;
	text-decoration: none;
	color: #333;
	font-size: 13px;
}
.img a span {
	border-bottom: 1px solid #333;

	text-decoration: none;
	color: #333;
	font-size: 13px;	
}
.impact {
	text-align: center;
	font-size: 20px;
	color: #e5004f;
	font-weight: bold;
}

.box-blue {
	border: 2px solid #3a94ba;
	background: #f2fafd;
	padding: 15px;
	margin: 20px auto;
	position: relative;
}
.box-blue p:last-child {
	margin-bottom: 0;
}
.box-blue .blue {
	color: #3a94ba;
}
.box-blue a {
	font-size: 26px;
	color: #3a94ba;
	font-weight: bold;
}
.box-blue i {
	position: relative;
	top: -2px;
	margin-right: 5px;
	font-size: 16px;	
}
.main-caution-stick-1 {
	display: block;
	margin: 0 auto 15px;
	width: 200px;
}
.wd-430 {

}
.under {
	text-decoration: underline;
}
.big {
	font-size: 20px;
	font-weight: bold;
}
.under a {
	color: #333;
}


/* box-contact */
.box-contact {
	background: url(../img/bg-box-contact.jpg) center top no-repeat;
	background-size: cover;
	padding: 15px;
}
.box-contact-btn {

	margin-top: 15px;
}
.box-contact h2 {
	font-size: 22px;
	color: #3a94ba;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 10px;

}
.box-contact p {

}
.box-contact .tag {
font-size: 14px;
color: #333333;
display: inline-block;
background: #f6f0a6;
padding: 2px 10px;
border-radius: 30px;
margin-right: 5px;
font-weight: medium;	
}
.box-contact .main-access-tel img {

}

.table-betu {
	width: 100% !important;
}
.table-betu th {
	line-height: 1.5em;
	vertical-align: middle;
}
.table-betu td {
	line-height: 1.5em;	
	vertical-align: middle;
}
.table-betu tr:last-child th {
	background: red; color: white;
}

.main-access-impact {
	text-align: center;
	line-height: 1.6em;
	font-size: 20px;
	color: red;
	font-weight: bold;
	
}
.box-white-1 {
	padding-bottom: 0 !important;
}
.main-access h3 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
}

.pc{
display:none;
}
.reason{
width:96%;
margin:40px auto;
}
.reason .serif{
font-size:24px;
width:90%;
border-bottom:1px solid #000;
padding:0 0 15px;
margin:0 0 15px;
}
.iright p{
	font-size:18px;
	text-align:center;
	margin:0 0 40px;
}
.main-visual-circle{
	width:680px;
	height:680px;
	background:url("../img/main-visual-circle-1.png") no-repeat;
	background-size:100%;
}
.main-visual-circle p{
	text-align:center;
	font-size:12px;
	position:absolute;
	top:65px;
	left:47%;
}

.link-btn-1 {
  padding: 15px 10px 10px;
  text-align: center;
  border: 0.5px solid #d6d4d4;
  margin: 20px 5px 30px;
}

.link-btn-title {
  background-color: #eee;
  text-align: center;
  margin-bottom: 5px;
  padding: 8px 10px 7px 10px;
  margin-top: 10px;
  font-size: 11px;
  letter-spacing: 0.5px;
  color: #333;
}

.link-btn-title:after {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f101';
  margin-left: 8px;
}

.btn-case {
  width: 300px;
  margin: 0 auto;
  margin-top: 30px;
	margin-bottom: 25px;
}

.btn-case a {
  background: #dc6305;
  color: white;
  text-align: center;
  display: block;
  border: none;
  padding: 15px 50px;
  border-radius: 10px;
  border-bottom: 4px solid #cf6e1b;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}


.btn-case a:after {
  transition: .3s ease-in-out;
  content: "";
  display: block;
  width: 30px;
  height: 5px;
  background: url(../img/icon-ayy.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 1.4em;
  right: 15px;
}

.main-clinic h2 {
  text-align: center;
  font-size: 20px;
  color: #619f46;
  line-height: 1.1em;
  margin-bottom: 20px;
}

.main-clinic p {
  font-size: 14px;
  margin-bottom: 25px;
  padding: 0px 15px;
}

.store-box {
  padding: 20px 10px 25px;
  background: #eaeaea6b;
  margin-bottom: 25px;
}

.store-box-right {
  margin-top: 20px;
}

.store-menu {
  display: inline-block;
  background-color: #edece2;
  padding: 8px 6px;
  margin-right: 5px;
  margin-bottom: 10px;
  font-size: 12px;
}

.store-text {
  font-size: 14px;
  line-height: 1.6;
}

.store-btn {
  text-align: center;
  background: #615959;
  margin-top: 20px;
  padding: 5px;
}

.store-btn a {
  color: #fff;
  display: block;
  padding: 8px;
}

.main-clinic h2 .en {
  font-size: 18px;
  color: #333333;
  display: block;
}

.main-clinic {
  padding: 15px 0px;
}

.width-170{
	width: 50%;
}

.banner-box{
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 1000;
	padding: 0px 0px;
		}


		.follow-btn.fixed {
			position: fixed;
			bottom: 0px;
			left: 0;
			right: 0;
			margin: auto;
			width: fit-content;
			opacity: 1;
			transform: translateY(0);
		}

		.follow-btn {
			position: relative;
			transition: all 0.5s ease;
			opacity: 1;
			transform: translateY(0px);
			z-index: 1000;
		}

/* 共通 */
h2{
	font-size: 30px;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
	line-height: 1.3;
}

img {
	display: block;
	margin-left: auto;
	margin-right: auto;
  }

 p {
	color: #333333;
	font-size: 15px;
	line-height: 1.8em;
} 

/* hedder */
.header-inner{
	display: flex;
}

.hedder-box{
	width: 45%;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
    line-height: normal;
}

.header-flex{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
	line-height: 1.8;
	margin-left: 40px;
}

.flex-box{
	    display: flex;
}

/* section coupon center */
.coupon-box{
	margin: 5px;
}


/* section about */
.license {
	margin: 15px;
    line-height: 1.3rem;
}



.mission-box img{
	width: 90%;
}

.license-tit{
	font-weight: bold;
	color: #333;
        font-weight: bold;
		text-align: center;
        background-color: #f5f5f5;
        margin: 5px;
        padding: 5px;
}

.our-power{
	background: url(../img/goldback.png) no-repeat;
	background-size: cover;
 	background-position: center;
}

.support{
	text-align:center;
	font-weight: bold;
}

.support p{
	text-align: center;
}

.three-program {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	text-align: center;
  }
  
.program-item {
	width: 30%;
  }

.program-item p {
	font-size: 12px;
	background-color: #000;
	color: #fff;
	border-radius: 8px;
	margin-top: 3px;
  }


  /* section case */
.check-list {
	border: 2px solid #D07F3B;
  	padding: 10px;
	margin: 0px 15px 10px 15px;
	line-height: 1.8rem;
}

.hosoku {
	text-align: center;
	background-color:#f5f5f5;
  	padding: 12px;
	margin: 10px 15px 10px 15px;
	line-height: 1.8rem;
}

.balance{
	display: flex;
	justify-content: center;
}

.balance-item{
	width: 40px;               /* 幅を固定 */
	height: 40px;              /* 高さも固定して正円に */
	text-align: center;
	font-size: 2.5rem;
	border-radius: 50%;         /* 丸い形に */
	padding: 2rem;              /* サイズ調整用 */
	color: #333;               /* 文字色 */
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0.5rem;
	font-family: Georgia, 'Times New Roman', Times, serif;
}

.balance-item:nth-child(1) {
	background-color: #f6f0a6; /* 赤系：気 */
}

.balance-item:nth-child(2) {
	background-color: #FCD0D0; /* 青緑系：血 */
}

.balance-item:nth-child(3) {
	background-color: #B8F3F5; /* 黄系：水 */ 
}

.SPB {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.SPB-item {
	width: 30%;
  }

.SPB-item p {
	font-size: 12px;
	font-weight: bold;
	background-color:#fefce8;
	border-radius: 8px;
	margin-top: 3px;
	line-height: 1.8rem;
  }

/* section point */
.point p {
	margin: 15px;
}

.point {
	background-color: #FFEDE2;
	padding-top: 10px;
	margin-top: 30px;
	padding-bottom: 30px;
}

/* section frow */
.frow {
	background-color: #EBEBEB;
	padding: 10px 0px 30px 0px;
}

.machine p {
	text-align: center;
	font-weight: bold;
}

.machine-kind {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	text-align: center;
  }
  
  .machine-item {
	width: 30%;
  }

/* section reco */
.reco {
	font-weight: bold;
}

.reco p {
	text-align: center;
	font-weight: bold;
	padding-bottom: 10px;
}


.point-tit {
	font-weight: bold;
	font-size: 18px;
	margin-left: 20px;
	padding: 5px;
}

.point-tit::before {
  	content: ""; /* 擬似要素に何も指定しておかない */
  	margin-right: 5px;
  	vertical-align: middle;
}

.point-tit.point1::before {
  	content: url(../img/point1.png); /* アイコン1 */
}

.point-tit.point2::before {
  	content: url(../img/point2.png); /* アイコン2 */
}

.point-tit.point3::before {
  	content: url(../img/point3.png); /* アイコン3 */
}


/* section-frow */
.step-inner{
	margin: 0px 15px 0px 15px;	
}

.step-tit {
	font-weight: bold;
	padding-top: 15px;
}

.frow-step {
	background-color: #fff;
	border: 2px solid #333;
	margin: 20px;
	padding-bottom: 15px;
}

.step-number {
    color:#fff;
	font-weight: bold;
	background-color: #7e7e7e;
	margin-bottom: 15px;
	padding: 10px;
	text-align: center;
}

/* section-machine */
.step-subtit {
	font-weight: bold;
}	

.step-subtit::before {
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  margin-right: 8px;
  text-align: center;
  border-radius: 50%;
  background-color: #D07F3B; /* 丸の背景色 */
  color: white;
  font-weight: bold;
  font-size: 1em;
  vertical-align: middle;
}

.no1::before {
  content: "1";
}

.no2::before {
  content: "2";
}

.no3::before {
  content: "3";
}

.no4::before {
  content: "4";
}

.step-sub-inner {
	margin: 20px 15px 0px 15px;
}
  
.step-photo {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

.phote-item {
	width: 40%;
}

.form-container {
	background-color: white;
	max-width: 500px;
	margin: auto;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	margin-bottom: 100px;
  }


  .qa {
	padding: 2em;
	background-color: #f9f9f9;
  }
  
  .qa-box ul {
	list-style: none;
	padding: 0;
	margin: 0;
  }
  
  .qa-box li {
	margin-bottom: 1.5em;
	border-bottom: 1px solid #ddd;
	padding-bottom: 1em;
  }
  
  .qa-q {
	background-color: #fff9ee;
	padding: 1em;
	border-left: 5px solid #fe9d14;
	font-weight: bold;
	font-size: 1.1em;
  }
  
  .qa-a {
	padding: 1em;
	background-color: #fff;
	line-height: 1.6;
	font-size: 1em;
	color: #333;
  }


  .price {
	padding: 3em 2em;
	background-color: #f4f7fc;
	text-align: center;
  }
  
  .price-box {
	max-width: 600px;
	margin: 0 auto;
	background-color: #fff;
	padding: 2em;
	border-radius: 8px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  
  .price h2 {
	font-size: 2em;
	color: #333;
	font-weight: bold;
	margin-bottom: 1em;
  }
  
  .price p {
	font-size: 1.2em;
	color: #555;
	line-height: 1.6;
	margin: 0.5em 0;
  }
  
  .price p:nth-of-type(2) {
	font-size: 1.5em;
	color: #e76f51;
	font-weight: bold;
	margin-top: 1em;
  }
  
  .price p:nth-of-type(3) {
	font-size: 1em;
	color: #888;
  }
  
 .price p:nth-of-type(4) {
	font-size: 1em;
	color: #888;
  } 


  label {
	display: block;
	margin-top: 25px;
	font-weight: bold;
  }
  

  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="date"],
  input[type="number"],
  select,
  textarea {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 14px;
	background-color: #fff;
	box-sizing: border-box;
  }
  
  
  button {
	margin-top: 20px;
	width: 100%;
	padding: 10px;
	background-color: #ff9153;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
  }
  
  button:hover {
	background-color: #005fa3;
  }

  .required {
	color: red;
	font-size: 0.9em;
	margin-left: 8px;
  }
  
  footer {
	background-color: #f5f5f5;
	padding: 40px 20px 130px;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	color: #333;
  }
  
  .footer-inner {
	margin: 0 auto;
	text-align: center;
  }
  
  .footer-inner .center {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
  }
  
  .footer-inner p {
	margin: 6px 0;
	font-size: 1em;
  }
  
  .footer-inner .map {
	margin-top: 20px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  

