@charset "UTF-8";
@font-face {
  font-family: "hannari";
  src: url("../fonts/hannari.eot");
  src: url("../fonts/hannari.eot?iefix") format("eot"), url("../fonts/hannari.woff") format("woff"), url("../fonts/hannari.ttf") format("truetype");
  font-display: swap;
}
/*基本設定
----------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  background: #fff;
  color: #583c1b;
  line-height: 2;
  font-size: 15px;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  position: relative;
  overflow-x: hidden;
}

html {
  overflow-y: scroll;
}

a {
  color: #ff838a;
  text-decoration: underline;
}
a:hover {
  color: #e2949e;
  text-decoration: none;
  opacity: 0.8;
}

img {
  border: 0;
}

h1, h2, h3, h4, h5, p {
  margin: 0;
  padding: 0;
  font-weight: 500;
}

ul, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

table {
  width: 100%;
  border: 0;
}

figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.clear {
  clear: both;
}

.bold {
  font-weight: bold;
}

.fix {
  min-height: 1px;
}
.fix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .fix {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

.red {
  color: #f73609;
}

.img01 {
  line-height: 0;
}
.img01 img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.img_f-r {
  float: right;
  margin-left: 30px;
  margin-bottom: 15px;
}
.img_f-r img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.tac {
  text-align: center;
}

.f12 {
  font-size: 12px;
}

.ver_btm {
  vertical-align: bottom;
}

.movie iframe {
  width: 100%;
  vertical-align: bottom;
}

.impression_ttl{
  /* margin-bottom: 4px !important;
  border-bottom: 3px dotted #fb9ca8;
  padding-bottom: 2px; */
  line-height: 1.5;
}

.impression_user{
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 16px;
}

.impression_img{
  margin-bottom: 30px;
}

.impression_img img{
  width: auto;
  max-width: 100%;
  height: auto;
}

.voice_memo{
  font-size: 13px;
}

.pc {
  display: block;
}

.btm20 {
	margin-bottom: 20px;
}

/*header
----------------------------------------------------*/
#header {
  padding: 12px 0 48px;
}

.h_wrap {
  width: 95%;
  max-width: 1020px;
  margin: 0 auto;
}

.h_h1-t h1 {
  font-size: 12px;
  letter-spacing: 0.025em;
}

.h_conts {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 12px;
}

.h_logo, .h_contact {
  width: 50%;
}

.h_logo {
  max-width: 365px;
  margin-right: 32px;
}
.h_logo img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.h_contact {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.h_contact-telnum {
  line-height: 1;
  margin-bottom: 8px;
  text-align: right;
}
.h_contact-telnum img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.h_contact-telopen {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.h_contact-telopen dl {
  font-size: 13px;
  line-height: 1.5;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.h_contact-telopen dl dt {
  width: 5em;
}
.h_contact-telopen dl dd {
  width: calc(100% - 5em);
}

.h_contact-btn {
  margin-left: 32px;
}
.h_contact-btn ul {
  display: flex;
}
.h_contact-btn ul li {
  margin-right: 12px;
}
.h_contact-btn ul li:last-of-type {
  margin-right: 0;
}

/*nav
----------------------------------------------------*/
#nav {
  padding: 0 0 10px;
}

.nav_wrap {
  width: 95%;
  max-width: 1020px;
  margin: 0 auto;
}
.nav_wrap ul {
  display: flex;
  justify-content: space-between;
}
.nav_wrap ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16.6666666667%;
  position: relative;
  height: auto;
}
.nav_wrap ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-weight: bold;
  color: #583c1b;
  text-decoration: none;
  padding: 16px 0;
}
.nav_wrap ul li a:hover {
  opacity: 1;
}

.gnav_dropmenu {
  position: relative;
}

