@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}

.navbar {
  margin-bottom:0px;
  border:none;
}
.table-striped > tbody > tr:nth-of-type(odd) { background-color: #efefef;}
.table{ margin-bottom:30px}
.table th{ width:30%}

@media (min-width: 768px) {.btn-group-vertical a{ padding-top:15px;padding-bottom:15px}}


/* 全体構造
---------------------------------------------------- */
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:2px dashed #e2ddc5;
  margin:0;
  padding:0;
	/*margin-bottom:30px*/
}
/*@media print, screen and (min-width: 768px){ hr { margin-bottom:40px}}
@media print, screen and (min-width: 992px){ hr { margin-bottom:50px}}
@media print, screen and (min-width: 1200px){ hr { margin-bottom:60px}}*/

body{
  font-size:0.85em;
  line-height:1.8em;
	font-family: "Noto Sans JP", 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.0em;
  }
}


/* webfont
---------------------------------------------------- */
.gfont-e{ font-family: "Abril Fatface", serif; font-weight: 400;}
.gfont-j{ font-family: "Noto Serif JP", serif;}
.gfont-j2{ font-family: "Yuji Mai", serif; font-weight: 400;}


/* link
---------------------------------------------------- */
a:link,a:visited,a:active{text-decoration:underline; color:#333;}
a:hover{text-decoration:none;}

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

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


/* header
---------------------------------------------------- */
header{
	width: 100%;
	z-index: 1;
	margin: 0;
  position: absolute;
	top: 15px;
	left: 15px;
	/*right: 0;*/
}
h1{
  margin-bottom: 10px;
}
h1 img{ 
  width: 90px;
}
header p{
  font-size: 8px;
  line-height: 1.0em;
  padding-right: 10px;
  margin-bottom: 20px;
}
.main_massage{
  position: relative;
  height: 100px;
  white-space: nowrap;
}
.main_massage h2{
  display: inline;
  position: absolute;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  left: 3%;
  top: 10%;  
  text-align: right;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.9em;
}
.main_massage h2 span{
  display: inline-block;
  border-right: 2px solid #b49531;
  padding-top: 5px;
}
@media print, screen and (min-width: 768px) {
  header{
    top: 30px;
    left: 30px;
  }
  h1 img{ 
    width: 150px;
  }
  header p{
    font-size: 9px;
    margin-bottom: 40px;
  }
  .main_massage h2{
    left: 10%;
    top: 20%;  
    font-size: 2.5em;
  }
  .main_massage h2 span{
    border-right: 3px solid #b49531;
    padding-top: 10px;    
  }
}
@media print, screen and (min-width: 992px) {
  header{
    top: 40px;
    left: 50px;
  }
  h1 img{ 
    width: 200px;
  }
  header p{
    font-size: 10px;
  }
  .main_massage h2{
    top: 30%;  
    font-size: 3.0em;
  }
}
@media print, screen and (min-width: 1200px) {
  header{
    top: 50px;
    left: 70px;
  }
  h1 img{ 
    width: 250px;
  }
  header p{
    font-size: 12px;
  }
  .main_massage h2{
    top: 50%;  
    font-size: 3.4em;
  }
}
@media print, screen and (min-width: 1500px) {
  header{
    top: 60px;
    left: 90px;
  }
  h1{
    margin-bottom: 15px;
  }
  h1 img{ 
    width: auto;
  }
  header p{
    font-size: 12.5px;
  }
  .main_massage h2{
    font-size: 3.7em;
  }
  
}


/* 印刷設定 */
@media print{
  header{position: static;}
  nav{ font-size:0.9em;}
}


/* mainimage
---------------------------------------------------- */
#mainimage{
  position: relative;
  margin-right: -15px;
}
.swiper-container {
  width: 100%;
  height: 300px;
}
.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;
}
@media print, screen and (min-width: 768px){
  .swiper-container{
    height: 400px;
  }
}
@media print, screen and (min-width: 992px){
  .swiper-container{
    height: 500px;
  }  
}
@media print, screen and (min-width: 1200px){
  .swiper-container{
    height: 600px;
  }  
}
@media print, screen and (min-width: 1500px){
  .swiper-container{
    height: 700px;
  }  
}


/* pankuzu
---------------------------------------------------- */
.pankuzu{
  padding-top: 15px;
  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;}


