/*
    Theme Name: ryuoh
    Theme URI: https://ryuoh.org
    Author: NOUVELL MURACHI
*/

@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat);


body {
	background: url(../image/common/bg-common.jpg);
}

section.section {
	padding: 30px 0;
}
section.section-btm0 {
	padding: 30px 0 0;
}
.section-bl {
	background: url(../image/common/bg-blue.jpg);
}
.section-dot {
	background: url(../image/common/bg-dotted.jpg);
}

a {
	color: #b00058;
	text-decoration: underline;
}
a:hover, a:focus {
  color: #990099;
  text-decoration: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

@media (max-width: 768px) {
	section.section {
 	 padding: 20px 0;
	}
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

/*--------------
 header
 ------------ */
header {
}
#logo-area {
	margin: 30px 0 20px!important;
}
#logo {
	float: left;
}
#header-subnavi {
	float: right;
}
header ul {
	margin: 0!important;
	padding: 0!important;
}
header ul li {
	margin: 0!important;
	padding: 0!important;
	list-style: none;
}
#header-subnavi ul li {
	float: right;
	margin: 0 0 0 10px!important;
	padding: 0!important;
	font-size: 14px;
}
#header-subnavi ul li a {
	display: box;
	color: #333;
	padding: 10px 15px !important;
	background: #fdfdf8;
	border: 1px solid #ebebda;
	font-size: 14px;
}
#header-subnavi ul li a:hover,
#header-subnavi ul li a:active {
	background: #fff;
	color: #666;
	padding: 10px 15px !important;
	display: box;
	border: 1px solid #ebebda;
	font-size: 14px;
}
#header-subnavi ul li i {
	font-size: 16px;
	color: #897f48;
	font-weight: bold;
}
header a {
	text-decoration: none;
}
#nav-pc {
	margin-bottom: -8px;
}
#nav-pc li {
	float: left;
	margin: 0 !important;
	padding: 0 !important;
	width: 16.66%;
}

@media (max-width: 940px) {
	#logo {
	text-align: left !important;
	float: none;
	margin-bottom: 20px;
	}
	#logo img {
		float: left;
	}
	#header-subnavi {
	float: none;
	text-align: center;
	margin-bottom: 10px;
	}
}

@media (max-width: 768px) {
	#logo-area {
		margin: 20px 0 5px !important;
	}

}

@media (max-width: 500px) {
	#logo-area {
		margin: 15px 0 0 !important;
	}
	#logo img {
		float: none;
		width: 220px;
	}
}


/*--------------
 footer
 ------------ */
footer {
	margin-top: 40px;
	background: url(../image/common/bg-footer.jpg);
	padding: 60px 0 20px;
}
.footer-navi {
	margin-bottom: 20px;
}
.footer-navi ul {
	margin-left: -40px !important;
}
.footer-navi ul li {
	paddingp: 0;
	margin: 0 0 6px;
	list-style: none;
	position: relative;
	font-size: 14px;
}
.footer-navi ul li ul{
	margin-top: 3px;
}
.footer-navi a {
	color: #333;
	text-decoration: none;
}
.footer-navi a:hover, .footer-navi a:focus{
	color: #528948;
	text-decoration: underline;
}
.footer-navi i {
	color: #528948;
}
footer #copyright {
	text-align: right;
	font-size: 12px;
	margin-top: 30px;
}
.time {
	background: #495389;
	padding: 0 10px;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
}

@media (max-width: 768px) {
	#footer img {
	width: 280px;
	}
	#footer {
	padding: 30px 0 10px;
	}
}


/*--------------
 上に戻るボタン
 ------------ */

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#pageTop i {
  padding-top: 5px;
  padding-right: 7px;
}
#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
  border-radius: 30px;
  width: 50px;
  height: 50px;
  background-color: #666;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  font-size: 17px;
  border: 2px solid #fff;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}


/*--------------
 common styles
 ------------ */

