@charset "utf-8";

/*------------------- 共通タグ開始 -------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}
body {
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  background-color:#FFF7F0;
}

html {
  font-size: 62.5%;
  background-color:#FFF7F0;
  scroll-behavior: smooth;
}

p{
  font-size: 1.8rem;
  color: #242C20;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8em;
}

p.annotation{
  font-size: 1.4rem!important;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 10px;
}

li{
  font-family: "Zen Maru Gothic", sans-serif;
}

a{
  font-size: 1.8rem;
  text-decoration: none;
  color: #242C20;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  transition: color 0.3s;
}

a:hover {
  color: #256A54;
}

h1,h2,h3,h3,h4,h5{
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #242C20;
}

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

.wp-block-image {
  margin-bottom: 1em;
}

.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.youtube iframe {
    width: 100%;
    height: 100%;
}

.mt-10{
    margin-top: 10px;
}

.mt-20{
    margin-top: 20px;
}

.mt-30{
    margin-top: 30px;
}

.mt-40{
    margin-top: 40px;
}

.mt-50{
    margin-top: 50px;
}

.mt-60{
    margin-top: 60px;
}

.mt-120{
    margin-top: 120px;
}

.mt-160{
    margin-top: 160px;
}

.nobr{
    display: block;
}

.openbtn{
	position: fixed;
  right: 3.5%;
    top: 28px;
	background:#256A54;
	cursor: pointer;
  width: 60px;
  height:60px;
	border-radius: 50px;
	z-index: 9999;/*ボタンを最前面に*/
	cursor: pointer;
}

ul.breadCrumb {
    padding-top: 30px;
    flex-wrap: wrap;
}

ul.breadCrumb li {
    list-style: none;
    font-size: 1.5rem;
    color: #fff;
    line-height: 1.4em;
}

ul.breadCrumb li a {
    font-size: 1.5rem;
    text-decoration: underline;
    color: #fff;
}

ul.breadCrumb li a::after {
    content: '/';
    display: inline-block !important;
    margin: 0 0.5em !important;
}

.backColor{
  background-color: #256A54;
}

.backColor_blown{
  background-color: #8F4230;
}

.backColor_orange{
  background-color:#F08E42;
}

.backColor_pink{
  background-color:#EB7288;
}

.backColor_yellow{
  background-color:#E2B70E;
}

.sub_title{
  color: #fff;
  font-size: 3.6rem;
}

.head_title {
    height: 400px;
    display: flex;
    align-items: center;
    padding-top: 110px;
    border-radius: 0px 0px 40px 40px;
    background-image: url(../img/deco_line_white.png);
}

.head_title .head_img{
    width: 490px;
    background-color: #fff;
    margin: 0 auto;
    display: flex;
    padding: 20px 30px 20px 20px;
    border-radius: 20px;
    height: auto;
}



/*ボタン内側*/
.openbtn .openbtn-area{
    transition: all .6s;/*アニメーションの設定*/
	width:60px;
	height:60px;
}

.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 15px;
    height: 3px;
    border-radius: 2px;
	background: #fff;
  	width: 50%;
  }

.openbtn span:nth-of-type(1) {
	top:19px;
}

.openbtn span:nth-of-type(2) {
	top:29px;
}

.openbtn span:nth-of-type(3) {
	top:39px;
}

.openbtn.active .openbtn-area{
	transform: rotate(360deg);
}

.openbtn.active span:nth-of-type(1) {
    top: 23px;
    left: 17px;
    transform: translateY(6px) rotate(-45deg);
    width: 43%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 35px;
    left: 17px;
    transform: translateY(-6px) rotate(45deg);
    width: 43%;
}


:root {
  --header-maxw: 1100px;   /* ヘッダーの最大幅 */
  --header-width: 95vw;    /* 通常幅（%/vw） */
  --header-pad: 16px;      /* ヘッダー左右の内側余白 */
  --header-top: 8px;       /* 画面上からの距離（%だとブレるのでpxに） */
  --header-h: 64px;        /* ヘッダーの高さ（偶数px推奨） */
  --btn-size: 48px;        /* ハンバーガーの外形サイズ（タップ44px以上） */
}

.group_link{
  justify-content: space-around;
  width: 100%;
}

.group_link li{
  background-color: #fff;
  list-style: none;
  box-shadow: 2px 2px 15px -3px #c2c2c2;
  border-radius: 20px;
  padding: 10px 20px;
  width: 24%;
  align-items: center;
  align-self: center;
}

.group_link li:nth-child(1) img{

    margin: 0 auto;
    display: block;
}

.group_link li:nth-child(3) img{

    margin: 0 auto;
    display: block;
}

.group_link li a{
  display: block;
  line-height: 1em;
}

.backColor_main00{
  background-color: rgba(255, 247, 240, 0.5);
  padding: 30px;
}

.backColor_main{
  background-color:#FFF7F0;
}

.backColor_green{
  background-color: #256A54;;
}

.backColor_blown{
  background-color: #8F4230;
}

.color_brown{
  color: #8F4230;
}

.color_orange{
  color:#F08E44;;
}

.color_pink{
  color :#EB7288;
}

.color_yellow{
  color :#E2B70E;
}


.inner_1100{
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 20px;
}

.inner_1300{
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 20px;
}

