/*--------------------------------------------------------------------------
   レスポンシブ（640px以下)
---------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {

h2{font-size:30px;}
h3{font-size:17px;}
h4{font-size:15px;}
p{font-size:14px;}
a.btn {
	width: 135px;
	height: 45px;
	line-height: 40px;
	font-size: 14px;
}
/*****
.pc{display:none;}
.sp{display:block;}
*****/
#filterBtn {
	padding-bottom: 10px;
}
#filterBtn a {
	display: block;
	font-size:12px;
	margin: 10px;
	padding: 5px 10px;
	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%;
}


/*--------------------------------------------------------------------------
	#Content
---------------------------------------------------------------------------*/


#About {
	padding-bottom: 40px;
}
#About h3 {
	font-size: 17px;
	padding: 30px 0 10px;
	line-height: 1.5em;
}
#About ul {
	width: 90%;
	margin: 0 auto;
}
#About ul li {
	float: none;
	width: 100%;
	margin: 0 0 5% 0;
}
#About ul li p {
	font-size: 12px;
	padding: 8px 0;
	height: auto;
}
#About ul li:nth-child(2) p {
	padding: 8px 0;
}

#Staff {
	width: 100%;
    margin: 0;
    padding-bottom: 0;
    margin-top: 80px;
    margin-top: 30px;}
#Staff ul li a.readmore {
    background: #649664;
    padding: 5px;
    color: white;
    text-align: center;
    width: 90%;
    float: left;
    border-radius: 40px;
    line-height: 7px;
    font-size: 9pt;
}
#Staff h3 {
	font-size: 17px;
	padding: 30px 0 18px;
}
#Staff ul {
	width: 100%;
	margin: 0;
	padding-bottom: 40px;
}
#Staff ul li {
	float: none;
	width: 100%;
	margin: 0 auto 5%;
	overflow: hidden;
}
#Staff ul li:last-child {
	margin: 0 auto;
}
#Staff ul li .box-right {
	float: left;
	width: 50%;
}
#Staff .image {
	float: left;
	width: 50%;
	height: 145px;
}
#Staff ul li img {
	height: 100%;
}
#Staff ul li p {
	width: 50%;
	float: left;
}

#Staff .name {
	font-size:13px;
}
#Staff .position{
	font-size:12px;
}

#Staff .read_more {
	font-size: 11px;
	height: 43px;
	line-height: 40px;
	background-position: 80% center;
}

#Concierge {
	padding-bottom: 20px;
}
#Concierge .box {
	position: static;
	height: auto;
	margin-bottom: 30px;
}
#Concierge .box img {
	position: static;
	width: 100%;
	margin: 0;
}

#Reviews h3 {
	font-size: 17px;
	padding: 30px 0 18px;
}
#Reviews ul {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 40px;
}
#Reviews ul li {
	float: none;
	width: 320px;
	margin: 0 auto 3%;
	overflow: hidden;
}
#Reviews ul li:last-child {
	margin: 0 auto;
}
#Reviews .image {
	float: left;
	width: 50%;
	height: 145px;
}
#Reviews ul li img {
	height: 100%;
}
#Reviews ul li p {
	width: 50%;
	float: left;
}
#Reviews .visitdate {
	font-size: 11px;
	padding: 10px 10px 0 10px;
}
#Reviews .locate {
	font-size: 11px;
	padding: 10px 10px 0 10px;
}
#Reviews .content {
	font-size: 13px;
	padding: 0px 10px 0 10px;
	letter-spacing: 0;
}
#Reviews .read_more {
	font-size: 11px;
	height: 43px;
	line-height: 40px;
	background-position: 80% center;
}

