@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.dnone {
  display: none; }

.effect01 {
  opacity: 0;
  transition: .8s; }

@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff") format("woff"), url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff2") format("woff2"); }
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Medium.woff") format("woff"), url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Medium.woff2") format("woff2"); }
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Bold.woff") format("woff"), url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Bold.woff2") format("woff2"); }
/* ================================================================= 
================================================================= */
@font-face {
  font-family: "Custom Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 300; }
@font-face {
  font-family: "Custom Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 500; }
@font-face {
  font-family: "Custom Yu Gothic";
  src: local("Yu Gothic");
  font-weight: bold; }
.gutter {
  padding-right: 20px; }

.col-1 {
  width: 7.33333% !important; }

.col-2 {
  width: 15.66667% !important; }

.col-3 {
  width: 24% !important; }

.col-4 {
  width: 32.33333% !important; }

.col-5 {
  width: 40.66667% !important; }

.col-6 {
  width: 49% !important; }

.col-7 {
  width: 57.33333% !important; }

.col-8 {
  width: 65.66667% !important; }

.col-9 {
  width: 74% !important; }

.col-10 {
  width: 82.33333% !important; }

.col-11 {
  width: 90.66667% !important; }

.col-12 {
  width: 100% !important; }

.gutterL {
  margin-left: 20px !important; }

.mauto {
  margin: 0 auto; }

.mra {
  margin-right: auto !important; }

.mla {
  margin-left: auto !important; }

@media only screen and (max-width: 768px) {
  .col-tb-1 {
    width: 7.33333% !important; }

  .col-tb-2 {
    width: 15.66667% !important; }

  .col-tb-3 {
    width: 24% !important; }

  .col-tb-4 {
    width: 32.33333% !important; }

  .col-tb-5 {
    width: 40.66667% !important; }

  .col-tb-6 {
    width: 49% !important; }

  .col-tb-7 {
    width: 57.33333% !important; }

  .col-tb-8 {
    width: 65.66667% !important; }

  .col-tb-9 {
    width: 74% !important; }

  .col-tb-10 {
    width: 82.33333% !important; }

  .col-tb-11 {
    width: 90.66667% !important; }

  .col-tb-12 {
    width: 100% !important; }

  .col-tb-12.gutter {
    padding-right: 0; } }
@media only screen and (max-width: 468px) {
  .col-sp-1 {
    width: 7.33333% !important; }

  .col-sp-2 {
    width: 15.66667% !important; }

  .col-sp-3 {
    width: 24% !important; }

  .col-sp-4 {
    width: 32.33333% !important; }

  .col-sp-5 {
    width: 40.66667% !important; }

  .col-sp-6 {
    width: 49% !important; }

  .col-sp-7 {
    width: 57.33333% !important; }

  .col-sp-8 {
    width: 65.66667% !important; }

  .col-sp-9 {
    width: 74% !important; }

  .col-sp-10 {
    width: 82.33333% !important; }

  .col-sp-11 {
    width: 90.66667% !important; }

  .col-sp-12 {
    width: 100% !important; }

  .col-sp-12.gutter {
    padding-right: 0; } }
/* @mixin tab{*/
/* 	@media only screen and (max-width: 768px){*/
/* 		@content;*/
/* 	}*/
/* }*/
/*================== @flex =================*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.fww {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.jusconBW {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.jusconAR {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

/* html {
  font-size: 62.5%; } */

body {
  overflow: hidden;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  margin: 0 auto;
  line-height: 1.8;
  color: #333;
  /* font-size: 15px;  */
}
  /* body p {
    font-size: 1.6rem; }
  body li {
    font-size: 1.6rem; } */
  body img {
    vertical-align: bottom; }

.inner {
  margin: 0 auto; }

.posR {
  position: relative; }

.z1 {
  z-index: 1; }

/*a{-webkit-tap-highlight-color: #cccccc;}*/
a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

a {
  color: #303030;
  text-decoration: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s; }

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

b {
  font-weight: bold; }

span {
  font-weight: inherit; }

pre {
  font-family: 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, sans-serif;
  margin: 0;
  padding: 0;
  white-space: pre-line; }

img {
  height: auto !important; }

table {
  table-layout: fixed !important; }

table td {
  padding: 0 !important; }

table td img {
  max-width: 100% !important;
  height: auto !important; }

.imgR {
  margin-left: 30px !important; }

.imgL {
  margin-right: 30px !important; }

.bg_100per_wrap {
  position: relative;
  padding: 0 !important; }

.bg_100per_inner {
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0% 0% 0% -500%; }

/* ================================================================= 
 *
 * Layout : Header
 *
 * ================================================================= */
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }
/* ================================================================= 
 *
 * Layout : Header
 *
 * ================================================================= */
#global_header {
  min-width: 100% !important; }
  #global_header #fix_head {
    max-width: 100%;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

/*================== mainArea =================*/
#mainArea {
  width: 100%; }

ul#slider {
  height: 100vh !important;
  width: 100% !important;
  display: block;
  position: relative;
  text-align: left; }

ul#slider,
#slider li {
  padding: 0;
  list-style: none;
  z-index: 1; }

#slider li {
  position: absolute;
  top: 0;
  left: 0; }

.slick-slide img {
  margin: 0 auto; }

/* ================================================================= 
 main_image
================================================================= */
#main_image {
  margin: 0 auto;
  background: #fff; }

#main_image ul li img {
  height: auto; }

.slider li {
  background-position: center;
  background-size: cover !important; }

@media only screen and (max-width: 768px) {
  /* html {
    font-size: 55.5%; } */

  header#global_header #main-images .slider li {
    height: 400px !important; } }
