﻿@charset "UTF-8";

/*content area*/
body {
	-webkit-text-size-adjust: 100%;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing:0em;
	color:#000;
	line-height:1.6em;
}
@media only screen and (max-width:450px){
body {
	font-size:18px;
}
}
@media only screen and (min-width:451px) and (max-width:550px){
body {
	font-size:18px;
}
}
@media only screen and (min-width:551px) and (max-width:650px){
body {
	font-size:20px;
}
}
@media only screen and (min-width:651px) and (max-width:759px){
body {
	font-size:22px;
}
}
@media only screen and (min-width:760px){
body {
	font-size:24px;
}
}






.top-banner{
	display: flex;
	flex-wrap:wrap;
}
.top-banner li {
	width: calc(100%/4);/*←画像を横に4つ並べる場合*/
	padding:0 5px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
}
.top-banner li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
	border:solid 1px #ccc; /*←画像を1pxのグレーの枠線で囲む指定の場合*/
}







.box1 {
    padding: 0.5em 1em;
    margin: 2em 2em 2em 2em;
    background: #f0f7ff;
    border: dashed 2px #5b8bd0;/*点線*/
}
.box1 p {
    margin: 0; 
    padding: 0;
}


.box2 {
    position: relative;
    margin: 2em 0.5em 0em 0.5em;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.box2 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 22px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.box2 p {
    margin: 0; 
    padding: 0;
 font-size: 22px;
}



.datafirst {
    position: relative;
    margin: 4em 0;
    padding: 0.5em 1em;
    border: solid 5px #95ccff;
    border-radius: 8px;
}
.datafirst .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0  9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #ff0000;
    font-weight: bold;
}
.datafirst p {
    margin: 0; 
    padding: 0;
}







a.btn--orange {
  color: #fff;
  background-color: #eb6100;

}

a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

a.btn-c {
  font-size: 1.8rem;
  position: relative;
  padding: 1.5rem 2rem 1.5rem 2rem;
  border-radius: 100vh;
}

a.btn-c i.fa {
  margin-right: 1rem;
}

a.btn-c:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - .8rem);
  right: 1rem;
  margin: 0;
  padding: 0;
  content: '\f054';
}





a.btn--red {
  background-color: #d20010;
  border: 2px solid #9f000c;
}

a.btn-c {
  font-size: 1.8rem;
  position: relative;
  padding: 2rem 4rem 2rem 2rem;
  color: #fff;
  border-radius: 100vh;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
}

a.btn-c:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - .8rem);
  right: 1rem;
  margin: 0;
  padding: 0;
  content: '\f30b';
}








.r-waku {
color: black;
border: 2px dotted #ff0000;
}



