@charset "UTF-8";
/* Body setting
----------------------------------------------------------- */
body {
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	text-align: center;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: center top;
	-webkit-font-smoothing: antialiased;
	background-color: #FFF;
	overflow-x:hidden;
	overflow-y:hidden;
}
body {
	display: none;
}

.fadein  {
	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

a:hover img {
opacity: .4;
-webkit-opacity: .4;
-moz-opacity: .4;
filter: alpha(opacity=40);	/* IE lt 8 */
-ms-filter: "alpha(opacity=40)"; /* IE 8 */
}
 
a img {
-webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}
#top {
	padding-top: 45px;
	text-align: center;
}
@media screen and (max-width: 600px) {
#top {
	padding-top: 40px;
}
}




/*トップイメージ*/
.slideshow {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	min-height:400px;
}
.slideshow .item {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	display: none;
	background-size: cover;
	background-position: center center;
}
.in {
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
	z-index: 2;
}
.out {
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
	-webkit-transition: 3s;
	transition: 3s;
	z-index: 1;
}
.wrap {
	position: relative;
}


#container #scroll_navi {
	text-align: center;
	position: absolute;
	bottom: 0%;
	left: 50%;
	-webkit-transform: translate(-50%, 5px); /* Safari用 */
	transform: translate(-50%, 5px);
	z-index:200;
	height: 100px;
	width: 198px;
	margin-right: auto;
	margin-left: auto;
	background-attachment: scroll;
	background-image: url(../img/top/scroll_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:198px 100px;
	display: block;
}
@media screen and (max-width: 800px) {
#container #scroll_navi {
	text-align: center;
	position: absolute;
	bottom: 0%;
	left: 50%;
	-webkit-transform: translate(-50%, 5px); /* Safari用 */
	transform: translate(-50%, 5px);
	z-index:200;
	height: 50px;
	width: 99px;
	margin-right: auto;
	margin-left: auto;
	background-attachment: scroll;
	background-image: url(../img/top/scroll_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:99px 50px;
	display: block;
}
}
#scroll_navi .scroll {
	height: 70px;
	width: 126px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 17px;
}
@media screen and (max-width: 800px) {
#scroll_navi .scroll {
height: 35px;
	width: 63px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 9px;
}
}
#scroll_navi .scroll a {
	background-image: url(../img/top/scroll_b.png);
	text-indent: -9999px;
	height: 70px;
	width: 120px;
	display: block;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:120px 70px;
}
@media screen and (max-width: 800px) {
#scroll_navi .scroll a {
	background-image: url(../img/top/scroll_b.png);
	text-indent: -9999px;
	height: 35px;
	width: 60px;
	display: block;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:60px 35px;
}
}
#scroll_navi .scroll a:hover {
	opacity:0.5;
}


/*お知らせ・FB*/
#container .news_t {
	font-family: "cooper-black-std", serif;
	font-style: normal;
	font-weight: 400;
	overflow: hidden;
	margin-bottom:5px;
	font-size: 3.0rem;
	color: #c18a4d;
	text-align: center;
	letter-spacing: 0.1em;
	position: relative;
	display:inline-block;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width: 600px) {
#container .news_t {
	font-size: 2.4rem;
}
}
#container .fb_t {
	font-family: "cooper-black-std", serif;
	font-style: normal;
	font-weight: 400;
	overflow: hidden;
	margin-bottom:5px;
	font-size: 3.0rem;
	color: #88B3DD;
	text-align: center;
	letter-spacing: 0.1em;
	position: relative;
	height: auto;
	width: auto;
	display:inline-block;
	margin-right: auto;
	margin-left: auto;
	padding-left: 1.4em;
}
@media screen and (max-width: 600px) {
#container .fb_t {
	font-size: 2.4rem;
}
}
#container .fb_t:before {
	content:"";
	display:block;
	width:31px;
	height:31px;
	background-image:url(../img/top/fb.png);
	background-size:31px 31px;
	position: absolute;
	left: 0px;
	top: 2px;
}
#container .insta_t {
	font-family: "cooper-black-std", serif;
	font-style: normal;
	font-weight: 400;
	overflow: hidden;
	margin-bottom:5px;
	font-size: 3.0rem;
	color: #c37e76;
	text-align: center;
	letter-spacing: 0.1em;
	position: relative;
	height: auto;
	width: auto;
	display:inline-block;
	margin-right: auto;
	margin-left: auto;
	padding-left: 1.4em;
	margin-top: 2em;
}
@media screen and (max-width: 600px) {
#container .insta_t {
	font-size: 2.4rem;
	margin-top: 1em;
}
}
#container .insta_t:before {
	content:"";
	display:block;
	width:31px;
	height:31px;
	background-image:url(../img/top/insta.png);
	background-size:31px 31px;
	position: absolute;
	left: 0px;
	top: 2px;
}
#container .sub_t {
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1.6em;
	color: #42210b;
	letter-spacing: 0.1em;
}
#news_list dl dt {
	float: left;
	height: auto;
	width: 110px;
	margin-right:10px;
}
@media screen and (max-width: 600px) {
#news_list dl dt {
	width: 120px;
}
}
#news_list dl dd {
	float: right;
	width: 100%;
	margin-left: -125px;
	padding-left: 125px;
	box-sizing: border-box;
}
@media screen and (max-width: 600px) {
#news_list dl dd {
	margin-left: -135px;
	padding-left: 135px;
}
}
#news_list dl dt img {
	height: auto;
	width: 100%;
	border-radius: 5px;-webkit-border-radius: 3px;-moz-border-radius: 3px;
}
#news_list .day {
	color: #D66548;
	font-family: "nimbus-sans", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.2em;
	margin-bottom: 0.3em;
	display: block;
}

