@charset "utf-8";

/*Webフォントの定義・IEは利かない*/
@font-face {
	font-family: "NotoSansCJKjp_B";
	src: url("../fonts/NotoSansCJKjp-Bold.woff")  format('woff');
}
@font-face {
	font-family: "NotoSansCJKjp_R";
	src: url("../fonts/NotoSansCJKjp-Regular.woff")  format('woff');
}

/*　all common　*/
html {
	font-family: "NotoSansCJKjp_R","メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size: 18px;
}
body {
	line-height: 28px;
	color: #454545;
	text-align: left;
	background-color: white;
}
/*Aタグ*/
a{
	text-decoration: none;
	color: #454545;
}
a:hover{
	color:#e72b06;
	opacity: 0.6 !important;
	transition: opacity 0.3s linear !important;
}
h2{
	font-size: 30px;
	font-family: "NotoSansCJKjp_B","メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	line-height: 50px;
	margin-bottom: 26px;
}
h3{
	font-size: 24px;
	font-family: "NotoSansCJKjp_B","メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	margin-bottom: 10px;
}
.h2_wrap{
	border-bottom-style: dotted;	
	border-bottom-width: 1px;
	border-bottom-color: #454545;
	margin-bottom: 26px;
}
dl{
	margin-left: 20px;
	margin-right: 20px;
}
dt{
	display: inline-block;
	background-image: url("../img/common/title_bg.png");
	font-weight: bold;
	letter-spacing: 0.07rem;
	width: 400px;
	padding-top: 10px;
	padding-left: 10px;	
	padding-bottom: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}
dd{
	display: inline-block;
	width: 600px;
	margin-bottom: 20px;
	vertical-align: top;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: dotted;	
	padding-top: 10px;
}
.dl_style1{
	box-shadow: 2px 2px 4px #c2c2c2;
}
dl h2{
	margin-bottom: 0 !important;
	text-align: center;
	background-color: #b9e78f;
	padding-top: 5px;
}
dl .non_border{
	border-top-width:0;
	padding-top: 0 !important;
}

/*アウトライン*/
.wrap1{
	margin: auto;
	width: 1540px;
}
.wrap2{
	margin: auto;
	width: 1100px;
}

/*字サイズ関係*/
.fz20{
	font-size: 20px;
}
.strong_y{
	background-image: url("../img/common/strong_y.png");
	background-position: bottom;
	background-repeat: repeat-x;
}
.strong_o{
	background-image: url("../img/common/strong_o.png");
	background-position: bottom;
	background-repeat: repeat-x;
}
.pt20{
	padding-top:20px;
}

/*　位置関係　*/
.text_right{
	text-align: right;
}
.text_center{
	text-align: center;
}
.text_left{
	text-align: left;
}

/*セクション同士の間*/
.section_pt1{
	padding-top: 100px;
}
.section_pb1{
	padding-bottom: 100px;
}

/*コンテンツ箇所*/
.left_image_area img,
.left_image_area .text_box,
.right_image_area img,
.right_image_area .text_box{
	display: inline-block;
}
.left_image_area .text_box,
.right_image_area .text_box{
	width: 460px;
	vertical-align: top;
	padding-left: 20px;
	overflow-x: hidden;
}
.left_image_area .text_box p,
.right_image_area .text_box p{
	margin-bottom: 26px;
}
.right_image_area img{
	float: right;
}
.right_image_area .text_box{
	float: left;
}
.bg_section1{
	background-image: url("../img/common/shell.png");
	background-repeat: no-repeat;
	background-position: right 80%;
}
.bg_section2{
	background-image: url("../img/common/club.png");
	background-repeat: no-repeat;
	background-position: left 80%;
}
.bg_section3{
	background-image: url("../img/common/sunset.png");
	background-repeat: no-repeat;
	background-position: right 80%;
}
.h436{
	height: 436px;
}

.btn_style1{
	display: inline-block;
	background-color: #454545;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 18px;
	padding-bottom: 15px;
	color: #fff;
	font-size: 14px;
}
.btn_style1 svg{
	margin-left: 40px;
	margin-right: -30px;
	font-size: 18px;
	font-family: "NotoSansCJKjp_B","メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
.btn_style1:hover{
	color: #fff;
}


/* ヘッダーエリア*/
#logo_area{
	margin-top: 20px;
}

