@charset "UTF-8";
/*====================================
　早見表
  $conts-width
  $color-yellow  $color-blue
  $font-color-black
  $font-family-gothic  $font-family-mincho

  full-width
  flex-column  flex-center
  media(320px ＝ xs   480px ＝ s   768px ＝ m   1000px ＝ l)
  fs(max,1000～768px,768～480px,480～320px,min)  fs2(max,min)
  mt(max,min) mb mtb  pt pb ptb

====================================*/
/*====================================*/
/*----------------------------------
  Structure
----------------------------------
0. タグ設定
  0.1. ページサイズ
1. ヘッダー
  1.1	ナビゲーション
  1.2 見出し
2. コンテンツ
  2.1. トップへ戻る
3. フッター

====================================*/
/*----------------------------------
	0. タグ設定
------------------------------------*/
/* ------ ベース ------- */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: clamp(14px, 1.823vw, 16px);
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.9em;
  color: #231815;
  font-family: "M PLUS Rounded 1c", Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
}
@media screen and (max-width: 768px) {
  body {
    font-size: clamp(12px, 2.5vw, 14px);
  }
}

/* ------ link ------- */
a {
  color: #03C;
  text-decoration: none;
}
a:hover {
  color: #06F;
  text-decoration: underline;
}

.hide-link a {
  color: #231815;
  text-decoration: none;
}

a.textlinkUl {
  text-decoration: underline;
}

a img {
  border: none;
  border: 0;
}

a:hover img.link {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}

/* ------ img ------- */
@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
    height: auto;
    width: auto;
  }
}
/*----------------------------------
	1. ヘッダー
------------------------------------*/
#site-header {
  background-color: #fbb03b;
}

.header-inner {
  margin: 0 auto;
  padding: 10px 4%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .header-inner {
    flex-direction: column;
    align-items: center;
    padding: 10px 2%;
  }
}
@media screen and (max-width: 768px) {
  .header-inner {
    align-items: center;
  }
}

.header-titles .logo {
  line-height: 2.2;
}
.header-titles .logo a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.header-titles .logo span {
  display: block;
  font-size: clamp(6px, 0.62vw, 9px);
  font-weight: 800;
  color: #231815;
}
.header-titles .logo img {
  display: block;
  width: clamp(160px, 33.333vw, 210px);
}

/* メイン画像  ----------------------*/
.mainimg {
  position: relative;
}
.mainimg .mainimage__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 480px) {
  .mainimg .mainimage__title {
    width: 94%;
  }
}
.mainimg .slick-slide img {
  width: 100%;
}

