/* =======================================================
* common
* ======================================================= */
body {
	font-family: 'Open Sans', sans-serif !important;
	background-color: #000;
	color: #3E3A39;
}
p {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 16px;
}
h3, h4, h5 {
	font-family: 'Open Sans', sans-serif !important;
	font-weight: bold;
}
ul {
	list-style: none;
}
a:hover {
	text-decoration: underline!important;
}
#fh5co-intro-section h2 {
	font-size: 40px;
	letter-spacing: 3px;
}
#fh5co-intro-section h3 {
	font-size: 20px;
	letter-spacing: 2px;
}
.letter_2px {
	letter-spacing: 2px;
	line-height: 2;
}
.color_blue {
	color: #cf7d40 !important;
}
.img_cont{
	text-align: center;
	padding-top: 40px;
}
.img_cont img{
	display: inline-block;
	width: 100%;
	max-width: 673px;
}
.heading-section{
	margin-bottom: 2em;
}

#yoyaku {
	margin-bottom: 60px;
}

#yoyaku .bnr {
	margin-bottom: 30px;
}
#yoyaku .bnr a{
	margin-bottom: 30px;
}
#yoyaku .bnr a img{
	width: 100%;
}

.news_list{
	margin-bottom: 40px;
}

/*-------------------------------
	slide_menu
-------------------------------*/
#slide_menu {
	display: none;
	position: fixed;
	left: 0;
	top: 50px;
	z-index: 200;
	background-color: white;
	width: 100%;
	height: 100vh;
	overflow: scroll;
	padding-bottom: 200px;
}
/*-------------------------------
	menu_btn
-------------------------------*/
#menu_btn {
	position: fixed;
	left: 10px;
	top: 14px;
	z-index: 600;
}
#menu_btn .menu-trigger, #menu_btn .menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
#menu_btn .menu-trigger {
	position: relative;
	width: 30px;
	height: 23px;
}
#menu_btn .menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #cf7d40;
/*border-radius: 3px;*/ }
#menu_btn .menu-trigger span:nth-of-type(1) {
	top: 0;
}
#menu_btn .menu-trigger span:nth-of-type(2) {
	top: 10px;
}
#menu_btn .menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
#menu_btn .menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
#menu_btn .menu-trigger.active span:nth-of-type(2) {
	left: 50%;
	opacity: 0;
	-webkit-animation: active-menu-bar02 .8s forwards;
	animation: active-menu-bar02 .8s forwards;
}
 @-webkit-keyframes active-menu-bar02 {
 100% {
 height: 0;
}
}
@keyframes active-menu-bar02 {
 100% {
 height: 0;
}
}
#menu_btn .menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}
#smp_header .nav li a {
	color: #fff !important;
	background-color: #cf7d40 !important;
}
#smp_header .nav li:hover {
	background-color: #cf7d40 !important;
}
#smp_header .nav li:hover a {
	color: #fff !important;
	background-color: #cf7d40 !important;
	text-decoration: none !important;
	opacity: 0.8;
}
.fh5co-inner .holder-section h3 {
	color: #cf7d40 !important;
	margin-bottom: 18px;
}


#fh5co-section a img{
	width: 100%;
}
#foot_bnr{
	margin-bottom: 50px;
	padding-top: 50px;
}
#foot_bnr img{
	width: 100%;
}
#foot_tel{
	padding: 50px 0 50px 0;
}
#foot_tel img{
	width: 100%;
}
.heading-section h3 {
	color: #cf7d40;
	font-size: 22px;
}
.mb_70{
	margin-bottom: 70px;
}

.btn_contact {
	text-align: center;
	padding-top: 30px;
}
.btn_contact a {
	display: inline-block;
	background-color: #cf7d40;
	/*background-color: #333;*/
	padding: 12px 40px 10px 40px;
	width: 260px;
	font-size: 15px;
	color: #fff;
	border-radius: 30px;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: center;
	outline: none;
}
.btn_contact a:hover {
	text-decoration: none !important;
	opacity: 1 !important;
	background-color: #333;
	color: #fff !important;
	letter-spacing: 5px;
}
.btn_contact .button::before,  .btn_contact .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btn_contact .button,  .btn_contact .button::before,  .btn_contact .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* =======================================================
* 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 0;
	min-height: 60px;
}
header#pc_header #site_logo a:hover {
	text-decoration: none !important;
}
header#pc_header .nav .active a {
	color: #cf7d40 !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: #cf7d40;
	text-shadow: 10px 0 #cf7d40, -10px 0 #cf7d40;
}
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::before, header#pc_header nav a.active::before {
	color: #cf7d40;
	text-shadow: 10px 0 #cf7d40, -10px 0 #cf7d40;
}

