@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 url('https://fonts.googleapis.com/css2?family=Newsreader:opsz,wght@6..72,600&display=swap');
@import "/assets_own/fonts/fontAwesome/css/font-awesome.min.css";
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@600;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;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}

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{}
.CommonTtl .main{}
.CommonTtl .main span{
}
.CommonTtl .sub{}
.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: #5872a2;
	padding: 20px 140px;
	font-size: 20px;
	border: 1px solid #c2d7ff;
	border-radius: 3px;
}
.btn.btnArea a.sizeS{
	font-size: 16px;
	padding: 20px 60px;
}
.btn.btnArea a + a{
	margin-top: 30px;
}

.btn.btnArea a:hover{
	background-color: #54627e;
	border: 1px solid #8499c0;
}
.btn a:after{position: absolute;right: 6px;top:50%;margin-top:-0.5em;content:"\f105";font-family:FontAwesome;line-height: 1}

article{
}

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:84px;height:84px;position:fixed;z-index:1100;bottom:20px;right:20px;border-radius:42px;background-color:#bda662;color:#fff;opacity:.75;text-decoration:none;text-align:center}
#page-top:hover{opacity:1}
#page-top:before{display:inline-block;content:"\f106";font-family:'FontAwesome';font-style:normal;font-weight:400;font-size:50px;line-height: 1.2;}
#page-top .text{display:block;margin-top:-6px;font-size:10px}


/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/*  MV
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
#MV{
	position: relative;
	height: 465px;
	z-index: 2;
}
#MV:before{content:"";background-color: rgb(0 0 0 / 47%);position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 9;}
#MV .Inner{
	width: 770px;
	margin: 0 auto;
	padding: 25px 40px 0px 40px;
	text-align: center;
	color: #fff;
	z-index: 9;
	position: absolute;
	/* background-color: rgb(53 55 59 / 90%); */
	top: 30px;
	left: 50%;
	transform: translate(-50%, 0px);
	box-sizing: border-box;
	height: 260px;
}

#MV .Inner .Logo{
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: solid 2px #fff;
	width: fit-content;
	margin: 0 auto;
	padding-bottom: 10px;
	margin-bottom: 20px;
	flex-wrap: wrap;
	position: relative;
}

#MV .Inner .Logo .title{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}
#MV .Inner .Logo .title:before,
#MV .Inner .Logo .title:after{content:"";width: 100%;display: block;height: 2px;background-color: #fff;}
#MV .Inner .Logo .title span{white-space: nowrap;display: block;padding: 0 5px;font-size: 16px;}
#MV .Inner .Logo .img{
    width: 230px;
}
#MV .Inner .Logo .img img{
    width: 100%;
    height: auto;
}

#MV .Inner h1{
	margin-bottom: 18px;
}
#MV .Inner h1 .main{
	font-size: 23px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	line-height: 1.4;
	letter-spacing: 1px;
	text-shadow: 0 0 5px #000;
}
#MV .Inner h1 .main span{}
#MV .Inner h1 .main strong{
	font-size: 150%;
	font-weight: normal;
}
#MV .Inner h1 .sub{
	font-size: 55px;
	line-height: 1;
	color: rgb(255 255 255 / 20%);
	margin-top: -31px;
}
#MV .Inner h2{
	margin-bottom: 10px;
}
#MV .Inner h2:after{content:"";width: 70px;height: 3px;display: block;position: relative;background-color: #fff;margin: 30px auto 25px auto;box-shadow: 0 0 5px #000;display: none;}
#MV .Inner h2 .sub{
	font-size: 19px;
	padding-bottom: 16px;
}
#MV .Inner h2 .main{
	font-size: 20px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
#MV .Inner h2 .main span{
	display: flex;
}
#MV .Inner h2 .main span + span{
	margin-left: 12px;
}
#MV .Inner h2 .main span + span:before{content:"/";display: inline-block;margin-right: 15px;}
#MV .Inner h2 .main span strong{
	background-color: #6986bd;
	text-shadow: none;
	font-size: 68%;
	line-height: 1;
	display: inline-block;
	padding: 5px 8px 4px 8px;
	margin-right: 8px;
}
#MV .Inner h2 .main span + span strong{
	background-color: #c37ebb;
}

