@charset "utf-8";

html {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
	font-size: 62.5%;
    -moz-text-size-adjust:100%;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
}

.gothic{
	font-family: "ヒラギノ角ゴ Pro W3","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",  "メイリオ", sans-serif;
}


a, a:hover{
	text-decoration: none;
}

.pc{display: block;}
.pc_in{display: inline;}
.sp{display: none;}
.sp_in{display: none;}

body{
	width: 100%;
	color: #808080;	
}

#content{
	width: 100%; 
	height: auto;
	padding: 0 0;
	margin: 0 auto;
}

#content section{
	font-family: "ヒラギノ角ゴ Pro W3","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",  "メイリオ", sans-serif;
}
	

/* navi */
header{
	position: fixed;
	font-size: 0;
	width: 100%;
	height: 125px;
	margin: 0 auto;
	padding: 0;
	z-index: 10000;	
	opacity: 0;
	top: -30px;
	transition-duration : 0.3s;
}

header.background{
	background: #808080!important;
	transition-duration : 0.3s;
}

header.active #top_nav_menu a {
	color: #fff;
}

#content.top header{
	background-color: rgb(35 24 21 / 50%); 
}

header #header_navi{
	max-width: 1600px;
	margin: 0 auto;	
	z-index: 1000!important;
}

header #header_navi .header_navi_head{
	width: 100%;
	max-width: 1600px;
	z-index: 1002!important;
	transition-duration : 0.5s;
}

header #header_navi .header_navi_head.active{
    transform: translateY(0);
	position: fixed;
}

header #header_navi .logo{
	width: 100%;
	position: relative;
}

header #header_navi .logo > div{
	display: flex;
	padding: 14px 40px;
	justify-content: flex-start;
	align-items: center;
	z-index: 1001;
}

header #header_navi .logo > div img{
	width: 242px;
	height: auto;
}

header #header_navi .logo > div > p{
	font-size: 1.3rem;
	line-height: 1.2em;
	letter-spacing: -0.1em;
	color: #fff;
	padding: 1.6em 2.0em 0;
}

header #header_navi > a:hover, header #header_navi .header_navi_head a:hover {
	opacity: 0.5;
}

header #header_navi .logo > a{
	width: 300px;
	height: 60px;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 35px;
	right: 20px;
	font-size: 1.6rem;
	font-weight: 600;
	color: #fff;
	background-color: #E9638A;
	background-image: url(../images/icon_mail_01.png);
	background-repeat: no-repeat;
	background-size: auto 30px;
	background-position: 30px center;
	transition-duration : 0.3s;
}

header #header_navi .logo > a:hover{
	color: #E9638A;
	background-color: #fff;
	background-image: url(../images/icon_mail_02.png);
	opacity: 1.0;
	transition-duration : 0.3s;
}

header #header_navi .logo > a > p{
	font-feature-settings: "palt";
	padding-left: 70px;
}

.sp_head{
	display: none;
}

#gnav {
	display: none;
	z-index: 1000;
}

.slicknav_menu{
	position: relative;
	height: auto;
	display: none;
}

#menu{
	display: block;
}

.slicknav_nav{
	display: block;
}

.slicknav_nav ul, .slicknav_nav li {
	margin: 0;
	padding: 0;
}

.slicknav_menu {
    width: 100%;
    position: fixed;
	padding-bottom: 0;	
	z-index: 1000!important;
	background: none;
}

#content.top header .slicknav_menu{
	background-color: rgb(35 24 21 / 50%); 
}

header.background .slicknav_menu{
	background: #808080!important;
}

.slicknav_menu.active{
	height: 100%;
	background: #808080!important;
	overflow-y: auto;
}

.slicknav_menu .slicknav_icon-bar {
	width: 2.0em;
    height: 3px;
	display: block;
	background-color: #fff !important;
}

.slicknav_btn {
background: none;
	right: 0!important;
	margin-bottom: 20px;
	z-index: 1100!important;
}

.slicknav_nav a{
	font-size: 1.4rem;
	color: #fff;
	margin: 0;
	padding: 1.6em 1.0em;
/* 	background-color: #808080; */
	text-align: center;
}

.slicknav_nav {
	display: none;
}
.slicknav_nav.active ul{
	display: block;
}

.slicknav_nav ul li a:hover {
	background-color: #EA638B !important;
	color: #fff!important;
	border-radius: 0;
	background-repeat: no-repeat;
	background-position: 96% center;
}

.slicknav_nav ul li.active a{
/* 	background-color: #EA638B !important; */
}

.slicknav_nav ul > li:last-child{
	margin-top: 3.0rem;
	padding-bottom: 2.0rem;
}

.slicknav_nav ul > li:last-child a{
	background: #fff;
	color: #EA638B;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	border-radius: 30px;
	background-image: url(../images/icon_mail_02.png);
	background-position: 20px center;
	background-repeat: no-repeat;
	background-size: auto 40%;
}

.slicknav_nav ul > li:last-child a:hover{
	background: #EA638B;
	color: #fff;
	background-image: url(../images/icon_mail_01.png);
	background-position: 20px center;
	background-repeat: no-repeat;
	background-size: auto 40%;
}

.slicknav_icon, .slicknav_icon span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
}

.slicknav_icon {
    position: relative;
	width: 2.0em!important;
	height: 25px!important;
	z-index: 1002;
}

.slicknav_menu .slicknav_icon-bar{
    position: absolute;
    left: 0;
}

.slicknav_icon span:nth-child(1) {
    top: 0;
}
.slicknav_icon span:nth-child(2) {
    top: 9px;
}
.slicknav_icon span:nth-child(3) {
    bottom: 0;
}
.active .slicknav_icon-bar:nth-child(1) {
	width: 2.0em;
    -webkit-transform: translateX(0) translateY(11px) rotate(-45deg);
    transform: translateX(0) translateY(11px) rotate(-45deg);
}
.active .slicknav_icon-bar:nth-of-type(2) {
    opacity: 0!important;
    background: #fff!important;
}
.active .slicknav_icon-bar:nth-of-type(3) {
	width: 2.0em;
    -webkit-transform: translateX(0) translateY(-11px) rotate(45deg);
    transform: translateX(0) translateY(-11px) rotate(45deg);
}

#top_nav {
	position: relative;
	width: 96%;
	height: auto;
	margin: 0;
	padding: 0 0 12px 4%;
	z-index: 1002!important;
}

