@charset "utf-8";
body {
	color: #333;
	text-align: left;
	line-height: 2.2;
}
a.jump_point {height: 1px;
display: block;
padding-top: 80px;
margin-top: -80px;
}
a {
	color:#333;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
header {
	position:fixed;
	top:0;
	z-index:10;
	width : 100%;
	background-color: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
#topline {
	font-size: 0.65em;
	color: #FFF;
	background-color: #06C;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0px;
	line-height: 20px;
}
#top_kanban {
	margin-top: 50px;
	width: 100%;
	height:900px;
	background-image: url("../img/topimg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top right;
	font-size: 2.9em;
	padding: 50px 0 0 10px;
	color: #000;
	line-height: 2;
	}
#kaban_menu {
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	top: 315px;
	font-size: 1.3em;
	width: 600px;
}
#kaban_menu li a{
	width: 230px;
	height: 150px;
	margin: 10px 0 0 10px;
	text-align: center;
	border-radius: 10px;
	border: 2px solid #000;
	line-height: 2;
	padding: 3px 5px;
	color: #000;
}
#kaban_menu li a:hover {
	background: rgba(255,255,255,0.6);
}
.menu_p {
	font-size: 0.7em;
	text-align: left;
	line-height: 1.9;
}
#kaban_menu li a{
	display: block;
}
 h1 {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 60px;
	margin-left: 5px;
	}
.tel {
	display: flex;
	position: absolute;
	right: 90px;
	top: 10;
	line-height: 40px;
	height: 50px;
	margin: 5px;
	}
.tel li {
	width: 60px;
	text-align: center;
	}
.tel li:nth-child(2) {
	display: none;
	}
.tel li a {
	display: block;
}
.tel li a:hover {
	background-color: aliceblue;
}
.tel li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  height: 100%; /* ヘッダー高さに揃える */
}

/* アイコン部分 */
.tel .material-symbols-outlined {
  font-size: 33px;  /* 少し調整して高さバランス良く */
  font-variation-settings:
    'FILL' 1,
    'wght' 500,
    'GRAD' 0,
    'opsz' 33;
  color: #666;
  line-height: 1;
  margin-bottom: 1.5px;  /* ラベルとの余白 */
  transform: none;     /* Y方向ズラしを解除（代わりに下にラベルを配置） */
}

/* ラベル（小さい文字） */
.tel .label2 {
  font-size: 11px;
  line-height: 1;
  color: #666;
  pointer-events: none; /* テキスト部分はクリック無効化 */
}
#container #new {
  position: absolute;
  top: 690px;
  background: #FFF;
  display: flex;
  gap: 0;
  list-style: none;
  padding: 0;
  margin: 0 10px;
}

#container #new li {
  padding: 0;
  margin: 0;
}
.news_text {
	padding: 15px 20px;
}
.saiyobana a {
  box-sizing: border-box;
  overflow: hidden;
  background-image: url("../img/saiyo.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: 290px;
  height: 180px;
  font-weight: bold;
  display: block;
  position: relative;
  font-size: 1.1em;
  padding: 110px 10px 0 10px;
  color: #FFF;
  line-height: 1.5;
  text-decoration: none;
  transition: transform 0.3s ease;
}

/* 画像を明るくするフィルター効果を hover で適用 */
.saiyobana a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0); /* 初期は透明 */
  transition: background 0.3s ease;
  z-index: 0;
}

.saiyobana a:hover::before {
  background: rgba(255, 255, 255, 0.2); /* 明るく見せる白フィルター */
}

/* テキスト用の背景ボックス */
.saiyobana_text {
  background: rgba(240, 240, 240, 0.85);
  padding: 1px 10px;
  border-radius: 8px;
  color: #222;
  text-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 0.7em;
  transition: background 0.3s ease;
}


#container #new .newt {
	color: red;
}
#container .mailform {
	width: 90%;
	text-align: center;
	margin: 100px 5% 100px 5%;
	line-height: 2.5;
}
#container .mailform a {
	text-decoration: none!important;
	color: #333!important;
	display: block;
	border: #333 1px solid;
	padding: 5px 0 5px 0;
}
#container .mailform a:hover {
	background-color: #CBE9E8;
}

@media (max-width:2000px) {
    #container .menu{
        /*追加*/flex-wrap: wrap;
    }
#container nav .topmainmenu {
	display: flex;
	flex-wrap: wrap;
    padding: 0px;
}
nav .topmainmenu li {
	width: 20%;
	text-align: center;
	padding-bottom: 1px;
	padding-left: 0.5px;
	padding-right: 0.5px;
	}
nav .topmainmenu li a {
	color: #fff;
	display: block;
	background-color: #06C;
	line-height: 3;
	}
