@charset "Shift-JIS";
:root {
  --bg: #eff9ff;
  --txt: #3a506b;
  --light-txt: #717171;
  --hi: #f0fff6;
  --acc: #1086C9;
  --acc2: #4cb978;
  --acc3: #ec7911;
  --acc4: #75C8E1;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* HTML5にしたときのtopBarのレイアウト崩れ修正用 2025.12.09 */
/* セル内の余白を完全に削除 */
#topBar td img {
	display: block;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.inc-head-div {
  width: 100% !important;
  max-width: 960px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*共通*/
*{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	/* text-decoration: none; */
}
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
	color: #333;
}

h1,h2,h3,h4,h5 {
  font-weight: bold;
  line-height: 1.8;
}

h3::before {
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(images/list-icon.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  float: inline-start;
  margin-right: 10px;
}

h2 {
  font-size: 20px;
  padding-left: 10px;
  background-color: var(--acc);
  color: #fff;
}

h3 {
  font-size: 18px;
}

.card h4 {
  color: var(--acc);
}

h4 {
  font-size: 17px;
}

.yuttari {
  margin-top: 1em;
  font-size: 1.2rem;
}

.fig-title {
  font-size: 1.3rem;
  color: var(--light-txt);
  font-weight: bold;
}

ul {
  list-style-type: none;
  padding-left: 0;
}

.print-page img {
  max-width: 100%;
}

/*----- Flex-----*/
.flex,.flex-nav {
  display: flex;
  width: 100%;
  gap: 1em;
  justify-content: space-between;
  flex-direction: row;
}
.flex.inquiry {
  justify-content: space-around;
}


/*下付き文字*/
sub {
  font-size: 0.7em;
  vertical-align: text-bottom;
  font-weight: inherit;
}


/* 問い合わせ欄 */
a.btn-link:link,
a.btn-link:visited {
  display: block;
  width: fit-content;
  margin: 1em auto 0.5em;
  padding: 0.3em 1em 0.5em;
  text-align: center;
  text-decoration: none;
  font-size: 1.7rem;
  font-weight: bold;
  color: #fff;
  border: #fff 5px double;
  border-radius: 2em;
  background: red;
  box-shadow: 3px 4px 4px #3333332f;
}

p.adrs {
	color: #333;
  line-height: 130%;
  font-size: 16pt;
  font-weight: 700;
  margin: 5px 0;
  text-align: center;
  margin-top: 10px;
}

.titletoi {
  height: auto;
	line-height: 130%;
  font-size: 1.2em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  background-color: var(--txt);
  padding: 10px;
  margin: 0;
}
.add {
  padding-top: 0;
  border: 1px solid #414d5a;
  padding: 0;
  margin: 10px auto;
}
.inquiry.address {
  padding: 1em;
  font-size: small;
}
p.inquiry {
  text-align: center;
  padding:0;
}




/* お知らせ　スクロール */
.news-title {
  float:left;
  width:fit-content;
  height:28px;
  padding: 0 0.5em;
  text-align:center;
  line-height: 30px;
  background:var(--acc);
  color: #fff;
} 
ul.update-scroll {
	list-style-type: none;
  min-height: 28px;
	max-height: 4.2em;
	overflow: auto;
	border: 1px solid #bbb;
	padding-left: 0.5em;
}
ul.update-scroll li {
	margin-top: 0.1em;
	font-size:10pt;
  clear: both;
}
ul.update-scroll a {
	text-decoration: none;
}
time {
  padding-right: .5em;
}


/*ページの先頭へ*/
.to-top {
  clear: both;
  width: 100%;
  text-align: right;
  margin-top: 5em;
  font-size: small;
}

.btn-top {
  display: block;
  position: fixed;
  bottom: 150px;
  right: max(16px,calc((100vw - 960px) / 2 + 16px));
  font-size: 30px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #b5b5b584;
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
}

.top-right {
  width: fit-content;
  margin-left: auto;
  margin-right: 0;
  color: var(--acc);
  font-size: 18px;
  font-weight: bold;
}


/*-------------------------------------------------
　ここからミニソフィ仕様
--------------------------------------------------*/

html,
body {
  margin: 0;
  font-family: 'Noto Sans JP', system-ui, -apple-system, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  color: #333;
}

header .container {
  color: var(--acc);
}

header h3 {
  color: var(--txt);
}


.container {
  width: 960px;
  max-width: 100%;
  background-color: #fff;
  margin: 0 auto;
}

.nav {
  display: flex;
}

.nav a {
  display: inline-flex;
  color: var(--acc);
  width: 115px;
  height: 55px;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  background-color: #f0f0f0;
  border-right: 1px solid #fff;
}
@media (hover: hover) {
  .btn-sec:hover {
    background: #46afec;
  }
  .btn-primary:hover {
    background: #f68989;
  }
  .nav a:hover,.nav a:active {
    background-color: var(--bg);
  }
  a.btn-link:hover,
  a.btn-link:active {
    transition: all 0.5s;
    background-color: #fff;
    color: var(--acc);
    border: var(--acc) 5px double;
  }
}


.hero {
  padding: 2rem 1.5rem;
  border: 7px solid var(--acc4);
  display: grid;
  gap: 3em;
  grid-template-columns: 1fr;
  align-items: center;
  margin: 24px auto;
}
.hero .box {
  margin: 0 10px;
}

.copy {
  font-weight: bold;
  margin: .5em 0;
  font-size: 1.8rem;
  color: var(--acc2);
}

.hero p.copy {
  color: var(--light-txt);
  font-size: 2rem;
}

.hero h2.copy {
  color: #000;
  background-color: #fff;
  padding: 0;
}

.dec-und-line {
  font-weight: bold;
  text-decoration: underline var(--acc4) 0.8rem;
  text-underline-offset: -3px;
}
.bl-bold {
  font-weight: bold;
  color: var(--acc4);
}

.grid1-1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 10px;
  margin-top: 1em;
}

/* ul */
.disaster {
  color: var(--light-txt);
  padding-left: 2rem;
  list-style-type: disc;
}

.disaster li {
  font-size: 1.4rem;
}


.lead {
  font-size: 18px;
  text-align: justify;
  color: var(--txt);
  margin-top: 1em;
}

.lead-bold {
  font-weight: bold;
  color: var(--acc3);
}

h2.titletoi::before {
  display: none;
}

/* 画像 */
.cap-image > img,
.cap-image iframe {
	max-width:100%;
	display:block;
  padding: .5em 0;
	margin:0 auto;
}

#toilet iframe {
  aspect-ratio: 1.78;
}

