@charset "utf-8"; /* CSS Document */
@import "https://fonts.googleapis.com/css?family=Judson"; /*「QUALITA」欧文表記用*/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+SC&display=swap');
@import "/assets_own/fonts/fontAwesome/css/font-awesome.min.css";
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@500;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700,900&display=swap&subset=japanese'); 


/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/*  Reset
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%; font-style: normal;}
ol,ul,li{list-style:none}
img{border-style:none}
img:focus,img:active{outline:none}

/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/*  setting parts
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
html{width:100%;min-width: 1100px;overflow-x:auto;}
body{width:100%;position:relative;color:#333;font-size:14px;line-height:1.6;margin:0;font-family:"Noto Sans JP","Yu Gothic","YuGothic",sans-serif;font-feature-settings: "palt";letter-spacing: 0.5px;}

a{color:#fff;text-decoration:underline;-webkit-transition: all .3s ease-out; }
a:hover{text-decoration:none; -webkit-transition: all .3s ease-out; }

@media (min-width: 751px) {
a[href*="tel:"] {pointer-events: none;cursor: text;text-decoration: none;}
}

img{border-style:none}
img:focus,img:active{outline:none}

.FontEn{font-family: 'Cormorant SC', serif;font-weight: normal;}
.min{font-family: 'Zen Old Mincho', serif;letter-spacing: 0px;font-weight: normal;}
.jud{font-family:'Judson',serif;font-size:125%;font-weight:400!important;letter-spacing: 1px;}

.katakana{
	letter-spacing: -2px !important;!i;!;
}

.CommonTtl{text-align: center;margin-bottom: 35px;position: relative;text-shadow: 0 0 5px #000;}
.CommonTtl .main{font-size: 28px;letter-spacing: 1px;}
.CommonTtl .sub{font-size: 15px;letter-spacing: 1px;margin-top: 8px;}
.CommonTtl .txt{
}

.btn{
}
.btn.btnArea{
	text-align: center;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	width: fit-content;
}
.btn a{position:relative;text-decoration: none;display: inline-block;}
.btn.btnArea a{
	background-color: #8b714c;
	padding: 20px 140px;
	font-size: 20px;
	border: 1px solid #c9a775;
	border-radius: 3px;
}
.btn.btnArea a.sizeS{
	font-size: 16px;
	padding: 20px 60px;
}
.btn.btnArea a + a{
	margin-top: 30px;
}
.btn a:hover{
}
.btn.btnArea a:hover{
	background-color: #715b3d;
}
.btn a:after{position: absolute;right: 6px;top:50%;margin-top:-0.5em;content:"\f105";font-family:FontAwesome;line-height: 1}

article{
	background-color: #000;
	color: #fff;
}

html.modal-is-locked {
  overflow: hidden;
  touch-action: none;
}

.overlay {
  /* position: fixed !important; */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999 !important;
}

.modal-is-locked .overlay:before{content:"";background-color: rgba(0, 0, 0, 0.8) !important;width: 100%;height: 100%;display: block;position: absolute;top: 0;left: 0;z-index: 999;}

br.smp{display: none;}