.gnav_dropmenu_wrap {
  position: absolute;
  z-index: 9998;
  background: #fff8f6;
  padding: 12px 6px;
  border: 1px solid #d57580;
  transition: margin-top 0.25s linear 0s, opacity 0.25s linear 0s;
  margin-top: 0px;
  transform: scale(0);
  opacity: 0;
  width: 120%;
  left: -18%;
  bottom: -148px;
}
.gnav_dropmenu_wrap.dropmenu_open {
  margin-top: 15px;
  transform: scale(1);
  opacity: 1;
  transition: margin-top 0.25s linear 0s, opacity 0.25s linear 0s;
}
.gnav_dropmenu_wrap.dropmenu_open:before {
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom: 10px solid #d57580;
  position: absolute;
  top: -20px;
  left: calc(50% - 10px);
  transform: scaleX(1.5);
}
.gnav_dropmenu_wrap.dropmenu_open:after {
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom: 10px solid #d57580;
  position: absolute;
  top: -20px;
  left: calc(50% - 10px);
  transform: scaleX(1.5);
  border-bottom: 10px solid #fff8f6;
  margin: 1px 0 0 0;
}
.gnav_dropmenu_wrap.dropmenu_open a {
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  font-family: "hannari";
  font-weight: normal;
  letter-spacing: -0.1em;
  font-weight: bold;
  color: #583c1b;
  padding: 0;
}
.gnav_dropmenu_wrap.dropmenu_open a:before {
  content: "";
  display: block;
  border-bottom: 1px solid;
  transform: scaleX(0);
  transition: transform 0.2s ease 0s;
  transform-origin: 0 0 0;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 7px;
  z-index: -1;
}
.gnav_dropmenu_wrap.dropmenu_open a:hover {
  opacity: 1;
}
.gnav_dropmenu_wrap.dropmenu_open a:hover:before {
  transform: scaleX(1);
}
.gnav_dropmenu_wrap p {
  margin-bottom: 10px;
  line-height: 1.5;
  text-align: center;
}
.gnav_dropmenu_wrap p:last-of-type {
  margin-bottom: 0;
}
.gnav_dropmenu_wrap p a {
  letter-spacing: -0.05em;
}
.gnav_dropmenu_wrap p a:hover {
  opacity: 0.8;
}

.nav_sp {
  display: none;
}

/*main
----------------------------------------------------*/
#main {
  display: block;
  width: 95%;
  max-width: 1020px;
  margin: 40px auto 120px;
  padding: 0;
  box-sizing: border-box;
}

.conts img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.main_wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}

#conts {
  width: 720px;
}

/*conts
----------------------------------------------------*/
.conts01 {
  margin-top: 54px;
}
.conts01.mt0 {
  margin-top: 0;
}

.sp_conts {
  display: none;
}

.comingsoon {
  box-sizing: border-box;
  border: 2px solid #e8222d;
  box-sizing: border-box;
  padding: 24px;
}
.comingsoon p {
  font-size: 18px;
  font-weight: bold;
  color: #e8222d;
  text-align: center;
}

/*common
----------------------------------------------------*/
.pink {
  color: #ff838a;
}

.yellow {
  color: #fffaa1;
}

.ttl01 {
  font-size: 28px;
  font-weight: bold;
  font-family: "hannari", serif;
  display: flex;
  justify-content: center;
  line-height: 1.5;
  margin-bottom: 24px;
}
.ttl01 span.ttl01_wrap {
  position: relative;
}
.ttl01 span.ttl01_wrap:before, .ttl01 span.ttl01_wrap:after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  border-left: 2px dotted #5c3e26;
}
.ttl01 span.ttl01_wrap:before {
  transform: rotate(-35deg);
  left: -1em;
}
.ttl01 span.ttl01_wrap:after {
  transform: rotate(35deg);
  right: -0.9em;
}

