@charset "UTF-8";
/* Reset
============================================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

html {
  width: 100%;
}

body {
  font: 16px / 1.5 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Sans-Serif;
  color: #000;
  text-align: left;
  background: #fff;
}

img {
  vertical-align: bottom;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: opacity, .2s;
          -o-transition: opacity, .2s;
          transition: opacity, .2s;
}

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

/* Layout
============================================================= */
#wrapper {
  padding-top: 68px;
}

/* Header
============================================================= */
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #f5f5f3;
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  padding: 5px 0 3px;
}

header img {
  width: 100%;
  height: auto;
}

header .header_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 39%;
  max-width: 525px;
  margin: 0;
}

header .header_left h1 {
  width: 59%;
  max-width: 311px;
  margin-right: 15px;
}

header .header_left .catch {
  width: 11%;
  max-width: 58px;
  margin-right: 7px;
}

header .header_left .icons {
  width: 26%;
  max-width: 134px;
}

header .header_left .icons li {
  line-height: 0;
  margin-top: 1px;
}

header .header_left .icons li:first-child {
  margin-top: 0;
}

header .header_left .icons img {
  vertical-align: top;
}

header .header_right {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 61%;
  padding: 0 10px 0 0;
}
header .header_right li {
  margin-left: 14px;
}
header .header_right li a {
  display: block;
  width: 100%;
  height: 100%;
}
header .header_right li img {
  display: block;
  width: 100%;
  height: auto;
}

header .header_right .header_right-line {
  width: 16.01vw;
}

header .header_right .header_right-mail {
  width: 13.88vw;
}

header .header_right .header_right-tel {
  width: 28vw;
}

@media only screen and (max-width: 1370px) {
  header img {
    width: 100%;
    height: auto;
  }
  header .header_left {
    width: 40%;
    padding: 0 10px;
  }
  header .header_left h1 {
    width: 59%;
    margin-right: 2%;
  }
  header .header_left .catch {
    width: 12%;
  }
  header .header_left .icons {
    width: 26%;
  }
}

/* Footer
============================================================= */
footer {
  background: #0077cd;
  position: relative;
}

footer a {
  display: block;
}

footer #pagetop {
  right: 10px;
}

footer #pagetop a {
  width: 60px;
  height: 71px;
}

footer #pagetop.static {
  position: absolute;
  top: -87px;
}

footer #pagetop.fixed {
  position: fixed;
  bottom: 50px;
}

footer .inner {
  padding: 15px 0 15px;
}

footer .inner:after {
  content: "";
  display: table;
  clear: both;
}

footer .inner .footer_main {
  color: #fff;
  width: 775px;
  float: right;
}

footer .inner .footer_main h2 {
  font-size: 82%;
}

footer .inner .footer_main dl {
  font-size: 69%;
}

footer .inner .footer_main dl:after {
  content: "";
  display: table;
  clear: both;
}

footer .inner .footer_main dl dt {
  width: 7em;
  float: left;
  clear: both;
  margin-right: 1em;
}

footer .inner .footer_main dl dd {
  float: left;
}

footer .inner .footer_main dl dd.address {
  width: 31em;
  margin-right: 1em;
}

footer .inner .footer_main dl dd.tel {
  min-width: 10em;
}

footer .inner .logo {
  width: 166px;
  float: left;
}

footer .footer_copy {
  background: #feecd1;
  height: 30px;
}

footer .footer_copy small {
  display: block;
  font-size: 69%;
  color: #0077cd;
  line-height: 30px;
  width: 960px;
  margin: 0 auto;
}

/* Common
============================================================= */
.inner {
  width: 960px;
  margin: 0 auto;
}

.img_max img {
  height: auto;
  width: 100%;
}

.cf:after {
  content: "";
  display: table;
  clear: both;
}

/* Contents
============================================================= */
#main_visual {
  position: relative;
}

#main_visual h2 {
  width: 960px;
  margin: 0 auto;
}

