@charset "utf-8";

/*================================================================
	Base Setting
================================================================*/
html,
body,
#wrap {
	overflow-x:hidden;
	width:100%;
	min-width: 320px;
}
body {
	line-height:2;
	font-family:"Noto Sans JP", "Noto Sans Japanese","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","sans-serif";
	font-size:16px;
	font-feature-settings:"palt";
	color:#3c1601;
}
body img {
	width:auto;
	vertical-align:bottom;
}
body a {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	text-decoration:none;
	color:inherit;
}
body .center { text-align: center; }
@media only screen and (min-width: 1025px) {
	body a,
	body a *,
	body :before,
	body :after {
		transition: 0.2s;
	}
	#globalLang { display: none; }
}
@media only screen and (max-width:1024px) {
	body { font-size:14px; }
	body a:hover img { opacity:1; }
	#globalHeader { display: none; }
}

::selection{
	background: #ffa202;
	color: #ffffff;
}
::-moz-selection{
	background: #ffa202;
	color: #ffffff;
}

/* #header
--------------------------------------------*/
#spMenu { display:none; }
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 320px;
	padding: 0 30px;
	background-color: #FFF;
	z-index: 100;
	transition: all 0.3s ease;
	box-shadow: 0px 1px 6px rgba(0,0,0,.1);
}
#header.bghidden {
	background-color:transparent;
	box-shadow:none;
	margin-top: 30px;
}
#header.bghidden #gNav ul a {
/*	color: #FFF;*/
}
#gNav,
#gNav ul {
	display:flex;
	justify-content:space-between;
	align-items:center;
	height:70px;
	font-weight: 700;
	font-size: 15px;
	}
#gNav ul a {
	color: #222;
	display:block;
	margin-left:2.5em;
	letter-spacing: 0.1em;
}
#logo {
	position: relative;
	width:150px;
}
#logo a {
	overflow: hidden;
	display: block;
	width: 150px;
	height: 47.5px;
	background: url(../img/logo2.png) no-repeat;
	background-size: contain;
	text-indent: -9999px;
}

#gNav .contact a {
	color:#ffa202;
	padding:0.2rem 1rem;
	background: #FFF;
	border: 1px solid #ffa202;
	border-radius: 30px;
}
#gNav .contact a:hover{
	color:#EB5D00;
	background: #FFF;
	border: 1px solid #EB5D00;
/*	opacity: 0.8;*/
	transition: all 0.5s ease 0s;
}

.breadcrumbs {
	overflow-x:auto; 
	display: flex;
	justify-content: flex-end;
	position: absolute;
	width: 100%;
	padding:0.5em 2em;
	font-size: 0.875em;
	text-shadow: 0 0 5px rgba(0,0,0,0.8);
	z-index: 100;
}
.breadcrumbs,
.breadcrumbs a {
	white-space: nowrap;
	color: rgba(255,255,255,0.6);
}
.breadcrumbs .current-item {
	color: rgba(255,255,255,0.9);
}
.breadcrumbs > span + span:before {
	content: "\0bb";
	margin: 0 0.5em;
}
.breadcrumbs a { text-decoration: underline; }
.breadcrumbs a:hover { text-decoration: none; }
@media only screen and (min-width:1024px) {
	/*下線*/
	#gNav ul a.linkunder {
		position: relative;
		display: inline-block;
		text-decoration: none;
	}
	#gNav ul a.linkunder::after {
		position: absolute;
		bottom: -8px;
		left: 0;
		content: '';
		width: 100%;
		height: 3px;
		background: #EB5D00;
		opacity: 0;
		visibility: hidden;
		transition: .3s;
	}
	#gNav ul a.linkunder:hover::after {
		bottom: -4px;
		opacity: 1;
		visibility: visible;
	}
}

