@charset "UTF-8";
/* CSS Document */

body{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color:#000;
	font-weight:normal;
	font-size:16px;
	line-height:1.7;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
	margin: 0;
	padding: 0;
}

*{
	margin:0px;
	padding:0px;
	-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	font-size:100%;
}

table {
	font-size:100%;
	line-height:170%;
}

table td{ vertical-align: center;}
th{text-align:left;}

a,a:link,a:active,a:visited{
	color:#666666;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

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

li{list-style:none}


.sp {display: none;}
.none {display: none;}

@media (max-width: 767px) {
	img{width: 100%; height: auto; }
	.pc {display: none;}
	.sp {display: block;}
}

/* PC用 */
.sp_br {
  display: none;
}

.pc_br {
  display: inline;
}

/* スマホ用 */
@media screen and (max-width: 768px) {
  .sp_br {
    display: inline;
  }

  .pc_br {
    display: none;
  }
}


/*smartphone*/
/*------------------------------------------------------------------------------*/

html { -webkit-text-size-adjust: none; }
a { -webkit-tap-highlight-color: rgba(0,0,0,0.3);}


/*utility*/
/*------------------------------------------------------------------------------*/

.m5 { margin-bottom:5px;}
.m10 { margin-bottom:10px;}
.m15 { margin-bottom:15px;}
.m20 { margin-bottom:20px;}
.m25 { margin-bottom:25px;}
.m30 { margin-bottom:30px;}
.m35 { margin-bottom:35px;}
.m40 { margin-bottom:40px;}
.m45 { margin-bottom:45px;}
.m50 { margin-bottom:50px;}

.mt5 { margin-top:5px;}
.mt10 { margin-top:10px;}
.mt15 { margin-top:15px;}
.mt20 { margin-top:20px;}
.mt25 { margin-top:25px;}
.mt30 { margin-top:30px;}
.mt35 { margin-top:35px;}
.mt40 { margin-top:40px;}
.mt45 { margin-top:45px;}
.mt50 { margin-top:50px;}

.ml5 { margin-left:5px;}
.ml10 { margin-left:10px;}
.ml15 { margin-left:15px;}
.ml20 { margin-left:20px;}
.ml25 { margin-left:25px;}
.ml30 { margin-left:30px;}
.ml35 { margin-left:35px;}
.ml40 { margin-left:40px;}
.ml45 { margin-left:45px;}
.ml50 { margin-left:50px;}

.mr5 { margin-right:5px;}
.mr10 { margin-right:10px;}
.mr15 { margin-right:15px;}
.mr20 { margin-right:20px;}
.mr25 { margin-right:25px;}
.mr30 { margin-right:30px;}
.mr35 { margin-right:35px;}
.mr40 { margin-right:40px;}
.mr45 { margin-right:45px;}
.mr50 { margin-right:50px;}

.pt5 { padding-top:5px;}
.pt10 { padding-top:10px;}
.pt15 { padding-top:15px;}
.pt20 { padding-top:20px;}
.pt25 { padding-top:25px;}
.pt30 { padding-top:30px;}
.pt35 { padding-top:35px;}
.pt40 { padding-top:40px;}
.pt45 { padding-top:45px;}
.pt50 { padding-top:50px;}

.pb5 { padding-bottom:5px;}
.pb10 { padding-bottom:10px;}
.pb15 { padding-bottom:15px;}
.pb20 { padding-bottom:20px;}
.pb25 { padding-bottom:25px;}
.pb30 { padding-bottom:30px;}
.pb35 { padding-bottom:35px;}
.pb40 { padding-bottom:40px;}
.pb45 { padding-bottom:45px;}
.pb50 { padding-bottom:50px;}

.pl5 { padding-left:5px;}
.pl10 { padding-left:10px;}
.pl15 { padding-left:15px;}
.pl20 { padding-left:20px;}
.pl25 { padding-left:25px;}
.pl30 { padding-left:30px;}
.pl35 { padding-left:35px;}
.pl40 { padding-left:40px;}
.pl45 { padding-left:45px;}
.pl50 { padding-left:50px;}

.pr5 { padding-right:5px;}
.pr10 { padding-right:10px;}
.pr15 { padding-right:15px;}
.pr20 { padding-right:20px;}
.pr25 { padding-right:25px;}
.pr30 { padding-right:30px;}
.pr35 { padding-right:35px;}
.pr40 { padding-right:40px;}
.pr45 { padding-right:45px;}
.pr50 { padding-right:50px;}

.mtb10 { margin:10px 0;}
.mtb20 { margin:20px 0;}
.mtb30 { margin:30px 0;}

.ptb10 { padding:10px 0;}
.ptb20 { padding:20px 0;}
.ptb30 { padding:30px 0;}

.p40 { padding:40px;}

.flt { float:left;}
.flr { float:right;}

.txt_l, td.txt_l, .txt_l td{ text-align:left;}
.txt_r, td.txt_r, .txt_r td{ text-align:right;}
.txt_c, td.txt_c, .txt_c td{ text-align:center;}

.valign_t, td.valign_t, .valign_t td{ vertical-align:top;}
.valign_m, td.valign_m, .valign_m td{ vertical-align:middle;}
.valign_b, td.valign_b, .valign_b td{ vertical-align:bottom;}

.clear{clear:both;}

.clearfix:before, .clearfix:after { content: ""; display: block; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.section{width:100%; clear:both;}
.section:before, .section:after { content: ""; display: block;}
.section:after { clear: both; }

.arr a{
	background:url(../image/common/arr.gif) no-repeat 0 4px;
	padding:0 0 0 10px;
}

.pb img{border:#CCC solid 1px;}
.pb2 img{border:#CCC solid 1px; padding:1px;}

.fs80{font-size:80%; line-height:120%;}
.fs90{font-size:90%; line-height:140%;}
.fs110{font-size:110%; line-height:130%;}
.fs120{font-size:120%; line-height:140%;}
.fs140{font-size:140%; line-height:150%;}
.fs150{font-size:150%; line-height:160%;}
.fs200{font-size:200%; line-height:210%;}

.fs80b{font-size:80%; line-height:120%; font-weight:bold;}
.fs90b{font-size:90%; line-height:120%; font-weight:bold;}
.fs110b{font-size:110%; line-height:130%; font-weight:bold;}
.fs120b{font-size:120%; line-height:140%; font-weight:bold;}
.fs140b{font-size:140%; line-height:150%; font-weight:bold;}
.fs150b{font-size:150%; line-height:160%; font-weight:bold;}
.fs200b{font-size:200%; line-height:210%; font-weight:bold;}

.red {color: #DB0000;}
.red_bold {color: #DB0000; font-weight:bold;}
.orange {color: #FF9900;}
.orange_bold {color: #FF9900; font-weight:bold;}
.blue{color: #1664AF;}
.blue_bold{color: #1664AF; font-weight:bold;}

.type_none li{list-style:none;}
.type_disc li{ list-style-type:disc; margin-left:20px;}
.type_square li{ list-style-type:square; margin-left:17px;}
.type_decimal li{ list-style-type:decimal; margin-left:25px;}


/*------------------------------------------------------------------------------*/


/*layout*/
/*------------------------------------------------------------------------------*/

#wrapper{
  width: 100%;
  min-width: 0;
  text-align: center;
  overflow-x: hidden;
}

#container,
#header,
#contents{
  width: min(100% - 32px, 1200px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

#header{
  height: 40px;
  position: relative;
}

#contents{
  margin-bottom: 40px;
}

#contents_left{
  width: 100% !important;
  min-height: 300px;
  float: none !important;
  text-align: left;
  padding: 0;
  box-sizing: border-box;
}

#contents_right{
	width:0px;
	float:right;
	display:none;
}

#locator {font-size: 0.7em; text-align: left; margin-bottom: 1.5em;}
@media screen and (min-width: 768px) {
	#locator {margin-left: 16px;}
}
	

.nl_h1 {font-size: 1.6rem; margin: 0.8rem auto 1.2rem; padding: 0.8rem 0.8rem 1.2rem;}
.nl_h2 { color: #ffffff; font-size: 1.4rem; background-color: #74D6CD; margin-top: 90px; margin-bottom: 2.4rem; padding: 0.7rem;}

.nl_section{
	width: 100%;
}

.nl_inner{
	width: min(100% - 32px, 1200px);
	max-width:1200px;
	margin: 0 auto;
}

.w_full{
	width: 100vw;
	margin-left: calc(50% - 50vw);
	overflow: hidden;
}

.obi_color {background-color: #FFFAF0; color: #333;}
.obi_blue {background-color: #69D0CD; color: #fff;}

@media screen and (max-width: 768px) {
	#contents {width: 100%; }
	
	.mb_h2 {margin-top: 3rem; margin-bottom: 1.4rem;}
  .w_full {
    width: auto;
    margin-left: -16px;
    margin-right: -16px;
    overflow: hidden;
  }
	.w_full .container { width: 100%;}
}

#footer_wrapper{
	width:100%;
	background: linear-gradient(rgba(255,255,255,0.6), rgba(255,255,255,0.6)), url("/dcms_media/image/mb_footer_bg.jpg") center / cover no-repeat;
	text-align:center;
	color: #222;
	padding-top: 60px;
}


/* 上段の水色帯 */
#footer_wrapper #footer {
  width: 100%;
  background: rgba(116, 214, 205, 0.88);
  padding: 34px 20px 28px;
  box-sizing: border-box;
}

/* ロゴ文字 */
#footer_wrapper #footer .sitename {
	font-family: 'Patrick Hand', cursive;
  margin: 0;
  font-size: 64px;
	letter-spacing: 0.02em;
  line-height: 1.1;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

/* サブタイトル */
#footer_wrapper #footer .subtitle {
  margin: 8px 0 26px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  text-align: center;
}


#footer{
	width:1200px;
	margin:60px auto 30px;
	padding:30px 20px 20px;
	position:relative;
	background-color: rgba(116,214,205,0.8);
}

.ft_mb_menu {width: 100%; max-width: 1200px; margin: 0 auto;}


#footer_wrapper #footermenu { 
  display: flex;
	justify-content: center;
	align-content: space-between; }


/* メニューリンク */
#footer_wrapper #footermenu li {
	font-size: 1.4rem;
  color: #222;
  position: relative;
  padding-right: 1.4rem;
}

#footer_wrapper #footermenu li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
	border-right: 1px solid #222;
  top: 50%;
  transform: translateY(-50%);
  color: #222;
	height: 60%;
}

#footer_wrapper #footermenu li a {
  display: block;
  text-decoration: none;
  color: #222;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4rem;
	padding: 0 0.5rem;
}


/* ホバー */
#footer_wrapper #footermenu li a:hover,
#footer_wrapper #footnav a:hover {
  opacity: 0.7;
}


