@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;	
}
body{
	font-family: Verdana, Geneva, "sans-serif";
	line-height: 1.5;
	width: 100%;
	max-width: 1000px;
	margin:0 auto;
}
.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }
img{
	height: auto;
}
img.mainimg{
	width: 100%;
	height: auto;
	margin-bottom: 5%;
}
img.big100{
	width: 100%;
	height: auto;
}
.sp{
	display: none;
}
.crearfix{
	overflow: hidden;
}
.flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    }
.wrap{
flex-wrap: wrap;
}

a{
	text-decoration: none;
}
.header-telNav1 a{
	color: #fff;
}
a:hover{
	opacity: 0.7;
}
.gr{
	color: #648233;
}
.margin{
	margin-bottom: 3%;
}

/*移動マウス*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #648233;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/*移動マウスここまで*/
header{
	margin-bottom: 20px;
	padding: 15px 0;
	    display: flex;
    flex-wrap: wrap;
    padding: 1% 0px;
    /* margin: 0 10%; */
    /* height: 150px;*/
}
header .header-left{
    width: 32%;
}
header .header-left h1{
	height: 100%;
    background:url( "../img/logo-pc.png") no-repeat;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-size: 100%;
    margin-right: auto;
    width: 90%;
    background-position: center;
    z-index: 100;
}
h1 a{
    display: block;
    height: 100%;
}
 .header-info-wrap{
    height: auto;
    text-align: center;
	 margin-top: 20px;
    margin-bottom: 20px;
}
.header-info{
    width: 80%;
}
header .header-left h1 img{
	width: 90%;
}
header .header-rightNav{
	width: 68%;
    margin: 2px 0 0;
	float: right;
}
.header-item{
   padding-left: 3%;
}
.header-rightNav .header-itemimg img{
	width: 100%;
	padding-right: 3%;
}
.header-telNav1{
	width: 300px;
	background-color: #648233;
	color: #fff;
	font-size: 1.0em;
	padding: 20px 25px 20px;
	text-align: center;
}
.header-telNav2{
	font-size: 2em;
	color: #6d3f00;
	font-style: italic;
	position:relative;
	line-height: 1.5em;
	text-indent:1.5em;
	 padding-top: 5px;
}
.header-telNav2:before{
	position:absolute;
	left:0;
	content:"";
	display:inline-block;
	width:1.5em;
	height:1.5em;
	background:url("../img/tel.png") no-repeat;
	background-size:contain;
}
.header-telNav2 a{
    text-decoration: none;
	color:  #648233;
}

nav.menubtn li{
    width:20%;
	height:18px;
    display: block;
    text-align: center;
    line-height: 17px;
    border-right: 3px solid #648233;
	color: #648233;
	margin-bottom: 35px;
}
nav.menubtn li:first-child{
	border-left: 3px solid #648233;
	color: #648233;
	margin-bottom: 35px;
}
nav.menubtn li.none{
	border-right: none;
}
nav.menubtn_btm  ul{
    justify-content: center;
	padding: 0 1% 0;
}
nav.menubtn_btm  li{
    width: 18%;
    text-align: center;
    margin: 0 1% 0;
	margin-bottom: 35px;
}
nav.menubtn_btm li img{
    width: 98%;
}
/*h2{
	width: 100%;
    margin: 0 auto;
	background:#6d3f00;
    color: #fff;
    font-size: 2em;
    line-height: 100px;
	text-align: center;
	position: relative;
    margin-bottom: 2rem;
	margin-top: 5%;
	letter-spacing: 2px;
}
h2::after {
    border-style: solid;
    border-width: 30px 40px 0;
    border-color: #6d3f00 transparent transparent transparent;
    content: "";
    margin: auto;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -1.5rem;
    left: 0;
    right: 0;
}*/
h3.fs25{
    font-size: 2.5em;
	text-align: center;
}
/*アポロ整骨院とは*/
h2#towa{
	height: 100%;
    background:url( "../img/title01.png") no-repeat;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-size: 100%;
    margin-right: auto;
    width: 100%;
    background-position: center;
    z-index: 100;
	margin-top: 5%;
}
.point{
	width: 32%;
	border: #648233 solid 1px;
}
.margin5{
	margin-right: 2%;
}
.big{
	font-size: 1.3em;
}
.about-top{
	padding: 0 2% 0;
}
.about-top h3{
	width: 100%;
    margin: 0 auto;
	background:#648233;
    color: #fff;
    font-size: 1.5em;
    line-height: 45px;
	text-align: center;
}
.about-top p{
	width: 54%;
	padding: 3% 0 3% 3%;
	float: left;
	color: #6d3f00;
	font-size: 0.9em;
}
.about-top img{
	float: right;
	padding-right: 3%;
}
about-bottom,.about-bottomitem{
	width: 100%;
	padding: 0 2% 0;
}

