/*
 Theme Name: <a href="https://www.bigfuji.co.jp/">BIG FUJI</a> Theme
 Theme URI:
 Description: 株式会社ビッグ富士 のテーマです。
 Version: 1.0
 Author: 株式会社ウェブサクセス
 Author URI: 
*/

*,
*::before, *::after {
	box-sizing: border-box;
}

html {
	margin: 0;
	padding: 0;
	overflow-y: scroll;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 16px;
	line-height: 1.8;
	font-family: "Noto Sans JP", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	background: #FFF;
}

header,
nav,
section,
article,
aside,
footer,
figcaption,
figure,
main,
details,
menu {
	display: block;
}

audio,
video,
canvas {
	display: inline-block;
}

audio:not([controls]) {
	height: 0;
	display: none;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

@media screen and (max-width: 768px) {
body {
	font-size: 14px;
}
}

/*--------------------------------------------------------------
 Screen Reader Text 
--------------------------------------------------------------*/

.screen-reader-text {
	width: 1px;
	height: 1px;
	position: absolute !important;
	overflow: hidden;
	word-wrap: normal !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.screen-reader-text:focus {
	width: auto;
	height: auto;
	padding: 15px 23px 14px;
	display: block;
	top: 5px;
	left: 5px;
	z-index: 100000;
	color: #21759B;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
	border-radius: 3px;
	background-color: #F1F1F1;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
}

/*--------------------------------------------------------------
 Typography
--------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	line-height: 1.4;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

dfn,
cite {
	font-style: italic;
}

b,
strong {
	font-weight: inherit;
	font-weight: bold;
}

em,
i {
	font-style: normal;
}

em {
	text-decoration: underline;
	text-decoration-thickness: 0.5em;
	text-decoration-color: rgba(255, 232, 1, 0.5);
	text-underline-offset: -0.2em;
	text-decoration-skip-ink: none;
}

small {
	font-size: 80%;
}

big {
	font-size: 125%;
}

blockquote {
	margin: 0 0 35px;
	padding: 15px;
	overflow: hidden;
	color: #333;
	font-size: 16px;
	line-height: 1.6;
	font-style: normal;
	background: #EEE;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}

blockquote::before,
blockquote::after {
	content: "";
}

blockquote cite {
	margin-top: 10px;
	display: block;
	font-weight: 600;
	font-style: normal;
}

address {
	margin: 0 0 25px;
}

figure {
	margin: 0;
}

figcaption {
	margin: 0;
	padding: 2px 5px 3px;
	text-align: center;
	color: #777;
	background: #EEE;
}

pre {
	max-width: 100%;
	margin-bottom: 25px;
	padding: 25px;
	overflow: auto;
	font-size: 15px;
	line-height: 1.6;
	font-family: "Courier 10 Pitch", Courier, monospace;
	background: #EEE;
}

code,
kbd,
tt,
var,
samp {
	font-size: 15px;
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr[title] {
	text-decoration: none;
	border-bottom: 1px dotted #767676;
}

abbr,
acronym {
	cursor: help;
	border-bottom: 1px dotted #666;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
	font-size: 75%;
	line-height: 0;
}

sub {
	bottom: -5px;
}

sup {
	top: -10px;
}

mark,
ins {
	text-decoration: none;
	background: #EEE;
}

mark {
	color: #333;
	background-color: #EEE;
}

hr {
	height: 1px;
	margin-bottom: 25px;
	overflow: visible;
	border: 0;
	background-color: #BBB;
	box-sizing: content-box;
}

/*--------------------------------------------------------------
 Links
--------------------------------------------------------------*/

a {
	color: #0098ff;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	transition: all 0.25s ease;
}

a:hover {
	text-decoration: underline;
	text-underline-offset: 5px;
}

a img {
	transition: all 0.25s ease;	
}

a:hover img {
	opacity: 0.7;
}

.post-thumbnail {
 margin-bottom: 15px;
}
.post-thumbnail a img {
 -webkit-backface-visibility: hidden;
 transition: opacity 0.2s;
}

.post-thumbnail a:hover img,
.post-thumbnail a:focus img {
 opacity: 0.7;
}

@media screen and (min-width:768px) {
	a[href^="tel:"] {
		pointer-events: none;
		text-decoration: none;
	}
}

/*--------------------------------------------------------------
 Alignments
--------------------------------------------------------------*/

.alignleft {
 float: left;
 margin-right: 25px;
 margin-bottom: 25px;
 display: inline;
}
.alignright {
 float: right;
 margin-left: 25px;
 margin-bottom: 25px;
 display: inline;
}
.aligncenter,
.alignnone {
 
 margin: 25px auto;
 display: block;
}

@media screen and (max-width: 768px) {
.alignleft,
.alignright {
 float: none; 
 margin: 0 auto 15px;
 display: block;
}
figure.alignleft img,
figure.alignright img {
 margin: 0 auto;
 display: block;
}
.alignnone,
.aligncenter {
 display: block;
}
.alignnone {
 margin: 0 auto 15px;
}
.aligncenter {
 margin: 15px auto;
}
}

/*--------------------------------------------------------------
 Media
--------------------------------------------------------------*/

img,
video {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

img {
	 border-style: none;
}

.site-main .post-contents .wp-smiley,
.site-main .page-contents .wp-smiley {
 margin-top: 0;
 margin-bottom: 0;
 padding: 0;
 border: none;
}
embed,
iframe,
object {
 max-width: 100%;
 margin-bottom: 25px;
}
.wp-caption,
.gallery-caption {
 max-width: 100%;
 margin-bottom: 25px;
 color: #666;
 font-size: 14px;
}
.wp-caption img[class*="wp-image-"] {
 margin-right: auto;
 margin-left: auto;
 display: block;
}

svg:not(:root) {
	overflow: hidden;
}

@media screen and (max-width: 768px) {
.wp-caption,
.gallery-caption {
 margin-bottom: 15px;
 font-size: 12px;
}
}

/* Galleries
--------------------------------------------------------------*/
.gallery-item {
 width: 50%;
 margin: 0 0 25px;
 padding: 0 15px 0 0;
 display: inline-block;
 text-align: left;
 vertical-align: top;
}
.gallery-columns-5 .gallery-item {
 max-width: 20%;
}
.gallery-columns-6 .gallery-item {
 max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
 max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
 max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
 max-width: 11.11%;
}
.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
 max-width: 100%;
 display: inline-block;
 background: none;
 box-shadow: none;
}
.gallery-item a img {
 display: block;
 -webkit-transition: -webkit-filter 0.2s ease-in;
 transition: -webkit-filter 0.2s ease-in;
 transition: filter 0.2s ease-in;
 transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
}
.gallery-item a:hover img,
.gallery-item a:focus img {
 opacity:0.7;
}
.gallery-caption {
 margin-bottom: 0;
 padding: 0 10px 0 0;
 display: block;
 text-align: left;
}

@media screen and (max-width: 768px) {
.gallery-item {
 max-width: 25%;
 margin-bottom: 15px;
}
.gallery-columns-1 .gallery-item {
 max-width: 100%;
}
.gallery-columns-2 .gallery-item {
 max-width: 50%;
}
.gallery-columns-3 .gallery-item {
 max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
 max-width: 25%;
}
}
@media screen and (max-width: 568px) {
.gallery-columns-1 .gallery-item {
 width: 100%;
}
.gallery-columns-2 .gallery-item {
 max-width: 50%;
}
}

/*--------------------------------------------------------------
 Lists
--------------------------------------------------------------*/

ul,
ol {
	margin: 0 0px;
	padding: 0;
}

ul {
	list-style: none;
}

ol {
	padding-left: 20px;
	list-style: decimal;
}

ul li:last-child,
ol li:last-child {
	margin-bottom: 0;
}

dd {
	margin: 0;
}


/*--------------------------------------------------------------
 Tables
--------------------------------------------------------------*/

table {
	width: 100%;
	margin: 0 0 35px;
	border-collapse: collapse;
	border: 1px solid #999;
}

tr {
	border-bottom: 1px solid #999;
}

th,
td {
	padding: 10px;
}

th {
	border-right: 1px dotted #999;
	background: #EEE;
}

td {
	border-right: 1px dotted #999;
}

thead th {
	text-align: center;
}

tbody th {
	text-align: left;	
}

@media screen and (max-width: 768px) {
	table {
		margin-bottom: 25px;
	}
	
	th,
	td {
		padding: 7px 10px;
	}
}

/*--------------------------------------------------------------
 Forms
--------------------------------------------------------------*/

button,
input,
optgroup,
select,
textarea {
 margin: 0;
 font-size: 100%;
 line-height: 1.2;
}
button,
input {
 overflow: visible;
}
button,
select {
 text-transform: none;
}
textarea {
 overflow: auto;
}
label {
 display: block;
 color: #333;
 font-weight: bold;
}
fieldset {
 margin: 0 2px 15px;
 padding: 6px 10px 12px;
 border: 1px solid #999;
}
legend {
 max-width: 100%;
 padding: 0;
 display: table;
 color: inherit;
 white-space: normal;
 box-sizing: border-box;
}
progress {
 display: inline-block;
 vertical-align: baseline;
}
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 {
 width: 100%;
 padding: 10px;
 display: block;
 color: #333;
 border-radius: 3px;
 border: 1px solid #999;
 background: #FFF;
 background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}
:focus {
 outline: none;
}
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: #333;
 border-color: #333;
}
select {
 max-width: 100%;
 height: 3em;
 border-radius: 3px;
 border: 1px solid #999;
}
input[type="radio"],
input[type="checkbox"] {
 margin-right: 10px;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
 font-weight: 400;
}
[type="checkbox"],
[type="radio"] {
 padding: 0;
 box-sizing: border-box;
}
[type="number"]:-webkit-inner-spin-button,
[type="number"]:-webkit-outer-spin-button {
 height: auto;
}
[type="search"] {
 outline-offset: -2px;
 -webkit-appearance: textfield;
}
[type="search"]:-webkit-search-cancel-button,
[type="search"]:-webkit-search-decoration {
 -webkit-appearance: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
 -webkit-appearance: button;
}
button:-moz-focus-inner,
[type="button"]:-moz-focus-inner,
[type="reset"]:-moz-focus-inner,
[type="submit"]:-moz-focus-inner {
 padding: 0;
 border-style: none;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
 outline: 1px dotted ButtonText;
}
:-webkit-file-upload-button {
 -webkit-appearance: button;
 font: inherit;
}
button,
input[type="button"],
input[type="submit"] {
 padding: 15px 30px;
 display: inline-block;
 cursor: pointer;
 font-size: 14px;
 font-weight: bold;
 line-height: 1;
 border-radius: 0px;
 border: 0;
 background-color: #222;
 box-shadow: none;
 text-shadow: none;
 transition: background 0.2s;
}
input + button,
input + input[type="button"],
input + input[type="submit"] {
 padding: 12px 30px;
}
button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
 color: #333;
 background-color: #DDD;
}
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
 background: #767676;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
 background: #BBB;
}
input::-webkit-input-placeholder {
 color: #333;
}
input:-moz-placeholder {
 opacity: 1;
 color: #333;
}
input::-moz-placeholder {
 color: #333;
}
input:-ms-input-placeholder {
 color: #333;
}