/* footer_contact
---------------------------------------------------- */
.footer_contact{
  background: url("../images/bg_footer_contact.jpg") no-repeat center top #eee;
  background-size: cover;
  padding: 60px 0px 0px;
}
.footer_contact_inr{
  border-top: 3px solid #b49531;
  background-color: #fff;
  padding: 0px 15px 30px;
}
.footer_contact h3{
  font-size: 0.9em;
  font-weight: 600;
  text-align: center;
  position: relative;
  padding-top: 45px;
  margin-bottom: 10px;
}
.footer_contact h3 span{
  display: block;
  font-family: "Abril Fatface", serif; font-weight: 400;
  color: #b49531;
  font-size: 2.2em;
  margin-bottom: 5px;
}
.footer_contact h3::after{
  position: absolute;
  left:0;
  right: 0;
  top: 0;
  margin: auto;
  content: '';
  width: 1px;
  height:40px;  
  background-color: #b49531;
}
.footer_contact p{
  text-align: center;
  margin-bottom: 20px;
}
.footer_contact_tel{
  display: block;
  font-family: "Abril Fatface", serif; font-weight: 400;
  font-size: 2.0em;
  text-align: center;
}
.footer_contact_mail{
  display: block;
  background-color: #1b3c8d;
  text-align: center;
  padding: 15px 0px;
  max-width: 270px;
  margin: 5px auto 0px;
  font-weight: 500;
  transition: 0.3s ease;
}
.footer_contact_mail:link,
.footer_contact_mail:visited{ text-decoration: none;color:#fff;}
@media print, screen and (min-width: 768px){
  .footer_contact{
    padding: 60px 0px 0px;
  }
  .footer_contact_inr{
    padding: 0px 30px 30px;
  }
  .footer_contact h3{
    padding-top: 65px;
  }
  .footer_contact h3 span{
    font-size: 2.2em;    
  }
  .footer_contact h3::after{
    height: 60px;
  }
  .footer_contact_tel{
    margin-top: 15px;
  }
  .footer_contact_mail{
    padding: 20px 0px;
    max-width: 320px;
    margin: 0px auto;
  }
  .footer_contact_mail:hover{ background-color: #b49531;}
}
@media print, screen and (min-width: 992px){
  .footer_contact{
    padding: 90px 0px 0px;
  }
  .footer_contact_inr{
    padding: 0px 40px 40px;
  }
  .footer_contact h3{
    font-size: 1.0em;
  }
  .footer_contact h3 span{
    font-size: 2.6em;
    margin-bottom: 10px;
  }
  .footer_contact_tel{
    font-size: 2.2em;
  }
}
@media print, screen and (min-width: 1200px){
  .footer_contact{
    padding: 130px 0px 0px;
  }
  .footer_contact_inr{
    padding: 0px 60px 60px;
  }
  .footer_contact h3{
    padding-top: 90px;
  }
  .footer_contact h3 span{
    font-size: 2.8em;
  }
  .footer_contact h3::after{
    height: 80px;
  }
}
@media print, screen and (min-width: 1500px){
  .footer_contact{
    padding: 160px 0px 0px;
  }
  .footer_contact_inr{
    background-size: auto;
    padding: 0px 90px 80px;
  }
  .footer_contact h3{
    padding-top: 110px;
  }
  .footer_contact h3 span{
    font-size: 3.2em;
  }
  .footer_contact h3::after{
    height: 100px;
  }
  .footer_contact_tel{
    margin-top: 20px;
  }
  .footer_contact_mail{
    padding: 25px 0px;
  }
}


/* footer
---------------------------------------------------- */
footer{
  background:#eee;  
  font-size: 0.9em;
  padding: 30px 0px;
}
footer h3{
  margin-bottom: 20px;
}
footer h3 img{
  display: inline-block;
  width: 150px;
}
footer h3 i{
  display: inline-block;
  margin-left: 30px;
}
footer a:link,
footer a:visited{text-decoration: none; color: #333;}
@media print, screen and (min-width: 768px){
  footer{
    padding: 40px 0px;
  }
  footer h3{
    margin-bottom: 30px;
  }
  footer h3 img{
    width: 200px;
  }

}
@media print, screen and (min-width: 992px){
  footer{
    padding: 50px 0px;
  }
  footer h3 img{
    width: 220px;
  }
}
@media print, screen and (min-width: 1200px){
  footer{
    padding: 60px 0px;
  }
  footer h3{
    margin-bottom: 40px;
  }
  footer h3 img{
    width: 240px;
  }
}
@media print, screen and (min-width: 1500px){
  footer{
    padding: 80px 0px;
  }
  footer h3 img{
    width: 260px;
  }
}

@media print, screen and (min-width: 768px) {
  .footer-textlink{
    margin-bottom: 20px;
  }
  .footer-textlink li{
    display: inline-block;
    margin-right: 15px;
  }
  .footer-textlink li a:link,
  .footer-textlink li a:visited{ text-decoration: none; color: #333;}
  .footer-textlink li a:hover{ opacity: 0.7;}
}
@media print, screen and (min-width: 992px){
  .footer-textlink{
    border-left: 1px solid #ddd;
    padding-left: 30px;
    margin-bottom: 15px;
  }
  .footer-textlink li{
    display: block;
    margin-right: 0px;
  }
}
@media print, screen and (min-width: 1200px){
  .footer-textlink{
    padding-left: 40px;
    padding-bottom: 30px;
    margin-bottom: 0px;
  }
  .footer-textlink li{
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 1500px){
  .footer-textlink{
    padding-left: 60px;
    padding-bottom: 60px;
  }
}


/* copyright*/
footer small{
  margin-top: 15px;
  font-size: 0.85em;
  display: block;
  color: #999;
}
footer small i{ margin-right: 5px;}
@media print, screen and (min-width: 992px){
  footer small{
    margin-top: 20px;
  }
}


/* fixbtn
---------------------------------------------------- */
@media print, screen and (min-width: 768px){
  .fixbtn{
    position: fixed;
    right: 0;
    top: 40%;
  }
  .fixbtn a{   
    display: inline-block;
    background-color: #1b3c8d;
    padding: 30px 20px;     
    transition: 0.2s ease;
    z-index: 2;
  }
  .fixbtn a:link,
  .fixbtn a:visited{ text-decoration: none; color: #fff;}
  .fixbtn a:hover{ background-color: #b49531;}
  .fixbtn a:hover img{ opacity: 1;}
}
@media print, screen and (min-width: 992px){
}
@media print, screen and (min-width: 1200px){
  .fixbtn a{
    padding: 40px 25px;
  }
}
@media print, screen and (min-width: 1500px){
}


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


/* index.html（トップページ）
---------------------------------------------------- */
#top_news{
  background: url("../images/bg_concept.png") no-repeat bottom center #f4efe0;
  background-size: cover;
}
.top_news_img{
  background: url("../images/bg_top_news.png") no-repeat center top;
  background-size: cover;
  margin-left: -15px;
  margin-right: -30px;
  height: 100%;
}
.top_news_text{
  padding:30px 0px 30px 15px;
}
#top_news h2{
  font-size: 0.9em;
  font-weight: 600;
  position: relative;
  padding-left: 50px;
  margin-bottom: 15px;
}
#top_news h2 span{
  display: block;
  font-family: "Abril Fatface", serif; font-weight: 400;
  color: #b49531;
  font-size: 2.2em;
  margin-bottom: 5px;
}
#top_news h2::after{
  position: absolute;
  left:0;
  top: 15px;
  content: '';
  width: 40px;
  height:1px;  
  background-color: #b49531;
}
#top_news table{
	width:100%;
}
#top_news th{
  display: block;
  font-size: 0.8em;
  font-weight: 400;
}
#top_news th span{
  display: block;
  width: 150px;
  line-height: 1.0em;
  font-weight: 500;
  padding: 3px 0px;
  text-align: center;
  border: 1px solid #b49531;
  background-color: #fff;
  color: #b49531;  
}
#top_news td{
  display: block;
  font-size: 0.9em;
	padding-bottom:10px;
}
#top_news td em{
  font-style: normal;
  font-family: "Abril Fatface", serif; font-weight: 400;
  color: #8d1b1b;
  /*vertical-align: middle; */
  margin-right: 10px;
}
#top_news td a{
  display: block;
  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_img{
    margin-left: -8.333333%;
  }
  .top_news_text{
    padding:60px 60px 60px 60px;
  }
  #top_news h2{
    padding-left: 90px;
    margin-bottom: 20px;
  }
  #top_news h2 span{
    font-size: 2.2em;
    margin-bottom: 10px;
  }
  #top_news h2::after{
    top: 20px;
    width: 60px;
  }
  #top_news th{
    font-size: 0.9em;
  }
  #top_news th span{
    display: inline-block;
    margin-left: 15px;
    font-size: 0.8em;
  }
  #top_news td{
    padding-bottom:15px;
  }
}
@media print, screen and (min-width: 992px){
  .top_news_text{
    padding:90px 8.333333% 90px 60px;
  }
  #top_news h2{
    font-size: 1.0em;
    margin-bottom: 30px;
  }
  #top_news h2 span{
    font-size: 2.6em;
  }
  #top_news h2::after{
    top: 25px;
  }
  #top_news th{
    font-size: 1.0em;
  }
  #top_news td{
    padding-bottom:20px;
  }
}
@media print, screen and (min-width: 1200px){
  .top_news_img{
    background: url("../images/bg_top_news.png") no-repeat center bottom;
    background-size: cover;
  }
  .top_news_text{
    padding:110px 8.333333% 110px 110px;
  }
  #top_news h2{
    padding-left: 120px;
  }
  #top_news h2 span{
    font-size: 2.8em;
    margin-bottom: 15px;
  }
  #top_news h2::after{
    width: 80px;
  }
  top_news th{
    font-size: 1.0em;
  }
}
@media print, screen and (min-width: 1500px){
  #top_news{
    background-size: auto;
  }
  
  .top_news_text{
    padding:130px 8.333333% 130px 130px;
  }
  #top_news h2{
    padding-left: 150px;
    margin-bottom: 40px;
  }
  #top_news h2 span{
    font-size: 3.2em;
  }
  #top_news h2::after{
    top: 30px;
    width: 100px;
  }
}

#top_concept{
  padding: 30px 0px;
}
#top_concept h2{
  font-size: 0.9em;
  font-weight: 600;
  position: relative;
  padding-left: 50px;
  margin-bottom: 20px;
}
#top_concept h2 span{
  display: block;
  font-family: "Abril Fatface", serif; font-weight: 400;
  color: #b49531;
  font-size: 2.2em;
  margin-bottom: 5px;
}
#top_concept h2::after{
  position: absolute;
  left:0;
  top: 15px;
  content: '';
  width: 40px;
  height:1px;  
  background-color: #b49531;
}
#top_concept h3{
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.05em;
  line-height: 1.9em;
  margin-bottom: 15px;
}
#top_concept p{
  line-height: 2.2em;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px){
  #top_concept{
    padding: 60px 0px;
  }
  #top_concept h2{
    padding-left: 90px;
    margin-bottom: 30px;
  }
  #top_concept h2 span{
    font-size: 2.2em;
    margin-bottom: 10px;
  }
  #top_concept h2::after{
    top: 20px;
    width: 60px;
  }
  #top_concept h3{
    font-size: 1.2em;
    margin-bottom: 20px;
  }
  #top_concept p{
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 992px){
  #top_concept{
    padding: 90px 0px;
  }
  #top_concept h2{
    font-size: 1.0em;
    margin-bottom: 40px;
  }
  #top_concept h2 span{
    font-size: 2.6em;
  }
  #top_concept h2::after{
    top: 25px;
  }
  #top_concept h3{
    font-size: 1.3em;
  }
}
@media print, screen and (min-width: 1200px){
  #top_concept{
    padding: 110px 0px;
  }
  #top_concept h2{
    padding-left: 120px;
    margin-bottom: 50px;
  }
  #top_concept h2 span{
    font-size: 2.8em;
    margin-bottom: 15px;
  }
  #top_concept h2::after{
    width: 80px;
  }
  #top_concept h3{
    font-size: 1.4em;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 1500px){
  #top_concept{
    padding: 130px 0px;
  }
  #top_concept h2{
    padding-left: 150px;
    margin-bottom: 60px;
  }
  #top_concept h2 span{
    font-size: 3.2em;
  }
  #top_concept h2::after{
    top: 30px;
    width: 100px;
  }
  #top_concept h3{
    font-size: 1.6em;
    margin-bottom: 40px;
  }
  #top_concept p{
    font-size: 1.1em;
    line-height: 2.5em;
    margin-bottom: 30px;
  }
}

