@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: "Montserrat", "Noto Sans JP", sans-serif;
font-size: 1.6rem;
font-optical-sizing: auto;
font-weight: 500;
text-align: justify;
letter-spacing: 0;
line-height: 1.6;
color: #000;
background-color: #fff;
-webkit-text-size-adjust: 100%;
}
@media (max-width: 1023px) {
	html {
	font-size: 60%;
	}
	body {
	letter-spacing: 0;
	}
}
@media (max-width: 767px) {
	html {
	scroll-padding-top: 70px;
	font-size: 57%;
	}
	body {
	width: 100%;
	}
}
@media (max-width: 374px) {
	html {
	}
}

section {
position: relative;
}
section:after {
clear:both;
display:block;
content:"";
}
table {
border-collapse: collapse;
border-spacing: 0;
}
table th {
font-weight: normal;
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;
}
@media (min-width: 1024px) {
}
@media (max-width: 767px) {
}
@media (max-width: 374px) {
	h1, h2, h3 {
	}
}

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: #262626;
border: 1px solid #aaa;
}
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: 10px;
background-color: #fff;
border-radius: 0;
}
select {
width: 100%;
padding: 10px;
background-color: #fff;
border-radius: 0;
}
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;
border: 2px solid #888;
border-radius: 100px;
}
.contact_previous {
background-color: #aaa;
border-color: #aaa;
}
.contact_submit {
border-color: #0146a1;
background-color: #0146a1;
}
.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;
color: #fff;
background-color: transparent;
border-color: transparent;
border-radius: 0;
}
.contact_previous input[type="button"],
.contact_previous input[type="reset"],
.contact_previous input[type="submit"] {
}
input[readonly="readonly"] {
border-width: 0;
}
.privacy_check {
margin-top: 20px;
text-align: center;
}
.privacy_check_p {
margin-bottom: 20px;
}
.hissu {
display: inline-block;
margin-left: 1em;
padding: 5px;
font-size: 1.2rem;
font-weight: normal;
line-height: 1;
background-color: #fff;
}
@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 {
	background-color: #fff;
	border-color: #444;
	transition: .3s;
	}
	.contact_submit:hover {
	background-color: #fff;
	transition: .3s;
	}
	.contact_previous:hover input,
	.contact_submit:hover input {
	color: #262626;
	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: 0;
	}
	.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;
}
[dir='rtl'] .slick-slide {
float: right;
}
.slick-slide img,
.slick-slide video {
display: block;
object-fit: cover;
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: 1;
position: absolute;
width: 50px;
height: 50px;
top: 50%;
transform: translateY(-50%);
font-size: 0;
background-repeat: no-repeat;
background-size: contain;
background-color: rgba(255,255,255,.6);
}
.slick-prev {
left: 0;
}
.slick-next {
right: 0;
}
.slick-prev::before,
.slick-next::before {
position: absolute;
content: "";
width: calc(16px);
height: calc(25px);
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
background-repeat: no-repeat;
background-size: contain;
}
.slick-prev::before {
background-image: url(./common/img/arrow_prev@2x.png);
}
.slick-next::before {
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-prev,
	.slick-next {
	width: 40px;
	height: 40px;
	}
	.slick-prev::before,
	.slick-next::before {
	width: calc(16px * .7);
	height: calc(25px * .7);
	}
}
@media (min-width:768px) {
	/* hover */
	.slick-slide a:hover img {
	opacity: .5;
	transition: .3s;
	}
	.slick-prev:hover,
	.slick-next:hover {
	opacity: .5;
	transition: .3s;
	}
}
@media (max-width:767px) {
	.slick-prev,
	.slick-next {
	width: 30px;
	height: 30px;
	}
	.slick-prev::before,
	.slick-next::before {
	width: calc(16px * .5);
	height: calc(25px * .5);
	}
}

