@charset "utf-8";

/* ----------------------------------------------------
  coming-soon
---------------------------------------------------- */
.coming-soon {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 22px;
  color: #222;
}

/* ----------------------------------------------------
  Google font　日本語
---------------------------------------------------- */
.jp01{font-family: 'Noto Sans JP', sans-serif;} /* ゴシック */
.jp02{font-family: 'Zen Maru Gothic', sans-serif;} /* 丸ゴシック */

/* ----------------------------------------------------
  テキスト高さ
---------------------------------------------------- */
.text01{line-height: 33px; letter-spacing: 1.5px;}
@media print, screen and (min-width: 992px) {.text01{line-height: 35px;}}

/* ----------------------------------------------------
  文字寄せ
---------------------------------------------------- */
/*　スマホ左寄せ　ほか中央
---------------------------------------------------- */
.ctr-text01{text-align: left;}
@media print, screen and (min-width: 768px) {.ctr-text01{text-align: center;}}

/*　スマホ中央　ほか左寄せ
---------------------------------------------------- */
.ctr-text02{text-align: center;}
@media print, screen and (min-width: 768px) {.ctr-text02{text-align: left;}}

/* ----------------------------------------------------
  背景色と文字色
---------------------------------------------------- */
/* 背景色
---------------------------------------------------- */
.bg_white{background: #fff;}
.bg_gray{background: #f4f5f6;}
.bg_pink{background: #ffdede;}
.bg_pink02{background: #faf3f0;}

.bg_contact{background: url("../images/bg_contact.jpg") no-repeat scroll 50% 0% / cover;}
.bg_paper_02{background-image: url("../images/bg_paper_02.jpg")}

.bg01{background: url("../images/bg01.jpg") no-repeat scroll 50% 0% / cover;}
.bg02{background: url("../images/bg02.jpg") no-repeat scroll 50% 0% / cover;}
.bg03{background: url("../images/bg03.jpg") no-repeat scroll 50% 0% / cover;}
.bg04{background: url("../images/bg04.jpg") no-repeat scroll 50% 0% / cover;}
.bg05{background: url("../images/bg05.jpg") no-repeat scroll 50% 0% / cover;}
.bg06{background: url("../images/bg06.jpg") no-repeat scroll 50% 0% / cover;}
.bg07{background: url("../images/bg07.jpg") no-repeat scroll 50% 0% / cover;}
.bg08{background: url("../images/bg08.jpg") no-repeat scroll 50% 0% / cover;}
.bg09{background: url("../images/bg09.jpg") no-repeat scroll 50% 0% / cover;}

/* 文字色
-------------------------- */
.white{color:#fff}
.blue{color: #4e79e8;}
.lightblue{color: #476c9f}
.mizuiro{color: #3399cc}
.pink{color: #fb869b;}

/* ----------------------------------------------------
  ボタン
---------------------------------------------------- */
/*  ボタンアニメ
---------------------------------------------------- */
.btna::before,
.btna::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	}
.btna,
.btna::before,
.btna::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .5s;
	}


/* ----------------------------------------------------
  instagram
---------------------------------------------------- */
.pt20 {padding-top: 20px !important;}

/* ----------------------------------------------------
  block
---------------------------------------------------- */
/*  btn01
---------------------------------------------------- */
.btn01 {
  display: block;
  width: 100%;
  padding: 15px 2px;
  text-align: center;
  letter-spacing: 2px;
  color: #222 !important;
  background: #fff;
  border: 1px solid #222;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 100px;
}
.btn01:visited {
  color: #222 !important;
}
.btn01:hover,
.btn01:active {
  background: #f3edea;
  letter-spacing: 3px;
  color: #222 !important;
  text-decoration: none !important;
}
.btn01 i {
  font-size: 16px;
  margin: 0 0 0 5px;
  color: #222;
}


/* ----------------------------------------------------
  btn03
---------------------------------------------------- */
.btn03 {
  display: block;
  width: 100%;  
  color: #fff !important;
  background: #353a51;  
  padding: 15px 2px;
  letter-spacing: 2px;
  border: 0;
  text-align: center;  
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 100px;
}
.btn03:visited {
  color: #fff !important;
}
.btn03:hover,
.btn03:active {
  color: #fff !important;  
  background: #4f79e7;
  letter-spacing: 3px;
  text-decoration: none !important;
}
.btn03 i {
  font-size: 16px;
  margin: 0 0 0 5px;
  color: #fff;
}


/* ----------------------------------------------------
  inline-block
---------------------------------------------------- */
/*  btn01_in
---------------------------------------------------- */
.btn01_in {
  display: inline-block;
  width: 270px;
  margin:0 0 10px 0;  
  padding: 15px 2px;
  text-align: center;
  letter-spacing: 2px;
  color: #222 !important;
  border: 1px solid #222;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 100px;
}

@media print, screen and (min-width: 768px) {
.btn01_in {
  width: 200px;  
  margin:0 5px 30px 5px;
  }
}
@media print, screen and (min-width: 992px) {
.btn01_in {
  width: 270px;
  }
}

.btn01_in:visited {
  color: #222 !important;
}
.btn01_in:hover,
.btn01_in:active {
  background: #f3edea;
  letter-spacing: 3px;
  color: #222 !important;
  text-decoration: none !important;
}
.btn01_in i {
  font-size: 16px;
  margin: 0 0 0 5px;
  color: #222;
}


/* ----------------------------------------------------
  btn03_in
---------------------------------------------------- */
.btn03_in {
  color: #fff !important;
  background: #353a51;  
  display: inline-block;
  width: 270px;
  padding: 15px 2px !important;
  letter-spacing: 2px;
  border: 0;
  text-align: center;  
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 100px;
}
.btn03_in:visited {
  color: #fff !important;
}
.btn03_in:hover,
.btn03_in:active {
  color: #fff !important;  
  background: #4f79e7;
  letter-spacing: 3px;
  text-decoration: none !important;
}
.btn03_in i {
  font-size: 16px;
  margin: 0 0 0 5px;
  color: #fff;
}


/* ----------------------------------------------------
  h2
---------------------------------------------------- */
/* 左寄せ　背景画像あり　文字アニメーション
---------------------------------------------------- */
.h2_02{background: url("../images/h2_02.jpg") no-repeat scroll 50% 0% / cover;}
.h2_03{background: url("../images/h2_03.jpg") no-repeat scroll 50% 0% / cover;}
.h2_04{background: url("../images/h2_04.jpg") no-repeat scroll 50% 0% / cover;}
.h2_05{background: url("../images/h2_05.jpg") no-repeat scroll 50% 0% / cover;}
.h2_06{background: url("../images/h2_06.jpg") no-repeat scroll 50% 0% / cover;}
.h2_07{background: url("../images/h2_07.jpg") no-repeat scroll 50% 0% / cover;}
.h2_08{background: url("../images/h2_08.jpg") no-repeat scroll 50% 0% / cover;}
.h2_09{background: url("../images/h2_09.jpg") no-repeat scroll 50% 0% / cover;}
.h2_10{background: url("../images/h2_10.jpg") no-repeat scroll 50% 0% / cover;}

.h2_midasi_01_bgimg {
  position: relative;
  color: white;
  z-index: 0;
  overflow: hidden;
}
.h2_midasi_01_bgimg::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 20, 20, 0.6); /* ここで暗さを調整 */
  z-index: -1; /* 背景の後ろに来ないように注意 */
}
.h2_midasi_01{
	padding:100px 0 30px 0;
  text-align: center;
	color: #fff;
}

@media print, screen and (min-width: 768px) {.h2_midasi_01{padding:120px 0 50px 0;}}
@media print, screen and (min-width: 992px) {.h2_midasi_01{padding:190px 0 80px 0;}}

.h2_midasi_01 p{
	font-size: 30px;
	line-height:40px;
	letter-spacing:2px;
	}
.h2_midasi_01 h2{
	font-size: 16px;
	letter-spacing:2px;
}
@media print, screen and (min-width: 768px) {
.h2_midasi_01 p{
	font-size: 40px;
	line-height:60px;
	letter-spacing:3px;
	}
.h2_midasi_01 h2{
	font-size: 20px;
	}
}
@media print, screen and (min-width: 992px) {
.h2_midasi_01 p{
	font-size: 50px;
	line-height:70px;
	}
.h2_midasi_01 h2{
	font-size: 24px;
	}
}


/* ----------------------------------------------------
  テキストリンク
---------------------------------------------------- */
.sousyoku_01{
  background: url("../images/border01.png") no-repeat center top;
  padding-top: 50px;
}

.sousyoku_02{
  background: url("../images/border01.png") no-repeat center top;
  padding-top: 40px;
}


/* ----------------------------------------------------
  縦書き
---------------------------------------------------- */
/* 横書き（ipad中央配置対策）
---------------------------------------------------- */
.tategaki_wrap {
  display: flex;
  align-items: center; /* 上下中央配置 */
  justify-content: center; /* 左右中央配置 */  
  width: 100%;   /* grid内で横幅を認識 */
  margin-bottom: 30px;
}

/* 中身のみ縦書き
---------------------------------------------------- */
.tategaki {
  writing-mode: vertical-rl;      /* 文字の流れを縦書きにする（右から左へ） */
  text-orientation: upright;      /* 文字を縦向きで表示（英数字も） */
  display: flex;                  /* 要素を縦方向に並べる */
  flex-direction: column;         /* 要素を縦方向に積む */
  gap: 20px;                      /* 要素同士の余白 */
  width: max-content;             /* 中身の内容分だけ幅を持たせるipad対策 */
}

/* 縦書き　小見出し
---------------------------------------------------- */
.tategaki_minititle {
  font-size: 10px;
  line-height: 20px;
}
@media print, screen and (min-width: 768px) {
.tategaki_minititle {
  font-size: 13px;
  line-height: 28px;
  margin-right: 20px;
  }
}
@media print, screen and (min-width: 992px) {
.tategaki_minititle {
  margin-right: 50px;
  }
}
@media print, screen and (min-width: 1200px) {
.tategaki_minititle {
  margin-right: 70px;
  }
}

.tategaki_minititle span{
  color: #fff;
  background-image: linear-gradient(0deg, #ffbb80, #fb869b);
  padding:13px 5px 10px 10px;
  font-size: 18px;
  letter-spacing: 3px;
  text-orientation: sideways;
/*  font-family: "Cormorant Garamond", serif;*/
}

/* 縦書き　見出し
---------------------------------------------------- */
.tategaki_title {
  font-size: 18px;
  line-height: 25px;
}
@media print, screen and (min-width: 768px) {
.tategaki_title {
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 1px;
  }
}
@media print, screen and (min-width: 1400px) {
.tategaki_title {
  font-size: 28px;
  line-height: 36px;
  margin-left: 30px;
  letter-spacing: 2px;  
  }
}

/* 縦書き　見出し
---------------------------------------------------- */
.tategaki_text {
  font-size: 14px;
  line-height: 20px;
  }
@media print, screen and (min-width: 768px) {
.tategaki_text {
  font-size: 16px;
  line-height: 35px;
  }
}
@media print, screen and (min-width: 1400px) {
.tategaki_text {
  font-size: 16px;
  line-height: 40px;
  }
}


/* ----------------------------------------------------
  幅変更で縦長
---------------------------------------------------- */
.tatenaga_img_01 img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center center;
}
@media print, screen and (min-width: 768px) {
  .tatenaga_img_01 {
    aspect-ratio: 1 / 1.3;
    overflow: hidden;
  }
  .tatenaga_img_01 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media print, screen and (min-width: 992px) {
  .tatenaga_img_01 {
    aspect-ratio: 1 / 1.4;
    overflow: hidden;
  }
}
@media print, screen and (min-width: 1200px) {
  .tatenaga_img_01 {
    aspect-ratio: auto;
    overflow: visible;
  }
  .tatenaga_img_01 img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}


/* ----------------------------------------------------
  ボックス並び
---------------------------------------------------- */
.box_yohakubox_01{
  padding:40px 20px 20px 20px;
  background-color: #fff;
  border-radius: 20px;
  position:relative;
  margin:0 0 40px 0;
}
@media print, screen and (min-width: 768px) {
  .box_yohakubox_01{
    padding:60px 15px 15px 15px;
    margin:0 20px 70px 20px;    
  }
}
@media print, screen and (min-width: 1200px) {
  .box_yohakubox_01{
    padding:70px 30px 30px 30px;
    margin:0 20px 70px 20px;
  }
}
@media print, screen and (min-width: 1400px) {
  .box_yohakubox_01{
    padding:80px 40px 30px 40px;
    margin:0 20px 70px 20px;
  }
}

.box_yohakubox_01 .midasi_number{
  padding:7px 10px;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  border-radius: 10px;
  background: #fb869b;
  position:absolute;
  top:-20px;
  left:20px;
}

@media print, screen and (min-width: 768px) {
  .box_yohakubox_01 .midasi_number{
    padding:12px 15px;
    font-size: 19px;
    top:-10px;
    left:-10px;
  }
}
@media print, screen and (min-width: 992px) {
  .box_yohakubox_01 .midasi_number{
    padding:20px 23px;
    font-size: 20px;
    top:-20px;
    left:-20px;
  }
}

.box_yohakubox_01 h4 {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 15px;
  text-align: center;
}
@media print, screen and (min-width: 992px) {
  .box_yohakubox_01 h4 {
    font-size: 20px;
  }
}

.box_yohakubox_01 p {
  font-size: 15px;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .box_yohakubox_01 p {
    margin-bottom: 20px;
  }
}


/* ----------------------------------------------------
  お問い合わせ（下部）
---------------------------------------------------- */
.bg_contact{
  background: url("../images/bg_contact.jpg") no-repeat center top;
  padding-top: 30px;
  }
@media print, screen and (min-width: 768px) {
.bg_contact{
  background: url("../images/bg_contact.jpg") no-repeat scroll 50% 0% / cover;
  padding-top: 100px;
  }
}
@media print, screen and (min-width: 1400px) {
.bg_contact{
  padding-top: 230px;
  }
}

.hako_contact{
  padding: 20px;
  border-radius: 20px;
  background: #fff;
}
@media print, screen and (min-width: 768px) {
.hako_contact{
  padding: 30px;
  }
}
@media print, screen and (min-width: 992px) {
.hako_contact{
  padding: 40px;
  }
}
@media print, screen and (min-width: 1600px) {
.hako_contact{
  padding: 90px 0;
  }
}

.hako_contact h3{
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
.hako_contact h3{
  margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 992px) {
.hako_contact h3{
  font-size: 25px;
  line-height: 35px;
  letter-spacing:2px;
  margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 1200px) {
.hako_contact h3{
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 5px;
  }
}

.hako_contact h4{
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 5px;
  text-align: center;
  }
@media print, screen and (min-width: 768px) {
.hako_contact h4{
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 3px;
  margin-bottom: 10px;
  }
}


/* ----------------------------------------------------
  下部　電話ボタン
---------------------------------------------------- */
.contact_bottom_tel_01{
	display:block;
	color:#fff;	
	background-color: #353a51;
	font-size:120%;	
	padding:15px 5px;
	text-align:center;
	font-weight: normal;
	margin-bottom: 8px;
  border-radius: 100px;
	}
	
.contact_bottom_tel_01 a:link,
.contact_bottom_tel_01 a:visited,
.contact_bottom_tel_01 a:hover,
.contact_bottom_tel_01 a:active{color:#fff}
.contact_bottom_tel_01 i{font-size:80%; margin:0 5px 0 0; color:#fff; vertical-align: middle;}

@media print, screen and (min-width: 768px) {
.contact_bottom_tel_01{
	background-color:transparent;
	padding:0;
	color: #222;
	font-size:24px;
	margin-bottom: 10px;
	}
.contact_bottom_tel_01 i{margin:0 5px 0 0; color:#222;}
}

@media print, screen and (min-width: 992px) {
.contact_bottom_tel_01{font-size:35px;}
.contact_bottom_tel_01 i{margin:0 8px 5px 0; font-size: 25px;}
}


/* ----------------------------------------------------
  タテ読み
---------------------------------------------------- */
.vertical-text {
  font-size: 23px;
  margin-bottom: 10px;
  letter-spacing: 3px;  
  text-align: center;
  }
@media print, screen and (min-width: 768px) {
.vertical-text {
  font-size: 28px;  
  text-align: center;
  }
}
@media print, screen and (min-width: 992px) {
.vertical-text {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    line-height: 1.8;
    margin: 0 auto;
    margin-bottom: 50px;
  }
}


/* ----------------------------------------------------
    ペン
---------------------------------------------------- */
.pen {background: linear-gradient(transparent 60%, #ebd8c2 60%);}


/* ----------------------------------------------------
    電話番号
---------------------------------------------------- */
.tandoku_btn_tel{
	display: block;
  width: 100%;  
  padding: 15px 2px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 8px;
  border-radius: 100px;
	color:#fff; /* 文字色 */  
	background-color: #353a51; /* 背景色 */
	}
	
.tandoku_btn_tel a:link,
.tandoku_btn_tel a:visited,
.tandoku_btn_tel a:hover,
.tandoku_btn_tel a:active{color:#fff}
.tandoku_btn_tel i{font-size:80%; margin:0 5px 0 0; color:#fff; vertical-align: middle;}

@media print, screen and (min-width: 768px) {
.tandoku_btn_tel{
	display: inline-block;
  width: 100%;  
	padding: 3px 0 0 0;
	margin-bottom: 0;
	font-size: 30px; /* 文字サイズ */
	color: #333; /* 文字色 */
	background-color:transparent;
  text-align: left !important;
	}
.tandoku_btn_tel i{
  margin:-5px 5px 0 0;
  color:#4e79e8;
	font-size: 20px; /* 文字サイズ */
  }
}


/* ----------------------------------------------------
    電話番号
---------------------------------------------------- */
.tandoku_btn_tel_02{
	display: block;
  width: 100%;  
  padding: 15px 2px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 8px;
  border-radius: 100px;
	color:#fff; /* 文字色 */  
	background-color: #353a51; /* 背景色 */
	}
	
.tandoku_btn_tel_02 a:link,
.tandoku_btn_tel_02 a:visited,
.tandoku_btn_tel_02 a:hover,
.tandoku_btn_tel_02 a:active{color:#fff}
.tandoku_btn_tel_02 i{font-size:80%; margin:0 5px 0 0; color:#fff; vertical-align: middle;}

@media print, screen and (min-width: 768px) {
.tandoku_btn_tel_02{
	display: inline-block;
  width: 100%;  
	padding: 3px 0 0 0;
	margin-bottom: 0;
	font-size: 30px; /* 文字サイズ */
	color: #333; /* 文字色 */
	background-color:transparent;
	}
.tandoku_btn_tel_02 i{
  margin:-5px 5px 0 0;
  color:#4e79e8;
	font-size: 20px; /* 文字サイズ */
  }
}


/* ----------------------------------------------------
   お問い合わせ
---------------------------------------------------- */
.mail-box{
	padding: 15px 10px;
	background: #fff;
	text-align: center;
  border-radius: 20px;
/*	border:1px solid #333;*/
	}
.mail-box h3{
	color:#333;
	font-size: 20px;
	margin-bottom: 20px;
	}
.mail-box h3 span{
	padding-bottom: 5px;
	border-bottom: 1px solid #333;
	}

@media print, screen and (min-width: 768px){
.mail-box{
	padding: 30px 10px;
	}
.mail-box h3{
	font-size: 30px;
	margin-bottom: 30px;
	}
}


/* 電話ボタン　電話の見た目
---------------------------------------------------- */
.contact_btn_tel{
	display:block;
	color:#fff;	
	background-color: #353a51;
	font-size:120%;	
	padding:15px 5px;
	text-align:center;
	font-weight: normal;
	margin-bottom: 8px;
  border-radius: 100px;
	}
	
.contact_btn_tel a:link,
.contact_btn_tel a:visited,
.contact_btn_tel a:hover,
.contact_btn_tel a:active{color:#fff}
.contact_btn_tel i{font-size:80%; margin:0 5px 0 0; color:#fff; vertical-align: middle;}

@media print, screen and (min-width: 768px) {
.contact_btn_tel{
	display:inline;
	background-color:transparent;
	padding:0;
	text-align:left;
	color: #353a51;
	font-size:24px;
	margin-bottom: 0;
	}
.contact_btn_tel i{margin:0 5px 0 0; color:#353a51;}
}

@media print, screen and (min-width: 992px) {
.contact_btn_tel{font-size:35px;}
.contact_btn_tel i{margin:0 8px 5px 0; font-size: 25px;}
}


/* ----------------------------------------------------
    背景固定画像
---------------------------------------------------- */
.bg_haikei_01{background: url("../images/bg_haikei_01.jpg") no-repeat center bottom}
@media print, screen and (min-width: 992px) {
.bg_haikei_01{
	background: url("../images/bg_haikei_01.jpg") no-repeat scroll 50% 0% / cover;
	height: auto;
	background-position: 50% 50%;
	background-attachment: fixed;
	}
}

.part_h{padding:60px 0;}
@media print, screen and (min-width: 768px) {.part_h{padding:100px 0 70px 0}}
@media print, screen and (min-width: 992px) {.part_h{padding:150px 0 120px 0}}
@media print, screen and (min-width: 1200px) {.part_h{padding:200px 0 150px 0}}


/* ----------------------------------------------------
  original_check
---------------------------------------------------- */
@media print, screen and (min-width: 768px) {.pl-0-md20-lg40{ padding-left:20px}}
@media print, screen and (min-width: 992px) {.pl-0-md20-lg40{ padding-left:40px}}

.original_check {
  width: 100%;
  list-style: none;
}
.original_check li {
  font-size: 16px;
  position: relative;
  border-bottom: #ddd dotted 3px;
  padding: 5px 0 5px 50px;  
}
.original_check li::before {
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 15px;
  position: absolute;
  left: 15px;  /* liの内側に配置 */
  top: 50%;
  transform: translateY(-50%); /* 縦中央寄せ */
  color: #4e79e8;
}

@media print, screen and (min-width: 768px) {
.original_check li {
  font-size: 16px;
  padding: 5px 0 5px 50px;
  }
}
@media print, screen and (min-width: 1200px) {
.original_check li {
  font-size: 18px;  
  padding: 10px 0 10px 50px;
  }  
}
@media print, screen and (min-width: 1600px) {
.original_check li {
  font-size: 20px;
  padding: 15px 0 15px 50px;  
  }  
}


/* ----------------------------------------------------
  セリフ
---------------------------------------------------- */
.balloon1-left {
	margin: 0 0 60px 0;
	padding: 12px;
	width: 100%;
	background:#fff;
	border-radius: 5px;
}
@media print, screen and (min-width: 768px) {
.balloon1-left {
	position: relative;
	display: inline-block;
	margin: 0 0 20px 40px;
	padding: 40px;
	width: 100%;
	font-size: 18px;
	background:#fff;
	border-radius: 30px;
}
.balloon1-left:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -25px;
	margin-top: -10px;
	border: 10px solid transparent;
	border-right: 15px solid #fff;
	}
.balloon1-left p {
	margin: 0;
	padding: 0;
	}
}


/* ----------------------------------------------------
  カタログ系
---------------------------------------------------- */
/* index 休診日
---------------------------------------------------- */
.ctrgimg_01{
  margin-bottom: 10px;  
}

/* 詳細ページ
---------------------------------------------------- */
.detail_days{
  font-size: 13px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
.detail_days{  
  font-size: 15px;
  margin-bottom: 15px;
  }
}
.detail_days .detail_day{
  float: left;
  display: inline-block;
  margin:0 10px 0 0;
}

.detail_days .detail_ctgr{
  float: left;
  display: inline-block;
  text-align: center;
  color: #fff;
  background:#353a51;
  border-radius: 100px;
  font-size: 13px;
  padding:0 10px;
  margin:0 7px 0 0;  
}

.detail_days .new{
  float: left;
  display: inline-block;
  font-size: 14px;
  }

.detail_title{
  font-size: 18px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 2px solid #353a51;
  }
@media print, screen and (min-width: 768px) {
.detail_title{
  font-size: 25px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  }
}

.detail_text{
  margin-bottom: 10px;  
}
@media print, screen and (min-width: 768px) {
.detail_text{
  margin-bottom: 20px;  
  }
}


/* ----------------------------------------------------
  フロー
---------------------------------------------------- */
.box_workflow {
  list-style: none;
  padding: 0;
  margin: 0;
}

.box_workflow li {
  display: flex;
  flex-direction: column; /* 縦並び */
  align-items: flex-start;
  margin-bottom: 20px;
  position: relative;
}

.box_workflow .box_workflow_number {
  width: auto;
  font-weight: none;
  padding-left: 24px; /* ●分のスペース */
  margin-right: 0;
  margin-bottom: 8px;
  position: relative;
  font-size: 18px;
  color: #222;
}

.box_workflow .box_workflow_number:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: -6px;
  top: 0.2em;
  font-size: 14px;
  color: #353a51;
  z-index: 1;
}

.box_workflow li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0px; /* ●の中心 */
  top: 22px;  /* ●の下から */
  bottom: -30px;
  width: 2px;
  background-color: #353a51;
  z-index: 0;
}

.box_workflow .box_workflow_cont {
  flex: none;
  padding-left: 22px;
}

.box_workflow h4{
  font-size: 120%;
  margin-bottom: 10px;
  color: #353a51;
}

/* 768以上
---------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .box_workflow li {
    flex-direction: row; /* 横並び */
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .box_workflow .box_workflow_number {
    width: 130px;
    padding-left: 30px;
    margin-right: 20px;
    margin-bottom: 0;
    font-size: 20px;
    letter-spacing:2px;
  }

  .box_workflow .box_workflow_number:before {
    font-size: 18px;
    top: 1px;
    left: 113px;
  }

  .box_workflow li:not(:last-child)::after {
    left: 121px;
    top: 14px;
    bottom: -40px;
    width: 2px;
  }

  .box_workflow .box_workflow_cont {
    flex: 1;
  }
}

@media print, screen and (min-width: 992px) {
  .box_workflow li {
    margin-bottom: 40px;
  }
  .box_workflow li:not(:last-child)::after {
    bottom: -50px;
  }  
}

/*　共通　内容の中にリストがある場合
------------------------------ */
/* 不要な ::after を完全無効化 */
.box_workflow_cont .inner_list li::after {
  content: none !important;
}

@media only screen and (max-width: 767px) {
  .box_workflow li {
    flex-direction: column !important; /* 縦並びに戻す */
    align-items: stretch !important;   /* 子要素を横いっぱいに伸ばす */
  }

  .box_workflow_cont {
    width: 100% !important;
    min-width: 0 !important; /* flex子の幅制限回避 */
  }

  .box_workflow_cont .inner_list {
    width: 100% !important;
    padding-left: 1.5em; /* ディスク分の余白 */
    margin-left: 3px;
    list-style: disc;
    box-sizing: border-box;
    flex: 1 1 100%;
  }

  .box_workflow_cont .inner_list li {
    display: list-item !important; /* flex無効化 */
    width: 100% !important;
    position: static !important;
    border-bottom: 1px solid #eee !important;
    padding: 5px 0 !important;
    margin-bottom: 0;
    box-sizing: border-box !important;
  }
}

@media print, screen and (min-width: 768px) {
  .box_workflow_cont .inner_list {
    padding-left: 1em;
    margin-left: 5px;
    list-style: disc;
  }

  .box_workflow_cont .inner_list li {
    display: list-item !important;
    position: static !important;
    border: none;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
  }
}


/* ----------------------------------------------------
  フロー
---------------------------------------------------- */
.flow_box_01{
	position:relative;
	background: #fff;
	padding: 40px 20px 30px 20px;
	border-radius:0 20px 0 20px
}
@media print, screen and (min-width: 768px) {
  .flow_box_01{
    padding:60px 40px 40px 40px;
  }
}
@media print, screen and (min-width: 992px) {
  .flow_box_01{
    padding:80px 60px 60px 60px;
  }
}

/* 番号
---------------------------------------------------- */
.flow_box_01 .bangou{
	position:absolute;
	top:-20px;
	width: 50px;
	height: 50px;
	font-size: 20px;
	display:block;
	color:#fff;
	background:#353a51;
	padding:10px 10px 10px 10px;
	text-align:center;
  border-radius: 10px;
	}
@media print, screen and (min-width: 768px) {
.flow_box_01 .bangou{
	top:-20px;
	left:20px;
	width: 70px;
	height: 70px;
	font-size: 30px;
	padding: 20px 22px 20px 19px;
	}
}


/* ----------------------------------------------------
  テーブル
---------------------------------------------------- */
table{border-spacing:0;border-collapse:separate;}

/* ----------------------------------------------------
  テーブル1
---------------------------------------------------- */
.table1{
  width:100%;
  border-top:0px;
  border-bottom:0px;
  border-collapse:collapse;  
}
.table1 th{
	width: 30%;
	padding:20px 0;
  border: solid #222;
  border-width: 1px 0;  
	vertical-align:middle;
	display:table-cell;
  font-weight: normal;
  background: transparent;
  text-align: center;
  word-break: break-word;
	}
@media print, screen and (min-width: 768px) {
.table1 th{
	width: 25%;
	}
}
.table1 td{
	padding:20px 0 20px 20px;
  border: solid #ccc;
  border-width: 1px 0;
	display:table-cell;
  background: transparent;
  word-break: break-word;
	}
@media only screen and (max-width: 767px) {
.table1 span{
	text-decoration:underline;
	color:#222;
	}
}


/* ----------------------------------------------------
  テーブル2
---------------------------------------------------- */
.table2{
	width: 100%;
	border-collapse: collapse;
  border-top: 1px solid #DCD7D0;
	background: #fff;
}
.table2 th{
	width: 40%;
	padding: 5px 10px;  
	text-align: center;
	display: table-cell;
	font-weight: normal;
  vertical-align: middle;
	background-color: #edeae4;
  border: 1px solid #DCD7D0;
  border-top: none;
}
.table2 td{
	padding: 5px 10px;
	display: table-cell;
	border: 1px solid #DCD7D0;
	}

@media print, screen and (min-width: 768px) {
.table2 th{
	width: 35%;
	padding: 15px;
  border: 1px solid #DCD7D0;
  border-top: none;
}
.table2 td{
	padding: 15px;
	display: table-cell;
	vertical-align: middle;
	border: 1px solid #DCD7D0;
	}
}


/* ----------------------------------------------------
    見出し01
---------------------------------------------------- */
.midasi01{
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 2px;
	}
@media print, screen and (min-width: 768px) {
.midasi01{
	font-size: 20px;
	line-height: 40px;
	}
}
@media print, screen and (min-width: 992px) {
.midasi01{
	font-size: 25px;
	line-height: 45px;
	}
}
@media print, screen and (min-width: 1200px) {
.midasi01{
	font-size: 30px;
	line-height: 50px;
	}
}


/* ----------------------------------------------------
    見出し02
---------------------------------------------------- */
.midasi02{
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 3px;
	}
.midasi02 span{
	font-size: 45px;
	letter-spacing: 2px;
}
@media print, screen and (min-width: 768px) {
.midasi02{
	font-size: 18px;
	line-height: 34px;
	}
.midasi02 span{
	font-size: 50px;
	}
}
@media print, screen and (min-width: 1200px) {
.midasi02{
	font-size: 20px;
	line-height: 38px;
	}  
.midasi02 span{
	font-size: 55px;
	}
}


/* ----------------------------------------------------
    見出し03
---------------------------------------------------- */
.midasi03{
	font-size: 18px;
  line-height: 28px;
	}
@media print, screen and (min-width: 768px) {
.midasi03{
	font-size: 20px;
  line-height: 30px;
	}
}
@media print, screen and (min-width: 992px) {
.midasi03{
	font-size: 22px;
  line-height: 32px;  
	}
}


/* ----------------------------------------------------
    見出し04
---------------------------------------------------- */
.midasi04{
  display: inline-block;
  color: #fff;
  background: #353a51;
  padding:10px 13px;
	font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 992px) {
.midasi04{
  padding:7px 13px;
  }
}
@media print, screen and (min-width: 1200px) {
.midasi04{
  padding:10px 20px;
  }
}


/* ----------------------------------------------------
    見出し05
---------------------------------------------------- */
.midasi05{
	font-size: 25px;
  line-height: 28px;
	letter-spacing: 6px;
	}
.midasi05 span{
 	font-size: 17px;
	letter-spacing: 2px;  
}
@media print, screen and (min-width: 768px) {
.midasi05{
	font-size: 25px;
  line-height: 28px;
	}
.midasi05 span{
	font-size: 18px;
	}
}
@media print, screen and (min-width: 992px) {
.midasi05{
	font-size: 30px;
	line-height: 33px;
	}
}
@media print, screen and (min-width: 1200px) {
.midasi05{
	font-size: 40px;
	line-height: 36px;
	}
}


/* ----------------------------------------------------
    見出し06
---------------------------------------------------- */
.midasi06{
	font-size: 18px;
  line-height:28px;
  border-left: 3px solid #222;
  padding:10px 0 11px 15px;
	}

@media print, screen and (min-width: 768px) {
.midasi06{
	font-size: 20px;
  line-height: 30px;
	}
}

/* ----------------------------------------------------
    見出し07
---------------------------------------------------- */
.midasi07{
  color: #fff;  
  display: inline-block;
  padding:10px 13px;
	font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
  border-radius: 5px;
}
@media print, screen and (min-width: 992px) {
.midasi07{
	font-size: 18px;
  line-height: 28px;  
  padding:7px 13px;
  }
}
@media print, screen and (min-width: 1200px) {
.midasi07{
	font-size: 20px;
  line-height: 30px;   
  padding:10px 20px;
  }
}

.tag01{background: #8ec745;}
.tag02{background: #489bf0;}
.tag03{background: #ffa200;}
.tag04{background: #ffa3a3;}

/* ----------------------------------------------------
    見出し08
---------------------------------------------------- */
.midasi08{
  color: #fff;
  padding:10px 13px;
	font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
  border-radius: 5px;
}
@media print, screen and (min-width: 992px) {
.midasi08{
	font-size: 18px;
  line-height: 28px;  
  padding:7px 13px;
  }
}
@media print, screen and (min-width: 1200px) {
.midasi08{
	font-size: 20px;
  line-height: 30px;   
  padding:10px 20px;
  }
}


/* ----------------------------------------------------
  ボックス
---------------------------------------------------- */
.hako_01{
  padding: 25px;
  border-radius: 20px;
  background: #fff;
}
@media print, screen and (min-width: 768px) {
.hako_01{
  padding: 30px;
  }
}
@media print, screen and (min-width: 992px) {
.hako_01{
  padding: 40px;
  }
}
@media print, screen and (min-width: 1200px) {
.hako_01{
  padding: 60px;
  }
}
@media print, screen and (min-width: 1400px) {
.hako_01{
  padding:60px 80px;
  }
}


/* ----------------------------------------------------
  ボックス
---------------------------------------------------- */
@media print, screen and (min-width: 768px) {
.hako_02{
  padding:0 0 0 30px;
  }
}
@media print, screen and (min-width: 992px) {
.hako_02{
  padding:0 0 0 40px;
  }
}


/* ----------------------------------------------------
  ボックス
---------------------------------------------------- */
@media print, screen and (min-width: 768px) {
.hako_03{
  padding:0 30px 0 0;
  }
}
@media print, screen and (min-width: 992px) {
.hako_03{
  padding:0 40px 0 0;
  }
}


/* ----------------------------------------------------
  ★★★レイアウト（1:1）
---------------------------------------------------- */
.note_11 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  box-sizing: border-box;  
  align-items: center; /* 上下中央配置 */
  justify-items: center; /* 左右中央配置 */
}
@media screen and (min-width: 768px) {
  .note_11 {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .note_11 {
    gap: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .note_11 {
    gap: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .note_11 {
    gap: 80px;
  }
}

.note_11:last-child { margin-bottom: 0;}

/* 子要素
----------------------------- */
.note_11_box {box-sizing: border-box;}


/* ----------------------------------------------------
  ★★★レイアウト（1:1） gap無し
---------------------------------------------------- */
.note_11_b {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0px;
  box-sizing: border-box;  
  align-items: center; /* 上下中央配置 */
  justify-items: center; /* 左右中央配置 */
}
@media screen and (min-width: 768px) {
  .note_11_b {
    grid-template-columns: 1fr 1fr;
  }
}

.note_11_b:last-child { margin-bottom: 0;}
.note_11_b_box {
  box-sizing: border-box;
  width: 100%;
  min-width: 0; 
}


/* ----------------------------------------------------
  ★★★レイアウト（1:1:1）
---------------------------------------------------- */
.note_111 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 40px;
  box-sizing: border-box;
  align-items: center; /* 上下中央配置 */
  justify-items: center; /* 左右中央配置 */  
}
@media screen and (min-width: 768px) {
  .note_111 {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 992px) {
  .note_111 {
    gap: 50px;
    margin-bottom: 70px;
  }
}

.note_111:last-child { margin-bottom: 0;}
.note_111_box {box-sizing: border-box;}


/* ----------------------------------------------------
  ★★★レイアウト（1:2）
---------------------------------------------------- */
.note_12 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  box-sizing: border-box;
  align-items: center; /* 上下中央配置 */
  justify-items: center; /* 左右中央配置 */
}
@media screen and (min-width: 768px) {
  .note_12 {
    grid-template-columns: 1fr 2fr;
    gap: 40px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .note_12 {
    grid-template-columns: 1fr 2fr;
    gap: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .note_12 {
    grid-template-columns: 1fr 2fr;
  }
}

.note_12:last-child { margin-bottom: 0;}

/* 子要素
----------------------------- */
.note_12_box {box-sizing: border-box;}


/* ----------------------------------------------------
  ★★★レイアウト（1:3）
---------------------------------------------------- */
.note_13 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  box-sizing: border-box;
  align-items: center; /* 上下中央配置 */
  justify-items: center; /* 左右中央配置 */
}
@media screen and (min-width: 768px) {
  .note_13 {
    grid-template-columns: 1fr 2fr;
    gap: 40px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .note_13 {
    grid-template-columns: 1fr 2fr;
    gap: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .note_13 {
    grid-template-columns: 1fr 3fr;
  }
}

.note_13:last-child { margin-bottom: 0;}

/* 子要素
----------------------------- */
.note_13_box {box-sizing: border-box;}


/* ----------------------------------------------------
  ★★★レイアウト（1:3） 1600px以上で
---------------------------------------------------- */
.note_13_b {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  box-sizing: border-box;  
  align-items: center; /* 上下中央配置 */
  justify-items: center; /* 左右中央配置 */
}
@media screen and (min-width: 768px) {
  .note_13_b {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .note_13_b {
    grid-template-columns: 1fr 2fr;
    gap: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .note_13_b {
    grid-template-columns: 1fr 3fr;
    gap: 60px;    
  }
}

.note_13_b:last-child { margin-bottom: 0;}

/* 子要素
----------------------------- */
.note_13_b_box {box-sizing: border-box;}


/* ----------------------------------------------------
  レイアウト（2:3）
---------------------------------------------------- */
.note_23 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  box-sizing: border-box;
  align-items: center; /* 上下中央配置 */
  justify-items: center; /* 左右中央配置 */
}
@media screen and (min-width: 768px) {
  .note_23 {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .note_23 {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .note_23 {
    grid-template-columns: 2fr 3fr;
  }
}

.note_23:last-child { margin-bottom: 0;}

/* 子要素
----------------------------- */
.note_23_box {box-sizing: border-box;}


/* ----------------------------------------------------
  ★★★レイアウト（3:2）
---------------------------------------------------- */
/* 親要素
----------------------------- */
.note_32 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  box-sizing: border-box;
  align-items: center; /* 上下中央配置 */
  justify-items: center; /* 左右中央配置 */  
}
@media screen and (min-width: 768px) {
  .note_32 {
    gap: 40px;
    margin-bottom: 80px;
    grid-template-columns: 3fr 2fr;    
  }
}
@media screen and (min-width: 992px) {
  .note_32 {
    gap: 50px;
    grid-template-columns: 3fr 2fr;    
  }
}
@media screen and (min-width: 1200px) {
  .note_32 {
    grid-template-columns: 3fr 2fr;
  }
}

.note_32:last-child { margin-bottom: 0;}

/* 子要素
----------------------------- */
.note_32_box {box-sizing: border-box;}


/* ----------------------------------------------------
  レイアウト（2:3）
---------------------------------------------------- */
.note_43 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  box-sizing: border-box;
  align-items: center; /* 上下中央配置 */
  justify-items: center; /* 左右中央配置 */
}
@media screen and (min-width: 768px) {
  .note_43 {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .note_43 {
    grid-template-columns: 3fr 2fr;
    gap: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .note_43 {
    grid-template-columns: 4fr 3fr;
  }
}

.note_43:last-child { margin-bottom: 0;}

/* 子要素
----------------------------- */
.note_43_box {box-sizing: border-box;}