@charset "utf-8";

/* --------------------------------------------------------------

  共通部分オリジナルスタイル

-------------------------------------------------------------- */

/* ヘッダー
-------------------------------------------------------------- */


/* トップイメージ
-------------------------------------------------------------- */

/* 全心一丸テキスト */
.home .top-message{
	position: absolute;
	right: 5%;
	bottom: -1em;
	z-index: 20;
}
.home .top-message h2{
	color: #fff!important;
	background-color: #215293;
	border-radius: 50%;
	font-size: 24px;
	padding: 0.5em 1em;
}
@media screen and (min-width: 768px) {
	.home .top-message h2{
		font-size: 38px;
	}
}
@media screen and (min-width: 992px) {
	.home .top-message h2{
		font-size: 52px;
	}
}

/* フッター
-------------------------------------------------------------- */

/* 広島県瀬戸内高等学校ロゴ画像 */
.footer-area-logo{
	width: 70%;
	max-width:400px;
}


/* --------------------------------------------------------------

  ホーム

-------------------------------------------------------------- */

#metaslider_widget-2{
	overflow: hidden!important;
}

.caption-wrap{
	text-align: center;
	font-size: 20px;
	padding: 10px 0;
	box-sizing: border-box;
	overflow: hidden;
}
@media screen and (min-width: 768px) {
	.caption-wrap{
		font-size: 24px;
		padding: 12px 0;
	}
}
@media screen and (min-width: 991px) {
	.caption-wrap{
		font-size: 28px;
		padding: 15px 0;
	}
}

/* 2カラム分け：ホーム
-------------------------------------------------------------- */

@media screen and (min-width: 768px) {

	/* 2カラムブロックの幅調整 */
	.wp-block-columns.hometop-block{
		display: flex;
		justify-content: space-between!important;
		margin: 0;
	}
	.wp-block-columns.hometop-block .wp-block-column:nth-child(1){
		flex-basis:66%!important;
	}
	.wp-block-columns.hometop-block .wp-block-column:nth-child(2){
		flex-basis:30%!important;
		margin-left: 0!important;
	}

}

/* 新着情報：ホーム
-------------------------------------------------------------- */

/* タイトル */


/* 一覧リンク */
.allnews-link-box{
	position: relative;
	padding-top:15px;
}
.allnews-link{
	position: absolute;
	top:0;
	right: 0;
	display: inline-block;
}
.allnews-link a{
	display: block;
	line-height: 2em;
	padding: 0 1em;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
}
.allnews-link.allnews-rad a,
.allnews-link.allnews-rad{
	border-radius: 1em;
}
.allnews-link:hover{
	opacity: 0.7;
}
@media screen and (min-width: 768px) {

	.allnews-link a{
		font-size: 16px;
	}

}
@media screen and (min-width: 992px) {

	.allnews-link a{
		font-size: 18px;
	}
}

/* カラムブロック */
.news-columns .wp-block-column{
	margin-bottom: 20px;
}

/* 新着5件 */
.home ul.news-area{
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
}
.home ul.news-area li.news-block{
	margin: 0 0 0.3em 0;
	padding: 0 0 0.2em 0;
	list-style-type: none;
	width: 100%;
	border-bottom: dotted 1px #aaa;
	line-height: 1.5;
}
.home ul.news-area li.news-block div.news-set1{
	letter-spacing: -4em;
	margin-bottom: 0.1em;
}
.home ul.news-area li.news-block div.news-set1 a.news-cat{
	letter-spacing: normal;
	display: inline-block;
	line-height: 1.5;
	background-color:#999999;
	color: #fff!important;
	text-decoration: none;
	padding: 0 0;
	margin-right: 10px;
	min-width: 120px;
	text-align: center;
	font-size:90%;
}
.home ul.news-area li.news-block div.news-set1 a.news-cat:hover{
	opacity: 0.7;
}
.home ul.news-area li.news-block div.news-set1 span.news-date{
	letter-spacing: normal;
	display: inline-block;
	line-height: 1.5;
}
.home ul.news-area li.news-block div.news-set2{
	display: block;
	margin-bottom: 0.1em;
}
.home ul.news-area li.news-block div.news-set2 a.news-title{
	line-height: 1.5;
}