#news_list h4 {
	color: #6A5246;
	font-family: "source-han-sans-japanese", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.35em;
	margin-bottom: 0.4em;
	font-feature-settings: "palt";
}
@media screen and (max-width: 600px) {
#news_list h4 {
	font-size: 1.5rem;
}
}
#news_list h4 a {
	color: #6A5246;
	text-decoration: none;
}
#news_list h4 a:hover {
	color: #D66548;
}
#news_list {
	width: 100%;
}
#news_list li {
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #BDBDBD;
	border-right-color: #BDBDBD;
	border-bottom-color: #BDBDBD;
	border-left-color: #BDBDBD;
}
#news_list li+li {
	margin-top:24px;
}
#news_list p {
	font-family: "source-han-sans-japanese",sans-serif;
font-style: normal;
font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.5em;
	margin-top: 0.5em;
	font-feature-settings: "palt";
}
.facebook-wrapper {
    max-width: 500px;
    margin: 0 auto;
	height: 100%;
}
.facebook-wrapper > .fb-page {
    width: 100%;
	height: 100%;
}
.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 100% !important;
	height: 100%;
}
#content  .sns-txt {
	font-size: 1.6rem;
	line-height: 1.4em;
	margin-top: 0.6em;
	font-family: "source-han-sans-japanese",sans-serif;
	font-style: normal;
	font-weight: 500;
	height: auto;
	padding-bottom: 1em;
	overflow: hidden;
}
@media screen and (max-width: 900px) {
#content  .sns-txt {
	font-size: 1.5rem;
	line-height: 1.4em;
}
}
@media screen and (max-width: 600px) {
#content  .sns-txt {
	font-size: 1.4rem;
	line-height: 1.4em;
}
}
#content  .sns-txt a {
	font-size: 1.6rem;
	line-height: 1.4em;
	margin-top: 2em;
	text-decoration: none;
}
#content .twitter a:before {
	content: "";
	width:28px;
	height:28px;
	display:inline-block;
	background-image: url(../img/common/twitter.png);
	background-size:28px 28px;
	position: relative;
	top: 8px;
	margin-right: 4px;
}
#content .insta a:before {
	content: "";
	width:28px;
	height:28px;
	display:inline-block;
	background-image: url(../img/common/insta.png);
	background-size:28px 28px;
	position: relative;
	top: 8px;
	margin-right: 4px;
	margin-left: 10px;
}
@media screen and (max-width: 600px) {
#content .insta a:before {
	margin-left: 0px;
}
}
@media screen and (min-width: 601px) {
#content  .sns-txt br {
	display:none
}
}
#content .insta {
	height: auto;
	width: 100%;
	position: relative;
	max-width:1100px;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 5em;
	margin-left: auto;
}
@media screen and (max-width: 1200px) {
#content .insta {
	height: auto;
	width: 95%;
	overflow: hidden;
	position: relative;
	max-width:1100px;
	z-index: 100;
}
}
@media screen and (max-width: 600px) {
#content .insta {
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
}
	}

