@charset "UTF-8";

/*==========================
トップページの設定
============================*/

#slide-area {
  margin: 0 auto;
}

#slider {
  height: 320px;
}

#slider img {
  height: 320px;
  max-width: 960px;
}

.background-image figure img {
  left: 50%;
  position: absolute;
  top: 50%;
  max-width: 450px;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.background-image figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 550px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.background-image img {
  width: 100%;
}

.background-image figure.figure-slide-01 {
  background-image: url(../img/slide/01sp.jpg);
  width: 100%;
}

.background-image figure.figure-slide-02 {
  background-image: url(../img/slide/02sp.jpg);
  width: 100%;
}

.background-image figure.figure-slide-03 {
  background-image: url(../img/slide/03sp.jpg);
  width: 100%;
}

/* 見出し */
.heading-cont01 {
  color: #333333;
  text-align: center;
  font-size: 1.8em;
}

.heading-cont01:first-letter {
  color: #2589d0;
  font-size:  2.2em;
}

/* h1 {
  position: relative;
  font-size: 2.8rem;
  margin: 6px 0;
} */

h1 {
  position: relative;
  padding: 0 .4em .1em;
}

h2 {
  font-size: 2.4rem;
  margin: 6px 0;
}

h3 {
  font-size: 2rem !important;
  margin: 6px 0;
}

h4 {
  font-size: 1.8rem !important;
  margin: 6px 0;
}

h5 {
  font-size: 1.6rem !important;
  margin: 6px 0;
}

h2.ind-cont01 img {
  max-width: 240px;
}

h2.ind-cont02 {
  text-align: center;
  color: #f06292;
  margin-bottom: 40px;
}

h1.ind-cont02 {
  text-align: center;
  color: #f06292;
  color: #545454;
  margin-bottom: 40px;
  font-size: 2rem;
}

h2.ind-cont03 {
  text-align: center;
}

h2.ind-cont03 img {
  max-width: 350px;
  width: 100%;
  padding: 10px;
}

p.ind-tt {
  text-align: left !important;
  font-size: 1.6rem;
  margin-bottom: 20px;
}

@media screen and  (min-width: 768px) {
  p.ind-tt {
    text-align: center !important;
  }
}

h4 {
  position: relative;
  font-size: 1.6rem;
  //font-weight: normal;
}

h5.ind-servise {
  color: #f06292;
  text-align: center;
  font-size: 1.8rem;
  padding: 24px 0 10px 0;
  font-weight: normal;
}

.main-bg {
  background: #fff;
  overflow: hidden;
}

h3.ind img {
  max-width: 190px;
  margin-bottom: 20px;
}

/*------------------------
top概要エリア
------------------------*/
p.top {
  color: #31004a;
  font-size: 1.8rem;
  margin-bottom: 24px;
}

/*------------------------
newsエリア
------------------------*/
.gutters .top-news {
  width: 38%;
  float: right;
}

.news-box {
  overflow: auto;
  height: 210px;
  margin-bottom: 12px;
}

.news-date {
  border-bottom: dashed #999 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 5px;
  overflow: auto;
}

.news-day {
  font-size: 1.3rem;
}

.news-ti {
  font-size: 1.4rem;
  margin-left: 12px;
}

.news-link-box {
  text-align: right;
}

/*------------------------
newsエリア（indexページ新）
------------------------*/

dl.info {
  padding: 8px;
  border-bottom: 1px solid #eee;
}

dd.info-title {
  margin-left: 1em;
}

dl.info a {
  text-decoration: none;
  color: #545454;
}

dl.info a:hover {
  color: #999;
}

dt {
  width: 100px;
}

dd {
  margin-left: 1em;
  padding: 10px;
}

dd.cate {
  margin: 3px 1em;
  font-size: 1rem;
  width: 100px;
}

dd.cate a {
  padding: 3px 5px;
  border-radius: 4px;
}

/* カテゴリ色分け */
.news a {
  color: #fff;
  background: #75768b;
}

.site a {
  color: #fff;
  //background: #13b5b1;
  margin: 3px;
}

.site-shop a {
  color: #fff;
  background: orange;
}

/*------------------------
news（indexページ新2023〜）
------------------------*/

.news-wrapper {
  margin: 20px 10px 50px 10px;
}

.news-list__list {
  margin-bottom: 24px;
}

.news-list__item {
  display: block;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
  padding: 6px 10px;
}

/*
.news-list__item::after {
    //position: absolute;
    top: 50%;
    right: 1.5em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(-50%);
    font-size: 14px;
    font-size: 0.875rem;
    color: #333;
}
.news-list__item:hover {
    text-decoration: none;
    background-position: right center;
}
.news-list__item:hover::after {
    right: 1.2em;
}


.fa-position-right {
    position: absolute;
    top: calc(50% - .5em);
    right: 1rem;
  }
*/

.news-list__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  margin-bottom: 6px;
}

