@charset "UTF-8";
/* CSS Document */

/*[ RESTYLE TAG ]
///////////////////////////////////////////////////////////
*/
* {
	margin: 0; 
	padding: 0; 
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	/* [disabled]font-weight: 400; */
}

/* ------------------------------------ */
a {
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  	font-weight: 400;
	/*font-size: 15px;
	line-height: 1.7;*/
	color: #000;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
	color: #2AA738;
}

/* ------------------------------------ */
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  font-weight: 400;
	font-size: 15px;
	line-height: 1.7;
	color: #000;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}

/* ------------------------------------ */
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}


/* ------------------------------------ */
.container {
	max-width: 1200px;
}

.slick-slide {
  outline: none !important;
}

/*[ BACK TO TOP ]
///////////////////////////////////////////////////////////
*/
.btn-back-to-top {
  display: none;
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 40px;
  right: 40px;
  background-color: black;
  opacity: 0.5;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  border-radius: 4px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.symbol-btn-back-to-top {
  font-size: 22px;
  color: white;
  line-height: 1em;
}

.btn-back-to-top:hover {
  opacity: 1;
  cursor: pointer;
}

@media (max-width: 576px) {
  .btn-back-to-top {
    bottom: 15px;
    right: 15px;
  }
}

/*[ width select ]
===========================================================*/
.select2-container {
  display: block;
    max-width: 100%;
    width: auto !important;
}

/*[ Select ]
===========================================================*/
.select2-container .select2-selection--single {
  display: flex;
  align-items: center;
    background-color: white;
    border: 0px solid transparent;
    border-radius: 10px !important;
    height: 46px;
    outline: none;
}

.select2-container--focus {
  border-radius: 10px;
  box-shadow: 0 0 0px 2px #2AA738;
  -moz-box-shadow: 0 0 0px 2px #2AA738;
  -webkit-box-shadow: 0 0 0px 2px #2AA738;
  -o-box-shadow: 0 0 0px 2px #2AA738;
  -ms-box-shadow: 0 0 0px 2px #2AA738;
}

.select2-container--focus .select2-selection--single {
  border-color: transparent;
}

.select2-container--below.select2-container--open {
  border-radius: 10px;
  box-shadow: 0 0 0px 2px #2AA738;
  -moz-box-shadow: 0 0 0px 2px #2AA738;
  -webkit-box-shadow: 0 0 0px 2px #2AA738;
  -o-box-shadow: 0 0 0px 2px #2AA738;
  -ms-box-shadow: 0 0 0px 2px #2AA738;
}

.select2-container--below.select2-container--open .select2-selection--single {
  border-color: transparent;
}

.select2-container--above.select2-container--open {
  border-radius: 10px;
  box-shadow: 0 0 0px 2px #2AA738;
  -moz-box-shadow: 0 0 0px 2px #2AA738;
  -webkit-box-shadow: 0 0 0px 2px #2AA738;
  -o-box-shadow: 0 0 0px 2px #2AA738;
  -ms-box-shadow: 0 0 0px 2px #2AA738;
}

.select2-container--above.select2-container--open .select2-selection--single {
  border-color: transparent;
}


/*[ in select ]
===========================================================*/
.select2-selection__rendered {
  font-size: 14px;
  font-weight: 400;
  color: #666666 !important;
  padding-left: 20px !important;
}

.select2-selection__arrow {
  top: 50% !important;
  transform: translateY(-50%) !important;
  right: 12px !important;
}


/*[ dropdown option ]
===========================================================*/
.select2-dropdown {
    border: none !important;
    border-radius: 10px !important;
    overflow: hidden;
    box-shadow: 0px 3px 25px rgba(0,0,0,0.1);
    margin-top: 7px;
}
.select2-dropdown--above {top: -2px;}
.select2-dropdown--below {top: 2px;}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container .select2-results__option--highlighted[aria-selected] {
  background-color: #2AA738;
  color: #fff;
}

.select2-results__options{
  font-size: 14px;
  font-weight: 400;
  color: #666666 !important;
}


.select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa !important;
  outline: none;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}

.select2-search--dropdown .select2-search__field:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
}

/*[ Header ]
///////////////////////////////////////////////////////////
*/

.wrap-menu-header {
  position: absolute;
  width: 100%;
  height: 120px;
  top: 0;
  left: 0;
  z-index: 100;
  /**/
}

.wrap_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background-color: transparent;
  justify-content: space-between;
  align-items: center;
}

.header-fixed .wrap-menu-header {
  position: fixed;
  height: 100px;
  background: rgba(255,255,255,0.8);/**/
  box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
}

/*[ Logo ]
-----------------------------------------------------------
*/
.logo {
  height: 70px;/**/
}

.logo > a{
  display: block;
  height: 100%;
}

.logo > a > img {
  width: auto;
  max-height: 100%;
  vertical-align: middle;
}
@media (max-width: 1200px) {
  .logo {height: 50px;}/*1024px*/
}
@media (max-width: 576px) {
  .logo {height: 45px;}
}

/*[ Menu ]
-----------------------------------------------------------
*/
.wrap_menu {
  height: 100%;
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.main_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  /**/border-left:dotted 1px #999999; 
}

.main_menu li {
  /*display: block;*/display: flex; justify-content: center; align-items: center;
  position: relative;
  /**/border-right:dotted 1px #999999; line-height:1.3; text-align:center; width:80px; height:75px;
  /*text-shadow:0.5px 0.5px 0 #FFF, -0.5px -0.5px 0 #FFF,
              -0.5px 0.5px 0 #FFF, 0.5px -0.5px 0 #FFF,
              0px 0.5px 0 #FFF,  0-0.5px 0 #FFF,
              -0.5px 0 0 #FFF, 0.5px 0 0 #FFF;*/
}
.main_menu li span img {
	display:block;
	height:30px;
	position:absolute;
	top:0;
	left: 0;
  right: 0;
  margin: auto;
}

.main_menu > li {
  padding-top: 30px;
  /*padding-bottom: 10px;
  margin-left: 5px;*/
  /*margin-right: 5px;*/
  /**/
}

.main_menu > li > a {
  font-weight: 700;
  font-size: 11px;/*14*/
  /**/
  color: #000;
  /*padding: 15px 0;*/
}

.header-fixed .main_menu > li > a {
  color: #000;/**/
}

.main_menu > li:hover > a {
  color: #2AA738;
  text-decoration: none;
}
.main_menu li span img:hover {
	/* [disabled]opacity:0.5; */
}


/*=========================================================
2021-01
=========================================================*/
/* sidebar-menu */
.sb-menu {
	margin:100px auto 30px;
	background:#FFF;
	width:80%;
	padding:30px;
	border-radius:20px;
	text-align:center;
}
.sb-menu li a {	
	color:#2AA738;
	font-weight:700;
	padding-bottom:20px;
}
.sb-menu li:hover > a {
	color:#4c7f36;
	text-decoration: none;
}

.sb-menu li:last-child a {
  background: #2AA738;
  border-radius: 3px;
  color: #FFF;
  font-size:13px;
  padding:5px 10px;     
}

.sb-menu li:last-child:hover > a {
  background-color: #4c7f36;
  color: #FFF;
}

/* header-button */

.hdr-b01 a {
  position: relative;
  display: inline-block;
  padding: 0 5px;
  text-decoration: none;
  font-family:Helvetica;
  font-size: 13px;
  color: #FFF;
  background: #2AA738;
  border-radius: 4px;
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  font-weight: 500;
  border: solid 2px #4c7f36;
}

.hdr-b01 a:hover {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
  color: #FFF;
}
/*=========================================================
2021-07
=========================================================*/
.hdr-b02 a, .btn-show-sidebar {
  display: inline-block;
  text-decoration: none;
  background: #2AA738;
  color: #FFF;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  transition: .4s;
}
.hdr-b02 a:hover, .btn-show-sidebar:hover {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.30);
  background-color: #4c7f36;
  color: #FFF;
}
/*=========================================================*/

/*[ charactor ]
-----------------------------------------------------------
*/
.chara img {
  height: 130px;
  text-align:center;
  padding-bottom:20px;
}

