/*
Theme Name: warabi
Theme URL: https://www.aws-leather.jp/
Description: a.w.s和楽日店
Author: Yuya Shibata
Version: 1.0.0
*/

* {
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: 120px;
overflow: auto;
font-size: 62.5%;
}
body {
position: relative;
max-height: 100%;
margin: 0;
padding: 0;
font-family: 'arial','Noto Sans JP',sans-serif;
font-weight: normal;
font-size: 1.6rem;
line-height: 1.6;
color: #141c39;
background-color: #fff;
-webkit-text-size-adjust: 100%;
}
@media (max-width: 1024px) {
	html {
	font-size: 60%;
	}
}
@media (max-width: 767px) {
	html {
	scroll-padding-top: 10px;
	font-size: 58%;
	}
	body {
	overflow-x: hidden;
	width: 100%;
	font-size: 1.5rem;
	}
}
@media (max-width: 374px) {
	html {
	font-size: 55%;
	}
}

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;
line-height: 1.4;
}
@media (min-width:768px) {
	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;
border: 1px solid #aaa;
}
input[type="button"],
input[type="text"],
input[type="submit"],
input[type="image"],
textarea {
-webkit-appearance: none;
}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="email"],
textarea {
-webkit-appearance: none;
width: 100%;
padding: 10px;
background-color: #fff;
border-radius: 4px;
}
select {
width: 100%;
padding: 5px 10px;
background-color: #fff;
}
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;
display: inline-block;
}
select {
padding-right: 25px;
}
.select::before {
z-index: 1;
position: absolute;
content: "";
width: 8px;
height: 8px;
top: 18px;
right: 23px;
border-bottom: 2px solid #888;
border-right: 2px solid #888;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
textarea {
width: 100%;
height: 250px;
}
input[type="reset"],
input[type="submit"] ,
input[type="button"]{
-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;
}
.contact_submit {
display:flex;
justify-content: center;
align-items: center;
width: fit-content;
height: 65px;
margin: 3em auto 0;
width: 300px;
font-size: 1.8rem;
background-color: #516d85;
border-radius: 100px;
}
input[readonly="readonly"] {
}
.privacy_check {
text-align: center;
}
.hissu {
display: inline-block;
padding: 2px 5px;
font-size: 1.2rem;
font-weight: normal;
letter-spacing: 2px;
color: #fff;
background-color: #de7184;
border-radius: 4px;
}
@media (min-width:768px) {
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="date"]:focus,
	input[type="email"]:focus,
	select:focus,
	textarea:focus {
	background-color: #fbfcd6;
	}
	input[readonly="readonly"]:focus {
	background-color: #fff;
	}
	.contact_submit:hover {
	background-color: #7ca4c7;
	transition: .5s !important;
	}
}
@media (max-width:767px) {
	input[type="text"],
	input[type="password"],
	input[type="date"],
	input[type="email"],
	select,
	textarea {
	padding: 10px;
	}
	textarea {
	height: 200px;
	}
	.contact_submit {
	width: 250px;
	height: 45px;
	font-size: inherit;
	}
}

/*-----------------------
 共通設定
-----------------------*/
.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; }
.normal { font-weight: normal;}
.font_small { font-size: 1.4rem; }
.font_large { font-size: 1.8rem; }
.red { color: #c50b19; }
.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 !important;
	}
}

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

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

/*-----------------------
 ヘッダー
-----------------------*/
header {
z-index: 9;
position: relative;
font-weight: bold;
line-height: 1;
background-color: #fff;
border-top: 14px solid #fff;
}
header::before {
position: absolute;
content: "";
width: 100%;
height: 6px;
top: -14px;
left: 0;
border-style: solid;
border-color: #1a1f2f;
border-width: 6px 0 2px 0;
}
.head_wrap {
position: relative;
max-width: 1920px;
height: 100%;
margin: auto;
}
.head_flex {
display: flex;
}
.head_in1 {
width: 450px;
padding-left: 20px;
}
.head_logo {
display: flex;
}
.head_logo_mark {
position: relative;
width: 228px;
margin-top: 15px;
}
.head_logo_mark img {
position: absolute;
top: 0;
left: 0;
}
.head_logo_txt {
width: calc(100% - 228px);
padding-top: 40px;
padding-bottom: 40px;
padding-left: 20px;
font-size: 2.4rem;
}
.head_in2 {
width: calc(100% - 450px);
}
.nav2 {
display: flex;
align-items: center;
justify-content: flex-end;
height: 100%;
padding-right: 122px;
}
.nav2 li {
}
.nav2 li a {
}
.nav2_contact {
display: flex;
align-items: center;
margin-right: 30px;
}
.nav2_contact_s1 {
display: block;
margin-right: 10px;
}
.nav2_contact_s2 a {
position: relative;
display: block;
padding: 12px 30px;
font-family: "Inika",sans-serif;
font-size: 1.8rem;
letter-spacing: 3px;
color: #fff;
background-color: #1a1f2f;
border-radius: 100px;
}
.nav2_contact_s2 a::before {
position: static;
display: inline-block;
vertical-align: middle;
content: "";
width: calc(49px * .5);
height: calc(49px * .5);
margin-right: 10px;
background-image: url(../image/header_tel@2x.png);
background-repeat: no-repeat;
background-size: contain;
}
.nav2_access {
}
.nav2_access a {
display: block;
width: calc(108px * .5);
height: calc(134px * .5);
font-size: 0;
background-image: url(../image/header_access@2x.png);
background-repeat: no-repeat;
background-size: contain;
}
.toggle {
z-index: 99999;
cursor: pointer;
position: fixed;
display: block;
width: 49px;
height: 49px;
top: 54px;
right: 40px;
}
.toggle span {
display: block;
position: absolute;
width: 100%;
top: 0;
left: 0;
right: 0;
margin: auto;
border-style: solid;
border-color: #1a1f2f;
border-width: 0 0 5px 0;
transition: .35s ease-in-out;
-webkit-transition: .35s ease-in-out;
-moz-transition: .35s ease-in-out;
}
.toggle span:nth-child(2) {
top: 17px;
}
.toggle span:nth-child(3) {
top: 34px;
}
html.active .toggle {
z-index: 99999;
}
html.active .toggle span:nth-child(1) {
top: 18px;
transform: rotate(-45deg);
}
html.active .toggle span:nth-child(2),
html.active .toggle span:nth-child(3) {
top: 18px;
transform: rotate(45deg);
}
html.active {
overflow: hidden;
}
html.active .body_wrap {
position: relative;
}
html.active .spmenu {
overflow-x: hidden;
overflow-y: auto;
display: block;
z-index: 9999;
position: fixed;
width: 600px;
height: 100vh;
top: 0;
right: 0;
padding: 120px 30px 30px 30px;
line-height: 1;
background-color: #f7f3f0;
animation: spmenu .5s ease-out;
box-shadow: 0 0 30px rgba(0,0,0,.2);
}
@keyframes spmenu {
	from {
	transform: translateX(100%);
	opacity: 0;
	}
	to {
	transform: translateX(0);
	opacity: 1;
	}
}
.nav1 {
display: none;
}
html.active .nav1 {
display: block;
max-width: 300px;
margin-left: auto;
margin-right: auto;
}
html.active .nav1 li {
margin-bottom: 8px;
}
html.active .nav1 li a {
display: block;
padding: 18px 30px;
background-color: #fff;
border-radius: 6px;
}
html.active .nav2 {
display: block;
height: auto;
max-width: 300px;
margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-right: 0;
text-align: center;
}
html.active .nav2_contact_s2 a {
display: flex;
align-items: center;
justify-content: center;
height: 60px;
margin: auto;
padding: 10px;
color: #fff;
background-color: #1a1f2f;
border-radius: 100px;
}
html.active .nav2_contact {
display: block;
margin-bottom: 25px;
margin-right: 0;
}
html.active .nav2_contact_s1 {
margin-bottom: 8px;
font-size: 1.5rem;
}
html.active .nav2_contact_s2 a::before {
}
html.active .nav2_access a {
margin-left: auto;
margin-right: auto;
}
@media (max-width:1320px) {
	.head_in1 {
	width: 400px;
	padding-left: 15px;
	}
	.head_logo_mark {
	width: 150px;
	margin-top: 15px;
	}
	.head_logo_txt {
	width: calc(100% - 150px);
	padding-top: 20px;
	padding-bottom: 20px;
	}
	.head_in2 {
	width: calc(100% - 400px);
	}
	.nav2 {
	padding-right: 80px;
	}
	.nav2_access a {
	width: calc(108px* .4);
	height: calc(134px* .4);
	}
	.toggle {
	top: 30px;
	right: 10px;
	}
	html.active .spmenu {
	width: 400px;
	padding-top: 100px;
	}
}
@media (min-width:1025px) {
	/* is-fixed */
	html.is-fixed header {
	z-index: 999;
	position: fixed;
	width: 100%;
	height: inherit;
	top: 0;
	left: 0;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	}
	html.is-fixed .head_logo_txt {
	padding-top: 20px;
	padding-bottom: 20px;
	}
	html.is-fixed .head_logo_mark {
	width: 100px;
	margin-top: 8px;
	}
	html.is-fixed .head_logo_mark img {
	width: 100px;
	transition: .5s !important;
	animation: head_logo_mark .5s ease-out;
	}
	@keyframes head_logo_mark {
		from {
		transform: translateY(10%);
		opacity: 0;
		}
		to {
		transform: translateY(0);
		opacity: 1;
		}
	}
	html.is-fixed .head_logo_txt {
	width: calc(100% - 100px);
	}
	html.is-fixed .nav2_access a {
	width: calc(108px* .4);
	height: calc(134px* .4);
	}
	html.is-fixed .toggle {
	top: 32px;
	}
}
@media (max-width:1024px) {
	.nav2 {
	display: none;
	}
	.toggle {
	top: 34px;
	right: 15px;
	}
	.toggle::before {
	position: absolute;
	content: "";
	width: calc(100% + 8px);
	height: calc(100% + 8px);
	top: -13px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #1a1f2f;
	border-radius: 4px;
	}
	.toggle span {
	width: 40px;
	border-width: 2px;
	border-color: #fff;
	}
	.toggle span:nth-child(2) {
	top: 13px;
	}
	.toggle span:nth-child(3) {
	top: 26px;
	}
	html.active .toggle span:nth-child(1),
	html.active .toggle span:nth-child(2),
	html.active .toggle span:nth-child(3) {
	top: 13px;
	}
}
@media (min-width:768px) {
	/* hover */
	.head_logo_mark:hover,
	.head_logo_txt:hover {
	opacity: .5;
	transition: .5s !important;
	}
	html.active .nav1 li a:hover {
	background-color: #d4e3f0;
	transition: .5s !important;
	}
	.nav2_contact_s2 a:hover {
	background-color: #7ca4c7;
	transition: .5s !important;
	}
	.nav2_access a:hover {
	background-image: url(../image/header_access@2x_hover.png);
	transition: .5s !important;
	}
	html.active .nav2_contact_s2 a:hover {
	background-color: #7ca4c7;
	transition: .5s !important;
	}
	.toggle:hover span {
	border-color: #7ca4c7;
	transition: .5s !important;
	}
}
@media (max-width:767px) {
	header {
	border-top: 8px solid #fff;
	}
	header::before {
	height: 2px;
	top: -8px;
	border-width: 3px 0 1px 0;
	}
	.head_flex {
	display: block;
	}
	.head_in1 {
	width: 100%;
	padding-left: 5px;
	}
	.head_logo_mark {
	width: 100px;
	margin-top: 2px;
	}
	.head_logo_txt {
	width: calc(100% - 100px);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 1.9rem;
	}
	.toggle {
	width: 33px;
	height: 30px;
	top: 18px;
	}
	.toggle::before {
	width: calc(100% + 8px);
	height: calc(100% + 8px);
	top: -8px;
	border-radius: 2px;
	}
	.toggle span {
	width: 30px;
	border-width: 0 0 3px 0;
	}
	.toggle span:nth-child(2) {
	top: 9px;
	}
	.toggle span:nth-child(3) {
	top: 18px;
	}
	html.active .toggle span:nth-child(1),
	html.active .toggle span:nth-child(2),
	html.active .toggle span:nth-child(3) {
	top: 10px;
	}
	html.active .spmenu {
	width: 250px;
	padding: 60px 15px 100px 15px;
	}
	html.active .nav1 li {
	margin-bottom: 5px;
	}
	html.active .nav1 li a {
	padding: 14px 20px;
	}
	html.active .nav2 {
	margin-top: 20px;
	}
	html.active .nav2_contact_s1 {
	margin-bottom: 5px;
	font-size: 1.3rem;
	}
	html.active .nav2_contact {
	margin-bottom: 20px;
	}
	html.active .nav2_contact_s2 a {
	width: 100%;
	height: 50px;
	}
	.nav2_contact_s2 a::before {
	width: calc(49px* .35);
	height: calc(49px* .35);
	margin-right: 5px;
	}
}

