/**
.sp{display:none;}
.sp_nav{display:none;}
*/
table {
	margin:10px auto;
}
table th {
        font-weight: unset;
        background-color: #fefefe;
        border:1px solid #BFBFBF;
        text-align: center;
        padding: 8px;
}
table tr td {
        background-color: #fff;
        border:1px solid #bfbfbf;
        text-align: left;
        padding: 8px;
}
.fa-angle-right {
	margin-left: 5px;
}

#filterBtn {
	padding-bottom: 30px;
}
#filterBtn a {
	margin: 0 10px;
	padding: 5px 30px;
	background: #fff;
	/*background: linear-gradient(to bottom,  #fff 40%, #ddd 100%);*/
	border: #ddd 1px solid;
	border-radius: 30px;
}
#filterBtn a:hover {
	background: #fff;
}
#tripadvisor-box {
	width:180px;
	margin:50px auto 0;
}
#tripadvisor-box img{
	width:100%;
}


/*----------------------------------------------------------
   index
-----------------------------------------------------------*/

/* 点滅 */
.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
	-moz-animation:blink 1.5s ease-in-out infinite alternate;
	animation:blink 1.5s ease-in-out infinite alternate;
}
.red {
	color: #000;
}
@-webkit-keyframes blink{
    0% {opacity:0.2;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0.2;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0.2;}
    100% {opacity:1;}
}

#About {
	padding-bottom: 40px;
	background-image: url(images/bg_02.jpg);
}
#About h3 {
	line-height: 1em;
	padding: 30px 0;
	font-size: 25px;
}
#About h4 {
	line-height: 50px;
}
#About ul {
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
}
#About ul li {
	float: left;
	width: 30%;
	margin-right: 5%;
}
#About ul li:last-child {
	margin-right: 0;
}
#About ul li p {
	height: 410px;
	font-size: 15px;
	line-height: 1.5em;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 18px 5px 0;

	box-sizing: border-box;
	text-align: left;
	position: relative;
}
#About ul li p img {
margin: 25px 25%;
width:150px;
text-align:center;
clear:both;
}
#About ul li:nth-child(2) p {
	padding-top: 18px;
}

.iltminfo {
}

.iltminfo table{
	color: #ffffff;
	width: 100%;
	height: 100%;
	background-color: #7eb07e;
}
.iltminfo table th{
    text-align: center;
    vertical-align: middle;
    padding: 8px;
    font-size: 24px;
    border: none;
    background: transparent;
}
.iltminfo table td{
    text-align: left;
    vertical-align: middle;
    padding: 8px;
    border: none;
    background: transparent;
}



table.iltm {
	width: 60%;
}

.About-Our-Banner {
}
.About-Our-Banner img{
}
.About-Our-Banner table {
	border: none;
}
.About-Our-Banner td {
	border:none;
	text-align:center;
	vertical-align:middle;
}

h3.Staff {
	line-height: 1em;
	padding-bottom: 10px;
	font-size: 25px;
	letter-spacing: 2px;
	margin-top: 40px;
}
h4.Staff {
	margin-top: 60px;
}

#Staff {
	width: 980px;
	margin: 0 auto;
	margin-top: 80px;	
	margin-top: 30px;
}
#Staff ul {
	overflow: hidden;
	max-width: 980px;
	margin: 0 auto;
	padding-bottom: 70px;
}
#Staff ul li {
	float: left;
	margin-bottom: 10px;
	width:50%;
	margin:2% 0;
	background-color:#fff;
}
#Staff ul li:last-child {
	margin-right: 0;
}
#Staff ul li .in-box {
	width: 100%;
}
#Staff ul li .box-left {
	float: left;
	margin-right:2%;
}
#Staff ul li .box-right {
	float:left;
	width:280px;
}

#Staff ul li img {
	width: 100%;
	height: 150px;
}
#Staff ul li p {
	width: 100%;
	background-color: #ffffff;
	box-sizing: border-box;
}
#Staff ul li a.readmore {
	background: #649664;
	padding: 5px;
	color: white;
	text-align: center;
	width: 150px;
	float: right;
	border-radius: 40px;
	line-height: 15px;
	font-size: 12pt;
}
#Staff .name {
	font-size:18px;
	border-bottom: 2px solid #649664;
}
#Staff .positon {
	padding: 12px 12px 0 12px;
	font-size:14px;
	height: 60px;
}
#Staff .image {
	position: relative;
	height: 150px;
}
#Staff .image img {
	position: absolute;
	top: 0;
	width: 100%;
}