.marker-red {
background: linear-gradient(transparent 80%, #ff0000 0%);
font-size:22px;

}

.marker-red2 {
background: linear-gradient(transparent 90%, #ff0000 0%);
font-size: 23px;
}

.marker-red3 {
background: linear-gradient(transparent 90%, #ff0000 0%);
font-size: 22px;
}

.marker-orange {
background: linear-gradient(transparent 80%, #ffa500 0%);
}









img.ex1{
	width:25%;
	height:25%;
	display:block;
}


img.ex1.5{
	width:40%;
	height:40%;
	display:block;
}

img.ex2{
	width:50%;
	height:50%;
	display:block;
}


img.ex3{
	width:65%;
	height:65%;
	display:block;
}


img.ex4{
	width:35%;
	height:35%;
	display:block;
}

.notice {

    position: relative;
    margin: 4em 0;
    padding: 0.5em 1em;
    border: solid 3px #ff0000;
}
.notice .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #ff0000;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.notice p {
    margin: 0; 
    padding: 0;
}

.index8 { margin-top: 30px;
  padding: 0.5em;
  background: #008000;
  color: white;
}


.padding{
    border: 1px solid #aaa;
    padding: 40px 30px;
}

p.underline-blue{border-bottom:solid 3px blue; width:450px;
margin-bottom:50px;
}

.red {
color:red;
font-weight: bold;
}


.ru {
color:red;
font-weight: bold;
text-decoration:underline;
text-decoration-color:#00FF00;

}







.blue {
color:blue;
font-weight: bold;
}

.rbig {font-size: 24px;
color:red;
font-weight: bold;
}


p.2 { line-height:0.8em; }

span.r{padding-right:5px;

    color:#069;  
   text-decoration:none;  
    border-left:solid 3px #ff0000; padding-left:5px; }

span.b{padding-right:5px;

    color:#069;  
   text-decoration:none;  
    border-left:solid 3px #0000ff; padding-left:5px; }

span.g{padding-right:5px;

    color:#069;  
   text-decoration:none;  
    border-left:solid 3px #008000; padding-left:5px; }

span.m{padding-right:5px;

    color:#069;  
   text-decoration:none;  
    border-left:solid 3px #800000; padding-left:5px; }



span.margin-top {
display: inline-block;
margin-top: 50px;
}



.index2{  /*+++++++++++++++++++ 小見出し +++++++++++++++++++*/
	font-size:22px;
	padding:6px;
	border-left:10px solid #0000ff;
	border-bottom:1px dotted #0000ff;
	margin-bottom:30px;
margin-left:20px;
}


.index3{  /*+++++++++++++++++++ 小見出し +++++++++++++++++++*/
	font-size:22px;
	padding:6px;
	border-left:10px solid #F90;
	border-bottom:1px dotted #F90;
	margin-bottom:30px;
margin-left:20px;
}

.index5{  /*+++++++++++++++++++ 小見出し +++++++++++++++++++*/
	font-size:24px;
        color:red;
        
	padding:6px;
	
	border-bottom: dotted 3px orange;
margin-left:20px;
}
.index6{  /*+++++++++++++++++++ 小見出し +++++++++++++++++++*/
	font-size:22px;
	padding:6px;
	border-left:10px solid #a52a2a;
	border-bottom:2px dotted #a52a2a;
	margin-top:30px;
margin-bottom:30px;
margin-left:30px;
}


img{
	width:100%;
	height:auto;
	display:block;
}

img.2{
	width:40%;
	height:auto;
	display:block;
}

#main {
padding-top: 100px;
}

.wrapper{
	box-sizing:border-box;
}
.mainarea{
	max-width:760px;
	margin:0 auto;
}
.mainarea p{
	padding:1.6% 4%;
}
a{
	color:blue;
	text-decoration:underline;
}
@media only screen and (min-width:760px){
.mainarea{
	max-width:760px;
	margin:0 auto;
	border:solid 1px #ccc;
	box-shadow: 0 0 6px #ccc;
	-moz-box-shadow :0 0 6px #ccc;
	-webkit-box-shadow:0 0 6px #ccc;
}
}
@media only screen and (min-width:700px){.none1 {display:none;}}
@media only screen and (min-width:400px){.none2 {display:none;}}
@media only screen and (min-width:370px){.none3 {display:none;}}
@media only screen and (max-width:599px){.none4 {display:none;}}
@media only screen and (max-width:400px){.none5 {display:none;}}
@media only screen and (min-width:600px){.none5 {display:none;}}
@media only screen and (min-width:401px){.none6 {display:none;}}

/*------------------------------------------------------------*/
/* < ヘッダー > */
/*------------------------------------------------------------*/
#mainColm{
	position:relative;
}

.Navigation{
    position:absolute;
    top: 0;
	z-index:100;
	max-width:760px;
}
.Navigation_box{
	background-image:url(../img/common/header/hd_bg.png);
	background-size:cover;
	overflow:hidden;
}

.head_mail{
	width:15.53%;
	float:right;
	margin-right:3.8%;
padding-bottom: 25px;

}
.haed_logo{
	width:57.37%;
	float:left;
padding-bottom: 25px;
}


.haed_logo a{color:#FFF; text-decoration:none;}
.haed_menu{
	width:13.18%;
	float:left;
	margin-left:3.8%;
}
.global_menu{
	margin-top:2%;
	margin-left:3.1%;
	margin-bottom:4%;
}
.global_menu li{
	width:19.3%;
	float:left;
}
.irekae_logo{margin-left:20%;
font-color: white;

}

/*------------------------------------------------------------*/
/* < サイドメニュー > */
/*------------------------------------------------------------*/
#pageslide {display: none;position: absolute;top: 0;height: 100%;z-index: 999999;width: 290px;}
#sidr {
	padding:0px 10px;
    display: none;
	box-sizing:border-box;
}
#sidr .side_menu{
	background-color:#fff;
	padding:5px 0;
}

#sidr .close{
	width:116px;
	height:auto;
	margin:0 auto;
	margin-top:20px;
}
#sidr .close.mb{
	margin-bottom:20px;
}
.panel .panel_menu .title{
	background:url(../img/common/side/menu1_title.jpg) left top no-repeat;
	width:270px;
    height: 60px;
}

.panel .panel_menu .title p{ 
	padding: 6% 0 0 6%;
    font-weight: bold;
    color: #fff;
    font-size: 24px;
}

.panel .panel_menu li{background:url(../img/common/side/menu1.jpg) no-repeat; width:270px; height:64px;}


.panel .panel_menu li a{
	    display: block;
    width: 270px;
    height: 64px;
    padding:4.5% 0 0 15%;
    font-size: 80%;
    color: #000;
    text-decoration: none;
}
@media only screen and (max-width:640px){
.panel .panel_menu li a{
	font-size:20px !important;
	padding-top: 7.5%;}
}


/*------------------------------------------------------------*/
/* < フッター > */
/*------------------------------------------------------------*/
#footerColm{
	background-color:#43a047;
	color:#fff;
	text-align:center;
	padding:1.5% 3%;
	margin-top:4%;
}
#footerColm p{
	padding:0;
	line-height:1.5em;
}
@media only screen and (max-width:400px){
#footerColm p{
	font-size:80%;
}
}