/* メニュー全体 */
#footer_wrapper #footermenu {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

/* liを横並び */
#footer_wrapper #footermenu li {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}



/* 下段 */
#footer_wrapper #footnav {
  padding: 30px 20px 22px;
  box-sizing: border-box;
}

/* 下段リンク */
#footer_wrapper #footnav ul {
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
  text-align: center;
}

#footer_wrapper #footnav ul li {
  display: inline-block;
  margin: 0 18px 10px;
  padding: 0;
}

#footer_wrapper #footnav ul li a {
  text-decoration: none;
  color: #222;
  font-size: 0.8rem;
  line-height: 1.5;
}

/* コピーライト */
#footer_wrapper #copyright {
  margin: 0;
  text-align: center;
  color: #222;
  font-size: 0.8rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

/* スマホ調整 */
@media screen and (max-width: 767px) {
  #footer_wrapper {
    padding-top: 40px;
  }

  #footer_wrapper #footer {
    padding: 22px 15px 20px;
  }

  #footer_wrapper #footer .sitename {
    font-size: 34px;
    line-height: 1.15;
  }

  #footer_wrapper #footer .subtitle {
    font-size: 13px;
    line-height: 1.5;
    margin: 6px 0 16px;
  }

  #footer_wrapper #footermenu {
    display: block;
  }

  #footer_wrapper #footermenu li {
    display: block;
    margin-bottom: 7px;
    padding-right: 0;
  }

  #footer_wrapper #footermenu li::after,
  #footer_wrapper #footermenu li:not(:last-child)::after {
    display: none;
  }

  #footer_wrapper #footermenu li a,
  #footer_wrapper #footermenu li p.title,
  #footer_wrapper #footermenu li p.title a {
    font-size: 15px;
    line-height: 1.5;
    padding: 3px 0;
  }

  #footer_wrapper #footnav {
    padding: 22px 15px 18px;
  }

  #footer_wrapper #footnav ul {
    margin-bottom: 18px;
  }

  #footer_wrapper #footnav ul li {
    display: block;
    margin: 0 0 6px;
  }

  #footer_wrapper #footnav ul li a {
    font-size: 13px;
    line-height: 1.6;
  }

  #footer_wrapper #copyright {
    font-size: 11px;
    line-height: 1.6;
    letter-spacing: 0.03em;
  }
}


