@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@font-face {
  font-family: "notoSans";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSans/NotoSansR.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "notoSans";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSans/NotoSansM.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "notoSans";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSans/NotoSansB.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "notoSerif";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSerif/NotoSerifR.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "notoSerif";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSerif/NotoSerifM.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "notoSerif";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSerif/NotoSerifB.woff") format("woff");
  font-display: swap;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.075em;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 2;
  font-weight: 400;
  color: #333333;
  font-family: "notoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  word-wrap: break-word;
}

a {
  text-decoration: none;
}

figure {
  padding: 0;
  margin: 0;
}

.inner {
  margin: 0 auto;
  max-width: 960px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bg100 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

@media screen and (max-width: 960px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 640px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.bornone td {
  border: none !important;
}

.pdnone td {
  padding: 0 !important;
}

.img100 img {
  width: 100%;
}

#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#contents {
  padding: 0;
  max-width: 100%;
}

#main {
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 960px) {
  #main {
    width: 100%;
  }
}

#main #col_main {
  width: 100%;
}

@media screen and (max-width: 960px) {
  #main #col_main {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  #side {
    width: 18.75%;
  }
}

@media screen and (max-width: 960px) {
  #side aside {
    width: 100% !important;
  }
}

.policy h2 {
  border-bottom: 2px solid #bbbbbb;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: fixed;
}

table td {
  margin-bottom: -1px !important;
  padding: 15px !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #b3b3b3;
}

span {
  font-weight: inherit;
}

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

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

u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

b {
  font-weight: bold;
}

.borderB {
  border-bottom: 1px dashed #333;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

#contents_wrap {
  min-width: auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 960px) {
  #contents_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#contents {
  max-width: 960px;
  width: 100%;
}

.tacenter {
  text-align: center !important;
}

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

@media screen and (max-width: 834px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
}

.mincho {
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "notoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header#global_header {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin: 0 auto;
}

footer#global_footer {
  min-width: 100% !important;
}

.dsnone {
  display: none;
}

#modal {
  display: none;
}

.modaal-close {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: inherit !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
}

.modaal-close::before, .modaal-close::after {
  display: none !important;
}

.cus-close {
  position: static !important;
  color: #333 !important;
  opacity: 1 !important;
  text-align: center;
  border-radius: inherit !important;
  background: #ddd !important;
  padding: 5px 0 !important;
}

.modaal-content-container {
  padding: 25px !important;
}

@media screen and (max-width: 480px) {
  .modaal-content-container {
    padding: 15px !important;
  }
  .modaal-content-container .policy h2 {
    font-size: 16px;
  }
  .modaal-content-container .policy p {
    font-size: 14px;
  }
}

.modaal-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 768px;
  overflow-y: scroll;
}

@media screen and (max-width: 480px) {
  .modaal-container {
    max-height: 100%;
  }
}

@media screen and (max-width: 480px) {
  .modaal-inner-wrapper {
    padding: 80px 10px !important;
  }
}

.bt_confirm {
  background: #222;
  width: auto;
  text-indent: 0;
  color: #fff;
  border: none;
}

.bt_back {
  background: #eee;
  text-indent: 0;
  width: auto;
  padding: 0 20px;
}

.bt_send {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.annot {
  display: none;
}

h2.mail {
  display: none;
}

header#global_header {
  max-width: 100%;
}

#header {
  width: 100%;
}

.sub_page #header_inner {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
}

@media screen and (max-width: 834px) {
  .sub_page #header_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (max-width: 640px) {
  .sub_page #header_inner {
    padding: 15px 10px;
  }
}

.sub_page #header_inner #siteID {
  margin-top: 0;
}

.sub_page #header_inner #siteID .pc {
  width: 200px;
}

.sub_page #header_inner #siteID .tab {
  display: none;
}

@media screen and (max-width: 834px) {
  .sub_page #header_inner #siteID .tab {
    display: block;
  }
}

.sub_page #header_inner #nav_global {
  margin-top: 25px;
}

@media screen and (max-width: 834px) {
  .sub_page #header_inner #nav_global {
    margin-top: 0;
  }
}

.sub_page #header_inner .tel_wrap dl {
  color: #fff;
}

.sub_page #header_inner .tel_wrap dl dt {
  font-size: 1.2rem;
  padding: 5px;
}

.sub_page #header_inner .tel_wrap dl dd {
  font-size: 1.2rem;
}

