@charset "UTF-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700&display=swap&subset=japanese);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif:400,700&display=swap);

/*----------------------------------------
Reset
----------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.clearfix{
  *zoom: 1;
}
.clearfix:after{
  content: "";
  display: table;
  clear: both;
}

/*----------------------------------------
Common
----------------------------------------*/
* {
	box-sizing: border-box;
}

html {
	font-size: 62.5%; /*10px 以下のsize指定はrem*/
	-webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-y: scroll;
}

body {
	background:url("../images/outdoor/bg01.jpg") repeat;
  font-family: 'Noto Serif', 'Noto Serif JP', serif;
	color: #241100;
	font-size: 1.4rem;
  font-weight: 400;
	position: relative;
}
@media(max-width: 768px){
	body{
		background-image:url("../images/outdoor/bg01_sp.jpg");
		padding: 50px 0 65px;
	}
}

a:link,
a:visited{
	color: #241100;
	text-decoration:underline;
}

img{
	vertical-align: bottom;
}

.sp_none{
	display: block;
}
.pc_none{
	display: none;
}
@media(max-width: 768px){
  .sp_none{
		display: none;
	}
  .pc_none{
		display: block;
	}
}

@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

.mb50{
	margin-bottom: 50px;
}

/*----------------------------------------
Header
----------------------------------------*/

#header_fixed{
	display:none;
}
#header_fixed{
	width: 100%;
	height: 120px;
	background: #003912;
	position: fixed;
	top: 0px;
	z-index: 100;
}
#header {
	width: 1000px;
	height: 120px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#header .sp_reserve{
	display: none;
}
#header .btn_menu{
	display: none;
}
/**/
nav.pc ul.tel{
	text-align: right;
	margin-bottom: 15px;
}
nav.pc ul.tel li{
	display: inline-block;
}
nav.pc ul.tel li:nth-of-type(1){
	margin-right: 40px;
}
nav.pc ul.tel li img{
	width:340px;
}
/**/
nav.pc .tel_01{
	text-align: left;
	margin-bottom: 15px;
}
nav.pc ul.nav{
	display: table;
}
nav.pc ul.nav li{
	display: table-cell;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 1.2rem;
	text-align: center;
	white-space: nowrap;
	border-right: 1px solid #fff;
	vertical-align: middle;
}
nav.pc ul.nav li span{
	display: block;
	font-size: 1.0rem;
	transform: scale(0.8);
	padding: 4px 0 0;
	margin: 0 -10px;
}
nav.pc ul.nav li:nth-of-type(1){
	border-left:1px solid #fff;
}
nav.pc ul.nav li:nth-last-of-type(1){
	border: none;
	padding-left: 10px;
}
nav.pc ul.nav li a{
	display:block;
	padding: 5px 5px;
	color:#fff !important;
	text-decoration: none !important;
}
nav.pc ul.nav li:nth-last-of-type(1) a{
	padding: 0;
}
nav.pc ul.nav li a:hover{
	background-color: #012b05;
	color: #8cb58b;
	text-decoration: none;
}
nav.pc ul.nav li:nth-last-of-type(1) a:hover{
	background-color: #003912;
}
nav.pc ul.nav li:nth-last-of-type(1) a:hover img{
	opacity: 0.5;
}
nav.pc ul.nav li a:hover{
	color: #8cb58b;
	text-decoration: none;
}
nav.sp{
	display: none;
}

