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


/* bootstrap.css基本の打消し（同じclass名での書き換え）
---------------------------------------------------- */
body{ margin:0px; padding:0px;}
h1,h2,h3,h4,h5,h6{ margin:0px; padding:0px; font-weight:normal; clear:both}
p{ margin:0px; padding:0px}


/* 全体構造
---------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
    zoom:1;/*for IE 5.5-7*/
	overflow:hidden;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear{clear:both;}

img{border:0;vertical-align:bottom;}

a {
	outline:none;
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

hr {
  display:block;
  height:1px;
  border-top:1px solid #ddd;
  margin:0;
  padding:0;
	margin-bottom:20px
}
@media print, screen and (min-width: 768px){
  hr {
    margin-bottom:30px
  }
}
@media print, screen and (min-width: 992px){
  hr {
    margin-bottom:40px
  }
}

body{
  font-size:0.85em;
  line-height:1.8em;
	font-family: "Shippori Mincho", serif, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
	letter-spacing: 0.05rem;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  body{
    font-size:0.9em;
    line-height:1.9em;
  }
}
@media print, screen and (min-width: 1200px) {
  body{
    font-size:1.05em;
    line-height:2.1em;
  }
}


/* webfont
---------------------------------------------------- */
.gfont-e{ }
.gfont-j{ }


/* link
---------------------------------------------------- */
a{transition: 0.3s ease;}
a:link,a:visited,a:active{text-decoration:underline; color:#333;}
/*a:hover{ color: #888;}*/

.phone a:link,
.phone a:visited{ color: #333; text-decoration: none;}

/* アンカーリンクの食い込み解除 */
.anchor{
	padding-top:55px;
	margin-top:-55px;	
}
@media print, screen and (min-width: 768px) {
  .anchor{
    padding-top:65px;
    margin-top:-67px;
  }
}
@media print, screen and (min-width: 992px) {
  .anchor{
    padding-top:77px;
    margin-top:-77px;
  }
}
@media print, screen and (min-width: 1200px) {
  .anchor{
    padding-top:80px;
    margin-top:-80px;
  }
}
@media print, screen and (min-width: 1500px) {
  .anchor{
    padding-top:90px;
    margin-top:-90px;
  }
}


/* header - nav
---------------------------------------------------- */
#header {
  background-color: #fff;
  box-shadow: 0px 0px 15px #eee;
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  padding: 10px 0;
}
.header_sns{
  position: absolute;
  top: 5px;
  right: 70px;
  z-index: 999;
}
.header_sns a:after{ content:" \f08e";font-family: "Font Awesome 5 Free"; font-weight: 900;font-size: 0.85em;}
.header_sns a{
  font-size: 0.9em;
  font-weight: 600;
  border-bottom: 2px dotted #333;
  margin-left: 15px;
}
.header_sns a i{margin-right: 2px;}
.header_sns a:link,
.header_sns a:visited{ text-decoration: none;}

.h_logo {
  position: absolute;
  top: 1px;
  z-index: 999!important;
}
.h_logo img{ 
  width: 40px;
}
#gNav .nav2 {
 overflow-y: auto;
 height: 100vh;
}
#gNav a:hover{
  color: #c00;
}
.mean-nav .container {
    padding: 0;
  }
nav li a {
  font-size: 1.0em;
  font-weight: 700;
}

/* お問い合わせボタン */
.nav-contact{
  padding-bottom: 50px;
}
.nav-contact a{
  background-color: #39bc1b;
  text-align: center;
  color: #fff!important;
}
.nav-contact a:hover{ background-color: #176105!important;}
@media print, screen and (min-width: 768px){
}
@media print, screen and (min-width: 992px){
  #header {
    position: static;
    height: 100px;
    padding: 15px 0;
  }
  .header_sns{
    top: 0px;
    right: 15px;
  }
  /*#h_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }*/
  .h_logo img {
    width: 50px;
    margin-top: 10px;
  }
    
  .h_nav{
    float: right;
    margin-top: 40px;
  }
  #gNav .nav2 {
   height: auto;
  }
  #gNav ul {
    position: relative;
    display: flex;
  }
  #gNav li {
    position: relative;
    margin-left: 10px;
    list-style: none;
  }
  #gNav li:last-child {
    margin-right: 0;
  }
  /*#gNav li i {
    font-size: 16px;
    margin-left: 5px;
  }*/
  #gNav li a {
    position: relative;
    display: block;
    text-align: center;
    padding: 4px 0px;
  }
  /*#gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  #gNav .sub-menu a {
    padding: 10px;
    display: block;
    border-bottom: none;
    padding: 20px;
    line-height: 1.2em;
  }
  #gNav .sub-menu a:hover:after {
    content: none;
  }
  #gNav .sub-menu li {
    display: block;
    font-size: 16px;
    padding: 0;
    margin: 0;
  }
  #gNav .sub-menu li:last-child {
    border-bottom: none;
  }*/
  #gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #gNav ul > li:hover a,
  #gNav .current-menu-item a,
  #gNav .current-menu-parent a,
  #gNav ul > li a.active{
    color: #333;
    position: relative;
  }
  #gNav ul > li:hover a:before,
  #gNav .current-menu-item a:before,
  #gNav .current-menu-parent a:before,
  #gNav ul > li a.active:before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    border-bottom: solid 2px #333;
    transform: translateX(-50%);
    animation: border_anim 0.2s linear forwards;
  }
  @keyframes border_anim {
    0%{
      width: 0%;
    }
    100%{
      width: 100%;
    }
  }
  #gNav ul > li a:link,
  #gNav ul > li a:visited{ text-decoration: none;}
  /*#gNav li:hover ul.sub-menu {
    top: 80px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }*/
  #gNav li ul li:after {
    content: none;
  }
  /*#gNav li:hover ul.sub-menu a {
    color: #111;
  }
  #gNav .sub-menu li a:hover {
    background: #fff;
  }*/
  nav li a {
    font-size: 0.8em;
  }
  .nav-contact a{
    padding: 4px 4px!important;
  }
  .nav-contact a:hover{position: static;}
  .nav-contact a:before{border-bottom: none!important;}
}
@media print, screen and (min-width: 1200px){
  #header {
    height: 130px;
  }
  .h_logo img {
    width: 70px;
    margin-top: 15px;
  }
  
  .h_nav{
    margin-top: 50px;
  }
  #gNav li {
    margin-left: 15px;
  }
  #gNav li a {
    padding: 5px 0px;
  }
  .nav-contact a{
    padding: 5px 15px!important;
  }
}
@media print, screen and (min-width: 1500px){
  #header {
    height: 160px;
  }
  .header_sns a{
    font-size: 1.0em;
  }
  .h_logo img {
    width: auto;
  }
  
  .h_nav{
    margin-top: 60px;
  }
  #gNav li {
    margin-left: 25px;
  }
  #gNav li a {
    padding: 7px 0px;
  }
  nav li a {
    font-size: 0.9em;
  }
  .nav-contact a{
    padding: 7px 25px!important;
  }
}
@media print, screen and (min-width: 1800px){
  #header{
    padding: 15px 120px;
  }
  #gNav li {
    margin-left: 27px;
  }
  nav li a {
    font-size: 1.0em;
  }
}


/* スクロールしてナビ固定
---------------------------------------------------- */
@media print, screen and (min-width: 992px){
  .follow_menu {
    position: fixed;
    top: -100px;
    right: 0;
    z-index: 9999;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 15px #ddd;
    display: block;
    transition: .3s;
    text-align: center;
  }
  .follow_menu ul {
    padding: 20px 0;
  }
  .follow_menu ul li{
    display: inline-block;
    padding: 0px 5px;
  }
  .follow_menu ul li a {
    font-size: 0.9em;
    font-weight: 700;
    padding-bottom: 5px;
  }
  .follow_menu ul li a:link,
  .follow_menu ul li a:visited{ text-decoration: none;}
  .follow_menu ul li:hover a,
  .follow_menu ul li a.active{
    position: relative;
  }
  .follow_menu ul li:hover a:before,
  .follow_menu ul li a.active:before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    border-bottom: solid 2px #333;
    transform: translateX(-50%);
    animation: border_anim 0.2s linear forwards;
  }
}
@media print, screen and (min-width: 1200px){
  .follow_menu ul li{
    padding: 0px 10px;
  }
}
@media print, screen and (min-width: 1500px) {
  .follow_menu ul li{
    padding: 0px 15px;
  }
  .follow_menu ul li a {
    font-size: 1.0em;
  }
}


/* 印刷設定 */
/*@media print{
  .follow_menu {
    display: none!important;
    visibility: hidden;
  }
}*/


/* mainimage
---------------------------------------------------- */
#mainimage{
  background: url("../images/bg_mainimage.jpg") no-repeat top;
  background-size: cover;
  padding: 40px 0px;
}
.swiper-container {
  width: 100%;
  height: 220px;
}
.mainimage01{ 
  background-image: url("../images/mainimage01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.mainimage02{ 
  background-image: url("../images/mainimage02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.mainimage03{ 
  background-image: url("../images/mainimage03.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.mainimage04{ 
  background-image: url("../images/mainimage04.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.mainimage05{ 
  background-image: url("../images/mainimage05.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#mainimage h2{  
  font-size: 1.5em;
  line-height: 1.5em;
  letter-spacing: 0.15em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
#mainimage p{
  font-size: 0.9em;
  font-weight: 700;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px){
  #mainimage{
    padding: 70px 0px;
  }
  .swiper-container {
    height: 260px;
  }
  #mainimage h2{
    font-size: 2.1em;
    text-align: left;
    margin-bottom: 20px;
  }
  #mainimage p{
    font-size: 1.0em;
    margin-bottom: 0px;
  }
}
@media print, screen and (min-width: 992px){
  #mainimage{
    padding: 90px 0px;
  }
  .swiper-container {
    height: 360px;
  }
  #mainimage h2{
    margin-top: 80px;
    font-size: 3.0em;
  }
  #mainimage p{
    font-size: 1.0em;
    line-height: 2.0em;
  }
}
@media print, screen and (min-width: 1200px){
  #mainimage{
    padding: 130px 0px;
  }
  .swiper-container {
    height: 460px;
  }
  #mainimage h2{
    margin-top: 100px;
    font-size: 3.5em;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 1500px){
  #mainimage{
    padding: 160px 0px;
  }
  .swiper-container {
    height: 560px;
  }
  #mainimage h2{
    margin-top: 160px;
    font-size: 4.1em;
  }
  #mainimage p{
    font-size: 1.1em;
  }
}

  
/* ヘッダー固定で上空ける */
#mainimage,
.h2-style{ margin-top: 60px;}
@media print, screen and (min-width: 768px) {
}
@media print, screen and (min-width: 992px) {
  #mainimage,
	.h2-style{  margin-top: 0px;}
}
/*@media print, screen and (min-width: 1200px) {
	.h2-style{  margin-top: 79px;}
}
@media print, screen and (min-width: 1500px) {
	.h2-style{  margin-top: 94px;}
}*/


