@charset "utf-8";
/* ===========================================================
 *
 * スタイルシート
 * Last UpDate : 2025/01/09 *
=========================================================== */

/* ----------------------------------------------------------
	style.css
---------------------------------------------------------- */

/* ----------------------------------------------------------
 common
---------------------------------------------------------- */


html{
font-size: 62.5%; 
font-feature-settings: "palt";
color: #333;
background-color: #fff;
font-family: rustica, source-han-sans-japanese, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
font-weight: 400;
font-style: normal;
}


body {
font-family: rustica, source-han-sans-japanese, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif" !important;
letter-spacing: 1px;
font-size: 16px;
font-size: 1.6rem;
}
/*
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .h2Wrap{ line-height: 1.7 !important; }

}
*/


:root{
	--main-color: #32a965;
	--login-color: #6dbb8f;
	--logout-color: #397a55;
	--sanka-color: #3f87a2;
	--syutten-color: #c2b04b;
	--contact-color: #3155bb;
	--faq-color: #1f643d;
	--header-height: 70px;
	scroll-padding: var(--header-height);
	scroll-behavior: smooth;
}


body, button, input, select, textarea {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #333;
}

input[type=reset], input[type=submit], input[type=submit],
.pirate-forms-submit-button, .contact-form div.wpforms-container-full .wpforms-form .wpforms-submit {
  font-size: 16px;
}

.sidebar .widget .widget-title {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 13px;
  font-weight: 700;
}

