@charset "utf-8";

body {
	
}

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

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;
}

.af_btn_wrap {
	display: block;
}
.af_btn_r {
	width: 100%;
	background: #bf0000;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 10px 0;
}
.af_btn_r a{
	color: #fff;
}
.af_btn_a {
	width: 100%;
	background: #131921;
	text-align: center;
	padding: 10px 0;
}
.af_btn_a a{
	color: #fff;
}

/*@media (min-width: 768px) {
	.af_btn_wrap {
		display: flex;
        flex-wrap: wrap;
	}
	.af_btn_r {
		width: calc(100% / 2 - 20px);
		background: #bf0000;
		text-align: center;
	}
	.af_btn_a {
		width: calc(100% / 2 - 20px);
		background: #bf0000;
		text-align: center;
	}
}*/

.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;
}

.diet_color {
	background: #ff608c;
}
.std_color {
	background: #60a7ff;
}
.color_f {
	color: #fff;
}
.color_0 {
	color: #000;
}

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

.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: " ";
}
.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;
}

/*5分割 10分割*/
.col-sm-1-5, .col-sm-1-10 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}   
.col-sm-1-5 {
    width: 50%;
    display: inline-block;
}
.col-sm-1-10 {
    width: 10%;
    float: left;
}

.colm2 {
	width: 100%;
	margin: 20px 0.5%;
	padding: 10px;
	background-color: #fff;
}
.colm3 {
	width: 100%;
	margin: 20px 0.5%;
	padding: 10px;
	background-color: #fff;
}
.colm4 {
	width: 100%;
	display: block;
	margin: 0 auto 10px;
	padding: 10px;
	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;
	vertical-align: top;
	line-height: 1.5;
}
.colm5 {
	width: 100%;
	display: block;
	margin: 0 auto 10px;
	padding: 10px;
	background-color: #ffffff;
}

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

.order_0 {
	-ms-flex-order: 0;
    order: 0;
}
.order_1 {
	-ms-flex-order: 1;
    order: 1;
}

.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;
}
.bottom_space {
	margin-bottom: 10px !important;
}
.bottom_space_s {
	margin-bottom: 10px !important;
}
.m_zero {
	margin: 0 !important;
}

hr {
	margin: 3em 0 2em 0;
	border-top: 1px solid #1ea585;
}
.radius {
	border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

/* animation-delay */
.anim01 { animation-delay: 0.2s; }
.anim02 { animation-delay: 0.4s; }
.anim03 { animation-delay: 0.6s; }
.anim04 { animation-delay: 0.8s; }
.anim05 { animation-delay: 1.0s;}

/*  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;
}

h1,
h2,
h3 {
	margin-top: 0;
	margin-bottom: 20px;
}
h1 {
	font-size: 25px;
	line-height: 1.3;
}
h2{
	font-weight: normal;
	font-size: 18px;
	margin: 0.5em 0;
	padding: 0.5em;
	line-height: 1.4 !important;
	background: #ffe0e7;
	border-bottom: 2px solid #ffa2a2;
}
h2.fortop{
	border-left: none;
	border-top: none;
}
h2.section-title {
	position: relative;
	padding: 20px 10px;
}
h2.section-title:before{
    content: "";
    display: block;
    width: 200px;
    height: 1px;
    background: #8da5cd;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -100px;
}
h3 {
	font-weight: normal;
	font-size: 18px;
	margin: 0.5em 0;
	padding: 0.5em;
	line-height: 1.4 !important;
	background: #e8e8e8;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 {
	font-size: 18px;
	margin: 0 0 5px 0;
    padding: 0;
	font-weight: normal;
}

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

.main-content-area {
	padding: 0;
	margin: 1em 0 0 0;
}

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

/* = 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: #e9e9e9;
	padding: 1em 0;
}
.entry-header .entry-title {
	font-size: 1.5em;
	margin: 0;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header{
	margin: 0 0 2em 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: 1.6em;
	margin: 0;
}

/* =button
---------------------------------------------- */
.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: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	color: #333;
    background-color: #ececec;
    border-color: #ccc;
}
.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_rakuten {
	margin: 0 5px 15px 5px;
	background: #d81d1d;
	padding: 10px 0 7px 0;
    text-align: center;
}
.btn_rakuten a{
	color: #fff;
}
.btn_amazon {
	margin: 0 5px 15px 5px;
	background: #131921;
	padding: 10px 0 7px 0;
    text-align: center;
}
.btn_amazon a{
	color: #fff;
}