.ttl02 {
  background: url("../images/common/bg_5dot02.png") no-repeat center center/contain;
  min-height: 170px;
  font-size: 32px;
  font-weight: bold;
  font-family: "hannari", serif;
  text-align: center;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ttl03 {
  font-size: 28px;
  font-weight: bold;
  font-family: "hannari", serif;
  display: flex;
  justify-content: center;
  line-height: 1.5;
  margin-bottom: 24px;
  text-align: center;
}
.ttl03 span.ttl03_wrap {
  position: relative;
}
.ttl03 span.ttl03_wrap:before, .ttl03 span.ttl03_wrap:after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  border-left: 2px dotted #5c3e26;
}
.ttl03 span.ttl03_wrap:before {
  transform: rotate(-35deg);
  left: -1em;
}
.ttl03 span.ttl03_wrap:after {
  transform: rotate(35deg);
  right: -0.9em;
}

.ttl04 {
  font-size: 32px;
  font-weight: bold;
  font-family: "hannari", serif;
  margin-bottom: 24px;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  line-height: 1.3;
}
.ttl04::before {
  position: absolute;
  width: 70px;
  height: 2px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  background-color: #ff838a;
}

.ttl05 {
  font-size: 28px;
  font-weight: bold;
  font-family: "hannari", serif;
  border-top: 2px solid #583c1b;
  border-bottom: 1px solid #583c1b;
  position: relative;
  padding: 15px 0;
  margin-bottom: 30px;
  text-align: center;
}
.ttl05:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #583c1b;
  position: absolute;
  left: 0;
  top: 3px;
}

.ttl06 {
  font-size: 28px;
  font-weight: bold;
  font-family: "hannari", serif;
  position: relative;
  border-bottom: 2px solid #583c1b;
  margin-bottom: 24px;
  line-height: 1.2;
  padding-bottom: 8px;
}
.ttl06:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #583c1b;
  position: absolute;
  left: 0;
  bottom: -6px;
}

.ttl07 {
  font-size: 20px;
  font-weight: bold;
  font-family: "hannari", serif;
  margin-bottom: 16px;
  background: #ff838a;
  color: #fff;
  box-sizing: border-box;
  padding: 6px 16px;
}

.ttl08 {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 4px;
  margin-bottom: 12px;
  border-bottom: 1px dashed;
}

.ttl08_genin {
  position: relative;
  padding-left: 72px;
  min-height: 36px;
}
.ttl08_genin .ttl08_genin-subttl {
  position: absolute;
  left: 0;
  top: 0;
  background: #583c1b;
  box-sizing: border-box;
  padding: 8px 8px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}

.pink01 {
  color: #ff838a;
}

.list01 {
  margin-bottom: 1em;
}
.list01 ul li {
  background: url("../images/common/icon_check01.png") no-repeat left 3px;
  padding-left: 36px;
  font-size: 17px;
  margin-bottom: 12px;
}
.list01 ul li:last-of-type {
  margin-bottom: 0;
}

.list02 {
  margin-bottom: 1em;
}
.list02 ul {
  border: 1px solid #d57580;
  box-sizing: border-box;
  padding: 16px 24px 24px;
  border-radius: 8px;
}
.list02 ul li {
  padding-left: 16px;
  font-size: 15px;
  margin-bottom: 12px;
  position: relative;
  border-bottom: 1px dashed #d57580;
}
.list02 ul li:last-of-type {
  margin-bottom: 0;
}
.list02 ul li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background: #d57580;
  position: absolute;
  left: 0;
  top: 10px;
}

.list03 {
  margin-top: 1em;
  margin-bottom: 1em;
}
.list03 ul {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #d57580;
  box-sizing: border-box;
  padding: 16px 24px;
  border-radius: 8px;
}
.list03 ul li {
  font-size: 15px;
  position: relative;
  margin-right: 16px;
  color: #d57580;
  font-weight: bold;
}

.strong01 {
  font-weight: bold;
  color: #ff838a;
}

.strong02 {
  font-weight: bold;
}

