@charset "UTF-8";
/*@import url(//use.fontawesome.com/releases/v5.7.1/css/all.css);*/
/*********************************************************************

	Base 基本指定

*********************************************************************/
/*テキストドラッグ選択時カラー
----------------------------------------------*/
::-moz-selection { background: #a29b65; color: #fff; text-shadow: none; }
::selection { background: #a29b65; color: #fff; text-shadow: none; }

html{
	-webkit-text-size-adjust: none;
}

body{
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", 'Lucida Grande','Hiragino Kaku Gothic ProN', Roboto, "Droid Sans", Meiryo, sans-serif;
	width: 100%;
	height: 100%;
	font-size: 100%;
	color: #eaeaea;
	background: #1c1c1c;
	/*background: #efefef;*/
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*フォント font
----------------------------------------------*/
.cardo{
	font-family: 'Cardo', serif;
}
.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }
.wf-sawarabigothic { font-family: "Sawarabi Gothic"; }

.serif01{
	font-family: 'Cardo', "Sawarabi Mincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

}
.serif02{
	font-family: 'Cardo', "Sawarabi Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*AdSense
----------------------------------------------*/
/*ほしくない所にも表示されるので一旦停止*/
.google-auto-placed{
	margin: 0 auto 30px;
}

.adSenseTop{
	text-align: center;
	margin: 30px auto 0;
}

/*リンク link
----------------------------------------------*/
a:link   {color:#08a2de;}
a:visited{color:#08a2de;}
a:hover  {text-decoration:none;}
a:active {text-decoration:none;}

a:hover img {
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
}

a[target="_blank"]{
	position: relative;
	display: inline-block;
}

a:hover img {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}

/*a[target="_blank"]:before{
	position: absolute;
	display: block;
	content: '';
	width: 9px;
	height: 9px;
	background: url(/images/common/icon_other_window01.png) no-repeat;
	right: -12px;
	top: 0;
}*/

.main a[target="_blank"]:after{
	font-family: 'Font Awesome 5 Free';
	content: '\f35d';
	font-weight: 900;
	font-size: 0.9em;
	margin: 0 3px;
}

p{
	line-height: 1.6;
	padding-bottom: 1.3em;
}



/***********************************************

共通クラス

***********************************************/
/*
デバイス別表示切り替え
タブレット用クラスは「.only」と一緒に使用することでスマホ用表示幅で非表示にできます。
----------------------------------------------*/
.forPC_block{
	display: block;
}

.forPC_inline{
	display: inline;
}

.forPC_inlineBlock{
	display: inline-block;
}

.forTablet_block,
.forTablet_inline,
.forTablet_inlineBlock{
	display: none;
}

.forMobile_block,
.forMobile_inline,
.forMobile_inlineBlock{
	display: none;
}

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

	.forPC_block,
	.forPC_inline,
	.forPC_inlineBlock{
		display: none;
	}

	.forTablet_block{
		display: block;
	}

	.forTablet_inline{
		display: inline;
	}

	.forTablet_inlineBlock{
		display: inline-block;
	}

}

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

	.only.forTablet_block,
	.only.forTablet_inline,
	.only.forTablet_inlineBlock{
		display: none;
	}

	.forMobile_block{
		display: block;
	}

	.forMobile_inline{
		display: inline;
	}

	.forMobile_inlineBlock{
		display: inline-block;
	}

}

/*画像の回り込み
----------------------------------------------*/
.leftImage,
.rightImage,
.centerImage{
	overflow: hidden;
	padding-bottom: 0.8em;
}

.leftImage figure,
.rightImage figure{
	overflow: hidden;
}

.leftImage figure,
.rightImage .leftImage figure,
.centerImage .leftImage figure{
	float: left;
	margin-right: 20px;
	padding-bottom: 1em;
}

.rightImage figure,
.leftImage .rightImage figure,
.centerImage .rightImage figure{
	float: right;
	margin-left: 20px;
	padding-bottom: 1em;
}

.centerImage figure,
.leftImage .centerImage figure,
.rightImage .centerImage figure{
	max-width: 100%;
	text-align: center;
	margin: 0 auto 1.5em;
}

.leftImage figcaption,
.rightImage figcaption{
	padding: 0.5em 0;
	font-size: 0.9em;
	color: #b8930c;
}

.figcaption01{
	width: 330px;
}
.figcaption02{
	width: 250px;
}
.figcaption03{
	width: 200px;
}

.centerImage figcaption{
	text-align: left;
	padding: 0.5em 0;
	font-size: 0.9em;
	color: #b8930c;
}


@media screen and (max-width: 1199px) {
	.centerImage figure{
		padding-bottom: 1em;
	}

	.centerImage figure img{
		width: auto;
		max-width: 100%;
		height: auto;
	}

	.leftImage figure{
		margin-right: 1em;
	}

	.rightImage figure{
		margin-left: 1em;
	}

	.leftImage figure,
	.rightImage figure{
		max-width: 240px;
		padding: 0;
	}

	.figcaption01{
		width: 240px;
	}
	.figcaption02{
		width: 240px;
	}

	.leftImage figure img,
	.rightImage figure img{
		width: 100%;
		height: auto;
	}

}

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

	.leftImage figure,
	.rightImage figure{
		float: none;
		margin: 0 auto 0.5em;
	}

}

blockquote{
	background: #D7E8E7;
	padding: 1.5em 1em 1.5em 3em;
	position: relative;
	border-left: 3px solid #1fac9d;
	width: 90%;
	margin: 15px auto;
	line-height: 1.6;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Sawarabi Gothic" sans-serif;
	display: block;
	box-sizing: border-box;
	border-radius: 0 8px 8px 0;
}

blockquote:before{
	content: "“";
	font-size: 600%;
	line-height: 1em;
	font-family: "ＭＳ Ｐゴシック",sans-serif;
	color: #1fac9d;
	position: absolute;
	left: 0;
	top: 0;
}

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

	blockquote{
		padding: 1.5em;
		width: 100%;
		margin: 15px auto 10px;
	}

	blockquote:before{
		display: none;
	}

}


.blockquote blockquote p{
	padding-bottom: 0;
}

.blockquote figcaption{
	width: 90%;
	margin: 0 auto 30px;
	color: #666;
	font-size: 0.9em;
}

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

	.blockquote figcaption{
		width: 100%;
	}

}


/***********************************************

ヘッディング

***********************************************/
/*ページ自身のh1
----------------------------------------------*/

/*汎用ヘッディング heading
----------------------------------------------*/
.mainTitle01{
	font-size: 2.5em;
	line-height: 1.2;
	padding: 2em 0 2em;
	text-align: center;
	letter-spacing: -1px;
	font-feature-settings : "palt";
	font-family: 'Cardo', "Sawarabi Mincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

	.mainTitle01{
		font-size: 2.2em;
	}

}

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

	.mainTitle01{
		font-size: 1.8em;
		padding: 32px 0;
	}

}

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

	.mainTitle01{
		font-size: 1.5em;
	}

}

.subPageTitle{
	text-align: center;
	font-size: 3.2em;
	letter-spacing: -1px;
	padding: 0 1em;
	margin: 0;
	line-height: 1.1;
	font-weight: bold;
	color: #fff;
	font-feature-settings : "palt";
	font-family: 'Cardo', "Sawarabi Mincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

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

	.subPageTitle{
		font-size: 2.4em;
	}

}

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

	.subPageTitle{
		font-size: 2em;
	}

}

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

	.subPageTitle{
		font-size: 1.8em;
	}

}

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

	.subPageTitle{
		font-size: 1.6em;
		padding: 0 0.8em;
	}

}


.borderTitle01{
	font-size: 2em;
	line-height: 1.2;
	margin: 0 0 2em;
	text-align: center;
	letter-spacing: -1px;
	font-feature-settings : "palt";
	font-family: 'Cardo', "Sawarabi Mincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.borderTitle01 span{
	display: inline-block;
	border-bottom: solid 5px #fff;
	padding: 2em 1em 0.5em;
}

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

	.borderTitle01{
		font-size: 1.8em;
	}

}

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

	.borderTitle01{
		font-size: 1.5em;
		padding: 1.5em 0.8em 0.4em;
	}

}

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

	.borderTitle01{
		font-size: 1.2em;
	}

}




@media only screen and (-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 1.5dppx) {


}


.transition{
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}


/***********************************************

テーブル table

***********************************************/
.table01{
	width: 100%;
	margin: 20px auto 5px;
	border: 1px solid #a2b3be;
	border-collapse: collapse;
	border-spacing: 0;
}

.table01 th {
	width: 150px;
	padding: 20px 10px;
	background: #3a5378;
	border: 1px solid #233f51;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

.table01 td {
	padding: 20px;
	border: 1px #a2b3be solid;
	background: #fff;
	vertical-align: middle;
}

/*経歴・略歴テーブル*/
.table04{
	border: none;
	margin-bottom: 30px;
}

.table04 th{
	border-right: solid 1px #bfb0a6;
	padding: 0.5em;
	width: 130px;
	text-align: center;
}

.table04 td{
	padding: 0.5em 2em;
}


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

	.table01,
	.table04{
		width: 100%;
		font-size: 0.9em;
		box-sizing: border-box;
	}

	.table01 th {
		width: 80px;
		padding: 10px 5px;
	}

	.table01 td {
		padding: 10px;
	}

	.table04 th{
		width: 100px;
	}

	.table04 td{
		padding: 0.5em 1em;
	}

	.table01 ul,
	.table04 ul{
		margin: 5px 0;
		padding: 0 0 0 15px
	}


}

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

	.table01,
	.table04{
		font-size: 0.8em;
	}

}



