@charset "utf-8";
/* *****共通設定***** */
body{
	font-family: "ＭＳ Ｐ明朝", "游明朝", serif;
}
main {
  display: block;
  background-color: #fff;
　font-family: "ＭＳ Ｐ明朝", "游明朝", serif;
}
main .btn {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 1.5rem;
}
h1 {
  font-size: 4.5rem;
}
h2, h3 {
  border-bottom: 1px solid #000;
}
a {
  text-decoration: none; /* 通常時の下線を消す */
}

a:hover {
  text-decoration: none; /* カーソルを合わせた時の下線を消す */
}

.midashi {
	font-size: 1.8rem !important;
	color: #007bbb;
	font-family: "ＭＳ Ｐ明朝", "游明朝", serif;
	font-weight: bolder;
	border-bottom: none;
}
.midashi_2 {
	font-size: 1.2rem !important;
	color: #007bbb;
	border-bottom: 1px solid #007bbb;
	font-family: "ＭＳ Ｐ明朝", "游明朝", serif;
	font-weight: bolder;
	padding-top: 6px;
	margin-right: 10px;
}
.midashi_3 {
	font-size: 1.2rem !important;
	color: #007bbb;
	border-bottom: 1px solid #007bbb;
	font-family: "ＭＳ Ｐ明朝", "游明朝", serif;
	font-weight: bolder;
	padding-top: 6px;
	margin-right: 10px;
	margin-left: 10px;
}
.wf-roundedmplus1c li {
	font-family: "ＭＳ Ｐ明朝", "游明朝", serif;
	font-weight: bolder;
}
.no_p {
  list-style: none;
	padding-left: 0;
	font-size: 14px;
}
.no_p li {
  position: relative;
  padding-left: 24px;
  border:none !important;;
}
.no_p li::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #007bbb;
  border-radius: 5px;
}
.none {
  display: none;
}
@media screen and (max-width: 768px) {
  h2, h3 {
    font-size: 1.5em !important;
  }
.nav-link ruby {
	ruby-align: start;
	}
}
.gray {
  color: #6c757d;
}
.card {
  margin-bottom: 10px;
}
.card:hover {
  transition: box-shadow 0.5s ease; 
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); 
}
.card-text {
  text-align: center;
}
.card-text {
  text-align: center;
  font-family: "ＭＳ Ｐ明朝", "游明朝", serif;
}
.img-thumbnail {
  width: 100%;
  padding: .25rem;
  background-color: transparent;
  border: none;
}
/* ヘッダー(navbar) */
.navbar {
  background-color: #007bbb;
  font-size: 1.2em;
  border-bottom: #d8d8d8 solid 20px;
}
.navbar .navbar-collapse {
  flex-grow: 0;
}
.navbar .navbar-brand {
  height: 80px;
}
.navbar .navbar-brand img {
  height: 100%;
  max-height: 80px;
}
.navbar .navbar-nav .active > .nav-link {
  color: #3ca9e4;
}
.navbar .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: #3ca9e4;
}
.navbar-dark .navbar-nav .nav-link{color: #fff;}

.navbar-dark .navbar-toggler{color: #fff;}
/* フッター */
#footer {
  background-color: #563322;
}
#footer .container {
  color: #e0c7b2;
}
#footer .footer-ttl {
  font-size: 1rem;
  font-weight: bold;
  margin: 1.5rem 0;
  color: #3ca9e4;
}
#footer address p, #footer #footer-news li {
  margin-bottom: 0.5rem;
}
#footer #footer-news ul {
  margin: 0;
  padding: 0
}
#footer #footer-news ul {
  list-style: none;
}
#footer #footer-news li span {
  display: inline-block;
  margin-right: 0.5rem;
}
#footer #copyright {
  background-color: #007bbb;
  color: #fff;
}
#footer img {
  width: 360px;
}
/* *****トップページ***** */
/* メイン画像 */
h1 {
  font-weight: bold !important;
  color: #3ca9e4;
}
#page-top h1 + span {
  font-size: 3rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 110%;
  margin-top: 0.2rem;
  display: block;
}
#page-top .jumbotron-fluid {
  height: 640px;
  background-color: #f1efff;
  border-bottom: #dddddd;
}
#page-top .jumbotron-fluid .container {
  height: 100%;
}
#page-top .jumbotron-fluid .btn {
  padding-left: 3rem;
  padding-right: 3rem;
  margin-top: 1.5rem;
  font-weight: bold;
  border-width: 3px;
  border-color: #fff;
}
/* 各セクション */
#page-top section {
  background-color: #fff;
  padding: 2rem 0;
}
#page-top section .container > h2 {
  margin-bottom: 30px;
  font-size: 2.5rem;
}
#page-top section .container > h2 + p {
  max-width: 700px;
  margin: 0 auto 50px;
}
/* *****下層ページ***** */
#breadcrumb-wrapper {}
#breadcrumb-wrapper, .breadcrumb {
  font-size: 0.9rem;
  background-color: #563322;
}
.breadcrumb a {
  color: rgba(255, 255, 255, .5);
}
.breadcrumb a:hover, .breadcrumb a:focus {
  color: rgba(255, 255, 255, 1);
}
.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  padding-right: 1rem;
  color: rgba(255, 255, 255, .5);
}
.breadcrumb-item.active {
  color: #ffffff;
}
h1.page-ttl {
  font-size: 2rem;
}
#page h1 + span {
  font-size: 1.5rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 110%;
  margin-top: 0.2rem;
  display: block;
}
#page article {
  padding: 5rem 0;
}
#page section {
  padding-bottom: 5rem;
}
#page section:last-child {
  padding-bottom: 0rem;
}
#page h1 + small {
  font-size: 1.5rem;
  color: #ffffff;
  line-height: 110%;
  margin-top: 0.2rem;
}
#page .jumbotron {
  background-color: #f1efff;
  border-bottom: #dddddd;
  background: url("../img/top-main.jpg") no-repeat center center;
  background-size: cover;
  border-radius: initial;
}
#page .jumbotron .container {
  padding: 0;
}
#page .jumbotron .container p {
  margin-bottom: 0;
}
#page h2 + p {
  margin: 0 0 1.2rem;
}
#page main img {
  max-width: 100%;
}
#page .sample-title {
  display: flex;
  align-items: center;
  text-align: center;
}
#page .sample-title::after {
  border-top: 3px dotted;
  content: "";
  display: inline; /* for IE */
  flex-grow: 1;
  margin-left: 0.5em;
}
#page .sample-title span {
  background-color: #fff;
}
.sample-subtitle {
  font-size: 1.5rem;
  font-weight: bold;
  color: #007bbb;
  text-align: center;
  border: none;
}
@media screen and (max-width: 768px) {
.sample-subtitle {
	margin-top:10px;
}
}
/* *****フォーム***** */
.form1 label {
  font-weight: bold;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.form1 input, .form1 textarea, .form1 select {
  max-width: 768px;
}
.form1 .form-group {
  margin-bottom: 2rem;
}
.swiper-container {
  width: 100%;
  max-width: 940px;
}
.swiper-container.slider {
  height: 100%;
}
.swiper-container.slider-thumbnail {
  height: 100%;
}
.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.5;
  overflow: hidden;
}
.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.slider1 {
  margin-bottom: 4px;
}
.slider-thumbnail1 {
  margin-bottom: 4px;
}
.thm img {
  border: 2px solid #fff;
}
.slide img {
  max-width: 100%;
  height: auto; /*高さ自動*/
}
.profile {
  display: flex;
  flex-direction: column;
}
.profile-item {
  display: flex;
  align-items: flex-start; /* ここで変更 */
  padding: 0;
}
.profile-label {
  font-weight: bold;
  min-width: 80px; /* ラベルの最小幅を確保 */
}
.profile-value {
  flex-grow: 1; /* 残りの領域を占める */
}
.mp3 {
  margin: 1em 0 2em 0;
}
.sv ol li {
  list-style: none;
  text-align: left;
}
.midashi_t {
  font-size: 2.25rem;
  font-style: italic;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.midashi_01 {
  margin: 1em 0 0 0;
}
.midashi_02 {
  color: white;
  font-size: 1em;
  background-color: #007bbb;
  border-radius: 5px;
  padding: 7px;
  margin: 10px 10px 10px 0;
}
.td_02 {
  color: #3f3a39;
  font-size: 1em;
  border-bottom: dashed 2px #007bbb;
  border-bottom-left-radius: 5px;
  padding-left: 5.8em;
  text-indent: -5.8em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  /*　プレイヤー（再生バー）の高さ、幅、背景色の指定　*/
  .audiojs {
    height: 22px;
    background: #404040;
    width: 100%;
  }
  /*　再生・停止ボタンの高さ、幅、パディングの指定　*/
  .audiojs .play-pause {
    width: 25px;
    height: 20px;
    padding: 0px 8px 0px 0px;
  }
  /*　再生・停止ボタンなどの p 要素　*/
  .audiojs p {
    width: 25px;
    height: 20px;
    margin: -3px 0px 0px -1px;
  }
  /*　進行状態・ロードの状態を表示する部分　*/
  .audiojs .scrubber {
    background: #5a5a5a;
    width: 65%;
    height: 10px;
    margin: 5px;
  }
  /*　進行状態を表示するバーの部分　*/
  .audiojs .progress {
    height: 10px;
    width: 0px;
    background: #ccc;
  }
  /*　ロード状態を表示するバーの部分　*/
  .audiojs .loaded {
    height: 10px;
    background: #000;
  }
  /*　再生時間の部分　*/
  .audiojs .time {
    float: left;
    height: 25px;
    line-height: 25px;
  }
  .audiojs .error-message {
    height: 24px;
    line-height: 24px;
  }
  /*　再生している曲の情報　*/
  .track-details {
    clear: both;
    height: 20px;
    width: 280px;
    padding: 1px 6px;
    background: #eee;
    color: #222;
    font-size: 11px;
    line-height: 20px;
  }
  .track-details:before {
    content: '♬  Now Playing: ';
  }
}
@media screen and (max-width: 768px) {
  /*　プレイヤー（再生バー）の高さ、幅、背景色の指定　*/
  .audiojs {
    height: 22px;
    background: #404040;
    width: 100%;
  }
  /*　再生・停止ボタンの高さ、幅、パディングの指定　*/
  .audiojs .play-pause {
    width: 25px;
    height: 20px;
    padding: 0px 8px 0px 0px;
  }
  /*　再生・停止ボタンなどの p 要素　*/
  .audiojs p {
    width: 25px;
    height: 20px;
    margin: -3px 0px 0px -1px;
  }
  /*　進行状態・ロードの状態を表示する部分　*/
  .audiojs .scrubber {
    background: #5a5a5a;
    width: 55%;
    height: 10px;
    margin: 5px;
  }
  /*　進行状態を表示するバーの部分　*/
  .audiojs .progress {
    height: 10px;
    width: 0px;
    background: #ccc;
  }
  /*　ロード状態を表示するバーの部分　*/
  .audiojs .loaded {
    height: 10px;
    background: #000;
  }
  /*　再生時間の部分　*/
  .audiojs .time {
    float: left;
    height: 25px;
    line-height: 25px;
  }
  .audiojs .error-message {
    height: 24px;
    line-height: 24px;
  }
  /*　再生している曲の情報　*/
  .track-details {
    clear: both;
    height: 20px;
    width: 280px;
    padding: 1px 6px;
    background: #eee;
    color: #222;
    font-size: 11px;
    line-height: 20px;
  }
  .track-details:before {
    content: '♬  Now Playing: ';
  }
}
.list {
  max-width: 600px;
  margin: 0 auto;
  padding-top: 10px;
}
.item {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.title {
  font-size: 24px;
  margin-bottom: 10px;
  color: #333;
}
.bio_t {
  font-size: 14px;
  line-height: 16px;
  color: #666;
　margin-bottom: 1em; /* デフォルトの下マージンを設定（必要に応じて調整） */
}

.bio_t + .bio_t { /* 直前の兄弟要素も.bio_tクラスを持つ<p>タグの場合 */
  margin-top: 0; /* 上マージンを0に設定し、相殺させる */
}

p + p { /* 直前の兄弟要素が<p>の場合 */
  margin-top: 0em; /* 上マージンを0に */
}
/*ページトップへ戻るボタン
-------------------------------------*/
.to-top {
  display: inline-flex; /* TOPと矢印を中央揃えにするため */
  flex-direction: column; /* TOPと矢印を縦に並べるため */
  align-items: center; /* 中央揃え */
  justify-content: center; /* 垂直方向の中央揃え */
  width: 60px;
  height: 60px;
  background-color: #007bbb; /* ボタンの色 */
  color: white;
  border-radius: 50%; /* 円形にする */
  text-decoration: none;
  position: fixed; /* 画面に固定 */
  bottom: 20px;
  right: 20px;
  opacity: 0; /* 最初は非表示 */
  transition: opacity 0.3s; /* opacityの変化を滑らかにする */
}

.to-top::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px; /* 上向きの矢印 */
  border-color: transparent transparent white transparent;
  margin-bottom: 5px; /* TOPとの間隔 */
}

/* スクロールしたら表示 */
body.scrolled .to-top {
  opacity: 1;
}


#bn article > .row {
  border: 1px solid #dddddd;
}
#bn > div:nth-child(1) img {
  width: 100%;
}
/*#sec4 > div:nth-child(2){
    margin-left: 220px;
}*/
#bn h3 {
  margin-bottom: 0.1rem;
}
#bn article > div div header {
  padding: 10px;
}
#bn p {
  font-size: 14px;
}
.box3 {
  width: 1080px;
  margin: 20px auto 0;
  font-size: 10px;
  font-size: 1rem
}
.box3 > ul > li {
  list-style: none;
  border-top: 1px solid #ccc
}
.box3 > ul > li:last-child {
  border-bottom: 1px solid #ccc
}
.box3 .box3_item {
  display: table;
  table-layout: fixed;
  width: 100%
}
.box3 .box3_item > div {
  display: table-cell;
  vertical-align: top;
  padding: 10px 30px;
}
.box3 .box3_item_left {
  width: 26%;
  background-color: #d4daeb
}
.box3 .box3_item_left p {
  font-weight: bold;
}
.box3 .box3_item_right {
  width: 74%;
  border-right: 1px solid #ccc
}
.box3 .box3_item_right ul {
  margin-top: -6px
}
.box3 .box3_item_right ul li {
  list-style: none;
  line-height: 1.7
}
.box3 .box3_item_right .fifty {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 20px 0 0 0
}

