@charset "UTF-8";
/* --------------------------------------------------
ikinari
-------------------------------------------------- */

/* --------------------------------------------------

reset

-------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q,
blockquote {
	quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
	content: none;
}

img,
a {
	vertical-align: top;
	max-width: 100%;
}

a img {
	border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

a:focus,
*:focus {
	outline: none !important;
}

/* --------------------------------------------------
clearfix
-------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE Mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End Hack */

/* --------------------------------------------------
fonts
-------------------------------------------------- */



/* --------------------------------------------------
link
-------------------------------------------------- */

a:link {
	color: #003F98;
}

a:visited {
	color: #282828;
	text-decoration: none;
}

a:hover {
	color: #282828;
	text-decoration: none;
}

a:active {
	color: #282828;
	text-decoration: none;
}

a {
	transition: .2s linear;
}

a img {
	transition: opacity .2s ease-out;
}

a:hover img {
	opacity: 0.5;
}

a:focus {
	outline: 1px dotted #ccc;
}

@media screen and (max-width: 800px) {
	a:hover {
		opacity: 1;
	}
}

/* --------------------------------------------------
html
-------------------------------------------------- */

html {
	font-size: 62.5%;
	height: 100%;
}

@media screen and (max-width: 1080px) {
	html {
		font-size: 58.12%;
		/* 1.4rem */
	}
}

@media screen and (max-width: 600px) {
	html {
		font-size: 53.75%;
		/* 1.3rem */
	}
}

@media screen and (max-width: 400px) {
	html {
		font-size: 50%;
		/* 1.2rem */
	}
}

/* --------------------------------------------------
body
-------------------------------------------------- */

body {
	/* font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; */
	font-family: 'Shippori Mincho', serif;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.6;
	height: 100%;
	min-height: 100%;
	color: #5D4B65;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	position: relative;
}

/* --------------------------------------------------
共通
-------------------------------------------------- */
.inner-m {
	max-width: 1200px;
	margin: 0 auto;
}

@media screen and (max-width: 1200px) {
	.inner-m {
		max-width: 94%;
	}
}

.inner {
	max-width: 1350px;
	margin: 0 auto;
}

@media screen and (max-width: 1350px) {
	.inner {
		max-width: 94%;
	}
}

.pc-only {
	display: block;
}

.sp-only {
	display: none;
}
.pc-txt-center{
	text-align: center;
}

@media screen and (max-width: 840px) {
	.pc-only {
		display: none;
	}

	.sp-only {
		display: block;
	}
	.pc-txt-center{
		text-align: left;
	}
}

/* --------------------------------------------------
header
-------------------------------------------------- */
/* mv-row */
#header .mv-row{
	position: relative;
	z-index: 0;
}
.mv-row figure{
	position: relative;
	padding-top: 42.5333%;
}
.mv-row figure img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	/* object-fit: cover; */
}

.mv-row .sakura_anim01 {
	position: absolute;
	top: -20%;
	right: 0;
	z-index: 100;
	width: 30%;
}





.rotation-l{
	max-width: 3em;
	position: absolute;
	z-index: 1;
	top: 10%;
	right: 90%;
	animation: 5s linear totation-right infinite;
}
.rotation-r{
	max-width:4em;
	position: absolute;
	z-index: 1;
	bottom: 30%;
	right: 70%;
	animation: 6s linear totation-left infinite;
}
@media screen and (max-width: 1000px) {
	.rotation-l{
		max-width: 2em;
	}
	.rotation-r{
		max-width:3em;
	}
}
@media screen and (max-width: 840px) {
	.mv-row figure{
		padding-top: 69%;
	}
	.rotation-l{
		top: 4%;
		animation: none;
	}
	.rotation-r{
		bottom: 55%;
		right: 72%;
		animation: none;
	}
	.mv-row .sakura_anim01 {
		position: absolute;
		top: -20%;
		right: 0;
		z-index: 100;
		width: 50%;
	}
}
@media screen and (max-width: 640px) {
	.rotation-l{
		top: 6%;
		max-width: 1em;
	}
	.rotation-r{
		max-width:1.5em;
	}
	
	
}
@keyframes totation-right {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}
@keyframes totation-left {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(-360deg);
	}
}

/* --------------------------------------------------
contents
-------------------------------------------------- */

/* wrapper */
.wrapper{
	overflow: hidden;
}

