﻿@charset "utf-8";




/******************************* - CSS Reset - *****************************/
* {
	margin: 0;
	padding: 0;
}


/******************************* - Global Settings for SmartPhone - *****************************/

a {  
	-webkit-tap-highlight-color: rgba(255,255,255,.2);
}


*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}




/******************************* - Global Settings - *****************************/
html {overflow-y:scroll;}


body {
    -webkit-text-size-adjust: 100%;
	width:100%;
	font-family: 'Noto Serif JP', serif, ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
    font-size: 16px;
    line-height: 1.6em;
	letter-spacing:0;
	/*text-align:center;*/
	margin:0 auto;
	padding:0;
	background:#fff;
	color: #000;
}


/*header,footer,main,nav,article,aside,section,small {
	display: block;
}*/
h1,h2,h3,h4,h5,h6,ul,dl,ol,p {
	font-size:100%;
	font-weight:normal;
}
p,li,dd {}
p {margin:0;}
li {list-style-type:none;}
img {border:0;}
hr {display:none; clear:both;}
address {font-style:normal;}
strong {font-weight:bold;}
.clear {clear:both !important;}
.hide {display:none;}

a {overflow:hidden;}
a:link {
	color: #000;
	text-decoration:none;
}
a:visited {
	color: #000;
	text-decoration:none;
}
a:hover {
	color: #76000C;
	text-decoration:underline;
}
a:active {
	color: #76000C;
	text-decoration:underline;
}

a[href^="tel:"] {
	pointer-events: none !important;
	text-decoration:none !important;
	color: #000 !important;
}

.ClearFix:after { /*for modern browser*/
    content: ".";
    clear: both;
    display: block;
    line-height: 0;
    height: 0;
    visibility: hidden;
}

a:hover img {
	opacity:0.8;
		filter: alpha( opacity=80 );/*for IE6,7*/
		-ms-filter: "alpha( opacity=80 )";/*for IE8*/
	transition:0.2s;
}




/******************************* - Layout - *****************************/
/* ================================[wrapper] */
/*Responsive - 横1000px以下*/@media only screen and (max-width: 1000px) {
#wrap {
	width:100%;
	margin:0 auto;
	padding:0;
	background:#fff;
		border-left:0px solid magenta;
		border-right:0px solid magenta;
}
	}
/*Responsive - 横1000px以上*/@media only screen and (min-width: 1000px) {
#wrap {
	width:100%;
	max-width:1904px;
	margin:0 auto;
	padding:0;
		border-left:0px solid magenta;
		border-right:0px solid magenta;
}
	}

















/* ================================[Header] */
/*Responsive - 横1000px以下*/@media only screen and (max-width: 1000px) {
#header {
	width:100%;
	/*max-width:1200px;*/
	height:72px;
}
#header > div {
	position:fixed;
	display:flex;
	justify-content:space-between;
	align-items: center;
	width:100%;
	max-width:1200px;
	margin:0 auto 0 auto;
	padding:10px 15px;
	background:#fff;
	z-index:100000;
}

#header h1 {}
#header h1 img {
	width:170px;
	height:45px;
	margin:0px 0 0 0;
}
	}
/*Responsive - 横1000px以上*/@media only screen and (min-width: 1000px) {
#header {
	width:100%;
	max-width:1920px;
	height:72px;
}
#header > div {
	position:fixed;
	display:flex;
	justify-content:space-between;
	align-items: center;
	width:100%;
	max-width:1920px;
	margin:0 auto 0 auto;
	padding:10px 30px;
	background:#fff;
	z-index:100000;
}

#header h1 {}
#header h1 img {
	width:170px;
	height:45px;
	margin:0px 0 0 0;
}
	}





/* ================================[nav] */
/*---------------nav*/
/*Responsive - 横1000px以下*/@media only screen and (max-width: 1000px) {
.gnav_pc {
	display:none !important;
}
.gnav_sp {
	width:100%;
}
.gnav_sp ul > li:nth-of-type(8) img  {/*note*/
	height:14px !important;
}
	}
/*Responsive - 横1000px以上*/@media only screen and (min-width: 1000px) {
.gnav_sp {
	display:none !important;
}

nav.gnav {
	margin:0;
	padding:0px 0px 0px 0px;
}

.gnav > ul {
	display:flex;
	align-items: center;
	margin:0px 0px;
	padding:0px 0px 0 0;
}

.gnav > ul > li {
	margin:0px 0px;
	text-align:center;
	align-items: center;
}

.gnav > ul > li a {
	margin:0 0.75em;
	padding:0px 0;
	font-family:"メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.0vw;
	font-weight: normal;
	/*word-break: keep-all;*/
}
	}
/*Responsive - 横1280px以上*/@media only screen and (min-width: 1280px) {
.gnav > ul > li a {
	font-size: 14px;
}
	}

.gnav > ul > li a:hover {
	color:#76000C;
	text-decoration:none;
	transition:0.2s;
}
.gnav > ul > li:nth-of-type(3) {/*認証事業*/
	padding:0 1em 0 0;
}
.gnav > ul > li:nth-of-type(8) img {/*note*/
}
.gnav > ul > li:nth-of-type(9) img {/*fb*/
}
.gnav > ul > li:nth-of-type(10) img {/*ig*/
	padding-top:4px;
}

/*stay*/
#home .gnav > ul > li:nth-of-type(1) a,
#about .gnav > ul > li:nth-of-type(2) a,
#business .gnav > ul > li:nth-of-type(3) > a,
#creator .gnav > ul > li:nth-of-type(4) a,
#boy_id .gnav > ul > li:nth-of-type(5) a,
#contact .gnav > ul > li:nth-of-type(6) a,
#contact_thanks .gnav > ul > li:nth-of-type(6) a,
#boy_id .gnav > ul > li:nth-of-type(7) a {
	color:#76000C;
	font-weight:bold;
}
























/* ================================[main] */

/* -------------[home/] */
/*Responsive - 横1200px以下*/@media only screen and (max-width: 1200px) {
#home main {
	width:100%;
	height:auto;
	margin:0 auto;
	line-height:2.5em;
	background:#e5e5e5 url(../images/home__mainimg_bg0.jpg) no-repeat right 72px;
	background-attachment:fixed;
	/*background-size:contain cover;*/
	background-size:cover;
	/*background-size: auto 880px;*/
	background-size: 130.0%;
}
	}
/*Responsive - 横1200px以上*/@media only screen and (min-width: 1200px) {
#home main {
	width:100%;
	/*max-width:1200px;*/
	height:auto;
	margin:0 auto;
	line-height:2.5em;
	background:#e5e5e5 url(../images/home__mainimg_bg0.jpg) no-repeat right 40px;
	background-attachment:fixed;
	/*background-size:contain cover;*/
	background-size:cover;
	/*background-size: auto 880px;*/
	background-size: 130.0%;
	/*height:99vh;*/
		border-bottom:0px solid blue;
}
	}
/*Responsive - 横1900px以上*/@media only screen and (min-width: 1900px) {
#home main {
	width:100%;
	max-width:1920px;
	height:auto;
	margin:0 auto;
	line-height:2.5em;
	background:#e5e5e5 url(../images/home__mainimg_bg0.jpg) no-repeat right 10px;
	background-attachment:fixed;
	/*background-size:contain cover;*/
	background-size:cover ;
	/*background-size: auto 880px;*/
	background-size:auto 170.0%;
	/*height:99vh;*/
		border-bottom:0px solid green;
}
	}
/*Responsive - 横2560px以上*/@media only screen and (min-width: 2400px) {
#home main {
	background:#e5e5e5 url(../images/home__mainimg_bg0.jpg) no-repeat right 0px;
	background-size:auto 30.0%;
}
	}
/*Responsive - 横2560px以上*/@media only screen and (min-width: 3000px) {
#home main {
	background:#e5e5e5 url(../images/home__mainimg_bg0.jpg) no-repeat right 0px;
	background-size:auto 30.0%;
}
	}


#home .main_inner {
}


/*Responsive - 横1000px以下*/@media only screen and (max-width: 1000px) {
#home .mainimg {
	height:300px;
	max-height:300px;
}
#home .mainimg > div {
	position:fixed;
}
#home .mainimg > div img {
	position:absolute;
	top:115px;
	left:15px;
	z-index:100000;
	width:250px;
	max-width:530px;
}

#home .news,
#home .consulting,
#home .creator,
#home .shop,
#home .contact,
#home .links,
#home .accessmap,
#home .detail {
	position:relative;
	z-index:10000;
}
	}
/*Responsive - 横1000px以上*/@media only screen and (min-width: 1000px) {
#home .mainimg {
	height:92vh;
	max-height:1080px;
}
#home .mainimg > div {
	position:fixed;
}
#home .mainimg > div img {
	position:absolute;
	top:400px;
	left:60px;
	z-index:100000;
	width:430px;
	max-width:530px;
}

#home .news,
#home .consulting,
#home .creator,
#home .shop,
#home .contact,
#home .links,
#home .accessmap {
	position:relative;
	z-index:10000;
}
	}
/*Responsive - 横1200px以上*/@media only screen and (min-width: 1200px) {
#home .mainimg {
	height:97vh;
	max-height:1080px;
}
#home .mainimg > div {
	position:fixed;
}
#home .mainimg > div img {
	position:absolute;
	top:500px;
	left:60px;
	z-index:100000;
	width:530px;
	max-width:530px;
}

#home .news,
#home .consulting,
#home .creator,
#home .shop,
#home .contact,
#home .links,
#home .accessmap {
	position:relative;
	z-index:10000;
}
	}



/*=====detail*/
/*Responsive - 横1000px以下*/@media only screen and (max-width: 1000px) {
#home .detail {
	display: block;
    justify-content: flex-end;
	width:100%;
	padding:40px 15px 40px 15px;
	background: url(../images/bg1.png);
	/*background: url(../images/bg1_tr_85.png);
	background-color:rgba(255,255,255,0.1);
	background-blend-mode:lighten;*/
}
#home .detail > div {
	width:100%;
	padding:0 0 0 0;
}
#home .detail > div h2 {
	font-size:28px;
	font-weight: normal;
	line-height:1.25em;
}
#home .detail > div h2 span {
	font-size:20px;
}
#home .detail > div h2 span:first-child {
	display:block;
}
#home .detail > div p {
	margin:1em 0 0em 0;
	line-height:1.6em;
}
#home .detail > div p:last-child {
	text-align:center;
}
#home .detail > div p:last-child a {
	display:inline-block;
	margin:1em 0 0em 0;
	padding:0.0em 2em;
	background:#6c5f48;
	border-radius:15px;
	color:#fff;
	letter-spacing:0.15em;
	transition:0.2s;
}
#home .detail > div p:last-child a:hover {
	opacity:0.7;
	text-decoration:none;
}
	}
/*Responsive - 横1000px以上*/@media only screen and (min-width: 1000px) {
#home .detail {
	display: flex;
    justify-content: flex-end;
	width:100%;
	padding:90px 8% 80px 0;
	background: url(../images/bg1_tr_85.png);
	/*background-color:rgba(255,255,255,0.1);
	background-blend-mode:lighten;*/
}
#home .detail > div {
	width:40%;
	padding:0 0 0 0;
}
#home .detail > div h2 {
	font-size:28px;
	font-weight: normal;
	line-height:1.25em;
}
#home .detail > div h2 span {
	font-size:20px;
}
#home .detail > div h2 span:first-child {
	display:block;
}
#home .detail > div p {
	margin:1em 0 0em 0;
}
#home .detail > div p:last-child a {
	display:inline-block;
	margin:2em 0 0em 0;
	padding:0.0em 2em;
	background:#6c5f48;
	border-radius:15px;
	color:#fff;
	letter-spacing:0.15em;
	transition:0.2s;
}
#home .detail > div p:last-child a:hover {
	opacity:0.7;
	text-decoration:none;
}
	}







/*=====slider*/
/*Responsive - 横1200px以下*/@media only screen and (max-width: 1200px) {
#home .slider_img {
	margin:0 !important;
	padding:0 !important;
	width:100% !important;
	/*height:81px !important; x3*/
	height:62px !important;
	overflow:hidden !important;
	background:#eee;
		border:0px solid red;
}
#home .slider_img .slider li {
	/*width:130px !important; x3*/
	width:100px !important;
	height:auto !important;
}
#home .slider_img .slider li img {
	/*width:130px !important;
	max-width:130px !important; x3*/
	width:100px !important;
	max-width:100px !important;
	height:auto !important;
}
	}
/*Responsive - 横1200px以上*/@media only screen and (min-width: 1200px) {
#home .slider_img {
	margin:0 !important;
	padding:0 !important;
	width:100% !important;
	height:187px !important;
	overflow:hidden !important;
	background:#eee;
		border:0px solid red;
}
#home .slider_img .slider li {
	width:300px !important;
	height:187px !important;
}
#home .slider_img .slider li img {
	width:300px !important;
	max-width:300px !important;
	height:187px !important;
}
	}




