@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* CSS Document */
.weight100 {
  font-weight: 100
}
.weight300 {
  font-weight: 300
}
.weight400 {
  font-weight: 400
}
.weight500 {
  font-weight: 500
}
.weight600 {
  font-weight: 600
}
.weight700 {
  font-weight: 700
}
.weight900 {
  font-weight: 900
}

body {
    margin: 0;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
    box-sizing: border-box;
    letter-spacing: 1px;
}
.fonts-loaded body{
    font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
body {
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.05em;
	-webkit-font-smoothing: subpixel-antialiased;
    font-display: auto;
}
}
_:lang(x)::-ms-backdrop, body {
    font-family: 'Noto Sans JP', sans-serif;
} 
_:lang(x)::-moz-placeholder, body {
    font-family: 'Noto Sans JP', sans-serif;
}
b, strong, .bold{
	font-family: 'Noto Sans JP', sans-serif;
}
a {
    color: #333333;
    font-family: 'Noto Sans JP', sans-serif;
    text-decoration: none;
}
h1 {
    padding: 0;
    margin: 0;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
}
h4{
    margin: 0;
}

ul,li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/*メニュー*/
.humb-menu,.sp-menu{
    display: none;
}
header{
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
}
.header{
    width: 100%;
    height: auto;
    background-color: #fff;
    justify-content: space-between;
    display: flex;
}
.header-1{
    width: 350px;
    padding: 20px 0;
    padding-left: 50px;
}
.header-1 a{
    text-decoration: none;
    color: #333333;
    font-size: 32px;
    font-weight: bold;
}
.header-1 img{
    width: 100%;
}
.header-2{
    display: flex;
}
.header-2 .header-tel{
    width: 360px;
    height: auto;
    text-align: center;
    padding: 15px;
}
.header-2 .header-tel a:hover{
    opacity: 0.7;
}

.header-2_1{
    display: block;
    width: 110px;
    background-color: #14B8DC;
    text-align: center;
    border: solid 2px #14B8DC;
}
.header-2_1:last-child{
    border-left: solid 2px #fff;
}
.header-2_1 img{
    width: 35px;
    margin-bottom: 5px;
}
.header-2_1 a{
    display: block;
    padding: 15px 0;
    color: #fff;
    font-size: 15px;
}
@media screen and (max-width:1200px){
    .header-1{
        padding: 22px 0;
        padding-left: 30px;
    }
    .header-1 a{
        font-size: 30px;
    }
    .header-2 .header-tel{
        width: 335px;
        padding: 25px 15px;
    }

    .header-2_1 a{
        padding: 19px 0;
    }
}



/*****グローバルメニュー****/
/*
#menu{
    width: 100%;
    background: #A7AAA9;
    z-index: 9998;
}
#menu-inner{
    max-width: 1200px;
    width: 80%;
    height: 40px;
    margin: 0 auto;
    background: #A7AAA9;
}
#menu-btn{display: none;}
#menu-content{
    padding-left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
   
}
#menu-content li{
    position: relative;
    height: 100%;
    text-align: center;
    
}
#menu-content ul li{
    border-bottom: dotted 1px #fff;
}
#menu-content ul li:last-child{
    border-bottom: none;
}

#menu-content li a{
    width: 190px;
    position: relative;
    display: block;
    padding: 0;
    line-height: 40px;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    z-index: 2;
    text-align: center;
}
#menu-content li a i{
    padding-left: 5px;
}
#menu-content li a:hover{
    color: #fff;
}
#menu-content li a .blogicon-chevron-down{
    margin-right: 3px;
    
}
*/
/*２階層目*/
/*
#menu-content li  ul.second-content{
    visibility: hidden;
    position: absolute;
    top: 0;
    margin: 0;
    padding-left: 0;
    list-style-type: none;
    z-index: -1;
    background: #14B8DC;
    border: solid 2px #14B8DC;
    border-top: none;
}
#menu-content li:hover ul.second-content{
    visibility: visible;
    top: 40px;
    transition: all .3s;
}
#menu-content li ul.second-content li{
    text-align: center;
    width: 100%;
    height: auto;
}
#menu-content li ul.second-content li a{
    display: block;
    line-height: 20px;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    z-index: 1;
    padding: 15px 8px;
}
#menu-content li ul.second-content li a:hover{
    background: #fff;
    color: #14B8DC;
}
@media screen and (max-width:1200px){
    #menu-inner{
        max-width: 960px;
        width: 95%;
        height: 40px;
        margin: 0 auto;
        background: #A7AAA9;
}
}
*/

/*ＳＰメニュー*/
@media screen and (max-width:960px){
    .header,#menu{
        display: none;
    }
    .humb-menu,.sp-menu{
        display: block;
    }
    .sp-menu{
        width: 100%;
        height: auto;
        position: fixed;
        background-color: #fff;
        padding: 18px 0;
        z-index: 9998;
    }
    .sp-menu br{
        display: none;
    }
    .sp-menu a{
        font-size: 25px;
        font-weight: bold;
        margin-left: 30px;
    }
    .sp-logo a img{
        width: 300px;
    }
    .sp-menu a:hover{
        color: #333333;
    }
#gnav-btn {
    color: gray;
    padding: 10px;
    font-size: 30px;
    position: fixed;
    overflow-y: scroll;
    top: 22px;
    right: 30px;
    z-index: 3;
    background-color: white;
    border: solid 1px #d1caca;
    border-radius: 3px;
    z-index: 9998;
  }
  #gnav-input:checked ~ #gnav-content {
    top: 97px;
      z-index: 9997;
  }
  #gnav-content {
      position: fixed;
      top: -100%;
      left: 0;
      z-index: 1;
      transition: 0.3s;
      width: 100%;
      background-color: #14B8DC;
      color: #fff;
      height: calc(100vh - 80.5px);
      overflow: auto;
  }
    
    #gnav-content::-webkit-scrollbar{
        display: none;
    }
    #gnav-content p{
        margin-bottom: 0;
    }
  .humb-menu__title {
    padding: 1.5rem;
  }
  .humb-menu label {
    display: flex;
    justify-content: space-between;
    padding: 0.6rem;
    cursor: pointer;
    border-top: 0.5px dotted #fff;
  }
    .humb-menu label:first-child{
        border-top: none;
    }
    .humb-menu label a{
        width: 100%;
        display: block;
        color: #fff;
    }
  .humb-menu input {
    display: none;
  }
  .humb-menu .accshow {
    height: 0;
    overflow: hidden;
      

  }
  .humb-menu .accshow p {
    padding: 0.5rem 0.8rem;
      border-top: 0.5px dotted #fff;
      font-size: 15px;
      justify-content: space-between;
  }
    .humb-menu .accshow p a{
        color: #fff;
    }
  .humb-menu .cssacc:checked + .accshow {
    height: auto;
    background-color: #A7AAA9;
  }
    }
@media screen and (max-width: 768px){
    #gnav-content {
      height: calc(100vh - 97px);
  }
}
@media screen and (max-width: 520px){
    .sp-menu{
        padding: 15px 0;
    }
    .sp-menu .sp-logo{
        margin-left: 30px;
    }
    .sp-menu a{
        font-size: 23px;
        margin-left: 0;
        line-height: 1.3em;
    }
    #gnav-btn{
        padding: 8px;
        top: 20px;
        right: 30px;
    }
    #gnav-input:checked ~ #gnav-content{
        top: 91px;
    }
    
}

