﻿@charset "utf-8";

*,
::before,
::after {
  box-sizing: border-box;
}
html {
  font-size: 16px;
  font-family: "Lato", "Noto Sans JP", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo,
    sans-serif;
  line-height: 2em;
  color: #444444;
}
body{
  word-break:break-all;
  overflow-y: scroll;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.l-wrapper {
  overflow: hidden;
}

.l-main-inner {
  margin: 50px 0;
    width: 100%;
}
.l-content {
  width: 1000px;
  margin: 0 auto;
}
.wide-content {
  width: 100%;
  margin: 0 auto;
}

.box {
  width: 1;
  border: solid 3px red;
}

.box2 {
  width: 50%;
  border: solid 3px black;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 900px) {

  .l-content {
    margin-left: 0;
    padding: 0 16px;
    float: none;
    width: 100%;
  }
  .l-main-inner {
    margin: 50px 0;
  }
  .p-line-contact {
  font-size: 65%;
  }
}

.c-title-01 {
  text-align: center;
  font-size: 2rem;
  padding: 7px 20px;
  border-top: 1px solid #2e2ea3;
  border-bottom: 1px solid #2e2ea3;
  width: fit-content;
  margin: 30px auto 30px auto;
  color: #2e2ea3;
  line-height: 1.8em;
}

.c-title-02 {
  font-size: 1.3rem;
  overflow: hidden;
  padding: 5px;
  background-color: rgb(46, 46, 163, 0.8);
  color: #ffffff;
  line-height: 1.8em;
}

.c-title-03 {
  font-size: 1.2rem;
  overflow: hidden;
  padding: 0px;
  color: #2e2ea3;
  margin-block-start: 0;
  margin-block-end: 0;
  margin: 0;
  line-height: 1.8em;
 
}
.c-title-04 {
  font-size: 1.1rem;
  overflow: hidden;
  padding: 0px;
  margin-block-start: 0;
  margin-block-end: 0;
  margin: 0;
  line-height: 1.8em;
 
}

.c-list-01 {
  list-style: none;
  padding-left: 0;
  background: #fff6fa;
  border-radius: 20px;
  padding: 25px;
}
.c-list-01__item {
  position: relative;
  padding-left: 30px;
  margin: 5px 0;
  font-size: 0.75rem;
}
.c-list-01__item::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #2e2ea3;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 1em;
  transform: translateY(-50%);
}

.c-list-01__item a {
  color: inherit;
  text-decoration: none;
}


.c-list-01s {
  list-style: none;
  padding-left: 0;
  background: #fff6fa;
  border-radius: 20px;
  padding: 25px;
}
.c-list-01s__item {
  position: relative;
  padding-left: 30px;
  margin: 5px 0;
  font-size: 1.0rem;
}
.c-list-01s__item::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #2e2ea3;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 1em;
  transform: translateY(-50%);
}

.c-list-01s__item a {
  color: inherit;
  text-decoration: none;
}

.c-list-02 {
  list-style: none;
  padding-left: 0;
  background: #fff6fa;
  border-radius: 20px;
  padding: 25px;
}
.c-list-02__item {
  position: relative;
  padding-left: 30px;
  margin: 5px 0;
}
.c-list-02__item::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #2e2ea3;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 1em;
  transform: translateY(-50%);
}




.c-button-01 {
  display: block;
  width: 100%;
  color: inherit;
  text-align: center;
  text-decoration: none;
  padding: 7px;
  background: rgba(242,242,133,0.8);
  border: 3px solid #222222;
  border-radius: 25px;
  line-height: 2em;
  transition: all ease 100ms;
}
.c-button-01:hover {
  background: rgba(226, 226, 35, 0.8);

}
.c-button-02 {
  display: block;
  width: 100%;
  line-height: 2em;
  font-size: 0.625rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #2e2ea3;
  padding: 8px 5px 8px 24px;
  border-radius: 5px;
  position: relative;
  border: none;
}
.c-button-02.is-yellow {
  background: rgb(248, 194, 46);
}
.c-button-02.is-large {
  font-size: 1rem;
  letter-spacing: .1em;
  padding: 10px 10px 10px 20px;
}
.c-button-02::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 13px;
  background: url("../images/cart-icon.svg") center/18px 13px no-repeat;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.c-button-02.is-large::before {
  left: 13px;
}
.c-button-03 {
  border: none;
  padding: 1em 2em;
  color: #fff;
  background: #2e2ea3;
  border-radius: 4px;
  outline: none;
  letter-spacing: .1em;
}
.c-button-03:hover,
.c-button-03:focus {
  background: #2e2ea3;
}
.c-button-03:focus {
  box-shadow: 0 0 0 2px #f1dcdc;
}