/*-----------------------
 TOPページ
-----------------------*/

/* メインビジュアル */
.mv {
background-color: #516d85;
}
.mv_wrap {
overflow: hidden;
position: relative;
max-width: 1920px;
margin-left: auto;
margin-right: auto;
}
.slick-slider {
display: block;
position: relative;
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;
min-height: 1px;
font-size: 0;
}
.slick-list {
position: relative;
display: block;
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 {
display: block;
position: relative;
top: 0;
left: 0;
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 {
display: none;
position: relative;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide {
float: right;
}
.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-arrow {
}
.slick-prev,
.slick-next {
z-index: 1;
cursor: pointer;
position: absolute;
top: 120px;
width: 40px;
height: 40px;
font-size: 0;
background-color: rgba(0,0,0,.3);
}
.slick-prev {
left: 0;
border-radius: 0 4px 4px 0;
}
.slick-next {
right: 0;
border-radius: 4px 0 0 4px;
}
.slick-prev::before,
.slick-next::before {
position: absolute;
content: "";
width: 10px;
height: 10px;
top: 50%;
transform: translateY(-50%);
right: 0;
left: 0;
margin: -8px auto 0;
border-style: solid;
border-color: #fff;
transform: rotate(45deg);
}
.slick-prev::before {
right: 12px;
right: -5px;
border-width: 0 0 3px 3px;
}
.slick-next::before {
left: 12px;
left: -5px;
border-width: 3px 3px 0 0;
}
.slider_in a {
display: block;
}
.mv_wrap_in {
position: relative;
margin-left: auto;
}
.slider_img {
}
.slider_img img {
position: relative;
object-fit: cover;
aspect-ratio: 1260 / 760;
}
.mv_catch {
z-index: 1;
position: absolute;
width: calc(823px);
top: 50%;
transform: translateY(-50%);
right: 0;
left: 0;
margin: auto;
}
.mv_catch_bg {
width: 100%;
}
.mv_catch_txt {
z-index: 1;
position: absolute;
bottom: 50px;
width: calc(100% - 200px);
right: 0;
left: 0;
margin: auto;
font-size: 2.4rem;
font-weight: 900;
text-align: center;
letter-spacing: 1px;
}
@media (max-width:1400px) {
	.mv_catch {
	width: calc(823px * .8);
	}
	.mv_catch_txt {
	bottom: 35px;
	width: calc(100% - 120px);
	font-size: 2.0rem;
	}
}
@media (max-width:1320px) {
	.mv_catch {
	width: calc(823px * .7);
	}
	.mv_catch_txt {
	bottom: 30px;
	width: calc(100% - 100px);
	font-size: 1.8rem;
	letter-spacing: 0;
	}
}
@media (max-width:1024px) {
	.mv_catch {
	width: calc(823px * .6);
	}
	.mv_catch_txt {
	bottom: 25px;
	width: calc(100% - 90px);
	font-size: 1.6rem;
	}
}
@media (max-width:767px) {
	.mv {
	background-image: url(../image/silver_bg.jpg);
	border-bottom: 1px solid #000;
	}
	.mv_catch {
	position: static;
	width: calc(823px* .43);
	padding: 30px 0;
	transform: inherit;
	}
	.mv_catch_bg {
	position: relative;
	}
	.mv_catch_bg::before {
	position: absolute;
	content: "";
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	background-image: url(../image/mv_catch_spbg.png);
	background-repeat: no-repeat;
	background-size: contain;
	}
	.mv_catch_bg img {
	z-index: 1;
	position: relative;
	}
	.mv_catch_txt {
	bottom: 47px;
	font-size: 1.25rem;
	}
}
@media (max-width:500px) {
	.slider_img img {
	aspect-ratio: inherit;
	height: 250px;
	}
}
@media (max-width:360px) {
	.mv_catch {
	width: calc(100% - 20px);
	}
}

/* TOP共通 */
.top_sec {
padding: 136px 30px 100px 30px;
}
.top_sec::before {
position: absolute;
content: "";
width: 100%;
height: 30px;
top: 0;
left: 0;
background-image: url(../image/line02@2x.png),url(../image/line01.jpg);
background-repeat: no-repeat,repeat-x;
background-position: top 7px center,top 20px center;
background-size: auto 8px,auto 3px;
}
.top_sec::after {
position: absolute;
content: "";
width: calc(132px * .5);
height: calc(146px * .5);
top: 20px;
left: 0;
right: 0;
margin: auto;
background-image: url(../image/lamp@2x.png);
background-repeat: no-repeat;
background-size: contain;
}
.top_wrap {
max-width: 1260px;
margin: auto;
}
.top_ttl {
position: relative;
margin-bottom: 35px;
padding-bottom: 18px;
font-family: 'Inika','Noto Sans JP',sans-serif;
font-size: 3.6rem;
font-weight: bold;
text-align: center;
text-shadow: 0 0 1px #1a1f2f, 0 0 1px #1a1f2f, 0 0 1px #1a1f2f, 0 0 1px #1a1f2f, 0 0 1px #1a1f2f, 0 0 1px #1a1f2f, 0 0 1px #1a1f2f, 0 0 1px #1a1f2f, 0 0 1px #1a1f2f, 0 0 1px #1a1f2f, 0 0 1px #1a1f2f, 0 0 1px #1a1f2f, 0 0 1px #1a1f2f, 0 0 1px #1a1f2f, 0 0 1px #1a1f2f, 0 0 1px #1a1f2f, 3px 3px #436582;
letter-spacing: 4px;
color: #fff;
}
.top_ttl::before {
position: absolute;
content: "";
width: 322px;
height: 2px;
bottom: 0;
left: 0;
right: 0;
margin: auto;
background-color: #5f7f9a;
}
.top_ttl::after {
position: absolute;
content: "";
width: 322px;
height: 13px;
bottom: -6px;
left: 0;
right: 0;
margin: auto;
background-image: url(../image/top_ttl_parts@2x.png),url(../image/top_ttl_parts@2x.png);
background-repeat: no-repeat;
background-position: center left,center right;
background-size: 13px auto;
}
.top_txt {
max-width: 950px;
width: fit-content;
margin-left: auto;
margin-right: auto;
margin-bottom: 2em;
}
.top_more {
margin-top: 2em;
}
.top_more a {
position: relative;
display: block;
max-width: 300px;
margin: auto;
padding: 22px 30px;
font-weight: bold;
text-align: center;
line-height: 1;
letter-spacing: 1px;
color: #fff;
background-color: #1a1f2f;
border: 3px solid #bc9a6f;
border-radius: 100px;
}
@media (min-width:1025px) {
	.top_txt {
	line-height: 2;
	letter-spacing: .5px;
	}
}
@media (max-width:1024px) {
	.top_sec {
	padding: 140px 15px 80px 15px;
	}
	.top_ttl {
	font-size: 2.8rem;
	}
	.top_ttl::before {
	width: 250px;
	}
	.top_ttl::after {
	width: 250px;
	}
}
@media (min-width:768px) {
	/* hover */
	.top_more a:hover {
	background-color: #516d85;
	transition: .5s !important;
	}
}
@media (max-width:767px) {
	.top_sec {
	padding: 110px 15px 60px 15px;
	}
	.top_sec::before {
	background-position: top 7px center,top 17px center;
	background-size: auto 7px,auto 1px;
	}
	.top_sec::after {
	width: calc(132px * .4);
	height: calc(146px * .4);
	top: 18px;
	}
	.top_ttl {
	font-size: 2.4rem;
	}
	.top_ttl::before {
	width: 200px;
	}
	.top_ttl::after {
	width: 200px;
	}
	.top_more a {
	padding: 18px 10px;
	}
}

/* 革小物づくり体験 */
.top_leather {
}
.top_leather::before {
background-position: top 19px center, top 7px center;
}
.top_leather::after {
top: 35px;
}
.leather_txt {
}
.leather_box {
display: flex;
align-items: center;
padding-top: 64px;
}
.leather_box_in1 {
position: relative;
width: 51%;
}
.leather_box_in1_img {
}
.leather_box_in1_img_1 {
}
.leather_box_in1_img_1 img {
object-fit: cover;
aspect-ratio: 640 / 425;
border: 7px solid #bc9a6f;
border-radius: 2px;
}
.leather_box_in1_img_2 {
position: relative;
z-index: 1;
position: absolute;
width: calc(280px);
height: calc(175px);
top: -40px;
left: -145px;
}
.leather_box_in1_img_2::before {
opacity: .3;
z-index: -1;
position: absolute;
content: "";
width: 100%;
height: 100%;
bottom: -5px;
left: -14px;
background-color: #516d85;
transform: rotate(-14deg);
}
.leather_box_in1_img_2::after {
position: absolute;
content: "";
width: calc(218px * .5);
height: calc(70px * .5);
top: -18px;
left: 20%;
background-image: url(../image/leather_img02_parts@2x.png);
background-repeat: no-repeat;
background-size: contain;
}
.leather_box_in1_img_2 img {
object-fit: cover;
width: 100%;
height: 100%;
border: 6px solid #fff;
transform: rotate(-8deg);
}
.leather_box_in2 {
width: 49%;
padding-top: 20px;
}
.leather_box_in2_wrap {
position: relative;
max-width: 560px;
margin-left: auto;
margin-right: auto;
padding: 57px 30px 76px 30px;
}
.leather_box_in2_wrap::before {
position: absolute;
content: "";
width: 130%;
height: 100%;
top: 50%;
transform: translateY(-50%);
right: -40px;
background-image: url(../image/leather_box_in2_wrap_bg@2x.png);
background-size: 100% 100%;
}
.leather_box_in2_ttl {
position: relative;
margin-bottom: 26px;
padding-left: 85px;
font-size: 2.4rem;
letter-spacing: 2px;
}
.leather_box_in2_ttl::before {
position: absolute;
content: "";
width: calc(167px * .5);
height: calc(162px * .5);
top: 50%;
transform: translateY(-50%);
left: -10px;
background-image: url(../image/leather_ico.png);
background-repeat: no-repeat;
background-position: left center;
background-size: contain;
}
.leather_box_in2_sub {
position: relative;
margin-bottom: 30px;
font-family: "Inika",sans-serif;
font-size: 2.0rem;
font-weight: bold;
line-height: 1;
letter-spacing: 4px;
color: #bc9a6f;
}
.leather_box_in2_sub::before,
.leather_box_in2_sub::after {
display: inline-block;
vertical-align: middle;
content: "";
width: calc(116px * .5);
height: calc(28px * .5);
background-image: url(../image/leather_line@2x.png);
background-repeat: no-repeat;
background-size: contain;
}
.leather_box_in2_sub::before {
margin-right: 17px;
}
.leather_box_in2_sub::after {
margin-left: 17px;
}
.leather_box_in2_txt {
}
.leather_box_in2_img {
position: relative;
position: absolute;
width: calc(279px);
height: calc(190px);
bottom: -72px;
right: -86px;
}
.leather_box_in2_img::before {
opacity: .3;
z-index: -1;
position: absolute;
content: "";
width: 100%;
height: 100%;
bottom: -5px;
left: -18px;
background-color: #96bbda;
transform: rotate(-1deg);
}
.leather_box_in2_img::after {
position: absolute;
content: "";
width: calc(219px * .5);
height: calc(85px * .5);
top: -18px;
right: 25%;
background-image: url(../image/leather_img03_parts@2x.png);
background-repeat: no-repeat;
background-size: contain;
}
.leather_box_in2_img img {
object-fit: cover;
width: 100%;
height: 100%;
border: 6px solid #fff;
transform: rotate(8deg);
}
@media (min-width:1025px) {
	.leather_box_in2_txt {
	line-height: 1.9;
	}
}
@media (max-width:1024px) {
	.leather_box {
	display: block;
	padding-top: 0;
	}
	.leather_box_in1 {
	width: 100%;
	margin-bottom: 20px;
	}
	.leather_box_in1_img {
	position: relative;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	}
	.leather_box_in1_img_1 {
	}
	.leather_box_in1_img_2 {
	width: calc(280px* .9);
	height: calc(175px* .9);
	top: 10px;
	left: -90px;
	}
	.leather_box_in2 {
	width: 100%;
	padding-top: 0;
	}
	.leather_box_in2_wrap {
	max-width: 500px;
	padding: 40px 30px;
	}
	.leather_box_in2_wrap::before {
	width: 130%;
	top: 50%;
	right: inherit;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	}
	.leather_box_in2_ttl {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	padding-left: 70px;
	font-size: 2.0rem;
	letter-spacing: 1px;
	}
	.leather_box_in2_ttl::before {
	width: calc(167px* .35);
	height: calc(162px* .35);
	}
	.leather_box_in2_sub {
	width: fit-content;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.8rem;
	letter-spacing: 2px;
	}
	.leather_box_in2_img {
	width: calc(279px* .8);
	height: calc(190px* .8);
	bottom: -50px;
	right: -80px;
	}
}
@media (max-width:767px) {
	.top_leather::before {
	background-position: top 14px center, top 5px center;
	}
	.top_leather::after {
	top: 25px;
	}
	.leather_box_in1_img {
	max-width: 400px;
	padding-top: 30px;
	}
	.leather_box_in1_img_2 {
	width: calc(280px* .7);
	height: calc(175px* .7);
	left: -30px;
	}
	.leather_box_in1_img_2::after {
	width: calc(218px* .35);
	height: calc(70px* .35);
	top: -12px
	}
	.leather_box_in2_wrap {
	max-width: 400px;
	padding: 40px 0 80px 0;
	}
	.leather_box_in2_ttl {
	margin-bottom: 20px;
	padding-left: 50px;
	font-size: 1.8rem;
	letter-spacing: 0;
	}
	.leather_box_in2_ttl::before {
	width: calc(167px* .3);
	height: calc(162px* .3);
	}
	.leather_box_in2_sub {
	margin-bottom: 20px;
	font-size: 1.7rem;
	}
	.leather_box_in2_sub::before,
	.leather_box_in2_sub::after {
	width: calc(116px* .4);
	height: calc(28px* .4);
	}
	.leather_box_in2_img {
	width: calc(279px* .6);
	height: calc(190px* .6);
	bottom: -20px;
	right: -20px;
	}
	.leather_box_in2_img::before {
	bottom: -5px;
	left: -8px;
	}
	.leather_box_in2_img::after {
	width: calc(219px* .35);
	height: calc(85px* .35);
	top: -15px;
	}
}

/* 選べるアイテム */
.top_select {
padding-bottom: 0;
}
.top_select_txt {
}
.top_select_bg {
position: relative;
padding-top: 68px;
padding-bottom: 100px;
}
.top_select_bg::before {
z-index: -1;
position: absolute;
content: "";
width: 100vw;
height: 100%;
top: 0;
left: 50%;
transform: translateX(-50%);
background-image: url(../image/select_bg.jpg);
}
.top_select_list {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: -12px;
}
.top_select_list li {
width: calc(25% - 24px);
margin: 12px;
}
.top_select_list li img {
object-fit: contain;
aspect-ratio: 1 / 1;
width: 100%;
height: 100%;
}
.top_select_more {
}
.top_select_more a {
max-width: 433px;
}
.top_select_more_1 {
display: block;
margin-bottom: 8px;
}
.top_select_more_2 {
display: block;
font-family: "Inika",sans-serif;
letter-spacing: 2px;
color: #bc9a6f;
}
.top_select_more_2::after {
display: inline-block;
vertical-align: middle;
content: "";
width: calc(74px * .5);
height: calc(14px * .5);
margin-left: 10px;
background-image: url(../image/arrow@2x.png);
background-repeat: no-repeat;
background-size: contain;
}
@media (min-width:768px) {
	/* hover */
	.top_select_more a:hover .top_select_more_2::after {
	margin-left: 30px;
	transition: .5s !important;
	}
}
@media (max-width:1024px) {
	.top_select_list {
	margin: -6px;
	}
	.top_select_list li {
	width: calc(25% - 12px);
	margin: 6px;
	}
}
@media (max-width:767px) {
	.top_select_bg {
	padding-top: 40px;
	padding-bottom: 40px;
	}
	.top_select_list {
	margin: -6px;
	}
	.top_select_list li {
	width: 166px;
	}
	.top_select_more a {
	max-width: 300px;
	}
}
@media (max-width:374px) {
	.top_select_list li {
	width: 150px;
	}
}

/* 体験のご予約 */
.top_rsv {
}
.top_rsv_txt {
}
.top_rsv_calendar {
max-width: 950px;
height: 500px;
margin: auto;
border: 1px solid #516d85;
}
.top_rsv_calendar iframe {
width: 100%;
height: 100%;
}
@media (max-width:767px) {
}

/*information	*/
.top_info {
}
.top_info_box {
}
.top_info_box_ul {
}
.top_info_box_ul li {
position: relative;
display: flex;
align-items: center;
padding: 15px 0;
border-bottom: 2px solid #dedede;
}
.top_info_box_ul li a {
z-index: 1;
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.top_info_img {
overflow: hidden;
width: 150px;
}
.top_info_img img {
object-fit: cover;
aspect-ratio: 150 / 100;
width: 100%;
height: 100%;
}
.top_info_box_dl {
position: relative;
width: calc(100% - 150px);
padding-left: 25px;
padding-right: 85px;
}
.top_info_box_dl::before {
position: absolute;
content: "";
width: calc(12px * .5);
height: calc(18px * .5);
top: 50%;
transform: translateY(-50%);
right: 60px;
background-image: url(../image/info_arrow@2x.png);
background-repeat: no-repeat;
background-size: contain;
}
.top_info_box_dl dt {
margin-bottom: 3px;
font-size: 1.3rem;
font-weight: bold;
letter-spacing: 1px;
}
.top_info_box_dl dd {
}
.top_info_txt1 {
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
text-overflow: ellipsis;
margin-bottom: 3px;
font-weight: bold;
}
.top_info_txt2 {
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
text-overflow: ellipsis;
font-size: 1.3rem;
}
.top_info_more {
}
.top_info_more_1 {
margin-right: 10px;
font-family: "Inika",sans-serif;
letter-spacing: 2px;
color: #bc9a6f;
}
.top_info_more_2 {
}
.top_info_more_2::after {
display: inline-block;
vertical-align: middle;
content: "";
width: calc(74px* .5);
height: calc(14px* .5);
margin-left: 10px;
background-image: url(../image/arrow@2x.png);
background-repeat: no-repeat;
background-size: contain;
}
@media (min-width:768px) {
	/* hover */
	.top_info_box_ul li:hover {
	opacity: .5;
	transition: .5s !important;
	}
	.top_info_more a:hover .top_info_more_2::after {
	margin-left: 30px;
	transition: .5s !important;
	}
}
@media (max-width:1024px) {
	.top_info_box_dl {
	padding-right: 25px;
	}
	.top_info_box_dl::before {
	right: 10px;
	}
}
@media (max-width:767px) {
	.top_info_img {
	width: 100px;
	}
	.top_info_box_dl {
	position: relative;
	width: calc(100% - 100px);
	padding-left: 10px;
	padding-right: 10px;
	}
	.top_info_box_dl::before {
	right: 3px;
	}
}

/* シルバーアクセサリー作り */
.top_silver {
padding: 45px 30px 60px 30px;
background-image: url(../image/silver_bg.jpg);
background-size: cover;
}
.top_silver_wrap {
position: relative;
max-width: 955px;
margin-left: auto;
margin-right: auto;
}
.top_silver_bg {
}
.top_silver_bg img {
}
.top_silver_box {
position: absolute;
bottom: 0;
right: 0;
left: 0;
margin: auto;
padding: 0 35px 35px 35px;
}
.top_silver_box a {
z-index: 1;
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.top_silver_box_img {
overflow: hidden;
}
.top_silver_box_img img {
}
.top_silver_box_txt {
position: absolute;
bottom: 50px;
right: 50px;
padding-right: 44px;
font-size: 1.8rem;
font-weight: bold;
text-align: right;
text-shadow: 0 0 10px #000;
line-height: 1.4;
color: #fff;
}
.top_silver_box_txt::after {
position: absolute;
content: "";
width: calc(74px * .5);
height: calc(14px * .5);
bottom: 10px;
right: 0;
background-image: url(../image/arrow@2x_hover.png);
background-repeat: no-repeat;
background-size: contain;
filter: drop-shadow(0 0 5px #000);
}
@media (min-width:768px) {
	/* hover */
	.top_silver_box:hover .top_silver_box_img img {
	transform: scale(1.1, 1.1);
	transition: .5s !important;
	}
}
@media (max-width:767px) {
	.top_silver {
	padding: 30px 15px 40px 15px;
	}
	.top_silver_wrap {
	max-width: 400px;
	}
	.top_silver_bg {
	display: none;
	}
	.top_silver_box {
	position: relative;
	padding: 130px 0 0 0;
	}
	.top_silver_box::before {
	position: absolute;
	content: "";
	width: calc(367px * .9);
	height: calc(120px * .9);
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	background-image: url(../image/silver_sp.png);
	background-repeat: no-repeat;
	background-size: contain;
	}
	.top_silver_box_img::before {
	opacity: .2;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	}
	.top_silver_box_img img {
	object-fit: cover;
	width: 100%;
	height: 180px;
	}
	.top_silver_box_txt {
	bottom: 10px;
	right: 0;
	left: 0;
	margin: auto;
	padding-right: 0;
	text-align: center;
	text-shadow: 0 0 5px #000;
	}
	.top_silver_box_txt::after {
	position: static;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	}
}

/* instagram */
.top_insta {
padding-top: 100px;
background-color: #f6f3ef;
}
.top_insta::before {
display: none;
}
.top_insta::after {
top: 0;
}
/*.top_insta_box {
height: 790px;
background-color: #fff;
}*/
#sb_instagram #sbi_load .sbi_load_btn {
	margin-top: 1.4em !important;
	border-radius: 40px !important;
	padding: 12px 24px !important;
  }
.top_insta_more {
}
.top_insta_more a {
max-width: 322px;
padding-top: 10px;
padding-bottom: 14px;
}
.top_insta_more a::before {
position: absolute;
content: "";
width: calc(74px* .5);
height: calc(14px* .5);
top: 50%;
transform: translateY(-50%);
right: 18px;
background-image: url(../image/arrow@2x_hover.png);
background-repeat: no-repeat;
background-size: contain;
}
.top_insta_more_1 {
display: block;
margin-bottom: 5px;
font-family: "Inika",sans-serif;
letter-spacing: 2px;
}
.top_insta_more_2 {
}
@media (min-width:768px) {
	/* hover */
	.top_insta_more a:hover::before {
	right: 8px;
	transition: .5s !important;
	}
}
@media (max-width:767px) {
}

/*-----------------------
 お問い合わせ
-----------------------*/
.contactbnr {
padding: 115px 30px;
background-image: url(../image/contactbbnr_bg.jpg);
background-attachment: fixed;
background-position: center;
background-size: cover;
}
.contactbnr_wrap {
max-width: 1260px;
margin-left: auto;
margin-right: auto;
text-align: center;
background-color: rgba(255,255,255,.8);
}
.contactbnr_ttl {
position: relative;
padding: 48px 30px 27px 30px;
font-size: 3.3rem;
}
.contactbnr_ttl::before {
position: absolute;
content: "";
width: 100%;
height: 8px;
bottom: 0;
right: 0;
left: 0;
margin: auto;
background-image: url(../image/line02@2x.png);
background-repeat: no-repeat;
background-position: center;
background-size: auto 100%;
}
.contactbnr_box {
max-width: 1042px;
margin-left: auto;
margin-right: auto;
padding: 37px 30px 54px 30px;
}
.contactbnr_txt1 {
margin-bottom: 10px;
font-size: 2.4rem;
font-weight: bold;
}
.contactbnr_txt2 {
margin-bottom: 40px;
}
.contactbnr_btn {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: -12px;
}
.contactbnr_btn li {
width: calc(33.3333% - 24px);
margin: 12px;
}
.contactbnr_btn li a {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
height: 102px;
padding: 22px 10px;
font-weight: bold;
line-height: 1;
letter-spacing: 2px;
text-align: left;
color: #fff;
background-color: #1a1f2f;
border: 3px solid #bc9a6f;
border-radius: 100px;
}
.contactbnr_btn_s {
position: relative;
display: block;
padding-left: 55px;
}
.contactbnr_btn_s::before {
position: absolute;
display: block;
content: "";
width: calc(39px);
height: calc(39px);
top: 50%;
transform: translateY(-50%);
left: 0;
background-repeat: no-repeat;
background-size: contain;
}
.contactbnr_btn_tel {
}
.contactbnr_btn_tel a {
}
.contactbnr_btn_tel .contactbnr_btn_s::before {
background-image: url(../image/ico_tel@2x.png);
}
.contactbnr_btn_tel_s1 {
display: block;
margin-bottom: 4px;
font-size: 2.4rem;
}
.contactbnr_btn_tel_s2 {
display: block;
font-size: 1.3rem;
letter-spacing: 2px;
}
.contactbnr_btn_calendar {
}
.contactbnr_btn_calendar a {
}
.contactbnr_btn_calendar .contactbnr_btn_s::before {
background-image: url(../image/ico_calendar@2x.png);
}
.contactbnr_btn_group {
}
.contactbnr_btn_group a {
}
.contactbnr_btn_group .contactbnr_btn_s::before {
background-image: url(../image/ico_group@2x.png);
}
@media (min-width:768px) {
	/* hover */
	.contactbnr_btn_calendar a:hover,
	.contactbnr_btn_group a:hover {
	background-color: #516d85;
	transition: .5s !important;
	}
}
@media (max-width:1024px) {
	.contactbnr {
	padding: 90px 30px;
	}
	.contactbnr_txt2 {
	text-align: left;
	}
	.contactbnr_btn {
	max-width: 640px;
	margin: -6px auto;
	}
	.contactbnr_btn li {
	width: calc(50% - 12px);
	margin: 6px;
	}
}
@media (max-width:767px) {
	.contactbnr {
	padding: 60px 15px;
	}
	.contactbnr_wrap {
	max-width: 400px;
	}
	.contactbnr_ttl {
	padding: 20px;
	font-size: 2.4rem;
	}
	.contactbnr_box {
	padding: 20px;
	}
	.contactbnr_txt1 {
	font-size: 1.7rem;
	}
	.contactbnr_txt2 {
	margin-bottom: 20px;
	}
	.contactbnr_btn {
	display: block;
	max-width: 300px;
	margin: auto;
	}
	.contactbnr_btn li {
	width: 100%;
	margin: 0 0 6px 0;
	}
	.contactbnr_btn li a {
	height: 80px;
	padding: 18px 10px;
	}
	.contactbnr_btn_tel_s1 {
	font-size: 2.0rem;
	}
	.contactbnr_btn_tel_s2 {
	font-weight: normal;
	letter-spacing: .5px;
	}
	.contactbnr_btn_s {
	display: block;
	padding-left: 45px;
	max-width: 25 0px;
	}
	.contactbnr_btn_s {
	width: 200px;
	}
	.contactbnr_btn_s::before {
	width: calc(39px * .8);
	height: calc(39px* .8);
	}
}

/*-----------------------
 フッター
-----------------------*/
footer {
}
.foot_wrap {
max-width: 1260px;
margin-left: auto;
margin-right: auto;
}
.footbox {
padding: 80px 30px 0 30px;
}
.footinfo {
display: flex;
align-items: center;
padding-bottom: 65px;
}
.footinfo_in1 {
width: 49.6%;
padding-right: 30px;
}
.footinfo_txt1 {
margin-bottom: 1.5em;
font-size: 2.1rem;
font-weight: bold;
letter-spacing: 2px;
}
.footinfo_txt2 {
margin-bottom: 2em;
}
.footinfo_sns {
display: flex;
align-items: center;
margin-bottom: 2em;
}
.footinfo_sns li {
width: 30px;
}
.footinfo_sns li + li {
margin-left: 20px;
}
.footinfo_sns li a {
}
.footinfo_sns li img {
}
.footinfo_logo {
}
.footinfo_logo img {
width: calc(198px);
margin-left: 0;
}
.footinfo_in2 {
width: 50.4%;
}
.footinfo_img {
display: flex;
flex-wrap: wrap;
}
.footinfo_img img {
object-fit: cover;
width: 100%;
height: 100%;
}
.footinfo_img > li:nth-of-type(1) {
width: 100%;
margin-bottom: 14px;
}
.footinfo_img > li:nth-of-type(1) img {
aspect-ratio: 633 / 264;
}
.footinfo_img > li:nth-of-type(2) {
width: 50%;
padding-right: 7px;
}
.footinfo_img_li_in {
}
.footinfo_img_li_in li:nth-of-type(1) {
margin-bottom: 14px;
}
.footinfo_img_li_in li:nth-of-type(2) {
}
.footinfo_img_li_in li img {
aspect-ratio: 310 / 175.5;
}
.footinfo_img > li:nth-of-type(3) {
width: 50%;
padding-left: 7px;
}
.footinfo_img > li:nth-of-type(3) img {
aspect-ratio: 310 / 365;
}
.footshop {
position: relative;
padding-top: 89px;
padding-bottom: 62px;
border-top: 1px solid;
}
.footshop::before {
position: absolute;
content: "";
width: calc(132px* .5);
height: calc(146px* .5);
top: 0;
left: 0;
right: 0;
margin: auto;
background-image: url(../image/lamp@2x.png);
background-repeat: no-repeat;
background-size: contain;
}
.footshop_ttl {
margin-bottom: 70px;
}
.footshop_list {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.footshop_list li {
width: 30%;
padding: 10px 30px;
}
.footshop_list li:nth-child(2) {
	width: 33%;
}
.footshop_list li:last-child {
	width: 37%;
}
.footshop_list li + li {
border-left: 1px solid;
}
/*田畑追記*/
.footshop_list_txt1_wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 15px;
	border-bottom: 1px solid;
}
.footshop_list_txt1 {
width: 72%;
}
.footshop_list_txt1_link {
	width: 28%;
	padding-top: 15px;
}
.footshop_list_txt1_link a {
	border: 1px solid;
	font-size: 1.5rem;
	padding: 8px 5px;
}
/**/
.footshop_list_txt2 {
padding-top: 15px;
}
.footnav {
padding-top: 30px;
padding-bottom: 30px;
background-image: url(../image/line03@2x.png);
background-repeat: repeat-x;
background-position: top center;
background-size: auto 2px;
}
.footnav ul {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: -15px;
font-weight: bold;
}
.footnav li {
margin: 15px;
}
.copyright {
padding: 30px 15px;
font-size: 1.4rem;
text-align: right;
letter-spacing: 1px;
color: #fff;
background-color: #1a1f2f;
}
.copyright .foot_wrap {
}
.page_top {
position: fixed;
right: 20px;
margin-bottom: 20px;
}
.page_top a {
display: flex;
align-items: center;
justify-content: center;
width: 136px;
height: 136px;
font-family: "Inika", sans-serif;
font-size: 2.4rem;
font-weight: bold;
text-align: center;
letter-spacing: 2px;
color: #bc9a6f;
background-color: #516d85;
border: 3px solid #bc9a6f;
border-radius: 50%;
}
.page_top a span {
display: block;
}
.page_top a span::before {
display: block;
content: "";
width: 100%;
height: calc(74px * .5);
margin-bottom: 5px;
background-image: url(../image/pagetop_arrow@2x.png);
background-repeat: no-repeat;
background-position: top center;
background-size: contain;
}

@media (max-width:1300px) {
	.footshop_list_txt1_wrapper {
		display: block;
	}
	.footshop_list_txt1, .footshop_list_txt1_link {
		width: 100%;
		}
	.footshop_list li, .footshop_list li:nth-child(2), .footshop_list li:last-child {
	width: 33.3333%;
	}
}
@media (max-width:1024px) {
	.footinfo {
	display: block;
	}
	.footinfo_in1 {
	width: 100%;
	width: fit-content;
	margin: 0 auto 30px;
	padding-right: 0;
	text-align: center;
	}
	.footinfo_sns {
	justify-content: center;
	}
	.footinfo_logo img {
	margin-left: auto;
	}
	.footinfo_in2 {
	width: 100%;
	max-width: 500px;
	margin: auto;
	}
	.footshop_list li {
	padding: 10px 20px;
	}
	.footnav li {
	margin: 10px;
	font-size: 1.5rem;
	}
	.page_top {
	right: 10px;
	margin-bottom: 10px;
	}
	.page_top a {
	width: 80px;
	height: 80px;
	font-size: inherit;
	}
	.page_top a span::before {
	height: calc(74px* .3);
	margin-bottom: 0;
	}
}
@media (min-width:768px) {
	/* hover */
	.footinfo_sns li a:hover,
	.footnav li a:hover {
	opacity: .5;
	transition: .5s !important;
	}
	.page_top a:hover {
	background-color: #1a1f2f;
	transition: .5s !important;
	}
}
@media (max-width:1024px) {
	.footbox {
	padding-left: 15px;
	padding-right: 15px;
	}
}
@media (max-width:767px) {
	.footbox {
	padding-top: 50px;
	}
	.footinfo {
	padding-bottom: 40px;
	}
	.footinfo_txt1 {
	margin-bottom: 1em;
	font-size: 1.8rem;
	letter-spacing: 1px;
	}
	.footinfo_txt2 {
	margin-bottom: 1em;
	font-size: 1.4rem;
	}
	.footinfo_sns {
	margin-bottom: 1em;
	}
	.footinfo_sns li {
	width: 28px;
	}
	.footinfo_sns li + li {
	margin-left: 15px;
	}
	.footinfo_logo img {
	width: calc(198px* .8);
	}
	.footinfo_in2 {
	max-width: 400px;
	}
	.footshop {
	padding-bottom: 40px
	}
	.footshop_ttl {
	margin-bottom: 40px;
	}
	.footshop_list {
	display: block;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 1.4rem;
	}
	.footshop_list li + li {
	border-left: 0;
	margin-top: 20px;
	}
	.footshop_list li, .footshop_list li:nth-child(2), .footshop_list li:last-child {
	width: 100%;
	padding: 20px;
	border-bottom: 1px solid;
	border-right: 1px solid;
	}
	.footshop_list li:nth-of-type(1) {
	}
	.footshop_list li:nth-of-type(2) {
	}
	.footshop_list li:nth-of-type(3) {
	}
	.footshop_list_txt1 {
	position: relative;
	padding-bottom: 15px;
	border-bottom: 0;
	}
	.footshop_list_txt1::before {
	position: absolute;
	content: "";
	width: 100px;
	height: 1px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	background-color: #7ca4c7;
	}
	.footnav {
	display: none;
	}
	.copyright {
	font-size: 1.3rem;
	text-align: center;
	}
	.page_top {
	right: 0;
	margin-bottom: 0;
	}
	.page_top a {
	width: 50px;
	height: 50px;
	font-size: 1.2rem;
	border-radius: 10px 0 0 0;
	border-bottom-width: 0;
	border-right-width: 0;
	}
	.page_top a span::before {
	display: none;
	}
}

/*-----------------------
 下層共通
-----------------------*/

/* パンくずリスト */
.pankuzu {
padding: 20px 30px;
background-color: #f6f3ef;
}
.breadcrumb {
max-width: 1260px;
margin: auto;
display: flex;
flex-wrap: wrap;
align-items: center;
font-size: 1.5rem;
line-height: 1.4;
}
.breadcrumb span {
display: block;
}
.breadcrumb span > a,
.breadcrumb span > span {
display: block;
margin: 5px 10px;
padding: 5px 10px;
border-radius: 4px;
}
.breadcrumb span > a {
color: #fff;
background-color: #1a1f2f;
}
.breadcrumb span > span {
background-color: #fff;
}
.breadcrumb .current-item {
}
@media (max-width: 1024px) {
	.pankuzu {
	padding: 40px 15px;
	}
	.breadcrumb {
	margin-right: -10px;
	margin-left: -10px;
	}
}
@media (max-width: 1750px) {
	.pankuzu {
	padding-left: 280px;
	}
}
@media (max-width: 1320px) {
	.pankuzu {
	padding: 15px 15px 15px 180px;
	}
}
@media (max-width: 1024px) {
}
@media (min-width: 768px) {
	/* hover */
	.breadcrumb a:hover {
	background-color: #516d85;
	transition: .5s !important;
	}
}
@media (max-width: 767px) {
	.pankuzu {
	padding: 65px 20px 10px 20px;
	}
	.breadcrumb {
	font-size: 1.3rem;
	}
	.breadcrumb span > a,
	.breadcrumb span > span {
	padding: 3px 5px;
	}
}

/* 大枠div */
.low {
padding: 80px 30px 100px 30px;
}
.low::before {
position: absolute;
content: "";
width: 100%;
height: 30px;
top: 0;
left: 0;
background-image: url(../image/line02@2x.png), url(../image/line01.jpg);
background-repeat: no-repeat, repeat-x;
background-position: top 19px center, top 7px center;
background-size: auto 8px, auto 3px;
}
.low::after {
position: absolute;
content: "";
width: calc(132px* .5);
height: calc(146px* .5);
top: 33px;
left: 0;
right: 0;
margin: auto;
background-image: url(../image/lamp@2x.png);
background-repeat: no-repeat;
background-size: contain;
}
.low_wrap {
max-width: 1260px;
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: 40px;
}
@media (max-width:1024px) {
	.low {
	padding: 80px 15px;
	}
}
@media (max-width:767px) {
	.low {
	padding: 50px 15px;
	}
	.low::after {
	width: calc(132px* .4);
	height: calc(146px* .4);
	top: 25px;
	}
	.low_parts + .low_parts {
	margin-top: 30px;
	}
}

/* 背景 */
.bg01 {
position: relative;
}
.bg01::after {
z-index: -8;
position: absolute;
content: "";
width: 100vw;
height: 100%;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
}
.bg01::after {
background-color: #faf6f2;
}

/*-----------------------
 汎用レイアウト
-----------------------*/
/* ページタイトル */
.pagettl {
position: relative;
padding-top: 50px;
padding-bottom: 80px;
}
.pagettl_h2 {
max-width: 1260px;
margin: auto;
text-align: center;
}
.pagettl_h2_s1 {
position: relative;
display: block;
margin-bottom: 18px;
padding-bottom: 18px;
font-family: "Inika",sans-serif;
font-size: 3.6rem;
text-shadow: 0 0 1px #1a1f2f, 0 0 1px #1a1f2f, 0 0 1px #1a1f2f, 0 0 1px #1a1f2f, 0 0 1px #1a1f2f, 0 0 1px #1a1f2f, 0 0 1px #1a1f2f, 0 0 1px #1a1f2f, 0 0 1px #1a1f2f, 0 0 1px #1a1f2f, 0 0 1px #1a1f2f, 0 0 1px #1a1f2f, 0 0 1px #1a1f2f, 0 0 1px #1a1f2f, 0 0 1px #1a1f2f, 0 0 1px #1a1f2f, 3px 3px #436582;
letter-spacing: 4px;
color: #fff;
}
.pagettl_h2_s1::before {
position: absolute;
content: "";
width: 322px;
height: 2px;
bottom: 0;
left: 0;
right: 0;
margin: auto;
background-color: #5f7f9a;
}
.pagettl_h2_s1::after {
position: absolute;
content: "";
width: 322px;
height: 13px;
bottom: -6px;
left: 0;
right: 0;
margin: auto;
background-image: url(../image/top_ttl_parts@2x.png), url(../image/top_ttl_parts@2x.png);
background-repeat: no-repeat;
background-position: center left, center right;
background-size: 13px auto;
}
.pagettl_h2_s2 {
display: block;
font-size: 2.6rem;
letter-spacing: 2px;
}
@media (max-width:1024px) {
	.pagettl {
	padding-bottom: 40px;
	}
}
@media (max-width:767px) {
	.low::before {
	background-position: top 14px center, top 5px center;
	background-size: auto 7px, auto 1px;
	}
	.pagettl_h2_s1 {
	margin-bottom: 14px;
	padding-bottom: 14px;
	font-size: 2.8rem;
	}
	.pagettl_h2_s1::before {
	width: 200px;
	}
	.pagettl_h2_s1::after {
	width: 200px;
	}
	.pagettl_h2_s2 {
	font-size: 1.8rem;
	}
}

/* h3～h6タイトル */
.post_title {
margin-bottom: 1em;
font-size: 2.2rem;
}
.post_in h1,
.low_h3 {
z-index: 1;
position: relative;
margin-top: 3em;
margin-bottom: 1.5em;
font-size: 2.8rem;
text-align: center;
}
.low_h3:first-child {
margin-top: 1em;
}
.low_h3 span {
color: #516d85;
}
h3[class*="low_h2"] + h4[class*="low_h3"] {
margin-top: 0;
}
.post_in h2,
.low_h4 {
position: relative;
margin: 3em auto 1em;
padding: 10px 30px;
font-size: 2.0rem;
color: #fff;
background-color: #516d85;
border-radius: 4px;
}
.post_in h2::before,
.low_h4::before {
position: absolute;
content: "";
width: 3px;
height: 100%;
top: 50%;
transform: translateY(-50%);
left: 12px;
background-color: #bc9a6f;
border-radius: 100px;
}
.post_in h2::after,
.low_h4::after {
position: absolute;
content: "";
width: 3px;
height: 100%;
top: 50%;
transform: translateY(-50%);
right: 12px;
background-color: #bc9a6f;
border-radius: 100px;
}
h3[class*="low_h2"] + h5[class*="low_h4"],
h4[class*="low_h3"] + h5[class*="low_h4"] {
margin-top: 0;
}
.post_in h3,
.low_h5 {
margin: 2em auto 1em;
padding-bottom: 5px;
font-size: 1.8rem;
border-bottom: 1px dashed #516d85;
}
.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:1024px) {
	.post_title,
	.low_h2 {
	font-size: 2.6rem;
	}
	.post_in h1,
	.low_h3 {
	font-size: 2.2rem;
	}
	.post_in h2,
	.low_h4 {
	font-size: 1.8rem;
	}
	.post_in h3,
	.low_h5 {
	font-size: 1.7rem;
	}
}
@media (max-width:767px) {
	.post_title,
	.low_h2 {
	margin-bottom: 2em;
	padding: 10px 20px;
	font-size: 2.0rem;
	}
	.post_title::before,
	.low_h2::before {
	width: 3px;
	height: 50px;
	margin-top: -25px;
	}
	.post_in h1,
	.low_h3 {
	margin-top: 3em;
	font-size: 1.7rem;
	}
	.post_in h2,
	.low_h4 {
	margin-top: 3em;
	padding-bottom: 20px;
	padding: 8px 10px 8px 20px;
	font-size: 1.6rem;
	}
	.post_in h2::before,
	.low_h4::before {
	width: 2px;
	left: 8px;
	}
	.post_in h3,
	.low_h5 {
	margin-top: 2em;
	margin-bottom: 10px;
	font-size: inherit;
	}
}

/* 画像 */
.low_img {
}
.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_logo img {
	max-width: 200px;
	}
}

/* テキスト */
.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;
}
@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:1024px) {
	.low_read_1 {
	font-size: 1.8rem;
	line-height: inherit;
	}
	.low_read_2 {
	font-size: 1.7rem;
	line-height: inherit;
	}
}
@media (max-width:767px) {
	.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;
	}
}

