<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

.header {
  width: 95%;
  height: 85px;
  background-color: #FFF;
  position: relative;
}
.header-rogo p img {
  width: 180px;
}
@media (min-width:480px) {
.header-rogo p a[href="tel:0561-52-5111"]{
    pointer-events: none;
    cursor: default;
  text-decoration: none;
  }
}
@media(min-width:480px) {
  .h1 {
    justify-content: center;
  }
  .header-rogo {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
  }
  .header-rogo h1 {
    display: flex;
    justify-content: center;
    margin: auto;
  }
  .header-rogo h1 a{
    text-align: center;
    width: 90%;
  }
  .header-rogo h1 a img{
    text-align: center;
    margin: 0 auto 0 70px;
  }
  .header-rogo p {
    position: absolute;
    right: 0;
  }
  .header-rogo p img {
    width: 180px;
  }
}
.header-rogo {
  position: absolute;
  left: 23px;
  top: 10px;
}
.header-rogo h1 img {
  float: left;
  width: 70%;
  left: 0px;
  top: 0px;
}
.header-rogo p img {
  float: left;
  margin-top: 10px;
}
/*ナビゲーション*/
@media(min-width:480px) {
  .header__navigation {
    width: 100%;
    margin: 0 auto 0 auto;
  }
  .header__navigation ul {
    display: table;
    padding: 90px;
    width: 90%;
    text-align: center;
  }
  .header__navigation li {
    display: table-cell;
    min-width: 50px;
  }
  .header__navigation a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #555;
    padding-bottom: 5px;
  }
  .header__navigation li:hover {
    color: #00A0E9;
    border-bottom: 3px solid #00A0E9;
  }
}
/*ナビゲーションおわり*/

@media (max-width:480px) {
  /*ハンバーガーアイコン*/
  #nav-drawer {
    text-align: right;
    position: relative;
    margin-top: 10px;
  }
  #nav-open {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 22px;
  }
  #nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;
    width: 25px;
    background-color: #777;
    display: block;
    content: "";
  }
  #nav-open span:before {
    bottom: -8px;
  }
  #nav-open span:after {
    bottom: -16px;
  }
  #nav-close {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
  }
  #nav-content {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 80%;
    background-color: #fff;
    text-align: left;
    padding: 20px 0 0 24px;
    transform: translatex(-105%);
    transition: 0.3s ease-in-out;
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0);
  }
  .nav-drawer__title {
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 46px;
  }
  nav-drawer__link-top {
    display: block;
  }
  #nav-content ul li {
    margin-bottom: 36px;
  }
  #nav-content ul li a {
    font-size: 1.6rem;
    font-weight: 600px;
    color: #333;
    text-decoration: none;
  }
  #nav-input:checked ~ #nav-close {
    display: block;
  }
  #nav-input:checked ~ #nav-content {
    transform: translatex(0%);
  }
}
/*ハンバーガーアイコンおわり*/



.container{
  margin-right: auto;
  margin-left : auto;
  width:1000px;
}

.main {
  width: 850px;
  position: relative;
}

.profile_pc {
  width: 850px;
  height: 262px;
  object-fit: cover;
  margin: 37px auto 0 auto;
}
.profile_sp {
  display: none;
}

.torikumi{
  position: absolute;
  width: 340px;
  height: 63px;
  background: #F4B3C2;
  color: #fff;
  margin: -40px auto 0 335px;
}
.torikumi p{
  text-align: center;
  padding: 20px;
  font-size: 1.5em;
  font-weight: bold;
}

@media (max-width:480px) {

  .container{
  width:375px;
}
  .main {
  width: 375px;
  display: block;
  position: relative;
}
 .profile_pc{
    display: none;
  }
.profile_sp{
  display: block;
    width: 100%;
    margin: 30px auto 0 auto;
  }

  
  
  .torikumi{
  position: relative;
  width: 200px;
  height: 50px;
  background: #00A5E3;
  color: #fff;
  margin: -20px auto 0 auto;
}
.torikumi p{
  text-align: center;
  padding: 15px;
  font-size: 1.2em;
  font-weight: bold;
}
}

.our{
  width: 520px;
  margin: 50px auto 30px auto;
  color: #F4B3C2;
  border-bottom: 1px solid;
}

@media (max-width:480px) {
 .our{
  width: 375px;
  margin: 20px auto 30px auto;
  color: #00A5E3;
  border-bottom: 1px solid;
  }}
  

.container_2{
  width: 850px;
  display: flex;
  margin: 0 auto 20px auto;  
}

  /*サイドpc*/

li{
  list-style: none;
  margin: 0;
}

.side{
  width: 255px;
  padding: 0px;
  padding: 0;
}

.ul li{
  margin: 0;
	padding: 0;
	list-style-type: none;

}

#category{
	background-color: #f2f2f2;
	box-shadow: 0px 0px 10px #ccc;
	border: 1px solid #bbb;
	padding-bottom: 10px;
	font-size: 15px;
	color: #666;
	font-weight: bold;
	width: 255px;
  box-sizing: border-box;
}

