/*!
Theme Name:　Dejavulabo_new_res
Theme URI: 
Description: Dejavulabo
Author: dejavulabo
Author URI: 
Version: 1.0
*/
@charset "utf-8";
/* CSS Document */

/****************************************
		1. 基本設定 
*****************************************/

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
　↓YUI3 CSS Reset　ブラウザー固有のスタイルをリセットします↓　*/
body,div,dl,dt,dd,
ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

/*---↓リンクに対する共通設定↓---*/
*{
	margin:0;
	padding:0;
	line-height:1.5;
	list-style:none;
}
/*アンダーtopボタン*/
.pagetop {
	position: fixed;
	bottom: -200px;
	right: 20px;
	z-index:9999;
}
.pagetop a {
	display: block;
	width: 86px;
	height: 110px;
}

img{
	border:none;
}
a, a:link,/*未訪問のリンクを指定*/
a:visited,/*訪問済みのリンクを指定*/
a:hover,/*マウスオーバーした時のリンク部分を指定*/
a:active,/*クリック時のリンク部分を指定*/
a{
	text-decoration:none;
}
body{
	overflow-x:hidden;
	background: #01c0ef;
}
/* clearfix
----------------------------------------------------*/
.clearfix{ /zoom: 1; }
.clearfix:after{ content: ''; display: block; clear: both; }
/* box-sizing
----------------------------------------------------*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
/*送信ボタン*/
input[type="submit"] {
  -webkit-appearance: none;
}
input[type="reset"] {
  -webkit-appearance: none;
}

/*----------------------------------------------------
	共通
----------------------------------------------------*/
/* スクロールバーの有無によるズレ対策 */

/*ロケットスクロールOUTボタン*/
@keyframes scrollout-top {
    from {
        bottom: 1em;
    }
    to {
        bottom: 100%;
    }
}

.scrollout {
    position: fixed;
	z-index:9999;
    display: block;
    bottom: -10em;
    right: 2em;
    width: 5em;
    transition: bottom 500ms cubic-bezier(0.105, 0.295, 0.400, 1.275) 0ms;
}

.scrollout-ready {
    bottom: 1em;
}

.scrollout img {
    width: 150%;
}

.scrollout.scrollout-active .scrollout-inactive-content,
.scrollout:not(.scrollout-active):active .scrollout-inactive-content,
.scrollout:not(.scrollout-active):not(:active) .scrollout-active-content {
    display: none;
}
/*　ここまでロケットスクロールOUTボタン*/



#header_top{
  width: 100%;
  height: 90px;
  position: relative;
  background: #01c0ef;
/*  border-bottom: 1px solid #00467e;
*/}

.logo{
	width: 300px;
	height: 90px;
}


/*--- ハンバーガーメニュー ---*/
.hamburger {
  position: fixed;
  right: 7px;
  top: 9px;
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  height: 70px;
  background: 0 0;
  border-radius: 85px 0 0;
  margin: 0 auto 5px;
  z-index: 9999
}

.hamburger .hamburger-button {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 120;
  cursor: pointer
}
.hamburger_span{
  position: fixed;
  right: 7px;
  top: 9px;
  display: inline-block;
  vertical-align: middle;
  z-index: 120;
  width: 70px;
  height: 70px;
  background: #f73;
  margin: 0 auto 5px;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.3s ease;
}
.hamburger-active .hamburger_span{
  transform: scale(0);
}
.hamburger_span_close{
  position: fixed;
  right: 7px;
  top: 9px;
  display: inline-block;
  vertical-align: middle;
  z-index: 120;
  width: 70px;
  height: 70px;
  background: #fff;
  margin: 0 auto 5px;
  border-radius: 50%;
  transform: scale(0);
  transition: 0.4s;
  transition-delay: 0s;
}
.hamburger-active .hamburger_span_close{
  transform: scale(1);
  transition-delay: 0.4s;
}
.hamburger_span::before{
  content: 'menu';
  width: fit-content;
  text-align: center;
  position: absolute;
  bottom: 11px;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 75%;
  color: #fff;
  font-weight: bold;
  transition: 0.4s;
}
.hamburger_span_close::before{
  content: 'close';
  width: fit-content;
  text-align: center;
  position: absolute;
  bottom: 11px;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 75%;
  color: #f73;
  font-weight: bold;
  transition: 0.4s;
}
.hamburger .hamburger-button span {
  position: absolute;
  width: 50%;
  height: .2em;
  right: 0px;
  left: 0;
  top: -7px;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  border-radius: .1em;
  transition: all .5s ease 0s;
  transform: rotate(0deg)
}