#top_nav_menu {
	font-feature-settings: "palt";
	font-size: 0;
	width: 100%;
	max-width: 1230px;
	height: auto;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
}

#top_nav_menu > li {
	width: 16%;
	font-size: 1.5rem;
	display: flex;
	justify-content: center;
	align-content: center;
	z-index: 1000;
	border-right: 1px solid #fff;
}

#top_nav_menu > li:last-child{
	border-right: none;
}

#top_nav_menu li a {
	width: 92%;
	margin: auto;
	color: #fff;
	text-align: center;
	padding: 0.5em 4%;
}

/*
#top_nav_menu li.active a {
	text-decoration: underline;
}
*/

@media screen and (min-width:1250px) and (max-width:1550px) {
	header #header_navi .logo > a{
		width: 260px;
		height: 50px;
		border-radius: 25px;
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 20px;
		right: 20px;
		font-size: 1.6rem;
		font-weight: 600;
		background-size: auto 25px;
		background-position: 20px center;
	}
	
	header #header_navi .logo > a > p{
		padding-left: 40px;
	}
}

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

	header .pc{display: none;}
	
	header{
		height: auto!important;
	}

	header #header_navi .header_navi_head{
		height: auto;
		box-shadow: none;
	}
	
	header #header_navi{
		height: 0;
		overflow: auto;
	}
	
	#gnav{
		position: relative;
	}

	#header_navi{
		height: 6.0rem;	
	}
	
	.sp_head{
		display: flex;
		position: fixed;
		top: 0;
		left: 0;
		justify-content: flex-start;
		margin: 0;
		width: 100%;
		height: 0;
		z-index: 20000!important;
		padding: 0;
		top: -30px;
		transition-duration : 0.3s;
		opacity: 0;
		text-align: center;
	}

	.sp_head > div{
		display: flex;
		justify-content: flex-start;
		width: 450px;
		height: 6.0rem;
	}

	.sp_head > div a{
		display: inline-block;
		width: 180px;
		margin: 0 10px 0;
	}
	
	.sp_head > div a img{
		width: 100%;
		height: auto;
	}

	.sp_head > div p{
		font-size: 1.3rem;
		line-height: 1.2rem;
		letter-spacing: -0.1em;
		color: #fff!important;
		padding: 0;
		margin: 22px 0 0;
	}

	header #header_navi .logo{
		display: none;
	}

	.sp_head > a{
		width: 40px;
		height: 40px;
		border-radius: 20px;
		position: absolute;
		top: 1.1rem;
		right: 70px;
		font-size: 0;
		background-color: #EA638B;
		background-image: url(../images/icon_mail_01.png);
		background-repeat: no-repeat;
		background-size: auto 18px;
		background-position: center center;
		transition-duration : 0.3s;
	}

	.sp_head > a:hover{
		background-color: #fff;
		background-image: url(../images/icon_mail_02.png);
		transition-duration : 0.3s;
	}
	
	.slicknav_menu{
		height: 6.0rem;
		display: block;
	}
}

@media screen and (max-width : 560px) {
	.sp_head > div{
		width: 70%;
		align-items: center;
	}

	.sp_head > div a{
		width: 60%;
		margin: 5px;
	}

	.sp_head > div a{
		padding-bottom: 10px;	
	}	
	
	.sp_head > div a img{
		width: 100%;
		height: auto;
	}

	.sp_head > div p{
		font-size: 1.1rem;
		line-height: 1.2em;
		margin: 0;
		text-align: left;
		padding: 0 1.0em;
	}

}


/* 共通 */
#content #mv{
	width: 100%;
	height: 457px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
}

#content #mv .inn{
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#content #mv .inn h1{
	text-align: center;
    font-size: 4.4rem;
    letter-spacing: -0.01em;
    padding-top: 2.5em;
    font-weight: normal;
    color: #fff;
}

@media screen and (max-width : 1600px) {
	#content #mv{
		background-size:  auto 100%;
	}
}


.page-top {
    bottom: 20px;
    height: 65px;
    position: fixed;
    right: 3vw;
    width: 65px;
    z-index: 1100;
}

.page-top a{
    display: block;
    width: 100%;
    height: 100%;
     border-radius: 50%;
   background-color: #fff;
    border: 1px solid #000;
    background-image: url(../images/btn_move_01.svg);
    background-repeat: no-repeat;
    background-size: 30% auto;
    background-position: center center ;    
    transition-duration : 0.5s; 
}

.page-top a:hover{
    background-color: #808080;
    border: 1px solid #808080;
    background-image: url(../images/btn_move_02.svg);
   transition-duration : 0.5s; 
}

#content section{
	width: 100%;
	position: relative;
}

#content section .inn{
	position: relative;
	margin: 0 auto;
	width: 96%;
	max-width: 1000px;
	padding: 0 2%;
}

#contact{
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
	padding: 85px 0;
	text-align: center;
	background-image:url(../images/contact_back.jpg) ;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	color: #fff;
	overflow: hidden;
}

@media (orientation: landscape){
	#contact{
		background-size: 100% auto;
		}
}

@media screen and (max-width : 1600px) {
		#contact{
		background-size: 1600px auto;
	}
}

#contact h2.contact_ttl{
	position: relative;
	font-size: 5.6rem;
	line-height: 1.2em;
	font-weight: 500;
	top: 100px;
	opacity: 0;
}

@media screen and (min-width:768px) and (max-width:1000px) {
	#contact h2.contact_ttl{
		font-size: 4.6rem;
	}
}

#contact .read{
	position: relative;
	letter-spacing: -0.05em;
	font-size: 2.3rem;
	line-height: 1.8em;
	padding: 1.3em 0 2.0em;
	top: 200px;
	opacity: 0;
}

#contact  a.contact_link{
	margin: 0 auto;
	width: 492px;
	height: 100px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.6rem;
	font-weight: 600;
	color: #E9638A;
	background-color: #fff;
	background-image: url(../images/icon_mail_02.png);
	background-repeat: no-repeat;
	background-size: auto 50px;
	background-position: 50px center;
	position: relative;
	top: 300px;
	opacity: 0;
	transition-duration : 0.3s;
}

#contact  a.contact_link:hover{
	color: #fff;
	background-color: #E9638A;
	background-image: url(../images/icon_mail_01.png);
	opacity: 1.0;
	transition-duration : 0.3s;
}

#contact  a.contact_link > p{
	font-feature-settings: "palt";
	padding-left: 90px;
}

