﻿@charset "UTF-8";
/* CSS Document */
body > #articleWrap{
    width: 100%;
}

#articleWrap .cnt1080{
    width: 1080px;
    margin: 0 auto;

}
#articleWrap h1{
    font-size: 150%;
    font-weight: bold;
    line-height: 1.2;
}

/*検索*/

.disp_none{
    display: none;
}
.howto_search{
    width: 900px;
    margin: -100px auto 0;
}
.howto_search .txt_box03.bdb01{
    border-bottom: 3px solid #ddd !important;
    border-right: 3px solid #ddd;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding-top: 30px;
}
.form_line02 > .form_line02_day .date_wrap02 p.date_unfixed01{
    background: #f5f5f5 !important;
}
#g_navi ul > li > ul{
    background: #ffffff !important;
}

/* ----------------------20190525--------------------- */
.mvBox{
    background: url(/ja/m/feature/today/img/mv_bg.png) no-repeat;
    background-size: cover;
    height: 470px;
    background-position: center;
    margin-top: 0;
}
.mvBox h1{
   width: 1080px;
    margin: 0 auto;
	text-align: center;
	padding: 25px 20px 0;
}

.read_text{
	text-align: center;
}
.today_area{
	max-width: 1080px;
	margin: 0 auto;
}
.today_area h2 {
    font-size: 2rem;
    vertical-align: bottom;
	text-align: center;
	margin: 40px 0;
  position: relative;
	color: #fab700;
}

.today_area h2:after {
  content: "";
  position: absolute;
  left: 20%;
  bottom: 0;
  width: 60%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #fab700, #fab700 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #fab700, #fab700 2px, #fff 2px, #fff 4px);
}
.today_area h2 strong {
    font-weight: bold;
    font-size: 4rem;
    color: #fab700;
}
.today_area h2 span{
	font-weight: bold;
}
/*
.today_area h2 span {
    background-color: #fab700;
    color: #ffffff;
    font-size: 1.9rem;
    vertical-align: unset;
    border: 9px solid #fab700;
	padding: 3px;
}
*/
.today_area h3{
	font-weight: bold;
	font-size: 1.4rem;
	margin-top: 70px;
}
.privilege-inn-inner h3{
	font-weight: bold;
	font-size: 1.4rem;
	margin-top: 70px;
}
ul.area_btn{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.area_btn li{
	width: 10%;
}
ul.area_btn a{
	display: block;
	width: 100%;
	border-radius: 100px;
	background-color: #fab700;
	color: #ffffff;
	font-weight: bold;
	padding: 0;
	text-align: center;
	font-size: 1.25rem
}
ul.area_btn a:hover{
	text-decoration: none;
	opacity: 0.5;
}
.privilege-inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.privilege-inner > section {
	width: 31%;
	margin-bottom: 30px;
	background-color: #fff;
	box-shadow: 0px 2px 4px -3px rgba(0,0,0,0.50);
}
.privilege-inn-place {
	background-color: #bfab80;
	padding: 0 3px;
	color: #fff;
	font-size: 10px;
	letter-spacing: 0.17em;
}
.privilege-inn-ttl {
	padding: 5px;
	margin-bottom: 1px;
	font-size: 1.2rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-color: #006c94;
}
.privilege-inn-txt {
	padding: 10px;
}
.privilege-inn-link {
	text-align: center;
	margin-top: 16px;
}
.privilege-inn-link a {
	display: inline-block;
	margin: 0 auto;
	text-decoration: none;
	padding: 1px 40px;
	background: #fab700;
	font-size: 1.15rem;
	color: #fff!important;
	font-weight: bold;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
}
.privilege-inn-link.big_btn a{
	font-size: 1.42rem;
	background: #fab700;
	border: 2px solid #ffffff;
	box-shadow:0px 0px 0px 2px #fab700;
	font-weight: bold;
	margin: 40px 0;
	}
.privilege-inn-link a:hover {
	opacity: 0.7;
}



.privilege-inn{
	background: url(/ja/m/feature/today/img/content_bg.png) no-repeat;
	background-size: cover;
}
.privilege-inn-inner{
	max-width: 1080px;
	margin: 0 auto;
}


.privilege-inn h2 {
    font-size: 2rem;
    vertical-align: bottom;
	text-align: center;
	margin: 40px 0;
  position: relative;
	color: #f1663b;
}

.privilege-inn h2:after {
  content: "";
  position: absolute;
  left: 20%;
  bottom: 0;
  width: 60%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #f1663b, #f1663b 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #f1663b, #f1663b 2px, #fff 2px, #fff 4px);
}

.privilege-inn h2 strong {
    font-weight: bold;
    font-size: 4rem;
    color: #f1663b;
}
.privilege-inn h2 > span{
	font-weight: bold;
}
/*
.privilege-inn h2 {
    font-size: 4.5rem;
    vertical-align: bottom;
	text-align: center;
	margin: 40px 0;
}
.privilege-inn h2 strong {
    font-weight: bold;
    font-size: 4.5rem;
    border: 4px solid #f1663b;
    color: #f1663b;
	letter-spacing: 3px;
	padding: 3px;
}
.privilege-inn h2 > span {
    background-color: #f1663b;
    color: #ffffff;
    font-size: 1.9rem;
    vertical-align: unset;
    border: 9px solid #f1663b;
	padding: 3px;
}
.privilege-inn h2 > span > span{
	font-size: 1.2rem;
	padding-right: 2px;
}
*/
.chokuzen_date{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 60px;
}
.chokuzen_date li {
  position: relative;
  width: 12%;
	height: 100px;
  background: #ffffff;
	border: 2px solid #f1663b;
}
.chokuzen_date li:hover{
	opacity: 0.7;
}
.chokuzen_date li::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 14px solid #f1663b;
  border-left: 14px solid transparent;
}
.chokuzen_date li a{
	display: block;
	font-size: 1.5rem;
	text-align: center;
	font-weight: bold;
	color: #f1663b;
	padding: 10px 0;
}
.chokuzen_date li a:hover{
	text-decoration: none;
}

