/* =======================================================
* common
* ======================================================= */
#smp_header .nav li a {
	color: #fff !important;
	background-color: #003ADD !important;
}
#smp_header .nav li:hover {
	background-color: #003ADD !important;
}
#smp_header .nav li:hover a {
	color: #fff !important;
	background-color: #003ADD !important;
	text-decoration: none !important;
	opacity: 0.8;
}
.fh5co-inner .holder-section h3 {
	color: #003ADD !important;
	margin-bottom: 18px;
}
#footer {
	padding: 20px 0 6px;
}
#footer p {
	font-size: 10px;
}
/* =======================================================
* g_navi
* ======================================================= */
header#pc_header #site_logo {
	text-align: center;
	padding-top: 50px;
	margin-bottom: 18px;
	font-weight: bold;
	letter-spacing: 2px;
}
header#pc_header #site_logo a {
	display: inline-block;
	background-image: url(../images/common/logo.jpg);
	background-repeat: no-repeat;
	background-size: 50px auto;
	background-position: left top;
	padding: 16px 0 0 70px;
	min-height: 60px;
}
header#pc_header .nav .active a {
	color: #003ADD !important;
}
header#pc_header nav {
	display: flex;
	justify-content: center;
	margin-bottom: 24px;
}
header#pc_header nav a {
	position: relative;
	display: inline-block;
	margin: 15px 25px;
	outline: none;
	color: #898989;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 14px;
}
header#pc_header nav a {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
header#pc_header nav a::before {
	position: absolute;
	bottom: -14px;
	left: 50%;
	color: transparent;
	content: '.';
	text-shadow: 0 0 transparent;
	font-size: 46px;
	line-height: 1;
	-webkit-transition: text-shadow 0.3s, color 0.3s;
	-moz-transition: text-shadow 0.3s, color 0.3s;
	transition: text-shadow 0.3s, color 0.3s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
	z-index: 10;
}
header#pc_header nav a:hover::before,  header#pc_header nav a:focus::before {
	color: #003ADD;
	text-shadow: 10px 0 #003ADD, -10px 0 #003ADD;
}
header#pc_header nav a:hover,  header#pc_header nav a:focus {
	color: #ba7700;
	text-decoration: none !important;
}
header#pc_header nav a:hover, header#pc_header nav a:focus {
	outline: none;
}
header#pc_header nav a.active {
	color: #003ADD;
}
header#pc_header nav a.active::before, header#pc_header nav a.active::before {
	color: #003ADD;
	text-shadow: 10px 0 #003ADD, -10px 0 #003ADD;
}

@media screen and (min-width: 769px) {
#smp_header {
	display: none;
}
#menu_btn {
	display: none;
}
header #logo {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
}
header .main-nav ul {
	display: flex;
	justify-content: center;
	list-style: none;
}
header .main-nav ul li {
	margin: 0 20px 0 20px;
}
}

@media screen and (max-width: 768px) {
header {
	display: none;
}
.box-wrap {
	padding-top: 52px;
}
#smp_header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 500;
	height: 52px;
	width: 100%;
	background-color: #fff;
	text-align: center;
}
#smp_header .fh5co-logo {
	display: block;
	height: 52px;
	font-family: 'Open Sans', sans-serif !important;
	letter-spacing: 2px;
	font-weight: bold;
	padding-top: 9px;
	border-bottom: solid 1px #eee;
}
#smp_header .nav {
	display: none;
	background-color: #fff;
}
#smp_header .nav li {
	width: 100%;
	border-bottom: solid 1px #eee;
}
#fh5co-header {
	position: fixed;
	height: 50px;
	width: 100%;
	text-align: center;
}
}
/* =======================================================
* home
* ======================================================= */
#home {
/* =======================================
      charm
  ======================================= */ }
#home .charm_cont_sp {
	padding: 0 30px 0 30px;
}
#home .charm_cont {
	padding: 0 0 0 0;
}
#home .fh5co-intro-cover {
	padding: 5em 0 !important;
	background-size: 200% auto !important;
}
#home .charm_cont {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 36px;/*caprion_txt*/
    /*.caprion_tx*/
    /*charm_box_tt*/ }