/* テキストリンク */
div:not(.linkbtn,.top_more).low_parts a {
text-decoration: underline;
}
@media (min-width:768px) {
	/* hover */
	p:not(.linkbtn,.top_more).low_parts a:hover {
	opacity: .5;
	transition: .5s !important;
	}
}

/* レイアウト01（色背景） */
.lay01 {
padding: 30px;
background-color: #f6f3ef;
}
.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 {
display: flex;
padding: 30px;
background-color: #f6f3ef;
}
.lay02 .low_h4 {
}
.lay02_img {
width: 400px;
}
.lay02_img img {
object-fit: cover;
aspect-ratio: 4 / 3;
width: 100%;
height: 100%;
border-radius: 10px;
}
.lay02_box {
width: calc(100% - 400px);
padding-left: 50px;
}
.lay02_box .low_h4 {
margin-top: 0 !important;
}
.lay02_txt {
}
.lay02_btn {
display: flex;
justify-content: flex-end;
margin-top: 30px;
}
.lay02 .top_more {
text-align: right;
}
.lay02 .top_more a {
min-width: inherit;
text-decoration: none !important;
}
@media (max-width:1024px) {
	.lay02 {
	display: block;
	}
	.lay02_img {
	width: 100%;
	max-width: 400px;
	margin: 0 auto 20px;
	}
	.lay02_box {
	width: 100%;
	padding-left: 0;
	}
	.lay02_btn {
	margin-top: 20px;
	}
}
@media (max-width:767px) {
	.lay02 {
	padding: 20px;
	}
	.lay02_cat {
	font-size: 1.3rem;
	}
	.lay02_btn li a {
	margin-left: 5px;
	min-width: 120px;
	padding: 10px;
	font-size: inherit;
	}
	.lay02_btn li a::after {
	margin-left: 10px;
	font-size: 2.0rem;
	}
	.lay02_map a::before {
	width: 15px;
	height: 15px;
	}
}