/*=====news*/
/*Responsive - 横1200px以下*/@media only screen and (max-width: 1200px) {
#home .news {
	width:100%;
	padding:50px 15px 70px 15px;
	background:#fff;
}
#home .news div {
	width:100%;
	margin:0 auto;
}

#home .news h2 {
	margin-bottom:0.5em;
	font-size:28px;
	font-weight:bold;
}
#home .news ul {
	margin:0em 0 0 0;
	padding:1.5em 0em;
	/*border-top:1px solid #000;
	border-bottom:1px solid #000;*/
}
#home .news ul li {
	margin:0.5em 0;
	line-height:1.6em;
}

#home .news #rss {
	height:205px;
	overflow:auto;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}
#home .news #rss ul {}
#home .news #rss ul li {
	margin-top:1em;
	font-size:14px;
}
#home .news #rss ul li:first-child {margin-top:0;}
#home .news #rss ul li strong {
}
#home .news #rss ul li strong a {
	font-size:16px;
}
#home .news #rss ul li h3 {}
#home .news #rss ul li h3 + br {
	display:none;
}
#home .news #rss ul li h3 + br+ a {
	text-align:right;
}
	}
/*Responsive - 横1200px以上*/@media only screen and (min-width: 1200px) {
#home .news {
	width:100%;
	padding:80px 0 100px 0;
	background:#fff;
}
#home .news div {
	width:900px;
	margin:0 auto;
}

#home .news h2 {
	margin-bottom:0.5em;
	font-size:28px;
	font-weight:bold;
}

#home .news ul {
	margin:0em 0 0 0;
	padding:1.5em 1em;
	/*border-top:1px solid #000;
	border-bottom:1px solid #000;*/
}
#home .news ul li {
	margin:0.5em 0;
	line-height:2.0em;
}

#home .news #rss {
	height:295px;
	overflow:auto;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}
#home .news #rss ul {}
#home .news #rss ul li {
	margin-top:1em;
	font-size:14px;
}
#home .news #rss ul li:first-child {margin-top:0;}
#home .news #rss ul li strong {
}
#home .news #rss ul li strong a {
	font-size:16px;
}
#home .news #rss ul li h3 {}
#home .news #rss ul li h3 + br {
	display:none;
}
#home .news #rss ul li h3 + br+ a {
	text-align:right;
}
	}






/*=====consulting*/
/*Responsive - 横1200px以下*/@media only screen and (max-width: 1200px) {
#home .consulting {
	width:100%;
	margin:0 auto;
	padding:0;
	/*background:#cbbfa9;*/
	background:#fff;
}
#home .consulting .about {
	max-width:100%;
	margin:0 auto;
	background:url(../images/home__tt_wrap_bg__cons__sp__bg.png) repeat-x left top;
}
#home .consulting .about .tt_wrap {
	line-height:1.6em;
	height:auto;
	/*position:relative;*/
	background:url(../images/home__tt_wrap_bg__cons__sp.png) no-repeat center top;
	background-size:auto auto;
	display: block;
    /*grid-template-columns: 1fr auto 1fr;
	align-items: center;
		justify-items: start;*/
}
#home .consulting .about .tt_wrap .ttl  {
	width:100%;/*orig=340*/
	height:350px;
	margin-right:0px;
	padding:275px -0em 0 15px;
	text-align:left;
	color:#fff;
	display:block;
	/*align-items : center;
	justify-content : center;
    justify-self: center;
	grid-column: 2 / 3;
	grid-row: 1;*/
	/*order:2;*/
			border:0px solid cyan;	
}
#home .consulting .about .tt_wrap .ttl h2 span:nth-of-type(1) {
	display:block;
	font-size:38px;
	padding-bottom:0.3em;
}
#home .consulting .about .tt_wrap .ttl h2 span:nth-of-type(2) {
	display:inline-block;
	font-size:14px;
	letter-spacing:0.25em;
	border-top:1px solid #988c75;
		padding:0 0 0 0.25em;
}
#home .consulting .about .tt_wrap .txt {
	width:100%;
	height:100%;
	padding:2em 15px 40px 15px;
	font-size:15px;
	text-align:left;
	grid-column: 3 / 4;
	grid-row: 1;
	/*order:1;*/
		margin-left:0px;
		background:url(../images/home__tt_wrap_bg__sp__mark.png) no-repeat right -60px top 20px;
		border:0px solid red;
}


#home .consulting .about .tt_wrap .txt h3 {
	font-size:23px;
	font-weight: 600;
	line-height:1.5em;
}
#home .consulting .about .tt_wrap .txt h3 span {
	display:block;
}
#home .consulting .about .tt_wrap .txt h3 + p {
	margin:1em 0 0 0;
}
#home .consulting .about .tt_wrap .txt p a {
	display:inline-block;
	text-align:center;
	padding:0 1em;
	margin:1em 0 0 0;
}
	}
/*Responsive - 横1200px以上*/@media only screen and (min-width: 1200px) {
#home .consulting {
	width:100%;
	margin:0 auto;
	padding:0;
	/*background:#cbbfa9;*/
	background:#fff;
}
#home .consulting .about {
	max-width:1200px;
	margin:0 auto;
}
#home .consulting .about .tt_wrap {
	line-height:2.0em;
	height:391px;
	/*position:relative;*/
	background:url(../images/home__tt_wrap_bg__cons.jpg) no-repeat left center;
	background-size:auto auto;
	display: grid;
    grid-template-columns: 1fr auto 1fr;
	align-items: center;
		justify-items: start;
}
#home .consulting .about .tt_wrap .ttl  {
	width:340px;/*orig=340*/
	height:391px;
	margin-right:0px;
	padding:2em -0em 0 0em;
	text-align:center;
	color:#fff;
	display:flex;
	align-items : center;
	justify-content : center;
    justify-self: center;
	grid-column: 2 / 3;
	grid-row: 1;
	/*order:2;*/
			border:0px solid cyan;	
}
#home .consulting .about .tt_wrap .ttl h2 span:nth-of-type(1) {
	display:block;
	font-size:43px;
	padding-bottom:0.3em;
}
#home .consulting .about .tt_wrap .ttl h2 span:nth-of-type(2) {
	display:inline-block;
	font-size:16px;
	letter-spacing:0.25em;
	border-top:1px solid #988c75;
}
#home .consulting .about .tt_wrap .txt {
	width:400px;
	height:391px;
	padding:3em 0px 0 3em;
	font-size:15px;
	text-align:left;
	grid-column: 3 / 4;
	grid-row: 1;
	/*order:1;*/
		margin-left:0px;
		border:0px solid red;
}


#home .consulting .about .tt_wrap .txt h3 {
	font-size:23px;
	font-weight: 600;
	line-height:1.5em;
}
#home .consulting .about .tt_wrap .txt h3 span {
	display:block;
}
#home .consulting .about .tt_wrap .txt h3 + p {
	margin:1em 0 0 0;
}
#home .consulting .about .tt_wrap .txt p a {
	display:inline-block;
	text-align:center;
	padding:0 1em;
	margin:1em 0 0 0;
}
	}

/*Responsive - 横1400px以上*/@media only screen and (min-width: 1400px) {
#home .consulting {
	width:100%;
	margin:0 auto;
	padding:0;
	/*background:#cbbfa9;*/
	background:#fff;
}
#home .consulting .about {
	max-width:1400px;
	margin:0 auto;
}
#home .consulting .about .tt_wrap {
	line-height:2.0em;
	height:389px;
	/*position:relative;*/
	background:url(../images/home__tt_wrap_bg__cons3.jpg) no-repeat left center;
	background-size:auto auto;
	display: grid;
    grid-template-columns: 1fr auto 1fr;
	align-items: center;
		justify-items: start;
}
#home .consulting .about .tt_wrap .ttl  {
	width:340px;/*orig=340*/
	height:389px;
	margin-right:0px;
	padding:2em -0em 0 0em;
	text-align:center;
	color:#fff;
	display:flex;
	align-items : center;
	justify-content : center;
    justify-self: center;
	grid-column: 2 / 3;
	grid-row: 1;
	/*order:2;*/
			border:0px solid cyan;	
}
#home .consulting .about .tt_wrap .ttl h2 span:nth-of-type(1) {
	display:block;
	font-size:43px;
	padding-bottom:0.3em;
}
#home .consulting .about .tt_wrap .ttl h2 span:nth-of-type(2) {
	display:inline-block;
	font-size:16px;
	letter-spacing:0.25em;
	border-top:1px solid #988c75;
}
#home .consulting .about .tt_wrap .txt {
	width:400px;
	height:389px;
	padding:3.5em 0px 0 3em;
	font-size:15px;
	text-align:left;
	grid-column: 3 / 4;
	grid-row: 1;
	/*order:1;*/
		margin-left:0px;
		border:0px solid red;
}


#home .consulting .about .tt_wrap .txt h3 {
	font-size:23px;
	font-weight: 600;
	line-height:1.5em;
}
#home .consulting .about .tt_wrap .txt h3 span {
	display:block;
}
#home .consulting .about .tt_wrap .txt h3 + p {
	margin:1em 0 0 0;
}
#home .consulting .about .tt_wrap .txt p a {
	display:inline-block;
	text-align:center;
	padding:0 1em;
	margin:1em 0 0 0;
}
	}
/*Responsive - 横1900px以上*/@media only screen and (min-width: 1900px) {
#home .consulting {
	width:100%;
	margin:0 auto;
	padding:0;
}
#home .consulting .about {
	max-width:1920px;
	margin:0 auto;
}
#home .consulting .about .tt_wrap {
	line-height:2.0em;
	/*position:relative;*/
	background:#cbbfa9 url(../images/home__tt_wrap_bg__cons2.jpg) no-repeat left center;
	background-size:auto auto;
	display: grid;
    grid-template-columns: 1fr auto 1fr;
	align-items: center;
		justify-items: start;
}
#home .consulting .about .tt_wrap .ttl  {
	width:420px;
	height:436px;
	padding:2em 0em 0 0em;
	text-align:center;
	color:#fff;
	display:flex;
	align-items : center;
	justify-content : center;
    justify-self: center;
	grid-column: 2 / 3;
	grid-row: 1;
	/*order:2;*/
			border:0px solid cyan;		
}
#home .consulting .about .tt_wrap .ttl h2 span:nth-of-type(1) {
	display:block;
	font-size:43px;
	padding-bottom:0.3em;
}
#home .consulting .about .tt_wrap .ttl h2 span:nth-of-type(2) {
	display:inline-block;
	font-size:16px;
	letter-spacing:0.25em;
	border-top:1px solid #988c75;
}
#home .consulting .about .tt_wrap .txt {
	width:600px;
	height:436px;
	padding:70px 100px 0 100px;
	font-size:16px;
	text-align:left;
	background:url(../images/home__article_bg2.png) no-repeat left top;
	grid-column: 3 / 4;
	grid-row: 1;
	/*order:1;*/
		margin-left:4px;
}


#home .consulting .about .tt_wrap .txt h3 {
	font-size:24px;
	font-weight: 600;
	line-height:1.5em;
}
#home .consulting .about .tt_wrap .txt h3 span {
	display:block;
}
#home .consulting .about .tt_wrap .txt h3 + p {
	margin:1em 0 0 0;
}
#home .consulting .about .tt_wrap .txt p a {
	display:inline-block;
	text-align:center;
	padding:0 1em;
	margin:1em 0 0 0;
}
	}




/*Responsive - 横1000px以下*/@media only screen and (max-width: 1000px) {
#home .consulting .menu {
	width:100%;
	padding:0px 0 0 0;
	/*background-image: url(../images/bg1.png);
	background-color:#eee;*/
	background-color:#fff;
}
#home .consulting .menu_inner {
	width:100%;
	margin:0 auto;
	display:block;
	justify-content:center;
	align-items:center;
		border:0px solid green;
}
#home .consulting .menu_inner section {
	width:100%;
	text-align:center;
	margin:0 0px 50px 0;
		padding:0 15px;
		border:0px solid red;
}
#home .consulting .menu_inner section ul {
	border-top:1px solid #000;
}
#home .consulting .menu_inner section ul li {
	font-size:20px;
	line-height:1.25em;
}
#home .consulting .menu_inner section ul li a {
	display:block;
	padding:1em 0;
	background:#fff;
	border-bottom:1px solid #000;
	transition:0.2s;
}
#home .consulting .menu_inner section ul li a:hover {
	text-decoration:none;
	background:#eee;
}
#home .consulting .menu_inner section.youtube iframe {
	width:100% !important;
}

#home .consulting .menu_inner aside {
	width:100%;
}
#home .consulting .menu .price {
	text-align:center;
	padding-bottom:40px;
}
#home .consulting .menu .price a {
	display:inline-block;
	margin:-2em 0 0 0;
	padding:0.25em 2em;
	background:#920f15;
	border-radius:10px;
	color:#fff;
	letter-spacing:0.15em;
	transition:0.2s;
}
#home .consulting .menu .price a:hover {
	opacity:0.7;
	text-decoration:none;
}
	}
