@charset "UTF-8";
/* Scss Document */
/*____________________ 
        共通css
____________________ */
.inner {
  width: 1200px;
  margin: 0 auto; }

.inner1100 {
  width: 1100px;
  margin: 0 auto; }

.inner1000 {
  width: 1000px;
  margin: 0 auto; }

.blue {
  color: #002378; }

.orange {
  color: #f7931e; }

.glayBg {
  background: #eeeeee; }

.blueBg {
  background: #cbd3e3; }

.aquaBg {
  background: #d9f5ff; }

.yellowBg {
  background: #fbf6e0; }
.whiteBg{
	background:#fff;
}
.navToggle span {
  display: none; }

.triangleWhite {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.triangleWhite li {
  position: relative;
  width: 0;
  background: #504944;
  text-align: center;
  color: #fff; }

.triangleWhite li:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -55px;
  left: 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 55px 50vw 0 50vw;
  z-index: 1; }

.triangleWhite li.is-current {
  background: none;
  font-weight: bold; }

.triangleWhite li.is-current:after {
  border-color: none; }

.triangleAqua {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.triangleAqua li {
  position: relative;
  width: 0;
  background: #504944;
  padding: 1em;
  margin-bottom: 1em;
  text-align: center;
  color: #fff; }

.triangleAqua li:before {
  background: #fff;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -23px;
  left: 0;
  border-style: solid;
  border-color: #d9f5ff transparent transparent transparent;
  border-width: 55px 50vw 0 50vw;
  z-index: 1; }

.triangleAqua li.is-current {
  background: none;
  font-weight: bold; }

.triangleAqua li.is-current:after {
  border-color: none; }

.triangleYellow {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.triangleYellow li {
  position: relative;
  width: 0;
  background: #504944;
  padding: 1em;
  margin-bottom: 1em;
  text-align: center;
  color: #fff; }

.triangleYellow li:before {
  background: #fff;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -23px;
  left: 0;
  border-style: solid;
  border-color: #fbf6e0 transparent transparent transparent;
  border-width: 55px 50vw 0 50vw;
  z-index: 1; }

.triangleYellow li.is-current {
  background: none;
  font-weight: bold; }

.triangleYellow li.is-current:after {
  border-color: none; }

.mb1rem {
  margin-bottom: 16px; }

/*____________________ 
      PCで電話押せないように
____________________ */
/*____________________ 
       fontfamily
____________________ */
body, input, textarea {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; }

.hiragino {
  font-family: "Hiragino Sans"; }

.mincho {
  font-family: ”Times New Roman”, ”游明朝”, YuMincho, ”ヒラギノ明朝 ProN W3”, ”Hiragino Mincho ProN”, ”HG明朝E”, ”メイリオ”, Meiryo, serif; }
/*
@font-face {
  font-family: 'honokamaru';
  src: url(../font/font_1_honokamarugo_1.1.ttf); }
.honokamaru {
  font-family: honokamaru; }

.wf-sawarabimincho {
  font-family: "Sawarabi Mincho", serif; }

 lightcase fontリンク変えようね*/
@font-face {
  font-family: "lightcase";
  src: url(../font/lightcase.eot) format("eot"), url(../font/lightcase.woff) format("woff"); }
/*____________________ 
      headercss
____________________ */
header {
  background: url(img/topimage_20230912.jpg) no-repeat;
  width: 100%;
  height: 800px;
  background-size: cover;
  color: #343434; }
  header .inner {
    max-width: 1200px;
    width: 100%;
    height: 100%;
    position: relative; }
    header .inner h1 img {
	  max-width:330px;
	  width:100%;
      position: absolute;
      top: 37%;
      left: 0;
      right: 0;
      bottom: 0;
      margin: 0;
float:left;}
    header .inner h2 {
    position: absolute;
	width:600px;
	font-feature-settings: "palt";
    top: 14%;
    left: auto;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: left;
    font-size: 2.7rem; 
	font-weight:600;
	line-height: 1.4em;
	text-shadow: 1px 1px 3px rgba(246,246,245,0.53);
	
}

    header .inner .headerDesc {
      font-size: 18px;
      position:static;
	  float:right;
      top: 57px;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      text-align: left;
      font-weight: 300;
	  text-shadow:0px 0px 3px #eee;
}
    header .inner ul {
    position: absolute;
    left: auto;
    right: 0;
    top: 38%;
    bottom: auto;
    margin: auto;
    text-align: center; }
      header .inner ul li {
        float: left;
        margin-right: 10px; 
		display:block;
		text-align:left;
		width:295px;
}
header .inner ul li:last-child{margin-right:0;}
header .inner ul li img{
	width:100%;
}
/*____________________ 
      navigation
____________________ */
nav {
  background: rgba(11, 11, 11, 0.8);
  padding: 9px 0;
  margin-top: -75px; }
  nav ul {
    max-width: 1100px;
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    margin: 0 auto;
    list-style-type: none; }
    nav ul a {
      position: relative;
      color: #fff;
      text-decoration: none;
      font-size: 16px;
      display: block;
      padding: 15px 20px;
      transition: 0.3s; }
    nav ul a:hover {
      background: #ad6f50;
      border-radius: 10px; }
    nav ul .navStaff {
      background: #f89220;
      border-radius: 5px;
      padding: 15px 30px; 

}

    nav ul .navstaff:hover {
      background: #fff315; }

/* 下記2つはスマホのみの表示 */
nav ul li .headLineBanner{
	display:none;
}

nav ul .SPiconArea{
	display:none;
}
.sideButton {
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  z-index: 100; }

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  background: rgba(11, 11, 11, 0.8);
  margin-top: 0; }

/*____________________ 
     nav下の項目
	important入れてるのは最終手段だからです
____________________ */
#reception {
  padding:75px 30px 45px 30px; }
  #reception .inner {
    padding: 30px; }
  #reception .innerLeft {
    width: 630px;
    float: left; }
    #reception .innerLeft h2 {
      font-size: 26px;
      padding-bottom: 15px; }
    #reception .innerLeft table {
      width: 660px;
      border-collapse: separate;
      border-radius: 10px;
      border: 2px solid #002378;
      font-size: 18px; }
      #reception .innerLeft table .tableHead {
        padding: 5px 17px; }
      #reception .innerLeft table th, #reception .innerLeft table td {
        text-align: center;
        color: #002378;
        font-size: 20px; }
      #reception .innerLeft table td {
        border-top: 1px solid #002378; }
      #reception .innerLeft table th:not(:first-child) {
        border-left: 1px solid #002378;
        padding: 10px 20px; }
      #reception .innerLeft table th:last-child {
        padding: 10px 9px 10px 5px;
        letter-spacing: -0.3em; }
      #reception .innerLeft table td:not(:first-child) {
        border-left: 1px solid #002378;
        background: #fff; }
      #reception .innerLeft table .glayBg {
        background: #eeeeee !important; }
    #reception .innerLeft td.tableRightBottom {
      border-collapse: separate;
      border-bottom-right-radius: 10px; }
    #reception .innerLeft .blueButton {
      max-width: 80px;
      margin-left: 10px;
      margin-top: 45px;
      overflow: hidden;
      font-weight: bold; }
    #reception .innerLeft .holiday {
      font-size: 18px;
      font-weight: 600;
      margin-top: 10px; }
    #reception .innerLeft .mapIcon {
      background: url(img/access_ico.png) no-repeat left bottom;
      padding: 10px 10px 0 40px;
      font-size: 18px;
      float: left;
      font-weight: 600;
      margin-top: 40px; }
  #reception .blueButton {
    color: #002378;
    background: #cbd3e3;
    display: block;
    border: 1.2px solid #002378;
    padding: 5px;
    text-align: center;
    border-radius: 10px; }
  #reception .innerRight {
    width: 450px;
    float: right;
    /* reception右側のボタンのデザイン変更 */ }
    #reception .innerRight h2 {
      font-size: 25px;
      padding-bottom: 16px;
      border-bottom: 1px solid #002378; }
    #reception .innerRight .tel {
      text-align: center;
      font-weight: 500;
      font-size: 44px;
      background: url(img/tel.png) no-repeat left 15px center;
      background-size: 60px;
      padding: 10px 0 10px 80px;
      text-decoration: none; }
    #reception .innerRight .reservation {
      background: #f89220;
      border-radius: 5px;
      padding: 15px 15px;
      text-align: center;
      color: #fff;
      font-size: 30px;
      margin: 15px 0 15px;
	  display:block;
}
    #reception .innerRight ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-top: 30px; }
    #reception .innerRight .blueButton {
      color: #fff;
      background: #f89220;
      display: block;
      border: none;
      padding: 9px;
      text-align: center;
      border-radius: 50px;
}
	#reception .innerRight p a{
		background:#1dcd00;
		text-decoration:none;
		color:#fff;
		text-align:center;
		font-weight:bold;
		padding:15px;	
		border-radius: 5px;
		display:block;
    /* reception右側のボタンのデザイン変更 */
}
/*____________________ 
 	  PCはtelださない
____________________ */
a[href^="tel:"] {
  pointer-events: none; }

/*____________________ 
 	   selection
____________________ */
#selection {
  padding-top: 120px;
  margin-top: -120px;
  color: #fff;
  counter-reset: number; }
  #selection .inner {
    background: #002378;
    background-image: url(img/frame_01.png), url(img/frame_02.png), url(img/frame_03.png), url(img/frame_04.png);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: left top, left bottom, right top, right bottom;
    padding: 15px;
    border: 15px solid #002378; }
    #selection .inner h2 {
      text-align: center;
      font-size: 30px;
      border-bottom: 1px solid #fff; }
      #selection .inner h2 br {
        display: none; }
    #selection .inner p {
      text-align: center;
      font-size: 13px;
      margin-top: 20px; }
    #selection .inner ul {
      width: 1100px;
      margin: 10px auto 0 auto;
      display: flex;
      justify-content: space-between; }
      #selection .inner ul li {
        width: 100%; }
        #selection .inner ul li p {
          font-size: 13px;
          font-weight: 300;
          padding: 5px 2px 0 0;
          text-align: left;
          font-feature-settings: "palt"; }
        #selection .inner ul li .selectionCircle {
          position: relative;
          width: 65px;
          height: 70px;
          text-align: center;
          border-radius: 50%;
          color: #002378;
          background: #fff;
          float: left;
          padding: 7px 7px 0px;
          font-size: 20px;
          margin-right: 10px; }
        #selection .inner ul li .selectionCircle::after {
          counter-increment: number;
          content: counter(number);
          position: absolute;
          left: 0;
          right: 0;
          bottom: 4px;
          margin: 0 auto;
          font-size: 30px; }