/* footer */
footer{
	width: 100%;
	background-color: #fff;
	color: #000;
	overflow: hidden;
}

footer .address{
	display: flex;
	justify-content: center;
	align-items: center;	
	padding: 60px  0;
	overflow: hidden;
}

footer .address a{
	width: 242px;
	margin-right: 30px;
	position: relative;
	z-index: 999;
	opacity: 0;
	top: 300px;
}

footer .address a:hover{
	opacity: 0.5;
}

footer .address a img{
	width: 100%;
	position: relative;
}

footer .address p{
	font-size: 1.7rem;
	line-height: 1.6em;
	margin-left: 30px;
	position: relative;
	opacity: 0;
	top: 1200px;
}

footer .sitemap{
	padding: 20px 0;
	text-align: center;
	overflow: hidden;
}

footer .sitemap > ul{
	font-feature-settings: "palt";
	font-size: 0;
	width: 100%;
	max-width: 1060px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
	z-index: 1000;
}

footer .sitemap > ul  > li {
	width: 16%;
	font-size: 1.4rem;
	display: flex;
	justify-content: center;
	align-content: center;
	z-index: 1000;
	border-right: 1px solid #000;
}

@media screen and (min-width:768px) and (max-width:1000px) {
	footer .sitemap > ul  > li {
		height: 3.0em;
		line-height: 1.2em;
	}

}


footer .sitemap > ul > li:last-child{
	border-right: none;
}

footer .sitemap > ul  > li:nth-child(1) {
	position: relative;
	top: 200px;	
	opacity: 0;
}

footer .sitemap > ul  > li:nth-child(2) {
	position: relative;
	top: 300px;	
	opacity: 0;
}

footer .sitemap > ul  > li:nth-child(3) {
	position: relative;
	top: 500px;	
	opacity: 0;
}

footer .sitemap > ul  > li:nth-child(4) {
	position: relative;
	top: 700px;	
	opacity: 0;
}

footer .sitemap > ul  > li:nth-child(5) {
	position: relative;
	top: 900px;	
	opacity: 0;
}

footer .sitemap > ul  > li:nth-child(6) {
	position: relative;
	top: 1100px;	
	opacity: 0;
}


footer .sitemap > ul > li a {
	width: 92%;
	margin: auto;
	color: #000;
	text-align: center;
	padding: 0.4em 4%;
}

footer .sitemap .privacy_link{
	padding: 60px 0 0;
}

footer .sitemap .privacy_link > a{
	font-feature-settings: "palt";
	width: 100%;
	z-index: 1000;
	font-size: 1.4rem;
	color: #000;
	position: relative;
	top: 1400px;	
	opacity: 0;
}

footer .sitemap a:hover{
	opacity: 0.5!important;
}

footer .copy{
	font-family: "ヒラギノ角ゴ Pro W3","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",  "メイリオ", sans-serif;
	font-size: 1.4rem;
	height: 1.0em;
	color: #000;
	width: 100%;
	margin: 0 auto;
	padding: 1.9em 0;
	font-size: 1.5rem;
	text-align: center;
	background: #F5F2E9;
}

#breadcrumbs{
	padding: 20px 0;
	display: none;
}

#breadcrumbs ul{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

#breadcrumbs ul li{
	list-style: none;
	font-size: 1.4rem;
	font-weight: 500;
}

#breadcrumbs ul li a{
	text-decoration: underline;
}

#breadcrumbs ul > li:last-child:before{
    content: ">";
    display: inline-block;
    margin: 0 1.2em 0 1em;
}


/* TOPページ */

#content.top #mv{
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
}

#content.top #mv .anker{
	position: absolute;
	bottom: 125px;	
}

#content.top section{
	position: relative;
}

#content.top section .anker{
	position: absolute;
	bottom: 125px;	
}

@media screen and (max-width : 1249px) {
	#content.top #mv .anker{
		bottom: 6.0rem!important;	
	}
	
	#content.top section .anker{
		bottom: 6.0rem!important;	
	}
}



#content.top #mv .slider li img{
	width: 100%;
	height: auto;
}

#contact .pamphlet{
	display: flex;
	justify-content: center;
	padding: 80px 56px 0 0 ;
}

#contact .pamphlet a{
	width: 50%;
	max-width: 387px;
	position: relative;
	opacity: 0;
	top: 300px;
	transition-duration : 0.3s;
}

#contact .pamphlet a:hover{
	box-shadow: 12px 12px 2px 1px rgba(0, 0, 255, 0.2);
}

#contact .pamphlet a img{
	width: 100%;
}

#contact .pamphlet > img{
	width: 50%;
	max-width: 387px;
	position: relative;
	opacity: 0;
	top: 3000px;
	transition-duration : 0.3s;
}

#content.top h3{
	width: 100%;
	font-size: 2.6rem;
	line-height: 1.7em;
	color: #fff;
	text-align: center;
	font-weight: 200;
	background: #808080;
}

#content.top .view_more{
	width: 100%;
	text-align: right;
	margin: 30px auto 5px;
}

#content.top .view_more a{
	display: inline-block;
	font-size: 0;
	width: 50%;
	max-width: 151px;
	height: 32px;
	border: 1px solid #EE82A2;
	background-color: #EE82A2;
	background-image: url(../images/view_more_01.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	border-radius: 16px;
	margin:  0 5px;
	transition-duration : 0.3s;
}

#content.top .view_more a:hover{
	background-color: #fff;
	background-image: url(../images/view_more_02.png);
	transition-duration : 0.3s;
}

#content.top #why{
	width: 100%; 
	height: auto;
	background-color: #f5f2e9;
	padding: 80px 0;
}

#content.top #why .inn .ttl{
	width: 100%;
	padding: 0 0 55px;
	position: relative;
}

#content.top #why .inn .ttl h2{
	width: 28%;

	position: absolute;
	top: 0;
	right: -20px;
	opacity: 0;
	top: 100px;
}

#content.top #why .inn .ttl h2 img{
	width: 100%;
	height: auto;
}

#content.top #why .inn .ttl .read{
	width: 67%;
	position: relative;
	opacity: 0;
	top: 100px;
	transition-duration : 0.2s;
}

#content.top #why .inn .ttl .read img{
	width: 100%;
	height: auto;
}

#content.top #why .inn .support h3{
	position: relative;
	opacity: 0;
	top: 100px;
}

