@charset "UTF-8";
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow: auto;
  height: 100%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans Japanese", "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, sans-serif;
  width: 100%;
  background: #ffffff;
  margin: 0 auto;
  padding: 0;
  color: #333333;
  overflow: hidden;
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

@media only screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
}

ul,
li,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 768px) {
  ul,
  li,
  ol {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}

@media only screen and (max-width: 768px) {
  p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: normal;
  }
}

object {
  pointer-events: none;
}

a {
  text-decoration: none;
  color: #333333;
  -webkit-tap-highlight-color: transparent;
}

a:link {
  color: #333333;
}

a:visited {
  color: #333333;
  text-decoration: none;
}

a:hover {
  color: rgba(51, 51, 51, 0.5);
  text-decoration: none;
}

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

figure {
  margin: 0;
}

li img,
dt img,
dd img {
  vertical-align: middle;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

table {
  margin: 0 auto;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0px;
}

table th,
table td {
  padding: 10px;
}

h1,
h2,
h3,
h4,
h5 {
  clear: both;
  margin: 0;
  padding: 0;
}

.logo_color {
  color: #390A06;
}

#breadcrumbs {
  background-color: #0190ce;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 15px 0;
}

#breadcrumbs ul {
  max-width: 1200px;
  margin: 0 auto;
}

#breadcrumbs ul li {
  display: inline-block;
  color: #ffffff;
}

#breadcrumbs ul li:after {
  content: "\3e";
  margin: 0 5px;
  color: #ffffff;
}

#breadcrumbs ul li:last-of-type:after {
  content: none;
}

#breadcrumbs ul li a {
  color: #ffffff;
}

@media only screen and (max-width: 768px) {
  #breadcrumbs {
    display: none;
  }
}

.item_table *,
.item_table *:before,
.item_table *:after,
.outline_table *,
.outline_table *:before,
.outline_table *:after,
.case_table *,
.case_table *:before,
.case_table *:after {
  box-sizing: border-box;
}

.item_table,
.outline_table {
  margin: 20px 0;
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  font-size: 1.6rem;
}

.item_table th,
.item_table td {
  padding: 10px;
  border: 1px solid #dddddd;
}

.outline_table th,
.outline_table td {
  padding: 10px;
  border-bottom: 1px solid #dddddd;
}

.item_table th {
  width: 30%;
  text-align: left;
  background: #f2f2f2;
}

.outline_table th {
  width: 20%;
  text-align: left;
  font-weight: 400;
}

.case_table {
  width: 100%;
  border-collapse: collapse;
  border-right: 1px solid #dddddd;
  font-size: 16px;
  font-size: 1.6rem;
}

.case_table thead th {
  padding: 10px 15px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background: #f2f2f2;
}

.case_table thead th:first-child {
  width: 15%;
}

.case_table thead th:last-child {
  border-right: 1px solid #dddddd;
}

.case_table tbody th {
  padding: 10px 15px;
  vertical-align: top;
  border-bottom: 1px solid #ffffff;
  background: #f4f4f4;
  white-space: nowrap;
}

.case_table tbody tr:last-child th {
  border-bottom: 1px solid #dddddd;
}

.case_table tbody td {
  padding: 10px 15px;
  vertical-align: top;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  background: #ffffff;
}

@media only screen and (max-width: 768px) {
  .item_table,
  .outline_table {
    margin: 0;
  }
  .item_table th,
  .item_table td,
  .outline_table th,
  .outline_table td {
    width: 100%;
    display: block;
    border-top: none;
  }
  .item_table tr:first-child th {
    border-top: 1px solid #dddddd;
  }
  .outline_table th {
    border-bottom: 0;
    padding-bottom: 0;
    font-weight: 700;
  }
  .case_table thead {
    display: none;
  }
  .case_table tbody th {
    display: block;
  }
  .case_table tbody td {
    display: block;
    padding: 10px 5px;
  }
  .case_table tbody td::before {
    font-weight: bold;
    padding: 0.5em 0;
    content: attr(label);
  }
  .case_table tbody td p {
    padding: 0.5em 0 0 1em;
    margin: 0;
  }
}

