@charset "UTF-8";
/*keyframe=--------------------------------------------------------------*/
@-webkit-keyframes fadeinup {
	from {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeinup {
	from {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes fadeZoom {
	0% {
		-webkit-transform: scale3d(1.05, 1.05, 1);
		opacity: 0;
		transform: scale3d(1.05, 1.05, 1);
	}

	to {
		-webkit-transform: none;
		opacity: 1;
		transform: none;
	}
}

@keyframes fadeZoom {
	0% {
		-webkit-transform: scale3d(1.05, 1.05, 1);
		opacity: 0;
		transform: scale3d(1.05, 1.05, 1);
	}

	to {
		-webkit-transform: none;
		opacity: 1;
		transform: none;
	}
}

@-webkit-keyframes fadeUp {
	0% {
		-webkit-transform: translateY(20px);
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		-webkit-transform: none;
		opacity: 1;
		transform: none;
	}
}

@keyframes fadeUp {
	0% {
		-webkit-transform: translateY(20px);
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		-webkit-transform: none;
		opacity: 1;
		transform: none;
	}
}

@-webkit-keyframes elasticus {
	0% {
		-webkit-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
	}

	50% {
		-webkit-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	50.1% {
		-webkit-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	100% {
		-webkit-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
	}
}

@keyframes elasticus {
	0% {
		-webkit-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
	}

	50% {
		-webkit-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	50.1% {
		-webkit-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	100% {
		-webkit-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
	}
}
@-webkit-keyframes morphing {
	0% {
		border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
	}

	25% {
		border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
	}

	50% {
		border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
	}

	75% {
		border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
	}
}

@keyframes morphing {
	0% {
		border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
	}

	25% {
		border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
	}

	50% {
		border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
	}

	75% {
		border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
	}
}

@keyframes namiKvAnime {
  0% {
    transform: translate3d(-2.4285714286vw, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } 
}
@-webkit-keyframes namiKvAnime {
  0% {
    -webkit-transform: translate3d(-2.4285714286vw, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0); } 
}
/*namiTopAnime
ーーーーーーーーーーーーーーーーーーーーーーーー */
@keyframes namiTopAnime {
  0% {
    transform: translate3d(-17px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } 
}
@-webkit-keyframes namiTopAnime {
  0% {
    -webkit-transform: translate3d(-17px, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0); } }
	
/* 首頁左視覺 */
.branch .weather {
    position: absolute;
    top: -1px;
    right: 0;
	right: -155px;
    padding: 0.9285714286vw 15px 1.0714285714vw;
    background-color: #fff;
    border-bottom-right-radius: 1.4285714286vw;
    z-index: 555;
}
.branch .weather:before, .weather:after {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        width: 1.5714285714vw;
        height: 1.5714285714vw;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-image: url("../../img/weather__corner.svg"); }
.branch .weather:before {
        top: -0.1428571429vw;
        right: auto;
        left: 128px 
}
.branch .weather:after {
        top: calc(100% - 0.1428571429vw);
        right: auto;
        left: 33px; 
}
.text--red {
    color: #cb2e27;
}
.branch .weather dl dt span {
    display: block;
    position: absolute;
    width: 1.7857142857vw;
    height: 1.7857142857vw;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.branch .weather dl dt.sun span {
    background-image: url("../../img/weather__icon--sun.svg"); }
.branch .weather dl dt.cloud span {
    background-image: url("../../img/weather__icon--cloud.svg"); }
.branch .weather dl dt.suncloud span {
            background-image: url("../../img/weather__icon--suncloud.svg"); }
.branch .weather dl dt.rain span {
            background-image: url("../../img/weather__icon--rain.svg"); }
.branch .weather dl dd {
    font-size: 12px;
    font-weight: 600;
}
.branch .weather dl {
    text-align: center;
}
.branch .weather dl dt, .weather dl dd {
    line-height: 1;
    white-space: nowrap;
}
.branch .weather dl dt {
    position: relative;
    display: inline-block;
    font-size: 26px;
    padding-left: 40px;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
    width: 60px;
}
.branch .weather dl dt.text--num strong{font-size: 28px;}
.branch .kv_main-img-nami {
    position: absolute;
    width: calc(120 / 480 * 100%);
    height: 4.5714285714vw;
    top: 110px;
    right: -100px;
    overflow: hidden;
    z-index: 555;
}
.branch .kv_main-img-nami span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    width: calc(100% + 2.4285714286vw);
    background-image: url(../../img/kv--nami.png);
    background-repeat: repeat-x;
    background-position: left center;
    background-size: 2.4285714286vw auto;
    animation: namiKvAnime 1.5s linear infinite;
    -webkit-animation: namiKvAnime 1.5s linear infinite;
}

/*view all button------------------------------------------------------------*/
.mod-button_outer {
	text-align: center;
}

.mod-button.mod-button_02 {
	color: #333333;
	border: 2px solid #cacbcf;
	margin: 50px auto 0;
}

@media screen and (max-width: 767px) {
	.mod-button.mod-button_02 {
		margin: 30px auto 0;
	}
}

.mod-button.mod-button_02:hover {
	color: #c0191f;
	border-color: #c0191f;
}

.mod-button {
	max-width: 400px;
	min-width: 250px;
	padding: 17px 30px;
	font-size: 0.95rem;
}

@media screen and (max-width: 767px) {
	.mod-button {
		min-width: 200px;
		padding: 15px 40px;
	}
}

.mod-button {
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	border-radius: 4px;
	transition: all 0.2s ease;
}

.mod-button span {
	position: relative;
	display: inline-block;
	transition: all 0.2s ease;
}

.mod-button span:after {
	width: 6px;
	height: 12px;
	top: calc(50% - 6px);
	right: -14px;
	opacity: 0;
	position: absolute;
	content: '';
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}

.mod-button.mod-button_02 span:after {
	right: -8px;
	background-image: url(../../img/module/ico_arrow_btn_b.svg);
	transition: all 0.2s ease;
}

.mod-button.mod-button_02:hover span:after {
	opacity: 1;
	right: -16px;
}

.mod-button.mod-button_02:hover span {
	-webkit-transform: translateX(-4px);
	transform: translateX(-4px);
}


@media screen and (max-width: 767px) {
	#top-page .main {
		margin-top: 50px;
	}
}

#top-page .cmn-header {
	border-bottom: none;
}

.section-title_wrap {
	text-align: center;
}

@media screen and (min-width: 768px) {
	.section-title_wrap {
		padding-top: 130px;
	}
}

@media screen and (max-width: 767px) {
	.section-title_wrap {
		padding-top: 59px;
	}
}

.section-title_wrap h2.section-title {
	line-height: 1.2;
	font-family: 'kollektif Medium';
	letter-spacing: .08em;
}

@media screen and (min-width: 768px) {
	.section-title_wrap h2.section-title {
		font-size: 32px;
	}
}

@media screen and (max-width: 767px) {
	.section-title_wrap h2.section-title {
		font-size: 24px;
	}
}

.section-title_wrap p {
	line-height: 1.75;
	color: #666666;
}

@media screen and (min-width: 768px) {
	.section-title_wrap p {
		margin-top: 10px;
		font-size: 17px;
	}
}

@media screen and (max-width: 767px) {
	.section-title_wrap p {
		margin-top: 5px;
		font-size: 0.95rem;
	}
}

@media screen and (min-width: 768px) {
	.view-all_button {
		margin: 50px auto 0;
		padding-bottom: 130px;
		width: 250px;
	}
}

@media screen and (max-width: 767px) {
	.view-all_button {
		padding-bottom: 60px;
		width: 200px;
		margin: 60px auto 0;
	}
}

.view-all_button a {
	display: block;
	color: #666666;
	padding: 20px;
	border: 2px solid #cacbcf;
	border-radius: 4px;
	margin: 0 auto;
	font-size: 14px;
	transition: .15s;
	text-align: center;
	letter-spacing: 0.16em;
	font-family: 'kollektif Medium';
}

@media screen and (min-width: 768px) {
	.view-all_button a:hover {
		border-color: #c0191f;
		color: #c0191f;
	}
}

.main-visual {
	position: relative;
}

@media screen and (min-width: 768px) {
	.main-visual {
		width: 100%;
		min-height: 750px;
	}
}

@media screen and (max-width: 767px) {
	.main-visual {
		margin-top: 0;
	}
}

@media screen and (min-width: 768px) {
	.main-visual .main-visual_content--wrap {
		margin: 0 auto;
		padding: 0 3.5vw;
	}
}

.main-visual .main-bg {
	position: relative;
	z-index: 5;
	background-color: #bab3a1;
	overflow: hidden;
}

@media screen and (min-width: 768px) {
	.main-visual .main-bg {
		width: 100%;
		height: calc(100% - 3.5vw);
		min-height: 550px;
	}
}

@media screen and (max-width: 767px) {
	.main-visual .main-bg {
		width: calc(100% - 20px);
		margin: 0 auto;
	}
	.main-visual .main-visual_content--wrap {
		margin:0 auto;
	}
}

.main-visual .main-bg .main-theme {
	position: absolute;
	opacity: 1;
	z-index: 1;
}

@media screen and (min-width: 768px) {
	.main-visual .main-bg .main-theme {
		position: absolute;
		width: 35vw;
		top: 58%;
		left: 16vw;
		max-width: 400px;
		min-width: 295px;
		transition: .1s linear;
	}

	.main-visual .main-bg .main-theme:hover {
		opacity: .75;
	}
}

@media screen and (max-width: 767px) {
	.main-visual .main-bg .main-theme {
		bottom: 30px;
		left: 32px;
		width: 194px;
		height: auto;
		z-index: 100;
	}
}

.main-visual .main-bg .main-theme img {
	width: 100%;
	height: auto;
}

.main-visual .main-bg .main-theme .Hero-text1 {
	opacity: 0;
	font-size: 1.3rem;
	font-weight: bold;
}

.main-visual .main-bg .main-theme .Hero-text1.visible {
	-webkit-animation-name: fadeinup;
	animation-name: fadeinup;
	-webkit-animation-duration: 1.4s;
	animation-duration: 1.4s;
	-webkit-animation-delay: .7s;
	animation-delay: .7s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.main-visual .main-bg .main-theme .Hero-text2 {
	opacity: 0;
}

@media screen and (min-width: 768px) {
	.main-visual .main-bg .main-theme .Hero-text2 {
		margin: 20px 0 0 0;
	}
}

@media screen and (max-width: 767px) {
	.main-visual .main-bg .main-theme .Hero-text2 {
		margin: 10px 0 0 0;
	}
}

.main-visual .main-bg .main-theme .Hero-text2.visible {
	-webkit-animation-name: fadeinup;
	animation-name: fadeinup;
	-webkit-animation-duration: 1.4s;
	animation-duration: 1.4s;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.main-visual .main-bg .main-theme .Hero-text3 {
	display: flex;
	align-items: center;
	transition: .1s linear;
	opacity: 0;
	color: #fff;
	font-size: 1.3rem;
	-webkit-animation-name: fadeinup;
	animation-name: fadeinup;
	-webkit-animation-duration: 1.4s;
	animation-duration: 1.4s;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.main-visual .main-bg .main-theme .Hero-text3 .watch-button {
	border-radius: 50%;
	border: 1px solid #fff;
	width: 40px;
	height: 40px;
	position: relative;
	margin-right: 8px;
}

@media screen and (max-width: 767px) {
	.main-visual .main-bg .main-theme .Hero-text3 .watch-button {
		width: 30px;
		height: 30px;
	}
}

.main-visual .main-bg .main-theme .Hero-text3 .watch-button:after {
	display: block;
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	width: 0px;
	height: 0px;
}

@media screen and (min-width: 768px) {
	.main-visual .main-bg .main-theme .Hero-text3 .watch-button:after {
		left: calc(50% - 5px);
		border: 6px solid transparent;
		border-left: 12px solid #FFF;
	}
}

@media screen and (max-width: 767px) {
	.main-visual .main-bg .main-theme .Hero-text3 .watch-button:after {
		left: calc(50% - 3px);
		border: 4px solid transparent;
		border-left: 8px solid #FFF;
	}
}

@media screen and (min-width: 768px) {
	.main-visual .main-bg .main-theme .Hero-text3 {
		margin: 30px 0 0 0;
	}
}

@media screen and (max-width: 767px) {
	.main-visual .main-bg .main-theme .Hero-text3 {
		margin-top: 15px;
		font-size: 0.95rem;
	}
}

.main-visual .main-bg .main-theme .Hero-text3:hover {
	opacity: .75;
}

.main-visual .main-bg .main-theme.fadeUp {
	-webkit-animation: fadeUp 1.4s forwards;
	animation: fadeUp 1.4s forwards;
}

@media screen and (min-width: 768px) {
	.main-visual .main-bg .main-bg_fadeIn {
		position: relative;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center top;
		text-align: center;
		opacity: 0;
		display: inline-block;
	}

	.main_slider {
		position: relative;
		z-index: 5;
		width: 100%;
		height: calc(100% - 3.5vw);
		min-height: 550px;
	}

	.main-visual .main-bg.bg1 {
		background-image: url('../../img/slider06.jpg');
	}

	.main-visual .main-bg.bg2 {
		background-image: url('../../img/slider08.jpg');
	}

	.main-visual .main-bg .main-bg_fadeIn img {
		height: calc(100vh - 180px);
		-o-object-fit: cover;
		object-fit: cover;
		min-height: 100%;
		min-width: 100%;
		font-family: "object-fit:cover;";
	}
}

.main-visual .main-bg .main-bg_fadeIn.fadeIn {
	-webkit-animation: fadeZoom 1s forwards;
	animation: fadeZoom 1s forwards;
}

@media screen and (max-width: 767px) {
	.main-visual .main-bg .main-bg_fadeIn {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.main-visual .main-bg .main-bg_fadeIn--sp {
		background-image: url("../../img/top/img_main-sp.jpg");
		position: relative;
		z-index: 5;
		opacity: 0;
		display: block;
		height: 401px;
		width: 100%;
		background-size: cover;
		background-position: center top;
		background-repeat: no-repeat;
	}
}

@media screen and (min-width: 768px) {
	.main-visual .main-bg .main-bg_fadeIn--sp {
		display: none;
	}
}

.main-visual .main-bg .main-bg_fadeIn--sp img {
	width: 100%;
	display: block;
}

.main-visual .main-bg .main-bg_fadeIn--sp.fadeIn {
	-webkit-animation: fadeZoom 2s forwards;
	animation: fadeZoom 2s forwards;
}

.main-visual .main-bg_color {
	position: absolute;
	background-color: #c0191f;
	z-index: 0;
	right:0;
}

@media screen and (min-width: 768px) {
	.main-visual .main-bg_color {
		width: 30%;
		height: 55vh;
		bottom: 10px;
	}
}

@media screen and (max-width: 767px) {
	.main-visual .main-bg_color {
		width: 40%;
		height: 250px;
		top: 180px;
	}
}

@media screen and (min-width: 768px) {
	.main-visual #scroll-title {
		position: absolute;
		display: none;
		text-transform: uppercase;
		font-size: 13px;
		font-weight: bold;
		letter-spacing: 0.3em;
		text-align: center;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		margin-bottom: 40px;
		right: 70px;
		bottom: 100px;
		z-index: 100;
		color: #FFFFFF;
	}

	.main-visual #scroll-down {
		position: absolute;
		display: none;
		padding-top: 79px;
		text-align: center;
		width: 100px;
		right: 65px;
		bottom: 10px;
		z-index: 100;
	}

	.main-visual #scroll-down::before {
		-webkit-animation: elasticus 2.9s cubic-bezier(1, 0, 0, 1) infinite;
		animation: elasticus 2.9s cubic-bezier(1, 0, 0, 1) infinite;
		position: absolute;
		top: 0px;
		left: 55%;
		margin-left: 0px;
		width: 1px;
		height: 90px;
		background: #fff;
		content: '';
	}
}

@media screen and (max-width: 767px) {
	.main-visual #scroll-title {
		display: none;
	}

	.main-visual #scroll-down {
		display: none;
	}

	.main-visual #scroll-down::before {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.main-visual .main-news_wrap {
		width: 69%;
		margin-top: 2.5vw;
		margin-bottom:2.5vw;
		display:block;
		position:relative
	}
}

@media screen and (max-width: 767px) {
	.main-visual .main-news_wrap {
		width: calc(100% - 30px);
		margin: auto;
		margin-top: 15px;
	}
}

.main-visual .main-news_wrap .main-news {
	color: #666666;
	line-height: 1.6;
}

@media screen and (min-width: 768px) {
	.main-visual .main-news_wrap .main-news {
		padding-right: 50px;
		font-size: 1.1rem;
		line-height: 2;
	}

	.main-visual .main-news_wrap .main-news a {
		color: #c0191f
	}
}

@media screen and (max-width: 767px) {
	.main-visual .main-news_wrap .main-news {
		font-size: 12px;
	}
}

.p-headline_sec {
	position: relative;
}

.p-headline_sec .p-headline_sec_wrapper li a {
	position: relative;
	display: block;
}

.p-headline_sec .p-headline_sec_wrapper li a time {
	font-weight: bold;
	font-size: 15px;
	color:#666;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.p-headline_sec .p-headline_sec_wrapper li a .p-headline-unit_description {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

@media only screen and (min-width: 641px) {
	.p-headline_sec .p-headline_sec_head {
		position: absolute;
		top: 0;
		left: 0;
		float: left;
		padding: 17px 24px 0 0px;
		width: 146px;
	}

	.p-headline_sec .p-headline_sec_head h2 {
		padding-left: 24px;
		position: relative;
		font-weight:bold;
		font-size:24px;
		color:#00587c;
		border-left: 4px solid #ccc;
		vertical-align: middle;
		line-height: 24px;
	}

	.p-headline_sec .p-headline_sec_wrapper {
		margin-left: 150px;
		padding: 0 0 0 24px;
	}

	.p-headline_sec .p-headline_sec_wrapper li {
		width: 100%;
		height: 55px;
		border-bottom: 1px solid #ddd;
		vertical-align: middle;
	}
	
	.p-headline_sec .p-headline_sec_wrapper li:last-child{
		border-bottom: 0px;
	}
	
	.p-headline_sec .p-headline_sec_wrapper li:hover{
		background-color:#fafafa;
	}

	.p-headline_sec .p-headline_sec_wrapper li a time {
		position: absolute;
		left: 0;
		display: block;
		padding: 0 16px 0 4px;
		width: 100px;
		white-space: nowrap;
		height: 55px;
		vertical-align: middle;
		line-height: 55px;
	}

	.p-headline_sec .p-headline_sec_wrapper li a time:after {
		position: absolute;
		top: 19px;
		right: 0;
		display: block;
		width: 2px;
		height: 17px;
		border-right: 1px solid #e0e0e0;
		border-left: 1px solid #e0e0e0;
		content: '';
	}

	.p-headline_sec .p-headline_sec_wrapper li a .p-headline-unit_description {
		padding: 0 16px 0 136px;
		height: 55px;
		vertical-align: middle;
		line-height: 55px;
	}

	.p-headline_sec .p-headline_sec_wrapper li a .p-headline-unit_description p {
		display: inline-block;
		overflow: hidden;
		width: 100%;
		font-size:1.2rem;
		text-overflow: ellipsis;
		white-space: nowrap;
		line-height: 55px;
	}
}

@media only screen and (max-device-width: 640px) and (min-device-width: 320px), (max-width: 640px) {
	.p-headline_sec .p-headline_sec_head {
		padding: 5px 10px;
	}

	.p-headline_sec .p-headline_sec_wrapper li {
		position: relative;
		margin: 10px 0;
		border-bottom:1px dotted #ccc;
		padding: 0 10px;
		padding-bottom:10px;
	}
	
	.p-headline_sec .p-headline_sec_wrapper li:last-child{
		border-bottom:0;
	}

	.p-headline_sec .p-headline_sec_wrapper li a time {
		display: inline;
		margin-right: .5em;
	}

	.p-headline_sec .p-headline_sec_wrapper li a .p-headline-unit_description {
		display: inline;
	}

	.p-headline_sec .p-headline_sec_wrapper li a .p-headline-unit_description p {
		display: inline;
	}
}


/*organic_circle-------------------------------------------------------*/
.ttt img {
	width: 547px;
	padding: 70px 130px 70px 0;
	display: block;
	float: right;
}

.organic_circle {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	background-position: center;
	background-size: cover;
	border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
	-webkit-animation: morphing 10s infinite;
	animation: morphing 10s infinite;
	overflow: hidden;
}

@media screen and (min-width: 768px) {
	.organic_circle {
		width: 30vw;
		height: 30vw;
		min-width: 400px;
		min-height: 400px;
		margin-right: 4vw;
	}
}

@media screen and (max-width: 767px) {
	.organic_circle {
		width: 233px;
		height: 243px;
		margin: 30px auto 0;
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);
	}
}



#slide {
	margin: 0 auto;
	position: relative;
}

@media screen and (min-width: 768px) {
	#slide {
		width: 30vw;
		height: 30vw;
		min-width: 400px;
		min-height: 400px;
	}
}

@media screen and (max-width: 767px) {
	#slide {
		width: 233px;
		height: 243px;
	}
}

#slide img {
	position: absolute;
	left: 0;
	top: 0;
}

@media screen and (min-width: 768px) {
	#slide img {
		width: 30vw;
		height: 30vw;
		min-width: 400px;
		min-height: 400px;
	}
}

@media screen and (max-width: 767px) {
	#slide img {
		width: 233px;
		height: 243px;
	}
}

