@charset "UTF-8";

@font-face {
	font-family: "kirin-Regular";
	src: url("../font/kirin-Regular.eot") format('eot'),
	url("../font/kirin-Regular.woff") format('woff'),
	url("../font/kirin-Regular.ttf") format('truetype');
	}
	@font-face {
		font-family: "nicomoji_1.00";
		src: url("../font/nicomoji_1.00.eot") format('eot'),
		url("../font/nicomoji_1.00.woff") format('woff'),
		url("../font/nicomoji_1.00.ttf") format('truetype');
		}
			
	

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}


/* 共通
------------------------------------------------------------*/
h1, h2{
	font-family: 'Yu Mincho Light',serif;
}
h3{
	
	text-align: center;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
}
h4{
	font-family:'Yu Mincho Light', 'Segoe UI Black','HanziPen TC','Skia-Regular_Black',sans-serif;
	font-size: 20px;
}
h5{
	text-align: center;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
	font-size: 65px;
}
body{
	font: 14px/1.9  Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background-color: #ff4077;
}
.inner{
	
	margin: 0 auto;
	padding-bottom: 0px;
}
.col2 li{
	display: inline-block;
	
	padding-top: 10px;
   
}
.col2 h3{
	padding-top: 80px;
	font-size: 20px;
	line-height: 2.5;
}
.col2 h3::first-line {
	font-size: 28px;
}
.chizu{
	margin-top: 20px;
	
}
@media screen and (min-width:1000px) {  
	.col2 h3{
		padding-top: 80px;
		padding-left: 80px;
		font-size: 20px;
	}


  }


@media screen and (max-width:800px) {  
	#sec04 iframe{
		height:300px;
		width: 300px;
		
	}

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

section{clear:both;}
a{
	color: #2470a0;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}

section h2{
	font-size: 22px;
	font-weight:normal;
	text-align: center;
}
/*-------------------------------------------
ヘッダー
-------------------------------------------*/
#header {
  margin-top: 60px;
}

#header .site-title {
  width: 160px;
  line-height: 1px;
  margin-bottom: 15px;
}

#header .site-title a {
  display: block;
}

/*-------------------------------------------
Mainvisual
-------------------------------------------*/



  .hidariue img {
	position: absolute;
	height: 170px;
	width: 170px;
	top: 25px;
    left: 25px;
	object-fit: cover;
  }
  .migisita img{
	position: absolute;
	height: 170px;
	width: 170px;
	bottom: 25px;
   right: 25px;
}
#mainvisual {
  margin-bottom: 60px;
}
#mainvisual img{
	width: 100%;
	height: auto;
	
  }
.vertical {
	position: absolute;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	top: 75px;
   right: 55px;
   color: rgb(255, 204, 227);
}
.vertical2 {
	position: absolute;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	bottom: 45px;
   left: 55px;
   color:rgb(255, 204, 227);
}


@media screen and (max-width:600px) {  
	.vertical p{
		display: none;
	}
	.vertical2 p{
		display: none;
	}
	.hidariue img {
		display: none;
	  }
	  .migisita img{
	   display: none;
	}
	#sec01 p{
		font-size: 40px;
	}
  }

.fuwafuwa1{
	animation: fuwafuwa1 3s infinite ease-in-out .8s alternate;
	display: inline-block;
	transition: 1.5s ease-in-out;
	position: absolute;
	height: 170px;
	width: 170px;
	top: 25px;
	left: 25px;
  }
  
  @keyframes fuwafuwa1 {
	0% {
	  transform:translate(0, 0) rotate(-7deg);
	}
	50% {
	  transform:translate(0, -7px) rotate(0deg);
	}
	100% {
	  transform:translate(0, 0) rotate(7deg);
	}
  }

.fuwafuwa2{
  animation: fuwafuwa1 3s infinite ease-in-out .8s alternate;
  display: inline-block;
  transition: 1.5s ease-in-out;
  position: absolute;
  height: 170px;
  width: 170px;
  bottom: 25px;
  right: 25px;
}

