@charset "UTF-8";
/* for bootstrap */
@media print {
  a[href]:after {
    content: "";
  }
  abbr[title]:after {
    content: "";
  }
}
body {
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica,sans-serif;
	color: #242528;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	background-color: #fefefe;
}
img {
	max-width: 100%;
}

ul, li, dl, dt, dd {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
a {
	outline: 0px none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

a, a:link, a:visited, a:active {
	outline: 0px none;
	font-weight: bold;
	text-decoration: none;
	-webkit-touch-callout: none;
	color: #231523;
}
a:hover {
	opacity: 0.8;
}

.btn-gray, a.btn-gray {
	background-color: #9c9c9c;
	color: #FFFFFF;
	font-weight: 600;
}
.btn-gray:hover {
	color: #FFFFFF;
	background-color: #7C7C7C;
}
.btn-twitter, a.btn-twitter {
	background-color: #55acee;
	color: #fff;
	border: none;
}
.btn-twitter:hover, a.btn-twitter:hover {
	background-color: #1c6399;
	color: #fff;
	border: none;
}
.btn-facebook, a.btn-facebook {
	background-color: #3b539a;
	color: #fff;
	border: none;
}
.btn-facebook:hover, a.btn-facebook:hover {
	color: #fff;
	background-color: #304A7A;
}
.btn-pill {
	border-radius: 200em;
}
a.btn-back {
	font-size: 14px;
	font-weight: 600;
	color: #7f7f7f;
	display: inline-block;
	height: 80px;
	width: 80px;
	border: 1px solid #959595;
	border-radius: 50%;
	position: relative;
	padding-top: 47px;
}
a.btn-back:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border-top: 2px solid #959595;
	border-left: 2px solid #959595;
	transform: rotate(-45deg);
	position: absolute;
	top: 17px;
    left: 42%;
}
.break {
	-ms-word-break: break-all;
	word-break: break-all;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	
	overflow-wrap: break-word;
	word-wrap: break-word;
}
.nowrap {
	white-space: nowrap;
}

.ellipsis {
	width: auto;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis; /* Required for IE8 */
	-o-text-overflow: ellipsis; /* Required for Opera */
	text-overflow: ellipsis;
}
.hide {
	display: none;
}
  
.show {
	display: block;
}
.clear {
	clear: both;
	float: none;
}

.indent {
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.indent-childs>* {
	text-indent: -1em;
	padding-left: 1em;
}
.w100 {
	width: 100%;
}
.w50 {
	float: left;
	width: 50%;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt60 {
	margin-top: 60px;
}
.mt80 {
	margin-top: 60px;
}
.ml5 {
	margin-left: 3px;
}
.ml10 {
	margin-left: 8px;
}
.mr10 {
	margin-right: 10px;
}
.mr15 {
	margin-right: 15px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}


.mlr5 {
	margin-right: 5px;
	margin-left: 5px;
}
.mlr10 {
	margin-right: 10px;
	margin-left: 10px;
}
.mlr15 {
	margin-right: 15px;
	margin-left: 15px;
}
.mlr20 {
	margin-right: 20px;
	margin-left: 20px;
}
.mlr40 {
	margin-right: 40px;
	margin-left: 40px;
}

.form-control.inline {
	display: inline-block;
	width: auto;
}
.form-control.inline[type=text],
.form-control.inline[type=tel],
.form-control.inline[type=number] {
	width: 200px;
}

label {
	font-weight: normal;
	margin-right: 20px;
}
.row.narrow {
	margin-left: -5px;
	margin-right: -5px;
}
.row.narrow>* {
	padding-left: 5px;
	padding-right: 5px;
}

.form-error-right, .form-error-top {
	background-color: #DD675C;
	display: inline-block;
	line-height: 32px;
	color: #FFFFFF;
	padding-right: 30px;
	padding-left: 30px;
	position: relative;
	display: none;
}
.form-error-right {
	margin-left: 8px;
}
.form-error-top {
	margin-bottom: 8px;
}
.form-error-right:after {
	content: '';
	position: absolute;
	top: 10px;
	left: -8px;
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-right-width: 8px;
	border-right-style: solid;
	border-right-color: #DD675C;
}
.form-error-top:after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 20px;
	border-top-width: 8px;
	border-right-width: 6px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #DD675C;
	border-right-color: transparent;
	border-left-color: transparent;
}
.inner {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}


#headerWrap {


}
#headerWrap .head-line {
	background-color: #831e48;
	font-size: 12px;
	line-height: 30px;
	font-weight: 600;
	color: #fff;
	text-align: right;
}
#headerWrap .head-line img {
	vertical-align: sub;
}


