@charset "utf-8";
/* 基本レイアウト ここから↓ */

*{
    font-family: 'Sawarabi Mincho', serif;
}
body {
	margin: 0;
	padding: 0;
  font-family: 'Sawarabi Mincho', sans-serif;
  font-weight: normal;
  font-weight: normal;
font-stretch: normal;
font-style: normal;
}
p,th,td{
　font-family: 'Sawarabi Mincho', sans-serif;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.7px;
  color: #333;
}

h1,h2,h3{
 line-height: 1.75;
 letter-spacing: 5.4px;
 font-size: 1.5rem;
 color: #333;
}



/* headerここから */
.header-container{
  padding-bottom: 20px;
}

.h_logo{
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

.gnavi{
  list-style: none;
  font-size: 0;
  font-family: 'Sawarabi Mincho', sans-serif;
  line-height: 0;
  text-align: center;
  color: #333333;
}

.gnavi ul{
  padding-inline-start: 0;
  margin-top: 25px;
}

.gnavi li {
  width: 117px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  padding-bottom: 10px;
}

.gnavi li a {
  text-decoration: none;
  color: #333333;
  font-size: 1rem;
}

.co-wi{
  margin-left: 5px;
}
.gnavi a.current{
  color: #00B0F0;
  border-bottom:2px solid #00B0F0;
}

.gnavi a:hover{
  color:#4bc6b7;
  border-bottom:2px solid #4bc6b7;
  text-decoration: none;
}






/*ヘッダー　（サイトに合わせて調整して下さい。）*/
header {
    position: relative;
    padding: 15px 0 0 0px;
    background-color: #fff;
}
.logo {
    width: 140px;
    margin: 0 auto;
}
img {
    max-width: 100%;
    height: auto;
}
/*ハンバーガーアイコン*/
.btn-burger {
    cursor: pointer;
    display: block;
    width: 56px;
    height: 60px;
    position: absolute;
    top: 5px;
    right: 10px;
}
/*ハンバーガーアイコンを作る三本線*/
.icon, .icon:before, .icon:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 2px; /*線の太さ*/
    width: 35px; /*線の長さ*/
    background-color: #444;
    border-radius: 2px;
    display: block;
  　content: '';
    cursor: pointer;
    margin: auto;
}
/*三本線の間隔*/
.icon:before {
  top: 20px;
}
.icon:after {
  top: -20px;
}
/*チェックボックス非表示*/
.nav-toggle {
    display: none;
}
/*アイコンをクリックしたら*/
.nav-toggle:checked ~ .btn-burger .icon {
    background: transparent;
}
.nav-toggle:checked ~ .btn-burger .icon:before {
    transform: rotate(-45deg);
    top: 0;
}
.nav-toggle:checked ~ .btn-burger .icon:after {
    transform: rotate(45deg);
    top: 0;
}
.icon,
.icon:before,
.icon:after {
    transition: all .8s;
}
/*表示されるメニューの中身*/
.nav {
    background-color: #5c55e7;

}
.nav-list a {
    display: block;
    text-decoration: none;
    color: #fff;
}
.nav-list {
    list-style: none;
    display: none;
    margin: 0;
    padding-left: 20px;
}
.nav-list li {
    margin: 0;
    padding: 10px;
}
.nav-toggle:checked ~ .nav .nav-list {
    display: block;
}
/*メインイメージ*/
.top {
    height: 200px;
    margin-bottom: 50px;
    background-color: #f0f8ff;
}



/* tittle-containerここから */
.title-container{
 background-image: url("../img/common/landscape1.jpg");
 background-repeat: no-repeat;
 background-size: cover;
 color: #fff;
 text-align: center;
 padding: 40px;
}

.title{
  color: #FFF;
}


/* top-contactここから */
.top-contact{
  text-align:center;
  background-color: #fafbfb;
  padding:100px;
 }

 .top-contact-text{
   padding-bottom:20px;
 }


/* top-account-containerここから */
.top-account-container{
  padding: 100px;
  text-align: center;
}
.line-logo{
  margin: 7px;
}

.online-logo{
  margin: 7px;
}


/* footerここから */
footer{
  text-align:center;
}
.footer-container{
 background-image: url("../img/common/landscape1.jpg");
 background-repeat: no-repeat;
 background-size: cover;
 color: #fff;
 padding: 40px;
 text-align: center;
}