#content.top #why .inn .support > div{
	width: 100%;
	text-align: center;
	padding: 30px 0 40px;

}

#content.top #why .inn .support > div img{
	width: 90%;
	margin: 0 auto;
	max-width: 882px;
	height: auto;
	position: relative;
	opacity: 0;
	top: 300px;
}

#content.top #why .inn .hotel_like h4{
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
	width: 100%;
	font-feature-settings: "palt";
	font-size: 3.0rem;
	line-height: 1.8em;
	color: #FF7BAC;
	text-align: center;
	font-weight: 600;
	background: #fff;
	position: relative;
	opacity: 0;
	top: 200px;
}

#content.top #why .inn .hotel_like > div{
	display: flex;
	justify-content: space-between;
	padding: 40px 0 30px;
	overflow: hidden;
}

#content.top #why .inn .hotel_like > div img{
	width: 32.5%;
	height: auto;
}

#content.top #why .inn .hotel_like > div img:nth-child(1){
	position: relative;
	opacity: 0;
	top: 300px;
}

#content.top #why .inn .hotel_like > div img:nth-child(2){
	position: relative;
	opacity: 0;
	top: 500px;
}

#content.top #why .inn .hotel_like > div img:nth-child(3){
	position: relative;
	opacity: 0;
	top: 700px;
}

#content.top #solution{
	width: 100%; 
	height: auto;
	padding: 75px 0 30px;
	background-image: url(../images/top_solution_back_pc.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

@media screen and (max-width : 1599px) {
	#content.top #solution{
		background-size: auto auto;
	}
}

#content.top #solution .inn .ttl{
	width: 100%;
	padding: 0 0 55px;
	position: relative;
}

#content.top #solution .inn .ttl h2{
	width: 33%;
/* 	min-width:280px; */
	position: absolute;
	top: 0;
	right: -52px;
	opacity: 0;
	top: 100px;
}

#content.top #solution .inn .ttl h2 img{
	width: 100%;
	height: auto;
}

#content.top #solution .inn .ttl .read{
	width: 55%;
/* 	min-width: 467px; */
	position: relative;
	opacity: 0;
	top: 100px;
	transition-duration : 0.2s;
}

#content.top #solution .inn .ttl .read img{
	width: 100%;
	height: auto;
}

#content.top #solution .bubble{
	width: 100%;
	max-width: 1045px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	flex-wrap: wrap;
	overflow: hidden;
}

#content.top #solution .bubble img{
	width: 50%;
	max-width: 520px;
	height: auto;
	margin: 5px 0 20px
}

#content.top #solution .bubble > img:nth-child(1){
	position: relative;
	opacity: 0;
	top: 100px;
}

#content.top #solution .bubble > img:nth-child(2){
	position: relative;
	opacity: 0;
	top: 200px;
	transition-duration : 0.1s;
}

#content.top #solution .bubble > img:nth-child(3){
	position: relative;
	opacity: 0;
	top: 400px;
	transition-duration : 0.2s;
}

#content.top #solution .bubble > img:nth-child(4){
	position: relative;
	opacity: 0;
	top: 500px;
	transition-duration : 0.3s;
}

#content.top #amenity{
	width: 100%; 
	height: auto;
	background-color: #f5f2e9;
	background-image: url(../images/top_amenity_back.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto 100%;
	padding: 80px 0 15px;
}

#content.top #amenity .inn .ttl{
	width: 100%;
	padding: 0;
	position: relative;
}

#content.top #amenity .inn .ttl h2{
	width: 30%;
/* 	min-width: 255px; */
	position: absolute;
	right: -30px;
	opacity: 0;
	top: 100px;
}

#content.top #amenity .inn .ttl h2 img{
	width: 100%;
	height: auto;
}

#content.top #amenity .inn .ttl .read{
	width: 63%;
/* 	min-width: 535px; */
	position: relative;
	opacity: 0;
	top: 100px;
	transition-duration : 0.2s;
}

#content.top #amenity .inn .ttl .read img{
	width: 100%;
	height: auto;
}

#content.top #amenity .inn .article{
	width: 100%;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}

#content.top #amenity .inn .article > div{
	width: 100%;
	max-width: 500px;
	margin-top: -60px;
	overflow: hidden;
}

@media screen and (min-width:768px) and (max-width:1000px) {
	#content.top #amenity{
		background-image: url(../images/top_amenity_back_tab.jpg);
		background-size: auto 100%;
		background-position: right top;
	}


	#content.top #amenity .inn .article > div{
		margin-top: 20px;
	}
}

#content.top #amenity .inn .article > div > div{
	padding-bottom: 46px;
	overflow: hidden;
}

#content.top #amenity .inn .article > div h3{
	margin-bottom: 0.7em;
	
	position: relative;
	opacity: 0;
	top: 100px;
}

#content.top #amenity .inn .article > div img{
	width: 100%;
	height: auto;
	margin-top: 10px;
}

#content.top #amenity .inn .article > div p{
	font-size: 1.6rem;
	line-height: 1.6em;
}

#content.top #amenity .inn .article > div p.brand_txt{
	font-size: 1.7rem;
	line-height: 1.6em;
}

#content.top #amenity .inn .article .article_01 p, #content.top #amenity .inn .article .article_02 p{
	position: relative;
	opacity: 0;
	top: 200px;
}

#content.top #amenity .inn .article .article_02 img{
	position: relative;
	opacity: 0;
	top: 300px;
}

#content.top #amenity .inn .article .article_02 a{
	position: relative;
	opacity: 0;
	top: 300px;
}


#content.top #amenity .inn .article .article_03 img{
	position: relative;
	opacity: 0;
	top: 200px;
}

#content.top #amenity .inn .article .article_03 p{
	position: relative;
	opacity: 0;
	top: 300px;
}

#content.top #amenity .inn .article .article_03 a{
	position: relative;
	opacity: 0;
	top: 300px;
}

#content.top #space_produce{
	width: 100%; 
	height: auto;
	background-color: #f1ecdd;
	background-image: url(../images/top_space_produce_back.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto 100%;
	padding: 50px 0;
}

@media screen and (min-width:768px) and (max-width:1000px) {
	#content.top #space_produce{
		background-image: url(../images/top_space_produce_back_tab.jpg);
		background-size: auto 100%;
		background-position: left top;
	}
}

#content.top #space_produce .inn .ttl{
	width: 100%;
	padding: 0;
	position: relative;
}

