/*!
Theme Name: gymkaigyou.com
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gymkaigyou-com
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

gymkaigyou.com is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	font-size: 16px;
}

@media screen and (max-width: 959px) {
	html{
		font-size: 12px;
	}
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]: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 {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* ===================================
 オリジナルCSS
=================================== */

html {
	font-size: 16px;
}

@media screen and (max-width: 959px) {
	html{
		font-size: 13px;
	}
}

/* ===================================
	共通CSS
=================================== */

.gk--sp-br--visible{
	display: none;
}

.gk--sp-br--hidden{
	display: inline;
}

.gk--sp--visible{
	display: none !important;
}

.gk--sp--hidden{
	display: block !important;
}

@media screen and (max-width: 959px) {
	.gk--sp-br--visible{
		display: inline;
	}
	
	.gk--sp-br--hidden{
		display: hidden;

	}
	.gk--sp--visible{
		display: block !important;
	}
	
	.gk--sp--hidden{
		display: none !important;
	}
}



/* ===================================
 ヘッダー
=================================== */

.site-header{
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	height: 80px;
	border-bottom: 4px solid;
	border-image: linear-gradient(to right, #1973ff, #82b3ff, #1973ff) 1;
	box-sizing:content-box;
	position: sticky;
	top: 0;
	z-index: 9999;
}

.site-branding{
	width: 30%;
	background-color: #16263e;
}

.site-title{
	margin: 0;
	height: 100%;
	padding: 0 24px;
	display: flex;
	align-items: center;
}

.site-title a{
	display: block;
	width: 100%;
}

.site-title img{
	
	height: 50%;
	width: auto;
}

.gk-navigation{
	width: 65%;
}

.gk-navigation ul{
	list-style: none;
	display: flex;
	align-items: center;
	height: 100%;
	padding-right: 32px;
	margin: 0;
}

.gk-navigation ul li{
	width: 25%;
}

.gk-navigation ul li a{
	display: block;
	color: #000;
	text-decoration: none;
}

.gk-navigation-arrow{
	color: #1973ff;
}

.gk-navigation-btn{
	color: #fff !important;
	text-decoration: none;
	background: linear-gradient(to right, #1973ff, #82b3ff, #1973ff);
	height: 32px;
	line-height: 32px;
	border-radius: 16px;
	text-align: center;
	display: block;
}

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


	.site-branding{
		width: 70%;
		background-color: #16263e;
	}

/* SP用ハンバーガーメニュー */

	.gk--sp-navigation {
		position: relative;
	}
	
	.gk--sp-navigation_menu-icon {
		width: 40px;
		height: 30px;
		position: fixed; /* ← fixedにして常に左上固定 */
		top: 20px;
		right: 20px;
		cursor: pointer;
		z-index: 3;
		display: inline-block;
	}
	
	.gk--sp-navigation_menu-icon span {
		display: block;
		height: 4px;
		margin: 6px 0;
		background: #333;
		border-radius: 2px;
		transition: 0.4s;
	}
	
	/* ハンバーガーがXに変形 */
	#menu-toggle:checked + .gk--sp-navigation_menu-icon span:nth-child(1) {
		transform: translateY(10px) rotate(45deg);
	}
	#menu-toggle:checked + .gk--sp-navigation_menu-icon span:nth-child(2) {
		opacity: 0;
	}
	#menu-toggle:checked + .gk--sp-navigation_menu-icon span:nth-child(3) {
		transform: translateY(-10px) rotate(-45deg);
	}
	
	/* オーバーレイ背景 */
	.gk--sp-navigation_overlay {
		position: fixed;
		inset: 0;
		background: rgba(0,0,0,0.5);
		opacity: 0;
		pointer-events: none;
		transition: 0.4s;
		z-index: 1;
	}
	
	#menu-toggle:checked ~ .overlay {
		opacity: 1;
		pointer-events: auto;
	}
	
	/* メニュー本体（左から出す） */
	.gk--sp-navigation_menu {
		position: fixed;
		top: 0;
		right: -250px; /* ← 初期位置を左へ */
		width: 250px;
		height: 100%;
		background: #fff;
		box-shadow: 2px 0 8px rgba(0,0,0,0.2);
		transition: right 0.4s ease;
		z-index: 2;
	}
	
	#menu-toggle:checked ~ .gk--sp-navigation_menu {
		right: 0; /* ← 開いたときは左0へ */
	}
	
	.gk--sp-navigation_menu ul {
		list-style: none;
		padding: 60px 20px;
		margin: 0;
	}
	
	.gk--sp-navigation_menu li {
		margin: 20px 0;
		display: block;
	}
	
	.gk--sp-navigation_menu a {
		text-decoration: none;
		color: #333;
		font-size: 1.2rem;
		transition: color 0.3s;
		text-align: center;
	}
	
	.gk--sp-navigation_menu a:hover {
		color: #007bff;
	}

}


