@charset "UTF-8";


/* header_logo -------------------------------------------------- */

.header_logo { position: absolute; top: 10px; left: 25px; width: 230px; }
@media screen and (max-width: 600px) {
	.header_logo {
		position: relative; top: 0; left: 0;
		width: 210px; height: 55px; padding: 7px 10px;
	}
}

/* top page -------------------------------------------------- */

.top_title {
	font-family: 'Abel', sans-serif; font-size: 5rem; letter-spacing: 0.3rem;
	text-align: center; padding: 40px 0 30px 0;
}
@media screen and (max-width: 600px) {
	.top_title { font-size: 3.5rem; padding: 50px 0 20px 0; }
}

/*top_feature*/
.top_feature { background: #006934;}
.top_feature_maintitle {
	color: #d2e38c; padding: 40px 0;
	font-size: 2.6rem; text-align: center; line-height: 160%;
}
.top_feature_maintitle span { display: inline-block; padding: 0 10px; }
.top_feature_title, .top_feature_copy { text-align: justify; }
.top_feature_title { color: #fff; font-size: 1.7rem; line-height: 160%; padding: 20px 0 10px 0; }
.top_feature_copy { color: #d2e38c; font-size: 1.4rem; line-height: 180%; padding: 0 0 30px 0; text-justify: inter-ideograph;}
@media screen and (max-width: 600px) {
	.top_feature_maintitle { font-size: 2.2rem; }
	.top_feature_maintitle span { display: block; }
}

/*top_info_link*/

.top_info .top_title { color: #444; }
.top_info_link { text-align: center; letter-spacing: -0.4em; width:100%; padding: 50px 0; }
.top_info_link li {
	display: inline-block; letter-spacing: normal; position: relative; margin: 5px;
	z-index: 1; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;
}
.top_info_link01 { background: #859b00; }
.top_info_link02 { background: #006934; }
.top_info_link03 { background: #006934; }
.top_info_link04 { background: #859b00; }
.top_info_link li a {
	display: inline-block; text-align: center;
	font-size: 1.8rem; line-height: 150px; height: 150px; width: 150px;
	color: #fff; z-index: 2;
}
.top_info_link li a:before {
	content: ""; z-index: -1;
	position: absolute; top: 0; left: 0; right: 0; bottom: 0;
	background: #000; border-radius: 50%;
	-webkit-transform: scale(0); transform: scale(0);
	-webkit-transition-property: transform; transition-property: transform;
	-webkit-transition-duration: 0.3s; transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out; transition-timing-function: ease-out;
	opacity: 0.7; filter: alpha(opacity=70); -moz-opacity: 0.7;
}
.top_info_link li a:hover, .top_info_link li a:focus, .top_info_link li a:active { color: white; }
.top_info_link li a:hover:before, .top_info_link li a:focus:before, .top_info_link li a:active:before {
	-webkit-transform: scale(1); transform: scale(1);
}
@media screen and (max-width: 600px) {
	.top_info_link li { margin: 10px; }
	.top_info_link li a { font-size: 1.4rem; line-height: 120px; height: 120px; width: 120px; }
}

.top_info_new-shop {
	text-align: center;
	color: #006934;
	font-size: 18px;
	font-weight: bold;
    padding: 0 20px;
    line-height: 1.8;
}
.top_info_new-shop_br {
	padding-left: 15px;
}
@media screen and (max-width: 600px) {
	.top_info_new-shop_br {
		display: block;
		padding: 0;
	}
}

/*step_number*/
.step_number {
	display: block; margin: 0 0 5px 0; padding: 0 0 10px 0;
	font-size: 3rem; color: #859b00; position: relative;
	font-family: 'Abel', sans-serif; letter-spacing: 0.2rem;
}
.step_number:before {
	content: "";
	position: absolute; left: 0; bottom: 0;
	display: block; width: 100%; height: 2px; background: #859b00;
}
.step_number:after {
	content: "";
	position: absolute; left: 50%; bottom: 0;
	display: block; width: 50%; height: 2px; background: #222;
}

/*data_table01*/
.data_table01 { text-align: justify; width: 100%; }
.data_table01 tr { border-bottom: solid 1px #999; }
.data_table01 th { padding: 10px 20px 10px 0; width: 150px; }
.data_table01 td { padding: 10px 0; vertical-align: middle; }
.data_table01 th span {
	font-size: 1.4rem; display: inline-block; font-weight: normal;
	border: solid 1px #999; padding: 8px 0; width: 100%; text-align: center;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}
.data_table01 td { font-size: 1.4rem; line-height: 160%; }
#shop_data { margin-top:-70px; padding-top:70px; }
@media screen and (max-width: 600px) {
	#shop_data { margin-top:-50px; padding-top:50px; }
	.data_table01 th { width: 90px;  padding: 10px 10px 10px 0; }
	.data_table01 th span, .data_table01 td { font-size: 1.2rem; }
}

/*google_map*/
.access_map { height: 400px; margin: 0 0 30px 0; }
@media screen and (max-width: 600px) { .access_map { height: 250px; } }

/*shop*/
.shop_image { display: table; table-layout: fixed; width: 100%; margin: 0 0 20px 0; }
.shop_image div { display: table-cell; vertical-align: middle; }
.shop_number {
	color: #d2e38c; background: #006934;
	font-size: 1.4rem; line-height: 160%; text-align: center;
}
.shop_number span { color: #fff; }
@media screen and (max-width: 600px) {
	.shop_image, .shop_image div { display: block; }
	.shop_number { padding: 20px 0; }
}

/*shop_map*/
.shop_map {
	position: relative; padding-bottom: 100%;
	height: 0; overflow: hidden;
}
.shop_map iframe {
	position: absolute; top: 0; left: 0;
	width: 100% !important;
	height: 100% !important;
}
@media screen and (max-width: 600px) {
	.shop_map { padding-bottom: 70%; }
}

/*program*/
.program { margin: 0 0 30px 0; }
@media screen and (max-width: 600px) { .program { margin: 0; } }

/*prevent*/
.prevent_title01 { background: #ff9900; }
.prevent_title02 { background: #009999; }
.prevent_list {
	border: solid 1px #666; padding: 20px 20px 12px 20px;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}
.prevent_list li {
	font-size: 1.4rem; line-height: 160%; padding: 0 0 8px 18px; position: relative;
}
@media screen and (min-width: 1100px) { .prevent_list li br { display: none; } }
.prevent_list01 li:before {
	content: "";
	position: absolute; top: 5px; left: 0;
	display: block; width: 14px; height: 14px;
	background: #ff9900;
	-webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;
}
.prevent_list02 li:before {
	content: "";
	position: absolute; top: 5px; left: 0;
	display: block; width: 14px; height: 14px;
	background: #009999;
	-webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;
}
.prevent_list h4 {
	font-size: 1.6rem;  padding: 0 0 20px 0; margin: 0 0 20px 0;
	border-bottom: solid 1px #666;
}
.prevent_list_title02 { font-size: 1.8rem;  padding: 0 0 10px 0; }

/*flow*/
.flow { width: 100%; border-top: solid 1px #a5cb0b; }
.flow tr { border-bottom: solid 1px #a5cb0b; }
.flow th, .flow td { vertical-align: middle; }
.flow th { font-size: 1.6rem; line-height: 150%; text-align: center; width: 120px; }
.flow_am { color: #cc6600; background: #fdf0da; }
.flow_am_title { color: #fdf0da; background: #cc6600; }
.flow_am_exercise { background: #fbdab9; }
.flow_pm { color: #006666; background: #ddf1f1; }
.flow_pm_title { color: #ddf1f1; background: #006666; }
.flow_pm_exercise { background: #b7e1e1; }
.flow_copy { padding: 20px 20px 20px 40px; }
.flow_copy_exercise { background: #f0f0e6; }
.flow td h3 {
	font-size: 1.8rem; font-family: 'NotoSans-Medium';
	color: #006934; padding: 0 0 10px 0;
}
.flow td h3 span { font-size: 0.8em; color: #999; vertical-align: baseline; margin: 0 0 0 -4px; }
.flow td p { font-size: 1.4rem; line-height: 180%; text-align: justify; text-justify: inter-ideograph; }
.flow_image { width: 180px; }
.flow_image img { }
@media screen and (max-width: 800px) {
	.flow th { width: 80px; font-size: 1.4rem; }
	.flow_copy { padding: 20px; }
	.flow td h3 { font-size: 1.6rem; }
	.flow td p { font-size: 1.2rem; }
}
@media screen and (max-width: 600px) {
	.flow th { width: 40px; font-size: 1.1rem; }
	.flow_image { width: 100px; height: 100px; }
	.flow_image img { display: none; }
	.flow_image01 { background: url(../images/04wellnesspark/flow01.png) center no-repeat; background-size: cover; }
	.flow_image02 { background: url(../images/04wellnesspark/flow02.png) center no-repeat; background-size: cover; }
	.flow_image03 { background: url(../images/04wellnesspark/flow03.png) center no-repeat; background-size: cover; }
	.flow_image04 { background: url(../images/04wellnesspark/flow04.png) center no-repeat; background-size: cover; }
	.flow_image05 { background: url(../images/04wellnesspark/flow05.png) center no-repeat; background-size: cover; }
	.flow_image06 { background: url(../images/04wellnesspark/flow06.png) center no-repeat; background-size: cover; }
	.flow_image07 { background: url(../images/04wellnesspark/flow07.png) center no-repeat; background-size: cover; }
	.flow_image08 { background: url(../images/04wellnesspark/flow08.png) center no-repeat; background-size: cover; }
	.flow_image09 { background: url(../images/04wellnesspark/flow09.png) center no-repeat; background-size: cover; }
	.flow_image10 { background: url(../images/04wellnesspark/flow10.png) center no-repeat; background-size: cover; }
	.flow_image11 { background: url(../images/04wellnesspark/flow11.png) center no-repeat; background-size: cover; }
	.flow_image12 { background: url(../images/04wellnesspark/flow12.png) center no-repeat; background-size: cover; }
	.flow_image13 { background: url(../images/04wellnesspark/flow13.png) center no-repeat; background-size: cover; }
	.flow_copy { padding: 10px; }
	.flow td h3 { font-size: 1.2rem; }
	.flow td p { font-size: 1rem; }
}
.qa_menu {
	position: absolute;
    top: 122px;
    left: 0;
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
}
.qa_menu.sticky {
	position: fixed;
	top: 70px;
}
.shop-block {
    padding-top: 1px;
}
@media screen and (max-width: 600px) {
	.qa_menu {
	    display: block;
	    margin: 0;
	    overflow-x: auto;
	    white-space: nowrap;
	    letter-spacing: -.5em;
	}
	.qa_menu li {
	    width: 20%;
	    display: inline-block;
	    letter-spacing: normal;
	}
}


/*caution（20200205追加）*/

.caution{
    color: #fff;
    text-decoration: underline;
}
.caution:hover{
    opacity:.8;
}
@media screen and (min-width:800px){
    .pcHide{
        display: none;
    }
}

/* 202405_お知らせ一覧追加 */
#news .inner {
	line-height: 160%;
	overflow: hidden;
    width: 100%;
    max-width: 1000px;
    clear: both;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 60px 0;
}
.title1 {
	border-bottom: 2px solid #222;
    font-size: 2.4rem;
    font-family: 'NotoSans-Regular', sans-serif;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.news-data {
	margin-bottom: 30px;
    border-top: none !important;
}
.news-box.news_center .news-data {
	margin-bottom: 0;
}
.news-data li {
	border-bottom: solid 1px #888;
    display: table;
    width: 100%;
    position: relative;
}
.news-data li a {
	display: block;
    padding: 10px;
    color: #222;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transition: all .5s;
}
.news-data li a:hover {
	opacity: .5;
}
.news-data li span,
.news-data li .title {
	vertical-align: middle;
}
.news-data li .news-right {
	padding-left: 10px;
}
.news-data li .news-cate {
    display: inline-block;
    background-color: #006934;
    color: #FFF;
    width: 150px;
    font-size: 1.2rem;
    text-align: center;
    padding: 10px 5px;
    margin-right: 20px;
}
.news-data li .news-cate-other {
	background-color: #859b00;
}
.news-data li .day {
    color: #006934;
    width: 100px;
    display: inline-block;
    font-size: 1.6rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 0 5px 0 0;
}
.news-data li .title {
    display: inline-block;
    padding-left: 5px;
    font-size: 1.6rem;
    line-height: 160%;
    text-align: justify;
}
.btn {
	text-align: center;
    margin: 0 auto;
}
.btn a,
.malinky-load-more a {
    background: #222;
    border-color: #222;
	padding-right: 30px;
	text-align: center;
	box-sizing: border-box;
	transition: all .5s;
	opacity: 1;
	z-index: 2;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    padding: 4px 10px 7px;
    width: 100%;
    max-width: 250px;
    position: relative;
}
.btn a span,
.malinky-load-more a {
	font-family: 'NotoSans-Medium';
    display: inline-block;
    font-size: 1.6rem;
    line-height: 140%;
}
.btn-more a span::before,
.malinky-load-more a::before {
	content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -5px;
    transition: all .5s;
}
.malinky-load-more {
	margin-top: 30px;
}
li.data-none {
	font-size: 14px;
	border: none;
	text-align: center;
	line-height: 3.5;
}

@media(max-width:999px) {
    #news .inner{
        max-width: 100%;
        padding: 35px 10px;
    }
    .title1 {
        font-size: 1.8rem;
    }
    .news-data li .news-cate {
        width: 130px;
        font-size: 1rem;
        padding: 5px;
        margin-right: 10px;
    }
    .news-data li .day {
        width: 70px;
        padding-right: 0;
        font-size: 1.2rem;
    }
    .news-data li .title {
        font-size: 1.3rem;
        display: block;
        width: 100%;
        padding-top: 0 !important;
        padding-left: 5px !important;
        margin-top: 5px;
    }
    .btn a span, .malinky-load-more a {
        font-size: 1.4rem!important;
    }
    .post-bk .post-data .news-title-info .day {
        margin-right: 10px!important;
        font-size: 1.2rem!important;
    }
    .post-bk .post-data .news-title-info .news-cate a {
        font-size: 1rem!important;
        padding: 5px!important;
        margin-right: 5px!important;
    }
    .news-cate-bk .inner .title1 {
        margin-bottom: 25px!important;
    }
    .news-cate-bk .inner{
        max-width: 100%!important;
        padding: 35px 10px!important;
    }
}
@media (max-width: 700px) {
    .news-cate-bk li {
        width: 100%!important;
        margin-bottom: 20px!important;
        align-items: center;
    }
}

/* お知らせ単一記事 */
.post-bk .post-data .news-title-info {
    margin-bottom: 30px;
    text-align: left;
}
.post-bk .post-data .news-title-info .day {
    color: #006934;
    display: inline-block;
    font-size: 1.6rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-right: 20px;
	vertical-align: middle;
}
.post-bk .post-data .news-title-info .news-cate {
    display: inline-block;
	vertical-align: middle;
}
.post-bk .post-data .news-title-info .news-cate a {
    display: inline-block;
    background-color: #006934;
    color: #FFF;
    font-size: 1.2rem;
    text-align: center;
    padding: 10px 5px;
    margin-right: 10px;
    margin-bottom: 5px;
}
.post-bk .post-data .news-title-info .news-cate-other a {
	background-color: #859b00;
}
.post-bk .post-data .title1 {
    margin-bottom: 30px;
}
.news-contents p {
    font-size: 1.4rem;
    line-height: 200%;
    text-align: justify;
    padding: 0 0 20px 0;
}

.news-cate-bk .inner {
    width: 100%;
    max-width: 1000px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
	margin: 0 auto;
    padding: 10px 0 80px 0;
}
.news-cate-bk .inner .title1 {
    margin-bottom: 50px;
}
.news-cate-bk .data-box.data-align-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.news-cate-bk li {
    width: 31%;
}
.data-box>div, .data-box>li, .data-box>p {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}
.news-cate-bk .inner .btn {
	margin: 0;
}
.news-cate-bk .btn-green a {
    background: #006934;
    border-color: #006934;
}
.news-cate-bk .btn-limegreen a {
    background: #859b00;
    border-color: #859b00;
}
.btn a span {
	font-family: 'NotoSans-Medium';
    display: inline-block;
    font-size: 1.6rem;
    line-height: 140%;
}
.news-cate-bk .data-box {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: center;
    margin: 0 auto;
}
.data-box.data-box-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
}

/* パンくず */
.pankuzu-bk .inner {
    width: 100%;
    max-width: 1000px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
	margin: 0 auto;
    padding: 10px 0;
}
.pankuzu-bk .inner ul {
    width: 100%;
    display: table;
    text-align: left;
}
.pankuzu-bk .inner li {
    display: inline-block;
    font-size: 1.4rem;
    padding-left: 10px;
}
.pankuzu-bk .inner li a {
    font-size: 1.4rem;
    margin-right: 10px;
    padding-bottom: 0;
}

@media (max-width: 999px) {
    .pankuzu-bk .inner ul li, .pankuzu-bk .inner ul li a {
        font-size: 12px;
    }
}