@import url("frame.css");
.text_right{
	text-align: right;
}
.border{
	border: 2px solid #555;
	padding: 1rem;
	display:inline-block;
}
.workshop table{
    border: 1px solid #000;
    margin-bottom: 30px;
}
.workshop th{
    text-align:center;
}
.workshop tr{
    border: 1px solid #aaa;
}
.workshop #photo_container{
    margin:0;
}
#left_work{
	float:left;
	margin-bottom: 2%;
}
.workshop .caution{
	margin-top:5%;
}
#right_work .linkbtn {
    margin-top: 5%;
}
#work_table table{
	border:0 !important;
}
#work_table table td{
    min-width: 110px;
}
#work_table table tr{
	border: none;
    border-bottom: 1px solid #dcdcdc;
}
#right_work h4{
 	font-size:1.2em;
 	margin-bottom: 5px;
 	font-weight:bold;
 	color: #26A040;
}
#right_work p span{
 	font-size:0.8em;
}
#right_work img{
	float: left;
    margin: 0 10px 10px 0;
}
#work_table table span{
	padding:3px 5px;
	color:#fff;
	background-color:#26A040;  
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}
.application_btn{
	text-align:center;
	margin: 5% 0;
}
#event_w{
	margin:5% auto;
}
section#banner {
    margin-bottom: -6rem;
}
.top_form_btn {
	display: block;
    position: relative;
    width: 200px;
    padding: 0.8em;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #ca0000;
    margin: 0 auto;
    font-size: 1.2rem;
	border-radius: 10px;
}
.top_form_btn:hover {
	 opacity:0.8;
	 cursor: pointer;
	 text-decoration: none;
}
.map{
height: 0;
overflow: hidden;
padding-bottom: 30rem !important;
position: relative;
}
.map iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
/*　トリミングする外側の枠　*/
.trim {
    overflow: hidden;
    height: 150px;/* トリミングしたい枠の高さ */
    position: relative;
}
/* 中央に合わせて、リサイズせずに、はみ出た分をトリミング */
.trim img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*　ボタンの集まり　*/
ul#button_box {
	font-size: 100%;
	font-weight: bold;
	list-style: none;
	position:fixed;
	top:75px;
	right: -195px;
	margin:0;
    z-index: 999;
}
#button_box li {
	margin-bottom: 0.8em;
}
#button_box li a {
	text-decoration: none;
	color: #333333;
	display:block;
	background-repeat:no-repeat;
	height:67px;
	padding-left:70px;
	line-height:64px;
}
#button_box li a span {
	width:193px;
	display:block
}
#button_box li a:hover {
	opacity:0.5;
}
#button_box .free{
	background-image:url(../img/free_button.png);
}
#button_box .workshop{
	background-image:url(../img/workshop_button.png);
}
#button_box .toto{
	background-image:url(../img/toto_button.png);
}
#button_box .lifemarket{
	background-image:url(../img/lifemarket_button.png);
}
#button_box .kuukan{
	background-image:url(../img/kuukan_button.png);
}
@keyframes horizontal {
    0% { transform:translateX( -3px); }
  100% { transform:translateX(  0px); }
}
@keyframes vertical {
    0% { transform:translateY(-5px); }
  100% { transform:translateY(  0px); }
}
#lifemarket {
    animation: vertical 1s ease-in-out infinite alternate;
    position: fixed;
    right: 0;
    top: 50%;
	z-index:999;
}
		.log div, .movie{
		margin-bottom: 3%;
	}
#lifemarket a {
  animation: vertical 1s ease-in-out infinite alternate;
}

/* -----　ヘッダー　---------------------- */
h1{
	text-align: center;
    padding: 2% 0 0 0;
}
.header_center{
	padding-top: 50px;
}
.headerback{
	background-color: #F7F7F7;
}

/* ---------- スライドショー--------------- */
.slider{
	margin: 0 auto;
    width: 100%;
}
/*------------- お知らせ　----------------- */
.top_about{
	text-align: center;
    margin: 90px 0 50px 0;
}
.top_about h2{
	font-weight:bold;
}

#information{
	margin: 0 auto 3% auto;
	padding: 3% 0 1% 0;
}
#information p{
	line-height:normal;
    margin-top: 3%;
}
#information dd{
	border-bottom: 1px #000 dotted;
    padding: 5px;
    margin-bottom: 10px;
}
	