.bnr_led{
  display: block;
  background-color: #8d1b1b;
  padding: 20px;
}
.bnr_led:link,
.bnr_led:visited{ text-decoration: none;}
.bnr_led strong{
  display: block;
  font-size: 1.5em;
  font-weight: 900;
  color: #fce60f;
  margin-bottom: 5px;
}
.bnr_led p{
  font-weight: 700;
  color: #fff;
  line-height: 1.2em;
}
@media print, screen and (min-width: 768px){
  .bnr_led{
    padding: 30px;
  }
}
@media print, screen and (min-width: 992px){
  .bnr_led strong{
    font-size: 1.8em;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 1700px){
  .bnr_led{
    padding: 40px 60px;
  }
}

#top_service{
  padding: 0px 0px 30px;
}
#top_service h2,
#top_tagcolle h2{
  font-size: 0.9em;
  font-weight: 600;
  text-align: center;
  position: relative;
  padding-top: 45px;
  margin-bottom: 20px;
}
#top_service h2 span,
#top_tagcolle h2 span{
  display: block;
  font-family: "Abril Fatface", serif; font-weight: 400;
  color: #b49531;
  font-size: 2.2em;
  margin-bottom: 5px;
}
#top_service h2::after,
#top_tagcolle h2::after{
  position: absolute;
  left:0;
  right: 0;
  top: 0;
  margin: auto;
  content: '';
  width: 1px;
  height:40px;  
  background-color: #b49531;
}
#top_service p{
  line-height: 2.2em;
  padding: 0px 15px;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px){
  #top_service{
    padding: 0px 0px 60px;
  }
  #top_service h2,
  #top_tagcolle h2{
    padding-top: 65px;
    margin-bottom: 30px;
  }
  #top_service h2 span,
  #top_tagcolle h2 span{
    font-size: 2.2em;    
  }
  #top_service h2::after,
  #top_tagcolle h2::after{
    height: 60px;
  }
  #top_service p{
    margin: 0px 15px 30px;
    padding: 0px 8.333333%;
  }
}
@media print, screen and (min-width: 992px){
  #top_service{
    padding: 0px 0px 90px;
  }
  #top_service h2,
  #top_tagcolle h2{
    font-size: 1.0em;
    margin-bottom: 40px;
  }
  #top_service h2 span,
  #top_tagcolle h2 span{
    font-size: 2.6em;
    margin-bottom: 10px;
  }
  #top_service p{
    margin: 0px 15px 40px;
  }
}
@media print, screen and (min-width: 1200px){
  #top_service{
    padding: 0px 0px 110px;
  }
  #top_service h2,
  #top_tagcolle h2{
    padding-top: 90px;
    margin-bottom: 50px;
  }
  #top_service h2 span,
  #top_tagcolle h2 span{
    font-size: 2.8em;
  }
  #top_service h2::after,
  #top_tagcolle h2::after{
    height: 80px;
  }
  #top_service p{
    margin: 0px 15px 50px;
  }
}
@media print, screen and (min-width: 1500px){
  #top_service{
    padding: 0px 0px 130px;
  }
  #top_service h2,
  #top_tagcolle h2{
    padding-top: 110px;
    margin-bottom: 60px;
  }
  #top_service h2 span,
  #top_tagcolle h2 span{
    font-size: 3.2em;
  }
  #top_service h2::after,
  #top_tagcolle h2::after{
    height: 100px;
  }
  #top_service p{
    margin: 0px 15px 60px;
    line-height: 2.5em;
    text-align: center;
  }
}

/* カルーセル（slick） */  
/* slick調整 */
.slick-next{ right:0px!important; top: 45%!important;}
.slick-prev{ left:0!important;top: 45%!important;}
.slick-arrow{ z-index:2!important; }

.slick-prev:before{
  color: #333!important;  
  content:" \f053"!important;
  font-family: "Font Awesome 5 Free"!important; 
  font-weight: 900!important;
}
.slick-next:before{
  color: #333!important;
  content:" \f054"!important;
  font-family: "Font Awesome 5 Free"!important; 
  font-weight: 900!important;
}

.slick_box {
  margin: 0px 7.5px;
}
.slick_box a{
  display: inline-block;
	cursor: pointer;
  transition: all 0.3s ease 0s;
}
.slick_box a:hover{transform: translateY(20px);}
@media print, screen and (min-width: 768px){
  .slick_box {
    margin: 0px 15px;
  }
}
@media print, screen and (min-width: 992px){
}
@media print, screen and (min-width: 1200px){
  .slick_box {
    margin: 0px 20px;
  }
}
@media print, screen and (min-width: 1500px){
  .slick_box {
    margin: 0px 30px;
  }
}
/* カルーセル（slick） end */

