@charset "UTF-8";

body{
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

#wrapper {
	font-weight: 500;
	font-size: 62.5%;
	line-height: 1.6;
	letter-spacing: 1px;
	color: #171717;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	background: #fff;
	position: relative;
}

#wrapper a:link      { text-decoration: none; color: #171717;}
#wrapper a:visited   { text-decoration: none; color: #171717;}
#wrapper a:hover     { text-decoration: underline; }
#wrapper a:active    { text-decoration: underline; }

#wrapper .pc         { display: none; }
#wrapper .pcsp       { display: none; }
#wrapper .sp         { display: none; }

.form .c,
.form .s,
.check .f,
.check .s,
.send .f,
.send .c {
	display: none;
}

a[href^="tel:"] {
	pointer-events: none;
}

a,input:focus,
textarea:focus  {
	outline: none;
}

input[type="text"],input[type="submit"],input[type="reset"],input[type="button"],select,textarea {
	-webkit-appearance: none;
	border-radius: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

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

.opacity a:hover,
.opacity input:hover {
	opacity:0.50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-moz-opacity:0.50;
	-khtml-opacity: 0.50;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
	text-decoration: none!important;
}

.engTxt { 
	font-family: 'Bebas Neue', cursive;
}

/*======================================================
  common
======================================================*/

/* text */
.cntTxt {
	text-align: center;
	font-weight: 300;
	font-size: 1.6em;
	line-height: 1.8;
	margin: 0 0 50px; 
}

/* title */
.cntTtlBox {
	text-align: center;
	margin: 0 0 40px; 
}

.cntTtl {
	font-family: 'Bebas Neue', cursive;
	font-weight: 700;
	font-size: 4.6em;
	letter-spacing: 0.05em;
	line-height: 1;
	margin: 0 0 25px;
	position: relative; 
}

.cntTtl:before {
	position: absolute;
	content: " ";
	width: 22px;
	border-bottom: solid 3px #ff4200;
	left: calc(50% - 11px);
	bottom: -10px;
}

.cntSubTtl {
	font-weight: 500;
	font-size: 1.7em;
	line-height: 1.2;
}

/* button */
.morBtn {
	text-align: center;
	width: 260px;
	font-family: 'Bebas Neue', cursive;
	font-weight: 700;
	font-size: 1.6em;
	line-height: 1;
	letter-spacing: 0.25em;
	margin: 0 auto;
	position: relative;
}

.morBtn a:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: -1px;
	right: 14px;
	margin: auto;
	width: 6px;
	height: 6px;
	border-top: 1px solid #ff4200;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.morBtn a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 12px;
	margin: auto;
	width: 30px;
	height: 1px;
	border-bottom: 1px solid #ff4200;
}

.morBtn a {
	display: block;
	padding: 15px;
}

.bkBse a {
	border: solid 1px #8f8f8f!important;
}

.bkBse a:link,
.bkBse a:visited {
	color: #fff!important;
}

.bkBse a:hover {
	text-decoration: none!important;
	color: #171717!important;
	border: solid 1px #fff!important;
	background: #fff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}

.wtBse a {
	border: solid 1px #7f7f7f;
}

.wtBse a:link,
.wtBse a:visited {
	color: #171717!important;
}

.wtBse a:hover {
	text-decoration: none!important;
	color: #fff!important;
	border: solid 1px #ff4200!important;
	background: #ff4200;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}

.wtBse a:hover:before {
	border-top: 1px solid #fff;
}

.wtBse a:hover:after {
	border-bottom: 1px solid #fff;
}

.minMorBtn {
	display: inline-block;
	font-family: 'Bebas Neue', cursive;
	font-weight: 700;
	font-size: 1.85em;
	line-height: 1;
	letter-spacing: 0.25em;
	position: relative;
}

.minMorBtn a:before,
.minMorBtn span:before  {
	content: "";
	position: absolute;
	top: 0;
	bottom: 2px;
	right: 1px;
	margin: auto;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.minMorBtn a:after,
.minMorBtn span:after  {
	content: "";
	position: absolute;
	top: -2px;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 30px;
	height: 1px;
	border-bottom: 1px solid #fff;
}

.minMorBtn a,
.minMorBtn span {
	display: block;
	color: #fff!important;	
	padding: 0 35px 3px 0;
	border-bottom: solid 1px #fff;
}

.minMorBtn a:hover:before {
	border-top: 1px solid #171717!important;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}

.minMorBtn a:hover:after {
	border-bottom: 1px solid #171717!important;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}

.minMorBtn a:hover {
	text-decoration: none!important;
	color: #171717!important;
	border-bottom: solid 1px #171717!important;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}

/* fade */
.fadein {
	opacity: 0;
	transform : translate(0, 50px);
	transition : all 0.5s;
}

.fadein.scrollin{
	opacity: 1;
	transform: translate(0, 0);
}

/* hover */
.wrkImg:hover,
.evtImg:hover,
.vicImg:hover,
.blgImg:hover,
.idxVicImg:hover,
.idxRecWrp:hover  {
	opacity:0.50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-moz-opacity:0.50;
	-khtml-opacity: 0.50;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}

/* placeholder */
input::placeholder {
	color: #bbbbbb!important;
}

/*======================================================
  header
======================================================*/

/* header */
header {
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	top: 0;
	left: 0;
	z-index: 9995;
	position: fixed;
	background: rgba(255,255,255,0);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

.hdrLg {
	max-width: 120px;
	padding: 0 0 0 35px;
}

.hdrAct {
	display: none;
}

.hdrActArea {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	background: rgba(255,255,255,1);
}

.hdrActArea .hdrSty {
	display: none;
}

.hdrActArea .hdrAct {
	display: block;
}

.hdrNavBox {
	display: flex;
	align-items: center;
}

.hdrNavCth {
	font-weight: 500;
	font-size: 1.4em;
	line-height: 1;
	color: #fff;
	position: relative;
	margin: 0 15px 0 0;
	padding: 0 40px 0 0;
}

.hdrActArea .hdrNavCth {
	color: #171717;
}

.hdrNavCth:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1px;
	margin: auto;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.hdrActArea .hdrNavCth:before {
	border-top: 1px solid #171717;
}

.hdrNavCth:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 30px;
	height: 1px;
	border-bottom: 1px solid #fff;
}

.hdrActArea .hdrNavCth:after {
	border-bottom: 1px solid #171717;
}

.hdrNavBtn {
	width: 60px;
	height: 60px;
}

.hdrActArea .hdrNavBtn {
	background: #ff4200;
}

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

}

/* menu */
.menu {
	width: 22px;
	height: 24px;
	position: fixed;
	top: 18px;
	right: 19px;
	z-index: 9999;
	cursor: pointer;
}

.menu:hover {
	opacity:0.50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-moz-opacity:0.50;
	-khtml-opacity: 0.50;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}

.mnuLin {
	width: 100%;
	background: #fff;
	display: block;
	height: 2px;
	position: absolute;
	transition:transform .3s;
}

.mnuLinCen {
	top: 11px;
}

.mnuLinBtm {
	bottom: 0;
}

.mnuLinTop.active {
	top: 12px;
	transform: rotate(45deg);
}

.mnuLinCen.active {
	transform:scaleX(0);
}

.mnuLinBtm.active {
	bottom: 10px;
	transform: rotate(135deg);
}

/* gNav */
.gNavArea {
	width: 100%;
	height: 100vh;
	position: fixed;
	display: none;
	background: rgba(0,0,0,0.9);
	z-index: 9990;
	overflow-y: scroll;
}

.gNavArea .cmnCctLst {
	margin: 60px 0 0;
}

.gNavBox {
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 35px 40px;
}

.gNav {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 50px;
}

.gNav li:not(:last-child) {
	margin: 0 0 8px;
}

.gNav li:nth-child(1) {
	width: 100%;
}

.gNav li:nth-child(2),
.gNav li:nth-child(3),
.gNav li:nth-child(4),
.gNav li:nth-child(5) {
	width: calc(50% - 4px);
}

.gNav li:nth-child(2),
.gNav li:nth-child(4) {
	margin: 0 4px 8px 0;
}

.gNav li:nth-child(3),
.gNav li:nth-child(5) {
	margin: 0 0 8px 4px;
}

.gNav li:nth-child(n + 6) {
	width: 100%;
}

.gNav li a {
	display: block;
	padding: 25px 20px;
	background: #fff;
	position: relative;
}

.gNav li a:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 11px;
	margin: auto;
	width: 6px;
	height: 6px;
	border-top: 1px solid #ff4200;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.gNav li a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	width: 30px;
	height: 1px;
	border-bottom: 1px solid #ff4200;
}

.gNav li a:link,
.gNav li a:visited {
	color: #171717!important;
}

.gNav li:nth-child(1) .gNavLstBox,
.gNav li:nth-child(n + 6) .gNavLstBox {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.gNavTtl {
	min-width: 100px;
	font-family: 'Bebas Neue', cursive;
	font-weight: 700;
	font-size: 2em;
	line-height: 1;
}

.gNavSubTtl {
	font-weight: 600;
	font-size: 1.4em;
	line-height: 1.4;
	margin: 10px 0 0 0;
}

.gNav li:nth-child(1) .gNavSubTtl,
.gNav li:nth-child(n + 6) .gNavSubTtl {
	margin: 0 0 0 10px;
}

/*======================================================
  mainArea
======================================================*/

#idxMainArea {
	position: relative;
	height: 100vh;
	z-index: 0;
}

.idxMainWrp {
	height: 100vh;
	background: url(../images/common/bg_stripe.png) top!important;
}

.idxMainlg {
	position: absolute;
	top: calc(50% - 150px);
	left: calc(50% - 75px);
	max-width: 150px;
	margin: 0 auto;
	text-align: center;
}

.idxMainlg img {
	margin: 0 0 10px;
}

.idxMainlg #l_g {
	position: absolute;
	top: 0;
	left: 0;
}

.idxMainlg #l_p {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.idxMainTxtlg {
	position: absolute;
	top: calc(50% + 10px);
	left: calc(50% - 75px);
	max-width: 150px;
	margin: 0 auto;
}

.idxMainCthBox {
	position: absolute;
	bottom: 90px;
	left: 60px;
}

.idxMainCthInr {
	width: 300px;
	height: 120px;
	position: relative;	
}

.idxMainCth01 {
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 700;
	font-size: 3.4em;
	line-height: 1.3;
	color: #fff;
	padding: 0 8px;
	z-index: 1;
}

.idxMainCth02 {
	position: absolute;
	top: 45px;
	left: 0;
	font-weight: 700;
	font-size: 3.4em;
	line-height: 1.3;
	color: #fff;
	padding: 0 8px;
	z-index: 1;
}

.idxMainCth03 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: #ff4200;
	z-index: 0;
}

/*-- 2021.02.21 --*/

.idxMainCpBox {
	position: absolute;
	bottom: 60px;
	left: 60px;
}

.idxMainCpInr {
	width: 300px;
	height: 234px;
	position: relative;	
}

.idxMainCp01 {
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 700;
	font-size: 3.4em;
	line-height: 1.3;
	color: #fff;
	padding: 0 8px;
	z-index: 1;
}

.idxMainCp02 {
	position: absolute;
	top: 45px;
	left: 0;
	font-weight: 700;
	font-size: 3.4em;
	line-height: 1.3;
	color: #fff;
	padding: 0 8px;
	z-index: 1;
}

.idxMainCp03 {
	position: absolute;
	bottom: 124px;
	left: 0;
	width: 100%;
	height: 60px;
	background: #ff4200;
	z-index: 0;
}

.idxMainCp04 {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
}

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

/* slider */
.slider {
	width: 100%;
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-bottom: 45px;
}

.slider {
	background-position: center top\9;
	background-repeat: repeat-x\9;
}

*+html .slider {
	background-position: center top;
	background-repeat: repeat-x;
}

/*======================================================
  footer
======================================================*/

footer {
	background: #1f1f1f;
}

.ftrWrp {
	max-width: 1200px;
	margin: 0 auto;
	padding: 100px 35px 40px;
}

.ftrNavWrp {
	display: flex;
	justify-content: flex-start;
	margin: 0 0 60px;
}

.ftrNavTtl {
	font-family: 'Bebas Neue', cursive;
	font-weight: 700;
	font-size: 4em;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #fff;
	margin: 0 60px 0 0;
	position: relative; 
}

.ftrNavTtl:before {
	position: absolute;
	content: " ";
	width: 22px;
	border-bottom: solid 3px #ff4200;
	left: 0;
	top: 50px;
}

.ftrNav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-weight: 300;
	font-size: 1.5em;
	line-height: 1.6;
}