#Concierge {
	background-image: url(img/bg_02.jpg);
	padding-bottom: 90px;
}
#Concierge h3 {
	line-height: 1em;
	padding: 70px 0 50px;
}
#Concierge .box {
	width: 100%;
	height: 180px;
	overflow: hidden;
	position: relative;
	margin-bottom: 70px;
}
#Concierge .box img {
	width: 1920px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
}

#Reviews {
	background-repeat: no-repeat;
	background-size: cover;
}
#Reviews h3 {
	line-height: 1em;
	padding: 70px 0 50px;
}
#Reviews ul {
	overflow: hidden;
	max-width: 980px;
	margin: 0 auto;
	padding-bottom: 70px;
}
#Reviews ul li {
	float: left;
	width: 32%;
	margin-right: 2%;
}
#Reviews ul li:last-child {
	margin-right: 0;
}
#Reviews ul li img {
	width: 100%;
	height: 310px;
}
#Reviews ul li p {
	width: 100%;
	background-color: #ffffff;
	box-sizing: border-box;
}
#Reviews .visitdate{
	padding: 0 0 0 15px ;
	font-size: 15px;
	height: 27px;
}
#Reviews .locate {
	padding: 0 0 0 15px ;
	font-size: 15px;
}
#Reviews .content {
	padding: 0px 15px 15px 15px;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 0;
}
#Reviews .read_more {
	text-align: center;
	border-top: 1px dotted #bcbdbd;
	font-size: 16px;
}
#Reviews .read_more {
	color: #649664;
	display: block;
	background-repeat: no-repeat;
	background-position: 72% center;
}
#Reviews .image {
	position: relative;
	height: 310px;
}
#Reviews .image img {
	position: absolute;
	top: 0;
	width: 100%;
}
#Reviews .image img.hover {
	display: none;
}


.search {
	padding-bottom: 70px;
}
.search ul {
	width:980px;
	margin: 0 auto;
}
.search ul li {
	float:left;
	background: rgba(62,58,57,0.8);
	color: white;
	font-size: 18px;
	height: 85px;
}
.search ul li:first-child {
	width:170px;
	padding:15px 0 15px 15px;
}
.search ul li:nth-child(2) {
	width:400px;
	padding:15px 0 15px 20px;
}
.search ul li:nth-child(3) {
	width:170px;
	padding:15px 15px 15px 20px;
}
.search ul li:last-child {
	width:165px;
	background-color: #649664;
	text-align: center;
	padding: 15px 0;
}
.search ul li select {
	width:100%;
	padding: 7px;
}

#Blog {
	padding-top: 40px;
	padding-bottom: 70px;
	margin: 0 auto;
	background-color: #ffffff;
}
#Blog h3 {
}
#Blog .box {
	width: 980px;
	margin:0 auto;
}
#Blog .contents-box {
	margin:0 auto;
}
.sideon {
	width: 580px;
	float: left;
}
.sideoff {
	width: 100%;
	float: none;
}
/******* del
#Blog ul {
	margin: 0 auto 40px;
	overflow: hidden;
	border-top: 1px dotted #649664;
}
#Blog ul:first-child {
	border-top: none;
}
#Blog ul li {
	border-bottom: 1px dotted #649664;
	padding: 50px 0;
	line-height: 2em; 
}
#Blog ul li.top {
	padding: 0;
}
*********/
#Blog .date {
	font-size: 14px;
	line-height: 20px;
	float: right;
	margin: 0 10px 0 0;
}
#Blog .category {
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
	float: right;
	background-color: #649664;
	padding: 0 5px;
	border-radius: 3px;
}
#Blog .category a {
	color: #ffffff;
}
#Blog .nickname {
	float: right;
	margin-left: 10px;
	font-size: 14px;
	line-height: 20px;
}
#Blog .da-ca {
	width:100%;
	float:right;
	margin-bottom: 10px;
}
#Blog .da-ca:after {
    content: "";
    clear: both;
    display: block;
}
#Blog .blog-box {
    width: 800px;
    float: right;
    margin: 30px auto;
}
#Blog .blog-list-box {
    width: 780px;	/*nara*/
    float: right;
    height: 150px;	/*nara add*/
    /*margin: 30px auto; nara*/
    margin-top:30px;
    position: relative;
}

