@charset "utf-8";

body {
	
}

a, a:focus, a:hover {
    color: #000;
	text-decoration: none;
	color: unset;
}
.en {

}
section {
	margin: 0 0 1em 0;
}

area {
    border: none;
    outline: none;
}

a img {
	/*width: 100%;*/
	cursor: pointer;
	transition-duration: 0.3s;
}
a img:hover {
  /*opacity: 0.6;
  transition-duration: 0.3s;*/
}

.zoom-in-img {
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
}
.zoom-in-img img {
  width: 100%;
  height: 100%;
}
.zoom-in-img img {
  transform: scale(1);
  transition: .3s ease-in-out;
}
.zoom-in-img:hover img {
  transform: scale(1.3);
    opacity: 1.0;
}

.color_f {
	color: #fff;
}
.color_0 {
	color: #000;
}

.bg_e {
	background: #eee;
	padding: 20px 0;
}
.bg_f {
	background: #fff;
	padding: 20px 0;
}

.container {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}
.container:before {
	display: table;
    content: " ";
}
.container:after {
	clear: both;
	display: table;
    content: " ";
}
.sub-container {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}
.sub-container:before {
	display: table;
    content: " ";
}
.sub-container:after {
	clear: both;
	display: table;
    content: " ";
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 10px;
    padding-left: 10px;
	/*margin-bottom: 10px;*/
}
.col-sm-1 img, .col-sm-10 img, .col-sm-11 img, .col-sm-12 img, .col-sm-2 img, .col-sm-3 img, .col-sm-4 img, .col-sm-5 img, .col-sm-6 img, .col-sm-7 img, .col-sm-8 img, .col-sm-9 img, .col-xs-1 img, .col-xs-10 img, .col-xs-11 img, .col-xs-12 img, .col-xs-2 img, .col-xs-3 img, .col-xs-4 img, .col-xs-5 img, .col-xs-6 img, .col-xs-7 img, .col-xs-8 img, .col-xs-9 img{
	height: auto;
}
.col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    width: 100%;
    display: block;
}

.flex_box {
	display: flex;
	flex-wrap: wrap;
	padding: 5px 5px;
	position: relative;
	justify-content: center;
}

.flex_left {
	justify-content: left!important;
}

.box_10, .box_20, .box_30, .box_40, .box_50, .box_60, .box_70, .box_80, .box_90 {
	width: 100%;
}

.inline_box{
	display: block;
	width: 240px;
    margin: 10px auto;
	font-size: 15px;
	line-height: 1.3;
	text-align: center;
}
/* Clearing floats */
.clear {
	position: relative;
	overflow: hidden;
	zoom: 1;
}
.inline_clear {
	letter-spacing: -.4em;
}
.red_line {
	color: red;
    font-weight: bold;
}

.spad5 { padding: 5px !important; }
.spad10 { padding: 10px !important; }
.spad15 { padding: 15px !important; }
.spad20 { padding: 20px !important; }
.spad30 { padding: 30px !important; }
.spad0 { padding: 0 !important; }

.top_space {
	margin-top: 10px !important;
}
.btms_x {
	margin-bottom: 3em !important;
}
.bottom_space {
	margin-bottom: 20px !important;
}
.bottom_space_s {
	margin-bottom: 10px !important;
}
.m_zero {
	margin: 0 !important;
}

hr {
	margin: 10px 0;
	border-top: 1px solid #666d73;
}
.radius {
	border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

/* animation-delay */
.anim01 { animation-delay: 0.3s; }
.anim02 { animation-delay: 0.7s; }
.anim03 { animation-delay: 1.1s; }
.anim04 { animation-delay: 1.5s; }
.anim05 { animation-delay: 1.9s; }
.anim06 { animation-delay: 2.3s; }
.anim07 { animation-delay: 2.7s; }

/*  meta slider */
.metaslider .flexslider {
	margin: 0 !important;
}
.ms-image {
	margin: 0;
}

.brtab {
	display:block;
}
.brtabpc {
	display:none;
}

/**/
.no-link {
	pointer-events:none;
	cursor:default;
}
.no-border {
    border: none !important;
}
.no-border tr td {
	border: none !important;
}


/* Text */
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}
.font10px{
	font-size: 10px;
	line-height: 1;
}
.font11px{
	font-size: 11px;
	line-height: 1.2;
}
.font12px{
	font-size: 12px;
	line-height: 1.2;
}
.font13px{
	font-size: 13px;
	line-height: 1.3;
}
.font15{
	font-size: 1.5em;
}

.top_banner {
	margin: 0 0 15px 0;
}

h1 {
	font-weight: 500;
	/*font-family: "chunk",sans-serif;*/
	text-align: center;
}
h1 {
	font-size: 180%;
	/*color: #603813;*/
}
h2{
    font-size: 130%;
	font-weight: 500;
    padding: 0;
    margin: 0 0 1.2rem 0;
	position: relative;
	/*color: #603813;*/
}

h2:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -14px;
	width: 50px;
	left: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 12px;
	/*background-image: url(../images/h2_bg.png);
	background-repeat: no-repeat;*/
	border-bottom: 3px solid #0067b5;
}
h2.topsttl{
    font-size: 130%;
	font-weight: 500;
    padding: 0;
    margin: 0 0 1.2rem 0;
	position: relative;
	text-align: center;
}
h2.topsttl:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -7px;
	width: 50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 12px;
	/*background-image: url(../images/h2_bg.png);
	background-repeat: no-repeat;*/
	border-bottom: 3px solid #0067b5;
}
h2.news_ttl{
    font-size: 130%;
	font-weight: 500;
    padding: 0;
    margin: 0 0 2.5rem 0;
	position: relative;
	text-align: center;
}
h2.news_ttl:after {
	content: "";
	position: absolute;
	left: 0;
	/*bottom: -7px;*/
	top: 35px;
	width: 50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 12px;
	/*background-image: url(../images/h2_bg.png);
	background-repeat: no-repeat;*/
	border-bottom: 3px solid #0067b5;
}

h2.section-title {
	position: relative;
	padding: 20px 10px;
}
h3 {
	font-weight: 500;
	font-size: 18px;
	margin: 10px 0;
	padding: 0;
	line-height: 1.3 !important;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 {
	font-size: 18px;
	margin: 0 0 5px 0;
    padding: 0;
	font-weight: normal;
}

@media (min-width: 768px) {
	h1 {
		font-size: 180%;
	}
	h2{
		font-size: 140%;
	}
	h2.fortop{
		font-size: 140%;
	}
	h3 {
		font-size: 120%;
		margin: 10px 0;
		padding: 0;
	}
	h4 {
		font-size: 110%;
		margin: 0 0 5px 0;
		padding: 0;
		font-weight: bold;
	}
}
@media (min-width: 992px) {
	h1 {

	}
	h2{

	}
	h2.fortop{

	}
	h3 {

	}
	h4 {

	}
}

.fixed_btn {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}
.fixed_request {
    background: #fff;
    padding: 12px 0 0 0;
    width: 50%;
    float: left;
    height: 40px;
}
.fixed_request a{
	color: #004d87 !important;
}
.fixed_contact {
	background: #fff;
    padding: 12px 0 0 0;
    width: 50%;
    float: left;
    height: 40px;
}
.fixed_contact a{
	color: #004d87 !important;
}
.fixed_sns {
    background: #ddd;
    padding: 8px 0 0 0;
    width: 16%;
    float: left;
    height: 38px;
}

.main-content-area {
	padding: 0;
	margin: 20px 0 0 0;
}

.breadcrumbs {
		margin: 0 0 2em 0;
}

/* = video
---------------------------------------------- */
#video {
    /*天地中央配置*/
    position: relative;
    /*z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 177.77777778vh;
    height: 56.25vw;
    min-height: 100%;
    min-width: 100%;*/
}