/*Responsive - 横1000px以上*/@media only screen and (min-width: 1000px) {
#home .consulting .menu {
	width:100%;
	padding:80px 0 0 0;
	background-image: url(../images/bg1.png);
	background-color:#eee;
}
#home .consulting .menu_inner {
	width:950px;
	margin:0 auto;
	display:flex;
	justify-content:center;
	align-items:center;
		border:0px solid green;
}
#home .consulting .menu_inner section {
	width:450px;
	text-align:center;
	margin:0 25px;
		border:0px solid red;
}
#home .consulting .menu_inner section ul {
	border-top:1px solid #000;
}
#home .consulting .menu_inner section ul li {
	font-size:20px;
	line-height:1.25em;
}
#home .consulting .menu_inner section ul li a {
	display:block;
	padding:1em 0;
	background:#fff;
	border-bottom:1px solid #000;
	transition:0.2s;
}
#home .consulting .menu_inner section ul li a:hover {
	text-decoration:none;
	background:#eee;
}
#home .consulting .menu_inner section.youtube iframe {
	width:450px !important;
}

#home .consulting .menu_inner aside {
	width:450px;
}
#home .consulting .menu .price {
	text-align:center;
	padding-bottom:60px;
}
#home .consulting .menu .price a {
	display:inline-block;
	margin:4em 0 0 0;
	padding:0.25em 2em;
	background:#920f15;
	border-radius:10px;
	color:#fff;
	letter-spacing:0.15em;
	transition:0.2s;
}
#home .consulting .menu .price a:hover {
	opacity:0.7;
	text-decoration:none;
}
	}









/*=====1/3 creator*/
/*Responsive - 横1200px以下*/@media only screen and (max-width: 1200px) {
#home .top_bg {
	display:none;
}

#home .creator {
	width:100%;
	margin:0 auto;
	padding:0;
	/*background:#cbbfa9;*/
	background:#fff;
}
#home .creator .about {
	max-width:100%;
	margin:0 auto;
	background:url(../images/home__tt_wrap_bg__cre__sp__bg.png) repeat-x left top;
}
#home .creator .about .tt_wrap {
	line-height:1.6em;
	height:auto;
	/*position:relative;*/
	background:url(../images/home__tt_wrap_bg__cre__sp.png) no-repeat center top;
	background-size:auto auto;
	display: block;
    /*grid-template-columns: 1fr auto 1fr;
	align-items: center;
		justify-items: start;*/
}
#home .creator .about .tt_wrap .ttl  {
	width:100%;/*orig=340*/
	height:370px;
	margin-right:0px;
	padding:280px -0em 0 15px;
	text-align:left;
	color:#fff;
	display:block;
	/*align-items : center;
	justify-content : center;
    justify-self: center;
	grid-column: 2 / 3;
	grid-row: 1;*/
	/*order:2;*/
			border:0px solid cyan;	
}
#home .creator .about .tt_wrap .ttl h2 span:nth-of-type(1) {
	display:block;
	font-size:38px;
	padding-bottom:0.3em;
}
#home .creator .about .tt_wrap .ttl h2 span:nth-of-type(2) {
	display:inline-block;
	font-size:14px;
	letter-spacing:0.25em;
	border-top:1px solid #988c75;
		padding:0 0 0 0.25em;
}
#home .creator .about .tt_wrap .txt {
	width:100%;
	height:100%;
	padding:2em 15px 40px 15px;
	font-size:15px;
	text-align:left;
	grid-column: 3 / 4;
	grid-row: 1;
	/*order:1;*/
		margin-left:0px;
		background:url(../images/home__tt_wrap_bg__sp__mark.png) no-repeat left -60px top 20px;
		border:0px solid red;
}


#home .creator .about .tt_wrap .txt h3 {
	font-size:23px;
	font-weight: 600;
	line-height:1.5em;
}
#home .creator .about .tt_wrap .txt h3 span {
	display:block;
}
#home .creator .about .tt_wrap .txt h3 + p {
	margin:0.5em 0 0 0;
}
#home .creator .about .tt_wrap .txt .link {
	text-align:center;
}
#home .creator .about .tt_wrap .txt .link a {
	display:inline-block;
	margin:2em auto 0 auto;
	padding:0.25em 3em;
	background:#6C5F48;
	border-radius:15px;
	color:#fff;
	letter-spacing:0.15em;
	transition:0.2s;
}
#home .creator .about .tt_wrap .txt .link a:hover {
	opacity:0.7;
	text-decoration:none;
}
	}
/*Responsive - 横1200px以上*/@media only screen and (min-width: 1200px) {
#home .top_bg {
	width:100%;
	height:52px;
	background:url(../images/home__ttl_bg_b2.png) no-repeat center bottom;
}

#home .creator {
	width:100%;
	margin:0 auto;
	padding:0;
	/*background:#cbbfa9;*/
	background:#fff;
}
#home .creator .about {
	max-width:1200px;
	margin:0 auto;
}
#home .creator .about .tt_wrap {
	line-height:2.0em;
	width:100%;
	height:389px;
	/*position:relative;*/
	background:url(../images/home__tt_wrap_bg__cre.png) no-repeat left center;
	background-size:auto auto;
	display: grid;
    grid-template-columns: 1fr auto 1fr;
	align-items: center;
		justify-items: start;
}
#home .creator .about .tt_wrap .ttl  {
	text-align:center;
	width:340px;/*orig=340*/
	height:389px;
	margin-right:0px;
	padding:2em -0em 0 0em;
	color:#fff;
	display:flex;
	align-items : center;
	justify-content : center;
    justify-self: center;
	grid-column: 2 / 3;
	grid-row: 1;
	/*order:2;*/
			border:0px solid cyan;	
}
#home .creator .about .tt_wrap .ttl h2 span:nth-of-type(1) {
	display:block;
	font-size:42px;
	padding-bottom:0.3em;
}
#home .creator .about .tt_wrap .ttl h2 span:nth-of-type(2) {
	display:inline-block;
	font-size:16px;
	letter-spacing:0.25em;
	border-top:1px solid #988c75;
}
#home .creator .about .tt_wrap .txt {
	width:400px;
	height:389px;
	padding:2em 0px 0 2em;
	font-size:15px;
	text-align:left;
	grid-column: 1 / 2;
	grid-row: 1;
	/*order:1;*/
		margin-left:0px;
		border:0px solid red;
}


#home .creator .about .tt_wrap .txt h3 {
	font-size:23px;
	font-weight: 600;
	line-height:1.5em;
}
#home .creator .about .tt_wrap .txt h3 span {
	display:block;
}
#home .creator .about .tt_wrap .txt h3 + p {
	margin:0.5em 0 0 0;
}
#home .creator .about .tt_wrap .txt .link {
	text-align:center;
}
#home .creator .about .tt_wrap .txt .link a {
	display:inline-block;
	margin:1em auto 0 auto;
	padding:0.25em 3em;
	background:#6C5F48;
	border-radius:15px;
	color:#fff;
	letter-spacing:0.15em;
	transition:0.2s;
}
#home .creator .about .tt_wrap .txt .link a:hover {
	opacity:0.7;
	text-decoration:none;
}
	}
/*Responsive - 横1400px以上*/@media only screen and (min-width: 1400px) {
#home .top_bg {
	width:100%;
	height:52px;
	background:url(../images/home__ttl_bg_b3.png) no-repeat center bottom;
}

#home .creator {
	width:100%;
	margin:0 auto;
	padding:0;
	/*background:#cbbfa9;*/
	background:#fff;
}
#home .creator .about {
	max-width:1400px;
	margin:0 auto;
}
#home .creator .about .tt_wrap {
	line-height:2.0em;
	width:100%;
	height:390px;
	/*position:relative;*/
	background:url(../images/home__tt_wrap_bg__cre3.jpg) no-repeat left center;
	background-size:auto auto;
	display: grid;
    grid-template-columns: 1fr auto 1fr;
	align-items: center;
		justify-items: start;
}
#home .creator .about .tt_wrap .ttl  {
	text-align:center;
	width:340px;/*orig=340*/
	height:390px;
	margin-right:0px;
	padding:2em -0em 0 0em;
	color:#fff;
	display:flex;
	align-items : center;
	justify-content : center;
    justify-self: center;
	grid-column: 2 / 3;
	grid-row: 1;
	/*order:2;*/
			border:0px solid cyan;	
}
#home .creator .about .tt_wrap .ttl h2 span:nth-of-type(1) {
	display:block;
	font-size:42px;
	padding-bottom:0.3em;
}
#home .creator .about .tt_wrap .ttl h2 span:nth-of-type(2) {
	display:inline-block;
	font-size:16px;
	letter-spacing:0.25em;
	border-top:1px solid #988c75;
}
#home .creator .about .tt_wrap .txt {
	width:400px;
	height:389px;
	padding:2em 0px 0 2em;
	font-size:15px;
	text-align:left;
	grid-column: 1 / 2;
	grid-row: 1;
	/*order:1;*/
		margin-left:90px;
		border:0px solid red;
}


#home .creator .about .tt_wrap .txt h3 {
	font-size:23px;
	font-weight: 600;
	line-height:1.5em;
}
#home .creator .about .tt_wrap .txt h3 span {
	display:block;
}
#home .creator .about .tt_wrap .txt h3 + p {
	margin:0.5em 0 0 0;
}
#home .creator .about .tt_wrap .txt .link {
	text-align:center;
}
#home .creator .about .tt_wrap .txt .link a {
	display:inline-block;
	margin:1em auto 0 auto;
	padding:0.25em 3em;
	background:#6C5F48;
	border-radius:15px;
	color:#fff;
	letter-spacing:0.15em;
	transition:0.2s;
}
#home .creator .about .tt_wrap .txt .link a:hover {
	opacity:0.7;
	text-decoration:none;
}
	}
/*Responsive - 横1900px以上*/@media only screen and (min-width: 1900px) {
#home .top_bg {
	width:100%;
	height:58px;
	background:url(../images/home__ttl_bg_b.png) no-repeat center bottom;
}

#home .creator {
	width:100%;
	margin:0 auto;
	padding:0;
}
#home .creator .about {
	max-width:1920px;
	margin:0 auto;
}
#home .creator .about .tt_wrap {
	width:100%;
	height:436px;
	line-height:2.0em;
	/*position:relative;*/
	background:#cbbfa9 url(../images/home__tt_wrap_bg__cre2.jpg) no-repeat right center;
	background-size:auto auto;
	display: grid;
    grid-template-columns: 1fr auto 1fr;
	align-items: center;
		justify-items: end;
}
#home .creator .about .tt_wrap .ttl {
	width:420px;
	height:436px;
	padding:0em -0em 0 0em;
	text-align:center;
	color:#fff;
	grid-column: 2 / 3;
	grid-row: 1;
			border:0px solid red;
}
#home .creator .about .tt_wrap .ttl > div {
	width:420px;
	height:436px;
	padding:2em 0em 0 0em;
	display:flex;
	align-items : center;
	justify-content : center;
    justify-self: center;
}
#home .creator .about .tt_wrap .ttl {
	background:url(../images/home__ttl_bg_t.png) no-repeat center top;
}
#home .creator .about .tt_wrap .ttl > div {
	background:url(../images/home__ttl_bg_b.png) no-repeat center bottom;
}

#home .creator .about .tt_wrap .ttl h2 {}
#home .creator .about .tt_wrap .ttl h2 span:nth-of-type(1) {
	display:block;
	font-size:43px;
	padding-bottom:0.3em;
}
#home .creator .about .tt_wrap .ttl h2 span:nth-of-type(2) {
	display:inline-block;
	font-size:16px;
	letter-spacing:0.25em;
	border-top:1px solid #988c75;
}

#home .creator .about .tt_wrap .txt {
	width:600px;
	height:436px;
	padding:40px 100px 0px 100px;
	font-size:16px;
	word-break: break-word;
	background:url(../images/home__article_bg2.png) no-repeat left top;
	grid-column: 1 / 2;
	grid-row: 1;
		margin-right:5px;
}


#home .creator .about .tt_wrap .txt h3 {
	font-size:24px;
	font-weight: 600;
	line-height:1.5em;
}
#home .creator .about .tt_wrap .txt h3 span {
	display:block;
}
#home .creator .about .tt_wrap .txt h3 + p {
	margin:1em 0 0 0;
}
#home .creator .about .tt_wrap .txt .link {
	text-align:center;
}
#home .creator .about .tt_wrap .txt .link a {
	display:inline-block;
	margin:2em auto 0 auto;
	padding:0.25em 3em;
	background:#6C5F48;
	border-radius:15px;
	color:#fff;
	letter-spacing:0.15em;
	transition:0.2s;
}
#home .creator .about .tt_wrap .txt .link a:hover {
	opacity:0.7;
	text-decoration:none;
}
	}