nav .topmainmenu li a:hover {
	color: #06C;
	background-color: #D4E9FF;
	}
#container nav .iryofukushi {
	padding: 30px 0;
	list-style: circle;
	line-height: 2.2;
}
#container nav .iryofukushi a:hover{
	color: #06C;
}
#container .menu li{
        /*追加*/width: 50%;
    }
#container .menu li a:hover{
	background: #06C;
	color: #FFF;
}
#container #main dl {
	display: flex;
	flex-wrap: wrap;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	margin-top: 10px;
	}
#container #main dl dt {
	width: 20%;
    border-top: 1px solid #ccc;
	padding: 5px 0 5px 0;
	text-align: center;
	}
#container #main dl dd {
	width: 80%;
    border-top: 1px solid #ccc;
	padding: 5px 0 5px 0;
	}
#container #main dl dt:first-of-type{
    border: none;
	}
#container #main dl dd:first-of-type{
    border-top: none;
	}
#container #main ul {
	margin:30px 15px 30px 50px;
	font-weight: bold;
	color: #039;
	list-style-type: disc;
}
#container #main a {
	font-size: 1em;
	color: #06C;
	text-decoration: underline;
}
#container #main a:hover {
	color: #3FF;
}
img {
	transition: 0.8s ;
}
img:hover {
	opacity: 0.5 ;
}
#container p {
	padding: 5px 0 0 5px;
}

#container #main #about {
    width: 100%;
    margin-top: 200px;
	margin-bottom: 50px;
    text-align: center;
    font-size: 1.5em;
	line-height: 10;
	background-image: url("../img/higashinihonbashi.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 10px;
}
.dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  color: #FFF;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}
nav .toha li {
	line-height: 2.5;
	list-style: none;
	width: 94%;
	margin: 5px 3% 0 3%;
	text-align: center;
}
nav .toha li a {
	text-decoration: none!important;
	color: #333!important;
	display: block;
	border: #333 1px solid;
	padding: 5px 0 5px 0;
	border-radius: 10px;
}
nav .toha li a:hover {
	background-color: #B0E7E7;
}
#container .topimg .sccoll {
	margin-top: 80px;
	text-align: center;
	padding: 2px 0 2px 0;
	width: 220px;
	color: #FFF;
	font-size: 1em;
	line-height: 1.7;
	border: solid 1px #FFF;
}
#Footer {
	background-color: #06C;
	color: #FFF;
	margin-top: 150px;
	padding: 20px;
	font-size: 0.9em;
}
#Footer a {
	color: #FFF;
}
#Footer a:hover {
	color: #3FF;
}
#container #Footer .footera {
 padding-top: 20px;
}
#container #Footer .c {
	font-size: 0.9em;
	padding-top: 30px;
	text-align: center;
}
h2 {
	text-align: center;
	font-size: 1.7em;
	margin: 200px 0 50px 0;
	padding: 40px;
	background-color: #30A8D3;
	color: #fff;
	border-radius: 10px;
	font-weight: bold;
}
h3 {
	line-height: 1.6;
	font-size: 1.6em;
	margin: 100px 0 50px 0;
	font-weight: bold;
	color: #30A8D3;
	text-align: center;
	border-bottom: solid #30A8D3 1px;
	widows: 100%;
}
h4 {
	font-weight: bold;
	margin: 50px 0 5px 0;
	font-size: 1.2em;
	background-color: aliceblue;
	padding-left: 20px;
	}