/*------------------------------------------------------------*/
/* < トップページ > */
/*------------------------------------------------------------*/
body.home #main .cont2 li{
	width:90%;
	margin:0 auto;
	border-bottom:solid 1px #ccc;
	padding:3% 1.5% 3%;

}
body.home #main .cont2 li .right .content{
	display:none;
}
body.home #main .cont2 li .right .content p{
	padding:2% 2% 0;
	font-size:88%;
	line-height:1.6em;
}
body.home #main .blog_title_img{
	width:91.7%;
	margin:0 auto;
	border:solid 1px #43a047;
}
body.home #main .new_blog{
	width:91.7%;
	border:solid 1px #43a047;
	margin:0 auto;
	font-size:90%;
	line-height:1.6em;
}
body.home #main .new_blog a{
	font-size:90%;
	line-height:1.6em;
}

body.home #main .new_blog p{
	padding:0;
}
body.home #main .new_blog li{
	border-bottom:dashed 1px #000;
	padding-bottom:2%;
}
body.home #main .new_blog li:last-child{
	border-bottom:none;
}
body.home #main .new_blog .blog_title{
	padding:2% 1% 1%;
	border-bottom:solid 2px #040000;
	line-height:1.5em;
}

body.home #main .new_blog .blog_title .title{
	font-weight:bold;
}
body.home #main .new_blog .blog_title .category{
	float:right;
	display:inline-block;
	padding:0.5% 2% 0;
	margin-left:2%;
}
body.home #main .new_blog .blog_title .category a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
body.home #main .new_blog .blog_title .cat1{
	background-color:#8bc34a;
}
body.home #main .new_blog .blog_title .cat2{
	background-color:#f5a816;
	color:#FFF;
}
body.home #main .new_blog .entry{
	padding:2% 2% 1%;;
}
body.home #main .new_blog .tuduki{
	text-align:right;
	padding:0% 2%;
}


.new_blog_a{
	width:96%;
	margin:0 auto;
	font-size:90%;
	line-height:1.6em;
}
.new_blog_a a{
	font-size:90%;
	line-height:1.6em;
}

.new_blog_a p{
	padding:0;
}
.new_blog_a li{
	border-bottom:dashed 1px #000;
	padding-bottom:2%;
}
.new_blog_a li:last-child{
	border-bottom:none;
}
.new_blog_a .blog_title{
	padding:2% 1% 1%;
	border-bottom:solid 2px #040000;
	line-height:1.5em;
}

.new_blog_a .blog_title .title{
	font-weight:bold;
}
.new_blog_a .blog_title .category{
	float:right;
	display:inline-block;
	padding:0.5% 2% 0;
	margin-left:2%;
}
.new_blog_a .blog_title .category a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
.new_blog_a .blog_title .cat1{
	background-color:#8bc34a;
}
.new_blog_a .blog_title .cat2{
	background-color:#f5a816;
	color:#FFF;
}
.new_blog_a .entry{
	padding:2% 2% 1%;;
}
.new_blog_a .tuduki{
	text-align:right;
	padding:0% 2%;
}

.entryLink{
	border-top:#999 1px solid;}
	
	body.home #main .cont2 li{
	width:90%;
	margin:0 auto;
	border-bottom:solid 1px #ccc;
	padding:3% 1.5% 3%;
}
body.home #main .cont2 li .left_img{
	float:left;
	width:24%;
}

@media only screen and (max-width:640px){
	body.home #main .cont2 li .left_img{
		padding-top:8%;
}
}

