@charset "UTF-8";

p {text-justify: inter-ideograph;}

/* アコーディオン2 */
.accordion-wrap1{padding:10px 30px; margin-top:-20px;}
.accordion-wrap1 a{color: #fff;}
.accordion-wrap1 a:hover{color: #a9cd36;}
.accordion-item1{
  width: 100%;
  font-weight:bold;
  background:#eff0f0;
  margin: 20px auto;
  padding:10px 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all  0.3s ease;
  border-radius: 6px;
  }
.accordion-item1 p{padding:0; margin:0;}
.accordion-item1:hover{background:#e0e2e2;}
.accordion-header1{transition: ease-in-out 100ms;}
.accordion-text1{
  color:#fff;
  width: 100%;  
  display: none;}
.fa{transition: ease-in-out 300ms; }
.rotate-fa{transform: rotate(180deg); }
.accordion-header1 .fa{float: right; line-height: 30px;}
.accordion-gold{color: #00883f;}
.accordion-no-bar{border-bottom: 0;}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 0;
	text-rendering: optimizeLegibility;}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    -ms-interpolation-mode: bicubic}

.mt10p    { margin-top: 10px; }
.mt15p    { margin-top: 15px; }
.mt20p    { margin-top: 20px; }
.mt30p    { margin-top: 30px; }
.mt40p    { margin-top: 40px; }
.mt50p    { margin-top: 50px; }
.mt60p    { margin-top: 60px; }
.mt70p    { margin-top: 70px; }
.mt80p    { margin-top: 80px; }
.mt90p    { margin-top: 90px; }
.mt100p   { margin-top: 100px;}

.mt-10p   { margin-top: -10px; }
.mt-20p   { margin-top: -20px; }

.mb10p    { margin-bottom: 10px; }
.mb15p    { margin-bottom: 15px; }
.mb20p    { margin-bottom: 20px; }
.mb30p    { margin-bottom: 30px; }
.mb40p    { margin-bottom: 40px; }
.mb50p    { margin-bottom: 50px; }
.mb60p    { margin-bottom: 60px; }
.mb70p    { margin-bottom: 70px; }
.mb80p    { margin-bottom: 80px; }
.mb90p    { margin-bottom: 90px; }
.mb100p   { margin-bottom: 100px;}
.mb110p   { margin-bottom: 110px;}

.mb-10p   { margin-bottom: -10px;}
.mb-20p   { margin-bottom: -20px;}

.mr5p    { margin-right: 5px;}
.mr10p    { margin-right: 10px;}
.mr20p    { margin-right: 20px;}
.ml5p    { margin-left: 5px; }
.ml10p    { margin-left: 10px; }
.ml20p    { margin-left: 20px; }


/* ガター幅（余白）を調整 */

.row-0      { margin-left:0px; margin-right:0px;}
.row-0>div  { padding-right:0px; padding-left:0px;}

.row-10     { margin-left:-5px; margin-right:-5px;}	
.row-10>div { padding-right:5px; padding-left:5px;}

.row-20     { margin-left:-10px; margin-right:-10px;}
.row-20>div { padding-right:10px; padding-left:10px;}

.row-30     { margin-left:-15px; margin-right:-15px;}
.row-30>div { padding-right:15px; padding-left:15px;}

.row-40     { margin-left:-20px; margin-right:-20px;}
.row-40>div { padding-right:20px; padding-left:20px;}

.row-50     { margin-left:-25px; margin-right:-25px;}
.row-50>div { padding-right:25px; padding-left:25px;}

.row-60     { margin-left:-30px; margin-right:-30px;}
.row-60>div { padding-right:30px; padding-left:30px;}

/* 画像配置*/
img.alignright { display: block; margin: 15px 0 15px 20px; float:right;}/* 配置位置 右 */
img.alignleft { display: block; margin: 15px 20px 15px 0; float:left;}/* 配置位置 左 */
img.aligncenter { display: block; margin: 15px auto; }/* 配置位置 中央 */

.blc{display:block}

@media screen and (min-width:768px) {
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 768px) {
  .br-pc { display:none; }
  .br-sp { display:block; }
}

/* 文字色 */
.cl_green {color:#00883f;}
.cl_Ygreen {color:#a9cd36;}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.md { display: none !important; }
/* スマートフォンで見たときは"md"のclassがついた画像が表示される */
@media only screen and (max-width: 992px) {
.pc { display: none !important; }
.md { display: block !important; }
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.ft_pc { display: block !important; }
.ft_md { display: none !important; }
.ft_sp { display: none !important; }
/* スマートフォンで見たときは"md"のclassがついた画像が表示される */
@media screen and (min-width:576px) and ( max-width:992px) {
.ft_pc { display: none !important; }
.ft_md { display: block !important; }
.ft_sp { display: none !important; }
}
/* スマートフォンで見たときは"md"のclassがついた画像が表示される */
@media only screen and (max-width: 576px) {
.ft_pc { display: none !important; }
.ft_md { display: none !important; }
.ft_sp { display: block !important; }
}



@media screen and  (min-width:576px) { /* 576以上は表示 */
.pcmd { display: block !important; }
}
@media only screen and (max-width: 576px) { /* 576以下は消す */
.pcmd { display: none !important; }
}


/* トグルメニュー */
.menu{
    height: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    z-index: 101;}

.menu__line{
    background: #666;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;}

.menu__line.active{background-color: #fff;}
.menu__line--center{top: 9px;}
.menu__line--bottom{bottom: 0;}
.menu__line--top.active{top: 8px; transform: rotate(45deg);}
.menu__line--center.active{transform:scaleX(0);}
.menu__line--bottom.active{bottom: 10px; transform: rotate(135deg);}

/*gnav*/
.gnav{
    background: rgba(0,0,0,0.8) url(../images/common/toggle_bottom.png) no-repeat center bottom;
	background-size:100%;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 100;}

@media screen and  (min-width:576px) { 
.gnav__wrap{
    margin-top:60px;
    width: 100%;}
.gnav_eng_title{margin-top:23px; margin-left:30px;}
.gnav__menu__item{margin: 20px 0;}
.gnav__menu__item a{
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0 40px;
    text-decoration: none;
    transition: .5s;}
.gnav__menu__item a:hover{color: #a9cd36;}}

@media only screen and (max-width: 576px) {
.gnav__wrap{
    margin-top:40px;
    width: 100%;}
.gnav_eng_title{margin-top:23px; margin-left:15px;}
.gnav__menu__item{margin: 10px 0;}
.gnav__menu__item a{
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    padding: 0 40px;
    text-decoration: none;
    transition: .5s;}
.gnav__menu__item a:hover{color: #a9cd36;}}

.gnav__menu{text-align: left; list-style-type:none; padding: 0px;}

.toggle_bt {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  height: 60px;
  padding: 0 20px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  box-sizing: border-box;}

.befor_acc{clear:both;}


.accordion-container {
  position: relative;
  width: 100%;
  border-top: none;
  outline: 0;
  cursor: pointer}

.accordion-container .accordion-title {
  width: 100%;
  font-weight:bold;
  display: block;
  position: relative;
  margin: 0;
  padding:10px 15px;
  color: #383838;
  background: #eff0f0;
  cursor: pointer;
  border-radius: 6px;}

.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-container .content-entry.open .accordion-title {
  background-color: #00aaa7;
  color: white;}

.accordion-container .accordion-title:hover i:before,
.accordion-container .accordion-title:hover i:active,
.accordion-container .content-entry.open i {
  color: white;}

.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 #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);}

.accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;}

.accordion-content {
  display: none;
  color:#fff;}

.accordion-content a{color: #ccc;}
.accordion-content a:hover{color: #a9cd36;}

/* CSS for CodePen */
.accordion-container {
  width: 300px;
  margin: 1.875em auto;
}

/*フッターボタン*/

.ft_en{font-weight:bold; font-size:120%; margin-bottom:8px;}
.ft_icon{vertical-align:-5px; margin-left:15px; color:#a9cd36;}

.ft_arrow{
    position: relative;
    display: inline-block;
    padding: 0 16px 0 0;
    vertical-align: middle;}
.ft_arrow::before,
.ft_arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;}
.ft_arrow1::before{
    right: 0px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);}

.ft_Doc {
	min-height:230px;
	background:#00883f;
    position: relative;
    overflow: hidden;
    text-align: left;
    width: 100%;
	color:#fff;}

.ft_Doc:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../images/common/f_doc.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out;}

.ft_Doc:hover:after {
    opacity: .5;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);}

.ft_Con {
	min-height:230px;
	background:#00883f;
    position: relative;
    overflow: hidden;
    text-align: left;
    width: 100%;
	color:#fff;}

.ft_Con:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../images/common/f_con.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out;}

.ft_Con:hover:after {
    opacity: .5;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);}


/*フッター内容*/

#page_top{
  width:90px;
  height: 125px;
  position: fixed;
  right: -90px;
  bottom: 0;
  z-index:99;}

@media screen and  (min-width:992px) {
	.ft_in{position: relative; z-index:99; padding:30px 40px;}/*フッターボタン*/
	.ft_com_out{padding:20px;}
	.ft_com{display: flex; }
	.ft_catch{float:left; padding:0 15px; margin-right:30px;}
	.ft_com_L img{min-width:187px; margin-right:30px;}
	.ft_com_R{}
	.ft_com_timeBOX{font-weight:bold; display: flex; margin-top:27px; width:400px;}
	.ft_com_timeL{
		height:55px;
		display: flex;
		align-items: center;
		padding-right:10px;
		margin-right:10px;
		border-right:1px solid #666;}
	.ft_com_timeR{padding:5px 0; margin-left:10px;}
	.ft_com_timeR p{margin:-5px; padding:0;}
	.ft_com_tel{font-weight:bold; letter-spacing:0.2em; font-size:160%; color:#00883f; margin-top:20px;}
	.add{margin-top:-25px; margin-left:80px;}
	.copy{font-size:70%; padding:0 15px 15px 40px;}
}
	
@media screen and (min-width:576px) and ( max-width:992px) {
	.ft_in{position: relative; z-index:99; padding:25px 30px;}/*フッターボタン*/
	.ft_com_out{position: relative; padding:30px;}
	.ft_com_timeBOX{font-weight:bold; display: flex; margin-top:27px; width:400px;}
	.ft_com_timeL{
		height:55px;
		display: flex;
		align-items: center;
		padding-right:10px;
		margin-right:10px;
		border-right:1px solid #666;}
	.ft_com_timeR{padding:5px 0; margin-left:10px;}
	.ft_com_timeR p{margin:-5px; padding:0;}
	.ft_com_tel{font-weight:bold; letter-spacing:0.2em; font-size:160%; color:#00883f; margin-top:10px;}
	.add{line-height:170%; margin-top:-10px;}
	.copy{font-size:70%; padding:0 30px 15px 30px;}
	.ft_catch{position:absolute; right:30px; top:30px;}
}

@media only screen and (max-width: 576px) {
	.ft_in{position: relative; z-index:99; padding:30px 15px;}/*フッターボタン*/
	.ft_com_out{position: relative; padding:30px 15px 50px;}
	.ft_com_timeBOX{font-weight:bold; margin-top:27px;}
	.ft_com_timeBOX p{margin:0; padding:0;}
	.ft_com_tel{font-weight:bold; letter-spacing:0.2em; font-size:160%; color:#00883f; margin-top:10px;}
	.add{line-height:170%; margin-top:-10px;}
	.copy{font-size:70%; padding:0 15px 15px 15px;}
	.ft_catch{position:absolute; right:15px; top:20px;}
}


