@charset "utf-8";

html {
 font-size: 16px;
 overflow-x: hidden;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea,
p,
th,
td,
select,
header,
nav,
main,
section,
footer {
 margin: 0;
 padding: 0;
 color: #984f00;
 font-size: 1.1rem;
 line-height: 1.6;
 word-wrap: break-word;
 box-sizing: border-box;
}
body {
 font-family:
  "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
  "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 overflow-x: hidden;
 width: 100%;
}
address,
em,
i {
 font-style: normal;
}
strong,
th,
b {
 font-weight: normal;
}
img {
 width: auto;
 height: auto;
 vertical-align: bottom;
}
a {
 color: inherit;
 text-decoration: none;
}
a:hover {
 opacity: 0.6;
}

/*header*/

h1 {
 padding-top: 30px;
 margin-top: 0px;
 margin-left: 25px;
 font-size: 1.2rem;
 letter-spacing: 0.3em;
}

.site-logo {
 font-size: 2em;
 font-family: "Zen Maru Gothic", serif;
 font-weight: 600;
 font-style: normal;
}

.header {
 width: 100%;
 background-color: #f6e9d7;
 text-align: center;
 padding: 0px;
}

.logo {
 display: flex;
 justify-content: center;
 align-items: center;
}

.logo img {
 width: 100px;
 align-items: flex-end;
 padding-bottom: 20px;
}

/*top*/

.container1 {
 max-width: 960px;
 margin: 0 auto;
 padding: 0px;
}
.container2 {
 max-width: 960px;
 position: relative;
 margin: 0 auto;
 padding: 0px;
}

.top {
 position: relative;
 margin: 0 auto;
 padding: 0px;
}

div.resize img.min {
 display: none; /* 初期状態は、小さな画像を非表示に設定 */
}
div.resize img.big {
 display: block; /* 初期状態は、大きな画像を表示に設定 */
}
@media screen and (max-width: 800px) {
 div.resize img.min {
  display: block; /* 800pxより小さい時は、小さな画像を表示に設定 */
 }
 div.resize img.big {
  display: none; /* 800pxより小さい時は、大きな画像を非表示に設定 */
 }
}

.sns {
 position: absolute;
 bottom: 20px;
 right: 140px;
 display: flex;
 background-color: #fff;
 border-radius: 16px;
 border: dotted 1px #984f00;
}

.snsicon {
 width: 30px;
 margin: 16px;
}

.n-c {
 position: relative;
 max-width: 960px;
 margin: 0 auto;
 display: flex;
 background-color: #fff;
}

.news-tab {
 position: absolute;
 top: -30px;
 left: 0px;
 width: 100px;
 background-color: #b08661;
 color: #fff;
 border-top-left-radius: 0px;
 border-top-right-radius: 20px;
 border-bottom-right-radius: 0px;
 border-bottom-left-radius: 0px;
 text-align: center;
 padding: 2px;
}

.newsbox {
 width: 40%;
 min-height: 100px;
 overflow: hidden;
 border: 1px dotted #b08661;
 border-top-left-radius: 0px;
 border-top-right-radius: 0px;
 border-bottom-right-radius: 0px;
 border-bottom-left-radius: 10px;
}

.news {
 padding-left: 30px;
 border-top: 1px dotted #b08661;
 font-size: 1rem;
}

.cam-tab {
 position: absolute;
 top: -30px;
 right: 0px;
 width: 120px;
 background-color: #b08661;
 color: #fff;
 border-top-left-radius: 20px;
 border-top-right-radius: 0px;
 border-bottom-right-radius: 0px;
 border-bottom-left-radius: 0px;
 text-align: center;
 padding: 2px;
}

.campaign {
 width: 60%;
}

.cambn {
 height: 100px;
 max-width: 100%; /* 親幅を超えないように */
 padding: 0px;
 background-color: #f6e9d7;
 border-top-left-radius: 0px;
 border-top-right-radius: 0px;
 border-bottom-right-radius: 20px;
 border-bottom-left-radius: 0px;
}

/*main1*/
h2 {
 font-size: 2rem;
 margin: 0 auto;
 margin-top: 60px;
 margin-bottom: 50px;
 text-align: center;
 max-width: 97%;
 background-color: #b08661;
 color: #fff;
 border-radius: 16px;
}

.box1 {
 margin: 0 auto;
 padding: 10px;
 display: flex;
 align-items: center;
 justify-content: center;
}

h3 {
 font-size: 1.5rem;
 margin: 20px 0px 20px 0px;
}

.box1r {
 margin: 0 auto;
 padding: 10px;
 display: flex;
 align-items: center;
 justify-content: center;
 flex-direction: row-reverse;
}

.main1box {
 width: 50%;
 height: auto;
 background-color: #f6e9d7;
 box-shadow: 0px 0px 20px 20px #f6e9d7;
 padding: 1% 4% 2% 6%;
 margin: 5% 5% 5% 5%;
 border-radius: 10px;
}

.mainimg {
 width: 250px;
 height: 250px;
}

/*==================================================
スライダーのためのcss
===================================*/
.slider {
 /*横幅90%で左右に余白を持たせて中央寄せ*/
 width: 90%;
 margin: 0 auto;
}

.slider img {
 width: 80%; /*スライダー内の画像を横幅80%に*/
 height: auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
 margin: 0 10px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
 position: absolute; /*絶対配置にする*/
 top: 42%;
 cursor: pointer; /*マウスカーソルを指マークに*/
 outline: none; /*クリックをしたら出てくる枠線を消す*/
 border-top: 2px solid #984f00; /*矢印の色*/
 border-right: 2px solid #984f00; /*矢印の色*/
 height: 15px;
 width: 15px;
}

.slick-prev {
 /*戻る矢印の位置と形状*/
 left: -1.5%;
 transform: rotate(-135deg);
}

.slick-next {
 /*次へ矢印の位置と形状*/
 right: -1.5%;
 transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
 text-align: center;
 margin: 20px 0 0 0;
}

.slick-dots li {
 display: inline-block;
 margin: 0 5px;
}

.slick-dots button {
 color: transparent;
 outline: none;
 width: 8px; /*ドットボタンのサイズ*/
 height: 8px; /*ドットボタンのサイズ*/
 display: block;
 border-radius: 50%;
 background: #ccc; /*ドットボタンの色*/
}

.slick-dots .slick-active button {
 background: #984f00; /*ドットボタンの現在地表示の色*/
}

/*slider*/
/* .slider {
	.slick-prev:before, .slick-next:before {
		color: #984f00;
	}
} */

/*cats*/

.cats {
 width: 100%;
 margin: 0 auto;
 padding: 15px;
 display: flex;
 justify-content: center;
 align-items: center;
}

/*system*/

.main3box {
 border: 1px dotted #b08661;
 border-radius: 14px;
 margin: 20px;
 padding: 20px;
}

.box1 img {
 width: 250px;
 height: 250px;
}

/*access*/

.box2 {
 padding: 0px;
 display: flex;
 justify-content: center;
 align-items: center;
}

.access-box {
 margin: 10px;
 padding: 10px;
}

.box2 img {
 width: 480px;
 height: auto;
}

/* contact */

.container {
 max-width: 750px;
 margin: 0 auto;
 padding: 0 20px;
 text-align: center;
}
input {
 margin-bottom: 10px;
}
textarea {
 height: 100px;
 margin-bottom: 10px;
}
input,
textarea {
 font-size: 1em;
 padding: 15px 10px 10px;
 font-family: "Source Sans Pro", arial, sans-serif;
 border: 1px dotted #b08661;
 background: #fffaf0;
 color: #984f00;
 border-radius: 12px;
 -moz-background-clip: padding;
 -webkit-background-clip: padding-box;
 background-clip: padding-box;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 width: 100%;
 max-width: 100%;
}
::-webkit-input-placeholder {
 color: #b08661;
}
:-moz-placeholder {
 color: #b08661;
}
::-moz-placeholder {
 color: #b08661;
}
:-ms-input-placeholder {
 color: #b08661;
}
button {
 font-size: 2.5rem;
 margin-top: 15px;
 margin-bottom: 25px;
 background-color: #b08661;
 padding: 5px 25px;
 -ms-border-radius: 15px;
 -o-border-radius: 15px;
 border-radius: 15px;
 border: 1px dotted #b08661;
 -webkit-transition: 0.5s;
 transition: 0.5s;
 display: inline-block;
 cursor: pointer;
 width: auto;
 min-width: 160px;
 color: #fff;
 box-sizing: border-box; /* padding/borderを含めた幅計算に */
}
button:hover,
.button:hover {
 background: #deb887;
}
label.error {
 font-family: "Source Sans Pro", arial, sans-serif;
 font-size: 1em;
 display: block;
 padding-top: 10px;
 padding-bottom: 10px;
 background-color: #d89c9c;
 width: 80%;
 margin: auto;
 color: #fafafa;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 border-radius: 6px;
}
/* media queries */
@media (max-width: 700px) {
 label.error {
  width: 90%;
 }
 input,
 textarea {
  width: 90%;
 }
 button {
  width: 90%;
 }
 body {
  padding-top: 10px;
 }
}
.message {
 font-family: "Source Sans Pro", arial, sans-serif;
 font-size: 1.5em;
 display: none;
 padding-top: 10px;
 padding-bottom: 10px;
 background-color: #b08661;
 width: 80%;
 margin: auto;
 color: #fafafa;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 border-radius: 6px;
}

/*footer*/

.footer-area {
 position: relative;
 width: 100%;
 height: 200px;
 background-color: #f6e9d7;
}

.footer1 {
 margin: 0 auto;
 text-align: center;
 display: flex;
 justify-content: center;
 align-items: center;
 padding-top: 20px;
 padding-bottom: 0px;
}
.footer1 p {
 padding-left: 20px;
}
.footer2 {
 margin: 0 auto;
 text-align: center;
 padding-top: 0px;
}

/* 上に戻るボタン */

/* html {
    scroll-behavior: smooth;
}
.pagetop {
    position: fixed;
    right: 5%;
    bottom: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    transform: translateY(20%) rotate(-45deg);
}

@media (hover: hover) and (pointer: fine) {
    .pagetop:hover, .pagetop:hover .pagetop__arrow {
        border-color: #2d1901;
    }
}
 */

/* トップへ戻るボタン */
#page-top {
 position: fixed;
 right: 20px;
 bottom: 20px;
 width: 50px;
 z-index: 100;
 opacity: 0;
 visibility: hidden;
 transition:
  opacity 0.4s,
  visibility 0.4s;
 cursor: pointer;
}
#page-top img {
 width: 100%;
 height: auto;
 display: block;
}
/* スクロールで .is-show が付いた時に表示 */
#page-top.is-show {
 opacity: 0.85;
 visibility: visible;
}
#page-top.is-show:hover {
 opacity: 1;
}