.search {
	padding-bottom: 30px;
}
.search ul {
	width:100%;
}
.search ul li {
	float:none;
	background: rgba(62,58,57,0.8);
	color: white;
	font-size: 16px;
	width: 100%;
	height: auto;
}
.search ul li:first-child {
	width: 100%;
	padding: 10px 0px 0px 15px;
	box-sizing: border-box;
}
.search ul li:nth-child(2) {
	width: 100%;
	padding: 10px 0px 0px 15px;
	box-sizing: border-box;
}
.search ul li:nth-child(3) {
	width: 100%;
	padding: 10px 0px 15px 15px;
	box-sizing: border-box;
}
.search ul li:last-child {
	width: 100%;
	background-color: #AC8C6B;
	text-align: center;
}
.search ul li:last-child img{
	margin: 0 auto;
}
.search ul li select {
	width:90%;
	padding: 5px;
}

#Blog {
	padding-bottom: 40px;
	width: 100%;
}
#Blog h3 {
	margin: 30px 0 10px;
}
#Blog .box {
	width: 100%;
}
#Blog .contents-box {
	margin:0 auto;
}
.sideon,
.sideoff {
	width: 100%;
	float: none;
}
#Blog ul {
	width: 90%;
	margin: 0 auto 20px;	
	float: none;
}

#Blog ul li,
#Blog ul li.top {
	padding: 10px 0 30px;
	line-height: inherit;
}
#Blog .date {
	font-size: 12px;
}
#Blog .content {
	font-size: 18px;
}
#Blog .da-ca {
	width:100%;
	float:right;
}
#Blog .da-ca::after {
	clear:both;
}
#Blog .blog-box,
#Blog .blog-list-box,
#Blog .blog-box-img {
    width: 100%;
    margin: 0;
}
#Blog .read_more {
    margin-top: -20px;
    margin-bottom: 10px;
    height: 1px;
}
#Blog .read_more a{
	font-size: 12px;
	margin-top: 30px;
	margin-bottom: 10px;
}
#Blog img {
	width: 100%;
	height: inherit !important;
}
#Blog iframe{
	width: 100%;
	height: inherit !important;
	margin: 10px 0;
}

#Blog #side-box {
	width:100%;
	margin:0;
	float:none;
}
#Blog ul.wpp-list {
	width: 100%;
	margin: 0;
	margin-bottom: 10px;
	overflow: hidden;
}
#Blog ul.wpp-list li {
	border-bottom: none;
	padding: 10px;
	line-height: 1em; 
}
#Blog .box ul li .contact-btn a.btn-a:link {
    display: block;
    font-size: 19px;
    color: #ffffff;
    text-align: center;
    transition-duration: 0.3s;
    margin: 35px auto 75px auto;
    border-radius: 50px;
    background-color: #ff5a5f;
    padding: 20px 10px;
}

.DayTours-box {
	width:100%;
	height:200px;
	margin:50px 0;
}
.DayTours-box .left,
.DayTours-box .right{
	width: 100%;
	float: none;
	text-align: center;
	margin-bottom:20px;
	border: 1px #ac8c6b double;
	padding: 5px 0;
}
.DayTours-box::after{
	clear:both;
}
.DayTours-box .linkbox {
	width:280px;
	margin:0 auto;
} 
.DayTours-inqbtn {
	width:300px;
	margin:0 auto;
	margin-bottom:-40px;
	padding-top: 80px;
}

/*----------------------------------------------------------
	#Content.tour
----------------------------------------------------------*/
#Detail,
#Detail2 {
	width: 100%;
	min-width: 320px;
	margin: 35px auto;
	padding: 0 15px;
	box-sizing: border-box;
}
#Detail h3 {
	text-align: center;
	margin-top: 20px;
	font-size: initial;
}
#Detail h4 {
	text-align: center;
	margin-top: 0px;
	font-size: initial;
}

#Detail ul.col3,
#Detail ul.col4 {
	margin: 0 auto;
	padding-bottom: 30px;
}
#Detail ul.col3 li,
#Detail ul.col4 li  {
	float: none;
    width: 100%;
    height: inherit;
	margin-bottom: 20px;
}

#Detail ul.col4 li p {
    font-size: initial;
	font-weight: bold;
	text-align:center;
}

#Detail ul.col4 li .image {
	text-align:center;
	width: 100%;
}
#Detail ul.col4 li .image img {
	width: 100%;
}

