@charset "UTF-8";
/*
 * common.css
 *
 */


/* !HTML5 elements
---------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{ display: block;}

/* !Reseting
---------------------------------------------------------- */
body {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	background-image:url(../img/bg_img.jpg);
	background-repeat:no-repeat;
	background-position:top;
	overflow-x: hidden;
}
img {
	vertical-align:bottom;
}
.bold {
    font-weight: bold;
}
a:hover {
	opacity:0.6;
}
#dialog_menu,
#sp-menu,
.only_sp {
	display:none;
}

/*==================================
            ページ共通
==================================*/
.main_img h2 {
	position:absolute;
	top:150px;
	left: 0;
	right: 0;
	margin: auto;	
	text-align:center;
	color: #fff;
	font-size:40px;
	font-weight:bold;
	font-family: 'Sawarabi Mincho';	
}
.main_img {
	background-image:url('../../img/top_main_img.jpg');
	background-attachment: fixed;
	background-repeat:no-repeat;
	background-size:100vw auto;
	height:300px;
	margin-bottom: 10px;
}
section:not(#top_slide) {
	width:1300px;
	margin:0px auto 50px;
}
section#contact {
	width:100%;
	margin:0px;
}
section h2 {
	width:1300px;
    margin: 50px auto 40px;
    font-size: 33px;
	font-weight:bold;
	font-family: 'Sawarabi Mincho';
}
.page section h2 {
    font-size: 28px;
}
section h3 {
	padding:20px 0 20px 30px;
	color:#fff;
	background-image:url(../img/h2_bg.jpg);
	background-size:100% auto;
	font-weight:bold;
	font-size:26px;
	text-align:left;
	border-left:#E73828 solid 20px;
}
.ttl_en {
	margin:0 0 0 30px;
	color:#DADADB;
}
#main .view_more {
	width:210px;
	margin:30px auto 50px;	
}
#main .view_more a {
	margin:0 auto;
	padding:12px 70px 12px 30px;
	color:#686666;
	background-image:url(../../img/view_more_01_hv.png);
	background-repeat:no-repeat;
	background-position:90% 45%;
	background-size:30px auto;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	background-color:#E73828;	
}
#main .view_more a:hover {
	margin:0 auto;
	padding:12px 70px 12px 30px;
	color:#fff;
	background-color:#E73828;
	background-image:url(../../img/view_more_01_hv.png);
	background-repeat:no-repeat;
	background-position:90% 45%;
	background-size:30px auto;
	text-decoration:none;
	font-weight:bold;
}
.effect-fade {
	opacity : 0;
	transform : translate(0, 145px);
	transition : all 1000ms;
}
.effect-fade-right {
	opacity : 0;
	transform : translate(200px, 0px);
	transition : all 1000ms;
}
.effect-fade-left {
	opacity : 0;
	transform : translate(-200px, 0px);
	transition : all 1000ms;
}

.effect-fade.effect-scroll, .effect-fade-right.effect-scroll, .effect-fade-left.effect-scroll {
	opacity : 1;
	transform : translate(0, 0);
}
.red_bg {
	margin:0 10px;
	padding:5px 7px 2px 7px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	background-color:#E73828;
	text-align:center;
}
.red {
	color:#E73828;
	font-size:16px;
	font-weight:bold;	
}
.small {
	font-size:16px;
	font-weight:100;
}
/*==================================
             header
==================================*/

#header {
	position:absolute;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
    position: fixed;
	background-color: rgba(0,0,0,0.7);
}
#headerIn {
	width:1300px;
	margin: auto;
}
#headerIn h1  {
    display: inline-block;
    margin:30px;
}
#headerIn h1 a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;	
}
#headerLogo_left h2 {
	font-weight:bold;
	color:#fff;
}
#headerLogo_left p {
	margin:0 auto;
}
.navi_right {
    display: inline-block;
	float:right;
	margin:40px 0 0 0;
}
.navi_right ul {
	display:flex;
	width:800px;
	margin:0 20px 0 0;
}
.navi_right ul li {
	width:25%;
	margin:0 20px;
	text-align:center;
}
.navi_right ul li a {
	color:#fff;
	font-weight:bold;	
	text-decoration:none;
}
.navi_right ul li a:hover {
	text-decoration:underline;
}
section p {
	font-size:16px;
	text-align:left;
	line-height:1.7em;
}

