.zen-maru {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.noto-sans {
  font-family: "Noto Sans jp", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}


/* ====== reset ====== */
*, *::after, *::before {
  margin: 0;
  padding: 0;
  line-height: 1;
  border: 0;
  box-sizing: border-box;
  font-style: normal
}
html {
  font-size: 10px;
  line-height: 1;
  scroll-padding-top: 110px;
  overflow-y: scroll;
  height: -webkit-fill-available;
  scroll-behavior: smooth;
}
body {
  font-family: "Noto Sans jp", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #333333;
  line-height: 2;
  padding-top: 100px;
  overflow: hidden;
  position: relative;
  counter-reset: number 0; 
}
body::after {
  content:"";
  display: block;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: url("../images/common/background.jpg");
  background-size: 100%;
  z-index: -1000;
}

/* デバイス別フォントサイズ調整 */
@media screen and (max-width: 1025px) {
  html {
    scroll-padding-top: 110px;
  }
  body {
    font-size: calc(100vw / 54);
    padding-top: 110px;
  }
  body::after {
  background: url("../images/common/background.jpg") center;
    background-size: 150%;
  }
}
@media screen and (max-width: 811px) {
  body {
    font-size: calc(100vw / 46);
  }
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 9vh;;
  }
  body {
    font-size: calc(100vw / 30);
    padding-top: 9vh;
  }
  body::after {
  background: url("../images/common/background.jpg") center;
    background-size: 240%;
  }
}
@media screen and (max-width: 391px) {
  body {
    font-size: calc(100vw / 26);
  }
}

/* htmlサイト初期設定 */
h1, h2, h3, h4, h5, h6, p {
  font-size: inherit;
  font-weight: normal;
}
div, dd, dt, ul, li, section {
  line-height: 1;
}
p {
  line-height: 2;
}
ul, ol {
  list-style: none;
  line-height: 2;
}
a, dt {
  display: block;
}
a {
  color: #333333;
  text-decoration: none;
}
a:active, a:invalid, a:hover {
  color: #333333;
  text-decoration: none;
}
img {
  width: 100%
}
small{
  font-size: 80%;
}

/* ====== 共通css ====== */
.txt-c {
  text-align: center;
}
.txt-l {
  text-align: left;
}
.br_pc {
  display: inline;
}
.br_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .br_pc {
    display: none;
  }
  .br_sp {
    display: inline;
  }
}

.cotns_box {
  width: 92%;
  max-width: 1280px;
  margin: 0 auto;
}