#content.top #space_produce .inn .ttl h2{
	width: 30%;
	
	position: absolute;
	top: -8px;
	right: -15px;
	opacity: 0;
	top: 100px;
}

#content.top #space_produce .inn .ttl h2 img{
	width: 100%;
	height: auto;
}

#content.top #space_produce .inn .ttl .read{
	width: 74%;
	margin-top: 15px;

	position: relative;
	opacity: 0;
	top: 100px;
	transition-duration : 0.2s;
}

#content.top #space_produce .inn .ttl .read img{
	width: 100%;
	height: auto;
}

#content.top #space_produce .inn .article{
	width: 100%;
	max-width: 550px;
	padding: 20px 0;
	overflow: hidden;
}

#content.top #space_produce .inn .article > p{
	font-size: 2.0rem;
	line-height: 2.0em;
	padding-bottom: 50px;
	
	position: relative;
	top: 200px;
	opacity: 0;
	transition-duration : 0.2s;
}

#content.top #space_produce .inn .article > div{
	max-width: 500px;
}

#content.top #space_produce .inn .article h3{
	margin-bottom: 0.7em;
	
	position: relative;
	top: 200px;
	opacity: 0;
	transition-duration : 0.3s;
}

#content.top #space_produce .inn .article .article_01{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#content.top #space_produce .inn .article .article_01 > div{
	width: 46%;
}

#content.top #space_produce .inn .article .article_01 > div img{
	width: 100%;
	 height: auto;
}

#content.top #space_produce .inn .article .article_01 > div:nth-child(1){
	position: relative;
	opacity: 0;
	top: 300px;
	transition-duration : 0.3s;
}

#content.top #space_produce .inn .article .article_01 > div:nth-child(2){
	position: relative;
	opacity: 0;
	top: 400px;
	transition-duration : 0.3s;
}

#content.top #space_produce .inn .article .article_01 > div:nth-child(3){
	position: relative;
	opacity: 0;
	top: 600px;
	transition-duration : 0.3s;
}

#content.top #space_produce .inn .article .article_01 > div:nth-child(4){
	position: relative;
	opacity: 0;
	top: 700px;
	transition-duration : 0.3s;
}

#content.top #space_produce .inn .article .article_01 > div p.cap{
	text-align: center;
	font-size: 1.7rem;
	line-height: 1.2em;
	padding: 15px 0 40px;
}

#content.top #space_produce .inn .article .view_more{
	text-align: left;
	margin: 10px 0 0;	
}

#content.top #space_produce .inn .article .view_more a{
	position: relative;
	opacity: 0;
	top: 700px;
	transition-duration : 0.4s;
}

#content.top #training_program{
	width: 100%; 
	height: auto;
	background-color: #f5f2e9;
	padding: 100px 0 60px;
}

#content.top #training_program .inn .ttl{
	width: 100%;
	padding: 0 0 35px;
	position: relative;
}

#content.top #training_program .inn .ttl h2{
	width: 33%;

	position: absolute;
	top: 0;
	right: -70px;
	opacity: 0;
	top: 100px;
}

#content.top #training_program .inn .ttl h2 img{
	width: 100%;
	height: auto;
}

#content.top #training_program .inn .ttl .read{
	width: 72%;
	position: relative;
	opacity: 0;
	top: 100px;
	transition-duration : 0.2s;
}

#content.top #training_program .inn .ttl .read img{
	width: 100%;
	height: auto;
}

#content.top #training_program .inn .ttl .read p{
	font-size: 2.0rem;
	line-height: 2.0em;
	padding: 20px 0 0;
	
	position: relative;
	top: 200px;
	opacity: 0;
	transition-duration : 0.1s;
}

#content.top #training_program .inn .article h3{
	margin-bottom: 0.7em;
	
	position: relative;
	top: 200px;
	opacity: 0;
}

#content.top #training_program .inn .article .article_01{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	overflow: hidden;
}

#content.top #training_program .inn .article .article_01 > div{
	width: 23%;
}

#content.top #training_program .inn .article .article_01 > div img{
	width: 100%;
	 height: auto;
}

#content.top #training_program .inn .article .article_01 > div p.cap{
	text-align: center;
	font-size: 1.7rem;
	line-height: 1.2em;
	padding: 15px 0 0;
}

#content.top #training_program .inn .article .article_01 > div:nth-child(1) p.cap{
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.2em;
	padding: 15px 0 0;
}

#content.top #training_program .inn .article .article_01 > div:nth-child(1){
	position: relative;
	opacity: 0;
	top: 300px;
}

#content.top #training_program .inn .article .article_01 > div:nth-child(2){
	position: relative;
	opacity: 0;
	top: 400px;
}

#content.top #training_program .inn .article .article_01 > div:nth-child(3){
	position: relative;
	opacity: 0;
	top: 500px;
}

#content.top #training_program .inn .article .article_01 > div:nth-child(4){
	position: relative;
	opacity: 0;
	top: 600px;
}

#content.top #training_program .inn .article .view_more{
	text-align: left;
	margin: 25px 0 0;	
	padding: 0;
	text-align: right;
	overflow: hidden;
}

#content.top #training_program .inn .article .view_more a{
	margin: 0;
	position: relative;
	opacity: 0;
	top: 700px;
	transition-duration : 0.4s;
}

#content.top #food_menu{
	width: 100%; 
	height: auto;
	background-color: #f1ecdd;
	padding: 80px 0 60px;
}

#content.top #food_menu .inn .ttl{
	width: 100%;
	padding: 0 0 45px;
	position: relative;
}

#content.top #food_menu .inn .ttl h2{
	width: 30%;
	margin-top: 10px;
	
	position: absolute;
	top: 0;
	right: -35px;
	opacity: 0;
	top: 100px;
}

#content.top #food_menu .inn .ttl h2 img{
	width: 100%;
	height: auto;
}

#content.top #food_menu .inn .ttl .read{
	width: 70%;
	position: relative;
	opacity: 0;
	top: 100px;
	transition-duration : 0.2s;
}

#content.top #food_menu .inn .ttl .read img{
	width: 100%;
	height: auto;
}

#content.top #food_menu .inn .ttl .read p{
	font-size: 2.0rem;
	line-height: 2.0em;
	padding: 20px 0 0;
}

#content.top #food_menu .inn .article{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	overflow: hidden;
}

#content.top #food_menu .inn .article > div {
	width: 30%;
}

#content.top #food_menu .inn .article > div h3{
	margin-bottom: 0.7em;
}