.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: #1c335a;
	color: #fff;
}

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

.side_wrap {
	margin-top: 3em;
}
.main_wrap {
    width: 100%;
    padding: 0 0 30px 0;
	margin-top: 0;
}

/*---header---*/
#header_left {
	float: none;
	width: 230px;
	padding: 10px 0;
	margin: 0 auto;
}

.header_logo {
	margin: 0;
	padding: 0;
	width: 100%;
	float: none;
}
#header_right {
	float: none;
	width: 100%;
	padding: 10px;
	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 : 3;
	right : 13px;
	top   : 12px;
	width : 42px;
	height: 42px;
	cursor: pointer;
	text-align: center;
}
.hamburger span {
	display : block;
	position: absolute;
	width   : 30px;
	height  : 2px ;
	left    : 6px;
	background : #f48181;
	-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 : #000;
	-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 : #000;
	-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: #fff;
	background: rgba(0,0,0,0.7);
	text-align: center;
	width: 100%;
	/*opacity: 0;*/
	display: none;
	transition: opacity .6s ease, visibility .6s ease;
	background: rgb(255,255,255);
    filter: alpha(opacity=85);
    background: rgb(255,255,255, 0.85);
    -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;
	width: 100%;
}

nav.globalMenuSp ul li {
	list-style-type: none;
	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;
}

nav.globalMenuSp ul li a {
	display: block;
	color: #38af93;
	color: #123a31;
	padding: 1em 0;
	text-decoration :none;
}

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;
}

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

/* slickslider */
.slider {
	width: 100%;
	margin: 0 auto;
}
.slick-slide {
  margin: 0px 20px;
}
.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: -25px;
	font-size: 0;
    line-height: 0;
    position: absolute;
    top: 40%;
	cursor: pointer;
}
.next-arrow {
	right: -25px;
	font-size: 0;
    line-height: 0;
    position: absolute;
    top: 40%;
	cursor: pointer;
}

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

}
.topimage .slick-dots {
  bottom: 4%;
  z-index: +1;
}

.overlay::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.4);
    background: rgba(151,191,225,0.4) url(../images/dot.png);
    background-repeat: repeat;
}

.topimage h1 {
	margin: 0;
}

/*catch text*/
.catchtext {
	position: absolute;
    color: #fff;
	top: 185px;
    left: 5%;
}
.catchtext h2 {
    font-size: 150%;
	color: #fff;
	line-height: 1.8;
    margin-bottom: 0.6em;
	padding: 0;
	text-align: left;
}
.catchtext p {
	/*max-width: 90%;*/
    line-height: 1.5;
	font-size: 78%;
}
.catchtext img {
	width: 100%;
}
.page-catchtext {
	/*position: absolute;
    color: #fff;
	top: 110px;
    left: 5%;*/
}
.page-catchtext h1 {

}

/*--- news ---*/
#news_wrap {
	display: block;
	width: 100%;
	margin: 10px 0 0 0;
}
#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_title {    
	width: 100%;
	padding: 0 0 0 20px;
	margin: 5px 0;
	display: block;
}
.news_title span {    
	background: #d6810e;
    padding: 0 5px;
    color: #fff;
    font-size: 13px;
}
.old_news {
	font-size: 13px;
    width: 160px;
    text-align: center;
    padding: 4px 20px;
	margin: 0;
	border: 1px solid #1c335a;
}
.old_news:hover {
	background: #1c335a;
	color: #fff;
	border: 1px solid #1c335a;
}
.news_line {
	border-bottom: 1px solid #8a8a8a;
	margin: 5px 0;
}