@media only screen and (max-width:1024px) {
	#spMenu {
		display:flex;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 50px;
		height: 50px;
		background: rgba(255,162,2,0.95);
	}
	#spMenu span,
	#spMenu:before,
	#spMenu:after {
		content: "";
		display: inline-block;
		position: absolute;
		width: 26px;
		height: 2px;
		background: #FFF;
		transition: 0.3s;
	}
	#spMenu:before { top: 14px; }
	#spMenu:after { bottom: 14px; }
	
	#spMenu.open { 
		background: rgba(255,162,2,0.95);
	}
	#spMenu.open:before,
	#spMenu.open:after {
		top: auto;
		bottom:auto;
		background: #FFF;
	}
	#spMenu.open:before { transform: rotate(45deg); }
	#spMenu.open:after { transform: rotate(-45deg); }
	#spMenu.open span { opacity: 0; }
	#spMenu.open + ul { display: block; }
	
	#header {
		padding-left:1em;
		padding-right: 0;
	}
	#header.bghidden {
		margin-top: 0;
		background-color: #FFF;
	}
	#gNav { height:50px; }
	#gNav ul {
		display: none;
		position: absolute;
		top: 50px;
		right: 0;
		width: 100%;
		height: auto;
/*		border-top: 1px solid rgba(255,255,255,0.2);*/
	}
	#gNav ul a {
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 50px;
		margin-left:0;
		padding: 0 1em;
		border-top: 1px solid rgba(255,255,255,0.2);
		/*background: #46aef7 linear-gradient(15deg, #46aef7, #1addbf);*/
		background: rgba(255,162,2,0.95);
		color: #FFF;
		border-radius: 0px;
	}
	#gNav li:first-of-type a { border: 0; }
	#gNav ul a:after {
		content: "";
		border-style: solid;
		border-width: 6px 0 6px 6px;
		border-color: transparent transparent transparent #FFF;
	}
	#gNav .contactNav a {
		justify-content: space-between;
		flex-direction: row-reverse;
		width: auto;
		padding: 0 1em;
		border-color: rgba(250,168,2,1.0);
 		background: rgba(250,168,2,0.9);
		font-size: inherit;
	}
	#gNav .contactNav a:after { display: none; }
	#logo {
		top: 3px;
		width:100px;
		height: 35px;
	}
	#logo a {
		width:100px;
		height: 32px;
	}
	.breadcrumbs {
		top: 50px;
		justify-content: flex-start;
		padding:0.5em 1.2em;
		font-size: 10px;
	}
}

/* #main
--------------------------------------------*/
#main {
	position: relative;
/*	padding-top: 60px;*/
}
@media only screen and (max-width:1024px) {
/*	#main { padding-top: 50px; }*/
	#header {background-color: #FFF;}
}


/*================================================================
	Module Setting
================================================================*/
.baseWidth {
	position:relative;
	max-width:1180px;
	min-width:320px;
	margin:0 auto;
}
.spStyle, .spStyle2 { display: none; }
.pcStyle, .pcStyle2 { display: block; }