.ftrNav a {
	display: block;
	padding: 0 0 5px;
	border-bottom: solid 1px #494949;
}

.ftrNav li {
	margin: 0 30px 30px 0;
	position: relative;
}

.ftrInfNavBox {
	display: flex;
	align-items: center;
}

.ftrOtrNavBox {
	width: calc(100% - 80px);
}

.ftrOtrNav {
	display: flex;
	align-items: center;
}

.ftrOtrNav li {
	min-width: 160px;
	font-weight: 300;
	font-size: 1.4em;
	line-height: 1;
	margin: 0 30px 0 0;
}

.ftrOtrNav li a {
	display: block;
	padding: 25px 20px;
	border-bottom: solid 1px #494949;
}

.ftrNav a:link,
.ftrNav a:visited,
.ftrOtrNav li a:link,
.ftrOtrNav li a:visited {
	color: #fff!important;
}

.ftrOtrNav li:first-child {
	background: url(../images/common/icn_other_bk.png) top 8px right 8px no-repeat #fff;
	background-size: 8px 8px;
}

.ftrOtrNav li:first-child img {
	max-width: 100px;
}

.ftrOtrNav li:nth-child(n + 2) {
	background: url(../images/common/icn_other_wt.png) top 8px right 8px no-repeat;
	background-size: 8px 8px;
}

.ftrSnsNavBox {
	width: 80px;
}

.ftrSnsNav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.ftrSnsNav li {
	width: 25px;
	margin: 0 0 0 15px;
}

.ftrLgBox {
	padding: 50px 0 30px;
	background: #111111;
}

.ftrLg {
	max-width: 90px;
	margin: 0 auto 30px;
}

.cpyTxt {
	text-align: center;
	font-weight: 300;
	font-size: 1.3em;
	line-height: 1;
	color: #fff;
}

/* pageTop */
#pageTop {
	position: fixed;
	bottom: 100px;
	right: -50px;
	z-index: 999;
}

#pageTop a {
	width: 100px;
	height: 30px;
	display: block;
	text-align: center;
	font-weight: 500;
	font-size: 1.5em;
	line-height: 1;
	padding: 10px 0 0 40px;
	background: #ff4200;
	position: relative;
	overflow: hidden;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

#pageTop a:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 31px;
	margin: auto;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#pageTop a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 30px;
	margin: auto;
	width: 30px;
	height: 1px;
	border-bottom: 1px solid #fff;
}

#pageTop a:link,
#pageTop a:visited {
	color: #fff!important;
}

#pageTop a:hover {
	opacity:0.50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-moz-opacity:0.50;
	-khtml-opacity: 0.50;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
	text-decoration: none!important;
}

/*======================================================
  index
======================================================*/

/* idxWrkArea */
#idxWrkArea {
	padding: 0 35px;
	background: #fff;
	border-top: solid 15px #ff4200;
}

.idxWrkWrp {
	max-width: 1230px;
	margin: 0 auto;
	padding: 50px 0 80px;
}

.idxWrkLst {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 30px;
}

.idxWrkLst li {
	width: calc(50% - 30px);
	margin: 0 15px 30px;
}

.idxWrkLst li a:link,
.idxWrkLst li a:visited {
	color: #fff!important;
}

.idxWrkLst li:hover {
	opacity:0.50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-moz-opacity:0.50;
	-khtml-opacity: 0.50;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}

.idxWrkLst li:hover a {
	text-decoration: none!important;
}

.idxWrkImg {
	height: 240px;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
}

.idxWrkInfBox {
	color: #fff;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
}

.idxWrkInfInr {
	height: calc(100% - 45px);
	padding: 15px 15px 30px;
	background: rgba(31,31,31,0.78);
}

.idxWrkTtlBox {
	display: flex;
	justify-content: space-between;
	margin: 0 0 30px;
}

.idxWrkTtl {
	font-weight: 500;
	font-size: 1.6em;
	line-height: 1.6;
	margin: 0 0 0 15px;
}

.idxWrkDta {
	text-align: right;
	width: 100px;
}

.idxWrkDta span {
	white-space: nowrap;
	display: block;
	text-align: center;
	font-weight: 300;
	font-size: 0.8em;
	line-height: 1;
	padding: 5px;
	border: solid 1px #fff;
}