/* ========================== */
/* TOP MV & コンテンツナビゲーション*/
/* ========================== */

.gk-mv{
	height: 700px;
	background-image: url("images/mv-bg-pics.png");
	background-size: cover;
	background-position: center;
	z-index: -2;
	position: relative;
}

.gk-mv::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #071b3f;
	opacity: 0.3;
	z-index: -1;
}

.gk-mv-copy-top{
	text-align: center;
	padding-top: 6rem;
	margin: 0;
	font-size: 2.5rem;
	font-weight: bold;
	color: white;
}

.gk-mv-copy-top span{
	font-size: 3rem;
	color: yellow;
}

.gk-mv-copy-bottom{
	text-align: center;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
}

.gk-mv-logo{
	text-align: center;
	padding: 2.5rem 0;
}

.gk-contents-nav{
	position: relative;
	bottom: 10rem;
	width: 80%;
	background-color: #fff;
	margin: 0 auto;
	border-radius: 15px;
	box-shadow: 0 10px 24px -10px;
	border: 2px solid gray;
	padding: 1.5rem;
}

.gk-contents-nav p{
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	margin: 0 auto 24px auto;
}

.gk-contents-nav ul{
	list-style: none;
	background-color: #d1d1d1;
	padding: 0.5rem;
	border-radius: 12px;
	margin:0 auto;
	display: flex;
}

.gk-contents-nav li{
	padding: 0.5rem;
}

.gk-contents-nav li a{
	display: block;
}

@media screen and (max-width: 959px) {
	
	.gk-mv-logo{
		padding: 2.5rem 1rem;
	}
	
	.gk-contents-nav{
		width: 90%;
		bottom: 18rem;
	}

	.gk-contents-nav p{
		font-size: 1.75rem;
	}

	.gk-contents-nav ul{
		flex-direction: column;
		padding: 1rem;
	}

	.gk-contents-nav li{
		padding: 0;
	}

	.gk-contents-nav li:first-child{
		margin-bottom: 0.5rem;
	}

	.gk-services-card{
		width: 100%;
		margin: 0 auto 2rem auto;
	}
}

/* ========================== */
/*ABOUT*/
/* ========================== */

.gk-about{
	width: 80%;
	margin: -7.5rem auto 0 auto;
}

.gk-about_texts h2{
	font-size: 2.5rem;
	background-color: #245aad;
	color: #fff;
	text-align: center;
	line-height: 200%;
}

.gk-about_texts p{
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	line-height: 230%;
}

.gk-about_texts p span{
	color: #245aad;
	font-size: 2rem;
}

.gk-about img{
	display: block;
	margin: 0 auto 80px auto;
}

@media screen and (max-width: 959px) {
	.gk-about{
		width: 90%;
		margin-top: -16rem;
	}
	.gk-about_texts p{
		
	}

	.gk-services-card{
		width: 100%;
		margin: 0 auto 2rem auto;
	}
}

/* ========================== */
/*SLIDER*/
/* ========================== */


/* スライダー全体 */
.gk-slider-wrapper {
  display: flex; /* スライドのグループを横並び */
  overflow: hidden; /* はみ出たスライドを隠す */
  align-items: center;
  height: 180px;
  margin-bottom: 32px;
}

