#page #header{
	position:static;
	height:auto;
}


/*ヘッダーメニュー*/
#headercont {
    min-width: 1260px;
    width: 1260px;
    margin: 0 auto;
padding:15px 0;
    height: 250px;
}

header{

}

#page #main h3 {
    padding: 10px 0px 10px 0px;
    margin: 0px;
    font-weight: bold;
    font-size: 150%;
    color: #fff;
}

.breadcrumbs a {
    font-weight: bold;
    border: 1px solid #fff;
    border-radius: 20px;
}

.wpcf7-form {
    padding: 2%;
    /* margin-top: -50px; */
    border-radius: 20px;
    background: #fff;
    box-sizing: border-box;
}



/*お問合せ*/
.contact_table th span{
background:#e6c550;
font-size:80%;
}

.contact_table tr{

}

.contact_table .reb_bg{
background:#e6c550;
font-size:80%;
}
.contact_table {
  width: 100%;
max-width:850px;
margin:auto;
	    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;
}

#page #main .contact_table p{
	padding: 0;
    margin: 5px 0!important;
}


.tour_list{
    text-align: center;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.tour_list .kaijo{
	background:khaki;
}


.tour_list .bas{
	background:yellow;
}

.tour_list li{
    border: 3px solid green;
    background: #fff;
    font-weight: bold;
    font-size: 1.32rem;
    text-align: center;
    padding: 12px 5px;
    width: 450px;
    max-width: 80%;
    border-radius: 12px;
    margin: 26px auto 40px;
	position:relative;
}

.tour_list li span{
    display: block;
    font-size: 70%;
    text-align: center;
    color: green;
    letter-spacing: 0;
}
.tour_list .bas{
	border-radius:500px;
	    background: white;
    border: none;
}
.tour_list li img{
	width:40px;
	display:block;
	margin:5px auto;
}

.tour_list li:after{
    content: "";
    position: absolute;
    bottom: -45px;
    left: 50%;
    margin-left: -0.5rem;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 1em;
    height: 1em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
}
.kaijyouzu{
width: 700px;
    margin: auto;
    max-width: 96%;	
}

.tour_list li:last-child:after{
	content:none;
}


/*お問合せ*/

.wpcf7-select{
	font-size:1rem;
}

#page #main .wpcf7-form p{
	color:#111;
}

.contact_table th span{
    background: green;
    font-size: 86%;
    margin-left: 8px;
    padding: 2px 5px;
    border-radius: 50px;
}

.contact_table tr{

}

.contact_table .reb_bg{
background:#e6c550;
font-size:80%;
}
.contact_table {
  width: 100%;
max-width:850px;
margin:auto;
	    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;
}

#page #main .contact_table p{
	padding: 0;
    margin: 5px 0!important;
}

.contact_table td,
.contact_table th {
  padding: 15px 8px;
  font-size: 100%;
	font-weight:bold;
text-align:left;
}

.contact_table td input{
    margin: 8px 0;
    font-size: 1rem;
    padding: 5px;
    box-sizing: border-box;
    max-width: 90%;
}

.contact_table td {
  padding: 15px 10px;
}

.contact_table th {
  width: 190px;
  text-align: left;
  letter-spacing: 0;
}


/*ロゴ*/

#header h1 {
    width: 200px;
    height: auto;
    display: block;
    text-align: center;
    margin: auto;
}

#header h1 img {
 width:200px;
	height:auto;
}

.wpcf7-form .wpcf7-submit {
    width: 35%;
    background: green;
    color: #fff;
    font-size: 1.3rem;
    border: none;
    border-radius: 50px;
    margin: 0 auto 50px;
    display: block;
}

@media screen and (max-width: 768px) {

  #headercont {
    min-width: auto;
    width: 100%;
    margin: 0 auto;
padding:15px 0;
    height: 250px;
}
 
#page #main h3 {
    padding: 10px 0px 10px 0px;
    margin: 0px;
    font-weight: bold;
    font-size: 130%;
	}
	
	.contact_table th,.contact_table td{
		display:block;
		width:100%;
	}

#page #main .wpcf7-form p {
    color: #111;
    font-size: 90%;
    text-align: justify !important;
}	
.wpcf7-form textarea {
    width: 90%;
    height: 150px;
}
	
}


