<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600&amp;display=swap');

/*セクション間余白----------------------------------------------------------- */
section {
  padding: 100px 0;
}

footer {
  padding: 45px 0;
}
body{
  max-width: 2000px;
  margin: 0 auto;
}
/*色関連----------------------------------------------------------- */
.bg_cl1 {
  background-color: #faf8e8;
}

.bg_cl2 {
  background-color: #fdfcf0;
}

.cl_base {
  color: #f94b0e;
}

.cl_main {
  color: #ef3300;
}

.cl_accent {
  color: #4265a1;
}

.cl_other1 {
  color: #4265a1;
}

.cl_other2 {
  color: #4265a1;
}

/*テキスト関連----------------------------------------------------------- */
.highlight {
  background: -webkit-linear-gradient(transparent 60%, #ffd200 50%);
  background: -o-linear-gradient(transparent 60%, #ffd200 50%);
  background: linear-gradient(transparent 60%, #ffd200 50%);
  font-weight: bold;
}

/*リンク色----------------------------------------------------------- */
a:link,
a:visited {
  color: #162bee;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}




/*はみ出し画像中央----------------------------------------------------------- */
.wic_wrap {
  overflow-x: hidden;
}

/* wicを使ったセクションのsectionタグに対して.wic_wrapのクラスをつける事 */
.wic img {
  width: auto;
  max-width: unset;
}

/* 中央に表示したいものにwicとwic1をつける */
.wic1 {
  margin-left: calc(50% - 1000px);
}

/*pxの部分を画像の半分の幅に変えてね！*/
.wic1 img {
  width: 2000px;
  max-width: 2000px;
}

.wic2 {
  margin-left: calc(50% - 600px);
}

.wic2 img {
  width: 1200px;
  max-width: 1200px;
}

.wic3 {
  margin-left: calc(50% - 800px);
}

.wic3 img {
  width: 1600px;
  max-width: 1600px;
}

/*Page Top----------------------------------------------------------- */
.pagetop a {
  background-color: #f94b0e;
}

.btm_fix{
  background-color: transparent;
}
/*Header----------------------------------------------------------- */
header {
  background-color: #b49536;
  top: 0;
  z-index: 99999;
}
header .logo {
  height: 60px;
  display: flex;
  align-items: center;
  padding-right: 15px;
}

header .container {
  display: flex;
  justify-content: flex-end;
  padding: 10px 15px;
}

header .contact {
  display: flex;
  align-items: center;
  text-align: right;
}

header .tel {
  padding-right: 15px;
  line-height: 1.1;
}

header .contact_tel {
  font-size: 3.2rem;
}

/*Navi----------------------------------------------------------- */
nav.sp_head_nav {
  display: none;
}
nav {
  padding-left: 0;
  padding-right: 0;
}

nav ul {
  display: flex;
  align-items: center;
  height: 100%;
}

nav li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-right: 15px;
}

nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 16PX;
}

nav li a:hover {
  color: #fff;
  text-decoration: none;
}

nav li a p {
  -ms-word-break: break-all;
  word-break: break-all;
}
nav li a:link, nav li a:visited {
  color: #FFF;
  text-decoration: none;
}

/*MV----------------------------------------------------------- */
.mv{
  position: relative;
  padding: 20px 0 80px;
  background: url(../img/pc_mv_bg.webp) no-repeat #fff;
  background-position: calc(50% + 30px) 0;
  background-size: cover;
}
.txt-wrap{
  width: 100%;
  max-width: 970px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sub_txt{
  width: 700px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 1.4rem;
}
@media screen and (max-width: 959px) {
  .sub_txt{
    width: 60%;
    font-size: 1.2rem;
  }
}

.mv_b{
  padding: 20px 0 20px;
  background: url(../img/pc_mv_bg_b.webp) no-repeat #fff;
  background-position: calc(50% + 30px) 0;
}

/*CTA----------------------------------------------------------- */
.cta{
  background: url(../img/pc_cta_bg.webp) no-repeat center/cover;
  padding: 70px 0;
}
.cta .box{
  padding: 10px;
  background-color: #FFF;
  position: relative;
  box-shadow: 0px 5px 15px 0px rgba(168, 134, 73, 0.6);
}
.cta .white_box{
 border: solid 1px #c6b78a;
 padding: 45px 30px;
}
.cta h2{
  padding-bottom: 30px;
}
.link_btn a:hover img{
  opacity: 1;
}
.link_btn a{
  display: inline-block;
}
.box02{
  margin-top: 50px;
  background-color: #fafafa;
  padding: 0px;
}
table {
	font-size: 1.4rem;
  border-top: solid 3px #a3855d;
  border-bottom: solid 3px #a3855d;
}
table th{
  background-color: #ede7df;
  color: #FFF;
  font-weight: bold;
  padding: 10px;
  width: 185px;
  border: solid 1px #a3855d;
  vertical-align: middle;
  font-size: 18px;
  color: #7f6849;
  border-left: 0;
}
table td{
  background-color: #fff;
  padding: 10px 30px;
  border: solid 1px #a3855d;
  width: calc(100% - 185px);
  border-right: 0;
  vertical-align: middle;
}
table tr:first-child td{
  padding: 30px 30px;
}

table td .schedule {
	width: 100%;
}

table td .schedule .sche{
	line-height: 1.2em;
	padding: 7px 0;
	border-bottom: solid 1px #ccc;
}

table td .schedule .sche div{
	display: inline-block;
	vertical-align: middle;
}
table td .schedule .sche .sche_no{
	width: 11%;
}
table td .schedule .sche .date{
	width: 35%;
}
table .cl_main{
  font-size: 18px;
  font-weight: bold;
}




/*CTA2----------------------------------------------------------- */
.cta02{
  padding-top: 100px;
}
.cta02 .img01{
  position: absolute;
  right: 0;
  top: 0;
}
.cta02 h2,
.cta02 .link_btn{
  position: relative;
  z-index: 1;
}

/*sec01----------------------------------------------------------- */
.sec01{
  background: url(../img/pc_sec01_bg.webp) no-repeat center/cover;
}
.sec01 .box{
  padding: 10px;
  background-color: #FFF;
}
.sec01 .inner{
  padding: 2px;
  background: rgb(218,163,65);
  background: linear-gradient(0deg, rgba(218,163,65,1) 0%, rgba(245,237,158,1) 100%);
  border: solid 1px #b49536;
}
.sec01 .white_box{
  padding: 25px 30px 40px;
}
.sec01 .txt{
  position: relative;
  margin-top: -18px;
  padding-left: 120px;
}
/*sec02----------------------------------------------------------- */
.sec02 h3{
  margin-bottom: 30px;
}
.sec02 .box{
  position: relative;
  margin-bottom: 30px;
}
.sec02 .box:last-child{
  margin-bottom: 0;
}
.sec02 .white_box{
  padding: 30px;
  z-index: 1;
  position: relative;
}
.sec02 .box:after{
  content: "";
  background-color: #e1d5af;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 10px;
  right: -10px;
}
@media (min-width: 960px) {
  .sec02 .fx-col-70-s {
    flex-basis: 73%;
    max-width: 73%;
    padding-right: 0;
}
  .sec02 .fx-col-30-s {
    flex-basis: 27%;
    max-width: 27%;
    padding-left: 0;
    padding-right: 0;
}
}
/*sec03----------------------------------------------------------- */
.sec03 .bg{
  padding: 60px 0 100px;
  background: url(../img/pc_sec03_bg03.webp) no-repeat center/cover;
  position: relative;
}
.sec03 h2{
  padding-bottom: 30px;
}
.sec03 .white_box{
  background: url(../img/pc_sec03_bg.webp) no-repeat center/cover;
  padding-bottom: 30px;
}
.brett ul{
  margin-left: 220px;
}
.brett ul li {
  padding-bottom: 30px;
  padding: 0;
  text-indent: 0;
  margin: 0;
  font-size: 24px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  border-bottom: dotted 1px #ccc;
  display: flex;
  align-items: center;
  color: #372f2d;
}
.brett ul li:last-child{
  margin-bottom: 0;
}
.brett ul li i {
  margin-right: 10px;
  color: #747474;
}
.sec03 .arrow {
  position: absolute;
  bottom: -105px;
  right: 0;
  left: 0;
}
.sec03 .bg02{
  background: url(../img/pc_sec03_bg02.webp) no-repeat center/cover;
  background-position: calc(50% + -10px) 0;
  padding: 140px 0;
}
/*sec04----------------------------------------------------------- */
.sec04 {
  background-color: #897337;
  position: relative;
  padding-bottom: 260px;
}
.sec04 h2{
  padding-bottom: 30px;
}
.sec04 .arrow{
  position: absolute;
  bottom: -80px;
  right: 0;
  left: 0;
}
.sec04 h3{
  position: relative;
  margin-top: -60px;
  margin-bottom: 30px;
}
.sec04 .txt{
  padding-right: 40%;
}
.sec04 .white_box{
  background: url(../img/pc_sec04_img01.webp) no-repeat center right/cover;
}
.sec04 .white_box:nth-of-type(2){
  background: url(../img/pc_sec04_img02.webp) no-repeat center right/cover;
}
.sec04 .white_box:nth-of-type(3){
  background: url(../img/pc_sec04_img03.webp) no-repeat center right/cover;
}

/*sec05----------------------------------------------------------- */
.sec05 .bg{
  position: relative;
  background: url(../img/pc_sec05_bg.webp) no-repeat center/cover;
  padding: 100px 0;
}
.sec05 .img01 {
  position: absolute;
  right: 20px;
  top: -150px;
}

.sec05 .arrow {
  position: absolute;
  bottom: -180px;
  right: 0;
  left: 0;
  z-index: 1;
}
/*sec06----------------------------------------------------------- */
.sec06 {
  position: relative;
}
.sec06 h3{
  margin-bottom: 30px;
}
.sec06 .white_box{
  background: url(../img/pc_sec06_img01.webp) no-repeat center right/cover;
}
.sec06 .white_box:nth-of-type(2){
  background: url(../img/pc_sec06_img02.webp) no-repeat center right/cover;
}
.sec06 .white_box:nth-of-type(3){
  background: url(../img/pc_sec06_img03.webp) no-repeat center right/cover;
}
.sec06 .white_box:nth-of-type(4){
  background: url(../img/pc_sec06_img04.webp) no-repeat center right/cover;
}
.sec06 .white_box:nth-of-type(5){
  background: url(../img/pc_sec06_img05.webp) no-repeat center right/cover;
}
.sec06 .txt{
  padding-right: 40%;
}
.sec06 .arrow {
  position: absolute;
  top: -170px;
  right: 0;
  left: 0;
}
.sec06 .bg {
  margin-top: 120px;
  background: url(../img/pc_sec06_bg.webp) no-repeat #FFF;
  background-position: calc(50% + 460px) bottom;
  padding: 100px 0;
  position: relative;
}
/*sec07----------------------------------------------------------- */
.sec07 h3{
  color: #f94b0e;
  font-size: 24px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f94b0e;
  font-weight: bold;
  margin-bottom: 30px;
}
.sec07 .white_box{
  margin-bottom: 0;
}
.sec07 .gr_box{
  background-color: #fafafa;
}
/*sec08----------------------------------------------------------- */
.sec08{
  background: url(../img/pc_sec08_bg.webp) no-repeat center/cover;
}
.sec08 h2{
  padding-bottom: 30px;
}
/*sec09----------------------------------------------------------- */
.sec09{
  background: url(../img/pc_sec09_bg.png);
}
.sec09 .inner {
  padding: 4px;
  background: rgb(218,163,65);
  background: linear-gradient(283deg, rgba(218,163,65,1) 0%, rgba(245,237,158,1) 100%);
}
.sec09 .white_box{
  position: relative;
  padding: 40px;
}
.sec09 .deco{
  position: absolute;
  left: 5px;
  top: 5px;
}
.sec09 .gr_box{
  padding: 20px;
}
.sec09 ul {
  display: flex;
  flex-wrap: wrap;
}
.sec09 li {
  width: 50%;
  margin: 20px 0;
}
.sec09 .txt{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5em;
}
.sec09 .deco02 {
  transform: rotate(90deg);
  left: auto;
  right: 5px;
}
.sec09 .deco03 {
  transform: rotate(270deg);
  bottom: 5px;
  top: auto;
}
.sec09 .deco04 {
  transform: rotate(180deg);
  left: auto;
  right: 5px;
  top: auto;
  bottom: 5px;
}
/*sec10----------------------------------------------------------- */
.sec10{
  overflow: hidden;
}
.sec10 .white_box.bg_over_l:before {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  width: 50vw;
  top: 0;
  left: 50%;
  transform: translateX(-50vw);
  background-color: #fff;
  z-index: 0;
}
.sec10 h3{
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .sec10 .fx-col-70-s {
    flex-basis: 73%;
    max-width: 73%;
}
  .sec10 .fx-col-30-s {
    flex-basis: 27%;
    max-width: 27%;
}
}
.sec10 .white_box.bg_over_r:before {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  width: 50vw;
  top: 0;
  right: 0;
  transform: translateX(50vw);
  background-color: #fff;
  z-index: 0;
}

/*sec11----------------------------------------------------------- */
.sec11 h3{
  color: #f94b0e;
  font-size: 24px;
  padding-left: 15px;
  border-left: 5px solid #f94b0e;
  font-weight: bold;
  margin-bottom: 30px;
}
.sec11 .white_box{
  margin-bottom: 0;
  background-color: #fafafa;
}
.sec11 .line{
  border-bottom: dashed 1px #CCC;
  margin: 30px 0;
}
@media (min-width: 960px) {
  .sec11 .fx-col-60-s {
    flex-basis: 67%;
    max-width: 67%;
    padding-right: 0;
}
  .sec11 .fx-col-40-s {
    flex-basis: 33%;
    max-width: 33%;
}
}
/*sec12----------------------------------------------------------- */
.sec12{
  background: url(../img/pc_sec12_bg.webp) no-repeat center/cover;
}
.sec12 h2{
  padding-bottom: 45px;
}
/*sec13----------------------------------------------------------- */
.sec13{
  background-color: #fafafa;
}
.sec13 h2{
  padding-bottom: 20px;
}
.sec13 .white_box {
  background: url(../img/pc_sec13_bg.webp) no-repeat center right/cover;
}
.sec13 .txt{
  padding-right: 30%;
}
.sec13 .img01 {
  padding-left: 115px;
}
/*sec14----------------------------------------------------------- */
.sec14{
  padding-top: 40px;
}
 .qa .q .txt {
  margin-left: 15px;
  font-size: 24px;
  color: #897337;
  font-weight: bold;
}
.qa .a {
  margin-bottom: 30px;
}
.qa .a:last-of-type {
  margin-bottom: 0;
}
.qa .txt {
  margin-left: 15px;
  padding-top: 8px;
}
.qa .box:not(:last-child){
  margin-bottom: 30px;
}
.qa .box .a{
  border-bottom:dotted 1px #cccccc;
}
.qa .box_item {
  display: flex;
  align-items: flex-start;
  padding-bottom: 0;
}
.qa .qq .txt {
  margin: 0 auto;
}
.qa .icon {
  width: 60px;
  flex-shrink: 0;
}
.qa .font_m{
  font-size: 24px;
}
/*sec15----------------------------------------------------------- */

/*
#contact dl{
  display: flex;
  flex-wrap: wrap;
  width: 600px;
  margin: 0 auto 25px;
}
#contact dt {
  width: 35%;
  padding-top: 10px;
  font-weight: bold;
}
#contact dd {
  width: 65%;
  margin-bottom: 10px;
}
#contact dd input{
  width: 100%;
}
#contact .required {
  background-color: rgb(248 75 15);
  color: #FFF;
  font-size: 13px;
  padding: 3px 10px;
  margin-left: 10px;
}
.input_adjust {
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px solid #ccc;
}
.input_select select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 12px 16px;
}
.input_select::before {
  position: absolute;
  top: calc(50% - 3px);
  right: 1em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
  pointer-events: none;
}
.input_select {
  position: relative;
  border-radius: 2px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background: #ffffff;
}
#contact table{
  width: 100%;
  margin-bottom: 30px;
}

*/
#contact table th:first-child{
/*  width: 90px;
*/}
/*sec16----------------------------------------------------------- */


/*sec17----------------------------------------------------------- */


/*sec18----------------------------------------------------------- */


/*box02----------------------------------------------------------- */

.box02 dl.news dt.news-title{border-bottom:1px solid #ccc;padding-bottom:1%;margin-bottom:1%;}

.box02 dl.news:nth-last-of-type(1) dt.news-title{border-bottom:none;padding-bottom:0%;margin-bottom:0;}


/*sec_soudan----------------------------------------------------------- */
.sec_soudan{

}
.sec_soudan .ul_wave{
  text-decoration: #d4bb00 wavy underline;
}
.sec_soudan .ttl{
  font-size: 2.8rem;
  text-align: center;
  font-weight: 600;
  font-family: 'Noto Serif JP', serif;
  padding-bottom: 20px;
  letter-spacing: .02em;
}
.sec_soudan .soudan_btn{
  text-align: center;
  padding: 20px 0;
}
.sec_soudan .soudan_btn a{
  margin: 0 auto;
}
.sec_soudan .soudan_btn a img{
  display: inline-block;
}
.sec_soudan .sp{
  display: none !important;
}



/*Footer----------------------------------------------------------- */
.footer_nav1 {
  font-size: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

footer .copy {
  text-align: center;
}

footer a:link, footer a:visited {
  color: #000;
  transition: all .3s;
}

footer a:hover, footer a:focus {
  color: #000;
  opacity: .7;
}

footer ul li {
  display: inline-block;
  white-space: nowrap;
}
footer ul li:not(:last-child):after{
  content: "|";
  margin: 0 5px;
}
footer .copy {
  font-size: 14px;
}

#thanks .bn_youtube{
  margin: 60px auto 0;
}









/* ----------------------------------------------------------------------
 フッター
---------------------------------------------------------------------- */

/* ボックスコンテンツ */
#footer_box_content { width:100%; height:420px; position:relative; overflow:hidden; }
#footer_box_content .bg_image { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:1; }
#footer_box_content .bg_image img { width:100%; height:100%; display:block; margin:0; object-fit:cover; }
#footer_box_content .bg_image.mobile { display:none; }
#footer_box_content .video { width:100%; height:100%; display:block; margin:0; object-fit:cover;  position: absolute; top:0; left:auto; right:auto; }
#footer_box_content .overlay { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:2; background:rgba(0,0,0,0.5); }
#footer_box_content .item_list_wrap { max-width:1310px; margin:0 70px; z-index:3; position:relative; left:calc(50% - 70px); top:50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
#footer_box_content .item_list {
  display:-webkit-box; display:-webkit-flex; display:flex;
  -webkit-flex-wrap:wrap; flex-wrap:wrap;
  -webkit-justify-content:center; justify-content:center;
}
#footer_box_content .item {
	background:rgba(255,255,255,0.7); margin:0 30px 0 0; height:250px; border-radius:15px;
	text-align:center; padding:30px; -webkit-flex: 1 1 0%; flex: 1 1 0%;
  display:-webkit-box; display:-webkit-flex; display:flex;
  -webkit-flex-direction:column; flex-direction:column;
  -webkit-justify-content:center; justify-content:center;
	-webkit-box-sizing:border-box; box-sizing:border-box;
}
#footer_box_content .item_total1 .item { -webkit-flex:0 1 auto; flex:0 1 auto; padding-left:40px; padding-right:40px; min-width:800px; }
#footer_box_content .item:last-of-type { margin-right:0; }
#footer_box_content .item .headline { font-size:18px; }
#footer_box_content .item .desc { font-size:16px; line-height:1.6; }
#footer_box_content .item .free_space { font-size:16px; }
#footer_box_content .item .free_space p { line-height:2; }
#footer_box_content .item .link_button { margin-top:15px; }
#footer_box_content .item .tel { font-size:42px; margin:10px 0 0; font-family:'Arial'; }
#footer_box_content .item.style_type1 .desc { margin-top:16px; }
#footer_box_content .item.style_type2 .desc { margin-top:10px; }


/* ロゴエリア */
#footer { padding:60px 0; }
#footer_catch {
	height:60px; line-height:60px; text-align:center; border-bottom:1px solid #ddd; font-size:18px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#footer_logo { text-align:center; width:100%; margin:0 0 30px 0; }
#footer_logo img { display:block; -webkit-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out; margin:0 auto; }
#footer_logo a:hover img { opacity:0.5; }
#footer_logo a .logo_text { font-weight:500; }
#footer_logo a:hover .logo_text { }
#footer_logo .logo_image.mobile { display:none; }


/* ページ上部へ戻るボタン */
#return_top { }
#return_top a { border-radius:7px; border:1px solid #ddd; background:#fff; color:#000 !important; display:block; height:60px; width:60px; line-height:60px; text-decoration:none; z-index:100; position:relative; }
#return_top a:hover:before { color:#fff; }
#return_top span { text-indent:100%; white-space:nowrap; overflow:hidden; display:block; }
#return_top a:before {
  color:#000; font-family:'design_plus'; content:'\e911'; font-size:16px; display:block; width:16px;
  position:absolute; left:23px; top:3px; margin:auto;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#return_top {
  position:fixed; right:20px; bottom:20px; z-index:999;
  /*-webkit-transform: translate3d(0,100%,0); transform: translate3d(0,100%,0);
  -webkit-transition: -webkit-transform 0.35s; transition: all 0.35s;*/
  opacity: 0; transition: opacity 0.4s ease; pointer-events: none;
}
#return_top.active { /*-webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); bottom:20px;*/
opacity: 1; pointer-events: auto; }


