/*
Theme Name: 群馬芸術文化バックアップセンター　サブページ
*/

/* --- サブページ共通 ------------------------------------------------------------------------------------- */

.content {
  margin-top: 150px;
  width: 100%;
  text-align: center;
}
.content-in {
  width: 1000px;
  margin: 0 auto 50px auto;
  text-align: left;
}
@media screen and (max-width:1000px) {
  .content-in {
    width:90%;
  }
}
.pankuzu {
  font-size: 12px;
}
.content h2 {
	position: relative;
	background: #dfe8fa;
	padding: 2rem;
	text-align: center;
  font-size: 1.7em;
  color: #332301;
  margin: 30px auto;
}
.content h2:before, h2:after { 
	content:'';
	width: 20px;
	height: 40px;
	position: absolute;
	display: inline-block;
}
.content h2:before {
	border-left: solid 3px #332301;
	border-top: solid 3px #332301;
	top:0;
	left: 0;
}
.content h2:after {
	border-right: solid 3px #332301;
	border-bottom: solid 3px #332301;
	bottom:0;
	right: 0;
}
.content h3 {
  background: #dfe8fa;
  color: #332301;
  padding: 1rem;
  margin: 30px auto;
  font-size: 1.5em;
  border-bottom: #332301 2px solid;
}
.content h4 {
  background: #dfe8fa;
  color: #332301;
  padding: 1rem;
  margin: 30px auto;
}
.content h5 {
  color: #332301;
  font-size: 1em;
  border-bottom: #332301 2px solid;
  margin: 20px auto;
}
.content ul {
  list-style-type: disc;
  margin-left: 3em;
}
.content ol {
  list-style-type: decimal;
  margin-left: 3em;
}
.content table{
  border-collapse: collapse;
  border-spacing: 0;
}
.content table th, .content table td{
  padding: 10px;
  text-align: center;
  border: solid 1px #666;
}
.content table tr:nth-child(odd){
  background-color: #fefded;
}
.content p, .content hr {
  margin: 1.5em auto;
}


/* --- アーカイブページ ------------------------------------------------------------------------------------- */

.archive-list {
  margin-left: 0 !important;
}
.archive-list li {
  list-style: none;
  width: 90%;
  margin: auto;
}

/*  アーカイブページャー  */
.navigation.pagination{
  margin-top:30px;
  text-align: right;
}
.navigation.pagination .nav-links .prev{
  border:none !important;
}
.navigation.pagination .nav-links .next{
  border:none !important;
}


/* --- アーティストページ ------------------------------------------------------------------------------------- */

.artist-prof {
  display: flex;
  margin: 50px;
}
/*.artist-prof img {
  width:200px;
  height:200px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 30px;
}*/
.artist-prof img {
  width:270px;
  height:300px;
  object-fit: contain;
  margin-right: 30px;
}
.artist-prof .artist-position {
  padding: 45px 0 0 0;
  font-weight: bold;
  color: #332301;
}
.artist-prof h2 {
  position:static;
  background: none;
  box-shadow: none;
  border: none;
  padding: 10px 0px;
  margin: auto;
  font-size: 24pt;
  width: 500px;
}
.content h2:before, h2:after { 
  display: none;
}
.artist-prof h2 span {
  font-size: 0.6em;
}
.artist-tagbox span {
  margin: 0 .4em .6em 0;
  padding: .6em;
  line-height: 1;
  font-size: 0.7em;
  text-decoration: none;
  background-color: #dcf0f0;
  border-radius: 2em;
}
@media screen and (max-width:1000px) {
  .artist-prof {
    display: block;
    text-align: center;
    margin: 20px;
  }
  .artist-prof img {
    width: 100%;
    margin: auto 0;
  }
  .artist-prof .artist-position {
    padding: 20px 0 0 0;
  }
  .artist-prof h2 {
    width: auto;
  }
}
.artist-img {
  display: flex;
}
.artist-img img {
  max-width: 49%;
  max-height:400px;
  object-fit: cover;
  margin: 0.5%;
}
@media screen and (max-width:520px) {
  .artist-img {
  display: block;
  }
  .artist-img img {
  max-width: 100%;
  }
}
.artist-tbl {
  width: 100%;
}
.artist-tbl th {
  width: 160px;
}
.artist-tbl td {
  text-align: left !important;
}
.artist-action {
  margin: 70px auto 20px auto;
  padding: 30px;
  background-color: #eee;
  color: #333;
}


/* --- アーティストアーカイブページ ------------------------------------------------------------------------------------- */

