/* リセットCSS等 */

@charset "UTF-8";
html {
	overflow-y: scroll;
}

body, h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, header, main, footer {
	margin: 0px;
	padding: 0px;
}

body {
	background: #fff;
	text-align: center;
	font-size: 62.5%;
	line-height: 1.4;
	min-width: 100%;
	-webkit-text-size-adjust: 100%;
}

li {
	list-style: none;
}

a {
	outline: none;
	color: inherit;
	text-decoration: none;
}

img {
	border: 0px;
	vertical-align: bottom;
}

* {
	font-family: sans-serif;
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

/* ヘッダー */

header {
    height: 14vh;
    width: 100vw;
    position: fixed;
    top: 0;
    z-index: 2;
    display: flex;
    border-top: #000 0.2em solid;
	border-bottom: #000 0.2em solid;
	background-color: #fff;
}

header>div.title {
	height: 14vh;
    width: 100vw;
}

header>div.title>a {
	height: 14vh;
	width: 100vw;
	line-height: 14vw;
}

header>div.title>a>h1 {
    height: 6vh;
    line-height: 6vh;
	font-size: 3.6em;
}

header>div.title>a>p {
	font-size: 1.6em;
    height: 4vh;
    line-height: 4vh;
	color: navy;
	font-weight: bold;
}

header>div.jump {
    display: none;
}

header .hum_menu {
	position: absolute;
	right: 0px;
	top: 0px;
}

header .hum_menu a {
	display: block;
	height: 4.0em;
	padding: 1.0em 0;
	width: 4.0em;
	background: #eeeaec;
	text-align: center;
}

header .hum_menu span {
	display: block;
	width: 2.0em;
	height: 0.2em;
	background: #aaa;
	margin: 0.3em auto;
}

.hide {
    display: none;
}

.navy_container {
    height: 86vh;
    width: 100vw;
    position: fixed;
    top: 14vh;
    z-index: 2;
    background-color: #e7e5de;
}

div.navy_body>ul {
    height: 86vh;
    padding: 13vh;
}

div.navy_body>ul>li {
    height: 20vh;
}

div.navy_body>ul>li>a {
    font-size: 2.4em;
    font-weight: bold;

}

/* スライドショー */

div.slider-container {
    width: calc(100% - 16px);
    margin:0 8px;
	margin-top: 14vh;
}

#slider, #thumbnails {
    width: 100%;
}

#slider img {
    width: 100%;
    object-fit: contain;
}

#slider .slick-current img {
    box-sizing: border-box;
    border: 2px solid #000;
}

.slick-track {
    margin: 0;
}

#thumbnails img {
    width: 30vw;
    max-width: 100%;
    margin: auto;
}

#thumbnails .slick-current img {
    box-sizing: border-box;
    border:2px solid #000;
}

.slick-slide {
    padding: 2px;
}

/* 高松クラブの紹介 */

div.introduction {
	width: 80vw;
	margin: 0 auto;
}

div.introduction>h2 {
	height: 7.5vh;
	line-height: 7.5vh;
	font-size: 2.4em;
}

div.introduction>p {
	width: 80vw;
	margin: 0 auto 2.5vh;
	text-align: left;
	font-size: 1.6em;
}

/* トピックス */

div.topics {
	background-color: #e7e5de;
	width: 100vw;
	padding: 0 10vw 2.5vh;
}

div.topics>h2 {
	height: 7.5vh;
	line-height: 7.5vh;
	font-size: 2.4em;
}

div.topics>div.content {
	width: 80vw;
	text-align: left;
	font-size: 2.0em;
	line-height: 2;
	margin: 2.5vh 0;
}


div.topics>div.content>p.date {
	width: 80vw;
}

div.topics>div.content>p.text {
	width: 80vw;
}


/* 練習日程 */

div.schedule {
	width: 80vw;
	margin: 0 auto;
}

div.schedule>h2 {
	height: 7.5vh;
	line-height: 7.5vh;
	font-size: 3.0em;
}

iframe {
	height: 80vh;
	width: 80vw;
}

/* お問い合わせ・リンク */

div.contacts_links {
	width: 100vw;
}

#contact {
	height: 15vh;
	width: 100vw;
}

div.contacts_links>h2 {
	height: 7.5vh;
	line-height: 7.5vh;
	font-size: 3.0em;
}

/* PDF・お問い合わせフォーム・大会エントリーフォーム */

div.contact {
	width: 100vw;
}

div.contact>div.contact_box {
	width: 100vw;
    padding: 2.5vh 0;
}

div.contact1 {
    border-top: #000 0.2em solid;
    border-right: #000 0.1em solid;
    border-bottom: #000 0.1em solid;
    border-left: #000 0.2em solid;
}

div.contact2 {
    border-top: #000 0.2em solid;
    border-right: #000 0.2em solid;
    border-bottom: #000 0.1em solid;
    border-left: #000 0.1em solid;
}

div.contact3 {
    border-top: #000 0.1em solid;
    border-right: #000 0.1em solid;
    border-bottom: #000 0.2em solid;
    border-left: #000 0.2em solid;
}

div.contact4 {
    border-top: #000 0.1em solid;
    border-right: #000 0.2em solid;
    border-bottom: #000 0.2em solid;
    border-left: #000 0.1em solid;
}

div.contact>div.contact_box>p {
	font-size: 2.4em;
}

div.contact>div.contact_box>a>button {
	color: #fff;
	background-color: navy;
	font-size: 1.8em;
	margin-bottom: 3vh;
}

/* 各種リンク */

div.link {
	width: 100vw;
}

div.link>ul {
	width: 100vw;
	background-color: #fff;
	border-top: #000 0.2em solid;
	border-bottom: #000 0.2em solid;
}

div.link>ul>li {
	width: 100vw;
	border-left: #000 0.2em solid;
	display: flex;
	align-items: center;
	justify-content: center;
}

div.link>ul>li.link1>a>button {
	color: #c8161d;
}

div.link>ul>li.link2>a>button {
	color: rgb(48, 187, 221);
}

div.link>ul>li.link3>a>button {
	color: #6f9502;
}

div.link>ul>li.link4>a>button {
	color: #000;
}

div.link>ul>li.link5>a>button {
	color: #000;
}

li.link5 {
	border-right: #000 0.2em solid;
}

div.link>ul>li>a {
	display: inline-block;
	height: auto;
}

div.link>ul>li>a>button {
	background-color: #fff;
	font-size: 2.4em;
    width: 100vw;
}

button.tb {
    display: none;
}


/* フッター */

footer>div.footer_text {
	height: 15vh;
	width: 100vw;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	font-size: 1.6em;
}

/* モーダルコンテンツ */

div.modal-content {
	font-size: 1.6em;
}