.sub_page #header_inner .tel_wrap .call {
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3rem;
  line-height: 1;
  margin-top: 8px;
}

.sub_page #header_inner .tel_wrap .call a {
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #fff;
}

.sub_page #header_inner .tel_wrap .call span {
  font-size: 2rem;
  margin-right: 15px;
}

.sub_page #header_inner .h_btn a {
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #fff;
  border: 1px solid #fff;
  display: block;
  font-size: 1.3rem;
  line-height: 1;
  padding: 24px 30px;
}

@media screen and (max-width: 834px) {
  .sub_page #header_inner .h_btn a {
    font-size: 1.5rem;
  }
}

.sub_page #header_inner #h_right {
  max-width: 800px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media screen and (max-width: 1200px) {
  .sub_page #header_inner #h_right {
    max-width: 760px;
  }
}

@media screen and (max-width: 834px) {
  .sub_page #header_inner #h_right {
    width: auto;
  }
}

#header_inner {
  position: absolute;
  color: #fff;
  top: 60px;
  right: 60px;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  #header_inner {
    top: 20px;
    right: 20px;
  }
}

@media screen and (max-width: 834px) {
  #header_inner {
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 15px 20px;
  }
}

@media screen and (max-width: 640px) {
  #header_inner {
    padding: 15px 10px;
  }
}

#header_inner #siteID {
  margin-top: 80px;
}

@media screen and (max-width: 1200px) {
  #header_inner #siteID {
    margin-top: 60px;
  }
}

@media screen and (max-width: 834px) {
  #header_inner #siteID {
    margin-top: 0;
  }
}

@media screen and (max-width: 1200px) {
  #header_inner #siteID img {
    width: 300px;
  }
}

@media screen and (max-width: 960px) {
  #header_inner #siteID img {
    width: 240px;
  }
}

@media screen and (max-width: 834px) {
  #header_inner #siteID .pc {
    display: none;
  }
}

#header_inner #siteID .tab {
  display: none;
}

@media screen and (max-width: 834px) {
  #header_inner #siteID .tab {
    display: block;
  }
}

#header_inner h1 {
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 5.4rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 60px;
}

@media screen and (max-width: 1200px) {
  #header_inner h1 {
    font-size: 4.8rem;
  }
}

@media screen and (max-width: 960px) {
  #header_inner h1 {
    font-size: 4rem;
    margin-top: 30px;
  }
}

.h_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 834px) {
  .h_contact {
    display: none;
  }
}

.h_contact .tel_wrap {
  margin-right: 20px;
  text-align: right;
  line-height: 1.6;
}

@media screen and (max-width: 834px) {
  .h_contact .tel_wrap {
    margin-right: 0;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .h_contact .tel_wrap {
    text-align: left;
  }
}

.h_contact .tel_wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}

@media screen and (max-width: 834px) {
  .h_contact .tel_wrap dl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 480px) {
  .h_contact .tel_wrap dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.h_contact .tel_wrap dl dt {
  background: #222;
  border-radius: 3px;
  font-size: 1.3rem;
  padding: 5px 12px;
  margin-right: 10px;
}

.h_contact .tel_wrap dl dt:last-of-type {
  margin-left: 15px;
}

@media screen and (max-width: 480px) {
  .h_contact .tel_wrap dl dt:last-of-type {
    margin-left: 0;
    margin-top: 10px;
  }
}

@media screen and (max-width: 480px) {
  .h_contact .tel_wrap dl dt {
    width: 23%;
    margin-right: 0;
    padding: 5px 0;
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .h_contact .tel_wrap dl dd {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 480px) {
  .h_contact .tel_wrap dl dd {
    width: 77%;
    padding-left: 10px;
  }
}

@media screen and (max-width: 480px) {
  .h_contact .tel_wrap dl dd:last-of-type {
    margin-top: 10px;
  }
}

.h_contact .tel_wrap .call {
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3.4rem;
  line-height: 1;
  margin-top: 8px;
}

.h_contact .tel_wrap .call a {
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #fff;
}

.h_contact .tel_wrap .call span {
  font-size: 2.2rem;
  margin-right: 15px;
}

.h_btn a {
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #fff;
  border: 1px solid #fff;
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  padding: 24px 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.h_btn a:hover {
  background: #bb0000;
  border: 1px solid #bb0000;
}

#nav_global {
  width: 100%;
  margin-top: 35px;
  position: relative;
}

@media screen and (max-width: 834px) {
  #nav_global {
    margin-top: 0;
    width: auto;
  }
}

#nav_global .nav-bar {
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 2px;
  background: #bb0000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 834px) {
  #nav_global .nav-bar {
    display: none;
  }
}

