@charset "utf-8";
/* CSS Document */
.flx {
	    display: flex;
	flex-direction: column;
    gap: 15px;
}
@media (min-width:700px) {
.flx {
	    display: flex;
	flex-direction: row;
    gap: 20px;
	}}
/* TOPへ戻るここから
==========================================================*/
.back-to-top {
  display: none;
  position: fixed;
    width: 50px;
    height: 50px;
    right: 25px;
    bottom: 25px;
    background: #3e3e3e;
    opacity: 0.9;
    z-index: 999;
    border-radius: 10%;
}
.back-to-top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  text-align: center;
}
.back-to-top::before {
  font-family: "Font Awesome 5 Free";
  content: '\f102';
  font-weight: 900;
    font-size: 25px;
    color: #fff;
    position: absolute;
    text-decoration: none;
    text-align: center;
    width: 25px;
    height: 30px;
    bottom: 13px;
    right: 0;
    left: 0;
	margin: auto;}

a.back-to-top.js-to-top:visited {
    color: #000;
    text-decoration: none;
}
/* TOPへ戻るここまで
==========================================================*/

h1 {
	width: 100%;
position: relative;
color: #fff;
text-align: center;
padding: 10px;
background-color: #c7b990;
}

h1::after {
width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 55%;
    margin: 0 0 0 -50px;
    border: 28px solid transparent;
    border-top-color: #c7b990;
    content: '';}


h1 {
	    font-size: 16px;
}
@media (min-width:700px) {
h1 {
	font-size: 24px;}
		
	h1 {
	width: 100%;
position: relative;
color: #fff;
text-align: center;
padding: 15px;
background-color: #c7b990;
}

h1::after {
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 51.5%;
    margin: 0 0 0 -50px;
    border: 35px solid transparent;
    border-top-color: #c7b990;
    content: '';
	}

	}

.l-col-4.u-tac {
		width: 40%!important;
margin-top: 0rem;
}

	.l-row-top {
		display: flex;
		flex-wrap: wrap;
		    gap: 15px;
	}
.br-sp {
	display: block;
}
@media (min-width:700px) {
	.l-col-4.u-tac {
		width: 24.4%!important;
		
	}
		.l-row-top {
		    gap: initial;
	}
	.br-sp {
	display: none;
}
}

.bg{
	    margin-top: 20px;
	    margin-bottom: 70px;
	    color: #333;
    background: #fffbed;
    padding-bottom: 20px;
}

/*toptext*/
.u-tac-spl.u-mt-sm.u-fz-sm {
    padding-top: 40px;
    text-align: center;
	margin: 0 20px;
    font-size: 15px;
}

@media (min-width:700px) {
.u-tac-spl.u-mt-sm.u-fz-sm {
	padding-top: 15px;
    text-align: center;
    margin-top: 40px;
}
}
/*toptext*/

/*h2*/
.c-title__bg-gray--round.u-tac.u-mt-lg {
	font-size: 24px;
	font-family: 'Sawarabi Mincho', serif;
	    display: flex;
    flex-direction: column;
    align-items: center;
	height: auto;
}

 .c-title__bg-gray--round.u-tac.u-mt-lg span img {
height: 24px!important;
width: auto!important;


}
 .c-title__bg-gray--round.u-tac.u-mt-lg span.bag-en img {
height: 30px!important;
width: auto!important;

}
@media (min-width:700px) {
.c-title__bg-gray--round.u-tac.u-mt-lg {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

 .c-title__bg-gray--round.u-tac.u-mt-lg span img {
height: 18px!important;
width: auto!important;

}

}

/*h2*/

.u-fz-md.u-deco-none.u-fw-b img:hover {
	transition: all 0.3s ease 0s;
	transform: translateY(-0.1875em);
}

.color01 .u-fw-b {
	    color: #2a2a2a;
}
.color02 .u-fw-b {
	    color: #2a2a2a;
}
.color03 .u-fw-b {
	    color: #2a2a2a;
}
.padding-btn {
	margin-top: 20px;
	    margin-bottom: 70px;/*ｐｃ*/
}
.btn{
  display: table;
	margin: auto;
    position: relative;
    padding: 1em 2.5em;
    min-width: 15em;
    border: 2px solid currentColor;
    color: #2a2a2a!important;
	background-color: #FFF;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    transition: 0.5s;
	border-radius: var(--space-xxxs);
}
.btn:after {
    position: absolute;
    top: 50%;
    right: 1em;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";}
@media (min-width:700px) {
	.btn {
		    padding: 1em 8.5em;
	}
	
}

.l-container {
	    margin-top: 0rem!important;
}

/* 基本のマージン設定 親要素のpaddng と 子要素 magin-top メインで運用。 */

/* div のマージンを指定 */
section + div,
div + div,
p + div,
table + div,
ul + div,
ol + div,
li + div,
dl + div,
nav + div,
iframe + div,
/* p のマージンを指定 */ 
section + p,
div + p,
p + p,
table + p,
ul + p,
ol + p,
li + p,
iframe + p,
h2 + p,
h3 + p,
h4 + p,
/* section のマージンを指定 */
section + section,
div + section,
p + section,
table + section,
ul + section,
ol + section,
li + section,
dl + section,
nav + section,
iframe + section,
/* table のマージンを指定 */
section + table,
div + table,
p + table,
table + table,
ul + table,
ol + table,
li + table,
dl + table,
nav + table,
iframe + table {
margin-top: 0rem;
}
/*
.c-title__bg-gray--round.u-tac.u-mt-lg {
	width: 100%;
position: relative;
}

.c-title__bg-gray--round.u-tac.u-mt-lg::after {
width: 0;
height: 0;
position: absolute;
top: 100%;
left: 50%;
margin: 0 0 0 -50px;
border: 50px solid transparent;
border-top-color: #a6263d;
content: '';
}*/
