﻿@charset "UTF-8";

/*=============================
		共通
=============================*/
body {
	-webkit-text-size-adjust: 100%;/* スマホレイアウト防止 */
	margin: 0px;
	padding: 0px;
	color:#401912;
	background: #FFFF;
	-webkit-font-smoothing: antialiased;
	font-family: 'Kosugi Maru', sans-serif;
}
img{
	max-width: 100%;
	height:auto;
	}
.center{text-align: center;}
	
li img,dt img,dd img{vertical-align:bottom;}/* 隙間をなくす */


/* フェードイン ------------------*/
.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; }
}/*600*/


/* ホバー  ------------------*/
.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;padding: 0px 5px;}
a:link,
a:visited {
	color: #33A15B;
	font-weight: normal;
}
a:hover,
a:active {
	text-decoration: none;
	color: #DA573A;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*=============================
		header
=============================*/
header{
	width: 100%;
	padding: 0px;
	margin-top: -17px;
}
.header_in{
	max-width: 1500px;
	width: 95%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0px 0px;
}
.logo{
	max-width: 450px;
	width: 35%;
}	
.header_right{
	width: 65%;
}

.mail_sp{padding-top: 20px;}



@media screen and (max-width:1000px){
.header_in{
	padding: 10px;
	}
.logo{
	max-width: 400px;
	width: 60%;
	padding-left: 15px;
	}
.header_right{width: 30%;}
}



/*header　PC用ボタン-----------------*/
.header_btn{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	margin: 0 auto;
}
.header_btn li{
	margin-left: 15px;
	text-align: center;
}
.header_tel{
	max-width: 280px;	
}

@media screen and (max-width:1500px){
.header_btn{width: 98%;}
}/*1200px*/



@media screen and (max-width:1000px){
.header_btn{display: none;}
}

/*=============================
		ヘッダーボタン
=============================*/
.h_btn{
	background: #F4EEE2!important;
	padding: 7px 25px;
	letter-spacing: 1px;
	border-radius: 40px;
	display: inline-block;
	color:#7B551F!important;
	font-size: 18px !important;
	font-weight: bold !important;
	transition: all .2s;/* ふんわり */
	text-decoration:none!important;
}
.h_btn a:hove{
	background:#7B551F!important;
}
.h_btn:hover{
	opacity: 0.8;/* 透過 */
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.h_btn i{padding-right: 5px;}

@media screen and (max-width:1200px){
.h_btn{padding: 5px 20px;}
.h_btn{font-size: 14px!important;}
}

/*ボタンオレンジ-------------------------------*/
.h_btn_orange{
	background: #DA573A!important;
	padding: 7px 25px;
	letter-spacing: 1px;
	border-radius: 40px;
	display: inline-block;
	color:#FFF!important;
	font-size: 18px !important;
	font-weight: bold !important;
	transition: all .2s;/* ふんわり */
	text-decoration:none!important;
}
.h_btn_orange:hover{
	opacity: 0.8;/* 透過 */
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.h_btn_orange i{padding-right: 5px;}

@media screen and (max-width:1200px){
.h_btn_orange{padding: 5px 20px;}
.h_btn_orange{font-size: 14px!important;}
}

/*ボタン緑-------------------------------*/
.h_btn_green{
	background: #92C36A!important;
	padding: 15px 25px;
	letter-spacing: 1px;
	border-radius: 20px;
	display: inline-block;
	color:#FFF!important;
	font-size: 18px !important;
	font-weight: bold !important;
	transition: all .2s;/* ふんわり */
	text-decoration:none!important;
}
.h_btn_green:hover{
	opacity: 0.8;/* 透過 */
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.h_btn_green i{font-size: 25px;}

@media screen and (max-width:1200px){
.h_btn_green{padding: 5px 20px;}
.h_btn_green{font-size: 14px!important;}
}



/*=============================
		スライダーvegas
=============================*/
#vegas_box{
	width: 95%;
	max-width: 1550px;
	height:700px;
	margin: 0 auto;
	overflow:hidden;
	font-size:0;
	border-radius: 40px;
	background: #FFFFFF;
}
.vegas_text{
	width: 100%;
	margin: 200px auto 0px;
	text-align: right;
	}
.vegas_text img{
	max-width: 600px;
	width: 50%;
	padding-right: 50px;
}

@media screen and (max-width: 1000px) {
#vegas_box{height:600px;}
.vegas_text{margin: 200px auto 0px;text-align: center;}
.vegas_text img{width: 60%;padding: 0px;}
}
@media screen and (max-width: 800px) {
#vegas_box{height:500px;}
.vegas_text{margin: 150px auto 0px;}
.vegas_text img{width: 70%;}
}
@media screen and (max-width: 600px) {
#vegas_box{height:450px;border-radius: 30px;}
.vegas_text{margin: 120px auto 0px;}
.vegas_text img{width: 80%;}
}
@media screen and (max-width: 500px) {
#vegas_box{height:400px;border-radius: 30px;}
.vegas_text{margin: 100px auto 0px;}
.vegas_text img{width: 90%;}
}

/*----------------------スクロールボタンの指定-------------------*/
.scroll{
  position: absolute;
  width: 100%;
  bottom: 50px;
  text-align: center;
  }
.scroll a{
    position: relative;
    display: inline-block;
    font-size: 20px;
	letter-spacing: 1px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    padding: 0 0 50px;
	}
.scroll :before{/*矢印を作成する*/	
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      left: 0;
      right: 0;
      bottom: 25px;
      margin: auto;
      border-bottom: 2px solid #fff;
      border-right: 2px solid #fff;
      transform: rotate(45deg);
      animation: move 2s infinite;
    }

@keyframes move {/*矢印をアニメーションする*/
  0% {
    transform: rotate(45deg) translate(0, 0);
  }
  20% {
    transform: rotate(45deg) translate(10px, 10px);
  }
  40% {
    transform: rotate(45deg) translate(0, 0);
  }
}
@media screen and (max-width: 1000px) {
.scroll{display: none;}
}

/*=============================
		footer
=============================*/
footer{width: 100%;}	
.footer_in{
	width: 100%;
	overflow: hidden;
	padding-bottom:5px;
	padding-top: 80px;
}
ul.f_menu{
	margin-top:10px;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
ul.f_menu li{
	text-align:center;
	font-size: 15px;
	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:#482011;
	text-decoration:none;
}
.f_copy{
	color:#482011;
	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{
	text-align:center;
	margin:0 auto 50px;
	max-width: 350px;
	width: 50%;
}
.f_p{
	font-size: 13px;
	color: #FFFFFF;
	width: 60%;
	padding-left: 30px;
}

@media screen and (max-width: 800px) {
.footer_in{
	padding-top: 30px;
	padding-bottom: 20px;
	}
ul.f_menu{display:none;}
.f_copy{
	font-size:12px;
	padding:0px;
}
.f_logo{
	width:70%;
	margin:0 auto;
	padding:10px 0px;
}
.f_p{width: 90%;padding-left: 0px;}
ul.f_banner{margin:0px;}
ul.f_banner li{width:100px;}
ul.footer_ul{flex-wrap: wrap;}
}
@media screen and (max-width: 600px) {
.footer_in{
	padding-top: 30px;
	}
}

/*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: 800px) {
	ul.footer_menu{display: none;}
}

/*=============================
		文字
=============================*/
.S{
	font-size:16px;
	line-height: 180%;
}
.M{
	font-size:18px;
	line-height: 130%;
	margin-bottom: 5px;
}
.L{
	font-size: 25px;
	line-height: 150%;
	color: #0b63a3;
	margin-bottom: 10px;
	font-family: 'Kosugi Maru', sans-serif;
}
.red{color:#d5115f;font-weight: bold;}
.pink{color:#ec5d6f;}
.white{color:#FFF;}
.marker{
	background: linear-gradient(transparent 0%, #e2e6cd 0%);
	font-weight: bold;
}
.sen{background: linear-gradient(transparent 60%, #FFFA7E 0%);}

@media screen and (max-width: 600px) {/*PC*/
.S{font-size:13px;line-height: 150%;}
.M{font-size:15px;line-height: 150%;}
.L{font-size:20px;line-height: 150%;}
}/*600*/


/*=============================
		PT ページタイトル
=============================*/

.pt{/*会社概要 */
	background:url("../vegas/slider7.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 120px 0px 180px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
	max-width: 1500px;
	width: 95%;
	margin: 0 auto;
	border-radius: 40px;
}
.pt2{/*スタッフ紹介 */
	background:url("../vegas/slider1.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 120px 0px 180px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
	max-width: 1500px;
	width: 95%;
	margin: 0 auto;
	border-radius: 40px;
}
.pt3{/* 熱中症対策*/
	background:url("../vegas/slider3.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 120px 0px 180px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
	max-width: 1500px;
	width: 95%;
	margin: 0 auto;
	border-radius: 40px;
}
.pt4{/* お問合せ*/
	background:url("../vegas/slider4.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 120px 0px 180px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
	max-width: 1500px;
	width: 95%;
	margin: 0 auto;
	border-radius: 40px;
}
.pt5{/*カタログ */
	background:url("../vegas/slider6.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 120px 0px 180px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
	max-width: 1500px;
	width: 95%;
	margin: 0 auto;
	border-radius: 40px;
}
.pt6{
	background:url("../vegas/slider8.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 120px 0px 180px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
	max-width: 1500px;
	width: 95%;
	margin: 0 auto;
	border-radius: 40px;
}
.pt:before,
.pt2:before,
.pt3:before,
.pt4:before,
.pt5:before,
.pt6:before,
.pt7:before,
.pt8:before,
.pt9:before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.3); /*半透明のフィルターをかける*/
  border-radius: 40px;
}
.pt-inner {
  text-align: center;
  position: absolute;
  width: 100%;
}
.pt-inner h1{
	color: #FFFF!important;
	font-family: 'Rubik', sans-serif;
	font-size: 45px;
	line-height: 160%;
}
.pt-inner p{
	color: #FFF;
	font-size: 20px;
	line-height: 160%;
}

@media screen and (max-width: 600px) {
.pt,.pt2,.pt3,.pt4,.pt5,.pt6,.pt7,.pt8,.pt9{
	padding: 50px 0px 120px; /*背景画像の高さを確保*/
	background-attachment: scroll;
	border-radius: 20px;
}
.pt:before,
.pt2:before,
.pt3:before,
.pt4:before,
.pt5:before,
.pt6:before,
.pt7:before,
.pt8:before,
.pt9:before{
	border-radius: 20px;
	}
.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: #A28656;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 500;
}
#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;
}
@media screen and (max-width: 1000px) {
#page_top{bottom: 10%;}
}

@media screen and (max-width: 700px) {
#page_top{display: none;}
}/*700*/

/*=============================
		ボタン
=============================*/
.yoyaku_btn{
	text-align: center;
	margin: 50px auto;
}

.btn1{/* --------------------------緑 */
	background:#33A15B;
	margin: 10px auto;
	padding: 1em 2.5em;
	display: inline-block;
	text-decoration: none;
	font-size:18px;
	line-height: 130%;
	color:#FFFF!important;
	transition: all .2s;/* ふんわり */
	border-radius: 50px;
	text-align: center;
}
.btn1:hover{
	color:#FFFF;
	text-decoration: none;
	opacity: 0.6;/* 透過 */
}
.btn1 i{padding-left: 10px;}
.btn_big{font-size: 20px!important;max-width: 400px!important;}

@media screen and (max-width: 600px) {
.yoyaku_btn{
	display: none;
	}
	
.btn1{
	font-size:13px;
	padding: 1em 1.5em;
	border-radius: 30px;
	}
.btn_big{font-size: 18px!important;}
}

.btn2{/* --------------------------白 */
	background:#FFF;
	margin: 15px auto;
	padding: 1em 0em;
	display: block;
	text-decoration: none;
	font-size:15px;
	line-height: 130%;
	color:#705125!important;
	transition: all .2s;/* ふんわり */
	border-radius: 50px;
	max-width: 300px;
}
.btn2:hover{
	color:#FFFF;
	text-decoration: none;
	opacity: 0.6;/* 透過 */
}
.btn2 i{padding-left: 10px;}

@media screen and (max-width: 600px) {
.btn2{
	font-size:13px;
	padding: 1em 1.5em;
	border-radius: 30px;
	}
}

/*=============================
		table
=============================*/
table.type01 {
	width:100%;
	margin:0 auto 0px;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	border-top: 1px solid #E2EFD5;
	border-left: 1px solid #E2EFD5;
	background-color:#FFFFFF;
    font-size:16px;
	line-height:140%;
}
table.type01 th {
	padding: 20px;
	border-right: 1px solid #E2EFD5;
	border-bottom: 1px solid #E2EFD5;
	background: #F2F8ED;
	vertical-align:middle;
	text-align:center;
}
table.type01 td {
	padding: 20px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	vertical-align:middle;
	text-align:center;
}
.text_left{text-align: left!important;}
.t_green{
	background-color:#dbf8c8 !important;
	text-align:center;
}
.t_yellow{
	background-color:#fdecbd !important;
	text-align:center;
}
.t_pink{
	background-color:#f9dbc6 !important;
	text-align:center;
}

@media screen and (max-width: 800px) {/*タブレット*/
table.type01{font-size:14px;}
}

@media screen and (max-width: 600px) {
	table.type01 {font-size: 13px;}
	table.type01 th {padding: 20px;}
	table.type01 td {padding: 20px;}
}




/*スクロール-----------------------------------------------*/
.table-wrap {
	overflow-x: scroll;
	width: 100%;
	margin: 0 auto 20px;
	/*border: solid 1px #eee;
	box-sizing: border-box;*/
}


/* type02---------------------------- */
table.type02 {
	width:100%;
	border-collapse: separate;
	text-align: left;
    font-size:15px;
	line-height:140%;
	margin: 10px auto 30px;
	border-spacing: 0px;
	border-top: solid 1px #EFE8D8;
}
table.type02 th {
	padding: 20px;
	background: #EFE8D8;
	vertical-align:middle;
	text-align:center;
	color: #000;
	border-bottom: solid 1px #EFE8D8;
}
table.type02 td {
	padding: 20px;
	vertical-align:middle;
	background: #FFF;
	color: #000;
	border-bottom: solid 1px #EFE8D8;
}
table.type02 th img{width:100%}
table.type02 td img{width:100%}

@media screen and (max-width: 600px) {
table.type02{font-size:12px;}
table.type02 th {padding: 10px;}
table.type02 td {padding: 10px;}
}



/*=============================
		wrap
=============================*/
.wrap{
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1400px;
	width: 95%;
	padding-top: 100px;
}
.main{width: 73%;}
.side{width: 25%;}

@media screen and (max-width: 1100px) {
.wrap{flex-wrap: wrap;justify-content: center;}
.main{width: 100%;}
.side{display: none;}
}

@media screen and (max-width: 600px) {
.wrap{padding-top: 50px;}
}


/*=============================
		BOX
=============================*/
.box{
	width: 90%;
	max-width:1200px;
	margin:0 auto;
	padding-bottom:30px;
	overflow:hidden;
	box-sizing: border-box;
}
.box_in{padding:10px 20px;}

/*=============================
		title
=============================*/

.title{/*---------------------------オレンジ*/
	text-align: center;
	margin-bottom: 50px;
}
.title h2{
	color: #DA573A;
	font-size: 50px;
	font-family: "Rubik", serif;
	font-weight: 400;
	font-style: normal;
	display: inline-block;
}
.title p{
	color: #571D12;
	font-size: 17px;
	letter-spacing: 2px;
	font-weight: bold;
}
@media screen and (max-width: 600px) {
	.title h2{font-size: 40px;}
}

.title2{/*---------------------------白文字*/
	text-align: center;
	margin-bottom: 50px;
}
.title2 h2{
	color: #FFFF;
	font-size: 50px;
	font-family: "Rubik", serif;
	font-weight: 400;
	font-style: normal;
	display: inline-block;
}
.title2 p{
	color: #FFFF;
	font-size: 17px;
	letter-spacing: 2px;
	font-weight: bold;
}


/*=============================
		title　（2nd用）
=============================*/

.title_2nd{
	font-family: 'Rubik', sans-serif;
	color: #FFFFFF;
	background: #33A15B;
	font-size: 30px;
	padding: 5px 20px 10px;
	margin-bottom: 30px;
}
.title_2nd span{
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 20px!important;
	padding-left: 20px;
}

@media screen and (max-width: 800px) {
	.title_2nd{font-size: 30px;}
	.title_2nd span{font-size: 16px!important;}
}

@media screen and (max-width: 500px) {
	.title_2nd{font-size: 20px;}
}

/*=============================
		title　（その1）
=============================*/
.title_type1{
	width: 100%;
	font-size: 22px;
	margin: 0 auto 20px;
	padding-left: 0px;
	color: #571D12;
	border-bottom: solid 3px #E2EFD5;
	position: relative;
}
.title_type1::before {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #33A15B;
	bottom: -3px;
	width: 20%;
}
@media screen and (max-width: 600px) {
.title_type1{
	font-size: 18px;
	}
}

/*=============================
		もくじ
=============================*/
ul.mokuji{
	display: flex;
	justify-content: center;
	width: 90%;
	max-width: 1000px;
	margin: 20px auto 80px;
}
ul.mokuji li{
	margin: 0px 10px;
}
.mokuji_btn{
	background:#BD1834;
	padding: 0.8em 1.5em;
	display: block;
	text-decoration: none;
	font-size:20px;
	line-height: 130%;
	color:#FFFF!important;
	transition: all .2s;/* ふんわり */
	border-radius: 50px;
}	
@media screen and (max-width: 1000px) {
	ul.mokuji{
		flex-wrap: wrap;
		justify-content: center;
	}
	ul.mokuji li{
		width: 30%;
		text-align: center;
	}
	.mokuji_btn{
		padding: 0.8em 0.2em;
		font-size:18px;
		margin: 5px;
	}
}
@media screen and (max-width: 700px) {
	ul.mokuji{margin: -50px auto 30px;}
	ul.mokuji li{margin: 0px 5px;}
	.mokuji_btn{font-size: 16px;}	
}
@media screen and (max-width: 500px) {
	ul.mokuji li{width: 45%;}
	.mokuji_btn{font-size: 14px;}
}



/*=============================
		wrap
=============================*/
.wrap1{
	background: #FFF;
	padding: 150px 0px;
}
.wrap2{
	background: #E2EFD5;
	padding: 150px 0px;
}
.svg_img{
	vertical-align:bottom;
	border: solid 1px #000;
}
@media screen and (max-width: 600px) {
.wrap1{padding-top: 50px;}
.wrap2{padding-top: 50px;}
}

.bg1{/*背景グレー*/
	background: url("../img/base/bg1.jpg");
	background-size: cover;
	padding: 100px 0px;
}


/* TOP（製品カタログ） -------------------------------------------*/
.top_catalog_all{
	max-width: 1400px;
	width: 90%;
	margin: 0 auto;
	padding: 30px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	background: #E2EFD5;
}
.top_catalog{
	background: #FFFF;
	width: 30%;
	padding: 1%;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
}
.top_catalog_img{
	width: 30%;
}
.top_catalog_txt{
	width: 65%;
}
.top_catalog_txt h2{
	font-size: 23px;
	font-weight: bold;
	color: #571D12;
	padding-bottom: 5px;
}
.top_catalog_txt p{
	font-size: 16px;
	color: #484848;
}

@media screen and (max-width: 1100px) {
.top_catalog{width: 45%;}
.top_catalog_txt{padding-left: 10px;}
.top_catalog_txt h2{font-size: 20px;}
}
@media screen and (max-width: 600px) {
.top_catalog_all{
	width: 100%;
	padding: 30px 0px;
	justify-content: center;
	}
.top_catalog{width: 90%;}
.top_catalog_txt p{font-size: 16px;}
}

/* TOP（バナー） -----------------------------*/
ul.top_banner{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	width: 90%;
	margin: 100px auto 0px;
}
ul.top_banner li{
	width: 48%;
	text-align: center;
	margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
ul.top_banner{
	justify-content: center;
}
ul.top_banner li{
	width: 100%;
	margin-bottom: 20px;
}
}

@media screen and (max-width: 600px) {
ul.top_banner{
	margin: 50px auto 0px;
}
}


/* TOP_access----------------------------------- */
.access_box{
	display: flex;
	background: #E2EFD5;
	height: 650px;
}
.map{
	width: 45%;
	overflow: hidden;
	background: #CCC;
}
.access{
	width: 55%;
	display: flex;
	align-items: center;
}
@media screen and (max-width: 900px) {
.access_box{
	flex-wrap: wrap;
	height: auto;
}
.map{width: 100%;height: 500px;}
.access{width: 100%;}
}
@media screen and (max-width: 600px) {
.map{width: 100%;height: 400px;}
}


/* access店舗情報---------------------------------------------------*/
.access_in{
	max-width: 700px;
	width: 90%;
	margin: 0 auto;
}
.access_logo{
	width: 70%;
	max-width: 400px;
	margin: 0 auto 30px;
	text-align: center;
}
.access_img{
	width: 80%;
	margin: 0 auto 30px;
	text-align: center;
}

.access_txt{
	font-size: 17px;
	line-height: 200%;
	text-align: center;
	color: #000;
	margin: 0px auto;
	width: 100%;
}

@media screen and (max-width: 900px) {
.access_in{
	padding: 50px 0px;
}	
.access_txt{
	font-size: 17px;
	line-height: 180%;
}
}
@media screen and (max-width: 500px) {
.access_in{padding: 50px 0px;}
.access_logo{margin: 0 auto 10px;}
.access_img{margin: 0 auto 10px;}
.access_txt{
	font-size: 14px;
	line-height: 180%;
}
}
@media screen and (max-width: 400px) {
.access_txt{font-size: 12px;}
}


/* MAP -------------------------------------------*/
.ggmap {
	position: relative;
	width: 100%; /* 幅を100%に設定 */
	height: 100%; /* 高さも親要素に依存 */
	margin: 0 auto; /* 中央揃え（任意） */
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%; /* 親要素の幅にフィット */
	height: 100%; /* 親要素の高さにフィット */
	border: 0;
}


/*TOPのお問い合わせ----------------------------------------------------*/
.top_contact{
	width:100%;
	padding:100px 0px;
	background:url("../img/base/bg2.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: 50px;
}
ul.contact_btn li i{
	font-size: 50px;
	color: #33A15B;
}
ul.contact_btn li a{
	text-decoration: none;
	color: #33A15B;
}
ul.contact_btn img{
	text-align: center;
	width: 80%;
	box-sizing: border-box;
	padding-bottom: 15px;
}
.contact_txt{
	font-size: 16px;
}
.contact_mail{
	font-size: 40px;
	font-family: "Rubik", serif;
}

@media screen and (max-width: 800px) {
.top_contact{
	padding: 100px 0px 70px;
	background:url("../img/base/bg2_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;}		
}



/* 会社概要----------------------------------- */
.company_map{
	height: 600px;
	padding:10px 20px;
}



@media screen and (max-width: 600px) {
.company_map{
	height: 400px;
	padding:10px 20px;
}
}


/* 会社概要ギャラリー----------------------------------- */
ul.gallery{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
ul.gallery li{
	width: 30%;
	margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
ul.gallery li{width: 45%;}
}



/* スタッフ紹介----------------------------------- */
.staff_txt{
	font-size: 18px;
	line-height: 200%;
	padding: 0px 20px 50px;
}
@media screen and (max-width: 600px) {
.staff_txt{
	font-size: 14px;
	line-height: 180%;
	padding: 0px 0px 50px 0px;
}
}


/* 営業種目----------------------------------- */
ul.business_list{
	margin-bottom: 50px;	
}
ul.business_list li{
	font-size: 18px;
	padding: 10px 25px;
	position: relative;
}
ul.business_list li::before {
	content: "■"; /* ■を表示 */
	position: absolute;
	left: 0; /* リストの左端に配置 */
	color: #33A15B; /* ■の色を指定（必要に応じて変更） */
	font-size: 16px; /* ■のサイズ */
	line-height: 2; /* テキストの高さに揃える */
}
@media screen and (max-width: 600px) {
ul.business_list li{
	font-size: 16px;
	padding: 5px 25px;
}
ul.business_list li::before {
	font-size: 14px; /* ■のサイズ */
	line-height: 2; /* テキストの高さに揃える */
}
}


/* お問合せ----------------------------------- */
.contact_txt{
	font-size: 18px;
	line-height: 180%;
	text-align: center;
}
.contact_tel{
	text-align: center;
	margin: 30px 0px;
	font-size: 18px;
	line-height: 180%;
}
.contact_tel img{
	max-width: 400px;
	width: 90%;
}
.mailbox{
	max-width: 900px;
	padding: 50px 30px;
	margin: 20px auto;
	background: #FFFF;
	border: solid 7px #F2F8ED;
	border-radius: 20px;
}


@media screen and (max-width: 600px) {
.contact_txt{
	font-size: 14px;
	line-height: 180%;
	text-align: center;
}
.contact_tel{
	margin: 30px 0px;
	font-size: 14px;
	line-height: 180%;
}
.mailbox{
	padding: 20px 0px;
	border: none;
	}	
}


/* 熱中症----------------------------------- */
.osusume_txt{
	font-size: 20px;
	line-height: 180%;
	text-align: center;
	margin-bottom: 30px;
}
.osusume_img{
	width: 90%;
	max-width: 700px;
	margin: 0 auto 20px;
}

/* カタログPDF詳細--------------------------　*/

.catalog_box{
	max-width: 1200px;
	width: 90%;
	margin: 0px auto 0px;
}
ul.catalog_box_list{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-top: 50px;
}
ul.catalog_box_list li{
	font-size:14px;
	line-height: 140%;
	width: 30%;
	text-align: center;
	margin-bottom: 20px;
}
ul.catalog_box_list li img{
	border: 1px #DCDCDC solid;
	margin-bottom:3px;
}
.catalog_banner{
	width: 90%;
	margin: 50px auto 0px;
	text-align: center;
	
}
.catalog_banner img{
	border: solid 2px #ccc;
}

@media screen and (max-width: 800px) {
ul.catalog_box_list li{width: 42%;}
}



/* TOPのお知らせ--------------------------------------------------*/
.news{
	width:90%;
	max-width: 1000px;
	margin: 0 auto;
	background: #E2EFD5;
	padding:40px;
	box-sizing: border-box;
}
table.news_table {
	box-sizing: border-box;
	width:100%;
	margin:10px auto 10px;
	font-size: 18px;
	line-height: 130%;
}
table.news_table tr th {
	margin: 0px;
	padding:20px 30px;
	border-bottom:dashed 1px #FFF;
	text-align: center;
	width: 100px;
}
table.news_table tr td {
	margin: 0px;
	padding:20px 30px;
	border-bottom:dashed 1px #FFF;
	text-align: left;
}

@media screen and (max-width: 800px) {
.news{padding: 20px;}
table.news_table {font-size: 16px;}
table.news_table tr th {padding: 15px;}
table.news_table tr td {padding: 15px;}
}

@media screen and (max-width: 600px) {
.news{
	width:100%;
	padding:40px 20px;
}
table.news_table {font-size: 14px;}
}

