/*
Theme Name: qbdatsumou
 */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

/* version */
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  background: #fff;
  font-family: "Noto Sans Japanese", "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Roboto, "Droid Sans", Arial, "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 14px;
  font-size: 1.4em;
  line-height: 1.4;
  color: #302F2F;
  height: auto !important;
  overflow: hidden;
}

main {
  overflow: hidden;
}

figure {
  margin: 0;
  text-align: center;
}

figure figcaption {
  margin-top: 0.5em;
  text-align: left;
}

a {
  color: #302F2F;
  text-decoration: underline;
}

a:hover {
  color: #302F2F;
  text-decoration: none;
}

.highlight a {
  color: #302F2F;
}

.highlight a:hover {
  color: #302F2F;
}

img {
  vertical-align: middle;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

img.circle {
  border-radius: 50%;
}

p {
  margin: 0.5em 0 1em;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

ol,
ul {
  margin: 0 0 1em;
  padding: 0 0 0 2.5em;
  line-height: 1.6;
}

ol:last-child,
ul:last-child {
  margin-bottom: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0.5em 0;
  padding-left: 2em;
}

ol ol:last-child,
ol ul:last-child,
ul ol:last-child,
ul ul:last-child {
  margin-bottom: 0.5em;
}

ul.list-unstyled {
  padding-left: 0;
  list-style: none;
}

ul.list-unstyled ol,
ul.list-unstyled ul {
  padding-left: 2em;
}

ul.list-inline {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -7px;
  font-size: 0px;
  font-size: 0rem;
  margin-bottom: 14px;
}

ul.list-inline > li {
  display: inline;
  padding-left: 7px;
  padding-right: 7px;
  white-space: nowrap;
  font-size: 14px;
  font-size: 1.4rem;
}

dl {
  margin: 0 0 1em;
  line-height: 1.6;
}

dl:last-child {
  margin-bottom: 0;
}

dl dt {
  font-weight: bold;
}

dl dd {
  margin-left: 0;
  margin-bottom: 0.5em;
}

dl dd:last-child {
  margin-bottom: 0;
}

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

td,
th {
  padding: 0;
}

main section {
  margin-bottom: 10%;
}

main section.highlight:last-child {
  margin-bottom: 0;
  padding-bottom: 10%;
}

.sp-mask {
  transition: none !important;
}

.highlight {
  padding: 4% 0;
  background: rgba(41, 105, 177, 0.05);
  color: #302F2F;
}

#swipebox-overlay {
  z-index: 10000002 !important;
}

@media (min-width: 768px) {
  p {
    margin: 0.5em 0 1em;
  }
  dl.dl-horizontal {
    overflow: hidden;
  }
  dl.dl-horizontal dt {
    float: left;
    clear: left;
    margin-right: 1em;
  }
  dl.dl-horizontal dd {
    float: left;
  }
  main section {
    margin-bottom: 5%;
  }
  main section:last-child {
    margin-bottom: 7%;
  }
  main section.highlight:last-child {
    margin-bottom: 0;
    padding-bottom: 7%;
  }
}

@media (max-width: 767px) {
  .tile:not(.sp-tile) > * {
    height: auto !important;
  }
}

@media (min-width: 768px) {
  .gutters .row.row_inline {
    letter-spacing: -.40em;
  }
  .gutters .row.row_inline > .col {
    letter-spacing: normal;
    vertical-align: top;
    display: inline-block;
    float: none;
    margin-bottom: 5%;
  }
  .gutters .row.row_inline .span_1:nth-child(12n+1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_2:nth-child(6n+1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_3:nth-child(4n+1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_4:nth-child(3n+1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_5:nth-child(2n+1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_6:nth-child(2n+1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_7 {
    width: 57.5%;
  }
  .gutters .row.row_inline .span_8 {
    width: 66%;
  }
  .gutters .row.row_inline .span_9 {
    width: 74.5%;
  }
  .gutters .row.row_inline .span_10 {
    width: 83%;
  }
  .gutters .row.row_inline .span_11 {
    width: 91.5%;
  }
  .gutters .row.row_inline .span_12 {
    width: 100%;
  }
}

main .column_main,
main .column_sub {
  overflow: hidden;
  min-height: 100px;
}

main .column_main .widget_header,
main .column_sub .widget_header {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0.5em;
  margin-bottom: 0;
}

main .column_main .widget_header + *:not(.calendar_wrap),
main .column_sub .widget_header + *:not(.calendar_wrap) {
  padding: 0;
  margin: 0 auto 1em;
}

main .column_main .widget_header + .textwidget,
main .column_sub .widget_header + .textwidget {
  padding: 10px 0;
}

main .column_main .widget_wrap .menu,
main .column_main .widget_wrap > ul,
main .column_sub .widget_wrap .menu,
main .column_sub .widget_wrap > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

main .column_main .widget_wrap .menu ul,
main .column_main .widget_wrap > ul ul,
main .column_sub .widget_wrap .menu ul,
main .column_sub .widget_wrap > ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

main .column_main .widget_wrap .menu li,
main .column_main .widget_wrap > ul li,
main .column_sub .widget_wrap .menu li,
main .column_sub .widget_wrap > ul li {
  padding: 0.5em 0.7em;
  border-bottom: 1px solid #ccc;
}

main .column_main .widget_wrap .menu li:last-child,
main .column_main .widget_wrap > ul li:last-child,
main .column_sub .widget_wrap .menu li:last-child,
main .column_sub .widget_wrap > ul li:last-child {
  border-bottom: 0;
}

main .column_main .widget_wrap .menu li a,
main .column_main .widget_wrap > ul li a,
main .column_sub .widget_wrap .menu li a,
main .column_sub .widget_wrap > ul li a {
  display: block;
  text-decoration: none;
}

main .column_main .widget_wrap .menu li a:hover,
main .column_main .widget_wrap > ul li a:hover,
main .column_sub .widget_wrap .menu li a:hover,
main .column_sub .widget_wrap > ul li a:hover {
  text-decoration: underline;
}

main .column_main .widget_wrap ul > li.page_item,
main .column_sub .widget_wrap ul > li.page_item {
  border-bottom: #ccc solid 1px;
}

main .column_main .widget_wrap ul > li.page_item.page_item_has_children,
main .column_sub .widget_wrap ul > li.page_item.page_item_has_children {
  padding: 0.5em 0.7em 0.2em !important;
}

main .column_main .widget_wrap ul > li.page_item .children,
main .column_sub .widget_wrap ul > li.page_item .children {
  border-top: #eee solid 1px;
  margin: 0.5em 0 0 !important;
}

main .column_main .widget_wrap ul > li.page_item .children li,
main .column_sub .widget_wrap ul > li.page_item .children li {
  font-weight: normal;
  border-bottom: #eee solid 1px;
  font-size: 96%;
  padding: 0.5em 0.7em 0.5em 1em;
  position: relative;
}

main .column_main .widget_wrap ul > li.page_item .children li:before,
main .column_sub .widget_wrap ul > li.page_item .children li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 5px;
  height: 5px;
  background: rgba(54, 46, 43, 0.4);
  border-radius: 2.5px;
}

main .column_main .widget_wrap ul > li.page_item .children li li:before,
main .column_sub .widget_wrap ul > li.page_item .children li li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 5px;
  height: 5px;
  background: rgba(54, 46, 43, 0.15);
  border-radius: 0;
}

@media (max-width: 900px) {
  .gutters .span_3.column_sub,
  .gutters .span_9.column_main {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 600px) and (max-width: 900px) {
  .gutters .span_3.column_sub .sidebar {
    letter-spacing: -.40em;
  }
  .gutters .span_3.column_sub .sidebar .widget_wrap {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-left: 2%;
  }
  .gutters .span_3.column_sub .sidebar .widget_wrap:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 1000px;
  }
}

@media (min-width: 1024px) {
  .container {
    padding: 0 10px;
  }
}

.article_button {
  margin-top: 5%;
}

@media (min-width: 768px) {
  .article_detail:not(.reverse) .col.span_12 + .span_4,
  .article_list:not(.reverse) .col.span_12 + .span_4 {
    margin-left: 0;
  }
  .article_detail.reverse .col.span_12,
  .article_list.reverse .col.span_12 {
    margin-left: 0;
  }
}

.sidebar {
  visibility: hidden;
}

.sidebar > .widget_wrap {
  visibility: visible;
}

.gutters .col.span_12 + .span_12 {
  margin-left: 0;
}

.sitemap {
  padding: 0;
  margin: 0;
  border-top: 1px solid #ccc;
}

.sitemap li {
  list-style: none;
  padding: 10px 0 10px 15px;
  border-bottom: 1px solid #ccc;
}

.sitemap li > ul {
  padding: 0;
  border-top: #ccc solid 1px;
}

.sitemap li > ul > li {
  border-bottom: 1px solid #ccc;
  position: relative;
}

.sitemap li > ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 25px;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 3px;
}

.sitemap li > ul > li:last-child {
  border-bottom: none;
  padding: 10px 0 0 15px;
}

.sitemap li > ul > li .children > li {
  padding: 10px 0 0 15px;
}

.sitemap li > ul > li .children > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 25px;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 0;
}

.sitemap a {
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: none;
}

.sitemap a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .sitemap a {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.parallax_h1 {
  height: 250px;
  position: relative;
}

.parallax_h1:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.3);
}

.parallax_h1 h1 {
  color: #fff;
}

.parallax_h1 h1:after, .parallax_h1 h1:before {
  background: #fff;
}

@media (min-width: 768px) {
  .parallax_h1 {
    height: 450px;
  }
}

.map_wide #map_canvas,
.map_wide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map_wide img {
  max-width: none;
}

.slick-track {
  margin: 0 auto;
}

.col dl p {
  line-height: 1.4;
  margin: 0;
}

.col p {
  line-height: 1.8;
}

.container {
  padding: 0 10px;
}

@media (min-width: 1020px) {
  .container {
    padding: 0;
  }
}

.container .container {
  padding: 0;
}

#fb-root,
.fb-page {
  font-family: "lucida grande", tahoma, verdana, arial, "hiragino kaku gothic pro",meiryo,"ms pgothic",sans-serif !important;
}

#swipebox-overlay {
  background: rgba(13, 13, 13, 0.8);
}

header {
  position: relative;
  z-index: 100;
  width: 100%;
  background: #fff;
  color: #302F2F;
}

header .row {
  margin: 0 3%;
}

@media (max-width: 767px) {
  header .container .row {
    margin: 0;
  }
}

header .title {
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  height: 41px;
  margin-top: 12px;
}

@media screen and (max-width: 1400px) {
  header .title a {
    display: inline-block;
    position: absolute;
    left: calc(3% + 50px);
  }
}

@media screen and (max-width: 1400px) and (min-width: 1001px) {
  header .title a {
    position: absolute;
    left: 3%;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  header .title a {
    display: inline-block;
    position: absolute;
    left: calc(3% + 95px);
    top: 17px;
    width:100%;
    padding-right:200px;
  }
}

@media screen and (max-width: 500px) {
  header .title a {
    left: calc(3% + 50px);
  }
}

header .title img,
header .title object {
  pointer-events: none;
  width:100%;
  max-width: 454px;
  /*height: 65px;*/
  height:auto;
}


@media screen and (max-width: 840px) and (min-width: 768px) {
header .title img,
header .title object {
  max-width:calc(100% - 170px);
}

}

@media (max-width: 767px) {
  header .title img,
  header .title object {
    width: 134px;
    height: 19.18502px;
    min-height: 45px;
    height:auto;
    min-height:auto;
  }
}

@media screen and (max-width: 600px) {
  header .title img,
  header .title object {
     width: 120px;
    max-width: auto;
  }
}


header .global_nav > ul {
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #b3b3b3;
}

@media (min-width: 768px) {
  header .global_nav > ul {
    left: auto;
    width: 100% !important;
  }
}

header .global_nav > ul > li {
  border-bottom: 1px solid #b3b3b3;
}

header .global_nav > ul > li a {
  display: block;
  padding: 1em;
  text-decoration: none;
  color: #fff;
  background: rgba(41, 105, 177, 0.9);
}

header .global_nav > ul > li a:hover {
  color: #fff;
}

header .global_nav > ul > li a:active {
  background: #2969B1;
  color: #fff;
}

header .global_nav > ul > li > a {
  background: rgba(41, 105, 177, 0.9);
}

header .global_nav .menu_icon {
  position: absolute;
  top: 34px;
  left: 3%;
  z-index: 100;
    width:40px;
    height:40px;
    padding: 10px;
  background: #2969B1;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  header .global_nav .menu_icon {
    top: 45px;
    width:80px;
    height:80px;
    padding: 20px;
  }
}


@media screen and (max-width: 500px) {
  header .global_nav .menu_icon {
    width:40px;
    height:40px;
    padding: 10px;
  }
}

header .global_nav .menu_icon a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;;
  padding: 0;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  overflow: hidden;
}

header .global_nav .menu_icon a:after, header .global_nav .menu_icon a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  background: #fff;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

header .global_nav .menu_icon a:before {
  top: 0;
}

header .global_nav .menu_icon a:after {
  bottom: 0;
}

header .global_nav .menu_icon a span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  background: #fff;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

header .global_nav .menu_icon a:after, header .global_nav .menu_icon a:before,
header .global_nav .menu_icon a span{
  height: 4px;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
header .global_nav .menu_icon a:after, header .global_nav .menu_icon a:before,
header .global_nav .menu_icon a span{
  height: 8px;
}
}
@media screen and (max-width: 500px) {
header .global_nav .menu_icon a:after, header .global_nav .menu_icon a:before,
header .global_nav .menu_icon a span{
  height: 4px;
}
}

header .global_nav .menu_icon a.close:not(.fix) {
  background: none;
}

header .global_nav .menu_icon a.close:not(.fix):before {
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  background: #fff;
}

header .global_nav .menu_icon a.close:not(.fix):after {
  bottom: 50%;
  -webkit-transform: translate(0, 50%) rotate(-45deg);
          transform: translate(0, 50%) rotate(-45deg);
  background: #fff;
}

header .global_nav .menu_icon a.close:not(.fix) span {
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}

header .global_nav > ul {
  -webkit-transform-origin: center top;
          transform-origin: center top;
  visibility: hidden;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
}

header.menu_open .global_nav > ul {
  visibility: visible;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}

#google_translate_element,
.translate_gt {
  position: absolute;
  top: 50%;
  right: 15%;
  margin-top: -12px;
}

.translate_gt {
  margin-top: -14px;
}

@media (min-width: 1000px) {
  header .row {
    margin: 0;
  }
  header .container {
    max-width: none;
  }
  header .global_nav,
  header .title {
    margin: 0;
    vertical-align: middle;
  }
  header .title {
    max-width: none;
    max-width: none;
    padding: 20px 0;
    width: 454px;
    margin: 0 auto;
  }
  header .global_nav {
    text-align: right;
    width: 100%;
    padding: 0;
    padding: 10px 0;
    text-align: center;
    padding: 0 0 15px;
    vertical-align: bottom;
  }
  header .global_nav > ul {
    position: static;
    display: inline-block;
    width: auto;
    border: none;
    background: none;
    visibility: visible;
    font-size: 0px;
    font-size: 0rem;
    -webkit-transform: none;
            transform: none;
    text-align: left;
    overflow: visible;
    max-width: none;
    max-width: 1000px;
  }
  header .global_nav > ul > li {
    display: inline-block;
    vertical-align: middle;
    border: none;
    line-height: 1.5;
    border-left: 1px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  header .global_nav > ul > li:not(.gnav_search) {
    text-align: center;
  }
  header .global_nav > ul > li:not(.gnav_search) > a {
    position: relative;
  }
  header .global_nav > ul > li:not(:first-child) > a:before {
    content: '';
    display: block;
    position: absolute;
    top: 18px;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 17px;
    background: #302F2F;
  }
  header .global_nav > ul > li > a {
    display: inline-block;
    vertical-align: middle;
    color: #302F2F;
    text-decoration: none;
    background: transparent;
    text-align: center;
    transition: 0.3s;
    border-bottom: 2px solid transparent;
    padding: 0.3em 1.5em;
  }
}

@media (min-width: 1000px) and (max-width: 900px) {
  header .global_nav > ul > li > a {
    padding: 0.3em 1.5em;
  }
}

@media (min-width: 1000px) {
  header .global_nav > ul > li > a:hover {
    border-bottom: 2px solid #2969B1;
    color: #2969B1;
  }
  header .global_nav > ul > li > a:active {
    background: none;
  }
  header .global_nav > ul > li > a span {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
  }
  header .global_nav .menu_icon {
    display: none;
  }
  #google_translate_element,
  .translate_gt {
    position: static;
    float: right;
    margin-top: 3px;
    margin-left: 1em;
  }
  .translate_gt {
    margin-top: 0;
  }
}
  br.no_br{
  	display:block;
  }
@media (max-width: 767px) {
  header .global_nav > ul > li > a > br,
  header .global_nav > ul > li > a > span {
    display: none;
  }
  br.no_br{
  	display:none;
  }
}

.hdr_info_wrap {
  display: block;
}

@media (min-width: 1000px) {
  .hdr_info_wrap {
    display: block;
  }
}

.hdr_info_wrap .hdr_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 10px;
  top: 28px;
  right: 3%;
}

.hdr_info_wrap .hdr_info a {
  border-radius: 10px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  letter-spacing: 0.04em;
  text-decoration: none;
  border: solid 1px #2969B1;
  padding: 0.6em;
}

.hdr_info_wrap .hdr_info a figure {
  margin-right: 6px;
}

.hdr_info_wrap .hdr_info a p {
  margin: 0;
}

.hdr_info_wrap .hdr_info a:first-of-type {
  background: #2969B1;
  color: #fff;
  margin-right: 10px;
}

.hdr_info_wrap .hdr_info a:last-of-type {
  color: #2969B1;
}

@media screen and (max-width: 1000px) {
  .hdr_info_wrap .hdr_info {
    display: none;
  }
}

