@charset "UTF-8";
/*--------リセット-----------------*/
* {
  margin: 0;
  padding: 0;
  font-family: "Verdana, Geneva, sans-serif", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

a {
  outline: none;
}

html, body {
  height: 100%;
}

img {
  border: 0;
  vertical-align: top;
}

a img {
  border: 0;
}

/* ■■■■■■■■■■■ */
/* mixin-variable mixin・変数 */
/* ■■■■■■■■■■■ */
/*-----------------変数------------------*/
/*メディアクエリ*/
/*カラー*/
/*テキストカラー*/
/*ボーダーカラー*/
/*ボックスフレームカラー*/
/*-----------------mixin------------------*/
/*コンテンツ背景*/
/*コンテンツ大枠*/
/*ボタンのマージンや大きさ*/
/*画像のマージンや大きさ*/
/*画像ズーム*/
/*WEB作品集バッジ*/
/* ■■■■■■■■■■■ */
/* primary 基本設定 */
/* ■■■■■■■■■■■ */
/*------------基本設定----------------*/
html {
  overflow: auto;
}

body {
  position: relative;
  min-height: 100%;
  height: auto !important;
  width: 100%;
  overflow: hidden;
  font-family: sans-serif;
  word-wrap: break-word;
  /* 単語の途中でも改行 */
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@media (min-width: 601px) {
  body {
    min-width: 960px;
    line-height: 160%;
  }
}
@media (max-width: 600px) {
  body {
    line-height: 200%;
  }
}

/*アクセス時フェードイン*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*----------リンク関連----------*/
a {
  cursor: pointer;
  text-decoration: none;
  color: #524f4d;
}

a:hover {
  overflow: hidden;
}
@media (min-width: 601px) {
  a:hover {
    transition: 0.5s;
    opacity: 0.5;
  }
}

@media (min-width: 601px) {
  a:hover img {
    transition: 0.5s;
    opacity: 0.4;
  }
}

/*--------テキスト---------*/
p {
  color: #524f4d;
  margin-bottom: 24px;
  font-size: 16px;
}

/*-------見出し------*/
h1 a:hover img {
  transition: 0.5s;
  opacity: 1;
}

h2 {
  font-family: sans-serif;
  font-weight: bold;
  color: #524e4d;
  text-align: center;
  line-height: 120%;
}
@media (min-width: 601px) {
  h2 {
    font-size: 36px;
    margin-bottom: 56px;
  }
}
@media (max-width: 600px) {
  h2 {
    font-size: 8vw;
    margin-bottom: 32px;
  }
}
h2:before {
  content: "";
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background: url(../img/h2@2x.png) no-repeat;
  background-size: contain;
}

h3 {
  font-weight: bold;
  color: #524e4d;
  line-height: 160%;
  text-align: center;
  margin: 0 auto 32px auto;
}
@media (min-width: 601px) {
  h3 {
    width: 80%;
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  h3 {
    font-size: 18px;
  }
}

/*■■■■■■■■■■■
base css
■■■■■■■■■■■■■*/
/*------------ディスプレイ---------------*/
@media (min-width: 601px) {
  .pc-none {
    display: none;
  }
}

@media (max-width: 600px) {
  .sp-none {
    display: none;
  }
}

/*----------コンテンツ背景----------*/
.cont-back-white {
  width: 100%;
  position: relative;
  background-color: #ffffff;
}

.cont-back-yellow {
  width: 100%;
  position: relative;
  background-color: #eceae2;
}

/*画像斜線*/
.cont-back-stripe1 {
  position: relative;
  width: 100%;
  background: -webkit-repeating-linear-gradient(-45deg, #f8f8f8 0, #f8f8f8 10px, #ffffff 10px, #ffffff 20px);
  background: -o-repeating-linear-gradient(-45deg, #f8f8f8 0, #f8f8f8 10px, #ffffff 10px, #ffffff 20px);
  background: repeating-linear-gradient(-45deg, #f8f8f8 0, #f8f8f8 10px, #ffffff 10px, #ffffff 20px);
}

/*----------コンテンツ大枠 pc:960px(920) sp:95%----------*/
.content-area {
  position: relative;
}

.cont-frame {
  padding: 120px 20px 120px 20px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  /*border:#333 1px solid;*/
}
@media (min-width: 601px) {
  .cont-frame {
    max-width: 960px;
  }
}

.cont-frame-start {
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  /*border:#333 1px solid;*/
}
@media (min-width: 601px) {
  .cont-frame-start {
    max-width: 960px;
    padding: 120px 20px 60px 20px;
  }
}
@media (max-width: 600px) {
  .cont-frame-start {
    padding: 60px 20px 60px 20px;
  }
}

.cont-frame-end {
  padding: 120px 20px 120px 20px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  /*border:#333 1px solid;*/
}
@media (min-width: 601px) {
  .cont-frame-end {
    max-width: 960px;
  }
}

.cont-frame-cont-navi {
  padding: 60px 20px 0px 20px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  /*border:#333 1px solid;*/
}
@media (min-width: 601px) {
  .cont-frame-cont-navi {
    max-width: 960px;
  }
}

.cont-frame-cont-qa {
  padding: 0px 20px 60px 20px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  /*border:#333 1px solid;*/
}
@media (min-width: 601px) {
  .cont-frame-cont-qa {
    max-width: 960px;
  }
}

.cont-frame-footer {
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  /*border:#333 1px solid;*/
}
@media (min-width: 601px) {
  .cont-frame-footer {
    max-width: 960px;
    padding: 60px 20px 60px 20px;
  }
}
@media (max-width: 600px) {
  .cont-frame-footer {
    padding: 60px 20px 110px 20px;
  }
}

/*-------------コンテンツボックス-------------*/
.cont-box {
  background-color: #ffffff;
}
@media (min-width: 601px) {
  .cont-box {
    padding: 64px 90px;
    border-radius: 10px;
  }
}
@media (max-width: 600px) {
  .cont-box {
    padding: 64px 10px;
    border-radius: 10px;
  }
}

/*---------------フレックスボックス---------------*/
/*横並び-左右均等*/
.flex-wrp {
  display: flex;
  /* Flexboxを使う親要素（フレックスコンテナ）に指定する */
  justify-content: space-between;
  /*  両端から左右へ均等に配置する */
  flex-flow: wrap;
  /*  要素の折り返し設定 */
}

/*横並び-左右均等*/
.flex-wrp-talign {
  display: flex;
  /* Flexboxを使う親要素（フレックスコンテナ）に指定する */
  justify-content: space-between;
  /*  両端から左右へ均等に配置する */
  align-items: flex-start;
  /*  親要素から上に揃えて配置する */
  flex-flow: wrap;
  /*  要素の折り返し設定 */
}

/*横並び-左右均等-逆方向*/
.flex-wrp-reverse {
  display: flex;
  /* Flexboxを使う親要素（フレックスコンテナ）に指定する */
  justify-content: space-between;
  /*  両端から左右へ均等に配置する */
  align-items: flex-start;
  /*  親要素から上に揃えて配置する */
}
@media (min-width: 601px) {
  .flex-wrp-reverse {
    flex-direction: row-reverse;
    flex-flow: no-wrap;
    /*  要素の折り返し設定 */
  }
}
@media (max-width: 600px) {
  .flex-wrp-reverse {
    flex-flow: wrap;
    /*  要素の折り返し設定 */
  }
}

/*横並び-左右均等-折り返しなし*/
.flex-wrp-nowrap {
  display: flex;
  /* Flexboxを使う親要素（フレックスコンテナ）に指定する */
  justify-content: space-between;
  /*  両端から左右へ均等に配置する */
  align-items: flex-start;
  /*  親要素から上に揃えて配置する */
  flex-flow: nowrap;
  /*  要素の折り返し設定 */
}

/*横並び-中央ぞろえ*/
.flex-wrp-cent {
  display: flex;
  /* Flexboxを使う親要素（フレックスコンテナ）に指定する */
  justify-content: center;
  /*  両端から左右へ均等に配置する */
  align-items: baseline;
  /*  親要素から上に揃えて配置する */
  flex-flow: wrap;
  /*  要素の折り返し設定 */
}

f
.flex-wrp-2column {
  display: flex;
  align-items: baseline;
  flex-flow: nowrap;
}
@media (min-width: 601px) {
  f
  .flex-wrp-2column {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  f
  .flex-wrp-2column {
    justify-content: space-between;
  }
}

/*---------------フレックスボックス２カラム---------------*/
.flex2-column {
  flex-grow: 0;
  box-sizing: border-box;
}
@media (min-width: 601px) {
  .flex2-column {
    width: 49%;
  }
}
@media (max-width: 600px) {
  .flex2-column {
    width: 100%;
  }
}

.flex2-column-works {
  flex-grow: 0;
  box-sizing: border-box;
  margin-bottom: 48px;
  position: relative;
}
@media (min-width: 601px) {
  .flex2-column-works {
    width: 49%;
  }
}
@media (max-width: 600px) {
  .flex2-column-works {
    width: 100%;
  }
}

/*------------フレックスボックス3カラム----------------*/
.flex3-column {
  flex-grow: 0;
  box-sizing: border-box;
}
@media (min-width: 601px) {
  .flex3-column {
    width: 32%;
  }
}
@media (max-width: 600px) {
  .flex3-column {
    width: 100%;
  }
}

/*白背景ボックス*/
.flex3-column-white {
  flex-grow: 0;
  box-sizing: border-box;
  border-radius: 15px;
  background-color: #ffffff;
  padding: 20px;
  margin-bottom: 24px;
}
@media (min-width: 601px) {
  .flex3-column-white {
    width: 32.5%;
  }
}
@media (max-width: 600px) {
  .flex3-column-white {
    width: 100%;
  }
}

.flex3-2-column {
  flex-grow: 0;
  box-sizing: border-box;
}
@media (min-width: 601px) {
  .flex3-2-column {
    width: 32%;
  }
}
@media (max-width: 600px) {
  .flex3-2-column {
    width: 49%;
  }
}

.flex24 {
  flex-grow: 0;
  box-sizing: border-box;
}
@media (min-width: 601px) {
  .flex24 {
    width: 24%;
  }
}
@media (max-width: 600px) {
  .flex24 {
    width: 100%;
  }
}

.flex37 {
  flex-grow: 0;
  box-sizing: border-box;
}
@media (min-width: 601px) {
  .flex37 {
    width: 37%;
  }
}
@media (max-width: 600px) {
  .flex37 {
    width: 100%;
  }
}

/*------------フレックスボックス2カラム 70--30 sp100----------------*/
.area-30-70 .flex-wrp {
  padding: 60px 0;
}
.area-30-70 .flex-wrp-reverse {
  padding: 60px 0;
}
.area-30-70 h3 {
  color: #524f4d;
  font-size: 38px;
  margin-top: 30px;
}
.area-30-70 p {
  padding: 0 20px;
}
.area-30-70 img {
  display: block;
  text-align: center;
}
@media (max-width: 600px) {
  .area-30-70 img {
    width: 50%;
    height: 50%;
  }
}
.area-30-70 hr {
  width: 95%;
  margin: -10px auto 20px auto;
  border-top: 1px solid #cccccc;
}
.area-30-70 .box-name {
  color: #524f4d;
  margin: 24px 0px 8px 0px;
}
.area-30-70 .box-massage {
  color: #524f4d;
  font-size: 20px;
  font-weight: bold;
  margin: 0px 0px 24px 0px;
}

.flex2-column-70 {
  flex-grow: 0;
  box-sizing: border-box;
}
@media (min-width: 601px) {
  .flex2-column-70 {
    width: 69%;
  }
}
@media (max-width: 600px) {
  .flex2-column-70 {
    width: 100%;
  }
}

.flex2-column-30 {
  flex-grow: 0;
  box-sizing: border-box;
}
@media (min-width: 601px) {
  .flex2-column-30 {
    width: 29%;
  }
}
@media (max-width: 600px) {
  .flex2-column-30 {
    width: 100%;
  }
}

/*------------文章揃え、装飾---------------*/
.txtcenter {
  text-align: center;
}

.txtright {
  text-align: right;
}

.bold {
  font-weight: bold;
}

/*下線マーカー*/
.marker-yellow {
  background: linear-gradient(transparent 70%, #fee661 0%);
}

/*------------画像可変---------------*/
.imgsizing {
  width: 100%;
  height: 100%;
}

/*--------------------ボタン関連----------------------*/
.button-layout {
  -webkit-filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.4));
  -moz-filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.4));
  -ms-filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.4));
}
@media (min-width: 601px) {
  .button-layout {
    width: 100%;
    margin: 0 auto 24px auto;
  }
}
@media (max-width: 600px) {
  .button-layout {
    width: 100%;
    margin: 0 auto 24px auto;
  }
}

.button-layout-50-100 {
  -webkit-filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.4));
  -moz-filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.4));
  -ms-filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.4));
}
@media (min-width: 601px) {
  .button-layout-50-100 {
    width: 50%;
    margin: 0 auto 24px auto;
  }
}
@media (max-width: 600px) {
  .button-layout-50-100 {
    width: 100%;
    margin: 0 auto 24px auto;
  }
}