/* レイアウト02（画像＋説明文1） */
.lay03 {
padding: 30px;
border: 10px solid #f6f3ef;
border-radius: 4px;
}
.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_box1 .lay03_img,
.lay03_box2 .lay03_img {
width: 400px;
}
.lay03_box3 {
}
.lay03_box3 .lay03_txt {
margin-bottom: 20px;
}
.lay03_img img {
}
@media (max-width:1024px) {
	.lay03 {
	border-width: 8px;
	}
	.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: 5px;
	}
}

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

/* ダウンロード */
.download {
}
.download li {
}
.download li + li {
margin-top: 10px;
}
.download a {
position: relative;
display: block;
padding: 12px 80px 12px 15px;
text-decoration: none !important;
background-color: #f6f3ef;
border-left: 15px solid #516d85;
border-radius: 6px;
}
.download a::before {
position: absolute;
content: "";
width: 28px;
height: 28px;
top: 50%;
transform: translateY(-50%);
right: 30px;
background-image: url(../image/ico_download.png);
background-repeat: no-repeat;
background-size: contain;
}
@media (max-width:1024px) {
}
@media (min-width:768px) {
	/* hover */
	.download a:hover {
	color: #fff;
	background-color: #516d85;
	transition: .5s !important;
	}
	.download a:hover::before {
	filter: brightness(0) invert(1);
	transition: .5s !important;
	}
}
@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-right: -12px;
margin-left: -12px;
}
.col2_in,
.col3_in,
.col4_in,
.col5_in,
.col6_in {
width: calc(50% - 24px);
margin-right: 12px;
margin-left: 12px;
margin-bottom: 40px;
}
.col_ttl {
font-weight: bold;
text-align: center;
}
.col_txt {
}
.col_img img {
object-fit: cover;
aspect-ratio: 4 / 3;
width: 100%;
height: 100%;
}
.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:1025px) {
	.col3_in {
	width: calc(33.3333% - 24px);
	}
	.col4_in {
	width: calc(25% - 24px);
	}
	.col5_in {
	width: calc(20% - 24px);
	}
	.col6_in {
	width: calc(16.2222222227% - 24px);
	}
}
@media (max-width:1024px) {
}
@media (max-width:767px) {
	.col2,
	.col3,
	.col4,
	.col5,
	.col6 {
	margin-right: -5px;
	margin-left: -5px;
	}
	.col2_in,
	.col3_in,
	.col4_in,
	.col5_in,
	.col6_in {
	width: calc(50% - 10px);
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 30px;
	}
	.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 + .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: #f6f3ef;
border-radius: 10px;
}
.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 !important;
	}
}
@media (max-width:767px) {
	.linkbnr_box {
	padding: 15px;
	}
}