.fuwafuwa {
	animation: fuwafuwa1 3s infinite ease-in-out .7s alternate;
	background: url(../sample/hato\ \(2\).png) no-repeat center center / 60px auto;
	display: inline-block;
	transition: 1.5s ease-in-out;
	width: 70px;
	height: 70px;
	bottom: 45px;
    right: 25px;
	position: absolute;
  }
  /*==================================================
じわっ
===================================*/

.blur{
	animation-name:blurAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
  }
  
  @keyframes blurAnime{
	from {
	filter: blur(10px);
	transform: scale(1.02);
	opacity: 0;
	}
  
	to {
	filter: blur(0);
	transform: scale(1);
	opacity: 1;
	}
  }
   
  .blurTrigger{
	  opacity: 0;
  }
 

/* SEC01 タイトル、区切り画像
------------------------------------------------------------*/
#sec01 img{
	width: 100%;
	height: auto;
	opacity: 0.8;
}
.vision{
	width: 60%;
	margin: 10px auto;
	padding-bottom: 100px;
	position:relative;
}
#sec01 h2{
	font-size: 35px;
}

/*==================================================
シャッ
===================================*/

/*全共通*/

.bgextend{
	animation-name:bgextendAnimeBase;
	animation-duration:1s;
	animation-fill-mode:forwards;
	position: relative;
	overflow: hidden;/*　はみ出た色要素を隠す　*/
	opacity:0;
  }
  
  @keyframes bgextendAnimeBase{
	from {
	  opacity:0;
	}
  
	to {
	  opacity:1;  
  }
  }
  
  /*中の要素*/
  .bgappear{
	animation-name:bgextendAnimeSecond;
	animation-duration:1s;
	animation-delay: 0.6s;
	animation-fill-mode:forwards;
	opacity: 0;
  }
  
  @keyframes bgextendAnimeSecond{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
  }
  }
  
  /*右から左*/
  .bgRLextend::before{
	animation-name:bgRLextendAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
	  content: "";
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  background-color: rgb(242, 123, 177);/*伸びる背景色の設定*/
  }
  @keyframes bgRLextendAnime{
	0% {
	  transform-origin:right;
	  transform:scaleX(0);
	}
	50% {
	  transform-origin:right;
	  transform:scaleX(1);
	}
	50.001% {
	  transform-origin:left;
	}
	100% {
	  transform-origin:left;
	  transform:scaleX(0);
	}
  }
  
  /* スクロールをしたら出現する要素にはじめに透過0を指定　*/
  .bgappearTrigger,
  .bgRLextendTrigger{
	  opacity: 0;
  }


  /*--------- 左から --------*/
.bgLRextend::before{
	animation-name:bgLRextendAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
	  content: "";
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  background-color: rgb(242, 123, 177);/*伸びる背景色の設定*/
  }
  @keyframes bgLRextendAnime{
	0% {
	  transform-origin:left;
	  transform:scaleX(0);
	}
	50% {
	  transform-origin:left;
	  transform:scaleX(1);
	}
	50.001% {
	  transform-origin:right;
	}
	100% {
	  transform-origin:right;
	  transform:scaleX(0);
	}
  }
    /* スクロールをしたら出現する要素にはじめに透過0を指定　*/
	.bgappearTrigger,
	.bgLRextendTrigger{
		opacity: 0;
	}
/* SEC02 ハート商品画像掲示
------------------------------------------------------------*/

.wrap{
	clear: both;
	width: 100%;
	
}
#sec02 h2{
	font-size: 35px;
  
}
.bg{
	line-height: 0;
  
}

.txt1 {
	padding: 30px 0 60px ;
  background-color: #ff4077;
}


/* SEC03　外観
------------------------------------------------------------*/
.image {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}


.image img {
	display: block;
	width: 100%;
	height: auto;
	
}
#sec03{
	margin-top: 30px;
}
.col3 img{
	max-width: 700px;
	display: flex;
	box-shadow: 15px 15px 0 #feaeba;
	margin: 60px auto ;
}
/* SEC04 店舗情報
------------------------------------------------------------*/
#sec04{
	background: url(../sample/softowa2.png) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	color: #fff;
}