#main_visual h3 {
  position: absolute;
  bottom: 161px;
  z-index: 10;
  left: -199px;
  margin: auto;
  right: 0;
  width: 823px;
}

#main_visual ul {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  padding: 0px 0 17px 0;
  background: url(../img/bg_01.png);
}

#main_visual ul:after {
  content: "";
  display: block;
  background: url(../img/bg_02.png) center top no-repeat;
  width: 256px;
  height: 29px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -29px;
}

#main_visual li {
  display: inline-block;
  margin-left: 50px;
  margin-top: 16px;
}

#main_visual li:first-child {
  margin-left: 0;
}

#intro {
  background: url(../img/bg_03.png) left top repeat-x;
  padding: 40px 0 26px 0;
  text-align: center;
  position: relative;
}

#intro:after {
  content: "";
  width: 247px;
  height: 28px;
  position: absolute;
  display: block;
  background: url(../img/bg_04.png) center top no-repeat;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -27px;
  border-top: 1px solid #ffc23e;
  z-index: 10;
}

.point_catch_copy {
  position: relative;
}

.point_catch_copy .catch_copy {
  padding-top: 30px;
}

.point_catch_copy .catch_copy:after {
  content: "";
  position: absolute;
  display: block;
  width: 170px;
  height: 170px;
  background: url(../img/txt_09.png) left top no-repeat;
  right: -2px;
  top: 4px;
}

#point {
  position: relative;
}

#point ul {
  position: absolute;
  top: 120px;
  left: 12px;
}

#point li {
  margin-top: 5px;
}

#point li:first-child {
  margin-top: 0;
}

.banner {
  position: relative;
}

.banner .tel_btn {
  position: absolute;
  display: block;
  top: 119px;
  left: 134px;
}

.banner .reservation_btn {
  position: absolute;
  display: block;
  top: 119px;
  right: 20px;
}

.banner .btn {
  position: absolute;
  display: block;
  top: 119px;
  right: 18px;
}

#flow ol li dd {
  top: 25px;
  width: 450px;
  line-height: 23px;
  z-index: 10;
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 64px;
}

#flow li:first-child + li + li + li dd {
  top: 51px;
}

#flow li:first-child + li + li + li + li dd {
  top: 40px;
}

#flow dl {
  position: relative;
}

#flow .flow_reason {
  border-left: 5px solid #0852a2;
  border-right: 5px solid #0852a2;
  border-bottom: 5px solid #0852a2;
  padding: 30px 0 30px 0;
  border-radius: 0 0 10px 10px;
}

#flow .flow_reason li {
  width: 895px;
  margin: 0 auto;
  margin-top: 50px;
}

#flow .flow_reason li:first-child {
  margin-top: 0;
}

#flow .flow_reason li:first-child dl {
  background: url(../img/pic_01.png) left top no-repeat #fff0d9;
}

#flow .flow_reason li:first-child dl:before {
  content: "";
  display: block;
  position: absolute;
  width: 226px;
  height: 75px;
  background: url(../img/ico_05.png) left top no-repeat;
  left: -12px;
  top: -25px;
}

#flow .flow_reason li:first-child + li dl {
  background: url(../img/pic_02.png) left top no-repeat #fff0d9;
}

#flow .flow_reason li:first-child + li dl:before {
  content: "";
  display: block;
  position: absolute;
  width: 226px;
  height: 75px;
  background: url(../img/ico_06.png) left top no-repeat;
  left: -12px;
  top: -29px;
}

#flow .flow_reason li:first-child + li + li dl {
  background: url(../img/pic_03.png) left top no-repeat #fff0d9;
}

#flow .flow_reason li:first-child + li + li dl:before {
  content: "";
  display: block;
  position: absolute;
  width: 226px;
  height: 79px;
  background: url(../img/ico_07.png) left top no-repeat;
  left: -12px;
  top: -29px;
}

#flow .flow_reason dl {
  padding-left: 343px;
  background: #fff0d9;
  border: 3px solid #facd89;
  position: relative;
}

