@charset "UTF-8";
/*変数の設定*/
/*コンテンツラップの横幅  */
/*ナビバーの背景色 smはスマホ */
/*アクティブなリンクボタンの背景色*/
/*文字色*/
/*アクティブなリンクの文字色*/
/*ドロップダウンメニューにも背景色を付けるかどうか*/
html {
  -webkit-overflow-scrolling: touch;
}

body {
  position: relative;
  background-color: #f3f6f8;
  font-family: "Noto Sans JP";
  font-size: 105%;
  line-height: 2;
}

p {
  margin: 0;
}

a {
  outline: none;
  text-decoration: none;
  color: black;
  transition: 0.5s;
}

a:hover {
  text-decoration: none;
}

a img {
  outline: none;
}

h1 {
  font-size: 0.3em;
}

.effect01 {
  transition-duration: 1s;
}

.effect01:hover {
  transform: scale(0.95, 0.95);
}

.effect02 {
  transition-duration: 1s;
}

.effect02:hover {
  opacity: 0.7;
}

.effect03 {
  transition-duration: 1s;
}

.effect03:hover {
  transform: scale(0.98, 0.98);
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-150 {
  margin-top: 150px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-150 {
  margin-bottom: 150px;
}

.r {
  background-color: red;
}

.b {
  background-color: blue;
}

.y {
  background-color: yellow;
}

header {
  background-color: #1c7ec0;
  margin: 0 auto;
}

.header-menu-wrap {
  padding-left: 40px;
}

footer {
  background-color: #1c7ec0;
}

.footer-contents {
  margin: 0 auto;
  max-width: 1000px;
  display: flex;
  padding-top: 2rem;
  padding-bottom: 3rem;
}
.footer-contents img {
  margin-right: 2rem;
}
.footer-contents p {
  margin: 1rem;
  color: #FFF;
}

.l-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.l-contents-wrap {
  margin: 0 auto;
  max-width: 1000px;
}

/*
フェードイン
スクロールバー
エフェクト
SNSのボタン
フォトアルバム
上に戻る　footer
*/
.in {
  animation: bodyFadeIn 2s ease 0s 1 normal;
  -webkit-animation: bodyFadeIn 2s ease 0s 1 normal;
}

@keyframes bodyFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.in-slow {
  animation: bodyFadeIn2 3s ease 0s 1 normal;
  -webkit-animation: bodyFadeIn2 3s ease 0s 1 normal;
}

@keyframes bodyFadeIn2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#topBtn {
  /*-----必須-----*/
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.sns-btn a {
  color: #ccc;
  background-color: rgba(253, 253, 253, 0.7);
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  position: relative;
  display: inline-block;
  width: 40px;
  height: 35px;
  padding: 0px;
  margin-right: 0px;
  transition: all 0.5s;
  -webkit-font-smoothing: antialiased;
}

.sns-btn a:hover {
  background: #ef92a3;
}

/* pop-up text */
.sns-btn a span {
  color: #666;
  position: absolute;
  font-family: sans-serif;
  bottom: 0;
  left: -25px;
  right: -25px;
  padding: 5px 7px;
  z-index: 3;
  font-size: 14px;
  border-radius: 2px;
  background: #fff;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* pop-up text arrow */
.sns-btn a span:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  position: absolute;
  bottom: -5px;
  left: 40px;
}

/* text pops up when icon is in hover state */
.sns-btn a:hover span {
  bottom: 30px;
  visibility: visible;
  opacity: 1;
}

/* font awesome icons */
.sns-btn a:nth-of-type(1):before {
  font-family: "Font Awesome 5 Brands";
  font-size: 1.5em;
  color: #3b5998;
  content: "";
}

.sns-btn a:nth-of-type(2):before {
  font-family: "Font Awesome 5 Brands";
  font-size: 1.5em;
  color: #55acee;
  content: "";
}

.sns-btn a:nth-of-type(3):before {
  font-family: "Font Awesome 5 Brands";
  font-size: 1.5em;
  color: #dd4b39;
  content: "";
}

.sns-btn a:nth-of-type(4):before {
  font-family: "Font Awesome 5 Brands";
  color: #1dcd00;
  font-size: 1.5em;
  content: "";
}

/*

ヘッダーナビゲーション　bootstrap4

*/
/*

スライド　jquery plugin slick

*/
.slider {
  padding: 0;
  margin: 0;
  opacity: 0;
  transition: 1s;
}

.slider img {
  width: 100%;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  outline: none;
  background: #fff;
}

.slick-initialized .slick-slide {
  opacity: 0.6;
  /* 両サイドの画像を透過 */
}

.slick-initialized .slick-slide.slick-active {
  opacity: 1;
  /* センター画像を非透過 */
}

.slick-initialized {
  opacity: 1;
}

.slick-prev::before {
  position: relative;
  font-family: "slick";
  font-size: 3rem;
}

.slick-next::before {
  position: relative;
  font-family: "slick";
  font-size: 3rem;
}

.slick-prev {
  left: 65px;
  opacity: 1;
  z-index: 100;
}

.slick-next {
  right: 60px;
  opacity: 1;
  z-index: 100;
}

.slick-prev:hover:before {
  animation: arrow_prev 0.5s ease-out forwards;
}

@keyframes arrow_prev {
  0% {
    right: 0px;
  }
  50% {
    right: 5px;
  }
  100% {
    right: 0;
  }
}
.slick-next:hover:before {
  animation: arrow_next 0.5s ease-out forwards;
}

@keyframes arrow_next {
  0% {
    left: 0px;
  }
  50% {
    left: 5px;
  }
  100% {
    left: 0;
  }
}
@media screen and (max-width: 800px) {
  .slick-prev::before {
    font-size: 1.5rem;
  }

  .slick-next::before {
    font-size: 1.5rem;
  }

  .slick-prev {
    left: 30px;
  }

  .slick-next {
    right: 30px;
  }
}
.mail-form-wrap {
  margin: 0 auto;
  width: 98%;
  padding: 2em;
  background-color: #F4F3E9;
}

.submit-btn {
  font-family: "";
  font-size: 1.3em;
}

.mandatory::after {
  content: "　※必須";
  font-size: 80%;
}

/*エラーメッセージ*/
.error {
  padding-left: 1rem;
  color: red;
}

.error-input {
  background-color: #F4C7C7;
}

#lock {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: none;
  opacity: 0.7;
}

.modal-header {
  border-radius: 5px 5px 0px 0px;
  background-color: #428bca;
  color: #eee;
}

.modal-footer {
  border-radius: 0px 0px 5px 5px;
  background-color: #eee;
  color: #666;
}

.modal-header > h4 {
  font-size: 1.1rem;
}

.confirm-label {
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-bottom: dotted 1px #ccc;
  font-weight: bold;
}

.confirm-value {
  padding: 0.5rem 1rem 0.5rem 1rem;
}

.confirm-submit {
  width: 50%;
  padding: 0 20px 30px 20px;
}

.confirm-back {
  width: 50%;
  padding: 0 20px 30px 20px;
}

.confirm-table th {
  width: 20%;
  background-color: #EBEBEB;
}

.submit-wrap {
  display: flex;
}

.submit-btn {
  margin-top: 10px;
  padding: 10px 20px;
  font-size: 18px;
}

.finish_msg {
  padding: 20px;
}

.finish_btn {
  margin: 1.2rem;
}

.top-main-view {
  max-width: 1200px;
  margin: 0 auto;
}

.top-title {
  border-bottom: 2px solid #703e00;
  padding-top: 3rem;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}

.top-text01 {
  margin-bottom: 4rem;
}

.top-gift {
  margin-bottom: 6rem;
}

.top-special {
  background-color: #1c7ec0;
  padding: 1rem;
  margin-bottom: 3rem;
}

.top-special-link {
  padding: 1rem;
  background-color: #FFF;
  max-width: 315px;
}

.top-bottom-space {
  margin-bottom: 8rem;
}

@media screen and (max-width: 768px) {
  /* 768pxまでの幅の場合に適応される */
  .top-title img {
    width: 50%;
  }

  .top-gift {
    text-align: center;
  }
  .top-gift img {
    width: 90%;
  }
}
/* フォームのスタイルは_mail_form.scssにて設定してください*/
.special-title {
  background-color: #1c7ec0;
  padding: 1rem;
  margin-top: 100px;
  margin-bottom: 70px;
}

.special-text {
  padding-bottom: 70px;
}

.special-article-h {
  border-bottom: 1px solid #2ca83c;
  padding-left: 0px;
}

.special-article-title {
  padding-top: 60px;
  padding-bottom: 60px;
}

.special-article-text02 {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  /* 768pxまでの幅の場合に適応される */
  .special-text {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .special-title {
    margin-top: 50px;
  }

  .special-article-h {
    text-align: center;
  }

  .special-link {
    width: 80%;
  }

  .sm-title {
    width: 80%;
  }
}
.special-article-h h2{width:fit-content;font-size:1.4rem;padding:.5em 1em;color:#fff;background:#2ca83c;margin:0}
.special-article-title h3{
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  font-style: normal;
}
.special-article-text01 p,.special-article-text02 p{text-indent:1em}

/*

★　_component.scssにてスタイル設定しているコンポーネント
スクロールバー
エフェクト
SNSのボタン

*/

@media (width >= 768px) {
.pc{display:inline-block;}
.smp{display:none;}
}
@media (width <= 768px) {
.pc{display:none;}
.smp{display:inline-block;}
}