@charset "utf-8";
/*
Theme Name: peak blog 2025
Author: 3eee
Author URI: https://3eee.co.jp/
Description: Template build.
Version: 1.0
*/


/**
 * カスタムプロパティ（共通CSS 変数設定）
**/
:root {
	/*幅設定（縦横使用可能）*/
	--margin_xl: 8vw; /*使用するときはvar(--margin_xl);です。 */
	--margin_l: 5vw;   /*使用するときはvar(--margin_l);です。  */
	--margin_m: 3vw;   /*使用するときはvar(--margin_m);です。  */
	--margin_s: 2vw;   /*使用するときはvar(--margin_s);です。  */
	--margin_xs: 1vw;  /*使用するときはvar(--margin_xs);です。 */

	/*フォントサイズ設定*/
	--fs_h1: 60pt; /*使用するときはvar(--fs_h1);です。 */
	--fs_h2: 45pt; /*使用するときはvar(--fs_h2);です。 */
	--fs_h3: 30pt; /*使用するときはvar(--fs_h3);です。 */
	--fs_h4: 20pt; /*使用するときはvar(--fs_h4);です。 */
	--fs_h5: 15pt; /*使用するときはvar(--fs_h5);です。 */
	@media screen and (max-width: 768px) {
		--fs_h1: 30pt; /*使用するときはvar(--fs_h1);です。 */
		--fs_h2: 25pt; /*使用するときはvar(--fs_h2);です。 */
		--fs_h3: 20pt; /*使用するときはvar(--fs_h3);です。 */
		--fs_h4: 16pt; /*使用するときはvar(--fs_h4);です。 */
		--fs_h5: 13pt; /*使用するときはvar(--fs_h5);です。 */
	}
}

* {
	border: solid 0px #f0f;
	margin: 0;
	padding: 0;
	word-break: break-all;
}

body {
	font-size: 12pt;
	font-family: "Noto Sans JP", sans-serif;
}

h1,h2,h3,h4,h5 {
	font-weight: 600;
	margin: 0;
}

h1 {
	font-size: var(--fs_h1);
}

h2 {
	font-size: var(--fs_h2);
    margin: 0 auto var(--margin_l) auto;
    color: #d7000f;
    font-weight: 800;
    text-align: center;
    letter-spacing: 2px;
}

h2 span{
	display: block;
    font-size: large;
    color: #858585;
}

h3 {
	font-size: var(--fs_h3);
}

h4 {
	font-size: var(--fs_h4);
	font-weight: 600;
    letter-spacing: 2px;
	position:relative;
	margin-bottom: var(--margin_l);
}

h4::before {
    transition: 0.2s;
    width: 4rem;
    height: 0;
    border-bottom: solid 2px #000000;
    content: "";
    display: inline-block;
    margin: 0 -0.3rem 0 1px;
    position: absolute;
    bottom: -1rem;
}

h5 {
	font-size: var(--fs_h5);
}

section {
	width: 100%;
	padding: var(--margin_xl) 0;
	overflow: hidden;
}

a {
	color: #d7000f;
	text-decoration: none;
	position: relative;
	word-break: break-all;
}

a:hover {
	color: #000;
	transition: 0.3s;
}

.link_btn a {
	font-weight: 600;
    font-size: larger;
    letter-spacing: 2px;
    margin:0 auto!important;
	text-align:center;
    display: block;
    width: fit-content;
    border: 2px solid #d7000f;
    padding: 15px 50px;
	background:#fff;
	min-width: 35%;
}

.link_btn a:hover {
	background: #d7000f;
    color: #fff;
	transition: 0.3s;
}

.img90 {
	width: 90%;
    margin: 0 auto 2em auto;
    display: block;
}

section.bg {
	background: #adadad;
}

section.bg2 {
	background: #f3f3f3;
}

header {
	display: flex;
	gap: 0 5%;
	align-items: center;
	padding: 0 var(--margin_xs);
	width: 100%;
}

header div.logo {
    margin: 0;
    padding: 0;
    width: 25%;
    position: absolute;
    top: 20px;
    z-index: 10000;
    left: 3%;
	max-width: 350px;
}

header div.logo a:hover {
   opacity:0.7;
}

header div.logo img {
	display: block;
}

header nav.menu_pc {
	font-weight: 600;
    position: absolute;
    z-index: 1000;
    top: 30px;
    background: #fff;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    right: 0;
    min-width: 55%;
    max-width: 80%;
    padding: 10px 0 10px 30px;
	width: 65%;
}

