@charset "UTF-8";
/* CSS Document */

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc{ 
display: block !important; 
}
.sp{ 
display: none !important;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */

body{
font-size:18px;
line-height: 1.5;
}

/*ヘッダーまわりはサイトに合わせて調整してください*/
header {
	font-size: 22px;
	background:rgba(50,100,70,0.75);
	z-index: 100;
}
.logo{
	padding: 20px;
}

footer{
	padding: 20px;
	font-size: 22px;
	background:rgba(50,100,70,0.75);
	color: white;
	text-align: center;
}

#nav-drawer {
  width: 30%;
  float: left;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 35px;/*長さ*/
  border-radius: 3px;
  background: #555;
  display: block;
  content: '';
  cursor: pointer;
  bottom: 44px;
}
#nav-open span:before {
  bottom: 16px;
}
#nav-open span:after {
  bottom: 8px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 330px;/*最大幅（調整してください）*/
  height: 100%;
  background: rgb(0,255,255,0.8);/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
	font-size: 14px;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

header{
	position: fixed;
	width: 100%;
}

#header_1{
	text-align: center;
	
}
#header_1 img{
	width: 100%;
}

#header_in{
	width: 96%;
	text-align: right;
	color: aliceblue;
	font-weight: bold;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
#slide_img{
	position: relative;
}

#slide_img img{
	padding-top: 0px;
}

#slide_img img{
	width: 100%;
	z-index: -1;
}
#slide_img{
	z-index: -1;
}

.slide img{
	padding-top: 73px;
}

#address{
  padding: 20px;
  background: skyblue;
  text-align: center;
  color: aliceblue;
}
.tel-top{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	padding:15px 0px;
}
#title{
	text-align: center;
	background-color:dodgerblue;
	padding: 2px;
	color: aliceblue;
}

.title2{
	text-align: center;
	background-color:rgba(50,100,70,0.75);
	padding: 40px;
	color: aliceblue;
}


#time{
	width: 1000px;
	margin: auto;
	
}

#implant{
	width: 1000px;
	margin: auto;
	border: 1px dotted #BBB5B5;
	border-radius: 5px;
	padding: 10px;
	
}

#implant img{
	width: 100%;
}

#info{
	width: 1000px;
	margin: auto;
	border: px dotted #9DDEF8;
	border-radius: 5px;
	padding: 10px;
}

#info2{
	width: 1000px;
	margin: auto;
	border: px dotted #9DDEF8;
}
#info3{
	width: 1000px;
	margin: auto;
	border: px dotted #9DDEF8;
}

.info02{
    width: 100%;
    background-color:aliceblue;
    padding-top: 80px;
}
.info03{
    width: 100%;
    background-color:aliceblue;
    padding-top: 40px;
}

#info_01{
	width: 980px;
	margin: auto;
	border: px dotted #9DDEF8;
	border-radius: 5px;
	padding: 10px;
	background-image: url(../img/back2.jpg)
}

#map{
	width: 980px;
	margin: auto;
	border: 1px dotted #9DDEF8;
	border-radius: 5px;
	padding: 10px;
}

#otoiawase{
	width: 970px;
	margin: auto;
	margin-bottom: 15px;
	padding: 0px 15px 0px 15px;
}

h3{
	font-size: 24px;
}

h2{
	font-size: 24px;
}
h1{
	font-size: 18px;
	color: aliceblue;
}
#footer{
	text-align: center;
	background-color:rgba(135,206,235,0.9);
	padding: 2px;
}
h4{
	font-size: 20px;
}

h5{
	font-size: 18px;
	text-decoration: underline;
	text-decoration-color: chocolate;
}

.sbt_1:hover{
	background-color:#042078!important;
	color:#fff;
}
.reset{
	width:150px;
	height:40px;
	background-color:#D6191C;
	border:none;
	color:#fff;
	font-size:13px;
	font-weight:700;
	text-align:center;
	
}
.reset:hover{
	background-color:#841416!important;
	color:#fff;
}

input[type="submit"] {
    background-color:cornflowerblue;
    color: white;
	font-size: 16px;
	width: 120px;
	border-radius:5px ;
}

input[type="reset"] {
    background-color:indianred;
    color: white;
	font-size: 16px;
	width: 120px;
	border-radius: 5px ;
}