@media screen and (max-width: 768px){
	#header_fixed{ 
		display:block;
		height: 50px;
	}
	#header {
		width: 100%;
		height: 50px;
		padding: 0;
		display: block;
		position: relative
	}
	#header h1{
		padding: 5px 10px;
	}
	#header h1 img{
		width: auto;
		height: 40px;
	}
	#header .sp_reserve{
		display: block;
		position: absolute;
		top:5px;
		right: 60px;
	}
	#header .sp_reserve img{
		width:120px;
		height: 40px;
	}
	#header .btn_menu{
		display: block;
		width:50px;
		height: 50px;
		cursor: pointer;
		position: absolute;
		top:0;
		right: 0;
		z-index: 110;
	}
	#header .btn_menu span{
		position: absolute;
		left: 5px;
		width: 40px;
		height: 2px;
		background-color: #fff;
	}
	#header .btn_menu,
	#header .btn_menu span{
		display: inline-block;
  	transition: all .5s;
	}
	#header .btn_menu span:nth-of-type(1) {
		top: 10px;
	}
	#header .btn_menu span:nth-of-type(2) {
		top: 20px;
	}
	#header .btn_menu span:nth-of-type(3) {
		top: 30px;
	}
	#header .btn_menu.open span:nth-of-type(1) {
		transform: translateY(10px) rotate(45deg);
	}
	#header .btn_menu.open span:nth-of-type(2) {
		opacity: 0;
	}
	#header .btn_menu.open span:nth-of-type(3) {
		transform: translateY(-10px) rotate(-45deg);
	}
	#header .btn_menu::after{
		content: 'MENU';
		width: 40px;
		color: #fff;
		font-size: 1.0rem;
		display: block;
		text-align: center;
		position: absolute;
		bottom:3px;
		left: 5px;
	}
	#header .btn_menu.open::after{
		content: 'CLOSE';
	}
	nav.pc{
		display: none;
	}
	nav.sp{
		position: absolute;
		z-index: 100;
		top: 50px;
		left: 0;
		width: 100%;
		display: none;
	}
	nav.sp ul{
		width: 100%;
		background-color: #003912;
		border-top: 1px solid #fff;
	}
	nav.sp ul li{
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		font-size: 1.4rem;
		text-align: left;
		border-bottom: 1px solid #fff;
	}
	nav.sp ul li a{
		display:block;
		width: 100%;
		padding: 15px 20px;
		color:#fff !important;
		text-decoration: none !important;
	}
	nav.sp ul li.tel{
		padding: 10px;
	}
	nav.sp ul li.tel span{
		display: block;
		font-size: 1.2rem;
	}
	nav.sp ul li.tel a{
		padding: 0;
		display: block;
	}
	nav.sp ul li.tel a:nth-of-type(1){
		margin-bottom: 10px;
	}
	nav.sp ul li.tel img{
		width: 100%;
	}
}


/*----------------------------------------
Header
----------------------------------------*/

#header_od {
	width: 1000px;
	height: 120px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#header_od .tel img{
	width: auto;
	height: 40px;
}

@media screen and (max-width: 768px){
	#header_od {
		display: none;
	}
}

/*----------------------------------------
Footer
----------------------------------------*/

footer{
	width: 100%;
	padding: 50px 0;
}
footer p{
	font-size: 1.2rem;
	text-align: center;
}
#sp_contact{
	display: none;
}

@media screen and (max-width: 768px){
	footer{
		padding: 20px 0;
	}
	#sp_contact{
		box-sizing: border-box;
		width: 100%;
		height: 65px;
		background: #003912;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 1000;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#sp_contact li{
		padding: 5px;
	}
	#sp_contact li img{
		width: auto;
		height: 55px;
	}
}

@media screen and (max-width: 386px){
	#sp_contact li img{
		width: 100%;
		height: auto;
	}
}


/*----------------------------------------
Pagetop
----------------------------------------*/

.pagetop {
	width: 60px;
	height: 60px;
	background: #fff;
	border:1px solid #efefef;
	border-radius: 50%;
	display: none;
	position: fixed;
	bottom: 30px;
	right: 10px;
	z-index: 10;
}
.pagetop:hover{
	background: #b3b3b3;
}
.pagetop img {
	width: 60px;
	height: 60px;
}

@media screen and (max-width: 768px){
	.pagetop {
		width: 45px;
		height: 45px;
		bottom: 75px;
		right: 10px;
	}
	.pagetop img{
		width: 100%;
		height: auto;
	}
}

/*----------------------------------------
Common
----------------------------------------*/

/*======== Contact ========*/