#information h2, #new_item h2{
	margin-bottom:5px;
}
hr.img_border{
	background-image: url(../img/border.png);
	height: 10px;
	margin-top: 0;
	margin-bottom:20px;
	border: 0px none;
	background-repeat: no-repeat;
}
.one_quarter p{
	margin-top:10px;
	text-align: left;
	
}
.one_quarter p span, .two_quarter p span ,.about_wap ul li span{
	font-weight: bold;
    font-size: 1.1em;
	color: #253A39;
}
#information .f_left a{
	display:block;
	margin-bottom:5px;
}
.media{
	max-width:600px !important;
}
.media img{
    margin-bottom: 5%;
}

.sale_img{
	width: 400px;
    margin: 0 auto 5% auto;
}

/*------------- お知らせスクロール　----------------- */
#scrollbar {
    overflow: auto;
    height: 255px;
	padding: 0 2%;

}
#scrollbar::-webkit-scrollbar
{
        overflow:hidden;
        width:5px;
        background:#fafafa;
         
        -webkit-border-radius:3px;
        border-radius:3px;
}
        #scrollbar::-webkit-scrollbar:horizontal
        {
                height:5px;
        }
#scrollbar::-webkit-scrollbar-button
{
       display:none;
}
#scrollbar::-webkit-scrollbar-piece
{
        background:#eee;
}
        #scrollbar::-webkit-scrollbar-piece:start{
            background:#eee;
        }
#scrollbar::-webkit-scrollbar-thumb
{
        overflow:hidden;
        -webkit-border-radius:3px;
        border-radius:3px;
         
        background:#333;
}
#scrollbar::-webkit-scrollbar-corner
{
        overflow:hidden;
        -webkit-border-radius:3px;
        border-radius:3px;
         
        background:#333;
}



/* -----------　新商品　---------------------------- */
#new_item{
	color: #888;
    margin-bottom: 5%;
}
#new_item ul li{
	margin-bottom:30px;
    vertical-align: top;
}
#sns{
	padding: 5% 0;
}

#rentalspacewrap{
	padding: 2% 0;
}

#sns h5{
	margin:0;
	font-weight:bold;
}
#facebook{
	margin-bottom:8%;
	
}
#instagram{
    max-width: 450px;
	margin: 0 auto;
}


.farmtop_banner{
	text-align: right;
    margin-right: 10%;
}

/* -------------------　フッター　--------------------- */
#footer{
	padding:5% 0;
}

#footer .title{
	margin-bottom:30px;
	font-size:1.2em;
}
#footer ul li{
    list-style: none;
	margin-bottom:10px;
}
#footer .list li:last-child{
	margin-bottom:0;
}

/* ----------------------Copyright-------------------------------- */

#copyright{
	padding:3% 0;
	font-size:0.8em;
}


/* --------------------フェード------------------------------------ */

*, *::before, *::after{
	transition:all .3s ease-in-out;
}



/* ------------------ナビゲーション--------------------------------- */

.inner {
    max-width: 980px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    width: 100%;
    padding: 10px 0px 20px;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#global-nav{
    margin: 17px auto;
}
#global-nav ul {
    list-style: none;
}
#global-nav ul li {
    float: left;
    width: 162px;
	font-weight: bold;
}
#global-nav ul li.last{
	margin-right:0px;
}

/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
	height: 55px;
    position: fixed;
    padding-top: 0;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed img {
	display:none;
}
#top-head.fixed ul li span {
	display:block;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}


th, td{
	padding:8px;
}
#sale_table td{
	padding:20px;
}
/* -------------------------イベントタイトル--------------------------------------- */

.eventtitel{
	text-align:center;
	margin-bottom:5%;
}
.eventtitel img{
	margin-bottom:5%;
}
.about_wap ul{
    max-width: 890px;
    margin: 0 auto;
    list-style: none;
}
.about_wap ul li{
    max-width: 350px;
	float: left;
    margin: 0 21% 30px 0;
}

.about_wap ul li p{
	margin-top:10px;
}
#event_w_box h3{
	font-size: 1.2em;
    margin-bottom: 5px;
}
#event_w_box img{
	margin-bottom:10px;
}
#event_w_box{
	display:inline-block;
    vertical-align: top;
    width: 350px;
}
	

/* ------------------------- map --------------------------------------- */

.address .ggmap {
	margin-right: 5%;
    float: left;
    width: 67%;
    height: 300px;
}
.address{
	padding:5% 0;
}

