@charset "UTF-8";
/* CSS Document */
/* pc */
@media screen and (min-width: 780px) {
/* CSS Document */

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

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

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

.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: 660px;/*最大幅（調整してください）*/
  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;
}
#slide_img{
	position: relative;
}

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

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

#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:rgba(50,48,48,0.70);
	padding: 2px;
	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;
}
.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(214,208,208,0.70);
	padding: 2px;
	font-size: 22px;
}
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;
  text-align: left;
  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 2px white;
}

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

table.aaa2 th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color:rgba(82,194,208,0.65);
  color: white;
  text-align: center;
  padding: 10px;
  font-size: 18px;
}

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

table.aaa2 td{
  text-align: left;
  width: 70%;
  background-color: rgba(238,238,238,0.65);
  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;
  text-align: left;
  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: 1em;
  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: 48.5%;
	float: left;
	vertical-align: bottom;
	margin-bottom: 4px;
	text-align: center;
	padding: 5px;
}

.dan1 img{
	width:  100%;
}
.dan-in1{
	width: 99%;
	padding-right: 1%;
}

.dan2{
	width: 48.5%;
	float: right;
	vertical-align: bottom;
	margin-bottom: 4px;
	text-align: center;
	padding: 5px;
}

.dan2 img{
	width: 100%;
}
.dan-in2{
	width: 99%;
	padding-left: 1%;
}

.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;
	background-color: white;
}

.read img{
	width: 90%;
	height: auto;
	vertical-align: bottom;
}
	.read2{
	width: 1000px;
	margin: 0 auto;
	background-color: white;
}

.read2 img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
	.read3{
	width: 1000px;
	margin: 0 auto;
}

.read3 img{
	width: 90%;
	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;  /* 背景色 */
    width: 20em;             /* 横幅 */
    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-bottom: medium solid rgba(143,191,238,1.00);
		color:dimgray;
		line-height: 2.5em;
	}

.midasi1{
	background-color:cornflowerblue;
	padding: 18px;
	color: aliceblue;
	text-align: center;
	}
.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;
}
.midasi5{
	padding: 5px 0px;
	border-bottom: medium solid rgba(143,191,238,1.00);
	color:dimgray;
	font-size: 20px;
	font-weight: 600;
	line-height: 2.0em;
	}
.midasi6{
	padding: 5px 0px;
	border-bottom: medium solid rgba(142,131,131,0.60);
	color:dimgray;
	font-size: 18px;
	font-weight: 600;
	line-height: 2.0em;
	}

.covi19_honbun1{
    padding: 15px;
	background-color: white;
}

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

.news1-1{
    border-color:cadetblue;
    border-style: solid;
    border-width: 3px;
	margin-bottom: 15px;
}
.kiji1-1{
	background-color:cadetblue;
	padding: 18px;
	color: aliceblue;
	text-align: center;
	}
.kiji1-2{
    padding: 15px;
}
.kiji2-1{
	background-color:indianred;
	padding: 18px;
	color: aliceblue;
	text-align: center;
	}

.kiji3-1{
	background-color:steelblue;
	padding: 18px;
	color: aliceblue;
	text-align: center;
	}
.kiji3-2{
    padding: 15px;
}
.kiji4-1{
	background-color:lightskyblue;
	padding: 18px;
	color: aliceblue;
	text-align: center;
	}
.kiji5{
	background-color:rgba(246,246,234,1.00);
	padding: 10px;
	}
	.kiji5 ul li{
		list-style: none;
	}
	.kiji5-2{
	padding: 10px;
		background-color: white;
	}
	.kiji5-2 ul li{
		list-style: none;
	}