.contact_block{
	width:100%;
	min-width: 1000px;
	height: 250px;
	background: #013912;
	display: flex;
	justify-content:space-between;
	align-items: center;
}
.contact_block .pic{
	width:35%;
	height: 250px;
}
.contact_block .pic img{
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.contact_block .btn{
	width:300px;
	text-align: center;
}
.contact_block .btn p:nth-of-type(1){
	margin: 0 0 20px;
}
.contact_block .btn a:hover{
	opacity: 0.7;
}

@media screen and ( max-width: 768px ) {
	.contact_block{
		display: none;
	}
}

/*======== section ========*/

section{
	min-width: 1000px;
}
section h2.ttl01{
	text-align: center;
	margin-bottom: 80px;
}
section h2.ttl01 span{
	display: block;
	background: url("../images/outdoor/h2_bg01.png") center bottom no-repeat;
	font-size: 3.6rem;
	font-weight: 400;
	letter-spacing: 2px;
	padding: 40px 0 0;
}

@media screen and ( max-width: 768px ) {
	section{
		min-width: 100%;
		overflow: hidden;
	}
	section h2.ttl01{
		text-align: center;
		margin-bottom: 50px;
	}
	section h2.ttl01 span{
		display: inline-block;
		font-size: 2.4rem;
		letter-spacing: 0;
		padding: 30px 10px 0;
	}
}

/*----------------------------------------
sec01
----------------------------------------*/

#sec01{
	width:100%;
	margin: 0 0 120px;
}
#sec01 h2{
	width:100%;
	margin: 0 0 55px;
}
#sec01 .list{
	width: 1000px;
	margin: 0 auto 75px;
	position: relative;
}
#sec01 .list ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	line-height: 1.5;
}
#sec01 .list ul li{
	text-align: center;
}
#sec01 .list ul li img{
	display: block;
	margin: 0 auto 10px;
}
#sec01 .list p{
	position: absolute;
	right: -50px;
	bottom: 0;
}
#sec01 .lead{
	width:1020px;
	height: 682px;
	background: url("../images/outdoor/sec01_bg01.png") no-repeat;
	margin: 0 auto 200px;
	padding: 70px 0 0;
	text-align: center;
}
#sec01 .lead h3{
	font-size: 4.6rem;
	letter-spacing: 2px;
	font-weight: 400;
	margin: 0 0 30px;
}
#sec01 .lead p{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.75;
	margin: 0 0 10px;
}
#sec01 .lead .sp_pic{
	display: none;
}

@media screen and ( max-width: 768px ) {
	#sec01{
		margin-bottom: 50px;
	}
	#sec01 h2{
		margin-bottom: 30px;
	}
	#sec01 .list{
		display: none;
		width: 100%;
		margin-bottom: 30px;
	}
	#sec01 .list ul{
		display: block;
		*zoom:1;
	}
	#sec01 .list ul:after{
		content: "";
		display: table;
		clear: both;
	}
	#sec01 .list ul li{
		width: 50%;
		float: left;
	}
	#sec01 .list ul li:nth-of-type(2n+1){
		clear: both;
	}
	#sec01 .list p{
		right: 25%;
		bottom: 5px;
	}
	#sec01 .lead{
		width:calc(100% - 20px);
		height: auto;
		background: url("../images/outdoor/sec01_bg01_sp.png") repeat;
		margin: 0 auto 30px;
		padding: 20px 10px 0;
		border-radius: 10px;
		box-shadow: 2px 2px 4px #333;
	}
	#sec01 .lead h3{
		font-size: 2.8rem;
		letter-spacing: 0;
		line-height: 1.5;
		margin: 0 0 20px;
	}
	#sec01 .lead p{
		font-size: 1.8rem;
		text-align: left;
	}
	#sec01 .lead p img{
		width: 100%;
		height: auto;
	}
	#sec01 .lead .sp_pic{
		display: block;
		margin-top: 20px;
	}
}

/*----------------------------------------
sec02
----------------------------------------*/