@media (min-width: 601px) {
  .white-back-button {
    border-radius: 50px;
    background-color: #ffffff;
    height: 80px;
    width: 450px;
    margin: 0 auto;
  }
}

/* トップへ戻るボタン*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 200;
}
@media (min-width: 601px) {
  #page-top {
    font-size: 77%;
  }
}
@media (max-width: 600px) {
  #page-top {
    font-size: 80%;
  }
}
#page-top a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  background-color: rgba(102, 102, 102, 0.8);
}
@media (min-width: 601px) {
  #page-top a {
    width: 90px;
    padding: 20px 0;
  }
}
@media (max-width: 600px) {
  #page-top a {
    width: 60px;
    padding: 10px 0;
    line-height: 160%;
  }
}
#page-top a:hover {
  text-decoration: none;
  background: #999;
}

/*-------------------画像サイズ---------------*/
.img-layout-1colmn-25 {
  margin-bottom: 24px;
}
@media (min-width: 601px) {
  .img-layout-1colmn-25 {
    width: 25%;
    margin: 0 auto 24px auto;
  }
}
@media (max-width: 600px) {
  .img-layout-1colmn-25 {
    width: 50%;
    margin: 0 auto 24px auto;
  }
}

@media (min-width: 601px) {
  .img-layout-100 {
    width: 100%;
    margin: 0 auto 24px auto;
  }
}
@media (max-width: 600px) {
  .img-layout-100 {
    width: 100%;
    margin: 0 auto 24px auto;
  }
}