.profile table tr{
	border-bottom: 1px dotted #999;
}
.profile table td{
	padding: 15px;
}
.img_left{
	float: left;
    margin: 0 7% 0 0;
}
.profile table{
    min-width: 300px;
}
.two_quarter p{
	margin-top:10px;
}
.carmap{
	max-width: 350px;
    float: left;
    margin-left: 10%;
}


/*　Googleカレンダー埋め込み  */

.g-calendar {
    text-align:center;
	margin-bottom: 3%;
    }

.g-calendar iframe {
    width:100%;
    max-width:800px;
    height:400px;
    }

@media (min-width: 768px) {
    
.g-calendar iframe {
    height:600px;
    }
        
}


/* -------------------------フッターアイコン---------------------------------------- */
.faico{
	margin:0; padding:0; list-style:none;
}
.faico li{
	display:inline-block;
	margin:5px 2px 0 0;
	padding:0;
	line-height:normal;
}
.faico li:last-child{
	margin-right:0;
}


a{color:#003C68;}
hr, .borderedbox{
	border-color:#D7D7D7;
}
label span{
	color:#FF0000;
	background-color:inherit;
}
input:focus, textarea:focus, *:required:focus{border-color:#003C68;}

/* text_colors */
.text_color0{
	color:#888;
	background-color:#F5F5F5;
}
.text_color1{
	color:#fff; 
	background-color:#253A39;
}
.text_color1 a{
	color:#fff;
	background-color:inherit;
}
.text_color2, .text_color2 a{
	color:#fff;
	background-color:#182525;
}




th{
	background-color:#373737;
	color:#fff;
}
#main_photo img {
    border: 1px solid #F3F3F3;
    padding: 20px;
    box-shadow: 2px 2px 1px #dcdcdc;
    background-color: #fff;
    display: inline-block;
    margin: 0 0 10px;
}
.farm_main{
	float:left;
	width:75%;
	border-right: dotted #253A39;
	padding: 0 5% 0 0;
}
.farm_main .diary{
	 margin-bottom:5%;
	 border-bottom:1px solid #bcbcbc;
	 padding-bottom:3%;
	 color: #000;
}
.diary_text{
	overflow: hidden;
}
.farm_main .diary_img{
	margin: 0 20px 10px 0;
	width:250px;
}

.farm_main .diary ul li{
	float: left;
    margin: 0 5px 10px 0;
	width:80px;
}
.farmtitel{
	font-size: 1.2em;
    color:#253A39;
	margin-bottom: 10px;
    padding-bottom: 3px;
	font-weight: bold;
	border-bottom: 1px dotted #253A39;
}
.farm_main .farmdate{
	font-size: 1.2em;
    font-weight: bold;
	margin-bottom: 10px;
}
#w_contact_box .postcard .red{
	color:#cd0000;
}
.diy_box li{
	display: inline-block;
    max-width: 322px;
    margin-right: 2%;
    vertical-align: top;
}
.diy_box img{
	margin-bottom: 3%;
}
.diy_box p{
	margin-bottom: 10%;
}

.diy_etc li{
	display: inline-block;
    max-width: 322px;
    margin-right: 2.5%;
    vertical-align: top;
}
.diy_etc img{
	margin-bottom: 8%;
}

@-ms-viewport{width:device-width;}

/*---------------------------------------*/
#thumbnail{
    overflow: hidden;
    width: 110%;
}
#thumbnail li{
    float: left;
    margin: 0 2.6% 2% 0;
}
#thumbnail li img{
    width: 100%;
    opacity: 0.6;
    filter: alpha(opacity=50); 
}
#thumbnail li.current img{
    opacity: 1;
    filter: alpha(opacity=100);
}
#main_photo{
    position: relative;
    height: 550px;
	margin-bottom: 2%;
}
#main_photo img{
    position: absolute;
    top:0;
    width: 100%;
	
}
#photo_container{
	margin: 0 auto 8% auto;
}

/* -------------------------PC表示用---------------------------------------- */