body.home #main .cont2 li .right{
	float:right;
	width:73%;
}
body.home #main .cont2 li .right p{
	padding:0;
}
body.home #main .cont2 li .right .accordion{
	cursor:pointer;
	text-indent:-9999px;
	margin:2% 1% 0;
}
body.home #main .cont2 li .right .accordion span{
	display:block;
	background:url(../img/index/tsuduki.jpg) left top no-repeat;
	background-size:contain;
}
body.home #main .cont2 li .right .accordion.bg02 span{
	background:url(../img/index/tsuduki2.jpg) left top no-repeat;
	background-size:contain;
}
body.home #main .cont2 li .right .content{
	display:none;
}
body.home #main .cont2 li .right .content p{
	padding:2% 2% 0;
	font-size:88%;
	line-height:1.6em;
}
	
/*------------------------------------------------------------*/
/* < 共通 > */
/*------------------------------------------------------------*/

.common_tel{
	display:block;
	margin:3% 0;
}

.common_button{
	display:block;
	margin-bottom:3%;
}


p.common_title{
	margin:1% 4%;
	background-image:url(../img/chiropractic/icon.jpg);
	border-bottom:solid 1px #10803b;
	font-weight:bold;
	background-repeat:no-repeat;
}
@media only screen and (max-width:450px){
p.common_title{
	background-position:left 2px;
	background-size:14px auto;
	padding:0 0 0 16px;
}
}
@media only screen and (min-width:451px) and (max-width:550px){
p.common_title{
	background-position:left 2px;
	background-size:15px auto;
	padding:0 0 0 17px;
}
}
@media only screen and (min-width:551px) and (max-width:650px){
p.common_title{
	background-position:left 3px;
	background-size:16px auto;
	padding:0 0 0 18px;
}
}
@media only screen and (min-width:651px) and (max-width:759px){
p.common_title{
	background-position:left 4px;
	background-size:17px auto;
	padding:0 0 0 19px;
}
}
@media only screen and (min-width:760px){
p.common_title{
	background-position:left 5px;
	background-size:18px auto;
	padding:0 0 0 20px;
}
}

.Google_map{
	width:90%;
	margin-left:5%;
	border:solid 1px #ccc;
	height:500px;
}
@media only screen and (max-width:450px){.Google_map{height:250px;}}
@media only screen and (min-width:451px) and (max-width:550px){.Google_map{height:350px;}}
@media only screen and (min-width:551px) and (max-width:650px){.Google_map{height:400px;}}
@media only screen and (min-width:651px) and (max-width:759px){.Google_map{height:450px;}}
@media only screen and (min-width:760px){.Google_map{height:500px;}}
p.address{
	font-size:90%;
	padding:0% 4%;
	line-height:1.4em;
}
.foot_menu1{
	margin-top:2%;
	margin-left:3.1%;
	margin-bottom:5%;
}
.foot_menu1 li{
	width:48.2%;
	float:left;
}