.hamburger .hamburger-button span.top {
  transform: translateY(-.5em)
}

.hamburger .hamburger-button span.bottom {
  transform: translateY(.5em)
}

.hamburger-active .hamburger-button span.middle {
  background: 0 0
}

.hamburger-active .hamburger-button span.top {
  transform: rotate(-45deg) translateY(0);
  background: #f73;
}

.hamburger-active .hamburger-button span.bottom {
  transform: rotate(45deg) translateY(0);
  background: #f73;
}

.hamburger .hamburger-menu {
  position: fixed;
  width: 24rem;
  right: -50%;
  top: 0;
  bottom: 0;
  min-height: 100dvh;
  z-index: 110;
  overflow-y: auto;
  background-color: transparent;
  transition: all .3s ease 0s;
  background: #f77c3ef0;
  border-radius: 2.5rem 0 0 2.5rem;
}

.hamburger-active .hamburger-menu {
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center
}

.hamburger .hamburger-menu .hamburger-submenu {
  transform: translateY(1em);
  opacity: 0
}

.hamburger-active .hamburger-menu .hamburger-submenu {
  opacity: 1;
  transform: translateY(0)
}

.hamburger-active .hamburger-menu .hamburger-submenu:nth-child(1) {
  transition: all .5s ease .5s
}

.hamburger-active .hamburger-menu .hamburger-submenu:nth-child(2) {
  transition: all .5s ease .8s
}

.hamburger-active .hamburger-menu .hamburger-submenu:nth-child(3) {
  transition: all .5s ease 1.1s
}
/* ======================ハンバーガーメニュー内装飾=========================== */
.hamburger_menulist{
  width: 90%;
  margin: 0 auto;
}
.hamburger_menulist .hamburger-menu_text{
  margin: 0px auto 0px 0;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 0 rgba(255, 255, 255, 0.05) inset;
}
.hamburger_menulist .hamburger-menu_text:hover{
  background: #fff;
}
.hamburger_menulist .hamburger-menu_text > a{
  display: block;
  transition: all 0.3s ease;
}
.hamburger_menulist .hamburger-menu_text > a,
.hamburger_menulist .hamburger-menu_text > p{
  padding: 20px 0 20px 40px;
  color: #fff;
  font-family: "Sawarabi Mincho";
  font-weight: bold;
  font-size: 108%;
  letter-spacing: 1px;
  position: relative;
  z-index: 0;
  transition: all 0.3s ease;
}
.hamburger_menulist .hamburger-menu_text:hover > a,
.hamburger_menulist .hamburger-menu_text:hover > p{
  color: #f73;
}
.hamburger_menulist .hamburger-menu_text > a::before,
.hamburger_menulist .hamburger-menu_text > p::before{
    content: "➜";
    position: absolute;
    left: 10px;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: bold;
    color: #ffde59;
    transition: transform 0.25s ease;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
    pointer-events: none;
}
/* 矢印をちょい動かす（スライド + バウンド） */
.hamburger-menu_text:hover::before,
.hamburger-menu_text:focus-within::before,
.hamburger-menu_text > a:hover::before,
.hamburger-menu_text > a:focus-visible::before,
.hamburger-menu_text > p:hover::before,
.hamburger-menu_text > p:focus-visible::before {
  animation: arrow-bounce 0.5s ease;
}