/*=========================================================

.btn-show-sidebar {

  width: 32px;
  height: 24px;
  border-top: 2px solid #8f929f;
  border-bottom: 2px solid #8f929f;
  font-family:Helvetica;
  font-size:10px;
  font-weight:bold;
  text-align:center;
  color:#8f929f;
  vertical-align:middle;
}

/* changed 
.header-fixed .btn-show-sidebar {
  border-top: 2px solid #2AA738;
  border-bottom: 2px solid #2AA738;
  color:#2AA738;
}
.btn-show-sidebar:hover {
  border-top: 2px solid #DD5319;
  border-bottom: 2px solid #DD5319;
  color:#DD5319;
}
@media (max-width: 768px) {
	.btn-show-sidebar {
		width: 30px;
		height: 20px;
		font-size:9px;
		margin-top:2px;}
}
*/
@media (max-width: 1200px) {
  /*.main_menu > li {
    margin-left: 4px;
    margin-right: 4px;
  }

  .logo {
    height: 55px;
  }*/
}

@media (max-width: 992px) {
  .wrap_menu {
    display: none;
  }

  .wrap_header {
    height: 100px;
  }
}
/*=========================================================
2021-07
=========================================================*/
.btn-mn {
  width: 32px;
  height: 24px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  font-family:Helvetica;
  font-size:10px;
  font-weight:bold;
  text-align:center;
  color:#fff;
  vertical-align:middle;
}

@media (max-width: 768px) {
	.btn-mn {
		width: 30px;
		height: 20px;
		font-size:9px;
		margin-top:2px;}
}

/*=========================================================*/

/*[ Sidebar ]
///////////////////////////////////////////////////////////
*/
.sidebar {
  position: fixed;
  z-index: 1200;
  width: 390px;
  height: 100%;
  overflow: auto;
  background:url(../common/sb-bg.jpg) no-repeat top center;
  background-size:cover;
  top: 0;
  right: -390px;
}

@media (max-width: 576px) {
  .sidebar {width: 300px;}
}

.show-sidebar {
  right: 0px;
}

.btn-hide-sidebar {
  position: absolute;
  font-size: 20px;
  color: #111111;
  padding: 10px;
  top: 20px;
  right: 20px;
}

.overlay-sidebar {
  position: fixed;
  z-index: 1150;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
}

.show-overlay-sidebar {
  visibility: visible;
  background-color: rgba(0,0,0,0.65);
}

@media (max-width: 576px) {
  .wrap_header {
    height: 80px;
  }

}

/*[ Slide1 ]
///////////////////////////////////////////////////////////
*/

/*[ Slick1 ]
-----------------------------------------------------------
*/
.wrap-slick1,
.wrap-slick2,
.wrap-slick3 {
  position: relative;
}

.item-slick1,
.item-slick2,
.item-slick3 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.item-slick1 {
  height: 100vh;
}

/*2021-02*/
@media (max-width: 768px) {
.item-slick1 {
  height:100vw;
}	

  .item-slick1 {
	  background-size:auto 800px;
	  background-position:center top;
  }
}
@media (max-width: 576px) {  
  .item-slick1 {
	  background-size:auto 500px;
	  background-position:center top;
  }
}

.arrow-slick1, .arrow-slick2, .arrow-slick3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 18px;
  color: white;
  position: absolute;
  background-color: black;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  z-index: 200;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.wrap-slick1:hover .arrow-slick1,
.wrap-slick2:hover .arrow-slick2,
.wrap-slick3:hover .arrow-slick3 {
  opacity: 0.5;
}

.arrow-slick1:hover,
.arrow-slick2:hover,
.arrow-slick3:hover {
  background-color: #2AA738;/*#ec1d25*/
}

.next-slick1,
.next-slick2,
.next-slick3 {
  right: 50px;
  left: auto;
}

.prev-slick1,
.prev-slick2,
.prev-slick3 {
  left: 50px;
  right: auto;
}

@media (max-width: 576px) {
  .next-slick1 {
    right: 15px;
  }

  .prev-slick1 {
    left: 15px;
  }
}

/* ------------------------------------ */
.wrap-slick1-dots {
  position: absolute;
  width: 100%;
  height: 65px;/**/
  left: 0;
  bottom: 0;
}

.slick1-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.slick1-dots li {
  padding-left: 3px;
  padding-right: 3px;
}

