@charset "UTF-8";
/*! ==================================================
※※※※※※※※※※※※※※※※※※※※※※※※※※※
  このCSSファイルはSassから生成されていますので、
  編集しないようご注意ください。
※※※※※※※※※※※※※※※※※※※※※※※※※※※
=================================================== */
/*! ==================================================
　リセットCSS
=================================================== */
div, ul, li, dl, dt, dd, table, tr, th, td, address, p {
  margin: 0;
  padding: 0; }

/*! ==================================================
　共通モジュールやパーツ
=================================================== */
a:hover {
  opacity: 0.8; }

.center {
  text-align: center; }

.font-S {
  font-size: 0.7rem; }

.font-M {
  font-size: 1.0rem; }

.font-L {
  font-size: 1.2rem; }

.alert {
  font-size: 0.9em; }

.object-fit-img {
  object-fit: contain;
  font-family: "object-fit: contain;"; }

.link {
  position: relative; }

.link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 30000; }

/* googlemap レスポンシブ*/
.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

table {
  margin-top: 15px;
  width: 100%;
  border: 1px solid #ccc; }
  table td p {
    padding-top: 0 !important; }

.cycle-slideshow a {
  display: block; }

/* JavaScriptが有効な場合、対象を隠す */
html.enable-javascript .cycle-slideshow {
  visibility: hidden; }
html.enable-javascript .slider, html.enable-javascript .slider-spnavi {
  visibility: hidden; }

/* 画像すべてを読み終えたら、対象を表示する */
html.enable-javascript.window-load .cycle-slideshow {
  visibility: visible; }
html.enable-javascript.window-load .slider, html.enable-javascript.window-load .slider-spnavi {
  visibility: visible; }

input[type=radio] {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  padding: 25px 0; }

input[name=zipcode] {
  width: 150px;
  margin-bottom: 2px; }

input[type=checkbox] {
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 10px 0;
  vertical-align: middle; }

/*テーブルスクロール*/
.scroll {
  overflow: auto !important;
  /*tableをスクロールさせる*/
  white-space: nowrap;
  /*tableのセル内にある文字の折り返しを禁止*/
  margin-bottom: 30px; }

.scroll::-webkit-scrollbar {
  /*tableにスクロールバーを追加*/
  height: 15px;
  background-color: #0099cc !important;
  width: 100px !important; }

.scroll::-webkit-scrollbar-track {
  /*tableにスクロールバーを追加*/
  background-color: #efefef; }

.scroll::-webkit-scrollbar-thumb {
  /*tableにスクロールバーを追加*/
  background-color: #0099cc !important;
  width: 100px !important; }

.scroll table {
  margin-bottom: 15px; }

.scroll2 {
  overflow: auto;
  /*tableをスクロールさせる*/
  white-space: nowrap;
  /*tableのセル内にある文字の折り返しを禁止*/
  margin-bottom: 15px; }

.scroll2::-webkit-scrollbar {
  /*スクロールバーを追加しない*/
  height: 0; }

.card {
  padding: 0;
  border: none;
  margin: 0; }

.card-header {
  background: none;
  padding: 0;
  border: none;
  margin: 0; }

.card .card-header a[data-toggle="collapse"] {
  display: block; }

.card .card-header a[data-toggle="collapse"]:active,
.card .card-header a[data-toggle="collapse"]:hover,
.card .card-header a[data-toggle="collapse"]:focus {
  text-decoration: none; }

.card-body {
  padding: 10px 20px 20px;
  border-left: 5px solid ffd600;
  border-right: 5px solid ffd600;
  border-bottom: 5px solid ffd600;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 10px; }
  @media print, screen and (max-width: 767px) {
    .card-body {
      padding: 10px 10px 20px; } }

/*fuwat.js*/
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fuwatAnime;
  -ms-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important; }

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.flexH [class^=col] {
  display: flex;
  flex-direction: column; }

.flexH [class^=col] div {
  flex-grow: 1; }

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em; }

.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 157, 161, 0.2);
  border-right: 1.1em solid rgba(255, 157, 161, 0.2);
  border-bottom: 1.1em solid rgba(255, 157, 161, 0.2);
  border-left: 1.1em solid #ff9da1;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
#loading-container {
  display: none; }

.loader {
  position: absolute;
  left: 47%;
  top: 30%;
  -webkit-transform: translate(-47%, -30%);
  /* Safari用 */
  transform: translate(-47%, -30%); }
  @media print, screen and (max-width: 991px) {
    .loader {
      left: 38%;
      top: 30%;
      -webkit-transform: translate(-30%, -38%);
      /* Safari用 */
      transform: translate(-30%, -38%); } }

/*! ==================================================
　メインのスタイル
=================================================== */
body {
  font-family: "noto-sans", -apple-system, -apple-system; }

h1, h2, h3, h4, h5, h6 {
  font-family: "noto-sans";
  font-weight: bold; }

.common-btn {
  margin: 15px auto;
  width: 50%; }
  @media print, screen and (max-width: 991px) {
    .common-btn {
      width: 80%; } }
  .common-btn a {
    padding: 5px 15px;
    display: block;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    background-color: #7e9b00;
    text-decoration: none;
    text-align: center;
    font-family: "noto-sans"; }
  .common-btn span {
    padding: 5px 15px;
    display: block;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    background-color: #93b647;
    text-decoration: none;
    text-align: center; }

.common-btn2 {
  margin: 15px auto;
  width: 50%; }
  @media print, screen and (max-width: 991px) {
    .common-btn2 {
      width: 80%; } }
  .common-btn2 a {
    padding: 5px 15px;
    display: block;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    background-color: #e71312;
    text-decoration: none;
    text-align: center;
    font-family: "noto-sans"; }
  .common-btn2 span {
    padding: 5px 15px;
    display: block;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    background-color: #93b647;
    text-decoration: none;
    text-align: center; }