@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 #slide{
	width: 100%;
	margin-bottom: 70px;
}
#home #slide img{
	width: 100%;
}

#home #fh5co-intro-section {
	background-image: url(../images/home/service.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: 50%;
	background-position-y: 10%;
	background-attachment: fixed;
	margin-bottom: 5em;
	padding: 180px 0 180px;
}
#home #fh5co-intro-section .text-center span {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	border: solid 4px #fff;
	padding: 10px 40px 9px 40px;
	font-size: 20px;
	letter-spacing: 2px;
}
#home .heading-section h3 {
	color: #cf7d40;
	font-size: 22px;
}
#home .heading-section p {
	letter-spacing: 2px;
	margin-bottom: 0;
	line-height: 2;
	font-size: 16px;
}
#home #cboxContent {
	font-size: 14px !important;
}
#home #cboxContent #cboxTitle {
	display: none !important;
}
#home #cboxContent #cboxSlideshow {
	display: none !important;
}
#home #cboxContent #cboxCurrent {
	display: none !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(207, 125, 64, 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: #cf7d40;
}
#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 .news_cont {
	width: 100%;
	padding: 20px 0 20px 0;
	border-bottom: solid 1px #E6E6E6;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 0;
}
#home .news_cont dt {
	width: 20%;
}
#home .news_cont dt img{
	width: 100%;
}
#home .news_cont dd {
	padding: 0 0 0 30px;
	width: 80%;
}
#home .news_cont dd .date{
	font-size: 14px;
	margin-bottom: 6px;
}
#home .news_cont dd h3{
	font-size: 18px;
	margin-bottom: 10px;
}
#home .news_cont dd .txt{
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 0;
}



#home #fh5co-media-section .btn_contact {
	text-align: center;
	padding-top: 30px;
}
#home #fh5co-media-section .btn_contact a {
	display: inline-block;
	background-color: #cf7d40;
	/*background-color: #333;*/
	padding: 12px 40px 10px 40px;
	width: 260px;
	font-size: 15px;
	color: #fff;
	border-radius: 30px;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: center;
	outline: none;
}
#home #fh5co-media-section .btn_contact a:hover {
	text-decoration: none !important;
	opacity: 1 !important;
	background-color: #333;
	color: #fff !important;
	letter-spacing: 5px;
}
#home #fh5co-media-section .btn_contact .button::before,  #home #fh5co-media-section .btn_contact .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#home #fh5co-media-section .btn_contact .button,  #home #fh5co-media-section .btn_contact .button::before,  #home #fh5co-media-section .btn_contact .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

@media screen and (max-width: 768px) {
#service .service_box .animate-box {
	width: 100%;
}
.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;
}
}
/* =======================================================
* about
* ======================================================= */

#about .fh5co-intro-cover {
	background-image: url(../images/sample/about.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
}
#about .room_type .row {
	margin-bottom: 80px;
}
#about .service_box {
	padding-bottom: 100px;
}
#about .charm_cont {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 36px;/*caprion_txt*/
    /*.caprion_tx*/
    /*charm_box_tt*/ }