/*----------------------------------
	1.1. ナビゲーション
------------------------------------*/
/* フォントサイズ */
/* フォントの色 */
/* SP版背景 */
/* SP版ハンバーガーメニューの色 */
.global-nav .nav > li > a::before {
  content: "";
  display: inline-block;
  height: clamp(16px, 2.083vw, 22px);
  aspect-ratio: 9/22;
  background: url(../images/icon-nav.svg) no-repeat left center;
  background-size: auto 100%;
  margin-right: 0.5em;
  vertical-align: middle;
}
@media screen and (min-width: 769px) {
  .global-nav .nav > li.header-btn-contact {
    position: absolute;
    top: 10px;
    right: 4%;
  }
}
.global-nav .nav > li.header-btn-contact a {
  color: transparent !important;
  background: url(../images/header-bnr-contact.png) no-repeat;
  width: 180px;
  height: 40px;
  display: block;
  margin: 0 auto;
}
.global-nav .nav > li.header-btn-contact a:hover {
  color: transparent !important;
}
.global-nav .nav > li.header-btn-contact a::before {
  content: none;
}
.global-nav .sub-menu {
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  .global-nav .nav {
    display: flex;
  }
  .global-nav .nav > li {
    font-size: clamp(14px, 1.823vw, 16px);
    background-color: #fbb03b;
    position: relative;
    z-index: 100;
    transition: all 0.3s;
  }
  .global-nav .nav > li:hover .sub-menu {
    transform: scaleY(1);
  }
  .global-nav .nav > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0.5em clamp(10px, 0.833vw, 30px) 0 clamp(10px, 0.833vw, 30px);
    text-decoration: none;
    color: #231815;
    letter-spacing: 0.05em;
    font-weight: 600;
    transition: all 0.3s;
  }
  .global-nav .nav > li:hover a {
    color: #231815;
  }
  .global-nav .nav .sub-menu {
    transform: scaleY(0); /*デフォルトでは非表示の状態にしておく*/
    transform-origin: center top; /*変形を適応する基準をtopとする*/
    transition: all 0.3s; /*表示の変化を0.3秒に指定*/
    width: 100%;
    margin: 0;
    position: absolute;
    top: 48px;
    left: 0;
  }
  .global-nav .nav .sub-menu li {
    background-color: #ffe960;
    transition: all 0.3s;
    position: relative;
  }
  .global-nav .nav .sub-menu li:not(:first-child)::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fbb03b;
    position: absolute;
    top: 0;
    left: 0;
  }
  .global-nav .nav .sub-menu li:hover {
    background-color: #ffe22d;
  }
  .global-nav .nav .sub-menu li a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #231815;
    text-decoration: none;
    position: relative;
    font-size: 80%;
  }
  .global-nav .nav .sub-menu li a::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
  }
}
@media only screen and (max-width: 768px) {
  .overlay {
    width: 0;
    height: 0;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s;
    background: rgba(255, 255, 255, 0.7);
  }
  .overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  #main {
    transition: all 0.5s;
    min-height: 100vh;
  }
  #main.open {
    position: fixed;
    width: 100%;
  }
  #menu_btn {
    right: 1.5%;
    transition: 0.3s;
    cursor: pointer;
    position: fixed;
    z-index: 9999;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menu-trigger {
    width: 18px;
    height: 16px;
    position: relative;
  }
  .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #231815;
    transition: all 0.5s;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 7px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg);
  }
  #menu_btn.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(3) {
    transform: translateY(-8px) rotate(45deg);
  }
  #nav {
    width: 300px;
    height: 100%;
    overflow: auto;
    padding: 60px 0;
    background-color: #fbb03b;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 12;
    transform: translate(300px);
    transition: all 0.5s;
  }
  #nav.open {
    transform: translateZ(0);
  }
  #nav li {
    padding: 0 20px;
  }
  #nav li a {
    position: relative;
    padding: 20px;
    color: #231815;
  }
  #nav .menu-item-has-children > a:first-of-type {
    display: block;
    padding: 1em 1.5em;
    font-size: 120%;
  }
  #nav .menu-item-has-children > a.open:first-of-type {
    color: #231815;
  }
  #nav .menu-item-has-children .sub-menu li {
    padding: 0;
  }
  #nav .menu-item-has-children .sub-menu li a {
    display: block;
    padding: 0 1.5em 1em 3.5em;
  }
  #nav .menu-item-has-children .sub-menu li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 850px) {
  #nav ul {
    justify-content: center;
    margin: auto;
  }
  #nav li a {
    padding: 1.5em 0.5em;
  }
}
/*----------------------------------
	1.2. 見出し
------------------------------------*/
p {
  margin-bottom: 1em;
}

.h-style01 {
  font-size: clamp(28px, 3.646vw, 36px);
  line-height: 1.3em;
  letter-spacing: 0.24em;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .h-style01 {
    font-size: clamp(20px, 4.167vw, 28px);
  }
}

.h-style02 {
  font-size: clamp(20px, 2.604vw, 26px);
  line-height: 2;
  letter-spacing: 0.24em;
  font-weight: 600;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .h-style02 {
    font-size: clamp(16px, 3.333vw, 20px);
  }
}
.h-style02--border {
  display: flex;
  align-items: center;
}
.h-style02--border::before, .h-style02--border::after {
  content: "";
  height: 3px;
  flex-grow: 1;
  background-color: #231815;
}
.h-style02--border::before {
  margin-right: 1em;
}
.h-style02--border::after {
  margin-left: 1em;
}
.h-style02--circle-red::before {
  content: "";
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  border-radius: 50%;
  background-color: #ed1c24;
  margin-right: 0.3em;
  margin-bottom: 5px;
  vertical-align: middle;
}
.h-style02--circle-green::before {
  content: "";
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  border-radius: 50%;
  background-color: #006837;
  margin-right: 0.5em;
  margin-bottom: 5px;
  vertical-align: middle;
}

.h-style03 {
  font-size: clamp(16px, 2.083vw, 18px);
  line-height: 1.5;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .h-style03 {
    font-size: clamp(14px, 4.375vw, 16px);
  }
}

.h-style04 {
  font-size: 22px;
  font-weight: 600;
  background-color: #ffe960;
  padding: 0.5em 1em;
  border-left: solid 3px #231815;
  border-right: solid 3px #231815;
}

/*== 線がループして伸縮 */
.btn-style01 {
  text-align: right;
  padding-right: 0.5em;
}
.btn-style01 a {
  font-size: clamp(16px, 2.083vw, 18px);
  line-height: 1.5;
  letter-spacing: 0.08em;
  position: relative;
  color: #231815;
  padding: 10px 0;
  display: inline-block;
  text-decoration: none;
  outline: none;
  /*線の設定*/
  /*ペンの設定*/
  /*線と矢印を繰り返しアニメーション*/
}
@media screen and (max-width: 768px) {
  .btn-style01 a {
    font-size: clamp(14px, 4.375vw, 16px);
  }
}
.btn-style01 a span {
  display: inline-block;
  padding: 0 1em 0 1.5em;
}
.btn-style01 a::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #231815;
}
.btn-style01 a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 20px;
  height: 10px;
  background: url(../images/icon-pen.svg) no-repeat center;
  background-size: cover;
}
.btn-style01 a::before {
  animation: arrowlong01 2s ease infinite;
}
.btn-style01 a::after {
  animation: arrowlong02 2s ease infinite;
}

