@charset "utf-8";

.mw-1600{max-width : 1600px;}
.mw-1200{max-width : 1200px;}
.mw-1000{max-width : 1000px;}
.mw-950{max-width : 950px;}
.mw-900{max-width : 900px;}
.mw-800{max-width : 800px;}
.mw-650{max-width : 650px;}
.mw-600{max-width : 600px;}
.mw-400{max-width : 400px;}
.mw-160{max-width : 160px;}

h2{font-size: 1rem;}

.f-08rem {font-size: 0.8rem;}
.f-12rem {font-size: 1.2rem;}
.f-15rem {font-size: 1.5rem;}
.f-18rem {font-size: 1.8rem;}

.f-red {color: red;}
.f-navy {
	font-size: 1.2rem;
	color: navy;
}

.hr-g {border: solid 5px rgba(31, 115, 127,1);}

.height-50{height : 50px;}

.height-0-50{height : 0px;}
@media screen and (max-width: 480px) {
	.height-0-50{height : 50px;}
}

li{
	list-style: none;
	margin-left: -45px;
}

th{width: 120px;}

hr{
	border-bottom-width : 1px;
	border-bottom-color : white;
	border-bottom-style : solid;
}

.tel-font{
	font-size : 36px;
	font-family: 'Impact',
	'DIN Condensed',
	'Seravek',sans-serif;
	text-align : center;
	color : navy;
}

header{
	margin: 0 auto;
	max-width : 1200px;
	border-bottom-color: rgba(31, 115, 127,1);
	border-bottom-style: solid;
	border-bottom-width : 3px;
}

.menu-button{
	padding-top : 5px;
	padding-bottom : 5px;
	margin-left : 10px;
	margin-right : 10px;
	border-left-width : 1px;
	border-right-width : 1px;
	border-left-style : solid
	;border-right-style : solid;
	border-left-color : silver;
	border-right-color : silver;
	width : 120px;
	display : inline-block;
}

.menu-button-2{
	padding-top : 5px;
	padding-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;
	border-left-width : 1px;
	border-right-width : 1px;
	border-left-style : solid
	;border-right-style : solid;
	border-left-color : silver;
	border-right-color : silver;
	width : 120px;
	display : inline-block;
}

.menu-button:hover{
	background-color : rgba(0, 64, 255, 0.2);
	transition: 0.8s;
}

.menu-button a{
	text-decoration: none;
}

.button-i-7:link,
.button-i-7:visited {
	text-transform: uppercase;
	text-decoration: none;
	color: white;
	padding: 10px 30px;
	border: 2px solid;
	border-radius: 1000px;
	display: inline-block;
	transition: all .2s;
	position: relative;
}
.button-i-7:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(27, 27, 27, .5);
}
.button-i-7:active {
	transform: translateY(-3px);
}
.button-i-7::after {
	content: "";
	display: inline-block;
	height: 100%;
	width: 100%;
	border-radius: 100px;
	top: 0;
	left: 0;
	position: absolute;
	z-index: -1;
	transition: all .3s;
}
.button-i-7:hover::after {
	background-color: rgb(0, 238, 255);
	transform: scaleX(1.4) scaleY(1.5);
	opacity: 0;
}

.box-1{
	background: url(image/bg-1.png);
	padding: 30px 15px 130px 15px;
	background-color : rgba(31, 115, 127,1);
}

.box-1-in{
	background-color: rgba(0, 0, 0, 0.3);
	max-width: 900px;color: white;
	padding: 15px 15px;
}

.box-2{
	border-width : 1px;
	border-style: solid;
	border-radius: 20px;
	border-color: silver;
	padding: 10px;
	background-color: white;
	margin-bottom: 30px;
}

.arrow-box{
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	margin: auto;
}

.readmore{
	display: inline-block;
	padding-top: 4px;
}

/* map */
#map1, #map2, #map3, #map4 {min-height: 250px;}
/* /map */

