﻿@charset "utf-8";
/* CSS Document */


:root{
--bg_color:#fff;
--ac_color:#0075d7;
--max_width:1100px;

}
@media screen and (max-width: 767px){
:root{

}}


.loading {display: flex;height: 100%;width: 100%;position: absolute;top: 100px;}
.sk-fading-circle {width: 50px;height: 50px;margin: 0 auto;position: relative;}
.sk-fading-circle .sk-circle {width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #5e94cb;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}


.wrap {max-width: var(--max_width);margin: 1rem auto;position: relative;min-height: 170px;}
.visible_phone {display:none;}
@media screen and (max-width:767px) {
.visible_phone {display:block;}
.hide_phone {display:none;}
}

.head_crumb {margin: 0 0 2rem;font-size: 1.05em;font-weight: 500;display: flex;gap: 1rem;color: #aaa;font-size: .9em;letter-spacing: 1px;}
.head_crumb a {color: #333;}
.head_crumb li::before {content: "\0203A";color: #333;padding-right: 1rem;font-size: 1.3em;}
.head_crumb li:first-child::before{content:"";}
/**/
.ttl_block{margin: 1rem 0 2.5rem;padding: 0 1rem;text-align: center;}
.head_ttl {display: block;font-size: 3.5rem;font-weight: bold;letter-spacing: 3px;line-height: 1.3em;}
.head_subttl{color: var(--ac_color);font-size: 1.3em;font-weight: 600;letter-spacing: 5px;}
/**/
.news_block{background:#e7e7e7;padding:3rem 1rem 5rem;margin: 0 0 5rem;}
.news_select_box {margin: 0 0 2rem;display: flex;align-items: stretch;gap: 1.2rem;}
.select_box{position: relative;}
.select_box::after {content: "";position: absolute;top: 16px;right: 17px;width: 8px;height: 8px;border-right: 2px solid #333;border-bottom: 2px solid #333;transform: rotate(45deg);}
.select_box select {border-radius: 5px;background: #fff; padding: .7rem 2.5rem .7rem .7rem;font-size: 1em;-webkit-appearance: none;appearance: none;border: 1px #555 solid;color: #333;}
/**/
.news_area{width:100%;transition: .3s;}
.news{width:calc(50% - 1rem);padding: 1rem 0;}
.news_box{background: #fff;display: flex;border-radius: 13px;padding: 1.2rem;align-items: stretch;gap: 1.5rem;}
.news_left{width: 25%;min-width: 120px;}
.news_left img {display: block;}
.news_right {width: 75%;}
.news_day{font-size: .95em;color: #aaa;}
.news_cate{color: #fff;font-size: .8em;display: inline-block;padding: .1em .9em;border-radius: 5px;font-weight: 600;font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;letter-spacing: 1px;margin:.6rem 0 .7rem;}
.news_txt{font-size: .9em;}
.add_button {background: #222;border-radius: 50px;color: #fff;cursor: pointer;font-size: 1em;font-weight: bold;letter-spacing: 3px;margin: 2rem auto 0;max-width: 360px;padding: 1rem;position: relative;text-align: center;text-indent: 40px;}
.add_button::before, .add_button::after{background-color: #fff;content: '';display: inline-block;height: 2px;position: absolute;left:calc(50% - 22%);top: 50%;transform: translateY(-50%);transition: opacity 1s;width: 19px;}
.add_button::after {transform: translateY(-50%) rotate(90deg);transition: transform 1s;}

.important{background:#333333;}
.info{background:#5b9f60;}
.special{background:#edc64d;}
.topic{background:#74c7bb;}
.media{background:#498fc9;}
.sale{background:#bf2929;}

@media screen and (max-width: 767px){

.select_box select {font-size: .9em;}
.news_select_box{margin-bottom:1.5rem;}
.head_ttl {font-size: 2.2rem;}
.head_subttl {font-size: 1rem;}
.news_block{padding:1rem 1rem 2rem;}
.news{width:100%;padding: .7rem 0;}
.news_box {padding: .9rem;gap: 1em;}
.news_day{font-size: .9em;}
.news_txt{font-size:.8em;}
.news_cate {padding: .4em .5rem;font-size: 12px;line-height: 1em;margin: .3rem 0 .5rem;}
.add_button {max-width: 85%;font-size: .9em;}
.add_button::before, .add_button::after{width: 17px;}
}
@media screen and (max-width: 600px){
.news{padding: .5rem 0;}
}
@media screen and (max-width: 500px){
.news_left{min-width: 90px;}
}