/*=====2/3 shop*/
#home .shop {
}
/*Responsive - 横1200px以下*/@media only screen and (max-width: 1200px) {
#home .shop {
	width:100%;
	margin:0 auto;
	padding:0;
	/*background:#cbbfa9;*/
	background:#fff;
}
#home .shop .about {
	max-width:100%;
	margin:0 auto;
	background:url(../images/home__tt_wrap_bg__shop__sp__bg.png) repeat-x left top;
}
#home .shop .about .tt_wrap {
	line-height:1.6em;
	height:auto;
	/*position:relative;*/
	background:url(../images/home__tt_wrap_bg__shop__sp.png) no-repeat center top;
	background-size:auto auto;
	display: block;
    /*grid-template-columns: 1fr auto 1fr;
	align-items: center;
		justify-items: start;*/
}
#home .shop .about .tt_wrap .ttl  {
	width:100%;/*orig=340*/
	height:370px;
	margin-right:0px;
	padding:280px -0em 0 15px;
	text-align:left;
	color:#fff;
	display:block;
	/*align-items : center;
	justify-content : center;
    justify-self: center;
	grid-column: 2 / 3;
	grid-row: 1;*/
	/*order:2;*/
			border:0px solid cyan;	
}
#home .shop .about .tt_wrap .ttl h2 span:nth-of-type(1) {
	display:block;
	font-size:38px;
	padding-bottom:0.3em;
}
#home .shop .about .tt_wrap .ttl h2 span:nth-of-type(2) {
	display:inline-block;
	font-size:14px;
	letter-spacing:0.25em;
	border-top:1px solid #988c75;
		padding:0 0 0 0.25em;
}
#home .shop .about .tt_wrap .txt {
	width:100%;
	height:100%;
	padding:2em 15px 40px 15px;
	font-size:15px;
	text-align:left;
	grid-column: 3 / 4;
	grid-row: 1;
	/*order:1;*/
		margin-left:0px;
		background:url(../images/home__tt_wrap_bg__sp__mark.png) no-repeat center top 20px;
		border:0px solid red;
}


#home .shop .about .tt_wrap .txt h3 {
	font-size:23px;
	font-weight: 600;
	line-height:1.5em;
}
#home .shop .about .tt_wrap .txt h3 span {
	display:block;
}
#home .shop .about .tt_wrap .txt h3 + p {
	margin:0.5em 0 0 0;
}
#home .shop .about .tt_wrap .txt .link {
	text-align:center;
}
#home .shop .about .tt_wrap .txt .link a {
	display:inline-block;
	margin:2em auto 0 auto;
	padding:0.25em 3em;
	background:#6C5F48;
	border-radius:15px;
	color:#fff;
	letter-spacing:0.15em;
	transition:0.2s;
}
#home .shop .about .tt_wrap .txt .link a:hover {
	opacity:0.7;
	text-decoration:none;
}
	}
/*Responsive - 横1200px以上*/@media only screen and (min-width: 1200px) {
#home .shop {
	width:100%;
	margin:0 auto;
	padding:0;
	/*background:#cbbfa9;*/
	background:#fff;
}
#home .shop .about {
	max-width:1200px;
	margin:0 auto;
}
#home .shop .about .tt_wrap {
	line-height:2.0em;
	height:389px;
	/*position:relative;*/
	background:url(../images/home__tt_wrap_bg__shop.png) no-repeat left center;
	background-size:auto auto;
	display: grid;
    grid-template-columns: 1fr auto 1fr;
	align-items: center;
		justify-items: start;
}
#home .shop .about .tt_wrap .ttl  {
	text-align:center;
	width:340px;/*orig=340*/
	height:389px;
	margin-right:0px;
	padding:2em -0em 0 0em;
	color:#fff;
	display:flex;
	align-items : center;
	justify-content : center;
    justify-self: center;
	grid-column: 2 / 3;
	grid-row: 1;
	/*order:2;*/
			border:0px solid cyan;	
}
#home .shop .about .tt_wrap .ttl h2 span:nth-of-type(1) {
	display:block;
	font-size:42px;
	padding-bottom:0.3em;
}
#home .shop .about .tt_wrap .ttl h2 span:nth-of-type(2) {
	display:inline-block;
	font-size:16px;
	letter-spacing:0.25em;
	border-top:1px solid #988c75;
}
#home .shop .about .tt_wrap .txt {
	width:400px;
	height:389px;
	padding:2em 0px 0 3em;
	font-size:15px;
	text-align:left;
	grid-column: 3 / 4;
	grid-row: 1;
	/*order:1;*/
		margin-left:0px;
		border:0px solid red;
}


#home .shop .about .tt_wrap .txt h3 {
	font-size:23px;
	font-weight: 600;
	line-height:1.5em;
}
#home .shop .about .tt_wrap .txt h3 span {
	display:block;
}
#home .shop .about .tt_wrap .txt h3 + p {
	margin:0.5em 0 0 0;
}
#home .shop .about .tt_wrap .txt .link {
	text-align:center;
}
#home .shop .about .tt_wrap .txt .link a {
	display:inline-block;
	margin:1em auto 0 auto;
	padding:0.25em 3em;
	background:#6C5F48;
	border-radius:15px;
	color:#fff;
	color:#fff;
	letter-spacing:0.15em;
	transition:0.2s;
}
#home .shop .about .tt_wrap .txt .link a:hover {
	opacity:0.7;
	text-decoration:none;
}
	}
/*Responsive - 横1400px以上*/@media only screen and (min-width: 1400px) {
#home .shop {
	width:100%;
	margin:0 auto;
	padding:0;
	/*background:#cbbfa9;*/
	background:#fff;
}
#home .shop .about {
	max-width:1400px;
	margin:0 auto;
}
#home .shop .about .tt_wrap {
	line-height:2.0em;
	height:390px;
	/*position:relative;*/
	background:url(../images/home__tt_wrap_bg__shop3.jpg) no-repeat left center;
	background-size:auto auto;
	display: grid;
    grid-template-columns: 1fr auto 1fr;
	align-items: center;
		justify-items: start;
}
#home .shop .about .tt_wrap .ttl  {
	text-align:center;
	width:340px;/*orig=340*/
	height:389px;
	margin-right:0px;
	padding:2em -0em 0 0em;
	color:#fff;
	display:flex;
	align-items : center;
	justify-content : center;
    justify-self: center;
	grid-column: 2 / 3;
	grid-row: 1;
	/*order:2;*/
			border:0px solid cyan;	
}
#home .shop .about .tt_wrap .ttl h2 span:nth-of-type(1) {
	display:block;
	font-size:42px;
	padding-bottom:0.3em;
}
#home .shop .about .tt_wrap .ttl h2 span:nth-of-type(2) {
	display:inline-block;
	font-size:16px;
	letter-spacing:0.25em;
	border-top:1px solid #988c75;
}
#home .shop .about .tt_wrap .txt {
	width:400px;
	height:389px;
	padding:2em 0px 0 3em;
	font-size:15px;
	text-align:left;
	grid-column: 3 / 4;
	grid-row: 1;
	/*order:1;*/
		margin-left:0px;
		border:0px solid red;
}


#home .shop .about .tt_wrap .txt h3 {
	font-size:23px;
	font-weight: 600;
	line-height:1.5em;
}
#home .shop .about .tt_wrap .txt h3 span {
	display:block;
}
#home .shop .about .tt_wrap .txt h3 + p {
	margin:0.5em 0 0 0;
}
#home .shop .about .tt_wrap .txt .link {
	text-align:center;
}
#home .shop .about .tt_wrap .txt .link a {
	display:inline-block;
	margin:1em auto 0 auto;
	padding:0.25em 3em;
	background:#6C5F48;
	border-radius:15px;
	color:#fff;
	color:#fff;
	letter-spacing:0.15em;
	transition:0.2s;
}
#home .shop .about .tt_wrap .txt .link a:hover {
	opacity:0.7;
	text-decoration:none;
}
	}
/*Responsive - 横1900px以上*/@media only screen and (min-width: 1900px) {
#home .shop {
	width:100%;
	margin:0 auto;
	padding:0;
}
#home .shop .about {
	max-width:1920px;
	margin:0 auto;
}
#home .shop .about .tt_wrap {
	width:100%;
	height:436px;
	line-height:2.0em;
	/*position:relative;*/
	background:#cbbfa9 url(../images/home__tt_wrap_bg__shop2.jpg) no-repeat left center;
	background-size:auto auto;
	display: grid;
    grid-template-columns: 1fr auto 1fr;
	align-items: center;
		justify-items: start;
}
#home .shop .about .tt_wrap .ttl {
	width:420px;
	height:436px;
	padding:0em -0em 0 0em;
	text-align:center;
	color:#fff;
	grid-column: 2 / 3;
	grid-row: 1;
			border:0px solid red;
}
#home .shop .about .tt_wrap .ttl > div {
	width:420px;
	height:436px;
	padding:2em 0em 0 0em;
	display:flex;
	align-items : center;
	justify-content : center;
    justify-self: center;
}
#home .shop .about .tt_wrap .ttl {
	background:url(../images/home__ttl_bg_t.png) no-repeat center top;
}
#home .shop .about .tt_wrap .ttl > div {
	background:url(../images/home__ttl_bg_b.png) no-repeat center bottom;
}

#home .shop .about .tt_wrap .ttl h2 {}
#home .shop .about .tt_wrap .ttl h2 span:nth-of-type(1) {
	display:block;
	font-size:43px;
	padding-bottom:0.3em;
}
#home .shop .about .tt_wrap .ttl h2 span:nth-of-type(2) {
	display:inline-block;
	font-size:16px;
	letter-spacing:0.25em;
	border-top:1px solid #988c75;
}

#home .shop .about .tt_wrap .txt {
	width:600px;
	height:436px;
	padding:40px 100px 0px 100px;
	font-size:16px;
	word-break: break-word;
	background:url(../images/home__article_bg2.png) no-repeat left top;
	grid-column: 3 / 4;
	grid-row: 1;
		margin-left:4px;
}


#home .shop .about .tt_wrap .txt h3 {
	font-size:24px;
	font-weight: 600;
	line-height:1.5em;
}
#home .shop .about .tt_wrap .txt h3 span {
	display:block;
}
#home .shop .about .tt_wrap .txt h3 + p {
	margin:1em 0 0 0;
}
#home .shop .about .tt_wrap .txt .link {
	text-align:center;
}
#home .shop .about .tt_wrap .txt .link a {
	display:inline-block;
	margin:2em auto 0 auto;
	padding:0.25em 3em;
	background:#6C5F48;
	border-radius:15px;
	color:#fff;
	color:#fff;
	letter-spacing:0.15em;
	transition:0.2s;
}
#home .shop .about .tt_wrap .txt .link a:hover {
	opacity:0.7;
	text-decoration:none;
}
	}











/*=====3/3 contact*/
#home .contact {
}
/*Responsive - 横1200px以下*/@media only screen and (max-width: 1200px) {
#home .contact {
	width:100%;
	margin:0 auto;
	padding:0;
	/*background:#cbbfa9;*/
	background:#fff;
}
#home .contact .about {
	max-width:100%;
	margin:0 auto;
	background:url(../images/home__tt_wrap_bg__cont__sp__bg.png) repeat-x left top;
}
#home .contact .about .tt_wrap {
	line-height:1.6em;
	height:auto;
	/*position:relative;*/
	background:url(../images/home__tt_wrap_bg__cont__sp.png) no-repeat center top;
	background-size:auto auto;
	display: block;
    /*grid-template-columns: 1fr auto 1fr;
	align-items: center;
		justify-items: start;*/
}
#home .contact .about .tt_wrap .ttl  {
	width:100%;/*orig=340*/
	height:370px;
	margin-right:0px;
	padding:280px -0em 0 15px;
	text-align:left;
	color:#fff;
	display:block;
	/*align-items : center;
	justify-content : center;
    justify-self: center;
	grid-column: 2 / 3;
	grid-row: 1;*/
	/*order:2;*/
			border:0px solid cyan;	
}
#home .contact .about .tt_wrap .ttl h2 span:nth-of-type(1) {
	display:block;
	font-size:38px;
	padding-bottom:0.3em;
}
#home .contact .about .tt_wrap .ttl h2 span:nth-of-type(2) {
	display:inline-block;
	font-size:14px;
	letter-spacing:0.25em;
	border-top:1px solid #988c75;
		padding:0 0 0 0.25em;
}
#home .contact .about .tt_wrap .txt {
	width:100%;
	height:100%;
	padding:2em 15px 40px 15px;
	font-size:15px;
	text-align:left;
	grid-column: 3 / 4;
	grid-row: 1;
	/*order:1;*/
		margin-left:0px;
		background:url(../images/home__tt_wrap_bg__sp__mark.png) no-repeat right -60px top 20px;
		border:0px solid red;
}


