@charset "utf-8";

/*
Theme Name: 国際ロータリー2740地区
Version: 1.0
Description: This theme is used on Rotary International District 2740 website.
Author: GNS
*/

/* -------------------------------------------------------------------------- */

/*	CSS Reset
/* -------------------------------------------------------------------------- */

html,
body {
	border: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
	border: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
}

blockquote::before,
blockquote::after {
	content: "";
}

/* -------------------------------------------------------------------------- */

/*	Document Setup
/* -------------------------------------------------------------------------- */


html {
	font-size: 62.5%; /* 1rem = 10px */
	scroll-behavior: smooth;
}

body {
	background: #ffffff;
	box-sizing: border-box;
	color: #333;
	font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, " メイリオ", Meiryo, Osaka, " ＭＳ Ｐゴシック", MS PGothic, " sans-serif";
	font-size: 1.4rem;
	font-weight: 400;
	text-align: left;
	-webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
	box-sizing: inherit;
	-webkit-font-smoothing: antialiased;
	word-break: break-word;
	word-wrap: break-word;
}

#site-content {
	overflow: hidden;
}

/* Clearing ---------------------------------- */

.group::after,
.entry-content::after {
	clear: both;
	content: "";
	display: block;
}

/* -------------------------------------------------------------------------- */

/*	Element Base
/* ---------------------------------------------*---------------------------- */


main {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-feature-settings: "lnum";
	font-variant-numeric: lining-nums;
	font-weight: 700;
	line-height: 1.25;
	margin: 3.5rem 0 2rem;
}

h1 {
	font-size: 3.2rem;
	line-height: 1.138888889;
}

h2 {
	font-size: 2.8rem;
}

h3 {
	font-size: 2rem;
}

h4 {
	font-size: 1.8rem;
}

h5 {
	font-size: 1.6rem;
}

h6 {
	font-size: 1.4rem;
}

p {
	line-height: 1.6;
	margin: 0 0 1em 0;
}

em,
i,
q,
dfn {
	font-style: italic;
}

em em,
em i,
i em,
i i,
cite em,
cite i {
	font-weight: bolder;
}

big {
	font-size: 1.2em;
}

small {
	font-size: 0.75em;
}

b,
strong {
	font-weight: 700;
}