@media only screen and (max-width: 570px) {
  header#global_header #main-images .slider li {
    height: 300px !important; }
  header#global_header #main-images li {
    background-size: 140%; } }
@media only screen and (max-width: 468px) {
  /* html {
    font-size: 53%; } */

  header#global_header #main-images .slider li {
    height: 220px !important; }
  header#global_header #main-images li {
    background-size: 140%; } }
/* ================================================================= 
 *
 * Layout : Footer
 *
 * ================================================================= */
#pagetop {
  width: 70px;
  margin: 0px auto; }

#copyright {
  height: 50px;
  background-color: #ff85a7;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  #copyright div {
    color: #fff;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 1.4rem; }

/* ================================================================= 
 *
 * Layout : Contents
 *
 * ================================================================= */
#contents_wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background: #ffffff;
  min-width: 100%;
  position: relative;
  z-index: 2; }

#contents {
  width: 100%;
  background: #fff; }

#main {
  width: 100%;
  margin: 0 auto; }

#main #col_main {
  margin: 0 auto;
  width: 100% !important; }

.content_box {
  background: rgba(255, 255, 255, 0.4);
  padding: 0 30px 30px 0px; }
  .content_box h2 {
    height: 150px;
    background-size: contain;
    -ms-background-position-x: 30%;
    background-position-x: 30%; }

/*================== topic_path =================*/
.topic_path li {
  display: inline; }

.topic_path li a {
  text-decoration: none;
  color: #333; }

.topic_path li a:after {
  content: " > "; }

/*================== common =================*/
.fltR {
  float: right; }

.fltL {
  float: left; }

.not-for-sp-td {
  display: table-cell; }

.not-for-sp {
  display: block; }

.not-for-pc {
  display: none; }

.mt95 {
  margin-top: 95px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.mb120 {
  margin-bottom: 120px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mt30 {
  margin-top: 30px !important; }

.pd4048 {
  padding: 40px 48px !important; }

.pd80 {
  padding: 80px !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mt_47 {
  margin-top: -47px !important; }

.tar {
  text-align: right; }

.tac {
  text-align: center; }

.big_text {
  font-size: 28px;
  font-family: 'Noto Serif Japanese', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
  font-weight: 400;
  font-weight: bold;
  background: url("../images/common/underLinePink.png") repeat-x bottom; }

.content_box .big_text {
  font-size: 24px; }

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.grayBg {
  background-color: #e8e8e8; }

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  .flex-container div:first-child,
  .flex-container div:last-child {
    display: none; }

.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex-column {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.juscon-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.space-around {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.flexdirecRe {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flex-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .flex-con div:first-child,
  .flex-con div:last-child {
    display: none; }

.flex_table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

@media only screen and (max-width: 768px) {
  #main {
    min-width: 100% !important; }

  .mt95 {
    margin-top: 50px !important; }

  .mb60 {
    margin-bottom: 35px !important; }

  .mb40 {
    margin-bottom: 25px !important; }

  .mb30 {
    margin-bottom: 20px !important; }

  .mb10 {
    margin-bottom: 8px !important; }

  .mb100 {
    margin-bottom: 55px !important; }

  .mb80 {
    margin-bottom: 45px !important; }

  .mb120 {
    margin-bottom: 60px !important; } }
/* PC END ################################################################### */
@media screen and (min-width: 469px) and (max-width: 768px) {
  /* tablet size ############################################################## */
  body {
    min-width: 100%; }

  /* タブレット時に1カラムにする場合 */
    /*#main,#main #col_main,#main #col_side1,#side,#side #col_side2 {
	float: none;
	width: 100%;
}*/
  .not-for-sp-td {
    display: table-cell; }

   /* ================================================================= 
*
* Layout : Header
*
* ================================================================= */
   /* ================================================================= 
*
* Layout : Footer
*
* ================================================================= */
   /* ================================================================= 
*
* Layout : Contents
*
* ================================================================= */
  #contents_wrap {
    width: 100%;
    min-width: 100% !important; }

  #contents {
    font-size: 14px; }

  #main #col_main {
    padding: 0px 0px 30px; }

  #main #col_side1 {
    padding-bottom: 20px; }

  #side #col_side2 {
    padding-bottom: 20px; }

  /* tablet END ############################################################### */ }
@media only screen and (max-width: 468px) {
  /* smartphone size ########################################################## */
  body {
    min-width: 100%; }

  .inner {
    width: 100%;
    margin: 0 auto; }

  .tbl_scroll table {
    width: auto !important; }

  .tbl_block td {
    width: 100% !important;
    margin-top: -1px; }

  .not-for-sp {
    display: none !important; }

   /* ================================================================= 
*
* Layout : Header
*
* ================================================================= */
  header#global_header {
    width: 100%;
    min-width: 100% !important; }

  /*================== mainArea =================*/
  /*================== nav_global =================*/
  #nav_global {
    display: none !important; }

   /* ================================================================= 
*
* Layout : Footer
*
* ================================================================= */
  footer#global_footer {
    width: 100%;
    min-width: 100% !important; }

  /*================== nav_footer =================*/
   /* ================================================================= 
*
* Layout : Contents
*
* ================================================================= */
  #contents_wrap {
    width: 100%;
    min-width: 100% !important; }

  #main #col_side1 {
    padding-bottom: 20px; }

  #side #col_side2 {
    padding-bottom: 20px; }

  .spImg100per img.imgR,
  .spImg100per img.imgL {
    max-width: 100% !important;
    float: none; }

  .spImgNone img.imgR,
  .spImgNone img.imgL .spBrNone br {
    display: none; }

  /* smartphone END ########################################################### */ }
/* ================================================================= 
 *
 * Layout : shop
 *
 * ================================================================= */