#about .charm_cont .charm_box {
	display: table-cell;
	width: 48%;
	border-bottom: solid 1px #E6E6E6;
	vertical-align: middle;
	text-align: center;
	position: relative;
	overflow: hidden;
}
#about .charm_cont .number {
	width: 100%;
}
#about .charm_cont .number img {
	width: 100%;
}
#about .charm_cont .caprion_txt {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: rgba(207, 125, 64, 0.8);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
}
#about .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;
}
#about .charm_cont .charm_box:hover .caprion_txt {
	opacity: 1;
}
#about .charm_cont .charm_box:hover .caprion_txt p {
	left: 50%;
	margin-left: -50%;
}
#about .charm_cont .charm_box:hover .caprion_txt p {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
#about .charm_cont .charm_box_tt {
	background-color: #cf7d40;
}
#about .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;
}
#about .charm_cont .charm_box_tt .desc_txt {
	font-size: 16px;
	color: #fff;
}
#about .btn_contact {
	text-align: center;
	padding-top: 30px;
}
#about .btn_contact a {
	display: inline-block;
	background-color: #cf7d40;
	/*background-color: #333;*/
	padding: 12px 50px 10px 50px;
	width: 260px;
	color: #fff;
	border-radius: 30px;
	text-decoration: none;
	letter-spacing: 3px;
	text-align: center;
	outline: none;
}
#about .btn_contact a:hover {
	text-decoration: none !important;
	opacity: 1 !important;
	background-color: #333;
	color: #fff !important;
	letter-spacing: 5px;
}
#about .btn_contact .button::before,  #about .btn_contact .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#about .btn_contact .button,  #about .btn_contact .button::before,  #about .btn_contact .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#about p.txt_desc {
	line-height: 2.2;
	padding: 40px 0 20px 0;
}
#about .about_list{
	display: flex;
	justify-content: center;
}
#about .about_list ul{
	width: 30%;
}
#about .about_list ul li{
	position:relative;
	padding: 0 40px 0 20px;
	margin: 7px 0 7px 0px;
	font-weight: bold;
	font-size:14px;
	line-height: 30px;
}
#about .about_list ul li:before{
	counter-increment: list;
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	height: 0;
	width: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 7px solid #cf7d40;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}



/* =======================================================
* plan
* ======================================================= */
#plan .fh5co-intro-cover {
	background-image: url(../images/sample/system.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
}
#plan .room_type .row {
	margin-bottom: 80px;
}
#plan .room_type h3 {
	color: #cf7d40;
}
#plan .room_type h4 {
	color: #cf7d40;
}
#plan .room_type table {
	width: 100%;
	font-size: 16px;
	margin-bottom: 12px;
	border-bottom: solid 1px #aaa;
}
#plan .room_type table th {
	border: solid 1px #ddd;
	font-size: 16px;
	text-align: center;
	background-color: #eee;
	padding: 8px 0 6px 0;
}
#plan .room_type table td {
	border: solid 1px #ddd;
	font-size: 16px;
	text-align: center;
	padding: 12px 0 10px 0;
}
#plan .room_type table td.type {
	color: #cf7d40;
}
#plan .hosoku {
	border: solid 2px #eee;
	padding: 27px 15px 18px 25px;
}
#plan figure img{
	width: 100%;
}
#plan .hosoku ul {
	font-size: 16px;
	padding-left: 0;
}
#plan .hosoku ul li {
	text-indent: -1em;
	margin-left: 1em;
}

/* =======================================================
* rooms
* ======================================================= */
#rooms {
/*room_popup*/ }
#rooms .service_box {
	padding-bottom: 100px;
}
#rooms .room_type .row {
	margin-bottom: 80px;
}
#rooms .room_type h3 {
	color: #cf7d40;
}
#rooms .room_type h4 {
	line-height: 1.6;
	margin-bottom: 12px;
}
#rooms .room_type table {
	width: 100%;
	font-size: 16px;
	margin-bottom: 12px;
	border-bottom: solid 1px #aaa;
}
#rooms .room_type table th {
	border: solid 1px #ddd;
	font-size: 16px;
	text-align: left;
	vertical-align: top;
	background-color: #eee;
	padding: 8px 12px 6px 12px;
}
#rooms figure img{
	width: 100%;
}
#rooms .room_type table td {
	border: solid 1px #ddd;
	font-size: 16px;
	text-align: left;
	vertical-align: top;
	padding: 8px 12px 6px 12px;
}
#rooms .fh5co-intro-cover {
	background-image: url(../images/sample/rooms.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
}
#rooms #imagelightbox {
	cursor: pointer;
	position: fixed;
	z-index: 10000;
	-ms-touch-action: none;
	touch-action: none;
	-webkit-box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75);
	box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75);
}
#rooms .room_cont {
	margin-bottom: 40px;
	justify-content: flex-start;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