.tbl01 {
  display: block;
  margin-bottom: 16px;
}
.tbl01 tbody {
  display: block;
}
.tbl01 tbody tr {
  display: flex;
  border-top: 1px solid #ff838a;
}
.tbl01 tbody tr:last-of-type {
  border-bottom: 1px solid #ff838a;
}
.tbl01 tbody tr th, .tbl01 tbody tr td {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 12px;
}
.tbl01 tbody tr th {
  width: 15em;
  background: #fffafb;
  justify-content: flex-start;
}
.tbl01 tbody tr td {
  width: calc(100% - 10em);
  background: #fff;
}

.tbl02 {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
.tbl02 thead tr th {
  background: #ff838a;
  color: #fff;
  font-weight: bold;
  border: 1px solid #3d2d15;
  box-sizing: border-box;
  padding: 8px;
}
.tbl02 tbody tr th, .tbl02 tbody tr td {
  border: 1px solid #3d2d15;
  box-sizing: border-box;
  padding: 8px;
}
.tbl02 tbody tr th {
  background: #ff838a;
  color: #fff;
  font-weight: bold;
}
.tbl02 tbody tr td {
  text-align: center;
}

.tbl03 {
  border-collapse: collapse;
  font-size: 16px;
}
.tbl03 th {
  border: 1px solid #ff838a;
  background: #fffafb;
  padding: 20px;
}
.tbl03 td {
  border: 1px solid #ff838a;
  padding: 20px;
}

/*患者様の声
----------------------------------------------------*/
.message_conts {
  margin-top: 40px;
}
.message_conts:first-of-type {
  margin-top: 0;
}

.message_movie {
  text-align: center;
}
.message_movie iframe {
  width: 100%;
  max-width: 670px;
  min-height: 400px;
  box-sizing: border-box;
  background: #fff;
  padding: 16px;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.message_movie .message_memo {
  margin-top: 12px;
  font-size: 13px;
  text-align: center;
}

.voice_conts {
  margin-top: 40px;
}
.voice_conts:first-of-type {
  margin-top: 0;
}

.voice_conts-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2em;
}

.voice_conts-info-img {
  margin-right: 32px;
}
.voice_conts-info-img a {
  text-decoration: none;
}

.voice_info-zoomimg img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.voice_info-zoombtn {
  margin-top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d57580;
  border-radius: 100px;
  padding: 4px 0 2px;
  font-weight: bold;
  color: #ff838a;
  border: 1px solid #ff838a;
  background: #fffafb;
}
.voice_info-zoombtn img {
  width: auto;
  max-width: 20px;
  height: auto;
  margin-right: 8px;
}

.voice_conts-info-text {
  width: calc(100% - 252px);
}

.voice_info-detail {
  background: #ff838a;
  border-radius: 5px;
  display: inline-block;
  box-sizing: border-box;
  padding: 2px 12px;
  margin-bottom: 8px;
  font-weight: bold;
  color: #fff;
}

.voice_info-ttltext {
  line-height: 2;
}
.voice_info-ttltext h3 {
  display: inline;
  font-family: "hannari", serif;
  border-bottom: 2px dotted #583c1b;
  padding-bottom: 8px;
  font-size: 20px;
}

.voice_conts-text p {
  margin-bottom: 1em;
}
.voice_conts-text p:last-child {
  margin-bottom: 0;
}

.voice_conts-qa {
  margin-top: 24px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 5px;
}
.voice_conts-qa dl {
  margin-bottom: 16px;
}
.voice_conts-qa dl:last-of-type {
  margin-bottom: 0;
}
.voice_conts-qa dl dt {
  border-top: 3px solid #ff838a;
  position: relative;
  padding: 8px 20px 8px calc(28px + 1em);
  font-weight: bold;
  border-radius: 4px;
  margin-bottom: 12px;
  background: #fffafb;
  position: relative;
}
.voice_conts-qa dl dt:before {
  content: "◆";
  color: #ff838a;
  position: absolute;
  left: 20px;
  top: 8px;
}
.voice_conts-qa dl dd p {
  margin-bottom: 1em;
}
.voice_conts-qa dl dd p:last-of-type {
  margin-bottom: 0;
}

.voice_btn01 {
  margin-top: 32px;
}
.voice_btn01 a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff838a;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  box-sizing: border-box;
  padding: 12px 8px;
  border-radius: 100px;
  text-decoration: none;
  box-shadow: 6px 6px 6px -4px rgba(0, 0, 0, 0.2);
}
.voice_btn01 a img {
  margin-right: 8px;
  width: auto;
  max-width: 32px;
  height: auto;
}