@media screen and (min-width: 1001px) {
  .hdr_info_wrap .sp_hdr_info {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .hdr_info_wrap .sp_hdr_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    right: 3%;
    top: 0;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .hdr_info_wrap .sp_hdr_info {
    top: 25px;
  }
}

@media screen and (max-width: 767px) {
.hdr_info_wrap .sp_hdr_info{
	top:7px;
}
}

@media screen and (max-width: 1000px) {
  .hdr_info_wrap .sp_hdr_info a {
    border-radius: 10px;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    letter-spacing: 0.04em;
    text-decoration: none;
    border: solid 1px #2969B1;
    padding: 0.6em;
  }
  .hdr_info_wrap .sp_hdr_info a:first-of-type {
    background: #2969B1;
    color: #fff;
    margin-right: 10px;
  }
  .hdr_info_wrap .sp_hdr_info a:first-of-type figure {
    margin-right: 6px;
  }
  .hdr_info_wrap .sp_hdr_info a:first-of-type p {
    margin: 0;
    font-size: 1.0rem;
  }
  .hdr_info_wrap .sp_hdr_info a:last-of-type {
    color: #2969B1;
  }
}

footer {
  position: relative;
}

footer nav {
  text-align: center;
}

footer nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer nav ul li + li {
  border-top: 1px solid #b3b3b3;
}

footer nav a {
  display: block;
  padding: 0.7em 0;
  text-decoration: none;
}

footer nav a:hover {
  text-decoration: underline;
}

footer .footer_copyright_wrap {
  text-align: center;
}

footer .footer_copyright_wrap p {
  padding: 1em 0.3em;
}

@media (min-width: 768px) {
  footer .row:not(:last-child) {
    margin-bottom: 5px;
  }
  footer nav {
    text-align: center;
    padding: 0.7em 0 0;
  }
  footer nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0px;
    font-size: 0rem;
    white-space: normal;
  }
  footer nav ul > li {
    display: inline;
    padding-left: 0;
    padding-right: 0;
    white-space: nowrap;
    font-size: 14px;
    font-size: 1.4rem;
  }
  footer nav ul li {
    line-height: 1.5;
    white-space: normal;
  }
  footer nav ul li + li {
    border: 0;
  }
  footer nav ul li:not(:first-child):before {
    content: "|";
    margin-right: 0.3em;
    margin-left: 0.3em;
  }
  footer nav a {
    display: inline;
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  footer nav ul li.tablet-break:after {
    content: "\A";
    white-space: pre;
  }
  footer nav ul li.tablet-break + li:before {
    display: none;
  }
}

/*
 * フッターパターンA(footer pattern A)
 */
footer {
  background: #2969B1;
  color: #fff;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #fff;
}

@media (min-width: 768px) {
  footer .container .row .col {
    float: none;
    width: 100%;
  }
  footer .container .row nav ul {
    display: inline-block;
  }
  footer .container .row nav a {
    display: inline-block;
    padding: 0.3em;
  }
}

.slider-pro.contents {
  overflow: hidden;
  margin: 0 auto !important;
}

.slider-pro.contents .sp-caption-container {
  width: 90%;
  margin: 0 auto;
  padding: 10px;
}

.slider-pro.contents .sp-caption-container h3 {
  margin: 0 0 15px;
  font-size: 14px;
  font-size: 1.4rem;
}

.slider-pro.contents .sp-caption-container h3:last-child {
  margin-bottom: 0;
}

.slider-pro.contents .sp-caption-container p {
  font-size: 13px;
  font-size: 1.3rem;
}

.slider-pro.contents.sp-horizontal .sp-previous-arrow {
  left: 10px;
  margin-top: 180px;
}

.slider-pro.contents.sp-horizontal .sp-next-arrow {
  right: 10px;
  margin-top: 180px;
}

.slider-pro.contents .sp-next-arrow:after,
.slider-pro.contents .sp-next-arrow:before,
.slider-pro.contents .sp-previous-arrow:after,
.slider-pro.contents .sp-previous-arrow:before {
  background-color: #2969B1;
}

@media (max-width: 767px) {
  .slider-pro.contents .sp-arrow {
    width: 10px;
    height: 15px;
  }
}

@media (min-width: 768px) {
  .slider-pro.contents .sp-caption-container {
    width: 450px;
    min-height: 40px;
    margin: 10px auto 0;
    border-right: 1px dashed #999;
    border-left: 1px dashed #999;
  }
  .slider-pro.contents .sp-arrow {
    width: 10px;
    height: 15px;
  }
  .slider-pro.contents.sp-horizontal .sp-previous-arrow {
    left: 50%;
    margin-top: 187.5px;
    margin-left: -230px;
  }
  .slider-pro.contents.sp-horizontal .sp-next-arrow {
    right: 50%;
    margin-top: 187.5px;
    margin-right: -230px;
  }
}

.slider-pro.center {
  overflow: hidden;
  width: 100%;
}

.slider-pro.center .sp-button {
  border: none;
  background: #d2d2d2;
}

.slider-pro.center .sp-selected-button {
  background: #2969B1;
}

.slider-pro.center.sp-horizontal .sp-arrows {
  left: 0;
  right: 0;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.slider-pro.center.sp-horizontal .sp-previous-arrow {
  left: 10px;
}

.slider-pro.center.sp-horizontal .sp-next-arrow {
  right: 10px;
}

.slider-pro.center .sp-previous-arrow,
.slider-pro.center .sp-next-arrow {
  width: 30px;
  height: 30px;
  background-color: rgba(41, 105, 177, 0.7);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 8px;
}

.slider-pro.center .sp-previous-arrow {
  background-image: url(/wp-content/uploads/arrow_left_wh.png);
}

.slider-pro.center .sp-next-arrow {
  background-image: url(/wp-content/uploads/arrow_right_wh.png);
}

.slider-pro.center .sp-next-arrow:after,
.slider-pro.center .sp-next-arrow:before,
.slider-pro.center .sp-previous-arrow:after,
.slider-pro.center .sp-previous-arrow:before {
  display: none;
}

.slider-pro.center .sp-layer {
  line-height: 1.2;
  white-space: normal !important;
  font-size: 20px;
  font-size: 2rem;
  color: #302F2F;
}

.slider-pro.center .sp-layer small {
  font-size: 14px;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .slider-pro.center .sp-layer {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .slider-pro.center .sp-padding {
    padding: 35px;
  }
}

@media (min-width: 1100px) {
  .slider-pro.center.sp-horizontal .sp-previous-arrow {
    left: -15px;
  }
  .slider-pro.center.sp-horizontal .sp-next-arrow {
    right: -15px;
  }
}

.slider-pro.wide {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto 10px;
}

.slider-pro.wide .sp-buttons {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  right: 10px;
  width: auto;
  padding-top: 0;
  text-align: right;
}

.slider-pro.wide .sp-button {
  border: none;
  background: #d2d2d2;
}

.slider-pro.wide .sp-selected-button {
  background: #2969B1;
}

.slider-pro.wide .sp-previous-arrow,
.slider-pro.wide .sp-next-arrow {
  z-index: 2;
}

.slider-pro.wide .sp-next-arrow:after,
.slider-pro.wide .sp-next-arrow:before,
.slider-pro.wide .sp-previous-arrow:after,
.slider-pro.wide .sp-previous-arrow:before {
  color: #fff;
}

.slider-pro.wide .hps-slider-mask {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider-pro.wide .hps-slider-mask.stripe {
  background-color: rgba(255, 255, 255, 0.2);
  background-image: url(/wp-content/uploads/mask_stripe.png);
}

.slider-pro.wide .hps-slider-copy {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 50px;
  color: #302F2F;
  text-align: left;
  font-size: 12px;
  font-size: 1.2rem;
}

.slider-pro.wide .hps-slider-copy .lead {
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  color: #302F2F;
}

.slider-pro.wide.disable-arrows .hps-slider-copy {
  padding: 0 10px;
}

.slider-pro.wide .hps-slider-scroll {
  display: none;
}

@media (max-width: 767px) {
  .slider-pro.wide.sp-disable-arrows .hps-slider-copy {
    padding: 0 10px;
  }
}

@media (min-width: 768px) {
  .slider-pro.wide .sp-buttons {
    bottom: 20px;
    right: 25px;
  }
  .slider-pro.wide .sp-button {
    width: 18px;
    height: 18px;
    margin: 0 10px;
  }
  .slider-pro.wide .hps-slider-copy {
    text-align: center;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.8;
  }
  .slider-pro.wide .hps-slider-copy .lead {
    font-size: 46px;
    font-size: 4.6rem;
  }
  .slider-pro.wide .hps-slider-scroll {
    display: block;
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
    text-align: center;
  }
  .slider-pro.wide .hps-slider-scroll a {
    display: inline-block;
    width: 100px;
    padding-bottom: 45px;
    background: url(/wp-content/uploads/arrow_down_white.png) center bottom no-repeat;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    text-decoration: none;
  }
  .slider-pro.wide .hps-slider-scroll.text-black a {
    background: url(/wp-content/uploads/arrow_down_black.png) center bottom no-repeat;
    color: #000;
  }
}

@media (min-width: 1024px) {
  .slider-pro.wide .hps-slider-scroll {
    display: block;
    bottom: 45px;
  }
}

@media (max-width: 767px) {
  .bf-af .row:not(:last-child) {
    margin-bottom: 10%;
  }
  .bf-af .before {
    padding-bottom: 16%;
    background: url(/wp-content/uploads/arrow_down.svg) center bottom no-repeat;
    background-size: 20%;
    background-size: 45px auto;
  }
  .bf-af .after:not(:last-child) {
    margin-bottom: 10%;
  }
}

@media (min-width: 768px) {
  .bf-af {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .bf-af .before, .bf-af .after {
    display: table-cell;
    vertical-align: top;
  }
  .bf-af .before span {
    display: block;
    position: relative;
  }
  .bf-af .before span:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    background: url(/wp-content/uploads/arrow_right.svg) center center no-repeat;
    background-size: 100%;
  }
  .bf-af.col2 .before {
    width: 55%;
    padding-right: 10%;
  }
  .bf-af.col2 .after {
    width: 45%;
  }
  .bf-af.col2 .before span:after {
    width: 10%;
    right: -16%;
  }
  .bf-af.col4 .before:nth-child(1) {
    width: 24%;
    padding-left: 0;
    padding-right: 2%;
  }
  .bf-af.col4 .after:nth-child(2) {
    width: 26%;
    padding-left: 3%;
    padding-right: 1%;
  }
  .bf-af.col4 .before:nth-child(3) {
    width: 26%;
    padding-left: 1%;
    padding-right: 3%;
  }
  .bf-af.col4 .after:nth-child(4) {
    width: 24%;
    padding-left: 2%;
    padding-right: 0;
  }
  .bf-af.col4 .before span:after {
    width: 13%;
    right: -18%;
  }
}

.bread_wrap {
  margin-bottom: 2%;
}

.bread {
  overflow: hidden;
  margin: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.bread ul {
  padding: 1em 0;
  margin: 0 auto;
  float: none;
}

.bread ul li {
  list-style: none;
  position: relative;
  float: left;
  padding-right: 2em;
  margin-right: 1.5em;
}

.bread ul li a {
  text-decoration: none;
  color: #302F2F;
}

.bread ul li a:hover {
  color: #302F2F;
  text-decoration: none;
}

.bread ul li:after {
  content: '>';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.bread ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.bread ul li:last-child:after {
  content: none;
}

.button, .inquiry .wpcf7-submit {
  display: inline-block;
  min-width: 0px;
  margin: 0;
  padding: 1em 1em;
  border: 0;
  border-radius: 4px;
  line-height: 1;
  background: #2969B1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: .3s;
}

.button:hover, .inquiry .wpcf7-submit:hover {
  background: #ced4d2;
  color: #2969B1;
}

.highlight .button, .highlight .inquiry .wpcf7-submit, .inquiry .highlight .wpcf7-submit {
  color: #fff;
}

.highlight .button:hover, .highlight .inquiry .wpcf7-submit:hover, .inquiry .highlight .wpcf7-submit:hover {
  color: #2969B1;
}

.button.block, .inquiry .block.wpcf7-submit {
  display: block;
  min-width: 0;
}

.button.inverse, .inquiry .inverse.wpcf7-submit {
  border: 0;
  border-radius: 4px;
  background: #000;
  color: #fff;
}

.button.inverse:hover, .inquiry .inverse.wpcf7-submit:hover {
  background: #1a1a1a;
  color: #fff;
}

.button.cancel, .inquiry .cancel.wpcf7-submit {
  background: #888;
  color: #fff;
}

.button.cancel:hover, .inquiry .cancel.wpcf7-submit:hover {
  background: #6f6f6f;
}

.button.large, .inquiry .large.wpcf7-submit {
  padding: 1em 2em;
  font-size: 16px;
  font-size: 1.6rem;
}

.button + .button, .inquiry .wpcf7-submit + .button, .inquiry .button + .wpcf7-submit, .inquiry .wpcf7-submit + .wpcf7-submit {
  margin-left: 0.5em;
}

.button span, .inquiry .wpcf7-submit span {
  line-height: 1;
  padding-left: 20px;
  background: url(/wp-content/uploads/btn_icon.png) left center no-repeat;
  background-size: auto 14px;
}

.feature {
  color: #fff;
}

.feature h3 {
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
}

.feature img {
  width: 100%;
}

.feature .col {
  display: table;
  table-layout: fixed;
}

.feature .col:not(:last-child) {
  margin-bottom: 0;
}

.feature .col:nth-child(1) {
  background: #49afe6;
}

.feature .col:nth-child(2) {
  background: #8ed95d;
}

.feature .col:nth-child(3) {
  background: #f6aa48;
}

.feature .col:nth-child(4) {
  background: #f98282;
}

.feature .col .textbox {
  display: table-cell;
  width: 70%;
  padding: 1em 3%;
  vertical-align: middle;
}

.feature .col figure {
  display: table-cell;
  width: 30%;
  vertical-align: middle;
}

.feature .col figure:first-child img {
  text-align: left;
}

.feature .col figure:last-child img {
  text-align: right;
}

@media (min-width: 768px) {
  .feature h3 {
    margin: 10px 0 15px;
    font-size: 26px;
    font-size: 2.6rem;
  }
  .feature .col {
    display: block;
    table-layout: auto;
  }
  .feature .col .textbox {
    display: block;
    width: auto;
    height: 250px;
    padding: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .feature .col figure {
    display: inline;
    width: auto;
    vertical-align: middle;
  }
}

.grid {
  display: block;
  margin: 0;
}

.grid.row, .grid .row, .grid.col, .grid .col {
  margin: 0;
}

.has-child-grid .grid {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}

.has-child-grid .grid .col {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
}

.has-child-grid .grid .col.span_12 {
  padding: 20px 0;
}

.grid .grid-arrow {
  position: relative;
  overflow: hidden;
}

.grid .grid-arrow:after {
  content: '';
  display: block;
  position: absolute;
  right: -15px;
  bottom: -15px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: .3s;
}

.grid p {
  margin: 0;
  padding: 0.2em 0;
}

.grid a {
  color: #fff;
  text-decoration: none;
  transition: .3s;
}

.grid a > [style^="background-image"], .grid a img {
  transition: .3s;
}

.grid a:hover > [style^="background-image"], .grid a:hover img {
  opacity: 0.6;
}

.grid .grid-bg1 {
  background-color: #e74c3c;
}

.grid .grid-bg1:hover {
  background-color: #eb6d60;
}

.grid .grid-bg1:hover .grid-arrow:after {
  background-color: #df2e1b;
}

.grid .grid-bg2 {
  background-color: #3498db;
}

.grid .grid-bg2:hover {
  background-color: #57aae1;
}

.grid .grid-bg2:hover .grid-arrow:after {
  background-color: #2383c4;
}

.grid .grid-bg3 {
  background-color: #f1c40f;
}

.grid .grid-bg3:hover {
  background-color: #f3cd36;
}

.grid .grid-bg3:hover .grid-arrow:after {
  background-color: #cba50c;
}

.grid .grid-bg4 {
  background-color: #1abc9c;
}

.grid .grid-bg4:hover {
  background-color: #1fe0ba;
}

.grid .grid-bg4:hover .grid-arrow:after {
  background-color: #15987e;
}

.grid .grid-bg5 {
  background-color: #9b59b6;
}

.grid .grid-bg5:hover {
  background-color: #ac75c2;
}

.grid .grid-bg5:hover .grid-arrow:after {
  background-color: #8646a0;
}

.grid .grid-bg6 {
  background-color: #34495e;
}

.grid .grid-bg6:hover {
  background-color: #435d78;
}

.grid .grid-bg6:hover .grid-arrow:after {
  background-color: #253544;
}

.grid .grid-bg7 {
  background-color: #2ecc71;
}

.grid .grid-bg7:hover {
  background-color: #4cd787;
}

.grid .grid-bg7:hover .grid-arrow:after {
  background-color: #26ab5f;
}

.ie .grid .grid-arrow:after {
  display: none;
}

@media (min-width: 768px) {
  .grid {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
  }
  .grid .col {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .grid .col.span_12 {
    padding: 0;
  }
  .grid .col.has-child-grid > * {
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .grid p {
    margin: 0;
    padding: 0.2em 0;
  }
}

.guide figure {
  margin-bottom: 1em;
}

.guide figure img {
  width: auto;
  max-width: 100%;
}

.guide .message .contents_link {
  text-align: center;
}

@media (min-width: 768px) {
  .guide {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-top: -1em;
  }
  .guide figure {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 0;
    min-width: 0;
  }
  .guide .message {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
    padding-left: 2%;
    padding-bottom: 45px;
  }
  .guide .message.text-only {
    padding-bottom: 0;
  }
  .guide .message h2 {
    margin-bottom: 1em;
  }
  .guide .message .contents_link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .guide.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .guide.reverse .message {
    padding-left: 0;
    padding-right: 2%;
  }
  .ie .guide {
    display: table;
  }
  .ie .guide figure {
    display: table-cell;
    width: 23.5%;
    vertical-align: middle;
  }
  .ie .guide .message {
    display: table-cell;
    width: 74.5%;
    padding-left: 2%;
    vertical-align: middle;
  }
  .ie .guide.reverse .message {
    padding-left: 2%;
    padding-right: 0;
  }
}

/* お問い合わせフォーム(form liên lạc) */
.inquiry fieldset {
  margin: 0;
  padding: 20px 10px;
  border: 0;
  background: rgba(41, 105, 177, 0.05);
}

.inquiry fieldset .row {
  margin: 0;
}

.inquiry dl {
  margin: 0;
  padding: 0;
}

.inquiry dt {
  font-weight: normal;
}

.inquiry dt.col:not(:last-child) {
  margin-bottom: 1em;
}

.inquiry dd {
  margin: 0;
  padding: 0;
}

.inquiry dd:last-child {
  padding-bottom: 0;
}

.inquiry dd .confirm {
  padding: 0 0 1em 1em;
  border-bottom: 1px dashed #ccc;
}

.inquiry input[type="text"],
.inquiry input[type="url"],
.inquiry input[type="email"],
.inquiry input[type="tel"],
.inquiry input[type="date"],
.inquiry input[type="number"],
.inquiry select,
.inquiry textarea {
  width: 100%;
  padding: 5px;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
}

.inquiry input[type="number"] {
  width: 65px;
  text-align: center;
}

.inquiry input.p-postal-code {
  width: 100px;
}

.inquiry input.p-region {
  width: 100px;
}

.inquiry input.p-locality {
  width: 150px;
}

.inquiry input.p-street-address {
  width: 100%;
}

.inquiry input.p-extended-address {
  width: 100%;
}

.inquiry .submit {
  margin: 1em 0;
  text-align: center;
}

.inquiry .required {
  color: #c00;
}

.inquiry label {
  display: block;
  margin-bottom: 0.5em;
}

@media (min-width: 768px) {
  .inquiry {
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
  }
  .inquiry fieldset {
    margin: 0;
    padding: 60px;
    border: 0;
  }
  .inquiry dt {
    clear: both;
    padding: 6px 0;
  }
  .inquiry dd {
    padding-bottom: 1.5em;
  }
  .inquiry dd .confirm {
    min-height: 1.5em;
    padding: 6px 0 0;
    border: 0;
    line-height: 1.4;
  }
  .inquiry input[type="text"],
  .inquiry input[type="url"],
  .inquiry input[type="email"],
  .inquiry input[type="tel"],
  .inquiry input[type="date"],
  .inquiry input[type="text"],
  .inquiry select {
    width: 60%;
  }
  .inquiry input[type="number"] {
    width: 65px;
  }
  .inquiry input.p-postal-code {
    width: 100px;
  }
  .inquiry input.p-region {
    width: 100px;
  }
  .inquiry input.p-locality {
    width: 150px;
  }
  .inquiry input.p-street-address {
    width: 100%;
  }
  .inquiry input.p-extended-address {
    width: 100%;
  }
  .inquiry textarea {
    width: 100%;
  }
  .inquiry .submit {
    margin: 60px 0 0;
  }
  .inquiry label {
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 0;
    margin-right: 0.8em;
  }
  .gutters .inquiry dt.col {
    margin-left: 0;
  }
}

.movie {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 56.25%;
}

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.movie.ar16to9 {
  padding-top: 56.25%;
}

.movie.ar4to3 {
  padding-top: 75%;
}

.news .news_bg {
  background: rgba(41, 105, 177, 0.05);
}

.news.typeC .news_bg {
  padding: 1em;
}

.news h2 {
  color: #302F2F;
}

.news dl {
  margin: 0;
  overflow-y: auto;
  max-height: 300px;
}

.news dl dt {
  margin: 0.5em 0 0;
  padding: 0 1em;
  font-weight: normal;
}

.news dl dd {
  margin: 0.5em 0;
  padding: 0 1em 0.5em;
  border-bottom: 1px solid #ccc;
}

.news dl dd a {
  text-decoration: none;
}

.news dl dd a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .news.typeA > div {
    display: table;
    width: 100%;
    margin: 0 auto;
  }
  .news.typeA > div .heading {
    display: table-cell;
    width: 23.5%;
    vertical-align: middle;
  }
  .news.typeA h2 {
    margin: 0;
    padding: 0;
  }
  .news.typeA h2:after {
    display: none;
  }
  .news.typeA .content {
    display: table-cell;
    overflow: hidden;
    width: 74.5%;
    padding-left: 2%;
    vertical-align: middle;
  }
  .news.typeC .news_bg {
    height: 540px;
    padding: 20px;
  }
  .news.typeC dl {
    max-height: 500px;
  }
  .news dl {
    overflow-y: auto;
    max-height: 200px;
  }
  .news dl dt {
    width: 100px;
    clear: left;
    float: left;
    margin: 0;
    padding: 1em 0 1em 1em;
  }
  .news dl dd {
    margin: 0;
    padding: 1em 0 1em 0;
  }
  .news dl dt + dd {
    padding-left: 120px;
  }
}

.parallax {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.parallax.ios {
  background-attachment: scroll;
}

.parallax .parallax_contents {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.parallax .parallax_contents h1, .parallax .parallax_contents .h1 {
  margin: 0;
  padding: 1em 0;
}

.qa h3.question {
  font-size: 16px;
  font-size: 1.6rem;
  border: none;
}

.qa .question {
  position: relative;
  margin-bottom: 1em;
  padding: 1em 50px 1em 1em;
  background-color: rgba(41, 105, 177, 0.05);
  font-weight: normal;
}

.qa .question:after {
  content: none;
}

.qa .question:before {
  content: none;
}

.qa .question:hover {
  background: rgba(38, 98, 165, 0.05);
}

.qa .question.open:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.qa .answer {
  padding: 0 0 0 1em;
}

.qa .answer:not(:last-child) {
  margin-bottom: 2em;
}

.qa.qa-open .question {
  padding-right: 1em;
  cursor: default;
}

.qa.qa-open .question:hover {
  background-color: rgba(41, 105, 177, 0.05);
}

.qa.qa-open .question:after {
  display: none;
}

.qa.qa-open .answer {
  display: block;
}

.highlight .qa .question {
  background: rgba(46, 117, 198, 0.05);
}

.highlight .qa .question:hover {
  background: rgba(43, 110, 185, 0.05);
}

.highlight .qa.qa-open .question:hover {
  background: rgba(46, 117, 198, 0.05);
}

.shopinfo figure {
  max-width: 80%;
  margin: 0 auto;
}

.shopinfo address {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-style: normal;
}

.shopinfo dl {
  margin: 2em 0;
  line-height: 1.4;
}

.shopinfo dl:first-child {
  margin-top: 0;
}

.shopinfo dl dt {
  margin: 0 0 0.2em 0;
  font-weight: normal;
}

.shopinfo dl dt:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 3px;
  margin-right: 0.3em;
  vertical-align: middle;
  background: #2969B1;
}

.shopinfo dl dd {
  margin: 0 0 0.5em 1em;
  padding: 0;
}

.shopinfo .map_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 70%;
}

.shopinfo .map_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.shopinfo .map_container + p {
  margin-top: 2em;
}

.map_wide {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 70%;
}

.map_wide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.scroll .googlemap {
  pointer-events: none;
}

@media (min-width: 768px) {
  .shopinfo figure {
    max-width: 100%;
  }
  .shopinfo address {
    margin-bottom: 15px;
    text-align: left;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1;
  }
  .shopinfo dl.dl-horizontal {
    margin: 10px 0;
  }
  .shopinfo dl.dl-horizontal dd {
    margin-bottom: 0.3em;
  }
  .shopinfo .span12 .map_container {
    padding-top: 50%;
  }
  .map_wide {
    padding-top: 420px;
  }
}

.sns_icons {
  display: table;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0px;
  font-size: 0rem;
  margin: auto;
}

.sns_icons > li {
  display: inline;
  padding-left: 0;
  padding-right: 0;
  white-space: nowrap;
  font-size: 14px;
  font-size: 1.4rem;
}

.sns_icons li {
  display: inline-block;
}

.sns_icons li:not(:last-child) {
  margin-right: 10px;
}

.sns_icons a {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
  background-size: contain;
}

.sns_icons a.icon_facebook {
  background-image: url(/wp-content/uploads/icon_facebook.png);
}

.sns_icons a.icon_twitter {
  background-image: url(/wp-content/uploads/icon_twitter.png);
}

.sns_icons a.icon_line {
  background-image: url(/wp-content/uploads/icon_line.png);
}

.sns_icons a.icon_google {
  background-image: url(/wp-content/uploads/icon_google.png);
}

.sns_icons a.icon_instagram {
  background-image: url(/wp-content/uploads/icon_instagram.png);
}

footer .sns_icons {
  margin-top: 1.5em;
}

@media (min-width: 768px) {
  .sns_icons {
    margin: 0;
  }
  .sns_icons.center {
    margin: auto;
  }
  .sns_icons li:not(:last-child) {
    margin-right: 20px;
  }
  .sns_icons a {
    width: 68px;
    height: 68px;
  }
  footer .sns_icons {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col:not(:last-child) {
    margin-bottom: 1em;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure {
    overflow: hidden;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure img {
    float: left;
    width: 32%;
    margin-bottom: 10px;
    vertical-align: middle;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure figcaption {
    float: right;
    width: 66%;
    margin-top: 0;
    vertical-align: middle;
  }
  .sp_image_cols.sp_col2 .col {
    width: 49%;
  }
  .sp_image_cols.sp_col2 .col:nth-child(odd) {
    clear: both;
    float: left;
  }
  .sp_image_cols.sp_col2 .col:nth-child(even) {
    float: right;
  }
  .sp_image_cols.sp_col3 .col {
    float: left;
    width: 32%;
  }
  .sp_image_cols.sp_col3 .col:nth-child(3n+1) {
    clear: both;
    margin-right: 2%;
  }
  .sp_image_cols.sp_col3 .col:nth-child(3n) {
    float: right;
  }
  .sp_image_left {
    overflow: hidden;
  }
  .sp_image_left .col:first-child {
    display: inline-block;
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 0.5em;
  }
  .sp_image_left .col:last-child {
    float: none;
  }
  .sp_image_right {
    overflow: hidden;
  }
  .sp_image_right .col:first-child {
    display: inline-block;
    float: right;
    width: 32%;
    margin-left: 2%;
    margin-bottom: 0.5em;
  }
  .sp_image_right .col:last-child {
    float: none;
  }
}

.step .row,
.step-h .col {
  position: relative;
  padding: 1em;
  background: rgba(41, 105, 177, 0.05);
}

.step .row:not(:last-child):after,
.step-h .col:not(:last-child):after,
.step-h .row.continue .col:last-child:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 0;
  background: url("/wp-content/uploads/arrow_down.svg") center center no-repeat;
  background-size: 45px auto;
}

@media (max-width: 767px) {
  .step .row:not(:last-child),
  .step-h .col:not(:last-child),
  .step-h .row.continue .col:last-child {
    margin-bottom: 18%;
  }
  .step .row:not(:last-child):after,
  .step-h .col:not(:last-child):after,
  .step-h .row.continue .col:last-child:after {
    padding-top: 20%;
  }
  .step-h .row.continue {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .step .row {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 2em;
  }
  .step .row .col {
    float: none;
    display: table-cell;
    vertical-align: middle;
  }
  .step .row .col:not(:first-child) {
    padding-left: 2%;
  }
  .step .row:not(:last-child) {
    margin-bottom: 80px;
  }
  .step .row:not(:last-child):after {
    top: 100%;
    padding-top: 60px;
    margin: 10px 0;
  }
  .step h3:last-child {
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1.6rem;
    border: none;
  }
  .step h3:last-child:after, .step h3:last-child:before {
    content: none;
  }
  .step .row:not(:last-child):after,
  .step-h .col:not(:last-child):after,
  .step-h .row.continue .col:last-child:after {
    background-size: auto 100%;
  }
  .step-h.gutters .col {
    margin: 0;
  }
  .step-h .col {
    padding: 0;
    background: none;
  }
  .step-h .col:not(:last-child) {
    position: relative;
    margin-right: 4%;
  }
  .step-h .col:not(:last-child):after {
    display: none;
  }
  .step-h .col:not(:last-child) figure span {
    display: inline-block;
    position: relative;
    width: 100%;
  }
  .step-h .col:not(:last-child) figure span:after {
    content: '';
    display: block;
    width: 28px;
    height: 100%;
    position: absolute;
    right: -30px;
    top: 0;
    background: url("/wp-content/uploads/arrow_right.svg") center center no-repeat;
    background-size: contain;
  }
  .step-h .span_3 {
    width: 22%;
  }
  .step-h .span_4 {
    width: 30.66666666%;
  }
  .step-h .span_6 {
    width: 48%;
  }
}

@media (min-width: 1024px) {
  .step-h .col:not(:last-child) figure span:after {
    right: -34px;
  }
}

table {
  margin: 0 auto;
}

table td,
table th {
  padding: 0.7em 1em;
}

@media (max-width: 767px) {
  table td,
  table th {
    padding: 0.7em .3em;
  }
}

table th {
  text-align: center;
  font-weight: normal;
}

.table-default {
  width: 100%;
}

.table-default caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}

.table-default td,
.table-default th {
  border: 1px solid #2969B1;
}

.table-default th {
  background: rgba(41, 105, 177, 0.7);
  color: #fff;
}

.table-default td {
  background: transparent;
}

.table-menu {
  width : calc(100% - 20px);
  width : -webkit-calc(100% - 20px);
}

.table-menu caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}

.table-menu td,
.table-menu th {
  padding: 0.7em 1em;
  border-top: 1px solid #2969B1;
  border-bottom: 1px solid #2969B1;
}

@media (max-width: 767px) {
  .table-menu td,
  .table-menu th {
    padding: 0.7em .3em;
  }
}

.table-menu tbody th {
  text-align: left;
}

.table-menu td:last-child {
  text-align: right;
  white-space: nowrap;
}

.table-schedule {
  width: 100%;
}

.table-schedule caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}

.table-schedule td,
.table-schedule th {
  border: 1px solid #2969B1;
  padding: 0.7em 1em;
  text-align: center;
}

@media (max-width: 767px) {
  .table-schedule td,
  .table-schedule th {
    padding: 0.7em .3em;
  }
}

.table-schedule thead th {
  background: rgba(41, 105, 177, 0.7);
  color: #fff;
}

.table-schedule tbody th {
  background: transparent;
}

.table-schedule td {
  background: transparent;
}

.table-summary {
  border-top: 1px solid #2969B1;
  width: 100%;
}

.table-summary caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}

.table-summary td,
.table-summary th {
  padding: 1em;
  border-bottom: 1px solid #2969B1;
}

.table-summary th {
  text-align: left;
  font-weight: normal;
  width: 20%;
}

@media (max-width: 767px) {
  .responsive-stack {
    display: block;
  }
  .responsive-stack thead {
    display: none;
  }
  .responsive-stack tbody,
  .responsive-stack td,
  .responsive-stack th,
  .responsive-stack tr {
    display: block;
  }
  .responsive-stack td,
  .responsive-stack th {
    width: 100% !important;
  }
  .responsive-stack tr:not(:last-child) td,
  .responsive-stack tr:not(:last-child) th {
    border-bottom: 0;
  }
  .responsive-stack tr:last-child :not(:last-child) {
    border-bottom: 0;
  }
}

@media (max-width: 767px) {
  .responsive-list {
    display: block;
  }
  .responsive-list thead {
    display: none;
  }
  .responsive-list tbody,
  .responsive-list td,
  .responsive-list th,
  .responsive-list tr {
    display: block;
  }
  .responsive-list tr:not(:last-child) td {
    border-bottom: 0;
  }
  .responsive-list td {
    position: relative;
    padding-left: 40%;
    white-space: normal;
    text-align: left;
  }
  .responsive-list td:first-child {
    border-bottom: 0;
  }
  .responsive-list td:last-child {
    border-top: 0;
  }
  .responsive-list td:not(:first-child):not(:last-child) {
    border-top: 0;
    border-bottom: 0;
  }
  .responsive-list td:before {
    content: attr(data-title);
    position: absolute;
    top: 6px;
    left: 6px;
    width: 35%;
    padding-right: 10px;
    white-space: normal;
    text-align: left;
    font-weight: bold;
  }
}

@media (max-width: 767px) {
  .responsive-scroll-container {
    display: block;
    width: 100%;
    min-height: 0.01%;
    overflow-x: scroll;
  }
  .responsive-scroll-container .responsive-scroll-inner {
    width: 798px;
    padding: 0 15px 15px;
  }
  .responsive-scroll-container table {
    width: 768px;
    margin: 0;
  }
}

@media (max-width: 767px) {
  table.combine tbody tr:last-child td,
  table.combine tbody tr:last-child th {
    border-bottom: 0;
  }
}

table.table-default.typeA tr td,
table.table-default.typeA tr th {
  border: 0;
}

table.table-default.typeA tr:nth-child(odd) th {
  background: #2969B1;
}

table.table-default.typeA tr:nth-child(odd) td {
  background: rgba(41, 105, 177, 0.05);
}

table.table-default.typeA tr:nth-child(even) th {
  background: #3b82d2;
}

table.table-default.typeA tr:nth-child(even) td {
  background: rgba(59, 130, 210, 0.05);
}

table.table-default.typeB {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}

table.table-default.typeB tbody td,
table.table-default.typeB tbody th {
  background: transparent;
  color: #302F2F;
  border: 0;
  border-bottom: 1px dashed #2969B1;
}

table.table-default.typeB tbody tr {
  position: relative;
}

table.table-default.typeB tbody td {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}

table.table-default.typeC th {
  background: rgba(41, 105, 177, 0.7);
  color: #fff;
}

table.table-default.typeC td,
table.table-default.typeC th {
  border: 0;
}

table.table-default.typeC td:not(:last-child),
table.table-default.typeC th:not(:last-child) {
  border-bottom: 2px #fff solid;
}

table.table-default.typeC tr {
  position: relative;
}

table.table-default.typeC td {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}

.highlight table.table-default.typeC td,
.highlight table.table-default.typeC th {
  border: 0;
}

.highlight table.table-default.typeC td:not(:last-child),
.highlight table.table-default.typeC th:not(:last-child) {
  border-bottom: 2px rgba(41, 105, 177, 0.05) solid;
}

._table_line .news dl {
  border-top: 1px dotted #a6a6a6;
  max-height: none;
}

._table_line .news dl dt {
  width: 230px;
  padding-left: 20px;
}

._table_line .news dl dt + dd {
  border-bottom: 1px dotted #a6a6a6;
  padding-left: 230px;
}

.wide_image img {
  width: 100%;
  vertical-align: top;
}

@media (min-width: 768px) {
  .wide_image div {
    margin: 0 auto;
  }
}

h1:not(.title) {
  text-align: center;
  position: relative;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: normal;
  padding: 1em 0;
  color: #fff;
  margin: 0 0 .5em;
}

h1:not(.title) a {
  text-decoration: none;
}

h1:not(.title) a:hover {
  text-decoration: underline;
}

h1:not(.title) span {
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
}

@media (max-width: 767px) {
  h1:not(.title) {
    font-size: 22px;
    font-size: 2.2rem;
  }
  h1:not(.title):after {
    height: 2px;
  }
  h1:not(.title) span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

h2 {
  display: table;
  table-layout: fixed;
  margin: 0 auto 1.5em;
  position: relative;
  border: 0;
  word-wrap: break-word;
  font-weight: normal;
  font-size: 40px;
  font-size: 4rem;
  color: #2969B1;
}

h2 a {
  text-decoration: none;
}

h2 a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

h3 {
  margin-bottom: 13px;
  padding-bottom: 0;
  color: #99AABF;
  letter-spacing: .04em;
  font-weight: normal;
  font-size: 35px;
  font-size: 3.5rem;
  position: relative;
}

h3 a {
  text-decoration: none;
}

h3 a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

h4 {
  margin: 0 0 1.5em;
  padding-left: 1em;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  color: #302F2F;
  font-weight: normal;
}

h4 a {
  text-decoration: none;
}

h4 a:hover {
  text-decoration: underline;
}

h4:after {
  content: '';
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  display: block;
  width: 6px;
  height: 2px;
  margin: auto;
  background: #302F2F;
}

@media (max-width: 767px) {
  h4 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.widget_wrap .widget_header {
  font-size: 16px;
  font-size: 1.6rem;
  color: #302F2F;
  padding: 0.7em 0 0.7em 1em;
  background: rgba(41, 105, 177, 0.05);
}

.widget_wrap .widget_header a {
  text-decoration: none;
}

.widget_wrap .widget_header a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .widget_wrap .widget_header {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.main_visual {
  position: relative;
  table-layout: fixed;
}

.main_visual .main_visual_slick,
.main_visual .slick-track {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100% !important;
}

.main_visual .slick-track {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.main_visual .slick-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
}

.main_visual .main_visual_slick {
  position: relative;
  margin: 0 auto;
}

.main_visual .main_visual_slick li:not([id^="slick-slide"]) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

.main_visual .main_visual_slick li:not([id^="slick-slide"]):not(.slick-active) {
  transition-delay: 0.5s !important;
}

.main_visual .main_visual_slick li:not([id^="slick-slide"]) img {
  position: absolute;
  left: -300%;
  right: -300%;
  margin: auto;
  top: 0;
  height: 100%;
}

.main_visual .main_visual_copy {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  z-index: 53;
}

.main_visual .main_visual_copy > li {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.main_visual .main_visual_copy > li img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 37.5%;
  max-width: 375px;
  max-height: 203px;
  z-index: 52;
}

.main_visual .main_visual_arrow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  z-index: 53;
}

.main_visual .main_visual_arrow .slick-prev {
  left: 25px;
}

.main_visual .main_visual_arrow .slick-next {
  right: 25px;
}

.main_visual .main_visual_arrow .slick-prev:before,
.main_visual .main_visual_arrow .slick-next:before {
  font-size: 30px;
  font-size: 3rem;
}

@media (max-width: 766px) {
  .main_visual .main_visual_arrow .slick-prev {
    left: 10px;
  }
  .main_visual .main_visual_arrow .slick-next {
    right: 10px;
  }
  .main_visual .main_visual_arrow .slick-prev:before,
  .main_visual .main_visual_arrow .slick-next:before {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media (max-width: 766px) {
  .main_visual .main_visual_copy > li img {
    width: 90%;
  }
}

.main_visual .main_visual_slick {
  padding-top: 65% !important;
}

@media (min-width: 1000px) {
  .main_visual .main_visual_slick {
    padding-top: 0 !important;
    height: 650px !important;
  }
}

@media (min-width: 1920px) {
  .main_visual .main_visual_slick {
    padding-top: 33.85417% !important;
  }
}

@media (max-width: 766px) {
  .main_visual .main_visual_slick {
    padding-top: 97.5% !important;
  }
}

.slick-dots li button {
  margin: 0 auto;
  background: #ccc;
}

.slick-dots li.slick-active button {
  background: #2969B1;
}

.slide_scroll {
  position: absolute;
  bottom: 1%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-bottom: 45px;
  background: url(/wp-content/uploads/icon_scroll.png) center bottom no-repeat;
  z-index: 55;
  color: #fff;
  text-decoration: none;
}

.slide_scroll:hover {
  color: #fff;
}


@media (max-width: 999px) {
  header .global_nav > ul > li.gnav_search {
    position: static;
  }
  header .global_nav > ul > li.gnav_search > a {
    display: none !important;
  }
}


/*
  * ヘッダの検索表示タイプ(type hiển thị tìm kiếm của header)
  */
header .global_nav > ul > li.gnav_search {
  position: relative;
}

header .global_nav > ul > li.gnav_search a {
  color: transparent !important;
  display: inline-block;
  vertical-align: middle;
  background: url("/wp-content/uploads/search.png") no-repeat center center;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 30px;
  height: 30px;
}

header .global_nav > ul > li.gnav_search a:hover {
  border-bottom: 0;
}

.article_list {
  padding: .5em;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .article_list {
    padding: 1em;
  }
}

.article_list:nth-child(even) {
  background: rgba(41, 105, 177, 0.05);
}

.article_list:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: transparent;
  -webkit-transform: translate(-10px, -10px) rotate(45deg);
          transform: translate(-10px, -10px) rotate(45deg);
  transition: .3s;
}

.article_list:hover:before {
  background: #2969B1;
}

.article_list .case_arrow {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  position: relative;
  height: 245px;
}

@media (max-width: 767px) {
  .article_list .case_arrow {
    height: 80px;
  }
}

.article_list .case_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  border-top: 5px solid #2969B1;
  border-right: 5px solid #2969B1;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  transition: .2s;
}

@media (max-width: 767px) {
  .article_list .case_arrow:after {
    left: 0;
    bottom: 25%;
    border-top: 5px solid #2969B1;
    border-right: 5px solid #2969B1;
    -webkit-transform: translate(0, -50%) rotate(135deg);
            transform: translate(0, -50%) rotate(135deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}

.article_list .span_12 {
  margin: 2% 0;
}

.pagination > * {
  display: inline-block;
  padding: .5em;
  border: 1px solid #ccc;
}

.pagination a {
  text-decoration: none;
  background: rgba(41, 105, 177, 0.05);
  transition: .3s;
}

.pagination a:hover {
  background: #fff;
}

.article_single01 .article_single01_02 {
  margin-top: 10px;
}

.article_single01 .article_single01_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_single01 .article_single01_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_single01 .ofi {
  background: rgba(41, 105, 177, 0.05);
}

.article_single01 .more {
  display: block;
  text-align: center;
}

.article_single02 .article_single02_01 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_single02 .article_single02_01 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_single02 .ofi {
  background: rgba(41, 105, 177, 0.05);
}

.article_single02 .more {
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .article_single03 .article_single03_02 .span_6 {
    width: 45%;
    margin-left: 10%;
  }
  .article_single03 .article_single03_02 .span_6:first-child {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .article_single03 .article_single03_02 .span_12 {
    margin-left: 0;
    margin-top: 20px;
  }
}

.article_single03 .article_single03_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_single03 .article_single03_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_single03 .case_arrow {
  position: relative;
}

@media (max-width: 767px) {
  .article_single03 .case_arrow {
    margin-bottom: 10%;
  }
}

.article_single03 .case_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 108%;
  margin: auto;
  width: 35px;
  height: 35px;
  border-top: 3px solid #2969B1;
  border-right: 3px solid #2969B1;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  transition: 0.2s;
}

@media (max-width: 767px) {
  .article_single03 .case_arrow:after {
    left: 0;
    right: 0;
    top: 105%;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(0, -50%) rotate(135deg);
            transform: translate(0, -50%) rotate(135deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}

.article_single03 .ofi {
  background: rgba(41, 105, 177, 0.05);
}

.article_single03 .more {
  display: block;
  text-align: center;
}

.article_single04 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.article_single04 .article_single04_01_img1 .ofi {
  padding-top: 74.5%;
}

.article_single04 .article_single04_01_img2 .ofi {
  padding-top: 18.7%;
}

.article_single04 .article_single04_01_img3 .ofi {
  padding-top: 14.9%;
}

.article_single04 .article_single04_01_img4 .ofi {
  padding-top: 12.5%;
}

.article_single04 .article_single04_01_img5 .ofi {
  padding-top: 10.7%;
}

.article_single04 .article_single04_01_img6 .ofi {
  padding-top: 9.4%;
}

.article_single04 .article_single04_01_nav {
  margin-top: 15px;
}

.article_single04 .article_single04_01_nav .ofi {
  padding-top: 12%;
}

.article_single04 .article_single04_01_nav .slick-track {
  width: 100% !important;
}

.article_single04 .article_single04_01_nav li {
  margin-left: 0.8%;
  width: calc(96% / 6) !important;
}

.article_single04 .article_single04_01_nav li:nth-child(1) {
  margin-left: 0;
}

.article_single04 .article_single04_02 {
  margin-top: 10px;
}

.article_single04 .article_single04_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_single04 .article_single04_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_single04 .slick-next,
.article_single04 .slick-prev {
  z-index: 1;
}

.article_single04 .slick-next:before,
.article_single04 .slick-prev:before {
  content: none;
}

.article_single04 .slick-next:after,
.article_single04 .slick-prev:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin: auto;
  width: 35px;
  height: 35px;
  border-top: 3px solid #2969B1;
  transition: 0.2s;
  z-index: 1;
}

.article_single04 .slick-prev {
  left: 0;
}

.article_single04 .slick-prev:after {
  left: 0;
  border-left: 3px solid #2969B1;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.article_single04 .slick-next {
  right: 0;
}

.article_single04 .slick-next:after {
  right: 0;
  border-right: 3px solid #2969B1;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.article_single04 .ofi {
  background: rgba(41, 105, 177, 0.05);
  height: auto !important;
}

.article_single04 .more {
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .article_list_case02 .article_list_case02_01 {
    width: 67%;
  }
  .article_list_case02 .article_list_case02_02 {
    width: 31%;
  }
  .article_list_case02.article_single01 .article_single01_02 {
    margin-top: 0;
  }
}

.article_container .article_single01_02 {
  margin-top: 10px;
}

.article_container .article_single01_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_container .article_single01_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_detail {
  background: rgba(41, 105, 177, 0.05);
  padding: 4%;
  margin-bottom: 4%;
  font-size: 15px;
  font-size: 1.5rem;
}

.article_detail .article_date {
  margin-bottom: 1em;
}

.article_detail .article_thumbnail {
  float: left;
  margin: 0 2% 2% 0;
}

.article_detail .article_content {
  float: none;
  width: 100%;
  margin-left: 0;
}

.article_detail .case_arrow {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  position: relative;
  height: 245px;
}

@media (max-width: 767px) {
  .article_detail .case_arrow {
    height: 80px;
  }
}

.article_detail .case_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  border-top: 5px solid #2969B1;
  border-right: 5px solid #2969B1;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  transition: .2s;
}

@media (max-width: 767px) {
  .article_detail .case_arrow:after {
    left: 0;
    bottom: 25%;
    border-top: 5px solid #2969B1;
    border-right: 5px solid #2969B1;
    -webkit-transform: translate(0, -50%) rotate(135deg);
            transform: translate(0, -50%) rotate(135deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}

.article_detail .span_12 {
  margin: 2% 0;
}

#commentform {
  background: transparent;
  padding: 2% 5%;
  border: 1px solid #333;
}

#commentform #comment {
  width: 100%;
}

#commentform #submit {
  background: #2969B1;
  color: #fff;
  border: 0;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 3px 10px;
  margin: 0 auto;
  display: table;
}

#commentform input[type="submit"] {
  background: #2969B1;
  color: #fff;
  border: 0;
  font-size: 14px;
  font-size: 1.4rem;
  padding: .3em 1em;
  margin: 0 auto;
  display: table;
  border-radius: 5px;
}

@media (min-width: 768px) {
  #commentform #submit {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #commentform input[type="submit"] {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

#biz_calendar,
#biz_calendar1,
#biz_calendar2 {
  max-width: none;
  margin: 2% auto 0;
  font-family: inherit;
  padding: 0.3em 1em;
  background: rgba(41, 105, 177, 0.05);
  font-size: 18px;
  font-size: 1.8rem;
}

#biz_calendar p,
#biz_calendar1 p,
#biz_calendar2 p {
  margin: 0;
  line-height: 170%;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
}

#biz_calendar p span.boxholiday,
#biz_calendar1 p span.boxholiday,
#biz_calendar2 p span.boxholiday {
  background-color: #ffb0c3;
  padding-left: 25px;
  margin-right: 10px;
}

#biz_calendar p span.boxeventday,
#biz_calendar1 p span.boxeventday,
#biz_calendar2 p span.boxeventday {
  background-color: #64BDEB;
  padding-left: 25px;
  margin-right: 10px;
}

#biz_calendar table.bizcal,
#biz_calendar1 table.bizcal,
#biz_calendar2 table.bizcal {
  margin: 10px 0;
  width: 100%;
  table-layout: fixed;
  border: none;
  line-height: 1.6;
  cursor: default;
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.8rem;
  border-collapse: collapse;
  border-spacing: 1px;
  background: transparent;
}

#biz_calendar table.bizcal tr:not(:first-child) > *:not(.holiday):not(.eventday):not(.today),
#biz_calendar1 table.bizcal tr:not(:first-child) > *:not(.holiday):not(.eventday):not(.today),
#biz_calendar2 table.bizcal tr:not(:first-child) > *:not(.holiday):not(.eventday):not(.today) {
  background: #fff;
}

#biz_calendar table.bizcal th,
#biz_calendar1 table.bizcal th,
#biz_calendar2 table.bizcal th {
  text-align: center;
  border-width: 0;
  padding: 0.5em 0.2em;
  color: #302F2F;
  background-color: #DEDEDE;
}

#biz_calendar table.bizcal th:first-child,
#biz_calendar1 table.bizcal th:first-child,
#biz_calendar2 table.bizcal th:first-child {
  color: red;
}

#biz_calendar table.bizcal th:nth-last-of-type(1),
#biz_calendar1 table.bizcal th:nth-last-of-type(1),
#biz_calendar2 table.bizcal th:nth-last-of-type(1) {
  color: blue;
}

#biz_calendar table.bizcal td,
#biz_calendar1 table.bizcal td,
#biz_calendar2 table.bizcal td {
  text-align: center;
  border: 1px solid rgba(0, 57, 122, 0.3);
  padding: 0.5em 0.2em;
  color: #302F2F;
}

#biz_calendar table.bizcal .calmonth,
#biz_calendar1 table.bizcal .calmonth,
#biz_calendar2 table.bizcal .calmonth {
  text-align: left;
  font-weight: bold;
  padding: 2px 7px;
  border: none;
}