ul.list_01 {
  margin: 20px auto;
  width: 90%;
  box-shadow: 0px 0px 3px #d0d5d8;
  border: solid 1px #0190ce;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
  background: #fafafa;
  font-size: 14px;
  font-size: 1.4rem;
}

ul.list_01 li {
  line-height: 1.5;
  padding: 0.5em 0 0 0;
  position: relative;
}

ul.list_01 li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  position: absolute;
  left: -16px;
  top: 10px;
  /*左端からのアイコンまで*/
  color: #0190ce;
  /*アイコン色*/
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
}

a.btn_01 {
  display: block;
  position: relative;
  max-width: 320px;
  padding: 0.8em;
  text-align: center;
  text-decoration: none;
  color: #0190ce;
  border: 2px solid #0190ce;
  border-radius: 3px;
  -webkit-transition: .4s;
  transition: .4s;
  position: relative;
  z-index: 1 !important;
  cursor: pointer;
  font-size: 14px;
  font-size: 1.4rem;
}

a.btn_01:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 10px;
  content: "";
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 3px solid #0190ce;
  border-right: 3px solid #0190ce;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

a.btn_01:hover {
  background: #0190ce;
  color: #ffffff;
}

a.btn_01:hover:before {
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}

.btn_right {
  margin: 20px 0 20px auto;
}

a.btn_02 {
  display: block;
  position: relative;
  max-width: 320px;
  padding: 0.8em;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 1px solid #0190ce;
  background: #0190ce;
  overflow: hidden;
  z-index: 1 !important;
  margin: 20px auto;
  cursor: pointer;
  font-size: 14px;
  font-size: 1.4rem;
}

a.btn_02:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 100%;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}

a.btn_02:hover {
  color: #da3c41;
}

a.btn_02:hover:after {
  height: 250%;
  opacity: 1;
}

a.btn_02:active:after {
  height: 350%;
  opacity: 1;
}

a.btn_03 {
  display: block;
  max-width: 320px;
  padding: 0.8em;
  text-align: center;
  text-decoration: none;
  color: #0190ce;
  border: 2px solid #0190ce;
  border-radius: 3px;
  -webkit-transition: .4s;
  transition: .4s;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 20px auto;
}

a.btn_03:hover {
  background: #0190ce;
  color: #ffffff;
}

.ar_link {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  vertical-align: middle;
  text-decoration: none;
}

.ar_link:before {
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 1px solid #0190ce;
  border-right: 1px solid #0190ce;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.doc_pdf {
  position: relative;
  top: 0;
  display: inline-block;
  padding: 0 3px 0 1em;
  vertical-align: middle;
  text-decoration: none;
  margin-left: 5px;
  color: #0190ce !important;
  border-bottom: 2px solid transparent;
}

.doc_pdf:before {
  font-family: "Font Awesome 5 Free";
  content: '\f1c1';
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
}

.doc_pdf:hover {
  border-bottom: 2px solid #0190ce;
}

.link_block:hover {
  cursor: pointer;
}

.attention {
  margin: 20px 0;
  padding: 10px;
  padding-bottom: 10px !important;
  border: 1px solid #0190ce;
}

.sm_txt {
  font-size: 14px !important;
  font-size: 1.4rem !important;
}

p.right {
  text-align: right;
}

.pc_none {
  display: none;
}

.sp_none {
  display: block;
}

@media only screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
}

header {
  background-color: #278dc6;
  font-size: 0;
}

header h1 {
  max-width: 1200px;
  margin: 0 auto;
}

header img {
  background-color: #ffffff;
  padding-left: 10px;
}

@media only screen and (max-width: 768px) {
  header img {
    width: 70%;
  }
}

#mv {
  background: #ffffff url(../images/grace_201907/bg_01.jpg) center top repeat-x;
  background-size: cover;
  text-align: center;
  padding: 30px 0;
}

@media only screen and (max-width: 768px) {
  #mv {
    padding: 15px 0;
  }
  #mv img {
    width: 90%;
  }
}