@media screen and (min-width: 992px) {

	.home ul.news-area li.news-block{
		display:flex;
		margin: 0 0 0.5em 0;
		padding: 0 0 0.3em 0;
	}
	.home ul.news-area li.news-block div.news-set1{
		width: 250px;
	}
	.home ul.news-area li.news-block div.news-set2{
		width:calc(100% - 250px);
	}
}

/* 新着情報（画像タイプ）：ホーム
-------------------------------------------------------------- */

.slblock{
	margin-bottom: 1em;
}
.slblock .pti-box{
    display: block;
    margin: 0 5px;
	/*
	background-color: green;
	height: 350px;
	*/
}
.slblock .pti-box a.pti-cat{
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	padding:0.5em 0;
}
.slblock .pti-box .pti-date{
	color: #555555;
	text-align: center;
	font-weight: normal;
	padding:0.2em 0;
	background-color:#eeeeee;margin-bottom: 0.2em;
}



/* --------------------------------------------------------------

  試合結果

-------------------------------------------------------------- */

/* 年別リスト
-------------------------------------------------------------- */

.post-type-archive-match ul.nendo-list{
	margin: 0!important;
	padding: 0!important;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.post-type-archive-match ul.nendo-list li{
	width: 49%;
	margin: 0 0 0.5em 0!important;
	padding: 0!important;
}
.post-type-archive-match ul.nendo-list li a{
	position: relative;
	display: block;
	padding: 0.5em;
	line-height: 1;
	background-color: #ffffff;
	border: solid 1px #aaa;
	text-decoration: none;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	font-family: sans-serif;
}
.post-type-archive-match ul.nendo-list li a:lang(ja){
	font-family: 'Noto Sans JP', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Noto Sans Japanese', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-feature-settings: 'palt';
}
.post-type-archive-match ul.nendo-list li a:hover{
	background-color: #eeeeee;
}
.post-type-archive-match ul.nendo-list li a::after{
	content:"";
	position:absolute;
	display:inline-block;
	width:10px;
	height:10px;
	background-image:url("../img/btn_next-b.png");
	background-repeat:no-repeat;
	background-size:contain;
	right:10px;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
	.post-type-archive-match ul.nendo-list li a{
		font-size: 22px;
	}
}
@media screen and (min-width: 992px) {
	.post-type-archive-match ul.nendo-list li a{
		font-size: 24px;
	}
}

/* --------------------------------------------------------------

  スケジュール

-------------------------------------------------------------- */

/* メインカレンダー
-------------------------------------------------------------- */

.page-id-34 .fc-left h2{
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 0.3em;
}
.page-id-34 .fc-left h2::before{
	content:"";
	display:inline-block;
	width:1.2em;
	height:1.2em;
	background-image:url("../img/cal-icon.png");
	background-repeat:no-repeat;
	background-size:contain;
	margin-top: -0.2em;
	margin-right: 0.2em;
	vertical-align: middle;
}
.page-id-34 .fc-list-header-right::after{
	content: '日';
}


/* ウィジェットカレンダー
-------------------------------------------------------------- */

.eo-widget-cal-wrap table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.eo-widget-cal-wrap table caption {
    background-color: #aaa;
    color: #fff;
    padding: 0.3em;
    font-weight: bold;
    text-align: center;
}

.eo-widget-cal-wrap table thead th,
.eo-widget-cal-wrap table td {
    border: 1px solid #aaa;
    padding: 0;
    margin: 0;
    text-align: center;
    vertical-align: middle;
}

.eo-widget-cal-wrap table td a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #589ED8;
    text-decoration: none;
    line-height: 1.8em;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
}

.eo-widget-cal-wrap table td a:hover{
    opacity: 0.7;
}

/* スケジュール詳細
-------------------------------------------------------------- */

.eventorganiser-event-meta{
	margin-bottom: 1em;
}

.eventorganiser-event-meta ul.eo-event-meta{
	padding: 0;
	box-sizing: border-box;
	width: 100%!important;
}
.eventorganiser-event-meta ul.eo-event-meta li{
	margin: 0.3em 0;
	list-style-type: none;
	border-left:solid 5px #777;
	padding-left: 0.3em;
	line-height: 1.5em;
}
.eventorganiser-event-meta ul.eo-event-meta li a,
.eventorganiser-event-meta ul.eo-event-meta li{
	font-family: sans-serif;
	font-size: 22px;
	text-decoration: none;
	pointer-events: none;
}
.eventorganiser-event-meta ul.eo-event-meta li a:lang(ja),
.eventorganiser-event-meta ul.eo-event-meta li:lang(ja){
	font-family: 'Noto Sans JP', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Noto Sans Japanese', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-feature-settings: 'palt';
}

