@charset "utf-8";


/* RESET
---------------------------------------- */
html {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 62.5%;
}

body {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

article, aside, details, div, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

audio[controls], canvas, video {
	display: inline-block;
	*display: inline;
	zoom: 1;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul, ol, small {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 100%;
	text-align: left;
}

p {
	line-height: 170%;
}

br {
	letter-spacing: 0;
}

/*
a, a:link, a:active, a:visited {
	text-decoration: underline;
	outline:none;
}

a:hover {
	text-decoration: none;
}

a:focus {
	outline: none;
}

a:hover, a:active {
	outline: 0;
}
*/

b, strong {
	font-weight: bold;
}

img {
	margin: 0;
	padding: 0;
	vertical-align: top;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

li img {
	vertical-align: middle;
}

.acms-entry table {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
	/* width: auto !important; */
	width: auto;
	}

.acms-entry table td {
padding: 0px 10px 20px 10px;
border: none;
line-height: 1.8;
}
th, td {
	font-weight: normal;
	text-align: left;
	padding: 0;
	margin: 0;
	line-height: 100%;
}
.acms-entry table th {
padding: 5px 10px;
border: none;
background-color: #fff;;
color: #555;
font-weight: bold;
text-align: left;
vertical-align: top;
letter-spacing: 3px;
}
@media (max-width: 479px) {
.acms-entry table th {
display: block;
width: 100%;
white-space: nowrap;
}
.acms-entry table td {
	display: block;
}
.acms-entry table {
	/* width: 100% !important; */
	width: auto;
}
.contactBox table th {
    box-sizing: border-box;
    }
}
/* ▲▲▲テーブル table*/


ul, ol {
	zoom: 1;
}

li {
	vertical-align: top;
	list-style: none;
}

dd {
	margin: 0px;
}



/* ---------------
　　　共用
--------------- */
body {
  background: #fff;
  color: #333333;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
  font-size: 14px;
  /* モダンブラウザ向け */
  _text-align: center;
}

hr.clear{
	clear: both;
	border: none;
}

.btn_mini01 a {
	display: inline-block;
	margin: 5px auto;
	padding: 3px 50px;
	color: #fff;
	line-height: 1.5;
	background: #5a5a5a;
	border-radius: 3px;
	text-decoration: none;
}

.btn_mini01 a:hover {
	background: #8a8a8a;
}

@font-face{
	font-family: 'texgyreadventor';
	src: url('texgyreadventor/texgyreadventor-regular-webfont.eot');
	src: url('texgyreadventor/texgyreadventor-regular-webfont.eot?iefix') format('eot'),
	     url('texgyreadventor/texgyreadventor-regular-webfont.woff') format('woff'),
	     url('texgyreadventor/texgyreadventor-regular-webfont.ttf') format('truetype'),
	     url('texgyreadventor/texgyreadventor-regular-webfont.svg#webfont') format('svg');
}

@font-face{
	font-family: 'texgyreadventor-bold';
	src: url('texgyreadventor/texgyreadventor-bold-webfont.eot');
	src: url('texgyreadventor/texgyreadventor-bold-webfont.eot?iefix') format('eot'),
	     url('texgyreadventor/texgyreadventor-bold-webfont.woff') format('woff'),
	     url('texgyreadventor/texgyreadventor-bold-webfont.ttf') format('truetype'),
	     url('texgyreadventor/texgyreadventor-bold-webfont.svg#webfont') format('svg');
}

body {
	font-family: 'texgyreadventor';
}

img {
	max-width: 100%;
}



/* header
---------------------------------------- */
#header {
	margin: 50px auto 60px auto;
	padding: 0;
	width: 980px;
}

#header h1 {
	float: left;
	margin: 5px 0 0 20px;
	padding: 0;
	width: 240px;
}
.myhome h2.entryTitle{
	margin-top: 2em;
	font-size: 30px;
	}
@media (max-width: 479px) {
	.myhome h2.entryTitle{
	font-size: 20px;
	}
	#header {
	width: 100%;
	}
	#header h1 {
	float: none;
	margin-top: 15px;
	margin-left: 0;
	text-align: center;
	padding: 0;
	width: auto;
	display: block;
	}
	}