.slick1-dots li button {
  display: block;
  color: transparent;
  background-color: #958e88;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid transparent;
  background-clip: padding-box;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.slick1-dots li button:hover {
    border: 3px solid white;
    background-color: #2AA738;
}

.slick1-dots li.slick-active button {
    border: 3px solid white;
    background-color: #2AA738;
}

/*=========================================================
2021-01
=========================================================*/
/*=========================================================
2021-09
=========================================================*/
.slick-bg {
  width: 100%;
  position:relative;
  height: 950px;/*1100px*/
  padding-left: 15px;
  padding-right: 15px;
  background-color:#F0F4F7;/*2021-9*/
}

.slick-image {
	position:absolute;
	width:100%;
	height:900px;/*1100*/
	top:0;
	overflow:hidden;
}

/* 中央揃え*/
.slick-bg {
  display: flex;
  justify-content: center;
  /*align-items: center;*/
} 
@media (max-width: 1280px) {
	.slick-bg {background-size:100% auto; height: 800px;}/*800*/
	.slick-image {height:750px;}
}
@media (max-width: 1024px) {
	.slick-bg {background-image:none; height: 700px;}/*650*/
	.slick-image {height:650px;}
}
@media (max-width: 922px) {
	.slick-bg {height: 600px; }/*600*/
}
@media (max-width: 768px) {
	.slick-bg {height: 550px; }/*500 550*/
}
@media (max-width: 576px) {
	.slick-bg {height: 300px; }/*250 300*/
}


.slick-slider{
    margin: 0 auto;
    width: 100%;
}
.slick-slider img{
    height: auto;
    width: 100%;
}

.slider li {
	padding:0 10px;
}


/*[ Caption ]
-----------------------------------------------------------
*/
@media (max-width: 768px) {
  .wrap-content-slide1 .tit1 {
    font-size: 70px;
  }

  .wrap-content-slide1 .txt1 {
    font-size: 60px;
  }
}

@media (max-width: 576px) {
  .wrap-content-slide1 .tit1 {
    font-size: 60px;
  }

  .wrap-content-slide1 .txt1 {
    font-size: 50px;
  }
}

/*[ Button1 ]
///////////////////////////////////////////////////////////
*/
.btn1 {
  background: white;
  border-radius: 10px;
}

.btn1:hover {
  background-color: #ec1d25;
  color: white;
}

/*[ Button3 ]
///////////////////////////////////////////////////////////
*/
.btn3 {
  background: #2AA738;
  border-radius: 3px;
  color: #FFF;
  padding:5px 10px;
}

.btn3:hover {
  background-color: #4c7f36;
  color: #FFF;
}


/*[ Button2 ]
///////////////////////////////////////////////////////////
*/
.btn2 {
  background-color: white;
  border-radius: 10px;
  opacity: 0.9;
}

.btn2:hover {
  background-color: #ec1d25;
  color: white;
}

/*[ Intro ]
///////////////////////////////////////////////////////////
*/
.header-intro {
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}
/* 2021 01 */
@media screen and (max-width: 1024px) {
	.header-intro {
		background-size: cover;
		background-attachment: scroll;
	}
}

/*[ Slide2 ]
///////////////////////////////////////////////////////////
*/

/*[ Slick2 ]
-----------------------------------------------------------
*/

.arrow-slick2 {
  top: 53%;
}


@media (max-width: 576px) {
  .next-slick2 {
    right: 15px;
  }

  .prev-slick2 {
    left: 15px;
  }
}

/* ------------------------------------ */
.wrap-slick2-dots {
  position: absolute;
  width: 100%;
  height: 128px;
  left: 0;
  bottom: 0;
}

.slick2-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.slick2-dots li {
  padding-left: 5px;
  padding-right: 5px;
}

.slick2-dots li button {
  display: block;
  color: transparent;
  background-color: #cccccc;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid transparent;
  background-clip: padding-box;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}


.slick2-dots li button:hover {
  border: 1px solid #d41b22;
  background-color: #d41b22;
}

.slick2-dots li.slick-active button {
  border: 1px solid #d41b22;
  background-color: #d41b22;
} 


/*[ Slide3 ]
///////////////////////////////////////////////////////////
*/

/*[ Slick3 ]
-----------------------------------------------------------
*/

.arrow-slick3 {
  top: 40%;
}

@media (max-width: 576px) {
  .next-slick3 {
    right: 15px;
  }

  .prev-slick3 {
    left: 15px;
  }
}

/* ------------------------------------ */
.wrap-slick3-dots {
  width: 100%;
  height: 128px;
}

.slick3-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.slick3-dots li {
  padding-left: 5px;
  padding-right: 5px;
}

.slick3-dots li button {
  display: block;
  color: transparent;
  background-color: #cccccc;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid transparent;
  background-clip: padding-box;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.slick3-dots li button:hover {
  border: 1px solid #d41b22;
  background-color: #d41b22;
}

.slick3-dots li.slick-active button {
  border: 1px solid #d41b22;
  background-color: #d41b22;
} 

/*[ Block2 ]
///////////////////////////////////////////////////////////
*/
.blo2 {
  border-radius: 10px;
  overflow: hidden;
}

.wrap-pic-blo2 {
  display: block;
  width: 50%;  
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.wrap-text-blo2 {
  background-color: white;
  width: 50%;
  min-height: 390px;
}

/* ------------------------------------ */
.effect1 {
  background-color: #cf2227;
  opacity: 0.9;
  position: relative;
}
.effect1 .txt-effect1 {
  width: 390px;
  height: 50px;
  transform-origin: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotateZ(90deg);
  -moz-transform: translate(-50%, -50%) rotateZ(90deg);
  -ms-transform: translate(-50%, -50%) rotateZ(90deg);
  -o-transform: translate(-50%, -50%) rotateZ(90deg);
  transform: translate(-50%, -50%) rotateZ(90deg);
}

@media (max-width: 992px) {
  .blo2 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .wrap-pic-blo2 {
    width: 100%;
    height: 390px;
  }

  .wrap-text-blo2 {
    width: 100%;
    min-height: 390px;
  }

  .time-event {
    width: 100%;
    height: auto;
  }

  .effect1 .txt-effect1 {
    width: 100%;
    height: 50px;
    padding: 10px;
    transform-origin: center center;
    position: unset;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}

@media (max-width: 576px) {
  .blo2 {
    width: 100%;
  }

  .wrap-pic-blo2 {
    width: 100%;
    height: 364px;
  }

}

/*[ Block4 ]
///////////////////////////////////////////////////////////
*/
.date-blo4 {
  width: 75px;
  height: 82px;
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 10px;
  background-color: #ec1d25;
}

/*=========================================================
2021-01
=========================================================*/

/* block */
.blo1 {
	padding:0 30px;
}

/*------------------------------------------------------------
	Googleマップ
------------------------------------------------------------*/
.google-maps {
position: relative;
padding-bottom: 75%; // これが縦横比
height: 0;
overflow: hidden;
margin-bottom:20px;
}
.google-maps2 {
position: relative;
padding-bottom: 35%; // これが縦横比
height: 0;
overflow: hidden;
margin-bottom:20px;
}
.google-maps iframe, .google-maps2 iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

/*[ Event ]
///////////////////////////////////////////////////////////
*/
.header-event {
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}


/*[ TOP slide-bg ]
///////////////////////////////////////////////////////////
*/
.top-slide-page {
  width: 100%;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
}


/*[ BG Title Page ]
///////////////////////////////////////////////////////////
*/
.bg-title-page {
  width: 100%;
  min-height: 900px;
  padding-left: 15px;
  padding-right: 15px;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
}

@media (max-width: 576px) {
  .bg-title-page .tit5-bage {font-size: 30px;}
  .bg-title-page {min-height: 300px;}
}
/*=========================================================
2021-07
=========================================================*/
.bg-title-page2 {
  width: 100%;
  min-height: 545px;
  padding-left: 15px;
  padding-right: 15px;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
}

@media (max-width: 576px) {
  .bg-title-page2 .tit5-page {font-size: 30px;}
  .bg-title-page2 {min-height: 300px;}
}
/*----------------------------------------------------------*/


/*[ bird, flower title ]*/
.main-ttl {
	position:absolute;
	z-index:99;
}
@media (max-width: 768px) {
.main-ttl {
	top:-100px;
}	
}
@media (max-width: 576px) {
.main-ttl {
	top:-150px;
}	
}

/*[ footer ]
///////////////////////////////////////////////////////////
*/
.menu-footer {
	width:100%;
	background:url(../common/ft-bg.jpg) no-repeat center 0;
	background-size:cover;
	padding:30px 0 0;
}

.end-footer {
	width:100%;
	background:#2AA738;
	color:#FFF;
	padding:30px 0;
	text-align:center;
}

.ftr-logo img {
  height: 70px;
  /**/ margin-top:15px;
}
.box-ml50, .box-ml70 {
	margin:0;
}
@media (max-width: 992px) {
.box-ml50 {
	margin-left:50px;
}
.box-ml70 {
	margin-left:70px;
}
}

/*.btn-ftr-g-border {
  display: block;
  width:240px;
  padding: 0.1em 0;0.1em 0*/
  /*font-size:18px;
  font-weight:700;
  text-decoration: none;
  border: solid 2px #999;
  text-align:center;
  border-radius: 20px;
  transition: .4s;
}*/

.flex_container {
　　width:100%;
　　display: flex;  /* 全体を横並びに */
    flex-wrap: wrap;  /* 下に回り込む設定 */
	justify-content: center; /* flexboxの要素をセンターに寄せる */
	/**/align-items:flex-start;
　　}
.flex_item_fill {
  flex: 30% 40% 30%;
  margin-top:0;
  padding: 0 30px;
}

/*=========================================================
top
=========================================================*/
/*[ news / 2021-07 ]
///////////////////////////////////////////////////////////
*/
.news_ttl {
	font-size:18px;
	color:#2AA738;
	font-weight:700;
	padding:0 0 10px 0px;
	max-width: 800px;
	margin: 0 auto 10px;
}
.t_r {
	text-align:right;
	width:200px;
	float:right;
	padding:0 10px 5px 0;
	font-size:12px;
	color:#333;
	font-weight:normal;
}

/*2025-05変更ここから*/
.newsinfo, .dairyinfo {
  -webkit-overflow-scrolling: touch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  max-width: 850px;/*2505-650px*/
  margin: 0 auto;
}

@media (min-width:768px) {
  .newsinfo, .dairyinfo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width:576px) {
	.newsinfo, .dairyinfo {
		width:100%;
	}
}

.newsinfo dd,.newsinfo dt,
.dairyinfo dd,.dairyinfo dt {
  box-sizing: border-box;
  width: 100%;
  padding-bottom: 10px;
  padding-left: 10px;
}

.newsinfo dt,.dairyinfo dt {
  font-style: normal;
  font-weight: initial;
}

@media (min-width:768px) {
  .newsinfo dt {
    width: 270px;/*230*/
    margin-bottom: 10px;
    border-bottom: 1px dotted #343a40;
  }
  .dairyinfo dt {
    width: 120px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #343a40;
  }
}

.newsinfo dt:first-of-type, .dairyinfo dt:first-of-type {
  padding-top: 10px;
  border-top: 1px dotted #343a40
}
.newsinfo dt time, .dairyinfo dt time {
  margin-right: 10px;
}
.newsinfo dt .bg-grn {
  box-sizing: border-box;
  display: inline-block;
  width: 140px;/*90px*/ border-radius:2px;
  margin-right: 10px;
  padding: 0 10px;
  background-color: #2AA738;
  color: #fff;
  font-size: 13px;/*14*/
  line-height: 1.75;
  text-align: center;
}
.newsinfo dt .bg-org {
  box-sizing: border-box;
  display: inline-block;
  width: 140px;/*90px*/ border-radius:2px;
  margin-right: 10px;
  padding: 0 10px;
  background-color: #EEB032;
  color: #fff;
  font-size: 13px;/*14*/
  line-height: 1.75;
  text-align: center;
}
.newsinfo dt .bg-grn2 {
  box-sizing: border-box;
  display: inline-block;
  width: 140px; border-radius:2px;
  margin-right: 10px;
  padding: 0 10px;
  background-color: #0C9;
  color: #fff;
  font-size: 13px;
  line-height: 1.75;
  text-align: center;
}
.newsinfo dt .bg-red {
  box-sizing: border-box;
  display: inline-block;
  width: 140px; border-radius:2px;
  margin-right: 10px;
  padding: 0 10px;
  background-color: #F00;
  color: #fff;
  font-size: 13px;
  line-height: 1.75;
  text-align: center;
}
.newsinfo dt .bg-blu {
  box-sizing: border-box;
  display: inline-block;
  width: 140px; border-radius:2px;
  margin-right: 10px;
  padding: 0 10px;
  background-color: #09F;
  color: #fff;
  font-size: 13px;
  line-height: 1.75;
  text-align: center;
}
.newsinfo dt .bg-pnk {
  box-sizing: border-box;
  display: inline-block;
  width: 140px; border-radius:2px;
  margin-right: 10px;
  padding: 0 10px;
  background-color: #F6C;
  color: #fff;
  font-size: 13px;
  line-height: 1.75;
  text-align: center;
}

.newsinfo time,.dairyinfo time {
  color: #adb5bd;
}
.newsinfo dd, .dairyinfo dd {
  margin-left: 0;
  margin-bottom: 10px;
  border-bottom: 1px dotted #343a40;
}

@media (min-width:768px) {
  .newsinfo dd {
    width: calc(100% - 270px);/*230em*/
  }
  .dairyinfo dd {
    width: calc(100% - 120px);
  }	
  .newsinfo dd:first-of-type, .dairyinfo dd:first-of-type {
    padding-top: 10px;
    border-top: 1px dotted #343a40;
  }
}
/*2025-05変更ここまで*/

.newsinfo dd:nth-of-type(-n+3) {
  position: relative;
}
/*[ category-catch ]
///////////////////////////////////////////////////////////
*/
/* ex */
.cgy-box{
    width: 80%;
    margin: 0 auto;
}

.cgy-box-1{
    width: 35%;
    float: left;
	padding:30px 50px 0 0;
}
.cgy-box-2{
    width: 65%;
    float: right;
}
.cgy-box-3{
    width: 65%;
    float: left;
}
.cgy-box-4{
    width: 35%;
    float: left;
	padding:10px 0 0 0;
}
@media (max-width: 576px) {
.cgy-box{
    width: 100%;
}
.cgy-box-1, .cgy-box-4 {
    width: 70%;
    float: none;
	margin: 0 auto 50px;
	padding:0;
}
.cgy-box-2, .cgy-box-3 {
    width: 100%;
    float: none;
	margin: 0 auto;
}
	
}

.order-box{
 display: flex;
}
@media screen and (max-width: 576px) {
 .order-box{
  flex-direction: column;
 }
}

@media screen and (max-width: 576px) {
.order1 {
  order: 1;
}
.order2 {
  order: 2;
}
}
/*test*/
.flex-item-and-container {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;  
  margin: auto;
  max-width: 1080px;
  align-items:center;
  justify-content:;
  margin-bottom:50px;
}
.txt-catch {
    flex-basis: calc(70% - 10px);
	padding:0 30px;
}
.side-bird {
    flex-basis: 30%;
}
.side-bird img {
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  .flex-item-and-container {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .txt-content, .side-bird {
    width: 100%;
	margin:0;
  }
  .side-bird img {
  width: 250px;
  margin:0 auto;
  text-align:center;
}
}

/*test2 これを使用*/
.bird-box-left {
	display:block; min-height:300px;
	width:85%;
	margin:0 auto;/*0 auto 50px*/
	background-image: url(../images/top/bird01.jpg);
	background-size:300px auto;
	background-repeat:no-repeat;
	background-position:left top;/*left center*/
	padding:0 0 0 350px;
}
.bird-box-right {
	display:block;
	width:75%;
	margin:0 auto 50px;
	background-image: url(../images/top/bird02.jpg);
	background-size:300px auto;
	background-repeat:no-repeat;
	background-position:right center;
	padding:0 300px 0 0;
}
@media screen and (max-width: 922px) {
	.bird-box-left,.bird-box-right {
		width:100%;
	}
}
@media (max-width:576px) {
	.bird-box-left {
		background-position:center top;
		padding:300px 0 30px 0;/*300px 0 0 0*/
	}
	.bird-box-right {
		background-position:center top;
		padding:280px 0 0 0;
	}
}

/*=========================================================
facility
=========================================================*/
.bird-box {
	display:block;
	width:100%;
	min-height:250px;
	margin:0 0 50px 0;
	background-image:;
	background-repeat:no-repeat;
	background-size:280px auto;
	background-position:right center;	
}
/*
スマホでは上向きにする
*/
@media (max-width:576px) {
	.bird-box {
		height:auto;
		margin:0;
		padding-top:150px;
		background-size:200px auto;
		background-position:center top;
	}
}

.cgy-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.cgy-box-r {
	display:block;
	width:50%;
	float:right;
	background-color: rgba(255,255,255,0.7);
	margin:50px 0 50px auto;
	padding:20px;
}
.cgy-box-l {
	display:block;
	width:50%;
	float:left;
	background-color: rgba(255,255,255,0.7);
	margin:50px auto 50px 0;
	padding:20px;
}
@media (max-width:1024px) {
	.cgy-box-r, .cgy-box-l {
		width:70%;
		margin:30px auto;
	}
}
@media (max-width:922px) {
	.cgy-box-r, .cgy-box-l {
		width:90%;
	}
}

/*=========================================================
guide
=========================================================*/	
.illust-map {
	display:block;
	width:100%;
	margin:0 auto 70px;
	text-align:center;
}

.flex_container_g {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  alain-items:stretch;
  height: auto;  
}
.flex_item_g {
  height: auto;
  padding:0 20px 30px;  
}
.flex_item_g img {
  width:150px;
  padding-bottom:10px;
}
.flex_item_g p {
	color:#2AA738;
	text-align:center;
}
@media (max-width:576px) {
	.flex_item_g {
  padding:0 10px 20px;  
}
.flex_item_g img {
  width:80px;
  padding:0;
}
.flex_item_g p {
	font-size:12px;
}
}

*, *:before, *:after {
	box-sizing: border-box; }
	
.flex-st-box {
    padding:  10px;             /* 余白指定 */
    display: flex;              /* フレックスボックスにする */
	display: -ms-flexbox; /* IE10 */
    align-items:stretch;        /* 縦の位置指定 */
	justify-content:flex-start;
	flex-wrap: wrap;            /* 折り返し指定 */
	-ms-flex-wrap: wrap; /* IE10 */
}
.flex-st-item {
    padding: 0 20px;
    margin:  10px 0;              /* 外側の余白 */
    width: 25%;                 /* 幅指定 */
}
.flex-st-item img {
  margin: 10px auto 20px;
  width: 100%;
}
.flex-st-item h4 {
  font-size:20px;
  line-height:1.3;
  font-weight:700;
  margin-bottom:10px;
}
@media screen and (max-width: 922px) {
	.flex-st-item {
		width: 33%;
	}
}
@media screen and (max-width: 667px) {
	.flex-st-item {
		width: 50%;
	}
	.flex-st-item {
    padding: 0 10px;
	}
}
.flex-st-box2 {
    padding:  30px;             /* 余白指定 */
    display: flex;              /* フレックスボックスにする */
	display: -ms-flexbox; /* IE10 */
    align-items:stretch;        /* 縦の位置指定 */
	justify-content:flex-start;
	flex-wrap: wrap;            /* 折り返し指定 */
	-ms-flex-wrap: wrap; /* IE10 */
}
.flex-st-item2 {
    padding: 0 10px;
    margin:  0 0 10px;              /* 外側の余白 */
    width: 25%;                 /* 幅指定 */
}
.flex-st-item2 img {
  margin: 10px auto 20px;
  width: 100%;
}

@media screen and (max-width: 922px) {
	.flex-st-item2 {
		width: 33%;
	}
	.flex-st-item2 img {
  margin: 10px auto 0;
}
}
@media screen and (max-width: 667px) {
	.flex-st-item2 {
		width: 50%;
	}

}

/* 2021-10 */
.bg-grn-c {
	width:90%;
	display:block;
	margin:20px auto;
	background: url(../common/grn-crc.jpg) no-repeat left top;
	background-size:20% auto;
	padding:30px;
}

/*=========================================================
rest-shop
=========================================================*/
.flex-st-box3 {
    padding: 0;             /* 余白指定 */
    display: flex;              /* フレックスボックスにする */
	display: -ms-flexbox; /* IE10 */
    align-items:stretch;        /* 縦の位置指定 */
	justify-content:flex-start;
	flex-wrap: wrap;            /* 折り返し指定 */
	-ms-flex-wrap: wrap; /* IE10 */
}
.flex-st-item3 {
    padding: 0 10px;
    margin:  0 0 10px;              /* 外側の余白 */
    width: 50%;                 /* 幅指定 */
}
.flex-st-item3 img {
  margin: 0 auto 10px;
  width: 100%;
}
.vkg-bg {
	width:100%;
	display:flex;
	border:#DD5319 dotted 3px;
	border-radius:30px;
	padding:30px 50px 20px;
	margin:50px 30px;
	background:url(../restshop/images/vkg-bg.jpg) center center no-repeat;
	background-size:cover;
}
.vkg-bg-l {
	width:70%;
	display:inline-block;
	padding-right:20px;
}
.vkg-bg-r {
	width:30%;
	display:inline-block;
	padding-left:20px;
}
.vkg-bg h4 {
	font-size:32px;
	line-height:1.3;
	color:#DD5319;
	font-weight:700;
	margin-bottom:20px;
}

.flex-st-box4 {
    padding: 0;             /* 余白指定 */
    display: flex;              /* フレックスボックスにする */
	display: -ms-flexbox; /* IE10 */
    align-items:stretch;        /* 縦の位置指定 */
	justify-content:flex-start;
	flex-wrap: wrap;            /* 折り返し指定 */
	-ms-flex-wrap: wrap; /* IE10 */
}
.flex-st-item4 {
    padding: 0;
    margin:  0 0 10px;              /* 外側の余白 */
    width: 100%;                 /* 幅指定 */
}
.flex-st-item4 img {
  margin: 0 auto;
  padding-top:5px;
  width: 100%;
}
.flex-st-box5 {
    padding: 0;             /* 余白指定 */
    display: flex;              /* フレックスボックスにする */
	display: -ms-flexbox; /* IE10 */
    align-items:stretch;        /* 縦の位置指定 */
	justify-content:space-between;
	flex-wrap: wrap;            /* 折り返し指定 */
	-ms-flex-wrap: wrap; /* IE10 */
}
.flex-st-item5 {
    padding: 0;
    margin:  0 0 10px;              /* 外側の余白 */
    width: 48%;                 /* 幅指定 */
}
.flex-st-item5 img {
  margin: 0 auto 10px;
  width: 100%;
}
.flex-st-box6 {
    padding: 0;             /* 余白指定 */
    display: flex;              /* フレックスボックスにする */
	display: -ms-flexbox; /* IE10 */
    align-items:stretch;        /* 縦の位置指定 */
	justify-content:senter;
	flex-wrap: wrap;            /* 折り返し指定 */
	-ms-flex-wrap: wrap; /* IE10 */
}
.flex-st-item6 {
    padding: 0;
    margin:  0 0 10px;              /* 外側の余白 */
    width: 100%;                 /* 幅指定 */
}
.flex-st-item6 img {
  margin: 0 auto 10px;
  width: 100%;
}

@media screen and (max-width: 768px) {
	.vkg-bg {
		display:block;
		padding:20px;
	}
	.vkg-bg h4 {
		font-size:28px;
	}
	.flex-st-item4 {
		width: 50%;
		padding:0 10px;
		margin:10px 0;
	}
	.vkg-bg-l, .vkg-bg-r {
		width:100%;
		padding:0;
	}
	.flex-st-item6 {
    padding: 10px 10px 0;
    margin:  0 0 10px;              /* 外側の余白 */
    width: 50%;                 /* 幅指定 */
}
}
@media screen and (max-width: 576px) {
.flex-st-item6 {
    padding: 10px 0 0 0;
    margin:  0 0 10px;
    width: 100%; 
}	
}
.slick-bg2 {
  width: 100%;
  position:relative;
  min-height: 900px;
  padding-left: 15px;
  padding-right: 15px;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  background-image:url(../common/bird-bg.jpg);
}
.slick-image2 {
	position:absolute;
	width:70%;
	max-height:600px;
	top:70px;
}
/* 中央揃え*/
.slick-bg2 {
  display: flex;
  justify-content: center;
} 
@media (max-width: 1280px) {
	.slick-bg2 {background-size:100% auto; min-height: 800px;}
	.slick-image2 {margin-top:-50px;}
}
@media (max-width: 1024px) {
	.slick-bg2 {background-image:none; min-height: 650px; }
	.slick-image2 {width:100%; height:auto; top:0; margin-top:0;}
}
@media (max-width: 922px) {
	.slick-bg2 {min-height: 600px; }
}
@media (max-width: 768px) {
	.slick-bg2 {min-height: 500px; }
}
@media (max-width: 576px) {
	.slick-bg2 {min-height: 250px; }
}

.menu-item {
	height: 600px;/*スクロールの高さ*/
	overflow-y: scroll;
}

/*=========================================================
info
=========================================================*/
.info-nav {
  margin: 0;
  padding: 50px 0;
}
.info-nav li {
  margin: 0;
  padding: 0 15px;
  font-size:14px;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.info-nav li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #000;
  text-decoration: none;
}
.info-nav li a i {
  font-size: 14px;
}
.info-nav li a:hover {
	color: #2AA738;
}

.flex_container_info {
　　width:100%;
　　display: flex;  /* 全体を横並びに */
	display: -ms-flexbox; /* IE10 */
    flex-wrap: wrap;  /* 下に回り込む設定 */
	align-items:stretch;        /* 縦の位置指定 */
	-ms-flex-wrap: wrap; /* IE10 */
	justify-content:center; /* flexboxの要素をセンターに寄せる */
　　}
.flex_item_fill_info {
  flex: 30% 30% 40%;
  margin: 0 auto 50px;
  padding: 0 40px;
}
@media (max-width: 768px) {
	.flex_container_info {
		justify-content: start; 
	}
	.flex_item_fill_info {
		margin: 0;
		padding:0 0 30px 80px;
	}
}

table {
  margin: 20px auto;
  width:100%;
}
.tbl-r02 tr {
	border-bottom:#FFF solid 20px;
}
.tbl-r02 th {

}
.tbl-r02 td {
	text-align:center;
	vertical-align:middle;
  padding: 30px 10px;
  min-width:100px;
}
.td-p-no {
	display:none;
}
@media screen and (max-width: 768px) {
.td-p-no {
	display:block;
	padding-bottom:30px;
}
}

.txt-arr {
	position: relative;
	display:block;
	padding: 0 25px 10px 0;
	font-size:12px;
	line-height:1.2;
}
.txt-arr:before {
	position: absolute;
	content: '';
	bottom: -1px;
	right: 0;
	width: 0;
	height: 0;
	border: none;
	border-right: solid 10px transparent;
	border-bottom: solid 10px #666;
}
.txt-arr:after {
	position: absolute;
	content: '';
	bottom: -1px;
	right: 0;
	width: 100%;
	border-bottom: solid 1px #666;
}

 
@media screen and (max-width: 768px) {
  .tbl-r02 {
    width: 80%;
	margin-bottom:30px;
  }
  .tbl-r02 td {
    display: block;
    width: 100%;
	padding:10px 0;
}
 /* .bg-gry {
	padding: 30px 0;*/
}
.txt-arr {
	font-size:14px;
	padding: 10px 50px 10px 0;
	border-left: solid 2px #666;
	left:30px;
}
.txt-arr:before {
	left: 0;
	bottom: 0;
	border-bottom: solid 10px transparent;
	border-left: solid 7px #666;
}
.txt-arr:after {
	bottom: 0;
	border-bottom:none;
}
}

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	/* [disabled]box-sizing: border-box; */
	}
.tbl01 {
	border-collapse: 
	collapse;width: 90%;
	margin: 1em auto;
	}
.tbl01 th,.tbl01 td {
	padding: 0.5em 5%;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	vertical-align: top;
	text-align: left;
	}
.tbl01 th {
	font-size:14px;
	}
/*こちらを使用*/
.table01, .table02, .table03 {
	width:100%;
	border-top:#aaa solid 1px;
	border-collapse: collapse;
}
.table01 thead th, .table02 thead th, .table03 thead th {
	color:#222;
	font-size:14px;
	padding:0.5em 5%;/*10px 15px*/
	border-bottom:#aaa solid 1px;
}
.table01 thead th:last-child {
	
}
.table01 tbody th, .table02 tbody th, .table03 tbody th {
	color:#222;
	padding:0.5em 5%;/*10px 15px*/
	border-bottom:#aaa solid 1px;
	vertical-align:top;
}
.table01 tbody tr:last-child th, .table02 tbody tr:last-child th, .table03 tbody tr:last-child th {
	border-bottom:#aaa solid 1px;
}
.table01 tbody td, .table02 tbody td, .table03 tbody td {
	padding:0.5em 5%;/*10px 15px*/
	border-bottom:#aaa solid 1px;
	vertical-align:top;
}

@media screen and (max-width: 576px) {
.table01 thead, .table02 thead, .table03 thead {
	display:none;
}
.table01 tbody th, .table02 tbody th, .table03 tbody th {
	display:block;
	background:#eee;
	text-align:center;
}
.table01 tbody td, .table02 tbody td, .table03 tbody td {
	display:block;
}

.table02 tbody td {
	text-align:center;
}
.table01 tbody td::before, .table02 tbody td::before, .table03 tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
}
.table01 tbody td {
	text-align: center;
}

.table03 tbody td {
	padding-left:6em;
}
}

/*.bg-grn-c {
	width:90%;
	display:block;
	margin:50px auto;
	background: url(../info/images/grn-crc.jpg) no-repeat left top;
	background-size:20% auto;
	padding:30px;
}*/

.flex-ic-box {
    padding:  50px;             /* 余白指定 */
    display: flex;              /* フレックスボックスにする */
	display: -ms-flexbox; /* IE10 */
    align-items:stretch;        /* 縦の位置指定 */
	justify-content:space-between;
	flex-wrap: wrap;            /* 折り返し指定 */
	-ms-flex-wrap: wrap; /* IE10 */
}
.flex-ic-item {
    padding: 0 20px;
    margin:  10px 0;              /* 外側の余白 */
    width: 33%;                 /* 幅指定 */
	text-align:center;
}
.flex-ic-item img {
  margin: 10px auto 20px;
  width: 50%;
}
.ic-t-grn {
	font-size:18px;
	font-weight:700;
	color:#2AA738;
	margin-bottom:10px;
}

@media only screen and (max-width:677px) {
.flex-ic-item {
	width:100%
}
}

/* 2021-10 table*/
.tbl-r002 {
	width:100%;
	border-top: solid 1px #aaa;
}
.tbl-r002 th, .tbl-r002 td {
	border-bottom: solid 1px #aaa;
	padding: 10px 0 10px 30px;
}
@media screen and (max-width: 576px) {
  .tbl-r002 {
    width: 100%;
	margin:0 auto;
  }
  .tbl-r002 th,
  .tbl-r002 td {
    display: block;
    width: 100%;
	text-align:center;
	padding: 10px 0;
  }
  .tbl-r002 th	{
	background:#eee;
}
}

/*=========================================================
bird, flower
=========================================================*/
.gallery-items{
display:flex;
flex-wrap:wrap;
padding:0 20px;
justify-content:flex-start;
align-items:stretch;

}

.gallery-item{
box-sizing: border-box;
padding: 10px;
margin:0 10px 10px 0;
width:calc(16.666666% - 10px);
}
.gallery-item p {
font-size:13px;
line-height:1.2em;
padding-top:5px;
}
.gallery-item:nth-child(6n){
margin-right:0;
}

@media (max-width: 768px) {
.gallery-item{
width: calc(33.333333% - 10px);
}
.gallery-item:nth-child(2n){
margin-right:10px;
}
.gallery-item:nth-child(3n){
margin-right:0;
}
}

@media screen and (max-width:576px){
	.gallery-items{
		padding:0 10px;
	}
.gallery-item{
width: calc(50% - 10px);
}
.gallery-item:nth-child(2n){
margin-right:0;
}
.gallery-item:nth-child(2n+1){
margin-right:10px;
}
}

/*=========================================================
toiawase
=========================================================*/
.tas-logo img {
	width:450px;
}
.tas-add {
	font-size:20px;
	margin-left:100px;
}

.tbl-r03 {
	width:60%;
	margin:0 auto;
	font-size:20px;
	white-space:nowrap;
}
.tbl-r03 tr {

}
.tbl-r03 th {
	
}
.tbl-r03 td {
	vertical-align:middle;
	padding: 0;
	min-width:100px;
}
.tbl-r03 td .ws-nml {
	white-space:normal;
}
@media screen and (max-width: 768px) {
.tas-logo img {
	width:90%;
}
.tas-add {
	font-size:16px;
	margin-left:60px;
}
  .tbl-r03 {
    width: 90%;
	margin:0 auto 30px;
  }
.tbl-r03 tr {
	border-bottom:#FFF solid 20px;
}  
.tbl-r03 td {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
	/*  .tbl-r03 {
    width: 90%;
  }*/
    .tbl-r03 tr {
		display: block;
		width:100%;
	}
}

/*tel-fax*/
.txt-ib01 {
display: inline-block;
width: 5em;
vertical-align: central;
}

/* faq */
.accordion-container {
  position: relative;
  width: 100%;  
  outline: 0;
  cursor: pointer
}
.accordion-container .accordion-title {
  display: block;
  position: relative;
  border: 1px solid #ddd;
  margin: 0;
  padding: 0.625em 3em 0.625em 2em;
  font-size: 1.2em;
  font-weight: normal;
  color: #222;
  background: #F0F4F7;
  cursor: pointer;
}
.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-container .content-entry.open .accordion-title {
  background-color: #E6F0D6;
  color: #222;
}
.accordion-container .accordion-title:hover i:before,
.accordion-container .accordion-title:hover i:active,
.accordion-container .content-entry.open i {
  color: #222;
}
.accordion-title{
  position: relative;
}
.accordion-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #222;
  border-right: solid 2px #222;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
.accordion-content {
  display: none;
  padding:0.625em 0.625em 0.625em 2em;
  border-left:solid 1px #eee;
  border-right:solid 1px #eee;
  border-bottom:solid 1px #eee;
}

/* 2021-10 ------------------------------------ */
.form-group {
  width: 100% !important;
  margin-bottom: 10px;
  font-size:14px;
}.form-group .form-control {
  width: 100%;
  background: #fff;
  border: solid 1px #CCCCCC;
}
.form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
.form-group .form-control {
  width: 100%;
}

/*.form-control {
  background: rgba(255, 255, 255, 0.2);
  border: none !important;
  color: #fff;
  font-size: 16px !important;
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}*/
.form-control::-webkit-input-placeholder {
  color: #ccc;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
}
.form-control:-ms-input-placeholder {
  color: #ccc;
}
.form-control:focus {
  background: rgba(255, 255, 255, 0.5);
}
.form-inline .form-group .form-control {
  width: 100%;
}
.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  /*height: 45px;*/
  font-size: 12px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #2AA738;
}

/*=========================================================
company
=========================================================*/
.tbl-r04 {
	width:100%;
	border-top: solid 1px #bbb;
	  color: #222;
}
.tbl-r04 th, .tbl-r04 td {
  border-bottom: solid 1px #bbb;
  padding: 10px;
}
.tbl-r04 th	{
	width:20%;
}

@media screen and (max-width: 768px) {
.tbl-r04 th	{
	width:30%;
}
}
 
@media screen and (max-width: 576px) {
  .tbl-r04 {
    width: 90%;
  }
  .tbl-r04 th,
  .tbl-r04 td {
    display: block;
    width: 100%;
  }
  .tbl-r04 th {
	  background:#eee;
  }
}

/*=========================================================
policy
=========================================================*/
.ttl-grnbox {
	display:block;
	width:60%;
	background:url(../policy/images/ttl-bg-grn.jpg) center center;
	background-repeat:no-repeat;
	background-size:contain;
	padding:30px 0;
	margin:20px auto 50px;
	font-size:20px;
	letter-spacing:0.3em;
}
@media screen and (max-width: 768px) {
.ttl-grnbox {
	margin:0 auto 30px;
	letter-spacing:normal;
}
}
@media screen and (max-width: 576px) {
.ttl-grnbox {
	width:90%;
	padding:20px 0;
	margin:0 auto 20px;
	font-size:16px;
}
}

/*=========================================================
event 2021-10
=========================================================*/
.ev-mds01-grn {
  position: relative;
  display: inline-block;
  margin: 50px 0 20px;
  padding:7px 0;
  width: 100%;
  border-radius:30px;
  color: #309E39;
  font-size: 28px;
  font-weight:bold;
  text-align:center;
  background: #D9E8B3;
}
.ev-mds02-ppl {
  position: relative;
  display: inline-block;
  margin: 50px 0 30px;
  padding:12px 0;
  width: 100%;
  border-radius:30px;
  color: #5F1885;
  font-size: 15px;
  font-weight:bold;
  text-align:center;
  background: #D7DBEF;
}
.ev-mds03-ylw {
  position: relative;
  display: inline-block;
  margin: 50px 0 20px;
  padding:7px 0;
  width: 100%;
  border-radius:30px;
  color: #EF8200;
  font-size: 28px;
  font-weight:bold;
  text-align:center;
  background: #FFF9B0;
}
.ev-mds04-pnk {
  position: relative;
  display: inline-block;
  margin: 50px 0 20px;
  padding:7px 0;
  width: 100%;
  border-radius:30px;
  color: #E4007E;
  font-size: 28px;
  font-weight:bold;
  text-align:center;
  background: #F8D2E3;
}
.ev-mds05-blu {
  position: relative;
  display: inline-block;
  margin: 50px 0 20px;
  padding:7px 0;
  width: 100%;
  border-radius:30px;
  color: #00A0E8;
  font-size: 28px;
  font-weight:bold;
  text-align:center;
  background: #C4E6F9;
}
.ev-mds06-ppl {
  position: relative;
  display: inline-block;
  margin: 50px 0 30px;
  padding:10px 0;
  width: 100%;
  border-radius:30px;
  color: #5F1885;
  font-size: 21px;
  font-weight:bold;
  text-align:center;
  background: #D6CCE4;
}
@media screen and (max-width: 677px) {
.ev-mds01-grn, .ev-mds03-ylw,.ev-mds05-blu, .ev-mds06-ppl {
	font-size:18px;
}
.ev-mds02-ppl, .ev-mds04-pnk {
	font-size:12px;
}
}
.flex-ev3-box {
    display: flex;              /* フレックスボックスにする */
	display: -ms-flexbox; /* IE10 */
    align-items:stretch;        /* 縦の位置指定 */
	justify-content:space-between;
	flex-wrap: wrap;            /* 折り返し指定 */
	-ms-flex-wrap: wrap; /* IE10 */
}
.flex-ev3-item {
    padding: 0 20px;
    margin:  10px 0;              /* 外側の余白 */
    width: 33%;                 /* 幅指定 */
}
.flex-ev3-item img {
  margin: 10px auto 20px;
  width: 100%;
}
@media only screen and (max-width:677px) {
.flex-ev3-item {
	width:100%
}
}


.flex-ev2-box {
    display: flex;              /* フレックスボックスにする */
	display: -ms-flexbox; /* IE10 */
    align-items:stretch;        /* 縦の位置指定 */
	justify-content:space-between;
	flex-wrap: wrap;            /* 折り返し指定 */
	-ms-flex-wrap: wrap; /* IE10 */
}
.flex-ev2-item {
    padding: 0 20px;
    margin:  10px 0;              /* 外側の余白 */
    width: 50%;                 /* 幅指定 */
}
.flex-ev2-item img {
  margin: 10px auto 20px;
  width: 100%;
}

@media only screen and (max-width:677px) {
.flex-ev2-item {
	width:100%
}
}

.flex-ev1-box {
    display: flex;              /* フレックスボックスにする */
	display: -ms-flexbox; /* IE10 */
    align-items:stretch;        /* 縦の位置指定 */
	justify-content:space-between;
	flex-wrap: wrap;            /* 折り返し指定 */
	-ms-flex-wrap: wrap; /* IE10 */
}
.flex-ev1-item {
    padding: 0 10px;
   /* margin:  10px 0;               外側の余白 */
    width: 100%;                 /* 幅指定 */
}
.flex-ev1-item img {
  margin: 10px auto 20px;
  width: 100%;
}

/*=========================================================
link 2021-10
=========================================================*/
.linklist {
	width:100%;
}
.linklist li {
    position: relative;
    padding: 20px 0 20px 150px;
	border-bottom:dashed 1px #999999;
	font-size:18px;
	letter-spacing:0.1em;
  }
 
.linklist li:before {
    content: "";
    position: absolute;
    top: 25px;
    left: 100px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 12px;
    height: 12px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
  }
@media screen and (max-width: 576px) {
.linklist li {
    padding: 20px 0 20px 80px;
	letter-spacing: normal;
  }
  .linklist li:before {
    left: 40px;
  }
}
/*=========================================================
news-blog 2021-07
=========================================================*/
.news-cgy-grn a,.news-cgy-grn a:hover {
  width: 140px;
  height: 25px;/*30*/
  position: absolute;
  bottom: 20px;
  right: 20px;
  border-radius: 5px;
  background-color: #2AA738;
  text-align:center;
  padding:3px;
  color:#FFF;
  /**/font-size:14px;
}
.news-cgy-org a,.news-cgy-org a:hover {
  width: 140px;
  height: 25px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  border-radius: 5px;
  background-color: #f0891e;
  text-align:center;
  padding:3px;
  color:#FFF;
  font-size:14px;
}
.news-cgy-grn2 a,.news-cgy-grn2 a:hover {
  width: 140px;
  height: 25px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  border-radius: 5px;
  background-color: #0C9;
  text-align:center;
  padding:3px;
  color:#FFF;
  font-size:14px;
}
.news-cgy-red a,.news-cgy-red a:hover {
  width: 140px;
  height: 25px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  border-radius: 5px;
  background-color: #F00;
  text-align:center;
  padding:3px;
  color:#FFF;
  font-size:14px;
}
.news-cgy-blu a,.news-cgy-blu a:hover {
  width: 140px;
  height: 25px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  border-radius: 5px;
  background-color: #09F;
  text-align:center;
  padding:3px;
  color:#FFF;
  font-size:14px;
}
.news-cgy-pnk a,.news-cgy-pnk a:hover {
  width: 140px;
  height: 25px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  border-radius: 5px;
  background-color: #F69;
  text-align:center;
  padding:3px;
  color:#FFF;
  font-size:14px;
}
.news-date {
	font-size:18px;
	font-weight:500;
	color:#999;
	padding-bottom:10px;
}
.news-title {
	font-size:24px;
	font-weight:500;
	padding-bottom:30px;
}

.flex-news-box {
    padding: 0;             /* 余白指定 */
    display: flex;              /* フレックスボックスにする */
	display: -ms-flexbox; /* IE10 */
    align-items:stretch;        /* 縦の位置指定 */
	justify-content:flex-start;
	flex-wrap: wrap;            /* 折り返し指定 */
	-ms-flex-wrap: wrap; /* IE10 */
}
.flex-news-item {
    padding: 0 20px;
    margin:  0 0 10px;              /* 外側の余白 */
    width: 50%;                 /* 幅指定 */
}
.flex-news-item img {
  margin: 0 auto 10px;
  width: 100%;
}

@media screen and (max-width: 576px) {
.flex-news-item {
    width: 100%;                 /* 幅指定 */
}
}

/*[ Pagination ]
///////////////////////////////////////////////////////////
*/
.item-pagination {
  font-weight: 400;
  font-size: 13px;
  color: #808080;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #E6F0D6;
  margin: 6px;
}

.item-pagination:hover {
  background-color: #2AA738;
  color: white;
}

.active-pagination {
  background-color: #2AA738;
  color: white;
}

/*これを使用*/

/*
.news-pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background:#2AA738;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
  border-radius: 50px;
}
.news-pagination li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.news-pagination li a span{
  display:table-cell;
  vertical-align:middle;
}
.news-pagination li a:hover,
.news-pagination li a.active{
  color: #000;
  background: #E6F0D6;
  border-radius: 50px;
}
@media only screen and (max-width: 767px){
  .news-pagination li{
    display: none;
  }
  .news-pagination li.pre,
  .news-pagination li.next{
    display: inline-block;
    width: 40%;
    height: 50px;
    text-align: center;
  }
  .news-pagination li.pre a,
  .news-pagination li.next a{
    width: 100%;
    text-align: center;
  }
  .news-pagination li.pre span::after{
    content: "　前の5件へ";
  }
  .news-pagination li.next span::before{
    content: "次の5件へ　";
  }
}
*/

/* seach */
.search_container{
  box-sizing: border-box;
  position: relative;
  border: 1px solid #ddd;
  padding: 3px 10px;
  border-radius: 20px;
  height: 2.3em;
  max-width: 250px;
  overflow: hidden;
  margin-bottom:30px;
}
.search_container input[type="text"]{
  border: none;
  height: 2.0em;
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container input[type="submit"]{
  cursor: pointer;
  font-family: FontAwesome;
  border: none;
  background: #2AA738;
  color: #fff;
  position: absolute;
  width: 3.5em;
  height: 3.0em;
  right:0px;
  top: -5px;
  outline : none;
}

/* news-widget*/
.news-wgt, .news-lt-post {
	font-size:20px;
	font-weight:500;
	padding:20px 0;
}
.news-cgy, .news-acv {
	border-top:solid 1px #ccc;
	padding-bottom:30px;
}
.news-cgy li, .news-acv li {
	border-bottom:solid 1px #ccc;
	padding:10px 0 10px 20px;
	display:block;
}

/*
 * Recent posts Widget Extended
 */

/* 一覧レイアウト ul li */
.rpwe-block ul {
  list-style: none!important;
  margin: 0;
  padding: 0;
}
.rpwe-block li {
  margin: 0 0 .4em 0!important;
  padding: 0 0 2px 0!important;
  /*border-top: none!important;
  border-bottom: solid 1px #ddd!important;*/
}

/* 投稿タイトル */
.rpwe-block {
  clear: none;
  margin: 0 0 20px 0;
  padding: 0;
}
/* サムネイル（アイキャッチ） */
.rpwe-thumb img {
  width:100px;
  margin-right:10px;
}
/* 投稿記事 */
.rpwe-summary {
  font-size: 16px;
  margin-bottom:10px
}
/* 日時 */
.rpwe-time {
  color:#999;
  font-size: 14px;
}

/* 画像レイアウト img */
.news-img-all {
	width:640px;
	display:block;
	margin:0 auto 30px
}
.news-img-full {
	width:100%;
	display:block;
	padding-bottom:30px;
}
/* 左回り込み */
.news-img-left {
  display: inline;
  float: left;
  width:320px;
  padding:0 30px 30px 0;
}
/* 右回り込み */
.news-img-right {
  display: inline;
  float: right;
  width:320px;
  padding:0 0 30px 30px;
}

/* 中央 
.rpwe-aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.rpwe-clearfix:before, .rpwe-clearfix:after {
  content: "";
  display: table!important;
}

.rpwe-clearfix:after {
  clear: both;
}

.rpwe-clearfix {
  zoom: 1;
}*/

.text-blo4 p {
	margin-bottom:20px;
}
/* prev next */
.post-navigation {
    overflow: hidden;
    padding: 12px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
} 
.post-prev {
    float: left;
	padding-left:20px;
} 
.post-next {
    float: right;
	padding-right:20px;
}

/*=========================================================
english
=========================================================*/
.wrap-gallery3 {
  width: 100%;
  box-sizing: border-box;
}

.item-gallery3 {
  width: calc( (100% - 180px) / 3 ) ;
  margin: 30px;
  position: relative;
}

@media (max-width: 768px) {
  .item-gallery3 {
    width: calc((100% - 120px) / 2);
  }
}

@media (max-width: 576px) {
  .item-gallery3 {
    width: calc((100% - 30px) / 1);
  }
  .wrap-gallery3 {
    padding-left: 0;
    padding-right: 0;
  }
}

/*=========================================================
event 2021-07
=========================================================*/	
/* schedule */

.table03 {
	width:100%;
	border-collapse: collapse;
	text-align:center;
}
.table03 thead th {
	padding:10px;
	border-top:#aaa solid 1px;
	border-bottom:#aaa solid 1px;
	text-align:center;
}
.table03 thead th:last-child {
	
}
.table03 tbody th {
	padding:10px;
	 color:#FFF; border:solid 5px #FFF; font-size:18px; font-weight:700;
	vertical-align: middle;
	text-align:center;
}
.table03 tbody tr:last-child th {
	
}
.table03 tbody td {
	padding:10px;
	border-left:#aaa solid 1px;
	border-bottom:#aaa solid 1px;
	vertical-align:top;
}
.t03bg-blue { background-color:#39F; outline: solid 1px #aaa;}
.t03bg-green { background-color:#090; outline: solid 1px #aaa;}
.t03bg-red { background-color:#F00; outline: solid 1px #aaa;}
.t03bg-orange { background-color:#F90; outline: solid 1px #aaa;}

@media screen and (max-width: 576px) {
.table03 thead {
	display:none;
}
.table03 tbody th {
	display:block;
}
.table03 tbody td {
	display:block;
	border-left:none;
}
.table03 tbody td::before {
	content: attr(label);
	clear:both;
}
.table03 tbody td p {
	
}
}
/*=========================================================
event 2021-08
=========================================================*/	
/* schedule */

.table04 {
	width:100%;
	border-collapse: collapse;
	
}
.table04 th, .table04 td {
  border-top: solid 1px #aaa;
  padding: 10px;
  text-align:center;
  font-size:18px;
	font-weight:700;
}

.table04 tr:last-child {
	border-bottom:#aaa solid 1px;
}

.t04bg-blue { background-color:#39F; color: #fff; box-shadow:0 0 0 4px white inset;}
.t04bg-green { background-color:#090; color: #fff; box-shadow:0 0 0 4px white inset;}
.t04bg-red { background-color:#F00; color: #fff; box-shadow:0 0 0 4px white inset;}

@media (max-width: 768px) {

} 
@media screen and (max-width: 576px) {

  .table04 {
    width: 90%;
  }
  .table04 th,
  .table04 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}

.td04-p-no {
	display:none;
}
@media screen and (max-width: 576px) {
  .td04-p-no {
    display:block;
    padding-bottom:20px;
  }
}

/*=========================================================
2025-05
=========================================================*/	
/*top-sns*/
.vp-sns {
	display: inline-block;
	margin-top: 5px;
	padding: 5px 30px;
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
	font-size: 18px;
	color: #999;
}
.vp-sns span {
	border-right: solid 1px #666;
	padding: 3px 10px 3px 0;
	margin-right: 7px;
}
.vp-sns i {
	vertical-align: -3px;
}
/*side-menu-sns*/
.sdm-sns {
	margin-top: 30px;
}
/*footer-menu-sns*/
.ftr-sns {
	padding-left: 10px;
}