/*メインコンテンツ部分　main
----------------------------------------------*/
.contents{
	width: 100%;
}

/*.subPage .contents{
	padding: 0 0 30px;
}

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

	.subPage .contents{
		padding: 0 0 20px;
	}

}*/

.main01,
.main02{
	width: 100%;
	padding: 0 0 2em;
}

.main01{
	color: #fff;
}

.main02{
	background: #380000;
	/*background: rgba(212,229,206,.4);*/
}

.main03{
	background: #fff;
}

.spaceBetween{
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
}

.innerSection{
	width: 1200px;
	padding: 0 30px;
	margin: 0 auto;
	box-sizing: border-box;
}

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

	.innerSection{
		width: 100%;
	}

}


/*Header ヘッダー
----------------------------------------------*/
.headerLogoWrapper{
	padding: 25px;
}

.headerLogo{
	width: 224px;
	margin: 0 auto;
}

.headerLogo object,
.headerLogo img,
.headerLogo a{
	display: block;
	width: 100%;
	height: auto;
	max-height: 116px;
}

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

	.headerLogoWrapper{
		padding: 20px;
	}

	.headerLogo{
		width: 180px;
	}

}


.subPageHeader{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 8.5em 0;
	/*height: 20vh;
	min-height: 100px;*/
	position: relative;
	background: #380000 url(/images/common/img_halftone01.png);
	color: #fff;
	box-shadow: 0 0 100px rgb(187,62,62,.8) inset;
}


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

	.subPageHeader{
		padding: 7.2em 0;
		box-shadow: 0 0 90px rgb(187,62,62,.8) inset;
	}

}

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

	.subPageHeader{
		padding: 5.2em 0;
		box-shadow: 0 0 75px rgb(187,62,62,.8) inset;
	}

}

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

	.subPageHeader{
		padding: 4em 0;
		box-shadow: 0 0 66px rgb(187,62,62,.8) inset;
	}

}

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

	.subPageHeader{
		padding: 3.8em 0;
		box-shadow: 0 0 60px rgb(187,62,62,.8) inset;
	}

}


/*globalNavigation01
----------------------------------------------*/
ul {
	margin: 0;
	padding-left: 0;
}

a {
	text-decoration: none;
	color: #fff;
}

#menu {
	position: fixed;
	top: 0;
	right: -340px; /* メニューのwidth + padding */
	width: 300px; /* メニューのwidth */
	height: 100%;
	padding: 20px;
	transition: left .5s, right .5s; /* アニメーション */
	background-color: rgba(86, 86, 86, .7);
}

.toggle {
	font-size: 50px;
	cursor: pointer;
}

.toggle:hover {
	text-decoration: underline;
}

#open {
	display: none;
}

/* :checked 擬似クラスを使って、#openがチェック状態になった時に、#menuが「right: 0;」になります。 */
#open:checked + #menu {
	right: 0;
}



/*globalNavigation02
----------------------------------------------*/
.globalNavigation{
	width: 100%;
	background: rgba(0,0,0,.85);
	border-bottom: solid 2px #887856;
	position: fixed;
	top: 0;
	z-index: 100;
}

.globalNavigation > ul{
	width: 1020px;
	border-left: 1px solid #44413a;
	list-style: none;
	padding: 0;
	margin: 0 auto;
}

/* Clear floated elements */
.globalNavigation > ul:after{
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
}

.globalNavigation > ul > li{
	float: left;
	width: 25%;
	border-right: 1px solid #44413a;
	box-sizing: border-box;
}

/*==================================
	ドロップダウンメニュー
==================================*/
.globalNavigation > ul > li{
	position: relative;
}

.globalNavigation ul > li:hover > ul{
	/*display: block;*/
}

.globalNavigation ul > li > ul{
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	/*display: none;*/
	position: absolute;
	top: 95%;
	left: 0;
	z-index: 9999;
	background: rgba(0,0,0,.85);
	border: solid #555;
	border-width: 1px 1px 0;
}

.globalNavigation ul > li > ul li{
	width: 100%;
	float: none;
	margin: 0;
	padding: 0;
	display: block;
	border-bottom: 1px solid #555;
}

.dropDownNavi{
	font-size: 80%;
}

.dropDownNavi li:first-child{
	display: none;
}

/*フェードインでおりてくる*/
#fadeIn02 li ul{
	opacity: 0;
	top: 50%;
	visibility: hidden;
	transition: .2s;
}
#fadeIn02 li:hover ul{
	top: 100%;
	visibility: visible;
	opacity: 1;
}

.globalNavigation a{
	display: block;
	width: 100%;
	padding: 5px;
	text-align: center;
	color: #dbdbdb;
	text-decoration: none;
	box-sizing: border-box;
}

.globalNavigation a:visited{}
.globalNavigation a:link{}
.globalNavigation a:hover{background: rgba(255,255,255,.1); color: #fff;}
.globalNavigation a:active{background: rgba(255,255,255,.1); color: #fff;}


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

	.globalNavigation ul{
		width: 100%;
		border: 0;
		box-sizing: border-box;
	}

	.globalNavigation li:last-child{
		border-right: 0;
	}

}

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

	.globalNavigation{
		font-size: 0.9em;
	}

}

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

	.globalNavigation > ul{
		display: none;
	}

}

/*モーダルウィンドウについてはjquery.pageslide.cssに記載*/
#globalNavigationMobile{
	display: none;
}

#openNavi01{
	display: none;
	padding: 5px 8px;
	text-align: center;
	box-sizing: border-box;
}

/*スクロールすると出てくるメニューボタン*/
#openNavi02{
	display: none;
	width: 80px;
	padding: 8px 0 10px 20px;
	background-color: #8ca029;
	color: #fff;
	cursor: pointer;
	position: fixed;
	z-index: 9999;
	top: 100px;
	right: -140px;
	border-radius: 30px;
}


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

	#openNavi01{
		display: block;
	}

	#openNavi02{
		display: block;
	}

}

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


}





/*Footer
----------------------------------------------*/
.contactFooter{
	position: relative;
	width: 100%;
	height: 60vh;
	min-height: 500px;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #1c1816 url(/images/common/bg_contact_footer01.jpg) center bottom no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.innerContactFooter{
	width: 80%;
	max-width: 224px;
}

.footerLogo{
	display: block;
	width: 120px;
	height: auto;
	margin: 10px auto;
}

.footerLogo img{
	width: 100%;
	height: auto;
}


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


}

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

	.contactFooter{
		min-height: 300px;
		background: #1c1816 url(/images/common/bg_contact_footer01_s.jpg) center bottom no-repeat;
		background-size: auto 100vh;
	}

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

}



.pageFooter{
	position: relative;
	width: 100%;
	padding: 0;
}


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

	.pageFooter{
		min-width: 768px;
	}

}

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

	.pageFooter{
	}

}

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

	.pageFooter{
		min-width: 280px;
	}

}

.footerLink{
	list-style: none;
	line-height: 1;
	width: 100%;
	max-width: 1000px;
	padding: 40px 5% 0;
	margin: 0 auto;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.footerLink li{
	text-align: center;
	margin: 0;
	padding: 0 1em 1em;
	box-sizing: border-box;
}

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

}

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

	.footerLink{
		padding: 0;
		align-items: stretch;
	}

	.footerLink li{
		display: -webkit-flex;
		display: flex;
		align-items: center;
		width: 50%;
		padding: 0;
		border: solid #393431;
		border-width: 0 0 1px 1px;
	}

	.footerLink li:nth-child(2n-1){
		border-left: 0;
	}

	.footerLink li.fullWidth{
		width: 100%;
	}

	.footerLink a{
		display: -webkit-flex;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		padding: 1em;
		border: solid 1px #000;
		box-sizing: border-box;
	}

}

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

	.footerLink{
		display: block;
	}

	.footerLink li{
		width: 100%;
		border-width: 0 0 1px 0;
	}

}