header nav.menu_pc ul {
    display: flex;
    gap: 3%;
    justify-content: space-around;
    list-style: none;
    letter-spacing: 2px;
}

header nav.menu_pc li a {
	position:relative;
	display:block;
	padding: 0 3px;
	font-weight: 700;
}

header nav.menu_pc li a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #000000;
	bottom: 20px; /*アンダーラインが現れ始める位置（aタグの下辺からの高さ）*/
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}

header nav.menu_pc li a:hover::after {
	visibility: visible;
	bottom: 17px; /*アニメーションが止まる位置*/
	opacity: 1;
}

header nav.menu_pc li a span {
	display:block;
	font-size:70%;
	color: #000;
	margin: 5px 0 0px 0;
}

.more {
	font-size: 10pt;
	font-weight: 600;
}

.tx p {
	margin: var(--margin_s) 0;
	letter-spacing: 1px;
    line-height: 200%;
    font-weight: 500;
}

.tx a {
	margin: 0;
}


/*流れる文字設定*/

div.looptext01 {
	width: 100%;
    font-size: 120px;
    text-align: center;
    overflow: hidden;
    font-weight: 900;
    color: #efefef;
}

div.looptext01 p{
	margin:0;
	display : inline-block;
	padding-left: 100%;
	white-space : nowrap;
	line-height : 1em;
	animation : scrollSample01 20s linear infinite;
}

@keyframes scrollSample01{
	0% { transform: translateX(0)}
	100% { transform: translateX(-100%)}
}



/*  footer設定  */
footer {
	padding: var(--margin_l) 5%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 90%;
    margin: 0 auto;
    background: #000;
}

footer div.logo {
	width: 50%;
}

footer div.logo a:hover {
	opacity:0.7;
}

footer div.logo img {
	height: 3.5em;
}

footer div.menu ul {
	list-style: none;
}

footer div.menu ul li {
	margin: 0 0 var(--margin_xs) 0;
}

footer div.menu ul li a {
	color: #fff;
    display: block;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 0 var(--margin_xs);
}

footer div.menu ul li a:hover {
	background:#313131;
}

footer div.menu ul li a span {
   font-size:80%;
   color:#a3a3a3;
}

footer div.other a {
	text-align: center;
    line-height: 60px;
    display: block;
    background: #d7000f;
    color: #fff;
    margin: 0 auto var(--margin_xs);
    width: 260px;
    height: 60px;
    overflow: hidden;
    position: relative;
    transition-duration: .4s;
    z-index: 2;
    border: none;
    cursor: pointer;
    font-weight: 700;
    letter-spacing: 1px;
	
}

/* マウスオーバー 設定 */
/*  バナー部分  */
footer div.other a::after {
	background: #fff;
	border-radius: 50%;
	content: "";
	display: block;
	margin: auto;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;/**/
	width: 100%;
	padding-top: 100%;
	height: 0;
	z-index: -1;
	transform: translateY(-50%) scale(0.1);
	transition: opacity .5s, transform 0s;
	transition-delay: 0s, .4s;
}

footer div.other a:hover {
	color: #000;
}

footer div.other a:hover::after {
	opacity: 1;
	transform: translateY(-50%) scale(1.1);
	transition-delay: 0s;
	transition: opacity .8s, transform .6s ease-in-out;
}

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

div.copy {
    font-size: 9pt;
    color: #a3a3a3;
    padding: 0 5% 1em 0;
    background: #000;
    text-align: right;
}

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


.home {
	background-color: #fff;
	position: relative;
	z-index: 1000;
}

.single {
	background-color: #fff;
	position: relative;
	z-index: 1000;
}

.archive {
	background-color: #fff;
	position: relative;
	z-index: 1000;
}


article {
	width:100%;
	margin:0 auto;
}

#main {
	clear: both;
	overflow: hidden;
	width: 1000px;
	min-width: 1000px;
	padding:80px 0 0 0;
}
#content {
	margin-bottom: 4em;
	color: #333;
    font-size: 16px;
    line-height: 24px;
    width: calc(100% - (230px + 15px));
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 16px;
	line-height: 24px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
    margin: 0 0 2em 0;
    border-style: solid;
    padding: 2em;
    color: #000;
    background: #f3f3f3;
}

.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	background: #fff;
	border-radius: 5px;
	padding: 5px 15px;
	color: #3951B0!important; 
	font-size:13px;
	font-weight:bold;
	width:700px;
}

.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	font-weight: 700;
    line-height: 1.3em;
    font-size: 15px;
    text-align: left;
}

