@charset "utf-8";

/* ヘッダー
-------------------------------------*/
header {
	width: 100%;
	background-color: var(--main-color);
	/*position: -webkit-sticky;
	position: sticky;*/
	top: 0;
    left: 0;
	z-index: 10;
	position: relative;
}

header .head-area {
	max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

#fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background:rgb(255 255 255 / 0.5) ;
  color: #fff;
  line-height: 50px;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transform: translateY(-100%);
  opacity: 0;
  z-index: 1000;
}

.head-logo {
	width: 220px;
	position: absolute;
	left: 0;
	top: 10px;
    }

.head-tel{
	background-color: var(--red);
	color: #fff;
	padding: 5px 10px 5px;
	border-radius: 0 0 28px 28px;
	position: absolute;
	right: 0;
	top: 0;	
}

.head-tel h2{
	font-size: 17px;
	border-bottom: solid 2px #fff;
	line-height:2.0;
	margin: 5px auto;
	white-space: nowrap;
}

.head-tel h2::before{
  content: "";
  display: inline-block;  
  background-image: url("../images/common/icon_tel.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 27px;
  height: 28px;
  margin-right: 5px;
position:relative;
    top:5px;      /*上からの位置*/
    left:0; 	
}

.head-tel-no{
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-align: center;
	white-space: nowrap;
}


#fixed-header .head-logo-fx {
	width: 220px;
	   }

#fixed-header .head-tel-fx{
	background-color: var(--red);
	color: #fff;
	padding: 5px 10px 5px;
	border-radius: 0 0 28px 28px;
	}

#fixed-header .head-tel-fx h2{
	font-size: 17px;
	border-bottom: solid 2px #fff;
	line-height:2.0;
	margin: 5px auto;
	white-space: nowrap;
}

#fixed-header .head-tel-fx h2::before{
  content: "";
  display: inline-block;  
  background-image: url("../images/common/icon_tel.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 27px;
  height: 28px;
  margin-right: 5px;
position:relative;
    top:5px;      /*上からの位置*/
    left:0; 	
}

#fixed-header .head-tel-no{
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-align: center;
	white-space: nowrap;
}

#fixed-banner{
	display: none;
}

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

	.head-logo {
	margin-left: 10px;
	margin-right: 10px;	
    }
	
	.head-tel{
	border-radius: 0 0 0 28px
}
	
	#fixed-header .head-logo-fx {
	margin-left: 10px;
	margin-right: 10px;	
    }
	
	#fixed-header .head-tel-fx{
	border-radius: 0 0 0 28px
}
}

@media screen and (max-width: 560px) {
	
.head-logo {
    width: 200px;
    }
	
.head-tel h2{
	font-size: 12px;
	}

.head-tel h2::before{
  width: 20px;
  height: 21px;
  }

.head-tel-no{
	font-size: 20px;
	line-height: normal;
	}
	
#fixed-header .head-logo {
    width: 200px;
    }	
	
#fixed-header .head-tel-fx h2{
	font-size: 12px;
	}

#fixed-header .head-tel-fx h2::before{
  width: 20px;
  height: 21px;
  }

#fixed-header .head-tel-no{
	font-size: 20px;
	line-height: normal;
	}	
	
	
}