/* 定義リスト */
.dl1 {
}
.dl1 dl {
}
.dl1 dt {
position: relative;
padding: 20px;
font-weight: bold;
border-bottom: 2px solid #4f78b6;
}
.dl1 dd {
padding: 20px;
border-bottom: 2px solid #ccc;
}
@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;
	}
}

/* テーブル */
.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;
border: 1px solid #888;
}
.tbl1 th {
width: 250px;
font-weight: bold;
background-color: #f3f3f3;
}
.tbl1 td {
width: calc(100% - 250px);
}
.tbl1 .list01 {
margin-left: 0;
margin-right: 0;
}
.tbl1 a {
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;
color: #fff;
background-color: #4f78b6;
border-radius: 4px;
}
.tbl1 a::after {
position: relative;
display: inline-block;
vertical-align: middle;
content: "";
width: 4px;
height: 4px;
top: -1px;
margin-left: 3px;
border-style: solid;
border-color: #fff;
border-width: 2px 2px 0 0;
transform: rotate(45deg);
}
@media (max-width:1024px) {
	.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) {
	.tbl1 a:hover {
	background-color: #222;
	transition: .5s !important;
	}
}
@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;
	}
}

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

/* リスト */
.list01 li {
padding-left: 1em;
text-indent: -1em;
}
.list01 li + li {
margin-top: 0.5em;
}
.list02 li + 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: #4f78b6;
}
.list03 {
}
.list03 li {
position: relative;
padding: 12px 10px 12px 35px;
border-bottom: 1px dashed #bbb;
}
.list03 li::before {
position: absolute;
content: "";
width: 6px;
height: 6px;
top: 50%;
transform: translateY(-50%);
left: 12px;
background-color: #d8e8f8;
border: 2px solid #4f78b6;
border-radius: 50%;
}
.list04 {
counter-reset: listnum;
}
.list04 li::before {
counter-increment: listnum;
content: counter(listnum)".";
width: inherit !important;
height: inherit !important;
top: inherit;
transform: inherit;
font-weight: bold;
color: #4f78b6;
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: 500px;
border-width: 0 !important;
}
@media (max-width:767px) {
	.gmap iframe {
	height: 300px;
	}
}