.footerLink a:link{color: #fff;}
.footerLink a:visited{color: #fff;}
.footerLink a:hover{color: #fff; text-decoration: underline;}
.footerLink a:active{color: #fff; text-decoration: underline;}

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

	.footerLink a:hover{text-decoration: none; background: rgba(255,255,255,.1);}
	.footerLink a:active{text-decoration: none; background: rgba(255,255,255,.1);}

}

/*クラファンでHPにお名前を掲載するリターンを購入された方の名前リスト*/
.supporterList{
	list-style: none;
	width: 92%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0 3em;
	text-align: center;
}

.supporterList li{
	position: relative;
	display: inline-block;
	padding: 0 2em 1em 0;
}

.supporterList li::after{
	content: '/';
	position: absolute;
	right: 0.5em;
}

.supporterList li:last-child::after{
	content: '';
}

/*Copyright
----------------------------------------------*/
.copyright{
	display: block;
	width: 100%;
	line-height: 1;
	margin: 0;
	box-sizing: border-box;
	padding: 20px 10px;
	font-size: 1em !important;
	text-align: center;
	color: #797979;
	/*color: #3e3e3e;
	background: #fff;*/
	box-sizing: border-box;
	font-family: 'Cardo', cursive, sans-serif;
}


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


}

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

	.copyright{
		padding: 10px 5px;
	}

}


/*ページ遷移ボタン
----------------------------------------------*/
.pageLink01{
	position: relative;
	display: inline-block;
	margin: 0 auto;
	padding: 13px 22px;
	font-weight: bold;
	text-align: center;
	background: #b20827;
	color: #fff;
	border-radius: 50px;
	transition: .2s;
	cursor: pointer;
	box-sizing: border-box;
}

.pageLink01:link{text-decoration:none; color: #fff;}
.pageLink01:visited{text-decoration:none; color: #fff;}
.pageLink01:hover{text-decoration:none; color: #b20827; background: #fff;}
.pageLink01:active{text-decoration:none;}

.homeOffice .pageLink01{
	background: #fff;
	color: #002738;
}

.homeOffice .pageLink01:link{text-decoration:none;}
.homeOffice .pageLink01:visited{text-decoration:none;}
.homeOffice .pageLink01:hover{text-decoration:none; box-shadow: 0 0 8px rgba(255,255,255,1.0);}
.homeOffice .pageLink01:active{text-decoration:none;}

.homeBar .pageLink01{
	background: #fff;
	color: #382700;
}

.homeBar .pageLink01:link{text-decoration:none;}
.homeBar .pageLink01:visited{text-decoration:none;}
.homeBar .pageLink01:hover{text-decoration:none; box-shadow: 0 0 8px rgba(255,255,255,1.0);}
.homeBar .pageLink01:active{text-decoration:none;}

.homeFudousan .pageLink01{
	background: #fff;
	color: #755a1a;
	text-shadow: none;
}

.homeFudousan .pageLink01:link{text-decoration:none;}
.homeFudousan .pageLink01:visited{text-decoration:none;}
.homeFudousan .pageLink01:hover{text-decoration:none; box-shadow: 0 0 8px rgba(86,66,19,0.8);}
.homeFudousan .pageLink01:active{text-decoration:none;}


.pageLink02{
	display: inline-block;
	padding: 5px 15px;
	line-height: 1;
	background: #f8ad19;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fcbd29), color-stop(0.49, #f19d09));
	background: -webkit-linear-gradient(top, #fcbd29 5%, #f19d09 49%);
	background: -moz-linear-gradient(top, #fcbd29 5%, #f19d09 49%);
	background: -o-linear-gradient(top, #fcbd29 5%, #f19d09 49%);
	background: -ms-linear-gradient(top, #fcbd29 5%, #f19d09 49%);
	background: linear-gradient(top, #fcbd29 5%, #f19d09 49%);
	color: #fff !important;
	border-radius: 20px;
	cursor: pointer;
	position: relative;
	box-shadow: 0 1px 1px rgba(0,0,0,.3) inset,
				0 1px 1px rgba(255,255,255,.3);
}

.pageLink02:link{text-decoration:none;}
.pageLink02:visited{text-decoration:none;}
.pageLink02:hover{text-decoration:none; zoom:1;}
.pageLink02:active{text-decoration:none;}

.pageLink02:hover{
	background: #d17d00;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f19d09), color-stop(0.49, #d17d00));
	background: -webkit-linear-gradient(top, #f19d09 5%, #d17d00 49%);
	background: -moz-linear-gradient(top, #f19d09 5%, #d17d00 49%);
	background: -o-linear-gradient(top, #f19d09 5%, #d17d00 49%);
	background: -ms-linear-gradient(top, #f19d09 5%, #d17d00 49%);
	background: linear-gradient(top, #f19d09 5%, #d17d00 49%);
}

.pageLink02:active{
	background: #d17d00;
	box-shadow: 0 1px 1px rgba(0,0,0,.3) inset;
}


#modal .pageLink02{
	margin: 15px 0 0 10px;
	font-size: 0.9em;
}


.optionBox{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 2em 10% 3em;
	margin: 0 auto;
	box-sizing: border-box;
	flex-wrap: nowrap;
}

.optionBox figure{
	width: 24%;
	max-width: 360px;
	height: auto;
}

.optionBox figure img{
	width: 100%;
	height: auto;
}

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

	.optionBox{
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		flex-wrap: nowrap;
	}

	.optionBox figure{
		flex: 0 0 42%;
		margin: 0 10px;
	}

}



/****************************************************************

トップへ戻るボタン backTop

****************************************************************/
#pageTop {
	display: block;
	width: 50px;
	height: 50px;
	background: #333;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
	position: fixed;
	bottom: -30px;
	right: 55px;
	border-radius: 5px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}


#pageTop.show {
	bottom: 30px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	z-index: 100;
}

#pageTop.show:hover{
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}


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

	#pageTop{
		display: none !important;
	}
}





/*ユーザーアクション
----------------------------------------------*/


/*****************************************

	リスト list

*****************************************/
ul ul,
ul ol,
ol ol,
ol ul{
	padding: 0 0 0 10px;
}

/*リストスタイルタイプ*/
.decimal{
	list-style-type: decimal;
	margin-bottom: 30px;
}

.disc{
	list-style-type: disc;
	margin-bottom: 30px;
	padding: 0;
}

.decimal dd,
.decimal li,
.disc dd,
.disc li{
	margin-left: 1.5em;
	padding: 0;
	display: list-item;
}

/*汎用リスト*/

/*アイコンリスト*/



/****************************************************************

ホーム home

****************************************************************/
.homeH1{
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
	padding: 0.2em;
}

.centertext{
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
	padding: 0 0 3em;
}

.mainVisual{
	position: relative;
	width: 100%;
	max-height: 100vh;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	/*background: #282828 url(/images/home/img_main_visual01.png) no-repeat;*/
	background-size: cover;
	padding: 15% 0;
	box-sizing: border-box;
	overflow: hidden;
}

.spaceImage01{
	background: url(/images/home/img_space_image01.jpg);
}

.spaceImage02{
	background: url(/images/home/img_space_image02.jpg);
}

.spaceImage03{
	background: url(/images/home/img_space_image03.jpg);
}

.spaceImage04{
	background: url(/images/home/img_space_image04.jpg);
}

.main_img {
	z-index:-1;
	opacity: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-animation: anime 24s 0s infinite;
	animation: anime 24s 0s infinite;
}

.main_img:nth-of-type(2) {
	-webkit-animation-delay: 6s;
	animation-delay: 6s;
}

.main_img:nth-of-type(3) {
	-webkit-animation-delay: 12s;
	animation-delay: 12s;
}

.main_img:nth-of-type(4) {
	-webkit-animation-delay: 18s;
	animation-delay: 18s;
}


@keyframes anime {
	0% {
		opacity: 0;
	}
	8% {
		opacity: 1;
	}
	17% {
		opacity: 1;
	}
	25% {
		opacity: 0;
		transform: scale(1.2) ;
		z-index:-1;
	}
	100% { opacity: 0 }
}


.innerMainVisual{
	width: 100%;
	max-width: 800px;
}

.mainLogo{
	width: 50%;
	max-width: 360px;
	margin: 0 auto 2em;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.mainVisual figure img{
	width: 100%;
	height: auto;
}

.mainVisualNavi{
	width: 90%;
	font-size: 1.5rem;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

.mainVisualNavi li{
	display: inline-block;
	padding: 0 0.5em 0.5em;
}

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

	.mainVisualNavi{
		font-size: 1.3rem;
	}

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

	.mainVisualNavi{
		font-size: 1.1rem;
	}

	.mainVisualNavi li{
		width: 40%;
		padding: 0 0.2em 0.5em;
	}

}


.mainVisualNavi a{
	color: #fff;
}

.mainVisualNavi a:link,
.mainVisualNavi a:visited{text-decoration: none;}
.mainVisualNavi a:hover,
.mainVisualNavi a:active{text-decoration: underline;}


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

	.mainLogo{
		width: 45%;
	}

	.mainVisual figure{
		width: 40%;
		height: auto;
	}

}

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

	.mainVisual{
		height: auto;
		/*height: calc(100vw * 0.38);*/
	}

	.mainLogo{
		width: 40%;
	}

}

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

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

}

.subPage .mainVisual{
	min-height: 0;
	height: auto;
}



.homeAbout{
	width: 100%;
	min-height: 600px;
	box-sizing: border-box;
	position: relative;
	background: #1C1C1C url(/images/home/img_about01.png) no-repeat;
	background-size: cover;
	padding: 0 0 3em;
}

.homeAbout .mainTitle01{
	padding-bottom: 1em;
}

.homeAbout .mainTitle01 span{
	font-size: 120%;
}

.aboutLogo{
	width: 50px;
	margin: 0 auto 2em;
}

.aboutLogo img{
	width: 100%;
	height: auto;
}

.homeAbout p{
	padding: 0 0 1em;
}

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

	.aboutLogo{
		width: 38px;
		margin: 0 auto 2em;
	}

}

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

	.homeAbout .mainTitle01{
		font-size: 1.5em;
	}

	.aboutLogo{
		width: 32px;
		margin: 0 auto 2em;
	}

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

	.homeAbout .mainTitle01{
		font-size: 1.2em;
	}

	.aboutLogo{
		width: 28px;
		margin: 0 auto 1.6em;
	}

}

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

	.homeAbout .mainTitle01{
		font-size: 1em;
	}

	.aboutLogo{
		width: 24px;
		margin: 0 auto 1.5em;
	}

}

.homeOffice{
	display: -webkit-flex;
	display: flex;
	width: 100%;
	min-height: 600px;
	box-sizing: border-box;
	position: relative;
	background: #002738 url(/images/home/img_office01.jpg) right top no-repeat;
	background-size: auto 100%;
}

.officePanel{
	background: #002738;
	color: #fff;
	width: 48%;
	max-width: 920px;
	margin-right: auto;
	padding: 0 3em 3em;
	box-sizing: border-box;
}


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

	.officePanel{
		padding: 0 2.4em 3em;
	}

	.officePanel p{
		letter-spacing:-0.5px;
	}

}

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

	.officePanel{
		padding: 0 2.2em 3em;
	}

}