/* 上に戻るボタン */
.page_top {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 9999;
  width: 48px;
  height: 48px;
  background: #0E7777;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.16);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

/* 文字は画面上に見せない */
.page_top span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

/* Font Awesome 5 疑似要素 */
.page_top::before {
  content: "\f077"; /* fa-chevron-up */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  line-height: 1;
  color: #fff;
}

.page_top:hover {
  opacity: 0.8;
  transform: translateY(-3px);
  text-decoration: none;
}

/* スマホ */
@media screen and (max-width: 768px) {
  .page_top {
    right: 18px;
    bottom: 18px;
    width: 44px;
    height: 44px;
  }

  .page_top::before {
    font-size: 16px;
  }
}

/* ここまで　上に戻るボタン */


#form_contact_main {
	width:90%;
	margin:auto;
}

#form_contact_main dt,#form_contact_main dd,#form_contact_main td {
	text-align:left;
}

/* レイアウト全体　スマホ */
@media screen and (max-width: 768px) {
}

/*------------------------------------------------------------------------------*/





/*fontawesome*/
/*------------------------------------------------------------------------------*/

.fa-caret-right:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0da";

	display: inline-flex;
	align-items: center;
	justify-content: center;

	width: 1.4em;
	height: 1.4em;

	margin-right: .5em;

	border-radius: 50%;

	background: #4FD1D9;
	color: #fff;

	font-size: .8em;
	line-height: 1;
}

.fa-angle-right:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	padding-right: 0.5rem;
	font-weight:900;
	font-size:80%;
}



/*button*/
/*------------------------------------------------------------------------------*/

/* 画像のボタン */

/* 通常時 */
.mb_img_btn{
	display: inline-block;

	transition:
		transform .2s ease,
		filter .2s ease;

	/* 透過画像の形に沿う影 */
	filter:
		drop-shadow(0 10px 20px rgba(0,0,0,.18))
		drop-shadow(0 4px 8px rgba(0,0,0,.12));
}

/* 画像 */
.mb_img_btn img{
	display: block;
	width: 100%;
	height: auto;
}

/* hover時 */
.mb_img_btn:hover{
	transform: translateY(8px);

	/* 影を消す */
	filter:
		drop-shadow(0 0 0 rgba(0,0,0,0));
}

/* ピンクの注文ボタン */
.mb_order_btn, .mb_order_btn_r {
  display: block;
  width: min(75%, 980px);
  margin: 40px auto 90px;
  padding: 26px 34px 28px;
  background: #f58b94;
  color: #fff !important;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  text-decoration: none !important;
  border-radius: 8px;
  box-shadow: 0 6px 0 #d96b9a;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.mb_order_btn::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 24px;
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
  transform: rotate(45deg) translateY(-6px);
  vertical-align: middle;
}

.mb_order_btn_r::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 24px;
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
  transform: rotate(-45deg) translateY(-6px);
  vertical-align: middle;
}

.mb_order_btn:hover {
  opacity: 0.9;
  transform: translateY(3px);
  box-shadow: 0 5px 0 #d96b9a;
}

.mb_order_btn:active {
  transform: translateY(7px);
  box-shadow: 0 1px 0 #d96b9a;
}

@media screen and (max-width: 768px) {
  .mb_order_btn, .mb_order_btn_r {
    width: calc(100% - 32px);
    margin: 32px auto;
    padding: 18px 16px 20px;
    font-size: 18px;
    line-height: 1.6;
    border-radius: 7px;
    box-shadow: 0 4px 0 #d96b9a;
	  letter-spacing: -0.04rem;
  }

  .mb_order_btn::after {
    width: 13px;
    height: 13px;
    margin-left: 12px;
    border-right-width: 4px;
    border-bottom-width: 4px;
    transform: rotate(45deg) translateY(-4px);
  }
	
	.mb_order_btn_r::after {
  width: 13px;
  height: 13px;
  margin-left: 1.6;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  transform: rotate(-45deg) translateY(-6px);
}
}
/* ここまで　ピンクの注文ボタン */


/* 詳細ページの注文ボタン */
.order_design_btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 520px;
  margin: 32px auto;
  padding: 22px 64px 22px 48px;
  background: #cfe7fb;
  color: #000 !important;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-align: center;
  text-decoration: none !important;
  border-radius: 6px;
  box-shadow: 0 5px 0 #8fb5ff;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

/* 上の薄いハイライト */
.order_design_btn::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 8px;
  right: 8px;
  height: 4px;
  background: rgba(255, 255, 255, 0.65);
  border-radius: 999px;
}

/* 右の三角 */
.order_design_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 18px solid #fff;
}

.order_design_btn:hover {
  opacity: 0.9;
  transform: translateY(2px);
  box-shadow: 0 3px 0 #8fb5ff;
}

.order_design_btn:active {
  transform: translateY(5px);
  box-shadow: 0 0 0 #8fb5ff;
}

