@charset "utf-8";
/* CSS Document */







/* *************************************

cta_202608 style

************************************* */


/* .cta_202608_full */
.cta_202608_full {
	border: 1px solid #CC3A4A;
	background: #FEFAF8;
	border-radius: 10px;
	padding: 0;
	margin: 1.5em 0;
	overflow: hidden;
	box-shadow: 0px 0px 7px 0px rgb(17 17 26 / 0.08);
}
.cta_202608_full .pc {
	display: inline;
}
.cta_202608_full .sp {
	display: none;
}
.cta_202608_full h4 {
	margin: 0 !important;
	padding: 10px !important;
	background: #FBE7EC !important;
	font-size: 1.25em !important;
}
.cta_202608_full h4 span.ico {
	font-size: 0.75em;
	border: 1px solid #CC3A4A;
	background: #fff;
	border-radius: 4px;
	padding: 5px;
	margin-right: 10px;
}
.cta_202608_full .inner {
	padding: 25px;
	padding-top: 20px;
}
.cta_202608_full .inner h5 {
	margin: 0 !important;
	margin-bottom: 15px !important; 
	padding: 0 !important;
	font-size: 1.5em !important;
	font-weight: 900 !important;
	line-height: 1.4 !important;
	color: #262626 !important;
}
.cta_202608_full .inner h5 strong {
	color: #CC3A4A;
	font-weight: 900 !important;
}
.cta_202608_full .inner .flex {
	display: flex;
	flex-direction: row-reverse;
}
.cta_202608_full .inner .flex figure {
	width: 34%;
	margin: 0;
	margin-right: 25px;
}
.cta_202608_full .inner .flex figure img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0;
}
.cta_202608_full .inner .flex .text {
	flex: 1;
}
.cta_202608_full .inner .flex .text ul.list {
	margin: 0 !important;
	padding: 0 !important;
}
.cta_202608_full .inner .flex .text ul.list li:not(:first-child) {
	margin-top: 5px;
}
.cta_202608_full .inner .flex .text ul.list li {
	font-size: 1.125em;
	color: #6B6262;
	display: flex;
	align-items: baseline;
}
.cta_202608_full .inner .flex .text ul.list li i.ico {
	display: inline-block;
	width: 20px;
	margin-right: 5px;
}
.cta_202608_full .inner .flex .text ul.list li i.ico img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0;
}
.cta_202608_full .inner .flex .text ul.list li span {
	flex: 1;
}
.cta_202608_full .inner .flex .text ul.list li strong.marker {
	font-weight: 500;
	background: linear-gradient(transparent 20%, #FFFE9C 20%);
}
.cta_202608_full .inner .hours24 {
	display: flex;
	align-items: center;
	font-size: 1.125em;
	font-weight: 700;
	margin: 10px 0;
}
.cta_202608_full .inner .hours24::before,
.cta_202608_full .inner .hours24::after {
	background-color: #DDDDDD;
	content: "";
	flex-grow: 1;
	height: 1px;
}
.cta_202608_full .inner .hours24::before {
	margin-right: 10px;
}
.cta_202608_full .inner .hours24::after {
	margin-left: 10px;
}
.cta_202608_full .inner .hours24 i.ico {
	display: inline-block;
	width: 20px;
	margin-right: 5px;
}
.cta_202608_full .inner .hours24 i.ico img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0;
}
.cta_202608_full .inner .action {
	display: flex;
	justify-content: space-between;
}
.cta_202608_full .inner .action nav.contact {
	width: 48%;
}
.cta_202608_full .inner .action nav.contact a {
	border: 1px solid #CC3A4A;
	position: relative;
	background: #CC3A4A;
	color: #fff;
	display: block;
	text-decoration: none;
	font-size: 1.5em;
	font-weight: 900;
	padding: 15px 0;
	text-align: center;
	line-height: 1;
	border-radius: 50px;
	transition: all 0.2s ease-in-out;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}
