@charset "UTF-8";
/* 共通 */
html {
	font-size: 100%;
}
body {
	position: relative;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: 1.7;
	color: #333;
	font-size: 16px;
	background: #fff;
	-webkit-font-smoothing: antialiased; /*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.1em;
	line-height: 1.9;
}
a {
	text-decoration: none;
	color: #e86ba3;
	transition: .4s;
}
a:hover {
	color: #F08DD2;
}
ul, ol {
	list-style: none;
	padding: 0;
}
main {
	display: block;
	position: relative;
	overflow: hidden;
}
main section {
	padding: 100px 0;
	position: relative;
}
main section:first-child {
	padding-top: 60px;
}
main section:last-child {
	padding-bottom: 120px;
}
@media (max-width: 950px) {
	main section {
		padding: 90px 0;
	}
}
@media (max-width: 550px) {
	main section:first-child {
		padding-top: 40px;
	}
	main section {
		padding: 60px 0;
	}
	main section:last-child {
		padding-bottom: 75px;
	}
}
/* 画像 */
img {
	line-height: 1;
	vertical-align: top;
	max-width: 100%;
	transition: .4s;
}
/* テキスト */
p {
	margin-bottom: 10px;
}
.marker {
	text-decoration: underline;
	text-decoration-thickness: 0.3em;
	text-decoration-color: rgba(232, 107, 163, 0.3);
	text-underline-offset: -0.05em;
	text-decoration-skip-ink: none;
}
.fb {
	font-size: 110%;
}
/*見出し01*/
.maintitle {
	margin-bottom: 70px;
	font-weight: 700;
	text-align: center;
	color: #333;
	font-size: clamp(1.55rem, 1.16rem + 1.3867vw, 2.2rem);
	line-height: 1.4;
	position: relative;
}
.maintitle .en {
	color: #e86ba3;
	font-size: clamp(1.1rem, 0.92rem + 0.64vw, 1.4rem);
}
@media (max-width: 450px) {
	.maintitle {
		margin-bottom: 40px;
	}
}
/* 見出し装飾 マイク */
.mic:before {
	content: '';
	display: inline-block;
	width: clamp(1.75rem, 0.925rem + 2.9333vw, 3.125rem);
	height: clamp(1.75rem, 0.925rem + 2.9333vw, 3.125rem);
	background-image: url(../img/title01.svg);
	background-size: contain;
	vertical-align: middle;
	margin-right: 7px;
}
.mic {
	margin-left: -13px;
}
.mic .en {
	margin-left: 13px;
}
/* 見出し装飾 マイク02 */
.mic02:before {
	content: '';
	display: inline-block;
	width: clamp(1.75rem, 0.925rem + 2.9333vw, 3.125rem);
	height: clamp(1.75rem, 0.925rem + 2.9333vw, 3.125rem);
	background-image: url(../img/title04.svg);
	background-size: contain;
	vertical-align: middle;
	margin-right: 4px;
	margin-bottom: 8px;
}
/* 見出し装飾 マイク03 */
.mic03:before {
	content: '';
	display: inline-block;
	width: clamp(1.75rem, 0.925rem + 2.9333vw, 3.125rem);
	height: clamp(1.75rem, 0.925rem + 2.9333vw, 3.125rem);
	background-image: url(../img/title07.svg);
	background-size: contain;
	vertical-align: middle;
	margin-right: 8px;
	margin-top: -10px;
}
.mic03 {
	margin-left: -4%;
}
.mic03 .en {
	margin-left: 4%;
}
@media (max-width: 450px) {
	.mic03:before {
		margin-right: 6px;
		margin-top: -8px;
	}
	.mic03 {
		margin-left: -11%;
	}
	.mic03 .en {
		margin-left: 9%;
	}
}
@media (max-width: 315px) {
	.mic03 {
		margin-left: -6%;
	}
	.mic03 .en {
		margin-left: 6%;
	}
}
/* 見出し装飾 音符 */
.mnote:before {
	content: '';
	display: inline-block;
	width: 50px;
	height: 50px;
	background-image: url(../img/title03.svg);
	background-size: contain;
	vertical-align: middle;
	margin-right: 10px;
}
@media (max-width: 450px) {
	.mnote:before {
		width: 32px;
		height: 32px;
		margin-right: 7px;
	}
}
.mnote {
	margin-left: -20px;
}
.mnote .en {
	margin-left: 20px;
}
/* 見出し装飾 音符02 */
.mnote02:before {
	content: '';
	display: inline-block;
	width: 43px;
	height: 43px;
	background-image: url(../img/title05.svg);
	background-size: contain;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 5px;
}
.mnote02 {
	margin-left: -20px;
}
.mnote02 .en {
	margin-left: 20px;
}
@media (max-width: 450px) {
	.mnote02:before {
		width: 31px;
		height: 31px;
		margin-right: 7px;
		margin-bottom: 0;
	}
}
/*見出し02*/
.mtitle {
	position: relative;
	font-weight: 700;
	margin-bottom: 30px;
	letter-spacing: 0.1em;
	font-size: clamp(1.3rem, 1.12rem + 0.64vw, 1.6rem);
	padding-left: 40px;
}
.mtitle:after {
	content: '';
	top: 0;
	position: absolute;
	width: 25px;
	height: 24px;
	background-image: url(../img/title02.svg);
	background-size: contain;
	margin-left: 9px;
}
.mtitle:before {
	background-color: #333;
	position: absolute;
	content: "";
	top: 0.9em;
	left: 0;
	width: 29px;
	height: 1.3px;
	opacity: 0.7;
}
@media (max-width: 750px) {
	.mtitle {
		margin-bottom: 15px;
	}
}
/*見出し03*/
.stitle {
	position: relative;
	font-size: clamp(1.05rem, 0.84rem + 0.7467vw, 1.4rem);
	font-weight: 700;
	border-bottom: 1px solid #e86ba3;
	margin-bottom: 15px;
	color: #333;
	padding-left: 2px;
}
@media (max-width: 750px) {
	.stitle {
		margin-bottom: 10px;
		padding-bottom: 3px;
	}
}
/*ボタン*/
.mainbtn a {
	position: relative;
	vertical-align: middle;
	margin: 0 auto;
	padding: 15px;
	border: 1px solid #e86ba3;
	transition: .4s;
	display: inline-block;
	width: 15rem;
	text-align: center;
	color: #fff;
	background: #e86ba3;
	z-index: 1;
	overflow: hidden;
}
.mainbtn a:hover {
	color: #e86ba3;
	background: #fff;
	transition: .4s;
}
.mainbtn a::after {
	position: absolute;
	top: 50%;
	right: 15px;
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: bold;
	line-height: 1;
	transform: translate(0, -50%);
	font-size: .75em;
}
@media (max-width: 450px) {
	.mainbtn {
		margin: auto;
	}
	.mainbtn a {
		width: 60%;
		padding: 10px;
	}
}
/*flex要素*/
.flexbox {
	display: flex;
	justify-content: space-between;
}
@media (max-width: 750px) {
	.flexbox {
		display: block;
	}
	.flexbox img {
		width: 100%;
	}
	.flexbox div {
		width: 100%;
	}
}
.reverse {
	flex-direction: row-reverse;
}
/*幅*/
.inner {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.w65 {
	width: 55%;
}
.w50 {
	width: 50%;
}
.w48 {
	width: 48%;
}
.w46 {
	width: 46%;
}
.w31 {
	width: 40%;
}
/* 背景 */
.bg_pink::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #ffecf4;
	z-index: -3;
}
.bg_purple::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #f5f3fb;
	z-index: -3;
}
/* 牛 トップページ */
.bg_c::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/c_illust.png);
	background-repeat: no-repeat;
	background-position: bottom right 3%;
	background-size: 6%;
	z-index: -1;
}
.cl::after {
	background-position: bottom left 3%;
}
/* 牛 ギャラリーページ */
.bg_c_gallery::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/c_illust.png);
	background-repeat: no-repeat;
	background-position: bottom right 3%;
	background-size: 6%;
	z-index: -1;
}
@media (max-width: 1530px) {
	.bg_c_gallery::after {
		background-size: 100px;
	}
}
@media (max-width: 850px) {
	.bg_c_gallery::after {
		background-size: 70px;
	}
}
@media (max-width: 600px) {
	.bg_c_gallery::after {
		background-size: 60px;
	}
}
/* 牛 店舗概要ページ */
/* 店舗概要 */
.bg_c_info::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/c_illust.png);
	background-repeat: no-repeat;
	background-position: bottom right 3%;
	background-size: 6%;
	z-index: -1;
}
@media (max-width: 1130px) {
	.bg_c_info::after {
		background-size: 63px;
	}
}
@media (max-width: 550px) {
	.bg_c_info::after {
		content: none;
	}
}
/* アクセスマップ */
.bg_c_map::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/c_illust.png);
	background-repeat: no-repeat;
	background-position: bottom left 3%;
	background-size: 6%;
	z-index: -1;
}
@media (max-width: 1130px) {
	.bg_c_map::after {
		background-size: 63px;
	}
}
@media (max-width: 550px) {
	.bg_c_map::after {
		background-size: 59px;
	}
}
/* 営業案内ページ お問い合わせ */
.bg_c_c::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/c_illust.png);
	background-repeat: no-repeat;
	background-position: bottom right 3%;
	background-size: 130px;
	z-index: -1;
}
@media (max-width: 1240px) {
	.bg_c_c::after {
		background-size: 85px;
	}
}
@media (max-width: 550px) {
	.bg_c_c::after {
		background-size: 59px;
	}
}
/* キャンディーについてページ */
.bg_c_f::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/c_illust.png);
	background-repeat: no-repeat;
	background-position: bottom left 3%;
	background-size: 6%;
	z-index: -1;
}
@media (max-width: 1130px) {
	.bg_c_f::after {
		background-size: 63px;
	}
}
@media (max-width: 829px) {
	.bg_c_f::after {
		background-size: 75px;
	}
}
@media (max-width: 550px) {
	.bg_c_f::after {
		display: none;
	}
}
/*=== 共通部分ここまで ===*/
/* header */
.header_sticky {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}
.header {
	padding: 5px 25px 10px;
	transition: all .5s;
	width: 100%;
	background: #fff;
	box-shadow: 0px 4px 4px -5px rgba(0, 0, 0, 0.4);
	z-index: 110;
	position: relative;
}
.header_inner {
	max-width: 1250px;
	width: 96%;
	margin: 10px auto 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header_title a {
	display: flex;
	align-items: center;
}
.header_logo {
	width: 275px;
}
.header_logo_c {
	width: 50px;
	margin-right: 6px;
}
.header h1 {
	transition: .3s;
	z-index: 110;
}
.header_title:hover h1 {
	opacity: 0.6;
	transition: .3s;
}
.header ul {
	display: flex;
	text-align: center;
}
.header ul li {
	width: calc(100% / 5);
	border-left: 1px solid #ddd;
	padding: 0 5px;
	position: relative;
	line-height: 1.6;
}
.header ul li:last-child {
	border-right: 1px solid #ddd;
}
.header ul li a {
	display: block;
	width: 100%;
	transition: all .3s;
	position: relative;
	top: 0;
	padding: 5px 0;
	color: #333;
}
.header ul li a:hover {
	opacity: 0.6;
}
.header ul li a span {
	display: block;
	color: #e86ba3;
	font-size: 90%;
}
.header_item {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header_item > div {
	margin: 0 15px;
}
.tel {
	font-size: 1.4rem;
}
/* ドロップダウンメニュー */
.drop {
	transition: .3s;
	display: none !important;
	width: 101%;
	position: absolute;
	top: 40.5px;
	left: -1px;
	text-align: center;
	padding-top: 28px;
	z-index: -1;
}
/*Safari*/
::-webkit-full-page-media, :future, :root .drop {
	top: 39px;
}
.drop li {
	width: 100% !important;
	border: none !important;
	position: relative;
	background: #f7f7f7;
	padding-bottom: 5px !important;
}
.drop li a {
	line-height: 1.3;
	padding: 13px !important;
}
.drop a:last-child {
	margin-bottom: 5px;
}
.menu01 a {
	cursor: pointer;
	transition: .3s;
}
.menu01:hover .menusub01 {
	display: block !important;
	transition: .3s;
}
/* ハンバーガーメニュー */
.hamburger_menu {
	display: none;
}
/* 電話番号 */
.hum_tel {
	text-align: center;
	margin-bottom: 20px;
	font-size: 1.2rem;
}
.hum_tel a {
	color: #e86ba3;
}
.hum_tel a:hover {
	opacity: 0.6;
}
/* ボタン */
.menu_btn {
	position: fixed;
	top: 19px;
	right: 16px;
	cursor: pointer;
	display: flex;
	height: 23px;
	width: 23px;
	justify-content: center;
	align-items: center;
	z-index: 110;
}
.menu_btn span, .menu_btn span:before, .menu_btn span:after {
	content: '';
	display: block;
	height: 2.5px;
	width: 30px;
	background: #e86ba3;
	position: absolute;
	transition: all 0.4s;
}
.menu_btn span:before {
	bottom: 7px;
}
.menu_btn span:after {
	top: 7px;
}
#menu_btn_check:checked ~ .menu_btn span {
	background-color: rgba(255, 255, 255, 0) !important;
	transition: all 0.4s;
}
#menu_btn_check:checked ~ .menu_btn span::before {
	bottom: 0;
	transform: rotate(45deg) !important;
	transition: all 0.4s;
	background: #333;
}
#menu_btn_check:checked ~ .menu_btn span::after {
	top: 0;
	transform: rotate(-45deg) !important;
	transition: all 0.4s;
	background: #333;
}
#menu_btn_check {
	display: none;
}
/* ハンバーガー内メニュー */
.menu_content {
	width: 100%;
	height: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 80;
	background-size: cover;
	background-position: center;
	overflow: auto;
}
.menu_content .menu_padding {
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 90%;
}
.menu_content nav {
	padding: 0 30px 13px;
}
.menu_content ul {
	text-align: center;
}
.menu_content ul li {
	padding: 3px 0;
	margin: 5px 0;
	list-style: none;
}
.menu_content ul li a {
	display: block;
	width: 100%;
	font-size: 1.1rem;
	box-sizing: border-box;
	text-decoration: none;
	padding: 9px 0;
	color: #333;
	position: relative;
}
.menu_content ul li a:hover {
	opacity: 0.6;
}
.menu_content {
	width: 100%;
	height: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
	background: #fff;
	transition: all 0.6s;
	pointer-events: none;
	opacity: 0;
}
.menu_content .mainbtn {
	text-align: center;
}
.menu_content .mainbtn a {
	background: #e86ba3;
}
.menu_content .mainbtn a:hover {
	background: #fff;
	color: #e86ba3;
	border: 1px solid #e86ba3;
}
#menu_btn_check:checked ~ .menu_content {
	opacity: 1;
	pointer-events: auto;
}
@media (max-width: 1190px) {
	.header {
		padding: 10px 20px;
	}
	.header_logo {
		width: 220px;
	}
	.header_logo_c {
		width: 45px;
	}
	.menu_btn_mgt, .hamburger_menu, .header_inner label {
		display: block;
	}
	.header_nav {
		display: none;
	}
	.header .inner {
		display: none;
	}
	.header_inner {
		margin: 0 auto;
	}
	.menu_btn {
		top: 25px;
		right: 34px;
	}
}
@media (max-width: 450px) {
	.header_title {
		width: 155px;
	}
	.header_logo_c {
		width: 30px;
		margin-right: 3px;
	}
	.header {
		padding: 10px;
	}
	.header_inner {
		width: 100%;
	}
	.menu_btn {
		top: 16px;
		right: 21px;
	}
}
/* footer */
/* フッターお問い合わせリンク */
.footer_contact {
	position: relative;
	z-index: 1;
	background: url(../img/bg_contact.jpg);
	background-size: cover;
	background-position: 50% 35%;
	padding: 40px 0 50px;
	text-align: center;
	background-attachment: fixed;
}
/*Safari*/
::-webkit-full-page-media, :future, :root .footer_contact {
	background-attachment: scroll;
}
.footer_contact::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	opacity: 0.85;
	z-index: -1;
}
.footer_contact .maintitle {
	margin-bottom: 40px;
}
.btn_wrap {
	display: flex;
	justify-content: space-around;
	margin: 40px auto 0;
	max-width: 1000px;
}
.btn_wrap .btn {
	width: 305px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.btn_wrap .btn a {
	display: block;
	width: 100%;
	border: 1px solid #e86ba3;
	color: #fff;
	padding: 13px 0;
	font-size: 1.3rem;
	background-color: #e86ba3;
}
.btn_wrap .btn a span {
	font-size: 1.05rem;
}
.btn_wrap .btnflex a {
	display: flex;
	align-items: center;
	justify-content: center;
}
.mailbtn i {
	margin-right: 7px;
}
.btn_wrap .fax a {
	background-color: #fff;
	color: #e86ba3;
}
.btn_wrap .btn a:hover {
	background-color: #fff;
	color: #e86ba3;
}
.fbr {
	display: none;
}
@media (max-width: 665px) {
	.fbr {
		display: block;
	}
	.fsp {
		display: none;
	}
	.fsi {
		font-size: 1.07rem;
	}
}
@media (max-width: 1020px) {
	.btn_wrap .btn a {
		height: auto;
	}
	.footer_contact .btn_wrap {
		display: block;
	}
	.footer_contact .btn_wrap .btn {
		width: 70%;
		min-width: 310px;
	}
}
@media (max-width: 450px) {
	.footer_contact .btn_wrap .btn a {
		font-size: 1.1rem;
	}
	.footer_contact {
		padding: 40px 30px;
	}
}
@media (max-width: 350px) {
	.footer_contact .btn_wrap .btn {
		min-width: auto;
		width: 90%;
	}
}
/* ロゴとアドレス */
.footer_address h3 {
	transition: .3s;
	z-index: 110;
	pointer-events: none;
}
.footer_address h3 a {
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer_address img {
	max-width: 330px;
	pointer-events: auto;
}
.footer_title h3 {
	margin: 0 auto 10px;
}
.footer_title h3:hover {
	opacity: 0.6;
	transition: .3s;
}
.footer_address {
	position: relative;
	text-align: center;
}
.footer_address p {
	margin-bottom: 0;
}
.f_text {
	margin: 20px 0;
	font-size: 1.1rem;
}
.f_text a {
	color: #333;
}
.f_text a:hover {
	opacity: 0.6;
}
.f_text p {
	margin-bottom: 5px;
}
@media (max-width: 550px) {
	.footer_title h3 {
		margin: 0 auto 13px;
	}
	.f_text {
		margin: 13px 0;
		font-size: 1.07rem;
	}
	.footer_address img {
		max-width: 65vw;
	}
}
.fbtn {
	position: fixed;
	bottom: 10px;
	left: 10px;
	z-index: 79;
}
.spbtn {
	margin-bottom: 5.5px;
}
.spbtn:last-child {
	margin-bottom: 0;
}
.fbtn .spbtn a {
	position: relative;
	font-size: 1.7rem;
	margin: 0 auto;
	padding: 10px;
	color: #fff;
	background: #e86ba3;
	text-align: center;
	border: 2px solid #fff;
}
.mapbtn a {
	font-size: 1.5rem !important;
}
.sp {
	display: none;
}
@media (max-width: 450px) {
	.sp {
		display: block;
	}
}
/* コピーライト */
.copyright {
	margin: 0;
	text-align: center;
	padding: 15px 0;
	background: #e86ba3;
	color: #fff;
}
/*ページ上に戻るボタン*/
.go_top {
	display: block;
	width: 65px;
	height: 65px;
	box-sizing: border-box;
	border: 2px solid #fff;
	background: #e86ba3;
	padding-top: 30px;
	text-align: center;
	letter-spacing: -1px;
	font-size: 85%;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 79;
	border-radius: 50px;
}
.go_top::before {
	content: "";
	display: block;
	border-top: 3.5px solid #fff;
	border-right: 3.5px solid #fff;
	width: 37%;
	height: 37%;
	top: 22px;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	transform: rotate(-45deg);
}
.go_top:hover {
	background: #fff;
	border: 2px solid #e86ba3;
}
.go_top:hover::before {
	border-top: 3.5px solid #e86ba3;
	border-right: 3.5px solid #e86ba3;
}
@media(max-width:450px) {
	.go_top {
		width: 55px;
		height: 55px;
		text-indent: -9999px;
		bottom: 10px;
		right: 10px;
		opacity: 1;
	}
	.go_top::before {
		bottom: 18px;
	}
}
/* スライド */
.topslide {
	overflow: hidden;
	position: relative;
}
.topslide:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.4;
	background: radial-gradient(#333 20%, transparent 20%), radial-gradient(#333 20%, transparent 20%);
	background-size: 3px 3px;
	background-position: 0 0, 1.5px 1.5px;
}
.topslide::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #111;
	opacity: 0.25;
	z-index: 1;
}
.slide_items {
	width: 100%;
	overflow: hidden;
}
.slide_items img {
	width: 100%;
	height: 650px;
	object-fit: cover;
}
.slide_text {
	white-space: nowrap;
	position: absolute;
	top: 48%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	font-size: 3.25rem;
	letter-spacing: 0.1em;
	text-shadow: 0px 0.3px 3px rgb(0 0 0 / 15%), 0px -0.3px 3px rgb(0 0 0 / 15%);
	color: #fff;
	z-index: 2;
	text-decoration: underline;
	text-decoration-thickness: 0.25em;
	text-decoration-color: rgba(232, 107, 163, 0.65);
	text-underline-offset: -0.04em;
	text-decoration-skip-ink: none;
}
@media (max-width: 1170px) {
	.slide_items img {
		width: 100%;
		height: 620px;
		object-fit: cover;
	}
}
@media (max-width: 1050px) {
	.slide_text {
		font-size: clamp(1.5rem, 0.375rem + 4vw, 3rem);
	}
	.slide_text span {
		font-size: clamp(2.2rem, 1.24rem + 3.4133vw, 3.8rem);
	}
}
@media (max-width: 660px) {
	.slide_items img {
		width: 100%;
		height: 450px;
		object-fit: cover;
	}
}
@media (max-width: 600px) {
	.slide_text {
		font-size: 5vw;
	}
	.slide_text span {
		font-size: 6.8vw;
	}
}
@media (max-width: 495px) {
	.slide_items img {
		width: 100%;
		height: 320px;
		object-fit: cover;
	}
	.topslide::before {
		opacity: 0.35;
		background: #333;
	}
	.slide_items img {
		height: 255px;
	}
}
/* キャンディーについて */
.il {
	position: relative;
}
.c_illust {
	position: absolute;
	bottom: -15px;
	right: -7%;
	max-width: 130px;
	height: auto !important;
}
.jc_center {
	justify-content: center;
}
.a_img {
	align-items: center;
}
@media (max-width: 1120px) {
	.a_img {
		align-items: stretch;
	}
}
.wide_img {
	object-fit: cover;
	width: 100%;
	height: 300px;
	margin-bottom: 30px;
}
.fleximg {
	display: flex;
}
.fleximg img {
	object-fit: cover;
}
@media (max-width: 750px) {
	.wide_img {
		height: 220px;
		margin-bottom: 10px;
	}
	.fleximg img {
		height: 220px;
	}
	.about .fleximg {
		margin-bottom: 15px;
	}
	.c_illust {
		bottom: -10px;
		left: -10px;
		max-width: 110px;
	}
}
@media (max-width: 450px) {
	.wide_img, .fleximg img {
		height: 170px;
	}
	.about .fleximg {
		margin-bottom: 13px;
	}
	.c_illust {
		bottom: -7px;
		max-width: 90px;
	}
}
/* 白いボックス */
.white_wrap {
	background-color: #fff;
	padding: 25px 30px 40px;
	box-shadow: rgb(0 0 0 / 5%) 0px 2px 8px 0px;
	position: relative;
}
@media (max-width: 1090px) {
	.white_wrap {
		padding: 60px 20px;
	}
}
@media (max-width: 750px) {
	.white_wrap {
		padding: 30px;
	}
}
.feature_wrap .white_wrap {
	text-align: center;
}
.feature_wrap .white_wrap p {
	margin-bottom: 0;
	font-size: 1.02rem;
}
.feature_wrap .white_wrap img {
	max-width: 180px;
	margin: 20px 0 22px;
}
.ftitle {
	font-size: 1.2rem !important;
	text-align: center !important;
	margin-bottom: 15px;
}
.ftitle span {
	font-size: 1.4rem;
}
.feature {
	flex-wrap: wrap;
}
.feature div {
	width: 32%;
	margin-bottom: 25px;
}
.f2c div {
	margin: 0 13px;
}
@media (max-width: 1270px) {
	.feature_wrap .white_wrap p {
		text-align: left;
	}
	.febr {
		display: none;
	}
}
@media (max-width: 750px) {
	.feature_wrap .white_wrap {
		max-width: 400px;
		margin: auto;
		margin-bottom: 10px;
	}
	.feature div {
		width: 100%;
	}
	.feature_wrap .white_wrap img {
		max-width: 60%;
		margin-bottom: 13px;
	}
	.feature_wrap .white_wrap {
		padding: 20px 25px 40px;
	}
}
@media (max-width: 450px) {
	.feature_wrap .white_wrap p {
		font-size: 1rem;
	}
}
.center {
	text-align: center;
}
.box a {
	display: block;
	position: relative;
}
.box a img {
	display: block;
	object-fit: cover;
	height: 330px;
	width: calc(100% - 10px);
	margin: 0 0 0 auto;
}
.box a p {
	display: inline-block;
	background-color: #e86ba3;
	color: #fff;
	text-align: center;
	width: 15rem;
	padding: 23px 0;
	position: absolute;
	left: 0;
	bottom: 25px;
	transform: translateY(10px);
	transition: 0.3s;
	line-height: 1;
	box-shadow: rgb(0 0 0 / 20%) 0px 2px 8px 0px;
}
.box a p::after {
	position: absolute;
	top: 50%;
	right: 15px;
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: bold;
	line-height: 1;
	transform: translate(0, -50%);
	font-size: .75em;
}
.box a:hover p {
	transform: translateY(10px) translateX(10px);
}
.box a:hover img {
	opacity: 0.6;
}
.box:last-child {
	margin-bottom: 0 !important;
}
@media (max-width: 965px) {
	.box a img {
		height: auto;
	}
}
@media (max-width: 750px) {
	.box {
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.box a img {
		height: 330px;
		width: 100%;
	}
	.box a:hover p {
		transform: translateY(10px) translateX(0);
	}
}
@media (max-width: 530px) {
	.box a img {
		height: 230px;
	}
}
@media (max-width: 450px) {
	.box a p {
		width: 67%;
	}
	.box {
		margin-bottom: 13px;
	}
	.box a img {
		height: 200px;
	}
	.box a p {
		width: 60%;
		padding: 17px 0;
		bottom: 0;
		box-shadow: none;
	}
}
@media (max-width: 330px) {
	.box a p {
		width: 85%;
	}
}
@media (max-width: 1380px) {
	.contents::after {
		background-position: bottom right -0.1%;
	}
}
@media (max-width: 750px) {
	.contents::after {
		content: none;
	}
}
/* 営業のご案内*/
.internal .flexbox {
	margin-bottom: 70px;
	align-items: center;
}
.internal .white_wrap {
	padding: 40px;
	height: fit-content;
}
.internal .white_wrap .tbtn {
	margin-top: 30px;
}
.internal .int01 .white_wrap {
	margin-right: 35px;
}
.internal .int01 img {
	margin-left: 35px;
}
.internal .int02 .white_wrap {
	position: relative;
	z-index: 1;
	margin-right: -35px;
}
.internal .flexbox:last-child {
	margin-bottom: 0 !important;
}
@media (max-width: 1050px) {
	.internal .flexbox {
		align-items: stretch;
	}
}
@media (max-width: 750px) {
	.internal .int01 .white_wrap {
		margin-right: 0;
	}
	.internal .int01 img {
		margin-left: 0;
	}
	.internal .int02 .white_wrap {
		margin-right: 0;
	}
	.internal .fleximg img {
		height: 300px;
	}
	.internal .flexbox {
		margin-bottom: 60px;
	}
}
@media (max-width: 600px) {
	.internal .fleximg img {
		height: 220px;
	}
	.internal .white_wrap {
		padding: 30px 20px;
	}
}
@media (max-width: 450px) {
	.internal .fleximg img {
		height: 200px;
	}
	.internal .white_wrap {
		padding: 15px 20px 30px;
	}
	.internal .white_wrap .tbtn {
		margin-top: 20px;
	}
	.internal .white_wrap .mainbtn a {
		width: 75%;
		padding: 10px;
	}
	.internal .flexbox {
		margin-bottom: 30px;
	}
	.internal .white_wrap .mtitle {
		margin-bottom: 10px;
	}
}
/* ギャラリー スライド */
.tbtn {
	margin-top: 50px;
}
.g_slider .slick-slide {
	margin-left: 10px !important;
	transition: .3s ease;
}
.g_slider img {
	height: 270px;
	object-fit: cover;
	width: 100%;
}
@media (max-width: 1200px) {
	.g_slider img {
		height: 100%;
	}
	.photo::after {
		background-size: 10%;
	}
}
.photo .tbtn {
	margin-top: 60px;
}
@media (max-width: 450px) {
	.photo .tbtn {
		margin-top: 40px;
	}
	.photo::after {
		background-size: 19%;
		background-position: bottom left -0.1%;
	}
}
/* 下層ページトップ ================================*/
.kasou {
	height: 320px;
	width: 100%;
	display: flex;
	align-items: center;
	background: url(../img/kasou.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 28%;
	position: relative;
}
.kasou:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.4;
	background: radial-gradient(#333 20%, transparent 20%), radial-gradient(#333 20%, transparent 20%);
	background-size: 3px 3px;
	background-position: 0 0, 1.5px 1.5px;
}
.kasou::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #333;
	opacity: 0.45;
}
.kasou .inner {
	max-width: 80%;
}
.kasou h2 {
	font-size: clamp(1.4rem, 1.04rem + 1.28vw, 2rem);
	font-weight: 700;
	text-shadow: 0 0 6.5px #333, 0px 0.3px 2.5px rgb(0 0 0 / 25%), 0px -0.3px 2px rgb(0 0 0 / 30%);
	margin-bottom: 0;
	line-height: 1.3;
	z-index: 1;
	position: relative;
	color: #fff;
}
.kasou h2::after {
	content: '';
	display: inline-block;
	width: 27px;
	height: 26px;
	background-image: url(../img/title06.svg);
	background-size: contain;
	margin-left: 4.5px;
	margin-bottom: 10px;
	filter: brightness(0) invert(1);
}
.kasou h2::before {
	content: '';
	display: inline-block;
	width: 27px;
	height: 26px;
	background-image: url(../img/title02.svg);
	background-size: contain;
	vertical-align: middle;
	margin-right: 9.5px;
	margin-bottom: -13px;
	filter: brightness(0) invert(1);
}
.kasou .marker {
	text-decoration-color: rgba(232, 107, 163, 0.65);
}
@media (max-width: 1205px) {
	.kasou {
		height: 265px;
	}
}
@media(max-width:1000px) {
	.kasou {
		height: 225px;
		background-position: 50% 27%;
	}
	.kasou .inner {
		max-width: 90%;
	}
}
@media(max-width:450px) {
	.kasou {
		height: 175px;
		background-position: 50% 35%;
	}
}
@media(max-width:450px) {
	.kasou h2::after {
		width: 20px;
		height: 19px;
		margin-left: 4.5px;
	}
	.kasou h2::before {
		width: 20px;
		height: 19px;
		margin-right: 7.5px;
	}
}
.pdb0 {
	padding-bottom: 0;
}
.pdb35 {
	padding-bottom: 35px;
}
@media(max-width:950px) {
	.pdb35 {
		padding-bottom: 0;
	}
}
.maintitle.long {
	line-height: 1.6;
}
@media(max-width:750px) {
	.maintitle.long {
		margin-bottom: 30px;
	}
}
@media (max-width: 550px) {
	.mlong {
		padding-top: 27px !important;
	}
}
@media(max-width:450px) {
	.maintitle.long {
		font-size: 1.43rem;
		margin-bottom: 25px;
	}
}
/* キャンディーについて ================================*/
/* 種子島の楽しい交流の場はキャンディーへ！ */
.aboutp .flexbox {
	align-items: center !important;
}
@media(max-width:1110px) {
	.aboutp .flexbox {
		align-items: stretch !important;
	}
}
.abtbr {
	display: block;
}
@media(max-width:750px) {
	.aboutp .flexbox img {
		margin-bottom: 12px;
	}
	.aboutp .flexbox .c_illust {
		right: -10px;
		left: auto;
	}
}
@media(max-width:680px) {
	.abtbr {
		display: none;
	}
	.aboutp .maintitle.long {
		text-align: left;
	}
	.aboutp .flexbox .c_illust {
		max-width: 75px;
	}
}
/* キャンディーの特徴 */
.fnum {
	font-size: 110%;
	color: #e86ba3;
}
.pinktext {
	color: #e86ba3;
}
.abfnote {
	font-size: 0.93rem;
}
.aboutf .flexbox .stitle::after {
	content: '';
	display: inline-block;
	width: 25px;
	height: 24px;
	background-image: url(../img/title02.svg);
	background-size: contain;
	margin-left: 7px;
}
.aboutf .flexbox {
	position: relative;
	margin-bottom: 135px;
}
.aboutf .flexbox:last-child {
	margin-bottom: 60px;
}
.aboutf .flexbox .abf {
	width: 55%;
	margin-right: auto;
}
.aboutf .abf img {
	object-fit: cover;
	width: 100%;
	height: 360px;
}
.aboutf .flexbox .white_wrap {
	position: absolute;
	bottom: -60px;
	right: 0;
	width: 715px;
}
.aboutf .reverse .abf {
	margin-right: 0 !important;
	margin-left: auto;
}
.aboutf .reverse .white_wrap {
	left: 0;
}
@media(max-width:1090px) {
	.aboutf .flexbox .white_wrap {
		padding: 25px 30px 40px;
		bottom: -60px;
		right: 0;
		width: 55%;
	}
}
@media(max-width:829px) {
	.aboutf .flexbox {
		display: block;
	}
	.aboutf .flexbox .white_wrap {
		position: initial;
		width: 100%;
		padding: 15px 30px 20px;
	}
	.aboutf .flexbox .abf {
		width: 100%;
		margin: auto;
	}
	.aboutf .abf img {
		width: 100%;
		height: 290px;
	}
	.aboutf .flexbox {
		margin-bottom: 45px;
	}
	.aboutf .flexbox:last-child {
		margin-bottom: 0;
	}
}
@media(max-width:505px) {
	.aboutf .flexbox .white_wrap {
		padding: 15px 15px 20px;
	}
	.aboutf .flexbox .stitle::after {
		width: 21px;
		height: 20px;
		margin-left: 3px;
	}
	.fnum {
		font-size: 100%;
	}
}
@media(max-width:600px) {
	.aboutf .abf img {
		width: 100%;
		height: auto;
	}
}
/* 昼営業のご案内・夜営業のご案内 ================================*/
.appeal {
	margin-bottom: 45px;
}
.appealtext {
	letter-spacing: 0.2em;
	margin-bottom: 60px;
	font-size: clamp(1.05rem, 0.9rem + 0.5333vw, 1.3rem);
}
@media(max-width:740px) {
	.appealtext {
		letter-spacing: 0.1em;
		margin-bottom: 25px;
	}
	.appealtext p {
		text-align: left !important;
	}
}
@media(max-width:450px) {
	.appeal {
		margin-bottom: 15px !important;
	}
	.appealtext {
		margin-bottom: 23px;
	}
}
/* サービス案内 */
.bfeature .white_wrap {
	border: 2px solid rgba(232, 107, 163, 0.7);
	box-shadow: none;
}
@media(max-width:1270px) {
	.bfeature .white_wrap p {
		text-align: center;
	}
}
@media(max-width:750px) {
	.bfeature .white_wrap {
		margin-bottom: 15px;
	}
	.bfeature .white_wrap:last-child {
		margin-bottom: 0;
	}
	.bfeature .feature_wrap .white_wrap {
		padding: 25px 25px 30px;
	}
	.bfeature .feature_wrap .white_wrap img {
		margin-top: 0;
		margin-bottom: 15px;
	}
}
@media(max-width:450px) {
	.bfeature .white_wrap {
		padding: 5px 15px 30px !important;
	}
	.bfeature .white_wrap img {
		max-width: 45%;
		margin-bottom: 12px;
	}
}
/* 基本料金 〜 */
.binfo .flexbox {
	align-items: center;
}
.binfo .flexbox .stitle {
	margin-bottom: 7px;
}
.binfo .flexbox .stitle::after {
	content: '';
	display: inline-block;
	width: 23px;
	height: 22px;
	margin-left: 9px;
	background-image: url(../img/title05.svg);
	background-size: contain;
}
@media(max-width:505px) {
	.binfo .flexbox .stitle::after {
		width: 21px;
		height: 20px;
		margin-left: 7px;
	}
}
.binfo .flexbox p {
	margin-bottom: 20px;
	padding-left: 2.5px;
}
.binfo .mlist p {
	margin-bottom: 0;
}
@media(max-width:750px) {
	.binfo .flexbox img {
		margin-bottom: 10px;
	}
	.binfo .fleximg img {
		height: 100%;
	}
}
@media(max-width:450px) {
	.binfo .flexbox p {
		margin-bottom: 10px;
	}
	.binfo {
		padding-top: 32px;
	}
}
/* 夜営業 */
.evening{
	padding-top: 35px;
}
.evening.binfo .flexbox {
	align-items: stretch;
}
.evening.binfo .mlist p {
	margin-bottom: 0;
}
.evbr {
	display: none;
}
@media(max-width:970px) {
	.evbr {
		display: block;
	}
}
/* 牛 */
.c_illust02 {
	position: absolute;
	bottom: -15px;
	left: -7%;
	max-width: 130px;
	height: auto !important;
}
@media (max-width: 750px) {
	.c_illust02 {
		bottom: -5px;
		left: -10px;
		max-width: 110px !important;
	}
}
@media (max-width: 450px) {
	.c_illust02 {
		bottom: -7px;
		max-width: 90px;
		max-width: 70px !important;
	}
}
/* ルーム・設備 */
.rfbr {
	display: none;
}
@media(max-width:450px) {
	.rfbr {
		display: block;
	}
}
/* 丸 */
.mlist p::before {
	content: "●";
	display: inline-block;
	margin-right: 9px;
	font-size: 0.45em;
	color: #e86ba3;
	transform: translate(0.8px, -4.5px);
}
.mlist p {
	margin-bottom: 0;
}
/* チェック */
.rlist p::before {
	font-family: "Font Awesome 5 Free";
	content: "\f058";
	font-weight: bold;
	display: inline-block;
	color: #e86ba3;
	margin-right: 5px;
	font-size: .9em;
}
.rlist p {
	margin-bottom: 0;
}
/* ダイヤ */
.dlist p::before {
	content: "◆";
	display: inline-block;
	margin-right: 7px;
	font-size: 0.75em;
	color: #e86ba3;
	transform: translate(0.8px, -2px);
}
.dlist p {
	margin-bottom: 0;
}
.room p:last-child {
	margin-bottom: 10px;
}
/* 音符 */
.room .stitle::before {
	font-family: "Font Awesome 5 Free";
	content: "\f001";
	font-weight: bold;
	display: inline-block;
	color: #e86ba3;
	margin-right: 6px;
	font-size: .7em;
}
/* ご予約・お問い合わせはお電話で！ */
.ctext_t {
	margin-bottom: 55px;
}
.ctext_b {
	margin-top: 25px;
}
.contact .maintitle {
	margin-bottom: 40px;
}
.contact .inner {
	max-width: 1000px;
	margin: auto;
}
/*電話番号*/
.tel_contact a {
	display: block;
	font-size: 1.7rem;
	white-space: nowrap;
	color: #333;
	font-weight: 700;
}
.tel_contact a:hover {
	opacity: 0.6;
}
.cbox {
	border: 2px solid rgba(232, 107, 163, 0.7);
	text-align: center;
	padding: 25px;
}
.cbox i {
	color: #e86ba3;
}
.conbr {
	display: none;
}
/* 電話アイコン */
.phone:before {
	content: '';
	display: inline-block;
	width: clamp(1.75rem, 0.925rem + 2.9333vw, 3.125rem);
	height: clamp(1.75rem, 0.925rem + 2.9333vw, 3.125rem);
	background-image: url(../img/titlep.svg);
	background-size: contain;
	margin-bottom: -7px;
	margin-right: 6px;
}
@media (max-width: 750px) {
	.flexbox .cbox {
		margin-bottom: 15px;
	}
	.ctext_t {
		text-align: left;
		margin-bottom: 30px;
	}
	.ctext_t br {
		display: none;
	}
	.contact .maintitle {
		margin-bottom: 20px;
	}
}
@media (max-width: 575px) {
	.conbr {
		display: block;
	}
	.phone:before {
		margin-bottom: -5px;
		margin-right: 5px;
	}
}
@media (max-width: 450px) {
	.cbox {
		padding: 10px;
	}
	.flexbox .cbox {
		margin-bottom: 7px;
	}
	.ctext_t {
		margin-bottom: 20px;
	}
	.tel_contact a {
		font-size: 1.3rem;
		white-space: normal;
	}
	.ctext_b {
		margin-top: 17px;
	}
}
@media (max-width: 350px) {
	.contact .maintitle::before {
		content: none;
	}
}
@media (max-width: 330px) {
	.conbr {
		display: none;
	}
}
/* 店舗概要 ================================*/
/* テーブル */
.info_table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.info_table tr {
	border-bottom: 1px solid rgba(232, 107, 163, 0.7);
}
.info_table th, .info_table td {
	padding: 17px 0;
}
.info_table th {
	background: #fff;
	width: 35%;
	text-align: left;
	padding-left: 12%;
	/* color: #e86ba3; */
}
.info_table td {
	padding-left: 10px;
	padding-right: 10px;
	width: 65%;
	background: #fff;
}
.info_table span {
	font-size: 0.9rem;
}
@media(max-width: 950px) {
	.info_table th {
		padding-left: 20px;
	}
}
@media(max-width: 550px) {
	.info_table {
		border-collapse: collapse;
	}
	.info_table tr {
		border-bottom: none;
	}
	.info_table td, .info_table th {
		width: 100%;
		display: block;
	}
	.info_table td {
		border-bottom: 1px solid rgba(232, 107, 163, 0.7);
		margin-bottom: 3px;
		padding: 0 8px 15px;
		font-size: 0.93rem;
	}
	.info_table th {
		text-align: left;
		padding-bottom: 0;
		padding: 8px 8px 3px;
	}
}
.i_wide_img {
	max-width: 1130px;
	margin: auto;
	height: fit-content;
}
.i_wide_img img {
	object-fit: cover;
	width: 100%;
	height: 320px;
	margin-bottom: 20px;
}
.info .info_table {
	max-width: 1130px;
	margin: auto;
}
/* テーブル アイコン */
.info .info_table th::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	font-weight: bold;
	display: inline-block;
	color: #e86ba3;
	margin-right: 7px;
	font-size: 1.2em;
	transform: translate(0.5px, -2px);
}
@media (max-width: 750px) {
	.i_wide_img img {
		object-fit: cover;
		width: 100%;
		height: 200px;
		margin-bottom: 10px;
	}
}
/* マップ
@media(max-width: 550px) {
.map{
	height: 350px;
}
	}
 */
/* ギャラリー ================================*/
.lightbox_hov:hover img {
	transform: scale(1.05, 1.05);
}
.photo_wrap {
	flex-wrap: wrap;
}
.photo_wrap div {
	width: 32%;
	margin-bottom: 25px;
	overflow: hidden;
	height: fit-content;
}
@media (max-width: 850px) {
	.photo_wrap div {
		width: 48%;
		margin-bottom: 25px;
	}
}
@media (max-width: 750px) {
	.photo_wrap {
		display: flex;
	}
}
@media (max-width: 600px) {
	.photo_wrap {
		display: block;
	}
	.photo_wrap div {
		width: 100%;
		margin-bottom: 15px;
	}
}