/* リンクボタン */
.linkbtn {
text-align: center;
}
.linkbtn.top_more a {
display: inline-block;
margin-left: auto;
margin-right: auto;
max-width: inherit;
min-width: 300px;
padding: 20px 35px 20px 20px;
}
.linkbtn.top_more a::after {
display: inline-block;
vertical-align: middle;
content: "";
width: calc(74px* .5);
height: calc(14px* .5);
margin-left: 10px;
background-image: url(../image/arrow@2x.png);
background-repeat: no-repeat;
background-size: contain;
}
.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 li a::before {
display: none;
}
.top_more .linkbtn_list a {
display: flex;
align-items: center;
min-width: 100%;
padding-right: 60px;
padding-left: 10px;
text-align: left;
border-radius: 6px;
}
.top_more .linkbtn_list a::after {
position: absolute;
right: 15px;
margin-left: 0;
}
@media (min-width:1025px) {
	.linkbtn_list_3col li {
	width: calc(33.3333% - 20px);
	}
	.linkbtn_list_4col li {
	width: calc(25% - 20px);
	}
}
@media (min-width:768px) {
	/* hover */
	.linkbtn.top_more a:hover::after {
	margin-left: 20px;
	transition: .5s !important;
	}
	.top_more .linkbtn_list a:hover::after {
	right: 2px;
	transition: .5s !important;
	}
}
@media (max-width:767px) {
	.linkbtn_list {
	margin: 0 -4px -8px -4px;
	}
	.linkbtn_list li {
	margin: 0 4px 8px 4px;
	width: calc(50% - 8px);
	}
	.linkbtn.top_more a {
	min-width: 250px;
	padding: 17px;
	}
	.top_more .linkbtn_list a {
	min-width: auto;
	}
	.top_more .linkbtn_list a::after {
	display: none;
	}
}

/*-----------------------
 メニュー
-----------------------*/
.menu {
}
.menu_read {
margin-bottom: 2em;
}
.menu_about {
max-width: 800px;
margin-left: auto;
margin-right: auto;
padding: 30px 0;
background-image: url(../image/line02@2x.png),url(../image/line02@2x.png);
background-repeat: no-repeat;
background-position: center bottom,center top;
background-size: auto 8px;
}
.menu_about_ttl {
margin-bottom: 1em;
font-size: 2.0rem;
text-align: center;
color: #516d85;
}
.menu_about_ttl::before {
}
.menu_about_txt1 {
width: fit-content;
margin: 0 auto 1.5em;
}
.menu_about_img {
margin: 1em;
}
.menu_about_txt2 {
font-size: 1.4rem;
text-align: center;
}
.menu_list {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: -12px;
}
.menu_list_li {
position: relative;
width: calc(33.3333% - 24px);
margin: 12px;
padding: 35px;
background-color: #f6f3ef;
border-radius: 8px;
}
.menu_list_li::before {
position: absolute;
content: "";
width: calc(100% - 26px);
height: calc(100% - 26px);
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
border: 2px dashed #e8ded0;
border-radius: 4px;
}
.menu_list_ttl {
position: relative;
display: flex;
align-items: center;
margin-bottom: 20px;
font-size: 2.0rem;
}
.menu_list_ttl_s1 {
display: block;
margin-right: 1em;
font-family: "Inika",sans-serif;
}
.menu_list_ttl_s2 {
display: block;
}
.menu_list_box {
position: relative;
}
.menu_list_box_in1 {
margin-bottom: 20px;
}
.menu_list_box_in1 img {
object-fit: cover;
aspect-ratio: 4 / 3;
width: 100%;
height: 100%;
}
.menu_list_box_in2 {
}
.menu_list_box_txt1 {
margin-bottom: 10px;
font-weight: bold;
}
.menu_list_box_txt2 {
margin-bottom: 20px;
font-size: 1.4rem;
}
.menu_list_box_txt2 p + p {
margin-top: .5em;
}
.menu_list_box_txt3 {
padding: 12px;
font-size: 1.4rem;
background-color: rgba(255,255,255,.9);
}
.menu_option .menu_list_li {
}
#silver.low_h3 {
margin-top: 4em;
margin-bottom: 1em;
}
.menu_silver {
position: relative;
padding: 50px;
background-color: #eff3f7;
border-radius: 8px;
}
.menu_silver::before {
position: absolute;
content: "";
width: calc(100% - 26px);
height: calc(100% - 26px);
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
border: 2px dashed #cdd7e0;
border-radius: 4px;
}
.menu_silver_read.low_read {
position: relative;
}
.menu_silver_read.low_read .low_read_1 {
color: #516d85;
}
.menu_silver_img {
position: relative;
width: fit-content;
margin: 0 auto 40px;
}
.menu_silver_img::before {
opacity: .3;
position: absolute;
content: "";
width: 100%;
height: 100%;
bottom: 0;
right: 0;
background-color: #516d85;
transform: rotate(2deg);
}
.menu_silver_img img {
z-index: 1;
position: relative;
}
.menu_silver_menu {
position: relative;
display: flex;
margin-bottom: 40px;
}
.menu_silver_menu_in1 {
width: 50%;
padding-right: 20px;
}
.menu_silver_menu_in1_img {
height: 100%;
}
.menu_silver_menu_in1_img img {
object-fit: cover;
width: 100%;
height: 100%;
}
.menu_silver_menu_in2 {
width: 50%;
padding-left: 20px;
}
.menu_silver_h5 {
margin-bottom: 1em;
padding: 10px 20px;
text-align: center;
color: #fff;
background-color: #1a1f2f;
border-radius: 4px;
}
.menu_silver_tbl {
margin-bottom: 15px;
width: 100%;
font-size: 1.5rem;
}
.menu_silver_tbl tr {
border-bottom: 1px solid #9fb0bf;
}
.menu_silver_tbl th,
.menu_silver_tbl td {
padding: 10px;
}
.menu_silver_tbl th {
width: 50%;
}
.menu_silver_tbl td {
width: 50%;
text-align: right;
}
.menu_silver_menu_in2_txt {
font-size: 1.5rem;
}
.menu_silver_menu_in2_txt p + p {
margin-top: 10px;
}
.menu_silver_more {
margin-top: 10px;
}
.menu_silver_more a {
display: block;
width: fit-content;
margin: auto;
padding: 10px 30px;
text-decoration: none !important;
text-align: center;
color: #fff;
background-color: #516d85;
border: 3px solid #bc9a6f;
border-radius: 8px;
}
.menu_silver_in2 {
width: 50%;
}
.menu_silver_info {
position: relative;
padding: 30px;
background-color: rgba(255,255,255,.8);
border-radius: 4px;
}
.menu_silver_info_ttl {
margin-bottom: 20px;
font-family: "Inika", sans-serif;
text-align: center;
}
.menu_silver_info_dlbox {
max-width: 500px;
margin: 0 auto 20px;
}
.menu_silver_info_dlbox dl {
display: flex;
font-size: 1.5rem;
}
.menu_silver_info_dlbox dt,
.menu_silver_info_dlbox dd {
}
.menu_silver_info_dlbox dt {
width: 20%;
padding: 5px;
}
.menu_silver_info_dlbox dt p {
padding: 5px 10px;
text-align: center;
background-color: #516d85;
color: #fff;
border-radius: 4px;
}
.menu_silver_info_dlbox dd {
width: 80%;
padding: 10px;
}
.menu_silver_info_txt {
width: fit-content;
margin: auto;
}
@media (max-width:1024px) {
	.menu_list_li {
	width: calc(50% - 24px);
	padding: 30px;
	}
	.menu_silver {
	padding: 40px;
	}
	.menu_silver_menu_in1 {
	padding-right: 10px;
	}
	.menu_silver_menu_in2 {
	padding-left: 10px;
	}
}
@media (min-width:768px) {
	.menu_silver_more a:hover {
	background-color: #1a1f2f;
	transition: .5s !important;
	}
}
@media (max-width:767px) {
	.menu_about {
	background-size: auto 7px;
	}
	.menu_about_img img {
	max-width: 400px;
	}
	.menu_list {
	margin: -3px;
	}
	.menu_list_li {
	width: calc(50% - 6px);
	margin: 3px;
	padding: 20px 15px;
	border-radius: 6px;
	}
	.menu_list_li::before {
	width: calc(100%);
	height: calc(100% - 18px);
	border-width: 2px 0;
	}
	.menu_list_ttl {
	display: block;
	margin-bottom: 10px;
	font-size: inherit;
	}
	.menu_list_box_in1 {
	margin-bottom: 10px;
	}
	.menu_list_box_txt1,
	.menu_list_box_txt2,
	.menu_list_box_txt3 {
	font-size: 1.3rem;
	}
	.menu_list_box_txt3 {
	padding: 10px;
	}
	.menu_silver {
	padding: 25px;
	}
	.menu_silver::before {
	width: calc(100% - 18px);
	height: calc(100% - 18px);
	border-radius: 3px;
	}
	.menu_silver_img {
	margin-bottom: 30px;
	}
	.menu_silver_menu {
	display: block;
	margin-bottom: 30px;
	}
	.menu_silver_menu_in1 {
	width: 100%;
	padding-right: 0;
	}
	.menu_silver_menu_in2 {
	width: 100%;
	padding-left: 0;
	}
	.menu_silver_img img {
	max-width: 400px;
	}
	.menu_silver_menu {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	}
	.menu_silver_menu_in1_img {
	margin-bottom: 20px;
	}
	.menu_silver_tbl {
	font-size: 1.4rem;
	}
	.menu_silver_menu_in2_txt {
	font-size: 1.4rem;
	}
	.menu_silver_info {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	}
	.menu_silver_info_dlbox dl {
	display: block;
	font-size: 1.4rem;
	text-align: center;
	}
	.menu_silver_info_dlbox dt {
	width: 100%;
	min-width: 150px;
	max-width: fit-content;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
	}
	.menu_silver_info_dlbox dd {
	width: 100%;
	padding: 5px;
	}
}

