@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: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.6;
	color: #3A3A3A;
}
/* 基本パーツ
-------------------------------------------- */
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;
}
.no-margin{
	max-width: 100%;
  margin: 0;
  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: #3A3A3A;
  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;
}
span.main-step {
  white-space: nowrap; /* スマホの時だけ改行させる */
}
/* paddingの部分はみ出し防止 */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
a.ex-link {
  color: blue;
}
a.ex-link:hover {
  color: cornflowerblue;
}
a.ex-link:after {
  content: url("../../images2024/common/ico-link.png");
  margin-left: 5px;
}
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 {
	font-size: 1.5rem;
}
.is-pc{
  display: none;
  }

.is-sp{
  display: block;
  }
/*--- body背景 --- */
/*　固定ヘッダー
-------------------------- */
#header-frame {
  z-index: 10;
  position: fixed;
  top: 0px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 8px 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; /*上下中央寄せ*/
  margin: 0 auto 5px auto;
}
.header-logo {
  width: 60%;
  margin: 5px 0 0 10px;
}
.header-menu{
		display: none;
	}
/*--- 固定ヘッダー内メニュー --- */
.fixed-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;
}
/*------ パンクズリスト ------- */
div.pankuzu {
  padding: 0px;
  margin: 0 0 20px 0;
}
div.pankuzu-body {
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
}
ul.pankuzu {
  overflow: hidden;
  width: 90%;
  font-size: 14px;
  margin: 0 auto;
  font-weight: 600;
}
ul.pankuzu li.home-icon {
  float: left;
  margin: 0 0 0 0;
  background: url("../../images2024/common/pan-home.png") left center no-repeat;
  padding: 0 0 0 15px;
}
ul.pankuzu li {
  float: left;
  margin: 0 0 0 0;
}
ul.pankuzu li:before {
  content: "　＞　";
}
.pankuzu-cate {
  border-left: #000000 solid 0px;
  padding: 0px;
  margin: 0 0px 0 0px;
}
.pankuzu-cate:before {
  content: "●";
  color: #5ecbe4;
}
ul.pankuzu a {
  padding: 3px 5px 3px 5px;
  text-decoration: none;
  color: #333;
}
ul.pankuzu a:before {}
ul.pankuzu li.home-icon:before {
  content: "";
}
ul.pankuzu a:hover {}
/*--- 見出し --- */
h2 {
  font-size: 3.6rem;
  margin: 0;
  font-weight: 600;
	margin: 0 0 30px 0;
}
h2.contents-h2 {
  font-size: 2.8rem;
  margin: 0 0 20px 0;
  letter-spacing: 0.15em;
	text-align: center;
	font-weight: 500;
}
h2.contents02-h2 {
  font-size: 2.8rem;
  margin: 0 0 20px 0;
  letter-spacing: 0.15em;
	font-weight: 500;
}
/*--- 共通 テキスト装飾 --- */
.text-ll {
  font-size: 1.8rem;
	margin: 0 0 20px 0;
}
.text-l {
  font-size: 1.8rem;
}
.text-m {
  font-size: 1.6rem;
}
.text-s {
  font-size: 1.3rem;
}
.text-ss {
  font-size: 1.1rem;
}
.wgt_bold {
  font-weight: 600;
}
.wgt_regular {
  font-weight: 400;
}
.mag_bottom {
  margin: 0 0 20px 0;
}
.em-gr,.em-rd,.em-bl{
	padding: 0px 15px;
	margin: 0 0 0 10px;
	color: #fff;
	border-radius: 5px;
}
.em-gr{
	background: #7DCC57;
}
.em-rd{
	background: #B82D5E;
}
.em-bl{
	background: #27658A;
}
/*--- 共通 背景・幅 --- */
section {
  width: 100%;
  margin: 0 auto 40px auto;
}
.contents-wrap {
  width: 92%;
  margin: 0 auto;
  padding: 0px;
}
.bg-bl{
	background: #e1f4fa;
	padding: 60px 0;
	margin: 30px 0;
}
/*--- フッター --- */
footer {
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 24px 0;
  background: #009CD5;
  color: #fff;
}
.footer-flame {
  width: 92%;
  margin: 0 auto;
  padding: 0px;
}
.footer-l {
  width: 100%;
  font-size: 1.6rem;
}
.footer-l p {
  line-height: 2.0em;
}
.f-ad {
  background: url("../../images2024/common/f-ad.png") left top 5px no-repeat;
  padding: 0 0 0 30px;
}
.f-tel {
  background: url("../../images2024/common/f-tel.png") left top 8px no-repeat;
  padding: 0 0 0 30px;
}
.footer-r {
  width: 100%;
	display: none;
}
/*フッターメニュー
---------------------------------------------*/
.ts_nav_in {
  margin: 0px 0px 0 0px;
}
.ts_mainnav_1 {
  padding: 0px 0;
}
.ts_mainnav_1 li {
  margin: 0 0 10px 0px;
}
.ts_mainnav_1 li a {
  margin: 0 0 5px 0px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}