#Blog .blog-box-img {
    width: 150px;
    float: left;
    margin: 30px auto;
}

#Blog .content {
	font-size: 24px;
    clear: both;
    line-height: 1.2em;
    color: #649664;
	margin-bottom: 2%;
}
#Blog .content a {
    color: #649664;
}

/****************** nara
#Blog img {
	width: 100%;
	height: auto;
	display: block;
	margin: 20px auto;
}
******************/

#Blog iframe{
	width: 580px;
	height: 326px;
	margin: 20px auto;
}

#Blog .read_more {
    margin-top: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
}
#Blog .read_more a {
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background-color: #035624;
    display: block;
    width: 150px;
    border-radius: 50px;
    float: right;
}

/* SNSごとの背景色 */
#Blog #facebook {
    background-image: url(img/icon-facebook.png);
    width: 69px;
    height: 60px;
}
#Blog #twitter{
    background-image: url(img/icon-twitter.png);
    width: 69px;
    height: 60px;
}
#Blog #pinterest{
    background-image: url(img/icon-pinterest.png);
    width: 69px;
    height: 60px;
}
/* ボタン設定 */
#Blog .button-area {
   width: 100%;
   margin: 10px 0;
}
#Blog .button-area:after {
   content: '';
   clear: both;
   display: block;
}
#Blog .button-area-title {
   font-weight: 700;
   margin: 0 0 8px;
   text-align: center;
}
#Blog .title-fill {
   display: block;
   background-color: #444;
   color: #fff;
   font-size: 14px;
   width: 100%;
   padding: 6px 15px;
   box-sizing: border-box;
}
#Blog .button-whole {
   float: left;
   width: 19%;
   margin: 0 0.5% 0 0.5%;
   box-sizing: border-box;
}
#Blog .button-link {
   display: block;
   text-align: center;
   color: #fff !important;
   font-size: 14px !important;
   padding: 10px 0 !important;
   box-sizing: border-box;
   border-radius: 3px;
   text-decoration: none;
}
#Blog .button-link:hover {
   text-decoration: none !important;
   filter:alpha(opacity=70);
   -moz-opacity: 0.70;
   opacity: 0.70;
}

#Blog #side-box {
	width:360px;
	margin:0;
	float:right;
}
#Blog ul.wpp-list {
	width: 360px;
	margin: 0;
	margin-bottom: 10px;
	overflow: hidden;
}
#Blog ul.wpp-list li {
	border-bottom: none;
	padding: 10px;
	line-height: 1em; 
}
#Blog ul.wpp-list li img {
	width:80px; 
	height: auto;
	display: block;
	margin: 0;
}
#Blog ul.wpp-list li a,
#Blog ul.wpp-list li p,
#Blog ul.wpp-list li span {
	font-size:14px;
}
#Blog .contact-btn {
	float: left;
	margin-right: 10px;
} 
#Blog .contact-btn2 {
	margin: 20px auto;
} 
#Blog .blogger-prof {
	width: 580px;
	margin: 25px;
}
#Blog .blogger-prof .box {
	width: 100%;
	margin: 0 auto;
}
#Blog .blogger-prof .box .box-left {
	width: 180px;
	float: left;
} 
#Blog .blogger-prof .box .box-right {
	width: 400px;
	float: right;
} 
#Blog .blogger-prof img {
	width:150px;
	border-radius: 50%;
	margin: 0 auto;
} 

.DayTours-box {
	width:100%;
	height:200px;
	margin:50px 0 0;
}
.DayTours-box .left {
	width:48%;
	float:left;
	text-align:center;
}
.DayTours-box .right{
	width:48%;
	float:right;
	text-align:center;
}
.DayTours-box .linkbox {
	width:280px;
	margin:0 auto;
	padding-top: 15px;
} 
.DayTours-inqbtn {
	width:300px;
	margin:0 auto;
	margin-bottom:-40px;
}