/*-----------------------
 FAQ
-----------------------*/
.faq_box + .faq_box {
margin-top: 10px;
}
.faq_box_wrap {
overflow: hidden;
background-color: #f6f3ef;
border-radius: 8px;
}
.faq_q {
cursor: pointer;
position: relative;
padding: 20px 50px 20px 75px;
font-size: 1.8rem;
font-weight: 500;
}
.faq_q::before,
.faq_a::before {
position: absolute;
width: 30px;
height: 30px;
top: 50%;
transform: translateY(-50%);
left: 20px;
font-family: "Inika",sans-serif;
font-size: 2.0rem;
font-weight: bold;
text-align: center;
line-height: 30px;
border: 2px solid #1a1f2f;
border-radius: 50%;
}
.faq_q::before {
content: "Q";
color: #fff;
background-color: #1a1f2f;
}
.faq_a::before {
content: "A";
color: #1a1f2f;
background-color: #fff;
}
.faq_q::after {
position: absolute;
content: "";
width: 10px;
height: 10px;
top: 50%;
transform: translateY(-50%);
right: 20px;
margin-top: -10px;
border-style: solid;
border-color: #1a1f2f;
border-width: 0 4px 4px 0;
transform: rotate(45deg);
}
.faq_q.open::after {
margin-top: -5px;
border-width: 4px 0 0 4px;
}
.faq_a {
position: relative;
padding: 20px 20px 20px 75px;
animation-name: opacity_slow;
animation-duration: 1s;
}
.faq_a a {
text-decoration: underline;
}
@keyframes opacity_slow {
	0% {
	opacity: 0;
	}
}
.faq_img_a {
}
.faq_img_a::after {
content:" ";
display:block;
clear:both;
}
.faq_a_txt {
}
.faq_a_img {
float: right;
max-width: 330px;
margin-left: 30px;
}
@media screen and (min-width:768px) {
	/* hover */
	.faq_q:hover {
	background-color: #b3c0cb;
	transition: .5s !important;
	}
	.faq_q:hover::before {
	background-color: #516d85;
	border-color: #516d85;
	transition: .5s !important;
	}
	.faq_q:hover::after {
	border-color: #516d85;
	}
	.faq_a a:hover {
	opacity: .5;
	transition: .5s !important;
	}
}
@media screen and (max-width:767px) {
	.faq_box_wrap {
	border-radius: 6px;
	}
	.faq_q {
	padding: 15px 25px 15px 50px;
	font-size: 1.6rem;
	}
	.faq_q::before,
	.faq_a::before {
	width: 24px;
	height: 24px;
	left: 10px;
	font-size: 1.6rem;
	line-height: 26px;
	}
	.faq_q::after {
	width: 6px;
	height: 6px;
	right: 10px;
	margin-top: -6px;
	border-width: 0 2px 2px 0;
	}
	.faq_q.open::after {
	margin-top: -4px;
	border-width: 2px 0 0 2px;
	}
	.faq_a {
	padding: 5px 15px 15px 50px;
	}
	.faq_a_txt {
	}
	.faq_a_img {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}
}

