@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-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSans/NotoSansM.woff") format("woff");
}
@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSans/NotoSansB.woff") format("woff");
}
* {
  -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.11em;
  color: #555555;
  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;
  position: relative;
}

h1, h2, h3 {
  font-weight: 500;
}

div {
  font-weight: 400;
}

a {
  text-decoration: none;
  font-weight: 500;
}

figure {
  padding: 0;
  margin: 0;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  z-index: 1;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.bg {
  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: #f2a654;
  font-weight: bold;
}

#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: 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: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: flex;
  justify-content: center;
  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: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 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: #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%;
  max-width: 100%;
}

#global_header {
  position: relative;
  z-index: 3;
  width: 100%;
  overflow: visible;
  background-color: #fff6e0;
}

.is-scrolled .header__nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  transition: 0.5s;
  background-color: rgba(255, 255, 255, 0.9);
  padding-bottom: 0;
}
.is-scrolled .header__nav ul {
  padding-bottom: 0;
}
.is-scrolled .header__nav li:nth-child(2) a,
.is-scrolled .header__nav li:nth-child(5) a {
  top: 0;
}
.is-scrolled .header__nav li:nth-child(3) a,
.is-scrolled .header__nav li:nth-child(4) a {
  top: 0;
}
.is-scrolled .header__nav li a {
  top: 0 !important;
}
.is-scrolled .header__nav #nav-toggle {
  position: absolute;
  top: -28px !important;
  right: -137px;
}
.is-scrolled .header__nav .ddmenu {
  top: 94px;
}
.is-scrolled .header__nav .margin {
  top: 80px;
}