#flow .flow_reason dd {
  width: 500px;
  line-height: 23px;
}

#flow .flow_reason span {
  font-size: 12px;
}

#flow .flow_case li:first-child + li + li + li dd {
  top: 62px;
}

#flow .flow_case dd {
  top: 61px;
  width: 520px;
  left: 177px;
  line-height: 23px;
  z-index: 10;
  bottom: 0;
  margin: auto;
  position: absolute;
}

#flow .flow_other_list {
  position: relative;
}

#flow .flow_other_list .txt {
  width: 903px;
  position: absolute;
  font-size: 12px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 73px;
  line-height: 24px;
}

.flow_briefing {
  position: relative;
  border-left: 5px solid #0852a2;
  border-right: 5px solid #0852a2;
  border-bottom: 5px solid #0852a2;
  padding: 30px 0 30px 0;
  border-radius: 0 0 10px 10px;
}

.flow_briefing_box {
  background: url(../img/img_14_02.png) 557px 101px no-repeat #eee;
  width: 900px;
  margin-left: 26px;
  position: relative;
  padding: 100px 0px 30px 0;
}

.flow_briefing_box .title {
  position: absolute;
  top: -13px;
}

.flow_briefing_text {
  width: 482px;
  margin-left: 20px;
  padding: 13px;
  background: #fff;
}

.flow_briefing_text .txt:first-child {
  margin-bottom: 25px;
}

.flow_briefing_text .txt span {
  font-weight: bold;
}

#question {
  background: #dff1fa;
  padding: 40px 0;
}

#question h2 {
  text-align: center;
  margin-bottom: 40px;
}

#question .txt {
  width: 578px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

.question_box {
  background: #eee;
  padding-bottom: 20px;
}

.question_box h3 {
  margin-bottom: 20px;
}

.question_box dl {
  background: #fff;
  border: 1px solid #bfbfbf;
  width: 880px;
  margin: 0 auto;
  margin-top: 15px;
  font-size: 15px;
}

.question_box dt,
.question_box dd {
  padding: 10px 0px 0 50px;
}

.question_box dt {
  padding-bottom: 5px;
  position: relative;
  background: url(../img/ico_01.gif) 10px 4px no-repeat;
}

.question_box dt .small {
  font-size: 12px;
}

.question_box dd {
  border-top: 1px solid #bfbfbf;
  padding-top: 20px;
  padding-bottom: 20px;
  background: url(../img/ico_02.gif) 10px 15px no-repeat;
  display: none;
  padding-right: 90px;
}

.question_box .btn {
  display: block;
  background: url(../img/ico_04.gif) 750px 0 no-repeat;
  cursor: pointer;
  padding-right: 90px;
}

.question_box .open .btn {
  background-image: url(../img/ico_03.gif);
}

.question_box .open dd {
  display: block;
}

#profile {
  background: #fffde7;
  padding: 40px 0 40px 0;
}

#profile h2 {
  text-align: center;
}

#profile li {
  float: left;
}

#profile li:first-child,
#profile li:first-child + li {
  margin-bottom: 30px;
}

#profile .inner {
  background: #fff;
  padding: 30px 0 30px 0;
}

#profile ul {
  width: 901px;
  margin: 0 auto;
}

#profile dl {
  width: 450px;
  float: left;
}

#profile dt {
  width: 238px;
  float: left;
  margin-right: 7px;
}

#profile dt:first-child + dd {
  margin-bottom: 10px;
}

#profile .profile_name {
  line-height: 24px;
  margin-bottom: 10px;
}

#profile .profile_name span {
  font-size: 24px;
}

#profile .profile_name span:before {
  content: "\A";
  white-space: pre;
}

#profile .comment {
  font-size: 14px;
}

.access h2 {
  text-align: center;
  margin-bottom: 30px;
}

.access p.catch {
  text-align: center;
  margin-bottom: 40px;
}

.access article.area {
  padding: 20px 0;
  border-bottom: 1px solid #bfbfbf;
}