@keyframes arrow-bounce {
  0%   { transform: translateY(-50%) translateX(0); }
  40%  { transform: translateY(-50%) translateX(6px); }
  70%  { transform: translateY(-50%) translateX(2px); }
  100% { transform: translateY(-50%) translateX(0); }
}
/* ======================ハンバーガーメニュー内装飾=========================== */
/* ======================アコーディオン=========================== */
.label{
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
  letter-spacing: 1px;
  font-weight: bold;
  transition: 0.3s;
  position: relative;
  display: flex;
  align-items: center;
}
.inner_element{
  position: relative;
  z-index: -1;
  height: 0;
  overflow: hidden;
  transition: 0.2s;
}
.inner_element.active{
  z-index: 1;
}
.hamburger_menulist .inner_element{
  transition: 0.2s;
}
.hamburger_menulist .inner_element a{
  display: block;
}
/* ======================アコーディオン=========================== */
/* ======================アコーディオン option=========================== */
.hamburger-menu .label span{
  width: 17px;
  height: 3px;
  background: #fff;
  border-radius: 10px;
  position: relative;
  margin-left: 15px;
  transition: all 0.3s ease;
}
.hamburger-menu_text:hover .label span,
.hamburger-menu .label.active span{
  background: #f73;
}
.hamburger-menu .label.active span{
  transform: rotate(180deg);
}
.hamburger-menu .label span::before{
  content: '';
  width: 17px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0%;
  margin: auto;
  border-radius: 10px;
  transform: rotate(90deg);
  transition: all 0.3s ease;
}
.hamburger-menu_text:hover .label span::before,
.hamburger-menu .label.active span::before{
  background: #f73;
}
.hamburger-menu .label.active span::before{
  transform: rotate(180deg);
}
.hamburger-menu .label.active{
  background: #fff;
  color: #f73;
}
.hamburger-menu .inner_element{
  background: #fff;
}
.hamburger-menu .inner_element li{
  margin: 0 40px 10px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.hamburger-menu .inner_element li::before{
  content: '';
  width: 100%;
  height: 1px;
  background: #f73;
  position: absolute;
  bottom: 0;
  right: 100%;
  transition: all 0.3s ease;
}
.hamburger-menu .inner_element li:hover:before{
  right: 0%;
}
.hamburger-menu .inner_element li:last-of-type{
  margin: 0 40px 20px;
}
.hamburger-menu .inner_element li a{
  display: block;
  color: #f73;
  letter-spacing: 1px;
  font-weight: bold;
}
/* ======================アコーディオン option=========================== */




footer{
	width: 100%;
	height: 600px;
	background: #fef74e;
	position: relative;
	display: flex;
}





#footer_left{
	width: 50%;
	height: 600px;
	position: relative;
	background: #ffd817;
}
.footer_logo{
	width: 450px;
	height: 165px;
	margin: 0 auto;
	position: relative;
	top: 50px;
}

.table_box{
	width:77%;
	height:auto;
	margin:0 auto;
	position:relative;
	top:80px;
}

td, th {
	padding: 3px;
	font-size: 118%;
	letter-spacing:1px;
}
.box_01{
	width: 23%;
}
.box_02{
	width: 77%;
}

.nav-buttons {
  display: flex;
  gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
  position: relative;
  top: 120px;
}

.nav-buttons li a {
  display: inline-block;
  padding: 12px 24px;
  border: 2px solid #01c0ef;
  color: #01c0ef;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 2px;
  border-radius: 8px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.nav-buttons li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #01c0ef;
  transition: all 0.3s ease;
  z-index: -1;
}

.nav-buttons li a:hover::before {
  left: 0;
}

.nav-buttons li a:hover {
  color: white;
}






#footer_right{
	width: 50%;
	height: 600px;
	background: #88da47;
	position: relative;
}
.footer_logo_02{
	width: 221px;
	height: 271px;
	margin: 0 auto;
	position: relative;
	top: 110px;
}