.idxWrkTxt {
	font-weight: 300;
	font-size: 1.6em;
	line-height: 1.8;
}

/* idxVicArea */
#idxVicArea {
	padding: 60px 35px;
	background: #fff;
}

.idxVicWrp {
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 50px 60px;
	border: solid 1px #7f7f7f;
}

.idxVicBox {
	width: 49%;
	float: left;
}

.idxVicBox:first-child {
	margin-right: 2%;
}

.idxVicImg {
	margin: 0 0 30px;
	border-top: solid 10px #ff4200;
}

.idxVicImg a {
	width: 100%;
	height: 280px;
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.idxVicTtl {
	text-align: center;
	font-weight: 500;
	font-size: 2.4em;
	line-height: 1.6;
	margin: 0 0 15px;
}

.idxVicTxt {
	text-align: center;
	font-weight: 300;
	font-size: 1.5em;
	line-height: 1.6;
	margin: 0 0 30px;
}

/* idxCptArea */
#idxCptArea {
	padding: 80px 35px 40px;
}

.idxCptWrp {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	background: #ff4200;
}

.idxCptImg {
	width: 50%;
	min-height: 400px;
	background: url(../images/index/bg_concept.jpg) top no-repeat;
	background-size: cover;
}

.idxCptBox {
	width: calc(50% - 40px);
	display: block;
	text-align: center;
	color: #fff;
	padding: 20px;
}

.idxCptcTtl {
	font-weight: 700;
	font-size: 3em;
	line-height: 1.6;
	margin: 0 0 20px;
}

.idxCptcTxt {
	font-weight: 300;
	font-size: 1.7em;
	line-height: 2.2;
	margin: 0 0 50px;
}

/* idxEvtArea */
#idxEvtArea {
	padding: 40px 20px 80px;
}

.idxEvtWrp {
	max-width: 1230px;
	margin: 0 auto;
}

.idxEvtLst {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 30px;
}

.idxEvtLst li {
	width: calc(50% - 30px);
	margin: 0 15px 30px;
}

.idxEvtLst li:hover {
	opacity:0.50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-moz-opacity:0.50;
	-khtml-opacity: 0.50;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}

.idxEvtLst li:hover a {
	text-decoration: none!important;
}

.idxEvtImg {
	height: 240px;
	/*
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	*/
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 0 20px;
}

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

.idxEvtDta {
	display: inline-block;
	font-weight: 500;
	font-size: 1.6em;
	line-height: 1.6;
	color: #fff;
	padding: 10px 15px;
	background: #ff4200;
}

.idxEvtTxt {
	text-align: center;
	font-weight: 300;
	font-size: 1.5em;
	line-height: 1.6;
}

/* idxMdhArea */
.idxMdhWrp {
	display: flex;
}

.idxMdhTtlBox {
	width: 50%;
	min-height: 380px;
	background: url(../images/index/bg_model_title.png) bottom -5px right -10px no-repeat,
	url(../images/index/bg_model.jpg) top no-repeat;
	background-size: 300px 150px,cover;
}

.idxMdhTtlBox a {
	display: block;
	height: 100%;
}

.idxMdhTtlBox a:hover {
	background: rgba(255,255,255,0.3);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}

.idxMdhTtl {
	display: inline-block;
	text-align: center;
	font-weight: 500;
	font-size: 1.7em;
	line-height: 1;
	color: #fff;
	padding: 10px 20px;
	background: #ff4200;
}

.idxMdhInfBox {
	width: 50%;
	color: #fff;
	padding: 50px;
	background: #1f1f1f;
}

.idxMdhCth {
	font-weight: bold;
	font-size: 1.8em;
	line-height: 1.8;
	margin: 0 0 30px;
}

.idxMdhTel {
	font-weight: 500;
	font-size: 1.4em;
	line-height: 1;
	margin: 0 0 40px;
}

.idxMdhTel span {
	font-size: 1.8em;
	border-bottom: solid 1px #fff;
}

.idxMdhTel a {
	color: #fff!important;
}

.idxMdhTxt {
	font-weight: 300;
	font-size: 1.4em;
	line-height: 1.6;
	margin: 0 0 40px;
}

.idxMdhMap {
	position: relative;
	padding-bottom: 30%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.idxMdhMap iframe,
.idxMdhMap object,
.idxMdhMap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.cntBox {
	display: flex;
	flex-wrap: wrap;
}

.cntSubBox01 {
	width: 100%;
}

.cntSubBox02 {
	width: 50%;
}

.cntSubBox03 {
	width: 50%;
}

/* idxIstArea */
#idxIstArea {
	padding: 60px 20px 50px;
	background: #1f1f1f;
}

.idxIstWrp {
	max-width: 1230px;
	margin: 0 auto;
	position: relative;
}

.idxIstTtl {
	max-width: 250px;
	margin: 0 auto 40px;
}

.idxIstCthBox {
	position: absolute;
	top: 10px;
	right: 15px;
}

.idxIstCth {
	font-size: 1.2em;
	line-height: 1;
	letter-spacing: 0.08em;
	color: #fff;
	padding: 6px 10px;
	border: solid 1px #8f8f8f;
}

.idxIstLst {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.idxIstLst li {
	width: calc(50% - 30px);
	margin: 0 15px 35px;
}

.idxHrfCtr {
	display: flex;
}

.idxIstLstBox {
	overflow: hidden;
	position: relative;
}

.idxIstLstBox .caption {
	font-weight: 300;
	font-size: 1.4em;
	line-height: 1.8;
	text-align: center;
	color: #fff;
}
.idxIstLstBox .mask {
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px;
	opacity: 0;
	background-color: rgba(0,0,0,0.5);
	-webkit-transition:	all 0.6s ease;
	transition:	all 0.6s ease;
}

.idxIstLstBox:hover .mask {
	opacity: 1;
	padding-top: 100px;
}

/* idxRecArea */
#idxRecArea {
	padding: 60px 35px;
	background: url(../images/index/bg_request.jpg) top no-repeat;
	background-size: cover;
}

.idxRecWrp {
	float: right;
	width: 100%;
	max-width: 550px;
}

.idxRecWrp a {
	text-decoration: none!important;
}

.idxRecBox {
	display: flex;
	align-items: center;
	padding: 10px 20px 20px 20px;
	background: #ff4200;
}

.idxRecImg {
	max-width: 140px;
	margin: -80px 10px 0 0;
}

.idxRecTxtBox {
	width: calc(100% - 150px);
}

.idxRecTxt {
	font-weight: 500;
	font-size: 1.5em;
	line-height: 1.8;
	color: #fff;
	margin: 0 0 15px;
}

/* idxBlgArea */
#idxBlgArea {
	padding: 60px 35px;
	background: url(../images/common/bg_stripe.png) top,
	url(../images/index/bg_blog.jpg) top no-repeat;
	background-size: 2px 1px,cover;
}

.idxBlgWrp {
	max-width: 550px;
}

.idxBlgWrp a:link,
.idxBlgWrp a:visited {
	color: #fff!important;
}

.idxBlgWrp:hover {
	opacity:0.50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-moz-opacity:0.50;
	-khtml-opacity: 0.50;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}

.idxBlgWrp:hover a {
	text-decoration: none!important;
}

.idxBlgBox {
	padding: 35px 40px;
	border: solid 2px #fff;
	position: relative;
}

.idxBlgBox:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 31px;
	margin: auto;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.idxBlgBox:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	margin: auto;
	width: 30px;
	height: 1px;
	border-bottom: 1px solid #fff;
}

.idxBlgTtl{
	font-weight: 700;
	font-size: 4em;
	line-height: 1;
	letter-spacing: 0.08em;
	color: #fff;
	margin: 0 0 15px;
}

.idxBlgTxt {
	font-weight: 300;
	font-size: 1.6em;
	line-height: 1.4;
	color: #fff;
}

/* cmnCctArea */
#cmnCctArea {
	padding: 60px 35px;
	background: url(../images/common/bg_contact.jpg) top no-repeat;
	background-size: cover;
}

.cmnCctBox {
	text-align: center;
	max-width: 500px;
	margin: 0 auto;
	padding: 30px 30px 40px;
	background: rgba(255,255,255,0.95);
}

.cmnCctTtl {
	font-weight: 700;
	font-size: 1.6em;
	line-height: 1.6;
	margin: 0 0 20px;
}

.cmnCctTel {
	font-weight: 500;
	font-size: 1.6em;
	line-height: 1;
}