/* スクロールでふわっと登場（fadein） */
.fadein {
 opacity: 0;
 transition:
  opacity 1s ease,
  transform 1s ease;
 will-change: opacity, transform;
}
/* 各方向の初期位置 */
.fadeRight {
 transform: translateX(80px); /* 右から */
}
.fadeLeft {
 transform: translateX(-80px); /* 左から */
}
.fadeUp {
 transform: translateY(80px); /* 下から */
}
/* 画面内に入った時（JSで .is-visible を付与） */
.fadein.is-visible {
 opacity: 1;
 transform: translate(0, 0);
}

/* スマホ */
@media screen and (max-width: 480px) {
 .header {
  width: 100%;
  background-color: #f6e9d7;
  margin-top: 0px;
  text-align: center;
  padding: 0px;
 }

 h1 {
  padding-top: 30px;
  font-size: 1.2rem;
  letter-spacing: 0em;
 }

 /* 全imgに100%は当てず、対象を絞る */
 .resize img,
 .box1 img,
 .box2 img {
  width: 100%;
  height: auto;
 }

 .sns {
  width: 220px;
  height: 70px;
  top: 27%;
  left: 20%;
  right: auto; /* PC用のrightをリセット */
  bottom: auto; /* PC用のbottomをリセット */
  display: flex;
  background-color: #fff;
  border: 1px dotted #be8f68;
  border-radius: 16px;
 }

 .n-c {
  position: relative;
  top: 50px;
  max-width: 960px;
  margin: 0 auto;
  display: block;
  background-color: #fff;
 }

 .newsbox {
  width: 100%;
  min-height: 100px;
  height: auto;
  border: 1px dotted #b08661;
 }

 .campaign {
  width: 100%;
 }

 .cambn {
  height: auto;
  padding: 0px;
  margin-bottom: 50px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 17px;
 }

 .box1 {
  max-width: 90%;
  margin: 0 auto; /* 中央寄せを追加 */
  display: block;
  padding: 5% 5%; /* 左右対称に修正 */
  justify-content: center;
  align-items: center;
 }

 .box1r {
  max-width: 90%;
  margin: 0 auto;
  display: block;
  padding: 5% 5%; /* .box1と揃える */
  justify-content: center;
  align-items: center;
 }

 .box1 img {
  width: 100%;
  height: auto;
 }

 .main1box {
  width: 100%;
  height: auto;
  background-color: #f6e9d7;
  box-shadow: 0px 0px 20px 20px #f6e9d7;
  padding: 1% 2% 2% 6%;
  margin: 5% 5% 5% 5%;
  border-radius: 10px;
 }

 .box2 {
  padding: 0px;
  display: block;
  justify-content: center;
  align-items: center;
 }

 .box2 img {
  width: 100%;
  height: auto;
 }

 .footer1 {
  display: block;
  margin: 0 auto;
  padding-top: 10px;
 }
 .footer2 {
  padding-bottom: 20px;
  text-align: center;
 }
}