#content01 {
  background: #ffffff url(../images/grace_201907/bg_06.png) center top repeat-x;
  text-align: center;
  font-size: 0;
}

#content02 {
  background: #ffffff url(../images/grace_201907/bg_03.jpg) center top repeat-x;
  background-size: cover;
  text-align: center;
}

#content02 ul.c01 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#content02 ul.c01 li {
  padding-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  #content02 {
    padding-top: 20px;
  }
  #content02 h2 img {
    width: 80%;
  }
  #content02 ul.c01 {
    padding: 20px 0 0;
  }
  #content02 ul.c01 li {
    padding-bottom: 15px;
    width: calc(100% / 2 - 10px);
  }
}

.cv ul {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cv ul li {
  padding: 10px;
  color: #ffffff;
  font-size: 30px;
  font-size: 3rem;
}

@media only screen and (max-width: 768px) {
  .cv ul {
    padding: 25px 0;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cv ul li {
    font-size: 20px;
    font-size: 2rem;
    padding: 5px;
  }
  .cv ul li img {
    width: 80%;
  }
}

#content03 {
  background: #ffffff url(../images/grace_201907/bg_04.jpg) center top repeat-x;
  background-size: cover;
  text-align: center;
  padding-top: 50px;
}

#content03 ul.c02 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#content03 ul.c02 li {
  padding-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  #content03 {
    padding-top: 30px;
  }
  #content03 h2 img {
    width: 80%;
  }
  #content03 ul.c02 {
    padding: 25px 0;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #content03 ul.c02 li {
    padding-bottom: 0px;
  }
  #content03 ul.c02 li img {
    width: 80%;
  }
}

#content04 {
  background: #ffffff url(../images/grace_201907/bg_05.jpg) center top repeat-x;
  background-size: cover;
  text-align: center;
  padding-top: 50px;
}

.point_block {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.point_block .point_box {
  background: #ffffff url(../images/grace_201907/bg_item.png);
  width: calc(100% / 2 - 20px);
  text-align: left;
  border: 5px solid #cccccc;
  padding: 20px;
  margin-bottom: 50px;
}

.point_block .point_box p {
  padding-top: 1em;
  font-size: 33px;
  font-size: 3.3rem;
  line-height: 1.5;
  color: #727171;
}

@media only screen and (max-width: 768px) {
  #content04 {
    padding-top: 30px;
  }
  #content04 h2 img {
    width: 80%;
  }
  .point_block {
    padding: 20px 0 0;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .point_block .point_box {
    background: #ffffff url(../images/grace_201907/bg_item.png);
    width: 80%;
    padding: 10px;
    margin-bottom: 20px;
  }
  .point_block .point_box img {
    width: 90%;
  }
  .point_block .point_box p {
    padding-top: 1em;
    font-size: 20px;
    font-size: 2rem;
  }
}

footer {
  max-width: 950px;
  margin: 0 auto;
  padding: 50px 0;
}

footer .address_block {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
}

footer .address_block .foot_logo {
  margin-right: 10px;
}

footer .address_block ul.foot_address li:first-child {
  font-size: 18px;
  font-size: 1.8rem;
  padding-bottom: 5px;
}

footer .address_block ul.foot_address li:last-child {
  font-size: 18px;
  font-size: 1.8rem;
  padding-top: 5px;
}

footer .shop_schedule {
  background-color: #efefef;
  margin-bottom: 10px;
}

footer .shop_schedule ul {
  text-align: center;
}

footer .shop_schedule ul li {
  display: inline-block;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 5px 0;
}

footer .shop_schedule ul li span {
  color: #bfc0c0;
}

@media only screen and (max-width: 768px) {
  footer {
    padding: 20px 10px;
  }
  footer .address_block {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
  }
  footer .address_block ul.foot_address li:first-child {
    font-size: 12px;
    font-size: 1.2rem;
    padding-bottom: 15px;
  }
  footer .address_block ul.foot_address li:last-child {
    font-size: 12px;
    font-size: 1.2rem;
    padding-top: 15px;
  }
  footer .shop_schedule ul {
    text-align: center;
  }
  footer .shop_schedule ul li {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