/* --------------------------------------------------------------

  チーム紹介

-------------------------------------------------------------- */

/* トップカテゴリ一覧
-------------------------------------------------------------- */

.player-block{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.player-block a{
	display: block;
	background-color: #777;
	width: 48%;
	padding: 1.5em 0;
	margin-bottom: 1em;
	box-sizing: border-box;
	text-align: center;
	color: #fff!important;
	text-decoration: none;
	font-family: sans-serif;
	font-size:20px;
}
.player-block a:lang(ja){
	font-family: 'Noto Sans JP', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Noto Sans Japanese', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-feature-settings: 'palt';
}

.player-block a:hover{
	opacity: 0.7;
}
.player-block a::before{
	content:"";
	display:block;
	width:4em;
	height:4em;
	margin: 0 auto 0.3em auto;
	background-image:url("../img/team-icon-player.png");
	background-repeat:no-repeat;
	background-size:contain;
}
.player-block a.player-info::before{
	background-image:url("../img/team-icon-player.png");
}
.player-block a.manager-info::before{
	background-image:url("../img/team-icon-manager.png");
}
.player-block a.staff-info::before{
	background-image:url("../img/team-icon-staff.png");
}
.player-block a.course-info::before{
	background-image:url("../img/team-icon-course.png");
}

@media screen and (min-width: 768px) {
	.player-block a{
		width: 24%;
		font-size:22px;
	}
}
@media screen and (min-width: 992px) {
	.player-block a{
		width: 24%;
		font-size:24px;
	}
}

/* プロフィールボックス
-------------------------------------------------------------- */


/* 一覧タイトル */
.term-staff-info .entry-header,
.term-manager-info .entry-header{
	margin-bottom: 1.5em;
}
.term-staff-info .entry-header h1,
.term-manager-info .entry-header h1{
	position: relative;
	display: block;
	text-decoration: none;
	border: solid 1px #ccc;
	padding: 0.4em 0.5em 0.4em 0.5em;
	vertical-align: middle;
	color: #333333;
	background-color: ffffff;
	transition: all 0.6s;
}
.term-staff-info .entry-header h1:lang(ja),
.term-manager-info .entry-header h1:lang(ja){
	font-family: 'Noto Sans JP', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Noto Sans Japanese', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-feature-settings: 'palt';
}

.term-staff-info .entry-header h1,
.term-manager-info .entry-header h1{
	font-size: 20px;
	line-height: 1.2;
}

@media screen and (min-width: 768px) {

	/* 一覧タイトル */
	.term-staff-info .entry-header h1,
	.term-manager-info .entry-header h1{
		font-size: 22px;
	}

}

@media screen and (min-width: 992px) {

	/* 一覧タイトル */
	.term-staff-info .entry-header h1,
	.term-manager-info .entry-header h1{
		font-size: 24px;
	}

}

/* プロフィール：総合エリア */
.wp-block-group.memb-all>.wp-block-group__inner-container{
	display: flex;
	flex-wrap: wrap;
}
.wp-block-group.memb-all>.wp-block-group__inner-container>.menbprof-block {
	margin: 0;
	margin-bottom: 20px;
	width: 100%;
	box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.wp-block-group.memb-all .wp-block-group__inner-container>.menbprof-block {
		width: 49%;
		margin-right: 2%;
	}
	.wp-block-group.memb-all .wp-block-group__inner-container>.menbprof-block:nth-child(2n) {
		margin-right: 0;
	}
}
@media screen and (min-width: 992px) {
	.wp-block-group.memb-all .wp-block-group__inner-container>.menbprof-block {
		width: 32%;
		margin-right: 2%;
	}
	.wp-block-group.memb-all .wp-block-group__inner-container>.menbprof-block:nth-child(3n) {
		margin-right: 0;
	}
}


/* プロフィール：ブロック */
.wp-block-group.menbprof-block{
	padding: 15px!important;
	border: solid 1px #aaa;
	border-radius: 5px;
	margin-bottom: 10px;
}
.wp-block-group.menbprof-block>.wp-block-group__inner-container{
	display: block;
}
.wp-block-group.menbprof-block .menbprof-img{
	width: 100%;
}
.wp-block-group.menbprof-block .menbprof-txt{
	width: 100%;
}

/* プロフィール：見出し */
.wp-block-group.menbprof-block .menbprof-txt h3{
	margin-top: 0;
	padding: 0.3em;
}
.wp-block-group.menbprof-block .menbprof-txt h3.menbprof-num{
	width: 2.5em;
	display: inline-block;
	margin-left: 0;
	margin-right: 0;
	box-sizing: border-box;
	text-align: center;
	float: left;
}
.wp-block-group.menbprof-block .menbprof-txt h3.menbprof-name{
	width: calc(100% - 2.5em);
	display: inline-block;
	margin-left: 0;
	margin-right: 0;
	box-sizing: border-box;
	clear: both;
}
.term-staff-info .wp-block-group.menbprof-block .menbprof-txt h3.menbprof-name,
.term-manager-info .wp-block-group.menbprof-block .menbprof-txt h3.menbprof-name{
	width: 100%;
	display: block;
}

/* プロフィール：詳細 */
.wp-block-group.menbprof-block .menbprof-txt ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.wp-block-group.menbprof-block .menbprof-txt ul > li {
    position: relative;
    padding: 0px 0px 0px 0.7em;
	line-height: 1.5em;
	margin-bottom: 0.2em;
}
.wp-block-group.menbprof-block .menbprof-txt ul > li::before {
    position: absolute;
    top: 0.4em;
    left: 0px;
    /*transform: translateY(-50%);*/
    width: 0px;
    height: 0px;
    border: 0.3em solid transparent;
    border-left: 0.4em solid #999999;
    content: "";
}

/*
@media screen and (min-width: 768px) {


	.wp-block-group.menbprof-block{
		padding: 15px!important;
		margin-bottom: 15px;
	}
	.wp-block-group.menbprof-block .menbprof-img{
		width: 20%;
	}
	.wp-block-group.menbprof-block .menbprof-txt{
		width: 77%;
	}

}
@media screen and (min-width: 992px) {


	.wp-block-group.menbprof-block{
		padding: 20px!important;
		margin-bottom: 20px;
	}
	.wp-block-group.menbprof-block .menbprof-img{
		width: 17%;
	}
	.wp-block-group.menbprof-block .menbprof-txt{
		width: 80%;
	}

}
*/

/* --------------------------------------------------------------

  OB会

-------------------------------------------------------------- */


/* --------------------------------------------------------------

　お問い合わせ：共通

-------------------------------------------------------------- */

/* メインタイトル */
.page-id-132 h1.entry-title-contents{
	background-color: #fff;
	padding: 20px 0;
	max-width: 900px;
}

/* 見出し */
h3.contact-h3{
	font-size:18px!important;
	border-bottom:solid 2px #ff9600;
	padding-bottom:5px;
	color:#D34D2A;
}
h3.contact-tel{
	font-size:16px!important;
}
@media screen and (min-width: 768px) {

	/* 見出し */
	h3.contact-h3{
		font-size:22px!important;
	}
	h3.contact-tel{
		font-size:18px!important;
	}

}

@media screen and (min-width: 992px) {

	/* 見出し */
	h3.contact-h3{
		font-size:24px!important;
	}
	h3.contact-tel{
		font-size:20px!important;
	}

}

/* オートコンプリートクリア */
select:-webkit-autofill,
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
	border-width: 1px;
    border-style: solid;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
}

