@charset "utf-8";

/* -----------------------------------------
   sanmartino_pc.css
   Lastupdate: 2020/03/02
   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: url(../imgs/common/body_bg.jpg) repeat;
	background-attachment: fixed;
	color: #585b62;
	font-family: 'Sawarabi Gothic', sans-serif;
	-webkit-text-size-adjust: none;
}
a {
	text-decoration: none;
	-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;
	line-height: 2;
}
h1,
h2,
h3 {
	font-family: 'Sawarabi Mincho', sans-serif;
	text-align: center;
}
h2 {
	color: #3b3c39;
	padding: 0 0 30px 0;
	margin: 0 0 40px 0;
	font-size: 300%;
	letter-spacing: 2px;
	border-top:1px solid #636b73;
	border-bottom:1px solid #636b73;
	background:url(../imgs/common/h2_bg.png) no-repeat;
}
h2 span {
	display: block;
	font-size: 40%;
	line-height: 1;
}
h3 {
	display: inline-block;
	margin: 0 0 30px 0;
	color: #585b62;
	font-size: 200%;
	line-height: 1.6;
	letter-spacing: 3px;
}
h4 {
	display: inline-block;
	margin: 0 0 20px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #585b62;
	color: #585b62;
	font-size: 125%;
	letter-spacing: 2px;
}


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

#globalHeader {
	position: relative;
	height: 370px;
	background: url(../imgs/common/gH_cover_pc.jpg) no-repeat top;
	background-size: cover;
	text-align: center;
}


#globalHeader h1 a {
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	margin: auto;
	color: #3f413c;
	font-size: 180%;		
	letter-spacing: 2px;
	text-align: center;
	z-index: 100;
}
#globalHeader h1 a span {
	display: block;
	font-size: 40%;
}
#globalHeader h1 a span:hover {
	opacity: 0.5;
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
}
#globalHeader .main_visual {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;		
}


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

#globalNav .gnav_inner {
	background-color: #755b5b;
}
#globalNav ul {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
#globalNav ul li {
	float: left;
}
#globalNav ul li a {
	display: block;
	width: 125px;
	height: 30px;
	padding: 20px 0;	
	color: #fff;
	font-family: 'Sawarabi Mincho', sans-serif;
	font-size: 94%;
	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;
}


/* -----------------------------------------
   #news
------------------------------------------*/

#news {
	padding: 20px 0;
	background-color: #3f413c;
	text-align: center;
}
#news h2 {
	display: inline;
	padding: 0 10px 0 0;
	color: #FFFFFF;
	font-size: 113%;
	letter-spacing: 2px;
	background:none;
	border:none;
}
#news dl {
	display: inline;
	color: #FFFFFF;
}
#news dl dt,
#news dl dd {
	display: inline;
	font-size: 94%; 
}

.n_link {
	color:#FC0;
}


/* -----------------------------------------
   #cont_wrap
------------------------------------------*/

#cont_wrap {
	width: 880px;
	margin: 40px auto;
	padding: 80px 60px 60px 60px;
	background-color: rgba(255, 255, 255, 0.6);
	text-align: center;
}
#quality,
#roomplan,
#equipment,
#location,
#access,
#outline {
	margin-top: -80px;
	margin-bottom: 60px;
	padding-top: 80px;
}
#contact {
	margin-top: -80px;
	padding-top: 80px;
}
.txt p {
	margin: 0 0 20px 0;
}
.linkBtn {
	width: 314px;
	margin: 40px auto 0 auto;
}
.linkBtn a {
	display: table-cell;
	width: 314px;
	height: 54px;
	border-radius: 30px;
	background-color: #755b5b;
	color: #FFFFFF;
	font-family: 'Sawarabi Gothic', sans-serif;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}
