@charset "utf-8";

body {
  min-width: 980px;
}

#foreign{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.3;
}
#foreign a, #foreign a:hover{
	color: #000;
	text-decoration: none;
}
#foreign span{
	display: block !important;
	font-family: 'Josefin Sans', sans-serif !important;
	font-style: italic !important;
	font-size: 12px !important;
  font-weight: 700;
}

.nav, #area, #location, #category, #condition{
	width: 100%;
}
.nav section, #area section, #location section, #category section, #condition section{
	width: 960px;
	margin: 0 auto;
}
.nav h2, #area h2, #location h2, #category h2, #condition h2{
	width: 600px;
	margin: 0 auto 20px auto;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	padding: 70px 0 20px 0;
	border-bottom: 3px solid #000;
}


.nav{
	padding: 40px 0;
}
.nav h2{
	background: url(../img/tpc01.png) no-repeat center top;
}
.nav nav{
	width: 960px;
	margin: 0 auto;
}
.nav nav ul li{
	width: 220px;
	float: left;
	margin: 0 20px 0 0 ;
}
.nav nav ul li:last-child{
	float: right;
}
.nav nav ul li a{
display: block;
font-size: 18px;
font-weight: bold;
text-align: center;
padding: 60px 0 20px 0;
border: 3px solid #000;
}
.nav nav ul li a span{
	color: #009FB9;
}
a.n_area{
	background: url(../img/navico01_off.png) no-repeat center 10px;
}
a.n_location{
	background: url(../img/navico02_off.png) no-repeat center 10px;
}
a.n_category{
	background: url(../img/navico03_off.png) no-repeat center 10px;
}
a.n_condition{
	background: url(../img/navico04_off.png) no-repeat center 10px;
}
.nav nav ul li a:hover{
display: block;
font-size: 18px;
font-weight: bold;
text-align: center;
padding: 60px 0 20px 0;
color: #FCEE21 !important;
border: 3px solid #000;
  opacity: 1;
}
.nav nav ul li a:hover span{
	color: #fff;
}
.nav nav ul li a span {
  transition: 0.4s;
}

a.n_area:hover{
	background: url(../img/navico01_on.png) no-repeat center 10px #009FB9;
}
a.n_location:hover{
	background: url(../img/navico02_on.png) no-repeat center 10px #009FB9;
}
a.n_category:hover{
	background: url(../img/navico03_on.png) no-repeat center 10px #009FB9;
}
a.n_condition:hover{
	background: url(../img/navico04_on.png) no-repeat center 10px #009FB9;
}


#area{
	padding: 40px 0;
	background: #FFCACA;
}
#area h2{
	background: url(../img/tpc02.png) no-repeat center top;
}
#area section dl{
	height: 140px;
	margin: 0 0 20px 0;
}
#area section dl:last-child{
	margin: 0;
}
#area section dl dt{
	width: 200px;
	float: left;
}
#area section dl dt p{
	width: 200px;
	height: 140px;
	display: table-cell;
	font-size:24px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background: #fff;
	border-bottom: 3px solid #f2f2f2;
}
#area section dl dt a:hover{
	padding: 3px 0 0 0;
	border-bottom: none;
}
#area section dl dd{
	width: 740px;
	float: right;
}
#area section dl dd ul{
	width: 760px;
	overflow: hidden;
}
#area section dl dd ul li{
	width: 230px;
	float: left;
	margin: 0 20px 10px 0;

}
#area section dl dd ul li a{
	display: block;
	font-size:18px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background: #fff;
	border-bottom: 3px solid #f2f2f2;
	padding: 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#area section dl dd ul li a:hover{
	padding: 10px 0 10px 0;
  border-bottom: 3px solid transparent;
  opacity: 1;
  -moz-transform: translateY(3px);
  -webkit-transform: translateY(3px);
  -o-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#area section dl dd ul li a span {
	color: #FF7171;
}
#area section dl:last-child dd ul li{
	width: 140px;
	float: left;
	margin: 0 10px 10px 0;
}
#area section dl:last-child dd ul li a{
	display: block;
	font-size:14px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background: #fff;
	border-bottom: 3px solid #f2f2f2;
	padding: 2px 0;
}
#area section dl:last-child dd ul li a:hover{
	padding: 2px 0 2px 0;
  border-bottom: 3px solid transparent;
}
#area section dl:last-child dd ul li a span{
	font-size: 12px !important;
}


#location{
	padding: 60px 0 40px 0;
	background: url(../img/location_bg.png) repeat-x center top;
}
#location h2{
	background: url(../img/tpc03.png) no-repeat center top;
}
#location section article{
	margin: 0 0 20px 0;
}
#location section article:last-child{
	margin: 0;
}
#location section article dl{
	width: 305px;
	margin: 0 22px 0 0;
	float: left;
}
#location section article dl:last-child{
	float: right;
	margin: 0;
}
dl.samplemap{
	width: 632px !important;
}

.ac_menu dt{
    display:block;
    cursor:pointer;
    }
.ac_menu dd{
    display:none;
    }
