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

/* css reset
---------------------------------------------*/

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

/*
nav ul {
    list-style:none;
}
*/

ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* end css reset
---------------------------------------------*/


/* 基本設定
---------------------------------------------*/

html {
  font-size: 62.5%; /* ≒10px */
} 


body {
  animation-name: anim-fadein;
  animation-duration: 2.5s;
  animation-fill-mode:forwards;
  font-family: var(--fontgothic);
  color: #333;
  
}

p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 10px;
}

a {
  color: #835b43;
  text-decoration: underline;
  transition: .3s;
}

a:hover {
  opacity: .8;
  text-decoration: none;
}

img {
    width: 100%;
  }

/* 変数 */
:root {
  --basecolor: #3cb57d; /* 基本色 */
  --secondcolor: #0ab7b9;
  --gradient: linear-gradient( 0deg,  rgba(30,214,99,1) 0%, rgba(51,213,219,1) 90% ); /* 参考サイト：https://gradienthunt.com */
  
  /* フォントの指定 */
  --fontmincho: 'Hiragino Mincho', serif;
  --fontgothic: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif
  
}

/*-- アニメーション --*/
@keyframes anim-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes anim-fadeinUp {
  from {
    opacity: 0;
    transform: translateY(70px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* fadeUp */
.fadeinUp,
.fadeinUp2 {
  animation-name: anim-fadeinUp;
  animation-duration: .8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeinUp:nth-of-type(2) {
  animation-delay: .2s;
}

.fadeinUp:nth-of-type(3) {
  animation-delay: .4s;
}

.fadeinUp:nth-of-type(4) {
  animation-delay: .5s;
}

.fadeinUp2:nth-of-type(2) {
  animation-delay: .3s;
}

.fadeinUp2:nth-of-type(3) {
  animation-delay: .5s;
}

.fadeinUp2:nth-of-type(4) {
  animation-delay: .7s;
}

.fadeTrigger1,
.fadeTrigger2 {
  opacity: 0;
}
/* / アニメーション */


/* end 基本設定
---------------------------------------------*/


/* レイアウト
---------------------------------------------*/

body {
  
}

/*----- ヘッダー -----*/
.header {
  display: flex;
  height: 120px;
  justify-content: space-between;
  min-width: 1100px;
  width: 80%;
  margin: 0 auto;
}

.logo {
  width: 145px;
}

.menu-area {
  
}

.menu-upper {
  display: flex;
  float: right;
  height: 50px;
  justify-content: space-between;
  padding-top: 20px;
  width: 420px;
}

.header-tel-wrap {
  color: #653928;
  font-weight: bold;
}

.header-tel-wrap p {
  font-size: 1.3rem;
  line-height: 1;
  margin: 0;
}

.header-tel-wrap p.header-tel {
  font-size: 2.5rem;
  line-height: 1;
  margin-top: 5px;
}

.header-tel-wrap p.header-tel span {
  font-size: 1.7rem;
}

.header-tel a {
  text-decoration: none;
}

.header-contact {
  height: 42px;
  text-align: center;
  width: 160px;
}

.header-contact a {
  background: #e3bda2;
  border: solid 1px #fff;
  border-radius: 2px;
  box-shadow: 0px 0px 0px 5px #e3bda2;
  display: block;
  height: 32px;
  text-decoration: none;
  width: 150px;
}

.header-contact p {
  line-height: 1;
  padding-top: 8px;
}

/* ナビゲーション */
.gnavi {
  clear: right;
}

.gnavi ul {
  font-size: 1.6rem;
  display: flex;
  padding-top: 15px;
}

.gnavi .navi-totop {
  display: none;
}

.gnavi li {
  border-left: solid 1px #835b43;
}

.gnavi li:first-child {
  border-left: none;
}

.gnavi a {
  display: inline-block;
  position: relative;
  margin: 0 20px;
  text-decoration: none;
}

.gnavi li:last-child a {
  margin-right: 2px;
  padding-right: 0;
}

.gnavi a::after {
  position: absolute;
  bottom: 3px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #ac8b77;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.gnavi a:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}

/* / ナビゲーション */


/* スマホ用アイコンメニュー */
.open-btn,
.sp-icon {
  display: none;
}
/* / スマホ用アイコンメニュー */


/*----- / ヘッダー -----*/


/*----- トップページ -----*/
.main-img {
  margin: 0 auto;
  max-width: 1500px;
  min-width: 1100px;
}

/* お知らせ */
.top-news-wrap {
  background: #f2ebd6;
  margin: 80px 0;
  width: 100%;
}

.top-news {
  display: flex;
  margin: 0 auto;
  width: 1000px;
}

.top-news-tit {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 50%;
}

.top-news-tit p,
.top-news-tit h2 {
  font-family: var(--fontmincho);
  line-height: 1;
  padding: 0;
  margin: 0 0 0 -40px;
}

.top-news-tit p {
  color: #e28441;
  font-size: 1.8rem;
  margin-bottom: 30px;
  text-align: center;
}

.top-news-tit h2 {
  color: #6d3722;
  font-size: 6.7rem;
  font-weight: normal;
}

.top-news-list {
  width: 50%;
  line-height: 1.3;
}

.top-news-list dl {
  font-size: 1.6rem;
  margin: 40px 0 50px;
}

.top-news-list dt {
  margin-bottom: 10px;
}

.top-news-list dd {
  border-bottom: solid 1px #6f6f6f;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
}

/* / お知らせ */


/* 3つの特徴 */
.top-feature-area {
  margin: 80px auto;
  max-width: 1200px;
}

.top-midashi {
  margin-bottom: 50px;
  text-align: center;
}

.top-midashi p,
.top-midashi h2 {
  font-family: var(--fontmincho);
  line-height: 1;
  padding: 0;
  margin: 0 0 0 0;
}

.top-midashi p {
  color: #e28441;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.top-midashi h2 {
  color: #6d3722;
  font-size: 6.7rem;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: .1em;
}

.top-midashi h2 > span {
  font-size: smaller;
}

.top-feature-box {
  display: flex;
  justify-content: space-between;
  max-width: 850px;
  margin-bottom: 45px;
  
}

.top-feature-box-no1 {
  margin-left: 2%;
}

.top-feature-box-no2 {
  margin-left: 8%;
}

.top-feature-box-no3 {
  margin-left: 20%;
}

.txt-area {
  width: 480px;
}

.txt-area h3 {
  color: #6d3722;
  font-family: var(--fontmincho);
  font-size: 4.0rem;
  font-weight: normal;
  line-height: 1;
  padding-top: 30px;
}

.feature-photo {
  height: auto;
  width: 280px;
}

.feature-photo02 {
  height: auto;
  width: 420px;
  position: relative;
}

.feature-photo02 .photo1 {
  height: auto;
  width: 250px;
  position: absolute;
  right: 0;
  top: 0;
}

.feature-photo02 .photo2 {
  height: auto;
  width: 200px;
  position: absolute;
  left: 0;
  top: 60px;
}

.feature-no1 {
  background: url(../img/no1.svg) no-repeat left bottom;
  padding-left: 50px;
}

.feature-no2 {
  background: url(../img/no2.svg) no-repeat left bottom 5px;
  /*padding-left: 60px;*/
  padding-left: 80px;
  background-size: auto 73px;
}

h3.feature-no2 {
  line-height: 1.1;
}

.feature-no3 {
  background: url(../img/no3.svg) no-repeat left bottom;
  padding-left: 60px;
}

.txt-area p {
  margin: 20px 0 0 60px;
}

/* / 3つの特徴 */


/* こんなお悩みは... */
.top-solution-area {
  margin: 0 auto;
  max-width: 1000px;
}

.top-solution-area .top-midashi h2 {
  letter-spacing: 0;
}

.top-solution-wrap {
  display: flex;
  justify-content: space-between;
}

.top-solution-box {
  width: 30%;
}

.top-solution-box:nth-child(3) {
  width: 25%;
}

.top-solution-1,
.top-solution-2,
.top-solution-3 {
  margin: 0 auto;
}

.top-solution-1 {
  width: 30%;
}

.top-solution-2 {
  width: 40%;
}

.top-solution-3 {
  margin: 25px auto 30px;
  width: 60%;
}

.top-solution-box h3 {
  font-size: 2.4rem;
  margin: 20px 0;
}

.top-solution-box ul {
  font-size: 1.6rem;
}

.top-solution-box ul li {
  margin: 10px 0;
}

.btn001 {
  height: 30px;
  margin: 20px 0 0 0;
  padding: 0;
}

.btn001 a {
  background: #e3bda2;
  border-radius: 5px;
  display: block;
  height: 30px;
  text-decoration: none;
}

.btn001 p {
  font-size: 1.4rem;
  padding-left: 30px;
  padding-top: 2px;
  position: relative;
}

.btn001 p::before {
  background: #671e01;
  content: "";
  height: 1px;
  position: absolute;
  right: 20px;
  top: 17px;
  width: 34px;
}

.btn001 p::after {
  background: #671e01;
  content: "";
  height: 8px;
  position: absolute;
  right: 24px;
  top: 10px;
  transform: skewX(45deg);
  width: 1px;
}

.btn-w155,
.btn-w155 a {
  width: 155px;
}

.btn-w250,
.btn-w250 a {
  width: 250px;
}

/* / こんなお悩みは... */


/* インスタ */
.top-instagram {
  margin: 100px auto 200px;
  width: 1000px;
}

.top-instagram h2 {
  margin: 0 auto;
  width: 418px;
}

.gallery{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0 0 0;
  padding: 0;
  width: 100%;
}

.gallery-item {
  height: 250px;
  margin-bottom: 5px;
  overflow: hidden;
  width: 24.5%;
    /*flex: 1 1 33.333%;
    -ms-flex: 1 1 33.333%;*/
}

.gallery-item img {
  width: 100%;
  object-fit: cover;
  height: 300px;
}

/* / インスタ */


/*----- / トップページ -----*/



/*----- 下層ページ -----*/

.page-tit-wrap {
  background: #f2ebd6;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 220px;
  margin-bottom: 50px;
  width: 100%;
}

.page-tit {
  font-family: var(--fontmincho);
  text-align: center;
}

.page-tit p {
  color: #e28441;
  font-size: 1.8rem;
  margin-bottom: 5px;
}

.page-tit h2 {
  color: #6d3722;
  font-size: 6.0rem;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: .1em;
}

.contents-wrap {
  margin: 0 auto 150px;
  width: 1000px;
}

.contents-wrap02 {
  margin: 0 auto 150px;
  width: 800px;
}

.eyecatch {
  height: 500px;
  width: 1000px;
  margin: 0 auto 50px;
}

.contents001,
.contents002 {
  clear: both;
  margin-bottom: 60px;
}

.contents001 h3 {
  color: #6d3722;
  font-size: 4.0rem;
  font-family: var(--fontmincho);
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 40px;
  text-align: center;
}

.contents002 h3 {
  background: #f6e6e0;
  color: #6d3722;
  font-size: 2.8rem;
  font-family: var(--fontgothic);
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 40px;
  padding: 7px 0 7px 10px;
  text-align: left;
}

h4 {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.list-style001 {
  font-size: 1.6rem;
}

.list-style001 li {
  list-style-type: decimal;
  margin: 20px 0;
}

.list-style002 {
  font-size: 1.6rem;
}

.list-style002 li {
  position: relative;
  line-height: 1.3;
  margin: 20px 0;
}

.list-style002 li:before {
  content: "○";
}

.list-style003 {
  font-size: 2.2rem;
}

.list-style003 li {
  line-height: 1.3;
  margin: 20px 0;
}

.list-style003 li:before {
  content: "○";
}

.table-style001 {
  border-left: solid 1px #9c7f76;
  border-top: solid 1px #9c7f76;
  font-size: 1.6rem;
  width: 100%;
  margin-bottom: 20px;
}

.table-style001 th,
.table-style001 td {
  border-bottom: solid 1px #9c7f76;
  border-right: solid 1px #9c7f76;
  padding: 2%;
}

.table-style001 th {
  background: #f2ebd6;
  font-weight: normal;
}

.table-style001 td {
  text-align: center;
}

.table-style001 tr th:first-child {
  text-align: left;
}

.table-w20 tr:first-child th {
  width: 20%;
}

.table-w20 tr:first-child th:first-child {
  width: 40%;
}


/* 交通事故治療-- */
.qa-list,
.p-list {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 100px;
}

.p-list {
  margin-top: 30px;
}

.qa-list dt,
.p-list dt {
  background: #dfd6b8;
  padding: 3px 0 3px 2em;
  position: relative;
  font-weight: bold;
}

.p-list dt {
  padding-left: 5px;
}

.qa-list dt:before {
  background: #e3bda2;
  content: "Q";
  left: 0;
  top: 0;
  padding: 3px 5px;
  position: absolute;
}

.qa-list dd,
.p-list dd {
  margin: 15px 0 30px;
}

.p-list dd {
  margin-left: 5px;
}

/* / 交通事故治療-- */


/* 院紹介-- */
.greeting {
  display: flex;
  justify-content: space-between;
}

.greeting p {
  width: 590px;
}

.greeting div {
  height: auto;
  width: 350px;
}

.staff-wrap {
  display: flex;
  /*justify-content:  space-between;*/
  justify-content:  center;
  margin: 0 auto;
  width: 90%;
}

.staff {
  clear: both;
  /*display: flex;
  justify-content: flex-start;*/
  width: 40%;
  margin: 0 0 65px;
}

/*.staff:first-child {
  border-right: solid 1px #909090;
  padding-right: 6%;
}*/

.staff-photo {
  border-radius: 50%;
  overflow: hidden;
  height: 260px;
  width: 200px;
}

.staff-prof {
  font-size: 1.6rem;
  /*width: 61.5%;*/
  width: 100%;
  margin: 10px 0;
}

.staff-prof dt {
  float: left;
  font-weight: bold;
  margin-right: 2.5em;
}

.staff-prof dt,
.staff-prof dd {
  margin-bottom: 20px;
}

.clinic-photo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.clinic-photo > div {
  width: 49%;
  margin-bottom: 20px;
}

.clinic-info {
  background: #faf4e2;
  font-size: 1.8rem;
  margin: 0 auto;
  padding: 4% 4% 2%;
  width: 92%;
}

.clinic-info dt {
  float: left;
  line-height: 1.3;
}

.clinic-info dd {
  border-bottom: solid 1px #cecece;
  padding-left: 150px;
  line-height: 1.3;
}

.clinic-info dd:last-child {
  border-bottom: none;
}

.clinic-info dt,
.clinic-info dd {
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.g-map {
  width: 100%;
}

.g-map iframe {
  width: 100%;
  height: 455px;
  /*height: 38vw;*/
}

.btn-contact-big {
  height: 120px;
  text-align: center;
  width: 640px;
  margin: 0 auto 150px;
}

.btn-contact-big a {
  background: #e3bda2;
  border: solid 2px #fff;
  border-radius: 2px;
  box-shadow: 0px 0px 0px 10px #e3bda2;
  display: block;
  height: 100px;
  text-decoration: none;
  width: 590px;
}

.btn-contact-big p {
  font-size: 3.6rem;
  font-weight: normal;
  line-height: 1;
  padding-top: 30px;
}

/* / 院紹介-- */


/* 料金-- */
.inner-link-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 116px;
}

.inner-link {
  width: 46%;
}

.inner-link a {
  background: #f6e6e0;
  display: block;
  font-size: 2.8rem;
  letter-spacing: .15em;
  padding: 7%;
  position: relative;
  text-decoration: none;
  width: 86%;
}

.inner-link a:before {
  background: #6d3722;
  content: "";
  position: absolute;
  height: 24px;
  width: 2px;
  right: 13.5%;
  transform: rotate(-45deg);
  
}

.inner-link a:after {
  background: #6d3722;
  content: "";
  position: absolute;
  height: 24px;
  width: 2px;
  right: 10%;
  transform: rotate(45deg);
}

/* / 料金-- */



/* 施術の流れ-- */
.flow-box {
  border-bottom: solid 1px #e3bda2;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  padding-bottom: 50px;
  width: 100%;
}

.flow {
  width: 50%;
}

.flow-box h3 {
  color: #6d3722;
  font-family: var(--fontmincho);
  font-size: 3.0rem;
  font-weight: normal;
  line-height: 1;
  padding-top: 30px;
  text-align: left;
}

.flow-photo {
  /*background: #e3e3e3;*/
  height: auto;
  width: 440px;
}

.flow-no1 {
  background: url(../img/no1.svg) no-repeat left bottom;
  padding-left: 50px;
}

.flow-no2 {
  background: url(../img/no2.svg) no-repeat left bottom;
  padding-left: 60px;
}

.flow-no3 {
  background: url(../img/no3.svg) no-repeat left bottom;
  padding-left: 60px;
}

.flow-no4 {
  background: url(../img/no4.svg) no-repeat left bottom;
  padding-left: 60px;
}

.flow-no5 {
  background: url(../img/no5.svg) no-repeat left bottom;
  padding-left: 60px;
}

.flow-no6 {
  background: url(../img/no6.svg) no-repeat left bottom;
  padding-left: 60px;
}

.flow-info {
  font-size: 2.2rem;
}

/* / 施術の流れ-- */



/* スポーツ障害治療-- */
.sports-box {
  border-bottom: solid 1px #e3bda2;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  padding-bottom: 80px;
  width: 100%;
}

.sports-info,
.sports-photo {
  width: 48%;
}


/* / スポーツ障害治療-- */



/* オステオトロンV-- */
.osteo-img01 {
  float: left;
  margin: 0 40px 20px 0;
  width: 460px;
}

.osteo-img02 {
  float: right;
  margin: 0 0 20px 40px;
  width: 320px;
}

.osteo-img-box1 {
  width: 80%;
  margin: 0 auto 30px;
}

.machine-price {
  border: solid 1px #5b4f28;
  color: #6d3722;
  padding: 2%;
  width: 45%;
  margin: 0 auto;
}

.machine-price-3d {
  width: 80%;
}

.machine-price div {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 20px;
}

.machine-price-3d div {
  margin: 0 0 15px;
}

div.machine-price-3d-student {
  margin-bottom: 0;
}

.machine-price dt {
  font-size: 2.4rem;
}

.machine-price dd {
  font-size: 3.2rem;
}

.sp-br {
  display: none;
}
/* / オステオトロンV-- */



/* 立体動態波治療-- */
.tit-3dmens {
  font-size: 6.5rem;
  font-weight: bold;
  text-align: center;
}

.eyecatch-3dmens {
  width: 800px;
  margin: 0 auto 50px;
}

/* / 立体動態波治療-- */


/* お問い合わせ-- */
.contact-form {
  font-size: 1.8rem;
}

.contact-form dl {
  overflow: hidden;
}

.contact-form dt {
  float: left;
  padding-top: 15px;
}

.contact-form dd {
  border-bottom: solid 1px #f6e6e0;
  padding: 0 0 30px 190px;
  margin-bottom: 30px;
}

.contact-form input[type=text],
.contact-form textarea {
  font-size: 1.6rem;
  border: solid 1px #a2a2a2;
  padding: 15px 15px;
  width: 570px;
}

.submit-btn-wrap {
  margin: 0 auto;
  width: 200px;
}

.submit-btn {
  background: #f6e6e0;
  border: solid 1px #f6e6e0;
  color: #6d3722;
  font-size: 2.4rem;
  letter-spacing: .5em;
  margin: 0 auto;
  padding: .7em 2em .7em 2.5em;
  
  transition: .5s;
}

.submit-btn:hover {
  background: #fff;
  border: solid 1px #6d3722;
}

/* / お問い合わせ-- */




/*----- / 下層ページ -----*/



/* フッター
--------------------------------------*/
.footer-wrap {
  background: #dfd6b8;
  position: relative;
}

.footer {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 35px 0;
  max-width: 1000px;
}

.footer-company,
.footer-map {
  width: 48%;
}

.footer-logo {
  font-size: 3.4rem;
  font-weight: normal;
  margin-bottom: 20px;
  width: 80%;
}

.footer-address {
  line-height: 1.3;
}

.footer-contact-wrap {
  display: flex;
  height: 50px;
  justify-content: space-between;
  padding-top: 5px;
  width: 94%;
}

.footer-tel {
  color: #333;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1;
  margin: 0;
  padding-top: 5px;
}

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

.footer-tel span {
  font-size: 2.0rem;
}

.footer-contact {
  height: 42px;
  text-align: center;
  width: 150px;
}

.footer-contact a {
  background: #fff;
  border: solid 1px #d0c8ad;
  border-radius: 2px;
  box-shadow: 0px 0px 0px 5px #fff;
  display: block;
  height: 32px;
  text-decoration: none;
  width: 150px;
}

.footer-contact p {
  line-height: 1;
  padding-top: 8px;
}

.f-to-privacy {
  float: right;
  font-size: 1.4rem;
  line-height: 1;
  padding-right: 5%;
}

.f-tyuui {
  clear: both;
  font-size: 1.2rem;
  line-height: 1.3;
}

/* 営業カレンダー */
.open-calendar {
  width: 100%;
}

.open-calendar table {
  font-size: 1.5rem;
  width: 100%;
}

.open-calendar table th {
  background: #fffcf1;
  border-bottom: solid 3px #dfd6b8;
  border-right: solid 3px #dfd6b8;
  font-weight: normal;
  padding: 10px;
}

.open-calendar table th:last-child {
  border-right: solid 3px #fffcf1;
}

.open-calendar table tr th:first-child {
  text-align: left;
}

.open-calendar table tr:last-child th {
  border-bottom: solid 3px #fffcf1;
}

.open-calendar table td {
  text-align: center;
  border-bottom: solid 3px #fffcf1;
  border-right: solid 3px #fffcf1;
}

.open-calendar .circle {
  background: #5c4b2c;
  border-radius: 50%;
  display: block;
  height: 15px;
  margin: 0 auto;
  width: 15px;
}

/* / 営業カレンダー */


/* トップへ戻るボタン */
.totop {
  background: #f8f3e1;
  border-radius: 50px;
  bottom: 10px;
  display: block;
  height: 36px;
  right: 3%;
  position: absolute;
  width: 36px;
}

.totop:after {
  border-left: solid 1px #aca17c;
  border-top: solid 1px #aca17c;
  content: "";
  height: 12px;
  left: 11px;
  position: absolute;
  transform: rotate(45deg);
  top: 14px;
  width: 12px;
}


/* / トップへ戻るボタン */

.copyright {
  font-size: 1.1rem;
  margin-top: 20px;
}

.footer-map iframe {
  height: 90%;
  width: 95%;
  padding-left: 5%;
}


/* end フッター
--------------------------------------*/


/* end レイアウト
---------------------------------------------*/



/* レスポンシブ調整（スマホレイアウト）
---------------------------------------------*/
@media screen and (max-width: 768px){

  /* レイアウト
---------------------------------------------*/

body {
  
}

/*----- ヘッダー -----*/
  .sp-top-wrap {
    /*height: 100vh;*/
    position: relative;
  }
.header {
  display: flex;
  height: auto;
  flex-wrap: wrap-reverse;
  justify-content: space-between;
  min-width: 100%;
  width: 100%;
  margin: 0 auto;
}

.logo {
  width: 30%;
  margin: 0 auto 10px;
  padding-top: 55px;
}

.menu-area {
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
}

.menu-upper {
  display: flex;
  float: none;
  height: auto;
  justify-content: flex-start;
  margin: 0 0 5px 3vw;
  padding-top: 10px;
  
  width: 80%;
}

.header-tel-wrap {
  color: #653928;
  font-weight: bold;
  text-align: center;
}

.header-tel-wrap p {
  font-size: 1.0rem;
  line-height: 1;
  margin: 0;
}

.header-tel-wrap p.header-tel {
  font-size: 1.8rem;
  line-height: 1;
  margin-top: 5px;
}

.header-tel-wrap p.header-tel span {
  display: none;
  font-size: 1.5rem;
}

.header-tel a {
  text-decoration: none;
}

.header-contact {
  height: 42px;
  text-align: center;
  margin: 2px auto 0;
  width: 36%;
}

.header-contact a {
  background: #e3bda2;
  border: solid 1px #fff;
  border-radius: 2px;
  box-shadow: 0px 0px 0px 5px #e3bda2;
  display: block;
  height: 32px;
  text-decoration: none;
  width: 100%;
}

.header-contact p {
  font-size: 1.4rem;
  line-height: 1;
  padding-top: 8px;
}

/* ナビゲーション */

.gnavi{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top:0;
    right: -120%;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background:#fff6f0;
    /*動き*/
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
.gnavi.panelactive{
    right: 0;
}

/*ナビゲーションの縦スクロール*/
.g-navi.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
.gnavi ul {
  display: block;
  width: 100%;
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

/*リストのレイアウト設定*/
  
.gnavi .navi-totop {
  display: block;
}

.gnavi li{
  text-align: center;
  border-bottom: solid 1px #835b43;
  border-left: none;
  width: 100%;
}

.gnavi li a{
	color: #333;
	text-decoration: none;
	padding: 2em 0;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}
  
  .gnavi a::after {
    display: none;
  }

/*-- ボタンのためのCSS --*/
.open-btn{
  display: block;
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top: 3px;
	right: 5px;
	cursor: pointer;
    width: 60px;
    height: 60px;
}
	
/*×に変化*/
.open-btn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #e3bda2;
  	width: 45%;
  }

.open-btn span:nth-of-type(1) {
	top:15px;
}

.open-btn span:nth-of-type(2) {
	top:24px;
}

.open-btn span:nth-of-type(3) {
	top:33px;
}

.open-btn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.open-btn.active span:nth-of-type(2) {
	opacity: 0;
}

.open-btn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

/* / ナビゲーション */


/*----- / ヘッダー -----*/


/*----- トップページ -----*/
.main-img {
  margin: 0 auto;
  max-width: 100%;
  min-width: 100%;
}
  
/* アイコンメニュー */
.sp-icon {
  /*position: absolute;
  bottom: 0;
  left: 5%;
  margin: 0 auto;*/
  display: block;
  margin: 10px auto;
  width: 90%;
}
  
  .sp-icon ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .sp-icon li {
    margin-bottom: 1%;
  }
  
  .sp-icon li div {
    background: #f2ebd6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2%;
    text-align: center;
    height: 27vw;
    width: 27vw;
  }
  
  .sp-icon li img {
    margin: 0 auto 10px;
    width: 70%;
  }
  
  .sp-icon li:nth-child(3) img {
    padding-left: 5px;
    padding-top: 5px;
    width: 60%;
  }
  
  .sp-icon li:nth-child(4) img {
    width: 60%;
  }
  
  .sp-icon li:nth-child(5) img {
    padding-right: 5px;
    width: 73%;
  }
  
  .sp-icon li:last-child img {
    height: 17vw;
    padding-left: 0;
    padding-top: 5px;
    width: auto;
  }
  
  .sp-icon li p {
    color: #653928;
    font-size: 1.4rem;
    text-align: center;
  }
/* / アイコンメニュー */

/* お知らせ */
.top-news-wrap {
  background: #f2ebd6;
  margin: 20px 0 60px;
  width: 100%;
}

.top-news {
  display: block;
  margin: 0 auto;
  padding: 2em 0;
  width: 100%;
}

.top-news-tit {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  width: 80%;
}

.top-news-tit p,
.top-news-tit h2 {
  font-family: var(--fontmincho);
  line-height: 1;
  padding: 0;
  margin: 0 0 0 0;
}

.top-news-tit p {
  color: #e28441;
  font-size: 1.5rem;
  margin-bottom: 30px;
}

.top-news-tit h2 {
  color: #6d3722;
  font-size: 5.0rem;
  font-weight: normal;
}

.top-news-list {
  margin: 0 auto;
  width: 90%;
  line-height: 1.3;
}

.top-news-list dl {
  font-size: 1.6rem;
  margin: 40px 0 50px;
}

.top-news-list dt {
  margin-bottom: 15px;
}

.top-news-list dd {
  border-bottom: solid 1px #6f6f6f;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
}

/* / お知らせ */


/* 3つの特徴 */
.top-feature-area {
  margin: 40px auto 0;
  max-width: 90%;
}

.top-midashi {
  margin-bottom: 50px;
  text-align: center;
}

.top-midashi p,
.top-midashi h2 {
  font-family: var(--fontmincho);
  line-height: 1;
  padding: 0;
  margin: 0 0 0 0;
}

.top-midashi p {
  color: #e28441;
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.top-midashi h2 {
  color: #6d3722;
  font-size: 5.0rem;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: .1em;
}

.top-midashi h2 > span {
  font-size: smaller;
}

.top-feature-box {
  display: block;
  justify-content: space-between;
  max-width: 100%;
  width: 100%;
  margin: 0 auto 45px auto;
  
}

.top-feature-box-no1,
  .top-feature-box-no2,
  .top-feature-box-no3 {
  margin-left: 0%;
}

.txt-area {
  width: 100%;
}

.txt-area h3 {
  color: #6d3722;
  font-family: var(--fontmincho);
  font-size: 2.3rem;
  font-weight: normal;
  line-height: 1;
  padding-top: 20px;
}

.feature-photo {
  background: #e3e3e3;
  height: auto;
  width: 100%;
}

.feature-photo02 {
  height: auto;
  width: 100%;
}

.feature-photo02 .photo1,
.feature-photo02 .photo2 {
  position: relative;
  height: auto;
  width: 100%;
  margin: 10px 0;
  top: 0;
}

.feature-no1 {
  background: url(../img/no1.svg) no-repeat left bottom;
  padding-left: 40px;
}

.feature-no2 {
  background: url(../img/no2.svg) no-repeat left bottom;
  padding-left: 50px;
}

.feature-no3 {
  background: url(../img/no3.svg) no-repeat left bottom;
  padding-left: 50px;
}

.txt-area p {
  margin: 20px 0 20px 50px;
}

/* / 3つの特徴 */


/* こんなお悩みは... */
.top-solution-area {
  margin: 0 auto;
  max-width: 100%;
}

.top-solution-area .top-midashi h2 {
  letter-spacing: 0;
}

.top-solution-wrap {
  display: block;
  justify-content: space-between;
}

.top-solution-box,
  .top-solution-box:nth-child(3) {
  margin: 50px auto;
  width: 60%;
}

.top-solution-1,
.top-solution-2,
.top-solution-3 {
  margin: 0 auto;
}

.top-solution-1 {
  width: 30%;
}

.top-solution-2 {
  width: 40%;
}

.top-solution-3 {
  margin: 25px auto 30px;
  width: 60%;
}

.top-solution-box h3 {
  font-size: 2.4rem;
  margin: 20px 0;
}

.top-solution-box ul {
  font-size: 1.6rem;
}

.top-solution-box ul li {
  margin: 10px 0;
}

.btn001 {
  height: 30px;
  margin: 20px 0 0 0;
  padding: 0;
}

.btn001 a {
  background: #e3bda2;
  border-radius: 5px;
  display: block;
  height: 30px;
  text-decoration: none;
}

.btn001 p {
  font-size: 1.4rem;
  padding-left: 30px;
  padding-top: 2px;
  position: relative;
}

.btn001 p::before {
  background: #671e01;
  content: "";
  height: 1px;
  position: absolute;
  right: 20px;
  top: 17px;
  width: 34px;
}

.btn001 p::after {
  background: #671e01;
  content: "";
  height: 8px;
  position: absolute;
  right: 24px;
  top: 10px;
  transform: skewX(45deg);
  width: 1px;
}

.btn-w155,
.btn-w155 a {
  width: 155px;
}

.btn-w250,
.btn-w250 a {
  width: 250px;
}

/* / こんなお悩みは... */


/* インスタ */
.top-instagram {
  margin: 100px auto 200px;
  width: 90%;
}
  
  .contents-wrap .top-instagram {
    width: 100%;
  }

.top-instagram h2 {
  margin: 0 auto;
  width: 100%;
}
  
  .gallery{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0 0 0;
  padding: 0;
  width: 100%;
}

.gallery-item {
  height: 44vw;
  margin-bottom: 2vw;
  overflow: hidden;
  width: 44vw;
    /*flex: 1 1 33.333%;
    -ms-flex: 1 1 33.333%;*/
}

.gallery-item img {
  width: 100%;
  object-fit: cover;
  height: 44vw;
}

/* / インスタ */


/*----- / トップページ -----*/


/*----- 下層ページ -----*/

.page-tit-wrap {
  background: #f2ebd6;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  margin-bottom: 20px;
  width: 100%;
}

.page-tit {
  font-family: var(--fontmincho);
  text-align: center;
}

.page-tit p {
  color: #e28441;
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.page-tit h2 {
  color: #6d3722;
  font-size: 4.0rem;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0;
}

.contents-wrap {
  margin: 0 auto 150px;
  width: 90%;
}

.contents-wrap02 {
  margin: 0 auto 150px;
  width: 90%;
}

.eyecatch {
  height: auto;
  width: 100%;
  margin: 0 auto 50px;
}

.contents001,
.contents002 {
  clear: both;
  margin-bottom: 60px;
}

.contents001 h3 {
  color: #6d3722;
  font-size: 2.8rem;
  font-family: var(--fontmincho);
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 20px;
  text-align: left;
}

.contents002 h3 {
  background: #f6e6e0;
  color: #6d3722;
  font-size: 2.2rem;
  font-family: var(--fontgothic);
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 40px;
  padding: 7px 0 7px 10px;
  text-align: left;
}

h4 {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.list-style001 {
  font-size: 1.6rem;
}

.list-style001 li {
  list-style-type: decimal;
  line-height: 1.3;
  margin: 20px 0;
  margin-left: 1em;
}
  
  .list-style001 li:first-line {
    margin-left: -1em;
  }

.list-style002 {
  font-size: 1.6rem;
}

.list-style002 li {
  position: relative;
  margin: 20px 0;
}

.list-style002 li:before {
  content: "○";
}

.list-style003 {
  font-size: 2.2rem;
}

.list-style003 li {
  margin: 20px 0;
}

.list-style003 li:before {
  content: "○";
}

.table-style001 {
  border-left: solid 1px #9c7f76;
  border-top: solid 1px #9c7f76;
  font-size: 1.6rem;
  width: 100%;
  margin-bottom: 20px;
}

.table-style001 th,
.table-style001 td {
  border-bottom: solid 1px #9c7f76;
  border-right: solid 1px #9c7f76;
  padding: 2%;
}

.table-style001 th {
  background: #f2ebd6;
  font-weight: normal;
}

.table-style001 td {
  text-align: center;
}

.table-style001 tr th:first-child {
  text-align: left;
}

.table-w20 tr:first-child th {
  width: 20%;
}

.table-w20 tr:first-child th:first-child {
  width: 40%;
}


/* 交通事故治療-- */
.qa-list,
.p-list {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 100px;
}

.p-list {
  margin-top: 30px;
}

.qa-list dt,
.p-list dt {
  background: #dfd6b8;
  padding: 3px 0 3px 2em;
  position: relative;
  font-weight: bold;
}

.p-list dt {
  padding-left: 5px;
}

.qa-list dt:before {
  background: #e3bda2;
  content: "Q";
  left: 0;
  top: 0;
  padding: 3px 5px;
  position: absolute;
}

.qa-list dd,
.p-list dd {
  margin: 15px 0 30px;
}

.p-list dd {
  margin-left: 5px;
}

/* / 交通事故治療-- */


/* 院紹介-- */
.greeting {
  display: block;
  justify-content: space-between;
}

.greeting p {
  width: 100%;
}

.greeting div {
  height: auto;
  margin: 0 auto;
  width: 100%;
}
  
.staff-wrap {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.staff {
  clear: both;
  display: block;
  justify-content: flex-start;
  width: 100%;
  margin: 0 auto 65px;
}
  
.staff:first-child {
  border-right: none;
  border-bottom: solid 1px #909090;
  margin-bottom: 30px;
  padding-right: 0;
  padding-bottom: 20px;
}

.staff-photo {
  border-radius: 50%;
  overflow: hidden;
  height: 260px;
  margin: 0 auto;
  width: 200px;
}

.staff-prof {
  font-size: 1.6rem;
  width: 100%;
  margin: 20px 0 0 0;
}

.staff-prof dt {
  float: none;
  font-weight: bold;
  margin-right: 1.5em;
}

.staff-prof dt {
  margin-bottom: 5px;
}

.staff-prof dd {
  margin-bottom: 15px;
}

.clinic-photo {
  display: block;
  flex-wrap: wrap;
  justify-content: space-between;
}

.clinic-photo > div {
  width: 100%;
  margin-bottom: 40px;
}

.clinic-info {
  background: #faf4e2;
  font-size: 1.6rem;
  line-height: 1.3;
  margin: 0 auto;
  padding: 3%;
  width: 94%;
}

.clinic-info dt {
  float: none;
}

.clinic-info dd {
  border-bottom: solid 1px #cecece;
  padding-left: 0;
}

.clinic-info dt,
.clinic-info dd {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
  
  .clinic-info dt {
    font-weight: bold;
    padding-bottom: 0px;
  }

.g-map {
  width: 100%;
}

.g-map iframe {
  width: 100%;
  height: 455px;
  /*height: 38vw;*/
}

.btn-contact-big {
  height: 120px;
  text-align: center;
  width: 90%;
  margin: 0 auto 150px;
}

.btn-contact-big a {
  background: #e3bda2;
  border: solid 2px #fff;
  border-radius: 2px;
  box-shadow: 0px 0px 0px 10px #e3bda2;
  display: block;
  height: 100px;
  text-decoration: none;
  width: 100%;
}

.btn-contact-big p {
  font-size: 3.6rem;
  font-weight: normal;
  line-height: 1;
  padding-top: 30px;
}

/* / 院紹介-- */


/* 料金-- */
.inner-link-wrap {
  display: block;
  justify-content: space-between;
  margin-bottom: 80px;
}

.inner-link {
  margin-bottom: 20px;
  width: 100%;
}

.inner-link a {
  background: #f6e6e0;
  display: block;
  font-size: 2.4rem;
  letter-spacing: .15em;
  padding: 5%;
  position: relative;
  text-decoration: none;
  width: 90%;
}

.inner-link a:before {
  background: #6d3722;
  content: "";
  position: absolute;
  height: 20px;
  width: 2px;
  right: 13.5%;
  transform: rotate(-45deg);
  
}

.inner-link a:after {
  background: #6d3722;
  content: "";
  position: absolute;
  height: 20px;
  width: 2px;
  right: 10%;
  transform: rotate(45deg);
}

/* / 料金-- */



/* 施術の流れ-- */
.flow-box {
  border-bottom: solid 1px #e3bda2;
  display: block;
  justify-content: space-between;
  margin-bottom: 50px;
  padding-bottom: 50px;
  width: 100%;
}

.flow {
  width: 100%;
}

.flow-box h3 {
  color: #6d3722;
  font-family: var(--fontmincho);
  font-size: 2.6rem;
  font-weight: normal;
  line-height: 1;
  padding-top: 15px;
  text-align: left;
}

.flow-photo {
  /*background: #e3e3e3;*/
  height: auto;
  width: 100%;
}

.flow-no1 {
  background: url(../img/no1.svg) no-repeat left bottom;
  padding-left: 30px;
}

.flow-no2 {
  background: url(../img/no2.svg) no-repeat left bottom;
  padding-left: 40px;
}

.flow-no3 {
  background: url(../img/no3.svg) no-repeat left bottom;
  padding-left: 40px;
}

.flow-no4 {
  background: url(../img/no4.svg) no-repeat left bottom;
  padding-left: 40px;
}

.flow-no5 {
  background: url(../img/no5.svg) no-repeat left bottom;
  padding-left: 40px;
}

.flow-no6 {
  background: url(../img/no6.svg) no-repeat left bottom;
  padding-left: 40px;
}

.flow-info {
  font-size: 1.8rem;
}

/* / 施術の流れ-- */



/* スポーツ障害治療-- */
.sports-box {
  border-bottom: solid 1px #e3bda2;
  display: block;
  justify-content: space-between;
  margin-bottom: 50px;
  padding-bottom: 80px;
  width: 100%;
}

.sports-info,
.sports-photo {
  width: 100%;
}


/* / スポーツ障害治療-- */



/* オステオトロンV-- */
.osteo-img01 {
  float: none;
  margin: 0 40px 20px 0;
  width: 100%;;
}

.osteo-img02 {
  float: none;
  margin: 0 0 20px 0;
  width: 100%;
}

.osteo-img-box1 {
  width: 100%;
  margin: 0 auto 30px;
}

.machine-price {
  border: solid 1px #5b4f28;
  color: #6d3722;
  display: block;
  justify-content: center;
  padding: 2%;
  width: 96%;
  margin: 0 auto;
  text-align: center;
}

.machine-price-3d {
  width: 96%;
}

.machine-price div {
  align-items: center;
  display: flex;
  margin: 0 auto;
}

.machine-price-3d div {
  display: block;
  margin: 20px auto;
}

.machine-price dt {
  font-size: 2.0rem;
}

.machine-price dd {
  font-size: 2.8rem;
  line-height: 1.2;
}

.sp-br {
  display: block;
}
/* / オステオトロンV-- */



/* 立体動態波治療-- */
.tit-3dmens {
  font-size: 4.0rem;
  font-weight: bold;
  text-align: center;
}

.eyecatch-3dmens {
  width: 100%;
  margin: 0 auto 50px;
}

/* / 立体動態波治療-- */


/* お問い合わせ-- */
.contact-form {
  font-size: 1.8rem;
}

.contact-form dl {
  overflow: hidden;
}

.contact-form dt {
  float: none;
  padding-top: 15px;
}

.contact-form dd {
  border-bottom: solid 1px #f6e6e0;
  padding: 10px 0 30px 0;
  margin-bottom: 30px;
}

.contact-form input[type=text],
.contact-form textarea {
  padding: 15px 2%;
  width: 92%;
}

.submit-btn-wrap {
  margin: 0 auto;
  width: 200px;
}

.submit-btn {
  background: #f6e6e0;
  border: solid 1px #f6e6e0;
  color: #6d3722;
  font-size: 2.4rem;
  letter-spacing: .5em;
  margin: 0 auto;
  padding: .7em 2em .7em 2.5em;
  width: 100%;
  text-align: center;
  transition: .5s;
}

.submit-btn:hover {
  background: #fff;
  border: solid 1px #6d3722;
}

/* / お問い合わせ-- */




/*----- / 下層ページ -----*/



/* フッター
--------------------------------------*/
.footer-wrap {
  background: #dfd6b8;
  position: relative;
}

.footer {
  display: block;
  justify-content: space-between;
  margin: 0 auto;
  padding: 35px 0;
  max-width: 90%;
}

.footer-company,
.footer-map {
  width: 100%;
}

.footer-logo {
  font-size: 3.4rem;
  font-weight: normal;
  margin-bottom: 20px;
}

.footer-address {
  line-height: 1.3;
}

.footer-contact-wrap {
  display: flex;
  height: 50px;
  justify-content: space-between;
  padding-top: 5px;
  width: 94%;
}

.footer-tel {
  color: #333;
  font-weight: bold;
  font-size: 2.0rem;
  line-height: 1;
  margin: 0;
  padding-top: 5px;
}

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

.footer-tel span {
  display: none;
  font-size: 2.0rem;
}

.footer-contact {
  height: 42px;
  text-align: center;
  width: 150px;
}

.footer-contact a {
  background: #fff;
  border: solid 1px #d0c8ad;
  border-radius: 2px;
  box-shadow: 0px 0px 0px 5px #fff;
  display: block;
  height: 32px;
  text-decoration: none;
  width: 150px;
}

.footer-contact p {
  line-height: 1;
  padding-top: 8px;
}

.f-to-privacy {
  float: right;
  font-size: 1.4rem;
  line-height: 1;
  padding-right: 5%;
}

.f-tyuui {
  clear: both;
  font-size: 1.2rem;
  line-height: 1.3;
}

/* 営業カレンダー */
.open-calendar {
  width: 100%;
}

.open-calendar table {
  font-size: 1.4rem;
  width: 100%;
}

.open-calendar table th {
  background: #fffcf1;
  border-bottom: solid 3px #dfd6b8;
  border-right: solid 3px #dfd6b8;
  font-weight: normal;
  padding: 10px 0;
  vertical-align: middle;
}

.open-calendar table th:last-child {
  border-right: solid 3px #fffcf1;
  letter-spacing: -0.2em;
  width: 16%;
}

.open-calendar table tr th:first-child {
  text-align: left;
  padding-left: 8px;
  width: 22%;
}

.open-calendar table tr:last-child th {
  border-bottom: solid 3px #fffcf1;
}
  
  

.open-calendar table td {
  text-align: center;
  border-bottom: solid 3px #fffcf1;
  border-right: solid 3px #fffcf1;
  vertical-align: middle;
}

.open-calendar .circle {
  background: #5c4b2c;
  border-radius: 50%;
  display: block;
  height: 15px;
  margin: 0 auto;
  width: 15px;
}

/* / 営業カレンダー */

.copyright {
  font-size: 1.1rem;
  margin-top: 20px;
  position: absolute;
  bottom: 10px;
}

.footer-map iframe {
  height: 40vh;
  width: 100%;
  padding: 20px 0;
}


/* end フッター
--------------------------------------*/
  
  

}
/* end レスポンシブ調整（スマホレイアウト）
---------------------------------------------*/