ul.chokuzen_area{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.chokuzen_area li{
	width: 9%;
}
ul.chokuzen_area li a{
	display: block;
	border-radius: 100px;
	border: 2px solid #f1663b;
	background-color: #ffffff;
	color: #f1663b;
	font-weight: bold;
	text-align: center;
	font-size: 1.1rem;
}
ul.chokuzen_area li a:hover{
	text-decoration: none;
	opacity: 0.7;
}
.privilege-inn-link.big_btn.chokuzen a{
	background: #f1663b;
	box-shadow:0px 0px 0px 2px #f1663b;
}

.privilege-other h2{
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	margin: 70px 0 40px;
}
.privilege-other ul{
	max-width: 1080px;
	margin: 20px auto 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
 .privilege-other ul li {
  position: relative;
  width: 24%;
}

/* ----------------------------------------------------------
ノウハウ */
.knowhow{
	background-color: #f4f4f4;
	padding: 1px 0;
}
.knowhow h2{
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	margin: 70px 0 40px;
}
.knowhow ul{
	max-width: 1080px;
	margin: 15px auto 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.knowhow ul li {
  position: relative;
  width: 24%;
}
.knowhow ul li:nth-of-type(3n) {
  margin: 0;
}
.knowhow ul li.new:after {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 36px;
  height: 36px;
  content: '';
  background: url(/knowhow/img/icn_new.png) no-repeat center center;
}
.knowhow ul li a {
  display: block;
  color: #333;
  text-decoration: none;
}
.knowhow ul li a:hover {
  background: #dff6ff;
}
.knowhow ul li a .img {
  overflow: hidden;
  height: 155px;
  background: #ddd;
}
.knowhow ul li a .img img {
  width: 100%;
}
.knowhow ul li a dl {
  padding: 10px 14px 14px;
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  border-left: solid 1px #ddd;
  background-color: #ffffff;
  height: 144px;
}
.knowhow ul li a dl dt {
  color: #0075cf;
  font-weight: bold;
}
.knowhow ul li a dl dd {
  margin: 5px 0 0 0;
  color: #333;
  font-size: 12px;
  line-height: 1.6;
}
.knowhow ul + h3 {
  margin: 40px 0 0 0;
}


/* ノウハウ
---------------------------------------------------------- */


/* イベント会場特集引用
---------------------------------------------------------- */
.event_contents{
    margin: 0 auto;
    width:1080px;
    display: block;
}
.event_contents .planall_ttl{
	    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin: 70px 0 40px;
}

#block-searchlist-event{
	width: 800px;
	margin: 0 auto;
}