.cmnCctTel span {
	font-size: 1.8em;
	border-bottom: solid 1px #171717;
}

.cmnCctTel a {
	color: #ff4200!important;
}

.cmnCctLst {
	display: flex;
	align-items: center;
}

.cmnCctLst li {
	width: 50%;
}

.cmnCctLst li:first-child .cmnCctLstBox {
	height: 100px;
	background: url(../images/common/bg_request_btm.png) left bottom no-repeat #ff4200;
	background-size: 140px 100px;
}

.cmnCctLst li:last-child .cmnCctLstBox {
	height: 100px;
	background: url(../images/common/bg_tour_btm.png) left bottom no-repeat #4ec4b8;
	background-size: 140px 100px;
}

.cmnCctLstTxt {
	font-weight: 500;
	font-size: 2em;
	line-height: 1;
	padding: 30px 20px 0 160px;
	position: relative;
}

.cmnCctLstTxt span {
	font-size: 0.7em;
}

.cmnCctLstTxt:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: -87px;
	left: 203px;
	margin: auto;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cmnCctLstTxt:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: -85px;
	left: 180px;
	margin: auto;
	width: 30px;
	height: 1px;
	border-bottom: 1px solid #fff;
}

.cmnCctLst a:link,
.cmnCctLst a:visited {
	color: #fff!important;
}

.cmnCctLst li:hover {
	opacity:0.50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-moz-opacity:0.50;
	-khtml-opacity: 0.50;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}

.cmnCctLst li:hover a {
	text-decoration: none!important;
}

/*======================================================
  lower
======================================================*/

#lwrMainArea {
	height: 350px;
	position: relative;
}

.lwrMainTtlBox {
	position: absolute;
	left: 35px;
	bottom: 30px;
	display: flex;
	align-items: flex-end;
	color: #fff;
}

/* title */
.lwrMainTtl {
	display: inline-block;
	font-family: 'Bebas Neue', cursive;
	font-weight: 700;
	font-size: 4.6em;
	letter-spacing: 0.05em;
	line-height: 1;
	margin: 0 0 25px;
	position: relative; 
}

.lwrMainTtl:before {
	position: absolute;
	content: " ";
	width: 22px;
	border-bottom: solid 3px #ff4200;
	left: 0;
	bottom: -10px;
}

.lwrMainSubTtl {
	font-weight: 500;
	font-size: 1.7em;
	line-height: 1.2;
	padding: 0 0 28px 10px;
}

/* list */
.lwrCntLst {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 30px;
}

.lwrCntLst li {
	width: calc(50% - 30px);
	margin: 0 15px 30px;
}

/* cntBox */
.wtBak {
	color: #171717!important;
}

.bkBak {
	color: #fff!important;
}

.lwrCntBox h2 {
	text-align: center;
	font-weight: 700;
	font-size: 2em;
	line-height: 1.6;
	margin: 0 0 30px;
}

.lwrCntBox p {
	font-weight: 300;
	font-size: 1.6em;
	line-height: 1.8;
	margin: 0 0 40px;
}

.lwrCntBox {
	text-align: center;
}

.lwrCntBox img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 640px;
	margin: 0 0 40px;
}

/* button */
.acsBtn {
	text-align: center;
	width: 260px;
	font-family: 'Bebas Neue', cursive;
	font-weight: 700;
	font-size: 1.6em;
	line-height: 1;
	letter-spacing: 0.25em;
	margin: 0 auto;
	position: relative;
}

.acsBtn a:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: -1px;
	right: 14px;
	margin: auto;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.acsBtn a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 12px;
	margin: auto;
	width: 30px;
	height: 1px;
	border-bottom: 1px solid #fff;
}

.acsBtn a {
	display: block;
	padding: 15px;
	background: #1f1f1f;
	border: 1px solid #1f1f1f;
}

.acsBtn a:link,
.acsBtn a:visited {
	color: #fff!important;
}

.acsBtn a:hover {
	text-decoration: none!important;
	color: #171717!important;
	background: #fff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}

.acsBtn a:hover:before {
	border-top: 1px solid #171717;
}

.acsBtn a:hover:after {
	border-bottom: 1px solid #171717;
}

.bakBtn {
	text-align: center;
	width: 260px;
	font-family: 'Bebas Neue', cursive;
	font-weight: 700;
	font-size: 1.6em;
	line-height: 1;
	letter-spacing: 0.25em;
	margin: 0 auto;
	position: relative;
}

.bakBtn a:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: -1px;
	left: 14px;
	margin: auto;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.bakBtn a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 12px;
	margin: auto;
	width: 30px;
	height: 1px;
	border-bottom: 1px solid #fff;
}

.bakBtn a {
	display: block;
	padding: 15px;
	background: #1f1f1f;
	border: 1px solid #1f1f1f;
}

.bakBtn a:link,
.bakBtn a:visited {
	color: #fff!important;
}

.bakBtn a:hover {
	text-decoration: none!important;
	color: #171717!important;
	background: #fff;
	border: 1px solid #1f1f1f!important;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}

.bakBtn a:hover:before {
	border-top: 1px solid #171717;
}

.bakBtn a:hover:after {
	border-bottom: 1px solid #171717;
}

/* panLst */
.panLst {
	max-width: 600px;
	margin: 0 auto;
}

.prvBox {
	float: left;
	width: calc(50% - 10px);
	margin: 0 10px 0 0;
}

.nxtBox {
	float: right;
	width: calc(50% - 10px);
	margin: 0 0 0 10px;
}

.panLst li a:link,
.panLst li a:visited {
	color: #fff!important;
}

.panLst li a:hover {
	text-decoration: none!important
}

.panLstBox {
	background: #4ec4b8;
}

.panImgBox {
	display: flex;
	margin: 0 0 10px;
}

.panTtl {
	width: calc(100% - 130px);
	font-family: 'Bebas Neue', cursive;
	font-weight: 700;
	font-size: 2em;
	line-height: 1.6;
	letter-spacing: 0.3em;
	position: relative;
}

.prvBox .panTtl:before {
	content: "";
	position: absolute;
	top: 40px;
	bottom: 2px;
	left: 11px;
	margin: auto;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.prvBox .panTtl:after {
	content: "";
	position: absolute;
	top: 38px;
	bottom: 0;
	left: 10px;
	margin: auto;
	width: 30px;
	height: 1px;
	border-bottom: 1px solid #fff;
}

.nxtBox .panTtl:before {
	content: "";
	position: absolute;
	top: 40px;
	bottom: 2px;
	right: 11px;
	margin: auto;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nxtBox .panTtl:after {
	content: "";
	position: absolute;
	top: 38px;
	bottom: 0;
	right: 10px;
	margin: auto;
	width: 30px;
	height: 1px;
	border-bottom: 1px solid #fff;
}

.prvBox .panTtl {
	text-align: left;
	padding: 15px 0 0 10px;
}

.nxtBox .panTtl {
	text-align: right;
	padding: 15px 10px 0 0;
}

.panImg {
	width: 130px;
	height: 80px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.panTxt {
	text-align: center;
	font-weight: 300;
	font-size: 1.4em;
	line-height: 1.6;
	padding: 0 10px;
	color: #171717!important;
}

.panLst li:hover {
	opacity:0.50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-moz-opacity:0.50;
	-khtml-opacity: 0.50;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}

.panLst li:hover a {
	text-decoration: none!important;
}

/*======================================================
  concept
======================================================*/

.cptMain {
	background: url(../images/lower/bg_concept.jpg) top no-repeat;
	background-size: cover;
}

/* cptItrArea */
#cptItrArea {
	padding: 0 35px;
}

.cptItrWrp {
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 0 60px;
	background: #fff;
}

.cptItrTtl {
	font-weight: 700;
	font-size: 8em;
	line-height: 1;
	margin: 0 0 50px;
}

.cptItrTxt {
	font-weight: 500;
	font-size: 1.6em;
	line-height: 2.8;
}

/* cptRsnArea */
#cptRsnArea {
	padding: 0 35px;
	background: #9a9a9a;
}

.cptRsnWrp {
	max-width: 900px;
	margin: 0 auto;
	padding: 50px 0 60px;
}

#cptRsnArea .cntTtl,
#cptRsnArea .cntSubTtl {
	color: #fff;
}

.cptRsnBtnLst {
	max-width: 600px;
	display: flex;
	align-items: center;
	margin: 0 auto 80px;
}

.cptRsnBtnLst li {
	width: calc(33.33% - 30px);
	margin: 0 15px;
	background: #ff4200;
}

.cptRsnBtnLst li a:link,
.cptRsnBtnLst li a:visited {
	color: #fff!important;
}

.cptRsnBtnLst li:hover {
	opacity:0.50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-moz-opacity:0.50;
	-khtml-opacity: 0.50;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}

.cptRsnBtnLst li a:hover {
	text-decoration: none!important;
}

.cptRsnBtnLstBox {
	padding: 15px;
	position: relative;
}

.cptRsnBtnLstBox:before{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 20px;
	bottom: -10px;
	border-top: 10px solid #ff4200;
	border-left: 15px solid transparent;
}

.cptRsnBtnNbr {
	font-family: 'Bebas Neue', cursive;
	font-weight: 700;
	font-size: 3.8em;
	line-height: 1;
	letter-spacing: 0.05em;
	margin: 0 0 5px;
}

.cptRsnBtnTxt {
	font-weight: 500;
	font-size: 1.7em;
	line-height: 1;
}

.cptRsnLst dt {
	margin: 0 0 40px;
}

.cptRsnLst dd {
	font-weight: 300;
	font-size: 1.7em;
	line-height: 2.4;
	color: #fff;
}

.cptRsnLst dd:not(:last-child) {
	margin: 0 0 60px;
}

.cptRsnLstTtlBox {
	display: flex;
	align-items: center;
	color: #fff;
	background: #2c2c2c;
}

.cptRsnTtlBox {
	width: 110px;
	padding: 15px;
	position: relative;
	background: #ff4200;
}

.cptRsnTtlBox:before{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 20px;
	bottom: -10px;
	border-top: 10px solid #ff4200;
	border-left: 15px solid transparent;
	z-index: 10;
}

.cptRsnTtl {
	padding: 20px;
	font-weight: 500;
	font-size: 2em;
	line-height: 1.4;
}

.cptRsnLstImg {
	position: relative;
	z-index: 0;
}

/* cptMsgArea */
#cptMsgArea {
	padding: 0 35px;
	background: #1f1f1f;
}

