@charset "utf-8";

::selection {
	background-color: #333;
	color: #fff;
}

a {
	transition: all .3s;
}

a:hover {
	opacity: 0.7;
}

input,
button,
textarea {
	outline: none;
}

input:focus,
textarea:focus {
  background: #f7f7f7;
}

.sp {
	display: none;
}

#wrap {
  padding: 144px 0 0;
}

#header {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #009FB9;
  color: #fff;
}

.inner {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
}

#header h1 {
  padding: 18px 0 0;
}

#header h1 span {
  display: block;
  font-size: 10px;
  margin: 0 0 15px;
}

#header h1 img {
  height: 55px;
}

#header nav {
  padding: 10px 0 0;
}

#header nav ul {
  text-align: center;
  padding: 10px 0;
}

#header nav ul li {
  display: inline-block;
  margin: 0 25px;
}

#header nav ul li a {
  color: #fff;
}

#header .local {
  position: absolute;
  right: 0;
  top: 50px;
  overflow: hidden;
}

#header .local dl.tel {
  overflow: hidden;
  float: left;
}

#header .local dl.tel dt {
  float: left;
  font-size: 12px;
  padding: 5px 8px;
}

#header .local dl.tel dd {
  float: left;
  font-size: 11px;
}

#header .local dl.tel dd strong {
  display: block;
  font-size: 18px;
  margin: 0 0 5px;
}

#header .local .contact_btn {
  float: left;
  margin: 0 0 0 20px;
}

#header .local .contact_btn a {
  display: block;
  padding: 10px 25px;
  background: #e94e1a;
  color: #fff;
}

.main_visual {
}

.main_visual img {
  width: 100%;
}

.main_visual div {
  position: relative;
}

.main_visual p {
  position: absolute;
  left: 5%;
  top: 10%;
  width: 50%;
}

.slick-dots {
  bottom: 10px;
}

.breadcrumbs {
  padding: 0;
}

.page-contact .breadcrumbs {
  padding: 20px 0 30px;
}

.breadcrumbs a:after {
  content: ">";
  margin: 0 10px;
}

#content {
  max-width: 1080px;
  margin: 0 auto;
}

section {
  margin: 0 0 50px;
}

.ttl01 {
  position: relative;
  text-align: center;
  margin: 40px 0;
}

.ttl01:before {
  position: absolute;
  top: 25px;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #222;
}

.ttl01 strong {
  position: relative;
  z-index: 2;
  display: inline-block;
  background: #fff;
  font-size: 26px;
  color: #008A9F;
  padding: 0 60px;
}

.ttl01 strong span {
  display: block;
  font-size: 16px;
  color: #000;
  margin: 8px 0 0;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

.ttl02 {
  text-align: center;
  margin: 30px auto 50px;
  display: block;
  width: 60%;
  background: #004CA1;
  color: #fff;
  padding: 15px 0;
  font-size: 20px;
  font-weight: normal;
}

.txt01 {
  margin: 40px 0;
  font-size: 16px;
  line-height: 2.2em;
  text-align: center;
}

ul.business_list {
  overflow: hidden;
}

ul.business_list li {
  float: left;
  width: 31%;
  margin: 0 3.33% 3.33% 0;
}

ul.business_list li img {
  width: 100%;
}

ul.business_list li:nth-child(3n) {
  margin-right: 0;
}

ul.business_list li dl dt {
  font-size: 18px;
  background: #009FB9;
  color: #fff;
  text-align: center;
  padding: 15px 0;
}

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

.btn {
  text-align: center;
  margin: 30px 0;
}

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

.btn02 a {
  background: #EA5515;
}

.access_ly {
  overflow: hidden;
  margin: 50px 0;
}

.access_ly .map {
  float: left;
  width: 45%;
}

.access_ly .map iframe {
  width: 100%;
  height: 400px;
}

.access_ly dl {
  float: right;
  width: 50%;
}

.access_ly dl dt {
  font-size: 16px;
  margin: 0 0 20px;
}

.access_ly dl dd {
  font-size: 14px;
  line-height: 2em;
}

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

.btm_contact .tel {
  overflow: hidden;
  float: left;
  width: 50%;
}

.btm_contact dl dt {
  float: left;
  width: 80px;
  font-size: 30px;
  padding: 15px 0 0;
}

.btm_contact dl dd {
  float: left;
  font-size: 20px;
}

.btm_contact dl dd a {
  font-size: 50px;
  display: block;
  margin: 0 0 10px;
}

.btm_contact .fax {
  float: left;
  width: 50%;
}

#footer {
  background: #009FB9;
  padding: 30px 0 15px;
  color: #fff;
}