/*==================================
             contents
==================================*/
#contents {
	background:#FFFFFF;
	margin:0px auto;
	text-align:center;
}
.contact_tel {
	margin:30px auto 60px;
}
.contact_tel a:hover {
	opacity:0.5;
}
#main .contact_box .time {
	font-size:18px;
	font-weight:100;
	margin:20px auto 0;
}
.box {
	width:1100px;
	margin:0 auto 50px;
	padding:0 50px;
	background: rgba(255,255,255,0.95);
	box-sizing:border-box;
}
.view_more a {
    display: block;
/*    background-color: #fff;
    border: solid 3px #cc1f00;
    padding: 10px 50px;
    text-decoration: none;
    font-size: 32px;
    color: #cc1f00;*/
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: 0.2s linear;
}
.view_more a:after{
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      transition: 0.2s linear;
}
.view_more a:hover{
      color: #fff;
}
.view_more a:hover:after{
        left: 0;
        background-color: #333333;
}
/*==================================
              contact
==================================*/
#contact {
	margin:70px auto 0;
	padding:40px 0 20px;
	background-image:url(../img/contact_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% auto;
}
.contact_box {
	width:700px;
	margin:60px auto 80px;
	padding:30px;
	background: rgba(255,255,255,0.95);
}
.contact_box img {
	display:block;
	margin:0 auto;
}
#main .contact_box h4 {
	margin:0 auto 10px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	border-bottom:none;
	color:#000;
}
#main .contact_box p {
	width:auto;
	margin:10px auto 20px;
	font-size:20px;
	font-weight:bold;
	text-align:center;
}
.mail_btn img {
	margin:0 10px 0 0;
	vertical-align:middle;
}
#contact .mail_btn {
	margin:15px auto;
}
#contact .mail_btn a {
	padding:10px 50px 10px 20px;
	background-color:#E73828;
	color:#fff;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	background-image:url(../img/contact_ar.png);
	background-position:93% 45%;
	background-repeat:no-repeat;
	background-size:25px auto;
}

/*==================================
             pagetop
==================================*/
#pageTop {
	position: fixed;
	z-index: 9999;
	bottom: 20px;
	right: 15px;
	font-size: 12px;
	width:auto;
}
#pageTop a {
	text-decoration: none;
	color: #fff;
	font-size:14px;
	padding: 10px 15px;
	text-align: center;
	display: block; 
}
#pageTop a:hover {
	opacity:0.8;
}

/*==================================
             footer
==================================*/

#footer {
	margin:0 auto;
	padding:0 0 20px;
	background:#000000;
}
#footer_box {
	margin:0 auto;
	border-top:#E73828 solid 6px;
}
#footer_left , #footer_right {
	display:block;
}
#footer_left {
	width:700px;
	margin:50px auto 30px;
}
#footer_left img {
	display:block;
	margin:0 auto 30px;
	text-align:center;
}
#footer_left p {
	width:auto;
	margin:10px 0 0 10px;
	color:#fff;
	font-size:16px;
	text-align:center;
}
#footer_left .sp_footer_tell {
	display:none;

}
#footer_right {
	width:1300px;
	margin:20px auto;
}
#footer_right ul {
    margin: 0 auto;
    display: flex;
  -webkit-flex-wrap: wrap;          /* Safari etc. */
  -ms-flex-wrap    : wrap;          /* IE10        */
  flex-wrap        : wrap;
    justify-content: center;
}
#footer_right ul li {
	width:150px;
	padding:5px 30px;
	margin:5px 0;
	text-align:center;
}
#footer_right ul li a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
#footer_right ul li a:hover {
	text-decoration:underline;
}
#copyright {
	display:block;
	text-align:center;
	color:#FFFFFF;
}
.footer_rogo {
	width:250px;
	margin:0 auto;
}
.footer_rogo a {
	color:#fff;
	font-size:26px;
	font-weight:bold;
	text-decoration:none;
}
.add_tel {
	width:553px;
	margin:0 auto;
}
/*==================================
         menuToggle
==================================*/