/* 新聞區塊*/

.news-top-hed-list-area {
	display: block
}

.news-top-hed-list-area .news-top-hed-list {
	margin: 30px 0 10px 0;
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width:100%;
	position:relative;
}
.news-top-hed-list-area .news-top-hed-list li {
	margin: 0;
	padding: 0;
	flex:0 0 32%;
	background: none;
}
.news-top-hed-list-area .news-top-hed-list a:hover .news-top-hed-list-body {
    box-shadow: 0 3px 11px 5px #E8E8E8;
    background-color: #FFF;
}
.news-top-hed-list-area .news-top-hed-list-date {
	margin-bottom: 10px;
	font-size: 0.8rem;
	color:#666;
	letter-spacing: 0.5px;
    line-height: 1.4;
}

.news-top-hed-list-area .news-top-hed-list-body {
	position: relative;
	transition: all .2s ease;
}

.news-top-hed-list-area .news-top-hed-list-image {
	position: relative;
	width: 100%;
	height: 208px;
	background-position: 50%;
	background-size: cover;
}

.news-top-hed-list-area .news-top-hed-list-text {
	padding: 15px;
}

.news-top-hed-list-area .news-top-hed-list-title {
	font-size: 1.2rem;
	letter-spacing: 0.1px;
    line-height: 1.35;
}

