@charset "UTF-8";
/*---------------- ▼全幅共通CSS▼ --------------------*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ie .row img {
  /*width: 100%;*/
}

input[type="checkbox"] {
  -moz-appearance: normal;
  -webkit-appearance: normal;
}

body,
input, textarea, select {
  font-family: "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 500;
  line-height: 1.2;
}

.mincho {
  font-family: 'Noto Serif JP', "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
}

/*Windowsの場合はデフォルトを游ゴシックに
ヒラギノはmidiumのfont-weightが反映されないため*/
/*.win{
	body,
	input,textarea,select{
		font-family: "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		font-weight: 500;
	}
	.mincho{
		font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
	}
}*/
/*IEではWEBフォントなどのline-heightがずれるので、Windowsプリインストールのフォントを指定*/
.ie body,
.ie input, .ie textarea, .ie select {
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.ie .mincho {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "serif";
}
.ie select {
  /*&::-ms-expand{
  	//IEでselectの矢印を非表示にする
  	display: none;
  }*/
}

/*ヒラギノがデフォルトに指定の場合、EDGEではfont-weightが正しく反映されないため400に*/
/*.edge{
	body,
	input,textarea,select{
		font-weight: normal;
	}
}*/
a {
  color: #004EFF;
  text-decoration: underline;
}

address {
  font-style: normal;
}

#header .spNav_inner {
  -moz-box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.4);
  box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.4);
}
#header .childLevel2_a {
  position: relative;
  padding: .3em .3em .3em .8em;
}
#header .childLevel2_a i {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1em;
}
#header .spNav_logo {
  width: 256px;
  margin: auto;
  padding-bottom: 2rem;
}
#header.on {
  background: rgba(255, 255, 255, 0.9);
  height: 100%;
  /*.spBtn_contact{
  	&:not(.entry){
  		display: none;
  	}
  }*/
}
#header.on .spNav_inner {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

#contWrap {
  overflow: hidden;
}

/*---------------- ▼footer▼ --------------------*/
#footer {
  position: relative;
  z-index: 9;
}

.footerInner1 {
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background: url(../img/common/bg_footer1_202309.jpg) no-repeat center center / cover;
}


.footerBtns_a {
  padding: 1em .8em;
}
.footerBtns_a i {
  padding-right: .5em;
}

.footerTel {
  background: #e9e9e9;
}

.footerInner2 {
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background: url(../img/common/bg_footer2.jpg) no-repeat center;
}

.footerInner2_title {
  padding-bottom: 1em;
}

.footerMap_gmap,
.footerMap_address {
  background: #ffffff;
  border: solid 1px #949494;
}

.fb-page iframe {
  background: #ffffff;
  border: solid 1px #949494 !important;
}

.footerMap_gmap {
  position: relative;
  border-bottom: none;
}
.footerMap_gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footerMap_address {
  border-top: none;
  line-height: 1.6;
}

.footerMap_addressDetail,
.footerMap_addressText2 {
  padding-top: .8em;
}

.fbContainer {
  text-align: center;
  overflow: hidden;
}

.footerLogo {
  background: #ffffff;
}
.footerLogo a {
  display: block;
}

.footerNavCopy {
  background: #283f14;
}

.footerNavs_li {
  padding: .2em;
}
.footerNavs_li a {
  padding: .3em;
}

.footerCopy {
  padding-top: 1.5em;
}
.footerCopy small {
  display: inline-block;
}

#pageTop_wrap {
  /*position: fixed;
  z-index: 9;
  right: 0;
  bottom: 0;
  margin-bottom: 10px;
  &.absolute{
  	position: absolute;
  	//top: 0;
  }*/
}
#pageTop_wrap img, #pageTop_wrap a {
  display: block;
}
#pageTop_wrap img {
  width: 100%;
}

#pageTop {
  margin: auto;
}

