@charset "UTF-8";
a.itext {
  width: auto !important;
  height: auto !important;
}

.annot {
  display: none !important;
}

::selection {
  background-color: #d0d0ff;
}

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

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

@media only screen and (max-width: 1200px) {
  .bp1200none {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .bp1200none {
    display: block;
  }
}

@media only screen and (max-width: 1000px) {
  .bp1000none {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .bp1000none {
    display: block;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

li {
  list-style: none;
}

html {
  font-size: 65.5% !important;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 400;
}

body {
  line-height: 1.7em;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #543515;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 1.4rem;
  font-family: "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.inner {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 10px;
}
@media screen and (max-width: 834px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.inner2 {
  margin: 0 auto;
  max-width: 1000px;
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
}

#contents {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px 100px;
}
@media screen and (max-width: 834px) {
  #contents {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 640px) {
  #contents {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

#side {
  width: 18.75%;
}

section form h2.mail.title {
  display: none;
}

.map {
  margin: 56px 20px 0;
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}
.tlfix table {
  table-layout: fixed;
}

table td img {
  height: auto !important;
}

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

small {
  font-size: 80%;
}

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

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

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

a {
  color: #17e012;
  transition: 1s;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  transition: 1s;
}

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

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

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

@media screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}
header#global_header {
  min-width: auto;
}

footer#global_footer {
  min-width: auto;
}

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

.error_link h2 {
  margin-bottom: 50px;
  font-size: 30px;
}
.error_link a {
  display: inline-block;
  margin-top: 50px;
  color: #543515;
}
.error_link a:hover {
  text-decoration: underline;
}

.pan1 {
  font-size: 13px;
  color: #543515;
}
.pan1 li {
  display: inline-block;
}
.pan1 a {
  color: #543515;
  text-decoration: none;
}
.pan1 a:hover {
  color: #1f6ba2;
}

.pankuzu {
  display: flex;
}
.pankuzu li:first-child {
  padding-left: 20px;
  position: relative;
}
.pankuzu li:first-child:before {
  position: absolute;
  content: "\f015";
  font-family: "Font Awesome 5 Pro";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-weight: bold;
}
.pankuzu div {
  margin: 0 1%;
}

.breadcrumb {
  text-align: right;
}

.tel-link a {
  text-decoration: none;
  pointer-events: none;
}
@media screen and (max-width: 834px) {
  .tel-link a {
    pointer-events: auto;
  }
}

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

.mt180 {
  margin-top: 180px;
}
@media only screen and (max-width: 1200px) {
  .mt180 {
    margin-top: 130px;
  }
}
@media screen and (max-width: 834px) {
  .mt180 {
    margin-top: 100px;
  }
}
@media screen and (max-width: 640px) {
  .mt180 {
    margin-top: 50px;
  }
}

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

.area {
  background: url(../images/contents/mainimage01.jpg);
  background-position: center;
  background-size: cover;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.header {
  display: flex;
  position: relative;
  z-index: 1;
  width: calc(100% - 250px);
  padding: 15px;
}
@media screen and (max-width: 640px) {
  .header {
    width: 70%;
    height: 100vh;
    padding: 10px;
  }
}
.header-sect {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 75px;
}
@media screen and (max-width: 640px) {
  .header-sect {
    margin-right: 0;
  }
}
.header-right {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .header-right {
    margin-top: 8px;
  }
}
.header-cont {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header-cont li {
  width: auto;
  margin: 0 5px;
}
.header-cont .h-tel a {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .header-cont .h-tel a {
    font-size: 1.7rem;
  }
}
.header-cont .h-tel a i {
  font-size: 0.8em;
  margin-right: 6px;
}
.header-cont .h-cont a {
  position: relative;
  padding: 10px 20px;
  display: block;
  background: #1f6ba2;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  font-size: 1.5rem;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .header-cont .h-cont a {
    font-size: 1.35rem;
    padding: 4px 8px;
  }
}
.header-cont .h-cont a:before, .header-cont .h-cont a:after {
  content: "";
  position: absolute;
  background: #1f6ba2;
  width: 0;
  height: 2px;
  transition: 0.5s all;
}
.header-cont .h-cont a:before {
  top: 0;
  left: 0;
}
.header-cont .h-cont a:after {
  right: 0;
  bottom: 0;
}
.header-cont .h-cont a:hover {
  background: #fff;
  color: #1f6ba2;
}
.header-cont .h-cont a:hover:before, .header-cont .h-cont a:hover:after {
  width: 100%;
}
.header-cont .h-cont a span {
  margin-left: 8px;
}
@media screen and (max-width: 640px) {
  .header-cont .h-cont a span {
    display: none;
  }
}

.header02 {
  width: 100%;
  height: auto;
  background: rgba(31, 107, 162, 0.5);
  position: relative;
}
.header02 .header-sect {
  flex-direction: row;
}
@media only screen and (max-width: 1200px) {
  .header02 .header-sect {
    flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  .header02 .header-sect {
    margin-right: 60px;
  }
}
.header02 .header-right {
  margin-top: 0;
  margin-left: 20px;
}
@media only screen and (max-width: 1200px) {
  .header02 .header-right {
    margin-left: 0;
  }
}
.header02 #target {
  right: 0;
}

/* nav_menu */
#global_header .nav {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -100%;
  right: auto;
  width: 100%;
  height: 100vh;
  background: #fff;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  z-index: 999;
}
#global_header .nav ul {
  width: 100%;
  height: 100%;
  margin-top: 2%;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
}
#global_header .nav li {
  width: 100%;
  font-size: 3em;
  text-align: center;
}
#global_header .nav a {
  display: block;
  text-decoration: none;
  color: #543515 !important;
  font-size: 0.5em;
  border-bottom: 1px solid #eee;
  padding: 1% 0;
  font-weight: 700;
  opacity: 10 !important;
}
@media screen and (max-width: 640px) {
  #global_header .nav a {
    padding: 2% 0;
  }
}
#global_header .nav a:hover {
  color: #1f6ba2 !important;
}
#global_header .nav a span {
  font-size: 0.5em;
  margin-top: -9px;
  display: block;
  font-weight: 500;
  margin-top: 5px;
}
@media screen and (max-width: 834px) {
  #global_header .nav a span {
    margin-top: -2px;
  }
}
#global_header .nav img {
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  #global_header .nav img {
    margin-top: 80px;
    width: 50%;
    margin-bottom: 20px;
  }
}