#content.top #food_menu .inn .article > div  img{
	width: 100%;
	 height: auto;
}

#content.top #food_menu .inn .article > div p{
	text-align: justify;
	font-size: 1.6rem;
	line-height: 1.6em;
	padding: 15px 0 0;
}

#content.top #food_menu .inn .article > div:nth-child(1){
	position: relative;
	opacity: 0;
	top: 300px;
}

#content.top #food_menu .inn .article > div:nth-child(2){
	position: relative;
	opacity: 0;
	top: 400px;
}

#content.top #food_menu .inn .article > div:nth-child(3){
	position: relative;
	opacity: 0;
	top: 500px;
}

@media screen and (min-width:768px) and (max-width:1000px) {
	#content.top section .ttl h2{
		right: 0!important;
		text-align: right!important;
	}
	#content.top section .ttl h2 img{
		width: 80%!important;
		padding-left: 20%;
	}
}

@media screen and (min-width:768px) and (max-width:900px) {
	#content.top section .ttl .read img{
		width: 85%!important;
		height: auto;
	}
	#content.top section .ttl h2 img{
		width: 70%!important;
		padding-left: 30%;
	}
}

/* 取り扱いブランドのご紹介 */
#content.amenity{
}

#content.amenity section{
	font-family: "ヒラギノ角ゴ Pro W3","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",  "メイリオ", sans-serif;
	background-color: #fff;
}
	
#content.amenity #mv{
	background-image: url(../images/amenity_mv_pc.jpg);
}

#content.amenity section.read{
	padding: 30px 0 75px;
}

#content.amenity section.read .inn p{
	font-size: 2.0rem;
	line-height: 1.2em;
	text-align: center;
}

#content.amenity #brand_list .inn{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#content.amenity #brand_list .inn > div{
	width: 32%;
	max-width: 270px;
	margin-bottom: 80px;
}

#content.amenity #brand_list .inn > div h3{
	text-align: center;
	font-size: 2.0rem;
	line-height: 1.65em;
	font-weight: 200;
	color: #fff;
	background-color: #808080;
}

#content.amenity #brand_list .inn > div img{
	width: 100%;
	height: auto;
}

#content.amenity #brand_list .inn > div p{
	font-size: 1.5rem;
	line-height: 1.5em;
	text-align: justify;
}

#contact .prospe{
	padding: 80px 0 0 0 ;
}

#contact .prospe a{
	width: 55%;
	max-width: 460px;
}

#contact .prospe > img{
	width: 45%;
	max-width: 384px;
}

/* 空間プロデュース事例のご紹介 */
#content.space_produce{
}

#content.space_produce section{
	font-family: "ヒラギノ角ゴ Pro W3","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",  "メイリオ", sans-serif;
	padding: 0 0 80px;
	background-color: #fff;
	position: relative;
}

#content.space_produce #mv{
	background-image: url(../images/space_produce_mv_pc.jpg);
}

#content.space_produce section .anker{
	position: absolute;
	bottom:-24px;
}

@media screen and (max-width : 1249px) {
	#content.space_produce section .anker{
		bottom: -8.0rem!important;	
	}
}

#content.space_produce .page_navi{
	padding: 90px 0 80px;
	text-align: center;
}

#content.space_produce .page_navi .anker{
	position: absolute;
	bottom: 45px;	
}

@media screen and (max-width : 1249px) {
	#content.space_produce .page_navi .anker{
		bottom: -1.0rem!important;	
	}
}

#content.space_produce .page_navi .inn > ul{
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
	font-feature-settings: "palt";
	font-size: 0;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
	z-index: 1000;
	color: #808080;
}

#content.space_produce .page_navi .inn > ul  > li {
	width: 25%;
	font-size: 1.7rem;
	line-height: 1.5em;
	display: flex;
	justify-content: center;
	align-content: center;
	z-index: 1000;
	border-right: 1px solid #808080;
}

#content.space_produce .page_navi .inn > ul  > li a{
	color: #808080;
	transition-duration : 0.3s;
}

#content.space_produce .page_navi .inn > ul  > li a:hover{
	transition-duration : 0.3s;
	opacity: 0.5;
}

@media screen and (min-width:768px) and (max-width:900px) {
	#content.space_produce .page_navi .inn > ul  > li {
		font-size: 1.5rem;
		line-height: 1.7em;
	}
}

#content.space_produce .page_navi .inn > ul > li:last-child{
	border-right: none;
}

#content.space_produce .case .produce_slider{
	width: 100%;
	height: auto;
}

#content.space_produce .case .slick-list {
	cursor: pointer;
}

#content.space_produce .case .slick-list img{
	width: 100%;
	height: auto;
}

#content.space_produce .case .slick-dots{
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin: 10px auto;
}

#content.space_produce .case.slider_a .slick-dots{
	display: flex;
	justify-content: flex-start;
}

#content.space_produce .case .slick-dots li{
	width: 19.5%;
	opacity: 0.5;
	cursor: pointer;
}

#content.space_produce .case.slider_a .slick-dots li{
	margin-right: 0.7%;
}

#content.space_produce .case .slick-dots li.slick-active{
	opacity: 1.0;
}

#content.space_produce .case .slick-dots li img{
	width: 100%;
	height: auto;
}

#content.space_produce .case .detail{
	display: flex;
	justify-content: space-between;
	margin: 70px auto;
}

#content.space_produce .case .detail .name{
	text-align: center;
	width: 23%;
	max-width:  227px;
	height: 207px;
	background-color: #EE82A2;
	padding: 20px 0 0;
}

#content.space_produce .case .detail .name > div img{
	max-width: 100px;
	height: auto;
}

#content.space_produce .case .detail .name > div p{
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.2em;
	padding: 0.3em 1.0em;
}

#content.space_produce .case .detail .name h2{
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
	font-feature-settings: "palt";
	color: #fff;
	font-size: 2.3rem;
	line-height: 1.2em;
	font-weight: 600;
	padding: 0.5em;
}

#content.space_produce .case .detail .area{
	width: 75%;
	max-width: 730px;
}

#content.space_produce .case .detail .area .read{
	border-bottom: 1px solid #808080;
}

#content.space_produce .case .detail .area .read h3{
	color: #fff;
	background-color: #808080;
	font-size: 2.6rem;
	line-height: 1.6em;
	font-weight: 200;
	padding: 0 0.5em;
}