.news-list__date {
  margin-right: 12px;
  font-size: 12px;
}

.label-category {
  font-weight: bold;
  padding: 2px 10px;
  background-color: #e8e8e8;
  display: block;
  text-align: center;
  color: #333;
  border-radius: 20px;
  font-size: 10px;
}

.news-list__label {
  margin-right: 20px;
}

.news-list__body {
  display: block;
}

.news-list__body a {
  color: #545454;
  text-decoration: none;
}

.news-list__body a:hover {
  text-decoration: underline;
}

/*
@media screen and (max-width: 768px){
    .news-list__item {
        display: block;
    }
} */

/* pc画面の時 */
@media only screen and (min-width: 768px) {
  .news-wrapper {
    margin: 50px 10px 60px 10px;
  }

  .news-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 10px;
  }

}

/*======================================================
PC向けおよび大型タブレット向けのレイアウトの指定：769px～
======================================================*/

@media only screen and (min-width: 768px) {
  dl.info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 8px;
    border-bottom: 1px solid #eee;
  }
}

/*------------------------
見どころ・イベントエリア
------------------------*/

.index-cap {
  font-size: 1.5rem;
  //line-height:2.4rem; 
}

.top-point img {
  margin-bottom: 1em;
}

.top-event img {
  margin-bottom: 1em;
}

/* ind-nayami */
.bg-nayami {
  background-image: url(../img/index/nayami-bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  padding: 120px 0;
}

h2.nayami {
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  padding: .1em 0;
  position: relative;
  padding: .5em .75em;
  background-color: #13b5b1;
  max-width: 600px;
  margin: 0 auto;
}

h2.nayami::after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 15px solid #13b5b1;
}

h2.soudan {
  font-size: 2.2rem;
  padding: 60px 0 10px 0;
}

h6.b-tt {
  text-align: left;
  font-size: 1.5rem;
}

h6.eme-tt {
  text-align: center;
  font-size: 1.5rem;
  color: #333;
}

h6.eme-tt {
  margin: 0 auto;
  position: relative;
  margin-bottom: 2.2em;
  color: #0a9b97;
}

h6.eme-tt:before {
  content: '';
  position: absolute;
  bottom: -10px;
  width: 80px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #0a9b97;
}

.denpako {
  background: #fee0d6;
  text-align: center;
}

.webkoB {
  background: #c6e0fb;
  text-align: center;
}

.webkoY {
  background: #f6f7a8;
  text-align: center;
}

.kamikoP {
  background: #ffcbdc;
  text-align: center;
}

.kamikoG {
  background: #b3e1e0;
  text-align: center;
}

.orikoP {
  background: #e7e6f5;
  text-align: center;
}

/* ボタン　基本 *

.button {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    outline: none;
}
.button::before,
.button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.button,
.button::before,
.button::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
} */

/* ボタン　緑 */

.eme-btn {
  background-color: #1abc9c;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  padding: 20px 30px;
  border-radius: 50px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
  -webkit-box-shadow: 0 3px 0 #0e8c73;
  box-shadow: 0 3px 0 #0e8c73;
  -webkit-transition: none;
  transition: none;
  max-width: 450px;
  font-weight: bold;
}

.eme-btn:hover {
  background-color: #31c8aa;
  -webkit-box-shadow: 0 3px 0 #23a188;
  box-shadow: 0 3px 0 #23a188;
}