.mail02 {
  background-color: #0f58a8;
  display: inline-block !important;
  width: 30%;
  opacity: 10 !important;
}
@media screen and (max-width: 640px) {
  .mail02 {
    width: 80%;
  }
}
.mail02 a {
  display: inline-block !important;
}
.mail02:hover {
  background-color: #1f6ba2;
}

#target {
  position: absolute;
  top: 0;
  right: 250px;
  cursor: pointer;
  display: block;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  background-color: #1f6ba2;
  width: 70px;
  z-index: 11111;
  position: fixed;
}
@media only screen and (max-width: 1000px) {
  #target {
    right: 0;
  }
}
@media screen and (max-width: 834px) {
  #target {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 640px) {
  #target {
    width: 55px;
    height: 55px;
  }
}

.target_inner {
  width: 40px;
  height: 10px;
  position: relative;
  z-index: 999;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .target_inner {
    width: 40px;
  }
}
@media screen and (max-width: 640px) {
  .target_inner {
    width: 30px;
  }
}

.target_inner_line {
  display: block;
  width: 40px;
  height: 3px;
  background: #fff;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  position: absolute;
}
@media screen and (max-width: 834px) {
  .target_inner_line {
    width: 40px;
  }
}
@media screen and (max-width: 640px) {
  .target_inner_line {
    width: 30px;
  }
}

.target_inner_1 {
  top: -10px;
}
@media screen and (max-width: 834px) {
  .target_inner_1 {
    top: -10px;
  }
}
@media screen and (max-width: 640px) {
  .target_inner_1 {
    top: -11px;
  }
}

.target_inner_2 {
  top: 3px;
}
@media screen and (max-width: 834px) {
  .target_inner_2 {
    top: 3px;
  }
}
@media screen and (max-width: 640px) {
  .target_inner_2 {
    top: -1px;
  }
}

.target_inner_3 {
  top: 16px;
}
@media screen and (max-width: 834px) {
  .target_inner_3 {
    top: 16px;
  }
}
@media screen and (max-width: 640px) {
  .target_inner_3 {
    top: 9px;
  }
}

/* 動き */
.fadein {
  position: fixed;
  z-index: 99;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.linea, .lineb, .linec {
  background: #ffffff;
}

.linea {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  top: 3px !important;
}
@media screen and (max-width: 640px) {
  .linea {
    top: 0px;
  }
}

.lineb {
  opacity: 0;
}

.linec {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  top: 3px !important;
}
@media screen and (max-width: 640px) {
  .linec {
    top: 0px;
  }
}

.pfix {
  width: 100%;
  position: fixed;
}

header#global_header {
  max-width: 100%;
  position: relative;
  z-index: 99;
}

#header {
  width: 100%;
  margin-top: -50px;
}

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

.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  bottom: inherit !important;
  width: 100%;
  background: #fff;
  max-width: 100% !important;
  z-index: 500 !important;
}
.fixed #header_cont {
  position: static;
  padding: 10px 0;
}
@media only screen and (max-width: 1200px) {
  .fixed #header_cont {
    padding: 10px 20px;
  }
}

#siteID {
  width: 18.5%;
  text-align: left;
}
@media only screen and (max-width: 1000px) {
  #siteID {
    width: 14.5%;
  }
}
#siteID #canvas-wrap {
  width: 100%;
  height: 100vh;
  position: relative;
}
#siteID #canvas-txt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-family: din-2014, sans-serif;
  font-size: 5.5em;
  line-height: 1.3em;
  z-index: 0;
}
@media screen and (max-width: 834px) {
  #siteID #canvas-txt {
    font-size: 3em;
  }
}
#siteID #canvas-txt p {
  font-weight: 600;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 834px) {
  #siteID #canvas-container {
    height: 90% !important;
  }
}
@media screen and (max-width: 640px) {
  #siteID #canvas-container {
    height: 85% !important;
  }
}
#siteID .slider {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#siteID .slider .image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: anime 15s 0s infinite;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#siteID .slider .image:nth-of-type(1) {
  background-image: url(../images/home/main01_pc.jpg);
}
#siteID .slider .image:nth-of-type(2) {
  animation-delay: 5s;
  background-image: url(../images/home/main02_pc.jpg);
}
@keyframes anime {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.18);
  }
}
#siteID #page-animate::before {
  content: "";
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  pointer-events: none;
  right: 100%;
  -webkit-transition: right 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: right 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
