@charset "utf-8";

/* -----------------------------------------
   kanekoya_sp.css
   Lastupdate: 2019/04/09
   Author: KAZUMI SONOBE
------------------------------------------*/

 /* Break Point:
 *
 * max-width:1000px
 *
 */

 /* font-size: 14px
 *
 *  8px - 58% 
 *  9px - 65% 
 * 10px - 72% 
 * 11px - 79%
 * 12px - 86%
 * 13px - 93%
 * 14px - 100%
 * 15px - 108%
 * 16px - 115%
 * 17px - 122%
 * 18px - 129%
 * 19px - 136%
 * 20px - 143% 
 *
 */

/* Suggested order:
 *
 * display
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * z-index
 *
 */

/* -----------------------------------------
   COMMON 
------------------------------------------*/

body {
	width: 100%;
	background-color: #FBF7F1;
	color: #746443;
	font-family: 'Sawarabi Gothic', sans-serif;
	line-height: 1.6;
	-webkit-text-size-adjust: none;
}
a {
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;	
}
a:hover {
	opacity: 0.5;
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
}
.cf {
	width: 100%;
}
.cf:after {
    content:".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0.1em;
}

/* デバイスがPCのときだけ表示*/
@media screen and (max-width:1000px) {
	.pc_only {
		display: none;
	}
}

/* デバイスがSPのときに表示 */
@media screen and (min-width:1000px) {
	.sp_only {
		display: none;
	}
}


/* -----------------------------------------
   SP ONLY SETS
------------------------------------------*/

body {
	font-size: 14px;
}
#cont_wrap {
	margin: 30px 0;
	padding: 0 2%;
}
.cont_inner {
	width: 100%;
	min-width: 300px;
	text-align: center;
}
h2 {
	color: #E8616B;
	margin: 0 0 40px 0;
	padding: 0 0 40px 0;
	background: url(../imgs/h2_bg_sp.png) bottom center no-repeat;
	font-family: 'Sawarabi Mincho', sans-serif;
	font-size: 200%;
	text-align: center;
	letter-spacing: 2px;
}
h2 span {
	display: block;
	font-size: 50%;
	line-height: 1;
}
section {
	margin: 0 0 60px 0;
}
h3 {
	width: 90%;
	margin: 0 auto 30px auto;
	font-size: 115%;
	letter-spacing: 3px;
	text-align: center;
}
h3:before {
	content: "- "
}
h3:after {
	content: " -"
}
#about,
#roomplan,
#equipment,
#location,
#access,
#outline,
#contact {
	margin-top: -80px;
	padding-top: 80px;
} 
#contact_thanks {
	padding-top: 80px;
} 	
#roomplan .txt,
#location .txt,
#access .txt,
#contact .txt,
#contact_thanks .txt{
	width: 90%;
	margin: 0 auto 30px auto;
	text-align: left;
}
#roomplan .txt p,
#location .txt p,
#access .txt p,
#contact .txt p,
#contact_thanks .txt p {
	display: inline;
}


/* -----------------------------------------
   #globalHeader
------------------------------------------*/

#globalHeader {
	position: relative;
	height: 297px;
	background: url(../imgs/top_cover_sp.jpg) no-repeat top;
}
#globalHeader_thanks {
	position: relative;
}
#globalHeader .gH_inner,
#globalHeader_thanks .gH_inner {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;	
}
#globalHeader h1,
#globalHeader_thanks h1 {
	height: 30px;
	padding: 25px 0 15px 0;
	background-color: rgba(255, 255, 255, 0.95);
	text-align: center;
}
#globalHeader h1 a,
#globalHeader_thanks h1 a {
	text-decoration: none;
}
#globalHeader h1 img,
#globalHeader_thanks h1 img {
	width: 220px;
}
#panel-btn {
	display: block;
	position: absolute;
	top: 18px;
	right: 10px;
	width: 40px;
	height: 40px;
}
#panel-btn-icon {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 2px;
	margin: -1px 0 0 -9px;
	background: #E8616B;
	transition: .2s;
}
#panel-btn-icon:before,
#panel-btn-icon:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 18px;
	height: 2px;
	background: #E8616B;
	transition: .3s;
}
#panel-btn-icon:before {
	margin-top: -6px;
}
#panel-btn-icon:after {
	margin-top: 4px;
}
#panel-btn .close {
	background: transparent;
}
#panel-btn .close:before,
#panel-btn .close:after {
	margin-top: 0;
}
#panel-btn .close:before {
	transform: rotate(-45deg);
}
#panel-btn .close:after {
	transform: rotate(-135deg);
}
#panel-btn-icon:before,
#panel-btn-icon:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 18px;
	height: 2px;
	background: #E8616B;
	transition: .3s;
}
#panel-btn-icon:before {
	margin-top: -6px;
}
#panel-btn-icon:after {
	margin-top: 4px;
}
#panel-btn .close {
	background: transparent;
}
#panel-btn .close:before,
#panel-btn .close:after {
	margin-top: 0;
}
#panel-btn .close:before {
	transform: rotate(-45deg);
}
#panel-btn .close:after {
	transform: rotate(-135deg);
}