ins {
	text-decoration: underline;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

abbr,
acronym {
	cursor: help;
}

address {
	line-height: 1.6;
	margin: 0 0 2rem 0;
}

hr {
	border-style: solid;
	border-width: 0.1rem 0 0 0;
	border-color: #ccc;
	margin: 4rem 0;
}

.entry-content hr,
hr.styled-separator {
	background: linear-gradient(to left, currentColor calc(50% - 16px), transparent calc(50% - 16px), transparent calc(50% + 16px), currentColor calc(50% + 16px));
	background-color: transparent !important;
	border: none;
	height: 0.1rem;
	overflow: visible;
	position: relative;
}

.entry-content hr:not(.has-background),
hr.styled-separator {
	color: #6d6d6d;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover,
a:focus {
	text-decoration: none;
}


/* Lists ------------------------------------- */

ul,
ol {
	margin: 0 0 3rem 3rem;
}

ul {
	list-style: disc;
}

ul ul {
	list-style: circle;
}

ul ul ul {
	list-style: square;
}

ol {
	list-style: decimal;
}

ol ol {
	list-style: lower-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

li {
	line-height: 1.6;
	margin: 0.5rem 0 0 2rem;
}

li > ul,
li > ol {
	margin: 1rem 0 0 2rem;
}

.reset-list-style,
.reset-list-style ul,
.reset-list-style ol {
	list-style: none;
	margin: 0;
}

.reset-list-style li {
	margin: 0;
}

dt,
dd {
	line-height: 1.6;
}

dt {
	font-weight: 700;
}

dt + dd {
	margin-top: 0.5rem;
}

dd + dt {
	margin-top: 1.5rem;
}


/* Quotes ------------------------------------ */

blockquote {
	border-color: #17458f;
	border-style: solid;

	/*rtl:ignore*/
	border-width: 0 0 0 0.2rem;
	color: inherit;
	font-size: 1em;
	margin: 4rem 0;

	/*rtl:ignore*/
	padding: 0.5rem 0 0.5rem 2rem;
}

cite {
	color: #6d6d6d;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.25;
}

blockquote cite {
	display: block;
	margin: 2rem 0 0 0;
}

blockquote p:last-child {
	margin: 0;
}


/* Code -------------------------------------- */

code,
kbd,
pre,
samp {
	font-family: monospace;
	font-size: 0.9em;
	padding: 0.4rem 0.6rem;
}

code,
kbd,
samp {
	background: rgba(0, 0, 0, 0.075);
	border-radius: 0.2rem;
}

pre {
	border: 0.1rem solid #ccc;
	line-height: 1.5;
	margin: 4rem 0;
	overflow: auto;
	padding: 3rem 2rem;
	text-align: left;
}

pre code {
	background: transparent;
	padding: 0;
}

/* Media ------------------------------------- */

figure {
	display: block;
	margin: 0;
}

iframe {
	border: none;
	display: block;
	max-width: 100%;
}

video {
	display: block;
}

svg,
img,
embed,
object {
	display: block;
	height: auto;
	max-width: 100%;
}

figcaption {
	color: #6d6d6d;
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 1.5rem;
}

figcaption a {
	color: inherit;
}

blockquote.instagram-media,
iframe.instagram-media {
	margin: auto !important;
}


/* GALLERIES */

.gallery {
	display: flex;
	flex-wrap: wrap;
	margin: 3em 0 3em -0.8em;
	width: calc(100% + 1.6em);
}

.gallery-item {
	margin: 0.8em 0;
	padding: 0 0.8em;
	width: 100%;
}

.gallery-caption {
	display: block;
	margin-top: 0.8em;
}


/* Inputs ------------------------------------ */

fieldset {
	border: 0.2rem solid #767676;
	padding: 2rem;
}

legend {
	font-size: 0.85em;
	font-weight: 700;
	padding: 0 1rem;
}

label {
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
	margin: 0 0 0.5rem 0;
}

label.inline,
input[type="checkbox"] + label {
	display: inline;
	font-weight: 400;
	margin-left: 0.5rem;
}

input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
	top: 2px;
	display: inline-block;
	margin: 0;
	width: 1.5rem;
	min-width: 1.5rem;
	height: 1.5rem;
	background: #fff;
	border-radius: 0;
	border-style: solid;
	border-width: 0.1rem;
	border-color: #767676;
	box-shadow: none;
	cursor: pointer;
}

input[type="checkbox"]:checked::before {
	/* Use the "Yes" SVG Dashicon */
	content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E");
	position: absolute;
	display: inline-block;
	margin: -0.1875rem 0 0 -0.25rem;
	height: 1.75rem;
	width: 1.75rem;
}

input,
textarea,
button,
.button {
	font-family: -apple-system, BlinkMacSystemFont,"ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, " メイリオ", Meiryo, Osaka, " ＭＳ Ｐゴシック", MS PGothic, " sans-serif";
	line-height: 1;
}

input,
textarea,
select {
	border-color: #767676;
	color: #000;
}

code,
input[type="url"],
input[type="email"],
input[type="tel"] {

	/*rtl:ignore*/
	direction: ltr;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff;
	border-radius: 0;
	border-style: solid;
	border-width: 0.1rem;
	box-shadow: none;
	display: block;
	font-size: 1.4rem;
	letter-spacing: -0.015em;
	margin: 0;
	max-width: 100%;
	padding: 1.5rem 1.8rem;
	width: 100%;
}

select {
	border-radius: 0;
	border-width: 0.1rem;
	font-size: 1em;
	padding: 1.3rem 3.6rem 1.3rem 1.8rem;
}

textarea {
	height: 12rem;
	line-height: 1.6;
	width: 100%;
}

input::-webkit-input-placeholder {
	line-height: normal;
}

input:-ms-input-placeholder {
	line-height: normal;
}

input::-moz-placeholder {
	line-height: revert; /* Reset to the value from the user-agent stylesheet. */
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #17458f;
	border: none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 0.0333em;
	line-height: 1.25;
	margin: 0;
	opacity: 1;
	padding: 1.1em 1.44em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: opacity 0.15s linear;
}

button:focus,
button:hover,
.button:focus,
.button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
	text-decoration: underline;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,

input[type="color"]:focus,
textarea:focus {
	border-color: currentColor;
}

input[type="search"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

/* Tables ------------------------------------ */

table {
	border: 0.1rem solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: 1.6rem;
	margin: 4rem 0;
	max-width: 100%;
	overflow: hidden;
	width: 100%;
}

.alignleft > table {
	margin: 0;
}

.alignright > table {
	margin: 0;
}

th,
td {
	border: 0.1rem solid #ccc;
	line-height: 1.4;
	margin: 0;
	overflow: visible;
	padding: 0.5em;
}

caption {
	background: #ccc;
	font-weight: 600;
	padding: 0.5em;
	text-align: center;
}

thead {
	vertical-align: bottom;
	white-space: nowrap;
}

th {
	font-weight: 700;
}

.table-style table td:first-child {
	white-space: nowrap;
}

/* -------------------------------------------------------------------------- */

/*	Helper Classes
/* -------------------------------------------------------------------------- */

/* Layout ------------------------------------ */

.no-margin {
	margin: 0;
}

.no-padding {
	padding: 0;
}

.screen-height {
	min-height: 100vh;
}

.screen-width {
	position: relative;
	left: calc(50% - 50vw);
	width: 100vw;
}

/* Sections ---------------------------------- */

section {
	padding: 5rem 0;
	width: 100%;
}

.section-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 120rem;
	width: calc(100% - 4rem);
}

.section-inner.max-percentage {
	width: 100%;
}

.section-inner.thin {
	max-width: 58rem;
}

.section-inner.small {
	max-width: 80rem;
}

.section-inner.medium {
	max-width: 100rem;
}

.section-inner.no-margin {
	margin: 0;
}

/* Typography -------------------------------- */

.font-size-xl {
	font-size: 1.25em;
}

.font-size-xs {
	font-size: 0.8em;
}

/* Colors ------------------------------------ */

/* COLOR */

.color-accent,
.color-accent-hover:focus,
.color-accent-hover:hover {
	color: #17458f;
}

/* BACKGROUND COLOR */

.bg-accent,
.bg-accent-hover:focus,
.bg-accent-hover:hover {
	background-color: #17458f;
}

/* BORDER COLOR */

.border-color-accent,
.border-color-accent-hover:focus,
.border-color-accent-hover:hover {
	border-color: #17458f;
}

/* FILL COLOR */

.fill-children-accent,
.fill-children-accent * {
	fill: #17458f;
}

.fill-children-current-color,
.fill-children-current-color * {
	fill: currentColor;
}

/* FILE BUTTON COLOR */

.btn-blue .wp-block-file__button {
	background-color: #17458f;
}

.btn-yellow .wp-block-file__button {
	background-color: #ffe400;
	color: #000;
}

.btn-orange .wp-block-file__button {
	background-color: #f7a81b;
}

.btn-green .wp-block-file__button {
	background-color: #217345;
}

.btn-red .wp-block-file__button {
	background-color: #e51620;
}

/* Alignment Classes ------------------------- */

.aligncenter,
.aligncenter img {
	margin-left: auto;
	margin-right: auto;
}

.wp-block-image .aligncenter figcaption {
	text-align: center;
}

/* -------------------------------------------------------------------------- */

/*	Site Header
/* -------------------------------------------------------------------------- */

#site-header {
	background: #fff;
	position: relative;
}

.header-inner {
	max-width: 120rem;
}

.header-title h1 {
	margin: 0;
	padding: 2.5rem 0;
}

.header-title h1 a {
	display: inline-block;
}

/* Header Navigation ------------------------- */

.header-navigation-wrapper {
	background: #17458f;
}

.header-menu {
	margin-right: auto;
	margin-left: auto;
	max-width: 120rem;
}

.header-menu li a {
	color: #fff;
	display: block;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	padding: 1rem;
	text-align: center;
	text-decoration: none;
}

.header-menu li a span {
	color: #ffe400;
	display: block;
	font-size: 1rem;
	font-weight: normal;
	transform: scale(0.9);
}

.header-menu .menu-item.sub-menu .sub-menu{
    width: 100%;
    position: absolute;
    top: 10;
    left: 0;
    background-color: #fff;
    z-index: 2;
    display: none;
}

.header-menu .menu-item.sub-menu .sub-menu li{
    border-right: none; 
    border-left: none;
    border: solid 1px #000;
    width: 100%;
}

.header-menu .menu-item.sub-menu .sub-menu li a{
    font-size: 11px;
    color: #000; 
}

/* -------------------------------------------------------------------------- */

/*	Site Footer
/* -------------------------------------------------------------------------- */

#site-footer {
	background: #17458f;
	color: #fff;
	margin-top: 10rem;
	padding: 5rem 0 0;
	position: relative;
}