#Detail img {
    width: 100%;
    height: inherit;
}
#Detail .typeA img {
    width: 100%;
	margin-left:0;
	float:none;
}
#Detail .typeA p {
	overflow: hidden;
}

.detail_top h3 {
	font-size: 20px;
}
.detail_top h4 {
	font-size: 18px;
}
.detail_top p {
	font-size: 14px;
}
.detail_top .left {
	float: none;
	margin-bottom: 38px;
}
.detail_top p.month {
	float: none;
	font-size: 12px;
	padding: 1%;
}
.detail_top p.category {
	float: none;
	font-size: 12px;
	padding: 1%;
}
.detail_top p.season {
	float: none;
	font-size: 12px;
	padding: 1%;
}
.detail_top p.tag {
	font-size: 12px;
	padding: 1%;
}
.detail_top .right {
	float: none;
}
.detail_top .right a {
	font-size: 14px;
	width: 210px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
}
.detail_middle h3 {
	font-size: 20px;
}
.detail_middle p {
	font-size: 12px;
}
.detail_bottom h3 {
	font-size: 20px;
}
.detail_bottom .left {
	float: none;
	margin-bottom: 15px;
}
.detail_bottom ol li {
	font-size: 12px;
}
.detail_bottom .right {
	float: none;
}
.detail_bottom .right iframe {
	width: 100%;
}
.slick-slide {
	height: 375px;
}
.slick-dots {
	bottom: 10px;
}

#DaySlider .slider .flex li {
	flex: none;
}
#DaySlider .slider .flex li:nth-child(2) {
	width: 100%;
}
#DaySlider .slider .mask {
	float: none;
	width: 100%;
	height: 100%;
}
#DaySlider .slider .mask h3 {
	font-size: 25px;
	margin-bottom: 20px;
}
#DaySlider .slider .mask h4 {
	font-size: 17px;
	margin-bottom: 5px;
}
#DaySlider .slider .mask p {
	font-size: 12px;
	padding: 0 15px;
}
#DaySlider .slider .mask p.border {
	margin: 0 auto;
	padding-top: 36px;
}
#DaySlider .box,
#DaySlider2 .box {
	width: 100%;
	margin: 20px auto 0;
	padding: 0 15px;
	box-sizing: border-box;
}
#DaySlider .box p,
#DaySlider2 .box p {
	font-size: 13px;
}
#DaySlider .left,
#DaySlider2 .left {
	float: none;
}
#DaySlider p.date,
#DaySlider2 p.date {
	font-size: 20px;
	margin-bottom: 6px;
	padding-bottom: 14px;
}
#DaySlider p.from,
#DaySlider2 p.from {
	font-size: 12px;
}
#DaySlider p.price,
#DaySlider2 p.price {
	font-size: 14px;
}
#DaySlider p.price span,
#DaySlider2 p.price span {
	font-size: 10px;
}
#DaySlider .right,
#DaySlider2 .right {
	float: none;
	padding-top: 33px;
}
#DaySlider .right a,
#DaySlider2 .right a {
	font-size: 14px;
	width: 210px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
}

#PriceDetails {
	padding-bottom: 30px;
}
#PriceDetails h3 {
	font-size: 20px;
	padding: 30px 0 10px;
}
#PriceDetails h4 {
	font-size: 17px;
}
#PriceDetails ul {
	width: 100%;
	margin: 30px auto 0;
	padding: 0 15px;
	box-sizing: border-box;
}
#PriceDetails ul li {
	float: none;
	width: 100%;
	height: auto;
	margin: 0 0 15px;
	padding-bottom: 20px;
}
#PriceDetails ul li p.border {
	margin: 0 auto;
	padding-top: 20px;
	border-width: 2px;
}
#PriceDetails ul li p {
	font-size: 12px;
	padding: 0 20px;
}


