﻿@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Shippori Mincho B1','Sawarabi Gothic', sans-serif; "游ゴシック", "Yu Gothic UI", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "meiryo UI", sans-serif;
	margin: 0px;
	-webkit-text-size-adjust: 100%;
}

*{
	list-style:none;
	margin:0;
	padding:0;
}
#wrap {
	overflow:hidden;
	margin: 0 auto;
	max-width:1300px;
}
img {	
    width: 100%;	
     height: auto;	
}

/* ヘッダー*/

.headerflex{
 	width: 100%;
 	position: relative;
	margin-bottom: 20px;
}

/*スライダー */
 .slider {
    width: 100%;
    margin: 0 auto;
 }
  .slick-slide img {
    width: 100%;
  }
  .slick-slide {
    margin: 0 5px 0;
  }
  .slider.slick-initialized {
    display: block;
}
  
.sliderbox {
	position:relative;
	margin:0px auto 50px auto;
	z-index: 20;
}
.sliderblock {
	position:absolute;
	width:40%;
	top:100px;
	left:4%;
	}
/*コンテンツ*/
.contents{
	width: 100%;
	position: relative;
	z-index: 10;
}
.wrap-img::before {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background-repeat:no-repeat,no-repeat;
	background-position:0% 20%,100% 90%;
	background-image:url("img/back1-2.png"),url("img/back2-2.png");
	background-size:200px,200px;
}
#mainmenu {
	width:100%;
}
.mainmenu-flame {
	width:80%;
	padding:10px;
	margin:20px auto;
}
.mainmenu-intitle {
	text-align: center;
	font-size:20px;
	font-weight:bold;
	margin: 30px auto;
}
.mainmenu-explanation {
	margin:10px auto;
	font-size: 16px;
}
.mainmenu-photo {
	width:70%;
	margin: 0 auto;
}
.contents-list {
	font-size: 15px;
	margin: 20px 0;
}
.submenu-flame {
	width: 85%;
	margin: 50px auto;
}
.submenu-photo {
	margin: 20px auto;
	width:65%;
}
.submenu-photo img {
	 border-radius:50%;	
}
.submenu-text ul{
	text-align:center;
}
#information{
	width: 100%;
	background-image: url("img/info-back.jpg");
	background-size: cover;
	}
.information-flame {
	width: 70%;
	background-color: #faf2f5;
	padding: 30px;
	margin: 10px auto 50px auto;
}
.info-list {
	margin: 10px 0 50px 0;
	text-align: center;
}
.info-list img{
	width: 200px;
}
.info-list ul{
	width: 230px;
	margin: 20px auto;
}
.info-list li{
	margin: 5px 0;
	font-size: 17px;
}
.info-list h3{
	font-size: 24px;
}
.info-photo{
	margin: auto;
	text-align: center;
}
.maruyama{
	border-top:1px solid #ffb6c1; 
}
.maruyama li{
	font-size: 15px;
}
.map-flame {
	width: 80%;
	margin: 10px auto 50px auto;
	text-align: center;
}
.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 300px;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.map-flame ul{
	margin: 20px;
}
.faq{
	width: 90%;
	margin:20px auto;
}
.faq a{
	padding: 10px;
  text-decoration: none;
  color: #fff;
  border: dashed 1px #f7b2dc;
  background: #f7b2dc;
  border-radius: 3px;
  transition: .4s;
}
.faq a:hover{
	background: #fff;
  color: #fc77c9;
}
/*TOPへ戻る*/
#page-top{
	position: fixed;
	max-width: 16%;
	bottom: 2%;
	right: 2%;
	opacity: 0.8;
	z-index:120;
}
/*アニメーション設定*/
/*右から左*/
@keyframes RightToLeft {
0% {
    opacity: 0;/* 透明 */
    transform: translateX(100px);/* X軸方向 */
}
100% {
    opacity: 1;/* 不透明 */
    transform: translateX(0);/* X軸方向に0px */
}
}