#MV .Menu{position: absolute;bottom: 25px;z-index: 9;min-width: 1000px;max-width: 1400px;width: 83%;transform: translate(-50%, 0px);left: 50%;}
#MV .Menu ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#MV .Menu ul + ul{
	margin-top: 10px;
}
#MV .Menu li{
	position: relative;
	font-size: 14px;
	width: 32%;
	margin-bottom: 10px;
}
#MV .Menu li a{
	text-decoration: none;
	/* font-weight: bold; */
	border: 1px solid rgb(190 184 132);
	display: block;
	border-radius: 3px;
	padding: 6px 0 3px 0;
	background-color: rgb(175 166 96 / 80%);
	text-align: center;
	font-weight: bold;
	box-shadow: 0 0 4px rgb(0 0 0 / 30%);
}
#MV .Menu li a:after{content: "\f107";font-family:FontAwesome;font-weight: normal;display: block;font-size: 120%;line-height: 1;}
#MV .Menu li a span{
	font-family: initial;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	padding: 4px 4px 3px 6px;
	line-height: 1;
	display: inline-block;
	border-radius: 1px;
	margin-right: 7px;
	letter-spacing: 1px;
}
#MV .Menu li a span.overseas{
	background-color: #6986bd;
}
#MV .Menu li a span.domestic{
	background-color: #c37ebb;
}
#MV .Menu li a:hover{background-color: rgb(128 117 61 / 80%);}
#MV .Menu li + li{
}


#MV .Inner .MainBox{
    background-color: rgb(0 0 0 / 30%);
    border: 1px solid rgb(99 115 145);
    padding: 20px;
    border-radius: 3px;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    box-sizing: border-box;
    column-gap: 30px;
}
#MV .Inner .MainBox .SubTtl{font-size: 25px;/* text-shadow: 0 0 4px rgb(0 0 0 / 60%); */margin-bottom: 10px;background-color: #495977;line-height: 1;padding: 10px 0px;letter-spacing: 1px;width: 100%;margin-bottom: 15px;}

#MV .Inner .MainBox dl{
	line-height: 1;
	margin-bottom: 5px;
}
#MV .Inner .MainBox dl +dl{}
#MV .Inner .MainBox dt{
	font-size: 23px;
	padding-bottom: 7px;
}
#MV .Inner .MainBox dd{
	font-size: 20px;
}
#MV .Inner .MainBox dd strong{
	font-size: 190%;
	font-weight: normal;
	font-style: italic;
	display: inline-block;
	padding-right: 5px;
	color: #99b1de;
}
#MV .Inner .MainBox .domestic dd strong{
	color: #d886cf;
}
#MV .Inner .MainBox dd em{}

#MV .Inner .MainBox .atte{
	text-align: left;
	padding-top: 16px;
	font-size: 13px;
}
#MV .Inner .MainBox .atte.pickup{
	width: 100%;
	padding-top: 5px;
	line-height: 1.9;
}
#MV .Inner .MainBox .atte.pickup em{
	font-weight: bold;
	color: #d6cd75;
	font-size: 15px;
}
#MV .Inner .MainBox .atte.pickup strong{
	background-color: #d6cd75;
	color: #000;
	display: inline-block;
	padding: 2px 5px;
	line-height: 1.2;
	border-radius: 3px;
	margin: 0 3px;
}

#MV .caption{
	text-align: right;
	padding: 6px 10px 0px 0;
	font-size: 12px;
}
#MV .photo{
}
#MV .photo .slick-list li{
	width: 485px;
	position: relative;
	/* margin: 5px 0 0 5px; */
	height: 465px;
	background-position: center;
	background-size: cover;
}
#MV .photo li .img{}
#MV .photo li .img img{
	width: 100%;
}
#MV .photo li .caption{
	background-color: #000;
	color: #fff;
	font-size: 12px;
	position: absolute;
	bottom: 10px;
	left: 10px;
	padding: 0 3px;
}
#MV .photo .slick-dots li button:before{font-size:33px}

/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/*  Recom
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
#Recom{
	position: relative;
	}

#Recom .MainTxt {
    text-align: center;
    color: #505050;
    /* text-shadow: 0 0 4px rgb(0 0 0 / 60%); */
    font-size: 16px;
    font-weight: 700;
    line-height: 2.2;
    padding: 45px 0;
    /* background-color: #232428; */
}
#Recom .MainTxt strong{
    color: #afa660;
    font-weight: bold;
}
#Recom .MainTxt span{
    display: block;
}