/*____________________ 
 	 hello
____________________ */
#hello {
  min-height: 441px; }
  #hello .inner .helloWrap {
    background: url(img/oda_intyo.jpg);
	  background-position: right center;
	  background-repeat: no-repeat;
    background-size: 515px 441px;
    padding: 70px 540px 40px 0;
    text-align: justify; }
  #hello .inner h2 {
    font-size: 35px;
    line-height: 1.3em; }
    #hello .inner h2 span {
      font-size: 50px;
      font-weight: 600; }
  #hello .inner p {
    font-size: 40px; }
    #hello .inner p span {
      font-weight: 600; }
  #hello .inner .helloText {
    font-size: 20px;
    margin: 0px 0; }
#hello .inner .helloText:first-of-type{
	margin-top:1rem;
}
/*____________________ 
 	 	suisen
____________________ */
#suisen {
  padding: 30px 0;
}
  #suisen h2 {
    font-size: 40px;
    font-weight: 600;
    padding-bottom: 20px; }
  #suisen img {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    display: block; }


/*_____________________
		INSTAArea
_____________________*/

#INSTAArea{
	padding:30px 0;
}

#INSTAArea .h2Wrap{
	text-align:center;
}
#INSTAArea h2 {
    font-size:30px;
    font-weight: 600;
	padding:24px 0;
	background:url(https://makoto-seikotsuin.com/wordpress/wp-content/themes/makoto20191/img/instaLogo.png) no-repeat left center;
	background-size:50px 50px;
	padding-left:60px;
	display:inline-block;
	
}

#INSTAArea .sp_br{
	display:none;
}
#INSTAArea span .InstaName {
	font-weight:bold;
	vertical-align: middle;
	padding-left:10px;	
	color:#333;
	font-size:18px;
}
#INSTAArea .InstaIcon{
	border-radius:50%;
	width:50px;
	height:100%;
	vertical-align: middle;
	
}
#INSTAArea .InstaFollowWrap{
	text-align:center;
}
#INSTAArea .InstaFollow{
	background: rgb(76,100,211);
	background: -webkit-linear-gradient(left, rgba(76,100,211,1) 0%, rgba(207,46,146,1) 35%, rgba(242,105,57,1) 70%, rgba(255,221,131,1) 100%);
	background: -o-linear-gradient(left, rgba(76,100,211,1) 0%, rgba(207,46,146,1) 35%, rgba(242,105,57,1) 70%, rgba(255,221,131,1) 100%);
	background: linear-gradient(to right, rgba(76,100,211,1) 0%, rgba(207,46,146,1) 35%, rgba(242,105,57,1) 70%, rgba(255,221,131,1) 100%);
    color: #fff;
    padding: 8px 12px 8px 9px;
    position: relative;
    text-decoration: none;
    border-radius: 5px;
	display:inline-block;
	margin:30px auto 0 auto;
	font-family:"游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	box-shadow: 0px 5px 15px -5px #777777;
}



#INSTAArea .InstaFollow:before{
background:url("https://www.makoto-seikotsuin.com/wordpress/wp-content/themes/makoto20191/img/instaWhite.svg") no-repeat left top 1px;
content:"" ;
display: inline-block;
width: 16px;
	height:18px;
padding-left:6px;


}



#INSTAArea ul{
	display:flex;
	justify-content:space-between;
	margin-top:16px;
}
#INSTAArea ul li{
	display:block;
	margin:0 5px;
	position:relative;
}

#INSTAArea ul li .img{
	width:290px;
	height:auto;
}
#INSTAArea ul li img:before{
position: absolute;
top: 10px;
left: 10px;
opacity: 0.5;
content: url("https://www.makoto-seikotsuin.com/wordpress/wp-content/themes/makoto20191/img/instaInsta.svg");
display: inline-block;
width: 14px;
height: 16px;
}
#INSTAArea ul li img{
	width:100%;
}
#INSTAArea .SPrightArea span{
	font-size:13px;
}
#INSTAArea .SPrightArea span.time{
	font-weight:bold;
	padding-left:4px;
	color:#f89220;
}

#INSTAArea .SPrightArea a{
	color:#555;
	padding-left:3px;
	font-size:12px;
	text-decoration:none;
}
#INSTAArea .SPrightArea .title{
	margin-top:4px;
	font-size:14px;
}
#INSTAArea .SPrightArea .article{
	font-size:12px;
}
/*____________________ 
 	  messageBox
  (まことからCSSソース引っ張ってるのでここは
SCSS記述になってないです。)
____________________ */
.img-fluid {
  display: block;
  text-align: left;
  width: 100%; }

#message {
  margin-top: -100px;
  padding-top: 100px;
  padding-bottom: 50px; }
  #message .inner {
    width: 1200px;
    overflow: hidden; }
  #message h2 {
    padding: 24px 0;
    background: #002378;
    text-align: center;
    font-size: 36px;
    color: #fff; }
  #message .inner1000 {
    padding: 30px 0 0 0;
    width: 1000px; }

#message .messageBox_01 {
  border: 2px solid #002378;
  margin-bottom: 30px;
  background-color: #fff;
  padding-bottom: 60px;
  overflow: hidden;
  width: 49%;
  float: left;
  position: relative;
  margin-right: 1%;
  height: 1150px; }

#message .messageBox_01:nth-child(even) {
  margin-right: 0; }

#message .messageBox_01 .kansou {
  clear: both;
  position: absolute;
  bottom: 0rem;
  margin-top: 20px; }

#message .messageBox_01 h2 {
  background-color: #002378;
  text-align: center;
  color: #fff;
  font-family: "游明朝 Medium", Yu Mincho Medium, YuMincho Medium, YuMincho, Hiragino Mincho Pro, "ヒラギノ明朝 Pro W3", serif;
  font-size: 1.75rem;
  line-height: 3rem;
  margin: 0; }

#message .messageBox_01 h3 {
  margin: 15px 0 0;
  line-height: 3rem;
  text-align: center;
  color: #002378;
  font-weight: 700;
  padding: 0 5px; }

#message .messageBox_01 p {
  font-family: "游明朝 Medium", Yu Mincho Medium, YuMincho Medium, YuMincho, Hiragino Mincho Pro, "ヒラギノ明朝 Pro W3", serif;
  font-size: 1.15rem;
  line-height: 2rem;
  margin: 0;
  padding: 10px 30px 10px;
  text-align: justify;
  text-justify: inter-ideograph; }

#message .messageBox_01 p:last-of-type {
  padding-bottom: 30px;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #999; }

#message .messageBox_01 .p_midashi {
  width: 100%; }

#message .messageBox_01 dl {
  clear: both;
  margin: 10px 0 0 0;
  padding: 0;
  width: 100%;
  overflow: hidden; }

#message .messageBox_01 dt {
  width: 12.5%;
  font-size: 1.15rem;
  line-height: 2rem;
  margin: 0;
  padding: 0 0 0 10px;
  text-align: center;
  text-justify: inter-ideograph;
  color: #111;
  font-weight: 600; }

#message .messageBox_01 dd {
  width: 87.5%;
  float: right;
  font-size: 1.15rem;
  line-height: 2rem;
  margin: -2rem 0 0 0;
  text-align: left;
  padding-right: 10px;
  color: #111;
  font-weight: 600; }

#message .messageBox_01 .main_text {
  width: 87.5%;
  text-align: left;
  float: right;
  padding: 0 20px 30px 0;
  text-align: justify;
  font-size: 1.25rem; }

@media screen and (max-width: 991px) {
  #message .messageBox_01 {
    height: auto; }

  #message .messageBox_01 .kansou {
    position: static;
    bottom: 0rem; } }
@media screen and (max-width: 575px) {
  #message .messageBox_01 h2 {
    font-size: 1.25rem; }

  #message .messageBox_01 h3 {
    font-size: 1.25rem;
    line-height: 2rem; }

  #message .messageBox_01 h3 br {
    display: none; }

  #message .messageBox_01 p {
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding-left: 15px;
    padding-right: 15px; }

  #message .messageBox_01 p:last-of-type {
    font-size: 0.75rem;
    line-height: 1rem; } }
/*___________________________*/
#message .messageBox_01 dt {
  font-size: 18px; }

#message .messageBox_01 dd {
  font-size: 18px; }

#message .messageBox_01 .main_text {
  Font-size: 20px;
  line-height: 32px; }

#message .messageBox_01 p:last-of-type {
  font-size: 16px;
  line-height: 20px; }

#message .messageBox_01 h3 {
  font-size: 28px; }

#message .messageBox h3 {
  font-size: 28px; }

#message .messageBox {
  min-height: 21.5rem;
  position: relative;
  width: 50%; }

#message .messageBox h2 {
  font-size: 28px;
  line-height: 48px; }

#message .messageBox::before {
  content: "クリックして続きを読む";
  font-size: 1.5rem;
  position: absolute;
  top: calc(18.1rem - 10px);
  left: 25px;
  display: block;
  width: calc(100% - 50px);
  background-color: #fff;
  border: 1px solid #002378;
  text-align: center;
  color: #002378;
  transition: all, .25s;
  font-size: 24px;
  line-height: 40px;
  padding: 6px 0;
  height: auto; }

#message .messageBox p {
  font-size: 20px; }

@media screen and (max-width: 991px) and (max-width: 575px) {
  #message {
    padding-bottom: 30px; } }
#message .messageBox {
  border: 2px solid #002378;
  margin-bottom: 30px;
  background-color: #fff;
  max-height: 17.5rem;
  min-height: 17.5rem;
  overflow: hidden;
  cursor: pointer;
  transition: all, .5s;
  float: left;
  box-sizing: border-box;
  width: 49%;
  margin-right: 2%; }

#message .messageBox:nth-child(even) {
  margin-right: 0; }

#message .messageBox::before {
  content: "クリックして続きを読む";
  font-size: 1.5rem;
  line-height: 3rem;
  position: absolute;
  top: calc(13.5rem - 10px);
  left: 25px;
  display: block;
  height: 3rem;
  width: calc(100% - 50px);
  background-color: #fff;
  border: 1px solid #002378;
  text-align: center;
  color: #002378;
  transition: all, .25s; }

@media screen and (max-width: 991px) {
  #message .messageBox::before {
    content: "タップして続きを読む"; } }
#message .messageBox:hover::before {
  border: 1px solid #002378;
  color: #002378;
  letter-spacing: 0.1rem; }