@media screen and (max-width: 480px){
    .sp-menu a{
        font-size: 20px;
    }
    .sp-menu .sp-logo{
        margin-left: 20px;
    }
    .sp-menu .sp-logo a img{
        width: 250px;
    }
    #gnav-content {
      height: calc(100vh - 80.5px);
  }
    #gnav-btn{
        right: 20px;
        top: 16px;
    }
    #gnav-input:checked ~ #gnav-content{
        top: 80px;
    }
    
}
@media screen and (max-width: 375px){
    .sp-menu{
        padding: 14px 0;
    }
    .sp-menu .sp-logo a img{
        width: 200px;
    }
    #gnav-btn {
        padding: 5px;
        top: 13px;
    }
    #gnav-input:checked ~ #gnav-content{
        top: 69px;
    }
    #gnav-content p{
        font-size: 15px;
    }
    .humb-menu label{
        padding: 0.6rem;
    }
}
/*パンくずリスト*/
/*topに画像があるもの→.breadcrumb-2
topに画像がないもの→.breadcrumb-1(店舗詳細ページなど)*/
/*.breadcrumb-1{
    width: 80%;
    padding: 12px 0px 0 25px;
    font-size: 15px;
}
@media(max-width:960px){
.breadcrumb-1{
    width: 100%;
    padding: 3px 10px 3px 10px;
    font-size: 15px;
	background-color:#A7AAA9;
}
.breadcrumb-1 a{
	color:#fff;
}
.breadcrumb-item-1 a{
	color:#333333;	
}
}
@media(max-width:520px){
.breadcrumb-1{
    width: 100%;
    padding: 5px 10px 5px 10px;
    font-size: 13px;
}
}
@media(max-width:480px){
.breadcrumb-1{
    width: 100%;
    padding: 5px 10px 5px 10px;
}
}*/

/*パンくず2行目*/
.breadcrumb-2{
    width: 80%;
    padding: 3px 0px 0 25px;
    font-size: 15px;
}
.breadcrumb-2 a{
	color:#333333;
}
@media(max-width:960px){
	.breadcrumb-2{
    width: 100%;
    padding: 3px 10px 3px 10px;
    font-size: 15px;
	background-color:#A7AAA9;
}
	.breadcrumb-2 a{
	color:#fff;
}
}
@media(max-width:520px){
	.breadcrumb-2{
    width: 100%;
    padding: 5px 10px 5px 10px;
    font-size: 13px;
}
}
@media(max-width:480px){
	.breadcrumb-2{
    width: 100%;
    padding: 5px 10px 5px 10px;
}
}

/*パンくずの矢印について*/
.breadcrumb-1 li::before{
	content:">";
	font-weight:bold;
	color:#333333;
	margin-right:6px;
	margin-left:3px;
}
.breadcrumb-1 li:first-child::before {
	content:none;
}
.breadcrumb-2 li::before{
	content:">";
	font-weight:bold;
	color:#333333;
	margin-right:6px;
	margin-left:3px;
}
.breadcrumb-2 li:first-child::before {
	content:none;
}
@media(max-width:960px){
.breadcrumb-1 li::before{
	color:#fff;
	margin-right:2px;
	margin-left:-1px;
}
.breadcrumb-2 li::before{
	color:#fff;
	margin-right:2px;
	margin-left:-1px;
}
}
/*パンくずの矢印についてここまで*/
/*パンくずtopのmarginについて*/
.breadcrumb-1{
	margin-top: 137px;
	margin-bottom:0;
}
.breadcrumb-1 li{
	display:inline;
}
@media(max-width:1200px){
    .breadcrumb-1{
	    margin-top:145px;
    }
}
@media(max-width:960px){
	.breadcrumb-1{
	    margin-top:97px;
    }
}
@media(max-width:520px){
	.breadcrumb-1{
	    margin-top:91px;
    }
}
@media(max-width:480px){
	.breadcrumb-1{
	    margin-top:80px;
        line-height: 1.4em;
    }
}
@media(max-width:375px){
	.breadcrumb-1{
	    margin-top:68px;
    }
}
/*パンくずリスト2行目*/
.breadcrumb-2{
	margin-top: 0px;
    margin-bottom: 0;
}
.breadcrumb-2 li{
	display:inline;
}
@media(max-width:1200px){
    .breadcrumb-2{
	    margin-top:0px;
    }
}
@media(max-width:960px){
	.breadcrumb-2{
	    margin-top:0px;
    }
}
@media(max-width:520px){
	.breadcrumb-2{
	    margin-top:0px;
    }
}
@media(max-width:480px){
	.breadcrumb-2{
	    margin-top:0px;
        line-height: 1.4em;
    }
}
@media(max-width:375px){
	.breadcrumb-2{
	    margin-top:0px;
    }
}
/*パンくずリスト、現在のページ*/
.active1, .active1 a{
	color:#6c757d;
}

/*店舗情報ページのパンくず*/
.shop-sliderbottom{
    margin-top: 40vw;
}
@media(max-width:960px){
    .shop-sliderbottom{
        margin-top: 80vw;
    }
}
@media(max-width:480px){
    .shop-sliderbottom{
        margin-top: 150vw;
    }
}
/*パンくずについてここまで*/

/*フッター*/
footer{
    width: 100%;
    height: auto;
    background-color: #14B8DC;
    padding: 80px 0;
    margin: 0 auto;
    border-top: solid 12px #A7AAA9;
}
/*静岡交通事故治療接骨院ガイド*/
.footer-1{
    width: 90%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
}
.footer-1 a{
    color: #fff;
    font-size: 35px;
    font-weight: bold;
}
.footer-1 a span{
    display: inline-block;
}
.footer-1 a img{
    width: 90%;
    max-width: 550px;
}
.footer-2-sp{
    display: none;
}
.footer-2{
    width: 90%;
    max-width: 960px;
    height: auto;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}

.footer-2 ul{
    color: #fff;
    padding: 0 10px;
}
.footer-2 ul li{
    margin-top: 5px;
}
.footer-2 ul .midashi{
    font-weight: bold;
    margin-bottom: 15px;
}

.footer-2 ul li a{
    color: #fff;
    font-size: 14px;
}
.footer-2-1 ul .midashi a{
    font-size: 16px;
}