/*--- side ---*/
.side_box {
	line-height: 1.4;
}

/*--- footer ---*/
footer {
	width: 100%;
}
.footer_wrap {
	padding: 0 0 10px 0;
	background: #f48181;
	font-size: 14px;
}
.footer_left {
	display: block;
	width: 100%;
}
.footer_right {
	display: none;
}
@media (min-width: 768px) {
	.footer_left {
		display: inline-block;
		width: 49%;
		vertical-align: top;
	}
	.footer_right {
		display: inline-block;
		width: 49%;
	}
}

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

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

.menu-item {

}
.menu-item .sub-menu {
    margin: 0;
}

.footer_navi_wrap ul {
    margin: 0;
}
.footer_navi_wrap ul li {
	list-style: none;
	margin: 0;
	display: inline-block;
	padding: 0 10px;
}
.footer_navi_wrap li a {
    color: #fff;
}
.footer_navi_wrap ul li ul li {
	list-style: disc;
	margin: 0 0 0 20px;
}

.footer_copy_wrap {
	background: #ffe0e7;
	margin: 0;
}
.footer_copy {
	/*color: #3c3c3c;*/
    text-align: center;
    font-size: 11.5px;
    padding: 10px 0;
	line-height: 1.3;
	/*color: #fff;*/
}

/*---------------------------------
アコーディオンボックス
--------------------------------*/
.acbox{
	width: auto;
	font-size:0px; /* ラベルと開く部分を分離する時は数値を入れる */
	margin:0; /* ボックス全体の位置調整 */
}

.acbox label{
	width: auto;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	position: relative;
	display: block;
	padding:8px;
	margin: 0 0 2em 0;
	cursor: pointer;
	background: #ebebeb;
}

.acbox label:hover {
	background: #d8e5e2;
}

.acbox input {
	display: none;
}

.acbox label:after {
	/*content:"　▼";*/
	content: url(../images/arrow_dw.png);
	/*position: inherit;*/
	position: absolute;
    top: 0;
	margin: 5px 0 0 10px;
}

.acbox input:checked ~ label::after {
  /*content:"　▲";*/
  content: url(../images/arrow_up.png);
}

.acbox div{
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s; /* 開閉スピードの設定 */
}

.acbox input:checked ~ div {
  height: auto;
  padding: 18px 10px;
  border-radius: 0px;
  background: #fff;
  opacity: 1;
}

.acbox input:checked ~ label {
  background: #fff;
}

.acbox-under{
  font-size: 15px;
  color: #555555;
}

/*--- 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: 1px solid #1c335a;
	border-bottom: 1px solid #1c335a;
	background: #e3e3e3;
}
.res-table td{
	padding:10px 5px;
	display:block;
	text-align:left;
	border-right: none;
	border-top: 1px solid #1c335a;
	border-bottom: 1px solid #1c335a;
}

.scroll table {
	overflow: auto;
	white-space: nowrap;
}

.scr-table {
    overflow-x: scroll;
    /*white-space:nowrap;*/
    display: block;
	width:100%;
}
.scroll::-webkit-scrollbar{
	height: 5px;
}
.scroll::-webkit-scrollbar-track{
	background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}

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

.topics_link {
	color: #009a3a;
    font-size: 21px;
}

/*--- TOP grid ---*/
.b-contents-top {
	margin: 0 auto;
	width: 100%;
	width: calc(100% / 2);
	max-width: 480px;
	text-align: center;
	padding: 0 5px;
}
.b-contents-top-note {
	font-size: 15px;
	font-weight: 500;
	text-align: left;
}
.b-contents-top-ph {
	margin-bottom: 1em;
}
.b-contents-top-ttl {
	font-size: 16px;
}