.news-top-hed-list-area .news-top-hed-list-tags {
	margin-top: 10px;
}

.news-top-hed-list-area .news-top-hed-list-tags span {
	background-color: #FFF;
}

.p-news {
	background: #e8e8e8;
}

.p-news ul{width:100%;}
.p-news ul .newlist_data {
	background: #fff;
}

.p-news ul .newlist_data article {
	position: relative;
}

.c-title {
	position: relative;
}

.c-title.with-border:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 50px;
	height: 4px;
	background: #ccc;
	content: '';
}



.p-news ul .newlist_data article>div .newlist_data_tag {
	height: 100%;
}

.p-news ul .newlist_data article footer time {
	position: relative;
	display: block;
	width: 100%;
	font-weight: bold;
	font-size: 0.95rem;
}
.p-news ul .newlist_data article footer h6{font-size:12px;}
.no-touch .p-news ul .newlist_data article footer a:hover {
	background: #6f24b0;
}


.p-news.l-section{padding-top:2em; width:100%;}
.h-news.pl-section{padding-top:2em; padding-bottom:2em;width:100%; border-top:1px solid #ddd; background-color:#ebeff1}
@media only screen and (min-device-width: 768px) and (min-width: 641px) {
	.l-section {
		padding: 54px 0 54px 0;
	}

	.p-news ul {
		margin-top: 20px;
	}
	
	.p-news ul .newlist_data {
		padding: 9px;
		background: #fff;
	}

	.p-news ul .newlist_data+.newlist_data {
		margin-top: 2px;
	}

	.p-news ul .newlist_data article>div {
		margin-left: 212px;
		padding-right: 186px;
		padding-left: 30px;
		height: 100%;
	}

	.p-news ul .newlist_data article>div header {
		padding: 20px 0;
	}

	.p-news ul .newlist_data article>div header a {
		display: block;
	}

	.p-news ul .newlist_data article>div header h3 {
		font-size: 1.2rem;
	}

	.p-news ul .newlist_data article>div .newlist_data_tag {
		position: absolute;
		top: 0;
		right: 0;
		padding-right: 11px;
		padding-left: 30px;
		width: 135px;
	}

	.p-news ul .newlist_data article>div .newlist_data_tag a {
		position: absolute;
		top: 50%;
		margin-top: -0.75em;
		width: 103px;
		border-width: 3px;
	}

	.p-news ul .newlist_data article footer a {
		margin-top: 6px;
	}

	.p-news ul .newlist_data article footer time .c-icon, .p-news .p-gh .p-slidemenu .p-slidemenu_ul--sub ul .newlist_data article footer time li a:before, .p-gh .p-slidemenu .p-slidemenu_ul--sub .p-news ul .newlist_data article footer time li a:before, .p-news .p-gh .p-slidemenu .p-slidemenu_ul--sub ul li .newlist_data article footer time a:before, .p-gh .p-slidemenu .p-slidemenu_ul--sub .p-news ul li .newlist_data article footer time a:before, .p-news ul .newlist_data .p-event .p-event_carousel_main .p-event_carousel_unit article footer time .place:before, .p-event .p-event_carousel_main .p-event_carousel_unit .p-news ul .newlist_data article footer time .place:before {
		position: absolute;
		top: -2px;
		right: 28px;
	}

	.p-news ul .newlist_data article footer {
		position: absolute;
		top: 0;
		left: 0;
		padding: 0 0 0 11px;
		width: 212px;
		height: 100%;
		background: #fafafa;
	}

	.p-news ul .newlist_data article footer .newlist_data_l_inner {
		position: relative;
		top: 50%;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.p-news ul .newlist_data article footer:after {
		position: absolute;
		top: 0;
		right: 0;
		width: 4px;
		height: 100%;
		content: '';
	}

	.c-title {
		padding-bottom: 30px;
		font-size: 24px;
		font-weight: bold;
		color:#00587c;
		letter-spacing:0;
	}

}
.c-icon--arrow1:before {
    content: '\e905';
	    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: 'icomoon' !important;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
}
		
@media only screen and (max-device-width: 640px) and (min-device-width: 320px), (max-width: 640px){
.l-section, .p-news.l-section {
    padding: 32px 0 32px 0;
}

.c-title.with-border, .p-headline_sec_head h2{padding-bottom:20px; margin-bottom:15px;}
.c-title.with-border:after, .p-headline_sec_head:after {
    left: 0%;
}
.p-headline_sec_head h2:after {
    position: absolute;
    top:45px;
    left: 10px;
    display: block;
    width: 50px;
    height: 4px;
    background: #ccc;
    content: '';
}	
.news-top-hed-list-area .news-top-hed-list {
    margin: 50px 15px;
}
.news-top-hed-list-area .news-top-hed-list li{width:100%; margin:0 auto;}
.c-tags>a, .c-tags>span {
    padding: 3px 6px;
    font-size: 14px;
}
.p-news ul .newlist_data article>div {
    position: relative;
    padding: 28px 13px 10px 13px;
}
.p-news ul .newlist_data+.newlist_data {
    margin-top: 8px;
}
.p-news ul .newlist_data article>div header h3 {
    padding: 10px 0;
    line-height: 1.8;
    font-size: 1.1rem;
}

.p-news ul .newlist_data article>div .newlist_data_tag.c-tags a {
    padding: 0 4px;
    padding: 7px 21px;
    line-height: 100%;
    font-size: 0.95rem;
}
.p-news ul .newlist_data article footer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
}
.p-news ul .newlist_data article footer time {
    padding: 5px 13px 0 13px;
    width: auto;
    height: 24px;
    vertical-align: middle;
    line-height: 24px;
}
.p-news ul .newlist_data article footer h6{
	padding:0 13px;
}
.p-news ul .newlist_data article footer time .c-icon, .p-news .p-gh .p-slidemenu .p-slidemenu_ul--sub ul .newlist_data article footer time li a:before, .p-gh .p-slidemenu .p-slidemenu_ul--sub .p-news ul .newlist_data article footer time li a:before, .p-news .p-gh .p-slidemenu .p-slidemenu_ul--sub ul li .newlist_data article footer time a:before, .p-gh .p-slidemenu .p-slidemenu_ul--sub .p-news ul li .newlist_data article footer time a:before, .p-news ul .newlist_data .p-event .p-event_carousel_main .p-event_carousel_unit article footer time .place:before, .p-event .p-event_carousel_main .p-event_carousel_unit .p-news ul .newlist_data article footer time .place:before {
    display:none
}
.news-top-hed-list-area .news-top-hed-list li {flex:0 0 100%;}
.p-news ul .newlist_data article footer a{position:absolute;top:0;right:0;pointer-events:all;height:24px;vertical-align:middle;line-height:24px}
}
@media screen and (max-width: 640px){
.news-top-hed-list-area .news-top-hed-list {
    margin: 0 0 20px;
}
.news-top-hed-list-area .news-top-hed-list-date {
    margin-bottom: 8px;
}
.news-top-hed-list-area .news-top-hed-list-image {
    width: auto;
    height: 204px;
}
.news-top-hed-list-area .news-top-hed-list-text {
    padding: 10px 0;
}
.news-top-hed-list-area .news-top-hed-list-tags {
    margin-top: 8px;
}
.news-top-hed-list-area .news-top-hed-list li ~ li {
    margin-top: 20px;
}
}
@media only screen and (min-device-width:320px) and (max-device-width:767px) and (orientation:landscape){
	.p-news ul .newlist_data article footer time{padding:0 13px;width:auto;height:24px;vertical-align:middle;line-height:24px}
	.p-news ul .newlist_data article footer a{position:absolute;top:0;right:0;pointer-events:all;height:24px;vertical-align:middle;line-height:24px}
}
	.no-touch .p-news ul .newlist_data article footer a:hover{background:#6f24b0}
	.touch .p-news ul .newlist_data article footer a.hover{background:#6f24b0}
	@media only screen and (min-width:641px) and (min-device-width:768px){
	.p-news ul .newlist_data+.newlist_data{margin-top:4px}
	}
/*fifth section--------------------------------------------------------------------------*/
.first-section {
	position: relative;
	width: 100%;
}

.first-section .static {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
@media screen and (max-width: 768px) {
	.first-section .static {
	position: relative;
	display:block;
	width: 100%;
	z-index:5;
	}
	.first-section{padding-bottom:20px;}
}
.first-section .branch {
	position: relative;
	width: 308px;
	top: 0;
	left: 0;
	z-index: 10;
}

.first-section .slider-contents {
	width: calc(100% - 368px);
	z-index:5;
}

.first-section .main-visual .slick-slide {
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	width: 100vw;
	height: calc(100vh - 235px);
	min-height: 705px;
}

.first-section .slick-slide.slider01 {
	background-image: url(../../img/slideH01.png);
}

.first-section .slick-slide.slider02 {
	background-image: url(../../img/slideH02.png);
}

.first-section .slick-slide.slider03 {
	background-image: url(../../img/slideH03.png);
}

.first-section .slick-slide.slider04 {
	background-image: url(../../img/slideH04.jpg);
}

.first-section .slick-slide.slider05 {
	background-image: url(../../img/slideH05.jpg);
}

.first-section .slick-slide.slider06 {
	background-image: url(../../img/slideH06.jpg);
}
@media screen and (max-width: 768px) {
.first-section .slider-contents {
    width: calc(100% - 20px);
    margin: 0 auto;	
	padding:0 0 0 0;
	position:relative;
	display:block;
}
.first-section .main-visual .slick-slide{
	height: calc(90vh - 455px);
	min-height:310px
}	
}
.sub-logo {
	width: 100%;
}

.sub-logo svg {
	width: 100%;
}
.contact-info ul{display:flex; flex-wrap:wrap;}
.contact-info ul li{
	padding:0;
	font-size:16px;
	padding-left:24px;
	padding-right:5px;
	line-height:1.5
}
.contact-info ul li a{color:#c0191f; line-height:1.5}
.contact-info ul li.addr{ background:url(../../img/address.svg) left center no-repeat; background-size:20px;width:100%; }
.contact-info ul li.tel{background:url(../../img/phone.svg) left center no-repeat;background-size:20px;width:40%; }
.contact-info ul li.fax{background:url(../../img/fax.svg) left center no-repeat;background-size:20px; width:40%; }
@media screen and (min-width: 768px) {
	h1.title .lunbo {
		font-size: 0.95rem;
		padding: 0;
		display: block;
		position: relative;
		height:68px;
		overflow:hidden;
		margin-top:5px;
		margin-bottom: 5px;
	}
	
	h1.title .lunbo ul li{
        width: 100%;
        height:60px;
		line-height: 1.35;
        font-size: 0.95rem;
        color: #b61d22;
        text-align: left;
    }
	h1.title .lunbo:after{
		content:"";
		position:absolute;
		left:0;
		bottom:0;
		width:100%;
		height:3px;
		background-color:#222;
	}

	h1.title {
		font-size: 1rem;
	}

	h1.title address {
		font-style: normal
	}
	
	.mainbg{height:calc(100vh - 700px);display:block; margin-bottom:5px;position:relative}
	
	.taipei{ background:url(../../img/taipei-img.jpg); background-size:cover; background-position:bottom center}
	.tamsui{ background:url(../../img/tamsui-img.jpg); background-size:cover; background-position:bottom center}
	
	.first-section .city-slide_container .city-slide_wrap {
		width: 100%;
		margin-top: 0;
		border-radius: 1.8571428571vw;
    overflow: hidden;
	}

	.main-visual .city-slide_container {
		position: relative;
		z-index: 5;
		width: 100%;
		height: 100%;
		min-height: 610px;
	}

	.branch .qmenu {
		display: flex;
		flex-wrap: wrap;
		justify-content:space-between;
		width: 100%;
	}

	.branch .qmenu .menu-dropdown_button {
		position: relative;
		background-color: #bab3a1;
		border-radius: 4px;
		height: 85px;
		transition: .3s ease;
		margin-top: 11px;
	}
	.branch .qmenu .menu-dropdown_button.notop{margin-top: 5px;}
	.branch .qmenu .menu-dropdown_button.red {
		background-color: #fdddde;
	}
	
	.branch .qmenu .menu-dropdown_button.blue {
		background-color: #cfe3e8;
	}
	
	.branch .qmenu .menu-dropdown_button.sw img {
		position: absolute;
		width: 58px;
		height: 58px;
		top: 0px;
		left: 17px;
	}
	
	.branch .qmenu .menu-dropdown_button.sw span {
		color: #d31b23;
		display: block;
		padding: 55px 6px 12px;
		width: 83px;
		text-align: center;
		font-size: 18px;
		transition: .2s ease;
	}
	
	.branch .qmenu .menu-dropdown_button.sw span {
		color: #000
	}
	
	.branch .qmenu .menu-dropdown_button.red:hover {
		box-shadow: 0 0 0 2px #c0191f;
		background: #c0191f;
		border-radius: 2px;
	}
	
	.branch .qmenu .menu-dropdown_button.blue:hover {
		box-shadow: 0 0 0 2px #1583b5;
		background: #1583b5;
		border-radius: 2px;
	}
	
	.branch .qmenu .menu-dropdown_button.sw:hover span {
		color: #ffffff;
	}

	.branch .qmenu .menu-dropdown_button img {
		position: absolute;
		width: 58px;
		height: 58px;
		top: 0px;
		left: 41px;
	}

	.branch .qmenu .menu-dropdown_button span {
		color: #d31b23;
		display: block;
		padding: 55px 13px 16px;
		width: 122px;
		text-align: center;
		font-size: 18px;
		transition: .2s ease;
	}

	.branch .qmenu .menu-dropdown_button span {
		color: #000
	}

	.branch .qmenu .menu-dropdown_button:hover {
		box-shadow: 0 0 0 2px #d31b23;
		background: #d31b23;
		border-radius: 2px;
	}

	.branch .qmenu .menu-dropdown_button:hover span {
		color: #ffffff;
	}
	
}

@media screen and (max-width: 767px) {
	.first-section .city-slide_container .city-slide_wrap {
		margin-top: 25px;
	}
}

.first-section .city-slide_container .city-slide_wrap.slick-initialized {
	display: block;
}

.first-section .city-slide_container .city-slide_wrap .city-slide {
	position: relative;
}

.first-section .city-slide_container .city-slide_wrap .city-slide:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	opacity: 0.2;
	top: 0;
	z-index: 1;
	pointer-events: none;
}

.first-section .city-slide_container .city-slide_wrap .city-slide .city-slide_img {
	position: relative;
}

.first-section .city-slide_container .city-slide_wrap .city-slide .city-slide_img img {
	width: 100%;
	height: auto;
	opacity: 0.8;
	transition: .2s;
}

.first-section .city-slide_container .city-slide_wrap .city-slide a {
	display: block;
}

.first-section .city-slide_container .city-slide_wrap .city-slide:hover .watch-button {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	border: 2px solid #0e8bc2;
	background: #0e8bc2;
}

.first-section .city-slide_container .city-slide_wrap .city-slide:hover img {
	opacity: 1;
}

.first-section .city-slide_container .city-slide_wrap .city-slide .watch-button {
	position: absolute;
	z-index: 2;
	border-radius: 50%;
	border: 2px solid #fff;
}

@media screen and (min-width: 768px) {
	.first-section .city-slide_container .city-slide_wrap .city-slide .watch-button {
		width: 80px;
		height: 80px;
		top: calc(50% - 40px);
		left: calc(50% - 40px);
		transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	}
}

@media screen and (max-width: 767px) {
	.first-section .city-slide_container .city-slide_wrap .city-slide .watch-button {
		width: 60px;
		height: 60px;
		top: calc(50% - 30px);
		left: calc(50% - 30px);
	}
}

.first-section .city-slide_container .city-slide_wrap .city-slide .watch-button:after {
	display: block;
	content: "";
	position: absolute;
	border: 10px solid transparent;
	border-left: 15px solid #FFF;
	margin-left: -5px;
}

@media screen and (min-width: 768px) {
	.first-section .city-slide_container .city-slide_wrap .city-slide .watch-button:after {
		top: 30px;
		left: 50%;
		width: 0px;
		height: 0px;
	}
}

@media screen and (max-width: 767px) {
	.first-section .city-slide_container .city-slide_wrap .city-slide .watch-button:after {
		top: 20px;
		left: 50%;
		width: 0px;
		height: 0px;
	}
}

.first-section .city-slide_container .city-slide_wrap .city-slide .movie-title {
	z-index: 5;
}

@media screen and (min-width: 768px) {
	.first-section .city-slide_container .city-slide_wrap .city-slide .movie-title {
		position: absolute;
		width: 239px;
		bottom: 113px;
		right: -99px;
		opacity: 0;
	}
}

@media screen and (max-width: 767px) {
	.first-section .city-slide_container .city-slide_wrap .city-slide .movie-title {
		width: calc(100% - 30px);
		margin: 0 auto;
	}
}

.first-section .city-slide_container .city-slide_wrap .city-slide .movie-title .movie-detail {
	color: #999999;
}

@media screen and (min-width: 768px) {
	.first-section .city-slide_container .city-slide_wrap .city-slide .movie-title .movie-detail {
		font-size: 12px;
		margin-left: 31px;
		padding-top: 31px;
	}
}

@media screen and (max-width: 767px) {
	.first-section .city-slide_container .city-slide_wrap .city-slide .movie-title .movie-detail {
		margin-top: 12px;
		font-size: 12px;
	}
}

.first-section .city-slide_container .city-slide_wrap .city-slide .movie-title .movie-ttl {
	color: #333333;
}

@media screen and (min-width: 768px) {
	.first-section .city-slide_container .city-slide_wrap .city-slide .movie-title .movie-ttl {
		font-size: 0.95rem;
		margin-top: 6px;
		margin-left: 31px;
		width: 190px;
	}
}

@media screen and (max-width: 767px) {
	.first-section .city-slide_container .city-slide_wrap .city-slide .movie-title .movie-ttl {
		font-size: 14px;
		margin-top: 4px;
	}
}

@media screen and (min-width: 768px) {
	.first-section .city-slide_container .pagination-wrap {
		position: absolute;
		bottom: -50px;
		right: 70px;
		width: 460px;
	}
}

@media screen and (max-width: 767px) {
	.first-section .city-slide_container .pagination-wrap {
		position: absolute;
		width:calc(100% - 60px);
		margin: 0 auto;
		left:30px;		
		bottom: -50px;
	}
}


	.first-section .city-slide_container .pagination-wrap .movie-title_bg {
		background-color: #fff;
		width: 100%;
	}


.first-section .city-slide_container .pagination-wrap .movie-title_bg .movie-title {
	z-index: 5;
}

@media screen and (min-width: 768px) {
	.first-section .city-slide_container .pagination-wrap .movie-title_bg .movie-title {
		width: 100%;
		bottom: 100px;
		right: -99px;
	}
}

@media screen and (max-width: 767px) {
	.first-section .city-slide_container .pagination-wrap .movie-title_bg .movie-title {
		width: calc(100% - 30px);
		margin: 0 auto;
		bottom: 100px;
		right: -99px;
	}
}

.first-section .city-slide_container .pagination-wrap .movie-title_bg .movie-title .movie-detail {
	color: #999999;
}

@media screen and (min-width: 768px) {
	.first-section .city-slide_container .pagination-wrap .movie-title_bg .movie-title .movie-detail {
		font-size: 1.3rem;
		color: #c0191f;
		margin-left: 31px;
		padding-top: 31px;
		width: 410px;
	}
}

@media screen and (max-width: 767px) {
	.first-section .city-slide_container .pagination-wrap .movie-title_bg .movie-title .movie-detail {
		padding-top: 21px;
		font-size: 1.1rem;
		color: #c0191f;
	}
}

.first-section .city-slide_container .pagination-wrap .movie-title_bg .movie-title .movie-ttl {
	color: #333333;
}

@media screen and (min-width: 768px) {
	.first-section .city-slide_container .pagination-wrap .movie-title_bg .movie-title .movie-ttl {
		font-size: 1.1rem;
		line-height: 1.5;
		margin-top: 6px;
		margin-left: 31px;
		width: 410px;
		min-height: 80px;
		padding-bottom: 20px;
	}
}

@media screen and (max-width: 767px) {
	.first-section .city-slide_container .pagination-wrap .movie-title_bg .movie-title .movie-ttl {
		font-size: 14px;
		line-height: 1.5;
		margin-top: 6px;
		min-height: 100px;
		width: 100%;
	}
}

.first-section .city-slide_container .pagination-wrap .movie-pagination {
	background-color: #bab3a1;
	color: #c0191f;
}

@media screen and (min-width: 768px) {
	.first-section .city-slide_container .pagination-wrap .movie-pagination {
		width: 100%;
		height: 100px;
	}
}

@media screen and (max-width: 767px) {
	.first-section .city-slide_container .pagination-wrap .movie-pagination {
		height: 52px;
		width: 100%;
	}
}

.first-section .city-slide_container .pagination-wrap .movie-pagination .active-page {
	color: #ffffff;
}

@media screen and (min-width: 768px) {
	.first-section .city-slide_container .pagination-wrap .movie-pagination .slick-pagination {
		bottom: 28px;
		left: 95px;
		padding: 14px 5px;
		text-align: center;
		font-size: 22px;
		letter-spacing: .1em;
	}
}

@media screen and (max-width: 767px) {
	.first-section .city-slide_container .pagination-wrap .movie-pagination .slick-pagination {
		font-size: 0.95rem;
		padding-top: 18px;
		margin-left: calc(50% - 28px);
	}
}

.first-section .city-slide_container .slick-prev_movie {
	position: absolute;
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
	background-image: url(../../img/ico_arrow_slick_white.svg);
	background-repeat: no-repeat;
	background-size:14px 26px;
	background-position: center;
}

@media screen and (min-width: 768px) {
	.first-section .city-slide_container .slick-prev_movie {
		width: 60px;
		height: 26px;
		top: 50%;
		left:10px;
		z-index: 1;
		transition: .1s linear;
		cursor: pointer;
	}
}

@media screen and (max-width: 767px) {
	.first-section .city-slide_container .slick-prev_movie {
		width: 7px;
		height: 12px;
		bottom: -135px;
		left: calc(50% - 52px);
		z-index: 1;
	}
}

@media screen and (min-width: 768px) {
	.first-section .city-slide_container .slick-prev_movie:hover {
		opacity: 0.7;
	}
}

.first-section .city-slide_container .slick-next_movie {
	position: absolute;
	background-image: url(../../img/ico_arrow_slick_white.svg);
	background-repeat: no-repeat;
	background-size: 7px 13px;
	background-size:14px 26px;
	background-position: center;
	background-repeat:no-repeat;
}

@media screen and (min-width: 768px) {
	.first-section .city-slide_container .slick-next_movie {
		width: 60px;
		height: 26px;
		top: 50%;
		right: 10px;
		z-index: 1111;
		transition: .1s linear;
		cursor: pointer;
	}
}

@media screen and (max-width: 767px) {
	.first-section .city-slide_container .slick-next_movie {
		width: 7px;
		height: 12px;
		bottom: -135px;
		right: calc(50% - 52px);
		z-index: 1111;
	}
}

@media screen and (min-width: 768px) {
	.first-section .city-slide_container .slick-next_movie:hover {
		opacity: 0.5;
	}
}



/*modal------------------------------------*/
.lity-close {
	display: none;
}

.cmgallery_movie {
	width: 100%;
	margin: auto;
}

.cmgallery_movie img {
	width: 100%;
}

.cmgallery_movie--inner {
	position: relative;
	width: 100%;
	margin: auto;
	overflow: auto;
}

@media screen and (min-width: 768px) {
	.cmgallery_movie--inner {
		max-width: 1100px;
		padding: 80px 50px;
	}
}

@media screen and (max-width: 767px) {
	.cmgallery_movie--inner {
		height: 100vh;
		padding: 50px 15px 70px;
	}
}

.cmgallery_movie--inner .lity-close {
	display: block;
	position: absolute;
}

@media screen and (min-width: 768px) {
	.cmgallery_movie--inner .lity-close {
		margin: 40px 46px 0 0;
	}
}

@media screen and (max-width: 767px) {
	.cmgallery_movie--inner .lity-close {
		margin: 15px 12px 0 0;
	}
}

.cmgallery_movie--iframe {
	position: relative;
	max-height: 80vh;
	padding-top: 56.25%;
	margin: auto;
}

@media screen and (min-width: 768px) {
	.cmgallery_movie--iframe {
		margin: 0 auto 40px;
	}
}

@media screen and (max-width: 767px) {
	.cmgallery_movie--iframe {
		margin: 0 auto 20px;
	}
}

.cmgallery_movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.cmgallery_movie--title {
	color: #ffffff;
}

@media screen and (min-width: 768px) {
	.cmgallery_movie--title {
		font-size: 23px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 767px) {
	.cmgallery_movie--title {
		font-size: 1.1rem;
		margin-bottom: 10px;
	}
}

.cmgallery_movie--text {
	color: #ffffff;
	line-height: 2;
}

@media screen and (min-width: 768px) {
	.cmgallery_movie--text {
		font-size: 17px;
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 767px) {
	.cmgallery_movie--text {
		font-size: 14px;
		margin-bottom: 30px;
	}
}

.cmgallery_movie--link p + p {
	margin-top: 5px;
}

.cmgallery_movie--link a {
	color: #ffffff;
}

@media screen and (min-width: 768px) {
	.cmgallery_movie--link a {
		font-size: 0.95rem;
	}
}

@media screen and (max-width: 767px) {
	.cmgallery_movie--link a {
		font-size: 14px;
	}
}

@media screen and (min-width: 768px) {
	.cmgallery_movie--link a:hover {
		text-decoration: underline;
	}
}

.cmgallery_movie:hover {
	margin: 0;
}

/*ie edge------------------------------------------*/
@supports (-ms-ime-align: auto) {
	.main-visual .main-bg .thumbnail-up {
		display: none;
	}
  @	media screen and (min-width: 768px) {
		.main-bg_fadeIn {
      position: relative;
		background-image: url("../../img/top/img_main.jpg");
	}
} }

@media all and (-ms-high-contrast: none) {
	.main-visual .main-bg .thumbnail-up {
		display: none;
	}
}

@media all and (-ms-high-contrast: none) {
	.main-bg_fadeIn {
		background-image: url("../../img/top/img_main.jpg");
	}
}

/*特色醫療*/

.entrance-other {
	background: #fafafa;
	padding: 50px 0 65px;
}

.about-pickup-list2 {
	margin: 0px 30px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.about-pickup-list2 li {
	width: calc(25% - 10px);
	margin-bottom:25px;
	border-bottom: 2px solid #ccc;
	background: #fff;
	overflow:hidden;
}

.about-pickup-list2 a {
	display: block;
}

.about-pickup-img2 {
	background: #fff;
	position: relative;
	width: 100%;
	height: 150px;
	background-position: 50%;
	background-size: cover;
	overflow:hidden;
}

a:hover .about-pickup-img2 {
	transform: scale(1.1);
	transition:all 0.5s ease 0s;
}
.about-pickup-box2 {
	border-top: 4px solid #00587c;
	padding: 21px 20px 14px;
	min-height: 59px;
	z-index: 1;
	position: relative;
}
a:hover .about-pickup-box2{
	background:#e6eaf0;
	transition:all 0.5s ease 0s;
}
a:hover .about-pickup-box2:before {
	right: 14px;
	transition: all 0.2s ease;
}
.about-pickup-box2:before {
	font-family: 'icomoon' !important;
	content: '\e905';
	font-size: 28px;
	z-index: 1;
	position: absolute;
	bottom: 6px;
	right: 8px;
	color: #531B85;
}

.about-pickup-title2 {
	font-size: 1em;
}

.about-pickup-title2 span{
	min-height:50px;
	display:block;
	font-size:1.2rem;
}
.about-pickup-title2 [lang="zh-tw"] {
	color: #666;
	display: block;
	font-size: 0.95rem;
	padding-top:15px;
	padding-bottom: 10px;
	letter-spacing: 1px;
	font-style: normal;
}

@media screen and (max-width: 640px){
	.about-pickup-list2 {
   position:relative;
	width:100%;
	margin:0;
}
.about-pickup-list2 li {
    margin: 0 0 12px;
    width: 50%;
}
.about-pickup-img2{width:100%;height: 120px;}
.about-pickup-list2 a {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.about-pickup-box2:before {
    display:none;
}
.about-pickup-title2 span{padding-right:0px}
}

/* tab-切換*/

@media screen and (min-width: 768px) {
	.homenews-selector_container + .mod-sec {
		margin-top: 100px;
	}
}

@media screen and (max-width: 767px) {
	.homenews-selector_container + .mod-sec {
		margin-top: 50px;
	}
}

.homenews-selector_wrap {
	position: relative;
	display: flex;
	justify-content:center;
	margin:0 auto;
}

.homenews-selector_wrap .homenews-selector {
	display: block;
	flex-grow: 1;
	text-align: center;
	cursor: pointer;
	border-bottom: 3px solid #ccc;
	width: calc(100% / 3);
	background-color:#fff;
}

.homenews-selector_wrap .homenews-selector.selected{
	background-color:#d1deef
	
}
@media screen and (min-width: 768px) {
	.homenews-selector_wrap .homenews-selector {
		padding: 27px 7.5px 24px;
		font-size: 1.1rem;
	}
}

@media screen and (max-width: 767px) {
	.homenews-selector_wrap .homenews-selector {
		font-size: 0.95rem;
		padding: 16px 7.5px 22px;
	}
}

.homenews-selector_wrap #sliding-bar {
	content: '';
	position: absolute;
	background-color: #00587c;
	width: 20%;
	height: 3px;
	left: 0;
	bottom: 0px;
	transition: left 0.3s ease-out;
}

.prdct-content_area .prdct-content {
	display: none;
	opacity: 0;
	transition: .5s;
	transition-delay: .1s;
}

.prdct-content_area .prdct-content.selected {
	display: block;
	opacity: 1;
}

.prdct-content_area .prdct-content .prdct-newsinfo_wrap {
	display: flex;
	flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
	.prdct-content_area .prdct-content .prdct-newsinfo_wrap {
		margin-top: 2em;
		margin-bottom: 70px;
	}
}

@media screen and (max-width: 767px) {
	.prdct-content_area .prdct-content .prdct-newsinfo_wrap {
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

.prdct-content_area .prdct-content .prdct-newsinfo_wrap .prdct-newsinfo_link {
	position: relative;
	background-color: #eff6f9;
	box-sizing: border-box;
	color: #00587c;
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media screen and (min-width: 768px) {
	.prdct-content_area .prdct-content .prdct-newsinfo_wrap .prdct-newsinfo_link {
		margin-right: 20px;
	}
}

@media screen and (max-width: 767px) {
	.prdct-content_area .prdct-content .prdct-newsinfo_wrap .prdct-newsinfo_link {
		margin-right: 1.7%;
	}
}

.prdct-content_area .prdct-content .prdct-newsinfo_wrap .prdct-newsinfo_link:nth-child(-n+3) {
	margin-top: 0;
}

@media screen and (min-width: 768px) {
	.prdct-content_area .prdct-content .prdct-newsinfo_wrap .prdct-newsinfo_link:nth-child(3n) {
		margin-right: 0px;
	}
}

@media screen and (min-width: 768px) {
	.prdct-content_area .prdct-content .prdct-newsinfo_wrap .prdct-newsinfo_link {
		padding-top: 29px;
		padding-bottom: 30px;
		width: calc(33.3% - 40px / 3);
		margin-top: 20px;
		padding-right: 20px;
	}

	.prdct-content_area .prdct-content .prdct-newsinfo_wrap .prdct-newsinfo_link:hover {
		box-shadow: 0 10px 45px rgba(84, 133, 174, 0.2);
		background-color: #fff;
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}

	.prdct-content_area .prdct-content .prdct-newsinfo_wrap .prdct-newsinfo_link:hover span:after {
		right: 0;
		opacity: 1;
	}
}

@media screen and (max-width: 767px) {
	.prdct-content_area .prdct-content .prdct-newsinfo_wrap .prdct-newsinfo_link {
		width: calc(96.6% / 3);
		margin-top: 5px;
		min-height: 120px;
		font-size: 12px;
	}
}

.prdct-content_area .prdct-content .prdct-newsinfo_wrap .prdct-newsinfo_link .prdct-newsinfo_ico {
	position: absolute;
	width: 60px;
	height: 60px;
}

@media screen and (min-width: 768px) {
	.prdct-content_area .prdct-content .prdct-newsinfo_wrap .prdct-newsinfo_link .prdct-newsinfo_ico {
		top: calc(50%);
		left: 15px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

@media screen and (max-width: 767px) {
	.prdct-content_area .prdct-content .prdct-newsinfo_wrap .prdct-newsinfo_link .prdct-newsinfo_ico {
		top: 10px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

.prdct-content_area .prdct-content .prdct-newsinfo_wrap .prdct-newsinfo_link span {
	position: relative;
}

@media screen and (min-width: 768px) {
	.prdct-content_area .prdct-content .prdct-newsinfo_wrap .prdct-newsinfo_link span {
		position: relative;
		display: inline-block;
		padding-left: 88px;
		font-size: 0.95rem;
		padding-right: 15px;
	}

	.prdct-content_area .prdct-content .prdct-newsinfo_wrap .prdct-newsinfo_link span:after {
		position: absolute;
		content: '';
		background-image: url(/common/img/module/ico_arrow_btn_b.svg);
		background-size: 100%;
		background-position: center;
		width: 6px;
		height: 12px;
		right: 5px;
		top: 4px;
		opacity: 0;
		transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	}
}

@media screen and (max-width: 767px) {
	.prdct-content_area .prdct-content .prdct-newsinfo_wrap .prdct-newsinfo_link span {
		display: block;
		font-size: 13px;
		padding: 75px 10px 15px;
		text-align: center;
	}
}

.prdct-content_area .prdct-content .prdct-newsinfo_wrap .prdct-newsinfo_link:nth-child(3n) {
	margin-right: 0;
}

.prdct-content_area .prdct-content .prdct-seminar_wrap {
	display: flex;
	flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
	.prdct-content_area .prdct-content .prdct-seminar_wrap {
		margin-top: 30px;
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 767px) {
	.prdct-content_area .prdct-content .prdct-seminar_wrap {
		justify-content: space-between;
		margin-top: 2em;
		margin-bottom: 70px;
	}
}

.prdct-content_area .prdct-content .prdct-seminar_wrap .prdct-seminar_link {
	display: block;
}

@media screen and (min-width: 768px) {
	.prdct-content_area .prdct-content .prdct-seminar_wrap .prdct-seminar_link {
		width: calc(16.6% - 110px / 6);
		margin-top: 50px;
		margin-right: calc(110px / 5);
	}

	.prdct-content_area .prdct-content .prdct-seminar_wrap .prdct-seminar_link:hover .prdct-seminar_ttl {
		color: #0e8bc2;
	}
}

@media screen and (max-width: 767px) {
	.prdct-content_area .prdct-content .prdct-seminar_wrap .prdct-seminar_link {
		width: calc(50% - 15px / 2);
		margin-top: 30px;
	}
}

.prdct-content_area .prdct-content .prdct-seminar_wrap .prdct-seminar_link:nth-child(6n) {
	margin-right: 0;
}

@media screen and (min-width: 768px) {
	.prdct-content_area .prdct-content .prdct-seminar_wrap .prdct-seminar_link:hover .prdct-seminar_img {
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

@media screen and (min-width: 768px) {
	.prdct-content_area .prdct-content .prdct-seminar_wrap .prdct-seminar_link:nth-child(-n+6) {
		margin-top: 0;
	}
}

@media screen and (max-width: 767px) {
	.prdct-content_area .prdct-content .prdct-seminar_wrap .prdct-seminar_link:nth-child(-n+2) {
		margin-top: 0;
	}
}

.prdct-content_area .prdct-content .prdct-seminar_wrap .prdct-seminar_link .prdct-seminar_img {
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	width: 100%;
}

@media screen and (min-width: 768px) {
	.prdct-content_area .prdct-content .prdct-seminar_wrap .prdct-seminar_link .prdct-seminar_img {
		padding-top: 10px;
	}
}

.prdct-content_area .prdct-content .prdct-seminar_wrap .prdct-seminar_link .prdct-seminar_img img {
	width: 100%;
	height: auto;
}

.prdct-content_area .prdct-content .prdct-seminar_wrap .prdct-seminar_link .prdct-seminar_ttl {
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
	transition: .1s linear;
}

@media screen and (min-width: 768px) {
	.prdct-content_area .prdct-content .prdct-recruitment_wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 2em;
		margin-bottom: 70px;
	}
}

@media screen and (max-width: 767px) {
	.prdct-content_area .prdct-content .prdct-recruitment_wrap {
		margin-top: 30px;
		margin-bottom: 50px;
	}
}

.prdct-content_area .prdct-content .prdct-recruitment_wrap .prdct-recruitment_link {
	display: block;
	background-color: #eff6f9;
	color: #00587c;
	transition: 0.3s cubic-bezier(0.5, 0, 0, 1);
}

@media screen and (min-width: 768px) {
	.prdct-content_area .prdct-content .prdct-recruitment_wrap .prdct-recruitment_link {
		width: calc(50% - 50px);
		padding: 30px 20px;
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px) {
	.prdct-content_area .prdct-content .prdct-recruitment_wrap .prdct-recruitment_link {
		width: 100%;
		padding: 15px 0;
		margin-top: 5px;
		font-size: 14px;
	}
}

@media screen and (min-width: 768px) {
	.prdct-content_area .prdct-content .prdct-recruitment_wrap .prdct-recruitment_link:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media screen and (max-width: 767px) {
	.prdct-content_area .prdct-content .prdct-recruitment_wrap .prdct-recruitment_link:first-child {
		margin-top: 0;
	}
}

@media screen and (min-width: 768px) {
	.prdct-content_area .prdct-content .prdct-recruitment_wrap .prdct-recruitment_link:hover {
		box-shadow: 0 10px 45px rgba(84, 133, 174, 0.2);
		background-color: #fff;
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}

	.prdct-content_area .prdct-content .prdct-recruitment_wrap .prdct-recruitment_link:hover span:after {
		right: 0;
		opacity: 1;
	}
}

.prdct-content_area .prdct-content .prdct-recruitment_wrap .prdct-recruitment_link span {
	position: relative;
	display: block;
}

@media screen and (min-width: 768px) {
	.prdct-content_area .prdct-content .prdct-recruitment_wrap .prdct-recruitment_link span {
		display: inline-block;
		margin-right: 30px;
		padding: 0 15px 0 10px;
	}
}

@media screen and (max-width: 767px) {
	.prdct-content_area .prdct-content .prdct-recruitment_wrap .prdct-recruitment_link span {
		padding: 0 15px;
	}
}

.prdct-content_area .prdct-content .prdct-recruitment_wrap .prdct-recruitment_link span:after {
	position: absolute;
	content: '';
	background-image: url(/common/img/module/ico_arrow_btn_b.svg);
	background-size: 100%;
	background-position: center;
	width: 6px;
	height: 12px;
	right: 5px;
	top: 4px;
	opacity: 0;
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media screen and (min-width: 768px) {
	.prdct-button_wrap {
		display: flex;
		height: 90px;
	}
}

.prdct-button_wrap .prdct-button {
	position: relative;
	display: block;
}

.prdct-button_wrap .prdct-button:hover img {
	opacity: 0.75;
}

.prdct-button_wrap .prdct-button:hover p {
	opacity: 0.75;
}

@media screen and (min-width: 768px) {
	.prdct-button_wrap .prdct-button:first-child {
		border-left: 1px solid #e6e6e6;
	}
}

@media screen and (max-width: 767px) {
	.prdct-button_wrap .prdct-button:first-child {
		border-top: 1px solid #e6e6e6;
	}
}

@media screen and (min-width: 768px) {
	.prdct-button_wrap .prdct-button {
		border-right: 1px solid #e6e6e6;
	}
}

@media screen and (max-width: 767px) {
	.prdct-button_wrap .prdct-button {
		border-bottom: 1px solid #e6e6e6;
	}
}

@media screen and (min-width: 768px) {
	.prdct-button_wrap .prdct-button {
		width: calc(100% / 3);
	}
}

@media screen and (max-width: 767px) {
	.prdct-button_wrap .prdct-button {
		display: flex;
		padding: 20px 15px;
		align-items: center;
	}
}

.prdct-button_wrap .prdct-button img {
	transition: .1s linear;
}

@media screen and (min-width: 768px) {
	.prdct-button_wrap .prdct-button img {
		position: absolute;
		top: 0;
		left: calc(50% - 25px);
		width: 50px;
		height: 50px;
	}
}

@media screen and (max-width: 767px) {
	.prdct-button_wrap .prdct-button img {
		width: 40px;
		height: 40px;
		margin-right: 20px;
	}
}

.prdct-button_wrap .prdct-button p {
	transition: .1s linear;
}

@media screen and (min-width: 768px) {
	.prdct-button_wrap .prdct-button p {
		position: absolute;
		display: block;
		text-align: center;
		bottom: 0;
		width: 100%;
		font-size: 0.95rem;
	}
}

@media screen and (max-width: 767px) {
	.prdct-button_wrap .prdct-button p {
		display: table-cell;
		vertical-align: middle;
		font-size: 14px;
	}
}

.prdct-button_wrap .prdct-button p span {
	display: inline;
	position: relative;
	padding-right: 18px;
}

.prdct-button_wrap .prdct-button p span:after {
	position: absolute;
	content: '';
	background-image: url("/common/img/ico_blank.svg");
	background-repeat: no-repeat;
	block-size: 100%;
}

@media screen and (min-width: 768px) {
	.prdct-button_wrap .prdct-button p span:after {
		width: 15px;
		height: 15px;
		bottom: 0px;
		right: 0;
	}
}

@media screen and (max-width: 767px) {
	.prdct-button_wrap .prdct-button p span:after {
		width: 15px;
		height: 15px;
		bottom: 0px;
		right: 0;
	}
}

@media screen and (min-width: 768px) {
	.prdct-pickup_wrap {
		display: flex;
		justify-content: space-between;
	}
}

.prdct-pickup_wrap .prdct-pickup {
	display: block;
	position: relative;
}

.prdct-pickup_wrap .prdct-pickup:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
	z-index: 1;
}

@media screen and (min-width: 768px) {
	.prdct-pickup_wrap .prdct-pickup:hover img {
		-webkit-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
		transform: matrix(1.05, 0, 0, 1.05, 0, 0);
	}
}

@media screen and (min-width: 768px) {
	.prdct-pickup_wrap .prdct-pickup {
		width: calc(1070px / 2);
		overflow: hidden;
	}
}

@media screen and (max-width: 767px) {
	.prdct-pickup_wrap .prdct-pickup:first-child {
		margin-bottom: 20px;
	}
}

.prdct-pickup_wrap .prdct-pickup img {
	width: 100%;
	height: auto;
	display: block;
	transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.prdct-pickup_wrap .prdct-pickup p {
	color: #ffffff;
	position: absolute;
}

.prdct-pickup_wrap .prdct-pickup p.pickup-ttl {
	line-height: 1;
	z-index: 2;
}

@media screen and (min-width: 768px) {
	.prdct-pickup_wrap .prdct-pickup p.pickup-ttl {
		font-size: 36px;
		bottom: 60px;
		left: 40px;
	}
}

@media screen and (max-width: 767px) {
	.prdct-pickup_wrap .prdct-pickup p.pickup-ttl {
		font-size: 26px;
		left: 21px;
		bottom: 41px;
	}
}

.prdct-pickup_wrap .prdct-pickup p.pickup-txt {
	line-height: 1.6;
	z-index: 2;
}

@media screen and (min-width: 768px) {
	.prdct-pickup_wrap .prdct-pickup p.pickup-txt {
		font-size: 0.95rem;
		bottom: 30px;
		left: 40px;
	}
}

@media screen and (max-width: 767px) {
	.prdct-pickup_wrap .prdct-pickup p.pickup-txt {
		font-size: 14px;
		bottom: 14px;
		left: 21px;
	}
}

/* 快速連結 */
.qlink-list {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
	padding:50px 0;
}

.qlink-list li {
    width: calc(18% - 20px);
    margin: 0 0 25px 0;
    margin-right: 25px;
}

.qlink-box {
    position: relative;
    background: #fff;
    padding: 20px 33px 19px 33px;
    border-bottom: 2px solid #ccc;
    position: relative;
}
.qlink-box:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
	background: #00587c;
}	
.qlink-list a {
    display: block;
    position: relative;
    //padding-right: 50px;
}
.qlink-title {
    font-size: 1em;
    margin: 0 0 3px;
    color: #00587c;
    margin-bottom: 10px;
}
.pdf:after {
    position: absolute;
    content: url(../../img/pdf.svg);
    top: 1px;
    right: 20px;
    width: 15px;
    height: 15px;
}
@media screen and (max-width: 767px) {
.qlink-list li {
    width:100%;
    margin: 0;
    margin-right: 0px;
}
.qlink-title{margin-bottom:0}
}

.focuswrap {
    position: relative;
    background-color: #f9f8f5;
    background-color: #fff;
	z-index: 55;
	padding-top:2em;
	width:100%;
}
.mainwrap {
    padding-top: 2em;
    max-width: 1440px;
    margin: 0 auto;
}
.ourworkbox {
    width: 100%;
    text-align: center;
    display: table;
    border-spacing: 1em .5em;
}
.ourworkbox dd {
    position: relative;
    display: table-cell;
    overflow: hidden;
    width: calc(100% / 2 - 1em);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.ourworkbox dd span a {
    display: block;
}
.ourworkbox dd ul {
    background-color: rgba(28, 28, 28, 0.8);
    position: absolute;
    text-align: left!important;
    left: 0;
    width: calc(100% - 4em);
    height: 100%;
    padding: 1.5em 2em;
    color: #fff;
    transition: All 0.4s ease-in-out;
    z-index: 2;
}

.ourworkbox dd ul li h2 {
    font-size: 1.3em;
	width:100%;
	overflow: hidden;
    font-weight: lighter;
    line-height: 1.4em;
	
}
.ourworkbox dd {
    height: 30em;
}
.short {
    width: 30em!important;
}

.ourworkbox dd:hover ul, .ourworkbox dd:hover span a ul {
    visibility: visible;
    transform: translateY(0);
    transition: All 0.4s ease-in-out;
    position: absolute;
    height: 100%;
    height: 50em\0\9;
    width: calc(100% - 4em);
    color: #fff;
    top: 0;
}
.ourworkbox dd ul {transform: translateY(21em);}
@media (max-width: 1440px){
.ourworkbox dd {
    height: 26em;
}
.short {
    width: 26em!important;
}
.ourworkbox dd ul {transform: translateY(20em);}
}

@media (max-width: 1280px){
.ourworkbox dd {
    height: 22em;
}
.ourworkbox dd ul {transform: translateY(14em);}
.short {
    width: 22em!important;
}
}
@media (max-width: 1136px){
.ourworkbox dd {
    height: 18em;
}
.ourworkbox dd ul {transform: translateY(14em);}
}
@media (min-width: 641px){
.c-center {
    text-align: center;
	display:block;
	width:100%;
}
.c-center.c-title.with-border:after{
	left:50%;
	margin-left:-25px;
}
.focus-inner{padding:0 3em 3em 3em}
}

@media (max-width: 860px){
.ourworkbox {
    width: auto;
    display: block;
    border-spacing: 0;
}
.ourworkbox dd {
    height: 23em;
    width: 100%;
    display: block;
    margin: 0 0 1.5em 0;
}
.short {
    width: auto!important;
}
.ourworkbox dd ul {transform: translateY(14em);padding: 1.5em;width: calc(100% - 3em);}
}
@media (max-width: 650px){
.mainwrap {
    padding: 1em 1.5em 1em 1.5em;
}
.entrance-other {
    padding: 30px 0 30px;
}
.qlink-list {
    padding: 30px 0;
}
}
@media (max-width: 500px){
.first-section .city-slide_container .slick-prev_movie {
		width: 14px;
		top: 50%;
		left: 8%;
		z-index: 1;
	}
.first-section .city-slide_container .slick-next_movie {
		width: 14px;
		top: 50%;
		right: 8%;
		z-index: 1111;
	}
}	