.voice_qa-memo {
  font-size: 13px;
  margin-top: 12px;
}

/*推薦の声
----------------------------------------------------*/
.recommend_conts {
  background: #fef5d5;
  box-sizing: border-box;
  padding: 24px;
  margin-bottom: 30px;
}
.recommend_conts:last-child {
  margin-bottom: 0;
}

.recommend_info {
  background: #e7797f;
  position: relative;
  padding: 16px 8px 16px 106px;
}
.recommend_info:before {
  content: "";
  display: block;
  width: 20vw;
  height: 23vw;
  max-width: 114px;
  max-height: 123px;
  background: url("../images/common/reco_medal.png") no-repeat left top;
  position: absolute;
  left: -20px;
  top: -8px;
}

.recommend_info-text01, .recommend_info-text02, .recommend_ttl01 {
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
}

.recommend_info-text01 {
  font-size: 19px;
  margin-bottom: 4px;
}

.recommend_info-text02 {
  font-size: 20px;
}

.recommend_ttl01 {
  font-size: 24px;
}

.recommend_textarea {
  background: #fff;
  padding: 24px;
  margin-top: 20px;
}
.recommend_textarea p {
  margin-bottom: 1em;
}
.recommend_textarea .hd_strong {
  font-size: 18px;
  font-weight: bold;
}
.recommend_textarea p:last-of-type {
  margin-bottom: 0;
}

.recommend_textarea-img {
  float: left;
  margin-right: 32px;
  margin-bottom: 20px;
}

.recommend_memo {
  text-align: right;
  font-size: 12px;
}

.recommender {
  border: 1px solid #3d2d15;
  padding: 20px;
  font-weight: bold;
  margin: 25px 0;
}
.recommender p {
  font-weight: bold;
}
.recommender .link {
  font-size: 18px;
  font-weight: bold;
}

/*流れ
----------------------------------------------------*/
.flow_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*height: calc(412px + 15px);*/
  align-content: space-between;
}

.flow_conts {
  width: 33.3333333333%;
  max-width: 224px;
  /*    margin-right: 22px;*/
  margin-bottom: 30px;
  counter-increment: num;
}
.flow_conts:nth-child(n+4) {
  margin-bottom: 0;
}
.flow_conts .ttl {
  font-size: 24px;
  font-weight: bold;
  font-family: "hannari", serif;
  border-bottom: 3px dotted #ff838a;
  position: relative;
  padding: 0 0 5px 36px;
  margin-bottom: 10px;
}
.flow_conts .ttl:before {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  content: counter(num);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: #ff838a;
  color: #fff;
  font-size: 20px;
  width: 35px;
  height: 35px;
  border-radius: 100px;
  margin-left: -35px;
  margin-right: 10px;
  position: relative;
  top: 7px;
  left: 0;
  float: left;
}

/*アクセス
----------------------------------------------------*/
.access_text01 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 40px;
}

.access_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*height: calc(412px + 15px);*/
  align-content: space-between;
  counter-reset: guidenum;
  margin-bottom: 30px;
}

.access_conts {
  width: 33.3333333333%;
  max-width: 224px;
  /*    margin-right: 22px;*/
  margin-bottom: 30px;
}
.access_conts:nth-child(n+4) {
  margin-bottom: 0;
}
.access_conts p {
  margin: 0 0 0 1.5em;
}
.access_conts p:before {
  color: #ff838a;
  content: counter(guidenum) ".";
  counter-increment: guidenum;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-left: -1.3em;
  padding: 0 6px;
  position: relative;
  top: 3px;
}