#siteID #page-animate::after {
  content: "";
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0f58a8;
  z-index: 9999;
  pointer-events: none;
  left: 100%;
  -webkit-transition: left 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: left 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
#siteID #page-animate.is-slide-in::before {
  right: 0;
}
#siteID #page-animate.is-slide::after {
  left: 0;
}

.global_headerbl:before {
  content: none !important;
}

div#builingual {
  z-index: 1;
  position: fixed;
  bottom: 0;
}

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  font-size: 13px;
  background: #1f6ba2;
}
footer#global_footer #copy {
  color: #fff;
  font-size: 13px;
}
footer#global_footer #copy a {
  color: #fff;
  font-size: 13px;
}

copy {
  display: inline-block;
}

body {
  position: relative;
}

.maintxt {
  position: absolute;
  font-size: 40px;
  left: 5%;
  transform: translateY(-50%);
  top: 50%;
  width: 860px !important;
  height: 200px;
  line-height: 1.8;
  z-index: 0;
  width: 601px !important;
  height: 225px;
  font-family: Noto Serif JP;
  font-weight: 500;
}
@media only screen and (max-width: 1500px) {
  .maintxt {
    font-size: 30px;
  }
}

.maintxt-blue {
  color: #004b98 !important;
}

.maintxt-L {
  font-size: 45px;
}
@media only screen and (max-width: 1500px) {
  .maintxt-L {
    font-size: 40px;
  }
}

.maintxt .in {
  opacity: 1 !important;
  color: #fff;
}

.mt_wrap {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(0, -50%);
  width: 80%;
  z-index: 0;
}
@media only screen and (max-width: 1400px) {
  .mt_wrap {
    top: 44%;
  }
}
@media only screen and (max-width: 1000px) {
  .mt_wrap {
    width: 60%;
  }
}
.mt_wrap .about-text div {
  color: #fff;
}
@media screen and (max-width: 640px) {
  .mt_wrap .about-text div {
    font-size: 13px;
    line-height: 1.6;
  }
}
.mt_wrap .about-text div b {
  font-size: 18px;
}
.mt_wrap .about-text div .blk {
  display: block;
}