/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/*  page-top
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
#page-top{width: 60px;height: 60px;position:fixed;z-index: 99;bottom: 20px;right:20px;border-radius: 100%;background-color: rgb(178 178 178 / 70%);opacity: 1;text-decoration:none;text-align:center;}
#page-top p{
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
}
#page-top:hover{opacity:1;background-color: #252325;}

/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/*  menuArea
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
.header_change{position: fixed !important;transition: .5s;width: 100%;z-index: 1000;background-color: #fff;}
.header_change .Sub{
    display: none !important;
}
.header_change.show{top: 0;border: none;box-shadow: 0 0 3px rgb(0 0 0 / 50%);}
.header_change.show:after{}
.menuArea .humb{display: none}

.menuArea{box-shadow: 0 0 5px rgb(0 0 0 / 50%);position: relative;background-color: #fff;z-index: 9;}
.menuArea .smpLogo{display:none;
}
.menuArea .Inner{
	width: 95%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 2px 0;
	color: #000;
	min-width: 1000px;
}
.menuArea .Inner .logo{}
.menuArea .Inner .logo:hover{cursor: pointer;}
.menuArea .Inner .logo ul{
	display: flex;
	align-items: center;
}
.menuArea .Inner .logo li{
	width: 135px;
}
.menuArea .Inner .logo li img{
	width: 100%;
}
.menuArea .Inner .logo li.txt{
	width: auto;
	margin: 0 9px 0 2px;
	font-size: 22px;
}
.menuArea .Inner .main{
	margin-left: 2vw;
	font-weight: 700;
	margin-right: 10px;
}
.menuArea .Inner .main ul{
	display: flex;
}
.menuArea .Inner .main ul + ul{
	margin-top: 3px;
}
.menuArea .Inner .main li{
	position: relative;
}
.menuArea .Inner .main li a{
	color: #333;
	text-decoration: none;
}
.menuArea .Inner .main li a:hover,
.menuArea .Inner .main li a.active{
	text-decoration: underline;
}
.menuArea .Inner .main li + li{
	margin-left: 30px;
}
.menuArea .Inner .main li + li:before{
    content: "";
    width: 1em;
    height: 1px;
    background: #656565;
    transform: rotate(-70deg);
    display: block;
    margin-right: 18px;
    box-sizing: border-box;
    position: absolute;
    top: 12px;
    left: -20px;
    }

.menuArea .Inner .other{
	flex: 1;
}
.menuArea .Inner .other ul{
	width: 10em;
	margin: 0 0 0 auto;
}
.menuArea .Inner .other li{
	width: 100%;
}
.menuArea .Inner .other li + li{
	margin-top: 4px;
}
.menuArea .Inner .other li a{
	color: #333;
	border: 1px solid #c6c6c6;
	text-decoration: none;
	font-size: 12px;
	display: block;
	padding: 3px 12px;
	border-radius: 2px;
	text-align: center;
}
.menuArea .Inner .other li a:hover{
	background-color: #c6c6c6;
	color: #fff;
}


/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/*  MV
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
#MV{
	height: 520px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
#MV:before{content: "";background: linear-gradient(to bottom,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.6) 66%,rgba(0,0,0,0.8) 100%);position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
#MV .Inner{
	width: 1000px;
	margin: 0 auto;
	padding-top: 60px;
	text-align: center;
	color: #fff;
	position: relative;
}
#MV .Inner h1{
	/* margin-bottom: 40px; */
}
#MV .Inner h1 .main{
	font-size: 25px;
	text-shadow: 0 0 5px #000;
}
#MV .Inner h1 .main strong{
	font-size: 130%;
	font-weight: normal;
}
#MV .Inner h1 .sub{
	font-size: 90px;
	line-height: 1;
	color: rgb(255 255 255 / 20%);
	margin-top: -40px;
}


#MV .Inner .MainBox{
    background-color: rgb(0 0 0 / 30%);
    border: 1px solid rgb(201 167 117 / 65%);
    padding: 20px;
    border-radius: 3px;
    width: fit-content;
    margin: 0 auto;
    margin-top: 25px;
}
#MV .Inner .MainBox .SubTtl{font-size: 28px;text-shadow: 0 0 4px rgb(0 0 0 / 60%);margin-bottom: 10px;background-color: rgb(167 135 88 / 80%);line-height: 1;padding: 7px 0px;}

#MV .Inner .MainBox .MainTxt{
	font-size: 17.5px;
	line-height: 1.8;
	text-shadow: 0 0 5px #000;
	padding: 0 80px;
}
#MV .Inner .MainBox .MainTxt + .MainTxt{
    margin-top: 15px;
}
#MV .Inner .MainBox .MainTxt + .MainTxt:before{content:"";width: 50px;display: block;margin: 0 auto;height: 2px;background-color: #c9a775;margin-bottom: 16px;}
#MV .Inner .MainBox .MainTxt br{}
#MV .Inner .MVbtn{
	position: absolute;
	right: 0px;
	bottom: -80px;
	}