.access_root {
  display: flex;
  flex-wrap: wrap;
}

.access_rootconts {
  width: calc(33.3333333333% - 14px);
  margin-right: 21px;
  box-sizing: border-box;
  border: 1px solid #3d2d15;
  padding: 12px;
  margin-bottom: 21px;
  position: relative;
  margin-top: 24px;
}
.access_rootconts:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 13px solid transparent;
  border-left: 10px solid #ff838a;
  position: absolute;
  right: -30px;
  top: calc(50% - 10px);
}
.access_rootconts:nth-of-type(3n) {
  margin-right: 0;
}
.access_rootconts:nth-of-type(3n):after,
.access_rootconts:last-of-type:after {
  content: none;
}

.access_root-ttl {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #ff838a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  border-radius: 100px;
  margin: 0 auto;
}

.access_root-textarea {
  margin-top: 12px;
}
.access_root-textarea p {
  font-size: 15px;
  margin-bottom: 1em;
  line-height: 1.8;
}
.access_root-textarea p:last-of-type {
  margin-bottom: 0;
}

/*お問い合わせ
----------------------------------------------------*/
.contact01 {
  box-shadow: 0px 0px 9px -1px rgba(0, 0, 0, 0.2);
  padding-bottom: 30px;
}
.contact01 > .ttl {
  font-size: 40px;
  font-family: "hannari", serif;
  background: #ff838a;
  color: #fff;
  text-shadow: 1px 1px 3px #7f7f7f;
  position: relative;
  display: inline-block;
  padding: 7px 10px 14px;
  min-width: 100%;
  max-width: 100%;
  border: solid 3px #ff838a;
  box-sizing: border-box;
  box-shadow: 6px 6px 6px -4px rgba(0, 0, 0, 0.2);
}
.contact01 > .ttl:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #ff838a;
  z-index: 2;
}
.contact01 > .ttl:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #ff838a;
  z-index: 1;
}

.contact01_conts {
  padding: 40px;
}
.contact01_conts .img {
  float: right;
}

.contact01_text01 {
  font-size: 17px;
  border-bottom: 2px dotted #ff838a;
  display: inline;
  padding-bottom: 5px;
}
.contact01_text01 > span:nth-of-type(1) {
  font-size: 20px;
  font-weight: bold;
}
.contact01_text01 > span:nth-of-type(2) {
  font-size: 24px;
  font-weight: bold;
}

.line_btn img {
  margin-right: 20px;
}
.line_btn a {
  background: #64af35;
  border-radius: 10px;
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 34px 70px;
  box-shadow: 6px 6px 6px -4px rgba(0, 0, 0, 0.2);
}

.tel_btn a {
  background: #ed9c2c;
  border-radius: 10px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 46px 23px;
  box-shadow: 6px 6px 6px -4px rgba(0, 0, 0, 0.2);
}
.tel_btn a img {
  vertical-align: middle;
}
.tel_btn a span {
  font-size: 17px;
  text-decoration: underline;
  margin-right: 10px;
}