#menuToggle {
  display: block;
  position: absolute;
  top: 38px;
  right: 30px;
  z-index: 100;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 102; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span {
	display: block;
	width: 33px;
	height: 4px;
	margin-bottom: 5px;
	position: relative;
	background: #999999;
	border-radius: 3px;
	z-index: 101;
	transform-origin: 4px 0px;
	-ms-transform-origin: 4px 0px; /* IE 9 */
	-webkit-transform-origin: 4px 0px; /* Safari and Chrome */
	-moz-transform-origin: 4px 0px; /* Firefox */
	-o-transform-origin: 4px 0px; /* Opera */

	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				opacity 0.55s ease; /* Firefox 4 */
	-moz-transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				opacity 0.55s ease;
	-webkit-transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				opacity 0.55s ease; /* Safari and Chrome */
	-o-transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				opacity 0.55s ease; /* Opera */
}

#menuToggle span:first-child {
	transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%; /* IE 9 */
	-webkit-transform-origin: 0% 0%; /* Safari and Chrome */
	-moz-transform-origin: 0% 0%; /* Firefox */
	-o-transform-origin: 0% 0%; /* Opera */
}

#menuToggle span:nth-last-child(2) {
	transform-origin: 0% 100%;
	-ms-transform-origin: 0% 100%; /* IE 9 */
	-webkit-transform-origin: 0% 100%; /* Safari and Chrome */
	-moz-transform-origin: 0% 100%; /* Firefox */
	-o-transform-origin: 0% 100%; /* Opera */
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span {
	opacity: 1;
	transform: rotate(45deg) translate(-2px, -1px);
	-moz-transform: rotate(45deg) translate(-2px, -1px); /* Firefox 4 */
	-webkit-transform: rotate(45deg) translate(-2px, -1px); /* Safari and Chrome */
	-o-transform: rotate(45deg) translate(-2px, -1px); /* Opera */
	background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
	-moz-transform: rotate(0deg) scale(0.2, 0.2); /* Firefox 4 */
	-webkit-transform: rotate(0deg) scale(0.2, 0.2); /* Safari and Chrome */
	-o-transform: rotate(0deg) scale(0.2, 0.2); /* Opera */
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2) {
	opacity: 1;
	transform: rotate(-45deg) translate(0, -1px);
	-moz-transform: rotate(-45deg) translate(0, -1px); /* Firefox 4 */
	-webkit-transform: rotate(-45deg) translate(0, -1px); /* Safari and Chrome */
	-o-transform: rotate(-45deg) translate(0, -1px); /* Opera */
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
	position: absolute;
	width: 300px;
	margin: -100px 0 0 0;
	padding: 50px 50px 50px 50px;
	padding-top: 125px;
	right: -100px;
	background: #F2F2F2;
	list-style-type: none;
	-webkit-font-smoothing: antialiased;
	/* to stop flickering of text in safari */
	transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%; /* IE 9 */
	-webkit-transform-origin: 0% 0%; /* Safari and Chrome */
	-moz-transform-origin: 0% 0%; /* Firefox */
	-o-transform-origin: 0% 0%; /* Opera */
	transform: translate(100%, 0);
	-moz-transform: translate(100%, 0); /* Firefox 4 */
	-webkit-transform: translate(100%, 0); /* Safari and Chrome */
	-o-transform: translate(100%, 0); /* Opera */
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	-moz-transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0); /* Firefox 4 */
	-webkit-transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0); /* Safari and Chrome */
	-o-transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0); /* Opera */
}