header time{
	text-align: right;
	font-size: 12px;
	letter-spacing: 1px;
	color: #aaa;
	margin: 10px 20px 10px 0;
	display: block;
}

#globalnavi {
	float: left;
	margin: 0;
	padding: 0;
	width: 720px;
	text-align: left;
}

#globalnavi nav {
	margin: 0;
	padding: 0;
	text-align: left;
}

#globalnavi li {
	display: table-cell;
	margin: 0;
	padding: 0;
	line-height: 1;
}

#globalnavi li a {
	display: block;
	margin: 0 1px;
	padding: 5px 22px;
	color: #b7b7b7;
	font-size: 13px;
	text-decoration: none;
	letter-spacing: 0.1em;
	background: none;
}

@media (max-width: 1044px) {
#globalnavi li a{
	padding: 5px 8px;	
}}

#globalnavi li a:hover {
	background: #e8e8e8;
}

@media (max-width: 479px) {
#header {
margin: 5px auto 30px auto;
}
.siteHeader #nav-open-btn{
	letter-spacing: 2px;
}
.siteHeader #nav-open-btn i{
	margin-right: 10px;	
	}}




/* sidemenu
---------------------------------------- */
#categoryH1 {
	margin: 0;
	padding: 0;
	color: #5a5a5a;
	font-family: 'texgyreadventor-bold';
	font-size: 20px;
	text-align: left;
	letter-spacing: 0.2em;
}
@media (max-width: 479px) {
#categoryH1 {
	margin-bottom: 30px;
	text-align: center;
}
}

h2.subTitle {
	margin: 30px 0 25px 0px;
	padding: 0 0 7px 10px;
	color: #5a5a5a;
	font-family: 'texgyreadventor-bold';
	font-size: 13px;
	text-align: left;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #646464;
}
.acms-entry .entryTitle,
.entryTitle {
	margin: 0 0 13px 29px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.27em;
}
@media (max-width: 479px) {
.acms-entry .entryTitle,
.entryTitle {
	margin: 0 10px 13px 10px;
	letter-spacing: 1px;
	text-align: center;
}}


#entryList,
#categoryList ul,
#archiveList ul {
	border-top: none;
}
.company #entryList {
	margin-top: 43px;
}
#entryList li,
#categoryList li,
#archiveList li {
	margin: 13px 10px;
	color: #999;
}

#entryList a,
#categoryList a,
#archiveList a {
	display: inline;
	padding: 1px 0;
	color: #5a5a5a;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.7;
	background: none;
	border-bottom: dotted 1px #646464;
	vertical-align: bottom;
	zoom: 1;
}

#entryList a:hover,
#categoryList a:hover,
#archiveList a:hover {
	background: none;
	text-decoration: none;
	border-bottom: none;
}


/* footer
---------------------------------------- */
#pageTop {
	margin: 50px auto 5px auto;
	text-align: right;
}

#pageTop a {
	display: inline;
	position: static;
	bottom: 0;
	right: 0;
	padding: 5px;
	color: #787878;
	font-size: 12px;
	text-decoration: none;
	border-radius: 0;
	background: none;
}

#pageTop a:hover {
	background: none;
	text-decoration: none;
}

#footWrapper {
	margin: 0;
	padding: 10px 0 30px 0;
	border-top: 1px solid #5a5a5a;
}

#companyAbout {
	padding: 20px 0 0 0;
}

#companyAbout dt {
	margin: 0 0 15px 0;
	font-size: 16px;
	font-weight: bold;
}

#companyAbout dd {
	margin: 10px 0;
	color: #787878;
	font-size: 13px;
}

#companyAbout a {
	text-decoration: none;
}

#copyright {
	display: block;
	margin: 0;
	padding: 0;
	background: none;
	color: #a3a3a3;
	font-size: 12px;
	text-align: left;
}

#copyright p {
	width: 980px;
	margin: 0 auto;
	padding: 0 0 0 20px;
	text-align: left;
	font-size: 12px;
	letter-spacing: 0.1em;
	zoom: 1;
}




