@charset "UTF-8";

/*-----------------------------------------------------------------
　　reset
-----------------------------------------------------------------*/
html, body, header, footer, main, section,
article, aside, menu, nav, div,
h1, h2, h3, h4, h5, h6, h7, p, span, a,
address, cite, code, q, em, figure, img,
small, strong, dialog, time,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td  {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
	  font-weight: normal;
    background: transparent;
}
body {
    line-height:1;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -webkit-print-color-adjust: exact;
}
footer, header, main, section,
article, aside, figure, nav {
    display: block;
}
ul,li {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
input, select {
    vertical-align: middle;
}
button,
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="submit"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    /* border: none; */
    border-radius: 0;
    outline: none;
}
img {
    line-height: 1;
    max-width: 100%;
    height: auto;
}
body {
    font-size: 1.0em;
    font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    font-weight: normal;
    letter-spacing: 0.03em;
    line-height: 1.3em;
}
#container {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
            flex-flow: column;
    padding: 0 0 50px;
    margin: 0 auto;
}
a {
    color: #000;
}
a:hover {
    color: #f15a24;
}
.br-sp {
	display: none;
}
.br-pc {
	display: block;
}
.tate {
	display: flex;
	flex-flow: column;
}
 /*------------- PC ::: footer ------------*/
 footer {
    display: flex;
    flex-flow: column;
    text-align: center;
    background-color: #e0dad3;
	padding: 30px 0;
}
footer .footer_logo {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack:start;
        -ms-flex-pack: center;
            justify-content: center;
}
footer .footer_logo img {
    width: 250px;
}
footer .footer_txt {
    margin: 40px 0 0;
    font-size: 0.9em;
	color: #000;
    line-height: 2.0em;
    letter-spacing: 0.05em;
}
footer .footer_tit {
    margin: 50px 0 10px;
	color: #000;
    font-size: 1.2em;
}
footer .footer_add {
    font-size: 0.8em;
}

footer .footer_sns {
	text-align: center;
	padding: 20px 0;
	height: 30px;
}
footer .footer_sns img {
	width: 30px;
	padding: 5px 5px 0;
	box-sizing: border-box;
}
.footer_base {
    text-align: center;
    vertical-align: middle;
    height: 40px;
    margin: 0 auto;
    padding: 5px 0 0;
    bottom: 0;
    color: #FFF;
    background-color: #000;
}

/*----------- for SP --------------------------*/
@media (max-width: 1024px) {
		
#container {
	max-width: 100%;
	width: 100%;
}
.br-pc {
	display: none;
}
.br-sp {
	display: block;
}
.reverse {
	order: 1
}
 /*------------- SP ::: footer ------------*/
 footer {
	padding: 30px 0;
}
footer .footer_logo img {
    width: 50%;
}
footer .footer_txt {
    margin: 40px 20px 0;
    font-size: 0.8em;
    line-height: 2.0em;
}
footer .footer_tit {
    margin: 50px 0 10px;
    font-size: 1.2em;
}
footer .footer_add {
    font-size: 0.8em;
}
	
}
/*-----------------------------------------------------------------
　　setting
-----------------------------------------------------------------*/
.spnone {
	  display: inline !important;
}
.pcnone {
	  display: none !important;
}

body {
    font-family: -apple-system, BlinkMacSystemFont,"Sawarabi Gothic", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
	  background-color: #FFF;
}
a,
a:hover {
    text-decoration: none;
}
.cf:after {
    content: '';
    display: block;
    clear: both;
}

