@charset "utf-8";

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

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

 /* font-size: 16px
 *
 *  8px - 50% 
 *  9px - 56% 
 * 10px - 62% 
 * 11px - 68%
 * 12px - 75%
 * 13px - 82%
 * 14px - 88%
 * 15px - 94%
 * 16px - 100%
 * 17px - 107%
 * 18px - 113%
 * 19px - 118%
 * 20px - 125% 
 *
 */

/* 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;
	}
}


/* -----------------------------------------
   PC ONLY SETS
------------------------------------------*/

body {
	font-size: 16px;
}
#cont_wrap {
	margin: 40px 0;
}
.cont_inner {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
h2 {
	color: #E8616B;
	margin: 0 0 50px 0;
	padding: 0 0 50px 0;
	background: url(../imgs/h2_bg.png) bottom center no-repeat;
	font-family: 'Sawarabi Mincho', sans-serif;
	font-size: 300%;
	text-align: center;
	letter-spacing: 2px;
}
h2 span {
	display: block;
	font-size: 40%;
	line-height: 1;
}
section {
	margin: 0 0 80px 0;
}
h3 {
	display: inline-block;
	margin: 0 0 30px 0;
	font-size: 150%;
	letter-spacing: 3px;
}
h3:before {
	content: "- "
}
h3:after {
	content: " -"
}
.bx-wrapper,
.bxslider {
	width: 460px;
}
#about,
#roomplan,
#equipment,
#location,
#access,
#outline,
#contact {
	margin-top: -80px;
	padding-top: 80px;
}
#roomplan .txt,
#location .txt,
#access .txt,
#contact .txt{
	margin: 0 0 40px 0;
}


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

#globalHeader {
	height: 496px;
	background: url(../imgs/top_cover_pc.jpg) no-repeat top;
	background-size: cover;
	text-align: center;
}
#globalHeader_thanks {
}
#globalHeader h1,
#globalHeader_thanks h1 {
	padding: 20px 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: 300px;
}
#drawer_btn button,
#globalHeader_thanks button {
	display: none;
}


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

#globalNav .gnav_inner {
	background-color: #8C8576;
}
#globalNav ul li {
	float: left;
}
#globalNav ul li a {
	display: block;
	width: 125px;
	height: 30px;
	padding: 20px 0;	
	color: #FFFFFF;
	font-family: 'Sawarabi Gothic', sans-serif;	
	font-size: 88%;
	text-decoration: none;
	text-align: center;
	line-height: 1;
	letter-spacing: 1px;
}
#globalNav ul li span {
	padding: 3px 0;
	font-size: 50%;
	letter-spacing: 1px;
}
#globalNav ul li i {
	font-size: 50%;
}

/* PC版Gnavi上部固定 */

.g-nav{
	width: 100%;
	z-index: 10;
}
.fixed{
	position: fixed;
	top: 0;
	left: 0;
}


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

#about_01 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
#about_01 ul li {
	width: 235px;
	margin: 20px 0 0 0;
}
#about_01 ul li p {
	display: table;
	width: 160px;
	margin: 0 auto;	
}
#about_01 ul li p i {
	display: table-cell;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	background-color: #CF8C7F;
	color: #FFFFFF;
	font-size: 450%;
	text-align: center;
	vertical-align: middle;
}
#about_01 ul li dl dt {
	margin: 10px 0 0 0;
	color: #CF8C7F;
	font-size: 150%;
	letter-spacing: 1px;	
}
#about_01 ul li dl dd {
	margin: 10px 0 0 0;	
}


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

#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;
	background: none;
	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;
	margin: 0 0 100px 0;
}
#equipment section .imgGallery {
	position: relative;
	float: left;
}
#equipment section .imgGallery img {
	width: 460px;
	border-radius: 5px;
}
#equipment section .thumbGallery {
    position: relative;
	width: 460px;
}
#equipment section .thumbGallery img {
	border-radius: 3px;
}
#equipment section .description {
	position: absolute;
	width: 460px;
	height: 250px;
	top: 50px;
	right: 0;
	padding: 50px 40px 40px 100px;
	background-color: #FFFFFF;
	text-align: left;
	z-index: -10;
}
#equipment section .description h3 {
	margin: 10px 0 20px 0;
	font-size: 125%;
	letter-spacing: 3px;
}
#equipment section .description .txt p {
	margin: 0 0 10px 0;
}
#equipment section .decorate_en {
	position: absolute;
	top: 0;
	right: 20px;
	font-family: 'Sawarabi Mincho', sans-serif;	
	font-size: 400%;
	opacity: 0.6;
}


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

#location .cont_inner ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
#location .cont_inner ul li {
	width: 314px;
	margin: 20px 0 0 0;
	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: 314px;
	border-radius: 5px 5px 0 0;
}


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

#access .cont_inner ul li:first-child {
	float: left;
}
#access .cont_inner ul li:last-child {
	float: right;
}


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

#outline table {
	width: 480px;
	border-collapse: separate;
	border-radius: 5px;
	border-spacing: 0;
}
#outline #outline_01 {
	float: left;
	margin: 0 40px 80px 0;
}
#outline #outline_02 {
	float: right;
}
#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: inline-block;
	position: relative;
	top: 4px;
	left: 8px;
}
#outline table td .gmap_link a {
	display: inline-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 {
	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: 25px 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: 25px;
	border-bottom: none;
	border-radius: 0 0 5px 0;
}
#contact table td input,
#contact table td textarea {
	width: 500px;
	padding: 10px;
	border: 3px solid #E1D8C6;
	border-radius: 5px;
}
#contact table td select {
	width: 525px;
	padding: 10px;
	border: 3px solid #E1D8C6;
	border-radius: 5px;
}
#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: 20px;
	left: 85px;
}
#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;
}
#contact .linkBtn:hover {
	opacity: 0.5;
}


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

#gotoTop {
    position: fixed;
    bottom: 40px;
    right: 40px;
    font-size: 77%;
	cursor: pointer;
	cursor: hand;
}
#gotoTop a {
    display: block;
    width: 81px;
	height: 61px;
	padding: 20px 0 0 0;
    border-radius: 50%;	
    background-color: #CF8C7F;
    color: #FFFFFF;
	font-size: 94%;
    text-align: center;
    text-decoration: none;	
}
#gotoTop:hover {
    text-decoration: none;
	opacity: 0.5;
}
#gotoTop i {
	display: block;
	padding: 2px 0 0 0;
	font-size: 213%;	
}
#gotoTop img {
	position: absolute;
	top: -22px;
	left: -25px;
}


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

#globalFooter {
	padding: 18px 0 20px 0;
	background-color: #8C8576;
	color: #FFFFFF;
	font-size: 88%;
	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;
}