@charset "utf-8";


/*lightbox.css読み込み
---------------------------------------------------------------------------*/
@import url(lightbox.css);

/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body,html {width: 100%;height: 100%;}
#top-contents {min-height: 100%;width: 100%;overflow: hidden;position: relative;}
body {
	margin: 0px;
	padding: 0px;
	color: #423e34;
	font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 2;
	background: #f8f5ec;
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {color: #423e34;transition: 0.4s;}
a:hover {color: #b88a00;text-decoration: none;}

/*header
---------------------------------------------------------------------------*/
header {
	background: #423e34;
	overflow: hidden;
	position: fixed;z-index: 100;
	height: 100px;
	width: 100%;
}
header .logo {
	width: 250px;
	float: left;
	margin-top: 15px;
	padding-left: 3%;
}

/*メインメニュー
---------------------------------------------------------------------------*/
#menubar {float: right;margin-top: 33px;padding-right: 3%;}
#menubar li {float: left;}
#menubar li:hover {position: relative;left: 1px;top: 1px;}
#menubar li#menu1,#menubar-s li#menu1 img {width: 98px;}
#menubar li#menu2,#menubar-s li#menu2 img {width: 173px;}
#menubar li#menu3,#menubar-s li#menu3 img {width: 126px;}
#menubar li#menu4,#menubar-s li#menu4 img {width: 123px;}
#menubar-s {display: none;}
#menubar_hdr {display: none;}

/*contents
---------------------------------------------------------------------------*/
#contents {
	 padding: 160px 3% 40px;
	 max-width: 1400px;
	 margin: 0 auto;
	 overflow-x: hidden;
}
.home #contents {padding-top: 60px;}
#contents h2 {
	clear: both;
	margin-bottom: 20px;
	text-align: center;
	background: #423e34;
	color: #fff;
	border-radius: 30px;
	line-height: 1.5;
	padding: 10px 30px;
}
#contents h3 {
	clear: both;
	margin: 0 5% 20px;
	text-align: center;
	border-radius: 30px;
	border: 2px solid #423e34;
	color: #423e34;
	line-height: 1.5;
	padding: 8px 30px;
}
#contents h2 span, #contents h3 span {
	display: block;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 0.2em;
}
#contents p {
	padding: 0px 5% 20px;
}
#contents h2 + p,
#contents h3 + p,
#contents h2 + ul.disc,
#contents h3 + ul.disc {
	margin-top: -10px;
}
#contents section + section {
	margin-top: 40px;
}

/*footermenu
---------------------------------------------------------------------------*/
#footermenu {text-align: center;padding-top: 40px;font-size: 14px;}
#footermenu li {display: inline;}

/*footer
---------------------------------------------------------------------------*/
footer {clear: both;text-align: center;font-size: 13px;padding-bottom: 30px;}
footer a {text-decoration: none;}

/*「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#new dl {padding: 0 20px;}
#new dt {float: left;width: 9em;letter-spacing: 0.1em;}
#new dd {padding-left: 9em;}

/*よく頂く質問ページ設定
---------------------------------------------------------------------------*/
dl.faq {padding: 0 20px;}
dl.faq dt {
	color: #b88a00;
	font-weight: bold;
	background: url(../images/faq_q.png) no-repeat left 8px / 16px;
	padding-left: 25px;
	margin-top: 10px;
}
dl.faq dd {
	background: url(../images/faq_a.png) no-repeat left 8px / 16px;
	padding-left: 25px;
	padding-bottom: 10px;
}

/*gallery.html内の各ブロック
---------------------------------------------------------------------------*/
#contents .list {
	background: #FFF;
	background: linear-gradient(#FFF, #eaeaea);
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	width: 31%;
	float: left;
	margin-left: 1.7%;
	text-align: center;
}
#contents .list a {
	display: block;
	/*padding: 20px;*/
	padding: 5%;
	text-decoration: none;
	overflow: hidden;
	color: #333;
	font-size: 11px;
}
#contents .list a:hover {background: #b88a00;}
#contents .list img {
	width: 100%;height: auto;
}

#contents .list.mini {
	width: 15%;
	margin-left: 1.4%;
	margin-bottom: 30px;
}
#contents .list.mini a {
	padding: 0px;
}

#contents .list span {
	position: absolute;
	left: 10%;
	bottom: 10%;
	background: rgba(0,0,0,0.4);
	color: #fff;
	width: 80%;
	font-size: 14px;
}

/*gallery.htmlページ内冒頭のピックアップ
---------------------------------------------------------------------------*/
.pickup p {
	width: 80%;
	margin: 0 auto;
	margin-bottom: 30px;
}

/*mainimg
---------------------------------------------------------------------------*/
/*画像ブロック*/
#mainimg {
	clear: left;
	text-indent: -9999px;
	position: absolute;
	top: 0px;left: 0px;
	width: 100%;
	height: 100%;
	background: url(../images/mainimg.jpg) no-repeat center center;
	background: url(../images/mainimg.jpg) no-repeat center center / cover;
}