#biz_calendar table.bizcal .calbtn,
#biz_calendar1 table.bizcal .calbtn,
#biz_calendar2 table.bizcal .calbtn {
  border: none;
  cursor: pointer;
}

#biz_calendar table.bizcal .holiday,
#biz_calendar1 table.bizcal .holiday,
#biz_calendar2 table.bizcal .holiday {
  background-color: #ffb0c3;
  color: red;
}

#biz_calendar table.bizcal .eventday,
#biz_calendar1 table.bizcal .eventday,
#biz_calendar2 table.bizcal .eventday {
  background-color: #64BDEB;
  color: #ffffff;
}

#biz_calendar table.bizcal .eventday a,
#biz_calendar1 table.bizcal .eventday a,
#biz_calendar2 table.bizcal .eventday a {
  color: #ffffff;
}

#biz_calendar table.bizcal .today,
#biz_calendar1 table.bizcal .today,
#biz_calendar2 table.bizcal .today {
  font-weight: bold;
  text-decoration: underline;
  color: #302F2F;
}

#biz_calendar table.bizcal .today a,
#biz_calendar1 table.bizcal .today a,
#biz_calendar2 table.bizcal .today a {
  font-weight: bold;
  color: #302F2F;
}

#biz_calendar table.bizcal img,
#biz_calendar1 table.bizcal img,
#biz_calendar2 table.bizcal img {
  vertical-align: middle;
  box-shadow: none;
  margin: 0;
}