.yoyakubtn {
  margin: 50px auto 15px;
  width: 50%; }
  @media print, screen and (max-width: 991px) {
    .yoyakubtn {
      width: 80%; } }
  .yoyakubtn a {
    padding: 15px 15px;
    display: block;
    color: #fff !important;
    font-weight: bold;
    border-radius: 10px;
    background-color: #e71312;
    text-decoration: none;
    text-align: center;
    font-family: "noto-sans";
    font-size: 1.6rem; }

.pankuzu {
  font-size: 0.9rem; }
  .pankuzu a {
    color: #c00;
    text-decoration: underline; }

.pagetop {
  position: fixed;
  bottom: 0;
  right: 5%;
  width: 157px;
  z-index: 10200; }
  .pagetop a {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    font-weight: bold;
    font-family: "noto-sans";
    background-color: #231916;
    border-radius: 10px 10px 0 0;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    color: #fff;
    font-size: 0.9rem;
    float: right;
    text-align: center; }

/*! ==================================================
　header
=================================================== */
#header-fixed.nohomeheader {
  z-index: 10000;
  background-color: transparent;
  position: -webkit-sticky;
  position: sticky;
  top: 0; }
  #header-fixed.nohomeheader header {
    position: relative;
    height: 85px;
    background-color: #fff;
    background-image: url(/img/leafimg.png); }
    @media print, screen and (max-width: 767px) {
      #header-fixed.nohomeheader header {
        height: 65px; } }
    #header-fixed.nohomeheader header .sitetitle {
      position: fixed;
      width: 150px;
      top: 0;
      left: 0; }
      @media print, screen and (max-width: 767px) {
        #header-fixed.nohomeheader header .sitetitle {
          width: 100px;
          margin-top: 5px !important; } }
    #header-fixed.nohomeheader header .tel {
      width: 300px;
      position: fixed;
      top: 0;
      right: 20px; }
      @media print, screen and (max-width: 767px) {
        #header-fixed.nohomeheader header .tel {
          display: none !important; } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #header-fixed.nohomeheader header .tel {
          width: 250px;
          margin-right: 60px;
          margin-top: 10px; } }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #header-fixed.nohomeheader header .tel {
          width: 300px; } }
  #header-fixed.nohomeheader .headmenu {
    width: 45vw;
    z-index: 10100;
    position: fixed;
    top: 0;
    padding: 5px 10px !important; }
    @media print, screen and (max-width: 991px) {
      #header-fixed.nohomeheader .headmenu {
        display: none; } }
    @media print, screen and (min-width: 992px) and (max-width: 1199px) {
      #header-fixed.nohomeheader .headmenu {
        width: 45vw;
        left: 40%;
        -webkit-transform: translate(-40%, 0%);
        /* Safari用 */
        transform: translate(-40%, 0); } }
    @media print, screen and (min-width: 1200px) {
      #header-fixed.nohomeheader .headmenu {
        width: 45vw;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        /* Safari用 */
        transform: translate(-50%, 0); } }
    @media print, screen and (min-width: 1600px) {
      #header-fixed.nohomeheader .headmenu {
        width: 40vw !important;
        left: 50% !important;
        -webkit-transform: translate(-50%, 0%);
        /* Safari用 */
        transform: translate(-50%, 0); } }
    #header-fixed.nohomeheader .headmenu li {
      list-style: none;
      padding: 0 !important; }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #header-fixed.nohomeheader .headmenu li img {
          width: 6vw !important; } }
      @media print, screen and (min-width: 1200px) {
        #header-fixed.nohomeheader .headmenu li img {
          width: 10vw !important; } }
      @media print, screen and (min-width: 1600px) {
        #header-fixed.nohomeheader .headmenu li img {
          width: 6vw !important; } }

#header-fixed.homeheader {
  z-index: 10100;
  background-color: transparent;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  /*メニューを上に動かす*/ }
  #header-fixed.homeheader header {
    position: relative; }
    #header-fixed.homeheader header .sitetitle {
      position: absolute;
      left: 50px;
      width: 400px;
      padding: 5px; }
      #header-fixed.homeheader header .sitetitle h1 a {
        text-decoration: none;
        padding-top: 30px !important;
        display: block; }
      @media print, screen and (max-width: 767px) {
        #header-fixed.homeheader header .sitetitle {
          top: 5vw;
          left: 50%;
          -webkit-transform: translate(-50%, -5%);
          /* Safari用 */
          transform: translate(-50%, -5%);
          text-align: center;
          width: 250px;
          margin: auto;
          margin-top: 15px; } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #header-fixed.homeheader header .sitetitle {
          width: 250px; } }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #header-fixed.homeheader header .sitetitle {
          width: 300px; } }
    #header-fixed.homeheader header .tel {
      position: absolute;
      right: 50px;
      width: 400px;
      padding: 5px; }
      @media print, screen and (max-width: 767px) {
        #header-fixed.homeheader header .tel {
          top: 55vw;
          left: 50%;
          -webkit-transform: translate(-50%, -55%);
          /* Safari用 */
          transform: translate(-50%, -55%);
          text-align: center;
          width: 300px;
          margin: auto; } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #header-fixed.homeheader header .tel {
          width: 250px;
          margin-right: 60px; } }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #header-fixed.homeheader header .tel {
          width: 300px; } }
  #header-fixed.homeheader .is-animation {
    position: relative;
    height: 85px;
    background-color: #fff;
    background-image: url(/img/leafimg.png); }
    @media print, screen and (max-width: 767px) {
      #header-fixed.homeheader .is-animation {
        height: 65px; } }
    #header-fixed.homeheader .is-animation .sitetitle {
      position: fixed;
      z-index: 10000 !important;
      width: 150px;
      top: 0;
      left: 0; }
      @media print, screen and (max-width: 767px) {
        #header-fixed.homeheader .is-animation .sitetitle {
          width: 100px;
          left: 50px;
          margin-top: 5px !important; } }
    #header-fixed.homeheader .is-animation .tel {
      z-index: 10000 !important;
      width: 300px;
      position: fixed;
      top: 0;
      right: 20px; }
      @media print, screen and (max-width: 767px) {
        #header-fixed.homeheader .is-animation .tel {
          display: none !important; } }