.panel01{
	width: 90%;
	box-sizing: border-box;
	background: #fff;
	color: #002738;
	padding: 2em 3em;
	margin: 0 auto 1em;
	border-radius: 8px;
	box-shadow: 0 0 3px rgba(0,0,0,.5);
	text-align: center;
}

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

	.panel01{
		padding: 2em 2em;
	}

}

.price01{
	font-size: 1.8rem;
	font-weight: bold;
	padding: 0 0 0.4em;
}

.price01 span{
	font-size: 60%;
}

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

	.price01{
		font-size: 1.5rem;
		padding: 0 0 0.5em;
	}

}

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

	.price01{
		font-size: 1.8rem;
		padding: 0 0 0.4em;
	}

}

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

	.panel01{
		width: 100%;
		padding: 1.6em 2em;
	}

	.price01{
		font-size: 1.6rem;
		padding: 0 0 0.5em;
	}

}

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

	.price01{
		font-size: 1.5rem;
	}

}

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

	.homeOffice{
		background: #002738 url(/images/home/img_office01.jpg) right -15% top no-repeat;
		background-size: auto 100%;
	}

}

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

	.homeOffice{
		background: #002738 url(/images/home/img_office01.jpg) right -20% top no-repeat;
		background-size: auto 100%;
	}

}

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

	.homeOffice{
		background: #002738 url(/images/home/img_office01.jpg) right -25% top no-repeat;
		background-size: auto 100%;
	}

}

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

	.homeOffice{
		background: #002738 url(/images/home/img_office01.jpg) right -50% top no-repeat;
		background-size: auto 100%;
	}

}

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

	.homeOffice{
		background: #002738 url(/images/home/img_office01.jpg) right -100% top no-repeat;
		background-size: auto 100%;
	}

}

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

	.homeOffice{
		background: #002738 url(/images/home/img_office01.jpg) right -150% top no-repeat;
		background-size: auto 100%;
	}

}

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

	.homeOffice{
		background: #002738 url(/images/home/img_office01.jpg) right -200% top no-repeat;
		background-size: auto 100%;
	}

}

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

	/*.homeOffice{
		background: #002738 url(/images/home/img_office01.jpg) center top no-repeat;
		background-size: auto 100%;
		background-attachment: fixed;
		padding-top: 40vh;
	}*/

	.homeOffice{
		background: none;
		padding-top: 40vh;
	}

	/*iOSのバグ
	background-size: coverとbackground-attachment: fixed;を併用した時に正しく表示されない
	に対応するためwaypoint.jsを併用
	------------------------------*/
	.homeOffice::before{
		background: url(/images/home/img_office01.jpg) center top no-repeat;
		background-size: cover;
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 100vh;
	}

	.homeOffice.fixed::before{
		background: url(/images/home/img_office01.jpg) center top no-repeat;
		background-size: cover;
		content: "";
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 100vh;
	}

	.officePanel{
		width: 100%;
		max-width: none;
		margin-left: unset;
	}

}

.homeBar{
	display: -webkit-flex;
	display: flex;
	width: 100%;
	min-height: 600px;
	box-sizing: border-box;
	position: relative;
	background: #382700 url(/images/home/img_bar01.jpg) right top no-repeat;
	background-size: auto 100%;
}

.homeBar .mainTitle01{
	font-size: 2.3rem;
	padding-bottom: 0;
}

.subTitle01{
	font-size: 1.8rem;
	padding: 0 0 0.5em;
}

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

	.homeBar .mainTitle01{
		font-size: 1.9rem;
	}

	.subTitle01{
		font-size: 1.6rem;
	}

}

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

	.homeBar .mainTitle01{
		font-size: 2.2rem;
	}

	.subTitle01{
		font-size: 1.8rem;
	}

}

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

	.homeBar .mainTitle01{
		font-size: 1.8rem;
	}

	.subTitle01{
		font-size: 1.5rem;
	}

}

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

	.homeBar .mainTitle01{
		font-size: 1.4rem;
	}

	.subTitle01{
		font-size: 1.2rem;
	}

}

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

	.homeBar .mainTitle01{
		font-size: 1.3rem;
	}

}

.barPanel{
	background: #382700;
	color: #fff;
	text-align: center;
	width: 48%;
	max-width: 920px;
	margin-right: auto;
	padding: 0 3em 3em;
	box-sizing: border-box;
}

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

	.barPanel{
		padding: 0 2.2em 3em;
	}

	.barPanel p{
		letter-spacing:-0.5px;
	}

}

.barPanel .panel01{
	background: none;
	box-shadow: none;
	color: #fff;

}

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

	/*.homeBar{
		background: #382700 url(/images/home/img_bar01.jpg) right top no-repeat;
		background-size: cover;
		background-attachment: fixed;
		padding-top: 40vh;
	}*/

	.homeBar{
		background: none;
		padding-top: 40vh;
	}

	.homeBar::before{
		background: url(/images/home/img_bar01.jpg) center top no-repeat;
		background-size: cover;
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 100vh;
	}

	.homeBar.fixed::before{
		background: url(/images/home/img_bar01.jpg) center top no-repeat;
		background-size: cover;
		content: "";
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 100vh;
	}

	.barPanel{
		width: 100%;
		max-width: none;
		margin-left: none;
	}

}



.homeStudio{
	width: 100%;
	min-height: 600px;
	box-sizing: border-box;
	position: relative;
	background: #380000 url(/images/home/img_ayami01.jpg) left top no-repeat;
	background-size: auto 100%;
}

.studioPanel{
	background: #380000;
	color: #fff;
	width: 45%;
	max-width: 900px;
	margin-left: auto;
	padding: 0 3em 3em;
	box-sizing: border-box;
}

.homeStudio .mainTitle01,
.homeOffice .mainTitle01{
	padding: 3em 0 1em;
}

.homeOffice .mainTitle01{
	font-size: 1.5rem;
	letter-spacing: -2px;
}

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

	.homeOffice .mainTitle01{
		font-size: 1.4rem;
	}

	.homeStudio .mainTitle01{
		font-size: 2rem;
	}

}

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

	.homeOffice .mainTitle01{
		font-size: 1.3rem;
	}

	.homeStudio .mainTitle01{
		font-size: 1.8rem;
	}

}

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

	.homeOffice .mainTitle01{
		font-size: 1.1rem;
	}

}

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

	.homeOffice .mainTitle01{
		font-size: 1.1rem;
	}

	.homeStudio .mainTitle01{
		font-size: 1.4rem;
	}

}

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

	.homeOffice .mainTitle01{
		font-size: 1rem;
	}

	.homeStudio .mainTitle01{
		font-size: 1.2rem;
	}

}


.serviceTitle01{
	text-align: center;
	font-size: 3rem;
	letter-spacing: -1px;
	font-feature-settings : "palt";
	font-family: 'Cardo', "Sawarabi Mincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.mainTitle01 span{
	display: block;
	font-size: 150%;
}

.serviceText{
	text-align: center;
	font-size: 0.9rem;
}

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

	.serviceText{
		text-align: left;
	}

}

.howToUseList01{
	width: 100%;
	border: solid 2px #fff;
	display: -webkit-flex;
	display: flex;
	margin: 2em 0 0;
}

.howToUseList01 dt{
	border: solid #fff;
	border-width: 0 2px 0 0;
	padding: 0.5em;
	font-size: 1.5rem;
	letter-spacing: -1px;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex: 1;
	box-sizing: border-box;
}

