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

/*******************************
パララックスエフェクト
*******************************/
html {
	height: 100%;
}
 
body {
	height: 100%;
	line-height: 1.6;
}

#mainVisual {
	position: relative;
	height: 30%;
	background-color: rgba(0, 0, 0, 0.2);
	overflow: hidden;
}

#mainVisual .bg {
	position: absolute;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	z-index: -100;
	background: url('../../images/main01.jpg') no-repeat 0 0 #222;
	background-size: 100%;
}

#mainVisual h1 {
	width: 96%;
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.2em;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#mainVisual h1 span {
	font-size: 1rem;
	display: block;
}

#right {
	width: 72%;
	float: left;
}

#left {
	width: 23%;
	float: right;
}

#leftNavi {
    background-color: #efefef;
    padding: 0.5em 1em 0;
}

#left dl dt {
	color: #000;
	font-weight: 700;
	font-size: 1.4rem;
}

#left .bnr {
	margin-top: 1.8em;
}

#left .bnr li:not(:last-child) {
	margin-bottom: 1em;
}

#left .bnr li a {
	display: block;
}

#left .bnr li a img {
	width: 100%;
	vertical-align: top;
}

#left .contact {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 1.25rem 0 0;
	padding: 1.25rem 0 0;
}

#left .contact a {
	margin: 0 0 1.25rem;
	text-align: center;
	display: block;
	padding: 0.8rem 1em 0.8rem 1rem;
	font-size: 0.8rem;
	background-color: #f1860e;
	color: #fff;
    transition: all .25s;
}

#left .contact a:hover {
	background-color: #c16b0b;
	opacity: 1.0!important;
}

#left iframe {
	width: 100%;
	height: auto;
}

/*******************************
main
*******************************/
#main {
	background: #fff;
    -webkit-box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
	padding-bottom: 5%;
}

/*******************************
index
*******************************/
#index {
	overflow: hidden;
	line-height: 1.6;
}

#index .btn01 {
	width: 40%;
	margin: 1em auto 0;
}

#index .btn01 a {
    padding: 0.5rem 3rem 0.7rem 3rem;
    background-color: #29a3dd;
    font-weight: normal;
    color: #fff;
	text-align: center;
	display: block;
}

#index h2 {
	margin-top: 2em;
    background: #222;
    color: #fff;
	padding: 0.5em;
	font-weight: bold;
	font-size: 1.2rem;
    line-height: 1.4em;
}

#index h3 {
    font-weight: 700;
    line-height: 1.4em;
    color: #000;
    font-size: 1.4rem;
    margin: 1em 0 0;
}

#index p {
	margin-top: 1em;
	font-size: 93%;
}

#index .txt03 {
	margin-top: 0;
	font-size: 100%;
}

#index .indexBox01 ul {
	margin: 1.5em 0 0;
	letter-spacing: -.4em;
}

#index .indexBox01 ul li {
	display: inline-block;
	letter-spacing: normal;
	width: 49%;
}

#index .indexBox01 ul li:first-child {
	margin-right: 2%;
}

#index .indexBox01 ul li a {
	display: block;
}

#index .indexBox01 ul li a img {
	vertical-align: top;
	width: 100%;
}

#index .indexBox02 .photo01 {
	float: right;
	margin: 0.8em 0 0 2%;
}

#index .indexBox02 ul {
	clear: both;
	margin: 1.5em 0 0;
	letter-spacing: -.4em;
	text-align: center;
}

#index .indexBox02 ul li {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	width: 35%;
	border-right: 1px solid #ccc;
	padding: 0 3%;
}

#index .indexBox02 ul li:first-child {
	border-left: 1px solid #ccc;
}

#index .indexBox02 ul li a {
	display: block;
}

#index .indexBox02 ul li img {
	width: 28%;
	display: block;
	margin: 0 auto 0.5em;
}

#index .indexBox02 .txt01 {
	text-align: center;
}

#index .indexBox02 .txt01 a {
	display: inline-block;
	margin-right: 2%;
	vertical-align: middle;
}

#index .indexBox02 .txt01 .img01 {
	vertical-align: middle;
}

#index .indexBox03_01 {
	overflow: hidden;
	margin-top: 1.5em;
}

#index .indexBox03_01 div {
	width: 44%;
	float: left;
}

#index .indexBox03_01 div p {
	margin-top: 0;
}

#index .indexBox03_01 .btn01 {
	margin-top: 1em;
	width: auto;
}

#index .indexBox03_01 ul {
	width: 54%;
	float: right;
	letter-spacing: -.4em;
}

#index .indexBox03_01 ul li {
	display: inline-block;
	letter-spacing: normal;
	width: 49%;
}

#index .indexBox03_01 ul li:first-child {
	margin-right: 2%;
}

#index .indexBox03_01 ul li a {
	display: block;
}

#index .indexBox03_01 ul li a img {
	vertical-align: top;
	width: 100%;
}

#index .indexBox04 .txt01 {
	text-align: center;
}

#index .indexBox04 .txt01 a {
	display: block;
}

#index .indexBox04 .txt01 a img {
	vertical-align: top;
	max-width: 100%;
}

#index .indexBox05 .txt01 {
	color: #dc2520;
	font-weight: bold;
}

#index .indexBox05 ul {
	margin: 1.5em 0 0;
	letter-spacing: -.4em;
	text-align: center;
}

#index .indexBox05 li {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	width: 34%;
	font-size: 90%;
}

#index .indexBox05 li:first-child {
	margin-right: 4%;
}

#index .indexBox05 li a {
	display: block;
}

#index .indexBox05 li a img {
	width: 100%;
}

#index .indexBox06 {
	margin-bottom: 2.5em;
}

#index .indexBox06 div {
	overflow: hidden;
	margin-top: 1em;
}

#index .indexBox06 div .btn01 {
	float: left;
	margin-top: 0;
}

#index .indexBox06 div .img01 {
	float: right;
	width: 58%;
	border: 1px solid #ccc;
	display: block;
}

#index .indexBox06 div .img01 img {
	vertical-align: top;
	width: 100%;
}

/*******************************
bnr
*******************************/
.bnrArea01 {
	text-align: center;
}

.bnrArea01 a {
	display: block;
	width: 60.5%;
	margin: 0 auto;
}

.bnrArea01 a img {
	width: 100%;
	vertical-align: top;
}

/*******************************
safety/info1.php
*******************************/
#safetyflex {
	display: flex;
	justify-content: space-around;
	margin-top: 2rem;
}
#safetyflex a {
	border: 1px solid #999;
}
#safetyred {
	background-color: #EFE6E6;
	padding: 1rem;
}
#safetyred h4 {
	color: #FF0000;
	font-weight: bold;
	margin-bottom: 10px;
}
#safetyphoto {
	display: block;
	margin: 0px auto 50px;
	
}
#safetyinfo1_top {
	margin-top: -30px;
}
section h2 {
	margin-bottom: 1rem;
}
/*******************************
safety/info2.php
*******************************/

#info2area:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
#info2photo {
	width: 160px;
	margin: 1rem 0px 0px 45px;
	float: left;
}
#info2text {
	width: 70%;
	float: left;
}
#phototext {
	color: #61C4F4;
	font-size: 0.8em;
	line-height: 1.3em;
	margin-top: 0em !important;
}
#index #phototext p {
	margin: 0;
}
#list {
	font-weight: 800;
	margin-bottom: 2rem;
}
#info2flex2 {
	display: flex;
	justify-content: space-around;
}
#info2pdf {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	margin: 20px;
}
#yajirushi {
	margin: 0px 3%;
}