@charset "UTF-8";

/* html,body
------------------------------------------*/
html {
	font-size: 62.5%; /* 初期設定10px */
	background: #ffffff;
}
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
    font-family: JLREmeric, "Helvetica Neue", Noto Sans JP, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 12px; font-size: 1.2rem;
	color: #191919;
	line-height: 1.5;
	text-align: left;
}
/* for WinIE6 */
*html body {
	font-family: verdana,"ＭＳ Ｐゴシック",sans-serif;
}
#wrapper {
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
}
header#header {
    position: relative;
	width: 100%;
    height: 100px;
	margin: 0 auto;
    padding: 20px 90px;
    background: #f8f9f9;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content:space-between;
    align-items: center;
}
header#header h1{
    font-family: JLREmeric, Noto Sans JP, "游ゴシック", YuGothic,"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
    font-size: 24px;font-size: 2.4rem;
    font-weight: 400;
    line-height: 1;
    margin: 0;
	padding: 0;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
}
header#header h1 img{
    width: 115px;
    height: 60px;
    margin: 0 0.5em 0 0;
}
header#header a {
    color: #292929;
}
header#header address {
    font-size: 16px;font-size: 1.6rem;
    color: #292929;
    text-align: right;
}
header#header address a{
    font-family: JLRBold, Noto Sans JP, "游ゴシック", YuGothic,"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
    font-size: 18px;font-size: 1.8rem;
}
header#header h1,
header#header address {
    flex: 1 0 50%;
}

footer#footer {
    width: 100%;
    padding: 45px 90px 40px;
    color:#ffffff;
    background: #030303;
    box-sizing: border-box;
}
footer#footer a{
    color:#ffffff;
}
footer#footer #footerInner{
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
footer#footer #footerInner ul{
    margin: 0;
}
footer#footer #footerInner ul li{
	display: inline-table;
	margin-right: 1em;
}
footer#footer  #footerInner ul li a:before{
	font-family: "FontAwesome";
	content: "\f105" ;
	margin: 0 6px 0 0;
}

footer#footer #footerInner ul li#language{
    cursor: pointer;
    position: relative;
}
footer#footer #footerInner ul li#language a:before{
    content: "\f0d8" ;
}
footer#footer #footerInner ul li#language.current a{
    color: #0653b6;
}
#copyright {
    font-size: 9px;font-size: 0.9rem;
    text-align: right;
    margin: 0;
}
#copyright img{
    margin-left: auto;
    margin-bottom: 8px;
}
#google_translate_element{
    display: none;
    position: absolute;
    left:0;
    top:-75px;
    padding:10px 15px;
}
#google_translate_element img{
    display: inline;
    max-width: 100px;
}
#google_translate_element span a{
    color:#666;
    font-weight: normal;
}
.arrow_box {
    position: relative;
    background: #eaeced;
    border: 1px solid #eaeced;
}
.arrow_box:after, .arrow_box:before {
    top: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.arrow_box:after {
    border-color: rgba(217, 217, 217, 0);
    border-top-color: #eaeced;
    border-width: 6px;
    margin-left: -10px;
}
.arrow_box:before {
    border-color: rgba(217, 217, 217, 0);
    border-top-color: #eaeced;
    border-width: 7px;
    margin-left: -11px;
}

.sideNavi{
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 1000000;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sideNavi .sideopen{
    cursor: pointer;
    margin: 0;
}
.sideNavi .sideopen.on::before{
    font-family: "FontAwesome";
    font-size: 18px;font-size: 1.8rem;
    content: "\f00d";
}
.sideNavi .sideopen.off::before{
    font-family: "FontAwesome";
    font-size: 20px;font-size: 2.0rem;
    content: "\f100";
}
.sideNavi-box {
    width: 190px;
    display: block;
    padding: 20px;
    background: #000;
    color: #fff;
    text-align: center;
}
.sideNavi .sideNavi-box .btn a{
    font-size: 12px;font-size: 1.2rem;
}

.footabs a{
    display: none;
}
.gotop{
	position: fixed;
	right: 3%;
	bottom: 3%;
}
.gotop a{
	width: 50px;
	height: 49px;
	display: block;
}


/* fstView
------------------------------------------*/
.fstView {
    width: 100%;
    position: relative;
    background: #fff;
    box-sizing: border-box;
    height: calc(100vh - 100px);
    min-height: 700px;
}
.fstView-keyvisual {
    position: absolute;
    z-index: 0;
    display: block;
    width:100%;
    height:100%;
    overflow: hidden;
    overflow-wrap: break-word;
}
.fstView-keyvisual img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -2;
    margin: 0 auto;
    width: auto;
    height: auto;
    min-width: 100vw;
    min-height: 100%;
    object-fit: cover;
}
.fstView-keyvisual.FV-Mask:before{
    content: "";
    display: block;
    width:100%;
    height:100%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left:0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.0);
    background-image: url("./images/pattern.png");
    background-position: center center;
    background-repeat: repeat;
}
.FV-FlexBox{
    width:100%;
    height:100%;
    padding: 90px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    font-feature-settings : "palt";
}
.fstView p.area-des {
    font-size: 24px;font-size: 2.4rem;
    margin: 0 0 1em;
}
.fstView p.area-des strong {
    padding: 0.3em 1em;
    background: #151515;
    color:#ffffff;
}
.fstView h1,
.fstView h2,
.fstView h3{
    font-family: JLRMedium, Noto Sans JP, "游ゴシック", YuGothic,"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
    font-weight: 500;
    color: #ffffff;
    text-shadow: 0 0 5px #000000;
}
.fstView h1{
    font-size: 60px;font-size: 6.0rem;
    font-weight: 500;
    line-height: 1.15;
}
.fstView h1 span{
    font-size: 30px;font-size: 3.0rem;
}
.fstView h2{
    font-family: JLRBold, Noto Sans JP, "游ゴシック", YuGothic,"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
    font-size: 30px;font-size: 3.0rem;
}
.fstView h3{
    font-size: 26px;font-size: 2.6rem;
}
.fstView h3 span{
    font-size: 18px;font-size: 1.8rem;
}