div#imageList ul {
    margin: 10px 0;
    padding: 0;
}
div#imageList li {
    float: left;
    list-style-type: none;
}
div#imageList li img {
    width: 100px;
    height: 75px;
	cursor:pointer;
}


#SampleList {
	padding-bottom: 60px;
}
#SampleList h3 {
	line-height: 155px;
}
#SampleList ul {
	overflow: hidden;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px; 
}
#SampleList ul li {
	float: left;
	width: 320px; 
	margin-right: 1%;
}
#SampleList ul li a{
	transition-duration: 0.3s;
}
#SampleList ul li:last-child {
	margin-right: 0;
}
#SampleList .image {
	position: relative;
	text-align: center;
	background: black;
	overflow: hidden; 
}
#SampleList .image img {
	width: 100%;
	opacity: 0.85;

	/* マウスホバー時の動き */
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.5s linear;
}
#SampleList a:hover>.image img {  /* マウスホバー時の動き */
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
#SampleList .image img.marking {
    min-height:0;
    width: 100px;
    height:100px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 9999;
}
#SampleList .image .box {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	display: flex;
	align-items: center;
}
#SampleList .image .flex {
	margin: 0 auto 0;
}
#SampleList .image h4 {
	font-size: 24px;
	color: #ffffff;
	line-height: 1.2em;
	padding-bottom: 3%;
	padding-left: 2%;
	padding-right: 2%;
}
#SampleList .image p.sub_title {
	font-size: 15px;
	line-height: 1.4em;
	color: #ffffff;
	padding: 0 10%;
	box-sizing: border-box;
}
#SampleList .image p.read_more {
	position: absolute;
	width: 100%;
	bottom: 0;
	background-color: rgba(255,255,255,0.5);
	font-size: 16px;
	line-height: 67px;
}

#SampleList ul li.twocol {
	float: left;
	width: 650px;
	height: 10px;
	margin-right: 10px;
}
#SampleList ul li.twocol .image p.read_more {
	bottom: 45px;
}


#SampleList .filter-box {
	width:980px;
	border:1px double #a3a3a3;
	padding:5px;
	margin:50px auto 30px;
}
#SampleList .filter-box .filter_item {
	width:980px; 
	text-align:center;
	margin-bottom: 25px;
}
#SampleList .filter-box .filter_item label {
	margin-right: 10px;
	font-size: 16px;
}
#SampleList .filter-box .filter_item input[type="checkbox"] {
	width: 18px;
	height: 18px;
}
#SampleList .filter-box .filter_item input[type="submit"] {
    width: 250px;
    font-size: 19px;
    color: #ff5a5f;
    background: #ffffff;
    text-align: center;
    transition-duration: 0.3s;
    border-width: 0px;
    border: 1px solid #ff5a5f;
    margin: 0;
    border-radius: 50px;
    padding: 15px 60px;
    -webkit-appearance: none;
}
#SampleList .filter-box .filter_item input[type="submit"]:hover {
    opacity: 0.8;
    transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    -ms-transition: all 0.2s ease-in 0s;
    color: #ffffff;
    background-color: #ff5a5f;
    cursor: pointer;
}


#Guides {
	width:980px;
	margin:auto;
}
#Guides .our-overview {
	display: inline-block;
	width:100%;
	margin-top:30px;
	margin-bottom:30px;
}
#Guides .box-left {
	float:left;
	width:50%;
}
#Guides .box-right {
	float:right;
	width:50%;
}
#Guides ul {
	margin: auto;
}
#Guides ul li {
	float: left;
	width: 190px;
	padding: 3em 1.5em;
}
#Guides ul li:last-child {
	margin-right: 0;
}
#Guides .pointbox {
	margin: 2em 0;
	position: relative;
	border: solid 2px #649664;
	border-radius: 3px 0 3px 0;
	padding: 3em 2em;
	height: 90px;
}
#Guides .pointbox:before,.pointbox:after
{
	content: '';
	position: absolute;
	width:10px;
	height: 10px;
	border: solid 2px #649664;
	border-radius: 50%;
}
#Guides .pointbox:after {
	top:-12px;
	left:-12px;
}
#Guides .pointbox:before {
	bottom:-12px;
	right:-12px;
}
#Guides .pointbox p {
	margin: 0;
	padding: 0;
} 
#Guides .our-works {
	display: inline-block;
	width:880px;
	margin-top:30px;
	margin-bottom:30px;
	margin-left:50px;
	position:relative;
}
#Guides .our-works .bg-waku {
	height:35%;
	width:100%;
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	bottom:0;
}
#Guides .our-works .title{
	width:95%;
	position:absolute;
	bottom:2%;
	left:3%;
	color:#FFFFFF; 
}