#content.space_produce .case .detail .area .read h3.small{
	font-size: 2.2rem;
	line-height: 1.9em;
	letter-spacing: -0.01em;
}

@media screen and (min-width:768px) and (max-width:1000px) {
	#content.space_produce .case .detail .name > div p{
		font-size: 1.2rem;
	}
	
	#content.space_produce .case .detail .name h2{
		font-size: 2.0rem;
		line-height: 1.2em;
		font-weight: 600;
	}

	#content.space_produce .case .detail .area .read h3{
		font-size: 1.9rem!important;
		line-height: 1.2em!important;
		letter-spacing: -0.01em;
		padding: 0.5em;
	}
}

#content.space_produce .case .detail .area .read p{
	font-size: 1.6rem;
	line-height: 1.6em;
	padding: 1.5em 0;
}

#content.space_produce .case .detail .area .point{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	font-size: 1.6rem;
	padding: 1.2em 0 0;
}

#content.space_produce .case .detail .area .point img{
	width: 13%;
	max-width: 95px;
	height: auto;
	margin-top: 10px;
}

#content.space_produce .case .detail .area .point p{
	width: 83%;
	max-width: 608px;
	font-size: 1.6rem;
	line-height: 1.6em;
}

#content.space_produce .case .detail .area .point ul{
	width: 83%;
	max-width: 608px;
	font-size: 1.6rem;
	line-height: 1.6em;
	padding-left: 2.5em!important;
}

#content.space_produce .case .detail .area .point ul li{
	list-style: none;
  text-indent: -1.0em;
}

#content.space_produce .case .detail .area .point ul li:before{
	content: "●";
  text-indent: -1.0em;
}


@media screen and (min-width:768px) and (max-width:1000px) {
	#content.space_produce .case .detail .area .point img{
		width: 95px!important;
		max-width: none;
	}
	
	#content.space_produce .case .detail .area .point p{
		width: 80%;
	}
}

/* 研修・人材教育メニュー */
#content.training_program{
}

#content.training_program section{
	font-family: "ヒラギノ角ゴ Pro W3","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",  "メイリオ", sans-serif;
	padding: 0 0 50px;
	background-color: #fff;
}

#content.training_program #mv{
	background-image: url(../images/training_program_mv_pc.jpg);
}

#content.training_program section .inn h2{
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
    font-size: 3.1rem;
    line-height: 1.7em;
    text-align: center;
    font-weight: 600;
    margin: 0 0 1.8em 0;
    color: #fff;
    background-color: #EE82A2;
}

#content.training_program section .inn .program{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
	
#content.training_program section .inn .program > div{
	width: 48%;
	max-width: 460px;
}

#content.training_program section .inn .program > div h3{
    font-size: 2.6rem;
    line-height: 1.6em;
    text-align: center;
    font-weight: 200;
    margin: 0 0 1.0em 0;
    color: #fff;
    background-color: #808080;
}

#content.training_program section .inn .program > div img{
	width: 100%;
	height: auto;
}

#content.training_program section .inn .program > div p.read{
	font-size: 1.6rem;
	line-height: 1.6em;
	text-align: justify;
	padding: 0.7em 0 0;
	min-height: 8.5em;
}

#content.training_program section .inn .program > div > div{
	width: 100%;
	background: #F5F2E9;
	height: auto;
	min-height: 635px;
	position: relative;
}

#content.training_program section .inn .program > div > div h4{
    font-size: 2.0rem;
    line-height: 1.8em;
    text-align: center;
    font-weight: 200;
    color: #fff;
    background-color: #EE82A2;
}

#content.training_program section .inn .program_list{
	padding: 20px 5%;
}

#content.training_program section .inn .program_list p{
	font-size: 1.5rem;
	line-height: 1.3em;
}

#content.training_program section .inn .program_list p.list-ttl{
	font-size: 1.6rem;
	line-height: 1.3em;
	padding: 0 0 1.0em;
	font-feature-settings: "palt";
	font-weight: 600;
}

#content.training_program section .inn .program_list ul{
	list-style: none;	
	font-size: 1.5rem;
	line-height: 1.3em;
	padding: 0 0 1.5em 1.0em;
}

#content.training_program section .inn .program > div > div > p{
	text-align: center;
	width: 90%;
    font-size: 2.0rem;
    line-height: 1.7em;
    text-align: center;
    font-weight: 200;
    color: #fff;
    background-color: #808080;
    position: absolute;
    left: 5%;
    bottom: 26px;
}

#content.training_program section .inn > p{
	font-size: 1.3rem;
	line-height: 1.6em;
	padding: 1.6em 0;
}

@media screen and (min-width:768px) and (max-width:950px) {
	#content.training_program section .inn .program > div h3{
	    font-size: 2.2rem;
	    line-height: 1.8em;
	}
	
	#content.training_program section .inn .program > div p.read{
		min-height: 10.0em;
	}
	
		#content.training_program section .inn .program > div > div{
		min-height: 700px;
		position: relative;
	}

	#content.training_program section .inn .program > div > div > p{
	    font-size: 1.8rem;
	    line-height: 1.2em;
	    padding: 0.4em 0 0.2em ;
	}
	
}

/* 資料請求･お問い合わせ */

#content.contact #mv{
	background-image: url(../images/contact_mv_pc.jpg);
}


#content.contact #form .progres{
	padding: 50px 0 35px;
}

#content.contact #form .progres ul{
    display: flex;
	height: 60px;
}

#content.contact #form .progres li{
	list-style: none;
	height: 100%;
    position: relative;
    width: 33%;
    width: calc(100%  / 3);
}

#content.contact #form .progres li p{
    align-items: center;
    color: #676767;
    display: flex;
    flex-wrap: wrap;
    font-size: 2.0rem;
    height: 100%;
    justify-content: center;
    width: 100%;
}

#content.contact #form .progres .progres_01{
	color: #fff;
    background-color: #626262;
}

#content.contact #form .progres .progres_02{
    background-color: #ebebeb;
    background-image: url(../images/progres_arrow_01.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
}

#content.contact #form .progres .progres_03{
    background-color: #f6f6f6;
    background-image: url(../images/progres_arrow_02.png), url(../images/progres_arrow_03.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left center, right center;
    background-size: auto 100%, auto 100%;
}

#content.contact #form.confirm .progres .progres_02, #content.contact #form.complete .progres .progres_02{
	color: #fff;
    background-color: #626262;
    background-image: url(../images/progres_arrow_04.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
}