/* = Typing
---------------------------------------------- */

.TextTyping span {
	display: none;
}

.TextTyping::after {
 	content: "|";
	animation: typinganime .8s ease infinite;
}

@keyframes typinganime{
	from{opacity:0}
	to{opacity:1}
}


/* =entry header
------------------ */
.fixp_header {
	/*background: #171717;*/
	padding: 1em 0;
	padding: 0;
}
.entry-header .entry-title {
	font-size: 2em;
	margin: 0 0 0.4em 0;
	text-align: center;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header{
	margin: 0 0 2em 0;
	margin: 0;
}
	
.entry-header p {
	color: #fff;
    text-align: center;
}

/* =Archives
------------------ */

.archive-header,
.page-header {
	line-height: 1.846153846;
	margin: 0 0 2em 0;
}
.archive-header h1{
	font-size: 2em;
	margin: 0;
	text-align: center;
}

@media (min-width: 768px) {
	.entry-header .entry-title {
		font-size: 180%;
		padding: 1em 0;
		margin: 0;
	}
	.archive-header .archive-title {
		font-size: 180%;
		margin: 0;
		padding: 1em 0;
		margin: 0;
	}
	.archive-header h1{
		font-size: 180%;
		padding: 1em 0;
		margin: 0;
	}
}
@media (min-width: 992px) {
	.entry-header .entry-title {
		font-size: 180%;
	}
	.archive-header .archive-title {
		font-size: 180%;
	}
}

/* =button
---------------------------------------------- */
.btn_req {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px 50px;
    line-height: 1.42857143;
    border-radius: 28px;
	border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	color: #fff;
	background: rgb(81,217,217);
	background: linear-gradient(90deg, rgba(81,217,217,1) 0%, rgba(24,118,130,1) 100%);
}
.btn a {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px 50px;
    line-height: 1.42857143;
    border-radius: 28px;
	border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	color: #fff;
	background: rgb(81,217,217);
	background: linear-gradient(90deg, rgba(81,217,217,1) 0%, rgba(24,118,130,1) 100%);
}
.btn-default {
    color: #333;
    background-color: #ececec;
    border-color: #ccc;
}

.btn_g {
	margin: 0 5px 15px 5px;
	border: 3px solid #99c157;
	padding: 10px 0 7px 0;
    text-align: center;
}

.btn_contact {
	width: 249px;
    height: 52px;
    margin: 0 auto;
    float: none;
}
.btn_contact a {
	width: 100%;
    height: 52px;
    line-height: 52px;
    box-sizing: border-box;
    background: #fff;
    display: block;
    font-size: 14px;
    position: relative;
	text-align: center;
}
.btn_contact a::before {
	display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 12px;
    width: 0;
    height: 0;
    margin-top: -4px;
    border: 4px solid transparent;
    border-left: 6px solid #818181;
    transition-duration: 200ms;
}
.btn_contact a:hover {
    background: #171717;
	color: #fff;
}

@media (min-width: 768px) {
	.btn_contact {
		float: left;
		margin: 0 20px 0 0;
	}
}

.side_wrap {
    display: none;
	margin-top: 20px;
}
.main_wrap {
    width: 100%;
    padding: 0 0 30px 0;
	margin-top: 0;
}

/*---header---*/
#header_left {
	padding: 0;
	margin: 0;
}
#header_center {
	
}
.header_logo {
	margin: -30px auto 10px;
    padding: 0;
    width: 100%;
    max-width: 200px;
    float: none;
    position: relative;
    z-index: 2;
}
#header_right {
	padding: 0;
	margin: 0 auto;
	text-align:center;
}

.h_tel{
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 25px;
	line-height: 1.6;
	text-align: center;
}
.h_tel span {
	background-image: url(../images/tels_bg.png);
	background-position: 0 2px;
	background-repeat: no-repeat;
	padding: 0 0 0 40px;
}
	
	
header h1 {
	margin: 0;
}
header h1 a img {
	width: 220px;
}

.description_wrap {
	display: none;
}
.site-description {
	font-size: 12px;
	font-weight: normal;
	padding: 15px 0 0 0;
	margin: 0;
	text-align: left;
}

/*---contact---*/
.view-sp .h_contact {
	text-align: center;
	margin-top: 15px;
}
.h_contact a {
	background: #fff;
	border-radius: 18px;
    padding: 3px 30px;
    color: #31708f;
	text-align: center;
}
.h_contact a:hover {
    color: #31708f;
	text-decoration: none;
}

/*　hamburger　*/
.hamburger {
	display : block;
	position: fixed;
	z-index : 10;
	right : 13px;
	top   : 12px;
	width : 42px;
	height: 42px;
	cursor: pointer;
	text-align: center;
}
@media (min-width: 768px) {
	.hamburger {
		right : 8px;
		top   : 10px;
	}
}
@media (min-width: 992px) {
	.hamburger {
		right : 10px;
		top   : 20px;
	}
}
.hamburger span {
	display : block;
	position: absolute;
	width   : 30px;
	height  : 2px ;
	left    : 6px;
	background : #4f4f4f;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition   : 0.5s ease-in-out;
	transition        : 0.5s ease-in-out;
}
.hamburger span:nth-child(1) {
	top: 10px;
}
.hamburger span:nth-child(2) {
	top: 20px;
}
.hamburger span:nth-child(3) {
	top: 30px;
}