.btn_deco {
  display: inline-block;
  max-width: 240px;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  padding: 1.25em 1.5em;
  background-color: #fff;
  border-bottom: 2px solid #e5dcd1;
  border-radius: 50px;
  transition: all .2s;
  text-align: center;
}

.tac {
    text-align: center;
}

.btn_deco:hover {
  background-color: #f5f5f5;

}



.text_right{
  display: block;
  text-align: right;
}

.text_left{
  display: block;
  text-align: left;
}

.text_center{
  display: block;
  text-align: center;
  width: 300px;
  margin: 0 auto;
}

.text_center02{
  text-align: center;
}

.br20{
  border-radius: 20px;
}

.tel-number{
  color: #fff!important;
}

h3.main_title{
  font-size: 4.0rem;
  color: #242C20;
  margin-bottom: 20px;
}

h3.main_title span{
  font-size: 2.0rem;
  color: #256A54;
  display: block;
  padding-left: 6px;
}

/* style.css など */
.news-title .show-sp { display: none; }
@media (max-width: 767px) {
  .news-title .show-pc { display: none; }
  .news-title .show-sp { display: inline; }
}

/* ULだけフェードさせる（フッター等は影響なし） */
#newsList { opacity: 1; transition: opacity .25s ease; }
#newsWrap.is-loading #newsList { opacity: 0; }

/* ボタン風の見た目 */
.news_category a{
  display:inline-block;
  padding:.45em .9em;
  border-radius:9999px;
  border:1px solid #ddd;
  background:transparent;
  text-decoration:none;
  transition:background-color .2s ease, color .2s ease, border-color .2s ease;
}




/* 現在のカテゴリだけ背景色ON */
.news_category a.is-current{ color:#fff; border-color:transparent; }

.news_category a.is-current.bg-default       { background:#7a7a7a; }
.news_category a.is-current.cat_color_pink   { background:#F092A0; }
.news_category a.is-current.cat_color_yellow { background:#E2B70E; }
.news_category a.is-current.cat_color_blown  { background:#C15C45; }
.news_category a.is-current.cat_color_orange { background:#F08E42; }
.news_category a.is-current.cat_color_green  { background:#256A54; }



/* カレント時：文字色を白に、背景色は下でカテゴリ別に上書き */
.news_category li.current > a {
  color: #fff;
  background-color:#256A54;
  pointer-events: none;
}

/* “全て”選択時のデフォルト色 */
.news_category li.current.bg-default > a { background: #256A54 }


.blog_contents{
  width: 100%;
  margin-top: 40px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.blog_contents .cat_title{
  font-size: 1.45rem;
  font-weight: 500;
  color:#fff;
  display: inline-block;
  line-height: 1em;
  padding: 6px 10px;
  margin-bottom: 10px;
  border-radius: 6px;
  width: auto;

}

.blog_contents_textTop{
  justify-content: space-between;
  align-self: start;
  align-items: center;
}

.blog_contents_textTop .cat_color_pink{
  background-color:#F092A0;
  display: inline-block;
  text-align: center;
  width: auto;
}

.blog_contents_textTop .cat_color_green{
  background-color:#256A54;
  display: inline-block;
  text-align: center;
  width: auto;

}

.blog_contents_textTop .time{
  font-size: 1.4rem;
  margin-bottom: 10px;
  padding: 0;
  text-align: right;
  padding-right: 10px;
  width: auto;
}

.blog_contents h4{
  margin-bottom: 20px;
}

.blog_contents p{
  font-size: 1.6rem;
}

.blog_contents li{
  background-color: #fff;
  list-style: none;
  width: 32%;
  padding: 16px 16px 26px 16px;
  border-radius: 20px;
  margin-right: 2%;
  margin-bottom: 2%;
}

.blog_contents li:nth-child(3n){
  margin-right: 0;
}

.blog_contents figure{
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 8px;
}

.blog_contents figure img{
    aspect-ratio: 640 / 400;
    object-fit: cover;
    object-position: center;
    transition: all .2s;
    border-radius: 10px;
}

.blog_contents figure img:hover{
  transform: scale(1.05);
}

.blog_contents li a{
  display: block;
}

.reprot_content{
padding: 60px 0px 60px 0px;
}

/* 施設一覧ドロップダウン*/
.pc__header_list .dropdown {
  position: relative;
}
.pc__header_list .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  min-width: 160px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  z-index: 100;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}
.pc__header_list .dropdown:hover .dropdown-menu {
  display: block;
}
.pc__header_list .dropdown-menu li {
  list-style: none;
  margin-right: 0px;
  text-align: center;

}
.pc__header_list .dropdown-menu li a {
  color: #333;
  padding: 10px 16px;
  display: block;
  white-space: nowrap;
  font-size: 1.6rem;
}
.pc__header_list .dropdown-menu li a:hover {
  background: #FFF7F0;
  color: #256A54;
}
/* 施設一覧ドロップダウン */

/*========= ナビゲーションのためのCSS ===============*/

/*アクティブになったエリア*/
#g-nav.panelactive{
  position:fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width:100%;
  height: 100vh;
}


/*ナビゲーションの縦スクロール*/
#g-nav-list{
    display: none;/*はじめは表示なし*/
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#g-nav.panelactive #g-nav-list{
    display: block;
    background: #fff;
    top: 2%;
    right: 2%;
    padding: 20px;
    width: 50%;
    height: 96vh;
    border-radius: 20px;
    box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.15);
    z-index: 150;
}

/*ナビゲーション*/
#g-nav ul {
  opacity: 0;
  /*position: absolute;*/
  z-index: 9999;
}

#g-nav{
animation-name:gnaviAnime;
animation-duration:1s;
animation-delay:.2s;/*0.2 秒遅らせて出現*/
animation-fill-mode:forwards;
opacity:0;
text-align: left;
}
@keyframes gnaviAnime{
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}

/*背景が出現後にナビゲーションを表示*/
#g-nav.panelactive ul {
    opacity:1;
}

.menu_sitemap_midle{
  margin-bottom: 20px;
}

/* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
.menu_sitemap_midle ul>li{
width: 25%;
}

.menu_sitemap_midle li a{
  color: #256A54;
}

.menu_sitemap_bottom .group_left .group01 li a{
  color: #b7472a;
}

.menu_sitemap_bottom .group_left .group02 li a{
  color: #F08E44;
}

.menu_sitemap_bottom .group_right .group03 li a{
  color: #EB7288;
}

.menu_sitemap_bottom .group_right .group04 li a{
  color: #E2B70E;
}

.menu_sitemap_bottom .group_left .group li:not(:first-child){
  width: 49%;
}
.menu_sitemap_bottom .group_right .group li:not(:first-child){
  width: 49%;
}

.menu_sitemap_bottom .group_right .group04{
  align-items: start;
}


/*リストのレイアウト設定*/
#g-nav li{
	list-style: none;
  border-bottom: dotted 1px #ddd;
}

#g-nav li a{
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 1.7rem;
    font-weight: 500;
}