#Guides ul.samplelist {
	overflow: hidden;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px; 
}
#Guides ul.samplelist li {
	float: left;
	width: 320px; 
	margin-right: 1%;
}
#Guides ul.samplelist li a{
	transition-duration: 0.3s;
}
#Guides ul.samplelist li:last-child {
	margin-right: 0;
}
#Guides .image {
	position: relative;
	text-align: center;
	background: black;
	overflow: hidden; 
}
#Guides .image img {
	width: 100%;
	opacity: 0.85;

	/* マウスホバー時の動き */
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.5s linear;
}
#Guides a:hover>.image img {  /* マウスホバー時の動き */
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
#Guides .image img.marking {
    min-height:0;
    width: 100px;
    height:100px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 9999;
}
#Guides .image .box {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	display: flex;
	align-items: center;
}
#Guides .image .flex {
	margin: 0 auto 0;
}
#Guides .image h4 {
	font-size: 24px;
	color: #ffffff;
	line-height: 1.2em;
	padding-bottom: 3%;
	padding-left: 2%;
	padding-right: 2%;
}
#Guides .image p.sub_title {
	font-size: 15px;
	line-height: 1.4em;
	color: #ffffff;
	padding: 0 10%;
	box-sizing: border-box;
}
#Guides .image p.read_more {
	position: absolute;
	width: 100%;
	bottom: 0;
	background-color: rgba(255,255,255,0.5);
	font-size: 16px;
	line-height: 67px;
}


#Guides .contact-btn {
}



#PostContents {
	width: 980px;
	margin: 60px auto;
}

/*----------------------------------------------------------
	Category Theme Page
-----------------------------------------------------------*/
#PostContents ul.check li {
    padding-bottom: 20px;
}
#PostContents ul.check li:before {
    font-family: FontAwesome;
    content: '\f058';
    color: #649664;
    margin-right: 10px;
    font-size: 24px;
}
#PostContents ol.num li {
    list-style-type: decimal;
    padding-bottom: 20px;
}
#PostContents ul.col3 {
	overflow: hidden;
	max-width: 980px;
	margin: 0 auto;
	padding-bottom: 30px;

	/*フレキシブル・レイアウトを使用*/
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;

}
#PostContents ul.col3 li {
	float: left;
	width: 300px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#PostContents ul.col3 li:last-child {
	margin-right: 0;
}
#PostContents ul.col3 li h4 {
    height: 70px;
    display: table-cell;
    vertical-align: middle;
}
#PostContents ul.col3 li .image {
	text-align:center;
	max-width: 100%;
}
#PostContents ul.col3 li .image img {
	width: 300px;
	max-height: 200px;
}

#PostContents ul.col4 {
	overflow: hidden;
	max-width: 980px;
	margin: 0 auto;
	padding-bottom: 30px;
}
#PostContents ul.col4 li {
	float: left;
	width: 230px;
	margin-right: 20px;
}
#PostContents ul.col4 li:last-child {
	margin-right: 0;
}
#PostContents ul.col4 li p {
    font-size: 16px;
	font-weight: bold;
	text-align:center;
}
#PostContents ul.col4 li .image {
	text-align:center;
	max-width: 100%;
}
#PostContents ul.col4 li .image img {
	width: 230px;
}

#Detail a.seemore{
    display: block;
    width: 268px;
    height: 57px;
    line-height: 57px;
    font-size: 19px;
    color: #ffffff;
    background-color: #035624;
    text-align: center;
    transition-duration: 0.3s;
    margin-top: 40px;
    margin-bottom: 20px;
}