.mainbtn {
  position: absolute;
  z-index: 11111;
  transform: translateX(-50%) translateY(-50%);
  left: 64%;
  top: 53%;
  z-index: 0;
}
@media only screen and (max-width: 1600px) {
  .mainbtn {
    left: 66%;
    top: 53%;
    width: 33%;
  }
}
@media only screen and (max-width: 1400px) {
  .mainbtn {
    transform: inherit;
    left: 3%;
    top: auto;
    bottom: 10%;
    width: 56%;
  }
}
@media only screen and (max-width: 1000px) {
  .mainbtn {
    top: auto;
    bottom: 10%;
  }
}
@media screen and (max-width: 640px) {
  .mainbtn {
    bottom: 3%;
  }
}
.mainbtn .mainbtn-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1400px) {
  .mainbtn .mainbtn-wrap {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.mainbtn .mainbtn-wrap .btn1 {
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 1400px) {
  .mainbtn .mainbtn-wrap .btn1 {
    width: 32%;
  }
}
.mainbtn .mainbtn-wrap .btn1 img {
  width: 49% !important;
  max-width: 300px !important;
}
@media only screen and (max-width: 1400px) {
  .mainbtn .mainbtn-wrap .btn1 img {
    width: 100% !important;
  }
}
.mainbtn .mainbtn-wrap .btn2 {
  width: 49%;
  margin-right: 2%;
  text-align: center;
}
@media only screen and (max-width: 1400px) {
  .mainbtn .mainbtn-wrap .btn2 {
    width: 32%;
    margin-right: 0;
  }
}
.mainbtn .mainbtn-wrap .btn2 img {
  max-width: 300px !important;
  width: 100% !important;
}
.mainbtn .mainbtn-wrap .btn3 {
  width: 49%;
  text-align: center;
}
@media only screen and (max-width: 1400px) {
  .mainbtn .mainbtn-wrap .btn3 {
    width: 32%;
  }
}
.mainbtn .mainbtn-wrap .btn3 img {
  max-width: 300px !important;
  width: 100% !important;
}

.logo_fadein {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  display: none;
}

.logo_fadein .video1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999999;
  width: 65%;
  display: none;
}
.logo_fadein .video1 video {
  width: auto !important;
}

div.items > article a {
  color: #111;
  text-decoration: none !important;
  font-size: 16px;
}

div.under ul li a {
  font-weight: 400;
  font-family: "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  opacity: 1;
  border: 1px solid #333;
  color: #333 !important;
  padding: 10px;
}
div.under ul li a:hover {
  border: 1px solid #b0ddd9;
  background: #b0ddd9;
  color: #fff !important;
}

div.select > select {
  height: 100%;
}

div.search form input {
  padding: 10px 37px 10px 5px;
}

div.order ul li a {
  color: #111;
}

div.items > article p.price {
  color: red;
}

div.crumb {
  display: none;
}

div.item_view div.item_option {
  width: 100% !important;
}

div.item_option dl, button.addcart {
  width: 50% !important;
}
@media screen and (max-width: 834px) {
  div.item_option dl, button.addcart {
    margin: 0 auto;
  }
}

@media screen and (max-width: 834px) {
  .addcart {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

div.item_view div.struct {
  display: block;
}

div.photo div.large {
  width: auto;
}

div.photo {
  margin-left: 0;
}

h2.title_h2 {
  background: none !important;
  border-top: none !important;
  border-bottom: 1px solid #CCCCCC;
  font-size: 20px !important;
  line-height: 1.3;
  margin: 65px 0 20px !important;
  padding: 10px !important;
}

h2.title_h2 span {
  border: none !important;
  padding: 0 !important;
}

ul.item_list li {
  margin-bottom: 10px !important;
}

ul.item_list li h3.title_h3 {
  font-size: 18px !important;
}

.btn_cart a {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #000000 !important;
  background-size: 30px auto !important;
  color: #FFFFFF !important;
  display: block !important;
  padding: 10px 10px 10px 50px !important;
  width: 100% !important;
  border: 1px solid #ffffff;
}

.btn_cart a:hover {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #CCCCCC !important;
  background-size: 30px auto !important;
}

.sort_catalog {
  overflow: hidden;
}

.sort_catalog ul {
  display: flex;
}

.item_title, .wishlist {
  margin: 0 !important;
}

.shop_cont h2.title_h2, .item_info h2.title_h2 {
  border-top: 2px solid #CCCCCC;
}

.shop_cont a, .item_info a {
  color: #CCCCCC;
}

.shop_cont a:hover, .item_info a:hover {
  text-decoration: none;
}

.item_title h2 {
  border-top: 2px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.shop_cont table {
  table-layout: auto;
}

.btn a {
  display: block;
  max-width: 300px;
  background: #1f6ba2;
  color: #fff;
  margin-top: 20px;
  padding: 15px 0;
  width: 100%;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .btn a {
    margin-right: auto;
    margin-left: auto;
  }
}

.flex1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex1._top {
  align-items: flex-start;
}
.flex1._center {
  align-items: center;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}
.flex1:after {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 2;
}
.flex1 .box {
  width: calc(100% / 1 - 1%);
  margin-bottom: 2%;
}
@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
.flex1 .box img {
  width: 100% !important;
}

.flex2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex2._top {
  align-items: flex-start;
}
.flex2._center {
  align-items: center;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}
.flex2:after {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 2;
}
.flex2 .box {
  width: calc(100% / 2 - 1%);
  margin-bottom: 2%;
}
@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
.flex2 .box img {
  width: 100% !important;
}

.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex3._top {
  align-items: flex-start;
}
.flex3._center {
  align-items: center;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}
.flex3:after {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 2;
}
.flex3 .box {
  width: calc(100% / 3 - 1%);
  margin-bottom: 2%;
}
@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
.flex3 .box img {
  width: 100% !important;
}

.flex4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex4._top {
  align-items: flex-start;
}
.flex4._center {
  align-items: center;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}
.flex4:after {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 2;
}
.flex4 .box {
  width: calc(100% / 4 - 1%);
  margin-bottom: 2%;
}
@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
.flex4 .box img {
  width: 100% !important;
}

.square._100 .square-inner:before {
  padding-top: 100%;
}
.square._75 .square-inner:before {
  padding-top: 75%;
}
.square._66 .square-inner:before {
  padding-top: 66%;
}
.square td .square-inner {
  display: block;
  position: relative;
}
.square td .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square td .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.square > .square-inner {
  display: block;
  position: relative;
}
.square > .square-inner .itext {
  float: none !important;
  margin-right: 0 !important;
}
.square > .square-inner .itext img {
  float: none !important;
  margin-right: 0 !important;
}
.square > .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square > .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.square > .box .itext {
  float: none !important;
  margin-right: 0 !important;
}
.square > .box .itext img {
  float: none !important;
  margin-right: 0 !important;
}
.square > .box .square-inner {
  display: block;
  position: relative;
}
.square > .box .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square > .box .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

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

.flex2cl_01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 834px) {
  .flex2cl_01 {
    flex-direction: column-reverse;
  }
}
.flex2cl_01 .flxL {
  width: 57%;
}
@media screen and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}
.flex2cl_01 .flxR {
  width: 40%;
}
@media screen and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 20px;
  }
}
.flex2cl_01 .flxR .img {
  width: 100%;
}
.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .flex2cl_02 {
    margin-left: -2.439%;
  }
}
@media screen and (max-width: 834px) {
  .flex2cl_02 {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
  }
}
@media screen and (max-width: 834px) {
  .flex2cl_02 .box {
    width: 100%;
    margin-left: 0;
  }
}
.flex2cl_02 .box img {
  width: 100% !important;
}
.flex2cl_02 .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex2cl_02 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex3cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -2.4390243902%;
}
@media screen and (max-width: 1000px) {
  .flex3cl {
    margin-left: -2.439%;
  }
}
@media screen and (max-width: 640px) {
  .flex3cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex3cl .box {
  position: relative;
  width: 30.8943089431%;
  margin-left: 2.4390243902%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .flex3cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.flex3cl .box img {
  width: 100% !important;
}
.flex3cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex3cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex4cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -3.2258064516%;
}
@media screen and (max-width: 1000px) {
  .flex4cl {
    margin-left: -2.439%;
  }
}
@media screen and (max-width: 640px) {
  .flex4cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex4cl .box {
  position: relative;
  width: 21.7741935484%;
  margin-left: 3.2258064516%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .flex4cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .flex4cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.flex4cl .box img {
  width: 100% !important;
}
.flex4cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex4cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

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

.con100-2 {
  margin-left: calc((1200px - 100%) / 2 * -1);
  margin-right: calc((1200px - 100%) / 2 * -1);
}

/* ----------------------------------------------------------
meanmenu
---------------------------------------------------------- */
.mean-bar {
  background: #1f6ba2 !important;
  position: fixed !important;
}
.mean-bar .mean-nav {
  background: #1f6ba2 !important;
  position: fixed;
  margin-top: 42px !important;
}
.mean-bar .mean-nav .mean-expand {
  width: 35px !important;
  height: 35px !important;
}

.h1-box {
  display: flex;
  position: relative;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.h1-box article {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 100px 0px;
  background-color: rgba(31, 107, 162, 0.5);
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .h1-box article {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 640px) {
  .h1-box article {
    padding: 30px 20px;
  }
}
.h1-box article h1,
.h1-box article p {
  display: block;
  white-space: nowrap;
  color: #fff;
  font-weight: 500;
  font-size: 4rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1200px) {
  .h1-box article h1,
  .h1-box article p {
    font-size: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .h1-box article h1,
  .h1-box article p {
    font-size: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .h1-box article h1,
  .h1-box article p {
    font-size: 2.4rem;
  }
}
.h1-box article div {
  font-weight: 600;
  color: #1f6ba2;
}

.title-02 article {
  display: inline-block;
}
.title-02 article h2, .title-02 article h3 {
  font-weight: 900;
  font-size: 8rem;
  line-height: 1.3;
  color: rgba(31, 107, 162, 0.5);
}
@media screen and (max-width: 834px) {
  .title-02 article h2, .title-02 article h3 {
    font-size: 6rem;
  }
}
@media screen and (max-width: 640px) {
  .title-02 article h2, .title-02 article h3 {
    font-size: 4rem;
  }
}
.title-02 article div {
  display: flex;
  align-items: center;
  text-align: right !important;
}
.title-02 article div:before {
  display: inline-block;
  content: "";
  flex-grow: 1;
  width: 50%;
  height: 1px;
  background: #1f6ba2;
}
.title-02._right {
  display: flex;
  justify-content: flex-end;
}
.title-02._center {
  display: flex;
  justify-content: center;
}

.gazo-text {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 640px) {
  .gazo-text {
    flex-direction: column;
    padding-top: 0;
  }
}
.gazo-text .pic {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  box-shadow: 10px 10px 0px 0px rgba(31, 107, 162, 0.2);
}
@media screen and (max-width: 640px) {
  .gazo-text .pic {
    width: 100%;
  }
}
.gazo-text .pic img {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: cover;
}
.gazo-text .text {
  flex: 1;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 0 20px 50px;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 640px) {
  .gazo-text .text {
    width: 100%;
    padding: 20px 0;
  }
}
.gazo-text .text div {
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .gazo-text .text div {
    text-align: left !important;
  }
}
.gazo-text._people .pic {
  width: 30%;
  min-width: 260px;
  max-height: 400px;
  aspect-ratio: 3/4;
}

.direv {
  flex-direction: row-reverse;
}
@media screen and (max-width: 640px) {
  .direv {
    flex-direction: column;
    padding-top: 0;
  }
}
.direv .text {
  padding: 20px 50px 20px 0;
}

.dl_rc dl:not(:first-child) {
  margin-top: 1%;
}
@media screen and (max-width: 640px) {
  .dl_rc dl {
    flex-direction: column !important;
  }
}
.dl_rc dl dt, .dl_rc dl dd {
  border: none !important;
}
@media screen and (max-width: 640px) {
  .dl_rc dl dt, .dl_rc dl dd {
    width: 100% !important;
  }
}
.dl_rc dl dt {
  color: #1f6ba2;
  align-items: center !important;
  background: rgba(31, 107, 162, 0.1) !important;
}

.flex_pattern {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .flex_pattern {
    flex-direction: column;
  }
}

.box50 {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .box50._sp100 {
    width: 100%;
  }
}

.title-jp {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.title-jp article {
  width: 70%;
}
.title-jp article h2, .title-jp article h3 {
  font-weight: 900;
  font-size: 5rem;
  line-height: 2;
  color: rgba(31, 107, 162, 0.5);
}
@media screen and (max-width: 834px) {
  .title-jp article h2, .title-jp article h3 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .title-jp article h2, .title-jp article h3 {
    font-size: 3rem;
  }
}
.title-jp article h2 span, .title-jp article h3 span {
  padding-left: 2em;
  position: relative;
}
.title-jp article h2 span:after, .title-jp article h3 span:after {
  flex-grow: 1;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(0, -50%);
  display: inline-block;
  content: "";
  width: 20%;
  height: 1px;
  background: rgba(31, 107, 162, 0.5);
}

.dl_column dl {
  flex-direction: column !important;
}
.dl_column dl:not(:first-child) {
  margin-top: 1%;
}
.dl_column dl dt, .dl_column dl dd {
  border: none !important;
}
.dl_column dl dt {
  color: #1f6ba2;
  background: rgba(31, 107, 162, 0.1) !important;
}
.dl_column dl dt div:before {
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  margin: auto 10px auto 0;
  border-radius: 50%;
  background: #fff;
}

.shop-title {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.shop-title img {
  max-width: 540px !important;
  padding: 20px 0;
}
@media screen and (max-width: 640px) {
  .shop-title img {
    max-width: 320px !important;
  }
}

.c-title h2, .c-title h3 {
  color: rgba(31, 107, 162, 0.5);
  font-weight: 900;
  font-size: 4rem;
  line-height: 1;
  padding-left: 30px;
  position: relative;
}
.c-title h2:before, .c-title h3:before {
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translate(0, -50%);
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  border: 1px solid #1f6ba2;
}
.c-title h2 span, .c-title h3 span {
  font-weight: 400;
  font-size: 1.6rem;
}
@media screen and (max-width: 640px) {
  .c-title h2 span, .c-title h3 span {
    display: block;
  }
}

.bg-txt div {
  line-height: 1.8;
}

.img100 img {
  width: 100%;
}

.ctg-bx .box {
  background: rgba(31, 107, 162, 0.6);
}
.ctg-bx .box:hover div {
  background: rgba(255, 255, 255, 0.6);
  color: #1f6ba2;
}
.ctg-bx .box article {
  position: relative;
}
.ctg-bx .box article h3 {
  display: none;
}
.ctg-bx .box article div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(31, 107, 162, 0.6);
  color: #fff;
  padding: 10px;
  pointer-events: none;
}
.ctg-bx .box article div span {
  display: inline-block;
  white-space: nowrap;
  padding: 10px;
  font-size: 1.8rem;
}

.banner ul li {
  width: 90%;
  margin: 20px auto;
}
@media screen and (max-width: 640px) {
  .banner ul li {
    width: 100%;
  }
}
.banner ul li article {
  display: flex;
  justify-content: space-around;
  padding: 30px;
  border: 2px solid #ddd;
}
@media screen and (max-width: 640px) {
  .banner ul li article {
    padding: 20px;
  }
}
.banner ul li article img {
  width: auto !important;
  max-width: 50%;
  max-height: 80px;
  margin-right: 20px;
}
.banner ul li article div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
}
.banner ul li article div img {
  margin-right: 0;
}

.title-long h2, .title-long h3 {
  font-weight: 500;
  font-size: 3rem;
  line-height: 1;
  -moz-text-shadow: 2px 1px 2px rgba(31, 107, 162, 0.5);
  -webkit-text-shadow: 2px 1px 2px rgba(31, 107, 162, 0.5);
  -ms-text-shadow: 2px 1px 2px rgba(31, 107, 162, 0.5);
  text-shadow: 2px 1px 2px rgba(31, 107, 162, 0.5);
}
.title-long div {
  padding-top: 10px;
}

.kids-gallery .box {
  width: 100%;
  display: flex;
  overflow: visible !important;
}
.kids-gallery .box:first-child {
  z-index: 1;
  position: relative;
}
.kids-gallery .box:first-child .pic {
  width: 60%;
  box-shadow: 10px 10px 0px 0px rgba(241, 114, 163, 0.2);
}
.kids-gallery .box:nth-child(2) {
  z-index: 0;
  position: relative;
  margin-top: -10%;
  justify-content: flex-end;
}
.kids-gallery .box:nth-child(2) .pic {
  width: 50%;
  box-shadow: -10px 10px 0px 0px rgba(144, 206, 156, 0.2);
}
.kids-gallery .box:nth-child(3) {
  z-index: 1;
  position: relative;
  margin-top: -10%;
  margin-left: 10%;
}
.kids-gallery .box:nth-child(3) .pic {
  width: 46%;
  box-shadow: 10px 10px 0px 0px rgba(249, 229, 71, 0.2);
}
.kids-gallery .box img {
  width: 100%;
  max-height: 460px;
  object-fit: cover;
}

.fc-box .box div {
  text-align: center;
}

.link_btn a {
  position: relative;
  padding: 10px 20px;
  display: inline-block;
  background: #1f6ba2;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  font-size: 1.5rem;
}
.link_btn a:before, .link_btn a:after {
  content: "";
  position: absolute;
  background: #1f6ba2;
  width: 0;
  height: 2px;
  transition: 0.5s all;
}
.link_btn a:before {
  top: 0;
  left: 0;
}
.link_btn a:after {
  right: 0;
  bottom: 0;
}
.link_btn a:hover {
  background: #fff;
  color: #1f6ba2;
}
.link_btn a:hover:before, .link_btn a:hover:after {
  width: 100%;
}

.comp-bx .box {
  position: relative;
  padding: 20px;
}
.comp-bx .box h3 {
  display: block;
  width: 100%;
  position: absolute;
  top: 10%;
  left: 0;
  font-size: 3rem;
  text-align: center;
  color: #1f6ba2;
}
@media screen and (max-width: 834px) {
  .comp-bx .box h3 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 640px) {
  .comp-bx .box h3 {
    font-size: 2rem;
  }
}
.comp-bx .box h3:after {
  display: block;
  content: "";
  width: 50%;
  margin: 8px auto 0;
  border-bottom: 1px solid #1f6ba2;
}
.comp-bx .box div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media screen and (max-width: 834px) {
  .comp-bx .box div {
    width: 80%;
  }
}
.comp-bx .box div span.ht {
  display: inline-block;
  padding: 2px 8px;
  background: #1f6ba2;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  white-space: nowrap;
}

.his-tbl table tr td {
  border: none !important;
}
.his-tbl table tr td.year div {
  color: #1f6ba2;
  font-weight: 900;
  font-size: 2rem;
  white-space: nowrap;
}
.his-tbl table tr td.month div {
  padding: 2px 12px;
  background: linear-gradient(0deg, rgb(100, 183, 221) 0%, rgb(151, 215, 243) 100%);
  border-radius: 20px;
  text-align: center;
  color: #fff;
  white-space: nowrap;
  position: relative;
}
.his-tbl table tr td.month div:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 2px;
  z-index: 0;
  height: 40px;
  background: #1f6ba2;
}
@media screen and (max-width: 640px) {
  .his-tbl table tr td.month div:after {
    content: none;
  }
}
.his-tbl table tr:last-child td.month div:after {
  content: none;
}

.policy-text a {
  color: #543515;
}
.policy-text a:hover {
  color: #1f6ba2;
}

.mail_form {
  max-width: 100%;
  margin: 50px auto 0;
}
.mail_form dl dt,
.mail_form dl dd {
  border: none !important;
  margin-bottom: 0.5%;
}
.mail_form dl dt {
  background: #1f6ba2 !important;
  color: #fff !important;
  align-items: flex-end !important;
}
@media screen and (max-width: 640px) {
  .mail_form dl dt {
    flex-direction: row !important;
    align-items: center !important;
  }
}
.mail_form dl dt label {
  color: #c70303 !important;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.5);
  padding: 3px;
}
@media screen and (max-width: 640px) {
  .mail_form dl dt label {
    margin-left: 2rem;
  }
}
.mail_form dl dd {
  background: none !important;
}
.mail_form dl textarea {
  height: 200px !important;
}

@media screen and (max-width: 640px) {
  #form_calendar table tr td.close span {
    letter-spacing: -0.5px !important;
    font-size: 1.2rem !important;
  }
}

.text404 h2,
.text404 h3 {
  font-size: 2.4rem;
  padding: 20px;
  border-bottom: solid 2px #1f6ba2;
}
@media screen and (max-width: 640px) {
  .text404 h2,
  .text404 h3 {
    font-size: 20px;
  }
}
.text404 div {
  padding-top: 30px;
  line-height: 3;
}
@media screen and (max-width: 640px) {
  .text404 div {
    letter-spacing: -0.2px;
  }
}
.text404 div a {
  display: inline-block;
  color: #543515;
  padding: 10px 20px;
  text-decoration: none;
  background: #fff;
  border: 1px solid #333;
}
.text404 div a i {
  margin-left: 10px;
}

/* ------------------------------------------------------------
blog
------------------------------------------------------------ */
.blog {
  width: 100%;
  text-align: left;
  margin: 20px auto;
}
@media screen and (max-width: 640px) {
  .blog {
    margin: 15px auto;
  }
}
.blog .wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .blog .wrap {
    flex-direction: column-reverse;
  }
}
.blog .wrap aside {
  width: 25%;
  min-width: 262px;
  overflow: hidden;
  padding: 0 10px;
}
@media screen and (max-width: 834px) {
  .blog .wrap aside {
    width: 100%;
  }
}
.blog .wrap aside #search {
  position: relative;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin: 30px 0 0;
}
.blog .wrap aside #search form {
  width: 100%;
}
.blog .wrap aside #search form input {
  padding: 10px;
}
.blog .wrap aside #search form button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  border: none;
  background: url(../img/search.png) no-repeat;
  background-size: 22px;
  background-position: center center;
  text-indent: -9999px;
  width: 22px;
}
.blog .wrap aside nav {
  padding: 20px 0;
}
.blog .wrap aside nav h3 {
  text-align: center;
  font-size: 1.2rem;
  font-weight: normal;
  color: #fff;
  background-color: #1f6ba2;
  border-radius: 3px;
  width: auto;
  margin: 20px 0;
  padding: 8px;
  clear: both;
}
.blog .wrap aside nav .pages li {
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
}
.blog .wrap aside nav .pages li a {
  color: #1f6ba2;
}
.blog .wrap #contents {
  width: 70%;
  overflow: hidden;
  margin: 0;
}
.blog .wrap #contents article ul {
  margin-bottom: 10px;
}
.blog .wrap #contents article .flex {
  display: flex;
  flex-direction: column;
}
.blog .wrap #contents article .flex .flex_images {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.blog nav > a {
  display: block;
  border: 0;
  margin: 15px auto 0;
  padding: 6px;
  border: 1px solid #ececec;
  background-color: #1f6ba2;
  box-sizing: border-box;
  color: #fff !important;
  text-shadow: none !important;
  border-radius: 3px;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .blog nav > a {
    padding: 20px;
  }
}