@media screen and (max-width: 991px) {
  #message .messageBox:hover::before {
    border: 1px solid #002378;
    color: #002378;
    letter-spacing: 0; } }
#message .messageBox.opened {
  max-height: 100rem; }

#message .messageBox.opened::before {
  opacity: 0; }

#message .messageBox h2 {
  background-color: #002378;
  text-align: center;
  color: #fff;
  font-family: "游明朝 Medium", Yu Mincho Medium, YuMincho Medium, YuMincho, Hiragino Mincho Pro, "ヒラギノ明朝 Pro W3", serif;
  font-size: 1.75rem;
  line-height: 3rem;
  margin: 0; }

#message .messageBox h3 {
  margin: 15px 0 0;
  line-height: 3rem;
  text-align: center;
  color: #002378;
  font-weight: 700; }

#message .messageBox p {
  font-family: "游明朝 Medium", Yu Mincho Medium, YuMincho Medium, YuMincho, Hiragino Mincho Pro, "ヒラギノ明朝 Pro W3", serif;
  font-size: 1.25rem;
  line-height: 2rem;
  margin: 0;
  padding: 10px 30px 10px;
  text-align: justify;
  text-justify: inter-ideograph; }

#message .messageBox p:last-of-type {
  padding-bottom: 30px;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #999; }

@media screen and (max-width: 575px) {
  #message .messageBox h2 {
    font-size: 1.25rem; }

  #message .messageBox h3 {
    font-size: 1.25rem; }

  #message .messageBox p {
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding-left: 15px;
    padding-right: 15px; }

  #message .messageBox p:last-of-type {
    font-size: 0.75rem;
    line-height: 1rem; } }
/*____________________ 
      movie
____________________ */
#movie {
  padding: 80px 0 60px 0;
  counter-reset: number; }
  #movie h2 {
    font-weight: 600;
    padding: 80px 0 60px 0;
    font-size: 40px; }
  #movie .inner1100 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #movie .inner1100 .movieBox {
      overflow: hidden;
      background: #fff;
      display: block;
      width: 48%;
      box-sizing: border-box;
      padding: 25px;
      margin-bottom: 45px; }
      #movie .inner1100 .movieBox .dtRelative {
        position: relative;
        background: url(img/movie_midashi.png) no-repeat;
        background-size: 100px 100px;
        height: 100px; }
      #movie .inner1100 .movieBox .dtNumber {
        position: absolute;
        font-size: 55px;
        top: -7px;
        left: 5%;
        bottom: 0;
        right: 0;
        color: #002378; }
      #movie .inner1100 .movieBox .dtText {
        position: absolute;
        font-size: 30px;
        top: 50px;
        left: 4.5%;
        bottom: 0;
        right: 0;
        color: #002378; }
      #movie .inner1100 .movieBox p {
        position: absolute;
        top: 7%;
        left: 27%;
        bottom: 0;
        right: 0;
        font-size: 28px; }
      #movie .inner1100 .movieBox .movieCatch {
        margin-top: 16px; }
      #movie .inner1100 .movieBox .movieIcon {
        width: 100px;
        margin: 0; }

/*____________________ 
      menu
____________________ */
#menu {
  padding-top: 80px; }
  #menu h2 {
    font-size: 40px;
    font-weight: 600; }
  #menu h3 {
    font-size: 25px;
    font-weight: 500;
    padding-bottom: 30px; }
  #menu .menuWhat {
    border: 3px solid #002378;
    border-radius: 10px;
    overflow: hidden;
    padding: 50px 80px 40px 80px; }
    #menu .menuWhat h2 {
      padding-bottom: 30px;
      font-size: 30px; }
    #menu .menuWhat ul li {
      -moz-font-feature-settings: "palt";
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt";
      box-sizing: border-box;
      margin-right: 20px;
      width: 48%;
      float: left;
      background: url(img/check_01.png) no-repeat left center;
      font-size: 30px;
      border-bottom: #42210b 1px solid;
      padding: 10px 0 10px 60px; }

/*____________________ 
      施術項目
____________________ */
#sejutu {
  padding: 160px 0 60px 0;
  margin-top: -100px;
  /*施術6で使用*/
  /*施術8で使用*/ }
  #sejutu .caution {
    font-size: 32px;
    font-weight: 600;
    text-align: center; }
  #sejutu iframe {
    max-width: 1200px;
    width: 100%;
    height: 670px;
    padding-bottom: 30px; }
  #sejutu h2 {
    font-size: 50px;
    font-weight: 600; }
  #sejutu .midasi {
    overflow: hidden;
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    text-align: center;
    color: #fff;
    width: 172px;
    margin: -60px auto 0;
    display: block;
    padding-bottom: 30px; }
  #sejutu h2.midasi:not(:first-child) {
    margin-top: 0; }
  #sejutu h3 {
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 60px; }
  #sejutu p {
    font-size: 20px; }
  #sejutu .h3naiyou {
    padding: 20px; }
  #sejutu .innerLeft {
    width: 600px;
    float: left;
    font-size: 20px; }
  #sejutu .innerRight {
    width: 400px;
    float: right;
    background: #fbf6e0;
    border: 3px solid #002378;
    border-radius: 10px;
    padding: 15px; }
    #sejutu .innerRight ul li {
      background: url(img/check_02.png) no-repeat;
      padding-left: 40px;
      background-size: 29px 30px;
      background-position: left top;
      font-size: 24px; }
  #sejutu .sejutuBlownArea {
    clear: both;
    overflow: hidden;
    border: 2px solid #42210b;
    /*施術2で使用*/ }







    #sejutu .sejutuBlownArea h2 {
      background: #42210b;
      color: #fff;
      font-size: 24px;
      text-align: center;
      padding: 20px 0; }
    #sejutu .sejutuBlownArea .sejutuBlownAreaInner {
      padding: 0 25px 25px; }
    #sejutu .sejutuBlownArea p {
      font-size: 20px;
      padding: 16px 20px 16px 0; }
    #sejutu .sejutuBlownArea p:first-child {
      padding-top: 32px; }
    #sejutu .sejutuBlownArea p:nth-child(3) {
      padding-bottom: 32px; }
    #sejutu .sejutuBlownArea table {
      border-collapse: separate;
      border-radius: 10px;
      width: 100%;
      border: 2px solid #002378;
      color: #002378;
      font-size: 24px;
      table-layout: fixed; }
      #sejutu .sejutuBlownArea table th {
        font-weight: 600;
        background: #cbd3e3;
        text-align: center;
        padding: 20px 0;
}

#sejutu .sejutuBlownArea table th span {}
      #sejutu .sejutuBlownArea table th:first-child {
        border-top-left-radius: 10px;}
      #sejutu .sejutuBlownArea table th:last-child {
       border-top-right-radius: 10px; }
      #sejutu .sejutuBlownArea table th:not(:first-child) {
        border-left: 2px solid #002378; }
      #sejutu .sejutuBlownArea table td {
        border-top: 2px solid #002378;
        padding: 20px 0;
        text-align: center; }
      #sejutu .sejutuBlownArea table td:first-child {
        background: #cbd3e3;
        text-align: center;
}


/* 新しい料金表CSS okだったら上の1114行?消す */


#sejutu .notBlown{
	border:none;
}



#sejutu .sejutuBlownArea h2 {
      background: #42210b;
      color: #fff;
      font-size: 24px;
      text-align: center;
      padding: 20px 0; }
    #sejutu .sejutuBlownArea p {
      font-size: 20px;
      padding: 16px 20px 16px 0; }
    #sejutu .sejutuBlownArea p:first-child {
      padding-top: 32px; }
    #sejutu .sejutuBlownArea p:nth-child(3) {
      padding-bottom: 32px; }
    #sejutu .sejutuBlownArea table {
      border-collapse: separate;
      border-radius: 0px;
      width: 100%;
      border: 2px solid #002378;
      color: #002378;
      font-size: 24px;
      table-layout: fixed; }
      #sejutu .sejutuBlownArea table th {
        font-weight: 600;
        background: #223e82;
        text-align: center;
        padding: 20px 0;
		color:#fff;
}

#sejutu .sejutuBlownArea table th span {
	font-size:16px;
	padding-left:4px;
}
      #sejutu .sejutuBlownArea table th:first-child {
       border-top-left-radius:0px;}
      #sejutu .sejutuBlownArea table th:last-child {
        border-top-right-radius:0px; }
      #sejutu .sejutuBlownArea table th:not(:first-child) {
        border-left: 2px solid #002378; }
      #sejutu .sejutuBlownArea table td {
        border-top: 2px solid #002378;
        padding: 20px 0;
        text-align: center; }
      #sejutu .sejutuBlownArea table td:first-child {
        background: #cbd3e3;
        text-align: center;
}
.col1{
	width:35%;
}
.col2{
	width:65%;
}







      #sejutu .sejutuBlownArea table td:not(:first-child) {
        border-left: 2px solid #002378;
        font-weight: 600; 
		
}
      #sejutu .sejutuBlownArea table .tableLeftBottom {
        border-bottom-left-radius: 10px; }
    #sejutu .sejutuBlownArea .innerLeft02 {
      width: 600px;
      float: left;
      margin-top: 30px;
      padding-bottom: 30px;
      margin-left: 16px; }
    #sejutu .sejutuBlownArea .innerRight02 {
      margin-top: 70px;
      float: right;
      width: 400px;
      background: none;
      border: none;
      padding-bottom: 30px; }
      #sejutu .sejutuBlownArea .innerRight02 ul li {
        background: url(img/check_02.png) no-repeat;
        padding-left: 60px;
        background-size: 40px 41px;
        background-position: left center;
        font-size: 36px;
        font-weight: 500; }
  #sejutu .sejutuMidasi {
    padding: 24px 0;
    background: #002378;
    text-align: center;
    font-size: 36px;
    color: #fff; }
  #sejutu .sejutuBlueArea {
    border: 3px solid #002378;
    border-radius: 10px;
    padding: 16px;
    margin-top: 30px; }
    #sejutu .sejutuBlueArea ul li {
      background: url(img/check_02.png) no-repeat;
      padding-left: 40px;
      background-size: 29px 30px;
      background-position: left center;
      font-size: 24px; }
  #sejutu .h3midasi {
    padding: 16px 0; }
  #sejutu .tdRowspan {
    background: #fff !important;
    border-left: 2px solid #002378;
    font-weight: 600; }
  #sejutu .tableCell2 {
    /*tdRowspanはrowspan使ったセルの右側に当たるよ*/ }
    #sejutu .tableCell2 .tableCell2Td {
      border-top: none; }
    #sejutu .tableCell2 .tableCell2Td:first-child {
      border-top-left-radius: 10px; }
    #sejutu .tableCell2 .tableCell2Td:last-child {
      border-top-right-radius: 10px; }
    #sejutu .tableCell2 .tdRowspan {
      background: #fff !important;
      border-left: 2px solid #002378;
      border-bottom-right-radius: 10px;
      font-weight: 600; }
  #sejutu .glayareaInner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px; }
    #sejutu .glayareaInner .glayarea {
      border: 3px solid #e6e6e6;
      width: 48%;
      margin-top: 50px; }
      #sejutu .glayareaInner .glayarea dl dt {
        float: left;
        background: #e6e6e6;
        font-size: 48px;
        width: 80px;
        height: 80px;
        text-align: center;
        margin-right: 20px; }
      #sejutu .glayareaInner .glayarea dl dd {
        font-size: 24px;
		line-height: 1.4em;
		padding-top: 5px;
}
      #sejutu .glayareaInner .glayarea dl .spMt {
        padding-top: 25px;
		padding-bottom:5px;
}
      #sejutu .glayareaInner .glayarea p {
        font-size: 18px;
        padding: 5px 15px;
		margin-top:16px;
}
  #sejutu .innerLeft03 {
    width: 515px;
    float: left; }
    #sejutu .innerLeft03 h3 {
      padding-bottom: 20px; }
    #sejutu .innerLeft03 p {
      float: left;
      font-size: 20px; }
  #sejutu .innerRight03 {
    width: 575px;
    float: Right; }
    #sejutu .innerRight03 .sejutuBlueArea {
      padding: 30px; }
      #sejutu .innerRight03 .sejutuBlueArea li {
        line-height: 2.0em; }
  #sejutu .sejutu7 ul li {
    background-position: left top; }
  #sejutu .innerLeft04 {
    float: left;
    width: 270px;
    margin-top: -30px; }
  #sejutu .innerRight04 {
    float: right;
    width: 700px; }

