@charset "utf-8";
@-webkit-keyframes ContentsSwitch{
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@media only screen and (max-width: 768px) {
/* -------------------------------- 

common

-------------------------------- */
.mainvisual{
	position: relative;
}
section[class^=area]{
	margin: 25vw auto 0;
}
h2{
	font-size: 7vw;
	line-height: 1.5;
}
.more-btn{
	margin: 10vw auto 0;
	text-align: center;
}
.more-btn a{
	display: inline-block;
	position: relative;
	padding: 3vw 10vw 2.5vw 5vw;
	border: 1vw solid #1d508d;
	color: #1d508d;
	font-weight: bold;
	font-size: 4.6vw;
}
.more-btn a::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 4vw;
	width: 3.2vw;
	height: 4vw;
	margin: -2vw 0 0;
	background: url(https://www.free-spirits.co.jp/img/top_arrow-type02.png) no-repeat;
	background-size: contain;
}
.hide{
	display:none;
}


/* -------------------------------- 
.area-tokuchou
-------------------------------- */
section[class=area-tokuchou]{
	width: 92vw;
	margin: 10vw auto 0;
}
.area-tokuchou .sub-txt{
	margin: 5vw auto 0;
}


/* -------------------------------- 
.area-step
-------------------------------- */
.area-step{
	width: 92vw;
}
.area-step li{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	margin: 10vw 0 0;
}
.area-step li:nth-of-type(2n){
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.area-step .img{
	width: 43vw;
	height: auto;
}
.area-step .txt{
	width: 45vw;
	padding: 5vw 0;
	line-height: 1.5;
}


/* -------------------------------- 
.area-mitsumori
-------------------------------- */
.area-mitsumori{
	width: 92vw;
}
.area-mitsumori .sub-txt{
	margin: 5vw auto 0;
}


/* -------------------------------- 
.area-voice
-------------------------------- */
.area-voice{
	width: 92vw;
}
.area-voice > .img{
	margin: 10vw 0 0;
}
.area-voice li{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	margin: 10vw 0 0;
}
.area-voice li .img{
	width: 28vw;
	height: auto;
}
.area-voice .txt{
	width: 60vw;
	line-height: 1.5;
}


/* -------------------------------- 
.area-contact
-------------------------------- */
.area-contact{
	width: 92vw;
}
.area-contact .sub-txt{
	margin: 5vw auto 0;
}
.area-contact .more-btn:nth-of-type(n+3){
	margin: 5vw auto 0;
}
.area-contact .more-btn a{
	width: 58vw;
	height: 12vw;
	padding: 3.75vw 0;
	border-width: .5vw;
	box-sizing: border-box;
	font-family: 'Crimson Text', serif;
}
.area-contact .more-btn:nth-of-type(2) a{
	border-color: #0a6230;
	color: #0a6230;
}
.area-contact .more-btn:nth-of-type(2) a::before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 4vw;
	width: 6vw;
	height: 5.6vw;
	margin: -2.8vw 0 0;
	background: url(https://www.free-spirits.co.jp/img/order_contact_bg-line.png) no-repeat;
	background-size: cover;
}
.area-contact .more-btn:nth-of-type(2) a::after{
	background-image: url(https://www.free-spirits.co.jp/img/order_contact_arrow-line.png);
}
.area-contact .more-btn:nth-of-type(3) a{
	border-color: #b50000;
	color: #b50000;
}
.area-contact .more-btn:nth-of-type(3) a::before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 4vw;
	width: 6.5vw;
	height: 4.7vw;
	margin: -2.35vw 0 0;
	background: url(https://www.free-spirits.co.jp/img/order_contact_bg-mail.png) no-repeat;
	background-size: cover;
}
.area-contact .more-btn:nth-of-type(3) a::after{
	background-image: url(https://www.free-spirits.co.jp/img/order_contact_arrow-mail.png);
}
.area-contact .more-btn:nth-of-type(4) a{
	border-color: #e7be00;
	color: #e7be00;
}
.area-contact .more-btn:nth-of-type(4) a::before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 4vw;
	width: 6.6vw;
	height: 7.7vw;
	margin: -3.85vw 0 0;
	background: url(https://www.free-spirits.co.jp/img/order_contact_bg-tel.png) no-repeat;
	background-size: cover;
}
.area-contact .more-btn:nth-of-type(4) a::after{
	background-image: url(https://www.free-spirits.co.jp/img/order_contact_arrow-tel.png);
}
}


@media only screen and (min-width: 769px) {
/* -------------------------------- 

common

-------------------------------- */
section[class^=area]{
	position: relative;
	margin: 150px auto 0;
}
section[class^=area] h2{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	font-size: 3.6rem;
}
.more-btn{
	margin: 60px auto 0;
	text-align: center;
}
.more-btn a{
	display: inline-block;
	position: relative;
	padding: 25px 85px 23px 45px;
	border: 6px solid #1d508d;
	color: #1d508d;
	font-weight: bold;
	font-size: 2.4rem;
}
.more-btn a:hover{
	border: 6px solid #f3ed33;
	transition: .6s;
}
.more-btn a::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 45px;
	width: 21px;
	height: 30px;
	margin: -15px 0 0;
	background: url(https://www.free-spirits.co.jp/img/top_arrow-type02.png) no-repeat;
	background-size: contain;
}
.hide{
	display:none;
}


/* -------------------------------- 
.area-tokuchou
-------------------------------- */
section[class=area-tokuchou]{
	width: 1050px;
	margin: 50px auto 0;
}
.area-tokuchou .sub-txt{
	margin: 25px 0 0;
}


/* -------------------------------- 
.area-step
-------------------------------- */
.area-step{
	width: 1050px;
}
.area-step ol{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	width: 980px;
	margin: 50px auto 0;
}
.area-step li{
	position: relative;
	width: 230px;
}
.area-step li:nth-of-type(-n+2)::after{
	content: "";
	display: block;
	position: absolute;
	top: 100px;
	right: -100px;
	width: 23px;
	height: 35px;
	background: url(https://www.free-spirits.co.jp/img/common_arrow-type01.png) no-repeat;
	background-size: cover;
}
.area-step .txt{
	margin: 20px 0 0;
	line-height: 1.75;
}


/* -------------------------------- 
.area-mitsumori
-------------------------------- */
.area-mitsumori{
	width: 1050px;
}
.area-mitsumori .sub-txt{
	margin: 25px 0 0;
}


/* -------------------------------- 
.area-voice
-------------------------------- */
.area-voice{
	width: 1050px;
}
.area-voice > .img{
	margin: 100px 0 0;
}
.area-voice ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	width: 980px;
	margin: 0 auto;
}
.area-voice li{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	width: 48.5%;
	margin: 100px 0 0;
}
.area-voice li .img{
	width: 33%;
	height: auto;
}
.area-voice .txt{
	width: 63%;
	padding: 10px 0 0;
	line-height: 1.5;
}


/* -------------------------------- 
.area-contact
-------------------------------- */
.area-contact{
	width: 1050px;
}
.area-contact .sub-txt{
	margin: 25px 0 0;
}
.area-contact .more-btn:nth-of-type(n+3){
	margin: 45px auto 0;
}
.area-contact .more-btn a{
	width: 460px;
	height: 95px;
	padding: 30px 0;
	border-width: 5px;
	box-sizing: border-box;
	font-family: 'Crimson Text', serif;
}
.area-contact .more-btn:nth-of-type(2) a{
	border-color: #0a6230;
	color: #0a6230;
}
.area-contact .more-btn:nth-of-type(2) a::before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 45px;
	width: 48px;
	height: 44px;
	margin: -22px 0 0;
	background: url(https://www.free-spirits.co.jp/img/order_contact_bg-line.png) no-repeat;
	background-size: cover;
}
.area-contact .more-btn:nth-of-type(2) a::after{
	background-image: url(https://www.free-spirits.co.jp/img/order_contact_arrow-line.png);
}
.area-contact .more-btn:nth-of-type(3) a{
	border-color: #b50000;
	color: #b50000;
}
.area-contact .more-btn:nth-of-type(3) a::before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 45px;
	width: 52px;
	height: 38px;
	margin: -19px 0 0;
	background: url(https://www.free-spirits.co.jp/img/order_contact_bg-mail.png) no-repeat;
	background-size: cover;
}
.area-contact .more-btn:nth-of-type(3) a::after{
	background-image: url(https://www.free-spirits.co.jp/img/order_contact_arrow-mail.png);
}
.area-contact .more-btn:nth-of-type(4) a{
	border-color: #e7be00;
	color: #e7be00;
}
.area-contact .more-btn:nth-of-type(4) a::before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 45px;
	width: 53px;
	height: 62px;
	margin: -31px 0 0;
	background: url(https://www.free-spirits.co.jp/img/order_contact_bg-tel.png) no-repeat;
	background-size: cover;
}
.area-contact .more-btn:nth-of-type(4) a::after{
	background-image: url(https://www.free-spirits.co.jp/img/order_contact_arrow-tel.png);
}
.area-contact .more-btn a:hover{
	border-color: #1d508d;
}

}