#rooms .room_cont a {
	display: inline-block;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
}
#rooms .room_cont a img {
	width: 100%;
}
#rooms .room_cont a:nth-child(3n) {
	margin-right: 0;
}
#rooms #cboxContent {
	font-size: 14px !important;
}
#rooms #cboxContent #cboxTitle {
	display: none !important;
}
#rooms #cboxContent #cboxSlideshow {
	display: none !important;
}
#rooms #cboxContent #cboxCurrent {
	display: none !important;
}
#rooms  .img_cont{
	padding: 0;
	margin-bottom: 50px;
}

#rooms p.txt_desc {
	line-height: 2.2;
	padding: 40px 0 20px 0;
}

#rooms .about_list{
	display: flex;
	justify-content: center;
}
#rooms .about_list ul{
	width: 30%;
}
#rooms .about_list ul li{
	position:relative;
	padding: 0 40px 0 20px;
	margin: 7px 0 7px 0px;
	font-weight: bold;
	font-size:14px;
	line-height: 30px;
}
#rooms .about_list ul li:before{
	counter-increment: list;
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	height: 0;
	width: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 7px solid #cf7d40;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


/* =======================================================
* access
* ======================================================= */
#access .tel {
	display: inline-block;
	width: 380px;
	margin-bottom: 30px;
}
#access .fh5co-intro-cover {
	background-image: url(../images/sample/access.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
}
#access .tel img {
	width: 100%;
}
#access .tel_sp {
	display: none;
}
#access .service_box {
	padding-bottom: 80px;
}
#access .btn_contact {
	text-align: center;
	padding-top: 30px;
}

#access #sectionGmaps, #access #sectionGmaps2 { margin: 0;}

#access .map_size{
	height: 360px;
	position: relative;
}

#access #gmaps,
#access #gmaps2,
#access #maps,
#access #maps2{
	width: 100%;
	height: 360px;
	margin: 0;
	/*padding: 4px;
	border: 1px solid #ccc;*/
}

#access #googlemapsContainer, #access #googlemapsContainer2 {
	width: 100%;
	height: 100%;
	color: #333;
}

#map_canvas { width: 100%; height: 360px;}

#access #col-a ol.images { padding: 0; margin: 0; list-style: none; line-height: 1.2em;}
#access #col-a ol.images img { display: block; padding-bottom: 5px;}
#access #col-a ol.images li { width: 214px; float: left; padding: 0 15px 10px 0;}
#access #col-a ol.images li.end { padding-right: 0;}

#access #col-a #course1 img, #access #col-a #course2 img, #access #col-a #course3 img, #access #col-a #course4 img, #access #col-a #course5 img { display: block; margin: 0 44px 10px ; padding: 1px; border: 1px solid #b1b3b2; }
#access #col-a #course1 p, #access #col-a #course2 p, #access #col-a #course3 p, #access #col-a #course4 p, #access #col-a #course5 p { margin: 0 44px;  }

#access .btn_contact a {
	display: inline-block;
	background-color: #cf7d40;
	/*background-color: #333;*/
	padding: 12px 50px 10px 50px;
	width: 300px;
	color: #fff;
	border-radius: 30px;
	text-decoration: none;
	letter-spacing: 3px;
	text-align: center;
	outline: none;
}
#access .btn_contact a:hover {
	text-decoration: none !important;
	opacity: 1 !important;
	background-color: #333;
	color: #fff !important;
	letter-spacing: 5px;
}
#access .btn_contact .button::before,  #access .btn_contact .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#access .btn_contact .button,  #access .btn_contact .button::before,  #access .btn_contact .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#access .access_img{
	margin-bottom: 30px;
}
#access .access_img img{
	width: 100%;
}
#access .heading-section{
	margin-bottom: 0em;
}

#access table.access_address {
	width: 100%;
	font-size: 16px;
	margin-bottom: 40px;
	border-bottom: solid 1px #aaa;
}
#access table.access_address th {
	border: solid 1px #ddd;
	font-size: 16px;
	text-align: left;
	vertical-align: top;
	background-color: #eee;
	padding: 8px 12px 6px 12px;
}
#access table.access_address td {
	border: solid 1px #ddd;
	font-size: 16px;
	text-align: left;
	vertical-align: top;
	padding: 8px 12px 6px 12px;
}