#footer .f_row {
  display: flex;
}

#footer .f_row .f_col {
  flex: 1;
}

#footer .f_row .f_col h3 {
  margin: 0 0 15px;
  font-size: 15px;
}

#footer .f_row .f_col ul li {
  font-size: 13px;
  margin: 10px 0;
}

#footer .f_row .f_col ul li a {
  color: #fff;
}

#footer .f_row .f_col ul li a:hover {
  border-bottom: 1px dotted #fff;
}

#footer .copy {
  text-align: center;
  margin: 20px 0 0;
  font-weight: bold;
}

#footer p.c_name {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 24px;
}

#footer p.c_name span {
  display: block;
  font-size: 18px;
  margin: 10px 0 0;
}

#footer address {
  display: block;
  margin: 30px 0 20px;
  line-height: 1.6em;
  font-style: normal;
  font-size: 14px;
}

#footer .tel_fax {
  margin: 0 0 50px;
}

#footer ul.f_menu {
  margin-left: -5px;
}

#footer ul.f_menu li {
  display: inline-block;
  padding: 0 5px;
  border-right: 1px solid #fff;
}

#footer ul.f_menu li:last-child {
  border-right: 0px none;
}

#footer ul.f_menu li a {
  font-size: 14px;
}

.main_visual .slick-prev,
.main_visual .slick-prev:hover,
.main_visual .slick-prev:focus {
  left: 3%;
  z-index: 9;
  width: 4vw;
  height: 4vw;
  background: url('../img/prev.png') no-repeat 50% 50%;
  background-size: 100%;
}

.main_visual .slick-next,
.main_visual .slick-next:hover,
.main_visual .slick-next:focus {
  right: 3%;
  z-index: 9;
  width: 4vw;
  height: 4vw;
  background: url('../img/next.png') no-repeat 50% 50%;
  background-size: 100%;
}

.main_visual .slick-prev:before,
.main_visual .slick-next:before {
  display: none;
}