@media screen and (max-width: 768px) {
  .order_design_btn {
    max-width: none;
    width: calc(100% - 32px);
    padding: 18px 52px 18px 26px;
    font-size: 20px;
    letter-spacing: 0.04em;
  }

  .order_design_btn::after {
    right: 22px;
    border-top-width: 13px;
    border-bottom-width: 13px;
    border-left-width: 15px;
  }
}
/* ここまで　詳細ページの注文ボタン */


/* ラベル */
.label_box_wrap {
  text-align: center;
}

.label_box {
  display: inline-block;
	margin: 0.5rem auto 1.5rem;
  padding: 10px 24px;
  background: #fff;
  border: 3px solid;
  border-radius: 8px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
}

.font-s {font-size: 18px;}
/* 赤 */
.label_red {
  color: #eb6f55;
  border-color: #eb6f55;
  box-shadow: 0 5px 0 rgba(235, 111, 85, 0.45);
}

/* 緑 */
.label_green {
  color: #36b85a;
  border-color: #36b85a;
  box-shadow: 0 5px 0 rgba(54, 184, 90, 0.35);
}

@media screen and (max-width: 768px) {
  .label_box {
    padding: 10px 20px;
    font-size: 18px;
    border-width: 2px;
  }

  .label_red {
    box-shadow: 0 4px 0 rgba(235, 111, 85, 0.35);
  }

  .label_green {
    box-shadow: 0 4px 0 rgba(54, 184, 90, 0.28);
  }
}

/* ここまで　ラベル */

/*------------------------------------------------------------------------------*/



/* header */
/*------------------------------------------------------------------------------*/

.nl_header {
  width: 100%;
  background: #fff;
}

.nl_header_inner {
  width: min(1600px, calc(100% - 40px));
  min-height: 120px;
  margin: 0 auto;

  display: flex;
  align-items: center;
  gap: 40px;
}

/* ロゴ */
.nl_header_logo {
  display: block;
  flex: 0 0 auto;
}

.nl_header_logo img {
  display: block;
  width: 240px;
  max-width: 100%;
  height: auto;
}

/* ナビゲーション */
.nl_header_nav {
  margin-left: auto;
}

.nl_header_nav ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nl_header_nav li {
  position: relative;
}

.nl_header_nav li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 42px;
  background: #222;
  transform: translateY(-50%);
}

.nl_header_nav a {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0 20px;

  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  white-space: nowrap;

  transition: opacity 0.25s ease;
}

.nl_header_nav a:hover {
  opacity: 0.65;
}