.menu_sitemap{
  flex-wrap: wrap;
  width: 100%;
}

.menu_sitemap_top a.logo{
  width: 28%;
}

.menu_sitemap_top .text p{
  text-align: center;
}
.menu_sitemap_top .text p span{
  font-weight: 600;
}


.menu_sitemap_top .text p a{
  font-size: 3.0rem;
  font-weight: 500;
  color: #256A54;
  display: inline-block;
}

.menu_sitemap h5{
  font-size: 3.0rem;
  color: #256A54;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.menu_sitemap h5::after{
  content: "";
    flex: 1;
    height: 2px;
    background: #256A54;
    margin-left: 16px;
}

.menu_sitemap ul{
  flex-wrap: wrap;
  justify-content: space-between;
}

.menu_sitemap_top{
  margin-bottom: 30px;
  align-items:center;
  display: flex;
  justify-content: space-around;
    background: #FFF7F0;
    width: 100%;
    padding: 20px;
    border-radius: 10px 10px 0px 0px;
}

.menu_sitemap_bottom .flex{
  flex-wrap: wrap;
}

.menu_sitemap_bottom .group_left{
  flex-wrap: wrap;
  width: 100%;
}

.menu_sitemap_bottom .group_left .group{
  flex-wrap: wrap;
}

.menu_sitemap_bottom .group_left .group li:nth-child(1){
    width: 100%;
  }

.menu_sitemap_bottom .group_left .group{
  margin-bottom: 10px;
  width: 50%;
}

.menu_sitemap_bottom .group_right{
  flex-wrap: wrap;
  width: 100%;
}

.menu_sitemap_bottom .group_right .group{
  margin-bottom: 10px;
  width: 50%;
}

.menu_sitemap_bottom .group_left ul.group li:nth-child(1){
  width: 100%;
}

#g-nav li a.color_green{
  color: #256A54;
}


.menu_sitemap_bottom .group_right ul.group li:nth-child(1){
width: 100%;
}

.site-overlay{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.45);
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease;
  z-index: 100;
}
body.nav-open .site-overlay{ opacity:1; visibility:visible; }
body.nav-open{ overflow:hidden; }



/*==================================================
スライダーのためのcss
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:100%;
    margin:0 auto;
        margin-top: 30px;
}

.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
    border-radius: 20px;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:0 10px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
    display: none!important;
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
    display: none!important;
}



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


/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
	margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
    border: none;
}

.slick-dots .slick-active button{
    background:#242C20;/*ドットボタンの現在地表示の色*/
}

}




/*-------　TOPページ　----------*/

header{
  box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  justify-content: space-between;
  height: 74px;
  width: 95%;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  z-index: 100;
  background-color: #fff;
}

.pc__header_right{
  align-items: center;
  margin-right: 70px;
}

header .pc__header_list{
  align-items: center;
}

header .pc__header_list li{
  list-style: none;
  margin-right: 30px;
}

header .pc__header_list li a{
  font-weight: 500;;
}

.hLogo>a{
        width: 240px;
        height: 100%;
        display: block;
    }

.hLogo > a h1 {
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    background: url(../img/tramarakawa_logo2.svg) no-repeat center;
    background-size: 80%;
}

.flex{
	display: flex;

}

.Top_main{
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.Top_main img{
  width: 100%;
  margin: 0 auto;
}

.Top_main h2{
  text-align: center;
  margin-top: 140px;
  font-size: 6rem;
  color: #F08E44;
  letter-spacing: 0.25em;
}

.Top_message{
  padding-top: 80px;
  padding-bottom: 80px;
}

.Top_message figure{
  width: 40%;
}

#sigle .Top_message figure{
  width: 60%;
}