/*動画（トップページ、gallery.html）
---------------------------------------------------------------------------*/
.douga {
	width: 86%;
	margin: 0 auto;
	padding-bottom: 40px;
	position: relative;
}
.home .douga {width: 90%;}
.douga video {width: 48%;}

/*Instagramアイコン（トップページ、gallery.html）
---------------------------------------------------------------------------*/
/*gallery.html*/
@keyframes animation2 {
	0% {right: -500px; top: 50px;transform: rotate(30deg);}
	100% {right: 0px; top: 80px;transform: rotate(-10deg);}
}
#animation2 {
	position: fixed;z-index: 101;
	width: 25%;max-width: 400px;
	animation: animation2 0.3s;
	animation-fill-mode: both;
	animation-delay: 1s;
}
/*index.html*/
#logo-insta {
	position: absolute;
	width: 24%;width: 30%;
	right: -10%;
	top: -120px;
	transform: rotate(20deg);
}

/*スーパーにゃん
---------------------------------------------------------------------------*/
@keyframes animation1 {
	0% {left: -200px; bottom: 0px;}
	100% {left: 100%; bottom: 110%;}
}
/*画像ブロック*/
#animation1 {
	width: 150px;
	position: absolute;
	z-index: 100;
	animation: animation1 6s ease-in both;
	animation-fill-mode: both;
}
#arrow1 {
	position: absolute;
	left: 47%;left: 46%;
	bottom: 50px;
	width: 26px;width: 50px;
	opacity: 0.5;
}
#arrow1:hover {opacity: 1;}

/*テーブル
---------------------------------------------------------------------------*/
.ta1 caption {
	border: 1px solid #999;
	border-bottom: none;
	text-align: left;
	font-weight: bold;
	padding: 10px;
	background: #fff;
}
.ta1 th.tamidashi {
	width: auto;
	text-align: left;
	background: #fff;
}
.ta1 {
	table-layout: fixed;
	width: 90%;
	margin: 0 5% 20px;
}
.ta1, .ta1 td, .ta1 th {
	word-break: break-all;
	border: 1px solid #999;
	padding: 10px;
}
.ta1 th {
	width: 140px;
	text-align: center;
}

/*フォーム関連
---------------------------------------------------------------------------*/
input[type="submit"].btn,
input[type="button"].btn,
input[type="reset"].btn {
	padding: 5px 20px;
	border-radius: 3px;
	background: transparent;
	font-size: 14px;
}
input[type="submit"].btn:hover,
input[type="button"].btn:hover,
input[type="reset"].btn:hover {
	background: #fff;
}
input,textarea {
	outline: none;background: transparent;
	border: 1px solid #999;
}
input:focus,textarea:focus {
	background: #fff;
}

/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
@keyframes scroll {
0% {opacity: 0;}
100% {opacity: 1;}
}
body .nav-fix-pos-pagetop a {display: none;}
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	display: block;text-decoration: none;text-align: center;z-index: 100;position: fixed;
	width: 50px;
	line-height: 50px;
	bottom: 50px;
	right: 1%;
	background: #000;
	background: rgba(0,0,0,0.6);
	color: #fff;
	border-radius: 50%;
	border: 1px solid #fff;
	animation-name: scroll;
	animation-duration: 1S;
	animation-fill-mode: forwards;
}
body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
	background: #999;
}

/*check1
---------------------------------------------------------------------------*/
.check1 {
	color: #ff0000;
	border: 1px solid #ff0000;
	padding: 2px 10px;
}

/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;
	color: #FFF;
	font-size: 70%;
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}

/*ul.disc,olタグ
---------------------------------------------------------------------------*/
ul.disc {list-style: disc;padding: 0 5% 20px 8%;}
ol {padding: 0 5% 20px 8%;}

/*その他
---------------------------------------------------------------------------*/
.look {background: #c3b5a2;background: rgba(0,0,0,0.1);padding: 5px 10px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}
.clear {clear: both;}
.color1, .color1 a {color: #b88a00 !important;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}
.fl {float: left;margin-bottom: 20px;}
.fr {float: right;margin-bottom: 20px;}
.w45 {width: 45%;}
.mrl5 {margin-left:5%;margin-right:5%;}
.big1 {font-size: 50px;}
.mini1 {font-size: 11px;display: inline-block;line-height: 1.5;}
.link {display: block;margin-top: -100px;padding-top: 100px;}
.google-ads {clear:both;max-width: 1400px;margin: 0 auto;padding: 20px 3%;}
.sh {display: none;}



/*画面幅820px以下の設定（メニューが段落ちして消えるのを防ぐ）
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:820px){

/*メインメニュー
---------------------------------------------------------------------------*/
#menubar {padding-right: 0;}

}



/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){

/*メインメニュー
---------------------------------------------------------------------------*/
@keyframes menubar {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
#menubar-s {
	display: block;
	position: fixed;z-index: 200;
	top: 100px;
	width: 100%;
	background: rgba(0,0,0,0.8);
	animation-name: menubar;
	animation-duration: 0.5s;
	animation-fill-mode: both;
	border-top: 1px solid #fff;
}
#menubar-s li a {
	display: block;text-decoration: none;
	padding: 14px 3%;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 16px;
}
#menubar-s li#menu5 {
	background: url(../images/icon_instagram.png) no-repeat 18px center / auto 60%;
}
#menubar-s li#menu5 a {
	padding-left: 60px;
}
#menubar {display: none;}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
#menubar_hdr {
	display: block;
	position: fixed;z-index: 200;
	top: 22px;
	right: 1%;
}
#menubar_hdr.close,
#menubar_hdr.open {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
#menubar_hdr.close {background: url(../images/icon_menu.png) no-repeat center top/50px;}
#menubar_hdr.open {background: url(../images/icon_menu.png) no-repeat center bottom/50px;}