.hamburger.active span:nth-child(1) {
	top : 16px;
	left: 6px;
	background : #4f4f4f;
	-webkit-transform: rotate(315deg);
	-moz-transform   : rotate(315deg);
	transform        : rotate(315deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
	top: 16px;
	background : #4f4f4f;
	-webkit-transform: rotate(-315deg);
	-moz-transform   : rotate(-315deg);
	transform        : rotate(-315deg);
}

/*---mobile primary navi---*/
nav.globalMenuSp {
	position: fixed;
	z-index : 2;
	top  : 0;
	left : 0;
	color: #942929;
	text-align: center;
	width: 100%;
	/*opacity: 0;*/
	display: none;
	transition: opacity .6s ease, visibility .6s ease;
	background: #fff;
    filter: alpha(opacity=95);
    background: rgb(255 255 255 / 95%);
    -webkit-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
	height: 100%;
    overflow-y: auto;
}

nav.globalMenuSp ul {
	margin: 0 auto;
	padding: 0 15px;
	width: 100%;
}

nav.globalMenuSp ul li {
	text-align: left;
	list-style-type: none;
    position: relative;
    font-size: 18px;
	padding: 0;
	margin: 0;
	width: 100%;
	transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
	padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
	background :#ddd;
	color: #000;
}

nav.globalMenuSp ul li a {
	display: block;
	/*color: #fff;*/
	padding: 0.5em 0;
    margin-bottom: 0.5em;
	text-decoration :none;
}
nav.globalMenuSp ul li a::after {
	position: absolute;
    bottom: 3px;
	right: 0;
    left: 0;
    margin: 0 auto;
    /*width: 30px;
    height: 5px;
    content: '';
    border-radius: 2px;
    background: #909090;*/
}
nav.globalMenuSp ul li a:hover {
	display: block;
	color: #000;
	padding: 1em 0;
	text-decoration :none;
}
.globalMS_Logo {
	width: 200px;
	margin: 20px auto;
}

nav.globalMenuSp.active {
	/*opacity: 100;*/
	display: block;
}

nav.globalMenuSp ul li ul.sub-menu {
	/*display: none;*/
}
nav.globalMenuSp ul li ul li {
	/*overflow: hidden;*/
	transition: .2s;
	margin: 0 0 0 10px;
    list-style: disc;
}

.submenu {
  background: #fff;
  display: none;
}

/* slickslider */
.slider {
	width: 100%;
	margin: 0 auto;
}
.slick-slide {
  margin: 0 10px;
}
.slick-slide img {
  width: 100%;
}
.slick-prev:before,
.slick-next:before {
  color: black;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: 1;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}

.prev-arrow {
	left: 24.5%;
	font-size: 0;
    line-height: 0;
    position: absolute;
    top: 40%;
	cursor: pointer;
	z-index: 9;
}
.next-arrow {
	right: 24.5%;
	font-size: 0;
    line-height: 0;
    position: absolute;
    top: 40%;
	cursor: pointer;
	z-index: 9;
}

/* --- Top Page main image --- */
.topimage {
    width: 100%;
	height: auto;
    margin: 0;
    padding: 0;
	z-index: 1;
	/*background: #034985;*/
}
.topimage div {
	/*background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 500px;*/
	margin: 0;
	text-decoration: none;
	/*opacity: 0.8;*/
}
.topimage img {
    width: 100%;
}
.topimage a {

}
.topimage div.slider_wrap_top {
	margin: 0;
    height: auto;
	position: relative;
}
.topimage div.slider_wrap_btm {
	margin: -31px 0 0 0;
	height: inherit;
}

.topimage h1 {
	margin: 0;
}

@media (min-width: 768px) {
	.topimage div {
		/*background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		height: 500px;*/
		margin: 0;
		text-decoration: none;
		/*opacity: 0.8;*/
	}
	.topimage div.slider_wrap_btm {
		margin: -60px 0 0 0;
		height: inherit;
	}
}

/*--- news ---*/
#news_wrap {
	display: block;
	width: 100%;
	margin: 10px auto;
}
.news_ttl {
    width: 100%;
}
#news_box {
    float: none;
    width: 100%;
    overflow: hidden;
    padding: 10px 5px;
    line-height: 1.2;
    margin: 0 0 10px 0;
}
.news_ph {
	margin: 0 5px 0 0;
	width: 100%;
	text-align: center;
}
.news_date {
	padding: 0 0 0 10px;
	margin: 0 0 5px 0;
	display: inline-block;
}
.news_icon {
	width: 130px;
	font-size: 14px;
	text-align: center;
	margin: 5px 0 0 0;
	padding: 2px 0 1px 0;
	display: inline-block;
}
.news_right {
	
}
.news_title {    
	width: 100%;
	padding: 0 0 0 20px;
	margin: 0 0 5px 0;
	display: block;
	/*color: #603813;
	font-weight: bold;*/
}
.news_title span {    
	/*background: #d6810e;
    padding: 0 5px;
    color: #fff;
    font-size: 13px;*/
}
.news_text {    
	width: 100%;
	padding: 0 0 0 20px;
	margin: 5px 0;
	display: block;
	/*color: #603813;*/
	font-weight: normal;
}
.news_text p {  
	margin: 0;
}
.old_news {
	font-size: 13px;
    width: 160px;
    text-align: center;
    padding: 4px 20px;
	margin: 0;
	color: #0068b6;
	/*border: 1px solid #171717;*/
}
.old_news:hover {
	/*background: #171717;
	color: #fff;
	border: 1px solid #171717;*/
}
.news_line {
	display: block;
	border-bottom: 1px dotted #0068b6;
	margin: 5px 0;
}

/*--- footer ---*/
footer {
	overflow: hidden;
}
.footer_scr {
	background: #0091d7;
    /*border-radius: 2000px 2000px 0 0 / 300px 300px 0 0;
    margin: 16px -200px;
    padding: 65px 280px;
    min-height: 300px;
    text-align: center;*/
	border-top-left-radius: 50%;
    border-top-right-radius: 50%;
	margin-left: -100px;
    margin-right: -100px;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 100px;
}
}
footer h2 {
	margin-top: 1.5em;
    margin-bottom: 0.25em;
    font-family: "Open Sans", "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.03em;
}
footer p {
	margin: 0;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.45;
}
.footer_wrap {
	padding: 20px 0 5px 0;
	/*background: #fff;
	background-image: repeating-linear-gradient(90deg, #f0c9dd99, #f0c9dd99 5px, #F9D2D6 5px, #F9D2D6 15px);*/
	font-size: 14px;
	/*color: rgba(247, 246, 242, 0.9);*/
}
.footer_left {
	display: block;
	width: 100%;
}
.footer_right {
	display: none;
}
@media (min-width: 768px) {
	.footer_left {
		display: inline-block;
		width: 49%;
	}
	.footer_right {
		display: inline-block;
		width: 49%;
	}
}

.footer_add_wrap {
	width: 320px;
	float: none;
	margin: 0 auto;
}
.footer_add a {
    color: #fff;
}
.footer_add {
	width: 320px;
    margin: 0 auto;
	text-align: center;
}
#footer_logo {
	float:none;
	width: 100px;
	padding: 1em 0 0 0;
	margin: 0 auto 5px;
	text-align: center;
}
#footer_logo img {
	max-width: 210px;
}

#footer_tel {
	font-size: 20px;
	font-weight: bold;
	margin-right: 0;
}

.menu-item {
    list-style: none;
    margin: 0 0 0 20px;
}
.menu-item .sub-menu {
    margin: 0;
}