/* お問い合わせボタン */
.nl_header_contact {
  flex: 0 0 auto;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 8px 12px;

  color: #fff;
  background: #e60012;
  border-radius: 7px;

  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  white-space: nowrap;

  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.nl_header_contact img {
  display: block;
  width: auto;
  height: 22px;
  flex-shrink: 0;
	margin-right: -10px;
}

.nl_header_contact:link {color: #fff;}
.nl_header_contact:hover {
  color: #fff;
  opacity: 0.8;
  transform: translateY(-2px);
}

@media screen and (max-width: 1200px) {
  .nl_header_inner {
    width: min(100% - 40px, 1100px);
    gap: 20px;
  }

  .nl_header_logo img {
    width: 270px;
  }

  .nl_header_nav a {
    padding: 0 16px;
    font-size: 20px;
  }

  .nl_header_contact {
    min-width: auto;
    padding: 12px 20px;
    font-size: 20px;
  }

  .nl_header_contact img {
    width: 40px;
  }
}

@media screen and (max-width: 900px) {
  .nl_header_inner {
    min-height: auto;
    padding: 18px 0;
    flex-wrap: wrap;
  }

  .nl_header_logo img {
    width: 250px;
  }

  .nl_header_nav {
    order: 3;
    width: 100%;
    margin-left: 0;
  }

  .nl_header_nav ul {
    justify-content: center;
  }

  .nl_header_contact {
    margin-left: auto;
  }
}

@media screen and (max-width: 600px) {
  .nl_header_inner {
    width: calc(100% - 18px);
    min-height: auto;
    padding: 16px 0;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .nl_header_logo {
    width: calc(100% - 78px);
  }

  .nl_header_logo img {
    display: block;
    width: 100%;
    height: auto;
  }

  .nl_header_contact {
    width: 48px;
    height: 48px;
    min-width: 0;
    min-height: 0;
    padding: 0;
    border-radius: 8px;
    flex: 0 0 48px;
  }

  .nl_header_contact img {
    width: 30px;
	  height: auto;
	  margin-right: 0;
  }

  .nl_header_contact span {
    display: none;
  }

  .nl_header_nav {
    order: 3;
    width: 100%;
    margin-left: 0;
    overflow-x: auto;
  }

  .nl_header_nav ul {
    justify-content: flex-start;
    min-width: max-content;
  }

  .nl_header_nav a {
    min-height: 32px;
    padding: 0 10px;
    font-size: 13px;
	  white-space: nowrap;
  }

  .nl_header_nav li + li::before {
    height: 26px;
  }
}



/* footer */
/*------------------------------------------------------------------------------*/


.nl_footer {
  width: 100%;
  padding: 55px 20px 45px;
  background: #fff;
}

.nl_footer_inner {
  width: min(1400px, 100%);
  margin: 0 auto;
  text-align: center;
}

/* ロゴ */
.nl_footer_logo {
  display: inline-block;
  margin-bottom: 45px;
}

.nl_footer_logo img {
  display: block;
  width: 300px;
  max-width: 100%;
  height: auto;
}

/* ナビゲーション */
.nl_footer_nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;

  margin: 0;
  padding: 0;
  list-style: none;
}

.nl_footer_nav li {
  position: relative;
}

.nl_footer_nav li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;

  width: 1px;
  height: 26px;
  background: #333;

  transform: translateY(-50%);
}

.nl_footer_nav a {
  display: block;
  padding: 8px 22px;

  color: #111;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  white-space: nowrap;

  transition: opacity 0.25s ease;
}

.nl_footer_nav a:hover {
  opacity: 0.6;
}

/* コピーライト */
.nl_footer_copyright {
  margin: 58px 0 0;

  color: #111;
  font-size: 18px;
  line-height: 1.5;
}


@media screen and (max-width: 600px) {

	.nl_footer_nav {
		width: 100%;
	}

	.nl_footer_nav ul {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin: 0;
		padding: 0;
		border-top: 1px solid #ddd;
		border-left: 1px solid #ddd;
		list-style: none;
	}

	.nl_footer_nav li {
		position: static;
		display: block;
		min-width: 0;
		margin: 0;
		padding: 0;
		border-right: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		box-sizing: border-box;
	}

	/* PC用の縦区切り線を消す */
	.nl_footer_nav li::before,
	.nl_footer_nav li + li::before {
		display: none;
		content: none;
	}

	.nl_footer_nav a {
		display: flex;
		align-items: center;
		justify-content: center;

		width: 100%;
		min-height: 78px;
		padding: 10px 8px;
		box-sizing: border-box;

		color: #111;
		font-size: 14px;
		font-weight: 700;
		line-height: 1.4;
		text-align: center;
		white-space: normal;
		text-decoration: none;
		word-break: normal;
		overflow-wrap: anywhere;
	}
}

/*------------------------------------------------------------------------------*/


/* top */
/*------------------------------------------------------------------------------*/

.nl_mainvisual {
  background-color: #FFFAF0;
  background-image: url("/dcms_media/image/nl_mainvisual_img.png");
  background-repeat: no-repeat;
  background-position: calc(50% + 450px) center;
  background-size: auto 100%;
}

.nl_mainvisual_inner {
  min-height: 620px;
}

/* 左側 */
.nl_mainvisual_text {
  width: 70%;
  padding: 95px 30px 60px 0;
  box-sizing: border-box;
}

/* 上部の赤い手書き風コピー */
.nl_mainvisual_lead {
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
  margin: 0 0 10px;
  color: #e60012;
}

.nl_mainvisual_lead span {
  padding: 0 5px;
  font-family: "Klee One", "Yu Kyokasho", sans-serif;
  font-size: clamp(24px, 2.4vw, 38px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  white-space: nowrap;
	display: inline-block;
	transform: rotate(-2deg);
	transform-origin: left bottom;
}

.nl_mainvisual_line {
  display: block;
  width: 100%;
  height: auto;
  margin-top: -13px;
}

/* メイン見出し */
.nl_mainvisual_title {
  margin: 0;

  color: #000;
  font-size: clamp(36px, 3.6vw, 60px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
}

.nl_mainvisual_title span {
  color: #e60012;
}

/* 下部の説明 */
.nl_mainvisual_message {
  margin-top: 65px;
}

.nl_mainvisual_subtitle {
  margin: 0 0 30px;

  color: #111;
  font-size: clamp(20px, 1.7vw, 28px);
  font-weight: 700;
  line-height: 1.6;
}

.nl_mainvisual_description {
  margin: 0;

  color: #111;
  font-size: clamp(15px, 1.3vw, 21px);
  font-weight: 500;
  line-height: 1.8;
}



@media screen and (max-width: 1000px) {
	.nl_mainvisual {
    background-position: right -80px center;
    background-size: auto 85%;
  }

  .nl_mainvisual_text {
    width: 58%;
  }
	
  .nl_mainvisual_inner {
    min-height: auto;
    flex-direction: column;
  }

/*  .nl_mainvisual_text,
  .nl_mainvisual_image {
    width: 100%;
  }

  .nl_mainvisual_text {
    padding: 70px 7% 60px;
  }
*/
  .nl_mainvisual_message {
    margin-top: 55px;
  }

  .nl_mainvisual_image img {
    height: auto;
    object-fit: contain;
  }
}

@media screen and (max-width: 600px) {
	
	.nl_mainvisual {
		position: relative;
		background-image: none;
		overflow: hidden;
	}

	.nl_mainvisual::before {
		content: "";
		position: absolute;
		inset: 0;

		background-image: url("/dcms_media/image/nl_mainvisual_img.png");
		background-repeat: no-repeat;
		background-position: calc(100% + 115px) bottom;
		background-size: 90% auto;

		opacity: 0.55;
		pointer-events: none;
	}

  .nl_mainvisual_inner {
    min-height: auto;
    padding-bottom: 8vw;
	  position: relative;
	  z-index: 1;
  }

  .nl_mainvisual_text {
    width: 100%;
    padding: 45px 0 40px;
  }
	
  .nl_mainvisual_lead {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 18px;
	  width: 85%;
  }
	
	.nl_mainvisual_lead span {
		font-size: 18px;
		line-height: 1.4;
		letter-spacing: 0.02em;
	}

  .nl_mainvisual_title {
    font-size: 33px;
    line-height: 1.4;
  }

  .nl_mainvisual_message {
    margin-top: 36px;
  }

  .nl_mainvisual_subtitle {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .nl_mainvisual_description {
    font-size: 15px;
    line-height: 1.8;
	  width: 70%;
  }

  .nl_mainvisual_description br {
    display: none;
  }
}

/* 選ばれる理由 */
.nl_reason {
  padding: 40px 0;
}

.nl_reason .nl_inner {
  padding: 45px 30px 35px;
  box-sizing: border-box;
}

.nl_reason_title {
  margin: 0 0 35px;
  color: #e60012;
  font-size: clamp(24px, 2.7vw, 34px);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.nl_reason_list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.nl_reason_item {
  padding: 0 18px;
  text-align: center;
}

.nl_reason_item + .nl_reason_item {
  border-left: 1px solid #555;
}

.nl_reason_icon {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 15px;
  object-fit: contain;
}

.nl_reason_item h3 {
  margin: 0 0 16px;
  color: #e60012;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.nl_reason_item p {
  margin: 0;
  color: #111;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
}

@media screen and (max-width: 1000px) {
  .nl_reason_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 0;
  }

  .nl_reason_item {
    padding: 0 25px;
  }

  .nl_reason_item + .nl_reason_item {
    border-left: none;
  }

  .nl_reason_item:nth-child(even) {
    border-left: 1px solid #555;
  }

  .nl_reason_item:nth-child(5) {
    grid-column: 1 / -1;
    width: 50%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 600px) {
  .nl_reason {
    padding: 45px 0 35px;
  }

  .nl_reason_title {
    margin-bottom: 30px;
    font-size: 23px;
  }

  .nl_reason_list {
    display: block;
  }

  .nl_reason_item,
  .nl_reason_item:nth-child(5) {
    width: 100%;
    margin: 0;
    padding: 30px 5px;
    border-left: none;
  }

  .nl_reason_item:first-child {
    padding-top: 0;
  }

  .nl_reason_item + .nl_reason_item,
  .nl_reason_item:nth-child(even) {
    border-top: 1px solid #aaa;
    border-left: none;
  }

  .nl_reason_icon {
    width: 100%;
    height: auto;
  }

  .nl_reason_item h3 {
    font-size: 19px;
  }

  .nl_reason_item p {
    font-size: 15px;
  }

  .pc_only {
    display: none;
  }
}



/* お客様の声 */

.nl_voice {
	padding: 60px 0 40px;
	background-color: #fff;
}

.nl_voice_title {
	margin: 0 0 35px;
	color: #e60012;
	font-size: clamp(28px, 3vw, 42px);
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.nl_voice_list {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 18px;
	align-items: end;
}

.nl_voice_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 0;
}

/* 吹き出し */
.nl_voice_balloon {
	position: relative;
	width: 100%;
	min-height: 170px;
	padding: 25px 28px;
	box-sizing: border-box;

	display: flex;
	align-items: center;

	background-color: #fffaf0;
	border: 3px solid #e4dac0;
	border-radius: 12px;
}

/* 吹き出しの外側 */
.nl_voice_balloon::before {
	content: "";
	position: absolute;
	right: 38px;
	bottom: -38px;

	width: 0;
	height: 0;

	border-style: solid;
	border-width: 38px 18px 0 0;
	border-color: #e4dac0 transparent transparent transparent;
	transform: skewX(-12deg);
}

/* 吹き出しの内側 */
.nl_voice_balloon::after {
	content: "";
	position: absolute;
	right: 41px;
	bottom: -30px;

	width: 0;
	height: 0;

	border-style: solid;
	border-width: 31px 14px 0 0;
	border-color: #fffaf0 transparent transparent transparent;
	transform: skewX(-12deg);
}

.nl_voice_balloon p {
	margin: 0;
	color: #443d31;
	font-size: clamp(16px, 1.45vw, 24px);
	font-weight: 700;
	line-height: 1.55;
	letter-spacing: 0.06em;
}

/* 人物画像 */
.nl_voice_icon {
	display: block;
	width: 145px;
	max-width: 80%;
	height: 165px;
	margin-top: 30px;
	object-fit: contain;
	object-position: center bottom;
}


@media screen and (max-width: 1000px) {
	.nl_voice_list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 45px 25px;
	}

	.nl_voice_item:last-child {
		grid-column: 1 / -1;
		width: calc(50% - 13px);
		margin: 0 auto;
	}

	.nl_voice_balloon {
		min-height: 150px;
	}

	.nl_voice_balloon p {
		font-size: 18px;
	}

	.nl_voice_icon {
		width: 130px;
		height: 150px;
	}
}


@media screen and (max-width: 600px) {
	.nl_voice {
		padding: 45px 0 25px;
	}

	.nl_voice_title {
		margin-bottom: 28px;
		font-size: 28px;
	}

	.nl_voice_list {
		display: block;
	}

	.nl_voice_item,
	.nl_voice_item:last-child {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 95px;
		align-items: end;
		gap: 12px;

		width: 100%;
		margin: 0 0 28px;
	}

	.nl_voice_balloon {
		width: 100%;
		min-height: auto;
		padding: 18px 16px;
		box-sizing: border-box;
	}

	.nl_voice_balloon p {
		font-size: 15px;
		line-height: 1.6;
		letter-spacing: 0.03em;
	}

	/* 吹き出しの三角を右側中央寄りへ */
	.nl_voice_balloon::before {
		right: -20px;
		bottom: 24px;

		border-width: 14px 0 14px 20px;
		border-color:
			transparent
			transparent
			transparent
			#e4dac0;

		transform: none;
	}

	.nl_voice_balloon::after {
		right: -15px;
		bottom: 27px;

		border-width: 11px 0 11px 16px;
		border-color:
			transparent
			transparent
			transparent
			#fffaf0;

		transform: none;
	}

	.nl_voice_icon {
		width: 95px;
		max-width: 100%;
		height: 115px;
		margin: 0;
		object-fit: contain;
		object-position: center bottom;
	}
}



/* flow */

.nl_flow {
	padding: 40px 0;
}

.nl_flow .nl_inner {
	padding: 55px 25px 45px;
	box-sizing: border-box;
}

.nl_flow_title {
	margin: 0 0 55px;
	color: #e60012;
	font-size: clamp(26px, 3vw, 40px);
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.nl_flow_list {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.nl_flow_item {
	padding: 0 24px;
	text-align: center;
}

.nl_flow_item + .nl_flow_item {
	border-left: 1px solid #333;
}

.nl_flow_icon {
	display: block;
	width: 120px;
	height: auto;
	margin: 0 auto 18px;
	object-fit: contain;
}

.nl_flow_number {
	margin: 0;
	color: #e60012;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 38px;
	font-weight: 700;
	line-height: 1;
}

.nl_flow_item h3 {
	margin: 4px 0 18px;
	color: #e60012;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.25;
}

.nl_flow_text {
	margin: 0;
	color: #111;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.65;
}

@media screen and (max-width: 1000px) {
	.nl_flow_list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 45px 0;
	}

	.nl_flow_item {
		padding: 0 28px;
	}

	.nl_flow_item + .nl_flow_item {
		border-left: none;
	}

	.nl_flow_item:nth-child(even) {
		border-left: 1px solid #333;
	}

	.nl_flow_item:nth-child(5) {
		grid-column: 1 / -1;
		width: 50%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 600px) {
	.nl_flow {
		padding: 25px 0;
	}

	.nl_flow .nl_inner {
		padding: 40px 20px 20px;
	}

	.nl_flow_title {
		margin-bottom: 25px;
		font-size: 25px;
	}

	.nl_flow_list {
		display: block;
	}

	.nl_flow_item,
	.nl_flow_item:nth-child(5) {
		position: relative;
		width: 100%;
		margin: 0;
		padding: 30px 5px;
		box-sizing: border-box;
		border-left: none;
	}

	.nl_flow_item + .nl_flow_item,
	.nl_flow_item:nth-child(even) {
		border-top: 1px solid #aaa;
		border-left: none;
	}

	.nl_flow_item:first-child {
		padding-top: 10px;
	}

	.nl_flow_icon {
		width: 55%;
		height: auto;
		margin-bottom: 0;
	}

	.nl_flow_number {
		font-size: 32px;
	}

	.nl_flow_item h3 {
		margin-bottom: 14px;
		font-size: 26px;
	}

	.nl_flow_text {
		font-size: 15px;
	}

	.nl_flow_text br {
		display: none;
	}
}


/* contact */

.nl_contact {
	padding: 40px 0;
}

.nl_contact_list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.nl_contact_box {
	min-height: 350px;
	padding: 38px 34px;
	box-sizing: border-box;
	border-radius: 18px;
	overflow: hidden;
}

.nl_contact_title {
	margin: 0 0 20px;
	color: #e60012;
	font-size: clamp(28px, 3vw, 42px);
	font-weight: 700;
	line-height: 1.35;
	text-align: center;

	/* 画像のような白い縁取り */
	text-shadow:
		3px 3px 0 #fff,
		-3px 3px 0 #fff,
		3px -3px 0 #fff,
		-3px -3px 0 #fff;
}

.nl_contact_text {
	margin: 0;
	color: #111;
	font-size: clamp(16px, 1.5vw, 23px);
	font-weight: 500;
	line-height: 1.45;
}

.nl_contact_text_center {
	text-align: center;
}

/* メールフォーム側 */
.nl_contact_mail {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #fdebf4;
}

.nl_contact_button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;

	width: min(100%, 635px);
	min-height: 68px;
	margin-top: 34px;
	padding: 15px 20px;
	box-sizing: border-box;

	color: #fff;
	background-color: #e60012;
	border-radius: 10px;

	font-size: clamp(17px, 1.7vw, 26px);
	font-weight: 700;
	line-height: 1.3;
	text-decoration: none;
	white-space: nowrap;

	transition:
		opacity 0.25s ease,
		transform 0.25s ease;
}
.nl_contact_button span {
	letter-spacing: -0.03em;
}

.nl_contact_mail a.nl_contact_button, .nl_contact_mail a.nl_contact_button:link, .nl_contact_mail a.nl_contact_button:active, .nl_contact_mail a.nl_contact_button:visited {color: #ffffff;}
a.nl_header_contact, a.nl_header_contact:link, a.nl_header_contact:active, a.nl_header_contact:visited {color: #ffffff;}

.nl_contact_button img {
	display: block;
	width: 48px;
	height: auto;
	flex-shrink: 0;
}

.nl_contact_button:hover {
	color: #fff;
	opacity: 0.8;
	transform: translateY(-2px);
}

/* 電話側 */
.nl_contact_tel {
	position: relative;
	background-color: #fffbd1;
	background-image: url("/dcms_media/image/nl_contact_tell_bg.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto 92%;
}

.nl_contact_tel_content {
	position: relative;
	z-index: 1;
	width: 78%;
}

.nl_contact_tel .nl_contact_title {
	text-align: left;
}

.nl_contact_tel_number {
	display: flex;
	align-items: center;
	margin: 48px 0 0;

	color: #e60012;
	font-size: clamp(25px, 2.7vw, 40px);
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.03em;

	text-shadow:
		3px 3px 0 #fff,
		-3px 3px 0 #fff,
		3px -3px 0 #fff,
		-3px -3px 0 #fff;
}

.nl_contact_tel_number a {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

.nl_contact_tel_icon {
	display: block;
	width: auto;
	height: 39px;
	margin-right: 0;
	flex-shrink: 0;
}

.nl_contact_tel_hours {
	margin: 6px 0 0;
	padding-right: 15px;
	color: #111;
	font-size: clamp(16px, 1.7vw, 24px);
	font-weight: 700;
	line-height: 1.4;
	text-align: right;

	text-shadow:
		2px 2px 0 #fff,
		-2px 2px 0 #fff,
		2px -2px 0 #fff,
		-2px -2px 0 #fff;
}

@media screen and (max-width: 1000px) {
	.nl_contact_box {
		min-height: 370px;
		padding: 32px 28px;
	}

	.nl_contact_tel {
		background-position: right -40px bottom;
	}

	.nl_contact_tel_content {
		width: 72%;
	}

	.nl_contact_button {
		padding-right: 20px;
		padding-left: 20px;
	}

	.nl_contact_button img {
		width: 50px;
	}
}

@media screen and (max-width: 600px) {
	.nl_contact {
		padding: 25px 0;
	}

	.nl_contact_list {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.nl_contact_box {
		min-height: auto;
		padding: 32px 20px;
		border-radius: 14px;
	}

	.nl_contact_title {
		margin-bottom: 16px;
		font-size: 30px;
	}

	.nl_contact_text {
		font-size: 16px;
	}

	.nl_contact_text br {
		display: none;
	}
	.nl_contact_text br.sp {
		display: block;
	}

	.nl_contact_button {
		width: 100%;
		min-height: 75px;
		margin-top: 26px;
		padding: 15px;
		gap: 10px;
		font-size: 20px;
		white-space: normal;
		text-align: center;
	}

	.nl_contact_button img {
		width: 42px;
	}

	.nl_contact_tel {
		background-position: right bottom;
		background-size: auto 66%;
	}

	.nl_contact_tel_content {
		width: 100%;
	}

	.nl_contact_tel .nl_contact_title,
	.nl_contact_tel .nl_contact_text {
		text-align: center;
	}

	.nl_contact_tel_number {
		justify-content: center;
		margin-top: 25px;
		font-size: 30px;
	}
	
	.nl_contact_tel_icon {
		width: auto;
		height: 28px;
		margin-right: 6px;
	}

	.nl_contact_tel_hours {
		padding-right: 0;
		font-size: 16px;
		text-align: center;
	}
}

/*------------------------------------------------------------------------------*/






/*フォーム*/
/*------------------------------------------------------------------------------*/


#form_intro {
  max-width: 960px;
  margin: 60px auto;
  padding: 0 20px;
}

#form_intro .form_intro {
  padding: 48px 56px;
  background: #fff;
  border: 1px solid #e5eeee;
  border-radius: 10px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.05);
  color: #333;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.03em;
}

#form_intro .form_intro h1 {
  margin: 0 0 28px;
  padding-bottom: 18px;
  color: #0E7777;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
  border-bottom: 1px solid #cdeeed;
}

#form_intro .form_intro p {
  margin: 0 0 20px;
}

#form_intro .form_notice {
  margin-top: 34px;
  padding: 30px 34px;
  background: #f6fbfb;
  border: 1px solid #d9eeee;
  border-radius: 8px;
}

#form_intro .form_notice h2 {
  margin: 0 0 18px;
  padding-left: 14px;
  color: #0E7777;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  border-left: 5px solid #69D0CD;
}

#form_intro .form_notice ul {
  margin: 0;
  padding-left: 1.4em;
}

#form_intro .form_notice li {
  margin-bottom: 10px;
  line-height: 1.8;
}

#form_intro .form_notice li:last-child {
  margin-bottom: 0;
}