#location section article dl dd{
	padding: 10px 10px 10px 12px;
	box-sizing: border-box;
	background: #000;
}
#location section article dl dd ul li{
	width: 48%;
	float: left;
	margin: 0 1% 2% 1%;
}
#location section article dl dd ul li a{
	display: block;
	font-size:14px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background: #fff;
	color: #000;
	border-bottom: 3px solid #f2f2f2;
	padding: 5px 0;
	border-radius: 5px;
}
#location section article dl dd ul li a:hover{
	display: block;
  border-bottom: 3px solid transparent;
  opacity: 1;
  -moz-transform: translateY(3px);
  -webkit-transform: translateY(3px);
  -o-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


#category{
	padding: 40px 0;
	background: #F9F5C2;
}
#category h2{
	background: url(../img/tpc04.png) no-repeat center top;
}
#category section dl{
	width: 465px;
	float: left;
	margin: 0 22px 0 0;
}
#category  section dl:last-child{
	float: right;
	margin: 0;
}
#category section dl dt{
	display: block;
	padding: 36px 10px 36px 130px;
	box-sizing: border-box;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	border-bottom: 3px solid #f2f2f2;
	cursor:pointer;
}
#category section dl dt:hover{
	display: block;
	padding: 39px 10px 36px 130px;
	box-sizing: border-box;
	font-size: 21px;
	font-weight: bold;
	border-bottom: none;
}
#category section dl dt span{
	font-size: 12px !important;
	letter-spacing: 0.05em !important;
}
#category section dl dd{
	display:none;
}
.c_food{
	background: url(../img/cat_img01.png) no-repeat 10px center #fff;
}
.c_powerful{
	background: url(../img/cat_img02.png) no-repeat 10px center #fff;
}
.c_service{
	background: url(../img/cat_img03.png) no-repeat 10px center #fff;
}


#condition{
	padding:60px 0 40px 0;
	background: url(../img/condition_bg.png) repeat-x #fff;
}
#condition h2{
	background: url(../img/tpc04.png) no-repeat center top;
}
#condition dl{
	width: 305px;
	float: left;
	margin: 0 22px 0 0;
}
#condition dl:last-child{
	float: right;
	margin: 0;
}
#condition dl dt{
	display: block;
	padding: 36px 10px 36px 130px;
	box-sizing: border-box;
	font-size: 21px;
	font-weight: bold;
	border-bottom: 3px solid #ccc;
}
#condition dl dt:hover{
	display: block;
	padding: 39px 10px 36px 130px;
	box-sizing: border-box;
	font-size: 21px;
	font-weight: bold;
	border-bottom: none;
}
#condition dl dt span{
	font-size: 12px !important;
	letter-spacing: 0.05em !important;
}
#condition dl dd{
	display:none;
}
.c_income{
	background: url(../img/cd_img01.png) no-repeat 10px center #f2f2f2;
}
.c_dapy{
	background: url(../img/cd_img02.png) no-repeat 10px center #f2f2f2;
}
.c_begginer{
	background: url(../img/cd_img03.png) no-repeat 10px center #f2f2f2;
}

#category section dl dd ul li, #condition section dl dd ul li{
	border-bottom:1px dotted #000;
}
#category section dl dd ul li a, #condition section dl dd ul li a{
	display:block;
	padding:10px 0;
	text-align:center;
	background:url(../img/btn_arrow.png) no-repeat right center;
	background-size:auto 14px;
}
#category section dl dd ul li a:hover, #condition section dl dd ul li a:hover{
	display:block;
	padding:10px 0;
	text-align:center;
	background:url(../img/btn_arrow.png) no-repeat right center;
	color: #009FB9;
	background-size:auto 14px;
}


#recommend{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#recommend article{
	width: 50%;
	padding: 80px 40px;
	box-sizing: border-box;
	color: #fff;
}
#recommend article h2{
	font-size: 21px;
	text-align: center;
	margin: 0 0 20px 0;
}
#recommend article:first-child{
	background: url(../img/colmun_bg01.png) no-repeat center center;
	background-size: cover;
}
#recommend article:last-child{
	background: url(../img/colmun_bg02.png) no-repeat center center;
	background-size: cover;
}


#interview{
	width: 100%;
	background: #333333;
	padding: 40px 0 18px 0;
	color: #fff;
}
#interview section{
	width: 960px;
	margin: 0 auto;
}
#interview h2{
	width: 600px;
	padding: 30px 0;
	font-size: 21px;
	text-align: center;
	border-top:3px solid #fff;
	border-bottom:3px solid #fff;
	margin: 0 auto 20px auto;
}
#interview section ul{
	width: 980px;
	overflow: hidden;
}
#interview section ul li{
	width: 305px;
	float: left;
	margin: 0 20px 20px 0;
}
#interview section ul li dl dt{
	border-bottom: 1px solid #90D6DD;
	padding: 0 0 10px 0;
}
#interview section ul li dl dd{
	padding: 10px 0 0 0;
}
#interview section ul li a{
	font-size: 24px;
	text-align: center;
	color: #fff;
}
#interview section ul li a:hover{
	color:#90D6DD;
}


.adbnr{
	width:960px;
	margin:0 auto 10px auto;
	background:#fff;
	padding:0 0 5px 0;
}
.adbnr ul li{
	padding:5px 10px;
	box-sizing:border-box;
}
.adbnr h3{
	background:#000;
	padding:10px 0;
	color:#fff;
	text-align:center;
	margin:0 0 10px 0;
}


.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}