@media (min-width: 601px) {
  .img-layout-80 {
    width: 80%;
    margin: 0 auto 24px auto;
  }
}
@media (max-width: 600px) {
  .img-layout-80 {
    width: 80%;
    margin: 0 auto 24px auto;
  }
}

@media (min-width: 601px) {
  .img-layout-60-80 {
    width: 60%;
    margin: 0 auto 24px auto;
  }
}
@media (max-width: 600px) {
  .img-layout-60-80 {
    width: 80%;
    margin: 0 auto 24px auto;
  }
}

.img-layout-100-box {
  position: relative;
  -moz-box-shadow: -30px -32px 0px 3px #fff45f;
  -webkit-box-shadow: -30px -32px 0px 3px #fff45f;
  -ms-box-shadow: -30px -32px 0px 3px #fff45f;
  box-shadow: -30px -32px 0px 3px #ffe659;
}
@media (min-width: 601px) {
  .img-layout-100-box {
    width: 100%;
    margin: 0 auto 24px auto;
  }
}
@media (max-width: 600px) {
  .img-layout-100-box {
    width: 100%;
    margin: 0 auto 24px auto;
  }
}

.img-layout-50-80-box {
  position: relative;
  -moz-box-shadow: -30px -32px 0px 3px #fff45f;
  -webkit-box-shadow: -30px -32px 0px 3px #fff45f;
  -ms-box-shadow: -30px -32px 0px 3px #fff45f;
  box-shadow: -30px -32px 0px 3px #ffe659;
}
@media (min-width: 601px) {
  .img-layout-50-80-box {
    width: 50%;
    margin: 0 auto 24px auto;
  }
}
@media (max-width: 600px) {
  .img-layout-50-80-box {
    width: 80%;
    margin: 0 auto 24px auto;
  }
}

@media (min-width: 601px) {
  .img-layout-mb0 {
    width: 100%;
    margin: 0 auto 0px auto;
  }
}
@media (max-width: 600px) {
  .img-layout-mb0 {
    width: 100%;
    margin: 0 auto 0px auto;
  }
}

