@charset "UTF-8";

html {
  font-size: 100%;
}
body {
  color: #FFFFFF;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}
li {
  list-style: none;
}

/* スマホのみ改行 */
.sp-br {
display: none;
}
@media screen and (max-width: 638px) {
.sp-br {
display: inline; }
}




/* 画面の最大幅 共通で使用 */
.wrapper {
  max-width: 1050px;
  margin: 20px auto 130px auto;
  font-size: 0.9rem;
  padding: 0 4%;
}

/* h1タグ用 */
.site-title {
  line-height: 1px;
}
.site-title a {
  display: block;
}

/* h2タグ用 */
.sec-title {
  font-size: 5rem;
  text-align: center;
  margin-bottom: 5px;
  color: #1F467D;
  font-family:  'Abril Fatface', cursive;
  font-weight: normal;
}


.title-jp {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 35px;
  color: #1F467D;
  font-family: "M PLUS Rounded 1c"; 
  font-weight: normal;
}

.sec-title-s {
  font-size: 5em;
  text-align: center;
  color: #1F467D;
  font-family:  'Abril Fatface', cursive;
  font-weight: normal;
}

 h3.sec-title-s:before {
  content: "";
  display: inline-block;
  width: 200px;
  height: 70px;
  background: url(../img/left_bubble.png) no-repeat;
  background-size: contain;
  margin-right: 0px;
}

h3.sec-title-s:after {
  content: "";
  display: inline-block;
  width: 200px;
  height: 60px;
  background: url(../img/right_bubble.png) no-repeat;
  background-size: contain;
  margin-left: 14px;
}

.title-jp-s {
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 5px;
  color: #1F467D;
  font-family: "M PLUS Rounded 1c"; 
  font-weight: normal;
}

.title-jp-s-y {
  font-size: 1.5em;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 5px;
  color: #736949;
  font-family: "M PLUS Rounded 1c"; 
  font-weight: normal;
}


.sec-title-s-y {
  font-size: 5em;
  text-align: center;
  color: #736949;
  font-family:  'Abril Fatface', cursive;
  font-weight: normal;
}

 h3.sec-title-s-y:before {
  content: "";
  display: inline-block;
  width: 200px;
  height: 70px;
  background: url(../img/left_bubble_y.png) no-repeat;
  background-size: contain;
  margin-right: 0px;
}

h3.sec-title-s-y:after {
  content: "";
  display: inline-block;
  width: 200px;
  height: 60px;
  background: url(../img/right_bubble_y.png) no-repeat;
  background-size: contain;
  margin-left: 14px;
}



/* 文字色指定 */

.pink {
  color: #D91284;
}

.gray {
  color: #404040;
}

.green {
  color: #799B19;
}

.verticalline {
  margin: 0 auto;
  width: 1px;
}



/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 600px) {
  .wrapper {
    margin-bottom: 0px;
  }
  .sec-title {
    font-size: 4em;
  }
  .title-jp {
  margin-bottom: 35px;
}
   .sec-title-d {
    font-size: 2.3rem;
    padding-top: 30px;
    margin-top: 30px;
  }
  .title-jp-s-d {
      font-size: 1.2em;
}

  .sec-title-s {
    font-size: 2.5em;
}

  h3.sec-title-s:before {
    width: 60px;
    height: 20px;
    margin-right: 4px;
}
  h3.sec-title-s:after {
    width: 60px;
    height: 20px;
    margin-left: 10px;
}

.title-jp-s-y {
  margin-top: 40px;
}
  .sec-title-s-y {
    font-size: 2.5em;
}

  h3.sec-title-s-y:before {
    width: 60px;
    height: 20px;
    margin-right: 4px;
}
  h3.sec-title-s-y:after {
    width: 60px;
    height: 20px;
    margin-left: 10px;
}

  .title-jp-s {
    font-size: 1.2em;
}
}




/*-------------------------------------------
ヘッダー
-------------------------------------------*/
#header {
  width: 100%;
  display: flex; 
}

#header img {
 width: 300px;
}

.headerback {
  width: 100%;
  background-color: #ffffff; 
  margin: auto;
  padding: 10px;
  display: flex; 
  align-items: flex-end;     
  z-index: 10;
}

#header p {
  display: flex;                
  padding: 10px;
  color: #1F467D;
  font-size: 1.2em;
  font-family: "M PLUS Rounded 1c";

}


/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 600px) {
  /*-------------------------------------------
  ヘッダー
  -------------------------------------------*/
  #header {
    max-width: 100%;
    height: auto;
      display: block; 
  }

  .headerback {
   margin: auto;
  display: block; 
  }

  #header img {
   width: 190px;
  }

  #header p {
  display: block;                
  padding: 4px;
  font-size: 0.7em;
  }

  }



/*-------------------------------------------
メインビジュアル　スライド
-------------------------------------------*/


.css-carousel-slider-s {
   display:none;
}

/* 全体設定 */
.css-carousel-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: -50px;
    z-index: 0;
}
.css-carousel-slider img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