.contact01 .tel_info {
  padding: 40px;
  margin-top: 20px;
}
.contact01 .tel_info .inner {
  background: url("../images/common/bg01.png");
  padding: 40px;
}
.contact01 .tel_info_conts {
  background: #fff;
  border-radius: 4px;
  padding: 40px;
}
.contact01 .tel_info_conts .ttl {
  color: #ff838a;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  line-height: 1.5;
  margin-bottom: 24px;
  text-align: center;
}
.contact01 .tel_info_conts .ttl_wrap {
  position: relative;
}
.contact01 .tel_info_conts .ttl_wrap:before {
  transform: rotate(-35deg);
  left: -1em;
}
.contact01 .tel_info_conts .ttl_wrap:after {
  transform: rotate(35deg);
  right: -0.9em;
}
.contact01 .tel_info_conts .ttl_wrap:before, .contact01 .tel_info_conts .ttl_wrap:after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  border-left: 2px dotted #ff838a;
}
.contact01 .tel_info_conts li {
  font-size: 20px;
  font-weight: bold;
  padding: 5px 0 0 47px;
  counter-increment: num;
  position: relative;
  margin-bottom: 8px;
}
.contact01 .tel_info_conts li:nth-of-type(odd) {
  width: 27%;
}
.contact01 .tel_info_conts li:nth-of-type(even) {
  width: 50%;
}
.contact01 .tel_info_conts li:before {
  content: counter(num);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: #ff838a;
  color: #fff;
  font-size: 18px;
  font-family: inherit;
  width: 37px;
  height: 37px;
  border-radius: 100px;
  margin-left: -35px;
  /*margin-right: 10px;*/
  position: relative;
  /*top: -3px;*/
  left: -6px;
  float: left;
}
.contact01 .tel_info_conts ol {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 0;
}
.contact01 .msg {
  font-size: 27px;
  font-weight: bold;
  font-family: "hannari", serif;
  line-height: 1.3;
  background: url("../images/common/bg_5dot03.png") no-repeat center center/contain;
  min-height: 190px;
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact01 .msg .pink {
  font-size: 32px;
}

/*よくある質問
----------------------------------------------------*/
.faq_conts {
  margin-top: 32px;
}
.faq_conts:first-of-type {
  margin-top: 0;
}
.faq_conts dl {
  display: flex;
  flex-direction: column;
}
.faq_conts dl dt {
  background: url("../images/top/faq_q.png") no-repeat left top;
  padding-left: 56px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #e2949e;
  margin-bottom: 12px;
  padding-bottom: 4px;
  min-height: 44px;
}
.faq_conts dl dd {
  background: url("../images/top/faq_a.png") no-repeat left top;
  padding-left: 56px;
  min-height: 44px;
}
.faq_conts dl dd p {
  margin-bottom: 1em;
}
.faq_conts dl dd .faq_img-list03 {
  margin-bottom: 1em;
}
.faq_conts dl dd .faq_img-list03 ul {
  display: flex;
  justify-content: space-between;
}
.faq_conts dl dd .faq_img-list03 ul li {
  width: 33.3333333333%;
  margin-right: 12px;
}
.faq_conts dl dd .faq_img-list03 ul li:last-of-type {
  margin-right: 0;
}
.faq_conts dl dd .faq_img-list03 ul li img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/*side
----------------------------------------------------*/
#side {
  width: 250px;
  margin-right: 50px;
}

.side_reserve-img {
  line-height: 0;
}
.side_reserve-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.side_info, .side_campaign, .side_line, .side_conts {
  margin-top: 16px;
}

.side_info, .side_menu {
  background: #fef5d5;
  box-sizing: border-box;
  padding: 15px;
}

.side_ttl {
  font-family: "hannari", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  padding-left: 12px;
  padding-bottom: 4px;
  margin-bottom: 20px;
}
.side_ttl span {
  display: block;
}
.side_ttl:before {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  background: #583c1b;
  border-radius: 8px;
  position: absolute;
  left: 0;
  top: 0;
}
.side_ttl:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -8px;
  border-bottom: 2px dotted #c9baac;
}

.side_info-tel {
  text-align: center;
}
.side_info-tel img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.side_infodetail dl {
  line-height: 1.5;
  margin-bottom: 24px;
}
.side_infodetail dl:last-of-type {
  margin-bottom: 0;
}
.side_infodetail dl dt {
  position: relative;
  padding-left: 12px;
}
.side_infodetail dl dt:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #ff838a;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 6px;
}

.side_info-map {
  margin-top: 12px;
  line-height: 0;
}