.blog_header {
  position: relative;
}
.blog_header::before {
  content: "";
  background-image: url(../images/contents/main-top.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 8vw;
  display: block;
  position: absolute;
  bottom: -7.5vw;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 999;
}

.header__top {
  position: relative;
  padding: 30px;
}
.header__top__left {
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  margin: auto;
  width: 163px;
}
@media screen and (max-width: 1700px) {
  .header__top__left {
    margin-left: 0;
  }
}
@media screen and (max-width: 834px) {
  .header__top__left {
    margin: auto;
  }
}
@media screen and (max-width: 640px) {
  .header__top__left {
    margin-left: 0;
    margin-right: auto;
  }
}
.header__top__left .logo {
  width: 163px;
  height: 82px;
  margin: auto;
}
@media screen and (max-width: 1700px) {
  .header__top__left .logo {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .header__top__left .logo {
    width: 140px;
  }
}
@media screen and (max-width: 834px) {
  .header__top__left .logo {
    margin: auto;
  }
}
.header__top__right {
  text-align: right !important;
}
@media screen and (max-width: 834px) {
  .header__top__right {
    text-align: center !important;
    margin-top: 80px;
  }
}
@media screen and (max-width: 1000px) {
  .header__top__right img {
    width: 35%;
  }
}
@media screen and (max-width: 834px) {
  .header__top__right img {
    width: 49%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  .header__top__right img {
    width: 80%;
  }
}
.header__top__right .parents a {
  color: #eba386;
  position: relative;
  padding-right: 25px;
  letter-spacing: 0;
  font-size: 1.5rem;
  margin-bottom: 5px;
  display: block;
}
@media screen and (max-width: 834px) {
  .header__top__right .parents a {
    position: absolute;
    top: 30px;
    right: 70px;
  }
}
.header__top__right .parents a::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  color: #eba386;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: block;
  font-size: 1.1rem;
  font-weight: 700;
}
.header__nav > ul {
  display: flex;
  flex-wrap: nowrap;
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 9999;
}
@media screen and (max-width: 1700px) {
  .header__nav > ul {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .header__nav > ul {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 834px) {
  .header__nav > ul {
    display: none;
  }
}
.header__nav > ul > li {
  flex-grow: 1;
  line-height: 1.4;
  align-items: center;
  position: relative;
}
.header__nav > ul > li > a {
  color: #555555;
  font-size: 1.3rem;
  letter-spacing: 2px;
  position: relative;
  display: block;
  padding: 10px;
  transition: 0.3s;
}
.header__nav > ul > li > a::before {
  content: "";
  background-image: url(../images/contents/icon01.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 36px;
  height: 43px;
  display: block;
  right: 0;
  left: 0;
  margin: auto;
}
.header__nav > ul > li a:hover {
  color: #eba386;
}
.header__nav > ul li:nth-child(2) a {
  top: 10px;
}
.header__nav > ul li:nth-child(2) a::before {
  background-image: url(../images/contents/icon03.png);
  width: 77px;
  height: 40px;
}
.header__nav > ul li:nth-child(3) a {
  top: 15px;
}
.header__nav > ul li:nth-child(3) a::before {
  background-image: url(../images/contents/icon11.png);
  width: 77px;
  height: 46px;
}
.header__nav > ul li:nth-child(4) a {
  top: 20px;
}
.header__nav > ul li:nth-child(4) a::before {
  background-image: url(../images/contents/icon02.png);
  width: 79px;
  height: 47px;
}
.header__nav > ul li:nth-child(5) a {
  top: 20px;
}
.header__nav > ul li:nth-child(5) a::before {
  background-image: url(../images/contents/icon13.png);
  width: 91px;
  height: 46px;
}
.header__nav > ul li:nth-child(6) a {
  top: 20px;
}
.header__nav > ul li:nth-child(6) a::before {
  background-image: url(../images/contents/icon15.png);
  width: 33px;
  height: 42px;
}
.header__nav > ul li:nth-child(7) a {
  top: 10px;
}
.header__nav > ul li:nth-child(7) a::before {
  background-image: url(../images/contents/icon16.png);
  width: 26px;
  height: 42px;
}
.header__nav > ul li:nth-child(8) a::before {
  background-image: url(../images/contents/icon14.png);
  width: 37px;
  height: 42px;
}

.ddmenu {
  position: absolute;
  z-index: 99999;
  top: 105px;
  display: flex;
  flex-direction: column;
  width: 200px;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  border-radius: 10px;
}
@media screen and (max-width: 834px) {
  .ddmenu li {
    display: flex;
    align-items: center;
    margin-left: 15px;
    border-bottom: none !important;
  }
}
@media screen and (max-width: 834px) {
  .ddmenu li:before {
    content: "";
    width: 5px;
    height: 1px;
    background-color: #f2a654;
  }
}
.ddmenu li a {
  padding: 10px;
  display: block;
}
@media screen and (max-width: 834px) {
  .ddmenu li a {
    padding: 5px;
  }
}
.ddmenu li:not(:last-child) {
  border-bottom: 1px dotted #fff6e0;
}
@media screen and (max-width: 834px) {
  .ddmenu li:not(:last-child) {
    border: none;
  }
}

.margin {
  top: 95px;
}

.main {
  position: relative;
  width: 100% !important;
  margin-top: -30px;
}
.main::before {
  content: "";
  background-image: url(../images/contents/main-top.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 8vw;
  display: block;
  position: absolute;
  top: -5px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 999;
}
.main::after {
  content: "";
  background-image: url(../images/contents/main-bottom.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 4.1vw;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -1px;
  margin: auto;
  z-index: 999;
  -o-object-position: center;
     object-position: center;
}

.flag {
  position: relative;
}
.flag::before {
  content: "";
  background-image: url(../images/contents/flag-left.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 286px;
  height: 160px;
  position: absolute;
  bottom: -124px;
  left: 0;
  z-index: 9999;
}
@media screen and (max-width: 1500px) {
  .flag::before {
    width: 200px;
    height: 100px;
    bottom: -77px;
  }
}
@media screen and (max-width: 834px) {
  .flag::before {
    width: 130px;
    bottom: -85px;
  }
}
.flag::after {
  content: "";
  background-image: url(../images/contents/flag-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 265px;
  height: 168px;
  position: absolute;
  bottom: -136px;
  right: 0;
  z-index: 9999;
}
@media screen and (max-width: 1500px) {
  .flag::after {
    width: 180px;
    height: 120px;
    bottom: -97px;
  }
}
@media screen and (max-width: 834px) {
  .flag::after {
    width: 115px;
    bottom: -108px;
  }
}

div[id*=anc],
div[class*=anc],
#contents_wrap {
  scroll-margin-top: 104px;
}

#global_footer {
  position: relative;
  z-index: 3;
}

.footer {
  position: relative;
  background-color: #fff6e0;
}
.footer::before {
  content: "";
  background-image: url(../images/contents/main-top.png);
  transform: rotatex(180deg);
  width: 100%;
  height: 4.5vw;
  display: block;
  top: -4.3vw;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
.footer__nav {
  display: flex;
  align-items: flex-start !important;
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .footer__nav {
    padding: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .footer__nav {
    flex-wrap: wrap;
  }
}
.footer__nav ul {
  display: flex;
  flex-direction: column;
  text-align: left;
  position: relative;
  width: 25%;
  z-index: 9991;
}
@media screen and (max-width: 1000px) {
  .footer__nav ul {
    width: 50%;
    margin-bottom: 30px;
    padding-left: 10%;
  }
}
@media screen and (max-width: 640px) {
  .footer__nav ul {
    width: 100%;
    padding-left: 30%;
  }
}
.footer__nav ul li {
  align-items: center;
  position: relative;
  line-height: 1.8;
}
.footer__nav ul li span {
  font-size: 1.5rem;
  color: #f2a654;
}
.footer__nav ul li a {
  color: #555555;
  font-size: 1.5rem;
  font-weight: 400;
  position: relative;
}
.footer__nav ul .child a {
  position: relative;
  padding-left: 20px;
  font-size: 1.3rem;
}
.footer__nav ul .child a::before {
  content: "";
  background-color: #f2a654;
  width: 10px;
  height: 1px;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
}
.footer__info {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .footer__info {
    flex-direction: column;
  }
}
.footer__info .info01, .footer__info .info02 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}
.footer__info .info01 a, .footer__info .info02 a {
  margin-bottom: 30px;
}

.footer_wrap p {
  background-color: #eba386;
}
.footer_wrap p small {
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
}

.page_top {
  position: fixed;
  z-index: 999;
  bottom: 30px;
  right: 0;
}
.page_top .page_top02 {
  display: flex;
  flex-direction: column;
}
.page_top .page_top02 a {
  display: block;
  margin-bottom: 5px;
}

.pankuzu {
  margin-bottom: 80px;
  padding-top: 30px;
  text-align: center;
  margin-top: 10px;
  font-size: 1.4rem;
  color: #555555;
  letter-spacing: 3px;
}
.pankuzu a {
  color: #555555;
  font-weight: 400;
}

#contents_wrap {
  overflow: visible !important;
  position: relative;
  z-index: 2;
}

#contents {
  padding-bottom: 80px;
}

/*  ホーム  */
.home_wrap01,
.home_wrap04 {
  position: relative;
  margin-bottom: 100px;
}

@media screen and (max-width: 640px) {
  .top_title {
    padding: 45px 0 35px 0 !important;
  }
}
@media screen and (max-width: 1200px) {
  .top_title img {
    width: 60% !important;
  }
}
@media screen and (max-width: 640px) {
  .top_title img {
    width: 80% !important;
  }
}

@media screen and (max-width: 1000px) {
  .home_text01 {
    padding: 0 30px 30px 30px;
  }
}
@media screen and (max-width: 640px) {
  .home_text01 {
    padding: 0 10px 10px 10px;
  }
}
.home_text01 h1 {
  font-size: 1.5rem;
}
@media screen and (max-width: 1000px) {
  .home_text01 h1 {
    text-align: left !important;
  }
}
.home_text01 div {
  font-weight: 500;
  font-size: 1.5rem;
}
@media screen and (max-width: 1000px) {
  .home_text01 div {
    text-align: left !important;
  }
}

.home_wrap02 {
  background-color: #fff6e0;
  position: relative;
}
@media screen and (max-width: 640px) {
  .home_wrap02 {
    padding-bottom: 1px;
  }
}
.home_wrap02::before {
  content: "";
  background-image: url(../images/contents/lion.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 396px;
  height: 329px;
  display: block;
  position: absolute;
  top: -280px;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 1700px) {
  .home_wrap02::before {
    width: 300px;
    height: 250px;
    top: -213px;
  }
}
@media screen and (max-width: 1500px) {
  .home_wrap02::before {
    width: 230px;
    top: -160px;
  }
}
@media screen and (max-width: 834px) {
  .home_wrap02::before {
    width: 160px;
    top: -110px;
  }
}
.home_wrap02::after {
  content: "";
  background-image: url(../images/contents/kaba.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 396px;
  height: 329px;
  display: block;
  position: absolute;
  top: -270px;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 1700px) {
  .home_wrap02::after {
    width: 270px;
    height: 250px;
    top: -205px;
  }
}
@media screen and (max-width: 1500px) {
  .home_wrap02::after {
    width: 210px;
    top: -160px;
  }
}
@media screen and (max-width: 834px) {
  .home_wrap02::after {
    width: 140px;
    top: -105px;
  }
}
.home_wrap02 .home_logo {
  position: relative;
}
.home_wrap02 .home_logo img {
  z-index: 1;
  position: relative;
  top: -30px;
}
.home_wrap02 .home_logo::before {
  content: "";
  background-image: url(../images/contents/deco01.png);
  position: absolute;
  top: -60px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  display: block;
  width: 400px;
  height: 400px;
  z-index: -1;
}
.home_wrap02 .home_logo::after {
  content: "";
  background-image: url(../images/contents/line.png);
  width: 100%;
  top: 12px;
  right: 0;
  height: 2px;
  display: block;
  position: absolute;
  z-index: -2;
  visibility: visible;
}

.home_box01 {
  justify-content: space-between;
}
.home_box01 .box {
  width: 49.5%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .home_box01 .box {
    width: 90%;
    margin: auto;
  }
}
@media screen and (max-width: 834px) {
  .home_box01 .box {
    width: 100%;
  }
}
.home_box01 .box h3 {
  font-size: 2.2rem;
  color: #f2a654;
  letter-spacing: 1px;
  line-height: 1.6;
  margin-top: 50px;
  margin-bottom: 30px;
  word-break: keep-all;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .home_box01 .box h3 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .home_box01 .box h3 {
    font-size: 1.7rem;
  }
}
.home_box01 .box div {
  background-color: white;
  border-radius: 10px;
  position: relative;
  padding: 30px;
  font-size: 1.5rem;
  letter-spacing: 2px;
  height: 220px;
  border: 2px solid #f6f457;
}
@media screen and (max-width: 1200px) {
  .home_box01 .box div {
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .home_box01 .box div {
    padding: 10px;
    font-size: 1.3rem;
    letter-spacing: 1px;
    word-break: keep-all;
  }
}

.contents_btn {
  justify-content: space-between;
  margin-top: 60px;
}
.contents_btn .box {
  width: 30%;
}

.line {
  position: relative;
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .line {
    margin-top: 50px;
  }
}
.line::before {
  content: "";
  background-image: url(../images/contents/line.png);
  width: 100%;
  bottom: 12px;
  right: 0;
  height: 2px;
  display: block;
  position: absolute;
  z-index: -2;
  visibility: visible;
}

.banner {
  max-width: 1000px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .banner {
    width: 100% !important;
  }
}
@media screen and (max-width: 834px) {
  .banner {
    margin: 90px auto 80px auto !important;
  }
}
@media screen and (max-width: 640px) {
  .banner {
    margin: 70px auto 0px auto !important;
  }
}
@media screen and (max-width: 1200px) {
  .banner a {
    width: 100% !important;
  }
}
.banner img {
  position: relative;
  z-index: 1;
}
.banner::before {
  content: "";
  background-image: url(../images/contents/bird.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 166px;
  height: 97px;
  position: absolute;
  top: -40px;
  right: -90px;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .banner::before {
    right: 0;
    top: -70px;
  }
}
@media screen and (max-width: 640px) {
  .banner::before {
    width: 130px;
  }
}

.home_wrap03 {
  background-color: #fff6e0;
}
@media screen and (max-width: 640px) {
  .home_wrap03 {
    padding-bottom: 1px;
  }
}
.home_wrap03 .home_logo {
  position: relative;
}
.home_wrap03 .home_logo img {
  position: relative;
  top: -30px;
}
.home_wrap03 .home_logo::before {
  content: "";
  background-image: url(../images/contents/deco01.png);
  position: absolute;
  top: -60px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  display: block;
  width: 400px;
  height: 400px;
  z-index: -1;
}
.home_wrap03 .home_logo::after {
  content: "";
  background-image: url(../images/contents/line.png);
  width: 100%;
  top: 12px;
  right: 0;
  height: 2px;
  display: block;
  position: absolute;
  z-index: -2;
  visibility: visible;
}

.home_box02 {
  max-width: 1000px;
  margin: auto;
}
.home_box02 .box {
  width: 100%;
}
.home_box02 .box div {
  padding: 30px;
}
@media screen and (max-width: 640px) {
  .home_box02 .box div {
    padding: 10px;
  }
}

.contents_btn02 {
  justify-content: center !important;
  margin-top: 30px;
}
.contents_btn02 .box {
  margin: 0px 30px;
}
@media screen and (max-width: 640px) {
  .contents_btn02 .box {
    margin: 0 20px;
  }
}
.contents_btn02 .box img {
  display: block;
  margin: auto;
  width: 100% !important;
}

.contents_btn03 {
  max-width: 1000px;
  margin: auto;
  justify-content: space-between;
}
.contents_btn03 .box {
  width: 48%;
}
@media screen and (max-width: 834px) {
  .contents_btn03 .box {
    width: 80%;
    margin: 0 auto 20px auto;
  }
  .contents_btn03 .box img {
    width: 100% !important;
  }
}
@media screen and (max-width: 640px) {
  .contents_btn03 .box {
    width: 100%;
  }
}

.home_wrap04 {
  padding-top: 80px;
  margin-bottom: 100px;
  border-radius: 20px;
}
@media screen and (max-width: 834px) {
  .home_wrap04 {
    margin-bottom: 20px;
  }
}
.home_wrap04::before {
  top: -1px !important;
}
.home_wrap04::after {
  top: -1px;
}

.news_title {
  position: relative;
  z-index: 4;
}
.news_title img {
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 1200px) {
  .news_title img {
    width: 40% !important;
  }
}
@media screen and (max-width: 834px) {
  .news_title img {
    width: 50% !important;
  }
}
@media screen and (max-width: 640px) {
  .news_title img {
    width: 60% !important;
  }
}

.home_news {
  height: 370px;
  overflow-y: auto;
  padding-right: 10px;
  position: relative;
  z-index: 3;
  top: -10px;
}
@media screen and (max-width: 1700px) {
  .home_news {
    margin: 0 auto 200px auto !important;
  }
}
@media screen and (max-width: 1500px) {
  .home_news {
    margin: 0 auto 160px auto !important;
  }
}
.home_news dl dt {
  background-color: #eba386 !important;
  font-size: 1.5rem;
}
.home_news dl dd {
  font-size: 1.5rem;
  letter-spacing: 0.5px;
}

/*  モンテッソーリ教育とは　*/
.header_deco {
  position: relative;
  margin-bottom: 5%;
}
@media screen and (max-width: 834px) {
  .header_deco {
    padding: 0 0px 30px 0 !important;
  }
}
.header_deco h1,
.header_deco h2 {
  position: relative;
  z-index: 1;
  font-size: 2.4rem;
  color: #f2a854;
}
.header_deco::before {
  content: "";
  background-image: url(../images/contents/main-top.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  display: block;
  bottom: -4.5vw;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  height: 5vw;
  z-index: 0;
}

.text01 {
  border: 6px double #eba386;
  border-radius: 10px;
  padding: 50px;
}
@media screen and (max-width: 834px) {
  .text01 {
    padding: 35px;
  }
}
@media screen and (max-width: 640px) {
  .text01 {
    padding: 25px;
  }
}
.text01 div {
  letter-spacing: 1px;
  font-size: 1.5rem;
}

.sub_title,
.sub_title03 {
  padding: 1rem 2rem;
  border-bottom: 3px dashed #f2a654;
  background: #f9f9f9;
  font-size: 2rem;
  display: flex;
  align-items: center;
  line-height: 1.5;
}
.sub_title h2,
.sub_title03 h2 {
  display: inline-block;
}
.sub_title h2 span,
.sub_title03 h2 span {
  font-size: 1.5rem;
  color: #f2a654;
  display: inline-block;
  padding-left: 30px;
}

.faq dl {
  display: block !important;
  margin-bottom: 30px !important;
}
.faq dl dt,
.faq dl dd {
  width: 100% !important;
  padding: 8px 8px 8px 40px !important;
  position: relative;
  letter-spacing: 2px;
}
.faq dl dt {
  background-color: #fff6e0 !important;
  align-items: flex-start !important;
  color: #ee7f08;
  font-weight: 500;
}
.faq dl dt::before {
  content: "Q";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  font-size: 2rem;
}
.faq dl dd {
  font-size: 1.5rem;
  background-color: white !important;
}
.faq dl dd::before {
  content: "A";
  position: absolute;
  top: 4px;
  left: 10px;
  font-size: 2rem;
}

/*   教育方針　　*/
@media screen and (max-width: 640px) {
  .education_text {
    padding: 10px;
  }
}
.education_text h3 {
  font-size: 1.8rem;
  letter-spacing: 2px;
  color: #eba386;
}
@media screen and (max-width: 640px) {
  .education_text h3 {
    font-size: 1.6rem;
  }
}
.education_text div {
  font-size: 1.5rem;
  letter-spacing: 2px;
}

.sub_text02 div {
  font-size: 2rem;
  font-weight: 500;
  color: #6ed8f5;
}

.text02 div {
  font-size: 2rem;
  background-color: #8ee0f7;
  border: 6px double white;
  border-radius: 20px;
  color: white;
  padding: 20px;
  letter-spacing: 2px;
}
@media screen and (max-width: 640px) {
  .text02 div {
    font-size: 1.7rem;
  }
}

/*  園での活動　*/
.sub_title03 {
  border-bottom: 3px dashed #6ed8f5;
  line-height: 1.5;
}
.sub_title03 h2 span {
  color: #6ed8f5;
}

.activity_table td {
  letter-spacing: 2px;
  border: 1px solid #fadfc3 !important;
}
.activity_table td div {
  font-size: 1.5rem;
}
@media screen and (max-width: 834px) {
  .activity_table td div {
    font-size: 1.4rem;
    word-break: keep-all;
  }
}
.activity_table .time {
  text-align: center !important;
  background-color: #f2a654;
  color: white;
}

/*　　年間スケジュール　　*/
.gallery {
  justify-content: flex-start;
}
.gallery .box {
  width: 33.333%;
  padding: 10px;
}
@media screen and (max-width: 640px) {
  .gallery .box {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .gallery .box {
    width: 100%;
  }
}
.gallery .box img {
  width: 100%;
  border-radius: 10px;
}
.gallery .box div {
  text-align: center;
  font-size: 1.5rem;
  color: grey;
}

/*  入園案内　*/
.sub_title04 h2 {
  position: relative;
  display: block;
  padding: 1rem 2rem 1rem 4rem;
  color: #fff;
  border-radius: 100vh 0 0 100vh;
  background: #f2a654;
  font-size: 2rem;
}
.sub_title04 h2 span {
  font-size: 1.5rem;
  margin-left: 20px;
}
@media screen and (max-width: 640px) {
  .sub_title04 h2 span {
    display: block;
    margin-left: 0;
  }
}
.sub_title04 h2:before {
  position: absolute;
  top: calc(50% - 7px);
  left: 10px;
  width: 14px;
  height: 14px;
  content: "";
  border-radius: 50%;
  background: #fff;
}

.text03 {
  font-size: 1.5rem;
  letter-spacing: 2px;
}

/*   クラス紹介　　*/
.class_info {
  justify-content: space-between;
  padding-top: 20px;
}
.class_info .box {
  background-color: #f7f7f7;
  width: 48%;
  padding: 10px;
  border-radius: 10px;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .class_info .box {
    width: 100%;
    margin-top: 10px;
  }
}
.class_info .box a {
  font-size: 1.8rem;
  color: #f2a654;
}

.text04 {
  background-color: #fff6e0;
  padding: 30px;
  border-radius: 20px;
  max-width: 1000px;
  margin: auto;
}
.text04 h3 {
  text-align: center !important;
  border-bottom: 2px dotted #f2a654;
  color: #f2a654;
  font-size: 1.8rem;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.text04 div {
  font-size: 1.4rem;
}

.book {
  max-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .book {
    display: block;
  }
}
.book img {
  width: 40% !important;
}
@media screen and (max-width: 640px) {
  .book img {
    width: 60% !important;
  }
}
.book div {
  background-color: #f9f9f9;
  border: 4px double #f6f457;
  padding: 50px;
  letter-spacing: 1px;
  font-size: 1.4rem;
  width: 50%;
  height: auto;
  position: relative;
  word-break: keep-all;
  border-radius: 20px;
}
@media screen and (max-width: 640px) {
  .book div {
    width: 100%;
  }
}
.book div span {
  font-size: 1.8rem;
  color: #f2a654;
}
.book img {
  display: block;
  float: none !important;
}

.class_wp {
  display: flex;
}
@media screen and (max-width: 640px) {
  .class_wp {
    flex-direction: column;
  }
}
.class_wp .text03 {
  width: 60%;
}
@media screen and (max-width: 640px) {
  .class_wp .text03 {
    width: 100%;
  }
}
.class_wp .img {
  width: 40%;
  justify-content: flex-end;
}
@media screen and (max-width: 640px) {
  .class_wp .img {
    width: 100%;
  }
}
.class_wp .img .box {
  padding: 5px;
}
@media screen and (max-width: 640px) {
  .class_wp .img .box {
    width: 50%;
  }
}
.class_wp .img img {
  display: block;
  margin-right: 0;
  margin-left: auto;
}

.text03 img {
  width: 40% !important;
  margin-left: 20px;
}
@media screen and (max-width: 640px) {
  .text03 img {
    width: 60% !important;
    margin: auto;
  }
}

/*  料金表　*/
.intro_title h2 {
  font-size: 2rem;
  border: 4px double #f2a654;
  padding: 5px;
  padding-left: 70px;
  position: relative;
  color: #f2a654;
}
.intro_title h2::before {
  content: "";
  background-image: url(../images/contents/bird.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 30px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}

.intro_table td div {
  font-size: 1.4rem;
  letter-spacing: 1px;
}

/*  施設概要　*/
.sub_title05 h2 {
  background-color: #eba386;
}

/*  お問い合わせ　　*/
.contact_text div {
  font-size: 2.4rem;
  padding: 5px;
  color: #fff6e0;
}
.contact_text div a {
  color: #fff6e0;
}
.contact_text div p {
  font-size: 1.5rem;
  color: #555555;
  letter-spacing: 2px;
}

.form_wrap dl {
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .form_wrap dl {
    display: block !important;
    margin-bottom: 20px;
  }
}
.form_wrap dt {
  background-color: #6ed8f5 !important;
  align-items: center !important;
  border: none !important;
  font-weight: 500;
  color: white;
  border-radius: 5px 0 0 5px;
  letter-spacing: 2px;
}
@media screen and (max-width: 834px) {
  .form_wrap dt {
    width: 100% !important;
    border-radius: 5px 5px 0 0;
  }
}
.form_wrap dd {
  background-color: #f7f7f7 !important;
  border-radius: 0 5px 5px 0;
  border: none !important;
  letter-spacing: 2px;
}
@media screen and (max-width: 834px) {
  .form_wrap dd {
    width: 100% !important;
    border-radius: 0 0 5px 5px;
  }
}
.form_wrap dd input {
  color: #c1c1c1 !important;
}
.form_wrap label {
  color: #fff6e0 !important;
}

.contact_text02 div {
  letter-spacing: 2px;
}
@media screen and (max-width: 834px) {
  .contact_text02 div {
    font-size: 1.5rem;
  }
}

form .submit .bt_confirm {
  background: #3a3a3a !important;
}
form .title {
  display: none;
}

/*   プライバシーポリシー　　*/
.policy_text div {
  letter-spacing: 2px;
}

.policy h3 {
  font-size: 1.8rem;
  font-weight: 500;
  background-color: #f6f457;
  color: white;
  padding: 3px 10px;
  margin-bottom: 10px;
  border-bottom: 3px solid #f2a654;
}
.policy div {
  letter-spacing: 2px;
}

/*   404ページ　　*/
@media screen and (max-width: 640px) {
  .error_text div {
    text-align: left !important;
  }
}

.error_btn {
  width: 250px;
  height: 55px;
  margin: auto;
}
.error_btn a {
  padding: 8px;
  color: #f2a654;
  display: block;
  transition: 0.3s;
  background-color: #f2a654;
  color: white;
  border-radius: 50px;
}
.error_btn a:hover {
  color: white;
  background-color: #eba386;
}

/*  インスタグラム　*/
.sns_list {
  border: none !important;
  flex-direction: row !important;
  justify-content: space-between;
  flex-wrap: wrap !important;
  max-width: 500px;
  margin: auto;
  background-color: white;
  padding: 5px;
}
@media screen and (max-width: 834px) {
  .sns_list {
    flex-wrap: wrap !important;
  }
}
.sns_list > div {
  width: 33.333% !important;
  border: none !important;
  padding: 5px;
}
@media screen and (max-width: 834px) {
  .sns_list > div {
    width: 33.333% !important;
  }
}
.sns_list .sns_photo {
  width: 100% !important;
  padding: 0 !important;
}
.sns_list .sns_text {
  display: none;
}

.aroma_text {
  max-width: 1000px;
  margin: auto;
  position: relative;
}
.aroma_text::before {
  content: "";
  border: 1px solid #f6f457;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  right: 10px;
}
.aroma_text h3 {
  font-size: 2.2rem;
  color: #f6f457;
  text-align: center !important;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.aroma_text div {
  letter-spacing: 2px;
  line-height: 1.6;
}

.home_wrap04 {
  position: relative;
}
.home_wrap04::before {
  content: "";
  background-image: url(../images/contents/flag-left.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 286px;
  height: 160px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99998;
}
@media screen and (max-width: 1500px) {
  .home_wrap04::before {
    width: 200px;
    height: 100px;
  }
}
@media screen and (max-width: 834px) {
  .home_wrap04::before {
    width: 130px;
  }
}
.home_wrap04::after {
  content: "";
  background-image: url(../images/contents/flag-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 265px;
  height: 168px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99998;
}
@media screen and (max-width: 1500px) {
  .home_wrap04::after {
    width: 180px;
    height: 120px;
  }
}
@media screen and (max-width: 834px) {
  .home_wrap04::after {
    width: 115px;
  }
}

/* 　保護者ページ 　*/
#blg_wp .blg_ttl {
  background-image: url(../images/pages/pg-bg.jpg);
  padding-top: 120px;
  padding-bottom: 100px;
}
#blg_wp .pankuzu {
  margin: 10px auto 80px auto !important;
}

.blog_inner {
  max-width: 1200px;
  margin: auto;
  padding-top: 10px;
}
@media screen and (max-width: 1500px) {
  .blog_inner {
    padding: 10px 20px 0 20px;
  }
}

#bg_footer {
  background-image: url(../images/contents/noise02.jpg);
}

.blog_ttl {
  padding: 100px 0 100px 0;
  background-image: url(../images/pages/pg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1200px) {
  .blog_ttl {
    padding-top: 150px !important;
    padding-bottom: 80px !important;
  }
}
@media screen and (max-width: 834px) {
  .blog_ttl {
    padding-top: 150px !important;
    padding-bottom: 60px !important;
  }
}

.b_img {
  width: 80%;
  margin: auto;
}
.b_img img {
  width: 100% !important;
}

.b_gallery .box {
  width: calc(33.3333333333% - 20px);
  margin: 10px;
}

.blog {
  margin-top: 150px;
}

.blog .wrap {
  display: flex;
  max-width: 1200px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 150px;
}
@media screen and (max-width: 1500px) {
  .blog .wrap {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1200px) {
  .blog .wrap {
    padding: 0 30px;
  }
}
@media screen and (max-width: 834px) {
  .blog .wrap {
    flex-direction: column-reverse;
  }
}
.blog .wrap aside {
  width: 370px;
  padding: 0 5px;
  margin-top: 15px;
}
@media screen and (max-width: 834px) {
  .blog .wrap aside {
    width: 80%;
    margin: 100px auto 0 auto;
  }
}
.blog .wrap aside #calendar {
  display: none;
}
.blog .wrap aside #form_calendar {
  margin-top: 0;
}
.blog .wrap aside nav h3 {
  background-color: #fff6e0;
  color: white;
  padding: 3px;
  margin-top: 30px;
}
.blog .wrap aside nav li {
  padding: 13px 0;
  border-bottom: 1px dashed #ccc;
}
.blog .wrap aside nav li a {
  display: block;
  text-align: left;
  font-size: 1.3rem;
  color: #f2a654;
}
.blog .wrap aside nav li a span {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #555555;
}
.blog .wrap aside nav > a {
  display: block;
  background-color: #6ed8f5;
  padding: 5px;
  margin-top: 30px;
  color: white;
  border-radius: 5px;
}
.blog .wrap aside nav > div {
  background-color: #f2a654;
  color: white;
  border-radius: 5px;
  margin-top: 30px;
  padding: 5px;
}
.blog .wrap aside nav .category li {
  position: relative;
}
.blog .wrap aside nav .category li::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  color: #555555;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: block;
  font-size: 1.1rem;
  font-weight: 300;
}
.blog .wrap #contents {
  width: calc(100% - 380px) !important;
  padding-left: 60px;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .blog .wrap #contents {
    padding-left: 40px;
  }
}
@media screen and (max-width: 834px) {
  .blog .wrap #contents {
    width: 80% !important;
    margin: auto;
    padding-left: 0;
  }
}
.blog .wrap #contents article .date {
  color: #f2a654;
  display: none;
}
.blog .wrap #contents article h1,
.blog .wrap #contents article h2 {
  font-size: 3rem;
  margin-bottom: 10px;
}
.blog .wrap #contents article h1 span,
.blog .wrap #contents article h2 span {
  display: block;
  border: 1px solid #f2a654;
  padding: 0 10px;
}
.blog .wrap #contents article article h2 {
  font-size: 2.6rem;
}
.blog .wrap #contents article .list03 {
  margin: 10px auto 0 auto !important;
}
.blog .wrap #contents article .flex {
  flex-direction: column-reverse;
}
.blog .wrap #contents article .flex_images img {
  margin-bottom: 10px;
  border-radius: 5px;
}
.blog .wrap #contents article .flex_text .detail {
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog .wrap #contents article ul li {
  display: inline-block;
}
.blog .wrap #contents article ul li a {
  font-size: 1.4rem;
  background-color: #f2a654;
  border-radius: 5px;
  display: inline-block;
  padding: 0 5px;
  color: white;
  margin-top: 5px;
  margin-bottom: 5px;
}
.blog .wrap #contents article:not(:first-child) {
  margin-top: 100px;
}
.blog .wrap #contents dl {
  margin-bottom: 20px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
  position: relative;
  transition: 0.3s;
}
.blog .wrap #contents dl dt span {
  display: block !important;
  color: #3c3c3c;
  font-size: 1.4rem;
  transition: 0.3s;
}
.blog .wrap #contents dl dt a span {
  color: #555555;
  font-size: 1.6rem;
  transition: 0.3s;
}
.blog .wrap #contents dl dd ul li a {
  color: white;
  background-color: #f2a654;
  border-radius: 5px;
  font-size: 1.4rem;
  padding: 3px;
  transition: 0.3s;
}
.blog .wrap #contents dl:hover::before {
  color: #f2a654;
}
.blog .wrap #contents dl:hover dt a span {
  color: #f2a654;
}