/*--------------------------------------------------------------
 Layout
--------------------------------------------------------------*/

#wrap,
.site-content {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	word-wrap: break-word;
}

body.has-sidebar .site-content {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 50px;
}

/*--------------------------------------------------------------
 Header
--------------------------------------------------------------*/

.header-inner_block {
	max-width: 1230px;
	margin-inline: auto;
	padding: 15px;
	display: grid;
	gap: 0 15px;
	grid-template-rows: auto;
	grid-template-columns: auto 1fr;
}

.header-inner_block .header-logo {
	grid-row: 1 / 2;
	grid-column: 1 / 2;
}

.header-inner_block .header-logo .logo {
	height: 100%;
}

.header-inner_block .header-logo .logo a {
	height: 100%;
	display: flex;
	align-items: center;
}

.header-inner_block #header-navigation {
	grid-row: 1 / 2;
	grid-column: 2 / 3;	
}

.header-inner_block #header-navigation .header-global_navi{
	height: 100%;
}

.header-inner_block #header-navigation .header-global_navi nav {
	height: 100%;
}

.header-inner_block #header-navigation .header-global_navi nav ul {
	display: flex;
	gap: 15px;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
}

/*--------------------------------------------------------------
 MV
--------------------------------------------------------------*/

.mv-inner {
	position: relative;
}