/*-----------------------------------new▼*/
#Recom .Ranking{
    position: relative;
    margin-bottom: 70px;
}
#Recom .Ranking:before,
#Recom .Ranking:after{content: "";width: 475px;display: block;height: 415px;position: absolute;top: -67px;background-position: center;background-repeat: no-repeat;background-size: contain;}
#Recom .Ranking:before{background-image: url(../images/daito2026/bg_hubuki_left.png);left: 0;}
#Recom .Ranking:after{background-image: url(../images/daito2026/bg_hubuki_right.png);right: 0;}

#Recom .Ranking .Title{
	padding-top: 30px;
	width: fit-content;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 5;
	margin-bottom: 45px;
}
#Recom .Ranking .illust{width: 65px;margin: 0 auto;margin-bottom: 20px;}
#Recom .Ranking .illust img{
    width: 100%;
}
#Recom .Ranking .main{
	text-align: center;
	line-height: 1.5;
	font-weight: 600;
	padding-top: 10px;
	position: relative;
}
#Recom .Ranking .main:before,
#Recom .Ranking .main:after{
	content: "";
	width: 90px;
	height: 190px;
	display: block;
	position: absolute;
	top: 0;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	}
#Recom .Ranking .main:before{background-image: url(../images/daito2026/frame_left.png);left: -90px;}
#Recom .Ranking .main:after{background-image: url(../images/daito2026/frame_right.png);right: -90px;}

#Recom .Ranking .main .sub {
  position: relative;
  display: inline-block;
  padding: 0 2.1em;
  font-size: 17px;
  color: #b2a65b;
  margin-bottom: 15px;
}
#Recom .Ranking .main .sub:before, #Recom .Ranking .main .sub:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 2.7em;
  height: 3px;
  background-color: #b2a65b;
  transform: rotate(65deg);
}
#Recom .Ranking .main .sub:before {
  left:0;
}
#Recom .Ranking .main .sub:after {
  right: 0;
  transform: rotate(-65deg);
}
#Recom .Ranking .main .ttl{
    line-height: 1;
    font-size: 27px;
    padding-bottom: 4px;
}
#Recom .Ranking .main .ttl strong{
    display: inline-block;
    color: #ea68cf;
    padding-left: 6px;
}
#Recom .Ranking .main .ttl em{
    font-size: 50px;
    font-family: "Newsreader", serif;
    display: inline-block;
    line-height: 1;
}
#Recom .Ranking .main .atte{
    font-weight: normal;
    font-size: 13px;
}
#Recom .Ranking .RankingBox{
    margin: 0 auto;
    display: flex;
    min-width: 1000px;
    max-width: 1400px;
    width: 83%;
    column-gap: 5%;
}
#Recom .Ranking .RankingBox .box{
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}
#Recom .Ranking .RankingBox .box + .box:before{
    content: "";
    border-left: 1px dotted #bababa;
    position: absolute;
    height: 100%;
    left: -8%;
}

#Recom .Ranking .RankingBox .box .photo{
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10px;
}
#Recom .Ranking .RankingBox .box .icon{width: 60px;height: 60px;position: absolute;background-color: #fff;padding: 8px;box-sizing: border-box;line-height: 0;display: flex;border-radius: 100px;top: 5px;left: 60px;}
#Recom .Ranking .RankingBox .box .icon img{
    width: 100%;
    object-fit: contain;
}

#Recom .Ranking .RankingBox .box:nth-of-type(1) .icon{
    border: 2px solid #c9aa2b;
}
#Recom .Ranking .RankingBox .box:nth-of-type(2) .icon{
    border: 2px solid #b2b0ad;
}
#Recom .Ranking .RankingBox .box:nth-of-type(3) .icon{
    border: 2px solid #ba987b;
}

#Recom .Ranking .RankingBox .box .photo img{width: 100%;aspect-ratio: 1;object-fit: cover;border-radius: 100%;}
#Recom .Ranking .RankingBox .box dl{
    margin-bottom: 20px;
}
#Recom .Ranking .RankingBox .box dt{
    font-size: 18px;
    font-weight: 900;
    padding-bottom: 20px;
    line-height: 1.5;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#Recom .Ranking .RankingBox .box dt .small{
    font-size: 90%;
    display: inline-block;
    color: #9e9657;
    padding: 2px;
    width: 100%;
    text-align: center;
}
#Recom .Ranking .RankingBox .box dd{background-color: #f1f1f1;padding: 21px 13px 8px 13px;border: 1px solid #ccc;border-radius: 4px;font-weight: bold;font-size: 13.5px;position: relative;}
#Recom .Ranking .RankingBox .box dd .hukidashi{
	background-color: #fcdb4d;
	width: fit-content;
	font-weight: bold;
	padding: 5px 8px 6px 8px;
	position: relative;
	font-size: 11px;
	line-height: 1;
	border-radius: 3px;
	position: absolute;
	top: -10px;
}
#Recom .Ranking .RankingBox .box dd .hukidashi:after{
  content:"";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 10px solid #fcdb4d;
  border-bottom: 0;
  display: block;
  position: absolute;
  bottom: -7px;
  left: 10px;
}