table.aaa{
  width: 100%;
  border-collapse: collapse;
}

table.aaa tr{
  border-bottom: solid 2px white;
}

table.aaa tr:last-child{
  border-bottom: none;
}

table.aaa th{
  position: relative;
  width: 30%;
  background-color: #52c2d0;
  color: white;
  text-align: center;
  padding: 10px;
  font-size: 18px;
}

table.aaa th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table.aaa td{
  text-align: left;
  width: 70%;
  background-color: #eee;
  padding: 10px 30px;
  font-size: 18px;
}

table.aaa2{
  width: 100%;
  border-collapse: collapse;
}

table.aaa2 tr{
  border-bottom: solid 5px white;
}

table.aaa2 tr:last-child{
  border-bottom: none;
}

table.aaa2 th{
  position: relative;
  width: 40%;
  background-color:bisque;
  text-align: center;
  padding: 10px;
  font-size: 18px;
	border-radius: 35px;
}

table.aaa2 th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid bisque;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table.aaa2 td{
  width: 60%;
  padding: 10px 30px;
  font-size: 18px;
}

table.bbb{
  width: 100%;
  border-collapse: collapse;
}

table.bbb tr{
  border-bottom: solid 2px white;
}

table.bbb tr:last-child{
  border-bottom: none;
}

table.bbb th{
  position: relative;
  width: 30%;
  background-color: #52c2d0;
  color: white;
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
}

table.bbb th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
table.bbb td{
	text-align: left;
  width: 70%;
  background-color: #eee;
  padding: 20px;
  font-size: 18px;
}
.yoko ul, ol {
	padding: 0;
  position: relative;
}

.yoko ul li, ol li {
  color: black;
  border-left: solid 8px #626161;/*左側の線*/
  background: whitesmoke;/*背景色*/
  margin-bottom: 5px;/*下のバーとの余白*/
  line-height: 1.5;
  border-radius: 0 5px 5px 0;/*右側の角だけ丸く*/
  padding: 0.5em;
  list-style-type: none!important;
}

#center_phot{
	position: relative;
	z-index: 0;
}

#center_phot img{
	padding-top: 106px;
}

#center_phot_text{
	position:  absolute;        /* 要素の配置方法を指定 */
    background-color: rgba(20,1,8,0.5);     /* 背景色指定 */
	color: aliceblue;
    padding-top:  10px;
	padding-bottom: 10px;/* 余白指定 */
    left:  0px;                /* 右からの位置指定 */
	right: 0px;
    bottom: 0px;                  /* 上からの位置指定 */
	text-align: center;
	z-index: 101;
}

#center_phot_text2{
	position:  absolute;        /* 要素の配置方法を指定 */
    background-color: rgba(20,1,8,0.5);     /* 背景色指定 */
	color: aliceblue;
    padding-top:  10px;
	padding-bottom: 10px;/* 余白指定 */
    left:  0px;                /* 右からの位置指定 */
	right: 0px;
    bottom: 0px;                  /* 上からの位置指定 */
	text-align: center;
	font-size: 40px;
}

.dan1{
	width: 50%;
	float: left;
	vertical-align: bottom;
	margin-bottom: 4px;
	text-align: left;
}

.dan1 img{
	width:  490px;
}

.dan2{
	width: 50%;
	float: left;
	vertical-align: bottom;
	margin-bottom: 4px;
	text-align: right;
}

.dan2 img{
	width: 490px;
}

.dan4m{
	width: 100%;
	float: left;
	text-align: left;
	position: relative;
	z-index: 0;
}

.dan4m img{
	width: 100%;
	vertical-align: bottom;
}

.dan4m_text{
	position:  absolute;        /* 要素の配置方法を指定 */
    background-color: rgba(135,206,235,0.8);
	color: aliceblue;
    padding:  5px;             /* 余白指定 */
    left:  0px;                /* 右からの位置指定 */
	right: 0px;
    top: 0px;                  /* 上からの位置指定 */
	text-align: center;
}

.dan4{
	width: 50%;
	float: left;
	text-align: left;
	position: relative;
	z-index: 0;
}

.dan4 img{
	width: 99%;
	vertical-align: bottom;
    padding-top: 37px;
}