.mv-inner h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1
}

/*--------------------------------------------------------------
 Main
--------------------------------------------------------------*/

.site-main {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

body.has-sidebar .site-main {
	width: 75%;
	max-width: 875px;
}

.site-main section {
	padding-block: 100px;
}

.site-main section.post {
	padding: 60px 20px 45px;
	max-width: 1000px;
	margin-inline: auto;
}

.site-main section:nth-of-type(2n) {
	background: #eee;
}

.site-main .inner-block {
	max-width: 1230px;
	margin-inline: auto;
	padding-inline: 15px;
}

@media screen and (max-width: 768px) {
	body.has-sidebar .site-main {
		width: 100%;
		max-width: 100%;
		order: 0;
	}
	.site-main section {
	padding-block: 50px;
	}
}


/* breadcrumbs
---------------------------------------------------------*/
.breadcrumbs-area {
 width: 100%;
 margin: 16px 0 16px;
 padding: 0 20px;
 overflow: hidden;
}
.breadcrumbs-area .breadcrumbs {
 width: 100%;
 max-width: 1200px;
 margin: 0 auto;
 padding: 0;
 overflow: hidden;
 color: #666;
 font-size: 13px;
 line-height: 1.4;
}
.breadcrumbs-area a {
 color: #666;
}

@media screen and (max-width: 768px) {
.breadcrumbs-area .breadcrumbs {
 font-size: 12px;
}
}


/*--------------------------------------------------------------
 Side
--------------------------------------------------------------*/

.site-side {
	width: 25%;
	max-width: 275px;
}

.site-side .side-box {
	width: 100%;
	padding: 0;
}

@media screen and (max-width: 768px) {
	.site-side {
		width: 100%;
		max-width: 100%;
		order: 1;
	}
}

/*--------------------------------------------------------------
 詳細ページ
--------------------------------------------------------------*/
.site-main .navigation {
	max-width: 1000px;
	margin-inline: auto;	
}

.post-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 50px;
}

