@charset "UTF-8";

/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;500;700;900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Cormorant&family=Noto+Serif+JP:wght@100;300;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz@6..96&display=swap');

/**************\
* 變數設定
\**************/
:root {
}
* {
	text-decoration: none;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
*:actived {
	text-decoration: none;
}
*:focus {
	outline: none;
}
input, textarea, button, select, button, blockquote {
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
	border: none;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html, body {
	line-height: 1;
	font-family:'Noto Serif JP',"微軟正黑體", sans-serif;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	background: #efe3d9;
}
ol, ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width: 100%;
}

/**************\
* 通用邊界
\**************/
.container {
	max-width: 1170px;
	margin: 0 auto;
	position: relative;
}
.container-fluid {
	width: 100%;
	position: relative;
}
header {
	padding: 0px 0;
	position: fixed;
	width: 100%;
	z-index: 999;
	height: 70px;
    background-color: rgba(239,227,217,1);
    margin-bottom: 70px;
}
header.active {
    background-color: rgba(239,227,217,.75);
}
.menu-bar {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.logo {
	max-width: 160px;
	padding: 20px 30px 0;
    transition: all .1s linear;
}
header.active .logo {
    max-width: 100px;
	padding: 10px 30px 0;
    transition: all .1s linear;
}
.icon-link li{
	max-width: 60px;
	padding: 0 10px;
	display: inline-block;
}
.href-link {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 90%;
	padding-top: 16px;
}
.href-link ul, .icon-link ul {
	display: flex;
	justify-content:flex-end;
	align-items: center;
	flex-wrap: nowrap;
	width: 100%;
}
.href-link ul li {
	margin: 0 5px;
	font-size: 1rem;
	font-weight: 700;
	padding: 10px;
/*	background: #efe3d9;*/
	border-radius: 1rem;
}
.icon-link a{
	padding: 5px;
}
.icon-link ul, .icon-link {
	width: 100%;
}
.icon-link ul {
	display: inline-block!important;
	text-align: center;
}
.icon-link ul li {
	margin: 5px;
}
.href-link ul li a, .icon-link ul li a {
	color: #ec6f65;
	display: block;
	font-family: 'Cormorant';
	font-size: 1.25rem;
	text-align: center;
	max-height: 1.25rem;
	overflow-y: hidden;
}
.href-link ul li a:hover, .icon-link ul li a:hover {
	color: #20729e;
}
section {
	background: #efe3d9;
	width: 100%;
}
#section-index {
	padding: 0px 0 0;
    margin-top: 70px;
}
#section-service {
	padding: 50px 0 30px;
}
#section-news {
	padding: 50px 0 30px;
}
.flexslider ul.slides li {
	position: relative;
}