#header {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#header   h1.logo {
	margin: 0px;
	height: 130px;
	padding-top: 20px;
	text-align: center;
	display: block;
}
#header h1.logo img {
	width: 322px;
}

#headerWrap .navWrap {
	background-color: #f1f1f1;
}
#headerWrap .navWrap .nav {
	height: 60px;
	margin-bottom: 20px;
}
#headerWrap .navWrap .nav li {
	float: left;
	width: 222px;
}
#headerWrap   .navWrap   .nav   li.home  {
	width: 62px;
}
#headerWrap .navWrap .nav a {
	text-align: center;
	display: block;
	height: 60px;
	padding-top: 15px;
	font-size: 13px;
	font-weight: 600;
	color: #242528;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 50%, rgba(241,241,241,1) 51%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(245,245,245,1) 50%,rgba(241,241,241,1) 51%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(245,245,245,1) 50%,rgba(241,241,241,1) 51%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
	border-left: 1px solid #d0d0d0;
	line-height: 1.2;
}
#headerWrap  .navWrap  .nav  li.home a {
	color: #fff;
	background: none;
	background-color: #831e48;
	border-right: 1px solid #d0d0d0;
}
#headerWrap .navWrap .nav small {
	font-size: 10px;
}




#contents {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 120px;
}
#contents .breadcrumb {
	background: transparent;
    padding: 0;
    line-height: 40px;
    margin: 0;
    color: #831e48;
    font-weight: 600;
    font-size: 12px;
}
#contents .breadcrumb a,
#contents .breadcrumb .active {
    color: #831e48;
}
#contents .breadcrumb .home {
	background-image: url(https://www.dotonplaza.com/en/cn/tw/img/common/icon-home-red.png);
	background-size: 11px auto;
	background-position: 0 center;
	background-repeat: no-repeat;
	padding-left: 15px;
}
#contents .col-side {
	float: left;
	width: 200px;
}
#contents .col-side dt {
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	background-color: #bc8a92;
	line-height: 0.8;
    padding: 10px;
    margin-bottom: 5px;
}
#contents  .col-side  dt small {
	font-size: 10px;
}
#contents .col-side dd .ttl {
	font-size: 12px;
	color: #831e48;
}
#contents .col-side .searches {
	border-top: 2px solid #831e48;
}
#contents .col-side .searches a {
	line-height: 40px;
	color: #831e48;
	display: block;
	padding-left: 8px;
	border-bottom: 1px solid #d0d0d0;
	position: relative;
}
#contents .col-side .searches a:hover,
#contents .col-side .searches a.active {
	background-color: #f1f1f1;
}
#contents .col-side .searches a:hover:after,
#contents .col-side .searches a.active:after {
	content: "▶";
	color: #831e48;
	font-size: 10px;
	transform: scale(0.6);
	position: absolute;
	right: 3px;
}



#contents .col-main {
	float: right;
	width: 720px;
}


.snsBoxFixed {
	position: fixed;
	top: 40px;
	right: 10px;
}
.snsBoxFixed li {
	margin-bottom: 10px;
}

.snsBoxFixed img {
	height: 50px;
}


#footerWrap {
	background-color: #bc8a92;
	position: relative;
}



#footer {
	width: 950px;
	margin-right: auto;
	color: #fff;
	margin-left: auto;
	padding-top: 60px;
}
#footer a {
	color: #fff;
}

#footer .navi {
	margin-bottom: 70px;
}

#footer .navi  li  {
	float: left;
	width: 20%;
	border-left: 1px solid #fff;
}
#footer .navi.navi20220330  li  { width: 16.666%;}

#footer .navi  a  {
	font-weight: 600;
	font-size: 12px;
	line-height: 50px;
	text-align: center;
	display: block;
	color: #fff;
}
#footer .navi li:last-child {
	border-right: 1px solid #fff;
}
#footerWrap #footer .footer-info {
	border-top: 1px dotted #fff;
	padding-top: 20px;
}
#footerWrap #footer .footer-info .address {
	float: left;
	padding-left: 20px;
	font-size: 12px;
	font-weight: 600;
}
#footerWrap #footer .footer-info .address h1 {
	font-size: 26px;
	margin: 0 0 10px;
}
#footerWrap #footer .footer-info .hours {
	margin-left: 280px;
	border-left: 1px solid #fff;
	padding: 20px 0 0 15px;
	font-size: 18px;
	font-weight: 600;
}
#footerWrap #footer .footer-info .hours.row>* {
	padding-right: 0px;
}

#footerWrap #footer .footer-info .hours .hour {
	text-align: right;
	white-space: nowrap;
	float: right;
	line-height: 15px;
	margin: 13px 13px 0 0;
}