/* 確認画面時のフォームスタイル */
textarea.wpcf7c-conf,
select.wpcf7c-conf,
input.wpcf7c-conf,
input.wpcf7c-conf:-webkit-autofill{
	 -webkit-box-shadow: 0 0 0px 1000px #eee inset !important;
}
.fm-ckbox input.wpcf7c-conf{
	-webkit-box-shadow:none!important;
}
select.wpcf7c-con:focus,
textarea.wpcf7c-conf:focus,
input.wpcf7c-conf:focus {
  outline: none;
}
.contact-fm textarea.wpcf7c-conf,
.contact-fm select.wpcf7c-conf,
.contact-fm input.wpcf7c-conf{
	border-color:#ddd;
}

/* フォームボックス */
.contact-box{
	border:solid 1px #ccc;
	padding:20px;
}

/* 送信後表示 */
.sent .formInner {
	display: none;
}
.complete-display{
	display: none;
}
.sent .complete-display{
	display: block;
}
h2.send-title{
	line-height:1.5;
	color:#333333;
}

/* フォーム */

.job-title select.wpcf7-select{
	width:100%;
	max-width:500px;
}

dl.contact-fm{
	margin:5px 0 0 0;
	padding:15px 0 0 0;
	border-top:dotted 1px #aaa;
}
dl.contact-fm dt{
	margin: 0 0 10px 0;
	padding: 0;
	font-size:16px;
	font-weight:normal;
}
dl.contact-fm dt div{
	padding: 0;
}
dl.contact-fm dd{
	margin: 0 0 10px 0;
	padding: 0;
}
dl.contact-fm dd textarea,
dl.contact-fm dd select,
dl.contact-fm dd input{
	padding:5px;
	font-size:16px;
}
input.fm-add{
	/*width: 95%;*/
}
.contents-k-line{
	border-bottom: dotted 1px #999;
	margin: 15px 0;
}