.gk-slider-wrapper_logos{
	height: 90px;
}

/* スライド3枚のグループ */
.gk-slider {
  animation: scroll-left 20s infinite linear .5s both;
  display: flex; /* スライド3枚を横並び */
  list-style: none;
  align-items: center;
}
/* スライド */
.gk-slide {
  width: calc(100vw / 3); /* 3はスライドの枚数 */
}
/* スライドの画像 */
.gk-slide img {
  display: block;
  width: 100%;
}
/* CSSアニメーション */
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/* ========================== */
/*      セクションヘッダー        */
/* ========================== */

.gk-section-head{
	position: relative;
	margin-bottom: 5rem;
	width: 100%;
	overflow: hidden;
}

.gk-section-head_bgtxt{
	font-size: 7rem;
	font-weight: bold;
	text-align: center;
	display: block;
	opacity: 0.3;
}

.gk-section-head h2{
	font-size: 3rem;
	text-align: center;
	margin-top: -100px;
}

.gk-section-head p{
	text-align: center;
	font-size: 1.25rem;
}

@media screen and (max-width: 959px) {
	.gk-contents-nav{
		width: 90%;
	}

	.gk-services-card{
		width: 100%;
		margin: 0 auto 2rem auto;
	}
	.gk-section-head p{
		margin: 0 auto;
		width: 90%;
	}
}



/* ========================== */
/*           SERVICES         */
/* ========================== */

.gk-services{
	background-image: url(images/service-bg.png);
	background-size: cover;
	background-position: center;
	padding: 60px 0 120px 0;
}

.gk-services-cards{
	display: flex;
	justify-content: space-around;
	width: 80%;
	margin: 0 auto;
}

.gk-services-card{
	width: 31%;
	overflow: hidden;
}

.gk-services-card_image{
	width: 100%;
}

.gk-services-card_image img{
	width: 100%;
}

.gk-services-card_text{
	width: 92%;
	border-radius: 5px;
	background-color: #fff;
	margin: -120px auto 0 auto;
	z-index: 10;
	position: relative;
	box-shadow: 0 10px 20px -10px;
	padding: 24px;
}

.gk-services-card_text h3{
	text-align: center;
	font-size: 24px;
}

.gk-services-card_btn{
	color: #fff !important;
	text-decoration: none;
	display: block;
	width: 100%;
	margin: 0 auto;
	background-color: #245aad;
	height: 40px;
	border-radius: 20px;
	text-align: center;
	line-height: 40px;
}

@media screen and (max-width: 959px) {
	.gk-services-cards{
		width: 90%;
	}
	.gk-services-cards{
		flex-direction: column;
	}

	.gk-services-card{
		width: 100%;
		margin: 0 auto 2rem auto;
	}
}

/* ========================== */
/*           CTA              */
/* ========================== */

.gk-cta{
	background-image: url(images/cta-bg.png);
	background-size: cover;
	background-position: center;
	padding:4rem 0 1rem 0;
}

.gk-cta-lead{
	color: #fff;
	font-size: 2.5rem;
	text-align: center;
	margin:0 auto;
	padding-bottom: 2rem;
}

.gk-cta-lead span{
	display: inline-block;
	background-color: #16263e;
	color: #fff;
}

.gk-cta-content{
	display: flex;
	width: 80%;
	margin: 0 auto;
	
}

.gk-cta-content_left{
	width: 50%;
	padding: 3rem 1.5rem 1.5rem 1.5rem;
	position: relative;
	border-right: 1px solid #fff;
}

.gk-cta-content_left p{
	border: 4px solid #fff;
	border-radius: 15px;
	padding: 1.25rem;
	color: #fff;
	font-size: 1.25rem;
	text-align: center;
	margin: 0;
}

.gk-cta-content_left img{
	display: block;
	position: absolute;
	bottom: -1rem;
	left: 25%;
	width: 50%;
}

.gk-cta-content_right{
	width: 50%;
	padding: 3rem 1.5rem;
}