#main .blog_list {
  height: 250px;
  padding-right: 20px;
  overflow-y: scroll;
  width: 100%;
  margin: 0 auto;
  border: none !important;
}
#main .blog_list .blog_text {
  color: #fff;
}
#main .blog_list .blog_text h3 a {
  color: #fff;
}

.blog_date {
  color: #fff !important;
}

.blog_photo {
  width: 30% !important;
}

.recruit.form {
  margin: 40px 10px 10px 10px !important;
}

.blog #contents img {
  width: 100%;
}

.blog #page19 a {
  color: #1f6ba2;
}

.blog #page19 img {
  margin: 0 !important;
}

.blog #contents > #page19 {
  padding: 0 !important;
}

.category li a {
  color: #1f6ba2;
}

.blog #contents > article > h2 span, .blog h1 span {
  display: none;
}

.blog #contents > article > ul {
  display: flex;
}
.blog #contents > article > ul li a {
  padding: 0 5px;
  color: #21427c;
}

/* ------------------------------------------------------------
blog記事
------------------------------------------------------------ */
.titleblog_01 h1 {
  padding: 10px;
  color: #543515;
  background: #faf9ff;
  border-left: solid 5px #04047c;
  font-size: 20px;
}

.titleblog_02 h2 {
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  color: #543515;
  font-weight: bold;
}
.titleblog_02 h2:before {
  content: "□";
  position: absolute;
  left: 0;
  top: -3px;
}
.titleblog_02 h2:after {
  content: "□";
  position: absolute;
  left: 5px;
  top: 3px;
  color: #A1B8D1;
}