.footer-2 ul li a:hover{
    opacity: 0.8;
}
/*店舗一覧*/
.footer-1-1{
    width: 90%;
	max-width:960px;
    height: auto;
    text-align: center;
    margin:50px auto;
	border-bottom:solid 2px #fff;
	border-top:solid 2px #fff;
	padding:3px 0;
}
.footer-1-1 a{
    color: #fff;
    font-size: 25px;
    font-weight: bold;
}
/*店舗一覧-spメニュー*/
.footer-2-1{
    width: 90%;
    max-width:960px;
    height: auto;
    display: flex;
	flex-wrap:wrap;
    margin: 0 auto;
    justify-content: space-between;
}
.footer-2-1 ul{
    color: #fff;
	width:12%;
	min-width:170px;
	padding:0 5px;
	margin:0 auto 30px auto;
	display:block;
}
.footer-2-1 ul li{
    margin-top: 5px;
}
.footer-2-1 ul .midashi{
    font-weight: bold;
    margin-bottom: 15px;
}
.footer-2-1 ul li a{
    color: #fff;
    font-size: 14px;
}
.footer-2-1 ul li a:hover{
    opacity: 0.8;
}
.footer-2-1 ul span{
	display:inline-block;
}
.empty_item{
	width:12%;
	min-width:170px;
	padding:0 5px;
	margin:0 auto 30px auto;
	display:block;
}
@media(max-width:768px){
.footer-1-1{
    width: 80%;
}
}
@media(max-width:640px){
.footer-1-1{
    margin:30px auto;
}
	.footer-1-1 a{
    font-size: 20px;
}
}
@media(max-width:480px){
.footer-1-1{
    width: 90%;
	margin:20px auto;
}
.footer-1-1 a{
    font-size: 17px;
}
}
/*店舗一覧ここまで*/
.midashi{
    border-left: solid 6px #fff;/*左線（実線 太さ 色）*/
}
.midashi span{
    padding-left: 8px;
}
.footer-3{
    max-width: 640px;
    width: 80%;
    margin: 0 auto;
    margin-top: 80px;
    display: flex;
    gap: 20px;
    justify-content: center;
	flex-wrap:wrap;
}
.footer-3 a{
    color: #fff;
    font-weight: bold;
}
.footer-3 a i{
    margin-right: 3px;
}
.copyright{
    margin: 100%;
    color: #fff;
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
    font-size: 14px;
    line-height: 35px;
}
.copyright a{
    color: #fff;
}
.copyright a:hover{
    text-decoration: none;
    opacity: 0.7;
}
@media screen and (max-width: 960px){
    footer{
        padding: 50px 0;
        padding-bottom: 130px;
        border-top: none;
    }
    .footer-2{
        flex-wrap: wrap;
    }
	.footer-2-1{
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 768px){
    .footer-1 a{
        font-size: 32px;
    }
    .footer-2{
        display: none;
    }
	.footer-2-1{
        display: none;
    }
/*    SPメニュー*/
    .footer-2-sp{
        display: block;
        width: 80%;
        height: auto;
        margin: 0 auto;
        
    }
    .footer-2-sp p{
        margin: 0 auto;
        font-weight: bold;
        color: #14B8DC;
    }
    .footer-2-sp .humb-menu label{
        background-color: #fff;
        margin-top: 15px;
        text-align: center;
    }
    .humb-menu .cssacc:checked + .accshow {
        height: auto;
        background-color: #A7AAA9;
  }
    .footer-3{
        width: 85%;
        font-size: 15px;
        margin-top: 30px;
        display: grid;
        text-align: center;
        justify-content: center;
    }
    .footer-3 a{
        margin-top: 10px;
        font-size: 16px;
    }
}
@media screen and (max-width: 640px){
    .footer-1{
        margin-bottom: 30px;
    }
    .footer-1 a{
        font-size: 28px;
    }
    .copyright{
        font-size: 12px;
        margin-top: 30px;
    }
}
@media screen and (max-width: 520px){
    .copyright{
        line-height: 28px;
    }
}
@media screen and (max-width: 480px){
    footer{
        padding-top: 40px;
        
    }
    .footer-1{
        width: 100%;
        margin-bottom: 20px;
    }
    .footer-2-sp{
        width: 90%;
    }
    .footer-2-sp .humb-menu label{
        margin-top: 10px;
        padding: 0.6rem;
    }
    .humb-menu .cssacc:checked + .accshow{
        text-align: center;
    }
    .footer-2-sp p,.humb-menu .accshow p a{
        font-size: 14px;
    }
    
    .footer-3{
		width: 320px;
        margin-top: 15px;
    }
    .footer-3 a{
        font-size: 15px;
    }
    .copyright{
        margin-top: 20px;
        font-size: 13px;
    }
}
/*フッター終わり*/

.content{
    width: 100%;
    max-width: 1200px;
    height: auto;
    padding: 30px 0;
    margin: 0 auto;
}
.content-1{
    width: 75%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
}
@media screen and (max-width: 960px){
    .content-1{
        width: 80%;
    }
}
@media screen and (max-width: 768px){
    .content-1{
        width: 90%;
    }
}


/*文章*/
.content-1_1{
    width: 100%;
    height: auto;
    text-align: left;
	margin: 15px auto;
}
.content-1_1 p{
    margin-bottom:20px;
    line-height: 1.6em;
}
.content-1_1-adjust p{
    margin-bottom:0px;
    line-height: 1.6em;
}
.content-1_1-adjust2{
	width:97%;
    margin-bottom:0px;
    line-height: 1.6em;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
position: sticky;
}
/*見出し*/

.h2{
    width: 100%;
    height: auto;
    padding: 0 6px;
    background-color: #14B8DC;
    text-align: left;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
}
.h2_1{
    display: flex;
}
.h2_2{
    width: 30px;
    height: auto;
    margin: 0 5px;
}
.h2_1 h2{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.4em;
    color: #fff;
    padding: 10px 0;
}
.h2_1 span{
    border-left: solid 5px #fff;
    margin-right: 8px;
    opacity: 0.5;
}
.h2_2 img{
    width: 100%;
    opacity: 0.5;
    vertical-align: none;
}
@media screen and (max-width: 960px){
    .h2 h2{
        font-size: 18px;
    }
}
@media screen and (max-width: 768px){
    .h2_1 h2{
        padding: 8px 0;
    }
    .h2_2{
        width: 28px;
    }
}

@media screen and (max-width: 480px){
    .h2_1 h2{
        font-size: 16px;
    }
    .h2_1 span{
        margin-right: 5px;
    }
    .h2_2{
        width: 22px;
    }
}
/*見出し終わり*/

/*小見出し*/
.midashi_flex{
	display:flex;
}
.midashi_adjust{
	width:15px;
	height:10px;
	background-color:#fff;
}
.h3{
    width: 100%;
    padding: 0px 10px;
	margin:0px;
    background-color: #A1E2F1;
    text-align: left;
    border-radius: 5px;
     overflow: hidden;
}
.h3 h3{
    font-size: 17px;
    font-weight: bold;
    margin: 0;
    line-height: 1.8rem;
    color: #333333;
    display: flex;
}
.h3 h3 span{
    display: inline-block;
    border-left: solid 5px #14B8DC;
    margin-right: 8px;
}
.h3 h3 p{
    margin: 10px 0;
    line-height: 1.3em;
}
.h3-orange{
    background-color: #FFC896;
}
.h3-orange h3 span{
    border-left: solid 5px #FF9C4C;
}
.h3-green{
    background-color: #B4EECD;
}
.h3-green h3 span{
    border-left: solid 5px #03C751;
}
@media screen and (max-width: 960px){
    .h3 h3{
        font-size: 16px;
    }
}
@media screen and (max-width: 480px){
    .h3{
        padding: 3px 5px;
    }
    .h3 h3{
        font-size: 15px;
    }
    .h3 h3 p{
        margin: 5px 0;
    }
}
.h4 {
  width: 97%;
  height: auto;
  border-bottom: dotted 3px #707070;
  font-weight: bold;
  margin: 0 auto;
  padding-bottom: 3px;
  text-align:left;
  font-size:16px;
}
.h4 h4{
  font-size:16px;
}
.arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 22px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.sample4-2::before{
	width: 17px;
	height: 17px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #14B8DC;
}
.sample4-2::after{
	left: 7px;
	box-sizing: border-box;
	width: 3px;
	height: 3px;
	border: 5px solid transparent;
	border-left: 4px solid #fff;
}
/*小見出し終わり*/

/*下部ボタン*/
.btn-box{
    width: 80%;
    max-width: 770px;
    height: auto;
    margin: 0 auto;
    margin-top: 100px;
}
@media screen and (max-width: 960px){
    .btn-box{
        width: 90%;
        max-width: 550px;
        margin-top: 50px;
    }
}

/*店舗一覧はこちら*/
.shoplist-btn{
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.shoplist-btn a{
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 30px 20px;
    border: solid 4px #14B8DC;
    border-radius: 20px;
}
.shoplist-btn a:hover{
    opacity: 0.8;
}
.shoplist-btn .shoplist-btn-1{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0;
    color: #333333;
}
.shoplist-btn .shoplist-btn-2{
    font-size: 55px;
    font-weight: bold;
    color: #14B8DC;
    margin-bottom: 0;
}
@media screen and (max-width: 960px){
    .shoplist-btn a{
        padding: 20px;
    }
    .shoplist-btn .shoplist-btn-1{
        font-size: 25px;
    }
    .shoplist-btn .shoplist-btn-2{
        font-size: 48px;
    }
}
@media screen and (max-width: 640px){
    .shoplist-btn .shoplist-btn-1{
        font-size: 5vw;
    }
    .shoplist-btn .shoplist-btn-2{
        font-size: 7vw;
    }
}
@media screen and (max-width: 480px){
    .shoplist-btn a{
        border: solid 3px #14B8DC;
        border-radius: 12px;
        padding: 10px;
    }
}

/*交通事故専門ダイヤルはこちら*/
.tel-btn{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
}

.tel-btn a:hover{
    opacity: 0.8;
}
.tel-btn-1{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    display: flex;
    color: #fff;
}
.tel-btn-1_2 .tel-p-1{
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 30px;
}
.tel-btn-1_2 .tel-p-2{
    margin-bottom: 0px;
    font-size: 20px;
}

.tel-btn-2{
    width: 100%;
    height: auto;
    background-color: #fff;
    color: #FB7500;
    border-radius: 10px;
    padding-bottom: 10px;
}
.tel-btn-2 p{
    font-size: 85px;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 84px;
}
@media screen and (max-width: 960px){
    .tel-btn{
        margin-top: 15px;
    }

    .tel-btn-1_2 .tel-p-1{
        font-size: 30px;
    }
    .tel-btn-1_2 .tel-p-2{
        font-size: 15px;
    }
    .tel-btn-2 p{
        font-size: 62px;
    }
}
@media screen and (max-width: 640px){

    .tel-btn-1_2 .tel-p-1{
        font-size: 5vw;
        margin-bottom: 2px;
    }
    .tel-btn-1_2 .tel-p-2{
        font-size: 14px;
    }
    .tel-btn-2{
        padding-bottom: 1.1vw;
    }
    .tel-btn-2 p{
        font-size: 10vw;
        line-height: 1em;
    }
}
@media screen and (max-width: 480px){
    .tel-btn-2{
        border-radius: 5px;
    }

}
/*交通事故相談LINE*/
.line-btn{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: 35px;/*電話ボタンの影のぶん+5px*/
}
.line-btn a{
    display: block;
    width: 100%;
    margin: 0 auto;
}
.line-btn a:hover{
    opacity: 0.8;
}
@media screen and (max-width: 960px){
    .line-btn{
        margin-top: 20px;
    }
}

/*固定ボタン(追跡バナー)*/
.fixed-tel-sp,.fixed-sp{
    display: none;
}
.fixed-tel{
    width: 230px;
    height: auto;
    position: fixed;
    right: 30px;
    bottom: 190px;
    z-index: 99;
}
.fixed-line{
    width: 230px;
    height: auto;
    position: fixed;
    right: 30px;
    bottom: 120px;
    z-index: 99;
}
.fixed-instagram{
    width: 230px;
    height: auto;
    position: fixed;
    right: 30px;
    bottom: 50px;
    z-index: 99;
}
.fixed-instagram img{
    width: 100%;
	height:auto;
}
.fixed-tel a:hover,.fixed-line a:hover,.fixed-instagram a:hover{
    opacity: 0.7;
}

@media screen and (max-width: 1200px){
    .fixed-tel,.fixed-line,.fixed-instagram{
        width: 210px;
    }
    .fixed-tel{
        bottom: 160px;
    }
    .fixed-line{
        bottom: 95px;
    }
    .fixed-instagram{
        bottom: 30px;
    }
}

@media screen and (max-width: 960px){
    .fixed-tel,.fixed-line,.fixed-instagram{
        display: none;
    }
    .fixed-tel-sp,.fixed-sp{
        display: block;
        position: fixed;
    }
    .fixed-tel-sp{
        width: 100%;
        height: 65px;
        bottom: 49px;
        text-align: center;
        background-color: #FB7500;
        z-index: 99;
    }
    .fixed-tel-sp a{
        height: auto;
        color: #fff;
        display: block;
        padding: 6px 0;
        font-size: 30px;
        font-weight: 500;
    }
    .fixed-tel-sp a span{
        font-size: 35px;
        font-weight: 700;
        margin-left: 5px;
    }
    .fixed-sp{
        width: 100%;
        height: 50px;
        bottom: 0;
        text-align: center;
        display: flex;
        z-index: 99;
        
    }
    .fixed-line-sp,.fixed-instagram-sp{
        width: 50%;
        height: 50px;
    }
    .fixed-line-sp{
        left: 0;
        background-color: #06C755;
    }
    .fixed-instagram-sp{
        right: 0;
        background-color: #14B8DC;
        /*background: linear-gradient(150deg,#405de6, #fd1d1d,#ffdc80);*/
    }
    .fixed-line-sp a,.fixed-instagram-sp a{
        color: #fff;
        display: block;
        padding: 10px 0;
        font-size: 20px;
    }
    .fixed-line-sp a i,.fixed-instagram-sp a i{
        margin-right: 3px;
    }
	.fixed-instagram-sp a img{
		width:22px;
        margin-right: 3px;
		margin-bottom:5px;
    }
}

@media screen and (max-width: 768px){
    .fixed-tel-sp{
        width: 100%;
        height: 60px;
    }
    .fixed-tel-sp a{
        font-size: 25px;
        padding: 7px 0;
    }
    .fixed-tel-sp a span{
        font-size: 30px;
    }
}
@media screen and (max-width: 640px){
    .fixed-tel-sp a{
        font-size: 20px;
        padding: 11px 0;
    }
    .fixed-tel-sp a span{
        font-size: 25px;
    }
}

@media screen and (max-width: 480px){
    .fixed-tel-sp{
        height: 54px;
    }
    .fixed-tel-sp a{
        width: 100%;
        font-size: 4.3vw;
        padding: 12px 0;
        line-height: 1.3em;
        position: absolute;
        top: 50%; /*親要素を起点に上から50%*/
        left: 50%;  /*親要素を起点に左から50%*/
        transform: translateY(-50%) translateX(-50%); /*要素の大きさの半分ずつを戻す*/
        -webkit-transform: translateY(-50%)translateX(-50%);
    }
    .fixed-tel-sp a span{
        font-size: 5.2vw;
    }
    .fixed-line-sp a,.fixed-instagram-sp a{
        color: #fff;
        display: block;
        padding: 12px 0;
        font-size: 20px;
    }
    .fixed-line-sp a,.fixed-instagram-sp a{
        color: #fff;
        display: block;
        padding: 12px 0;
        font-size: 16px;
        font-weight: 700;
    }
}
@media screen and (max-width: 375px){
    .fixed-line-sp a,.fixed-instagram-sp a{
        font-size: 16px;
        padding: 13px 0;
    }
}




/*よくある質問について*/
.qanda{
	background-color:#F2F2F2;
	border-radius:5px;
	padding:0 10px;
	margin:15px auto;
}
.question {
	display:flex;
	align-items:center;
	border-bottom:dotted 3px #A7AAA9;
	padding:10px;
}
.question p{
	margin:0;
	padding-left:5px;
    font-weight: bold;
}
.question_logo{
	background-color:#fff;
	padding:2px 10px;
	border-radius:50px;
	font-weight:700;
	color:#14B8DC;
	font-size:20px;
	margin:0px;
}
.qanda-link a{
	color:#14B8DC;
	font-weight:bold;
	text-decoration:underline;
}
.answer {
	display:flex;
	align-items:center;
	padding:10px;
}
.answer p{
	margin:0;
	padding-left:5px;
}
/*詳しくはこちらがついているanswerのpをdivにした*/
.answer-p{
	margin:0;
	padding-left:5px;
}
.answer_logo{
	background-color:#14B8DC;
	padding:2px 10px;
	border-radius:50px;
	font-weight:700;
	color:#fff;
	font-size:20px;
	margin:0px;
}
@media(max-width:768px){
    .question p,.answer p{
        font-size: 15px;
        line-height: 1.4em;
    }
    .question,.answer{
        padding: 8px 0;
    }
}
@media(max-width:520px){
    .qanda{
        padding: 5px 12px;
    }
}
/*よくある質問についてここまで*/

/*見出し同士の空白調整*/
.blank_adjust {
　　width:100%;
	height:10px;
}

/*詳しくはこちら*/
.detail a{
	color:#14B8DC;
	font-weight:700;
}
/*詳しくはこちらここまで*/


/*お近くの院にご連絡ください！*/
.contact1 {
	font-weight:700;
}
/*お近くの院にご連絡ください！ここまで*/

/*店舗一覧はこちら*/
.cintact2{
	width:50%;
}
.contact2 a{
	background-color:#14B8DC;
	color:#fff;
	font-weight:700;
	margin:0px auto;
	padding:20px;
	border-radius:25px;
	display:block;
}
/*店舗一覧はこちらここまで*/



/*メガメニュー*/
.global_menu { /* メニュー全体のスタイル */
    width: 100%;
    position: relative;
    color: #fff; /* 文字色 */
    background: #A7AAA9; /* 背景色 */
    text-align: center;
}
 
.global_menu li {
    display: inline-block;
}
 
.global_menu a { /* 各項目のスタイル */
    display: block;
    padding: 10px 30px;
    color: #fff;
    font-size: 0.9em;
}
.global_menu a i{
    margin-left: 3px;
}
 
.menu:hover > a {
    background: #14B8DC;
}
 
.child_menu > li > a { /* 子項目のスタイル */
    font-size: 1em;
}
.child_menu > li > a:hover { /* 子項目のスタイル（ホバー時） */
    background: #14B8DC;
}
 
.child_menu { /* 下層メニューのスタイル */
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 15px 30px;
    color: #333; 
    background: #14B8DC; 
    visibility: hidden; /* 下層メニューを非表示 */
    opacity: 0; /* 不透明度を最小に */
    transition: 0.3s opacity; 
}
.menu:hover .child_menu {
    opacity: 1; /* 不透明度を最大に */
    visibility: visible; /* 下層メニューを表示 */
}
.child_menu a {
    padding-bottom: 8px;
    position: relative;
}
.child_menu a::before {
    background: #fff;
    content: '';
    width: 50%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transform-origin: center top;
    transform: scale(0, 1);
    transition: transform .2s;
}
.child_menu a:hover::before {
    transform-origin: center top;
    transform: scale(1, 1);
}
@media(max-width:960px){
    .global_menu{
        display: none;
    } 
}
/*　上に上がる動き　*/

#header.UpMove{
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 0;
  transform: translateY(-100px);
  }
}