/* -----------------------------------------
   #globalNav
------------------------------------------*/

#panel {
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 70px 0 0 0;
	background: rgba(255, 255, 255, 0.3);
	text-align: center;
	overflow: hidden;
	z-index:100;
}
#globalNav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	height: 296px;
	padding: 15px 0;
	background-color: #8C8576;
}
#globalNav ul li {
	width: 50%;
	padding: 15px 0;
}
#globalNav ul li a {
	color: #FFFFFF;
	font-family: 'Sawarabi Gothic', sans-serif;	
	text-decoration: none;
}
#globalNav ul li span {
	padding: 2px 0 0 0;
	font-size: 60%;
	letter-spacing: 1px;
}


/* -----------------------------------------
   #about
------------------------------------------*/

@media screen and (max-width: 768px) {
	#about_01 ul li {
		width: 300px;
		margin: 40px auto 0 auto;
		text-align: center;
	}
	#about_01 ul li:first-child {
		margin: 0 auto;
	}
}

@media screen and (min-width: 768px) {
	#about_01 ul {
		display: flex;
		justify-content: space-around;
		align-items: center;
		flex-wrap: wrap;
	}
	#about_01 ul li {
		width: 350px;
		margin: 0 0 40px 0;
	}
	#about_01 ul li:nth-child(3),
	#about_01 ul li:nth-child(4) {
		margin: 0 0 0 0;
	}
}

#about_01 ul li p {
	float: left;
	width: 100px;
}
#about_01 dl {
	float: left;
	width: 200px;
	text-align: left;
}
#about_01 ul li dl dt {
	color: #CF8C7F;
	font-size: 129%;
	letter-spacing: 1px;
}
#about_01 ul li p i {
	display: table-cell;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #CF8C7F;
	color: #FFFFFF;
	font-size: 300%;
	text-align: center;
	vertical-align: middle;
}
#about .description {
	width: 85%;
	margin: 0 auto;
}
#about .txt {
	text-align: left;
}


/* -----------------------------------------
   #roomplan
------------------------------------------*/

#roomplan img {
	width: 90%;
	max-width: 896px;
}
#roomplan .caption {
	margin: 20px 0 0 0;
	font-size: 86%;
}
#roomplan .linkBtn {
	width: 314px;
	margin: 40px auto 0 auto;
}
#roomplan .linkBtn a {
	display: table-cell;
	width: 314px;
	height: 54px;
	border: 3px solid #746443;
	border-radius: 30px;
	color: #746443;
	font-weight: 900;
	font-family: 'Sawarabi Gothic', sans-serif;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}
#roomplan .linkBtn i {
	margin: 0 5px 0 0;
}


/* -----------------------------------------
   #equipment
------------------------------------------*/

#equipment section {
	position: relative;
	text-align: center;
}

@media screen and (max-width: 768px) {	
	#equipment section .decorate_en {
		width: 180px;
		top: -35px;
		font-size: 200%;
	}	
	.bx-wrapper,
	.bxslider {
		width: 320px;
		margin: 0 auto;
	}
	#equipment section .thumbGallery img {
		width: 50px;
		border-radius: 3px;
	}	
}
@media screen and (min-width: 768px) {		
	#equipment section .decorate_en {
		width: 180px;
		top: -35px;
		font-size: 200%;
	}	
	.bx-wrapper,
	.bxslider {
		width: 500px;
		margin: 0 auto;
	}
	#equipment section .thumbGallery img {
		width: 90px;
		border-radius: 3px;
	}		
}

#equipment section {
	width: 80%;
	margin: 60px auto 80px auto;
}
#equipment section#equipment_01 {
	margin: 80px auto;
}	
#equipment section#equipment_05 {
	margin: 60px auto;
}
#equipment section .imgGallery img {
	width: 100%;
	max-width: 500px;
	border-radius: 5px;
}
#equipment section .thumbGallery {
	margin: 0 0 30px 0;
}
#equipment section .description .txt {
   text-align: left;
}
#equipment section .description .txt p {
   display: inline;
}
#equipment section .decorate_en {
	position: absolute;
	left: 50%;
	margin: 0 auto;	
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);			
	font-family: 'Sawarabi Mincho', sans-serif;	
	opacity: 0.6;
	text-align: center;
}


/* -----------------------------------------
   #location
------------------------------------------*/

#location .cont_inner ul li {
	width: 80%;
	max-width: 500px;
	margin: 20px auto 0 auto;
	border-radius: 0 0 5px 5px;
	background-color: #FFFFFF;
}
#location .cont_inner ul li dl {
	padding: 15px;
	text-align: center;
}
#location .cont_inner ul li img {
	width: 100%;
	max-width: 500px;
	border-radius: 5px 5px 0 0;
}


