@charset "UTF-8";

/* ---------------------
 * FONTSIZE MODEL * 
 * ---------------------
 *  63% ->	10pxに相当
 *  70% ->	11pxに相当
 *  75% ->	12pxに相当
 *  82% ->	13pxに相当
 *  88% ->	14pxに相当
 *  94% ->	15pxに相当
 * 100% ->	16pxに相当
 * 107% ->	17pxに相当
 * 113% ->	18pxに相当
 * 119% ->	19pxに相当
 * 125% ->	20pxに相当
 * --------------------- */

/*
色について

さくら色
#_fef4f4

さくら色より濃い色
#_ffb2b2

薄紅色
#_f0908d

ラベンダー的な色
#_b79fcb

limegreen
#_32cd32

moccasinモカシン
#_ffe4b5

springgreenスプリンググリーン
#_00ff7f

dodgerblue
#_1e90ff

navajowhite
#_ffdead

green
#_008000

pink
#_ffc0cb


１・・さくら鍼灸院の部分を、モカシン色で
　　　他のさし色を、スプリンググリーンとｄｏｄｇｅｒｂｌｕｅ
07 #_f0908d →　#_00ff7f
08 #_f0908d →　#_1e90ff
 
２・・ｎａｖａｊｏｗｈｉｔｅ+ｇｒｅｅｎ

09 #_f0908d →　#_ffdead
 
３・・ｓｕｐｕｒｉｎｇｇｌｅｅｎ+ｐｉｎｋｕ


*/ 
 
/* ========BASIC======== */
* {
   font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;
   color:#333;
}

body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   background:#fff;
}

br {
   letter-spacing:normal;
}

a {
   color:#333;
   text-decoration:none;
}

a:hover {
   color:#0172AB;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}


/* ========TEMPLATE LAYOUT======== */
div#top {
   width:779px;
   margin:0 auto;
   background:url("pic/bg_contents_left.gif") 0 0 repeat-y;
}

div#wrapper {
   width:779px;
   background:url("pic/bg_contents_right.gif") 100% 0 repeat-y;
}

div#header {
   position:relative;
   padding:0 5px;
}

div#pr {
   position:absolute;
   width:460px;
   left:300px;
   top:10px;
}

div#menu {
   float:left;
   padding:0 5px;
}

div#contents {
   clear:both;
   margin:0 5px;
   padding:20px 20px 0 20px;
}

div#main {
   float:right;
   width:700px;

/*
   width:500px;
*/
}

div#sub {
   float:left;
   width:70px;
/*
   width:220px;
*/
}

div#totop {
   clear:both;
}

div#footer {
   clear:both;
   background:#ffc0cb;
   margin:0 5px;
}


/* ========HEADER CUSTOMIZE======== */
div#header h1 {
   margin:0;
   padding:10px;
   font-size:150%;/* 24px相当 */
   color:#fff;
   line-height:70px;
}

div#header h1 a {
   color:#333;
}

div#header h1 a:hover {
   color:#666;
}

div#header #pr p {
   margin:0;
   font-size:75%;/* 12px相当 */
}

#catchcopy {
background:#ffc0cb;

/*
background:#fecd25;
background:#f8b862;
background:#669aff;
*/
   margin:0;
   padding:1px 3px;
   font-size:85%;
   color:#ffffff;
}

#youyaku {
background:#ffffff;

/*
background:#fecd25;
background:#f8b862;
background:#669aff;
*/
   margin:0;
   padding:0px;
   font-size:50%;
   color:#f0908d;
   float:right;
   margin-left:35%;
}

#teikyuubi {
   color:#f0908d;
   padding:5px;
}

#TEL {
   color:#f0908d;
}

#okomari {
background:#ffffff;

   font-size:120%;
/*   color:#e76d6c;*/
}


/* ========MENU CUSTOMIZE======== */
div#menu ul {
   margin:0;
   padding:0;
}

div#menu li {
   padding:5px;
height:2.25em;
   float:left;

   font-size:100%;

/*
   font-size:75%;
*/
/* 12px相当 */


   color:#333;
   text-align:center;
   list-style-type:none;

}

div#menu li a {

   display:block;
   width:140px;/* 123pxを、107pxに。さらに94px、80px*/
   color:#333;
   line-height:1.25em;
   border-left:1px solid #DCDCDC;
   background:url("pic/bg_menu.png") 0 0 repeat-x;
}

div#menu li.home a {

}

div#menu li a.active {
   color:#333;
}

div#menu li a:hover {
   background:url("pic/bg_menu.png") 0 -40px repeat-x;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
div#main a {
/*
   color:#0172AB;

  color:#ffc0cb;
*/
}

div#main a:hover {
   text-decoration:underline;
}


div#main h1 {
   margin-bottom:5px;
/*   color:#ffb2b2;
*/
   color:#e76d6c;

   font-size:130%;
   border-bottom:2px solid #ffb2b2;

}

div#main h2 {
   margin-bottom:8px;
   padding:2px 2px 2px 0;
/*   color:#ffb2b2;
*/
   color:#e76d6c;
   font-size:94%;/* 15px相当 */
   font-weight:bold;
   border-bottom:1px solid #ffb2b2;
}

