@charset "utf-8";
/* CSS Document */
html {
  font-size: 62.5%;
  width: 100%;
  scroll-behavior: smooth;
  font-family: "Cormorant Garamond", serif, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
main{
	overflow-x: hidden;
}
.full {
  background-image: url("https://i.gyazo.com/339ce9a49792cdddf868b4621d5d1add.png") !important;
  background-size: 240px 1260px;
  background-position: right top;
}
.header {
  width: 100%;
  z-index: 999; /*最前面へ*/
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-170px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.header-nav {
  /* flexboxで要素を真ん中に指定 */
  display: flex;
  align-items: center;
  width: 550px;
  margin: 20px 0 20px 23px;
}
.header-nav ul {
  width: 100%;
  display: flex;
}
/* header */
.header-content {
  display: flex;
  justify-content: space-between;
  margin: 50px 3% 50px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.header_content_wrapper {
  font-size: 3.2em;
  height: 65px;
  margin-left: 20px;
  display: flex;
  align-items: center;
}
.logo {
  width: 100px;
  height: auto;
  object-fit: cover;
  margin-right: 10px;
  padding: 3px;
		margin-top: 24px;
}
.header_content_wrapper img {
  object-fit: cover;
  width: 100%;
}
.header_content_wrapper p {
  margin-top: 20px
}
.header-menu:before, .header:after {
  display: table;
  line-height: 0;
  content: "";
}
.header.fix a {
  display: block;
  padding: 5px 0;
  backdrop-filter: blur(10px);
}
/* header bth */
.button {
  margin-left: 8%;
  width: 15%;
  display: block;
  transition: .2s all;
}
.button p {
  font-weight: 300;
  font-size: 2rem;
  padding: 13px 0;
  text-align: center;
}
.button a {
  color: #333;
  /* リンク指定した要素のスタイルを削除 */
  text-decoration: none;
  font-family: "ＭＳ Ｐ明朝", "ＭＳ Ｐゴシック", "游ゴシック", "ＭＳ 明朝", "ＭＳ ゴシック";
  position: relative;
  padding-bottom: 13px;
}
.heder:hover .button {
  /* ナビゲーションをマウスオーバーした際のアニメーションの動きを指定 */
  filter: blur(3px);
  /* 全てのボタンがぼやける */
  opacity: .8;
  /* 全てのボタンを通常サイズに指定 */
  transform: scale(1);
}
.header:hover .button:hover {
  /* アニメーション速度を指定 */
  transition: .3s;
  /* hoverしたボタンを少し拡大するように指定 */
  transform: scale(0.5.0.5);
  /* hoverしている要素のみぼやけない指定 */
  filter: blur(0px);
  opacity: 1;
}
.button a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  border-radius: 6px;
  background-color: #18272F;
  bottom: -1px;
  left: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s ease-in-out;
}
.button a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.header:hover .button:hover > p {
  font-weight: bold;
}
.demobox-header {
  display: none;
}
ul.header-dropmenu {
  list-style: none;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  padding: 0;
  display: table;
  table-layout: fixed;
}
ul.header-dropmenu > li {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #f8f8f8;
  background: #f8f8f8; /* 背景色*/
}
ul.header-dropmenu li a {
  display: block;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
}
ul.header-dropmenu li ul {
  visibility: hidden;
  width: 100%;
  list-style: none;
  position: absolute;
  top: 100%;
  left: -1px;
  margin: 0;
  padding: 0;
  border: 1px solid #222; /* マウスオーバー時の枠線 */
  border-top: none;
}
ul.header-dropmenu li:hover ul {
  visibility: visible;
}
ul.header-dropmenu li ul li {
  background: #fff;
  transition: all .2s ease;
}
ul.header-dropmenu > li:hover {
  background: #fff;
  border: 1px solid #222; /* マウスオーバー時の枠線 */
  border-bottom: none;
}
ul.header-dropmenu li:hover ul li:hover {
  background: #f8f8f8;
}
/* mobail版　header */
@media (max-width: 970px) {

  .full {
    background-size: 80px 1692px;
  }
  .header_content_wrapper {
    font-size: 2em;
	  margin-left: 8px;
  }
	.header_content_wrapper p {
    margin-top: 8px;
}
  .logo {
width: 51px;
    margin-top: 14px;
    margin-right: 0px;
    padding: 0;
  }
  /* button */
  /* ↓　mobail版 */
  /*　ハンバーガーボタン　*/
  .header-nav {
    display: none
  }
  .demobox-header {
    display: block;
  }
  .demobox-sitename {
    display: none;
    font-weight: 700;
    font-size: 2rem;
  }
  /* 全体調整CSS */
  .hamburger-demo-menubox * {
    font-size: 2rem;
  }
  .hamburger-demo-menubox li {
    font-size: 14px;
  }
  .p_menu {
    font-size: 1.3rem;
    position: absolute;
    top: 36px;
    right: 7.5vw;
  }
  .menu-icon_hamburger {
    display: table-row;
  }
  .menu-icon {
    display: flex;
    height: 45px;
    margin: 50px 10% 20px;
  }
  .facebook::before {
    display: none;
  }
  .instagrm::before {
    display: none;
  }
  .twitter::before {
    display: none;
  }
  .menu-icon img {
    width: 22px;
  }
  /* hamburgerここから */
  /* input非表示 */
  .input-hidden {
    display: none;
  }
  /* label */
  .hamburger-demo-switch {
    cursor: pointer;
    position: absolute;
    right: 4vw;
    z-index: 9999;
    width: 4em;
    height: 4em;
  }
  /* メニュー展開時にハンバーガーアイコンを固定 */
  #hamburger-demo4:checked ~ .hamburger-demo-switch {
    position: fixed;
  }
  /* 円を用いたハンバーガーデザイン */
  /* 外側の円 */
  .hamburger-demo-switch4:before {
    content: "";
    position: absolute;
    width: 3em;
    height: 3em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  /* 真ん中の円 */
  .hamburger-switch-circle {
    height: 1px;
    width: 33px;
    background: #333;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .3s;
  }
  /* 上下の線 */
  .hamburger-switch-circle:before, .hamburger-switch-circle:after {
    content: "";
    position: absolute;
    width: 25px;
    top: 50%;
    left: 50%;
    transition: .3s;
  }
  .hamburger-switch-circle:before {
    border-top: 1px solid #333;
    transform: translate(-50%, -300%);
    margin-left: -7px;
    width: 49px;
    top: -8px;
  }
  .hamburger-switch-circle:after {
    /*  border-bottom: 1px solid #333; ハンバーガーアイコン下側の線の色 */
    transform: translate(-20%, 200%);
    padding: 1px;
  }
  /* アイコン･アニメーション */
  #hamburger-demo4:checked ~ .hamburger-demo-switch .hamburger-switch-circle {
    /* アイコン･アニメーション height: 35px;
    border-radius: 50%; */
    transform: translateY(20px) rotate(-315deg);
    top: -20px;
  }
  #hamburger-demo4:checked ~ .hamburger-demo-switch .hamburger-switch-circle:before {
    transform: translateY(20px) rotate(267deg);
    top: -21px;
    border-top: 1px solid #333;
    background-color: #333;
    width: 35px;
    left: 7px;
  }
  #hamburger-demo4:checked ~ .hamburger-demo-switch .hamburger-switch-circle:after {
    width: 0;
  }
  /* 真ん中の×印 */
  .hamburger-demo-switch4:after {
    content: "";
    border-top: 1px solid #333;
    margin-left: -7px;
    width: 34px;
    top: -17px;
    top: 16px;
    left: 6px;
    transform: translateY(-14px) rotate(90deg);
  }
  #hamburger-demo4:checked ~ .hamburger-demo-switch4:after {
    font-size: 200%;
  }
  #p_menu::after {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(135deg);
    width: 30%;
  }
  /* メニューエリア */
  .hamburger-demo-menuwrap {
    position: fixed;
    height: 100%;
    background: #fafafa; /* メニューエリアの背景色 */
    padding: 5em 3% 2em;
    z-index: 9998 !important;
    transition: .3s;
    /*overflow-y: scroll;  メニュー内容が多い場合に縦スクロール */
    top: 0;
    left: 100%;
    width: 70%;
    pointer-events: none;
  }
  /* メニューリスト */
  .hamburger-demo-menulist {
    margin-right: 3%;
    padding-left: 5% !important; /* !important不要な場合あり */
    list-style: none;
    height: 100%;
    ;
  }
  .hamburger-demo-menulist li a {
    text-decoration: none;
    color: #333; /* メニューエリアの文字色 */
    display: block;
    pointer-events: auto;
  }
  /* メニューエリア */
  .hamburger-demo-menulist::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(45deg, rgba(40, 174, 201, 1) 0%, rgba(126, 93, 173, 1) 100%);
    transition: transform .3s;
    content: "";
    transform-origin: right top;
    transform: skewX(45deg) scale(0, 1);
  }
  .hamburger-demo-menulist::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -2;
    background: #fff;
    content: "";
  }
  /* メニューエリアhover */
  .hamburger-demo-menulist::hover:before {
    transform-origin: left bottom;
    transform: skewX(30deg) scale(2, 2);
    content: "";
  }
  /* 円を用いたメニューリスト */
  .hamburger-menulist-circle li {
    margin-bottom: 22px;
    border-radius: 2em;
    width: 50%;
  }
  .hamburger-menulist-circle li a {
    padding: 0.2em 0.5em;
    position: relative;
    font-size: 2rem;
  }
  .menu-icon a {
    padding: 3px;
  }
  .hamburger-menulist-circle a:before {
    content: "";
    position: absolute;
  }
  .hamburger-menulist-circle a:after {
    content: "";
    position: absolute;
  }
  .menu-icon a {
    padding: 0;
  }
  /* メニューエリア･アニメーション */
  /* 右から */
  #hamburger-demo4:checked ~ .hamburger-demo-menuwrap {
    left: 55%;
    height: 650px;
    width: 45%;
    box-shadow: 0 10px 10px 0 rgb(0 0 0 / 20%);
    top: -50px;
  }
  /* コンテンツカバー */
  #hamburger-demo4:checked ~ .hamburger-demo-cover {
    position: fixed;
    width: 100%;
    height: 100%;
    top: -50px;
    left: 0;
    z-index: 9997;
    background: rgba(3, 3, 3, .5);
    display: block;
  }
}
/* ここまでmobail header*/
.foot-wrap {
  text-align: center;
  background-color: #e2d9c8;
  padding-bottom: 15px;
}
.footer-menu {
  display: flex;
  list-style: none;
  text-align: center;
  padding-top: 20px;
  justify-content: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.footer-menu li {
  margin: 0;
  padding: 0 5vw;
  margin-bottom: 20px;
}
.footer-menu li a {
  text-decoration: none;
  color: #005060;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 1.6rem;
}
.footer-menu li a::before {
  content: "\221F";
  padding-right: 5px;
  color: #005060;
}
.footer_icon {
  margin-left: 50vw;
  margin-right: -16vw;
}
.footer_icon img {
  width: 1.7vw;
  margin-right: 24px;
}
.footer_icon p {
  margin-bottom: 15px;
}
@media (max-width: 970px) {
  .footer-menu {
    flex-wrap: none;
  }
  .footer-menu li {
    width: 50%;
  }
  .footer-menu li a {
    font-size: 150%;
  }
  .footer_icon {
    margin-left: 0;
    margin-right: 0;
  }
  .footer_icon img {
    width: 2.3em;
    margin: 5px;
  }
}
@media (max-width: 367px) {
  .footer-menu li a {
    font-size: 1.2rem;
  }
}
#page {
  font-weight: 900;
  font-size: 2rem;
  color: #005060;
}
#page::before {
  display: none;
}
#page-h {
  font-weight: 900;
  font-size: 2.5rem;
  color: #005060;
}