.eme-btn:active {
  top: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* ボタン　青 */

.bule-btn {
  background-color: #5696d9;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  padding: 20px 30px;
  border-radius: 50px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 3px 0 #373a73;
  box-shadow: 0 3px 0 #6f7195;
  -webkit-transition: none;
  transition: none;
  max-width: 450px;
}

.bule-btn:hover {
  background-color: #286eb6;
  -webkit-box-shadow: 0 3px 0 #6f7195;
  box-shadow: 0 3px 0 #6f7195;
}

.bule-btn:active {
  top: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* ボタン　赤 */

.red-btn {
  background-color: #ef5350;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  padding: 20px 40px;
  border-radius: 6px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
  -webkit-box-shadow: 0 3px 0 #a61c19;
  box-shadow: 0 3px 0 #a61c19;
  -webkit-transition: none;
  transition: none;
  max-width: 450px;
  font-weight: bold;
}

.red-btn:hover {
  background-color: #ec3131;
  -webkit-box-shadow: 0 3px 0 #a61c19;
  box-shadow: 0 3px 0 #a61c19;
}

.red-btn:active {
  top: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* ボタン　ピンク */

.pink-btn {
  background-color: #f06292;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  padding: 20px 40px;
  border-radius: 30px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
  -webkit-box-shadow: 0 3px 0 #c8265d;
  box-shadow: 0 3px 0 #c8265d;
  -webkit-transition: none;
  transition: none;
  max-width: 400px;
  font-weight: bold;

}

.pink-btn:hover {
  background-color: #d66189;
  -webkit-box-shadow: 0 3px 0 #c8265d;
  box-shadow: 0 3px 0 #c8265d;
}

.pink-btn:active {
  top: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* ボタン　ピンク　線 */

.pinkline-btn {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 2px solid #f06292;
  border-radius: 50px;
  color: #f06292;
  line-height: 30px;
  padding: 8px 30px;
  overflow: hidden;
  font-size: 1.6rem;
}

.pinkline-btn:hover {
  color: #fff;
}

.pinkline-btn::after {
  left: -100%;
  width: 100%;
  height: 100%;
}

.pinkline-btn:hover::after {
  top: 0;
  left: 0;
  background-color: #f06292;
}

/* ボタン　制作例を見る */

.works-btn a {
  color: #fff !important;
}

.works-btn {
  display: inline-block;
  //max-width: 200px;
  width: 100%;
  padding: 12px 30px;
  text-align: center;
  text-decoration: none;
  outline: none;
  border-radius: 3px;
}

.works-btn::before,
.works-btn::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.works-btn,
.works-btn::before,
.works-btn::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.works-btn {
  background-color: #75768b;
  color: #fff;
}

.works-btn:hover {
  background-color: rgba(6, 53, 84, 1);
  color: #fff !important;
}

.linearrow {
  text-align: center;
  position: relative;
  padding: .5em;
  background-color: #13b5b1;
  margin: 0 auto;
}

.linearrow::after {
  position: absolute;
  top: 100%;
  left: 47%;
  content: '';
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top: 15px solid #13b5b1;
}

.area {
  border: 1px solid #545454;
  padding: 20px;
}

h5.ind-nayami {
  color: #000;
  text-align: left;
  font-size: 1.6rem;
  padding: 10px 0 10px 0;
}

.box-nayami {
  background: #fff;
  padding: 12px;
  border: 1px solid #13b5b1;
  min-height: 160px;
  border-radius: 20px;
}

.nayami-tt {
  font-size: 1.4rem;
  padding: 10px 10px 16px 20px;
  line-height: 2.4rem;
}

.bg-dotted {
  background-image: url(../img/index/bg-dot1000.gif);
  background-position: center;
  padding: 60px 0;
}

h2.ind-title03 {
  background-image: url(../img/index/03-work.jpg);
  background-repeat: no-repeat;
  background-size: 60px;
  color: #f06292;
  padding: 15px 0 15px 70px;
  font-weight: normal;
  margin-bottom: 24px;
}

h2.ind-title04 {
  background-image: url(../img/index/04-news.jpg);
  background-repeat: no-repeat;
  background-size: 60px;
  color: #f06292;
  padding: 15px 0 15px 70px;
  font-weight: normal;
  margin-bottom: 24px;
}

/* インターネット広告で〜 */

.ad-bg {
  background-image: url(../img/index/ad-bg.gif);
  padding: 60px 0;
}

.ad-bg2 {
  background-image: url(../img/index/ad-bg2.gif);
  padding: 60px 0;
}

.ad-box {
  max-width: 550px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.ad-box2 {
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: -130px;
}

.ad-ttbox {
  margin: 0 auto;
  background: #f06292;
  padding: 14px;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  max-width: 450px;
}

.pink-bgy {
  background: #fff799;
  color: #f06292;
  padding: 0 5px;
  margin: 0 5px;
}

/* 　news ニュース */

.newsboxL {
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 0 10px;
  float: left;
  width: 100%;
  max-height: 500px;
}

.newsbox {
  //border: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 16px;
}

.newsbox-Rt {
  text-align: left;
}

.box1-fl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


/* swiper コンテンツスライダー */

.swiper-container {
  text-align: center;
}

.swiper-container .swiper-slide img {
  max-width: 100%;
  height: auto;
}

.prettyprint {
  border: none;
  background: #fafafa;
  color: #697d86;
}

.swibox {
  padding: 10px;
  margin-bottom: 30px;
}

.swibox img {
  border: 1px solid #dcdcdc;
  margin: 10px 0;
}

a.swiboxlink:link,
a.swiboxlink:visited {
  color: #222 !important;
  text-decoration: none;
}

.swiper-pagination-bullet {
  background-color: #75768b !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  color: #75768b !important;
}

.swiper-container [class^="swiper-button-"] {
  color: #75768b !important;
}

/* 
.swiper-pagination-bullet-active{
  background: #75768b !important;
} */

/* ------------------------------------------------- */
/* 緊急 */

.topinfobox {
  margin: 0 auto;
  font-size: 1.2rem;
  width: 100%;
  max-height: 140px;
  background: #fffacb;
  /*background:rgba(2, 23, 37, 0.9);*/
  color: #333;
  line-height: 1.5;
  margin-top: -15px;
}

.topinfoin {
  padding: 20px 20px 20px 20px;
  display: block;
}

.topinfoin a {
  text-decoration: none;
}

.topinfoin a:hover {
  text-decoration: none;
}

.ti-date {
  margin-right: 5px;
  font-size: 1.2rem;
}

/* ------------------------------------------------- */
/* topics */


#topics {
  border-left: 3px solid #000;
  padding: 0 0 0 16px;
}

@media screen and (max-width:768px) {
  #topics {
    margin: 0 0 10px 0;
  }
}

#topics h2 {
  font-size: 2.4rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 0 !important;
}

#topics h2 span.bgLRextend::before {
  background: #333;
}

.bx-wrapper {
  box-shadow: none;
  border: none;
}

/*===========================================================*/
/*機能編  9-4-1 ニュースティッカー*/
/*===========================================================*/

.slider li{
  padding: 10px 0;
}

/*ニュース1行の周りの余白*/
.slider a {
  display: block;
  background: #fff;
  color: #333 !important;
  text-decoration: none;
}

/*日付*/
.slider time {
  display: inline-block;
  font-size: 1.2rem;
  margin-right: 10px;
  color: #777;
}

/*768px以下の見た目*/
@media screen and (max-width:768px) {
  .slider {
    padding: 0 10px;
    background: #fff;
  }

  .slider li {
    border-bottom: 1px dashed #ccc;
  }

  .slider li:last-child {
    border-bottom: none;
  }

  .slider time {
    display: block;
  }
}

/*======================================================
PC向けおよび大型タブレット向けのレイアウトの指定：481px～768px
======================================================*/
@media screen and (min-width: 481px) {
  #slider {
    height: 320px;
    background: none;
  }

}