/*---------------- ▼hamburger▼ --------------------*/
#hamburgerWrap {
  background: #283f14;
  position: fixed;
  z-index: 10;
  top: 0;
  right: 4.6875vw;
  width: 45px;
  height: 45px;
  padding: 10px;
  cursor: pointer;
  margin-top: -45px;
}
#hamburgerWrap div {
  background: #ffffff;
  transition: 0.3s;
  height: 3px;
  width: 25px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  /*&:before,&:after{
  	@include content_abs($t:0,$b:0);
  	margin: auto;
  	background: $white;
  }
  &:before{
  	left: 0;
  	width: 10%;
  }
  &:after{
  	right: 0;
  	width: 80%;
  }*/
}
#hamburgerWrap div:first-of-type {
  top: 10px;
}
#hamburgerWrap div:nth-of-type(2) {
  top: 0;
  bottom: 0;
}
#hamburgerWrap div:last-of-type {
  bottom: 10px;
}
#hamburgerWrap.on div {
  height: 2px;
  width: 25px;
  position: absolute;
  right: auto;
  left: auto;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  /*&:before,&:after{
  	display: none;
  }*/
}
#hamburgerWrap.on div:first-of-type {
  top: 12px;
  bottom: 12px;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#hamburgerWrap.on div:nth-of-type(2) {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#hamburgerWrap.on div:last-of-type {
  top: 12px;
  bottom: 12px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*
*
* swiper
*/
.swiper-container {
  padding-bottom: 30px;
}

.swiper-pagination {
  line-height: 0;
}

.swiper-pagination-bullet {
  width: 26px;
  height: 6px;
  border-radius: 0;
}

.swiper-pagination-bullet-active {
  background: #ed9100;
}

.swiper-button-next,
.swiper-button-prev {
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ed9100'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ed9100'%2F%3E%3C%2Fsvg%3E");
}