.main-bg{
	background: linear-gradient(180deg, #F5C92A 0%, #F5C92A 85.5%, #fff 14.5%, #fff 100%);
    }

.main-img{
	padding-top: 60px;
}

/*.main-img{
	position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	max-width: 1600px;
	width: 100%;
	}

.main-img-pt{padding-top: 49.375%;}
*/
header .head-nav {
	display: flex;
	justify-content: center;
	align-items: center;
}

.nav-area {padding: 0 1rem;}

.nav-area ul {
	display: flex;
	justify-content: center;
}

.nav-area ul li {
	padding: 0 .5rem;
}

.head-contact-btn {
	display: flex;
	background-color: var(--sub-color_01);
	border-radius: 100px;
	justify-content: center;
	align-items: center;
	color: var(--white);
	padding: .5rem 2rem;
}

.head-contact-btn img {
	max-width: 20px;
}

.head-contact-btn p {
	margin: 0;
	white-space: nowrap;
}

.head-contact-btn:hover {
	color: var(--white);
	opacity: .8;
}

.head-contact-btn img:hover {opacity: 1;}

/* ハンバーガーボタン */
.hamburger {display: none;}
#mobile-nav {display: none;}

/* オーバーレイ */
.overlay {display: none;}

@media screen and (max-width: 960px) {
	
	header h1 {margin-bottom: 0;margin-top: 5px;}
	
	header .head-nav {padding-bottom: 1rem;}
	
	.main-img {
    padding-top: 80px;
}
	
	#mobile-nav {display: block;}
	
	.nav-area {
		display: none; /* クローン使用しない時はblockにする */
		position: fixed;
		left: 0;
		/*top: 0;*/ /* クローン使用しない時に使う */
		width: 100%;
		padding: 0;
		transform: translateY(-200%);
		transition: transform 0.3s ease;
		z-index: 9; /* クローン使用しない時は削除する */
	}
	.nav-area.is-open {
		transform: translateY(0);
	}
	
	.head-contact-btn {display: none;}
	
	.nav-area ul {
		display: block;
		background-color: var(--sub-color_01);
	}
	
	.nav-area ul li {
		border-bottom: 1px solid var(--white);
		text-align: center;
		padding: 1rem;
	}
	
	.nav-area li.sp-view {display: block;}
	
	.nav-area ul li:last-of-type {border-bottom: none;}
	
	.nav-area ul li a {color: var(--white);}
	
	/* ハンバーガーボタン */
	.hamburger {
		display: block;
		position: absolute;
		right: 2%;
		top: 50%;
		transform: translateY(-50%);
		background-color: var(--sub-color_01);
		border-radius: 5px;
		cursor: pointer;
		width: 50px;
		height: 50px;
	}
	
	.hamburger span {
		display: inline-block;
		transition: all .4s;
		position: absolute;
	}
	
	.hamburger span:nth-of-type(1),.hamburger span:nth-of-type(3) {
		height: 2px;
		background-color: var(--white);
		width: 62%;
		left: 10px;
	}
	
	.hamburger span:nth-of-type(1) {
		top:13px;	
	}

	.hamburger span:nth-of-type(2) {
		top:19px;
		left:11px;
		font-size:0.6rem;
		text-transform: uppercase;
		color: var(--white);
	}

	.hamburger span:nth-of-type(3) {
		top:36px;
	}

	/*activeクラスが付与されると線が回転して×になり、Menu表記をしている2つ目の要素が透過して消える*/
	.hamburger.active span:nth-of-type(1) {
		top: 18px;
		left: 18px;
		transform: translateY(6px) rotate(-45deg);
		width: 30%;
	}

	.hamburger.active span:nth-of-type(2) {
		opacity: 0;
	}

	.hamburger.active span:nth-of-type(3){
		top: 30px;
		left: 18px;
		transform: translateY(-6px) rotate(45deg);
		width: 30%;
	}
	
	/* オーバーレイ */
	/*.overlay {
		display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(31, 41, 55, 0.5);
		backdrop-filter: blur(4px);
		-webkit-backdrop-filter: blur(4px);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
		z-index: 8;
        }
	.overlay.active {
		opacity: 1;
		visibility: visible;
        }*/
	body.menu-open {overflow: hidden;}
}

/* フッター
-------------------------------------*/
footer {
	padding: 1rem 1rem;
	/*background-color: var(--main-color);
	color: var(--white);*/
}

.foot-logo {max-width: 189px;}

.copyright {font-size: 14px;text-align: center;margin: 0;letter-spacing: normal;}


/* トップページ
-------------------------------------*/
/* FV */
.fv {
    text-align: center;
    position: relative;
}

.catch{
	text-align: center;
	font-weight: bold;
	font-size: clamp(18px, 2vw, 21px);
	margin: 2rem auto;
}

.button-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    margin:0 auto;
    padding: .9em 2em;
    border: 1px solid #D61518;
    border-radius: 30px;
    background-color: #D61518;
    color: #fff;
    font-size: clamp(14px, 2vw, 18px);
	font-weight: bold;
}