@media screen and (min-width:769px){
	body{
		min-width:980px;
	}
	.box{
		max-width:1024px;
		width:90%;
	}
	#global-nav a span{
		display: none;
	}
	#sns{
		display:table;
	}
    #rentalspacewrap{
		display:table;
	}
	#facebook{
	width: 500px;
    display: table-cell;
    padding: 0 5% 0 0;
	
	}	
	#instagram{
	display: table-cell;
	}	
	.about_wap ul li.last{
    	margin-right: 0;
	}
	#rentalspace{
	display: table-cell;
	}	
	.about_wap ul li.last{
    	margin-right: 0;
	}

	#new_item {
	    width: 103.5%;
	}
	.diy_box,.diy_etc{
		 width: 110%;
     }
	 .free_space{
		 text-align:center;
	 }
	 #left_work{
		width: 500px;
	}
	#work_table .ggmap {
		margin-left: 5%;
    	float: right;
    	width: 31.5%;
    	height: 300px;
	}
	#work_table table{
		float: left;
		width:650px;
	}
	#sale_table table{
		float: left;
	}
	
	#event_w{
		width:800px;
	}
	#event_w_box{
		margin: 0 10% 3% 0;
	}
	#right_work{
		float:right;
    	width: 480px;
	}
	#banner img{
		margin: 0 10px 3px 0;
	}
	#banner ul{
		float:left;
		max-width: 730px;
	}
	#banner ul li{
		display:inline-block;
		max-width: 180px;
	}
	#banner ul li p{
		margin-bottom:5%;
		font-size: 0.9em;
		max-width:170px;
	}
	.four_img li{
	    display: inline-block;
    	max-width: 18.5%;
    	margin: 0 1% 5% 0;
    	vertical-align: top;
	}

	.pc {
    display: block;
	}
	.sumaho {
    display: none;
	}
	
	
/* ------------お問合わせ--------------- */

#contact_box{
	background-image:url(../img/contact_back.png);
	background-repeat:no-repeat;
	margin: 0 auto;
    width: 790px;
	height: 630px;
    position: relative;
	
}
#stay-in-touch .postcard form {
    margin: 0 auto;
    font-size: 1.875em;
    padding-bottom: 50px;
}
#stay-in-touch .postcard form label {
    display: none;
}
.radio_box div {
    display: inline-flex;
	align-items: center;
}
.radio_box {
    position: absolute;
    top: 108px;
    left: 45px;
	width: 350px;
	color: #333;
	accent-color: #9c0100;
}
.radio_box label{
	display: block !important;
	font-size: 1rem;
	margin: 0;
}
.postcard input{
	padding: 10px;
    border: 0;
    border-bottom: 2px dotted #400;
	font-size: 14px;
	background-color: rgba(255, 255, 255, 0.5);
}
#name,#email,#phone{
	position: absolute;
    right: 60px;
    width: 300px;
	background-color: rgba(255, 255, 255, 0.5);
}
#message{
	position: absolute;
	bottom: 150px;
	left: 45px;
	width: 315px;
	height: 170px;
	padding: 5px;
	border: dotted #400 2px;
	background-color: rgba(255, 255, 255, 0.5);
	
	}
#name{
    top: 220px;
}
#email{
    top: 300px;
}
#phone{
    top: 380px;
}
#stay-in-touch .postcard form button {
    display: block;
    width: 277px;
    height: 50px;
    overflow: hidden;
    border: 0;
    cursor: pointer;
	margin-top: 5%;
    color: #fff;
	text-decoration: none;
	position: absolute;
    left: 260px;
    bottom: 10px;
}
.button {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color: #9C0000;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button:hover {
	background-color: #cd0000;
}
.small_box{
    width: 790px;
	margin: 0 auto 50px auto;
    color: #333;
}
h4.tel{
	 float:right;
	 font-weight:bold;
	 font-size:2.5em;
}
#farm_archive{
	float:right;
	width:20%;
}
.goodpoint ul li {
    display: inline-block;
    margin: 0 7% 3% 0;
    max-width: 40%;
}
.goodpoint p {
    margin-bottom:3%;
}
	.log{
		display: flex;
		justify-content: space-evenly;
	}
	.log img{
		max-width: 400px;
		
	}


/* ------------ワークショップお問合わせ--------------- */
#w_contact_box{
	margin: 0 auto;
    width: 900px;
}
#w_contact_box dl{
	font-size:14px;
	padding: 5%;
    background-color: #fff;
    box-shadow: 2px 2px 5px #aaa;
}
#w_contact_box dl dt{
	float:left;
	width: 35%;

}
#w_contact_box dl dd{
    border-bottom: 1px dashed rgb(169, 169, 169);
    padding-bottom: 10px;
    margin: 0 0 10px 0;
}

#w_contact_box label{
	font-size:0.6em;
}

#w_contact_box input,textarea{
    border-radius: 5px;
    padding: 5px;
}
#w_contact_box textarea{
    width: 50%;
    height: 100px;
}
#w_contact_box #stay-in-touch .postcard form {
    margin: 0 auto;
    font-size: 1.875em;
    padding-bottom: 50px;
}
#w_contact_box .postcard input{
	padding: 5px;
	font-size: 14px;
    border: 1px solid rgb(169, 169, 169);
	display: inline-block;
}