#biz_calendar table.bizcal .down-img,
#biz_calendar1 table.bizcal .down-img,
#biz_calendar2 table.bizcal .down-img {
  text-align: right;
}

#biz_calendar table.bizcal .today-img,
#biz_calendar1 table.bizcal .today-img,
#biz_calendar2 table.bizcal .today-img {
  text-align: center;
}

#biz_calendar table.bizcal .up-img,
#biz_calendar1 table.bizcal .up-img,
#biz_calendar2 table.bizcal .up-img {
  text-align: left;
}

#biz_calendar table.bizcal td,
#biz_calendar table.bizcal th {
  padding: 0.5em 0.2em;
}

.column_sub #biz_calendar,
.column_sub #biz_calendar1,
.column_sub #biz_calendar2 {
  font-size: 12px;
  font-size: 1.2rem;
}

.column_sub #biz_calendar p span.boxholiday,
.column_sub #biz_calendar1 p span.boxholiday,
.column_sub #biz_calendar2 p span.boxholiday {
  background-color: #ffb0c3;
  padding-left: 25px;
  margin-right: 10px;
}

.column_sub #biz_calendar p span.boxeventday,
.column_sub #biz_calendar1 p span.boxeventday,
.column_sub #biz_calendar2 p span.boxeventday {
  background-color: #64BDEB;
  padding-left: 25px;
  margin-right: 10px;
}

