@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.075em;
  color: #2b2b2b;
  font-family: "Noto Sans JP", "游ゴシック 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: 1200px;
  position: relative;
  z-index: 1;
}

.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;
  background-color: #ffedc4;
  padding-bottom: 70px;
}

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

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

.bornone td {
  border: none !important;
}

.pdnone td {
  padding: 0 !important;
}

.img100 img {
  width: 100%;
}

.link1 a {
  color: #0b337b;
  font-weight: bold;
}

#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: transparent !important;
}

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

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

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

#main #col_main {
  width: 100%;
}

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

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

@media screen and (max-width: 1200px) {
  #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: auto;
}

table td {
  margin-bottom: -1px !important;
  padding: 3px 10px !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: 1200px) {
  #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: 1200px;
  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: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック 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: #eee;
  width: auto;
  text-indent: 0;
}

.bt_back {
  background: #eee;
  text-indent: 0;
}

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

.annot {
  display: none;
}

#header {
  width: 100%;
}

#global_header {
  position: relative;
  z-index: 5;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 40px 15px 40px;
}

@media screen and (max-width: 1050px) {
  .header {
    padding: 20px 30px 10px 30px;
  }
}

@media screen and (max-width: 1050px) {
  .header {
    padding: 10px 30px 10px 30px;
  }
}

.header__left {
  text-align: left;
  left: 20px;
}

@media screen and (max-width: 1050px) {
  .header__left {
    width: 50%;
  }
}

.header__left .header_logo {
  width: 240px;
}

@media screen and (max-width: 1050px) {
  .header__left .header_logo {
    width: 130px;
  }
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header__right .header__nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1050px) {
  .header__right .header__nav > ul {
    display: none;
  }
}

.header__right .header__nav > ul li a {
  display: block;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #2b2b2b;
  font-weight: 500;
  padding: 15px 25px 0px 25px;
  font-size: 1.2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__right .header__nav > ul li a span {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1500px) {
  .header__right .header__nav > ul li a {
    padding: 15px 15px 0px;
  }
}

@media screen and (max-width: 1200px) {
  .header__right .header__nav > ul li a {
    padding: 14px 10px;
  }
}

.header__right .header__nav > ul li a:hover, .header__right .header__nav > ul li a:active {
  color: #ffedc4;
}

.header__right .header__nav > ul li a:hover span, .header__right .header__nav > ul li a:active span {
  color: #ffedc4;
}

.header__contact {
  position: relative;
  right: 0;
  text-align: right;
  vertical-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 20px;
}

@media screen and (max-width: 1500px) {
  .header__contact {
    padding-right: 0;
  }
}

@media screen and (max-width: 1050px) {
  .header__contact {
    margin-right: 30px;
  }
}

.header__contact a {
  font-size: 1.8rem;
  display: block;
  color: #2b2b2b;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  margin: 5px;
}

.header__contact img {
  width: 50px;
  height: 50px;
}

.header__contact .tel {
  display: none;
}

@media screen and (max-width: 1050px) {
  .header__contact .tel {
    display: block;
  }
}

@media screen and (max-width: 1050px) {
  .header__contact .numbers {
    display: none;
  }
}

.fixed {
  padding: 5px 20px 5px 20px;
  position: fixed;
}

@media screen and (max-width: 1050px) {
  .fixed {
    padding: 5px 25px 5px 20px;
  }
}

.fixed .header_logo {
  width: 200px;
}

@media screen and (max-width: 1050px) {
  .fixed .header_logo {
    width: 130px;
  }
}

.fixed .header__nav > ul > li > a {
  padding: 5px 15px 0;
  line-height: 1.6;
}

.fixed #sp {
  top: 28px;
  position: fixed;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 550px) {
  .fixed #sp {
    top: 31px;
  }
}

.main {
  width: 100%;
  padding-top: 166px;
}

@media screen and (max-width: 1050px) {
  .main {
    padding-top: 85px;
  }
}

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

.main .sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .main .sp {
    display: block;
  }
}

.header_wrap {
  padding-top: 180px;
}

#global_footer {
  width: 100%;
}

.footer {
  width: 100%;
  padding-top: 120px;
}

.footer img {
  margin-bottom: 20px;
  width: 220px;
}

.footer__nav {
  padding: 20px 0 30px 0;
}

.footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.footer__nav ul li {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 834px) {
  .footer__nav ul li {
    width: 30%;
    margin-bottom: 10px;
    padding: 5px 10px 5px 5px;
    margin: 5px;
  }
}

@media screen and (max-width: 834px) {
  .footer__nav ul li {
    width: 45%;
  }
}

@media screen and (max-width: 550px) {
  .footer__nav ul li {
    width: 100%;
  }
}

.footer__nav ul li a {
  display: block;
  color: #2b2b2b;
  padding: 0 20px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 834px) {
  .footer__nav ul li a {
    width: 80%;
    margin: auto;
  }
}

.footer__nav ul li a::after {
  content: "\f101";
  font-family: "Font Awesome 5 Pro";
  color: #2b2b2b;
  position: absolute;
  font-weight: 300;
  top: 52%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}

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

@media screen and (max-width: 834px) {
  .footer__nav ul li:hover {
    background-color: #1d59b4;
  }
  .footer__nav ul li:hover a {
    color: white !important;
  }
  .footer__nav ul li:hover a::after {
    color: white;
  }
}

.footer__contact img {
  width: 50px;
  height: 50px;
  margin: 0 3px;
}

.footer__list {
  margin-top: 20px;
}

.footer__list li {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
}

.footer iframe {
  vertical-align: bottom;
}

#global_footer p {
  background-color: #0b337b;
}

#global_footer p a {
  display: block;
  padding: 5px 0;
}