/* スクロールバー */
.scrolldown2{
  position: absolute;
   top: 0%;
   left: 50%;
   transform: translateX(-50%);
  z-index: 1;
}
/* 丸の描写 */
.scrolldown2:before {
  content: "";
  position: absolute;
  bottom:0;
  left:-2px;
  /*丸の形状*/
  width:5px;
  height:5px;
  border-radius: 100px;
  background:#333;
  /*丸の動き3秒かけて透過し、永遠にループ*/
  animation:
    circlemove 3s ease-in-out infinite,
    cirlemovehide 3s ease-out infinite;
  z-index: 1;
}
/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{bottom:60px;}
     100%{bottom:-5px;}
 }
/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
      0%{opacity:1}
     50%{opacity:1;}
    90%{opacity:0.9;}
  100%{opacity:0;}
 }
/* 線の描写 */
.scrolldown2:after{
  content:"";
  position: absolute;
  bottom:0;
  left:0;
  width:1px;
  height: 40px;
  background:#333;
}
@media print, screen and (min-width: 768px){
  .scrolldown2{
    bottom: -70px;
    left: 8.333333%;
    transform:none;
  }
  .scrolldown2:before {
    left:-3px;
    width:7px;
    height:7px;
  }
  .scrolldown2:after{
    height: 60px;
  }
}
@media print, screen and (min-width: 992px){
  .scrolldown2{
    bottom: -90px;
  }
  .scrolldown2:before {
    left:-4px;
    width:9px;
    height:9px;
  }
  .scrolldown2:after{
    height: 90px;
  }
}
@media print, screen and (min-width: 1200px){
  .scrolldown2{
    bottom: -130px;
  }
}
@media print, screen and (min-width: 1600px){
  .scrolldown2{
    bottom: -160px;
  }
}


/* pankuzu
---------------------------------------------------- */
.pankuzu{
  position: absolute;
  bottom: 5px;
  color: #666;
  font-size: 0.75em;
  line-height: 1.0em;
}
.pankuzu a{ 
  color: #666; 
  text-decoration: none;
  transition: 0.3s ease;
}
.pankuzu a:hover{ color: #999;}
.pankuzu i{ margin: 0px 5px;}
@media print, screen and (min-width: 768px){
  .pankuzu{
    bottom: 10px;
  }
}
@media print, screen and (min-width: 992px){
  .pankuzu{
    bottom: 15px;
  }
}
@media print, screen and (min-width: 1200px){
  .pankuzu{
    bottom: 20px;
  }
}


/* footer
---------------------------------------------------- */
footer{
  background: url("../images/bg_footer.jpg") no-repeat center;
  background-size: cover;
  border-radius: 10px 10px 0px 0px;
  padding: 30px 0px;
  color: #fff;
  font-weight: 700;
}
footer h3{
  width: 180px;
}
footer a:link,
footer a:visited{ text-decoration: none;color: #fff;}
.footer_contact{
  margin-top: 20px;
  display: block;
  border: 1px solid #fff;
  padding: 10px 0px;
  text-align: center;
  font-size: 1.2em;
  font-weight: 700;
}
.footer_contact:hover{ background: rgba(255,255,255,0.3);}
.footer_tel{
  margin-top: 10px;
  text-align: center;
}
.footer_tel span{
  font-size: 1.4em;
}
.footer_sns{
  margin-top: 15px;
  text-align: center;
  font-size: 1.5em;
}
.footer_sns i{
  margin: 0px 5px;
}
@media print, screen and (min-width: 768px){
  footer{
    border-radius: 20px 20px 0px 0px;
    padding: 40px 0px 30px;
  }
  .footer_contact{
    margin-top: 20px;
  }
  .footer_tel{
    margin-top: 15px;
  }
  .footer_tel span{
    font-size: 1.6em;
  }
  .footer_sns{
    text-align:right;
  }
}
@media print, screen and (min-width: 922px) {
  footer{
    border-radius: 30px 30px 0px 0px;
    padding: 50px 0px 30px;
  }
  footer h3{
    width: 220px;
  }
  .footer_contact{
    margin-top: 30px;
    padding: 20px 0px;
    font-size: 1.3em;
  }
  .footer_tel{
    margin-top: 30px;
  }
  .footer_tel span{
    font-size: 2.0em;
  }
}
@media print, screen and (min-width: 1200px) {
  footer{
    padding: 60px 0px 30px;
  }
  footer h3{
    width: 280px;
  }
}
@media print, screen and (min-width: 1500px) {
  footer{
    padding: 90px 0px 30px;
  }
  footer h3{
    width: auto;
  }
  .footer_contact{
    margin-top: 40px;
    padding: 30px 0px;
    font-size: 1.3em;
  }
  .footer_tel{
    margin-top: 45px;
  }
}

/* フッターテキストリンク */
@media print, screen and (min-width: 768px) {
  .footer-textlink{
    margin-top: 15px;
    border-top:1px solid #7ab16c;
  }
  .footer-textlink ul{
    list-style: none;
  }
  .footer-textlink li{
    display: inline-block;
    margin-right: 15px;
  }
  .footer-textlink li a{ text-decoration: none;}
}
@media print, screen and (min-width: 992px) {
}
@media print, screen and (min-width: 1200px) {
  .footer-textlink{
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 1500px) {
  .footer-textlink li{
    margin-right: 30px;
  }
}

/* copyright*/
footer small{
  margin-top: 20px;
  font-size: 0.85em;
  opacity: 0.5;
  display: block;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  footer small{
    text-align: left;
  }
}


/* pagetop
---------------------------------------------------- */
#pagetop{
  position: fixed; 
  bottom:10px; 
  right:10px; 
  z-index: 100;
}
#pagetop img{
  width: 50px;
  float: right;
}
@media print, screen and (min-width: 768px){
  #pagetop{
    bottom:30px; 
    right:30px; 
  }
  #pagetop img{
    width: 60px;
  }
}
@media print, screen and (min-width: 992px){
  #pagetop img{
    width: 70px;
  }
}
@media print, screen and (min-width: 1200px){
  #pagetop{
    bottom:60px; 
    right:60px; 
  }
  #pagetop img{
    width: 80px;
  }
}


/* index.html（トップページ）
---------------------------------------------------- */
#top_about{
  background: url("../images/bg_top_about.jpg") no-repeat;
  background-size: cover;
  padding: 40px 0px;
  color: #fff;
}
#top_about p{
  font-weight: 700;
  margin-bottom: 30px;
}
#top_about a{
  display: inline-block;
  background: url("../images/arrow_w.png") no-repeat right 20px center;
  border: 1px solid #fff;
  padding: 10px 0px;
  width: 200px;
  text-align: center;
  transition: all .2s linear;
  /*font-size: 1.05em;*/
  font-weight: 700;
}
#top_about a:link,
#top_about a:visited{ color: #fff; text-decoration: none;}
#top_about a:hover{background:url("../images/arrow_w.png") no-repeat right 10px center;}
@media print, screen and (min-width: 768px){
  #top_about{
    padding: 70px 0px;
  }
  #top_about p{
    margin-bottom: 40px;
  }
  #top_about a{
    background: url("../images/arrow_w.png") no-repeat right 30px center;
    padding: 15px 0px;
    width: 250px;
    /*font-size: 1.1em;*/
  }
  #top_about a:hover{background:url("../images/arrow_w.png") no-repeat right 20px center;}
  #top_about p{
    /*font-size: 1.1em;*/
    line-height: 2.2em;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 992px){
  #top_about{
    padding: 90px 0px;
  }
  #top_about p{
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1200px){
  #top_about{
    padding: 130px 0px;
  }
  #top_about a{
    background: url("../images/arrow_w.png") no-repeat right 40px center;
    padding: 20px 0px;
    width: 270px;
  }
  #top_about a:hover{background:url("../images/arrow_w.png") no-repeat right 30px center;}
}
@media print, screen and (min-width: 1500px){
  #top_about{
    padding: 160px 0px;
  }
}
@media print, screen and (min-width: 1800px){
  #top_about{
    padding: 200px 0px;
  }
}

#top_business{
  padding: 40px 0px;
}
#top_business p{
  font-weight: 700;
}
#top_business ul{
  display: flex;
  flex-wrap: wrap;
}
#top_business li{
  margin-top: 20px;
  display: block;
  width: calc(50% - 7.5px);
  margin-right: 15px;
  background-color: #fff;
  box-shadow: 0px 0px 10px #ddd;
  padding: 15px;
  text-align: center;
}
#top_business li:nth-of-type(2n){ margin-right: 0px;}
#top_business li span{
  display: inline-block;
  margin: 10px 0px 15px;
  padding: 0px 15px 7px;
  font-size: 1.5em;
  font-weight: 700;
  color: #a0d2a6;
  border-bottom: 1px solid #a5a5a5;
}
#top_business li h4{
  font-size: 1.0em;
  font-weight: 700;
  line-height: 1.5em;
}
@media print, screen and (min-width: 768px){
  #top_business{
    padding: 70px 0px;
  }
  #top_business li{
    margin-top: 30px;
    width: calc(50% - 15px);
    margin-right: 30px;
    box-shadow: 0px 0px 15px #ddd;
    padding: 20px 20px;
  }
  #top_business li span{
    padding: 0px 20px 10px;
    font-size: 1.8em;
  }
  #top_business li h4{
    font-size: 1.05em;
  }
}
@media print, screen and (min-width: 992px){
  #top_business{
    padding: 90px 0px;
  }
  #top_business p{
    margin-bottom: 20px;
  }
  #top_business li{
    padding: 30px 20px;
  }
  #top_business li span{
    margin: 15px 0px 20px;
    padding: 0px 30px 15px;
  }
}
@media print, screen and (min-width: 1200px){
  #top_business{
    padding: 100px 0px 130px;
  }
  #top_business p{
    margin-bottom: 30px;
  }
  #top_business li{
    width: calc(33.333333% - 20px);
    box-shadow: 0px 0px 20px #ddd;
    padding: 30px 20px 40px;
  }
  #top_business li:nth-of-type(2n){ margin-right: 30px;}
  #top_business li:nth-of-type(3n){ margin-right: 0px;}
}
@media print, screen and (min-width: 1500px){
  #top_business{
    padding: 100px 0px 160px;
  }
  #top_business p{
    font-size: 1.1em;
  }
  #top_business li{
    width: calc(25% - 22.5px);
  }
  #top_business li:nth-of-type(2n){ margin-right: 30px;}
  #top_business li:nth-of-type(3n){ margin-right: 30px;}
  #top_business li:nth-of-type(4n){ margin-right: 0px;}
}