/* main
---------------------------------------- */
.entryHeader {
	margin: 0;
	padding: 0;
	border-bottom: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	color: #5a5a5a;
}

.entryTitle {
	padding: 0 0 20px 0;
}

.entryTitle a {
	color: #5a5a5a;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-decoration: none;
}



.entryCategory a {
	color: #5a5a5a;
	font-size: 13px;
	text-decoration: none;
}

.entryColumn p {
	color: #5a5a5a;
	font-size: 13px;
	line-height: 2.4;
	padding: 0 10px;
}

.acms-entry .entryCategory {
	color: #aaa;
	letter-spacing: 1px;
}

.acms-entry h3 {
padding: 7px 10px;
border-radius: 3px;
background-color: #5A5A5A;
font-size: 14px;
color: #fff;
letter-spacing: 1px;
margin: 0 10px 10px 10px;
line-height: 1.9;
}
.acms-entry h3 a{
	color: #fff;
	letter-spacing: 1px;
	text-decoration: none;
}
.acms-entry h4 {
overflow: hidden;
margin: 25px 20px 4px 0;
padding: 0 10px 4px;
border-bottom: solid 1px #aaa;
font-size: 14px;
color: #222;
letter-spacing: 1px;
}

.acms-entry p.ex{
	border: 1px solid #A0A0A0;
	color: #5A5A5A;
	line-height: 1.6;
	padding: 10px 20px 10px 30%;
	overflow: hidden;
	text-align: left;
}
.acms-entry .column-image-hide{
	display: none;
}





/* トップページ
---------------------------------------- */
.topCase .imgWrap img{
	max-width: 100%;
	height: auto;
	border-radius: 50%;
	transition: all 400ms 0s ease;
}
.topCase{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 0em;
	min-height: 277px;
}
/*
@media screen and (max-width: 767px) {
	.topCase{
		min-height: 430px;
	}
}
*/

.btn_mini01{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
    margin-bottom: 1.5em;	
}
.topCase .imgWrap{
	
	width: 50%;
	padding: 0 10px;
    box-sizing: border-box;
    transition: all 400ms 0s ease;
}
.topCase .imgWrap:hover{
	padding: 0;
}
.topCase .imgWrap:hover img{
	
	box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
	border-radius: 0;
}
@media screen and (min-width: 768px) {
	.topCase .imgWrap{
		max-width: 25%;
	}
}
.topCase .imgWrap label{
	opacity: 0;
	transition: all 500ms 200ms ease;
    margin: 0.5em auto;
    text-align: center;
    color: #666;
    letter-spacing: 1px;
	display: block;
}
@media screen and (max-width: 767px) {
	.topCase .imgWrap label{
		font-size: 1px;
	}
}

.topCase .imgWrap:hover label{
	opacity: 1;
}
@media screen and (max-width: 767px) {
	.topCase .imgWrap:hover label{
		font-size: 13px;
	}
}
.topCase .imgWrap:hover a:link,.topCase .imgWrap:hover a:visited{
	text-decoration: none;
}

#secTopMain h2 {
	margin: 70px auto;
	padding: 10px 20px;
	text-align: center;
}

#secTopMain h2.honne,h2.honne{
	padding: 0 0px 0 0;
	margin-bottom: 1.2em;
	color: #505050;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.4;
	letter-spacing: 1px;
	text-align: center;
}

#secTopMain h3 {
	margin: 0 0 38px 0;
	padding: 10px 10px;
	color: #505050;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0.2em;
	border-bottom: 2px solid #5a5a5a;
}
#secTopMain.lp h2 {
	font-size: 38px;
	color: #000;
	margin: 50px 0 38px 0;
	padding: 10px 10px;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0.2em;
	border-bottom: none;
}
#secTopMain.lp h3 {
	font-size: 38px;
	color: #000;
	font-weight: normal;
	border-bottom: none;
}

#secTopMain h3 > span {
	display: block;
	margin: 0 auto;
	padding: 0 0 10px 0;
	color: #a9a9a9;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.1em;
}

#secTopMain h4 {
	margin: 70px auto 50px auto;
	padding: 0 10px;
	color: #505050;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0.2em;
}
#secTopMain.lp h4 {
	font-size: 32px;
	color: #000;
	font-weight: normal;
	border-bottom: none;
}