.Top_message .text{
  width: 60%;
  padding-left: 5%;
}

.pattern_40_60 figure{
  width: 40%;
  text-align: center;
}

.pattern_40_60 .module_right{
  width: 60%;
}

.Top_message .pattern_40_60 figure img{
  width: 80%;
  margin: 0 auto;
}

.pattern_40_60 .text{
  padding-left: 4%;
  width: 60%;
}

.pattern_50_50{
  justify-content: space-between;
  flex-wrap: wrap;
}

.pattern_50_50 .text_box{
  width: 48%;
  margin-bottom: 40px;

}

h3.common_title{
  font-size: 4.0rem;
  margin-bottom: 20px;
  line-height: 1em;
}

h3.common_title span{
    font-size: 2.0rem;
    margin-left: 5px;
}

h4.common_title02{
  font-size: 2.6rem;
  margin-bottom: 14px;
  position: relative;
  padding-left: 1.3em;
}

h4.common_title02::before {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  background: #256A54;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.4em;
}

a.tel {
  color: #fff;
  display: inline-block;
  padding: 14px 10px;
  line-height: 1em;
  border-radius: 10px;
  position: relative;
  padding-left: 36px;
  margin-right: 20px;
  transition: background-color 0.3s, color 0.3s;
  font-size: 2.4rem;
}

a.tel:hover {
  background-color: #256A54;
  color: #fff!important;
}

a.tel::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../img/telephone.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.Top_message h3{
  font-size: 4.0rem;
  color: #256A54;
  margin-bottom: 20px;
  line-height: 1.4em;
}



.Top_news{
  padding-top: 80px;
}

.Top_news .text{
  width: 35%;
}

.Top_news .news_list{
  width: 100%;
}

.Top_news .text ul.news_category li{
  list-style: none;
  margin-bottom: 10px;
  margin-right: 10px;
}


.Top_news .text ul.news_category li.first a{
    display: inline-block;
    line-height: 1em;
    border-radius: 50px;
    text-align: center;
}

.Top_news .text ul.news_category li a{
  font-weight: 500;
    line-height: 1em;
}

.Top_news .news_linkbtns{
  width: 100%;
}

.Top_news ul.news_linkbtn{
  width: 100%;
}

.Top_news ul.news_linkbtn li{
  list-style: none;
  background-color: #fff;
  border-radius: 50px;
  padding: 10px 20px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  transition: border 0.3s;
  border: 2px solid transparent;
}

.Top_news ul.news_linkbtn li:hover {
  border: 2px solid #256A54;
}

.Top_news ul.news_linkbtn li a{
  display: block;
  width: 100%;
  line-height: 1em;
  font-weight: 500;
}

a.arrow{
  position: relative;
  padding-right: 70px;
  width: 180px;
  display: inline-block;

}

a.arrow>span{
  font-weight: 600;
  display: inline-block;
}

a.arrow>span:after{
  position: absolute;
  content: "";
  background-image: url(../img/arrow-down.svg);
  display: block;
  width: 18px;
  height: 18px;
  background-size: 100%;
  background-repeat: no-repeat;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: right 0.3s;
}

a.arrow:hover span:after {
  right: 20px;
}

.Top_news ul.news_linkbtn li:hover a.arrow:after {
  right: 20px;
}

.Top_news ul.news_linkbtn li span.cat{
  width:16%;
  text-align: center;
  padding: 5px 10px;
  color: #fff;
  font-size: 1.45rem;
  border-radius: 50px;
  display:inline-block;
  margin-right: 2%;
}

.cat_color_pink{
  background: #f092a0;
}

.cat_color_blown{
  background-color:#C15C45;
}

.cat_color_yellow{
  background-color:#E2B70E;
}

.cat_color_green{
  background-color:#256A54;
}

.color_green{
  color: #256A54;
}

.cat_color_orange{
  background-color:#F08E44;
}

.Top_news ul.news_linkbtn li span.time{
 font-size: 1.65rem;
 display:inline-block;
 margin-right: 2%;
 width: 6%;
}

.Top_news .news_linkbtns .text_right{
  margin-top: 40px;
  display: block;
  font-weight: 500;
}

.Top_blog{
  padding-top: 80px;
}

.Top_blog h3.main_title{
  text-align: center;
}

.Top_links {
  padding-top: 120px;
  padding-bottom: 80px;
}

.Top_links .Top_links_inner{
  flex-wrap: wrap;
  align-items: center;
}

.Top_links .Top_links_inner li{
  background-color:#fff;
  width:24%;
  margin-right: 1.3%;
  list-style: none;
  margin-bottom: 1%;
  border-radius: 10px;
  transition: background-color 0.3s;
}

/* ホバー時の矢印アイコンを白色に変更 */
.Top_links .Top_links_inner li:hover a.arrow > span:after {
  background-image: url(../img/arrow-down_white.svg);
}

.Top_links .Top_links_inner li:hover {
  background-color: #256A54;
}

.Top_links .Top_links_inner li a{
  display: block;
  padding: 20px;
  text-align: center;
  font-weight: 500;
  width: auto !important;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 90px;
}


.Top_links .Top_links_inner li a:hover{
  color: #fff;
}

.Top_links .Top_links_inner li span{
  width: 100%;
}