/* 送信・確認ボタン */
.fm-btm{
	padding-top: 30px!important;
	text-align:center;
	position:relative;
}
.fm-btm input{
	background-image:none;
	background-color: #333333;
	color:#fff !important;
	font-size:16px;
	border:0;
	margin: 0 5px;
	padding:10px 15px;
	cursor: pointer;
	transition: .3s;
}
.fm-btm input:hover{
	background-image:none;
	opacity:0.7;
}
.wpcf7c-conf {
    background-color: #F5F5F5; /* 背景色 */
    color: black; /* 文字色 */
    border: 1px solid #777; /* 周りの線: 太さ　線種 線の色 */
}
div.wpcf7-response-output{
	margin-right:0;
	margin-left:0;
}

input.wpcf7-text,
input.wpcf7-date,
input.fm-add,
input.fm-tel,
input.fm-name,
input.wpcf7-validates-as-email,
textarea.fm-mess{
	width: 95%;
}
input.fm-yubin{
	width:100px;
}

/* 必須 */
dl.contact-fm dt div{
	position:relative;
}
dl.contact-fm dt div span{
	display:inline-block;
	background-color:#F00;
	color:#fff;
	font-size:70%;
	padding:2px 5px;
	margin-left:8px;
	vertical-align:top;
}
/* 項目メッセージ */
.wpcf7 form .wpcf7-response-output {
	margin: 10px 0 0;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.wpcf7 form.init .wpcf7-response-output {
	display: none;
}
/* 送信成功 */
.wpcf7 form.sent .wpcf7-response-output {
	color: #3A87AD;
    background-color: #D9EDF7;
    border: 1px solid #BCE8F1;
}
/* 送信失敗 */
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	color:#711d26;
	background-color:#f7d7da;
	border:1px solid #f4c6cb;
}
/* スパム */
.wpcf7 form.spam .wpcf7-response-output {
	color:#846314;
	background-color:#fff2cf;
	border:1px solid #feedbd;
}
/* 送信NG */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
}

/* 項目エラー */
.wpcf7-not-valid-tip {
	position: relative;
    display: inline-block!important;
	background-color:#dc3232;
    color: #fff!important;
    font-size: 1em;
    font-weight: normal;
	padding:5px;
	margin-top:5px;
	margin-left:6px;
	border-radius:5px;
}
.wpcf7-not-valid-tip::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -12px;
	margin-top: -6px;
	border: 6px solid transparent;
	border-right: 6px solid #dc3232;
}

.viewout .wpcf7-response-output,
.viewout .wpcf7-not-valid-tip{
	display:none!important;
}

/* ローダー */
span.ajax-loader{
	display:block!important;
	position:absolute;
	right:0;
	top:0;
}

/* 確認時リセット非表示 */
.reset-btm.wpcf7c-conf{
	display:none;
}
.fm-btm input.reset-btm{
	position:absolute;
	left:0;
	top:0;
	background:none;
	border:none;
	margin:0;
	padding:0 0 0 20px;
	color:#333!important;
	font-size:13px;
	height: 15px;
	background-image:url("../img/reset-icon.png");
	background-repeat:no-repeat;
	background-size:contain;
	background-position: left center;
}

.fm-btm input.reset-btm:focus{
	outline: none;
}

p.kakunin-mess a{
	text-decoration:none;
}

.sub-text{
	font-size:13px;
}

@media screen and (min-width: 768px) {

	input.form-s{
		max-width:200px;
	}
	input.form-m{
		max-width:300px;
	}
	input.form-l{
		max-width:600px;
	}

}

