@charset "utf-8";
/* CSS Document */
/*
Theme Name: OPA
Description: OPAテンプレート
Author: トラ丸企画
*/

/*reset*/* {
	margin: 0;
	padding: 0;
}
.grecaptcha-badge {display: none;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	outline: 0;
	background: transparent;
	color: #FFFFFF;
}
p,li,dd,span,a,th,td{
	font-size: 12px;
	line-height: 1.7em;
}
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption {
	width: 100%;
}
input {
}
/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}/* End hide from IE-mac *//*clear*/
.clear {
	clear: both;
}/*style*/
body {
	margin: 0px;
	padding: 0;
	-webkit-text-size-adjust: none;
	font: 1em "Meiryo", "MS PGothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #663333;
}
img {
	border: none;
	line-height: 1em;
	vertical-align: bottom;
}
@media screen and (min-width: 766px) {

img.alignleft { float:left; padding: 5px 20px 5px 5px;}
img.alignright { float:right; padding: 5px 5px 5px 20px;}
img.aligncenter { clear: both; display: block; margin:auto;}
}
@media screen and (max-width: 765px) {
img.alignleft,img.alignright,img.aligncenter { clear: both; display: block; margin:auto;}
}

a {
	outline: none;
	color: #60b2d8;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.screen-reader-text {
	display: none;
}
.clear hr {
	display: none;
}
hr {
	background-color: #ddd;
	border: 0;
	height: 1px;
	clear: both;
	margin: 30px auto;
}
blockquote {
	margin: 0px 0px 20px;
	padding: 10px 20px 10px 20px;
	background-color: #f4f4f4;
	border: 1px solid #ddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
blockquote blockquote {
	margin: 20px 0;
	background-color: #fff;
}
blockquote blockquote blockquote {
	margin: 20px 0;
	background-color: #f4f4f4;
}
blockquote p {
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
table {
	width: 100%;
	margin-bottom: 20px;
}
th, td {
	padding: 0 10px;
	border-bottom: 1px solid #ddd;
}
object, embed {
	width: 100%;
	display: block;
	margin: auto;
}
/*margin padding float*/
.nm-t { margin-top: 0!important;}
.nm-r { margin-right: 0!important;}
.nm-b { margin-bottom: 0!important;}
.nm-l { margin-left: 0!important;}
.np-t { padding-top: 0!important;}
.np-r { padding-right: 0!important;}
.np-b { padding-bottom: 0!important;}
.np-l { padding-left: 0!important;}
@media screen and (min-width: 766px) {
.fn { float: none;}
.fl { float: left;}
.fr { float: right;}
}
@media screen and (max-width: 765px) {
}


/*common*/
header,
.globalNavi,
#main,
footer {
	width: 100%;
	max-width: 960px;
	margin: 0px auto;
}
body {
	background: #000;
}
/*header*/
.headerBg {
	background: #be6577 url(img/common/header_bg.png) repeat-x 0 100%;
	border-bottom: 6px solid #91010b;
}
header { position: relative;}
header h1 {text-align: center;}
.globalNavi ul {width: 100%; max-width: 776px; margin: 0px auto;}
.hnav-btn {
	display: block;
	margin-right: 10%;
	margin-top: 10px;
	padding: 0.5em 0.5em;
	float: right;
	background: #dcdcdc;
	border-radius: 3px;
	color: #fff;
}
.hnav-btn span.menuline {
display: block;
width: 18px;
height: 2px;
background-color: #f5f5f5;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
margin: 3px auto 0;
}
@media screen and (min-width: 766px) {
header .hbnr { position: absolute; top: 10px; right: 10px;}
header li.hbnrsp { display: none;}

header .hnav-btn {
	display: none;
	height: 0px;
	width: 0px;
}
.globalNavi ul li {float:left; padding-left: 48px;}
.globalNavi ul li:nth-child(2) {padding-left: 38px;}
.globalNavi ul li:nth-child(3) {padding-left: 25px;}
.globalNavi ul li:nth-child(4) {padding-left: 38px;}
.globalNavi ul li.reserv {padding-left: 0px;}
}
@media screen and (max-width: 765px) {
header h1 {width: 70%;max-width:310px; float:left;}
header h1 img {width: auto; height:69px;}
	.hnav-btn {
		margin-top: 50px;
	}
.hnav-btn {
	margin: 20px 20px 0;
	width: 20%;
	max-width: 40px;
	padding-left:0;
	padding-right: 0px;
}
/*.globalNavi ul {background: transparent url(img/common/header_logo.png) no-repeat 0 0; background-size: 40% auto;}*/
.collapse {
	display: none;
}
header .hbnr { display: none;}
header li.hbnrsp { display: block;}

.globalNavi ul li {float:left; padding-left: 0px; width: 50%;text-align:center;}
.globalNavi ul li:nth-child(2n+1) { clear:both;}
.globalNavi ul li:last-child {width: 100%; padding: 5px 0px}
}

.imageMain {
	width: 100%;
	text-indent: -9999px;
	overflow:hidden;
	display: block;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin-bottom: 45px;
}
@media screen and (min-width: 765px) {
.imageMain {height: 380px;}
.imageMain.room-aMain {background-image: url(img/page_title/room_a_main_pc-r3-2-min.jpg);}
.imageMain.room-bMain {background-image: url(img/page_title/room_b_main_pc-r3-2-min.jpg);}
.imageMain.room-cMain {background-image: url(img/page_title/room_c_main_pc-r3-3-min.jpg);}
.imageMain.room-dMain {background-image: url(img/page_title/room_d_main_pc-r3-min.jpg);}
.imageMain.room-eMain {background-image: url(img/page_title/room-e_main.jpg);}
.imageMain.room-fMain {background-image: url(img/page_title/room-f_main.jpg);}
.imageMain.accessMain {background-image: url(img/page_title/access_main.jpg);}
.imageMain.informationMain {background-image: url(img/page_title/information_main.jpg);}
.imageMain.servicesMain {background-image: url(img/page_title/services_main.jpg);}
.imageMain.bookMain {background-image: url(img/page_title/book_main.jpg);background-position: 100% 50%;;}
}
@media screen and (max-width: 765px) {
.imageMain { background-size: 100% auto;}
.imageMain.room-aMain {background-image: url(img/page_title/room-a_main_sp-r3-min.jpg);}
.imageMain.room-bMain {background-image: url(img/page_title/room-b_main_sp-r3-2-min.jpg);}
.imageMain.room-cMain {background-image: url(img/page_title/room-c_main_sp-r3-3-min.jpg);}
.imageMain.room-dMain {background-image: url(img/page_title/room-d_main_sp-r3-min.jpg);}
.imageMain.room-eMain {background-image: url(img/page_title/room-e_main_sp.jpg);}
.imageMain.room-fMain {background-image: url(img/page_title/room-f_main_sp.jpg);}
.imageMain.accessMain {background-image: url(img/page_title/access_main_sp.jpg);}
.imageMain.informationMain {background-image: url(img/page_title/information_main_sp.jpg);}
.imageMain.servicesMain {background-image: url(img/page_title/services_main_sp.jpg);}
.imageMain.bookMain {background-image: url(img/page_title/book_main_sp.jpg);background-position: 100% 50%;}
}
.pageTitleBg {background: transparent url(img/common/title_bg.png) repeat-x 0 0;width: 100%;}
.pageTitleBg h2 {text-align:center; margin-bottom: 64px;}
@media screen and (max-width: 765px) {
.pageTitleBg h2 {
	width: 100%;
}
.pageTitleBg h2 img {
	width: 100%;
	height: auto;
}
.pageTitleBg h2.informationtitle img {
	max-width: 359px;
}
.pageTitleBg h2.servicestitle img {
	max-width: 233px;
}
.pageTitleBg h2.roomtitle img {
	max-width: 198px;
}
.pageTitleBg h2.accesstitle img {
	max-width: 205px;
}
.pageTitleBg h2.booktitle img {
	max-width: 303px;
}
}
.subNavi {
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	margin-bottom:50px;
}
.subNavi ul {
	width: 100%;
	max-width: 1080px;
	margin: 0px auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.subNavi ul li {
	border-bottom:1px solid #aaaaaa;
	border-top:1px solid #aaaaaa;
	border-left:1px solid #aaaaaa;
	box-sizing: border-box;
}
.subNavi ul li a {
	display: block;
	text-align:center;
	padding-top: 18px;
	padding-bottom: 18px;
	color: #FFF;
	width: 100%;
}
.subNavi ul li:last-child a {
	border-right:1px solid #aaaaaa;
}
.subNavi ul li.currentPageItem a,
.subNavi ul li a:hover {
	background: #dcdcdc;
	color: #000;
}
.subNavi ul li a span {
	color: #dcdcdc;
}
.subNavi ul li a span {
	color: #000;
}
.subNavi ul li a:hover span {
	color: #dcdcdc;
}
@media screen and (min-width: 766px) {
.subNavi ul li {
	width: 25%;
	float: left;
}
.subNavi.serviceNavi ul li {
	width: calc(100% / 8);
	/*float: left;*/
}
}
@media screen and (max-width: 765px) {
.subNavi ul {width: 90%; margin: auto; align-items: stretch; justify-content: flex-start;}
.subNavi ul li { width: calc(100% / 3); flex-wrap: wrap; display: flex; align-content: center;	border-bottom:1px solid #aaaaaa;
	border-top:1px solid #aaaaaa;
	border-left:1px solid #aaaaaa;
 box-sizing: border-box; justify-content:center;}
	.subNavi ul li a { border: none; width: 100%; display: block;}
	.subNavi ul li:nth-child(3n) { border: 1px solid #AAAAAA;}
	.page-services .subNavi ul li:nth-child(3n) {border-right:1px solid #aaaaaa;}
.page-services .subNavi ul li:nth-child(3n+1) {clear:both;}
}
@media screen and (max-width: 450px) {
.page-services .subNavi ul li:nth-child(2) a {padding-top:8px;padding-bottom: 8px;}
}
@media screen and (max-width: 366px) {
.page-services .subNavi ul li:nth-child(4) a {padding-top:8px;padding-bottom: 8px;}
}
@media screen and (max-width: 326px) {
.page-services .subNavi ul li:nth-child(1) a,.page-services .subNavi ul li:nth-child(5) a {padding-top:8px;padding-bottom: 8px;}
}

/*main*/
.slide { border-bottom: 6px solid #91010b;}
/*content*/
@media screen and (max-width: 766px) {
.content {margin: 0px 20px;}
}
.content article {
	margin-bottom: 100px;
}
.page-content h3 {
	background: transparent url(img/common/title_bg.png) repeat-x 0 0;
	margin-bottom: 30px;
}
.page-content h3 br {  display: none;}
.content a {
	color: #d6c47d;
}
/*sidebar*/

/*footer*/
.subNavibottom { margin-bottom: 100px;}
.totop {clear: both; text-align:center;}
.foonterInfoBg { background: #b6000d; padding-top:90px;}
.foonterInfo { width: 83%; max-width: 650px; margin: 0px auto; padding: 0 7% 0 8%;}
.foonterInfo01 h3 { font-size: 20px; font-weight: normal; color: #d6c47d; padding-bottom: 25px;}
.foonterInfo01 h3 span{ font-size: 20px; font-weight: normal; color: #ffffff;}
.foonterInfo01 p a { color: #d6c47d; text-decoration: underline;}
.foonterInfo02 { border-top: 1px solid #aaaaaa; border-bottom: 1px solid #aaaaaa; margin-top:100px; margin-bottom: 74px;}
.foonterInfo02 p{ width: 100%; max-width: 320px; margin: 0px auto; border-right: #1px solid #aaaaaa; border-left: #1px solid #aaaaaa;}
.bottomNavi ul li img { width: 100%; height:auto;}
@media screen and (max-width: 766px) {
.bottomNavi ul li { float:left; width: 50%;}
.bottomNavi ul li:nth-child(2n+1) {clear:both;}
.foonterInfo01 .fl {padding-bottom: 60px;}
.footerBg {  background: #510f1c url(img/common/footer_bg.png) repeat-x 0 0; margin-bottom: 27px; padding: 20px 20px 0;}
footer { width: 100%; max-width: 776px;}
footer p{text-align:center;}
footer p span.hotelName{font-size: 16px;}
footer .footerTel { padding-left: 0px; padding-top: 15px; font-size: 18px;}
footer .footerTel a { font-size: 18px; color: #d6c47d;}
footer .footerTel a:nth-child(2n) { display: block;}
footer .attn18 { padding-left: 0px;}
}
@media screen and (min-width: 767px) {
.bottomNavi ul li { float:left; width: 25%;}
.foonterInfo01 .fl { width: 45%; max-width: 300px;}
.footerBg { width: 100%; background: #510f1c url(img/common/footer_bg.png) repeat-x 0 0; padding-top: 20px; margin-bottom: 27px;}
footer { width: 100%; max-width: 776px;}
footer .footerTel { padding-left: 20px; padding-top: 15px; font-size: 18px;}
footer .footerTel a { font-size: 18px; color: #d6c47d;}
footer .attn18 { padding-left: 30px;}
}

/*single*/
.single-content { padding-top: 30px;}
.single-content.single-service { padding-top: 0px;}
.single-content h3 {text-align: center; font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; margin-bottom: 30px;}
.single-content .scontent {width: 100%; max-width: 560px; margin: 0px auto;}
.single-content .scontent img { max-width: 100%; height:auto;}
.post-navigation { width: 100%; max-width: 500px; margin: 0px auto 50px;}
.post-navigation .post-nav-back {float: left;}
.post-navigation .post-nav-fwd {float: right;}
.post-navigation .post-list { text-align:center;}
@media screen and (max-width: 766px) {
.single-content img {
	max-width: 100%;
	height:auto;
}
}

/*archive*/

/*other*/
.acordion{ box-shadow: 0 0 10px rgba(0,0,0,0.3);}
.trigger{ padding:10px 10px 10px 15px; font-size:88%;}
.trigger.active{}
.acordion_tree{ padding:15px; font-size:75%;}
.acordion_tree img { max-width: 100%; height: auto; }
.open-close { float:right; text-indent:-9999px; display:block; margin-top:3px; height:11px; width:20px; background:url(img/common/open.png) no-repeat; background-size:20px 11px; -webkit-background-size:20px 11px;}
.trigger.active .open-close{ background:url(img/common/close.png) no-repeat; -webkit-background-size:20px 11px;}
/*plugin*/
/*wp-pagenavi*/
.page-navi {
	margin-top: 20px;
	text-align: center;
	height: 50px;
}
.page-navi a,
.page-navi span {
	font-size: 12px;
	color: #000;
}

/*Contact Form 7*/
.wpcf7-form {
}
.wpcf7-form input {
}
.wpcf7-form input[type=date] {
	line-height: inherit;
}
.wpcf7-form textarea {
	width: 99%;
	margin: 0 0 10px;
}
.wpcf7-form p {
	margin: 0 0 10px;
}
.wpcf7-not-valid-tip {
	padding: 2px;
	clear: both;
	color: #663333;
}
.wpcf7-display-none {
	display: none;
}
.wpcf7-form img.ajax-loader {
	float: right;
	margin-top: -30px;
}
.wpcf7-response-output {
	margin: 0 0 20px;
	padding: 5px;
	text-align: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.wpcf7-mail-sent-ok {
	background-color: #398f14;
	color: #663333;
}
.wpcf7-mail-sent-ng {
	background-color: #ff0000;
	color: #663333;
}
.wpcf7-spam-blocked {
	background-color: #ffa500;
	color: #663333;
}
.wpcf7-validation-errors {
	background-color: #f7e700;
	color: #663333;
}

/*2021.07.02_TOPページ背景花束*/
.top-img-wrap{
  background: url(img/front/202107_hana-min.jpg)no-repeat 50% 50%/cover;
}
.top-img-wrap-bg{
  background:  rgba(0,0,0,0.1) url(./img/front/bg.gif)repeat;
}