/*======================================================
PC向けおよび大型タブレット向けのレイアウトの指定：769px～960px
======================================================*/

@media only screen and (min-width: 768px) {

  .background-image figure.figure-slide-01 {
    background-image: url(../img/slide/01.jpg);
    width: 100%;
  }

  .background-image figure.figure-slide-02 {
    background-image: url(../img/slide/02.jpg);
    width: 100%;
  }

  .background-image figure.figure-slide-03 {
    background-image: url(../img/slide/03.jpg);
    width: 100%;
  }

  section.news {
    padding: 40px 20px;
  }

  .newsboxL {
    margin: 0 auto;
    margin-bottom: 20px;
    margin-left: 5px;
    padding: 0 10px;
    float: left;
    width: 100%;
    max-width: 530px;
    max-width: 49%;
  }

  h2.nayami {
    color: #fff;
    font-size: 2.6rem;
    text-align: center;
    padding: .1em 0;
    position: relative;
    padding: .5em .75em;
    background-color: #13b5b1;
    max-width: 600px;
    margin: 0 auto;
  }

  h2.nayami::after {
    position: absolute;
    top: 100%;
    left: 50%;
    content: '';
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 15px solid #13b5b1;
  }

  h6.b-tt {
    text-align: center;
    font-size: 1.8rem;
  }

  h6.eme-tt {
    text-align: center;
    font-size: 1.8rem;
    color: #333;
  }

  .topinfoin {
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .ti-date {
    margin-right: 10px;
    font-size: 1.4rem;
  }

  .ti-tt {
    margin-right: 10px;
    font-size: 1.4rem;
  }

  .news-list__date {
    margin-right: 20px;
    font-size: 14px;
  }
}

/*======================================================
PC以下：画像サイズ調整：769px～960px
======================================================*/
@media only screen and (max-width: 768px) {

  .topeve img {
    margin: 0 auto;
    max-width: 100%;
    margin-top: 12px;
  }

}