small {
  font-size: 1.4rem;
  font-weight: 500;
  color: white;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#contents_wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}

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

.pankuzu {
  font-size: 1.4rem;
  text-align: center;
}

.pankuzu a {
  color: #2b2b2b;
}

.home_title01 {
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 200px;
}

@media screen and (max-width: 1200px) {
  .home_title01 article > img {
    width: 38% !important;
  }
}

@media screen and (max-width: 834px) {
  .home_title01 article > img {
    width: 48% !important;
  }
}

@media screen and (max-width: 640px) {
  .home_title01 article > img {
    width: 60% !important;
  }
}

@media screen and (max-width: 480px) {
  .home_title01 article > img {
    width: 80% !important;
  }
}

@media screen and (max-width: 834px) {
  .home_title01 {
    padding-top: 160px;
  }
}

.home_title01 h1 {
  font-family: "Allura", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 20rem;
  color: #d3d6e2;
  line-height: 1.8;
  position: relative;
}

@media screen and (max-width: 1500px) {
  .home_title01 h1 {
    font-size: 15rem;
    line-height: 2.5;
  }
}

@media screen and (max-width: 1200px) {
  .home_title01 h1 {
    font-size: 12rem;
  }
}

@media screen and (max-width: 1000px) {
  .home_title01 h1 {
    font-size: 10rem;
    line-height: 2.8;
  }
}

@media screen and (max-width: 834px) {
  .home_title01 h1 {
    font-size: 8rem;
  }
}

@media screen and (max-width: 640px) {
  .home_title01 h1 {
    font-size: 6rem;
  }
}

@media screen and (max-width: 550px) {
  .home_title01 h1 {
    font-size: 4rem;
    line-height: 5;
  }
}

.home_title01 h1 span {
  margin-right: 300px;
}

@media screen and (max-width: 1000px) {
  .home_title01 h1 span {
    margin-right: 200px;
  }
}

.home_title01 h1::before {
  content: "";
  background-image: url(../images/contents/rollcake2.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 370px;
  display: block;
  height: 270px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 11%;
}

@media screen and (max-width: 1200px) {
  .home_title01 h1::before {
    width: 300px;
  }
}

@media screen and (max-width: 640px) {
  .home_title01 h1::before {
    width: 250px;
  }
}

@media screen and (max-width: 1000px) {
  .home_title01 div {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 834px) {
  .home_title01 div {
    text-align: left !important;
    padding: 30px;
  }
}

.home_btn01 a, .home_list a, .home_list02 a {
  display: block;
  width: 290px;
  height: 60px;
  border: 2px solid #07265f;
  color: #07265f !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-top: 13px;
  margin: auto;
  position: relative;
}

.home_btn01 a::before, .home_list a::before, .home_list02 a::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  color: #07265f;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-weight: 900;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.home_btn01 a:hover, .home_list a:hover, .home_list02 a:hover {
  color: white !important;
  background-color: #07265f;
}

.home_btn01 a:hover::before, .home_list a:hover::before, .home_list02 a:hover::before {
  color: white;
}

.home_list, .home_list02 {
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home_list .box, .home_list02 .box {
  margin: 0 30px;
}

@media screen and (max-width: 1200px) {
  .home_list .box, .home_list02 .box {
    width: 38%;
  }
}

@media screen and (max-width: 834px) {
  .home_list .box, .home_list02 .box {
    width: 40%;
  }
}

@media screen and (max-width: 640px) {
  .home_list .box, .home_list02 .box {
    width: 38%;
    margin: 0 10px;
  }
}

.home_list .box div, .home_list02 .box div {
  margin: 20px auto 60px auto;
}

.home_list .box div a, .home_list02 .box div a {
  text-align: center !important;
}

@media screen and (max-width: 834px) {
  .home_list .box div a, .home_list02 .box div a {
    width: 230px;
  }
}

@media screen and (max-width: 640px) {
  .home_list .box div a, .home_list02 .box div a {
    width: 100%;
  }
}

.home_list {
  position: relative;
}

.home_list::before {
  content: "";
  background-color: #ffedc4;
  background-position: center;
  position: absolute;
  top: 35%;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 60vh;
  z-index: -1;
}

@media screen and (max-width: 1579px) {
  .home_list::before {
    height: 112vh;
  }
}

@media screen and (max-width: 1200px) {
  .home_list::before {
    height: 80vw;
  }
}

@media screen and (max-width: 834px) {
  .home_list::before {
    height: 85vw;
  }
}

@media screen and (max-width: 640px) {
  .home_list::before {
    height: 90vw;
  }
}

@media screen and (max-width: 550px) {
  .home_list::before {
    height: 95vw;
  }
}

.home_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 140px;
}

@media screen and (max-width: 834px) {
  .home_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 640px) {
  .home_wrap {
    margin-bottom: 40px;
  }
}

.home_wrap .home_left01 {
  width: 45%;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 834px) {
  .home_wrap .home_left01 {
    width: 80%;
    margin: auto;
  }
}

.home_wrap .home_right01 {
  width: 55%;
  padding-left: 80px;
  position: relative;
  top: 80px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1500px) {
  .home_wrap .home_right01 {
    padding-right: 40px;
    padding-left: 50px;
  }
}

@media screen and (max-width: 834px) {
  .home_wrap .home_right01 {
    width: 100%;
    margin: auto;
    padding: 0 20px;
    top: -40px;
  }
}

.home_wrap .home_right01::before {
  content: "";
  background-color: #0b337b;
  width: 100vw;
  height: 450px;
  top: 0;
  left: -300px;
  display: block;
  position: absolute;
  z-index: -1;
}

@media screen and (max-width: 834px) {
  .home_wrap .home_right01::before {
    left: -20px;
    right: 0;
    margin: auto;
  }
}

.home_wrap .home_right01 h2 {
  line-height: 1;
  font-size: 2.4rem;
  padding-bottom: 40px;
  padding-top: 30px;
  color: white;
}

@media screen and (max-width: 1200px) {
  .home_wrap .home_right01 h2 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 834px) {
  .home_wrap .home_right01 h2 {
    margin-top: 20px;
  }
}

.home_wrap .home_right01 h2 span {
  font-size: 18rem;
  font-family: "Allura", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #ffedb8;
  opacity: 0.3;
  display: block;
  line-height: 0.8;
}

@media screen and (max-width: 1500px) {
  .home_wrap .home_right01 h2 span {
    font-size: 14rem;
  }
}

@media screen and (max-width: 1200px) {
  .home_wrap .home_right01 h2 span {
    font-size: 11rem;
  }
}

@media screen and (max-width: 1000px) {
  .home_wrap .home_right01 h2 span {
    margin-top: 20px;
  }
}

.home_wrap .home_right01 div {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  padding-bottom: 70px;
  color: white;
}

.home_wrap .home_right01 div .sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .home_wrap .home_right01 div .sp {
    display: block;
  }
}

.home_wrap .home_right01 div a {
  display: inline-block;
  color: white;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.5rem;
  position: relative;
}

.home_wrap .home_right01 div a::before {
  content: "";
  background-color: white;
  width: 80px;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  right: -120px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.home_wrap .home_right01 div a:hover {
  color: #ffedc4;
}

.home_wrap .home_right01 div a:hover::before {
  width: 0;
}

.home_wrap02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 140px;
}

@media screen and (max-width: 834px) {
  .home_wrap02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 640px) {
  .home_wrap02 {
    margin-bottom: 40px;
  }
}

.home_wrap02 .home_left02 {
  width: 55%;
  position: relative;
  top: 80px;
  position: relative;
  z-index: 1;
  padding-right: 60px;
}

@media screen and (max-width: 1500px) {
  .home_wrap02 .home_left02 {
    padding-right: 40px;
    padding-left: 50px;
  }
}

@media screen and (max-width: 834px) {
  .home_wrap02 .home_left02 {
    width: 100%;
    padding: 0 20px;
    top: -40px;
  }
}

.home_wrap02 .home_left02::before {
  content: "";
  background-color: #0b337b;
  width: 100vw;
  height: 450px;
  top: 0;
  right: -300px;
  display: block;
  position: absolute;
  z-index: -1;
}

@media screen and (max-width: 834px) {
  .home_wrap02 .home_left02::before {
    left: -20px;
  }
}

.home_wrap02 .home_left02 h2 {
  line-height: 1;
  font-size: 2.4rem;
  padding-bottom: 40px;
  padding-top: 30px;
  color: white;
}

@media screen and (max-width: 1200px) {
  .home_wrap02 .home_left02 h2 {
    font-size: 2rem;
  }
}

.home_wrap02 .home_left02 h2 span {
  font-size: 18rem;
  font-family: "Allura", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #ffedb8;
  opacity: 0.3;
  display: block;
  line-height: 0.8;
}

@media screen and (max-width: 1500px) {
  .home_wrap02 .home_left02 h2 span {
    font-size: 14rem;
  }
}

@media screen and (max-width: 1200px) {
  .home_wrap02 .home_left02 h2 span {
    font-size: 11rem;
  }
}

@media screen and (max-width: 1000px) {
  .home_wrap02 .home_left02 h2 span {
    margin-top: 20px;
  }
}

.home_wrap02 .home_left02 div {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  padding-bottom: 70px;
  color: white;
}

.home_wrap02 .home_left02 div .sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .home_wrap02 .home_left02 div .sp {
    display: block;
  }
}

