﻿@charset "UTF-8";

/*=============================
		共通
=============================*/
body {
	-webkit-text-size-adjust: 100%;/* スマホレイアウト防止 */
	margin: 0px;
	padding: 0px;
	color:#000000;
	-webkit-font-smoothing: antialiased;
	font-family: 'Kosugi Maru', sans-serif; /* WEBフォント */
}
img{max-width: 100%;
	height:auto;
	display: block;
	}
.center{text-align: center;}
.right{text-align: right;}
li img,dt img,dd img{vertical-align:bottom;}/* 隙間をなくす */

/* box ------------------*/
.box{
	width: 90%;
	max-width:1000px;
	margin:0 auto;
	overflow:hidden;
	box-sizing: border-box;
}
.box_maru{
	width: 90%;
	max-width:1000px;
	margin:0 auto 30px;
	overflow:hidden;
	box-sizing: border-box;
	background: #FFF;
	padding: 30px;
	border-radius: 20px;
}

@media screen and (max-width: 600px) {
.box_maru{padding: 20px;}
}


/* フェードイン ------------------*/
.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}

/* PC表示・SP表示  ------------------*/
.pc { }
.sp { display:none;}
@media screen and (max-width: 600px) {
.pc{ display:none;}
.sp {display:block; }
}

/* ホバー  ------------------*/
.hover:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.hover2{background: #000;}
.hover2 img:hover{
	opacity: 0.9;	/* 小さくするほど暗くなります */
	transition-duration: 0.3s;
	padding:0px;
}

/*=============================
		リンク
=============================*/
a{ outline: none;}
a:link,
a:visited {
	color: #ce0000;
	font-weight: normal;
}
a:hover,
a:active {
	text-decoration: none;
	color: #7C7C7C;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*=============================
		header
=============================*/
header{
	width: 100%;
	margin-top: 0px;
	background: #FFFFFF;
	text-align: center;
}
.h_h1{
	background: #ce0000;
	font-size: 13px;
	color: #FFF;
	padding: 5px;
}
.header_in{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px 0px 10px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header_r{width: 65%;}
.logo{max-width: 180px;}
.h_telmail{
	display: flex;
	justify-content: flex-end;
	margin-top: 0px;
}
.h_telmail li{margin-left: 10px;}

.h_tel{max-width: 300px;}
.nav_sp{display: none;}
.sp_tel{border: none !important;}

@media screen and (max-width:1000px){
ul.h_telmail{display: none;}
.logo{max-width: 150px;padding-top: 5px;}
.nav_sp{display:block;}
}

@media screen and (max-width:600px){
.h_h1{display: none;}
.logo{max-width: 100px;padding: 5px 0px 8px;}
}


/* --------ヘッダーBTN（店舗概要・お問い合わせ）-------------- */
.mail_btn{
	background: #3283B0!important;
	padding: 5px 25px;
	letter-spacing: 1px;
	border-radius: 40px;
	display: inline-block;
	color:#FFFFFF!important;
	font-size: 16px !important;
	transition: all .2s;/* ふんわり */
	text-decoration:none!important;
}
.mail_btn a:hove{
	background:#8BC2E4!important;
}
.mail_btn:hover{
	opacity: 0.8;/* 透過 */
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.mail_btn i{padding-right: 5px;}


@media screen and (max-width:1000px){

}


/*SP 電話番号-----------------------------------------*/
.nav_tel{
	width: 80%;
	margin: 0 auto;
}

/*SP メールボタン-----------------------------------------*/
.mail_sp{border: none !important;}

.bo_no{border: none !important;}
.mail_spbtn{
	background: #0B79C4;
	padding: 1em 1em;
	font-size: 18px !important;
	font-weight: bold !important;
	border-radius: 60px;
	margin-top: 10px;
}
.mail_spbtn i{padding-right: 5px;}
.mail_spbtn a:link,
.mail_spbtn a:visited {
	color:#FFF!important;
	text-decoration:none;
}
.mail_spbtn li a:hover,
.mail_spbtn li a:active{
	color:#FFF!important;
}
/*SP LINEボタン-----------------------------------------*/
.line_spbtn{
	background: #00B900;
	padding: 1em 1em;
	font-size: 18px !important;
	font-weight: bold !important;
	border-radius: 60px;
	margin-top: 10px;
}
.line_spbtn i{padding-right: 5px;}
.line_spbtn a:link,
.line_spbtn a:visited {
	color:#FFF!important;
	text-decoration:none;
}
.line_spbtn li a:hover,
.line_spbtn li a:active{
	color:#FFF!important;
}

/*=============================
		footer
=============================*/
footer{width: 100%;}	
.footer_in{
	width: 100%;
	overflow: hidden;
	padding-bottom:5px;
	background: #EFEFEF;
	padding-top: 100px;
}
ul.f_menu{
	margin-top:20px;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
ul.f_menu li{
	text-align:center;
	font-size: 12px;
	line-height:130%;
	padding:0px 10px;
}
ul.f_menu li i{padding-right: 5px;}

ul.f_menu li a:link,
ul.f_menu li a:visited,
ul.f_menu li a:hover,
ul.f_menu li a:active {
	color:#000;
	text-decoration:none;
}
.f_copy{
	color:#000;
	font-size:12px;
	text-align:center;
	padding:30px 0px 0px;
}
ul.footer_ul{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 700px;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 20px;
}
.f_logo{
	margin:0 auto 50px;
	max-width: 150px;
	width: 30%;
}

@media screen and (max-width: 600px) {/*タブレット*/
.footer_in{
	padding-top: 50px;
}
ul.f_menu{display:none;}
.f_copy{
	font-size:9px;
	padding:15px 0px 0px;
}
.f_logo{
}
.f_p{width: 90%;padding-left: 0px;}
ul.f_banner{margin:0px;}
ul.f_banner li{width:100px;}
ul.footer_ul{flex-wrap: wrap;}
}

/*fooder_menu（もくじ）-----------*/
ul.footer_menu{
	display:flex;
	justify-content:center;
	margin:0px auto 20px;
	flex-wrap:wrap;
}
ul.footer_menu li{
	font-family: 'Kosugi Maru', sans-serif;
	font-weight: bold;
	font-size:14px;
	padding: 0px 17px;
	border-right: 1px solid #ccc;
}
.f_menu_fast{border-left: 1px solid #ccc;}

ul.footer_menu li a:link,
ul.footer_menu li a:visited {
	color:#7e5023;
	text-decoration:none;
}
ul.footer_menu li a:hover,
ul.footer_menu li a:active{
	color:#7e5023;
}

.footer_rental{padding:20px 0px;}
.footer_rental h2{
	color:#fff;
	font-size:14px;
	text-align:center;
}
@media screen and (max-width: 700px) {
	ul.footer_menu{display: none;}
}

/*=============================
		BG
=============================*/
.bg_space{padding: 150px 0px;}/*スペースのみ*/
.bg1{/*背景グレー*/
	width: 100%;
	background: #EFEFEF;
	margin: 0 auto;
	padding: 150px 0px;
}
.bg0{
	width: 100%;
	background: #EFEFEF;
	margin: 0 auto;
	padding: 100px 0px 150px;
}
@media screen and (max-width: 600px) {
.bg_space{padding: 50px 0px;}
.bg1{padding: 40px 0px;}
.bg0{padding: 60px 0px;}
}

/*=============================
		文字
=============================*/
.S{
	font-size:16px;
	line-height: 190%;
	color: #000000;
}
.S2{
	font-size:18px;
	line-height: 190%;
	color: #000000;
}
.S b{font-weight: bold;}
.M{
	font-weight: bold;
	color: #0B79C4;
	font-size: 23px;
	line-height: 160%;
	margin-bottom: 10px;
}
.L{
	font-weight: bold;
	color: #6b4017;
	font-size: 25px;
	line-height: 150%;
	margin: 0px 0px 20px;
}
.point{color:#F84400;}
.point2{color:#F84400;}
.red{color:#ce0000;font-weight: bold;}
.pink{color:#ec5d6f;}
.green{color:#1f8515;}
.blue{color:#0B79C4;}
.white{color:#FFF;}
.marker{background: linear-gradient(transparent 0%, #ffff66 0%);}
.sen{background: linear-gradient(transparent 60%, #FFFA7E 0%);}

@media screen and (max-width: 600px) {/*PC*/
.S{font-size:12px;line-height: 180%;}
.S2{font-size:16px;line-height: 180%;}
.M{font-size:15px;line-height: 150%;}
.L{font-size:18px;line-height: 180%;}
}
/*=============================
		title
=============================*/
.title{
	text-align: center;
	margin-bottom: 50px;
}
.title h2{
	color: #000;
	font-size: 40px;
	font-family: "Sawarabi Mincho";
	font-weight: bold;
	margin-bottom: 15px;
	border-bottom:  solid 2px #000;
	display: inline-block;}
.title p{
	color: #000;
	font-size: 17px;
	letter-spacing: 2px;
}

.title2{
	background: #c30d23;
	color: #FFFFFF;
	font-size: 20px;
	padding: 10px;
}
@media screen and (max-width: 800px) {/*タブレット*/
	.title{margin-bottom: 30px;}
	.title h2{font-size: 25px;}
	.title p{font-size: 15px;}
}



/*=============================
		PT ページタイトル
=============================*/

.pt1{
	background:url("../img/base/bg2.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 100px 0px 220px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
}
.pt2{
	background:url("../img/base/bg3.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 100px 0px 220px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
}
.pt3{
	background:url("../img/base/bg4.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 100px 0px 220px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
}
.pt4{
	background:url("../vegas/slider9.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 100px 0px 220px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
}
.pt5{
	background:url("../vegas/slider8.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 100px 0px 220px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
}
.pt1:before,
.pt2:before,
.pt3:before,
.pt4:before,
.pt5:before,
.pt6:before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.4); /*半透明のフィルターをかける*/
}
.pt-inner {
  text-align: center;
  position: absolute;
  width: 100%;
}
.pt-inner h1{
	color: #FFFF!important;
	font-family: "Zen Old Mincho", serif;
	font-size: 60px;
	line-height: 160%;
	margin: -20px 0px 15px;
}
.pt-inner p{
	color: #FFF;
	font-size: 20px;
	line-height: 160%;
	font-family: "Zen Old Mincho", serif;
}

@media screen and (max-width: 600px) {
.pt1,.pt2,.pt3,.pt4,.pt5,.pt6{
	padding: 50px 0px 120px; /*背景画像の高さを確保*/
	background-attachment: scroll;
}
.pt-inner h1{font-size: 30px;}
.pt-inner p{font-size: 18px;}
}

/*=============================
	配置
=============================*/
.m10{margin:10px;}
.m20{margin:20px;}

.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb50{margin-bottom:50px;}
.mtb20{margin:20px 0px;}
.mt20{margin-top:20px;}


/*=============================
		ページTOPボタン
=============================*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 5%;
  bottom: 5%;
  background: #ce0000;
	border: solid 2px #FFF;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}



/*=============================
		ボタン（大）
=============================*/
.btn1{
	background-color:#c30d23;
	padding: 1.5em 4em;
	border-radius: 40px;
	display: inline-block;
	text-decoration: none;
	font-size:18px;
	line-height: 130%;
	color:#FFFFFF!important;
	transition: all .2s;/* ふんわり */
}
.btn1 a:hover{
	color:#FFFFFF!important;
	text-decoration: none;
}
.btn1:hover{
	opacity: 0.8;/* 透過 */
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.btn1 i{padding-left: 10px;}

.btn_mini{
	padding: 1em 2em!important;
	font-size: 14px!important;
}
@media screen and (max-width: 600px) {
.btn1{
	font-size:14px;
	padding: 1em 3em;
	border-radius: 30px;
	white-space: nowrap;
	}
.btn_mini i{padding-left: 3px!important;}
}

/*=============================
		ボタン（小）
=============================*/
.btn2{
	background-color:#c30d23;
	padding: 1em 3em;
	display: inline-block;
	text-decoration: none;
	font-size:14px;
	line-height: 130%;
	color:#FFFFFF!important;
	transition: all .2s;/* ふんわり */
}
.btn2 a:hover{
	color:#FFFFFF!important;
	text-decoration: none;
}
.btn2:hover{
	opacity: 0.8;/* 透過 */
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.btn2 i{padding-left: 10px;}

@media screen and (max-width: 600px) {
.btn2{
	font-size:14px;
	padding: 1em 3em;
	border-radius: 30px;
	white-space: nowrap;
	}
}
/*=============================
		table
=============================*/
table.type01 {
	width:100%;
	margin:0 auto 30px;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	background-color:#FFFFFF;
    font-size:16px;
	line-height:140%;
}
table.type01 th {
	padding: 10px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #f5f7f7;
	vertical-align:middle;
	text-align:center;
	white-space: nowrap;
}
table.type01 th br{display: none;}
table.type01 td {
	padding: 10px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	vertical-align:middle;
	text-align:center;
}
.nowrap{white-space: nowrap;}

@media screen and (max-width: 800px) {/*タブレット*/
table.type01{font-size:12px;}
table.type01 th br{display: block;}
}

/*=============================
		共通
=============================*/
#main_top{}
#main{
	width: 100%;
	padding: 100px 0px;
}
.p_top{
	padding-top: 50px;
}
.box{
	width: 95%;
	max-width:1000px;
	margin:0 auto;
	padding-bottom:30px;
	overflow:hidden;
	box-sizing: border-box;
}
.box_in{padding:10px 20px;}

@media screen and (max-width: 1000px) {
#main{padding: 50px 0px;}
.box{
	width: 90%;
	padding-bottom:30px;
}
.box_in{padding:10px 10px;}
}



/*=============================
		top
=============================*/
/*top1--------------------------*/
.top1_box{
	max-width: 800px;
	width: 90%;
	margin: 0 auto 100px;
}
.top1_box h2{
	font-size: 30px;
	font-family: "Zen Old Mincho", serif;
	text-align: center;
	color: #ce0000;
	margin: 0 auto 50px;
}
.top1_box p{
	font-size: 18px;
	text-align: center;
	color: #202020;
	margin: 0 auto 50px;
}

@media screen and (max-width: 600px) {
.top1_box h2{
	font-size: 20px;
	margin: 0 auto 50px;
}
.top1_box h2 br{display: none;}
.top1_box p{
	font-size: 14px;
	margin: 0 auto 50px;
}
}


/*商品ラインナップ--------------------------*/
ul.top_lineup{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
}
ul.top_lineup li{
	width: 30%;
	margin-bottom: 20px;
}

@media screen and (max-width: 800px) {
ul.top_lineup li{
	width: 45%;
	margin-bottom: 20px;
}
}


/*お知らせ--------------------------*/
.news{
	background: #EFEFEF;
	padding: 30px;
}
table.news_t {
	margin:20px;
	font-size:  15px;
	line-height: 150%;
}
table.news_t th {
	border-bottom:dashed 1px #7E7E7E;
	padding: 10px;
}
table.news_t td {
	border-bottom:dashed 1px #7E7E7E;
	padding: 10px;
}
@media screen and (max-width: 600px) {
.news{
	padding: 15px;
}
table.news_t {
	margin:0px;
	font-size:  12px;
	line-height: 150%;
}

table.news_t th {
	display: block;
	border-bottom: none!important;
	padding: 10px 10px 0px;
	text-align: left;
}

table.news_t td {
	display: block;
	
}

	
}


/*TOPのお問い合わせ----------------------------------------------------*/
.top_contact{
	width:100%;
	padding:100px 0px;
	background:url("../img/base/bg1.jpg") no-repeat center center;
	background-size: cover;/* 画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
}
ul.contact_btn{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
}
ul.contact_btn li{
	background: #FFFFFF;
	text-align: center;
	padding: 30px 0px 10px;
	width: 45%;
	border-radius: 20px;
	font-size: 20px;
	margin-bottom: 30px;
}
ul.contact_btn li i{
	font-size: 50px;
	color: #000;
}
ul.contact_btn li a{
	text-decoration: none;
	color: #000;
}
ul.contact_btn img{
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	padding-bottom: 15px;
}
.contact_txt{
	font-size: 16px;
}
.contact_mail{
	font-size: 40px;
	font-family: "M PLUS Rounded 1c";
}
.contact_insta img{
	padding: 0px 30px;
}

@media screen and (max-width: 800px) {
.top_contact{
	width:100%;
	padding:100px 0px 70px;
	background:url("../img/base/bg1_sp.jpg") no-repeat center center;
}
ul.contact_btn{flex-wrap: wrap;}
ul.contact_btn li{width: 85%;margin-bottom: 30px;}
}
@media screen and (max-width: 500px) {
.contact_txt{font-size: 14px;}
.contact_mail{font-size: 30px;}		
}


/*TOP（LINE）--------------------------*/
.line{
	max-width: 616px;
	width: 80%;
	margin: 0 auto;
	text-align: center;
}



/*　もくじ----------------------------------*/
ul.mokuji{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 30px;
}
ul.mokuji li{
	margin: 10px;
	font-size: 20px;
}
.mokuji_btn{
	background-color:#c30d23;
	padding: 0.8em 3em;
	border-radius: 40px;
	display: inline-block;
	text-decoration: none;
	font-size:18px;
	line-height: 130%;
	color:#FFFFFF!important;
	transition: all .2s;/* ふんわり */
}
.mokuji_btn a:hover{
	color:#FFFFFF!important;
	text-decoration: none;
}
.mokuji_btn:hover{
	opacity: 0.8;/* 透過 */
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
@media screen and (max-width: 700px) {
ul.mokuji li{margin: 5px;}
.mokuji_btn{
	padding: 0.8em 2em;
	font-size:16px;
	}
}
@media screen and (max-width: 500px) {
.mokuji_btn{
	padding: 0.8em 2em;
	font-size:14px;
	}
}





/* マップ-----------------------------*/
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin:0 auto 50px;
	width: 100%;
	background: #FFF;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* 商品案内-----------------------------*/
.product_img{
	width: 90%;
	max-width: 1000px;
	margin: 100px auto 30px;
}
.product_info{
	width: 88%;
	max-width: 1000px;
	margin: 0 auto 30px;
}
.product_txt{
	font-size: 17px;
	line-height: 160%;
	margin-bottom: 20px;
}
.price_box{text-align: right;}
.price{
	background: #fff;
	padding: 15px 30px;
	font-size: 18px;
	display: inline-block;
}
.price br{display: none;}
.img_r{
	float: right;
	width: 40%;
	margin-left: 10px;
}

@media screen and (max-width: 1000px) {
.img_r {
  text-align: center;
  width: 100%;
}

.img_r img {
  display: inline;
}
}

@media screen and (max-width: 800px) {
.product_txt{font-size: 14px;}
.price{font-size: 16px;}

}

@media screen and (max-width: 600px) {
.product_img{margin: 50px auto 10px;}
.product_txt{font-size: 12px;margin-bottom:10px;}
.price{font-size: 14px;padding: 5px 10px;}
.price br{display: block;}
}

/* 丸box-----------------------------*/
.maru{
	border-radius: 20px;
	background: #fff;
	border: solid 1px #ccc;
	padding: 20px;
	margin: 30px auto 0px;
	overflow: hidden;
}
.maru h2{
	font-size: 20px;
	line-height: 150%;
	color: #ce0000;
	margin-bottom: 5px;
}
.maru p{
	font-size: 16px;
}
table.pmaru {
	margin:0px;
	padding:0px;
}
table.pmaru tr td {
	font-size:14px;
	line-height: 150%;
	padding: 5px;
}

@media screen and (max-width: 600px) {
.maru{
	padding: 10px;
	border-radius: 10px;
	margin: 15px auto 0px;
}
.maru h2{font-size: 18px;}
.maru p{font-size: 12px;}
table.pmaru tr td {
	font-size:12px;
	line-height: 150%;
	padding: 5px 0px;
	display: inline-block;
	width: 100%;
}
}





/* もくじ-----------------------------*/
ul.mokuji{
	max-width: 900px;
	width: 100%;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	justify-content:center;
	margin-bottom:30px;
}

ul.mokuji li{
	background-color:#E06163;
	color:#FFF;
	margin: 3px 5px;
	padding:7px 20px;
	border-radius: 10px;
	list-style:none;
	font-size: 14px;
}

ul.mokuji li a:link,
ul.mokuji li a:visited{
	color:#FFF;
	text-decoration:none;
}
ul.mokuji li a:hover,
ul.mokuji li a:active {
	color:#E79E9F;
}

@media screen and (max-width: 600px) {
ul.mokuji li{
	margin: 3px 5px;
	padding:5px 15px;
	font-size: 12px;
}
}

@media screen and (max-width: 600px) {
ul.mokuji li{
	margin: 3px 5px;
	padding:5px 15px;
	font-size: 10px;
}
}


/* 会社概要-----------------------------*/
.info{
	max-width: 700px;
	margin: 0 auto 50px;
}


/* お問い合わせ-----------------------------*/
.contact_tel{
	max-width: 400px;
	margin: 30px auto;
	text-align: center;

}

.mailbox{
	max-width: 850px;
	margin: 20px auto;
	padding: 30px;
	background: #FFFFFF;
	border: solid 2px #ccc;
}