.img-layout-works {
  -webkit-filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.4));
  -moz-filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.4));
  -ms-filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.4));
}
@media (min-width: 601px) {
  .img-layout-works {
    width: 100%;
    margin: 0 auto 24px auto;
  }
}
@media (max-width: 600px) {
  .img-layout-works {
    width: 100%;
    margin: 0 auto 24px auto;
  }
}
.img-layout-works:hover {
  filter: drop-shadow(7px 9px 5px #666);
}

/*-------------------画像ズーム---------------*/
.zoom-frame451 {
  margin: 0 auto;
}
@media (min-width: 601px) {
  .zoom-frame451 {
    width: 451px;
  }
}

.zoom-frame294 {
  margin: 0 auto;
}
@media (min-width: 601px) {
  .zoom-frame294 {
    width: 294px;
  }
}

/*1カラム*/
.zoom {
  overflow: hidden;
}
.zoom img {
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}
@media (min-width: 601px) {
  .zoom img {
    width: 100%;
    margin: 0 auto 0 auto;
  }
}
@media (max-width: 600px) {
  .zoom img {
    width: 100%;
    margin: 0 auto 0 auto;
  }
}
.zoom img:hover {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

/* -----------スクロールフェードイン-----------*/
.fadein {
  opacity: 0;
  transform: translateY(80px);
  transition: all 1s;
}

/*------------------罫線----------------*/
/*画像枠線*/
.img-border {
  outline: 1px solid #524f4d;
  outline-offset: 0;
}

.img-border-gray4 {
  outline: 4px solid #dcdbdb;
  outline-offset: 0;
}

.border-bold {
  outline: 3px solid #524f4d;
}

.img-border-txt {
  outline: 2px solid #524f4d;
  outline-offset: 7px;
}

/*水平線*/
.hr80 {
  width: 50%;
  margin: 0 auto 90px auto;
  background-color: #cccccc;
}

.img-border-gray4 {
  outline: 4px solid #cccccc;
  outline-offset: 0;
}

.border-bold {
  outline: 3px solid #524f4d;
}

.img-border-txt {
  outline: 2px solid #524f4d;
  outline-offset: 7px;
}

/*------------リスト関連---------------*/
.list-standard {
  margin: 40px 0 40px 0px;
}
.list-standard li {
  margin: 0 0 16px 56px;
  font-weight: bold;
}

@media (max-width: 600px) {
  .list-dl01-standard {
    padding: 0 20px;
  }
}
.list-dl01-standard dt {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 8px;
  color: #524f4d;
}
.list-dl01-standard dd {
  margin-bottom: 24px;
  color: #524f4d;
}

.li-disc {
  margin-bottom: -20px;
}
.li-disc li {
  list-style-type: disc;
  margin-left: 20px;
}

/*------------マージン調整---------------*/
/*ボトム*/
.mb0 {
  margin-bottom: 0px;
}

.mb8 {
  margin-bottom: 8px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb24 {
  margin-bottom: 24px;
}

.mb48 {
  margin-bottom: 48px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb72 {
  margin-bottom: 72px;
}

.mb90 {
  margin-bottom: 90px;
}

/*トップ*/
.mt24 {
  margin-top: 24px;
}

.mt32 {
  margin-top: 32px;
}

.mt60 {
  margin-top: 60px;
}

.mt-u2 {
  margin-top: -3px;
}

.mt-u52 {
  margin-top: -52px;
}

/*デバイス別*/
@media (min-width: 601px) {
  .mb24-sp48 {
    margin-bottom: 24px;
  }
}
@media (max-width: 600px) {
  .mb24-sp48 {
    margin-top: 48px;
    margin-bottom: 24px;
  }
}

@media (max-width: 600px) {
  .mbsp48 {
    margin-bottom: 48px;
  }
}

@media (max-width: 600px) {
  .mbsp60 {
    margin-bottom: 60px;
  }
}

@media (max-width: 600px) {
  .mbsp80 {
    margin-bottom: 80px;
  }
}

/*ヘッダー最上部の帯*/
.headertop-back {
  width: 100%;
  background-color: #524e4d;
  height: 30px;
}
.headertop-back .flex-middle {
  display: flex;
  /* Flexboxを使う親要素（フレックスコンテナ）に指定する */
  align-items: center;
  /*  親要素から上に揃えて配置する */
  flex-flow: nowrap;
  /*  要素の折り返し設定 */
}
@media (min-width: 601px) {
  .headertop-back .flex-middle {
    height: 35px;
  }
}
@media (max-width: 600px) {
  .headertop-back .flex-middle {
    height: 30px;
    justify-content: center;
  }
}
.headertop-back p {
  font-size: 12px;
  color: #ffffff;
  margin-bottom: 0px;
  margin-left: 20px;
}

/*ヘッダーコンテンツ白背景部分*/
@media (min-width: 601px) {
  .header-cont {
    height: 88px;
    position: relative;
  }
}
@media (max-width: 600px) {
  .header-cont {
    height: 90px;
    position: relative;
  }
}
.header-cont .neko-suwaru {
  position: absolute;
  background-image: url(../img/neko-suwaru.png);
  background-repeat: no-repeat;
  z-index: 999px;
}
@media (min-width: 601px) {
  .header-cont .neko-suwaru {
    top: 14px;
    left: 40px;
    background-size: 80%;
    width: 83px;
    height: 112px;
  }
}
@media (max-width: 600px) {
  .header-cont .neko-suwaru {
    top: 10px;
    left: 15px;
    background-size: 80%;
    width: 67px;
    height: 90px;
  }
}
.header-cont .h1img {
  position: absolute;
}
@media (min-width: 601px) {
  .header-cont .h1img {
    top: 15px;
    left: 100px;
    max-width: 150px;
    max-height: 70px;
  }
}
@media (max-width: 600px) {
  .header-cont .h1img {
    left: 65px;
    top: 20px;
    max-width: 135px;
    max-height: 63px;
  }
}
@media (min-width: 601px) {
  .header-cont .disc-layout {
    position: absolute;
    top: 27px;
    left: 265px;
    font-size: 13px;
    font-weight: bold;
    line-height: 120%;
  }
}
@media (min-width: 601px) {
  .header-cont .img-contact {
    position: absolute;
    top: 30px;
    right: 260px;
    max-width: 175px;
    max-height: 35px;
  }
}
@media (min-width: 601px) {
  .header-cont .info {
    list-style-type: none;
    position: absolute;
    right: 40px;
    top: 11px;
    font-weight: bold;
    color: #524f4d;
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .header-cont .info {
    position: absolute;
    right: 0px;
    width: 150px;
  }
}
.header-cont .tel {
  font-size: 24px;
}
.header-cont .time {
  color: #cb1386;
}
.header-cont .flex-info {
  display: flex;
  /* Flexboxを使う親要素（フレックスコンテナ）に指定する */
  align-items: center;
  /*  親要素から上に揃えて配置する */
  flex-flow: nowrap;
  /*  要素の折り返し設定 */
  justify-content: space-between;
  height: 100px;
}
.header-cont .img-mail {
  max-width: 60px;
  max-height: 60px;
}
.header-cont .img-tel {
  max-width: 60px;
  max-height: 60px;
}
.header-cont .f50 {
  flex-grow: 0;
  box-sizing: border-box;
  width: 50%;
  min-width: 50%;
}

/*グロナビ*/
.gnavi-back {
  height: 60px;
  width: 100%;
  position: relative;
  background-color: #524f4d;
  z-index: 900;
  /*コンテンツを上に表示させる*/
}

.g-navi {
  height: 60px;
  width: 930px;
  display: flex;
  position: absolute;
  right: 0px;
  /* Flexboxを使う親要素（フレックスコンテナ）に指定する */
  justify-content: space-between;
  /*  両端から左右へ均等に配置する */
  /*  親要素から上下の中央に配置する */
  align-items: center;
  flex-wrap: wrap;
}

.g-navi-box {
  height: 60px;
  width: 16.6666666%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  flex-grow: 0;
  /*ナビ内リスト*/
}
.g-navi-box a {
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  padding: 18px 0;
  color: #fff;
}
.g-navi-box a:hover {
  background: #f1fb25;
  color: #FFF;
  transition: 1s;
}
.g-navi-box:hover ul li {
  height: 60px;
  width: 100%;
  box-sizing: border-box;
  border-top: 1px dashed  #CCC;
}
.g-navi-box ul {
  width: 16.6666%;
  position: absolute;
  top: 60px;
  list-style: none;
}
.g-navi-box ul li {
  height: 0px;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  -moz-transition: .7s;
  /*ここでサブナビをゆっくり表示する*/
  -webkit-transition: .7s;
  /*ここでサブナビをゆっくり表示する*/
  -o-transition: .7s;
  /*ここでサブナビをゆっくり表示する*/
  -ms-transition: .7s;
  /*ここでサブナビをゆっくり表示する*/
  transition: .7s;
  /*ここでサブナビをゆっくり表示する*/
}
.g-navi-box ul li a {
  box-sizing: border-box;
  padding: 20px 0px;
  background: #ccc;
  color: #333;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.g-navi-box ul li a:hover {
  color: #524f4d;
  background: #f1fb25;
  transition: color 1s　,background-color 1s;
  opacity: 0.9;
}

/*フッターメニュー*/
.flex-wrp-nowrap-center {
  display: flex;
  /* Flexboxを使う親要素（フレックスコンテナ）に指定する */
  justify-content: space-between;
  /*  両端から左右へ均等に配置する */
  align-items: flex-start;
  /*  親要素から上に揃えて配置する */
  flex-flow: nowrap;
  /*  要素の折り返し設定 */
}

.cont-frame-0 {
  padding: 0px 20px 0px 20px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  /*border:#333 1px solid;*/
}
@media (min-width: 601px) {
  .cont-frame-0 {
    max-width: 960px;
  }
}
@media (max-width: 600px) {
  .cont-frame-0 {
    width: 100%;
  }
}

.flex3-column-spmenu {
  flex-grow: 0;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .flex3-column-spmenu {
    width: 30%;
    min-width: 30%;
  }
}

/* SPメニュー*/
#page-menu {
  position: fixed;
  right: 0px;
  bottom: -30px;
  z-index: 200;
  width: 70%;
}
@media (min-width: 601px) {
  #page-menu {
    font-size: 77%;
  }
}
@media (max-width: 600px) {
  #page-menu {
    font-size: 80%;
  }
}

/* ドロップダウンメニュー*/
#menu-list {
  display: none;
  box-sizing: border-box;
  background: #333;
  border-top: 2px solid #03C;
  position: fixed;
  z-index: 999;
  left: 0px;
  width: 100%;
  top: 0px;
}

#menu-list .lists {
  padding: 0;
  margin: 0;
}

