.h_txt {
	font-size: 1.4rem;
	font-weight: bold;
}

html,
body {
	overflow-x: hidden;
}

@media screen and (max-width: 961px) {
		.h_txt {
	font-size: 1.4rem;
	font-weight: bold;
	display: none;
}
}
.clear {
	clear:both;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.sp {
	display: none;
}
@media screen and (max-width: 960px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	
}

img {
	width: 100%;
	height: auto;
}


@media screen and (min-width: 650px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 650px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}


/* -------------------------- ロード -------------------------- */

body {
font-family: monospace;
font-style: normal;
font-weight: 500;
	background-size: cover;
	background-attachment: fixed;
background-repeat: no-repeat;
background-position: top center;
color:#251f19;
	letter-spacing: 0.05rem;
	background: #fcfcfc;
	line-height: 1.6;

}

body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:#fff;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity .8s ease;
  transition: opacity .8s ease;
}
body.fadeout::after {
  opacity: 1;
}

main {
padding-bottom: 50px;		
display: block !important;
        position: relative !important;
        clear: both !important;
        padding-top: 0 !important;
        margin-top: 0 !important;
        visibility: visible !important;		
}


main.subPAGE {
padding-bottom: 50px;		
display: block !important;
        position: relative !important;
        clear: both !important;
        padding-top: 0 !important;
        margin-top: 0 !important;
        visibility: visible !important;		
}

@media screen and (max-width: 960px) {
main.subPAGE {
padding-bottom: 50px;		
display: block !important;
        position: relative !important;
        clear: both !important;
        padding-top: 0 !important;
        margin-top: 0 !important;
        visibility: visible !important;		
}

}
/* ========================================================
   スマホ版（960px以下）：画面が真っ白（裏側に隠れる）問題の修正
======================================================== */
@media screen and (max-width: 960px) {
    
    /* 1. スマホ版でも確実にヘッダーの固定(fixed)を解除してスクロールさせる */
    header {
        position: relative !important;
        top: auto !important;
        height: auto !important;
    }

    /* 2. メインコンテンツがヘッダーの裏に潜り込まないように強制的に下に配置 */
    main {
        display: block !important;
        position: relative !important;
        clear: both !important;
        padding-top: 0 !important;
        margin-top: 0 !important;
        visibility: visible !important;
    }

    /* 3. ヘッダー内の要素がはみ出して下のレイアウトを壊すのを防ぐ */
    .headwrap::after {
        content: "";
        display: block;
        clear: both;
    }
}



@media screen and (max-width: 960px) {s
main.subPAGE {
padding-bottom: 50px;		
display: block !important;
        position: relative !important;
        clear: both !important;
        padding-top: 0 !important;
        margin-top: 0 !important;
        visibility: visible !important;		

}

}


/* -------------------------- パンクズ -------------------------- */

.cp_breadcrumb *, .cp_breadcrumb *:after, .cp_breadcrumb *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_breadcrumb {
margin-bottom: 5px;
	background: #fce0ec;
	padding: 2px 1% 5px 1%;
	box-sizing: border-box;
}
.cp_breadcrumb a {
	text-decoration: none;
	font-size: 1.2rem;
}
.cp_breadcrumb .breadcrumbs {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	max-width: 1320px;
	margin: auto;
}
.cp_breadcrumb li {
	display: inline-block;
	position: relative;
	padding-right: calc(16px + 8px);
	margin-right: 2px;
		font-size: 1.2rem;
color:#ff3061;
}
.cp_breadcrumb li::before {
	content: '›';
	width: 1em;
	height: 1em;
	line-height: 1;
	text-align: center;
	font-size: 1.5em;
	color: inherit;
	position: absolute;
	top: 40%;
	right: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.cp_breadcrumb li:last-child::before {
	content: normal;
}

.cp_breadcrumb i {
color:#f6618f;
	margin-right: 10px
}

/* --- 下層ページ -- */

.subPAGE .cp_breadcrumb {
	padding: 2px 1% 5px 1%;
	box-sizing: border-box;
	margin-bottom: 0px;
}



/* ========================================================
   1. 横幅1160px付近でのヘッダーとパンくずの隙間解消
======================================================== */
/* パンくずリスト自体が持っている上部の余白を強制リセット */
.cp_breadcrumb {
    margin-top: 0 !important;
    padding-top: 0 !important;
}





/* ========================================================
   2. スマホ版（960px以下）でパンくずを強制表示させる
======================================================== */
@media screen and (max-width: 960px) {
    
    /* 外部CSSで display: none; になっているのを強制的にブロック表示で上書き */
    .cp_breadcrumb {
        display: block !important; 
        visibility: visible !important;
        opacity: 1 !important;
        width: 100% !important;
        box-sizing: border-box !important;
        background-color: #ffffff !important; /* 背景色（必要に応じて変更） */
        padding: 10px 15px !important;        /* スマホで見やすいように少し内側に余白 */
    }
    
    /* パンくずのリスト（横並び）をスマホでも崩れないように設定 */
    .cp_breadcrumb ul.breadcrumbs {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        margin: 0 !important;
        padding: 0 !important;
    }
}












@media screen and (max-width: 1260px) {
	
/* -------------------------- パンクズ -------------------------- */
.subPAGE .cp_breadcrumb {
	padding: 2px 1% 5px 1%;
	box-sizing: border-box;
}
}


@media screen and (max-width: 834px) {
	
/* -------------------------- パンクズ -------------------------- */
	
.subPAGE .cp_breadcrumb {
	padding: 3px 1% 5px 1%;
	box-sizing: border-box;
}
	
.cp_breadcrumb a {
	font-size: 1.2rem;
}
.cp_breadcrumb .breadcrumbs {
	width: auto;
	margin: auto 10px;
	
}
}









/* -------------------------- カルーセル -------------------------- */

.swiper-slide {
	width: 20%;
	padding: 0 1%;
	box-sizing: border-box;
	float: left;
}
.swiper-wrapper {
	width: 90%;
	margin: 0 auto;
	padding: 20px 0;
}
.swiper-slide a {
	display: block;
	position: relative;
	overflow: hidden;
}
.swiper-slide img {
	position: absolute;
	height: 100%;
	width: auto;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.swiper-slide figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 5px;
	background: #fff;
	z-index: 1;
	width: 100%;
	text-align: center;
}
.swiper-slide figcaption:before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 8%;
    width: 8px;
    height: 8px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}