.gk-cta-content_right h3{
	font-size: 1.5rem;
	color: #fff;;
	text-align: center;
	margin-bottom: 1rem;
}

.gk-cta-content_btn{
	display: block;
	height: 4rem;
	width: 80%;
	margin: 0 auto 2rem auto ;
	border-radius: 2rem;
	text-align: center;
	line-height: 4rem;
	text-decoration: none;
	color: #fff !important;
	background: linear-gradient(to right, #1973ff, #82b3ff, #1973ff);
}

.gk-cta-content_tel{
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 2rem;;
	text-align: center;
	font-weight: bold;
}

.gk-cta-content_tel span{
	font-size: 1rem;
}

@media screen and (max-width: 959px) {
	.gk-cta-content{
		flex-direction: column;
		width: 90%;
	}
	.gk-cta-lead{
		font-size: 1.625rem;
		width: 90%;
	}
	.gk-cta-content_left{
		width: 100%;
		border-right: none;
		padding-top: 0;
	}
	.gk-cta-content_left img{
		bottom: -4rem;
	}
	.gk-cta-content_right{
		width: 100%;
		padding-top: 6rem;
	}
	.gk-cta-content_btn{
		width: 90%;
	}
}

/* ========================== */
/*          COLUMN         */
/* ========================== */

.gk-column{
	background-image: url(images/column-bg.png);
	background-size: cover;
	background-position: center;
	padding: 60px 0 120px 0;
}

.gk-column-cards{
	display: flex;
	justify-content: space-around;
	width: 80%;
	margin: 0 auto;
}

.gk-column-card{
	width: 31%;
	background-color: #fff;
	box-shadow: 0 10px 20px -10px;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	padding-bottom: 2.5rem;
}

.gk-column-card_thumbnail{
	display: block;
	width: 100%;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.gk-column-card_thumbnail img{
	width: 100%;
	height: auto;
}


.gk-column-card_title{
	padding: 1rem;
}

.gk-column-card_title a{
	font-size: 1.25rem;
	text-decoration: none;
	color: #404040
}

.gk-column-card_excerpt{
	padding: 0 1rem;
	margin: 0;
}

.gk-column-card_more{
	text-align:right;
	display: block;
	padding: 0 1rem 1.5rem 0;
	position: absolute;
	bottom: 0;
	right: 0;
}

@media screen and (max-width: 959px) {
	.gk-column-cards{
		flex-direction: column;/*flexアイテムを縦並びに変更*/
		width: 90%;
	}

	.gk-column-card{
		width: 100%;
		margin: 0 auto 2rem auto;
	}
}

/* ========================== */
/*           FAQ         */
/* ========================== */

.gk-faq{
	width: 80%;
	margin: 0 auto;
}

.faq-question {
    border: 1px solid #000;
    background-color: #245aad;
    padding: 17px 5%;
    cursor: pointer;
    z-index: 1;
	color: #fff;
	font-size: 1.5rem;
	position: relative;
	cursor: pointer;
	&:before {
		position: absolute;
		content: "";
		display: block;
		width: 1rem;
		height: 0.25rem;
		background-color: #fff;
		right: 15px;
		top: 50%;
		transform: translate(0, -50%);
	  }
	&:after {
		position: absolute;
		content: "";
		display: block;
		width: 1rem;
		height: 0.25rem;
		background-color: #fff;
		right: 15px;
		top: 50%;
		transform: translate(0, -50%) rotate(90deg);
	  }
  }

  .faq-question.active {
	&:after {
	  display: none;
	}
  }

  .faq-answer {
	font-size: 1rem;
	padding: 17px 5%;
	display: none;
  }

  @media screen and (max-width: 959px) {
	.gk-faq{
		width: 90%;
	}
}


/* ========================== */
/*          CONTACT         */
/* ========================== */

.gk-contact{
	
}

.gk-contact img{
	width: 70%;
}

.gk-form{
	width: 80%;
	margin: 0 auto;
}

.gk-form-row{
	display: flex;
	flex-wrap: wrap;
}

.gk-form-label{
	width: 35%;
	position: relative;
	font-weight: bold;
}

.gk-form-label span{
	display: inline-block;
	position: absolute;
	right: 1.5rem;
	top:0.66rem;
	background-color: #245aad;
	color: #fff;
	padding: 0.25rem 1rem;
	border-radius: 10px;
}

.gk-form-label span.gk-form-label_optional{
	background-color: gray;
}

.gk-form-data{
	width: 65%;
	overflow: hidden;
}

.wpcf7-form-control{
	width: 100%;
}

.gk-form-check{
	text-align: center;
}

.gk-form-submit{
	display: block;
	width: 50%;
	height: 3rem;
	margin: 0 auto;
	font-size: 1.25rem;
	text-align: center;
	color: #fff !important;
	border-radius: 1.5rem !important;
	background: linear-gradient(to right, #1973ff, #82b3ff, #1973ff) !important;
	box-shadow: 0 0.3rem #16263e;
	border: 0 !important;
}

@media screen and (max-width: 959px) {
	.gk-form{
		width: 90%;
	}
	.gk-form-label{
		width: 100%;
	}
	.gk-form-data{
		width: 100%;
	}
	.gk-form-label p{
		margin-bottom: 1rem;
	}
}

/* ========================== */
/*          single共通mv      */
/* ========================== */

.gk-single_mv{
	height: 20rem;
	z-index: -3;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.gk-single_mv img{
	display: block;
	width: 100%;
	height: auto !important;
	z-index: -2;
}

.gk-single_mv::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #071b3f;
	opacity: 0.3;
	z-index: -1;
}

.gk-single_mv-title{
	width: 100%;
	height: 100%;
	text-align: center;
	top: 30%;
	position: absolute;
	color: #fff;
	font-size: 2rem;
}

@media screen and (max-width: 959px) {
	.gk-single_mv{
		height: 20rem;
	}
	.gk-single_mv img{
		display: block;
		height: auto !important;
		width: 135% !important;
		max-width: 135% !important;
		z-index: -2;
	}
	.gk-single_mv-title{
		top: 35%;
	}
}

/* ========================== */
/*          ブランド詳細ページ    */
/* ========================== */


.gk-fcbrand_article{
	width: 80%;
	background-color: #fff;
	box-shadow: 0 10px 20px -10px;
	margin: 0 auto;
	position: relative;
	top: -4rem;
}

.gk-fcbrand_content{
	padding: 1.5rem;
}

.gk-fcbrand_article_head{
	position: relative;
	height: 400px;
	overflow: hidden;
}

.gk-fcbrand_article_head ::after{
	content: "";
	display: block;
	position: absolute;
	height: 0.25rem;
	width: 100%;
	bottom: 1rem;
	left: 0;
	background: linear-gradient(to right, #1973ff, #82b3ff, #1973ff);
}

.gk-fcbrand_article_head-image{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;;
}

.gk-fcbrand_article_head-image::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #071b3f;
	opacity: 0.3;
	z-index: 2;
}

.gk-fcbrand_article_head-image img{
	width: 100%;
	height: auto;
	z-index: 1;
	position: relative;
}

.gk-fcbrand_article_head-inner{
	width: 100%;
	position: absolute;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	padding: 2rem 1.5rem;
	z-index: 3;
}

.gk-fcbrand_article_head-texts{
	color :#fff;
	border-left: 1rem solid #245aad;
	padding: 0 1rem;
}

.gk-fcbrand_article_head-texts h2,h3{
	margin: 0;
}

.gk-fcbrand_article_head-texts h3{
	margin: 0;
	font-size: 1rem;
}


@media screen and (max-width: 959px) {
	.gk-fcbrand_article{
		width: 90%;
		top: -10rem;
	}
	.gk-fcbrand_article_head{
		height: 230px;
	}
	.gk-fcbrand_article_head-inner{
		flex-direction: column;
	}
	.gk-fcbrand_article_head-logo img{
		display: none;
	}
}

/* ========================== */
/*          ブランド一覧ページ    */
/* ========================== */

.gk-fcbrands_wrapper{
	padding-top: 2rem;
	background-color: #f0f0f0;
}

.gk-fcbrands_card{
	width: 80%;
	margin: 0 auto 2rem auto;
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	box-shadow: 0 10px 20px -10px;
}

.gk-fcbrands_card_left{
	width: 30%;
	height: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.gk-fcbrands_card_left img{
	height: 100%;
	width: auto;
	max-width: none;
}

.gk-fcbrands_card_right{
	width: 70%;
	height: 100%;
	padding: 1rem 1rem 2rem 1rem;
}

.gk-fcbrands_card_head{
}

.gk-fcbrands_card_head-inner{
	border-bottom: 0.25rem solid #245aad;
	padding-bottom: 1rem;
	position: relative;
}

.gk-fcbrands_card_head-texts{
	width: 100%;
}

.gk-fcbrands_card_head-texts h2{
	font-size: 2rem;
}

.gk-fcbrands_card_head-texts h3{
	font-size: 1.25rem;
}

.gk-fcbrands_card_head-texts h2 a{
	text-decoration: none !important;
	color: #404040 !important;
}

.gk-fcbrands_card_head-logo{
	width: 20%;
	position: absolute;
	right: 1rem;
	top: 25%;
}

.gk-fcbrands_card_excerpt{
	margin: 0;
	padding: 1rem 0
}

.gk-fcbrands_card_info-items{
	display: flex;
	flex-wrap: wrap;
	padding: 1rem 0 1rem 0;
}

.gk-fcbrands_card_info-item{
	width: 34%;
	margin-right: 1rem;
}

.gk-fcbrands_card_info-item h4{
	height: 2rem;
	background-color: rgb(185, 185, 185);
	text-align: center;
	line-height: 2rem;
	margin: 0;
}

.gk-fcbrands_card_info-item p{
	text-align: center;
	font-size: 1.25rem;
	padding: 0.5rem;
	margin: 0;
}

.gk-fcbrands_card_btns{
	display: flex;
	justify-content: flex-end;
}

.gk-fcbrands_card_btn{
	color: #fff !important;
	text-decoration: none;
	display: block;
	width: 40%;
	margin-right: 1rem;
	background-color: #245aad;
	height: 40px;
	border-radius: 20px;
	text-align: center;
	line-height: 40px;
}

.gk-fcbrands_card_favbtn{
	color: #fff !important;
	text-decoration: none;
	display: block;
	width: 40%;
	margin-right: 1rem;
	background-color: gray;
	height: 40px;
	border-radius: 20px;
	text-align: center;
	line-height: 40px;
}

.gk-fcbrands_req-info{
	background: linear-gradient(to right, #1973ff, #82b3ff, #1973ff);
	padding: 1.5rem 1rem;
	position: sticky;
	bottom: 0;
}

.gk-fcbrands_req-info p{
	font-size: 1.5rem;
	color: #fff;
	text-align: center;
	margin: 0 auto;
}

.gk-fcbrands_req-info p:first-child{
	font-size: 2rem;
	margin-bottom: 1rem;
}

.gk-fcbrands_req-info p:nth-child(2){
	margin-bottom: 1rem;
}

.gk-fcbrands_req-info_btn{
	color: #fff !important;
	text-decoration: none;
	display: block;
	width: 80%;
	margin: 0 auto;
	background-color: #245aad !important;
	height: 40px;
	border-radius: 20px !important;
	text-align: center;
	line-height: 40px;
}

@media screen and (max-width: 959px) {
	.gk-fcbrands_card{
		width: 90%;
	}
	.gk-fcbrands_card_info-items{
		justify-content: center;
	}
	.gk-fcbrands_card_info-item{
		width: 40%;
		margin: 0 1rem 1rem 0;
	}
	.gk-fcbrands_card_btn{
		width: 45%;
	}
	.gk-fcbrands_card_left{
		width: 100%;
		height: 250px;
	}

	.gk-fcbrands_card_left img{
		width: 100%;
		height: auto;
	}
	
	.gk-fcbrands_card_right{
		width: 100%;
		height: 100%;
	}
}

/* ========================== */
/*        コラム一覧ページ     */
/* ========================== */

.gk-columns_wrapper{
	padding-top: 2rem;
	background-color: #f0f0f0;
}

.gk-columns_card{
	width: 80%;
	height: 200px;
	margin: 0 auto 24px auto;
	background-color: #fff;
	box-shadow: 0 10px 20px -10px;
	overflow: hidden;
	display: flex;
}

.gk-columns_card_left{
	width: 250px;
	border: 4px solid #fff;
}

.gk-columns_card_left img{
	width: 100%;
}

.gk-columns_card_right{
	width: calc(100% - 250px);
	padding: 1.5rem;
	position: relative;
}

.gk-columns_card_right h2{
	margin: 0 0 1rem 0;
}

.gk-columns_card_right h2 a{
	color: #404040;
	text-decoration: none;
}

.gk-columns-card_excerpt{
}

@media screen and (max-width: 959px) {
	.gk-columns_wrapper{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.gk-columns_card{
		width: 45%;
		height: auto;
		flex-wrap: wrap;
	}

	.gk-columns_card_left{
		width: 100%;
		border: 4px solid #fff;
	}
	
	.gk-columns_card_left img{
		width: 100%;
	}
	.gk-columns_card_right{
		width: 100%;
		padding: 1rem 1rem 2rem 1rem;
	}
	.gk-columns_card_right h2{
		font-size: 1.25rem;
	}
	
}


/* ========================== */
/*        コラム記事ページ     */
/* ========================== */


.gk-single_article{
	width: 80%;
	background-color: #fff;
	box-shadow: 0 10px 20px -10px;
	margin: 0 auto;
	position: relative;
	top: -4rem;
}

.gk-single_content{
	padding: 1.5rem;
}

.gk-single_article_head{
	position: relative;
	height: 400px;
	overflow: hidden;
}

.gk-single_article_head ::after{
	content: "";
	display: block;
	position: absolute;
	height: 0.25rem;
	width: 100%;
	bottom: 1rem;
	left: 0;
	background: linear-gradient(to right, #1973ff, #82b3ff, #1973ff);
}

.gk-single_article_head-image{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;;
}

.gk-single_article_head-image::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #071b3f;
	opacity: 0.3;
	z-index: 2;
}

.gk-single_article_head-image img{
	width: 100%;
	height: auto;
	z-index: 1;
	position: relative;
}

.gk-single_article_head-inner{
	width: 100%;
	position: absolute;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	padding: 2rem 1.5rem;
	z-index: 3;
}

.gk-single_article_head-texts{
	color :#fff;
	border-left: 1rem solid #245aad;
	padding: 0 1rem;
}

.gk-single_article_head-texts h2,h3{
	margin: 0;
}

.gk-single_article_head-texts h3{
	margin: 0;
	font-size: 1rem;
}




/* ========================== */
/*          FOOTER       */
/* ========================== */

.gk-footer{
	width: 100%;
	height: 4rem;
	line-height: 4rem;
	background: linear-gradient(to right, #1973ff, #82b3ff, #1973ff);
	color: #fff;
	text-align: center;
	justify-content: center;
}

.gk-footer p{
	margin: 0;
}


/* ========================== */
/*       コンテンツスタイル      */
/* ========================== */

.gk-fcbrand_content img,
.gk-single_content img{
	width: 80%;
	display: block;
	margin: 0 auto;
}

.gk-fcbrand_content h2,
.gk-single_content h2{
	background: #071b3f;
	padding: 1rem;
	color: #fff;
}

.gk-fcbrand_content h3,
.gk-single_content h3{
	padding: 0.5rem;
	border-bottom: 0.25rem solid;
	border-left: 0.5rem solid;
	border-image: linear-gradient(to right, #1973ff, #82b3ff, #1973ff) 1;
}