.footer_navi_wrap ul {
    margin: 0;
    padding: 5px 0 0 0;
	display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
.footer_navi_wrap ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer_navi_wrap li a {
    color: #fff;
	padding: 0 15px;
}
.footer_navi_wrap ul li ul li {
	list-style: disc;
	margin: 0 0 0 20px;
	padding: 0 0 10px 0;
}

.footer_copy_wrap {
	/*background: #a3bbbd;*/
	margin: 0;
}
.footer_copy {
	color: #fff;
    text-align: center;
    font-size: 80%;
    padding: 10px 0;
	line-height: 1.3;
}

.ft_btn_wrap {
	display: block;
	max-width: 360px;
	margin: 0 auto;
}
.ft_btn {
	max-width: 360px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 5px 60px;
	margin: 0 0 20px 0;
	background: #fff;
	border-radius: 10px;
}
.ft_btn img {
	/*width:100%;*/
	max-height: 45px;
}
.ft_btn_img {
	width: 35%;
	text-align: center;
}
.ft_btn_txt {
	width: 65%;
	font-size: 20px;
	font-weight: bold;
	color: #0091d7;
	text-align: center;
}

/*--- table ---*/
.res-table {
	width:100%;
    margin:2em auto;
}
.res-table tr{

}
.res-table th{
    padding:10px 5px;
	display:block;
    font-size: 16px;
	font-weight: normal;
	text-align:left;
    line-height: 1.5;
	border-right: none;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
    background: #232323;
    color: #e7e7e7;
}
.res-table td{
	padding:10px 5px;
	display:block;
	text-align:left;
	border-right: none;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	background: #ececec;
}
.res-table td p {
	margin: 0;
}

.scroll {
	overflow-x: auto;
}
.scr-table {
	min-width: 640px;
	margin: 0 0 20px 0;
	font-size: 13.5px;
}

.list_line {
    border-bottom: 1px solid #38322F;
    line-height: 1.5;
    padding: 1em 0;
    margin: 0;
}

/*ABOUT*/
.cbox_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}
.cbox {
	padding: 15px;
    width: calc(100% / 2);
	font-size: 90%;
}

.dh_bg {
	background: #ddd;
    padding: 2em 0;
    margin: 0 0 2em 0;
}

/*Page Navi*/
.page_in_navi {
	margin: 4rem 0;
}
.page_in_navi ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	text-align: center;
}
.page_in_navi li {
	border-left: 1px solid #999;
	margin: 0;
	padding: 0 30px;
}
.page_in_navi li:last-child {
	border-right: 1px solid #999;
}

.page_in_navi li.wknavi {
	border-left: 1px solid #999;
	margin: 0;
}
.page_in_navi li.wknavi:last-child {
	border-right: 1px solid #999;
}

/*Recruit*/
.req_int_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.req_int {
	width: calc(100% / 2 - 10px);
	text-align: center;
}
.req_int p {
	margin: 0 0 10px 0;
	text-align: center;
}

.recgrp_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.recgrp {
	padding: 20px;
}

.wrap-tab{
	overflow: hidden;
}

.list-tab{
	display: flex;
	justify-content: space-between;
}
.list-tab > li{
	display: block;
	cursor: pointer;
     width: calc(100% / 2 - 10px);
    text-align: center;
	margin: 0;
}

.list-tab .active{

}

.tab-content{
	display: none;
	padding: 1em;
}
.tab-content.active{
	display: block;
}


@media (min-width: 768px) {

}

.works_wrap {
	display: bock;
	flex-wrap: wrap;
}
.gallery{
  width: 100%;
  margin:0 0 5px 0;
}

@media (min-width: 768px) {
	.works_wrap {
		display: flex;
		flex-wrap: wrap;
	}
	.gallery{
		width: 50%;
		margin:0 0 5px 0;
	}
}

.slick-initialized .slick-slide {
    /*display: flex;
    flex-wrap: wrap;
    float: none;*/
}
/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
	display: none !important;
    /*position: absolute;
	z-index: 3;
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    height: 25px;
    width: 25px;*/
}

/*.slick-prev {
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {
    right:2.5%;
    transform: rotate(45deg);
}*/

/*----- column ------*/
.entry-header-arc h2 {
	font-size: 20px;
    margin: 1em 0;
}
.entry-header > .column-ttl {
	font-size: 20px;
}

@media (min-width: 768px) {
	.entry-header-arc h2 {
		font-size: 25px;
	}
	.entry-header > .column-ttl {
		font-size: 25px;
	}
}
.cat-width {
	width: 100%;
	max-width: 460px;
    margin: 0 auto;
}
@media (min-width: 768px) {
	.cat-width {
		width: 100%;
		max-width: 700px;
		margin: 0 auto;
	}
}
@media (min-width: 992px) {
	.cat-width {
		width: 100%;
		max-width: 920px;
	}
}

	/* =SmartPhone Non Display
----------------------------------------------- */
.view-pc {
	display: none;
}
.view-sp{
	display: block;
}
.view-sp li {
	display: block;
	width: 20%;
	text-align: center;
}
.view-sp li:hover{
	display: block;
	background-color: #171717;
}
.view-sp li a {
	display: block;
}
.view-sp li a:hover{
	display: block;
	background-color: #171717;
    color: #fff !important;
}

@media (max-width: 480px) {
	.table-scroll{
		overflow-x: auto;
		/*white-space: nowrap;*/
		max-width: 770px;
	}
	.table-scroll table{
		border-collapse: collapse;
		border-spacing: 0;
		border-top: #ccc solid 1px;
		border-left: #ccc solid 1px;
		max-width: 100%;
	}
	.table-scroll table th,
	.table-scroll table td{
		padding: 10px 15px;
		font-weight: normal;
		border-right: #ccc solid 1px;
		border-bottom: #ccc solid 1px;
		white-space: nowrap;
	}
	.table-scroll table th{
		background: #eee;
	}
	/**/
	.table-scroll::-webkit-scrollbar{
	 height: 5px;
	}
	.table-scroll::-webkit-scrollbar-track{
	 background: #333;
	}
	.table-scroll::-webkit-scrollbar-thumb {
	 background: #999;
	}
}