#home .charm_cont .charm_box {
	display: table-cell;
	width: 48%;
	border-bottom: solid 1px #E6E6E6;
	vertical-align: middle;
	text-align: center;
	position: relative;
	overflow: hidden;
}
#home .charm_cont .number {
	width: 100%;
}
#home .charm_cont .number img {
	width: 100%;
}
#home .charm_cont .caprion_txt {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 58, 221, 0.8);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
}
#home .charm_cont .caprion_txt p {
	display: table-cell;
	vertical-align: middle;
	position: absolute;
	left: -100%;
	width: 100%;
	top: 50%;
	-webkit-transition: .3s;
	transition: .3s;
	color: #fff;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 40px 0 40px;
	line-height: 2.4;
	letter-spacing: 1px;
}
#home .charm_cont .charm_box:hover .caprion_txt {
	opacity: 1;
}
#home .charm_cont .charm_box:hover .caprion_txt p {
	left: 50%;
	margin-left: -50%;
}
#home .charm_cont .charm_box:hover .caprion_txt p {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
#home .charm_cont .charm_box_tt {
	background-color: #003ADD;
}
#home .charm_cont .charm_box_tt .tt_txt {
	font-size: 22px;
	color: #fff;
	letter-spacing: 4px;
	line-height: 1.6;
	padding-bottom: 20px;
	margin-bottom: 26px;
}
#home .charm_cont .charm_box_tt .desc_txt {
	font-size: 16px;
	color: #fff;
}
#home #fh5co-media-section {
	padding-bottom: 80px;
}
#home #fh5co-media-section .heading-section {
	margin-bottom: 30px;
}
#home #fh5co-media-section .btn_contact {
	text-align: center;
	padding: 10px 30px 0 30px;
}
#home #fh5co-media-section .btn_contact a {
	width: 100%;
}
#home #fh5co-intro-section {
	padding: 100px 0 100px;
}

@media screen and (max-width: 768px) {
#service .service_box .animate-box {
	width: 100%;
}
#fh5co-section {
	padding-bottom: 20px;
}
.fh5co-inner .holder-section {
	padding-left: 70px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 60px auto;
}
.fh5co-inner .holder-section h3 {
	margin-bottom: 12px;
}
#home #charm_smp {
	padding: 0 0 0 0;
	border-top: solid 1px #E6E6E6;
}
#home .tt_txt_cont {
	/*height: 66px;*/
	background-color: #F2A59C;
	text-align: center;
	color: #fff;
	padding: 24px 0 20px 0;
	margin: 0 0 0 0;
}
#home .charm_cont {
	width: 100%;
	margin: 0 0 40px 0;
	display: block;
/*caprion_txt*/ }
#home .charm_cont dt {
	position: relative;
	display: flex;
	justify-content: flex-start;
	width: 100%;
	height: auto;
	padding: 0 0 20px 0;
	border-top: solid 1px #E6E6E6;
	background-image: url(../images/common/charm_smp_arrow_off.png);
	background-repeat: no-repeat;
	background-position: right top 32px;
	cursor: pointer;
}
#home .charm_cont dt .number {
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	color: #003ADD;
	margin-right: 10px;
	padding: 20px 0 0 0;
	width: 1em;
}
#home .charm_cont dt .copy_txt {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	background-repeat: no-repeat;
	background-position: right 8px center;
	padding: 27px 40px 0 0;
}
#home .charm_cont dd {
	display: none;
	padding: 15px 0 15px 0;
}
#home .charm_cont dd p {
	font-size: 15px;
	line-height: 1.8;
}
}
/* =======================================================
* about
* ======================================================= */
#about #fh5co-intro-section {
	margin-bottom: 3em;
}
#about #fh5co-intro-section .fh5co-intro-cover {
	padding: 3em 0 !important;
	background-size: 200% auto !important;
}
#about #fh5co-intro-section .fh5co-intro-cover h2 {
	font-size: 30px;
	margin-bottom: 20px !important;
}
#about #fh5co-intro-section .fh5co-intro-cover h3 {
	font-size: 16px;
	margin-bottom: 0 !important;
}
#about .service_box p {
	padding: 0 15px !important;
}
#about .heading-section {
	margin-bottom: 3em !important;
}
#about .charm_cont {
	padding: 0 0 !important;
}
#about .charm_cont_sp {
	padding: 0 30px 0 30px;
}
#about .btn_contact {
	text-align: center;
	padding: 10px 30px 0 30px;
}
#about .btn_contact a {
	width: 100%;
}

@media screen and (max-width: 768px) {
#about #charm_smp {
	padding: 0 0 0 0;
	border-top: solid 1px #E6E6E6;
}
#about .tt_txt_cont {
	/*height: 66px;*/
	background-color: #F2A59C;
	text-align: center;
	color: #fff;
	padding: 24px 0 20px 0;
	margin: 0 0 0 0;
}
#about .charm_cont {
	width: 100%;
	margin: 0 0 40px 0;
	display: block;