/*-----------------------
 共通設定
-----------------------*/
.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: normal;}
.font_small { font-size: 1.4rem; }
.font_large { font-size: 1.8rem; }
.red { color: #e03636; }
.pink { color: #f0f; }
.blue { color: #0146a1; }
.orange { color: #ff950c; }

.bg_blue {
margin: 0 5px;
padding: 0 5px;
background-color: #daeef4;
}
.underline { text-decoration: underline; }
.bold { font-weight: bold; }

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

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: 1;
line-height: 1;
}
.header_wrap {
position: relative;
margin: auto;
padding: 60px 30px 40px 30px;
}
.head_logo {
width: calc(200px);
height: calc(60px);
margin: 0 auto 0;
font-size: 0;
background-image: url(./common/img/logo_head.svg);
background-repeat: no-repeat;
background-size: contain;
}
.head_logo a {
display: block;
width: 100%;
height: 100%;
}
.nav1 {
display: flex;
justify-content: center;
}
.nav1 > li {
}
.nav1 > li a,
.nav1_toggle > p {
margin: 0 23px;
font-size: 1.8rem;
font-weight: 600;
letter-spacing: 1px;
}
.nav1_toggle {
position: relative;
}
.nav1_sub {
display: none;
z-index: 1;
position: absolute;
width: 180px;
top: 100%;
left: 50%;
transform: translateX(-50%);
padding-top: 10px;
background-color: #fff;
}
.nav1_toggle:hover .nav1_sub {
display: block;
}
.nav1_sub > li {
}
.nav1_sub > li a {
display: block;
margin: 0;
padding: 10px 0;
text-align: center;
}
.nav2 {
position: absolute;
display: flex;
top: 80px;
left: 50%;
transform: translateX(380px);
}
.nav2 li {
}
.nav2 li + li {
margin-left: 36px;
}
.nav2 li a {
position: relative;
display: block;
padding-left: 28px;
letter-spacing: 1px;
}
.nav2 li a::before {
position: absolute;
content: "";
width: 20px;
height: 20px;
top: 50%;
transform: translateY(-50%);
left: 0;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.nav2 li.blog a::before {
background-image: url(./common/img/ico_blog.svg);
}
.nav2 li.cnt a::before {
background-image: url(./common/img/ico_mail.svg);
}
.sns {
position: absolute;
display: flex;
align-items: center;
top: 30px;
left: 30px;
}
.sns_insta {
position: relative;
display: flex;
padding-left: 45px;
}
.sns_insta::before,
.sns_line a {
width: 30px;
height: 30px;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.sns_insta::before {
position: absolute;
content: "";
top: 50%;
transform: translateY(-50%);
left: 0;
background-image: url(./common/img/ico_ig.png);
}
.sns_insta li {
}
.sns_insta li + li {
margin-left: 20px;
}
.sns_insta li a {
display: block;
font-size: 1.2rem;
font-weight: 600;
letter-spacing: 1px;
}
.sns_line {
margin-left: 30px;
}
.sns_line a {
display: block;
font-size: 0;
background-image: url(./common/img/ico_line.png);
}
.toggle {
display: none !important;
z-index: 99999;
cursor: pointer;
position: fixed;
display: none;
width: 80px;
height: 80px;
top: 20px;
right: 20px;
background-color: #54524f;
border-radius: 8px;
}
html.is-fixed .toggle {
}
.toggle div {
position: absolute;
width: 30px;
height: 26px;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
}
.toggle span {
display: block;
position: absolute;
width: 100%;
height: 3px;
left: 0;
background-color: #fff;
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: 12px;
}
.toggle span:nth-child(3) {
top: 24px;
}
html.active .toggle {
z-index: 99999;
border-color: #fff;
}
html.active .toggle span {
top: 11px;
}
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;
}
@media (max-width:1439px) {
	.header_wrap {
	padding-top: 80px;
	}
	.nav1 > li a, .nav1_toggle > p {
	margin: 0 18px;
	font-size: 1.6rem;
	}
	.nav2 {
	left: inherit;
	transform: inherit;
	top: 100px;
	right: 30px;
	}
	.sns {
	top: 20px;
	left: 20px;
	}
}
@media (max-width:1259px) {
	.header_wrap {
	padding: 40px 30px;
	}
	.head_logo {
	margin-bottom: 0;
	}
	.nav1,
	.nav2,
	.sns {
	display: none;
	}
	.toggle {
	display: block;
	width: 70px;
	height: 70px;
	top: 10px;
	right: 10px;
	}
	html.active .toggle {
	background-color: rgba(255,255,255,.2);
	}
}
@media (max-width:1023px) {
	.head_logo {
	width: calc(200px * .9);
	height: calc(60px * .9);
	}
}
@media (min-width:768px) {
	/* hover */
	.head_logo:hover,
	.nav1 a:hover,
	.nav2 a:hover,
	.sns a:hover {
	opacity: .5;
	transition: .3s;
	}
	.toggle:hover {
	background-color: #aaa;
	transition: .3s;
	}
}
@media (max-width:767px) {
	.header_wrap {
	padding: 20px 15px;
	}
	.head_logo {
	width: calc(200px * .7);
	height: calc(60px * .7);
	}
	.toggle {
	width: 50px;
	height: 50px;
	border-radius: 6px;
	}
	.toggle div {
	width: 24px;
	height: 18px;
	}
	.toggle span {
	height: 2px;
	}
	.toggle span:nth-child(2) {
	top: 8px;
	}
	.toggle span:nth-child(3) {
	top: 16px;
	}
	html.active .toggle span {
	top: 8px;
	}
}

/*-----------------------
 TOP
-----------------------*/
/*--メインビジュアル--*/
.top_mv_bg {
position: relative;
}
.mv {
position: relative;
}
.mv_wrap {
margin: auto;
}
.mv_img {
}
.mv_img img {
object-fit: cover;
width: 100%;
height: 786px;
}
.mv_txt {
position: absolute;
width: 100%;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
}
.mv_txt_1 {
max-width: 760px;
margin: 0 auto 10px;
}
.mv_txt_1 img,
.mv_txt_2 img {
filter: brightness(0) invert(1) drop-shadow(0 0 10px rgba(0,0,0,.8));
}
.mv_txt_1 img {
}
.mv_txt_2 {
max-width: 531px;
margin: 0 auto 40px;
}
.mv_txt_2 img {
}
.mv_txt_3 {
font-family: "Libre Baskerville",serif;
font-size: 2.4rem;
font-weight: 400;
text-align: center;
text-shadow: 0 0 10px rgba(0,0,0,.8);
letter-spacing: 1px;
color: #fff;
}
.mv_news {
position: absolute;
width: 316px;
height: 369px;
bottom: 0;
right: 0;
padding: 20px;
background-color: #fff;
}
.mv_news_ttl {
position: absolute;
top: -28px;
right: 15px;
font-size: 1.8rem;
font-weight: 600;
letter-spacing: 1px;
color: #fff;
}
.mv_news_in {
}
.mv_news_in::before {
position: absolute;
content: "";
width: calc(38px);
height: calc(8px);
bottom: 10px;
right: 20px;
background-image: url(./common/img/arrow.png);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.mv_news_in a {
z-index: 1;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.mv_news_img {
margin-bottom: 25px;
}
.mv_news_img img {
object-fit: cover;
aspect-ratio: 125 / 84;
}
.mv_news_box {
}
.mv_news_box_date {
width: fit-content;
margin-bottom: 20px;
padding-bottom: 4px;
font-size: 1.4rem;
border-bottom: 2px solid;
}
.mv_news_box_txt {
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
text-overflow: ellipsis;
font-size: 1.5rem;
line-height: 1.5;
}
@media (max-width:1800px) {
	.mv_img img {
	height: 650px;
	}
	.mv_txt_1 {
	max-width: calc(760px * .8);
	}
	.mv_txt_2 {
	max-width: calc(531px * .8);
	margin-bottom: 30px;
	}
	.mv_txt_3 {
	font-size: 2.0rem;
	}
	.mv_news {
	width: 280px;
	height: 300px;
	padding: 15px;
	}
	.mv_news_in::before {
	width: calc(38px * .8);
	height: calc(8px * .8);
	bottom: 5px;
	right: 15px;
	}
	.mv_news_img {
	margin-bottom: 15px;
	}
	.mv_news_box_date {
	margin-bottom: 10px;
	padding-bottom: 2px;
	font-size: 1.3rem;
	border-bottom-width: 1px;
	}
	.mv_news_box_txt {
	font-size: 1.3rem;
	}
}
@media (max-width:1439px) {
	.mv_img img {
	height: 600px;
	}
	.mv_txt_1 {
	max-width: calc(760px * .7);
	}
	.mv_txt_2 {
	max-width: calc(531px * .7);
	margin-bottom: 25px;
	}
	.mv_txt_3 {
	font-size: 1.8rem;
	}
	.mv_news {
	width: 220px;
	height: 250px;
	padding: 10px;
	}
	.mv_news_ttl {
	top: -25px;
	right: 10px;
	font-size: 1.6rem;
	}
	.mv_news_in::before {
	width: calc(38px * .6);
	height: calc(8px * .6);
	right: 10px;
	}
	.mv_news_img {
	margin-bottom: 10px;
	}
	.mv_news_box_txt {
	font-size: 1.2rem;
	}
}
@media (max-width:1023px) {
	.mv_img img {
	height: 500px;
	}
	.mv_txt_1 {
	max-width: calc(760px * .5);
	}
	.mv_txt_2 {
	max-width: calc(531px * .5);
	margin-bottom: 20px;
	}
	.mv_txt_3 {
	font-size: 1.5rem;
	}
	.mv_news {
	width: 160px;
	height: 210px;
	padding: 8px;
	}
	.mv_news_ttl {
	top: -22px;
	right: 8px;
	font-size: 1.6rem;
	}
	.mv_news_in::before {
	right: 8px;
	}
	.mv_news_img {
	margin-bottom: 5px;
	}
	.mv_news_box_txt {
	-webkit-line-clamp: 3;
	}
}
@media (min-width:768px) {
	/* hover */
	.mv_news_in:hover {
	opacity: .5;
	transition: .3s;
	}
	.mv_news_in:hover::before {
	right: 10px;
	transition: .3s;
	}
}
@media (max-width:767px) {
	.mv_img img {
	height: 400px;
	}
	.mv_txt {
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	}
	.mv_txt_1 {
	margin-bottom: 5px;
	max-width: calc(760px * .35);
	}
	.mv_txt_2 {
	max-width: calc(531px * .45);
	margin-bottom: 10px;
	}
	.mv_txt_3 {
	font-size: 1.3rem;
	}
	.mv_news {
	width: 150px;
	height: 190px;
	bottom: -30px;
	padding: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	}
	.mv_news_in {
	}
	.mv_news_ttl {
	top: -20px;
	right: 5px;
	font-size: 1.4rem;
	}
	.mv_news_in::before {
	right: 8px;
	bottom: 10px;
	}
	.mv_news_box_date {
	margin-bottom: 3px;
	padding-bottom: 0;
	font-size: 1.2rem;
	border-bottom-width: 0;
	}
	.mv_news_box_txt {
	line-height: 1.4;
	}
}

/*--top共通--*/
.top_sec {
position: relative;
padding: 130px 30px;
}
.top_wrap {
max-width: 1688px;
margin: auto;
}
.top_ttl {
margin-bottom: 60px;
line-height: 1;
}
.top_ttl_1 {
display: block;
margin-bottom: 15px;
font-size: 1.8rem;
letter-spacing: 1px;
}
.top_ttl_2 {
display: block;
font-size: 4.8rem;
font-weight: 600;
letter-spacing: 1px;
}
.top_txt {
font-size: 1.8rem;
line-height: 1.8;
}
.top_txt_in {
}
.top_txt_in + .top_txt_in {
margin-top: 1em;
}
.top_more,
.top_more2 {
margin-top: 60px;
font-size: 1.8rem;
font-weight: 600;
}
.top_more {
width: fit-content;
margin-left: auto;
line-height: 1;
}
.top_more2 {
max-width: 274px;
margin-left: auto;
margin-right: auto;
text-align: center;
border: 1px solid;
border-radius: 100px;
}
.top_more a,
.top_more2 a {
position: relative;
display: block;
}
.top_more a {
padding-right: 65px;
}
.top_more2 a {
padding: 17px;
}
.top_more a::after,
.top_more2 a::after {
position: absolute;
content: "";
top: 50%;
transform: translateY(-50%);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.top_more a::after {
width: calc(38px);
height: calc(8px);
right: 0;
background-image: url(./common/img/arrow.png);
}
.top_more2 a::after {
width: calc(18px);
height: calc(15px);
right: 25px;
background-image: url(./common/img/more_arrow.png);
}
@media (max-width: 1748px) {
	.top_sec {
	padding: 110px 30px;
	}
	.top_wrap {
	max-width: 1379px;
	}
}
@media (max-width:1439px) {
	.top_sec {
	padding: 100px 30px;
	}
	.top_wrap {
	max-width: 964px;
	}
	.top_ttl_2 {
	font-size: 4.0rem;
	}
	.top_more,
	.top_more2 {
	margin-top: 40px;
	font-size: inherit;
	}
	.top_more2 {
	max-width: 240px;
	}
	.top_more a {
	padding-right: 50px;
	}
	.top_more2 a {
	padding: 16px;
	}
	.top_more a::after {
	width: calc(38px * .8);
	height: calc(8px * .8);
	}
	.top_more2 a::after {
	width: calc(18px * .9);
	height: calc(15px * .9);
	}
}
@media (max-width:1023px) {
	.top_sec {
	padding: 90px 30px;
	}
	.top_wrap {
	max-width: 708px !important;
	}
	.top_ttl {
	margin-bottom: 40px !important;
	}
	.top_ttl_1 {
	margin-bottom: 8px;
	}
	.top_ttl_2 {
	font-size: 3.6rem;
	}
	.top_txt {
	font-size: inherit;
	line-height: inherit;
	}
	.top_more2 {
	max-width: 220px;
	}
	.top_more a {
	padding-right: 45px;
	}
	.top_more2 a {
	padding: 14px;
	}
	.top_more a::after {
	width: calc(38px * .7);
	height: calc(8px * .7);
	}
	.top_more2 a::after {
	width: calc(18px * .7);
	height: calc(15px * .7);
	right: 20px;
	}
}
@media (min-width:768px) {
	/* hover */
	.top_more:hover {
	opacity: .5;
	transition: .3s;
	}
	.top_more a:hover::after {
	right: -10px;
	transition: .3s;
	}
	.top_more2:hover {
	color: #fff !important;
	background-color: #54524f !important;
	border-color: #54524f !important;
	transition: .3s;
	}
	.top_more2 a:hover::after {
	filter: brightness(0) invert(1);
	right: 15px;
	transition: .3s;
	}
}
@media (max-width:767px) {
	.top_sec {
	padding: 60px 15px;
	}
	.top_wrap {
	max-width: 330px !important;
	}
	.top_ttl {
	margin-bottom: 30px !important;
	}
	.top_ttl_2 {
	font-size: 2.8rem;
	}
	.top_more,
	.top_more2 {
	margin-top: 30px;
	}
	.top_more2 {
	max-width: 200px;
	}
	.top_more a {
	padding-right: 35px;
	}
	.top_more2 a {
	padding: 10px;
	}
	.top_more a::after {
	width: calc(38px * .6);
	height: calc(8px * .6);
	}
	.top_more2 a::after {
	width: calc(18px * .6);
	right: 20px;
	}
}

/*-- コンセプト --*/
.top_concept {
padding-bottom: 65px;
}
.top_concept_flex {
display: flex;
align-items: center;
}
.top_concept_in1 {
width: 715px;
}
.top_concept_img {
}
.top_concept_img img {
object-fit: cover;
aspect-ratio: 1430 / 1644;
}
.top_concept_in2 {
width: calc(100% - 715px);
}
.top_concept_in2_wrap {
width: fit-content;
margin: 0 auto;
}
.top_concept_txt1 {
max-width: 560px;
margin-bottom: 55px;
}
.top_concept_txt1 img {
}
.top_concept_txt2 {
margin-bottom: 60px;
font-size: 2.0rem;
font-weight: bold;
letter-spacing: 3px;
line-height: 1.8;
}
.top_concept_txt2 p + p {
margin-top: 1em;
}
.top_concept_txt3 {
max-width: 455px;
margin-bottom: 15px;
}
.top_concept_txt3 img {
}
.top_concept_txt4 {
font-family: "Libre Baskerville",serif;
font-size: 2.0rem;
font-weight: 400;
letter-spacing: 1px;
}
.top_concept .top_more {
margin-top: 80px;
}
@media (max-width: 1748px) {
	.top_concept_in1 {
	width: 650px;
	}
	.top_concept_in2 {
	width: calc(100% - 650px);
	}
	.top_concept_txt1 {
	max-width: calc(560px * .8);
	margin-bottom: 40px;
	}
	.top_concept_txt2 {
	margin-bottom: 40px;
	font-size: 1.8rem;
	letter-spacing: 2px;
	}
	.top_concept_txt3 {
	max-width: calc(455px * .8);
	margin-bottom: 15px;
	}
	.top_concept_txt4 {
	font-size: 1.8rem;
	}
	.top_concept .top_more {
	margin-top: 60px;
	}
}
@media (max-width: 1439px) {
	.top_concept {
	padding-bottom: 50px;
	}
	.top_concept_in1 {
	width: 500px;
	}
	.top_concept_in2 {
	width: calc(100% - 500px);
	padding-left: 30px;
	}
	.top_concept_txt1 {
	max-width: calc(560px * .6);
	margin-bottom: 30px;
	}
	.top_concept_txt2 {
	margin-bottom: 30px;
	font-size: 1.8rem;
	letter-spacing: 1px;
	}
	.top_concept_txt3 {
	max-width: calc(455px * .6);
	margin-bottom: 15px;
	}
	.top_concept_txt4 {
	font-size: 1.5rem;
	}
	.top_concept .top_more {
	margin-top: 50px;
	}
}
@media (max-width: 1023px) {
	.top_concept {
	padding-bottom: 40px;
	}
	.top_concept_in1 {
	width: 350px;
	}
	.top_concept_in2 {
	width: calc(100% - 350px);
	}
	.top_concept_txt1 {
	max-width: calc(560px * .5);
	margin-bottom: 20px;
	}
	.top_concept_txt2 {
	margin-bottom: 30px;
	font-size: inherit;
	font-weight: 600;
	letter-spacing: 0;
	line-height: inherit;
	}
	.top_concept_txt3 {
	max-width: calc(455px * .55);
	margin-bottom: 5px;
	}
	.top_concept_txt4 {
	font-size: 1.3rem;
	}
	.top_concept .top_more {
	margin-top: 40px;
	}
}
@media (min-width: 768px) {
}
@media (max-width: 767px) {
	.top_concept {
	padding-bottom: 30px;
	}
	.top_concept_flex {
	display: block;
	}
	.top_concept_in1 {
	width: 100%;
	margin-bottom: 20px;
	}
	.top_concept_img img {
	aspect-ratio: 4 / 3;
	}
	.top_concept_in2 {
	width: 100%;
	padding-left: 0;
	}
	.top_concept_in2_wrap {
	width: 100%;
	}
	.top_concept_txt1 {
	max-width: calc(560px * .4);
	margin: 0 auto 15px;
	}
	.top_concept_txt2 {
	width: fit-content;
	margin: 0 auto 15px;
	font-weight: 500;
	}
	.top_concept_txt2 p + p {
	margin-top: 10px;
	}
	.top_concept_txt3 {
	max-width: calc(455px * .45);
	margin: 0 auto 5px;
	}
	.top_concept_txt4 {
	font-size: 1.1rem;
	text-align: center;
	}
	.top_concept .top_more {
	margin-top: 50px;
	}
	.top_concept .top_more {
	margin-top: 30px;
	}
}

/*-- ギャラリー --*/
.top_gallery {
padding-top: 65px;
}
.top_gallery::before {
z-index: -1;
position: absolute;
content: "";
width: 100%;
height: 70%;
bottom: 0;
left: 0;
background-color: #edeae4;
}
.top_gallery_list {
display: flex;
flex-wrap: wrap;
margin: 0 -20px;
}
.top_gallery_list_li {
position: relative;
width: calc(25% - 40px);
margin: 0 20px;
}
.top_gallery_list_li::before {
z-index: 1;
position: absolute;
content: "";
width: calc(92px);
height: calc(92px);
top: 10px;
right: 10px;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.top_gallery_list_li.ibuki::before {
background-image: url(./common/img/gallery_logo_ibuki.svg);
}
.top_gallery_list_li.moa-sand::before {
background-image: url(./common/img/gallery_logo_moa-sand.svg);
}
.top_gallery_list_li.zakuroiro::before {
background-image: url(./common/img/gallery_logo_zakuroiro.svg);
}
.top_gallery_list_li a {
z-index: 1;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.top_gallery_img {
overflow: hidden;
margin-bottom: 18px;
}
.top_gallery_img img {
object-fit: cover;
aspect-ratio: 195 / 212;
}
.top_gallery_txt {
position: relative;
width: calc(100% - 36px);
margin: auto;
font-size: 1.8rem;
font-weight: bold;
line-height: 1.4;
}
.top_gallery_txt_1 {
white-space: nowrap;
}
.top_gallery_txt_2 {
white-space: nowrap;
}
@media (max-width: 1748px) {
	.top_gallery_list {
	margin: 0 -10px;
	}
	.top_gallery_list_li {
	width: calc(25% - 20px);
	margin: 0 10px;
	}
	.top_gallery_txt {
	width: calc(100% - 20px);
	}
}
@media (max-width: 1439px) {
	.top_gallery {
	padding-top: 50px;
	}
	.top_gallery_list_li::before {
	width: calc(92px * .8);
	height: calc(92px * .8);
	top: 8px;
	right: 8px;
	}
	.top_gallery_img {
	margin-bottom: 10px;
	}
	.top_gallery_txt {
	width: calc(100% - 10px);
	font-size: inherit;
	}
	.top_gallery_txt::before {
	width: calc(38px * .7);
	height: calc(8px * .7);
	}
}
@media (max-width: 1023px) {
	.top_gallery {
	padding-top: 40px;
	}
	.top_gallery::before {
	height: 80%;
	}
	.top_gallery_list {
	max-width: 500px;
	margin: auto;
	}
	.top_gallery_list_li {
	width: calc(50% - 20px);
	margin: 10px;
	}
	.top_gallery_list_li::before {
	width: calc(92px * .7);
	height: calc(92px * .7);
	top: 5px;
	right: 5px;
	}
	.top_gallery_img {
	margin-bottom: 10px;
	}
	.top_gallery_txt {
	width: calc(100% - 10px);
	font-size: inherit;
	}
	.top_gallery_txt::before {
	width: calc(38px * .6);
	height: calc(8px * .6);
	}
}
@media (min-width: 768px) {
}
@media (max-width: 767px) {
	.top_gallery {
	padding-top: 30px;
	}
	.top_gallery::before {
	height: 85%;
	}
	.top_gallery_list {
	margin: -10px -5px;
	}
	.top_gallery_list_li {
	width: calc(50% - 10px);
	margin: 10px 5px;
	}
	.top_gallery_list_li::before {
	width: calc(92px * .55);
	height: calc(92px * .55);
	}
	.top_gallery_img {
	margin-bottom: 5px;
	}
	.top_gallery_txt {
	width: 100%;
	font-size: 1.5rem;
	}
	.top_gallery_txt::before {
	z-index: 1;
	width: 30px;
	height: 30px;
	top: -45px;
	transform: inherit;
	right: 10px;
	background-color: #fff;
	background-image: url(./common/img/more_arrow.png);
	background-size: 12px auto;
	border-radius: 100%;
	}
}

/*-- 手作り体験 --*/
.top_workshops {
padding-bottom: 260px;
}
.top_workshops::after {
z-index: -9;
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: #edeae4;
}
.top_workshops .top_wrap {
position: relative;
}
.top_workshops .top_wrap::before {
position: absolute;
content: "";
width: calc(641px * .5);
height: calc(604px * .5);
top: -100px;
left: -80px;
background-image: url(./common/img/top/experience.png);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.top_workshops_list {
}
.top_workshops_list_li {
position: relative;
display: flex;
}
.top_workshops_list_li + .top_workshops_list_li {
margin-top: 125px;
}
.top_workshops_list_li::before {
z-index: -1;
position: absolute;
content: "";
width: calc(100% + 23px);
height: calc(100% - 75px);
bottom: 0px;
right: -113px;
background-color: #fff;
}
.top_workshops_in1 {
width: 50%;
}
.top_workshops_in1_wrap {
position: relative;
}
.top_workshops_in1_img {
}
.top_workshops_in1_img img {
object-fit: cover;
aspect-ratio: 837 / 778;
}
.top_workshops_in1_txt {
z-index: 1;
position: absolute;
bottom: 28px;
left: 40px;
font-size: 3.0rem;
font-weight: bold;
line-height: 1;
letter-spacing: 1px;
color: #fff;
}
.top_workshops_in2 {
width: 50%;
padding-top: 222px;
padding-left: 110px;
padding-bottom: 130px;
}
.top_workshops_in2_wrap {
position: relative;
}
.top_workshops_in2_wrap a {
z-index: 1;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.top_workshops_in2_head {
position: relative;
display: flex;
align-items: center;
margin-bottom: 30px;
}
.top_workshops_in2_head_ttl {
margin-right: 30px;
padding-right: 30px;
border-right: 1px solid #ccc;
}
.top_workshops_in2_head_ttl .s1 {
display: block;
margin-bottom: 5px;
font-size: 3.0rem;
}
.top_workshops_in2_head_ttl .s2 {
display: block;
font-size: 1.8rem;
font-weight: 600;
letter-spacing: 1px;
}
.top_workshops_in2_head_logo {
width: auto;
height: 72px;
}
.top_workshops_in2_head_logo img {
object-fit: contain;
width: 100%;
height: 100%;
}
.top_workshops_list_li.ibuki .top_workshops_in2_head_logo,
.top_workshops_list_li.zakuroiro .top_workshops_in2_head_logo {
max-height: 60px;
}
.top_workshops_in2_txt {
margin-bottom: 45px;
font-size: 1.8rem;
letter-spacing: 1px;
}
.top_workshops_in2_img {
display: flex;
margin: 0 -10px;
}
.top_workshops_in2_img li {
overflow: hidden;
width: calc(50% - 20px);
margin: 0 10px;
}
.top_workshops_in2_img li img {
object-fit: cover;
aspect-ratio: 352 / 238;
}
@media (max-width: 1748px) {
	.top_workshops {
	padding-bottom: 130px;
	}
	.top_workshops .top_wrap::before {
	width: calc(641px * .4);
	height: calc(604px * .4);
	top: -120px;
	left: -25px;
	}
	.top_workshops_list_li + .top_workshops_list_li {
	margin-top: 50px;
	}
	.top_workshops_list_li::before {
	width: calc(100% - 50px);
	height: calc(100% - 50px);
	bottom: 0px;
	right: -30px;
	}
	.top_workshops_in1 {
	width: 550px;
	}
	.top_workshops_in2 {
	width: calc(100% - 550px);
	padding-top: 100px;
	padding-left: 80px;
	padding-bottom: 50px;
	}
}
@media (max-width: 1439px) {
	.top_workshops {
	padding-bottom: 100px;
	}
	.top_workshops .top_wrap::before {
	width: calc(641px * .3);
	height: calc(604px * .3);
	top: -80px;
	}
	.top_workshops_in1 {
	width: 450px;
	}
	.top_workshops_in1_txt {
	bottom: 20px;
	left: 20px;
	font-size: 2.4rem;
	}
	.top_workshops_in2 {
	width: calc(100% - 450px);
	padding-top: 80px;
	padding-left: 50px;
	padding-bottom: 30px;
	}
	.top_workshops_in2_head {
	margin-bottom: 20px;
	}
	.top_workshops_in2_head::before {
	width: 50px;
	height: 50px;
	}
	.top_workshops_in2_head_ttl {
	margin-right: 20px;
	padding-right: 20px;
	}
	.top_workshops_in2_head_ttl .s1 {
	font-size: 2.2rem;
	}
	.top_workshops_in2_head_ttl .s2 {
	font-size: inherit;
	}
	.top_workshops_in2_head_logo {
	height: 60px;
	}
	.top_workshops_list_li.ibuki .top_workshops_in2_head_logo, .top_workshops_list_li.zakuroiro .top_workshops_in2_head_logo {
	max-height: 40px;
	}
	.top_workshops_in2_txt {
	margin-bottom: 20px;
	font-size: inherit;
	}
}
@media (max-width: 1023px) {
	.top_workshops {
	padding-bottom: 90px;
	}
	.top_workshops .top_wrap::before {
	top: -55px;
	}
	.top_workshops_list_li::before {
	width: calc(100% - 80px);
	height: calc(100% - 25px);
	right: -30px;
	}
	.top_workshops_in1 {
	width: 350px;
	}
	.top_workshops_in1_txt {
	bottom: 10px;
	left: 10px;
	font-size: 2.0rem;
	}
	.top_workshops_in2 {
	width: calc(100% - 350px);
	padding-top: 50px;
	padding-left: 30px;
	padding-bottom: 20px;
	}
	.top_workshops_in2_head {
	display: block;
	}
	.top_workshops_in2_head::before {
	width: 40px;
	height: 40px;
	background-size: 12px auto;
	}
	.top_workshops_in2_head_ttl {
	margin-right: 0;
	margin-bottom: 10px;
	padding-right: 0;
	border-right-width: 0;
	}
	.top_workshops_in2_head_ttl .s1 {
	margin-bottom: 3px;
	}
	.top_workshops_in2_head_ttl .s2 {
	}
	.top_workshops_in2_head_logo {
	width: fit-content;
	margin-left: 0;
	}
	.top_workshops_in2_txt {
	font-size: 1.5rem;
	letter-spacing: 0;
	}
	.top_workshops_in2_img {
	margin: 0 -5px;
	}
	.top_workshops_in2_img li {
	width: calc(50% - 10px);
	margin: 0 5px;
	}
}
@media (min-width: 768px) {
}
@media (max-width: 767px) {
	.top_workshops {
	padding-bottom: 60px;
	}
	.top_workshops .top_wrap::before {
	top: -70px;
	left: -50px;
	}
	.top_workshops_list_li::before {
	width: calc(100% + 50px);
	height: calc(100% - 140px);
	right: -25px;
	}
	.top_workshops_list_li {
	display: block;
	}
	.top_workshops_in1 {
	width: 100%;
	margin-bottom: 20px;
	}
	.top_workshops_in2 {
	width: 100%;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 20px;
	}
	.top_workshops_in2_head {
	display: flex;
	}
	.top_workshops_in2_head::before {
	width: 35px;
	height: 35px;
	}
	.top_workshops_in2_head_ttl {
	margin-right: 20px;
	margin-bottom: 0;
	}
	.top_workshops_in2_head_ttl .s1 {
	margin-bottom: 2px;
	font-size: 2.0rem;
	}
	.top_workshops_in2_head_ttl .s2 {
	font-size: 1.5rem;
	}
	.top_workshops_in2_head_logo {
	height: 45px;
	}
	.top_workshops_list_li.ibuki .top_workshops_in2_head_logo, .top_workshops_list_li.zakuroiro .top_workshops_in2_head_logo {
	height: 30px;
	}
	.top_workshops_in2_txt {
	font-size: 1.4rem;
	}
}

/*-- アートレッスン / 出張ワークショップ --*/
.top_area {
padding: 0;
}
.top_area .top_wrap {
display: flex;
max-width: 100% !important;
}
.top_area_flex {
}
.top_area_in {
position: relative;
width: 50%;
height: 960px;
}
.top_area_in::before {
z-index: -9;
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.top_area_in.lessons::before {
background-image: url(./common/img/top/art-lesson_img.jpg);
}
.top_area_in.events::before {
background-image: url(./common/img/top/on-site_img.jpg);
}
.top_area_in a {
}
.top_area_txt {
z-index: 1;
position: absolute;
width: 100%;
bottom: 110px;
left: 97px;
line-height: 1;
color: #fff;
}
.top_area_txt_1,
.top_area_txt_2 {
text-shadow: 0 0 10px rgba(0,0,0,.5);
}
.top_area_txt_1 {
margin-bottom: 20px;
font-size: 1.8rem;
font-weight: 600;
letter-spacing: 1px;
}
.top_area_txt_2 {
font-size: 3.6rem;
font-weight: bold;
letter-spacing: 2px;
}
.top_area .top_more2 {
margin-top: 40px;
margin-left: 0;
color: #000;
background-color: #fff;
border-color: #fff;
}
@media (max-width: 1920px) {
	.top_area_in {
	height: 50vw;
	}
}
@media (max-width: 1748px) {
	.top_area_txt {
	bottom: 80px;
	left: 80px;
	}
}
@media (max-width: 1439px) {
	.top_area_in {
	height: 500px;
	}
	.top_area_txt {
	bottom: 40px;
	left: 40px;
	}
	.top_area_txt_1 {
	margin-bottom: 15px;
	font-size: inherit;
	}
	.top_area_txt_2 {
	font-size: 3.0rem;
	letter-spacing: 1px;
	}
	.top_area .top_more2 {
	margin-top: 30px;
	}
}
@media (max-width: 1023px) {
	.top_area_in {
	height: 400px;
	}
	.top_area_txt {
	bottom: 30px;
	left: 30px;
	}
	.top_area_txt_1 {
	margin-bottom: 10px;
	}
	.top_area_txt_2 {
	font-size: 2.4rem;
	letter-spacing: 0;
	}
	.top_area .top_more2 {
	margin-top: 25px;
	}
}
@media (min-width: 768px) {
}
@media (max-width: 767px) {
	.top_area .top_wrap {
	display: block;
	}
	.top_area_in {
	width: 100%;
	height: 180px;
	}
	.top_area_txt {
	bottom: 30px;
	top: 50%;
	transform: translateY(-50%);
	bottom: inherit;
	left: 0;
	text-align: center;
	}
	.top_area_txt_1,
	.top_area_txt_2 {
	text-shadow: 0 0 10px rgba(0,0,0,1),0 0 10px rgba(0,0,0,1);
	}
	.top_area_txt_1 {
	font-size: 1.4rem;
	margin-bottom: 8px;
	}
	.top_area_txt_2 {
	font-size: 2.2rem;
	}
	.top_area .top_more2 {
	margin: 20px auto 0;
	}
}

/*-- カルーセルスライダー --*/
.top_slide {
padding: 95px 0;
background-color: #54524f;
}
.top_slide .top_wrap {
max-width: 100% !important;
}
.top_slide .slick-slide {
}
.top_slide .slick-slide img {
object-fit: cover;
padding: 4px;
}
.top_slide_1 {
}
.top_slide_1 img {
aspect-ratio: 465 / 324;
height: 324px;
}
.top_slide_2 {
display: flex;
flex-direction: column;
}
.top_slide_2_in {
}
.top_slide_2 img {
height: calc(324px / 2);
}
.top_slide_3 {
}
.top_slide_3 img {
aspect-ratio: 225 / 324;
height: 324px;
}
.top_slide_4 {
display: flex;
flex-direction: column;
}
.top_slide_4_in {
}
.top_slide_4 img {
aspect-ratio: 1 / 1;
height: calc(324px / 3);
}
@media (max-width: 1748px) {
}
@media (max-width: 1439px) {
	.top_slide {
	padding: 70px 0;
	}
	.top_slide_1 img {
	height: 260px;
	}
	.top_slide_2 img {
	height: calc(260px / 2);
	}
	.top_slide_3 img {
	height: 260px;
	}
	.top_slide_4 img {
	height: calc(260px / 3);
	}
}
@media (max-width: 1023px) {
	.top_slide {
	padding: 60px 0;
	}
	.top_slide .slick-slide img {
	padding: 2px;
	}
	.top_slide_1 img {
	height: 240px;
	}
	.top_slide_2 img {
	height: calc(240px / 2);
	}
	.top_slide_3 img {
	height: 240px;
	}
	.top_slide_4 img {
	height: calc(240px / 3);
	}
}
@media (min-width: 768px) {
}
@media (max-width: 767px) {
	.top_slide {
	padding: 40px 0;
	}
	.top_slide_1 img {
	height: 200px;
	}
	.top_slide_2 img {
	height: calc(200px / 2);
	}
	.top_slide_3 img {
	height: 200px;
	}
	.top_slide_4 img {
	height: calc(200px / 3);
	}
}

/*-- 新着情報 --*/
.top_news {
}
.top_news::before {
z-index: -9;
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: #edeae4;
}
.top_news .top_wrap {
}
.top_news_head {
display: flex;
align-items: flex-end;
justify-content: space-between;
max-width: 1440px;
margin: 0 auto 50px;
}
.top_news .top_ttl {
margin-bottom: 0;
}
.top_news .top_more {
}
.top_news_list {
display: flex;
flex-wrap: wrap;
align-items: center;
max-width: 1440px;
margin: auto;
}
.top_news_list_li {
position: relative;
}
.top_news_list_li a {
z-index: 1;
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.top_news_img {
overflow: hidden;
}
.top_news_list_li1 .top_news_img {
margin-bottom: 30px;
}
.top_news_list_li2 .top_news_img {
margin-bottom: 20px;
}
.top_news_img img {
object-fit: cover;
}
.top_news_list_li1 {
width: 532px;
padding-right: 32px;
}
.top_news_list_li2 {
width: calc(((100% - 532px) / 3) - 38px);
margin-left: 38px;
}
.top_news_list_li1 .top_news_img img {
aspect-ratio: 500 / 336;
}
.top_news_list_li2 .top_news_img img {
aspect-ratio: 266 / 179;
}
.top_news_box {
}
.top_news_date {
margin-bottom: 10px;
font-weight: 600;
line-height: 1;
color: #bdbbb6;
}
.top_news_list_li1 .top_news_date {
font-size: 1.8rem;
}
.top_news_txt {
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
text-overflow: ellipsis;
}
.top_news_list_li2 .top_news_txt {
font-size: 1.4rem;
}
@media (max-width: 1748px) {
	.top_news_list_li1 {
	width: 500px;
	padding-right: 0;
	}
	.top_news_list_li2 {
	width: calc(((100% - 500px) / 3) - 30px);
	margin-left: 30px;
	}
}
@media (max-width: 1439px) {
	.top_news_list_li1 {
	width: 350px;
	}
	.top_news_list_li2 {
	width: calc(((100% - 350px) / 3) - 24px);
	margin-left: 24px;
	}
	.top_news_list_li1 .top_news_img,
	.top_news_list_li2 .top_news_img {
	margin-bottom: 15px;
	}
	.top_news_list_li .top_news_date {
	margin-bottom: 5px;
	font-size: 1.6rem;
	}
	.top_news_txt {
	font-size: 1.5rem;
	}
}
@media (max-width: 1023px) {
	.top_news_head {
	margin-bottom: 40px;
	}
	.top_news_list_li1 {
	width: 250px;
	}
	.top_news_list_li2 {
	width: calc(((100% - 250px) / 3) - 20px);
	margin-left: 20px;
	}
	.top_news_list_li1 .top_news_img,
	.top_news_list_li2 .top_news_img {
	margin-bottom: 15px;
	}
	.top_news_list_li .top_news_date {
	font-size: 1.5rem;
	}
	.top_news_txt {
	font-size: 1.4rem;
	}
}
@media (min-width: 768px) {
	/* hover */
	.top_news_list_li:hover .top_news_img img {
	transform: scale(1.1, 1.1);
	transition: .5s;
	}
	.top_news_list_li:hover .top_news_box {
	opacity: .5;
	transition: .3s;
	}
}
@media (max-width: 767px) {
	.top_news .top_wrap {
	position: relative;
	padding-bottom: 50px;
	}
	.top_news_head {
	display: block;
	margin-bottom: 0;
	}
	.top_news .top_more {
	position: absolute;
	bottom: 0;
	right: 0;
	margin-top: 0;
	}
	.top_news_list {
	margin: -10px -8px;
	}
	.top_news_list_li1,
	.top_news_list_li2 {
	width: calc(50% - 16px);
	margin: 10px 8px;
	}
	.top_news_list_li1 .top_news_img,
	.top_news_list_li2 .top_news_img {
	margin-bottom: 10px;
	}
	.top_news_list_li .top_news_date {
	font-size: 1.4rem;
	}
	.top_news_txt {
	font-size: 1.3rem;
	}
}

/*-- アトリエ / アーティスト --*/
.top_info {
max-width: 1920px;
margin: auto;
padding: 0;
}
.top_info .top_wrap {
display: flex;
max-width: 100%;
}
.top_info_img {
width: 570px;
}
.top_info_img img {
object-fit: cover;
width: 100%;
height: 100%;
}
.top_info_box {
width: calc(100% - 570px);
padding: 100px 60px;
}
.top_atelier {
display: flex;
max-width: 1110px;
margin: 0 auto 0;
}
.top_atelier_in1 {
width: calc(100% - 485px);
padding-right: 70px;
}
.top_atelier_deta {
margin-bottom: 50px;
}
.top_atelier_deta dl {
display: flex;
margin-bottom: 20px;
font-size: 1.8rem;
letter-spacing: 1px;
}
.top_atelier_deta dt {
width: 115px;
font-weight: bold;
}
.top_atelier_deta dd {
width: calc(100% - 115px);
}
.top_atelier_deta dd .tel {
font-weight: 600;
}
.info_sns {
}
.info_sns_insta,
.info_sns_line {
position: relative;
display: flex;
flex-wrap: wrap;
padding-left: 45px;
}
.info_sns_insta {
margin-bottom: 30px;
}
.info_sns_insta::before,
.info_sns_line::before {
position: absolute;
content: "";
width: 25px;
height: 25px;
top: 50%;
transform: translateY(-50%);
left: 0;
background-image: url(./common/img/ico_ig_b.png);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.info_sns_line::before {
background-image: url(./common/img/ico_line.png);
}
.info_sns_insta li,
.info_sns_line a {
width: fit-content;
font-size: 1.4rem;
letter-spacing: 1px;
border-bottom: 2px solid #ccc;
}
.info_sns_insta li {
margin-right: 20px;
}
.info_sns_insta a {
}
.info_sns_line {
}
.info_sns_line a {
}
.top_atelier_in2 {
width: 485px;
}
.top_atelier_img {
height: 100%;
}
.top_atelier_img img {
object-fit: cover;
width: 100%;
height: 100%;
}
.top_artists {
max-width: 1110px;
margin: 0 auto;
}
.top_artists_flex {
display: flex;
}
.top_artists_in1 {
width: 306px;
}
.top_artists_img {
}
.top_artists_img img {
object-fit: cover;
aspect-ratio: 306 / 447;
}
.top_artists_in2 {
width: calc(100% - 306px);
padding-left: 70px;
}
.top_artists_in2_name {
margin-bottom: 20px;
line-height: 1.4;
letter-spacing: 1px;
}
.top_artists_in2_name .s1 {
font-size: 2.4rem;
font-weight: bold;
}
.top_artists_in2_name .s2 {
font-size: 3.8rem;
font-weight: 600;
}
.top_artists_in2_txt {
margin-bottom: 40px;
letter-spacing: 1px;
}
.top_artists_in2_list {
}
.top_artists_in2_list li {
position: relative;
padding-left: 40px;
}
.top_artists_in2_list li + li {
margin-top: 17px;
}
.top_artists_in2_list li::before {
position: absolute;
content: "";
width: 22px;
height: 7px;
top: 9px;
left: 5px;
background: linear-gradient(90deg, #b4a790 0%, #b4a790 50%, #d0cdc8 50%, #d0cdc8 100%);
}
@media (max-width: 1748px) {
	.top_info_img {
	width: 400px;
	}
	.top_info_box {
	width: calc(100% - 400px);
	padding: 80px 50px;
	}
	.top_atelier_in1 {
	width: calc(100% - 400px);
	padding-right: 40px;
	}
	.top_atelier_in2 {
	width: 400px;
	}
	.top_atelier_deta {
	margin-bottom: 30px;
	}
	.top_atelier_deta dl {
	margin-bottom: 10px;
	font-size: inherit;
	letter-spacing: 0;
	}
	.top_atelier_deta dt {
	width: 90px;
	}
	.top_atelier_deta dd {
	width: calc(100% - 90px);
	}
	.top_artists_in2 {
	padding-left: 50px;
	}
	.top_artists_in2_list li + li {
	margin-top: 10px;
	}
	.top_artists_in2_name .s1 {
	font-size: 1.9rem;
	}
	.top_artists_in2_name .s2 {
	font-size: 3.0rem;
	}
}
@media (max-width: 1439px) {
	.top_info {
	padding: 100px 30px;
	}
	.top_info .top_wrap {
	display: block;
	max-width: 964px;
	}
	.top_info_img {
	display: none;
	}
	.top_info_box {
	width: 100%;
	padding: 0;
	}
	.top_artists_in2_list li {
	padding-left: 30px;
	}
	.top_artists_in2_list li::before {
	width: 14px;
	height: 4px;
	}
	.top_artists_in2_list li + li {
	margin-top: 5px;
	}
}
@media (max-width: 1023px) {
	.top_info {
	padding: 90px 30px;
	}
	.top_atelier {
	}
	.top_atelier_in1 {
	width: calc(100% - 300px);
	padding-right: 30px;
	}
	.top_atelier_deta {
	margin-bottom: 20px;
	}
	.top_atelier_deta dl {
	margin-bottom: 5px;
	}
	.top_atelier_deta dt {
	width: 80px;
	}
	.top_atelier_deta dd {
	width: calc(100% - 80px);
	}
	.top_atelier_in2 {
	width: 300px;
	}
	.info_sns {
	letter-spacing: 0;
	}
	.info_sns_insta {
	display: block;
	margin-bottom: 15px;
	}
	.info_sns_insta li {
	padding-right: 0;
	}
	.top_artists_in1 {
	width: 250px;
	}
	.top_artists_in2 {
	width: calc(100% - 250px);
	padding-left: 30px;
	}
	.top_artists_in2_name .s1 {
	font-size: inherit;
	}
	.top_artists_in2_name .s2 {
	font-size: 2.6rem;
	}
	.top_artists_in2_txt {
	margin-bottom: 20px;
	font-size: 1.5rem;
	letter-spacing: 0;
	}
	.top_artists_in2_list li {
	font-size: 1.5rem;
	}
}
@media (min-width: 768px) {
	/* hover */
	.info_sns a:hover {
	opacity: .5;
	transition: .3s;
	}
}
@media (max-width: 767px) {
	.top_info {
	padding: 60px 15px;
	}
	.top_info .top_ttl {
	text-align: center;
	}
	.top_atelier {
	display: block;
	}
	.top_atelier_in1 {
	width: 100%;
	padding-right: 0;
	}
	.top_atelier_deta {
	width: fit-content;
	margin: 0 auto 15px;
	font-size: 1.5rem;
	}
	.top_atelier_deta dl {
	margin-bottom: 8px;
	}
	.top_atelier_deta dt {
	}
	.top_atelier_deta dd {
	width: auto;
	}
	.top_atelier_in2 {
	width: 100%;
	}
	.top_atelier_img {
	max-width: 250px;
	margin: auto;
	}
	.top_atelier_img img {
	aspect-ratio: 3 / 2;
	}
	.info_sns {
	width: fit-content;
	margin: auto;
	}
	.top_artists_flex {
	display: block;
	}
	.top_artists_in1 {
	width: 180px;
	margin: 0 auto 10px;
	}
	.top_artists_img img {
	aspect-ratio: 1 / 1.3;
	}
	.top_artists_in2 {
	width: 100%;
	padding-left: 0;
	}
	.top_artists_in2_name {
	margin-bottom: 15px;
	text-align: center;
	}
	.top_artists_in2_name .s1 {
	font-size: 1.5rem;
	}
	.top_artists_in2_name .s2 {
	font-size: 2.2rem;
	}
	.top_artists_in2_txt {
	}
	.top_artists_in2_list li {
	padding-left: 24px;
	font-size: 1.4rem;
	}
	.top_artists_in2_list li::before {
	width: 10px;
	top: 7px;
	}
	.top_artists_in2_list li + li {
	margin-top: 4px;
	}
}

/*-----------------------
 footer
-----------------------*/
footer {
position: relative;
}
.foot_cnt {
position: relative;
padding: 150px 30px;
text-align: center;
color: #fff;
}
.foot_cnt::before {
z-index: -1;
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
background-image: url(./common/img/contact_bg.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.foot_cnt .top_wrap {
}
.foot_cnt .top_ttl {
}
.foot_tel {
width: fit-content;
margin: 0 auto 30px;
font-size: 3.6rem;
line-height: 1;
letter-spacing: 3px;
}
.foot_tel a {
position: relative;
display: block;
width: fit-content;
padding-left: 40px;
}
.foot_tel a::before {
position: absolute;
content: "";
width: calc(24px);
height: calc(42px);
top: 50%;
transform: translateY(-50%);
left: 0;
background-image: url(./common/img/ico_tel.svg);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
filter: brightness(0) invert(1);
}
.foot_time {
display: flex;
align-items: center;
justify-content: center;
}
.foot_time li {
letter-spacing: 2px;
}
.foot_time_1 {
position: relative;
padding-left: 35px;
font-size: 2.2rem;
}
.foot_time_1::before {
position: absolute;
content: "";
width: 25px;
height: 25px;
top: 50%;
transform: translateY(-50%);
left: 0;
background-image: url(./common/img/ico_time.svg);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
filter: brightness(0) invert(1);
}
.foot_time_2 {
margin-left: 25px;
font-size: 1.8rem;
}
.foot_cnt_txt {
font-size: 1.8rem;
letter-spacing: 1px;
line-height: 1.8;
}
.foot_cnt .top_more2 {
line-height: 1;
border: 1px solid #fff;
border-radius: 100px;
}
.foot_cnt .top_more2 a {
position: relative;
display: flex;
align-items: center;
justify-content: center;
height: 62px;
}
.foot_cnt .top_more2 a::before {
position: relative;
display: block;
content: "";
width: calc(19px);
height: calc(16px);
margin-right: 14px;
background-image: url(./common/img/ico_mail.svg);
background-repeat: no-repeat;
background-size: contain;
filter: brightness(0) invert(1);
}
.foot_cnt .top_more2 a::after {
display: none;
}
.foot_box {
position: relative;
padding: 140px 30px;
color: #fff;
background-color: #54524f;
}
.foot_box .top_wrap {
max-width: 1360px;
}
.foot_box_in1 {
position: relative;
width: 400px;
margin: auto;
padding-top: 20px;
text-align: center;
}
.foot_name {
margin-bottom: 20px;
}
.foot_name_1 {
max-width: 100px;
margin: 0 auto 25px;
}
.foot_name_1 img {
filter: brightness(0) invert(1);
}
.foot_name_2 {
letter-spacing: 1px;
}
.foot_address {
margin-bottom: 30px;
letter-spacing: 1px;
}
.foot_address a {
position: relative;
padding-left: 18px;
}
.foot_address a::before {
position: absolute;
content: "";
width: calc(12px);
height: calc(15px);
top: 50%;
transform: translateY(-50%);
left: 0;
background-image: url(./common/img/ico_map.svg);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
filter: brightness(0) invert(1);
}
.foot_box .foot_tel {
margin-bottom: 0;
font-size: 2.0rem;
letter-spacing: 2px;
}
.foot_box .foot_tel a {
padding-left: 24px;
}
.foot_box .foot_tel a::before {
width: calc(24px * .65);
height: calc(42px * .65);
}
.copyright {
width: 100%;
margin-top: 50px;
font-size: 1.4rem;
letter-spacing: 1px;
}
.foot_box_in2 {
position: relative;
width: calc(100% - 275px);
}
.foot_nav {
display: flex;
flex-wrap: wrap;
margin-bottom: 120px;
letter-spacing: 1px;
line-height: 1.4;
}
.foot_nav_in {
}
.foot_nav_in1 {
width: 240px;
}
.foot_nav_in2,
.foot_nav_in3,
.foot_nav_in4 {
width: 180px;
}
.foot_nav_in1 {
margin-right: 80px;
}
.foot_nav_in2,
.foot_nav_in3 {
margin-right: 50px;
}
.foot_nav_in2 + .foot_nav_in2 {
margin-left: 60px;
}
.foot_nav_list {
font-weight: bold;
line-height: 1.3;
}
.foot_nav_list li,
.foot_nav_sub_ttl {
margin-bottom: 20px;
font-size: 1.8rem;
font-weight: 600;
white-space: nowrap;
}
.foot_nav_list li br {
display: none;
}
.foot_nav_sub_list {
}
.foot_nav_sub_list li {
margin-bottom: 15px;
font-size: 1.4rem;
}
.foot_nav_sub_list li a {
}
.foot_sns {
position: absolute;
display: flex;
align-items: center;
bottom: 20px;
left: 0;
letter-spacing: 1px;
}
.foot_sns_insta {
position: relative;
display: flex;
padding-left: 50px;
}
.foot_sns_insta::before {
position: absolute;
content: "";
width: 30px;
height: 30px;
top: 50%;
transform: translateY(-50%);
left: 0;
background-image: url(./common/img/ico_ig_w.png);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.foot_sns_insta li {
font-size: 1.2rem;
}
.foot_sns_insta li + li {
margin-left: 22px;
}
.foot_sns_insta li a {
}
.foot_sns_line {
position: relative;
width: 30px;
height: 30px;
margin-left: 55px;
font-size: 0;
}
.foot_sns_line a {
display: block;
width: 100%;
height: 100%;
background-image: url(./common/img/ico_line.png);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
html.active footer.spmenu {
z-index: 9;
overflow-x: hidden;
overflow-y: auto;
position: fixed;
width: 100%;
height: 100vh;
top: 0;
left: 0;
padding-bottom: 100px;
background-color: #54524f;
animation: spmenu-open .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%);
	}
}
html.active .foot_cnt {
padding: 60px 30px;
}
html.active .foot_cnt .top_ttl {
margin-bottom: 30px;
}
html.active .foot_tel {
margin-bottom: 20px;
}
html.active .foot_time {
margin-bottom: 20px;
}
html.active .foot_cnt .top_more2 {
margin-top: 20px;
}
html.active .foot_box {
padding: 60px 30px;
}
html.active .foot_nav {
margin-bottom: 80px;
}
html.active .copyright {
display: none;
}
@media (max-width: 1439px) {
	.foot_cnt {
	padding: 90px 30px;
	}
	.foot_tel {
	margin-bottom: 20px;
	font-size: 3.0rem;
	}
	.foot_tel a {
	padding-left: 35px;
	}
	.foot_tel a::before {
	width: calc(24px * .8);
	height: calc(42px * .8);
	}
	.foot_time {
	}
	.foot_cnt .top_more2 a {
	height: 52px;
	}
	.foot_box {
	padding: 60px 30px;
	}
	.foot_box .top_wrap {
	position: relative;
	display: block;
	max-width: 964px;
	}
	.foot_box_in1 {
	position: static;
	width: fit-content;
	margin: 0 auto 50px;
	padding-top: 0;
	padding-left: 0;
	border-left-width: 0;
	}
	.copyright {
	bottom: 0;
	}
	.foot_box_in2 {
	width: 100%;
	}
	.foot_nav {
	justify-content: space-between;
	margin-bottom: 50px;
	}
	.foot_nav_in1,
	.foot_nav_in2,
	.foot_nav_in3 {
	margin-right: 0;
	}
	.foot_sns {
	position: static;
	}
	html.active .foot_cnt {
	padding: 50px 30px;
	}
	html.active .foot_box {
	padding: 50px 30px;
	}
	html.active .foot_box .top_wrap {
	padding: 0;
	}
	html.active .foot_nav {
	margin-bottom: 40px;
	}
	html.active .foot_sns {
	justify-content: center;
	}
}
@media (max-width: 1023px) {
	.foot_cnt {
	padding: 50px 30px;
	}
	.foot_tel {
	margin-bottom: 15px !important;
	font-size: 2.8rem;
	}
	.foot_tel a {
	padding-left: 30px;
	}
	.foot_tel a::before {
	width: calc(24px * .7);
	height: calc(42px * .7);
	}
	.foot_time {
	}
	.foot_time_1 {
	padding-left: 30px;
	font-size: 2.0rem;
	}
	.foot_time_1::before {
	width: 20px;
	height: 20px;
	}
	.foot_time_2 {
	font-size: 1.6rem;
	}
	.foot_cnt_txt {
	font-size: inherit;
	letter-spacing: 0;
	}
	.foot_cnt .top_more2 a {
	height: 48px;
	}
	.foot_cnt .top_more2 a::before {
	width: calc(19px * .9);
	height: calc(16px * .9);
	margin-right: 12px;
	}
	.foot_box {
	padding: 50px 30px;
	}
	.foot_box_in1 {
	margin-bottom: 30px;
	}
	.foot_name_1 {
	max-width: 80px;
	margin-bottom: 20px;
	}
	.foot_address {
	margin-bottom: 20px;
	}
	.foot_nav {
	max-width: 400px;
	margin: 0 auto 40px;
	}
	.foot_nav_in1 {
	width: 100%;
	margin-bottom: 20px;
	}
	.foot_nav_list {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	}
	.foot_nav_list li {
	width: calc(50% - 8px);
	margin: 4px;
	font-size: 1.5rem;
	letter-spacing: 0;
	}
	.foot_nav_in2,
	.foot_nav_in3,
	.foot_nav_in4 {
	width: calc(50% - 8px);
	margin: 4px;
	}
	.foot_nav_in4 {
	margin-top: 10px;
	}
	.foot_nav_list li a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 55px;
	text-align: center;
	line-height: 1.1;
	border: 1px solid #aaa;
	}
	.foot_nav_list li br {
	display: block;
	}
	.foot_nav_sub_ttl {
	margin-bottom: 8px;
	font-size: 1.6rem;
	text-align: center;
	}
	.foot_nav_sub_list {
	}
	.foot_nav_sub_list li {
	width: 100%;
	margin: 8px 0;
	font-size: 1.3rem;
	letter-spacing: .5px;
	}
	.foot_nav_sub_list li a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 45px;
	text-align: center;
	border: 1px solid #aaa;
	}
	.foot_sns {
	justify-content: center;
	}
	.foot_sns_line {
	margin-left: 30px;
	}
	html.active .foot_cnt {
	display: none;
	}
	html.active .foot_box {
	padding: 40px 30px;
	}
}
@media (min-width: 768px) {
	/* hover */
	.foot_name_1:hover,
	.foot_address:hover,
	.foot_nav_list li a:hover,
	.foot_nav_sub_ttl a:hover,
	.foot_nav_sub_list li a:hover,
	.foot_sns a:hover {
	opacity: .5;
	transition: .3s;
	}
	.foot_cnt_more:hover {
	background-color: #015fd0;
	transition: .3s;
	}
}
@media (max-width: 767px) {
	.foot_cnt {
	padding: 40px 15px;
	}
	.foot_tel {
	margin-bottom: 10px !important;
	font-size: 2.2rem;
	}
	.foot_tel a {
	padding-left: 25px;
	}
	.foot_tel a::before {
	width: calc(24px * .55);
	height: calc(42px * .55);
	}
	.foot_time {
	}
	.foot_time_1 {
	padding-left: 22px;
	font-size: 1.6rem;
	}
	.foot_time_1::before {
	width: 15px;
	height: 15px;
	}
	.foot_time_2 {
	font-size: 1.5rem;
	}
	.foot_cnt_txt {
	text-align: left;
	font-size: 1.5rem;
	}
	.foot_cnt .top_more2 a {
	height: 45px;
	}
	.foot_cnt .top_more2 a::before {
	width: calc(19px * .8);
	height: calc(16px * .8);
	margin-right: 10px;
	}
	.foot_box {
	padding: 40px 15px;
	}
	.foot_box_in1 {
	margin-bottom: 30px;
	}
	.foot_name {
	margin-bottom: 15px;
	}
	.foot_name_1 {
	max-width: 60px;
	margin-bottom: 10px;
	}
	.foot_address {
	margin-bottom: 10px;
	}
	.foot_box .foot_tel {
	font-size: 1.8rem;
	}
	.foot_box .foot_tel a::before {
	width: calc(24px * .45);
	height: calc(42px * .45);
	}
	.foot_box .foot_tel a {
	padding-left: 20px;
	}
	.foot_nav {
	display: none;
	margin-bottom: 30px;
	}
	.foot_nav_in1 {
	}
	.foot_nav_list {
	}
	.foot_nav_list li {
	width: calc(50% - 4px);
	margin: 2px;
	}
	.foot_nav_in2,
	.foot_nav_in3,
	.foot_nav_in4 {
	width: calc(50% - 4px);
	margin: 2px;
	}
	.foot_nav_in4 {
	margin-top: 15px;
	}
	.foot_nav_list li a {
	height: 50px;
	}
	.foot_nav_sub_ttl {
	margin-bottom: 8px;
	font-size: 1.6rem;
	text-align: center;
	}
	.foot_nav_sub_list li {
	margin: 4px 0;
	font-size: 1.3rem;
	}
	.foot_nav_sub_list li a {
	height: 43px;
	}
	.foot_sns {
	}
	.foot_sns_insta {
	display: block;
	padding-left: 45px;
	}
	.foot_sns_insta li + li {
	margin-left: 0;
	}
	.foot_sns_line {
	margin-left: 40px;
	}
	html.active .foot_box {
	padding: 40px 15px;
	}
	html.active .foot_nav {
	display: flex;
	}
}

/*-----------------------
 下層コンテンツ
-----------------------*/
/*-- body・header・footer --*/
body:not(.front-page) {
}
body:not(.front-page) header {
}
@media (max-width:1920px) {
}
@media (max-width:1800px) {
}
@media (max-width:1440px) {
}
@media (max-width:1023px) {
}
@media (max-width:767px) {
}

/* ページタイトル */
.pagettl {
z-index: 1;
position: relative;
}
.pagettl_img {
}
.pagettl_img img {
object-fit: cover;
width: 100%;
height: 300px;
}
.pagettl_h2 {
margin-bottom: 60px;
text-align: center;
}
.pagettl_h2_1 {
display: block;
margin-bottom: 20px;
font-size: 2.1rem;
font-weight: normal;
letter-spacing: 4px;
}
.pagettl_h2_2 {
display: block;
font-size: 4.8rem;
font-weight: 600;
letter-spacing: 4px;
}
@media (max-width: 1440px) {

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

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


}

/*-- 大枠 --*/
.low {
position: relative;
}
.low_section {
padding: 100px 30px;
}
.low_wrap {
max-width: 1200px;
margin: auto;
}
.low_box + .low_box,
.low_parts + .low_box {
margin-top: 80px;
}
.low_box + .low_parts,
.low_parts + .low_parts {
margin-top: 30px;
}
@media (max-width:1260px) {
	.low_wrap {
	max-width: 964px;
	}
}
@media (max-width:1023px) {
	.low_section {
	padding: 80px 30px;
	}
	.low_wrap {
	max-width: 708px;
	}
}
@media (max-width:767px) {
	.low_wrap {
	max-width: 330px;
	}
	.low_section {
	padding: 60px 15px;
	}
	.low_box + .low_box {
	}
	.low_parts + .low_parts {
	}
}

/*-------------------------
 下層共通パーツ
-------------------------*/
/*-- h3～h6タイトル --*/
.low_h3 {
z-index: 1;
position: relative;
margin-top: 60px;
margin-bottom: 40px;
font-size: 3.4rem;
text-align: center;
color: #0146a1;
}
.blue_section .low_h3 {
color: #fff;
}
.white_box .low_h3 {
color: #0146a1;
}
.low_h3:first-child {
margin-top: 0;
}
h3[class*="low_h2"] + h4[class*="low_h3"] {
margin-top: 0;
}
.low_h4 {
z-index: 1;
position: relative;
margin-top: 60px;
margin-bottom: 30px;
font-size: 3.0rem;
font-weight: bold;
color: #015fd0;
}
.low_h4:first-child {
margin-top: 0;
}
h3[class*="low_h2"] + h5[class*="low_h4"],
h4[class*="low_h3"] + h5[class*="low_h4"] {
margin-top: 0;
}
.low_h5 {
z-index: 1;
position: relative;
min-width: 300px;
margin-top: 2em;
margin-bottom: 1em;
padding: 10px 15px;
font-size: 2.0rem;
font-weight: bold;
}
.low_h5::before{
opacity: .3;
z-index: -1;
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
background-image: linear-gradient(90deg,#015fd0,transparent);
border-radius: 3px;
}
.low_h5:first-of-type {
margin-top: 0;
}
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;
}
.low_h6 {
width: fit-content;
margin-top: 2em;
margin-bottom: 1em;
padding: 5px 2px;
font-size: 1.8rem;
text-align: center;
border-bottom: 5px double #ff950c;
}
.low_wrap > h4[class*="low_h3"]:first-child,
.low_wrap > h5[class*="low_h4"]:first-child,
.low_wrap > h5[class*="low_h5"]:first-child,
.low_wrap > h6[class*="low_h6"]:first-child,
h3[class*="low_h2"] + h6[class*="low_h6"],
h4[class*="low_h3"] + h6[class*="low_h6"],
h5[class*="low_h4"] + h6[class*="low_h6"],
h5[class*="low_h5"] + h6[class*="low_h6"] {
margin-top: 0;
}
@media (max-width:1260px) {
	.low_h3_s2 {
	font-size: 3.0rem;
	}
}
@media (max-width:1023px) {
	.low_h3 {
	padding-top: 50px;
	}
	.low_h3::before {
	width: 30px;
	height: 30px;
	}
	.low_h3_s1 {
	font-size: 1.8rem;
	}
	.low_h3_s2 {
	font-size: 2.8rem;
	}
	.low_h4 {
	padding: 10px 20px;
	}
}
@media (max-width:767px) {
	.low_h3 {
	padding-top: 40px;
	}
	.low_h3::before {
	width: 25px;
	height: 25px;
	}
	.low_h3_s1 {
	font-size: 1.6rem;
	}
	.low_h3_s2 {
	display: block;
	font-size: 2.4rem;
	}
	.low_h4 {
	padding: 10px 13px;
	font-size: 2.0rem;
	border-left-width: 7px;
	border-radius: 4px;
	}
	.point_s1 {
	width: 80px;
	font-size: 1.6rem;
	padding: 10px;
	border-radius: 6px;
	}
	.point_s2 {
	width: calc(100% - 80px);
	padding-left: 10px;
	}
	.low_h5,
	.low_h5_2 {
	min-width: auto;
	margin-top: 2em;
	margin-bottom: 10px;
	padding: 8px 10px;
	font-size: 1.8rem;
	border-radius: 4px;
	}
	.low_h6 {
	padding: 3px 0;
	font-size: 1.6rem;
	border-bottom-width: 3px;
	}
}

/*-- テキスト --*/
.low_txt {
font-size: 1.8rem;
line-height: 2;
}
.low_txt_p + .low_txt_p {
margin-top: .8em;
}
.txt_link {
text-decoration: underline;
}
@media (max-width:1023px) {
	.low_txt {
	font-size: inherit;
	line-height: inherit;
	}
}
@media (min-width:768px) {
	/* hover */
	.txt_link:hover {
	opacity: .5;
	transition: .3s;
	}
}
@media (max-width:767px) {
}

/*-- テーブル --*/
.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 #252525;
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: #252525;
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: #f1f1f1;
	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 {
	font-size: 1.4rem;
	}
}

/*-- リンクボタン --*/
.linkbtn {
}
.linkbtn a {
position: relative;
display: inline-block;
width: fit-content;
min-width: 335px;
height: 60px;
font-weight: 600;
text-align: center;
font-weight: bold;
text-align: center;
letter-spacing: .5px;
line-height: 1.2;
color: #0146a1;
border: 2px solid #0146a1;
border-radius: 100px;
padding: 20px 60px 20px 40px;
}
.linkbtn a::after {
position: absolute;
content: "";
width: calc(20px);
height: calc(20px);
top: 50%;
transform: translateY(-50%);
right: 20px;
background-image: url(./common/img/more_arrow_blue.svg);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
@media (max-width:1023px) {
	.linkbtn a {
	min-width: 200px;
	height: 55px;
	padding: 15px 50px 15px 30px;
	}
	.linkbtn a::after {
	width: 8px;
	height: 8px;
	}
}
@media (min-width:768px) {
	/* hover */
	.linkbtn a:hover {
	color: #fff;
	background-color: #0146a1;
	transition: background-color .3s;
	}
	.linkbtn a:hover::after {
	filter: brightness(0) invert(1);
	}
}
@media (max-width:767px) {
	.linkbtn a {
	min-width: 180px;
	height: 45px;
	padding: 13px 30px 13px 10px;
	}
	.linkbtn a::after {
	width: 8px;
	height: 8px;
	right: 15px;
	}
}


/*-----------------------
 コンセプト
-----------------------*/
.concept_page {
}
@media (max-width:1260px) {
}
@media (max-width:1023px) {
}
@media (min-width:768px) {
}
@media (max-width:767px) {
}

/*-----------------------
 
-----------------------*/
.xx_page {
}
.xx {
}
@media (max-width:1260px) {
}
@media (max-width:1023px) {
}
@media (min-width:768px) {
}
@media (max-width:767px) {
}

/*-----------------------
 
-----------------------*/
.xx_page {
}
.xx {
}
@media (max-width:1260px) {
}
@media (max-width:1023px) {
}
@media (min-width:768px) {
}
@media (max-width:767px) {
}

/*-----------------------
 お問い合わせ
-----------------------*/
.contact {
}
.contact_tel {
}
.contact01_tel_box {
max-width: 600px;
margin: auto;
padding: 25px;
text-align: center;
border: 2px solid #94cddc;
border-radius: 15px;
}
.contact01_tel_box_1 {
position: relative;
margin-bottom: 20px;
padding-top: 60px;
font-size: 1.8rem;
font-weight: bold;
text-align: center;
line-height: 1.4;
}
.contact01_tel_box_1::before {
position: absolute;
content: "";
width: calc(22px * 1.4);
height: calc(34px * 1.4);
top: 0;
left: 50%;
transform: translateX(-50%);
background-image: url(./common/img/ico_tel.png);
background-repeat: no-repeat;
background-size: contain;
}
.contact01_tel_box_2 {
margin-bottom: 20px;
font-family: "Montserrat", "Noto Sans JP", sans-serif;
font-size: 3.0rem;
letter-spacing: 1px;
line-height: 1;
}
.contact01_tel_box_2::before {
content: "TEL.";
font-size: 2.0rem;
letter-spacing: 0;
}
.contact01_tel_box_time {
display: flex;
justify-content: center;
width: fit-content;
margin: auto;
}
.contact01_tel_box_time dl {
display: flex;
align-items: center;
font-family: "Montserrat", "Noto Sans JP", sans-serif;
text-align: center;
line-height: 1;
}
.contact01_tel_box_time dl + dl {
}
.contact01_tel_box_time dl + dl::before {
margin: 0 20px;
content: "/";
}
.contact01_tel_box_time dt {
margin-right: 10px;
font-weight: bold;
color: #94cddc;
}
.contact01_tel_box_time dd {
}
.contact_form {
}
.contact_form dl {
display: flex;
margin-bottom: 5px;
}
.contact_form dt {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
width: 300px;
padding: 20px;
font-weight: bold;
background-color: rgba(1,95,208,.1);
}
.contact_form dd {
width: calc(100% - 300px);
padding: 15px 0 15px 30px;
}
.contact_name dd {
}
.wpcf7-checkbox .wpcf7-list-item {
display: block;
}
.wpcf7-checkbox .wpcf7-list-item + .wpcf7-list-item {
margin-top: 3px;
}
.wpcf7-radio .wpcf7-list-item {
display: block;
}
.contact_name .contact_form_dd_in {
width: 50%;
}
.contact_name .contact_form_dd_in:nth-of-type(1) {
padding-right: 5px;
}
.contact_name .contact_form_dd_in:nth-of-type(2) {
padding-left: 5px;
}
.contact_birt dd {
display: flex;
align-items: center;
}
.contact_birt .contact_form_dd_in1 {
}
.contact_birt .contact_form_dd_in2 {
margin: 0 10px;
}
.contact_address_txt {
width: 100%;
margin-bottom: 5px;
font-size: 1.4rem;
letter-spacing: 0;
}
.contact_address_in1 {
display: flex;
flex-wrap: wrap;
align-items: center;
margin-bottom: 1em;
}
.contact_address_in1 input {
width: 150px;
}
.contact_address_in1 .note {
margin-left: 15px;
}
.contact_address_in1 .note a {
display: block;
padding: 8px 5px;
font-size: 1.3rem;
line-height: 1;
letter-spacing: 0;
background-color: #f1f1f1;
border: 1px solid;
border-radius: 2px;
}
.contact_address_in2 {
margin-bottom: 1em;
}
.contact_naiyou_in1 {
margin-bottom: 1em;
}
.conf_msg {
margin-top: 2em;
text-align: center;
}
.contact_cnf_form {
}
.contact_cnf_form.contact_form {
}
.contact_cnf_form.contact_form dl {
align-items: center;
}
.thanks_msg {
position: relative;
padding: 100px 0 50px 0;
text-align: center;
line-height: 2;
}
.thanks_msg::before {
position: absolute;
content: "";
width: calc(70px);
height: calc(70px);
top: 0;
left: 0;
right: 0;
margin: auto;
background-image: url(./common/img/contact/thanks.png);
background-repeat: no-repeat;
background-size: contain;
}
.privacy_box {
overflow-x: hidden;
overflow-y: auto;
height: 400px;
margin-top: 3em;
padding: 30px;
background-color: #fff;
border: 1px solid #0b2251;
}
.privacy_box h3 {
margin-bottom: 1em;
font-size: 1.8rem;
text-align: center;
}
.privacy_box::-webkit-scrollbar {
width: 8px;
background-color: #f1f1f1;
}
.privacy_box::-webkit-scrollbar-thumb {
background-color: #ccc;
border-radius: 100px;
}
.privacy_ttl {
margin-bottom: 1em;
font-size: 1.8rem;
font-weight: bold;
text-align: center;
}
.privacy_txt1 {
margin-top: 2em;
margin-bottom: 5px;
font-weight: bold;
}
.privacy_txt2 {
}
.privacy_txt2 p + p,
.privacy_txt2 p + ul,
.privacy_txt2 ul + ul,
.privacy_txt2 ul + p {
margin-top: .5em;
}
.privacy_txt2 ul li {
padding-left: 1em;
text-indent: -1em;
}
@media (max-width:1260px) {
}
@media (max-width:1023px) {
	.contact01_tel_box {
	max-width: 400px;
	}
}
@media (min-width:768px) {
}
@media (max-width:767px) {
	.contact01_tel_box {
	max-width: 280px;
	padding: 20px;
	}
	.contact01_tel_box_1::before {
	width: 20px;
	height: 20px;
	}
	.contact01_tel_box_1 {
	margin-bottom: 15px;
	padding-top: 30px;
	font-size: 1.7rem;
	}
	.contact01_tel_box_2 {
	font-size: 2.6rem;
	}
	.contact01_tel_box_2::before {
	font-size: 1.8rem;
	}
	.contact_form dl {
	display: block;
	}
	.contact_form dt {
	width: 100%;
	padding: 10px;
	}
	.contact_form dd {
	width: 100%;
	padding: 20px 10px;
	}
	.contact_address_in1 input {
	width: 100px;
	}
	.wpcf7-radio .wpcf7-list-item {
	min-width: 70px;
	}
	.privacy_box {
	margin-top: 2em;
	padding: 20px;
	}
	.thanks_msg {
	padding-top: 60px;
	line-height: inherit;
	}
	.thanks_msg::before {
	width: calc(106px * .6);
	height: calc(73px * .6);
	}
}

/*-----------------------
 ブログ
-----------------------*/
.blog {
}
/*-- 共通 --*/
.blog_category {
display: flex;
flex-wrap: wrap;
flex-wrap: wrap;
justify-content: flex-end;
margin-right: -2px;
margin-bottom: 5px;
}
.blog_category li {
margin: 2px;
padding: 7px 8px;
font-size: 1.3rem;
text-align: center;
line-height: 1;
background-color: #f1f1f1;
border-radius: 3px;
}
.blog_date {
font-size: 1.5rem;
font-weight: 500;
text-align: right;
line-height: 1;
letter-spacing: 1px;
}
/*-- アーカイブ --*/
.blog_archives {
}
.blog_list {
display: flex;
flex-wrap: wrap;
}
.blog_list_li {
position: relative;
width: calc(33.3333% - 24px);
margin: 12px;
color: #262626;
background-color: #fff;
border: 1px solid #aaa;
}
.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;
}
.blog_list_ttl {
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
text-overflow: ellipsis;
margin-bottom: 10px;
font-size: 1.7rem;
line-height: 1.4;
}
.blog_date {
margin-bottom: 10px;
font-size: 1.5rem;
letter-spacing: .5px;
line-height: 1;
}
.blog_list_txt {
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 5;
font-size: 1.5rem;
text-overflow: ellipsis;
letter-spacing: 0;
line-height: 1.4;
}
.blog_list_box_in2 {
position: relative;
padding: 10px 10px 0 10px;
}
.blog_list_box_img {
aspect-ratio: 4 / 3;
background-image: url(./common/img/news/icatch.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.blog_list_box_img img {
object-fit: cover;
aspect-ratio: 4 / 3;
width: 100%;
height: 100%;
}
.blog_list_li .blog_category {
position: absolute;
bottom: 5px;
right: 16px;
margin-bottom: 0;
}
.blog_list_li .blog_category li {
background-color: rgba(255,255,255,.8);
}
/*-- ページャー --*/
.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;
color: #0146a1;
background-color: #fff;
border-radius: 100%;
}
.wp-pagenavi .current {
font-weight: bold;
color: #fff;
background-color: #029ef1;
}
.wp-pagenavi .nextpostslink {
margin-left: 10px;
font-size: 2.0rem;
}
/*-- シングルページ --*/
.blog_single_box {
margin-bottom: 3em;
padding: 50px;
color: #262626;
background-color: #f4f8fb;
border-radius: 30px;
}
.blog_single .blog_date {
margin-bottom: 15px;
}
.blog_single_title {
margin: 0 auto 30px;
font-size: 2.4rem;
}
.post_in {
margin-top: 30px;
line-height: 1.8;
}
.post_in h1 {
margin-top: 0;
margin-bottom: 1em;
padding: 10px 15px;
font-size: 120%;
background-color: rgba(1,95,208,.3);
}
.post_in h2 {
margin-top: 0;
margin-bottom: 1em;
padding-bottom: 5px;
font-size: 115%;
border-bottom: 2px solid #aaa;
}
.post_in h3 {
width: fit-content;
margin-top: 0;
margin-bottom: 1em;
padding-bottom: 4px;
font-size: 110%;
border-bottom: 1px solid #aaa;
}
.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;
}
.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;
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
font-weight: bold;
letter-spacing: 0;
}
.single_pager_prev,
.single_pager_next {
overflow: hidden;
width: calc((100% - 180px) / 2);
max-width: 400px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
text-overflow: ellipsis;
}
.single_pager_prev a,
.single_pager_next a {
position: relative;
display: block;
width: fit-content;
padding: 0 15px;
}
.single_pager_next a {
margin-left: auto;
}
.single_pager_prev a::before,
.single_pager_next a::before {
position: absolute;
content: "";
width: 5px;
height: 5px;
top: 9px;
transform: rotate(45deg);
}
.single_pager_prev a::before {
left: 1px;
border-bottom: 2px solid #fff;
border-left: 2px solid #fff;
}
.single_pager_next a::before {
right: 1px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
}
.single_pager_return {
width: 180px;
font-weight: bold;
text-align: center;
border: 2px solid #fff;
border-radius: 8px;
}
.single_pager_return a {
display: block;
padding: 10px 10px;
}
@media (max-width:1260px) {
	.blog_single .blog_date {
	font-size: inherit;
	}
	.blog_single_title {
	font-size: 2.4rem;
	}
}
@media (max-width:1023px) {
	.blog_list {
	}
	.blog_list_li {
	margin-bottom: 10px;
	}
	.wp-pagenavi {
	margin-top: 30px;
	}
	.blog_category li {
	padding: 4px 5px;
	}
	.post_in {
	line-height: inherit;
	}
}
@media (min-width:768px) {
	/*-- 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: #0146a1;
	transition: .5s;
	}
	.single_pager_prev a:hover,
	.single_pager_next a:hover {
	opacity: .5;
	transition: .5s;
	}
	.single_pager_return:hover {
	background-color: #029ef1;
	transition: .5s;
	}
}
@media (max-width:767px) {
	.blog_date {
	margin-bottom: 10px;
	}
	.blog_list {
	}
	.blog_list_li {
	height: 120px;
	padding: 8px;
	border-width: 1px;
	}
	.blog_list_box {
	}
	.blog_list_box_in1 {
	width: calc(100% - 100px);
	padding: 0 0 0 10px;
	}
	.blog_list_box_in2 {
	width: 100px;
	height: 100px;
	}
	.blog_date {
	margin-bottom: 5px;
	font-size: 1.2rem;
	}
	.blog_list_ttl {
	font-size: 1.4rem;
	}
	.blog_list_txt {
	-webkit-line-clamp: 4;
	font-size: 1.3rem;
	line-height: 1.3;
	}
	.blog_single_box {
	padding: 0 5px;
	}
	.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;
	}
}