.column_sub #biz_calendar table.bizcal,
.column_sub #biz_calendar1 table.bizcal,
.column_sub #biz_calendar2 table.bizcal {
  font-size: 12px;
  font-size: 1.2rem;
}

.column_sub #biz_calendar table.bizcal td,
.column_sub #biz_calendar table.bizcal th,
.column_sub #biz_calendar1 table.bizcal td,
.column_sub #biz_calendar1 table.bizcal th,
.column_sub #biz_calendar2 table.bizcal td,
.column_sub #biz_calendar2 table.bizcal th {
  padding: 0.3em 0.2em;
}

@media (max-width: 767px) {
  #biz_calendar,
  #biz_calendar1,
  #biz_calendar2 {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #biz_calendar p span.boxholiday,
  #biz_calendar1 p span.boxholiday,
  #biz_calendar2 p span.boxholiday {
    background-color: #ffb0c3;
    padding-left: 25px;
    margin-right: 10px;
  }
  #biz_calendar p span.boxeventday,
  #biz_calendar1 p span.boxeventday,
  #biz_calendar2 p span.boxeventday {
    background-color: #64BDEB;
    padding-left: 25px;
    margin-right: 10px;
  }
  #biz_calendar table.bizcal,
  #biz_calendar1 table.bizcal,
  #biz_calendar2 table.bizcal {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #biz_calendar table.bizcal td,
  #biz_calendar table.bizcal th,
  #biz_calendar1 table.bizcal td,
  #biz_calendar1 table.bizcal th,
  #biz_calendar2 table.bizcal td,
  #biz_calendar2 table.bizcal th {
    padding: 0.3em 0.2em;
  }
}

.calendar_wrap {
  position: relative;
  padding: 4em 1.8em 2em;
  display: inline-block;
  background: rgba(41, 105, 177, 0.05);
  font-size: 10px;
  font-size: 1rem;
}

.calendar_wrap caption {
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  margin: auto;
}

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

.calendar_wrap table thead th {
  background: rgba(41, 105, 177, 0.7);
  color: #fff;
  border: 1px solid #2969B1;
  border-bottom: none;
}

.calendar_wrap table tfoot {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
}

.calendar_wrap table tfoot #prev a {
  width: 26px;
  height: 25px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  position: absolute;
  top: 0;
  left: 40px;
}

.calendar_wrap table tfoot #prev a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  transition: .2s;
}

.calendar_wrap table tfoot #prev a:after {
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
  border-left: 1px solid #fff;
  left: 15%;
}

.calendar_wrap table tfoot #prev a:hover:after {
  left: 2%;
}

.calendar_wrap table tfoot #next a {
  width: 26px;
  height: 25px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  position: absolute;
  top: 0;
  right: 40px;
}

.calendar_wrap table tfoot #next a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  transition: .2s;
}

.calendar_wrap table tfoot #next a:after {
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  border-right: 1px solid #fff;
  right: 15%;
}

.calendar_wrap table tfoot #next a:hover:after {
  right: 2%;
}

.calendar_wrap table tbody td {
  text-align: center;
  background: #fff;
  border: 1px solid #2969B1;
}

@media (min-width: 768px) {
  .column_sub .calendar_wrap {
    padding: 40px 5px 5px;
    width: 100%;
    margin: 0 auto 1em;
  }
  .column_sub .calendar_wrap caption {
    top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .column_sub .calendar_wrap table {
    width: 100%;
  }
  .column_sub .calendar_wrap table th, .column_sub .calendar_wrap table td {
    padding: 0.5em .2em;
  }
  .column_sub .calendar_wrap table tfoot #prev a {
    width: 18px;
    height: 18px;
    top: 0;
    left: 20px;
  }
  .column_sub .calendar_wrap table tfoot #next a {
    width: 18px;
    height: 18px;
    top: 0;
    right: 20px;
  }
}

@media (max-width: 767px) {
  .calendar_wrap {
    padding: 40px 5px 5px;
    width: 100%;
  }
  .calendar_wrap caption {
    top: 10px;
  }
  .calendar_wrap table {
    width: 100%;
  }
  .calendar_wrap table th, .calendar_wrap table td {
    padding: 0.5em .2em;
  }
  .calendar_wrap table tfoot #prev a {
    width: 12px;
    height: 12px;
    top: 0;
    left: 20px;
  }
  .calendar_wrap table tfoot #next a {
    width: 12px;
    height: 12px;
    top: 0;
    right: 20px;
  }
}

/*
 * ボタン矢印(mũi tên button)
 */
.add_arrow {
  display: block;
  position: relative;
}

.add_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  transition: 0.2s;
}

.add_arrow:hover {
  border: solid 1px #17A4FE;
  color: #17A4FE;
  background: #fff;
}

.add_arrow:hover:after {
  right: 4%;
  border-color: #17A4FE;
}

/*
 * moreボタン雛形 (hình dạng button more)
 */
.more {
  display: block;
  overflow: hidden;
  margin: auto;
}

.more a {
  display: block;
  border: solid 1px #17A4FE;
  border-radius: 10px;
  color: #fff;
  background: #17A4FE;
  padding: 0.3em .6em;
  margin: 0 auto 1px;
  max-width: 300px;
  font-style: italic;
  width: 100%;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  font-size: 14px;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .more a {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

.more a.inverse {
  border: 1px solid #2969B1;
  color: #2969B1;
  background: #fff;
}

/*
 * ボタンエフェクト(button effect)
 */
@media (min-width: 768px) {
  .effect01 {
    overflow: hidden;
    position: relative;
  }
  .effect01:before {
    content: '';
    position: absolute;
    display: block;
    width: 140%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    background: #2969B1;
    opacity: 0.3;
    -webkit-transform: translateX(-120%) skewX(15deg);
            transform: translateX(-120%) skewX(15deg);
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .effect01:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  }
  .effect01:hover:before {
    -webkit-transform: translateX(-15%) skewX(15deg);
            transform: translateX(-15%) skewX(15deg);
  }
}

header .global_nav > ul > li.has_under > a {
  position: relative;
}

header .global_nav > ul > li.has_under > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 6%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translate(0, -50%) rotate(135deg);
          transform: translate(0, -50%) rotate(135deg);
  transition: .2s;
}

header .global_nav > ul > li.has_under > a.menu_under_open:after {
  -webkit-transform: translate(0, 0) rotate(-45deg);
          transform: translate(0, 0) rotate(-45deg);
}

header .global_nav > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}

header .global_nav > ul > li > ul > li {
  border-bottom: 1px solid #b3b3b3;
}

@media (min-width: 1000px) {
  header .global_nav > ul > li.has_under > a {
    padding-right: 1em;
  }
  header .global_nav > ul > li.has_under > a:after {
    border-color: #302F2F;
    width: 6px;
    height: 6px;
  }
  header .global_nav > ul > li.has_under > a:after {
    -webkit-transform: translate(0, -50%) rotate(135deg);
            transform: translate(0, -50%) rotate(135deg);
  }
  header .global_nav > ul > li.has_under > a.menu_under_open:after {
    -webkit-transform: translate(0) rotate(-45deg);
            transform: translate(0) rotate(-45deg);
  }
  header .global_nav > ul > li.has_under > ul {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 100%;
    letter-spacing: -.40em;
    background: rgba(41, 105, 177, 0.9);
    z-index: 52;
  }
  header .global_nav > ul > li.has_under > ul > li {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    text-align: center;
    border-bottom: 0;
    padding: 0;
  }
  header .global_nav > ul > li.has_under > ul > li a {
    background: transparent;
    padding: 1em;
  }
}

.pagetop {
  position: fixed;
  bottom: 60px;
  right: 5%;
  z-index: 100;
}

.pagetop a {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  background: rgba(41, 105, 177, 0.9);
}

@media (min-width: 768px) {
  .pagetop a {
    width: 70px;
    height: 70px;
  }
}

.pagetop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: translate(-50%, -20%) rotate(45deg);
          transform: translate(-50%, -20%) rotate(45deg);
  transition: .2s;
}

footer.high .pagetop {
  position: absolute;
  bottom: auto;
  right: 5%;
  top: 0;
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*
 * ページトップのデザインタイプ(type design của top page)
 */
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.lead {
  color: #2969B1;
  font-size: 20px;
  font-size: 2rem;
}

.text-xxlarge {
  font-size: 24px;
  font-size: 2.4rem;
}

.text-xlarge {
  font-size: 20px;
  font-size: 2rem;
}

.text-large {
  font-size: 16px;
  font-size: 1.6rem;
}

.text-small {
  font-size: 12px;
  font-size: 1.2rem;
}

.text-xsmall {
  font-size: 10px;
  font-size: 1rem;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.text-red {
  color: #f00 !important;
}

.text-primary {
  color: #2969B1 !important;
}

@media (max-width: 767px) {
  .sp-hide, .pc-only, .tablet-only {
    display: none !important;
  }
  .sp-text-center {
    text-align: center;
  }
  .sp-text-left {
    text-align: left;
  }
  .sp-text-right {
    text-align: right;
  }
}

@media (min-width: 768px) {
  .lead {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .text-xxlarge {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .text-xlarge {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .text-large {
    font-size: 20px;
    font-size: 2rem;
  }
  .text-small {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .text-xsmall {
    font-size: 10px;
    font-size: 1rem;
  }
  .pc-hide, .sp-only {
    display: none !important;
  }
  .pc-text-center {
    text-align: center;
  }
  .pc-text-left {
    text-align: left;
  }
  .pc-text-right {
    text-align: right;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tablet-hide {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .tablet-only {
    display: none !important;
  }
}

@media (max-width: 999px) {
  .sp-hide02, .pc-only02, .tablet-only02 {
    display: none !important;
  }
}

@media (min-width: 1000px) {
  .pc-hide02, .sp-only02 {
    display: none !important;
  }
}

@media (max-width: 766px) {
  .sp-hide03, .pc-only03, .tablet-only03 {
    display: none !important;
  }
}

@media (min-width: 767px) {
  .pc-hide03, .sp-only03 {
    display: none !important;
  }
}

.arial {
  font-family: "Arial", arial !important;
}

.arial_n {
  font-family: "Arial Narrow", arial !important;
}

.color_pri {
  color: #2969B1;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.m-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.inverse h2,
.inverse h3,
.inverse h4,
.inverse p {
  color: #fff;
}

.inverse h2:after {
  background: #fff;
}

.inverse h2 small,
.inverse h2 span {
  color: #fff;
}

@media screen and (min-width: 1001px) {
  .home .global_nav {
    position: absolute;
    margin-top: 760px;
    border: none;
    padding-top: 0;
  }
}

@media screen and (min-width: 1001px) and (max-width: 1000px) {
  .home .global_nav {
    margin: 0;
  }
}

.home #section01 {
  text-align: center;
  padding-bottom: 149px;
}

@media screen and (min-width: 768px) {
  .home #section01 .row:first-of-type {
    margin-bottom: 76px;
  }
  .home #section01 .row:nth-of-type(2) {
    margin-bottom: 136px;
  }
  .home #section01 .row:last-of-type figure:first-of-type {
    margin-bottom: 22px;
  }
  .home #section01 h1 {
    font-size: 4.0rem;
    letter-spacing: 0.04em;
    color: #99AABF;
    line-height: 1.325;
    padding-bottom: 0;
    margin-bottom: 48px;
  }
  .home #section01 strong {
    font-size: 4.0rem;
    letter-spacing: 0.04em;
    color: #2969B1;
    display: block;
    margin-bottom: 20px;
  }
  .home #section01 p {
    font-size: 2.0rem;
    letter-spacing: 0.04em;
    line-height: 1.75;
  }
}

@media screen and (max-width: 767px) {
  .home #section01 {
    padding-bottom: 30px;
  }
  .home #section01 .row:first-of-type {
    margin-bottom: 24px;
  }
  .home #section01 .row:nth-of-type(2) {
    margin-bottom: 35px;
  }
  .home #section01 .row:last-of-type figure:first-of-type {
    margin-bottom: 9px;
  }
  .home #section01 h1 {
    font-size: 2.1rem;
    letter-spacing: 0.04em;
    line-height: 1.33333;
    margin-bottom: 26px;
    color: #99AABF;
    padding-bottom: 0;
  }
  .home #section01 strong {
    font-size: 2rem;
    letter-spacing: 0.02em;
    color: #2969B1;
    line-height: 1.35714;
    display: block;
	margin-bottom: 20px;
  }
  .home #section01 p {
    font-size: 1.47rem;
    letter-spacing: 0.02em;
    line-height: 1.58333;
  }
}

@media screen and (min-width: 768px) {
  .home #section02 {
    /*padding-bottom: 200px;*/
  }
  .home #section02 p {
    font-size: 1.6rem;
    line-height: 1.3125;
    letter-spacing: 0.0rem;
  }
  .home #section02 strong {
    font-size: 4.0rem;
    letter-spacing: 0.04em;
    line-height: 0.875;
    display: block;
    color: #2969B1;
    text-align: center;
    margin-bottom: 40px;
  }
  .home #section02 .container {
    max-width: 1330px;
  }
  .home #section02 .row {
    margin-bottom: 80px;
  }
  .home #section02 .row:first-of-type figure, .home #section02 .row:last-of-type figure, .home #section02 .row:nth-of-type(3) figure {
    text-align: left;
  }
  .home #section02 .row:first-of-type .h3_wrap, .home #section02 .row:last-of-type .h3_wrap, .home #section02 .row:nth-of-type(3) .h3_wrap {
    margin-top: -15%;
  }
  .home #section02 .row:nth-of-type(3) {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .home #section02 {
   /*padding-bottom: 32px;*/
  }
  .home #section02 p {
    font-size: 1.47rem;
    line-height: 1.5;
  }
  .home #section02 strong {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    line-height: 1.875;
    color: #2969B1;
    text-align: center;
    display: block;
    margin-bottom: 32px;
  }
  .home #section02 figure {
    text-align: center;
  }
  .home #section02 figure img {
    /*width: 100%;*/
  }
  .home #section02 .row:not(:last-of-type) {
    margin-bottom: 32px;
  }
  .home #section02 .row:first-of-type .h3_wrap, .home #section02 .row:last-of-type .h3_wrap, .home #section02 .row:nth-of-type(3) .h3_wrap {
    margin-top: -15%;
  }
}

@media screen and (max-width: 767px) and (min-width: 600px) {
  .home #section02 .row:nth-of-type(2) .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .home #section02 .row:nth-of-type(2) .col .content_wrap {
    margin-left: 14px;
  }
}

@media screen and (min-width: 768px) {
  .home #section03 {
    padding-bottom: 200px;
  }
  .home #section03 .container {
    max-width: 1329px;
  }
}

@media screen and (max-width: 767px) {
  .home #section03 {
    padding-bottom: 50px;
  }
}

.home #section04 {
  text-align: center;
}

.home #section04 h2 {
  color: #fff;
  background: #2969B1;
  display: block;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .home #section04 {
    padding-bottom: 90px;
  }
  .home #section04 .container {
    max-width: 1416px;
  }
  .home #section04 h2 {
    font-size: 4.0rem;
    letter-spacing: 0.04em;
    margin-bottom: 50px;
    vertical-align: middle;
  }
  .home #section04 h3 {
    font-size: 2.5rem;
    color: #2969B1;
    letter-spacing: 0.04em;
    margin-bottom: 0;
  }
  .home #section04 p {
    font-size: 2.1rem;
    letter-spacing: 0.04em;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .home #section04 {
    padding-bottom: 35px;
  }
  .home #section04 .row:first-of-type {
    margin-bottom: 35px;
  }
  .home #section04 h3 {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    color: #2969B1;
    line-height: 1.3125;
    margin-bottom: 0;
  }
  .home #section04 p {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    line-height: 1.4;
  }
}

.home #section05 h2 {
  color: #fff;
  background: #2969B1;
  display: block;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .home #section05 {
    padding-bottom: 200px;
  }
  .home #section05 .container {
    max-width: 1416px;
  }
  .home #section05 h2 {
    font-size: 4.0rem;
    letter-spacing: 0.04em;
    margin-bottom: 50px;
    vertical-align: middle;
  }
}

@media screen and (max-width: 767px) {
  .home #section05 {
    padding-bottom: 50px;
  }
}

.mb0 {
  margin-bottom: 0;
}

[href^="tel"] {
  text-decoration: none !important;
}

@media (min-width: 768px) {
  [href^="tel"] {
    pointer-events: none !important;
  }
}

.main_visual {
  margin-bottom: 31px;
}

@media screen and (min-width: 768px) {
  .main_visual .main_visual_slick {
    margin-bottom: 108px;
  }
}

@media screen and (max-width: 1000px) {
  .main_visual .main_visual_slick {
    margin-bottom: 5%;
  }
  .main_visual .main_visual_slick img {
    width: 100%;
    height: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .main_visual .main_visual_slick {
    padding-top: 140% !important;
  }
}

.sp_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding-left: 0;
}

.sp_nav li {
  margin-right: 10px;
}

.sp_nav li a {
  display: block;
  width: 41px;
  text-decoration: none;
}

.sp_nav li a figure {
  background: #F4F4F2;
  padding: 10px;
  border-radius: 50%;
}

.sp_nav li a p {
  font-size: 9px;
  letter-spacing: 0.04em;
  line-height: 1.44444;
  text-align: center;
}