.carousel {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .carousel {
    padding: 0 10px;
  }
}
.carousel li {
  margin: 0 10px;
}
.carousel li a {
  display: block;
  position: relative;
}
.carousel li a:before {
  padding-top: 100%;
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.carousel li a img {
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.class_01 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 834px) {
  .class_01 {
    display: block;
  }
}
.class_01 .flxL {
  width: 60%;
}
@media screen and (max-width: 834px) {
  .class_01 .flxL {
    width: 100%;
  }
}
.class_01 .flxR {
  width: 38%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .class_01 .flxR {
    width: 90%;
    margin: 0 auto;
  }
}
.class_01 .flxR div {
  margin: 10px;
}
.class_01 .flxR div img {
  border-radius: 10px;
  width: 100% !important;
}

.listtxt br {
  display: none;
}
.listtxt ul li {
  margin-left: 30px;
  list-style: disc;
}

.listtxt2 ul li {
  margin-left: 30px;
  list-style: disc;
}

.primary_01 {
  justify-content: center;
}
.primary_01 .box {
  margin: 0 10px;
  width: 31%;
}
@media screen and (max-width: 834px) {
  .primary_01 .box {
    width: 40%;
  }
}
.primary_01 img {
  width: 100% !important;
  border-radius: 10px;
}

.fix-instagram {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 2px solid #f2a654;
  font-size: 30px;
}
@media screen and (max-width: 640px) {
  .fix-instagram {
    font-size: 22px;
  }
}
.fix-instagram img {
  margin-right: 10px;
  vertical-align: text-bottom;
}

html.is-fixed,
html.is-fixed body {
  height: 100%;
}

#nav-toggle {
  position: fixed;
  top: 20px;
  right: 15px;
  height: 55px;
  width: 55px;
  padding: 10px;
  background-color: #f6f457;
  border-radius: 50%;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 834px) {
  #nav-toggle {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  #nav-toggle {
    top: 25px;
  }
}
#nav-toggle > div {
  position: relative;
  width: 36px;
}
#nav-toggle span {
  width: 90%;
  height: 4px;
  left: 2px;
  display: block;
  background: #f2a654;
  position: absolute;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
}
#nav-toggle span:nth-child(1) {
  top: 2px;
}
#nav-toggle span:nth-child(2) {
  top: 15px;
}
#nav-toggle span:nth-child(3) {
  top: 27px;
}
#nav-toggle:hover span:nth-child(1) {
  top: 2px;
}
#nav-toggle:hover span:nth-child(3) {
  top: 27px;
}