.f_logo{
  text-align: center;
  margin-top: 6px;
  margin-bottom: 15px;

}

.f-gnavi{
  text-align: center;
}

.f-gnavi ul{
  margin: 0 ;
  padding: 0 ;
}

.f-gnavi li{
  list-style: none;
  display: inline-block;
  width: 10%;
  min-width: 90px;
  border-right:2px solid #ddd;
}

.f-gnavi li:first-child{
  border-left:2px solid #ddd;
}


.f-gnavi a{
  text-decoration: none;
  color: #fff;
  font-size: 12px;
}

.f-gnavi a.current{
  color: #00B0F0;
  border-bottom:2px solid #00B0F0;
}

.f-gnavi a:hover{
  color:#4bc6b7;
  border-bottom:2px solid #4bc6b7;
}


.copy-r{
  font-size: 16px;
  line-height: 3.5;
  letter-spacing: 3.7px;
  color: #ccc;
  margin:30px;
}
/* 基本レイアウト ここまで↑ */

/* ボタンここから */

.square-small-btn {
  background-color: #4bc6b7;
  border: none;
  cursor: pointer;
  outline: none;
  color: #fff;
  padding: 0;
  margin: 3px;
  line-height: 44px;
  width: 180px;
  border-radius: 6.5px;
  font-size: 0.8rem;
  position: relative;
}

.square-small-btn:hover{
  opacity: .8;
 }

.square-small-btn a{
  text-decoration: none;
  color: #FFF;
}
.arrow-bottom {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 10px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 14px;
    right: 11px;
}


.circle-btn {
  background-color: #4bc6b7;
  border: none;
  cursor: pointer;
  outline: none;
  color:#fff;
  padding: 0;
  line-height: 50px;
  width: 160px;
  border-radius: 26px;
  display: inline-block;
}

.circle-btn:hover{
  opacity: .8;
 }


.circle-btn-wid{
    background-color: #4bc6b7;
    border: none;
    cursor: pointer;
    outline: none;
    color: #fff;
    padding: 0;
    line-height: 50px;
    width: 200px;
    border-radius: 26px;
    display: inline-block;
}

.circle-btn-wid:hover{
  opacity: .8;
 }


 .square-btn{
   background-color: #4bc6b7;
   border: none;
   cursor: pointer;
   outline: none;
   color: #fff;
   padding: 0;
   line-height: 79px;
   width: 380px;
   border-radius: 6.5px;
   font-size: 21px;
 }


.square-btn:hover{
 opacity: .8;
}


/*======= 取り組みページここから======== */

.services-navi{
  text-align: center;
  padding: 70px;
}

.imges-flex1,.imges-flex2{
  width: 620px;
  height: auto;
}
/* aid-consulここから */

.aid-consul-container{
  text-align: center;
}

.servises-title{
 font-size: 2rem;
}

.flow-title {
    font-size: 2rem;
    margin-bottom: 60px;
}

.services-text {
    text-align: left;
    display: inline-block;
    max-width: 770px;
    padding-top: 24px;
}

.services-text3 {
    text-align: left;
    display: inline-block;
    max-width: 770px;
    margin-bottom: 50px;
}

.txt-box1{
  max-width: 340px;
  margin-right: 62px;
}

.txt-box2 {
    max-width: 340px;
    margin-left: 62px;
    padding-top: 54px;
}

.aid-consul-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 150px;
    margin-bottom: 120px;
}

.aid-consul-flex2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 200px;
    margin-bottom: 120px;
}

.aid-consul-lead {
    letter-spacing: 6px;
    padding-bottom: 20px;
}

.imges-flex{
 width: 50%;
}

/* 取り扱い補聴器メーカーここから */
.maker-container{
  text-align: center;
}
.maker{
 display: flex;
 justify-content: center;
 flex-wrap: wrap;
}

.maker-title{
  padding:30px;
  font-size: 1.1rem;
}

.maker-img {
    width: 220px;
    margin: 13px;
}

.dete-consul-flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 150px;
    padding-right: 200px;
    padding-left: 200px;
    margin-top: 100px;
}

.dete-consul-img{
 width: 100px;
}