.howToUseList01 dd{
	padding: 1.5em;
	align-items: center;
	flex: 3;
}


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

	.howToUseList01 dt{
		font-size: 1.4rem;
	}

}

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

	.howToUseList01 dt{
		font-size: 1.3rem;
		flex: 1.2;
	}

	.howToUseList01 dd{
		flex: 2.8;
	}

}

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

	.howToUseList01 dt{
		flex: 2;
	}

	.howToUseList01 dd{
		flex: 2;
	}

}

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

	/*.homeStudio{
		background: #380000 url(/images/home/img_ayami01.jpg) center top no-repeat;
		background-size: cover;
		background-attachment: fixed;
		padding-top: 40vh;
	}*/

	.homeStudio{
		background: none;
		padding-top: 40vh;
	}

	.homeStudio::before{
		background: url(/images/home/img_ayami01.jpg) center top no-repeat;
		background-size: cover;
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 100vh;
	}

	.homeStudio.fixed::before{
		background: url(/images/home/img_ayami01.jpg) center top no-repeat;
		background-size: cover;
		content: "";
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 100vh;
	}

	.studioPanel{
		width: 100%;
		max-width: none;
		margin-left: none;
	}

	.howToUseList01 dt{
		flex: 1;
	}

	.howToUseList01 dd{
		flex: 3;
	}

}

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

	.howToUseList01{
		display: block;
		margin: 2em 0 0;
	}

	.howToUseList01 dt{
		border-width: 0 0 2px;
	}

}

.homeFudousan{
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 600px;
	box-sizing: border-box;
	position: relative;
	background: #1C1C1C url(/images/home/img_fudosan01.png) center center no-repeat;
	background-size: cover;
	text-shadow: 0 1px 2px rgba(0,0,0,.5)
}

.fudousanPanel .mainTitle01{
	padding: 1em 0 1.5em;
}

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

	.homeFudousan{
		padding: 3em 0;
		min-height: unset;
	}

	.fudousanPanel{
		padding: 0 3em;
	}

}

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

	.homeFudousan{
	}
	.fudousanPanel{
		padding: 0 2em;
	}

}


.homeToile{
	width: 100%;
	min-height: 600px;
	box-sizing: border-box;
	position: relative;
	background: #1C1C1C url(/images/home/img_toile01.png) right bottom no-repeat;
	background-size: cover;
}

.homeToile .mainTitle01{
	padding: 3em 0 2em;
}

.toilePanel{
	color: #fff;
	width: 50%;
	min-width: 700px;
	max-width: 960px;
	margin-right: auto;
	padding: 0 3em 3em;
	box-sizing: border-box;
}

.toileSNSList{
	display: -webkit-flex;
	display: flex;
	justify-content: space-around;
	list-style: none;
	width: 100%;
	max-width: 160px;
	margin: 0 auto 1em;
}

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

	.homeToile{
		min-height: 0;
	}

}

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

	.toilePanel{
		width: 100%;
		min-width: 0;
		max-width: none;
		margin-right: unset;
		padding: 3em;
	}

}

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

	.toilePanel{
		padding: 2em;
	}

	.toilePanel p{
		letter-spacing:-0.5px;
	}

	.serviceText span{
		display: block;
	}
}

.googleMapWrapper{
	background: #1c1c1c;
}

.googleMapWrapper .mainTitle01{
	padding: 1em 0;
}

.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.mapAddress{
	padding: 1em;
	text-align: center;
}

.mapAddress span{
	margin-right: 0.5em;
}

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

	.mapAddress span{
		display: block;
		margin-right: 0;
	}

}

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

	.mapAddress{
		font-size: 0.9rem;
	}

}


.followMe{
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 720px;
	list-style: none;
	padding: 3em;
	margin: 0 auto;
	box-sizing: border-box;
}

.followMe li{
	margin: 0;
	width: 24%;
}

.followMe img{
	width: 100%;
	height: auto;
}

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

}

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

	.followMe{
		width: 100%;
		padding: 0 0 2em;
		flex-wrap: wrap;
	}

	.followMe li{
		width: 48%;
		max-width: 160px;
		margin: 0 0 10px;
	}

}


.movieContainer {
	position: relative;
	width: 80%;
	margin: 0 auto;
	border: solid 5px #222;
}

.movieContainer::before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 56.25%;
	box-shadow: 0 0 20px 1px rgba(255,255,255,.8);
}

.embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



@media only screen and (-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 1.5dppx) {


}


.sugaoWrapper{
	width: 100%;
	height: 450px;
	overflow: hidden;
	display: flex;
	background: url(/images/home/bg_sugao_wrapper01.jpg) center center no-repeat;
	background-size: cover;
}

.innerSugao{
	position: relative;
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;
}

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

	.innerSugao{
		width: 100%;
	}

}

.sugaoTitle01{
	font-size: 2.3em;
	font-weight: bold;
	color: #fff;
	line-height: 1.2;
	padding: 2em 0 1.5em;
	text-align: center;
	letter-spacing: -1px;
	font-feature-settings : "palt";
}

.sugaoTitle01::after{
	content: 'SUGAO';
	display: block;
	width: 7rem;
	font-size: 1rem;
	letter-spacing: 0;
	text-align: center;
	padding: 1em 1.5em;
	margin: 0 auto;
	border-bottom: solid 1px #fff;
}

.sugaoSummary{
	color: #fff;
	text-align: center;
}

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

	.sugaoTitle01{
		font-size: 2.1em;
	}

}

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

	.sugaoTitle01{
		padding: 32px 0;
	}

}

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

	.sugaoTitle01{
		font-size: 1.5em;
	}

}

.innerSugao .btnBase02{
	margin: 0 auto;
}

.sugaoNameSet{
	position: absolute;
	bottom: 20px;
	right: 20px;
	padding: 0;
	margin: 0;
	text-align: right;
	color: #fff;
	/*text-shadow: 0 1px 1px rgba(0,0,0,.4);*/
	line-height: 1.2;
}

.sugaoNameSet dd{
	padding: 0;
}

.sugaoClass01{
	border-bottom: solid 1px #fff;
	padding: 0 0 3px 0;
	margin: 0 0 3px 0;
}

.sugaoName01{
	font-size: 1.3rem;
}

.sugaoName02{
	font-size: 0.8rem;
}

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


}

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

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


/*****************************************

	スケジュール schedule

*****************************************/

/*
Googleカレンダー埋め込み
 */
.cal_wrapper {
max-width: 960px; /* 最大幅 */
min-width: 300px; /* 最小幅 */
margin: 2.0833% auto;
}
.googlecal {
position: relative;
padding-bottom: 100%; /* 縦横比 */
height: 0;
}
.googlecal iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
/* 画面幅が768px以上の場合の縦横比の指定 */
@media only screen and (min-width: 768px) {
.googlecal { padding-bottom: 75%; }
}





/*****************************************

	会場利用 rental

*****************************************/
.summaryRental{
	background: url(/images/rental/img_rental_image01.jpg) center center no-repeat;
	background-size: cover;
	padding: 0 0 30px;
}

.interest{
	display: -webkit-flex;
	display: flex;
	justify-content: space-around;
	width: 100%;
	max-width: 1140px;
	margin: 2em auto 3em;
}

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

	.interest{
		margin: 2em auto 0;
	}

}

.interestingList01{
	/*background: #335168;*/
	background: rgb(51 81 104 / 84%);
}

.boringList01{
	/*background: #683e44;*/
	background: rgb(104 62 68 / 84%);
}

.interestingList01,
.boringList01{
	width: 80%;
	max-width: 400px;
	margin: 0;
	padding: 0 3em 1.5em;
	box-sizing: border-box;
}

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

	.interestingList01,
	.boringList01{
		padding: 0 1.5em;
	}

}


.interestingList01 dt,
.boringList01 dt{
	padding: 1.5em 0 1.2em;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

.interestingList01 dd,
.boringList01 dd{
	position: relative;
	padding: 0 0 1.2em 1.5em;
	font-size: 1.3rem;
	font-weight: bold;
}

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

	.interestingList01 dt,
	.boringList01 dt{
		padding: 1.3em 0 1em;
		font-size: 1.3rem;
	}

	.interestingList01 dd,
	.boringList01 dd{
		font-size: 1rem;
		padding: 0 0 1.2em 1.5em;
	}

}

.interestingList01 dd::before,
.boringList01 dd::before{
	font-family: 'Font Awesome 5 Free';
	content: '\f058';
	font-weight: 900;
	position: absolute;
	left: 0;
}

.mybox01{
	max-width: 920px;
 background: none;
 border: 1px solid #fff;
 margin: 15px auto 3em;
 padding: 20px;
 position: relative;
}
.mybox01 h2,
.mybox01 h3,
.mybox01 h4,
.mybox01 h5,
.mybox01 h6,
.myBoxTitle01{
 background: #fff;
 color: #380000;
 padding: 2px 10px;
 position: absolute;
 top: -10px;
 left: 30px;
 text-align: center;
}
.mybox01:after{
 background: none;
 border: 1px solid #fff;
 content: '';
 position: absolute;
 top: 3px;
 left: 3px;
 width: 100%;
 height: 100%;
 z-index: -1;
}

.mybox01 p:first-of-type{
	padding: 1em 0 0.4em;
}

.mybox01 p+p{
	padding: 0 0 0.4em;
}


.mybox01 ul,
.mybox01 ol{
	padding: 1em 0 0 1.5em;
}

.mybox01 li,
.mybox01 dd{
	padding: 0.7em 0;
	border-top: 1px dotted #fff;
}