@media screen and (min-width: 992px) {

	.contact-box{
		padding:50px;
	}
	/* フォーム */

	.job-title select.wpcf7-select{
		width:auto;
	}

	dl.contact-fm dt{
		float:left;
		width:19%;
		margin: 0 0 10px 0;
		padding: 0;
	}
	dl.contact-fm dd{
		float:right;
		width:80%;
		margin: 0 0 10px 0;
		padding: 0;
	}
	input.wpcf7-text,
	input.wpcf7-date,
	input.fm-add,
	input.fm-tel,
	input.fm-name,
	input.wpcf7-validates-as-email,
	textarea.fm-mess{
		width: 95%;
	}
	input.fm-yubin{
		width:100px;
	}

	/* 必須 */
	dl.contact-fm dt div span{
		position:absolute;
		right:0;
	}

}


/* --------------------------------------------------------------

  よくある質問

-------------------------------------------------------------- */


/* 非表示部分 */
.ewd-ufaq-faq-title-text,
.ewd-ufaq-post-margin-symbol,
.ewd-ufaq-permalink,
.ewd-ufaq-social-links{
	display:none!important;
}

/* 良くある質問タイトル */
.single-ufaq .archive-header,
.tax-ufaq-category .archive-header,
.post-type-archive-ufaq .archive-header{
	margin: 0 0 24px 0;
}

/* よくある質問個別枠：一覧 */
.faq-block .ewd-ufaq-faq-div,
article.type-ufaq{
	margin-bottom:24px!important;
	border: solid 1px #ccc;
	padding:10px 10px 0 10px!important;
	border-radius:5px;
	min-height:100px;
	background-color: #ffffff;
}

.faq-block .ewd-ufaq-faq-title-text{
	display: block!important;
}

.faq-block .ewd-ufaq-faq-title-text,
article.type-ufaq .entry-header{
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:dotted 2px #ddd;
	width: 100%;
}
.faq-block .ewd-ufaq-faq-toggle{
	pointer-events: none!important;
}

.faq-block .ewd-ufaq-faq-title-text h4,
article.type-ufaq h1.entry-title{
	position: relative;
	padding-left: 1.2em;
	font-size:22px!important;
	margin: 0!important;
}
.faq-block .ewd-ufaq-faq-title-text h4::before,
article.type-ufaq h1.entry-title::before{
	position:absolute;
	top:-2px;
	left:0;
	content: "Q";
	color:#0086BA;
	font-size:22px;
	font-family: 'Lexend Deca', sans-serif;
}
.faq-block .ewd-ufaq-faq-title-text h4,
article.type-ufaq h1.entry-title a{
	text-decoration:none;
	pointer-events: none;
	color:#0086BA;
}

/* アンサーボックス */
.faq-block .ewd-ufaq-faq-body,
article.type-ufaq .entry-content{
	position:relative;
	padding-top: 0;
	padding-left:1.2em!important;
	margin-top:0;
	font-size:22px;
}
.faq-block .ewd-ufaq-faq-body::before,
article.type-ufaq .entry-content::before{
	position:absolute;
	top:0.1em;
	left:0;
	content: "A";
	color:#777;
	font-size:22px;
	font-weight: bold;
	font-family: 'Lexend Deca', sans-serif;
}
.faq-block .ewd-ufaq-faq-body::before{
	top:0;
}

/* アンサーテキスト */
.ewd-ufaq-faq-body{
	padding: 0!important;
}
.faq-block .ewd-ufaq-faq-body p,
.ewd-ufaq-faq-body p{
	margin-top: 0!important;
}

/* Qタイトルカラー */
.faq-block .ewd-ufaq-faq-title-text h4,
article.type-ufaq h1.entry-title a,
.faq-block .ewd-ufaq-faq-title-text h4::before,
article.type-ufaq h1.entry-title::before{
	color:#6d4f43!important;
}
/* Aアイコンカラー */
.faq-block .ewd-ufaq-faq-body::before,
article.type-ufaq .entry-content::before{
	color:#a08980!important;
}

/* フォントサイズ */
.faq-block .ewd-ufaq-faq-body::before,
.faq-block .ewd-ufaq-faq-body,
.faq-block .ewd-ufaq-faq-title-text h4::before,
.faq-block .ewd-ufaq-faq-title-text h4,
article.type-ufaq .entry-content::before,
article.type-ufaq .entry-content,
article.type-ufaq h1.entry-title::before,
article.type-ufaq h1.entry-title{
	font-size:20px!important;
}
.faq-block .ewd-ufaq-faq-body p,
.ewd-ufaq-faq-body p{
	font-size:16px!important;
}

