/*
Theme Name: ariad
Theme URL: http://ariad.jp/
Description: ariadショップサイト
Author: Yuya Shibata
Version: 1.0.0
*/
@charset 'UTF-8';

* {
margin: 0px;
padding: 0px;
word-break: normal !important;
word-wrap: break-word;
line-break:normal;
border: 0;
outline: 0;
box-sizing: border-box;
hanging-punctuation: force-end;
}

html {
scroll-padding-top: 100px;
overflow: auto;
font-size: 62.5%;
}
body {
position: relative;
max-height: 100%;
margin: 0;
padding: 0;
font-style: normal;
font-family: "Roboto","Noto Sans JP", sans-serif;
font-size: 1.6rem;
font-optical-sizing: auto;
font-weight: 500;
line-height: 1.6;
color: #0b2251;
background-color: #fcfcfa;
-webkit-text-size-adjust: 100%;
}
@media (max-width: 1023px) {
	html {
	font-size: 60%;
	}
}
@media (max-width: 767px) {
	html {
	scroll-padding-top: 70px;
	font-size: 55%;
	}
	body {
	width: 100%;
	font-size: 1.5rem;
	}
}
@media (max-width: 374px) {
	html {
	font-size: 50%;
	}
}

section {
position: relative;
}
section:after {
clear:both;
display:block;
content:"";
}
table {
border-collapse: collapse;
border-spacing: 0;
}
table th {
font-weight: 500;
text-align: inherit;
}
nav, ol, ul {
list-style: none;
}

h1, h2, h3, h4, h5, h6 {
font-size: inherit;
font-weight: bold;
}
h1, h2, h3 {
line-height: 1.4;
}

a {
text-decoration: none;
color: inherit;
}
a:hover {
text-decoration: none;
}
@media (min-width: 768px) {
	a[href^="tel:"] {
	pointer-events: none;
	}
}

/*-------------------------
 フォームパーツ
-----------------------*/
button {
cursor: pointer;
font-family: inherit;
font-size: inherit;
background-color: transparent;
border: 0;
}
input,
select,
textarea {
display: block;
font-family: inherit;
font-size: inherit;
color: #252525;
border: 1px solid #252525;
}
input[type="button"],
input[type="text"],
input[type="tel"],
input[type="submit"],
input[type="image"],
textarea {
-webkit-appearance: none;
}
input[type="text"],
input[type="tel"],
input[type="password"],
input[type="date"],
input[type="email"],
textarea {
-webkit-appearance: none;
width: 100%;
padding: 15px;
background-color: #fff;
border-radius: 6px;
}
select {
width: 100%;
padding: 15px;
background-color: #fff;
border-radius: 6px;
}
input[type="file"] {
-webkit-appearance: none;
background-color: transparent;
border: 0;
}
input[type="checkbox"],
input[type="radio"] {
display: inline-block;
margin-left: 2px;
margin-right: 0.5em;
transform: scale(1.1, 1.1);
}
.select {
position: relative;
}
.select::after {
position: absolute;
content: "";
width: 12px;
height: 10px;
top: 50%;
transform: translateY(-50%);
right: 10px;
background-color: #888;
clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.select select {
-webkit-appearance: none;
}
textarea {
width: 100%;
height: 250px;
}
::placeholder {
}
.contact_submit_flex {
display: flex;
justify-content: center;
margin: 3em auto 0;
}
.contact_previous,
.contact_submit {
display:flex;
justify-content: center;
align-items: center;
width: fit-content;
width: 300px;
height: 60px;
margin: 0 10px;
color: #252525;
border-radius: 100px;
}
.contact_previous {
background-color: #aaa;
}
.contact_submit {
background-color: #c70019;
}
.contact_submit .wpcf7-spinner {
display: none;
}
.contact_previous input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: none;
cursor: pointer;
cursor: hand;
width: 100%;
height: 100%;
font-weight: bold;
letter-spacing: 1px;
background-color: transparent;
border-color: transparent;
border-radius: 0;
}
.contact_previous input[type="button"],
.contact_previous input[type="reset"],
.contact_previous input[type="submit"] {
color: #fff;
}
input[readonly="readonly"] {
border-width: 0;
}
.privacy_check {
margin-top: 20px;
text-align: center;
}
.privacy_check a {
text-decoration: underline;
}
.hissu {
display: inline-block;
margin-left: 1em;
padding: 5px;
font-size: 1.4rem;
font-weight: 500;
line-height: 1;
color: #ed0000;
background-color: #fff;
border: 1px solid;
}
@media (max-width:1023px) {
	.select::after {
	width: 10px;
	height: 8px;
	right: 8px;
	}
}
@media (min-width:768px) {
	/* focus */
	input[type="text"]:focus,
	input[type="tel"]:focus,
	input[type="password"]:focus,
	input[type="date"]:focus,
	input[type="email"]:focus,
	select:focus,
	textarea:focus {
	background-color: #fbfcd6;
	transition: .3s;
	}
	input[readonly="readonly"]:focus {
	background-color: #fff;
	}
	/* hover */
	.privacy_check a:hover {
	opacity: .5;
	transition: .3s;
	}
	.contact_previous:hover {
	color: #fff;
	background-color: #252525;
	transition: .3s;
	}
	.contact_submit:hover {
	background-color: #c70019;
	transition: .3s;
	}
	.contact_submit:hover input {
	/*color: #fff;*/
	transition: .3s;
	}
}
@media (max-width:767px) {
	input[type="text"],
	input[type="tel"],
	input[type="password"],
	input[type="date"],
	input[type="email"],
	select,
	textarea {
	padding: 10px;
	border-radius: 4px;
	}
	.select::after {
	width: 10px;
	height: 6px;
	right: 7px;
	}
	textarea {
	height: 200px;
	}
	.contact_submit,
	.contact_previous {
	width: 200px;
	height: 42px;
	margin: 0 2px;
	font-size: inherit !important;
	}
}