section .about-bottomitem .b-item{
   width: 50%;
}
section .about-bottomitem .b-item img{
   width: 100%;
}
section .about-bottomitem .left{
   position: relative;
}
section .about-bottomitem .left p{
 position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  color: #6d3f00;
  font-size: 1.1em;
  font-weight: bold;
}

/*施術メニュー*/
h2#menu{
	height: 100%;
    background:url( "../img/title02.png") no-repeat;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-size: 100%;
    margin-right: auto;
    width: 100%;
    background-position: center;
    z-index: 100;
	margin-top: 5%;
}
span.f25{
	font-size: 2.5rem;
	text-align: center;
}
section .menu-up ul{
	display: flex;
	justify-content: space-around;
}
section .menu-up li{
	background-image: url(../img/circle.jpg);
    background-size: contain;
	background-repeat: no-repeat;
    width: 25%;
    padding-top: 6%;
    padding-bottom: 6%;
    /* height: 31.33%; */
    margin: 1%;
    text-align: center;
	color: #fff;
	line-height: 1;
	font-size: x-large;
}
span.inbox{
    display: inline-block;
}
section .center{
	text-align: center;
}
section .center img{
	width: 70%;
}
section .shosai{
	border: dotted 2px #6d3f00;
	background-color: #f3f0ef;
	color: #6d3f00;
	padding: 2%;
	letter-spacing: 7px;
	font-size: 1.2em;
	margin: 0 2% 0;
}
.menu-bottom table{
	border-collapse: collapse;
	width: 96%;
	margin: 0 2% 0;
}
.menu-bottom th, td {
    border: solid 1px #648233; 
	line-height: 45px;
    text-align: center;
    font-size: 1.5em;
	color: #648233; 
}
.menu-bottom th{
    background-color: #648233; 
	margin-bottom: 5px;
	font-size: 1.5em;
    line-height: 45px;
    color: #fff;
    text-align: center;
}
.menu-bottom th.t-title{
    background-color: #648233; 
	margin-bottom: 5px;
	width: 40%;
}
.noline{
	border: none;
}
.menu-bottom span.kome_text{
	font-size: 0.7em;
}
.menu-bottom p.m_text{
	font-size: 1em;
	color: #648233; 
	margin: 2%;
}
.menu-bottom td.right{
	text-align: right;
}
/*施術の流れ*/
h2#nagare{
	height: 100%;
    background:url( "../img/title03.png") no-repeat;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-size: 100%;
    margin-right: auto;
    width: 100%;
    background-position: center;
    z-index: 100;
	margin-top: 3%;
}
section.reserve_bg{
	background-image: url("../img/bg.gif");
	padding-bottom: 4%;
}
section .reserve{
	width: 100%;
    padding: 0 2% 0;
	margin: 0 auto;
	background-image: url("../img/bg.gif");
}
section .reserve p{
	color: #648233;
	padding: 20px 20px 0;
	text-align: center;
    font-size: 1.5em;
}
section .reserve p{
	text-align: left;
}
section .reserve div{
	border:solid 1px #648233;
	background-color: #fff;
}
section .reserve div h3{
	background-color: #648233; 
	color: #fff;
    font-size: 1.5em;
    line-height: 45px;
    text-align: center;
}
section .reserve img{
	text-align: center;
}
section .reserve div{
	position: relative;
	padding-bottom: 20px;
    margin-bottom: 50px;
}
section .reserve div::after {
    border-style: solid;
    border-width: 30px 40px 0;
    border-color: #648233 transparent transparent transparent;
    content: "";
    margin: auto;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -1.9rem;
    left: 0;
    right: 0;
}
section .reserve div:last-child::after {
    display: none;
}
/*アクセス*/
h2#acsses{
	height: 100%;
    background:url( "../img/title04.png") no-repeat;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-size: 100%;
    margin-right: auto;
    width: 100%;
    background-position: center;
    z-index: 100;
	margin-top: -3%;
}
h2.notop{
	margin-top: 0;
}
section .half{
	width: 50%;
	padding: 20px;
}
section .half img{
	width: 100%;
}
.m_ifram{
	width: 100%;
}
section .acssestop{
	display: flex;
	justify-content: space-around;
    align-items: center;
}
section .half ul.acsses li{
	color: #6d3f00;
	position: relative;
	text-indent: 2.5em;
	padding-bottom: 5%;
	font-size: 1.2em;
	line-height: 1.8;
}
section .half ul.acsses li.acsses_none{
	color: #6d3f00;
	position: relative;
	text-indent: 0;
	line-height: 1.5em;
}
section .half ul.acsses li.add:before{
	position:absolute;
	left:0;
	content:"";
	display:inline-block;
	width:2em;
	height:2em;
	background:url("../img/icon-h.png") no-repeat;
	background-size:contain;
}
section .half ul.acsses li.tra:before{
	position:absolute;
	left:0;
	content:"";
	display:inline-block;
	width:2em;
	height:2em;
	background:url( "../img/icon-t.png") no-repeat;
	background-size:contain;
}
section .half ul.acsses li.bus:before{
	position:absolute;
	left:0;
	content:"";
	display:inline-block;
	width:2em;
	height:2em;
	background:url( "../img/icon-b.png") no-repeat;
	background-size:contain;
}
section .half ul.acsses li.car:before{
	position:absolute;
	left:0;
	content:"";
	display:inline-block;
	width:2em;
	height:2em;
	background:url( "../img/icon-c.png") no-repeat;
	background-size:contain;
}
section .half ul.acsses li.time20:before{
	position:absolute;
	left:0;
	content:"";
	display:inline-block;
	width:2em;
	height:2em;
	background:url( "../img/20pm.png") no-repeat;
	background-size:contain;
}
section .half ul.acsses li span.space{
	padding-left: 2.5em;
}
/*店舗案内*/
h2#shop{
	height: 100%;
    background:url( "../img/title05.png") no-repeat;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-size: 100%;
    margin-right: auto;
    width: 100%;
    background-position: center;
    z-index: 100;
	margin-top: 5%;
}
section .half ul.shop li img{
	width: 70%;
}
section .shoptop{
	display: flex;
	justify-content: space-around;
    align-items: center;
}
section .shop_inner{
	width: 90%;
	text-align: center;
	font-size: 1em;
	line-height: 1.8;
	color: #6d3f00;
}
section ul li.small{
    font-size: 0.8em;
}
section ul li.tel{
	color: #6d3f00;
}