#footerWrap  #footer  .footer-info  .hours  small  {
	font-size: 11px;
	font-weight: 300;
}




#footerWrap .footer-line {
	background-color: #831e48;
	font-size: 10px;
	font-weight: 300;
	text-align: right;
	margin-top: 20px;
	line-height: 17px;
	color: #fff;
}

a.pagetop {
	position: absolute;
	right: 40px;
    top: -100px;
	z-index: 999;
	opacity: 0;
	transition: opacity 0.7s;
	border-radius: 50%;
}
a.pagetop.fixed {
	position: fixed;
	right: 40px;
	bottom: 30px;
	top: auto;
}
a.pagetop.view {
	opacity: 1;
}
a.pagetop.view:hover {
	opacity: 0.7;
}

.pagination {
	display: block;
	text-align: left;
	margin: 20px 0;
}
.pagination a {
	border: 1px solid #e5e5e5;
	color: #484848;
	line-height: 30px;
	margin: 0 8px 0 0;
	padding: 0;
	width: 30px;
	text-align: center;
	display: inline-block;
	font-weight: 300;
	background-color: #f9f9f9;
}
.pagination a.active, .pagination a:hover, .pagination a.nav:hover {
	color: #fff;
	background-color: #bc8a92;
}
.pagination a.nav {
	color: #404453;
	background-color: #e8e8e8;
}
table.infoTable {
	border-collapse: collapse;
	width: 100%;
}
table.infoTable th {
	background-color: #F5F5F5;
	padding: 10px;
	text-align: center;
	width: 140px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DFDFDF;
	border-right-color: #FFFFFF;
	border-bottom-color: #DFDFDF;
	border-left-color: #FFFFFF;
}
table.infoTable td {
	padding: 10px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DFDFDF;
}

.cards {
	padding: 0 0 20px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px;
}

.card {
	display: flex;
	margin: 0 12px 30px;
    width: calc(25% - 24px);
	background-color: #fff;
	border: 1px solid #aaa;
	position: relative;
}
.card a {
	display: block;
	width: 100%;
	color: #231523;
	padding: 10px;
}
.card a:hover {
	background-color: #fafafa;
}
.card .thumb {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 150px;
	margin-bottom: 5px;
}
.card .date {
	font-size: 10px;
	font-weight: 600;
	color: #bc8a92;
}

.card .card-title {
	font-weight: 600;
	margin: 0 0 10px;
	font-size: 12px;
}
.card .card-text {
	font-weight: 300;
	margin: 0px;
	font-size: 12px;
}
.card .no {
	line-height: 40px;
	font-weight: 300;
	color: #fff;
	background-color: #d70c19;
	text-align: center;
	width: 40px;
	position: absolute;
	left: 0px;
	top: 0px;
	display: inline-block;
	font-size: 18px;
}
a.icon-circle {
	padding-left: 20px;
	position: relative;
}
a.icon-circle:before {
	content: '●';
	color: #E8546B;
	font-size: 66%;
	position: absolute;
	left: 3px;
	top: 2px;
}
.flex-line-right {
	position: relative;
}
.flex-line-right:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	z-index: -100;
}
.flex-line-right span {
	background-color: white;
	display: inline-block;
	padding-right: 0.5em;
}
.ul-dot {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #bcbcbc;
}
.ul-solid {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d0d0d0;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
hr.dotted {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9b9b9b;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 1px;
	line-height: 1px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	display: block;
	clear: both;
	float: none;
}
.bg-title {
	font-size: 18px;
	font-weight: 600;
	background-image: url(https://www.dotonplaza.com/en/cn/tw/img/common/bg-title.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	margin: 0 0 20px;
	height: 40px;
}
.bg-title small {
	font-size: 12px;
	color: #242528;
	font-weight: 600;
}
.title-main {
	line-height: 45px;
	border-bottom: 1px solid #831e48;
	font-size: 14px;
	font-weight: 600;
	color: #242528;
	margin: 0 0 20px;
}

a.blockLink {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	background-color: #831e48;
	text-align: center;
	display: block;
	height: 50px;
	padding-top: 13px;
}
a.blockLink span {
	display: inline-block;
	position: relative;
}
a.blockLink span:before {
	content: "";
	color: #fff;
	text-align: center;
	line-height: 1;
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: -4px;
	left: 0;
	border-top: 1px solid #fff;
}
a.blockLink span:after {
	content: "▼";
	display: inline-block;
	transform: scale(0.4);
    color: #fff;
    text-align: center;
    line-height: 1;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -3px;
    left: 0;
}


@media (min-width: 768px) {
#footerWrap #footer .footer-info .address{ width: 255px;}

}