.artist-list {
  display: flex;
  flex-wrap: wrap;
}
.artist-listBox {
  width:310px;
  text-align: center;
  margin: 10px;
  background-color:#f5f5f5;
  border-radius: 20px;
}
.alist-prof {
  width: 100%;
  padding: 20px;
  text-align: center;
}
/*.alist-prof img {
  width:200px;
  height:200px;
  border-radius: 50%;
  object-fit: cover;
}*/
.alist-prof img {
  width:270px;
  height:300px;
  object-fit: contain;
}
.alist-prof .artist-position {
  font-weight: bold;
  color: #332301;
}
.alist-prof p {
  font-size: 16pt;
  font-weight: bold;
  margin: 3px;
}
.alist-prof p span {
  font-size: 0.6em;
  line-height: 0px;
}
.alist-tagbox span {
  margin: 0 .4em .6em 0;
  padding: .6em;
  line-height: 1;
  font-size: 0.7em;
  text-decoration: none;
  background-color: #dcf0f0;
  border-radius: 2em;
}
.alist-btn {
  padding: 0 0 20px 0;
}
@media screen and (max-width:750px) {
  .artist-list {
  display: block;
  text-align: center;
  }
  .artist-listBox {
    margin: 15px auto;
  }
}
#feas-searchform-0 {
  background-color:#f5f5f5;
  border:1px solid #ccc;
  padding:15px;
  width: 90%;
  margin: 60px auto;
  line-height: 1.4em;
}
#feas-searchform-0 p{
  font-weight: bold;
  font-size: 120%;
  margin: 20px 0 0 0;
  color: #332301;
}
#feas-searchform-0 label {
  font-weight:normal;
}
#feas-searchform-0 input,
#feas-searchform-0 select {
  margin-right:5px;
  margin-left:10px;
}
#feas-searchform-0 div {
  margin : 10px;
}
#feas-searchform-0 .feas_clevel_01 {
  display:block;
  background-color: #ddd;
  border-radius: 3px;
  margin-top: 13px;
  line-height: 1.8em;
}
#feas_0_1 {
  width: 99%;
  padding: 8px 15px;
  margin-top: 5px;
  border: 1px solid #ddd;
  border-radius: 3px;
}
#feas-searchform-0 .box-submit-button {
  text-align: center;
}
#feas-searchform-0 input.feas-submit-button {
  width: 200px;
  height: 40px;
  font-size:100%;
  font-weight: bold;
  background: #b0d8ff;
  border: 1px solid #999;
  margin-top: 20px;
}
#feas-searchform-0 input.feas-submit-button:hover {
  background: #f99;
}

/* --- 施設アーカイブページ ------------------------------------------------------------------------------------- */
.shisetsu-list {
  display: flex;
  flex-wrap: wrap;
}
.shisetsu-listBox {
  width:310px;
  text-align: center;
  margin: 10px;
  background-color:#f5f5f5;
  border-radius: 20px;
}
.shisetsu-innerBox {
  width: 100%;
  padding: 20px 20px 0 20px;
  text-align: center;
}
.shisetsu-listBox h3 {
  color: #332301;
  font-size: 1.5em;
  padding: 0;
  margin: 0;
  background-color:#f5f5f5;
  border-bottom: none;
}
.shisetsu-tagbox {
  margin: 15px 0;
}
.shisetsu-tagbox span {
  margin: 0 .4em .6em 0;
  padding: .6em;
  line-height: 1;
  font-size: 0.7em;
  text-decoration: none;
  background-color: #dcf0f0;
  border-radius: 2em;
}
.shisetsu-listBox img {
  width:270px;
  height:200px;
  object-fit: contain;
}

@media screen and (max-width:750px) {
  .shisetsu-list {
    display: block;
    text-align: center;
    }
  .shisetsu-listBox {
    margin: 15px auto;
    }
  .shisetsu-tbl {
    width: 100%;
  }
}

