@charset "UTF-8";
/* CSS Document */

body{
	background-color:#FFF;
}
p{
 font-family: 'Noto Sans JP', sans-serif;
 font-weight: 400;
}

a,
a:link,
a:visited,
a:active,
a:hover{
	text-decoration:none;
}
	
.block img{
	margin-bottom:6px;
}
.bg_white {
	background-color:#FFF;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
/*---------------------------------------------------------------------------*/
.main{
	background:url(../img/img_mainImg.jpg) center center no-repeat;
	background-size:cover;
	width: 100%;
}
.main img{
	width: 100%;
	margin:0 auto;
}

/*---------------------------------------------------------------------------*/
.intro{
	width:100%;
	margin: 0 auto;
	padding: 100px 0 70px;
	background: url("../img/bg_lace-1.png") 3% top repeat-y, url("../img/bg_lace-2.png") 97% top repeat-y, #FFFFFF;
	overflow: hidden;
}
.subTtl{
	text-align: center;
	color:#947A1E;
	font-size: 30px;
	margin: 0 auto 30px;
	line-height: 1.2;
	font-family: 'Noto Serif JP', "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
	font-weight: lighter;
}
.lead{
	font-size: 16px;
	line-height: 2;
	text-align: center;
	font-family: 'Noto Serif JP', "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
	margin-bottom: 12px;
}
.hs_box{
	border:2px solid #947A1E;
	padding: 20px 30px;
	margin: 50px auto 0;
	font-size: 14px;
	color:#333;
	line-height: 1.5;
	display: inline-block;
	font-family: "Sawarabi Gothic"; 
}
.hs_box:hover{
	color:#FFF;
	background: #947A1E;
}

.hs_box .carsor{
	width: 20px;
	margin: 0 auto;
	padding-top:7px;
}
.hs_box .carsor img{
	width:100%;
}
/*---------------------------------------------------------------------------*/
.areaContents{
	width:100%;
	margin: 0 auto;
	background: #EDEFF0;
	padding: 80px 0 40px;
}
.areaContents h2{
	font-size: 48px;
	text-align: center;
	color:#947A1E;
    font-family: 'Cormorant Garamond', serif;
	font-weight: 500;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

.areaContents h3{
	font-size: 13px;
	text-align: center;
 	font-family: 'Noto Sans JP', sans-serif;
 	font-weight: 400;
	margin-bottom: 50px;
}

.area_tabs {
   text-align: center;
	width:85%;
	margin: 0 auto;
}

ul.tabs {
  display: flex;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  justify-content: space-between;
}
ul.tabs li {
  width: 31%;
  padding: 35px 0;
  margin:0 auto;
  background: url("../img/bg_corner01_s.png") left top no-repeat,url("../img/bg_corner02_s.png") right top no-repeat,url("../img/bg_corner03_s.png") left bottom no-repeat,url("../img/bg_corner04_s.png") right bottom no-repeat;
  background-size: 80px auto;
  background-color: #34353A;
  position: relative;
}
ul.tabs li .date {
    font-family: 'Libre Baskerville', serif;
	font-weight: 400;
	font-size: 26px;
	margin-bottom: 10px;
	letter-spacing: 1px;
	color:#FFFFFF;
}
ul.tabs li .date span{
	font-size: 18px;
}
ul.tabs li .fair{
	font-size: 17px;
	line-height: 1.5;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 1px;
	color:#FFFFFF;
}

ul.tabs li a {
  display: block;
  width: 100%;
}
ul.tabs .active{
  background-color:#FFFFFF;
}
ul.tabs .active .date,
ul.tabs .active .fair{
	color:#000000;
}


/*---------------------------------------------------------------------------*/
.fairContents{
	width:100%;
	margin: 0 auto;
	background: #EDEFF0;
	padding:20px 0;
	box-sizing: border-box;
}
.tab_content {
	margin:0 auto;
}
.area {
  margin: 0 auto;
  text-align: center;
}


.fairBox{
	width:80%;
	margin: 0 auto 50px;
	background: url("../img/bg_corner01.png") left top no-repeat, url("../img/bg_corner02.png") right top no-repeat, url("../img/bg_corner03.png") left bottom no-repeat, url("../img/bg_corner04.png") right bottom no-repeat;
	background-size: 120px auto;
	background-color: #FFFFFF;
	padding: 4%;
	box-sizing: border-box;
}
.fairBox h2{
    font-family: 'Libre Baskerville', serif;
	font-weight: 400;
	font-size: 36px;
	letter-spacing: 1px;
	color: #000000;
	margin-bottom: 15px;
	text-align: center;
}
.fairBox h2 span{
	font-size: 28px;
}
.fairBox .fairTtlBox{
	margin:0 auto;
	padding: 28px 0 20px;
	border-top:4px double #b89300;
	border-bottom:4px double #b89300;
	width: 100%;
}
.fairBox .fairTtlBox h3{
	font-size: 22px;
	font-weight: 400;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 28px;
	letter-spacing: 1px;
}
.fairBox .fairTtlBox .areaBox{
	margin:0 auto;
	width:100%;
	border-top:1px solid #b89300;
	padding-top: 18px;
	text-align: center;
 	font-family: 'Noto Sans JP', sans-serif;
}
.fairBox .fairTtlBox .areaBox p span.tour{
	font-size: 12px;
	color:#FFFFFF;
	padding: 4px 5px 6px 6px;
	background:#b89300;
	margin-right: 18px;
	font-weight: 500;
}
.fairBox .fairTtlBox .areaBox p{
	font-size: 14px;
	color:#000000;
}
.fairBox .fairTxt{
	padding: 35px 0;
	margin:0 auto;
	font-size: 14px;
	line-height: 1.7;
 	font-family: 'Noto Sans JP', sans-serif;
}
.fairBox .fairPhotoBox{
	width:100%;
	margin:0 auto;
}
.slider li{
	margin-right: 3px;
}
.slider li img{
	height: 250px;
	width: auto;
}
.fairBox .fairContentsBox{
	width:100%;
	padding: 45px 0 0;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	text-align: left;
}
.fairBox .fairContentsBox h4{
	font-size: 13px;
 	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 12px;
}
.fairBox .fairContentsBox h4 span{
	color: #b89300;
	margin-right: 5px;
}
.fairBox .fairContentsBox .fairDate{
	font-size: 20px;
 	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	line-height: 1.4;
}
.fairBox .fairContentsBox .fairDate span{
	font-size: 14px;
}
.fairBox .fairContentsBox .fairSchedule{
	font-size: 14px;
	padding-top:10px;
	margin-left: -7px;
	text-align: left;
}
.fairBox .fairContentsBox .cap{
	font-size: 11px;
	text-align: left;
	margin-top:10px;
}
.fairBox .fairContentsBox ul li{
	display: flex;
	width:100%;
	justify-content: space-between;
	margin-bottom: 25px;
}
.fairBox .fairContentsBox ul li .shopImg{
	width:30%;
}
.fairBox .fairContentsBox ul li .shopImg img{
	width: 100%;
}
.fairBox .fairContentsBox ul li .shopInfo{
	width:67%;
	text-align: left;
}
.fairBox .fairContentsBox ul li .shopInfo .shopTtl{
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
	line-height: 1.4;
}
.fairBox .fairContentsBox ul li .shopInfo .shopTtl span{
	font-size: 11px;
	font-weight: 400;
	margin-left: -10px;
}
.fairBox .fairContentsBox ul li .shopInfo p{
	font-size: 12px;
	line-height: 1.5;
}

.fairBox .fairContentsBox ul li:last-child{
	margin-bottom: 0;
}
.fairBox .fairContentsBox ol{
	padding-bottom:20px;
	list-style-type: none;
	counter-reset: number;
	border-bottom:1px solid #EDEFF0;
}
.fairBox .fairContentsBox ol li{
	font-size: 13px;
	line-height: 1.5;
	position:relative;
	padding:0px 0px 10px 25px;
	font-family: 'Noto Sans JP', sans-serif;
}
.fairBox .fairContentsBox ol li .point{
	font-size: 15px;
	color:#947A1E;
	margin-bottom: 5px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}
.fairBox .fairContentsBox ol li .moreBox{
	padding-bottom: 10px;
}
.fairBox .fairContentsBox ol li .moreBox .ttl{
	font-weight: 600;
	line-height: 1.7;
	margin-left: -7px;
}

.fairBox .fairContentsBox ol li:before{
	position:absolute;
	color:#947A1E;
    font-family: 'Libre Baskerville', serif;
	font-weight: 600;
	font-size:16px;
	content: counter(number)".";
	counter-increment: number;
	left:0;
	top:0;
}
.fairBox .fairContentsBox ol li:last-child{
	padding-bottom: 0;
}

.fairBox .fairContentsBox .special{
	padding: 23px 0 0;
	display: flex;
	align-items: center;
}
.fairBox .fairContentsBox .special h5{
	border:1px solid #b89300;
	font-size: 12px;
	color:#b89300;
	padding: 6px 8px 7px;
	text-align: center;
	margin-right: 15px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	letter-spacing: 1px;
	display: block;
}
.fairBox .fairContentsBox .special p{
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	letter-spacing: 1px;
}

.fairBox .fairContentsBox section{
	margin-bottom: 25px;
}

.fairBox .fairContentsBox .fairInfoBox_01{
	width:43%;
}
.fairBox .fairContentsBox .fairInfoBox_02{
	width:53%;
}
.fairBtn{
	margin:0 auto;
	width:40%;
	display: block;
	background: #947A1E url("../../../assets/img/common/icoArrow02.png") 92% center no-repeat;
	background-size: 10px auto;
	color:#FFF;
	font-weight: bold;
	text-align: center;
	padding: 20px;
	font-size: 14px;
}

/*---------------------------------*/

.btn_plan{
	width:50%;
	padding: 18px 0;
	background: #947A1E url("../../../assets/img/common/icoArrow02.png")95% center no-repeat;
	background-size:5px auto;
	color:#FFF;
	font-size: 13px;
	text-align: center;
	margin: 0 auto;
	font-family: 'Noto Sans JP', sans-serif;
	border-radius: 3px;
	letter-spacing: 1px;
}
.btn_plan a{
	font-weight: 500;
}

/*standard*/
.hs_contents{
	width:100%;
	background: #FFF;
	margin: -50px auto 0;
	padding-top: 50px;
}

.hs_con{
	width:70%;
	padding: 50px 0;
	margin:0 auto 15px;
	display:flex;
	justify-content: space-between;
	border-bottom:1px solid #333;
}
.hs_con:last-child{
	border-bottom: none;
}
.hs_con .hs_img{
	width:40%;
}
.hs_con .hs_img img{
	width:100%
}
.hs_con .hs_txtBox{
	width:57%;
}
.hs_con .hs_txtBox .hsTtl{
	font-size: 17px;
	font-family: 'Noto Serif JP', "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
	margin-bottom: 15px;
	text-align: left;
}
.hs_con .hs_txtBox .hsTxt{
	font-size: 13px;
	font-family: 'Noto Serif JP', "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
	line-height: 1.6;
	text-align: left;
}
.hs_con .hs_txtBox .hsBtn{
	margin-top: 10px;
	float: right;
	border:1px solid #333;
	padding: 10px 30px;
	background: url("../../../assets/img/common/icoArrow13.png") 85% center no-repeat;
	background-size:8px;
	display: block;
	font-size: 13px;
	color:#333;
	text-align: center;
}
.hs_con .hs_txtBox .hsBtn:hover{
	background:#E3E2D6 url("../../../assets/img/common/icoArrow13.png")85% center no-repeat;
	background-size:8px;
}