.top_shokai_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 40px 0 0 0;
}
.top_shokai_wrap div {
	padding: 5px;
	margin: 0 0 10px 0;
	width: calc(100% / 2 - 10px);
	font-size: 14px;
}
.top_shokai_wrap div a {
	color: #fff;
}
.sv1 {
	background-image: url(../top_img/service_01.jpg);
	background-repeat: no-repeat;
	background-position: top;
    background-size: contain;
}
.sv2 {
	background-image: url(../top_img/service_02.jpg);
	background-repeat: no-repeat;
	background-position: top;
    background-size: contain;
}
.sv3 {
	background-image: url(../top_img/service_03.jpg);
	background-repeat: no-repeat;
	background-position: top;
    background-size: contain;
}
.sv4 {
	background-image: url(../top_img/service_04.jpg);
	background-repeat: no-repeat;
	background-position: top;
    background-size: contain;
}
.sv5 {
	background-image: url(../top_img/service_05.jpg);
	background-repeat: no-repeat;
	background-position: top;
    background-size: contain;
}
.sv6 {
	background-image: url(../top_img/service_06.jpg);
	background-repeat: no-repeat;
	background-position: top;
    background-size: contain;
}
.sv7 {
	background-image: url(../top_img/service_07.jpg);
	background-repeat: no-repeat;
	background-position: top;
    background-size: contain;
}
.sv8 {
	background-image: url(../top_img/top_illust.png);
	background-repeat: no-repeat;
	background-position: top;
    background-size: contain;
}
.sv1 a{
	border: 1px solid #ff7d7c;
	border-radius: 50%;
    display: block;
    background: #fff;
    margin: 6rem auto 0;
    width: 160px;
    height: 150px;
}
.sv2 a{
	border: 1px solid #b16eab;
	border-radius: 50%;
    display: block;
    background: #fff;
    margin: 6rem auto 0;
    width: 160px;
    height: 150px;
}
.sv3 a{
	border: 1px solid #5ead30;
	border-radius: 50%;
    display: block;
    background: #fff;
    margin: 6rem auto 0;
    width: 160px;
    height: 150px;
}
.sv4 a{
	border: 1px solid #ff8c96;
	border-radius: 50%;
    display: block;
    background: #fff;
    margin: 6rem auto 0;
    width: 160px;
    height: 150px;
}
.sv5 a{
	border: 1px solid #1ab79f;
	border-radius: 50%;
    display: block;
    background: #fff;
    margin: 6rem auto 0;
    width: 160px;
    height: 150px;
}
.sv6 a{
	border: 1px solid #b6b600;
	border-radius: 50%;
    display: block;
    background: #fff;
    margin: 6rem auto 0;
    width: 160px;
    height: 150px;
}
.sv7 a{
	border: 1px solid #ff8f00;
	border-radius: 50%;
    display: block;
    background: #fff;
    margin: 6rem auto 0;
    width: 160px;
    height: 150px;
}
.sv8 a{
	border: 1px solid #ff7c76;
	border-radius: 50%;
    display: block;
    background: #ff7c76;
    margin: 6rem auto 0;
    width: 160px;
    height: 150px;
}
.sv_ttl1 {
	width: 100% !important;
	padding-top: 35px !important;
	color: #ff7d7c;
	position: relative;
}
.sv_ttl1:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 140px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 12px;
    border-bottom: 1px solid #ff7d7c;
}
.sv_ttl2 {
	width: 100% !important;
	padding-top: 35px !important;
	color: #b16eab;
	position: relative;
}
.sv_ttl2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 140px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 12px;
    border-bottom: 1px solid #b16eab;
}
.sv_ttl3 {
	width: 100% !important;
	padding-top: 35px !important;
	color: #5ead30;
	position: relative;
}
.sv_ttl3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 140px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 12px;
    border-bottom: 1px solid #5ead30;
}
.sv_ttl4 {
	width: 100% !important;
	padding-top: 35px !important;
	color: #ff8c96;
	position: relative;
}
.sv_ttl4:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 140px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 12px;
    border-bottom: 1px solid #ff8c96;
}
.sv_ttl5 {
	width: 100% !important;
	padding-top: 18px !important;
	color: #1ab79f;
	position: relative;
}
.sv_ttl5:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 140px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 12px;
    border-bottom: 1px solid #1ab79f;
}
.sv_ttl6 {
	width: 100% !important;
	padding-top: 35px !important;
	color: #b6b600;
	position: relative;
}
.sv_ttl6:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 140px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 12px;
    border-bottom: 1px solid #b6b600;
}
.sv_ttl7 {
	width: 100% !important;
	padding-top: 35px !important;
	color: #ff8f00;
	position: relative;
}
.sv_ttl7:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 140px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 12px;
    border-bottom: 1px solid #ff8f00;
}
.sv_ttl8 {
	width: 100% !important;
	padding-top: 50px !important;
	color: #fff;
}
.sv_more {
	color: #0091d7;
	width: 100% !important;
}
@media (min-width: 768px) {
	.top_shokai_wrap div {
		width: calc(100% / 4 - 10px);
		font-size: 16px;
	}
	.top_shokai_wrap div a {
		font-size: 15px;
	}
	
.sv1 a, .sv2 a, .sv3 a, .sv4 a, .sv5 a, .sv6 a, .sv7 a, .sv8 a {
    margin: 6rem 0 0 0;
    width: 170px;
    height: 160px;
}
	
	.sv_ttl1, .sv_ttl2, .sv_ttl3, .sv_ttl4, .sv_ttl6, .sv_ttl7 {
		width: 100% !important;
		padding-top: 35px !important;
	}
	.sv_ttl5 {
		width: 100% !important;
		padding-top: 20px !important;
	}
	.sv_ttl8 {
		width: 100% !important;
		padding-top: 50px !important;
	}
	.sv_more  {
		width: 100% !important;
	}
}
@media (min-width: 992px) {
	.top_shokai_wrap div {
		width: calc(100% / 4 - 10px);
	}
	.top_shokai_wrap div a {
		font-size: 16px;
	}
	
.sv1 a, .sv2 a, .sv3 a, .sv4 a, .sv5 a, .sv6 a, .sv7 a, .sv8 a {
    margin: 7.5rem auto 0;
    width: 200px;
    height: 190px;
}

	
	.sv_ttl1, .sv_ttl2, .sv_ttl3, .sv_ttl4, .sv_ttl6, .sv_ttl7 {
		width: 100% !important;
		padding-top: 50px !important;
	}
	.sv_ttl5 {
		width: 100% !important;
		padding-top: 35px !important;
	}
	.sv_ttl8 {
		width: 100% !important;
		padding-top: 65px !important;
	}
	.sv_more  {
		width: 100% !important;
	}
}
/*
.dtk_ttl img {
    margin: 0 0 20px 0;
}
.top_dtk_wrap {
	display: block;
}
.top_dtk_wrap div {
	border: 3px solid #b96aa1;
	padding: 5px 0 7px 0;
	margin: 0 auto 10px;
    border-radius: 24px;
	width: 100%;
	max-width: 300px;
}
.top_dtk_wrap div a {

}
@media (min-width: 768px) {
	.dtk_ttl img {
		max-width: 550px;
	}
	.top_dtk_wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.top_dtk_wrap div {
		width: calc(100% / 3 - 10px);
	}
	.top_dtk_wrap div a {
		font-size: 15px;
	}
}
@media (min-width: 992px) {
	.top_dtk_wrap div a {
		/*font-size: 16px;*/
	}
}
*/
/*********** Minimum width of 768 pixels. **************/
@media (min-width: 480px) {

}
/*********** Minimum width of 768 pixels. **************/
@media (min-width: 768px) {
	
	body {
		padding: 0;
	}
	
	/*PC 電話発信 無効*/
	a[href^="tel:"]{
		pointer-events: none;
	}
	
	.brtab {
		display: none;
	}
	.brtabpc {
		display: initial;
	}
	
	/**/
	.fixed_btn {
		position: fixed;
		top: 130px;
		right: 0;
		width: 45px;
		text-align: center;
		display: block;
	}
	.fixed_request {
		background: #fff;
		padding: 0 12px;
		width: 100%;
		float: none;
		height: 140px;
		margin-bottom: 3px;
		writing-mode: vertical-rl;
		text-orientation: upright;
		border-radius: 8px 0 0 8px;
			box-shadow: 0px 0px 1px -2px rgba(0, 0, 0, 0.6), -2px 1px 2px 1px rgba(56, 56, 56, 0.45);
        margin: 0 0 7px 5px;
	}
	.fixed_contact {
		background: #fff;
		padding: 0 12px;
		width: 100%;
		float: none;
		height: 140px;
		margin-bottom: 3px;
		writing-mode: vertical-rl;
		text-orientation: upright;
		border-radius: 8px 0 0 8px;
		border-radius: 8px 0 0 8px;
			box-shadow: 0px 0px 1px -2px rgba(0, 0, 0, 0.6), -2px 1px 2px 1px rgba(56, 56, 56, 0.45);
        margin: 0 0 7px 5px;
	}
	.fixed_sns {
		background: #ddd;
		padding: 10px 0;
		display: block;
		width: 100%;
		float: none;
		height: auto;
	}
	
	.box_10 { width: 10%; }
	.box_20 { width: 20%; }
	.box_30 { width: 30%; }
	.box_40 { width: 40%; }
	.box_45 { width: 45%; }
	.box_50 { width: 50%; }
	.box_55 { width: 55%; }
	.box_60 { width: 60%; }
	.box_65 { width: 65%; }
	.box_70 { width: 70%; }
	.box_80 { width: 80%; }
	.box_90 { width: 90%; }

	.box_3 {
		width: clac(100% / 3 - 20px); 
		padding: 0 5px;
	}
	
	/*--- header ---*/
	.header_inner {
		padding: 5px 0;
	}
	
	section {
		margin: 0 0 1em 0;
	}
	
	/*--- grid ---*/
	.col-sm-3:first-child, .col-sm-4:first-child {
		padding-left: 0;
	}
	.col-sm-3:last-child, .col-sm-4:last-child {
		padding-right: 0;
	}
	.col-sm-4 {
		width: 33%;
		display: inline-block;
	}
	.col-sm-6 {
		width: 49%;
		display: inline-block;
	}
	.col-sm-8 {
		width: 66%;
		display: inline-block;
	}
	
	.colm2 {
		width: 48%;
		margin: 20px 0.5%;
		padding: 10px;
	}
	.colm3 {
		width: 32%;
		margin: 20px 0.5%;
		padding: 10px;
	}
	.colm4 {
		width: 23%;
		margin: 20px 0.5%;
		padding: 10px;
		display: inline-block;
		background-color: #ffffff;
		border: 1px solid #dbdbdb;
		-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.1);
		-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.1);
		box-shadow: 0px 0px 10px rgba(0,0,0,.1);
		-webkit-border-radius: 4px;
	}
	.colm5 {
		width: 18%;
		margin: 0 0.5% 10px 0.5%;
		padding: 0;
		display: inline-block;
		background-color: #ffffff;
	}

	.flex_box {
		display: flex;
		/*flex-wrap: nowrap;*/
		justify-content: center;
	}
	.order_sm_0 {
		-ms-flex-order: 0;
		order: 0;
	}
	.order_sm_1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.inline_box{
		display: inline-block;
		padding: 10px 10px 30px 10px;
		margin: 5px 5px 25px;
		width: 30.9%;
		height: 220px;
		vertical-align: top;
	}
	
	.main-content-area {
		padding: 0;
		margin: 0;
	}

	/*--- TOP事業内容grid ---*/
	.b-contents-top {
		margin: 0;
		width: calc(100% / 4);
		text-align: center;
		padding: 0 10px;
	}
	.b-contents-top-note {
		font-size: 15px;
		font-weight: 500;
		margin-bottom: 10px;
	}
	.b-contents-top-ph {
		margin-top: auto;
		margin-bottom: 1.5em;
		text-decoration: underline;
	}
	.b-contents-top-ttl {
		font-size: 16px;
	}
	
	/*--- 事業内容grid ---*/
	.b-contents {
		margin: 20px;
		width: calc(100% / 2 - 40px);
		text-align: center;
		flex-wrap: wrap;
		display: flex;
		flex-direction: column;
		position: relative;
	}
	.b-contents-note {
		font-size: 14px;
		font-weight: 500;
		margin-bottom: 10px;
	}
	.b-contents-ph {
		margin-top: auto;
		margin-bottom: 30px;
		text-decoration: underline;
	}

	/*--- Top Page main image ---*/
	.topimage {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.topimage img {
		margin-top: 6px;
		margin-right: 18px;
		margin: 0;
		width: 100%;
	}
	
	.main_wrap {
		padding: 0 0 30px 0;
	}
	
	.container {
		width: 750px;
	}
	.sub-container {
		width: 700px;
		margin: 0 auto;
	}
	.sub_contents {
		max-width: 720px;
		margin: 0 auto;
	}
	
	.description_wrap {
		display: block;
		background: #ffae72;
		color: #fff;
	}
	.site-description {
		font-size: 11px;
		font-weight: normal;
		padding: 3px 0;
		margin: 0;
		text-align: right;
	}
	.site-description span{
		background: #d6810d;
		color: #fff;
		padding: 0 0 0 0.5em;
	}
	
	#header_wrap {
		display: flex;
		flex-wrap: wrap;
	}
	#header_left {
		width: calc((100% - 650px) / 2);
		padding: 10px 0 0 0;
		margin: 0;
		text-align: left;
	}
	
	#header_center {
		width: 650px;
		padding: 10px 0 0 0;
		margin: 0;
		text-align: left;
		position: relative;
		z-index: 2;
	}
	.header_logo {
		margin: -80px auto 0;
        padding: 0;
        width: 200px;
	}
	#header_right {
		width: calc((100% - 650px) / 2);
		padding: 10px 0 5px;
	}
	.h_tel{
		font-weight: bold;
		margin: 0 0 5px 0;
		padding: 0 0 0 26px;
		font-size: 25px;
		line-height: 1.6;
		text-align: right;
	}
	.h_tel span {
		background-image: url(../images/tels_bg.png);
		background-position: 0 2px;
		background-repeat: no-repeat;
		padding: 0 0 0 40px;
	}
	.h_contact {
		text-align: right;
		margin: 0 0 10px 0;
	}
	.h_contact a {
		font-size: 15px;
	}
	
	/*--- site navigation ---*/
	#site-navigation {
		margin: 0;
		padding: 0;
	}
	.page_item {
		list-style: none;
	}
	.page_item a {
		/*color: #fff;*/
	}
	.page_item a:hover {
		/*color: #fff;*/
	}
	
	/*--- Drop Navi ----*/
	#menu-primary, #menu-primary-1 {
		list-style-type: none;
		/*width: 540px;
		font-size: 0;*/
		padding: 15px 0;
		margin: 0;
		display: flex;
        flex-wrap: wrap;
        justify-content: center;
	}
	#menu-primary li, #menu-primary-1 li {
		/*width: 20%;
		float: left;
		display: inline-block;*/
		margin: 10px 0 0 0;
		padding: 0;
		text-align: center;
		border-left: 1px solid #000;
		position: relative;
	}
	#menu-primary li:last-child, #menu-primary-1 li:last-child {
		border-right: 1px solid #000;
	}
	#menu-primary li:nth-child(1), #menu-primary-1 li:nth-child(1) {
		width: 18%;
	}
	#menu-primary li:nth-child(2), #menu-primary-1 li:nth-child(2) {
		width: 18%;
	}
	#menu-primary li:nth-child(3), #menu-primary-1 li:nth-child(3) {
		width: 15%;
	}
	#menu-primary li:nth-child(4), #menu-primary-1 li:nth-child(4) {
		width: 15%;
	}
	#menu-primary li:nth-child(5), #menu-primary-1 li:nth-child(5) {
		width: 15%;
	}
	#menu-primary li:nth-child(6), #menu-primary-1 li:nth-child(6) {
		width: 14.2857%;
	}
	#menu-primary li:nth-child(7), #menu-primary-1 li:nth-child(7) {
		width: 14.2857%;
	}
	#menu-primary li:nth-child(8), #menu-primary-1 li:nth-child(8) {

	}
	#menu-primary li a, #menu-primary-1 li a {
		display: block;
		margin: 0;
		/*padding: 0;*/
		font-size: 16px;
		line-height: 1.2;
		text-decoration: none;
		color: #000;
		font-weight: 500;
	}
	
	#menu-primary li a img {
		max-width: 60px;
		margin: 0 0 5px 0;
	}
	
	#menu-primary li a span {
		font-size: 14px;
		font-weight: normal;
		display: block;
		padding: 3px 0 5px 0;
	}
	#menu-primary li a span.en_ttl {
		display: block;
	}
	#menu-primary li a:hover span.en_ttl {
		display: none;
	}
	#menu-primary li a span.ja_ttl {
		display: none;
	}
	#menu-primary li a:hover span.ja_ttl {
		display: block;
	}
	
	#menu-primary li a span.pf_request {
		letter-spacing: 1px;
	    border: 1px solid #000;
	}

	#menu-primary li ul, #menu-primary-1 li ul {
		list-style: none;
		position: absolute;
		top: 115%;
		left: 0;
		width: 220px;
		margin: 0;
		padding: 0;
		z-index: 9;
		transition: all .3s ease;
		background: rgb(255,255,255);
		filter: alpha(opacity=55);
		background: rgb(255,255,255, 0.90);
		-webkit-transition: background 0.4s ease-out;
		transition: background 0.4s ease-out;
	}
	#menu-primary li ul li, #menu-primary-1 li ul li {
		overflow: hidden;
		width: 100% !important;
		margin: 0;
		height: 0;

		transition: .2s;
		border-left: none;
		border-right: none;
	}
	#menu-primary li ul li:last-child {
		border-right: none;
	}
	#menu-primary li ul li a, #menu-primary-1 li ul li a {
		padding: 0;
		text-align: left;
		color: #000;
		font-size: 14px;
		font-weight: normal;
		border-bottom: 1px solid #ddd7d0;
	}
	#menu-primary li ul li:last-child a, #menu-primary-1 li ul li:last-child a {
		border-bottom: none;
		border-right: none;
	}
	/*#menu-primary, #menu-primary-1 > li:hover > a {  background: rgba(255,255,255,0.5); }*/
	#menu-primary > li:hover li:hover > a,
	#menu-primary-1 > li:hover li:hover > a {
		background: rgba(255,255,255,0.2);
	}
	#menu-primary li:hover > ul > li, #menu-primary-1 li:hover > ul > li {
		padding: 10px;
		overflow: visible;
		height: 38px;
	}
	#menu-primary li ul li ul, #menu-primary-1 li ul li ul {
		top: 0;
		left: 100%;
	}
	#menu-primary li:last-child ul li ul, #menu-primary-1 li:last-child ul li ul {
		left: -100%;
		width: 100%;
	}
	#menu-primary li:hover ul li ul li:hover > a,
	#menu-primary-1 li:hover ul li ul li:hover > a {
		background: rgba(255,255,255,0.2); 
	}
	#menu-primary li ul li ul:before,
	#menu-primary-1 li ul li ul:before {
		position: absolute;
		content: "";
		top: 13px;
		left: -20px;
		width: 0;
		height: 0;
	}
	#menu-primary li:last-child ul li ul:before,
	#menu-primary-1 li:last-child ul li ul:before {
		position: absolute;
		content: "";
		top: 13px;
		left: 200%;
		margin-left: -20px;
	}
	
	/*--- Navi under bar ---*/
	/*
	.menu_header li a{
		display: block;
		padding:10px 15px;
		text-decoration: none;
		color: #333;
	}

	.menu_header li{
		margin-bottom:20px;
	}

	.menu_header li a{
		position: relative;
	}

	.menu_header li.current-menu-item a,
	.menu_header li a:hover{
		color:#0481A2;
	}

	.menu_header li a::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 20%;
		width: 60%;
		height: 2px;
		background: #166f19;
		transition: all .3s;
		transform: scale(0, 1);
		transform-origin: center top;
	}

	/*現在地とhoverの設定*/
	/*
	.menu_header li.current-menu-item a::after,
	.menu_header li a:hover::after {
		transform: scale(1, 1);
	}
	*/
	
	/*--- news ---*/
	#news_wrap {
		width: 100%;
		display: flex;
        flex-wrap: wrap;
	}
	.news_ttl {
		width: 25%;
		font-size: 130%;
		font-weight: 500;
		padding: 0;
		margin: 0 0 1.2rem 0;
		position: relative;
		text-align: center;
	}
	#news_box {
		vertical-align: middle;
		padding: 0;
		margin: 0 0 15px 0;
		line-height: 1.2;
		width: 70%;
	}
	
	.news_date {
		width: 105px;
		margin: 10px 0;
		padding: 0 0 0 5px;
		display: inline-block;
		vertical-align: top;
	}
	.news_icon {
		display: inline-block;
		width: 20%;
		font-size: 14px;
		text-align: center;
		margin: 7px 0 0 0;
		padding: 3px 0;
	}
	.news_right {
		width: calc(100% - 115px);
		padding: 0;
		margin: 9px 0 10px 7px;
		display: inline-block;
		vertical-align: top;
	}
	.news_title {
		width: 100%;
	}
	.news_text {
		width: 100%;
	}
	.news_line {
		display: flex;
        flex-wrap: wrap;
		margin: 0;
	}
	
	/*.side_banner {
		width: 100%;
		padding: 15px 0 0 0;
		font-size: 18px;
		font-weight: bold;
		margin: 0 auto 5px;
	}
	.side_banner p {
		margin: 0;
		padding: 0;
	}*/
	
	/*--- Footer ---*/
	footer {
		/*position: absolute;
		bottom: 34px;*/
	}
	
	.ft_btn_wrap {
		display: flex;
		flex-wrap: wrap;
        justify-content: space-evenly;
		max-width: 800px;
		margin: 0 auto;
	}
	.ft_btn {
		width: calc(100% / 2 - 20px);
		max-width: 400px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
        align-items: center;
		padding: 5px 60px;
		margin: 0;
		background: #fff;
        border-radius: 10px;
	}
	.ft_btn img {
		/*width:100%;
		max-height: 60px;*/
	}
	.ft_btn_img {
		width: 35%;
		text-align: center;
	}
	.ft_btn_txt {
		width: 65%;
		font-size: 20px;
		font-weight: bold;
        color: #0091d7;
		text-align: center;
	}
	
	.footer_wrap {
		padding: 20px 0 5px 0;
	}

	.footer_navi_wrap {
		width: 100%;
		margin: 0 auto 15px;
		/*display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;*/
	}
	.menu-footer-container {
		margin: 0;
		/*width: calc(100% / 4 - 10px);*/
	}
	.menu-footer-container:nth-child(1) {
		margin: 0;
		/*width: calc(100% / 5 - 10px);*/
	}
	
	.footer_navi_wrap ul {
		justify-content: center;
	}

	.footer_navi_wrap ul li {
		padding: 0;
		border-right: 1px solid #fff;
	}
	.footer_navi_wrap ul li:last-child {
		border-right: none;
	}
	.footer_navi_wrap .menu-item .sub-menu {
		margin: 5px 0 0 0;
	}
	
	.footer_add_wrap {
		width: 320px;
		margin: 0;
		padding: 0;
	}
	.footer_add {
		width: 320px;
		text-align: left;
	}
	
	#footer_logo {
		padding: 0;
		margin: 0 0 5px 0;
		text-align: left;
	}
	#footer_tel {
		font-size: 20px;
		font-weight: bold;
		margin-right: 1.3em;
	}
	#footer_time {
		font-size: 13px;
	}
	
	.footer_copy_wrap {
	    /*position: absolute;
		bottom: 0;*/
		width: 100%;
		margin: 0;
	}
	.footer_copy {
		font-size: 85%;
		padding: 10px 0;
		line-height: 1.3;
	}
	
	/*--- table ---*/
	.scroll {
		overflow-x: inherit;
	}
	.scr-table {
		width: 100%;
		margin: 0;
		font-size: 15px;
	}
	
	.res-table{
		width:100%;
		margin:5px auto;
		font-size:95%;
		border: none;
	}
	.res-table tr{

	}
	.res-table tr:last-child{

	}
	.res-table th{
		width:25%;   
		padding:15px 10px;
		display:table-cell;
		text-align: left;
	}
	.res-table td{
		width:75%;   
		padding:15px 15px;
		display:table-cell;
		text-align: left;
	}
	
	.mem-intro li{
		width: 30%;
		float: left;
		padding: 5px;
		margin: 0;
	}
	
	.view-pc {
		display: block;
	}
	.view-pc img{
		max-width: 100%;
	}
	.view-sp {
		display: none;
	}

}