#top_news{
  background: url("../images/bg_green.jpg") repeat;
  padding: 30px 0px;
  margin-bottom: 20px;
}
.top_news_inr{
  background-color: #fff;
  padding: 15px;
  position: relative;
}
.img_top_news{
  position: absolute;
  left:-10px;
  bottom:10px;
  width: 100px;
}
.top_news_inr li{
  display: inline-block;
  font-size: 0.9em;
  font-weight: 700;
  margin-right: 10px;
  margin-bottom: 10px;
}
.top_news_inr li a:before{ content:" \f111";font-family: "Font Awesome 5 Free"; font-weight: 900; font-size: 0.9em; padding-right:5px; color: #fff;}
.top_news_inr li a:link,
.top_news_inr li a:visited{ text-decoration: none; color: #999;}
.top_news_inr li a:hover{ color: #39bc1b;}
.top_news_inr li a:hover:before{color: #39bc1b;}
#top_news table{
	width:100%;
  font-weight: 700;
  margin-bottom: 15px;
}
#top_news th{
  display: block;
  padding-top: 10px;
  font-size: 0.9em;
}
#top_news th span{
  display: inline-block;
  width: 130px;
  line-height: 1.0em;
  padding: 3px 0px;
  text-align: center;
  color: #fff;
  background-color: #39bc1b;
  margin-left: 10px;
}
#top_news th em{
  font-style: normal;
  font-size: 0.8em;
  color: #800;
  vertical-align: middle; 
  margin-left: 10px;
}
#top_news td{
  display: block;
	padding-bottom:10px;
  border-bottom: 1px solid #ddd;
}
#top_news td a{
  display: block;
  background: url("../images/arrow.png") no-repeat right center;
  background-size:20px;
  padding-right: 20px;
  transition: 0.3s ease;
}
#top_news td a:link,
#top_news td a:visited{ text-decoration: none;}
#top_news td a:hover{ opacity: 0.8}
@media print, screen and (min-width: 768px){
  #top_news{
    padding: 50px 0px; 
    margin-bottom: 20px;
  }
  .top_news_inr{
    padding: 30px;
  }
  .img_top_news{
    left:-30px;
    bottom:10px;
    width: 150px;
  }
  .top_news_inr li{
    display: block;
    font-size: 1.0em;
    margin-right: 0px;
  }
  #top_news table{
    margin-bottom: 30px;
  }
  #top_news th{
    padding-top: 15px;
  }
  #top_news td{
  	padding-bottom:15px;
  }
  #top_news td a{
    background-size:25px;
    padding-right: 25px;
  }
}
@media print, screen and (min-width: 992px){
  #top_news{
    padding: 70px 0px;
    margin-bottom: 40px;
  }
  .top_news_inr{
    padding: 40px;
  }
  .img_top_news{
    left:-60px;
    bottom:20px;
    width: 200px;
  }
  #top_news th{
    display: table-cell;
    width: 50%;
    border-bottom: 1px solid #ddd;
    padding: 20px 0px;
  }
  #top_news td{
    display: table-cell;
    padding: 20px 0px;
  }
  #top_news td a{
    background-size:auto;
    padding-right: 35px;
  }
}
@media print, screen and (min-width: 1200px){
  #top_news{
    padding: 90px 0px;
    margin-bottom: 50px;
  }
  .img_top_news{
    left:-80px;
    width: 250px;
  }
  .top_news_inr li{
    margin-bottom: 15px;
  }
  #top_news table{
    margin-bottom: 40px;
  }
  #top_news th{
    width: 43%;
    padding: 25px 0px;
  }
  #top_news th span{
    padding: 7px 0px;
    margin-left: 15px;
  }
  #top_news th em{
    margin-left: 15px;
  }
  #top_news td{
    padding: 25px 0px;
  }
}
@media print, screen and (min-width: 1500px){
  #top_news{
    margin-bottom: 60px;
  }
  .top_news_inr{
    padding: 60px;
  }
  .img_top_news{
    left:-90px;
    width: 300px;
  }
  #top_news table{
    margin-bottom: 60px;
  }
  #top_news th{
    width: 35%;
    padding: 30px 0px;
  }
}
@media print, screen and (min-width: 1800px){
  .top_news_inr{
    padding: 100px;
  }
  .img_top_news{
    width: auto;
  }
  #top_news table{
    /*font-size: 1.1em;*/
  }
  #top_news th{
    width: 32%;
    padding: 30px 0px;
  }
}

#top_event{
  background: url("../images/bg_top_event.jpg") no-repeat;
  background-size: cover;
  padding: 40px 0px;
}
.top_event_inr{
  background: rgba(255,255,255,0.6);
  padding: 15px;
}
.top_event_inr li{
  display: inline-block;
}
.top_event_inr li a{
  display: block;
  background-color: #fff;
  border-radius: 100px;
  padding: 3px 10px;
  font-size: 0.9em;
  font-weight: 700;
  margin-right: 3px;
  margin-bottom: 5px;
}
.top_event_inr li a:link,
.top_event_inr li a:visited{ text-decoration: none;}
.top_event_inr li a:hover{ color: #fff; background-color: #39bc1b;}
.top_event_text span{
  display: inline-block;
  margin-top: 10px;
  border: 1px solid #333;
  background-color: #fff;
  border-radius: 100px;
  font-size: 0.9em;
  font-weight: 700;
  padding: 2px 10px;
}
.top_event_text a{
  display: inline-block;
  background-color: #f00;
  padding: 2px 10px;
  font-size: 0.9em;
  font-weight: 700;
  margin-left: 10px;
}
.top_event_text a:link,
.top_event_text a:visited{ text-decoration: none; color: #fff;}
.top_event_text h4{
  margin-top: 10px;
  font-size: 1.1em;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #5c5c5c;
  margin-bottom: 10px;
}
.top_event_text div{
  font-weight: 700;
}
@media print, screen and (min-width: 768px){
  #top_event{
    padding: 70px 0px;
  }
  .top_event_inr{
    padding: 30px;
  }
  .top_event_inr ul{
    margin-bottom: 20px;
  }
  .top_event_inr li a{
    padding: 5px 15px;
    font-size: 1.0em;
  }
  .top_event_text a{
    font-weight: 700;
    margin-left: 10px;
  }
  .top_event_text a:link,
  .top_event_text a:visited{ text-decoration: none; color: #fff;}
  .top_event_text h4{
    font-size: 1.2em;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 992px){
  #top_event{
    padding: 90px 0px;
  }
  .top_event_inr{
    padding: 40px;
  }
}
@media print, screen and (min-width: 1200px){
  #top_event{
    padding: 130px 0px;
  }
  .top_event_text{
    margin-left: 45px;
  }
}
@media print, screen and (min-width: 1500px){
  #top_event{
    padding: 130px 0px 160px;
  }
  .top_event_inr{
    padding: 60px;
  }
  .top_event_text h4{
    font-size: 1.3em;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 1800px){
  .top_event_inr{
    padding: 100px;
  }
}

#top_contents{
  background: url("../images/bg_top_contents.jpg") no-repeat;
  background-size: cover;
  padding: 40px 0px;
}
#top_contents ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#top_contents li{
  display: flex;
  width: calc(50% - 7.5px);
  margin-right: 15px;
  margin-bottom: 15px;
}
#top_contents li p{
  margin-top: 5px;
  font-weight: 700;
  text-align: right;
  background: url("../images/arrow.png") no-repeat right;
  background-size: 20px;
  padding-right: 25px;
}
#top_contents li:nth-of-type(2n){ margin-right: 0px;}
#top_contents li a{
  display: block;
  width: 100%;
  height: 100%;
}
#top_contents li a:link,
#top_contents li a:visited{ text-decoration: none;}
@media print, screen and (min-width: 768px){
  #top_contents{
    padding: 70px 0px;
  }
  #top_contents li{
    width: calc(50% - 15px);
    margin-right: 30px;
    margin-bottom: 30px;
  }
  #top_contents li p{
    background-size: 25px;
    padding-right: 30px;
  }
}
@media print, screen and (min-width: 992px){
  #top_contents{
    padding: 90px 0px;
  }
  #top_contents li p{
    margin-top: 10px;
    background-size: auto;
    padding-right: 50px;
    /*font-size: 1.1em;*/
  }
}
@media print, screen and (min-width: 1200px){
  #top_contents{
    padding: 130px 0px;
  }
  #top_contents li{
    width: calc(33.333333% - 20px);
    margin-bottom: 40px;
  }
  #top_contents li:nth-of-type(2n){ margin-right: 30px;}
  #top_contents li:nth-of-type(3n){ margin-right: 0px;}
  #top_contents li p{
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 1500px){
  #top_contents{
    padding: 160px 0px;
  }
  #top_contents li{
    margin-bottom: 50px;
  }
}


