@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Sans+SC:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Neonderthaw&family=Noto+Sans+JP:wght@300;500&display=swap');
@import url("./head-foot.css");
body {
  color: #333333;
}

h1,h2,h3,h4,h5,h6 {
font-weight: bold;
}

/*　▼nav item-list */
#item-list {
  margin-top: 0px;
}
#item-list ul {
  margin: 0 !important;
  padding: 0 !important;
}
#item-list ul:after {
  content: "";
  clear: both;
  display: block;
}
#item-list ul li {
  list-style: none;
}
#item-list ul li a {
  color: #2d4b73;
  font-size: 12px;
  font-weight: bold;
  display: block;
  float: left;
  text-align: center;
  padding: 3px 3px;
  background-color: #FFF;
  /*	border: 1px solid #999999;*/
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .25);
}
#item-list ul li a.current {
  color: #FFF;
  background-color: #2d4b73;
}
#item-list ul li a.outline {
  color: #FFF;
  background-image: linear-gradient(45deg, rgba(61, 200, 194, 1), rgba(61, 156, 194, 1) 50%, rgba(197, 125, 233, 1));
}
#item-list ul li a {
  border-radius: 30px;
  width: calc(100% / 2 - 5px - 5px);
  margin: 5px;
}
/* ▲nav item-list */
.item-cat_head {
  margin-top: 40px;
  /*	text-align: center;*/
}
.item-cat_head h2 {
  font-size: 24px;
  font-weight: 700;
  color: #2d4b73;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 15px;
  /*	border: 1px solid #dfdfdf;
	text-align: center;
	padding: 10px;
	border-radius: 30px;*/
}
.item-cat_head h2 span {
  /*		display: block;
		font-size: 18px;
		margin-bottom: 15px;*/
}
.item-cat_head p {
  font-size: 16px;
  /*	background-color: #f5f5f5; 
	padding: 10px;*/
  margin-bottom: 0;
}
ul.side_bnr {
  list-style: none;
  margin: 0;
  padding: 0;
}
li.bnr_catalog a {
  position: fixed;
  right: 0px;
  display: block;
  text-indent: -9999px;
  top: 33%;
  width: calc(162px / 2.8);
  height: calc(690px / 2.8);
  background-image: url("../images/side-bnr_catalog_2nd.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

li.bnr_gallery a {
  position: fixed;
  right: 0px;
  display: block;
  text-indent: -9999px;
  top: calc(33% + 260px);
  width: 59px;
  height: 203px;
  background-image: url("../images/side-bnr_gallery.png");
  background-size: 100%;
  background-repeat: no-repeat;
}	
li.bnr_catalog a:hover {
  top: calc(33% + 2px);
  right: -1px;
  opacity: 0.95;
}
	
li.bnr_gallery a:hover {
 top: calc(33% + 260px + 2px);
  right: -1px;
  opacity: 0.95;
}

/* ↓以下のウィンドウ幅で消す */
@media screen and (max-width: 1180px) {
  /*  .side_bnr {
    display: none
  }*/
}
.contact {
  text-align: center;
  margin-bottom: 80px;
}
/*h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
h5 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}*/
.contact h4 {
  color: #2d4b73;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  border-bottom: 6px solid #99b4bf;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
h4.course {
  color: #2d4b73;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  border-bottom: 6px solid #549f47;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.contact .tel-fax {
  color: #2d4b73;
  font-size: 24px;
  margin-bottom: 10px;
}
.contact .tel-fax span {
  display: block;
  font-size: 16px;
}
.no-gutters {
  margin-right: -5px;
  margin-left: -5px;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.bg-course {
  background-image: url("images/bg_course.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-course h4 {
  color: #FFF;
}
.bg-course p {
  color: #FFF;
}
.wrap_shop {
  border: 1px solid #1f7345;
}
.wrap_shop h5 {
  color: #1f7345;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.wrap_shop p {
  margin-bottom: 0;
}
.logo_ph {
  background-color: #1f7345;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product_bg {}
.product {}
.product .card-body {
  background-color: #fff;
  margin: 0;
  padding: 15px 10px;
}
.product .card-title {
  margin: 0;
  padding: 0;
  text-align: center;
}
.product .card-title a {
  /*  color: #000;*/
}
.product h5.card-title {
  font-size: 1.2rem;
}
.card {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
h2.page_title {
  font-size: 28px;
  font-weight: 700;
  color: #2d4b73;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  margin-bottom: 60px;
  margin-top: 60px;
}
h2.page_title span {
  display: block;
  font-size: 0.6em;
  color: #99b4bf;
  font-weight: normal;
  padding-top: 10px;
}
.copy_block h3 {
  font-family: 'Neonderthaw', cursive;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400 !important;
  margin-bottom: 10px;
  text-align: center;
  color: #2f4f4f;
}
.copy_block p {
  font-size: 1.0rem;
  max-width: 840px;
  margin: 20px auto 20px;
}
/* //////コース設計////// */
.bg_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 500px;
  margin-bottom: 20px;
  background-image: url(../images/_DSC9042.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.plan {
  margin-bottom: 50px;
}
.plan img {
  display: block;
  margin: 20px auto;
  text-align: center;
}
.plan h3 {
  color: #FFF;
  background-color: cadetblue;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  border: 1px solid #999999;
  padding: 30px 5px;
  margin: 0px 0 15px 0;
}
.plan ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.plan ul li {
  font-size: 1.1rem;
  font-weight: 500;
  background-color: #f2f2f2;
  padding: 10px 10px;
  margin: 8px auto;
  border-radius: 15px;
  text-align: center;
}
/* //////カタログ請求////// */
.catalog {
  max-width: 1040px;
  margin: 0 auto;
}
.catalog h2.page_title {
  font-size: 21px;
  font-weight: 700;
  color: #FFF;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 60px;
  padding: 15px;
  background-color: #299bc0;
}
.catalog .linear {
  font-size: 20px;
  font-weight: 500;
  text-align: center; /*    background:linear-gradient(transparent 60%, #ff6 60%);*/
}
.wrap-box {
  background: #f1f1f1;
  padding: 10px;
}
.wrap-box h5 {
  font-size: 16px;
  color: #FFF;
  background-color: #299bc0;
  padding: 10px 10px;
  margin-bottom: 15px;
}
.wrap-box p {
  font-size: 14px;
}
/* //////企業情報////// */
.company h3 {
  font-size: 1.05rem;
  font-weight: 500;
  text-align: center;
  color: #FFF;
  background-color: #7d99b6;
  padding: 15px 5px;
  margin-bottom: 25px;
}
.company td {
  padding-bottom: 0.5em;
  vertical-align: top;
}
table.area {
  border-collapse: separate;
  border-spacing: 0px 10px;
}
.area th {
  background-color: #f1f1fd;
  /*  border: 1px solid #000;*/
  font-weight: normal;
}
.area th p {
  padding: 5px 15px;
  line-height: 1.0;
  white-space: nowrap;
  margin-bottom: 0;
}
.area td {
  padding: 5px 0px;
  padding-left: 15px;
}
/* //////お問い合わせ////// */
.contact_wrap {
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
}
.contact_wrap h5 {
  color: #FFF;
  background-color: #7d99b6;
  font-size: 1.2rem;
	font-weight: bold;
  padding: 15px;
  margin-bottom: 40px;
}
.contact_wrap h6 {
  color: #666666;
font-weight: 500;
  font-size: 30px;
  margin-bottom: 10px;
}
/* //////プライバシー////// */
.policy {
  max-width: 1040px;
  margin: 0 auto;
}
.policy h5 {
	color: #696969;
font-weight: bold;
}
/* //////お見積もりについて////// */
.mitumori {
  max-width: 1040px;
  margin: 0 auto;
}
.mitumori h3 {
  font-size: 21px;
  color: #FFF;
  background-color: #299bc0;
  padding: 15px 15px;
  margin-bottom: 30px;
}
ol.cp_clist {
  counter-reset: cp_clist; /*数字をリセット*/
  list-style-type: none;
  padding: 0.5em;
}
ol.cp_clist li {
  position: relative;
  padding-left: 30px;
  padding: 0.5em 0.5em 0.5em 30px;
}
ol.cp_clist li::before {
  position: absolute;
  display: inline-block;
  top: 25px;
  left: 0;
  /* カウントさせる */
  counter-increment: cp_clist;
  content: counter(cp_clist);
  /*装飾*/
  padding: 0 0.2em 0 0.2em;
  background: #ff9933;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  transform: translateY(-50%);
}
/* //////大会写真ギャラリー////// */
.polaroid {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px 10px 10px;
  margin-bottom: 40px;
  box-shadow: 0 10px 8px -6px #bebebe;
  box-sizing: border-box;
}
.polaroid a {
  display: block;
}
.polaroid-caption {
  color: #757575;
  font-size: 16px;
  padding-top: 20px;
  text-align: center;
}
/*　//////ボタン関連//////　*/
.btn-map {
  color: #fff;
  background-color: #1f7345;
  border-color: #1f7345;
  font-size: 11px;
  line-height: 1.0;
  padding: 3px 6px 3px;
  border-radius: 10px;
}
.btn-map:hover {
  color: #fff;
  opacity: 0.5;
  text-decoration: none;
}
/* 通常のボタン色 */
.btn-primary, .btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
/* focusされた時の枠線の色 */
.btn-primary:focus, .btn-primary.focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
/* hover時（マウスカーソルを重ねた時）の色（通常より濃いor暗めの色を指定）*/
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
/* active時の色（hover時と同等かさらに濃いor暗めの色を指定） */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
/* 通常のボタン色 */
.btn-secondary, .btn-secondary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #2d4b73;
  border-color: #2d4b73;
}
/* focusされた時の枠線の色 */
.btn-secondary:focus, .btn-secondary.focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
/* hover時（マウスカーソルを重ねた時）の色（通常より濃いor暗めの色を指定）*/
.btn-secondary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
/* active時の色（hover時と同等かさらに濃いor暗めの色を指定） */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-mitumori {
padding: 10px 15px;
font-size: 1.0rem;
}



.fa-pen-square {
  color: darkorange;
}



/*// Extra small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap/*/
/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
  #item-list ul li a {
    width: calc(100% / 3 - 5px - 5px);
  }
}
/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  #item-list ul li a {
    width: calc(100% / 4 - 5px - 5px);
  }
.btn-mitumori {
padding: 10px 15px;
font-size: 1.25rem;
}
}
/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
.bg_wrap {
  margin-bottom: 40px;
}
.copy_block h3 {
  font-size: 23px;
  line-height: 1.4;
}	
  .contact .tel-fax span {
    display: inline-block;
    font-size: 24px;
  }
  #item-list ul li a {
    font-size: 13px;
    width: calc(100% / 5 - 5px - 5px);
  }
}
/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1400px) {
  #item-list ul li a {
    font-size: 14px;
    width: calc(100% / 6 - 5px - 5px);
  }
}
/* img hover effect */
.photo-over {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #fff;
}
.photo-over img {
  display: block;
  transition-duration: 0.5s;
}
.photo-over img:hover {
  transform: scale(1.2);
  transition-duration: 0.5s;
  opacity: 0.6;
}