@charset "utf-8";
/* CSS Document */
@import url("flexbox.css");
/* Google Font 読み込み */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
html {
  font-size: 62.5%;
}
html, body {
  /*height: 100%;
	font-family: "Yu Gothic", "Meiryo", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: 500;*/
  font-family: YakuHanJPs, "Zen Kaku Gothic Antique", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
/* 基本パーツ
-------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}
h3 {
  font-size: 120%;
}
ul {
  list-style: none;
}
img { /* Fluid-img */
  max-width: 100%;
  margin: 0 auto 0 auto;
  vertical-align: middle;
}
td img {
  vertical-align: baseline;
}
strong {
  font-weight: 600;
  font-size: 110%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
p {
  margin: 0 0 0 0px;
  padding: 0 0 0 0;
  line-height: 1.7;
  word-break: break-all /*行末で改行 （単語の途中であっても改行させる）*/
}
blockquote {
  margin: 0 30px 0 30px;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
a:hover {
  text-decoration: none;
  color: #999;
}
/*--- clearfix --- */
.clearfix:after {
  content: "."; /* 新しい要素を作る */
  display: block; /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
/* floatをクリア */
.clear {
  clear: both;
}
/* paddingの部分はみ出し防止 */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
form input, form select, form input, form textarea {
  padding: 5px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
form input[type=checkbox], form label[type=checkbox] form label[type=checkbox] {
  margin: 5px 0 5px 0;
}
form label[type=checkbox] {
  margin: 5px 0 5px 0;
}
form textarea {
  width: 80%;
  margin: 0 auto 0 auto;
}
/* 共通レイアウト
-------------------------------------------- */
body {}
.br-sp {
  display: block;
}
.br-pc {
  display: none;
}
/*　固定ヘッダー
-------------------------- */
#header-frame {
  width: 100%;
  padding: 0px 0;
  background: #fff;
}
.fixed-header {
  -webkit-justify-content: space-between; /*左右中央寄せ*/
  justify-content: space-between; /*左右中央寄せ*/
  display: -webkit-box; /* Android4.3以前ブラウザ用 */
  display: -webkit-flex; /* iOS8以前Safari用 */
  display: flex;
  -webkit-align-items: center; /*上下中央寄せ*/
  align-items: center; /*上下中央寄せ*/
  margin: 0 auto 0px auto;
}
.header-logo {
  width: 280px;
  margin: 8px 0 8px 10px;
}
.sp-tel, .sp-inq {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 0 20px
}
.sp-tel {
  background: #C6B418;
}
.sp-inq {
  background: #7B4551;
}
nav.header-menu {
  display: none;
}
/*--- スマホ用 検索・電話番号 --- */
.sp-tools {
  display: block;
  width: 94%;
  margin: 0 auto 10px auto;
}
.sp-search {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  border: 1px solid #898989;
  background: #fff;
  width: 48%;
}
.sp-search img {
  margin: 0;
  padding: 0;
}
.sp-tel {
  font-size: 112.5%;
  font-weight: 600;
}
/*--- スマホ用メニュー --- */
div.sp-drawer {
  display: block;
}
/*--- 見出し --- */
.contents-h2 {
  background: url("../../images/stripe-bg.png");
  padding: 25px 0;
  text-align: center;
  font-size: 2.8rem;
}
.contents-h2 span {
  display: block;
  font-size: 2.0rem;
  margin-top: 0px;
}
/*--- 共通 テキスト装飾 --- */
.em-pk {
  color: #FF7B77;
}
.em-gr {
  color: #55C983;
}
.em-wh {
  color: #fff;
}
.txt-thick {
  font-weight: 600;
}
.txt-l {
  font-size: 2.0rem;
}
/*--- 共通 背景・幅 --- */
section {
  width: 92%;
  margin: 0 auto 0px auto;
}
.contents-frame {}
.contents-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0px 0 0 0;
  font-size: 1.6rem;
  background: #fff;
}
.contents-wrap-pk {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 0 0;
  font-size: 1.8rem;
  background: #F39091;
}
.contents-bg-wh {
  width: 90%;
  margin: 0 auto 30px auto;
  padding: 40px 0 30px 0;
  font-size: 1.8rem;
  background: #fff;
}
.box-inside {
  padding: 40px 5px;
  width: 100%;
  text-align: center;
}
/*--- フッター --- */
.footer-text {
  margin: 0 0px 20px 0;
  font-size: 3.1rem;
  font-weight: 500;
  width: auto;
  line-height: 1.4;
  text-align: center;
}
footer {
  width: 100%;
  margin: 0px auto 0 auto;
  padding: 0px 0 0 0;
  background: #F39091;
  color: #fff;
}
.footer-flame {
  width: 92%;
  margin: 0 auto;
  padding: 40px 0;
}
.f-catch {
  font-size: 1.8rem;
  text-align: center;
  margin: 0 0 30px 0;
}
  .f-ad01 {
    text-align: center;
    font-size: 1.5rem;
    margin: 0px auto 0px auto;
    padding: 0 0 0px 0;
  }

/*　UIパーツ
-------------------------- */
  #to-top {
    position: fixed;
    right: 15px;
    bottom: 10px;
    z-index: 100;
  }
.fixed-icon {
  display: block;
}
  .fixed-icon li {
    margin: 16px 0;
	  width: 80px;
  }
/* == */
@media print, screen and (min-width : 768px) {
  /* 共通レイアウト
-------------------------------------------- */
  body {}
  .br-sp {
    display: none;
  }
  .br-pc {
    display: block;
  }
  /*　固定ヘッダー
-------------------------- */
  #header-frame {
    padding: 0px 0;
  }
  .fixed-header {
    -webkit-justify-content: space-between; /*左右中央寄せ*/
    justify-content: space-between; /*左右中央寄せ*/
    display: -webkit-box; /* Android4.3以前ブラウザ用 */
    display: -webkit-flex; /* iOS8以前Safari用 */
    display: flex;
    -webkit-align-items: center; /*上下中央寄せ*/
    align-items: center; /*上下中央寄せ*/
    width: 100%;
    margin: 20px auto 0px auto;
  }
  .header-logo {
    width: 38%;
    margin: 0 0 0 20px;
  }
  .sp-tel, .sp-inq {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
  }
  nav.header-menu {
    display: none;
  }
  /*--- スマホ用 検索・電話番号 --- */
  .sp-tools {
    display: none;
  }
  /*--- 見出し --- */
  .contents-h2 {
    padding: 25px 0;
    text-align: center;
    font-size: 3.8rem;
  }
  .contents-h2 span {
    display: block;
    font-size: 2.6rem;
    margin-top: 0px;
  }
  /*--- 共通 テキスト装飾 --- */
  /*--- 共通 背景・幅 --- */
  section {
    width: 95%;
    margin: 0 auto 0px auto;
  }
  .contents-wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0px 0px 0px 0;
  }
  .contents-wrap-pk {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0px 50px 0;
  }
  .box-inside {
    padding: 60px 30px;
    width: 60%;
    text-align: left;
  }
  /*--- スマホ用メニュー --- */
  div.sp-drawer {
    display: block;
  }
  /*--- フッター --- */
  .footer-text {
    padding: 0 0px 0 0;
    margin: 20px 30px;
    font-size: 3.8rem;
    font-weight: 500;
    width: auto;
    line-height: 1.2;
  }
  footer {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 0 0;
  }
  .f-ad01 {
    text-align: center;
    font-size: 1.6rem;
    margin: 0px auto 0px auto;
    padding: 0 0 0px 0;
  }
  /*　UIパーツ
-------------------------- */
  #to-top {
    position: fixed;
    right: 15px;
    bottom: 20px;
    z-index: 100;
  }
  .fixed-top {
  }
  .fixed-icon {
    display: block;
    padding: 0px;
  }
  .fixed-icon li {
    margin: 0;
	  width: 120px;
  }
}
@media print, screen and (min-width : 1400px) {
  /* 共通レイアウト
-------------------------------------------- */
  body {
    font-size: 1.6rem;
  }
	  /*--- スマホ用メニュー --- */
  div.sp-drawer {
    display: none;
  }

  /*　固定ヘッダー
-------------------------- */
  .fixed-header {
    width: 1400px;
    height: auto;
    margin: 0px auto 60px auto;
  }
  .header-logo {
    width: auto;
    margin: 15px 0 15px 0px;
  }
  nav.header-menu {
    text-align: center;
    display: block;
  }
  nav ul {
    margin: 0;
    padding: 0;
  }
  nav li {
    list-style: none;
    display: inline-block;
    width: 10%;
    min-width: 150px;
    font-size: 1.6rem;
    font-weight: 500;
  }
  nav li:not(:last-child) {
    border-right: 1px solid #333;
  }
  nav a {
    text-decoration: none;
  }
  nav a:hover {
    color: #72d6be;
  }
  /*--- 見出し --- */
  /*--- 共通 テキスト装飾 --- */
  .txt-l {
    font-size: 2.6rem;
  }
  /*--- 共通 背景・幅 --- */
  section {
    width: 1200px;
    margin: 40px auto 60px auto;
  }
  .contents-wrap {
    width: 1400px;
    margin: 0 auto;
    font-weight: 400;
    padding: 0px 0px 0px 0px;
  }
  .contents-wrap-pk {
    width: 1400px;
    margin: 0 auto;
    font-weight: 400;
    padding: 50px 0px 0px 0px;
  }
  /*　コンタクト
-------------------------- */
  /*--- フッター --- */
  footer {
    width: 100%;
    margin: 0px auto 0 auto;
    padding: 0px 0 0 0;
  }
  .footer-flame {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
  }
  .f-catch {
    font-size: 2.4rem;
    text-align: center;
    margin: 0 0 30px 0;
  }
  /*　UIパーツ
-------------------------- */
  #to-top {
    position: fixed;
    right: 135px;
    bottom: 40px;
    z-index: 100;
  }
  .fixed-icon li {
    margin: 0;
	  width: 170px;
  }
	
}
@media print {
  body {
    width: 1200px;
  }
  #sb-header-frame {
    display: none;
  }
  nav.nav-fixed {
    display: none;
  }
  .fixed-header {
    display: none;
  }
  .fixed-header-btn {
    display: none;
  }
}