.open #nav-toggle span {
  background: #f2a654;
}
.open #nav-toggle span:nth-child(1) {
  top: 15px;
  transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 15px;
  transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
  z-index: 99999;
}

#container {
  z-index: 900;
}

.nav_wrap .logo {
  margin-bottom: 60px !important;
}
.nav_wrap li {
  position: relative;
}
.nav_wrap .ddmenu {
  top: 0;
  left: 50%;
  background-color: transparent;
  position: relative;
  width: 80%;
}

#nav_sp {
  display: none;
  background: white;
  color: #fff6e0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99998;
  text-align: center;
  display: block;
  height: 100%;
  padding: 40px 20px;
  overflow-y: auto;
  visibility: hidden;
  font-size: 29px;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
#nav_sp > a {
  display: block;
  text-align: left;
  width: 80%;
  padding-top: 40px;
}

#nav_sp a {
  display: block;
  color: #f2a654;
  letter-spacing: 0.4em;
  text-decoration: none;
  margin: 10px 0;
  transition: color 0.6s ease;
  text-align: left;
  font-size: 2rem !important;
  position: relative;
  z-index: -1;
  line-height: 1.6;
  padding: 10px;
}
#nav_sp a > br {
  display: none;
}
#nav_sp a:hover {
  color: #eba386;
}
#nav_sp li:not(:last-child) {
  border-bottom: 1px solid #fff6e0;
}
#nav_sp ul {
  list-style: none;
  width: 100%;
}
#nav_sp ul li {
  opacity: 0;
  transform: translateX(200px);
  transition: transform 0.6s ease, opacity 0.2s ease;
}
#nav_sp ul li:nth-child(2) {
  transition-delay: 0.15s;
}
#nav_sp ul li:nth-child(3) {
  transition-delay: 0.3s;
}
#nav_sp ul li:nth-child(4) {
  transition-delay: 0.45s;
}
#nav_sp ul li:nth-child(5) {
  transition-delay: 0.6s;
}
#nav_sp ul li:nth-child(6) {
  transition-delay: 0.75s;
}
#nav_sp ul li:nth-child(7) {
  transition-delay: 0.9s;
}
#nav_sp ul .ddmenu {
  left: 50%;
  z-index: 3;
  position: relative;
}
#nav_sp ul .ddmenu a {
  font-size: 1.6rem !important;
  color: #f2a654 !important;
  padding-left: 20px !important;
  padding: 10px !important;
}

/* open */
.open {
  overflow: hidden;
}
.open #nav_sp {
  visibility: visible;
  opacity: 1;
}
.open #nav_sp li {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease, opacity 0.9s ease;
}

.fix-home_box01 .box {
  display: flex;
  flex-direction: column;
}
.fix-home_box01 .box > article {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
}
.fix-home_box01 .box > article > div, .fix-home_box01 .box > div {
  height: 100%;
}

.pankuzu > a {
  color: #f2a654;
}
@media screen and (max-width: 640px) {
  .pankuzu {
    text-align: left;
  }
}

.fix-border-none {
  border: none;
}/*# sourceMappingURL=common_style.css.map */