/* lead-row */
.lead-row{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.lead-row figure{
	width: 30%;
}
.lead-row p{
	width: 60%;
	font-size: 2rem;
	line-height: 2;
}

.lead-row .sakura_anim02 {
	position: absolute;
	bottom: -40%;
	left: -10%;
	z-index: -1;
	width: 40%;
}

@media screen and (max-width: 840px){
	.lead-row{
		padding: 2em 0;
		position: relative;
	}
	.lead-row p{
		width: 100%;
		font-size: 1.8rem;
		text-align: center;
	}
	.lead-row .sakura_anim02 {
		position: absolute;
		bottom: -00%;
		top: -20%;
		left: 0;
		z-index: -1;
		width: 50%;
	}
	
}


/* ttl-manner */
.ttl-manner{
	color: #370000;
	text-align: center;
	font-size: 3.5rem;
	padding-top: 2.5em;
	margin-bottom: 0.5em;
	position: relative;
}
.ttl-manner:before{
	content: "";
	display: block;
	width: 1.8em;
	height: 1.8em;
	position: absolute;
	top: 0;
	right: 50%;
	transform: translateX(50%);
	background: url(../img/ico_manner.svg) no-repeat center center/ cover;
}
@media screen and (max-width: 840px){
	.ttl-manner{
		font-size: 2.8rem;
	}
}

/* manner-lead-row */
.manner-lead-row{
	position: relative;
	margin: 2em 0;
}
.manner-lead-row .manner-lead {
	font-size: 2rem;
	line-height: 2;
	text-align: center;
}

@media screen and (max-width: 840px){
	.manner-lead-row .manner-lead{
		font-size: 1.8rem;
	}
}

/* manner-list */
.manner-list li{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	margin-bottom: 2em;
	position: relative;
}
.manner-list li .manner-txt{
	width: 50%;
	padding: 3em;
	background: #FFF4F1;
}
.manner-list li .manner-txt h3{
	color: #370000;
	font-size: 3rem;
	margin-bottom: 1em;
}
.manner-list li .manner-txt .manner-number{
	color: #fff;
	font-size: 3.5rem;
	display: inline-block;
	position: absolute;
	top: -.5em;
	right: 1em;
	z-index: 0;
}
.manner-list li .manner-txt .manner-number:before{
	content: "";
	display: block;
	width: 2.8em;
	height: 2.8em;
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%,-50%);
	background: url(../img/sakura_number.svg) no-repeat center center/ cover;
	z-index: -1;
}
.manner-list li .manner-txt p{
	color: #5D4B65;
	font-size: 2rem;
	line-height: 2;
}
.manner-list li figure{
	width: 50%;
	overflow: hidden;
}
.manner-list li figure img{
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width: 840px){
	.manner-list li .manner-txt{
		width: 100%;
		padding: 3em 1.5em 1em;
	}
	.manner-list li figure{
		width: 100%;
	}
	.manner-list li figure img{
		height: auto;
	}
	.manner-list li .manner-txt h3{
		font-size: 2.8rem;
		margin-left: 1em;
	}
	.manner-list li .manner-txt p{
		font-size: 1.8rem;
	}
}


/* tab-area */
.tab-area .tab-list{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	border-bottom: 1px solid #5D4B65;
	margin-bottom: 5%;
}
.tab-area .tab-list li{
	font-size: 2.8rem;
	text-align: center;
	cursor: pointer;
	padding: .5em 4.5em 0;
	margin: 0 1em;
	position: relative;
	margin-bottom: 1px;
}
.tab-area .tab-list li span{
	font-size: 2rem;
	display: block;
}
.tab-area .tab-list li.popular{
	background: #FFF4F1;
}
.tab-area .tab-list li.unique{
	background: #EDF7E1;
}
.tab-area .tab-list li.active{
	background: #fff;
	border-right: 1px solid #5D4B65;
	border-left: 1px solid #5D4B65;
	margin-bottom: -1px;
}
.tab-area .tab-list li.active h2{
	margin-top: 0.5em;
}
.tab-area .tab-list li.popular.active:before{
	content: "";
	display: block;
	width: calc(100% + 2px);
	height: 10px;
	position: absolute;
	top: 0;
	right: 50%;
	transform: translateX(50%);
	background: #E1765E;
	z-index: 1;
}
.tab-area .tab-list li.unique.active:before{
	content: "";
	display: block;
	width: calc(100% + 2px);
	height: 10px;
	position: absolute;
	top: 0;
	right: 50%;
	transform: translateX(50%);
	background: #C2DDA3;
	z-index: 1;
}

@media screen and (max-width: 1000px) {
	.tab-area .tab-list li{
		font-size: 2rem;
		width: 60%;
		max-width: 464px;
		padding: .5em .5em 0;
		margin-bottom: 0.5em;
	}
	.tab-area .tab-list li.active{
		order: 2;
		margin-bottom: -1px;
	}
	.tab-area .tab-list li.popular.active:before,
	.tab-area .tab-list li.unique.active:before{
		height: 5px;
	}
	.tab-area .tab-list li span{
		font-size: 1.6rem;
	}
}


/* spot-sec */
.spot-sec{
	position: relative;
	z-index: 0;
	padding-bottom: 5%;
	margin-bottom: 8%;
}

.spot-sec:before{
	content: "";
	width: 80%;
	height: 20%;
	display: block;
	position: absolute;
	bottom: 0;
	background: #F1EEEE;
	z-index: -1;
}

