@charset "UTF-8";

/* reset */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ol,
ul,
li,
p {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

img {
  height: auto;
  font-size: 0;
  line-height: 0;
  border: 0;
}

ol,
ul {
  list-style: none;
}

/* common */
html {
  scroll-padding: 100px;
  scroll-behavior: smooth;
}

body {
  font-family: 'ヒラギノ丸ゴ Pro', 'Hiragino Maru Gothic Pro', 'HGMaruGothicMPRO', 'HG丸ｺﾞｼｯｸM-PRO';
  font-size: 17px;
  color: rgb(100, 70, 50);
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0.1em;
  background: rgb(254, 253, 240);
  word-break: break-all;
}

a {
  text-decoration: underline;
  display: inline-block;
  color: rgb(100, 70, 50);
  transition: 0.5s;
}

a:hover {
  opacity: 0.6;
}

img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: middle;
}

a img {
  text-decoration: none;
}

hr {
  border: none;
  height: 1px;
  background-color: rgb(100, 70, 50);
}

.tel a {
  pointer-events: none;
  text-decoration: none;
}

.indent {
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.wave_color_top {
  width: 100%;
  height: 50px;
  background: url("images/wave_top_color.png") repeat-x bottom center / 100%;
  margin: 40px auto 0 auto;
}

.wave_color_bottom {
  width: 100%;
  height: 50px;
  background: url("images/wave_bottom_color.png") repeat-x top center / 100%;
  margin: 0 auto 40px auto;
}

.back_illust_01 {
  width: 1200px;
  height: 200px;
  background: url("images/back_illust_01.png") no-repeat left center / 400px;
  margin: 0 auto -140px auto;
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.back_illust_02 {
  width: 1200px;
  height: 200px;
  background: url("images/back_illust_02.png") no-repeat right center / 400px;
  margin: -120px auto -50px auto;
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.back_illust_03 {
  width: 1200px;
  height: 200px;
  background: url("images/back_illust_03.png") no-repeat left center / 400px;
  margin: 0 auto -160px auto;
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.back_illust_04 {
  width: 1200px;
  height: 200px;
  background: url("images/back_illust_04.png") no-repeat right center / 400px;
  margin: -120px auto -50px auto;
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.color_box {
  background: rgba(255, 133, 23, 0.1);
  padding: 40px 0;
}

.white_box {
  background: url("images/dot_right.png") no-repeat right bottom, url("images/dot_left.png") no-repeat left top;
}

.inner_box {
  width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 40px;
}

.section_title {
  margin: 0 auto;
  width: 350px;
  text-align: center
}

.pdf {
  list-style: none;
  padding: 0;
  margin: 20px auto 0 auto;
}

.pdf li {
  margin: 0 auto 10px auto;
}

.pdf li li {
  margin: 0 auto;
}

.pdf li:last-of-type {
  margin: 0 auto;
}

.pdf a {
  text-decoration: none;
  background: rgba(255, 133, 23, 0.2) url("images/icon_pdf.png") no-repeat left 20px top 10px / 20px;
  padding: 10px 25px 10px 50px;
  border-radius: 10px;
}

/* ul,ol */
ul {
  list-style: disc;
  padding: 0 0 0 20px;
  text-align: left;
}

ol {
  list-style: decimal;
  padding: 0 0 0 28px;
  text-align: left;
}

li:last-child {
  margin: 0 auto;
}

#shisetsu dd ul {
  list-style: disc;
  display: block;
  padding: 0 0 0 20px;
  margin: 0 auto;
}

/* table */
table,
#kihon table table,
#gaiyo table table,
#daily table table,
.year_box table table {
  width: auto;
  border-collapse: collapse;
  min-height: 1px;
  margin: 10px 0;
}

th,
#kihon table table th,
#gaiyo table table th,
#daily table table th,
.year_box table table th {
  border: 1px solid rgb(100, 80, 50);
  padding: 10px 20px;
  font-weight: normal;
  background: rgb(239, 237, 234);
  border-radius: 0;
  width: auto;
  box-sizing: border-box;
  color: rgb(100, 70, 50);
}

td,
#kihon table table td,
#gaiyo table table td,
#daily table table td,
.year_box table table td {
  border: 1px solid rgb(100, 80, 50);
  padding: 10px 20px;
  background: #fff;
  border-radius: 0;
  width: auto;
  box-sizing: border-box;
  color: rgb(100, 70, 50);
}

/* 左に1枚 */
.photo_l {
  padding-top: 35%;
  width: 50%;
  position: relative;
  margin: 0 30px 0 0;
}

.photo_l img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  border-radius: 0 60px;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}


/* container */
#container {
  width: 100%;
  min-width: 1200px;
  position: relative;
}

/* header */
#header {
  margin: 0 auto -30px auto;
  position: relative;
  z-index: 5;
}

.header_box {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto -10px auto;
  padding: 30px 0 0 0;

}

.logo a {
  width: 350px;
}

.toiawase {
  display: flex;
  align-items: center;
}

.toiawase_title {
  width: 180px;
  margin: 0 20px 0 0;
}

.toiawase ul {
  list-style: none;
  padding: 0;
}

.toiawase li {
  margin: 0 auto 5px auto;
}

.menu_illust {
  background: url("images/menu_illust.png") no-repeat right bottom;
  width: 1000px;
  height: 79px;
  margin: 0 auto -40px auto;
  position: relative;
  z-index: 2;
}

.menu {
  background: url("images/menu_back.png") repeat-x center center;
  height: 195px;
}

.menu_list {
  display: flex;
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0 0 0;
}

.menu ul {
  list-style: none;
  padding: 0;
}

.menu ul a {
  text-decoration: none;
}

.menu_box {
  background: url("images/menu_line.png") no-repeat left top;
}

.menu_box:last-of-type {
  background: url("images/menu_line.png") no-repeat left top, url("images/menu_line.png") no-repeat right top;
}

.menu_parent a {
  height: 100px;
  width: 200px;
}

.menu_parent a span {
  opacity: 0;
  pointer-events: none;
}

.menu_01 .menu_parent a {
  background: url("images/menu_01_icon.png") no-repeat center top / 110px, url("images/menu_01.png") no-repeat center bottom / 150px;

}

.menu_02 .menu_parent a {
  background: url("images/menu_02_icon.png") no-repeat center top / 110px, url("images/menu_02.png") no-repeat center bottom / 150px;

}

.menu_03 .menu_parent a {
  background: url("images/menu_03_icon.png") no-repeat center top / 110px, url("images/menu_03.png") no-repeat center bottom / 150px;

}

.menu_04 .menu_parent a {
  background: url("images/menu_04_icon.png") no-repeat center top / 110px, url("images/menu_04.png") no-repeat center bottom / 150px;

}

.menu_05 .menu_parent a {
  background: url("images/menu_05_icon.png") no-repeat center top / 110px, url("images/menu_05.png") no-repeat center bottom / 150px;

}

.menu_child {
  display: none;
}

.menu_child li a {
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  font-size: 14px;
}

.menu_child li:first-child a {
  border-radius: 10px 10px 0 0;
}

.menu_child li:last-child a {
  border-radius: 0 0 10px 10px;
}

/* swiper */
#slide {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.swiper {
  width: 100%;
  margin: 0 auto 30px auto;
}