/* 追加項目20191108 */
#sejutu .innerLeft05 {
    float: left;
    width: 590px; }
#sejutu .innerLeft05 img{
    width: 590px; }
#sejutu .innerRight05 {
    float: right;
    width: 590px; }

#sejutu .sejutu4_flex{
	display:flex;
	justify-content: space-around;
}

/*____________________ 
      質問
____________________ */
#question {
  padding: 120px 0 60px 0;
  margin-top: 0px; }
  #question h2 {
    font-size: 40px;
    background: url(img/slant.png) no-repeat;
    background-position: center center; }
  #question .questionInner {
    border-bottom: #002378 0.5px solid; }
    #question .questionInner p {
      padding-left: 1em;
      text-indent: -1em;
      font-size: 24px;
      margin-bottom: 24px; }
      #question .questionInner p .questionQ {
        color: #002378;
        font-weight: 600;
        font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; }
      #question .questionInner p .questionA {
        color: #f7931e;
        font-weight: 600;
        font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; }
      #question .questionInner p br {
        display: none; }
      #question .questionInner p .questionML {
        display: block;
        padding-left: 26px; }
    #question .questionInner p:nth-child(odd) {
      margin-top: 24px;
      font-weight: 600; }

/*____________________ 
      整骨院案内
____________________ */
#guide {
	background:#fff;
  padding: 80px 0 60px 0; }
  #guide h3 {
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 60px; }
  #guide p {
    font-size: 20px;
    margin: 16px 0; }
  #guide ul {
    margin: 80px auto 0 auto;
    display: flex;
    justify-content: space-between; }

#guide ul li img{
	border-radius:20px;
}
/*____________________ 
  施術項目のaccordion
  変にコードいじらない。

最終更新20190917
____________________ */
.acd-check {
  display: none; }

.ac1 {
  background: #fec701 url(img/tryungle.png) no-repeat;
  background-size: 15px;
  background-position: right 10px center;
  cursor: pointer;
  box-shadow: 0 0 0 10px #fec701;
  font-weight: 600;
  text-align: center;
  color: #000;
  display: block;
  font-size: 32px;
  border: #fff 2px dashed;
  padding: 25px;
  border-radius: 1px;
  box-sizing: border-box;
  width: 1180px;
  margin: 50px auto 0 auto; }



.ac1.backOrange{
	background: #f89220 url(img/tryungle.png) no-repeat;	
	box-shadow: 0 0 0 10px #f89220;
	background-size: 15px;
  background-position: right 10px center;
	color:#fff;
}
.ac1.backOrange br{
	display:none;
}


.acd-content {
  margin: 0 auto;
  width: 1200px;
  box-sizing: border-box;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  visibility: hidden; }

.acd-check:checked + .acd-label + .acd-content {
  margin: 0 auto;
  width: 1200px;
  height: auto;
  box-sizing: border-box;
  opacity: 1;
  padding: 10px;
  visibility: visible;
  margin-top: 10px; }

.ac01relative {
  position: relative; }

.triangleRight {
  float: right;
  margin-top: 45px;
  margin-right: 25px;
  top: 0;
  bottom: 0;
  right: 35px;
  width: 0;
  height: 0;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 20px solid #000; }

.accordion1 .inner {
  display: none; }

.accordion1 .inner li.content1-1 {
  margin-top: 120px; }

.accordion1 .inner li.content1-1.mt40{
	margin-top:40px;
}


.accordion2 .inner li.content1-1 {
  margin-top: 120px; }

.accordion2 .inner li.content1-1.mt40{
	margin-top:40px;
}

#parallax .inner img {
  max-width: 381px;
  width: 100%;
  margin: 0 auto;
  display: block;
  padding: 50px 0; }

.parallaxBg {
  height: 410px;
  background-image: url(img/footer_img.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat; }

/*____________________ 
      footer手前の項目
importantは最終手段です
____________________ */
#footerDesc {
  padding: 120px 0 100px 0;
  margin-top: 0px; }
  #footerDesc .innerLeft {
    float: left; }
    #footerDesc .innerLeft h2 {
      font-size: 25px;
      float: left; }
    #footerDesc .innerLeft a {
      text-align: right;
      float: right;
      text-decoration: none; }
    #footerDesc .innerLeft iframe {
      clear: both;
      float: left;
      padding-bottom: 45px;
      width: 480px;
      height: 380px; }
  #footerDesc .innerRight {
    float: right;
    width: 660px; }
    #footerDesc .innerRight h2 {
      font-size: 26px;
      padding-bottom: 15px; }
    #footerDesc .innerRight table {
      width: 660px;
      border-collapse: separate;
      border-radius: 10px;
      border: 2px solid #002378;
      font-size: 18px; }
      #footerDesc .innerRight table .tableHead {
        padding: 10px 17px; }
      #footerDesc .innerRight table th, #footerDesc .innerRight table td {
        text-align: center;
        color: #002378;
        font-size: 20px; }
      #footerDesc .innerRight table td {
        border-top: 1px solid #002378; }
      #footerDesc .innerRight table th:not(:first-child) {
        border-left: 1px solid #002378;
        padding: 10px 20px; }
      #footerDesc .innerRight table th:last-child {
        padding: 10px 9px 10px 5px;
        letter-spacing: -0.3em; }
      #footerDesc .innerRight table td:not(:first-child) {
        border-left: 1px solid #002378;
        background: #fff; }
      #footerDesc .innerRight table td.tableRightBottom {
        border-collapse: separate;
        border-bottom-right-radius: 10px; }
      #footerDesc .innerRight table .glayBg {
        background: #eeeeee !important; }
    #footerDesc .innerRight .innerRight_footerDesc {
      margin-top: 90px; }
      #footerDesc .innerRight .innerRight_footerDesc .innerRight_footerDescLeft {
        float: left;
		margin-top:-30px;
}
        #footerDesc .innerRight .innerRight_footerDesc .innerRight_footerDescLeft h2 {
          font-size: 21px;
          padding-bottom: 16px;
          border-bottom: 1px solid #002378; }
        #footerDesc .innerRight .innerRight_footerDesc .innerRight_footerDescLeft .tel {
          text-decoration: none;
          color: #002378;
          font-weight: 500;
          font-size: 38px;
          background: url(img/tel.png) no-repeat left 7px center;
          margin-top: 15px;
          background-size: 50px;
          padding: 10px 0 10px 70px;
          text-decoration: none; }
      #footerDesc .innerRight .innerRight_footerDesc .innerRight_footerDescRight {
        float: right; }
        #footerDesc .innerRight .innerRight_footerDesc .innerRight_footerDescRight .reservation {
          max-width: 300px;
          background: #f89220;
          border-radius: 5px;
          padding: 45px 10px;
          text-align: center;
          color: #fff;
          font-size: 24px;
          margin-top: -15px; }
  #footerDesc dl {
    clear: both;
   
    display: block;
   
}
#footerDesc dl:after {
height: 0;
visibility: hidden;
content: ".";
display: block;
clear: left;
}

    #footerDesc dl dt {
      float: left;
      font-size: 20px;
      padding: 0px;
      font-weight: bold;
	  margin-top:3px;
}
    #footerDesc dl dd {
      font-size: 18px;
      background: #fff;
      box-sizing: border-box;
      padding: 30px 0;
      font-size: 28px;
      text-align: left;

}











      #footerDesc dl dd br {
        display: none; }

footer {
  padding: 60px 0;
  background:#fff;
}
  footer p {
    padding: 50px 0 0 0;
    font-weight: 600;
    font-size: 20px;
    float: left; }
  footer img {
    float: right; }

.spHeader {
  display: none; }

.Splogo {
  display: none; }

.Splogo02 {
  display: none; }




/*_____________________
snsArea
_____________________*/

#snsArea{
	padding:20px 0;
	background:#fff;
}
#snsArea .inner{
	width:200px;
}
#snsArea ul{
	display:flex;
	justify-content: space-between;
}

#snsArea ul li img{
	width:30px;
}
/*____________________ 
     fix固定button
cssで組んでたんでここは全部css記述になってます。
____________________ */
#slideL {
  z-index: 100;
  cursor: pointer;
  position: fixed;
  top: 40%;
  right: -475px;
  width: 475px;
  background: url(img/top_img_01.png);
  background-repeat: no-repeat;
  padding-left: 46px; }

#slideL .slide-inner {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  background: #fff; }

#slideL .nav-icon {
  position: absolute;
  right: 10px;
  top: 450px;
  font-size: 20px;
  color: #fff; }

