@charset "UTF-8";
.contents_inner {
    display: block;
    padding-top: 120px;
    margin-top: -120px;
}
.overimg:hover{opacity: 0.5;}
.spnone{display: block;}
.sponly{display: none;}
.f-left{float: left;}
.f-right{float: right;}
.img100{width: 100%;}
.normal{font-weight: normal;}
.justify{text-align: justify;}
.w48per{width: 48%;}
.w30per{width: 30%;}
.w48per img{width: 100%;}
.w66per{width: 66%;position: relative;}
.w80per{width: 80%;margin: 0 auto;}
.w90per{width: 90%;margin: 0 auto;}
.white{color:#ffffff;}
.center{text-align: center;}
.shadow{filter: drop-shadow(4px 4px 5px  rgba(0, 0, 0, 0.32));}
.shadow02{filter: drop-shadow(2px 2px 3px  rgba(0, 0, 0, 1));}


/* パンくずリストcss *************************************************************** */
.bg_breadcrumb{}
.breadcrumb {
	text-align: left;
width: 1000px;
  padding: 0.6em 0em 0.2em;
  list-style: none;
  overflow: hidden;
  margin: 0 auto;
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
  font-weight: normal;/*太字*/
}
.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #666666;
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a {
  text-decoration: none;
  color: #666666;
	font-size: 0.8em;
}
.breadcrumb li a:hover {text-decoration: underline;}
/* パンくずリストcss *************************************************************** */

/* **********************　共通css ********************** */
#page_header{background-repeat: no-repeat;background-position: center;background-size: cover; height: 340px; margin-top: 180px; display: flex;
  align-items: center; /* 垂直方向の中央揃え */
  justify-content: center; /* オプション：水平方向の中央揃え */}
#page_header h2{text-align: center; font-size: 4em;color: #ffffff;font-weight: normal;}
#page_header h2 span{display: block;font-size: 0.5em;}

.page_title img.icon{display: block;width: 100px;margin: 0 auto;}
.page_title{font-size: 2.4em;}
.page_title span{display: block;font-size: 0.5em;font-weight: normal;}

/* section_contact */
.section_contact{background-color:#ffffff;position: relative;}
.contact_box{background-color: #ffffff;border-radius: 15px;padding: 5%;border: solid 2px #c9caca;position: relative;}
.contact_box h3{font-size: 1.34em;}
.seccontact_illust{position: absolute;width: 15%;left:20%;top:-30px;}
.sec_ttl_contact{text-align: center;}
.sec_ttl_contact img{height: 100px;margin-bottom: 1em;}
.border_right{border-right: solid 1px #040000;padding-right: 2%;}
.gmap iframe{width: 100%;height: 350px;}

/* ******* ページネーション ******* */

  /* コンテナ */
  nav.pagination{
    display:inline-flex;
    gap:12px;
    align-items:center;
	margin-bottom: 5em;
  }

  /* 共通ボタン */
  .page{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border:1.5px solid #224E86;
    color:#224E86;
    text-decoration:none;
    padding:5px 18px;
    border-radius:2px;
    line-height:1;
    min-width:44px;           /* タップしやすさ確保 */
    min-height:40px;
    font-weight:500;
	font-size: 1.4em;
    letter-spacing:.02em;
    background:#f7fafc;
    box-shadow:0 0 0 1px rgba(34,78,134,.08) inset;
  }

  /* 数字ボタンは等幅気味に */
  .page.is-number{
    font-variant-numeric: tabular-nums;
  }

  /* NEXTは大文字（画像の雰囲気） */
  .page.is-next{
    text-transform:uppercase;
    min-width:84px;           /* 見た目を画像に近づける */
  }

  /* hover / focus */
  .page:hover{ box-shadow:0 0 0 3px rgba(34,78,134,.12) inset; }
  .page:focus-visible{
    outline:none;
    box-shadow:0 0 0 3px rgba(34,78,134,.3);
  }
  .page:active{ transform:translateY(1px); }

  /* 現在ページ（塗りはせず、太字＋反転はしない＝画像準拠） */
  .page[aria-current="page"]{
    background:#f7fafc;
    box-shadow:0 0 0 1px rgba(34,78,134,.08) inset;
  }

  /* 無効状態（例：前へがない時など） */
  .page[aria-disabled="true"]{
    opacity:.45;
    pointer-events:none;
  }
/*
===================================================
 tb タブレット解像度
===================================================
*/
@media screen and (max-width:1000px) {
.spnone{display: block;}
.tbonly{display: block;}
.tbnone{display: none;}
.sponly{display: none;}
	
#page_header{margin-top: 110px;}
	

}
/*
===================================================
 sp スマホ解像度
===================================================
*/
@media screen and (max-width:640px) {

.spnone{display: none;}
.sponly{display: block;}
.f-left{float: none;}
.f-right{float: none;}
.w30per{width: 70%;margin:0 auto;}
.w80per{width: 100%;margin:0 auto;}
.w90per{width: 100%;margin:0 auto;}
.w48per{width: 100%;margin-bottom: 3%;}
.w66per{width: 100%;position: relative;}	



/* パンくずリストcss *************************************************************** */
.breadcrumb {
	width: 98%;
	padding-left: 2%;}	
.breadcrumb li a {
  font-size: 0.8em;
}	
/* パンくずリストcss *************************************************************** */
#page_header{background-repeat: no-repeat;background-position: center;background-size: cover; height: 200px; margin-top: 70px;
	display: flex;
  align-items: center; /* 垂直方向の中央揃え */
  justify-content: center; /* オプション：水平方向の中央揃え */}
	
.page_title img.icon{display: block;width: 60px;margin: 0 auto;}
.page_title{font-size: 1.8em;line-height: 1.0em;}
.page_title span{display: block;font-size: 0.5em;font-weight: normal;}
	
#page_header h2{font-size: 2.2em;}
/* section_contact */
.section_contact{background-color:#ffffff;position: relative;}
.contact_box{background-color: #ffffff;border-radius: 15px;padding: 10%;border: solid 2px #c9caca;position: relative;}
.contact_box h3{font-size: 1.0em;}
.seccontact_illust{position: absolute;width: 20%;left:3%;top:10px;}
.sec_ttl_contact{text-align: center;}
.sec_ttl_contact img{height: 70px;margin-bottom: 1em;}
.border_right{border-right: none;padding-right: 0%;}
.gmap iframe{width: 100%;height: 300px;}
	

}