/* ------------------------------------------------------------
indexblog
------------------------------------------------------------ */
.index-blog {
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 250px;
  background: rgba(255, 255, 255, 0.5);
  padding: 10px;
  height: 100vh;
}
@media only screen and (max-width: 1000px) {
  .index-blog {
    padding-top: 60px;
    width: 30%;
  }
}
.index-blog .blog_list {
  display: flex;
  flex-direction: row !important;
  max-height: calc(100% - 10px);
  overflow-x: auto;
  flex-wrap: wrap !important;
  height: auto !important;
  padding-right: 0 !important;
}
.index-blog .blog_list > div {
  display: flex;
  width: 100%;
  flex-direction: row !important;
  background: none;
  border-bottom: 1px solid #ccc !important;
  flex-wrap: wrap;
}
.index-blog .blog_list > div .blog_photo {
  width: 100% !important;
  padding-bottom: 0;
}
@media only screen and (max-width: 1000px) {
  .index-blog .blog_list > div .blog_photo {
    padding: 6px 0 0;
  }
}
.index-blog .blog_list > div .blog_text {
  width: 100% !important;
}
@media only screen and (max-width: 1000px) {
  .index-blog .blog_list > div .blog_text {
    padding: 6px 0 0;
  }
}
.index-blog .blog_list > div .blog_text .blog_date {
  color: #543515 !important;
  font-size: 13px;
  font-weight: 500;
}
@media only screen and (max-width: 1000px) {
  .index-blog .blog_list > div .blog_text .blog_date {
    line-height: 1;
  }
}
.index-blog .blog_list > div .blog_text h3 {
  margin-bottom: 0 !important;
}
.index-blog .blog_list > div .blog_text h3 a {
  color: #543515 !important;
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (max-width: 1000px) {
  .index-blog .blog_list > div .blog_text h3 a {
    font-size: 13px;
    line-height: 1;
  }
}
@media screen and (max-width: 640px) {
  .index-blog .blog_list > div .blog_text h3 a {
    font-size: 1.2rem;
  }
}
.index-blog .blog_list > div .blog_text .detail {
  display: block;
  margin-top: 0px;
  font-size: 14px;
  padding: 5px 0 !important;
  color: #543515;
}

#main .blog_list::-webkit-scrollbar {
  width: 10px;
}