#slideL　.sideButton {
  position: fixed;
  top: 50%;
  right: 0; }

#slideL .hideBox {
  width: 430px;
  border: 5px solid #002378;
  padding: 30px 20px;
  overflow: hidden; }

#slideL table {
  border-collapse: separate;
  border-radius: 5px;
  border: 3px solid #002378;
  font-size: 14px; }

#slideL table .tableHead {
  padding: 5px 0px;
  min-width: 105px;
  width: 12.5%; }

#slideL table td {
  text-align: center;
  color: #002378;
  font-size: 14px; }

#slideL table th {
  text-align: center;
  background: #002378;
  color: #fff; }

#slideL table td {
  border-top: 3px solid #002378; }

#slideL table th:not(:first-child) {
  border-left: 2px solid #fff;
  width: 47px; }

#slideL table th:last-child {
  padding: 10px 9px 10px 5px;
  letter-spacing: -0.3em; }

#slideL table td:not(:first-child) {
  border-left: 3px solid #002378;
  background: #fff; }

#slideL table .glayBg {
  background: #eeeeee !important; }

#slideL td.tableRightBottom {
  border-collapse: separate;
  border-bottom-right-radius: 10px; }

#slideL .tel {
  float: left;
  font-weight: 600;
  font-size: 23px;
  background: url(img/tel.png) no-repeat left center;
  margin-top: 5px;
  background-size: 35px;
  padding: 8px 0 7px 40px;
  text-decoration: none; }

#slideL .reservation {
  float: right;
  background: #f8911f;
  padding: 7px 14px;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  margin-top: 12px;
text-decoration:none;}

#slideL .mapLeft {
  clear: both;
  float: left;
  margin-top: 14px; }

#slideL .blueButton {
  float: right;
  max-width: 80px;
  font-weight: bold;
  color: #002378;
  background: #cbd3e3;
  display: block;
  border: 1.2px solid #002378;
  padding: 5px 10px;
  text-align: center;
  border-radius: 5px;
  margin-top: 10px;
  font-size: 14px; }

a.blueButton {
  text-decoration: none; }

/*____________________ 
      ここから下スマホ
ハンバーガーの記述に関しては参照はこちらから
https://nodoame.net/archives/8771




h2:24px
____________________ */
@media screen and (max-width: 991px) {
  .mb1rem {
    margin-bottom: 0; }

  body::before {
    content: "";
    background: url(img/footer_img.jpg) no-repeat;
    background-size: auto 100%;
    background-position: 34% 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1; }

  nav.globalMenuSp {
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 100%;
    padding-top: 0px;
    height: 100%; }

  nav.globalMenuSp ul {
    background: #fff;
    margin: 0 auto;
    padding: 0;
    width: 100%; }

  nav.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #333; }

  /* 最後はラインを描かない */
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none; }

  nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 1em 0; }

	
		  
	
	
	
  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    transform: translateX(0%); }

  .navToggle {
    display: block;
    position: fixed;
    /* bodyに対しての絶対位置指定 */
    right: 0px;
    top: 0px;
    width: 70px;
    height: 70px;
    cursor: pointer;
    z-index: 3;
    background: #002378;
    text-align: center; }

  .navToggle span {
    display: block;
    position: absolute;
    /* .navToggleに対して */
    width: 25px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 20px;
    /* 23pxにしたら横棒3本のときはきれいだよ 6pxだと×のときキレイだね*/ }

  .navToggle span:nth-child(1) {
    top: 14px; }

  .navToggle span:nth-child(2) {
    top: 23px; }

  .navToggle span:nth-child(3) {
    top: 32px; }

  .navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 10px;
    font-weight: bold;
    top: 45px;
    text-align: center;
    left: 15px;
    width: 40px; }

  /* 最初のspanをマイナス45度に */
  .navToggle.active span:nth-child(1) {
    top: 27px;
    left: 20px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg); }

  /* 2番目と3番目のspanを45度に */
  .navToggle.active span:nth-child(2),
  .navToggle.active span:nth-child(3) {
    top: 27px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg); }

  /*____________________ 
          共通css
  ____________________ */
  .inner {
    width: 95%; }

  .inner1100 {
    width: 100%; }

  .inner1000 {
    width: 100%; }

  /*____________________ 
        headercss
  ____________________ */
  header {
    background-position: 30%; }
    header .inner {
      max-width: 100%; }
      header .inner .spHeader {
        display: block;
        background: #fff;
        height: 70px; }
        header .inner .spHeader .spHeaderLogo {
          width: 45%;
          margin-left: 20px;
          z-index: 5;
          margin-top: 20px; }
        header .inner .spHeader .Splogo02 {
          display: block;
          z-index: 5;
          float: right;
          margin-right: 85px;
          width: 55px;
          padding: 7px 0 7px 14px;
          border-left: 0.5px solid #ccc; }
      header .inner h1 img {
        top: 5vw;
        width: 55%; }
      header .inner h2 {
		width:auto;
        top: 15vw;
        font-size: 4vw; }
      header .inner .headerDesc {
        display: none; }
      header .inner .headerBlog {
        display: none; }
      header .inner ul {
        position: static;
        top: 40vw;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 80%;
        text-align: inherit;
        display: flex;
		justify-content: space-between;
		text-align: center;
		  margin-top:15px;
}
        header .inner ul li {
          float: left;
          margin-right: 10px;
          text-align: center; }
          header .inner ul li img {
            width: 100%; }

  /*____________________ 
        navigation
  ____________________ */
  nav {
    background: #fff;
    padding: 0;
    margin-top: 0; }
    nav .Splogo {
      display: block;
      width: 45%;
      margin-top: 27px;
      padding-bottom: 20px;
      margin-left: 20px; }
    nav ul {
      display: block;
      flex-flow: row;
      justify-content: space-around;
      margin: 0 auto;
      list-style-type: none; }
      nav ul a {
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        display: block;
        padding: 20px 20px;
        transition: 0.3s; }
      nav ul a:hover {
        background: #8F6C6C;
        border-radius: 0; }
      nav.globalMenuSp ul li .navStaff {
        background: #f89220;
        border-radius: 0;
        padding: 20px 30px;
		font-weight:bold;
		color:#fff;}

	nav.globalMenuSp ul li .headLineBanner{
		background: #1dcd00;
		font-weight:bold;
		color:#fff;
	}
      nav ul .navstaff:hover {
        background: #fff315; }

  .sideButton {
    display: none; }

  .is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    background: rgba(11, 11, 11, 0.8); }

  /*____________________ 
       nav下の項目
  	important入れてるのは最終手段だからです
  ____________________ */
  #reception {
    padding: 45px 0;
    background: #eeeeee; }
    #reception .inner {
      padding: 0; }
    #reception .innerLeft {
      width: 100%;
      float: none; }
      #reception .innerLeft h2 {
        font-size: 26px;
        padding-bottom: 15px; }
      #reception .innerLeft table {
        width: 100%;
        border-collapse: separate;
        border-radius: 10px;
        border: 2px solid #002378;
        font-size: 12px; }
        #reception .innerLeft table .tableHead {
          padding: 5px 17px; }
        #reception .innerLeft table th, #reception .innerLeft table td {
          text-align: center;
          color: #002378;
          font-size: 11px; }
        #reception .innerLeft table td {
          border-top: 1px solid #002378; }
        #reception .innerLeft table th:not(:first-child) {
          border-left: 1px solid #002378;
          padding: 5px 10px; }
        #reception .innerLeft table th:last-child {
          padding: 10px 9px 10px 5px;
          letter-spacing: -0.3em; }
        #reception .innerLeft table td:not(:first-child) {
          border-left: 1px solid #002378;
          background: #fff; }
      #reception .innerLeft .blueButton {
        max-width: 33%;
        padding: 3px;
        margin-left: 10px;
        margin-top: 0px;
        overflow: hidden;
        font-weight: bold;
        font-size: 13px;
        margin-top: 4px; }
      #reception .innerLeft .mapIcon {
        clear: both;
        background-size: 15px;
        padding: 10px 10px 0 20px;
        font-size: 13px;
        float: left;
        margin-top: 0px; }
    #reception .blueButton {
      font-size: 13px;
      padding: 3px; }
    #reception .innerRight {
      width: 100%;
      float: none;
      /* reception右側のボタンのデザイン変更 */ }
      #reception .innerRight h2 {
        clear: both;
        font-size: 18px;
        padding-bottom: 10px;
        margin-top: 45px;
        text-align: center; }
      #reception .innerRight .tel {
        font-weight: 500;
        font-size: 38px;
        background: url(img/tel.png) no-repeat left 5% center;
        margin-top: 15px;
        padding-left: 60px;
        display: block;
        padding: 8px 0 7px 60px;
        text-align: center;
        background-size: 50px;
        text-decoration: none; }
      #reception .innerRight .reservation {
        background: #f89220;
        border-radius: 5px;
        padding: 15px 15px;
        text-align: center;
        color: #fff;
        font-size: 22px;
        margin: 30px 0; }
      #reception .innerRight ul {
        display: block;
        flex-wrap: initial;
        justify-content: space-between;
        margin-top: 10px; }
      #reception .innerRight .blueButton {
        color: #fff;
        background: #f89220;
        display: block;
        border: none;
        padding: 9px;
        text-align: center;
        border-radius: 15px;
        width: 80%;
    margin: 4px auto 0 auto;
        font-size: 3vw; }

	
	#reception .innerRight p a{
    background:#1dcd00;
	color:#fff;
	text-align:center;
	font-weight:bold;
	padding:15px;	
	border-radius: 5px;
	display:block;
    /* reception右側のボタンのデザイン変更 */
}
	
	
  /*____________________ 
   	  PCはtelださない
  ____________________ */
  a[href^="tel:"] {
    pointer-events: auto; }

  /*____________________ 
   	   selection
  ____________________ */
  #selection {
    background: #fff;
    padding: 30px 0 0 0;
	  margin:0;
    }
    #selection .inner {
      box-sizing: border-box;
      padding: 30px 20px 40px 20px; }
      #selection .inner h2 {
        font-size: 24px;
	 }
        #selection .inner h2 br {
          display: block; }
      #selection .inner p {
        text-align: center;
        font-size: 13px;
        margin-top: 20px;
        padding: 20px 0 30px 0; }
      #selection .inner ul {
        width: 100%;
        margin: 10px auto 0 auto;
        display: block;
        justify-content: flex-start; }
        #selection .inner ul li {
          clear: both;
          width: 100%;
          margin-top: 30px; }
          #selection .inner ul li p {
            font-size: 13px;
            font-weight: 300;
            padding: 15px 2px 0 0;
            text-align: left;
            margin-top: 0; }
          #selection .inner ul li .selectionCircle {
            width: 50px;
            height: 56px;
            float: left;
            padding: 7px 7px 0px;
            font-size: 16px;
            margin-right: 10px;
            margin-top: 0; }
          #selection .inner ul li .selectionCircle::after {
            font-size: 24px; }
        #selection .inner ul li:first-child {
          margin-top: 0; }