#dvf_list .standard th {
  width: 16%;
  font-size: 13px; }

#dvf_list .standard td {
  width: auto;
  text-align: center !important;
  font-size: 13px;
  padding: 0 5px !important; }

.wishlist form ul li.btn_cart {
  width: auto;
  float: right; }

.wishlist form ul li.btn_contact a {
  background: url(../images/common/ico_mail_w.png) no-repeat 35px 50%;
  /*メールアイコン黒の場合はico_mail_b*/
  background: url(../images/common/ico_mail_w_s.png) no-repeat 35px 50% \9;
  /**/
  /*color: #fff;*/
  /*background-color: #84c002;*/ }

.wishlist form ul li.btn_cart a {
  width: auto !important;
  background: url(../images/common/ico_cart_w.png) no-repeat 15px 50% #000;
  /*カートアイコン黒の場合はico_cart_b*/
  background: url(../images/common/ico_cart_w_s.png) no-repeat 15px 50% \9;
  background-size: 30px auto;
  text-align: center;
  color: #fff; }

.item_title {
  margin-top: 20px; }

/* ================================================================= 
 *
 * Style : common
 *
 * ================================================================= */
.mincho {
  font-family: 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif; }

.hirakaku {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', sans-serif; }

.arial {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }

.hiramin {
  font-family: 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', 'MS PMincho', Georgia, Times, Baskerville, Palatino, serif; }

.fwN {
  font-weight: normal !important; }

.fwB {
  font-weight: bold !important; }

.mgAuto {
  margin: 0 auto !important; }

.tdpd05 td {
  padding: 5px !important; }

.tdpd10 td {
  padding: 10px !important; }

.tdpd15 td {
  padding: 15px !important; }

.tdpd20 td {
  padding: 20px !important; }

.tdpd25 td {
  padding: 25px !important; }

.tdpd30 td {
  padding: 30px !important; }

.tdpd35 td {
  padding: 35px !important; }

.tdpd40 td {
  padding: 40px !important; }

.tdpd45 td {
  padding: 45px !important; }

.tdpd50 td {
  padding: 50px !important; }

/*================== ぱんくず =================*/
.pankuzu {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: right;
  /* font-size: 13px; */
  background: no-repeat;
  line-height: 30px; }

/*================== プライバシーポリシー =================*/
.policy {
  text-align: left; }

.policy-text {
  font-size: 18px; }

.policy h2 {
  border-left: 4px solid #ff85a7;
  color: #333;
  padding-left: 8px;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: normal; }

.policy-trriger {
  color: #46415c;
  cursor: pointer;
  text-decoration: underline; }

.policy-wrap {
  display: none;
  position: fixed;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  height: 100%;
  width: 100%; }
  @media only screen and (max-width: 768px) {
    .policy-wrap {
      left: 0; } }
  .policy-wrap > div {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    opacity: 0;
    position: relative;
    padding: 20px;
    max-width: 800px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #ff85a7;
    height: 60vh;
    -ms-overflow-y: scroll;
    overflow-y: scroll; }
    @media only screen and (max-width: 768px) {
      .policy-wrap > div {
        width: 95%; } }
    .policy-wrap > div a {
      position: absolute;
      top: -4px;
      right: -4px;
      font-size: 2.4rem;
      font-weight: bold; }

.policy {
  text-align: left; }

.policy-text {
  font-size: 18px; }

.policy-wrap h3 {
  margin-top: 16px;
  border-left: 4px solid #ff85a7;
  color: #333;
  padding-left: 8px;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: bold; }

.policy p {
  margin: 10px 0 25px; }

.policy-wrap {
  opacity: 0;
  -webkit-transition-duration: 1s;
  transition-duration: 1s; }

.policy-wrap.active {
  -webkit-animation: fade-in 0.5s;
  animation: fade-in 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  background: rgba(0, 0, 0, 0.5); }
  .policy-wrap.active > div {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }

/*================== お問い合わせフォーム サイズ変更 =================*/
.contactForm td {
  font-size: 11px; }

/*================== 開閉パネル =================*/
div.category {
  cursor: pointer; }

@media only screen and (max-width: 768px) {
  .become_block td {
    display: block; }

  .flex_container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .scr_box {
    height: 250px; } }
@media only screen and (max-width: 468px) {
  .scr_box {
    height: 200px; }

  .content_box {
    padding: 0 5px 30px !important; }
    .content_box .big_text {
      font-size: 20px; }

  .bread_box {
    width: 100%; }

  .link_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .link_list .link_table {
      width: 100%; }

  .buzFl2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .buzFl2 table {
      table-layout: auto; }

  .performance {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .performance .flex-box,
  .performance2 .flex-box {
    width: 100% !important; }

  .performance3 .flex-box {
    margin-bottom: 4px; } }
/*================== tabitem =================*/
.tabitems {
  background: #fff;
  border: 1px solid #5c5434; }

.titcomp {
  font-size: 15px;
  font-weight: bold; }

.titcomp span {
  font-size: 18px;
  font-weight: bold; }

.tblauto table {
  table-layout: auto; }

.clb {
  clear: both; }

.clearfix:after {
  content: "";
  clear: both;
  display: block; }

/*================== Q&A =================*/
.q {
  max-width: 640px; }
  .q table {
    border-collapse: separate; }
    .q table tr td:first-child {
      font-size: 32px;
      color: #fff;
      font-weight: bold;
      background: #f5a6ce;
      width: 80px;
      line-height: 1.4em;
      text-align: center; }
    .q table tr td:last-child {
      padding-left: 8px !important;
      font-weight: bold;
      color: #ff85a7;
      font-size: 2rem; }
      .q table tr td:last-child p {
        font-size: 22px;
        color: #7a7a7a;
        font-weight: bold;
        line-height: 1.4em;
        font-family: 'Noto Serif Japanese', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
        font-weight: 400; }

.a {
  max-width: 640px; }
  .a table {
    border-collapse: separate; }
    .a table tr td:first-child {
      font-size: 32px;
      color: #f5a6ce;
      font-weight: bold;
      background: #fff;
      width: 80px;
      border: 3px solid #f5a6ce !important;
      line-height: 1.4em;
      text-align: center; }
    .a table tr td:last-child {
      padding-left: 8px !important; }
      .a table tr td:last-child p {
        font-size: 18px;
        color: #1e2530;
        line-height: 1.2;
        font-family: 'Noto Serif Japanese', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
        font-weight: 400; }

@media only screen and (max-width: 468px) {
  .a table tr td p {
    padding-top: 8px; }

  .q table tr td p {
    padding-top: 8px; } }
.Error-page {
  padding-top: 75px;
  text-align: center;
  font-weight: bold;
  color: #999;
  margin-bottom: 50px;
  line-height: 1; }
  .Error-page span:nth-of-type(1) {
    font-size: 200px; }
  .Error-page span:nth-of-type(4) {
    padding-top: 16px;
    display: block; }

.triger-btn {
  font-size: 3.4rem;
  position: fixed;
  cursor: pointer;
  z-index: 10000; }
  .triger-btn .btn {
    border: #fff 1px solid;
    letter-spacing: 0.5rem;
    display: block;
    border-radius: 5px;
    color: #fff;
    background: #ff85a7; }

@media only screen and (max-width: 468px) {
  .triger-btn {
    width: 100%;
    bottom: 0;
    right: 0; }
    .triger-btn .btn {
      padding: 4px;
      background: rgba(40, 136, 153, 0.8); }
    .triger-btn .btn:hover {
      background: #288899; } }
@media only screen and (max-width: 768px) {
  .Error-page {
    margin-bottom: -70px;
    padding-top: 50px; }
    .Error-page span:nth-of-type(1) {
      font-size: 88px; }
    .Error-page span:nth-of-type(4) {
      padding-top: 16px;
      display: block; } }
.ggmap, .ggmap2 {
  position: relative;
  padding-bottom: 44%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  @media only screen and (max-width: 768px) {
    .ggmap, .ggmap2 {
      padding-bottom: 45%; } }
  @media only screen and (max-width: 468px) {
    .ggmap, .ggmap2 {
      padding-bottom: 75%; } }

.ggmap2 {
  padding-bottom: 30%; }
  @media only screen and (max-width: 468px) {
    .ggmap2 {
      padding-bottom: 60%; } }

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

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

/* ---------------------アイコンボタン---------------------------------*/
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.menu-trigger {
  z-index: 1001;
  position: fixed;
  top: 8px;
  right: 16px;
  width: 40px;
  height: 24px;
  display: none;
  cursor: pointer; }
  @media only screen and (max-width: 768px) {
    .menu-trigger {
      top: 32px; } }
  @media only screen and (max-width: 768px) and (max-width: 468px) {
    .menu-trigger {
      top: 24px; } }

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #ff85a7;
  border-radius: 4px; }

.menu-trigger span:nth-of-type(1) {
  top: 10px; }

.menu-trigger span:nth-of-type(3) {
  bottom: 0; }

/* ------------------------------------------------------*/
/*=====================================================================================================*/
.menu-trigger {
  /* cursor: pointer;*/
  /* pointer-events: none;*/ }

/*====================@sp-menu=========================*/
.blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -ms-filter: blur(5px);
  -o-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.menu-trigger,
.menu-trigger span {
  display: none;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (max-width: 768px) {
    .menu-trigger,
    .menu-trigger span {
      display: inline-block; } }

.menu-trigger {
  position: fixed;
  width: 38px;
  height: 38px;
  border: 2px solid #fff;
  border-radius: 100px; }
  @media only screen and (max-width: 768px) {
    .menu-trigger {
      border-color: #ff85a7; }
      .menu-trigger span {
        background: #ff85a7 !important; } }

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 24px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px; }

.menu-trigger span:nth-of-type(1) {
  left: 5px; }

.menu-trigger span:nth-of-type(2) {
  top: 16px;
  left: 5px; }

.menu-trigger span:nth-of-type(3) {
  top: 22px;
  left: 5px; }

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg); }

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0; }

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg); }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 10; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 10; } }
@media only screen and (min-width: 575px) {
  .for-sp {
    display: none !important; } }
@media only screen and (max-width: 575px) {
  .for-sp {
    display: block; }

  .not-for-sp {
    display: none !important; }

  .not-for-pc {
    display: block; }

  .not-for-sp-td {
    display: none !important; } }
/*====================@font=========================*/
.courgette {
  font-family: 'Courgette', cursive; }

.damion {
  font-family: 'Damion', cursive; }

.sub-text p {
  color: #777;
  font-size: 15px; }

/*====================@style=========================*/
.str01 {
  display: block;
  color: #ff0000;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 3.5px;
  text-align: center; }

.red-price {
  color: red;
  font-size: 120%; }

.frame {
  margin: 0 auto;
  max-width: 802px;
  padding: 40px;
  background: url("../images/home/deco01.png") left top no-repeat, url("../images/home/deco02.png") right top no-repeat, url("../images/home/deco03.png") left bottom no-repeat, url("../images/home/deco04.png") right bottom no-repeat; }
  .frame .str01 {
    margin-bottom: 20px; }

.btn01 a {
  display: block;
  border-width: 2px;
  border-color: #ffa563;
  border-style: solid;
  background-color: #fff3ea;
  max-width: 496px;
  height: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  font-weight: bold;
  font-size: 2.2rem;
  color: #505050;
  position: relative; }
.btn01 a:after {
  content: "";
  background: url("../images/home/arrow.png") no-repeat;
  display: inline-block;
  height: 24px;
  width: 24px;
  background-size: contain;
  margin-left: 24px; }

a.button01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 184px;
  height: 48px;
  display: block;
  background: #ff85a7;
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

a.button01-2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 184px;
  min-height: 48px;
  display: block;
  background: #fff;
  color: #ff85a7;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.full-bg .button01 {
  background: #fff;
  color: #ff85a7;
  border: double 4px #ff85a7; }

@media only screen and (max-width: 575px) {
  .btn01 a {
    font-size: 1.8rem;
    padding-left: 8px; } }
/*====================@title=========================*/
.border-title01 {
  position: relative;
  text-align: center; }
  .border-title01:before {
    content: "";
    background: #ff85a7;
    height: 2px;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto; }
  .border-title01 h1, .border-title01 h2, .border-title01 h3, .border-title01 h4 {
    display: inline-block;
    padding: 0 1.6rem;
    position: relative;
    background: #fff;
    color: #ff85a7;
    font-weight: bold;
    font-size: 2.4rem; }

/*====================@content=========================*/
#col_side1 {
  display: none; }

@media only screen and (max-width: 768px) {
  .transHeader {
    -webkit-transform: none;
    transform: none; } }
@media only screen and (max-width: 468px) {
  .transHeader {
    -webkit-transform: none;
    transform: none; } }
@media only screen and (max-width: 768px) {
  .insta-title {
    margin-bottom: 30px; }
    .insta-title h2 {
      font-size: 4.5rem; }
      .insta-title h2 span {
        margin: 0 1em;
        padding: 0 0.4em; } }
.inner1 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto; }

.contact-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background: url("../images/common/footerbanner.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  height: 300px; }
  @media only screen and (max-width: 768px) {
    .contact-banner {
      height: 200px;
      background-size: contain; } }
  @media only screen and (max-width: 468px) {
    .contact-banner {
      background: none;
      height: auto; } }
  .contact-banner .banner-txt {
    background: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px; }
  .contact-banner .header-btn {
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media only screen and (max-width: 768px) {
      .contact-banner .header-btn {
        margin-bottom: 30px; } }
    @media only screen and (max-width: 468px) {
      .contact-banner .header-btn {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .contact-banner .header-btn .tel {
          margin-right: 0 !important;
          margin-bottom: 8px;
          margin-top: 8px; } }
    .contact-banner .header-btn .tel {
      margin-right: 20px; }
    .contact-banner .header-btn .tel,
    .contact-banner .header-btn .mail {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      min-width: 200px;
      letter-spacing: 0.1rem;
      padding: 8px 16px;
      background: #0C3554;
      color: #FFF;
      font-weight: bold;
      font-size: 1.8rem; }
      .contact-banner .header-btn .tel i,
      .contact-banner .header-btn .mail i {
        padding-right: 4px; }
      .contact-banner .header-btn .tel a,
      .contact-banner .header-btn .mail a {
        letter-spacing: 0.1rem;
        font-weight: bold;
        font-size: 1.8rem;
        color: #FFF; }

.btn-effect {
  position: relative; }

.btn-effect:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 45%;
  background: rgba(223, 89, 8, 0.17);
  left: 0; }

/*====================@temp=========================*/
.table-temp03 table {
  table-layout: auto !important;
  border-collapse: separate !important; }
  .table-temp03 table tr td.title-cell {
    background: #ff7420;
    color: #FFF;
    font-weight: bold;
    padding-left: 5px !important; }
  .table-temp03 table tr td.txt-cell {
    line-height: 1.4; }
  .table-temp03 table tr td.img {
    width: 40%;
    padding-left: 20px !important; }
@media only screen and (max-width: 468px) {
  .table-temp03 .img {
    display: none; } }

.flex-temp01, .home-flex02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media only screen and (max-width: 768px) {
    .flex-temp01, .home-flex02 {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.flex-temp01 > div, .home-flex02 > div {
  width: 48%; }
  @media only screen and (max-width: 768px) {
    .flex-temp01 > div, .home-flex02 > div {
      width: 100% !important; } }

/*====================@common=========================*/
.fz14 {
  font-size: 1.4rem; }

.fz16 {
  font-size: 1.6rem; }

.fz18 {
  font-size: 1.8rem; }

.fz20 {
  font-size: 2rem; }

.fz24 {
  font-size: 2.4rem; }

.dn {
  display: none; }

.bold {
  font-weight: bold; }

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.outline-bold {
  line-height: 1.4;
  color: #fff !important;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 2px;
  text-shadow: 2px  2px 0px #ff7420, -2px  2px 0px #ff7420, 2px -2px 0px #ff7420, -2px -2px 0px #ff7420, 2px  0px 0px #ff7420, 0px  2px 0px #ff7420, -2px  0px 0px #ff7420, 0px -2px 0px #ff7420; }

.backpat {
  padding: 20px 0; }

.title-style01 {
  background: #ff85a7; }
  .title-style01 h1, .title-style01 h2, .title-style01 h3, .title-style01 h4 {
    color: #FFF;
    font-weight: bold;
    line-height: 2;
    padding-left: 8px;
    padding-right: 8px; }

.full-bg {
  background-size: cover;
  background-position: center; }
  .full-bg h1 {
    color: #fff; }
  .full-bg p {
    color: #fff; }

.bgWhite02 {
  background: rgba(255, 255, 255, 0.8);
  padding: 60px 60px; }
  @media only screen and (max-width: 768px) {
    .bgWhite02 {
      padding: 40px 20px; } }

.border-bottom {
  border-bottom: 1px dotted #cdcdcd; }

/*====================@main-img=========================*/
.main-img .slider li {
  position: relative; }
  .main-img .slider li img {
    width: 100%; }
.main-img .slider li > span {
  position: absolute;
  color: #fff;
  font-size: 6.8rem;
  top: 8%;
  left: 8%;
  text-align-last: left;
  font-weight: bold;
  line-height: 1.4;
  -webkit-text-stroke: #e28978 2px; }
  @media only screen and (max-width: 768px) {
    .main-img .slider li > span {
      font-size: 4rem; } }
  @media only screen and (max-width: 468px) {
    .main-img .slider li > span {
      font-size: 2.6rem; } }

/*====================@header=========================*/
#header #fix_head {
  background: url(../images/common/bg-pat01.jpg);
  padding: 16px 1vw 16px;
  /* position: fixed; */
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000; }
  #header #fix_head .header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto; }
    #header #fix_head .header_inner .header-R {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      #header #fix_head .header_inner .header-R nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
        #header #fix_head .header_inner .header-R nav ul li {
          border-left: dotted 1px #f5a6ce; }
          #header #fix_head .header_inner .header-R nav ul li:last-child {
            border-right: dotted 1px #f5a6ce; }
          #header #fix_head .header_inner .header-R nav ul li a {
            color: #f5a6ce;
            font-weight: bold;
            text-align: center;
            font-size: 1rem;
            padding: 0.8rem 2vw;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            height: 100%;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
          #header #fix_head .header_inner .header-R nav ul li ul {
            position: absolute;
            z-index: 10;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            background: #fff; }

.cushion {
  height: 82px;
  display: block; }

@media screen and (min-width: 768px) and (max-width: 1324px) {
  .cushion {
    height: 132px; } }
@media only screen and (max-width: 768px) {
  .header_inner, #contents_wrap {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }

  #header nav {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    opacity: 0;
    display: none;
    background: rgba(255, 255, 255, 0.9) !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    height: 100vh;
    -ms-overflow-y: scroll;
    overflow-y: scroll;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px; }
    #header nav ul {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #header nav ul li {
        margin-bottom: 16px;
        width: 100%;
        -ms-flex: 1 1 100%;
        -webkit-box-flex: 1;
        flex: 1 1 100%;
        border: none;
        border-bottom: 1px dotted #aaa; }
        #header nav ul li a {
          font-size: 1.5rem !important;
          font-weight: bold;
          color: #222222; } }
        @media only screen and (max-width: 768px) and (max-width: 468px) {
          #header nav ul li a {
            font-size: 1.6rem; } }
@media only screen and (max-width: 768px) {
        #header nav ul li span {
          border-left: none !important; }

  #header nav.active {
    display: block;
    -webkit-animation: fadeIn 0.5s forwards;
    animation: fadeIn 0.5s forwards; } }
@media only screen and (max-width: 468px) {
  .header-logo {
    max-width: 80%; } }
/*====================@footer=========================*/
#copy {
  padding: 8px 0;
  background: #ff85a7; }
  #copy div {
    color: #fff; }

footer#global_footer {
  border-top: 2px solid #ff85a7;
  background: #fff;
  padding-top: 50px; }

.footer-inner {
  max-width: 1000px;
  margin: 0 auto; }
  .footer-inner > .fww div:first-child {
    -ms-flex-item-align: center;
    align-self: center; }
  .footer-inner address {
    margin-top: 20px;
    margin-bottom: 20px; }

.footer-nav {
  margin-top: 40px;
  margin-bottom: 40px; }
  .footer-nav ul {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-left: dotted 1px #f5a6ce; }
  .footer-nav ul:last-child {
    border-right: dotted 1px #f5a6ce; }
  .footer-nav a {
    color: #333;
    font-size: 1rem; }
  @media only screen and (max-width: 468px) {
    .footer-nav {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .footer-nav ul {
        width: 50%; }
        .footer-nav ul li {
          line-height: 2; } }

.shadow, .link-flex .box, .home-flex02 .contact-wrap a, .works-img {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }

.con-pad1 {
  padding: 120px 0; }
  @media only screen and (max-width: 768px) {
    .con-pad1 {
      padding: 60px 0; } }
  @media only screen and (max-width: 468px) {
    .con-pad1 {
      padding: 40px 0; } }

.main-image img {
  width: 100% !important; }

.home-con1 {
  position: relative;
  z-index: 1;
  outline: 4px solid #ff85a7;
  border-top: dashed #fff 1px;
  border-bottom: dashed #fff 1px; }
  .home-con1 h1 {
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.4; }
    @media only screen and (max-width: 768px) {
      .home-con1 h1 {
        max-width: 80%;
        margin: 0 auto;
        font-size: 2.4rem; } }
  .home-con1 p {
    font-size: 1.8rem; }
  .home-con1 .flex-temp01 p, .home-con1 .home-flex02 p {
    max-width: 60%; }
    @media only screen and (max-width: 768px) {
      .home-con1 .flex-temp01 p, .home-con1 .home-flex02 p {
        max-width: 80%; } }
  .home-con1 .flex-temp01 .home-slider td img, .home-con1 .home-flex02 .home-slider td img {
    width: 100%; }
  .home-con1 .flex-temp01 .home-slider button:first-of-type, .home-con1 .home-flex02 .home-slider button:first-of-type {
    left: 0;
    z-index: 1; }
  .home-con1 .flex-temp01 .home-slider button:last-of-type, .home-con1 .home-flex02 .home-slider button:last-of-type {
    right: 0; }

.link-flex {
  position: relative; }
  .link-flex .deco01 {
    position: absolute;
    right: -44%;
    top: -30%; }
  .link-flex .deco02 {
    position: absolute;
    left: -45%;
    bottom: -35%; }
  .link-flex .box {
    background: #fff;
    position: relative;
    border: 1px solid #ff85a7;
    padding: 24px;
    width: 32%; }
    .link-flex .box table {
      height: 100%; }
      .link-flex .box table tbody {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .link-flex .box table tbody td {
          display: block; }
        .link-flex .box table tbody tr:last-child {
          margin-top: auto;
          margin-left: auto;
          margin-right: auto; }
        .link-flex .box table tbody .text {
          padding: 16px 0 !important;
          line-height: 1.4; }
        .link-flex .box table tbody .name {
          text-align: center;
          font-size: 1.8rem;
          font-weight: bold;
          line-height: 1; }
          .link-flex .box table tbody .name::after {
            content: "";
            width: 56px;
            height: 2px;
            background: #ff85a7;
            display: block;
            margin: 16px auto; }
  .link-flex .box:last-of-type {
    width: 70%;
    margin: 0 auto;
    position: relative;
    margin-top: 80px; }
    .link-flex .box:last-of-type tbody {
      display: grid;
      -ms-grid-rows: auto;
      display: -ms-grid;
      grid-template-columns: 1fr 1fr;
      -ms-grid-columns: 1fr 1fr;
      grid-template-areas: "img name" "img text" "img btn"; }
      .link-flex .box:last-of-type tbody tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .link-flex .box:last-of-type tbody tr:nth-child(1) {
        grid-area: name;
        -ms-grid-column: 1;
        -ms-grid-row: 1;
        -ms-grid-column-span: 2; }
        .link-flex .box:last-of-type tbody tr:nth-child(1) td {
          text-align: left !important; }
          .link-flex .box:last-of-type tbody tr:nth-child(1) td:after {
            margin-right: auto !important;
            margin-left: 0;
            width: 80%; }
        .link-flex .box:last-of-type tbody tr:nth-child(1) span {
          text-align: center;
          position: absolute;
          left: 0;
          right: 0;
          margin-left: auto;
          margin-right: auto;
          color: #ff85a7;
          font-size: 3.2rem;
          top: -40px; }
          .link-flex .box:last-of-type tbody tr:nth-child(1) span::after {
            content: "";
            width: 260px;
            height: 2px;
            display: block;
            margin: 0 auto;
            -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
            border-bottom: 2px dashed #ff85a7;
            border-top: 2px dashed #ff85a7; }
      .link-flex .box:last-of-type tbody tr:nth-child(2) {
        grid-area: img;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-grid-column: 1;
        -ms-grid-row: 2;
        -ms-grid-row-span: 2; }
      .link-flex .box:last-of-type tbody tr:nth-child(3) {
        grid-area: text;
        -ms-grid-column: 2;
        -ms-grid-row: 2;
        -ms-grid-column-span: 1; }
      .link-flex .box:last-of-type tbody tr:nth-child(4) {
        grid-area: btn;
        -ms-grid-column: 2;
        -ms-grid-row: 3;
        -ms-grid-column-span: 1; }
  @media only screen and (max-width: 768px) {
    .link-flex .box {
      width: 70%;
      margin: 0 auto;
      position: relative;
      margin-top: 20px; } }
  @media only screen and (max-width: 768px) and (max-width: 768px) {
    .link-flex .box {
      width: 80% !important; } }
  @media only screen and (max-width: 768px) {
      .link-flex .box tbody {
        display: grid !important;
        -ms-grid-rows: auto;
        grid-template-columns: 1fr 1fr;
        grid-template-areas: "name name" "img text" "img btn" !important; } }
    @media only screen and (max-width: 768px) and (max-width: 468px) {
      .link-flex .box tbody {
        grid-template-columns: 1fr !important;
        grid-template-areas: "name" "img" "text" "btn" !important; } }
  @media only screen and (max-width: 768px) {
        .link-flex .box tbody tr:nth-child(1) {
          grid-area: name; }
          .link-flex .box tbody tr:nth-child(1) td {
            text-align: left !important; }
            .link-flex .box tbody tr:nth-child(1) td:after {
              margin-right: auto !important;
              margin-left: 0;
              width: 80%; }
          .link-flex .box tbody tr:nth-child(1) span {
            text-align: center;
            position: absolute;
            left: 0;
            right: 0;
            margin-left: auto;
            margin-right: auto;
            color: #ff85a7;
            font-size: 3.2rem;
            top: -40px; }
            .link-flex .box tbody tr:nth-child(1) span::after {
              content: "";
              width: 260px;
              height: 2px;
              display: block;
              margin: 0 auto;
              -webkit-transform: rotate(-2deg);
              transform: rotate(-2deg);
              border-bottom: 2px dashed #ff85a7;
              border-top: 2px dashed #ff85a7; }
        .link-flex .box tbody tr:nth-child(2) {
          grid-area: img;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .link-flex .box tbody tr:nth-child(2) img {
            padding-right: 10px; }
        .link-flex .box tbody tr:nth-child(3) {
          grid-area: text; }
        .link-flex .box tbody tr:nth-child(4) {
          grid-area: btn; } }

.link-flex02 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .link-flex02 .box {
    position: relative;
    width: 32%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: bold;
    font-size: 2.4rem;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    border-left: dotted 1px #ff85a7;
    color: #ff85a7; }
    .link-flex02 .box img {
      padding-bottom: 16px; }
    .link-flex02 .box a {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  .link-flex02 .box:last-child {
    border-right: 1px dotted #ff85a7; }
  @media only screen and (max-width: 468px) {
    .link-flex02 .box {
      width: 100%;
      border: none; } }

.full-bg {
  position: relative;
  z-index: 1; }

.news-box {
  max-height: 200px;
  overflow-y: scroll;
  padding-right: 8px; }

.news_txt {
  line-height: 1.2; }
  @media only screen and (max-width: 468px) {
    .news_txt tr td:last-child {
      padding-top: 16px !important; } }
  .news_txt td:first-child span {
    background: #ff85a7;
    color: #fff;
    padding: 6px 12px; }

.home-flex02 {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .home-flex02 .contact-wrap {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .home-flex02 .contact-wrap a {
      height: 88%;
      width: 100%;
      background: url(../images/common/bg-pat01.jpg);
      border: 1px solid #ff85a7;
      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;
      color: #ff85a7;
      font-weight: bold; }
      .home-flex02 .contact-wrap a span:first-of-type {
        display: inline-block;
        margin-top: 0.8rem;
        font-size: 3.2rem;
        line-height: 1.2; }
        .home-flex02 .contact-wrap a span:first-of-type small {
          font-size: 1.8rem; }
      .home-flex02 .contact-wrap a span:last-child {
        display: block;
        font-weight: normal;
        line-height: 1.2; }
    .home-flex02 .contact-wrap::after {
      content: "";
      width: 120px;
      height: 120px;
      background: url(../images/top/tel.png) no-repeat;
      background-size: contain;
      position: absolute;
      right: -20px;
      bottom: -30px; }
      @media only screen and (max-width: 468px) {
        .home-flex02 .contact-wrap::after {
          display: none; } }

.subpage-h1 h1 {
  color: #ff85a7;
  font-size: 3.2rem;
  background: #ffefff;
  font-weight: bold;
  height: 130px;
  border-bottom: 2px dashed #fff;
  outline: 4px solid #ffefff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.service-con1, .service-con {
  text-align: left;
  font-weight: bold;
  font-size: 2rem; }
  @media only screen and (max-width: 768px) {
    .service-con1, .service-con {
      padding: 0 8px; } }
  @media only screen and (max-width: 468px) {
    .service-con1, .service-con {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .service-con1 img, .service-con img {
        display: block;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto;
        margin-left: 0 !important;
        margin-right: 0 !important; } }

.service-con {
  flex-direction: inherit;
  display: block; }

.price-grid {
  display: grid;
  display: -ms-grid;
  -ms-grid-rows: auto;
  grid-template-columns: 1fr 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-areas: "img name" "img table" "img notice"; }
  @media only screen and (max-width: 468px) {
    .price-grid {
      display: block;
      padding: 0 20px; }
      .price-grid .img {
        margin-bottom: 20px; } }
  .price-grid .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-area: img;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3; }
  .price-grid .name {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    line-height: 1.4;
    grid-area: name;
    color: #31b589;
    font-size: 2.4rem;
    font-weight: bold; }
    .price-grid .name small {
      color: #333 !important;
      font-size: 1.6rem !important; }
  .price-grid .table {
    grid-area: table;
    margin: 8px 0;
    -ms-grid-column: 2;
    -ms-grid-row: 2; }
  .price-grid .notice {
    grid-area: notice;
    background: #ffefff;
    color: #333;
    font-size: 1.4rem;
    padding: 0.4rem;
    -ms-grid-column: 2;
    -ms-grid-row: 3; }

.works-img {
  border: #ff85a7 1px solid;
  padding: 20px;
  width: 32%;
  margin-bottom: 20px; }

.waku {
  display: block;
  border: solid 1px #aaa;
  background: url(../images/common/bg-pat01.jpg);
  padding: 20px;
  width: fit-content; }

.flow-table table {
  table-layout: auto !important; }
  .flow-table table tr .img {
    padding-right: 20px !important; }
  .flow-table table tr .title {
    font-size: 2.8rem;
    font-weight: bold; }
    .flow-table table tr .title span {
      color: #ff85a7 !important; }
  .flow-table table tr .text .waku {
    display: block;
    border: solid 1px #aaa;
    background: url(../images/common/bg-pat01.jpg);
    padding: 20px;
    width: fit-content; }
  @media only screen and (max-width: 768px) {
    .flow-table table tr {
      width: 80%;
      margin: 0 auto;
      display: block; }
      .flow-table table tr td {
        display: block; } }
  @media only screen and (max-width: 768px) and (max-width: 468px) {
    .flow-table table tr {
      width: 98%; } }

.payment-table {
  max-width: 640px; }
  .payment-table table tr:first-child {
    background: #666666 !important;
    font-weight: bold;
    color: #fff; }
  .payment-table table tr:nth-child(even) {
    background-color: #e8e8e8; }
  .payment-table table tr:nth-child(odd) {
    background-color: #f4f4f4; }

#qa, #payment, #shipping {
  margin-top: -100px;
  padding-top: 100px;
  display: block;
  position: absolute; }
  @media only screen and (max-width: 468px) {
    #qa, #payment, #shipping {
      margin-top: -60px;
      padding-top: 60px; } }

@media only screen and (max-width: 768px) {
  .company-table {
    padding: 0 8px; } }

.tel {
  pointer-events: none; }
  @media only screen and (max-width: 468px) {
    .tel {
      pointer-events: all; } }

/* .sns_list {
  border: none !important;
  flex-direction: row !important;
  flex-wrap: wrap; }
  .sns_list > div {
    border: none !important;
    width: 16.66% !important; }
    @media only screen and (max-width: 768px) {
      .sns_list > div {
        width: 25% !important; } }
  .sns_list .sns_text {
    display: none; }
  .sns_list .sns_photo {
    width: 100% !important;
    padding: 0 !important; } */

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