.txtLink {border-bottom: 1px solid #666;}
.txtLink:hover {	border-bottom: 0;}

@media only screen and (max-width:1024px) {
	.spStyle { display:block; }
	.pcStyle { display: none; }
}
@media only screen and (max-width:768px) {
	.spStyle2 { display:block; }
	.pcStyle2 { display: none; }
}

/*================================================================
	Contents layout
================================================================*/
section.sec{
	padding: 6% 4% 6%;
}
.headline {
	color: #000;
	font-size:2em;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.2em;
	margin-bottom: 2em;
}
.headicon{margin-bottom: 0.4em;}
.headicon span{
	color:#f3df00;
	font-weight: 900;
	letter-spacing: 2px;
	font-family: 'Roboto';
}
.headline2 {
	font-size:2.2em;
	letter-spacing: 2px;
	line-height: 1.6;
	margin-bottom: 1em;
	}
.headline3 {
	color: #f78000;
	font-size:1.6em;
	font-weight: 900;
	letter-spacing: 0.1em;
	line-height: 1.6;
	margin-bottom: 0.2em;
	}

section.sec .txt p{	margin-bottom: 0.4em;}
section.sec .txt ul {	margin-bottom: 1.6em;}
.colorUnderline {
	font-size: 1em;
	padding: 0 0.3em;
	background: rgba(0,0,0,0) -webkit-linear-gradient(transparent 60%, #f8f066 0%) repeat scroll 0 0;
	background: rgba(0,0,0,0) -o-linear-gradient(transparent 60%, #f8f066 0%) repeat scroll 0 0;
	background: rgba(0,0,0,0) linear-gradient(transparent 60%, #f8f066 0%) repeat scroll 0 0;
	display: inline;
}

@media only screen and (max-width:1024px) {
	section.sec{
		padding: 10% 4% 10%;
	}
	.headline {
		font-size:1.8em;
		letter-spacing: 0.1em;
		margin-bottom: 8%;
	}
	.headline2 {
		font-size:1.7em;
	}
	.headline3 {
		font-size:1.4em;
	}

}

/*================================================================
	btnType layout
================================================================*/
.btnType01 a{
	display:inline-flex;
	justify-content:space-between;
	align-items:center;
	color:#FFF;
	position: relative;
	z-index: 10;
	text-align: center;
}
.btnType01 a i{
	font-size: 1.2em;
	padding-right: 0.3em;
}
.btnType01 a {
	color:#FFF;
	font-size: 0.9em;
	font-weight: 700;
	text-align: center;
	letter-spacing: 1px;
	padding:1em 2em 1em 1.5em;
	margin-top: 1em;
	background:#FBB800;
	border-radius: 50px;
	min-width: 360px;
	justify-content:center;
}
/*
.btnType01 a:hover{
	opacity: 0.8;
	transition: all 0.3s ease 0s;
}
*/
.buttonArrow {
	position: relative;
	transition: .2s;
}
.buttonArrow span {
	position: relative;
	transition: .2s;
	letter-spacing: 3px;
	padding-right: 60px;
}
.buttonArrow span::before {
	content: '';
	position: absolute;
	top: 55%;
	right: 0;
	width: 8px;
	height: 2px;
	margin-top: -3px;
	background-color: #FFF;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	transition: 0.2s;
	visibility: visible;
	opacity: 1;
}
.buttonArrow span::after {
	content: '';
	position: absolute;
	top: 55%;
	right: 0;
	width: 40px;
	height: 2px;
	background-color: #FFF;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: 0.2s;
	visibility: visible;
	opacity: 1;
}
.buttonArrow:hover span {
padding-right:0;
}
.buttonArrow:hover span::before,
.buttonArrow:hover span::after {
	visibility: hidden;
	opacity: 0;
}

@media only screen and (max-width:1024px) {
	.btnType01 a {
		width: 100%;
	}
}
@media only screen and (max-width:450px) {
	.btnType01 a {
		min-width: initial;
	}
}

/*================================================================
	caution layout
================================================================*/
.caution {
	color: #c00;
}
/*
ul.caution {
	padding-left: 1em;
}
ul.caution li { text-indent: -1em; }
ul.caution li:before {
	content: "＊";
	color: #7a0018;
}
*/

.toggle + * { display:none; }
.toggle.active + * { display:block; }

.youtube {
	width: auto;
	margin: 0 auto ;
}
.youtube .movie {
	position: relative;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.youtube p { padding-top: 1rem; }

@media only screen and (max-width:1024px) {
	.youtube {
		width: 100%;
	}
	.youtube p { padding-top: 1em; }
}


/*================================================================
	Custom Setting
================================================================*/
/* #keyv
--------------------------------------------*/
#keyv {
	margin: 0;
	padding: 3vw 0 0;
	background: #ffeeda url("../img/bg_keyv.png") no-repeat 80% 40%;
	background-size: cover;
	position: relative;
	overflow: hidden;
	z-index: 1; 
}
#keyv:before {
	content: '';
	position: absolute;
	top: 0;
	left: -15%;
	width: 60%;
	height: 100%;
	background: #ffeeda linear-gradient(-60deg, #F3933C, #ffe44b);
	background-color: rgba(255,255,255,0.8);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: skewX(-15deg);
	-ms-transform: skewX(-15deg);
	transform: skewX(-15deg);
	z-index: -1; 
}
#keyv .inner{
	max-width: 1180px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content:space-around;
	align-items: center;
	min-height: 600px;
	z-index: 3;
}
#keyv .txt {
	text-align: center;
	width: 30%;
}
#keyv .title img {
	width: 80%;
}
#keyv .txt .topcom {
	color: #FFF;
	font-weight: 900;
	letter-spacing: 1px;
	margin-top: 0.8em
}
#keyv .applink{
	margin-top: 1.5em;
}
#keyv .applink a{
	display: inline-block;
	height: 60px;
}
#keyv .applink a img{
	width: auto;
	height: 100%;
}
#keyv .applink a:hover{
	opacity: 0.8;
}
#keyv .moc{
	width: 57%;
	text-align: center;
	display: flex;
	flex-direction: row;
	justify-content:space-between;
	padding-top: 1em;
}
#keyv .moc .pic{
	text-align: center;
	width: 30%;
}
#keyv .moc .list{
	text-align: center;
	display: flex;
	align-items: center;
	justify-content:flex-end;
	width: 70%;
	padding-right:1.5em;
}
#keyv .moc .list li{
	margin-bottom: 0.2em;
	text-align: left;
}
#keyv .moc .list li:last-child{
	margin-bottom: 0;
}
#keyv .moc .list li:nth-child(2){
	margin-left: -25px;
}
#keyv .moc .list li:nth-child(3){
	margin-left: -50px;
}
#keyv .moc .list li:nth-child(4){
	margin-left: -75px;
}
#keyv .moc .list li:nth-child(5){
	margin-left: -100px;
}