#access table.access_address td ul{
	counter-reset:list;
	list-style-type:none;
	padding:7px 0 0 0;
	margin-bottom: 0px;
}
#access table.access_address td ul li{
	position:relative;
	padding: 0 0 0 20px;
	margin: 0 0 7px 0px;
	font-weight: bold;
	font-size:14px;
}
#access table.access_address td ul li:before{
	counter-increment: list;
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #ccc;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#access dl.access_moyori {
	margin-bottom: 40px;
}
#access dl.access_moyori dt{
	position:relative;
	padding: 0 0 0 20px;
	margin: 0 0 7px 0px;
	font-weight: bold;
	font-size:14px;
}
#access dl.access_moyori dt:before{
	counter-increment: list;
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #ccc;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#access dl.access_moyori dd{
	font-size:14px;
	margin-bottom: 10px;
}

/* =======================================================
* faq
* ======================================================= */
#faq .fh5co-intro-cover {
	background-image: url(../images/sample/about.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
}
#faq dl dt{
	border-bottom: solid 1px #eee;
	margin-bottom: 12px;
	padding-bottom: 6px;
}
#faq dl dt h3{
	margin-bottom: 0;
}
#faq dl dd{
	margin-bottom: 30px;
}
#faq dl dd p{
	margin-bottom: 16px;
}
#faq dl dd ul{
	counter-reset:list;
	list-style-type:none;
	padding:0;
	margin-bottom: 15px;
}
#faq dl dd ul li{
	position:relative;
	padding: 0 0 0 20px;
	margin: 0 0 7px 0px;
	font-weight: bold;
	font-size:14px;
}
#faq dl dd ul li:before{
	counter-increment: list;
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #cf7d40;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


/* =======================================================
* contact
* ======================================================= */
#contact .fh5co-intro-cover {
	background-image: url(../images/sample/contact.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
}
#contact .tel {
	display: inline-block;
	width: 460px;
}
#contact .tel img {
	width: 100%;
}
#contact .tel_sp {
	display: none;
}
#contact h3{
	margin-bottom: 20px;
}
#contact .heading-section{
	margin-bottom: 60px;
}
#contact .form-group {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#contact .form-group .field {
	width: 48%;
}
#contact .form-group2 {
	width: 100%;
	margin-bottom: 30px;
}
#contact .form-group2 label {
	font-weight: normal;
}
#contact .form-group3 {
	text-align: center;
	padding-top: 30px;
}

#contact  input,
#contact  textarea{
	width: 100%;
}
#contact .form-group3 input {
	display: inline-block;
	background-color: #cf7d40;
	padding: 12px 50px 10px 50px;
	color: #fff;
	border-radius: 30px;
	text-decoration: none;
	letter-spacing: 3px;
}
#contact .form-group3 input:hover {
	text-decoration: none !important;
	opacity: 1 !important;
}


/* =======================================================
* news_single
* ======================================================= */
#news .fh5co-intro-cover {
	background-image: url(../images/sample/news.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
}
	
	
#news .news_cont {
	width: 100%;
	padding: 20px 0 20px 0;
	border-bottom: solid 1px #E6E6E6;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 0;
}
#news .news_cont dt {
	width: 20%;
}
#news .news_cont dt img{
	width: 100%;
}
#news .news_cont dd {
	padding: 0 0 0 30px;
	width: 80%;
}
#news .news_cont dd .date{
	font-size: 14px;
	margin-bottom: 6px;
}
#news .news_cont dd h3{
	font-size: 18px;
	margin-bottom: 10px;
}
#news .news_cont dd .txt{
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 0;
}
#news .news_list{
	margin-bottom: 80px;
}


#news_single .fh5co-intro-cover {
	background-image: url(../images/sample/news.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
}
#news_single .tumb_img{
	margin-bottom: 30px;
}
#news_single .tumb_img img{
	width: 100%;
}
#news_single .heading-section{
	margin-bottom: 40px;
}
#news_single .btn_contact{
	margin-bottom: 80px;
}

/* =======================================================
* reservation
* ======================================================= */

#reservation .fh5co-intro-cover {
	background-image: url(../images/sample/reservation.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
}