#nav_global > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 834px) {
  #nav_global > ul {
    display: none;
  }
}

#nav_global > ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#nav_global > ul li:not(:last-child) {
  border-right: 1px solid #fff;
}

#nav_global > ul li a {
  color: #fff;
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: block;
  line-height: 1;
  font-size: 1.5rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#nav_global > ul li a:hover {
  color: #bb0000;
}

#mainArea {
  width: 100% !important;
  position: relative;
}

@media screen and (max-width: 834px) {
  #mainArea {
    margin-top: 66px;
  }
}

#mainArea img {
  width: 100% !important;
  height: 820px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 1200px) {
  #mainArea img {
    height: 660px !important;
  }
}

@media screen and (max-width: 960px) {
  #mainArea img {
    height: 540px !important;
  }
}

@media screen and (max-width: 834px) {
  #mainArea img {
    height: 64.7482vw !important;
  }
}

#mainArea h1 {
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 5.4rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 60px;
  color: #fff;
}

@media screen and (max-width: 960px) {
  #mainArea h1 {
    font-size: 4rem;
    margin-top: 30px;
  }
}

@media screen and (max-width: 834px) {
  #mainArea h1 {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 0;
    text-align: right;
    font-size: calc(2.2rem + ((1vw - 3.75px) * 3.9216));
  }
}

#subArea {
  height: 260px;
  background: url(../images/home/bg02.jpg);
  position: relative;
  margin-top: 148px;
}

@media screen and (max-width: 834px) {
  #subArea {
    margin-top: 66px;
  }
}

@media screen and (max-width: 640px) {
  #subArea {
    height: 200px;
  }
}

@media screen and (max-width: 480px) {
  #subArea {
    height: 180px;
  }
}

@media screen and (max-width: 375px) {
  #subArea {
    height: 160px;
  }
}

#subArea h1 {
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #fff;
  font-size: 4.4rem;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 960px) {
  #subArea h1 {
    font-size: calc(2.6rem + ((1vw - 3.75px) * 3.0769));
  }
}

#sp {
  display: none;
}

@media screen and (max-width: 834px) {
  #sp {
    display: block;
  }
}

#nav_sp {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #000;
  z-index: 210;
}

.nav_wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: absolute;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 834px) {
  .nav_wrap .h_contact {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
    margin-top: 30px;
  }
  .nav_wrap .h_contact dl dt {
    font-size: 1.2rem;
  }
  .nav_wrap .h_contact dl dd {
    font-size: 1.2rem;
  }
  .nav_wrap .h_contact .h_btn {
    margin-top: 20px;
  }
}

@media screen and (max-width: 834px) and (max-width: 834px) {
  .nav_wrap .h_contact .call {
    font-size: 3rem;
  }
  .nav_wrap .h_contact .call span {
    font-size: 2rem;
  }
}

.nav_wrap ul {
  width: 100%;
  padding: 0 20px;
}

.nav_wrap ul li {
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 834px) {
  .nav_wrap ul li {
    padding: 15px 0;
  }
}

@media screen and (max-width: 375px) {
  .nav_wrap ul li {
    padding: 10px 0;
  }
}

.nav_wrap ul li a {
  color: #fff;
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: block;
}

@media screen and (max-width: 834px) {
  .nav_wrap ul li a {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 640px) {
  .nav_wrap ul li a {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 375px) {
  .nav_wrap ul li a {
    font-size: 1.4rem;
  }
}

.sp_menu {
  width: 24px;
  height: 18px;
  display: block;
  z-index: 300;
  position: relative;
  display: none;
}

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

@media screen and (max-width: 480px) {
  .sp_menu {
    margin-right: 10px;
  }
}

.sp_menu div {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #fff;
}

.sp_menu div:nth-of-type(1) {
  top: 0;
}

.sp_menu div:nth-of-type(2) {
  top: 8px;
  opacity: 1;
}

.sp_menu div:nth-of-type(3) {
  bottom: 0;
}

.sp_menu.off div:nth-of-type(1) {
  -webkit-animation: menu-bar01 0.75s forwards;
  animation: menu-bar01 0.75s forwards;
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

.sp_menu.off div:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  -webkit-transition: all 0.25s 0.25s;
}

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

.sp_menu.off div:nth-of-type(3) {
  -webkit-animation: menu-bar02 0.75s forwards;
  animation: menu-bar02 0.75s forwards;
}

.sp_menu.on div:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.75s forwards;
  animation: active-menu-bar01 0.75s forwards;
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
}

@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
}