.button-1::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}

.button-1:hover{
	background-color: #fff;
    color: #D61518;
}

.button-1:hover::after {
    border-top: 2px solid #D61518;
    border-right: 2px solid #D61518;
}



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

/* お問い合わせ
-------------------------------------*/
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
    height: 38px;
    padding: 6px 10px;
    background-color: var(--white);
    border: 1px solid var(--dark-gray);
    box-shadow: none;
    box-sizing: border-box;
    font-size: 16px;
	border-radius: 0;
}
input,textarea,select{margin-bottom: 0;}
textarea {
    min-height: 190px;
    padding-top: 6px;
    padding-bottom: 6px;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
.btn-form-top {
	width: 200px;
	height: 50px;
	border: none;
	border-radius: 100px;
	font-size: 1.2em;
	font-weight: bold;
	transition: all .3s;
	cursor: pointer;
	margin: .25rem .5rem;
}
input[type="submit"],.btn-form-top {
	background-color: var(--main-color);
	border: 1px solid var(--main-color);
	color: var(--white);
}
input[type="reset"],input[type="button"]{
	background-color: var(--deep-dark-gray);
	border: 1px solid var(--deep-dark-gray);
	color: var(--white);
}
input[type="submit"]:hover,.btn-form-top:hover {
	background-color: var(--white);
	color: var(--main-color);
}
input[type="reset"]:hover,input[type="button"]:hover {
	background-color: var(--white);
	color: var(--deep-dark-gray);
}
.btn-form-top {
	width: 240px;
    max-width: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
	margin-left: auto;
	margin-right: auto;
}

.form-contact th {
	vertical-align: text-top;
	text-align: right;
	font-size: clamp(16px, 2vw, 18px);
	padding-right: 2rem;
	padding-top: 2rem;
}
.form-mult input {margin-bottom: .5rem;}

.form-input__name {max-width: 200px;}
.form-input__age {max-width: 60px;margin-right: .5rem;}
.form-input__wide {width: 100%;}

/* SEO用 */
fieldset {
	padding: 0;
	border: none;
}
.visually-hidden {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* 確認画面 */
/* PHP工房フォーム使用時
max-width:572px の
form input[type="submit"], form input[type="reset"], form input[type="button"]
だけは向こうでコメントアウト文にしてください */
#formWrap {
	width: 100%!important;
	max-width: 700px;
}
.tbl-form-confirm :is(th,td) {
	border: 1px solid var(--gray);
}
.tbl-form-confirm th {
	font-weight: normal;
    background: #efefef;
    text-align: left;
}
.tbl-form-confirm td {
	background-color: var(--white);
}

@media screen and (max-width: 960px) {
	.tbl-form.table960 th {text-align: left; padding-top: 0;}
	.tbl-form.table960 input:not(.input-post-code):not(.input-number):not([type="radio"]):not([type="checkbox"]),
	.tbl-form.table960 textarea {width: 100%;}
	.tbl-form.table960 input {margin: 0;}
	.tbl-form.table960 .form-mult input {margin-bottom: .5rem;}
	
	/* 確認画面 */
	.tbl-form-confirm.table960 :is(th,td) {padding: 1rem .5rem;}
	.tbl-form-confirm.table960 th {border-bottom: none;}
	.tbl-form-confirm.table960 tr:not(:first-of-type) th {border-top: none;}
}
@media screen and (max-width: 768px) {
	.tbl-form.table768 th {text-align: left; padding-top: 0;}
	.tbl-form.table768 input:not(.input-post-code):not(.input-number):not([type="radio"]):not([type="checkbox"]),
	.tbl-form.table768 textarea {width: 100%;}
	.tbl-form.table768 input {margin: 0;}
	.tbl-form.table768 .form-mult input {margin-bottom: .5rem;}
	
	/* 確認画面 */
	.tbl-form-confirm.table768 :is(th,td) {padding: 1rem .5rem;}
	.tbl-form-confirm.table768 th {border-bottom: none;}
	.tbl-form-confirm.table768 tr:not(:first-of-type) th {border-top: none;}
}
@media screen and (max-width: 560px) {
	.tbl-form.table560 th {text-align: left; padding-top: 0;}
	.tbl-form.table560 input:not(.input-post-code):not(.input-number):not([type="radio"]):not([type="checkbox"]),
	.tbl-form.table560 textarea {width: 100%;}
	.tbl-form.table560 input {margin: 0;}
	.tbl-form.table560 .form-mult input {margin-bottom: .5rem;}
	
	/* 確認画面 */
	.tbl-form-confirm.table560 :is(th,td) {padding: 1rem .5rem;}
	.tbl-form-confirm.table560 th {border-bottom: none;}
	.tbl-form-confirm.table560 tr:not(:first-of-type) th {border-top: none;}
}



/* その他
-------------------------------------*/
/* ページトップへ戻るボタン */
#page-top {
	position: fixed;
	right: 15px;
	bottom: 0;
	z-index: 4;
	transition: bottom 0.3s ease-in-out;
}