/*コンテンツ*/
.parallax.bg-01 {
	background-image: url(../img/page/page_img01.jpg);
	background-size:cover;
	background-position: center center;
}
.parallax.bg-02 {
	background-image: url(../img/page/page_img02.jpg);
	background-size:cover;
	background-position: center center;
}
.parallax.bg-03 {
	background-image: url(../img/page/page_img03.jpg);
	background-size:cover;
	background-position: center center;
}
.parallax.bg-04 {
	background-image: url(../img/page/page_img04.jpg);
	background-size:cover;
	background-position: center center;
}
.parallax.bg-05 {
	background-image: url(../img/page/page_img05.jpg);
	background-position: bottom center;
    background-attachment: fixed;
    background-size: auto 150%;
    background-repeat: no-repeat
}
@media screen and (max-width: 600px) {
.parallax.bg-01 {
	background-image: url(../img/page/page_img01.jpg);
	background-size: 200vw auto;
	background-position: center center;
}
.parallax.bg-02 {
	background-image: url(../img/page/page_img02.jpg);
	background-size: 200vw auto;
	background-position: center center;
}
.parallax.bg-03 {
	background-image: url(../img/page/page_img03.jpg);
	background-size: 200vw auto;
	background-position: center center;
}
.parallax.bg-04 {
	background-image: url(../img/page/page_img04.jpg);
	background-size: 200vw auto;
	background-position: center center;
}
.parallax.bg-05 {
	background-image: url(../img/page/page_img05.jpg);
	background-position: bottom center;
    background-attachment: fixed;
    background-size: auto 150%;
    background-repeat: no-repeat
}
	}












/*アクセス*/
#map {
	height: auto;
	width: 100%;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
	text-align: center;
}
@media screen and (max-width: 600px) {
#map {
	height: auto;
	width: 100%;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
	text-align: center;
}
}
#map .map-title {
	height: auto;
	width: 100%;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #34343B;
}
#container .access_t {
	background-image: url(../img/common/access_t.png);
	height: 99px;
	width: 90px;
	display: block;
	background-size:90px 99px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
}

#container .access_txt {
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-size: 1.5rem;
	line-height: 1.5em;
	margin-bottom: 0.4em;
	font-weight: 600;
	text-align: center;
	color: #0b2e52;
}
@media screen and (max-width: 840px) {
#container .access_txt {
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-size: 1.4rem;
	line-height: 1.5em;
	margin-bottom: 0.4em;
	font-weight: 600;
	text-align: center;
	color: #0b2e52;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
}
#container .access_txt span {
	display:inline-block
}
#map #map01 {
	height: 500px;
	width: 100%;
	margin-top: 0px;
	text-align: center;
}
@media screen and (max-width: 1080px) {
#map #map01 {
	height: 400px;
	width: 100%;
}
}
@media screen and (max-width: 600px) {
#map #map01 {
	height: 300px;
	width: 100%;
}
}
#map .map-b {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 200px;
	margin-top:3.0em;
}
@media screen and (max-width: 480px) {
#map .map-b {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	float: none;
	width: 70%;
	margin-top:3.0em;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;        -ms-box-sizing: border-box;            box-sizing: border-box;
}
}
#map .map-b a {
	font-size: 1.7rem;
	line-height: 2.2em;
	color: #FFF;
	display: block;
	text-align: center;
	background-color: #0B2E52;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-decoration: none;
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 600;
}
@media screen and (max-width: 480px) {
#map .map-b a {
	font-size: 1.7rem;
	line-height: 2.5em;
	color: #FFF;
	display: block;
	width: 100%;
	text-align: center;
}
}
#map .map-b a :hover{
	opacity:0.7;
}
#content .section-w.cf.slide .content.map {
	padding-top: 0px;
}

#top #fb,#top #info {
	position: relative;
	z-index: 400;
}

#content .turnedk_b {
	width: 320px;
	margin: 20px auto 0px;
}
@media screen and (max-width: 480px) {
#content .turnedk_b {
	width: 80%;
	margin: 10px auto 0px;
}
	}
#content .turnedk_b img {
	width: 100%;
	height: auto;
}
#shopping {
	margin-top: 2.0em;;
}
@media screen and (max-width: 600px) {
#shopping {
	margin-top: 1.0em;;
}
	}
#content #shopping .shopping_b {
	margin-top: 20px;
	margin-bottom: 30px;
	overflow: hidden;
}
#shopping .shopping_b>li img {
	width: 100%;
	height: auto;
}

#shopping .shopping_b>li img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 840px) {
#shopping .shopping_b>li+li {
	margin-top:20px;
}
}


#content .tabiiro_b {
	height: auto;
	width: 100%;
	position: relative;
	max-width:1100px;
	margin: 50px auto 0;
	margin-top: 45px;
}
@media screen and (max-width: 1200px) {
#content .tabiiro_b {
	height: auto;
	width: 95%;
	overflow: hidden;
	position: relative;
	max-width:1100px;
	z-index: 1000;
}
}
@media screen and (max-width: 600px) {
#content .tabiiro_b {
	margin: 40px auto 0;
}
}
#content .tabiiro_b img {
	height: auto;
	width: 100%;
}