/* slide layout */
.layout-slide {
  max-width: 900px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  z-index: -1; }
  @media (max-width: 959px) {
    .layout-slide {
      margin-left: 10px;
      margin-right: 10px; } }
  .layout-slide .slider-for {
    margin-bottom: 10px;
    z-index: 0; }
  .layout-slide img {
    width: 100%;
    height: auto; }
  .layout-slide .slider-nav div {
    margin: 0 2px; }
    .layout-slide .slider-nav div img {
      opacity: 0.3;
      z-index: 1; }
    .layout-slide .slider-nav div:focus img {
      opacity: 1; }
    .layout-slide .slider-nav div .slick-current img {
      opacity: 1;
      border: #000 3px solid; }
      @media (max-width: 559px) {
        .layout-slide .slider-nav div .slick-current img {
          border: #000 1px solid; } }
  .layout-slide .arrow {
    display: block;
    width: 25px;
    background: rgba(0, 0, 0, 0.7);
    color: #FFF;
    text-align: center;
    font-weight: bold;
    padding: 5px;
    position: absolute;
    top: 50%;
    z-index: 1001; }
  .layout-slide .prev {
    left: 0; }
  .layout-slide .next {
    right: 0; }

.step{
  list-style-type: none;
  display:table;
  width:100%;
  padding:0;
  margin:0;
  overflow:hidden;
}
.step li{
  display:table-cell;
  position:relative;
  background: #F1F1F1;
  padding: 1em 0.5em 1em 2em;
  color: #000;
}
.step li:last-child{
  padding-right: 1em;
}
.step li:last-child:before,
.step li:last-child:after{
  display:none;
}
.step li:before,
.step li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.step li:before{
  top:-15px;
  right:-1em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 50px 0 50px 1em;
  z-index: 10;
}
.step li:after{
  top:-15px;
  right:-.8em;
  border-style: solid;
  border-color: transparent transparent transparent #F1F1F1;
  border-width: 50px 0 50px 1em;
  z-index: 10;
}
.step li.is-current{
  background: #1E9A80;
  font-weight: bold;
  color: #fff;
}
.step li.is-current:after{
  border-color: transparent transparent transparent #1E9A80;
}

.step li span {
  display: block;
  font-size: 12px;
}

.step li strong {
  display: block;
  margin: 8px 0 2px;
}

.contact_txt01 {
  margin: 30px 0;
  font-size: 14px;
  line-height: 1.6em;
}

.contact_form h3 {
  font-size: 20px;
  border-left: 6px solid #1E9A80;
  padding: 8px 0 8px 15px;
  margin: 0 0 15px;
}

.contact_form table {
  width: 100%;
}

.contact_form table th {
  position: relative;
  overflow: hidden;
  background: #EEF7F5;
  border: 1px solid #D5D5D5;
  padding: 15px;
  line-height: 1.6em;
  font-size: 16px;
  width: 25%;
  text-align: left;
  vertical-align: top;
}

.contact_form table th .must {
  position: absolute;
  top: 15px;
  right: 15px;
  display: inline-block;
  background: #DE5313;
  padding: 0 10px;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 14px;
}

.contact_form table td {
  border: 1px solid #D5D5D5;
  padding: 15px;
  line-height: 1.6em;
  font-size: 16px;
}


.contact_form table td input[type="text"],
.contact_form table td input[type="tel"],
.contact_form table td input[type="email"] {
  width: 100%;
  border: 1px solid #C8C8C8;
  border-radius: 2px;
  font-size: 16px;
  padding: 8px 5px;
  box-sizing: border-box;
}

.contact_form table td label {
  margin: 0 20px 0 0;
}

.contact_form table td input[type="radio"] {
  margin: 0 5px 0 0;
}

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

.contact_form table td span.shield_txt {
  color: #999;
  font-size: 14px;
  margin: 0 0 0 20px;
}

.contact_form table td #date {
  width: 30%;
  border: 1px solid #C8C8C8;
  border-radius: 2px;
  font-size: 16px;
  padding: 4.5px 5px;
  box-sizing: border-box;
}

.contact_form table td #time {
  width: 30%;
  border: 1px solid #C8C8C8;
  border-radius: 2px;
  font-size: 16px;
  padding: 7.5px 5px;
  box-sizing: border-box;
}

.contact_form table td p {
  margin: 5px 0 0;
  font-size: 14px;
  color: #666;
}

.contact_form table td p.email_txt {
  margin: 5px 0;
  font-weight: bold;
  color: #398839;
}

.infor_box {
  border: 1px solid #757676;
  border-radius: 2px;
  padding: 15px;
  overflow-y: scroll;
  height: 100px;
}

.infor_box p {
  line-height: 1.6em;
  font-size: 14px;
}

.infor_chk {
  text-align: center;
  background: #F0F6FC;
  padding: 15px;
  margin: 20px 0;
}

.infor_chk span.must {
  display: inline-block;
  background: #DE5313;
  padding: 4px 10px;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 14px;
  float: left;
}

.contact_txt02 {
  text-align: center;
  line-height: 1.6em;
  font-size: 14px;
}

.confirm_btn {
  margin: 50px 0 50px;
  text-align: center;
}

.confirm_btn input {
  width: 350px;
  height: 60px;
  border: 0px none;
  background: #F2911A;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
  border-bottom: 2px solid #ccc;
  cursor: pointer;
  transition: all .3s;
  margin: 0 10px;
}

.confirm_btn input.return {
  background: #999;
}

.confirm_btn input:hover {
  opacity: 0.7;
}

.privacy_policy {
  margin: 0 0 100px;
}

.privacy_policy p {
  font-size: 19px;
  line-height: 1.8em;
  margin: 0 0 40px;
}

.privacy_policy ul {
  margin: 0 0 0 20px;
}

.privacy_policy ul li {
  font-size: 19px;
  line-height: 1.8em;
  list-style: decimal;
  margin: 0 0 10px;
}

.text-right {
  margin: 15px 0 0;
  text-align: right;
}

#powered_by_me a {
  color: #007bff;
}