@media screen and (max-width: 840px){
	.spot-sec:before{
		width: 90%;
	}
}

/* spot-row */
.spot-row{
	display: flex;
	justify-content: space-between;
	margin-right: calc(50% - 50vw);
}
.spot-row.reverse{
	flex-direction: row-reverse;
	margin-right: auto;
	margin-left: calc(50% - 50vw);
}

.spot-row >div{
	width: 47%;
	position: relative;
}
.spot-row >div:first-child figure{
	margin-top: 4em;
}
.spot-row >div .caption{
	margin-top: 1em;
}

.spot-row >div div[class*="sakura_animL"]{
	position: absolute;
	bottom: -20%;
	left: -20%;
	z-index: 100;
	width: 80%;
}

.spot-row.reverse  >div .caption{
	margin-left: 1.5em;
}
.spot-row .ttl-spot{
	font-size: 4.6rem;
	margin-bottom: 1em;
}
.spot-row .ttl-spot h3{
	color: #370000;
	letter-spacing: 0.15em;
	position: relative;
}
.spot-row .ttl-spot h3:before{
	content: "";
	display: inline-block;
	width: 1.3em;
	height: .6em;
	background: url(../img/ico_spot.svg) no-repeat center center/ contain;
	margin-right: .5em;
}
.spot-row .txt-spot-copy{
	color: #9D3859;
	font-size: 3rem;
	margin-bottom: .5em;
}
.spot-row p:not(.txt-spot-copy){
	line-height: 2;
}
.spot-row >div:nth-child(2) figure{
	position: relative;
	padding-top: 140%;
	overflow: hidden;
}

.spot-row >div:nth-child(2) figure img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}


@media screen and (max-width: 840px){
	.spot-row{
		display: block;
		margin-right: auto;
	}
	.spot-row.reverse{
		margin-left: auto;
	}
	.spot-row >div{
		width: 100%;
	}
	.spot-row.reverse  >div .caption,
	.spot-row >div .caption{
		margin: 1em 0 1.5em;
	}
	.spot-row .ttl-spot{
		font-size: 3.4rem;
		margin-bottom: .5em;
	}
	.spot-row .txt-spot-copy{
		font-size: 2rem;
	}

	.spot-row >div div[class*="sakura_animL"]{
		position: absolute;
		bottom: -20%;
		left: -20%;
		z-index: 100;
		width: 60%;
	}
	
}


/* adress-row */
.address-row{
	padding: 1em;
	margin: 2em 0;
}
.address-row .address-ttl{
	font-size: 2.5rem;
	margin-bottom: 1em;
}
.address-row .address-info{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 2rem;
}

.address-row .address-info dt{
	position: relative;
}
.address-row .address-info dt span{
	padding: .2em 0 .2em 1em;
}
.address-row .address-info dt:after{
	content: "：";
	display: inline-block;
	padding: .2em 0;
}
.address-row .address-info dd{
	width: calc(100% - 7em);
}

@media screen and (max-width: 840px){
	.address-row{
		padding: 1em 2em;
	}
	.address-row >div{
		width: 100%;
	}
	.address-row .address-ttl{
		font-size: 2.4rem;
		margin-bottom: .5em;
	}
	.address-row .address-info{
		font-size: 1.6rem;
		align-items: baseline;
	}
}

/* tab-contents */
.tab-contents >div{
	display: none;
}
.tab-contents >div.active{
	display: block;
	position: relative;
}

.tab-contents >div.active div[class*="sakura_animR"]{
	position: absolute;
	top: -20%;
	right: -10%;
	z-index: 100;
	width: 30%;
}


.tab-contents .inner-m{
	margin: 5em auto;
}
.tab-contents .popular .address-row{
	background: #FFF4F1;
	border-left: 2px solid #F7C4B9;
}
.tab-contents .unique .address-row{
	background: #EDF7E1;
	border-left: 2px solid #A2CC6F;
}

@media screen and (max-width: 840px){

	.tab-contents .inner-m{
		margin: 2em auto;
	}

	.tab-contents >div.active figure{
		position: relative;
	}

	.tab-contents >div.active div[class*="sakura_animR"]{
		position: absolute;
		top: -20%;
		right: -10%;
		z-index: 100;
		width: 60%;
	}
	
}

/* --------------------------------------------------
footer
-------------------------------------------------- */
#footer {
	padding: 1em 0;
}
#footer .copy{
	text-align: center;
}


/* --------------------------------------------------
animation
-------------------------------------------------- */
.fadeUpTrigger {
	opacity: 0;
}

.fadeUp {
	animation-name: fadeUpAnime;
	animation-duration: 2s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadeUpAnime {
	from {
		opacity: 0;
		transform: translateY(100px);
	}

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


@media screen and (max-width: 840px){

	.fadeUpTrigger {
		opacity: 1;
	}
	.fadeUp {
		animation: none;
	}
}