.cptMsgWrp {
	max-width: 1100px;
	margin: 0 auto;
	padding: 50px 0 60px;
}

#cptMsgArea .cntTtl,
#cptMsgArea .cntSubTtl {
	color: #fff;
}

.cptMsgBox {
	padding: 40px;
	background: #2c2c2c;
}

.cptMsgTxt {
	font-weight: 300;
	font-size: 1.7em;
	line-height: 2.8;
	color: #fff;
	margin: 0 0 30px;
}

.cptMsgNme {
	text-align: right;
	font-weight: 300;
	font-size: 1.4em;
	line-height: 1.8;
	color: #fff;
	margin: 0 0 60px;
}

.cptMsgNme span {
	font-weight: 500;
	font-size: 1.5em;
}

.cmpBtn {
	text-align: center;
	width: 260px;
	font-weight: 300;
	font-size: 1.4em;
	line-height: 1;
	letter-spacing: 0.25em;
	margin: 0 auto;
	background: url(../images/common/icn_other_wt.png) top 8px right 8px no-repeat;
	background-size: 8px 8px;
}

.cmpBtn a {
	display: block;
	padding: 15px;
	border: solid 1px #969696;
}

.cmpBtn a:link,
.cmpBtn a:visited {
	color: #fff!important;
}

/*======================================================
  event
======================================================*/

.evtMain {
	background: url(../images/lower/bg_event.jpg) top no-repeat;
	background-size: cover;
}

#evtArea {
	padding: 50px 35px 70px;
}

.evtWrp {
	max-width: 1230px;
	margin: 0 auto;
}

.evtDtaLst {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 1.4em;
	line-height: 1;
	color: #fff;
	margin: 0 0 30px;
}

.evtDtaLst li {
	text-align: center;
	margin: 0;
	padding: 7px 30px;
}

.evtDtaLst li:first-child {
	background: #4ec4b8;
}

.evtDtaLst li:last-child {
	background: #1f1f1f;
}

.evtImg {
	height: 240px;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 0 20px;
}

.evtInfBox {
	margin: 0 0 30px;
}

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

.evtDta {
	display: inline-block;
	font-weight: 500;
	font-size: 1.6em;
	line-height: 1.6;
	color: #fff;
	padding: 10px 30px;
	background: #ff4200;
}

.evtTxt {
	text-align: center;
	font-weight: 300;
	font-size: 1.5em;
	line-height: 1.6;
}

/* wp-pagenavi */
.wp-pagenavi {
	text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
	color: #fff!important;
	font-family: 'Bebas Neue', cursive;
	font-weight: bold;
	font-size: 1.8em;
	line-height: 1.5;
	margin: 0 3px;
	padding: 14px;
	background: #1f1f1f;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}

.wp-pagenavi .current,
.wp-pagenavi a:hover {
	color: #fff!important;
	background: #ff4200;
	text-decoration: none!important;
}

.wp-pagenavi .previouspostslink {
	font-weight: 300!important;
	font-size: 24px!important;
	line-height: 1!important;
	color: #1f1f1f!important;
	margin: 0 15px 0 0!important;
	padding: 0!important;
	border: none!important;
	background: none!important;
}

.wp-pagenavi .nextpostslink {
	font-weight: 300!important;
	font-size: 24px!important;
	line-height: 1!important;
	color: #1f1f1f!important;
	margin: 0 0 0 15px!important;
	padding: 0!important;
	border: none!important;
	background: none!important;
}

.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
	color: #9caab5!important;
}

/* evtDtlMainArea */
.evtDtlDtaLst {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-weight: 500;
	font-size: 1.4em;
	line-height: 1;
	color: #fff;
	margin: 0 0 50px;
}

.evtDtlDtaLst li {
	text-align: center;
	min-width: 60px;
	padding: 7px 30px;
}

.evtDtlDtaLst li:first-child {
	background: #4ec4b8;
}

.evtDtlDtaLst li:last-child {
	background: #1f1f1f;
}

.evtDtlTtl {
	text-align: center;
	font-weight: 700;
	font-size: 2.2em;
	line-height: 1.4;
	margin: 0 0 30px;
	padding: 0 35px;
}

.evtDtlMainWrp {
	max-width: 900px;
	margin: 0 auto;
}

.evtDtlImg {
	width: 100%;
	/*
	height: 500px;
	background: url(../images/lower/img_detail.jpg) top no-repeat;
	background-size: cover;
	*/
}

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

.evtDtlImgLst {
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 1.6em;
	line-height: 1;
	color: #fff;
}

.evtDtlImgLst li {
	padding: 14px 30px;
}

.evtDtlImgLst li:first-child {
	text-align: center;
	width: 120px;
	background: #1f1f1f;
}

.evtDtlImgLst li:last-child {
	width: calc(100% - 240px);
	background: #ff4200;
}

/* evtDtlCntArea */
#evtDtlCntArea {
	padding: 0 35px;
}

.evtDtlCntWrp {
	max-width: 900px;
	margin: 0 auto;
	padding: 50px 0 60px;
}

.evtDtlMap {
	position: relative;
	margin: 0 0 30px;
	padding-bottom: 60%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.evtDtlMap iframe,
.evtDtlMap object,
.evtDtlMap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

/* evtDtlCctArea */
#evtDtlCctArea {
	padding: 60px 35px;
	background: url(../images/lower/bg_event_contact.jpg) top no-repeat;
	background-size: cover;
}

.evtDtlCctTtl {
	text-align: center;
	font-weight: 700;
	font-size: 2em;
	line-height: 1.6;
	margin: 0 0 30px;
}

/* evtDtlInfArea */
#evtDtlInfArea {
	padding: 0 35px;
}

.evtDtlInfWrp {
	max-width: 900px;
	margin: 0 auto;
	padding: 50px 0 60px;
}

.evtDtlInfBtnBox {
	max-width: 560px;
	margin: 0 auto 70px;
}

.evtDtlInfBtn {
	display: flex;
	align-items: center;
	height: 170px;
	position: relative;
	background: url(../images/lower/bg_event_button.png) left bottom no-repeat #4ec4b8;
	background-size: 300px 140px;
}

.evtDtlInfBtn:hover {
	opacity:0.50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-moz-opacity:0.50;
	-khtml-opacity: 0.50;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}

.evtDtlInfBtnBox:hover a {
	text-decoration: none!important;
}

.evtDtlInfBtnInr {
	padding: 0 0 0 300px;
}