.cta {
  display: flex;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: .02em;
  height: 55px;
  padding: 0 0.5em;
}

.btn-primary {
  background: red;
  color: #fff;
}

.btn-sec {
  background: var(--acc);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .25);
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.card {
  border: 1px solid var(--light-txt);
  border-radius: 14px;
  padding: 12px;
  background-color: var(--bg);
}

.card h3,
.card2 h3 {
  margin: 0 0 6px;
  text-wrap: nowrap;
  font-size: 18px;
  color: var(--acc);
}

.card h3::before {
  margin-right: 5px;
}

.card p {
  margin: 0;
  text-align: justify;
  font-size: 14px;
  line-height: 1.7;
}

.card2 {
  border: 3px solid #ccc;
  padding: 14px;
}

.card2 h3 {
  color: var(--acc4);
}

.card2 h3::before {
  display: none;
}

section {
  padding: 48px 0;
}

section h2 {
  margin: 0 0 14px;
}

/*ul 色々*/
.tag {
  display: flex;
  gap: 8px;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  flex-wrap: wrap;
}

.tag li {
  background: #eef5fb;
  border: 1px solid #dbe6f2;
  color: #234;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
}

.faq-item {
  border-top: 1px solid #e6edf7;
  padding: 14px 0;
}

.faq-item h3 {
  font-size: 16px;
  margin: 0 0 6px;
}

