@charset "utf-8";

/* 表示切替 */
.pc { display: block !important; }
.sp { display: none !important; }

@media only screen and (max-width: 750px) {
  .pc { display: none !important; }
  .sp { display: block !important; }
}

/* 基本 */
body {
  font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #333;
}

#body {
  background-color: #ffffff;
  max-width: 900px;
  margin: auto;
}

#line {
  background-color: #ffffff;
  margin: auto;
  height: 5px;
  width: 900px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-right-color: #97890F;
  border-left-color: #97890F;
}

#wrapper {
  width: 860px;
  padding-top: 15px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  margin: auto;
  background-color: rgb(255, 255, 255);
  border-right-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-right-color: #97890F;
  border-left-color: #97890F;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, p, th, td {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

img {
  border: none;
  vertical-align: bottom;
}

#header {
  margin-bottom: 25px;
}

/* ブログ本文 */
.main-item {
  width: 860px;
  margin-top: 20px;
  margin-bottom: -9px;
}

.main-item img {
  width: 860px;
}

.blog_day {
  margin-top: 10px;
  font-size: 2rem;
}

.blog_title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 2rem;
}

.blog_text {
  margin-bottom: 30px;
  font-size: 2rem;
  line-height: 1.6;
}

/* 戻るボタン */
.return-btn {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
}

.btn--orange,
a.btn--orange {
  color: #FFF;
  background-color: #002beb;
  font-size: 40px;
  border-radius: 100vh;
  padding: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

/* ハンバーガーメニュー */
#g-nav {
  position: fixed;
  z-index: 999;
  top: -230%;
  left: 0;
  width: 100%;
  height: 200vh;
  background: rgb(240, 238, 238, 0.98);
  background: linear-gradient(#5387f8, #c3cdf0, #5387f8);
  transition: all 0.6s;
}

#g-nav.panelactive {
  top: 0;
}

#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 200vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#g-nav ul {
  position: absolute;
  z-index: 999;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#g-nav li {
  list-style: none;
  text-align: center;
}

#g-nav li a {
  color: #FFF;
  text-decoration: none;
  padding: 5px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}

#g-nav li img {
  width: 350px;
}

.openbtn {
  position: fixed;
  z-index: 9999;
  top: 90px;
  right: 55px;
  cursor: pointer;
  width: 80px;
  height: 80px;
  background-color: #ffffff00;
  border-radius: 15%;
}

.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  margin-top: 17px;
  left: 19px;
  border-radius: 5px;
  background-color: #ffffff00;
  width: 70%;
  height: 5%;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 30px;
}

.openbtn span:nth-of-type(3) {
  top: 46px;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 50%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 50%;
}

/* フッター */
#footer {
  background-color: #146721;
  color: #FFF;
  font-size: 33px;
  line-height: 2.2em;
  padding-top: 10px;
  padding-bottom: 180px;
  margin: auto;
  width: 900px;
  text-align: center;
  border-right-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-right-color: #97890F;
  border-left-color: #97890F;
}

.footer_menu_bar_3 {
  width: 350px;
  height: 200px;
  margin-left: 330px;
  margin-bottom: 5px;
  border-radius: 15px;
  text-align: center;
  position: fixed;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.65);
}

.footer-tel-pc_3 {
  width: 340px;
  height: 185px;
  display: flex;
  justify-content: center;
  margin-top: 8px;
  margin-bottom: 15px;
}

.footer-tel_3 img {
  width: 330px;
  height: 175px;
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 10px;
  border-radius: 15px;
}

.footer_menu_bar_4 {
  width: 200px;
  height: 200px;
  margin-left: 690px;
  margin-bottom: 5px;
  border-radius: 15px;
  text-align: center;
  position: fixed;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.85);
}

.footer-tel-pc_4 {
  width: 350px;
  height: 140px;
  display: flex;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 20px;
}

.footer-pc_4 img {
  width: 170px;
  height: 169px;
  margin-left: -150px;
  margin-top: 0;
  margin-bottom: 10px;
  border-radius: 15px;
}

@media screen and (min-width: 500px) {
  p {
    text-align: center;
  }
}