@media screen and (min-width: 1001px) {
  .sp_nav {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
.sp_nav{
	max-width:600px;
	margin-left:auto;
	margin-right:auto;
}
.sp_nav li {
	width:calc((100% - 0px)/6);
	margin-right: 10px;
}

.sp_nav li:last-child{
	margin-right:0;
}

.sp_nav li:last-child{
	margin-right:0;
}


.sp_nav li a figure {
  background: #F4F4F2;
  padding:10px;
  width:100%;
  width:80px;
  height:80px;
  border-radius:100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin:auto;
}

.sp_nav li a {
    width: 100%;
}

}

@media screen and (max-width: 600px) {
.sp_nav{
	max-width:296px;
	margin-left:auto;
	margin-right:auto;
}

.sp_nav li a figure {
  width:41px;
  height:41px;
}
}

@media screen and (min-width: 1001px) {
  header .global_nav {
    border-top: solid 2px #302F2F;
  }
}

@media screen and (min-width: 768px) {
  header {
    min-height: 108px !important;
  }
  header .global_nav {
    margin-top: 70px;
    padding-top: 20px;
  }
  header .global_nav ul {
    text-align: center;
  }
  header .global_nav ul li a {
    font-size: 1.7rem;
    color: #2969B1;
  }
  header .global_nav ul li a span {
    color: #302F2F;
  }
}

@media screen and (max-width: 1000px) {
  header {
    min-height: 60px;
    border-bottom: solid 2px #302F2F;
  }
  header .global_nav ul li a {
    text-align: center;
    color: #fff;
  }
  header .global_nav ul li a span {
    display: none;
  }
}



.sec_contact {
  background: #F4F4F2;
}

.sec_contact h2 {
  text-align: left;
  display: block;
  font-weight: bold;
}

.sec_contact img {
  width: 100%;
}

.sec_contact dt {
  color: #99AABF;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}

.sec_contact .tel_p a {
  color: #DD1B40;
}

.sec_contact .cc_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec_contact .cc_wrap img {
  width: auto;
}

.sec_contact .cc_wrap img:first-child {
  margin-right: 10px;
}

.sec_contact .btn_wrap {
  margin-bottom: 54px;
}

.sec_contact .btn_wrap a {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 511px;
  color: #fff;
  text-decoration: none;
  position: relative;
  display: block;
  min-height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.sec_contact .btn_wrap a span {
  display: block;
  width: 100%;
  height: 100%;
  margin: 5px;
  border: solid 1px #fff;
  padding: 0.6em;
}

.sec_contact .btn_wrap a:not(:last-of-type) {
  margin-bottom: 9px;
}

.sec_contact .btn_wrap a:first-of-type {
  background: #DD1B40;
}

.sec_contact .btn_wrap a:nth-of-type(2) {
  background: #17A4FE;
}

.sec_contact .btn_wrap a:last-of-type {
  background: #2969B1;
}

.sec_contact .sns_wrap img {
  width: auto;
}

.sec_contact .reservation_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec_contact .reservation_wrap .col a {
  width: 100%;
  display: block;
  min-height: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  color: #fff;
}

.sec_contact .reservation_wrap .col a figure {
  margin-right: 20px;
}

.sec_contact .reservation_wrap .col a p {
  margin: 0;
}

.sec_contact .reservation_wrap .col:first-child {
  background: #2969B1;
}

.sec_contact .reservation_wrap .col:first-child a img {
  width: 16px;
  height: 22px;
}

.sec_contact .reservation_wrap .col:last-child {
  background: #17A4FE;
}

@media screen and (min-width: 768px) {
  .sec_contact .container {
    margin-top: 50px;
  }
  .sec_contact h2 {
    font-size: 3.4rem;
    font-weight: bold;
    letter-spacing: 0.04em;
    display: block;
    line-height: 1.20588;
    margin-bottom: 31px;
  }
  .sec_contact dt {
    font-size: 2.6rem;
    line-height: 1.34615;
  }
  .sec_contact dd {
    margin-bottom: 30px;
  }
  .sec_contact p {
    font-size: 2.3rem;
    line-height: 1.34783;
    letter-spacing: 0.04em;
  }
  .sec_contact .tel_p a {
    font-size: 3.5rem;
  }
  .sec_contact .row:nth-of-type(2) .btn_wrap a {
    font-size: 1.9rem;
  }
  .sec_contact .row:nth-of-type(2) .sns_wrap {
    margin-bottom: 54px;
  }
}

@media screen and (max-width: 767px) {
  .sec_contact dt {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
  .sec_contact dd {
    margin-bottom: 20px;
  }
  .sec_contact .btn_wrap {
    margin-bottom: 17px;
  }
  .sec_contact .sns_wrap {
    margin-bottom: 17px;
  }
  .sec_contact .reservation_wrap .col a {
    font-size: 1.4rem;
    min-height: 51px;
  }
  .sec_contact .reservation_wrap .col:not(:last-child) {
    margin-bottom: 0;
  }


  main {
    overflow: hidden;
    padding-bottom:94px;
    padding-top:0;
 }
 header{
	position:fixed;
	top:0;
	left:0;
    min-height: 67px;
 }

  .sec_contact .reservation_wrap{
    width:100%;
    position:fixed;
    left:0;
    bottom:0;
    z-index:10;
  }
  body {
    position:relative;
 }
  footer {
      width:100%;
    position: absolute;
       left:0;
	bottom:41px;
	z-index:0;
 }

}



@media screen and (max-width: 362px) {
header .title img, header .title object {
    width: 80px;
}
}


footer {
  background: #F4F4F2;
}

footer .footer_copyright_wrap {
  color: #302F2F;
  font-size: 2.1rem;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
footer .footer_copyright_wrap {
  color: #302F2F;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wp-pagenavi .pages {
  display: none;
}

@media screen and (min-width: 768px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    font-size: 3.0rem;
    letter-spacing: 0.04em;
    line-height: 1.33333;
    display: inline-block;
    border-radius: 5px;
    border: solid 1px #302F2F;
    padding: 10px 20px;
    margin-right: 10px;
    font-family: Arial;
    text-decoration: none;
    background: #fff;
  }
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .page,
  .wp-pagenavi .previouspostslink {
    position: relative;
    transition: 0.2s;
  }
  .wp-pagenavi .nextpostslink:hover,
  .wp-pagenavi .page:hover,
  .wp-pagenavi .previouspostslink:hover {
    background: rgba(48, 47, 47, 0.1);
  }
  .wp-pagenavi .nextpostslink:before,
  .wp-pagenavi .page:before,
  .wp-pagenavi .previouspostslink:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translatey(-55%);
            transform: translatey(-55%);
    width: 100%;
    height: 100%;
    left: 3px;
    border-radius: 5px;
    border: solid 1px #302F2F;
    border-left: none;
    border-bottom: none;
  }
  .wp-pagenavi .current {
    background: #302F2F;
    color: #fff;
    margin-right: 8px;
  }
  .wp-pagenavi .current:before {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    line-height: 1.3125;
    display: inline-block;
    border-radius: 5px;
    border: solid 1px #302F2F;
    padding: 8px 12px;
    margin-right: 10px;
    font-family: Arial;
    text-decoration: none;
    background: #fff;
  }
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .page,
  .wp-pagenavi .previouspostslink {
    position: relative;
    transition: 0.2s;
  }
  .wp-pagenavi .nextpostslink:hover,
  .wp-pagenavi .page:hover,
  .wp-pagenavi .previouspostslink:hover {
    background: rgba(48, 47, 47, 0.1);
  }
  .wp-pagenavi .nextpostslink:before,
  .wp-pagenavi .page:before,
  .wp-pagenavi .previouspostslink:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translatey(-55%);
            transform: translatey(-55%);
    width: 100%;
    height: 100%;
    left: 3px;
    border-radius: 5px;
    border: solid 1px #302F2F;
    border-left: none;
    border-bottom: none;
  }
  .wp-pagenavi .current {
    background: #302F2F;
    color: #fff;
    margin-right: 8px;
  }
  .wp-pagenavi .current:before {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  #article .container {
    max-width: 1120px;
  }
  #article .container .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  #article .container .row:last-of-type {
    margin-top: 400px;
  }
  #article .container .row .articlelist {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 4%;
  }
  #article .container .row .articlelist:nth-child(3n) {
    margin-right: 0;
  }
  #article .container .row .articlelist a .img_wrap {
    overflow: hidden;
  }
  #article .container .row .articlelist a .img_wrap img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    transition: 0.2s;
  }
  #article .container .row .articlelist a:hover img {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
  #article .container .row .articlelist time {
    font-size: 2.1rem;
    letter-spacing: 0.04em;
    line-height: 1.42857;
    margin-top: 23px;
    margin-bottom: 12px;
    display: block;
    font-family: Arial;
  }
  #article .container .row .articlelist p {
    font-size: 1.8rem;
    letter-spacing: 0.04em;
    line-height: 1.33333;
  }
  #article h1 {
    font-size: 4.0rem;
    letter-spacing: 0.04em;
    line-height: 1.325;
    color: #99AABF;
    padding-bottom: 0;
  }
  #article h2 {
    font-size: 3.0rem;
    letter-spacing: 0.04em;
    line-height: 1.46667;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 767px) {
  #article .row:last-of-type {
    margin-top: 50px;
  }
  #article .row .articlelist:not(:last-child) {
    margin-bottom: 25px;
  }
  #article .row .articlelist a .img_wrap {
    overflow: hidden;
  }
  #article .row .articlelist a .img_wrap img {
    transition: 0.3s;
    width: 100%;
    height: 170px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #article .row .articlelist a:hover img {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
  #article .row .articlelist time {
    font-size: 1.3rem;
    letter-spacing: 0.04em;
    line-height: 1.46154;
    display: block;
    font-family: Arial;
    margin-top: 8px;
  }
  #article .row .articlelist p {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    line-height: 1.3125;
  }
  #article .row .articlelist h1 {
    text-align: left;
    font-size: 21px;
    margin: 10px 0;
    padding: 0;
    font-weight: bold;
  }
  #article h1 {
    font-size: 2.1rem;
    letter-spacing: 0.04em;
    line-height: 1.33333;
    color: #99AABF;
    padding-bottom: 0;
  }
  #article h2 {
    font-size: 1.8rem;
    letter-spacing: 0.04em;
    line-height: 1.44444;
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 768px) {
  #article-single .container {
    max-width: 1120px;
  }
  #article-single .container .row:first-of-type .span_9 {
    width: 74%;
  }
  #article-single .container .row:first-of-type .span_3 {
    width: 23%;
    margin-left: 3%;
  }
  #article-single .container .row:first-of-type .span_3 .related_post_title {
    font-size: 2.7rem;
    letter-spacing: .04em;
    line-height: 1.44444;
  }
  #article-single .container time {
    font-size: 2.1rem;
    letter-spacing: 0.04em;
    line-height: 1.42857;
    display: block;
    margin-top: 39px;
    margin-bottom: 7px;
    font-family: Arial;
  }
  #article-single .container h1 {
    font-size: 3.2rem;
    letter-spacing: 0.04em;
    line-height: 1.34375;
    text-align: left;
    display: block;
    color: #99AABF;
    border-bottom: solid 2px #99AABF;
    padding-bottom: 17.5px;
    margin-bottom: 17.5px;
  }
  #article-single .container p {
    font-size: 2.5rem;
    letter-spacing: 0.04em;
    line-height: 1.48;
  }
  #article-single h1 {
    font-size: 4.0rem;
    letter-spacing: 0.04em;
    line-height: 1.325;
    color: #99AABF;
    padding-bottom: 0;
  }
  #article-single .img_wrap img {
    height: 400px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #article-single .profile {
    background: #F4F4F2;
    padding: 36px 24px;
    margin-top: 120px;
  }
  #article-single .profile h4 {
    color: #99AABF;
    font-size: 2.5rem;
    letter-spacing: 0.04em;
    padding-left: 0;
  }
  #article-single .profile h4:after {
    display: none;
  }
  #article-single .profile h5 {
    font-size: 3.6rem;
    letter-spacing: 0.04em;
    line-height: 1.52778;
    color: #2969B1;
    margin-top: 0;
    margin-bottom: 30px;
  }
  #article-single .profile p {
    font-size: 2.2rem;
    letter-spacing: 0.04em;
    line-height: 1.13636;
  }
  #article-single .profile .row {
    background: #fff;
    padding: 22px;
    border: solid #000 1px;
  }
  #article-single .profile .row .span_5 {
    width: 40%;
  }
  #article-single .profile .row .span_7 {
    width: 58%;
    margin-left: 2%;
  }
  #article-single .profile .row .col.break ~ .col {
    margin-top: 22px;
  }
  #article-single .profile .row .col.break ~ .col .more a {
    max-width: none;
    background: #2969B1;
    font-style: normal;
  }
  #article-single .profile .row .col.break ~ .col .more a:hover {
    color: white;
  }
  #article-single .profile .row .col.break ~ .col .more a:hover:after {
    border-color: #fff;
  }
  #article-single .sns_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 45px 0;
  }
  #article-single .sns_wrap p {
    margin: 0;
    font-size: 2.3rem;
    letter-spacing: .04em;
  }
  #article-single .sns_wrap a img {
    margin-left: 15px;
    transition: .3s;
  }
  #article-single .sns_wrap a:hover img {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@media screen and (max-width: 767px) {
  #article-single img {
    width: 100%;
	height: auto;
  }
  #article-single time {
    font-size: 1.3rem;
    letter-spacing: 0.04em;
    line-height: 1.46154;
    display: block;
    margin-top: 19px;
  }
  #article-single h2 {
    font-size: 1.9rem;
	font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 1.36842;
    display: block;
    text-align: left;
    color: #000000;
    margin: 13px 0;
  }
  #article-single p {
    font-size: 1.3rem;
    letter-spacing: 0.04em;
    line-height: 1.21053;
  }
  #article-single h1 {
    font-size: 2.1rem;
    letter-spacing: 0.04em;
    line-height: 1.33333;
    color: #99AABF;
    padding-bottom: 0;
  }
  #article-single .profile {
    background: #F4F4F2;
    padding: 30px 10px;
    margin-top: 50px;
  }
  #article-single .profile h4 {
    color: #99AABF;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    padding-left: 0;
    margin-bottom: 35px;
  }
  #article-single .profile h4:after {
    display: none;
  }
  #article-single .profile h5 {
    font-size: 2.3rem;
    letter-spacing: 0.04em;
    line-height: 1.4;
    color: #2969B1;
    margin-top: 0;
    margin-bottom: 30px;
  }
  #article-single .profile p {
    font-size: 1.3rem;
    letter-spacing: 0.04em;
    line-height: 1.92308;
  }
  #article-single .profile .row {
    background: #fff;
    padding: 10px 20px;
    border: solid #000 1px;
  }
  #article-single .profile .row .span_5 {
    width: 40%;
    float: left;
  }
  #article-single .profile .row .span_7 {
    width: 58%;
    margin-left: 2%;
    float: left;
  }
  #article-single .profile .row .col.break ~ .col {
    margin-top: 20px;
    clear: both;
  }
  #article-single .profile .row .col.break ~ .col .more a {
    max-width: none;
    background: #2969B1;
    font-style: normal;
  }
  #article-single .profile .row .col.break ~ .col .more a:hover {
    color: white;
  }
  #article-single .profile .row .col.break ~ .col .more a:hover:after {
    border-color: #fff;
  }
  #article-single .sns_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 20px 0 35px 0;
  }
  #article-single .sns_wrap p {
    margin: 0;
    font-size: 1.5rem;
    letter-spacing: .04em;
  }
  #article-single .sns_wrap a img {
    margin-left: 20px;
    transition: .3s;
    width: 41px;
    height: 41px;
  }
  #article-single .sns_wrap a:hover img {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.shop #section01 h2 {
  color: #fff;
  background: #2969B1;
  display: block;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .shop #section01 {
    padding-bottom: 35px;
  }
  .shop #section01 .container {
    max-width: 1090px;
  }
  .shop #section01 .container .row:first-of-type {
    margin-bottom: 36px;
  }
  .shop #section01 .container .row:first-of-type .col {
    margin: 0;
    width: calc(100% / 3);
  }
  .shop #section01 .container .row:nth-of-type(2) {
    padding: 0 27px;
  }
  .shop #section01 h1 {
    font-size: 4.0rem;
    margin-bottom: 34px;
    letter-spacing: 0.1em;
    line-height: 1.325;
    color: #99AABF;
    padding-bottom: 0;
  }
  .shop #section01 h2 {
    font-size: 3.2rem;
    letter-spacing: 0.04em;
    margin-bottom: 58px;
    vertical-align: middle;
    line-height: 1.3125;
    padding: 8px 0;
  }
  .shop #section01 strong {
    font-size: 4.0rem;
    letter-spacing: 0.04em;
    line-height: 1.75;
    font-weight: normal;
    color: #2969B1;
    display: block;
    margin-bottom: 35px;
  }
  .shop #section01 p {
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    line-height: 2.33333;
  }
}

@media screen and (max-width: 767px) {
  .shop #section01 {
    padding-bottom: 70px;
  }
  .shop #section01 .row:first-of-type {
    margin-bottom: 17px;
  }
  .shop #section01 h1 {
    font-size: 2.1rem;
    letter-spacing: 0.04em;
    line-height: 1.33333;
    margin-bottom: 23px;
    color: #99AABF;
    padding-bottom: 0;
  }
  .shop #section01 strong {
    font-size: 2.3rem;
    font-weight: normal;
    color: #2969B1;
    line-height: 1.82609;
    margin-bottom: 8px;
    display: block;
    margin-bottom: 12px;
  }
  .shop #section01 p {
    font-size: 1.47rem;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) and (min-width: 600px) {
  .shop #section01 .row:first-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .shop #section01 .row:first-of-type .col:not(:last-child) {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .shop #section02 {
    padding-bottom: 246px;
  }
  .shop #section02 .container {
    max-width: 1090px;
  }
  .shop #section02 .container .row:first-of-type {
    margin-bottom: 20px;
  }
  .shop #section02 .container .row:nth-of-type(2) {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 86px;
  }
  .shop #section02 strong {
    font-size: 2.5rem;
    color: #2969B1;
    letter-spacing: 0.04em;
    line-height: 1.6;
    font-weight: normal;
  }
  .shop #section02 p {
    font-size: 1.2rem;
    letter-spacing: 0.01em;
    line-height: 2.5;
  }
}

