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

/* border-box 全要素設定 */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main {
  font-family: sans-serif;
  font-style: normal;
  font-weight: 400;
  background-color: #ffeee8;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.title {
  height: 310px;
  background-image: url(../images/access/acsess-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-shadow: 1px 1px 10px #4b2c14;
}

.title h1 {
  font-family: kokuryu, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  letter-spacing: 0.3em;
}

.title p {
  font-family: "shinryu", sans-serif;
  font-size: 30px;
  margin-top: 15px;
}

.main h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
}

/* タイトル装飾 */
@media (min-width: 1200px) {
  .map p::before {
    content: "　　";
  }

/* 見出し装飾 */
  .map h2 {
    position: relative;
    background: #e0af0c;
    box-shadow: 0px 0px 0px 5px #e0af0c;
    border: dashed 2px white;

    color: #454545;
    margin-left: auto;
    margin-right: auto;
  }

  .map h2:after {
    position: absolute;
    content: "";
    left: -7px;
    top: -7px;
    border-width: 0 0 30px 35px;
    border-style: solid;
    border-color: #fff #ffeee8 #ce9313;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  }
}
/* 見出し装飾ここまで */

.map {
  font-family: mizolet, sans-serif;
  width: 980px;
  margin: 3em auto;
  position: relative;
  background-color: #ffeee8;
}

#honba {
  font-family: shinryu, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: red;
  font-weight: bold;
  font-size: 90%;
  margin-bottom: -5px;
}

#kaki {
  font-family: shinryu, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
}

/* マップエリア */
@media (min-width: 1201px){
.map_01 {
  width: 960px;
  height: 540px;
  margin: 1em auto;
  transition-duration: 0.5s;
  background-size: cover;
  position: relative;
}

#map01 {
  border-radius: 10px;
}

#akabeko_gif {
  position: absolute;
margin-top: -10%;
  left: -10px;
  transform: scale(1);
  transition-duration: 10s;
}



#akabeko_gif:hover {
  transform: translate(40px,250px) scaleX(-0.1) ;
  filter:opacity(0%);
  /* transform: scaleX(-1); */
  /* transform: scale(0); */
  transition-duration: 0.3S;
}

.map_01:hover {
  transform: scale(1.03,1.03);
  transition-duration: 1S;
}}

/* マップエリアここまで */

.contact {
  position: static;
  width: 930px;
  max-width: 90%;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
}

/* バルーン */
.balloon1 {
  position: static;
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: pink;
  border-radius: 15px;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 10%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid pink;
}

.balloon1 h2 {
  margin: 0;
  padding: 0;
}
/* バルーンここまで */

.otoiawase {
  margin: 5px auto;
  border-radius: 10px;
}

.TEL-FAX {
  font-family: mizolet, sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 25px;
  line-height: 30px;
  color: #e6510b;
  padding-top: 20px;
  font-size: 20px;
  font-weight: bold;
  text-shadow: #cbff30 1px 1px 1px;
  text-align: center;
  text-underline-position: under;
}

.TEL-FAX u:hover {
  background-color: #eecbf5;
}

#tel_fax {
  font-size: large;
}

/* 電話番号の表示切り替え */
input + #tel_fax {
  display:none;
}
input:checked + #tel_fax {
  display:block;
  color: #5d00ff;
  margin: 1em 0;
}
#check {
  display:none;
}
/* ここまで */


@media (max-width: 1200px) {
  .main h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
  }

  #kitaoyama span{
    display: block;
    margin: 0.5em;
    text-align: center;
  }

#honba {
  margin-left: 5%;
}

#kaki {
  margin-left: 7%;
}

.map {
  width: auto;
}

.map01 {
  width: 10%;
  position: relative;
  }

#akabeko_gif {
  position: absolute;
  width: 35%;
  margin-top: -8%;
  left: 0;
  transform: scale(1);
  transition-duration: 10s;
}
  
#akabeko_gif:hover {
  transform: translate(30px,150px) scaleX(-0.1) ;
  filter:opacity(0%);
  transition-duration: 0.1S;
}

  }

  .form-area dt,
  .form-area dd {
    width: 100%;
  }

  .form-area dt {
    padding-bottom: 0;
  }

  .submit-button {
    width: 100%;
  }

  .header-logo {
    width: 30%;
  }


/* page top button */
#page_top {
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
#page_top a {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f102";
  font-size: 25px;
  color: #ff9900;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after {
  content: "PAGE TOP";
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #ff9900;
}
</pre></body></html>