.ts_shop_list {
  margin: 0 0 0px 10px;
}
.ts_shop_list li{
  margin: 0 0 0px 10px;
}
.ts_shop_list li a {
  margin: 0 25px 5px 0px;
  font-size: 1.5rem;
  font-weight: 500;
}
.ts_mainnav_2 {
  margin: 30px 0 10px 0px;
}
.ts_mainnav_2 li a {
  margin: 0 30px 10px 0px;
  font-size: 1.6rem;
  color: #fff;
	font-weight: 500;
}
.ts_mainnav_3 {
  margin: 0px 0 10px 0px;
}
.ts_mainnav_3 li a {
  margin: 0 30px 10px 0px;
  font-size: 1.6rem;
  color: #fff;
	font-weight: 500;
}

.copyright {
  width: 92%;
  padding: 10px 0;
  margin: 0px auto;
  font-size: 1.2rem;
}
/*　UIパーツ
-------------------------- */
#to-top {
  display: none;
}
.fixed-top {
	  display: none;
  }
.fixed-icon {
  display: none;
}
/* == */
@media print, screen and (min-width : 768px) {
  /* 共通レイアウト
-------------------------------------------- */
  body {
	  font-size: 1.6rem;
  }
  .is-pc{
  display: block;
}

.is-sp{
  display: none;
}
  /*--- body背景 --- */
  /*　固定ヘッダー
-------------------------- */
  #header-frame {
    z-index: 10;
    position: fixed;
    top: 0px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 15px 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: 98%;
    margin: 0 auto 5px auto;
  }
  .header-logo {
    width: 40%;
  }
  /*--- 固定ヘッダー内メニュー --- */
  .fixed-menu {
    display: block;
    -webkit-justify-content: flex-start; /*左右中央寄せ*/
    justify-content: flex-start; /*左右中央寄せ*/
    display: -webkit-box; /* Android4.3以前ブラウザ用 */
    display: -webkit-flex; /* iOS8以前Safari用 */
    display: flex;
    -webkit-align-items: center; /*上下中央寄せ*/
    align-items: center; /*上下中央寄せ*/
    -webkit-flex-wrap: wrap; /*折り返し(mac safari用)*/
    flex-wrap: wrap; /*折り返し*/
  }
  .fixed-menu li {
    margin: 0 0 0 30px;
    font-size: 2.2rem;
    font-weight: 500;
  }
  .fixed-menu li a {
    position: relative;
  }
  .fixed-menu li a:hover {
    color: #c43401;
    transition: all 400ms;
  }
  .fixed-menu li a::after {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: -5px;
    left: 0%;
    /*線の形状*/
    width: 100%;
    height: 3px;
    background: #c43401;
    /*アニメーションの指定*/
    transition: all .3s;
    transform: scale(0, 1); /*X方向0，Y方向1*/
    transform-origin: left top; /*左上基点*/
  }
  /*現在地とhoverの設定*/
  .fixed-menu li.current a::after, .fixed-menu li a:hover::after {
    transform: scale(1, 1); /*X方向にスケール拡大*/
  }
  /*--- スマホ用 検索・電話番号 --- */
  .sp-tools {
    display: none;
  }
  /*--- パンクズリスト --- */
  div.pankuzu {
    padding: 0px;
    margin: 0;
  }
  div.pankuzu-body {
    margin: 0px auto 10px auto;
    padding: 0px 0 0 0;
  }
  ul.pankuzu {
    font-size: 15px;
    width: 100%;
  }
  /*--- 見出し --- */
  h2 {
    font-size: 4rem;
    margin: 0 0 15px 0;
  }
  h2.contents-h2 {
    font-size: 3.0rem;
    margin: 0 0 47px 0;
    letter-spacing: 0;
  }
	h2.contents02-h2 {
    font-size: 3.0rem;
    margin: 0 0 30px 0;
    letter-spacing: 0;
  }