.dete-consul-box{
  background-color: #fafbfb;
  text-align: center;
  margin: 20px;
  padding: 50px;
}

.dete-consul-lead {
  font-size: 1.2rem;
  letter-spacing: 2px;
}

.dete-consul-text{
  text-align: left;
  max-width: 350px;
  font-size: 0.9rem;
  letter-spacing: 3px;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* 在宅訪問ここから */
#home-visit{
  background-color: #fafbfb;
}


.servises-title-container{
  text-align: center;
  padding-top: 100px;
}

.services-text2 {
    text-align: center;
    padding-top: 33px;
}

.servises-title-box{
  margin-top: 150px;
  margin-bottom: 34px;
}

.home-visit-flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 150px;
    padding-right: 200px;
    padding-left: 200px;
}

.vi-box{
  background-color: #FFF;
  text-align: center;
  margin: 20px;
  padding: 50px;
  }

.blue-text{
  color: #1ea3e4;
  text-align: center;
  max-width: 350px;
  font-size: 12px;
  letter-spacing: 3px;
}

.blue-text-left {
    color: #1ea3e4;
    text-align: left;
    max-width: 350px;
    font-size: 12px;
    letter-spacing: 3px;
}

.blue-text2{
  color: #1ea3e4;
  text-align: center;
  max-width: 350px;
  font-size: 15px;
  letter-spacing: 3px;
}

.flow {
    text-align: center;
    margin-top: 128px;
}

.flow-box{
  background-color: #fff;
  border: 1px solid #7dcccf;
  padding: 0 100px 0 100px;
}

.flow-box p flow-box{
 margin: 5px;
}

.flow-text{
 max-width: 510px;
 text-align: left;
 display: inline-block;
 font-size: 0.9rem;
 letter-spacing: 2.5px;
 margin-top: 0;
 margin-bottom: 30px;
}

.triangle-bottom{
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #7dcccf;
  display: inline-block;
  text-align: center;
}

/* 化粧品販売ここから */
.selling-cosme {
    text-align: center;
    padding: 150px 150px 80px;
}

.cosme-img {
    width: 480px;
    margin: 10px;
    height: 300px;
}

.cosme-contact-text{
  padding-top: 50px;
}

/*======= 店舗情報ページここから======== */

.important-text{
  color: #4bc6b7;
  font-size: 1.8rem;
  margin: 10px 0px 10px 0px;
}

.important-text a{
  color: #4bc6b7;
  text-decoration: none;
}

/* 本店局内紹介ここから */




.store-img-container ,.store-img-container2 {
    text-align: center;
    padding: 200px 183px 150px ;
}

.store-img-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.store-img-box{
 width: 31%;
 padding-left: 10px;
 padding-right: 10px;
}

.store-img{
  width: 100%;
}

.sub-store-img{
  width: 92%;
}

p.store-img-cap {
    margin: -9px 15px 23px 0;
    text-align: left;
}

/* 採用情報ここから */
.guidelines-container{
  padding: 50px 0 50px 0;
}
.smll-lead{
  text-align: center;
  padding-bottom: 30px;
}
.base-tbl {
  margin: 0 auto;
  max-width: 1000px;
}
.base-tbl th,
.base-tbl td {
  display: table-cell;
  padding: 1.2em 20px;
  text-align: left;
}
.base-tbl th {
  width: 28%;
}
.form-tbl {
  margin-bottom: 3rem;
}
.sec-desc {
  text-align: center;
}


.base-tbl {
}
.base-tbl tr {
  border-bottom: 1px solid #ddd;
}
/* .base-tbl th,
.base-tbl td {
  display: block;
  width: 100%;
} */

.base-tbl th {
  padding-top: .8em;
  padding-bottom: .4em;
  font-weight: bold;
  vertical-align: top;
}
.base-tbl td {
  padding-top: .4em;
  padding-bottom: 1.8em;
}

/* 個人情報保護方針ここから */
.privacy-container{
  padding: 50px 0 50px 0;
  text-align: center;
}

.pri-txt-box{
    max-width: 720px;
      display: inline-block;
}

.pri-txt{
  text-align: left;

}
.pri-txt-right{
  text-align: right;
}
/* 採用情報ここから */
a.co-window-green {
    color: #4bc6b7;
}