.mybox01 li:first-child,
.mybox01 dd:first-child{
	border-top: 0;
}



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


}

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


}

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


}

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


}



/*****************************************

	黒門不動産 reno

*****************************************/


/*****************************************

	表現者 expresser

*****************************************/

.sectionProfessors{
	background: #fff;
}

.sectionProfessors .leftImage figure,
.sectionProfessors .rightImage figure{
	padding-bottom: 3em;
}


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

	.sectionProfessors .leftImage figure,
	.sectionProfessors .rightImage figure{
		max-width: 210px;
	}
}

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

	.sectionProfessors .leftImage figure,
	.sectionProfessors .rightImage figure{
		padding-bottom: 1em;
	}
}

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

	.sectionProfessors .leftImage figure,
	.sectionProfessors .rightImage figure{
		max-width: 200px;
	}
}


.profile01{
	width: 420px;
	padding: 30px 20px;
	margin: 5% auto 0 10%;
	background: rgba(255,255,255,.7);
	border-radius: 5px;
}

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

	.profile01{
		width: 50%;
		box-sizing: border-box;
	}

}

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

	.profile01{
		width: 80%;
		margin: 30% auto 0;
	}

}

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

	.profile01{
		padding: 25px 15px;
	}

}

.profileTitle01{
	font-size: 3.4em;
}

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

	.profileTitle01{
		font-size: 2.8em;
	}

}

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

	.profileTitle01{
		font-size: 2.4em;
	}

}

.profileTitle01 span{
	display: block;
}

.profileTitle01 .rome{
	font-size: 45%;
}

.resultList01{
	margin: 0;
	padding: 0 0 50px;
}

.resultList01 dt{
	font-size: 1.2em;
	font-weight: bold;
}

.resultList01 dd{
	display: list-item;
	width: 150px;
	float: left;
	padding: 2px 0 0 0;
	margin: 4px 0px 4px 20px;
	list-style-type: disc;
}

.resultList01 dd:last-child{
	display: inline-block;
}


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

	.resultList01 dd{
		margin: 4px 0px 4px 20px;
	}

}




/*****************************************

	お問い合わせ contact

*****************************************/
.recaptcha_policy {
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 0.8rem;
	color: #9c9c9c;
}

/*reCaptchaバッジを非表示*/
.grecaptcha-badge { visibility: hidden; }

.formTable{
	width: 100%;
	max-width: 800px;
	height: auto;
	margin: 20px auto;
	line-height: 120%;
	border: 1px solid #ccc;
	border-spacing: 0;
}

.formTable th {
	width: 150px;
	padding: 10px;
	background: #380000;
	color: #fff;
	border: 1px solid #0e0000;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.formTable th:first-child{
	border-width: 1px 0 1px 1px;
}

.require{
	font-size: 0.9em;
}

.formTable td {
	vertical-align: middle;
	padding: 10px;
	border: 1px #b8b8b0 solid;
	line-height: 2;
	background: #fff;
}

.inputError{
	color: #f00;
}

textarea{
	font-size: 1em;
	font-family: Roboto, "Droid Sans", 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	padding: 10px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	line-height: 1.4;
	height: 150px;
	width: 100%;
	box-sizing: border-box;
}

.normalMode textarea:focus{
	height: 160px;
}

input:disabled,
textarea:disabled{
	background: none !important;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 50px white inset;
}

.wpcf7-form-control-wrap.checkMode input,
.wpcf7-form-control-wrap.checkMode textarea{
	border: 0;
	color: #000;
	font-size: 15px;
	font-weight: bold;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.your-company,
.your-name,
.your-kana,
.your-tel,
.your-atena,
.your-address,
.your-other,
.your-mail{
	width: 300px;
	box-sizing: border-box;
}

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

	.your-company,
	.your-name,
	.your-kana,
	.your-tel,
	.your-atena,
	.your-address,
	.your-other,
	.your-mail{
		width: 100%;
		padding: 3px;
		box-sizing: border-box;
	}

	.your-age{
		padding: 5px 3px;
		box-sizing: border-box;
	}

}

@media screen and (max-width: 767px){
	.formTable th {
		width: 70px;
	}
}