@media only screen and (min-width:768px){

	/* よくある質問個別枠：一覧 */
	.faq-block .ewd-ufaq-faq-div,
	article.type-ufaq{
		padding:20px 20px 0 20px!important;
	}

	/* フォントサイズ */
	.faq-block .ewd-ufaq-faq-body::before,
	.faq-block .ewd-ufaq-faq-body,
	.faq-block .ewd-ufaq-faq-title-text h4::before,
	.faq-block .ewd-ufaq-faq-title-text h4,
	article.type-ufaq .entry-content::before,
	article.type-ufaq .entry-content,
	article.type-ufaq h1.entry-title::before,
	article.type-ufaq h1.entry-title{
		font-size:22px!important;
	}
	.faq-block .ewd-ufaq-faq-body p,
	.ewd-ufaq-faq-body p{
		font-size:18px!important;
	}

}

/* --------------------------------------------------------------

  プライバシーポリシー

-------------------------------------------------------------- */

.privacy-box{
	margin-top: 30px;
	border: solid 1px #ccc;
	padding: 20px;
}


/* --------------------------------------------------------------

  ヘルプページ

-------------------------------------------------------------- */

.ownernon .myhelp_cat-mhcat0,
.ownernon .cat-item-25{
	/*display: none!important;*/
}


/* --------------------------------------------------------------

=プラグイン・jQuery

-------------------------------------------------------------- */

/* グーグルマップ
-------------------------------------------------------------- */

#g-map {
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	border:solid 1px #ccc;
}
#g-map .g-inner {
	position: relative;
	height: 0;
	padding-top: 56.25%;
	overflow: hidden;
}
#g-map .g-inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media (max-width: 960px) {
	#g-map .g-inner {
		padding-top: 75%;
	}
}
@media (max-width: 600px) {
	#g-map .g-inner {
		padding-top: 100%;
	}
}

/* ページナビ
-------------------------------------------------------------- */

.wp-pagenavi{
	display:block;
	margin-top:15px;
	margin-bottom:15px;
	text-align:center;
	font-size:13px;
}
.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	margin-bottom: 0.5em;
	vertical-align:middle;
	box-sizing: border-box;
	padding:3px 7px;
	border-radius:3px;
	border:solid 1px #ccc;
	color:#000;
}
.wp-pagenavi a:hover{
	border:solid 1px #bbb;
}
.wp-pagenavi span.current{
	border:solid 1px #aaa;
	background-color:#aaa;
	color:#fff;
}
@media screen and (min-width: 767px) {

	.wp-pagenavi{
		font-size:16px;
	}

}

/* fancybox
-------------------------------------------------------------- */

@media all and (-ms-high-contrast: none) {

	/* IEでのスクロールバー非表示 */
	#fancybox-content{
		-ms-overflow-style: none!important;
	}

}

/* Facebook
-------------------------------------------------------------- */

/* スマホ用 */
.fb-container {
	width: 100%;
	max-width: 500px;
}

/* QRコード
-------------------------------------------------------------- */

/* QRコードスタイル */
.footer-qrcode{
	display:none;
}
@media screen and (min-width: 992px) {

	/* QRコードスタイル */
	.footer-qrcode{
		position:absolute;
		top: 0;
		right:20px;
		display:block;
		width:100px;
		transition: all 0.6s;
		z-index: 9000;
	}
	.footer-qrcode img{
		width:100%;
		height:auto;
	}

	/* QRコード横スペース（被る要素対応） */
	.footer-qrcode-space{
		margin-right: 110px;
	}

}

/* パンくず
-------------------------------------------------------------- */

.widget_breadcrumb_navxt span[property="name"] ,
.breadcrumbs span[property="name"] {
    display: inline-block;
    padding: 0;
    margin-top: -3px;
    vertical-align: middle;
    max-width: 12em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.widget_breadcrumb_navxt{
	max-width: 1280px;
	margin: 0.2em auto;
	padding: 0 20px;

}

.widget_breadcrumb_navxt span,
.breadcrumbs span{
	vertical-align: middle;
}

span.pknext{
	font-size: 70%;
	margin:0 0.2em;
	color: #999999;
}

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

	.widget_breadcrumb_navxt{
		font-size: 80%;
	}

}