@keyframes arrowlong01 {
  0% {
    width: 0;
    opacity: 0;
  }
  20% {
    width: 0;
    opacity: 1;
  }
  80% {
    width: 104%;
    opacity: 1;
  }
  100% {
    width: 104%;
    opacity: 0;
  }
}
@keyframes arrowlong02 {
  0% {
    left: 0;
    opacity: 0;
  }
  20% {
    left: 0;
    opacity: 1;
  }
  80% {
    left: 102%;
    opacity: 1;
  }
  100% {
    left: 102%;
    opacity: 0;
  }
}
/*----------------------------------
	2. コンテンツ
------------------------------------*/
.column-center {
  justify-content: center;
}

.conts__cell--0 {
  padding: 0;
}

.conts__cell--tb20 {
  padding: 20px 0;
}

.conts__cell--t20 {
  padding-top: 20px;
}

.conts__cell--b20 {
  padding-bottom: 20px;
}

.conts__cell--tb40 {
  padding: 40px 0;
}

.conts__cell--t40 {
  padding-top: 40px;
}

.conts__cell--b40 {
  padding-bottom: 40px;
}

.conts__cell--tb60 {
  padding: 60px 0;
}

.conts__cell--t60 {
  padding-top: 60px;
}

.conts__cell--b60 {
  padding-bottom: 60px;
}

.conts__cell--tb80 {
  padding: 80px 0;
}

.conts__cell--t80b40 {
  padding: 80px 0 40px;
}

.conts__cell--t80 {
  padding-top: 80px;
}

.conts__cell--b80 {
  padding-bottom: 80px;
}

.bg-orange {
  background-color: #fffcb7;
}
.bg-orange-first {
  background: url(../images/bg-frill.png) repeat-x top #fffcb7;
}

.bg-orange-deep {
  background-color: #fbb03b;
}

.bg-gray {
  background-color: #f5ecd7;
}

.bg-green {
  background-color: #e1e865;
}

.bg-blue {
  background-color: #bcffff;
}

.bg-white {
  background-color: #fff;
}

.conts__inner {
  padding-left: 4%;
  padding-right: 4%;
}

.conts__width-m {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1000px) {
  .conts__width-m {
    padding: 0 4%;
  }
}

.conts__width-s {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 800px) {
  .conts__width-s {
    padding: 0 4%;
  }
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/*----------------------------------
	3. フッター
------------------------------------*/
#site-footer {
  padding: 40px 0;
  background-color: #fbb03b;
}
#site-footer > div {
  width: 94%;
  margin: 0 auto 60px;
}

.footer-nav > ul {
  display: flex;
  gap: 2em;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .footer-nav > ul {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0;
    max-width: 460px;
  }
  .footer-nav > ul::after {
    content: "";
    display: block;
    flex-basis: 31%;
    flex-grow: 1;
  }
}
.footer-nav > ul > li {
  flex-grow: 1;
}
@media (max-width: 768px) {
  .footer-nav > ul > li {
    flex-basis: 31%;
    margin-bottom: 1em;
  }
}
.footer-nav li > ul {
  margin-left: 0.5em;
}
.footer-nav a {
  color: #231815;
}
.footer-nav #menu-footer-nav > li > a {
  background: url(../images/icon-nav.svg) no-repeat left center;
  background-size: auto 60%;
  padding: 0.3em 0 0.3em 1em;
}
.footer-nav ul ul a {
  font-size: 80%;
  font-weight: 600;
}
.footer-nav ul ul a::before {
  display: inline-block;
  content: "・";
}

.footer-logo {
  text-align: center;
}
.footer-logo img {
  max-width: 300px;
}

.footer-menu-wrapper {
  max-width: 1200px;
  margin: 0 auto 50px;
  padding-top: 40px;
}

@media (max-width: 699px) {
  .footer-menu-wrapper {
    width: 96%;
  }
}
.footer-info {
  max-width: 1000px;
  margin: 0 auto 50px;
}

@media (max-width: 1000px) {
  .footer-info {
    width: 96%;
  }
}
.footer-info address {
  font-style: normal;
  font-size: 1.6rem;
  color: #231815;
}

.footer-copyright {
  text-align: center;
  color: #7e7e7e;
  padding: 25px 0;
  margin: 0;
  font-size: 12px;
}

.pagetop {
  cursor: pointer;
  position: fixed;
  bottom: 50px;
  right: 30px;
  background-color: #000;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  color: #fff;
}

.pagetop:hover {
  opacity: 0.5;
}

.column-box__title {
  width: 35%;
}

.column-box__body {
  width: 65%;
}/*# sourceMappingURL=base.css.map */