/*-------------------------------------------
footer
-------------------------------------------*/
#footer {
  font-size: 0.625rem;
  padding: 30px;
  background-color: #57203c;
}

/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 1024px) {
  .inner {
    padding: 0 40px;
  }

  /*-------------------------------------------
  ヘッダー
  -------------------------------------------*/
  #header {
    padding: 0 10px;
  }

  /*-------------------------------------------
  Mainvisual
  -------------------------------------------*/
  #mainvisual {
    padding: 0 10px;
  }

  /*-------------------------------------------
  Detail
  -------------------------------------------*/
  #detail .content {
    flex-direction: column;  /* 縦並びにする */
  }
  #detail .content .img {
    width: 100%;
    margin: 0 0 25px 0;
  }
}



/*========= ページトップのためのCSS ===============*/

/*リンクの形状*/
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	background:#812464;
	border-radius: 5px;
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:0.6rem;
	transition:all 0.3s;
  }
  
  #page-top a:hover{
	background: rgb(210, 122, 171);
  }
  
  /*リンクを右下に固定*/
  #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);
	}
  }









/* ここからRESPONSIVE 設定*/

@media only screen and (min-width: 641px){
	.col2 li{
		width: 40%;
		padding: 0 3%;
		vertical-align: top;
	}
}


@media only screen and (max-width: 640px){
	#map iframe{
	  width: 96% !important;
		left: 2%;
	}
}

@media only screen and (max-width: 799px){
	#slogan h1{
		font-size: 31px;
	}

	#slogan h2{
		font-size: 16px;
	}

  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #000;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #000;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		text-align: right;
		z-index:500;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
	}

	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.col3 li{
		margin: 0 auto;
		display: block;
	max-width: 288px;
	}
	-----------------*/
	.f-container{
		display:none
	}
	.f-item{
		display:none
	}

	
	

}

@media only screen and (max-width: 1199px){
	section h2{
		padding: 50px 0 20px 0;
	}
	#sec01 h2{
		padding: 70px 0 20px;
	}
	.vMid{
		padding: 0 20px;
	}
}
/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
	.inner{
		width: 1024px;
		padding-bottom: 120px;
	}
	section h2{
		padding: 70px 0 20px;
	}
	.txt h2{
		padding: 0 0 20px !important;
	}
}

@media only screen and (min-width: 800px){
	body{
		font-size:14px;
	}
	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}

	#mainnav{
		position:fixed;
		top: 0;
		width:100%;
		z-index:500;
	}

	#mainnav ul{
		text-align: right;
		padding-right: 30px;
	}

	#mainnav li{
		display: inline-block;
		padding: 45px 10px 20px;
		font-size: 14px;
		font-weight: 300;
	}
	
  #mainnav a{
		color: #000;
	}
	
	#mainnav.changeNav{
		background: rgba(255,255,255,.9);
		border-bottom: 1px solid #d1d1d1;
	}
	
	#mainnav.changeNav li{
		padding: 20px 10px;
	}

	/* SEC02 MESSAGE
	-----------------*/
	.txt, .bg{
		width: 50%;
		float: left;
		display: table;
	background: #f5f5f5;
	}

	#sec02_02 .txt, #sec02_02 .bg{
		float: right;
	}

	.vMid{
		display: table-cell;
		padding: 0 100px;
		vertical-align: middle;
	}
	
	/* SEC03 SERVICE MESSAGE STORY
	-----------------*/
	.col3{
		text-align: center;
	}

	.col3 li{
		display: inline-block;
		width: 30%;
		padding: 0 1.5%;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}
	
	/* SEC05 PROFILE
	-----------------*/
	.f-container{
		display: flex;
		margin-top: 300px;
		
		justify-content: center;
	}
	.f-item{
		background-color: #ffffff;
		margin-left:8px;
		margin-right: 8px;
		align-items: stretch;
		flex-wrap: nowrap;
		width: 50px;
		height: 50px;

	}


}