.home_wrap02 .home_left02 div a {
  display: inline-block;
  color: white;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.5rem;
  position: relative;
}

.home_wrap02 .home_left02 div a::before {
  content: "";
  background-color: white;
  width: 80px;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  right: -120px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.home_wrap02 .home_left02 div a:hover {
  color: #ffedc4;
}

.home_wrap02 .home_left02 div a:hover::before {
  width: 0;
}

.home_wrap02 .home_right02 {
  width: 45%;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 834px) {
  .home_wrap02 .home_right02 {
    width: 80%;
    margin: auto;
  }
}

@media screen and (max-width: 1200px) {
  .home_title02 {
    margin: 200px auto 40px auto !important;
  }
}

@media screen and (max-width: 834px) {
  .home_title02 {
    margin: 100px auto 40px auto !important;
  }
}

@media screen and (max-width: 640px) {
  .home_title02 {
    margin: 60px auto 40px auto !important;
  }
}

.home_title02 article {
  text-align: center;
}

.home_title02 h2 {
  display: inline-block;
  margin: auto;
  line-height: 1;
  font-size: 2.4rem;
  color: #676767;
}

@media screen and (max-width: 1200px) {
  .home_title02 h2 {
    font-size: 2rem;
  }
}

.home_title02 h2 span {
  font-family: "Allura", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 16rem;
  position: relative;
  display: block;
  line-height: 0.8;
  color: #d3d6e2;
  padding-right: 50px;
}

@media screen and (max-width: 1500px) {
  .home_title02 h2 span {
    font-size: 14rem;
  }
}

@media screen and (max-width: 1200px) {
  .home_title02 h2 span {
    font-size: 11rem;
  }
}

@media screen and (max-width: 1000px) {
  .home_title02 h2 span {
    margin-top: 20px;
  }
}

@media screen and (max-width: 640px) {
  .home_title02 h2 span {
    font-size: 8rem;
  }
}

.home_title02 h2 span::before {
  content: "";
  background-image: url(../images/contents/rabbit.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 110px;
  height: 130px;
  top: -11%;
  right: -80px;
  position: absolute;
}

@media screen and (max-width: 1500px) {
  .home_title02 h2 span::before {
    width: 80px;
    top: -6%;
    right: -50px;
  }
}

@media screen and (max-width: 1200px) {
  .home_title02 h2 span::before {
    width: 66px;
    right: -34px;
  }
}

@media screen and (max-width: 640px) {
  .home_title02 h2 span::before {
    width: 58px;
    right: -24px;
    top: -16%;
  }
}

.home_contact {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home_contact img {
  display: block;
  margin: auto;
}

.home_contact a {
  text-align: center !important;
  color: #676767;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.home_contact a:hover {
  opacity: 0.7;
}

.home_contact a:hover .box div {
  color: #f3d180;
}

.home_contact .box {
  margin: 0 50px;
}

@media screen and (max-width: 640px) {
  .home_contact .box {
    margin: 0 20px;
  }
}

.home_contact .box div {
  font-size: 1.8rem;
  font-weight: 500;
}

.home_title03 h2 {
  display: inline-block;
  margin: auto;
  line-height: 1;
  font-size: 2.4rem;
  color: #0b337b;
  line-height: 5.2;
  margin: 40px 0 20px 0;
}

@media screen and (max-width: 1200px) {
  .home_title03 h2 {
    font-size: 2rem;
  }
}

.home_title03 h2 span {
  font-family: "Allura", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 16rem;
  position: relative;
  display: block;
  line-height: 0.8;
  color: #fff5df;
  padding-right: 50px;
  position: absolute;
  z-index: -1;
}

@media screen and (max-width: 1500px) {
  .home_title03 h2 span {
    font-size: 14rem;
  }
}

@media screen and (max-width: 1200px) {
  .home_title03 h2 span {
    font-size: 11rem;
  }
}

@media screen and (max-width: 1000px) {
  .home_title03 h2 span {
    margin-top: 20px;
  }
}

@media screen and (max-width: 640px) {
  .home_title03 h2 span {
    font-size: 8rem;
  }
}

.home_news {
  width: 100%;
  height: 210px;
  overflow: auto;
}

.home_news dl {
  background-color: white;
  margin-bottom: 15px;
}

@media screen and (max-width: 834px) {
  .home_news dl {
    display: block !important;
  }
}

.home_news dl dt {
  background-color: transparent !important;
  border: none !important;
  padding: 13px !important;
  font-weight: 700;
  font-size: 1.5rem;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  color: #676767;
}

@media screen and (max-width: 834px) {
  .home_news dl dt {
    width: 100% !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    padding: 13px 13px 0 13px !important;
  }
}

.home_news dl dd {
  background-color: transparent !important;
  border: none !important;
  padding: 13px !important;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #676767;
}

@media screen and (max-width: 834px) {
  .home_news dl dd {
    width: 100% !important;
  }
}

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

.instagram .sns_list {
  border: none !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  width: 100% !important;
}

@media screen and (max-width: 834px) {
  .instagram .sns_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.instagram .sns_list > div {
  border: none !important;
}

@media screen and (max-width: 834px) {
  .instagram .sns_list > div {
    width: 33.333% !important;
  }
}

.instagram .sns_text {
  display: none !important;
}

.instagram .sns_photo {
  width: 100% !important;
}

.instagram .sns_photo img {
  height: 16vw !important;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 834px) {
  .instagram .sns_photo img {
    height: 30vw !important;
  }
}

/*  ケーキ　　*/
.page_title {
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-position: top center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 834px) {
  .page_title {
    padding: 155px 0 130px 0 !important;
  }
}

@media screen and (max-width: 640px) {
  .page_title {
    padding: 130px 0 130px 0 !important;
  }
}

.page_title h1 {
  font-size: 2rem;
  line-height: 1.5;
}

.page_title h1 span {
  font-size: 4.5rem;
  font-weight: 500;
  display: block;
  letter-spacing: 3px;
}

@media screen and (max-width: 834px) {
  .page_title h1 span {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 640px) {
  .page_title h1 span {
    font-size: 3rem;
  }
}

@media screen and (max-width: 834px) {
  .page_title h1 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 640px) {
  .page_title h1 {
    font-size: 1.6rem;
  }
}

.pankuzu {
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.dropdown > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 640px) {
  .dropdown > ul {
    display: block;
  }
}

.dropdown > ul > li {
  float: none !important;
  text-align: center !important;
  position: relative;
  overflow: visible !important;
  width: 450px;
  padding: 5px 10px;
  border: 4px dotted #ffedc4;
  margin: 10px 5px;
}

@media screen and (max-width: 640px) {
  .dropdown > ul > li {
    width: 100%;
  }
}

.dropdown > ul > li::before {
  content: "\f101";
  font-family: "Font Awesome 5 Pro";
  color: #2b2b2b;
  position: absolute;
  font-size: 1.4rem;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}

.dropdown > ul > li .ddmenu {
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 40px;
  right: 0;
  left: 0;
  background-color: #fffbf7;
  padding: 30px;
}

.dropdown > ul > li .ddmenu li {
  font-size: 1.4rem;
  display: block;
}

.dropdown > ul li:hover::before {
  content: "\f103";
  font-family: "Font Awesome 5 Pro";
  color: #2b2b2b;
  position: absolute;
  font-size: 1.4rem;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}

.cake_background {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.cake_background .cake_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 48%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 40px;
  margin-right: 10px;
}

@media screen and (max-width: 834px) {
  .cake_background .cake_wrap {
    width: 100%;
  }
}

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

.cake_background .cake_wrap .cake {
  width: 65%;
}

@media screen and (max-width: 1200px) {
  .cake_background .cake_wrap .cake {
    width: 60%;
  }
}

@media screen and (max-width: 1000px) {
  .cake_background .cake_wrap .cake {
    width: 55%;
  }
}

@media screen and (max-width: 834px) {
  .cake_background .cake_wrap .cake {
    width: 80%;
    margin: auto;
  }
}

@media screen and (max-width: 550px) {
  .cake_background .cake_wrap .cake {
    width: 100%;
  }
}

.cake_background .cake_wrap .cake img {
  width: 100%;
  float: none;
}

.cake_background .cake_wrap .cake h2 {
  text-align: center !important;
  font-size: 2rem;
  margin: 5px auto;
  font-weight: 500;
}

.cake_background .cake_wrap .cake div {
  color: #676767;
}

@media screen and (max-width: 640px) {
  .cake_background .cake_wrap .cake_price {
    margin: auto;
  }
}

.cake_background .cake_wrap .cake_price td {
  border: none !important;
  font-size: 1.4rem;
}

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

.cake_background .cake_wrap .cake_price .color div {
  background-color: #07265f;
  padding: 0 5px;
  color: white;
  border-radius: 7px;
}

/*   店舗紹介　　*/
.store_text {
  max-width: 800px;
  margin: auto;
}

.store_text dl {
  display: block !important;
  margin: 20px;
}

.store_text dl dt {
  border: none !important;
  width: 100% !important;
  padding: 8px 8px 8px 13px !important;
  font-weight: 500;
}

.store_text dl dd {
  border: none !important;
  width: 100% !important;
}

.store_text dl dd a {
  color: #676767;
}

/*   アクセス　　*/
#g_map {
  padding-top: 200px;
  margin-top: -200px;
}

/*  ショッピング　*/
.order p {
  background-color: transparent !important;
}

.order a {
  color: #2b2b2b !important;
}

.items {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.items article {
  width: 22% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 60px !important;
}

@media screen and (max-width: 1200px) {
  .items article {
    width: 30% !important;
  }
}

@media screen and (max-width: 1000px) {
  .items article {
    width: 46% !important;
  }
}

@media screen and (max-width: 640px) {
  .items article {
    width: 70% !important;
  }
}

.items article .photo {
  width: 100% !important;
}

.items article .price {
  background-color: transparent !important;
}

.items article .name {
  font-size: 1.5rem;
  word-break: keep-all;
}

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

.item .photo {
  width: 46%;
}

@media screen and (max-width: 834px) {
  .item .photo {
    width: 90%;
    margin: 20px 20px 40px 20px;
  }
}

.item .photo .large img {
  display: block;
  margin: auto;
}

.item .item_view {
  width: 50%;
  max-width: 50% !important;
}

.item .item_view .price {
  background-color: transparent !important;
}

#sumcart .item .name {
  background-color: transparent !important;
}

#sumcart .item .number {
  background-color: transparent !important;
}

#sumcart .item .price {
  background-color: transparent !important;
}

#sumcart .sum p {
  background-color: transparent !important;
}

.purchase p {
  background-color: transparent !important;
}

/*   初めての方へ　　*/
.howto_title h2 {
  padding: 3px 10px;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.fancybox {
  width: 30%;
}

.fancybox img {
  width: 100% !important;
}

@media screen and (max-width: 834px) {
  .howto_text tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.howto_text td {
  border: none !important;
  vertical-align: top !important;
}

@media screen and (max-width: 834px) {
  .howto_text td {
    width: 100% !important;
    margin-bottom: 20px;
  }
}

.howto_text img {
  width: 100% !important;
}

@media screen and (max-width: 834px) {
  .howto_text img {
    display: block;
    text-align: center !important;
    margin: auto;
    width: 80% !important;
  }
}

/*    お問い合わせ　　*/
form .mail {
  display: none;
}

.contact_title h3, .contact_title h2, .policy_title h3, .policy_title h2, .howto_title h3, .howto_title h2 {
  border-bottom: 2px solid #ccc;
  font-size: 2rem;
  font-weight: 500;
  position: relative;
  margin-bottom: 15px;
}

.contact_title h3::before, .contact_title h2::before, .policy_title h3::before, .policy_title h2::before, .howto_title h3::before, .howto_title h2::before {
  content: "";
  background-color: #0b337b;
  width: 220px;
  height: 2px;
  display: block;
  bottom: -2px;
  left: 0;
  position: absolute;
}

.contact_form dt {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-color: #07265f !important;
  color: white;
}

.error {
  background-color: #0b337b !important;
}

/*   404ページ   */
.error_text div {
  word-break: keep-all;
}

@media screen and (max-width: 834px) {
  .error_text div {
    text-align: left !important;
  }
}

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

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

.access_wp .store_map {
  width: 50%;
  padding: 15px;
}

@media screen and (max-width: 834px) {
  .access_wp .store_map {
    width: 100%;
  }
}

.access_wp .store_map span {
  font-size: 1.5rem;
  text-align: center;
  display: block;
}

@media screen and (max-width: 1000px) {
  .access_wp .store_map span {
    font-size: 1.4rem;
  }
}

.access_wp .g_cal {
  width: 50%;
  padding: 15px;
}

@media screen and (max-width: 834px) {
  .access_wp .g_cal {
    width: 100%;
  }
}

#sp {
  display: none;
}

@media screen and (max-width: 1050px) {
  #sp {
    display: block;
    position: absolute;
    z-index: 999;
    top: 31px;
    right: 17px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

@media screen and (max-width: 640px) {
  #sp {
    top: 36px;
  }
}

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

.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%;
}

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

.nav_wrap ul li {
  opacity: 1;
  border: 1px solid #5f5f5f;
  border-radius: 5px;
  margin-bottom: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.nav_wrap ul li a {
  color: #2b2b2b;
  padding: 13px;
  display: block;
  position: relative;
}

.nav_wrap ul li a::after {
  content: "\f101";
  font-family: "Font Awesome 5 Pro";
  color: #5f5f5f;
  position: absolute;
  top: 52%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}

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

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

.nav_wrap ul li a span {
  font-size: 1.4rem;
  color: #0b337b;
  margin-left: 10px;
}

@media screen and (max-width: 1050px) {
  .nav_wrap ul li a span {
    display: none;
  }
}

.nav_wrap ul li:hover {
  border: 1px solid #1d59b4;
}

.nav_wrap ul li:hover a {
  color: white;
  background-color: #1d59b4;
}

.nav_wrap ul li:hover a::after {
  color: white;
}

.nav_wrap ul .sp_nav a {
  background-color: transparent;
  width: 60%;
  margin: auto;
  display: block;
}

.nav_wrap ul .sp_nav .tel {
  padding: 0 0 30px 0 !important;
}

.nav_wrap ul .sp_nav .tel span {
  color: white;
}

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

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

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

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

.sp_menu div:nth-of-type(2) {
  top: 11px;
  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(11px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(11px) rotate(45deg);
            transform: translateY(11px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(11px) rotate(0);
            transform: translateY(11px) 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(-11px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-11px) rotate(-45deg);
            transform: translateY(-11px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-11px) rotate(0);
            transform: translateY(-11px) 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(11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(11px) rotate(45deg);
  }
}

@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(11px) rotate(0);
            transform: translateY(11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(11px) rotate(45deg);
            transform: translateY(11px) 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(-11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-11px) rotate(-45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-11px) rotate(0);
            transform: translateY(-11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-11px) rotate(-45deg);
            transform: translateY(-11px) rotate(-45deg);
  }
}
/*# sourceMappingURL=common_style.css.map */