@media screen and (max-width: 767px) {
  .shop #section02 {
    text-align: center;
    padding-bottom: 44px;
  }
  .shop #section02 .row:not(:last-of-type) {
    margin-bottom: 28px;
  }
  .shop #section02 strong {
    color: #2969B1;
    font-weight: normal;
    font-size: 2.0rem;
    letter-spacing: 0.04em;
    line-height: 1.6;
    margin: 16px 0;
    display: block;
  }
  .shop #section02 p {
    font-size: 1.47rem;
    letter-spacing: 0.01em;
    line-height: 2.0;
	text-align: left;
  }
}

.shop #section03 h2 {
  color: #fff;
  background: #2969B1;
  display: block;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .shop #section03 {
    padding-bottom: 292px;
  }
  .shop #section03 h2 {
    font-size: 2.8rem;
    letter-spacing: 0.04em;
    line-height: 1.32143;
    margin-bottom: 49px;
    padding: 8px 0;
  }
  .shop #section03 ul {
    font-weight: bold;
    list-style: none;
  }
  .shop #section03 ul li {
    position: relative;
    font-size: 1.3rem;
    line-height: 3.46154;
    letter-spacing: 0.01em;
    padding-left: 13px;
  }
  .shop #section03 ul li:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #99AABF;
    top: 19px;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .shop #section03 {
    padding-bottom: 60px;
  }
  .shop #section03 h2 {
    margin-bottom: 14px;
  }
  .shop #section03 ul {
    padding-left: 1em;
  }
  .shop #section03 ul li {
    list-style: none;
    font-weight: bold;
    font-size: 1.47rem;
    letter-spacing: 0.01em;
    line-height: 2.6;
    padding-left: 1.2em;
    display: block;
    position: relative;
  }
  .shop #section03 ul li:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #99AABF;
    top: 13px;
    left: 0;
  }
}

.menutop #section01 h1 {
  color: #99AABF;
}

@media screen and (min-width: 768px) {
  .menutop #section01 {
    padding-bottom: 77px;
  }
  .menutop #section01 .container {
    max-width: 1100px;
  }
  .menutop #section01 h1 {
    font-size: 4.0rem;
    margin-bottom: 34px;
    letter-spacing: 0.1em;
    line-height: 1.325;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .menutop #section01 {
    padding-bottom: 60px;
  }
  .menutop #section01 h1 {
    font-size: 2.1rem;
    letter-spacing: 0.04em;
    line-height: 1.33333;
    margin-bottom: 23px;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .menutop #section02 {
    padding-bottom: 158px;
  }
  .menutop #section02 .container {
    max-width: 1100px;
  }
  .menutop #section02 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .menutop #section02 .row:not(:last-of-type) {
    margin-bottom: 66px;
  }
  .menutop #section02 h3 {
    font-size: 4.0rem;
    line-height: 1.45;
    color: #99AABF;
    margin-bottom: 9px;
  }
  .menutop #section02 p {
    font-size: 2.2rem;
    line-height: 1.45455;
  }
  .menutop #section02 figure {
    position: relative;
  }
  .menutop #section02 figure figcaption {
    position: absolute;
    font-size: 4.0rem;
    letter-spacing: .04em;
    line-height: 1.325;
    bottom: 0;
    background: rgba(105, 219, 232, 0.5);
    width: 100%;
    color: #fff;
    padding: 19px;
  }
  .menutop #section02 td:first-child {
    font-weight: bold;
    font-size: 2.3rem;
    letter-spacing: .01em;
    line-height: 1.47826;
  }
  .menutop #section02 td:last-child {
    font-size: 2.0rem;
    letter-spacing: .01em;
    line-height: 1.35;
  }
}

@media screen and (max-width: 767px) {
  .menutop #section02 {
    padding-bottom: 30px;
  }
  .menutop #section02 .row:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .menutop #section02 h3 {
    font-size: 3.0rem;
    line-height: 1.46667;
    margin-bottom: 4px;
  }
  .menutop #section02 p {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0 20px;
  }
  .menutop #section02 figure {
    position: relative;
  }
  .menutop #section02 figure figcaption {
    position: absolute;
    font-size: 3.0rem;
    letter-spacing: .04em;
    line-height: 1.3;
    bottom: 0;
    background: rgba(105, 219, 232, 0.5);
    width: 100%;
    color: #fff;
    padding: 19px;
  }
  .menutop #section02 figure img {
    width: 100%;
	height: 200px;
	object-fit: cover;
  }
}

@media screen and (min-width: 768px) {
  .menutop #section03 {
    padding-bottom: 360px;
  }
  .menutop #section03 .container {
    max-width: 1100px;
  }
  .menutop #section03 h3 {
    font-size: 3.4rem;
    letter-spacing: .04em;
    line-height: 1.32353;
    color: #99AABF;
    margin-bottom: 9px;
  }
  .menutop #section03 p {
    font-size: 2.2rem;
    line-height: 1.45455;
  }
  .menutop #section03 figure {
    position: relative;
  }
  .menutop #section03 figure figcaption {
    position: absolute;
    font-size: 4.0rem;
    letter-spacing: .04em;
    line-height: 1.325;
    bottom: 0;
    background: rgba(11, 101, 203, 0.5);
    width: 100%;
    color: #fff;
    padding: 19px;
  }
  .menutop #section03 td:first-child {
    font-weight: bold;
    font-size: 2.3rem;
    letter-spacing: .01em;
    line-height: 1.47826;
  }
  .menutop #section03 td:last-child {
    font-size: 2.0rem;
    letter-spacing: .01em;
    line-height: 1.35;
  }
  .menutop #section03 .table-default th {
    font-size: 2.6rem;
    font-weight: bold;
    border-color: #fff;
    line-height: 1.42308;
    padding: 14px 0;
    background: #2969B1;
  }
  .menutop #section03 .table-default td {
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.42308;
    padding: 14px 0;
    text-align: center;
    border-color: #2969B1;
  }
  .menutop #section03 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .menutop #section03 .row:not(:last-of-type) {
    margin-bottom: 66px;
  }
}

@media screen and (max-width: 767px) {
  .menutop #section03 {
    padding-bottom: 109px;
  }
  .menutop #section03 .row:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .menutop #section03 h3 {
    font-size: 2.4rem;
    line-height: 1.33333;
    margin-bottom: 6px;
  }
  .menutop #section03 p {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0 20px;
  }
  .menutop #section03 figure {
    position: relative;
  }
  .menutop #section03 figure figcaption {
    position: absolute;
    font-size: 3.0rem;
    letter-spacing: .04em;
    line-height: 1.3;
    bottom: 0;
    background: rgba(11, 101, 203, 0.5);
    width: 100%;
    color: #fff;
    padding: 19px;
  }
  .menutop #section03 figure img {
    width: 100%;
	height: 200px;
	object-fit: cover
  }
  .menutop #section03 .table-default th {
    font-size: 1.4rem;
    line-height: 1.42857;
    background: #2969B1;
  }
  .menutop #section03 .table-default td {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .menutop .tmr td:first-child {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: .01em;
    line-height: 1.4;
  }
  .menutop .tmr td:last-child {
    font-size: 1.2rem;
    letter-spacing: .01em;
    line-height: 1.33333;
  }
  .menutop .tmr .col:first-child {
    margin-bottom: 0;
  }
  .menutop .tmr .col:last-child tr:first-of-type td {
    border-top: none;
  }
}

@media screen and (min-width: 768px) {
  .facial section {
    padding-bottom: 93px;
  }
  .facial h2 {
    font-size: 2.8rem;
    background: #2969B1;
    color: #fff;
    width: 100%;
    text-align: center;
    letter-spacing: .04em;
    line-height: 1.32143;
    padding: 8px 0;
    margin-bottom: 93px;
  }
  .facial h3 {
    font-size: 3.5rem;
    letter-spacing: .04em;
    line-height: 1.28571;
    margin-bottom: 8px;
  }
  .facial p {
    font-size: 1.6rem;
    letter-spacing: .04em;
    line-height: 1.3125;
  }
  .facial .table-default tr:first-of-type th {
    padding: 10px 0;
  }
  .facial .table-default th {
    font-size: 2.6rem;
    line-height: 1.42308;
    background: #2969B1;
    border-color: #fff;
    padding: 50px 0;
  }
  .facial .table-default td {
    font-size: 1.8rem;
    letter-spacing: .04em;
    line-height: 1.66667;
  }
}

@media screen and (max-width: 767px) {
  .facial section {
    padding-bottom: 50px;
  }
  .facial h2 {
    font-size: 2.0rem;
    color: #fff;
    background: #2969B1;
    display: block;
    padding: 4px 0;
    text-align: center;
    letter-spacing: .04em;
    line-height: 1.35;
    margin-bottom: 25px;
  }
  .facial h3 {
    font-size: 2.0rem;
    letter-spacing: .04em;
    line-height: 2.25;
    color: #2969B1;
  }
  .facial p {
    font-size: 1.47rem;
    letter-spacing: .04em;
    line-height: 1.75;
  }
  .facial .table-default tr:first-of-type th {
    padding: 10px 0;
  }
  .facial .table-default th {
    font-size: 1.47rem;
    line-height: 1.41667;
    background: #2969B1;
    border-color: #fff;
    padding: 50px 0;
  }
  .facial .table-default td {
    font-size: 1.47rem;
    letter-spacing: .04em;
    line-height: 2;
  }
}

@media screen and (min-width: 768px) {
  .facial #section01 .container {
    max-width: 1300px;
  }
  .facial #section01 h1 {
    font-size: 4.0rem;
    margin-bottom: 34px;
    letter-spacing: 0.1em;
    line-height: 1.325;
    color: #99AABF;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .facial #section01 h1 {
    font-size: 2.1rem;
    letter-spacing: .04em;
    line-height: 1.33333;
    margin-bottom: 23px;
    color: #99AABF;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .facial #section02 .container {
    max-width: 1100px;
  }
}

@media screen and (min-width: 768px) {
  .facial #section03 .container {
    max-width: 1100px;
  }
}

@media screen and (min-width: 768px) {
  .facial #section04 .container {
    max-width: 1100px;
  }
}

@media screen and (min-width: 768px) {
  .facial #section05 .container {
    max-width: 1100px;
  }
  .facial #section05 .container .row:nth-of-type(2) {
    margin-bottom: 64px;
  }
  .facial #section05 strong {
    font-size: 4.0rem;
    letter-spacing: .04em;
    line-height: 0.875;
    text-align: center;
    color: #2969B1;
    display: block;
    margin-bottom: 26px;
  }
  .facial #section05 .wrap {
    border: solid 5px rgba(153, 170, 191, 0.5);
    text-align: center;
    margin-bottom: 68px;
  }
  .facial #section05 .wrap h3 {
    font-size: 3.2rem;
    color: #2969B1;
    letter-spacing: .04em;
    line-height: 0.9375;
  }
  .facial #section05 .wrap p {
    font-size: 2.2rem;
    letter-spacing: .04em;
    line-height: 1.36364;
    margin-bottom: 26px;
  }
}

@media screen and (max-width: 767px) {
  .facial #section05 strong {
    font-size: 1.4rem;
    display: block;
    text-align: center;
    color: #2969B1;
    letter-spacing: .04em;
    line-height: 2.5;
    margin-bottom: 25px;
  }
  .facial #section05 .wrap {
    text-align: center;
    border: solid 5px rgba(153, 170, 191, 0.5);
    padding: 20px 14px;
  }
  .facial #section05 .wrap h3 {
    font-size: 1.4rem;
    margin-bottom: 0;
    letter-spacing: .04em;
    line-height: 1.42857;
  }
}

@media screen and (min-width: 768px) {
  .facial #section06 .container,
  .facial #section07 .container,
  .facial #section08 .container,
  .facial #section09 .container {
    max-width: 1100px;
  }
  .facial #section06 h3,
  .facial #section07 h3,
  .facial #section08 h3,
  .facial #section09 h3 {
    font-size: 3.5rem;
    letter-spacing: .04em;
    line-height: 1.28571;
    color: #99AABF;
    margin-bottom: 21px;
  }
  .facial #section06 p,
  .facial #section07 p,
  .facial #section08 p,
  .facial #section09 p {
    font-size: 1.6rem;
    letter-spacing: .04em;
    line-height: 1.3125;
  }
}

@media screen and (max-width: 767px) {
  .facial #section06 h3,
  .facial #section07 h3,
  .facial #section08 h3,
  .facial #section09 h3 {
    font-size: 1.4rem;
    letter-spacing: .04em;
    line-height: 3.21429;
    margin-bottom: 7px;
  }
}

@media screen and (min-width: 768px) {
  .facial #section10 {
    padding-bottom: 158px;
  }
  .facial #section10 .container {
    max-width: 1100px;
  }
  .facial #section10 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .facial #section10 .row:not(:last-of-type) {
    margin-bottom: 66px;
  }
  .facial #section10 .row:last-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .facial #section10 h3 {
    font-size: 4.0rem;
    line-height: 1.45;
    color: #99AABF;
    margin-bottom: 9px;
  }
  .facial #section10 p {
    font-size: 2.2rem;
    line-height: 1.45455;
  }
  .facial #section10 figure {
    position: relative;
  }
  .facial #section10 figure figcaption {
    position: absolute;
    font-size: 4.0rem;
    letter-spacing: .04em;
    line-height: 1.325;
    bottom: 0;
    background: rgba(105, 219, 232, 0.5);
    width: 100%;
    color: #fff;
    padding: 19px;
  }
  .facial #section10 td:first-child {
    font-weight: bold;
    font-size: 2.3rem;
    letter-spacing: .01em;
    line-height: 1.47826;
  }
  .facial #section10 td:last-child {
    font-size: 2.0rem;
    letter-spacing: .01em;
    line-height: 1.35;
  }
}

@media screen and (max-width: 767px) {
  .facial #section10 .row:not(:last-of-type) {
    margin-bottom: 24px;
  }
  .facial #section10 .row:last-of-type .col:first-child {
    margin-bottom: 0;
  }
  .facial #section10 .row:last-of-type .col:last-child th, .facial #section10 .row:last-of-type .col:last-child td {
    border-top: none;
  }
  .facial #section10 h3 {
    font-size: 3.0rem;
    line-height: 1.46667;
    margin-bottom: 4px;
  }
  .facial #section10 p {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0 20px;
  }
  .facial #section10 figure {
    position: relative;
  }
  .facial #section10 figure figcaption {
    position: absolute;
    font-size: 3.0rem;
    letter-spacing: .04em;
    line-height: 1.3;
    bottom: 0;
    background: rgba(105, 219, 232, 0.5);
    width: 100%;
    color: #fff;
    padding: 19px;
  }
  .facial #section10 figure img {
    width: 100%;
	height: 200px;
	object-fit: cover;
  }
  .facial #section10 td:first-child {
    font-weight: bold;
  }
}

@media screen and (min-width: 768px) {
  .facial #section11 .container {
    max-width: 1100px;
  }
  .facial #section11 .container .row:first-of-type {
    margin-bottom: 66px;
  }
  .facial #section11 strong {
    font-size: 4.0rem;
    letter-spacing: .04em;
    line-height: 0.875;
    color: #2969B1;
    display: block;
    text-align: center;
  }
  .facial #section11 ul {
    list-style: none;
  }
  .facial #section11 ul li {
    font-size: 1.8rem;
    letter-spacing: .04em;
    line-height: 1.94444;
    padding-left: 20px;
    position: relative;
  }
  .facial #section11 ul li:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 10px;
    background: #2969B1;
  }
}

@media screen and (max-width: 767px) {
  .facial #section11 ul {
    list-style: none;
    padding-left: 0;
  }
  .facial #section11 ul li {
    font-size: 1.47rem;
    line-height: 1.6;
    letter-spacing: .04em;
    position: relative;
    padding-left: 1.0em;
  }
  .facial #section11 ul li:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    background: #2969B1;
    width: 8px;
    height: 8px;
  }
}

@media screen and (min-width: 768px) {
  .facial #section12 h3 {
    font-size: 2.2rem;
    letter-spacing: .04em;
    line-height: 1.36364;
    padding: 10px 14px;
    margin-bottom: 14px;
    color: #2969B1;
    background: #DDF7F8;
  }
  .facial #section12 p, .facial #section12 li {
    font-size: 1.8rem;
    letter-spacing: .04em;
    line-height: 1.66667;
  }
  .facial #section12 ul {
    padding-left: 1.8em;
  }
  .facial #section12 .underline {
    text-decoration: underline;
  }
  .facial #section12 .wrap {
    list-style: none;
    padding-left: 0;
    border: solid 5px rgba(153, 170, 191, 0.5);
    padding: 20px 35px 18px 31px;
  }
  .facial #section12 .wrap li {
    position: relative;
    padding-left: 1.8rem;
  }
  .facial #section12 .wrap li:before {
    content: "★";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .facial #section12 h3 {
    font-size: 1.47rem;
    letter-spacing: .04em;
    line-height: 1.66667;
    background: #DDF7F8;
    padding: 11px 6px 8px 14px;
    margin-bottom: 13px;
  }
  .facial #section12 p {
    font-size: 1.47rem;
    letter-spacing: .04em;
    line-height: 2;
    margin-bottom: 13px;
  }
  .facial #section12 ul {
    padding-left: 1em;
    margin-bottom: 13px;
  }
  .facial #section12 ul li {
    font-size: 1.47rem;
    letter-spacing: .04em;
    line-height: 2;
  }
  .facial #section12 .wrap {
    list-style: none;
    border: solid 5px rgba(153, 170, 191, 0.5);
    width: 90%;
    margin: 0 auto;
    padding: 15px 30px;
  }
  .facial #section12 .wrap li {
    position: relative;
    padding-left: 1em;
  }
  .facial #section12 .wrap li:before {
    content: "★";
    position: absolute;
    left:0;
  }
}