/* 見出し */
.cntns_hl1 {
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 60px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cntns_hl1::before {
  content: "";
  display: block;
  margin: 0 auto;
  height: 10px;
  width: 90px;
  background: url(../images/common/hr_icon.png)no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -80%;
  left: 0;
  right: 0;
  z-index: -1;
}
.cntns_hl2 {
  width: 100%;
  margin: 0 auto 10px 0;
  padding: 6px 10px 10px 40px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 32px;
  font-weight: bold;
  border-bottom:3px solid #fcee21;
  position: relative;
}
.cntns_hl2::before {
  content: "";
  display: block;
  margin: auto;
  height: 32px;
  width: 32px;
  background: url("../images/common/item_icon1.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.cntns_hl3 {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 32px;
  font-weight: bold;
  position: relative;
}
.cntns_hl3::before,.cntns_hl3::after {
  content: "";
  display: inline-block;
  height: 4px;
  width: 60px;
  margin: 5px 10px 0;
  background: #000000;
  border-radius: 10px;
}

@media screen and (max-width: 1025px) {
  .cntns_hl1{
    font-size: calc(80vw / 22);
    margin-bottom: 6vw;
  }
  .cntns_hl2 {
    font-size: calc(80vw / 22);
    padding: 1vw 2vw 2vw 5vw;
    margin-bottom: 3vw;
  }
  .cntns_hl3 {
    width: fit-content;
    font-size: calc(80vw / 26);
  }
}
@media screen and (max-width: 768px) {
  .cntns_hl1{
    font-size: calc(80vw / 16);
    margin-bottom: 12vw;
  }
  .cntns_hl2 {
    font-size: calc(80vw / 16);
    padding: 2vw 3vw 2vw 9vw;
    margin-bottom: 6vw;
  }
  .cntns_hl2::before {
    height: 7vw;
    width: 7vw;
  }
  .cntns_hl3 {
    width: fit-content;
    font-size: calc(80vw / 14);
  }
  .cntns_hl3::before,.cntns_hl3::after {
    content: "";
    display: inline-block;
    height: 2px;
    width: 30px;
    margin: 5px 10px 0;
    background: #000000;
    border-radius: 10px;
  }

}

/* 共通ボタンデザイン */
.main_btn {
  margin: auto;
  max-width: 390px;
	width:80%;
  position: relative;
}
.main_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 60px;
  width: 100%;
  min-height: 60px;
  background: #ffe71a;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-align: center;
  border: 3px solid #ffffff;
  border-radius: 80px;
  box-shadow: 0 6px 0 #ffd980;
  position: relative;
  transition: all 0.3s ease 0s;
}
.main_btn a::after {
  content: "";
  display: block;
  border-top: 3px solid #000000;
  border-right: 3px solid;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 40px;
  transition: all 0.3s ease 0s;
  transform: rotate(45deg);
}
.main_btn a:hover {
  transform: translateY(6px);
  box-shadow: 0 0 0 #ffd98000;
  transition: all 0.3s ease 0s;
}
.main_btn a:hover::after {
  right: 30px;
  transition: all 0.3s ease 0s;
}
/* タブレット用のスタイル */
@media screen and (max-width: 1025px) {
  .main_btn a {
    padding: 2vw 5vw 2vw 3vw;
    font-size: calc(50vw / 22);
  }
	.main_btn a::after {
    right: 20px;
	}
}
/* スマートフォン用のスタイル */
@media screen and (max-width: 768px) {
  .main_btn a {
    font-size: calc(80vw / 24);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4vw 8vw 4vw 4vw;
    width: 100%;
    position: relative;
  }
  .main_btn a::after {
    content: "";
    display: block;
    position: absolute;
    right: 30px;
  }
  .main_btn a:hover::after {
    right: 10px;
  }
}
@media screen and (max-width: 391px) {
  .main_btn a {
    font-size: calc(80vw / 18);
  }
}
/* ====== header ====== */
header {
  padding: 10px 0 30px;
  width: 100%;
  height: 110px;
  background: #8cd8f5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  box-shadow: 1px 0 6px #66666666;
}
header::after {
  content: "";
  width: 100%;
  border-bottom: 3px dashed #ffffff;
  position: absolute;
  bottom:10px;
}
header .main_menu {
  width: 94%;
  margin: 0 auto;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
h1 {
  line-height: 0;
  max-width: 240px;
  width: 28%;
}

/* header menu */
#menu_sp {
  display: none;
}
header#menu_pc nav ul {
  display: flex;
  align-items: end;
  padding-right: 200px;
  gap: 30px;
}
header#menu_pc nav li {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  transition: all 0.3s ease 0s;
}
header#menu_pc nav li:hover {
  padding-bottom: 10px;
  transition: all 0.3s ease 0s;
}
header#menu_pc nav li:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 70px;
  background: #ffe71a;
  font-size: 20px;
  text-align: center;
  border-radius: 0 0 10px 10px;
  position: absolute;
  top:0;
  right: 30px;
}
header#menu_pc nav li:hover:last-child {
  padding-bottom: 0;
  height: 90px;
}

@media screen and (max-width: 1025px) {
  header {
    height: 110px;
    padding: 1.6vw 0 2vw;
  }
  header .main_menu {
    flex-wrap: wrap;
  }
  header#menu_pc nav{
    margin: 20px 0 0 auto;
  }
  header#menu_pc nav ul {
    padding-right: 0;
  }
  header#menu_pc nav li:last-child {
    height: 56px;
    right: 20px;
  }
  header#menu_pc nav li:hover:last-child {
    padding-bottom: 0;
    height: 56px;
    background: #fff38c;
  }
}

/* hamburger menu */
nav.main_menu_sp {
  display: block;
  position: fixed;
  top: 0;
  left: -240px;
  bottom: 0;
  width: 240px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 3;
  opacity: 0;
}
.open nav.main_menu_sp {
  left: 0;
  opacity: 1;
  transition: all .5s;
}
nav.main_menu_sp .inner {
  padding: 25px;
}
nav.main_menu_sp .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.main_menu_sp .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #333;
}
nav.main_menu_sp .inner ul li:last-child {
  border: 0;
}
nav.main_menu_sp .inner ul li a {
  display: block;
  color: #333;
  font-size: 14px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}