.evtDtlInfBtnTxt {
	font-weight: 500;
	font-size: 1.8em;
	line-height: 1.6;
	color: #fff;
	margin: 0 0 20px;
}

#evtDtlInfArea .bakBtn {
	margin: 0 auto 60px;
}

/*======================================================
  estate
======================================================*/

.estMain {
	background: url(../images/lower/bg_estate.jpg) top no-repeat;
	background-size: cover;
}

/* estFrmArea */
#estFrmArea {
	padding: 0 35px;
	background: #1f1f1f;
}

.estFrmWrp {
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 0 60px;
}

.estFlwLst {
	display: flex;
	align-items: center;
	color: #fff;
}

.estFlwLst li {
	height: 100px;
	position: relative;
}

.estFlwLst li:nth-child(1) {
	width: 40%;
	background: #696969;
	z-index: 99;
}

.form .estFlwLst li:nth-child(1) {
	background: #ff4200;
}

.check .estFlwLst li:nth-child(2) {
	background: #ff4200;
}

.send .estFlwLst li:nth-child(3) {
	background: #ff4200;
}

.estFlwLst li:nth-child(2) {
	width: calc(30% + 30px);
	margin: 0 -15px;
	transform:skewX(15deg);
	background: #414141;
	z-index: 100;
}

.estFlwLst li:nth-child(2) .estFlwBox {
	transform:skewX(-15deg);
}

.estFlwLst li:nth-child(3) {
	width: 30%;
	background: #2f2f2f;
	z-index: 98;
}

.estFlwLst li:nth-child(1) .estFlwBox {
	padding: 15px;
}

.estFlwLst li:nth-child(2) .estFlwBox {
	padding: 15px 15px 15px 25px;
}

.estFlwLst li:nth-child(3) .estFlwBox {
	padding: 15px 15px 15px 40px;
}

.estFlwNmb {
	font-family: 'Bebas Neue', cursive;
	font-weight: 700;
	font-size: 2.4em;
	line-height: 1;
	letter-spacing: 0.1em;
	margin: 0 0 8px;
}

.estFlwTtl {
	font-weight: 500;
	font-size: 1.3em;
	line-height: 1;
}

.estFrmBox {
	padding: 70px 20px 60px;
	background: #fff;
}

.estFrmLst dt {
	display: block;
	width: 100%;
	font-weight: 500;
	font-size: 2em;
	line-height: 1.6;
	margin: 0 0 20px;
}

.esnIcn {
	display: inline-block;
	font-weight: 300;
	font-size: 16px;
	line-height: 1;
	color: #fff;
	margin: 0 0 0 15px;
	padding: 5px 15px;
	background: #ff4200;
}

.optIcn {
	display: inline-block;
	font-weight: 300;
	font-size: 16px;
	line-height: 1;
	color: #fff;
	margin: 0 0 0 15px;
	padding: 5px 15px;
	background: #1f1f1f;
}

.estFrmLst dd {
	display: block;
	width: 100%;
}

.frmBox01 {
	display: block;
	width: calc(100% - 40px);
	font-weight: 500;
	font-size: 2em;
	line-height: 1.2;
	padding: 20px;
	background: #f3f3f3;
	border: none;
	border-top: solid 1px #c8c8c8;
}

.frmBox02 {
	display: block;
	width: calc(100% - 40px);
	height: 200px;
	font-weight: 500;
	font-size: 2em;
	line-height: 1.6;
	padding: 20px;
	background: #f3f3f3;
	border: none;
	border-top: solid 1px #c8c8c8;
}

.frmBox03 {
	display: block;
	width: 100%;
	font-weight: 500;
	font-size: 2em;
	line-height: 1.2;
	padding: 20px;
	background: #f3f3f3;
	border: none;
	border-top: solid 1px #c8c8c8;
}

.frmSct {
	display: block;
	font-weight: 500;
	font-size: 2em;
	line-height: 1.2;
	padding: 20px 60px 20px 20px;
	background-color: #f3f3f3;
	background-image: url(../images/common/arrow.png);
	background-size: 10px 10px;
	background-position: right 10px center;
	background-repeat: no-repeat;
	border: none;
	border-top: solid 1px #c8c8c8;
	position: relative;
}

.min {
	width: 300px!important;
}

.estFrmLst dd:not(:last-child) {
	margin: 0 0 70px;
}

.estFrmLst dd:last-child {
	margin: 0 0 30px;
}

.capTxt {
	font-weight: 300;
	font-size: 1.4em;
	line-height: 1.6;
	margin: 0 0 30px;
}

.capTxt a:link,
.capTxt a:visited {
	text-decoration: underline!important;
}

.capTxt a:hover {
	text-decoration: none!important;
}

.chkBtn,
.sndBtn {
	text-align: center;
	width: 260px;
	margin: 0 auto 15px;
	position: relative;
}

.rstBtn,
.bckBtn {
	text-align: center;
	width: 200px;
	margin: 0 auto;
	position: relative;
}

.chkBtn:before,
.sndBtn:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: -1px;
	right: 14px;
	margin: auto;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);

}

.chkBtn:after,
.sndBtn:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 12px;
	margin: auto;
	width: 30px;
	height: 1px;
	border-bottom: 1px solid #fff;
}

.chkBtn input {
	width: 100%;
	display: block!important;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 1.4em;
	line-height: 1;
	color: #fff;
	padding: 15px;
	background: #1f1f1f;
	border: 1px solid #1f1f1f;
	cursor: pointer;
}

.sndBtn input {
	width: 100%;
	display: block!important;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 1.4em;
	line-height: 1;
	color: #fff;
	padding: 15px;
	background: #ff4200;
	border: 1px solid #ff4200;
	cursor: pointer;
}

.rstBtn input {
	width: 100%;
	display: block!important;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 1.4em;
	line-height: 1;
	color: #fff;
	padding: 15px;
	background: #4ec4b8;
	border: 1px solid #4ec4b8;
	cursor: pointer;
}

.bckBtn input {
	width: 100%;
	display: block!important;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 1.4em;
	line-height: 1;
	color: #fff;
	padding: 15px;
	background: #6b6b6b;
	border: 1px solid #6b6b6b;
	cursor: pointer;
}

.chkBtn input:hover,
.sndBtn input:hover,
.rstBtn input:hover,
.bckBtn input:hover {
	text-decoration: none!important;
	color: #171717!important;
	border: 1px solid #1f1f1f!important;
	background: #fff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}

.chkBtn:hover:before,
.sndBtn:hover:before {
	border-top: 1px solid #171717;
}

.chkBtn:hover:after,
.sndBtn:hover:after {
	border-bottom: 1px solid #171717;
}

/*======================================================
  model
======================================================*/

.mdlMain {
	background: url(../images/lower/bg_model.jpg) top no-repeat;
	background-size: cover;
}

/*======================================================
  request
======================================================*/

.catalog {
	margin: -50px 0 50px;
}

.catalog li {
	width: 32%;
	float: left;
	margin-right: 2%;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
}

.catalog li:last-child {
	margin-right: 0;
}

.catalog li img {
	width: 100%;
	height: auto;
}

.rqsMain {
	height: 170px!important;
	padding: 180px 0 0;
	background: url(../images/lower/bg_request.jpg) top no-repeat;
	background-size: cover;
}

.rqsMainBox {
	max-width: 400px;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	padding: 60px 20px 30px;
	background: #ff4200;
}

.rqsMainImg {
	max-width: 160px;
	margin: -200px auto 10px;
}

.rqsMainSubTxt {
	font-weight: 600;
	font-size: 1.5em;
	line-height: 1;
	margin: 0 0 15px;
}

.rqsMainTxt {
	font-weight: 600;
	font-size: 2em;
	line-height: 1;
}

/*======================================================
  voice
======================================================*/

.vicMain {
	background: url(../images/lower/bg_voice.jpg) top no-repeat;
	background-size: cover;
}


/* vicArea */
#vicArea {
	padding: 0 35px;
}

.vicWrp {
	max-width: 1230px;
    margin: 0 auto;
	padding: 50px 0 60px;
	background: #fff;
}

.vicImg {
	height: 240px;
	margin: 0 0 30px;
	border-top: solid 7px #ff4200;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
}

.vicTtl {
	text-align: center;
	font-weight: 500;
	font-size: 2em;
	line-height: 1.6;
	margin: 0 0 15px;
}

.vicTxt {
	text-align: center;
	font-weight: 300;
	font-size: 1.5em;
	line-height: 1.6;
	margin: 0 0 30px;
}