#main .blog_list::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 100px;
}

#main .blog_list::-webkit-scrollbar-thumb {
  background-color: #1f6ba2;
  border-radius: 100px;
}

.item-blog .blog_list {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  height: auto !important;
  padding-right: 0 !important;
  overflow-y: auto !important;
}
.item-blog .blog_list > div {
  width: 50%;
  margin-bottom: 5%;
  border-bottom: none;
}
.item-blog .blog_photo {
  width: 50% !important;
}
@media screen and (max-width: 834px) {
  .item-blog .blog_photo {
    width: 100% !important;
  }
}
.item-blog .blog_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.item-blog .blog_text .blog_date {
  display: none;
}
.item-blog .blog_text h3 {
  width: 100%;
  margin-bottom: 0;
  padding: 10px 0;
  text-align: center;
  font-size: 1.8rem;
  position: relative;
}
@media screen and (max-width: 834px) {
  .item-blog .blog_text h3 {
    padding-top: 0;
    font-size: 1.5rem;
  }
}
.item-blog .blog_text h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  margin-left: -20px;
  border-bottom: 1px solid #ddd;
  content: "";
}
@media screen and (max-width: 834px) {
  .item-blog .blog_text h3:after {
    margin-left: 0;
    left: 10%;
  }
}
.item-blog .blog_text h3 a {
  color: #1f6ba2 !important;
}
.item-blog .blog_text .detail {
  display: none;
}