/*-----------------------
 slick
-----------------------*/
.slick-slider {
overflow: hidden;
position: relative;
display: block;
margin: 0;
padding: 0;
line-height: 0;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus {
outline: none;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after {
display: table;
content: '';
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
overflow: hidden;
display: none;
float: left;
height: 100%;
min-height: 1px;
margin: 0 10px;
background-color: #fff;
border-radius: 10px;
}
[dir='rtl'] .slick-slide {
float: right;
}
.slick-slide img,
.slick-slide video {
display: block;
object-fit: cover;
aspect-ratio: 1260 / 839;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
vertical-align: middle;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
.slick-prev,
.slick-next {
z-index: 2;
position: absolute;
width: 100px;
height: 80px;
top: 50%;
transform: translateY(-50%);
font-size: 0;
background-repeat: no-repeat;
background-size: contain;
background-color: rgba(255,255,255,.7);
border-radius: 100px;
}
.slick-prev {
left: -50px;
}
.slick-next {
right: -50px;
}
.slick-prev::before,
.slick-next::before {
position: absolute;
content: "";
width: calc(16px * .9);
height: calc(25px * .9);
top: 50%;
transform: translateY(-50%);
background-repeat: no-repeat;
background-size: contain;
}
.slick-prev::before {
right: 25px;
background-image: url(./common/img/arrow_prev@2x.png);
}
.slick-next::before {
left: 25px;
background-image: url(./common/img/arrow_next@2x.png);
}
.slick-prev button,
.slick-next button {
}
.slick-prev button {
}
.slick-next button {
}
@media (max-width:1023px) {
	.slick-slide {
	margin: 0 5px;
	}
	.slick-prev,
	.slick-next {
	width: 80px;
	height: 50px;
	}
	.slick-prev {
	left: -40px;
	}
	.slick-next {
	right: -40px;
	}
	.slick-prev::before,
	.slick-next::before {
	width: calc(16px * .7);
	height: calc(25px * .7);
	}
	.slick-prev::before {
	right: 18px;
	}
	.slick-next::before {
	left: 18px;
	}
}
@media (min-width:768px) {
	/* hover */
	.slick-slide a:hover img {
	opacity: .5;
	transition: .3s;
	}
	.slick-prev:hover,
	.slick-next:hover {
	background-color: #c70019;
	transition: .3s;
	}
	.slick-prev:hover::before,
	.slick-next:hover::before {
	filter: brightness(0) invert(1);
	}
}
@media (max-width:767px) {
	.slick-prev,
	.slick-next {
	width: 60px;
	height: 40px;
	}
	.slick-prev {
	left: -30px;
	}
	.slick-next {
	right: -30px;
	}
	.slick-prev::before,
	.slick-next::before {
	width: calc(16px * .5);
	height: calc(25px * .5);
	}
	.slick-prev::before {
	right: 15px;
	}
	.slick-next::before {
	left: 15px;
	}
}
@media (max-width:500px) {
	.slick-slide {
	margin: 0;
	}
	.slick-prev {
	left: -30px;
	}
	.slick-next {
	right: -30px;
	}
}

/*-----------------------
 共通設定
-----------------------*/
.body_wrap {
overflow: hidden;
}

.right { text-align: right !important; }
.left { text-align: left !important; }
.center { text-align: center !important; }
.fit { width: fit-content;margin-right: auto;margin-left: auto; }
@media (max-width: 767px) {
	.fit_sp {
	width: fit-content;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	}
}
.normal { font-weight: 500;}
.font_small { font-size: 1.4rem; }
.font_large { font-size: 1.8rem; }
.red { color: #c70019; }
.underline { text-decoration: underline; }
.bold { font-weight: bold; }

.cat01 { background-color: #7fb3a3; }
.cat02 { background-color: #e4a9a9; }
.cat03 { background-color: #d4dc25; }
.cat04 { background-color: #6bd0f1; }

.txtlink a {
text-decoration: underline;
}
@media (min-width:768px) {
	.txtlink a:hover {
	opacity: .5;
	transition: .5s;
	}
}

.bg {
position: relative;
}
.bg::after {
z-index: -99;
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
}

img {
display: block;
width: 100%;
max-width: 100%;
width: auto;
height: auto;
margin-right: auto;
margin-left: auto;
vertical-align:top;
}

.mb1 {
margin-bottom: 1em;
}
.mt1 {
margin-top: 1em;
}

.sp {
display: none;
}
@media (max-width: 767px) {
	.pc {
	display: none;
	}
	.sp {
	display: block;
	}
}

/*-----------------------
 ヘッダー
-----------------------*/
html.active {
overflow: hidden;
}
header {
z-index: 9;
position: absolute;
width: 100%;
top: 0;
left: 0;
padding: 15px 30px;
top: 0;
left: 0;
background-repeat: no-repeat;
background-position: top -100px center;
background-size: cover;
}
.header_wrap {
margin: auto;
}
.head_logo {
width: calc(440px * .7);
height: calc(262px * .7);
font-size: 0;
background-image: url(./common/img/logo.png);
background-repeat: no-repeat;
background-size: contain;
}
.head_logo a {
display: block;
width: 100%;
height: 100%;
}
.head_logo img {
width: 100%;
height: 100%;
}
.toggle {
z-index: 99999;
cursor: pointer;
position: fixed;
display: block;
width: 106px;
height: 106px;
top: 20px;
right: 20px;
background-color: #0b2251;
border-radius: 100px;
}
html.active .toggle {
}
.toggle::before {
position: absolute;
content: "MENU";
width: 100%;
bottom: 17px;
left: 0;
right: 0;
margin: auto;
font-family: "Marcellus", sans-serif;
font-size: 1.4rem;
font-weight: bold;
text-align: center;
letter-spacing: 1px;
color: #fff;
}
.toggle div {
position: absolute;
width: 37px;
top: 23px;
left: 50%;
transform: translateX(-50%);
}
.toggle span {
display: block;
position: absolute;
width: 100%;
height: 3px;
left: 0;
background-color: #fff;
border-radius: 100px;
border-radius: 100px;
transition: .35s ease-in-out;
-webkit-transition: .35s ease-in-out;
-moz-transition: .35s ease-in-out;
}
.toggle span:nth-child(1) {
top: 0;
}
.toggle span:nth-child(2) {
top: 14px;
}
.toggle span:nth-child(3) {
top: 28px;
}
html.active .toggle {
z-index: 99999;
}
html.active .toggle::before {
content: "CLOSE";
}
html.active .toggle span {
top: 12px;
}
html.active .toggle span:nth-child(1) {
transform: translateY(0) rotate(-45deg);
}
html.active .toggle span:nth-child(2) {
transform: translateY(0) rotate(45deg);
}
html.active .toggle span:nth-child(3) {
opacity: 0;
}
.spmenu {
display: none;
}
html.active .spmenu {
overflow-x: hidden;
overflow-y: auto;
display: block;
z-index: 9999;
position: fixed;
width: 100%;
height: 100vh;
top: 0;
right: 0;
padding: 60px 30px;
line-height: 1;
background-color: #c70019;
animation: spmenu-open .3s ease-out forwards;
box-shadow: 0 0 30px rgba(0,0,0,.2);
}
html.closing .spmenu {
animation: spmenu-close .3s ease-out forwards;
}
@keyframes spmenu-open {
	from {
		transform: translateY(-100%);
	}
	to {
		transform: translateY(0);
	}
}
@keyframes spmenu-close {
	from {
		transform: translateY(0);
	}
	to {
		transform: translateY(-100%);
	}
}
.head_nav_box {
margin-bottom: 30px;
text-align: center;
}
.head_nav_logo {
max-width: 250px;
margin: 0 auto 20px;
font-size: 0;
}
.head_nav_logo a {
}
.head_nav_tel {
width: fit-content;
margin: auto;
font-family: "Marcellus", sans-serif;
}
.head_nav_tel a {
position: relative;
font-size: 2.8rem;
font-weight:600;
line-height: 1;
letter-spacing: 2px;
color: #fff;
}
.head_nav_tel a::before {
content: "Tel.";
font-size: 2.0rem;
font-weight: 700;
letter-spacing: 0;
}
.head_nav {
width: 100%;
max-width: 500px;
margin: auto;
}
.head_nav nav {
}
.head_nav_list {
position: relative;
}
.head_nav_list_li {
margin-bottom: 10px;
}
.head_nav_list_li>a {
position: relative;
display: block;
font-family: "Marcellus","Kaisei Opti", sans-serif;
font-size: 1.8rem;
font-weight: 900;
padding: 18px 50px 18px 20px;
background-color: #fff;
border: 3px solid #fff;
border-radius: 10px;
}
.head_nav_list_li.line>a {
color: #fff;
background-color: #00C300;
border-color: #00C300;
}
.head_nav_list_li>a::before {
position: absolute;
content: "";
width: 24px;
height: 24px;
top: 50%;
transform: translateY(-50%);
right: 10px;
background-color: #0b2251;
background-image: url(./common/img/ico_arrow_w.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 10px auto;
border-radius: 100%;
}
.head_nav_list_li.line>a::before {
background-color: #fff;
background-image: url(./common/img/ico_arrow.svg);
}
.head_nav_link {
margin: 0 -5px 30px -5px;
margin-bottom: 30px;
}
.head_nav_link .head_nav_list_li {
width: calc(50% - 10px);
margin: 0 5px;
}
.head_nav_link .head_nav_list_li a {
padding: 18px 10px;
text-align: center;
color: #fff;
background-color: #0b2251;
border-color: #0b2251;
}
.head_nav_link .head_nav_list_li>a::before {
display: none;
}
.head_nav_link_li1 {
}
.head_nav_link_li2 {
}
.head_nav_sns {
display: flex;
justify-content: center;
margin-top: 20px;
}
.head_nav_sns_li {
margin: 0 10px;
}
.head_nav_sns_li img {
width: 40px;
height: 40px;
}
/* is-fixed */
html.is-fixed .toggle {
top: 0;
right: 0;
border-radius: 0 0 0 10px;
transition: all 0.1s ease-in-out;
}
@media (max-width:1260px) {
	header {
	padding: 15px 20px;
	}
	.head_logo {
	width: calc(440px * .5);
	height: calc(262px * .5);
	}
	.toggle {
	width: 90px;
	height: 90px;
	top: 15px;
	right: 15px;
	}
	.toggle::before {
	bottom: 14px;
	font-size: 1.4rem;
	}
	.toggle div {
	width: 35px;
	top: 15px;
	}
	.toggle span:nth-child(2) {
	top: 12px;
	}
	.toggle span:nth-child(3) {
	top: 24px;
	}
	.head_nav {
	max-width: 350px;
	}
	.head_nav_logo {
	max-width: 230px;
	margin-bottom: 10px;
	}
	.head_nav_tel {
	}
	.head_nav_tel a {
	font-size: 2.2rem;
	}
	.head_nav_list_li>a {
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 1.6rem;
	border-radius: 6px;
	}
	.head_nav_link .head_nav_list_li a {
	padding: 12px 10px;
	border-radius: 6px;
	}
}
@media (max-width:1023px) {
	.head_logo {
	width: calc(440px * .4);
	height: calc(262px * .4);
	}
	.toggle {
	width: 80px;
	height: 80px;
	top: 10px;
	right: 10px;
	}
	.toggle div {
	width: 30px;
	top: 16px;
	}
	.toggle::before {
	bottom: 11px;
	font-size: 1.3rem;
	}
	.toggle span:nth-child(2) {
	top: 10px;
	}
	.toggle span:nth-child(3) {
	top: 20px;
	}
	html.active .spmenu {
	display: block;
	padding: 70px 15px 50px 15px;
	}
	.head_nav_box {
	margin-bottom: 20px;
	}
	.head_nav_logo {
	margin-bottom: 10px;
	}
	.head_nav_tel a::before {
	font-size: 1.6rem;
	}
	.head_nav_list_li {
	margin-bottom: 5px;
	}
	.head_nav_list_li>a {
	padding: 12px 35px 12px 10px;
	font-size: 1.5rem;
	}
	.head_nav_link {
	margin: 0 -2.5px 20px -2.5px;
	}
	.head_nav_link .head_nav_list_li {
	width: calc(50% - 5px);
	margin: 0 2.5px;
	}
	.head_nav_link .head_nav_list_li a {
	}
	.head_nav_list_li>a::before {
	width: 20px;
	height: 20px;
	right: 8px;
	background-size: 8px auto;
	}
	.head_nav_sns_li img {
	width: 30px;
	height: 30px;
	}
}
@media (min-width:768px) {
	/* hover */
	.head_box:hover,
	.head_nav_logo a:hover {
	opacity: .5;
	transition: .3s;
	}
	.toggle:hover {
	background-color: #fff;
	transition: .3s;
	}
	.toggle:hover::before {
	color: #0b2251;
	transition: .3s;
	}
	.toggle:hover span {
	background-color: #0b2251;
	transition: .3s;
	}
	.head_nav_list_li>a:hover {
	color: #0b2251;
	background-color: #ffe08a;
	border-color: #ffe08a;
	transition: .3s;
	}
	.head_nav_link .head_nav_list_li a:hover {
	color: #0b2251;
	background-color: #fff;
	transition: .3s;
	}
	.head_nav_list_li>a:hover::before {
	right: 5px;
	background-color: #0b2251;
	background-image: url(./common/img/ico_arrow_w.svg);
	transition: .3s;
	}
	.head_nav_sns_li a:hover {
	opacity: .5;
	transition: .3s;
	}
}
@media (max-width:767px) {
	header {
	position: relative;
	padding: 10px;
	background-color: #c70019;
	}
	.head_logo {
	width: calc(440px * .33);
	height: calc(262px * .33);
	margin: auto;
	background-image: url(./common/img/logo_w.png);
	}
	.toggle {
	width: 50px;
	height: 50px;
	top: 0;
	right: 0;
	border-radius: 0;
	}
	.toggle div {
	width: 25px;
	top: 15px;
	}
	.toggle::before {
	display: none;
	}
	.toggle span {
	height: 2px;
	}
	.toggle span:nth-child(2) {
	top: 8px;
	}
	.toggle span:nth-child(3) {
	top: 16px;
	}
	html.active .toggle span {
	top: 8px;
	}
	html.active .spmenu {
	padding: 50px 15px 50px 15px;
	}
	.head_nav_box {
	}
	.head_nav_logo {
	max-width: 200px;
	}
	.head_nav_tel a {
	font-size: 2.0rem;
	}
	.head_nav {
	max-width: 280px;
	}
	.head_nav nav {
	display: block;
	}
	.head_nav_list {
	width: 100%;
	margin: 0 0 5px 0;
	}
	.head_nav_list_li>a {
	padding: 12px 35px 12px 10px;
	}
	.head_nav_list_li>a::before {
	width: 18px;
	height: 18px;
	right: 5px;
	}
	.head_nav_sns {
	margin-top: 20px;
	}
}

/*-----------------------
 TOP
-----------------------*/
/*--メインビジュアル--*/
.mv {
position: relative;
background-color: #c70019;
}
.mv_wrap {
position: relative;
margin: auto;
}
.mv_video {
display: block;
object-fit: cover;
width: 100%;
height: auto;
}
.mv_txt {
display: none;
position: relative;
margin-top: 50px;
text-align: center;
color: #fff;
}
.mv_txt_1 {
margin-bottom: 20px;
font-family: "Marcellus", sans-serif;
font-size: 2.9rem;
letter-spacing: 2px;
line-height: 1;
}
.mv_txt_1 span {
font-size: 2.2rem;
}
.mv_txt_2 {
font-family: "Marcellus","Kaisei Opti", sans-serif;
font-size: 4.0rem;
line-height: 1.4;
}
.mv_txt_2 span {
font-size: 3.0rem;
}
@media (max-width:1440px) {
	.mv_video {
	height: auto;
	}
	.mv_txt {
	bottom: 50px;
	right: 50px;
	}
}
@media (max-width:1260px) {
	.mv_txt {
	bottom: 0;
	right: 0;
	}
	.mv_txt_1 {
	font-size: 2.4rem;
	}
	.mv_txt_1 span {
	font-size: 2.0rem;
	}
	.mv_txt_2 {
	font-size: 3.5rem;
	}
	.mv_txt_2 span {
	font-size: 2.8rem;
	}
}
@media (max-width:1023px) {
	.mv_txt {
	position: relative;
	text-align: center;
	}
	.mv_txt_1 {
	margin-bottom: 15px;
	font-size: 2.0rem;
	}
	.mv_txt_1 span {
	font-size: 1.6rem;
	}
	.mv_txt_2 {
	font-size: 3.0rem;
	}
	.mv_txt_2 span {
	font-size: 2.4rem;
	}
}
@media (min-width:768px) {
}
@media (max-width:767px) {
	.mv_txt {
	padding: 20px;
	}
	.mv_txt_1 {
	margin-bottom: 10px;
	font-size: 1.5rem;
	}
	.mv_txt_1 span {
	font-size: 1.2rem;
	}
	.mv_txt_2 {
	font-size: 2.2rem;
	}
	.mv_txt_2 span {
	font-size: 1.8rem;
	}
}

/*-- お知らせモーダル --*/
.modal {
display: none;
position: fixed;
z-index: 1000;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
}
.modal-content {
position: absolute;
width: calc(100% - 60px);
max-width: 700px;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
padding: 50px;
background-color: #c70019;
border-radius: 10px;
}
.modal-content::before {
opacity: .2;
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
background-image: url(./common/img/modal_bg.png);
background-size: 600px auto;
}
.modal_box {
z-index: 1;
position: relative;
padding: 30px;
background-color: #fff;
border-radius: 10px;
}
.modal_ttl {
position: relative;
width: fit-content;
margin: 0 auto 20px;
padding-bottom: 15px;
font-family: "Marcellus","Kaisei Opti", sans-serif;
font-size: 2.6rem;
font-weight: bold;
text-align: center;
line-height: 1.4;
color: #c70019;
}
.modal_ttl::before {
position: absolute;
content: "";
width: 150px;
height: 5px;
bottom: 0;
left: 0;
right: 0;
margin: auto;
background-image: radial-gradient(circle,#c70019 2.5px, transparent 2.5px);
background-repeat: repeat-x;
background-size: 10px 5px;
}
.modal_txt {
margin-bottom: 20px;
width: fit-content;
font-size: 1.7rem;
font-weight: bold;
}
.modal_txt span {
color: #c70019;
}
.modal_txt p + p {
margin-top: 10px;
}
.modal_logo {
max-width: 170px;
margin: 0 auto 15px;
}
.modal_tel {
margin-bottom: 20px;
font-family: "Marcellus", sans-serif;
font-weight: bold;
text-align: center;
letter-spacing: 1px;
line-height: 1;
}
.modal_tel a {
font-size: 2.2rem;
}
.modal_tel a::before {
content: "Tel.";
font-size: 1.8rem;
}
.close {
cursor: pointer;
margin: auto;
max-width: 150px;
padding: 15px 5px;
font-family: "Marcellus", sans-serif;
font-weight: bold;
text-align: center;
letter-spacing: 2px;
line-height: 1;
color: #fff;
background-color: #0b2251;
border-radius: 100px;
}
@media screen and (max-width: 1023px) {
	.modal-content {
	padding: 40px;
	}
	.modal-content::before {
	background-size: 500px auto;
	}
}
@media screen and (min-width: 768px) {
	.close:hover {
	background-color: #c70019;
	transition: .3s;
	}
}
@media screen and (max-width: 767px) {
	.modal-content {
	max-width: 330px;
	padding: 25px;
	}
	.modal-content::before {
	background-size: 350px auto;
	}
	.modal_box {
	padding: 20px;
	}
	.modal_ttl {
	font-size: 2.2rem;
	}
	.modal_ttl::before {
	width: 120px;
	height: 4px;
	background-image: radial-gradient(circle,#c70019 2px, transparent 2px);
	background-size: 8px 4px;
	}
	.modal_txt {
	font-size: inherit;
	}
	.modal_logo {
	max-width: 150px;
	}
	.modal_tel a {
	font-size: 2.0rem;
	}
	.modal_tel a::before {
	font-size: 1.5rem;
	}
	.close {
	max-width: 120px;
	padding: 13px 5px;
	font-size: 1.4rem;
	}
}

/*--top共通--*/
.top_main {
position: relative;
}
.top_sec {
padding: 100px 30px;
}
.top_wrap {
max-width: 1200px;
margin: auto;
}
.top_ttl {
position: relative;
width: fit-content;
margin: 0 auto 50px;
text-align: center;
line-height: 1;
color: #fff;
}
.top_ttl_1 {
margin-bottom: 10px;
font-family: "Marcellus", sans-serif;
font-size: 4.0rem;
font-weight: bold;
letter-spacing: 4px;
}
.bg02 .top_ttl_1 {
text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px,#fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px,#fff 1px 2px 2px, #fff -1px 2px 2px,#fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px,#fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
color: #c70019;
}
.top_ttl_1::first-letter {
font-size: 7.0rem;
color: #f9f986;
}
.bg02 .top_ttl_1::first-letter {
color: #0b2251;
}
.top_ttl_2 {
font-family: "Marcellus","Kaisei Opti", sans-serif;
font-size: 2.8rem;
font-weight: bold;
}
.bg02 .top_ttl_2 {
text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px,#fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px,#fff 1px 2px 2px, #fff -1px 2px 2px,#fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px,#fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
color: #0b2251;
}
.top_more {
max-width: 300px;
margin: 40px auto 0;
font-family: "Marcellus", "Noto Sans JP", sans-serif;
}
.top_more a {
display: block;
padding: 24px 5px;
font-size: 1.8rem;
font-weight: bold;
text-align: center;
letter-spacing: 1px;
line-height: 1;
color: #fff;
background-color: #0b2251;
border-radius: 100px;
}
.bg02 .top_more a {
background-color: #c70019;
}
@media (max-width:1260px) {
	.top_wrap {
	max-width: 964px;
	}
}
@media (max-width:1023px) {
	.top_sec {
	padding: 60px 30px;
	}
	.top_wrap {
	max-width: 708px;
	}
	.top_ttl {
	margin-bottom: 35px;
	}
	.top_ttl_1 {
	font-size: 3.0rem;
	letter-spacing: 4px;
	}
	.top_ttl_1::first-letter {
	font-size: 5.0rem;
	}
	.top_ttl_2 {
	font-size: 2.4rem;
	}
	.top_more {
	max-width: 280px;
	margin-top: 30px;
	}
	.top_more a {
	padding: 18px 5px;
	font-size: inherit;
	}
}
@media (min-width:768px) {
	/* hover */
	.top_more a:hover{
	color: #0b2251;
	background-color: #fff;
	transition: background-color .3s;
	}
	.bg02 .top_more a:hover{
	color: #fff;
	background-color: #0b2251;
	}
}
@media (max-width:767px) {
	.top_sec {
	padding: 50px 15px;
	}
	.top_wrap {
	max-width: 330px;
	}
	.top_ttl {
	margin-bottom: 20px;
	font-size: 2.8rem;
	letter-spacing: 2px;
	}
	.top_ttl_1 {
	margin-bottom: 8px;
	font-size: 2.8rem;
	letter-spacing: 2px;
	}
	.top_ttl_1::first-letter {
	font-size: 4.5rem;
	}
	.top_ttl_2 {
	font-size: 2.0rem;
	}
	.top_more {
	max-width: 220px;
	}
	.top_more a {
	padding: 15px 5px;
	}
}

/*-- バナー --*/
.top_bnr {
}
.top_bnr_wrap {
}
.top_bnr_list {
display: flex;
flex-wrap: wrap;
justify-content: center;
/*max-width: 1000px;*/
max-width: 800px;
margin: auto;
}
.top_bnr_list_li {
z-index: 1;
position: relative;
width: 309px;
margin: 12px;
padding: 30px 10px 70px 10px;
text-align: center;
background-color: #fff;
border-radius: 10px;
}
.top_bnr_list_li a {
z-index: 2;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.top_bnr_list_li::before {
z-index: -1;
position: absolute;
content: "";
width: calc(100% - 12px);
height: calc(100% - 12px);
top: 50%;
left: 0;
right: 0;
margin: auto;
transform: translateY(-50%) ;
border: 2px solid #c70019;
border-radius: 10px;
}
.top_bnr_list_li.line::before {
border-color: #00C300;
}
.top_bnr_list_li_ttl {
margin-bottom: 15px;
font-family: "Marcellus","Kaisei Opti", sans-serif;
font-size: 2.8rem;
line-height: 1.2;
letter-spacing: 1px;
text-align: center;
color: #c70019;
}
.top_bnr_list_li.line .top_bnr_list_li_ttl {
color: #00C300;
}
.top_bnr_list_li_ico {
margin-bottom: 20px;
}
.top_bnr_list_li_ico img {
object-fit: contain;
width: 200px;
height: 100px;
}
.top_bnr_list_li_txt {
margin-bottom: 15px;
font-size: 1.5rem;
line-height: 1.4;
}
.top_bnr_list_li_btn,
.top_bnr_list_li_ico {
position: absolute;
height: 45px;
bottom: 20px;
left: 0;
right: 0;
margin: auto;
}
.top_bnr_list_li_btn {
display: flex;
align-items: center;
justify-content: center;
width: 145px;
font-family: "Marcellus","Kaisei Opti", sans-serif;
font-weight: bold;
line-height: 1;
letter-spacing: 1px;
color: #fff;
background-color: #c70019;
border-radius: 6px;
}
.top_bnr_list_li_ico img {
height: 100%;
}
@media (max-width:1260px) {
	.top_bnr_list_li {
	width: 290px;
	}
}
@media (max-width:1023px) {
	.top_bnr {
	}
	.top_bnr_list {
	max-width: 600px;
	margin: auto;
	}
	.top_bnr_list_li {
	width: 227px;
	margin: 6px;
	padding: 20px 5px 50px 5px;
	}
	.top_bnr_list_li::before {
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	}
	.top_bnr_list_li_ttl {
	margin-bottom: 10px;
	font-size: 2.4rem;
	}
	.top_bnr_list_li_txt {
	font-size: 1.4rem;
	}
	.top_bnr_list_li_txt .pc {
	display: none;
	}
	.top_bnr_list_li_txt .sp {
	display: block;
	}
	.top_bnr_list_li_btn,
	.top_bnr_list_li_ico {
	height: 40px;
	bottom: 15px;
	}
	.top_bnr_list_li_btn {
	width: 129px;
	}
}
@media (min-width:768px) {
	/* hover */
	.top_bnr_list_li:hover {
	background-color: #ffe08a;
	transition: background-color .3s;
	animation: fontzoom .3s;
	}
	@keyframes fontzoom {
		50% {
		transform: scale(1.02);
		}
	}
	.top_bnr_list_li:hover::before {
	}
	.top_bnr_list_li:hover .top_bnr_list_li_ttl,
	.top_bnr_list_li:hover .top_bnr_list_li_txt {
	}
	.top_bnr_list_li:hover .top_bnr_list_li_btn {
	}
	.top_bnr_list_li:hover .top_bnr_list_li_ico {
	}
}
@media (max-width:767px) {
	.top_bnr {
	}
	.top_bnr_list {
	margin: 0 -4px;
	}
	.top_bnr_list_li {
	width: calc(50% - 8px);
	margin: 4px;
	padding: 15px 10px 38px 10px;
	}
	.top_bnr_list_li::before {
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	border-width: 1px;
	border-radius: 9px;
	}
	.top_bnr_list_li_ttl {
	font-size: 1.8rem;
	letter-spacing: 1px;
	}
	.top_bnr_list_li_txt {
	margin-bottom: 15px;
	font-size: 1.3rem;
	}
	.top_bnr_list_li_btn,
	.top_bnr_list_li_ico {
	height: 30px;
	bottom: 12px;
	}
	.top_bnr_list_li_btn {
	width: 96px;
	font-size: 1.4rem;
	border-radius: 4px;
	}
}

/*-- お知らせ/本日のラインナップ/新商品/blog --*/
.top_news {
}
.top_today {
}
.top_fresh {
}
.top_blog {
}
.top_post_list {
}
.top_post_wrap {
}
.top_post_list {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: -12px;
}
.top_post_list_li {
overflow: hidden;
position: relative;
width: calc(50% - 24px);
margin: 12px;
padding: 20px;
background-color: #fff;
border-radius: 10px;
}
.top_post_list_li>a {
z-index: 2;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.bg02 .top_post_list_li {
box-shadow: 0 0 14px rgba(0,0,0,.2);
}
.top_today .top_post_list_li {
margin: auto;
}
.top_post_list_li.over {
}
.top_post_list_img {
}
.top_post_list_img img {
object-fit: cover;
aspect-ratio: 4 / 3;
width: 100%;
height: 100%;
border-radius: 10px;
}
.top_post_list_img + .top_post_list_box {
margin-top: 10px;
}
.top_post_list_box {
padding: 10px;
}
.flag_new {
position: absolute;
width: 80px;
height: 60px;
top: 0;
right: 0;
padding-top: 18px;
padding-right: 17px;
font-family: "Marcellus", sans-serif;
font-size: 1.5rem;
font-weight: bold;
line-height: 1;
letter-spacing: 1px;
text-align: right;
color: #c70019;
background-color: #f3f329;
border-radius: 0 0  0 100px;
}
.top_post_ttl {
margin-bottom: 5px;
font-family: "Marcellus","Kaisei Opti", sans-serif;
font-size: 2.2rem;
line-height: 1.2;
color: #c70019;
}
.top_news .top_post_ttl {
padding-right: 40px;
}
.top_post_date {
margin-bottom: 20px;
text-align: right;
line-height: 1;
letter-spacing: 1px;
}
.top_post_content {
}
.top_post_content .post_in {
line-height: inherit !important;
}
.top_fresh .top_post_content .post_in::after,
.top_today .top_post_content .post_in::after {
display: block;
margin-top: 1em;
padding: 20px;
color: #c70019;
background-color: #f1f1f1;
border-radius: 10px;
}
.top_fresh .top_post_content .post_in::after {
content: "※その日のいちばんおいしい素材で作っているため、日によって品揃えが異なります。お目当てのタルトがある場合はお電話で確認の上、ご来店ください。";
}
.top_today .top_post_content .post_in::after {
content: "※商品数には限りがあるため、お時間によっては売り切れの場合がございます。お目当てのタルトがある場合はお電話で確認の上、ご来店ください。";
}
.top_post_content .post_in p + p {
margin-top: 10px;
}
.top_post_content .post_in p + p.post_in_more {
width: fit-content;
margin: 1.5em auto 0;
line-height: 1;
color: #c70019;
border: 2px solid #c70019;
border-radius: 100px;
}
.post_in_more a {
display: block;
padding: 8px 20px;
text-decoration: none !important;
}
@media (max-width:1260px) {
	.top_post_ttl {
	font-size: 2.0rem;
	}
	.flag_new {
	width: 75px;
	height: 55px;
	padding-top: 15px;
	padding-right: 15px;
	}
}
@media (max-width:1023px) {
	.top_post_list {
	margin: -6px;
	}
	.top_post_list_li {
	width: calc(50% - 12px);
	margin: 6px;
	padding: 10px;
	border-radius: 10px;
	}
	.top_post_list_li.over .top_post_content::before {
	width: 90px;
	height: 45px;
	}
	.top_post_list_li.over .top_post_content::after {
	bottom: 13px;
	font-size: 1.3rem;
	letter-spacing: 1px;
	}
	.flag_new {
	width: 60px;
	height: 42px;
	padding-top: 12px;
	padding-right: 8px;
	font-size: 1.4rem;
	}
	.top_post_ttl {
	font-size: 1.8rem;
	}
	.top_news .top_post_ttl {
	padding-right: 30px;
	}
	.top_post_date {
	margin-bottom: 10px;
	font-size: 1.5rem;
	}
	.top_fresh .top_post_content .post_in::after,
	.top_today .top_post_content .post_in::after {
	padding: 15px;
	}
}
@media (min-width:768px) {
	/* hover */
	.post_in_more:hover {
	background-color: #c70019;
	transition: background-color .3s;
	}
	.post_in_more:hover a {
	color: #fff;
	opacity: 1 !important;
	}
	/* hover */
	.top_post_list_li:hover .top_post_list_img,
	.top_post_list_li:hover .top_post_ttl,
	.top_post_list_li:hover .top_post_date,
	.top_post_list_li:hover .post_in {
	opacity: .6;
	transition: .3s;
	}
}
@media (max-width:767px) {
	.top_post_list {
	display: block;
	margin: 0;
	}
	.top_post_list_li {
	width: 100%;
	margin: 0;
	padding: 10px;
	border-radius: 10px;
	}
	.top_post_list_li.over::before {
	height: 100px;
	}
	.top_post_list_li + .top_post_list_li {
	margin-top: 10px;
	}
	.top_post_list_li.over .top_post_content::before {
	width: 70px;
	height: 35px;
	}
	.top_post_list_li.over .top_post_content::after {
	bottom: 8px;
	}
	.top_post_list_box {
	padding: 5px;
	}
	.flag_new {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 30px;
	padding-top: 0;
	padding-right: 0;
	border-radius: 0 0 0 10px;
	}
	.top_post_ttl {
	font-size: 1.6rem;
	}
	.top_news .top_post_ttl {
	padding-right: 50px;
	}
	.top_post_date {
	margin-bottom: 10px;
	font-size: 1.4rem;
	}
}

/*-- スケジュール --*/
.top_schedule {
}
.top_schedule_box {
max-width: 650px;
margin: auto;
background-color: #f0f4f9;
padding: 40px;
border-radius: 15px;
}
.top_schedule .xo-event-calendar {
font-family: "Roboto", "Noto Sans JP", sans-serif;
}
.top_schedule .xo-event-calendar table {
color: #0b2251;
border-collapse: separate;
border-spacing: 2px 3px;
}
.top_schedule .xo-event-calendar table.xo-month {
background-color: transparent;
border-width: 0;
}
.top_schedule .xo-event-calendar table.xo-month td,
.top_schedule .xo-event-calendar table.xo-month th {
background-color: transparent;
border-width: 0 !important;
}
.top_schedule .xo-event-calendar table.xo-month caption {
font-size: 1.8rem;
}
.top_schedule .xo-event-calendar table.xo-month>thead th {
padding: 5px !important;
color: #0b2251;
}
.top_schedule .xo-event-calendar table.xo-month {
margin-bottom: 0;
}
.top_schedule .xo-event-calendar table.xo-month .month-dayname-space {
/*height: auto;*/
}
.top_schedule .xo-event-calendar table.xo-month .month-dayname td div {
/*height: 50px;*/
/*padding: 15px;*/
font-weight: normal;
text-align: center;
background-color: #fff;
}
.top_schedule .xo-event-calendar table.xo-month .month-event-space {
/*height: 50px;*/
}
.holiday-all {
background-color: #FDE2EB !important;
}
.top_schedule .xo-event-calendar p.holiday-title {
display: none;
margin-top: 10px;
text-align: center;
}
.top_schedule .xo-event-calendar table.xo-month .month-dayname td div.today {
position: relative;
font-weight: bold;
color: #0b2251;
}
.top_schedule .xo-event-calendar table.xo-month .month-dayname td div.today::before {
position: absolute;
content: "";
width: calc(100% - 5px);
height: 40px;
top: 0;
left: 1px;
border: 2px solid #0b2251;
}
.top_schedule .xo-event-calendar table.xo-month>thead th.saturday {
color: #4A90E2;
}
.top_schedule .xo-event-calendar table.xo-month>thead th.sunday {
color: #F0625D;
}
.top_schedule .xo-event-calendar table.xo-month .month-event-title {
text-align: center;
background-color: #F0625D !important;
}
.top_schedule .xo-event-calendar table.xo-month .month-dayname td div.other-month {
opacity: .3;
background-color: transparent !important;
}
.month-event-space {
}
@media (max-width:1260px) {
}
@media (max-width:1023px) {
	.top_schedule_box {
	padding: 30px;
	}
	.top_schedule .xo-event-calendar table.xo-month .month-dayname td div.today::before {
	height: 38px;
	}
}
@media (min-width:768px) {
}
@media (max-width:767px) {
	.top_schedule_box {
	padding: 20px;
	}
	.top_schedule .xo-event-calendar table.xo-month .month-dayname td div.today::before {
	height: 32px;
	}
}

/*-----------------------
 フッター
-----------------------*/
footer {
position: relative;
background-color: #0b2251;
}
.footer_wrap {
}
.footer_box {
display: flex;
height: 450px;
}
.footer_box_in1 {
display: flex;
align-items: center;
justify-content: center;
width: 50%;
height: 100%;
color: #fff;
}
.footer_box_in1_wrap {
width: fit-content;
padding: 20px 30px;
}
.footer_logo {
max-width: 300px;
margin-bottom: 20px;
}
.footer_address {
margin-bottom: 2px;
line-height: 1.4;
}
.footer_address span + span {
margin-left: 10px;
}
.footer_tel {
margin-bottom: 20px;
font-family: "Marcellus", sans-serif;
font-size: 2.2rem;
letter-spacing: 1px;
line-height: 1.4;
}
.footer_tel::before {
content: "Tel/Fax";
margin-right: 10px;
font-size: 1.4rem;
letter-spacing: 2px;
}
.footer_dl {
margin-bottom: 30px;
}
.footer_dl dl {
display: flex;
align-items: center;
line-height: 1.4;
}
.footer_dl dl + dl {
margin-top: 7px;
}
.footer_dl dt {
width: 90px;
padding: 6px 0;
font-size: 1.4rem;
text-align: center;
color: #0b2251;
background-color: #fff;
border-radius: 2px;
}
.footer_dl dd {
width: calc(100% - 90px);
padding-left: 15px;
font-size: 1.5rem;
}
.sns_list {
display: flex;
margin: 0 -10px 40px -10px;
}
.sns_list_li {
margin: 0 10px;
}
.sns_list_li a {
}
.sns_list_li img {
width: 30px;
height: 30px;
}
.copyright {
font-family: "Marcellus", sans-serif;
letter-spacing: 1px;
}
.footer_box_in2 {
width: 50%;
height: 100%;
}
.footer_map {
height: 100%;
}
.footer_map iframe {
display: block;
width: 100%;
height: 100%;
border-width: 0;
}
@media (max-width:1260px) {
	.footer_logo {
	max-width: 250px;
	}
}
@media (max-width:1023px) {
	footer {
	}
	.footer_logo {
	max-width: 200px;
	}
	.sns_list_li {
	margin: 0 8px;
	}
	.sns_list_li img {
	width: 25px;
	height: 25px;
	}
}
@media (min-width:768px) {
	/* hover */
	.footer_logo:hover,
	.sns_list_li a:hover {
	opacity: .5;
	transition: .3s;
	}
}
@media (max-width:767px) {
	footer {
	}
	.footer_box {
	display: block;
	height: auto;
	}
	.footer_box_in1 {
	width: 100%;
	}
	.footer_box_in1_wrap {
	padding: 40px 15px;
	}
	.footer_logo {
	margin: 0 auto 20px;
	}
	.footer_address {
	text-align: center;
	}
	.footer_address span {
	display: block;
	margin: 0;
	}
	.footer_tel {
	text-align: center;
	}
	.footer_dl {
	justify-content: center;
	margin: 0 auto 20px;
	}
	.footer_dl dl {
	justify-content: center;
	}
	.footer_dl dt {
	width: 70px;
	}
	.footer_dl dd {
	width: 120px;
	}
	.sns_list {
	margin-bottom: 20px;
	justify-content: center;
	}
	.copyright {
	text-align: center;
	}
	.footer_box_in2 {
	width: 100%;
	}
	.footer_map {
	height: 300px;
	}
}

/*-----------------------
 下層共通
-----------------------*/
/*-- 下層ヘッダー --*/
.low_header {
}
.low_header .head_logo,
.low_header .head_name_1 {
}
.low_header .head_name {
}
.low_header .head_name_2 {
}
@media (max-width:1260px) {
}
@media (max-width:1023px) {

}
@media (max-width:767px) {
}

/* ページタイトル */
.pagettl {
z-index: 1;
position: relative;
}
.pagettl_bg {
height: 210px;
margin-bottom: 15px;
background-image: url(./common/img/pagettl_bg.jpg);
background-repeat: no-repeat;
background-size: cover;
}
.breadcrumb {
display: flex;
align-items: center;
flex-wrap: wrap;
margin-left: 20px;
line-height: 1.4;
}
.breadcrumb span {
display: block;
}
.breadcrumb span > a,
.breadcrumb span > span {
display: block;
margin: 2px 10px;
}
.breadcrumb span > a {
}
.breadcrumb span > span {
}
.breadcrumb .current-item {
}
@media (max-width: 1260px) {
	.pagettl_bg {
	height: 160px;
	}
}
@media (max-width: 1023px) {
	.pagettl_bg {
	height: 140px;
	}
}
@media (min-width: 768px) {
	/* hover */
	.breadcrumb a:hover {
	opacity: .5;
	transition: .3s;
	}
}
@media (max-width: 767px) {
	.pagettl_bg {
	height: 50px;
	}
	.breadcrumb {
	margin-left: 10px;
	}
}

/*-- 大枠div --*/
.low {
position: relative;
}
.low_section {
padding: 100px 30px;
}
.low_wrap {
max-width: 1200px;
margin: auto;
}
.low_wrap>h1,
.low_wrap>h2,
.low_wrap>h3,
.low_wrap>h4,
.low_wrap>h5,
.low_wrap>h6,
.low_wrap>section,
.low_wrap>div,
.low_wrap>p,
.low_wrap>ul,
.low_wrap>ol,
.low_wrap>dl,
.low_wrap>table,
.low_wrap>a,
.low_wrap>img {
position: relative;
}
.low_parts + .low_parts {
margin-top: 50px;
}
@media (max-width:1080px) {
	.low_wrap {
	max-width: 964px;
	}
}
@media (max-width:1023px) {
	.low_wrap {
	max-width: 708px;
	}
	.low_section {
	padding: 60px 30px;
	}
}
@media (max-width:767px) {
	.low_wrap {
	max-width: 330px;
	}
	.low_section {
	padding: 50px 15px;
	}
	.low_parts + .low_parts {
	margin-top: 30px;
	}
}

/* 背景色 */
.bg01 {
position: relative;
}
.bg01::after {
z-index: -9;
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: #c70019;
}
.bg02 {
position: relative;
}
.bg02::after {
z-index: -9;
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
background:
radial-gradient(#c3c6cd 3px, transparent 4px),
radial-gradient(#c3c6cd 3px, transparent 4px),
linear-gradient(#fff 4px, transparent 0),
linear-gradient(45deg, transparent 74px, transparent 75px, #c3c6cd 75px, #c3c6cd 76px, transparent 77px, transparent 109px),
linear-gradient(-45deg, transparent 75px, transparent 76px, #c3c6cd 76px, #c3c6cd 77px, transparent 78px, transparent 109px),
#fff;
background-size: 109px 109px, 109px 109px, 100% 6px, 109px 109px, 109px 109px;
background-position:calc(50% + 54.5px) calc(50% + 54.5px),50% 50%,0 0,50% 50%,50% 50%;
}
.bg03 {
}
.bg03::after {
opacity: .4;
}
.bg04 {
position: relative;
}
.bg04::after {
z-index: -9;
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: #f1f1f1;
}
@media (max-width:767px) {
	.bg02::after {
	background:
	radial-gradient(#c3c6cd 2.1px, transparent 2.8px),
	radial-gradient(#c3c6cd 2.1px, transparent 2.8px),
	linear-gradient(#fff 2.8px, transparent 0),
	linear-gradient(45deg, transparent 52px, transparent 52.5px, #c3c6cd 52.5px, #c3c6cd 53.2px, transparent 53.9px, transparent 76.3px),
	linear-gradient(-45deg, transparent 52.5px, transparent 53.2px, #c3c6cd 53.2px, #c3c6cd 53.9px, transparent 54.6px, transparent 76.3px),
	#fff;
	background-size: 76.3px 76.3px, 76.3px 76.3px, 100% 4.2px, 76.3px 76.3px, 76.3px 76.3px;
	background-position: calc(50% + 38.15px) calc(50% + 38.15px), 50% 50%, 0 0, 50% 50%, 50% 50%;
	}
}

/*-------------------------
 汎用レイアウト
-------------------------*/
/*-- h3～h6タイトル --*/
.low_h2 {
position: relative;
width: fit-content;
margin: 0 auto 3em;
padding-bottom: 40px;
font-family: "Marcellus","Kaisei Opti", sans-serif;
text-align: center;
line-height: 1.4;
}
.low_h2::before {
position: absolute;
content: "";
width: calc(659px * .3);
height: calc(28px * .3);
left: 50%;
transform: translateX(-50%);
bottom: 0;
background-image: url(./common/img/h2_line.png);
background-repeat: no-repeat;
background-size: contain;
}
.low_h2_s1 {
display: block;
font-size: 3.4rem;
letter-spacing: 1px;
line-height: 1.4;
}
.low_h2_s2 {
display: block;
margin-bottom: 20px;
font-size: 2.8rem;
font-weight: 800;
letter-spacing: 1px;
color: #c70019;
text-transform: capitalize;
}
.low_h3 {
overflow: hidden;
z-index: 1;
position: relative;
margin-top: 3em;
margin-bottom: 1.5em;
padding: 20px 30px;
font-family: "Marcellus","Kaisei Opti", sans-serif;
font-size: 2.6rem;
line-height: 1.4;
color: #fff;
background-color: #c70019;
border-radius: 6px;
}
.low_h3::before {
opacity: .3;
z-index: -1;
position: absolute;
content: "";
width: 50%;
height: 100%;
top: 0;
right: 0;
background-color: #fff;
clip-path: polygon(50px 0%, 100% 0, 100% 100%, 0% 100%);
}
h3[class*="low_h2"] + h4[class*="low_h3"] {
margin-top: 0;
}
.low_h4 {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
max-width: 800px;
margin: 3em auto 1em;
font-family: "Marcellus","Kaisei Opti", sans-serif;
font-size: 2.2rem;
color: #c70019;
}
.low_h4::before,
.low_h4::after {
flex-grow: 1;
content: "";
height: 1px;
background-color: #c70019;
}
.low_h4::before {
margin-right: 1em;
}
.low_h4::after {
margin-left: 1em;
}
.bg01 .low_h4 {
}
.low_h4.point {
display: flex;
align-items: center;
padding: 0;
border-left-width: 0;
background-color: transparent;
border-width: 0;
}
.low_h4.point::before {
display: none;
}
.point_s1 {
display: flex;
align-items: center;
justify-content: center;
width: 150px;
padding: 15px 10px;
text-align: center;
letter-spacing: 1px;
line-height: 1.2;
color: #fff;
background-color: #c70019;
border: 3px solid;
border-radius: 100px;
}
.point_s2 {
display: block;
width: calc(100% - 150px);
padding-left: 20px;
line-height: 1.2;
border-radius: 100px 6px 6px 100px;
}
.bg01 .point_s2 {
color: #0b2251;
background-color: #d1c4ac;
}
h3[class*="low_h2"] + h5[class*="low_h4"],
h4[class*="low_h3"] + h5[class*="low_h4"] {
margin-top: 0;
}
.low_h5 {
width: fit-content;
margin-top: 2em;
margin-bottom: 1em;
padding-bottom: 5px;
font-size: 2.0rem;
color: #c70019;
border-bottom: 5px double #c70019;
}
.low_wrap > h4[class*="low_h3"]:first-child,
.low_wrap > h5[class*="low_h4"]:first-child,
.low_wrap > h6[class*="low_h5"]:first-child,
h3[class*="low_h2"] + h6[class*="low_h5"],
h4[class*="low_h3"] + h6[class*="low_h5"],
h5[class*="low_h4"] + h6[class*="low_h5"] {
margin-top: 0;
}
@media (min-width:768px) {
}
@media (max-width:1023px) {
}
@media (max-width:767px) {
	.low_h2 {
	padding-bottom: 25px;
	}
	.low_h2::before {
	width: calc(659px * .18);
	height: calc(28px * .18);
	}
	.low_h2_s1 {
	font-size: 2.6rem;
	}
	.low_h2_s2 {
	margin-bottom: 10px;
	font-size: 2.2rem;
	}
	.low_h3 {
	margin-top: 2em;
	padding: 10px 15px;
	font-size: 2.2rem;
	}
	.low_h3::before {
	}
	.low_h4 {
	margin-top: 2em;
	padding: 8px 14px;
	font-size: 1.8rem;
	border-left-width: 6px;
	}
	.point_s1 {
	width: 80px;
	font-size: 1.6rem;
	padding: 10px;
	border-radius: 6px;
	}
	.point_s2 {
	width: calc(100% - 80px);
	padding-left: 10px;
	}
	.low_h5 {
	margin-top: 2em;
	margin-bottom: 10px;
	font-size: 1.7rem;
	}
}

/*-- 画像 --*/
.low_img {
}
.low_img_m {
max-width: 900px;
margin-left: auto !important;
margin-right: auto !important;
}
.low_img img {
}
.low_logo {
}
.low_logo img {
max-width: 500px;
}
@media (min-width:768px) {
	.low_img {
	margin-right: 10px;
	margin-left: 10px;
	}
}
@media (max-width:767px) {
	.low_img  {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	}
	.low_img_m {
	max-width: 400px;
	}
	.low_logo img {
	max-width: 200px;
	}
}

/*-- テキスト --*/
.low_catch {
position: relative;
width: fit-content;
margin-left: auto;
margin-right: auto;
font-size: 1.8rem;
}
.low_read {
}
.low_read_1 {
font-size: 2.4rem;
font-weight: bold;
text-align: center;
line-height: 1.4;
}
.low_read_2 {
width: fit-content;
margin: auto;
font-size: 1.8rem;
line-height: 2;
}
.low_txt_l,
.low_txt_m,
.low_txt_s {
}
.low_txt_l {
font-size: 1.8rem;
}
.low_txt_m {
}
.low_txt_s {
font-size: 1.4rem;
}
.low_read p + p,
div[class*="low_txt_"] p + p {
margin-top: 1em;
}
.low_txt_m p + ul,
.low_txt_m ul + p {
margin-top: 1em;
}
@media (min-width:768px) {
	.low_txt_l01 {
	letter-spacing: 1px;
	}
	/*--div[class*="low_txt_"],
	.low_read {
	margin-right: 10px;
	margin-left: 10px;
	}--*/
	.low_txt_l {
	font-size: 1.8rem;
	}
}
@media (max-width:1023px) {
	.low_catch {
	font-size: 1.8rem;
	}
	.low_read_2 {
	line-height: inherit;
	}
}
@media (max-width:767px) {
	.low_catch {
	font-size: 1.7rem;
	}
	.low_read_1 {
	font-size: 1.7rem;
	}
	.low_read_2 {
	font-size: inherit;
	}
	.low_txt_l {
	font-size: 1.6rem;
	}
	.low_txt_s {
	font-size: 1.3rem;
	}
	.low_read p + p,
	div[class*="low_txt_"] p + p {
	margin-top: 0.5em;
	}
}

/*-- テキストリンク --*/
.txt_link {
text-decoration: underline;
}
@media (min-width:768px) {
	/* hover */
	.txt_link:hover {
	color: #02a14d;
	transition: .5s;
	}
}

/*-- レイアウト01（色背景） --*/
.lay01 {
padding: 30px;
background-color: #f1f1f1;
border-radius: 0;
}
.bg01 .lay01 {
background-color: #fff;
}
.lay01.bd {
background-color: transparent;
border: 1px solid #aaa;
}
.lay01_ttl {
margin-bottom: 30px;
font-size: 2.2rem;
font-weight: bold;
text-align: center;
line-height: 1.4;
}
.lay01_txt {
}
.lay01 p + p {
margin-top: 1em;
}
@media (max-width:767px) {
	.lay01 {
	padding: 20px;
	}
	.lay01_ttl {
	margin-bottom: 10px;
	font-size: 1.7rem;
	}
	.lay01 p + p {
	margin-top: 0.5em;
	}
}

/*-- レイアウト02（画像＋説明文1） --*/
.lay02 {
overflow: hidden;
display: flex;
align-items: center;
height: 100%;
}
.bg01 .lay02 {
background-color: #fff;
}
.lay02:nth-of-type(even) {
}
.lay02:nth-of-type(odd) {
flex-direction: row-reverse;
}
.lay02_box_ttl {
margin-bottom: 1em;
padding-bottom: 5px;
font-family: "Marcellus","Kaisei Opti", sans-serif;
font-size: 2.2rem;
color: #c70019;
border-bottom: 3px double #c70019;
}
.lay02_img {
width: 400px;
height: 100%;
}
.lay02_img img {
object-fit: cover;
width: 100%;
min-height: 350px;
height: 100%;
}
.lay02_box {
position: relative;
width: calc(100% - 400px);
height: 100%;
}
.lay02:nth-of-type(even) .lay02_box {
padding-left: 50px;
}
.lay02:nth-of-type(odd) .lay02_box {
padding-right: 50px;
}
.lay02_box .low_h4 {
margin-top: 0 !important;
padding: 10px 20px;
font-size: 2.0rem;
}
.lay02_txt {
}
.lay02_txt p + p {
margin-top: 1em;
}
.lay02 .linkbtn {
min-width: 250px;
margin-top: 1em;
text-align: right;
}
.lay02 .linkbtn a {
min-width: inherit;
text-align: center;
text-decoration: none !important;
}
@media (max-width:1260px) {
}
@media (min-width:1024px) {
	.lay02_txt {
	line-height: 1.8;
	}
}
@media (max-width:1023px) {
	.lay02 {
	background-color: transparent;
	}
	.lay02_img {
	width: 350px;
	margin: auto;
	}
	.lay02_box {
	width: calc(100% - 350px);
	}
	.lay02_box_ttl {
	font-size: 1.8rem;
	}
}
@media (max-width:767px) {
	.lay02 {
	display: block;
	max-width: 400px;
	margin: auto;
	background-color: transparent;
	border-width: 1px;
	}
	.lay02_img {
	width: 100%;
	}
	.lay02_img img {
	aspect-ratio: 3 / 2;
	min-height: 100%;
	}
	.lay02_box {
	width: 100%;
	padding: 20px;
	}
	.lay02_box::before {
	width: calc(100% - 14px);
	height: calc(100% - 14px);
	}
	.lay02_box_ttl {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	}
	.lay02 .linkbtn {
	min-width: 200px;
	text-align: center;
	}
}

/*-- レイアウト02（画像＋説明文1） --*/
.lay03 {
overflow: hidden;
padding: 30px;
background-color: #fff;
border: 2px solid #c70019;
border-radius: 10px;
}
.lay03 .low_h4 {
border-bottom-width: 0;
}
.lay03 .low_h4:first-of-type {
margin-top: 0 !important;
}
div[class*="lay03_box"] + div[class*="lay03_box"] {
margin-top: 40px;
}
.lay03_box1,
.lay03_box2 {
display: flex;
align-items: flex-start;
}
.lay03_box2 {
flex-direction: row-reverse;
}
.lay03_box1 .lay03_txt,
.lay03_box2 .lay03_txt {
width: calc(100% - 400px);
}
.lay03_box1 .lay03_txt {
padding-right: 30px;
}
.lay03_box2 .lay03_txt {
padding-left: 30px;
}
.lay03_txt p + p {
margin-top: 1em;
}
.lay03_box1 .lay03_img,
.lay03_box2 .lay03_img {
width: 400px;
}
.lay03_box3 {
}
.lay03_box3 .lay03_txt {
margin-bottom: 20px;
}
.lay03_img img {
}
@media (max-width:1023px) {
	.lay03_box1,
	.lay03_box2 {
	display: block;
	}
	.lay03_box1 .lay03_txt,
	.lay03_box2 .lay03_txt {
	width: 100%;
	margin-bottom: 20px;
	}
	.lay03_box1 .lay03_txt {
	padding-right: 0;
	}
	.lay03_box2 .lay03_txt {
	padding-left: 0;
	}
	.lay03_box1 .lay03_img,
	.lay03_box2 .lay03_img {
	width: 100%;
	}
}
@media (max-width:767px) {
	.lay03 {
	padding: 20px;
	border-width: 1px;
	}
}

/*-- faq --*/
.faq {
}
.faq_list {
}
.faq_list li {
overflow: hidden;
margin-bottom: 15px;
border: 1px solid #252525;
border-radius: 0;
}
.faq_q {
cursor: pointer;
position: relative;
padding: 30px 75px 30px 75px;
font-weight: bold;
background-color: #fff;
}
.faq_a {
position: relative;
padding: 30px 30px 30px 75px;
background-color: #f8f5ec;
}
.faq_q::before,
.faq_a::before {
position: absolute;
content: "";
top: 50%;
transform: translateY(-50%);
left: 30px;
font-size: 2.6rem;
font-weight: bold;
line-height: 1;
}
.faq_q::before {
content: "Q.";
}
.faq_a::before {
content: "A.";
}
.faq_q::after {
z-index: 1;
position: absolute;
content: "";
width: calc(20px);
height: calc(20px);
top: 50%;
transform: translateY(-50%);
right: 20px;
background-image: url(./common/img/faq_toggle_open@2x.png);
background-repeat: no-repeat;
background-size: contain;
}
.faq_q.open::after {
z-index: 1;
position: absolute;
content: "";
width: calc(24px);
height: calc(4px);
top: 50%;
transform: translateY(-50%);
right: 20px;
background-image: url(./common/img/faq_toggle_close@2x.png);
background-repeat: no-repeat;
background-size: contain;
}
@media (max-width:1260px) {
}
@media (max-width:1023px) {
	.faq_list {
	max-width: 767px;
	margin: auto;
	}
	.faq_list li {
	margin-bottom: 10px;
	}
	.faq_q {
	padding: 20px 55px 20px 65px;
	}
	.faq_a {
	padding: 20px 20px 20px 65px;
	}
	.faq_q::before,
	.faq_a::before {
	left: 20px;
	}
}
@media (min-width:768px) {
	/* hover */
	.faq_q:hover {
	background-color: #f0f0ea;
	transition: .5s;
	}
	.faq_q:hover::after {
	filter: brightness(0) invert(1);
	}
	.top_faq_more a:hover {
	opacity: .5;
	transition: .5s;
	}
}
@media (max-width:767px) {
	.faq_list li {
	margin-bottom: 6px;
	border-width: 2px;
	border-radius: 10px;
	}
	.faq_q {
	padding: 15px 35px 15px 50px;
	}
	.faq_a {
	padding: 15px 15px 15px 50px;
	}
	.faq_q::before,
	.faq_a::before {
	left: 15px;
	font-size: 2.0rem;
	}
	.faq_q::after {
	width: calc(20px * .6);
	height: calc(20px * .6);
	right: 10px;
	}
	.faq_q.open::after {
	width: calc(20px * .6);
	height: calc(20px * .6);
	right: 10px;
	}
}

/*-- テーブル --*/
.tbl1 {
}
.tbl1 table {
table-layout: auto;
}
.fixed {
table-layout: fixed;
}
.tbl100 {
width: 100%;
}
.tbl_scr {
overflow-y: hidden !important;
overflow-x: hidden !important;
}
.tbl1 th,
.tbl1 td {
padding: 15px 20px;
line-height: 1.4;
background-color: #fff;
border: 1px solid #aaa;
}
.tbl1 th {
width: 250px;
font-weight: bold;
background-color: #f3f3f3;
}
.tbl1 td {
width: calc(100% - 250px);
}
.tbl1 p + p,
.tbl1 p + ul,
.tbl1 ul + p,
.tbl1 ul + ul {
margin-top: 1em;
}
.tbl1 .list01 {
margin-left: 0;
margin-right: 0;
}
.tbl1 a.link {
display: block;
width: fit-content;
margin-top: 5px;
padding: 6px 12px;
font-size: 1.3rem;
font-weight: bold;
text-decoration: none !important;
line-height: 1;
border: 2px solid #aaa;
border-radius: 4px;
}
.tbl1 a.link::after {
position: relative;
display: inline-block;
vertical-align: middle;
content: "";
width: 4px;
height: 4px;
top: -2px;
margin-left: 3px;
border-style: solid;
border-color: #aaa;
border-width: 2px 2px 0 0;
transform: rotate(45deg);
}
@media (max-width:1023px) {
	.tbl1 {
	table-layout: fixed;
	}
	.tbl_scr {
	overflow-x: auto !important;
	}
	.tbl_scr::-webkit-scrollbar {
	width: 10px;
	height: 8px;
	background: #eee;
	}
	.tbl_scr::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 10px;
	}
	.tbl_scr .tbl1 {
	width: 1024px;
	}
}
@media (min-width:768px) {
	/* hover */
	.tbl1 a:hover {
	background-color: #f0f0ea;
	transition: .5s;
	}
}
@media (max-width:767px) {
	.tbl1 th,
	.tbl1 td {
	padding: 10px;
	}
	.tbl1 th {
	width: 100px;
	}
	.tbl1 td {
	width: calc(100% - 100px);
	}
	.tbl_scr .tbl1 {
	width: 767px;
	}
	.tbl1.sp_tbl {
	}
	.tbl1.sp_tbl tr,
	.tbl1.sp_tbl th,
	.tbl1.sp_tbl td {
	display: block;
	width: 100% !important;
	}
	.tbl1.sp_tbl tr {
	margin-bottom: 10px;
	}
	.tbl1.sp_tbl th + td,
	.tbl1.sp_tbl td + td {
	border-top: 0;
	}
	.tbl1 a.link {
	font-size: 1.4rem;
	}
}

/*-- 2カラムtable --*/
.tbl_col2 {
}
@media (max-width:1023px) {
	.tbl_col2 .col2_in {
	width: 100%;
	margin-bottom: 10px;
	}
}

/*-- 定義リスト --*/
.dl1 {
}
.dl1 dl {
border-bottom: 1px solid;
}
.dl1 dt {
position: relative;
padding: 20px;
font-weight: bold;
}
.dl1 dd {
padding: 20px;
}
@media (min-width:768px) {
	.dl1 dl {
	display: flex;
	}
	.dl1 dt {
	width: 250px;
	}
	.dl1 dd {
	width: calc(100% - 250px);
	}
}
@media (max-width:767px) {
	.dl1 dl {
	position: relative;
	border-bottom: 1px solid #aaa;
	}
	.dl1 dt {
	border-bottom-width: 0;
	padding: 15px 10px 0 10px;
	}
	.dl1 dd {
	border-bottom-width: 0;
	padding: 5px 10px 15px 10px;
	}
}

/*-- フロー --*/
.flow {
}
.flow_list {
}
.flow_list li {
position: relative;
margin-bottom: 40px;
padding: 30px;
background-color: #f5f5f5;
border: 2px solid #252525;
border-radius: 0;
}
.bg01 .flow_list li {
background-color: #fff;
}
.flow_list li:not(:last-of-type)::after {
position: absolute;
content: "";
width: 30px;
height: 20px;
bottom: -30px;
right: 0;
left: 0;
margin: auto;
background-color: #222;
clip-path: polygon(100% 0, 0 0, 50% 100%);
-webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.flow_txt1 {
margin-bottom: .5em;
font-size: 1.8rem;
font-weight: bold;
text-align: center;
}
.flow_txt2 {
width: fit-content;
margin-left: auto;
margin-right: auto;
}
@media (max-width:1023px) {
	.flow_list li {
	border-width: 1px;
	}
	.flow_txt1 {
	font-size: 1.8rem;
	}
}
@media (max-width:767px) {
	.flow_list li {
	margin-bottom: 35px;
	padding: 15px;
	}
	.flow_list li:not(:last-of-type)::after {
	width: 30px;
	height: 20px;
	bottom: -28px;
	}
	.flow_txt1 {
	font-size: 1.8rem;
	}
}

/*-- ダウンロード --*/
.download {
}
.download li {
font-weight: bold;
}
.download li + li {
margin-top: 10px;
}
.download a {
position: relative;
display: block;
padding: 15px 80px 15px 15px;
text-decoration: none !important;
background-color: #f0f0ea;
border-left: 15px solid #ccc;
border-radius: 4px;
}
.bg01 .download a {
background-color: #d1c4ac;
border-color: #888;
}
.download a::before {
position: absolute;
content: "";
width: 28px;
height: 28px;
top: 50%;
transform: translateY(-50%);
right: 30px;
background-image: url(./common/img/ico_download.png);
background-repeat: no-repeat;
background-size: contain;
}
@media (max-width:1023px) {
}
@media (min-width:768px) {
	/* hover */
	.download a:hover {
	color: #fff;
	background-color: #02a14d;
	border-color: #02a14d;
	transition: .5s;
	}
	.download a:hover::before {
	filter: brightness(0) invert(1);
	transition: .5s;
	}
}
@media (max-width:767px) {
	.download li + li {
	margin-top: 8px;
	}
	.download a {
	padding: 10px 50px 10px 10px;
	border-left-width: 10px;
	border-radius: 4px;
	}
	.download a::before {
	width: 20px;
	height: 20px;
	right: 20px;
	}
}

/*-- 多列カラム --*/
.col2,
.col3,
.col4,
.col5,
.col6 {
display: flex;
flex-wrap: wrap;
margin: -12px;
}
.col2_in,
.col3_in,
.col4_in,
.col5_in,
.col6_in {
width: calc(50% - 24px);
margin: 12px;
}
.col_ttl {
font-size: 1.8rem;
font-weight: bold;
text-align: center;
}
.col_txt {
}
.col_img img {
object-fit: cover;
aspect-ratio: 1 / 1;
width: 100%;
height: 100%;
border-radius: 10px;
}
.col_ttl + .col_txt,
.col_img + .col_txt,
.col_txt + .col_ttl,
.col_img + .col_ttl,
.col_ttl + .col_img,
.col_txt + .col_img {
margin-top: 10px;
}
@media (min-width:1024px) {
	.col3_in {
	width: calc(33.3333% - 24px);
	}
	.col4_in {
	width: calc(25% - 24px);
	}
	.col5_in {
	width: calc(20% - 24px);
	}
	.col6_in {
	width: calc(16.6666666667% - 24px);
	}
}
@media (max-width:1023px) {
}
@media (max-width:767px) {
	.col2,
	.col3,
	.col4,
	.col5,
	.col6 {
	margin: -5px;
	}
	.col2_in,
	.col3_in,
	.col4_in,
	.col5_in,
	.col6_in {
	width: calc(50% - 10px);
	margin: 5px;
	}
	.col2.sp_col1,
	.col3.sp_col1,
	.col4.sp_col1,
	.col5.sp_col1,
	.col6.sp_col1 {
	display: block;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	}
	.sp_col1 .col2_in,
	.sp_col1 .col3_in,
	.sp_col1 .col4_in,
	.sp_col1 .col5_in,
	.sp_col1 .col6_in {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 30px;
	}
	.col_ttl {
	font-size: 1.6rem;
	}
	.col_ttl + .col_txt,
	.col_img + .col_txt,
	.col_txt + .col_ttl,
	.col_img + .col_ttl,
	.col_ttl + .col_img,
	.col_txt + .col_img {
	margin-top: 5px;
	}
}

/*-- 3カラムリンクバナー --*/
.linkbnr {
}
.linkbnr .col3_in {
overflow: hidden;
position: relative;
background-color: #f0f0ea;
border-radius: 8px;
}
.bg01 .linkbnr .col3_in {
background-color: #d1c4ac;
}
.linkbnr .col3_in a {
z-index: 1;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.linkbnr_box {
padding: 20px;
}
.linkbnr .col_ttl {
text-align: left;
}
.linkbnr .col_txt {
}
.linkbnr {
}
.linkbnr {
}
@media (min-width:768px) {
	/* hover */
	.linkbnr .col3_in:hover {
	opacity: .5;
	transition: .5s;
	}
}
@media (max-width:767px) {
	.linkbnr_box {
	padding: 15px;
	}
}

/*-- リスト --*/
.list01_li {
margin: 4px 0;
padding-left: 1em;
text-indent: -1em;
}
.list01_li + .list01_li {
}
.list02_li + .list01_li {
margin-top: 1em;
}
.list02 {
}
.list02_li {
position: relative;
padding-left: 28px;
}
.list02_li::before {
position: absolute;
content: "";
width: 7px;
height: 2px;
top: 12px;
left: 10px;
background-color: #222;
}
.list03 {
}
.list03_li {
position: relative;
padding: 12px 10px 12px 35px;
border-bottom: 1px dashed #aaa;
}
.list03_li::before {
position: absolute;
content: "";
width: 6px;
height: 6px;
top: 50%;
transform: translateY(-50%);
left: 12px;
background-color: #f5f5f5;
border: 2px solid #222;
border-radius: 50%;
}
.list04 {
}
.list04_ul {
counter-reset: listnum;
}
.list04_li::before {
counter-increment: listnum;
content: counter(listnum)".";
width: inherit !important;
height: inherit !important;
top: inherit;
transform: inherit;
font-weight: 500;
color: #222;
background-color: inherit;
border-width: 0;
}
.list04_li::marker {
}
@media (min-width:768px) {
	.list01,
	.list02,
	.list03,
	.list04 {
	margin-left: 10px;
	margin-right: 10px;
	}
	.list04_li {
	font-size: 1.8rem;
	}
}
@media (max-width:767px) {
	.list02_li {
	padding-left: 22px;
	}
	.list02_li + li {
	margin-top: 0.7em;
	}
	.list02_li::before {
	width: 5px;
	height: 2px;
	top: 10px;
	}
	.list03_li {
	padding: 10px 5px 10px 28px;
	}
	.list03_li::before {
	width: 6px;
	height: 6px;
	left: 10px;
	}
}

/*-- GoogleMap埋め込み --*/
.gmap {
}
.gmap iframe {
display: block;
width: 100%;
height: 600px;
border-width: 0 !important;
}
@media (max-width:767px) {
	.gmap iframe {
	height: 400px;
	}
}

/*-- リンクボタン --*/
.linkbtn {
font-family: "Marcellus","Kaisei Opti", sans-serif;
font-weight: bold;
text-align: center;
}
.linkbtn a {
position: relative;
display: inline-block;
min-width: 250px;
margin-left: auto;
margin-right: auto;
padding: 15px 50px 15px 30px;
text-decoration: none !important;
letter-spacing: 1px;
color: #fff;
background-color: #c70019;
border: 3px solid #c70019;
border-radius: 100px;
/*box-shadow: 0 0 10px rgba(0,0,0,.2);*/
}
.linkbtn a::after {
position: absolute;
content: "";
width: 6px;
height: 6px;
top: 50%;
transform: translateY(-50%);
right: 25px;
margin-top: -4px;
border-style: solid;
border-color: #fff;
border-width: 2px 2px 0 0;
transform: rotate(45deg);
}
.linkbtn_list {
display: flex;
flex-wrap: wrap;
margin: 0 -10px -20px -10px;
}
.linkbtn_list li {
margin: 0 10px 20px 10px;
width: calc(50% - 20px);
}
.linkbtn_list_3col li {
width: calc(33.3333% - 20px);
}
.linkbtn_list_4col li {
width: calc(25% - 20px);
}
.linkbtn_list a {
display: flex;
align-items: center;
justify-content: center;
min-width: 100%;
text-align: left;
}
.linkbtn .linkbtn_list a {
min-width: 100%;
}
@media (max-width:1023px) {
	.linkbtn_list {
	margin: 0 -5px -10px -5px;
	}
	.linkbtn_list li {
	width: calc(50% - 10px) !important;
	margin: 0 5px 10px 5px;
	}
}
@media (min-width:768px) {
	/* hover */
	.linkbtn a:hover {
	color: #c70019;
	background-color: #fff;
	transition: background-color .3s;
	}
	.linkbtn a:hover {
	/*color: #fff;*/
	}
	.linkbtn a:hover::after {
	right: 10px;
	border-color: #c70019;
	transition: .3s;
	}
}
@media (max-width:767px) {
	.linkbtn a {
	min-width: 200px;
	padding: 10px 30px 10px 20px;
	}
	.linkbtn a::after {
	width: 4px;
	height: 4px;
	right: 15px;
	}
	.linkbtn_list {
	margin: 0 -3px -6px -3px;
	}
	.linkbtn_list li {
	width: calc(50% - 6px) !important;
	margin: 0 3px 6px 3px;
	}
	.linkbtn_list a {
	min-width: auto;
	}
}

/*-----------------------
 ブログ
-----------------------*/
.blog {
padding: 100px 30px;
}
.blog_wrap {
display: flex;
align-items: flex-start;
max-width: 1400px;
margin: auto;
}
.blog_main_col {
width: calc(100% - 300px);
padding-right: 80px;
}
/*-- サイドメニュー --*/
.blog_side_col {
width: 300px;
}
.blog_side_col_in {
margin-bottom: 80px;
}
.blog_side_col_in:last-child {
margin-bottom: 0;
}
.blog_side_col_ttl {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
font-family: "Marcellus","Kaisei Opti", sans-serif;
font-weight: bold;
letter-spacing: 1px;
padding: 15px 20px;
color: #fff;
background-color: #c70019;
border-radius: 6px;
}
.blog_side_col_ttl span:nth-of-type(1) {
}
.blog_side_col_ttl span:nth-of-type(2) {
font-size: 1.2rem;
font-weight: 500;
}
.blog_side_col_list {
font-size: 1.3rem;
}
.blog_side_col_list_li {
position: relative;
padding: 8px;
font-size: 1.4rem;
border-bottom: 1px solid #ccc;
}
.blog_side_col_list_li:last-of-type {
margin-bottom: 0;
}
.blog_side_col ul li dl {
}
.blog_side_col ul li dt {
}
.blog_side_col ul li dd {
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
text-overflow: ellipsis;
}
/*-- 共通 --*/
.post_category {
display: flex;
flex-wrap: wrap;
flex-wrap: wrap;
justify-content: flex-end;
margin-right: -2px;
margin-bottom: 5px;
}
.post_category li {
margin: 2px;
padding: 7px 8px;
font-size: 1.3rem;
text-align: center;
line-height: 1;
background-color: #f0f0ea;
border-radius: 3px;
}
.post_date {
font-size: 1.5rem;
text-align: right;
line-height: 1;
letter-spacing: 1px;
}
/*-- アーカイブ --*/
.blog_archives {
}
.blog_list {
display: flex;
flex-wrap: wrap;
margin: -12px;
}
.blog_list_li {
overflow: hidden;
position: relative;
width: calc(33.3333% - 24px);
height: 420px;
margin: 12px;
background-color: #fff;
border-radius: 4px;
box-shadow: 0 0 14px rgba(0, 0, 0, .2);
}
.blog_list_li>a {
z-index: 1;
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.blog_list_box {
display: flex;
flex-direction: column-reverse;
}
.blog_list_box_in1 {
padding: 15px;
line-height: 1.4;
}
.blog_list_ttl {
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
text-overflow: ellipsis;
height: 44px;
margin-bottom: 10px;
font-family: "Marcellus","Kaisei Opti", sans-serif;
font-size: 1.8rem;
line-height: 1.2;
color: #c70019;
}
.post_date {
margin-bottom: 10px;
font-size: 1.4rem;
}
.blog_list_txt {
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
text-overflow: ellipsis;
font-size: 90%;
}
.blog_list_box_in2 {
}
.blog_list_box_in2 img {
object-fit: cover;
max-width: inherit !important;
aspect-ratio: 4 / 3;
width: 100%;
height: 100%;
}
/*-- ページャー --*/
.wp-pagenavi {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
margin-top: 50px;
line-height: 1;
}
.wp-pagenavi .pages {
margin-right: 10px;
}
.wp-pagenavi .page,
.wp-pagenavi .current {
width: 30px;
height: 30px;
margin: 2px;
display: flex;
align-items: center;
justify-content: center;
background-color: #eee;
border-radius: 100%;
}
.wp-pagenavi .current {
font-weight: bold;
color: #fff;
background-color: #c70019;
border: 1px solid #c70019;
}
.wp-pagenavi .nextpostslink {
margin-left: 10px;
font-size: 2.0rem;
}
/*-- シングルページ --*/
.blog_single_box {
margin-bottom: 3em;
padding: 30px 30px 60px 30px;
background-color: #fff;
border-radius: 10px;
box-shadow: 0 0 14px rgba(0, 0, 0, .2);
}
.blog_single .post_date {
margin-bottom: 10px;
font-size: 1.8rem;
}
.blog_single_title {
margin: 0 auto 30px;
font-family: "Marcellus","Kaisei Opti", sans-serif;
font-size: 2.4rem;
}
.post_in {
line-height: 2;
}
.post_in h1 {
margin-top: 0;
margin-bottom: 1em;
padding: 15px 15px;
font-size: 120%;
background-color: #f0f0ea;
border-radius: 4px;
}
.post_in h2 {
margin-top: 0;
margin-bottom: 1em;
padding-bottom: 4px;
font-size: 115%;
border-bottom: 2px solid #252525;
}
.post_in h3 {
width: fit-content;
margin-top: 0;
margin-bottom: 1em;
padding-bottom: 2px;
font-size: 110%;
border-bottom: 1px solid #252525;
}
.post_in h4 {
margin-bottom: .5em;
}
.post_in h5 {
margin-bottom: .5em;
}
.post_in h6 {
margin-bottom: .5em;
}
.post_in img {
width: 100%;
max-width: 800px;
margin: 2em auto 2em;
border-radius: 10px;
}
.post_in p a {
text-decoration: underline;
}
.post_in ul,
.post_in ol {
margin-top: 1em;
margin-bottom: 1em;
margin-left: 1.5em;
}
.post_in ul {
list-style: disc;
}
.post_in ol {
list-style: decimal;
}
.post_dl_btn {
}
.post_dl_btn a {
}
/*-- singleページャー --*/
.single_pager {
z-index: 1;
display: flex;
display: box;
align-items: center;
position: relative;
}
.single_pager li {
position: relative;
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
text-overflow: ellipsis;
width: 33.3333%;
}
.single_pager_prev,
.single_pager_next {
width: calc((100% - 150px)/2);
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
text-overflow: ellipsis;
}
.single_pager li a {
padding: 0 15px;
}
.single_pager_prev a,
.single_pager_next a {
display: block;
width: fit-content;
}
.single_pager_next a {
margin-left: auto;
}
.single_pager_prev::before,
.single_pager_next::before {
position: absolute;
content: "";
width: 5px;
height: 5px;
top: 9px;
transform: rotate(45deg);
}
.single_pager_prev::before {
left: 1px;
border-bottom: 2px solid #252525;
border-left: 2px solid #252525;
}
.single_pager_next::before {
right: 1px;
border-top: 2px solid #252525;
border-right: 2px solid #252525;
}
.single_pager_return {
width: 150px;
text-align: center;
}
@media (max-width:1460px) {
	.blog_wrap {
	max-width: 964px;
	}
	.blog_main_col {
	width: calc(100% - 250px);
	padding-right: 40px;
	}
	.blog_list_li {
	width: calc(50% - 24px);
	}
	.blog_side_col {
	width: 250px;
	}
}
@media (max-width:1260px) {
	.blog_single .post_date {
	font-size: inherit;
	}
	.blog_single_title {
	font-size: 2.4rem;
	}
}
@media (max-width:1023px) {
	.blog {
	padding: 60px 30px;
	}
	.blog_wrap {
	display: block;
	max-width: 660px;
	}
	.blog_side_col {
	width: 100%;
	}
	.blog_side_col_in {
	margin-bottom: 40px;
	}
	.blog_side_col_ttl {
	margin-bottom: 10px;
	}
	.blog_main_col {
	width: 100%;
	margin: 0 auto 60px;
	padding-right: 0;
	}
	.blog_list {
	margin: -6px;
	}
	.blog_list_li {
	width: calc(50% - 12px);
	margin: 6px;
	}
	.wp-pagenavi {
	margin-top: 30px;
	}
	.post_category li {
	padding: 4px 5px;
	}
	.post_in {
	line-height: inherit;
	}
}
@media (min-width:768px) {
	/*-- hover */
	.post_in p a:hover,
	.blog_side_col_list_li a:hover {
	opacity: .5;
	transition: .5s;
	}
	.blog_list_li:hover {
	opacity: .6;
	transition: .5s;
	}
	.wp-pagenavi .page:hover {
	font-weight: bold;
	color: #fff;
	background-color: #c70019;
	transition: .5s;
	}
	.single_pager li:hover {
	opacity: .5;
	transition: .5s;
	}
}
@media (max-width:767px) {
	.blog {
	padding: 50px 15px;
	}
	.blog_wrap {
	max-width: 330px;
	}
	.blog_main_col {
	margin-bottom: 50px;
	}
	.blog_side_col_in {
	margin-bottom: 30px;
	}
	.blog_side_col_ttl {
	padding: 10px 15px;
	}
	.blog_side_col_list_li {
	padding: 5px;
	}
	.post_date {
	margin-bottom: 10px;
	}
	.blog_list {
	margin: -6px;
	}
	.blog_list_li {
	width: calc(50% - 12px);
	height: 260px;
	margin: 6px;
	border-width: 1px;
	}
	.blog_list_box {
	}
	.blog_list_box_in1 {
	padding: 8px;
	}
	.blog_list_box_in2 {
	}
	.post_date {
	margin-bottom: 5px;
	font-size: 1.2rem;
	}
	.blog_list_ttl {
	height: 29px;
	font-size: inherit;
	}
	.blog_list_txt {
	-webkit-line-clamp: 4;
	font-size: 1.3rem;
	line-height: 1.3;
	}
	.blog_single_box {
	padding: 20px;
	}
	.blog_single_title {
	font-size: 2.0rem;
	}
	.post_in {
	}
	.single_pager {
	display: block;
	}
	.blog_single_title {
	margin-bottom: 1em;
	}
	.single_pager {
	display: block;
	}
	.single_pager li {
	width: 100%;
	}
	.single_pager_prev,
	.single_pager_return {
	margin-bottom: 8px;
	}
	.single_pager li a {
	padding: 0 10px;
	font-size: 1.5rem;
	}
	.single_pager_prev::before,
	.single_pager_next::before {
	width: 4px;
	height: 4px;
	top: 8px;
	border-width: 1px !important;
	}
}

/*-----------------------
 ARIADのタルトについて
-----------------------*/
.about_page {
}
.about_msg {
max-width: 850px;
margin: 0 auto 60px;
font-size: 1.8rem;
line-height: 2;
}
.about_msg_txt {
width: fit-content;
margin-left: auto;
margin-right: auto;
}
.about_msg_ul {
width: fit-content;
margin: 10px auto;
}
.about_msg_ul_li {
position: relative;
margin: 8px 0;
padding-left: 30px;
font-family: "Marcellus","Kaisei Opti", sans-serif;
font-size: 2.4rem;
font-weight: 500;
line-height: 1.4;
}
.about_msg_ul_li::before {
position: absolute;
content: "";
width: 20px;
height: 20px;
top: 50%;
transform: translateY(-50%);
left: 0;
background-image: url(./common/img/ico_flower.png);
background-repeat: no-repeat;
background-size: contain;
}
.about_msg_ul_li_s {
background: linear-gradient(transparent 80%, #fce5fa 20%);
}
.about_note {
position: relative;
max-width: 800px;
margin-left: auto;
margin-right: auto;
padding: 30px 60px;
background-color: #fffde3;
border-radius: 20px;
border: 3px solid #c70019;
}
.about_note_ttl {
width: fit-content;
min-width: 200px;
margin: 0 auto 30px;
padding: 5px 30px;
font-family: "Marcellus", sans-serif;
font-size: 2.0rem;
text-align: center;
letter-spacing: 1px;
color: #fff;
background-color: #c70019;
border-radius: 100px;
}
.about_note_txt {
position: relative;
width: fit-content;
margin-bottom: 30px;
margin-left: auto;
margin-right: auto;
padding-left: 100px;
font-family: "Marcellus","Kaisei Opti", sans-serif;
font-size: 2.0rem;
font-weight: bold;
line-height: 1.8;
}
.about_note_txt::before {
position: absolute;
content: "";
width: calc(351px * .25);
height: calc(268px * .25);
top: 50%;
transform: translateY(-50%);
left: 0;
background-image: url(./common/img/about/about_note_ico.png);
background-repeat: no-repeat;
background-size: contain;
}
.about_note_txt a {
margin: 0 5px;
padding: 3px 10px;
font-size: 1.6rem;
color: #fff;
background-color: #fff;
border: 2px solid;
border-radius: 4px;
}
.about_note_txt a.insta {
color: #e535b0;
}
.about_note_txt a.line {
color: #00b900;
}
.about_note_ul {
padding: 0 15px;
}
.about_note_li {
position: relative;
margin: 5px 0;
padding-left: 15px;
}
.about_note_li::before {
position: absolute;
content: "";
width: 7px;
height: 8px;
top: 7px;
left: 0;
background-color: #c70019;
clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.about_col2 {
display: flex;
margin: 0 -12px;
}
.about_col2_in {
z-index: 1;
position: relative;
width: calc(50% - 24px);
margin: 0 12px;
padding: 30px;
box-shadow: 0 0 14px rgba(0, 0, 0, .2);
border-radius: 10px;
}
.about_col2_in:nth-child(2)::before {
z-index: -1;
position: absolute;
content: "";
width: 100%;
height: 60%;
bottom: 0;
right: 0;
background-image: linear-gradient(to bottom, #fff 10%, transparent 30%, transparent 100%);
}
.about_col2_in:nth-child(1)::after {
opacity: .5;
z-index: -2;
position: absolute;
content: "";
width: 100%;
height: 60%;
bottom: 0;
right: 0;
background-image: url(./common/img/about/about_col2_in_bg.jpg);
background-repeat: no-repeat;
background-position: top center;
background-size: cover;
}
.about_col2_ttl {
margin-top: 1em;
width: fit-content;
padding: 2px 5px;
font-family: "Marcellus","Kaisei Opti", sans-serif;
background-color: #f3f1f4;
border-radius: 4px;
}
.about_col2_tbl {
border-collapse: separate;
border-spacing: 4px;
}
.about_col2_tbl th,
.about_col2_tbl td {
padding: 8px 15px;
font-size: 90%;
}
.about_col2_tbl th {
width: 150px;
background-color: #f3f1f4;
}
.about_col2_tbl td {
width: calc(100% - 150px);
}
.tart_gallery_ul {
display: flex;
flex-wrap: wrap;
margin: -12px;
}
.tart_gallery_li {
width: calc(33.3333% - 24px);
margin: 12px;
}
.tart_gallery_img {
}
.tart_gallery_img img {
object-fit: cover;
aspect-ratio: 1 / 1;
border-radius: 10px;
}
@media (max-width:1260px) {
}
@media (max-width:1023px) {
	.about_col2_in {
	padding: 20px;
	}
	.about_col2_tbl tr,
	.about_col2_tbl th,
	.about_col2_tbl td {
	display: block;
	width: 100%;
	}
	.about_col2_tbl th {
	padding: 5px 15px;
	}
}
@media (min-width:768px) {
	/* hover */
	.about_note_txt a:hover {
	opacity: .5;
	transition: .3s;
	}
}
@media (max-width:767px) {
	.about_msg {
	margin-bottom: 40px;
	font-size: inherit;
	line-height: inherit;
	}
	.about_msg_ul_li {
	margin: 8px 0;
	padding-left: 20px;
	font-size: 1.8rem;
	font-weight: bold;
	}
	.about_msg_ul_li::before {
	width: 13px;
	height: 13px;
	}
	.about_note {
	padding: 20px 15px;
	border-radius: 15px;
	border-width: 2px;
	}
	.about_note_ttl {
	position: relative;
	min-width: 150px;
	margin-bottom: 20px;
	padding: 5px 20px;
	font-size: 1.8rem;
	}
	.about_note_txt {
	margin-bottom: 20px;
	padding-left: 0;
	font-size: 1.8rem;
	}
	.about_note_txt::before {
	display: none;
	}
	.about_note_txt a {
	margin: 0 3px;
	padding: 2px 3px;
	font-size: 1.4rem;
	border-width: 1px;
	border-radius: 2px;
	}
	.about_note_ul {
	padding: 0 5px;
	}
	.about_note_li {
	padding-left: 10px;
	}
	.about_note_li::before {
	width: 6px;
	height: 8px;
	top: 5px;
	}
	.about_col2 {
	display: block;
	margin: 0;
	}
	.about_col2_in {
	width: 100%;
	margin: 0;
	padding: 15px;
	}
	.about_col2_in + .about_col2_in {
	margin-top: 20px;
	}
	.about_col2_tbl tr {
	display: flex;
	}
	.about_col2_tbl tr + tr {
	margin-top: 4px;
	}
	.about_col2_tbl th,
	.about_col2_tbl td {
	padding: 5px 10px;
	font-size: 85%;
	}
	.about_col2_tbl th {
	display: flex;
	align-items: center;
	width: 90px;
	}
	.about_col2_tbl td {
	display: flex;
	align-items: center;
	width: calc(100% - 90px);
	}
	.tart_gallery_ul {
	margin: -6px;
	}
	.tart_gallery_li {
	width: calc(50% - 12px);
	margin: 6px;
	}
	.tart_gallery_img {
	}
	.tart_gallery_img img {
	object-fit: cover;
	aspect-ratio: 1 / 1;
	border-radius: 10px;
	}
}

/*-----------------------
 フルーツ農家のご紹介
-----------------------*/
.fruit_page {
}
.fruit_page_img {
display: flex;
flex-wrap: wrap;
margin: -12px;
}
.fruit_page_img_in {
width: calc(33.3333% - 24px);
margin: 12px;
}
.fruit_page_img_in img {
}
.fruit_page_img_in_img img {
object-fit: cover;
aspect-ratio: 1 / 1;
width: 100%;
height: 100%;
border-radius: 10px;
}
@media (max-width:1260px) {
}
@media (max-width:1023px) {
}
@media (min-width:768px) {
}
@media (max-width:767px) {
	.fruit_page_img {
	display: flex;
	flex-wrap: wrap;
	margin: -6px;
	}
	.fruit_page_img_in {
	width: calc(33.3333% - 12px);
	margin: 6px;
	}
}

/*-----------------------
 店舗のご案内
-----------------------*/
.access_page {
}
.access_page .tbl1 {
max-width: 800px;
margin: auto;
}
@media (max-width:1260px) {
}
@media (max-width:1023px) {
}
@media (min-width:768px) {
}
@media (max-width:767px) {
}

/*-----------------------
 タルトレッスン
-----------------------*/
.lesson_page {
}
.lesson_btn {
}
@media (max-width:1260px) {
	.lesson_page .low_h2_s1 {
	font-size: 3.0rem;
	}
}
@media (max-width:1023px) {
	.lesson_page .low_h2_s1 {
	font-size: 2.6rem;
	}
	.sp {
	display: block;
	}
}
@media (min-width:768px) {
}
@media (max-width:767px) {
	.lesson_page .low_h2_s1 {
	font-size: 1.9rem;
	}
}

/*-----------------------
 WPログイン時の上部バーカスタム
 -----------------------*/
html {
margin-top: 0 !important;
}
@media screen and (max-width: 782px) {
html {
margin-top: 0 !important;
}
}

#wpadminbar {

}