.swiper-slide a:before {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 95%;
}


.footer_fix_btn {
  display: none;
}
@media (max-width: 980px) {
	
.footer_fix_btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
  display: block;
  box-sizing: border-box;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.footer_fix_btn.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.fix_button {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

.fix_button li {
  width: 33.3%;
  list-style: none;
}

.fix_button a {
  display: block;
}

.fix_button a:hover {
  opacity: 0.8;
}

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








.pageimg {
	margin-bottom: 20px;
}
.pageimg img {
	width: 100%;
	height: auto;
}

.ntext {
	line-height: 1.7;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	margin-bottom: 20px;
}

@media (max-width: 1200px) {

.pageimg {
	margin-bottom: 20px;
}
}



.red {
	color:#AF0003;
}

.index-content main {
	margin: 0;
}


.list  {
	margin-left: 20px;
	margin-bottom: 20px;
}

.list li  {
	list-style-type: disc;
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
}

.bkBG {
	justify-content: space-between;
	background: rgba(0, 0, 0, 1);
	position: relative;
	padding: 40px;
	box-sizing: border-box;
	line-height: 1.5;
	color:#fff;
}

.bkBG::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border: 1px solid #bea163;
	pointer-events: none;
}
.bkBG p {
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	margin-bottom: 20px;
}
.bkBG h4 {
	font-size: clamp(1.6rem, 1.8vw, 2rem);
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	color:#d1a13b;
	border-bottom: 1px dotted #d1a13b;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

table.formtable {
    width: 100%;
    border: 1px #636261 solid;
    border-collapse: collapse;
    border-spacing: 0;
	box-sizing: border-box;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	margin-bottom: 30px;
}

table.formtable th {
    padding: 15px;
    border: #636261 solid;
    border-width: 0 0 1px 1px;
    background: #393939;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
	color:#fff;
	box-sizing: border-box;
	position: relative;
	width: 40%;
	line-height: 1.6;
}
table.formtable td {
    padding: 15px;
    border: 1px #636261 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
	  background: #f8f8f8;
	box-sizing: border-box;
	line-height: 1.6;
	color:#222;
}

.input01 {
	font-size: 1.8rem;
	padding: 5px 10px;
	box-sizing: border-box;
	width: 50%;
	border: 1px solid #c6c6c6;
	background: #ebebeb;
	border-radius: 3px;
}
.input02 {
	font-size: 1.8rem;
	padding: 5px 10px;
	box-sizing: border-box;
	width: 90%;
	border: 1px solid #c6c6c6;
	background: #ebebeb;
	border-radius: 3px;
}
.selecttub {
	font-size: 2rem;
}
.textarea {
	font-size: 1.8rem;
	padding: 5px 10px;
	box-sizing: border-box;
	width: 90%;
	border: 1px solid #c6c6c6;
	background: #ebebeb;
	border-radius: 3px;
}
p.cation {
	padding: 0;
	margin: 5px 0 0 0;
	font-size: 1.2rem;
}
.hissu {
	background: #c31700;
	text-align: center;
	font-size: 1.2rem;
	position: absolute;
	padding: 2px 10px;
	right:10px;
}


.enpbanner {
	width: 80%;
	margin: 0 auto 20px;
}
.enpbanner img {
	width: 100%;
	height: auto;
}
.jyoken {
	color:#fff000;
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

.thanks {
	border: 1px solid #fff;
	padding: 20px;
	text-align: center;
	color:#fff;
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	line-height: 1.7;
}

.buttonbox {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.sendbutton {
	background: linear-gradient(90deg, #e85a73, #e89a3a);
	text-align: center;
	color:#fff;
	padding: 15px;
	font-weight: bold;
	font-size: 2rem;
	border: 0px;
	width: 300px;
	margin: 0 5px;
	box-sizing: border-box;
	line-height: 1.5;
	border-radius: 3px;
}
.resetbutton {
	background: #4c4c4c;
	text-align: center;
	color:#fff;
	padding: 20px;
	font-weight: bold;
	font-size: 2rem;
	border: 0px;
	width: 300px;
	margin: 0 5px;
	box-sizing: border-box;
}
.content-inner02 .bkBG h3 {
	background:url("../../common/images/common/header.jpg");
	padding: 5px 20px;
	color:#fff;
	font-size: clamp(1.8rem, 2vw, 2.4rem);
	margin-bottom: 15px;
	background-size: cover;
}


@media screen and (max-width: 834px) {
	.list  {
	margin-left: 20px;
	margin-bottom: 20px;
}

.list li  {
	list-style-type: disc;
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	font-size: 1.4rem;
}
	
.bkBG {
	justify-content: space-between;
	background: rgba(0, 0, 0, 1);
	position: relative;
	padding: 20px;
	box-sizing: border-box;
	line-height: 1.5;
	color:#fff;
}

.bkBG::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border: 1px solid #bea163;
	pointer-events: none;
}
.bkBG p {
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	margin-bottom: 15px;
	font-size: clamp(1.4rem, 1.4vw, 1.5rem);
}
.bkBG h4 {
	font-size: clamp(1.6rem, 1.8vw, 2rem);
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	color:#d1a13b;
	border-bottom: 1px dotted #d1a13b;
	padding-bottom: 5px;
	margin-bottom: 10px;
}


table.formtable {
    width: 100%;
    border: 1px #636261 solid;
    border-collapse: collapse;
    border-spacing: 0;
	box-sizing: border-box;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	margin-bottom: 15px;
}

table.formtable th {
	width: 100%;
	display: block;
    padding: 10px;
    border: #636261 solid;
    border-width: 0 0 1px 1px;
    background: #393939;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
	color:#fff;
	box-sizing: border-box;
	position: relative;
	line-height: 1.6;
}
table.formtable td {
	width: 100%;
	display: block;
    padding: 10px;
    border: 1px #636261 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
	  background: #f8f8f8;
	box-sizing: border-box;
	line-height: 1.6;
	color:#222;
}

.input01 {
	font-size: 1.8rem;
	padding: 5px 10px;
	box-sizing: border-box;
	width: 50%;
	border: 1px solid #c6c6c6;
	background: #ebebeb;
	border-radius: 3px;
}
.input02 {
	font-size: 1.8rem;
	padding: 5px 10px;
	box-sizing: border-box;
	width: 90%;
	border: 1px solid #c6c6c6;
	background: #ebebeb;
	border-radius: 3px;
}
.selecttub {
	font-size: 2rem;
}
.textarea {
	font-size: 1.8rem;
	padding: 5px 10px;
	box-sizing: border-box;
	width: 90%;
	border: 1px solid #c6c6c6;
	background: #ebebeb;
	border-radius: 3px;
}
p.cation {
	padding: 0;
	margin: 5px 0 0 0;
	font-size: 1.2rem;
}
.hissu {
	background: #c31700;
	text-align: center;
	font-size: 1.2rem;
	position: absolute;
	padding: 2px 10px;
	right:10px;
}


.enpbanner {
	width: 80%;
	margin: 0 auto 20px;
}
.enpbanner img {
	width: 100%;
	height: auto;
}
.jyoken {
	color:#fff000;
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

.thanks {
	border: 1px solid #fff;
	padding: 20px;
	text-align: center;
	color:#fff;
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	line-height: 1.7;
}

.buttonbox {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.sendbutton {
	background: linear-gradient(90deg, #e85a73, #e89a3a);
	text-align: center;
	color:#fff;
	padding: 15px;
	font-weight: bold;
	font-size: 1.5rem;
	border: 0px;
	width: 90%;
	margin: 0 5px;
	box-sizing: border-box;
	line-height: 1.5;
	border-radius: 3px;
}
.resetbutton {
	background: #4c4c4c;
	text-align: center;
	color:#fff;
	padding: 20px;
	font-weight: bold;
	font-size: 2rem;
	border: 0px;
	width: 300px;
	margin: 0 5px;
	box-sizing: border-box;
}
	
.content-inner02 .bkBG h3 {
	padding: 5px 10px;
	color:#fff;
	font-size: 1.8rem;
	margin-bottom: 10px;
}
}

figure {
	padding: 0;
	margin: 0;
}



.subPAGECONTENT {
	position: relative;
	z-index: 1;
	background: url("../images/common/headerBG.jpg");
	padding: 15px;
	box-sizing: border-box;
	border-radius: 15px;
}


.subPAGECONTENT .inner {
	position: relative;
	box-sizing: border-box;
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 0 6px #fceff6;
	padding: 40px;
}

.subPAGECONTENT .mainIMG {
	margin-bottom: 15px;
}

.subPAGECONTENT .block  {
	margin-bottom: 20px;
}

.subPAGECONTENT h3  {
	background: #ee83ac;
	padding: 10px 25px;
	line-height: 1.5;
	box-sizing: border-box;
	font-size: clamp(1.8rem, 2vw, 2.4rem);
	color:#fff;
	font-weight: 600;
	margin-bottom: 15px;
	border: 3px solid #f6a6c5;
	box-sizing: border-box;
	font-family: "Zen Maru Gothic", sans-serif;
	border-radius: 6px;
}


.wakuPINK {
	background: #fceff6;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 10px;
	border: 1px solid #f6c8d4;
}
.circleLIST {
	
}

ul.circleLIST li{
    list-style: none;
	text-align: left;
	font-size: clamp(1.4rem, 1.6vw, 1.8rem);
	text-indent:0px; 
    margin-left:0px;
	border-bottom: 1px dashed #313131;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: 600;
	padding-left: 1.5em;
  text-indent: -1.5em;
	font-family: "Zen Maru Gothic", sans-serif;
}
 
ul.circleLIST > li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;/*←ココ*/
  content: "\f111";
  position: relative;
  left : 0em; 
  color: #ee83ac; 
  margin-right: 10px;
}
ul.circleLIST li:last-child {
  border-bottom: 0px dashed #313131;
		padding-bottom: 0px;
	margin-bottom: 0px;
}

/* 019 変更箇所: 水色系からピンク・オレンジグラデーションに変更 */
.linkBUTTON {
	display: flex;
	justify-content: center;
	margin: 30px 0
}
.linkBUTTON a {
    /* 変更 */
    background: linear-gradient(141deg, #f6618f, #e89a3a);
    border-radius: 60px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
	box-sizing: border-box;
    padding: 15px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	font-size: clamp(1.5rem, 1.8vw, 2rem);
	width: 30%;
}
.linkBUTTON a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.linkBUTTON a:hover:after {
  right: 1.4rem;
}

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

.subPAGECONTENT {
	position: relative;
	z-index: 1;
	background: url("../images/common/headerBG.jpg");
	padding: 6px;
	box-sizing: border-box;
	border-radius: 10px;
}


.subPAGECONTENT .inner {
	position: relative;
	box-sizing: border-box;
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 0 6px #fceff6;
	padding: 15px;
}

.subPAGECONTENT .mainIMG {
	margin-bottom: 10px;
}

.subPAGECONTENT .block  {
	margin-bottom: 20px;
}

.subPAGECONTENT h3  {
	background: #ee83ac;
	padding: 6px 15px;
	line-height: 1.5;
	box-sizing: border-box;
	font-size: clamp(1.6rem, 2vw, 2.4rem);
	color:#fff;
	font-weight: 600;
	margin-bottom: 10px;
	border: 3px solid #f6a6c5;
	box-sizing: border-box;
	font-family: "Zen Maru Gothic", sans-serif;
	border-radius: 5px;
}


.wakuPINK {
	background: #fceff6;
	padding: 15px;
	box-sizing: border-box;
	border-radius:5px;
	border: 1px solid #f6c8d4;
}
.circleLIST {
	
}

ul.circleLIST li{
    list-style: none;
	text-align: left;
	font-size: clamp(1.4rem, 1.6vw, 1.8rem);
	text-indent:0px; 
    margin-left:0px;
	border-bottom: 1px dashed #313131;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: 600;
	padding-left: 1.5em;
  text-indent: -1.7em;
	line-height: 1.5;
	font-family: "Zen Maru Gothic", sans-serif;
}
 
ul.circleLIST > li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;/*←ココ*/
  content: "\f111";
  position: relative;
  left : 0em; 
  color: #ee83ac; 
  margin-right: 10px;
}

/* 019 変更箇所: 水色系からピンク・オレンジグラデーションに変更 */
.linkBUTTON {
	display: flex;
	justify-content: center;
	margin: 15px 0
}
.linkBUTTON a {
    /* 変更 */
    background: linear-gradient(141deg, #f6618f, #e89a3a);
    border-radius: 60px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
	box-sizing: border-box;
    padding: 15px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	font-size: clamp(1.5rem, 1.8vw, 2rem);
	width: 80%;
}
.linkBUTTON a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.linkBUTTON a:hover:after {
  right: 1.4rem;
}


}

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


table.formtable {
    width: 100%;
    border: 1px #dedcdd solid;
    border-collapse: collapse;
    border-spacing: 0;
	box-sizing: border-box;
	font-size: clamp(1.4rem, 1.5vw, 1.6rem);
	margin-bottom: 30px;
}

table.formtable th {
    padding: 20px 20px;
    border: #dedcdd solid;
    border-width: 0 0 1px 1px;
   background:#fceff6;
    font-weight: 500;
    line-height: 120%;
    text-align: left;
	color:#222;
	box-sizing: border-box;
	position: relative;
	width: 40%;
	line-height: 1.6;
}
table.formtable td {
    padding: 15px 20px;
    border: 1px #dedcdd solid;
    border-width: 0 0 1px 1px;
    text-align: left;
	  background:rgba(255,255,255,0.8);
	box-sizing: border-box;
	line-height: 1.6;
}

.input01 {
	font-size: clamp(1.4rem, 1.4vw, 1.7rem);
	padding: 5px 10px;
	box-sizing: border-box;
	width: 50%;
	border: 1px solid #c6c6c6;
	background: #ebebeb;
	border-radius: 3px;
	line-height: 1.5;
}
.input02 {
	font-size: clamp(1.4rem, 1.4vw, 1.7rem);
	padding: 10px 10px;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #c6c6c6;
	background: #ebebeb;
	border-radius: 3px;
	line-height: 1.5;
}

table.formtable td input[type=radio] {
	position: relative;
	top:0px;
	font-size: clamp(1.4rem, 1.4vw, 1.7rem);
	transform: scale(1.5);
	margin-right: 10px;
}
table.formtable td input[type=checkbox] {
	position: relative;
	top:1px;
	font-size: clamp(1.4rem, 1.4vw, 1.7rem);
	transform: scale(1.5);
	margin-right: 10px;
}
table.formtable td label {
	margin-right: 10px;
}


.selecttub {
	font-size: 2rem;
}
.textarea {
	font-size: clamp(1.4rem, 1.4vw, 1.7rem);
	padding: 5px 10px;
	box-sizing: border-box;
	width: 100%;
	height: 200px;
	border: 1px solid #c6c6c6;
	background: #ebebeb;
	border-radius: 3px;
}

p.cation {
	padding: 0;
	margin: 5px 0 0 0;
	font-size: clamp(1.2rem, 1.1vw, 1.4rem);
	color:#222;
}
.hissu {
	background: #f6618f;
	text-align: center;
	font-size: 1.2rem;
	position: absolute;
	padding: 2px 10px;
	right:15px;
	top:34%;
	color:#fff;
}

.buttonbox {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
/* 変更箇所: 水色系からピンク系グラデーションに変更 */
.sendbutton {
	background: linear-gradient(141deg, #f6618f, #e89a3a);
	text-align: center;
	color:#fff;
	padding: 15px 20px;
	font-weight: 600;
	font-size: clamp(1.4rem, 1.5vw, 1.8rem);
	border: 0px;
	width: 300px;
	margin: 0 5px;
	box-sizing: border-box;
}

.resetbutton {
	background:rgba(0,0,0,0.8);
	text-align: center;
	color:#fff;
	padding: 20px;
	font-weight: bold;
	font-size: 2rem;
	border: 0px;
	width: 300px;
	margin: 0 5px;
	box-sizing: border-box;
}

select {
	padding:10px;
	border: 1px solid #e0dfdf;
	font-size: clamp(1.4rem, 1.3vw, 1.6rem);
	height: 40px;
	
}





/*営業時間TEL*/

/* 丸くてかわいい数字用フォントを読み込み */
@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap');

.header-tel-box {
  text-align: center;
  font-family: 'Zen Maru Gothic', sans-serif;
  padding: 10px 0;
}

.header-tel-box .time-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px; /* ★ここの数値を大きくして隙間を広げました（元は-5px） */
}

.header-tel-box .badge {
  background-color: #f15b8e; /* 画像のピンク色に近い色 */
  color: #ffffff;
  font-size: 2.0rem;
  font-weight: 700;
  padding: 4px 18px;
  border-radius: 20px;
  line-height: 1;
}

.header-tel-box .time {
  color: #f15b8e;
  font-size: 2.3em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}

.header-tel-box .tel-row a {
  display: inline-block;
font-family: fantasy;
  color: #f15b8e;
font-size: 6.1rem;
  font-weight: normal; /* Fredoka Oneは元々太いのでnormalでOK */
  text-decoration: none;
  letter-spacing: 0.05em;
  line-height: 1;
margin-top: 10px;
  /* 白とピンクの二重フチ取りの再現 */
text-shadow: 
    -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff,
    -3px 0 0 #fff, 3px 0 0 #fff, 0 -3px 0 #fff;
}

/* ★追加：アイコン(TELマーク)の微調整 */
.header-tel-box .tel-row a i {
  font-size: 2.8rem; /* 文字より少し小さめに */
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -4px; /* 少しだけ上にズラしてバランスを取る */
}

/* スマホ用のサイズ調整 */
@media screen and (max-width: 768px) {
  .header-tel-box .time-row {
    margin-bottom: 5px;
  }
  .header-tel-box .badge {
    font-size: 0.9rem;
    padding: 3px 12px;
  }
  .header-tel-box .time {
    font-size: 1.2rem;
  }
  .header-tel-box .tel-row a {
    font-size: 2.2rem;
    /* スマホ用にフチ取りと影を縮小 */
    text-shadow: 
      -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff,
      -2px 0 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, 0 2px 0 #fff,
      0px 4px 5px rgba(0, 0, 0, 0.15);
  }
  .header-tel-box .tel-row a i {
    font-size: 1.7rem;
    top: -2px;
  }
}



@media screen and (max-width: 834px) {
	
table.formtable {
    width: 100%;
    border: 1px #dedcdd solid;
    border-collapse: collapse;
    border-spacing: 0;
	box-sizing: border-box;
	font-size: clamp(1.4rem, 1.5vw, 1.6rem);
	margin-bottom: 30px;
}

table.formtable th {
	display: block;
	width: 100%;
    padding: 12px 15px;
    border: #dedcdd solid;
    border-width: 0 0 1px 0px;
   background:#fceff6;
    font-weight: 500;
    line-height: 120%;
    text-align: left;
	color:#222;
	box-sizing: border-box;
	position: relative;
	line-height: 1.6;
}
table.formtable td {
	display: block;
	width: 100%;
    padding: 12px 15px;
    border: 1px #dedcdd solid;
    border-width: 0 0 1px 0px;
    text-align: left;
	  background:rgba(255,255,255,0.8);
	box-sizing: border-box;
	line-height: 1.6;
}

.input01 {
	font-size: clamp(1.4rem, 1.4vw, 1.7rem);
	padding: 5px 10px;
	box-sizing: border-box;
	width: 50%;
	border: 1px solid #c6c6c6;
	background: #ebebeb;
	border-radius: 3px;
	line-height: 1.5;
}
.input02 {
	font-size: clamp(1.4rem, 1.4vw, 1.7rem);
	padding: 10px 10px;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #c6c6c6;
	background: #ebebeb;
	border-radius: 3px;
	line-height: 1.5;
}

table.formtable td input[type=radio] {
	position: relative;
	top:0px;
	font-size: clamp(1.4rem, 1.4vw, 1.7rem);
	transform: scale(1.5);
	margin-right: 10px;
}
table.formtable td input[type=checkbox] {
	position: relative;
	top:1px;
	font-size: clamp(1.4rem, 1.4vw, 1.7rem);
	transform: scale(1.5);
	margin-right: 10px;
}
table.formtable td label {
	margin-right: 10px;
}


.selecttub {
	font-size: 2rem;
}
.textarea {
	font-size: clamp(1.4rem, 1.4vw, 1.7rem);
	padding: 5px 10px;
	box-sizing: border-box;
	width: 100%;
	height: 200px;
	border: 1px solid #c6c6c6;
	background: #ebebeb;
	border-radius: 3px;
}

p.cation {
	padding: 0;
	margin: 5px 0 0 0;
	font-size: clamp(1.2rem, 1.1vw, 1.4rem);
	color:#222;
}
.hissu {
	background: #f6618f;
	text-align: center;
	font-size: 0.8rem;
	position: absolute;
	padding: 2px 10px;
	right:15px;
	top:25%;
	color:#fff;
}

.buttonbox {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
/* 変更箇所: 水色系からピンク系グラデーションに変更 */
.sendbutton {
	background: linear-gradient(141deg, #f6618f, #e89a3a);
	text-align: center;
	color:#fff;
	padding: 12px 20px;
	font-weight: 600;
	font-size: clamp(1.6rem, 1.5vw, 1.8rem);
	border: 0px;
	width: 80%;
	margin: 0 5px;
	box-sizing: border-box;
}

.resetbutton {
	background:rgba(0,0,0,0.8);
	text-align: center;
	color:#fff;
	padding: 20px;
	font-weight: bold;
	font-size: 2rem;
	border: 0px;
	width: 300px;
	margin: 0 5px;
	box-sizing: border-box;
}

select {
	padding:10px;
	border: 1px solid #e0dfdf;
	font-size: clamp(1.4rem, 1.3vw, 1.6rem);
	height: 40px;
	
}

}





/* ========================================================
   【修正版】料金システム：テーブルの幅を横いっぱいに最適化
======================================================== */

/* 1. すべてのテーブルを確実に横幅100%にする */
.formtable {
    width: 100% !important;
    table-layout: fixed !important; 
    margin: 0 auto !important;
}

/* 2. 「コース料金」「基本料金」（4分割のテーブル）のみ25%ずつにする */
#table-course th, #table-course td,
#table-etc th, #table-etc td {
    width: 25% !important;
}

/* 3. 「交通費」（2分割のテーブル）は横幅いっぱいに広げる */
#transportation .formtable th {
    width: 30% !important; /* エリア名の幅 */
}
#transportation .formtable td {
    width: 70% !important; /* 地域名の幅 */
}

/* --- スマホ表示（960px以下）での確実なレイアウト維持 --- */
@media screen and (max-width: 960px) {
    /* 外部CSSでテーブルが崩れる（縦並びになる等）のを防ぎ、横いっぱいに保つ */
    .formtable {
        display: table !important;
        width: 100% !important;
    }
    .formtable tbody {
        display: table-row-group !important;
    }
    .formtable tr {
        display: table-row !important;
    }
    .formtable th, 
    .formtable td {
        display: table-cell !important;
        font-size: clamp(10px, 3vw, 14px) !important; /* 画面に合わせて文字サイズを調整 */
        padding: 8px 4px !important;
        word-break: break-all !important; /* 文字が枠をはみ出すのを防ぐ */
    }

    /* 交通費のテーブルは、スマホでは縦に並べた方が読みやすいため縦並びに変更 */
    #transportation .formtable th, 
    #transportation .formtable td {
        display: block !important;
        width: 100% !important;
        text-align: left !important;
    }
    #transportation .formtable th {
        background-color: #ffb6c1 !important; /* 見出しの色をつけて区別 */
    }
}























/* -------------------------- キャストアイコン（サブ） -------------------------- */

.icon_jd  {
	background-image: linear-gradient(50deg, #fc686f, #ff934d);
	font-size: clamp(1.2rem, 1.4vw, 1.5rem);
	padding: 3px 10px 4px;
	box-sizing: border-box;
	text-align: center;
	color:#fff;
	border-radius: 4px;

}
/* 変更箇所: 水色系からピンク・赤系に変更 */
.icon_seiso  {
	background-image: linear-gradient(50deg, #ff85a2, #ffaccc);
	font-size: clamp(1.2rem, 1.4vw, 1.5rem);
	padding: 3px 10px 4px;
	box-sizing: border-box;
	text-align: center;
	color:#fff;
	border-radius: 4px;

}




@media screen and (max-width: 834px) {
	
/* -------------------------- キャストアイコン（サブ） -------------------------- */
.iconBOX .icon_jd  {
	background-image: linear-gradient(50deg, #fc686f, #ff934d);
	font-size: clamp(1.1rem, 1.4vw, 1.5rem);
	padding: 1px 5px 2px;
	box-sizing: border-box;
	text-align: center;
	color:#fff;
	border-radius: 4px;
}
/* 変更箇所: 水色系からピンク・赤系に変更 */
.iconBOX .icon_seiso  {
	background-image: linear-gradient(50deg, #ff85a2, #ffaccc);
	font-size: clamp(1.1rem, 1.4vw, 1.5rem);
	padding: 1px 5px 2px;
	box-sizing: border-box;
	text-align: center;
	color:#fff;
	border-radius: 4px;
}
}




/* -------------------------- キャストアイコン（メイン） -------------------------- */

/* 共通スタイル */
 .icon {
	color: #fff;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: clamp(1.2rem, 1.4vw, 1.6rem);
	padding: 3px 10px 4px;
	text-align: center;
	box-sizing: border-box;
	border-radius: 4px;
	background-image: linear-gradient(50deg, #42a5f5, #1e88e5); /* デフォルト背景 */
    /* 1. 幅を固定（あるいは個別に指定） */
    width: 100%; /* ここでお好みの固定幅にしてください */
    max-width: 100%;
    
    /* 2. 中央寄せやレイアウト保持 */
    display: flex;
    justify-content: center;
    align-items: center;
    
    /* 3. 省略設定 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    
    /* 既存のデザイン（色や高さ）はそのまま維持 */
    padding: 5px 10px; /* 帯の高さや余白は維持 */
    box-sizing: border-box; /* パディングを含めて幅を計算 */
}	

/* 各クラスごとの背景色分け  */

/* 完全未経験 (青系) */
.icon.ichigyo {
	background-image: linear-gradient(50deg, #42a5f5, #1e88e5);
}


/* 体験入店 (ピンク系) */
.icon.taiken {
	background-image: linear-gradient(50deg, #fb679f, #ff95c1);
}

/* 人気急上昇中 (青系) */
.icon.ninki {
	background-image: linear-gradient(50deg, #3374ff, #5cb4ff);
}

/* イチ押し (赤系) */
.icon.ichioshi {
	background-image: linear-gradient(50deg, #f25624, #ff896c);
}

/* レア出勤 (緑系) */
 .icon.rare {
	background-image: linear-gradient(50deg, #76a907, #b2c058);
}

/* 緊急出勤 (黄緑系) */
.icon.kinkyuu {
	background-image: linear-gradient(50deg, #aed581, #dce775);
}

/* 争奪戦必死店 (オレンジ系) */
.icon.soudatsu {
	background-image: linear-gradient(50deg, #f28e24, #ffb66b);
}

/* 大注目 (黄〜アンバー系) */
.icon.daicyumoku {
	background-image: linear-gradient(50deg, #ffd54f, #ffb300);
}

/* ランキング入賞 (水色系) */
.icon.ranking {
	background-image: linear-gradient(50deg, #4dd0e1, #00acc1);
}

/* PREMIUM CLASS (紫〜ピンク系) */
.icon.premium {
	background-image: linear-gradient(50deg, #cfafec, #f3a9d1);
}

/* ニューフェイス (紫系) */
 .icon.newface {
	background-image: linear-gradient(50deg, #ba68c8, #9575cd);
}

/* 業界未経験 (緑系) */
.icon.gyo_mikeiken {
	background-image: linear-gradient(50deg, #81c784, #4caf50);
}

/* 完全未経験 (青系) */
.icon.mikeiken {
	background-image: linear-gradient(50deg, #42a5f5, #1e88e5);
}

/* 本指名No.1 (金〜黄色系) */
.icon.shimei1 {
	background-image: linear-gradient(50deg, #c9a72f, #f0d04c);
}

/* 本指名No.2 (銀〜グレー系) */
.castlist .icon.shimei2 {
	background-image: linear-gradient(50deg, #e0e0e0, #bdbdbd);
}

/* 本指名No.3 (茶〜銅系) */
.castlist .icon.shimei3 {
	background-image: linear-gradient(50deg, #a1887f, #8d6e63);
}

/* 本指名No.4 (ブルーグレー系) */
.icon.shimei4 {
	background-image: linear-gradient(50deg, #78909c, #546e7a);
}

/* 本指名No.5 (ダークグレー系) */
.icon.shimei5 {
	background-image: linear-gradient(50deg, #616161, #424242);
}

/* -------------------------- キャストアイコン（媒体アイコン） -------------------------- */
.mediaicon {
	display: none;
	height: 0px;
	justify-content: center;
	margin: 5px 0;
}
.mediaicon i {	display: none;
	margin: 0 0px;
	font-size: clamp(1.4rem, 1.4vw, 2rem);
	color:#fc338d;
}

/* iconBOX内アイコン 共通スタイル */
.iconBOX div {
    font-family: system-ui;
    font-size: clamp(1.1rem, 1.2vw, 1.4rem);
	padding: 3px 10px 4px;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	display: inline-block; /* 横並びにする場合 */
	margin: 2px; /* アイコン同士の隙間 */
	background-image: linear-gradient(50deg, #ff85a2, #ffaccc); /* デフォルト背景 */
}

/* -------------------------- キャストアイコン（2枠のアイコン） -------------------------- */

/* モデル系 (青・紫系) */
.iconBOX .icon_model {
	background-image: linear-gradient(50deg, #4facfe, #00f2fe);
}

/* 女子大生 (赤・オレンジ系 ※サンプル準拠) */
.iconBOX .icon_jd {
	background-image: linear-gradient(50deg, #fc686f, #ff934d);
}

/* 美脚 (ピンク・赤系) */
.iconBOX .icon_bikyaku {
	background-image: linear-gradient(50deg, #ff85a2, #ffaccc);
}

/* OL系 (青・グレー系) */
.iconBOX .icon_ol {
	background-image: linear-gradient(50deg, #6a89cc, #b8e994); /* 少し緑が入った落ち着いた青緑 */
}

/* セレブ系 (金・黄・オレンジ系) */
.iconBOX .icon_celeb {
	background-image: linear-gradient(50deg, #f6d365, #fda085);
}

/* 美尻 (オレンジ・赤系) */
.iconBOX .icon_bijiri {
	background-image: linear-gradient(50deg, #ff9a9e, #fad0c4);
}

/* AF可 (緑・青系 ※許可・技術系) */
.iconBOX .icon_af {
	background-image: linear-gradient(50deg, #43e97b, #38f9d7);
}

/* 変更箇所: 清楚系を水色系からピンク系へ */
.iconBOX .icon_seiso {
	background-image: linear-gradient(50deg, #ff85a2, #ffaccc);
}

/* スレンダー (黄・緑系) */
.iconBOX .icon_slender {
	background-image: linear-gradient(50deg, #fdfbfb, #ebedee); /* 白に近い超淡色グレー。黒文字の方が見やすいかも。要調整 */
	color: #333; /* スレンダーのみ黒文字に設定。白文字にする場合は背景色を変更 */
}
/* 白文字にこだわる場合のスレンダー用背景例 */
/*.iconBOX .icon_slender { background-image: linear-gradient(50deg, #a8e6cf, #dcedc1); }*/

/* 美少女系 (淡ピンク・薄紫系) */
.iconBOX .icon_bishojo {
	background-image: linear-gradient(50deg, #ff9a9e, #fecfef);
}

/* 女子アナ系 (薄紫・ピンク系) */
.iconBOX .icon_joana {
	background-image: linear-gradient(50deg, #a1887f, #fbc2eb);
}

/* 八頭身 (紺・黒系 ※スタイル系) */
.iconBOX .icon_hatto {
	background-image: linear-gradient(50deg, #302b63, #24243e);
}

/* ギャル系 (派手・蛍光ピンク・オレンジ・黄系) */
.iconBOX .icon_gal {
	background-image: linear-gradient(50deg, #ff00cc, #3333ff); /* 派手な紫ピンク青 */
}

/* 痴女系 (紫・赤系) */
.iconBOX .icon_chijo {
	background-image: linear-gradient(50deg, #cc208e, #6713d2);
}

/* ミニマム (淡緑・水色系) */
.iconBOX .icon_minimum {
	background-image: linear-gradient(50deg, #84fab0, #8fd3f4);
}

/* ロリ系 (淡ピンク・水色系) */
.iconBOX .icon_loli {
	background-image: linear-gradient(50deg, #a1c4fd, #c2e9fb);
}

/* テクニシャン系 (緑・黄系 ※技術系) */
.iconBOX .icon_tech {
	background-image: linear-gradient(50deg, #d4fc79, #96e6a1);
}

/* グラマー系 (赤・茶系) */
.iconBOX .icon_glamour {
	background-image: linear-gradient(50deg, #f83600, #f9d423);
}

/* 巨乳 (濃ピンク・赤系) */
.iconBOX .icon_kyonyu {
	background-image: linear-gradient(50deg, #ff0844, #ffb199);
}

/* お嬢様系 (白・薄ゴールド系) */
.iconBOX .icon_ojosama {
	background-image: linear-gradient(50deg, #D9F5F5, #8CD7FB); /* 淡いピンク水色 */
}

/* 可愛い系 (ピンク・白系) */
.iconBOX .icon_kawaii {
	background-image: linear-gradient(50deg, #fccb90, #d57eeb);
}

/* 綺麗系 (水色・薄紫系) */
.iconBOX .icon_kirei {
	background-image: linear-gradient(50deg, #D6D6FC, #FBBDD2); /* 淡いラベンダーピンク */
}

/* 美乳系 (ピンク・オレンジ系) */
.iconBOX .icon_binyu {
	background-image: linear-gradient(50deg, #fa709a, #fee140);
}