.pagenavi {
	width:100%;
	margin:0 auto;
	padding:30px 0;
}
.wp-pagenavi {
	clear: both;
	text-align:center;/* センター寄せ */
}





#CustomersComments table {
	width: 100%;
}

.photobox {  /* single-review used */
	margin:20px 0;
}
.photobox img{ /* single-review used */
	width: 48%;
	margin:0px 0px 3px 0px;
}



div.Confirm {
	text-align: center;
}

/********* contactform**********/
#ContactForm span.cation {
	font-size: 11pt;
	color:#649664;
}
#ContactForm span.required {
	background-color: #BFBFBF;
	border-radius: 4px;
 	padding: 3px 5px;
 	font-size: 12px;
  	color: #fff;
  	margin-left: 5px;
}

table.contactform {
	margin: 20px auto;
	width: 100%;
}

table.contactform th {
	width: 30%;
    font-weight: unset;
    background-color: #f5f5f5;
    border:1px solid #BFBFBF;
    text-align: center;
    padding: 16px;
}

table.contactform tr td {
    background-color: #fff;
    border:1px solid #bfbfbf;
    text-align: left;
    vertical-align: middle;
    padding: 16px;
}
/* --- お問い合わせフォーム --- */
/* デザインカスタマイズ */
.wpcf7 p { padding:20px 20px 0; margin:0; font-size:11px; }
.wpcf7 input, .wpcf7 textarea, .wpcf7 select { border:1px solid #ccc; padding:8px; font-size:14px; }
.wpcf7 select { margin: 2px 0; }
/*.wpcf7 textarea { width:97.5%; height:300px; }*/


.wpcf7 input[type=submit]{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  border: 1px solid #649664;
  color: #649664;
  background-color: #FFF;
  width: 26%;
  box-sizing: border-box;
  height: 60px;
  margin: 40px auto 0;
  text-align: center;
  font-size: 20px;
  letter-spacing: 1.6px;
  transition: background-color .3s; }
  .wpcf7 input[type=submit]:after {
    content: "";
    display: block;
    border: 5px solid transparent;
    border-left: 5px solid #649664;
    background-color: #FFF;
    position: absolute;
    top: -3px;
    right: -3px;
    transform: rotate(-45deg); }
  @media only screen and (min-width: 751px) {
    .wpcf7 input[type=submit]:hover {
      opacity: 1;
      background-color: #649664;
      color: #fff; }
      .wpcf7 input[type=submit]:hover:after {
        border-left-color: #fff; } }
  .wpcf7 input[type=submit] .white {
    border-color: #fff;
    color: #fff; }
    .wpcf7 input[type=submit] .white:after {
      border-left-color: #fff; }
    @media only screen and (min-width: 751px) {
      .wpcf7 input[type=submit] .white:hover {
        background: rgba(255, 255, 255, 0.3); } }
  @media only screen and (max-width: 750px) {
    .wpcf7 input[type=submit] {
      width: 80%;
      margin-top: 20px;
      height: 40px;
      font-size: 16px;
      letter-spacing: 1px; } }


#CustomersComments {
	font-weight: bold;
}
#CustomersComments span.required {
	background-color: #BFBFBF;
	border-radius: 4px;
 	padding: 3px 5px;
 	font-size: 12px;
  	color: #fff;
  	margin-left: 5px;
}
/*----------------------------------------------------------
	Single Staff Page
----------------------------------------------------------*/
#PostContents .box .staff-info {
	width: 100%;
	padding-top:30px;
}
#PostContents .box .staff-info .names {
	font-size:20px;
	font-weight: bold;
}
#PostContents .box .staff-info .left {
	width:100%;
	float:left;
}
#PostContents .box .staff-info .right {
	width:0%;
	float:right;
}
#PostContents .box .staff-photo {
	width: 100%;
}
#PostContents .box .staff-photo .left {
	width:25%;
	float:left;
}
#PostContents .box .staff-photo .left .photobox {
	margin-top:5px;
}
#PostContents .box .staff-photo .left .photobox img {
	width: 100%;
	margin-bottom: 10px;
}
#PostContents .box .staff-photo .right {
	width:70%;
	float:right;
}
#PostContents .requestform {
	width:600px;
	height:125px;
	margin:20px auto;
}
#PostContents .requestform-img {
	width:150px;
	float:left;
}
#PostContents .requestform-txt {
	width:450px;
	float:right;
	padding:30px 0;
}