/* スライド設定 */
.css-carousel-slider .slide-wrap {
    width: 300%; /* 画像の合計数*100%を設定(*2) */
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    z-index: 0;
    animation: css-carousel-slider 20s infinite; /* スライダーアニメーション全体の時間(*3) */
    animation-delay: 2s; /* スライダーが始まるまでの時間(*4) */
}
.css-carousel-slider .slide-wrap-main {
    width: 100%;
    z-index: 1;
    animation: css-carousel-slider-main 20s infinite; /* (*3)と同じ内容を設定 */
    animation-delay: 2s; /* (*4)と同じ内容を設定 */
}
.css-carousel-slider .slide {
    width: 100%;
}

/* スライダーアニメーションの設定(*5) */
@keyframes css-carousel-slider {
    0% { transform: translateX(0); }

    20% { transform: translateX(calc(1 / 3 * -100%)); }
    33% { transform: translateX(calc(1 / 3 * -100%)); }

    53% { transform: translateX(calc(2 / 3 * -100%)); }
    66% { transform: translateX(calc(2 / 3 * -100%)); }

    87% { transform: translateX(calc(3 / 3 * -100%)); }
    100% { transform: translateX(calc(3 / 3 * -100%)); }
}

@keyframes css-carousel-slider-main {
    0% { transform: translateX(100%); }
    66% { transform: translateX(100%); }
    87% { transform: translateX(0%);}
}


/*-------------------------------------------
メインビジュアル　スライド SP
-------------------------------------------*/
@media screen and (max-width: 600px) {
  /*-------------------------------------------
  ヘッダー
  -------------------------------------------*/

.css-carousel-slider {
   display:none;
}

/* 全体設定 */
.css-carousel-slider-s {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 0px;
    z-index: 0;
}
.css-carousel-slider-s img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

/* スライド設定 */
.css-carousel-slider-s .slide-wrap-s {
    width: 300%; /* 画像の合計数*100%を設定(*2) */
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    z-index: 0;
    animation: css-carousel-slider-s 20s infinite; /* スライダーアニメーション全体の時間(*3) */
    animation-delay: 2s; /* スライダーが始まるまでの時間(*4) */
}
.css-carousel-slider-s .slide-wrap-main-s {
    width: 100%;
    z-index: 1;
    animation: css-carousel-slider-main-s 20s infinite; /* (*3)と同じ内容を設定 */
    animation-delay: 2s; /* (*4)と同じ内容を設定 */
}
.css-carousel-slider-s .slide-s {
    width: 100%;
}

/* スライダーアニメーションの設定(*5) */
@keyframes css-carousel-slider-s {
    0% { transform: translateX(0); }

    20% { transform: translateX(calc(1 / 3 * -100%)); }
    33% { transform: translateX(calc(1 / 3 * -100%)); }

    53% { transform: translateX(calc(2 / 3 * -100%)); }
    66% { transform: translateX(calc(2 / 3 * -100%)); }

    87% { transform: translateX(calc(3 / 3 * -100%)); }
    100% { transform: translateX(calc(3 / 3 * -100%)); }
}

@keyframes css-carousel-slider-main-s {
    0% { transform: translateX(100%); }
    66% { transform: translateX(100%); }
    87% { transform: translateX(0%);}
}
}

/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 600px) {
  /*-------------------------------------------
  メインビジュアル　スライド
  -------------------------------------------*/
.css-carousel-slider {
    margin-top: -50px;
}
}



/*-------------------------------------------
アイテム
-------------------------------------------*/


.item-top {
  width: 100%;
  margin: 40px auto 40px auto;
  text-align: center;
    font-family: "M PLUS Rounded 1c"; 
}

.item-top li {
  display: inline;
  width: 200px;
  color: #ffffff;
  background-color: #1F467D;
  padding: 20px;
  border-radius: 10px;

}