h5 {
	font-weight: bold;
	margin: 50px 0 5px 0;
	font-size: 1.2em;
	}
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#pageTop i {
  padding-top: 6px
}
#pageTop a {
	display: block;
	padding: 10px 10px 5px 10px;
	border-radius: 40px;
	width: 55px;
	height: 55px;
	background-color: #9FD6D2;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	font-size: 1.5em;
}
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}
#main {
	margin: 0 200px 0 200px;
}
.underform a{
	display: block;
	padding: 10px;
	margin-top: 60px;
	margin-right: 15%;
	margin-left: 15%;
	text-decoration: none;
	text-align: center;
	border: 1px solid #666;
	font-size: 1.1em;
	color: #333;
}
.underform a:hover{
	background-color: #CBEBEF;	
}
.btn {
  overflow: hidden;
	 width: 300px;
  height: 60px;
	margin:0 auto;
	margin-top: 150px;
	margin-bottom: 150px;
}
.btn a {
	display: block;
  width: 100%;
  height: 100%;
  line-height: 60px;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 400;
  background-color: #333;
  text-decoration: none;
  position: relative;
  z-index: 2;
}
.btn a:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 120%;
  height: 100%;
  z-index: -1;
  background-color: #DDD;
  transition: all 300ms linear;
  transform: skewX(-30deg) scale(0, 1);
}
.btn a:hover {
  color: #333;
}
.btn a:hover:before {
  left: -10%;
  transform: skewX(-30deg) scale(1, 1);
}

   /* ▼配置 */
   .scrollBtns {
      position: fixed; /* ボタンを画面内の指定位置に固定表示する */
      bottom: 1em;     /* 画面の下端から1文字分の距離 */
      right: 1em;      /* 画面の右端から1文字分の距離 */
      max-width: 3em;  /* 最大幅：3文字分 */
   }
   /* ▼ボタンの装飾 */
   .scrollBtns a {
      display: block;         /* ブロック化(全体をクリック可能にするため) */
      margin: 3px 0;          /* 外側の余白：上下→左右 */
      padding: 0.4em 0.3em;   /* 内側の余白：上下→左右 */
      color: white;           /* 文字色：白色 */
      background-color: blue; /* 背景色：青色 */
      border-radius: 12px;    /* 角を丸くする：半径12ピクセルで */
      opacity: 0.6;           /* 半透明にする(＝不透明度60％／つまり背後が40％透けて見える) */
      line-height: 1;         /* 行の高さを詰める */
      text-decoration: none;  /* リンクの下線を付けない */
      text-align: center;     /* 文字をセンタリングする */
   }
   /* ▼マウスが載ったときの装飾変更 */
   .scrollBtns a:hover {
      background-color: red;  /* 背景色：赤色 */
   }
   /* ▼矢印記号 */
   .arrow  { display:block; font-size:1.5em; }  /* 1.5文字分の大きさ */
   /* ▼ラベル */
   .label { display:block; font-size:0.67em; } /* 0.67文字分の大きさ */
}
header #title .ren2 a:hover{
	background-color: aliceblue;
}
header #title {
	display: flex;
}
#container #joho {
	 width: 100%;
    margin-top: 200px;
	margin-bottom: 20px;
    text-align: center;
    border-bottom: 1.5px solid #666;
    font-size: 1.4em;
	line-height: 1.2;
}
.googlemap {
	position: relative;
padding-bottom: 60%; 
height: 0;
overflow: hidden;
}
.googlemap iframe {
	position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}


.textlist {
	line-height: 2.5;
}
.yomimono {
	background-color: #759ADB
}
/*=========================================
#hamburger
=========================================*/
.hamburger {
    position: fixed;
    top: 28px;
    right: 30px;
    z-index: 150;
    width: 35px;
    height: 45px; /* MENU表示分 */
    cursor: pointer;
    text-align: center;
}

.hamburger span {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 5px; /* 太め */
    background-color: #666666;
    transition: transform .3s;
}

.hamburger span:nth-child(1) {
    top: 10%;
}
.hamburger span:nth-child(2) {
    top: 35%;
}
.hamburger span:nth-child(3) {
    top: 60%;
}

/* アクティブ時 */
.hamburger.is-active span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(135deg);
}
.hamburger.is-active span:nth-child(2) {
    opacity: 0;
}
.hamburger.is-active span:nth-child(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-135deg);
}
.hamburger.is-active span {
    background-color: #ffffff;
}

/* MENUラベル */
.menu-label {
    font-size: 10.5px;
    color: #666;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 29px;
}

/*=========================================
#drawer
=========================================*/
.drawer {
    font-size: 1em;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 130;
    width: 45%;
    height: 100vh;
    background-color: rgba(60, 60, 60, 0.8);
    transition: opacity .3s, visibility .3s;
    overflow-y: auto;
}

.drawer.is-active {
    visibility: visible;
    opacity: 1;
}

.drawer-inner {
    height: 100%;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* メニューリスト全体 */
.drawer__list {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* liの間に区切り線 */
.drawer__item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 12px 0;
    cursor: pointer;
	font-size: 1.1em;
	font-weight: bold;
}

/* 最後のliは線なし */
.drawer__item:last-child {
    border-bottom: none;
}

/* メインリンク */
.drawer__link {
    color: #fff;
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: none;
    display: block;
    transition: color 0.2s ease;
}

.drawer__link:hover {
    color: #80EDFB;
}

/* サブメニュー用 */
.drawer__link2 {
    list-style: none;
    margin-top: 5px;
    margin-left: 5px;
    padding-left: 0;
    display: flex;
    flex-direction: column;
}

.drawer__link2 li {
    padding: 4px 0;
    border-bottom: none; /* サブは線なし */
}

.drawer__link2 li a {
    color: #ddd;
    font-weight: 400;
    font-size: 1rem;
    text-decoration: none;
    transition: color 0.2s ease;
}

.drawer__link2 li a:hover {
    color: #80EDFB;
}

/* 共通 */
a {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    font-style: italic;
    vertical-align: middle;
    shape-margin: .75rem;
}



.label2 {
	
}