#category a{
	text-decoration:none;
	color: #666;
}
#category a:hover{
	color: #ffffff;
}
#menu{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
  list-style-type: none;
    margin-top: -24px;  /*これ*/

}

.main_menu{
  padding: 15px 0px;
	padding-bottom: 15px;
	background-color: #42BDD8;
	font-weight: bold;
	text-indent: -10px;
	display: block;
	position: relative;
	border-top: 1px dashed #fff;
	width: 255px;
  color: #fff;
}

.main_menu::before{
  content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -6px;
}

#menu .open::before {
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    margin-top: -3px;
}
#menu .main_menu:hover,#menu .open {
	background-color: #00A6B8;
	color: #FFF;
}
#menu .main_menu:hover::before ,#menu .open::before{
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
}

.sub_menu li a{
  padding-top: 10px;
	padding-bottom: 10px;
	text-indent: 20px;
	background-color: #BAE3F9;
	display: block;
	position: relative;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #fff;
  text-decoration: none;
  color: #000;
  width: 255px;
}

.sub_menu li a::before{
  content: '';
	width: 0;
	height: 0;
	border: solid 4px transparent;
	border-left: solid 6px #999;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -4px;
	margin-left: 15px;
}

.sub_menu li a:hover{
  background-color: #fff;
}

.sub_menu li a:hover::before{
  border-left: solid 6px #ffffff;
}
#menu {
  display: flex;
  flex-direction: column; /* 垂直に並べる */
  gap: 0; /* 要素間の余白をゼロに設定 */
}

.sub_menu {
  display: flex;
  flex-direction: column;
  gap: 0;
}

  /*サイドpc終わり*/

@media (max-width:480px) {
.container_2{
  display:block;
  width:100%;
  height: auto;
  margin: 0 auto;
  }
}
@media (max-width:480px) {
  /*サイドsp*/
.side{
  display:none;
  width: 250px;
  margin: 0 auto;
  }
#category{
	background-color: #f2f2f2;
	box-shadow: 0px 0px 10px #ccc;
	border: 1px solid #bbb;
	padding-bottom: 10px;
	font-size: 15px;
	color: #666;
	font-weight: bold;
	width: 355px;
  box-sizing: border-box;
}
  category a{
	text-decoration:none;
	color: #666;
}
#category a:hover{
	color: #ffffff;
}
#menu{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
  list-style-type: none;
  margin-top: -24px;  /*これ*/
}

.main_menu{
  padding: 10px 0px;
	padding-bottom: 10px;
	background-color: #42BDD8;
	font-weight: bold;
	text-indent: -10px;
	display: block;
	position: relative;
	border-top: 1px dashed #fff;
	width: 320px;
  color: #fff;
  margin: 0 auto 0 -35px;
}
  main_menu::before{
  content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -6px;
}
#menu .open::before {
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    margin-top: -3px;
}
#menu .main_menu:hover,#menu .open {
	background-color: #00A6B8;
	color: #FFF;
}
#menu .main_menu:hover::before ,#menu .open::before{
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
}

  .sub_menu li a{
  padding-top: 10px;
	padding-bottom: 10px;
	text-indent: 20px;
	background-color: #BAE3F9;
	display: block;
	position: relative;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #fff;
  text-decoration: none;
  color: #000;
  width: 320px;
   margin: 0 auto 0 -35px;
}
.sub_menu li a::before{
  content: '';
	width: 0;
	height: 0;
	border: solid 4px transparent;
	border-left: solid 6px #999;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -4px;
	margin-left: 15px;
}

 .sub_menu li a:hover{
  background-color: #fff;
}

.sub_menu li a:hover::before{
  border-left: solid 6px #ffffff;
}
#menu {
  display: flex;
  flex-direction: column; /* 垂直に並べる */
  gap: 0; /* 要素間の余白をゼロに設定 */
}

.sub_menu {
  display: flex;
  flex-direction: column;
  gap: 0;
}
}

/*サイドsp終わり*/

.main_right{
  width: 550px;
  margin: 0 0 0 auto;
}
.uretan{
  width: 100%;
}
.uretan img{
  width: 266px;
  float: left;
  margin: 0 auto 0 auto;
}
.mini_title{
  width: 100%;
  font-size:20px;
  font-weight: bold;
  margin: 25px auto 0px auto;
  text-align: left;
}
.mini_title2{
  width: 100%;
  float: left;
  text-align: left;
  margin: 10px auto 10px auto;
  font-size:20px;
  font-weight: bold;
}

.table_column{
  margin: 15px auto 10px auto;
}
.table1{
  width: 650px;
  table-layout: fixed;
  margin: 0 auto 0 auto;
}
.name{
  width: 160px;
  table-layout: fixed;
}