/*----------------------------------------------------------
	#Content.tour
----------------------------------------------------------*/
#Detail,
#Detail2 {
	width: 980px;
	margin: 10px auto;
	font-size: 16px;
}
#Detail h3,
#Detail h4 {
	text-align: initial;
	margin-top: 1em;
}
#Detail h3 {
	font-size: 35px;
}

#Detail ul.col3 {
	overflow: hidden;
	max-width: 980px;
	margin: 0 auto;
	padding-bottom: 30px;

	/*フレキシブル・レイアウトを使用*/
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;

}
#Detail ul.col3 li {
	float: left;
	width: 300px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#Detail ul.col3 li:last-child {
	margin-right: 0;
}
#Detail ul.col3 li h4 {
    height: 70px;
    display: table-cell;
    vertical-align: middle;
}
#Detail ul.col3 li .image {
	text-align:center;
	max-width: 100%;
}
#Detail ul.col3 li .image img {
	width: 300px;
	max-height: 200px;
}

#Detail ul.col4 {
	overflow: hidden;
	max-width: 980px;
	margin: 0 auto;
	padding-bottom: 30px;
}
#Detail ul.col4 li {
	float: left;
	width: 230px;
	margin-right: 20px;
}
#Detail ul.col4 li:last-child {
	margin-right: 0;
}
#Detail ul.col4 li p {
    font-size: 16px;
	font-weight: bold;
	text-align:center;
}
#Detail ul.col4 li .image {
	text-align:center;
	max-width: 100%;
}
#Detail ul.col4 li .image img {
	width: 230px;
}
#Detail .typeA img {
	width:330px;
	margin-left:30px;
	float:right;
}
#Detail .typeA p {
	overflow: hidden;
}

.detail_top {
	overflow: hidden;
	margin-bottom: 20px;
}
.detail_top h3 {
	font-size: 34px;
}
.detail_top h4 {
	line-height: 1.2em;
	padding-bottom: 45px;
	font-size: 25px;
}
.detail_top p {
	font-size: 15px;
}
.detail_top p.month {
	float: left;
	margin-right: 20px;
}
.detail_top p.category {
	float: left;
	margin-right: 20px;
}
.detail_top p.season {
	float: left;
	margin-right: 20px;
}
.detail_top p.tag {
	clear: both;
}
.detail_top .left a {
	font-size: 12px;
	display: inline-block;
	background-color: #649664;
	height: 20px;
	line-height: 20px;
	color: #ffffff;
	padding: 0 5px;
	margin-right: 5px;
	border-radius: 3px;
}

.detail_top .left {
	float: left;
}
.detail_top .right {
	float: right;
}
.detail_top .right a {
	display: block;
	width: 268px;
	height: 57px;
	line-height: 57px;
	font-size: 19px;
	color: #ffffff;
	background-color: #035624;
	text-align: center;
	transition-duration: 0.3s;
}

.detail_middle {
	margin-bottom: 30px;
}
.detail_middle h3 {
	font-size: 30px;
	text-align: left;
	line-height: 2em;
}
.detail_bottom {
	overflow: hidden;
	margin-bottom: 60px;
}
.detail_bottom h3 {
	font-size: 25px;
	text-align: left;
	line-height: 2em;
}
.detail_bottom .left {
	float: left;
}
.detail_bottom .right {
	float: right;
}
.detail_bottom .right iframe {
	width: 600px;
	height: 315px;
}


.photo_cregit {
	position: absolute;
	right: 20px;
}