.post-meta p {
	margin: 0;
	width: fit-content;
}

.post-meta .post-cat {
	font-size: 13px;
	font-weight: bold;
	padding: 1px 14px 0;
	border: 1px solid;
	border-radius: 13px;
}

.post-meta h1 {
	width: 100%;
	font-size: 26px;
	text-align: left;
	border-bottom: 5px solid ;
	padding: 0 5px 20px;
}

.post-contents img {
	display: block;
	width: auto;
	max-width: min(800px, 100%);
	margin-block: 35px;
}

.post-contents p img {
	margin-block: 0;
}

.post-contents img.alignleft,
.post-contents img.alignright {
	margin-block: 0 25px;
}

.post-contents h1,
.post-contents h2,
.post-contents h3 {
	font-size: 22px;
	text-align: left;
	background: #ccc;
	padding: 9px 10px 10px;
	border: none;
	margin-bottom: 20px;
}

.post-contents h4 {
	font-size: 22px;	
	border-bottom: 2px solid;
	padding-bottom: 5px;
	margin-bottom: 30px;
}

.post-contents h5 {
	font-size: 20px;
	margin-bottom: 15px;
}

.post-contents h6 {
	font-size: 18px;
	margin-bottom: 15px;
}

.post-contents p {
	margin-bottom: 35px;
	line-height: 1.875;
}