#secTopMain p {
	margin: 30px auto;
	padding: 0 10px;
	color: #5a5a5a;
	font-size: 13px;
	text-align:	center;
	line-height: 2.4;
	letter-spacing: 0.2em;
}
#secTopMain.lp p {
	font-size: 20px;
	margin: 30px auto 70px auto;
	color: #555;
}
#secTopMain.lp p rt{
	font-size: 12px;
}
.btn_mini01 .lpBtn {
	background: #8A0012;
}
img.wide{
	width: 100%;
	height: auto;
}


@media screen and (min-width: 768px) {
.bx-wrapper .bx-viewport {
    width: auto !important;
    max-width: 940px;
}
}

@media screen and (max-width: 480px) {
	#secTopMain h2 {
		padding: 10px 5px;
	}
	#secTopMain h2 a,
	#secTopMain h3 {
		font-size: 16px;
		letter-spacing: 0.1em;
	}
	#secTopMain h4 {
		font-size: 16px;
		letter-spacing: 0;
	}

	#secTopMain p {
		letter-spacing: 0.1em;
	}
.acms-entry h3 {
	padding: 3px 0px;
    border-radius: 0px;
    font-size: 14px;
    margin: 20px 0px 10px 0px;
    text-align: center;
}
.entryColumn p {
    color: #222;
    font-size: 16px;
    line-height: 2.2;
}
.acms-entry ul li {
	font-size: 14px;
    line-height: 1.6;
}
.acms-entry p.ex{
	margin-left: 10px;
	margin-right: 10px;
	}
}

/*　トップページ メインイメージ　*/
#topMainImg .bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}

/* トップページ用ヘッドライン */
#secTopMain .mainModuleBox {
	margin: 0 0 40px 0;
	padding-bottom: 0;
	border-radius: 0;
	background: none;
}

#secTopMain .mainModuleBox h2 {
	margin: 0 0 20px 0;
	padding: 10px 30px;
	color: #505050;
	font-size: 20px;
	font-family: 'texgyreadventor-bold';
	text-align: left;
	letter-spacing: 0.2em;
	border-bottom: 2px solid #5a5a5a;
}


#secTopMain .headline {
	list-style: none;
	margin: 0 10px;
	padding: 0;
	font-size: 13px;
	border-radius: 0;
	box-shadow: none;
	background: #fff;
}

#secTopMain .headline li {
	margin: 10px 0;
}

#secTopMain .headline a {
	display: block;
	padding: 8px 20px;
	color: #5A5A5A;
	border-bottom: none;
	vertical-align: bottom;
	zoom: 1;
	text-decoration: none;
}

#secTopMain .headline li:first-child a:hover,
#secTopMain .headline li:last-child a:hover {
	border-radius: 0;
}

#secTopMain .headline .headlineDat {
	display: inline-block;
	width: 100px;
	color: #595757;
	font-size: 12px;
	letter-spacing: 0.1em;
}

#secTopMain .headline .acms-label {
	margin: 0 20px 0 0;
	padding: 0 7px;
	border-radius: 3px;
	background-color: #5a5a5a;
	color: #ffffff;
	font-size: 13px;
	border-radius: 2px;
	vertical-align: middle;
}
@media screen and (max-width: 480px) {
#secTopMain h2.honne{
	font-size: 20px;
    padding-right: 0;
    letter-spacing: 0;
    }
#secTopMain h2 a, #secTopMain h3 {
    font-size: 15px;
    letter-spacing: 0;
}
#secTopMain .headline .acms-label {
	font-size: 11px;
	}
#secTopMain .headline .title{
	padding-top: 5px;
}
#secTopMain p {
    color: #222;
    font-size: 16px;
    line-height: 2.1;
    letter-spacing: 1px;
    text-align: left;
}
#secTopMain p br{
	display: none;
}
}


/* 一覧ページindex ▼▼▼*/
.summaryNormalEntry{
	display: inline-block;
	margin: 1em auto;
	width: 50%;
	padding:10px 15px;
	box-sizing: border-box;
	float: left;
	}