.notice {
  background: #fff8e6;
  border: 1px solid #f4e2b8;
  color: #5a471f;
  padding: 12px;
  border-radius: 10px;
}
.notice h2 {
  color: var(--acc3);
  background-color: transparent;
  font-size: 30px;
}

/* --------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------- */





/* -------------------------------------
  レスポンシブ
------------------------------------- */

/* 特殊（改行補正） */
@media screen and (max-width:860px) {
  .card h3 {
    font-size: 16px;
  }
}


/* -------------------------------------------------
  スマホ・タブレット版
------------------------------------------------ */
@media screen and (max-width: 768px) {
  /* ヘッダー */
	#topBar {
		max-width: 100% !important;
		overflow-x: scroll;
	}
	
  /* 新着&ナビ */
  .flex-nav {
    flex-direction: column;
  }

  .nav {
    background-color: #f0f0f0;
  }

  .cta {
    justify-content: flex-end;
  }

  /*トップ画像*/
  .top-image img {
    width: 100%;
  }

  .flex {
    flex-direction: wrap;
  }

  .grid1-1 {
    grid-template-columns: 1fr;
  }

  .container {
    width: 93%;
    margin: 0 auto;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    font-size: 26px;
  }
  .-sub {
    font-size: 20px;
  }

  .copy {
    font-size: 24px;
  }

  h2.lead-bold {
    font-size: 20px;
  }
  
  .lead {
    font-size: 16px;
  }

  ul.update-scroll {
    max-width:100%;
  }
  .update-scroll-frame {
    max-width:100%;
    height: 50px;
    margin-bottom: 24px;
    padding-top:8px;
    overflow-y: auto;
    overflow-x: hidden;
  }

  a.btn-link:link,
  a.btn-link:visited {
    font-size: 1.3em;
    width: fit-content;
    padding: 15px;
    border: #fff 5px double;
    box-shadow: 2px 2px 4px #3333332f;
  }

  .btn-top {
    width: 40px;
    font-size: 25px;
    bottom: 80px;
    right: 30px;
  }

  .card-grid {
    grid-template-columns: 1fr 1fr;
    margin: 0 1em;
  }

}



@media screen and (max-width:430px) {
  .flex {
    flex-direction: column;
  }

  /* 新着&ナビ */
  .nav {
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
  .nav a {
    border-bottom: 1px solid #fff;
    border-right: none;
    width: auto;
    padding: 0 0.5em;
  }

  .cta {
    flex-direction: column;
    margin: 1em auto;
  }

  .hero {
    padding: 20px 10px;
  }

  .hero .box {
    margin: 0;
  }

  .disaster {
    flex-direction: column;
  }

  .top-right img {
    width: 100%;
  }
  

  a.btn-link:link,
  a.btn-link:visited {
    font-size: 1.1rem;
    padding: 10px;
  }

  .card-grid {
    grid-template-columns: 1fr;
  }
}




/* ----------------------------------------------------
  印刷用
----------------------------------------------------- */
@media print {
  /* 印刷をA4縦に最適化 */
  @page {
    size: A4 portrait;
    /* margin: 10mm; */
  }

  html, body {
    margin: 0;
    padding: 0;
  }

  .print-page {
    width: 960px;
    margin: 0 auto;
  }

  .hero {
    margin-top: 0;
    gap: 2em;
  }

  section {
    padding: 30px 0;
  }

 

  
  /* 改ページ補正 */
  .avoid-break {
    break-inside: avoid;
    page-break-inside: avoid;
  }

  .minisofi img {
    max-width: 70%;
  }

  

  /* 印刷しない */
  .btn-top {
    display: none;
  }
}