#sec02{
	width: 1000px;
	margin: 0 auto 120px;
}
#sec02 .box01{
	display: flex;
	justify-content: space-between;
	padding: 0 10px 0 20px;
	margin-bottom: 80px;
}
#sec02 .box01 .txt{
	width:450px;
}
#sec02 .box02{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	padding: 0 10px 0 20px;
	margin-bottom: 50px;
}
#sec02 .box02 .txt{
	width:480px;
}
#sec02 .txt h3{
	font-size: 3.4rem;
	letter-spacing: 2px;
	margin: 0 0 20px -10px;
}
#sec02 .txt h3 em{
	display: inline-block;
	font-style: normal;
	padding: 0 10px 8px;
	background: linear-gradient(transparent 60%, #ebe26a 60%);
}
#sec02 .txt h3 span{
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #44649b;
	font-size: 2.0rem;
	letter-spacing: 1px;
	padding: 0 0 15px 10px;
}
#sec02 .txt p{
	font-size: 2.4rem;
	line-height: 1.5;
}
#sec02 .list{
	width: 1000px;
	margin: 0 auto 100px;
	position: relative;
}
#sec02 .list ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	line-height: 1.5;
}
#sec02 .list ul li{
	text-align: center;
}
#sec02 .list ul li img{
	display: block;
	margin: 0 auto 10px;
}
#sec02 .list p{
	position: absolute;
	right: -50px;
	bottom: 0;
}

@media screen and ( max-width: 768px ) {
	#sec02{
		width: 100%;
		margin-bottom: 50px;
	}
	#sec02 h2.ttl01 img{
		width:80%;
		height: auto;
	}
	#sec02 .box01{
	display: block;
	padding: 0 10px;
	margin-bottom: 50px;
}
	#sec02 .box01 .txt{
		width:100%;
		padding: 0 0 20px 10px;
	}
	#sec02 .box02{
		display: block;
		padding: 0 10px;
		margin-bottom: 30px;
	}
	#sec02 .box02 .txt{
		width:100%;
		padding: 0 0 20px 10px;
	}
	#sec02 .txt h3{
		font-size: 2.2rem;
		letter-spacing: 0;
	}
	#sec02 .txt h3 span{
		font-size: 1.6rem;
		letter-spacing: 0;
	}
	#sec02 .txt p{
		font-size: 1.6rem;
		line-height: 1.5;
	}
	#sec02 .pic img{
		width: 100%;
		height: auto;
	}
	#sec02 .list{
		display: none;
		width: 100%;
	}
	#sec02 .list ul{
		display: block;
		*zoom:1;
	}
	#sec02 .list ul:after{
		content: "";
		display: table;
		clear: both;
	}
	#sec02 .list ul li{
		width: 50%;
		float: left;
	}
	#sec02 .list ul li:nth-of-type(2n+1){
		clear: both;
	}
	#sec02 .list p{
		right: 25%;
		bottom: 5px;
	}
}

#sec02 .scene{
	width:900px;
	height: 470px;
	background:url("../images/outdoor/sec02_bg01.jpg") no-repeat;
	padding: 20px;
	margin: 0 auto;
}
#sec02 .scene .white{
	height: 430px;
	background: #fff;
	border-radius: 10px;
	padding: 45px 25px 0;
}
#sec02 .scene .white h3{
	text-align: center;
	margin: 0 0 30px;
}
#sec02 .scene .white h3 span{
	display: inline-block;
	background: url("../images/outdoor/sec02_h3_bg.png") left center no-repeat;
	padding: 0 0 0 40px;
	color: #ad7f47;
	font-size: 2.4rem;
	line-height: 23px;
	letter-spacing: 2px;
}
#sec02 .scene .white ul.hash{
	display: flex;
	justify-content: center;
	margin: 0 0 40px;
}
#sec02 .scene .white ul.hash li{
	background: #ad7f47;
	color: #fff;
	padding: 5px 10px;
	margin: 0 5px;
}
#sec02 .scene .white ul.use{
	display: flex;
	justify-content: space-between;
}
#sec02 .scene .white ul.use li{
	width:30%;
}
#sec02 .scene .white ul.use li img{
	width: 100%;
}
#sec02 .scene .white ul.use li p{
	color: #ad7f47;
	font-size: 1.8rem;
	line-height: 1.5;
	text-align: center;
	padding: 5px 0 0;
}