/* Minimum width of 992 pixels. */
@media (min-width: 992px) {
	.brtab {
		display:none;
	}
	.brtabpc {
		display: initial;
	}
	.font_ss{
		font-size: 11px;
		line-height: 1.1;
	}
	
	.site-description {
		font-size: 13px;
	}
	
	.container {
		width: 970px;
	}
	.sub-container {
		width: 800px;
	}
	.sub_contents {
		max-width: 720px;
	}
	
	.inline_box{
		display: inline-block;
		padding: 10px 10px 30px 10px;
		margin: 5px 5px 25px;
		width: 23.4%;
		height: 240px;
		vertical-align: top;
	}
	
	.main_wrap {
		padding: 0 0 30px 0;
	}
	
	/*--- header ---*/
	.header_inner {
		padding: 25px 0 0 0;
	}
	.header_logo {
		width: 240px;
        max-width: 100%;
        margin-top: -100px;
	}
	#header_left {

	}
	#header_right {

	}
	
	/*--- Drop Navi ---*/
	#site-navigation {
		margin: 0;
		padding: 0;
	}
	
	#menu-primary, #menu-primary-1 {
		/*width: 720px;*/
	}
	#menu-primary li, #menu-primary-1 li {
		margin: 0 0 5px 0;
	}
	
	/*#menu-primary li:nth-child(1) , #menu-primary-1 li:nth-child(1) {
		width: 20%;
	}
	#menu-primary li:nth-child(2) , #menu-primary-1 li:nth-child(2) {
		width: 20%;
	}
	#menu-primary li:nth-child(3) , #menu-primary-1 li:nth-child(3) {
		width: 20%;
	}
	#menu-primary li:nth-child(4) , #menu-primary-1 li:nth-child(4) {
		width: 20%;
	}
	#menu-primary li:nth-child(5) , #menu-primary-1 li:nth-child(5) {
		width: 20%;
	}
	#menu-primary li:nth-child(6) , #menu-primary-1 li:nth-child(6) {
		width: 16.6666%;
	}
	#menu-primary li a, #menu-primary-1 li a {
		font-size: 120%;
	}*/
	
	.main-content-area {
		margin: 0;
		padding: 0;
	}

	.main_wrap {
		padding-bottom: 30px;
	}
	
	.news_ph {
		width: 25%;
	}
	.news_r {
		width: 72%;
	}
	.news_icon {
		width: 16%;
		font-size: 15px;
	}
	.news_right {    

	}

/*--- Top Page main image ---*/
	
	/*--- Footer ---*/
	.footer_add_wrap {
		margin: 0;
		padding: 0;
	}
	.footer_add {

	}

}

/* Minimum width of 1200 pixels. */
@media (min-width: 1200px) {
	.container {
		width: 1140px;
	}
	.sub-container {
		width: 960px;
	}
	
	#header_left {

	}
	#header_logo {

	}
	#header_right {

	}
	.h_tel{
		padding: 0 0 0 31px;
		font-size: 28px;
		line-height: 1.5;
	}
	
	#menu-primary li ul li a, #menu-primary-1 li ul li a {
		padding: 0 0 10px;
		font-size: 14px;
	}
	
	.news_icon {
		width: 13%;
		font-size: 14px;
		text-align: center;
		margin: 7px 0 0 0;
		padding: 3px 0;
	}
	.news_right {

	}
	
	.inline_box{
		font-size: 16px;
	}
	
}