#menu-list li {
  border-bottom: 1px solid #aeaeae;
  list-style: none;
}

#menu-list li a {
  display: block;
  padding: 1em 1em 1em 0.5em;
  position: relative;
  color: #FFF;
  font-size: 1em;
  line-height: 1.5em;
  text-decoration: none;
}

#menu-list li a:hover {
  background: #eee;
}

#menu-list li a:after {
  content: "";
  width: 0.6em;
  height: 0.6em;
  display: block;
  margin: -4px 0 0 0;
  position: absolute;
  top: 50%;
  right: 5%;
  border-top: solid 1px #aeaeae;
  border-right: solid 1px #aeaeae;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#menu-list li.nav-contact {
  border-bottom: none;
}

#menu-list li.nav-contact a {
  color: #C13332;
}

#menu-list .list-close {
  background: #cccccc;
  margin: 0;
  padding: 15px 0;
  font-weight: bold;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  border-bottom: 2px solid #524f4d;
}

#menu-list .list-close:hover {
  background: #eee;
}

/*------------フッター----------------*/
footer {
  color: #ffffff;
  text-align: center;
}
footer .cont-back-footer {
  width: 100%;
  position: relative;
  background-color: #524e4d;
  position: relative;
}
footer .neko-taberu {
  position: absolute;
  top: -80px;
  background-image: url(../img/neko-taberu@2x.png);
  background-repeat: no-repeat;
  background-size: 100%;
  max-width: 212px;
  width: 212px;
  height: 88px;
  max-height: 88px;
  z-index: 999px;
}
@media (min-width: 601px) {
  footer .neko-taberu {
    right: 90px;
  }
}
@media (max-width: 600px) {
  footer .neko-taberu {
    right: 20px;
  }
}
footer .title {
  display: block;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 16px;
}
footer p {
  color: #ffffff;
}
@media (min-width: 601px) {
  footer .img-layout {
    width: 25%;
    margin: 50%;
  }
}
@media (max-width: 600px) {
  footer .img-layout {
    width: 25%;
    margin: 50%;
  }
}
footer .copyright {
  font-size: 14px;
  margin-bottom: 0px;
  display: block;
}

/*-------------MVエリア-------------*/
.mv-area img {
  width: 100%;
}

.mv {
  background-image: url(../img/mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 500px;
}

/*-------------相談エリア-------------*/
.soudan-area p {
  margin-bottom: 40px;
}
@media (min-width: 601px) {
  .soudan-area p {
    padding: 0 30px;
  }
}
@media (max-width: 600px) {
  .soudan-area p {
    padding: 0 0px;
  }
}

/*-------2カラム-2-------*/
.works-title {
  width: 100%;
  height: 40px;
  background-color: #efefef;
  color: #524f4d;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.junle1 {
  padding: 0 10px;
  height: 30px;
  display: flex;
  align-items: center;
  background-color: #909403;
  color: #ffffff;
  position: absolute;
  top: 6%;
  left: 3%;
  z-index: 999;
  font-size: 14px;
  -webkit-filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.4));
  -moz-filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.4));
  -ms-filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.6));
}

.junle2 {
  padding: 0 10px;
  height: 30px;
  display: flex;
  align-items: center;
  background-color: #0000cd;
  color: #ffffff;
  position: absolute;
  top: 6%;
  left: 3%;
  z-index: 999;
  font-size: 14px;
  -webkit-filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.4));
  -moz-filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.4));
  -ms-filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.6));
}