#form_intro br {
  display: none;
}


@media screen and (max-width: 768px) {
  #form_intro {
    margin: 36px auto;
    padding: 0 16px;
  }

  #form_intro .form_intro {
    padding: 32px 22px;
    font-size: 15px;
    line-height: 1.9;
    border-radius: 8px;
  }

  #form_intro .form_intro h1 {
    margin-bottom: 24px;
    padding-bottom: 16px;
    font-size: 24px;
    letter-spacing: 0.04em;
  }

  #form_intro .form_notice {
    margin-top: 28px;
    padding: 24px 20px;
  }

  #form_intro .form_notice h2 {
    font-size: 18px;
  }

  #form_intro .form_notice li {
    margin-bottom: 9px;
  }
}

@media (max-width: 767px){
	#locator {font-size: 0.7em;}

	#form_contact_main dl{
		width: 100%;
  border-top: 1px solid #CCCCCC;
  padding: 10px 0;
  line-height: 220%;
	float: none;
  display: flex;
  flex-direction: column;
	}

	#form_contact_main dt,
	#form_contact_main dd{
		width:100% !important;
		box-sizing:border-box;
		margin:0;
	}

	#form_contact_main dt{
		margin-bottom:8px;
	}

	#form_contact_main dd{
		padding-bottom:18px;
	}

	/* 入力欄 */
	#form_contact_main input[type="text"],
	#form_contact_main input[type="email"],
	#form_contact_main input[type="tel"],
	#form_contact_main textarea,
	#form_contact_main select{
		width:100% !important;
		max-width:100%;
		box-sizing:border-box;
	}

	/* 郵便番号だけは元の幅を維持 */
	#form_contact_main .zip01,
	#form_contact_main .zip02{
		width:70px !important;
	}

	/* 住所テーブル */
	#table_address{
		width:100%;
	}

	#table_address td{
		display:block;
		width:100%;
		padding:4px 0;
		box-sizing:border-box;
	}

	/* 郵便番号の入力欄だけ横並び */
	#table_address tr:first-child td:nth-child(2){
		display:flex;
		align-items:center;
		gap:6px;
	}

	#table_address tr:first-child td:nth-child(2) input{
		width:70px !important;
		flex:0 0 auto;
	}


	/* 同意文 */
	#form_contact_main > div[style]{
		margin:0 !important;
		padding:15px 0;
	}
	
	#form_contact_main p:has(#formElementVal1695380){
	display: flex;
	align-items: flex-start;
	gap: 6px;
	margin: 0;
}