#content.contact #form.confirm .progres .progres_03{
    background-color: #f6f6f6;
    background-image: url(../images/progres_arrow_04.png), url(../images/progres_arrow_03.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left center, right center;
    background-size: auto 100%, auto 100%;
}

#content.contact #form.complete .progres .progres_03{
	color: #fff;
    background-color: #626262;
    background-image: url(../images/progres_arrow_04.png), url(../images/progres_arrow_05.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left center, right center;
    background-size: auto 100%, auto 100%;
}

#content.contact #form form{
	font-family: "ヒラギノ角ゴ Pro W3","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",  "メイリオ", sans-serif;
	font-size: 1.8rem;
	font-weight: 400;
	width: 100%;
	max-width: 820px;
	margin: 0 auto;
}

#content.contact #form form > div{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
	margin:  0 0 18px;
}

#content.contact #form form > div > div:first-child{
	width: 33%;
	max-width: 270px;
	position: relative;
}

#content.contact #form form > div > div:first-child label:after {
    border: solid 1px #ff9999;
    color: #ff9999;
    content: "必須";
    display: block;
    font-size: 1.4rem;
    line-height: 1.0em;
    padding: 0.3em 0.8em;
    font-weight: 500;
    padding: ;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

#content.contact #form form div.detail > div:first-child label:after {
    border: none;
    content: none;
}

#content.contact #form form > div > div:last-child{
	width: 67%;
	min-width: 490px;
	padding: 10px 0px 10px 60px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#content.contact #form form > div > div:last-child > p:first-child{
	padding-right: 2.0em;
}

#content.contact #form form input[type=radio] {
    display: none;
    vertical-align: middle;
}

#content.contact #form form input[type=radio], #content.contact #form form input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}

#content.contact #form form input[type=radio] + span:before {
    border: 1px solid #7f7f7f;
    border-radius: 50%;
    box-sizing: border-box;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s ease;
    width: 20px;
    z-index: 2;
}

#content.contact #form form input[type=radio] + span:after {
    background-color: #c60303;
    border-radius: 50%;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 12px;
    left: 4px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    z-index: 5;
}

#content.contact #form form input[type=radio]:checked + span:after {
    opacity: 1;
}

#content.contact #form form input[type=radio] + span {
    cursor: pointer;
    display: inline-block;
    margin: 15px 0;
    padding: 7px 10px 7px 40px;
    position: relative;
    transition: 0.5;
    transition-property: color;
    vertical-align: middle;
}

#content.contact #form form input[type=radio] + span:before {
    border: 1px solid #7f7f7f;
    border-radius: 50%;
    box-sizing: border-box;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s ease;
    width: 20px;
    z-index: 2;
}

#content.contact #form form input[type=radio] + span:after {
    background-color: #c60303;
    border-radius: 50%;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 12px;
    left: 4px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    z-index: 5;
}

#content.contact #form form > div > div:last-child input{
	background-color: #e6e6e6;	
	border: none;
    border-radius: 5px;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    padding: 17px 18px;
    position: relative;
    width: 93%;
}

#content.contact #form form > div > div:last-child textarea {
    border: none;
	background-color: #e6e6e6;	
    border-radius: 5px;
    height: 22em;
    letter-spacing: 0.1em;
    padding: 17px 18px;
    width: 93%;
}

#content.contact #form form div.tel > div:last-child{
	justify-content: space-between;
}

#content.contact #form form div.tel > div:last-child input{
    width: 22%;
}

#content.contact #form form .consent_txt {
	display: block;
    text-align: center;
	font-size: 1.6rem;
    line-height: 1.6em;
    margin: 120px 0 50px ;
}

#content.contact #form form .consent_txt a{
	color: #808080;	
	text-decoration: underline;
}

#content.contact #form form .consent_check{
	width: 100%;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
	text-align: center;
	font-size: 2.0rem;
	line-height: 1.2em;
	font-weight: 600;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

#content.contact #form form .privacy_check {
    display: inline-block !important;
    padding: 0;
    min-height: inherit;
    width: 18px;
    height: 18px;
    border: none;
    border: solid 1px #000;
    border-radius: 3px;
    background-color: #f8f8f8;
    margin-bottom: 5px;
}

#content.contact .submit{
	display: flex;
	justify-content: center!important;
	align-items: center;
	padding: 80px 0;
	width: 100%;
}

#content.contact .submit input[type=submit]{
    -webkit-appearance: button;
    background-color: #E9638A;
    border: 1px solid #E9638A;
    color: #fff;
    font-size: 1.6rem;
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 300px;
    height: 60px;
    border-radius: 30px;
    margin: 0 20px;
    background-image: url(../images/submit_01.svg);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: auto 28%;
	transition-duration : 0.3s;
}

#content.contact .submit input[type=button]{
    -webkit-appearance: button;
    background-color: #f6f6f6;
    border: 1px solid #676767;
    color: #676767;
    font-size: 1.6rem;
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 300px;
    height: 60px;
    border-radius: 30px;
    margin: 0 20px;
}

#content.contact .submit input[type=button]:hover{
    background-color: #676767;
    color: #fff;
}

#content.contact .submit input[type=submit]:hover{
    background-color: #fff;
    color: #E9638A;
    background-image: url(../images/submit_02.svg);
	transition-duration : 0.3s;
}

#content.contact #form.confirm form > div > div:last-child > p{
	background-color: #e6e6e6;	
	border: none;
    border-radius: 5px;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    padding: 17px 18px;
    position: relative;
    width: 93%;
}


#content.contact #thanks{
	padding: 80px 0;
}

#content.contact #thanks h2{
	font-family: "ヒラギノ角ゴ Pro W3","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",  "メイリオ", sans-serif;
	text-align: center;
	font-size: 2.4rem;
	line-height: 1.8em;
	font-weight: 600;
	padding-bottom: 3.0em;

}

#content.contact #thanks p{
	text-align: justify;
	font-size: 1.6rem;
	line-height: 1.8em;
	max-width: 600px;
	margin: 0 auto;
}



.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}
.mb60{margin-bottom: 60px;}
.mb70{margin-bottom: 70px;}
.mb80{margin-bottom: 80px;}
.mb90{margin-bottom: 90px;}
.mb100{margin-bottom: 100px;}
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt80{margin-top: 80px;}
.mt90{margin-top: 90px;}
.mt100{margin-top: 100px;}