#MV .Inner .MVbtn a{text-decoration: none;width: 140px;height: 140px;display: flex;align-items: center;flex-direction: column;justify-content: center;border-radius: 100%;box-shadow: 0 0 5px #000;padding-top: 10px;box-sizing: border-box;}
#MV .Inner .MVbtn a .main{
	font-size: 18px;
	padding-bottom: 2px;
	line-height: 1.4;
	}
#MV .Inner .MVbtn a .sub{
	letter-spacing: 1px;
	font-size: 13px;
}
#MV .Inner .MVbtn a:after{content:"\f105";font-family:FontAwesome;font-size: 25px;line-height: 1;}
#MV .Inner .MVbtn a:hover{}


/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/*  .Item.Column1
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
.Item.Column1 .Entry{-webkit-transition: all .3s ease-out;background: linear-gradient(to bottom, rgba(55,55,55,1) 0%,rgba(25,25,25,1) 100%);margin: 0 auto;position: relative;border-radius: 3px;}
.Item.Column1 .Entry + .Entry{
	margin-top: 40px;
}
.Item.Column1 .Entry .linkArea{padding: 30px;border: 1px solid #3f3f3f;min-height: 240px;box-sizing: border-box;}

body#Train .Item.Column1 .Entry{padding: 30px;border: 1px solid #3f3f3f; }

.Item.Column1 .Entry .photo{position: relative;width: 300px;position: absolute;top: 25px;left: 25px;line-height: 0;}
.Item.Column1 .Entry .photo .dst{background-color: #8b714c;position: absolute;font-size: 12px;top: 0;left: 0;color: #fff;line-height: 1;padding: 3px 5px;}
.Item.Column1 .Entry .photo .img{
	width: 100%;
	height: 200px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.Item.Column1 .Entry .photo img{
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.Item.Column1 .Entry .photo .caption{
	font-size: 11px;
	position: absolute;
	bottom: 0;
	background-color: rgb(0 0 0 / 80%);
	padding: 2px 4px;
	line-height: 1.2;
}
.Item.Column1 .Entry .photo .pamf{
	margin-top: 5px;
}
.Item.Column1 .Entry .main{margin-left: 320px;}
.Item.Column1 .Entry .data{display: flex;margin-bottom: 5px;flex-wrap: wrap;}
.Item.Column1 .Entry .data li{font-size: 12px;border: 1px solid #c8c8c8;line-height: 1;padding: 5px 7px;margin-right: 7px;margin-bottom: 5px;border-radius: 2px;}
.Item.Column1 .Entry .data li + li{}
.Item.Column1 .Entry .data li.topic{background-color: #9f3434;color: #fff;}
.Item.Column1 .Entry .states{display: none;}
.Item.Column1 .Entry h4{font-size: 19px;padding-bottom: 10px;font-family: 'Zen Old Mincho', serif;line-height: 1.4;letter-spacing: 0;}
.Item.Column1 .Entry .htl{
	font-weight: bold;
}
.Item.Column1 .Entry .btm{display: flex;justify-content: space-between;margin-left: 320px;flex-wrap: wrap;margin-top: 20px;} 
.Item.Column1 .Entry .price{color: #c9a775;text-align: left;/* white-space: nowrap; */margin-right: 20px;margin-top: -4px;display: flex;flex-wrap: wrap;flex: 1;align-items: anchor-center;}
.Item.Column1 .Entry .price dt{
    font-size: 24px;
    font-weight: bold;
    font-family: 'Zen Old Mincho', serif;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 10px;
    margin-right: 10px;
    }
.Item.Column1 .Entry .price dt span{
	font-size: 60%;
	display: inline-block;
	padding: 0 1px;
}
.Item.Column1 .Entry .price dd{
	font-weight: bold;
	width: 100%;
}
.Item.Column1 .Entry .price .per{
	font-size: 12px;
	margin-bottom: 5px;
	width: auto;
}
.Item.Column1 .Entry .btn{
	width: 160px;
}
.Item.Column1 .Entry .btn a{
    display: flex;
    position: relative;
    text-decoration: none;
    padding: 10px 8px;
    font-weight: bold;
    border: 2px solid #c9a775;
    text-align: center;
    color: #c9a775;
    min-width: 7em;
    font-family: 'Zen Old Mincho', serif;
    font-size: 17px;
    border-radius: 3px;
    height: 100%;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    }