.nav-buttons_01 {
  display: flex;
  gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
  position:relative;
  top:157px;
}

.nav-buttons_01 li a {
  display: inline-block;
  padding: 12px 24px;
  border: 2px solid #000000;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 2px;
  border-radius: 8px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.nav-buttons_01 li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #9b846e;
  transition: all 0.3s ease;
  z-index: -1;
}

.nav-buttons_01 li a:hover::before {
  left: 0;
}

.nav-buttons_01 li a:hover {
  color: white;
}

span.s_tel{
	font-size: 70%;
}




/*-- コピーライト --*/

.under_box {
  background: #000; /* 明るい黄色ベース */
  padding: 5px;
  text-align: center;
}

.copy {
  display: inline-block;
  font-family: "Arial Rounded MT Bold", "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 77%;
  color: #FFF; /* ビビッドな赤系 */
/*  background: #FF0;
*/  letter-spacing: 2px;
  padding: 5px 20px;
  border-radius: 30px;
  transition: all 0.3s ease;
}

/* ホバーでぷにっと浮くアニメーション */
.copy:hover {
  transform: translateY(-3px);
}

/*--====== パンくずリスト ======--*/
/* パンくず全体 */
.breadcrumb {
  text-align: right; /* 全体を右寄せ */
	background: #01c0ef;
}

.breadcrumb ol {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  top: 15px;
  left: 2.2%;
	z-index: 10;
}

.breadcrumb ol li {
  font-size: 60%;
  letter-spacing: 2px;
  font-weight: bold;
}

.breadcrumb ol li a,
.breadcrumb ol li.visited {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 12px;
  text-decoration: none;
  border: 1px solid #ccc;
  background: #f9f9f9;
  transition: all 0.3s ease;
}

/* 通常のリンクボタン */
.breadcrumb ol li a {
  color: #333;
}

.breadcrumb ol li a:hover {
  background: #ffe680;
  border-color: #f0c040;
}

/* visited風デザイン（固定） */
.breadcrumb ol li.visited {
  background: #ffe680;
  color: #555;
  border-color: #f0c040;
}

.breadcrumb ol li:not(:last-child)::after {
  content: '➔'; /* 矢印 */
  color: gold;
  margin: 0 0px 0px 8px;
  font-size: 15px;
}
/*--====== ここまでパンくずリスト ======--*/


