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


/* ボタン　================================================== */
.btn_wrap{
	display: block;
	width: 270px;
	margin: 30px auto;
}

/* ボタン　================================================== */
.btn a{
	display: inline-block;
	min-width: 250px;
	color: #fff;
	font-weight: 600;
	font-size: 1rem;
    background: linear-gradient(to left, #e60012 0%, #e60012 50%, #fc9f37 50%, #fc9f37 100%);
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: 200% auto;
	padding: 21px 2.5em;
	letter-spacing: .1em;
	text-decoration: none;
	text-align: center;
	transition: all .5s ease 0s;
	line-height: 1;
}
.btn a:hover{
	background-position: 0 0;
	color: #fff;
}
.btn a .icon{
	padding-right: 25px;
}
/* 価格表================================================== */
.menu01 dl{
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	background: url("../img/border_giza-o.png") repeat-x;
	background-position: left bottom;
	background-size: auto 12px;
	padding: 12px 0;
	margin-bottom: 1rem;
}
.menu01 dl dt{
	font-size: 1.2rem;
	font-weight: 600;
}
.menu01 dl dd{
	margin-left: 1rem;
	font-size: 1rem;
}
.menu01 dl dd span{
	font-size: 80%;
}

.order_tel{
	text-align: center;
}
.order_tel img{
	height: 140px;
}
.order_tel a{
	margin-top: 15px;
	color: #1a1a1a;
	font-size: clamp(2rem, 1.1rem + 3.2vw, 4rem);
	font-weight: 600;
	transition: .5s;
}
.order_tel a:hover{
	color: #fc9f37;
}
@media (max-width: 750px){
	.menu01 dl{
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.menu01 dl dd{
		margin-left: 0;
		text-align: left;
	}
	.order_tel img{
		height: 120px;
		max-width: 100%;
		object-fit: contain;
	}
}

/* リンクコンテンツ================================================== */
.grid {
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 1rem;
	width: 100%;
	list-style: none;
	text-align: center;
}

.grid .effect-goliath {
	position: relative;
	overflow: hidden;
	margin: 10px;
	width: calc(100% / 2 - 20px);
	min-width: 280px;
	max-width: 450px;
	max-height: 300px;
	border-radius: 30px;
	height: auto;
	text-align: center;
	cursor: pointer;
}

.grid .effect-goliath img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 1.0;
	transition: .5s;
}

.grid .effect-goliath .inner {
	padding: 2rem;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid .effect-goliath .inner::before,
.grid .effect-goliath .inner::after {
	pointer-events: none;
}

.grid .effect-goliath .inner,
.grid .effect-goliath .inner a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.effect-goliath {
	background-repeat: no-repeat;
	background-size: 95px;
	background-color: #fc9f37;
}
.chara01{
	background-image: url("../img/cut04.png") ;
	background-position:bottom -50px right;
}

.effect-goliath img,
.effect-goliath h3 {
	transition: transform 0.35s;
	cursor: pointer;
}

.effect-goliath img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.effect-goliath h3{
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px;
	font-family: "ab-appare", sans-serif;
	font-size: clamp(1.5rem, 1.2rem + 1.0667vw, 2rem);
	font-weight: 400;
	letter-spacing: 0;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

.effect-goliath p {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #1a1a1a;
	padding: 10px 30px;
	text-transform: none;
	font-size: 1rem;
	text-align: right;
	opacity: 0;
	transition: opacity 0.35s, transform 0.35s;
	transform: translate3d(0,50px,0);
}

.effect-goliath:hover img {
	transform: translate3d(0,-90px,0);
}

.effect-goliath:hover h3 {
	transform: translate3d(0,-90px,0);
}

.effect-goliath:hover p {
	opacity: 1;
	transform: translate3d(0,0,0);
}
@media (max-width: 960px){
	.grid {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
}


/* Map ============================================================ */

.map iframe{
	width: 100%;
	vertical-align: middle;
}
/* テーブル ============================================================ */

.line02 table {
    border-spacing:0;
    margin: 0 auto;
    padding: 0;
    width:100%;
}
.line02 table th{
	border-bottom: solid 3px #666;
	padding: 1em;
	width: 25%;
	min-width: 9em;
}
.line02 table td{
	border-bottom: solid 3px #ccc;
	padding: 1em;
}
.line02 table td i{
	color: #666;
	padding-left: 1em;
}
.line02 dl{
	margin-bottom: 0.5em;
	font-size: 0.9rem;
	display: flex;
}
.line02 dl dt{
	width: 11em;
}
.line02 dl dd{
	
}

.line02 ul li{
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 0.5em;
}
@media (max-width: 768px){
	.line02 table th{
		display: block;
		width: 100%;
		border-bottom: none;
		text-align: left;
		padding-bottom: 0;
	}
	.line02 table td{
		display: block;
		width: 100%;
		border-bottom: solid 3px #666;
	}
	.line02 dl{
		flex-direction: column;
		align-self: flex-start;
		justify-content: flex-start;
	}
}
.simple01 table {
	border-collapse: collapse;
    border-spacing: 5px;
    margin: 0 auto;
    padding: 0;
    width:100%;
	
}
.simple01 table tr{
	border-bottom: solid 1px #ccc;
}
.simple01 table th,.simple01 table td{
	padding: 1.5em 1em;
	text-align: left;
	vertical-align: top;
}
.simple01 table th{
	font-weight: 600;
	width: 20%;
	min-width: 6em;
}
.simple01 table td i{
	color: #fc9f37;
}
@media (max-width: 960px){
	.simple01 table th,.simple01 table td{
		display: block;
		width: 100%;
	}
	.simple01 table th{
		padding-bottom: 0;
	}
}


/* QA ============================================================ */
.qa-list dl {
    position: relative;
    margin: 0;
    padding: 28px 80px 28px 30px;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
}
.qa-list dl:first-child {
    border-top: 1px solid #ccc;
}
.qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 35px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #fc9f37;
    border-right: 2px solid #fc9f37;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 50px;
    font-weight: bold;
    font-size: clamp(1rem, 0.88rem + 0.4267vw, 1.2rem);
}
.qa-list dl dt::before {
    font-size: 30px;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: 'Q.';
    color:#fc9f37;
	font-weight: 600;
}
.qa-list dl dd::before {
    font-size: 30px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    content: 'A.';
    color: #e65912;
	font-weight: 600;
}
.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 50px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
	font-size: clamp(0.9rem, 0.84rem + 0.2133vw, 1rem);
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
.qa-list dl dd .linkbtn{
	display: block;
	width: 200px;
	text-align: center;
	background: #fc9f37;
	color: #fff;
	line-height: 2;
	vertical-align: middle;
	font-size: 0.9rem;
	font-weight: 600;
	margin-top: 0.5rem;
	transition: .5s;
}
.qa-list dl dd .linkbtn:hover{
	background: #e60012;
}
@media (max-width: 750px){
	.qa-list dl{
		 padding: 28px 25px 28px 15px;
	}
	.qa-list dl::before{
		right: 15px;
	}
	.qa-list dl dt,.qa-list dl dd{
		padding: 0 0 0 40px;
	}
}
/* ながれ ================================================== */
.flow_wrap{
	padding: 50px 0;
}
.flow_inner{
	width:100%;
	max-width: 850px;
	margin: auto;
	padding: 15px;
	background: #fff;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
	display: flex;
	align-items: flex-start;
}

.flow_photo{
	align-self: center;
	width: 300px;
	text-align: center;
	padding: 15px;
	position: relative;
}
.flow_photo img{
	width: 100%;
	height: 200px;
	border-radius: 15px;
	object-fit: cover;
}

.h_number{
	font-family: 'Noto Serif JP', serif;
	position: absolute;
	top:-40px;
	left: -50px;
	display: inline-block;
	line-height: 80px;
	width: 80px;
	background: linear-gradient( 130deg, #12e6e6 , #12e69f);
	text-align: center;
	vertical-align: middle;
	margin-bottom: 10px;
	color: #fff;
	font-size: 3em;
	z-index: 1;
}
.flow_txt{
	padding: 10px 10px 10px 30px;
	font-size: 1em;
	flex:1;
}
.flow_txt p{
	
}
.flow_txt h3{
	font-size: 1.2em;
	color: #333;
	border-bottom: solid 3px #fc9f37;
	margin-bottom: 15px;
	font-weight: 600;
}
.flow_arrow{
	font-size: 2em;
	text-align: center;
	color:#fc9f37;
	margin: 10px;
}
.flow_link{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.flow_link li {
	padding: 5px;
	text-align: center;
	font-size: 0.9em;
	align-self: stretch;
	transition: .5s;
}
.flow_link li a{
	display: block;
	padding: 0.5em 1em;
	line-height: 100%;
	vertical-align: middle;
	background: linear-gradient( 130deg, #12e6e6 , #12e69f);
	border-radius: 30px;
	border:solid 1px #12e69f;
	color: #fff;
	transition: .5s;
}
.flow_link li :hover{
	background: #fff;
	color: #1a1a1a;
}
@media (max-width: 1200px){
	.flow_inner{
		width:100%;
		max-width: 680px;
	}
	.flow_photo{
		width: 270px;
		height: 200px;
	}
	.flow_photo img{
		width: 270px;
		height: 200px;
	}
	.flow_link{
		flex-direction: column;
		justify-content: flex-start;
	}
}
@media (max-width: 765px){
	/* 流れ======================================== */
	.flow_inner{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.flow_txt{
		width: 100%;
		margin-top: 30px;
	}
	.h_number{
		left: -50px;
	}
}


/* メールフォーム==================== */
.contents_mail{
	max-width: 960px;
	padding: 10px 10px 30px;
	margin: auto;
}
/* TEL FAX */
.phone_flex{
	display: flex;
	justify-content: center;
	max-width: 900px;
	margin: auto;
}
.phone_flex .phone{
	text-align: center;
	color: #1a1a1a;
	display: block;
	width: calc(100% - 30px);
	margin: 15px;
	padding: 1.5rem;
	border: solid 1px #ccc;
	background: #fff;
	opacity: 1;
	transition: .5s;
}
.phone_flex .phone:hover{
	opacity: 0.5;
}
.phone_flex .phone .nb{
	font-weight: 600;
	font-size: clamp(1.5rem, 1.2rem + 1.0667vw, 2rem);
	line-height: 50px;
	vertical-align: middle;
	display: block;
	color: #1a1a1a;
}
.phone_flex .phone .nb i{
	display: inline-block;
	text-align: center;
	color:  #fff;
	background:#fc9f37 ;
	vertical-align: bottom;
	line-height: 50px;
	width: 50px;
	font-size: 1rem;
	border-radius: 50%;
	margin-right: 1rem;
	transition: .5s;
}
.phone_flex .phone .txt01{
	font-size: 1.1rem;
	font-weight: 400;
	text-align: center;
	display: block;
	padding: 10px;
	margin-bottom: 1rem;
}
.phone_flex .phone .txt02{
	font-size: 1rem;
	text-align: center;
	display: block;
	margin-top: 1em;
	font-weight: 400;
	
}
.phone_flex .phone .txt03{
	font-size: 0.75rem;
	text-align: left;
	display: block;
	margin-top: 1em;
}
.phone_flex .phone ul{
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.phone_flex .phone ul li{
	font-size: 0.9em;
	font-weight: 600;
	padding: 1em 0.5em 0;
}
.phone_flex .phone ul li i{
	padding-right: 0.5em;
	color: #fc9f37;
}
.phone_flex .phone dl{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.phone_flex .phone dl dt{
	width: 5em;
	text-align: left;
	font-size: 0.9rem;
}
.phone_flex .phone dl dd{
	margin-left: 0.5em;
}
.phone_flex .phone dl dd::before{
	content: '｜'
}


@media (max-width: 960px){
	.phone_flex{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		max-width: 500px;
	}
	.phone_flex .phone{
		padding: 1rem;
	}
}
@media (max-width: 750px){
	.phone_flex .phone ul{
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		margin: 1rem auto 0;
		width: fit-content;
		min-width: 12em;
		
	}
	.phone_flex .phone ul li{
		text-align: left;
		padding: 0;
		width: 100%;
		border-bottom: dashed 1px #ccc;
	}
}

@media (max-width: 450px){
	.phone_flex .phone{
		width: calc(100%);
		margin: 15px 0;
	}
}
#mailform{
	width: 100%;
	padding: 20px;
}
#mailform table{
	width: 100%;
	font-size: 1rem;
	border-collapse: collapse;
	border-spacing: 0;
}
#mailform table tr{
	border-bottom: solid 1px #ccc;
}
#mailform table tr:last-child{
	border-bottom:none;
}
#mailform table th{
	width: 230px;
	text-align: left;
	padding:1em 0.5em;
	vertical-align: middle;
	line-height: 120%;
	font-weight: 400;
}
#mailform table td{
	padding: 1em;
}
.flex_btn{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
}
#mailform .radio{
	padding: 0 1rem;
}
#mailform .checkbox{
	padding: 0 1rem;
}
#mailform .form_input,#mailform textarea{
	background:#f5f5f5;
	width: 100% !important;
	padding: 15px 10px;
	border: none;
}
#mailform span.form_required{
	font-size: 60%;
	font-weight: normal;
	color: #fff;
	background:#fc9f37;
	padding: 3px 8px;
	margin-left: 0.5rem;
	border-radius: 5px;
}
input[type='submit']{
	display: block;
	width: 100%;
	max-width: 300px;
	padding: 1em;
	font-weight: 400;
	background: linear-gradient(to left, #e60012 0%, #e60012 50%, #fc9f37 50%, #fc9f37 100%);
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: 200% auto;
	color: #fff;
	margin: 0 auto;
	transition: .5s;
}
input[type='submit']:hover{
	background-position: 0 0;
}
.postcord{
	width:150px !important;
	margin-bottom: 5px;
	padding: 15px 10px;
	background:#f5f5f5;
	border-radius: 5px;
}
.postcord_btn{
	font-size: 0.7em;
	font-weight: 600;
	border-radius: 30px;
	background:#666;
	padding: 0.25em 1em;
	color: #fff;
}
.infobox{
	margin-bottom: 30px;
}
.infobox h4{
	text-align: center;
	color: #1f1f1f !important;
	font-size: 1em !important;
	padding-bottom: 1em;
}
.infobox h5{
	color: #1f1f1f;
	margin-top: 1em;
}
.infobox h5 i{
	color: #fc9f37;
}
.infobox p{
	font-size: 0.8em !important;
	color: #1f1f1f;
	padding: 0.5em 0;
}

summary{
	cursor: pointer;
	display: block;
	list-style: none;
}
summary::-webkit-details-marker {
	color: transparent;
	display: none;
}
details::before{
	display: none;
}
details[open]{
	animation: fadeIn 1s ease;
}
@keyframes fadeIn {
  0% {
    opacity: 0; /* 透明 */
    transform: translateY(-10px); /* 上から表示 */
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
details summary h4::before{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f067';
	padding-right: 15px;
}
details[open] summary h4::before{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f068';
	padding-right: 15px;
}
.visually-hidden { /* 元のボタンを非表示にする*/
	position: absolute;
	white-space: nowrap;
	width: 1px;
	height: 1px;
	overflow: hidden;
	border: 0;
	padding: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%); 
	margin: -1px;
}
label.radio-label {
	cursor: pointer;
	padding-left: 30px;
	position: relative;
}

label.radio-label::before,
label.radio-label::after {
	content: "";
	display: block;
	border-radius: 50%;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
}

label.radio-label::before {
	background-color: #fff;
	border: 1px solid #ccc;
	height: 20px;
	width: 20px;
	left: 5px;
}

label.radio-label::after {
	background-color: #666;
	opacity: 0;
	height: 14px;
	width: 14px;
	left: 8px;
	transition: ease .2s;
}

input:checked + label.radio-label::after {
  opacity: 1;
}


label.check-label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

label.check-label:before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  width: 20px;
  height: 20px;
  top: 3px;
  border: solid 2px #ccc;
  border-radius: 3px;
  transition: all ease-in-out.5s;
}

label.check-label:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 11px;
  transform: rotate(-45deg) scaleX(0);
  transform-origin: left;
  width: 12px;
  height: 6px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transition: transform 0.125s ease-in-out;
}

input:checked + label.check-label:before {
  background-color: #fc9f37;
  border-color: #fc9f37;
}

input:checked + label.check-label:after {
  transform: rotate(-45deg) scaleX(1);
}
@media (max-width: 960px){
	#mailform{
		padding: 10px 0;
	}
	#mailform table th,
	#mailform table td{
		display: block;
		width: 100%;
		padding: 0.5rem 0;
	}
	#mailform table td{
		padding-bottom: 1rem;
	}
	
	input[type='text'] ,input[type='date'] , textarea{
		width: 100% ;
	}
}