#home .contact .about .tt_wrap .txt h3 {
	font-size:23px;
	font-weight: 600;
	line-height:1.5em;
}
#home .contact .about .tt_wrap .txt h3 span {
	display:block;
}
#home .contact .about .tt_wrap .txt h3 + p {
	margin:0.5em 0 0 0;
}
#home .contact .about .tt_wrap .txt .link {
	text-align:center;
}
#home .contact .about .tt_wrap .txt .link a {
	display:inline-block;
	margin:2em auto 0 auto;
	padding:0.25em 3em;
	background:#6C5F48;
	border-radius:15px;
	color:#fff;
	letter-spacing:0.15em;
	transition:0.2s;
}
#home .contact .about .tt_wrap .txt .link a:hover {
	opacity:0.7;
	text-decoration:none;
}
	}
/*Responsive - 横1200px以上*/@media only screen and (min-width: 1200px) {
#home .contact {
	width:100%;
	margin:0 auto;
	padding:0;
	/*background:#cbbfa9;*/
	background:#fff;
}
#home .contact .about {
	max-width:1200px;
	margin:0 auto;
}
#home .contact .about .tt_wrap {
	line-height:2.0em;
	height:389px;
	/*position:relative;*/
	background:url(../images/home__tt_wrap_bg__cont.png) no-repeat left center;
	background-size:auto auto;
	display: grid;
    grid-template-columns: 1fr auto 1fr;
	align-items: center;
		justify-items: start;
}
#home .contact .about .tt_wrap .ttl  {
	text-align:center;
	width:340px;/*orig=340*/
	height:389px;
	margin-right:0px;
	padding:2em -0em 0 0em;
	color:#fff;
	display:flex;
	align-items : center;
	justify-content : center;
    justify-self: center;
	grid-column: 2 / 3;
	grid-row: 1;
	/*order:2;*/
			border:0px solid cyan;	
}
#home .contact .about .tt_wrap .ttl h2 span:nth-of-type(1) {
	display:block;
	font-size:42px;
	padding-bottom:0.3em;
}
#home .contact .about .tt_wrap .ttl h2 span:nth-of-type(2) {
	display:inline-block;
	font-size:16px;
	letter-spacing:0.25em;
	border-top:1px solid #988c75;
}
#home .contact .about .tt_wrap .txt {
	width:400px;
	height:389px;
	padding:2em 0px 0 2em;
	font-size:15px;
	text-align:left;
	grid-column: 1 / 2;
	grid-row: 1;
	/*order:1;*/
		margin-left:0px;
		border:0px solid red;
}


#home .contact .about .tt_wrap .txt h3 {
	font-size:23px;
	font-weight: 600;
	line-height:1.5em;
}
#home .contact .about .tt_wrap .txt h3 span {
	display:block;
}
#home .contact .about .tt_wrap .txt h3 + p {
	margin:0.5em 0 0 0;
}
#home .contact .about .tt_wrap .txt .link {
	text-align:center;
}
#home .contact .about .tt_wrap .txt .link a {
	display:inline-block;
	margin:1em auto 0 auto;
	padding:0.25em 3em;
	background:#6C5F48;
	border-radius:15px;
	color:#fff;
	letter-spacing:0.15em;
	transition:0.2s;
}
#home .contact .about .tt_wrap .txt .link a:hover {
	opacity:0.7;
	text-decoration:none;
}
	}
/*Responsive - 横1400px以上*/@media only screen and (min-width: 1400px) {
#home .contact {
	width:100%;
	margin:0 auto;
	padding:0;
	/*background:#cbbfa9;*/
	background:#fff;
}
#home .contact .about {
	max-width:1400px;
	margin:0 auto;
}
#home .contact .about .tt_wrap {
	line-height:2.0em;
	height:389px;
	/*position:relative;*/
	background:url(../images/home__tt_wrap_bg__cont3.jpg) no-repeat left center;
	background-size:auto auto;
	display: grid;
    grid-template-columns: 1fr auto 1fr;
	align-items: center;
		justify-items: start;
}
#home .contact .about .tt_wrap .ttl  {
	text-align:center;
	width:340px;/*orig=340*/
	height:389px;
	margin-right:0px;
	padding:2em -0em 0 0em;
	color:#fff;
	display:flex;
	align-items : center;
	justify-content : center;
    justify-self: center;
	grid-column: 2 / 3;
	grid-row: 1;
	/*order:2;*/
			border:0px solid cyan;	
}
#home .contact .about .tt_wrap .ttl h2 span:nth-of-type(1) {
	display:block;
	font-size:42px;
	padding-bottom:0.3em;
}
#home .contact .about .tt_wrap .ttl h2 span:nth-of-type(2) {
	display:inline-block;
	font-size:16px;
	letter-spacing:0.25em;
	border-top:1px solid #988c75;
}
#home .contact .about .tt_wrap .txt {
	width:400px;
	height:389px;
	padding:2em 0px 0 2em;
	font-size:15px;
	text-align:left;
	grid-column: 1 / 2;
	grid-row: 1;
	/*order:1;*/
		margin-left:90px;
		border:0px solid red;
}


#home .contact .about .tt_wrap .txt h3 {
	font-size:23px;
	font-weight: 600;
	line-height:1.5em;
}
#home .contact .about .tt_wrap .txt h3 span {
	display:block;
}
#home .contact .about .tt_wrap .txt h3 + p {
	margin:0.5em 0 0 0;
}
#home .contact .about .tt_wrap .txt .link {
	text-align:center;
}
#home .contact .about .tt_wrap .txt .link a {
	display:inline-block;
	margin:1em auto 0 auto;
	padding:0.25em 3em;
	background:#6C5F48;
	border-radius:15px;
	color:#fff;
	letter-spacing:0.15em;
	transition:0.2s;
}
#home .contact .about .tt_wrap .txt .link a:hover {
	opacity:0.7;
	text-decoration:none;
}
	}
/*Responsive - 横1900px以上*/@media only screen and (min-width: 1900px) {
#home .contact {
	width:100%;
	margin:0 auto;
	padding:0;
}
#home .contact .about {
	max-width:1920px;
	margin:0 auto;
}
#home .contact .about .tt_wrap {
	width:100%;
	height:436px;
	line-height:2.0em;
	/*position:relative;*/
	background:#cbbfa9 url(../images/home__tt_wrap_bg__cont2.jpg) no-repeat right center;
	background-size:auto auto;
	display: grid;
    grid-template-columns: 1fr auto 1fr;
	align-items: center;
		justify-items: end;
}
#home .contact .about .tt_wrap .ttl {
	width:420px;
	height:436px;
	padding:0em -0em 0 0em;
	text-align:center;
	color:#fff;
	grid-column: 2 / 3;
	grid-row: 1;
			border:0px solid red;
}
#home .contact .about .tt_wrap .ttl > div {
	width:420px;
	height:436px;
	padding:2em 0em 0 0em;
	display:flex;
	align-items : center;
	justify-content : center;
    justify-self: center;
}
#home .contact .about .tt_wrap .ttl {
	background:url(../images/home__ttl_bg_t.png) no-repeat center top;
}
#home .contact .about .tt_wrap .ttl > div {
	background:none;
}

#home .contact .about .tt_wrap .ttl h2 {}
#home .contact .about .tt_wrap .ttl h2 span:nth-of-type(1) {
	display:block;
	font-size:43px;
	padding-bottom:0.3em;
}
#home .contact .about .tt_wrap .ttl h2 span:nth-of-type(2) {
	display:inline-block;
	font-size:16px;
	letter-spacing:0.25em;
	border-top:1px solid #988c75;
}

#home .contact .about .tt_wrap .txt {
	width:600px;
	height:436px;
	padding:40px 100px 0px 100px;
	font-size:16px;
	word-break: break-word;
	background:url(../images/home__article_bg2.png) no-repeat left top;
	grid-column: 1 / 2;
	grid-row: 1;
		margin-right:5px;
}


#home .contact .about .tt_wrap .txt h3 {
	font-size:24px;
	font-weight: 600;
	line-height:1.5em;
}
#home .contact .about .tt_wrap .txt h3 span {
	display:block;
}
#home .contact .about .tt_wrap .txt h3 + p {
	margin:1em 0 0 0;
}
#home .contact .about .tt_wrap .txt .link {
	text-align:center;
}
#home .contact .about .tt_wrap .txt .link a {
	display:inline-block;
	margin:2em auto 0 auto;
	padding:0.25em 3em;
	background:#6C5F48;
	border-radius:15px;
	color:#fff;
	letter-spacing:0.15em;
	transition:0.2s;
}
#home .contact .about .tt_wrap .txt .link a:hover {
	opacity:0.7;
	text-decoration:none;
}
	}













/*=====links*/
/*Responsive - 横1000px以下*/@media only screen and (max-width: 1200px) {
#home  .top_bg2 {
	width:100%;
	height:40px;
	background:url(../images/home__contact__top_bg2.png) no-repeat center bottom;
}
#home .links {
	width:100%;
	margin:-0px 0 0 0;
	padding:0 15px 40px 15px;
	background-image: url(../images/bg1.png);
	background-color:#eee;
}
#home .links div {
	width:100%;
	margin:0 auto;
		border:0px solid red;
}
#home .links h2 {
	margin-bottom:1em;
	font-size:28px;
	font-weight:bold;
}
#home .links ul {
	line-height:2.0em;
	display: block;
    flex-wrap: wrap;
}
#home .links ul li {
	width:100%;
	margin:0 0em 2em 0;
	padding:0 0 0 1em;
	border-left:2px solid #bb4b48;
}
#home .links ul li:last-child {
	margin:0 0em 0em 0;
}
	}
/*Responsive - 横1000px以上*/@media only screen and (min-width: 1200px) {
#home .links {
	width:100%;
	padding:80px 0;
	background-image: url(../images/bg1.png);
	background-color:#eee;
}
#home .links div {
	width:900px;
	margin:0 auto;
		border:0px solid red;
}
#home .links h2 {
	margin-bottom:1em;
	font-size:28px;
	font-weight:bold;
}
#home .links ul {
	line-height:2.0em;
	display: flex;
    flex-wrap: wrap;
}
#home .links ul li {
	width:50%;
	margin:0 0em 2em 0;
	padding:0 0 0 1em;
	border-left:2px solid #bb4b48;
}
	}








/*=====accessmap*/
/*Responsive - 横1000px以下*/@media only screen and (max-width: 1000px) {
#home .accessmap {
	width:100%;
	padding:40px 15px;
	background:#fff;
}
#home .accessmap > div {
	width:100%;
	margin:0 auto;
		border:0px solid red;
}

#home .accessmap > div > section {
	display:block;
	justify-content: center;
	align-items:flex-end;
}

#home .accessmap > div > section .gmap {
		border:0px solid green;
}
#home .accessmap > div > section .gmap iframe {
	width:100% !important;
}

#home .accessmap > div > section .data {
	margin:0 0 0 0em;
	padding:0 0 0.5em 0;
}
#home .accessmap > div > section .data h3 {
	margin:0 0 0.0em 0;
	font-size:22px;
	font-weight:bold;
}
#home .accessmap > div > section .data h3 span {
	font-size:14px;
	font-weight:bold;
	vertical-align: top;
}
#home .accessmap > div > section .data ul {}
#home .accessmap > div > section .data ul li {
	line-height:2em;
}
#home .accessmap > div > section .data ul li:first-child {
	line-height:1.5em;
    margin:0.5em 0  0.7em 0;
}
	}
/*Responsive - 横1000px以上*/@media only screen and (min-width: 1000px) {
#home .accessmap {
	width:100%;
	padding:80px 0;
	background:#fff;
}
#home .accessmap > div {
	width:900px;
	margin:0 auto;
		border:0px solid red;
}

#home .accessmap > div > section {
	display:flex;
	justify-content: center;
	align-items:flex-end;
}

#home .accessmap > div > section .gmap {
		border:0px solid green;
}
#home .accessmap > div > section .gmap iframe {
	width:450px !important;
}

#home .accessmap > div > section .data {
	margin:0 0 0 3em;
	padding:0 0 0.5em 0;
}
#home .accessmap > div > section .data h3 {
	margin:0 0 0.5em 0;
	font-size:22px;
	font-weight:bold;
}
#home .accessmap > div > section .data h3 span {
	font-size:14px;
	font-weight:bold;
	vertical-align: top;
}
#home .accessmap > div > section .data ul {}
#home .accessmap > div > section .data ul li {
	line-height:2em;
}
#home .accessmap > div > section .data ul li:first-child {
	line-height:1.5em;
    margin:0.5em 0  0.7em 0;
}
	}





































/*----------------------------------------------------
[about/]
----------------------------------------------------*/
/*Responsive - 横1000px以下*/@media only screen and (max-width: 1000px) {
#about main {
	line-height:2.5em;
}

#about .mainimg {
	min-height:496px;
	background:#cbbfa9 url(../images/about__mainimg_bg_l__sp.png) no-repeat left top;
}
#about .mainimg section {
	text-align:center;
	min-height:496px;
	padding:0 15px;
	background:url(../images/about__mainimg_bg_r__sp.png) no-repeat right top;
		overflow:hidden;
}

