﻿@import "/css/font-awesome/css/font-awesome.min.css";

#wrapper #contents .inner {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}
#contents img {
	max-width: 100%;
}
h1, h2, h3 {
	margin: 0;
}
#contents p {
	margin: 0;
}

a{
    color: #E60213;
}

#title,
#introduction,
#about,
#points {
	font-size: 16px;
}
#about {
	margin: 0 0 5em;
}

.note {
	font-size: 80%;
	text-align: right;
}
.sp_only {
	display: none;
}

#title {
	background: url(/dauna/image/index/title.jpg) no-repeat;
	width: 940px;
	height: 500px;
	position: relative;
}
#title h1 {
	width: 350px;
	position: absolute;
	left: 285px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
}
#title .note {
	position: absolute;
	top: 100%;
	right: 0;
}

#introduction {
	background-color: #eeece1;
	padding: 3em 0;
	line-height: 2em;
	text-align: center;
}

#about {

}
#about h2 {
	text-align: center;
	font-size: 1.2em;
	margin: 0 0 1.5em;
}
#about table {
	width: 80%;
	margin: 0 auto 1em;
	border-collapse: collapse;
}
#about table th,
#about table td {
	border: solid 1px #bba041;
}
#about table th {
	font-weight: bold;
	text-align: center;
}
#about table tr:nth-child(2) th:nth-child(2n+1),
#about table td:nth-child(2n) {
	border-right:none;
}
#about table tr:nth-child(2) th:nth-child(2n),
#about table td:nth-child(2n+1) {
	border-left: none;
}
#about table .rank {
	background-color: #bba041;
	color: #fff;
}
#about table td {
	text-align: center;
}
#about dl {
	overflow: hidden;
	width: 80%;
	margin: 0 auto 2em;
	font-size: 90%;
}
#about dt {
	float: left;
	width: 5em;
}
#about dt::before {
	content: "○";
}
#about dd {
	float: left;
	width: calc(100% - 6em);
}
#about dd .size {
	width: 100%;
	margin: 0;
}
#about dd .size dt,
#about dd .size dd {
	width: auto;
}
#about .size dt::before {
	content: "";
}
#about dd .size dd::after {
	content: "/";
	margin: 0 0.5em 0;
}
#about dd .size dd:last-child::after {
	content: "";
}

#points {
	background-color: #000000;
	color: #fff;
}
#points h2 {
	padding: 2em 0;
	font-size: 1.2em;
	text-align: center;
}
#points .point {
	overflow: hidden;
	padding: 2em;
	background-color: #000000;
	background-position: center;
	background-repeat: no-repeat;
}
#points .point h3 {
	margin: 0 0 1.5em;
	border-bottom: solid 1px #fff;
	font-size: 1.2em;
}
#points .point:nth-of-type(2n) {
	background-color: #fff;
	color: #000000;
}
#points .point:nth-of-type(2n) h3 {
	border-bottom: solid 1px #000000;
}
#points .point p {
	width: 48%;
}
#points .point:nth-of-type(2n+1) .text,
#points .point:nth-of-type(2n) .image {
	float: left;
}
#points .point:nth-of-type(2n+1) .image,
#points .point:nth-of-type(2n) .text {
	float: right;
}
#points .point .image a {
	display: block;
	position: relative;
}
#points .point .image a::after {
	content: "\f00e";
	position: absolute;
	bottom: 0.5em;
	right: 0.5em;
	z-index: 99;
	color: #fff;
	font-size: 1.2em;
	border: solid 2px #fff;
	border-radius: 5px;
	padding: 0.3em;
}

#footer {
	margin-top: 50px;
}


/****** 20190122 ***/

.fair_contents {
	font-size: 115%;
	margin:0;
}

.fair_contents2 {
	font-size: 115%;
	margin:0 0 5em;    
    background: #eee;
    padding: 0.5em 2em 3em;  
}

.note {
	font-size: 85%;
}

/* ********* title ********* */
.top {
	margin: 0 0 2em;
	text-align: center;
}
.subheader {
	margin: 3em 0 0;
	font-family: Helvetica,Arial,Verdana,"游ゴシック",YuGothic,"ヒラギノ角ゴProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	font-size: 170%;
	font-weight: bold;
}

