﻿@charset "UTF-8";
@import "base.css";
@import "font-family.css";
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
  font-size: 18px;
  -webkit-text-size-adjust: none;
}
header, section, footer, aside, nav, main, article, figure {
  display: block;
}
img {
  vertical-align: bottom;
}
a {
  color: #f36f21;
}
a:hover, a:active {
  text-decoration: none;
}
table {
  width: 100%
}
p {
  margin: 0 0 1.5em;
}
.section {
  padding: 0 0 30px;
}
p, dd, td, th, li {
  line-height: 1.3em;
}
#totop {
  position: fixed;
  bottom: 60px;
  right: 50px;
  z-index: 10;
  margin-bottom: 0;
  width: 50px;
}
#totop a {
  display: block;
  transition: all 0.5s;
  -webkit-animation: slide-top 0.8s linear infinite alternate-reverse;
  animation: slide-top 0.8s linear infinite alternate-reverse;
}
#totop a:hover {
  opacity: 0.7;
}
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.bold {
  font-weight: bold;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
*, *:before, *:after {
  box-sizing: border-box;
  outline: none;
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
body {
  color: #000;
  font-family: 'UTMAvo';
}
#wrapper {
  min-width: 1200px;
  overflow: hidden;
	padding-top: 140px;
}
.container {
  width: 100%;
  padding: 0 5%;
  margin: 0 auto;
  position: relative;
}
img {
  max-width: 100%;
}
.sp {
  display: none;
}
h1 {
	display: none;
}
#header {
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
#header .container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.logo {
	margin: 15px 30px 15px 0;
	flex-shrink: 0;
	position: relative;
}
.logo:before {
	content: '';
	position: absolute;
	width: 100vw;
	min-width: 1000px;
	bottom: -15px;
	right: calc(100% + 30px);
	height: 40px;
	background: #fde2d3;
	transform: skewX(45deg);
	pointer-events: none;
	z-index: -2;
}
.h_right {
	width: 100%;
}
.h_top {
    position: relative;
    display: flex;
    justify-content: flex-end;
	padding: 10px 0;
}
.h_top li {
	font-size: 13px;
	font-style: italic;
	background: url("/W_images/h_mail.png") no-repeat left center;
	padding-left: 25px;
	color: #fff;line-height: 22px;
}
.h_top li.add {
	background-image: url("/W_images/h_add.png");
}
.h_top li.tel {
	background-image: url("/W_images/h_tel.png");
	font-size: 17px;
	font-weight: bold;
	font-style: normal;
}
.h_top a {
	color: #fff;
	text-decoration: none;
}
.h_top:after {
	content: '';
	position: absolute;
	background: #f36f21;
	left: 0;
	top: 0;
	z-index: -2;
	width: 100vw;
	min-width: 150%;
	height: 100%;
	pointer-events: none;
	transform: skewX(45deg);
}
.h_top li:not(:last-child) {
	margin-right: 80px;
}
#gnavi {
	margin-top: 25px;
}
.gnv_main {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.h_lang {
	display: flex;
	margin-left: 30px;
}
.h_lang li:not(:last-child) {
	margin-right: 5px;
}
.gnavi {
	display: flex;
}
.gnavi > li{
	position: relative;
	margin: 0 15px;
}
.gnavi>li>a {
	display: block;
	text-decoration: none;
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
	position: relative;
	padding: 10px 0;
	border-bottom: 1px solid transparent;
	text-align: center;
	transition: all 0.3s;
}
.gnavi>li>a:after {
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	background: #e67817;
	left: 50%;
	transform: translateX(-50%);
	bottom: -4px;
	border-radius: 50%;
	transition: all 0.3s;
	opacity: 0;
}
.gnavi>li.active>a, .gnavi>li:hover>a {
	color: #e67817;
	border-bottom: 1px solid #e67817;
}
.gnavi>li.active>a:after, .gnavi>li:hover>a:after {
	opacity: 1;
}
.submenu {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	display: none;
	min-width: 250px;
	background: #f36f21;
	padding: 20px 30px;
}
.submenu a {
	display: block;
	text-decoration: none;
	/*background: url("/W_images/gnv_icon01.png") no-repeat left center;*/
	color: #fff;
	padding:10px 0 10px 35px;
	border-bottom: 1px dashed #F8A777;
	margin-top: 1px;
	white-space: nowrap;
	font-size: 16px;
	transition: all 0.3s;
    position:relative;
}
.submenu li:last-child a {
	border-bottom: none;
}
.submenu a img{position: absolute;
    left: 0;
    max-height: 25px;}
/*.submenu li:nth-child(2) a {
	background-image: url("/W_images/gnv_icon03.png");
}
.submenu li:nth-child(3) a {
	background-image: url("/W_images/gnv_icon02.png");
}
.submenu li:nth-child(4) a {
	background-image: url("/W_images/gnv_icon05.png");
}
.submenu li:nth-child(5) a {
	background-image: url("/W_images/gnv_icon04.png");
}
.submenu li:nth-child(6) a {
	background-image: url("/W_images/gnv_icon03.png");
}*/
.submenu a:hover {
	opacity: 0.7;
}
.submenu .subover > a:after {
	content: '';
	position: absolute;
	border: solid #fff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: -15px;
	top: 50%;
}
.subsubmenu {
	position: absolute;
	top: -1px;
	left: calc(100% + 1px);
	width: 250px;
	display: none;
    background: #f36f21;
	padding:0 20px;
}
.subsubmenu li a{
    background:none!important;
}
.submenu a:hover {
	opacity: 0.7;
}
#header.fixed .h_top {
	display: none;
}
#header.fixed .logo {
	width: 95px;margin: 7px 0;
}
#header.fixed {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background: #fff;
	box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
	-webkit-animation: header-fixed 0.6s;
	-moz-animation: header-fixed 0.6s;
	-ms-animation: header-fixed 0.6s;
	animation: header-fixed 0.6s;
	border-top-width: 8px;
}
#header.fixed .logo:before{
	bottom: -7px;
	
}
@keyframes header-fixed {
	0% {
		opacity: 0.5;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
}
@-webkit-keyframes header-fixed {
	0% {
		opacity: 0.5;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
}
@-moz-keyframes header-fixed {
	0% {
		opacity: 0.5;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
}
.main_slide p {
	margin: 0;
}
.main_slide img {
	width: 100%;
}
.slick-dots {
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 40px;
	width: 100%;
	left: 0;
	z-index: 3;
}
.slick-dots li button {
	width: 13px;
	height: 13px;
	background: #ffd4ba;
	border: none;
	cursor: pointer;
	text-indent: -500000px;
	transform: rotate(45deg);
}
.slick-dots li {
	margin: 0 10px;
	line-height: 0;
}
.slick-dots li.slick-active button {
	background: #f36f21;
}
.box01 {
	padding: 100px 0;
}
.box01 .container {
	display: flex;
	justify-content: space-between;
	align-items:center;
}
.b01_img {
	flex-shrink: 0;
	width: 50%;
	position: relative;
	max-width: 700px;
}
.b01_img:after {
	content: '';
	position: absolute;
	background: url("/W_images/b01_bg.png") no-repeat top left;
	width: 1018px;
	height: 617px;
	left: -58px;
	bottom: 58px;
	z-index: -3;
	pointer-events: none;
}
.b01_img a {
	position: absolute;
	right: 0;
	bottom: 88px;
	z-index: 2;
	transition: all 0.3s;cursor: pointer
}
.b01_img a:hover {
	opacity: 0.8;
}
.b01_img a:after, .b01_img a:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 1px solid #f00;
	border-radius: 50%;
}
.b01_img a:after {
	-webkit-animation: scale-in-center 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite both;
	        animation: scale-in-center 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite both;
}
.b01_img a:before {
	-webkit-animation: scale-in-center 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s infinite both;
	        animation: scale-in-center 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s infinite both;
}
.b01_main {
	width: 50%;
	padding-right: 60px;
}
.b01_txt ul li{
	list-style:disc;
}
@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}
.idx_h2 {
	font-size: 13px;
	color: #f36f21;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.3em;
	margin-bottom: 40px;
	text-align: center;
}
.idx_h2 .lager {
	display: block;
	color: #3a3a3c;
	font-size: 32px;
	line-height: 1.5em;
	margin-top: 5px;
}
.idx_h2 .small {
	display: flex;
	justify-content: center;
	align-items: center;
}
.idx_h2 .small:before, .idx_h2 .small:after {
	content: '';
	position: relative;
	display: inline-block;
	background: #f36f21;
	height: 1px;
	width: 50px;
}
.idx_h2 .small:before {
	margin-right: 10px;
}
.idx_h2 .small:after {
	margin-left: 10px;
}
.box01 .idx_h2 {
	text-align: left;
}
.box01 .idx_h2 .small {
	justify-content: flex-start;
}
.box01 .idx_h2 .small:before {
	display: none;
}
.b01_txt {
	margin-bottom: 40px;
}
.b01_tel {
    margin: 0;
    display: flex;
    align-items: center;
    background: #ffede2;
}
.b01_tel:before {
	content: '';
	position: relative;
	display: inline-block;
	width: 100px;
	height: 100px;
	background: url("/W_images/icon_tel.png") no-repeat center center #f36f21;
	flex-shrink: 0;
	margin-right: 40px;
}
.b01_tel .num {
	display: block;
	color: #f36f21;
	font-size: 200%;
	font-weight: bold;
	line-height: 1.2em;
}
.box02 {
	background: #fef0e8;
	padding: 80px 0;
}
.box02 .idx_h2 {
	margin-bottom: 5px;
}
.b02_txt {
	text-align: center;
	margin-bottom: 40px;
}
.b02_list {
	display: flex;
	flex-wrap: wrap;
}
.b02_item {
	width: calc(25% - 22.5px);
	position: relative;
	transition: all 0.3s;
	margin-bottom: 40px;margin-right: 30px;
}
.b02_item:nth-child(4n){margin-right:0;}
.b02_item:hover {
	transform: translateY(-10px);
}
.b02_itm_img {
	margin: 0;
	position: relative;
}
.b02_itm_img img {
	width: 100%;
}
.b02_itm_ttl {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	color: #3a3a3c;
	text-transform: uppercase;
	margin: 30px 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height:normal;
}
.b02_item a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
.idx_btn {
	margin: 0;
	text-align: center;
}
.idx_btn a {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	background: url("/W_images/idx_arr02.png") no-repeat right 15px center #f36f21;
	text-decoration: none;
	width: 230px;
	text-align: center;
	padding: 13px;
	transition: all 0.3s;
}
.idx_btn a:hover {
	background-color: #333;
}
.box03 {
	padding: 80px 0;
	/*background: url("/W_images/b03_bg.png") no-repeat bottom right calc(100% + 350px);*/
}
.b03_list{
	
	display: flex;
	justify-content: space-between;
	
}
.box03 .container {
	/*display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: row-reverse;*/
}
.b03_img {
	width: 50%;
	margin: 0;
	flex-shrink: 0;
	padding-right: 80px;
	text-align: right;
}
.box03 .idx_h2 {
	text-align: left;margin-bottom: 70px;
}
.box03 .idx_h2 .small {
	justify-content: flex-start;
}
.box03 .idx_h2 .small:before {
	display: none;
}
.b03_item {text-align: center;
	width:calc(100%/4 - 45px);
	/*display: flex;
	align-items: flex-start;*/
	margin-bottom: 0;
}
.b03_item:last-child {
	margin-bottom: 0;
}
.b03_itm_img img{width:110px;}
/*.b03_itm_img {
	flex-shrink: 0;
	margin: 0 25px 0 0;
}*/
.b03_itm_ttl {
	font-size: 20px;
	color: #3a3a3c;
	font-weight: bold;
	margin-bottom: 10px;
}
.b03_itm_txt {
	font-size: 15px;
    margin: 0;
    text-align: justify;
	display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;

}
.b03_itm_txt a {
	color: #f00;
	font-style: italic;
	font-size: 88.89%;
}
.box04 {
	background: #fef0e8;
	padding: 80px 0;
}
.b04_list.slick-initialized .slick-slide {
	width: 300px;
	height: 200px;
	background: #fff;
	border: 1px solid #efefef;
	margin: 0 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}
.box05 {
	padding: 80px 0;
}
.b05_list {
	display: flex;
}
.b05_item {
	width: calc(33.33% - 20px);
	margin: 0 30px 0 0;
	position: relative;
	background: #f3f3f3;
	transition: all 0.3s;
}
.b05_item:hover {
	opacity: 0.7;
	transform: translateY(-10px);
}
.b05_item a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
.b05_item:last-child {
	margin-right: 0;
}
.b05_itm_img {
	margin: 0;
	position: relative;
}
.b05_itm_img .date {
	width: 60px;
	height: 70px;
	background: #f36f21;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 88.89%;
}
.b05_itm_img .date >span {
	border-bottom: 1px solid;
}
.b05_itm_img img {
	width: 100%;
}
.b05_itm_main {
	padding: 20px;
}
.b05_itm_ttl {
	font-size: 20px;
	color: #f36f21;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.b05_itm_txt {
	margin: 0 0 15px;
	font-size: 16px;
	display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.b05_itm_more {
	margin: 0;
	text-align: right;
	font-size: 14px;
	color: #f36f21;
	font-style: italic;
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.b05_itm_more:after {
	content: '';
	position: relative;
	display: inline-block;
	background: url("/W_images/idx_arr.png") no-repeat right center;
	width: 22px;
	height: 7px;
	margin-left: 10px;
}
.box06 {
	background: #ebebeb;
}
.box06 .container {
	display: flex;
}
.b06_left, .b06_right {
	width: 50%;
	position: relative;
	z-index: 2;
	padding: 80px 0;
}
.b06_left:after {
	content: '';
	position: absolute;
	width: 100vw;
	min-width: 1000px;
	height: 100%;
	z-index: -2;
	background: url("/W_images/b06_bg.jpg") no-repeat bottom right #f36f21;
	pointer-events: none;
	top: 0;
	right: 0;
}
.b06_left {
	padding-right: 65px;
}
.b06_right {
	padding-left: 45px;
}
.b06_right iframe {
	width: 100%;
	height: 345px;
}
.b06_left .idx_h2 .lager {
	color: #fff;
}
.b06_img {
	justify-content: space-between;
	display: flex;
}
.b06_img p {
	width: calc(50% - 20px);
	background: #fff;
	padding: 10px 5px;
	margin: 0 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.box07 {
	padding: 80px 0;
	background: url("/W_images/b03_bg.png") no-repeat bottom left calc(100% + 350px);
}
.box07 .container {
	display: flex;
	flex-direction: row-reverse;
}
.b07_right {
	width: 33%;
	margin-right: 60px;
	flex-shrink: 0;
}
.b07_left {
	width: 100%;
}
.b07_info li {
	background: #fff;
	-webkit-box-shadow: 7px 7px 30px 28px rgba(0, 0, 0, 0.07);
	-moz-box-shadow:    7px 7px 30px 28px rgba(0, 0, 0, 0.07);
	box-shadow:         7px 7px 30px 28px rgba(0, 0, 0, 0.07);
	min-height: 100px;
	display: flex;
	align-items: center;
	margin-bottom: 25px;
	padding: 25px;
	color: #353535;
}
.b07_info li:before {
	content: '';
	position: relative;
	display: inline-block;
	background: url("/W_images/f_add.png") no-repeat center center;
	margin-right: 25px;
	width: 51px;
	height: 53px;
	flex-shrink: 0;
}
.b07_info li .ttl {
	display: block;
	font-weight: bold;
	color: #f36f21;
	font-size: 122.22%;
	margin-bottom: 5px;
}
.b07_info a {
	color: #353535;
	text-decoration: none;
}
.b07_info li.tel:before {
	background-image: url("/W_images/f_tel.png");
	height: 50px;
}
.b07_info li.mail:before {
	background-image: url("/W_images/f_mail.png");
	height:28px;
}
.b07_form input {
	font-size: 16px;
	background: #e7e7e7;
	border: none;
	padding: 15px 20px;
	margin-bottom: 15px;
	width: 100%;
}
.b07_form textarea {
	font-size: 16px;
	background: #e7e7e7;
	border: none;
	padding: 15px 20px;
	margin-bottom: 40px;
	width: 100%;
	height: 155px;
}
.b07_form_col {
	display: flex;
}
.b07_form_col input:first-child {
	margin-right: 20px;
	width: 60%;
	flex-shrink: 0;
}
.b07_form button {
	width: 200px;
	background: #f36f21;
	text-align: center;
	margin: 0 auto;
	display: block;
	border: none;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding: 15px;
	position: relative;
	cursor: pointer;
	transition: all 0.3s;
}
.b07_form button:after {
	content: '';
	position: absolute;
	width: 22px;
	height: 7px;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	background: url("/W_images/idx_arr_hv.png") no-repeat right center;
}
.b07_form button:hover {
	background: #353535;
}
.b07_info li.tel {
    flex-wrap: wrap;
	height: 170px;
}
.b07_info li .list {
    display: flex;
    justify-content: space-between;
    text-align: center;
    font-size: 16px;
	margin-top: 10px;
	width: 100%;
}
.b07_info li .item {
	width: 33.33%;color: #f36f21;
}
.b07_info li .item:not(:last-child) {
	border-right: 1px solid #f36f21;
	margin-right: 13px;
	padding-right: 13px;
}
.b07_info li .line {
	display: block;
	text-decoration: underline;
	color: #353535;
}
.f_logo {
	margin: 0 0 20px;
}
#footer {
}
.f_main {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #FCD8C3;
	padding-top: 50px;
}
.f_mod {
	width: calc(25% - 22.5px);
}
.f_txt {
	font-size: 14px;
}
.f_social {
	margin: 0;
	display: flex;
}
.f_social a:not(:last-child) {
margin-right: 20px;
}
.f_ttl {
	font-size: 20px;
	color: #f36f21;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.f_info li {
	font-size: 14px;line-height: 1.4;
	background: url("/W_images/f_add01.png") no-repeat left center;
	padding-left: 30px;
	min-height: 25px;
	margin-bottom: 10px;
}
.f_info li.mail {
	background-image: url("/W_images/f_mail01.png");
}
.f_info li.tel {
	background-image: url("/W_images/f_tel01.png");
}
.f_info li.time {
	background-image: url("/W_images/f_time01.png");
}
.f_info a {
	color: #000;
	text-decoration: none;
}
.f_menu {
	display: flex;   
  flex-flow:column wrap;
}
.f_menu a {
	text-decoration: none;
	color: #353535;
	font-size: 14px;
	position: relative;
	padding-left: 15px;
	transition: all 0.3s;
}
.f_menu a:hover {
	color: #f47d38;
}
.f_menu a:before {
	content: '';
	position: absolute;
	width: 0;
height: 0;
border-style: solid;
border-width: 4px 0 4px 7px;
border-color: transparent transparent transparent #f47d38;
	left: 0;
	top: 8px;
}
.f_menu li {
	margin-bottom: 10px;
}
.f_mod:nth-child(3) .f_menu {
	height: 150px;
}
.f_bot {
	display: flex;
	float:left;
	flex-direction: row-reverse;
	align-items: center;
	padding: 30px 0;
	margin-top: 40px;
	border-top: 1px solid #FCD8C3;
	justify-content: space-between;
}
.copyright {
	font-size: 14px;
	color: #666666;
	margin: 0;
	padding: 0;
}
.f_call {
	position: fixed;
	right: 50px;
    bottom: 20%;
	/*transform: translateY(-50%);*/
	z-index: 5;
}
.f_call .ttl {
	width: 50px;
	height: 50px;
	background: #f36f21;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2;
}
.f_call li:not(:last-child) {
	margin-bottom: 10px;
}
.f_call a {
	display: block;
	transition: all 0.3s;
}
.f_call a:hover {
	opacity: 0.8;
}
.f_call li span img{max-width:60%;}
.f_search {
	position: relative;
}
.f_search .form {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #f0f0f0;
	padding: 10px 0;
	width: 0;
	transition: all 0.7s;
	overflow: hidden;
    right: 50px;
}
.f_search input {
	background: #fff;
	font-size: 14px;
	padding: 10px 20px;
	border: none;
	width: 100%;
}
.f_search .button {
	position: absolute;
	background: #f36f21;
	color: #fff;
	right: 10px;
	top: 10px;
	font-size: 14px;
	padding: 8px;
	border: none;
	white-space: nowrap;
    text-decoration:none;
}
.f_search:hover .form {
	width: 300px;
    padding: 10px;
}

@media screen and (min-width: 1600px) {
	.gnavi > li{
		margin: 0 2vw;
	}
}
@media screen and (max-width: 1400px) {
  .container {
    padding: 0 3%;
  }
}
@media screen and (max-width: 768px) {
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
  font-size: 14px;
}
  #wrapper {
    min-width: 100%;
    margin: 0;
    padding-top: 82px;
  }
  #main, #footer {
    min-width: 100%;
  }
  .container {
    padding: 0 3%;
    width: 100%;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  /* MENU-ICON */
  .menu-icon {
    width: 50px;
    height: 43px;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    line-height: 1em;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    padding: 8px 0;
    z-index: 99999;
    background: #f36f21;
    margin-left: 10px;border-radius: 5px;
  }
  .menu-icon span {
    display: block;
    margin: 0 auto 15px;
    width: 30px;
    height: 3px;
    background-color: #fff;
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -ms-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    top: 12px;
    left: 0;
    position: relative;
  }
  .menu-icon span::after, .menu-icon span::before {
    display: block;
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #fff;
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0;
    -moz-transition-delay: 0.2s, 0;
    -ms-transition-delay: 0.2s, 0;
    -o-transition-delay: 0.2s, 0;
    transition-delay: 0.2s, 0;
  }
  .menu-icon span::before {
    margin-top: -10px;
  }
  .menu-icon span::after {
    margin-top: 10px;
  }
  .menu-icon.active span {
    background-color: transparent;
  }
  .menu-icon.active span::before, .menu-icon.active span::after {
    margin-top: 0px;
    -webkit-transition-delay: 0, 0.2s;
    -moz-transition-delay: 0, 0.2s;
    -ms-transition-delay: 0, 0.2s;
    -o-transition-delay: 0, 0.2s;
    transition-delay: 0, 0.2s;
  }
  .menu-icon.active span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menu-icon.active span::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .gnv-ico {
    width: 50px;
    height: 48px;
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    right: 0;
    top: 0 !important;
    transform: none !important;
    border: none !important;
  }
  .gnv-ico:before {
    content: '';
    position: absolute;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: calc(50% - 3px);
    top: calc(50% - 3px);
    transition: all 0.5s ease;
  }
  .gnavi li.active > .gnv-ico:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  #totop {
    width: 40px;
    right: 3%;
    bottom: 50px;
    line-height: 0;
  }
	.h_top, .logo:before {
		display: none;
	}
#gnavi {
    margin: 0;
    position: fixed;
    left: 0;
    top: 82px;
    background: rgba(255,255,255,0.9);
    height: calc(100% - 82px);
    overflow: auto;
    padding: 30px 3%;
	width: 100%;
	display: none;
}
.h_right {
    position: fixed;
}
#header .container {
    align-items: center;
}
.logo {
    margin: 0;
    width: 100px;
}
#header {
    position: fixed;
    padding: 5px 0;
}
.gnv_main {
    flex-direction: column-reverse;
}
.h_lang {
    margin: 0 0 30px;
}
.gnavi {
    display: block;
    width: 100%;
}
.gnavi > li {
    margin: 0;
}
.gnavi>li>a {
    background: #e67817;
    color: #fff!important;
    border: none;
    padding: 15px 20px;
    border-bottom: 1px solid #fff!important;
    font-size: 14px;
	text-align: left;
}
	.gnavi>li>a:after {
		display: none;
	}