.table1,td,th{
  border: solid 1px #000;
  padding: 5px;
  font-size: 1.2rem;
  vertical-align: middle;
  text-align: center;
}
.table1,th{
  color: #000;
}
.name,img{
  width: 145px;
  margin: 5px;
}
.name img{
  width: 100%;
  margin: 0;
}
.number{
  width: 75px;
  table-layout: fixed;
}
.sekou_text{
  width: 550px;
  text-align: left;
  margin: 0px auto 15px auto;
  font-size: 1.2rem;
  line-height: normal;
}
.table2{
  width: 650px;
  table-layout: fixed;
  margin: 0 auto 0 auto;
}
.name2{
    width: 125px;
}
.name2 img{
  width: 100%;
  margin: 0;
}
.name2,td{
  padding: 15px;
}
.table3{
  width: 650px;
  table-layout: fixed;
  margin: 0 auto 0 auto;
}
.table3 td{
  text-align: left;
  padding: 15px;
  table-layout: fixed;
}
.table3 th img{
  width: 125px;
  
}
.second{
  width: 140px;
}
.sekou_text2{
  width: 100%;
  display: flex;
  text-align: left;
  font-size:13px;
  line-height: normal;
  margin: 0 auto 0 auto;
}
.mini_list1{
  width: 250px;
}


@media (max-width:480px) {
.main_right{
  display: block;
  width: 100%;
  height: 100%;
  margin: 20px auto 20px auto;
}
  .uretan{
    width: 100%;  
    display: flex;
    justify-content: center;
}
  .uretan img{
  width: 250px;
  float: left;
  margin: 0 auto 0px 20px;
}
.mini_title{
  width: 355px;
  font-size:20px;
  font-weight: bold;
  margin: 5px auto 0px auto;
  text-align: left;
}
.mini_title2{
  width: 328px;
  text-align: left;
  margin: 10px auto 10px 10px;
  font-size:15px;
  font-weight: bold;
}

.table_column{
  margin: 15px auto 10px auto;
}
.table1{
  width: 355px;
  table-layout: fixed;
  margin: 0 auto 0 auto;
}
.name{
  width: 40px;
  table-layout: fixed;
}
.number{
  width: 80px;
  table-layout: fixed;
}
  
.table1,td,th{
  border: solid 1px #000;
  padding: 5px;
  font-size: 1.1rem;
  vertical-align: middle;
  text-align: center;
}

.name,img{
  width: 80px;
  margin: 5px;
}

.table2{
  display: flex;
  width: 355px;
  border-collapse: collapse;
  margin: 10px;
  overflow-x: scroll;
  white-space: nowrap;
  
}
 .table2 th, .table2 td{
    border: 1px solid #000;
    padding: 4px;
    height: 20px;
    margin: 10px;

  }
.table2 th img{
    width: 80px;
  display: block;
  }
  


.table3 name2{
  display: block;
  width: 345px;
  }

.table3{
  width: 355px;
  table-layout: fixed;
  margin: 0 auto 0 auto;
}
.table3 td{
  text-align: left;
  padding: 15px;
  table-layout: fixed;
}
  .name2{
    width: 130px;
  }
  .second{
    width: 70px;
  }
  
  
.name2 img{
  width: 80px;
  margin: 0px auto 0 auto;
  vertical-align: middle;
  }
  



.mini_list1{
  width: 150px;
  display: block;
}
.sekou_text{
  width: 355px;
  text-align: left;
  margin: 0px auto 15px auto;
  font-size: 1.2rem;
  line-height: normal;
}


}


.sub {
  background-color: #E6E6E6;
  width: 100%;
  font-size: 0.9em;
  text-align: left;
  position: absolute;
  margin-bottom: 10px;

}
.goaisatu1,goaisatu2 {
  display: flex;
  vertical-align: top;
  margin: 10px 10px 20px 30px;
  padding: 5px;
}
.goaisatu2 {
  display: flex;
  vertical-align: top;
  margin: 10px 10px 20px 30px;
  padding: 5px;
}
.goaisatu3 {
  display: flex;
  vertical-align: top;
  margin: 10px 10px 20px 30px;
  padding: 5px;
}
.sub_block{
  display: flex;
  width: 100%;
}
.footer {
  background-color: #0068B7;
  color: #FFFBFB;
  padding-top: 5px;
  padding-left: 10px;
  padding-bottom: 5px;

}
@media (max-width:480px) {
  .sub {
  background-color: #E6E6E6;
  width: 100%;
  font-size: 0.9em;
  text-align: left;
  position: absolute;
  margin-top: 0px;  
}
  .sub_block{
  width: 374px;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
.goaisatu1 {
  width: 100px;
  height: 100%;
  display: flex;
  vertical-align: top;
  margin: 10px 10px 0 10px;
}

.goaisatu2 {
  width: 210px;
  height: 100%;
  display: flex;
  vertical-align: top;
  margin: 15px auto 0px auto;
  padding: 0;
}
  .goaisatu3 {
  width: 210px;
  display: block;
  vertical-align: top;
  margin: 0px auto 10px 147px;
  padding: 0;
}

.footer {
  background-color: #0068B7;
  color: #FFFFFF;
  padding-top: 5px;
  padding-left: 10px;
  padding-bottom: 5px;
}
}</pre></body></html>