#page-top.show {
    bottom: 20px; /* 表示時の位置 */
}

#page-top a {
	display: block;
	width: 50px;
	font-weight: bold;
	background-color: var(--red);
	color: var(--white);
	text-align: center;
	padding: 15px 5px;
	border-radius: 5px;
	transition: background-color 0.3s;
}




.red-bg{background-color: var(--red);}
.sub-bg{background-color: var(--sub-color_01); }

.box24 {
    position: relative;
    padding: 0.5em 0.7em;
    margin-bottom: clamp(1rem, 4.5vw, 4rem); 
	margin-left: auto;
	margin-right: auto;
    background: #fff;
    color: #000;
    font-weight: bold;
	font-size: clamp(18px, 2.5vw, 24px);
	text-align: center;
}
.box24:after {
    position: absolute;
    content: '';
    /*top: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border: 15px solid transparent;
    border-top: 15px solid #fff;
    width: 0;
    height: 0;*/
	top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent #fff;
  translate: -50% -100%;
}
.box24 h2 {
    margin: 0; 
    padding: 0;
}

.box29 {
    margin: 2em 0;
    background: #fff;
	border: solid 1px #CDCDCD;
	border-radius: 15px;
}
.box29 .box-title {
    font-size: 18px;
    background: var(--main-color);
    padding: 10px;
    text-align: center;
    color: #000;
    font-weight: bold;
    letter-spacing: 0.05em;
	border-radius: 15px 15px 0 0;
}
.box29 p {
    padding: 30px;
    margin: 0;
}

.area-ttl{
	font-size: clamp(24px, 3vw, 32px); 
	font-weight: bold;
	text-align: center;
}

.position-r{
	position: relative;
}

.align-item{align-items: center;}

.circle {
  display: inline-block;
  width: 420px;
  height: 210px;
  border-radius: 50% / 100% 100% 0 0;
  background: #FFF8E1;
  position: absolute;
top: -150px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);	
}

.speechBubble {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
  padding: 10px 15px;
  border-radius: 8px;
  background-color: #f5c92a;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: #000000;
  width: 156px;	
}

.speechBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #f5c92a transparent transparent;
  translate: -50% 100%;
}

.w230 img{
	width: 230px;
	margin: 0 auto;
}