/*事業内容*/
.work_wrap {
	display: block;
	margin-bottom: 1em;
}
.work_ph1 {
	width: 100%;
	margin: 0;
}
.work_txt1 {
	background: #fff;
	padding: 0;
	width: 100%;
}
.work_ph2 {
	width: 100%;
	margin: 0;
}
.work_txt2 {
	background: #fff;
	padding: 0;
	width: 100%;
}
@media (min-width: 768px) {
	.work_wrap {
		display: flex;
		flex-wrap: nowrap;
		align-items: start;
		position: relative;
		margin-bottom: 3em;
	}
	.work_ph1 {
		width: 50%;
		margin: 0;
		display: grid;
		place-items: center center;
		position: absolute;
		top: 0;
		right: 0;
	}
	.work_txt1 {
		background: rgba(255, 255, 255, 0.8);
		padding: 20px;
		width: 60%;
		z-index: 2;
	}
	.work_ph2 {
		width: 50%;
		margin: 0;
	}
	.work_txt2 {
		background: rgba(255, 255, 255, 0.8);
		padding: 20px;
		width: 60%;
		z-index: 2;
		display: grid;
		place-items: center center;
		position: absolute;
		top: 0;
		right: 0;
	}
}
@media (min-width: 992px) {
	.work_wrap {
		margin-bottom: 15em;
	}
}

@media (min-width: 768px) {
	.about_ttl {
		font-size: 2.5em;
		margin: 1.5em 0;
		text-align: center;
	}
	.about_text {
		font-size: 1.2em;
		margin: 0 0 1.5em 0;
	}
}

/****TOP Post list****/
.post-list-inner {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	border-top: 3px solid #f48181;
	padding: 2em 0 0 0;
}
.post-list-thumb {
	width: 150px;
	border: 3px solid #d1d1d1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.post-list-thumb img {
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
}
.post-list-meta {
	width: calc(100% - 150px);
    padding: 8px 10px;
	line-height: 1.6;
}
@media (min-width: 768px) {
	/****TOP Post list****/
	.post-list-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.post-list-thumb {
		width: 186px;
	}
	.post-list-meta {
		width: calc(100% - 186px);
		padding: 8px 10px;
	}
}
@media (min-width: 992px) {
	/****TOP Post list****/
	.post-list-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.post-list-thumb {
		width: 200px;
	}
	.post-list-meta {
		width: calc(100% - 200px);
		padding: 8px 10px;
	}
}
@media (min-width: 1200px) {
	/****TOP Post list****/
	.post-list-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	/*.post-list-thumb {
		width: 306px;
	}
	.post-list-meta {
		width: calc(100% - 306px);
		padding: 8px 10px;
	}*/
}

/**/
.wp-block-preformatted {
	white-space: inherit;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

/*--- 検索フォーム全体 ---*/
.searchform {
	display: flex;
}
#searchform{
	position: relative;
	margin-bottom: 15px;	
}
#searchform div{
	display: flex;
	width: 100%;
}
#s{
	width: 75%;
	height: 50px;
	padding: 0 10px;
	border-radius: 2px 0 0 2px;	
	background: #eee;
	border: 1px solid #c6c5e3;
}
#searchsubmit{
	width: 25%;
	height: 50px;
	border-radius: 0 2px 2px 0;
	background: #f48181;
	border: none;
	color: #fff;
	padding: 0;
    text-align: center;
}
#sbtn:hover{
	color: #666;
}

#wp-block-search__input-1{
	width: 75%;
	height: 50px;
	padding: 0 10px;
	border-radius: 2px 0 0 2px;	
	background: #eee;
	border: 1px solid #c6c5e3;
}
#searchsubmit{
	width: 25%;
	height: 50px;
	border-radius: 0 2px 2px 0;
	background: #f48181;
	border: none;
	color: #fff;
	padding: 0;
    text-align: center;
}
#sbtn:hover{
	color: #666;
}

