@charset "UTF-8";
/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
body {
	font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-family: "Zen Kaku Gothic New", sans-serif;
	background-color: #fcfcfc;
	color: #001219;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
}
body{
	
}
::selection {
	background:#333;
	color: #FFF;/* Safari */
}

::-moz-selection {
	background:#333;
	color: #FFF;/* Firefox */
}
.clearfix {
	clear: both;
}
.onPc{
	display:block !important;
}
.onSmt{
	display:none !important;
}
.headclearfix {
	clear: both;
	width:100%;
	height:1px;
	display:block;
	float:left;
	margin-bottom:-1px;
}
a{
	color: #999;
}
a:hover{
	color: #c33000;
}
a img.linkimg{
background:none!important;
-webkit-transition: 0.3s ease-in-out;  
-moz-transition: 0.3s ease-in-out; 
-o-transition: 0.3s ease-in-out;  
transition: 0.3s ease-in-out;  
}
a:hover img.linkimg{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
background:none!important;
}
.imground{
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.imgshadow{
    box-shadow: 0 12px 10px -6px rgba(0,0,0,.3);
}

/* Space */
.mt0{ margin-top:0;}
.mt05{ margin-top:5px;}
.mt10{ margin-top:10px;}
.mt15{ margin-top:15px;}
.mt20{ margin-top:20px;}
.mt25{ margin-top:25px;}
.mt30{ margin-top:30px;}
.mt40{ margin-top:40px;}
.mt50{ margin-top:50px;}
.mt60{ margin-top:60px;}
.mt70{ margin-top:70px;}
.mt80{ margin-top:80px;}
.mt90{ margin-top:90px;}
.mt100{ margin-top:100px;}
.mt110{ margin-top:110px;}
.mt120{ margin-top:120px;}
.mt130{ margin-top:130px;}
.mt140{ margin-top:140px;}
.mt150{ margin-top:150px;}
.mt160{ margin-top:160px;}

.mr0{ margin-right:0;}
.mr05{ margin-right:5px;}
.mr10{ margin-right:10px;}
.mr15{ margin-right:15px;}
.mr20{ margin-right:20px;}
.mr30{ margin-right:30px;}
.mr60{ margin-right:60px;}

.mb0{ margin-bottom:0;}
.mb05{ margin-bottom:5px;}
.mb10{ margin-bottom:10px;}
.mb15{ margin-bottom:15px;}
.mb20{ margin-bottom:20px;}
.mb25{ margin-bottom:25px;}
.mb30{ margin-bottom:30px;}
.mb40{ margin-bottom:40px;}
.mb50{ margin-bottom:50px;}
.mb60{ margin-bottom:60px;}
.mb70{ margin-bottom:70px;}
.mb80{ margin-bottom:80px;}
.mb90{ margin-bottom:90px;}
.mb100{ margin-bottom:100px;}
.mb110{ margin-bottom:110px;}
.mb120{ margin-bottom:120px;}
.mb130{ margin-bottom:130px;}
.mb140{ margin-bottom:140px;}
.mb150{ margin-bottom:150px;}
.mb160{ margin-bottom:160px;}
.mb170{ margin-bottom:170px;}
.mb180{ margin-bottom:180px;}

.ml0{ margin-left:0;}
.ml05{ margin-left:5px;}
.ml10{ margin-left:10px;}
.ml15{ margin-left:15px;}
.ml20{ margin-left:20px;}
.ml30{ margin-left:30px;}
.ml150{ margin-left:150px;}

.mW05{ margin:0 5px;}
.mW10{ margin:0 10px;}
.mW15{ margin:0 15px;}
.mW20{ margin:0 20px;}
.mW30{ margin:0 30px;}

.pt0{ padding-top:0;}
.pt02{ padding-top:2px;}
.pt03{ padding-top:3px;}
.pt04{ padding-top:4px;}
.pt05{ padding-top:5px;}
.pt10{ padding-top:10px;}
.pt15{ padding-top:15px;}
.pt20{ padding-top:20px;}
.pt30{ padding-top:30px;}
.pt40{ padding-top:40px;}
.pt50{ padding-top:50px;}
.pt60{ padding-top:60px;}
.pt70{ padding-top:70px;}
.pt80{ padding-top:80px;}
.pt90{ padding-top:90px;}
.pt100{ padding-top:100px;}

.pr0{ padding-right:0;}
.pr05{ padding-right:5px;}
.pr10{ padding-right:10px;}
.pr15{ padding-right:15px;}
.pr20{ padding-right:20px;}
.pr30{ padding-right:30px;}
.pr40{ padding-right:40px;}
.pr50{ padding-right:50px;}
.pr60{ padding-right:60px;}
.pr70{ padding-right:70px;}
.pr80{ padding-right:80px;}
.pr90{ padding-right:90px;}
.pr100{ padding-right:100px;}
.pr110{ padding-right:110px;}
.pr120{ padding-right:120px;}


.pb0{ padding-bottom:0;}
.pb03{ padding-bottom:3px;}
.pb04{ padding-bottom:4px;}
.pb05{ padding-bottom:5px;}
.pb07{ padding-bottom:7px;}
.pb10{ padding-bottom:10px;}
.pb15{ padding-bottom:15px;}
.pb20{ padding-bottom:20px;}
.pb30{ padding-bottom:30px;}
.pb40{ padding-bottom:40px;}
.pb50{ padding-bottom:50px;}
.pb60{ padding-bottom:60px;}
.pb70{ padding-bottom:70px;}
.pb80{ padding-bottom:80px;}
.pb90{ padding-bottom:90px;}
.pb100{ padding-bottom:100px;}

.pl0{ padding-left:0;}
.pl05{ padding-left:5px;}
.pl10{ padding-left:10px;}
.pl15{ padding-left:15px;}
.pl20{ padding-left:20px;}
.pl30{ padding-left:30px;}
.pl40{ padding-left:40px;}
.pl50{ padding-left:50px;}
.pl60{ padding-left:60px;}
.pl70{ padding-left:70px;}
.pl80{ padding-left:80px;}
.pl90{ padding-left:90px;}
.pl100{ padding-left:100px;}
.pl110{ padding-left:110px;}
.pl120{ padding-left:120px;}

.pW05{ padding:0 5px;}
.pW10{ padding:0 10px;}
.pW15{ padding:0 15px;}
.pW20{ padding:0 20px;}
.pW30{ padding:0 30px;}

.pd05{ padding: 5px;}
.pd10{ padding: 10px;}
.pd15{ padding: 15px;}
.pd20{ padding: 20px;}
/* Space */
.bd800{font-weight: 800;}
.bd700{font-weight: 700;}
.bd600{font-weight: 600;}
.bd500{font-weight: 500;}
.bd400{font-weight: 400;}
.bd300{font-weight: 300;}

.lh10{line-height: 1.0em;}
.lh12{line-height: 1.2em;}
.lh14{line-height: 1.4em;}
.lh16{line-height: 1.6em;}
.lh18{line-height: 1.8em;}
.lh20{line-height: 2.0em;}
.lh22{line-height: 2.2em;}
.lh24{line-height: 2.4em;}
.lh25{line-height: 2.5em;}
.lh30{line-height: 3.0em;}

.text10{font-size:10px;}
.text11{font-size:11px;}
.text12{font-size:12px;}
.text13{font-size:13px;}
.text14{font-size:14px;}
.text15{font-size:15px;}
.text16{font-size:16px;}
.text17{font-size:17px;}
.text18{font-size:18px;}
.text19{font-size:19px;}
.text20{font-size:20px;}
.text22{font-size:22px;}
.text24{font-size:24px;}
.text26{font-size:26px;}
.text28{font-size:28px;}
.text30{font-size:30px;}
.text32{font-size:32px;}
.text34{font-size:34px;}
.text36{font-size:36px;}
.text38{font-size:38px;}
.text40{font-size:40px;}
.text42{font-size:42px;}
.text60{font-size:60px;}

.alignLeft{text-align: left;}
.alignRight{text-align: right;}
.alignCenter{text-align: center;}

.font20{font-size: 2.0em;}
.font15{font-size: 1.5em;}
.font14{font-size: 1.4em;}
.font13{font-size: 1.3em;}
.font12{font-size: 1.2em;}
.font11{font-size: 1.1em;}
.font10{font-size: 1.0em;}
.font09{font-size: 0.9em;}
.font08{font-size: 0.8em;}
.font07{font-size: 0.7em;}
.font06{font-size: 0.6em;}
.font05{font-size: 0.5em;}

.flex {
    display: flex;
    width: 100%;
    height: auto;
    flex-flow: row wrap;
	box-sizing: border-box;
}
.itemCenter{align-items: center;}
.between{justify-content: space-between;}
.justifyCenter{justify-content: center;}
.flex.between::after {
  /*content: "";
  display: block;
  width: 30%;
  height: 0;*/
}

.header {
	width: 100%;
	height: auto;
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
	transition-property: all;
	transition: 0.2s ease;
	box-sizing: border-box;		
}
.header::before {
	
}
/*.header.topHead {
	background-color: rgba(255,255,255,0.00);
}
.header.on {
    background-color: rgba(255,255,255,1.00);
}
.header.topHead.on {
    background-color: rgba(255,255,255,1.00);
}*/
.box1080{
	width:100%;
	height:auto;
	margin: 0 auto;
	max-width: 1160px;
	box-sizing: border-box;
	padding-left: 40px;
	padding-right: 40px;
    position: relative;
}
.box800{
	width:100%;
	height:auto;
	margin: 0 auto;
	max-width: 920px;
	box-sizing: border-box;
	padding-left: 40px;
	padding-right: 40px;
    position: relative;
    
}
.box1280{
	width:100%;
	height:auto;
	margin: 0 auto;
	max-width:1320px;
	padding-left: 40px;
	padding-right: 40px;
	box-sizing: border-box;
    position: relative;
}

.box1600{
	width:100%;
	display:table;
	height:auto;
	margin: 0 auto;
	max-width:1680px;
	box-sizing: border-box;
	padding-left: 40px;
	padding-right: 40px;
    position: relative;
    
}
.box1600Pd{
	width:100%;
	display:table;
	height:auto;
	margin: 0 auto;
	max-width:1600px;
	box-sizing: border-box;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 60px;
	padding-bottom: 60px;
}
.headLogo{
	width: auto;
	height: 100px;
	position: relative;
	transition-property: all;
	transition: 0.2s ease;
    opacity:1.0;
	display: flex;
	align-items: center;
	padding-left: 40px;
	padding-right: 40px;
	background-color: #fcfcfc;
	background-color: #c33000;
}

.headLogo img{
	height: 30px;
	height: 36px;
	width:auto;
	display: block;
	transition-property: all;
	transition: 0.2s ease;
}
/*.topHead .headLogo img{
	filter: brightness(0) invert(1);
}
.topHead.on .headLogo img{
	filter: brightness(1) invert(0);
}*/

.contentBox {
	height: auto;
	width: 100%;
	margin: 0 auto;
	display:table;
    position: relative;
}

.ph100{
    width:100%;
	height:auto;
	display:inline-block;
    position: relative;
box-sizing: border-box;
    z-index: 0;
}
.ph100 img{
    width:100%;
	height:auto;
	float:left;
    z-index: 0;
    position: relative;
}
.ph80{
    width:100%;
	height:auto;
	float:left;
	display:inline-block;
    position: relative;
box-sizing: border-box;
    z-index: 0;
    text-align: center;
}
.ph80 img{
    width:80%;
	height:auto;
    z-index: 0;
    position: relative;
}
.footBox {
	height: auto;
	width: 100%;
	margin: 0 auto;
	display: table;
	background-color: #001219;
	padding-bottom: 80px;
	padding-top: 80px;
}

.moreBtn{
	width:100%;
	height:auto;
	float:left;
	display:flex;
	text-align:center;
    position: relative;
	justify-content: center;
}

.moreBtn a,.moreBtn span{
    width: 100%;
    height: 60px;
    display: flex;
    line-height: 1;
    font-size: 16px;
    color: #fcfcfc;
    text-decoration: none;
    transition-property: all;
    transition: 0.2s ease;
    box-sizing: border-box;
    font-weight: 600;	
    position: relative;
    letter-spacing: 0.03em;
    max-width: 240px;
	border-radius: 0px;
	align-items: center;
	justify-content: center;
	background-color: #001219;
}
.moreBtn a i{
	
}
/*.moreBtn a::before{
	content: '';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  position: absolute;
  top: calc(50% - 3.5px);
  right: 20px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  transform: rotate(-45deg);
  transition: all ease 0.1s;
}*/
.moreBtn a:hover{
	opacity: 0.8;
}
.moreBtn.t-left{
   justify-content: flex-start;
}
.moreBtn.t-right{
   justify-content: flex-end;
}
.moreBtn.t-big a{
    max-width: 400px;
	height: 70px;
}
.moreBtn.t-min a{
    max-width: 100px;
	height: 30px;
	font-size: 11px;
}
.moreBtn.t-min a::before{
	right: 10px;
}

.goTopBtn{
	width:60px;
	height:60px;
	display:inline-block;
	position:fixed;
	right:20px;
	bottom:-90px;
	z-index:100;
	transition-property: all;
	transition: 0.6s ease;
	box-sizing: border-box;
    padding: 15px;
	background-color: #001219;
	border-radius: 0px;
	 background-image: url("../images/go_top.png");
  background-size: 30px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.goTopBtn::before {
 
}
.goTopBtn::after {
	
}
.goTopBtn a{
	position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 101;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
transition-property: all;
transition: 0.2s ease;
}
.goTopBtn.on{
	bottom:20px;
}
.goTopBtn.on:hover{
	
}
.goTopBtn img{
	width:100%;
	height:auto;
	
}
.goTopBtn img:hover{
	
}

.copyright{
	width:100%;
	height:auto;
	font-size:12px;
	line-height:20px;
box-sizing: border-box;
	font-weight: normal;
	color: #666;
	letter-spacing: 0em;
	font-family: "Marcellus", serif;
	
}
.copyright a{
	
}
.copyright a:hover{

}

.bd{
	font-weight: bold;
}
.gNaviBox{
	width: auto;
	height: auto;
    position: relative;
	margin-right: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0px;
	background-color: #fcfcfc;
	padding-left: 20px;
}
.gNavi {
	width: 100%;
	height: auto;
	display:flex;
    position: relative;
}

.gNavi li{
	width: auto;
	height: auto;
	float: left;
	display:block;
	position: relative;
	margin-right: 10px;
}
.gNavi li a{
	width: aito;
	height: 60px;
	font-size:13px;
	line-height:1;
	text-align:center;
    color: #001219;
	display:flex;
	align-items: center;
	justify-content: center;
	text-decoration:none;
	font-weight: 500;
	transition-property: all;
	transition: 0.2s ease;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    padding: 0px 20px 0 25px;
	position: relative;
    cursor: pointer;
    letter-spacing: 0.05em;
}
.gNavi li a::before{
	content: '';
	width: 10px;
	height: 1px;
	background-color: #c33000;
	position: absolute;
	top: calc(50% - 0.5px);
	left: 5px;
}
.gNavi li a:hover{
	text-decoration: none;	
	background-color: rgba(0,0,0,0.05);
}

.gNavi li a img,.gNavi li span img{
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.fontEn{
	font-family: "Marcellus", serif;
  font-style: normal;
	font-weight: 400;
}
.fontEn02{
	font-family: 'Roboto', sans-serif;
}
.fontJp{
}
.pageMt{
	margin-top: 80px;
}
.bc {
    color: #333;
    display: inline-block;
    float: left;
    font-size: 11px;
    height: auto;
    letter-spacing: 0.08em;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
    box-sizing: border-box;
}
.bc a {
    color: #666;
	text-decoration: underline;
}
.bc a:hover {
    color: #c33000;
    text-decoration: underline;
}
.bc.t-wht{
	color: #FFF;
}
.bc.t-wht a{
	color: #FFF;
}
.bc.t-wht a:hover{
	color: #eee;
}
.grn{
	color: #46bd83;
}
.gry{
	color: #333;
}
.gry02{
	color: #999;
}
.wht{
	color: #FFF;
}
.c-main{
	color: #c33000;
}
#menuButton{
	display: none;
}
#overlay{
	display: none;
}


h1.blogMainTitle {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  font-size: 24px;
  text-align: left;
  line-height: 1.4em;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
  border-bottom: #001219 1px solid;
}
.postBox {
  width: 100%;
  height: auto;
  display: block;
  float: left;
  margin-bottom: 0px;
  padding-bottom: 30px;
border-bottom: #001219 1px solid;
}
.postBox p {
  font-size: 14px;
  line-height: 1.8em;
  word-break: break-all;
  text-decoration: none;
  margin: 5px 0 20px;
  text-align: left;
  text-indent: 0px;
  text-transform: none;
  white-space: normal;
  word-spacing: 0px;
	letter-spacing: 0.03em;
}

.postBox h2,.postBox h1{
	font-size: 22px;
	font-weight: 600;
	line-height: 1.4;
	padding-left: 0.8em;
	border-left: #c33000 1px solid;
	margin-bottom: 5px;
}
.postBox h3{
	font-size: 20px;
	line-height: 1.6;
}
.postBox h4{
	font-size: 16px;
	line-height: 1.6;
}
.postBox h5{
	font-size: 14px;
	line-height: 1.6;

}

.postBox img {
  max-width: 100%;
  height: auto;
}
.prevBtn {
  display: flex;
  float: left;
  height: auto;
  text-align: left;
  width: 50%;
  align-items: center;
  justify-content: flex-start;
}
.prevBtn a {
  width: 100%;
  height: auto;
  display: flex;
  line-height: 40px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  transition-property: all;
  transition: 0.2s ease;
  box-sizing: border-box;
  font-weight: 600;
  padding: 0px 0;
  position: relative;
  letter-spacing: 0.05em;
  max-width: 140px;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
	background-color: #fcfcfc;
	font-family: "Marcellus", serif;
	border-radius: 0px;
	border: #001219 1px solid;
}
.prevBtn a:hover {
	background-color: #c33000;
	border-color: #c33000;
	color: #FFF;
}
.nextBtn {
  display: flex;
  float: right;
  height: auto;
  text-align: right;
  width: 50%;
  align-items: center;
  justify-content: flex-end;
}
.nextBtn a {
  width: 100%;
  height: auto;
  display: flex;
  line-height: 40px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  transition-property: all;
  transition: 0.2s ease;
  box-sizing: border-box;
  font-weight: 600;
  padding: 0px 0;
  position: relative;
  letter-spacing: 0.03em;
  max-width: 140px;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
	
	background-color: #FFF;
	font-family: "Marcellus", serif;
	border-radius: 0px;
	border: #001219 1px solid;
}
.nextBtn a:hover {
	background-color: #c33000;
	border-color: #c33000;
	color: #FFF;
	
}

.wp-pagenavi {
	clear: both;
    margin-top: 20px;
	text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
	height:36px;
	display:inline-block;
	text-align:center;
	line-height:36px;
	font-size:14px;
	color:#001219;
	text-decoration:none;
	padding:0px 14px !important;
	margin-right:5px !important;
	border:#001219 0px solid !important;
	background-color: #fcfcfc;
	border-radius: 8px;
   font-family: 'Roboto', sans-serif;
  font-weight: 800;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background-color:#C7AA54;
	color:#FFF;
	border:#001219 0px solid !important;
}
.wp-pagenavi span.current {
	background-color:#C7AA54;
	color:#FFF;
	border:#001219 0px solid;
}

.formBox {
    display: block;
    float: left;
    height: auto;
    
    width: 100%;
	margin-left:0%;
	margin-right:0%;
	margin-bottom: 40px;
	background-color: #fff;
	padding: 40px;
	border-radius: 16px;
	box-sizing: border-box;
}
.formBox dl {
    display: block;
    float: left;
    height: auto;
    width: 100%;
	margin-bottom:20px;
}

.formBox dt {
    box-sizing: border-box;
    display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: bold;
    height: auto;
    line-height: 26px;
    padding: 24px 0px 0px;
    width: 25%;
    letter-spacing: 0;
}
.formBox dd {
    box-sizing: border-box;
    display: inline-block;
    float: left;
    font-size: 16px;
    height: auto;
    letter-spacing: 0.1em;
    line-height: 40px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-top: 17px;
    width: 75%;
}
.fm_form {
    border: 0px solid #f2f2f2;
    border-radius: 0;
    font-size: 16px;
    line-height: 38px;
    padding-left: 15px;
    width: 80%;
	background-color: #eee;
	border-radius: 8px;
	height: 50px;
}
.fm_formFull {
    border: 0px solid #f2f2f2;
    border-radius: 8px;
    font-size: 16px;
    line-height: 38px;
    padding-left: 15px;
    width: 100%;
	background-color: #eee;
	height: 50px;
}
.fm_formS {
    border: 0px solid #f2f2f2;
    border-radius: 8px;
    font-size: 16px;
    line-height: 38px;
   padding-left: 15px;
    width: 30%;
	margin-right: 15px;
	background-color: #eee;
	height: 50px;
}
.fm_formXs {
    border: 0px solid #f2f2f2;
    border-radius: 8px;
    font-size: 16px;
    line-height: 38px;
   padding-left: 15px;
    width: 80px;
	margin-right: 15px;
	background-color: #eee;
	height: 50px;
}
.pRed {

	color: #e74c3c;
	font-size: 10px;
	margin-left: 5px;
}
.fm_formL {
    border: 0px solid #666;
	background-color: #eee;
   border-radius: 8px;
    box-sizing: border-box;
    font-size: 16px;
    height: 160px;
    line-height: 1.5em;
    padding: 10px;
    width: 90%;
	
}
.formBtn {
    display: block;
    float: left;
    height: auto;
    margin-top: 40px;
    text-align: center;
    width: 100%;
	position: relative;
}
.fm_btn {
	border: 0px solid #930f49;
	color: #FFF;
	cursor: pointer;
	font-size: 20px;
	height: auto;
	line-height: 20px;
	text-transform: uppercase;
	transition: all 0.2s ease 0s;
	width: 360px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
    padding: 25px 0;
    font-weight: bold;
    background-color: #00af3f;
	border-radius:40px;
}
.fm_btn:hover{
	opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}
.fm_btn02 {
	border: 0px solid #666;
	
	color: #FFF;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
	width: 200px;
	height: auto;
	transition-property: all;
	transition: 0.2s ease;
    letter-spacing: 0.1em;
    padding: 25px 0;
    background-color: #666;
	margin-right: 10px;
}
.fm_btn02:hover{
	opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}
input::-webkit-input-placeholder {
    color: #aaa;
    font-weight: normal;
}
input:-ms-input-placeholder {
    color: #aaa;
    font-weight: normal;
}
input::-moz-placeholder {
    color: #aaa;
    font-weight: normal;
}
textarea::-webkit-input-placeholder {
    color: #aaa;
    font-weight: normal;
}
textarea:-ms-input-placeholder {
    color: #aaa;
    font-weight: normal;
}
textarea::-moz-placeholder {
    color: #aaa;
    font-weight: normal;
}
.formBox div.wpcf7-response-output {
    padding: 2em 1em !important;
}
.formBox div.wpcf7-validation-errors {
    border-color: #DCA651;
}
.formBox span.wpcf7-not-valid-tip {
    color: #e74c3c;
    font-size: 0.8em;
}
.wpcf7c-conf {
    background-color: #fff !important;
    color: black;
    border: 1px solid #fff !important;
}
.formBox .wpcf7-spinner {
  position: absolute;
  top: -40px;
  left: calc(50% - 36px);
}
.formBox .wpcf7-list-item {
  margin: 0 30px 0 0;
}
select.fm_select {
  border-radius: 8px;
  font-size: 16px;
  line-height: 38px;
  height: 50px;
  width: auto;
  border: 0px solid #333;
  -webkit-appearance: none;
  appearance: none;
  padding-left: 15px;
	padding-right: 30px;
  background-image: url("../images/icon_dropdown_sankaku.png");
  background-size: 10px auto;
  background-position: 96% center;
  background-repeat: no-repeat;
  background-color: #eee;
  min-width: 140px;
}

.heroImage{
	width: 100%;
	height: 100vh;	
box-sizing: border-box;
	position: relative;
	
	/*display: flex;
	align-items: center;
	justify-content: center;*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-color: #d2d2d2;

	max-height: 1000px;
}
.heroImage::after{
	/*content: '';
	width: 100%;
	height: 30px;
	background-color: #FFF;
	position: absolute;
	bottom: 0;
	left: 0;*/
	
}
.heroInner {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items:center;
  padding-left: 40px;
  padding-right: 40px;
	top: 0;
  left: 0;
  z-index: 100;
}


.box20{
	  width: 20%;
  height: auto;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.box30{
	  width: 30%;
  height: auto;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.box40{
	  width: 40%;
  height: auto;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.box45{
	  width: 45%;
  height: auto;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.box50{
	  width: 50%;
  height: auto;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.box55{
	  width: 55%;
  height: auto;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.box60{
	  width: 60%;
  height: auto;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.box70{
	  width: 70%;
  height: auto;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.box80{
	  width: 80%;
  height: auto;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.box1280HalfLeft {
  width: 100%;
  float: right;
  box-sizing: border-box;
  position: relative;
  max-width: 640px;
	padding-left: 40px;
}
.box1280HalfRight {
  width: 100%;
  float: left;
  box-sizing: border-box;
  position: relative;
  max-width: 640px;
	padding-right: 40px;
}
.mainBox {
  width: 75%;
  height: auto;
  display: table;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 80px;
  position: relative;
}
.sideBox {
  display: table;
  float: left;
  height: auto;
  margin-bottom: 20px;
  width: 25%;
  position: relative;
}

.bgGrey{
	background-color: #eeeeee;
	background-color: #d6d6d6;
}

.whtBox{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	position: relative;
	background-color: #FFF;
	padding: 30px;
}
.fontMc{
	/*font-family: 'Shippori Mincho', serif;*/
	font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
}
.flex.between.column3{
	justify-content: space-between;
}
.flex.between.column3::after {
  content: "";
  display: block;
  width: 30%;
  height: 0;
}


.postData {
  float: left;
  height: auto;
  width: 100%;
  letter-spacing: 0em;
	font-weight: 600;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	color: #029fe7;
}
.imgShadow{
	box-shadow: 0 1px 5px rgba(0,0,0,0.20);
}
.footMenu{
	width: 50%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
}
.footMenu ul{
	width: 100%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
	display: flex;
	flex-wrap: wrap;
}
.footMenu ul li {
  width: 50%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 15px;
	
}
.footMenu ul li a {
	width: 100%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
	font-size: 14px;
	line-height: 1.6em;
	color: #666666;
	text-decoration: none;
	font-weight: 500;
}
.footMenu ul li a:hover {
	text-decoration: underline;
	color: #02aa39;
}

.footLogo{
	width: 100%;
  height: auto;
  box-sizing: border-box;
  position: relative;
	margin-bottom: 20px;
}
.footLogo img{
	width: 100%;
  height: auto;
	max-width: 150px;
	
}
.dotLine{
	position: relative;
	border-bottom: #ea6c91 4px dotted;
}
.dotLine.t-blue{
	border-bottom-color: #0068b7;
}
.ls0{
	letter-spacing: 0;
}
.ls003{
	letter-spacing: 0.03em;
}
.ls005{
	letter-spacing: 0.05em;
}
.newsList {
  width: 100%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
  box-sizing: border-box;
}
.newsList dl {
  width: 100%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 40px;
	padding-top: 40px;
  transition-property: all;
  transition: 0.2s ease;
	border-bottom: #111 1px solid;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-right: 50px;
	background-image: url("../images/arrow_right_red.png");
  background-size: 40px auto;
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
}

.newsList dl dt {
  width: 140px;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
	font-size: 14px;
  line-height: 1;
	color: #c33000;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
.newsList dl dd {
  width: calc(100% - 140px);
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
  font-size: 16px;
	color: #333;
  line-height: 1.6em;
}
.newsList dl a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition-property: all;
  transition: 0.2s ease;
}
.newsList dl:hover {
	background-color: rgba(0,0,0,0.05);
	background-position: calc(100% - 0px) center;
}



.lineBox{
	width: 100%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
	padding: 30px;
	border: #d2d2d2 1px solid;
}
ul.dotList{
	width: 100%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
	display: flex;
	flex-wrap: wrap;
}
ul.dotList li{
	width: 100%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
	font-size: 16px;
	line-height: 1.8;
	padding-left: 1em;
	margin-bottom: 15px;
	font-weight: 600;
}
ul.dotList li::before{
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	top: 12px;
	left: 0;
	background-color: #2da0e0;
	border-radius: 100%;
	
}
ul.dotList.t-blue li::before{
	background-color: #2da0e0;
}
ul.dotList li a{
	color: #001219;
}
ul.dotList li a:hover{
	color: #2da0e0;
}
ul.dotList li.w-full{
	width: 100%;
}
ul.dotList.t-half li{
	width: 50%;
}
ul.dotList.t-about li::before{
	top: 14px;
}

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

.barTitle{
	display: block;
  height: auto;
  width: 100%;
  font-size: 18px;
  line-height: 1.6em;
	box-sizing: border-box;
	padding: 6px 30px;
	background-color: #001219;
	color: #FFF;
	font-weight: 500;
	letter-spacing: 0;
}


ol.policyText {
  width: 100%;
  height: auto;
  float: left;
  padding-left: 25px;
  box-sizing: border-box;
  position: relative;
  display: block;
}
ol.policyText li {
  list-style-type: decimal;
  font-size: 15px;
  line-height: 2.0em;
  margin-bottom: 30px;
  clear: both;
  float: left;
}
.pageTopPd{
	padding-top: 100px;
}

.header .flex{
	justify-content: space-between;
}


.header .box1600{
	max-width: 100%;
	padding-left: 0;
	padding-right: 20px;
}
#menuButton{
	display: none;
}
.headContactBtn{
	width: 200px;
  height: auto;
  float: left;
  display: flex;
  text-align: center;
  position: relative;
  justify-content: center;
}
.headContactBtn a{
	width: 100%;
  height: 50px;
  display: flex;
  line-height: 20px;
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  transition-property: all;
  transition: 0.2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 800;
  position: relative;
  letter-spacing: 0.03em;
  max-width: 200px;
  border-radius: 4px;
  align-items: center;
  justify-content: flex-start;
	padding-left: 20px;
  background-color: #f87376;
  border-radius: 40px;
	background-image: url("../images/arrow_wht.png");
  background-size: 20px auto;
  background-position: calc(100% - 18px) center;
  background-repeat: no-repeat;
}

span.ulSky {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 50%, #029fe7 50%) repeat scroll 0 0px;
}
span.ulYlw {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 50%, #f7f0b2 50%) repeat scroll 0 0px;
}


.bottomMenu{
	width: 100%;
  height: auto;
  box-sizing: border-box;
  position: relative;
	display: flex;
	flex-wrap: wrap;
	
}
.bottomMenu li{
	width: 50%;
  height: auto;
	box-sizing: border-box;
	position: relative;
}
.bottomMenu li::before{
	content: '';
  width: 8px;
  height: 1px;
  background-color: #c33000;
  position: absolute;
  top: calc(50% - 0.5px);
  left: 5px;
}
.bottomMenu li:last-child::after{
	display: none;
}
.bottomMenu li a{
	width: auto;
  height: auto;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  color: #aaa;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  font-weight: normal;
  transition-property: all;
  transition: 0.2s ease;
  box-sizing: border-box;
  padding: 10px 0px;
  position: relative;
  letter-spacing: 0.03em;
	padding-left: 20px;
}
.bottomMenu li a:hover{
	color: #FFF;
	text-decoration: underline;
}
.gNavi li.reserveBtn {
	margin-right: 0;
}
.gNavi li.reserveBtn a{
	background-color: #c33000;
	color: #FFF;
}
.gNavi li.reserveBtn a::before{
	display: none;
}
.gNavi li.reserveBtn a:hover{
	background-color: #862100;
}
/* ===========================
   Scroll Indicator Animation
   =========================== */

/* Layout */
.scroll-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 60px 0 0px;
	position: absolute;
  bottom: 0;
	width: 80px;
  left: calc(50% - 40px) ;
	z-index: 100;
}

/* "SCROLL" text */
.scroll-text {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 18px;
  animation: text-fade 3s ease-in-out infinite;
	font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}

/* Line wrapper */
.line-wrapper {
  position: relative;
  width: 1px;
  height: 72px;
}

/* Background track (static, faint) */
.line-track {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: rgba(150, 150, 150, 0.25);
}

/* Animated fill line */
.line-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  background: #fff;
  transform-origin: top center;
  animation: line-draw 3s ease-in-out infinite;
}

/* Dot group below the line */
.dots {
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

/* Individual dot */
.dot {
  display: block;
  width: 1px;
  height: 5px;
  background: #999;
  animation: dot-blink 3s ease-in-out infinite;
}

.dot--1 { animation-delay: 0s; }
.dot--2 { animation-delay: 0.2s; }
.dot--3 { animation-delay: 0.4s; }


/* ===========================
   Keyframes
   =========================== */

@keyframes line-draw {
  0%            { height: 0;    opacity: 0; }
  10%           { opacity: 1; }
  50%           { height: 72px; opacity: 1; }
  80%, 100%     { height: 72px; opacity: 0; }
}

@keyframes text-fade {
  0%,  15%      { opacity: 0; letter-spacing: 0.05em; }
  35%, 65%      { opacity: 1; letter-spacing: 0.1em; }
  85%, 100%     { opacity: 0; letter-spacing: 0.05em; }
}

@keyframes dot-blink {
  0%,  100%     { opacity: 0.2; transform: scaleY(0.5); }
  50%           { opacity: 1;   transform: scaleY(1); }
}

.sparateBar {
  width: 100%;
  display: flex;
  justify-content: center;
}
.sparateBar.t-left {
	justify-content: flex-start;
}
.sparateBar span {
  width: 40px;
  height: 1px;
  background-color: #c33000;
  border-radius: 0px;
}
.sectionBg01{
	background-color: #eee;
	height: 400px;
	background-image: url("../images/top/section_bg01.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.sectionBg01.t-rooms{
	background-image: url("../images/rooms/section_bg01.jpg");
}
.sectionBg02{
	background-color: #eee;
	height: 400px;
	background-image: url("../images/top/section_bg02.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bgGry{
	background-color: #f2f2f2;
	
}
.accessList{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}
.accessList dt{
	width: 80px;
	font-size: 13px;
	line-height: 1.6em;
	font-weight: 500;
}
.accessList dd{
	width: calc(100% - 80px);
	font-size: 13px;
	line-height: 1.6em;
	color: #333;
}
.mapBox{
	width: 100%;
}
.mapBox iframe{
	width: 100%;
	height: 600px;
}
.ssBox{
	width: 23%;
}
.ssInfo{
	width: 100%;
	padding-top: 20px;
}
.roomListBox{
	width: calc(50% - 15px);
	margin-bottom: 30px;
	background-color: #fcfcfc;
	padding: 30px;
}
.roomSubListBox{
	width: calc(33.3333% - 15px);
	margin-bottom: 30px;
	background-color: #fcfcfc;
	padding: 30px;
}
.roomListInner{
	width: 100%;
	padding-top: 20px;
}
.roomTitle::before{
	content: '';
	width: 30px;
	height: 1px;
	background-color: #c33000;
	position: absolute;
	top: calc(50% - 0.5px);
	left: -40px;
}
.planBox{
	width: 100%;
	display: flex;
	margin-bottom: 40px;
	
}
.planBox.t02{
	background-color: #FFF;
	padding: 30px 40px;
	margin-bottom: 10px;
}
.planBox dt{
	width: 300px;
}
.planBox dd{
	width: calc(100% - 300px);
	padding-left: 60px;
}
.keiyakuBox{
	width: calc(50% - 15px);
	display: flex;
	flex-wrap: wrap;
	padding: 30px;
	border: #001219 1px solid;
	align-items: center;
	background-image: url("../images/arrow_right_red.png");
  background-size: 40px auto;
  background-position: calc(100% - 30px) center;
  background-repeat: no-repeat;
	transition-property: all;
  transition: 0.2s ease;
}
.keiyakuBox:hover{
	background-color: rgba(0,0,0,0.06);
	background-position: calc(100% - 20px) center;
}
.keiyakuBox dt{
	width: 100px;
}
.keiyakuBox dt img{
	width: 100%;
	height: auto;
}
.keiyakuBox dd{
	width: calc(100% - 100px);
	padding-left: 30px;
}
dl.keiyakuBox a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition-property: all;
  transition: 0.2s ease;
}
.planTitle{
	display: flex;
	align-items: center;
}
.planTitle img{
	width: 32px;
	height: 32px;
	margin-right: 8px;
}
.allRoomInfo{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.allRoomInfo li{
	font-size: 16px;
	line-height: 1;
	font-weight: 500;
	margin-right: 40px;
	padding-left: 14px;
}
.allRoomInfo li::before{
	content: '';
  width: 6px;
  height: 6px;
  background-color: #c33000;
  position: absolute;
  top: calc(50% - 2px);
  left: 0px;
}
.tabistLogoSp{
	display: none;
}
.heroText{
    background-color: rgba(252,252,252,0.85);
    font-size: 24px;
    line-height: 1;
    padding: 25px 40px;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
}
.heroText img{
	/*margin-left: 10px;*/
	margin-right: 10px;
	width: 240px;
	
	height: auto;
	top: 3px;
}
a.nonLink{
	pointer-events: none; /* クリックを無効化 */
  cursor: default; 
}
.keiyakuBox.nonLink{
	background-image: none;
}
.keiyakuBox.nonLink:hover{
	background-color: rgba(0,0,0,0.0);
	
}
.keiyakuBox.nonLink a{
	pointer-events: none; /* クリックを無効化 */
  cursor: default; 
}
.roomSpec{
	width: 100%;
	background-color: #f3f3f3;
	padding: 20px 30px;
}
.roomSpec dl{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: #d2d2d2 0px dotted;
}
.roomSpec dl dt{
	width: 120px;
	font-size: 13px;
	line-height: 1.6em;
	font-weight: 500;
}
.roomSpec dl dd{
	width: calc(100% - 120px);
	font-size: 13px;
	line-height: 1.6em;
	color: #333;
}
.roomBottomLine{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: #000 1px solid;
}
.roomReserveBtn a{
	background-color: #c33000;
	max-width: 200px;
	height: 50px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: normal;
}
.roomReserveBtn a img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.boxText span{
	background-color: #dfdfdf;
	padding: 5px 10px;
	display: inline-block;
}
.bihinList{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.bihinList li{
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	margin-right: 40px;
	padding-left: 14px;
	margin-bottom:15px;
}
.bihinList li::before{
	content: '';
  width: 6px;
  height: 6px;
  background-color: #aaa;
  position: absolute;
  top: calc(50% - 2px);
  left: 0px;
}
.line01{
	width: 100%;
	height: 1px;
	display: block;
	border-bottom: #000 1px dotted;
}
.infoSpec{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.infoSpec dl{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: #d2d2d2 1px dotted;
}
.infoSpec dl dt{
	width: 120px;
	font-size: 13px;
	line-height: 1.6em;
	font-weight: 500;
}
.infoSpec dl dd{
	width: calc(100% - 120px);
	font-size: 13px;
	line-height: 1.6em;
	color: #333;
}
.infoSpec.t-half{
	justify-content: space-between;
}
.infoSpec.t-half dl{
	width: calc(50% - 10px);
}
.infoSpec.t-half dl dd{
	
}

.sideLineTitle{
	padding-left: 16px;
}
.sideLineTitle::before {
  content: '';
  width: 10px;
  height: 1px;
  background-color: #c33000;
  position: absolute;
  top: calc(50% - 0.5px);
  left: 0px;
}
.mapBox02{
	width: 100%;
}
.mapBox02 iframe{
	width: 100%;
	height: 380px;
}
.faqList {
  width: 100%;
}.faqList dl {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding: 20px;
  /*background-color: #FFF;*/
  margin-top: 0;
	display: flex;
	flex-wrap: wrap;
	border: #001219 1px solid;
}
.faqList dt {
  width: 100%;
  height: auto;
  text-align: left;
  line-height: 1.8em;
  font-size: 16px;
  text-decoration: none;
  transition-property: all;
  transition: 0.2s ease;
  cursor: pointer;
  position: relative;
  font-weight: normal;
  /*background-image: url('../images/arrow_down_red.png');
  background-size: 20px auto;
  background-position: right center;
  background-repeat: no-repeat;*/
  padding-right: 40px;
  padding-left: 45px;
  
}
.faqList dt::after {
	content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
  background-image: url("../images/arrow_down_red.png");
  background-size: 20px auto;
  background-position: center center;
  background-repeat: no-repeat;
  transition-property: all;
  transition: 0.2s ease;
}
.faqList dt.on::after {
  transform: rotate(180deg);
}
.faqList dt::before {
  content: 'Q.';
  font-size: 30px;
  font-family: "Marcellus", serif;
  font-style: normal;
  font-weight: 400;
  position: absolute;
  top: -6px;
  left: 0;
  color: #001219;
}
.faqList dd {
  width: 100%;
  height: auto;
  display: none;
  padding-top: 30px;
  padding-left: 45px;
  margin-left: 0;
  position: relative;
	font-size: 14px;
	line-height: 1.8em;
}
.faqList dd::before {
  content: 'A.';
  font-size: 30px;
  font-family: "Marcellus", serif;
  font-style: normal;
  font-weight: 400;
  position: absolute;
  top: 24px;
  left: 3px;
  color: #c33000;
}
.smokeTag{
	font-size: 12px;
	font-weight: 500;
	color: #001219;
	border: #001219 1px solid;
	padding: 0 8px;
	margin-left: 8px;
	top: -4px;
}
.smokeTag.t02{
	color: #c33000;
	border-color: #c33000;
}
.miniPlanBox{
	width: 100%;
	display: flex;
	margin-bottom: 10px;
	background-color: #FFF;
	padding: 20px;
	border: #001219 1px solid;
}
.miniPlanBox dt{
	width: 100px;
}
.miniPlanBox dd{
	width: calc(100% - 100px);
	padding-left: 20px;
}
.miniPlanBox .planTitle img {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}
.topPlanBox{
	width: calc(50% - 15px);
	padding: 30px;
  border: #001219 1px solid;
	background-color: #fff;
}
.topPlanBox dt{
	width: 100%;
	margin-bottom: 20px;
}
.topPlanBox dd{
	width: 100%;
}
#search-panel-frame{
	background-color: #FFF;
}
.directin-sp-form .directin-sp-form-input label .directin-sp-form-label{
	margin-bottom: 5px;
	display: block;
}
/* 検索ボタンの文字色と背景色 */
.directin-sp-form .directin-sp-form-submit-button button {
        background-color: #c33000 !important;
}
.ssBox.t02{
	width: 49%;
	background-color: #FFF;
	padding: 30px;
	margin-bottom: 20px;
}
.heroText .ueText{
	width: 100%;
	font-size: 0.65em;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 10px;
}
.heroText .shitaText{
	width: 100%;
	text-align: center;
}