/* vicDtlArea */
#vicDtlArea {
	padding: 0 35px;
}

.vicDtlWrp {
	max-width: 1000px;
    margin: 0 auto;
	padding: 50px 0 60px;
	background: #fff;
}

.vicDtlImg {
	margin: 0 0 60px;
	/*
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	*/
}

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

.vicDtlQusBox {
	display: flex;
	margin: 0 0 60px;
}

.vicDtlQusIcn {
	text-align: right;
	width: 70px;
	font-family: 'Bebas Neue', cursive;
	font-weight: 700;
	font-size: 3.6em;
	line-height: 1;
	color: #fff;
	padding: 10px;
	background: #ff4200;
}

.vicDtlQusTxt {
	font-weight: 600;
	font-size: 2.4em;
	line-height: 1.8;
	padding: 40px;
}

.vicDtlAnsBox {
	max-width: 900px;
}

.vicDtlAnsTxt {
	font-weight: 300;
	font-size: 1.6em;
	line-height: 1.8;
	margin: 0 0 50px;
}

.vicDtlAnsImg {
	height: 540px;
	margin: 0 0 60px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.vicDtlAnsImgLst {
	display: flex;
	margin: 0 0 60px;
}

.vicDtlAnsImgLst li:first-child {
	width: calc(50% - 10px);
	margin: 0 10px 0 0;
}

.vicDtlAnsImgLst li:last-child {
	width: calc(50% - 10px);
	margin: 0 0 0 10px;
}

.vicDtlAnsImgLst .vicDtlAnsImg {
	height: 300px;
	margin: 0;
}

#vicDtlArea .bakBtn {
    margin: 0 auto 60px;
}

/*======================================================
  blog
======================================================*/

.blgMain {
	background: url(../images/lower/bg_blog.jpg) top no-repeat;
	background-size: cover;
}

/* blgArea */
#blgArea {
	padding: 50px 35px 70px;
	background: #fff;
}

.blgWrp {
	max-width: 1230px;
	margin: 0 auto;
}

.blgTypLst {
	max-width: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 40px;
}

.blgTypLst li {
	width: calc(33.33% - 2px);
	margin: 0 1px;
	opacity:0.50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-moz-opacity:0.50;
	-khtml-opacity: 0.50;
}

.blgTypLst li.actBtn,
.blgTypLst li:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
} 

.blgTypLst li a:hover {
	text-decoration: none!important;
}

.blgTypLst li a {
	text-align: center;
	font-weight: 500;
	font-size: 1.45em;
	display: block;
	padding: 15px;
	background: #ff4200;
}

.blgTypLst li a:link,
.blgTypLst li a:visited {
	color: #fff!important;
}

.blgImg {
	height: 240px;
	margin: 0 0 30px;
	color: #fff;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
}

.blgDtaLst {
	display: flex;
	align-items: center;
	justify-content: flex-end;	
	margin: 0 0 40px;
}

.blgDtaLst li {
	width: 30%;
	text-align: center;
	margin: 0;
	padding: 8px 10px;
}

.blgDtaLst li:first-child {
	font-weight: 500;
	font-size: 1.3em;
	line-height: 1;
	color: #fff;
	background: #ff4200;
}

.blgDtaLst li:last-child {
	font-family: 'Bebas Neue', cursive;
	font-weight: 700;
	font-size: 1.3em;
	line-height: 1;
	color: #fff;
	background: #1f1f1f;
}

.blgTtl {
	font-weight: 600;
	font-size: 2em;
	line-height: 1.6;
	margin: 0 0 35px;
}

.blgTxt {
	font-weight: 300;
	font-size: 1.7em;
	line-height: 1.6;
	margin: 0 0 50px;
}

#blgArea .wp-pagenavi a,
#blgArea .wp-pagenavi span,
#wrkArea .wp-pagenavi a,
#wrkArea .wp-pagenavi span {
	color: #fff!important;
	font-family: 'Bebas Neue', cursive;
	font-weight: bold;
	font-size: 1.8em;
	line-height: 1.5;
	margin: 0 3px;
	padding: 14px;
	background: #1f1f1f;
	border: solid 1px #8e8e8e;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}

#blgArea .wp-pagenavi .current,
#blgArea .wp-pagenavi a:hover,
#wrkArea .wp-pagenavi .current,
#wrkArea .wp-pagenavi a:hover {
	color: #fff!important;
	background: #ff4200;
	border: solid 1px #ff4200;
	text-decoration: none!important;
}

#wrkArea .wp-pagenavi .previouspostslink {
	font-weight: 300!important;
	font-size: 24px!important;
	line-height: 1!important;
	color: #fff!important;
	margin: 0 15px 0 0!important;
	padding: 0!important;
	border: none!important;
	background: none!important;
}

#wrkArea .wp-pagenavi .nextpostslink {
	font-weight: 300!important;
	font-size: 24px!important;
	line-height: 1!important;
	color: #fff!important;
	margin: 0 0 0 15px!important;
	padding: 0!important;
	border: none!important;
	background: none!important;
}

#blgArea .wp-pagenavi .previouspostslink {
	font-weight: 300!important;
	font-size: 24px!important;
	line-height: 1!important;
	color: #000!important;
	margin: 0 15px 0 0!important;
	padding: 0!important;
	border: none!important;
	background: none!important;
}

#blgArea .wp-pagenavi .nextpostslink {
	font-weight: 300!important;
	font-size: 24px!important;
	line-height: 1!important;
	color: #000!important;
	margin: 0 0 0 15px!important;
	padding: 0!important;
	border: none!important;
	background: none!important;
}

#blgArea .wp-pagenavi .previouspostslink:hover,
#blgArea .wp-pagenavi .nextpostslink:hover,
#wrkArea .wp-pagenavi .previouspostslink:hover,
#wrkArea .wp-pagenavi .nextpostslink:hover {
	color: #9caab5!important;
}

/* blgDtlArea */
#blgDtlArea {
	padding: 50px 35px 70px;
	background: #fff;
}

.blgDtlWrp {
	max-width: 1000px;
	margin: 0 auto;
}

.blgDtlTypBox {
	display: flex;
	margin: 0 0 60px;
}

.blgDtlTypDtaBox {
	width: 50px;
	padding: 10px;
	background: #1f1f1f;
}

.blgDtlTypDta {
	font-family: 'Bebas Neue', cursive;
	font-weight: 700;
	font-size: 1.6em;
	line-height: 1.4;
	color: #fff;
}

.blgDtlTypDta span {
	font-size: 1.4em;
}

.blgDtlTypTtlBox {
	width: calc(100% - 70px);
}

.blgDtlTyp {
	font-weight: 500;
	font-size: 1.3em;
	line-height: 1;
	color: #fff;
	padding: 10px 15px;
	background: #ff4200;
}

.blgDtlTypTtl {
	font-weight: 700;
	font-size: 2.2em;
	line-height: 1.4;
	color: #fff;
	padding: 40px 15px;
	background: #444444;
}

.blgDtlCntBox {
	max-width: 900px;
	margin: 0 auto;
}

.blgDtlTxt {
	font-weight: 300;
	font-size: 1.7em;
	line-height: 1.6;
	margin: 0 0 50px;
}

.blgDtlTxt a {
	color: #ff4200!important;
}

.blgDtlImg {
	height: 540px;
	margin: 0 0 30px;
	color: #fff;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
}

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

/*======================================================
  works
======================================================*/

.wrkMain {
	background: url(../images/lower/bg_works.jpg) top no-repeat;
	background-size: cover;
}

/* wrkArea */
#wrkArea {
	padding: 0 35px;
	background: #1d1d1d;
}

.wrkWrp {
	max-width: 1230px;
    margin: 0 auto;
	padding: 50px 0 70px;
}

#wrkArea .cntTtlBox {
	color: #fff;
}

.wrkImg {
	height: 240px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.wrkInfBox {
	color: #fff;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
}

.wrkInfInr {
	height: 100%;
	padding: 20px 15px 40px;
	background: rgba(31,31,31,0.78);
}

.wrkTtl {
	text-align: center;
	font-weight: 500;
	font-size: 1.8em;
	line-height: 1.6;
	margin: 0 0 25px;
}

.wrkDta {
	text-align: center;
	font-weight: 300;
	font-size: 1.4em;
	line-height: 1;
	margin: 0 0 30px;
}

.wrkDta span {
	display: inline-block;
	padding: 5px 15px;
	border: solid 1px #fff;
}

.wrkTxt {
	text-align: center;
	font-weight: 300;
	font-size: 1.6em;
	line-height: 1.8;
	margin: 0 0 30px;
}

/* wrkDtlArea */
#wrkDtlArea {
	padding: 0 35px;
}