/*caprion_txt*/ }
#about .charm_cont dt {
	position: relative;
	display: flex;
	justify-content: flex-start;
	width: 100%;
	height: auto;
	padding: 0 0 20px 0;
	border-top: solid 1px #E6E6E6;
	background-image: url(../images/common/charm_smp_arrow_off.png);
	background-repeat: no-repeat;
	background-position: right top 32px;
	cursor: pointer;
}
#about .charm_cont dt .number {
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	color: #003ADD;
	margin-right: 10px;
	padding: 20px 0 0 0;
	width: 1em;
}
#about .charm_cont dt .copy_txt {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	background-repeat: no-repeat;
	background-position: right 8px center;
	padding: 27px 40px 0 0;
}
#about .charm_cont dd {
	display: none;
	padding: 15px 0 15px 0;
}
#about .charm_cont dd p {
	font-size: 15px;
	line-height: 1.8;
}
}
/* =======================================================
* system
* ======================================================= */
#system #fh5co-intro-section {
	margin-bottom: 3em;
}
#system #fh5co-intro-section .fh5co-intro-cover {
	padding: 3em 0 !important;
	background-size: 200% auto !important;
}
#system #fh5co-intro-section .fh5co-intro-cover h2 {
	font-size: 30px;
	margin-bottom: 20px !important;
}
#system #fh5co-intro-section .fh5co-intro-cover h3 {
	font-size: 16px;
	margin-bottom: 0 !important;
}
#system .service_box p {
	padding: 0 15px !important;
}
/* =======================================================
* rooms
* ======================================================= */
#rooms {
/*room_popup*/ }
#rooms .room_cont {
	margin-bottom: 40px;
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 0 20px 0 20px;
}
#rooms .room_cont a {
	display: inline-block;
	width: 48%;
	margin-right: 0%;
	margin-bottom: 20px;
}
#rooms .room_cont a img {
	width: 100%;
}
#rooms .room_cont a:nth-child(3n) {
	margin-right: 0;
}
#rooms #fh5co-intro-section {
	margin-bottom: 3em;
}
#rooms #fh5co-intro-section .fh5co-intro-cover {
	padding: 3em 0 !important;
	background-size: 200% auto !important;
}
#rooms #fh5co-intro-section .fh5co-intro-cover h2 {
	font-size: 30px;
	margin-bottom: 20px !important;
}
#rooms #fh5co-intro-section .fh5co-intro-cover h3 {
	font-size: 16px;
	margin-bottom: 0 !important;
}
#rooms .service_box p {
	padding: 0 15px !important;
}
#rooms .btn_contact {
	text-align: center;
	padding: 10px 30px 0 30px;
}
#rooms .btn_contact a {
	width: 100%;
}
/* =======================================================
* access
* ======================================================= */
#access .tel {
	display: none;
}
#access .tel_sp {
	display: inline-block;
	width: 80%;
	margin-bottom: 30px;
}
#access .tel_sp img {
	width: 100%;
}
#access #fh5co-intro-section {
	margin-bottom: 3em;
}
#access #fh5co-intro-section .fh5co-intro-cover {
	padding: 3em 0 !important;
	background-size: 200% auto !important;
}
#access #fh5co-intro-section .fh5co-intro-cover h2 {
	font-size: 30px;
	margin-bottom: 20px !important;
}
#access #fh5co-intro-section .fh5co-intro-cover h3 {
	font-size: 16px;
	margin-bottom: 0 !important;
}
#access .btn_contact {
	text-align: center;
	padding: 10px 30px 0 30px;
}
#access .btn_contact a {
	width: 100%;
}
/* =======================================================
* contact
* ======================================================= */
#contact .tel {
	display: none;
}
#contact .tel_sp {
	display: inline-block;
	width: 80%;
	margin-bottom: 30px;
}
#contact .tel_sp img {
	width: 100%;
}
#contact .heading-section {
	margin-bottom: 2em;
}
#contact #fh5co-intro-section {
	margin-bottom: 3em;
}
#contact #fh5co-intro-section .fh5co-intro-cover {
	padding: 3em 0 !important;
	background-size: 200% auto !important;
}
#contact #fh5co-intro-section .fh5co-intro-cover h2 {
	font-size: 30px;
	margin-bottom: 20px !important;
}
#contact #fh5co-intro-section .fh5co-intro-cover h3 {
	font-size: 16px;
	margin-bottom: 0 !important;
}
#contact h3.color_blue {
	font-size: 20px;
}