/*-------------グラフ-１-------------*/
.graph1-wrp {
  font-size: 16px;
}
.graph1-wrp .graph1-strong {
  font-size: 24px;
  font-weight: bold;
}
.graph1-wrp .graph1-subject dt {
  height: 80px;
}
.graph1-wrp .graph1-subject dd {
  background-color: #524f4d;
  padding: 25px 0;
  color: #ffffff;
  border-bottom: solid 1px #ffffff;
  box-sizing: border-box;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.graph1-wrp .graph1-cont {
  margin-bottom: 24px;
}
.graph1-wrp .graph1-cont dt {
  color: #ffffff;
  height: 80px;
  background-color: #cb1386;
  box-sizing: border-box;
}
@media (min-width: 601px) {
  .graph1-wrp .graph1-cont dt {
    padding: 15px 0;
  }
}
@media (max-width: 600px) {
  .graph1-wrp .graph1-cont dt {
    padding: 8px 0;
    margin-bottom: 16px;
  }
}
.graph1-wrp .graph1-cont .subject-sp {
  background-color: #524f4d;
  padding: 10px 0;
  color: #ffffff;
  border-bottom: solid 1px #ffffff;
  box-sizing: border-box;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.graph1-wrp .graph1-cont dd {
  color: #524f4d;
  background-color: #f3f2eb;
  padding: 25px 0;
  box-sizing: border-box;
  height: 70px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: solid 1px #ffffff;
}

/*------------------グラフ-2----------------*/
.table-title {
  widows: 100%;
  height: 60px;
  box-sizing: border-box;
  padding-top: 17px;
  background-color: #524f4d;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.graph2-wrp {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 72px;
}
.graph2-wrp h3 {
  margin-bottom: 24px;
}
.graph2-wrp th {
  width: 40%;
  box-sizing: border-box;
  background-color: #efefef;
  color: #524f4d;
  text-align: center;
  border-bottom: #524f4d 1px solid;
  border-top: #524f4d 1px solid;
  padding: 15px 0 10px 10px;
}
.graph2-wrp td {
  width: 60%;
  box-sizing: border-box;
  border-bottom: solid 1px #524f4d;
  border-top: solid 1px #524f4d;
  text-align: left;
  padding: 15px 0 10px 10px;
}

/*------------------テキストボックス----------------*/
.textbox-1 {
  margin-bottom: 64px;
  box-sizing: border-box;
  border: 8px solid #dcdbdb;
  padding: 32px 20px;
}
.textbox-1 ul {
  list-style-type: none;
}
.textbox-1 li {
  margin-bottom: 16px;
}

.textbox-pink {
  padding: 10px 20px;
  background-color: #cb1386;
  color: #ffffff;
  text-align: center;
  box-sizing: border-box;
  width: 90%;
  margin: 0 auto 16px auto;
  border-radius: 5px;
}

/*-------------ニュースエリア-------------*/
.news-area {
  position: relative;
}
.news-area .news-wrap {
  background-color: #ffffff;
}
@media (min-width: 601px) {
  .news-area .news-wrap {
    padding: 64px 90px;
    border-radius: 30px;
  }
}
@media (max-width: 600px) {
  .news-area .news-wrap {
    padding: 64px 10px;
    border-radius: 30px;
  }
}
.news-area hr {
  height: 2px;
  background-color: #cccccc;
  border: none;
}
@media (min-width: 601px) {
  .news-area hr {
    margin-bottom: 24px;
    margin-left: -5%;
    width: 110%;
  }
}
@media (max-width: 600px) {
  .news-area hr {
    margin-bottom: 24px;
    width: 100%;
  }
}
.news-area dt {
  font-weight: bold;
}
@media (min-width: 601px) {
  .news-area dt {
    float: left;
  }
}
@media (max-width: 600px) {
  .news-area dt {
    text-align: center;
    margin-bottom: 8px;
  }
}
.news-area dd {
  margin-bottom: 16px;
  padding-left: 20px;
}
@media (min-width: 601px) {
  .news-area dd {
    margin-left: 100px;
  }
}
@media (max-width: 600px) {
  .news-area dd {
    padding: 10px;
    line-height: 140%;
  }
}
.news-area dd:last-child {
  margin-bottom: 0px;
}
.news-area dd a {
  color: #524f4d;
}
.news-area dd a:hover {
  opacity: 0.5;
  transition: 0.5s;
}

/*-------------カレンダーエリア-------------*/
.cal_wrapper {
  max-width: 640px;
  min-width: 300px;
  margin: 2.0833% auto;
}

.googlecal {
  position: relative;
  padding-bottom: 100%;
  height: 0;
}

.googlecal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (min-width: 768px) {
  .googlecal {
    padding-bottom: 75%;
  }
}
/*---------------タブコンテンツ---------------*/
.tab {
  border-bottom: #9ec34b 3px solid;
}

.tab div {
  width: 50%;
  min-width: 50%;
  margin: 0px 0 0px 0;
  box-sizing: border-box;
  flex-grow: 0;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
  border-left: 2px solid #888888;
  border-radius: 5px 5px 0px 0px;
  box-sizing: border-box;
  padding: 15px 0 10px 0;
  /*cursor: pointer;*/
  transition: .5s;
  font-size: 18px;
  font-weight: bolder;
  top: 9px;
  position: relative;
}

.tab div:hover {
  background-color: #cccccc;
  border-top: 2px solid #cccccc;
  border-right: 2px solid #cccccc;
  border-left: 2px solid #cccccc;
  box-sizing: border-box;
}

.tab div.active {
  color: #fff;
  background: #9ec34b;
  border-top: 2px solid #9ec34b;
  border-right: 2px solid #9ec34b;
  border-left: 2px solid #9ec34b;
  cursor: auto;
  padding: 17px 0;
  top: 0px;
  position: relative;
  cursor: url(../img/pointer.png), auto;
}

.area section {
  display: none;
}

.area section.show {
  display: block;
}

/*------------モーダル---------------*/
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  overflow: scroll;
}

.modal__bg {
  background: rgba(50, 50, 50, 0.8);
  height: 100%;
  position: absolute;
  width: 100%;
}

.modal__content {
  width: 70%;
  height: 60%;
  overflow-y: auto;
  position: fixed;
  top: 45%;
  bottom: 0;
  left: 50%;
  padding: 40px;
  background: #fff;
  border: #CCC 5px solid;
  border-radius: 5px;
  transform: translate(-50%, -50%);
  margin-left: -9px;
}
.modal__content h3 {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 32px;
  text-align: center;
}
.modal__content p {
  margin-bottom: 32px;
}
.modal__content hr {
  border: #ccc 2px solid;
  border-radius: 3px;
  margin-bottom: 32px;
}

.modalback-btn {
  width: 70px;
  height: 36px;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-color: #ccc;
  z-index: 999;
  position: absolute;
  top: 88%;
  left: 47%;
}

.modalback-btn a {
  display: block;
  padding: 6px 10px 10px 10px;
}

/*-------QA-------*/
/*---------------------------------
アコーディオンボックス
--------------------------------*/
@media (max-width: 600px) {
  .dragonash {
    color: #ffffff;
    width: 80%;
    line-height: 120%;
  }
}

.acbox {
  width: auto;
  font-size: 0px;
  /* ラベルと開く部分を分離する時は数値を入れる */
  margin: 0 10px 60px 10px;
  /* ボックス全体の位置調整 */
}

.acbox label {
  width: auto;
  height: 40px;
  font-size: 16px;
  /* ラベルの文字サイズ */
  font-weight: bold;
  text-align: center;
  background: #cb1386;
  /* ラベルの背景色 */
  position: relative;
  display: block;
  border-radius: 4px;
  /* ラベルの角の丸み */
  cursor: pointer;
  color: #fff;
  border-radius: 15px;
  display: flex;
  align-items: center;
}
@media (min-width: 601px) {
  .acbox label {
    padding: 8px;
  }
}
@media (max-width: 600px) {
  .acbox label {
    padding: 16px 38px 16px 10px;
  }
}

.acbox label:hover {
  opacity: 0.6;
  transition: 0.5s;
}

.q-head {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #524f4d;
  margin: 0 8px;
}
@media (min-width: 601px) {
  .q-head {
    height: 40px;
    width: 40px;
    border-radius: 20px;
  }
}
@media (max-width: 600px) {
  .q-head {
    height: 36px;
    width: 36px;
    border-radius: 18px;
  }
}

.acbox input {
  display: none;
}

.acbox label:after {
  color: #fff;
  content: "▼";
  /* ラベルのアイコン */
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -10px;
}

.acbox input:checked ~ label::after {
  content: "▲";
  /* ラベルをクリックした後のアイコン */
}

.acbox div {
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: 0.7s;
  /* 開閉スピードの設定 */
}

.acbox input:checked ~ div {
  height: auto;
  padding: 18px;
  /* 開いた部分の枠内の余白 */
  border-radius: 0px;
  background: #ffffff;
  /* 開いた部分の背景色 */
  opacity: 1;
}

.acbox input:checked ~ label {
  background: #cb1386;
  /* クリック後のラベルの背景色 */
}

.acbox-under {
  font-size: 16px;
  /* 開いた部分の文字サイズ */
}

/*-----ボタン-------*/
.button-1 a {
  color: #524f4d;
  padding: 10px 20px;
  border: 1px solid #524f4d;
  box-sizing: border-box;
}
.button-1 a:hover {
  color: #524f4d;
  transition: 0.5s;
  background-color: #f1fb25;
  cursor: pointer;
}

.badge-relative {
  position: relative;
}

/*-------WORKS-------*/
.works-title {
  width: 100%;
  height: 40px;
  background-color: #efefef;
  color: #524f4d;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.junle-corpolate {
  padding: 0 10px;
  height: 30px;
  display: flex;
  align-items: center;
  background-color: #cb1386;
  color: #ffffff;
  position: absolute;
  top: 6%;
  left: 3%;
  z-index: 999;
  font-size: 14px;
  -webkit-filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.4));
  -moz-filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.4));
  -ms-filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.6));
}