.swiper-slide {
  padding-top: 600px;
  position: relative;
  z-index: 2;
}

.swiper-slide img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
}

.flame {
  width: 100%;
  height: 600px;
  background: url("images/wave_bottom_white.png") repeat-x center bottom;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  box-shadow: 0 -2px 0 0 inset rgb(254, 253, 240);
}

/*topics*/
.topics_box {
  overflow-y: scroll;
  min-height: 250px;
  max-height: 250px;
  padding: 0 30px 0 0;
}

#topics dl {
  margin: 0 auto 15px auto;
  display: flex;
  justify-content: flex-start;
  list-style: none;
  box-sizing: border-box;
  padding: 10px 0 20px 35px;
  background: url("images/icon_leaf.png") no-repeat left top 9px / 25px, url("images/line_topics.png") no-repeat left bottom / 100%;
}

#topics dl:last-of-type {
  margin: 0 auto;
  background: url("images/icon_leaf.png") no-repeat left top 9px / 25px;
}

.topic_date {
  margin-right: 2%;
  width: 16%;
}

#topics dd {
  width: 85%;
}

/*mokuhyo*/
.mokuhyo_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.mokuhyo_box .free_box {
  flex: 1;
}


/* gmap */
#gmap {
  position: relative;
  padding-top: 45%;
  width: 100%;
}