/*____________________ 
   	 suisen
____________________ */
  #suisen {
    background: #fff; }
    #suisen h2 {
      font-size: 30px; }

/*_____________________
		INSTAArea
_____________________*/

#INSTAArea{
	padding:30px 0;
}
#INSTAArea h2 {
    font-size: 30px;
    font-weight: 600;
	background-size: 60px 60px;
    padding-left: 70px;
    
    line-height: 2.4rem;;
}
#INSTAArea .sp_br{
	display:block;
}	
	
#INSTAArea ul{
	display:flex;
	flex-wrap:wrap;
	width:100%;
		border: 1px solid #ccc !important;
}
#INSTAArea ul li{
	
    width: 48%;
	padding:20px 0 30px;
	height:auto;
	box-sizing:border-box;
	margin:1%;
	position: relative;
    min-height: 1px;
	overflow: hidden;

    padding: 5px !important;
}/* 上記2箇所のimportantはショートコード且つ直書きのため */
	
#INSTAArea ul li::after{
	content: " ";
	display: table;
	}
#INSTAArea ul li div:before{
position: absolute;
top: 10px;
left: 10px;
opacity: 0.5;
content: url("https://www.makoto-seikotsuin.com/wordpress/wp-content/themes/makoto20191/img/instaInsta.svg");
display: inline-block;
width: 14px;
height: 16px;
}
#INSTAArea ul li .img{
	position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
	
#INSTAArea .img img{
	width:100%;
	height:auto;
}	
#INSTAArea .SPrightArea{
	width:65%;
	float:right;
	padding:0 15px;
	box-sizing: border-box;
}
#INSTAArea .SPrightArea .title{
	margin-top:4px;
}
INSTAArea .SPrightArea .article{
		
}
  /*____________________ 
   	 hello
  ____________________ */
  #hello {
    background: #fff; }
    #hello .inner .helloWrap {
      background-prepeat: no-repeat;
      background-position: 100% 94%;
      background-size: contain;
      position: relative;
      padding: 70px 0 0 0;
      min-height: 850px; }
    #hello .inner h2 {
      font-size: 24px;
      font-weight: 600;
      text-align: center; }
      #hello .inner h2 span {
        font-size: 26px;
        font-weight: 600;
        text-align: center; }
    #hello .inner p {
      padding-top: 0;
      font-size: 20px;
      margin-top: 110%;
      text-align: right;
      padding-right: 16px; }
      #hello .inner p span {
        font-weight: 600;
        font-size: 24px; }
    #hello .inner .helloText {
      text-align: left;
      font-size: 18px;
      margin: 0;
      padding: 0; }

  /*____________________ 
   messagebox
  ____________________ */
  #message {
    background: #fff; }
    #message h2 {
      font-size: 30px; }
    #message .inner {
      width: 100%; }
    #message .inner1000 {
      width: 95%; }
    #message .messageBox_01 {
      width: 99%; }
    #message .messageBox {
      width: 100%; }

  /*____________________ 
        movie
  ____________________ */
  #movie {
    padding: 80px 0 60px 0;
    counter-reset: number; }
    #movie h2 {
      font-weight: 600;
      padding: 20px 0;
      font-size: 26px; }
    #movie .inner1100 {
      display: block;
      flex-wrap: nowrap;
      justify-content: flex-start; }
      #movie .inner1100 .movieBox {
        overflow: hidden;
        background: #fff;
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 15px;
        margin-bottom: 45px; }
        #movie .inner1100 .movieBox .dtRelative {
          position: relative;
          background: url(img/movie_midashi.png) no-repeat;
          background-size: 100px 100px;
          height: 100px; }
        #movie .inner1100 .movieBox .dtNumber {
          position: absolute;
          font-size: 55px;
          top: -4px;
          left: 22px;
          bottom: 0;
          right: 0;
          color: #002378; }
        #movie .inner1100 .movieBox .dtText {
          position: absolute;
          font-size: 30px;
          top: 45px;
          left: 17px;
          bottom: 0;
          right: 0;
          color: #002378; }
        #movie .inner1100 .movieBox p {
          position: absolute;
          top: 10%;
          left: 35%;
          bottom: 0;
          right: 0;
          font-size: 5.4vmin; }
        #movie .inner1100 .movieBox img {
          margin-top: 16px;
          width: 100%; }

  /*____________________ 
        menu
  ____________________ */
  #menu {
    padding-top: 80px;
    background: #fff; }
    #menu h2 {
      font-size: 30px;
      font-weight: 600; }
    #menu h3 {
      font-size: 20px;
      font-weight: 500;
      padding-bottom: 30px; }
    #menu .menuWhat {
      border: 3px solid #002378;
      border-radius: 10px;
      overflow: hidden;
      padding: 20px; }
      #menu .menuWhat h2 {
        padding-bottom: 10px;
        font-size: 20px; }
      #menu .menuWhat ul li {
        box-sizing: border-box;
        margin-right: 20px;
        width: 100%;
        float: none;
        background-size: 20px;
        font-size: 15px;
        padding: 10px 0 10px 30px; }

  /*____________________ 
        施術項目
  ____________________ */
  #sejutu {
    background: #fff;
    padding: 60px 0;
    margin-top: -30px !important;
    /*施術6で使用*/
    /*施術8で使用*/ }
    #sejutu iframe {
      width: 100%;
      height: 230px; }
    #sejutu .caution {
      font-size: 26px;
      padding-top: 40px; }
    #sejutu h2 {
      font-size: 28px;
      font-weight: 600; }
    #sejutu .midasi {
      max-width: 172px;
      width: 50%; }
    #sejutu h2.midasi:not(:first-child) {
      margin-top: 0; }
    #sejutu h3 {
      font-size: 20px;
      padding-bottom: 30px; }
    #sejutu br {
      display: none; }
    #sejutu p {
      font-size: 16px; }
    #sejutu .h3naiyou {
      padding: 20px; }
    #sejutu .innerLeft {
      width: 100%;
      float: none;
      font-size: 16px; }
    #sejutu .innerRight {
      margin: 30px 0;
      width: 100%;
      float: none;
      border: 3px solid #002378;
      border-radius: 10px;
      padding: 15px;
      box-sizing: border-box; }
      #sejutu .innerRight ul li {
        padding-left: 35px;
        background-size: 23px;
        background-position: left top;
        font-size: 16px;
        padding-bottom: 5px; }
    #sejutu .sejutuBlownArea {
      clear: both;
      overflow: hidden;
      border: 2px solid #42210b;
      /*施術2で使用*/ }
	#sejutu .notBlown{
		border:none;
	}
	
	
      #sejutu .sejutuBlownArea h2 {
        background: #42210b;
        color: #fff;
        font-size: 22px;
        text-align: center;
        padding: 20px 5px; }
      #sejutu .sejutuBlownArea .sejutuBlownAreaInner {
        padding: 0 15px 15px; }
      #sejutu .sejutuBlownArea p {
        font-size: 16px;
        padding: 16px 0 16px 0; }
      #sejutu .sejutuBlownArea p:first-child {
        padding-top: 22px; }
      #sejutu .sejutuBlownArea p:nth-child(3) {
        padding-bottom: 22px; }
	
	
	
	
	
	
      #sejutu .sejutuBlownArea table {
        font-size: 18px; }
        #sejutu .sejutuBlownArea table th {
          font-weight: 600;
          background: #cbd3e3;
          text-align: center;
          padding: 20px 0; }
	
	#sejutu .sejutuBlownArea table th span {
	font-size:13px;
	padding-left:4px;
}
	
        #sejutu .sejutuBlownArea table th:first-child {
          border-top-left-radius: 10px; }
        #sejutu .sejutuBlownArea table th:last-child {
          border-top-right-radius: 10px; }
        #sejutu .sejutuBlownArea table th:not(:first-child) {
          border-left: 2px solid #002378; }
        #sejutu .sejutuBlownArea table td {
          border-top: 2px solid #002378;
          padding: 20px 0;
          text-align: center; }
        #sejutu .sejutuBlownArea table td:first-child {
          background: #cbd3e3;
          text-align: center; }
        #sejutu .sejutuBlownArea table td:not(:first-child) {
          border-left: 2px solid #002378;
          font-weight: 600; }
        #sejutu .sejutuBlownArea table .tableLeftBottom {
          border-bottom-left-radius: 10px; }
	
	
	/* 新しい料金表css okだったら上の.sejutuBlownArea table?　を消す */
	
	#sejutu .sejutuBlownArea table {
        font-size: 18px; }
        #sejutu .sejutuBlownArea table th {
          font-weight: 600;
          background: #233E82;
          text-align: center;
          padding: 15px 0; }
        #sejutu .sejutuBlownArea table th:first-child {
          border-top-left-radius: 0px; }
        #sejutu .sejutuBlownArea table th:last-child {
          border-top-right-radius: 0px; }
        #sejutu .sejutuBlownArea table th:not(:first-child) {
          border-left: 2px solid #002378; }
        #sejutu .sejutuBlownArea table td {
          border-top: 2px solid #002378;
          padding: 20px 5px;
          text-align: center; }
        #sejutu .sejutuBlownArea table td:first-child {
          background: #cbd3e3;
          text-align: center; }
        #sejutu .sejutuBlownArea table td:not(:first-child) {
          border-left: 2px solid #002378;
          font-weight: 600; }
        #sejutu .sejutuBlownArea table .tableLeftBottom {
          border-bottom-left-radius: 10px; }
	
	
	.col1{
		width:40%;
		}
	.col2{
		width:60;
	}
	
	
	
	
	
      #sejutu .sejutuBlownArea .innerLeft02 {
        width: 100%;
        float: none;
        margin-top: 10px;
        padding-bottom: 10px;
        margin-left: 0px; }
      #sejutu .sejutuBlownArea .innerRight02 {
        margin-top: 0px;
        width: 100%;
        float: none;
        background: none;
        border: none;
        padding-bottom: 30px; }
        #sejutu .sejutuBlownArea .innerRight02 ul li {
          padding-left: 35px;
          background-size: 25px 26px;
          font-size: 21px; }
    #sejutu .sejutuMidasi {
      padding: 6px 0;
      font-size: 22px; }
    #sejutu .sejutuBlueArea {
      border: 3px solid #002378;
      border-radius: 10px;
      padding: 10px;
      margin-top: 16px; }
      #sejutu .sejutuBlueArea ul li {
        background: url(img/check_02.png) no-repeat;
        padding-left: 26px;
        font-feature-settings: "palt";
        background-size: 19px 20px;
        background-position: left center;
        font-size: 16px; }
    #sejutu .h3midasi {
      padding: 16px 0; }
    #sejutu .tdRowspan {
      background: #fff !important;
      border-left: 2px solid #002378;
      font-weight: 600; }
    #sejutu .tableCell2 {
      /*tdRowspanはrowspan使ったセルの右側に当たるよ*/ }
      #sejutu .tableCell2 .tableCell2Td {
        border-top: none; }
      #sejutu .tableCell2 .tableCell2Td:first-child {
        border-top-left-radius: 10px; }
      #sejutu .tableCell2 .tableCell2Td:last-child {
        border-top-right-radius: 10px; }
      #sejutu .tableCell2 .tdRowspan {
        background: #fff !important;
        border-left: 2px solid #002378;
        border-bottom-right-radius: 10px;
        font-weight: 600; }
    #sejutu .glayareaInner {
      display: block;
      flex-wrap: nowrap;
      justify-content: flex-start;
      margin-bottom: 50px; }
      #sejutu .glayareaInner .glayarea {
        border: 3px solid #e6e6e6;
        width: 100%;
        margin-top: 50px; }
        #sejutu .glayareaInner .glayarea dl dt {
          float: left;
          font-size: 40px;
          width: 70px;
          height: 65px;
          text-align: center;
          margin-right: 20px; }
        #sejutu .glayareaInner .glayarea dl dd {
          font-size: 20px; }
        #sejutu .glayareaInner .glayarea dl .spMt {
          padding-top: 16px; }
        #sejutu .glayareaInner .glayarea p {
          clear: both;
          font-size: 16px;
          padding: 5px 15px; }
    #sejutu .innerLeft03 {
      width: 100%;
      float: none; }
      #sejutu .innerLeft03 h3 {
        padding-bottom: 10px; }
        #sejutu .innerLeft03 h3 br {
          display: none; }
      #sejutu .innerLeft03 p {
        float: none;
        font-size: 16px; }
    #sejutu .innerRight03 {
      width: 100%;
      float: none; }
      #sejutu .innerRight03 .sejutuBlueArea {
        padding: 10px; }
        #sejutu .innerRight03 .sejutuBlueArea li {
          line-height: 1.4em; }
    #sejutu .sejutu7 ul li {
      background-position: left top; }
    #sejutu .innerLeft04 {
      width: 100%;
      float: none;
      margin-top: -30px; }
    #sejutu .innerRight04 {
      width: 100%;
      float: none; }
    #sejutu .inner1100 img {
      padding: 16px 0 10px 0;
      width: 100%; }

  .triangleRight {
    margin-top: 35px; }