.slides-title {
	position: absolute;
	left: 10%;
	bottom: 10%;
	color: #FFF;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.7;
}
.service-item-list {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
.service-item {
	width: calc(100% / 3 - 30px);
	margin: 15px 15px 45px;
}
.service-img {
	overflow: hidden;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	line-height: 0;
}
.service-img img {
	margin-top: -20%;
}
.section-title p {
	color: #ac754b;
	text-align: center;
	font-size: .8rem;
    line-height: 1.7;
}
.section-title h2 {
	text-align: center;
	font-size: 2.5rem;
	margin: 20px 0;
	font-family:'Cormorant','Noto Serif JP';
}
.service-text {
	background: #e6cdba;
	padding: 30px;
	line-height: 1.5;
	min-height: 275px;
	color: #000;
}
.service-text p {
	font-size: .9rem;
	text-align: justify;
}
.service-text h3 {
	font-size: 1.5rem;
	text-align: center;
	font-weight: 300;
	margin-bottom: .5rem;
}
.service-item-list {
	margin: 40px 0;
}
.news-item {
	line-height: 1.5;
	margin-bottom: 15px;
	text-align: center;
}
.news-title::before {
	content:'---';
}
.section-news-area {
	padding: 0 5%;
	margin: 30px 0 60px;
}

.qa-list-area{
	margin-top: 30px;
	padding: 0 5%;
}
.question {
	font-size: 1.25rem;
	line-height: 1.5;
	margin-bottom: .5rem;
	cursor: pointer;
	font-weight: 900;
}
.question:hover {
	color: #ec6f65;
}
.question::after {
	content: '+';
	display: inline-block;
}
.question.active::after {
	content: '-';
	display: inline-block;
}
.answer {
	display: none;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 100;
}
.case-image {
	width: 540px;
	margin-top: -50px;
	margin-left: -5%;
}
.case-text {
	width: calc(100% - 540px);
	padding: 50px 0;
	line-height: 2;
}
.case-text p{
	font-size: 1.15rem;
	margin-bottom: 1rem;
	text-align: justify;
}
.read-more {
	cursor: pointer;
	display: block;
	text-align: right;
}
.service-item .read-more {
	margin-top: 1rem;
	font-size: .8rem;
}
.read-more a {
	color: #000;
}
.read-more a:hover, .read-more:hover {
	color: #ec6f65;
}
p.hide {
	display: none;
}
.case-text h2{
	font-family:'Cormorant', 'Noto Serif JP',serif;
	font-size: 2rem;
	margin-bottom: 1rem;
	line-height: 1.5;
}
.case-item {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
ul.qlist li {
	margin-bottom: 2rem;
}
.answer.active {
	display: block;
}
#section-qa {
	background: #e6cdba;
	padding: 50px 0 80px;
}
#section-footer {
/*	background: #e6cdba;*/
	padding: 80px 0;
/*	border-top:1px solid #000;*/
}
#section-about {
	padding: 0px 0 80px;
}
.logo-footer {
	max-width: 200px;
	margin: 0 auto;
}
aside#social-btn-area {
	background: #c9b6a9;
	position: fixed;
	right: 0;
	top: 30%;
	width: 80px;
	z-index: 2;
	padding: 20px;
}
aside#social-btn-area a{
	display: block;
	padding: 2px;
    color: #FFF;
    text-align: center;
}
aside#social-btn-area a .material-symbols-outlined {
    font-size: 36px;
    margin-bottom: 5px;
}
aside#social-btn-area a:hover {
	opacity: .7;
}
aside#social-btn-area hr {
	height: 1px;
	border: none;
	width: 100%;
	background: #FFF;
	margin: 15px 0;
}
.service-flexslider {
	display: none;
}
.txt-href {
	display: block;
}
.txt-jp {
	display: block;
	font-family: 'Noto Serif JP';
	font-weight: 400;
	font-size: 1rem;
	padding-top: 10px;
}

.href-link ul li a:hover .txt-href{
	margin-top: -28px;
}

/**************\
* 頁腳
\**************/
footer {
	width: 100%;
	color: #000;
	padding: 20px 0 20px;
	z-index: 100;
	position: relative;
	line-height: 1.5;
	text-align: center;
	background: #e6cdba;
}
.footer-link {
	margin-bottom: 10px;
	text-align: center;
}
.footer-link a {
	margin: 0 5px;
}
footer a:hover {
	text-decoration: underline;
}
footer a {
	text-decoration: none;
	color: #000;
    font-size: .9rem;
}
footer h2 {
	margin-bottom: 15px;
	font-size: 1.75rem;
}
footer p {
	font-size: .8rem;
	font-weight: 500;
}
#mobile-btn-area {
    display: none;
}
.resever-btn, .question-btn {
    width: 50%;
    text-align: center;
}
.resever-btn a, .question-btn a{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 1rem;
    height: 3rem;
    font-weight: 700;
}
.resever-btn a {
    background-color: #9bbfbc;
}
.question-btn a {
    background-color: #df7467;
}
.resever-btn span {
    margin-right: .5rem;
}