#SampleList {
	padding-bottom: 45px;
}
#SampleList h3 {
	line-height: 80px;
}
#SampleList ul {
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
}
#SampleList ul li {
	width: 100%;
	float: none;
	margin: 0 0 7px;
}
#SampleList .image .flex {
	margin: -10% auto 0;
}
#SampleList .image img.marking {
    min-height:0;
    width: 80px;
    height:80px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 9999;
}
#SampleList .image h4 {
	font-size: 18px;
	padding: 0 10%;
	box-sizing: border-box;
}
#SampleList .image p.sub_title {
	font-size: 13px;
}
#SampleList .image p.read_more {
	font-size: 12px;
	line-height: 40px;
}
#SampleList .filter-box {
	width:90%;
	border:1px double #a3a3a3;
	padding:5px;
	margin:10px auto 30px;
}
#SampleList .filter-box .filter_item {
	width:100%; 
	text-align:center;
}
#SampleList .filter-box .filter_item input[type="submit"] {
}
#SampleList .filter-box .filter_item input[type="submit"]:hover {
}


#Guides {
	width:100%;
	margin:auto;
}
#Guides .our-overview {
	display: inline-block;
	width:100%;
	margin-top:30px;
	margin-bottom:30px;
}
#Guides .box-left,
#Guides .box-right {
	float:none;
	width:95%;
	margin:0 auto;
}
#Guides .box-right img{
	width:100%;
	margin:0 auto;
}
#Guides ul {
	margin: auto;
}
#Guides ul li {
	float: none;
	width: 90%;
	padding: 0.5em;
	margin: auto;
}
#Guides ul li:last-child {
	margin-right: inherit;
}
#Guides .pointbox {
	margin: 0;
	position: relative;
	padding: 0.25em 1em;
	border: solid 2px #ac8c6b;
	border-radius: 3px 0 3px 0;
	height: auto;
}
#Guides .our-works {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 2%;
	position: relative; 
}
#Guides .our-works img{
	width:95%;
	margin:0 auto;
}
#Guides .our-works .bg-waku {
	height: 48%;
	width: 95%;
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	bottom: 0;
}
#Guides .our-works .title{
	width: 93%;
	position: absolute;
	bottom: 2%;
	left: 3%;
	color: #FFFFFF;
	font-size: 8pt;
	line-height: initial;
}
#Guides ul.samplelist {
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
}
#Guides ul.samplelist li {
	width: 100%;
	float: none;
	margin: 0 0 7px;
	padding: 0px;
}
#Guides .contact-btn {
}
#Guides a.btn_a{
	color: #ffffff;
	background-color: #ff5a5f;
	display: block;
	height: 57px;
	line-height: 57px;
	margin-top: 0;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	width: 250px;
	font-size: 19px;
	text-align: center;
	transition-duration: 0.3s;
	border-width: 0px;
	margin: 15px auto;
	border-radius: 50px;
}

#PostContents{
	width: 100%;
	min-width: 320px;
	margin: 35px auto;
	padding: 0 15px;
	box-sizing: border-box;
    overflow-x: hidden;
}
#PostContents .requestform {
	width:100%;
	margin-bottom: 10px;
}
#PostContents .requestform-img {
	width:40%;
	float:left;
}
#PostContents .requestform-img img {
	width:100%;
	height: 100%;
}
#PostContents .requestform-txt {
	width:55%;
	font-size: 12px;
	float:right;
	padding: 20px 0;
}

/********* contactform**********/
#ContactForm .cation {
	color: #649664;
	padding-left: 0px;
}
#ContactForm a:link {
	text-decoration : underline;
}
#ContactForm .list-block .wpcf7-list-item {
	display: block;
}
#ContactForm .list-inline .wpcf7-list-item {
	display: inline;
}
#ContactForm input[type="text"],
#ContactForm input[type="email"],
#ContactForm input[type="textarea"],
#ContactForm textarea {
	width:94%;
}