.post h1 {
	padding: 1em 1.5em;
    background: #d7000f;
    color: #ffffff!important;
}

.post .entry-meta {
	color: #666;
    text-align: right;
    font-size: 90%;
}

#content .entry-title a {
    padding: 1em 1.5em;
    background: #d7000f;
    color: #FFFFFF;
}

#content .entry-title a:hover {
	background:#b3020f;
}
.entry-title a:link,
.entry-title a:visited {
	color: #fff;
	text-decoration: none;
	display:block;
}

.entry-daydata {
	color: #666;
	text-align:right;
    font-size: 90%;
}
.entry-daydata span {
	margin: 0 0 0 1em;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
    padding: 2em;
    width: calc(100% - 4em);
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}


.widget-area ul li a {
	display:block;
}

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 2em 0;
}
.widget-title {
    color: #ffffff;
    background: #404040;
    text-align: center;
    font-size: 12pt;
    padding: 0.5em 1em;
    font-weight: 700;
    margin: 0 0 0.5em 0;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}

.navigation {
	display: flex;
    justify-content: space-between;
    font-weight: 700;
}

/* Footer widget areas */
#footer-widget-area {
}

.xoxo ul li {
	list-style: none;
	padding: 4px 5px;
	border-bottom:1px dashed #b1b1b1;
	width: 190px;
}

#recent-comments-2 {
	display:none;
}

.widget_meta {
	display:none;
}

#search-2 {
	display:none;
}

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

#blog {
	display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 120px 0 0 0;
    padding: 2em 5%;
    border-top: 1px solid #d1d1d1;
}

.entry-content img {
	width:100%;
	height:auto;
}

.more-link {
	display: block;
    text-align: right;
}

#primary {
	margin:0 0 var(--margin_xl) 0;
}

.cont404 img {
	width:100%;
}

.cont404 h2 {
	color:#d7000f!important;
	line-height: 160%!important;
}

.cont404 h2 span  {
	line-height: 100%!important;
}
.cont404 .page_block{
	text-align: center;
    margin: var(--margin_m) auto;
}



/*1100px以下*/
@media screen and (max-width: 1100px) {

	.link_btn a {
        font-size: medium;
	}
	
	footer div.logo {
		max-width: 40%;
	}
	
	footer div.other a {
		width:200px;
	}
	
}


/*900px以下*/
@media screen and (max-width: 900px) {
	
	
	header nav.menu_pc {
		top:15px;
	}
	
	header nav.menu_pc ul {
		gap:1%;
	}
	
	header nav.menu_pc li a {
		letter-spacing: 0;
	}
	
	header nav.menu_pc li a span {
		font-size:65%;
	}
	
	footer div.logo {
		max-width: 35%;
	}
	
	footer div.logo img {
		height: auto;
		width: 100%;
	}
	
}



/*　スマホ
----------------------------------------*/
@media screen and (max-width: 768px) {

	.pc {
		display:none!important;
	}
	
	h2 {
		margin: 0 auto var(--margin_xl) auto;
	}
	
	h4 {
		margin-bottom: 1em;
	}
	
	h4::before {
        bottom: -0.7rem;
        width: 3rem;
	}
	
	#top02 h3 {
		margin: 0.5em 0 0.7em 0;
	}
	
	.menu-icon-container,
	#main-wrapper {
		display: block;
	}

	nav.menu_pc {
		display: none;
	}
	
	section {
		padding: 5em 0;
	}
	
	header {
		display: block;
		padding: 0;
	}
	
	header div.logo {
		position: static;
		margin: 0 auto;
		padding: 1.3em 0;
		width: 50%;
	}

	/*  header menu */
	header div#main-wrapper img {
		height: 60px;
		margin: 0 auto;
	}

	header div#main-wrapper nav ul {
		width: 90%;
		margin: var(--margin_l) auto var(--margin_xl);
	}

	header div#main-wrapper nav ul li {
        width: 100%;
        font-size: var(--fs_h5);
        font-weight: 700;
        text-align: center;
        text-align: left;
        list-style: none;
	}

	header div#main-wrapper nav ul li a {
		padding: var(--margin_s) var(--margin_m);
		display: block;
		border-bottom: 1px solid #e5e5e5;
	}
	
	header div#main-wrapper nav ul li a:hover {
		background: #f1f1f1;
	}

	header div#main-wrapper nav ul li span {
		font-size: 80%;
        color: #313131;
        display:inline-block;
        font-weight: 600;
	}

	/*  footer設定  */
	footer {
		display: block; /*flex
		flex-direction: column;*/
		width: 90%;
		text-align: center;
	}

	footer div.logo img {
		height: 130px;
		margin: 0 auto;
		max-width: 90%;
	}

	footer div.menu ul {
		width: 95%;
		margin: var(--margin_l) auto var(--margin_xl);
	}

	footer div.menu ul li {
		width: 97%;
		border-bottom: 1px solid #7f7f7f;
		text-align: left;
		font-size: var(--fs_h5);
		padding: var(--margin_s) var(--margin_xs);
	}
	
	footer div.menu ul li a:hover {
		background: #000;
		opacity: 0.7;
	}
	
	footer div.logo {
		width: 80%;
		margin: 0 auto;
		padding: 0;
		height: auto;
		max-width: 80%;
	}
	
	footer div.other {
		display:flex;
		align-items: stretch;
	    gap: 5%;
		width: 95%;
		margin: 0 auto;
	}
	
	footer div.other a {
		width:100%;
	}
	
	div.copy {
	    text-align: center;
		padding: 0 0 1em 0;
	}
	
	.logo a img {
		height:auto!important;
	}
	