.summaryNormalEntry.bl-hover{
	background: #eee;
}
.summaryNormalEntry .photo{
	width: 100%;
	height: auto;
	display: block;
	}
.summaryNormalEntry .photo img{
	width: 100%;
	height: auto;
}
.summaryNormalEntry p.title{
	font-size: 26px;
	padding: 0.5em 0;
	letter-spacing: 2px;
	}
.summaryNormalEntry p.title span{
	color: #bbb;
	font-size: 18px;
}
.summaryNormalEntry p.title a,.summaryNormalEntry p.title a:visited,.summaryNormalEntry p.title a:link{
	color: #333;
}
.summaryNormalEntry p.description{
	font-size: 14px;
	line-height: 1.9;
	color: #777;
}
.summaryService{
	margin: 30px 0 30px 0;
	background: #eee;
	padding: 15px;
}
.summaryService h2{
	text-align: center;
	font-weight:bold;
	font-size: 20px;
	padding-top: 0.5em;
	padding-bottom: 1em;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #bbb;
	letter-spacing: 2px;
}
.summaryService .gaiyou{
	text-align: center;
	color: #777;
	margin-bottom: 2em;
	}
.summaryServiceEntryList{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow:row wrap;
}
.summaryServiceEntry{
	width: 50%;
	padding-bottom: 15px;
	}
.summaryServiceEntry img{
	max-width: 100px;
	height: auto;
	float: left;
	margin-right: 15px;
	}
.summaryServiceEntry .title{
	font-size: 16px;
	letter-spacing: 1px;
	}
.summaryServiceEntry .title a,.summaryServiceEntry .title a:visited,.summaryServiceEntry .title a:link{
	color: #444;
}	
	
@media screen and (max-width: 767px) {
.summaryNormalEntry{
	display: inline-block;
	width: 100%;
	float: none;
	}

}
/* 一覧ページindex ▲▲▲*/

/* お問い合わせ
---------------------------------------- */
.contactH2 {
	margin: 0 0 13px 29px;
	padding: 0;
	border-bottom: none;
	color: #5a5a5a;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.27em;
}

#contactNo {
	margin: -20px 0 0 0;
	padding: 0 10px;
	color: #231815;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.1em;
}


p#contactNo a {
	color: #231815;
	text-decoration: none;
}

#contactNo span.time {
	display: inline-block;
	margin: 0 0 0 30px;
	padding: 0;
	font-size: 13px;
	font-weight: normal;
}

#formReservation,
.contactBox table {
	margin: 0 10px;
}


#formReservation th,
#formReservation td,
.contactBox table th,
.contactBox table td {
	font-size: 14px;
	line-height: 1.7;
}

#formReservation th,
.contactBox table th {
	padding: 15px;
	border: 1px solid #CCCCCC;
	background-color: #E7E7E7;
	color: #231815;
	text-align: left;
	line-height: 1.5;
}

#formReservation td,
.contactBox table td {
	padding: 15px;
	line-height: 1.5;
}

.contactBox .formBtnBox {
	margin: 40px auto 0 auto;
	text-align: center;
}

.contactBox .formBtnBox2 {
	display: block;
	margin: 40px 0 0 10px;
}

.contactBox .acms-btn {
	font-size: 12px;
}

.contactBox .message {
	display: inline-block;
	margin: 10px 10px;
	padding: 0;
	border-radius: 0;
	background-color: none;
	color: #C40F32;
	font-size: 14px;
	font-weight: bold;
}

.contactBox .acms-text-error {
	display: inline-block;
	margin: 4px 0;
	padding: 3px 10px;
	border-radius: 3px;
	background-color: #C40F32;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2;
}

.required {
    display: inline-block;
}
/* ▲▲▲メールフォーム */

/* モデルハウス見学予約フォーム▼▼▼ */
.form_catch_copy{
	text-decoration: underline;
	font-weight: bold;
	margin-bottom: 0 !important;
	font-size: 15px !important;
}
.form_copy{
	margin-bottom: 0 !important;
}
.form_text{
	font-size: 14px !important;
	color: #5a5a5a !important;
}
.myhome_selectBox{
	min-width: 75px;
}
.myhome_caution{
	color: #C40F32;
}
.myhome_caution_wrap{
	margin: 10px 0;
	padding: 0 10px;
}
.myhome_date1_wrap{
	display: flex;
	flex-direction: column;
}
.date_title{
	margin-bottom: 5px;
}