.side_info-webreserve {
  margin-top: 12px;
}

.side_menu-conts ul li {
  padding-bottom: 4px;
  border-bottom: 1px dotted #8a7559;
  margin-bottom: 4px;
}
.side_menu-conts ul li:last-of-type {
  margin-bottom: 0;
}
.side_menu-conts ul li a {
  display: block;
  font-size: 14px;
  color: #583c1b;
  text-decoration: none;
  position: relative;
  padding-left: 16px;
}
.side_menu-conts ul li a:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/common/side_icon01.png") no-repeat left top;
  position: absolute;
  left: 0;
  top: 8px;
}

/*sidebtn
----------------------------------------------------*/
#sidebtn {
  position: fixed;
  right: -100px;
  top: 10%;
  transition: right 0.25s linear 0s;
  z-index: 1000;
}
#sidebtn.on {
  right: 0;
}

.sidebtn_wrap {
  display: flex;
  flex-direction: column;
}

/*pagetop
----------------------------------------------------*/
/*common_contact
----------------------------------------------------*/
.common_contactconts {
  background: url("../images/common/common_contact-bg.png") no-repeat center center/cover;
  padding: 80px 0;
  position: relative;
}

#pagetop {
  position: absolute;
  top: -112px;
  right: 2.5%;
  text-align: right;
  z-index: 100;
}
#pagetop img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.common_contact-wrap {
  width: 95%;
  max-width: 1020px;
  margin: 0 auto;
}

.common_contact-ttl {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.common_contact-ttl img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.common_contact-btnlist {
  margin-top: 32px;
}
.common_contact-btnlist ul {
  display: flex;
  justify-content: space-between;
}
.common_contact-btnlist ul li {
  width: calc(33.3333333333% - 19px);
  margin-right: 30px;
  line-height: 0;
}
.common_contact-btnlist ul li:last-of-type {
  margin-right: 0;
}
.common_contact-btnlist ul li img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/*sp_btm
----------------------------------------------------*/
.sp_btm {
  display: none;
  line-height: 0;
}
.sp_btm.on {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.sp_btm.on img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/*footer
----------------------------------------------------*/
.footer_wrap {
  display: flex;
  justify-content: space-between;
  width: 95%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 40px 0;
}

.footer_l {
  margin-right: 32px;
}

.f_logo {
  line-height: 0;
}
.f_logo img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.f_address {
  margin-top: 16px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}

.f_menu ul {
  display: flex;
  flex-wrap: wrap;
}
.f_menu ul li {
  background: url("../images/common/f_icon01.png") no-repeat left 9px;
  padding-left: 16px;
  margin-right: 16px;
}
.f_menu ul li a {
  font-size: 12px;
  font-weight: bold;
  color: #583c1b;
  text-decoration: none;
}

.tbl_opentime {
  width: 100%;
  border-collapse: collapse;
}
.tbl_opentime thead tr th {
  background: #bda88d;
  border-right: 1px solid #fff;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
}
.tbl_opentime thead tr th:last-of-type {
  border-right: none;
}
.tbl_opentime tbody tr th, .tbl_opentime tbody tr td {
  background: #fffbf6;
  border-right: 1px solid #bda88d;
  border-left: 1px solid #bda88d;
  border-bottom: 1px solid #bda88d;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.5;
}
.tbl_opentime tbody tr th {
  text-align: left;
  border-right: 1px solid #b5b0ac;
}
.tbl_opentime tbody tr th:last-of-type {
  border-right: none;
}
.tbl_opentime tbody tr td {
  text-align: center;
  font-weight: bold;
}
.tbl_opentime tbody tr td:first-of-type {
  text-align: left;
}

.f_memo {
  text-align: right;
}

.f_copy {
  background: #ff838a;
  padding: 8px 0;
  box-sizing: border-box;
}
.f_copy p {
  font-size: 12px;
  text-align: center;
  color: #fff;
}