.sp_menu.on div:nth-of-type(2) {
  opacity: 0;
}

.sp_menu.on div:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 0.75s forwards;
  animation: active-menu-bar03 0.75s forwards;
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
}

#footer {
  padding: 45px 0;
  background: #000;
  font-size: 1.4rem;
}

#footer #footer_inner {
  max-width: 960px;
  margin: auto;
  color: #fff;
}

@media screen and (max-width: 960px) {
  #footer #footer_inner {
    padding: 0 20px;
  }
}

@media screen and (max-width: 640px) {
  #footer #footer_inner {
    padding: 0 10px;
  }
}

@media screen and (max-width: 640px) {
  .subnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.subnav ul li {
  display: inline-block;
  line-height: 1;
}

.subnav ul li:not(:last-child) {
  border-right: 1px solid #fff;
}

@media screen and (max-width: 640px) {
  .subnav ul li {
    width: 49.5%;
    margin-bottom: 1%;
  }
  .subnav ul li:not(:last-child) {
    border-right: none;
  }
}

.subnav ul li a {
  color: #fff;
  font-size: 1.4rem;
  display: inline-block;
  padding: 0 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.subnav ul li a:hover {
  color: #bb0000;
}

@media screen and (max-width: 640px) {
  .subnav ul li a {
    background: #222;
    display: block;
    padding: 10px 0;
    border-radius: 3px;
  }
}

@media screen and (max-width: 480px) {
  .subnav ul li a {
    font-size: 1.3rem;
  }
}

.f_copy {
  margin-top: 40px;
}

.f_copy a {
  color: #fff;
}

#contents_wrap {
  padding: 100px 0 170px;
}

@media screen and (max-width: 960px) {
  #contents_wrap {
    padding: 100px 20px 80px;
  }
}

@media screen and (max-width: 834px) {
  #contents_wrap {
    padding: 80px 20px 80px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    padding: 60px 10px 50px;
  }
}

.sub_page #contents_wrap {
  padding: 40px 0 100px;
}

@media screen and (max-width: 960px) {
  .sub_page #contents_wrap {
    padding: 40px 20px 80px;
  }
}

@media screen and (max-width: 834px) {
  .sub_page #contents_wrap {
    padding: 40px 20px 80px;
  }
}

@media screen and (max-width: 640px) {
  .sub_page #contents_wrap {
    padding: 40px 10px 50px;
  }
}

@media screen and (max-width: 640px) {
  .sp_left h2 {
    text-align: left !important;
  }
  .sp_left h2 br {
    display: none;
  }
  .sp_left div {
    text-align: left !important;
  }
}

.title01 h2 {
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3.6rem;
  color: #000;
  line-height: 1.7;
  font-weight: 500;
}

@media screen and (max-width: 960px) {
  .title01 h2 {
    font-size: calc(2.6rem + ((1vw - 3.75px) * 1.7094));
  }
}