/* 追加項目20191108 */
#sejutu .innerLeft05 {
    float: none;
    width: 100%; }
#sejutu .innerLeft05 img{
    width: 100%; }
#sejutu .innerRight05 {
    float: none;
    width: 100%; }
	
#sejutu .sejutu4_flex{
	display:block;
}
	
  /*____________________ 
    施術項目のaccordion
    変にコードいじらない。
  importantは効いてくれなかったから
  ____________________ */
  .acd-check {
    display: none; }

  .ac1 {
    width: 95%;
    font-size: 16px!important; }

#sejutu .ac1.backOrange br{
	display:block;
}
	
  /*____________________ 
        質問
  ____________________ */
  #question {
    padding: 60px 0 60px 0;
    margin-top: 0px; }
    #question h2 {
      font-size: 30px;
      background: url(img/slant.png) no-repeat;
      background-position: center center; }
    #question .questionInner {
      border-bottom: 0.5px solid rgba(0, 35, 120, 0.9); }
      #question .questionInner p {
        font-size: 18px;
        margin-bottom: 18px;
        color: #141414;
        padding-left: 1.7em;
        text-indent: -1.7em; }
        #question .questionInner p .questionQ {
          color: #002378;
          font-size: 22px;
          padding-right: 10px; }
        #question .questionInner p .questionA {
          color: #f7931e;
          font-size: 22px;
          padding-right: 10px; }
        #question .questionInner p .questionML {
          padding-left: 32px; }
      #question .questionInner p:nth-child(odd) {
        margin-top: 24px; } }
@media screen and (max-width: 991px) {
  /*____________________ 
        整骨院案内
  ____________________ */
  #guide {
    background: #fff;
    padding: 40px 0 20px 0; }
    #guide h3 {
      font-size: 30px;
      font-weight: 600;
      padding-bottom: 10px; }
    #guide p {
      font-size: 20px;
      margin: 16px 0; }
    #guide ul {
      margin: 80px auto 0 auto;
      display: block;
      justify-content: flex-start; }
      #guide ul li img {
        width: 100%;
        margin-bottom: 10px; }

  #parallax .inner {
    width: 100%;
    background: #fff; }
    #parallax .inner img {
      background: none;
      max-width: 251px;
      width: 100%;
      margin: 0 auto;
      display: block;
      padding: 30px 0; }

  .parallaxBg {
    background: none;
    min-height: 250px;
    margin: 0;
    height: 100%; }
	.parallaxBg {
    background-size: auto 100%;
    background-position: 57% 0;
    display: block;
    top: 0;
    left: 0;
    z-index: -2;
	}
  /*____________________ 
        footer手前の項目
  importantは最終手段です
  ____________________ */
  #footerDesc {
    padding: 60px 0 50px 0;
    margin-top: 0px; }
    #footerDesc .innerLeft {
      float: none; }
      #footerDesc .innerLeft h2 {
        font-size: 25px;
        float: left; }
      #footerDesc .innerLeft iframe {
        clear: both;
        padding-bottom: 45px;
        width: 100%;
        height: 200px; }
    #footerDesc .innerRight {
      float: none;
      width: 100%; }
      #footerDesc .innerRight h2 {
        clear: both;
        font-size: 26px;
        padding-bottom: 15px; }
      #footerDesc .innerRight table {
        width: 100%;
        border-collapse: separate;
        border-radius: 10px;
        border: 2px solid #002378;
        font-size: 12px; }
        #footerDesc .innerRight table .tableHead {
          padding: 5px 17px; }
        #footerDesc .innerRight table th, #footerDesc .innerRight table td {
          text-align: center;
          color: #002378;
          font-size: 11px; }
        #footerDesc .innerRight table td {
          border-top: 1px solid #002378; }
        #footerDesc .innerRight table th:not(:first-child) {
          border-left: 1px solid #002378;
          padding: 5px 10px; }
        #footerDesc .innerRight table th:last-child {
          padding: 10px 9px 10px 5px;
          letter-spacing: -0.3em; }
        #footerDesc .innerRight table td:not(:first-child) {
          border-left: 1px solid #002378;
          background: #fff; }
      #footerDesc .innerRight .innerRight_footerDesc {
        margin-top: 30px; }
        #footerDesc .innerRight .innerRight_footerDesc .innerRight_footerDescLeft {
          float: none; }
          #footerDesc .innerRight .innerRight_footerDesc .innerRight_footerDescLeft h2 {
            font-size: 18px;
            padding-top: 16px;
			  padding-bottom:2px;
            border-bottom: 1px solid #002378;
            text-align: center; }
          #footerDesc .innerRight .innerRight_footerDesc .innerRight_footerDescLeft .tel {
            font-weight: 500;
            font-size: 38px;
            background: url(img/tel.png) no-repeat left center;
            margin-top: 15px;
            padding-left: 60px;
            display: block;
            padding: 8px 0 7px 60px;
            text-align: center;
            background-size: 50px; }
        #footerDesc .innerRight .innerRight_footerDesc .innerRight_footerDescRight {
          float: none; }
          #footerDesc .innerRight .innerRight_footerDesc .innerRight_footerDescRight .reservation {
            margin-top: 10px;
            max-width: 100%;
            padding: 15px 10px;
			display:block;
	}
    #footerDesc dl {
      clear: both;
      border: none;
      padding: 0px;
      display: block;
      margin-top: 0px; }
      #footerDesc dl dt {
        float: none;
        font-size: 20px;
        padding: 7px 50px;
        font-weight: bold;
        text-align: center; }
      #footerDesc dl dd {
        background: #fff;
        box-sizing: border-box;
        padding: 15px 10px;
        font-size: 15px;
        text-align: left; }
        #footerDesc dl dd br {
          display: block; }

  footer {
    background: #fff;
    padding: 20px 0; }
    footer p {
      padding: 20px 0 0 0;
      font-size: 14px;
      float: none;
      text-align: center; }
    footer img {
      float: none;
		display: block;
		margin: 0 auto;
		width: 70%;
}

  /*____________________ 
       fix固定ボタン
  	スマホではいりません
  ____________________ */
  #slideL {
    display: none; } }
/*______________________
  更新20190906

MEMO
.midasi の更新

　更新20190917
指示書の修正事項の更新
____________________*/
#message h2 {
  font-size: 30px; }

#reception .innerRight img {
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 1px solid #002378;
  margin-top: 16px; }

@media screen and (max-width: 991px) {
  #message h2 {
    font-size:30px;/* 7.5vw */
    padding: 10px 0; }
  #message .messageBox_01 {
    padding-bottom: 0px; }
}
/*______________________
  更新20191015
最終更新20191105

MEMO
動画入れた箇所とか諸々更新

____________________*/
body{
	
}
header{
	position:relative;
	/*background:none;*/
}

header .inner{
	z-index:3;
}
header nav{
	    position: absolute;
    margin: auto;
    /* top: 0; */
    left: 0;
    right: 0;
}

nav.globalMenuSp .SPiconArea ul {
	display:flex;
	justify-content: space-between;
	width:125px;
	margin:0 auto;
	}
nav.globalMenuSp .SPiconArea ul li{
		width:30px;
	}
nav.globalMenuSp .SPiconArea ul li{
	border-bottom:none;
}
nav.globalMenuSp .SPiconArea ul img{
		width:30px;
	}
/*
video{
	position:fixed;
right:0;
bottom:0;
min-width:100%;
min-height:100%;
width:auto;
height:auto;
z-index:-1;
}
*/