.c-input-01 {
  display: block;
  width: 100%;
  border: 1px solid #e9d0d0;
  padding: 0.7em;
  border-radius: 5px;
  color: #493c3c;
  outline: none;
}
.c-input-01:hover,
.c-input-01:focus {
  border-color: #2e2ea3;
}
.c-input-01:focus {
  box-shadow: 0 0 0 2px #f1dcdc;
}

.c-input-02 {
  display: block;
  width: 100%;
  border-radius: 3px;
  padding: 0.5em;
}

.c-input-flex {
  display: block;
  width:50%;
  border: 1px solid #e9d0d0;
  padding: 0.7em;
  border-radius: 5px;
  color: #493c3c;
  outline: none;
}
.c-input-flex:hover,
.c-input-flexfocus {
  border-color: #2e2ea3;
}
.c-inputflex:focus {
  box-shadow: 0 0 0 2px #f1dcdc;
}


/*dlによるテーブル表示*/
.basic-dl{
  display: flex;
  border-top: 1px solid #cccccc;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.basic-dl dt{
  width: 20%;
  margin: 0;
  padding: 15px 20px 15px 0;
  border-bottom: 1px solid #cccccc;
  font-weight: normal;
}

.basic-dl dd{
  width: 80%;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #cccccc;
  font-weight: normal;
}

@media screen and (max-width: 900px) {
  .basic-dl{
    flex-direction: column;
  }
  .basic-dl dt{
    border-bottom: 0;
    width: 100%;
     padding: 15px 20px 0 0;
  }
  .basic-dl dd{
    padding:  5px 0 15px 0;
    width: 100%;
  }
}


.c-row {
  display: flex;
  margin: -10px;
}
.c-col {
  flex: 1;
  margin: 10px;
}

.p-header {
  /*
  background: url("../images/header-bg-01@2x.png") left -50px top -30px/358px
      246px no-repeat,
    url("../images/header-bg-02@2x.png") right -20px bottom -20px/218px 156px
      no-repeat,
    #fff6fa;
    */
}
.p-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: top;
  padding: 10px 0;
  position: relative;
}
.p-header-content {
  position: relative;
}
.p-header__site-logo {
  margin: 0;
}
.p-header__site-logo img {
  display: block;
}
/*.p-header__product {
  position: absolute;
  top: -10px;
  left: 430px;
  width: 199px;
  height: 99px;
}*/
.p-header__contact {
  line-height: 1.5em;
}
.p-header__contact-tel {
  font-size: 2.1875rem;
  letter-spacing: 0.03em;
}
.p-header__contact-time {
  margin-top: 5px;
  font-size: 1rem;
  opacity: 0.5;
}
.p-header-nav {
  display: flex;
  align-items: flex-end;
}
.p-header-nav-box {
  padding-right: 30px;
}
.p-header-nav-box:last-child {
  padding-right: 0;
}
.p-header__menu {
  /*margin-bottom: 25px;*/
  position: relative;
}
.p-header__menu-links {
  position: absolute;
  top: calc(100% + 20px);
  left: -100px;
  transform: translate(-50%, -20%) scale(0.6);
  width: 280px;
  list-style: none;
  background: rgba(255,255,255,0.95);
  color: #2e2ea3;
  margin: 0;
  padding: 10px 30px;
  z-index: 100;
  border: 2px solid #222222;
  border-radius: 10px;
  counter-reset: menu_count;
  visibility: hidden;
  transition: all ease 150ms;
  opacity: 0;
}
.p-header__menu-links.is-active {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}
.p-header__menu-link {
  font-weight: bold;
  font-size: 0.9rem;
  margin: 10px 0;
}
.p-header__menu-link a {
  display: block;
  color: inherit;
  text-decoration: none;
  position: relative;
  padding: 5px 0;
}
.p-header__menu-link a::after {
  content: "→";
  margin-left: 7px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 900px) {
  .p-header {
    padding: 15px 16px;
    background-size: 250px auto, 150px auto;
  }
  .p-header-inner {
    padding: 0;
    display: block;
  }
  .p-header__site-logo {
    padding-right: 60px;
  }
  /*
  .p-header__product {
    display: none;
  }*/
  .p-header-banners {
    display: flex;
    align-items: top;
  }
  .p-header-banners img {
    min-width: 0;
  }
  .p-header__contact {
    display: none;
  }
  .p-header__search {
    display: none;
  }
  .p-header__menu {
    position: static;
    margin: 0;
  }
  .p-header__menu-button {
    position: absolute;
    right: 0;
    top: 0;
  }
  .p-header__menu-links {
    top: 100%;
    left:50%;
  }
  .p-header__menu-button img {
    transform: scale(0.7);
  }
  .p-header__menu-links {
    width: 100%;
    padding: 20px;
    margin: 0;
  }
  .p-header__menu-link {
    padding: 0px;
    margin: 0;
  }

}