/* タブレット・大きめスマホ（481px〜760px）*/
@media screen and (min-width: 481px) and (max-width: 760px) {
 .box1,
 .box1r {
  display: block;
  max-width: 90%;
  margin: 0 auto;
  padding: 5% 5%;
 }

 .box1 img,
 .box1r img {
  width: 60%;
  height: auto;
  display: block;
  margin: 0 auto;
 }

 .main1box {
  width: 100%;
 }

 .box2 {
  display: block;
 }

 .box2 img {
  width: 100%;
  height: auto;
 }

 .n-c {
  display: block;
 }

 .newsbox {
  width: 100%;
 }

 .campaign {
  width: 100%;
 }
}

/* ハンバーガー */
/* メニューの共通設定 */
nav.menu-wrapper #menu-btn-check {
 display: none; /* チェックボックスは非表示 */
}
/* PCメニューの設定 */
nav.menu-wrapper {
 max-width: 960px; /* メニュー最大幅 */
 margin: 0 auto;
}
nav.menu-wrapper .menu-content ul {
 display: flex;
 list-style: none;
}
nav.menu-wrapper .menu-content ul li {
 width: calc(100% / 5);
 padding: 5px 0; /* メニューの上下の隙間 */
 border-right: 1px #984f00 dotted; /* メニュー間の区切り線 */
}
nav.menu-wrapper .menu-content ul li:first-child {
 border-left: 1px #984f00 dotted; /* メニュー間の区切り線 */
}
nav.menu-wrapper .menu-content ul li a {
 display: block;
 text-align: center;
 text-decoration: none;
 background-color: #fff;
 margin: 3px;
}
nav.menu-wrapper .menu-content ul li a span {
 font-size: 80%; /* メニュー（2段目）の文字サイズ */
 font-weight: normal; /* メニュー（2段目）を通常文字 */
}
nav.menu-wrapper .menu-content ul li a:hover {
 opacity: 0.6; /* オンマウス時の透明度 */
}