#feas-searchform-1 {
  background-color:#f5f5f5;
  border:1px solid #ccc;
  padding: 15px;
  width: 90%;
  margin: 60px auto;
  line-height: 1.4em;
}
#feas-searchform-1 p.level1 {
  font-weight: bold;
  font-size: 120%;
  margin: 20px 0 0 0;
  color: #332301;
}
#feas-searchform-1 p.level2 {
  margin: 20px 0 0 0;
}
#feas-searchform-1 label{ /*チェックボックスやラジオボタンの各項目を垂直方向に整列*/
  font-weight: normal;
  display: inline-block;
  width: 138px;
}
#feas-searchform-1 label.feas_clevel_01[for="feas_1_0_0"], /*中項目の改行*/
#feas-searchform-1 label.feas_clevel_01[for="feas_1_1_0"],
#feas-searchform-1 label.feas_clevel_01[for="feas_1_2_0"],
#feas-searchform-1 label.feas_clevel_01[for="feas_1_3_0"],
#feas-searchform-1 label.feas_clevel_01[for="feas_1_4_0"],
#feas-searchform-1 label.feas_clevel_01[for="feas_1_5_0"],
#feas-searchform-1 label.feas_clevel_01[for="feas_1_6_0"] {
  display:block;
  margin: 8px 0 0 0;
  font-weight: bold;
}
#feas-searchform-1 label.feas_clevel_01[for="feas_1_5_1"], /*施設の幅変更*/
#feas-searchform-1 label.feas_clevel_01[for="feas_1_5_2"],
#feas-searchform-1 label.feas_clevel_01[for="feas_1_5_3"],
#feas-searchform-1 label.feas_clevel_01[for="feas_1_5_4"],
#feas-searchform-1 label.feas_clevel_01[for="feas_1_5_5"],
#feas-searchform-1 label.feas_clevel_01[for="feas_1_6_1"],
#feas-searchform-1 label.feas_clevel_01[for="feas_1_6_2"],
#feas-searchform-1 label.feas_clevel_01[for="feas_1_6_3"],
#feas-searchform-1 label.feas_clevel_01[for="feas_1_6_4"],
#feas-searchform-1 label.feas_clevel_01[for="feas_1_6_5"],
#feas-searchform-1 label.feas_clevel_01[for="feas_1_6_6"],
#feas-searchform-1 label.feas_clevel_01[for="feas_1_6_7"],
#feas-searchform-1 label.feas_clevel_01[for="feas_1_6_8"],
#feas-searchform-1 label.feas_clevel_01[for="feas_1_6_9"],
#feas-searchform-1 label.feas_clevel_01[for="feas_1_6_10"],
#feas-searchform-1 label.feas_clevel_01[for="feas_1_6_11"],
#feas-searchform-1 label.feas_clevel_01[for="feas_1_6_12"] {
  width: 168px;
}
#feas-searchform-1 #feas_1_7 { /*フリーワード入力窓*/
  width: 99%;
  padding: 8px 15px;
  margin-top: 5px;
  border: 1px solid #ddd;
  border-radius: 3px;
}
#feas-searchform-1 .box-submit-button {
  text-align: center;
}
#feas-searchform-1 input.feas-submit-button {
  width: 200px;
  height: 40px;
  font-size:100%;
  font-weight: bold;
  background: #b0d8ff;
  border: 1px solid #999;
  margin-top: 20px;
}
#feas-searchform-1 input.feas-submit-button:hover {
  background: #f99;
}


/* --- 施設ページ ------------------------------------------------------------------------------------- */
.shisetsu img {
  width: 30%;
  height: 360px;
  margin: 0 2% 0 0;
  float: left;
  object-fit: contain;
  object-position: top;
}
.shisetsu-tbl {
  width: 68%;
}
.shisetsu-tbl td {
  text-align: left !important;
}
.shisetsu-bikou {
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width:750px) {
  .shisetsu img {
    width: 100%;
    height: auto;
    float: none;
    margin: 1% 1% 5% 1%;
    object-fit: none;
    object-position: unset;
  }
  .shisetsu-tbl {
    width: 100%;
  }
}



/* --- Contact Form7 -------------------------------------------------------------------- */

/* 必須マーク */
.must {
	background: #FF1A00;
}
/* 任意マーク */
.free {
	background: #999;
}
.must,
.free {
	color: #FFF;
	border-radius: 3px;
	font-size: 10px;
	margin-right: 10px;
	padding: 3px 6px;
	letter-spacing: 0.2em;
}
/* フォーム入力項目 */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
	 width: 100%;
	 padding: 8px 15px;
	 margin-right: 10px;
	 margin-top: 10px;
	 border: 1px solid #333;
	 border-radius: 3px;
}
.wpcf7 dt {
  font-weight: bold;
}
.wpcf7 dd {
  margin: 0 0 20px 0;
}
.wpcf7 dt p,
.wpcf7 dd p {
  margin: 0;
}
/* 送信ボタン */
input.btn_contact7 {
	width: 300px;
	height: 50px;
	background: #f90;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #ffae13;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
}
/* 送信ボタンホバー */
input.btn_contact7:hover{
	background: #FFF;
	color: #F90;  
}


/* 2024/12追記
---------------------------------------------- */
/* 登録申請から掲載までの流れ */
.border_box {
  border: 1px solid #313131;
  padding: 20px;
  margin-top: 20px;
	margin-bottom: 20px;
}

/* ボタン　２つ横並び */
.btn_flex {
  display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    max-width: 500px;
}
.btn_flex .btn_white a {
  width: 200px;
}