@media screen and ( max-width: 768px ) {
	#sec02 .scene{
		width:calc(100% - 20px);
		height: auto;
		background:url("../images/outdoor/sec02_bg01_sp.jpg") repeat;
		padding: 10px;
		border-right: 1px solid #aaa;
		border-bottom: 1px solid #aaa;
		margin: 0 auto;
	}
	#sec02 .scene .white{
		height: 100%;
		background: #fff;
		border-radius: 5px;
		padding: 20px 10px 10px;
	}
	#sec02 .scene .white h3{
		margin: 0 0 20px;
	}
	#sec02 .scene .white h3 span{
		display: inline-block;
		background: url("../images/outdoor/sec02_h3_bg.png") left center no-repeat;
		padding: 0 0 0 40px;
		color: #ad7f47;
		font-size: 2.0rem;
		line-height: 23px;
		letter-spacing: 0;
	}
	#sec02 .scene .white ul.hash{
		display: block;
		text-align: center;
		margin: 0 0 10px;
	}
	#sec02 .scene .white ul.hash li{
		display: inline-block;
		width:40%;
		margin: 0 5px 10px;
		text-align: center;
	}
	#sec02 .scene .white ul.use{
		display: block;
	}
	#sec02 .scene .white ul.use li{
		width:100%;
		margin-bottom: 10px;
	}
}


/*----------------------------------------
sec03
----------------------------------------*/

#sec03{
	width:1000px;
	margin: 0 auto 80px;
}
#sec03 .white_box{
	width: 100%;
	background: #fff;
	color:#003912;
	border-radius: 20px;
	padding: 30px 50px;
}
#sec03 .white_box .ttl{
	width: 100%;
	background: #003912;
	padding: 10px 10px 10px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
#sec03 .white_box .ttl h3{
	background: url("../images/outdoor/sec03_h3_bg.png") left center no-repeat;
	padding: 0 0 0 40px;
	color: #fff;
	font-size: 2.0rem;
	font-weight: 400;
	line-height: 23px;
}
#sec03 .white_box .ttl ul{
	display: flex;
	justify-content: space-between;
}
#sec03 .white_box .ttl ul li{
	background: #fff;
	padding: 8px 10px;
	margin-left: 5px;
}
#sec03 .white_box .tx01{
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 30px;
}
#sec03 .white_box .tx01 span{
	display: block;
	color: #f00;
	padding: 10px 0 0;
}
#sec03 .white_box .fbox{
	display: flex;
	justify-content: space-between;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	margin-bottom: 20px;
}
#sec03 .white_box table{
	width:70%;
	border-collapse: collapse;
	border-top: 1px solid #003912;
  border-right: 1px solid #003912;
	border-bottom: none;
}
#sec03 .white_box th,
#sec03 .white_box td{
	padding: 15px 20px;
	font-size: 1.6rem;
	line-height: 1.35;
	text-align: center;
	border-left: 1px solid #003912;
	vertical-align: middle;
}
#sec03 .white_box th{
	background: #003912;
	color: #fff;
  border-bottom: 1px solid #fff;
}
#sec03 .white_box th.last{
  border-bottom: 1px solid #003912;
}
#sec03 .white_box td{
	border-bottom: 1px solid #003912;
}
#sec03 .white_box td span{
	font-size: 1.2rem;
}
#sec03 .white_box .fbox .pic{
	width: 37%;
	padding-left: 15px;
}
#sec03 .white_box .fbox .pic img{
	width: 100%;
}
#sec03 .white_box .tx02{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 1.5;
}