/*Gnaviついてくる*/
.gnavi_area_fixed {
	position: fixed !important;
	top: 0;
	z-index: 10000 !important;
}
/*Gnavi*/
#gnavi_superfish{
	padding-top: 3px;
}
#gnavi_area{
	top:0;
	width:100%;
	z-index: 400;
	position: absolute;
	background-color: #fff;
	height: 80px;
}
#gnavi{
	display: inline-block;
	width: 870px;
	margin: auto;
	margin-left: 20px;
	vertical-align: top;
}
#gnavi li{
	list-style: none;
	display: inline-block;
	text-align: center;
	font-size: 11px;
}
#gnavi .border{
	display: inline-block;
	border-left-style: dotted;	
	border-left-width: 1px;
	width: 1px;
	height: 61px;
}
#gnavi_list1,
#gnavi_list2,
#gnavi_list3,
#gnavi_list4,
#gnavi_list5 a,
#gnavi_list6 a
{
	background-position: center 0px;
	background-repeat: no-repeat;
	width: 130px;
	height: 21px;
	padding-top: 40px;
	display: inline-block;	
}
#gnavi_list1{
	background-image: url("../img/common/gnavi01.png");
}
#gnavi_list2{
	background-image: url("../img/common/gnavi02.png");
}
#gnavi_list3{
	background-image: url("../img/common/gnavi03.png");
	background-position: center 3px;
}
#gnavi_list4{
	background-image: url("../img/common/gnavi04.png");
}
#gnavi_list5 a{
	background-image: url("../img/common/gnavi05.png");
	background-position: center -4px;
}
#gnavi_list6 a{
	background-image: url("../img/common/gnavi06.png");
	background-position: center 4px;
}
#gnavi_list5,
#gnavi_list6
{
	width: 130px;
	height: 21px;
}

#gnavi_list1 svg,
#gnavi_list2 svg,
#gnavi_list3 svg,
#gnavi_list4 svg{
margin-left: 3px;
}
#gnavi_list1 ul,
#gnavi_list2 ul,
#gnavi_list3 ul,
#gnavi_list4 ul{
	display: block;
	position: absolute;
	border-color: #000;
	border-width: 1px;
	border-style: solid;
	margin-top: 5px;
}
#gnavi_list1 li,
#gnavi_list2 li,
#gnavi_list3 li,
#gnavi_list4 li{
	display: block;
	padding-top: 8px;
	padding-bottom: 5px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #fff;
	background-color: #000;
	color: #fff;
	text-align: left !important;
	padding-left: 20px;
	padding-right: 20px;	
	line-height: 20px;
}
#gnavi_list1 a,
#gnavi_list2 a,
#gnavi_list3 a{
	color: #fff;
}
#gnavi .non_border{
	border-bottom-width: 0px;
}

/*　フッターエリア　*/
#footer_area{
	margin-bottom: 10px;
}
#footer_area li{
	list-style: none;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	margin-left: 10px;
	margin-right: 10px;
}
#footer_area .border{
	display: inline-block;
	border-left-style: dotted;	
	border-left-width: 1px;
	width: 1px;
	height: 15px;
}
#footer_copyright{
	background-color: #1c1c1c;
	padding-bottom: 20px;
	padding-top: 20px;
	font-size: 14px;
}
#footer_copyright a{
	color: #fff;
}

/*　scroll back to top　*/
#page-button {
	position: fixed;
	bottom: 17px;
	margin: 0 auto;
	margin-left: auto;
	right: 40px;
}
#page-button a {
	display: block;
	width: 110px;
	height: 110px;
	color: #ffffff;
	border-radius: 63px;
	font-weight: bolder;
	line-height: 20px;
	text-align: center;
	background-image: url("../img/common/page_top.png");
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 65px;
}

/*スマホ用タグ*/
.for_sp {
	display: none;
}

@media (max-width: 1490px) {
	.btn_style2{
		background-size: 81px 80px;
		font-size: 14px;
		width: 80px;
		height: 74px;
		padding-top: 30px;
	}
	.btn_style2 svg{
		font-size: 18px;
		margin-top: 8px;
	}
}