/*--- 共通 テキスト装飾 --- */
.text-ll {
  font-size: 2.0rem;
	margin: 0 0 20px 0;
}	
.text-l {
  font-size: 1.8rem;
}
.text-m {
  font-size: 1.7rem;
}
.text-s {
  font-size: 1.4rem;
}	
  /*--- 共通 背景・幅 --- */
  section {
    width: 100%;
    margin: 0 auto 40px auto;
  }
  .contents-wrap {
    width: 89%;
	  max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0px 0 0;
	  font-size: 1.6rem;
  }
  /*--- スマホ用メニュー --- */
  div.sp-drawer {
    display: block;
  }
  /*--- フッター --- */
  footer {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 20px 0;
  }
  .footer-flame {
    width: 89%;
	  max-width: 1200px;
    margin: 0 auto;
    padding: 0px;
  }
  div.footer-l {
    width: 50%;
    font-size: 1.6rem;
	  display: block;
  }
  div.footer-r {
    width: 50%;
    margin: 15px 0 0 0;
    line-height: 1.5;
  }
  .fixed-menu-flame {
    width: 100%;
    margin: 0px 0 0 0;
  }
  ul.footer-menu li {
    width: 48%;
    margin: 0 0px 13px 0;
    padding: 12px 0;
  }
  ul.footer-menu li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .copyright {
    font-size: 1.2rem;
    margin: 25px 0 0px 0;
    padding: 0 0 30px 0;
  }
  /*　UIパーツ
-------------------------- */
  #to-top {
    position: fixed;
    right: 0%;
    top: 205px;
    z-index: 100;
  }
  .fixed-top {
    background-color: rgba(239, 253, 255, 0.8);
    border-radius: 24px 0px 0px 24px;
    margin: 0 0 30px 0;
	  display: block;
  }
  .fixed-icon {
    padding: 40px 25px;
    display: block;
  }
  .fixed-icon li {
    margin: 16px 0;
  }
  .vertical-rl {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 50px 15px;
    line-height: 1.4;
    font-size: 1.8rem;
    letter-spacing: 0.3em;
	  font-weight: 500;
  }
}
@media print, screen and (min-width : 1200px) {
	.header-logo {
    width: 28%;
  }
	.footer-r {
	display: block;
}
	.fixed-menu-flame {
    width: 41%;
    margin: 0px 0 0 0;
  }
.header-menu{
		display: block;
	}	
	/*--- スマホ用メニュー --- */
  div.sp-drawer {
    display: none;
  }
}
@media print, screen and (min-width : 1600px) {
  /* 共通レイアウト
-------------------------------------------- */
  /*--- body背景 --- */
  /*　固定ヘッダー
-------------------------- */
  .fixed-header {
    max-width: 1770px;
    margin: 0 auto 5px auto;
  }
  .header-logo {
    width: 28%;
  }
  /*--- 固定ヘッダー内メニュー --- */
  .fixed-menu li {
    margin: 0 0 0 40px;
    font-size: 2.2rem;
  }
  /*--- 共通 背景・幅 --- */
  .contents-wrap {
    width: 1287px;
    margin: 0 auto 0 auto;
    padding: 20px 0px 0 0;
  }
	
  /*--- スマホ用メニュー --- */
  div.sp-drawer {
    display: none;
  }
  /*--- フッター --- */
  footer {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 20px 0;
  }
  .footer-flame {
    width: 1287px;
    margin: 0 auto;
    padding: 0px;
  }
}
@media print {
  body {
    width: 1200px;
  }
  #sb-header-frame {
    display: none;
  }
  nav.nav-fixed {
    display: none;
  }
  .fixed-header {
    display: none;
  }
  .fixed-header-btn {
    display: none;
  }
}