@charset "utf-8";

html { font-size: 16px; }
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;
}
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: 768px) {
	div.resize img.min {
		display: block;					/* 768pxより小さい時は、小さな画像を表示に設定 */
	}
	div.resize img.big {
		display: none;					/* 768pxより小さい時は、大きな画像を非表示に設定 */
	}
}

.sns{
	position: absolute;
	bottom: 20px;
	right: 57px;
	display: flex;
	background-color: #fff;
	border-radius: 16px;
	border: dotted 1px #984f00;
}

.snsicon{
	width: 40px;
	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%;
	height: 100px;
	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;
}

.campaign{
	width:60% ;
}

.cambn{
	height: 100px;
	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;
}

/* スクロールすると項目がフェードイン（基本形）の設定 */
.fadein-wrapper {
	overflow: hidden;
}
.fadein-wrapper div {
	width: calc(100% / 3);
	padding: 20px;
	text-align: center;
	float: left;
}
.fadein-wrapper div img {
	width: 100%;
}
/* ▼▼▼ CSS（ここから／使用するCSSを選択してコピーしてください）（※2） ▼▼▼ */
.fadeUp {								/* 画面外にいる項目（下から） */
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 800ms;
}
.fadeLeft {								/* 画面外にいる項目（左から） */
    opacity : 0;
    transform : translate(-50px, 0);
    transition : all 800ms;
}
.fadeRight {							/* 画面外にいる項目（右から） */
    opacity : 0;
    transform : translate(50px, 0);
    transition : all 800ms;
}
.fadein.scrollin {						/* 画面内に入った項目 */
    opacity : 1;
    transform : translate(0, 0);
}
/* ▲▲▲ CSS（ここまで） ▲▲▲ */




/* main2cats */
/* スライダー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;/*ドットボタンの現在地表示の色*/
}

/*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 {
	margin:0 auto;
	text-align:center;
}
input {
	margin-bottom:10px;
}
textarea {
	height:100px;
	margin-bottom:10px;
	inset:first-of-type;
}
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;
	max-width: 600px;
}
::-webkit-input-placeholder {
	color: #b08661;
}
:-moz-placeholder {
	color: #b08661;
}
::-moz-placeholder {
	color: #b08661;
}
:-ms-input-placeholder {
	color: #b08661;
}
button {
	font-size: 2rem;
	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: .5s;
	transition: .5s;
	display: inline-block;
	cursor: pointer;
	width:20%;
	color:#fff;
}
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: 768px) {
	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;

}

/* 上に戻るボタン */

/*リンクの形状*/
#page-top img{
	width: 50px;
	height: 50px;
}
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	border-radius: 5px;
	width: 50px;
	height: 50px;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:0.6rem;
	transition:all 0.3s;
}

#page-top a:hover{
	opacity: 60%;
}

/* リンクを右下に固定 */
#page-top {
	position: fixed;
	right: 10px;
	bottom:10px;
	z-index: 2;
	/* はじめは非表示 */
	opacity: 0;
	transform: translateY(100px);
}

/* 上に上がる動き */

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
	from {
	opacity: 0;
	transform: translateY(100px);
	}
	to {
	opacity: 1;
	transform: translateY(0);
	}
}

/* 下に下がる動き */

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
	from {
	opacity: 1;
	transform: translateY(0);
	}
	to {
	opacity: 1;
	transform: translateY(100px);
	}
}



/* スマホ */
@media screen and (max-width: 768px){
	.header {
		width: 100%;
		background-color: #f6e9d7;
		margin-top: 0px;
		text-align: center;
		padding: 0px;
	}

	h1{
	padding-top: 30px;
	font-size: 1.1rem;
	letter-spacing: 0em;
	}

	img {
		max-width: 100% ;
	}

	.sns{
		width: 220px;
		height: 70px;
		top: 27%;
		left: 20%;
		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%;
		height: 100px;
		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%;
		display: block;
		padding: 5% 10% 5% 1%;
		justify-content: center;
		align-items: center;
		}

	.box1r{
		max-width: 90%;
		display: block;
		padding: 5% 10% 5% 1%;
		justify-content: center;
		align-items: center;
}

	.box1 img{
		width: 100%;
		height: auto;
	}

	.box1r 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;
	}



}

/* ハンバーガー */
/* メニューの共通設定 */
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: 768px) {
	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: .5s;
}
nav.menu-wrapper #menu-btn-check:checked ~ .menu-close {
	left: 0;/* 閉じるための要素を画面内へ */
}

/* ハンバーガーここまで */