@media screen and ( max-width: 768px ) {
	#sec03{
		width:100%;
		padding: 0 10px;
		margin-bottom: 50px;
	}
	#sec03 h2.ttl01 img{
		width:40%;
		height: auto;
	}
	#sec03 .white_box{
		border-radius: 15px;
		padding: 15px;
	}
	#sec03 .white_box .ttl{
		padding: 10px;
		display: block;
		margin-bottom: 20px;
	}
	#sec03 .white_box .ttl h3{
		background-size: 25px auto;
		padding: 0 0 0 30px;
		font-size: 1.8rem;
		line-height: 1.2;
		margin-bottom: 10px;
	}
	#sec03 .white_box .ttl ul{
		justify-content:center;
	}
	#sec03 .white_box .ttl ul li{
		padding: 5px;
		font-size: 1.3rem;
	}
	#sec03 .white_box .ttl ul li:nth-of-type(1){
		margin-left: 0;
	}
	#sec03 .white_box .tx01{
		font-size: 1.6rem;
		line-height: 1.35;
		text-align: left;
		margin-bottom: 20px;
	}
	#sec03 .white_box .tx01 span{
		padding: 10px 0 0;
	}
	#sec03 .white_box .fbox{
		display: block;
		margin-bottom: 10px;
	}
	#sec03 .white_box table{
		width:100%;
	}
	#sec03 .white_box th,
	#sec03 .white_box td{
		padding: 8px 5px;
		font-size: 1.4rem;
	}
	#sec03 .white_box .fbox .pic{
		width: 100%;
		padding-left: 0;
		margin-top: 10px;
	}
}

/*----------------------------------------
sec04
----------------------------------------*/

#sec04{
	width: 1000px;
	margin: 80px auto;
}
#sec04 .ttl{
	position: relative;
	margin-bottom: 120px;
}
#sec04 h2.ttl01{
	margin-bottom: 0;
}
#sec04 .ttl p{
	font-size: 2.4rem;
	text-align: center;
	margin-top: 30px;
}
#sec04 .ttl .pic01{
	position: absolute;
	top:30px;
	left: 30px;
}
#sec04 .ttl .pic02{
	position: absolute;
	top:50px;
	right: 50px;
}
#sec04 .white_col{
	width: 100%;
	background: #fff;
	padding: 20px 50px 50px;
}
#sec04 .fbox01{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
	border-bottom: 3px dotted #999;
	padding: 0 10px 50px;
	margin: 0 0 50px;
}
#sec04 .fbox02{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 3px dotted #999;
	padding: 0 10px 50px;
	margin: 0 0 50px;
}
#sec04 .fbox03{
	display: flex;
	justify-content: space-between;
	border-bottom: 3px dotted #999;
	padding: 0 10px 50px;
	margin: 0 0 50px;
}
#sec04 .bd_none{
	border-bottom: none;
	padding-bottom: 0;
}
#sec04 .white_col .txt{
	width: 400px;
}
#sec04 .white_col .txt h3{
	margin: 0 0 15px 15px;
}
#sec04 .white_col .txt h3 span{
	display: block;
	background: url("../images/outdoor/sec04_h3_bg.png") left bottom no-repeat;
	padding: 15px 0 25px 10px;
	font-size: 1.6rem;
	margin: 0 0 8px;
}
#sec04 .white_col .txt h3 em{
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 3.2rem;
	font-style: normal;
	padding: 0 0 0 5px;
}
#sec04 .white_col .txt h3 em.fs24{
	font-size: 2.4rem;
}
#sec04 .white_col .txt p:nth-of-type(2){
	background: #e5f2f2;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 1.8rem;
	line-height: 1.35;
	padding: 10px;
}
#sec04 .white_col .txt p.yel{
	background: #f8f3c5;
}
#sec04 .white_col .txt p.pur{
	background: #eeebf2;
}
#sec04 .white_col .txt p.gre{
	background: #e5f0db;
}
#sec04 .white_col .txt p.or{
	background: #fbf0e6;
}
#sec04 .white_col .txt p.or2{
	background: #e7cfc6;
}
#sec04 .white_col .txt p.bl2{
	background: #dbe3ed;
}
#sec04 .white_col .txt p.yel2{
	background: #f8e2c5;
}
#sec04 .white_col .tx01{
	margin: 0 0 30px;
}
#sec04 .white_col .txt img.pic2{
	display: block;
	margin: 0 0 10px;
}
#sec04 .white_col .pdf_dl{
	border-bottom: 3px dotted #999;
	padding: 30px 10px 100px;
	position: relative;
}
#sec04 .white_col .pdf_dl p{
	text-align: center;
	margin: 0 0 40px;
}
#sec04 .white_col .pdf_dl p:nth-of-type(1) span{
	display: block;
	background: url("../images/outdoor/h2_bg01.png") center bottom no-repeat;
	font-size: 3.6rem;
	font-weight: 400;
	letter-spacing: 2px;
}
#sec04 .white_col .pdf_dl .btn{
	width:750px;
	background: #ad7f47;
	border-radius: 25px;
	margin: 0 auto;
	padding: 15px 0;
	text-align: center;
}
#sec04 .white_col .pdf_dl .btn a:hover img{
	opacity: 0.5;
}
#sec04 .white_col .pdf_dl .pic01{
	position: absolute;
	top:50px;
	left: 50px;
}
#sec04 .white_col .pdf_dl .pic02{
	position: absolute;
	top:100px;
	right: 0;
}