#about .mainimg section h2.pc {display:none;}
#about .mainimg section h2 img {
	width:100%;
	max-width:270px;
	margin:65px 0 0 0;
}
#about .mainimg section p {
	margin:15px 0 0 0;
	line-height:1.6em;
	font-size: min(3.8vw, 14px);
}
#about .mainimg section p br:nth-of-type(2) {display:none;}
#about .mainimg section dl {
	margin:15px 0 0 0;
	font-size:12px;
	line-height:1.6em;
}
#about .mainimg section dt img {
	width:50px;
}

#about .detail {
	width:100%;
	max-width:1250px;
	margin:0 auto;
	padding:40px 15px 60px 15px;
	background:url(../images/about__mainimg_parts_line.png) no-repeat center bottom;
		border:0px solid red;
}
#about .artgallery {background:none;}
#about .detail h3 {
	margin:0 0 1em 0;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	letter-spacing:0.15em;
	color:#6c5f48;
}


#about .detail section {
	width:100%;
}


#about .detail aside.note {
	padding:0px 0 20px 0;
	text-align:center;
}
#about .detail aside.note p a {
	display:inline;
	border-bottom:1px solid #CBBFA9;
}
#about .detail aside.note p a:hover {
	border-bottom:1px solid #76000C;
}
#about .detail aside.note p a img {
	width:60px;
	height:auto;
	margin:0 0.5em;
	vertical-align: baseline;
}
	}
/*Responsive - 横1000px以上*/@media only screen and (min-width: 1000px) {
#about main {
	line-height:2.5em;
}

#about .mainimg {
	height:630px;
	background:#cbbfa9 url(../images/about__mainimg_bg_l.png) no-repeat left top;
}
#about .mainimg section {
	text-align:center;
	height:630px;
	background:url(../images/about__mainimg_bg_r.png) no-repeat right top;
}

#about .mainimg section h2.sp {display:none;}
#about .mainimg section h2 img {
	width:600px;
	margin:120px 0 0 0;
}
#about .mainimg section p {
	margin:30px 0 0 0;
	line-height:2.0em;
}
#about .mainimg section p br:nth-of-type(4) {display:none;}
#about .mainimg section dl {
	margin:30px 0 0 0;
	font-size:12px;
	line-height:2.0em;
}
#about .mainimg section dt img {
	width:70px;
}
#about .mainimg section dd br {display:none;}

#about .detail {
	width:100%;
	max-width:1250px;
	margin:0 auto;
	padding:80px 0em 80px 0em;
	background:url(../images/about__mainimg_parts_line.png) no-repeat center bottom;
		border:0px solid red;
}
#about .artgallery {background:none;}
#about .detail h3 {
	margin:0 0 1em 0;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	letter-spacing:0.15em;
	color:#6c5f48;
}


#about .detail section {
	width:100%;
}


#about .detail aside.note {
	padding:0px 0 30px 0;
	text-align:center;
}
#about .detail aside.note p a {
	display:inline;
	border-bottom:1px solid #CBBFA9;
}
#about .detail aside.note p a:hover {
	border-bottom:1px solid #76000C;
}
#about .detail aside.note p a img {
	width:60px;
	height:auto;
	margin:0 0.5em;
	vertical-align: baseline;
}
	}


/*Responsive - 横1000px以下*/@media only screen and (max-width: 1000px) {
#about .detail section p {
	width:100%;
	margin:0 auto 0em auto;
	line-height:2.0em;
}

#about .detail section ul {
	display:flex;
	flex-wrap: wrap;
	justify-content:center;
}
#about .detail section ul li {
	line-height:1.5em;
	margin:0 auto 40px auto;
	max-width:400px;
}
#about .detail section ul li:first-child {margin-top:1.5em;}
#about .detail .pic3 ul li {
	margin:0 auto 20px auto;
}
#about .detail .pic4 ul li {
	margin:0 auto 20px auto;
}
#about .detail section ul li img {
	display:block;
	width:100%;
	max-width:400px;
	margin:0 0 0.25em 0;
}
#about .detail section ul li em {
	font-size:75%;
	font-style:normal;
}

#about .detail section h4 {
	margin:0.5em 0 0.5em 0;
	text-align:left;
	font-size:20px;
	font-weight:bold;
	letter-spacing:0.15em;
	color:#6c5f48;
}
#about .detail aside {
	text-align:center;
}
#about .detail aside h4 {
	display:inline-block;
	margin:1em auto 2em auto;
	text-align:center;
	font-size:20px;
}
#about .detail aside h4 a:link {
	padding-bottom:0.25em;
	border-bottom:1px solid #6c5f48;
	color:#6c5f48;
	text-decoration:none;
}
#about .detail aside h4 a:hover {
	border-bottom:1px solid #76000C;
	color:#76000C;
	text-decoration:none;
}
	}
/*Responsive - 横1000px以上*/@media only screen and (min-width: 1000px) {
#about .detail section p {
	width:850px;
	margin:0 auto 1.5em auto;
	line-height:2.5em;
}

#about .detail section ul {
	display:flex;
	flex-wrap: wrap;
	justify-content:center;
}
#about .detail section ul li {
	line-height:1.5em;
	margin:0 0px 40px 0px;
}
#about .detail .pic3 ul li {
	width:390px;
	margin:0 10px 20px 10px;
}
#about .detail .pic4 ul li {
	width:400px;
	margin:0 30px 40px 30px;
}
#about .detail section ul li img {
	display:block;
	width:100%;
	max-width:400px;
	margin:0 0 0.25em 0;
}
#about .detail section ul li em {
	font-size:75%;
	font-style:normal;
}

#about .detail section h4 {
	margin:0.5em 0 0.5em 0;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	letter-spacing:0.15em;
	color:#6c5f48;
}
#about .detail aside {
	text-align:center;
}
#about .detail aside h4 {
	display:inline-block;
	margin:1em auto 2em auto;
	text-align:center;
	font-size:20px;
}
#about .detail aside h4 a:link {
	padding-bottom:0.25em;
	border-bottom:1px solid #6c5f48;
	color:#6c5f48;
	text-decoration:none;
}
#about .detail aside h4 a:hover {
	border-bottom:1px solid #76000C;
	color:#76000C;
	text-decoration:none;
}
	}



/*Responsive - 横1000px以下*/@media only screen and (max-width: 1000px) {
.connection {
	padding:40px 15px 40px 15px;
	background-image: url(../images/bg2.png);
}
.connection h3 {
	margin:0 0 0em 0;
	text-align:center;
	font-size:26px;
	font-weight:bold;
	color:#6c5f48;
}
.connection section {
	width:100%;
	margin:1.5em auto 2em auto;
}
.connection h4 {
	font-size:20px;
	font-weight:bold;
}
.connection h4:before {
	content: "◆";
	color: #cbbfa9;
	padding:0 0.25em 0 0em;
}
.connection section p {
	margin:0 0 0 0.25em;
}
.connection section ul {
	margin:0.5em 0 0 0;
}
.connection section ul li {
	list-style: disc;
	margin:0 0 0.5em 1.5em;
	line-height:1.6em;
}
	}
/*Responsive - 横1000px以上*/@media only screen and (min-width: 1000px) {
.connection {
	padding:80px 3em 80px 3em;
	background-image: url(../images/bg2.png);
}
.connection h3 {
	margin:0 0 0em 0;
	text-align:center;
	font-size:26px;
	font-weight:bold;
	color:#6c5f48;
}
.connection section {
	width:850px;
	margin:1.5em auto 2em auto;
}
.connection h4 {
	font-size:20px;
	font-weight:bold;
}
.connection h4:before {
	content: "◆";
	color: #cbbfa9;
	padding:0 0.25em 0 0em;
}
.connection section p {
	margin:0 0 0 0.25em;
}
.connection section ul {}
.connection section ul li {
	list-style: disc;
	margin:0 0 0 1.5em;
	line-height:2.5em;
}
	}
























/*----------------------------------------------------
[business/]
----------------------------------------------------*/
#business {}

/*Responsive - 横1000px以下*/@media only screen and (max-width: 1000px) {
#business main {
	line-height:2.0em;
}

#business main .btm {
	height:60px;
	margin-top:0px;
	background:url(../images/main_bg_botm__sp.png) no-repeat center bottom;
}

#business .mainimg {
	width:100%;
	height:170px;
	background:url(../images/main_bg_top__sp.png) repeat-x left top;
}
#business .mainimg section {
	display:flex;
	justify-content: center;
	align-items: center;
	width:100%;
	height:170px;
	margin:0 auto;
	background:url(../images/biz__header_ttl_bg_sp.png) no-repeat center top;
}
#business .mainimg section h2 {
	text-align:center;
	color:#fff;
	font-size:16px;
		margin-top:-1em;
}
#business .mainimg section h2 strong {
	display:block;
	font-weight:normal;
	font-size:40px;
	margin-bottom:0.25em;
}
#business .mainimg section h2 span {
	padding-top:0.10em;
	letter-spacing:0.15em;
	border-top:1px solid #6C5F48;
}
	}
/*Responsive - 横1000px以上*/@media only screen and (min-width: 1000px) {
#business main {
	line-height:2.5em;
}
#business .mainimg {
	width:100%;
	height:440px;
	background:#000 url(../images/biz__header_bg.jpg) no-repeat center top;
	background-size:cover; 
}
#business .mainimg section {
	display:flex;
	justify-content: center;
	align-items: center;
	width:603px;
	height:440px;
	margin:0 auto;
	background:url(../images/biz__header_ttl_bg.png) no-repeat center top;
}
#business .mainimg section h2 {
	text-align:center;
	font-size:20px;
	color:#fff;
}
#business .mainimg section h2 strong {
	display:block;
	font-weight:normal;
	font-size:60px;
	margin-bottom:0.4em;
}
#business .mainimg section h2 span {
	padding-top:0.20em;
	letter-spacing:0.15em;
	border-top:1px solid #6C5F48;
}
	}



/*Responsive - 横1000px以下*/@media only screen and (max-width: 1000px) {
#business .detail {
	width:100%;
	margin:0 auto;
	padding:30px 15px 40px 15px;
	/*background:url(../images/bg1.png) repeat left top;*/
}
#business .detail section {
	max-width:1250px;
	margin:0 auto;
		border:0px solid red;
}
#business .detail div {
	width:100%;
	margin:0 auto;
	text-align:center;
}
#business .detail h3 {
	font-size:30px;
	font-weight:bold;
	letter-spacing:0.10em;
	color:#6C5F48;
		text-align:left;
}
#business .detail section p img {
	width:100%;
	max-width:440px;
}
#business .detail section p:first-child {
	margin:1em 0 1.0em 0;
	font-size:18px;
		text-align:left;
}
#business .detail section p:nth-of-type(2) {}
#business .detail section p:last-child {
	margin:0.0em 0;
	text-align:left;
}
	}
/*Responsive - 横1000px以上*/@media only screen and (min-width: 1000px) {
#business .detail {
	width:100%;
	margin:0 auto;
	padding:80px 0;
	background:url(../images/bg1.png) repeat left top;
}
#business .detail section {
	max-width:1250px;
	margin:0 auto;
		border:0px solid red;
}
#business .detail div {
	width:800px;
	margin:0 auto;
	text-align:center;
}
#business .detail h3 {
	font-size:34px;
	font-weight:bold;
	letter-spacing:0.15em;
	color:#6C5F48;
}
#business .detail section p img {
	width:440px;
}
#business .detail section p:first-child {
	margin:1em 0 1.25em 0;
	font-size:24px;
}
#business .detail section p:nth-of-type(2) {}
#business .detail section p:last-child {
	margin:1.0em 0;
	text-align:left;
}
	}



/*Responsive - 横1000px以下*/@media only screen and (max-width: 1000px) {
#business .example {
	margin:0 auto;
	padding:40px 15px 40px 15px;
	background:#6c5f48;
	color:#fff;
	text-align:center;
}
#business .example > div {
	width:100%;
	max-width:1250px;
	margin:0 auto;
}
#business .example h3 {
	margin:0 0 1em 0;
	text-align:center;
	font-size:24px;
	font-weight:normal;
}
#business .example h3:before {
	content: "[ ";
}
#business .example h3:after {
	content: " ]";
}

#business .example dl {
	line-height:2em;
	margin:0em 0 0.5em 0;
		text-align:left;
}
#business .example  dl dt {
	margin:2em 0 0.0em 0;
}
#business .example dl dd {}
#business .example dl dd .dn_sp { display:none;}
#business .example dl dd span {}
#business .example dl dd em {
	font-size:20px;
	font-style:normal;
}