.dan4_text{
	position:  absolute;        /* 要素の配置方法を指定 */
    background-color: rgba(135,206,235,0.8);
	color: aliceblue;
    padding:  5px;             /* 余白指定 */
    left:  0px;                /* 右からの位置指定 */
	right: 5px;
    top: 0px;                  /* 上からの位置指定 */
	text-align: center;
}

.dan5{
	width: 50%;
	float: left;
	text-align: right;
	position: relative;
	z-index: 0;
}

.dan5 img{
	width: 99%;
	vertical-align: bottom;
    padding-top: 37px;
}

.dan5_text{
	position:  absolute;        /* 要素の配置方法を指定 */
    background-color: rgba(135,206,235,0.8);
	color: aliceblue;
    padding:  5px;             /* 余白指定 */
    left:  5px;                /* 右からの位置指定 */
	right: 0px;
    top: 0px;                  /* 上からの位置指定 */
	text-align: center;
}

.kaijyo{
	clear: both;
	background: rgba(0,0,0,0.4);
	margin-left: 0px;
margin-top:  10px;
margin-right: 0px;
margin-bottom: 10px;
}
.read{
	width: 1000px;
	margin: 0 auto;
}

.read img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.bun1{
	width: 980px;
	margin: auto;
	border: px dotted #9DDEF8;
	border-radius: 5px;
	padding: 10px;
	background-image: url(../img/back1.jpg)
}

.bun2{
	width: 1000px;
	margin: auto;
	border: px dotted #9DDEF8;
	border-radius: 5px;
	padding: 10px;
}

.siro{
	font-size: 16px;
	color:antiquewhite;
}
.siro2{
	color:white;
	text-decoration: none;
}
.sns{
	text-align: center;
	background-color:#A7A2A2;
}

.sns img{
	margin-left: 40px;
	margin-right: 40px;
	vertical-align: bottom;
}

.news{
	text-align: center;
}

.textlines {
    border: 2px solid #7A7777;  /* 枠線 */
    border-radius: 0.22em;   /* 角丸 */
    background-color: snow;  /* 背景色 */
    height: 120px;           /* 高さ */
    font-size: 1em;          /* 文字サイズ */
    line-height: 1.2;       /* 行の高さ */
	width: 93%;
	padding: 0.5em;
	margin-top: 10px;
	margin-left: 20px;
}

	.midasi2{
		padding-top: 10px;
        padding-bottom: 10px;
		padding-left: 10px;
		margin-bottom: 20px;
		border-top: medium solid rgba(143,191,238,1.00);
		border-bottom: medium solid rgba(143,191,238,1.00);
		color:dimgray;
	}

.midasi1{
		background-color:cornflowerblue;
		padding: 18px;
		color: aliceblue;
	}
.midasi3{
		background-color:rgba(82,193,208,1.00);
		padding: 18px;
		color: aliceblue;
	border-bottom: solid 10px 
rgba(95,158,160,1.00);
	margin-bottom: 10px;
}

.covi19{
    border-color: rgba(103,132,248,1.00);
    border-style: solid;
    border-width: 3px;
	margin-bottom: 15px;
}

.covi19_honbun1{
    padding: 15px;
}

.news1-midasi{
		background-color:cadetblue;
		padding: 18px;
		color: aliceblue;
	}

.news1{
    border-color:cadetblue;
    border-style: solid;
    border-width: 3px;
	margin-bottom: 15px;
}
.news1-1{
    border-color:cadetblue;
    border-style: solid;
    border-width: 3px;
	margin-bottom: 15px;
}
.kiji1{
    border-color:cornflowerblue;
    border-style: solid;
    border-width: 3px;
	border-radius: 10px 10px 10px 10px;
	background-image: url(../img/back1.jpg)
}
.kiji1-1{
		background-color:cornflowerblue;
		padding: 18px;
		color: aliceblue;
	}
.kiji1-2{
    padding: 15px;
}
.kiji2{
    border-color:indianred;
    border-style: solid;
    border-width: 3px;
	background-image: url(../img/hosyou101.jpg)
}
.kiji2-1{
		background-color:indianred;
		padding: 18px;
		color: aliceblue;
	}
.kiji2-2{
    padding: 15px;
}
.kiji3{
    border-color:steelblue;
    border-style: solid;
    border-width: 3px;
	background-image: url("../img/sinbi-index.jpg")
}
.kiji3-1{
		background-color:steelblue;
		padding: 18px;
		color: aliceblue;
	}