.applink .releaseBox{
	color: #FFF;
	font-weight: 700;
	background-color: #222;
	display: inline-block;
	padding: 0.5em 1em;
	border-radius: 6px;
}
#keyv .applink .releaseBox{
	letter-spacing: 2px;
	padding: 0.6em 1.5em;
	border: none;
}

@media only screen and (max-width:1024px) {
	#keyv {
		background: #ffeeda url("../img/bg_keyv.png") no-repeat 100% 0%;
		background-size:cover;
		padding: 60px 0 10px;
	}
	#keyv:before {
		background: rgba(200,255,255,.5);
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(255,134,0,0.40);
		transform-origin:top;
		transform: skewX(0deg);
	}
	#keyv .inner{
		flex-direction: column;
		min-height: 340px;
	}
	#keyv .txt {
		width: 100%;
		height: auto;
		padding: 8% 4% 6%;
		text-align: center;
	}
	#keyv .title img {
		width: 50%;
	}
	#keyv .applink{
		margin-top: 1em;
	}
	#keyv .moc {
		width: 100%;
		margin-bottom: 6%;
		display: none;
	}
	#keyv .moc  .pic{
		max-width:inherit;
		width: 70%;
		margin: 0 auto;
	}
}


/* #promo
--------------------------------------------*/
#promo{
	background: #FFF url("../img/bg_room.jpg") no-repeat 50% 84%;
	background-size:cover;
	position: relative;
	overflow: hidden;
}
#promo:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
}
#promo .baseWidth{
	z-index: 3;
}
#promo .youtube{
	max-width: 800px;
}
#promo .promotxt{
	font-size: 1.2em;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
	margin:2em auto 0;
	width: 80%;
}
@media only screen and (max-width:1024px) {
	#topintro{
		background-size:contain;
	}
	#promo .promotxt{
		font-size: 1em;
		width: 90%;
		margin: 2em auto 0;
	}
	#promo .btnType01{
		margin: 0 4%;
	}
}

/* #Features
--------------------------------------------*/
#features .topcom{
	text-align: center;
	margin: 3em auto 2em;
	width: 90%;
}
#features .topcom .emp{
	font-weight: 900;
	font-size: 1.2em;
	letter-spacing: 0.4em;
	line-height: 0;
	margin-bottom: 1.5em;
	color: #FFF;
	transform:skewX(-15deg);
}
#features .topcom .emp .line {
	font-size: 1em;
	padding: 0.1em 0.4em 0.1em 0.8em;
	display: inline;
	background: #ff9b43 linear-gradient(60deg, #ff5543, #ff9b43);
}
#features .point{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	border-radius: 30px;
}
#features .point li{
	flex-basis:46%;
	margin: 2.2em 0 0;
	padding: 0 0 1em;
	background: #FFF;
	line-height: 1.8;
	position: relative;
}
#features .point .title{
	color: #f78000;
	font-size: 1.2em;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 1em 1em 0.5em;
}
#features .point .txt{
	margin: 1em 2em 0.5em;
}

@media only screen and (max-width:1024px) {
	#features .topcom{
		text-align: left;
		margin: 2em auto;
	}
	#features .topcom .emp{
		font-size: 1.2em;
		letter-spacing: 0.2em;
		text-align: center;
	}
	#features .point{
		display: block;
		width: 94%;
		margin: 0 auto;
	}
	#features .point li{
		margin: 2em 0 0;
		padding: 0;
		text-align: center;
	}
	#features .point .title{
		min-height:inherit;
		font-size: 1.1em;
		margin: 1em 1em 0;
		text-align: left;
	}
	#features .point .txt{
		margin: 0.5em 1em 0;
		text-align: left;
	}
}
@media only screen and (max-width:450px) {
	#features .headline3 {
		font-size: 1rem;
	}
}