/* ------------------------------------------------------------
blog/search.html
------------------------------------------------------------ */
.blog #contents > dl {
  padding: 30px;
  margin-bottom: 15px;
  background: #faf3ff;
  border: dashed 2px #1f6ba2;
}
.blog #contents > dl:first-child {
  margin-top: 30px;
}
.blog #contents > dl:last-child {
  margin-bottom: 0;
}
.blog #contents > dl dt .date {
  display: block;
  font-size: 15px;
}
.blog #contents > dl dt a {
  color: #04047c;
  font-weight: bold;
}
.blog #contents > dl dd ul {
  display: flex;
}
.blog #contents > dl dd ul li a {
  padding: 0 5px;
  color: #04047c;
}

/* ------------------------------------------------------------
blog/article.html
------------------------------------------------------------ */
.blog #contents > article:nth-of-type(n + 2) {
  margin-top: 50px;
}

.company_DL2 {
  background: none !important;
}
.company_DL2 dl {
  line-height: 2.5em;
}
.company_DL2 dl dt {
  align-items: center !important;
  background: none !important;
  border-bottom: 1px solid #543515 !important;
  min-width: 80px;
}
.company_DL2 dl dd {
  background: none !important;
  border-bottom: 1px solid rgba(204, 204, 204, 0.8) !important;
}
.company_DL2 dl:last-of-type dt {
  border-bottom: 1px solid #543515 !important;
}/*# sourceMappingURL=common_style.css.map */