.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;
}
.menu0{
	width: 80%;
	margin: auto;
}
.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/14;
}
.footer-f{
	width: 50%;
	text-align: right;
	float: left;
	background-color:slategray;
	padding: 5px 0px;
	margin: 0;
}
.footer-f img{
	width: 5%;
	height: auto;
	vertical-align: bottom;
	padding-right: 30px;
}
.footer-i{
	width: 50%;
	text-align: left;
	float: left;
	background-color:slategray;
	padding: 5px 0px;
	margin: 0;
}
.footer-i img{
	width: 5%;
	height: auto;
	vertical-align: bottom;
	padding-left: 30px;
}
.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;
}
.catch-copy3{
	position: absolute;
	top: 33%;
	left: 2%;
	width: 20%;
	height: 20%;
	text-align: center;
	border-radius:50%;
	padding: 50px 0px;
	background-color:rgba(25,120,107,0.75);
	font-size: 28px;
	color: aliceblue;
	font-weight: bold;
	z-index: 99999;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.catch-copy4{
	position: absolute;
	top: 2%;
	right: 4%;
	width: 20%;
	height: 20%;
	text-align: center;
	border-radius:50%;
	padding: 50px 0px;
	background-color: rgba(237,243,243,0.80);
	font-size: 28px;
	font-weight: bold;
	z-index: 99999;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.catch-copy5{
	position: absolute;
	top: 33%;
	right: 4%;
	width: 20%;
	height: 20%;
	text-align: center;
	border-radius:50%;
	padding: 50px 0px;
	background-color:rgba(68,146,225,0.60);
	font-size: 28px;
	color: aliceblue;
	font-weight: bold;
	z-index: 99999;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.catch-copy6{
	position: absolute;
	top: 64%;
	right: 4%;
	width: 20%;
	height: 20%;
	text-align: center;
	border-radius:50%;
	padding: 50px 0px;
	background-color: rgba(237,243,243,0.80);
	font-size: 28px;
	font-weight: bold;
	z-index: 99999;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.catch-copy7{
	position: absolute;
	top: 0%;
	left: 0%;
	width: 40%;
	padding: 10px 0px;
	text-align: center;
	background-color: rgba(237,243,243,0.80);
	font-size: 28px;
	font-weight: bold;
	z-index: 99999;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.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;
	font-size: 14px;
}

.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;
}
.font-footer{
	font-size: 18px;
	color: aliceblue;
}
.font2{
	color:antiquewhite;
}
.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;
  }
.logomark img{
	width: 18px;
	height: auto;
}
.time-2{
	width: 50%;
	height: auto;
	margin: 0 auto;
}
.kodawari2024{
	width: 50%;
}
.footer-mae{
	width: 50%;
	float: left;
	font-size: 14px;
}
.footer-usiro{
	width: 45%;
	float: right;
	font-size: 14px;
}
.footer-usiro li{
	list-style: none;
	
}
.footer-usiro-hidari{
	width: 50%;
	float: left;
}
.footer-usiro-migi{
	width: 50%;
	float:left;
}
.footer-design{
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
.kamoku{
	width: 47%;
	font-size: 12px;
	background-color: aliceblue;
	border-radius: 5px;
	text-align: center;
	float: left;
	margin: 3px;
	padding: 3px;
}
.footer-time{
	border-collapse:  collapse;
	font-size: 14px;
	width: 100%;
}
table.footer-time td{
	border: 3px solid rgba(94,92,92,1.00);
	padding: 5px;
}
.dan01{
	width: 49%;
	float: left;
	margin-right: 1%;
}
.dan01 img{
	width: 100%;
	height: auto;
}
.dan02{
	width: 49%;
	float: left;
	margin-left: 1%;
}
.dan02 img{
	width: 100%;
	height: auto;
}
.mark{
	background:linear-gradient(transparent 60%, #ff6 60%);
}
.mark2{
	background:linear-gradient(transparent 60%, #DEF1FC 60%);
}
.mark3{
	background:linear-gradient(transparent 60%, #fcdce0 60%);
}
.btn_design {
    font-size: 18px;
    width: 36%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 20px;
    text-align: center;
    font-weight: bold;
    padding: 20px 15px;
    background-color: #333;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

/* マウスオーバー時 */
.btn_design:hover {
      letter-spacing: 6px;
	background-color: darkgray;
      cursor: pointer;
}
.btn_design2 {
    font-size: 18px;
    width: 36%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 20px;
    text-align: center;
    font-weight: bold;
    padding: 20px 15px;
    background-color: #333;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

/* マウスオーバー時 */
.btn_design2:hover {
      letter-spacing: 6px;
	background-color: darkgray;
      cursor: pointer;
}
.title-h1{
	text-align: center;
	color: black;
	font-size: 26px;
	margin: 0px 0px 15px;
}
.details {
	border-top: 2px solid #00a5a0;
	border-left: 2px solid #00a5a0;
	border-right: 2px solid #00a5a0;
	&:last-of-type {
		border-bottom: 2px solid #00a5a0;
	}
}
.details-summary {
	position: relative;
	display: block;
	padding: 20px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-color: #b2e4e2;
	&:hover {
		cursor: pointer;
		opacity: 0.8;
	}
	.btn {
		position: absolute;
		top: 37%;
		left: 10%;
		width: 18px;
		height: 18px;
		transform-origin: center center;
		transition-duration: 0.2s;

		&:before,
		&:after {
			content: "";
			background-color: #fff;
			border-radius: 10px;
			width: 18px;
			height: 4px;
			position: absolute;
			top: 7px;
			left: 0;
			transform-origin: center center;
		}
		&:before {
			width: 4px;
			height: 18px;
			top: 0;
			left: 7px;
		}
	}
	&.is-active {
		.btn {
			-webkit-transform: rotate(-180deg);
			transform: rotate(-180deg);
			&:before {
				content: none;
			}
		}
	}
}

.details-summary::-webkit-details-marker {
	display: none;
}

.details-content {
	padding: 20px;
	p {
		margin: 0 0 20px;
		color: #000;
		font-size: 14px;
		text-align: left;
		&:last-of-type {
			margin: 0 0 0;
		}
	}
}
.sabu ul li{
	padding: 1.0em;
	border-left: 30px rgba(235,223,224,1.00);
	border-radius: 10px;
	background-color:rgba(246,240,240,0.80);
}
.title-2024{
	font-size: 28px;
	font-weight: 700;
	border-bottom: dotted 2px rgba(247,3,7,0.60);
}
.title-2024-sub{
	font-size: 22px;
	font-weight: 700;
	border-bottom: dotted 2px rgba(120,116,116,1.00);
}
.center-title{
	text-align: center;
}
.cp_qa02 {
  margin: 0 auto;
}
.cp_qa02 .cp_actab input[type=checkbox] {
  display: none;
}
.cp_qa02 .cp_actab {
  padding: 20px 0;
  border-bottom: 1px dotted #cccccc;
}
/*質問テキスト*/
.cp_qa02 label {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 120%;
  width: calc(100% - 70px);
  margin: 0 0 0 50px;
  padding: 10px;
  cursor: pointer;
}
/*＋アイコン*/
.cp_qa02 label::before {
  position: absolute;
  content: '+';
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 210%;
  font-weight: bold;
  margin-left: -50px;
  padding: 0 0 0 0;
  transition: 0.4s ease;
}
.cp_qa02 .cp_actab input[type=checkbox]:checked ~ label::before {
  transform: rotate(45deg);
}
/*答えテキスト*/
.cp_qa02 .cp_actab-content {
  font-size: 1em;
  position: relative;
  overflow: hidden;
  height: 0;
  margin: 0 40px;
  padding: 0 14px;
  transition: 0.4s ease;
  opacity: 0;
}
.cp_qa02 .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
  height: auto;
  padding: 14px;
  opacity: 1;
}
.info-call{
    border-color:cadetblue;
    border-style: solid;
    border-width: 3px;
}
.box-0{
	width: 1000px;
	height: auto;
	padding: 8px;
	margin: 0 auto;
}
.box-1{
	width: 49.6%;
	float: left;
	padding: 1px;
}
.box-2{
	width: 49.6%;
	float: left;
	padding: 1px;
}
img{
	vertical-align: bottom;
}
.time1{
	width: 1000px;
	margin: auto;
}
.time0{
	width: 100%;
	height: auto;
	background-color: rgba(224,218,218,1.00);
}
.cp_qa02 {
  margin: 0 auto;
}
.cp_qa02 .cp_actab input[type=checkbox] {
  display: none;
}
.cp_qa02 .cp_actab {
  padding: 20px 0;
  border-bottom: 1px dotted #cccccc;
}
/*質問テキスト*/
.cp_qa02 label {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 120%;
  width: calc(100% - 70px);
  margin: 0 0 0 50px;
  padding: 10px;
  cursor: pointer;
}
/*＋アイコン*/
.cp_qa02 label::before {
  position: absolute;
  content: '+';
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 200%;
  font-weight: bold;
  margin-left: -50px;
  padding: 0 0 0 0;
  transition: 0.4s ease;
}
.cp_qa02 .cp_actab input[type=checkbox]:checked ~ label::before {
  transform: rotate(45deg);
}
/*答えテキスト*/
.cp_qa02 .cp_actab-content {
  font-size: 1em;
  position: relative;
  overflow: hidden;
  height: 0;
  margin: 0 40px;
  transition: 0.4s ease;
  opacity: 0;
}
.cp_qa02 .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
  height: auto;
  padding: 14px;
  opacity: 1;
}
.kijyun ul li{
	list-style: inside;
	text-indent: -1em;
	padding-left: 1em;
}
.kijyun2 ul li{
	list-style: none;
	text-indent: 1em;
}
.inner{
	padding: 20px;
	background-color:floralwhite;
}
.futomoji{
	font-weight: bold;
	color: firebrick;
}
.migiyose{
	text-align: right;
}
span.marker1{
	background: linear-gradient(transparent 50%, RGB(60, 179, 113,0.45) 50%);
}
	.single-base{
        width: 1000px;
        margin: auto;
        padding-top: 50px;
    }
    
    .single{
        width: 80%;
		float: left;
    }
    .single-side{
        width: 15%;
        margin: auto;
		float: right;
    }
        .single-side h2{
        border-bottom: solid rgba(0,11,38,1.00) 5px;
    }
	
    .single0{
        width: 100%;
    }
    
    .single0 img{
        width: 100%;
        height: auto;
    }
    
.article-content {
  margin-bottom: 2rem;
}
 
.article-content .article-info {
  margin-bottom: .5rem;
}
 
.article-content .cat-data a {
  font-size: .8rem;
  margin-right: .5rem;
  padding: .1rem .5rem;
  text-decoration: none;
  color: #fff;
  background-color: #03162f;
}
 
.article-content .article-info .article-date,
.article-content .article-info .article-author {
  font-size: .8rem;
  display: inline-block;
  margin-right: .5rem;
  color: #888;
}
 
.article-content .article-info .article-author i {
  margin-right: .3rem;
}
 
.article-content p,
.article-content b,
.article-content table,
.article-content ul,
.article-content ol {
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 1px;
}
 
.article-content p,
.article-content img,
.article-content table,
.article-content ul,
.article-content ol {
  margin-bottom: 2rem;
}
 
.article-content h1 {
  font-size: 1.9rem;
  margin: 0 0 2rem;
  letter-spacing: 1px;
}
 
.article-content h2 {
  font-size: 1.5rem;
  margin: 3rem 0 2rem;
  padding: .4rem 0;
  letter-spacing: 1px;
  border-bottom: solid 5px #03162f;
}
 
.article-content h3 {
  font-size: 1.5rem;
  margin: 2.5rem 0 1.8rem;
  padding: 0 1rem;
  letter-spacing: 1px;
  border-left: solid 7px #415671;
  background: transparent;
}
 
.article-content h4 {
  font-size: 1.3rem;
  margin: 2rem 0 1rem;
  letter-spacing: 1px;
}
 
.article-content h5 {
  font-size: 1.1rem;
  margin: 0 0 .3rem;
  letter-spacing: 1px;
}
 
.article-content .article-img {
  margin-bottom: 2rem;
}
 
.article-content .article-img img {
  display: block;
  margin: 0 auto;
    width: 100%;
    height: auto;
}
 
.article-content ul {
  margin-left: 2rem;
  list-style: disc;
}
 
.article-content ol {
  margin-left: 2rem;
  list-style: decimal;
}
 
.article-content table {
  border-collapse: collapse;
}
 
.article-content th,
.article-content td {
  padding: .6rem;
  vertical-align: middle;
  border: 1px solid #ddd;
}
 
.article-content figure {
  max-width: 100%;
}
 
.article-tag {
  text-align: right;
}
 
.article-tag ul {
  font-size: 0;
  margin-bottom: 0;
}
 
.article-tag ul li {
  font-size: .9rem;
  display: inline-block;
  margin-right: .5rem;
  vertical-align: middle;
}
 
.article-tag ul li:last-child {
  margin-right: 0;
}
 
.article-tag ul li a {
  padding: .2rem .5rem;
  text-decoration: none;
  color: #000;
  border: 1px solid #000;
}
 
.article-tag ul li a:hover {
  opacity: .6;
}

    .p-n{
        width: 100%;
        text-align: center;
    }
    .p-n li{
        list-style: none;
        display: inline-block;
        padding: 50px;
    }
	.kro{
		color: rgba(0,0,0,1.00);
	}
	.hidari2025{
		width: 20%;
		float: left;
	}
	.migi2025{
		width: 80%;
		float: right;
	}