/* #Function
--------------------------------------------*/
#function {
	background-color: #FFFadc;
}
.checkLayout ul{
	display: flex;
	flex-direction: row;
/*	justify-content: space-between;*/
	flex-wrap: wrap;
}
.checkLayout li {
	font-weight: 900;
	width: 32%;
	margin-bottom: 1em;
	letter-spacing: 2px;
	margin-right: 2%;
	padding: 2% 3% 2% 3%;
	border-radius: 100px;
	display: flex;
	align-items: center;
	background-color: #fff;
	box-shadow: 0px 1px 7px rgba(0,0,0,.1);
}
.checkLayout li:nth-child(3n){
	margin-right: 0;
}
.checkLayout .icon {
	text-align: center;
	line-height: 1;
	width: 100%;
	max-width: 36px;
	margin-right: 1em;
}
#function .evolution{
	margin-top: 3em;
	background: #FFF;
	border-radius: 10px;
	padding: 1em 2em;
	text-align: center;
}
#function .evolution .titleTxt{
	color: #fbb800;
	font-size: 1.2em;
	font-weight: 900;
	letter-spacing: 0.1em;
	line-height: 1.6;
	padding: 0.5em;
	border-bottom: 1px dotted #fbb800;
}
#function .evolution .evocom{
/*	padding: 1em;*/
}

@media only screen and (max-width:1024px) {
	#function .evolution{
		margin: 1.5em auto 0;
		width: 96%;
/*		padding: 1.5em;*/
	}
	#function .evolution .titleTxt{
		font-size: 1.1em;
	}
	#function .evolution .evocom{
/*
		text-align: left;
		padding: 1em 0.5em 0.5em;
*/
	}
}
@media only screen and (max-width:736px) {
	.checkLayout li {
		width: 100%;
		margin: 0 0 1em 0;
		padding: 3% 3% 3% 6%;
	}
}


/* #trainingCont
--------------------------------------------*/
#trainingCont{
	background-color: #fbf8f4;
	background: #FFF linear-gradient(120deg, #ff6b5c, #ff9b43);
}
#trainingCont .headline{
	color: #FFF;
}
.traList {
	display: flex;
	justify-content: space-between;
	margin-top: 2.5em;
}
.traList .innerBox {
	flex-basis: 48%;
	padding: 1em 2em 0;
	border-radius: 10px;
	background-color: #FFF;
	box-shadow: 0px 2px 7px rgba(0,0,0,.1);
}
.traList .innerBox .posiTitle {
	color: #ff5543;
	font-size: 1.4em;
	font-weight: 900;
	line-height: 1.4;
	letter-spacing: 3px;
	padding: 0.9em;
	border-bottom:3px solid #ff5543;
}
.traList .innerBox .posiTitle i{
	margin-right: 0.2em;
}
.traList .traMenu {
	padding: 2em 0 0;
	display: flex;
	flex-direction: row;
	justify-content:space-between;
	flex-wrap: wrap;
}
.traList .traMenu li {
	width: 48%;
	margin-bottom: 3em;
	letter-spacing: 1px;
	font-weight: 700;
	text-align: center;
/*	border: 1px solid #DDD;*/
}
.traList .traMenu .icon{
	margin-bottom: 0.5em;
}
.traList .traMenu .icon img{
	max-height: 140px
}
#trainingCont .traList .txt{
		transform: skewX(-15deg);
}
#trainingCont .traList .name{
	color: #FFF;
	padding: 0.1em 0.8em 0.2em;
	display: inline;
	background-color: #ff5543;
/*	background: #ff9b43 linear-gradient(60deg, #ff5543, #ff9b43);*/
}
.traList .innerBox.subColor .posiTitle {
	color: #ff9b43;
	border-bottom-color:#ff9b43;
}
#trainingCont .traList .innerBox.subColor .name{
	background-color: #ff9b43;
}