#gmap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  border: none;
  border-radius: 20px;
}

.link_btn {
  text-align: center;
  margin: 40px auto 0 auto;
}

.link_btn a {
  background: rgba(255, 255, 255, 0.8);
  border: 1px dotted rgb(255, 210, 20);
  border-radius: 20px;
  width: 38%;
  padding: 10px 60px;
  box-sizing: border-box;
}

/* post */
.post {
  margin: 0 auto 40px auto;
}

.post:last-of-type {
  margin: 0 auto;
}

.post h4 {
  margin: 0 auto 20px auto;
  width: 100%;
  background: url("images/icon_leaf.png") no-repeat left top / 30px, url("images/line_topics.png") no-repeat left bottom / 100%;
  padding: 0 0 10px 40px;
  box-sizing: border-box;
  font-size: 18px;
}

.post .pdf {
  margin: 20px auto 0 auto;
}

.post_photo ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  margin: 20px auto 0 auto;
}

.post_photo li {
  width: 31%;
  margin: 1%;
  padding-top: 20%;
  position: relative;
}

.post_photo li img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  border-radius: 20px;
}

/* about */
.page_title_about {
  width: 100%;
  height: 25vw;
  background: url("images/wave_bottom_white.png") repeat-x center bottom / 100%, url("images/h2_about.png") no-repeat center center / 450px, url("images/pagetitle_about.jpg") no-repeat center center / cover;
  margin: 0 auto 40px auto;
  box-shadow: 0 -2px 0 0 inset rgb(254, 253, 240);
}

#gaiyo table {
  border-collapse: separate;
  border-spacing: 0 10px;
}

#gaiyo th {
  background: rgba(255, 133, 23, 0.9);
  border: none;
  border-radius: 10px 0 0 10px;
  width: 200px;
  text-align: center;
  color: #fff;
}

#gaiyo td {
  border: none;
  border-radius: 0 10px 10px 0;
}

#qa dl {
  font-size: 18px;
  margin: 0 auto 40px auto;
}

#qa dl:last-of-type {
  margin: 0 auto;
}

#qa dt {
  background: url("images/qa_q.png") no-repeat left top 2px / 30px, url("images/line_topics.png") no-repeat left bottom;
  padding: 0 0 15px 40px;
  margin: 0 auto 15px auto;
}

#qa dd {
  background: url("images/qa_a.png") no-repeat left top 2px / 30px;
  padding: 0 0 10px 40px;
}

#shisetsu ul {
  padding: 0;
  list-style: none;
  display: flex;
  margin: 0 auto 40px auto;
}

.shisetsu_photo {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.shisetsu_photo dl {
  width: 23%;
  margin: 1%;
}

.shisetsu_photo dt {
  padding-top: 60%;
  width: 100%;
  position: relative;
  margin: 0 auto 10px auto;
}

.shisetsu_photo dt img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  border-radius: 20px;
}

/* life */
.page_title_life {
  width: 100%;
  height: 25vw;
  background: url("images/wave_bottom_white.png") repeat-x center bottom / 100%, url("images/h2_life.png") no-repeat center center / 450px, url("images/pagetitle_life.jpg") no-repeat center center / cover;
  margin: 0 auto 40px auto;
  box-shadow: 0 -2px 0 0 inset rgb(254, 253, 240);
}

.daily_box {
  display: flex;
  justify-content: space-between;
}

.daily_0,
.daily_1_2,
.daily_3 {
  width: 30%;
}

.daily_title {
  width: 80%;
  margin: 0 auto;
}

.daily_illust_01 {
  text-align: right;
  margin: 0 10px -50px auto;
}

.daily_illust_02 {
  text-align: right;
  margin: -50px 10px auto auto;
}