/*下から上*/
@keyframes SlideUp {
0% {
    opacity: 0;/* 透明 */
    transform: translateY(50px);/* Y軸方向に50px */
}
100% {
    opacity: 1;/* 不透明 */
    transform: translateY(0);/* Y軸方向に0px */
}
}
.slide_fadein{
  animation-name:RightToLeft;
  animation-duration:2s; //アニメーション時間
  animation-timing-function: ease-out; //アニメーションさせるイージング
  animation-delay:0; //アニメーション開始させる時間
  animation-iteration-count:1; //繰り返し回数
  animation-direction:normal; //往復処理をするかどうか
  animation-fill-mode: forwards; //アニメーション後のスタイルをどうするか
}
/*画面を表示した時の動き*/
.fadein1 {
	animation-name: RightToLeft;/* アニメーション名 */
	animation-duration: 700ms;/* アニメーション時間 */
}
.fadein2 {
	animation-name: SlideUp;/* アニメーション名 */
	animation-duration: 2s;/* アニメーション時間 */
}
/*スクロール時の動き*/
.fadein {
    opacity : 0;
	transform : translate(0, 50px);
    transition : all 900ms;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}
.fadein_y {
    opacity : 0;
    transform : translate(-50px, 0);
	transition : all 700ms;
}
.fadein_y.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}
/*アニメーション設定終わり*/

/*フッター*/
#footer {
	text-align:center;
	background-color:#fad4db;
	height:200px;
	padding-top:30px;
	margin-top:0px;
	position:relative;
	z-index:10;
}
#footer h2 {
	margin-bottom:5px;
	font-size:30px;
	font-weight: 200;
}

.footer_logo{
	width:50%;
	margin: auto;
}
.footer_logo img {
	max-width:300px;
}
.copy {
	margin-top:20px;
	font-size:13px;
}
.footer-img{
	width: 100%;
}
.hide {
	display:none;
}
.appear {
	display:block;
}
/*下層ページ共通*/

@media screen and (min-width : 450px ){

/*コンテンツ*/
.footer_logo{
	width:30%;
	margin: 10px auto;
}
#page-top{
	max-width: 10%;
	bottom: 1%;
	right: 2%;
}
}

@media screen and (min-width : 769px ){

/*ヘッダーPC*/


.sliderbox {
	width: 80%;
}
.sliderblock {
	width:30%;
	top:50%;
}
	
/*コンテンツ*/
.contents{
	background-size: 25%,25%;
    background-position:0% 10%,100% 90%;
}
.wrap-img::before {
	background-size:300px,300px;
}
.mainmenu-flame-flex {
	display: flex;
 	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	padding:20px;
	margin: 40px auto;
	width: 80%;
}
.mainmenu-flame {
	margin:0 20px;
	}
.mainmenu-photo {
	width: 40%;
	}
.submenu-flex{
	display: flex;
 	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	padding: 30px;
	width: 80%;
	margin: auto;
	}
.submenu-flame{
	width: 70%;
	margin-top: 0;
	}
.submenu-photo{
	width: 75%;
	margin: auto;		
	}
.information-flame {
	display: flex;
 	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-direction: row;
 	align-items: flex-start;
	width: 70%;
}
.info-list {
	width: 40%;
	margin: 0;
	padding-left: 5%;
}
.info-photo {
	width: 50%;
	margin: 20px 0;
}
.info-list ul{
	width: 230px;
	margin: 30px 0;
}

.map-flame {
	width: 70%;
	margin: 20px auto 60px auto;
}
	.gmap{
		height: 200px;
	}
/*フッターPC*/
.footer_logo{
	width:15%;
	margin: 10px auto;
}

.footer_logo img {
	max-width:250px;
}
#page-top{
	max-width: 80px;
	bottom: 2%;
	right: 2%;
}
.copy {
	margin-top:30px;
}
.hide {
	display:block;
}
.appear {
	display:none;
}

}