/**/
.hcb_wrap.hcb_wrap code, .hcb_wrap.hcb_wrap pre {
	pdding: 1em 
}
	/* =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: #f48181;
}
.view-sp li a {
	display: block;
}
.view-sp li a:hover{
	display: block;
	background-color: #f48181;
    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;
	}
}

/*********** 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: #d8591d;
		padding: 0 12px;
		width: 100%;
		float: none;
		height: 140px;
		margin-bottom: 3px;
		writing-mode: vertical-rl;
		text-orientation: upright;
	}
	.fixed_contact {
		background: #ffeb3b;
		padding: 0 12px;
		width: 100%;
		float: none;
		height: 140px;
		margin-bottom: 3px;
		writing-mode: vertical-rl;
		text-orientation: upright;
	}
	.fixed_sns {
		background: #ddd;
		padding: 10px 0;
		display: block;
		width: 100%;
		float: none;
		height: auto;
	}
	
	h1 {
		font-size: 30px;
		line-height: 1.3;
	}
	h2{
		/*font-weight: bold;*/
		font-size: 20px;
		margin: 1em 0;
		padding: 0.5em;
	}
	h2.fortop{
		font-size: 18px;
		padding: 10px 5px 5px;
		line-height: 1.3;
		margin: 0;
		border-left: none;
	}
	@media (min-width: 992px) {
		h2.fortop{
		font-size: 20px;
		}
	}
	@media (min-width: 1200px) {
		h2.fortop{
		font-size: 25px;
		}
	}
	.wp-block-group__inner-container h2 {
		font-size: 1.1em;
		margin: 20px 0;
		padding: 10px 5px 5px;
		line-height: 1.2;
	}
	h3 {
		font-weight: bold;
		font-size: 20px;
		margin: 1em 0;
		padding: 0.5em;
	}
	h4,
	h5,
	h6 {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	h4 {
		font-size: 18px;
		margin: 0 0 5px 0;
		padding: 0;
		font-weight: bold;
	}
	
	/*--- header ---*/
	.entry-header .entry-title {
		font-size: 30px;
		padding: 1em 0;
	}
	.archive-header .archive-title {
		font-size: 30px;
		margin: 0;
		padding: 1em 0;
	}
	.archive-header h1{
		font-size: 30px;
		margin: 0;
		padding: 1em 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;
	}
	/*5分割*/
	.col-sm-1-5 {
        width: 20%;
        display: inline-block;
    }
	.col-sm-1-5 img {
        width: 70%;
    }
	
	/*10分割*/
	.col-sm-1-10 {
        width: 10%;
        float: left;
    }
	
	.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;
		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;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}

	/*--- TOP事業内容grid ---*/
	.b-contents-top {
		margin: 0;
		width: calc(100% / 2);
		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;
		padding: 3em 0;
		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;
	}
	
	.catchtext {
		position: absolute;
		top: 180px;
		left: 3%;
		color: #fff;
		max-width: 650px;
	}
	.catchtext h2 {
		margin-bottom: 0.3em !important;
		font-size: 200%;
		line-height: 1.54;
		letter-spacing: .1em;
		padding: 3em 0 0 0;
	}
	.catchtext p {
		line-height: 2.1;
		font-size: 21px;
		/*max-width: 80%;*/
	}
	
	.page-catchtext h1 {

	}
	
	.main_wrap {
		width: calc(70% - 40px);
	}
	/*.main_wrap_2b {
		width: 70%;
		float: left;
		padding: 0;
	}*/
	.side_wrap {
		width: 30%;
		display: block;
	}
	
	.container {
		width: 750px;
	}
	
	.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_left {
		float: left;
		width: 200px;
		padding: 10px 0;
		margin: 0;
		text-align: left;
	}

	.header_logo {
		margin: 0;
		padding: 1px 0 0 0;
		width: 200px;
	}
	#header_right {
		float: right;
		width: 420px;
		padding: 20px 0 0 0;
		text-align: left;
	}
	.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 0 10px 0;
		padding: 0;
	}
	.page_item {

	}
	.page_item a {

	}
	.page_item a:hover {
		/*color: #fff;*/
	}
	
	/*--- Drop Navi ----*/
	#menu-primary {
		list-style-type: none;
		font-size: 0;
		padding: 0;
		margin: 0 auto;
	}
	#menu-primary li {
		position: relative;
		width: 20%;
		/*float: left;*/
		display: inline-block;
		margin: 5px 0 0 0;
		padding: 0;
		text-align: center;
		/*border-right: 1px solid #000;*/
	}
	#menu-primary li:last-child {
		border-right: none;
	}
	#menu-primary li:nth-child(1) {
		width: 120px;
	}
	#menu-primary li:nth-child(2) {
		width: 120px;
	}
	#menu-primary li:nth-child(3) {
		width: 180px;
	}
	#menu-primary li:nth-child(4) {
		width: 120px;
	}
	#menu-primary li:nth-child(5) {
		width: 120px;
	}
	#menu-primary li a {
		display: block;
		margin: 0;
		/*padding: 0;*/
		font-size: 14px;
		line-height: 1;
		text-decoration: none;
		color: #676767;
	}

	#menu-primary li ul {
		list-style: none;
		position: absolute;
		/*z-index: 100;*/
		top: 125%;
		left: 0;
		width: 180px;
		margin: 10px 0 0 0;
		padding: 0;
		transition: all .3s ease;
		background: rgb(255,255,255);
		filter: alpha(opacity=55);
		background: rgb(255,255,255, 0.55);
		-webkit-transition: background 0.4s ease-out;
		transition: background 0.4s ease-out;
	}
	#menu-primary li ul li {
		overflow: hidden;
		width: 100% !important;
		margin: 0;
		height: 0;
		/*color: #fff;*/
		transition: .2s;
		border-right: none;
	}
	#menu-primary li ul li a {
		padding: 14px 6px;
		text-align: left;
		color: #000;
		font-size: 12px;
		font-weight: normal;
		border-bottom: 1px solid #ddd7d0;
	}
	#menu-primary li ul li:last-child a {
		border-bottom: none;
	}
	/*#menu-primary > li:hover > a {  background: rgba(255,255,255,0.5); }*/
	#menu-primary > li:hover li:hover > a {  background: rgba(255,255,255,0.2); }
	#menu-primary li:hover > ul > li {
		overflow: visible;
		height: 38px;
	}
	#menu-primary li ul li ul {
		top: 0;
		left: 100%;
	}
	#menu-primary li:last-child ul li ul {
		left: -100%;
		width: 100%;
	}
	/*#menu-primary li ul li ul li a {  background: rgba(255,255,255,0.5); }*/
	#menu-primary li:hover ul li ul li:hover > a {  background: rgba(255,255,255,0.2); }
	#menu-primary 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 {
		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: #f48181;
		transition: all .3s;
		transform: scale(0, 1);/*X方向0、Y方向1*/
		transform-origin: center top;/*上部中央基点*/
	}

	/*現在地とhoverの設定*/
	.menu_header li.current-menu-item a::after,
	.menu_header li a:hover::after {
		transform: scale(1, 1);/*X方向にスケール拡大*/
	}
	
	/*--- news ---*/
	#news_wrap {
		width: 100%;
	}
	#news_box {
		/*float: left;
		width: 75%;
		display: table-cell;*/
		vertical-align: middle;
		padding: 0;
		margin: 0;
		line-height: 1.2;
	}
	
	.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_title {
		width: 61%;
		padding: 0;
		margin: 9px 0 10px 7px;
		display: inline-block;
		vertical-align: top;
	}
	.news_line {
		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;*/
	}
	.footer_wrap {
		padding: 20px 0 5px 0;
		background: #f48181;
		font-size: 14px;
	}

	.footer_navi_wrap {
		width: 100%;
		margin: 0 auto 15px;
	}
	.menu-footer01-container {
		margin: 0;
		float: left;
	}

	.footer_navi_wrap ul li {
		padding: 0 0 10px 0;
		display: block;
		border-left: none;
	}
	
	.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: 11.5px;
		padding: 10px 0;
		line-height: 1.3;
	}
	
	/*--- table ---*/
	.scroll {
		overflow-x: inherit;
	}
	.scr-table {
		width: 100%;
		margin: 0;
		font-size: 15px;
	}
	.scr-table td:nth-child(1) {
		width: 25%;
	}
	.scr-table td:nth-child(2) {
		width: 50%;
	}
	.scr-table td:nth-child(3) {
		width: 25%;
		text-align: right;
	}
	
	.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 5px;
		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;
	}
	
	.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: 10px 0 13px 0;
	}
	.header_logo {
		width: 230px;
	}
	#header_left {
		float: left;
		width: 270px;
		padding: 10px 0;
		margin: 0;
		text-align: left;
	}
	#header_right {
		float: right;
		width: 420px;
		padding: 25px 0 0 0;
	}
	
	/*--- Drop Navi ---*/
	#site-navigation {
		margin: 5px 0 0 0;
		padding: 0;
	}
	
	#menu-primary {

	}
	
	#menu-primary li:nth-child(1) {
		width: 120px;
	}
	#menu-primary li:nth-child(2) {
		width: 120px;
	}
	#menu-primary li:nth-child(3) {
		width: 180px;
	}
	#menu-primary li:nth-child(4) {
		width: 120px;
	}
	#menu-primary li:nth-child(5) {
		width: 120px;
	}
	#menu-primary li a {
		font-size: 15px;
	}
	
	.main-content-area {

	}
	.entry-header .entry-title {
		font-size: 30px;
	}
	.archive-header .archive-title {
		font-size: 30px;
	}

	.main_wrap {

	}
	
	.news_ph {
		width: 25%;
	}
	.news_r {
		width: 72%;
	}
	.news_icon {
		width: 16%;
		font-size: 15px;
	}
	.news_title {    
		width: 70%;
	}