.r{color:#F00;
font-size:21px;

}
.o{color:#C60;}
.gr{color:#096;}
.bl{color:#03C;}
.gl{color:#666;}

.min{font-size:10px !important;}
.big{font-size:24px !important;}
.f_b{font-weight:bold;}
.u_l{text-decoration:underline;}
.small{font-size:90%;}
.mainarea h1.h1bg{    
	background: url(../img/common/h1.jpg) no-repeat;
    background-size: 100% auto;
    height: auto;
    margin: 1.6% 4%;
    padding: 0.6% 4%;
    color: #FFF;
	font-size: 22px;
}



h3.waku{background-image: url("../img/gif/backblue.gif");
font-size:20px;
margin:50px 10px 40px 10px
}

h2.waku{
	
    background-size: 100% auto;
background-color: #CCFFCC;
    height: auto;
    margin: 1.6% 4%;
    padding: 1.2% 6%;
    color: #000;
    font-size: 20px;
}



@media only screen and (max-width:640px){
.mainarea h1.h1bg{ 
    padding: 0.3% 4%;
    color: #FFF;
    font-size: 21px;
}

.mainarea h2.h2bg{
	padding: 0 6%;
    font-size: 18px;
}
}

.navi_h1 {
    font-size: 12px;
    color: #fff;
    background-color: #43A047;
    line-height: 18px;
    padding: 0.5% 2.5%;
}



/* A:▼テーブル全体の装飾▼ */
table.abc {text-align:center;
   border-collapse: collapse; /* 枠線を重ねる */
   border: 1px solid #aaaacc; /* 外枠の装飾 */
}
/* B:▼テーブル内側(セル)の装飾▼ */
table.abc th,
table.abc td {
   padding: 0.3em;            /* セル内側の余白量 */
   border: 1px solid #aaaacc; /* 内枠の装飾 */
}

/* C:▼テーブルの見出し部分の装飾▼ */
table.abc thead th { width:605px;
text-align: center;
   background-image: url("img/gif/backblue.gif"); /* 背景画像 */
   background-position: bottom left; /* 背景画像の配置 */
   color: black;           /* 文字色 */
   background-color: #eeeeff; /* (念のための背景色) */
}
/* D:▼各行の見出し部分の装飾▼ */
table.abc tbody th {
    background-image: url("img/gif/backgrey.gif");
   color: black;            /* 文字色 */
}

/* C:▼テーブルの見出し部分の装飾▼ */
table.abcd thead th { width:605px;
text-align: center;
   background-image: url("../img/gif/backgreen.gif"); /* 背景画像 */
   background-position: bottom left; /* 背景画像の配置 */
   color: black;           /* 文字色 */
   background-color: #eeeeff; /* (念のための背景色) */
}
/* D:▼各行の見出し部分の装飾▼ */
table.abcd tbody th {text-align:left;
    background-image: url("../img/gif/backgrey.gif");
   color: black;            /* 文字色 */
}




/* A:▼テーブル全体の装飾▼ */
table.abcde {text-align:left;
   border-collapse: collapse; /* 枠線を重ねる */
   border: 1px solid #aaaacc; /* 外枠の装飾 */
}
/* B:▼テーブル内側(セル)の装飾▼ */
table.abcde th,
table.abcd td {
   padding: 0.3em;            /* セル内側の余白量 */
   border: 1px solid #aaaacc; /* 内枠の装飾 */
}

/* C:▼テーブルの見出し部分の装飾▼ */
table.abcde thead th { width:605px;
text-align: center;
   background-image: url("../img/gif/backorange.gif"); /* 背景画像 */
   background-position: bottom left; /* 背景画像の配置 */
   color: black;           /* 文字色 */
   background-color: #eeeeff; /* (念のための背景色) */
}
/* D:▼各行の見出し部分の装飾▼ */
table.abcde tbody th {text-align:left;
    background-image: url("../img/gif/backgrey.gif");
   color: black;            /* 文字色 */
}










table.price {
width: 250px;
margin: 0 auto;
border-collapse: separate;
border-spacing: 0px 15px;
font-size: 15px;
}

table.price th,
table.price td {
padding: 10px;
}

table.price th {
background: #295890;
vertical-align: middle;
text-align: left;
width: 350px;
overflow: visible;
position: relative;
color: #fff;
font-weight: normal;
font-size: 15px;
}

table.price th:after {
left: 100%;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-left-color: #295890;
border-width: 10px;
margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
table.price th::after {
float: right;
padding: 0;
left: 30px;
top: 10px;
content: " ";
height: 0;
width: 0;
position: relative;
pointer-events: none;
border: 10px solid transparent;
border-left: #295890 10px solid;
margin-top: -10px;
}

}

table.pricem td {
background: #800000;
width: 600px;
padding-left: 20px;
}

table.pricem {
width: 450px;
margin: 0 auto;
border-collapse: separate;
border-spacing: 0px 15px;
font-size: 15px;
}

table.pricem th,
table.pricem td {
padding: 10px;
}

table.pricem th {
background: #800000;
vertical-align: middle;
text-align: left;
width: 400px;
overflow: visible;
position: relative;
color: #fff;
font-weight: normal;
font-size: 15px;
}

table.pricem th:after {
left: 100%;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-left-color: #295890;
border-width: 10px;
margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
table.pricem th::after {
float: right;
padding: 0;
left: 30px;
top: 10px;
content: " ";
height: 0;
width: 0;
position: relative;
pointer-events: none;
border: 10px solid transparent;
border-left: #800000 10px solid;
margin-top: -10px;
}
}

table.pricem td {
background: #f8f8f8;
width: 250px;
padding-left: 20px;
}


.meiji-table {
	table-layout: fixed;
}

/* ヘッダー */
.meiji-table thead th {
	background:#E73275;
	font-weight: bold;
	color:#fff;
}


/* ボディ項目・フッター項目 */
.meiji-table tbody th,
.meiji-table tfoot th {
	background:#FFF;
	font-weight: bold;
}

/* ボディデータ・フッターデータ */
.meiji-table tbody td,
.meiji-table tfoot td {
	text-align:center;
}

/* 偶数行　１行ごとの色変えが不要なら削除 */
.meiji-table tr:nth-child(2n) td {
    background: #FBFBF6;
}
/* 偶数行の項目 １行ごとの色変えが不要なら削除 */
.meiji-table tr:nth-child(2n) th {
    background: #FBFBF6;
}