﻿@charset "utf-8";
/* CSS Document */
body{
	font-family:"游ゴシック", "Yu Gothic",'ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	width:100%;
	font-weight: 500;
	background: linear-gradient(#cbe5ff, #fff);
	min-height: 100vh;
}
img {
	max-width: 100%;
}
a {
	color: #000000;
	text-decoration:none;
}

/************************************
	clearfix 
************************************/ 
.clearfix:after {
	visibility:hidden;
	height:0;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}  
* html .clearfix             { zoom: 1; }
*:first-child+html .clearfix { zoom: 1; }
.wrapper{
	width: 1200px;
	overflow:hidden;
	margin:auto;
	background:#fff;
	min-height: 100vh;
}
.link_txt{
	text-decoration:underline;
	color:#E77917;
	font-weight: bold;
}
.link_txt:hover{
	text-decoration:none;
}
header{
}
header img{
}
.top_ttl{
	padding: 7%;
	padding-left: 13%;
    font-size: 1.7em;
}
.top_ttl img {
    float: left;
    height: 1em;
    margin-right: 2%;
}
.top_h1 a{
	font-family: 'M PLUS Rounded 1c',"游ゴシック", "Yu Gothic",'ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	color:#003366;
}
.h1_small{
	font-size:0.8em;
}
.top_left{
	width: 37%;
	float: left;
}
.top_right{
	width: 63%;
	float: left;
}
.top_tel{
	background-color:#003366;
	position: relative;
    height: 30px;
}
.top_tel:before {
	content: "";
    height: 30px;
    width: 47px;
    background: url(../img/top_bg.png);
    position: absolute;
    left: -47px;
    background-size: contain;
}
.top_tel a{
	font-family:"Futura","游ゴシック", "Yu Gothic",'ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    font-size: 1.1em;
	background: #FFFF66;
    color: #003366;
    font-weight: bold;
    padding: 0.3% 1%;
    padding-top: 0.4%;
    display: block;
    width: 23%;
    float: left;
    margin-top: 0.55%;
    border-radius: 3px;
	margin-left: 5%;
}
.top_tel a img{
	margin: 0 2%;
    height: 1em;
}
.top_tel p{
    float: left;
    color: #fff;
    margin-top: 1%;
    margin-left: 1%;
}
.tel_msg_small{
	font-size:0.9em;
}
.menu_box{
    background: #003366;
}
.menu_box li a{
	color:#fff;
}
.menu_box li a:hover{
    text-decoration: underline;
}
.menu_box ul{
	display: flex;
    padding: 1%;
    justify-content: space-evenly;
}
.top_msg{
	padding: 2.8%;
	color: #003366;
}
.main_visual_box{
    background: url(../img/main_v.jpg);
	height: 522px;
	position: relative;
}
.search_box {
    background: rgb(255 255 255 / 90%);
    position: absolute;
    width: 88%;
    left: 6%;
    top: 9%;
    padding: 3% 5%;
    border-radius: 20px;
}
.search_box h2{
    width: 20%;
    display: block;
}
.form_area{
	margin-top: 2.5%;
    font-size: 1.2em;
}
.form_area form{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.form_item{
	width: 33%;
    padding: 0 3%;
    margin-bottom: 2%;
}
.form_ttl{
    display: block;
    font-weight: bold;
    margin-bottom: 1.5%;
}
.form_item select{
    font-size: 1em;
	display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 10px 15px;
    outline: 0;
    border-radius: 0;
    color: #000;
    border: solid 1px #ccc;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
	position:relative;
}
.form_item select:hover,.form_item select:focus {
/*    background: #e6e6e6;
    color: #7b7b7b;
*/
}
.select{
	position:relative;
}
.select__arrow {
    position: absolute;
    top: 16px;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #7b7b7b transparent transparent transparent;
}
.options{
    width: 65%;
	padding: 1% 3%;
}
.options label {
    cursor: pointer;
    margin-bottom: 4%;
    font-weight: bold;
    width: 50%;
    display: block;
    float: left;
}
.options label input{
	width: 18px;
    height: 18px;
    vertical-align: text-top;
    margin-right: 1.5%;
}
.options_p{
    clear: both;
    font-size: 0.8em;
}
.options_p img{
	height: 1.3em;
    width: auto;
    margin-right: 1%;
}
.submit {
    width: 28%;
    height: 137px;
    border: 0;
    margin-left: 4%;
    background: url(../img/submit.png) left top no-repeat;
    background-size: contain;
	cursor: pointer;
}
.submit:hover{
    filter: contrast(1.2);
}
section{
    margin: 3% 6.5%;
}
.section_h2{
	color: #003366;
    position: relative;
    margin-left: 2%;
    font-size: 1.2em;
    font-weight: bold;
    padding-left: 0.5em;
	margin-bottom: 1.5%;
	z-index: 1;
}
.section_h2:before{
	content: "";
    width: 0.5em;
    height: 0.5em;
    background: #003366;
    position: absolute;
    top: 0.2em;
    left: -0.5em;
}
.bukken_list{
    background: #f7f7f7;
    padding: 1% 2%;
    border: solid 1px #ccc;
}
.bukken{
    width: 48%;
    float: left;
    margin: 1%;
    background: #fff;
	box-shadow: 0px 0px 2px 0px #aaa;
}
.bukken:hover{
	opacity: 0.8;
}
.bukken:nth-child(odd){
	clear:both;
}
.bukken_photo{
	width: 47%;
    margin: 2%;
    margin-right: 1%;
    float: left;
    height: 185px;
    object-fit: cover;
}
.bukken_tbl{
	width: 47%;
    margin: 2%;
    margin-left: 1%;
    float: left;
}
.bukken h3{
	background: #E1F0FF;
    padding: 0% 3%;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 2.2em;
}
.bukken h3 img{
	width: 16%;
    float: right;
	margin-top: 1%;
}
.bukken_tbl th{
	background:#E9E9E9;
}
.bukken_tbl td,.bukken_tbl th{
	padding: 5% 3%;
	font-weight: bold;
	border-bottom: dotted 1px #ccc;
}
.price{
	font-size: 1.6em;
    color: #FF3300;
    margin-right: 1%;
}
.bukken_link{
	background: #666;
    display: block;
    clear: both;
    width: 30%;
    margin: 1% auto;
    padding: 1%;
    color: #fff;
    text-align: center;
}
.bukken_link:hover{
	opacity:0.8;
}
footer{
	border-top:solid 10px #003366;
	margin-top: 5%;
}
.foot_box{
	padding: 5% 3%;
}
.foot_left{
	width: 30%;
	float: left;
}
.foot_center{
	width: 40%;
	float: left;
}
.foot_right{
	width: 30%;
	float: left;
}
.foot_ttl{
	font-family: 'M PLUS Rounded 1c',"游ゴシック", "Yu Gothic",'ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    color: #003366;
    font-size: 1.7em;
}
.foot_ttl img{
    float: left;
    margin: 0 2%;
}
.foot_h1{
	margin-top: 3%;
}
.post_num{
	display: block;
    margin-bottom: 1%;
}
.address{
	display: block;
}
.foot_tel a{
	color: #003366;
    font-weight: bold;
    font-size: 1.5em;
}
.foot_tel a img{
    height: 1em;
    margin: 0 1%;
}
.foot_tel p{
    margin-top: 1%;
    margin-left: 1%;
}
.copy{
	clear: both;
    text-align: center;
    margin-bottom: 1%;
    font-size: 0.8em;
    color: #036;
}
.sp_menu{
	position:fixed;
	display:none;
	z-index: 5;
}
.menu_box li a:focus{
	border:0;
	outline:0;
}