#Recom .Ranking .RankingBox .box .btn{
    margin-top: auto;
}
#Recom .Ranking .RankingBox .box .btn a{
    display: block;
    position: relative;
    background-color: #b2a65b;
    text-decoration: none;
    border-radius: 2px;
    padding: 10px 25px;
    font-weight: bold;
    border: 2px solid #b2a65b;
    text-align: center;
    color: #fff;
    font-size: 15px;
    display: flex;
    height: 100%;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}

#Recom .Ranking .RankingBox .box .btn a:after{position: absolute;right: 8px;top:50%;font-weight: normal;margin-top:-0.5em;content:"\f105";font-family:FontAwesome;line-height: 1;}
#Recom .Ranking .RankingBox .box .btn a:hover{
    background-color: #fff;
    color: #b2a65b;
}
@media screen and (max-width:1350px){
#Recom .Ranking:before,
#Recom .Ranking:after{width: 365px;height: 365px;}
}
/*----------------------------------new▲*/

#Recom .commonTtl{text-align: center;margin: 0 auto;margin-bottom: 40px;/* text-shadow: 0 0 4px rgb(0 0 0 / 60%); */width: 1000px;color: #585858;}
#Recom .commonTtl:before{font-family: 'Material Symbols Outlined';color: #afa660;font-size: 40px;font-weight: normal;display: inline-block;margin-bottom: 15px;}
#Recom .sec:nth-of-type(even) .commonTtl{
    /* color: #fff; */
}
#Recom .sec:nth-of-type(even) .commonTtl:before,
#Recom .sec:nth-of-type(even) .commonTtl strong,
#Recom .sec:nth-of-type(even) .commonTtl .sub{
    /* color: #f7ffd0; */
}
#Recom #train .commonTtl:before{content: '\e570';}
#Recom #dog .commonTtl:before{content: '\f149';}
#Recom #excursion .commonTtl:before{content: '\e743';}
#Recom #luxury .commonTtl:before{content: '\f2b2';}
#Recom #hotelstay .commonTtl:before{content: '\e53a';}
#Recom #qualitaOriginal .commonTtl:before{content: '\e6fb';}
#Recom .commonTtl .main{font-size: 24px;line-height: 1;padding-bottom: 20px;/* font-weight: 700; */display: flex;justify-content: center;align-items: baseline;column-gap: 2px;}
#Recom .commonTtl .main span{}
#Recom .commonTtl .main span + span{
}
#Recom .commonTtl .main strong{
    color: #afa660;
    font-size: 120%;
    font-weight: normal;
}
#Recom .commonTtl .sub{font-weight: normal;letter-spacing: 1px;font-size: 18px;color: #afa660;}
#Recom .sec{
	background-color: #f2f2f2;
	padding: 50px 0 60px 0;
	border-bottom: 1px solid #d6d6d6;
}
#Recom .sec:nth-of-type(even){background-color: #e6e6e6;}
.Item .Inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	column-gap: 2%;
	margin: 0 auto;
	min-width: 1000px;
	max-width: 1400px;
	width: 83%;
}
.Item .Entry{-webkit-transition: all .3s ease-out;width: 49%;margin-bottom: 25px;box-sizing: border-box;box-shadow: 0 0 4px rgb(0 0 0 / 40%);background-color: #fff;padding: 20px;display: flex;flex-direction: column;border-radius: 3px;position: relative;}
.Item .Entry + .Entry{
}
.Item .Entry .Head{
    display: flex;
}
.Item .Entry .photo{-webkit-transition: all .3s ease-out;position: relative;width: 50%;align-self: baseline;min-height: 0%;}
.Item .Entry .photo .img{position: relative;line-height: 0;}
.Item .Entry .photo .img img{
	width: 100%;
}
.Item .Entry .dst{
	background-color: #646e87;
	color: #fff;
	line-height: 1;
	padding: 5px 8px;
	font-weight: bold;
	display: inline-block;
	font-size: 13px;
	margin-bottom: 10px;
}
.Item .Entry .photo .caption{
    font-size: 10px;
    padding-top: 3px;
    position: absolute;
    bottom: 5px;
    left: 5px;
    background-color: #000;
    color: #fff;
    line-height: 1.2;
    padding: 2px 2px;
}

.Item .Entry .main{flex: 1;padding-left: 20px;}

.Item .Entry .main .icon{
    display: flex;
    margin-bottom: 3px;
    flex-wrap: wrap;
}

.Item .Entry .main .icon li{
    margin-right: 5px;
    padding: 4px 5px;
    line-height: 1;
    border: 1px solid #bbbbbb;
    margin-bottom: 5px;
    border-radius: 2px;
    font-size: 12px;
    color: #5c5c5c;
    border-radius: 2px;
    font-weight: bold;
}
.Item .Entry .main .icon li + li{}
.Item .Entry .main .icon .dept{
}

.Item .Entry .main .icon .qua{background: rgb(163,152,53);background: -moz-linear-gradient(left, rgba(163,152,53,1) 0%, rgba(186,177,61,1) 50%, rgba(163,152,53,1) 100%);background: -webkit-linear-gradient(left, rgba(163,152,53,1) 0%,rgba(186,177,61,1) 50%,rgba(163,152,53,1) 100%);background: linear-gradient(to right, rgba(163,152,53,1) 0%,rgba(186,177,61,1) 50%,rgba(163,152,53,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a39835', endColorstr='#a39835',GradientType=1 );color: #fff;border: none;padding: 3px 6px;}

.Item .Entry .main .icon .highlight{
    background: #b5af42;
    border-color: #b5af42;
    color: #fff;
    font-weight: bold;
}

.Item .Entry .main .icon .dinner{
    background: #c483da;
    border-color: #c483da;
    color: #fff;
    font-weight: bold;
}
.Item .Entry .main .icon .dog{
    background: #7cd783;
    border-color: #7cd783;
    color: #fff;
    font-weight: bold;
}
.Item .Entry .main .icon .spa{
    background: #69cfd9;
    border-color: #69cfd9;
    color: #fff;
    font-weight: bold;
}
.Item .Entry .main .icon .sauna{
    background: #8095e0;
    border-color: #8095e0;
    color: #fff;
    font-weight: bold;
}
.Item .Entry .main .icon .kids{
    background: #e2a637;
    border-color: #e2a637;
    color: #fff;
    font-weight: bold;
}

.Item .Entry .main h3{
    font-size: 19px;
    letter-spacing: 0;
    line-height: 1.6;
}
.Item .Entry .main h4{
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 7px;
    font-weight: bold;
}

.Item .Entry .charm{
    color: #444444;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 1.6;
    font-size: 13.5px;
    background-color: #f1f1f1;
    padding: 18px 10px 8px 10px;
    border: 1px solid #ccc;
    width: 100%;
    margin-top: 20px;
    align-self: flex-start;
    border-radius: 3px;
    box-sizing: border-box;
    letter-spacing: 0.5px;
    position: relative;
}
.Item .Entry .charm span{
    background-color: #afa660;
    color: #fff;
    line-height: 1;
    display: inline-block;
    padding: 2px 5px 3px 5px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    top: -4px;
    transform: rotate(-4deg);
    left: -7px;
}
.Item .Entry .charm strong{
    color: #aa9e42;
    font-size: 14px;
}
.Item .Entry .data{
    width: 100%;
    margin-top: auto;
    /* display: flex; */
    /* flex-wrap: wrap; */
}
.Item .Entry .data .dataIn{/* margin-right: 18px; */margin-bottom: 12px;}
.Item .Entry .data .arrange{
    border: 1px solid #dfbfbf;
    margin-bottom: 20px;
    display: flex;
}
.Item .Entry .data .arrange dt{
    background-color: #d91b1b;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    width: 4em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 6px;
    line-height: 1.4;
}
.Item .Entry .data .arrange dd{
    flex: 1;
    padding: 6px 10px;
    color: #d91b1b;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.4;
}
.Item .Entry .data .arrange dd strong{
    font-size: 110%;
}
.Item .Entry .data .arrange dd span{
    font-size: 12px;
    /* display: block; */
    font-weight: normal;
    padding-top: 2px;
}

.Item .Entry .data .price{
    margin-bottom: 3px;
    }

.Item .Entry .data .price dt{font-size: 37px;line-height: 1;margin-bottom: 3px;letter-spacing: 0;font-family: "Newsreader", serif;color: #df4242;}
.Item .Entry .data .price dt span{font-family: initial;font-size: 15px;font-weight: bold;}
.Item .Entry .data .price dd{
    font-size: 13px;
}

.Item .Entry .data .date{
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
}

.Item .Entry .data .detailBtn{flex: 1;white-space: nowrap;/* margin-bottom: 12px; */}
.Item .Entry .data .option + .date + .detailBtn{
    margin-top: -70px;
    width: 210px;
}
.Item .Entry .data .detailBtn a{
    display: block;
    position: relative;
    background-color: #b2a65b;
    text-decoration: none;
    border-radius: 2px;
    padding: 10px 25px;
    font-weight: bold;
    border: 2px solid #b2a65b;
    text-align: center;
    color: #fff;
    font-size: 15px;
    display: flex;
    height: 100%;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}
.Item .Entry .data .option + .date + .detailBtn a{}

.Item .Entry .data .detailBtn a:after{position: absolute;right: 8px;top:50%;font-weight: normal;margin-top:-0.5em;content:"\f105";font-family:FontAwesome;line-height: 1;}

.Item .Entry .atte{
    width: 100%;
    padding: 0px 20px 10px 10px;
    font-size: 12px;
    text-align: right;
}

.Item .Entry:hover{
	cursor: pointer;
	border-color: #2b4993;
}
.Item .Entry:hover .photo{
	opacity: 0.6;
}
.Item .Entry:hover .data .detailBtn a{
    background-color: inherit;
    color: #b2a65b;
}
.Item .Entry:hover .main h3{
}

.Item .Entry .stamp{
	position: absolute;
	top: -15px;
	left: 7px;
	font-size: 12px;
	text-align: center;
	line-height: 1.3;
	background-color: #fcdb4d;
	color: var(--MainColor);
	aspect-ratio: 1;
	width: 84px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	letter-spacing: 0;
	z-index: 2;
	box-shadow: 0 0 4px rgb(0 0 0 / 40%);
	border: 2px solid #fff;
	}
.Item .Entry .stamp span{
	display: block;
	font-weight: 900;
}

.Item .Entry .stamp span + span{}
.Item .Entry .stamp span:last-of-type{
    font-size: 15px;
}
.Item .Entry .stamp span strong{
	font-size: 26px;
	line-height: 1;
	letter-spacing: 0;
	font-weight: bold;
}


@media screen and (max-width:1400px){
.Item .Entry{}
.Item .Entry .photo .img img{
	width: 100%;
	height: 270px;
	object-fit: cover;
	object-position: center bottom;
}
.Item .Entry .Head{
    display: block;
}
.Item .Entry .photo{
    width: 100%;
    margin-bottom: 15px;
}
.Item .Entry .main{
    padding-left: 0;
}
	.Item .Entry .charm{
    /* margin-top: 0; */
    font-size: 13px;
}
}





/*----------------------------Contact*/
#Contact{
	background-color: #222428;
	padding: 60px 0px;
}
#Contact h2{
	color: #fff;
	text-align: center;
	margin-bottom: 50px;
}
#Contact h2 .main{
	font-size: 30px;
	padding-bottom: 8px;
}
#Contact h2 .sub{
	font-weight: normal;
	font-size: 17px;
}
#Contact .Inner{
	width: 1000px;
	margin: 0 auto;
}
#Contact .Inner dl{
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
}
#Contact .Inner dt{
	font-size: 26px;
	margin-bottom: 30px;
}
#Contact .Inner dd{}
#Contact .Inner dd a{
	color: #fff;
	text-decoration: none;
	font-size: 50px;
	font-weight: bold;
}
#Contact .Inner dd.btn a{
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	border: 3px solid #c3bd8d;
	color: #c3bd8d;
	padding: 15px 80px;
	border-radius: 3px;
}
#Contact .Inner dd.btn a:hover{
    background-color: #c3bd8d;
    color: #232428;
}
#Contact .Inner dd + dd{
	font-size: 17px;
	margin-top: 20px;
}
#Contact .Inner .caution{
	text-align: center;
	color: #fff;
}

@media (min-width: 751px) {
a[href*="tel:"] {pointer-events: none;cursor: text;text-decoration: none;}
}