/*--- Top Page main image ---*/

	.catchtext {
		position: absolute;
		top: 130px;
		left: 3%;
		color: #fff;
		max-width: 850px;
	}
	.catchtext h2 {
		margin-bottom: 32px;
		font-size: 280%;
		line-height: 1.54;
		letter-spacing: .1em;
	}
	.catchtext p {
		/*font-size: 16px;*/
	}
	
	.scr-table td:nth-child(1) {
		width: 20%;
	}
	.scr-table td:nth-child(2) {
		width: 60%;
	}
	.scr-table td:nth-child(3) {
		width: 20%;
		text-align: right;
	}
	
	/*--- Footer ---*/
	.footer_add_wrap {
		margin: 0;
		padding: 0;
	}
	.footer_add {

	}

}

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

	}
	#header_logo {

	}
	#header_right {
		padding: 15px 0 0 0;
	}
	.h_tel{
		padding: 0 0 0 31px;
		font-size: 28px;
		line-height: 1.5;
	}
	
	#menu-primary li ul li a {
		padding: 12px 6px;
		font-size: 14px;
	}
	
	.news_icon {
		width: 13%;
		font-size: 14px;
		text-align: center;
		margin: 7px 0 0 0;
		padding: 3px 0;
	}
	.news_title {
		width: 74%;
	}
	
	.inline_box{
		font-size: 16px;
	}
	
	.scr-table td:nth-child(1) {
		width: 15%;
	}
	.scr-table td:nth-child(2) {
		width: 65%;
	}
	.scr-table td:nth-child(3) {
		width: 20%;
		text-align: right;
	}
	
}