.mB20 {
	margin-bottom: 20px;
}
.mB35 {
	margin-bottom: 35px;
}
.mB40 {
	margin-bottom: 40px;
}
.mB50 {
	margin-bottom: 50px;
}
.mT20 {
	margin-top: 20px;
}
.mT40 {
	margin-top: 40px;
}
.text-emph {
	font-size: 21px;
	font-weight: bold;
}
.text-bigger {
	font-size: 19px;
}
.text-small {
	font-size: 13px;
}
.shadow-banner {
	-webkit-box-shadow: 0px 0px 14px 1px #dbd2c4;
	-moz-box-shadow: 0px 0px 14px 1px #dbd2c4;
	box-shadow: 0px 0px 14px 1px #dbd2c4;
}
.whitebox {
	display: block;
	padding: 30px;
	background-color: #fff;
}
.photobox-style1 {
	display: block;
	padding: 5px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 14px 1px #dbd2c4;
	-moz-box-shadow: 0px 0px 14px 1px #dbd2c4;
	box-shadow: 0px 0px 14px 1px #dbd2c4;
}
.photobox-style1-in {
	padding: 20px 20px 10px;
	margin: 0;
	min-height: 120px;
}
.photobox-style1-in h3 {
	font-size: 19px;
	line-height: 1;
	padding: 0;
	margin: 0 0 10px;
	text-align: center;
	font-weight: bold;
}


/* opacity */
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

@media (max-width: 768px) {
	.whitebox {
	  padding: 5%;
	}
	.mB20 {
	margin-bottom: 10px;
	}
	.mB35 {
		margin-bottom: 20px;
	}
	.mB40 {
		margin-bottom: 30px;
	}
	.mB50 {
		margin-bottom: 40px;
	}
	.mT20 {
		margin-top: 10px;
	}
	.mT40 {
		margin-top: 20px;
	}
}


/*--------------
 button variations
 ------------ */