@media screen and ( max-width: 768px ) {
	#sec04{
		width: 100%;
		margin: 50px auto 30px;
	}
	#sec04 .ttl{
		margin-bottom: 50px;
	}
	#sec04 h2.ttl01{
		margin-bottom: 0;
	}
	#sec04 h2.ttl01 img{
		width:60%;
		height: auto;
	}
	#sec04 h2.ttl01 span{
		font-size: 2.2rem;
	}
	#sec04 .ttl p{
		font-size: 1.8rem;
		line-height: 1.35;
		margin-top: 15px;
	}
	#sec04 .ttl .pic01,
	#sec04 .ttl .pic02{
		display: none;
	}
	#sec04 .white_col{
		padding: 10px 10px 20px;
	}
	#sec04 .fbox01,
	#sec04 .fbox02,
	#sec04 .fbox03{
		display: block;
		padding: 0 0 20px;
		margin: 0 0 20px;
	}
	#sec04 .white_col .txt{
		width: 100%;
		margin: 0 0 10px;
	}
	#sec04 .white_col .txt p:nth-of-type(1) img{
		width: 100%;
		height: auto;
	}
	#sec04 .white_col .txt h3 span{
		font-size: 1.5rem;
	}
	#sec04 .white_col .txt h3 em{
		font-size: 2.6rem;
	}
	#sec04 .white_col .txt h3 em.fs24{
		font-size: 2.2rem;
	}
	#sec04 .white_col .txt p:nth-of-type(2){
		font-size: 1.6rem;
		line-height: 1.35;
		padding: 10px;
	}
	#sec04 .white_col .pic img{
		width: 100%;
		height: auto;
	}
	#sec04 .white_col .tx01{
		border-top: 3px dotted #999;
		border-bottom: 3px dotted #999;
		padding: 20px 0;
		margin: 0 0 20px;
	}
	#sec04 .white_col .tx01 img{
		width: 100%;
	}
	#sec04 .white_col .txt img.pic2{
		width: 100%;
		height: auto;
	}
	#sec04 .white_col .pdf_dl{
		padding: 0 10px 30px;
	}
	#sec04 .white_col .pdf_dl p{
		margin: 0 0 20px;
	}
	#sec04 .white_col .pdf_dl p:nth-of-type(1) span{
		font-size: 2.4rem;
		letter-spacing: 0;
	}
	#sec04 .white_col .pdf_dl p:nth-of-type(1) img{
		width:100%;
		height: auto;
	}
	#sec04 .white_col .pdf_dl .btn{
		width:100%;
		border-radius: 10px;
	}
	#sec04 .white_col .pdf_dl .pic_col{
		display: flex;
		justify-content: space-between;
		margin-top: -20px;
	}
	#sec04 .white_col .pdf_dl .pic01{
		position: relative;
		top:0;
		left: 0;
	}
	#sec04 .white_col .pdf_dl .pic02{
		position: relative;
		top:0;
		right: 0;
		bottom: 0;
	}
	#sec04 .white_col .pdf_dl .pic_col img{
		width: 50%;
		height: auto;
	}
}