/*変形表記 (2020.10.13公開予定)*/
.traList .innerBox:nth-child(1){
	flex-basis: 60%;
}
.traList .innerBox:nth-child(2){
	flex-basis: 34%;
}
.traList .traMenu.horizonWork li {
		width: 100%;
}

@media only screen and (max-width:1024px) {
	.traList {
		display: block;
		width: 100%;
		margin: 0 auto 2em;
	}
	.traList .innerBox {
		flex-basis: 100%;
		margin-bottom: 2em;
		padding: 0.5em 1em 0;
	}
	.traList .traMenu li{
		margin-bottom: 2em;
	}
	/*変形表記 (2020.10.13公開予定)*/
	.traList .traMenu.horizonWork li {
		width: 48%;
	}
	
}


/* #tutorial
--------------------------------------------*/
#tutorial .flow{
	margin: 2em auto 0;
}
#tutorial .flow li {
	line-height: 1.8;
	position: relative;
	outline: 0;
}
#tutorial .flow .pic img{
	width: 60%;
	margin: auto;
}
#tutorial .flow .txt{
	text-align: center;
	letter-spacing: 1px;
	padding-top: 2em;
}
#tutorial .flow .txt .noBox{
	font-size: 1.4em;
	font-weight: 900;
	letter-spacing: 3px;
	display: block;
	margin-bottom: 0.4em;
}

.slick-prev, .slick-next {
	width:24px;
	height:24px;
}
#tutorial .slick-prev:before,
#tutorial .slick-next:before{
	color:#fbb800;
	font-size:24px;
}
#tutorial .slick-prev { left: 0;z-index: 3;}
#tutorial .slick-next { right: 0;z-index: 3;}
#tutorial .slick-dots li button{width: 30px;}
#tutorial .slick-dots li.slick-active button:before,
#tutorial .slick-dots li button:before {
	color: #8cde3f!important;
}

@media only screen and (max-width:1024px) {
	#tutorial .flow {
		margin-bottom: 3em;
	}
	#tutorial .flow li {
		padding-bottom:2em;
	}
	#tutorial .flow .pic img{
		width: 60%;
	}
	#tutorial .slick-dots li{
		width: auto;
		padding: 0;
	}
}

/*advice*/
.advice{
	margin-top: 5em;
	padding: 2em 2em 3em;
	border-radius: 10px;
/*	border: 8px solid rgba(255,222,52,0.5);*/
	background-color: #fbf8f4;
}
.advice .titleTxt{
	color: #f78000;
	font-size: 1.5em;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-align: center;
	line-height: 1.4;
	padding:0 0.5em 1em;
	margin-bottom: 2em;
	border-bottom: 1px solid #f78000;
}
.advice .descBox{
	display:flex;
	flex-direction: row;
	justify-content:space-around;
	align-items: center;
}
.advice .descBox .pic{
	width: 40%;
	margin: 0 auto;
}
.advice .descBox .pic img{
	width: 80%;
	min-width: 220px;
}
.advice .descBox .txt{
	width: 50%;
}
.advice .descBox .txt .littleTitle{
/*	font-size:1.1em;*/
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 1em;
}
.advice .descBox .txt .littleTitle span{
	display:inline-block;
	border:1px solid #3c1601;
	padding:0.2em 1em;
	border-radius: 50px;
/*	background-color: #FFF;*/
}

section.sec .advice .descBox ul{
	margin-bottom: 0;
	list-style-position: outside;
}
.advice .descBox li{
	font-size: 1em;
	padding-left: 1.5em;
	text-indent: -0.7em;
	font-weight: 700;
	margin-bottom: 3px;
	letter-spacing: 2px;
}
.advice .descBox li i{
	color: #fbb800;
	font-size:1.1em;
}
.advice .room{
	background-color: #FFF;
	border-radius: 6px;
	margin-top: 4em;
	text-align: center;
	padding: 3% 5%;
}
.advice .room .roomtitle{
	font-size: 1.8em;
	letter-spacing: 2px;
	line-height: 1.6;
	margin-bottom: 1em;
}
.advice .room .roomtitle span {
	letter-spacing: .2em;
	position: relative;
	display: inline-block;
	padding: 0 50px;
}
.advice .room .roomtitle span:before, 
.advice .room .roomtitle span:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: #666;
}
.advice .room .roomtitle span:before {left: 0;}
.advice .room .roomtitle span:after { right: 0;}