.Item.Column1 .Entry .btn a:after{position: absolute;right: 8px;top:50%;font-weight: normal;margin-top:-0.5em;content:"\f105";font-family:FontAwesome;line-height: 1;}

.Item.Column1 .Entry .Otherbtn{-webkit-transition: all .3s ease-out;
	width: 100%;
	background-color: #3f3f3f;
	padding: 10px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	border-radius: 0 0 3px 3px;
}
.Item.Column1 .Entry .Otherbtn p{
	margin-right: 20px;
}
.Item.Column1 .Entry .Otherbtn a{
	font-size: 15px;
	letter-spacing: 0;
	padding: 8px 30px;
	background-color: #c9a775;
	color: #000;
}
.Item.Column1 .Entry .Otherbtn:hover{
	background-color: #505050;
	cursor: pointer;
}
.Item.Column1 .Entry .Otherbtn:hover a{
	background-color: inherit;
	color: #c9a775;
}
.Item.Column1 .Entry .Otherbtn a:after{}

.Item.Column1 .Entry .freetext{
    margin-bottom: 10px;
    padding: 10px 15px;
    margin-top: 10px;
    line-height: 1.9;
    background-color: #535353;
    letter-spacing: 1px;
    font-size: 13px;
}

.Item.Column1 .Entry .linkArea:hover,
body#Train .Item.Column1 .Entry:hover{
	cursor: pointer;
	border-color: #fff;
}
.Item.Column1 .Entry .linkArea:hover .btn a{
    background-color: #c9a775;
    color: #000;
}


/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/*  .Item.Column4
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
.Item.Column4 .Entry{
	-webkit-transition: all .3s ease-out;
	width: 23.5%;
	background: linear-gradient(to bottom, rgba(55,55,55,1) 40%,rgba(25,25,25,1) 100%);
	border-radius: 3px;
	display: flex;
	flex-wrap: wrap;
}
.Item.Column4 .Entry + .Entry{}
.Item.Column4 .Entry .linkArea{
	display: flex;
	border: 1px solid #3f3f3f;
	flex-direction: column;
	padding-bottom: 10px;
	}
.Item.Column4 .Entry .photo{
	position: relative;
	line-height: 0;
	width: 100%;
	align-self: baseline;
	min-height: 0%;
}
.Manual.Item.Column4 .Entry .photo .img{
	height: 160px;
	background-position: center;
	background-size: cover;
}
.Item.Column4 .Entry .photo .dst{
	background-color: #8b714c;
	position: absolute;
	font-size: 12px;
	line-height: 1.2;
	padding: 2px 3px;
}
.Item.Column4 .Entry .photo img{
	width: 100%;
}
.Item.Column4 .Entry .photo .caption{
	position: absolute;
	bottom: 0;
	font-size: 10px;
	background-color: #000;
	padding: 2px 2px;
	right: 0;
	line-height: 1;
}
.Item.Column4 .Entry .main{
	padding: 12px 10px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.Item.Column4 .Entry .data{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1px;
}
.Item.Column4 .Entry .data li{
	font-size: 12px;
	border: 1px solid #fff;
	line-height: 1;
	padding: 3px 5px;
	border-radius: 2px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.Item.Column4 .Entry .data li.topic{background-color: #9f3434;color: #fff;}
.Item.Column4 .Entry .data li + li{}
.Item.Column4 .Entry .states{}
.Item.Column4 .Entry h4{
	font-family: inherit;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
.Item.Column4 .Entry .htl{
	font-size: 12px;
	border-top: 1px solid #898989;
	border-bottom: 1px solid #898989;
	padding: 7px 0;
}
.Item.Column4 .Entry .btm{
	text-align: center;
	margin-top: auto;
}
.Item.Column4 .Entry .price{
	padding: 0 10px;
	display: flex;
	flex-direction: column;
}
.Item.Column4 .Entry .price dt{
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 8px;
	line-height: 1;
	color: #c9a775;
	order: 3;
}
.Item.Column4 .Entry .price dt span{
	font-size: 65%;
}
.Item.Column4 .Entry .price dd{
	font-weight: bold;
	font-size: 13px;
	order: 1;
	padding-bottom: 4px;
}
.Item.Column4 .Entry .price .per{
	font-size: 11px;
	font-weight: normal;
	order: 2;
	color: #c9a775;
}
.Item.Column4 .Entry .btn{
	padding: 0 10px;
	margin-top: 7px;
}
.Item.Column4 .Entry .btn a{
	color: #c9a775;
	border: 1px solid #c9a775;
	display: block;
	padding: 7px 0;
	/* font-weight: bold; */
	font-size: 13px;
	border-radius: 3px;
}
.Item.Column4 .Entry .btn a:after{}
.Item.Column4 .Entry .linkArea:hover{
	border-color: #fff;
	cursor: pointer;
}
.Item.Column4 .Entry .linkArea:hover .btn a{
	background-color: #c9a775;
	color: #000000;
}