#business .example section ul {
	display:flex;
	flex-wrap: wrap;
	justify-content:center;
	margin:0 auto 40px auto;
		border:0px solid red;
}
#business .example section ul li {
	line-height:1.5em;
	margin:0 0px 40px 0px;
}
#business .example section.senix  ul li {
	margin:0 0px 0px 0px;
}
#business .example section ul:last-child {
	margin:0 0px 0px 0px;
}
#business .example .pic3 ul li {
	width:390px;
	margin:0 0px 15px 0px;
}
#business .example .pic4 ul li {
	width:400px;
	margin:0 0px 15px 0px;
}
#business .example section ul li img {
	display:block;
	width:100%;
	max-width:400px;
	margin:0 0 0.25em 0;
}
#business .example section ul li em {
	font-size:75%;
	font-style:normal;
}

#business aside.note {
	padding:40px 0 30px 0;
	text-align:center;
}
#business aside.note p a {
	display:inline;
	border-bottom:1px solid #CBBFA9;
}
#business aside.note p a:hover {
	border-bottom:1px solid #76000C;
}
#business aside.note p a img {
	width:60px;
	height:auto;
	margin:0 0.5em;
	vertical-align: baseline;
}
	}
/*Responsive - 横1000px以上*/@media only screen and (min-width: 1000px) {
#business .example {
	margin:0 auto;
	padding:80px 0 80px 0;
	background:#6c5f48;
	color:#fff;
	text-align:center;
}
#business .example > div {
	width:100%;
	max-width:1250px;
	margin:0 auto;
}
#business .example h3 {
	margin:0 0 1em 0;
	text-align:center;
	font-size:24px;
	font-weight:normal;
}
#business .example h3:before {
	content: "[ ";
}
#business .example h3:after {
	content: " ]";
}

#business .example dl {
	line-height:2em;
	margin:0em 0 0.5em 0;
}
#business .example dl .dn_pc { display:none;}
#business .example  dl dt {
	margin:2em 0 0.25em 0;
}
#business .example dl dd {}
#business .example dl dd span {}
#business .example dl dd em {
	font-size:20px;
	font-style:normal;
}

#business .example section ul {
	display:flex;
	flex-wrap: wrap;
	justify-content:center;
	margin:0 auto 40px auto;
		border:0px solid red;
}
#business .example section ul li {
	line-height:1.5em;
	margin:0 0px 40px 0px;
}
#business .example section ul:last-child {
	margin:0 0px 0px 0px;
}
#business .example .pic3 ul li {
	width:390px;
	margin:0 10px 15px 10px;
}
#business .example .pic4 ul li {
	width:400px;
	margin:0 10px 15px 10px;
}
#business .example section ul li img {
	display:block;
	width:100%;
	max-width:400px;
	margin:0 0 0.25em 0;
}
#business .example section ul li em {
	font-size:75%;
	font-style:normal;
}

#business aside.note {
	padding:60px 0;
	text-align:center;
}
#business aside.note p a {
	display:inline;
	border-bottom:1px solid #CBBFA9;
}
#business aside.note p a:hover {
	border-bottom:1px solid #76000C;
}
#business aside.note p a img {
	width:60px;
	height:auto;
	margin:0 0.5em;
	vertical-align: baseline;
}
	}


















/*----------------------------------------------------
[creator/]
----------------------------------------------------*/
#creator {}

/*Responsive - 横1000px以下*/@media only screen and (max-width: 1000px) {
#creator main {
	line-height:2.0em;
}

#creator main .btm {
	height:60px;
	margin-top:-25px;
	background:url(../images/main_bg_botm__sp.png) no-repeat center bottom;
}

#creator .mainimg {
	width:100%;
	height:170px;
	background:url(../images/main_bg_top__sp.png) repeat-x left top;
}
#creator .mainimg section {
	display:flex;
	justify-content: center;
	align-items: center;
	width:100%;
	height:170px;
	margin:0 auto;
	background:url(../images/creator__header_ttl_bg_sp.png) no-repeat center top;
}
#creator .mainimg section h2 {
	text-align:center;
	color:#fff;
	font-size:16px;
		margin-top:-1em;
}
#creator .mainimg section h2 strong {
	display:block;
	font-weight:normal;
	font-size:50px;
	margin-bottom:0.25em;
}
#creator .mainimg section h2 span {
	padding-top:0.10em;
	letter-spacing:0.15em;
	border-top:1px solid #6C5F48;
}
	}
/*Responsive - 横1000px以上*/@media only screen and (min-width: 1000px) {
#creator main {
	line-height:2.0em;
}

#creator .mainimg {
	width:100%;
	height:440px;
	background:#000 url(../images/creator__header_bg.jpg) no-repeat center top;
	background-size:cover;
}
#creator .mainimg section {
	display:flex;
	justify-content: center;
	align-items: center;
	width:603px;
	height:440px;
	margin:0 auto;
	background:url(../images/creator__header_ttl_bg.png) no-repeat center top;
}
#creator .mainimg section h2 {
	text-align:center;
	color:#fff;
	font-size:20px;
}
#creator .mainimg section h2 strong {
	display:block;
	font-weight:normal;
	font-size:60px;
	margin-bottom:0.5em;
}
#creator .mainimg section h2 span {
	padding-top:0.20em;
	letter-spacing:0.15em;
	border-top:1px solid #6C5F48;
}
	}


/*Responsive - 横1000px以下*/@media only screen and (max-width: 1000px) {
#creator .lists {
	width:100%;
	max-width:100%;
	margin:0 auto;
	padding:25px 15px 25px 15px;
		border:0px solid green;
}
#creator .lists > div {
	display:flex;
	flex-direction:column ;
	flex-wrap: wrap;
	justify-content: center;
}
#creator section {
	width:100%;
	margin:0 auto 3em auto;
}
#creator section > div {
	text-align:left;
		max-width:500px;
		margin:0 auto;
}
#creator section h3 {
	line-height:1.4em;
}
#creator section h3 img {
	width:100%;
	max-width:500px;
}
#creator section h4 {
	margin:0.1em 0 0.25em 0;
	font-size:22px;
	font-weight: bold;
    color: #6c5f48;
}
	}
/*Responsive - 横1000px以上*/@media only screen and (min-width: 1000px) {
#creator .lists {
	width:100%;
	max-width:950px;
	margin:0 auto;
	padding:100px 0 25px 0;
		border:0px solid red;
}
#creator .lists > div {
	display:flex;
	flex-direction:row;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#creator section {
	width:300px;
	margin:0 8px 5em 8px;
}
#creator section > div {
	text-align:left;
}
#creator section h3 {
	line-height:1.4em;
}
#creator section h3 img {
	width:290px;
}
#creator section h4 {
	margin:0.1em 0 0.25em 0;
	font-size:22px;
	font-weight: bold;
    color: #6c5f48;
}
	}
/*Responsive - 横1000px以下*/@media only screen and (max-width: 1000px) {
#creator section ul {
	min-height:0em;
}
	}
/*Responsive - 横1000px以上*/@media only screen and (min-width: 1000px) {
#creator section ul {
	min-height:5em;
}
	}
#creator section ul li {
	margin:0 0 0.5em 0;
	line-height:1.2em;
	font-size:14px;
}
#creator section ul li.square:before {
	content: "■";
	color:#CBBFA9;
}
#creator section p {
}










/*----------------------------------------------------
[contact/]
----------------------------------------------------*/
#contact {}

/*Responsive - 横1000px以下*/@media only screen and (max-width: 1000px) {
#contact main {
	line-height:2.0em;
}

#contact main .btm {
	height:60px;
	margin-top:25px;
	background:url(../images/main_bg_botm__sp.png) no-repeat center bottom;
}

#contact .mainimg {
	width:100%;
	height:170px;
	background:url(../images/main_bg_top__sp.png) repeat-x left top;
}
#contact .mainimg section {
	display:flex;
	justify-content: center;
	align-items: center;
	width:100%;
	height:170px;
	margin:0 auto;
	background:url(../images/contact__header_ttl_bg__sp.png) no-repeat center top;
}
#contact .mainimg section h2 {
	text-align:center;
	color:#fff;
	font-size:16px;
		margin-top:-1em;
}
#contact .mainimg section h2 strong {
	display:block;
	font-weight:normal;
	font-size:50px;
	margin-bottom:0.25em;
}
#contact .mainimg section h2 span {
	padding-top:0.10em;
	letter-spacing:0.15em;
	border-top:1px solid #6C5F48;
}
	}
/*Responsive - 横1000px以上*/@media only screen and (min-width: 1000px) {
#contact main {
	line-height:2.0em;
}

#contact .mainimg {
	width:100%;
	height:440px;
	background:#000 url(../images/contact__header_bg.jpg) no-repeat center top;
	background-size:cover; 
}
#contact .mainimg section {
	display:flex;
	justify-content: center;
	align-items: center;
	width:603px;
	height:440px;
	margin:0 auto;
	background:url(../images/contact__header_ttl_bg.png) no-repeat center top;
}
#contact .mainimg section h2 {
	text-align:center;
	color:#fff;
	font-size:20px;
}
#contact .mainimg section h2 strong {
	display:block;
	font-weight:normal;
	font-size:60px;
	margin-bottom:0.5em;
}
#contact .mainimg section h2 span {
	padding-top:0.20em;
	letter-spacing:0.15em;
	border-top:1px solid #6C5F48;
}
	}


/*Responsive - 横1000px以下*/@media only screen and (max-width: 1000px) {
#contact .detail {
	width:100%;
	margin:0 auto;
	background-image: url(../images/bg2.png);
	background-color:#ccc;
}
#contact .detail_inner {
	width:100%;
	background:#fff;
	margin:0 auto;
}
#contact .detail_inner .ttl > section {
	margin:0 0 30px 0;
	padding:0 15px 40px 15px;
	background:url(../images/parts__diamond.png) no-repeat center bottom;
}
#contact .detail_inner .ttl {
	text-align:center;
	padding:30px 0 0 0;
}
#contact .detail_inner .ttl h3 {
	font-size:18px;
}
	}
/*Responsive - 横1000px以上*/@media only screen and (min-width: 1000px) {
#contact .detail {
	width:100%;
	margin:0 auto;
	background-image: url(../images/bg2.png);
	background-color:#ccc;
}
#contact .detail_inner {
	width:890px;
	background:#fff;
	margin:0 auto;
}
#contact .detail_inner .ttl > section {
	margin:0 0 60px 0;
	padding:0 50px 66px 50px;
	background:url(../images/parts__diamond.png) no-repeat center bottom;
}
#contact .detail_inner .ttl {
	text-align:center;
	padding:100px 0 0 0;
}
#contact .detail_inner .ttl h3 {
	font-size:18px;
}
	}


#contact #mailform .choice {}
/*Responsive - 横1000px以下*/@media only screen and (max-width: 1000px) {
#contact #mailform .choice > div > section {
	margin:0 0 40px 0;
	padding:0 15px 35px 15px;
	background:url(../images/parts__diamond.png) no-repeat center bottom;
}

#contact #mailform .data {}
#contact #mailform .data > div > section {
	margin:0 0 0px 0;
	padding:0 15px 40px 15px;
	background:none;
}
#contact #mailform section > div > section.line2 {
	display: inherit;
	flex-wrap: wrap;
	justify-content: space-between;
}
#contact #mailform .data > div > section.naiyou {
	padding:0 15px 0px 15px;
}

#contact #mailform .data h4:before {
	content: "■";
}

#contact #mailform .choice h4 {
	margin:0 0 0.5em 0;
	text-align:left;
	font-size:18px;
	font-weight:bold;
	color:#6C5F48;
	line-height:1.6em;
}

#contact #mailform .choice ul {
	display: inline;
	flex-direction:collumn;
	flex-wrap: wrap;
	justify-content:flex-start;
		border:0px solid red;
}
#contact #mailform .choice ul li {
	margin:0.5em 0 0em 0;
	width:100%;
	line-height:1.6em;
}
	}
/*Responsive - 横1000px以上*/@media only screen and (min-width: 1000px) {
#contact #mailform .choice > div > section {
	margin:0 0 60px 0;
	padding:0 50px 66px 50px;
	background:url(../images/parts__diamond.png) no-repeat center bottom;
}

#contact #mailform .data {}
#contact #mailform .data > div > section {
	margin:0 0 30px 0;
	padding:0 50px 50px 50px;
	background:none;
}
#contact #mailform section > div > section.line2 {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#contact #mailform .data > div > section.naiyou {
	padding:0 50px 0px 50px;
}

#contact #mailform .data h4:before {
	content: "■";
}

#contact #mailform .choice h4 {
	margin:0 0 0.5em 0;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#6C5F48;
	line-height:2.0em;
}

#contact #mailform .choice ul {
	display:flex;
	flex-direction:row;
	flex-wrap: wrap;
	justify-content:flex-start;
		border:0px solid red;
}
#contact #mailform .choice ul li {
	margin:1em 0 0em 0;
	width:50%;
	line-height:2.0em;
}
	}


/*Responsive - 横1000px以下*/@media only screen and (max-width: 1000px) {
#contact #mailform .data h4 {
	margin:0.5em 0 0.0em 0;
}
	}
