@charset "UTF-8";

html { font-size: 62.5%; }
body { color: #472715; line-height: 1.7; font-size: 1.6rem; font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif; }
* { margin: 0; padding: 0; box-sizing: border-box; }
a { color: #472715; text-decoration: none; transition: .3s; }
a:hover { opacity: 0.6; transition: .3s; }
li { list-style-type: none; }
img { width: 100%; height: auto; vertical-align: bottom; }

#kissako { max-width: 1000px; margin: 0 auto; }
#kissako section { margin-bottom: 50px; }
#kissako h2 { background: #2c9a8e; color: #fff; padding: 0.5% 30px; font-size: 25px; font-weight: bold; margin-bottom: 30px; position: relative; }
#kissako h2:before { content: ""; background: #fff; width: 7px; height: 60%; position: absolute; left: 15px; top: 20%; }
#kissako span.orange { color: #d78000; }
#kissako .breadcrumbs { display: flex; margin: 1% 0; color: #2c9a8e; font-weight:bold; }
#kissako .breadcrumbs a { color: #2c9a8e; font-weight:bold; }

header { width: 100%; height: 80px; background: #fff; border-bottom: 1px solid #e5e5e5; position: fixed; top: 0; left: 0; z-index: 100; box-shadow: 0px 0px 6px rgba(0,0,0,0.1); }
.header_inner { max-width: 1000px; height: 100%; margin: 0 auto; padding: 0 1%; display: flex; align-items: center; justify-content: space-between; }
.header_inner nav { width: 500px; }
.header_inner nav ul { display: flex; align-items: center; justify-content: space-between; }
.header_inner nav ul li { padding: 0 2%; height: 100%; text-align: center; }
.header_inner nav ul li a { display: block; line-height:1.3; }
footer { width: 100%; padding: 1% 0; font-size: 1.4rem; text-align: center; color: #fff; background: #057c25; margin-top: 100px; }

.mv { width: 100%; height: 340px; margin: 80px auto 50px auto; background-image: url(../images/kissako_mv.jpg); background-size: cover; position: relative; }
.mv p { position: absolute; right:1%; bottom: 5%; text-align: right; color: #fff; font-weight: bold; font-size: 120%; text-shadow: 0px 0px 8px black; }

.sp { display:none; }

/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 13px;
  top   : 20px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 4px;
  border-radius: 3px;
  left    : 6px;
  background : #555;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
  background-color: #057c25;
}
.hamburger span:nth-child(2) {
  top: 20px;
  background-color: #057c25;
}
.hamburger span:nth-child(3) {
  top: 30px;
  background-color: #057c25;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

.globalMenuSp {
  margin-top:80px;
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  background: #fff;
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
}

.globalMenuSp ul {
  background: #d9e4ce;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.globalMenuSp ul li {
  list-style-type: none;
  padding: 2% 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}
.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.globalMenuSp ul li:hover{
  background :#ddd;
}

.globalMenuSp ul li a {
  display: block;
  padding: 1em 0;
  text-decoration :none;
}
.globalMenuSp ul li a img {
  width: 70%;
  margin-bottom: 10px;
}

/* このクラスを、jQueryで付与・削除する */
.globalMenuSp.active {
  transform: translateX(0%);
}




@media (max-width: 690px) {
#kissako { padding: 0 1%; }
.header_inner h1 { width:auto; padding: 0 0 0 3%; }
.header_inner nav { font-size: 75%; width: 70%; }
.header_inner nav ul li { padding: 0%; }
.header_inner nav ul li:last-child { width: 45%; }
#kissako h2 { font-size: 18px; padding-right:0; }
.pc { display:none; }
.sp { display:block; }
}

#kissako .about .inner { display: flex; justify-content: space-between; }
#kissako .about .inner figure { width:40%; }
#kissako .about .inner div { width:60%; padding: 2% 0 2% 2%; }
#kissako .about .inner p { margin-bottom: 1em; }

@media (max-width: 480px) {
#kissako .about .inner { display: block; }
#kissako .about .inner figure { width:100%; margin-bottom: 20px; }
#kissako .about .inner div { width:100%; padding: 1%; }
}

.mb20 { margin-bottom: 20px; }
.mt80 { margin-top: 80px; }
#kissako .service .inner { padding: 50px 0; display: flex; justify-content: space-evenly; }
#kissako .service .inner02 { padding: 30px 0 50px 0; display: flex; justify-content: space-between; }
#kissako .service .inner02 h3 { color: #b4000e; margin-bottom:10px; }
#kissako .service .inner02 .schedule { width: 40%; }
#kissako .service .inner02 table { border-collapse: collapse; margin: 0 auto; width: 80%; }
#kissako .service .inner02 table tr:nth-child(odd) { background: #d9e4ce; }
#kissako .service .inner02 table th,
#kissako .service .inner02 table td { padding: 5px 10px; }
#kissako .service .daytime { width:80%; display:flex; border:2px solid #d78000; margin:0 auto; }
#kissako .service .daytime dt { background: #d78000; padding:2%; color:#fff; font-weight:bold; width:50%; font-size:2rem; }
#kissako .service .daytime dd { padding:2%; }
#kissako #syurou, #kissako #jiritsu { padding-top:150px; margin-top:-150px; }

@media (max-width: 480px) {
#kissako .service .inner { display: block; width:80%; margin:0 auto; }
#kissako .service .inner a:first-child { display: block; margin-bottom: 20px; }
#kissako .service .inner02 { padding: 30px 0; display: block; }
#kissako .service .inner02 .schedule { width: 100%; margin-bottom: 30px; }
#kissako .service .inner02 table { width:75%; }
#kissako .service .daytime { width:90%; display:block; }
#kissako .service .daytime dt { width:100%; text-align: center; }
}

#kissako .company dl { width: 80%; margin: 0 auto; display: flex; }
#kissako .company dt,
#kissako .company dd { padding: 15px 20px; }
#kissako .company dl:nth-child(even) { background: #d9e4ce; }
#kissako .company dt { font-weight: bold; text-align: left; width:30%; }

@media (max-width: 480px) {
#kissako .company h2 { margin-bottom:0; }
#kissako .company dl { width: 100%; display: block; }
#kissako .company dl:nth-child(even) { background: #fff; }
#kissako .company dt { width:100%; background: #d9e4ce; }
}

#kissako .access iframe { width: 100%; height: 400px; margin-bottom: 30px; }
#kissako .access .inner { width: 100%; display: flex; }
#kissako .access .inner > div { width: 50%; padding: 2%; }
#kissako .access .inner .thumb-item { width: 50%; }
#kissako .access .inner .thumb-item-nav .slick-track { width: 100% !important; }
#kissako .access .inner .thumb-item-nav .slick-track li { width: 28% !important; margin: 0 2%; }
#kissako .access .inner p { margin-bottom: 50px; }

@media (max-width: 480px) {
#kissako .access h2 { margin-bottom:0; }
#kissako .access .inner { display: block; }
#kissako .access .inner > div { width: 100%; padding: 0%; }
#kissako .access .inner .thumb-item { width: 100%; }
#kissako .access .inner .thumb-item-nav .slick-track { margin-bottom: 20px; }
#kissako .access .inner .thumb-item-nav .slick-track li { width: 31% !important; margin: 0 1%; }
}

ul2 {
  display: flex;
  justify-content: space-around;
  text-align: center;
}
li2 {
  width: 25%;
}