.box3 .box3_item_right .way {
  margin: 10px 0 0 0;
  font-size: 16px;
  font-size: 1.6rem
}
.box3 .box3_item_right .way li {
  line-height: 1.4
}
.way {
  margin: 10px 0 0 0;
  font-size: 10px !important;
  font-size: 1rem !important;
}
.box3 .box3_item_right .way li {
  line-height: 1.4
}
.box3_c{
	font-weight: bold;
}
.g_map{
	max-width: 480px;
	width: 100%;
	border:0;
}
@media screen and (max-width: 768px) {
  .box3 {
    width: 100%;
    padding: 0;
    margin: 10px 0 0 0;
    font-size: 10px;
    font-size: 1rem
  }
  .box3 > ul > li {
    border-top: 1px solid #ccc
  }
  .box3 > ul > li:last-child {
    border-bottom: 1px solid #ccc
  }
  .box3 .box3_item {
    display: table;
    table-layout: fixed;
    width: 100%
  }
  .box3 .box3_item > div {
    display: table-cell;
    vertical-align: top;
    padding: 20px
  }
  .box3 .box3_item_left {
    width: 30%;
    background-color: #d4daeb
  }
  .box3 .box3_item_left p {
    font-weight: bold;
    line-height: 1.4;
    margin-top: -4px;
  }
  .box3 .box3_item_right {
    width: 70%;
    border-right: 1px solid #ccc
  }
  .box3 .box3_item_right ul {
    margin-top: -6px
  }
  .box3 .box3_item_right ul li {
    line-height: 1.7
  }
  .box3 .box3_item_right .fifty {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 20px 0 0 0
  }

  .box3 .box3_item_right .way {
    margin: 10px 0 0 0;
    font-size: 16px;
    font-size: 1.6rem
  }
  .box3 .box3_item_right .way li {
    line-height: 1.4
  }
  .box3 .box3_item_right p {
    line-height: 1.4;
    margin-top: -4px
		
  }
  #map_canvas {
    width: 100%;
    height: 300px
  }
  .way {
    margin: 10px 0 0 0;
    font-size: 10px !important;
  font-size: 1rem !important;
  }
  .box3 .box3_item_right .way li {
    line-height: 1.4
  }

}
.no-gutters {
  margin-right: -5px;
  margin-left: -5px;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.sns-icons {
  display: flex; /* アイコンを横並びにする */
  justify-content: left; /* アイコンを中央に配置する（必要に応じて） */
  align-items: center; /* アイコンを垂直方向に中央に配置する（必要に応じて） */
}

.sns-icons img {
  width: auto;
  height: 20px; /* アイコンの高さ */
  margin: 10px 10px 10px 0; /* アイコン間の余白 */
}




.filter-container {
  display: flex;
  gap: 20px; /* セレクトボックス間のスペース */
  align-items: center; /* アイテムを中央揃え */
	margin-bottom: 10px;
}

.filter-group {
  display: flex;
  align-items: center;
  gap: 10px; /* ラベルとセレクトボックス間のスペース */
}

.filter-gender, .filter-job {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
}

.filter-gender:focus, .filter-job:focus {
  outline: none;
  border-color: #666;
}

.filter-item {
  display: none; /* 初期状態では非表示 */
}

.selectbox-1 {
    position: relative;
}

.selectbox-1::before,
.selectbox-1::after {
    position: absolute;
    content: '';
    pointer-events: none;
}

.selectbox-1::before {
    display: inline-block;
    right: 0;
    width: 2em;
    height: 2em;
    border-radius: 0 3px 3px 0;
    background-color: #3ca9e4;
}

.selectbox-1::after {
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translate(50%, -50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
}

.selectbox-1 select {
    appearance: none;
    min-width: 120px;
    height: 2em;
    padding: .2em 1.8em .2em .4em;
    border: none;
    border-radius: 3px;
    background-color: #f2f2f2;
    color: #333;
    font-size: 1em;
    cursor: pointer;
}

.selectbox-1 select:focus {
    outline: 2px solid #3ca9e4;
}


.btn-radius-solid{
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  padding: 0.5rem 0.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  border: 1px solid #ccc;
  background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
  -webkit-box-shadow: inset 1px 1px 1px #fff;
  box-shadow: inset 1px 1px 1px #fff;
  margin-bottom: 0.5rem;
}

.btn-radius-solid:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
}

.icon {
  width: 100%;
  display: inline-block; /* 必要に応じて */
  background-color: #007bbb; /* 背景色 */
  color: white; /* 文字色 */
  border-radius: 4px; /* 角丸の半径 */
	text-align: center;
}

.n_g{
	font-size: 14px;
	margin: 0.5em 0;	
}

.t_icon{
	font-size: 14px;
	
}
.t_name {
  margin-bottom: 2px;
  display: inline-block; /* 必要に応じて */
  padding: 2px 4px; /* 必要に応じて */
  background-color: #3ca9e4; /* 背景色 */
  color: white; /* 文字色 */
  border-radius: 4px; /* 角丸の半径 */
}