.advice .room .roompic{
	max-width: 900px;
	margin: 0 auto;
	padding-top: 2%;
}

@media only screen and (max-width:1024px) {
	.advice{
		padding: 1.5em 1em;
	}
	.advice .descBox{
		flex-direction:column;
		justify-content: center;
	}
	.advice .descBox li{
		letter-spacing: 1px;
	}
	.advice .descBox .pic{
		width: 100%;
		text-align: center;
		margin-bottom: 2em;
	}
	.advice .descBox .pic img{
		width: 90%;
	}
	.advice .descBox .txt{
		width: 96%;
	}
	.advice .titleTxt{
		font-size: 1.2em;
		line-height: 1.2;
	}
	.advice .room{
		margin-top: 2em;
		padding: 5% 2%;
		}
	.advice .room .roomtitle{
		font-size: 3vw;
	}
	.advice .room .roomtitle span {
		padding: 0 25px;
	}
	.advice .room .roomtitle span:before, 
	.advice .room .roomtitle span:after {
		width: 15px;
	}
}


/* #news
--------------------------------------------*/
#news{
	background-color:#fff9d8;
}
#news .baseWidth {
	max-width: 1060px;
}
#news .inner {
	display: table;
	width: 100%;
}
#news li {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0px;
	background-color: #fff;
	margin-bottom: 1em;
	border-radius: 20px;
	overflow: hidden;
	transition: all 0.4s ease;
}
#news li a {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	position: relative;
	width: 100%;
	padding: 1.5em 2em 1.5em 2em;
	text-decoration: none;
	transition: all 0.1s ease;
}
#news li:hover {
	box-shadow: 0px 2px 6px rgba(0,0,0,.15);
}
#news li a:hover {
	color:#ffa202;
}
#news .date {
	display: inline-block;
	width: 100px;
	font-family: 'Roboto';
	font-weight: 700;
	vertical-align: top;
}
#news li span {
	vertical-align: middle;
}
#news .tag {
	font-size:0.8em;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	background: #ccc;
	width: 110px;
	background-color: #ffa202;
	color: #fff;
	margin-right: 26px;
	vertical-align: top;
	border-radius: 20px;
}
#news .txt {
	display: inline-block;
	width: calc(100% - 130px - 10px - 100px);
	margin-bottom: 0;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

@media only screen and (max-width:1024px) {
	#news{
		background-size: contain;
	}
	#news ul {
		width: 98%;
		margin: 0 auto;
	}
	#news li a {
		padding: 1.5em 2em 1.5em 2em;
	}
	#news .tag {
		width: 100px;
	}
	#news li .txt {
		width: 100%;
		padding-top: 10px;
	}
	#news .date {
		width: 80px;
	}
}


/* #vpIntro
--------------------------------------------*/
#vpIntro .inner{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
}
#vpIntro .inner .txt{
	order: 2;
	width: 55%;
	padding: 6% 4% 6% 0;
}
#vpIntro .inner .pic {
	background-image: url(../img/stretch.png);
	width: 40%;
	background-color: #DDD;
	background-repeat: no-repeat;
	background-position: 30% 50%;
	background-size: cover;
	background-attachment: scroll;
}

/*linkList layout*/
.linkList li{
	line-height: 1.6;
	margin-bottom: 0.3em;
}
.linkList li i{
	padding-right: 0.5em;
}
#vpIntro .linkList{
	font-size:0.9em;
	display: inline-block;
	padding: 0.8em 1.2em 0.5em;
	margin-top:1.4em;
	border-radius: 6px;
	background-color: #F6F6F6;
}
#vpIntro .linkList .textTitle{
	font-weight: 700;
	border-bottom: 1px dotted #3c1601;
	padding-bottom: 0.4em;
	margin-bottom: 0.8em;
}
#vpIntro .linkList li .marktag{
	color:#fb6a00;
}
#vpIntro .linkList li a{
	display: inline-block;
	transition: all 0.4s;
}
#vpIntro .linkList li a:hover{
	color:#fb9a00;
}

@media only screen and (max-width:1024px) {
	#vpIntro{
		padding: 0;
	}
	#vpIntro .inner{
		flex-direction: column;
		justify-content: center;
	}
	#vpIntro .inner .txt{
		width: 90%;
		margin: 0 auto;
		padding: 2em 0 3em;
	}
	#vpIntro .inner .pic {
		width: 100%;
		order: -1;
		padding-top: 60%;
	}
	#vpIntro .linkList{
		display: block;
	}
}