#menu li {
    padding: 10px 50px 10px 10px;
	width: max-content;
    font-size: 14px;
    background-size: 7px auto;
	border-bottom:1px solid #333333;
}
#menu li a {
    color: #000;
    text-decoration: none;
}
#menu li a::before {
    left: 0;
    margin: 0 10px 0 0;
    font-family: 'Font Awesome 5 Free';
    content: '\f054';
    font-weight: 900;
    position: relative;
    color: #00246C;
}
#menu li h4 {
    padding: 10px 0 5px 20px;
    color: #113D96;
    background-image: url(../img/page_top_bg.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 7px auto;
}
#menu li.business ul li {
    background-image: none;
}
#menu li.business {
    padding: 0;
    background-image: none;
}

/*
 * And let's fade it in from the left
 */
#menuToggle input:checked ~ ul {
	transform: scale(1.0, 1.0);
	-ms-transform: scale(1.0, 1.0); /* IE 9 */
	-webkit-transform: scale(1.0, 1.0); /* Safari and Chrome */
	-o-transform: scale(1.0, 1.0); /* Opera */
	-moz-transform: scale(1.0, 1.0); /* Firefox */
	opacity: 1;
}

#humberger-menu {
	top:0px;
	right:10px;
	z-index:99999;
	position:absolute;
	transition : .3s;
	-moz-transition: .3s; /* Firefox 4 */
	-webkit-transition: .3s; /* Safari and Chrome */
	-o-transition: .3s; /* Opera */
	position:fixed;
}
.menu-off {
	position: fixed;
}
.hum-show {
	position: fixed;
	width: 100%;
	opacity:0.4;
}

/* トップ以外共通 */

/*==================================
            top_main_img
==================================*/

.top_main_img img {
	width:100%;
	height:auto;
}
.view_more_link {
	width:200px;
	margin:20px auto;
	background-color:#E73828;
}
#main .view_more_link p {
	width:auto;
}
.view_more_link a {
	display:block;
	padding: 12px 20px 12px 6px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-size:16px;
	font-weight: bold;	
}
.view_more_link a:hover {
	background-color:#666;
	opacity:1;
}
.view_more_link a::after {
    font-family: 'Font Awesome 5 Free';
    content: '\f105';
    color: #fff;
    font-weight: 900;
	float:right;
}
/*==================================
           strength
==================================*/
#strength_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
	margin:0 auto 50px;
}
#strength_list ul li {
	width:45%;
	margin:2.5%;
}
#strength_list ul li img {
	width:100%;
	height:auto;
}
#strength_list ul li p {
	width:auto;
}
/*==================================
            facility
==================================*/
.facility_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 1100px;
	margin:0 auto;
}
.facility_list ul li {
	margin:10px auto 30px;
	width:500px;	
}
.facility_list h4 {
	margin:0 auto 15px;
	font-size:20px;
	font-weight:bold;
	text-align:left;
}
.facility_list table {
	margin:20px auto;
	width:500px;
  	border-collapse: collapse;	
}
.facility_list table th,
.facility_list table td {
	font-size:14px;
	padding:10px;
	text-align:center;
}
.facility_list table th {
    background-color: #f2f2f2;
	color:#000;
	font-weight:bold;
	width:170px;
}
.facility_list table td {
	width:290px;	
}
.facility_list table tr {
    border-bottom: solid 1px #bfbfbf;
}
.facility_list table tr:first-of-type {
    border-top: solid 1px #bfbfbf;
}
.new_facility {
	width:1100px;
	margin:0 auto 40px;
	padding:0 0 50px;
	border-bottom:#000 dotted 1px;
}
.new_facility:last-of-type {
	border-bottom:none;
}
.new_facility table,
.new_facility p {
	display:inline-block;
	vertical-align:top;
}
.new_facility table {
	margin:0 20px;
}
.new_facility ul {
    display: inline-block;
    margin: 0 auto 50px;
}
.new_facility ul li {
	display:inline-block;
	margin:10px;
}
.new_facility ul li img {
	width:100%;
	height:auto;
}