.alert-danger {
  color: #DE5313;
  font-size: 14px;
  margin: 5px 0 0;
}

#error_message {
  margin: 0 0 15px;
  font-size: 16px;
}

#zipcode {
  width: 30%;
  display: inline-block;
}

.btn_searchaddr {
  color: #fff;
  background: #2e3b40;
  border: 0px none;
  border-radius: 5px;
  font-size: 14px;
  width: 90px;
  height: 36px;
  cursor: pointer;
}

.btn_searchaddr:focus {
  background: #3b494e;
}

.addr_detail {
  margin: 10px 0 0;
}

.contact_form form {
  margin: 30px 0 0;
}

.thanks_message {
  margin: 40px 0 30px;
  text-align: center;
  font-size: 20px;
}

textarea{
  width: 100%;
  height: 200px;
}

.sub_bnr{
	/*position: absolute;
	top: 295px;
	left: 0;*/
	width: 100%;
	max-width: 600px;
	margin: 0 auto;

}
.sub_bnr img {
	width: 100%;		/* 横幅の90% */
		height: auto ;			/* 縦幅を自動調整 */
}

/*---キノシールド抗菌---*/
.kino-kokin {
    background-color: rgb(190, 228, 250);
    height: 35vw;
}
.kino-kokin .img {
    position:absolute;
    top:7%;  left:5%;
    width: 25%;
}
.kino-kokin .img-text {
    position: absolute;
    left: 7%;
    top: 85%;
    font-size: 2.2rem;
    font-weight: bold;
    color: rgb(202, 0, 0);
}
.kino-kokin .midashi {
    position:absolute;
    top: 12%;
    left:43%;
    font-size:  4.6rem;
    line-height: 180%;
}
.kino-kokin .midashi .bold {
    font-weight:bold;
}
.kino-kokin .midashi .red {
    font-weight: bold;
    color: rgb(202, 0, 0) ;
}
.kino-kokin .text{
    position: absolute; top: 45%; left:37%;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 2em;
}

/*---キノシールド抗菌---*/
.kino-kokin {
    background-color: rgb(190, 228, 250);
    height: 158vw;
}
.kino-kokin .img {
    position: absolute;
    top: 58%;
    left: 25%;
    width: 50%;
}
.kino-kokin .img-text {
    position: absolute;
    left: 19%;
    top: 93%;
    font-size: 1rem;
    font-weight: bold;
    color: rgb(202, 0, 0);
}
.kino-kokin .midashi {
    padding-top: 5%;
    font-size:  1.4rem;
    line-height: 170%;
    text-align: center;
}
.kino-kokin .midashi .bold {
    font-weight:bold;
}
.kino-kokin .midashi .red {
    font-weight: bold;
    color: rgb(202, 0, 0) ;
}
.kino-kokin .text{
    max-width: 90%;
    padding-top: 3%;
    padding-left: 5%;
    font-size: 1rem;
    font-weight: bold;
    line-height: 2em;
    text-align: center;
}