nav.main_menu_sp .inner ul li a:hover {
  background: #e4e4e4;
}
nav.main_menu_sp .inner ul li.main_menu_sp_sns a {
  width: 80px;
}
.toggle_btn {
  display: block;
  position: fixed;
  top: 15px;
  left: 20px;
  width: 30px;
  height: 30px;
  transition: all .5s;
  cursor: pointer;
  z-index: 3;
}
.open .toggle_btn {
  left: 250px;
}
.toggle_btn span {
  display: block;
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 4px;
}
.toggle_btn span:nth-child(2) {
  top: 14px;
}
.toggle_btn span:nth-child(3) {
  bottom: 4px;
}
.open .toggle_btn span {
  background-color: #fff;
}
.open .toggle_btn {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.open .toggle_btn span:nth-child(1), .open .toggle_btn span:nth-child(3) {
  width: 16px;
}
.open .toggle_btn span:nth-child(1) {
  top: 5px;
  -webkit-transform: translate(-1px, 4px) rotate(-45deg);
  transform: translate(-1px, 4px) rotate(-45deg);
}
.open .toggle_btn span:nth-child(2) {
  display: none;
}
.open .toggle_btn span:nth-child(3) {
  bottom: 4px;
  -webkit-transform: translate(-1px, -4px) rotate(45deg);
  transform: translate(-1px, -4px) rotate(45deg);
}
#mask {
  display: none;
  transition: all .5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 2;
  cursor: pointer;
}
/* スマートフォン用のスタイル */
@media screen and (max-width: 768px) {
  header .main_menu {
    width: 96%;
    display: block;
  }
  header::after {
    border-bottom: 2px dashed #ffffff;
    bottom:8px;
  }
  h1 {
    width: 60vw;
    max-width: 170px;
    margin: auto;
  }
  #menu_pc {
    display: none;
  }
  #menu_sp {
    display: block;
    height: 9vh;
    padding: 2vh 0 3vw;
    min-height: 75px;
  }
}
@media screen and (max-width: 391px) {
  h1 {
    width: 46vw;
    max-width: 145px;
  }
  .toggle_btn {
    top: 3vw;
    left: 5vw;
    width: 30px;
    height: 30px;
  }
}

/* ====== footer ====== */
footer {
  width: 100%;
  padding: 10px 0 20px;
  background: #ffffff;
  text-align: center;
  position: relative;
  z-index: 99;
}
footer h1 {
  margin: auto;
}
footer .foot_menu {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 10px;
  display: flex;
  justify-content: center;
  border-top: 3px dashed #8cd8f5;
  border-bottom: 3px dashed #8cd8f5;
}
footer .foot_menu .foot_adrs {
  width: 90%;
}
footer .foot_menu .foot_adrs address ul {
  width: fit-content;
  margin: 15px auto 20px;
  font-size: 18px;
/*
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
*/
}
footer .foot_menu .foot_adrs address ul li {
  margin: 5px auto;
}
footer .foot_map ul {
  width: fit-content;
  margin: auto;
  padding: 20px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
footer .foot_map .footer_icon {
  padding-left: 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  position: relative;
}
footer .foot_map .footer_icon a {
  display: block;
	color: #a0cf31;
}
footer .foot_map .footer_icon::before {
  content: " ";
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url("../images/common/footer_icon.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
}
.copyright {
  padding: 5px 0 20px;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 1025px) {
  footer .foot_map ul {
    width: 100%;
    margin: auto;
    padding: 15px 0;
    gap: 10px;
  }
  footer .foot_btn .main_btn a {
    font-size: calc(50vw / 24);
  }
}
@media screen and (max-width: 768px) {
  footer {
    padding: 6vw 0 3vw;
  }
  footer h1 {
    width: 50vw;
  }
  footer .foot_menu {
    display: block;
    padding: 3vw 0;
  }
  footer .foot_menu .foot_adrs {
    width: 100%;
  }
  footer .foot_menu .foot_adrs address ul {
    width: 100%;
    font-size: calc(100vw / 28);
  }
  footer .foot_menu .foot_adrs address ul li {
    margin: 2vw auto;
  }
  footer .foot_menu .foot_adrs address ul li span {
    justify-content: center;
    line-height: 1.4;
  }
  footer .foot_map ul {
    justify-content: space-evenly;
    padding: 5vw 1vw;
    gap: 4vw 0;
    margin: 4vw auto 10vw;
  }
  footer .foot_map .footer_icon {
    font-size: calc(100vw / 26);
    padding-left: 4vw;
  }
  footer .foot_map .footer_icon::before {
    content: " ";
    width: 4vw;
    height: 4vw;
    top: calc(50% - 2vw);
    left: -2%;
  }
  footer .foot_btn .main_btn {
    max-width: 480px;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
  }
  footer .foot_btn .main_btn a {
    font-size: calc(100vw / 26);
    padding: 6vw 11vw 6vw 3vw;
  }
	.copyright {
	  font-size: calc(100vw / 32);
	}
}
.tel {
  display: flex;
}

/* トップへ戻るボタン */
#page_top {
  width: 80px;
  height: 80px;
  position: fixed;
  bottom: 40px;
  right: 40px;
  color: #fff;
  cursor: pointer;
  z-index: 990;
}
@media screen and (max-width: 768px) {
  #page_top {
    width: 16vw;
    height: 16vw;
    max-width: 80px;
    position: fixed;
    bottom: 10vw;
    right: 5vw;
  }
}

/* svgの設定 */
/* メールアイコン */
svg {
  width: 100%;
  height: auto;
}
.mail_icon {
  display: inline-block;
  width: 20px;
  height: 17px;
}
.mailicon_b{fill:#000000;}
.mailicon_g{fill:#009245;}