.Top_links .Top_links_inner li:nth-child(4n){
  margin-right: 0;
}

footer{
  padding: 80px 0px 30px 0px;
  background-image: url(../img/deco_line_white.png);
}

footer p{
  color: #fff;
}

footer .footer_left{
  width: 40%;
}
footer .footer_left p{
  text-align: center;
}

footer .footer_left figure{
    width: 50%;
    margin: 0 auto;
    margin-bottom: 30px;
}

footer .footer_left .company_info{
  margin-top: 10px;
  margin-bottom: 60px;
  text-align: center;
}

footer .footer_left .company_info li{
  list-style: none;
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 0.3em;
}

footer .footer_left .company_info li span{
  width: 100px;
  display: inline-block;
}

footer small{
  color:#fff;
  text-align: left;
  display: block;
}

footer .footer_right{
  width: 60%;
}

footer .footer_sitemap{
  background-color: #fff;
  border-radius: 10px;
  flex-wrap: wrap;
  width: 100%;
  padding: 24px;
}

footer .footer_sitemap a{
  font-size: 1.6rem;
  font-weight: 500;
}

footer .footer_sitemap h5{
  font-size: 2.0rem;
  color: #256A54;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

footer .footer_sitemap h5::after {
  content: "";
  flex: 1;
  height: 2px;
  background: #256A54;
  margin-left: 16px;
}

footer .footer_sitemap .footer_sitemap_left{
  width: 100%;
}

footer .footer_sitemap .footer_sitemap_left .flex{
  flex-wrap: wrap;
}

footer .footer_sitemap .footer_sitemap_left li{
  width: 25%;
  margin-bottom: 15px;
}

footer .footer_sitemap .footer_sitemap_right .flex{
  flex-wrap: wrap;
}

footer .footer_sitemap .footer_sitemap_right li{
  width: 25%;
}

footer .footer_sitemap .footer_sitemap_right{
  width: 100%;
  margin-top: 20px;
}

footer .footer_sitemap ul li{
  list-style: none;
  margin-bottom: 10px;
}

footer .footer_sitemap .group_left{
  width: 100%;
}
footer .footer_sitemap .group_left li{
  width: 100%;
}

footer .footer_sitemap .group_right{
  width: 100%;
}

footer .footer_sitemap .group_right li{
  width: 100%;
}

footer .footer_sitemap .group{
  margin-bottom: 10px;
  width: 50%;
}

footer .footer_sitemap .group li:nth-child(1){
  width: 100%;

}

footer .footer_sitemap .group li:nth-child(1) a{
  color: #256A54;
  font-weight: 600;
  margin-bottom: 6px;
  display: inline-block;
}
footer .footer_right .group_address {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
  width: 100%;
}

footer .footer_right .group_address h5{
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 8px;
  line-height: 1.4em;
  font-weight: 500;
}

footer .footer_right .group_address h5 span{
  font-size: 1.45rem;
}

footer .footer_right .group_address p{
  font-weight: 500;
  position: relative;
  padding-left: 8%;
}

footer .footer_right .group_address p a{
  color: #fff;
  font-weight: 500;
}

footer .footer_right .group_address p::before{
  position: absolute;
  content: '';
  background-image: url(../img/telephone.svg);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-size: 100%;
}

footer .footer_right .group_address p.mail::before{
  position: absolute;
  content: '';
  background-image: url(../img/mail_white.svg);
  left: 0;
  top: 60%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-size: 100%;
  background-repeat: no-repeat;
}

footer .footer_right .group_address .flex{
  justify-content: space-between;
  align-items: center;
}

footer .footer_right .group_address li{
  list-style: none;
  width: 49%;
  border-bottom: dotted 2px #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

footer .footer_right .group_address a{
  line-height: 1em;
  margin-right: 20px;
}

footer .footer_right .group_address img{
  width: 36px;
}

:root{
--bg:#FFF7F0; /* 全体背景（淡いクリーム） */
--paper:#fffaf5; /* カード系の下地 */
--ink:#4a372e; /* 本文色（落ち着いた茶） */
--muted:#8e7a70; /* 補助テキスト */
--accent:#b7472a; /* 強調（電話番号など） */
--line:#d7b8a7; /* 仕切り線 */
--chip:#f1e2d7; /* ラベル背景 */
}

.card{
background:#fff; border-radius:18px; padding:28px; box-shadow:0 1px 0 rgba(0,0,0,.02);
border:1px solid #f1e6db;
}


.grid{
display:grid; grid-template-columns: 1.1fr 1fr; gap:28px;
}


/* 左カラム：事業所情報 */
.meta{
  display:grid;
  grid-template-columns:60px 1fr;
  row-gap:5px;
  column-gap:5px;
}

.meta .label{
  color:var(--accent);
  letter-spacing:.2em;
  font-weight: 600;
}
.meta .value{line-height:1.9;}


.big-contact{
  margin:10px 0 10px;
  display:grid;
  gap:0px;
}

.big-contact p{
  color:var(--accent);
  font-weight: 600;
  font-size: 2.4rem;
}

.big-contact p.tel{
  position: relative;
  padding-left: 34px;
}
.big-contact p.tel::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(../img/telephone_brown.svg);
  background-size: contain;
  background-repeat: no-repeat;
}


.big-contact p.fax{
  position: relative;
  padding-left: 34px;
}
.big-contact p.fax::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(../img/fax_brown.svg);
  background-size: contain;
  background-repeat: no-repeat;
}