/*　下に下がる動き　*/

#header.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 0;
  transform: translateY(-100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/*監修者プロフィール*/

.profile{
    max-width: 770px;
    width: 80%;
    height: auto;
    padding: 30px;
    border: solid 3px #14B8DC;
    margin: 50px auto;
    border-radius: 20px;
}

/*プロフィール*/
.profile_1{
    justify-content: space-between;
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 20px;
    border-bottom: solid 2px #A1E2F1;
}
.profile_1 .profile-img{
    width: 175px;
    height: auto;
    margin-right: 25px;
}
.profile_1 .profile-img img{
    width: 175px;
}
.profile_1 .profile-name{
    width: 70%;
    height: auto;
    margin-top: 0.5vw;
}
.profile_1 .profile-name .supervisor{
    display: inline-block;
    background-color: #1eb3eb;
    color: #fff;
    padding: 3px 5px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.profile_1 .profile-name .name{
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
}
.profile_1 .profile-name p span{
    font-size: 35px;
}

.profile_2 p{
    margin-bottom: 0;
}
.profile_skill{
    margin-top: 10px;
}

@media (max-width : 960px){
    .profile{
        width: 90%;
        max-width: 550px;
    }
    .profile_1 .profile-img,.profile_1 .profile-img img{
    width: 150px;
}
.profile_1 .profile-name{
    margin-top: 0;
}
.profile_1 .profile-name p span{
    font-size: 30px;
}
.profile_1 .profile-name .name{
    font-size: 16px;
}
}

@media (max-width : 768px){
    .profile_1 .profile-name{
        margin-top: 1vw;
    }
    .profile_1 .profile-name .name{
        font-size: 15px;
    }

}
@media (max-width : 520px){
    .profile{
        padding: 20px;
    }
    .profile_1{
        display: block;
        padding-bottom: 15px;
    }
    .profile_1 .profile-name{
        width: 100%;
        margin: 0 auto;
        margin-top: 2.5vw;
        text-align: center;
        line-height: 1.3em;
    }
    .profile_1 .profile-name .name{
        font-size: 14px;
    }
    .profile_1 .profile-name .supervisor{
        font-size: 14px;
        margin-bottom: 6px;
    }
    .profile_1 .profile-name p span{
        font-size: 30px;
        line-height: 1.3em;
    }

    
    .profile_1 .profile-img{
        width: 200px;
        margin: 0 auto;
    }
    .profile_1 .profile-img img{
        width: 100%;
    }
    
    .profile_2 p{
        font-size: 14px;
    }
}


/*フッターバナー*/
.footer-banner{
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
    margin-bottom: 50px;
    display: flex;
	justify-content:center;
    flex-wrap: wrap;
    grid-gap: 10px;
}
.footer-banner a{
    display: block;
    width: 23%;
/*    margin-bottom: 10px;*/
}
.footer-banner a img{
    width: 100%;
}
@media (max-width : 768px){
    .footer-banner {
        width: 80%;
    }
    .footer-banner a{
        width: 48%;
        grid-gap: 1%;
    }
}
@media (max-width : 480px){
    .footer-banner {
        width: 90%;
        margin-bottom: 30px;
    }
}
/*トップに画像がないページのタイトル位置調整*/
.nopic-adjust {
	margin-top:137px;
}
@media(max-width:1200px){
    .nopic-adjust{
	    margin-top:145px;
    }
}
@media(max-width:960px){
	.nopic-adjust{
	    margin-top:97px;
    }
}
@media(max-width:520px){
	.nopic-adjust{
	    margin-top:91px;
    }
}
@media(max-width:480px){
	.nopic-adjust{
	    margin-top:80px;
    }
}
@media(max-width:375px){
	.nopic-adjust{
	    margin-top:68px;
    }
}




/*～はこちらリンク*/
.link-btn {
	display:flex;
	justify-content:flex-end;
	
}
/*文章内リンクなど*/
.link-btn2 {
	color:#14B8DC;
	font-weight:bold;
}
.link-btn a{
	color:#14B8DC;
	font-weight:bold;
}
.link-btn a::after{
	content:"▶";
	color:#14B8DC;
	font-weight:bold;
	margin-left:3px;
}
.link-btn a:hover{
	opacity:0.7;
}

/*補足説明*/
.caution {
	color:#14B8DC;
}
/*補足説明小文字*/
.caution-small {
	font-size:14px;
}
@charset "utf-8";
/* CSS Document */

.box{
    width: 100%;
    height: auto;
    margin-bottom: 100px;
    padding-top: 137px;
}
@media screen and (max-width: 960px){
    .box{
        padding-top: 95px;
    }
}
@media screen and (max-width: 480px){
    .box{
        padding-top: 80px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 375px){
    .box{
        padding-top: 70px;
    }
}
/*メインビジュアル*/
.mainvisual{
    width: 100%;
    height: auto;
    padding: 80px 50px;
    background-color: #f2f2f2;
    background-image: url("image/mainvisual-1900.webp");
    background-repeat: no-repeat;
    background-size: cover;	
	background-position:center;
}
.mainvisual h1{
    font-size: 80px;
    font-weight: bold;
    line-height: 6.0rem;
    letter-spacing: 0.18rem;
}
.mainvisual h1 span{
        text-shadow: 0px 0px 6px rgb(0 0 0 / 80%);
        color: #fff;
    }
.main-point{
    width: 100%;
    height: auto;
    margin: 40px 0;
    display: flex;
}
.main-point-1{
    width: 200px;
    height: 200px;
    padding: 70px 0;
    background-color: #14B8DC;
    border-radius: 100vw;
    margin-right: 30px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.main-point-1 p{
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    color: #fff;
	margin:0;
}
@media screen and (max-width: 1200px){
	.mainvisual{
    width: 100%;
    height: auto;
    padding: 80px 50px;
    background-color: #f2f2f2;
    background-image: url("image/mainvisual-1200.webp");
    background-repeat: no-repeat;
    background-size: cover;	
	background-position: left 0px top 0px,center;
}
    .mainvisual h1{
        font-size: 70px;
        line-height: 5.5rem;
    }
    .main-point{
        margin: 40px 0
    }
    .main-point-1{
        width: 190px;
        height: 190px;
        margin-right: 20px;
        padding: 65px 0;
    }
}
@media screen and (max-width: 1024px){
    .mainvisual h1{
        font-size: 60px;
        line-height: 5rem;
    }
    .main-point{
        margin: 30px 0
    }
    .main-point-1{
        width: 165px;
        height: 165px;
        margin-right: 15px;
        padding: 60px 0;
    }
    .main-point-1 p{
        font-size: 18px;
    }
}
@media screen and (max-width: 960px){
    .mainvisual{
        padding: 40px 30px;
    }
    .mainvisual h1{
        font-size: 6.8vw;
        line-height: 8.2vw;
        letter-spacing: 0.1rem;
    }
    .mainvisual h1 br{
        display: none;
    }
    .mainvisual h1 span{
        display: block;
    }
    .main-point{
        margin: 15px 0;
    }
    .main-point-1{
        width: 150px;
        height: 150px;
        padding: 55px 0;
        margin-right: 8px;
    }
    .main-point-1 p{
        font-size: 16px;
    }
    .main-point p span{
        display: inline-block;
    }
}
@media screen and (max-width: 768px){
    .mainvisual h1{
        font-size: 9.6vw;
        line-height: 10.4vw;
        text-align: center;
        padding-top: 350px;
    }
    .mainvisual{
        margin: 0 auto;
    }
	.mainvisual{
        background-image: url("image/mainvisual-768.webp");
	    background-position: center;
    }
    .main-point{
        width: 100%;
        margin: 30px auto;
        justify-content: space-between;
    }
    .main-point-1{
        width: 28vw;
        height: 28vw;
        margin-right: 0;
        padding: 8.8vw 0;
    }
    .main-point-1 p{
        font-size: 3vw;
    }
}
@media screen and (max-width: 640px){
    .mainvisual h1{
        font-size: 9.5vw;
        line-height: 10.5vw;
        padding-top: 340px;
    }
    
}
@media screen and (max-width: 480px){
    .mainvisual{
        padding: 40px 20px;
        height: 600px;
        background-position: center;
        background-image: url("image/mainvisual-480.webp");
    }
    .mainvisual h1{
        font-size: 9vw;
        line-height: 10.9vw;
        padding-top: 220px;
    }
    .main-point{
        width: 100%;
        margin: 20px auto;
    }
    .main-point-1{
        width: 28.5vw;
        height: 28.5vw;
        padding: 6.9vw 2vw;
    }
    .main-point-1 p{
        font-size: 3.5vw;
        line-height: 4.8vw;
    }
}
@media screen and (max-width: 420px){
    .mainvisual h1{
        padding-top: 260px;
    }
}
/*メインビジュアル終わり*/

.content{
    width: 100%;
    max-width: 1200px;
    height: auto;
    padding: 30px 0;
    margin: 0 auto;
}
.content-1{
    width: 75%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
}
.content-1 .onayami{
    font-weight: 700;
    font-size: 46px;
    line-height: 3.8rem;
}

@media screen and (max-width: 960px){
    .content-1{
        width: 80%;
    }
    .content-1 .onayami{
        font-size: 35px;
        line-height: 3rem;
    }
}
@media screen and (max-width: 768px){
    .content-1{
        width: 90%;
    }
}
@media screen and (max-width: 640px){
    .content-1 .onayami{
        font-size: 5.8vw;
        line-height: 7.4vw;
    }
}
@media screen and (max-width: 480px){
    .content-1 .onayami{
        font-size: 5.7vw;
    }
}

/*あなたは事故後どのようなことでお悩みですか？*/
.content-1-btnbox{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
	justify-content:space-between;
    margin-top: 50px;
	gap:10px;
}
.btnbox-1{
    width: 32%;
    height: auto;
}
.btnbox-1-2{
    width: 24%;
    height: auto;
}
/*.btnbox-1-empty{
	content:"";
	width: 24%;
    height: auto;
	display:block;
}*/
.btnbox-1 a:hover{
    opacity: 0.6;
}
.content-1-box{
    width: 100%;
    height: auto;
    margin-top: 30px;
}
.content-1-box p{
    font-size: 18px;
}
.content-1-box p span{
    font-weight: 600;
    color: #14B8DC;
    font-size: 20px;
    display: block;
    margin-top: 15px;
    word-break: keep-all;
    overflow-wrap: break-word;
}
.content-1-box p span::before{
    content: "〈 ";
}
.content-1-box p span::after{
    content: " 〉";
}
@media screen and (max-width: 1024px){
    .btnbox-1{
        width: 31%;
    }
	.btnbox-1-2{
    width: 23%;
    height: auto;
}
    .content-1-box p{
        font-size: 16px;
        line-height: 1.8em;
    }
}
@media screen and (max-width: 960px){
    .content-1-btnbox{
        margin-top: 30px;
    }
    .content-1-box p br{
        display: none;
    }
}
@media screen and (max-width: 960px){
    .btnbox-1{
        width: 48.5%;
    }
    .content-1-box p span::before{
        content: "";
    }
    .content-1-box p span::after{
        content: "";
    }
}
@media screen and (max-width: 520px){
    .btnbox-1{
        width: 48%;
    }
    .content-1-box p span::before{
        content: "";
    }
    .content-1-box p span::after{
        content: "";
    }
}
@media screen and (max-width: 480px){
    .btnbox-1{
        width: 48.5%;
    } 
    .content-1-btnbox{
        gap: 8px;
    }
    .content-1-box p{
        font-size: 15px;
        text-align: left;
    }
    .content-1-box p span{
        font-size: 18px;
    }
}
/*あなたは事故後どのようなことでお悩みですか？終わり*/


/*コロナ対策*/
.corona-box{
    width: 100%;
    height: auto;
    margin-top: 50px;
}
.corona-1{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}
.corona-content-1{
    width: 30%;
}
.corona-content-1_1{
    width: 100%;
    height: auto;
    margin-top: 10px;
    text-align: left;
}
.corona-content-1_1 p{
    font-size: 16px;
}
.corona-2{
    width: 100%;
    height: auto;
    padding: 10px;
    text-align: center;
    border: solid 4px #14B8DC;
    border-radius: 10px;
    margin-top: 40px;
}
.corona-2 p{
    margin-bottom: 0;
    color: #14B8DC;
    font-weight: bold;
    font-size: 28px;
    line-height: 2.4rem;
}
@media screen and (max-width: 960px){
    .corona-box{
        margin-top: 30px;
    }
    .corona-content-1{
        width: 31.5%;
    }
    .corona-2{
        margin-top: 20px;
        border: solid 3px #14B8DC;
    }
    .corona-2 p{
        font-size: 23px;
    }
}
@media screen and (max-width: 768px){
    .corona-2 p{
        font-size: 22px;
        line-height: 1.8rem;
    }
}
@media screen and (max-width: 640px){
    .corona-2 p{
        font-size: 18px;
        line-height: 1.6rem;
    }
}
@media screen and (max-width: 520px){
    .corona-1{
        display: block;
    }
    .corona-content-1{
        width: 100%;
        display: flex;
        margin-bottom: 10px;
    }
    .corona-content-1 img{
        width: 30%;
    }
    .corona-content-1_1{
/*        margin-top: 0;*/
        margin-left: 10px;
    }
    .corona-2{
        border: solid 2px #14B8DC;
    }
    .corona-2 p{
        font-size: 15px;
        line-height: 1.4rem;
    }
}
@media screen and (max-width: 480px){
    .corona-box{
        margin-top: 20px;
    }
    .corona-content-1{
        
    }
    .corona-content-1 img{
        width: 22%;
    }
    .corona-content-1_1 p{
        font-size: 13px;
        line-height: 1.3em;
        margin-bottom: 0;
    }
}
/*もしも事故に遭ってしまったら…*/
.moshimo{
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 50px;
}
.moshimo img{
    width: 80%;
    height: auto;
}
.moshimo_btn-box{
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}
.moshimo_btn-box p{
    font-size: 35px;
    font-weight: bold;
    margin: 30px auto;
}
.moshimo_btn-box-1{
    width: 100%;
    height: auto;
}
.moshimo_btn-box-1 a{
    background: #14B8DC;
    border-radius: 50vh;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 450px;
    width: 80%;
    padding: 22px 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border: solid 2px #14B8DC;
}
.moshimo_btn-box-1 a:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 28px;
    border-radius: 1px;
}
.moshimo_btn-box-1 a:hover{
    background: #fff;
    color: #14B8DC;
}
.moshimo_btn-box-1 a:hover:after{
    border-color: #14B8DC;
}
@media screen and (max-width: 960px){
    .moshimo{
        margin-top: 30px;
    }
    .moshimo img{
        width: 90%;
    }
    .moshimo_btn-box p{
        font-size: 30px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 520px){
    .moshimo_btn-box p{
        font-size: 25px;
    }
    .moshimo_btn-box-1 a{
        padding: 15px 10px;
    }
}
@media screen and (max-width: 480px){
    .moshimo img{
        width: 100%;
    }
    .moshimo_btn-box p{
        font-size: 18px;
    }
    .moshimo_btn-box-1 a{
        font-size: 16px;
        padding: 10px;
    }
}
/*CS接骨グループの交通事故治療*/
.chiryou{
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 50px;
}
.chiryou .chiryou-1{
    font-size: 20px;
    color: #14B8DC;
    font-weight: 700;
    margin-bottom: 5px;
}
.chiryou .chiryou-2{
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 0;
}
.chiryou .chiryou-content{
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 30px; 
}
@media screen and (max-width: 960px){
    .chiryou{
        margin-top: 30px;
    }
    .chiryou .chiryou-1{
        margin-bottom: 0;
    }
}
@media screen and (max-width: 640px){
    .chiryou .chiryou-2{
        font-size: 5.8vw;
        line-height: 7.4vw;
    }
    .chiryou .chiryou-content{
        margin-top: 20px;
    }
}
@media screen and (max-width: 480px){
    .chiryou .chiryou-1{
        font-size: 16px;
    }
    .chiryou .chiryou-2{
        font-size: 5.7vw;
    }
}
/*CS接骨グループの交通事故治療 7つの特徴*/
.chiryou-content-1{
    width: 100%;
    height: auto;
    padding: 30px 30px;
    justify-content: space-between;
    display: flex;
    border: solid 1px #A7AAA9;
    margin-bottom: 30px;
}
.chiryou-content-1:last-child{
    margin-bottom: 80px;
}
.chiryou-content-1_1{
    width: 260px;
    height: 260px;
    background-color: #f2f2f2;
    border-radius: 50vh;
}
.chiryou-content-1_1 img{
    width: 260px;
    height: 260px;
    background-color: #f2f2f2;
    border-radius: 50vh;
}
.chiryou-content-1_2{
    width: 65%;
    height: auto;
    text-align: left;
}
.chiryou-content-1_2 .point{
    font-size: 16px;
    color: #14B8DC;
    font-weight: bold;
    margin-bottom: 5px;
}
.chiryou-content-1_2 .point-1{
    font-size: 26px;
    font-weight: bold;
}
.chiryou-content-1_2 .point-2{
    margin-bottom: 0;
}
/*CS接骨グループの交通事故治療 交通事故治療のポイント*/
.chiryou-content-2_1{
    width: 90%;
    height: auto;/* 画像入れたらautoに*/
    /*background-color: #f2f2f2;*/
    margin: 0 auto;
}
.chiryou-content-2_1 img{
	width: 90%;
}
.chiryou-content-2_2{
    width: 90%;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
}
.chiryou-content-2_2 .point{
    font-size: 28px;
    font-weight: bold;
    color: #14B8DC;
    margin-bottom: 10px;
}
@media screen and (max-width: 1200px){
    .chiryou-content-1{
        padding: 20px;
        margin-bottom: 20px;
    }
    .chiryou-content-1_1{
        width: 20vw;
        height: 20vw;
    }
	.chiryou-content-1_1 img{
        width: 20vw;
        height: 20vw;
    }
    .chiryou-content-1_2{
        width: 68%;
    }
    .chiryou-content-1_2 .point-1{
        font-size: 24px;
        margin-bottom: 8px;
        line-height: 1.3em;
    }
    .chiryou-content-1_2 .point-1 span{
        display: inline-block;
    }
    .chiryou-content-1_2 .point-2{
        font-size: 15px;
    }
}
@media screen and (max-width: 960px){
    .chiryou-content-1_2 .point-1{
        font-size: 20px;
    }
    .chiryou-content-1_2 .point{
        font-size: 14px;
    }
    .chiryou-content-1:last-child{
        margin-bottom: 60px;
    }
}
@media screen and (max-width: 768px){
    .chiryou-content-1_1{
        width: 24vw;
        height: 24vw;
    }
	.chiryou-content-1_1 img{
        width: 24vw;
        height: 24vw;
    }
    .chiryou-content-2_2{
        margin-top: 20px;
    }
}
@media screen and (max-width: 640px){
    .chiryou-content-1{
        width: 80%;
        display: block;
        margin:  0 auto;
        margin-top: 20px;
        padding: 30px;
    }
    .chiryou-content-1_1{
        width: 45vw;
        height: 45vw;
        margin: 0 auto;
    }
	.chiryou-content-1_1 img{
        width: 45vw;
        height: 45vw;
        margin: 0 auto;
    }
    .chiryou-content-1_2{
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
    .chiryou-content-1_2 .point-1{
        font-size: 20px;
        line-height: 1.2em;
    }
    .chiryou-content-2_2 .point{
        font-size: 22px;
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 520px){
    .chiryou-content-1{
        width: 90%;
        padding: 20px;
    }
}
@media screen and (max-width: 480px){
    .chiryou-content-1{
        width: 95%;
    }
    .chiryou-content-1_2 .point-1{
        font-size: 18px;
    }
}
@media screen and (max-width: 375px){
    .chiryou-content-1{
        padding: 15px;
    }
    .chiryou-content-1_2 .point-1{
        font-size: 4.2vw;
    }
    .chiryou-content-1_2 .point-2{
        font-size: 14px;
    }
}
/*治療の流れ*/
.flow{
    width: 100%;
    height: auto;
    margin: 30px auto;
}
.flow-1{
    width: 100%;
    height: auto;
    padding: 25px;
    border: solid 2px #A1E2F1;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
}
.flow-1_1{
    width: 35%;
    height: auto;/*写真入れたらautoに*/
    /*background-color: #f2f2f2;*/
}
.flow-1_1 img{
    width: 100%;
}
.flow-1_2{
    width: 60%;
    text-align: left;
}
.flow-1_2 .flow-midashi{
    font-size: 20px;
    font-weight: bold;
    color: #14B8DC;
    margin-bottom: 5px;
	margin-top:15px;
}
.flow-1_2 .flow-midashi span{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
	margin-right:5px;
	background-color:#14B8DC;
	padding:3px 10px;
	border-radius:5px;
}
.flow-content1{
	margin:10px 0 20px 0;
}
.flow-content-title{
	font-weight:bold;
	margin:3px 0;
}
.flow-content-title::before{
	content:"●";
	color:#14B8DC;
	font-size:12px;
	margin-right:5px;
	margin-bottom:5px;
}
.flow-content-text{
	
}
.flow-content-text li{
	margin-bottom:5px;
}
.flow-content-table{
	
}
.flow-content-table th{
	border:solid 1px #707070;
	background-color:#E3FAFF;
	padding:10px;
	width:30%;
	text-align:center;
}
.flow-content-table td{
	border:solid 1px #707070;
	padding:10px;
	width:70%;
}
/*矢印*/
.arrow-box{
    width: 100%;
    height: auto;
    margin: 15px auto;
}
.arrow-box img{
    width: 80px;
}

.flow-2{
    width: 100%;
    height: auto;
    margin-top: 15px;
    text-align: left;
}
@media screen and (max-width: 1024px){
    .flow-1_1{
        width: 42%;
    }
    .flow-1_2{
        width: 55%;
    }
}
@media screen and (max-width: 960px){
    .flow-1{
        padding: 20px;
    }
    /*.flow-1_1{
        height: 22vw;
    }*/
    .flow-1_2 p{
        font-size: 15px;
        margin-bottom: 0;
    }
    .arrow-box img{
        width: 60px;
    } 
}
@media screen and (max-width: 768px){
    .flow-1{
        width: 90%;
        margin: 0 auto;
        display: block;
        padding: 30px;
    }
    .flow-1_1,.flow-1_2{
        width: 100%;
        /*text-align: center;*/
    }
    /*.flow-1_1{
        height: 45vw;
    }*/
	.flow-1_1 img{
       /* height: 45vw;*/
		width:100%;
    }
    .flow-1_2{
        margin-top: 10px;
    }
    .flow-2{
        width: 90%;
        margin: 0 auto;
        margin-top: 15px;
        /*text-align: center;*/
    }
}
@media screen and (max-width: 520px){
    .flow-1,.flow-2{
        width: 100%;
    }
    .flow-1{
        padding: 20px;
        border-radius: 15px;
    }
    .flow-1_2 .flow-midashi{
        margin-bottom: 0;
    }
    .arrow-box{
        margin: 10px auto;
    }
}


/*漫画*/
.comic{
    width: 100%;
    margin: 0 auto;
    
}
.comic-h2{
    padding-top: 0;
    margin-top: 80px;
}
.comic .slider img{
    max-width: 850px;
    width: 80%;
    height: 108vh;
    display: block;
    margin: 0 auto;
}
.slider div{
    z-index: 1;
    margin-top: 30px;
}

@media screen and (max-width: 960px){
    .comic .slider img{
        height: auto;
    }
}
@media screen and (max-width: 768px){
    .comic .slider img{
        width: 95%;
    }
}
@media screen and (max-width: 640px){
    .comic .slider img{
        width: 95%;
    }
}
@media screen and (max-width: 520px){
    .slider div{
        z-index: 1;
        margin-top: 15px;
    }
}
/* ドットナビゲーション・矢印ナビゲーションのスタイル */
/*
.slick-dots {
  position: absolute;
  bottom: -15px;
  list-style: none;
  text-align: center;
  width: 100%;
  padding: 0;
  margin: 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 10px;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 5px;
  height: 5px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background-color: #ccc;
  border-radius: 50%;
}

.slick-dots li.slick-active button {
  background-color: #14B8DC; 
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 30px;
  height: 30px;
  background-color: inherit; 
  border: none;
  outline: none;
  cursor: pointer;
}

.slick-prev {
  left: 0px;
    z-index: 50;
}

.slick-next {
  right: 0px;
}


.slick-prev.slick-arrow:before {
    content: url("image/arrow-prev.svg");
}
.slick-next:before, .slick-prev:before {
    color: #aaa!important;
    font-size: 60px!important;
}
.slick-next.slick-arrow:before {
    content: url("image/arrow-next.svg");
}*/

/*体験者の声*/
/*
.voice{
    position: absolute;
    padding: 50px 0;
    width: 100%;
    left: 0;
}
.container {
    width: 100%;
    max-width: 100%;
    padding: 30px 0;

}
.splide-wrapper{
    width: 100%;
}
.splide{
    margin-bottom: 20px;
}
.splide__list {
    height: auto;
}

.splide__slide{
    width: 480px!important;
    height: 320px;
}
.splide__slide img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

@media(max-width:960px){
    .splide__slide{
        width: 350px!important;
        height: 220px;
    }
}
*/
.voice{
    width: 100%;
    position: absolute;
    left: 0;
}
.swiper-container,.swiper-container-1{
    overflow: hidden;
    padding: 10px 0;
    width: 100%;
    
}

.swiper-wrapper{
    transition-timing-function: linear;
}
.swiper-wrapper img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}

/*体験者の声終わり*/

.btn-box{
    margin-top: 40vw;
}
@media(max-width:960px){
    .btn-box{
        margin-top: 80vw;
    }
}
@media(max-width:480px){
    .btn-box{
        margin-top: 155vw;
    }
}



/*文字サイズ調整*/
.small-font {
	font-size:15px;
	font-weight:normal;
}
@media(max-width:480px){
.small-font {
	font-size:13px;
}	
}
/*TOPバナー*/
.banner-slider{
	padding-left:0;
}
.top-banner{
	margin-bottom:70px;
}
.top-banner li {
	
}
.top-banner li a{
	
}
.top-banner li a:hover{
	opacity:0.7;
}
.top-banner li a img{
	width:100%;
	height:auto;
	display:block;
}
.btn-box .shoplist-btn a{
	text-decoration:none!important;
}