/*戻るボタン */
.original-button {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
	color: #000000;
	font-size: 18px;
	border-radius: 0px;
	width: 100px;
	height: 40px;
	position: relative;
	transition: 0.3s;
	background-color: #8f285d;
	margin: 0 0 0 auto;
  }
  
  .original-button::before, .original-button::after {
	content: "";
	display: block;
	position: absolute;

	width: 100%;
	height: 100%;
	transition: .3s;
  }
  
 


/*========= 途中からハンバーガーメニューに変化するのためのCSS ===============*/

/*========= ボタンのためのCSS ===============*/

/*ボタン全体の形状*/
.openbtn1{
    /*はじめは非表示に*/
  display: none;
    /*ボタンの位置*/
  position:fixed;
  top:10px;
  right: 10px;
  z-index: 999;
    /*ボタンの形状*/
  background:rgb(108, 6, 108);
  cursor: pointer;
    width: 50px;
    height:50px;
  border-radius: 5px;
}

/*ボタンのアイコン設定*/
.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
  background-color: #fff;
    width: 45%;
  }

.openbtn1 span:nth-of-type(1) {
  top:15px; 
}

.openbtn1 span:nth-of-type(2) {
  top:23px;
}

.openbtn1 span:nth-of-type(3) {
  top:31px;
}

/*activeクラスが付与された後のボタンのアイコン設定*/
.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

/*fadeDownクラスが付与された後のボタンの出現アニメーション設定*/
.fadeDown {
    animation-name: fadeDownAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
    display: block;
}
@keyframes fadeDownAnime{
  from {
    opacity: 0;
  transform: translateY(-100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


/*========= ヘッダーナビゲーションのためのCSS ===============*/

/*==ヘッダーの形状*/
#header2{
  height: 20px;
  width:100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 20px;
}

/*.doneクラスがついたヘッダー*/
#header2.dnone {
  opacity: 0;/*透過0にして非表示に*/
}

/*メニューボタンをクリックした際に付与されるpanelactiveクラスがついたら*/
#header2.dnone.panelactive {
  opacity: 1;/*不透明にして出現*/
}


/*==ヘッダーのテキストナビゲーションの形状*/
#g-navi ul{
  list-style: none;
  display: flex;
  justify-content: center;
}

#g-navi ul li a{
  display: block;
  text-decoration: none;
  color: rgb(0, 0, 0);
  padding:10px 25px 10px 0px;
}

#g-navi ul li.current a,
#g-navi ul li a:hover{
  color:#fff; 
}

/*.doneクラスがついたヘッダーのテキストナビゲーションの形状*/
#header2.dnone #g-navi{
    /*固定位置にして最背面に*/
    position:fixed;
  top: 0;
    left: 0;
  z-index: -1;
    /*高さと幅*/  
  width:100%;
  height: 100vh;
    /*天地中央＆テキスト中央揃え*/  
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
    /*はじめは透過0に*/  
    opacity: 0;
  transition: all 0.4s;
  pointer-events: none;
}

/*メニューボタンをクリックした際に付与されるpanelactiveクラスがついたナビゲーションの形状*/
#header2.dnone.panelactive #g-navi{
  opacity: 1;/*不透明に*/
  z-index:3;/*最前面に*/
  background:#eee;
  pointer-events: auto;
}

#header2.dnone.panelactive #g-navi ul{
  display:block;/*flexの横並びをblockにして縦並びに*/
}


/*リストの形状*/

#header2.dnone.panelactive #g-navi li a{
  color: rgb(0, 0, 0);
  text-decoration: none;
  padding:10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  transition:all 0.3s;
}

/*==================================================
ふわっ
===================================*/

.fadeUp {
	animation-name:fadeUpAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity: 0;
	}
	@keyframes fadeUpAnime{
	  from {
		opacity: 0;
	  transform: translateY(100px);
	  }
	
	  to {
		opacity: 1;
	  transform: translateY(0);
	  }
	}
	
	/* アニメーションスタートの遅延時間を決めるCSS*/
	
	.delay-time02{
	animation-delay: 0.2s;
	}
	
	.delay-time03{
	animation-delay: 0.3s;
	}
	
	.delay-time04{
	animation-delay: 0.4s;
	}
	
	/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
	 
	.fadeUpTrigger{
		opacity: 0;
	}
	