.mainvisual{
	width: 100%;
	height: 520px;
	background:url(img/mainvisual.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
	position: relative;
	z-index: 0;
/*	background: #01c0ef;
	border-bottom: 25px solid #0981A8;
	background: #0981A8;
*/}
.main_title{
	z-index: 100;
	text-align: center;
	color: #FFF;
	font-size: 230%;
	letter-spacing: 5px;
	font-weight: 900;
	text-align: center;
	text-shadow: 2px 2px 2px #000;
	position: relative;
	top: 205px;
    font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
}
span.ss_title{
	font-size:77%;
}

/*--====== index ======--*/
.contents_wrap{
	width: 95%;
	max-width: 1100px;
	display: flex;
	justify-content: space-between;
	margin: 50px auto 100px;
  transition: 0.3s;
}
.content_box{
	width: 70%;
}
.blog_box{
	margin-bottom: 60px;
}
.blog_box li{
	border-radius: 10px;
	transition: 0.3s;
	padding: 10px;
	margin-bottom: 20px;
	position: relative;
	z-index: 0;
}
.blog_box li::before{
	content: '';
	width: 100%;
	height: 2px;
	border-bottom: 3px dashed #fff;
	position: absolute;
	bottom: -10px;
	left: 0;
}
.blog_box li a{
	color: #fff;
	transition: 0.3s;
}
.blog_box li:hover{
	background: #fff;
}
.blog_box li:hover a{
	color: #01c0ef;
}
.blog_box li .date{
  font-size: 90%;
  margin-bottom: 5px;
}
.blog_box li .title{
  letter-spacing: 1px;
}
.blog_box li .cat{
  background: #fff;
  color: #01c0ef;
  border-radius: 50px;
  padding: 1px 8px 3px 5px;
  margin-left: 5px;
}
.wp-pagenavi span,
.wp-pagenavi a{
	background: #fff;
	color: #01c0ef;
	border: none !important;
	padding: 5px 10px !important;
	border-radius: 5px;
}
.wp-pagenavi a.page{
  background: unset;
  color: #fff;
}

/*--====== side ======--*/
.sidebar_box{
	width: 20%;
}
.sidebar_box .log_title{
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
  position: relative;
  z-index: 0;
}
.sidebar_box .log_title::before{
  content: '';
  width: 5px;
  height: 1px;
  background: #01c0ef;
  position: absolute;
  bottom: -1px;
  left: 10px;
  z-index: 10;
}
.blogarchive_list,
.cat_list{
  margin: 0 5px 20px;
}
.blogarchive_list li,
.cat_list li{
  padding-bottom: 5px;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.blogarchive_list li::before,
.cat_list li::before{
  content: '';
  height: 1px;
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: 1px;
  right: 100%;
  transition: 0.3s;
}
.blogarchive_list li:hover:before,
.cat_list li:hover:before{
  right: 0;
}
.blogarchive_list li a,
.cat_list li a{
  display: block;
	color: #fff;
	transition: 0.3s;
}
.sidebar_box select{
	width: 100%;
	padding: 5px 0;
}
.sidebar_box .label{
  width: 100%;
  padding: 9px 0 10px;
  margin:  0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  outline: 1px solid #fff;
	outline-offset: -1px;
  position: relative;
  z-index: 0;
}

.sidebar_box .label span{
  display: inline-block;
  width: 15px;
  height: 2px;
  background: #fff;
  margin-left: 10px;
  position: relative;
	transition: 0.5s;
}
.sidebar_box .label.active span{
  transform: rotate(-180deg);
}
.sidebar_box .label span::before{
  content: '';
  width: 15px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0%;
  margin: auto;
  transform: rotate(90deg);
  transition: 0.5s;
}
.sidebar_box .label.active span::before{
  transform: rotate(180deg);
}
.sidebar_box .inner_element{
  overflow: hidden;
  position: relative;
}
.sidebar_box .inner_element::before{
  content: '';
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  bottom: 100%;
  z-index: 1;
  transition: 0.3s;
}
.sidebar_box .inner_element.active::before{
  bottom: 0%;
}
.sidebar_box .inner_element li{
  padding: 5px 10px;
  position: relative;
  z-index: 10;
}
.sidebar_box .inner_element li:last-of-type{
  padding: 5px 10px 10px;
}
.sidebar_box .inner_element li a{
  display: block;
  color: #01c0ef;
  padding: 0 5px;
  position: relative;
  overflow: hidden;
}
.sidebar_box .inner_element li a::before{
  content: '';
  width: 100%;
  height: 1px;
  background: #01c0ef;
  position: absolute;
  bottom: 0;
  right: 100%;
  transition: 0.3s;
}
.sidebar_box .inner_element li:hover a::before{
  right: 0%;
}

/*--====== シングル ======--*/
.single_main-content{
  width: 95%;
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
  margin: 50px auto 100px;
}
.single_content_box{
  width: 75%;
}
.post-meta{
  display: block;
  width: fit-content;
  background: #fff;
  padding: 10px 20px 0px;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.post-title{
  background: #fff;
  border-radius: 0 10px 0 0;
  padding: 10px 20px 0px;
}
.curve{
  width: 10px;
  height: 10px;
  aspect-ratio: 1;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: -10px;
}
.curve::before{
  content: '';
  width: 10px;
  height: 10px;
  aspect-ratio: 1;
  background: #01c0ef;
  border-radius: 0 0 0 100%;
  position: absolute;
  bottom: 0;
  right: 0px;
}
.post-title{
  background: #fff;
  border-radius: 0 10px 0 0;
  padding: 10px 20px 0px;
}
.post-content{
  background: #fff;
  padding: 10px 20px 20px;
  border-radius: 0 0px 10px 10px;
  letter-spacing: 1px;
  line-height: 1.7;
  text-align: justify;
}

.post-navigation{
  margin: 30px auto;
  display: flex;
  justify-content: center;
  gap: 30px;
}
.post-navigation a{
  display: block;
  max-width: 350px;
  background: #fff;
  border: 1px solid #fff;
  color: #01c0ef;
  padding: 10px 20px 20px;
  border-radius: 10px;
  transition: 0.3s;
}
.post-navigation a:hover{
  background: #01c0ef;
  color: #fff;
}
.post-navigation a span{
  display: block;
  text-align: center;
  margin-bottom: 5px;
  font-weight: bold;
}
.top_btn a{
  display: block;
  text-align: center;
  width: 20%;
  margin: 30px auto;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 15px;
  font-size: 116%;
  transition: all 0.3s ease;
}
.top_btn a:hover{
  background: #fff;
  color: #01c0ef;
}
.category-column {
  width: 100%;
  max-width: 1200px;  /* 最大幅1200px */
  margin: 0 auto;
  padding: 20px 0;
  & .post-content{
    border-radius: 0 10px 10px 10px;
  }
  & h1{
    font-size: 170%;
    color: #ff5722;
    padding-top: 0.4em;
    padding-bottom: 0.2em;
    border-bottom: 4px solid #ffd699;
    letter-spacing: 2px;
    margin-bottom: 15px;
  }

  & .title_02 {
    font-size: 1.5rem;
    color: #ff6f33;
    margin-top: 2em;
    margin-bottom: 0.5em;
    letter-spacing: 2px;
  }

  & .title_03 {
    font-size: 1.5rem;
    color: #ff794d;
    margin-top: 1.6em;
    margin-bottom: 0.4em;
    letter-spacing: 2px;
  }

  & p.txt01 {
    font-size: 1.02rem;
    margin-bottom: 1.4em;
    color: #444;
    line-height: 1.8;
    letter-spacing: 2px;
    text-align: justify;
  }

  /* — リスト装飾 — */
  & .list_01,
  & .list_02 {
    padding-left: 1.4em;
    margin-bottom: 1.4em;
  }

  & .list_01 li {
    margin-bottom: 0.8em;
    position: relative;
    padding-left: 1.2em;
  }

  & .list_01 li::before {
    content: "★";
    position: absolute;
    left: 0;
    top: 0;
    color: #ff8c42;
    font-weight: bold;
  }

  & .list_02 li {
    margin-bottom: 0.8em;
    padding-left: 0.8em;
  }

  /* — テーブル装飾 — */
  & table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
    background-color: #fffaf5;
    border: 2px solid #ffcc99;
    border-radius: 6px;
    overflow: hidden;
  }

  & table th,
  & table td {
    padding: 14px;
    border: 1px solid #ffd9b3;
    text-align: left;
  }

  & table th {
    background-color: #ffe6d9;
    color: #b34e00;
  }

  & table tbody tr:nth-child(odd) {
    background-color: #fff4ed;
  }

  /* — 強調ボックス／囲み — */
  & .box {
    border: 2px dashed #ffccaa;
    background: #fff8f2;
    padding: 16px;
    border-radius: 8px;
    margin: 1.8em 0;
  }

  /* — リンク・ボタン — */
  & a {
    color: #0066cc;
    text-decoration: none;
  }

  & a:hover {
    text-decoration: underline;
  }

  & .button {
    display: inline-block;
    background: linear-gradient(135deg, #ff8c42 0%, #ff5722 100%);
    color: #fff;
    padding: 13px 26px;
    border-radius: 24px;
    font-weight: bold;
    transition: background 0.3s ease;
  }

  & .button:hover {
    background: linear-gradient(135deg, #ffbb80 0%, #ff8c42 100%);
  }

  /* — 画像やメディアのレスポンシブ対応 — */
  & img,
  & video,
  & iframe {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  /* — CTA ボタン用コンテナ — */
  & .cta-container {
    text-align: center;
    margin: 3em 0;
  }

  /* — ボタン本体 — */
  & .cta-button {
    display: inline-block;
    font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
    font-weight: bold;
    font-size: 1.2rem;
    color: #ffffff;
    background: linear-gradient(135deg, #ff7e5f 0%, #ff5722 100%);
    padding: 1em 2.6em;
    border-radius: 40px;
    text-decoration: none;
    box-shadow: 0 6px 16px rgba(0,0,0,0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
  }

  /* — ホバー／フォーカス時の効果 — */
  & .cta-button:hover,
  & .cta-button:focus {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.25);
  }

  /* — 光沢エフェクト — */
  & .cta-button::before {
    content: "";
    position: absolute;
    top: -60%;
    left: -60%;
    width: 220%;
    height: 220%;
    background: radial-gradient(circle at center, rgba(255,255,255,0.25), transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
  }

  & .cta-button:hover::before {
    opacity: 0.4;
  }
  @media (min-width: 600px) {
    & body {
      font-size: 16px;
    }
  }

  @media (min-width: 768px) {
    & p.txy01 {
      font-size: 1.05rem;
    }

    & table th,
    & table td {
      padding: 16px;
    }

    & .button {
      padding: 14px 28px;
    }
  }

  @media (min-width: 1024px) {
    & h1 {
      font-size: 170%;
    }

    & .title_02 {
      font-size: 1.5rem;
    }

    & .title_03 {
      font-size: 1.1rem;
    }

    & p.txy01 {
      font-size: 1rem;
    }
  }
}

/*----------------------------------------------------
	sp
----------------------------------------------------*/
@media screen and (max-width: 850px) {
	.pc{
		display: none !important;
	}
	.sp{
		display: block !important;
	}
  .hamburger .hamburger-menu{
    right: -100% !important;
  }
  .hamburger-active .hamburger-menu{
    right: -15% !important;
  }
  footer{
    height: auto;
    flex-direction: column;
  }
  #footer_left{
    width: 100%;
  }
  .footer_logo{
    width: 80%;
    height: auto;
    margin: 0 auto;
  }
  .footer_logo img{
    width: 100%;
    height: auto;
  }
  footer td,
  footer th{
    font-size: 90%;
		padding:5px;
  }
  footer th{
    white-space: nowrap;
  }
  #footer_right{
    width: 100%;
  }
  .copy{
    font-size: 50% ;
  }
  .mainvisual{
    height: 35vh;
    background-size: cover;
  }
  .main_title{
    font-size: 250%;
    height: fit-content;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .single_main-content,
  .contents_wrap{
    flex-direction: column;
    margin: 30px auto;
  }
  .content_box{
    width: 100%;
    margin-bottom: 50px;
  }
  .sidebar_box{
    width: 100%;
    margin-bottom: 50px;
  }
  .wrapper{
    flex-direction: column;
    margin: 20px auto;
  }
  .single_content_box{
    width: 100%;
  }
  .post-navigation a{
    width: 45%;
  }
  #prev_next > a{
    margin: 0 calc(10% / 4);
  }
  .top_btn a{
    width: 50%;
  }
  .category-column {
    & h1.post-title {
      font-size: 130%;
    }

    & .title_02 {
      font-size: 1.2rem;
    }

    & .table-box {
      width: 100%;
      height: auto;
      overflow: auto;
    }

    & table th,
    & table td {
      font-size: 100%;
    }

    & table th:first-of-type,
    & table td:first-of-type {
      min-width: 150px;
    }

    & .list_01,
    & .list_02 {
      padding-left: 0.5rem;
    }
  }
}