/* ▲▲▲モデルハウス見学予約フォーム */

/* コンタクトフォームナビボタン設定▼▼▼ */
.contact_soudan{
	background: #87D0D1;
}
.contact_mail{
	background: #E4B900;
}
.contact_house{
	background: #68B881;
}
.contact_tel{
	background: #DD786B;
	display: none;
}

.contact_nav_fixed_wrap_pc{
	background: #ccc;
	position: fixed;
	right: 0;
    bottom: 25%;
	z-index: 9999;
}
.contact_nav_fixed_wrap_sp{
	display: none;
}
.contact_links a{
	display: block;
	padding: 10px;
	-webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	color: #222;
	text-decoration: none;
	transition: .3s ease-out;
}
.contact_links a:hover{
	opacity: .4;
}
@media screen and (max-width: 480px){

	.contact_nav_fixed_wrap_sp{
		background: #ccc;
		display: flex;
		position: fixed;
		right: 0;
		bottom: 0;
		z-index: 9999;
		width: 100%;
		justify-content: center;
	}
	/* .contact_footer_nav{
		display: none;
	} */
	.contact_nav_fixed_wrap_pc{
		display: none;
	}
	.contact_links{
		width: 25%;
		border-top: 1px solid #333;
		border-left: 1px solid #333;
	}
	.contact_links_first{
		border-left: unset;
	}
	.contact_links a{
		display: block;
		padding: 20px 0;
		-webkit-writing-mode: unset;
		-moz-writing-mode: unset;
		-ms-writing-mode: unset;
		-ms-writing-mode: unset;
		writing-mode: unset;
		color: #222;
		text-decoration: none;
		transition: background .3s ease-out;
		text-align: center;
		z-index: 9999;
	}
}

/* ▲▲▲フォームボタンカラー */

/* トップバナー */
.topBanner{
	margin: 15px auto 30px auto;
	text-align: center;
background: #eee;
    padding: 20px 0;
    border-radius: 10px;
    }
.topBanner img{
	width: 95%;
	margin: 0 auto;
	padding-bottom: 10px;
	height: auto;
}
.topBannerSub div{
	margin-bottom: 1em;
}
.topBannerSub img{ padding-bottom: 10px;}
.topBannerSub span{
	margin-left: 1.5em;
    margin-right: 1.5em;
    /* padding-left: 1em; */
    /* padding-right: 1em; */
    box-sizing: border-box;
    max-width: 100%;
    display: block;
}
.bannerDiv{
	margin-bottom: 2em;
	text-align: center;
	line-height: 1.4;
	}

@media screen and (max-width: 480px){
.topBannerSub div img{
	padding-left: 10px;
	padding-right: 10px;
	    box-sizing: border-box;
}
}

/* スマホグローバルナビサブ設定 */
.spGlovalNavi_sub_wrap{
	width: 100%;
	margin-top: 25px;
}
.spGlovalNavi_sub_wrap ul{
	display: flex;
	flex-direction: column;
	padding: 0;
	list-style: none;
}
.spGlovalNavi_sub_wrap ul li{
	border-bottom: unset;
}
.spGlovalNavi_sub_wrap ul a{
	display: block;
	width: 70%;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 25px;
	margin: 10px auto;
	background: #fff;
	color: #1a1f66 !important;
}