.login_user{ position: fixed; right: 20px; bottom: 20px; background-color: #fff; z-index: 999; }


.payment_section table{ margin-bottom: 40px; }
.payment_section table tr{ border-bottom: 1px solid #ccc; }
.payment_section table td{ padding: 20px; }


p.payment_message{ font-size: 1.8rem !important; font-weight: 900; }
.payment_service_name,
.payment_price_name,
.payment_service_price,
.payment_price{ font-size: 1.8rem !important; font-weight: 900; }

.payment_service_name,
.payment_service_price{ color: #999; }

/* ----------------------------------------------------------
 link
---------------------------------------------------------- */
a:link		{ color: #333; text-decoration: none; }
a:visited	{ color: #333; text-decoration: none; }
a:hover		{ color: var(--main-color); text-decoration: none; }
a:active	{ color: var(--main-color); text-decoration: none; }

a { -ms-filter: "alpha( opacity=60 )"; -webkit-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; -o-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; }

.entry-content a:link,
.widget a:link{ text-decoration: underline; }
.entry-content a:hover,
.widget a:hover{ text-decoration: none; }

.art-btn a{ text-decoration: none !important; }

ul li,
ol li{ margin: 0; }

/* ----------------------------------------------------------
 header
---------------------------------------------------------- */
header#header{ position: fixed; top: 0; width: 100%; height: var(--header-height); background-color: #fff; z-index: 9999; box-shadow: 0px 8px 16px -6px rgba(0,0,0,0.3); }
.header_sec{ display: flex; align-items: center; justify-content: space-between; height: var(--header-height); }
.header_logo{ flex-basis: 25%; text-align: center; }
.header_logo a{ display: block; }
.header_logo a:hover{ opacity: .6; }

.header_nav{ flex-basis: 40%; }

li.menu-item a{ display: block; font-size: 1.6rem; font-family: rustica, source-han-sans-japanese, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif" !important; }

.header_btn{}
.header_btn_list{ display: flex; }
.header_btn_item{ }
.header_btn_item a{ display: block; color: #fff; font-size: 1.6rem; font-weight: 700; height: 66px; line-height: var(--header-height); padding: 0 20px; }
.header_btn_item a i{ font-size: 2.2rem; margin-right: 10px; vertical-align: sub; }
.header_btn_item_syutten{ background-color: var(--syutten-color); border: 2px solid var(--syutten-color); }
.header_btn_item_sanka{ background-color: var(--sanka-color); border: 2px solid var(--sanka-color);  }
.header_btn_item_login{ background-color: var(--login-color); border: 2px solid var(--login-color); }
.header_btn_item_logout{ background-color: var(--logout-color); border: 2px solid var(--logout-color); }
.header_btn_item a:hover{ background-color: #fff; }
.header_btn_item_syutten a:hover{ color: var(--syutten-color); }
.header_btn_item_sanka a:hover{ color: var(--sanka-color); }
.header_btn_item_login a:hover{ color: var(--login-color); }
.header_btn_item_logout a:hover{ color: var(--logout-color); }

.followWrap{ height: 70px !important; }
.site-header.header-fixed{ display: none; }




/* ----------------------------------------------------------
 footer
---------------------------------------------------------- */

footer{ position: relative; background: url("/wp-content/uploads/bg_img01.jpg") no-repeat; background-size: cover; padding-top: 100px; padding-bottom: 60px; margin-top: 200px;; }

.footer_contact{ position: absolute; top: -100px; left: 0; right: 0; width: 850px; margin: 0 auto; background-color: #f5f5f5; padding: 30px 60px; border-radius: 10px; }
.footer_contact_tit{ position: absolute; top: -40px; left: 0; right: 0; margin: 0 auto; font-size: 5rem; color: var(--main-color); text-align: center; font-family: rustica, sans-serif; font-weight: 600; font-style: normal; }
.footer_contact_sec{}
.footer_contact_list{ display: flex; justify-content: center; }
.footer_contact_item{ flex-basis: 48%; }

.footer_contact_item_tel{ font-size: 4.3rem; ont-family: rustica, sans-serif; font-weight: 600; font-style: normal; margin-right: 1%; text-align: right; line-height: 1.3; }
.footer_contact_item_tel i{ font-size: 3rem; color: var(--main-color); margin-right: 10px; }
.footer_contact_item_tel span{ display: block; font-size: 1.6rem; }

.footer_contact_item_btn{ margin-left: 1%; }
.footer_contact_item_btn a{ display: block; color: #fff; background-color: var(--contact-color); text-align: center; padding: 15px; border: 2px solid var(--contact-color); border-radius: 10px; }
.footer_contact_item_btn a:hover{ background-color: #fff; color: var(--contact-color); }
.footer_contact_item_btn a i{ margin-right: 10px; vertical-align: middle; }

.footer_logo{ margin: 0 auto 30px auto; text-align: center; }
.footer_logo a:hover{ opacity: .6; }

.footer_sitemap{ width: 850px; margin: 0 auto 40px auto; display: flex; justify-content: space-between; }
.footer_sitemap_list{ flex-basis: 25%; }
.footer_sitemap_item{ color: #fff; list-style-type: disc; }
.footer_sitemap_item a{ color: #fff; font-size: 1.6rem; }
.footer_sitemap_item a:hover{ opacity: .6; }

.footer_btn{ width: 1000px; margin: 0 auto; border-radius: 10px; padding: 20px; background-color: #fff; }
.footer_btn_list{ display: flex; justify-content: space-between; }
.footer_btn_item{ flex-basis: 32%; border-radius: 5px; }
.footer_btn_item a{ display: block; text-align: center; color: #fff; padding: 10px; border-radius: 5px; }
.footer_btn_item a span{ font-size: 1.2rem; }
.footer_btn_item a i{ margin-right: 10px; }
.footer_btn_item a:hover{ background-color: #fff; }



/* ----------------------------------------------------------
 hx
---------------------------------------------------------- */

h1 span,
h1.entry-title{ font-size: 4rem !important; text-align: center; }

.page-header{ background: url("/wp-content/uploads/bg_h101.jpg") no-repeat; background-size: cover; }
.page-header h1{ color: #fff; }


h2.wp-block-heading,
h2.faq-entry-title{
    position: relative;
    padding: 18px 0 15px 0;
    margin-bottom: 40px;
    color: #2d9057;
    font-size: 3rem;
	letter-spacing: 3px;
	font-weight: 700;
	line-height: 1.3;
}

h2.wp-block-heading::before,
h2.wp-block-heading::after,
h2.faq-entry-title::before,
h2.faq-entry-title::after{
    position: absolute;
    left: 0;
    width: 100%;
    height: 6px;
    background-image: repeating-linear-gradient(90deg, #804f21 0 1px, transparent 1px 4px);
    transform: skew(-35deg);
    content: '';
}

h2.wp-block-heading::before,
h2.faq-entry-title::before{
    top: 0;
}

h2.wp-block-heading::after,
h2.faq-entry-title::after{
    bottom: 0;
}


h3{
    position: relative;
    padding: 0 0 5px 0;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 2.5rem;
    color: #333;
}

h3:before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 6px;
    transform: skew(-45deg);
    background-image: repeating-linear-gradient(90deg, #32a965 0 3px, transparent 3px 5px);
    content: '';
}



/* ぱんくず */
.breadcrumbs{ }  
.breadcrumbs_sec{ } 
.breadcrumbs_sec span{ display: inline-block; position: relative; color: #fff; font-size: 1.2rem; font-weight: 400; }
.breadcrumbs_sec span br{ display: none; }
.breadcrumbs_sec span:before{ content: "/"; display: block; position: absolute; top: 0; left: 6px; color: #fff; font-size: 1.2rem; }
.breadcrumbs_sec span:first-child:before{ content: ""; }
.breadcrumbs_sec span a{ color: #fff; font-size: 1.2rem; margin: 0 0 0 20px;  }
.breadcrumbs_sec span:first-child a{ margin: 0 0 0 0; }
.breadcrumbs_sec span a:hover{ opacity: 0.6; }

/* ----------------------------------------------------------
 contents
---------------------------------------------------------- */
.hero-content-style1 p{ font-size: 1.6rem; letter-spacing: 2px; line-height: 1.7; font-style: normal; margin-top: 40px; }

.contents{ width: 1200px; margin: 0 auto 100px auto; }


.section-services{ background-color: #6cba8e; }
.section-services .section-title,
.section-services .section-subtitle{ color: #fff; }



.latest-service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.latest-service-list-item {
  border-top: none;
  padding: 0;
  flex-basis: 30%;
  margin-right: 20px;
  margin-top: 20px;
  text-align: left;
	padding: 20px;
	background-color: #fff;
	border-radius: 10px;
}
.latest-service-list-item-thumb {
  width: 100%;
  float: none;
  margin-right: 0px;
  margin-bottom: 10px;
  display: block;
  text-align: center;
}
.latest-service-list-item-thumb img{ width: 350px; height: 350px; object-fit: contain; }
.latest-service-list-item-service-name {
  float: none;
  overflow: hidden;
  text-align: center;
}
.latest-service-list-item-service-name h2 {
  font-size: 1.5rem;
  font-weight: 700;
}
.latest-service-list-item-service-name a:hover {
  text-decoration: none;
}

.hero_search li input{ vertical-align: middle; }

.section-title-area .section-subtitle {
  margin-bottom: 0;
}


/* トップページ：イベントガイド */
.top_service{ width: 90%; margin: 0 auto; }
.latest-service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.latest-service-list-item {
  border-top: none;
  padding: 0;
  flex-basis: 31%;
  margin-right: 0px;
  margin-top: 20px;
  text-align: left;
	padding: 20px;
	background-color: #fff;
	border-radius: 10px;
}



/* トップページ：よくある質問 */
.section-faq .section-subtitle{ font-size: 18px; letter-spacing: 3px; color: var(--main-color); font-weight: 700; }
.section-faq .section-title{ font-size: 50px; color: var(--main-color); }

.section-faq .faq_item{ margin-bottom: 20px; }

/* 開閉 */

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 100%;
    max-width: 960px;
    margin:0 auto;
}
.accordion-area_support{ margin-bottom: 60px; }

.accordion-area li{
    margin: 10px 0;
}

.accordion-area section {
	padding: 0;
}


.accordion-content .faq_txt{ background: #f5f5f5; padding: 20px; margin-bottom: 0; }
.accordion-content .faq_txt p{ font-size: 1.6rem; }



.accordion-title{
cursor: pointer;
padding: 20px 50px 20px 20px;
transition: all .5s ease;
background-color: #eee;
color: var(--faq-color);
font-size: 2rem;
font-weight: 700;
}

.faq .accordion-title{
cursor: pointer;
padding: 0;
transition: all .5s ease;
background-color: #eee;
color: var(--faq-color);
font-size: 2rem;
font-weight: 700;
}

.accordion-title:hover,
.accordion-title.open{ background-color: #ddd; }

.faq .accordion-title:hover,
.faq .accordion-title.open{ background-color: #eee; }


.accordion-content{ display: none;/*はじめは非表示*/ background: #f5f5f5; padding: 20px; }
.accordion-content p {
  font-size: 13px;
  line-height: 1.5;
}

/*アイコンの＋と×*/

.accordion-title{ position: relative; }

.accordion-title::before,
.accordion-title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: var(--main-color);
    
}
.accordion-title::before{
    top:48%;
    right: 15px;
    transform: rotate(0deg);
    
}
.accordion-title::after{    
    top:48%;
    right: 15px;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.accordion-title.open::before{
  transform: rotate(45deg);
}

.accordion-title.open::after{
  transform: rotate(-45deg);
}





/* 当施設について */
.map_sec{}
.map_sec iframe{ aspect-ratio: 4/3; width: 100%; }


.top_faq{ width: 1100px; margin: 0 auto; }

.top_faq_btn{ width: 300px; margin: 60px auto 20px auto; }
.top_faq_btn a{ display: block; color: #fff; background-color: var(--main-color); text-align: center; padding: 13px 10px 10px 10px; border-radius: 40px; border: 2px solid var(--main-color); line-height: 1; }
.top_faq_btn a:hover{ background-color: #fff; color: var(--main-color); }


/* よくある質問 */
.faq .faq_list{  }
.faq .faq_item{ position: relative; background-color: #eee; border-radius: 3px; margin-bottom: 20px; padding: 20px 20px 20px 80px; counter-increment: mycounter; }
.faq .faq_item:before{ position: absolute; top: 20px; left: 20px; content: "Q"counter(mycounter, decimal-leading-zero); color: var(--main-color); font-size: 2rem; }
.faq-entry-title a{ display: block; font-size: 2rem; color: var(--faq-color); font-weight: 700; }
.faq-entry-title a:hover{ opacity: .6; }

.faq_btn{ width: 200px; margin: 0 0 0 auto; }
.faq_btn a{ display: block; color: #fff; background-color: var(--main-color); text-align: center; padding: 13px 10px 10px 10px; border-radius: 40px; border: 2px solid var(--main-color); line-height: 1; }
.faq_btn a:hover{ background-color: #fff; color: var(--main-color); }


/* 周辺情報 */
.vicinity_sec{}
.vicinity_list{}
.vicinity_item{ display: flex; justify-content: space-between; background-color: #f5f5f5; padding: 30px; border-radius: 10px; margin-bottom: 30px; }
.vicinity_item_sec{ flex-basis: 50%; }
.vicinity_tit{ position: relative; font-size: 2.5rem; font-weight: 700; padding-left: 30px; margin-bottom: 10px; }
.vicinity_tit:before{ content: ""; display: block; position: absolute; top: 12px; left: 0; width: 13px; height: 13px; border-radius: 100%; background-color: var(--main-color); }
.vicinity_txt{ font-size: 1.5rem; margin-bottom: 10px; }
.vicinity_tel{ font-size: 3rem; color: var(--main-color); line-height: 1.5; }
.vicinity_tel i{ display: inline-block; color: #fff; font-size: 1.8rem; background-color: var(--main-color); width: 30px; height: 30px; border-radius: 100%; text-align: center; margin-right: 10px; vertical-align: text-top; line-height: 30px; }
.vicinity_tel span{ display: block; font-size: 1.2rem; color: #333; margin-left: 40px; }
.vicinity_img{ flex-basis: 50%; text-align: left; }
.vicinity_img img{ width: 100%; height: auto; }

.vicinity_btn{ width: 200px; }
.vicinity_btn a{ display: block; background-color: var(--main-color); color: #fff; border: 1px solid var(--main-color); padding: 5px; border-radius: 40px; text-align: center; font-size: 1.4rem; }
.vicinity_btn a:hover{ background-color: #fff; color: var(--main-color); }


/* 運営会社 */
.company_table table{ border: none; }
.company_table table th{ font-size: 2.2rem; font-weight: 700; background-color: #fff !important; color: var(--main-color); padding: 20px !important; border-bottom: 1px solid #ccc !important; }
.company_table table td{ font-size: 2.2rem; padding: 20px !important; border-bottom: 1px solid #ccc !important; }


/* トップページ：お知らせ */
.top_oshirase{ width: 790px; margin: 0 auto; }

.oshirase_list{}
.oshirase_item{ padding-bottom: 20px; border-bottom: 1px solid #ccc; margin-bottom: 20px; }
.oshirase_item_sec{}
.oshirase_item_sec_list{ display: flex; justify-content: space-between; align-items: center; }
.oshirase_item_sec_item{ }
.oshirase_item_sec_item:nth-child(1){ flex-basis: 120px; margin-right: 20px; }
.oshirase_item_sec_item:nth-child(2){ flex-basis: 80%; }

.oshirase_item_sec_item_img{ transition: 0.5s ease-in-out; }
.oshirase_item .oshirase_item_sec_item_img:hover{ opacity: .6; }
.oshirase_item_sec_item_img img{ width: 120px; height: 120px; object-fit: cover; }

.oshirase_item_sec_item_date{ font-size: 1.7rem; }
.oshirase_item_sec_item_tit{ font-size: 2.3rem; font-weight: 700; line-height: 1.3; }


/* お知らせ */
.news_date{ margin-bottom: 20px; }
.blog .list-article-thumb {
    float: left;
    margin-right: 30px;
}
.section-news .list-article-thumb img,
.blog .list-article-thumb img{ width: 120px; height: 120px; object-fit: cover; }

.list-article-meta a{ display: inline-block; background-color: var(--main-color); color: #fff; padding: 2px 10px 0 10px; border-radius: 40px;  }

.section-news .entry-title, .archive .entry-title, .blog .entry-title {
    font-size: 22px;
    line-height: 1.5;
	font-weight: 700;
}
.section-news .entry-excerpt p, .archive .entry-excerpt p, .blog .entry-excerpt p {
    margin-bottom: 0px;
	font-size: 1.5rem;
}

 .oshirase .list-article:last-of-type{
    border-bottom: 0px solid #e9e9e9;
}

.type-oshirase .entry-thumbnail{ position: absolute; left: 0; top: 25px; width: 100px; height: 100px; }
.type-oshirase .entry-thumbnail img{ width: 100px; height: 100px; object-fit: cover; }

h2.oshirase-entry-title{ padding: 18px 0 15px 100px; }



/* お問合せページ */
.form {
}

.form__table {
  width: 81.6%;
  max-width: 96rem;
  margin: 0 auto 100px auto;
	border-bottom: .1rem solid #ccc;
}

.form-head p{ text-align: right; }

input, button, textarea {
  border: .1rem solid #ccc;
  border-radius: .5rem;
  padding: 1rem;
	font-size: 1.8rem;
}

input.your-company,
input.your-division{
  width: 78%;
}

input.your-name-last,
input.your-name-first,
input.your-name-kana-last,
input.your-name-kana-first,
input.your-post{
  width: 48%;
	margin-right: 5px;
}

input.your-prefecture,
input.your-municipalities,
input.your-block,
input.your-others{
  width: 106%;
}

input.your-tell,
input.your-email,
input.your-email_confirm{
  width: 100%;
}

textarea {
  width: 100%;
  height: 10.6em;
  line-height: 1.3;
}

.form__table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: .1rem solid #ccc;
  padding: 2.5rem 3rem 2.7rem;
  width: 100%;
	position: relative;
}


.form__table .form-head {
  width: 51%;
  min-width: 18rem;
}

.form__table dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
		  justify-content: space-between;
  -webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
  margin-right: 3rem;
  font-size: 1.7rem;
  letter-spacing: 0.001em;
}

.textarea .form-head {
  -webkit-box-align: start;
	  -ms-flex-align: start;
		  align-items: flex-start;
}

.form__table dd {
  width: 100%;
}

.form__table .post {
  -webkit-box-pack: end;
	  -ms-flex-pack: end;
		  justify-content: flex-end;
}

.form__table .address {
  display: block;
}

.address-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
	  -ms-flex-align: start;
		  align-items: flex-start;
}

.address-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.address-items .address-item {
  margin-top: 1.8rem;
}

.address-item dt {
  -webkit-box-pack: end;
	  -ms-flex-pack: end;
		  justify-content: flex-end;
}

.form-sub {
  color: #999;
  white-space: nowrap;
  padding-left: 1em;
	min-width: 6em;
}

.must {
position: absolute;
left: 0;
font-size: 1.4rem;
letter-spacing: 0.1em;
color: #fff;
padding: 8px 10px 5px 10px;
line-height: 1;
background: #bd2e2e;
text-align: center;
border-radius: 30px;
}

.optional{ position: absolute; left: 0; font-size: 1.5rem; letter-spacing: 0.1em; color: #fff; padding: .6rem 1rem 1rem 1rem; background: #999; width: 5rem; height: 3.5rem; text-align: center; }

input.wpcf7-submit{
  font-size: 2rem;
  padding: .5rem 1.5rem;
  border: none;
  border-radius: .5rem;
  color: #000;
}

.form-btn {
  text-align: center;
	padding-bottom: 40px;
	padding-top: 40px;
	border-top: 1px solid #444;
}

input.wpcf7-submit {
  margin-right: 1rem;
  font-size: 2.5rem;
	cursor: pointer;
}

input.wpcf7-submit:hover{ background-color: #999; }

.wpcf7-spinner {
  display: none;
}

::placeholder{ color: #aaa; }

.contact_submit_btn{ text-align: center; margin-bottom: 60px; }
.contact_submit_btn input{ background-color: var(--main-color); color: #fff; font-size: 2rem; letter-spacing: 2px; padding: 15px 25px; cursor: pointer; transition: 0.5s ease-in-out; }


.contact .main p{ font-size: 2rem; line-height: 1.8; letter-spacing: 1px; }
.contact ol{ margin: 10px 0 0 30px; }
.contact ol li{ list-style-type: decimal; font-size: 2rem; }


.form_sec{ display: flex; background-color: #ebebeb; border-radius: 10px; padding: 40px; margin-bottom: 20px; }
.form_sec_tit{ position: relative; font-size: 2rem; font-weight: 700; padding-left: 25px; }
.form_sec_tit:before{ content: ""; display: block; position: absolute; left: 0; top: 7px; width: 16px; height: 16px; background-color: #222; }
.form_sec .form__table{ margin-bottom: 0; }



.sitemap_sec{ width: 80%; margin: 0 auto; }
.sitemap_list{ margin: 0 auto !important; }
.sitemap_item{ margin: 0 !important; padding: 0 !important; margin-bottom: 20px !important; }

.sitemap_sec_btn{ width: 80%; margin: 0 auto; }
.sitemap_sec_btn_list{ margin: 0 auto !important; }
.sitemap_sec_btn_item{ margin: 0 !important; padding: 0 !important; margin-bottom: 20px !important; }
.sitemap_sec_btn_item a{ display: block; color: #fff; padding: 10px; text-align: center; }
.sitemap_sec_btn_item a i{ margin-right: 10px; }


.entry-content p{ margin-bottom: 30px; }
.entry-content ul{}
.entry-content ul li{ list-style-type: disc; }


/* ----------------------------------------------------------
 SP CSS
---------------------------------------------------------- */
@media screen and (max-width: 576px){
img,video {
  max-width: 100%;
  height: auto;
}

/* フォントサイズ10px=62.5% */
html{ font-size: 60%; }

/* 基本のフォントサイズ */
body{ font-size: 1.8rem; height: auto !important; height: 100%; padding-top: 0; }

/* 非表示用 */
.noneSP		{ display: none !important; }


/* ----------------------------------------------------------
 header
---------------------------------------------------------- */
header#header{ display: none !important; position: fixed; top: 0; width: 100%; height: 50px; background-color: #fff; z-index: 9999; box-shadow: 0px 8px 16px -6px rgba(0,0,0,0.3); }
.header_sec{ display: flex; align-items: center; justify-content: space-between; height: 50px; }
.header_logo{ flex-basis: 60%; text-align: center; padding-left: 10px; }
.header_logo a{ display: block; }
.header_logo a:hover{ opacity: .6; }

.header_nav{ display: none; }

li.menu-item a{ display: block; font-size: 1.6rem; font-family: rustica, source-han-sans-japanese, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif" !important; }

.header_btn{ display: none; }


.followWrap{ height: 50px !important; }
/* .site-header.header-fixed{ display: none; } */
.site-header{ line-height: 50px; }
	
.site-header.header-fixed { display: block; }

.site-branding{ float: left; max-width: 70%; }
.site-branding .has-logo-img{ line-height: 50px; }
.site-branding .site-logo-div{ line-height: 35px; }
.site-branding .site-logo-div img{ width: 100%; height: auto; }

#nav_toggle {
display: block !important;
position: fixed;
top: 5px;
right: 5px;
width: 40px;
height: 40px;
cursor: pointer;
background-color: var(--main-color);
padding: 11px;
}
#nav_toggle > div {
  position: relative;
  width: 20px;
}
#nav_toggle span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #fff;
  position: absolute;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
}
#nav_toggle span:nth-child(1) {
  top: 0;
}
#nav_toggle span:nth-child(2) {
  top: 7px;
}
#nav_toggle span:nth-child(3) {
  top: 14px;
}

.gloval_nav_open #nav_toggle span {
  background: #fff;
}
.gloval_nav_open #nav_toggle span:nth-child(1) {
  top: 7px;
  transform: rotate(45deg);
}
.gloval_nav_open #nav_toggle span:nth-child(2) {
  top: 14px;
  width: 0;
  left: 50%;
}
.gloval_nav_open #nav_toggle span:nth-child(3) {
  top: 7px;
  transform: rotate(-45deg);
}

#gloval_nav {
  background-color: rgba(255, 255, 255, .8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  transform: translateX(-100%);
  transition: opacity 0.6s ease, visibility 0.6s ease;
  padding-top: 60px;
	overflow-y: scroll;
}


#gloval_nav ul.gnavi__list{ display: flex; flex-wrap: wrap; justify-content: flex-start; }
#gloval_nav ul.gnavi__list{ padding: 0; height: auto; }
#gloval_nav li.gnavi___item{
  opacity: 0;
  transform: translateX(-200px);
  transition: transform 0.6s ease, opacity 0.2s ease;
  flex-basis: 100%;
}
#gloval_nav .gnavi___item a{
  display: block;
  color: var(--main-color);
  padding: 10px 0;
  transition: color 0.6s ease;
  font-size: 1.8rem;
	font-weight: 700;
}

/* open */
.gloval_nav_open {
  overflow: hidden;
}
.gloval_nav_open #gloval_nav {
  visibility: visible;
  transform: translateX(0);
  transition: transform 0.6s;
}
.gloval_nav_open #gloval_nav li.gnavi___item{
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease, opacity 0.9s ease;
}

#nav_toggle {
	display: none !important;
  z-index: 999999;
}

#gloval_nav {
  z-index: 99999;
}

	

.gloval_nav_btn{ width: 100%; margin-bottom: 10px; }
.gloval_nav_btn_list{ display: flex; flex-wrap: nowrap !important; justify-content: space-between; }
.gloval_nav_btn_item{ flex-basis: 33%; }
.gloval_nav_btn_item a{ display: block; color: #fff !important; font-size: 1.4rem !important; font-weight: 700; padding: 10px; }
.gloval_nav_btn_item a span{ font-size: 1.2rem; }
.gloval_nav_btn_item a i{ font-size: 2.2rem; margin-right: 10px; vertical-align: sub; }


/* ----------------------------------------------------------
 footer
---------------------------------------------------------- */
/* ページ下部 固定メニュー */
.btm_menu { position: fixed; bottom: -50px; width: 100%; border-top: 1px solid #fff; z-index: 99; }
.btm_menu li { float: left; width: 50%; }
.btm_menu li:first-child a { border-right: 1px solid #fff; }
.btm_menu li a { display: block; height: 50px; text-align: center; font-size: 1.6rem; padding: 15px 5px 5px; background-color: var(--faq-color); color: #fff; transition: .5s;}
.btm_menu li a i{ font-size: 1.8rem; margin-right: 10px; }
.btm_menu li a:hover { background-color: #fff; color: #313F73; transition: .5s;}
.btm_menu ul:after { content: ''; clear: both; display: block; }



footer{ position: relative; background: url("/wp-content/uploads/bg_img01.jpg") no-repeat; background-size: cover; padding-top: 100px; padding-bottom: 60px; margin-top: 200px;; }

.footer_contact{ position: absolute; top: -100px; left: 0; right: 0; width: 90%; margin: 0 auto; padding: 20px 30px; }
.footer_contact_tit{ position: absolute; top: -30px; left: 0; right: 0; margin: 0 auto; font-size: 4rem; color: var(--main-color); text-align: center; font-family: rustica, sans-serif; font-weight: 600; font-style: normal; }
.footer_contact_sec{}
.footer_contact_list{ flex-wrap: wrap; }
.footer_contact_item{ flex-basis: 100%; }

.footer_contact_item_tel{ font-size: 3rem; margin-right: 0; text-align: center; line-height: 1.3; }
.footer_contact_item_tel i{ font-size: 2.5rem; }
.footer_contact_item_tel span{ display: block; font-size: 1.4rem; }

.footer_contact_item_btn{ margin-left: 0; margin-top: 10px; }
.footer_contact_item_btn a{ display: block; color: #fff; background-color: var(--contact-color); text-align: center; padding: 15px; border: 2px solid var(--contact-color); border-radius: 10px; }
.footer_contact_item_btn a:hover{ background-color: #fff; color: var(--contact-color); }
.footer_contact_item_btn a i{ margin-right: 10px; vertical-align: middle; }

.footer_logo{ width: 90%; margin: 0 auto 30px auto; text-align: center; }
.footer_logo img{ width: 100%; height: auto; }
.footer_logo a:hover{ opacity: .6; }

.footer_sitemap{ width: 90%; margin: 0 auto 40px auto; display: flex; justify-content: space-between; flex-wrap: wrap; }
.footer_sitemap_list{ flex-basis: 50%; }
.footer_sitemap_item{ color: #fff; list-style-type: none; border: 1px solid #acd9bf; }
.footer_sitemap_item a{ display: block; color: #fff; font-size: 1.2rem; padding: 10px 10px; }
.footer_sitemap_item a:hover{ opacity: .6; }


.footer_btn{ width: 90%; margin: 0 auto; border-radius: 10px; padding: 20px; background-color: #fff; }
.footer_btn_list{ flex-wrap: wrap; }
.footer_btn_item{ flex-basis: 100%; border-radius: 5px; margin-bottom: 5px; }
.footer_btn_item a{ display: block; text-align: center; color: #fff; padding: 10px; border-radius: 5px; }
.footer_btn_item a span{ font-size: 1.2rem; }
.footer_btn_item a i{ margin-right: 10px; }
.footer_btn_item a:hover{ background-color: #fff; }

/* ----------------------------------------------------------
 hx
---------------------------------------------------------- */
h1 span,
h1.entry-title{ font-size: 2.8rem !important; text-align: center; }

.page-header{ background: url("/wp-content/uploads/bg_h101.jpg") no-repeat; background-size: cover; }
.page-header h1{ color: #fff; }


h2.wp-block-heading,
h2.faq-entry-title{
    position: relative;
    padding: 18px 0 15px 0;
    margin-bottom: 40px;
    color: #2d9057;
    font-size: 2.3rem;
	letter-spacing: 3px;
	font-weight: 700;
	line-height: 1.3;
}

h2.wp-block-heading::before,
h2.wp-block-heading::after,
h2.faq-entry-title::before,
h2.faq-entry-title::after{
    position: absolute;
    left: 0;
    width: 100%;
    height: 6px;
    background-image: repeating-linear-gradient(90deg, #804f21 0 1px, transparent 1px 4px);
    transform: skew(-35deg);
    content: '';
}

h2.wp-block-heading::before,
h2.faq-entry-title::before{
    top: 0;
}

h2.wp-block-heading::after,
h2.faq-entry-title::after{
    bottom: 0;
}


h3{
    position: relative;
    padding: 0 0 5px 0;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 2.5rem;
    color: #333;
}

h3:before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 6px;
    transform: skew(-45deg);
    background-image: repeating-linear-gradient(90deg, #32a965 0 3px, transparent 3px 5px);
    content: '';
}



/* ぱんくず */
.breadcrumbs{ }  
.breadcrumbs_sec{ } 
.breadcrumbs_sec span{ display: inline-block; position: relative; color: #fff; font-size: 1.2rem; font-weight: 400; }
.breadcrumbs_sec span br{ display: none; }
.breadcrumbs_sec span:before{ content: "/"; display: block; position: absolute; top: 0; left: 6px; color: #fff; font-size: 1.2rem; }
.breadcrumbs_sec span:first-child:before{ content: ""; }
.breadcrumbs_sec span a{ color: #fff; font-size: 1.2rem; margin: 0 0 0 20px;  }
.breadcrumbs_sec span:first-child a{ margin: 0 0 0 0; }
.breadcrumbs_sec span a:hover{ opacity: 0.6; }

    
    
/* ----------------------------------------------------------
 contents
---------------------------------------------------------- */

.hero-content-style1 p{ font-size: 1.6rem; letter-spacing: 2px; line-height: 1.7; font-style: normal; margin-top: 40px; }

h2.hero-large-text span{ font-size: 2rem !important; }


.section-services{ background-color: #6cba8e; }
.section-services .section-title,
.section-services .section-subtitle{ color: #fff; }



.latest-service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.latest-service-list-item {
  border-top: none;
  padding: 0;
  flex-basis: 30%;
  margin-right: 20px;
  margin-top: 20px;
  text-align: left;
	padding: 20px;
	background-color: #fff;
	border-radius: 10px;
}
.latest-service-list-item-thumb {
  width: 100%;
  float: none;
  margin-right: 0px;
  margin-bottom: 10px;
  display: block;
  text-align: center;
}
.latest-service-list-item-service-name {
  float: none;
  overflow: hidden;
  text-align: center;
}
.latest-service-list-item-service-name h2 {
  font-size: 1.5rem;
  font-weight: 700;
	line-height: 1.3;
}
.latest-service-list-item-service-name a:hover {
  text-decoration: none;
}

.hero_search li input{ vertical-align: middle; }

.section-title-area .section-subtitle {
  margin-bottom: 0;
}


/* トップページ：イベントガイド */
.top_service{ width: 90%; margin: 0 auto; }
.latest-service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.latest-service-list-item {
  border-top: none;
  padding: 0;
  flex-basis: 100%;
  margin-right: 0px;
  margin-top: 20px;
  text-align: left;
	padding: 20px;
	background-color: #fff;
	border-radius: 10px;
}



/* トップページ：よくある質問 */
.section-faq .section-subtitle{ font-size: 14px; }
.section-faq .section-title{ font-size: 40px; }

.section-faq .faq_item{ margin-bottom: 20px; }

/* 開閉 */

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 100%;
    max-width: 960px;
    margin:0 auto;
}
.accordion-area_support{ margin-bottom: 60px; }

.accordion-area li{
    margin: 10px 0;
}

.accordion-area section {
	padding: 0;
}


.accordion-content .faq_txt{ background: #f5f5f5; padding: 20px; margin-bottom: 0; }
.accordion-content .faq_txt p{ font-size: 1.6rem; }



.accordion-title{
padding: 10px 50px 10px 10px;
font-size: 1.8rem;
}

.accordion-title:hover,
.accordion-title.open{ background-color: #ddd; }


.accordion-content{ display: none;/*はじめは非表示*/ background: #f5f5f5; padding: 0px; }
.accordion-content p {
  font-size: 13px;
  line-height: 1.5;
}

/*アイコンの＋と×*/

.accordion-title{ position: relative; }

.accordion-title::before,
.accordion-title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: var(--main-color);
    
}
.accordion-title::before{
    top:48%;
    right: -10px;
    transform: rotate(0deg);
    
}
.accordion-title::after{    
    top:48%;
    right: -10px;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.accordion-title.open::before{
  transform: rotate(45deg);
}

.accordion-title.open::after{
  transform: rotate(-45deg);
}





.top_faq{ width: 90%; margin: 0 auto; }

.top_faq_btn{ width: 300px; margin: 60px auto 20px auto; }
.top_faq_btn a{ display: block; color: #fff; background-color: var(--main-color); text-align: center; padding: 13px 10px 10px 10px; border-radius: 40px; border: 2px solid var(--main-color); line-height: 1; }
.top_faq_btn a:hover{ background-color: #fff; color: var(--main-color); }


/* よくある質問 */
.faq .faq_list{  }
.faq .faq_item{ position: relative; background-color: #eee; border-radius: 3px; margin-bottom: 20px; padding: 20px 30px 20px 75px; counter-increment: mycounter; }
.faq .faq_item:before{ position: absolute; top: 20px; left: 20px; content: "Q"counter(mycounter, decimal-leading-zero); color: var(--main-color); font-size: 2rem; }
.faq-entry-title a{ display: block; font-size: 2rem; color: var(--faq-color); font-weight: 700; }
.faq-entry-title a:hover{ opacity: .6; }

.faq_btn{ width: 200px; margin: 0 0 0 auto; }
.faq_btn a{ display: block; color: #fff; background-color: var(--main-color); text-align: center; padding: 13px 10px 10px 10px; border-radius: 40px; border: 2px solid var(--main-color); line-height: 1; font-size: 1.4rem; }
.faq_btn a:hover{ background-color: #fff; color: var(--main-color); }


/* 周辺情報 */
.vicinity_sec{}
.vicinity_list{}
.vicinity_item{ flex-wrap: wrap; padding: 20px; margin-bottom: 30px; }
.vicinity_item_sec{ flex-basis: 100%; }
.vicinity_tit{ position: relative; font-size: 2.5rem; font-weight: 700; padding-left: 30px; margin-bottom: 10px; }
.vicinity_tit:before{ content: ""; display: block; position: absolute; top: 12px; left: 0; width: 13px; height: 13px; border-radius: 100%; background-color: var(--main-color); }
.vicinity_txt{ font-size: 1.5rem; margin-bottom: 10px; }
.vicinity_tel{ font-size: 3rem; color: var(--main-color); line-height: 1.5; }
.vicinity_tel i{ display: inline-block; color: #fff; font-size: 1.8rem; background-color: var(--main-color); width: 30px; height: 30px; border-radius: 100%; text-align: center; margin-right: 10px; vertical-align: text-top; line-height: 30px; }
.vicinity_tel span{ display: block; font-size: 1.2rem; color: #333; margin-left: 40px; }
.vicinity_img{ flex-basis: 100%; text-align: center; margin-top: 20px; }
.vicinity_img img{ width: 100%; height: auto; }

.vicinity_btn { margin: 0 auto; }

/* 運営会社 */
.company_table table{ border: none; }
.company_table table th{ font-size: 2.2rem; font-weight: 700; background-color: #fff !important; color: var(--main-color); padding: 20px !important; border-bottom: 1px solid #ccc !important; }
.company_table table td{ font-size: 2.2rem; padding: 20px !important; border-bottom: 1px solid #ccc !important; }


/* トップページ：お知らせ */
.top_oshirase{ width: 90%; margin: 0 auto; }

.oshirase_list{}
.oshirase_item{ padding-bottom: 20px; border-bottom: 1px solid #ccc; margin-bottom: 20px; }
.oshirase_item_sec{}
.oshirase_item_sec_list{ display: flex; justify-content: space-between; align-items: center; }
.oshirase_item_sec_item{ }
.oshirase_item_sec_item:nth-child(1){ flex-basis: 80px; margin-right: 10px; }
.oshirase_item_sec_item:nth-child(2){ flex-basis: 80%; }

.oshirase_item_sec_item_img{ transition: 0.5s ease-in-out; }
.oshirase_item .oshirase_item_sec_item_img:hover{ opacity: .6; }
.oshirase_item_sec_item_img img{ width: 80px; height: 80px; object-fit: cover; }

.oshirase_item_sec_item_date{ font-size: 1.1rem; }
.oshirase_item_sec_item_tit{ font-size: 1.7rem; }


/* お知らせ */
.news_date{ margin-bottom: 20px; }
.blog .list-article-thumb {
    float: left;
    margin-right: 30px;
}
.section-news .list-article-thumb img,
.blog .list-article-thumb img{ width: 120px; height: 120px; object-fit: cover; }

.list-article-meta a{ display: inline-block; background-color: var(--main-color); color: #fff; padding: 2px 10px 0 10px; border-radius: 40px;  }

.section-news .entry-title, .archive .entry-title, .blog .entry-title {
    font-size: 22px;
    line-height: 1.5;
	font-weight: 700;
}
.section-news .entry-excerpt p, .archive .entry-excerpt p, .blog .entry-excerpt p {
    margin-bottom: 0px;
	font-size: 1.5rem;
}

 .oshirase .list-article:last-of-type{
    border-bottom: 0px solid #e9e9e9;
}

.type-oshirase .entry-thumbnail{ position: absolute; left: 10px; top: 30px; width: 80px; height: 80px; }
.type-oshirase .entry-thumbnail img{ width: 80px; height: 80px; object-fit: cover; }

h2.oshirase-entry-title{ padding: 18px 0 15px 90px; }



/* お問合せページ */
.form {
}

.form__table {
  width: 100%;
  max-width: 96rem;
  margin: 0 auto 100px auto;
	border-bottom: .1rem solid #ccc;
}

.form-head p{ text-align: right; }

input, button, textarea {
  border: .1rem solid #ccc;
  border-radius: .5rem;
  padding: 1rem;
	font-size: 1.8rem;
}

input.your-company,
input.your-division{
  width: 78%;
}

input.your-name-last,
input.your-name-first,
input.your-name-kana-last,
input.your-name-kana-first,
input.your-post{
  width: 48%;
	margin-right: 5px;
}

input.your-prefecture,
input.your-municipalities,
input.your-block,
input.your-others{
  width: 106%;
}

input.your-tell,
input.your-email,
input.your-email_confirm{
  width: 100%;
}

textarea {
  width: 100%;
  height: 10.6em;
  line-height: 1.3;
}

.form__table dl {
	flex-wrap: wrap;

  border-top: .1rem solid #ccc;
  padding: 2.5rem 3rem 2.7rem;
  width: 100%;
	position: relative;
}


.form__table .form-head {
  width: 100%;
  min-width: 18rem;
	padding-left: 40px;
	margin-bottom: 10px;
}

.form__table dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
		  justify-content: space-between;
  -webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
  margin-right: 0;
  font-size: 1.7rem;
  letter-spacing: 0.001em;
}

.textarea .form-head {
  -webkit-box-align: start;
	  -ms-flex-align: start;
		  align-items: flex-start;
}

.form__table dd {
  width: 100%;
}

.form__table .post {
  -webkit-box-pack: start;
	  -ms-flex-pack: start;
		  justify-content: flex-start;
}

.form__table .address {
  display: block;
}

.address-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
	  -ms-flex-align: start;
		  align-items: flex-start;
}

.address-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.address-items .address-item {
  margin-top: 1.8rem;
}

.address-item dt {
  -webkit-box-pack: end;
	  -ms-flex-pack: end;
		  justify-content: flex-end;
}

.form-sub {
  color: #999;
  white-space: nowrap;
  padding-left: 1em;
	min-width: 6em;
}

.must {
position: absolute;
left: 0;
font-size: 1.4rem;
letter-spacing: 0.1em;
color: #fff;
padding: 8px 10px 5px 10px;
line-height: 1;
background: #bd2e2e;
text-align: center;
border-radius: 30px;
}

.optional{ position: absolute; left: 0; font-size: 1.5rem; letter-spacing: 0.1em; color: #fff; padding: .6rem 1rem 1rem 1rem; background: #999; width: 5rem; height: 3.5rem; text-align: center; }

input.wpcf7-submit{
  font-size: 2rem;
  padding: .5rem 1.5rem;
  border: none;
  border-radius: .5rem;
  color: #000;
}

.form-btn {
  text-align: center;
	padding-bottom: 40px;
	padding-top: 40px;
	border-top: 1px solid #444;
}

input.wpcf7-submit {
  margin-right: 1rem;
  font-size: 2.5rem;
	cursor: pointer;
}

input.wpcf7-submit:hover{ background-color: #999; }

.wpcf7-spinner {
  display: none;
}

::placeholder{ color: #aaa; }

.contact_submit_btn{ text-align: center; margin-bottom: 60px; }
.contact_submit_btn input{ background-color: var(--main-color); color: #fff; font-size: 2rem; letter-spacing: 2px; padding: 15px 25px; cursor: pointer; transition: 0.5s ease-in-out; }


.contact .main p{ font-size: 2rem; line-height: 1.8; letter-spacing: 1px; }
.contact ol{ margin: 10px 0 0 30px; }
.contact ol li{ list-style-type: decimal; font-size: 2rem; }


.form_sec{ display: flex; background-color: #ebebeb; border-radius: 10px; padding: 40px; margin-bottom: 20px; }
.form_sec_tit{ position: relative; font-size: 2rem; font-weight: 700; padding-left: 25px; }
.form_sec_tit:before{ content: ""; display: block; position: absolute; left: 0; top: 7px; width: 16px; height: 16px; background-color: #222; }
.form_sec .form__table{ margin-bottom: 0; }



/* 登録したサービス */
#infoListWrapper{ width: 100%; overflow-x: scroll; }
.my-service-list,
.order-list{ width: 600px; min-height: 400px; }

/* ログイン */
#wpmem_login, #wpmem_msg, #wpmem_reg, .wpmem_msg {
    width: 100%;
}

}

/* ----------------------------------------------------------
 SP CSS END
---------------------------------------------------------- */

/* ----------------------------------------------------------
 TAB CSS
---------------------------------------------------------- */
@media screen and (min-width: 577px) and (max-width: 992px){

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

/* フォントサイズ10px=62.5% */
html{ font-size: 50%; }

/* 基本のフォントサイズ */
body{ font-size: 1.8rem; padding-top: 0; }

/* 非表示用 */
.noneTAB		{ display: none !important; }

/* ----------------------------------------------------------
 header
---------------------------------------------------------- */
header#header{ display: none !important; position: fixed; top: 0; width: 100%; height: 50px; background-color: #fff; z-index: 9999; box-shadow: 0px 8px 16px -6px rgba(0,0,0,0.3); }
.header_sec{ display: flex; align-items: center; justify-content: space-between; height: 50px; }
.header_logo{ flex-basis: 60%; text-align: center; padding-left: 10px; }
.header_logo a{ display: block; }
.header_logo a:hover{ opacity: .6; }

.header_nav{ display: none; }

li.menu-item a{ display: block; font-size: 1.6rem; font-family: rustica, source-han-sans-japanese, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif" !important; }

.header_btn{ display: none; }


.followWrap{ height: 50px !important; }
/* .site-header.header-fixed{ display: none; } */
.site-header{ line-height: 50px; }
	
.site-header.header-fixed { display: block; }

.site-branding{ float: left; max-width: 70%; }
.site-branding .has-logo-img{ line-height: 50px; }
.site-branding .site-logo-div{ line-height: 35px; }
.site-branding .site-logo-div img{ width: 100%; height: auto; }

#nav_toggle {
display: block !important;
position: fixed;
top: 5px;
right: 5px;
width: 40px;
height: 40px;
cursor: pointer;
background-color: var(--main-color);
padding: 11px;
}
#nav_toggle > div {
  position: relative;
  width: 20px;
}
#nav_toggle span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #fff;
  position: absolute;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
}
#nav_toggle span:nth-child(1) {
  top: 0;
}
#nav_toggle span:nth-child(2) {
  top: 7px;
}
#nav_toggle span:nth-child(3) {
  top: 14px;
}

.gloval_nav_open #nav_toggle span {
  background: #fff;
}
.gloval_nav_open #nav_toggle span:nth-child(1) {
  top: 7px;
  transform: rotate(45deg);
}
.gloval_nav_open #nav_toggle span:nth-child(2) {
  top: 14px;
  width: 0;
  left: 50%;
}
.gloval_nav_open #nav_toggle span:nth-child(3) {
  top: 7px;
  transform: rotate(-45deg);
}

#gloval_nav {
  background-color: rgba(255, 255, 255, .8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  transform: translateX(-100%);
  transition: opacity 0.6s ease, visibility 0.6s ease;
  padding-top: 60px;
	overflow-y: scroll;
}


#gloval_nav ul.gnavi__list{ display: flex; flex-wrap: wrap; justify-content: flex-start; }
#gloval_nav ul.gnavi__list{ padding: 0; height: auto; }
#gloval_nav li.gnavi___item{
  opacity: 0;
  transform: translateX(-200px);
  transition: transform 0.6s ease, opacity 0.2s ease;
  flex-basis: 100%;
}
#gloval_nav .gnavi___item a{
  display: block;
  color: var(--main-color);
  padding: 10px 0;
  transition: color 0.6s ease;
  font-size: 1.8rem;
	font-weight: 700;
}

/* open */
.gloval_nav_open {
  overflow: hidden;
}
.gloval_nav_open #gloval_nav {
  visibility: visible;
  transform: translateX(0);
  transition: transform 0.6s;
}
.gloval_nav_open #gloval_nav li.gnavi___item{
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease, opacity 0.9s ease;
}

#nav_toggle {
	display: none !important;
  z-index: 999999;
}

#gloval_nav {
  z-index: 99999;
}

	

.gloval_nav_btn{ width: 100%; margin-bottom: 10px; }
.gloval_nav_btn_list{ display: flex; flex-wrap: nowrap !important; justify-content: space-between; }
.gloval_nav_btn_item{ flex-basis: 33%; }
.gloval_nav_btn_item a{ display: block; color: #fff !important; font-size: 1.4rem !important; font-weight: 700; padding: 10px; }
.gloval_nav_btn_item a span{ font-size: 1.2rem; }
.gloval_nav_btn_item a i{ font-size: 2.2rem; margin-right: 10px; vertical-align: sub; }
/* ----------------------------------------------------------
 footer
---------------------------------------------------------- */

/* ページ下部 固定メニュー */
.btm_menu { position: fixed; bottom: -50px; width: 100%; border-top: 1px solid #fff; z-index: 99; }
.btm_menu li { float: left; width: 50%; }
.btm_menu li:first-child a { border-right: 1px solid #fff; }
.btm_menu li a { display: block; height: 50px; text-align: center; font-size: 1.6rem; padding: 15px 5px 5px; background-color: var(--faq-color); color: #fff; transition: .5s;}
.btm_menu li a i{ font-size: 1.8rem; margin-right: 10px; }
.btm_menu li a:hover { background-color: #fff; color: #313F73; transition: .5s;}
.btm_menu ul:after { content: ''; clear: both; display: block; }



footer{ position: relative; background: url("/wp-content/uploads/bg_img01.jpg") no-repeat; background-size: cover; padding-top: 100px; padding-bottom: 60px; margin-top: 200px;; }

.footer_contact{ position: absolute; top: -100px; left: 0; right: 0; width: 90%; margin: 0 auto; padding: 20px 30px; }
.footer_contact_tit{ position: absolute; top: -30px; left: 0; right: 0; margin: 0 auto; font-size: 4rem; color: var(--main-color); text-align: center; font-family: rustica, sans-serif; font-weight: 600; font-style: normal; }
.footer_contact_sec{}
.footer_contact_list{ flex-wrap: wrap; }
.footer_contact_item{ flex-basis: 100%; }

.footer_contact_item_tel{ font-size: 3rem; margin-right: 0; text-align: center; line-height: 1.3; }
.footer_contact_item_tel i{ font-size: 2.5rem; }
.footer_contact_item_tel span{ display: block; font-size: 1.4rem; }

.footer_contact_item_btn{ margin-left: 0; margin-top: 10px; }
.footer_contact_item_btn a{ display: block; color: #fff; background-color: var(--contact-color); text-align: center; padding: 15px; border: 2px solid var(--contact-color); border-radius: 10px; }
.footer_contact_item_btn a:hover{ background-color: #fff; color: var(--contact-color); }
.footer_contact_item_btn a i{ margin-right: 10px; vertical-align: middle; }

.footer_logo{ width: 60%; margin: 0 auto 30px auto; text-align: center; }
.footer_logo img{ width: 100%; height: auto; }
.footer_logo a:hover{ opacity: .6; }

.footer_sitemap{ width: 90%; margin: 0 auto 40px auto; display: flex; justify-content: space-between; flex-wrap: wrap; }
.footer_sitemap_list{ flex-basis: 50%; }
.footer_sitemap_item{ color: #fff; list-style-type: none; border: 1px solid #acd9bf; }
.footer_sitemap_item a{ display: block; color: #fff; font-size: 1.2rem; padding: 10px 10px; }
.footer_sitemap_item a:hover{ opacity: .6; }


.footer_btn{ width: 90%; margin: 0 auto; border-radius: 10px; padding: 20px; background-color: #fff; }
.footer_btn_list{ flex-wrap: wrap; }
.footer_btn_item{ flex-basis: 100%; border-radius: 5px; margin-bottom: 5px; }
.footer_btn_item a{ display: block; text-align: center; color: #fff; padding: 10px; border-radius: 5px; }
.footer_btn_item a span{ font-size: 1.2rem; }
.footer_btn_item a i{ margin-right: 10px; }
.footer_btn_item a:hover{ background-color: #fff; }



/* ----------------------------------------------------------
 hx
---------------------------------------------------------- */

h1 span,
h1.entry-title{ font-size: 4rem !important; text-align: center; }

.page-header{ background: url("/wp-content/uploads/bg_h101.jpg") no-repeat; background-size: cover; }
.page-header h1{ color: #fff; }


h2.wp-block-heading,
h2.faq-entry-title{
    position: relative;
    padding: 18px 0 15px 0;
    margin-bottom: 40px;
    color: #2d9057;
    font-size: 2.5rem;
	letter-spacing: 3px;
	font-weight: 700;
	line-height: 1.3;
}

h2.wp-block-heading::before,
h2.wp-block-heading::after,
h2.faq-entry-title::before,
h2.faq-entry-title::after{
    position: absolute;
    left: 0;
    width: 100%;
    height: 6px;
    background-image: repeating-linear-gradient(90deg, #804f21 0 1px, transparent 1px 4px);
    transform: skew(-35deg);
    content: '';
}

h2.wp-block-heading::before,
h2.faq-entry-title::before{
    top: 0;
}

h2.wp-block-heading::after,
h2.faq-entry-title::after{
    bottom: 0;
}


h3{
    position: relative;
    padding: 0 0 5px 0;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 2.5rem;
    color: #333;
}

h3:before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 6px;
    transform: skew(-45deg);
    background-image: repeating-linear-gradient(90deg, #32a965 0 3px, transparent 3px 5px);
    content: '';
}



/* ぱんくず */
.breadcrumbs{ }  
.breadcrumbs_sec{ } 
.breadcrumbs_sec span{ display: inline-block; position: relative; color: #fff; font-size: 1.2rem; font-weight: 400; }
.breadcrumbs_sec span br{ display: none; }
.breadcrumbs_sec span:before{ content: "/"; display: block; position: absolute; top: 0; left: 6px; color: #fff; font-size: 1.2rem; }
.breadcrumbs_sec span:first-child:before{ content: ""; }
.breadcrumbs_sec span a{ color: #fff; font-size: 1.2rem; margin: 0 0 0 20px;  }
.breadcrumbs_sec span:first-child a{ margin: 0 0 0 0; }
.breadcrumbs_sec span a:hover{ opacity: 0.6; }



/* ----------------------------------------------------------
 contents
---------------------------------------------------------- */
.hero-content-style1 p{ font-size: 1.6rem; letter-spacing: 2px; line-height: 1.7; font-style: normal; margin-top: 40px; }

.hero-large-text span{ font-size: 3rem !important; }
	
.contents{ width: 90%; margin: 0 auto 100px auto; }


.section-services{ background-color: #6cba8e; }
.section-services .section-title,
.section-services .section-subtitle{ color: #fff; }



.latest-service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.latest-service-list-item {
  border-top: none;
  padding: 0;
  flex-basis: 30%;
  margin-right: 20px;
  margin-top: 20px;
  text-align: left;
	padding: 20px;
	background-color: #fff;
	border-radius: 10px;
}
.latest-service-list-item-thumb {
  width: 100%;
  float: none;
  margin-right: 0px;
  margin-bottom: 10px;
  display: block;
  text-align: center;
}
.latest-service-list-item-service-name {
  float: none;
  overflow: hidden;
  text-align: center;
}
.latest-service-list-item-service-name h2 {
  font-size: 1.5rem;
  font-weight: 700;
}
.latest-service-list-item-service-name a:hover {
  text-decoration: none;
}

.hero_search li input{ vertical-align: middle; }

.section-title-area .section-subtitle {
  margin-bottom: 0;
}


/* トップページ：イベントガイド */
.top_service{ width: 90%; margin: 0 auto; }
.latest-service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.latest-service-list-item {
  border-top: none;
  padding: 0;
  flex-basis: 48%;
  margin-right: 0px;
  margin-top: 20px;
  text-align: left;
	padding: 20px;
	background-color: #fff;
	border-radius: 10px;
}



/* トップページ：よくある質問 */
.section-faq .section-subtitle{ font-size: 14px; letter-spacing: 3px; color: var(--main-color); font-weight: 700; }
.section-faq .section-title{ font-size: 30px; color: var(--main-color); }

.section-faq .faq_item{ margin-bottom: 20px; }

/* 開閉 */

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 100%;
    max-width: 960px;
    margin:0 auto;
}
.accordion-area_support{ margin-bottom: 60px; }

.accordion-area li{
    margin: 10px 0;
}

.accordion-area section {
	padding: 0;
}


.accordion-content .faq_txt{ background: #f5f5f5; padding: 20px; margin-bottom: 0; }
.accordion-content .faq_txt p{ font-size: 1.6rem; }



.accordion-title{
cursor: pointer;
padding: 20px 50px 20px 20px;
transition: all .5s ease;
background-color: #eee;
color: var(--faq-color);
font-size: 2rem;
font-weight: 700;
}

.accordion-title:hover,
.accordion-title.open{ background-color: #ddd; }


.accordion-content{ display: none;/*はじめは非表示*/ background: #f5f5f5; padding: 20px; }
.accordion-content p {
  font-size: 13px;
  line-height: 1.5;
}

/*アイコンの＋と×*/

.accordion-title{ position: relative; }

.accordion-title::before,
.accordion-title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: var(--main-color);
    
}
.accordion-title::before{
    top:48%;
    right: 15px;
    transform: rotate(0deg);
    
}
.accordion-title::after{    
    top:48%;
    right: 15px;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.accordion-title.open::before{
  transform: rotate(45deg);
}

.accordion-title.open::after{
  transform: rotate(-45deg);
}





/* 当施設について */
.map_sec{}
.map_sec iframe{ aspect-ratio: 4/3; width: 100%; }


.top_faq{ width: 90%; margin: 0 auto; }

.top_faq_btn{ width: 300px; margin: 60px auto 20px auto; }
.top_faq_btn a{ display: block; color: #fff; background-color: var(--main-color); text-align: center; padding: 13px 10px 10px 10px; border-radius: 40px; border: 2px solid var(--main-color); line-height: 1; }
.top_faq_btn a:hover{ background-color: #fff; color: var(--main-color); }


/* よくある質問 */
.faq .faq_list{  }
.faq .faq_item{ position: relative; background-color: #eee; border-radius: 3px; margin-bottom: 20px; padding: 20px 20px 20px 80px; counter-increment: mycounter; }
.faq .faq_item:before{ position: absolute; top: 20px; left: 20px; content: "Q"counter(mycounter, decimal-leading-zero); color: var(--main-color); font-size: 2rem; }
.faq-entry-title a{ display: block; font-size: 2rem; color: var(--faq-color); font-weight: 700; }
.faq-entry-title a:hover{ opacity: .6; }

.faq_btn{ width: 200px; margin: 0 0 0 auto; }
.faq_btn a{ display: block; color: #fff; background-color: var(--main-color); text-align: center; padding: 13px 10px 10px 10px; border-radius: 40px; border: 2px solid var(--main-color); line-height: 1; }
.faq_btn a:hover{ background-color: #fff; color: var(--main-color); }


/* 周辺情報 */
.vicinity_sec{}
.vicinity_list{}
.vicinity_item{ display: flex; justify-content: space-between; background-color: #f5f5f5; padding: 30px; border-radius: 10px; margin-bottom: 30px; }
.vicinity_item_sec{ flex-basis: 50%; }
.vicinity_tit{ position: relative; font-size: 2.5rem; font-weight: 700; padding-left: 30px; margin-bottom: 10px; }
.vicinity_tit:before{ content: ""; display: block; position: absolute; top: 12px; left: 0; width: 13px; height: 13px; border-radius: 100%; background-color: var(--main-color); }
.vicinity_txt{ font-size: 1.5rem; margin-bottom: 10px; }
.vicinity_tel{ font-size: 3rem; color: var(--main-color); line-height: 1.5; }
.vicinity_tel i{ display: inline-block; color: #fff; font-size: 1.8rem; background-color: var(--main-color); width: 30px; height: 30px; border-radius: 100%; text-align: center; margin-right: 10px; vertical-align: text-top; line-height: 30px; }
.vicinity_tel span{ display: block; font-size: 1.2rem; color: #333; margin-left: 40px; }
.vicinity_img{ flex-basis: 50%; text-align: center; }
.vicinity_img img{ width: 100%; height: auto; }



/* 運営会社 */
.company_table table{ border: none; }
.company_table table th{ font-size: 2.2rem; font-weight: 700; background-color: #fff !important; color: var(--main-color); padding: 20px !important; border-bottom: 1px solid #ccc !important; }
.company_table table td{ font-size: 2.2rem; padding: 20px !important; border-bottom: 1px solid #ccc !important; }


/* トップページ：お知らせ */
.top_oshirase{ width: 90%; margin: 0 auto; }

.oshirase_list{}
.oshirase_item{ padding-bottom: 20px; border-bottom: 1px solid #ccc; margin-bottom: 20px; }
.oshirase_item_sec{}
.oshirase_item_sec_list{ display: flex; justify-content: space-between; align-items: center; }
.oshirase_item_sec_item{ }
.oshirase_item_sec_item:nth-child(1){ flex-basis: 90px; margin-right: 20px; }
.oshirase_item_sec_item:nth-child(2){ flex-basis: 80%; }

.oshirase_item_sec_item_img{ transition: 0.5s ease-in-out; }
.oshirase_item .oshirase_item_sec_item_img:hover{ opacity: .6; }
.oshirase_item_sec_item_img img{ width: 90px; height: 90px; object-fit: cover; }

.oshirase_item_sec_item_date{ font-size: 1.7rem; }
.oshirase_item_sec_item_tit{ font-size: 2.3rem; font-weight: 700; line-height: 1.3; }


/* お知らせ */
.news_date{ margin-bottom: 20px; }
.blog .list-article-thumb {
    float: left;
    margin-right: 30px;
}
.section-news .list-article-thumb img,
.blog .list-article-thumb img{ width: 120px; height: 120px; object-fit: cover; }

.list-article-meta a{ display: inline-block; background-color: var(--main-color); color: #fff; padding: 2px 10px 0 10px; border-radius: 40px;  }

.section-news .entry-title, .archive .entry-title, .blog .entry-title {
    font-size: 22px;
    line-height: 1.5;
	font-weight: 700;
}
.section-news .entry-excerpt p, .archive .entry-excerpt p, .blog .entry-excerpt p {
    margin-bottom: 0px;
	font-size: 1.5rem;
}

 .oshirase .list-article:last-of-type{
    border-bottom: 0px solid #e9e9e9;
}

.type-oshirase .entry-thumbnail{ position: absolute; left: 0; top: 25px; width: 100px; height: 100px; }
.type-oshirase .entry-thumbnail img{ width: 100px; height: 100px; object-fit: cover; }

h2.oshirase-entry-title{ padding: 18px 0 15px 100px; }



/* お問合せページ */
.form {
}

.form__table {
  width: 100%;
  max-width: 96rem;
  margin: 0 auto 100px auto;
	border-bottom: .1rem solid #ccc;
}

.form-head p{ text-align: right; }

input, button, textarea {
  border: .1rem solid #ccc;
  border-radius: .5rem;
  padding: 1rem;
	font-size: 1.8rem;
}

input.your-company,
input.your-division{
  width: 78%;
}

input.your-name-last,
input.your-name-first,
input.your-name-kana-last,
input.your-name-kana-first,
input.your-post{
  width: 48%;
	margin-right: 5px;
}

input.your-prefecture,
input.your-municipalities,
input.your-block,
input.your-others{
  width: 106%;
}

input.your-tell,
input.your-email,
input.your-email_confirm{
  width: 100%;
}

textarea {
  width: 100%;
  height: 10.6em;
  line-height: 1.3;
}

.form__table dl {
	flex-wrap: wrap;

  border-top: .1rem solid #ccc;
  padding: 2.5rem 3rem 2.7rem;
  width: 100%;
	position: relative;
}


.form__table .form-head {
  width: 100%;
  min-width: 18rem;
	padding-left: 40px;
	margin-bottom: 10px;
}

.form__table dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
		  justify-content: space-between;
  -webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
  margin-right: 0;
  font-size: 1.7rem;
  letter-spacing: 0.001em;
}

.textarea .form-head {
  -webkit-box-align: start;
	  -ms-flex-align: start;
		  align-items: flex-start;
}

.form__table dd {
  width: 100%;
}

.form__table .post {
  -webkit-box-pack: start;
	  -ms-flex-pack: start;
		  justify-content: flex-start;
}

.form__table .address {
  display: block;
}

.address-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
	  -ms-flex-align: start;
		  align-items: flex-start;
}

.address-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.address-items .address-item {
  margin-top: 1.8rem;
}

.address-item dt {
  -webkit-box-pack: end;
	  -ms-flex-pack: end;
		  justify-content: flex-end;
}

.form-sub {
  color: #999;
  white-space: nowrap;
  padding-left: 1em;
	min-width: 6em;
}

.must {
position: absolute;
left: 0;
font-size: 1.4rem;
letter-spacing: 0.1em;
color: #fff;
padding: 8px 10px 5px 10px;
line-height: 1;
background: #bd2e2e;
text-align: center;
border-radius: 30px;
}

.optional{ position: absolute; left: 0; font-size: 1.5rem; letter-spacing: 0.1em; color: #fff; padding: .6rem 1rem 1rem 1rem; background: #999; width: 5rem; height: 3.5rem; text-align: center; }

input.wpcf7-submit{
  font-size: 2rem;
  padding: .5rem 1.5rem;
  border: none;
  border-radius: .5rem;
  color: #000;
}

.form-btn {
  text-align: center;
	padding-bottom: 40px;
	padding-top: 40px;
	border-top: 1px solid #444;
}

input.wpcf7-submit {
  margin-right: 1rem;
  font-size: 2.5rem;
	cursor: pointer;
}

input.wpcf7-submit:hover{ background-color: #999; }

.wpcf7-spinner {
  display: none;
}

::placeholder{ color: #aaa; }

.contact_submit_btn{ text-align: center; margin-bottom: 60px; }
.contact_submit_btn input{ background-color: var(--main-color); color: #fff; font-size: 2rem; letter-spacing: 2px; padding: 15px 25px; cursor: pointer; transition: 0.5s ease-in-out; }


.contact .main p{ font-size: 2rem; line-height: 1.8; letter-spacing: 1px; }
.contact ol{ margin: 10px 0 0 30px; }
.contact ol li{ list-style-type: decimal; font-size: 2rem; }


.form_sec{ display: flex; background-color: #ebebeb; border-radius: 10px; padding: 40px; margin-bottom: 20px; }
.form_sec_tit{ position: relative; font-size: 2rem; font-weight: 700; padding-left: 25px; }
.form_sec_tit:before{ content: ""; display: block; position: absolute; left: 0; top: 7px; width: 16px; height: 16px; background-color: #222; }
.form_sec .form__table{ margin-bottom: 0; }







}
/* ----------------------------------------------------------
TAB CSS END
---------------------------------------------------------- */

/* ----------------------------------------------------------
PC CSS
---------------------------------------------------------- */
@media print, screen and (min-width: 993px) and (max-width: 1849px){

/* フォントサイズ10px */
html{ font-size: 62.5%; }

/* 基本のフォントサイズ */
body{ font-size: 16px; font-size: 1.8rem; }

/* 非表示用 */
.nonePC		{ display: none !important; }

/* ----------------------------------------------------------
 header
---------------------------------------------------------- */
header{ /* position: fixed; top: 0; width: 100%; height: var(--header-height); background-color: #fff; z-index: 5; box-shadow: 0px 8px 16px -6px rgba(0,0,0,0.3); */ }
.header_sec{ display: flex; align-items: center; justify-content: space-between; }
.header_logo{ flex-basis: 20%; text-align: center; }
.header_logo a{ display: block; }
.header_logo a img{ width: 100%; height: auto; }
.header_logo a:hover{ opacity: .6; }
.header_logo01{ margin-left: 10px; }

.gnavi{ flex-basis: 42%; }
.gnavi_list{ display: flex; }
.gnavi_item{ flex: 1 0 auto; }
.gnavi_item a{ display: block; line-height: 120px; color: #fff; font-size: 1.6rem; text-align: center; background-color: #222; letter-spacing: 2px; }
.gnavi_item a:hover{ background-color: #484848; }

.header_tel{ flex-basis: 19%; }
.header_tel_num{ display: flex; align-items: center; }
.header_tel_num_ico{ width: 25px; height: 25px; }
.header_tel_num_ico i{ font-size: 1.4rem; color: #fff; line-height: 25px; }
.header_tel_num_num{ font-size: 3rem; }
.headeer_tel_time{ font-size: 1.2rem; text-align: right; }

.header_contact{ flex-basis: 12%; }
.header_contact a{ display: block; color: #fff; background-color: var(--second-color); font-size: 1.6rem; text-align: center; letter-spacing: 2px; line-height: 120px; }
.header_contact a:hover{ opacity: .6;  }

#nav_toggle{ display: none; }
#gloval_nav{ display: none; }

/* ----------------------------------------------------------
 footer
---------------------------------------------------------- */
/* ページ下部 固定メニュー */
.btm_menu { display: none; }




/* ----------------------------------------------------------
 hx
---------------------------------------------------------- */


/* ぱんくず */
.breadcrumbs{ }  
.breadcrumbs_sec{ } 
.breadcrumbs_sec span{ display: inline-block; position: relative; color: #fff; font-size: 1.2rem; font-weight: 400; }
.breadcrumbs_sec span br{ display: none; }
.breadcrumbs_sec span:before{ content: "/"; display: block; position: absolute; top: 0; left: 6px; color: #fff; font-size: 1.2rem; }
.breadcrumbs_sec span:first-child:before{ content: ""; }
.breadcrumbs_sec span a{ color: #fff; font-size: 1.2rem; margin: 0 0 0 20px;  }
.breadcrumbs_sec span:first-child a{ margin: 0 0 0 0; }
.breadcrumbs_sec span a:hover{ opacity: 0.6; }

/* ----------------------------------------------------------
 contents
---------------------------------------------------------- */
.contents{ width: 1200px; margin: 0 auto 100px auto; }




}
/* ----------------------------------------------------------
 PC CSS END
---------------------------------------------------------- */
/* ----------------------------------------------------------
 PC WIDE CSS
---------------------------------------------------------- */
@media screen and (min-width: 1850px){
/* フォントサイズ10px */
html{ font-size: 62.5%; height: 100%; }

/* 基本のフォントサイズ */
body{ font-size: 16px; font-size: 1.8rem; height: 100%; }

/* 非表示用 */
.nonePCWIDE		{ display: none !important; }

/* ----------------------------------------------------------
 header
---------------------------------------------------------- */

#nav_toggle{ display: none; }
#gloval_nav{ display: none; }

/* ----------------------------------------------------------
 footer
---------------------------------------------------------- */
/* ページ下部 固定メニュー */
.btm_menu{ display: none; }



/* ----------------------------------------------------------
 hx
---------------------------------------------------------- */



/* ----------------------------------------------------------
 contents
---------------------------------------------------------- */


}
/* ----------------------------------------------------------
 PCWIDE CSS END
---------------------------------------------------------- */