.Item.Column4 .Entry .Otherbtn{
	width: 100%;
	background-color: #3f3f3f;
	margin-top: 0;
	padding: 9px 10px;
}
.Item.Column4 .Entry .Otherbtn a{
	display: block;
	text-decoration: none;
	text-align: center;
	background-color: #c9a775;
	color: #000;
	font-weight: bold;
}
.Item.Column4 .Entry .Otherbtn a:after{}
.Item.Column4 .Entry .Otherbtn a:hover{
	background-color: inherit;
	color: #c9a775;
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/*  BenefitPoint
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
.BenefitArea{
	margin-bottom: 50px;
}
.BenefitPoint{
	width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
	border: 2px solid #8b714c;
	position: relative;
	padding: 20px 20px;
	min-height: 93px;
}
.BenefitPoint .ribbon{
  position: absolute;
  top: 0;
  left: 0;
  width: 105px;
  height: 85px;
  overflow: hidden;
  }

.BenefitPoint .ribbon span{
  display: inline-block;
  position: absolute;
  padding: 5px 0;
  left: -47px;
  top: 18px;
  width: 160px;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  background: #8b714c;
  color: #fff;
  letter-spacing: 0.05em;
  transform: rotate(-45deg);
}

.BenefitPoint .box{margin-left: 65px;}
.BenefitPoint .box h3{color: #c9a775;font-size: 19px;display: flex;align-items: center;justify-content: center;margin-bottom: 10px;}
.BenefitPoint .box h3:before,
.BenefitPoint .box h3:after{content:"";width: 50px;display: block;height: 1px;background-color: #c9a775;margin: 0 5px;}
.BenefitPoint .box ul{
	color: #c9a775;
}
.BenefitPoint .box li{padding-left: 19px;font-size: 16px;line-height: 1.6;}
.BenefitPoint .box li span{
	font-size: 80%;
}
.BenefitPoint .box li + li{
	margin-top: 5px;
}
.BenefitPoint .box li:before{content:"\f219";display:block;float:left;margin-left: -19px;width:1em;text-align:center;font-family:FontAwesome;font-size: 80%;margin-top: 4px;}
.BenefitPoint .box li dl{
	font-size: 13px;
	display: flex;
	margin-top: 2px;
}
.BenefitPoint .box li dt{}
.BenefitPoint .box li dd{}

.BenefitPoint .box .LinkArea{
	display: flex;
	width: fit-content;
	margin-top: 10px;
	background-color: #fff;
	border-radius: 2px;
	}
.BenefitPoint .box .LinkArea dt{
	padding: 12px 25px;
	font-size: 14px;
	text-align: center;
	background-color: #a98d2a;
	color: #fff;
	align-items: center;
	font-weight: bold;
	display: flex;
	line-height: 1.5;
	border-radius: 2px 0 0 2px;
}
.BenefitPoint .box .LinkArea dd{
	text-align: left;
}
.BenefitPoint .box .LinkArea .btn{
	margin: 8px 8px;
}
.BenefitPoint .box .LinkArea .btn + .btn{}
.BenefitPoint .box .LinkArea .btn a{
	font-size: 15px;
	font-weight: bold;
	color: #a98d2a;
	background-color: #f0f1e5;
	padding: 7px 20px;
	border-radius: 3px;
	display: block;
	border: 1px solid #d0d1c0;
}
.BenefitPoint .box .LinkArea .btn a span{
	border: 1px solid #a98d2a;
	font-size: 12px;
	line-height: 1;
	padding: 2px 3px;
	font-weight: normal;
	display: inline-block;
	margin-right: 4px;
}
.BenefitPoint .box .LinkArea .btn a:hover{
	background-color: #a98d2a;
	color: #fff;
	}

.BenefitAtte{
	width: 1000px;
	margin: 0 auto;
	margin-top: 10px;
}
.BenefitAtte ul{}
.BenefitAtte li{padding-left: 14px;font-size: 13px;line-height: 1.7;}
.BenefitAtte li + li{
	margin-top: 8px;
}
.BenefitAtte li:before{content:"\f10c";display:block;float:left;margin-left: -14px;width:1em;text-align:center;font-family:FontAwesome;font-size: 80%;margin-top: 3px;}

.BenefitCode{
	position: relative;
	width: 1000px;
	margin: 0 auto;
	border: 2px solid #fff;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 40px;
}
.BenefitCode dl{}
.BenefitCode dt{
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 5px;
}
.BenefitCode dd{}
.BenefitCode dd ul{}
.BenefitCode dd li{padding-left: 14px;font-size: 14px;}
.BenefitCode dd li:before{content:"\f10c";display:block;float:left;margin-left: -14px;width:1em;text-align:center;font-family:FontAwesome;font-size: 80%;margin-top: 4px;}
.BenefitCode dd li + li{}
.BenefitCode .atte{
	margin-top: 4px;
	font-size: 13px;
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/*  popup
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
.popup {
    display: none;
    position: fixed;
    top: 50%;
    color: #000;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 40px 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    z-index: 1000;
    border-radius: 3px;
    width: 450px;
    box-sizing: border-box;
}
.popup p{
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: center;
}
.popup p.atte{
	font-weight: normal;
	font-size: 14px;
}
.popup ul {
    padding: 0;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.popup ul li {margin: 0 8px;}
.popup ul li button {
    padding: 15px 60px;
    border: none;
    font-weight: bold;
    background-color: #8b714c;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    font-family: "Noto Sans JP","Yu Gothic","YuGothic",sans-serif;
    font-size: 15px;
    -webkit-transition: all .3s ease-out;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.popup ul li button:hover {
    background-color: #5b492f;
}
.popup ul li button.no{
	background-color: inherit;
	color: #8b714c;
	padding: 0 20px;
	border: 2px solid #8b714c;
	font-size: 13px;
}
.popup ul li button.no:hover{
	background-color: #c9a775;
	color: #fff;
}


/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/*  Contact
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
#Contact{background-image:url(../../images/munpremier/contact_bg.jpg);position: relative;padding: 60px 0 80px 0;background-position: center;background-repeat: no-repeat;background-size: cover;}
#Contact:before{content:"";background-color: rgb(0 0 0 / 80%);position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
#Contact h2{}
#Contact .photo{
	width: 1000px;
	margin: 0 auto;
	display: flex;
	position: relative;
	margin-bottom: 30px;
}
#Contact .photo li{}
#Contact .photo li img{
	width: 100%;
}
#Contact dl{
	position: relative;
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
	text-shadow: 0 0 5px #000;
}
#Contact dt{
	font-size: 30px;
	line-height: 1;
	text-align: center;
}
#Contact dt p.title{padding-bottom: 15px;}
#Contact dt .tel{
	font-size: 28px;
}
#Contact dd{
	margin-left: 30px;
}
#Contact dd p{
	font-size: 16px;
}
#Contact dd p + p{
	margin-top: 7px;
	font-size: 14px;
}
#Contact .atte{
	text-align: center;
	position: relative;
	font-weight: bold;
	font-size: 16px;
}
#Contact .btn.btnArea{
	margin-top: 40px;
}



/*-------------------------------------------form*/
input{}
input[type=radio]{display:none}
input[type=radio]+label:hover{cursor:pointer;border-color:#c9a775;color:#c9a775}
input[type=radio]+label:hover::before{color:#c9a775}
input[type=radio]:checked+label{color: #c9a775;font-weight:700;}
input[type=radio]+label::before{content:"\f1db";font-family:FontAwesome;font-size: 110%;display:inline-block;padding-right: 3px;color:#b5b5b5;font-weight:400;padding-bottom: 2px;}
input[type=radio]:checked+label::before{content:"\f058";color: #c9a775;}

input[type=checkbox]{display: none;}
input[type=checkbox]+label {position: relative;cursor: pointer;display: flex;align-items: baseline;font-weight: bold;}
input[type=checkbox]+label:hover{color: #c9a775;}
input[type=checkbox]+label::before{font-family:FontAwesome;font-size: 115%;display: inline-block;padding-right: 3px;color: #b5b5b5;font-weight: normal;content:"\f096";margin-top: 2px;line-height: 1;}
input[type=checkbox]:checked+label{color: #c9a775;}
.pickup input[type=checkbox]:checked+label{color: #c9a775;}
input[type=checkbox]:checked+label::before{content:"\f14a";color: #c9a775;}
.pickup input[type=checkbox]:checked+label::before{color: #c9a775;}
input[type=checkbox]+label:hover::before  { 
    color: #c9a775;
}
.pickup input[type=checkbox]+label:hover::before  { 
    color: #ca851e;
}

input[type=text]{ outline:none; -moz-appearance: none; text-indent: 0.01px; text-overflow: ''; background: none transparent; background-color:#fff;vertical-align: middle; font-size: inherit; color: inherit; -webkit-appearance: button; -moz-appearance: button; appearance: button; appearance: none; -webkit-appearance: none; -moz-appearance: none; height: 40px; padding: 3px 10px; border:1px solid #B9B9B9; width:auto; border-radius:3px; box-sizing:border-box;}
input[type=text]:hover,
input[type=text]:focus{ border-color:#666666;}

.selectbox {position: relative;display:inline-block;white-space:nowrap;}
.selectbox:before {z-index: 1;position: absolute;right: 6px;top:50%;margin-top:-0.6em;content: "\f078";font-family:FontAwesome;color: #7F878C;font-size:12px;pointer-events: none;}
.Area .selectbox:before{
    content: none;
}
.selectbox select{font-family:"Noto Sans JP","Yu Gothic","YuGothic",sans-serif;background-color:#fff;outline:none;-moz-appearance: none;text-indent: 0.01px;text-overflow: '';vertical-align: middle;font-size: 14.5px;-webkit-appearance: button;-moz-appearance: button;appearance: button;appearance: none;-webkit-appearance: none;-moz-appearance: none;height: 42px;padding: 5px 27px 5px 12px;border: 1px solid #ccc;width:auto;border-radius: 4px;}
.selectbox select:hover{border-color: #c9a775;cursor: pointer;color: #c9a775;}
select option{  background-color: #fff; color: #333;}
select[disabled]{ background-color:#eee; color:#999; }
select::-ms-expand {display: none;}
select:-moz-focusring { color: transparent; text-shadow: 0 0 0 #828c9a;}

button{font-family:"Noto Sans JP","Yu Gothic","YuGothic",sans-serif;padding: 10px 40px;border-radius:3px;font-size: 14px;color:#FFF;transition:background .2s;text-align:center;background-color: #222e45;letter-spacing:1px;border-radius: 3px;font-weight: bold;border: none;}
button:before{content:"\f002";font-family:FontAwesome;padding-right:10px}
button:hover{-webkit-transition:all .3s ease-out;filter:alpha(opacity=70);-moz-opacity:.7;cursor: pointer;background-color: #7786a3;}
button[disabled]{
    background-color: #ccc;
    cursor: default;
}
input::placeholder{ color:#B7B7B7}