.big-contact p.mail{
  position: relative;
  padding-left: 34px;
}
.big-contact p.mail::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 19px;
  background-image: url(../img/mail_brown.svg);
  background-size: contain;
  background-repeat: no-repeat;
}



.contact-row{display:grid; grid-template-columns:28px auto; align-items:center; gap:14px;}

.contact-row .num{
  font-size:2.4rem;
  font-weight:800;
  color:var(--accent);
}
.contact-row .text{font-size:22px; font-weight:700; color:var(--accent);}


.note{
  margin-top:12px;
  font-size:1.4rem;
   line-height:1.8;
  }


/* 右カラム：地図枠 */
.mapbox{
background:#f1f1f1; border-radius:6px; height:360px; border:1px solid #ececec;
}
.maplink{display:inline-block; margin-top:8px; font-size:12.5px; color:#6a6a6a; text-decoration:underline;}


.divider{height:1px; background:var(--line); margin:26px 0; opacity:.75;}


/* アクセス */
.access{display:grid; grid-template-columns:1fr 1fr; gap:26px;}
.access-card{
display:grid; grid-template-columns:32px 1fr; gap:14px; align-items:flex-start;
}
.chip{
  display:inline-block;
  background:var(--chip);
  color:#56463f;
  border:1px solid #ead5c7;
  border-radius:22px;
  font-size:1.6rem;
  font-weight: 500;
  padding:6px 10px;
  margin-bottom:8px;
}

.access .title{font-weight:700; margin-bottom:6px;}
.bullet{margin:0; padding-left:20px; list-style:none;}

.bullet li{
    position: relative;
    margin: 10px 0;
    font-size: 1.6rem;
}


.bullet li::before{
  content:"●";
  position:absolute;
  left:-1.5em;
  top:4px;
  font-size:.8em;
  color:var(--accent)
}

.sub{font-size:12px; color:var(--muted);}


/* アイコン（SVGの共通） */
.ico{width:28px; height:28px; color:#9b6b55;}
.ico.mail{width:30px; height:30px;}
.ico.bus,.ico.train{width:32px; height:32px;}


/* ヘッダ名（名称などの見出しを少し強く） */
h1{font-size:18px; letter-spacing:.15em; margin:0 0 6px 0;}


.meta .label, .meta .value{
  padding:0 0;
  font-size: 1.6rem;
  font-weight: 600;
}

.insta{
  margin-top: 40px;;
}


/*-------　お知らせ一覧　----------*/



.news .head_title{
  height: 280px;
  padding-top: 60px;
}

.houjin .head_title{
  height: 280px;
  padding-top: 60px;
}


.news_content{
  margin: 80px 0px;
}

.news .Top_news{
  padding-top: 0px;
}

.pagination { margin-top: 24px; text-align: center; }
.pagination ul { display: inline-flex; gap: 6px; list-style: none; padding: 0; margin: 0; }
.pagination a, .pagination span {
  display: inline-block; min-width: 36px; padding: 6px 10px; border: 1px solid #ddd; border-radius: 6px;
  text-decoration: none;
}
.pagination .current {
  background: #333;
  color: #fff;
  border-color: #333;
  font-size: 1.8rem;
 }

#sigle h1.title{
font-size: 2.6rem;
border-bottom: solid 2px #242C20;
padding-bottom: 10px;
margin-bottom: 20px;
letter-spacing: 0em;
line-height: 1.4em;
}

#sigle h1.wp-block-heading{
  font-size: 2.6rem;
  margin-top: 30px;
}

#sigle h2.wp-block-heading{
font-size: 2.4rem;
position: relative;
padding-left: 30px;
margin-bottom: 10px;
margin-top: 30px;
}

#sigle h2.wp-block-heading::before {
    content: "";
    display: inline-block;
    width: 0.7em;
    height: 0.7em;
    background: #256A54;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0.26em;
}

#sigle h3.wp-block-heading{
font-size: 2.2rem;
margin-bottom: 10px;
margin-top: 30px;
}

#sigle h4.wp-block-heading{
font-size: 2.0rem;
margin-bottom: 10px;
margin-top: 30px;
}

#sigle h5.wp-block-heading{
font-size: 1.8rem;
margin-bottom: 10px;
margin-top: 30px;
}

#sigle h6.wp-block-heading{
font-size: 1.6rem;
margin-bottom: 10px;
margin-top: 30px;
}

#sigle ul.wp-block-list,
  #sigle ol.wp-block-list{
  margin-left: 20px;
  margin-top: 10px;

}

#sigle ul.wp-block-list li,
  #sigle ol.wp-block-list li{
  font-size: 1.8rem;
  line-height: 1.4em;
}


#status .module01 .flex{
  flex-wrap: wrap;
  justify-content: space-between;
}

.facility_box {
  width: 48%;
  margin-bottom: 30px;
}

.facility_box figure{
    background-color: #fff;
    padding: 10px;
    border-radius: 15px;
    margin: 0 auto;
    text-align: center;
}

.facility_box figure img{
  width: 70%;
}