.post-contents figure img {
	max-width: min(800px, 100%);
	margin: 0px auto;
}

.post-contents figure figcaption {
	background: transparent;
	color: #999;
	padding: 6px 0;
}

.post-contents ul,
.post-contents ol {
	margin-bottom: 35px;
}

.post-contents ul {
	padding-left: calc(10px + 0.5em);
}

.post-contents ul li:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #000;
	margin-bottom: 1.5px;
	margin-right: 0.5em;
	margin-left: calc(-10px - 0.5em);
}

.post-contents ul li ul {
	padding-left: calc(13px + 0.5em);
	margin-bottom: 0px;
} 

.post-contents ol li ol {
	margin-bottom: 0px;
} 

.post-contents dl {
	margin-bottom: 35px;
}

.post-contents dl dt {
	font-weight: bold;
}

.post-contents a {
	color: #0098ff;
}

/*--------------------------------------------------------------
 一覧ページ
--------------------------------------------------------------*/
.nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.navigation .nav-links .prev.page-numbers {
    margin-left: -10px;
	margin-right: auto;
}

.navigation .nav-links .page-numbers {
    margin-inline: 15px;
    text-align: center;
	font-size: 1.125em;
	line-height: 2.4375rem;
}

.navigation .nav-links .page-numbers.current {
    background: #000;
    color: #fff;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    margin-right: 15px;
}

.navigation .nav-links .next.page-numbers {
    margin-right: -10px;
    margin-left: auto;
}

@media screen and (max-width: 768px) {
	.navigation .nav-links .page-numbers {
		line-height: 1.875rem;
		font-size: 16px;
	}

	.navigation .nav-links .prev.page-numbers {
		margin-left: 0;
	}
	
	.navigation .nav-links .page-numbers.current {
	    width: 1.875rem;
    	height: 1.875rem;		
	}
	
	.navigation .nav-links .next.page-numbers {
		margin-right: 0;
	}
}

@media screen and (max-width: 568px) {
	.navigation .nav-links .page-numbers {
		font-size: 18px;
		line-height: 1.875rem;
		margin-inline: 7.5px;
	}
	
	.navigation .nav-links .prev.page-numbers,
	.navigation .nav-links .next.page-numbers {
		font-size: 14px;
		flex-shrink: 0;
	}
	
	.navigation .nav-links .prev.page-numbers {
		margin-right: calc(100% - 7em);
		margin-bottom: 10px;
	}
	
	.navigation .nav-links .next.page-numbers {
		margin-left: calc(100% - 7em);
		margin-top: 10px;
	}
	
	.navigation .nav-links .page-numbers.current {
		margin-right: 7.5px;
	}
}

/*--------------------------------------------------------------
 Footer
--------------------------------------------------------------*/
footer {
	background: #000;
	color: #fff;
}

footer .footer-inner_block {
	max-width: 1230px;
	margin-inline: auto;
	display: flex;
	padding: 30px 15px;
	gap: 30px;
}

footer .footer-inner_block .footer-logo {
	filter: brightness(0) invert(1);
	flex-shrink: 0;
}

footer .footer-inner_block .footer-nav_list {
	flex-shrink: 0;
}

footer .footer-inner_bottom {
	padding: 15px;
}

footer .footer-inner_bottom .footer-copyright {
	text-align: center;
}

footer .footer-inner_bottom .pagetop {
	width: 55px;
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 500;
}

footer .footer-inner_bottom .pagetop img {
	max-width: 55px;
}