.wrkDtlWrp {
	max-width: 900px;
    margin: 0 auto;
	padding: 50px 0 70px;
}

.wrkDtlTtl {
	text-align: center;
	font-weight: 600;
	font-size: 1.8em;
	line-height: 1.6;
	margin: 0 0 25px;
}

.wrkDtlImg {
	/*
	height: 540px;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	*/
	margin: 0 0 40px;
}

.wrkDtlDta {
	text-align: center;
	font-weight: 500;
	font-size: 1.4em;
	line-height: 1;
	margin: 0 0 30px;
}

.wrkDtlDta span {
	display: inline-block;
	padding: 5px 15px;
	border: solid 1px #171717;
}

.wrkDtlTxt {
	text-align: center;
	font-weight: 500;
	font-size: 1.6em;
	line-height: 1.8;
	margin: 0 0 30px;
}

.wrkDtaBox {
	margin: 0 0 60px;
	padding: 30px 20px;
	background: #ececec;
}

.wrkDtaPrcBox {
	text-align: center;
	display: flex;
	align-items: center;
	border-bottom: solid 1px #848484;
}

.wrkDtaPrcTtlBox {
	width: calc(50% - 41px);
	padding: 20px;
	border-right: solid 1px #848484;
}

.wrkDtaPrcTxtBox {
	width: calc(50% - 40px);
	padding: 20px;
}

.wrkDtaTtl01,
.wrkDtaTxt01 {
	font-weight: 600;
	font-size: 2.1em;
	line-height: 1.8;
}

.wrkDtaTtl02,
.wrkDtaTxt02 {
	font-weight: 600;
	font-size: 1.8em;
	line-height: 1.8;
}

.wrkDtaTxt span {
	font-size: 0.8em;
}

.wrkDtaAraBox {
	text-align: center;
	display: flex;
	align-items: center;
	margin: 0 0 10px;
}

.wrkDtaAraTtlBox,
.wrkDtaAraTxtBox {
	width: 50%;
	padding: 20px;
}

.capLst {
	font-weight: 300;
	font-size: 1.4em;
	line-height: 1.6;
	padding-left: 1em;
	text-indent: -1em;
}

.capLst li {
	margin: 0 0 5px;
}

#wrkDtlArea .bakBtn {
	margin: 0 auto 60px;
}

/*======================================================
  access
======================================================*/

.acsMain {
	background: url(../images/lower/bg_access.jpg) top no-repeat;
	background-size: cover;
}

/* acsMainArea */
#acsMainArea {
	padding: 0 35px;
}

.acsMainWrp {
	max-width: 1000px;
    margin: 0 auto;
	padding: 50px 0 60px;
	background: #fff;
}

.acsMainTtl {
	font-weight: 700;
	font-size: 4.2em;
	line-height: 1.4;
	margin: 0 0 30px;
}

.acsMainTxt {
	font-weight: 300;
	font-size: 1.6em;
	line-height: 2.2;
}

/* acsMdhArea */
#acsMdhArea {
	background: #1f1f1f;
}

.acsMdhWrp {
	max-width: 900px;
    margin: 0 auto;
	padding: 20px 0;
}

.acsMdhTtl {
	text-align: center;
	font-weight: 500;
	font-size: 2.2em;
	line-height: 1.4;
	color: #fff;
	margin: 0 0 20px;
}

.acsMdhImg {
	margin: 0 0 40px;
}

.acsMdhInfBox {
	padding: 0 35px;
}

.acsMdhTxt {
	text-align: center;
	font-weight: 300;
	font-size: 1.4em;
	line-height: 1.6;
	color: #fff;
	margin: 0 0 30px;
}

.acsMdhTel {
	text-align: center;
	font-weight: 500;
	font-size: 1.4em;
	line-height: 1;
	margin: 0 0 30px;
}

.acsMdhTel span {
	font-size: 1.8em;
	border-bottom: solid 1px #fff;
}

.acsMdhTel a {
	color: #fff!important;
}

.acsBtnBox {
	padding: 30px 35px 0;
	background: #fff;
}

.acsMdhMap {
	position: relative;
	padding-bottom: 30%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.acsMdhMap iframe,
.acsMdhMap object,
.acsMdhMap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

/* acsDtlArea */
#acsDtlArea {
	padding: 0 35px;
}

.acsDtlWrp {
	max-width: 900px;
    margin: 0 auto;
	padding: 60px 0 20px;
	text-align: center;
}

.acsDtlTxt {
	font-weight: 300;
    font-size: 1.7em;
    line-height: 1.8;
    margin: 0 0 60px;
}

.acsDtlImg {
    margin: 0 0 30px;
}

/* 追加*/

.error {
	font-size: 1.6em!important;
	margin-top: 10px;
}

.check .estFrmLst dd {
	font-size: 1.6em;
}

.estFinMsg {
	font-size: 1.6em;
	text-align: center;
	padding: 50px;
	background: #fff;
}

.estFinMsg p {
	margin: 0 0 20px;
}

.blgDtlTxt.inEvent {
	margin: 50px 30px 0;
}

.blgDtlTxt.inVoice {
	margin: 20px 20px 50px;
}

/*======================================================
  sitemap
======================================================*/

.stmMain {
	background: url(../images/lower/bg_access.jpg) top no-repeat;
	background-size: cover;
}

/* acsMainArea */
#acsMainArea {
	padding: 0 35px;
}

.stmMainWrp {
	max-width: 1000px;
    margin: 0 auto;
	padding: 50px 30px 60px;
	background: #fff;
}

.stmMainTtl {
	font-weight: 700;
	font-size: 4.2em;
	line-height: 1.4;
	margin: 0 0 30px;
}

.stmMainTxt {
	font-weight: 300;
	font-size: 1.6em;
	line-height: 2.2;
}

/* acsMdhArea */
#acsMdhArea {
	background: #1f1f1f;
}

.stmMdhWrp {
	max-width: 900px;
    margin: 0 auto;
	padding: 20px 0;
}

.stmBox {
	float: left;
	width: 30%;
	margin-right: 5%;
}

.stmBox:nth-child(3n) {
	margin-right: 0;
}

.stmBox h3 {
	font-size: 2em;
	line-height: 1;
	padding: 5px 0;
	margin: 0 0 30px;
	position: relative;
	font-weight: 600;
}

.stmBox h3:before {
	position: absolute;
	content: " ";
	width: 22px;
	border-bottom: solid 3px #ff4200;
	left: 0;
	bottom: -10px;
}

.stmBox ul {
	list-style: disc;
	margin-bottom: 5px;
}

.stmBox li {
	margin: 0 0 0 20px;
	font-size: 1.4em;
}

.more {
	font-size: 1.2em;
	margin-bottom: 30px;
	padding-left: 20px;
}

.thumbnailList {
	width: 100%;
	margin-bottom: 40px;
}

.thumbnailList li {
	width: 32%;
	float: left;
	margin-right: 2%;
}

.thumbnailList li img {
	width: 100%;
	height: auto;
}

.thumbnailList li:last-child {
	margin-right: 0;
}

.acsMdMes {
	color: #fff;
	font-size: 1.6em;
	text-align: center;
	padding: 0 0 60px;
}

.noMd {
	padding: 20px 25%;
	background: #555;
}

.noMd li {
	width: 100%;
}

.cmnCctLst.noMd li .cmnCctLstBox {
	height: 100px;
	background: url(../images/common/bg_request_btm.png) left bottom no-repeat #ff4200;
    background-size: auto;
	background-size: 140px 100px;
}

.cmnCctLst.noMd li .cmnCctLstBox .cmnCctLstTxt {
	padding-top: 10px;
	padding-left: 180px;
	line-height: 1.3;
	margin-bottom: 5px;
}

.noAcsMdhImg {
	margin-top: -20px;
}

.myhmAward {
	position: absolute;
	right: 35px;
	bottom: 50px;
}

.myhmAward img {
	width: 250px;
	height: auto;
}

.mhMsg {
	border: 1px solid #414141;
	display: inline-block;
	color: #fff;
	margin: 20px auto 50px;
	padding: 10px 20px 15px;
}

.mhMsg p {
	font-size: 18px;
	font-weight: bold;
	color: #ff4200;
}

.mhMsg span {
	font-size: 14px;
}