/*! ==================================================
　spnavi
=================================================== */
@media print, screen and (min-width: 992px) {
  #spnavi {
    display: none; } }
#spnavi .spnavititle {
  color: #fff;
  padding: 2px 0;
  font-size: 0.8rem;
  text-align: center;
  margin-top: 10px; }
#spnavi .spnavi {
  padding: 0 10px; }
  @media print, screen and (min-width: 992px) {
    #spnavi .spnavi {
      display: none; } }
  #spnavi .spnavi li {
    list-style: none;
    padding: 5px;
    line-height: 1.2; }
    #spnavi .spnavi li a {
      display: block;
      text-align: center;
      font-size: 0.6rem;
      text-decoration: none;
      padding: 10px 0; }
      #spnavi .spnavi li a img {
        border-style: solid;
        border-width: 5px;
        border-color: #eeeeee;
        border-radius: 50%;
        background-image: -moz-linear-gradient(90deg, white 0%, white 51%, #fbf8f3 100%);
        background-image: -webkit-linear-gradient(90deg, white 0%, white 51%, #fbf8f3 100%);
        background-image: -ms-linear-gradient(90deg, white 0%, white 51%, #fbf8f3 100%);
        display: inline-block;
        width: 40px;
        height: 40px;
        margin: auto; }
        @media print, screen and (min-width: 992px) and (max-width: 1199px) {
          #spnavi .spnavi li a img {
            width: 40px;
            height: 40px; } }

/*! ==================================================
　content 共通
=================================================== */
#contenttop {
  padding-top: 150px;
  margin-top: -150px; }

main.nohome {
  /*home以外*/
  background-color: #fff7e4;
  padding-bottom: 30px; }
  main.nohome .titleback {
    position: relative;
    background-image: url(/img/woodback.png);
    text-align: center;
    padding: 50px 0 40px;
    border-bottom: 10px solid #ff9da1; }
    @media print, screen and (max-width: 767px) {
      main.nohome .titleback {
        padding: 20px 0 20px; } }
    main.nohome .titleback .photobox {
      position: relative; }
      main.nohome .titleback .photobox .photo img {
        width: 100%;
        height: 500px;
        object-fit: cover; }
        @media print, screen and (max-width: 767px) {
          main.nohome .titleback .photobox .photo img {
            height: 200px; } }
    main.nohome .titleback h2 {
      z-index: 100;
      background-color: #231916;
      color: #fff;
      padding: 15px 50px;
      display: inline-block;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      /* Safari用 */
      transform: translate(-50%, -50%);
      white-space: nowrap; }
      @media print, screen and (max-width: 767px) {
        main.nohome .titleback h2 {
          font-size: 1.0rem;
          padding: 15px 15px;
          margin: 0 auto 0; } }
      main.nohome .titleback h2 span {
        font-size: 0.8rem; }
  main.nohome .titleback.title2 {
    padding: 100px 0 100px; }
    main.nohome .titleback.title2 h2 {
      background-color: #000; }
    @media print, screen and (max-width: 767px) {
      main.nohome .titleback.title2 {
        padding: 80px 0 80px; } }

/*! ==================================================
　banner
=================================================== */
#banner {
  padding-top: 30px;
  margin-top: 30px; }
  #banner li {
    list-style: none; }

/*! ==================================================
　HOME
=================================================== */
#home #homeslide {
  position: relative;
  padding-bottom: 70px;
  border-bottom: 10px solid #ff9999; }
  @media print, screen and (min-width: 992px) and (max-width: 1199px) {
    #home #homeslide {
      padding-bottom: 150px; } }
  @media print, screen and (min-width: 1200px) {
    #home #homeslide {
      padding-bottom: 150px; } }
  @media print, screen and (min-width: 1600px) {
    #home #homeslide {
      padding-bottom: 150px; } }
  @media print, screen and (max-width: 575px) {
    #home #homeslide #topslide .sliderbox img {
      max-width: 100%;
      /*画像中央ぞろえで必要*/
      height: 400px;
      /*画像中央ぞろえで必要*/
      object-fit: cover;
      /*画像中央ぞろえで必要*/
      margin: 0 auto;
      /*画像中央ぞろえで必要*/ } }
  @media print, screen and (min-width: 768px) and (max-width: 991px) {
    #home #homeslide #topslide .sliderbox img {
      max-width: 100%;
      /*画像中央ぞろえで必要*/
      height: 500px;
      /*画像中央ぞろえで必要*/
      object-fit: cover;
      /*画像中央ぞろえで必要*/
      margin: 0 auto;
      /*画像中央ぞろえで必要*/ } }
  @media print, screen and (min-width: 992px) and (max-width: 1199px) {
    #home #homeslide #topslide .sliderbox img {
      max-width: 100%;
      /*画像中央ぞろえで必要*/
      object-fit: contain;
      /*画像中央ぞろえで必要*/
      margin: 0 auto;
      /*画像中央ぞろえで必要*/ } }
  @media print, screen and (min-width: 1200px) {
    #home #homeslide #topslide .sliderbox img {
      object-fit: contain;
      width: 100vw; } }
  @media print, screen and (min-width: 1600px) {
    #home #homeslide #topslide .sliderbox {
      position: relative;
      width: 100%;
      /*height:920px;*/
      overflow: hidden; } }
  #home #homeslide #topslide .txtbox {
    font-weight: bold !important;
    position: absolute;
    top: 20vw;
    left: 50%;
    -webkit-transform: translate(-50%, -20%);
    /* Safari用 */
    transform: translate(-50%, -20%);
    z-index: 10000;
    text-align: center;
    color: #fff; }
    @media print, screen and (max-width: 767px) {
      #home #homeslide #topslide .txtbox {
        top: 80vw;
        width: 75vw; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #home #homeslide #topslide .txtbox {
        top: 30vw; } }
  #home #homeslide .leafimg {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9000; }
    @media print, screen and (max-width: 575px) {
      #home #homeslide .leafimg img {
        width: 100%;
        /*画像中央ぞろえで必要*/
        height: 150px;
        /*画像中央ぞろえで必要*/
        object-fit: cover;
        /*画像中央ぞろえで必要*/
        margin: 0 auto;
        /*画像中央ぞろえで必要*/ } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #home #homeslide .leafimg img {
        width: 100%;
        /*画像中央ぞろえで必要*/
        height: 150px;
        /*画像中央ぞろえで必要*/
        object-fit: cover;
        /*画像中央ぞろえで必要*/
        margin: 0 auto;
        /*画像中央ぞろえで必要*/ } }
    @media print, screen and (min-width: 992px) and (max-width: 1199px) {
      #home #homeslide .leafimg img {
        width: 100%;
        /*画像中央ぞろえで必要*/
        object-fit: contain;
        /*画像中央ぞろえで必要*/
        margin: 0 auto;
        /*画像中央ぞろえで必要*/ } }
    @media print, screen and (min-width: 1200px) {
      #home #homeslide .leafimg img {
        object-fit: contain;
        width: 100vw; } }
  #home #homeslide .headmenuhome {
    z-index: 10000;
    position: absolute;
    top: 98%;
    width: 90%;
    left: 50%;
    -webkit-transform: translate(-50%, -98%);
    /* Safari用 */
    transform: translate(-50%, -98%); }
    @media print, screen and (min-width: 1600px) {
      #home #homeslide .headmenuhome {
        width: 80%; } }
    #home #homeslide .headmenuhome li {
      list-style: none;
      margin: auto;
      text-align: center; }
      #home #homeslide .headmenuhome li a {
        color: #fff;
        display: block;
        text-decoration: none;
        font-weight: bold;
        font-family: "noto-sans"; }
        #home #homeslide .headmenuhome li a img {
          width: 70%; }
    @media print, screen and (max-width: 991px) {
      #home #homeslide .headmenuhome {
        display: none; } }