.daily_box table {
  border-collapse: separate;
  border-spacing: 0 10px;
  width: 100%;
}

.daily_box th {
  background: rgba(255, 133, 23, 0.9);
  border: none;
  border-radius: 10px 0 0 10px;
  text-align: center;
  color: #fff;
  white-space: nowrap;
  padding: 10px;
}

.daily_box td {
  border: none;
  border-radius: 0 10px 10px 0;
}

.daily_box td.illust_space {
  padding: 10px 80px 10px 20px;
}

.class_box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.class_post {
  width: 30%;
  margin: 2% 1.5%;
}

.class_title {
  padding: 10px 0 10px 35px;
  background: url("images/icon_leaf.png") no-repeat left top 9px / 25px, url("images/line_topics.png") no-repeat left bottom;
  margin: 0 auto 15px auto;
}

.class_photo_t {
  margin: 20px auto 0 auto;
  padding-top: 60%;
  width: 100%;
  position: relative;
}

.class_photo_t img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  border-radius: 20px;
}

.year_box {
  display: flex;
  justify-content: space-between;
}

.year_box table {
  width: 48%;
}

.year_box th {
  background: none;
  border: none;
  width: 130px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 133, 23, 0.9);
}

.year_box td {
  border: none;
  background: none;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 133, 23, 0.9);
}

.year_photo {
  width: 48%;
}

.year_photo ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.year_photo li {
  margin: 1%;
  padding-top: 40%;
  width: 48%;
  position: relative;
}

.year_photo li img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  border-radius: 20px;
}

/* feature */
.page_title_feature {
  width: 100%;
  height: 25vw;
  background: url("images/wave_bottom_white.png") repeat-x center bottom / 100%, url("images/h2_feature.png") no-repeat center center / 450px, url("images/pagetitle_feature.jpg") no-repeat center center / cover;
  margin: 0 auto 40px auto;
  box-shadow: 0 -2px 0 0 inset rgb(254, 253, 240);
}

/* blog */
.page_title_blog {
  width: 100%;
  height: 25vw;
  background: url("images/wave_bottom_white.png") repeat-x center bottom / 100%, url("images/h2_blog.png") no-repeat center center / 450px, url("images/pagetitle_blog.jpg") no-repeat center center / cover;
  margin: 0 auto 40px auto;
  box-shadow: 0 -2px 0 0 inset rgb(254, 253, 240);
}

.blog_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
}

#sidemenu {
  width: 220px;
  padding: 20px;
  box-sizing: border-box;
  background: rgba(255, 133, 23, 0.3);
  border-radius: 20px;
}

#sidemenu ul {
  list-style: none;
  padding: 0;
}

#sidemenu h4 {
  margin: 0 auto 15px auto;
  font-size: 18px;
  text-align: center;
}

#sidemenu li a {
  background: #fff;
  padding: 5px 5px 5px 17px;
  font-size: 15px;
  margin: 0 auto 10px auto;
  text-decoration: none;
  display: block;
  box-sizing: border-box;
  border-radius: 10px;
}

#sidemenu li:last-child a {
  ;
  margin: 0 auto;
}

#kiji_main {
  width: 660px;
}

.kiji_date {
  margin: 0 auto 10px auto;
}

.kiji h5 {
  margin: 0 auto 20px auto;
  font-size: 18px;
  padding: 0 0 10px 0;
  border-bottom: 1px dotted rgba(255, 133, 23, 1);
}

.kiji {
  margin: 0 auto 30px auto;
  padding: 35px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 133, 23, 1);
  background: #fff;
  border-radius: 20px;
}

.kiji_box:last-of-type {
  margin: 0 auto;
}

.kiji_honbun a {
  text-decoration: underline;
}

.kiji_photo {
  display: flex;
  justify-content: flex-start;
  margin: 15px auto 0 auto;
  flex-wrap: wrap;
}

.kiji_photo div {
  width: 31%;
  margin: 1%;
}

.kiji_photo p {
  font-size: 14px;
}

.kiji_img {
  width: 100%;
  padding-top: 60%;
  position: relative;
  margin: 0 auto 5px auto;
}