/* contents
------------------------------------------*/
.content {
    font-family: JLREmeric, Noto Sans JP, "游ゴシック", YuGothic,"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
	font-size: 14px;font-size: 1.4rem;
    font-feature-settings: "palt";
	line-height: 2.0;
    padding: 60px 70px;
    box-sizing: border-box;
}
.cGry {
	margin-bottom: 0px;
	padding-bottom: 3%;
    background: #f5f5f5;
}
.cDark {
    background-color: #4a4f54;
    color: #e4e8e8;
}
.cDark a{
    color: #e4e8e8;
}
.content.contentPTOPnone { padding-top: 2%; }
.content.contentPBTMnone { padding-bottom: 0%; }

.content.FullWidth{
    width: 100%;
    height: 80vh;
    padding: 0px;
    position: relative;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5 {
    font-family: JLRMedium, Noto Sans JP, "游ゴシック", YuGothic,"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
}
.content h1 {
    font-family: JLRBold, Noto Sans JP, "游ゴシック", YuGothic,"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
    font-size: 46px;font-size: 4.6rem;
}
.content h2 {
    font-size: 34px;font-size: 3.4rem;
    font-weight: 700;
    line-height: 1.3;
}
.content h3 {
    font-size: 26px;font-size: 2.6rem;
}
.content h3 em{
    font-style: normal;
}
.content h3 span{
    font-size: 18px;font-size: 1.8rem;
}
.content h3 strong{
    margin-right: 0.5em;
    padding: 6px 13px;
    border: 3px solid #e4e8e8;
}
.content h4 {
    font-size: 20px;font-size: 2.0rem;
    font-weight: 700;
}
.content h5 {font-size: 18px;font-size: 1.8rem;}

.content h1.mdl_ttl {
    text-transform: uppercase;
    font-weight: 700;
    margin:0;
    line-height: 1.2;
}
.content h2.summary_lead_ttl {
    margin-top: 20px;
}
.content h2.mdl_lead_ttl {
    font-size: 24px;font-size: 2.4rem;
    text-transform: uppercase;
    line-height: 1.25;
}
.content h2.mdl_lead_ttl span{
    font-size: 14px;font-size: 1.4rem;
    font-weight: 500;
}
.content h3.lead_mdl {
    line-height: 1.25;
    margin: 0.5em 0;
}
.content h3.lead_mdl span{
    font-weight: 700;
}
.content h3.cont_lead_ttl{
    margin: 2em 0 1em;
    line-height: 1.2;
}
.content h3.cont_lead_ttl span{
    font-size: 30px;font-size: 3rem;
    padding: 3px 0 5px;
    border-top: 2px solid #4e4e4e;
    border-bottom: 2px solid #4e4e4e;
}
.content h4.summary_lead_ttl {
    line-height: 1.8;
}
.content h4.features_ttl {
    margin: 20px 0 0.5em;
    line-height: 1.8;
}
.content h4.ttl_location {
    margin-top: 0;
}


/* FlexBox
------------------------------------------*/
.flexbox{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.FB-Re{
    flex-flow: row-reverse wrap;
}
.FB-Context{
    padding: 60px 90px 50px;
}
.FB-Contimg{
    height: 80vh;
}
.FB-Contimg  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}


/* 個別クラス
------------------------------------------*/
p.leadNum span{
    text-transform:uppercase;
    padding: 10px 12px 6px 15px;
    border: 1px solid #191919;
    background: #191919;
    color: #e2e2e2;
}
p.leadNum span em{
    font-size: 24px;font-size: 2.4rem;
    font-style: normal;
    font-weight: bold;
    color: #fff;
}
.caution{
    font-size: 11px;font-size: 1.1rem;
    line-height: 1.5;
    color: #666666;
}
.comments {
    background: #f5f5f5 none repeat scroll 0 0;
    box-sizing: border-box;
    margin: 1em 0 0;
    padding: 2em;
}

.ul_summary li{
    border-bottom: 1px solid #d5d5d5;
    padding: 5px 0;
}
    
.dl_summary {
    line-height: 1.8;
}
.dl_summary dt{
    display: block;
    float: left;
    width: 160px;
    clear: both;
    font-weight: bold;
}
.dl_summary dd{
    display: block;
    padding-left: 160px;
    margin-bottom: 15px;
}

.descBox{
    margin: 2% 0 4%;
    padding: 4%;
    border: 1px solid #d5d5d5;
    background: #fff;
    max-height: 250px;
    overflow-y: scroll;
}
.descBox ul{
    margin: 0 1em 0 2em;
}
.descBox ul li{
    font-size: 14px;font-size: 1.4rem;
    line-height: 1.6;
    list-style:square;
    margin-bottom: 1em;
}

.dtlTbl{width:100%;margin-bottom: 2em;}
.dtlTbl tr{
    border-bottom: 1px solid #ddd;
}
.dtlTbl tr th,
.dtlTbl tr td {
    padding: 5px;
    text-align:right;
}


.MapiInfoTable {
    margin: 0 0 30px;
    text-align: left;
    border-collapse: collapse;
}
.MapiInfoTable {
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    width: 100%;
}
.MapiInfoTable th {
    text-align: left;
    width: 130px;
    background: #f7f7f7 none repeat scroll 0 0;
    font-weight: normal;
}
.MapiInfoTable th, .MapiInfoTable td {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 9px;
}

/* ボタン
------------------------------------------*/
.btn {
    font-family: JLRMedium, Noto Sans JP, "游ゴシック", YuGothic,"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
    font-size: 26px;font-size: 2.6rem;
    text-align: center;
    margin: 0 auto 2%;
}
.btn a,
.btn span{
    max-width: 90%;
    display: block;
    padding: 0.5em 2em;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
    color:#000;
    border: 1px solid #000;
    background: none;
}
.btn a:before{
    font-family: "FontAwesome";
    content: "\f105" ;
    margin: 0 12px 0 0;
}
.btn a:hover{
    color: #fff;
    background-color: rgba(0,0,0,1);
}

.btn-BtmOff a,
.btn-BtmOff span{
    margin-bottom: 0;
}
.btn-sml a,
.btn-sml span{
    font-size: 16px;font-size: 1.6rem;
    padding: 5px 15px;
    max-width: 80%;
}
.btn-ss a,
.btn-ss span{
    font-size: 14px;font-size: 1.4rem;
    padding: 3px 10px;
    max-width: 100%;
}
.btn-inline a,
.btn-inline span{
    display: inline-block;
}

.btn-left{margin: 0;}
.btn-left a,
.btn-left span {margin-left: 0;}
.btn-right a,
.btn-right span {margin-right: 0;}
.btn-Half a,
.btn-Half span{ max-width: 50%; }
.btn-Full a,
.btn-Full span{ max-width: 100%; }

.btn-wht a{ background: #ffffff; border: 1px solid #ffffff; }
.btn-red a{ background: #fa382e; }
.btn-gry a{ background: #a3a3a3; }
.btn-wht a:hover{ border: 1px solid #000000; }
.btn-org a:hover{
    color: #ffffff;
    border: 1px solid #d39407;
    background: #d39407;
}

.btn-clear a,
.btn-clear span{
    border: 1px solid #ffffff;
    background-color: rgba(255,255,255,0.0);
    color: #ffffff;
}
.btn-clear a:hover,
.btn-clear span:hover{
    color: #000000;
    border: 1px solid #ffffff;
    background: #ffffff;
}



.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	float: none;
}
.ggmap {
    position: relative;
    padding-bottom: 56.25%;
    margin: 10px 0;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
} 
.ggmap iframe,
.ggmap object,
.ggmap embed,
.ggmap .map_canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#spmenuBtn,
#spmenu,
.spOnly,
.tblSPOnly {
    display: none;
}
.pcOnly {
    display: block;
}
/* レスポンシブ幅 */
.limit {
	width: 960px;
	margin: 0 auto;
}
.limit1280 {
    width: auto;
    max-width: 1280px;
}