/* -----------------------------------------
   #access
------------------------------------------*/

#access ul li img.accessImg_01 {
	width: 80%;
	max-width: 420px;
	margin: 0 0 30px 0;
}
#access ul li img.accessImg_02 {
	width: 90%;
	max-width: 560px;
}


/* -----------------------------------------
   #outline
------------------------------------------*/

#outline table {
	width: 90%;
	margin: 0 auto;
	border-collapse: separate;
	border-radius: 5px;
	border-spacing: 0;
}
#outline table th {
	width: 120px;
	background-color: #746443;
	color: #FFFFFF;
}
#outline table td {
	padding: 12px 15px;
	background-color: #FFFFFF;
	text-align: left;
}
#outline table td .gmap_link {
	display: block;
	width: 80px;
	position: relative;
	top: 5px;
}
#outline table td .gmap_link a {
	display: block;
	padding: 2px 4px 5px 4px;
	border: 1px solid #746443;
	border-radius: 3px;
	color: #746443;
	font-size: 82%;
	text-decoration: none;
	line-height: 1;
}
#outline table tr:first-child th {
	border-radius: 5px 0 0 0;
}
#outline table tr:first-child td {
	border-radius: 0 5px 0 0;
}
#outline table tr:last-child th {
	border-bottom: none;
	border-radius: 0 0 0 5px;
}
#outline table tr:last-child td {
	border-bottom: none;
	border-radius: 0 0 5px 0;
}


/* -----------------------------------------
   #contact
------------------------------------------*/

#contact table {
	width: 90%;
	margin: 0 auto;
	border-collapse: separate;
	border-radius: 5px;
	border-spacing: 0;
	background-color: #E1D8C6;
}
#contact table th {
	padding: 25px 25px 0 25px;
	text-align: left;
	vertical-align: middle;
}
#contact table td {
	padding: 10px 25px 0 25px;
	text-align: left;
}
#contact table tr:first-child th {
	border-radius: 5px 0 0 0;
}
#contact table tr:first-child td {
	border-radius: 0 5px 0 0;
}
#contact table tr:last-child th {
	padding: 25px;
	border-bottom: none;
	border-radius: 0 0 0 5px;
}
#contact table tr:last-child td {
	padding: 10px 25px 25px 25px;
	border-bottom: none;
	border-radius: 0 0 5px 0;
}
#contact table td input,
#contact table td textarea {
	width: 90%;
	padding: 10px;
	border: 3px solid #E1D8C6;
	border-radius: 5px;
	font-size: 16px;
}
#contact table td select {
	width: 90%;
	padding: 10px;
	border: 3px solid #E1D8C6;
	border-radius: 5px;
	font-size: 16px;
}
#contact table td input:focus,
#contact table td textarea:focus,
#contact table td select:focus {
	border: 3px solid #E8616B;
	outline: 0;
}
#contact table th span {
    display: inline-block;
	position: relative;
	top: -2px;
	left: 8px;
    padding: 2px 4px 5px 4px;
    border: 1px solid #746443;
    border-radius: 3px;
    color: #746443;
    font-size: 82%;
    text-decoration: none;
    line-height: 1;
}
#contact .linkBtn {
	position: relative;
	width: 314px;
	margin: 40px auto 0 auto;
	height: 54px;
	border: 3px solid #746443;
	border-radius: 30px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}
#contact .linkBtn i {
	position: absolute;
	top: 21px;
	left: 95px;
}
#contact .linkBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: none;
	background: none;
	color: #746443;
	font-size: 100%;
	font-weight: 900;
	font-family: 'Sawarabi Gothic', sans-serif;
	cursor: pointer;
	cursor: hand;
}

@media(min-width: 768px){
  #contact .txt a[href^="tel:"]{
    pointer-events: none;
  }
}


/* -----------------------------------------
   #gotoTop
------------------------------------------*/

#gotoTop,
#gotoTop a,
#gotoTop img {
	display: none;
}


/* -----------------------------------------
   #globalFooter
------------------------------------------*/

#globalFooter {
	padding: 18px 0 20px 0;
	background-color: #8C8576;
	color: #FFFFFF;
	font-size: 75%;
	text-align: center;
	letter-spacing: 1px;
}


/* -----------------------------------------
   bx-slider SETS
------------------------------------------*/

.bx-wrapper {
	position: relative;
	margin-bottom: 20px;
	padding: 0;
	*zoom: 1;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}
.bxslider {
	margin: 0;
	padding: 0;
}
ul.bxslider {
	list-style: none;
}
.bx-viewport {
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
}
.bx-wrapper {
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
.bx-wrapper .bx-pager {
	padding-top: 20px;
	text-align: center;
}
/*
.bx-wrapper .bx-pager.bx-default-pager a {
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #999999; pagerの非アクティブ時の色
	text-indent: -9999px;
}
*/
/*
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #E8616B; pagerのメイン色
}
*/
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	vertical-align: bottom;
	*display: inline;
	*zoom: 1;
}