#DaySlider,
#DaySlider2 {
	margin: 25px 0;
}
#DaySlider h3,
#DaySlider2 h3 {				/*NARA*/
	font-size: 35px;
	font-weight: unset;		/*NARA*/
}
#DaySlider h4 {
	font-size: 24px;
	text-align: center;
	font-weight: unset;		/*NARA*/
	line-height: initial;
	margin-top: 20px;
}
#DaySlider .slider {
	width: 100%;
	overflow: hidden;
}
#DaySlider .slider div {
	background-size: cover;
}
#DaySlider .slider .flex {
	overflow: hidden;
	width: 100%;
	height: 100%;
	display: flex;
}
#DaySlider .slider .flex li {
	flex: 1;
	text-align: center;
	color: #ffffff;
}
#DaySlider .slider .flex li:nth-child(2) {
	flex: none;
	width: 980px;
}
#DaySlider .slider .flex li:nth-child(3) {
	background-color: rgba(0,0,0,0.5);
}
#DaySlider .slider .mask {
	float: right;
	width: 500px;
	height: 745px;
	background-color: rgba(0,0,0,0.5);
}
#DaySlider .slider .mask p.border {
	display: block;
	width: 110px;
	margin: 80px auto 0;
	border-bottom: 4px solid #ffffff;
}
#DaySlider .slider .mask h3 {
	font-size: 40px;
	letter-spacing: 10px;
	margin-bottom: 40px;
	font-weight: unset;		/*NARA*/
}
#DaySlider .slider .mask h4 {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: normal;		/*NARA*/
}
#DaySlider .slider .mask p {
	line-height: 1.7;
	padding: 0 20px;
	box-sizing: border-box;
	text-align: left;
}
.slick-slide {
	height: 745px;
}
#DaySlider .box,
#DaySlider2 .box {
	width: 980px;
	margin: 40px auto 0;
	overflow: hidden;
}
#DaySlider .left,
#DaySlider2 .left {
	float: left;
}
#DaySlider p.date,
#DaySlider2 p.date {
	font-size: 32px;
	line-height: 1em;
	border-bottom: 1px dotted #c2af9b;
	margin-bottom: 10px;
	padding-bottom: 20px;
}
#DaySlider p.from,
#DaySlider2 p.from {
	font-size: 20px;
}
#DaySlider .right,
#DaySlider2 .right {
	padding-top: 60px;
}


#SampleList ul.month {
	width: 100%;
	position: absolute;
	top: -6px;
}
#SampleList ul.month li {
	float: left;
	width: 23px;
	margin-right: 4px;
	position: relative;
}
#SampleList ul.month li:last-child {
	margin-right: 0;
}

#PriceDetails {
	background-color: #f0f0f0;
	padding-top: 30px;
	padding-bottom: 60px;
}
#PriceDetails h3 {
	padding: 30px 0 20px;
	font-size: 35px;			/*NARA*/
	text-align: center;			/*NARA*/
	font-weight: unset;		/*NARA*/
}
#PriceDetails h4 {
	font-size: 34px;
	line-height: 2em;
	text-align: center; 		/*NARA*/
	font-weight: unset;		/*NARA*/
}
#PriceDetails .btn {
	text-align: center;
	border:none; /*NARA*/
}
#PriceDetails .btn:after {
	border-left: none;
}
#PriceDetails .btn:hover {
	text-align: center;
	background-color:inherit; 	/*NARA*/
}

#PriceDetails .btn img {
	border: 1px solid #595757;
	cursor: pointer;
	transition-duration: 0.3s;
}
#PriceDetails .btn img:hover {
	opacity: 0.5;
}
#PriceDetails .btn .close {
	display: none;
}
#PriceDetails ul {
	display: none;
	overflow: hidden;
	width: 980px;
	margin: 50px auto 0;
}
#PriceDetails ul li {
	float: left;
	width: 32%;
	height: 460px;
	margin-right: 2%;
	background-color: #ffffff;
}
#PriceDetails ul li:last-child {
	margin-right: 0;
}
#PriceDetails ul li p {
	padding: 0 30px;
	box-sizing: border-box;
}
#PriceDetails ul li p.border {
	padding: 0;
	display: block;
	margin: 40px auto 0;
	width: 50px;
	border-bottom: 4px solid black;
}

.clearfix:after { /*floatの解除、ここがポイント*/
    display:block;
    clear:both;
    height:0px;
    visibility:hidden;
    content:".";
}
.clearfix {
    min-height: 1px; /*IE6、7対策*/
}
* html .clearfix {
    height: 1px;
    /*¥*/ /*MAC IE5.x対策*/
    height: auto;
    overflow: hidden;
    /**/
}