#home .is-animation2 .headmenuhome {
  z-index: 30000 !important;
  position: fixed !important;
  height: 150px;
  padding: 5px 10px !important; }
  @media print, screen and (min-width: 992px) and (max-width: 1199px) {
    #home .is-animation2 .headmenuhome {
      width: 40vw !important;
      top: 20% !important;
      left: 45% !important;
      -webkit-transform: translate(-45%, -20%);
      /* Safari用 */
      transform: translate(-45%, -20%); } }
  @media print, screen and (min-width: 1200px) {
    #home .is-animation2 .headmenuhome {
      width: 45vw !important;
      top: 20% !important;
      left: 50% !important;
      -webkit-transform: translate(-45%, -20%);
      /* Safari用 */
      transform: translate(-45%, -20%); } }
  @media print, screen and (min-width: 1600px) {
    #home .is-animation2 .headmenuhome {
      width: 40vw !important;
      top: 18% !important;
      left: 50% !important;
      -webkit-transform: translate(-50%, -18%);
      /* Safari用 */
      transform: translate(-50%, -18%); } }
  #home .is-animation2 .headmenuhome li {
    padding: 0 !important; }
    @media print, screen and (min-width: 992px) and (max-width: 1199px) {
      #home .is-animation2 .headmenuhome li img {
        width: 20vw !important; } }
    @media print, screen and (min-width: 1200px) {
      #home .is-animation2 .headmenuhome li img {
        width: 10vw !important; } }
    @media print, screen and (min-width: 1600px) {
      #home .is-animation2 .headmenuhome li img {
        width: 6vw !important; } }
#home #headnewsback {
  background-color: #fff7e4;
  padding: 40px 0; }
  @media print, screen and (max-width: 767px) {
    #home #headnewsback {
      padding: 20px 0; } }
#home #headnews {
  background-color: #fff;
  border: 5px solid #f9f097;
  padding: 30px 50px;
  border-radius: 50px; }
  @media print, screen and (max-width: 767px) {
    #home #headnews {
      padding: 30px 10px; } }
  #home #headnews h2 {
    text-align: center;
    padding: 15px 15px;
    margin-bottom: 40px; }
    @media print, screen and (max-width: 767px) {
      #home #headnews h2 {
        font-size: 1.6rem;
        margin-bottom: 20px; } }
  #home #headnews h3 {
    background-color: #f9f097;
    padding: 10px 20px;
    border-radius: 15px;
    margin-top: 20px;
    margin-bottom: 5px; }
    @media print, screen and (max-width: 767px) {
      #home #headnews h3 {
        font-size: 1.2rem; } }
  #home #headnews p {
    padding: 15px; }
  #home #headnews ul, #home #headnews ol {
    padding-top: 15px; }