.good-point {
  padding: 32px 32px 20px 32px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.blueback {
  background-color: #EBF4F9;
}

.ichigoback {
  background-color: #FEF5FA;
}

.charcoalback {
  background-color: #F7F7F7;
}

.greenteaback {
  background-color: #F5F8EE;
}

.yellowback {
  background-color: #FEFBEF;
  margin-top: 15px;
}

.gtop {
     display: flex;
     margin: 0 auto 20px auto;
     width: 100%;
    align-items: center;     
}

.gtop img{
     width: 200px;
     margin-left: 50px;
}
.gtop p {
     color: #000;
}

.righttxt {
  margin-left: 30px;
  font-size: 1.1em;
}

.good-point-ttls {               
  font-size: 1.3em;
  font-family: "M PLUS Rounded 1c"; 
  margin-bottom: 20px;
  transform: rotate(-3deg);
}

.bluetexts {
  color: #1F467D;
}

.ichigotexts {
  color: #D91284;
}

.charcoaltexts {
  color: #404040;
}

.greenteatexts {
  color: #799B19;
}

.good-point-ttl {               
  margin-bottom: 14px;
}

.bluetext {
  color: #1F467D;
  font-size: 2.5em;
  font-family: "M PLUS Rounded 1c";
}

.ichigotext {
  color: #D91284;
  font-size: 3em;
  font-family:  'Abril Fatface', cursive;
}

.charcoaltext {
  color: #404040;
  font-size: 3em;
  font-family:  'Abril Fatface', cursive;
}

.greenteatext {
  color: #799B19;
  font-size: 3em;
  font-family:  'Abril Fatface', cursive;
}

.yellowtext {
  color: #736949;
  font-size: 2.5em;
  font-family: "M PLUS Rounded 1c";
}


.good-point ul {
  margin: auto;
  display: flex;
}

.good-point li {
  width: 33.3%;
  display: inline-block;
  text-align: center;
  display: flex;
  margin-left: 10px;
  align-items: center;    

}

.good {
  width: 110px;
    margin-right: 10px;
}

.good-point-text {
  font-size: 0.9em;
  color: #000000;
  font-family: "M PLUS Rounded 1c";
  text-align: left;
}

.notice {
   font-size: 0.7em; 
   text-align: right;
  color: #000000;
  font-family: "M PLUS Rounded 1c";
}


.ctop {
     display: flex;
     margin: 0 auto 20px auto;
     width: 100%;
    align-items: center;     
}

.ctopimg{
     width: 230px;
     margin-left: 50px;
}

.ctop p {
     color: #000;
}


.cat-point ul {
  text-align: center;
}

.cat-point li {
  width: 24%;
  display: inline-block;
  text-align: center;
  padding: 10px;
}

.catimg {
  width: 60px;
}

.cat-point-text {
  font-size: 0.8em;
  color: #000000;
  font-family: "M PLUS Rounded 1c";
  text-align: left;
}

.cat-point-text-s {
  font-size: 0.8em;
  color: #000000;
  font-family: "M PLUS Rounded 1c";
  text-align: center;
}

.nekosuna {
  width: 150px;
}


.cat-item ul {
  margin: auto;
  display: flex;
}

.cat-item li {
  width: 50%;
  display: inline-block;
  text-align: center;
  display: flex;
  margin-left: 10px;
  align-items: center;    

}

.catgood {
  width: 80px ;
  margin-right: 10px;
}



/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 600px) {
  /*-------------------------------------------
  アイテム
  -------------------------------------------*/



.item-top {
  display: block;
  margin: 20px auto 20px auto;
}

.item-top li {
  font-size: 0.9em;
  width: 160px;
  color: #ffffff;
  background-color: #1F467D;
  padding: 12px;
  border-radius: 10px;

}

.good-point {
  padding: 20px 20px 10px 20px;
 }

.gtop {
     display: block;
     text-align: center;
     margin-bottom: 0px;
}

.gtop img{
     width: 160px;
     margin-left: 0px;
     margin-bottom: 20px;
}

.gtop p {
     color: #000;
}

.gbtm {
  display: flex;
}

.righttxt {
  margin-left: 0px;
}

.good-point-ttls {
  font-size: 1.1em;
}

.good-point-ttl {
  padding: 0px;
  font-size: 1.8em;
}

.bluetext {
  font-size: 1.8em;
}

.ichigotext {
  font-size: 3em;
}

.charcoaltext {
  font-size: 3em;
}

.greenteatext {
  font-size: 3em;
}

.yellowtext {
  font-size: 1.8em;
}

.good-point ul {
  display: block;
}

.good-point li {
  width: 100%;
  padding: 10px;
}

.good-point-text {
  font-size: 0.8em;
}

.ctop {
display: block;
text-align: center;
margin-bottom: 0px;
}

.cat-item {
display: flex;
}


.ctopimg {
width: 180px;
 margin-left: 0px;
}

}

/*-------------------------------------------
About
-------------------------------------------*/
#about {
  background-image: url(../img/about_bk.jpg);
  background-repeat:  no-repeat;        
  background-position:center;
  background-size: cover;
  text-align: center;
  padding: 100px 0 120px 0;
}

.about-logo img {
  width:200px;
}
.about-txt {
  font-size: 0.9em;
  color: #000000;
  font-family: "M PLUS Rounded 1c";
  margin-top: 20px;
}

.sec-title-about {
  font-size: 3rem;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #1F467D;
  font-family:  'Abril Fatface', cursive;
  font-weight: normal;
}

.mailadd {
color: #1F467D;
}


/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 600px) {
  /*-------------------------------------------
  About
  -------------------------------------------*/
  #about {
  padding: 30px 0 50px 0;
}
.about-logo img {
  width:120px;
}
}

/*-------------------------------------------
Footer
-------------------------------------------*/

#footer {
  padding: 40px 0 20px 0;
  text-align: center;
}

.copyright {
  font-size: 0.8em;
  color: #1F467D;
  font-family: "M PLUS Rounded 1c";  
}