/*---------------- ▲全幅共通CSS▲ --------------------*/
/*---------------- ▼PCのみCSS▼ --------------------*/
@media screen and (min-width: 769px) {
  a {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a img {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  #header {
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    /*padding-bottom: 30px;*/
    /*.inner{
    	max-width: 1000px;
    	padding: 0 10px;
    	margin: auto;
    }*/
    /*---------------- ▼サブメニュー▼ --------------------*/
    /*---------------- ▲サブメニュー▲ --------------------*/
  }
  #header .inBlock1 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  #header .ulWrap {
    background: #283f14;
    position: relative;
  }
  #header .topLevel_li {
    line-height: 1.4;
  }
  #header .topLevel_a {
    color: #ffffff;
    padding: .5em 0;
  }
  #header .childLevel2_ul {
    padding: 1rem;
    background: #ffffff;
    -moz-box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.4);
    box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.4);
  }
  #header .childLevel2_li {
    font-size: 0.875rem;
  }
  #header .childLevel2_a {
    min-height: 2.4em;
  }
  #header .subMenu {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 3;
    margin: auto;
    display: none;
    width: 100%;
    padding: 0 1.25rem;
  }

  .headLogo {
    padding-top: 0.625rem;
	max-width: 80%;
  }

  .headGroup2_navLi:nth-of-type(n+2) {
    margin-left: 1em;
  }

  .headGroup2_btn {
    padding-top: 1rem;
  }

  .headGroup2_btnLi:nth-of-type(n+2) {
    margin-left: 0.625rem;
  }
  .headGroup2_btnLi.contactBtn {
    -moz-border-radius: 0.2rem;
    -webkit-border-radius: 0.2rem;
    border-radius: 0.2rem;
    -moz-box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.4);
    box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.4);
  }

  /*---------------- ▼footer▼ --------------------*/
  #footer {
    padding-top: 6.25rem;
    overflow: hidden;
  }

  .footerInner1 {
    padding: 10rem 0;
  }

  .footerBnrs_inner,
  .footerBtns_inner {
    margin: 0 -1.25%;
  }

  .footerBnrs_li,
  .footerBtns_li {
    padding: 0 1.21951%;
  }
  .footerBnrs_li:nth-of-type(n+5),
  .footerBtns_li:nth-of-type(n+5) {
    padding-top: 2.43902%;
  }

  .footerBtns {
    padding-top: 5rem;
  }

  .footerBtns_a {
    font-size: 1.125rem;
  }
  .footerBtns_a i {
    font-size: 1.25rem;
  }

  .footerTel {
    padding: 2.5rem;
  }

  .footerInner2 {
    padding: 5rem 0;
  }

  .footerMap,
  .footerFb {
    max-width: 41.66667%;
    min-width: 500px;
  }

  .footerMap {
    padding-right: 1.25rem;
  }

  .footerMap_gmap {
    padding-bottom: 16.875rem;
  }

  .footerMap_address {
    position: relative;
    padding: 1em;
    padding-left: 43.2%;
  }
  .footerMap_address:after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: auto;
    background: url(../img/common/img_footer_map1.jpg) no-repeat center;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    width: 36%;
    margin: 1em auto 1em 1em;
  }

  .footerFb {
    padding-left: 1.25rem;
  }

  .footerInner2_title {
    font-size: 1.125rem;
  }

  .footerInner3 {
    position: relative;
  }
  .footerInner3:before, .footerInner3:after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    height: auto;
    z-index: -1;
    width: 50%;
    margin: auto;
  }
  .footerInner3:before {
    left: 0;
    background: #ffffff;
  }
  .footerInner3:after {
    right: 0;
    background: #283f14;
  }

  .footerLogo {
    max-width: 40%;
    padding: 1.875rem 1.25rem 1.875rem 0;
  }
  .footerLogo a {
    width: 22.5rem;
  }

  .footerNavCopy {
    padding: 1.875rem 0 1.875rem 1.25rem;
  }

  .footerNavs {
    margin: -.5em;
  }

  #hamburgerWrap {
    display: none;
    margin: .625rem .625rem auto auto;
  }
}
/*---------------- ▼PCのみ（1000～）CSS▼ --------------------*/
/*---------------- ▼PCのみ（1601～）CSS▼ --------------------*/
@media screen and (min-width: 1601px) {
  .footerInner1 {
    background-position: center 30%;
  }
}
/*---------------- ▼PCのみ（1090～769）CSS▼ --------------------*/
@media screen and (max-width: 1090px) and (min-width: 769px) {
  .footerBtns_a {
    font-size: 1rem;
  }
  .footerBtns_a i {
    font-size: 1.125rem;
  }
}
/*---------------- ▼PCのみ（1023～769）CSS▼ --------------------*/
@media screen and (max-width: 1023px) and (min-width: 769px) {
  /*---------------- ▼fixlayout▼ --------------------*/
  #header {
    overflow-x: auto;
    overflow-y: hidden;
  }
  #header .inBlock1,
  #header .inner {
    min-width: 64rem;
  }

  #contWrap, #footer {
    min-width: 64rem;
  }
}
/*---------------- ▲PCのみCSS▲ --------------------*/
/*---------------- ▼タブレット以降CSS▼ --------------------*/
/*---------------- ▼タブレット以降(768～)CSS▼ --------------------*/
@media screen and (max-width: 768px) {
  html {
    font-size: .875rem;
  }

  /*body {
  	-webkit-text-size-adjust: 100%;
  	text-size-adjust: 100%;
  }*/
  /*br.pc{
  	display:none;
  }
  br.sp{
  	display:inline;
  }*/
  input, textarea, select {
    font-size: 16px !important;
  }

  #header {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
  }
  #header .inBlock1 {
    background: #ffffff;
    padding-bottom: 0.71429rem;
    -moz-box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.2);
  }
  #header .pageH1 {
    line-height: 1.4;
    padding: .6em 0 1.4em;
  }
  #header .topLevel {
    font-size: 1.42857rem;
  }
  #header .topLevel_li {
    border-top: dashed 2px #d8d8d8;
    padding: 4.6875vw 0;
  }
  #header .topLevel_li:first-of-type {
    border-top: none;
  }
  #header .topLevel_a,
  #header .childLevel2_a {
    display: block;
  }
  #header .childLevel2 {
    font-size: 1.14286rem;
    padding-top: 3.125vw;
  }
  #header .childLevel2_li {
    padding-top: 1.5625vw;
  }

  .headLogo {
    padding-right: 55px;
  }
  .headLogo img {
    max-height: 45px;
  }

  /*---------------- ▼footer▼ --------------------*/
  #footer {
    padding-top: 7.14286rem;
  }

  .footerInner1 {
    -moz-background-size: auto 120% !important;
    -o-background-size: auto 120% !important;
    -webkit-background-size: auto 120% !important;
    background-size: auto 120% !important;
    padding: 25vw 0;
  }

  .footerBnrs_inner,
  .footerBtns_inner {
    margin: -4.6875vw -2.34375vw auto;
  }

  .footerBtns_inner {
    padding-top: 4.28571rem;
  }

  .footerBnrs_li,
  .footerBtns_li {
    padding: 4.6875vw 2.34375vw 0;
  }

  .footerTel {
    padding: 2.14286rem 0;
  }

  .footerInner2 {
    padding: 18.75vw 0;
  }

  .footerMap_gmap {
    padding-bottom: 62.5vw;
  }

  .footerMap_address {
    padding: 4.6875vw;
  }

  .footerFb {
    padding-top: 4.28571rem;
  }

  .footerInner2_title {
    font-size: 1.28571rem;
  }

  .footerLogo {
    max-width: 24.28571rem;
    padding-top: 2.14286rem;
    padding-bottom: 2.14286rem;
    margin: auto;
  }

  .footerNavCopy {
    margin: auto -4.6875vw;
  }

  .footerNavs {
    padding-top: 2em;
  }

  .footerCopy {
    width: 100%;
    text-align: center;
    padding-bottom: 1em;
  }

  .sp_fixedBnrs {
    background: #ffffff;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    padding: 2.60417vw 4.6875vw;
    margin: auto;
    -moz-box-shadow: 0 -0.2rem 0.2rem rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 -0.2rem 0.2rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 -0.2rem 0.2rem rgba(0, 0, 0, 0.2);
  }

  .fixedBnrs_tel img,
  .fixedBnrs_contact img {
    width: 100%;
  }

  .fixedBnrs_tel {
    max-width: 45.57292vw;
  }

  .fixedBnrs_contact {
    max-width: 31.25vw;
  }
}
/*---------------- ▼タブレット以降（768～641）CSS▼ --------------------*/
/*---------------- ▲タブレット以降CSS▲ --------------------*/
/*---------------- ▼スマホ以降CSS▼ --------------------*/
@media screen and (max-width: 640px) {
  /*#pageTop_wrap{
  	width:36px;
  	img{
  		height: 36px;
  	}
  }*/
}
@media screen and (max-width: 480px) {
  html {
    font-size: .75rem;
  }

  #header .ulWrap {
    font-size: 1.5rem;
  }

  /*---------------- ▼footer▼ --------------------*/
  .footer_contactWrap {
    font-size: 5vw;
  }

  .footer_contact {
    padding-top: 2rem;
  }

  /*---------------- ▼hamburger▼ --------------------*/
}
/*---------------- ▲スマホ以降CSS▲ --------------------*/
/*---------------- ▼スマホ最小CSS▼ --------------------*/
/*---------------- ▲スマホ最小CSS▲ --------------------*/