#home #homeabout {
  width: 100%;
  overflow: hidden;
  background-color: #fff7e4;
  padding-bottom: 100px;
  background-image: url("/img/illust_town.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative; }
  @media print, screen and (max-width: 767px) {
    #home #homeabout {
      padding-bottom: 20px; } }
  @media print, screen and (min-width: 768px) and (max-width: 991px) {
    #home #homeabout {
      padding-bottom: 50px; } }
  #home #homeabout h2 {
    background-color: #fff;
    text-align: center;
    padding: 50px;
    margin: auto;
    display: block;
    line-height: 1.8; }
    @media print, screen and (max-width: 767px) {
      #home #homeabout h2 {
        font-size: 1.2rem; } }
  #home #homeabout .illust01 {
    position: absolute;
    left: 100px;
    top: 100px; }
    @media print, screen and (max-width: 767px) {
      #home #homeabout .illust01 {
        display: none; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #home #homeabout .illust01 {
        left: 60px; } }
    #home #homeabout .illust01 img {
      width: 130px; }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #home #homeabout .illust01 img {
          width: 80px; } }
  #home #homeabout .illust02 {
    position: absolute;
    right: 100px;
    top: 100px; }
    @media print, screen and (max-width: 767px) {
      #home #homeabout .illust02 {
        display: none; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #home #homeabout .illust02 {
        right: 60px; } }
    #home #homeabout .illust02 img {
      width: 100px; }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #home #homeabout .illust02 img {
          width: 65px; } }
  #home #homeabout .photostaff {
    margin: auto;
    text-align: center; }
    #home #homeabout .photostaff img {
      width: 90%;
      border-radius: 15px;
      margin-top: 50px; }
      @media print, screen and (max-width: 991px) {
        #home #homeabout .photostaff img {
          width: 70%; } }
  #home #homeabout .photoshop {
    margin: auto;
    text-align: center; }
    #home #homeabout .photoshop img {
      width: 60%;
      margin-top: 100px; }
      @media print, screen and (max-width: 991px) {
        #home #homeabout .photoshop img {
          width: 90%;
          margin-top: 50px; } }
  @media print, screen and (max-width: 767px) {
    #home #homeabout .photoshop.fujinfuku {
      padding-left: 20px; } }
  @media print, screen and (min-width: 768px) and (max-width: 991px) {
    #home #homeabout .photoshop.fujinfuku {
      padding-left: 50px; } }
  @media print, screen and (max-width: 767px) {
    #home #homeabout .photoshop.gakuseifuku {
      padding-right: 20px; } }
  @media print, screen and (min-width: 768px) and (max-width: 991px) {
    #home #homeabout .photoshop.gakuseifuku {
      padding-right: 50px; } }
  #home #homeabout .txtbox {
    padding: 20px 50px 35px;
    width: 70vw;
    background-color: #fff;
    border-radius: 15px;
    margin: 50px auto;
    text-align: center; }
    #home #homeabout .txtbox p {
      padding-top: 15px; }
    @media print, screen and (max-width: 767px) {
      #home #homeabout .txtbox {
        text-align: left; } }
    @media print, screen and (max-width: 991px) {
      #home #homeabout .txtbox {
        width: 90vw;
        padding: 20px; } }
#home #dekirukoto {
  margin-top: 15px;
  background-color: #f9f097;
  padding: 25px 0; }
  @media print, screen and (max-width: 991px) {
    #home #dekirukoto {
      padding: 5px 0 25px; } }
  #home #dekirukoto .whitebox {
    position: relative;
    background-color: #fff;
    padding: 20px;
    border-radius: 15px; }
    @media print, screen and (max-width: 991px) {
      #home #dekirukoto .whitebox {
        margin-top: 20px; } }
    #home #dekirukoto .whitebox h2 {
      font-size: 1.6rem; }
      #home #dekirukoto .whitebox h2 img {
        height: 35px;
        margin-left: 3px; }
      @media print, screen and (min-width: 768px) {
        #home #dekirukoto .whitebox h2 {
          font-size: 2.2rem;
          letter-spacing: 5px; } }
    #home #dekirukoto .whitebox p.righttxt {
      position: absolute;
      right: 10px;
      top: 15px;
      width: 40%;
      font-size: 0.9rem; }
      @media print, screen and (max-width: 767px) {
        #home #dekirukoto .whitebox p.righttxt {
          width: 43%;
          right: 5px;
          font-size: 0.8rem; } }
    #home #dekirukoto .whitebox .redbox {
      border: 2px solid #e71312;
      padding-bottom: 10px;
      margin: 20px 0; }
      #home #dekirukoto .whitebox .redbox h3 {
        background-color: #e71312;
        color: #fff;
        padding: 5px;
        text-align: center;
        font-size: 1.1rem;
        letter-spacing: 3px; }
      #home #dekirukoto .whitebox .redbox ul {
        text-align: center;
        padding: 0 5px; }
      #home #dekirukoto .whitebox .redbox li {
        display: inline-block;
        list-style: none;
        padding: 10px 2px; }
        #home #dekirukoto .whitebox .redbox li span {
          padding: 5px 10px;
          border-radius: 15px;
          display: block;
          font-size: 1.0rem;
          font-family: "noto-sans", -apple-system; }
          @media print, screen and (min-width: 768px) and (max-width: 991px) {
            #home #dekirukoto .whitebox .redbox li span {
              font-size: 1.2rem; } }
      #home #dekirukoto .whitebox .redbox .dekiru li span {
        background-color: #ffd600; }
      #home #dekirukoto .whitebox .redbox .toriatsukai li span {
        background-color: #ff9da1; }
      #home #dekirukoto .whitebox .redbox .toriatsukai li span.chugaku {
        background-color: #a0d8ff; }
    #home #dekirukoto .whitebox p.bottomtxt {
      font-size: 1.0rem; }
#home #pickup {
  background-color: #fff;
  padding-bottom: 20px; }
  #home #pickup h2 {
    text-align: center;
    padding: 50px 0; }
    #home #pickup h2 span {
      font-size: 1.0rem; }
  #home #pickup ul {
    margin-bottom: 30px !important; }
  #home #pickup li {
    list-style: none;
    padding: 5px; }
  #home #pickup .imgbox {
    /*img{
    	object-fit: cover;
    	width:100%;
    	height:200px;
    	@include media(xs-sm){
    		height:160px;
    	}
    	@include media(md){
    		height:200px;
    	}
    }*/ }
    #home #pickup .imgbox a {
      text-decoration: none;
      display: block !important; }
      #home #pickup .imgbox a .photobox {
        position: relative;
        height: 150px !important; }
        #home #pickup .imgbox a .photobox img {
          position: absolute;
          top: 50%;
          left: 50%;
          -ms-transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          /* Safari用 */
          transform: translate(-50%, -50%);
          width: 100% !important;
          height: 100% !important;
          object-fit: contain; }
    #home #pickup .imgbox a:hover {
      opacity: 0.8 !important; }
    #home #pickup .imgbox h3 {
      margin-top: 10px !important;
      font-size: 1.2rem; }
    #home #pickup .imgbox p {
      font-size: 1.0rem; }
  #home #pickup #btnarea {
    padding: 10px 0 40px; }
    #home #pickup #btnarea h2 {
      margin: 30px 0 0 !important;
      padding: 0; }
    #home #pickup #btnarea a {
      display: block; }
    #home #pickup #btnarea a:hover {
      opacity: 80%; }