.subheader2 {
	margin: 3em 0 1em;
	font-family: Helvetica,Arial,Verdana,"游ゴシック",YuGothic,"ヒラギノ角ゴProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	font-size: 170%;
	font-weight: bold;    
}

/* ********* schedule ********* */
.schedule {
	width: 85%;
	margin: 1.5em auto;
	overflow: hidden;
	line-height:2.5;
}
.schedule dt {
	float: left;
	width: 50%;
	border-bottom: solid 1px #A7A7A7;
}
.schedule dt::before {
	content: url(/image/common/arrow1.gif);
	margin-right: 0.5em;
}
.schedule dd {
	float: right;
	width: 50%;
	border-bottom: solid 1px #A7A7A7;
}


/* ********* lead ********* */
.lead {
	margin: 3em 0 3em;
    font-size: 16px;
    text-align: center;
}

.moredetail {
	margin: 1em;
}
.moredetail a::before {
	content: url(/image/common/arrow1.gif);
	margin-right: 0.5em;
}


/* ********* point ********* */
.point_sch {
	margin: 2em 0 1em;
	padding: 2em 1.5em;
	background-color: #f7f4ef;
}
.point_sch h3,
.point_sch h3 + p {
	text-align: center;
}
.point_sch h3 {
	margin: 0;
	font-size: 120%;
}
.point_sch li {
	margin: 1.5em 0 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}

.point_sch h4 {
	margin: 0 0 0.5em;
	width: 30%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	font-size: 120%;
}
.point_sch h4 img {
	width: 18%;
	margin-right: 1em;
}
.point_sch li p {
	margin: 0;
	width: calc(70% - 1.5em);
}

.dauna_bnr{
    margin: 4em auto;
    text-align: center;
}

/*****shop****/
.shop_section {
	margin-top: 57px;
}
.shop_section .shop_txt {
  margin:0.1em 0 1em !important;
  font-size: 117%;
}
.shop_section .shop_info:after {
	content:".";display:block;visibility:hidden;height:0.1px;font-size:0.1em;line-height:0;clear:both;
}
.shop_section .shop_info ul.photo {
	width: 250px;
	float: left;
}
.shop_section .shop_info ul.photo li img {
	width: 100%;
}
.shop_section .shop_info ul.photo li:first-child {
	margin-bottom: 10px;
}
.shop_section .shop_info .info_detail {
	width: 590px;
	float: right;
	border-bottom: 1px solid #cccccc;
	border-top: 1px dotted #cccccc;
	padding-bottom: 18px;
}
.shop_section .shop_info .info_detail .mark {
	padding: 0 47px;
	margin-bottom: 10px;
}
.shop_section .shop_info .info_detail .mark:after {
	content:".";display:block;visibility:hidden;height:0.1px;font-size:0.1em;line-height:0;clear:both;
}
.shop_section .shop_info .info_detail .mark li {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}
.shop_section .shop_info .info_detail .mark li:first-child {
	margin-left: 0;
}
.shop_section .shop_info .info_detail h4 {
	font-size: 125%;
	border-top: 1px dotted #cccccc;
	padding-top: 15px;
	margin-bottom: 10px;
}
.shop_section .shop_info .info_detail dl:after {
	content:".";display:block;visibility:hidden;height:0.1px;font-size:0.1em;line-height:0;clear:both;
}
.shop_section .shop_info .info_detail dl dt {
	width: 58px;
	float: left;
}
.shop_section .shop_info .info_detail dl dd {
	padding-left: 58px;
}
.shop_section .shop_info .info_detail .map {
	width: 118px;
	margin: 14px 0 20px 252px;
}
.shop_section .map a {
	display: block;
	background-color: #000;
	font-size: 110%;
	text-align: center;
	color: #ffffff;
	padding: 4px 0 2px 0;
	text-decoration: none;
}
.shop_section .map a:hover {
	text-decoration: underline;
}
.shop_section .map a span {
	background: url(/chinese/shop/img/ico-arrow.png) left center no-repeat;
	padding-left: 20px;
}

.shop_section .other_area {
	margin-top: 45px;
}
.shop_section .other_area.first {
	margin-top: 0;
}

.part_title {
	background: url(/chinese/img/share/bg-title_part.gif) center left no-repeat;
	font-size: 180%;
	color: #000000;
	padding: 0 24px;
	margin:0.2em 0 0.1em;
}

.bottom_fix{
    padding-bottom: 1em;
}