/* スマホサイトヘッダーサブ */
.siteSubHeaderWrapper{
	display: none;
}
@media screen and (max-width: 767px){
	#nav a{
		padding: 20px 15px;
	}
	#header h1{
		margin: 15px 0 0 20px;
	}
	.siteSubHeaderWrapper{
		display: block;
	}
	.siteHeaderWrapper{
		max-width: 100px;
	}
	.siteHeaderNaviWrapper{
		display: flex;
	}
	.siteSubHeaderWrapper ul{
		display: flex;
	}
	.siteHeaderNaviWrapper {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: center;
	}
	.siteSubHeaderWrapper ul a{
		display: block;
		background: #5A5A5A;
		border-radius: 3px;
		color: #fff;
		padding: 12px 5px;
		margin: 0 10px;
	}
	.acms-btn{
		padding: 0;
	}
	.siteHeaderWrapper{
		max-width: 60px;
		padding: 0;
	}
	#headWrapper{
		padding-top: 0;
	}
	header #header{
		margin: 12px auto 10px auto;
	}
	a.js-offcanvas-btn.js-offcanvas-btn-l.acms-btn.headerTab.js-acms-offcanvas-btn {
		border-radius: 30px;
		background: #343434;
		color: #FFF;
		width: 50px;
		height: 50px;
	}
	.acms-icon-sort:before{
		font-size: x-large;
	}
	i.acms-icon-sort{
		margin-top: 13px;
	}
}

@media screen and (max-width: 480px){
	#outer-wrap{
		overflow: hidden !important;
	}
	#offcanvas{
		background: #1a1f66;
	}
}

/*  カスタムユニット ボタンLink */
/* 裏側 */
.acms-entry .custom_btn_01_container{
	width: 80%;
	margin: 0 auto;
}
.acms-entry .custom_btn_01_container th{
	text-align: right;
	width: 20%;
}

/* 表側 */
.lp_btn_wrap a{
	display: block;
	width: fit-content;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 20px;
	border-radius: 3px;
	font-size: 20px;
	transition: .3s;
}
.lp_btn_wrap a,.lp_btn_wrap a:visited{
	color: #fff;
}
.lp_btn_wrap a:hover{
	text-decoration: none;
	opacity: .5;
}
.lp_btn_wrap .color_select_01{
	background: #C40E32;
}
.lp_btn_wrap .color_select_02{
	background: #1a1f66;
}
.lp_btn_wrap .btn_position_center{
	margin: 10px auto;
}
.lp_btn_wrap .btn_position_right{
	float: right;
}

/* リポート編集 */
@media screen and (min-width: 1023px){
	.subModuleBox{
		max-width: 20%;
	}
	.entryListWrap{
		position: absolute;
		max-width: 18%;
	}
	.categoryListWrap{
		position: absolute;
		top: 750px;
		max-width: 20%;
	}
	.archiveListWrap{
		position: absolute;
		top: 1250px;
		max-width: 20%;
	}

	.subWrap .subWrapModuleBox{
		max-width: 20%;
	}
	.subWrap .entryListWrap{
		position: absolute;
		max-width: unset;
	}
	.subWrap .categoryListWrap{
		position: absolute;
		top: 450px;
		max-width: unset;
	}
	.subWrap .archiveListWrap{
		position: absolute;
		top: 950px;
		max-width: unset;
	}
	
}
@media screen and (max-width: 480px){
	#categoryList li a{
		color: #666;
	}
	#categoryList li{
		border-bottom: unset;
	}
}