/*動画（トップページ、gallery.html）
---------------------------------------------------------------------------*/
.douga video {width: 100%;}

/*Instagramアイコン（トップページ、gallery.html）
---------------------------------------------------------------------------*/
/*gallery.html
#animation2 {width: 35%;}*/
#animation2 {display: none;}
/*index.html*/
#logo-insta {
	width: 40%;
	right: -10%;
	top: -100px;
}

/*その他
---------------------------------------------------------------------------*/
body.s-n #sub,body.s-n #footermenu,.m-n {display: none;}
.big1 {font-size: 20px;}
.fl {float: none;}
.fr {float: none;}
.sh {display:block;}
.pc {display:none;}

}



/*画面を横向きにした場合の高さが500px以下の場合の設定（メニューを２列に。header移動に。）
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (orientation: landscape) and (max-height:500px){

/*header
---------------------------------------------------------------------------*/
header {
	position: absolute;

}
/*メインメニュー
---------------------------------------------------------------------------*/
#menubar-s {
	position: absolute;
}
#menubar-s li a {
	float: left;
	width: 44%;
	line-height: 1.2;
}
/*３本バーアイコン設定
---------------------------------------------------------------------------*/
#menubar_hdr {
	position: absolute;
}

/*スーパーにゃん
---------------------------------------------------------------------------*/
#arrow1 {
	left: 48%;
	bottom: 0px;
	width: 30px;
}

/*Instagramアイコン（トップページ、gallery.html）
---------------------------------------------------------------------------*/
/*gallery.html*/
@keyframes animation2 {
	0% {right: -500px; top: 50px;transform: rotate(30deg);}
	100% {right: 40px; top: 80px;transform: rotate(-10deg);}
}
#animation2 {
	position: absolute;
}

/*その他
---------------------------------------------------------------------------*/
.link {margin-top: -0px;padding-top: 0px;}

}



/*画面幅600px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:600px){

/*gallery.html内の各ブロック
---------------------------------------------------------------------------*/
#contents .list a {
	padding: 10px;
}
#contents .list span {
	font-size: 10px;
}

}



/*画面を縦向きにした場合の幅が600px以下の設定（メイン画像のバランス調整）
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (orientation: portrait) and (max-width:600px){

/*mainimg
---------------------------------------------------------------------------*/
#mainimg {
	background: url(../images/mainimg_portrait.jpg) no-repeat center center / cover;
}

}



/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

/*contents
---------------------------------------------------------------------------*/
#contents {
	font-size: 11px;
	line-height: 1.5;
	padding: 140px 1% 40px;
}
#contents h2 {
	padding: 10px 10px;
}
#contents h3 {
	margin: 0 0 20px;
	padding: 4px 10px;
}
#contents section + section {
	margin-top: 20px;
}

/*よく頂く質問ページ設定
---------------------------------------------------------------------------*/
dl.faq dt {
	background: url(../images/faq_q.png) no-repeat left 2px / 13px;
	padding-left: 20px;
}
dl.faq dd {
	background: url(../images/faq_a.png) no-repeat left 2px / 13px;
	padding-left: 20px;
}

/*Instagramアイコン（トップページ、gallery.html）
---------------------------------------------------------------------------*/
/*gallery.html
#animation2 {width: 45%;}*/
/*index.html*/
#logo-insta {
	width: 50%;
	right: -10%;
	top: -50px;
}

/*動画（トップページ、gallery.html）
---------------------------------------------------------------------------*/
.douga {
	padding-bottom: 0px;
}

/*スーパーにゃん
---------------------------------------------------------------------------*/
#arrow1 {
	bottom: 20px;
	width: 30px;
}

/*テーブル（ta1）
---------------------------------------------------------------------------*/
.ta1, .ta1 td, .ta1 th {
	padding: 5px;
}
.ta1 th {
	width: 100px;
}

/*ul.disc,olタグ
---------------------------------------------------------------------------*/
ul.disc {
	list-style: disc;
	padding: 0 10px 20px 30px;
}
ol {
	padding: 0 10px 20px 30px;
}

/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 94%;}
.big1 {font-size: 16px;}

}