.to-the-top {
	margin-left: auto;
	margin-right: auto;
	max-width: 120rem;
	position: absolute;
	top: -4rem;
	right: 0;
	left: 0;
	text-align: right;
}

.to-the-top a {
	background: #17458f;
	border-radius: 0.5rem 0.5rem 0 0;
	color: #fff;
	display: inline-block;
	height: 4rem;
	line-height: 4rem;
	letter-spacing: 0.08em;
	padding: 0 4rem;
	text-decoration: none;
}

.footer-about .footer-widgets p {
	line-height: 1.8;
}

.footer-about .footer-widgets a {
	color: #fff;
}

.footer-copyright {
	font-size: 1.2rem;
	margin: 0;
	padding: 5rem 0 1rem;
	text-align: center;
}

/* Footer Navigation ------------------------- */

.footer-menu {
	width: 100%;
}

.footer-menu li a {
	color: #fff;
	display: block;
	padding: 0 1rem;
	text-decoration: none;
}

/* -------------------------------------------------------------------------- */

/*	Entry Header
/* -------------------------------------------------------------------------- */

.entry-header {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #d9e2f1), color-stop(0, #ffffff));
	background: -webkit-linear-gradient(#fff, #d9e2f1);
	background: -moz-linear-gradient(#fff, #d9e2f1);
	background: -o-linear-gradient(#fff, #d9e2f1);
	background: -ms-linear-gradient(#fff, #d9e2f1);
	background: linear-gradient(#fff, #d9e2f1);
	padding: 5rem 0;
}

.entry-header .entry-title {
	color: #005daa;
	font-size: 3rem;
	margin: 0;
	text-align: center;
}

/* -------------------------------------------------------------------------- */

/*	Entry Content
/* -------------------------------------------------------------------------- */

.entry-content {
	line-height: 1.6;
}

.entry-content > * {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.25em;
}

.entry-content > *:first-child {
	margin-top: 0;
}

.entry-content > *:last-child {
	margin-bottom: 0;
}

.entry-content h2 {
	border-left: 0.8rem solid #005daa;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1.5rem;
}

.entry-content h3 {
	background: #005daa;
	color: #fff;
	padding: 1rem 1.4rem;
}

.entry-content h4 {
	border-bottom: 0.2rem dotted #005daa;
	padding-bottom: 0.3rem;
}

.entry-content h4::before {
	background: #005daa;
	content: "";
	display: inline-block;
	width: 1.4rem;
	height: 1.4rem;
	margin-right: 0.5rem;
}

.entry-content a:hover,
.entry-content a:focus {
	text-decoration: none;
}

.entry-content li img {
	display: inline-block;
}

.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-bottom: 1rem;
}

.entry-content hr {
	margin: 4rem auto;
}

.post-inner .entry-content > .wp-block-cover.alignwide:first-child,
.post-inner .entry-content > .wp-block-cover.alignfull:first-child {
	margin-top: 0;
}

/* Alignment Classes ------------------------- */

.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right
}

.align-top {
	vertical-align: top;
}

.align-middle {
	vertical-align: middle
}

.align-bottom {
	vertical-align: bottom;
}

/* Block Font Sizes -------------------------- */

.entry-content .has-small-font-size {
	font-size: 0.8571428571428571em
}

.entry-content .has-normal-font-size,
.entry-content .has-regular-font-size {
	font-size: 1em;
}

.entry-content .has-large-font-size {
	font-size: 1.1428571428571428em;
	line-height: 1.9;
}

.entry-content .has-larger-font-size {
	font-size: 1.4285714285714286em;
	line-height: 1.9;
}

/* -------------------------------------------------------------------------- */

/*	Site Pagination
/* -------------------------------------------------------------------------- */

.pagination .nav-links {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.8rem;
	font-weight: 600;
	margin: 0;
	width: calc(100% + 2.5rem);
}

.pagination-separator {
	margin: 5rem 0;
}

.screen-reader-text {
	display: none;
}

.nav-links > * {
	margin: 1.5rem 0 0 1rem;
}

.nav-links .placeholder {
	display: none;
	visibility: hidden;
}

.pagination .page-numbers {
	color: #005daa;
}

.pagination .page-numbers.current {
	color: #000;
}

.pagination a {
	text-decoration: none;
}

.pagination a:focus,
.pagination a:hover {
	color: #000;
}

.pagination .dots {
	transform: translateY(-0.3em);
	color: #6d6d6d;
}

.nav-short {
	display: none;
}

/* -------------------------------------------------------------------------- */

/*	Site Content
/* -------------------------------------------------------------------------- */

.post-inner {
	padding-top: 5rem;
}

/* Site Side --------------------------------- */

.site-sidearea .sidebar-1 .widget_media_image {
	margin-bottom: 1rem;
}

.site-sidearea .sidebar-2 {
	border-top: 0.3rem solid #cccccf;
	margin-top: 2rem;
}

.site-sidearea .sidebar-2 .title {
	font-size: 2rem;
	line-height: 1.3;
	letter-spacing: 0.01em;
	margin-top: 2rem;
	margin-bottom: 1rem;
	padding-left: 4rem;
	position: relative;
}

.site-sidearea .sidebar-2 .title::before {
	background: url("assets/images/map_pin.png") no-repeat;
	content: "";
	height: 4.5rem;
	width: 2.7rem;
	position: absolute;
	top: 0.3rem;
	left: 0;
}

.site-sidearea .sidebar-2 .link-mail {
	color: #005daa;
	text-decoration: none;
}

.site-sidearea .sidebar-2 .link-mail::before {
	background: url("assets/images/icon_mail.png") no-repeat;
	content: "";
	display: inline-block;
	height: 2.4rem;
	width: 2.4rem;
	margin-top: -0.2rem;
	margin-right: 0.2rem;
	vertical-align: middle;
}

/* News List --------------------------------- */

.news-list h3 {
	background: #005daa;
	color: #fff;
	font-size: 1.8rem;
	font-weight: normal;
	padding: 1rem 1.4rem;
	margin-bottom: 0;
}

.news-list ul {
	border: 0.1rem solid #ccc;
}

.news-list ul li {
	border-bottom: 0.1rem dotted #ccc;

	padding: 1.4rem;
}

.news-list ul li:last-child {
	border-bottom: none;
}

.news-list ul li a {
	color: #005daa;
}

.news-list-date {
	display: inline-block;
	width: 9.5rem;
}

 .news-list-category {
	background: #999;
	border-radius: 0.3rem;
	color: #fff;
	display: inline-block;
	font-size: 1.2rem;
	margin-top: 0.2rem;
	margin-right: 1.4rem;
	text-align: center;
	text-decoration: none;
	width: 13rem;
}

.news-list-category.convention-news {
	background: #006dd9
}

.news-list-category.ri-news {
	background: #ff4d4d
}

.news-list-category.service {
	background: #c71585
}


.news-list-title {
	display: block;
	overflow: hidden;
}

.news-list-mark {
	background: url("assets/images/new.gif") no-repeat;
	display: inline-block;
	font-size: 0;
	height: 1.1rem;
	width: 2.4rem;
	margin-left: 1rem;
	vertical-align: middle;
}

.news-list ul li:last-child {
	justify-content: flex-end;
}

.news-list ul li .news-list-more {
	background: #005daa;
	border-radius: 0.5rem;
	color: #fff;
	display: inline-block;
	flex: none;
	padding: 0.5rem 1.5rem;
	text-decoration: none;
}

.news-list ul li .news-list-more::before {
	border: 0.5rem solid transparent;
	border-left: 0.6rem solid #fff;
	content: "";
	display: inline-block;
	height: 0;
	width: 0;
}

/* Breadcrumbs --------------------------------- */

.breadcrumbs {
	border-bottom: 0.1rem solid #ccc;
	padding: 1rem 0;
}

/* -------------------------------------------------------------------------- */

/*	HOME PAGE
/* -------------------------------------------------------------------------- */

.home-title-lead {
	font-size: 2.8rem;
	margin-top: 5rem;
	position: relative;
}

.home-title-lead::after {
	background: #005daa;
	content: "";
	height: 0.4rem;
	width: 100%;
	margin-top: -0.2rem;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: -1;
}

.home-title-lead h2 {
	background: #fff;
	display: inline-block;
	font-size: 2.8rem;
	margin: 0;
	padding: 0 1.5rem;
}

/* -------------------------------------------------------------------------- */

/*	NEWS PAGE
/* -------------------------------------------------------------------------- */

.news ul li:last-child {
	border-bottom: 0.1rem dotted #ccc;
}

/* -------------------------------------------------------------------------- */

/*	NEWS SINGLE POST
/* -------------------------------------------------------------------------- */

.single-header {
	margin-bottom: 5rem;
}

.single-title {
	line-height: 1.5;
	margin-top: 0;
}

/* -------------------------------------------------------------------------- */

/*	CLUB PAGE
/* -------------------------------------------------------------------------- */

.select-menu select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.select-menu {
	display: inline-block;
	position: relative;
}

.select-menu::after {
	content: "";
	border-top: 0.2rem solid #222;
	border-right: 0.2rem solid #222;
	height: 0.6rem;
	width: 0.6rem;
	margin-top: -0.3rem;
	position: absolute;
	top: 50%;
	right: 0.6rem;
	transform: rotate(135deg);
}

/* -------------------------------------------------------------------------- */

/*	CONTACT PAGE
/* -------------------------------------------------------------------------- */

.mw_wp_form form > p {
	line-height: 1.8;
	margin-bottom: 2em;
}

.form-button {
	margin-top: 3rem;
}

.form-button > input {
	margin-right: 1rem;
}

/* -------------------------------------------------------------------------- */

/*	Media Queries
/* -------------------------------------------------------------------------- */

@media ( min-width: 897px ) {

	/* Site Header ------------------------- */

	.header-toggle {
		display: none !important;
	}

	/* Header Navigation */

	.header-menu {
		border-right: 0.1rem solid #3a61a0;
		border-left: 0.1rem solid #123670;
		display: flex;
		justify-content: space-between;
	}

	.header-menu li {
		border-right: 0.1rem solid #123670;
		border-left: 0.1rem solid #3a61a0;
		position: relative;
		width: calc(100% / 6);
	}

	.header-menu li a:hover {
		opacity: 0.7;
		transition: opacity 0.15s linear;
	}

	.header-menu li.current-menu-item::after {
		background: #ffe400;
		content: "";
		margin: 0 auto;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		height: 0.4rem;
		width: 50%;
	}

	.header-menu .menu-item .sub-menu .current-menu-item::after {
		content: none;
	}

	/* Site Footer ------------------------- */

	.to-the-top:hover {
		opacity: 0.8;
		transition: opacity 0.15s linear;
	}

	.footer-about {
		display: flex;
		align-items: center;
		padding-bottom: 5rem;
	}

	.footer-about > div {
		width: 50%;
	}

	.footer-about .footer-widgets-wrapper {
		padding-left: 6%;
	}

	/* Footer Navigation */

	.footer-menu {
		border-left: 0.1rem solid #fff;
		display: table;
	}

	.footer-menu li {
		border-right: 0.1rem solid #fff;
		display: table-cell;
		text-align: center;
	}

	.footer-menu li a:hover {
		opacity: 0.8;
		transition: opacity 0.15s linear;
	}

	/* Site Content ------------------------ */

	.site-content-inner {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}

	.img-hover:hover img {
		opacity: 0.8;
		transition: opacity 0.15s linear;
	}

	/* Site Main */

	.site-mainarea {
		max-width: 90rem;
		width: 75%;
	}

	/* Site Side */

	.site-sidearea {
		margin-top: 5rem;
		max-width: 22.7rem;
		width: 19%;
	}

	.site-sidearea .sidebar-1 .widget_media_image a:hover img {
		opacity: 0.8;
		transition: opacity 0.15s linear;
	}

	.site-sidearea .sidebar-2 .link-mail:hover {
		opacity: 0.8;
		transition: opacity 0.15s linear;
	}

	/* News List */

	.news-list ul li {
		display: flex;
	}

	.news-list ul li a {
		flex: 1;
	}

	.news-list-category {
		float: left;
	}

	.news-list-more:hover {
		opacity: 0.8;
		transition: opacity 0.15s linear;
	}

}

@media ( max-width: 896px ) {

	/* Site Header ------------------------- */

	.header-inner {
		position: relative;
	}

	.header-title h1 {
		padding-right: 4.6rem;
	}

	.header-toggle {
		cursor: pointer;
		display : block;
		height: 4.2rem;
		width : 4.2rem;
		margin: auto 0;
		position: absolute;
		right : 0;
		top : 0;
		bottom: 0;
		text-align: center;
		z-index : 102;
	}

	.header-toggle span {
		background : #555;
		display : block;
		height : 0.2rem;
		width  : 3rem;
		position: absolute;
		left : 0.6rem;
		transition : 0.3s ease-in-out;
	}

	.header-toggle span:nth-child(1) {
		top: 10px;
	}

	.header-toggle span:nth-child(2) {
		top: 20px;
	}

	.header-toggle span:nth-child(3) {
		top: 30px;
	}

	.header-toggle.active span:nth-child(1) {
		background :#fff;
		top : 1.6rem;
		left: 0.6rem;
		transform : rotate(-45deg);
	}

	.header-toggle.active span:nth-child(2),
	.header-toggle.active span:nth-child(3) {
		background :#fff;
		top: 1.6rem;
		transform : rotate(45deg);
	}


	/* Header Navigation */

	.header-navigation-wrapper {
		display: none;
		height: 100%;
		width: 100%;
		opacity: 0;
		position: fixed;
		top : 0;
		left : 0;
		z-index : 101;
		transition: opacity .6s ease, visibility .6s ease;
	}

	.header-navigation-wrapper.active {
		display: block;
		opacity: 1;
	}

	.header-menu-wrapper {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		height: 100%;
	}

	.header-menu .menu-item.sub-menu .sub-menu{
        z-index: 0;
        position: relative;
        background-color: #17458f;
    }
    
    .header-menu .menu-item.sub-menu  .sub-menu li{
        border: none;
        font-weight: bold; 
    }
    .header-menu .menu-item.sub-menu .sub-menu li a{
        color: #fff;
    }

	/* Site Footer ------------------------- */

	.footer-logo {
		margin-bottom: 5rem;
	}

	.footer-logo img {
		margin-right: auto;
		margin-left: auto;
	}

	.footer-widgets-wrapper {
		display: none;
	}

	/* Footer Navigation */

	.footer-menu li a {
		color: #fff;
		margin: 0.8rem;
		text-align: center;
	}

	/* Site Content ------------------------ */

	/* Site Side */

	.site-sidearea {
		margin-top: 10rem;
	}

	.site-sidearea .sidebar-1 {
		border-top: 0.3rem solid #cccccf;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding-top: 2rem;
	}

	.site-sidearea .sidebar-1 > .widget {
		box-sizing: border-box;
		margin: 0;
		max-width: 22.7rem;
		padding: 0.5rem;
		width: 50%;
	}

	.site-sidearea .sidebar-1 .wp-block-image {
		margin: 0;
	}

	.site-sidearea .sidebar-2 .text {
		padding-left: 4rem;
	}

	.site-sidearea .sidebar-2 .rirate {
		padding-left: 4rem;
		text-align: center;
	}

	.site-sidearea .sidebar-2 iframe {
		width: 100%;
	}

	/* News List */

	.news-list-title {
		margin-top: 0.5rem;
	}
	
	/* HOME PAGE --------------------------- */

	.home .post-inner {
		padding-top: 0;
	}

	.n2-section-smartslider.home-mv {
		position: relative;
		left: calc(50% - 50vw);
		width: 100vw;
	}

}