.headerDescBg{
	background:#fff;
	padding:5px 0;
}
.headerDescBg h1{	
	 margin-top: 5px;
    width: 450px;
    display: block;
    float: left;
}
.headerDescBg h1 img{	
	max-width:450px;
	width:100%;
}
.headerDescBg p{
float:left;
	margin-top:-12px;
}
.headerDescBg .headerBlog {
      font-size: 18px;
	float:right;
      border: 1px solid #343434;
      padding: 7px 40px;
      text-align: center;
      top: 0;
      right: 0;
      margin-top: -70px; }

.headerDescBg .inner .headSNS{
	display:flex;
	justify-content: flex-end;
}
.headerDescBg .inner .headSNS li{
	padding:15px 5px;
	line-height:0;
	margin-top:10px;
}
.headerDescBg .inner .headSNS li:last-child{
	line-height:0;
	margin-top:0;
}
.headerDescBg .inner .headSNS img{
	width:30px;
}


.headerDescBg .inner .headLineBanner{
	background:url(https://makoto-seikotsuin.com/wordpress/wp-content/themes/makoto20191/img/lineHeader.png)left 10px  center,#1dcd00;
	background-size:30px;
	background-repeat:no-repeat;
	display:block;
	border-radius:5px;
	text-decoration:none;
	font-weight:bold;
	float:right;
	color:#fff;
	line-height:1.8rem;
	padding:10px 10px 10px 50px;
}
.headerDescBg .inner .headLineBanner img{
	width:30px;
}
video{
	position: absolute;
    bottom:10%;
    right: 0;
    width: 600px;
}
.videofillter{
	position: absolute;
    bottom:10%;
    right: 0;
	width:600px;
}
.overlay{
	background:url(img/overlay.png);
	    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 800px;
    min-height: 500px;
	    opacity: 1;
    z-index: 2;
}
.movieplay{
	background: url(img/movieplay.png) no-repeat;
    position: absolute;
    bottom: 0;
    top: 66%;
    right: 22%;
    background-size: 80px 80px;
    padding-top: 90px;
    margin-top: -10px;
    width: 80px;
    font-size: 14px;
    color: #fff;
    -webkit-filter: drop-shadow(0px 3px 10px rgba(0,0,0,.8));
    filter: drop-shadow(0px 0px 7px rgba(0,0,0,.8));
}
.sejutuMidasi br{
	display:none;
}
#footerDesc dl dt{margin-top:0;}
#footerDesc dl dd {
    padding:3px 6px;margin-left:170px;font-size:16px;
}
#footerDesc dl .footerFirstdd{
	padding-top:10px;
}

@media screen and (max-width: 991px) {
	.headerDescBg{display:none;}
	header{
	max-height: 100%;
	background:url(img/topimage_sp_20230908.jpg) no-repeat;
	background-position: 0 0px;
	display: block;
    width: 100%;
    background-size: cover;
    z-index: 1;
    padding-bottom: 100%;
	height:auto;
	box-sizing: border-box;
	}
      header .spHeader {
        display: block;
        background: #fff;
        height: 70px;
		z-index:3;
		position:relative;
		}
        header .spHeader .spHeaderLogo {
          width: 45%;
          margin-left: 20px;
          z-index: 5;
          margin-top: 20px; }
        header .spHeader .Splogo02 {
          display: block;
          z-index: 5;
          float: right;
          margin-right: 85px;
          width: 55px;
          padding: 7px 0 7px 14px;
          border-left: 0.5px solid #ccc;
	}
	
	header .inner{
		width:95%;
		position:absolute;
		margin:0 auto;
		height:auto;
		top:auto;
    	bottom: 5%;
		left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	}
	header .inner h1{
		display:none;
	}
	header .inner h2 {
		right:0;
		left:0;
		text-align:center;
		color:#fff;
		top:10vw;
		position:static;
		margin-top:130px;
		text-shadow: none;
}
	video{
		display:none;
	}
	html.Android video{
		top:135%;
	}
	html.Android #selection .inner h2 {
		margin-top:10px;
		font-size: 5.5vmin;
	}
	html.Android #hello .inner .helloWrap {
		background-position: 100% 85%;
		min-height:790px;
	}
	html.Android .ac1{
		font-size:14px!important;
	}
	html.Android #selection .inner ul li .selectionCircle{
		line-height: 1.6em;
	}
	html.Android #selection .inner ul li .selectionCircle::after{
		bottom:7px;
	}
	.videofillter{
		display:none;
	}
	.movieplay{
		display:none;
	}
	.overlay{
		min-width:auto;
		z-index:1;
		min-height: 64vw;
	}
	.sejutuMidasi br{
		display:block!important;
	}	
	.footerFirstdd{padding:0;}
	#footerDesc dl dt {margin-top:0;}
	#footerDesc dl dd {
    padding-left: 10px;
	margin:0px;

}
		
header .inner ul {
		margin-top:10px;
	}
	
nav ul .SPiconArea{
	display:block;
	border-bottom: 1px dotted #333;
	}
	
	
}
.footerData{clear:both;border:#cbd3e3 2px solid;}
			.footerData dl{margin:0;border:none;padding:0;outline:none;background:#cbd3e3;}
			.footerData dt{border:none;background:#cbd3e3;margin-left:65px;}
			.footerData dd{padding:6px;margin-left:170px;font-size:16px;}
			.footerDataTd01{display:none;}
			.footerDataTd02{display:block;}
			@media screen and (max-width: 991px){
			.footerDataTd01{display:block;}
			.footerDataTd02{display:none;}
			.footerDataTd03{display:none;}
			.footerData{margin-top:30px;}
			.footerData dl{margin:0;}
			.footerData dt{padding:7px 0;margin:0;}
			.footerData dd{padding:6px;margin-left:0px;}
}	
/*______________________
  更新20191204
タブレットでみたときのズレの修正

____________________*/
@media screen and (max-width: 991px){
html.Android #hello .inner .helloWrap{
	min-height: 1000px;
}
#hello .inner .helloWrap{
	min-height: 1000px;
}
#movie .inner1100 .movieBox p{
		top:0;
		left:15%;
	}
	}
@media screen and (max-width: 575px){
	
html.Android #hello .inner .helloWrap{
	min-height: 850px;
}
#hello .inner .helloWrap{
	min-height: 850px;
}
	#movie .inner1100 .movieBox p{
		top:10%;
		left:35%;
	}
}

.video__recruit--btn a {
      text-align: right;
      color: #fff;
      text-decoration: none;
      cursor: pointer;
      font-weight: bold;
      z-index: 10;
      position: absolute;
      right: 0px;
      top: 80px;
      padding: 20px 40px;
      font-size: 18px;
      transition: 0.3s;
      opacity: 1;
      background: linear-gradient(90deg, #006094 0%, #005e81 50%, #004b8e 100%);
      line-height: 1;
      			/*
      			&:before{
      				
      				content: "";
      			
          			height: 100%;
      				left: 0;
      				position: absolute;
      				top: 0;
      				transition: 0.3s;
      				width: 100%;
      				z-index:6;
}*/ }

.video__recruit--btn a span {font-size: 8px;}

.video__recruit--btn a:after {
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transition: 0.3s;
        width: 100%;
        opacity: 0;
        z-index: 7;
        border-image-slice: 1;
        border: 3px solid #006094;
        background: #fff;
        transition: 0.3s;
        box-sizing: border-box; }

.video__recruit--btn a:hover {
        background: #fff;
        border-image: linear-gradient(90deg, #006094 0%, #005e81 50%, #004b8e 100%);
        color: #006094; }

.video__recruit--btn a:hover:before {opacity: 0;}

@media screen and (max-width: 575px){
	.video__recruit--btn a {
		padding:15px;
		font-size:16px;
writing-mode: vertical-rl;
text-orientation: upright;
	}
}


/*____________________ 
   頭ほぐし
____________________ */
.head_flex {
  display: flex;
    flex-wrap: wrap; }

.head_loose1 {
  width: 65%; }
  @media screen and (max-width: 991px) {
    .head_loose1 {
      width: 100%; } }

.head_loose2 {
  width: 33%;
  margin: 0 1%; }
  @media screen and (max-width: 991px) {
    .head_loose2 {
      width: 100%;
      margin: 0; } }

/*____________________
      最新ブログ記事
____________________ */
.latestBlog {
  background: #f7f8fa;
  padding: 80px 0; }

.latestBlog h3 {
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 50px; }

.latestBlog__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px; }

.latestBlog__card {
  overflow: hidden;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 5px 18px rgba(0, 35, 120, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease; }

.latestBlog__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 24px rgba(0, 35, 120, 0.18); }

.latestBlog__link {
  display: block;
  height: 100%;
  color: #333;
  text-decoration: none; }

.latestBlog__image {
  display: flex;
  height: 220px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff; }

.latestBlog__image img {
  width: 100%;
  height: 100%;
  object-fit: contain; }

.latestBlog__image img.wp-post-image {
  object-fit: cover;
  transition: transform 0.3s ease; }

.latestBlog__card:hover .latestBlog__image img.wp-post-image {
  transform: scale(1.04); }

.latestBlog__body {
  padding: 24px; }

.latestBlog__date {
  display: block;
  margin-bottom: 10px;
  color: #687386;
  font-size: 14px; }

.latestBlog__title {
  margin: 0 0 14px;
  color: #002378;
  font-size: 21px;
  line-height: 1.5; }

.latestBlog__excerpt {
  margin: 0 0 18px;
  color: #555;
  font-size: 15px;
  line-height: 1.8; }

.latestBlog__more {
  display: block;
  color: #f7931e;
  font-size: 15px;
  font-weight: 600;
  text-align: right; }

.latestBlog__empty {
  margin: 0;
  text-align: center; }

@media screen and (max-width: 991px) {
  .latestBlog {
    padding: 50px 0; }

  .latestBlog h3 {
    padding-bottom: 30px; }

  .latestBlog__cards {
    grid-template-columns: 1fr;
    gap: 20px; }

  .latestBlog__link {
    display: grid;
    grid-template-columns: 38% 62%; }

  .latestBlog__image {
    height: 100%;
    min-height: 230px; } }

@media screen and (max-width: 575px) {
  .latestBlog {
    padding: 40px 0; }

  .latestBlog h3 {
    font-size: 26px;
    padding-bottom: 25px; }

  .latestBlog__link {
    display: block; }

  .latestBlog__image {
    height: 210px;
    min-height: 0; }

  .latestBlog__body {
    padding: 20px; }

  .latestBlog__title {
    font-size: 19px; } }