@media screen and (max-width: 479px){
	.formTable,
	.formTable tbody,
	.formTable thead,
	.formTable tr,
	.formTable th,
	.formTable td{
		width: 100%;
		display: block;
		font-size: 0.9em;
		box-sizing: border-box;
		border: 0;
	}

	.formTable td{
		padding: 10px 0 30px;
		background: none;
	}

	.formTable th{
		background: #59493F;
		background-color: #59493F;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#59493F), to(#3a2318));
		background-image: -webkit-linear-gradient(top, #59493F, #3a2318);
		background-image: -moz-linear-gradient(top, #59493F, #3a2318);
		background-image: -ms-linear-gradient(top, #59493F, #3a2318);
		background-image: -o-linear-gradient(top, #59493F, #3a2318);
		background-image: linear-gradient(to bottom, #59493F, #3a2318);
	}

	.formTable + .searchBlock{
		padding: 0 0 40px;
	}

}

/*
内容確認ページ confirm
---------------------------------------------*/
.field_with_errors{
	display: block;
	background: none;
	padding: none;
}

.field_with_errors input,
.field_with_errors textarea{
	border: solid 2px #CB4042;
}

.formTable td p{
	padding-bottom: 0.5em;
}

.formTable td p:last-child{
	padding: 0;
}

#confirm .searchBlock input[type="submit"]{
	margin: 10px auto;
}

/*ラジオボタン*/
.formTable li{
	display: inline-block;
	margin: 0 1.5em 0 0 !important;
}


input[type="text"] {
	margin: 0 1px 0 0;
}

.submit-container{
	overflow: hidden;
	text-align: center;
}

.submit-container form{
	width: 300px;
	display: block;
	float: left;
	text-align: center;
}

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

	.submit-container{
		width: 100%;
	}

	.submit-container form{
		width: 50%;
		box-sizing: border-box;
	}

}

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

	.submit-container form{
		width: 100%;
	}

}

/*お問い合わせフォームの送信ボタン*/
.submit,
input[type="submit"]{
	display: inline-block;
	border: none;
	font-size: 1em;
	font-family: Roboto, "Droid Sans", 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	margin: 5px 10px;
	padding: 8px 20px;
	background: #b20827;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d22847), color-stop(0.49, #b20827));
	background: -webkit-linear-gradient(top, #d22847 5%, #b20827 49%);
	background: -moz-linear-gradient(top, #d22847 5%, #b20827 49%);
	background: -o-linear-gradient(top, #d22847 5%, #b20827 49%);
	background: -ms-linear-gradient(top, #d22847 5%, #b20827 49%);
	background: linear-gradient(top, #d22847 5%, #b20827 49%);
	border-radius: 20px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
	cursor: pointer;
	position: relative;
	box-shadow: 0 1px 1px rgba(0,0,0,.3) inset,
				0 1px 1px rgba(255,255,255,.3);
}

a.submit{
	color: #fff;
	text-decoration: none;
}

.submit:hover,
input[type="submit"]:hover{
	background: #980721;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d22847), color-stop(0.49, #980721));
	background: -webkit-linear-gradient(top, #d22847 5%, #980721 49%);
	background: -moz-linear-gradient(top, #d22847 5%, #980721 49%);
	background: -o-linear-gradient(top, #d22847 5%, #980721 49%);
	background: -ms-linear-gradient(top, #d22847 5%, #980721 49%);
	background: linear-gradient(top, #d22847 5%, #980721 49%);
}

.submit:active,
input[type="submit"]:active{
	background: #980721;
	box-shadow: 0 1px 1px rgba(0,0,0,.3) inset;
}


input:disabled,
textarea:disabled{
	background: none !important;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 50px white inset;
}

.wpcf7-response-output{
	padding: 2em;
}

.wpcf7-response-output p:last-child{
	padding: 0;
}



/*****************************************

	運営会社 company

*****************************************/

.overviewTable{
	width: 80%;
	margin: 30px auto;
	line-height: 2;
	box-sizing: border-box;
}

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

	.overviewTable{
		width: 100%;
	}

}

.overviewTable th {
	width: 120px;
	padding: 10px 30px 10px 10px;
	text-align: right;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}

.overviewTable th small{
	display: block;
	color: #999;
	font-size: 0.75rem;
}

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

	.overviewTable th {
		display: block;
		width: 100%;
		padding: 0.5em 1em;
		text-align: left;
		vertical-align: middle;
		border: 1px solid #ccc;
		background: #fff;
		box-sizing: border-box;
	}

	.overviewTable th small{
		display: inline-block;
		margin: 0 0 0 1em;
	}

}

.overviewTable td {
	width: auto;
	padding: 10px 10px 10px 60px;
	vertical-align: top;
	background: url(/images/company/overview_table_line.png) left 10px no-repeat;
	border-bottom: 1px solid #ccc;
	position: relative;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 1.5dppx) {

	.overviewTable td {
		background: url(/images/company/overview_table_line@2x.png) left 10px no-repeat;
		background-size: 26px auto;
	}

}

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

	.overviewTable td {
		display: block;
		width: 100%;
		padding: 1em 1em 2em;
		text-align: left;
		vertical-align: top;
		background: none;
		border: 0;
		box-sizing: border-box;
	}

}


/*****************************************

	プライバシーポリシー privacypolicy

*****************************************/
#protect ul {
	width: 100%;
	margin: 20px 0;
	padding: 15px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

#protect .decimal li{
	margin: 0 0 20px 1.5em;
}

#protect .decimal li:last-child{
	margin: 0 0 0 1.5em;
}

#privacypolicy .alternatelyList,
#privacypolicy .alternatelyList02{
	display: list-item;
	list-style-type: decimal;
	padding: 0 0 0 20px;
}

/*****************************************

	ブログ blog

*****************************************/

/*関連記事 プラグイン無し*/
.relatedList{
	list-style: none;
	padding: 0;
	/*overflow: hidden;*/
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.listBox{
	width: 360px;
	padding-bottom: 0.8em;
}

.listBox a{
	display: block;
	color: #fff;
}

.listBox figure{
	max-width: 100%;
	padding-bottom: 0.5em;
}

.listBox figure img{
	max-width: 100%;
	height: auto;
}

.listBox a img{
	-webkit-transition: -webkit-transform 0.2s ease-out;
	-moz-transition: -moz-transform 0.2s ease-out;
	-o-transition: -o-transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
}

.listBox a:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

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

	.listBox{
		width: 32%;
	}

}

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

	.listBox{
		width: 46%;
	}

}

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

	.listBox{
		font-size: 0.9rem;
	}

}






/****************************************************************

ユーティリティ
margin/padding

****************************************************************/
/*------------------------------------------------
top
------------------------------------------------*/
	.mt00 { margin-top:  0px !important; }    .pt00 { padding-top:  0px !important; }
	.mt05 { margin-top:  5px !important; }    .pt05 { padding-top:  5px !important; }
	.mt10 { margin-top: 10px !important; }    .pt10 { padding-top: 10px !important; }
	.mt15 { margin-top: 15px !important; }    .pt15 { padding-top: 15px !important; }
	.mt20 { margin-top: 20px !important; }    .pt20 { padding-top: 20px !important; }
	.mt25 { margin-top: 25px !important; }    .pt25 { padding-top: 25px !important; }
	.mt30 { margin-top: 30px !important; }    .pt30 { padding-top: 30px !important; }
	.mt35 { margin-top: 35px !important; }    .pt35 { padding-top: 35px !important; }
	.mt40 { margin-top: 40px !important; }    .pt40 { padding-top: 40px !important; }
	.mt45 { margin-top: 45px !important; }    .pt45 { padding-top: 45px !important; }
	.mt50 { margin-top: 50px !important; }    .pt50 { padding-top: 50px !important; }
	.mt55 { margin-top: 55px !important; }    .pt55 { padding-top: 55px !important; }
	.mt60 { margin-top: 60px !important; }    .pt60 { padding-top: 60px !important; }
	.mt65 { margin-top: 65px !important; }    .pt65 { padding-top: 65px !important; }
	.mt70 { margin-top: 70px !important; }    .pt70 { padding-top: 70px !important; }
	.mt75 { margin-top: 75px !important; }    .pt75 { padding-top: 75px !important; }
	.mt80 { margin-top: 80px !important; }    .pt80 { padding-top: 80px !important; }
	.mt85 { margin-top: 85px !important; }    .pt85 { padding-top: 85px !important; }
	.mt90 { margin-top: 90px !important; }    .pt90 { padding-top: 90px !important; }
	.mt95 { margin-top: 95px !important; }    .pt95 { padding-top: 95px !important; }
	.mt100{ margin-top:100px !important; }    .pt100{ padding-top:100px !important; }

/*------------------------------------------------
right
------------------------------------------------*/
	.mr00 { margin-right:  0px !important; }  .pr00 { padding-right:  0px !important; }
	.mr05 { margin-right:  5px !important; }  .pr05 { padding-right:  5px !important; }
	.mr10 { margin-right: 10px !important; }  .pr10 { padding-right: 10px !important; }
	.mr15 { margin-right: 15px !important; }  .pr15 { padding-right: 15px !important; }
	.mr20 { margin-right: 20px !important; }  .pr20 { padding-right: 20px !important; }
	.mr25 { margin-right: 25px !important; }  .pr25 { padding-right: 25px !important; }
	.mr30 { margin-right: 30px !important; }  .pr30 { padding-right: 30px !important; }
	.mr35 { margin-right: 35px !important; }  .pr35 { padding-right: 35px !important; }
	.mr40 { margin-right: 40px !important; }  .pr40 { padding-right: 40px !important; }
	.mr45 { margin-right: 45px !important; }  .pr45 { padding-right: 45px !important; }
	.mr50 { margin-right: 50px !important; }  .pr50 { padding-right: 50px !important; }
	.mr55 { margin-right: 55px !important; }  .pr55 { padding-right: 55px !important; }
	.mr60 { margin-right: 60px !important; }  .pr60 { padding-right: 60px !important; }
	.mr65 { margin-right: 65px !important; }  .pr65 { padding-right: 65px !important; }
	.mr70 { margin-right: 70px !important; }  .pr70 { padding-right: 70px !important; }
	.mr75 { margin-right: 75px !important; }  .pr75 { padding-right: 75px !important; }
	.mr80 { margin-right: 80px !important; }  .pr80 { padding-right: 80px !important; }
	.mr85 { margin-right: 85px !important; }  .pr85 { padding-right: 85px !important; }
	.mr90 { margin-right: 90px !important; }  .pr90 { padding-right: 90px !important; }
	.mr95 { margin-right: 95px !important; }  .pr95 { padding-right: 95px !important; }
	.mr100{ margin-right:100px !important; }  .pr100{ padding-right:100px !important; }

/*------------------------------------------------
bottom
------------------------------------------------*/
	.mb00 { margin-bottom:  0px !important; } .pb00 { padding-bottom:  0px !important; }
	.mb05 { margin-bottom:  5px !important; } .pb05 { padding-bottom:  5px !important; }
	.mb10 { margin-bottom: 10px !important; } .pb10 { padding-bottom: 10px !important; }
	.mb15 { margin-bottom: 15px !important; } .pb15 { padding-bottom: 15px !important; }
	.mb20 { margin-bottom: 20px !important; } .pb20 { padding-bottom: 20px !important; }
	.mb25 { margin-bottom: 25px !important; } .pb25 { padding-bottom: 25px !important; }
	.mb30 { margin-bottom: 30px !important; } .pb30 { padding-bottom: 30px !important; }
	.mb35 { margin-bottom: 35px !important; } .pb35 { padding-bottom: 35px !important; }
	.mb40 { margin-bottom: 40px !important; } .pb40 { padding-bottom: 40px !important; }
	.mb45 { margin-bottom: 45px !important; } .pb45 { padding-bottom: 45px !important; }
	.mb50 { margin-bottom: 50px !important; } .pb50 { padding-bottom: 50px !important; }
	.mb55 { margin-bottom: 55px !important; } .pb55 { padding-bottom: 55px !important; }
	.mb60 { margin-bottom: 60px !important; } .pb60 { padding-bottom: 60px !important; }
	.mb65 { margin-bottom: 65px !important; } .pb65 { padding-bottom: 65px !important; }
	.mb70 { margin-bottom: 70px !important; } .pb70 { padding-bottom: 70px !important; }
	.mb75 { margin-bottom: 75px !important; } .pb75 { padding-bottom: 75px !important; }
	.mb80 { margin-bottom: 80px !important; } .pb80 { padding-bottom: 80px !important; }
	.mb85 { margin-bottom: 85px !important; } .pb85 { padding-bottom: 85px !important; }
	.mb90 { margin-bottom: 90px !important; } .pb90 { padding-bottom: 90px !important; }
	.mb95 { margin-bottom: 95px !important; } .pb95 { padding-bottom: 95px !important; }
	.mb100{ margin-bottom:100px !important; } .pb100{ padding-bottom:100px !important; }

/*------------------------------------------------
left
------------------------------------------------*/
	.ml00 { margin-left:  0px !important; }   .pl00 { padding-left:  0px !important; }
	.ml05 { margin-left:  5px !important; }   .pl05 { padding-left:  5px !important; }
	.ml10 { margin-left: 10px !important; }   .pl10 { padding-left: 10px !important; }
	.ml15 { margin-left: 15px !important; }   .pl15 { padding-left: 15px !important; }
	.ml20 { margin-left: 20px !important; }   .pl20 { padding-left: 20px !important; }
	.ml25 { margin-left: 25px !important; }   .pl25 { padding-left: 25px !important; }
	.ml30 { margin-left: 30px !important; }   .pl30 { padding-left: 30px !important; }
	.ml35 { margin-left: 35px !important; }   .pl35 { padding-left: 35px !important; }
	.ml40 { margin-left: 40px !important; }   .pl40 { padding-left: 40px !important; }
	.ml45 { margin-left: 45px !important; }   .pl45 { padding-left: 45px !important; }
	.ml50 { margin-left: 50px !important; }   .pl50 { padding-left: 50px !important; }
	.ml55 { margin-left: 55px !important; }   .pl55 { padding-left: 55px !important; }
	.ml60 { margin-left: 60px !important; }   .pl60 { padding-left: 60px !important; }
	.ml65 { margin-left: 65px !important; }   .pl65 { padding-left: 65px !important; }
	.ml70 { margin-left: 70px !important; }   .pl70 { padding-left: 70px !important; }
	.ml75 { margin-left: 75px !important; }   .pl75 { padding-left: 75px !important; }
	.ml80 { margin-left: 80px !important; }   .pl80 { padding-left: 80px !important; }
	.ml85 { margin-left: 85px !important; }   .pl85 { padding-left: 85px !important; }
	.ml90 { margin-left: 90px !important; }   .pl90 { padding-left: 90px !important; }
	.ml95 { margin-left: 95px !important; }   .pl95 { padding-left: 95px !important; }
	.ml100{ margin-left:100px !important; }   .pl100{ padding-left:100px !important; }

/*------------------------------------------------
all 全方位
------------------------------------------------*/
	.ma00{ margin: 0 !important; }   .pa00{ padding: 0 !important; }

/*------------------------------------------------
センター寄せ
------------------------------------------------*/
.mc{ margin: 0 auto;}

/*****************************************

	フォントカラー　color

*****************************************/
.caution{ color:#f00 !important; }
.black{ color:#000 !important;}



/*****************************************

	フォントの太さ　font-weight

*****************************************/
.bold{font-weight:bold;}
strong,
.attention{
	display: inline;
	padding: 0 0.3em;
	/*background: #f8d8aa;*/
	background: linear-gradient(transparent 60%, #4d8275 60%);
}


/*****************************************

	フォントサイズ　font-size

*****************************************/
.font9px{ font-size: 9px; }    .font10px{ font-size: 10px; }
.font11px{ font-size: 11px; }  .font12px{ font-size: 12px; }
.font13px{ font-size: 13px; }  .font14px{ font-size: 14px; }
.font15px{ font-size: 15px; }  .font16px{ font-size: 16px; }
.font17px{ font-size: 17px; }  .font18px{ font-size: 18px; }
.font19px{ font-size: 19px; }  .font20px{ font-size: 20px; }
.font21px{ font-size: 21px; }  .font22px{ font-size: 22px; }
.font23px{ font-size: 23px; }  .font24px{ font-size: 24px; }
.font25px{ font-size: 25px; }  .font26px{ font-size: 26px; }
.font27px{ font-size: 27px; }  .font28px{ font-size: 28px; }
.font29px{ font-size: 29px; }  .font30px{ font-size: 30px; }

/*****************************************

	横幅　width

*****************************************/

.w100{width: 100px !important;}
.w110{width: 110px !important;}
.w120{width: 120px !important;}
.w130{width: 130px !important;}
.w140{width: 140px !important;}
.w150{width: 150px !important;}
.w160{width: 160px !important;}
.w170{width: 170px !important;}
.w180{width: 180px !important;}
.w190{width: 190px !important;}
.w200{width: 200px !important;}
.w210{width: 210px !important;}
.w220{width: 220px !important;}
.w230{width: 230px !important;}
.w240{width: 240px !important;}
.w250{width: 250px !important;}
.w260{width: 260px !important;}
.w270{width: 270px !important;}
.w280{width: 280px !important;}
.w290{width: 290px !important;}
.w300{width: 300px !important;}
.w310{width: 310px !important;}
.w320{width: 320px !important;}
.w330{width: 330px !important;}
.w340{width: 340px !important;}
.w350{width: 350px !important;}
.w360{width: 360px !important;}
.w370{width: 370px !important;}
.w380{width: 380px !important;}
.w390{width: 390px !important;}
.w400{width: 400px !important;}
.w410{width: 410px !important;}
.w420{width: 420px !important;}
.w430{width: 430px !important;}
.w440{width: 440px !important;}
.w450{width: 450px !important;}
.w460{width: 460px !important;}
.w470{width: 470px !important;}
.w480{width: 480px !important;}
.w490{width: 490px !important;}
.w500{width: 500px !important;}
.w510{width: 510px !important;}
.w520{width: 520px !important;}
.w530{width: 530px !important;}
.w540{width: 540px !important;}
.w550{width: 550px !important;}
.w560{width: 560px !important;}
.w570{width: 570px !important;}
.w580{width: 580px !important;}
.w590{width: 590px !important;}
.w600{width: 600px !important;}


/****************************************************************

float

****************************************************************/
	.fl { float: left; }        .fr { float: right; }       .clear { clear:both; }

/****************************************************************

text-align

****************************************************************/
	.al { text-align: left !important; }
	.ar { text-align: right !important; }
	.ac { text-align: center !important; }

/****************************************************************

clearfix

****************************************************************/
	.clearfix { zoom:1; }
	.clearfix:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }

.hidden{ overflow: hidden;}

/****************************************************************

ellipsis

****************************************************************/
/*文章の省略*/
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

/****************************************************************

display

****************************************************************/
.none { display: none !important;}
.block {display:block !important;}
.inline {display:inline;}
.inline-block{display:inline-block;}

/****************************************************************

position

****************************************************************/
.static{ position: static;}
.relative{ position: relative;}
.absolute{ position: absolute;}
/*.fixed{ position: fixed;}*/

/****************************************************************

AI Chat

****************************************************************/
.trigger_aichat {
	position: fixed;
	right: 30px;
	top: 50px;
	z-index: 800;
	background: #95212c;
	color: #fff;
	display: inline-block;
	padding: 15px 50px;
	border-radius: 40px;
	text-decoration: none;
	font-size: 15px;
	line-height: 26px;
	cursor: pointer;
	transition: all 0.25s ease-in-out;
	box-sizing: border-box;
}

.trigger_aichat:hover {
	background: #b9444f;
}

.trigger_aichat .fa-solid {
	font-size: 26px;
	vertical-align: bottom;
	margin-left: 15px;
}

#ai_chat {
	position: fixed;
	right: -550px;
	width: 550px;
	bottom: 0;
	z-index: 800;
	transition: all 0.5s ease-in-out;
	height: 100vh;
}

#ai_chat.show {
	right: 0;
}

#ai_chat .chat__banner {
	background: #95212c;
	padding: 15px 26px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}

#ai_chat .chat__banner .fa-solid {
	float: right;
	line-height: 24px;
	font-size: 24px;
	cursor: pointer;
}

#ai_chat .chat__body {
	background: rgba(0, 0, 0, 0.8);
	height: 100vh;
}

#ai_chat .chat__body .body__inner {
	padding: 30px 40px;
}