.p-footer {
}
.p-footer-nav {
  margin: 30px auto;
  text-align: center;
}
.p-footer-nav-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
.p-footer-nav__item {
    /*  flex: 1;*/
    width: 23%;
    margin:5px;
    box-sizing: border-box;
}

.p-footer-container {
  background: #fff6fa;
}
.p-footer-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
.p-footer-info {
  overflow: hidden;
  line-height: 1.5em;
}
.p-footer-info__site-logo {
  width: 46px;
  float: left;
}
.p-footer-info-textarea {
  width: 100%;
  margin-left: -46px;
  padding-left: 65px;
  float: left;
}
.p-footer-info__title {
  font-size: 1.125rem;
  margin: 0 0 5px;
}
.p-footer-info__text {
  margin: 0;
  font-size: 0.75rem;
}

.p-footer__copyright {
  font-size: 0.625rem;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 5px 0;
  background: rgb(46, 46, 163);
  color: #ffffff;
}
@media screen and (max-width: 900px) {
  .p-footer-nav-inner {
    display: block;
  }

.p-footer-nav__item {
    /*  flex: 1;*/
    width: 100%;
    margin-bottom: 10px;
}

  .p-footer-inner {
    display: block;
    padding: 25px 16px;
  }
  .p-footer-info {
    text-align: center;
  }
  .p-footer-info__site-logo {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .p-footer-info-textarea {
    margin-left: 0;
    padding-left: 0;
    float: none;
  }

}


/*
 お知らせのモーダルウィンドウ
----------------------------------------
*/
.p-contact__button{
  margin-bottom: 30px;
}
.p-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
}
.p-modal.is-active {
  display: block;
}
.p-modal-content {
  width: 100%;
  max-width: 600px;
  max-height: calc(100vh - 32px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 520;
  background: #fff;
  padding: 50px;
  border-radius: 10px;
  overflow: auto;
}
.p-modal-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.585);
  z-index: 510;
}
@media screen and (max-width: 900px) {
  .p-modal-content {
    max-width: calc(100vw - 32px);
    padding: 30px;
  }
  .p-modal-content::after {
    content: "";
    display: block;
    height: 30px;
    width: 100%;
  }
}



.c-inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.u-SpNonePcBlock {
  display: block;
}
.u-PcNoneSpBlock {
  display: none;
}
.u-SpNonePcInline {
  display: inline;
}
.u-PcNoneSpInline {
  display: none;
}
@media screen and (max-width: 900px) {
  .u-SpNonePcBlock {
    display: none;
  }
  .u-PcNoneSpBlock {
    display: block;
  }
  .u-SpNonePcInline {
    display: none;
  }
  .u-PcNoneSpInline {
    display: inline;
  }
}

.u-clearfix::after {
  content: "";
  clear: both;
  display: table;
}


/*グローバルナビ*/

nav{
  text-align: center;
  background-color: rgba(46, 46, 163, 0.8);
  }
  
  ul.gnav-navi-1{
  padding: 0;
  display:flex;
  align-items: center;
  justify-content: space-between;
  list-style-type: none;
  max-width: 1000px;
  margin: 5px auto 0 auto;
  }
  ul.gnav-navi-1 li{
  width: fit-content;
  font-size: 100%;
  padding: 0 30px;
  }
  
  ul.gnav-navi-1 li a{
  display: block;
  padding: 0.5em;
  color: #fff;
  text-decoration: none;
  }
  
  ul.gnav-navi-1 li:hover{
  background: rgb(255, 255, 255,0.5);
  }
  
  @media screen and (max-width: 900px) {
  ul.gnav-navi-1 li{
  font-size: 75%;
  line-height: 120%;
    padding: 0 ;
  }
}