.kiji3-2{
    padding: 15px;
}
.kiji4{
    border-color:lightskyblue;
    border-style: solid;
    border-width: 3px;
	background-image: url("../img/back2.jpg")
}
.kiji4-1{
		background-color:lightskyblue;
		padding: 18px;
		color: aliceblue;
	}
.kiji4-2{
    padding: 15px;
}
.catch{
	width: 100%;
	position: relative;
}
.catch img{
	width: 100%;
	height: auto;
}
.catch-1{
	width: 100%;
	position: absolute;
	top:50%;
	text-align: center;
	background-color: rgba(255,255,255,0.4);
	font-size: 28px;
	padding: 25px 0px;
	font-weight: bold;
}
.catch-1-2{
	width: 100%;
	position: absolute;
	top:0%;
	text-align: center;
	background-color: rgba(255,255,255,0.4);
	font-size: 28px;
	padding: 25px 0px;
	font-weight: bold;
}
.menu-title1{
	width: 100%;
	text-align: center;
	margin:15px 0px;
	border-top: solid 5px;
	border-bottom: solid 5px;
}
.menu1{
	margin: 15px 0px;
	background-color:ghostwhite;
}
.menu1 img{
	vertical-align: bottom;
	width: 100%;
	height: auto;
}
.menu1-1{
	width: 24%;
	float: left;
	margin-right: 1%;
	position: relative;
}
.menu1-1moji{
    position: absolute;
    top: 0%;
    text-align: center;
    width: 100%;
    padding: 5px 0px;
    background-color: rgba(255,255,255,0.7);
    font-weight: bold;
    color: forestgreen;
}
.menu1-1moji a{
	text-decoration: none;
}
.menu1-1 img{
	width: 100%;
	height: auto;
}
.menu1-2{
	width: 24%;
	float: left;
	margin-right: 0.65%;
	margin-left: 0.35%;
	position: relative;
}
.menu1-2 img{
	width: 100%;
	height: auto;
}
.menu1-3{
	width: 24%;
	float: left;
	margin-left: 0.65%;
	margin-right: 0.35%;
	position: relative;
}
.menu1-3 img{
	width: 100%;
	height: auto;
}
.menu1-4{
	width: 24%;
	margin-left: 1%;
	float: left;
	position: relative;
}
.menu1-4 img{
	width: 100%;
	height: auto;
}
.mojimigi{
    padding: 15px;
    text-align: right;
}
.menutop1{
    padding-top: 106px;
}
.gnav {
    display: flex;
    height: 2rem;
    margin: 0 auto;
    width: 100%;
}
.gnav > li {/*親階層のみ幅を25%にする*/
    width: 20%;
}
/*全てのリスト・リンク共通*/
.gnav li {
    list-style: none;
    position: relative;
}
.gnav li a {
    background:#01939B;
    border-right: px solid #eee;
    color: #fff;
    display: block;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
/*子階層以降共通*/
.gnav li li {
    height: 0;
    overflow: hidden;
    transition: .5s;
	padding: 0;
	margin: 0 auto;
}
.gnav li li a {
    border-top: 1px solid #eee;
}
.gnav li:hover > ul > li {
    height: 2rem;
    overflow: visible;
}
/*aの背景色を指定*/   
.gnav li:hover a {/*親階層*/
    background:rgba(33,18,18,1.00);
}
.gnav li li a {/*子階層*/
    background:rgba(147,141,142,1.00);
}
.gnav li li:hover a {
    background: rgba(147,141,142,1.00);
}
/*リストに「▶︎」を付ける*/
.gnav > li > ul:before{/*子階層*/
    border: 5px solid transparent;
    border-top: 5px solid #fff;
    content: "";
    right: 1rem;
    position: absolute;
    top: 1rem;
    transform: translateY(-40%);
}
.gnav li ul li ul:before {/*孫階層*/
    border: 5px solid transparent;
    border-left: 5px solid #fff;
    content: "";
    left: -20px;
    position: absolute;
    top: 1em;
    transform: translateY(-50%);
}

	ul {
     padding-left: 0px;
}
.covi19_honbun1 ul{
	list-style: square;
	padding: 0px 25px 0px 25px;
}
.googlemap{
	width: 99.4%;
	border: #6495EC solid 3px;
	margin: 15px 0px;
	
}
 iframe {
	width: 100%;
	aspect-ratio: 16/4.7;
}
.footer-f{
	width: 50%;
	text-align: right;
	float: left;
	background-color:#92D2ED;
	padding: 10px 0px;
}
.footer-f img{
	width: 5%;
	height: auto;
	vertical-align: bottom;
	padding-right: 20px;
}
.footer-i{
	width: 50%;
	text-align: left;
	float: left;
	background-color:#92D2ED;
	padding: 10px 0px;
}
.footer-i img{
	width: 5%;
	height: auto;
	vertical-align: bottom;
	padding-left: 20px;
}
.facebook{
	width: 50%;
	float: left;
	background-color: cornflowerblue;
	color: aliceblue;
	padding:8px 0px 8px 0px;
	margin-bottom: 5px;
	text-align: center;
}
.facebook2{
	width: 48%;
	float: left;
	background-color: cornflowerblue;
	color: aliceblue;
	padding:1%;
	text-align: center;
}
.facebook2 img {
	width: 30%;
	vertical-align: bottom;
}
.instagram{
	width: 50%;
	float: left;
	background-color:crimson;
	color: aliceblue;
	padding: 8px 0px 8px 0px;
	margin-bottom: 5px;
	text-align: center;
}
.instagram2{
	width: 48%;
	float: left;
	background-color:crimson;
	color: aliceblue;
	padding:1%;
	text-align: center;
}
.instagram2 img{
	width: 30%;
	vertical-align: bottom;
}
.side-info{
	background-color: #00939B;
	color: white;
	padding: 10px 0px 10px 10px;
	margin-bottom: 6px;
}
.side-info img{
	width: 7%;
	height: auto;
	vertical-align: bottom;
	padding-right: 5px;
}
.top-img2022{
	position: relative;
	z-index: -1;
}

.top-img2022 img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.catch-copy{
	position: absolute;
	top: 40%;
	left: 20%;
	right: 20%;
	width: 60%;
	text-align: center;
	padding: 50px 0px;
	border-radius: 10px;
	background-color: rgba(237,243,243,0.80);
	font-size: 28px;
	font-weight: bold;
}
.catch-copy2{
	position: absolute;
	top: 55%;
	left: 20%;
	right: 20%;
	width: 60%;
	text-align: center;
	padding: 50px 0px;
	border-radius: 10px;
	background-color: rgba(237,243,243,0.80);
	font-size: 28px;
	font-weight: bold;
}
.oubo{
	width: 25%;
	text-align: center;
	margin: 30px auto;
	padding: 5px;
	border: 3px solid rgba(17,20,32,1.00);
}
.oubo a{
	text-decoration: none;
	font-weight: 700;
	color:blue;
}
.oubo a:hover{
	color: cornflowerblue;
}
.margin15{
	margin: 15px;
}
.title01{
	width: 100%;
	background-color: cadetblue;
	color: aliceblue;
	padding: 10px 0px;
	text-indent: 1em;
}
.side-info2{
	background-color:rgba(113,163,167,0.20);
	color: white;
	padding: 5px 0px 5px 15px;
}
.menu {
    position: relative;
    width: 100%;
    height: 50px;
    max-width: 100%;
    margin: 0 auto;
	text-indent: 1em;
}

.menu > li {
    float: left;
    width: 14.28571428571429%;
    height: 50px;
    line-height: 50px;
    background:rgba(2,146,156,1.00);
	list-style: none;
}

.menu > li a {
    display: block;
    color: #fff;
	text-decoration: none;
}

.menu > li a:hover {
    color: #999;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    background:rgba(92,158,163,1.00);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
    border-top: 1px solid #111;
	list-style: none;
}

.menu__third-level li {
    border-top: 1px solid #111;
}

.menu__second-level li a:hover {
    background: #111;
}

.menu__third-level li a:hover {
    background: #2a1f1f;
}

.menu__fourth-level li a:hover {
    background: #1d0f0f;
}

/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

.menu > li.menu__multi {
    position: relative;
}

li.menu__multi ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 100%;
    background: #072A24;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__multi:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

li.menu__multi ul.menu__second-level li {
    position: relative;
}

li.menu__multi ul.menu__second-level li:hover {
    background: #111;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level {
    position: absolute;
    top: -1px;
    left: 100%;
    width: 100%;
    background: #111;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__multi ul.menu__second-level li:hover ul.menu__third-level {
    visibility: visible;
    opacity: 1;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level li {
    position: relative;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level li:hover {
    background: #2a1f1f;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level li ul.menu__fourth-level {
    position: absolute;
    top: -1px;
    left: 100%;
    width: 100%;
    background: #2a1f1f;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level li:hover ul.menu__fourth-level {
    visibility: visible;
    opacity: 1;
}

.init-right:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.list_honbun1 ul{
	list-style: none;
}
.list_honbun1{
	padding: 10px;
	line-height: 2em;
	background-color:cornsilk;
}




.insta_list{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0;
}

.insta_list li{
    position: relative;
    width: calc((100% - 40px)/3);
}

@media screen and (max-width: 750px){
    .insta_list li{
        width: calc((100% - 20px)/2);
    }
}

.insta_list li::before{
	content: "";
	display: block;
	padding-top: 100%;
}

.insta_list a{
	position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.insta_list img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.insta_btn{
    background-color: #000;
    padding: .5em 1em;
    width: fit-content;
    margin: 0 auto;
    cursor: pointer;
    transition: .3s
}

.insta_btn a{
    color: #fff;
    text-decoration: none;
}

.insta_btn:hover{
    background-color: #999;
}
.hanbun{
	width: 50%;
	margin: 0 auto;
}
.sub-catch{
	border-left: 6px double rgba(95,158,160,1.00);
	border-right: 6px double rgba(95,158,160,1.00);
	padding-left: 15px;
	padding-right: 15px;
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	margin: 15px 0px;
}
.staff2019{
	width: 48%;
	float: left;
	padding: 0 0 0 13px;
}
.staff2019 img{
	width: 100%;
}
.staff2019_2 img{
	width: 100%;
}
.staff2019_2{
	width: 48%;
	float: left;
	padding: 0 0 0 13px;
}
.cp_iptxt {
	position: relative;
	width: 100%;
}
	
.cp_iptxt input[type=text] {
	font: 19px/24px sans-serif;
	box-sizing: border-box;
	width: 100%;
	margin: 8px 0;
	padding: 0.3em;
	transition: 0.3s;
	border: 1px solid #746F6F;
	border-radius: 4px;
	outline: none;
}
	
.cp_iptxt input[type=text]:focus {
	border-color: #da3c41;
}
	
.cp_iptxt input[type=text] {
	padding-left: 40px;
}
	
.cp_iptxt i {
	position: absolute;
	top: 8px;
	left: 0;
	padding: 9px 8px;
	transition: 0.3s;
	color: #524F4F;
}
	
.cp_iptxt input[type=text]:focus + i {
	color: #da3c41;
}
.cp_ipselect {
	overflow: hidden;
	width: 32%;
	margin: 10px 0 10px 22px;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl04 {
	position: relative;
	border: 2px solid #da3c41;
	background: #ffffff;
}
.cp_ipselect.cp_sl04::before {
	position: absolute;
	top: 0.8em;
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #da3c41;
	pointer-events: none;
}
.cp_ipselect.cp_sl04 select {
	padding: 8px 38px 8px 8px;
	color: #da3c41;
}
	
.cp_ipselect2 {
	overflow: hidden;
	width: 20%;
	margin: 25px;
	text-align: center;
}
.cp_ipselect2 select {
	width: 85%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect2 select::-ms-expand {
    display: none;
}
.cp_ipselect2.cp_sl01 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.cp_ipselect2.cp_sl01::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect2.cp_sl01 select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}
input[type=checkbox] {
    display: none;
}
	
.checkbox01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
	margin: 7px;
}
	
.checkbox01::before {
    background: #fff;
    border: 1px solid #231815;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
	
.checkbox01::after {
    border-right: 3px solid #ed7a9c;
    border-bottom: 3px solid #ed7a9c;
    content: '';
    display: block;
    height: 9px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
	
input[type=checkbox]:checked + .checkbox01::after {
    opacity: 1;
}

/* ラジオボタン01 */
input[type=radio] {
    display: none;
}
	
.radio01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
	margin: 25px;
}
	
.radio01::before {
    background: #fff;
    border: 1px solid #231815;
    border-radius: 50%;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
	
.radio01::after {
    background: #ed7a9c;
    border-radius: 50%;
    content: '';
    display: block;
    height: 10px;
    left: 9px;
    margin-top: -4px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 10px;
}
	
input[type=radio]:checked + .radio01::after {
    opacity: 1;
}
.date{
		width: 30%;
		margin-left: 22px;
		padding: 9px;
		border: #da3c41 2px solid;
	}

.font-sz{
	font-size: 19px;
}
.check li{
    position: relative;
    padding-left: 25px;
	list-style: none;
  }
 
.check li:before {
    content: "";
    position: absolute;
    top: .35em;
    left: 6px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 3px;
    height: 7px;
    border-right: 2px solid #8b6b4e;
    border-bottom: 2px solid #8b6b4e;
  }
 
.check li:after {
    content: "";
    position: absolute;
    top: .2em;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #8b6b4e;
    border-radius: 2px;
  }
.omousikomi{
	width: 30%;
	margin: 0 auto;
	text-align: center;
	padding: 10px;
	background-color:gold;
	color: white;
	font-size: 24px;
}
.logo img{
	width: 5%;
	height: auto
}
.read0{
	text-align: center;
	padding: 10px;
	font-weight: 600;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: coral;
}
.read0 img{
	width: 2.5%;
	height: auto;
	vertical-align:bottom;
	padding-right: 5px;
}
.catc01{
	width: 100%;
	height: auto;
	position: relative;
}
.catch-copy{
	position: absolute;
	top: 45%;
	left: 20%;
	right: 20%;
	width: 60%;
	text-align: center;
	padding: 50px 0px;
	border-radius: 10px;
	background-color: rgba(50,100,70,0.30);
	font-size: 50px;
	font-weight: bold;
	color: aliceblue;
}
.catch-copy3{
	position: absolute;
	top: 45%;
	left: 20%;
	right: 20%;
	width: 60%;
	text-align: center;
	padding: 50px 0px;
	border-radius: 10px;
	background-color: rgba(50,100,70,0.30);
	font-size: 18px;
	font-weight: bold;
	color: aliceblue;
}
.read2024-05{
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0px;
	text-align: center;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.hidari{
	width: 49.5%;
	height: auto;
	float: left;
	padding-right: 0.5%;
	position:relative;
}
img .hidari{
	width: 100%;
	height: auto;
}
.migi{
	width: 49.5%;
	height: auto;
	float: left;
	padding-left: 0.5%;
	position:relative;
}
img .migi{
	width: 100%;
	height: auto;
}
.honbun2024{
	width: 1000px;
	margin: 0 auto;
}

.honbun2024 img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.kiji2024-01{
    border-color:rgba(50,100,70,0.75);
    border-style: solid;
    border-width: 3px;
}
.kiji12024-02{
		background-color:rgba(50,100,70,0.75);
		padding: 18px;
		color: aliceblue;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
.check2024{
	background-color: rgba(50,100,70,0.15);
	padding: 0.1rem;
	border-radius: 0.5em;
	line-height: 2em;
}
.check2024 ul{
	list-style: none;
	padding-left: 40px;
}
.check2024 li{
	position: relative;
}
.check2024 li::before{
	content: "";
	display: block;
	width: 1.8rem;
	height: 0.5rem;
	border-left: 2px solid red;
	border-bottom: 3px solid red;
	transform: rotate(-45deg);
	position: absolute;
	top: 0.2rem;
	left: -2rem;
}
.check2024 li::after{
	content: "";
	position: absolute;
	top: 0.3rem;
	left: -2.2rem;
	width: 23px;
	height: 23px;
	border: 1px solid black;
	border-radius: 2px;
}

.check2024-2{
	background-color: rgba(232,161,164,0.20);
	padding: 0.1rem;
	border-radius: 0.5em;
	line-height: 2em;
}
.check2024-2 ul{
	list-style:circle;
	padding-left: 40px;
}
.omousikomi-google{
	width: 15%;
	margin: auto;
	text-align: center;
	padding: 20px;
	background-color: rgba(104,138,116,0.20);
	border-radius: 10px;
}