

/*===============================================*/

/*  style.css */

/*===============================================*/


/*common module
---------------------------*/
.cmn-Wrap{
	margin:0;
	padding:0;
	box-sizing: border-box;
	width: 100%; }

.cmn-Wrap h3{
	margin-bottom:30px;
	font-size:36px;
	line-height:60px;
	letter-spacing: 0.15em;
	font-feature-settings : "palt";
	font-family: mdsPro; }

/*- @media 768xp -*/
@media screen and (max-width: 768px){
.cmn-Wrap h3{margin-bottom:20px;font-size:24px;line-height:40px; }}


/*section greeting
---------------------------*/
.sec-Gree{padding:100px 0;}

.gree-Wrap{
	margin:0;
	padding:0;
	box-sizing: border-box;
	width: 100%;
	
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between; }

.gree-Wrap .g-img-Wrap{
	width: 30%;
	height:auto; }

.gree-Wrap .g-img-Wrap figure{
	margin-bottom:10px;
	padding:3rem;
	box-sizing: border-box;
	width: 100%;
	height:auto;
	background-color: #b2aa97;
	border-radius: 20px;}

.gree-Wrap .g-img-Wrap figure img{width: 100%;}

.gree-Wrap .g-img-Wrap figcaption{
	text-align: center;
	font-size:10px;
	line-height:30px;
	font-weight:600;
	letter-spacing: 0.05em;
	font-feature-settings : "palt";}

.gree-Wrap .g-img-Wrap figcaption p{display: inline-block; font-size:16px;}

/**/

.gree-Wrap .g-tx-Wrap{
	width:65%;
	height:auto;}

.gree-Wrap .g-tx-Wrap h3{
	margin-bottom:30px;
	font-size:36px;
	line-height:60px;
	letter-spacing: 0.15em;
	font-feature-settings : "palt";
	font-family: mdsPro; }

.gree-Wrap .g-tx-Wrap p{
	font-size:16px;
	line-height:30px;
	letter-spacing: 0.1em;
	font-feature-settings : "palt"; }

/**/

.rinen-Area{
	margin:50px 0 0 0;
	padding:0;
	box-sizing: border-box;
	width: 100%;
	
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between; }

.rinen-Area h3{
	margin: 0 auto;
	width: 10%;
	height:auto;
 	text-align: center;}

.rinen-Area ul{
	padding:;
	box-sizing: border-box;
	width: 90%;
	height:auto;}

.rinen-Area ul li{
	margin-bottom:10px;
	font-size:18px;
	line-height:30px;
	letter-spacing: 0.1em;
	word-spacing: 2em;
	font-feature-settings : "palt"; }


/*- @media 768xp -*/
@media screen and (max-width: 768px){
.sec-Gree{padding:0;}
.gree-Wrap{flex-wrap: wrap; }
.gree-Wrap .g-img-Wrap{width:100%; }
.gree-Wrap .g-img-Wrap figure{padding:1.5rem;}
.gree-Wrap .g-tx-Wrap{margin-top:10px; width:100%;}
.gree-Wrap .g-tx-Wrap h3{margin-bottom:10px;font-size:24px;line-height:40px; }
.gree-Wrap .g-tx-Wrap p{line-height:30px; } 

.rinen-Area{margin:30px 0 0 0; }
.rinen-Area h3{margin: 0;width: 10%;text-align: left;}
.rinen-Area ul{width: 85%;}
.rinen-Area ul li{margin-bottom:20px;font-size:16px;line-height:30px;} }




/*section SERVICE
---------------------------*/
.sec-Svc{padding:100px 0;}

.sec-Svc figure{
	width: 100%;
	height:auto;}

/*- @media 768xp -*/
@media screen and (max-width: 768px){
.sec-Svc{padding:0;} }




/*section ACCESS
---------------------------*/
.sec-Access{padding:100px 0 0;}

.info-Area{
	margin:0 0 30px 0;
	padding:0;
	box-sizing: border-box;
	width: 100%;
	
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between; }

.info-Area li{
	width: 30%;
	height:auto;
	position:relative; }

.info-Area li:after {
	position: absolute;
	top: -12px;
	left: -12px;
	content: '';
	width: 10px;
	height: 2px;
	background-color: #000;
	animation: spin 7s linear infinite;}

.info-Area li:before {
	position: absolute;
	top: -16px;
	left: -8px;
	content: '';
	width: 2px;
	height: 10px;
	background-color: #000;
	animation: spin 7s linear infinite;}

@keyframes spin {
	0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); } }

.info-Area li h2{
	margin-bottom:20px;
	font-size:30px;
	line-height:32px;
	letter-spacing: 0.15em;
	font-feature-settings : "palt";
	font-family: mdsPro; }

.info-Area li h3{
	margin-bottom:10px;
	font-size:16px;
	line-height:20px;
	letter-spacing: 0.05em;
	font-feature-settings : "palt"; }

.info-Area li h4{
	margin-bottom:10px;
	font-size:14px;
	line-height:20px;
	letter-spacing: 0.1em;
	font-weight: 600;
	font-feature-settings : "palt"; }

.h4pb{padding-bottom: 10px; }

.info-Area li p{
	font-size:12px;
	line-height:20px;
	letter-spacing: 0.05em;
	font-feature-settings : "palt"; }


.info-tel{
	font-size:36px;
	line-height:38px;
	letter-spacing: 0.05em;
	font-weight: ;
	font-feature-settings : "palt";
	font-family: latoB; }

/*- @media 959xp -*/
@media screen and (max-width: 959px){
.sec-Access{padding:50px 0;}
.info-Area{margin:0 0 30px 0;flex-wrap: wrap;}
.info-Area li{margin-bottom:20px;width: 100%; }
.info-Area li:last-child{margin-bottom:0px; }
.info-Area li h2{margin-bottom:10px;font-size:24px;line-height:26px; }
.h4pb{padding-bottom: 0px; }
.info-tel{font-size:26px;line-height:26px; } }

/*- @media 768xp -*/
@media screen and (max-width: 768px){
.sec-Access{padding:0;}
.info-Area li:after,.info-Area li:before {display: none;}}

	
	