/*-----------------------
 団体のお客様へ
-----------------------*/
.group {
}
.group_img {
}
.group_img_ul {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: -12px;
}
.group_img_ul li {
position: relative;
width: calc(25% - 24px);
margin: 12px;
box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.group_img_ul li::before {
position: absolute;
content: "";
background-repeat: no-repeat;
background-size: contain;
}
.group_img_ul li:nth-of-type(1)::before {
width: calc(218px* .5);
height: calc(70px* .5);
top: -10px;
left: -20px;
background-image: url(../image/leather_img02_parts@2x.png);
transform: rotate(-14deg);
}
.group_img_ul li:nth-of-type(4)::before {
width: calc(219px* .5);
height: calc(85px* .5);
top: -10px;
right: -20px;
background-image: url(../image/leather_img03_parts@2x.png);
background-repeat: no-repeat;
background-size: contain;
transform: rotate(14deg);
}
.group_img_ul li img {
object-fit: cover;
aspect-ratio: 4 / 3;
width: 100%;
height: 100%;
border: 6px solid #fff;
}
.group_list {
padding-top: 20px;
}
.group_list_ul {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 0 -24px -48px -24px;
}
.group_list_li {
position: relative;
width: calc(50% - 48px);
margin: 0 24px 48px 24px;
padding: 45px 30px 30px 30px;
border: 2px solid #1a1f2f;
border-radius: 6px;
}
.group_list_ttl {
position: absolute;
top: -20px;
left: 15px;
width: 170px;
padding: 7px 10px;
font-size: 1.8rem;
text-align: center;
letter-spacing: 1px;
color: #fff;
background-color: #1a1f2f;
border-radius: 4px;
}
.group_list_txt {
}
.group_form_ttl {
padding-top: 120px;
}
.group_form_ttl::before {
position: absolute;
content: "";
width: calc(182px * .5);
height: calc(204px * .5);
top: 0;
right: 0;
left: 0;
margin: auto;
background-image: url(../image/ico_form.png);
background-repeat: no-repeat;
background-size: contain;
}
.group_form {
}
@media (max-width:1024px) {
	.group_img_ul {
	max-width: 767px;
	margin-left: auto;
	margin-right: auto;
	}
	.group_img_ul li {
	width: calc(50% - 24px);
	}
	.group_img_ul li:nth-of-type(4)::before {
	top: inherit;
	bottom: -10px;
	transform: rotate(-30deg);
	}
	.group_list_ul {
	margin: 0 -12px -34px -12px;
	}
	.group_list_li {
	width: calc(50% - 24px);
	margin: 0 12px 34px 12px;
	padding: 30px 20px 20px 20px;
	}
}
@media (max-width:797px) {
	.group_img_ul {
	margin-left: -12px;
	margin-right: -12px;
	}
}
@media (max-width:767px) {
	.group_img_ul {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	}
	.group_img_ul li {
	width: calc(50% - 6px);
	margin: 3px;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
	}
	.group_img_ul li img {
	border-width: 4px;
	}
	.group_img_ul li:nth-of-type(1)::before {
	width: calc(218px* .25);
	height: calc(70px* .25);
	top: -5px;
	left: -10px;
	}
	.group_img_ul li:nth-of-type(4)::before {
	width: calc(219px* .25);
	height: calc(85px* .25);
	bottom: -5px;
	right: -10px;
	}
	.group_list {
	padding-top: 15px;
	}
	.group_list_ul {
	display: block;
	margin: 0;
	}
	.group_list_li {
	width: 100%;
	margin: 0 0 30px 0;
	padding: 30px 15px 15px 15px;
	}
	.group_list_ttl {
	top: -15px;
	left: 10px;
	width: 150px;
	padding: 7px 10px;
	font-size: inherit;
	letter-spacing: 0;
	border-radius: 2px;
	}
	.group_form_ttl {
	padding-top: 80px;
	}
	.group_form_ttl::before {
	width: calc(182px* .35);
	height: calc(204px* .35);
	}
}
@media (max-width:405px) {
	.group_img_ul {
	margin-left: -3px;
	margin-right: -3px;
	}
}

/*-----------------------
 アクセス
-----------------------*/
.access_guide {
}
.access_guide .low_h5 {
margin-bottom: 10px;
}
.access_guide .low_h5:first-child {
margin-top: 0;
}
.access_guide .lay01_txt + .lay01_txt {
margin-top: 2em;
}
@media (max-width:767px) {
}

/*-----------------------
 プライバシーポリシー
-----------------------*/

/*-----------------------
 ブログ
-----------------------*/
.info .low_wrap {
display: flex;
align-items: flex-start;
max-width: 1260px;
}
.main_col {
width: calc(100% - 300px);
padding-right: 50px;
}
.side_col {
width: 300px;
}
.side_col div[class*="in"] {
margin-bottom: 80px;
}
.side_col div[class*="in"]:last-child {
margin-bottom: 0;
}
.side_col h2 {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
padding: 15px 20px;
background-color: #516d85;
}
.side_col h2 span:nth-of-type(1) {
color: #fff;
}
.side_col h2 span:nth-of-type(2) {
font-family: "Inika",sans-serif;
font-weight: normal;
letter-spacing: 1px;
color: #bc9a6f;
}
.side_col ul {
font-size: 1.3rem;
}
.side_col ul li {
position: relative;
padding: 8px;
font-size: 1.4rem;
border-bottom: 1px solid #ddd;
}
.side_col ul li:last-of-type {
margin-bottom: 0;
}
.side_col .in1 li a {
z-index: 1;
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.side_col ul li a {
display: block;
width: 100%;
height: 100%;
}
.side_col .in1 dt {
}
.side_col .in1 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: 4px 8px;
font-size: 1.3rem;
text-align: center;
line-height: 1;
background-color: #f1f1f1;
border-radius: 3px;
}
.post_date {
margin-bottom: 10px;
font-size: 1.6rem;
text-align: right;
line-height: 1;
letter-spacing: 1px;
}
/* アーカイブ */
.main_col .low_h2 {
margin-bottom: 1.5em !important;
padding-bottom: 0 !important;
}
.main_col .low_h2::before,
.main_col .low_h2::after {
display: none;
}
.info_archives .post_list {
display: flex;
flex-wrap: wrap;
margin: 0 -12px 40px -12px;
}
.info_archives .post_list>li {
position: relative;
width: calc(50% - 24px);
margin: 0 12px 24px 12px;
height: 200px;
background-color: #fff;
box-shadow: 0 0 15px rgba(0,0,0,.2);
}
.info_archives .post_list>li>a {
z-index: 1;
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.info_archives .post_list>li .box {
display: flex;
flex-direction: row-reverse;
height: 100%;
}
.info_archives .post_list>li .box_in1 {
width: calc(100% - 200px);
padding: 15px 15px 15px 0;
line-height: 1.4;
}
.info_archives .post_list .post_title {
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
text-overflow: ellipsis;
width: 100%;
padding-top: 0;
margin-bottom: 5px;
padding-bottom: 0;
font-size: 1.4rem;
}
.info_archives .post_list .post_title::before {
display: none;
}
.info_archives .post_date {
margin-bottom: 10px;
font-size: 1.4rem;
line-height: 1;
}
.info_archives .post_category li {
}
.info_archives .post_list .post_txt {
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
text-overflow: ellipsis;
font-size: 1.4rem;
}
.info_archives .post_list>li .box_in2 {
width: 200px;
height: 100%;
padding: 15px;
}
.info_archives .post_list>li .box_in2 img {
object-fit: cover;
max-width: inherit !important;
width: 100%;
height: 100%;
}
.wp-pagenavi {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
line-height: 1;
}
.wp-pagenavi .pages {
}
.wp-pagenavi .page,
.wp-pagenavi .current,
.single_pager li a {
display: inline-block;
margin: 2px;
}
.wp-pagenavi .page,
.wp-pagenavi .current {
width: 25px;
height: 25px;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid #516d85;
border-radius: 50%;
}
.wp-pagenavi .current {
font-weight: bold;
color: #fff;
background-color: #516d85;
border: 1px solid #516d85;
}
.wp-pagenavi span,
.wp-pagenavi a {
display: inline-block;
margin: 0 10px;
}
.wp-pagenavi .nextpostslink {
font-size: 2.0rem;
}
/* シングルページ */
.info_single_box {
margin-bottom: 3em;
padding: 50px;
background-color: #fff;
box-shadow: 0 0 15px rgba(0,0,0,.2);
}
.info_single .post_title {
margin-bottom: 2em;
padding-top: 0;
padding-bottom: 0;
}
.info_single .post_title::before {
display: none;
}
.info_single .post_category {
margin-bottom: 1em;
}
.info_single .post_date {
margin-bottom: 1em;
}
.post_in {
}
.post_in h1 {
margin-top: 0;
margin-bottom: 1em;
}
.post_in h2 {
margin-top: 0;
margin-bottom: 1em;
}
.post_in h3 {
margin-top: 0;
margin-bottom: 1em;
}
.post_in h4 {
margin-bottom: 0.5em;
}
.post_in h5 {
margin-bottom: 0.5em;
}
.post_in img {
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;
}
.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: 50%;
}
.single_pager li a {
padding: 0 15px;
}
.single_pager .li1 a {
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
text-overflow: ellipsis;
}
.single_pager .li2 {
text-align: right;
}
.single_pager .li2 a {
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
text-overflow: ellipsis;
}
.single_pager li::before {
position: absolute;
content: "";
width: 6px;
height: 6px;
top: 9px;
transform: rotate(45deg);
}
.single_pager .li1::before {
left: 1px;
border-bottom: 3px solid #516d85;
border-left: 3px solid #516d85;
}
.single_pager .li2::before {
right: 1px;
border-top: 3px solid #516d85;
border-right: 3px solid #516d85;
}
@media (max-width:1320px) {
	.info .low_wrap {
	display: block;
	}
	.main_col {
	width: 100%;
	max-width: 767px;
	margin: 0 auto 60px;
	padding-right: 0;
	}
	.info_archives .post_list {
	margin-bottom: 30px;
	}
	.info_archives .post_list>li .box_in1 {
	width: calc(100% - 180px);
	}
	.info_archives .post_list>li .box_in2 {
	width: 180px;
	}
	.post_category li {
	padding: 4px 5px;
	}
	.side_col {
	width: 100%;
	max-width: 600px;
	margin: auto;
	}
}
@media (max-width:1024px) {
	.info_archives .post_list>li {
	height: 190px;
	}
	.info_single_box {
	padding: 30px;
	}
	.info_single .post_title {
	font-size: 2.2rem;
	}
}
@media (min-width:768px) {
	.post_in p {
	line-height: 2;
	margin: 0 0 12px 0;
	}
	/* hover */
	.post_in p a:hover {
	opacity: 0.5;
	}
	.info_archives .post_list>li:hover {
	opacity: .6;
	transition: .5s !important;
	}
	.single_pager li:hover {
	opacity: .5;
	transition: .5s !important;
	}
	.wp-pagenavi .page:hover {
	font-weight: bold;
	color: #fff;
	background-color: #516d85;
	transition: .5s !important;
	}
	.side_col li:hover {
	opacity: .5;
	transition: .5s !important;
	}
}
@media (max-width:767px) {
	.main_col {
	margin-bottom: 60px;
	}
	.side_col div[class*="in"] {
	margin-bottom: 40px;
	}
	.side_col h2 {
	margin-bottom: 10px;
	padding: 10px 15px;
	}
	.side_col ul li {
	padding: 5px;
	}
	.post_category {
	margin-bottom: 5px;
	}
	.post_category li {
	padding: 3px 5px;
	font-size: 1.2rem;
	}
	.post_date {
	margin-bottom: 10px;
	}
	.info_archives .post_list {
	display: block;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	}
	.info_archives .post_list>li {
	width: 100%;
	height: 160px;
	margin: 0 0 10px 0;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	}
	.info_archives .post_list>li .box {
	}
	.info_archives .post_list>li .box_in1 {
	width: calc(100% - 150px);
	padding: 10px;
	}
	.info_archives .post_list>li .box_in2 {
	width: 150px;
	padding: 10px;
	}
	.info_archives .post_date {
	margin-bottom: 5px;
	font-size: 1.2rem;
	}
	.info_archives .post_list .post_title {
	margin-bottom: 5px;
	padding: 0;
	font-size: 1.4rem;
	}
	.info_archives .post_list .post_txt {
	font-size: 1.4rem;
	}
	.info_single_box {
	padding: 20px;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	}
	.info_single .post_title {
	font-size: 2.4rem;
	}
	.info_single .post_title {
	padding: 0;
	font-size: 1.7rem;
	}
	.post_in {
	}
	.post_in h1 {
	font-size: 2.0rem;
	margin-bottom: 0.5em;
	}
	.post_in h2 {
	margin-bottom: 0.5em;
	font-size: 1.8rem;
	}
	.post_in h3 {
	margin-bottom: 0.5em;
	font-size: 1.7rem;
	}
	.post_in h3::before {
	width: 2px;
	left: 10px;
	}
	.post_in h4 {
	font-size: 1.6rem;
	}
	.post_in h4::before {
	width: 10px;
	height: 1px;
	}
	.post_in h5 {
	font-size: 1.6rem;
	}
	.single_pager {
	display: block;
	}
	.single_pager li {
	width: 100%;
	}
	.single_pager li:first-of-type {
	margin-bottom: 10px;
	}
	.info_single .post_title {
	margin-bottom: 1em;
	}
	.single_pager li a {
	padding: 0 10px;
	font-size: 1.5rem;
	}
	.single_pager li::before {
	width: 5px;
	height: 5px;
	top: 7px;
	border-width: 2px !important;
	}
}

/*-----------------------
 お問い合わせ
-----------------------*/
.contact {
}
.contact_tel {
max-width: 550px;
margin-left: auto;
margin-right: auto;
padding: 30px;
text-align: center;
background-color: #f6f3ef;
border-radius: 10px;
}
.contact_tel_1 {
position: relative;
margin-bottom: 20px;
padding-bottom: 20px;
font-size: 2.0rem;
font-weight: bold;
}
.contact_tel_1::before {
position: absolute;
content: "";
width: 100%;
height: 8px;
bottom: 0;
right: 0;
left: 0;
background-image: url(../image/line02@2x.png);
background-repeat: no-repeat;
background-position: center;
background-size: auto 100%;
}
.contact_tel_2 {
margin-bottom: 7px;
}
.contact_tel_2 a {
font-size: 3.2rem;
font-weight: bold;
text-decoration: none !important;
letter-spacing: 2px;
line-height: 1;
}
.contact_tel_2 a::before {
content: "TEL.";
font-size: 2.0rem;
}
.contact_tel_3 {
}
.contact_h4 {
max-width: 950px;
margin-left: auto;
margin-right: auto;
}
.contact_calendar {
max-width: 950px;
margin-left: auto;
margin-right: auto;
height: 800px;
}
.contact_calendar iframe {
display: block;
width: 100%;
height: 100%;
}
.contact_form {
max-width: 1000px;
margin-left: auto;
margin-right: auto;
}
.contact_form dl {
}
.contact_form dt {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
padding: 30px;
font-weight: bold;
background-color: #f6f3ef;
}
.contact_form dd {
padding: 30px 0 30px 30px;
}
.contact_form p + p {
margin-top: 1em;
}
.contact_address_txt {
width: 100%;
margin-bottom: 5px;
}
.contact_address_in1 {
display: flex;
flex-wrap: wrap;
align-items: center;
margin-bottom: 1em;
}
.contact_address_in1 span {
margin-right: 0.5em;
}
.contact_address_in1 input {
width: 100px;
margin-right: 0.5em;
}
.contact_address_in1 .note {
margin-left: 2em;
}
.contact_address_in1 .note a {
display: block;
padding: 8px 10px;
font-family: sans-serif;
font-size: 1.4rem;
line-height: 1;
background-color: #f6f3ef;
border: 1px solid;
border-radius: 2px;
}
.contact_address_in2 {
margin-bottom: 1em;
}
.contact_naiyou_in1 {
margin-bottom: 1em;
}
.privacy_box {
overflow-x: hidden;
overflow-y: auto;
height: 400px;
margin-top: 3em;
padding: 30px;
background-color: #f9f9f9;
}
.privacy_box h3 {
margin-bottom: 1em;
font-size: 1.6rem;
text-align: center;
}
.privacy_box::-webkit-scrollbar {
width: 8px;
background: #eee;
}
.privacy_box::-webkit-scrollbar-thumb {
background: #ccc;
border-radius: 2px;
}
.privacy_ttl {
margin-top: 2em;
margin-bottom: 5px;
font-weight: 500;
}
.privacy_check {
margin: 2em 0;
}
.privacy_check_txt {
margin-bottom: 1em;
}
.privacy_check_txt a {
text-decoration: underline;
}
.conf_msg {
margin-top: 2em;
text-align: center;
}
.thanks_msg {
position: relative;
padding: 50px 0;
text-align: center;
}
.thanks_msg::before {
position: absolute;
content: "";
width: calc(140px);
height: calc(98px);
top: 0;
left: 0;
right: 0;
margin: auto;
background-image: url(https://www.aws-leather.jp/cms/wp-content/themes/warabi/common/img/thanks.png);
background-repeat: no-repeat;
background-size: contain;
}
/* 団体 */
.form_date {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.form_date_p {
display: flex;
align-items: center;
margin-right: 1em;
margin-top: 0 !important;
}
.form_date_s1 {
width: 100px;
margin-right: 5px;
}
.form_date_s1_2 {
width: 50px;
}
.form_date_s2 {
}
.form_num {
display: flex;
align-items: center;
}
.form_num span {
display: block;
}
.form_num_s1 {
width: 100px;
margin-right: 5px;
}
.form_num_s2 {
}
.contact_form_cnf dd {
display: flex;
align-items: center;
}
.contact_form_cnf dd p + p {
margin-top: 0;
}
@media (min-width:768px) {
	.contact01_txt {
	font-size: 1.8rem;
	line-height: 2;
	}
	.contact_form dl {
	display: flex;
	margin-bottom: 10px;
	}
	.contact_form dt {
	width: 300px;
	}
	.contact_form dd {
	width: calc(100% - 300px);
	}
	.contact_address_in1 .note a:hover {
	color: #fff;
	background-color: #aaa;
	}
	.privacy_check {
	font-size: 1.8rem;
	}
	.thanks_msg {
	font-size: 1.8rem;
	line-height: 2;
	}
	/* hover */
	.privacy_check_txt a:hover {
	opacity: .5;
	transition: .5s !important;
	}
}
@media (max-width:767px) {
	.contact_tel {
	padding: 20px;
	}
	.contact_tel_1 {
	font-size: 1.8rem;
	}
	.contact_tel_1::before {
	height: 7px;
	}
	.contact_tel_2 a {
	font-size: 2.8rem;
	letter-spacing: 1px;
	}
	.contact_tel_2 a::before {
	font-size: 1.5rem;
	}
	.contact_calendar {
	height: 400px;
	}
	.contact_form dl {
	}
	.contact_form dt {
	padding: 10px;
	}
	.contact_form dd {
	padding: 20px 10px;
	}
	.contact_address_txt {
	margin-bottom: 2px;
	}
	.contact_address_in1 input {
	width: 70px;
	}
	.contact_address_in1 .note {
	margin-left: 0;
	margin-top: 5px;
	}
	.contact_address_in1 .note a {
	display: inline-block;
	}
	.privacy_box {
	margin-top: 2em;
	padding: 20px;
	}
	.privacy_box h3 {
	font-size: 1.5rem;
	}
	.privacy_check {
	margin: 1em auto;
	}
	.contact_submit {
	margin-top: 2em;
	}
	.thanks_msg {
	padding-top: 90px;
	}
	.thanks_msg::before {
	width: calc(140px * .8);
	height: calc(89px * .8);
	}
	/* 団体 */
	.form_date_p:first-of-type {
	width: 100%;
	margin-bottom: 5px;
	}
}
.wpcf7-spinner{display: none !important;}

/*-----------------------
 パララックス用
-----------------------*/
/*@media (min-width:768px) {
	.mv,
	.mv_catch,
	.nav2 li,
	.head_logo_txt,
	.head_logo_mark {
	visibility: hidden;
	}
}*/