/* #app
--------------------------------------------*/
#app{
	background-color: #F0F0F0;
	background: #FFF url("../img/bg_app.png") no-repeat 50% 40%;
	background-size: cover;
}
#app .baseWidth{
	background-color:rgba(255,255,255,0.98);
	border-radius: 30px;
	padding: 3.5em 0 3em;
	max-width: 980px;
}
#app .data{
	display:flex;
	flex-direction: row;
	justify-content: center;
	align-items:center;
}
#app .data .pic{
	text-align: center;
	margin-right: 10%;
}
#app .data .pic .logo img{
	max-height: 180px;
}
#app .applink{
	margin-top: 1.5em;
}
#app .applink a{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 60px;
}
#app .applink a img{
	width: auto;
	height: 100%;
}
#app .applink a:hover{
	opacity: 0.8;
}

#app .data .txt h2{
	font-size: 1.6em;
	margin-bottom: 0.5em;
	font-weight: 700;
}
#app .specLlist li {
	display: flex;
	margin-bottom: 1em;
}
#app.sec .txt ul,
#app .specLlist li:last-child {
	margin-bottom: 0;
}
#app .specLlist .tag {
	width: 140px;
	font-weight: 900;
	margin-right: 20px;
}
#app .specLlist .listtxt {
	margin-bottom: 0;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

@media only screen and (max-width:1024px) {
	#app .data{
		display:flex;
		flex-direction: column;
		justify-content: center;
		margin: 0 auto;
		width: 90%;
	}
	#app .data .pic{
		width: 80%;
		margin: 0 0 2em 0;
		text-align: center;
	}
	#app .data .pic img{
		max-height: 100px;
	}
	#app .data .txt{
		width: 100%;
		text-align: center;
	}
	#app .specLlist li { display: block; }
	#app .specLlist .tag {
		display: block;
		width: 100%;
		margin-right: 0;
		background-color: #FFFadc;
		border-radius: 4px;
	}
	#app  .specLlist .listtxt {
		width: 100%;
		text-align: center;
	}
}


/*======================================================
	ブログ記事 / blogGuid
================================================*/
/* #blogGuid
------------------------------------------------------*/
#blogGuid {
	background-color: #F9F9F9;
}
#blogGuid .cardLayout{
	display: flex;
	flex-direction: row;
	justify-content:space-evenly;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 0 auto 2em;
}
#blogGuid .cardLayout .item {
	width: 31%;
	margin-bottom: 2%;
	border-radius: 4px;
	position: relative;
	transition: all .3s ease;
	background-color: #fff;
	box-shadow: 0px 1px 6px rgb(0 0 0 / 12%);
	overflow: hidden;
}
#blogGuid .cardLayout .item:hover {
	opacity: 0.8;
	box-shadow: 0px 1px 2px rgb(0 0 0 / 6%);
/*	background-color: #EAFBFF;*/
}
#blogGuid .cardLayout .item .inner {
	width: 90%;
	margin: 1em auto 1.2em;
}
#blogGuid .cardLayout .item .inner .title {
	font-weight: 700;
	margin-bottom: 0.5em;
}
#blogGuid .cardLayout .item .inner .txt {
	font-size: 0.9em;
	
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
#blogGuid .btn {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	height: inherit;
}
#blogGuid .btn a {
	color: #FFF;
	font-weight: 700;
	letter-spacing: 0.1em;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 270px;
	height: 60px;
	margin: 0 1em;
	padding: 0 1em;
	white-space: nowrap;
	border: 1px solid #fbb800;
	background-color: #fbb800;
	transition: .2s;
	border-radius: 30px;
}
#blogGuid .btn a:hover {
	color: #fbb800;
	border: 1px solid #fbb800;
	background: #FFF;
}
@media only screen and (max-width:768px) {
	#blogGuid {
		padding: 4em 0;
	}
	#blogGuid .cardLayout {
		justify-content: flex-start;
		padding: 0 2%;
	}
	#blogGuid .cardLayout .item {
		width: 48%;
		margin: 0 1% 2%;
	}
	#blogGuid .cardLayout .item .inner .txt {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}
}