/* ドロップダウンメニュー、人数　枠広げる */
select.wpcf7-form-control.wpcf7-select, input[type="number"] {
  padding: 5px;
}

/* dtでもフォントの太さを通常にする */
.fw_normal {
  font-weight: normal;
}

.sp_br {
  display: inline-block;
}

/* --- 質問と入力欄と隣に並べる --- */
.inlineblock span  {
  display: inline-block;
}
.wpcf7 .inlineblock p { /* 項目文とテキストエリアを未入力の時も横並びにする */
  display: flex;
  align-items: flex-start;
}
/* 上部の余白を項目文とテキストエリアを囲むｐに付与 */
.wpcf7 .inlineblock > p { 
  margin-top: 10px;
}
.wpcf7 .inlineblock input[type="text"], .wpcf7 .inlineblock input[type="email"], .wpcf7 .inlineblock input[type="tel"], .wpcf7 .inlineblock textarea, input[type="number"] {
  margin-top: 0; /* テキストエリアのみについていた上部余白は0に */
}

/* 複数枚ファイルアップロード　説明文のh3（デフォルトのh3のスタイルを一部かき消す） */
.codedropz-upload-inner h3 {
  background: none;
  border-bottom: none;
}

/* --- ContactForm7内の取扱要領　ここから --- */
/* ContactForm7は自動でpタグで囲まれるため、基本設定のpタグの余白を.p_style_none内は解除する */
.p_style_none p {
  margin: 0 auto!important;
}

/* 縦スクロールできる枠 */
.privacy-policy_y-scrollbox {
  border: 1px solid #333;
  padding: 0 20px 20px 20px;
  height: 300px;
  overflow-y: auto;
}
.privacy-policy_y-scrollbox > div {
  padding-top: 15px;
}

.check-disabled {
  color: #afafaf;
}
/* --- ContactForm7内の取扱要領　ここまで --- */

/* 送信ボタン横の見えない何かを取り除く（これで中央揃えが整う） */
span.wpcf7-spinner {
  display: none;
}

@media screen and (max-width:750px) {
  .wpcf7 .inlineblock p {
    display: block;
  }
}

@media screen and (max-width:430px) {

  /* ボタン　２つ横並び解除 */
  .btn_flex {
    display: block;
  }
  .btn_flex .btn_white a {
    width: 100%;
  }
  .btn_flex .btn_user:first-child {
    margin-bottom: 20px;
  }

  /* チェックボックス */
  input.wpcf7-form-control.wpcf7-file {
    width: 100%;
  }

  .fw_normal {
    font-size: 14px;
  }

  /* 「ＷＥＢページに掲載する名称を記入」というテキストを改行する */
  .sp_br {
    display: block;
  }

}



/* --- 事業紹介ページ -------------------------------------------------------------------- */
.jigyo h2 {
  color: #332301;/*文字色*/
  padding: 0.7em 0.7em 1em 0.7em;/*文字周りの余白*/
  line-height: 1.3;/*行高*/
  background: #f6ecd1;/*背景色 もとdfe8fa*/
  vertical-align: middle;
  border-radius: 70px;/*角を丸く*/
  font-size: 2em;
  position: static;
  text-align: left;
  margin: 30px auto;
}
.jigyo h2:before { 
  content: '●';
  font-size: 1.5em;
  color: white;
  margin-right: 8px;
  width: auto;
	height: auto;
	position: static;
	display: inline-block;
  border: none;
  bottom:0;
	right: 0;
}
.jigyo h2::after { 
  width: auto;
	height: auto;
	position: static;
	display: block;
  border: none;
  bottom:0;
	right: 0;
}
.jigyo h3 {
  color: #332301;/*文字色*/
  /*padding: 0.7em 1.5em;文字周りの余白*/
  line-height: 1.3;/*行高*/
  background: #f6ecd1;/*背景色*/
  vertical-align: middle;
  border-radius: 30px;/*角を丸く*/
  font-size: 1.5em;
  margin: auto;
  border: none;
  scroll-margin-top: 120px;/*アンカーリンクのずれを解消*/
}
@media screen and (max-width:520px) {
  .jigyo h3 {scroll-margin-top: 60px;}/*アンカーリンクのずれを解消*/
}
.jigyo h4 {
  color: #332301;
  font-size: 1.3em;
  border-bottom: #332301 2px solid;
  margin: 20px auto;
  background: none;
  padding: none;
}
.jigyo-box {
  background: #f6ecd1;
  border-radius: 25px;
  padding: 0.5em 1.5em;
}
.jigyo-box img {
  border-radius: 25px;
  margin-top: 15px;
}
.jigyo-box h3{
  padding: auto 0;
  font-size: 1.3em;
  text-align: center;
}