.sub-ttl{
	font-weight: bold;
	font-size: clamp(16px, 2.5vw, 24px);
	margin-bottom: 5px;
}

.sub-ttl::before{
	content: "";
  display: inline-block;  
  background-image: url("../images/common/diagonal-line01.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  margin-right: 5px;
position:relative;
    top:5px;      /*上からの位置*/
    left:0; 	
}

.sub-ttl::after{
	content: "";
  display: inline-block;  
  background-image: url("../images/common/diagonal-line02.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  margin-right: 5px;
position:relative;
    top:5px;      /*上からの位置*/
    left:0; 	
}

.arrow{
	max-width: 178px;
	margin: 1rem auto 2rem;
}

.great-value{
	max-width: 610px;
	margin: 1rem auto 2rem;
}

.point{
	border: solid 2px #000;
	border-radius: 20px;
	padding: 20px;
	height: 430px;
}

.point-no img{
	max-width: 54px;
	margin: 0 auto;
}

.point-img img{
	max-width: 182px;
	margin: 0 auto;
}


.ttl24{
	font-weight: bold;
	font-size: clamp(16px, 2.5vw, 24px);
	margin-bottom: 5px;
}

.kome{
	text-align: left;
    margin: 0 auto;
	font-size: clamp(14px, 2vw, 18px);
	}

.kome-mark img{
	max-width: 45px;
	margin: 10px auto;
}

.pdf-bt {
    display: block;
    width: 300px;
    box-sizing: border-box;
    background: #D61518 url(../images/top/icon_pdf.png) no-repeat 230px center / 30px auto;
    padding: 15px 60px 15px 15px;
    text-align: center;
    color: #fff;
    border-radius: 30px;
	font-size: clamp(16px, 2vw, 18px);
	font-weight:bold;
	border: 1px solid #D61518;
}

.pdf-bt:hover{
	background: #fff url(../images/top/icon_pdf_red.png) no-repeat 230px center / 30px auto;
    color: #D61518;
}

.kotu{
	text-align: center;
	font-size: clamp(18px, 2vw, 21px);
	font-weight: bold;
	line-height: 2.0;
	padding-bottom: 40px;
}

.white-box{
	background-color: #fff;
	padding: 10px;
	border-radius: 20px;
	margin: 20px auto;
}

.ex-ttl{
	text-align: center;
	font-weight: bold;
	font-size: clamp(16px, 2vw, 21px);
	margin: 2rem auto;
}

.ex-ttl::before {
    content: "";
    display: inline-block;
    background-image: url(../images/top/icom_ex.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 51px;
    height: 51px;
    margin-right: 10px;
    position: relative;
    top: 15px;
    left: 0;
}

.ex-img{
	max-width: 582px;
	margin: 10px auto 30px;
}

.rental{
	max-width: 444px;
	margin: 20px auto 40px;
	text-align: center;
}

.yellow-box{
	background-color: #F5C92A;
	border-radius: 20px;
	padding: 20px;
}

.rental-box{
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
}

.arrow02{
	max-width: 60px;
	text-align: center;
}

.yellow-bar-ttl{
    color: #000;
    font-size: clamp(14px, 2vw, 18px);
    font-weight: bold;
    text-align: left;
}


.yellow-bar-ttl::before {
    content: "";
    display: inline-block;
    background-image: url(../images/top/belongings.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    margin-right: 10px;
    position: relative;
    top: 60px;
    left: -10px;
}

.yellow-bar-ttl02{
    color: #000;
    font-size: clamp(14px, 2vw, 18px);
    font-weight: bold;
    text-align: left;
}

.yellow-bar-ttl02::before {
    content: "";
    display: inline-block;
    background-image: url(../images/top/payment.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    margin-right: 10px;
    position: relative;
    top: 60px;
    left: -10px;
}

.yellow-bar{
	display: flex; align-items: center; margin: 0 auto; padding: 5px 10px 5px 70px; border-radius: 10px;background-color: #F5C92A;
}

.yellow-box-list li{
	font-weight: bold;
	font-size: clamp(14px, 2vw, 18px);
	text-align: left;
}

.kome-mark02{
	color: #DD2126;
	font-weight: bold;
	font-size: clamp(18px, 2vw, 21px);
	text-align: center;
	margin: 40px auto 10px;
}

.kome-mark02::before {
    content: "";
    display: inline-block;
    background-image: url(../images/top/kome-mark.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 45px;
    height: 40px;
    margin-right: 10px;
    position: relative;
    top: 10px;
    left: 0;
}







.acd-tbl {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    background: #fff;
    border: none;
}
.acd-tbl th,
.acd-tbl td {
    font-size: 16px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 8px;
    vertical-align: middle;
    box-sizing: border-box;
	text-align: center;
}
.acd-tbl th {
    font-weight: 700;
    text-align: center;
	font-size: clamp(16px, 2vw, 18px);
}
/*.acd-tbl thead th {
    color: #fff;
    background: #14116e;
}*/

.acd-tbl thead .acd-tbl-header{
	background-color: #4D4D4D;
	font-size: clamp(16px, 2vw, 18px);
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 5px; 
	letter-spacing: 0.1em;
}

.com-text{
	font-size: clamp(14px, 2vw, 16px);
	font-weight: 400;
	text-align: center;
}

.acd-tbl tbody td:last-child {
  text-align: center;
}
.acd-tbl thead th:first-child,
.acd-tbl thead th:last-child {
  width: 20%;
}

.compensation{
	width: 61px;
	margin: 0 auto;
}

.block-flex{display: block;}

*, *:before, *:after {
    box-sizing: border-box;
}
.col_2{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.col_2 > *{
    width: calc( 50% - 6px ) ;
    margin-right: 10px;
    margin-bottom: 5px;
}
.col_2 > *:nth-child(2n){
    margin-right: auto;
}
/*.col_2 > * > *{
    background: #ff0000;
    height: 120px;
    position: relative;
    overflow: hidden
}*/

 .acd-header {
    background-color: #4D4D4D;
    font-size: clamp(16px, 2vw, 18px);
    color: #fff;
    font-weight: bold;
    text-align: left;
    padding: 5px 10px;
}

.cdw-menu{width: 80%;font-weight: bold;}

.cdw-menu .cdw-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}

/* 点線 */
.cdw-menu .cdw-item::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  z-index: 0;
  width: 100%;
  border-bottom: dotted 2px #aaa;
}

.cdw-menu .cdw-item .cdw-name,
.cdw-menu .cdw-item .cdw-price {
  display: inline-block;
  /* 周りの背景色と同色にします */
  background-color: #fff;
  z-index: 1;	
}

.cdw-menu .cdw-item .cdw-name {
  padding-right: 5px;
}

.cdw-menu .cdw-item .cdw-price {
  padding-left: 5px;
}


.cdw-menu .cdw-item2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}

/* 点線 */
.cdw-menu .cdw-item2::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  z-index: 0;
  width: 100%;
  border-bottom: dotted 2px #aaa;
}

.cdw-menu .cdw-item2 .cdw-name,
.cdw-menu .cdw-item2 .cdw-price {
  display: inline-block;
  /* 周りの背景色と同色にします */
  background-color: #fff;
  z-index: 1;	
}

.cdw-menu .cdw-item2 .cdw-name {
  padding-right: 5px;
}

.cdw-menu .cdw-item2 .cdw-price {
  padding-left: 5px;
}


.foot-up{text-align: center;}

.foot-up a{
    max-width: 626px;
	margin: 0 auto;
	}



.foot-up-line{
	background-color: var(--main-color);
	height: 20px;
}

.map-bt{
	border: solid 1px #000;
	border-radius: 30px;
	text-align: center;
	padding: 0 5px;
}

.map-con{
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
}

.foot-icon {
    max-width: 15px;
    padding-top: 8px;
}

.foot-bt{max-width: 230px;}

.py80-20 {
    padding-top: clamp(2rem, 11vw, 8rem);
    padding-bottom: clamp(2rem, 11vw, 8rem);
}

.p20-10{padding: clamp(1rem, 2vw, 2rem);}



@media screen and (max-width: 1460px) {
	
	 .head-tel {
       display: none;
    }	
	
#fixed-header .head-tel-fx {
    display: none;
}
	
#fixed-banner {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 0;
    width: 100%;
	max-width: 400px;
    max-height: 130px; /* バナーの高さ */
    text-align: center;
    line-height: 80px; /* 文字を縦方向に中央揃え */
    background-color: var(--red);
    color: #fff;
    padding: 5px 10px 5px;
    border-radius: 28px 28px 0 0;
	display: block;
  }	
	
#fixed-banner h2{
	font-size: 17px;
	border-bottom: solid 2px #fff;
	line-height:2.0;
	margin: 5px auto;
	white-space: nowrap;
}

#fixed-banner h2::before{
  content: "";
  display: inline-block;  
  background-image: url("../images/common/icon_tel.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 27px;
  height: 28px;
  margin-right: 5px;
position:relative;
    top:5px;      /*上からの位置*/
    left:0; 	
}

#fixed-banner .head-tel-no{
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-align: center;
	white-space: nowrap;
}
	