#ContactForm select {
	width:initial;
    margin-top: 5px;
}
table.contactform {
	margin: 0 0 20px 0;
	width: 95%;
	table-layout: fixed;
}
table.contactform th,
table.contactform td {
	width: 100%;
	display: block;
	font-size: 14px;
}
table.contactform th {
    font-weight: normal;
    background-color: #f5f5f5;
    border:1px solid #BFBFBF;
    text-align: center;
    padding: 8px;
}
table.contactform tr td {
    background-color: #fff;
    border:1px solid #bfbfbf;
    text-align: left;
    padding: 8px;
}
table.contactform th, table.contactform th span, 
table.contactform td, table.contactform td span {
    font-size: 14px;
}

#CustomersComments table {
	margin: 0 0 20px 0;
	width: 95%;
	table-layout: fixed;
}
#CustomersComments table th,
#CustomersComments table td {
	width: 100%;
	display: block;
	font-size: 14px;
}
#CustomersComments table th {
    font-weight: normal;
    background-color: #f5f5f5;
    border:1px solid #BFBFBF;
    text-align: center;
    padding: 8px;
}
#CustomersComments table th {
	width:100%;
}
#CustomersComments table tr td {
    background-color: #fff;
    border:1px solid #bfbfbf;
    text-align: left;
    padding: 8px;
}
#CustomersComments input[type="file"],
#CustomersComments input[type="text"],
#CustomersComments input[type="email"],
#CustomersComments input[type="textarea"],
#CustomersComments textarea {
	width: 94%;
}
#CustomersComments input[type="file"] {
    font-size: 12px;
}
#CustomersComments .mwform-radio-field,
#CustomersComments .mwform-file-delete {
	font-size: 14px;
}
#CustomersComments .imgtop {
	margin: 0 0 8px 0 !important;
}
#CustomersComments img.imgtop {
	width: 100% ;
}
#CustomersComments input[type="submit"] {
    padding: 13px 0;
    margin: 0 auto;
	font-size: 19px;
}

.iltminfo {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.iltminfo .layerTransparent {
    background-color: rgba(0,0,0,0.2);
    height: 100%;
}
.iltminfo .boxleft {
    width: 40%;
    float: left;
}
.iltminfo .boxright {
    width: 40%;
    float: right;
}
.iltminfo table {
    color: initial;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: initial;
}
.iltminfo table th {
    text-align: center;
    padding: 6px;
    font-size: 12px;
    vertical-align: middle;
    border: none;
    background-color: initial;
}
.iltminfo table td {
    text-align: left;
    padding: 6px;
    font-size: 10px;
    vertical-align: middle;
    border: none;
    background-color: initial;
}

table.iltm {
	width: 100%;
}


/*----------------------------------------------------------
	Category Theme Page
----------------------------------------------------------*/

#PostContents ul.col3,
#PostContents ul.col4 {
	margin: 0 auto;
	padding-bottom: 30px;
}
#PostContents ul.col3 li,
#PostContents ul.col4 li  {
	float: none;
    width: 100%;
    height: inherit;
	margin-bottom: 20px;
}

#PostContents ul.col4 li p {
    font-size: initial;
	font-weight: bold;
	text-align:center;
}

#PostContents ul.col4 li .image {
	text-align:center;
	width: 100%;
}
#PostContents ul.col4 li .image img {
	width: 100%;
}

/*----------------------------------------------------------
	Single Staff Page
----------------------------------------------------------*/
#PostContents .box .staff-info {
	width: 100%;
}
#PostContents .box .staff-info h3 {
	font-size: 24px;
}
#PostContents .box .staff-info .locate {
	font-size: initial;
	font-weight: bold;
	text-align: right;
}
#PostContents .box .staff-info .left {
	width:100%;
}
#PostContents .box .staff-info .right {
	width:100%;
	padding-top:0px;
}
#PostContents .box .staff-photo {
	width: 100%;
}
#PostContents .box .staff-photo .left {
	width:100%;
	float: right;
}
#PostContents .box .staff-photo .left .photobox {
	margin-top:5px;
}
#PostContents .box .staff-photo .right {
	width:100%;
	float: left;
}

.content .bloglink a{text-decoration:underline;}




}