@charset "utf-8";

/* -----------------------------------------
   sanmartino_sp.css
   Lastupdate: 2020/03/02
   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: 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;
	}
}


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

body {
	font-size: 14px;
	line-height: 1.6;
}
h1,
h2,
h3 {
	font-family: 'Sawarabi Mincho', sans-serif;
	text-align: center;
}
h2 {
	color: #3b3c39;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	font-size: 200%;
	letter-spacing: 2px;
	border-top:1px solid #636b73;
	border-bottom:1px solid #636b73;
	background:url(../imgs/common/h2_bg_sp.png) no-repeat;
	background-size:100% auto;
}
h2 span {
	display: block;
	font-size: 50%;
	line-height: 1;
}
h3 {
	display: inline-block;
	margin: 0 0 20px 0;
	color: #585b62;
	font-size: 115%;
	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: 100%;
}


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

#globalHeader {
	position: relative;
	height: 225px;
	background: url(../imgs/common/gH_cover_pc.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: 40px;
	padding: 15px 0 10px 0;
	background-color: #000000;
	text-align: center;
}
#globalHeader h1 a,
#globalHeader_thanks h1 a {
	color: #7C653C;
	font-size: 160%;		
	letter-spacing: 2px;
}
#globalHeader h1 a span,
#globalHeader_thanks h1 a span {
	display: block;
	font-size: 40%;
}
#globalHeader h1 a span:hover,
#globalHeader_thanks h1 a span:hover {
	opacity: 0.5;
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
}
#globalHeader .main_visual img {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 99%;
	max-width: 500px;
	margin: auto;
}


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

#panel {
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 80px 0 0 0;
	background: rgba(255, 255, 255, 0.3);
	text-align: center;
	overflow: hidden;
	z-index:100;
}
#panel-btn {
	display: block;
	position: absolute;
	top: 12px;
	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: #FFFFFF;
	transition: .2s;
}
#panel-btn-icon:before,
#panel-btn-icon:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 18px;
	height: 2px;
	background: #FFFFFF;
	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: #FFFFFF;
	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 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	height: 296px;
	padding: 15px 0;
	background-color: #FFFFFF;
}
#globalNav ul li {
	width: 50%;
	padding: 15px 0;
}
#globalNav ul li a {
	color: #636b73;
	font-family: 'Sawarabi Mincho', sans-serif;
}
#globalNav ul li span {
	padding: 2px 0 0 0;
	font-size: 60%;
	letter-spacing: 1px;
}


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

#news {
	padding: 10px 0;
	background-color: #3f413c;
	text-align: center;
}
#news h2 {
	padding: 0 0 2px 0;
	color: #FFFFFF;
	font-size: 113%;
	letter-spacing: 2px;
	background:none;
	border:none;
	margin:0 !important;
}
#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 {
	margin: 0 0 15px 0;
	padding: 40px 40px 60px 40px;
	background-color: rgba(255, 255, 255, 0.7);
	text-align: center;
}
#cont_wrap img {
	width: 100%;
}
#quality,
#roomplan,
#equipment,
#location,
#access,
#outline {
	margin-top: -90px;
	margin-bottom: 40px;
	padding-top: 90px;
}
#contact {
	margin-top: -90px;
	padding-top: 90px;
}
#contact_thanks {
	padding-top: 90px;
} 
.txt {
	text-align: left;
}
.txt p {
	margin: 0 0 20px 0;
}
.linkBtn {
	width: 280px;
	margin: 40px auto 0 auto;
}
.linkBtn a {
	display: table-cell;
	width: 280px;
	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 .right img {
		width: 80%;
		max-width: 400px !important;
	}


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

	#equipment ul {
		margin: 40px 0 0 0;
	}
	#equipment ul li {
		width: 80%;
		max-width: 500px;
		margin: 20px auto 0 auto;
		border-radius: 0 0 5px 5px;
		background-color: #FFFFFF;
	}
	#equipment ul li img {
		width: 100%;
		max-width: 500px;
		border-radius: 5px 5px 0 0;
	}
	#equipment ul li p.caption {
		padding: 15px;
		font-size: 88%;
		text-align: center;
	}


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

	#roomplan ul {
		width: 80%;
		max-width: 500px;
		margin: 40px auto 0 auto;
	}
	#roomplan ul li {
		width: 100%;
		max-width: 500px;
		margin: 0 auto 20px auto;
		border-radius: 5px;
		background-color: #FFFFFF;
	}
	#roomplan ul li img {
		width: 100%;
		max-width: 500px !important;
		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 {
		margin: 40px 0 0 0;
	}
	#location ul li {
		width: 80%;
		max-width: 500px;
		margin: 20px auto 0 auto;
		border-radius: 0 0 5px 5px;
		background-color: #FFFFFF;
	}
	#location ul li img {
		width: 100%;
		max-width: 500px;
		border-radius: 5px 5px 0 0;
	}
	#location ul li dl {
		padding: 15px;
		text-align: center;
	}
	#location ul li dl dd {
		font-size: 88%;
	}


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

	#access #access_01 {
		margin: 40px 0 0 0;
	}
	#access #access_01 .left {
		width: 100%;
		max-width: 500px;
		margin: 0 auto 20px auto;
	}
	#access #access_01 .left img {
		width: 100%;
		max-width: 500px;
		border-radius: 5px;
	}
	#access #access_01 .right {
		width: 100%;
		max-width: 500px;
		margin: 0 auto 20px auto;
	}
	#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: 100%;
		max-width: 500px;
		border-radius: 5px;
	}
	#access #access_01 .right dl {
		font-size: 88%;
	}
	#access #access_01 .right dl dt,
	#access #access_01 .right dl dd {
		display: inline;
	}
	#access #access_02 {
		display: flex;
		max-width: 500px;
		margin: 40px auto 0 auto;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	#access #access_02 li {
		width: 48%;
		max-width: 240px;
		border-radius: 5px;
		background-color: #FFFFFF;
	}
	#access #access_02 li:first-child,
    #access #access_02 li:nth-child(2) {
		margin: 0 0 20px 0;
	}
	#access #access_02 li img {
		width: 100%;
		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 #outline_02 {
		margin: 40px 0 0 0;
	}
	#outline h4 {
		font-size: 115%;
	}
	#outline table {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
		border-collapse: separate;
		border-spacing: 0;
	}
	#outline table th {
		display: block;
		padding: 12px;
		background-color: #755b5b;
		color: #FFFFFF;
		text-align: left;
	}
	#outline table td {
		display: block;
		padding: 15px;
		background-color: #FFFFFF;
		text-align: left;
	}
	#outline table td .gmap_link {
		display: block;
		width: 80px;
	}
	#outline table td .gmap_link a {
		display: block;
		margin: 10px 0 3px 0;
		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 5px 0 0;
	}
	#outline table tr:last-child td {
		border-bottom: none;
		border-radius: 0 0 5px 5px;
	}


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

	#contact table {
		width: 90%;
		margin: 0 auto;
		border-collapse: separate;
		border-radius: 5px;
		border-spacing: 0;
		background-color: #ffffff !important;
	}
	#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;
		background-color:#755b5b;
		border-radius: 5px;
		color: #fff !important;
		font-size: 82%;
		text-decoration: none;
		line-height: 1;
	}
	#contact .linkBtn {
		position: relative;
		width: 280px;
		margin: 40px auto 0 auto;
		height: 54px;
		border: 3px solid #755b5b;
		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: #3f413c;
		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;
	  }
	}


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

	#contact .txt a {
		color: #3f413c;
	}
	#contact table {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
		border-collapse: separate;
		border-radius: 5px;
		border-spacing: 0;
		background-color: #E1D8C6;
	}
	#contact table th,
	#contact table td {
		text-align: left;
	}
	#contact table th {
		padding: 25px 25px 0 25px;
		vertical-align: middle;
	}
	#contact table td {
		padding: 10px 25px 0 25px;
	}
	#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: 14px;
	}
	#contact table td select {
		width: 90%;
		padding: 10px;
		border: 3px solid #E1D8C6;
		border-radius: 5px;
		font-size: 14px;		
	}
	#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;
		border: 1px solid #755b5b;
		border-radius: 3px;
		color: #746443;
		font-size: 82%;
		text-decoration: none;
		line-height: 1;
	}
	#contact .linkBtn {
		position: relative;
		width: 280px;
		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: 21px;
		left: 71px;
		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-weight: 900;
		font-family: 'Sawarabi Gothic', sans-serif;
		cursor: pointer;
		cursor: hand;
	}
	input[type="submit"]{
	-webkit-appearance: none;
	}

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


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

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


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

#footerBannerArea p {
	width: 80%;
	max-width: 482px;
	margin: 0 auto 15px auto;
}
#footerBannerArea p img {
	width: 100%;
	max-width: 482px;	
}

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

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