/*お客様の声*/
.voice{
	text-align: center;
}
.voice_wrap{
	width: 100%;
    display: flex;
    justify-content: space-between;
}
.inner_voice{
	width: 50%;
	border:1px solid #EEE;
    box-shadow:rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px;
    -webkit-box-shadow:rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px;
    -moz-box-shadow:rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px;
	margin: 20px;
	padding-bottom: 5%;
}
h3.inner_title{
	background:url( "../img/voice_title.png") no-repeat;
	background-size: cover;
    color: #e6de05;
    padding: 15% 5% 5% 26%;
	font-size:15px;
}

.inner_voice img{
	width: 100%;
    padding: 0 5%;
}



@media only screen and (min-width: 569px){
section ul li.left{
    text-align: left;
	padding-left: 15%;
    font-size: 1em;
}
.wrap_no{
    flex-wrap: unset;
}


}
@media only screen and (max-width: 568px){
	header .header-left h1{
	height: 100%;
    background:url( "../img/logo-sp.png") no-repeat;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-size: 100%;
    margin-right: auto;
    width: 90%;
    background-position: center;
    z-index: 100;
    margin: 0 auto;
}

	header .header-left h1 img{
	width: 80%;
	}
	img.mainimg {
    margin-top: -13%;
	}
	header{
	margin-bottom: 0;
	height: 610px;
	}
	header.container .header-left{
		width: 100%;
	}
	header .header-left{
    text-align: center;
	float: none;
	line-height: 100%;
}
	header .header-rightNav{
	width: 100%;
   margin: 0 auto;
	float: none;
}
	.header-item{
	margin: 0 auto;
	padding: 1%;
}
   .header-itemimg{
	margin: 0 auto;
    padding: 1%;
    margin-bottom: -95px;
}
	 .header-info-wrap{
	 margin-top: -90px;
    margin-bottom: 70px;
}
	.header-info {
    width: 95%;
}
	nav.menubtn{
	display: none;
	}
	nav.menubtn_btm  ul{
	margin-bottom: 3%;
	}
	nav.menubtn_btm  li{
    width: 31%;
    text-align: center;
    margin: 1%;
}
	h3.fs25{
    font-size: 1.5em;
	text-align: center;
}
	h2#towa{
	height: 100%;
    background:url( "../img/title01_sp.png") no-repeat;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-size: 100%;
    margin-right: auto;
    width: 100%;
    background-position: center;
    z-index: 100;
	margin-top: 5%;
}
	section .shosai{
	font-size: 0.8em;
}
	.about-top,.marginsp{
	margin-bottom: 2%;
	}
	section .about-bottomitem .b-item{
    width: 100%;
}
	h2#menu{
	height: 100%;
    background:url( "../img/title01_sp.png") no-repeat;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-size: 100%;
    margin-right: auto;
    width: 100%;
    background-position: center;
    z-index: 100;
	margin-top: 5%;
}

	section .menu-up li{
	font-size: small;
	}
	.menu-bottom th.t-title{
	width: 25%;
	}
    .point{
	width: 88%;
	border: #648233 solid 1px;
	margin: 0 auto;
    margin-bottom: 3%;
}
	section .center img {
    width: 90%;
	}
	about-bottom, .about-bottomitem{
	width: 88%;
    margin: 0 auto;	
		
	}
	.re .b-item:nth-child(1){
     order: 2;
}
    .re .b-item:nth-child(2){
     order: 1;
}
	section .half{
	width: 100%;
	padding: 20px;
}
	h2#nagare{
	height: 100%;
    background:url( "../img/title03_sp.png") no-repeat;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-size: 100%;
    margin-right: auto;
    width: 100%;
    background-position: center;
    z-index: 100;
	margin-top: 5%;
}
	section .reserve p,.menu-bottom th, td{
		font-size: 0.9em;
	}
	h2#acsses{
    height: 100%;
    background:url( "../img/title04_sp.png") no-repeat;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-size: 100%;
    margin-right: auto;
    width: 100%;
    background-position: center;
    z-index: 100;
	margin-top: -10%;
}
   	h2#shop{
    height: 100%;
    background:url( "../img/title05_sp.jpg") no-repeat;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-size: 100%;
    margin-right: auto;
    width: 100%;
    background-position: center;
    z-index: 100;
	margin-top: 5%;
}
	.voice img{
	width: 90%;
}
	.inner_voice{
	width: 90%;
	}
	.voice_wrap {
    flex-direction: column;
	}
	h3.inner_title{
	font-size:13px;
}
	.wide{
	padding: 15% 0% 2% 28% !important;;
	}
}