.cta_202608_full .inner .action nav.contact a:hover {
	background: #fff;
	color: #CC3A4A;
}
.cta_202608_full .inner .action nav.contact a i.fa-angle-right {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.cta_202608_full .inner .action nav.contact .note {
	text-align: center;
	font-size: 0.875em;
	padding-bottom: 0;
	padding-top: 10px;
}
.cta_202608_full .inner .action .announce {
	flex: 1;
	display: flex;
	align-items: center;
}
.cta_202608_full .inner .action .announce .avatar {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 4px solid #e2e5e7;
	overflow: hidden;
	flex-shrink: 0;
	margin-right: 20px;
}
.cta_202608_full .inner .action .announce .avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cta_202608_full .inner .action .announce .speech {
	position: relative;
	padding: 4px 4px;
}
.cta_202608_full .inner .action .announce .speech::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 70%;
	height: 2px;
	background-color: #CC3A4A;
	transform: rotate(-5deg);
	transform-origin: left center;
}
.cta_202608_full .inner .action .announce .speech::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 70%;
	height: 2px;
	background-color: #CC3A4A;
	transform: rotate(5deg);
	transform-origin: left center;
}
.cta_202608_full .inner .action .announce .speech p.text {
	padding: 0;
	font-weight: 700;
}
.cta_202608_full .inner .action .announce .speech p.text strong {
	font-size: 1.5em;
	font-weight: 900;
	color: #CC3A4A;
	background-image: radial-gradient(circle at center, #CC3A4A 20%, transparent 20%);
	background-position: top right;
	background-repeat: repeat-x;
	background-size: 1em 0.3em;
	padding-top: 2px;
}
@media only screen and (max-width: 1400px) {
	.cta_202608_full .inner h5 {
		font-size: 1.3em !important;
	}
	.cta_202608_full .inner .flex .text ul.list li {
		font-size: 1.0em !important;
	}
}
@media only screen and (max-width: 700px) {
	.cta_202608_full .pc {
		display: none;
	}
	.cta_202608_full .sp {
		display: inline;
	}
	.cta_202608_full h4 {
		display: flex !important;
		flex-wrap: wrap !important;
	}
	.cta_202608_full h4 span.ico {
		font-size: 0.75em;
		margin-bottom: 5px;
	}
	.cta_202608_full .inner {
		padding: 15px;
		padding-top: 10px;
	}
	.cta_202608_full .inner h5 {
		font-size: 1.5em !important;
	}
	.cta_202608_full .inner .flex {
		flex-direction: column;
	}
	.cta_202608_full .inner .flex figure {
		width: 75%;
		margin: 0 auto;
		margin-top: 10px;
	}
	.cta_202608_full .inner .flex .text ul.list li {
		font-size: 1.125em !important;
	}
	.cta_202608_full .inner .hours24 {
		display: none;
	}
	.cta_202608_full .inner .action {
		flex-direction: column;
		margin-top: 20px;
	}
	.cta_202608_full .inner .action nav.contact {
		width: 100%;
		margin-top: 10px;
	}
	.cta_202608_full .inner .action .announce {
		flex-direction: column;
	}
	.cta_202608_full .inner .action .announce .avatar {
		display: none;
	}
	.cta_202608_full .inner .action .announce .speech {
		position: relative;
		padding: 0;
	}
	.cta_202608_full .inner .action .announce .speech {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.cta_202608_full .inner .action .announce .speech::before,
	.cta_202608_full .inner .action .announce .speech::after {
		content: "";
		position: relative;
		background-color: #CC3A4A;
		height: 2px;
		width: 35px;
	}
	.cta_202608_full .inner .action .announce .speech::before {
		margin-right: 0;
		margin-left: -10px;
		transform: rotate(60deg);
		transform-origin: center center;
	}
	.cta_202608_full .inner .action .announce .speech::after {
		margin-left: 0;
		margin-right: -10px;
		transform: rotate(-60deg);
		transform-origin: center center;
	}
	.cta_202608_full .inner .action .announce .speech p.text {
		text-align: center;
	}
}

/* .cta_202608_full.line */







/* .cta_202608_short */
.cta_202608_short {
	border: 1px solid #CC3A4A;
	background: #FEFAF8;
	border-radius: 10px;
	padding: 25px;
	padding-top: 0;
	margin: 1.5em 0;
	margin-top: 2.5em;
	box-shadow: 0px 0px 7px 0px rgb(17 17 26 / 0.08);
}
.cta_202608_short .pc {
	display: inline;
}
.cta_202608_short .sp {
	display: none;
}
.cta_202608_short h4 {
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
	font-size: 1.0em !important;
	transform: translateY(-50%) !important;
	margin-bottom: 10px !important;
}
.cta_202608_short h4 span.ico {
	font-size: 1.0em;
	border: 1px solid #CC3A4A;
	background: #FBE7EC;
	border-radius: 4px;
	padding: 5px;
}
.cta_202608_short .inner {
	display: flex;
	flex-wrap: wrap;
}
.cta_202608_short .inner figure {
	order: 0;
	width: 20%;
	margin-right: 15px;
}
.cta_202608_short .inner figure img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0;
}
.cta_202608_short .inner .text {
	order: 1;
	flex: 1;
}
.cta_202608_short .inner .text h5 {
	margin: 0 !important;
	margin-bottom: 5px !important; 
	padding: 0 !important;
	font-size: 1.5em !important;
	font-weight: 900 !important;
	line-height: 1.4 !important;
	color: #262626 !important;
}
.cta_202608_short .inner .text h5 strong {
	color: #CC3A4A;
	font-weight: 900 !important;
}
.cta_202608_short .inner .text ul.list {
	margin: 0 !important;
	padding: 0 !important;
}
.cta_202608_short .inner .text ul.list li {
	font-size: 1.0em;
	color: #6B6262;
	display: flex;
	align-items: baseline;
}
.cta_202608_short .inner .text ul.list li strong.marker {
	font-weight: 500;
	background: linear-gradient(transparent 20%, #FFFE9C 20%);
}
.cta_202608_short .inner nav.contact {
	order: 2;
	width: 34%;
	margin-left: 15px;
}
.cta_202608_short .inner nav.contact a {
	border: 1px solid #CC3A4A;
	position: relative;
	background: #CC3A4A;
	color: #fff;
	display: block;
	text-decoration: none;
	font-size: 1.5em;
	font-weight: 900;
	padding: 15px 0;
	text-align: center;
	line-height: 1;
	border-radius: 50px;
	transition: all 0.2s ease-in-out;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}
.cta_202608_short .inner nav.contact a:hover {
	background: #fff;
	color: #CC3A4A;
}
.cta_202608_short .inner nav.contact a i.fa-angle-right {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.cta_202608_short .inner nav.contact .note {
	text-align: center;
	font-size: 0.875em;
	padding-bottom: 0;
	padding-top: 10px;
}
@media only screen and (max-width: 1450px) {
	.cta_202608_short .inner figure {
		margin-right: 10px;
	}
	.cta_202608_short .inner .text h5 {
		font-size: 1.3em !important;
	}
	.cta_202608_short .inner .text ul.list li {
		font-size: 0.875em !important;
	}
	.cta_202608_short .inner nav.contact {
		width: 38%;
		margin-left: 10px;
	}
}
@media only screen and (max-width: 1000px) {
	.cta_202608_short .inner figure {
		width: 35%;
		margin-right: 15px;
	}
	.cta_202608_short .inner nav.contact {
		width: 100%;
		margin: 0 auto;
		margin-top: 15px;
	}
}
@media only screen and (max-width: 700px) {
	.cta_202608_short {
		padding: 15px;
		padding-top: 0;
	}
	.cta_202608_short .pc {
		display: none;
	}
	.cta_202608_short .sp {
		display: inline;
	}
	.cta_202608_short .inner {
		flex-direction: column;
	}
	.cta_202608_short .inner .flex {
		flex-direction: column;
	}
	.cta_202608_short .inner figure {
		order: 1;
		width: 75%;
		margin: 0 auto;
		margin-top: 10px;
	}
	.cta_202608_short .inner .text {
		order: 0;
	}
	.cta_202608_short .inner .text h5 {
		font-size: 1.5em !important;
	}
	.cta_202608_short .inner .text ul.list li {
		font-size: 1.0em !important;
	}
	.cta_202608_short .inner .action nav.contact {
		width: 100%;
		margin-top: 10px;
	}
}