/* gindoh.html
---------------------------------------------------- */
.gindoh_info li{
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.gindoh_info li a{
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  padding: 7px 10px;
}
.gindoh_info li a:link,
.gindoh_info li a:visited{ text-decoration: none;}
@media print, screen and (min-width: 768px){
  .gindoh_info{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .gindoh_info li{
    display: flex;
    width: calc(50% - 7.5px);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .gindoh_info li:nth-of-type(2n){ margin-right: 0px;}
  .gindoh_info li a{
    padding: 10px 15px;
  }
}
@media print, screen and (min-width: 992px){
  .gindoh_info li a{
    padding: 15px 20px;
  }
}
@media print, screen and (min-width: 1200px){
  .gindoh_info li{
    width: calc(33.333333% - 13.333333px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .gindoh_info li:nth-of-type(2n){ margin-right: 20px;}
  .gindoh_info li:nth-of-type(3n){ margin-right: 0px;}
}
@media print, screen and (min-width: 1500px){
  .gindoh_info li a{
    padding: 20px 30px;
  }
}


/* activity.html
---------------------------------------------------- */
.activity_ul li{
  display: block;
  background: url("../images/bg_green.jpg") repeat;
  border-radius: 0.25rem;
  padding: 15px 15px;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px){
  .activity_ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .activity_ul li{
    display: block;
    width: calc(50% - 15px);
    margin-right: 30px;
    padding: 30px 30px;
  }
  .activity_ul li:nth-of-type(2n){ margin-right: 0px;}
}
@media print, screen and (min-width: 992px){
  .activity_ul li{
    width: calc(50% - 30px);
    margin-right: 60px;
    padding: 40px 40px;
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 1200px){
  .activity_ul li{
    width: calc(50% - 45px);
    margin-right: 90px;
    padding: 40px 60px;
    margin-bottom: 90px;
  }
}


/* shigin.html
---------------------------------------------------- */
.shigin_miryoku li{
  display: block;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  padding: 15px;
  margin-bottom: 5px;
}
.shigin_miryoku li span{
  display: block;
  margin: 0px auto 5px;
  background-color: #800;
  border-radius: 100%;
  text-align: center;
  padding-top: 3px;
  width: 30px;
  height: 30px;
  color: #fff;
  font-weight: 700;
}
.shigin_miryoku li img{
  display: block;
  margin: 10px auto;
  width: 90px;
}
@media print, screen and (min-width: 768px){
  .shigin_miryoku li{
    padding: 30px;
  }
  .shigin_miryoku li span{
    padding-top: 5px;
    width: 40px;
    height: 40px;
    font-size: 1.3em;
  }
}
@media print, screen and (min-width: 992px){
  .shigin_miryoku{
    width: 100%;
    display: flex;
  }
  .shigin_miryoku li{
    width: calc(20% - 4px);
    margin-right: 5px;
    padding: 15px;
  }
  .shigin_miryoku li:last-child{ margin-right: 0px;}
}
@media print, screen and (min-width: 1200px){
  .shigin_miryoku li{
    width: calc(20% - 12px);
    margin-right: 15px;
    padding: 20px;
  }
  .shigin_miryoku li span{
    padding-top: 3px;
  }
  .shigin_miryoku li img{
    margin: 15px auto;
    width: 110px;
  }
}
@media print, screen and (min-width: 1500px){
  .shigin_miryoku li{
    width: calc(20% - 24px);
    margin-right: 30px;
  }
  .shigin_miryoku li img{
    margin: 15px auto;
    width: 120px;
  }
}
@media print, screen and (min-width: 1800px){
  .shigin_miryoku li{
    padding: 30px;
  }
}


/* goods.html
---------------------------------------------------- */
.goods_cate{
  display: inline-block;
  margin-top: 10px;
  border: 1px solid #333;
  background-color: #fff;
  border-radius: 100px;
  font-size: 0.9em;
  font-weight: 700;
  padding: 2px 10px;
}
.goods_text h4{
  margin-top: 10px;
  font-size: 1.1em;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #5c5c5c;
  margin-bottom: 10px;
}
.goods_price{
  margin-top: 5px;
  color: #800;
  font-size: 1.2em;
  font-weight: 700;
}
.goods_price span{
  font-size: 0.8em;
  font-weight: 400;
}
.goods_cart{
  text-align: right;
  margin-top: 5px;
}
.goods_cart select{
  float: right;
  margin-left: 15px;
  margin-right:5px;
  /*padding: 13px;*/
}
@media print, screen and (min-width: 768px){
  .goods_cate{
    padding: 2px 15px;
  }
  .goods_text h4{
    font-size: 1.2em;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 992px){
}
@media print, screen and (min-width: 1200px){
  .goods_text{
    margin-left: 45px;
  }
  .goods_cart{
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 1500px){
  .goods_text h4{
    font-size: 1.3em;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}


/* カートの中身
---------------------------------------------------- */
.progressbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.progressbar li {
  position: relative;
  list-style-type: none;
  text-align: center;
  text-transform: uppercase;
  width: 25%;
  color: #999;
  font-size: 0.8em;
  line-height: 1.2em;
}
.progressbar li:before {
  display: block;
  width: 18px;
  height: 18px;
  margin: 7px auto 5px;
  content: '';
  text-align: center;
  border-radius: 50%;
  background-color: #ddd;
}
.progressbar li:after {
  position: absolute;
  z-index: -1;
  top: 15px;
  left: -50%;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #ddd;
}
.progressbar li:first-child:after {
  content: none;
}
.progressbar li.active,
.progressbar li.complete{
  color: #333;
}
.progressbar li.active:before,
.progressbar li.complete:before {
  background-color: #333;
}
.progressbar li.active:after,
.progressbar li.complete:after {
  background-color: #333;
}
@media print, screen and (min-width: 992px){
  .progressbar {
    margin-bottom: 60px;
  }
  .progressbar li {
    font-size: 0.9em;
    font-weight: bold;
  }
}

.cartTable thead th:nth-of-type(1)/*画像*/ { width: 100%}
.cartTable thead th:nth-of-type(2)/*商品*/ { width: 100%}
.cartTable thead th:nth-of-type(3)/*単価*/ { width: 100%;}
.cartTable thead th:nth-of-type(4)/*数量*/ { width: 100%}
.cartTable thead th:nth-of-type(5)/*小計*/ { width: 100%}

.cartTable tbody td:nth-of-type(2)/*単価*/ {text-align: right;}
.cartTable tbody td:nth-of-type(3)/*数量*/ {text-align: right;}
.cartTable tbody td:nth-of-type(4)/*小計*/ { text-align: right;}
.cartTable tbody td:nth-of-type(5)/*削除*/ {text-align: center;border-bottom: none; }
@media print, screen and (min-width: 768px) {
  .cartTable img {width: 100px;}
  
  .cartTable thead th:nth-of-type(1)/*画像*/ {width: 10%;}
  .cartTable thead th:nth-of-type(2)/*商品*/ {width: 35%;text-align: left;}
  .cartTable thead th:nth-of-type(3)/*単価*/ {width: 15%;text-align: center; line-height: 1.0em;}
  .cartTable thead th:nth-of-type(4)/*数量*/ {width: 10%;text-align: center;}
  .cartTable thead th:nth-of-type(5)/*小計*/ {width: 20%;text-align: center;line-height: 1.0em;}
  .cartTable thead th:nth-of-type(6)/*削除*/ {width: 10%;}
  
  .cartTable tbody td:nth-of-type(1)/*商品*/ {text-align: left;}
  .cartTable tbody td:nth-of-type(4)/*単価*/ {text-align: center;}
  .cartTable tbody td:nth-of-type(3)/*数量*/ {text-align: center;}
  .cartTable tbody td:nth-of-type(4)/*小計*/ {text-align: center;}
  .cartTable tbody td:nth-of-type(5)/*削除*/ {text-align: right;border-bottom: solid 1px #ddd
    ;}  
}

.responsiveTable {
    width: 100%;
    border-collapse: collapse;
}
.responsiveTable thead th {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px 0px;
}
.responsiveTable tbody th {
    padding: 15px 0px;
    border-bottom: #ddd solid 1px;
    vertical-align: top;
}
.responsiveTable tbody tr:last-child th {
    border-bottom: #ddd solid 1px;
}
.responsiveTable tbody td {
    padding: 10px 0px;
    border-bottom: #ddd solid 1px;
    vertical-align: middle;
  line-height: 1.5em;
}
.responsiveTable tbody td div {
    margin: 0;
    padding: 0px 0px 0px 15px;
}
.responsiveTable tbody td select {
    padding: 7px 8px;
    /*float: left;*/
}
.responsiveTable tbody td :after {
    content: "";
    clear: both;
    display: block;
}
.cart_cate{
  display: block;
  width: 150px;
  margin-top: 10px;
  border: 1px solid #333;
  background-color: #fff;
  border-radius: 100px;
  font-size: 0.9em;
  font-weight: 700;
  padding: 2px 0px;
  text-align: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .responsiveTable thead {display: none;}
  .responsiveTable tbody th {display: block;}
  .responsiveTable tbody td {display: block;}
  .responsiveTable tbody td::before {content: attr(label);float: left;clear: both; font-weight: bold;}
  .responsiveTable tbody td div {padding-left: 7em;}
}
@media print, screen and (min-width: 768px) {
  .responsiveTable{
    font-size: 0.9em;
  }
  .responsiveTable thead th {
    padding: 10px 0px;
    font-weight: 500!important;
    vertical-align: middle;
    background-color: #f5f5f5;
  }
  .responsiveTable thead td{
    padding: 15px 0px;
  }
  .responsiveTable tbody td div {
    padding: 0px 5px;
  }
}
@media print, screen and (min-width: 992px) {
  .responsiveTable tbody td div {
    padding: 0px 10px;
  }
}
@media print, screen and (min-width: 1200px) {
  .responsiveTable tbody td div {
    padding: 0px 15px;
  }
}




/* news.html
---------------------------------------------------- */
.news_table{
	width:100%;
  font-weight: 700;
}
.news_table th{
  display: block;
  padding-top: 10px;
  font-size: 0.9em;
}
.news_table th span{
  display: inline-block;
  width: 130px;
  line-height: 1.0em;
  padding: 3px 0px;
  text-align: center;
  color: #fff;
  background-color: #39bc1b;
  margin-left: 10px;
}
.news_table th em{
  font-style: normal;
  font-size: 0.8em;
  color: #800;
  vertical-align: middle; 
  margin-left: 10px;
}
.news_table td{
  display: block;
	padding-bottom:10px;
  border-bottom: 1px solid #ddd;
}
.news_table td a{
  display: block;
  background: url("../images/arrow.png") no-repeat right center;
  background-size:20px;
  padding-right: 20px;
  transition: 0.3s ease;
}
.news_table td a:link,
.news_table td a:visited{ text-decoration: none;}
.news_table td a:hover{ opacity: 0.8}
@media print, screen and (min-width: 768px){
  .news_table th{
    padding-top: 15px;
  }
  .news_table td{
  	padding-bottom:15px;
  }
  .news_table td a{
    background-size:25px;
    padding-right: 25px;
  }
}
@media print, screen and (min-width: 992px){
  .news_table th{
    display: table-cell;
    width: 35%;
    border-bottom: 1px solid #ddd;
    padding: 20px 0px;
  }
  .news_table td{
    display: table-cell;
    padding: 20px 0px;
  }
  .news_table td a{
    background-size:auto;
    padding-right: 35px;
  }
}
@media print, screen and (min-width: 1200px){
  .news_table th{
    width: 30%;
    padding: 25px 0px;
  }
  .news_table th span{
    padding: 7px 0px;
    margin-left: 15px;
  }
  .news_table th em{
    margin-left: 15px;
  }
  .news_table td{
    padding: 25px 0px;
  }
}
@media print, screen and (min-width: 1500px){
  .news_table th{
    width: 25%;
    padding: 30px 0px;
  }
}
@media print, screen and (min-width: 1800px){
  .news_table{
    font-size: 1.1em;
  }
  .news_table th{
    width: 20%;
    padding: 30px 0px;
  }
}


/* detail.html
---------------------------------------------------- */
.detail_cate{
  display: inline-block;
  width: 130px;
  line-height: 1.0em;
  padding: 3px 0px;
  text-align: center;
  color: #fff;
  background-color: #39bc1b;
  margin-bottom: 5px;
}
.detail_date{
  font-weight: 700;
  margin-bottom: 5px;
}
.detail_date em{ 
  font-style: normal;
  font-size: 0.8em;
  color: #800;
  vertical-align: middle; 
  margin-left: 10px;
}
@media print, screen and (min-width: 768px){
  .topics_detail_date{
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 992px){
  .topics_detail_date{
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 1200px){
  .topics_detail_date{
    margin-bottom: 20px;
  }
}


/* ページ内タブ切り替え
---------------------------------------------------- */
.nav-tabs{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: none!important;
}
.nav-tabs .nav-item{ 
  display: flex;
  width: auto;
  margin-right:3px;
  margin-bottom: 3px;
}
.nav-tabs .nav-link{ 
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-top: 1px solid #ddd!important;
  border-left: 1px solid #ddd!important;
  border-right: 1px solid #ddd!important;
  border-bottom: 1px solid #ddd!important;
  border-radius: 4px!important;
  background-color:#f5f5f5;
  color: #333!important;
  padding: 7px 5px!important;
  font-size: 0.9em;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover{ 
  border-top: 1px solid #880000!important;
  border-left: 1px solid #880000!important;
  border-right: 1px solid #880000!important;
  border-bottom: 1px solid #880000!important;
  border-radius: 4px!important;
  color: #fff!important; 
  background-color: #880000!important;
}
.nav-tabs a:link,
.nav-tabs a:visited{ text-decoration: none;}
.tab-content{
  /*background-color: #fff;*/
  padding: 15px 0px 0px;
}
@media print, screen and (min-width: 768px){
  .nav-tabs .nav-item{ 
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 0px!important;
  }
  .nav-tabs .nav-link{ 
    padding: 10px 10px!important;
    font-size: 1.0em;
  }
  .nav-tabs .nav-link.active{border-bottom:none;}
  .nav-tabs .nav-link::after{ background: none;}
  .tab-content{
    padding: 30px 0px 0px;
  }
}
@media print, screen and (min-width: 992px){
  .nav-tabs{
    border-bottom: 1px solid #880000!important;
  }
  .nav-tabs .nav-item{ 
    margin-right: 3px;
    margin-bottom: 0px;
  }
  .nav-tabs .nav-link{ 
    border-bottom: none!important;
    border-radius: 4px 4px 0px 0px!important;
    padding: 10px 7px!important;
  }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-link:hover{ 
    border-bottom:none!important;
    border-radius: 4px 4px 0px 0px!important;
  }
  .tab-content{
    padding: 40px 0px 0px;
  }
}
@media print, screen and (min-width: 1200px){
  .nav-tabs .nav-item{ 
    margin-right: 5px;
  }
  .nav-tabs .nav-link{ 
    padding: 15px 10px!important;
  }
  .tab-content{
    padding: 50px 0px 0px;
  }
}
@media print, screen and (min-width: 1500px){
  .nav-tabs .nav-link{ 
    padding: 15px 15px!important;
  }
}


/* カテゴリータブ
---------------------------------------------------- */
.category_tab{
  list-style: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.category_tab li{  
  display: flex;
  width: calc(20% - 4px);
  margin-right: 5px;
  margin-bottom: 5px;  
}
.category_tab li:nth-of-type(5n){ margin-right: 0px;}
.category_tab li a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 5px 0px;
  text-decoration: none!important;
  border: 1px solid #ddd;
  background-color:#f5f5f5;
  border-radius: 0.25rem;
  color: #333;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1.5em;
  transition: all 0.3s ease 0s;
}
.category_tab li a:hover,
.category_tab li a.active{border: 1px solid #800;background-color: #800; color: #fff;}
@media print, screen and (min-width: 768px){
  .category_tab{
    margin-bottom: 30px;
  }
  .category_tab li a{
    padding: 8px 0px;
    font-size: 1.0em;
  }
}
@media print, screen and (min-width: 992px){
  .category_tab{
    margin-bottom: 40px;
  }
  .category_tab li{
    width: calc(11.111111% - 4.444444px);
  }
  .category_tab li:nth-of-type(5n){ margin-right: 5px;}
  .category_tab li:nth-of-type(9n){ margin-right: 0px;}
  .category_tab li a{
    padding: 10px 0px;
  }
}
@media print, screen and (min-width: 1200px){
  .category_tab{
    margin-bottom: 50px;
  }
  .category_tab li{
    width: calc(11.111111% - 8.888888px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .category_tab li:nth-of-type(5n){ margin-right: 10px;}
  .category_tab li:nth-of-type(9n){ margin-right: 0px;}
  .category_tab li a{
    padding: 15px 0px;
  }
}

.category_tab2{
  padding: 15px 15px 0px;
}
.category_tab2 li{
  display: inline-block;
  margin-bottom: 5px;
}
.category_tab2 li a{
  display: block;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  background-color: #f5f5f5;
  padding:10px 10px;
  font-size: 0.9em;
  font-weight: 700;
}
.category_tab2 li a:link,
.category_tab2 li a:visited{text-decoration: none;}
.category_tab2 li a.active,
.category_tab2 li a:hover { background-color: #fff;}
@media print, screen and (min-width: 768px) {
  .category_tab2{
    padding: 0px;
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: space-between;
  }
  .category_tab2 li{
    display: flex;
    width:14.285714%;    
    margin-bottom: 0px;
  }
  .category_tab2 li:last-child{ border-right: none}
  .category_tab2 li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left:none;
    border-bottom: none;
    border-radius: 0px;   
    padding:20px 5px;
  }
  .category_tab2 li a.active,
  .category_tab2 li a:hover { background-color: #fff;}
}
@media print, screen and (min-width: 992px) {
  .category_tab2 li a{
    font-size: 1.0em;
    padding:30px 5px;
  }
}
@media print, screen and (min-width: 1200px) {
  .category_tab2 li a{
    padding:40px 10px;
  }
}


/* タイトル
---------------------------------------------------- */
.h2-style{  
  background: url("../images/bg_mainimage.jpg") no-repeat center; background-size: cover;
  width: 100%;
  padding: 40px 0px;
  position: relative;
}
.h2-style h2{
  font-size: 1.5em;
  font-weight: 800;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .h2-style{
    padding: 70px 0px;
  }
  .h2-style h2{
    font-size: 2.5em;
  }
}
@media print, screen and (min-width: 992px) {
  .h2-style{
    padding: 90px 0px;
  }
  .h2-style h2{
    font-size: 3.0em;
  }
}
@media print, screen and (min-width: 1200px) {
  .h2-style{
    padding: 130px 0px;
  }
  .h2-style h2{
    font-size: 3.5em;
  }
}
@media print, screen and (min-width: 1500px) {
  .h2-style h2{
    font-size: 4.0em;
  }
}

.title01{
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 20px;
}
.title01 span{
  position: relative;
  padding-left: 40px;
}
.title01 span::after{
  position: absolute;
  left:0;
  top: 12px;
  content: '';
  width: 30px;
  height:1px;  
  background-color: #333;
}
@media print, screen and (min-width: 768px){
  .title01{
    font-size: 1.7em;    
    margin-bottom: 30px;
  }
  .title01 span{
    padding-left: 75px;
  }
  .title01 span::after{
    top: 18px;
    width: 60px;
  }
}
@media print, screen and (min-width: 992px){
  .title01{
    font-size: 2.0em;    
    margin-bottom: 50px;
  }
  .title01 span{
    padding-left: 85px;
  }
  .title01 span::after{
    top: 22px;
    width: 70px;
  }
}
@media print, screen and (min-width: 1200px){
  .title01{
    margin-bottom: 60px;
  }
  .title01 span{
    padding-left: 110px;
  }
  .title01 span::after{
    width: 90px;
  }
}
@media print, screen and (min-width: 1500px){
  .title01{
    font-size: 2.3em;
    margin-bottom: 80px;
  }
  .title01 span::after{
    top:28px;
  }
}

.title01_w{
  font-size: 1.2em;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
.title01_w span{
  position: relative;
  padding-left: 40px;
}
.title01_w span::after{
  position: absolute;
  left:0;
  top: 12px;
  content: '';
  width: 30px;
  height:1px;  
  background-color: #fff;
}
@media print, screen and (min-width: 768px){
  .title01_w{
    font-size: 1.7em;
    margin-bottom: 30px;
  }
  .title01_w span{
    padding-left: 75px;
  }
  .title01_w span::after{
    top: 15px;
    width: 60px;
  }
}
@media print, screen and (min-width: 992px){
  .title01_w{
    font-size: 2.0em;
    margin-bottom: 50px;
  }
  .title01_w span{
    padding-left: 85px;
  }
  .title01_w span::after{
    top: 20px;
    width: 70px;
  }
}
@media print, screen and (min-width: 1200px){
  .title01_w{
    font-size: 2.0em;
    margin-bottom: 60px;
  }
  .title01_w span{
    padding-left: 110px;
  }
  .title01_w span::after{
    width: 90px;
  }
}
@media print, screen and (min-width: 1500px){
  .title01_w{
    font-size: 2.3em;
    margin-bottom: 80px;
  }
  .title01_w span::after{
    top:25px;
  }
}

.title02{
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 10px;
  border-bottom:2px solid #333;  
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px){
  .title02{
    font-size: 1.2em;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 992px){
  .title02{
    font-size: 1.4em;    
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 1200px){
  .title02{
    padding-bottom: 20px;    
  }
}
@media print, screen and (min-width: 1500px){
  .title02{
    font-size: 1.5em;
  }
}

.title03{
  display: inline-block;
  background-color: #39bc1b;
  color: #fff;
  padding: 5px 10px;
  font-size: 1.0em;
  font-weight: 700;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px){
  .title03{
    font-size: 1.1em;
    padding: 5px 15px;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 992px){
  .title03{
    font-size: 1.2em;
    padding: 7px 15px;
  }
}
@media print, screen and (min-width: 1200px){
  .title03{
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 1200px){
  .title03{
    font-size: 1.3em;
  }
}

.title04{
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  color: #176105;
  position: relative;
}
.title04::after{
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #176105;
}
@media print, screen and (min-width: 768px){
  .title04{
    font-size: 1.7em;    
    margin-bottom: 50px;
  }
  .title04::after{
    bottom: -20px;
  }
}
@media print, screen and (min-width: 992px){
  .title04{
    font-size: 2.0em;    
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 1200px){
  .title04{
    margin-bottom: 60px;
  }
  .title04::after{
    bottom: -30px;
    width: 90px;
  }
}
@media print, screen and (min-width: 1500px){
  .title04{
    font-size: 2.3em;
    margin-bottom: 70px;
  }
  .title04::after{
    bottom: -35px;
  }
}


/* table
---------------------------------------------------- */
.table-style{
	width:100%;
}
.table-style th{
  display: block;
  vertical-align:middle;
  font-weight: 600;
	padding:10px 10px 5px 10px;
}
.table-style td{
  display: block;
	padding:0px 10px 10px 10px;
  border-bottom: 1px solid #ddd;
}
@media print, screen and (min-width: 768px){
  .table-style{
    border-top: none;
  }
  .table-style th{
    width: 35%;
    display: table-cell;
    padding: 15px 15px;
    border-bottom: 1px solid #ddd;
  }
  .table-style td{
    display: table-cell;
    padding: 15px 15px;
  }
}
@media print, screen and (min-width: 992px){
  .table-style th{
    width: 30%;
    padding: 20px 30px;
  }
  .table-style td{
    padding: 20px 30px;
  }
}

.table-style2{
	width:100%;
  border-collapse: collapse;
}
.table-style2 th{
  padding:5px 10px;
  vertical-align:middle;
  border: 1px solid #ddd;
  background-color: #eee;
  font-size: 0.9em;
  font-weight: 700;
  text-align: center;
}
.table-style2 td{
	padding:5px 10px;
  vertical-align:middle;
  border: 1px solid #ddd;
  background-color: #fff;
}
@media print, screen and (min-width: 992px){
  .table-style2{
    font-size: 1.0em;
  }
  .table-style2 th{
    padding: 10px 15px;
  }
  .table-style2 td{
    padding: 10px 15px;
  }
}

.table-style3{
	width:100%;
  border-bottom: 1px solid #333;
}
.table-style3 th{
	text-align:left;
  font-weight: 500;
  padding-bottom: 5px;
}
.table-style3 td{
  text-align: right;
  padding-bottom: 5px;
}
@media print, screen and (min-width: 992px){
  .table-style3 th{
    padding-bottom: 10px;
  }
  .table-style3 td{
    padding-bottom: 10px;
  }
}


.table-wrap {
  width: 100%;
  overflow-x: scroll;
  white-space: nowrap;
  /*scrollbar-color: #39bc1b #eee;
  scrollbar-width: thin;*/
}
.table-wrap::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.table-wrap::-webkit-scrollbar-thumb {
  background: #39bc1b;
  border-radius: 10px;
}
.table-wrap::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 10px;
}
.table-wrap::after{
  font-size: 0.9em;
  display: block;
  padding: 2px 0px;
  content: "表は左右にスクロールできます";
  color: #999;
}
@media print, screen and (min-width: 992px){
  .table-wrap {
    overflow-x: hidden;
    white-space:normal;
  }
  .table-wrap::after{
    display: none;
  }
}


/* ボタン
---------------------------------------------------- */
.btn-style{
  display: inline-block;
  background: url("../images/arrow.png") no-repeat right 20px center #fff;
  border: 1px solid #333;
  padding: 10px 0px;
  width: 250px;
  text-align: center;
  transition: all .2s linear;
  font-size: 1.05em;
  font-weight: 700;
}
.btn-style:link,
.btn-style:visited{ text-decoration: none;}
.btn-style:hover{background:url("../images/arrow.png") no-repeat right 10px center #fff;}
@media print, screen and (min-width: 768px){
  .btn-style{
    background: url("../images/arrow.png") no-repeat right 30px center;
    padding: 15px 0px;
    width: 300px;
    font-size: 1.1em;
  }
  .btn-style:hover{background:url("../images/arrow.png") no-repeat right 20px center;}
}
@media print, screen and (min-width: 1200px){
  .btn-style{
    background: url("../images/arrow.png") no-repeat right 40px center #fff;
    padding: 20px 0px;
    width: 350px;
  }
  .btn-style:hover{background:url("../images/arrow.png") no-repeat right 30px center #fff;}
}

.btn-style2{
  position: relative;
  overflow: hidden;
  display: inline-block;
  border: 1px solid #333;
  background-color: #fff;
  width: 250px;
  padding: 12px 30px;
  text-align: center;
  font-weight: 700;
  outline: none;
  transition: ease .2s;
}
.btn-style2 i{ margin-right: 10px;}
.btn-style2:link,
.btn-style2:visited{text-decoration: none;}
.btn-style2 span {
  position: relative;
  z-index: 3;
  color:#333;
}
.btn-style2:hover span{
  color:#333;
}
.btn-style2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background:#a0d2a6;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.btn-style2:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}
@media print, screen and (min-width: 992px) {
  .btn-style2{
    width:400px;
    padding: 18px 40px;
    font-size: 1.1em;
  }
}

.btn-detail{
  background-color: #fff;
  border: 1px solid #333;
  display: inline-block;  
  padding:5px 15px;
  font-size: 0.9em;
  text-align: center;
  transition: all 0.3s!important;
}
.btn-detail:link,
.btn-detail:visited{text-decoration: none;}
.btn-detail:hover{ opacity: 0.7;}

.btn-detail2{
  background-color: #fff;
  border: 1px solid #333;
  display: inline-block;  
  padding:5px 0px;
  width: 200px;
  font-size: 0.9em;
  text-align: center;
  transition: all 0.3s!important;
}
.btn-detail2:link,
.btn-detail2:visited{text-decoration: none;}
.btn-detail2:hover{ opacity: 0.7;}
@media print, screen and (min-width: 992px) {
  .btn-detail2{
    width: 250px;
  }
}

/* 戻るボタン */
.btn-back{
  margin-top: 20px;
  border-top:1px solid #ddd;
  padding-top: 15px;
}
.btn-back a{
  background-color: #666;
	padding:10px 0px;
	text-align:center;
	display:inline-block;
  border-radius: 50px;
  width: 250px;
}
.btn-back a:link,
.btn-back a:visited{ color:#fff;text-decoration:none}
.btn-back a:before{ content:" \f104";font-family: "Font Awesome 5 Free"; font-weight: 900;line-height:1.5em; padding-right:10px}
@media print, screen and (min-width: 768px) {
  .btn-back{
    margin-top: 40px;
    padding-top: 30px;
  }
  .btn-back a{
    width: 300px;
  }
}

/* マップへのボタン */
.btn-map{
	background-color:#333;
  border-radius: 50px;
	padding:10px 0px;
	text-align:center;
	display:block;
}
.btn-map:link,
.btn-map:visited{ color:#fff;text-decoration:none}
.btn-map:before{ content:" \f3c5";font-family: "Font Awesome 5 Free"; font-weight: 900; line-height:1.5em; padding-right:5px}
@media print, screen and (min-width: 768px) {
  .btn-map{ margin-top:12px; text-align:right}
  .btn-map{
    padding:10px 40px;
    display:inline;
  }
}


/* form
---------------------------------------------------- */
.table_form{
  width:100%;
  border-collapse:collapse;
  background-color: #fff;
  color: #333;
}
.table_form th{
  padding:15px 15px 5px 15px;
  vertical-align:middle;
  text-align:left;
  font-weight: 500;
  display: block;
}
.table_form td{
  border-bottom: 1px solid #ddd;
  padding:0px 15px 15px 15px;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .table_form th{
    border-bottom: 1px solid #ddd;
    padding:20px 0px 20px 20px;
    display:table-cell;
    width: 35%;
  }
  .table_form td{
    padding:20px 20px;
    display:table-cell;
  }
}
@media print, screen and (min-width: 992px) {
  .table_form th{
    font-size: 1.05em;
    width: 30%;
  }
}
@media print, screen and (min-width: 1200px) {
  .table_form th{
    padding:20px 0px 20px 30px;
    width: 25%;
  }
  .table_form td{
    padding:20px 30px;
  }
}

.table_form2{
  width:100%;
  border-collapse:collapse;
  background-color: #fff;
  border-bottom:1px solid #ddd;
}
.table_form2 th{
  border-top:1px solid #ddd;
  border-left:1px solid #ddd;
  border-right:1px solid #ddd;
  padding:5px 10px;
  background-color:#f5f5f5;
  vertical-align:top;
  text-align:left;
  display: block;
}
.table_form2 td{
  border-left:1px solid #ddd;
  border-right:1px solid #ddd;
  padding:5px 10px;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .table_form2 th{
    padding:10px 15px;
    vertical-align:middle;
    display:table-cell;
    width:32%;
  }
  .table_form2 td{
    border-top:1px solid #ddd;
    padding:10px 15px;
    display:table-cell;
  }
}
@media print, screen and (min-width: 992px) {
  .table_form2 th{
    padding:10px 20px;
    width:25%;
  }
  .table_form2 td{
    padding:10px 20px;
  }
}

/* 必須・任意 */
p.need:before{ content: "必須";background-color:#800; color:#fff;padding:3px 5px; font-size:11px; font-weight:normal; margin-right:5px;vertical-align:middle;border-radius: 3px;}
/*.table_form*/ th.need:after{ content: "必須";background-color:#800; color:#fff;padding:3px 5px; font-size:11px; font-weight:normal; line-height: normal;vertical-align:middle; float: right;border-radius: 3px;}
/*.table_form*/ th.any:after { content: "任意";background-color:#999; color:#fff;padding:3px 5px; font-size:11px; font-weight:normal; line-height: normal;vertical-align:middle; float: right; border-radius: 3px;}

/* テキストボックスのサイズ */
.form-xs{ width:90px!important;}
.form-s{width:120px!important}
.form-m,.form-l,.form100{width:100%!important}
.form-h{  width:100%; height: 100px;}
@media print, screen and (min-width: 768px) {
  .form-xs{ width:120px!important;}
  .form-s{width:200px!important}
  .form-m{width:300px!important}
  .form-h{ height:150px;}
}

/* フォーム関係タグの初期設定とデザイン */
input[type="checkbox"],
input[type="radio"]{vertical-align:text-top;}
label{font-weight: normal;}

input[type="text"],
input[type="password"],
select,
textarea{vertical-align:middle; line-height: 1.0em; border:1px solid #ddd; background-color: #fff; padding:14px; border-radius:4px;outline: none;}
input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus{border:1px solid #999;background-color:#f5f5f5;}

.form_slim input[type="text"],
.form_slim input[type="password"],
.form_slim select,
.form_slim textarea{padding:7px 7px;}

.need input[type="text"],
.need input[type="password"],
.need select,
.need textarea{border:1px solid #fcc;}
.need input[type="text"]:focus,
.need input[type="password"]:focus,
.need select:focus,
.need textarea:focus{border:1px solid #c00;background-color:#fff6f6;}

/* ラジオボタンのデザイン */
input[type="radio"] { 
  vertical-align: middle;
  display:none;
  width:20px;
  height:20px;
}
input[type="radio"]+label {
  display:inline-block;
  font-size:100%;
  border:1px solid #333;
  border-radius:5px;
  background:#fff;
  color:#333;
  line-height: 1.0em;
	padding:17px 12px;
  cursor: pointer;
  margin-bottom: 5px;
}
input[type="radio"]:checked+label {
  background:#333;
  color:#fff;
}
@media print, screen and (min-width: 1200px){
  input[type="radio"]+label {
    padding: 15px 25px;
  }
}

/* チェックボックスのデザイン */
input[type="checkbox"]+label{
	padding-left:	40px;	
	display:inline-block;
	cursor:	pointer;
	position:	relative;
}
input[type="checkbox"]+label:before {
	content:'';
	width:30px;	
	height:	30px;
	display:inline-block;
	position:	absolute;
	left:	0;
	background-color:	#fff;
  border: 1px solid #666;
	border-radius:5px;
}
input[type="checkbox"] {display:none;}
input[type="checkbox"]:checked + label:before {
	content:"\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
	font-size:20px;	
	color:#fff;
	background-color:	#666;
  vertical-align: middle;
  text-align: center;
}

/* placeholder */
::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
:-moz-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #999;
}

/* プライバシーポリシー */
.contact_privacy{
	height:300px;
	overflow:auto;
	font-size:0.9em;
	line-height:1.5em;
	background-color:#fff;
  border: 1px solid #ddd;
	padding:15px;
}
.contact_privacy h3{
	font-size:1.4em;
	text-align:center;
	line-height:normal;
	margin-bottom:10px;
}
.contact_privacy h3 span{
  display: block;
  font-size: 80%;
}
.contact_privacy h4{
	margin-top:15px;
	overflow:hidden;
  font-size: 100%;
  font-weight: bold;
	margin-bottom:15px
}
.contact_privacy h4 span {
  position: relative;
  display: inline-block;
  margin-right: 0 2.5em;
  padding-right:0.5em;
  text-align: left;
}
.contact_privacy h4 span::before,
.contact_privacy h4 span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 800%;
  height: 1px;
  background-color: #333;
}
.contact_privacy h4 span::before { right: 100%;}
.contact_privacy h4 span::after { left: 100%;}
.contact_privacy ul,
.contact_privacy ol{
  margin-left: 20px;
}
@media print, screen and (min-width: 768px) {
  .contact_privacy{
    padding:30px;
  }
  .contact_privacy h3{
    font-size:1.5em;
    margin-bottom:20px;
  }
}

/* buttonのデザイン */
input[type="button"],input[type="submit"]{-webkit-appearance: none; border-radius: 0;}/* iosのグラデ、角丸解除 */
.submit{
	width:100%;
	display:block;
	background-color:#666;
	border:1px solid #666;
	color: #fff;
	font-weight:normal;
	cursor:pointer;
	padding:10px 20px;
  border-radius: 40px;
  font-size: 0.8em;
}
.submit2{
	display:block;
	background-color:#fff;
	border:1px solid #333;
  color: #333!important;
  font-weight: 600;
	cursor:pointer;
	padding:10px 0px;
  width: 100%;
}
.submit2-2{
	display:block;
	background-color:#333;
	border:1px solid #333;
  color: #fff;
  font-weight: 600;
	cursor:pointer;
	padding:10px 0px;
  width: 100%;
}
.submit3{
	display:inline-block;
	background-color:#888;
	border:1px solid #888;
  border-radius: 4px;
  /*font-size: 0.8em;*/
  font-weight: 700;
	color: #fff;
	cursor:pointer;
	padding:4px 10px;
}
.submit4{
	display:inline-block;
  background: none;
  border: none;
  font-size: 0.9em;
  font-weight: 600;
	color: #333;
	cursor:pointer;
}
@media print, screen and (min-width: 768px) {
  .submit{
    width:auto;
    display:inline-block;
    padding:12px 50px;
    height:auto;
    font-size: 0.9em;
  }
  .submit2,
  .submit2-2{
  	padding:15px 0px;
    transition: 0.3s ease;
  }
  .submit2:hover,
  .submit2-2:hover{ opacity: 0.7;}
}
@media print, screen and (min-width: 992px) {
  .submit{
    padding:13px 80px;
    font-size: 1.0em;
  }
  .submit2,
  .submit2-2{
  	padding:20px 0px;
  }
  .submit3{
    padding:2px 7px;
  }
}

  
/* CMSページ関係
---------------------------------------------------- */
/* 縦横比固定 */
.photo-ofi {
	height: 0;
	display: block;
	padding-bottom: 75%; /* 高さを指定（ボックスの横幅を基準） */
	background-color: transparent;
	overflow: hidden;
	position: relative;
	/*margin-bottom: 10px;*/
}
.photo-ofi img {
  max-width: inherit;
	max-height: inherit;
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	font-family: 'object-fit: scale-down;';
	position: absolute;
	left: 0;
	top: 0;
}

/* paging */
div.paging{
  margin-top: 20px;
  text-align: center;
  line-height: normal;
  font-size: 0.9em;
  font-weight: 700;
}
div.paging span.current,
div.paging span.paging-text{
  margin:0px;
  /*background-color: #fff;*/
  color:#333;
  zoom:1;
  display:inline-block;
  overflow:hidden;
  text-decoration:none;
  border-radius: 5px;
}
div.paging span.paging-text a{
  padding:5px 8px;
  display:block;
  color: #333;
  border: 1px solid #fff;
  border-radius: 5px;
}
div.paging span.current{
  background-color: #333;
  border: 1px solid #666;
  color:#fff;
  zoom:1;
  padding:5px 8px;
  text-decoration:none;
  display:inline-block;
  cursor:pointer;
}
div.paging span.paging-text a:hover{
  /*background-color: #eee;*/
  color: #333;
  border: 1px solid #666;
  text-decoration:none;
  cursor:pointer;
}
@media print, screen and (min-width: 768px) {
  div.paging{
    margin-top: 30px;
  }
  div.paging span.paging-text a{
    padding:10px 15px;
  }
  div.paging span.current{
    padding:10px 15px;
  }
}
@media print, screen and (min-width: 1200px) {
  div.paging{
    margin-top: 50px;
  }
}


/* googlemap
---------------------------------------------------- */
.googlemap{
  /*border: 2px solid #333;*/
}
.googlemap iframe{
  height: 300px;
}
@media print, screen and (min-width: 768px){
  .googlemap iframe{
    height: 400px;
  }
}
@media print, screen and (min-width: 992px){
  .googlemap iframe{
    height: 500px;
  }
}
@media print, screen and (min-width: 1200px){
  .googlemap iframe{
    height: 600px;
  }
}


/* common
---------------------------------------------------- */
a img{transition: 0.3s ease;}
a:hover img {	opacity:0.7;}
.img-round{border-radius: 10px;}
@media print, screen and (min-width: 768px){
  .img-round{border-radius: 15px;}
}
@media print, screen and (min-width: 992px){
  .img-round{border-radius: 20px;}
}
.img-100 img{ width: 100%;}

iframe{ vertical-align: bottom;}

.box{
  border: 1px solid #176105;
  border-radius: 0.25rem;
  padding: 20px;
}
@media print, screen and (min-width: 768px) {
  .box{ padding:30px;}
}
@media print, screen and (min-width: 992px) {
  .box{padding: 40px;}
}
@media print, screen and (min-width: 1200px) {
  .box{padding: 50px 60px;}
}

.box2{
  background-color: #f5f5f5;
  border-radius: 0.25rem;
  padding: 15px;
}
@media print, screen and (min-width: 768px) {
  .box2{padding: 20px 30px;}
}
@media print, screen and (min-width: 992px) {
  .box2{padding: 20px 30px;}
}@media print, screen and (min-width: 1200px) {
  .box2{ padding: 20px 40px;}
}

.box3{
  border: 1px solid #a0d2a6;
  border-radius: 0.25rem;
  padding: 20px;
}
@media print, screen and (min-width: 768px) {
  .box3{ padding:30px;}
}
@media print, screen and (min-width: 992px) {
  .box3{padding: 30px 40px;}
}
@media print, screen and (min-width: 1200px) {
  .box3{padding: 40px 60px;}
}

.f-left {float: left;}
.f-right {float: right;}

.ul-check li{
  list-style: none;
  text-indent:-1.5em; 
  margin-left:1.5em;
}
.ul-check li:before{ content:" \f058";font-family: "Font Awesome 5 Free"; font-weight: 900;line-height:1.5em; padding-right:7px; color: #0579b7;}

.ol-kakko{
	margin-left: 30px; /* サイトに合せて調整 */
}
.ol-kakko li{
  list-style-type: none;
	counter-increment: cnt;
  position: relative;
  margin-bottom: 5px;
}
.ol-kakko li::before {
	content: "(" counter(cnt) ") ";
  display:inline-block;
	margin-left:-3.5em; /* サイトに合せて調整 */
	width: 3em; /* サイトに合せて調整 */
  text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}

.ol-round{
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ol-round li{
  line-height: 1.5em;
  padding-left: 35px;
  position: relative;
  margin-bottom: 8px;
}
.ol-round li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #888;
  /*border: 1px solid #333;*/
  color: #fff;
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  width: 24px;
  /*font-size: 0.9em;*/
  line-height: 1.0em;
  letter-spacing: normal;
  position: absolute;
  top: 0;
  left: 0;
}

.lsn{ list-style: none;}
.lss{ list-style: square;}
.lsa{ list-style: upper-alpha;}
.block{ display:block}
.dib{ display: inline-block!important;}
.bold{ font-weight:bold;}
.fw400{ font-weight: 400;}
.fw500{ font-weight: 500;}
.fw600{ font-weight: 600;}
.fw700{ font-weight: 700;}
.fw800{ font-weight: 800;}
.fw900{ font-weight: 900;}
.fsn{ font-style: normal;}
.lh16{ line-height: 1.6em;}
.lh18{ line-height: 1.8em;}
.lh20{ line-height: 2.0em;}
.lh22{ line-height: 2.2em;}
.indent{ text-indent:-1em; margin-left:1em;}
.lesp{ letter-spacing: 0.35em;}
.tdn a:link,
.tdn a:visited{ text-decoration: none;}
.db-mobile{ display: block;}
@media print, screen and (min-width: 992px) {.db-mobile{ display: inline;}}

/* フォントサイズ */
.xx-small{ font-size:0.6em;font-weight:normal;}
.x-small{ font-size:0.8em;font-weight:normal;}
.small{font-size:0.85em;line-height:1.5em; font-weight:normal;}
.fs70{ font-size: 0.7em;}
.fs80{ font-size: 0.8em;}
.fs90{ font-size: 0.9em;}
.fs100{ font-size: 1.0em;}
.fs105{ font-size: 1.05em;}
.fs110{ font-size: 1.1em;}
.fs120{ font-size: 1.2em;}
.fs130{ font-size: 1.3em;}
.middle{font-size:1.1em;}
@media print, screen and (min-width: 768px) {.middle{font-size:1.2em;}}
@media print, screen and (min-width: 992px) {.middle{font-size:1.3em;}}
@media print, screen and (min-width: 1200px) {.middle{font-size:1.4em;}}
@media print, screen and (min-width: 1500px) {.middle{font-size:1.5em;}}
.large{font-size:1.6em;}
@media print, screen and (min-width: 768px) {.large{font-size:2.0em;}}
@media print, screen and (min-width: 992px) {.large{font-size:2.4em;}}
@media print, screen and (min-width: 1200px) {.large{font-size:2.4em;}}
@media print, screen and (min-width: 1500px) {.large{font-size:2.4em;}}
.x-large{font-size:1.6em; line-height: 1.8em;}
@media print, screen and (min-width: 768px) {.x-large{font-size:2.0em;}}
@media print, screen and (min-width: 992px) {.x-large{font-size:2.4em;}}
@media print, screen and (min-width: 1200px) {.x-large{font-size:2.3em;}}
@media print, screen and (min-width: 1500px) {.x-large{font-size:2.5em;}}
@media print, screen and (min-width: 768px) {.sentence{ font-size: 1.05em; line-height: 1.8em;}}
@media print, screen and (min-width: 992px) {.sentence{ font-size: 1.1em; line-height: 2.2em;}}
@media print, screen and (min-width: 1200px) {.sentence{ font-size: 1.15em; line-height: 2.2em;}}

/* カラー */
.red{ color:#800;}
.white{ color: #fff!important;}
.white a:link,
.white a:visited{ color: #fff!important;}
.gray{ color:#999;}
.green{ color: #39bc1b;}
.darkgreen{ color: #176105;}
.darkgreen a:link,
.darkgreen a:visited{ color: #176105;}

.bg-color01{ background-color: #2aa99b;}

.color_pdf{ color: #c03;}
.color_excel{ color: #063;}
.color_word{ color: #339;}
.color_ppt{ color: #f93;}
.color_zip{ color: #fc6;}

/* サイズ指定 */
.w-8{ width:8%}
.w-10{ width:10%}
.w-13{ width:13%}
.w-15{ width:15%}
.w-17{ width:17%}
.w-20{ width:20%}
.w-25{ width:25%}
.w-30{ width:30%}
.w-40{ width:40%}
.w-48{ width:48%}
.w-50{ width:50%}
.w-60{ width:60%}
.w-70{ width:70%}
.w-80{ width:80%}

.mb05{ margin-bottom:5px}
.mb10{ margin-bottom:10px}
.mb15{ margin-bottom:15px}
.mb20{ margin-bottom:20px}
.mb30{ margin-bottom:30px}
.mb40{ margin-bottom:40px}
.mb80{ margin-bottom:80px}
.mt05{ margin-top:5px}
.mt10{ margin-top:10px}
.mt15{ margin-top:15px}
.mt20{ margin-top:20px}
.mt30{ margin-top:30px}
.ml05{ margin-left:5px}
.ml10{ margin-left:10px}
.ml18{ margin-left:18px}
.ml20{ margin-left:20px}
.mr05{ margin-right:5px}
.mr10{ margin-right:10px}
.mr15{ margin-right:15px}
.mr20{ margin-right:20px}

.mb-xs{ margin-bottom: 15px;}
@media print, screen and (min-width: 576px) { .mb-xs{ margin-bottom: 0px;}}
.mb-sp{ margin-bottom: 15px;}
@media print, screen and (min-width: 768px) { .mb-sp{ margin-bottom: 0px;}}
.mb-mobile{ margin-bottom: 15px;}
@media print, screen and (min-width: 768px) { .mb-mobile{ margin-bottom: 30px;}}
@media print, screen and (min-width: 992px) { .mb-mobile{ margin-bottom: 0px;}}
.mb-pc{ margin-bottom: 30px;}
@media print, screen and (min-width: 1200px) { .mb-pc{ margin-bottom: 0px;}}

.content{ padding: 40px 0px;}
@media print, screen and (min-width: 768px) {.content{padding: 70px 0px;}}
@media print, screen and (min-width: 992px) {.content{padding: 90px 0px;}}
@media print, screen and (min-width: 1200px) {.content{padding: 100px 0px 130px;}}
@media print, screen and (min-width: 1500px) {.content{padding: 130px 0px 160px;}}

.content-bg{background:url("../images/bg_green.jpg")repeat; padding: 40px 0px;}
@media print, screen and (min-width: 768px) {.content-bg{padding: 70px 0px;}}
@media print, screen and (min-width: 992px) {.content-bg{padding: 90px 0px;}}
@media print, screen and (min-width: 1200px) {.content-bg{padding: 100px 0px 130px;}}
@media print, screen and (min-width: 1500px) {.content-bg{padding: 130px 0px 160px;}}

.mtop{ margin-top: 40px;}
@media print, screen and (min-width: 768px) { .mtop{ margin-top: 70px;}}
@media print, screen and (min-width: 992px) { .mtop{ margin-top: 90px;}}
@media print, screen and (min-width: 1200px) { .mtop{ margin-top: 100px;}}
@media print, screen and (min-width: 1500px) { .mtop{ margin-top: 130px;}}

.mbottom{ margin-bottom: 40px;}
@media print, screen and (min-width: 768px) { .mbottom{ margin-bottom: 70px;}}
@media print, screen and (min-width: 992px) { .mbottom{ margin-bottom: 90px;}}
@media print, screen and (min-width: 1200px) { .mbottom{ margin-bottom: 130px;}}
@media print, screen and (min-width: 1500px) { .mbottom{ margin-bottom: 160px;}}
.mbottom2{ margin-bottom: 30px;}
@media print, screen and (min-width: 768px) { .mbottom2{ margin-bottom: 40px;}}
@media print, screen and (min-width: 992px) { .mbottom2{ margin-bottom: 50px;}}
@media print, screen and (min-width: 1200px) { .mbottom2{ margin-bottom: 60px;}}
@media print, screen and (min-width: 1500px) { .mbottom2{ margin-bottom: 90px;}}
.mbottom3{ margin-bottom: 15px;}
@media print, screen and (min-width: 768px) { .mbottom3{ margin-bottom: 30px;}}
@media print, screen and (min-width: 992px) { .mbottom3{ margin-bottom: 40px;}}
@media print, screen and (min-width: 1200px) { .mbottom3{ margin-bottom: 50px;}}
.mbottom4{ margin-bottom: 15px;}
@media print, screen and (min-width: 768px) { .mbottom4{ margin-bottom: 20px;}}
@media print, screen and (min-width: 992px) { .mbottom4{ margin-bottom: 30px;}}
@media print, screen and (min-width: 1200px) { .mbottom4{ margin-bottom: 30px;}}

@media print, screen and (min-width: 992px){
  .yohaku_top{ margin-top: 30px;}
  .yohaku_left{ margin-left: 30px;}
  .yohaku_right{ margin-right: 30px;}
}
@media print, screen and (min-width: 1200px){
  .yohaku_top{ margin-top: 60px;}
  .yohaku_left{ margin-left: 60px;}
  .yohaku_right{ margin-right: 60px;}
}
@media print, screen and (min-width: 1500px){
  .yohaku_left{ margin-left: 90px;}
  .yohaku_right{ margin-right: 90px;}
}


/* 左右の余白
---------------------------------------------------- */
/*左右の余白*/
@media print, screen and (min-width: 768px){
	.yohaku{
		margin-left: 8.333333%;
		margin-right: 8.333333%;
	}
}
@media print, screen and (min-width: 1500px){
	.yohaku{
		margin-left: 16.666667%;
		margin-right: 16.666667%;
	}
}

/*左右の余白2*/
@media print, screen and (min-width: 768px){
	.yohaku2{
		margin-left: 8.333333%;
		margin-right: 8.333333%;
	}
}


/* fotorama
---------------------------------------------------- */
.fotorama__caption__wrap{
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  background-color: rgba(255,255,255,0.7)!important;
}
@media print, screen and (min-width: 768px){
  .fotorama__caption__wrap{
    padding: 15px 20px!important;
    font-size: 1.1em;
  }
}
@media print, screen and (min-width: 992px){
  .fotorama__caption__wrap{
    padding: 15px 30px!important;
    font-size: 1.2em;
  }
}
@media print, screen and (min-width: 1200px){
  .fotorama__caption__wrap{
    padding: 15px 40px!important;
  }
}

.aisatsu-title1{
  font-size: 1.2em;
  margin-bottom: .5em;
}

.aisatsu-title2{
font-size: 1.5em;
width: 100%;
display: block;
margin: 0 auto;
}

.aisatsu-title3{
  font-size: 1.5em;
  width: 100%;
  display: block;
margin: 0 auto 1em auto;
}
@media print, screen and (min-width: 992px){
  .aisatsu-title2{
width: 70%;
}
  .aisatsu-title3{
  text-align: right;
  width: 70%;
}
}

@media print, screen and (min-width: 992px){
  .shigin-caption{
  text-align: center;
}
}

.nintei-ad{
  white-space: nowrap;
}