#w_contact_box ul{
	float: right;
    width: 65%;
}
#stay-in-touch .postcard form button.workshop {
	display: block;
    width: 277px;
    height: 50px;
    overflow: hidden;
    border: 0;
    cursor: pointer;
	margin-top: 5%;
    color: #fff;
	text-decoration: none;
	position: initial;

}


  .asakare p img{
    max-width: 32%;
    float: left;
    margin-right: 1%;
  }
  .asakare ul{
    margin-bottom: 5%;
}
  .asakare ul li {
    max-width: 18%;
    display: inline-block;
    margin-right: 1.7%;
}
  .orion ul li {
	margin-bottom:2%;
	text-align: center;
}
}

/* -----------スマホ・タブレット用----------------------------------------------------- */


@media screen and (max-width:768px){
	.pagination li{display:inline-block; margin:0 5px 5px 0;}
	#copyright p:first-of-type{margin-bottom:10px;}
	.one_half, .one_third, .two_third, .one_quarter, .two_quarter, .three_quarter{
		display:block;
		float:none;
		width:auto;
		margin:0 0 30px 0;
		padding:0;
	}

	#information p{
		max-width:none;
	}
	#information .f_left{
		float:none;
		margin-bottom:10px;
		text-align: center;
	}
	#testimonials .slides li .flex-content blockquote{
		max-width:none;
	}
.one_quarter p{
	max-width: 311px;
    margin: 10px auto 0 auto;
}
h1{
    text-align: center;
    padding: 20% 0 10%;
}
#new_item ul li{
	text-align:center;
}
._box{
	 margin:0 auto;
	 max-width: 500px;
}
.rentalspace_box{
	 margin-bottom:5%;
	 max-width: 450px;

}

.farm_main{
	width:100%;
	border-right:none;
}
.diary_text{
	overflow: hidden;
	clear:both;
}
.goodpoint li,.free_space {
    text-align: center;
}
#work_table table,#left_work {
   width:100%;
}
.trim {
    width: 100%;
}
.responsive p{
	font-size:medium !important;
}
#banner ul li{
	display: inline-block;
    width: 48%;
    margin: 0 1% 2% 0;
	vertical-align: top;
}
.carticon{
	width: 130px;
    padding: 10px;
    text-align: left;
    display: inline-block !important;
    border-right: 1px solid #dcdcdc;
}
.movie {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}	

	.pc {
    display: none;
	}
	.sumaho {
    display:block;
	}
/*------navi----------*/

    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
	
	.inner{
	position: absolute;
    top: 0;
	}
	
	
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 56px;
        z-index: 999;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #333;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
		z-index: -1;
		margin:0;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
		margin: 0;
	    border-bottom: 1px #909090 solid;
		width: 100%;
    }
	#global-nav ul li.last{
	border:0;
}

	#global-nav ul li img {
    display: none;
	}
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }

#calendar{
	overflow:hidden;
}
.ggmap{
	width: 100% !important;
    height: 300px;
	margin-bottom: 5%;
}
.address_text{
	text-align: center;
}
.img_left{
	text-align:center;
    float: none;
}
.profile table{
    margin: 0 auto;
}
.about_wap ul li{
	float:none;
    margin: 0 auto 50px;
}
.goodpoint ul li {
    margin: 0 0 3% 0;
}

.asakare img{
    margin-bottom: 3%;
  }
/* ------------お問合わせ----------------- */
input,textarea{
    border-radius: 5px;
    padding: 5px;
	display: inline;
	width: 100%;
    margin-bottom: 1rem;
}
.radio_box div {
    display: inline-flex;
    align-items: center;
    margin-right: 1rem;
}
.radio_box div input {
    width: unset;
}
#contact_box button {
	padding: 1rem 3rem;
	margin: 30px auto;
	background-color: #9C0000;
	border: none;
	width: 200px;
	color: #fff;
}
h4.tel{
	clear: both;
    margin-bottom: 10%;
}
#w_contact_box dl dd{
	border-bottom: 1px dashed rgb(169, 169, 169);
	padding-bottom: 3%;
}
#w_contact_box button{
    margin-top:10%;
}
textarea#message{
	height: 200px;
}
.small_box.clearfix {
    max-width: 90%;
    margin: 0 auto;
}
}

