@charset "UTF-8";


/* 共通
-----------------------------------------------------------------*/

html {
	font-size: 62.5%;
}
* {
	box-sizing: border-box;
}
img {
	border:0;
	vertical-align:bottom;
	max-width:100%;
	height:auto;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
  /*font-feature-settings: "palt" 1;*/
	font-size:1.6rem;
  font-weight: 300;
	line-height: 1.6;
  color: #333;
}
.body-wrap {
	overflow: hidden;
}

#pageTopLink {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 10000;
}
#pageTopLink a {
  cursor: pointer;
  transition: all 0.6s;
}
#pageTopLink a:hover {
  opacity: 0.7;
}



/* 電話番号リンク
<a href="tel:00000000000">000-0000-0000</a>
-----------------------------------------------------------------*/
@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}







/* メインイメージ
-----------------------------------------------------------------*/
.main-image img {
  width: 100%;
  height: auto;
}

/* スライドショー
==============================*/
.section-slider {
  text-align: center;
}
.swiper-slide-img img {
  width: 100%;
}
.swiper .swiper-pagination-bullet{
    background-color: #fff;
}




















/* トップページ・セクション
-----------------------------------------------------------------*/
.section-primary {
  background: #fff;
}

.section-secondary {
  background: #f9f8f7;
}

.section-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 0;
}

@media screen and (max-width:1200px) {
.section-container {
  padding: 70px 50px;
}
}
@media screen and (max-width:768px) {
.section-container {
  padding: 70px 30px;
}
}
@media screen and (max-width:480px) {
.section-container {
  padding: 30px 20px;
}
}




.h2-caption-en {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.2em;
	letter-spacing: 0.2em;
  padding-bottom: 0;
  margin-bottom: 10px;
text-align: left;
}
.h2-caption-en::first-letter {
	color: #9bcf08;
}

.section-container h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4em;
  color: #333;
  margin-bottom: 50px;
	text-align: left;
}

@media screen and (max-width:480px) {
.h2-caption-en {
  
}
.section-container h2 {
  
  margin-bottom: 20px;
}
}



/* トップページ・ニュース
-----------------------------------------------------------------*/

#sec-news dl {
  position: relative;
  margin-bottom: 45px;
}
#sec-news dl dt {
  position: absolute;
  left: 0;
  width: 17.5em;
  padding: 15px 0;
  color: #666;
  font-size: 1.8rem;
  line-height: 1.6em;
}

#sec-news dl dd {
  padding: 15px 0 15px 17.6em;
  border-bottom: dotted 1px #ccc;
  color: #666;
  font-size: 1.8rem;
  line-height: 1.6em;
}

#sec-news dl dd a {
  color: #666;
}
#sec-news dl dd a:hover {
  color: #ff7d00;
}

#sec-news dl dt span {
  display: inline-block;
  background: #ff7d00;
  border-radius: 5px;
  padding: 0.5px 10px;
  color: #fff;
  width: 10em;
  font-size: 1.4rem;
  text-align: center;
  margin-left: 1.5em;
  letter-spacing: 0.1em;
}


@media screen and (max-width:768px) {
#sec-news dl dt {
  position: static;
  width: 100%;
  padding: 15px 0 5px 0;
}
#sec-news dl dd {
  padding: 5px 0 15px 0;
}
}

@media screen and (max-width:480px) {
#sec-news dl dt {
  font-size: 1.6rem;
}
#sec-news dl dd {
  font-size: 1.6rem;
}
#sec-news dl dt span {
  padding: 0.3px 10px;
  width: 6em;
  font-size: 1.4rem;
  line-height: 1.2em;
  margin-left: 1em;
  letter-spacing: 0;
}
}




/* ボタン
-----------------------------------------------------------------*/
.button-r-arrow a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0.5em 2em;
  color: #666;
  width: 280px;
  font-size: 1.6rem;
  border: 1px solid #ccc;
  background-color: #fff;
  position: relative;
  border-radius: 5px;
}

.button-r-arrow a::after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  transform: rotate(45deg);
  position: absolute;
  right: 10px;
}

.button-r-arrow a:hover {
  color: #9bcf08;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #9bcf08;
}

.button-r-arrow a:hover::after {
  border-top: 1px solid #9bcf08;
  border-right: 1px solid #9bcf08;
}




/* 2分割・3分割
-----------------------------------------------------------------*/
.container-2col,
.container-3col,
.container-4col {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}
.container-2col-item {
  width: 48%;
}
.container-3col-item {
  width: 31%;
}
.container-4col-item {
  width: 24%;
}

/* トイレカー装備（6分割）
-----------------------------------------------------------------*/
.container-toilet-equipment {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 45px;
}
.container-toilet-equipment-item {
  width: 15%;
  margin-bottom: 20px;
}




@media screen and (max-width:768px) {
.container-2col,
.container-3col {
  flex-direction: column;
}
.container-2col-item,
.container-3col-item {
  width: 100%;
  margin-bottom: 30px;
}
.container-4col {
  flex-wrap: wrap;
}
.container-4col-item {
  width: 48%;
  margin-bottom: 30px;
}
.container-toilet-equipment-item {
  width: 31%;
}
}

@media screen and (max-width:480px) {
.container-2col,
.container-3col,
.container-4col {
  margin-bottom: 15px;
}
.container-toilet-equipment-item {
  width: 48%;
}
}




.sec-lead {
  margin-bottom: 35px;
}
.sec-lead p {
  text-align: center;
}
.pic {
  margin-bottom: 20px;
}

.section-container h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4em;
  margin-bottom: 15px;
  font-feature-settings: "palt" 1;
}



/*
.section-container p {
  line-height: 1.6em;
  text-align:justify;
	text-justify:inter-ideograph;
}
*/
.sec-sdgs-lead-wrap {
  display: flex;
}
.sdgs-mark {
  margin: 0 auto 40px;
  text-align: center;
}

@media screen and (max-width:768px) {
.sec-sdgs-lead-wrap {
  flex-direction: column;
}
}



#sec-sns h3 {
  text-align: center;
  margin-bottom: 20px;
}

.sns-container {
  display: flex;
  justify-content: center;
}
.sns-item {
  display: flex;
  align-items: center;
  margin: 0 20px;
}
.sns-item p {
  margin-left: 10px;
  font-size: 1.4rem;
}

#sec-sns a {
  color: #333;
}
#sec-sns a:hover {
  color: #ff7d00;
}


@media screen and (max-width:768px) {
.sns-container {
  
}
.sns-item {
  margin: 0 15px 10px 0;
}
.sns-item p {
  display: none;
}
}




.matchHeight-item {
  display: flex;
  align-items: center;
}


.caption {
  font-size: 1.4rem;
}






























/* 2026追加スタイル
------------------------------------*/

.top-catch-wrap {
	max-width: 500px;
	margin: 0 auto;
}
.top-catch {
	font-family: 'Noto Sans JP', sans-serif;
	font-size:2.4rem;
	font-weight: 600;
	line-height: 2em;
	letter-spacing: 0.1em;
	color: #333;
	text-align: left;
	margin-bottom: 1em;
}

.top-lead {
	font-family: 'Noto Sans JP', sans-serif;
	font-size:1.4rem;
	font-weight: 300;
	line-height: 2em;
	color: #444;
	text-align: left;
	margin-bottom: 3em;
}
@media screen and (max-width:768px) {
.top-lead {
	
}
}


.section-green {
  background: #d8ee50;
}





.top-service-item {
	margin-bottom: 1.5em;
}

.top-service-item ul {
	margin-left: 1.5em;
}