.desktop {
	display: inline-block!important;
}
.mobile {
	display: none!important;
}
@media only screen and (max-width: 945px) {
	.desktop {
		display: none!important;
	}
	.mobile {
		display: inline-block!important;
	}
}
@media only screen and (max-width: 945px) {
    #mobile-btn-area {
        width: 100%;
        display: block;
        position: fixed;
        bottom: 0;
        z-index: 101;
    }
    #mobile-btn-area .container-fluid {
        display: flex;
        align-content: center;
        justify-content: center;
    }
    footer {
        padding: 20px 0 70px;
    }
	.menu-bar {
		flex-wrap: wrap;
		justify-content: center;
		padding: 20px 5px;
	}
	.menu-bar .href-link {
		padding-top: 45px;
	}
	.menu-bar {
		justify-content: center;
		padding: 10px 0;
	}
	.menu-bar .logo {
		max-width: 140px;
		padding: 0 30px!important;
	}

	.menu-bar .href-link{
		display: none;
	}
	.menu-bar .href-link ul{
		display: table-cell;
    	vertical-align: middle;
	}
	.menu-bar .href-link.active {
		width: 100%;
		height: 100vh;
		opacity: 1;
        display: block;
		position: fixed;
		z-index: 101;
		top: 0;
		background-color: #ec6f65;
        overflow-y: scroll;
	}
	.menu-bar .href-link.active ul {
        text-align: center;
        margin: 0 auto;
        display: block;
	}
	.menu-bar .href-link li a {
		color: #FFF;
		text-align: center;
		display: block;
		font-size: 1.5rem;
		max-height: inherit;
    	overflow-y: inherit;
	}
	.menu-bar .href-link li {
/*		width: 100%;*/
		padding: 15px 0;
	}
	.toggle-mobile {
		position: fixed;
		right: 25px;
		top:25px;
		display: flex;
        justify-content: flex-end;
        align-items: center;
		z-index: 1000;
		cursor: pointer;
		opacity: 1;
        width: 25px;
        height: 25px;
        flex-wrap: wrap;
	}
    .toggle-mobile p {
        margin: 0;
        position: relative;
        width: 25px;
        height: 25px;
        margin-left: 2px;
        margin-top: 2px;
	}
    .toggle-mobile span.top {
		width: 25px;
		height: 2px; 
		background-color: #20729e;
		display: block;
		position: absolute;
		top: 0px;
		transition: all 0.1s linear;
	}
	.toggle-mobile span.mid {
		width: 25px;
		height: 2px; 
		background-color: #20729e;
		display: block;
		position: absolute;
		top: 8px;
		transition: all 0.1s linear;
	}
	.toggle-mobile span.btm {
		width: 25px;
		height: 2px; 
		background-color: #20729e;
		display: block;
		position: absolute;
		top: 16px;
		transition: all 0.1s linear;
	}
	.toggle-mobile.active span.top {
		width: 30px;
		height: 2px; 
		background-color: #FFF;
		display: block;
		position: absolute;
		top: 9px;
		left: 0;
		transform: rotate(45deg);
		transition: all 0.1s linear;
	}
	.toggle-mobile.active span.mid {
		display: none;
	}
	.toggle-mobile.active span.btm {
		width: 30px;
		height: 2px; 
		background-color: #FFF;
		display: block;
		position: absolute;
		bottom: 14px;
		left: 0;
		top: inherit;
		transform: rotate(-45deg);
		transition: all 0.1s linear;
	}
	aside#social-btn-area {
		display: none;
	}
	.service-item {
		width: calc(100% - 60px);
	}
	.service-img img {
		width: 100%;
	}
	.case-item {
		flex-wrap: wrap;
	}
	.case-image, .case-text {
		width: 100%;
		margin: 0;
		padding:  20px 5%;
	}
	.case-image img {
		width: 100%;
	}
	.slides-title {
		font-size: 1rem;
		left: inherit;
        padding:0 5%;
	}
	#cboxClose::before, #cboxClose::after {
		background: #FFF;
	}
	.service-item-list {
		display: none;
	}

	.service-flexslider {
		display: block;
		padding: 0 2.5% 30px;
	}
/*	.service-flexslider.flexslider ul.slides li {
		padding: 0 20px;
	}
*/
	.case-text p {
		line-height: 1.6;
	}
	.service-item a {
		display: block;
		padding: 0 0px;
	}
	.service-flexslider .flex-control-nav {
		margin-bottom: inherit;
		bottom: 50px;
	}
	.flexslider .slides img {
		width: 100%;
	}
	#section-about {
		padding-bottom: 40px;
	}
	#section-footer {
		padding: 30px 0;
	}
	footer p {
		font-size: .8rem;
	}
	.href-link ul li a:hover .txt-href {
		margin-top: 0;
	}
    .txt-jp {
        padding-top: 5px;
        display: inline-block;
    }
    .txt-href {
        display: inline-block;
    }
}