nav div.other a {
	text-align: center;
    line-height: 3em;
    display: block;
    background: #d7000f;
    color: #fff;
    margin: 0 auto var(--margin_m) auto;
    width: 60%;
    height: 3em;
    overflow: hidden;
    position: relative;
    transition-duration: .4s;
    z-index: 2;
    border: none;
    cursor: pointer;
    font-weight: 700;
    letter-spacing: 1px;
	
}

/* マウスオーバー 設定 */
/*  バナー部分  */
nav div.other a::after {
	background: #fff;
	border-radius: 50%;
	content: "";
	display: block;
	margin: auto;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;/**/
	width: 100%;
	padding-top: 100%;
	height: 0;
	z-index: -1;
	transform: translateY(-50%) scale(0.1);
	transition: opacity .5s, transform 0s;
	transition-delay: 0s, .4s;
}

nav div.other a:hover {
	color: #000;
}

nav div.other a:hover::after {
	opacity: 1;
	transform: translateY(-50%) scale(1.1);
	transition-delay: 0s;
	transition: opacity .8s, transform .6s ease-in-out;
}
	
	.page_cont {
        padding: 0;
    }
	
	#blog {
		margin:0 auto;
	}
	
	#primary {
		display:none;
	}
	
	#content {
		width:100%;
	}
	
	.entry-content, .entry-summary {
		padding: 2em 0 0 0;
		width: 100%;
	}
	
	.more-link {
		margin:1em 0 0 0;
	}
	
	.entry-daydata span {
		display:block;
		margin: 0;
	}
	
	.post .entry-meta {
		line-height: 120%;
	}

}

/*　タブレット
----------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1280px) {
	.menu-icon-container,
	#main-wrapper {
		display: none;
	}

	nav.menu_pc {
		display: block;
	}
/*
	div.form dl dt {
		width: 300px;
		padding: 2em 1em;
		text-align: left;
		position: relative;
		letter-spacing: 2px;
		font-family: 'Hind', sans-serif !important;
		display: flex;
		gap: 10px;
	}
*/
	/* マウスオーバー 設定 */
	/*  リンクリスト  */
	footer div.menu ul li a {
		text-decoration: none;
		padding-bottom: 5px;
		position: relative;
	}

	footer div.menu ul li a::before {
		background: #fff;
		content: '';
		width: 100%;
		height: 2px;
		position: absolute;
		left: 0;
		bottom: 0;
		margin: auto;
		transform-origin: right top;
		transform: scale(0, 1);
		transition: transform .3s;
	}

	footer div.menu ul li a:hover::before {
		transform-origin: left top;
		transform: scale(1, 1);
	}
}

/*　PC
----------------------------------------*/
@media screen and (min-width: 1280px) {
	.menu-icon-container,
	#main-wrapper {
		display: none;
	}

	nav.menu_pc {
		display: block;
	}


	/* マウスオーバー 設定 */
	/*  リンクリスト  */
	footer div.menu ul li a {
		text-decoration: none;
		padding-bottom: 5px;
		position: relative;
	}

	footer div.menu ul li a::before {
		background: #fff;
		content: '';
		width: 100%;
		height: 2px;
		position: absolute;
		left: 0;
		bottom: 0;
		margin: auto;
		transform-origin: right top;
		transform: scale(0, 1);
		transition: transform .3s;
	}

	footer div.menu ul li a:hover::before {
		transform-origin: left top;
		transform: scale(1, 1);
	}
}