.btn-base {
	display: inline-block;
	text-align: center;
	text-decoration: none !important;
	white-space: nowrap;
	cursor: pointer;
	-webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.btn-green {
	background: #349638;
	background: -moz-linear-gradient(top, #8acb8c 0%, #349638 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #8acb8c), color-stop(100%, #349638));
	background: -webkit-linear-gradient(top, #8acb8c 0%, #349638 100%);
	background: -o-linear-gradient(top, #8acb8c 0%, #349638 100%);
	background: -ms-linear-gradient(top, #8acb8c 0%, #349638 100%);
	background: linear-gradient(to bottom, #8acb8c 0%, #349638 100%);
	color: #fff !important;
	margin-left: 4px;
	padding: 8px 20px;
	margin-bottom: 0;
	font-weight: normal !important;
}
.btn-green:focus {
	background: #218325;
	background: -moz-linear-gradient(top, #5eb162 0%, #218325 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #5eb162), color-stop(100%, #218325));
	background: -webkit-linear-gradient(top, #5eb162 0%, #218325 100%);
	background: -o-linear-gradient(top, #5eb162 0%, #218325 100%);
	background: -ms-linear-gradient(top, #5eb162 0%, #218325 100%);
	background: linear-gradient(to bottom, #5eb162 0%, #218325 100%);
	color: #fff !important;
	text-decoration: none !important;
}
.btn-green:hover {
	background: #218325;
	background: -moz-linear-gradient(top, #5eb162 0%, #218325 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #5eb162), color-stop(100%, #218325));
	background: -webkit-linear-gradient(top, #5eb162 0%, #218325 100%);
	background: -o-linear-gradient(top, #5eb162 0%, #218325 100%);
	background: -ms-linear-gradient(top, #5eb162 0%, #218325 100%);
	background: linear-gradient(to bottom, #5eb162 0%, #218325 100%);
	color: #fff !important;
	text-decoration: none !important;
}

.btn-blue {
	background: #495389;
	background: -moz-linear-gradient(top, #7981a9 0%, #495389 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #7981a9), color-stop(100%, #495389));
	background: -webkit-linear-gradient(top, #7981a9 0%, #495389 100%);
	background: -o-linear-gradient(top, #7981a9 0%, #495389 100%);
	background: -ms-linear-gradient(top, #7981a9 0%, #495389 100%);
	background: linear-gradient(to bottom, #7981a9 0%, #495389 100%);
	color: #fff !important;
	margin-left: 4px;
	padding: 8px 20px;
	margin-bottom: 0;
	font-weight: normal !important;
}
.btn-blue:focus {
	background: #242e64;
	background: -moz-linear-gradient(top, #465082 0%, #242e64 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #465082), color-stop(100%, #242e64));
	background: -webkit-linear-gradient(top, #465082 0%, #242e64 100%);
	background: -o-linear-gradient(top, #465082 0%, #242e64 100%);
	background: -ms-linear-gradient(top, #465082 0%, #242e64 100%);
	background: linear-gradient(to bottom, #465082 0%, #242e64 100%);
	color: #fff !important;
	text-decoration: none !important;
}
.btn-blue:hover {
	background: #242e64;
	background: -moz-linear-gradient(top, #465082 0%, #242e64 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #465082), color-stop(100%, #242e64));
	background: -webkit-linear-gradient(top, #465082 0%, #242e64 100%);
	background: -o-linear-gradient(top, #465082 0%, #242e64 100%);
	background: -ms-linear-gradient(top, #465082 0%, #242e64 100%);
	background: linear-gradient(to bottom, #465082 0%, #242e64 100%);
	color: #fff !important;
	text-decoration: none !important;
}

/* size */
.btn-large {
	font-size: 17px;
}


/*--------------
 top page
 ------------ */
#topslide {
	margin: -8px 0 15px;
	border-top: 8px solid #c5b797;
}
#topslide li {
	padding: 0;
	margin: 0;
}
#top-sightseeing {
	background: url(../image/top/top-bg-sightseeing.jpg) center top repeat-x;
	width: 100%;
	height: 190px;
	margin-top: 50px;
}
#top-h1area {
	background: url(../image/common/bg-blue.jpg);
	width: 100%;
}
#top-h1area .container {
	position: relative;
	margin-bottom: 30px;
}
#top-h1area h1 {
	font-size: 16px;
	line-height: 1.8;
	font-weight: bold;
	margin: 0;
	padding: 20px 0 20px 240px;
}
#top-h1area img {
	position: absolute;
	top: -220px;
}
#top-ushimaruban {
	margin-top:-20px;
}
#top-newsbox {
	padding-top: 0 !important;
	border-top: 7px solid #b08cb7;
	position: relative;
}
#top-newsbos-ushimaru {
	position: absolute;
	top: -60px;
	right: 20px;
}
#top-newsbox p {
	padding: 12px 0;
	border-bottom: 1px dotted #ccc;
	margin: 0;
}
#top-ttl-blog {
	margin: 0;
	background: url(../image/top/top-bg-ttl-blog.jpg) right top;
	padding: 16px 20px;
}
#top-ttl-calendar {
	margin: 0;
	background: url(../image/top/top-bg-ttl-calendar.jpg) right top;
	padding: 16px 20px;
}
#top-calendar {
	text-align: center;
}
.openrss ul {
	margin-left:-40px;
	margin-top: -12px;
	margin-bottom: 20px;
	padding-bottom: 0;
}
.openrss li {
	border-bottom: 1px dotted #ccc;
	padding: 12px 0;
	margin: 0;
	list-style: none;
}
.mod-schedule {
	text-align: center;
}
.mod-schedule__month table {
	width: 100%;
	border: 2px solid #ddd;
}
.mod-schedule__month table th {
	width: 14%;
	vertical-align: top;
	border: 1px solid #ddd;
	background: #f0fde7;
	padding: 5px 0;
	text-align: center;
}
.mod-schedule__month table td {
	width: 14%;
	vertical-align: top;
	border: 1px solid #ddd;
	padding: 3px 0;
	min-height: 50px;
	text-align: center;
	font-size: 13px;
	line-height: 1.4em;
}
.mod-schedule-ttl {
	font-weight: bold;
	color: #93a315;
	font-size: 17px;
	margin: 5px 0;
	padding: 0;
}
.mod-schedule__day__item {
	color: #8D5795;
	font-weight: bold;
}
.mod-schedule__day__label {
	color: #d04a1b;
	font-weight: bold;
}
.summer .mod-schedule__day__label,
.winter .mod-schedule__day__label {
	color: #666;
	font-weight: bold;
}
.mod-schedule-page {
	font-size: 15px;
	margin: 0;
}


@media (max-width: 768px) {
	#top-sightseeing {
	background-size: auto 100%;
	height: 80px;
	margin-top: 10px;
	}
	#top-h1area h1 {
		padding: 20px 0 20px 180px;
	}
	#top-h1area img {
	position: absolute;
	top: -100px;
	width: 160px;
	}
}
@media (max-width: 500px) {
	#top-sightseeing {
	height: 70px;
	}
	#top-h1area h1 {
		font-size: 16px;
		float: right;
		padding: 20px 0;
		width: 70%;
	}
	#top-h1area img {
		flaot: left;
		width: 25%;
		position: static;
		margin:10px 0;
	}
}

/*--------------
 subpage common
 ------------ */
#subpage-head {
	margin: -8px 0 15px;
	border-top: 8px solid #c5b797;
	background: url(../image/subpage/subpage-pic-common.jpg) center top repeat-x;
	width: 100%;
	height: 249px;
}
.section-subpage h1 {
	border-top: 7px solid #495389;
	text-align: center;
	color: #495389;
	font-weight: bold;
	font-size: 32px;
	padding: 22px 0 27px;
	background: url(../image/common/bg-blue.jpg);
	margin: 0 0 30px;
}
.section-subpage h2 {
	border-left: 7px solid #528948;
	font-weight: bold;
	font-size: 24px;
	padding: 18px 24px 20px;
	background: url(../image/common/bg-beige.jpg);
	margin: 0 10px 30px;
    font-weight: bold;
}
.section-subpage h2.case2column {
	margin: 0 0 30px !important;
}
.section-subpage h3 {
	border-bottom: 4px solid #528948;
	font-weight: bold;
	font-size: 22px;
	padding:  0 0 15px;
	margin: 30px 10px 10px;
    font-weight: bold;
}
.section-subpage h4 {
	position: relative;
	line-height: 1.4;
	padding:0 1em 0.25em;
	display: inline-block;
	font-weight:bold;
	top:0;
	color: #528948;
}
.section-subpage h4:before, .section-subpage h4:after {
	position: absolute;
	top: 0;
	content:'';
	width: 8px;
	height: 100%;
	display: inline-block;
}
.section-subpage h4:before {
  border-left: solid 1px #528948;;
  border-top: solid 1px #528948;
  border-bottom: solid 1px #528948;
  left: 0;
}
.section-subpage h4:after {
  content: '';
  border-top: solid 1px #528948;
  border-right: solid 1px #528948;
  border-bottom: solid 1px #528948;
  right: 0;
}
.section-subpage h5 {
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 10px !important;
	padding: 0 !important;
}


.subpage-copy-big {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin: 35px 0;
}
.subpage-itembox {
	border: 1px solid #ddd;
	background: #fff;
	padding: 5px;
}
.subpage-itembox p {
	padding: 15px 10px 5px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.subpage-itembox p span {
	font-weight: normal;
	font-size: 16px;
}
.subpage-itembox dl {
	margin: 0;
	padding: 15px;
}
.subpage-itembox dt {
	margin: 0;
	padding: 0 0 10px;
	font-weight: bold;
	border-bottom: 3px solid #926886;
	text-align: center;
	font-size: 18px;
}
.subpage-itembox dd {
	margin: 10px 0 0;
	padding: 0;
	text-align: left;
	min-height: 50px;
}
.section-subpage .row {
	margin-left: -5px;
	margin-right: -5px;
}


.table-style1 {
	width: 100%;
	margin-bottom: 35px;
}
.table-style1 th,
.table-style1 td {
	border-top: 1px solid #e0ddd0;
	border-bottom: 1px solid #e0ddd0;
	text-align: left;
	vertical-align: top;
	padding: 10px;
}
.table-style2 {
	width: 100%;
	border: 3px solid #e0ddd0;
	background: #fff;
	margin-bottom: 10px;
}
.table-style2 th,
.table-style2 td {
	border: 1px solid #e0ddd0;
	text-align: left;
	vertical-align: top;
	padding: 10px;
}
.table-style2 th {
	background: #e0f3dd;
}
.table-style2 td.table-style2-sp {
	background: #eee;
}
.table-ushimaru th {
	width: 20%;
}

@media (max-width: 960px) {
	#subpage-head {
	background-size: auto 100%;
	height: 140px;
	margin: -6px 0 15px;
	border-top: 6px solid #c5b797;
	}
}

@media (max-width: 768px) {
	#subpage-head {
	margin: 0 0 10px;
	border-top: 0;
	}
	.section-subpage h1 {
	border-top: 5px solid #495389;
	font-size: 24px;
	line-height: 1.5;
	padding: 12px 0 14px;
	margin: 0 0 20px;
	}
	.section-subpage h2 {
	border-left: 5px solid #528948;
	font-size: 18px;
	line-height: 1.6;
	padding: 12px 18px 14px;
	margin: 0 10px 15px;
	}
	.subpage-itembox p {
	padding: 12px 10px 0;
	font-size: 18px;
	}
	.table-style2 th,
	.table-style2 td {
	font-size: 13px;
	padding: 5px;
	}
	.subpage-copy-big {
	font-size: 17px;
	font-weight: bold;
	text-align: left;
	margin: 20px 0;
	}
}

@media (max-width: 500px) {
	#subpage-head {
	height: 80px;
	background-size: auto 100%;
	}
}


/*--- bakery --- */
.bakery-seasonal {
	background: #495389;
	padding: 0 10px;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
}

/*--- ushimaru --- */
.ushimaru-h3 {
	position: relative;
	padding: 1em !important;
	background: url(../image/common/bg-purple.jpg);
	z-index: 1000;
	font-size: 19px !important;
	font-weight: bold;
	color: #fff;
	border: none !important;
	margin: 0 0 0 -5% !important;
	text-shadow: 2px 2px 0 #5a325b;
}
.ushimaru-p {
	background: #fff;
	padding: 1em !important;
	margin: -8px 0 0 !important;
	border: 1px solid #ddd;
}

/*--- access --- */
.access-style {
	margin-bottom: 30px;
}
.access-style dt {
	margin: 5px 0;
	font-size: 19px;
	font-weight: bold;
	color: #7d477f;
}


/*--- sitemap --- */

.sitemap-navi ul {
}
.sitemap-navi ul li {
	paddingp: 0;
	margin: 0 0 6px;
	list-style: none;
	position: relative;
}
.sitemap-navi ul li ul{
	margin-top: 3px;
}
.sitemap-navi a {
	color: #333;
	text-decoration: none;
}
.sitemap-navi a:hover, .footer-navi a:focus{
	color: #495389;
	text-decoration: underline;
}
.sitemap-navi i {
	color: #495389;
}

/*--- contact --- */
.contact-box ul.contact-form {
	margin: 0 !important;
	padding: 0 !important;
}
.contact-box ul.contact-form li {
	list-style-type: none;
	margin-bottom: 20px;
}
.label-required {
	color: #c73a4a;
}
.form-btn-box {
	text-align: center;
}
.btn-attention-block-large {
	padding: 15px 40px;
    font-size: 1.2em;
    background-color: #a94a2b;
    color: #fff;
    border-style: none;
	width: 200px;
	margin: 0 auto;
	font-size: 17px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	border: 1px solid #fff;
	-webkit-box-shadow: 0px 0px 14px 1px #dbd2c4;
	-moz-box-shadow: 0px 0px 14px 1px #dbd2c4;
	box-shadow: 0px 0px 14px 1px #dbd2c4;
}
.btn-attention-block-large:focus {
	background: #bd6b51;
	color: #fff !important;
	text-decoration: none !important;
}
.btn-attention-block-large:hover {
	background: #bd6b51;
	color: #fff !important;
	text-decoration: none !important;
}
.error-text {
	color: #a94a2b;
}
table.contact-form {
	width: 100%;
}
table.contact-form th,
table.contact-form td {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	vertical-align: top;
}
.contact-box .message {
	color: #a94a2b;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 40px;
}
.btn-back-block-large {
	padding: 15px 40px;
    font-size: 1.2em;
    background-color: #9db10c;
    color: #fff;
    border-style: none;
	width: 200px;
	margin: 20px auto;
	font-size: 17px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	border: 1px solid #fff;
	-webkit-box-shadow: 0px 0px 14px 1px #dbd2c4;
	-moz-box-shadow: 0px 0px 14px 1px #dbd2c4;
	box-shadow: 0px 0px 14px 1px #dbd2c4;
}
.btn-back-block-large:focus {
	background: #528547;
	color: #fff !important;
	text-decoration: none !important;
}
.btn-back-block-large:hover {
	background: #6f9a66;
	color: #fff !important;
	text-decoration: none !important;
}
.acms-form-width-full,
.acms-form-width-mini {
	font-size: 18px;
	padding: 10px;
	border-radius:4px !important;
}

img{
    width: auto;
    max-width: 100%;
    height: auto;
}