footer {
    padding: 1rem 1rem 10rem;
}		

}
@media screen and (max-width: 768px) {
	
 .main-img {
        padding-top: 100px;
    }	
	
 .col_2 > *{
        width: 100%;
        margin-right: auto;
    }
	
.cdw-menu{width: 100%;}	
	
  .acd-tbl thead {
    display:none;
  }
  .acd-tbl tr {
    background-color: unset;
  }
  .acd-tbl th, .ex_acd-tbl td {
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ccc;
  }
  .acd-tbl tbody th{
    background: #4D4D4D;
    color:#fff;
    text-align: center;
  }
  .acd-tbl tbody tr td/*:not(:last-child)*/ {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  
	  .acd-tbl tbody tr td::before{
    content: attr(data-label);
    width: fit-content;
    padding: 0.2em 1em;
    border-radius: 100vw;
    font-size: 12px;
    background: #eee;
	margin: 10px auto
  }
	  
	.acd-header {
    text-align: center;
    }
	
 /* .acd-tbl tbody td:last-child::before{
    content: attr(data-label);
    display: inline-block;
    margin-right: 10px;
  }
  .acd-tbl tbody td:last-child{
    display: flex;
    justify-content: space-between;
  }*/
	
  .block-flex{display: flex;justify-content: center;}	
	
.w230 img {
    width: 300px;
    margin: 0 auto;
}	

	
.main-bg{background: #F5C92A;}
	
	.sp-center{
		text-align: center;
	}	
	
	
}


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

	
	
.yellow-bar {
    padding: 5px 5px 5px 40px;
    }
	
.yellow-bar-ttl::before {
    width: 50px;
    height: 50px;
    top: 47px;
    left: -10px;
}

.yellow-bar-ttl02::before {
    width: 50px;
    height: 50px;
    top: 47px;
    left: -10px;
}
	
.yellow-box {
    padding: 10px;
}	
	
.circle {
    width: 320px;
    height: 155px;
    }	
	
.kome-mark02::before {
    top: 26px;
    }	
	
.cdw-menu .cdw-item2 {
    display: block;
   }
	
.cdw-menu .cdw-item2::after {
    display: none;
    }	
	
	.tbl-td-ttl{
		width: 95%;
		margin: 10px auto;
	}
	

	

	
	
#page-top {
    bottom: 100px;
   }	
	
	
}

.font-red{
	color: #D61518;
}