/* スマホメニューの設定 */
@media screen and (max-width: 760px) {
 nav.menu-wrapper .menu-btn {
  position: fixed; /* ボタン領域を右上に作成 */
  top: 10px; /* ボタンの縦位置 */
  right: 10px; /* ボタンの横位置 */
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: #fff;
  opacity: 0.8;
  cursor: pointer;
  border-radius: 10px;
  border: dotted 1px #984f00;
 }
 nav.menu-wrapper .menu-btn span,		/* ボタンの3本線 */
	nav.menu-wrapper .menu-btn span:before,
	nav.menu-wrapper .menu-btn span:after {
  content: "";
  display: block;
  height: 6px;
  width: 35px;
  border-radius: 3px;
  background-color: #984f00; /* 3本線の色 */
  position: absolute;
 }
 nav.menu-wrapper .menu-btn span:before {
  bottom: 10px; /* 上の線は上方向に10px移動 */
 }
 nav.menu-wrapper .menu-btn span:after {
  top: 10px; /* 下の線は下方向に10px移動 */
 }
 nav.menu-wrapper #menu-btn-check:checked ~ .menu-btn span {
  background-color: #fff; /* ボタンクリック時：真ん中の線は非表示 */
 }
 nav.menu-wrapper #menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg); /* ボタンクリック時：上の線を斜め（／） */
 }
 nav.menu-wrapper #menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg); /* ボタンクリック時：下の線を斜め（＼） */
 }
 nav.menu-wrapper #menu-btn-check:checked ~ .menu-content {
  left: calc(
   100% - 220px
  ); /* ボタンクリック時：メニュー領域を表示 */ /* メニュー領域の引き出し位置（0にすると左端まで） */
 }
 nav.menu-wrapper .menu-content {
  /* メニューのコンテンツ領域 */
  width: 100%;
  height: 100vh; /* autoにするとコンテンツ領域分までに */
  position: fixed;
  top: 0;
  left: 100%;
  overflow: auto;
  z-index: 80;
  padding: 0 10px; /* メニュー領域の左右の隙間 */
  background-color: #f6e9d7; /* メニュー領域の背景色 */
  transition: all 0.5s; /* メニュー領域の引き出しスピード */
 }
 nav.menu-wrapper .menu-content ul {
  /* メニューの領域を作成 */
  display: block;
  width: 200px; /* メニュー領域の横幅を設定（100%にすると横幅いっぱい） */
  padding-top: 80px; /* ボタン領域分を下に下げる */
  list-style: none;
 }
 nav.menu-wrapper .menu-content ul li {
  width: 100%; /* メニューの項目領域 */
  border-right: none;
  border-top: dotted 1px #984f00; /* メニュー項目間の線色 */
 }
 nav.menu-wrapper .menu-content ul li:first-child {
  border-left: none;
 }
 nav.menu-wrapper .menu-content ul li a {
  display: block; /* メニューの項目領域（リンク実体） */
  font-size: 16px;
  text-decoration: none;
  color: #984f00; /* メニュー項目の文字色 */
  font-weight: bold;

  padding: 10px 0px;
  text-align: center; /* メニュー項目の表示位置 */
 }
 nav.menu-wrapper .menu-content ul li a span {
  font-size: 80%;
  font-weight: normal;
 }
 nav.menu-wrapper .menu-content ul li a:hover {
  opacity: 0.6;
 }
}

/* メニューを閉じるための要素のデザイン*/
.menu-close {
 width: 100%;
 height: 100%;
 position: fixed;
 top: 0;
 left: 100%; /* 閉じるための要素を画面外へ */
 z-index: 79; /* 重なり順をメニューより下に*/
 transition: 0.5s;
}
nav.menu-wrapper #menu-btn-check:checked ~ .menu-close {
 left: 0; /* 閉じるための要素を画面内へ */
}
/* ハンバーガーここまで） */