.facility_container {
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.facility_container table.facility_table{
    width: 100%;
    border-collapse: collapse;
    font-family: "Zen Maru Gothic", sans-serif;
}

.facility_container table.facility_table th {
    width: 140px;
    background: #256A54;
    color: #fff;
    font-weight: bold;
    border-right: 2px solid #fff;
    font-size: 1.6rem;
    text-align:center;
    padding: 12px;
    border-bottom: 2px dotted #fff;
}

.facility_table tr:first-child th {
    border-top-left-radius: 8px;
}

.facility_container table.facility_table td {
    font-size: 1.6rem;
    line-height: 1.6em;
}

.facility_container table.facility_table td {
    text-align: left;
    padding: 12px;
    border-bottom: 2px dotted #242C20;
}

.facility_container table.facility_table td span{
    color: #256A54;
    font-weight: 600;
    margin-right: 10px;
}

.facility_table tr:last-child th {
    border-bottom-left-radius: 8px;
}

.facility_container table.facility_table tr:last-child th,
table.facility_table tr:last-child td {
    border-bottom: none;
}

.houjin .module_common{
  margin-top: 60px;
  margin-bottom: 40px;
}

.houjin .module_common h4{
  margin-bottom: 20px;
}

.houjin .content_box{
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}

#history .content_box{
  padding: 40px;
}

.houjin ul.btn_box{
  margin-top: 20px;
  flex-wrap: wrap;
  gap: 10px;
}

.houjin ul.btn_box li{
  list-style: none;
  margin-right: 10px;
}

.btn_list li.cat_color_green{
  border-radius: 10px;
  transition: background-color 0.3s;
}
.btn_list li.cat_color_green:hover {
  background-color: color-mix(in srgb, #256A54 70%, #fff 30%);
}

.btn_list li.cat_color_green a{
    color: #fff;
    transition: opacity 0.3s;
    display: block;
    padding: 20px 50px 20px 10px;
}

.btn_list li.cat_color_green a span{
  position: relative;
  display: inline-block;
}

.btn_list li.cat_color_green a span:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -35px;
    transform: translateY(-50%);
    background-image: url(../img/download.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
}

.btn_list li.link_external a span:before{
  content: "";
    position: absolute;
    top: 50%;
    right: -35px;
    transform: translateY(-50%);
    background-image: url(../img/external-link.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
}

.lead{color:var(--muted);margin:0 0 32px}


/* ============ タイムライン ============ */
.timeline{position:relative;list-style:none;padding:0;margin:0}


.step{
  margin-bottom: 30px;
}

.step:last-child{margin-bottom:0}


/* 数字の丸 */
.step__index{
position:relative;z-index:1;align-self:flex-start;justify-self:center;
width:44px;height:44px;border-radius:50%;
background:#256A54;
color:#fff;
display:grid;
place-items:center;
font-weight:700;
font-size: 1.8rem;
}

.step__card {
    border-left: 2px solid #256A54;
    padding-left: 20px;
  }

.headline{
  display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 30px;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.4;
    position: relative;
    border-bottom: dotted #256A54 2px;
    padding-bottom: 10px;
    padding-left: 15px;
}
.headline::before{
  content:"";
  background:#256A54;
  content: attr(data-n);
  position: absolute;
  left: -41px;
    top: -4px;
    width: 40px;
    height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1em;
}


/* 本文2カラム（画像＋テキスト） */
.step__content{
  display:grid;
  gap:18px;
  margin-bottom: 10px;
}
@media (min-width: 800px){
.step__content{grid-template-columns: 1.2fr .9fr;align-items:start}
.step.is-reversed .step__content{grid-template-columns: .9fr 1.2fr}
.step.is-reversed .media{order:-1}
}


.media{border-radius:12px;overflow:hidden}


.point-list{margin: 10px 0px 10px 0px;}

.point-list li{
  font-size: 1.8rem;
  line-height: 1.8em;
  font-weight: 400;
  list-style: none;
}


.muted{color:var(--muted)}


/* 小さなタグ */
.eyebrow{display:inline-block;font-size:12px;color:#2a5f47;background: #e9f5ef;border:1px solid #d2ede2;padding:4px 8px;border-radius:999px;margin:0 0 10px}

#overview .module02 .text h3{
    font-size: 2.6rem;
    color: #256A54;
    margin-bottom: 12px;
    line-height: 1.4em;
    margin-left: -15px;
}

#overview .module02 .text{
  width: 60%;
}

#overview .module02 figure{
  width: 40%;
}

#overview .module03 ul{
  margin-left: 24px;
  margin-top: 20px;
}

#overview .module03 ul li{
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: #242C20;
}

#overview .Top_blog{
  padding-bottom: 80px;
}

#overview .Top_blog a.arrow{
    text-align: center;
    margin: 0 auto;
    display: block;
}

#report .news_category{
    display: flex;
    margin: 0 auto;
    justify-content: space-around;
    width: 300px;
}

#report .news_category li{
  list-style: none;
}

  .menu_sitemap ul li{
    width: 33%;
  }

@media screen and (min-width:1300px) {
.Top_main img{
  width: 75%;
  max-width: 1300px;
}
}