footer{
	text-align: center;
	margin: 0 auto;
	padding: 30px 0px;
	background-image: url(image/bg-footer.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	border-top-color: rgba(31, 115, 127,1);
	border-top-style: solid;
	border-top-width : 3px;
	max-width: 1200px;
}

.footer-in{
	margin: 0 auto;
	padding: 10px 0;
	color: white;
	background-color: rgba(0, 0, 0, 0.3);
	max-width: 400px;
}



.bg-h3{
	text-align: center;
	background: url(image/bg-h3.png);
	background-position: center;
	background-repeat: no-repeat;
	padding: 20px 0;
	margin: 20px 0;
}

.box-3{
	background-color: rgba(31, 115, 127,0.7);
	color: white;
	text-align: center;
	font-size: 1.2rem;
}

.font-mouhitu{
	text-align: right;
	font-family: HGP行書体, STKaiti（华文楷体）;
	font-size: 2rem;
	padding-right: 30px;
}
@media screen and (max-width: 480px) {
	.font-mouhitu{
		text-align: right;
		font-family: HGP行書体, STKaiti（华文楷体）;
		font-size: 1.2rem;
		padding-right: 30px;
	}
}

.p-center-left{
	text-align: center;
}
@media screen and (max-width: 480px) {
.p-center-left{
	text-align: left;
}
}

.button {
	display: inline-block;
	font-size: 0.8rem;
	width: 130px;
	padding: 7px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	background-color: rgba(0, 64, 255, 0.7);
	border-width: 2px;
	border-style: solid;
	border-color: #ffffff;
	border-radius: 5px;
	-webkit-transition: .4s;
	transition: .4s;
	-webkit-box-shadow: 4px 4px 4px #668AD8;
	box-shadow: 4px 4px 4px #668AD8;
}

.button:hover{
	text-decoration: none;
	color : #ffffff;
	background-color: rgba(255, 102, 0, 0.7);
}

/* work-2 */
.w-020 {width: 20%;}
.w-080 {width: 80%;}
.point-3 {
	padding: 65px 0px;
	background-image: url(image/test.svg);
	background-repeat : no-repeat;
	background-position : center center;
}
.hero {
    display: grid;
    place-items: center;
}
.underline-yellow {
	text-decoration: underline;
	text-decoration-color: yellow;
	text-decoration-thickness: 5px;
}

.plan-title {
	font-size: 1.3rem;
	background-color: #ffbd00;
}
.plan-bg {background-color: #fee6dd;}
.p-42-10 {padding: 42px 0px;}
@media screen and (max-width: 576px) {
.p-42-10 {padding: 10px 0px;}
}

.bg-unimo {
	background-image: url(image/bg-lemon.png);
	background-repeat : no-repeat;
	background-position : center bottom;
	background: linear-gradient(#ffbd00, #ffffff );
}
.plan-s {
	font-size: 2rem;
	font-weight: bold;
	color: white;
	background-color: red;
}
.plan-s-box {border: 3px solid red;}
.plan-m {
	font-size: 2rem;
	font-weight: bold;
	color: white;
	background-color: #ff904c;
}
.plan-m-box {border: 3px solid #ff904c;}
.plan-l {
	font-size: 2rem;
	font-weight: bold;
	color: white;
	background-color: #7dd856;
}
.plan-l-box {border: 3px solid #7dd856;}

.grid-box-option {
	display: grid;
	grid-template-rows: 30px auto;
	grid-template-columns: 1fr 80px 1fr 80px 1fr;
}
@media screen and (max-width: 678px) {
.grid-box-option {
	display:block;
}
}
.box-option-a {
	grid-row: 1/2;
	grid-column: 1/6;
	font-size: 2rem;
	color: red;
	z-index: 1;
}
.box-option-b {
	grid-row: 2/3;
	grid-column: 1/2;
	background-color: rgba(255, 255, 255, 0.8);
}
.box-option-c {
	grid-row: 2/3;
	grid-column: 2/3;
	font-size: 1.5rem;
	font-weight: bold;
	display: grid;
	place-items: center;

}
.box-option-d {
	grid-row: 2/3;
	grid-column: 3/4;
	background-color: rgba(255, 255, 255, 0.8);
}
.box-option-e {
	grid-row: 2/3;
	grid-column: 4/5;
	font-size: 1.5rem;
	font-weight: bold;
	display: grid;
	place-items: center;
}
.box-option-f {
	grid-row: 2/3;
	grid-column: 5/6;
	background-color: rgba(255, 255, 255, 0.8);
}
.box-option-font {
	font-size: 1.5rem;
	font-weight: bold;
}
.box-option-font-red {
	font-size: 2rem;
	font-weight: bold;
	color: red;
}

.label-1 {
	 position: relative;
}
.label-1::before{
	position: absolute;
	content: url(image/label-1.png);
	top: 85px;
	left: 20px
}	


/* /work-2 */