/* SNSボタン（全箇所共通） */
.sns_button_list { font-size:0; z-index:20; text-align:center; }
.sns_button_list li { font-size:12px; display:inline-block; margin:0 7px; position:relative; }
.sns_button_list li a {
	display:block; text-align:center; position:relative; overflow:hidden;
  width:17px; height:18px;
}
.sns_button_list li a span { display:none; }
.sns_button_list li a:before {
  font-family:'design_plus'; font-size:16px; display:block;
	position:absolute; left:50%; top:50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
	-webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.sns_button_list.color_type1 li a:before { color:#000; }
.sns_button_list li a:hover:before { opacity:0.5; }
.sns_button_list li a:hover:before { }
.sns_button_list li.twitter a:before { content:'\e904'; margin-left:0.7px; }
.sns_button_list li.facebook a:before { content:'\e944'; font-size:18px; }
.sns_button_list li.insta a:before { content:'\ea92'; font-size:15px; margin-top:1px; }
.sns_button_list li.pinterest a:before { content:'\e905'; font-size:17.5px; margin-top:1px; }
.sns_button_list li.youtube a { width:19px;}
.sns_button_list li.youtube a:before { content:'\ea9d'; font-size:18px; margin-top:1px; }
.sns_button_list li.contact a:before { content:'\f0e0'; }
.sns_button_list li.rss a:before { content:'\e90b'; font-size:14px; margin-top:1px; }
.sns_button_list li.user_url a:before { content:'\e942'; margin-left:0.7px; }
.sns_button_list.color_type2 li { margin:0 8px; }
.sns_button_list.color_type2 li a { width:25px; height:25px; }
.sns_button_list.color_type2 li a:before { font-size:22px; }
.sns_button_list.color_type2 li.twitter a:before { color:#1da1f2; }
.sns_button_list.color_type2 li.facebook a:before { color:#1877f2; font-size:25px; }
.sns_button_list.color_type2 li.insta a:before { color:#e4405f; }
.sns_button_list.color_type2 li.pinterest a:before { color:#bd081c; font-size:24px; }
.sns_button_list.color_type2 li.youtube a:before { color:#f00; }
.sns_button_list.color_type2 li.contact a:before { color:#00729f; }
.sns_button_list.color_type2 li.rss a:before { color:orange; }
.sns_button_list.color_type2 li.user_url a:before { color:#00729f; }


/* フッターメニュー */
#footer_menu { border-top:1px solid #ddd; }
#footer_menu ul {
  display:-webkit-box; display:-webkit-flex; display:flex;
  -webkit-flex-wrap:wrap; flex-wrap:wrap;
  -webkit-justify-content:center; justify-content:center;
}
#footer_menu a { font-size:14px; display:block; height:60px; line-height:60px; padding:0 15px; }


/* コピーライト */
#copyright {
	height:60px; line-height:60px; background:#000; color:#fff; position:relative; text-align:center; font-size:12px;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;
}
#copyright p { font-size:12px; text-align:center; height:60px; line-height:60px; }


/* フッターバー */
#dp-footer-bar {
  position:fixed; right:0px; bottom:0px; z-index:999; width:100%;
}
.open_menu #dp-footer-bar { display:none; }
.dp-footer-bar-type1 #dp-footer-bar {
  opacity:0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.dp-footer-bar-type1 #dp-footer-bar.active {
  opacity:1;
}
.dp-footer-bar-type2 #dp-footer-bar {
  -webkit-transform: translate3d(0,100%,0); transform: translate3d(0,100%,0);
  -webkit-transition: -webkit-transform 0.35s; transition: transform 0.35s;
}
.dp-footer-bar-type2 #dp-footer-bar.active {
  -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);
}


/* フッターバー　アイコン無しタイプ */
#dp-footer-bar {
  height:50px;
  display:-webkit-box; display:-webkit-flex; display:flex;
  -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
#dp-footer-bar a {
  height:50px; line-height:50px; display:block; text-align:center; font-size:12px; padding:0 20px; text-decoration:none !important;
  -webkit-flex: 1 1 0%; flex: 1 1 0%;
}




/*20230726追加*/
a.udl{
  color: #3e3b3b;
  text-decoration: underline;
}
p.btm10{
  margin-bottom: 10px;
}

/*sec21----------------------------------------------------------- */
.sec21{
  background: url(../img/pc_sec01_bg.webp) no-repeat center/cover;
}
.sec21 .box{
  padding: 10px;
  background-color: #FFF;
}
.sec21 .inner{
  padding: 2px;
  background: rgb(218,163,65);
  background: linear-gradient(0deg, rgba(218,163,65,1) 0%, rgba(245,237,158,1) 100%);
  border: solid 1px #b49536;
}
.sec21 .white_box{
  padding: 25px 30px 40px;
}
.sec21 .txt{
  position: relative;
  margin-top: -18px;
  padding-left: 120px;
}





/* ----------------------------------------------------------------------
 Contact form 7
---------------------------------------------------------------------- */
.wpcf7 .wpcf7-submit, .wpcf7 .wpcf7-previous { -webkit-transition:all .3s; -webkit-box-sizing:border-box; box-sizing:border-box; display:block; position:relative; width:225px; height:48px; margin:30px auto 0; border:none !important; outline:none; background-color:#333333; color:#fff; font-size:14px; line-height:1.5; text-align:center; text-decoration:none; cursor:pointer; transition:all .3s; }
.wpcf7 .wpcf7-previous + br { display: none; }
.wpcf7 .wpcf7-submit:hover, .wpcf7 .wpcf7-previous:hover { background-color:#666666; }
.wpcf7 form .wpcf7-response-output { margin: 2em 0.5em 2em; padding:0; border: none; text-align:center; }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output { color:#dc3232; font-size: 1em; }




/* BEYOND theme */</pre></body></html>