.junle-official {
  padding: 0 10px;
  height: 30px;
  display: flex;
  align-items: center;
  background-color: #0000cd;
  color: #ffffff;
  position: absolute;
  top: 6%;
  left: 3%;
  z-index: 999;
  font-size: 14px;
  -webkit-filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.4));
  -moz-filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.4));
  -ms-filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.6));
}

.junle-brand {
  padding: 0 10px;
  height: 30px;
  display: flex;
  align-items: center;
  background-color: #32cd32;
  color: #ffffff;
  position: absolute;
  top: 6%;
  left: 3%;
  z-index: 999;
  font-size: 14px;
  -webkit-filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.4));
  -moz-filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.4));
  -ms-filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.6));
}

.junle-other {
  padding: 0 10px;
  height: 30px;
  display: flex;
  align-items: center;
  background-color: #191970;
  color: #ffffff;
  position: absolute;
  top: 6%;
  left: 3%;
  z-index: 999;
  font-size: 14px;
  -webkit-filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.4));
  -moz-filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.4));
  -ms-filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.6));
}

.junle-shop {
  padding: 0 10px;
  height: 30px;
  display: flex;
  align-items: center;
  background-color: #ff4500;
  color: #ffffff;
  position: absolute;
  top: 6%;
  left: 3%;
  z-index: 999;
  font-size: 14px;
  -webkit-filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.4));
  -moz-filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.4));
  -ms-filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.6));
}

.junle-medical {
  padding: 0 10px;
  height: 30px;
  display: flex;
  align-items: center;
  background-color: #FF99cc;
  color: #ffffff;
  position: absolute;
  top: 6%;
  left: 3%;
  z-index: 999;
  font-size: 14px;
  -webkit-filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.4));
  -moz-filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.4));
  -ms-filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.6));
}

/*猫*/
.neko-shaberu {
  position: absolute;
  top: -65px;
  background-image: url(../img/neko-shaberu@2x.png);
  background-repeat: no-repeat;
  background-size: 100%;
  max-width: 243px;
  width: 243px;
  height: 84px;
  max-height: 243px;
  z-index: 999px;
}