@media screen and (max-width:1100px) {
  .Top_news .inner_1100{
    flex-wrap: wrap;
  }

  .Top_news .text{
    width: 100%;
  }

  .Top_news .text figure{
    width: 30%;
  }

  .Top_news .news_linkbtns{
    width: 100%;
  }

  .Top_news .news_category{
    display: flex;
    justify-content: center;
  }

  .Top_news .text ul.news_category li.first a{
    margin-bottom: 20px;
  }

  h3.main_title{
    text-align: center;
  }

  .backColor_main00{
    padding: 30px 0px;
  }
}

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

.menu_sitemap ul li{
  width: 49%;
}

  .Top_main h2{
    font-size: 4rem;
  }

  footer .inner_1300{
    flex-wrap: wrap;
  }

  footer .footer_left{
    width: 100%;
  }

  footer .footer_right{
    width: 100%;
  }

.openbtn{
  right: 25px;
}

  #g-nav.panelactive #g-nav-list{
        width: 95%;
        height: 96vh;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
  }

  .menu_sitemap_bottom ul.group li a{
    width: 80%;
    margin: 0 auto;
    display: inline-block;

}
.menu_sitemap_bottom .group_right .group04 li{
  width: 100%;
}

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


.Top_links .Top_links_inner li a{
  font-size: 1.4rem;
}

.Top_links .Top_links_inner li a.arrow{
  width: 100%!important;
}

.Top_message figure{
  width: 100%;
}

.pc__header_right{
  margin-right:15px;
}

.Top_main h2{
  font-size: 2.4rem;
}

  .pc__header_list{
    display: none;
  }

  .group_link{
    flex-wrap: wrap;
  }

  .group_link li{
    width: 49%;
    height: auto;
    margin-bottom: 5px;
    border-radius: 7px;
    padding: 10px;
  }

  .group_link li:nth-child(1) img{

    padding-top: 3px;
  }

  .group_link li:nth-child(2) img{

    padding-top: 3px;
  }

  .group_link li:nth-child(3) img{

    padding-top: 3px;
  }

  .group_link li:nth-child(4) img{

    padding-top: 3px;
  }

  .Top_message{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .Top_message .flex{
    flex-wrap: wrap;
  }

  .pattern_40_60 figure{
    width: 33%;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .pattern_40_60 img{
    width: 100%;
  }

  .Top_message h3{
    font-size: 2.8rem;
  }

  .Top_message .text{
    width: 100%;
    padding-left: 0;
  }

  .blog_contents{
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .blog_contents li{
    width: 100%;
    margin-bottom: 20px;
  }

    .blog_contents li:nth-last-child{
      margin-bottom: 0px;
    }

    .Top_links .Top_links_inner li{
      width: 48%;
    }

    .Top_news ul.news_linkbtn li{
      border-radius: 20px;
      padding: 10px 10px;
    }

      .Top_news ul.news_linkbtn li p{
        font-size: 1.4rem;
      }


    a.arrow span.sp{
    display: none;
  }

  .Top_news ul.news_linkbtn li span.cat{
    width: 43%;
  }

  .Top_news .news_category{
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
  }

  .Top_news .text ul.news_category li{
    line-height: 1em;
    margin-bottom: 5px;
  }

  .Top_news .text ul.news_category li.first a{
    margin-bottom: 0px;
  }

  .Top_news .text figure{
      width: 50%;
      margin: 0 auto;
  }

  footer .footer_right .group_address li{
    width: 100%;
  }

  footer .footer_right .group_address a{
    margin-right: 10px;
  }

  .Top_news ul.news_linkbtn li a {
    font-size: 1.6rem;
  }

  a.arrow>span:after{
    right: 10px;
  }

  h3.main_title{
    font-size: 2.8rem;
  }

    h3.common_title{
    font-size: 2.8rem;
  }

h4.common_title02 {
    font-size: 2.1rem;
  }

  .Top_main img{
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    aspect-ratio: 4 / 2;
    object-fit: cover;
  }

  footer .footer_sitemap .footer_sitemap_left li{
    width: 33%;
  }

  footer .footer_sitemap .group_left{
    width: 100%;
  }

  .menu_sitemap{
    width: 100%;
    padding-bottom: 90px;
  }

  .menu_sitemap_bottom .flex{
    flex-wrap: wrap;
  }

  .menu_sitemap_bottom .group_left .group {
  width: 100%;
}

  .menu_sitemap_bottom .group_right .group {
  width: 100%;
}

.hLogo{
  z-index: 9999;
}

.news .head_title{
  height: 230px;
  padding-top: 110px;
  border-radius: 0px 0px 10px 10px;
}

.Top_news .news_list{
  width: 100%;
}

.Top_news .news_list .text_right{
  text-align: left;
}

.sub_title{
  font-size: 2.6rem;
}

ul.breadCrumb{
  padding-top: 20px;
}

.pattern_40_60 .module_right{
  width: 100%;
}

.nobr{
    display: none;
}

.facility_box{
  width: 100%;
}

.sp_last{
  margin-bottom: 0px;
}

.houjin .head_title {
    height: 230px;
    padding-top: 110px;
    border-radius: 0px 0px 10px 10px;
}

#history .content_box{
  padding: 30px;
}

.facility_container table.facility_table th{
  width: 80px;
}

#overview .module02 .text{
  width: 100%;
}

#overview .content_box .flex{
flex-wrap: wrap;
}
#overview .module02 figure{
  width: 100%;
}

#sigle .Top_message figure{
  width: 100%;
}

}