.top_service01{ background: url("../images/bg_top_service01.jpg") no-repeat center; background-size: cover;}
.top_service02{ background: url("../images/bg_top_service02.jpg") no-repeat center; background-size: cover;}
.top_service03{ background: url("../images/bg_top_service03.jpg") no-repeat center; background-size: cover;}
.top_service04{ background: url("../images/bg_top_service04.jpg") no-repeat center; background-size: cover;}
.top_service05{ background: url("../images/bg_top_service05.jpg") no-repeat center; background-size: cover;}
.slick_box a{
  display: block;
  padding: 30px 0px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.1em;
}
.slick_box a img{
  width: 70px;
  margin: 0px auto 10px;
}
.slick_box a:link,
.slick_box a:visited{ text-decoration: none; color: #fff;}
@media print, screen and (min-width: 768px){
  .slick_box a{
    padding: 60px 0px;
    font-size: 1.2em;
  }
  .slick_box a img{
    width: 80px;
    margin: 0px auto 15px;
  }
}
@media print, screen and (min-width: 992px){
  .slick_box a{
    padding: 90px 0px;
    font-size: 1.5em;
  }
  .slick_box a img{
    width: 100px;
  }
}
@media print, screen and (min-width: 1200px){
  .slick_box a{
    padding: 110px 0px;
    font-size: 1.6em;
  }
  .slick_box a img{
    width: 120px;
  }
}
@media print, screen and (min-width: 1500px){
  .slick_box a{
    padding: 130px 0px;
    font-size: 1.7em;
  }
  .slick_box a img{
    width: auto;
  }
}


/* news.html
---------------------------------------------------- */
.news_table{
	width:100%;
}
.news_table th{
  display: block;
  font-size: 0.8em;
  padding-top:10px;
  font-weight: 400;
}
.news_table th span{
  display: block;
  width: 150px;
  line-height: 1.0em;
  font-weight: 500;
  padding: 3px 0px;
  text-align: center;
  border: 1px solid #b49531;
  background-color: #fff;
  color: #b49531;  
}
.news_table td{
  display: block;
  font-size: 0.9em;
	padding-bottom:10px;
  border-bottom: 1px solid #f4efe0;
}
.news_table td em{
  font-style: normal;
  font-family: "Abril Fatface", serif; font-weight: 400;
  color: #8d1b1b;
  /*vertical-align: middle; */
  margin-right: 10px;
}
.news_table td a{
  display: block;
  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{
    font-size: 0.9em;
  }
  .news_table th span{
    display: inline-block;
    margin-left: 15px;
    font-size: 0.8em;
  }
}
@media print, screen and (min-width: 992px){
  .news_table th{
    padding-top: 15px;
  }
  .news_table td{
    padding-bottom: 15px;
    font-size: 1.0em;
  }
}
@media print, screen and (min-width: 1200px){
  .news_table th{
    display: table-cell;
    border-bottom: 1px solid #f4efe0;
    padding: 15px 0px 15px 10px;
    width: 38%;
  }
  .news_table td{
    display: table-cell;
    padding: 15px 10px 15px 0px;
  }
}
@media print, screen and (min-width: 1700px){
  .news_table th{
    padding: 20px 0px 20px 10px;
    width: 35%;
  }
  .news_table td{
    padding: 20px 10px 20px 0px;
  }
}


/* detail.html
---------------------------------------------------- */
.detail_date{
  font-size: 0.8em;
  margin-bottom: 10px;
}
.detail_date span{
  display: inline-block;
  width: 150px;
  line-height: 1.0em;
  font-weight: 500;
  padding: 3px 0px;
  text-align: center;
  border: 1px solid #b49531;
  background-color: #fff;
  color: #b49531; 
  margin-left: 15px;
}
.detail_date em{
  font-style: normal;
  font-family: "Abril Fatface", serif; font-weight: 400;
  color: #8d1b1b;
  margin-left: 15px;
}
@media print, screen and (min-width: 768px){
}
@media print, screen and (min-width: 992px){
  .detail_date{
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 1200px){
  .detail_date span{
    margin-left: 15px;
  }
  .detail_date em{
    margin-left: 15px;
  }
}


/* business.html
---------------------------------------------------- */
.buusiness01{
  background: url("../images/bg_business01.jpg") no-repeat center top;
  background-size: contain;
  padding: 30px 0px;
}
.buusiness02{
  background: url("../images/bg_business02.jpg") no-repeat center top;
  background-size: contain;
  padding: 30px 0px;
}
.buusiness03{
  background: url("../images/bg_business03.jpg") no-repeat center top;
  background-size: contain;
  padding: 30px 0px;
}
.buusiness04{
  background: url("../images/bg_business04.jpg") no-repeat center top;
  background-size: contain;
  padding: 30px 0px;
}
.buusiness05{
  background: url("../images/bg_business05.jpg") no-repeat center top;
  background-size: contain;
  padding: 30px 0px;
}
@media print, screen and (min-width: 768px) {
  .buusiness01,
  .buusiness02,
  .buusiness03,
  .buusiness04,
  .buusiness05{    
    background-size: cover;
    padding: 60px 0px;
  }
}
@media print, screen and (min-width: 992px) {
  .buusiness01,
  .buusiness02,
  .buusiness03,
  .buusiness04,
  .buusiness05{
    
    padding: 90px 0px;
  }
}
@media print, screen and (min-width: 1200px) {
  .buusiness01,
  .buusiness02,
  .buusiness03,
  .buusiness04,
  .buusiness05{
    padding: 110px 0px;
  }
}
@media print, screen and (min-width: 1500px) {
  .buusiness01,
  .buusiness02,
  .buusiness03,
  .buusiness04,
  .buusiness05{
    padding: 130px 0px;
  }
}

.business_title{
  background: #1b3c8d;
}
.business_title h3{
  padding: 20px 0px;
  font-weight: 500;
  font-size: 1.5em;
  color: #fff;
}
.business_title h3 img{
  display: inline-block;
  margin-right: 20px;
  width: 70px;
  vertical-align: middle;
}
@media print, screen and (min-width: 768px){
  .business_title h3{
    padding: 40px 0px;
    font-size: 2.0em;
  }
  .business_title h3 img{
    margin-right: 30px;
    width: 100px;
  }
}
@media print, screen and (min-width: 992px){
  .bg1 h3{
    font-size: 2.2em;
  }
  .bg1 h3 img{
    width: 120px;
  }
  .bg2 h3 span{
    font-size: 2.5em;
  }
}
@media print, screen and (min-width: 1200px){
  .business_title h3{
    font-size: 2.4em;
  }
  .business_title h3 img{
    width:auto;
  }
}
@media print, screen and (min-width: 1500px){
  .business_title h3{
    font-size: 2.6em;
  }
}


/* company.html
---------------------------------------------------- */
.bg_title{
  background:#1b3c8d;
}
.bg_title h3{
  padding: 20px 0px;
  font-weight: 500;
  font-size: 0.9em;
  color: #fff;
}
.bg_title h3 span{
  display: block;
  font-family: "Abril Fatface", serif; font-weight: 400;
  font-size: 1.5em;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 768px){  
  .bg_title h3{
    padding: 40px 0px;
    font-size: 1.0em;
  }
  .bg_title h3 span{
    font-size: 2.0em;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 992px){
  .bg_title h3 span{
    font-size: 2.5em;
  }
}
@media print, screen and (min-width: 1200px){
  .bg_title h3 span{
    font-size: 3.0em;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 1500px){
  .bg_title h3 span{
    font-size: 3.5em;
  }
}


/* led.html
---------------------------------------------------- */
.bg-led{
  background:url("../images/bg_led01.jpg") no-repeat center;
  background-size: cover;
  padding: 30px 0px;}
@media print, screen and (min-width: 768px) {
  .bg-led{padding: 60px 0px;}}
@media print, screen and (min-width: 992px) {
  .bg-led{padding: 90px 0px;}}
@media print, screen and (min-width: 1200px) {
  .bg-led{padding: 110px 0px;}}
@media print, screen and (min-width: 1500px) {
  .bg-led{padding: 130px 0px;}}

.led_ul{
  display: flex;
  flex-wrap: wrap;
}
.led_ul li{
  display: block;
  width: calc(50% - 7.5px);
  margin-right: 15px;
  background-color: #fff;
  border:2px solid #b49531;
  padding: 15px;
  text-align: center;
  margin-bottom: 15px;
}
.led_ul li:nth-of-type(2n){ margin-right: 0px;}
.led_ul li p{
  margin-top: 5px;
  font-weight: 900;
}
@media print, screen and (min-width: 768px){
  .led_ul li{
    width: calc(25% - 11.25px);
    border:3px solid #b49531;
    padding: 20px 15px;
    margin-bottom: 0px;
  }
  .led_ul li:nth-of-type(2n){ margin-right: 15px;}
  .led_ul li:nth-of-type(4n){ margin-right: 0px;}
  .led_ul li p{
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 992px){
  .led_ul li{
    width: calc(25% - 22.5px);
    margin-right: 30px;
    padding: 30px 15px;
  }
  .led_ul li:nth-of-type(2n){ margin-right: 30px;}
  .led_ul li:nth-of-type(4n){ margin-right: 0px;}
  
}
@media print, screen and (min-width: 1200px){
}
@media print, screen and (min-width: 1500px){
  .led_ul li p{
    font-size: 1.1em;
  }
}

.led_title{
  background-color: #fce60f;
  color: #8d1b1b;
  padding: 15px;
  font-size: 1.1em;
  font-weight: 900;
}
.led_box{
  background-color: #fff;
  border-left:1px solid #fce60f;
  border-right:1px solid #fce60f;
  border-bottom:1px solid #fce60f;
  padding: 15px;
}
@media print, screen and (min-width: 768px){
  .led_title{
    padding: 20px 10px;
    font-size: 1.3em;
    text-align: center;
  }
  .led_box{
    padding: 30px;
  }
}
@media print, screen and (min-width: 992px){
  .led_title{
    font-size: 1.5em;
  }
  .led_box{
    padding: 40px;
  }
}
@media print, screen and (min-width: 1200px){
  .led_title{
    padding: 25px 10px;
    font-size: 1.7em;
  }
  .led_box{
    padding: 40px 60px;
  }
}
@media print, screen and (min-width: 1500px){
  .led_title{
    font-size: 1.9em;
  }
}

.bg-led2{
  background:url("../images/bg_led02.png") no-repeat left bottom;
  background-size: contain;
  padding-bottom: 15px;
}
@media print, screen and (min-width: 768px){
  .bg-led2{
    padding-bottom: 30px;
  }
}
@media print, screen and (min-width: 992px){
  .bg-led2{
    padding-bottom: 40px;
  }
}
@media print, screen and (min-width: 1200px){
  .bg-led2{
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 1500px){
  .bg-led2{
    padding-bottom: 60px;
  }
}

.bg-led3{
  background:url("../images/bg_led03.jpg") no-repeat right top #000;
  background-size: cover;
  padding: 40px 0px 0px;
}
.bg-led3 h3{
  font-size: 1.2em;
  font-weight: 900;
  line-height: 1.6em;
  margin-bottom: 15px;
}
.bg-led3_tel{
  display: block;
  font-family: "Abril Fatface", serif; font-weight: 400;
  font-size: 1.8em;
  color: #1b3c8d;
}
.bg-led3_mail{
  display: block;
  background-color: #1b3c8d;
  padding: 15px 0px;
  max-width: 250px;
  font-weight: 700;
  text-align: center;
  transition: 0.3s ease;
  margin-bottom: 40px;
}
.bg-led3_mail:link,
.bg-led3_mail:visited{ text-decoration: none; color: #fff;}

.led_contact_img{
  position: relative;
}
.led_contact_img img{
  position: absolute;
  right: 15px;
  bottom: 0;
  width: 130px;
}
@media print, screen and (min-width: 768px) {
  .bg-led3{
    padding: 60px 0px 0px;
  }
  .bg-led3 h3{
    font-size: 1.7em;
    text-align: center;
    line-height: 1.6em;
    margin-bottom: 50px;
  }
  .bg-led3_tel{
    font-size: 1.8em;
    margin-top: 5px;
    text-align: center;
  }
  .bg-led3 p{
    margin-top: 5px;
    text-align: center;
    margin-bottom: 60px;
  }
  .bg-led3_mail{
    padding: 20px 0px;
    max-width: 250px;
    margin: 0px auto 60px;
  }
  .bg-led3_mail:hover{ background-color: #b49531;}
  .led_contact_img2{
    position: relative;
  }
  .led_contact_img2 img{
    position: absolute;
    left: -5px;
    bottom: 0;
    display: block;
    width: 120px!important;
  }
}
@media print, screen and (min-width: 992px) {
  .bg-led3{
    padding: 90px 0px 0px;
  }
  .bg-led3 h3{
    font-size: 2.0em;
  }
  .bg-led3_tel{
    font-size: 2.5em;
  }
  .bg-led3 p{
    margin-bottom: 90px;
  }
  .bg-led3_mail{
    padding: 25px 0px;
    max-width: 300px;
    font-size: 1.1em;
    margin-bottom: 90px;
  }
  .led_contact_img2 img{
    width: 150px!important;
  }
}
@media print, screen and (min-width: 1200px) {
  .bg-led3{
    padding: 110px 0px 0px;
  }
  .bg-led3 h3{
    font-size: 2.4em;
    margin-bottom: 80px;
  }
  .bg-led3_tel{
    margin-top: 10px;
  }
  .bg-led3 p{
    margin-bottom: 110px;
  }
  .bg-led3_mail{
    padding: 30px 0px;
    max-width: 350px;
    margin-bottom: 110px;
  }
  .led_contact_img2 img{
    width: 200px!important;
  }
}
@media print, screen and (min-width: 1600px) {
  .bg-led3{
    padding: 110px 0px 0px;
  }
  .bg-led3 h3{
    font-size: 2.6em;
    margin-bottom: 100px;
  }
  .bg-led3_tel{
    font-size: 3.0em;
  }
  .bg-led3 p{
    margin-top: 10px;
    margin-bottom: 130px;
  }
  .bg-led3_mail{
    max-width: 400px;
    margin-bottom: 130px;
  }
}


/* tonan.html
---------------------------------------------------- */
.bg-tonan{
  background:url("../images/bg_tonan01.jpg") no-repeat top right #f4efe0;
  background-size: contain;
  padding: 30px 0px;}
@media print, screen and (min-width: 768px) {
  .bg-tonan{padding: 60px 0px;}}
@media print, screen and (min-width: 992px) {
  .bg-tonan{padding: 90px 0px;}}
@media print, screen and (min-width: 1200px) {
  .bg-tonan{padding: 110px 0px;}}
@media print, screen and (min-width: 1500px) {
  .bg-tonan{padding: 130px 0px;}}

.tonan_ul{
  display: flex;
  flex-wrap: wrap;
}
.tonan_ul li{
  display: block;
  width: calc(50% - 7.5px);
  margin-right: 15px;
  background-color: #fff;
  border:2px solid #b49531;
  padding: 15px;
  text-align: center;
  margin-bottom: 15px;
}
.tonan_ul li:nth-of-type(2n){ margin-right: 0px;}
.tonan_ul li p{
  margin-top: 5px;
  font-weight: 900;
  font-size: 0.9em;
}
@media print, screen and (min-width: 768px){
  .tonan_ul li{
    width: calc(33.333333% - 10px);
    border:3px solid #b49531;
    padding: 20px;
    margin-bottom: 0px;
  }
  .tonan_ul li:nth-of-type(2n){ margin-right: 15px;}
  .tonan_ul li:nth-of-type(3n){ margin-right: 0px;}
  .tonan_ul li p{
    margin-top: 10px;
    font-size: 1.0em;
  }
}
@media print, screen and (min-width: 992px){
  .tonan_ul li{
    width: calc(33.333333% - 20px);
    margin-right: 30px;
    padding: 30px;
  }
  .tonan_ul li:nth-of-type(2n){ margin-right: 30px;}
  .tonan_ul li:nth-of-type(3n){ margin-right: 0px;}
  
}
@media print, screen and (min-width: 1200px){
}
@media print, screen and (min-width: 1500px){
  .tonan_ul li p{
    font-size: 1.1em;
  }
}

.bg-tonan2{
  background:url("../images/bg_tonan02.jpg") no-repeat right top #000;
  background-size: cover;
}
.bg-tonan2_inr{
  background: rgba(0,0,0,0.4);
  padding: 40px 0px 0px;
  color: #fff;
}
.bg-tonan2 h3{
  font-size: 1.2em;
  font-weight: 900;
  line-height: 1.6em;
  margin-bottom: 15px;
}
.bg-tonan2_tel{
  display: block;
  font-family: "Abril Fatface", serif; font-weight: 400;
  font-size: 1.8em;
}
.bg-tonan2_mail{
  display: block;
  background-color: #1b3c8d;
  padding: 15px 0px;
  max-width: 250px;
  font-weight: 700;
  text-align: center;
  transition: 0.3s ease;
  margin-bottom: 40px;
}
.bg-tonan2_mail:link,
.bg-tonan2_mail:visited{ text-decoration: none; color: #fff;}

.tonan_contact_img{
  position: relative;
}
.tonan_contact_img img{
  position: absolute;
  right: 15px;
  bottom: 0;
  width: 130px;
}
@media print, screen and (min-width: 768px) {
  .bg-tonan2_inr{
    padding: 60px 0px 0px;
  }
  .bg-tonan2 h3{
    font-size: 1.7em;
    text-align: center;
    line-height: 1.6em;
    margin-bottom: 50px;
  }
  .bg-tonan2_tel{
    font-size: 1.8em;
    margin-top: 5px;
    text-align: center;
  }
  .bg-tonan2 p{
    margin-top: 5px;
    text-align: center;
    margin-bottom: 60px;
  }
  .bg-tonan2_mail{
    padding: 20px 0px;
    max-width: 250px;
    margin: 0px auto 60px;
  }
  .bg-tonan2_mail:hover{ background-color: #b49531;}
  .tonan_contact_img2{
    position: relative;
  }
  .tonan_contact_img2 img{
    position: absolute;
    left: -5px;
    bottom: 0;
    display: block;
    width: 120px!important;
  }
}
@media print, screen and (min-width: 992px) {
  .bg-tonan2_inr{
    padding: 90px 0px 0px;
  }
  .bg-tonan2 h3{
    font-size: 2.0em;
  }
  .bg-tonan2_tel{
    font-size: 2.5em;
  }
  .bg-tonan2 p{
    margin-bottom: 90px;
  }
  .bg-tonan2_mail{
    padding: 25px 0px;
    max-width: 300px;
    font-size: 1.1em;
    margin-bottom: 90px;
  }
  .tonan_contact_img2 img{
    width: 150px!important;
  }
}
@media print, screen and (min-width: 1200px) {
  .bg-tonan2_inr{
    padding: 110px 0px 0px;
  }
  .bg-tonan2 h3{
    font-size: 2.4em;
    margin-bottom: 80px;
  }
  .bg-tonan2_tel{
    margin-top: 10px;
  }
  .bg-tonan2 p{
    margin-bottom: 110px;
  }
  .bg-tonan2_mail{
    padding: 30px 0px;
    max-width: 350px;
    margin-bottom: 110px;
  }
  .tonan_contact_img2 img{
    width: 200px!important;
  }
}
@media print, screen and (min-width: 1600px) {
  .bg-tonan2_inr{
    padding: 110px 0px 0px;
  }
  .bg-tonan2 h3{
    font-size: 2.6em;
    margin-bottom: 100px;
  }
  .bg-tonan2_tel{
    font-size: 3.0em;
  }
  .bg-tonan2 p{
    margin-top: 10px;
    margin-bottom: 130px;
  }
  .bg-tonan2_mail{
    max-width: 400px;
    margin-bottom: 130px;
  }
}

.tonan_ul2_blue{
  display: block;
  background-color: #fff;
  border:2px solid #1b3c8d;
  margin-bottom: 15px;
}
.tonan_ul2_red{
  display: block;
  background-color: #fff;
  border:2px solid #8d1b1b;
  margin-bottom: 15px;
}
.tonan_ul2_blue h5{
  background-color: #1b3c8d;
  color: #fff;
  padding: 10px 5px 12px;
  text-align: center;
  font-weight: 900;
  font-size: 1.1em;
}
.tonan_ul2_red h5{
  background-color: #8d1b1b;
  color: #fff;
  padding: 10px 5px 12px;
  text-align: center;
  font-weight: 900;
  font-size: 1.1em;
}
.tonan_ul2_blue div,
.tonan_ul2_red div{
  padding: 15px;
}
.tonan_ul2_blue_title{
  font-weight: 900;
  font-size: 1.1em;
  text-align: center;
  color: #fff;
  background-color: #1b3c8d;
  border-radius: 100px;
  padding: 10px 10px;
  margin-bottom: 10px;
}
.tonan_ul2_red_title{
  font-weight: 900;
  font-size: 1.1em;
  text-align: center;
  color: #fff;
  background-color: #8d1b1b;
  border-radius: 100px;
  padding: 10px 10px;
  margin-bottom: 10px;
}
.tonan_ul2_blue_title2{
  font-weight: 900;
  font-size: 1.1em;
  text-align: center;
  color: #1b3c8d;
}
.tonan_ul2_red_title2{
  font-weight: 900;
  font-size: 1.1em;
  text-align: center;
  color: #8d1b1b;
}
.tonan_ul2_blue div p,
.tonan_ul2_red div p{
  font-weight: 600;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px){
  .tonan_ul2_inr{
    margin-bottom: 20px;
  }
  .tonan_ul2 div h5{
    padding: 15px 5px 17px;
    font-size: 1.2em;
  }
  .tonan_ul2_blue div,
  .tonan_ul2_red div{
    padding: 30px;
  }
  .tonan_ul2_blue_title,
  .tonan_ul2_red_title{
    font-size: 1.2em;
  }
  .tonan_ul2_blue_title2,
  .tonan_ul2_red_title2{
    font-size: 1.3em;
  }
}
@media print, screen and (min-width: 992px){
  .tonan_ul2_blue,
  .tonan_ul2_red{
    margin-bottom: 30px;
  }
  .tonan_ul2 div h5{
    padding: 15px 5px 17px;
    font-size: 2.0em;
  }
  .tonan_ul2_blue div,
  .tonan_ul2_red div{
    padding: 30px 40px;
  }
  .tonan_ul2_blue_title,
  .tonan_ul2_red_title{
    padding: 15px 0px;
    margin-bottom: 15px;
  }
  .tonan_ul2_blue_title2,
  .tonan_ul2_red_title2{
    font-size: 1.6em;
  }
}
@media print, screen and (min-width: 1200px){
  .tonan_ul2{
    display: flex;
    flex-wrap: wrap;
  }
  .tonan_ul2_blue,
  .tonan_ul2_red{
    width: calc(50% - 15px);
    margin-right: 30px;
    margin-bottom: 0px;
  }
  .tonan_ul2_blue:nth-of-type(2n),
  .tonan_ul2_red:nth-of-type(2n){ margin-right: 0px;}
  .tonan_ul2_blue div,
  .tonan_ul2_red div{
    padding: 30px;
  }
}
@media print, screen and (min-width: 1600px){
  .tonan_ul2 div h5{
    padding: 20px 5px 22px;
    font-size: 2.2em;
  }
  .tonan_ul2_blue_title,
  .tonan_ul2_red_title{
    font-size: 1.3em;
  }
  .tonan_ul2_blue_title2,
  .tonan_ul2_red_title2{
    font-size: 1.8em;
  }
}


/* ページ内タブ切り替え
---------------------------------------------------- */
.nav-tabs{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: none!important;
  padding-bottom: 0px;
}
.nav-tabs .nav-item{ 
  display: flex;
  width: auto;
  margin: 0px 5px 5px 0px;
}
.nav-tabs .nav-link{ 
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  /*border-top: none!important;
  border-left: none!important;
  border-right: none!important;*/
  border: 1px solid #e2ddc5!important;
  border-radius: 3px;
  background-color:#fff;
  /*color: #7aba37!important;*/
  padding: 5px 10px!important;
  font-size: 0.85em;
  font-weight: 500;
  line-height: normal;
  transition: 0.3s ease;
  text-decoration: none;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover{ 
  /*border-top: none!important;
  border-left: none!important;
  border-right: none!important;
  border-bottom: 1px solid #284a66!important;*/
  /*color: #7aba37!important; */
  background-color:#ddeec5;
  border: 1px solid #7aba37!important;
}
@media print, screen and (min-width: 768px){
  .nav-tabs .nav-link{ 
    border-radius: 5px;
    font-size: 0.9em;
    padding: 10px 15px!important;
  }
}
@media print, screen and (min-width: 992px){
  .nav-tabs .nav-item{
    width: calc(25% - 4px);
  }
  .nav-tabs .nav-item:nth-of-type(4n){ margin-right: 0px;}
  .nav-tabs .nav-link{ 
    padding: 10px 5px!important;
  }
}
@media print, screen and (min-width: 1200px){
  .nav-tabs .nav-item{
    width: calc(20% - 5px);
  }
  .nav-tabs .nav-item:nth-of-type(4n){ margin-right: 5px;}
  .nav-tabs .nav-item:nth-of-type(5n){ margin-right: 0px;}
  .nav-tabs .nav-link{ 
    padding: 15px 5px!important;
  }
}
@media print, screen and (min-width: 1500px){
  .nav-tabs .nav-link{ 
    font-size: 1.0em;
  }
}


/* カテゴリータブ
---------------------------------------------------- */
.category_tab{
  display: flex;
  flex-wrap: wrap;
}
.category_tab li{  
  display: flex;
  width: calc(50% - 15px);
  margin-right: 30px;
}
.category_tab li:nth-of-type(2n){ margin-right: 0px;}
.category_tab li a{
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 10px 15px;
  text-decoration: none!important;
  background-color: #ff9393;
  border-radius: 100px;
  font-weight: 700;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.category_tab li a:after{ content:" \f107";font-family: "Font Awesome 5 Free"; font-weight: 900; display: block;}
.category_tab li a:hover{ background-color: #e09a35;}
@media print, screen and (min-width: 768px){
  .category_tab{
    margin: 0px 60px;
  }
  .category_tab li a{
    padding: 15px 0px 10px;
    font-size: 1.1em;
    line-height: 1.2em;
  }
  .category_tab li a:after{ display: block; font-size: 0.8em;}
}
@media print, screen and (min-width: 992px){
  .category_tab{
    margin: 0px 160px;
  }
  .category_tab li a{
    padding: 20px 0px 15px;
    font-size: 1.2em;
  }
}


/* タイトル
---------------------------------------------------- */
.h2-style{   
  margin-top: 70px
}
#h2-news{background: url("../images/bg_h2_news.jpg") no-repeat center bottom; background-size: cover;}
#h2-business{background: url("../images/bg_h2_business.jpg") no-repeat center bottom; background-size: cover;}
#h2-company{background: url("../images/bg_h2_company.jpg") no-repeat center bottom; background-size: cover;}
#h2-contact{background: url("../images/bg_h2_contact.jpg") no-repeat center bottom; background-size: cover;}
#h2-led{background: url("../images/bg_h2_led.jpg") no-repeat center bottom; background-size: cover;}
#h2-tonan{background: url("../images/bg_h2_tonan.jpg") no-repeat center bottom; background-size: cover;}
.h2-style h2{
  background: rgba(27,60,141,0.2);
  padding: 30px 0px;
  text-align: center;
  color: #fff;
  font-size: 1.0em;
  font-weight: 700;
}
.h2-style h2 span{
  display: block;
  font-family: "Abril Fatface", serif; font-weight: 400;
  font-size: 1.8em;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 768px){
  .h2-style{  
    margin-top: 90px;
  }
  .h2-style h2{
    padding: 60px 0px;
    font-size: 1.1em;
  }
  .h2-style h2 span{
    font-size: 2.5em;
  }
}
@media print, screen and (min-width: 992px){
  .h2-style{  
    margin-top: 130px;
  }
  .h2-style h2{
    padding: 70px 0px;
  }
  .h2-style h2 span{
    font-size: 3.0em;
  }
}
@media print, screen and (min-width: 1200px){
  .h2-style{  
    margin-top: 160px;
  }
  .h2-style h2{
    padding: 80px 0px;
  }
  .h2-style h2 span{
    font-size: 3.2em;
  }
}
@media print, screen and (min-width: 1500px){
  .h2-style{  
    margin-top: 190px;
  }
  .h2-style h2{
    padding: 90px 0px;
  }
  .h2-style h2 span{
    font-size: 3.5em;
  }
}

.title01{
  font-size: 0.9em;
  font-weight: 600;
  position: relative;
  padding-left: 50px;
  margin-bottom: 20px;
}
.title01 span{
  display: block;
  font-family: "Abril Fatface", serif; font-weight: 400;
  color: #b49531;
  font-size: 2.2em;
  margin-bottom: 5px;
}
.title01::after{
  position: absolute;
  left:0;
  top: 15px;
  content: '';
  width: 40px;
  height:1px;  
  background-color: #b49531;
}
@media print, screen and (min-width: 768px){
  .title01{
    padding-left: 90px;
    margin-bottom: 30px;
  }
  .title01 span{
    font-size: 2.2em;
    margin-bottom: 10px;
  }
  .title01::after{
    top: 20px;
    width: 60px;
  }
}
@media print, screen and (min-width: 992px){
  .title01{
    font-size: 1.0em;
    margin-bottom: 40px;
  }
  .title01 span{
    font-size: 2.6em;
  }
  .title01::after{
    top: 25px;
  }
}
@media print, screen and (min-width: 1200px){
  .title01{
    padding-left: 120px;
    margin-bottom: 50px;
  }
  .title01 span{
    font-size: 2.8em;
    margin-bottom: 15px;
  }
  .title01::after{
    width: 80px;
  }
}
@media print, screen and (min-width: 1500px){
  .title01{
    padding-left: 150px;
    margin-bottom: 60px;
  }
  .title01 span{
    font-size: 3.2em;
  }
  .title01::after{
    top: 30px;
    width: 100px;
  }
}

.title02{
  font-size: 0.9em;
  font-weight: 600;
  text-align: center;
  position: relative;
  padding-top: 45px;
  margin-bottom: 20px;
}
.title02 span{
  display: block;
  font-family: "Abril Fatface", serif; font-weight: 400;
  color: #b49531;
  font-size: 2.2em;
  margin-bottom: 5px;
}
.title02::after{
  position: absolute;
  left:0;
  right: 0;
  top: 0;
  margin: auto;
  content: '';
  width: 1px;
  height:40px;  
  background-color: #b49531;
}
@media print, screen and (min-width: 768px){
  .title02{
    padding-top: 65px;
    margin-bottom: 30px;
  }
  .title02 span{
    font-size: 2.2em;    
  }
  .title02::after{
    height: 60px;
  }
}
@media print, screen and (min-width: 992px){
  .title02{
    font-size: 1.0em;
    margin-bottom: 40px;
  }
  .title02 span{
    font-size: 2.6em;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 1200px){
  .title02{
    padding-top: 90px;
    margin-bottom: 50px;
  }
  .title02 span{
    font-size: 2.8em;
  }
  .title02::after{
    height: 80px;
  }
}
@media print, screen and (min-width: 1500px){
  .title02 h2{
    padding-top: 110px;
    margin-bottom: 60px;
  }
  .title02 span{
    font-size: 3.2em;
  }
  .title02::after{
    height: 100px;
  }
}

.title03{
  font-size: 1.1em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  color: #b49531;
}
.title03::after{
  content: '';
  position: absolute;
  top: -12px;
  display: inline-block;
  width: 40px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #b49531;
}
@media print, screen and (min-width: 768px){
  .title03{
    font-size: 1.2em;
    margin-bottom: 30px;
  }
  .title03::after{
    top: -15px;
    width: 50px;
  }
}
@media print, screen and (min-width: 992px){
  .title03{
    font-size: 1.3em;
    margin-bottom: 40px;
  } 
  .title03::after{
    top: -20px;
    width: 60px;
  }
}
@media print, screen and (min-width: 1200px){
  .title03{
    font-size: 1.4em;
    margin-bottom: 50px;
  }
}

.title04{
  background: url("../images/ill_sakura2.png") no-repeat left;
  background-size: contain;
  font-size: 1.1em;
  font-weight: 700;
  color: #ff9393;
  padding: 3px 0px 0px 30px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px){
  .title04{
    font-size: 1.3em;
    padding: 5px 0px 0px 40px;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 992px){
  .title04{
    font-size: 1.4em;
  }
}
@media print, screen and (min-width: 1200px){
  .title04{
    padding: 7px 0px 0px 50px;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 1200px){
  .title04{
    font-size: 1.5em;
  }
}

.title05{
  display: inline-block;
  background-color: #e09a35;
  border-radius: 100px;
  color: #fff;
  padding: 5px 10px;
  font-size: 1.0em!important;
  font-weight: 700;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px){
  .title05{
    padding: 10px 20px;
    font-size: 1.1em;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 992px){
  .title05{
    padding: 20px 60px;
    font-size: 1.9em;
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1200px){
}


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

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

.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: #666;
  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{
  position: relative;
  top: 0;
  display:inline-block;
  width: 200px;
  padding: 10px 0;
  background-color: #1b3c8d;
  box-shadow: 0 5px #111;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: .1s ease-in-out;
}
.btn-style i{ margin-left: 5px;}
.btn-style:link,
.btn-style:visited{ text-decoration:none; color: #fff;}
.btn-style:hover{top: 5px; /* 元の位置から9px分下げる */
  box-shadow: 0 0 #1b3c8d; /* 影を0pxにする */}
@media print, screen and (min-width: 992px){
  .btn-style{
    width: 240px;
    padding:15px 0px;
  }
}

.btn-detail{
  display: inline-block!important;
  border-radius: 100px;
  background-color: #fff;
  border: 1px solid #e2ddc5;
  line-height: normal;
	padding:5px 15px;
  text-align: center;
  font-weight: 500;
  font-size: 0.9em;
  transition: 0.3s ease;
}
.btn-detail:link,
.btn-detail:visited{ text-decoration:none; color: #a46305;}
.btn-detail:hover{ background-color: #fff3f4;}
@media print, screen and (min-width: 992px){
  .btn-detail{
    padding:7px 25px;
  }
}

.btn-detail2{
  display: inline-block;
  background-color: #fff;
  border: 1px solid #333;
  line-height: normal;
  width: 100%;
	padding:15px 5px;
  text-align: center;
  font-weight: 500;
  transition: 0.3s ease;
}
.btn-detail2:link,
.btn-detail2:visited{ text-decoration:none;}
.btn-detail2:hover{ background-color: #eee;}
@media print, screen and (min-width: 992px){
  .btn-detail2{
    padding:30px 5px;
    font-size: 1.2em;
  }
}
@media print, screen and (min-width: 1200px){
  .btn-detail2{
    padding:50px 5px;
  }
}

/* 戻るボタン */
.btn-back{
  margin-top: 20px;
  border-top:1px solid #ddd;
  padding-top: 15px;
}
.btn-back a{
  padding-left: 30px;
  font-weight: 700;
  transition: all 0.5s!important;
}
.btn-back a:link,
.btn-back a:visited{ color: #333; text-decoration:none}
.btn-back a:hover{padding-left: 0px;}
.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-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;
  border-top: 1px solid #ddd;
  color: #333;
}
.table_form th{
  padding:10px 5px 5px 5px;
  vertical-align:middle;
  text-align:left;
  font-weight: 700;
  display: block;
}
.table_form td{
  border-bottom: 1px solid #ddd;
  padding:0px 15px 10px 15px;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .table_form th{
    border-bottom: 1px solid #ddd;
    padding:10px 0px 10px 20px;
    display:table-cell;
  }
  .table_form td{
    padding:10px 20px;
    display:table-cell;
  }
}
@media print, screen and (min-width: 992px) {
}
@media print, screen and (min-width: 1200px) {
  .table_form th{
    padding:15px 0px 15px 30px;
  }
  .table_form td{
    padding:15px 30px;
  }
}

/* 必須・任意 */
p.need:before{ content: "必須";background-color:#8d1b1b; color:#fff;padding:3px 5px; font-size:11px; font-weight:normal; margin-right:5px;vertical-align:middle;border-radius: 3px;}
.need_th:after{ content: "必須";background-color:#8d1b1b; color:#fff;padding:0px 5px; font-size:11px; font-weight:normal; margin-right:5px;vertical-align:middle;border-radius: 3px; float: right;}
.table_form th.need:after{ content: "必須";background-color:#8d1b1b; 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:100px;}
.form-s,.form-m,.form-l,.form100{width:100%}
.form-h{  width:100%; height: 100px;}
@media print, screen and (min-width: 768px) {
  .form-s{width:180px}
  .form-m{width:300px}
  .form-l{width:100%}
  .form-h{ width:100%;height:150px;}
}

/* フォーム関係タグの初期設定とデザイン */
input[type="checkbox"], input[type="radio"] {vertical-align:text-top;}
input[type="text"]{font-size:100%;vertical-align:middle; padding:10px;}
textarea{width:95%; height:100px;}
input[type="text"],
input[type="password"],
select{ border:1px solid #ddd;padding:10px; border-radius:3px}
input[type="text"]:focus,
textarea{ border:1px solid #ddd;padding:10px; border-radius:3px}
input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus{border:1px solid #999;}
label{font-weight: normal;}

/* フォーカスのアウトライン消す */
input:focus,
textarea:focus { outline: none!important;}

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

.need input[type="text"],
.need input[type="password"],
.need select,
.need textarea{border:1px solid #fcc;/*background-color:#fee;*/ padding:10px;}
.need input[type="text"]:focus,
.need input[type="password"]:focus,
.need select:focus,
.need textarea:focus{border:1px solid #933;}

/* ラジオボタンのデザイン */
input[type="radio"] { vertical-align: middle;}
input[type="radio"] { 
  display:none;
  width:20px;
  height:20px;
}
input[type="radio"]+label {
  margin-top: 2px;
  display:inline-block;
  font-size:100%;
  border:1px solid #333;
  border-radius:4px;
  padding:2px 10px;
  background:#fff;
  color:#333;
  line-height: 2.5em;
  cursor: pointer;
}
input[type="radio"]:checked+label {
  background:#333;
  color:#fff;
}

/* チェックボックスのデザイン */
input[type="checkbox"]+label{
	padding-left:	35px;	
	display:inline-block;
	cursor:	pointer;
	position:	relative;
  margin-bottom: 10px;
}
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:4px;
}
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{
	margin:20px 0px;
	height:300px;
	overflow:auto;
	font-size:90%;
	line-height:1.5em;
	background-color:#fff;
  border: 1px solid #ddd;
	padding:15px;
}
.contact_privacy h3{
	font-size:140%;
	text-align:center;
  font-weight: 500;
	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: 700;
	margin-bottom:10px
}
.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: 1000%;
  height: 1px;
  background-color: #333;
}
.contact_privacy h4 span::before { right: 100%;}
.contact_privacy h4 span::after { left: 100%;}
.contact_privacy ol,
.contact_privacy ul{
  margin-left: 20px;
}
@media print, screen and (min-width: 768px) {
  .contact_privacy{
    margin:30px 0px;
    padding:20px;
  }
  .contact_privacy h3{
    font-size:150%;
    margin-bottom:20px;
  }
}
@media print, screen and (min-width: 992px) {
  .contact_privacy{
    padding:30px;
  }
}
@media print, screen and (min-width: 1200px) {
}
@media print, screen and (min-width: 1500px) {
}

/* 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: 100px;
}
.submit2{
	display:block;
	background-color:#fff;
	border:1px solid #666;
	font-weight:normal;
	cursor:pointer;
	padding:10px 0px;
  width: 100%;
  border-radius: 100px;
}
.submit2-2{
	display:block;
	background-color:#666;
	border:1px solid #666;
  color: #fff;
	font-weight:normal;
	cursor:pointer;
	padding:10px 0px;
  width: 100%;
  border-radius: 100px;
}
.submit3{
	display:inline-block;
	background-color:#666;
	border:1px solid #666;
  border-radius: 5px;
	color: #fff;
	cursor:pointer;
	padding:6px 10px;
}
@media print, screen and (min-width: 768px) {
  .submit{
    width:auto;
    display:inline-block;
    padding:12px 50px;
    height:auto;
    font-size: 1.0em;
  }
  .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;
  }
  .submit2,
  .submit2-2{
  	padding:20px 0px;
  }
}

  
/* 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{
  text-align: center;
  line-height: normal;
  font-family: "Abril Fatface", serif; font-weight: 400;
  font-size: 0.9em;
}
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;
}
div.paging span.paging-text a{
  padding:5px 8px;
  display:block;
  color: #333;
  /*border: 1px solid #fff;*/
  border-radius: 3px;
}
div.paging span.current{
  background-color: #333;
  /*border: 1px solid #ccc;*/
  border-radius: 3px;
  color:#fff;
  zoom:1;
  padding:5px 8px;
  text-decoration:none;
  display:inline-block;
  cursor:pointer;
}
div.paging span.paging-text a:hover{
  background-color: #f5f5f5;
  color: #333;
  /*border: 1px solid #666;*/
  text-decoration:none;
  cursor:pointer;
}
@media print, screen and (min-width: 768px) {
  div.paging span.paging-text a{
    padding:10px 15px;
  }
  div.paging span.current{
    padding:10px 15px;
  }
}


/* googlemap
---------------------------------------------------- */
/*.googlemap*/
.googlemap iframe{
  width: 100%;
  height: 300px;
}
@media print, screen and (min-width: 768px){
  .googlemap iframe{
    height: 350px;
  }
}
@media print, screen and (min-width: 992px){
  .googlemap iframe{
    height: 400px;
  }
}
@media print, screen and (min-width: 1200px){
  .googlemap iframe{
    height: 500px;
  }
}


/* 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;}
}
@media print, screen and (min-width: 1200px){
  .img-round{border-radius: 25px;}
}
@media print, screen and (min-width: 1500px){
  .img-round{border-radius: 30px;}
}

.img-100 img{ width: 100%;}

iframe{ vertical-align: bottom;}

.box{
  background-color: #fff;
  border: 1px solid #b49531;
  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:40px 60px;}
}
@media print, screen and (min-width: 1500px) {
  .box{ padding:40px 60px;}
}

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

.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: #83dfff;}

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

.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: 40px;
  position: relative;
  margin-bottom: 10px;
}
.ol-round li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #ff9393;
  /*border: 1px solid #333;*/
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;  font-weight: 600;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  /*font-size: 0.9em;*/
  line-height: 1.0em;
  letter-spacing: normal;
  position: absolute;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 768px){
  .ol-round li{
    padding-left: 45px;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 1200px){
  .ol-round li{
    padding-left: 50px;
    margin-bottom: 30px;
  }
}

.ol-num{
  background: url("../images/bg_box2.jpg") no-repeat center bottom;
  background-size: cover;
  border: 4px double #378320;
  background-color: #fff;
  padding: 20px 20px 70px;
}
.ol-num ol{
  margin-left: 40px;
  font-family: 'Great Vibes', cursive;
  font-size: 3.0em;
  color: #378320;
}
.ol-num li{
  margin-bottom: 15px;
}
.ol-num li span{
  font-family: 'Noto Serif JP', serif;
  color: #333;
  font-style: normal;
  font-size: 0.4em;
}
@media print, screen and (min-width: 768px){
  .ol-num{
    padding: 30px 30px 90px;
  }
  .ol-num ol{
    margin-left: 40px;
  }
}
@media print, screen and (min-width: 1200px){
  .ol-num{
    padding: 50px 50px 110px;
  }
}

.lsn{ list-style: none;}
.lss{ list-style: square;}
.lsa{ list-style: upper-alpha;}
.block{ display:block}
.dib{ display: inline-block!important;}
.fsn{ font-style: normal;}
.fw500{ font-weight: 500;}
.fw600{ font-weight: 600;}
.fw700{ font-weight: 700!important;}
.fw800{ font-weight: 800;}
.fw900{ font-weight: 900;}
.lhn{ line-height: normal;}
.lh14{ line-height: 1.4em;}
.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;}
.wwbw{ word-wrap: break-word;}
.wbba{ word-break: break-all;}
.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;font-weight:normal;}
.fs50{ font-size: 0.5em;}
.fs60{ font-size: 0.6em;}
.fs70{ font-size: 0.7em;}
.fs80{ font-size: 0.8em;}
.fs90{ font-size: 0.9em!important;}
.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;}
.fs140{ font-size: 1.4em;}
.middle{font-size:1.05em;}
@media print, screen and (min-width: 768px) {.middle{font-size:1.1em;}}
@media print, screen and (min-width: 992px) {.middle{font-size:1.2em;}}
.large{font-size:1.2em;}
@media print, screen and (min-width: 768px) {.large{font-size:1.4em;}}
@media print, screen and (min-width: 992px) {.large{font-size:1.6em;}}
@media print, screen and (min-width: 1200px) {.large{font-size:1.8em;}}
@media print, screen and (min-width: 1500px) {.large{font-size:2.0em;}}
.x-large{font-size:1.5em;}
@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.5em;}}
@media print, screen and (min-width: 1200px) {.x-large{font-size:2.7em;}}
@media print, screen and (min-width: 1500px) {.x-large{font-size:3.0em;}}
.xx-large{font-size:1.7em;}
@media print, screen and (min-width: 768px) {.xx-large{font-size:2.5em;}}
@media print, screen and (min-width: 992px) {.xx-large{font-size:3.2em;}}
@media print, screen and (min-width: 1200px) {.xx-large{font-size:3.5em;}}
@media print, screen and (min-width: 1500px) {.xx-large{font-size:3.8em;}}

@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:#8d1b1b;}
.white{ color: #fff!important;}
.amber{ color: #b49531;}
.blue{ color: #1b3c8d;}
.yellow{ color: #fce60f;}

.bg-color01{ background-color: #c00;}
.bg-color02{ background-color: #378320;}
.bg-color03{ background-color: #999;}

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

/* サイズ指定 */
.w-17{ width:17.5%}
.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}
.ml15{ margin-left:15px}
.ml18{ margin-left:18px}
.ml20{ margin-left:20px}
.ml25{ margin-left:25px}
.mr05{ margin-right:5px}
.mr10{ margin-right:10px}
.mr15{ margin-right:15px}
.mr30{ margin-right:30px}

.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: 20px;}}
@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-bg{ background:#f4efe0;}
.content-bg2{ background:#8d1b1b; color: #fff}
.content,
.content-bg,
.content-bg2{
  padding: 30px 0px;}
@media print, screen and (min-width: 768px) {
  .content,
  .content-bg,
  .content-bg2{padding: 60px 0px;}}
@media print, screen and (min-width: 992px) {
  .content,
  .content-bg,
  .content-bg2{padding: 90px 0px;}}
@media print, screen and (min-width: 1200px) {
  .content,
  .content-bg,
  .content-bg2{padding: 110px 0px;}}
@media print, screen and (min-width: 1500px) {
  .content,
  .content-bg,
  .content-bg2{padding: 130px 0px;}}

.content2{
  padding: 20px 0px 30px;}
@media print, screen and (min-width: 768px) {
  .content2{padding: 30px 0px 60px;}}
@media print, screen and (min-width: 992px) {
  .content2{padding: 40px 0px 90px;}}
@media print, screen and (min-width: 1200px) {
  .content2{padding: 60px 0px 110px;}}
@media print, screen and (min-width: 1500px) {
  .content2{padding: 60px 0px 130px;}}

.mtop{ padding-top: 30px;}
@media print, screen and (min-width: 768px) { .mtop{padding-top: 60px;}}
@media print, screen and (min-width: 992px) { .mtop{padding-top: 90px;}}
@media print, screen and (min-width: 1200px) { .mtop{padding-top: 110px;}}
@media print, screen and (min-width: 1500px) { .mtop{padding-top: 130px;}}

.mbottom{ margin-bottom: 30px;}
@media print, screen and (min-width: 768px) { .mbottom{ margin-bottom: 60px;}}
@media print, screen and (min-width: 992px) { .mbottom{ margin-bottom: 90px;}}
@media print, screen and (min-width: 1200px) { .mbottom{ margin-bottom: 110px;}}
@media print, screen and (min-width: 1500px) { .mbottom{ margin-bottom: 130px;}}

.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: 70px;}}
@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: 25px;}}
@media print, screen and (min-width: 992px) { .mbottom3{ margin-bottom: 30px;}}
@media print, screen and (min-width: 1200px) { .mbottom3{ margin-bottom: 40px;}}

.mbottom4{ margin-bottom: 15px;}
@media print, screen and (min-width: 992px) { .mbottom4{ margin-bottom: 20px;}}
@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%;
	}
}

#top_tagcolle h2{}
#top_tagcolle h2{}
#top_tagcolle a.tagcolle-btn{
  color: #fff !important;
  border: 0;
}
@media print, screen and (min-width: 576px){}
@media print, screen and (min-width: 768px){}
@media print, screen and (min-width: 992px){}
@media print, screen and (min-width: 1200px){}