.g-recaptcha {
  margin-right:auto;
  margin-left:auto;
  text-align: center;
  width:300px;
  margin-top:20px;
}


/* 20210506追加 youtube
---------------------------------------------------- */
.ytp-cued-thumbnail-overlay{
	width:80%!important;
	margin:auto!important;
}




/*--------------------------------------
Pz-LinkCard レイアウト設定
--------------------------------------*/
.lkc-title-text{
        margin-bottom: 8px!important;
	    line-height: 17px!important;	
}
.lkc-url{
	    margin-bottom: 8px!important;
}

.lkc-title {
        margin-bottom: 8px!important;

}
.lkc-thumbnail {
	padding-right: 10px!important;
}
.lkc-info {
	padding-top: 8px!important;
	margin-bottom:15px!important;
}

lkc-excerpt {
    margin-bottom: 15px!important;
}


/* 202505追加　フッターボタン固定
---------------------------------------------------- */

.fixed-btn {
  display: none;
}
@media screen and (max-width: 767px){
  .fixed-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    display: flex;

  }
  .fixed-btn>p {
    width: 100%;
    margin: 0;
  }
  .fixed-btn>p+p {

  }
  .fixed-btn>p a {
    display: block;
    padding:5px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 1.6rem;
  }
  .fixed-btn>p.fixed-btn-line a {

  }

	.fixed-btn-entry{
	background:#fff;		
	}
	
.hadd-footer-copy {
  margin-bottom:60px;
}	
	
	
}