#home #homenews {
  background-color: #f9f097;
  padding: 25px 0; }
  @media print, screen and (max-width: 991px) {
    #home #homenews {
      padding: 5px 0 25px; } }
  #home #homenews h2 {
    text-align: center;
    border-bottom: 2px dotted #55483c;
    padding-bottom: 20px; }
    #home #homenews h2 span {
      font-size: 0.8rem; }
  #home #homenews .whitebox {
    position: relative;
    background-color: #fff;
    padding: 20px 20px 1px;
    border-radius: 15px; }
    @media print, screen and (max-width: 991px) {
      #home #homenews .whitebox {
        margin-top: 20px; } }
    #home #homenews .whitebox h2 {
      font-size: 1.6rem; }

/*! ==================================================
　#itemDetail
=================================================== */
#itemDetail {
  padding-bottom: 50px;
  background-color: #fff; }
  #itemDetail #slider-imgbox .mainimg img {
    width: 100%;
    height: 400px;
    object-fit: contain; }
    @media print, screen and (max-width: 991px) {
      #itemDetail #slider-imgbox .mainimg img {
        height: 250px; } }
  #itemDetail #slider-imgbox .img img {
    width: 100%;
    height: 80px;
    object-fit: cover; }
  @media print, screen and (max-width: 991px) {
    #itemDetail .copy {
      margin-top: 50px; } }
  #itemDetail h3 {
    font-size: 1.6rem;
    text-align: center;
    padding: 80px 0 50px;
    letter-spacing: 5px; }
  #itemDetail h4 {
    margin-top: 20px; }
  #itemDetail p.itemcode {
    color: #666;
    margin-top: 20px;
    font-size: 0.8rem; }
  #itemDetail p.category a {
    color: #c00;
    text-decoration: underline;
    font-size: 0.8rem; }
  #itemDetail .price {
    margin-top: 20px; }
    #itemDetail .price span.pricetxt {
      font-size: 2.0rem;
      color: #c00; }
    #itemDetail .price span.souryoumuryou {
      margin-top: 20px;
      display: inline-block;
      padding: 3px 10px;
      line-height: 1.5;
      font-size: 0.8rem;
      background-color: #c00;
      color: #fff; }
  #itemDetail .content {
    margin-top: 30px;
    margin-bottom: 50px; }
    #itemDetail .content p {
      padding-top: 15px; }
  #itemDetail .cartbtn {
    margin-top: 50px; }
    #itemDetail .cartbtn .cartjs_box table {
      border: 0 !important;
      margin-bottom: 30px !important; }
      #itemDetail .cartbtn .cartjs_box table tr, #itemDetail .cartbtn .cartjs_box table th, #itemDetail .cartbtn .cartjs_box table td {
        border: 0 !important;
        padding-top: 10px !important; }
  #itemDetail table.colorme-option-tbl tr {
    border-bottom: 1px solid #000 !important; }
  #itemDetail table.colorme-option-tbl th {
    background-color: #f9f097;
    text-align: center;
    font-size: 0.8rem !important; }
  #itemDetail table.colorme-option-tbl td {
    font-size: 0.8rem !important; }
  #itemDetail #btnarea {
    margin-top: 50px; }

/*! ==================================================
　#news,#homenews
=================================================== */
.newsList {
  /*home newslist共通*/ }
  .newsList time {
    font-size: 0.7rem;
    display: block;
    margin-bottom: 5px; }
    .newsList time span {
      display: inline-block;
      background-color: #ff9da1;
      padding: 2px 5px;
      color: #fff; }
  .newsList h3 {
    font-size: 1.4rem;
    font-weight: bold; }
    @media print, screen and (max-width: 767px) {
      .newsList h3 {
        padding-top: 5px;
        font-size: 1.2rem; } }
    .newsList h3 img {
      border-style: solid;
      border-width: 5px;
      border-color: #eeeeee;
      border-radius: 50%;
      background-image: -moz-linear-gradient(90deg, white 0%, white 51%, #fbf8f3 100%);
      background-image: -webkit-linear-gradient(90deg, white 0%, white 51%, #fbf8f3 100%);
      background-image: -ms-linear-gradient(90deg, white 0%, white 51%, #fbf8f3 100%);
      width: 40px;
      height: 40px; }
  .newsList .list {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 5px; }
    .newsList .list p {
      font-size: 0.8rem;
      color: #666; }
    .newsList .list a:hover {
      text-decoration: none;
      color: #666; }

#news .newsList {
  padding: 100px 50px;
  background-color: #fff;
  margin: 50px;
  border-radius: 15px; }
  #news .newsList h3 {
    font-size: 1.4rem; }
    @media print, screen and (max-width: 767px) {
      #news .newsList h3 {
        font-size: 1.2rem; } }
  @media print, screen and (max-width: 767px) {
    #news .newsList {
      padding: 20px 20px;
      margin: 20px 0; } }

#news .newsDetail {
  padding: 100px 50px;
  background-color: #fff;
  margin: 50px;
  border-radius: 15px; }
  @media print, screen and (max-width: 767px) {
    #news .newsDetail {
      padding: 20px 20px;
      margin: 20px 0; } }
  #news .newsDetail h3 {
    font-size: 1.6rem;
    font-weight: bold;
    color: #231916;
    border-bottom: 1px dotted #55483c;
    padding-bottom: 10px;
    margin-bottom: 30px;
    margin-top: 15px; }
    @media print, screen and (max-width: 767px) {
      #news .newsDetail h3 {
        padding-top: 5px;
        font-size: 1.2rem; } }
    #news .newsDetail h3 img {
      border-style: solid;
      border-width: 5px;
      border-color: #eeeeee;
      border-radius: 50%;
      background-image: -moz-linear-gradient(90deg, white 0%, white 51%, #fbf8f3 100%);
      background-image: -webkit-linear-gradient(90deg, white 0%, white 51%, #fbf8f3 100%);
      background-image: -ms-linear-gradient(90deg, white 0%, white 51%, #fbf8f3 100%);
      width: 40px;
      height: 40px; }
  #news .newsDetail time {
    font-size: 0.8rem;
    display: block;
    margin-bottom: 5px; }
    #news .newsDetail time span {
      display: inline-block;
      background-color: #ff9da1;
      padding: 2px 5px;
      color: #fff; }
  #news .newsDetail #content {
    padding-bottom: 30px; }
    #news .newsDetail #content ul, #news .newsDetail #content ol {
      margin: 20px !important; }
    #news .newsDetail #content a {
      text-decoration: underline; }
    #news .newsDetail #content p {
      padding-top: 15px; }