.submenu {
    position: relative;
    text-align: left;
	padding: 0;
}
.submenu a {
    margin: 0;
    padding: 15px 20px 15px 60px;
	background-position: left 10px center
}
li.subover span{
    display:none;
}
.subsubmenu {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
    background:#ff9455;
    padding:0;
}
.slick-dots li button {
    width: 10px;
    height: 10px;
}
	.slick-dots {
		bottom: 30px;
	}
.box01 {
    padding: 40px 0;
}
.box01 .container {
    display: block;
}
.b01_main {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
}
.idx_h2,.box03 .idx_h2 {
    margin-bottom: 25px;
}
.idx_h2 .lager {
    font-size: 24px;
}
.b01_tel:before {
    width: 70px;
    height: 70px;
    margin-right: 20px;
}
.b01_tel .num {
    font-size: 150%;
}
.b01_img {
    width: 100%;
    
    margin: 0 auto;
}
.b01_img iframe{ width: 100%;height:350px;}
.b01_img:after {
    height: 100%;
    background-size: auto 100%;
}
.b01_img a {
    width: 50px;
    right: -30px;
    bottom: 30px;
}
.b01_txt {
    margin-bottom: 0;
}
.box02 {
    padding: 40px 0;
}
.b02_list {
    flex-wrap: wrap;justify-content:space-between;
}
.b02_item {
    width: 48%;
    margin-bottom: 30px; margin-right: 0;
}
.b02_itm_ttl {
    font-size: 16px;
	margin-top: 20px;
}
.b02_itm_img:before {
    width: 45px;
    height: 45px;
    background-size: 60% auto;
}
.box03 {
    padding: 40px 0;
	background-size: auto 200px;
	background-position: bottom right 100%;
}
.b03_list{flex-wrap: wrap;}
.box03 .container {
    display: block;
}
	.b03_img {
		display: none;
	}