div#main h3 {
/*   color:#ffb2b2;
*/
   color:#e76d6c;
   margin-bottom:3px;
   font-size:82%;/* 13px相当 */
}

div#main h4 {
   margin-bottom:2px;
   font-size:82%;/* 13px相当 */
}

div#main h5 {
   margin-bottom:2px;
   font-size:82%;/* 13px相当 */
}

div#main h6 {
   margin-bottom:2px;
   font-size:82%;/* 13px相当 */
}

div#main p {
   margin:0 0 1em 0;
   font-size:82%;/* 13px相当 */
}

div#main ul,ol,dl {
   font-size:82%;/* 13px相当 */
}

div#main dt {
   margin-bottom:3px;
}

div#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}

/* INFORMATION CUSTOMIZE */
* html body div#main dl.information dd div{
   display:inline-block;
}

div#main dl.information dt {
   float:left;
   width:10em;
   margin:0;
   padding:0;
}

div#main dl.information dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:transparent;
}


/* ========SUBCONTENTS CUSTOMIZE======== */
div#sub .section {
   margin-bottom:10px;
   background:#fef4f4;

}

div#sub h2 {
   padding:3px;
   font-size:82%;/* 13px相当 */
/*   font-weight:bold;*/
   color:#fff;
   background:#ffc0cb;
}

div#sub p {
   padding:5px 0 5px 0;
   font-size:75%;/* 12px相当 */
   line-height:1.4;
   list-style:none;
}

div#sub ul {
   margin:5px 0 0 5px;
   padding:0;
}

div#sub li {
   padding:5px 0 5px 0;
   font-size:75%;/* 12px相当 */
   line-height:1.4;
   list-style:none;

/*   list-style-type: square;
list-style-position : inside;
*/
   color:#ffc0cb;
   background:url("pic/bg_dotline.gif") 0 100% repeat-x;
}

div#sub li a {
   display:block;
   padding-left:12px;


   background:url(pic/bg_list.gif) 0 5px no-repeat;
}


/* ========TOTOP CUSTOMIZE========= */
div#totop {
   margin:10px 0;
   text-align:right;
   font-size:75%;/* 12px相当 */
}

div#totop a {
   padding:0 0 0 12px;
   background:url("pic/bg_totop.gif") 0 50% no-repeat;
}


/* ========FOOTMENU CUSTOMIZE======== */
div#footMenu ul {
   margin:0 0 10px 0;
   padding:10px 0 0 0;
   text-align:right;
   background:url("pic/bg_dotline.gif") 0 0 repeat-x;
}

div#footMenu li {
   display:inline;
   margin:0 0 0 10px;
   font-size:75%;/* 12px相当 */
   list-style:none;
}

div#footMenu li a {
   padding-left:10px;
   background: url("pic/bg_footmenu.gif") 0 50% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
address {
   padding:1px 0;
   font-style:normal;
   font-size:75%;/* 12px相当 */
   color:#ffffff;
   text-align:center;
}


/* ========ハンバーガーメニュー======== */
/* 参照先 */
/* 　https://global-web-design.com/1093/ */


body{
  overflow-x: hidden;
}
.header-area{

  display: flex;

 position: right;


/*
right: 0;



   width:779px;
   margin:0 auto;


*/

  justify-content: space-between;
  height: 65px;
  padding: 0 20px;
  align-items: center;

/*
 right: 0;

*/
}
.hamburger{
  width: 40px;
  height: 25px;
    position: fixed;

    top: 5px;
    right:0;

/*
  position: relative;

    top: 0;
    left:0;

  position: right;
*/
}
.hamburger span{

  position: absolute;



/*
  position: right;

  position: relative;
*/

  width: 100%;
  height: 1px;
  background-color: blue;
  transition: .5s;/* 追記 */
}
.hamburger span:first-of-type{/* ハンバーガーメニューの1番目の線 */
  top: 0;
}
.hamburger span:nth-of-type(2){/* ハンバーガーメニューの2番目の線 */
  top: 50%;
}
.hamburger span:last-of-type{/* ハンバーガーメニューの3番目の線 */
  top: 100%;
}
.slide-menu{
z-index: 10;
  background-color: rgba(0, 0, 0, .8);
  position: fixed;
  top: 65px;
  width: 100%;
  left: 0;
  transform: translateX(100%);
  transition: .5s;/* 追記 */
}
.slide-menu li{
  color: #fff;
  line-height: 400%;
  text-align: center;
  list-style:none
}

.slide-menu a{
  color: #fff;
  line-height: 400%;
  text-align: center;
}

.hamburger.active span:first-of-type{/* ハンバーガーメニューの1番目の線 */
  top: 50%;
  transform: rotate(45deg);
}
.hamburger.active span:nth-of-type(2){/* ハンバーガーメニューの2番目の線 */
  opacity: 0;/* 透明にする */
}
.hamburger.active span:last-of-type{/* ハンバーガーメニューの3番目の線 */
  top: 50%;
  transform: rotate(-45deg);
}
.slide-menu.active{
  transform: translateX(0);
}