.linkBtn i {
	margin: 0 5px 0 0;
}


	/* -----------------------------------------
	   #quality
	------------------------------------------*/

	#quality #quality_01 {
		margin: 40px 0 0 0;
	}
	#quality #quality_01 .left {
		float: left;
		width: 540px;
		margin: 0 40px 0 0;
		text-align: left;
	}
	#quality #quality_01 .right {
		float: right;
		width: 300px;
	}
	#quality #quality_01 .right img {
		width: 300px;
	}


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

	#equipment ul {
		display: flex;
		margin: 40px 0 0 0;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}
	#equipment ul li {
		width: 280px;
		margin: 20px 0 0 0;
		border-radius: 5px;
		background-color: #FFFFFF;
	}
	#equipment ul li img {
		width: 280px;
		border-radius: 5px 5px 0 0;
	}
	#equipment ul li p.caption {
		padding: 10px 0 15px 0;
		font-size: 88%;
		text-align: center;
	}


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

	#roomplan ul {
		display: flex;
		margin: 40px 0 0 0;
		justify-content: space-between;
	}
	#roomplan ul li {
		width: 280px;
		border-radius: 5px;
		background-color: #FFFFFF;
	}
	#roomplan ul li img {
		width: 280px;
		border-radius: 5px 5px 0 0;
	}
	#roomplan ul li dl {
		padding: 10px 0 15px 0;
		text-align: center;
	}
	#roomplan ul li dl dt span {
		padding: 0 10px 0 0;
		font-size: 125%;
		font-family: 'Sawarabi Mincho', sans-serif;		
	}
	
	#roomplan ul li dl dt .rn {
		padding: 0 6px;
		font-size: 100%;
		border:1px solid #ccc;
	}


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

	#location ul {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}
	#location ul li {
		width: 280px;
		margin: 20px 0 0 0;
		border-radius: 0 0 5px 5px;
		background-color: #FFFFFF;
	}
	#location ul li img {
		width: 280px;
		border-radius: 5px 5px 0 0;
	}
	#location ul li dl {
		padding: 15px;
		font-size:90%;
		text-align: center;
		line-height: 1.6;
	}
	#location ul li dl dd {
		font-size: 88%;
	}


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

	#access #access_01,
	#access #access_02 {
		margin: 40px 0 0 0;
	}
	#access #access_01 .left {
		float: left;
		width: 540px;
		margin: 0 30px 0 0;
	}
	#access #access_01 .left img {
		width: 540px;
		border-radius: 5px;
	}
	#access #access_01 .right {
		float: right;
		width: 310px;
	}
	#access #access_01 .right li:first-child {
		margin: 0 0 20px 0;
	}
	#access #access_01 .right p {
		margin: 0 0 5px 0;
	}
	#access #access_01 .right img {
		width: 310px;
		border-radius: 5px;
	}
	#access #access_01 .right dl {
		font-size: 75%;
		text-align: left;
	}
	#access #access_01 .right dl dt,
	#access #access_01 .right dl dd {
		display: inline;
	}
	#access #access_02 {
		display: flex;
		justify-content: space-between;
	}
	#access #access_02 li {
		width: 210px;
		border-radius: 5px;
		background-color: #FFFFFF;
	}
	#access #access_02 li img {
		width: 210px;
		border-radius: 5px 5px 0 0;
	}
	#access #access_02 li dl {
		padding: 5px 0 15px 0;
		text-align: center;
		line-height: 1.6;
	}
	#access #access_02 li dl dt span {
		font-size: 200%;
		font-family: 'Sawarabi Mincho', sans-serif;		
	}
	#access #access_02 li dl dd {
		font-size: 75%;
	}


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

	#outline table {
		width: 420px;
		border-collapse: separate;
		border-radius: 5px;
		border-spacing: 0;
		font-size: 88%;
	}
	#outline #outline_01 {
		float: left;
		margin: 0 40px 0 0;
	}
	#outline #outline_02 {
		float: right;
	}
	#outline table th {
		width: 120px;
		background-color: #755b5b;
		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 #3f413c;
		border-radius: 3px;
		color: #3f413c;
		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 .txt a {
		color: #3f413c;
	}
	#contact table {
		margin: 40px auto 0 auto;
		border-collapse: separate;
		border-radius: 5px;
		border-spacing: 0;
		background-color: #ffffff;
	}
	#contact table th,
	#contact table td {
		padding: 25px 25px 0 25px;
		text-align: left;
	}
	#contact table th {
		vertical-align: middle;
	}
	#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 #3f413c;
		outline: 0;
	}
	#contact table th span {
		display: inline-block;
		position: relative;
		top: -2px;
		left: 8px;
		padding: 2px 4px 5px 4px;
		background-color:#755b5b;
		border-radius: 3px;
		color: #fff;
		font-size: 82%;
		text-decoration: none;
		line-height: 1;
	}
	#contact .linkBtn {
		position: relative;
		width: 314px;
		margin: 40px auto 0 auto;
		height: 54px;
		background-color: #755b5b;
		border: 3px solid #755b5b;
		border-radius: 30px;
		text-align: center;
		text-decoration: none;
		vertical-align: middle;
	}
	#contact .linkBtn i {
		position: absolute;
		top: 20px;
		left: 85px;
		color: #FFFFFF;
		z-index: 100;
	}
	#contact .linkBtn input {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-color: #755b5b;
		border: 3px solid #755b5b;
		border-radius: 30px;
		color: #FFFFFF;
		font-size: 100%;
		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: #755b5b;
    color: #FFFFFF;
	font-family: 'Sawarabi Mincho', sans-serif;	
	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%;	
}


/* -----------------------------------------
   #footerBannerArea
------------------------------------------*/

#footerBannerArea p {
	width: 482px;
	margin: 0 auto 40px auto;
}


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

#globalFooter {
	padding: 18px 0 20px 0;
	background-color: #3f413c;
	color: #FFFFFF;
	font-size: 88%;
	font-family: 'Sawarabi Mincho', sans-serif;	
	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-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	vertical-align: bottom;
	*display: inline;
	*zoom: 1;
}