.kiji_img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  border-radius: 10px;
}

.video_box {
  position: relative;
  padding-top: 50%;
  margin: 20px auto 0 auto;
}

.video_box iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
}

.pagination {
  text-align: center;
  margin: 30px auto 0 auto;
  letter-spacing: 0;
}

.pagination li {
  display: inline-block;
  font-size: 100%;
  margin: 3px;
}

.pagination a {
  text-decoration: none;
  border-radius: 10px;
  padding: 15px;
  font-size: 100%;
  background: rgba(255, 133, 23, 0.4);
  color: #fff;
}

.pagination a:hover,
.pagination a.active {
  text-decoration: none;
  background: rgba(255, 133, 23, 0.9);
  opacity: 1;
}

/* footer */
#footer {
  background: url("images/wave_bottom_color.png") repeat-x top center / 100%, url("images/footer.jpg") center bottom / cover;
  padding: 100px 0 60px 0;
}

#footer.footer_white {
  background: url("images/wave_top_white.png") repeat-x top center / 100%, url("images/footer.jpg") center bottom / cover;
}

.footer_ad {
  width: 1000px;
  margin: 0 auto 40px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_logo {
  width: 320px;
  margin: 0 30px 0 0;
}

.footer_ad ul {
  list-style: none;
  padding: 0;
}

.hojin_link a {
  background: rgba(255, 255, 255, 0.8);
  padding: 5px 20px;
  text-decoration: none;
  border-radius: 15px;
  margin: 10px auto 0 auto;
  font-size: 14px;
}

.copy {
  text-align: center;
  width: 1000px;
  margin: 0 auto;
  font-size: 15px;
}

/* pagetop */
.pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 5;
  width: 40px;
  height: 40px;
}


