@charset "utf-8";

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
figure {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

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

a:hover {
  opacity: 0.8;
}

body {
  background-color: #fff;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
    "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo,
    "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #010101;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

h1,
h2,
h3,
h4 {
  font-weight: bolder;
}

ol,
ul,
li {
  list-style-type: none;
}

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

img {
  width: 100%;
}

/* 水平方向：両端均等、垂直方向：上揃え */
.flex1 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* 水平方向：両端均等、垂直方向：中央揃え */
.flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* 垂直方向：中央揃え */
.flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* 水平方向：両端均等 */
.flex4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.column_r {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.left,
.right {
  width: 100%;
}

h3 {
  font-size: 1.8em;
}

.red {
  color: #ea3200;
}

.clear {
  clear: left;
}

@media print, screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }

  .column_r {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .f_55 .left,
  .f_55 .right {
    width: 49%;
  }

  .f_37 .left {
    width: 29%;
  }

  .f_37 .right {
    width: 69%;
  }

  .f_73 .left {
    width: 69%;
  }

  .f_73 .right {
    width: 29%;
  }

  .f_28 .left {
    width: 19%;
  }

  .f_28 .right {
    width: 79%;
  }

  .f_64 .left {
    width: 59%;
  }

  .f_64 .right {
    width: 39%;
  }

  .spview,
  .sp_taview,
  .sp_pcview {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .spview,
  .sp_taview,
  .sp_pcview {
    display: block;
  }
  .taview,
  .ta_pcview,
  .pcview {
    display: none;
  }
}

/* header */

header ul,
footer ul {
  padding: 10px 5px;
  text-align: center;
}

.logo {
  width: 45%;
  max-width: 300px;
}

.logo a img {
  width: auto;
}

.tel_no {
  font-weight: bold;
  font-size: 1.1em;
}

.tel_no img {
  width: 1em;
  margin-right: 5px;
  vertical-align: text-top;
}

.tel_time {
  font-size: 0.8em;
}

.tel_day {
  margin-left: 5px;
  text-align: center;
  padding: 2px 0.7em;
  color: #ffffff;
  background-color: #f87501;
  border-radius: 9px;
}

.header_obi {
  font-size: 0.8em;
  color: #ecb805;
}
.header_obi h1 {
  font-size: 14px;
  padding-top: 5px;
}

@media print, screen and (min-width: 768px) {
  .logo {
    width: auto;
    max-width: 420px;
  }
  .logo img {
    width: auto;
    max-width: 420px;
    height: auto;
  }

  header ul li {
    width: auto;
  }

  .tel_no {
    font-size: 1.6em;
  }
}

/*  nav */
.mainnav {
  background: url(../images/bg_stripe.png) no-repeat;
  background-size: 100%;
}
.mainnav ul {
}
.mainnav ul li {
  width: 100%;
}
.mainnav ul li a {
  display: block;
  padding: 10px;
  text-align: center;
  line-height: 1.3em;
  font-weight: bolder;
}
@media print, screen and (max-width: 767px) {
  .mainnav ul {
    overflow: hidden;
  }
  .mainnav ul li {
    width: 20%;
    float: left;
    font-size: 11px;
  }
}
@media print, screen and (min-width: 768px) {
  .mainnav {
    margin-top: 8px;
  }
  .mainnav ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .mainnav ul li {
    padding: 10px 0;
    width: auto;
    flex-grow: 1;
  }
}

/* mainvisual */

.mainvisual {
  background: url(../images/bg_stripe.png) no-repeat;
  background-size: 100%;
  /*padding-top: 1em;*/
}

.mainvisual .mv {
  background: url(../images/mv_bg.png) no-repeat 50% 50%;
  background-size: auto 100%;
  padding: 10px 0 0;
}

.mainvisual .mv_txt {
  padding: 1% 0 3px;
}

@media print, screen and (min-width: 768px) {
  /*mainvisual {
    padding-top: 50px;
} */

  .mainvisual .mv {
    padding: 30px 0;
  }
}

/* first */

.first {
  padding: 30px 0;
}

.first .notice {
  margin-bottom: 20px;
}

.first .first01 {
  margin-bottom: 20px;
}

.first h3 {
  text-align: center;
}

.first p {
  margin: 5px 0;
}

.first .first02 .right h3 span {
  font-size: 0.5em;
}

@media print, screen and (min-width: 768px) {
  .first {
    padding: 60px 0;
  }
}

/* cheak */

.cheak {
  background-color: #fff9e6;
  padding: 30px 0;
}

.cheak .list li {
  width: 90%;
  max-width: 850px;
  border-radius: 50px;
  margin: 1em auto;
  color: #fff;
  font-weight: bold;
  padding: 10px 10px 10px 3em;
  background: url(../images/check_icon.png) left 1em top 50% no-repeat;
  background-size: 25px;
  background-color: #f87501;
}

.check .list li:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .cheak {
    padding: 60px 0;
  }

  .cheak .list li {
    font-size: 1.5em;
    margin: 1em auto;
  }
}

/* info */

.info {
  padding: 30px 0;
  background: url(../images/info_bg.png) no-repeat 50% 0%;
  background-size: auto 100%;
}

.info .info_title .info_title01 {
  width: 85%;
  margin: 0 auto 1em;
}

.info .info_title .info_title02 {
  margin-bottom: 1em;
}

.info .flex1 .left {
  font-size: 1.1em;
}

.info .info_txt {
  font-size: 1.1em;
}

@media print, screen and (min-width: 768px) {
  .info {
    padding: 60px 0;
  }

  .info .flex1 .left {
    margin-top: 1em;
    line-height: 2;
  }
}

/* banner */

.banner {
  padding: 30px 0;
  background: url(../images/bg_stripe.png) no-repeat;
  background-size: 100%;
}

.banner .container {
  background-color: #fff;
  padding: 0 3px;
}

.banner .banner01 {
  position: relative;
}

.banner .banner01 .woman {
  position: absolute;
  top: -15px;
  width: 28%;
}

.banner .banner01 .banner_02 {
  position: absolute;
  top: -1em;
}

.banner .banner02 {
  padding-top: 20%;
}

.banner .banner02 .banner_area {
  text-align: center;
}

.banner .banner02 .banner_area img {
  margin-top: 20px;
  width: auto;
}

.banner .banner02 .banner_tel {
  text-align: center;
  font-weight: bold;
  font-size: 2em;
}

.banner .banner02 .banner_tel img {
  width: 1em;
  margin-right: 3px;
  vertical-align: baseline;
}

.banner .banner02 .tel_time {
  font-size: 1em;
  text-align: center;
}

.banner .banner02 .banner_mail {
  margin-top: 1em;
}

@media print, screen and (min-width: 768px) {
  .banner {
    padding: 60px 0 20px;
  }

  .banner .banner02 {
    padding-top: 16%;
    width: 70%;
    margin: 0 0 0 auto;
  }

  .banner .banner01 .banner_02 {
    width: 78%;
    right: 0;
    top: -3em;
  }

  .banner .banner02 .tel_time {
    font-size: 1.3em;
  }

  .banner .banner02 .banner_tel {
    font-size: 3.5em;
  }
}

/* maker */
.maker {
  padding: 30px 0;
}

.maker .maker_title {
  text-align: center;
  margin-bottom: 1em;
  width: 60%;
  max-width: 300px;
  margin: 0 auto 20px;
}

@media print, screen and (min-width: 768px) {
  .maker {
    padding: 60px 0;
  }

  .maker .maker_title {
    max-width: 500px;
  }

  .maker .maker_title img {
    margin-right: 1em;
    width: auto;
    vertical-align: bottom;
  }
}

/* maker02 */
.maker02 {
  padding: 30px 0;
}

.maker02 .maker_title {
  text-align: center;
  margin-bottom: 1em;
  width: 60%;
  max-width: 300px;
  margin: 0 auto 20px;
}

@media print, screen and (min-width: 768px) {
  .maker02 {
    padding: 30px 0;
  }

  .maker02 .maker_title {
    max-width: 500px;
  }

  .maker02 .maker_title img {
    margin-right: 1em;
    width: auto;
    vertical-align: bottom;
  }
}

/* point */

.point {
  background: url(../images/point_bg.png) no-repeat;
  background-size: 100%;
}

.point_title {
  background-color: #f87501;
  color: #fff;
  text-align: center;
}
.point_title img {
  width: 95%;
  max-width: 900px;
}

.point_title p {
  width: 95%;
  margin: 0 auto;
}

.point .container {
  padding: 30px 0;
}

.point .point_list .list_item {
  background-color: #fff;
  box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}

.point .point_list .list_item .left {
  padding: 30px;
}

.point .point_list .list_item .li_01 {
  background: url(../images/point_1_bg.png) no-repeat;
  background-position: right 0 bottom 0;
}

.point .point_list .list_item .li_02 {
  background: url(../images/point_2_bg.png) no-repeat;
  background-position: right 0 bottom 0;
}
.point .point_list .list_item .li_03 {
  background: url(../images/point_3_bg.png) no-repeat;
  background-position: right 0 bottom 0;
}
.point .point_list .list_item .li_04 {
  background: url(../images/point_4_bg.png) no-repeat;
  background-position: right 0 bottom 0;
}

.point .point_list .list_item .li_01 .txt_img,
.point .point_list .list_item .li_03 .txt_img {
  width: 60%;
}

.point .point_list .list_item .li_02 .txt_img {
  width: 50%;
}

.point .point_list .list_item .li_04 .txt_img {
  width: 80%;
}

.point .point_list .list_item .right img {
  margin-bottom: -6%;
}

.point .point_list2 ul {
  margin-bottom: 20px;
}

.point .point_list2 ul li {
  width: 45%;
  margin: 0 5px;
}

.point .point_list .list_item .left p {
  margin-top: 1em;
}

@media print, screen and (min-width: 768px) {
  .point .container {
    padding: 60px 0;
  }

  .point .point_list .list_item .left img {
    width: auto;
  }

  .point .point_list .list_item .left p {
    margin-top: 1em;
    line-height: 2;
  }

  .point .point_list2 .flex3 {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .point .point_list2 ul li {
    width: 18%;
    margin: 0;
  }

  .point .point_list2 .txt_img {
    width: 80%;
    margin: 0 auto;
  }
}

/* reason */

.reason {
  padding: 30px 0;
  background-color: #fff9e6;
}

.reason .reason_title {
  margin-bottom: 20px;
}

.reason .reason_content .box {
  background-color: #fff;
  text-align: center;
}

.reason .reason_content .box h4 {
  font-size: 1.2em;
  padding: 5px 0;
}

.reason .reason_content .box div {
  padding: 1.5em;
}

.reason .reason_content .box div p {
  text-align: left;
  margin-top: 1em;
}

.reason .reason_content .box div span {
  font-weight: bold;
}

.reason .reason_content .left {
  border: 2px solid #010101;
  margin-bottom: 20px;
}

.reason .reason_content .left h4 {
  color: #fff;
  background-color: #010101;
}

.reason .reason_content .right {
  border: 2px solid #f87501;
}

.reason .reason_content .right h4 {
  color: #fff;
  background-color: #f87501;
}

.reason .reason_content .right img {
  width: 75%;
}

@media print, screen and (min-width: 768px) {
  .reason {
    padding: 60px 0;
  }

  .reason .reason_content .box h4 {
    font-size: 1.5em;
  }

  .reason .reason_content .left {
    margin-bottom: 0;
  }
}

/* price */

.price {
  padding: 30px 0;
  background: url(../images/price_bg.png) no-repeat;
  background-size: 100%;
  background-position: bottom;
}

.price .price_title {
  width: 70%;
  max-width: 400px;
  margin: 0 auto 30px;
  background-color: #e86800;
  padding: 15px 20px;
}

.price .price_menu .menu_li {
  margin-bottom: 10px;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .price {
    padding: 60px 0 120px;
  }

  .price .price_title {
    margin-bottom: 60px;
    padding: 20px 40px;
  }

  .price .price_menu .menu_li {
    width: 47%;
    margin-bottom: 20px;
  }
}

/* voice */

.voice {
  padding: 30px 0;
  background-color: #f9f6f2;
}

.voice .voice_title {
  width: 60%;
  max-width: 300px;
  margin: 0 auto 50px;
}

.voice .voice_list li {
  margin: 60px auto;
}

.voice .voice_list li:last-child {
  margin-bottom: 0;
}

.voice .voice_list li .content {
  background-color: #fff;
  box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 20px;
}

.voice .voice_list h4 {
  background-color: #22ac38;
  text-align: center;
  border-radius: 50px;
  padding: 1em 1.5em;
  width: 96%;
  margin: 0 auto;
  color: #fff;
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -48%;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .voice {
    padding: 60px 0;
  }

  .voice .voice_title {
    margin: 0 auto 80px;
  }

  .voice .voice_list li {
    margin-bottom: 120px;
  }

  .voice .voice_list li:last-child {
    margin-bottom: 60px;
  }

  .voice .voice_list li .content {
    padding: 50px 40px 30px;
  }

  .voice .voice_list h4 {
    width: 80%;
    margin-left: -40%;
    font-size: 2em;
    padding: 0.5em 1.5em;
  }

  .voice .voice_list li .content p {
    line-height: 2;
  }

  .voice .voice_list .content .li_02 .left {
    order: 1;
  }
}

/* about */

.about {
  padding: 30px 0;
  background: url(../images/bg_leaf02.png) no-repeat;
}

.about .about_title {
  width: 95%;
  max-width: 700px;
  margin: 0 auto 20px;
}

.about .f_55 .right {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #eebf08;
}
.about .content table {
}

.about .content table hr {
  height: 2px;
  width: 20px;
  background-color: #010101;
  border: none;
  margin: 5px 13px 5px 5px;
}

.about .content table th {
  width: 4.5em;
}

.about .content table th,
.about .content table td {
  padding: 10px 0;
}

@media print, screen and (min-width: 768px) {
  .about {
    padding: 60px 0;
  }
}

/* contact */
.contact {
  padding: 30px 0;
  background: url(../images/bg_stripe.png) repeat;
}

.contact .contact_title {
  text-align: center;
  margin-bottom: 20px;
}

.contact .contact_title .title_img {
  width: 70%;
  max-width: 300px;
  margin: 0 auto;
}

.contact .contact_title p {
  font-weight: bolder;
  color: #e60012;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff,
    2px -2px 0 #fff, 0px 2px 0 #fff, 0-2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
}

.contact .contact_area {
  background-color: #fff;
  padding: 20px 5px;
}

.contact .contact_area .tel {
  text-align: center;
  font-weight: bold;
  font-size: 2em;
}

.contact .contact_area .tel img {
  width: 1em;
  margin-right: 3px;
  vertical-align: baseline;
}

.contact .contact_area .tel_time {
  font-size: 1em;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 7px;
}

.contact .contact_area .banner_area {
  text-align: center;
}

.contact .contact_area .banner_area img {
  margin-top: 5px;
  margin-bottom: 20px;
  width: auto;
}

.contact .contact_area .privacy_title {
  text-align: center;
  padding: 30px 0;
}
.contact .contact_area .privacy_title h3 {
}

.contact .contact_area .privacy_intro p {
  line-height: 1.7rem;
  margin-bottom: 15px;
}

.contact .contact_area .privacy_center {
  width: 90%;
  margin: 0 auto 15px;
}

.contact .contact_area .privacy_wrap {
  border: 1px solid #9fa0a2;
  padding: 1em;
  background-color: #f3f3f3;
  width: 100%;
  height: 250px;
  overflow-y: scroll;
}
.contact .contact_area .privacy_wrap ul li {
  padding: 5px;
}

.contact .contact_area .privacy_wrap ul li h4 {
  font-weight: bolder;
  border-bottom: solid 1px;
  margin-bottom: 10px;
}

.contact .contact_area .privacy_wrap ul li p {
  line-height: 1.7rem;
  margin-bottom: 1em;
}

.contact .contact_form {
  margin: 30px auto 0;
  padding: 1em;
}

.contact .contact_form .form_area {
  padding: 0 0;
}
@media print, screen and (min-width: 768px) {
  .contact .contact_form .form_area {
    padding: 20px;
  }
}

.contact .contact_form p {
  margin-bottom: 20px;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .contact .contact_form p {
    text-align: center;
  }
}

.contact .contact_form .attention {
  font-size: 0.8em;
  color: #fff;
  background-color: #bf001a;
  padding: 4px;
  margin-left: 1em;
}

.contact .contact_form dl {
  margin-bottom: 1em;
}

.contact .contact_form dt {
  text-align: left;
  font-weight: bold;
  margin-bottom: 10px;
}
.contact .contact_form dd {
  text-align: left;
}

.contact .contact_form .input {
  border: solid 2px #ddd;
  padding: 5px;
  border-radius: 5px;
  font-size: 16px;
  width: 100%;
}

.contact .contact_form .phone {
  border: solid 2px #ddd;
  padding: 5px;
  border-radius: 5px;
  font-size: 16px;
  width: 29%;
}

.contact .contact_form textarea {
  border: solid 2px #ddd;
  padding: 5px;
  border-radius: 5px;
  font-size: 16px;
  width: 100%;
}

.contact .contact_form .btn_form {
  text-align: center;
}

.contact .contact_form .btn {
  width: 50%;
  margin: 0 auto;
  background-color: #f87501;
  color: #fff;
  font-size: 1.2em;
  line-height: 3;
  box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.26);
  padding-bottom: 0;
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
}

.contact .contact_form .btn_form .send_1 {
  margin-bottom: 1em;
}

@media print, screen and (min-width: 768px) {
  .contact {
    padding: 60px 0;
  }

  .contact .contact_title {
    margin-bottom: 30px;
  }

  .contact .contact_title p {
    font-size: 2em;
  }

  .contact .contact_area {
    padding: 40px 20px 20px;
  }

  .contact .contact_area .tel {
    font-size: 4em;
  }

  .contact .contact_area .tel_time {
    font-size: 1.5em;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 7px;
  }

  .contact .contact_area .contact_01 .right img {
    max-width: 250px;
  }

  .contact .contact_form dt {
    text-align: left;
    margin-bottom: 0;
  }

  .contact .contact_form dl {
    margin-bottom: 1.5em;
  }

  .contact .contact_form dd {
    text-align: left;
  }

  .contact .contact_form .input {
    width: 70%;
  }

  .contact .contact_form .phone {
    width: 21%;
  }

  .contact .contact_form .btn_form .send_1 {
    margin-bottom: 0;
    margin-right: 1em;
  }

  .contact .contact_form .btn {
    width: 40%;
  }
}

/* footer */
.sp_btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f87501;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-family: "M PLUS Rounded 1c";
}
.sp_btn a {
  display: inline-block;
  color: #fff;
  font-size: 1.8em;
  font-weight: bold;
}
.sp_btn a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f2a0";
  font-weight: 900;
  margin-right: 5px;
}
@media print, screen and (min-width: 768px) {
  .sp_btn {
    display: none;
  }
}

footer {
  background-color: #fff9e6;
}

footer .footer_obi {
  text-align: center;
  background-color: #f87501;
  padding: 7px 0;
}

footer .footer_obi a {
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  footer {
    padding-top: 20px;
  }

  footer .footer_obi {
    margin-top: 20px;
    padding: 10px 0;
  }
}

@media print, screen and (max-width: 767px) {
  footer .footer_obi {
    margin-bottom: 70px;
  }
}

.mv_off {
  margin-top: 20px;
}

.offhours_header p {
  font-size: 0.8em;
  color: #2b2b2b;
  padding-top: 2px;
}

.offhours {
  padding-top: 5px;
  text-align: center;
}