.title02 h2 {
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.6rem;
  color: #000;
  line-height: 1.7;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.title02 h3 {
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.2rem;
  color: #fff;
  line-height: 1.7;
  font-weight: 500;
  border-bottom: 2px solid #222;
}

.title03 article {
  background: url(../images/home/bg03.jpg);
}

.title03 h2 {
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.6rem;
  color: #fff;
  line-height: 1.7;
  font-weight: 500;
  padding: 7px 20px;
  background: rgba(38, 0, 0, 0.5);
}

@media screen and (max-width: 960px) {
  .title03 h2 {
    font-size: calc(2.4rem + ((1vw - 3.75px) * 0.3419));
  }
}

.btn {
  background: url(../images/home/bg_btn.jpg) center top;
}

.btn a {
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #fff;
  display: block;
  padding: 20px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn a:hover {
  background: rgba(255, 255, 255, 0.25);
}

.btn.btn01 {
  max-width: 320px;
}

@media screen and (max-width: 480px) {
  .btn.btn01 {
    max-width: 100%;
  }
}

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

.bg01 {
  position: relative;
}

.bg01 .inner {
  background: rgba(255, 255, 255, 0.45);
  position: relative;
  z-index: 2;
  padding: 20px;
}

@media screen and (max-width: 640px) {
  .bg01 .inner {
    padding: 0;
    background: none;
  }
}

.bg01 .img_ramen {
  position: absolute;
  right: -80px;
  top: -80px;
}

@media screen and (max-width: 640px) {
  .bg01 .img_ramen {
    display: none;
  }
}

.bg01 .img_ramen .imgL {
  margin-right: 0;
}

.bg02 {
  background: url(../images/home/bg02.jpg) center top no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.bg02 .inner {
  max-width: 1170px;
}

.bg03 {
  background: url(../images/home/bg03.jpg) center top repeat;
}

.bg03 .inner {
  background: #fff;
  padding: 40px 50px 50px;
}

.news {
  max-height: 210px;
  overflow-y: auto;
}

.news dl {
  font-size: 1.4rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px dashed #333;
  padding: 45px 0 10px;
}

@media screen and (max-width: 480px) {
  .news dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 0 10px;
  }
}

.news dl:first-child {
  padding-top: 0;
}

.news dl dt {
  background: none !important;
  padding: 0 !important;
  border: none !important;
  width: 110px !important;
}

.news dl dd {
  background: none !important;
  padding: 0 !important;
  border: none !important;
  width: auto !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flexbox01 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flexbox01 .box {
  width: 31.62393%;
  background: #fff;
  padding: 40px 30px 30px;
  position: relative;
}

@media screen and (max-width: 960px) {
  .flexbox01 .box {
    padding: 25px 15px 15px;
  }
}

@media screen and (max-width: 834px) {
  .flexbox01 .box {
    width: 48%;
  }
  .flexbox01 .box:nth-child(n + 3) {
    margin-top: 4%;
  }
}

@media screen and (max-width: 640px) {
  .flexbox01 .box {
    width: 100%;
  }
  .flexbox01 .box:nth-child(n + 2) {
    margin-top: 6%;
  }
}

.flexbox01 .box::before {
  content: "";
  background: url(../images/home/bg03.jpg) center top;
  width: 100%;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

.flexbox01 .box img {
  width: 100% !important;
}

.flexbox01 .box div {
  font-size: 1.3rem;
  line-height: 1.7;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flexbox01 .box div a {
  display: block;
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.4rem;
  text-align: center;
  margin-top: auto;
  width: 100%;
  margin-top: 30px;
  border: 1px solid #000;
  padding: 20px 0;
  color: #000;
  letter-spacing: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.flexbox01 .box div a:hover {
  background: #bb0000;
  color: #fff;
  border: 1px solid #bb0000;
}

.flex01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex01 .leftArea {
  width: 47.91667%;
  background: #f6f6f6;
  padding: 40px;
}

@media screen and (max-width: 960px) {
  .flex01 .leftArea {
    padding: 40px 25px;
  }
}

@media screen and (max-width: 768px) {
  .flex01 .leftArea {
    width: 100%;
  }
}

.flex01 .leftArea h2 {
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.flex01 .leftArea .call {
  font-size: 3.6rem;
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .flex01 .leftArea .call div {
    text-align: left !important;
  }
}

@media screen and (max-width: 834px) {
  .flex01 .leftArea .call {
    font-size: 3.2rem;
  }
}

.flex01 .leftArea .call a {
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #222;
}

.flex01 .leftArea .call span {
  font-size: 2.4rem;
}

.flex01 .leftArea .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 960px) {
  .flex01 .leftArea .layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .flex01 .leftArea .layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (max-width: 480px) {
  .flex01 .leftArea .layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flex01 .leftArea .layout dl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-size: 1.2rem;
}

@media screen and (max-width: 960px) {
  .flex01 .leftArea .layout dl:last-child {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .flex01 .leftArea .layout dl:last-child {
    margin-top: 0;
  }
}

@media screen and (max-width: 480px) {
  .flex01 .leftArea .layout dl:last-child {
    margin-top: 10px;
  }
}

.flex01 .leftArea .layout dl:last-child dt {
  margin-left: 15px;
}

@media screen and (max-width: 960px) {
  .flex01 .leftArea .layout dl:last-child dt {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .flex01 .leftArea .layout dl:last-child dt {
    margin-left: 20px;
  }
}

@media screen and (max-width: 480px) {
  .flex01 .leftArea .layout dl:last-child dt {
    margin-left: 0;
  }
}

.flex01 .leftArea .layout dl dt {
  background: #222;
  border-radius: 3px;
  font-size: 1.3rem;
  border: none !important;
  padding: 5px 0 !important;
  margin-right: 10px;
  color: #fff;
  font-size: 1.1rem;
  width: 60px !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex01 .leftArea .layout dl dd {
  background: none !important;
  padding: 0 !important;
  border: none !important;
  width: auto !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flex01 .rightArea {
  width: 47.91667%;
}

@media screen and (max-width: 768px) {
  .flex01 .rightArea {
    width: 100%;
    margin-top: 30px;
  }
}

.top_insta .sns_list {
  border: none !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.top_insta .sns_list > div {
  border: none !important;
  width: 23% !important;
}

@media screen and (max-width: 640px) {
  .top_insta .sns_list > div {
    width: 48.5%;
  }
  .top_insta .sns_list > div:nth-child(n + 3) {
    margin-top: 3%;
  }
}

.top_insta .sns_list .sns_text {
  display: none;
}

.top_insta .sns_list .sns_photo {
  width: 100% !important;
  padding: 0 !important;
}

.gmap iframe {
  vertical-align: bottom;
}

.btn02 a {
  border: 1px solid #222;
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #222;
  display: block;
  text-align: center;
  padding: 15px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn02 a:hover {
  background: #bb0000;
  color: #fff;
  border: 1px solid #bb0000;
}

.btn02.c_btn a {
  max-width: 320px;
}

.btn02.center a {
  margin: auto;
}

.pankuzu {
  font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
  .pankuzu {
    display: none;
  }
}

.pankuzu ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.pankuzu ol li:first-child {
  margin-right: 5px;
}

.pankuzu ol li:last-child {
  margin-left: 5px;
}

.form dl {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.form dl:first-child {
  border-top: 1px solid #ddd;
}

.form dl dt {
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

.form dl dd {
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

.form dl dd input[type="text"],
.form dl dd input[type="password"],
.form dl dd select {
  background: #efefef;
  border: 0 !important;
  height: 40px;
}

.form dl dd textarea {
  background: #efefef;
  border: 0 !important;
}

.layout01 dl {
  padding: 0 0 5px;
}

@media screen and (max-width: 640px) {
  .layout01 dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.layout01 dl dt {
  padding: 15px 10px !important;
  border: none !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

@media screen and (max-width: 640px) {
  .layout01 dl dt {
    width: 100% !important;
    padding: 10px !important;
  }
}

.layout01 dl dd {
  padding: 10px 15px !important;
  border: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 640px) {
  .layout01 dl dd {
    width: 100% !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px !important;
  }
}

.menu_list dl {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}

.menu_list dl:first-child {
  padding-top: 0;
}

.menu_list dl dt {
  background: none !important;
  padding: 0 !important;
  border: none !important;
}

.menu_list dl dd {
  background: none !important;
  padding: 0 !important;
  border: none !important;
  text-align: right;
}

.flex02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  .flex02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.flex02 .leftArea {
  width: 56%;
}

@media screen and (max-width: 640px) {
  .flex02 .leftArea {
    width: 100%;
    margin-top: 10px;
  }
}

.flex02 .rightArea {
  width: 40%;
}

@media screen and (max-width: 640px) {
  .flex02 .rightArea {
    width: 100%;
  }
}

.price {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.price .box {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.price .box div {
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  color: #000;
  font-size: 2rem;
  margin-left: 5px;
}

.price {
  max-width: 537px;
  width: 100%;
}

.flexbox02 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flexbox02 .box {
  width: 48%;
  border: 1px solid #aaa;
  padding: 25px;
}

.flexbox02 .box:nth-child(n + 3) {
  margin-top: 4%;
}

@media screen and (max-width: 834px) {
  .flexbox02 .box {
    padding: 15px;
  }
}

@media screen and (max-width: 640px) {
  .flexbox02 .box {
    width: 100%;
  }
  .flexbox02 .box:nth-child(n + 2) {
    margin-top: 8%;
  }
}

.flexbox02 h3 {
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 500;
  margin: 15px 0;
  border-bottom: 1px solid #222;
  padding-bottom: 10px;
}

@media screen and (max-width: 834px) {
  .flexbox02 h3 {
    font-size: 2.2rem;
  }
}
/*# sourceMappingURL=common_style.css.map */