@charset "utf-8";

.sp {
  display: block;
}

.tb,
.pc {
  display: none;
}

img {
}

.inner{
  padding: 0 20px;
  box-sizing: border-box;
}

#wrap {
  padding: 100px 0 0;
}

#header .local {
  top: 60px;
}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
  position: fixed;
  top: 62px;
  right: 3%;
	width: 34px;
	height: 16px;
	z-index: 2;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 28px;
	height: 2px;
	background-color: #fff;
	border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 7px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(2.3vw) rotate(-45deg);
	transform: translateY(4px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-2.3vw) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}

.menu-trigger + ul {
  display: none;
}

.menu-trigger.active + ul {
	overflow: hidden;
	display: block !important;
}

#header .inner nav {
  position: fixed;
  float: none;
  width: 100%;
  top: 100px;
  left: 0;
  padding: 0;
}

#header .inner nav ul {
  display: none;
  padding: 0;
}

#header .inner nav ul li {
  flex: none;
  margin: 0;
  border-top: 1px solid #ddd;
  display: block;
}

#header .inner nav ul li a {
  display: block;
  background: rgba(255,255,255,0.95);
  padding: 15px 0;
  color: #000;
  font-size: 14px;
}

#content{
  padding: 0 20px;
}

.main_visual p img {
  width: 180%;
}


.ttl01 strong {
  padding: 0px;
}

.txt01 {
  margin: 40px 0;
  font-size: 12px;
  line-height: 1.5em;
  text-align: left;
}

ul.business_list {
  margin: 0 0 30px;
}

ul.business_list li dl dt {
  font-size: 12px;
  background: #009FB9;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  height: 30px;
  line-height: 1.4em;
}

ul.business_list li {
  float: left;
  width: 48.5%;
  margin: 10px 0px;
  padding: 0;
}

ul.business_list li:nth-child(2n) {
  float: right;
}

p.explain {
  text-align: center;
  font-size: 16px;
  line-height: 1.4em;
}

.btn a {
  display: inline-block;
  width: 100%;
  background: #004CA1;
  color: #fff;
  padding: 15px 0;
  font-size: 14px;
}

.breadcrumbs {
  padding: 0;
  font-size: 12px;
}

.access_ly .map {
  width: 100%;
}

.access_ly dl {
  width: 100%;
  padding: 20px 0;
}

.btm_contact {
  overflow: hidden;
  margin: 20px 0;
  padding: 0;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

.btm_contact .tel {
  overflow: hidden;
  width: 100%;
}

.btm_contact .fax {
  /* float: left; */
  width: 100%;
}
#header{
  height: 100px;
}

#header .tel{
  display: none;
}

#header h1 img {
  height: 38px;
}

#header .local {
  top: 10px;
}

#header .local .contact_btn a {
  display: block;
  padding: 10px 20px;
  background: #e94e1a;
  color: #fff;
  margin-right: 10px;
  font-size: 12px;
}

#footer .f_row {
  display: flex;
  flex-wrap: wrap;
}

#footer .f_row .f_col {
  flex: auto;
  width: 100%;
  margin: 10px auto;
}

.main_visual .slick-prev,
.main_visual .slick-prev:hover,
.main_visual .slick-prev:focus {
  width: 6vw;
  height: 6vw;
}

.main_visual .slick-next,
.main_visual .slick-next:hover,
.main_visual .slick-next:focus {
  width: 6vw;
  height: 6vw;
}

.step li {
  display: block;
}

.step li:before,
.step li:after {
  display: none;
}

.contact_form table {
  display: block;
  border-bottom: 1px solid #D5D5D5;
}

.contact_form table tbody {
  display: block;
}

.contact_form table tr {
  display: block;
}

.contact_form table th {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 0px none;
}

.contact_form table td {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 0px none;
}

.infor_box p {
  font-size: 12px;
}

.infor_chk p {
  font-size: 12px;
}

.contact_form h3 {
  font-size: 18px;
  line-height: 1.4em;
}

.confirm_btn input {
  width: 100%;
  height: 50px;
  font-size: 16px;
}

.infor_chk span.must {
  padding: 3px 8px;
  font-size: 12px;
}

.contact_form table th .must {
  font-size: 12px;
  padding: 0 8px;
}

.btm_contact .tel {
  margin: 0 0 20px;
}

.btm_contact dl dt {
  padding: 0;
}

.btm_contact dl dd {
  font-size: 13px;
}

.btm_contact dl dd a {
  font-size: 30px;
}

.confirm_btn {
  margin: 30px 0 60px;
}

.infor_box {
  height: 60px;
}

.privacy_policy {
  margin: 0 0 50px;
}

.privacy_policy p {
  font-size: 14px;
}

.privacy_policy ul li {
  font-size: 14px;
}

.ttl02 {
  width: auto;
}

.contact_form table td label {
  display: block;
}

.contact_form table td input#shield {
  width: 30%;
}

.contact_form table td span.shield_txt {
  display: block;
  margin: 5px 0 0;
}

.contact_form table td #date {
  width: 100%;
}

.contact_form table td #time {
  width: 100%;
  margin: 10px 0 0;
}