#news .pagelink {
  text-align: center;
  padding-top: 30px;
  font-size: 0.8rem; }

/*! ==================================================
　contact
=================================================== */
#contact .contactform {
  padding: 30px 15px;
  /*.btn_submit{
  	text-align:center;
  	margin:0 auto;
  }*/ }
  @media print, screen and (max-width: 767px) {
    #contact .contactform {
      padding: 15px 0; } }
  #contact .contactform form {
    margin: 20px 0;
    padding: 10px 0; }
  #contact .contactform .form-group {
    margin: 5px 0;
    padding: 0; }
    #contact .contactform .form-group label {
      font-weight: bold; }
    #contact .contactform .form-group input {
      font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; }
      @media print, screen and (max-width: 767px) {
        #contact .contactform .form-group input {
          font-size: 1.6rem; } }
  #contact .contactform .formback {
    background-color: #fcfcfc;
    padding: 15px 5px;
    margin-top: 15px; }
  #contact .contactform table {
    border: 1px solid #231916; }
    #contact .contactform table th {
      width: 30%;
      font-weight: bold;
      background-color: rgba(255, 255, 255, 0.5);
      border: 1px solid #231916; }
    #contact .contactform table td {
      width: 70%;
      background-color: rgba(255, 255, 255, 0.5);
      border: 1px solid #231916; }
  #contact .contactform input {
    width: 100%;
    padding: 5px;
    margin: 0; }
    @media print, screen and (min-width: 768px) {
      #contact .contactform input {
        margin: 0 15px; } }
  #contact .contactform textarea {
    width: 100%;
    margin: 0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; }
    @media print, screen and (max-width: 767px) {
      #contact .contactform textarea {
        font-size: 1.6rem; } }
    @media print, screen and (min-width: 768px) {
      #contact .contactform textarea {
        margin: 0 15px; } }
  #contact .contactform p {
    padding: 15px; }
  #contact .contactform .btnInput {
    margin-top: 30px; }
    #contact .contactform .btnInput ul {
      font-size: 0;
      text-align: center; }
    #contact .contactform .btnInput li {
      font-size: 1rem;
      display: inline-block;
      padding: 0 10px; }
    #contact .contactform .btnInput li {
      list-style: none; }
    #contact .contactform .btnInput input {
      width: 50%;
      text-align: center;
      cursor: pointer;
      color: #fff;
      border: 1px solid #fff;
      background-color: #55483c;
      width: 200px;
      margin: auto; }
      @media print, screen and (max-width: 767px) {
        #contact .contactform .btnInput input {
          width: 100px; } }
  #contact .contactform .hissu, #contact .contactform .alert {
    color: #c00;
    font-weight: bold; }

/*! ==================================================
　footer
=================================================== */
footer {
  width: 100%;
  overflow: hidden; }
  footer #footer {
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 5px solid #ff9da1; }
    footer #footer .addressbox {
      width: 60%;
      margin: 10px auto 0; }
      @media print, screen and (max-width: 767px) {
        footer #footer .addressbox {
          width: 90%; } }
      footer #footer .addressbox .name {
        padding: 20px 0 0;
        font-size: 2.0rem;
        width: 60%;
        margin: auto; }
      footer #footer .addressbox .tel {
        width: 60%;
        margin: auto; }
        @media print, screen and (min-width: 992px) {
          footer #footer .addressbox .tel {
            width: 50%; } }
      footer #footer .addressbox address {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 1.0rem;
        text-align: center; }
    footer #footer .lineatto {
      width: 60%;
      margin: 5px auto 10px; }
      @media print, screen and (max-width: 991px) {
        footer #footer .lineatto {
          width: 80%; } }
  footer .snsbtn ul {
    text-align: center; }
  footer .snsbtn li {
    display: inline-block;
    font-size: 1.6rem;
    padding: 0 10px; }
  @media print, screen and (max-width: 991px) {
    footer .gmap {
      margin-top: 30px; } }
  footer #footnavi {
    font-family: "noto-sans", -apple-system;
    padding: 30px 10px; }
    footer #footnavi ul {
      font-size: 0;
      text-align: center; }
    footer #footnavi li {
      font-size: 0.8rem;
      display: inline-block;
      padding: 0 10px; }
    footer #footnavi li {
      padding-top: 5px;
      padding-bottom: 5px; }
      footer #footnavi li a {
        font-size: 0.8rem; }
    @media print, screen and (max-width: 991px) {
      footer #footnavi {
        display: none; } }
    @media print, screen and (min-width: 992px) {
      footer #footnavi {
        display: block; } }
  footer .copyright {
    text-align: center;
    font-size: 0.8rem;
    padding-top: 40px;
    padding-bottom: 15px;
    background-color: #55483c;
    background-image: url(/img/copyback.png);
    background-size: contain;
    background-repeat: no-repeat;
    color: #fff; }
    @media print, screen and (max-width: 991px) {
      footer .copyright {
        background-size: auto; } }

/*! ==================================================
　fujinfuku gakuseifuku 共通
=================================================== */
#fujinfuku .txtbox1, #gakuseifuku .txtbox1 {
  background-color: #fff;
  padding: 50px 10px;
  text-align: center;
  line-height: 2.0;
  font-family: "noto-sans";
  font-size: 1.6rem; }
  @media print, screen and (max-width: 991px) {
    #fujinfuku .txtbox1, #gakuseifuku .txtbox1 {
      font-size: 1.0rem;
      text-align: left;
      padding: 20px 10px; } }
  @media print, screen and (min-width: 768px) and (max-width: 991px) {
    #fujinfuku .txtbox1, #gakuseifuku .txtbox1 {
      font-size: 1.4rem; } }