#form_contact_main p:has(#formElementVal1695380) input[type="checkbox"]{
	flex: 0 0 auto;
	margin-top: .25em;
}

#form_contact_main p:has(#formElementVal1695380) label{
	line-height: 1.5;
}
	
}

#form_required_text {
  margin: 20px auto;
  width: 90%;
}


/*------------------------------------------------------------------------------*/



/* add original */
/*------------------------------------------------------------------------------*/

.handwriting {
  font-family: 'Zen Kurenaido', sans-serif;
  letter-spacing: -0.02em;
  font-size: 28px;
}
.handwriting_freesize {
  font-family: 'Zen Kurenaido', sans-serif;
  letter-spacing: -0.02rem;
}








/* サンクスページ */
.thanks_wrap {
  max-width: 820px;
  margin: 80px auto;
  padding: 56px 64px;
  background: #fff;
  color: #333;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.03em;
  text-align: center;
  border: 1px solid #eee;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.04);
}

.thanks_wrap h1 {
  margin: 0 0 36px;
  padding-bottom: 20px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #222;
  border-bottom: 1px solid #ddd;
}

.thanks_wrap p {
  margin: 0 0 24px;
}

.thanks_btn_area {
  margin-top: 40px !important;
}

.thanks_btn {
  display: inline-block;
  padding: 13px 34px;
  color: #fff !important;
  background: #0E7777;
  border-radius: 999px;
  text-decoration: none !important;
  font-size: 15px;
  letter-spacing: 0.05em;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.thanks_btn:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}

@media screen and (max-width: 768px) {
  .thanks_wrap {
    margin: 40px 16px;
    padding: 36px 24px;
    font-size: 15px;
    line-height: 1.9;
    text-align: left;
  }

  .thanks_wrap h1 {
    margin-bottom: 30px;
    font-size: 23px;
    text-align: center;
  }

  .thanks_btn_area {
    text-align: center;
  }

  .thanks_btn {
    width: 100%;
    max-width: 320px;
    padding: 12px 20px;
    text-align: center;
  }
}

/* ここまで　サンクスページ */



