/*
Theme Name: Lightning Child
Theme URI: https://lightning.nagoya
Template: lightning
Author: Vektor,Inc.
Author URI: https://www.vektor-inc.co.jp
Description: Lightning is a very simple &amp; easy to customize theme which is based on the Bootstrap. It is also very friendly with custom post types and custom taxonomies. When you add a new one, the breadcrumbs will be adjusted and posts will look beautifully without editing or adding a template files.
Tags: blog,one-column,custom-background,custom-colors,custom-logo,custom-menu,editor-style,featured-images,footer-widgets,full-width-template,sticky-post,theme-options,threaded-comments,translation-ready,block-styles,wide-blocks
Version: 14.5.11.1628128168
Updated: 2021-08-05 10:49:28

*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;300;400;500;600;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Roboto:wght@400;500;700;900&display=swap');

/* サイト全体の基本フォントサイズ指定 */
* {
	font-size: max(1.0vw, 11pt);
	font-family: "Roboto", "Noto Sans JP";
}

/* 上部ナビ */
.global-nav-list>li {
	border-right: 1px solid #CCCCCC !important;
}
.global-nav-list>li:last-child {
	border-right: none !important;
}

.global-nav-list>li>a {
	text-decoration: none;
	padding: 5px 0.45vw !important;
	margin: 0px 2px;
}


/* 汎用 */
._hide {
	display: none;
}


.global-nav-list>li>a:hover {
	color: #00BB00;
}

/* パンくずリストの下を少し空ける */
.breadcrumb {
	margin-bottom: 20px;
}

/* サブページ上部ナビと本文のアキをなくす */
.site-body {
	padding-top: 0px;
}

/* Twitterエリア */
.twitter-area {
	border: none;
	border-radius: 5px;
}

/* サブページ見出 */
.page-header-title {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 600 !important;
	/*font-size: 3em !important;*/
	/*font-size: 5vw !important;*/
	/*calc([最小値] + ([最大値] - [最小値]) * ((100vw - [最小画面幅]) / ([最大画面幅] - [最小画面幅])));*/
	font-size: calc(24px + 18 * ((100vw - 320px) / 1120)) !important;
	color: #444;
	text-align: center;
}

/* サブページヘッダ画像 */
.page-header{
	width:100%;
	background-color: #FFF;
	background-image: url('../../uploads/page-title-back-gr.jpg');
	background-size:cover;
}

/* 見出し２ */
h2 {
	color:#00BB00;
	font-size: 1.4em !important;
}

/* 見出し４ */
h4 {
	font-size: 1.2em;
}

/* 見出し５（アンカー用）*/
h6 {
	position: relative;
	top: -40px;
	margin: 0px !important;
	color: white;
	font-size: 1px;
} 

/* 橘花祭実行委員長挨拶 肩書・名前の改行設定 */
.iincho {
	display:inline-block;
}

/* ご来場案内＞災害が発生した場合＞小見出し */
.saigai-h5 {
	color:#AA0000;
	font-size: 1.2em !important;
	font-weight: 600;
}

.saigai-h5::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f0a3';
	color: orange;
	margin-right: 4px;
}

/* トップページ＞お知らせエリア */
.top-topics-area {
	margin-bottom: 20px;
	border: 1px solid #CCC;
	border-radius: 5px;
	padding: 10px;
	background:linear-gradient(#FFF, #EEE)
}
.top-topics-area  p {
	margin-bottom: 10px;
}

.top-topics-title {
	height: 36px;
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 600;
	font-size: 1.2em;
	color: #666;
	padding: 0px 0px 0px 6px;
	margin-bottom: 16px !important;
	border-left: 6px solid orange
}
ul.top-topics {
	list-style: none;
	padding: 0;
	margin: 0;
}
.top-topics > li {
  position: relative;
  padding: 0 0 0 1.5em;
	padding-top: 8px;
  margin: 0px 0px 8px 0px;
	border-top: 1px dashed #999999;
}
.top-topics > li:before {
	position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f152';
  color: #00BB00;
	padding-top:4px;
}

/* リンク部分にマーク */
.linkto {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 500;
	color: #00BB00;
	text-decoration: none !important;
}
.linkto:hover {
	color: #AA0000;
}
.linkto::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f35d';
	padding: 0px 3px 0px 3px;
	color: #DEB887;
}

/* YouTubeリンク部分にマーク */
.linkto-yt {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 500;
	color: #00BB00;
	text-decoration: none !important;
}
.linkto-yt:hover {
	color: #AA0000;
}
.linkto-yt::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  content: '\f167';
	padding: 0px 3px 0px 3px;
	color: red;
}
/* サイトフッタ（規定をいったん消して独自のものに） */
.site-footer,.site-footer-copyright {
	display: none;
}
.my-footer {
	margin: 0 auto;
	margin-top: 10px;
	padding-top: 8px;
	text-align:center;
	font-size: 0.8em;
	border-top: 1px solid #00BB00;
	border-bottom: none;
}

/* イベント一覧 */
.ondemand {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 500;
	background-color: #ff7f7f;
	font-size: 0.9em;
	margin: 0px 2px;
	padding: 1px 4px;
	color: #ffffff;
	border-radius: 8px;
	white-space: nowrap;
}

/* 個別イベント */
.ev-box {
	border-collapse: collapse;
	width: 100%;
	border: none;
}
.ev-box * {
	border: none;
	padding: 6px;
	vertical-align: top;
	margin: 0px 0px !important;
	line-height: 1.3em;
}
.ev-at {
	color: #555555;
	border-bottom: 1px solid #CCCCCC;
}
.ev-by {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 500;
	font-size: 1.2em;
}
.ev-title {
	font-size: 1.4em;
	font-weight: 800;
	color: #CC0033;
	margin-bottom: 5px !important;
}
.ev-note {
	margin-left: 4px;
}
.ev-img {
/*	width: 100% !important;*/
/*	height: auto !important;*/
	border: 1px solid #000000;
}

@media (max-width: 767px) {
.ev-title {
	margin-top: -5px !important;
	margin-bottom: -5px !important;
}
}

/* 学生相談企画予約フォーム */
.yoyaku-form * {
	padding: 2px 5px;
	text-align: center;
	font-size: 1em;
	line-height: 1.2;
}
.yoyaku-table {
	display:none;
}
#yoyaku-table-open {
	border: none !important;
	background-color: #EEEEEE;
}
.yoyaku-day {
	padding: 4px;
	background-color: #333;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}
.yoyaku-gakka {
	font-size: 0.8em !important;
	border-bottom: 2px solid #aaaaaa;
}
.yoyaku-shinri { background-color: #fae1e1; }
.yoyaku-ho { background-color: #d0ffa3; }
.yoyaku-keiei { background-color: #c4caf5; }
.yoyaku-bun { background-color: #ffcc00; }
.yoyaku-keizai { background-color: #adeded; }
.yoyaku-bukkyo { background-color: #e6cef5; }

/* トップページバナーブロック */
.top-banner-area {
}