#fujinfuku .backcommon, #gakuseifuku .backcommon {
  padding: 40px 0; }
  #fujinfuku .backcommon h3, #gakuseifuku .backcommon h3 {
    margin-top: 60px;
    padding: 0 10px;
    font-size: 1.6rem;
    line-height: 2.0; }
    @media print, screen and (max-width: 991px) {
      #fujinfuku .backcommon h3, #gakuseifuku .backcommon h3 {
        margin-top: 0px;
        font-size: 1.2rem; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #fujinfuku .backcommon h3, #gakuseifuku .backcommon h3 {
        font-size: 1.6rem; } }
  #fujinfuku .backcommon p, #gakuseifuku .backcommon p {
    margin-top: 60px;
    padding: 0 10px;
    font-size: 1.2rem; }
    @media print, screen and (max-width: 991px) {
      #fujinfuku .backcommon p, #gakuseifuku .backcommon p {
        margin-top: 25px;
        font-size: 1.0rem;
        margin-bottom: 50px; } }

#fujinfuku .back1, #gakuseifuku .back1 {
  background-color: #fff7e4; }

#fujinfuku .back2, #gakuseifuku .back2 {
  background-color: #fffcf1; }

#fujinfuku #btnarea {
  margin-top: 30px;
  padding-bottom: 50px; }
  #fujinfuku #btnarea h2 {
    margin-top: 20px; }

#itemlist {
  background-color: #fff; }
  #itemlist h3 {
    font-size: 1.6rem;
    text-align: center;
    padding: 80px 0 50px;
    letter-spacing: 5px; }
  #itemlist .itembox {
    width: 80%;
    margin: 15px auto 30px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 30px; }
    #itemlist .itembox h4 {
      margin-top: 20px;
      font-size: 1.4rem;
      margin-bottom: 10px; }
    #itemlist .itembox .photo {
      text-align: center; }
      #itemlist .itembox .photo img {
        width: 100%;
        height: 200px;
        object-fit: contain; }
    #itemlist .itembox p {
      font-size: 0.9rem;
      padding-top: 5px; }
    #itemlist .itembox .txt1 {
      padding-top: 0;
      color: #e71312;
      text-align: center;
      font-size: 0.8rem;
      font-weight: bold; }

/*! ==================================================
　gakuseifuku
=================================================== */
@media print, screen and (min-width: 768px) and (max-width: 991px) {
  #gakuseifuku .txtbox1 p {
    padding: 50px 30px !important; } }
@media print, screen and (min-width: 992px) and (max-width: 1199px) {
  #gakuseifuku .txtbox1 p {
    padding: 50px 100px !important; } }
@media print, screen and (min-width: 1200px) {
  #gakuseifuku .txtbox1 p {
    padding: 50px 190px !important; } }
#gakuseifuku .schoolshopbtn {
  margin-top: 30px;
  margin-bottom: 30px; }

/*! ==================================================
　company
=================================================== */
#company .companybox {
  background-color: #fff;
  padding: 20px 20px 40px;
  margin-top: 30px;
  border-radius: 15px; }
  #company .companybox h3 {
    text-align: center;
    font-weight: bold;
    padding: 15px 0;
    font-size: 1.8rem;
    margin-top: 30px;
    margin-bottom: 50px; }
  #company .companybox p {
    padding: 0 30px 15px; }
  #company .companybox dl {
    margin: 0 10px 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ddd; }
    #company .companybox dl dt {
      font-weight: normal;
      padding: 10px; }
    #company .companybox dl dd {
      padding: 10px; }
      #company .companybox dl dd p {
        padding: 0 !important; }
      #company .companybox dl dd ul {
        margin: 20px; }

/*! ==================================================
　privacy
=================================================== */
#privacy .privacybox {
  margin-top: 30px;
  background-color: #fff;
  padding: 50px;
  border-radius: 15px; }
  @media print, screen and (max-width: 767px) {
    #privacy .privacybox {
      padding: 20px; } }
  #privacy .privacybox ul {
    margin: 20px; }
#privacy h3 {
  margin-top: 30px;
  font-weight: bold; }
#privacy p {
  margin-top: 15px; }
#privacy .numlist {
  margin: 0;
  position: relative; }
  #privacy .numlist li {
    list-style: none !important;
    list-style-position: outside !important;
    margin: 10px 0 0 0 !important; }
    #privacy .numlist li span {
      position: absolute !important;
      left: 0 !important;
      margin: 0 !important; }

/*! ==================================================
　sitemap
=================================================== */
#sitemap .box, #link .box {
  padding: 15px;
  margin-top: 15px;
  background-color: #fcfcfc; }
  #sitemap .box h3, #link .box h3 {
    font-weight: bold; }
  #sitemap .box ul, #link .box ul {
    margin-bottom: 30px; }
    #sitemap .box ul li, #link .box ul li {
      margin-left: 20px;
      padding-top: 10px; }
      #sitemap .box ul li a, #link .box ul li a {
        text-decoration: underline;
        color: #1e5aa0; }

/*! ==================================================
　その他
=================================================== */
.idlink {
  margin-top: -110px;
  padding-top: 110px; }