#ai_chat .chat__body .chat__about {
	line-height: 1.7em;
	margin: 15px 0 40px 0;
}

#ai_chat .chat__body .chat__about .sub{
	font-size: 13px;
	color: #ccc;
}

#ai_chat .chat__body #chat__talk {
	margin-bottom: 40px;
}

#ai_chat .chat__body #chat__talk .talk__question {
	font-weight: bold;
	margin-bottom: 15px;
	color: #ffa8a8;
	display: none;
}

#ai_chat .chat__body #chat__talk .talk__answer {
	background: #ffffff;
	color: #000;
	padding: 20px 25px;
	border-radius: 10px;
	display: none;
	line-height: 1.8em;
	max-height: 40vh;
	overflow: overlay;
}

#ai_chat .chat__body .chat__form {
	text-align: center;
}

#ai_chat .chat__body .chat__form input[type="text"] {
	width: 100%;
	margin-bottom: 15px;
	padding: 15px 10px;
	box-sizing: border-box;
}

#ai_chat .chat__body .chat__form input[type="submit"] {
	width: 50%;
}

#ai_chat .spinner {
	width: 50px;
	height: 40px;
	text-align: center;
	font-size: 10px;
	margin: 0;
	height: 20px;
	width: 50px;
	display: inline-block;
	vertical-align: middle;
}

#ai_chat .spinner > div {
	background-color: #c9a5a8;
	height: 100%;
	width: 6px;
	display: inline-block;
	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

#ai_chat .spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

#ai_chat .spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

#ai_chat .spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

#ai_chat .spinner .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
	0%, 40%, 100% {
		-webkit-transform: scaleY(0.4);
	}
	20% {
		-webkit-transform: scaleY(1);
	}
}

@keyframes sk-stretchdelay {
	0%, 40%, 100% {
		transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
	}
	20% {
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
	}
}

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

	.trigger_aichat {
		top: auto;
		bottom: 25px;
		left: 0;
		width: 270px;
		text-align: center;
		margin-left: calc(50% - 135px);
	}
	
	#ai_chat {
		right: -100vh;
		height: calc(100vh - 70px);
	}

	#ai_chat.show {
		right: 0vh;
		width: 100%;
	}

	#ai_chat .chat__body {
		width: 100vw;
	}

	#ai_chat .chat__body .body__inner {
		right: -100vh;
		padding: 20px 20px;
	}

	#ai_chat .chat__body .chat__about{
		margin: 15px 0 20px 0;
	}

	#ai_chat .chat__body #chat__talk .talk__answer{
		max-height: 30vh;
	}

}