@media (min-width: 601px) {
  .neko-shaberu {
    right: 170px;
  }
}
@media (max-width: 600px) {
  .neko-shaberu {
    right: 20px;
  }
}
.neko-tatu {
  position: absolute;
  top: -95px;
  background-image: url(../img/neko-tatu.png);
  background-repeat: no-repeat;
  background-size: 80%;
  max-width: 83px;
  width: 83px;
  height: 112px;
  max-height: 112px;
  z-index: 999px;
}

@media (min-width: 601px) {
  .neko-tatu {
    left: 150px;
  }
}
@media (max-width: 600px) {
  .neko-tatu {
    left: 20px;
  }
}
/*-------------サブMVエリア-------------*/
.submv-area {
  background-image: url(../img/submv@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  height: 100px;
  min-height: 100px;
}

/*サブページMV*/
.cont-frame-submv {
  padding: 0px 20px 0px 20px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  /*border:#333 1px solid;*/
}
@media (min-width: 601px) {
  .cont-frame-submv {
    max-width: 960px;
  }
}
.cont-frame-submv .flex-middle {
  display: flex;
  /* Flexboxを使う親要素（フレックスコンテナ）に指定する */
  align-items: center;
  /*  親要素から上に揃えて配置する */
  flex-flow: nowrap;
  /*  要素の折り返し設定 */
  height: 130px;
}
.cont-frame-submv .flex-middle p {
  font-weight: bold;
  font-size: 60px;
  font-family: 'Tangerine', cursive;
  -webkit-filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.4));
  -moz-filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.4));
  -ms-filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(2px 2px 5px rgba(100, 100, 100, 0.6));
}

/*----------ページ内メニュー----------*/
.navi-hp .btn-layout-navi-hp {
  -webkit-filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.4));
  -moz-filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.4));
  -ms-filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.4));
}
@media (min-width: 601px) {
  .navi-hp .btn-layout-navi-hp {
    width: 95%;
    margin: 0 auto 24px auto;
  }
}
@media (max-width: 600px) {
  .navi-hp .btn-layout-navi-hp {
    width: 100%;
    margin: 0 auto 24px auto;
  }
}
.navi-hp img {
  -webkit-filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.4));
  -moz-filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.4));
  -ms-filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.4));
}

/*パンくず*/
.cont-frame-bread {
  padding: 16px 20px 0px 20px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  /*border:#333 1px solid;*/
}
@media (min-width: 601px) {
  .cont-frame-bread {
    max-width: 960px;
  }
}

.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumb li {
  display: inline;
  /*横に並ぶように*/
  list-style: none;
}
.breadcrumb li:after {
  /* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #555;
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a {
  text-decoration: none;
  color: #524e4d;
  /*色*/
}
.breadcrumb li a:hover {
  text-decoration: underline;
}

/*-------------下層ページコンテンツ-------------*/
.contact-sent {
  margin-top: 24px;
  font-size: 20px;
  font-weight: bold;
  line-height: 180%;
}

.tel-sent {
  font-size: 32px;
}

.teltime-sent {
  color: #cb1386;
}

/*------------実績--------*/
.table-type1-mb24 {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
}
.table-type1-mb24 h3 {
  margin-bottom: 24px;
}
.table-type1-mb24 th {
  width: 40%;
  box-sizing: border-box;
  background-color: #efefef;
  color: #524f4d;
  text-align: center;
  border-bottom: #524f4d 1px solid;
  border-top: #524f4d 1px solid;
  padding: 15px 0 10px 10px;
}
.table-type1-mb24 td {
  width: 60%;
  box-sizing: border-box;
  border-bottom: solid 1px #524f4d;
  border-top: solid 1px #524f4d;
  text-align: left;
  padding: 15px 0 10px 10px;
}

.border-work a {
  color: #524f4d;
  padding: 10px 20px;
  border: 2px solid #524f4d;
  box-sizing: border-box;
}
.border-work a:hover {
  color: #524f4d;
  transition: 0.5s;
  background-color: #f1fb25;
  cursor: pointer;
}

.badge-relative {
  position: relative;
}

.btn-works-back {
  display: flex;
  align-items: center;
  background-color: #524f4d;
  color: #ffffff;
  width: 120px;
  margin: 0 auto 72px auto;
  z-index: 999;
  font-size: 16px;
  border-radius: 5px;
}
.btn-works-back a {
  color: #ffffff;
  box-sizing: border-box;
  width: 120px;
  display: block;
  padding: 5px 10px;
}
.btn-works-back a:hover {
  color: #524f4d;
  transition: 0.5s;
  background-color: #f1fb25;
  cursor: pointer;
  border-radius: 5px;
}

/*------------HP--------*/
/*制作の流れ*/
.list-flow {
  margin-bottom: 90px;
}
.list-flow li {
  height: 40px;
  background-color: #cb1386;
  box-sizing: border-box;
  list-style-type: none;
  margin: 30px auto;
  color: #ffffff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 601px) {
  .list-flow li {
    width: 60%;
  }
}
@media (max-width: 600px) {
  .list-flow li {
    width: 100%;
  }
}
.list-flow li:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #cb1386 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
.list-flow li:last-child:after {
  content: none;
}

/*price-page*/
@media (max-width: 600px) {
  .price-pagemenu div {
    margin-bottom: 24px;
  }
}
.price-pagemenu a {
  color: #524f4d;
  font-size: 24px;
  font-weight: bold;
}
.price-pagemenu a:hover {
  opacity: 0.5;
  transition: 0.5s;
}
.price-pagemenu a:visited {
  color: #524f4d;
}

/*QRTシャツ*/
.qr-page h2:before {
  background: url(../img/h2@2x-qr.png) no-repeat;
  background-size: contain;
}
.qr-page .acbox label {
  background: #666666;
  /* ラベルの背景色 */
}
.qr-page .graph1-cont dt {
  background-color: #666666;
}

.slider01 {
  margin: 0px auto;
  width: 50%;
}

.slider01 img {
  height: auto;
  width: 100%;
}

/*slick setting*/
.slick-prev:before,
.slick-next:before {
  color: #000;
}

.slider02 {
  margin: 0px auto;
  width: 50%;
}

.slider02 img {
  height: auto;
  width: 100%;
}

/*# sourceMappingURL=total.css.map */