/* テキストユニットの装飾 ▼▼▼*/
span.center {
	text-align: center; }
  
  span.maxbig {
	font-size: 1.5em; }
  
  span.big {
	font-size: 1.25em; }
  
  span.mini {
	font-size: 0.875em; }
  
  span.bold {
	font-weight: 700; }
  
  h2 span.bold, h3 span.bold, h4 span.bold, span.maxbig span.bold, span.bold span.maxbig {
	font-weight: 900; }
  
  span.keikou {
	padding-left: 0.5em;
	padding-right: 0.5em;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(62%, transparent), color-stop(30%, #FFE757));
	background: -webkit-linear-gradient(transparent 62%, #FFE757 30%);
	background: -o-linear-gradient(transparent 62%, #FFE757 30%);
	background: linear-gradient(transparent 62%, #FFE757 30%);
	padding-bottom: 0.25em; }
  
  span.keikou-skyblue {
	padding-left: 0.5em;
	padding-right: 0.5em;
	background: #99FFFF;
	padding-top: 0.25em; }
  
  span.dangerColor {
	color: #C40E32; }
  
  span.whiteText {
	color: #fff;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3); }
  
  span.textCenter {
	display: block;
	text-align: center; }
  
  .entryFormLiteEditor span.textCenterMobile {
	display: block;
	text-align: center; }
  
  .entryFormLiteEditor span.textCenterMobile:after {
	content: '【！】モバイル版で中央表示';
	font-weight: 700;
	background: #e01e2c;
	color: #fff;
	opacity: 0.5;
	display: block;
	font-size: 18px; 
	position: absolute;
	top: 10px;
	left: 10px; }
  
  @media (max-width: 1023px) {
	span.textCenterMobile {
	  display: block;
	  text-align: center; } }
  
  @media (min-width: 1024px) {
	span.textBrakeMobile br {
	  display: none; } }
  
  .entryFormLiteEditor span.textBrakeMobile br {
	display: block; }
  
  .entryFormLiteEditor span.textBrakeMobile:before {
	content: '【！】モバイル版だけ改行';
	font-weight: 700;
	background: #e01e2c;
	color: #fff;
	opacity: 0.5;
	display: block;
	font-size: 18px;
	position: absolute;
	top: 10px;
	right: 10px; }
  
  .lite-editor-toolbox .acms-icon-undo {
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
	margin-left: -2px;
	padding-right: 4px; }
  
  .lite-editor-toolbox .whiteText, .entryFormLiteEditor .whiteText {
	background: #ddd;
	font-weight: 700;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8); }
  
  /* テキストユニットの装飾 ▲▲▲*/


/* タバタ設計TOPページリニューアルに伴っての調整　調整フッターInstagramサイズ*/

.section-title, .section-event-list__heading, .section-headline-news__title .section-event-list__heading, .section-headline-news__title .section-title,p,h1,h2,a{
	  font-family: "Zen Kaku Gothic New","Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	  font-weight: 500;
	  font-style: normal;
}

.insta_img_wrap {
	  text-align: right;
  }
  
  
  

/* フローティングバナー */
  .contact_links a {
	  -webkit-writing-mode: inherit;
  }
  
  .contact_nav_fixed_wrap_pc{
	  display: flex;
	  bottom: 5%;
  }
  
  a.pagetop-button.scrollTo{
	  background: #020202;
  }
  
  .contact_soudan,.contact_mail,.contact_house{
	  background: #505050;
  }
  
  @media (min-width: 769px){
	  .contact_soudan a,.contact_mail a,.contact_house a{
		  color: #FFF;
		  padding: 24px 20px;
		  font-size: 20px;
	  }
	  .contact_nav_fixed_wrap_pc{
		  gap: 4px;
	  }
	  .insta_img_wrap img.insta_img {
		  width: 4%;
		  margin-bottom: 160px;
	  }
  }
  
  @media (max-width: 769px){
	  .contact_nav_fixed_wrap_pc{
		  display: none;
	  }
	  .contact_soudan a,.contact_mail a,.contact_house a{
		  color: #FFF;
		  font-size: smaller;
	  }
	  .contact_nav_fixed_wrap_sp{
		  gap: 1px;
	  }
  }
  
  .contact_nav_fixed_wrap_pc{
	  background: none;
  }

/* フッター */
.fotter_navi ul.clearfix{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	margin-bottom: 160px;
}

.fotter_navi #globalnavi li a{
	font-size: 24px;
	color: #1A1311;
	font-weight: 500;
}

.fotter_navi #globalnavi{
	margin: 0 auto;
	float: inherit;
}

.insta_img_wrap {
	text-align: center;
	width: 100%;
	margin-top: 160px;
}



#footer address.acms-col-6{
	float: unset;
	margin: 0 auto;
}

#companyAbout dt,#copyright p{
	text-align: center;
}



@media (max-width: 769px){
	.insta_img_wrap img.insta_img {
		width: 15%;
		margin-bottom: 80px;
	}
	.insta_img_wrap{
		margin-top: 80px;
	}
	.fotter_navi ul.clearfix{
		margin-bottom: 80px;
	}
	.fotter_navi .acms-hide-sp{
		display: block !important;
	}
	.fotter_navi #globalnavi{
		width: auto;
	}
	#footWrapper{
		margin-bottom: 100px;
	}
}