.b03_itm_img{
	margin-bottom: 10px;
}	
.b03_itm_img img{
    
        width: 60px;
}
.b03_itm_ttl {
    font-size: 14px;line-height: 1.5;
}
.b03_item {width: 47%;
    margin-bottom: 25px;
}
.b03_itm_txt{font-size: 13px;}
.box04 {
    padding: 40px 0;
}
	.b04_list.slick-initialized .slick-slide {
		width: 150px;
		height: 100px;
		margin: 0 5px;
	}
.b04_list.slick-initialized .slick-slide{
	padding:5px;
}
.box05 {
    padding: 40px 0;
}
	.b05_list {
		width: 100%;
		max-width: 350px;
		margin: 0 auto;
	}
	.b05_list .slick-list {
		overflow: visible;
	}
	.b05_itm_ttl {
		font-size: 16px;
	}
	.b05_itm_txt {
		font-size: 14px;
		-webkit-line-clamp: 2;
	}
	.b05_itm_more {
		font-size: 12px;
	}
.box06 .container {
    display: block;
}
.b06_left {
    width: 100%;
    padding: 40px 0;
}
.b06_left:after {
    right: -4%;
}
.b06_right {
    width: 100%;
    padding: 40px 0;
}
.b06_img p {
    width: 48%;
}
.box07 {
    padding: 40px 0;
}
.box07 .container {
    display: block;
}
.b07_form textarea {
    margin-bottom: 20px;
	font-size: 14px;
}
.b07_form input {
    font-size: 14px;
    margin-bottom: 10px;
}
.b07_right {
    width: 100%;
    margin: 40px 0 0;
}
.b07_info li:before {
    width: 40px;
    height: 40px;
    background-size: contain;
    margin-right: 15px;
}
.b07_info li.mail:before {
    height: 20px;
}
.b07_info li {
    padding: 20px 15px;
    height: 90px;
    margin-bottom: 10px;
}
.f_main {
    display: block;
    padding-top: 30px;
}
.f_mod {
    width: 100%;
    margin-bottom: 30px;
}
.f_ttl {
    font-size: 16px;
    margin-bottom: 15px;
}
.f_bot {
    display: block;
    text-align: center;
    padding: 20px 0;
    margin-top: 20px;
}
.copyright {
    font-size: 12px;
}
.f_comname {
    margin-bottom: 30px;
}
.f_call {
    left: auto;
    right: 1%;
    top: auto;
    transform: none;
    bottom: 130px;
}
.f_call .ttl {
    width: 50px;
    height: 50px;
    padding: 12px;
}
.f_search:hover form {
    left: auto;
    right: 50px;
    padding: 5px;
	width: 250px;
}
.f_search input {
    padding: 8px;
    font-size: 12px;
}
.f_search button {
    font-size: 12px;
    padding: 8px;
    top: 5px;
    right: 5px;
}
}
@media screen and (max-width: 425px) {
.b02_itm_img:before {
    width: 40px;
    height: 40px;
    left: 10px;
    bottom: 0;
}
.b02_itm_ttl {
    font-size: 14px;
}
.idx_h2 .lager {
    font-size: 22px;
}
.b07_form_col {
    display: block;
}
.b07_form_col input:first-child {
    width: 100%;
    margin: 0 0 10px;
}
.b07_info li .list {
    margin-top: 0;
    font-size: 12px;
}
.b07_info li.tel {
    height: 130px;
}
}