@media screen and (max-width:768px) {


  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .wave_color_top {
    height: 10vw;
    background: url("images/wave_top_color.png") repeat-x bottom center / 150%;
  }

  .wave_color_bottom {
    height: 10vw;
    background: url("images/wave_bottom_color.png") repeat-x top center / 150%;
  }

  .back_illust_01 {
    width: 90%;
    height: 20vw;
    background: url("images/back_illust_01.png") no-repeat left center / 70%;
    margin: 0 auto -25vw auto;
  }

  .back_illust_02 {
    width: 90%;
    height: 20vw;
    background: url("images/back_illust_02.png") no-repeat right center / 60%;
    margin: -30vw auto 3% auto;
  }

  .back_illust_03 {
    width: 90%;
    height: 20vw;
    background: url("images/back_illust_03.png") no-repeat left center / 60%;
    margin: 0 auto -25vw auto;
  }

  .back_illust_04 {
    width: 90%;
    height: 20vw;
    background: url("images/back_illust_04.png") no-repeat right center / 60%;
    margin: -25vw auto 3% auto;
  }

  .inner_box {
    width: 90%;
    margin: 0 auto;
    padding: 0 8% 8% 8%;
  }

  .white_box {
    background: url("images/dot_right.png") no-repeat right bottom / 30%, url("images/dot_left.png") no-repeat left top / 30%;
  }

  .color_box {
    padding: 8% 0;
  }

  .section_title {
    margin: 1% auto 5% auto;
    width: 65%;
  }


  /* 左に1枚 */
  .photo_l {
    padding-top: 60%;
    width: 100%;
    margin: 0;
  }


  /* container */
  #container {
    min-width: 1px;
  }

  /* header */
  #header {
    margin: 0 auto -30px auto;
    position: relative;
    z-index: 5;
  }

  .header_box {
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
    padding: 30px 0 0 0;
    justify-content: center;
    text-align: center;
  }

  .logo a {
    width: 80%;
  }

  .toiawase {
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px auto 0 auto;
  }

  .toiawase_title {
    width: 30%;
    margin: 0 20px 0 0;
  }

  .menu_illust {
    background: url("images/menu_illust_02.png") no-repeat center bottom / 100%;
    width: 100%;
    height: 25vw;
    margin: 0 auto -35px auto;
    position: relative;
    z-index: 2;
  }

  /* menu */
  body.stop {
    overflow: hidden;
  }

  .toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 8;
    width: 40px;
    height: 40px;
    background: url("images/menu_btn_open.png") no-repeat right top / 100%;
    transition: 0.3s;
  }

  .toggle.close {
    background: url("images/menu_btn_close.png") no-repeat right top / 100%;

  }

  .toggle:hover {
    cursor: pointer;
  }

  .menu {
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    padding: 15% 0 50% 0;
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: none;
  }

  .menu_list {
    flex-wrap: wrap;
    width: 80%;
    padding: 0;
    margin: 0 auto;
  }

  .menu_box {
    background: none;
    width: 100%;
  }

  .menu_box:last-of-type {
    background: none;
  }

  .menu_parent a {
    width: 100%;
    height: 18vw;
    text-align: center;
    margin: 0 auto;
    align-items: center;
    pointer-events: none;
    border: 10px solid;
    border-image: url("images/line_box.png") 20 / 20px round;
    box-sizing: border-box;
  }

  .menu_parent.auto a {
    pointer-events: auto;
  }

  .menu_01 .menu_parent a {
    background: url("images/menu_01_icon.png") no-repeat left 2vw center / 15vw, url("images/menu_01.png") no-repeat left 8vw center / 30vw;
  }

  .menu_02 .menu_parent a {
    background: url("images/menu_02_icon.png") no-repeat left 2vw center / 15vw, url("images/menu_02.png") no-repeat left 15vw center / 30vw;
  }

  .menu_03 .menu_parent a {
    background: url("images/menu_03_icon.png") no-repeat left 2vw center / 15vw, url("images/menu_03.png") no-repeat left 13vw center / 30vw;
  }

  .menu_04 .menu_parent a {
    background: url("images/menu_04_icon.png") no-repeat left 2vw center / 15vw, url("images/menu_04.png") no-repeat left 13vw center / 30vw;
  }

  .menu_05 .menu_parent a {
    background: url("images/menu_05_icon.png") no-repeat left 2vw center / 15vw, url("images/menu_05.png") no-repeat left 11vw center / 30vw;
  }

  .menu_child {
    display: none;
  }

  .menu_child li {
    background: url("images/line_topics.png") no-repeat left bottom / 100%;
    padding: 0 0 10px 0;
    margin: 0 auto 10px auto;
  }

  .menu_child li:last-child {
    background: none;
    padding: 0;
  }

  .menu_child li a {
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
    background: none;
  }

  .menu_child li:first-child a {
    border-radius: 0;
  }

  .menu_child li:last-child a {
    border-radius: 0;
  }

  /* swiper */
  #slide {
    min-width: 1px;
  }

  .swiper-slide {
    padding-top: 70%;
  }

  .flame {
    width: 100%;
    height: 100%;
    background: url("images/wave_bottom_white.png") repeat-x center bottom / 150%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
  }


  /*topics*/
  .topics_box {
    min-height: 300px;
    max-height: 300px;
  }

  #topics dl {
    flex-wrap: wrap;
    background: url("images/icon_leaf.png") no-repeat left top 9px / 25px, url("images/line_topics.png") no-repeat left bottom -5% / 400%;
  }

  .topic_date {
    margin-right: 0;
    width: 100%;
  }

  #topics dd {
    width: 100%;
  }

  /*mokuhyo*/
  .mokuhyo_box {
    flex-wrap: wrap;
  }

  .mokuhyo_box .photo_l {
    margin: 0 auto 30px auto;
  }

  /* gmap */
  #gmap {
    padding-top: 60%;
    width: 100%;
  }

  .link_btn a {
    width: 70%;
  }

  .post_photo ul {
    flex-wrap: wrap;
  }

  .post_photo ul {
    flex-wrap: wrap;
  }

  .post_photo li {
    width: 100%;
    margin: 0 auto 5% auto;
    padding-top: 60%;
  }

  /* about */
  .page_title_about {
    width: 100%;
    height: 55vw;
    background: url("images/wave_bottom_white.png") repeat-x center bottom / 100%, url("images/h2_about.png") no-repeat center bottom / 65%, url("images/pagetitle_about.jpg") no-repeat center center / cover;
    margin: 0 auto 5% auto;
  }

  #gaiyo table {
    border-collapse: separate;
    border-spacing: 0 10px;
  }

  #gaiyo th {
    width: 100%;
    display: block;
    border-radius: 10px 10px 0 0;
  }

  #gaiyo td {
    width: 100%;
    display: block;
    border-radius: 0 0 10px 10px;
  }

  #gaiyo table table th,
  #gaiyo table table td {
    width: auto;
    display: table-cell;
  }

  #shisetsu ul {
    flex-wrap: wrap;
  }

  .shisetsu_photo dl {
    width: 48%;
  }

  /* life */
  .page_title_life {
    width: 100%;
    height: 55vw;
    background: url("images/wave_bottom_white.png") repeat-x center bottom / 100%, url("images/h2_life.png") no-repeat center bottom -10px / 65%, url("images/pagetitle_life.jpg") no-repeat center center / cover;
    margin: 0 auto 5% auto;
  }

  .daily_box {
    flex-wrap: wrap;
  }

  .daily_0,
  .daily_1_2 {
    width: 100%;
    margin: 0 auto 5% auto;
  }

  .daily_3 {
    width: 100%;
    margin: 0 auto;
  }

  .daily_title {
    width: 70%;
    margin: 0 auto;
  }

  .daily_illust_01 {
    text-align: right;
    margin: 0 10px -50px auto;
  }

  .daily_illust_02 {
    text-align: right;
    margin: -50px 10px auto auto;
  }

  .class_box {
    flex-wrap: wrap;
  }

  .class_post {
    width: 100%;
    margin: 0 auto 10% auto;
  }

  .class_post:last-of-type {
    margin: 0 auto;
  }

  .year_box {
    flex-wrap: wrap;
  }

  .year_box table {
    width: 100%;
  }

  .year_box th {
    width: 100px;
  }

  .year_photo {
    width: 100%;
    margin: 5% auto 0 auto;
  }

  .year_photo ul {
    width: 100%;
  }

  .year_photo li {
    margin: 1%;
  }

  /* feature */
  .page_title_feature {
    width: 100%;
    height: 55vw;
    background: url("images/wave_bottom_white.png") repeat-x center bottom / 100%, url("images/h2_feature.png") no-repeat center bottom -10px / 65%, url("images/pagetitle_feature.jpg") no-repeat center center / cover;
    margin: 0 auto 5% auto;
  }

  /* blog */
  .page_title_blog {
    width: 100%;
    height: 55vw;
    background: url("images/wave_bottom_white.png") repeat-x center bottom / 100%, url("images/h2_blog.png") no-repeat center bottom -10px / 65%, url("images/pagetitle_blog.jpg") no-repeat center center / cover;
    margin: 0 auto 5% auto;
  }

  .blog_box {
    flex-wrap: wrap;
  }

  #sidemenu {
    width: 100%;
    margin: 0 auto 20px auto;
  }

  #kiji_main {
    width: 100%;
  }

  .kiji_box {
    padding: 8%;
  }

  .kiji_photo div {
    width: 48%;
    margin: 1%;
  }

  /* footer */
  #footer {
    padding: 11% 0;
  }

  .footer_ad {
    width: 70%;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer_logo {
    margin: 0 0 20px 0;
    width: 80%;
  }

  .copy {
    width: 70%;
    font-size: 13px;
  }

}

@media screen and (max-width:480px) {

  .tel a {
    pointer-events: auto;

  }

  .toiawase {
    margin: 30px auto 0 auto;
  }

  .toiawase_title {
    width: 50%;
    margin: 0 0 10px 0;
  }

  .link_btn a {
    width: 100%;
    padding: 8px 30px;
  }

  /* post */
  .post_photo li {
    width: 100%;
    margin: 2% 0;
    padding-top: 60%;
  }

  /* about */
  .shisetsu_photo dl {
    width: 100%;
  }

  /* blog */
  .kiji_photo div {
    width: 100%;
    margin: 2% 0;
  }

  .kiji {
    padding: 8%;
  }

  .kiji_box {
    padding: 8%;
  }

}