.access article.area:after {
  content: "";
  display: table;
  clear: both;
}

.access article.area.osaka_area {
  border-top: 1px solid #bfbfbf;
}

.access article.area p.img {
  width: 240px;
  float: left;
  margin-right: 35px;
}

.access article.area .box {
  width: 320px;
  float: left;
  margin-right: 14px;
}

.access article.area .box h3 {
  font-size: 125%;
  border-bottom: 1px solid #c6c6c6;
  line-height: 1.2;
  padding-bottom: 12px;
  margin-bottom: 10px;
}

.access article.area .box dl {
  font-size: 88%;
  line-height: 1.4;
}

.access article.area .box dl:after {
  content: "";
  display: table;
  clear: both;
}

.access article.area .box dl dt {
  clear: both;
  float: left;
}

.access article.area .box dl dt:after {
  content: "：";
}

.access article.area .box dl dd {
  float: left;
}

.access article.area .box dl.office_hour {
  margin-bottom: 20px;
}

.access article.area .box dl.office_hour dt {
  width: 5em;
}

.access article.area .box dl.office_hour dd {
  width: 15em;
}

.access article.area .box dl.tel dt {
  width: 3em;
}

.access article.area .box dl.tel dd {
  width: 8em;
}

.access article.area .box address {
  font-size: 88%;
  line-height: 1.4;
  margin-bottom: 20px;
}

.access article.area p.map {
  width: 351px;
  float: left;
}

.bnr_area {
  background: url(../img/bg_bnr_area02.png) center bottom no-repeat #98c8e9;
  position: relative;
  padding-bottom: 175px;
  margin-bottom: 40px;
}

.bnr_area .txt {
  padding: 34px 0 50px 0;
  text-align: center;
}

.bnr_area .tel {
  position: absolute;
  right: 30px;
  top: 161px;
}

.bnr_area .reservation_btn {
  position: absolute;
  left: 30px;
}

.bnr_area .btn {
  position: absolute;
  right: 30px;
  top: 161px;
}

.bnr_area .btn_area {
  padding-bottom: 150px;
}

iframe[name="google_conversion_frame"] {
  position: absolute;
  top: 0;
}

#calendar{
  width:90%;
  margin:0 auto;
}

/*カレンダー*/

.calendar-inner{
  width: 100%;
  border-radius: 5px;
  margin-top: 0px;
  margin-bottom: 20px;
  background: #FFFFFF;
}
.calendar-inner .month {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.calendar-inner .monthbox{
  text-align: center;
  padding-bottom: 10px;
}
.calendar-inner .monthbox>div{
  display: inline-block;
  padding: 5px;
  line-height: 25px;
}
.calendar-inner table{
  width: 100%;
  background: #FFFFFF;
}

.calendar-inner table th,
.calendar-inner table td{
  width: 14%;
  text-align: center;
  border: 1px solid #CCCCCC;
  padding: 5px;
  background: #FFFFFF;
  vertical-align: top;
}
.calendar-inner table th p,
.calendar-inner table td p,
.calendar-inner table td span{
  margin: 0;
  font-size: 10px;
  line-height: 1.4;
}
.calendar-inner table td p.day{
  font-weight: bold;
  border-top: 1px dotted #CCCCCC;
  border-bottom: 1px dotted #CCCCCC;
}
.calendar-inner table td p.time{
}
.calendar-inner table tr th.heijitsu{
  background-color: #FCD58C;
}
.calendar-inner table tr th.saturday{
  background-color: #B0DBD4;
}
.calendar-inner table tr th.sunday{
  background-color: #F6BCB7;
}



.lp-lineBnr-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
}
.lp-lineBnr {
  display: block;
  width: 100%;
  margin: -40px 0 40px;
}
.lp-lineBnr.is-bottom {
  margin: 0;
}
.lp-lineBnr a {
  display: block;
  width: 100%;
}
.lp-lineBnr img {
  display: block;
  width: 100%;
  height: auto;
}