/*------------------------------------------*
* margin / padding
*------------------------------------------*/
.m-0 {
margin: 0 !important;
}
.m-1 {
margin: 0.25rem !important;
}
.m-2 {
margin: 0.5rem !important;
}
.m-3 {
margin: 1rem !important;
}
.m-4 {
margin: 1.5rem !important;
}
.m-5 {
margin: 3rem !important;
}
.m-auto {
margin: auto !important;
}
.mx-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-10 {
margin-top: 6rem !important;
margin-bottom: 5rem !important;
}
.my-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-0 {
margin-top: 0 !important;
}
.mt-1 {
margin-top: 0.25rem !important;
}
.mt-2 {
margin-top: 0.5rem !important;
}
.mt-3 {
margin-top: 1rem !important;
}
.mt-4 {
margin-top: 1.5rem !important;
}
.mt-5 {
margin-top: 3rem !important;
}
.mt-10 {
margin-top: 5rem !important;
}
.mt-auto {
margin-top: auto !important;
}
.mr--5 {
right: -170px !important;
z-index: 2;
}
.mr-0 {
margin-right: 0 !important;
}
.mr-1 {
margin-right: 0.25rem !important;
}
.mr-2 {
margin-right: 0.5rem !important;
}
.mr-3 {
margin-right: 1rem !important;
}
.mr-4 {
margin-right: 1.5rem !important;
}
.mr-5 {
margin-right: 3rem !important;
}
.mr-auto {
margin-right: auto !important;
}
.mb-0 {
margin-bottom: 0 !important;
}
.mb-1 {
margin-bottom: 0.25rem !important;
}
.mb-2 {
margin-bottom: 0.5rem !important;
}
.mb-3 {
margin-bottom: 1rem !important;
}
.mb-4 {
margin-bottom: 1.5rem !important;
}
.mb-5 {
margin-bottom: 3rem !important;
}
.mb-10 {
margin-bottom: 6rem !important;
}
.mb-auto {
margin-bottom: auto !important;
}
.ml-0 {
margin-left: 0 !important;
}
.ml-1 {
margin-left: 0.25rem !important;
}
.ml-2 {
margin-left: 0.5rem !important;
}
.ml-3 {
margin-left: 1rem !important;
}
.ml-4 {
margin-left: 1.5rem !important;
}
.ml-5 {
margin-left: 3rem !important;
}
.ml-auto {
margin-left: auto !important;
}
.p-0 {
padding: 0 !important;
}
.p-1 {
padding: 0.25rem !important;
}
.p-2 {
padding: 0.5rem !important;
}
.p-3 {
padding: 1rem !important;
}
.p-4 {
padding: 1.5rem !important;
}
.p-5 {
padding: 3rem !important;
}
.px-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.py-10 {
padding-top: 6rem !important;
padding-bottom: 6rem !important;
}
.pt-0 {
padding-top: 0 !important;
}
.pt-1 {
padding-top: 0.25rem !important;
}
.pt-2 {
padding-top: 0.5rem !important;
}
.pt-3 {
padding-top: 1rem !important;
}
.pt-4 {
padding-top: 1.5rem !important;
}
.pt-5 {
padding-top: 3rem !important;
}
.pt-8 {
padding-top: 10rem !important;
}
.pr-0 {
padding-right: 0 !important;
}
.pr-1 {
padding-right: 0.25rem !important;
}
.pr-2 {
padding-right: 0.5rem !important;
}
.pr-3 {
padding-right: 1rem !important;
}
.pr-4 {
padding-right: 1.5rem !important;
}
.pr-5 {
padding-right: 3rem !important;
}
.pb-0 {
padding-bottom: 0 !important;
}
.pb-1 {
padding-bottom: 0.25rem !important;
}
.pb-2 {
padding-bottom: 0.5rem !important;
}
.pb-3 {
padding-bottom: 1rem !important;
}
.pb-4 {
padding-bottom: 1.5rem !important;
}
.pb-5 {
padding-bottom: 3rem !important;
}
.pb-10 {
padding-bottom: 6rem !important;
}
.pl-0 {
padding-left: 0 !important;
}
.pl-1 {
padding-left: 0.25rem !important;
}
.pl-2 {
padding-left: 0.5rem !important;
}
.pl-3 {
padding-left: 1rem !important;
}
.pl-4 {
padding-left: 1.5rem !important;
}
.pl-5 {
padding-left: 3rem !important;
}
.pl-10 {
padding-left: 80px !important;
}
.pl-12 {
padding-left: 90px !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.fw-bold {
  font-weight: bold !important;
}
/*-----------------------------------------------------------------
　　contents
-----------------------------------------------------------------*/

.mw1000{
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0 ;
}
.w620{
	width: 620px;
}
.w323{
	width: 323px;
}
.fleft{
	float: left;
}
.fright{
	float: right;
}
  .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
  }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
  }
  
  .col {
    flex: 1 0 0%;
  }
  .row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  
  .col-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-5- {
    flex: 0 0 auto;
    width: 47%;
  }
  .col-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-7- {
    flex: 0 0 auto;
    width: 53%;
  }
  .col-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