/*Responsive - 横1000px以上*/@media only screen and (min-width: 1000px) {
#contact #mailform .data h4 {
	margin:0 0 0.25em 0;
}
	}
#contact #mailform .data h4 strong {
	margin:0 0 0 1em;
	padding:0.20em 0.5em;
	font-weight:normal;
	font-size:12px;
	color:#fff;
	background:#920F15;
	border-radius:5px;
	vertical-align:bottom;
}
#contact #mailform .data ul {
	display:flex;
	flex-wrap: wrap;
	justify-content:flex-start;
		border:0px solid red;
}
#contact #mailform .data ul li {
	margin:0 1.5em 0 0;
}

#contact #mailform section > div > section label:hover {
	background:#fafafa;
}
#contact #mailform section > div > section input {
	margin-right:4px;
	padding:0.55em 0.5em;
	border:1px solid #999;
	font-family:メイリオ, 'Noto Serif JP', serif, ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif !important;
}

#contact #mailform section > div > section input:hover {
	background:#fafafa;
	border:1px solid #6C5F48;
}
#contact #mailform section > div > section.line0 dt {
	margin:0 0 0.5em 0;
}
#contact #mailform section > div > section.line0 dt input {
	padding:0em 0.25em;
	height:30px;
}
#contact #mailform section > div > section.line0 dt input:first-child {
	width:80px !important;
	margin:0px 5px 0px 0;
}
#contact #mailform section > div > section.line0 dt input.zip {
	font-size:12px;
	display:inline-block;
	padding:0 0.5em;
	border-radius:5px;
}
/*Responsive - 横1000px以下*/@media only screen and (max-width: 1000px) {
#contact #mailform section > div > section.line0 dd input {
	width:100% !important;
}
#contact #mailform section > div > section.line1 input {
	width:100% !important;
	max-width:290px !important;
}
#contact #mailform section > div > section.line2 input {
	width:100% !important;
	max-width:290px !important;
}
	}
/*Responsive - 横1000px以上*/@media only screen and (min-width: 1000px) {
#contact #mailform section > div > section.line0 dd input {
	width:100% !important;
}
#contact #mailform section > div > section.line1 input {
	width:340px !important;
	max-width:340px !important;
}
#contact #mailform section > div > section.line2 input {
	width:340px !important;
	max-width:340px !important;
}
	}

#contact #mailform textarea {
	width:100% !important;
	padding: 0.55em 0.5em !important;
	border:1px solid #999;
	font-family:メイリオ, 'Noto Serif JP', serif, ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif !important;
}
#contact #mailform textarea:hover {
	background:#fafafa;
	border:1px solid #6C5F48;
}

#contact #mailform section > div > section select {
	padding:0em 0.25em;
	height:30px;
}


/*Responsive - 横1000px以下*/@media only screen and (max-width: 1000px) {
#contact .detail_inner .privacy {
	margin:25px 0 0 0;
	padding:35px 15px 0px 15px;
	text-align:center;
	background:url(../images/parts__diamond.png) no-repeat center top;
}
#contact .detail_inner .privacy p {
	margin:0 0 3em 0;
}
#contact .detail_inner .privacy p a:link {
	border-bottom:1px solid #6C5F48;
	padding:0 0 0.0em 0;
}
#contact .detail_inner .privacy p a:hover {
	border-bottom:1px solid #76000C;
	text-decoration:none;
}
#contact .detail_inner .privacy .submit_btn {}
#contact .detail_inner .privacy .submit_btn input {
	padding:1em 2em;
	background:#6C5F48;
	border:0;
	border-radius:25px;
	color:#fff;
	font-size:16px;
	transition:0.2s;
}
#contact .detail_inner .privacy .submit_btn input:hover {
	background:#76000C;
}
	}
/*Responsive - 横1000px以上*/@media only screen and (min-width: 1000px) {
#contact .detail_inner .privacy {
	margin:50px 0 0 0;
	padding:60px 40px 0px 40px;
	text-align:center;
	background:url(../images/parts__diamond.png) no-repeat center top;
}
#contact .detail_inner .privacy p {
	margin:0 0 3em 0;
}
#contact .detail_inner .privacy p a:link {
	border-bottom:1px solid #6C5F48;
	padding:0 0 0.0em 0;
}
#contact .detail_inner .privacy p a:hover {
	border-bottom:1px solid #76000C;
	text-decoration:none;
}
#contact .detail_inner .privacy .submit_btn {}
#contact .detail_inner .privacy .submit_btn input {
	padding:1em 2em;
	background:#6C5F48;
	border:0;
	border-radius:25px;
	color:#fff;
	font-size:16px;
	transition:0.2s;
}
#contact .detail_inner .privacy .submit_btn input:hover {
	background:#76000C;
}
	}














/*----------------------------------------------------
[contact_thanks/]
----------------------------------------------------*/
#contact_thanks {}
#contact_thanks main {
	width:100%;
	line-height:2.0em;
	background-image: url(../images/bg_tr.png);
	background-color:#aaa;
}
/*Responsive - 横1000px以下*/@media only screen and (max-width: 1000px) {
#contact_thanks .mainimg {
	max-width:1920px;
	/*height:956px;*/
	height:856px;/*956-50px-50px*/
	margin:0 auto;
	background:#ccc url(../images/contact_thanks__mainimg_bg.jpg) no-repeat center -50px;
	/*background-size:cover;*/
	display:flex;
	align-items :flex-start;
		border:0px solid magenta;
}

#contact_thanks .mainimg section {
	margin:0 auto;
	padding:535px 0 0 0;
	width:100%;
	text-align:center;
	color:#fff;
		border:0px solid red;
}
	}
/*Responsive - 横1000px以上*/@media only screen and (min-width: 1000px) {
#contact_thanks .mainimg {
	max-width:1920px;
	/*height:956px;*/
	height:956px;
	margin:0 auto;
	background:#ccc url(../images/contact_thanks__mainimg_bg.jpg) no-repeat center center;
	/*background-size:cover;*/
	display:flex;
	align-items :flex-start;
		border:0px solid magenta;
}

#contact_thanks .mainimg section {
	margin:0 auto;
	padding:585px 0 0 0;
	width:100%;
	text-align:center;
	color:#fff;
		border:0px solid red;
}
	}
#contact_thanks .mainimg section p a {
	color:#fff;
}
#contact_thanks .mainimg section p a:link {
	display:inline-block;
	margin:1em 0 0 0;
	padding:0.25em 2em ;
	background:#000;
	border-radius:15px;
	transition:0.2s;
}
#contact_thanks .mainimg section p a:hover {
	background:#76000C;
	text-decoration:none;
}













/*----------------------------------------------------
[privacy_policy/]
----------------------------------------------------*/
#privacy_policy {}

/*Responsive - 横1000px以下*/@media only screen and (max-width: 1000px) {
#privacy_policy main {
	line-height:2.0em;
}

#privacy_policy .mainimg {
	width:100%;
	height:170px;
	background-image: url(../images/bg2.png);
	background-color:#eee;
}
#privacy_policy .mainimg section {
	display:flex;
	justify-content: center;
	align-items: center;
	height:170px;
	margin:0 auto;
}
#privacy_policy .mainimg section h2 {
	text-align:center;
	color:#000;
	font-size:22px;
}
#privacy_policy .mainimg section h2 strong {
	display:block;
	font-weight:normal;
	font-size:28px;
	margin-bottom:0.0em;
}
#privacy_policy .mainimg section h2 span {
	display:block;
	border-top:0px solid #6C5F48;
	padding-top:0.25em;
}
	}
/*Responsive - 横1000px以上*/@media only screen and (min-width: 1000px) {
#privacy_policy main {
	line-height:2.5em;
}

#privacy_policy .mainimg {
	width:100%;
	height:190px;
	background-image: url(../images/bg2.png);
	background-color:#eee;
}
#privacy_policy .mainimg section {
	display:flex;
	justify-content: center;
	align-items: center;
	height:190px;
	margin:0 auto;
}
#privacy_policy .mainimg section h2 {
	text-align:center;
	color:#000;
	font-size:24px;
}
#privacy_policy .mainimg section h2 strong {
	display:block;
	font-weight:normal;
	font-size:32px;
	margin-bottom:0.0em;
}
#privacy_policy .mainimg section h2 span {
	display:block;
	border-top:0px solid #6C5F48;
	padding-top:0.10em;
}
	}


/*Responsive - 横1000px以下*/@media only screen and (max-width: 1000px) {
#privacy_policy .detail {
	width:100%;
	margin:0 auto;
	padding:40px 15px 0 15px;
}
#privacy_policy .detail > section {
	padding:0 0 2em 0;
}
	}
/*Responsive - 横1000px以上*/@media only screen and (min-width: 1000px) {
#privacy_policy .detail {
	width:750px;
	margin:0 auto;
	padding:80px 0 0 0;
}
#privacy_policy .detail > section {
	padding:0 0 3em 0;
}
	}
#privacy_policy .detail section h3 {
	font-size:18px;
	font-weight:bold;
}
#privacy_policy .detail section h3:before {
	content: "◆";
	padding:0 0.2em 0 0;
}
#privacy_policy .detail section h3 > section {
}
#privacy_policy .detail section h4 {
}
#privacy_policy .detail section h4:before {
	content: "◎";
	padding:0 0.2em 0 0;
}
#privacy_policy .detail ul {
}
#privacy_policy .detail ul li {
	list-style:disc;
	margin-left:2.5em;
}
#privacy_policy .detail p:first-letter {
	padding-left:1em;
}

/*Responsive - 横1000px以下*/@media only screen and (max-width: 1000px) {
#privacy_policy aside {
	width:100%;
	margin:0 auto;
	padding:0 15px 60px 15px;
	text-align:center;
}
#privacy_policy aside h3 {
	margin-top:1em;
	padding:1em 0;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	text-align:left;
	line-height:1.6em;
}

#privacy_policy aside dl {
	margin:3em 0 0 0;
	text-align:left;
}
#privacy_policy aside dl dt {
	font-size:22px;
	font-weight:bold;
}
#privacy_policy aside dl dt span {
	font-size:14px;
	font-weight:bold;
	vertical-align: top;
}
#privacy_policy aside dl div {
	display: inherit;
	justify-content:space-around;
}
#privacy_policy aside dl div dd {}
	}
/*Responsive - 横1000px以上*/@media only screen and (min-width: 1000px) {
#privacy_policy aside {
	width:750px;
	margin:0 auto;
	padding:0 0 60px 0;
	text-align:center;
}
#privacy_policy aside h3 {
	padding:1em 0;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}

#privacy_policy aside dl {
	margin:3em 0 0 0;
}
#privacy_policy aside dl dt {
	font-size:22px;
	font-weight:bold;
}
#privacy_policy aside dl dt span {
	font-size:14px;
	font-weight:bold;
	vertical-align: top;
}
#privacy_policy aside dl div {
	display: flex;
	justify-content:space-around;
}
#privacy_policy aside dl div dd {}
	}



















/* ================================[pagetop] */
.page_top {
	position: fixed;
	bottom:8%;
	right:2%;
	/*font-size:12px;*/
    z-index: 10000;
}
.page_top a {
	/*display: block;
	display:flex;
	justify-content:center;
	align-items: center;
	width:60px;
	height:60px;
	text-align: center;
	text-decoration: none;
	text-shadow:1px 1px 0 #e34f92;
	background: #6c5f48;
	border:1px solid #fff;
	border-radius:50%;
	color: #fff;
	opacity:0.9;
	box-shadow:0 1px 5px 0px #999;*/
}
.page_top a img {
	width:45px;
	height:45px;
		border:0px solid #eee;
}
.page_top a:hover {
	text-decoration: none;
	text-shadow:none;
	opacity:1;
	transition:0.2s;
	/*background:#000;*/
	/*background:#920f15;*/
	/*color: #594b37;*/
}

















/* ================================[Footer] */
/*Responsive - 横1200px以下*/@media only screen and (max-width: 1200px) {
#footer {
	display:flex;
	flex-direction: column ;
	justify-content:space-between;
	align-items:center;
	width:100%;
	max-width:100%;
	margin:0 auto;
	padding:10px 10px 10px 10px;
	background:#000;
}

#footer ul {
	margin-top:1em;
	font-size:12px;
	color:#fff;
	order: 2;
}
#footer ul li {
	margin:0 0 0.25em 0;
	line-height:1.6em;
	font-weight:400;
}
#footer img {
	order: 1;
}
	}
/*Responsive - 横1200px以上*/@media only screen and (min-width: 1200px) {
#footer {
	display:flex;
	flex-direction: row;
	justify-content:space-between;
	align-items:center;
	width:100%;
	max-width:1920px;
	margin:0 auto;
	padding:10px 30px 10px 30px;
	background:#000;
}

#footer ul {
	margin-top:0em;
	font-size:12px;
	color:#fff;
	order: 1;
}
#footer ul li {
	margin:0 0 0.25em 0;
	line-height:1.6em;
	font-weight:400;
}
#footer img {
	order: 2;
}
	}