@media screen and (min-width: 768px) {
  .coupon section {
    padding-bottom: 53px;
  }
  .coupon section .container {
    max-width: 1120px;
  }
  .coupon h1 {
    font-size: 4.0rem;
    letter-spacing: 0.04em;
    line-height: 1.325;
    color: #99AABF;
    margin-bottom: 35px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .coupon section {
    padding-bottom: 50px;
  }
  .coupon h1 {
    font-size: 2.1rem;
    letter-spacing: .04em;
    line-height: 1.33333;
    color: #99AABF;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
}

.coupon #section02 h3 {
  color: #3D3D3D;
  font-weight: bold;
  position: relative;
}

.coupon #section02 h3:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 5px;
  background: #2969B1;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  left: 0;
}

.coupon #section02 h3:first-of-type {
  margin-top: 0;
}

.coupon #section02 ul {
  list-style: none;
  padding-left: 0.5em;
}

.coupon #section02 ul li {
  color: #3D3D3D;
  border: solid 1px #3D3D3D;
  padding: 8px 10px;
  display: inline-block;
  margin-right: 6px;
}

@media screen and (min-width: 768px) {
  .coupon #section02 .container {
    background: #F4F4F2;
    padding: 32px;
  }
  .coupon #section02 h3 {
    font-size: 2.0rem;
    letter-spacing: .04em;
    line-height: 1.45;
    padding-left: .5em;
  }
  .coupon #section02 ul li {
    font-size: 2.0rem;
    letter-spacing: .04em;
  }
  .coupon #section02 .search_box {
    /* border: solid 1px #3D3D3D; */
    margin-left: 0.5em;
    margin-top: 30px;
  }
  .coupon #section02 .search_box p {
    color: #3D3D3D;
    font-size: 2.0rem;
    letter-spacing: .04em;
    padding: 8px 10px;
  }
}

@media screen and (max-width: 767px) {
  .coupon #section02 .container {
    background: #F4F4F2;
    padding: 14px;
  }
  .coupon #section02 h3 {
    font-size: 1.3rem;
    letter-spacing: .04em;
    line-height: 1.61538;
    padding-left: 1em;
  }
  .coupon #section02 ul li {
    font-size: 1.1rem;
    letter-spacing: .04em;
    line-height: 1.54545;
    margin-bottom: 6px;
  }
  .coupon #section02 .search_box {
    /* border: solid 1px #3D3D3D; */
    margin-left: 0.5em;
    margin-top: 17px;
  }
  .coupon #section02 .search_box p {
    color: #3D3D3D;
    font-size: 1.0rem;
    letter-spacing: .04em;
    padding: 3px;
  }
}

@media screen and (min-width: 768px) {
  .staff section .container {
    max-width: 1080px;
  }
  .staff h1 {
    font-size: 4.0rem;
    letter-spacing: 0.04em;
    line-height: 1.325;
    color: #99AABF;
    margin-bottom: 35px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .staff h1 {
    font-size: 2.1rem;
    letter-spacing: 0.04em;
    line-height: 1.33333;
    color: #99AABF;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .staff #section01 {
    padding-bottom: 80px;
  }
  .staff #section01 .row:not(:last-of-type) {
    margin-bottom: 164px;
  }
  .staff #section01 .row .col:last-child {
    padding-left: 90px;
  }
  .staff #section01 h3 {
    margin-top: 0;
    font-size: 3.6rem;
    letter-spacing: 0.04em;
    line-height: 1.52778;
    color: #2969B1;
    margin-bottom: 0;
  }
  .staff #section01 h3 span {
    display: block;
    color: #99AABF;
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    line-height: 1.3125;
    margin-top: 14px;
  }
  .staff #section01 dl {
    border-top: solid 1px #302F2F;
  }
  .staff #section01 dl dd,
  .staff #section01 dl dt {
    font-size: 2.0rem;
    letter-spacing: 0.04em;
    line-height: 1.45;
    font-weight: normal;
  }
  .staff #section01 dl dt {
    width: 200px;
    float: left;
    padding-bottom: 14px;
    padding-top: 14px;
  }
  .staff #section01 dl dd {
    padding-left: 200px;
    border-bottom: solid 1px #302F2F;
    margin-bottom: 0;
    padding-bottom: 14px;
    padding-top: 14px;
  }
}

@media screen and (max-width: 767px) {
  .staff #section01 {
    padding-bottom: 50px;
  }
  .staff #section01 .row:not(:last-of-type) {
    margin-bottom: 55px;
  }
  .staff #section01 h3 {
    font-size: 2.2rem;
    letter-spacing: 0.08em;
    line-height: 1.36364;
    margin-bottom: 0;
  }
  .staff #section01 h3 span {
    display: block;
    font-size: 1.0rem;
    color: #99AABF;
    line-height: 1.4;
    margin-top: 8px;
  }
  .staff #section01 dl {
    border-top: solid 1px #302F2F;
  }
  .staff #section01 dl dd,
  .staff #section01 dl dt {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    line-height: 1.4;
    font-weight: normal;
  }
  .staff #section01 dl dt {
    width: 140px;
    float: left;
    padding-bottom: 14px;
    padding-top: 14px;
  }
  .staff #section01 dl dd {
    padding-left: 140px;
    border-bottom: solid 1px #302F2F;
    margin-bottom: 0;
    padding-bottom: 14px;
    padding-top: 14px;
  }
}

.staff #section02 {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .staff #section02 {
    padding-bottom: 400px;
  }
  .staff #section02 h2 {
    font-size: 4.0rem;
    letter-spacing: 0.04em;
    line-height: 1.325;
    color: #99AABF;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 767px) {
  .staff #section02 {
    padding-bottom: 50px;
  }
  .staff #section02 h2 {
    font-size: 2.1rem;
    letter-spacing: 0.04em;
    line-height: 1.33333;
    color: #99AABF;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .qa section .container {
    max-width: 1080px;
  }
}

@media screen and (min-width: 768px) {
  .qa #section01 {
    padding-bottom: 200px;
  }
  .qa #section01 .container {
    max-width: 700px;
  }
  .qa #section01 h1 {
    font-size: 4.0rem;
    letter-spacing: 0.04em;
    line-height: 1.325;
    color: #99AABF;
    margin-bottom: 35px;
    padding-bottom: 0;
  }
  .qa #section01 h2 {
    font-size: 2.8rem;
    letter-spacing: 0.04em;
    line-height: 1.32143;
    display: block;
    text-align: center;
    color: #fff;
    background: #2969B1;
    padding: 10px 0;
  }
  .qa #section01 h3 {
    margin-top: 0;
    font-size: 1.3rem;
    letter-spacing: 0.04em;
    line-height: 1.46154;
    color: #99AABF;
    position: relative;
    padding: 35px;
  }
  .qa #section01 h3:before {
    content: "Q";
    position: absolute;
    font-size: 3.6rem;
    letter-spacing: 0.04em;
    left: 0;
    top: 50%;
    -webkit-transform: translatey(-50%);
            transform: translatey(-50%);
  }
  .qa #section01 p {
    margin-top: 0;
    font-size: 1.3rem;
    letter-spacing: 0.04em;
    line-height: 1.46154;
    position: relative;
    padding-left: 35px;
  }
  .qa #section01 p:before {
    content: "A";
    position: absolute;
    font-size: 3.6rem;
    letter-spacing: 0.04em;
    left: 0;
    top: -10px;
  }
}

@media screen and (max-width: 767px) {
  .qa #section01 {
    padding-bottom: 50px;
  }
  .qa #section01 .row:not(:last-of-type) {
    margin-bottom: 50px;
  }
  .qa #section01 h1 {
    font-size: 2.1rem;
    letter-spacing: 0.04em;
    line-height: 1.33333;
    color: #99AABF;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .qa #section01 h2 {
    font-size: 2.0rem;
    letter-spacing: 0.04em;
    line-height: 1.35;
    display: block;
    text-align: center;
    color: #fff;
    background: #2969B1;
    padding: 10px 0;
  }
  .qa #section01 h3 {
    margin-top: 0;
    font-size: 1.47rem;
    letter-spacing: 0.04em;
    line-height: 1.46154;
    color: #99AABF;
    position: relative;
    padding-left: 35px;
    margin-bottom: 35px;
  }
  .qa #section01 h3:before {
    content: "Q";
    position: absolute;
    font-size: 3.6rem;
    letter-spacing: 0.04em;
    left: 0;
    top: -16px;
  }
  .qa #section01 p {
    margin-top: 0;
    font-size: 1.47rem;
    letter-spacing: 0.04em;
    line-height: 1.46154;
    position: relative;
    padding-left: 35px;
  }
  .qa #section01 p:before {
    content: "A";
    position: absolute;
    font-size: 3.6rem;
    letter-spacing: 0.04em;
    left: 0;
    top: -10px;
  }
}



.card_list{
    display: flex;
    flex-wrap: wrap;
    list-style:none;
    margin:0;
    padding:0;
}

.card_list li{
	width:70px;
	margin-right:10px;
}

.card_list li:last-child{
	margin-right:0;
}


.card_list li img{
	width:100%;
}

@media screen and (max-width: 767px) {
.card_list li{
	width:45px;
}
}

.sns_list{
    display: flex;
    flex-wrap: wrap;
    list-style:none;
    margin:auto;
    padding:0;
   justify-content: center;
}

.sns_list li{
	width:59px;
	margin-right:10px;
}

.sns_list li:last-child{
	margin-right:0;
}

.sns_list li img{
	width:100%;
	display:block;
}


.video_wrap{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.video_wrap iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}


.colmun_list{
	width:100%;
	margin:0;
	padding:0 20px;
	list-style:none;
	display:flex;
	flex-wrap:wrap;
}

@media screen and (max-width: 1023px) {
.colmun_list{
	padding:0;
}
}

.colmun_list_item{
	width:calc((100% - 40px)/3);
	margin:0 20px 40px 0;
	padding:0;
}

.colmun_list_item:nth-of-type(3n){
	margin-right:0;
}


@media screen and (max-width: 767px) {
.colmun_list_item:nth-of-type(3n),
.colmun_list_item{
	width:calc((100% - 20px)/2);
	margin:0 20px 20px 0;
}

.colmun_list_item:nth-of-type(2n){
	margin-right:0;
}

}

.post_thumb img{
	display:block;
	width:100% !important;
	height:auto !important;
}


.gutters .col.span_12.hasmt{
	margin-top:40px;
}


.coupon_list_wrap{
	margin:0;
	padding:0;
}

.coupon_list + .coupon_list{
	margin-top:40px;
}

.coupon_list {
    border: solid 1px #CCCCCC;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    width: 100%;
    display:flex;
    flex-wrap:wrap;
    background:#2969B1;
    padding:4px;
}

.coupon_list + .coupon_list{
	margin-top:40px;
}

.coupon_item_mat:nth-of-type(1){
	width:20px;
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color:#FFF;
	padding-right:4px;
}

.coupon_item_mat:nth-of-type(1) span{

}

.coupon_item_mat:nth-of-type(2){
	width:calc(100% - 20px);
}
.coupon_item_details {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 10px 0 10px;
    text-align: left;
    background:#FFF;
    width:100%;
}

.coupon_item_details:nth-of-type(2){
    padding: 10px 10px 10px 10px;
}


.details_cate {
    display:inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 2px 6px;
    text-align: left;
    color: #FFFFFF;
    white-space: nowrap;
}

.details_cate.cate1 {
    background-color: #C489C1;
}

.coupon_menu{
	display:flex;
	width:100%;
}

@media screen and (max-width: 767px) {
.coupon_menu{
	display:block;
}
}

.coupon_menu_list p{
	white-space:nowrap;
	font-size: 14px;
}

@media screen and (max-width: 767px) {
.coupon_menu_list p{
	white-space:normal;
}
}

.price{
	white-space:nowrap;
	margin:0;
	padding:0;
	text-align:right;
	width:100%;
	color: #CC4466;
	font-size:2.5rem;
}

.coupon_img_wrap{
	display:flex;
	width:100%;
	flex-wrap:wrap;
}

.coupon_img{
	width:120px;
}

.coupon_img_details{
	width:calc(100% - 130px);
  font-weight: normal;
  padding-left: 10px;
}
.coupon_details_course_name{
	width:100%;
}

.terms_list{
	display:flex;
	width:100%;
	flex-wrap:wrap;
}

.terms_list_item{
	width:65px;
}

.terms_list_txt{
	width:calc(100% - 65px);
}

.coupon_reservation{
	width: 240px;
	text-align: center;
	background: linear-gradient(to bottom, #AD7EDB 0%,#8A5DB7 75%,#7F51AC 100%);
    border: 1px solid #B386E0;
    border-radius: 4px;
    box-shadow: inset 1px 1px 3px #D9BFF0, inset -1px -1px 3px #A781CC;
}

@media screen and (max-width: 767px) {
.coupon_reservation{
	width: calc(100% + 65px);
}
}
.coupon_reservation a{
	padding: 8px 20px;
	text-decoration: none;
	display: block;
	color: #ffffff;
}

.staff_list{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	padding:50px 50px 0;
}

.staff_item{
	width:calc((100% - 100px)/2);
	margin:0 100px 0 0;
}

.staff_item:nth-of-type(2n){
	margin:0 0 50px 0;
}



.staff_item img{
	display:block;
	width:100%;
	margin-bottom:20px;
}


@media screen and (max-width: 767px) {
.staff_list{
	width:100%;
	padding:20px 20px 0;
}

.staff_item{
	width:calc((100% - 20px)/2);
	margin:0 20px 0 0;
}

.staff_item:nth-of-type(2n){
	margin:0 0 20px 0;
}


}

.sns_wrap ul{
	display:flex;
	margin:0;
	padding:0;
	list-style:none;
}

.sns_wrap ul li{
	width:41px;
	margin-right:10px;
}

.sns_wrap ul li img{
	width:100%;
	display:block;
}

.wp_rp_wrap.wp_rp_vertical_m#wp_rp_first{
	display:none !important;
}


/* top変更 */
.h1-img{
	margin: 40px -200% !important;
    padding: 0 200% !important;
    background: #005eca;
}

.point{
		margin: 80px 0;
		clear: both;
		overflow: hidden;
	}
	
	.point h2{
		color: #005eca;
		text-align: center;
		font-size: 36px;
		font-weight: bold;
		margin: 0 auto 20px;
	}
	
	.point1 h2::before{
		display: block;
		background: url(https://qb-datsumou.com/wordpress/wp-content/uploads/maru_PC_01.jpg);
		content: "";
		background-repeat: no-repeat;
		background-position: center 0px;
		background-size: 80px;
		height: 100px;
	}
	
	.point2 h2::before{
		display: block;
		background: url(https://qb-datsumou.com/wordpress/wp-content/uploads/maru_PC_02.jpg);
		content: "";
		background-repeat: no-repeat;
		background-position: center 0px;
		background-size: 80px;
		height: 100px;
	}	
	
	.point3 h2::before{
		display: block;
		background: url(https://qb-datsumou.com/wordpress/wp-content/uploads/maru_PC_03.jpg);
		content: "";
		background-repeat: no-repeat;
		background-position: center 0px;
		background-size: 80px;
		height: 100px;
	}
	
	.point p{
		text-align: center;
	}
	
	.point-subcopy{
		font-size: 18px !important;
		font-weight: bold;
		margin: 0 20px 20px 20px;
	}
	
	.point-inner{
		width: 800px;
		margin: 0 auto;
	}
	
	.point-inner-left{
		float: left;
		width: 400px;
	}
	
	.point-inner-left img{
		width: 100%;
	}
	
	.point-inner-right{
		float: right;
		width: 400px;
	}
	
	.point-inner-right h3{
		color: #2b2b2b;
		margin-top: 15px;
		margin-bottom: 10px;
   		margin-left: 20px;
		text-align: left;
		font-size: 32px;
	}
	
	.point-inner-right p{
		margin: 0 0 0 40px;
		text-align: left;
		line-height: 1.8 !important;
	}
	
	.point-area{
		width: 800px;
		margin: 0 auto;
		padding: 30px;
		background: #f4f4f4;
		overflow: hidden;
	}
	
	
	.point-area h3{
		font-size: 24px;
		font-weight: bold;
		color: #000;
		text-align: center;
		padding-bottom: 20px;
	}
	
	.point-area img{
		width: 100%;
	}


	
	.point-area-left{
		float: left;
		width: 50%;
		padding-right: 10px;
		
	}
	
	
	.point-area-right{
		float: right;
		width: 50%;	
		padding-left: 10px;
	}
	
.point-area-title{
	font-size: 21px !important;
}
	
	
	
	
	
.top-concept-maincopy{
	padding: 30px 0;
	text-align: center;
}
	
.top-concept-inner{
	width: 950px;
	margin: 0 auto;
}

    .top-concept-inner img{
		width: 32%;
	}
	
	.top-concept-subcopy{
		width: 80%;
		margin: 30px auto 60px auto;
		text-align: center;
	}

.top-concept-inner-sp{
	display: none;
}

@media screen and (max-width: 767px) {
	
	.top-concept-maincopy{
		width: 90%;
		margin: 0 auto;
		padding: 0 0 10px 0;
	}
	
	.top-concept-inner{
		display: none;
	}
	
	.top-concept-inner-sp{
		display: block;
		width: 100%;
	}
	
	.top-concept-inner-sp img{
		width: 100%;
		padding: 0 5px 10px 5px;
	}
	
	.top-concept-subcopy img{
		width: 90%;
		margin: 0 auto;
	}
	
	.h1-img img{
		width: 100%;
	}
	
	.point{
		margin: 40px 0;
	}
	
	.point h2{
		font-size: 28px;
	}
	
	.point-inner{
		width: 100%;
	}
	
	.point-inner-left{
		float: none;
		width: 100%;
	}
	
	.point-inner-right{
		float: none;
		width: 100%;
	}
	
	.point-inner-right h3{
		font-size: 28px;
	}
	
	.point-inner-right p{
		margin: 0 20px 0 20px;
	}
	
	
	.point-area{
		width: 100%;
	}
	
	
	.point-area-left{
		float: none;
		width: 100%;
		padding-right: 0;
	}
	
	
	.point-area-right{
		float: none;
		width: 100%;
		padding-left: 0;
		margin-top: 20px;
	}
	
	
}