@charset "utf-8";

/*!
Theme Name: トナックブーケ_レスポンシブ-コラム
Theme URI: http://www.tonakbuque.com/
Description: トナックブーケワードプレステーマ
Author: トナックブーケ
Author URI: http://www.tonakbuque.com/
Version: 1.0
*/
/* CSS Document */
/* YUI3 CSS Fonts フォントサイズ対応表
10px:77%     11px:85%     12px:93% 
13px:100%    14px:108%    15px:116%
16px:123.1%  17px:131%    18px:138.5%
19px:146.5%  20px:153.9%  21px:161.6%
22px:167%    23px:174%    24px:182%
25px:189%    26px:197%
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  background:transparent;
}

*{
	margin:0;
	padding:0;
	line-height:1.6;
	list-style:none;
	--main_color: #f17432;
	font-family: 'Noto', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

img{
	border:none;
}

a, a:link,/*未訪問のリンクを指定*/
a:visited,/*訪問済みのリンクを指定*/
a:hover,/*マウスオーバーした時のリンク部分を指定*/
a:active,/*クリック時のリンク部分を指定*/
a{
	text-decoration:none;
}

body {
	font:14px/1.3 Geneva, sans-serif;
	-webkit-text-size-adjust: 100%;
}
pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
  box-sizing: border-box;
}
/*----------------------- ヘッダー ----------------------------*/
nav.pc{
	display: none;
}
nav.sp{
	display: block;
}
#site-header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 55px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	border-bottom: 2px solid #f08500;
	text-align: left;
	display: flex;
	align-items: center;
	z-index: 999;
}

#site-header h1 {
	position: fixed;
	padding: 11px 0 0 4.6875%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	width: calc(100% - 55px);
	height: 100%;
	position: relative;
}

#site-nav {
	position: absolute;
	top: -376px;
	left: 0; width: 100%;
	z-index: 0;
}

#site-nav ul {
	background-color: rgba(240, 133, 0, .9);
}

#site-nav ul li a {
	display: block;
	padding: 18px 0;
	text-align: center;
	border-top: 1px solid #fff;
	color: #fff;
	font-size:108%;
}

#site-nav ul li:first-child a {
  border-top: none;
}

.nav_openMenu {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	-webkit-background-size: 44px 44px;
	background-size: 44px 44px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-position: top left;
	background-repeat: no-repeat;
}

.nav_openMenu[data-status="close"] {
	background-image:  url(img/menu_open.png);
}

.nav_openMenu[data-status="open"] {
  background-image: url(img/menu_close.png);
}

.banner{
	display: block;
	width: 70%;
	margin: 0 auto;
}
.banner img{
	width: 100%;
	height: auto;
}
/*---------topに戻るボタン------------*/
#page-top a{
	display:block;
	text-align:center;
	color:#535353;
	padding:15px 0;
	font-size:116%;
	background:#ccc;
	clear:both;
}


.footer_banner{
	position:fixed;
	bottom:0;
	right:0;
	padding:10px;
	width:50%;
	z-index:999;
}

.footer_banner img{
	display:block;
	width:100%;
}

/*-------------フッター---------------*/
footer{
	background:url(img/footer_back.jpg) center top no-repeat;
	background-size:cover;
	clear:both;
	width:100%;
	padding:20px 0 20px;
}

.footer_logo img{
	display:block;
	width:60%;
	margin:0 auto;
}

.sns{
	width:65%;
	margin:20px auto 10px;
    display: flex;
    justify-content: space-between;
}

p.footer_text{
	padding:10px;
	color:#FFF;
	font-size:100%;
	padding-bottom:30px;
	text-align:center;
}

p.footer_text a{
	color:#fff;
	text-decoration:underline;
}


.spmenu a {
	display:block;
	width:60%;
	margin:0 auto;
	text-align:center;
    background: #fff;
    color: #434343;
    font-weight: bold;
    padding: 10px 10px;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 3px;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 50%);
    -webkit-box-shadow: 1px 1px 2px rgb(0 0 0 / 50%);
}
.copy_right{
	color:#fff;
	font-size:77%;
	text-align:center;
	padding:10px 0;
	background:#000 !important;
}
/* hamburger */

.hamburger {
	position: fixed;
	right: 0px;
	top: 0px;
	display: inline-block;
	vertical-align: middle;
	z-index: 120;
	width: 55px;
	height: 55px;
	background: rgba(212,12,59,0);
	border-radius: 85px 0 0;
}
.hamburger .hamburger-button {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 120;
	cursor: pointer;
}
.hamburger .hamburger-button span {
	position: absolute;
	width: 65%;
	height: 2px;
	right: 20%;
	top: 48%;
	background-color: var(--main_color);
	border-radius: 0.1em;
	transition: all 0.5s ease 0s;
	transform: rotate(0deg);
}
.hamburger .hamburger-button span.top {
	transform: translateY(-0.8em);
}
.hamburger .hamburger-button span.bottom {
	transform: translateY(0.8em);
}
.hamburger-active .hamburger-button span.middle {
	background: rgba(255, 255, 255, 0);
}
.hamburger-active .hamburger-button span.top {
	transform: rotate(-45deg) translateY(0px);
}
.hamburger-active .hamburger-button span.bottom {
	transform: rotate(45deg) translateY(0px);
}
.hamburger .hamburger-menu {
	position: fixed;
	width: 100%;
	left: 100%;
	top: 0;
	bottom: 0;
	min-height: 100vh;
	z-index: 110;
	overflow-y: auto; /* for fixed nav */
	background-color: rgba(255, 255, 255, 0.0);
	transition: all 0.5s ease 0s;	
}
.hamburger-active .hamburger-menu {
	left: 0vw; /* a unit required for IE */
	background-color: rgba(255, 255, 255, 1);
}
.hamburger .hamburger-menu .hamburger-submenu {
	transform: translateY(1em);
	opacity: 0.0;
}
.hamburger-active .hamburger-menu .hamburger-submenu {
	opacity: 1.0;
	transform: translateY(0);
}
.hamburger-active .hamburger-menu .hamburger-submenu:nth-child(1) {
	transition: all 0.5s ease 0.5s;
}
.hamburger-active .hamburger-menu .hamburger-submenu:nth-child(2) {
	transition: all 0.5s ease 0.8s;
}
.hamburger-active .hamburger-menu .hamburger-submenu:nth-child(3) {
	transition: all 0.5s ease 1.1s;
}
.hamburger .hamburger-menu > a {
	display: block;
	text-decoration: none;
	color: #535353;
	height: 35px;
	letter-spacing: 1px;
}

.nav_item_first a{
	height: 40px !important;
	line-height: 40px !important;
}

.nav_item_laxt a{
	height: 45px !important;
	line-height: 45px !important;
}

.hamburger-active .hamburger-button span{
	background: var(--main_color);
}

.hamburger-submenu{
	position:relative;
	background:#fff;
	margin:0 auto;
	padding: 15% 0 30px;
}
.hamburger_span{
	position: fixed;
	right: 0px;
	bottom: 0px;
	display: inline-block;
	vertical-align: middle;
	z-index: 120;
	width: 85px;
	height: 85px;
	background: rgba(212,12,59,0.7);
	border-radius: 85px 0 0;
}
.hamburger .hamburger-menu a {
	display: block;
	text-decoration: none;
	color: #333;
	text-align:center;
	font-size:116%;
	padding:8px 0;
	letter-spacing:3px;
	font-weight:bold;
}
.hamburger .hamburger-menu a img{
	width: 50%;
	height: auto;
	border: 1px solid #f1f1f1;
}
/* ==================================== index =============================================== */
.mainvisual{
  background: url(img/mainvis.jpg) no-repeat;
  background-size:cover;
	background-position: center;
	backdrop-filter: brightness(0.8);
  height: 200px;
  display:flex;
  justify-content:center;
  align-items:center;
	margin-top: 40px;
}
.mainvisual .main_title{
  color:#fff;
  font-size: 2rem;
  font-weight:bold;
}
	.breadcrumb{
		display: none;
		margin: 0px auto 20px;
		background: #f2f2f2;
	}
	.breadcrumb ol{
		width: 95%;
		max-width: 1100px;
		display: flex;
		align-items: center;
		margin: 0 auto;
		padding: 10px 0;
	}
	.breadcrumb ol li{
		position: relative;
		padding-left: 25px;
		font-size: 90%;
	}
	.breadcrumb ol li a{
		color: #1b465b;
    text-decoration: underline;
	}
	.breadcrumb ol li:first-of-type::before{
		content: '';
		background: url(img/top_pan.png) no-repeat;
		width: 20px;
		height: 20px;
		position: absolute;
		top: 0;
		left: 0px;
	}
	.breadcrumb ol li:not(:first-of-type):before{
		content: '';
		background: url(img/navi-marker.gif) no-repeat;
		background-position: center;
		width: 20px;
		height: 20px;
		position: absolute;
		top: 0;
		left: 0px;
	}
#content_01{
  width: 95%;
  max-width: 1100px;
  margin: 0 auto 50px;
}
.contents_wrap{
	width: 95%;
  max-width: 750px;
  margin: 40px auto 50px;
}
.blog_box{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto 30px;
}
.blog_box > li{
  width: 100%;
  margin-bottom: 40px;
}
.blog_box li a{
  display: block;
  color: #535353;
}
.blog_box .title{
  font-size: 1.3em;
  font-weight: bold;
  border-left: 3px solid #cc9f6e;
  padding-left: 8px;
  margin-bottom: 5px;
}
.blog_box .info{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.blog_box .date{
  color: #848484;
  font-size: 0.8em;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.blog_box .cat{
  color: #fff;
  font-size: 0.8em;
  background-color: #cc9f6e;
  padding: 4px 8px;
  display: inline-block;
}
.thumb{
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
  overflow: hidden;
  position: relative;
}
.thumb img{
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
	bottom: 0;
	right: 0;
  left: 0;
	margin: auto;
}

.wp-pagenavi{
  display: flex;
  margin-bottom: 40px;
}
.wp-pagenavi a, .wp-pagenavi span{
  border: none !important;
}
.wp-pagenavi .pages{
  color: #f17432;
  font-weight: bold;
}
.wp-pagenavi .current{
  background: #f17432;
  color: #fff;
  padding: 3px 10px;
}
.wp-pagenavi .page{
  color: #535353;
	padding: 3px 10px;
}
.wp-pagenavi .nextpostslink{
  color: #f17432;
	padding: 3px 10px;
}
.wp-pagenavi .last{
  color: #f17432;
	padding: 3px 10px;
}
/* ==================================== single =============================================== */
.single_main-content{
	display: flex;
	flex-direction: column;
	width: 95%;
	max-width: 1100px;
	margin: 30px auto 60px;
}
.single_content_box{
	width: 100%;
	margin-bottom: 60px;
}
.single_content_box .post-title{
	font-size: 1.7rem;
}
.single_content_box .post-meta{
	margin-bottom: 10px;
}
.single_content_box .thumb{
	padding-top: 38px;
	margin-bottom: 15px;
}
.single_content_box .thumb img{
	max-width: 645px;
  height: auto;
}
.single_content_box .post-content{
	letter-spacing: 1px;
	line-height: 1.8;
	text-align: justify;
	margin-bottom: 30px;
	font-size: 1.2em;
	color: #535353;
}
.single_content_box .post-navigation{
	display: flex;
	justify-content: center;
}
.single_content_box a{
	display: block;
	color: #535353;
	margin: 0 20px;
	transition: 0.3s;
}
.single_content_box a:hover{
	color: #f17432;
}
.single_content_box a span{
	display: block;
	width: fit-content;
	background: #f17432;
	color: #fff;
	padding: 0px 10px 2px;
	margin: 0 auto 10px;
	border-radius: 10px;
}
.single_main-content{
	.recruit-article{
		max-width: 980px;
		margin: 0 auto;
		padding: 24px 18px;
		line-height: 1.9;
		padding-bottom: 250px;
		font-family: -apple-system,BlinkMacSystemFont,"Yu Gothic",Meiryo,Arial,sans-serif;color:#1b2533;
	}

		& h1{font-size:2rem;margin-bottom:16px;color:#0f172a;line-height:1.4;}
		& h2{font-size:1.5rem;border-left:4px solid #F60;padding-left:.6em;margin-top:40px;margin-bottom:12px;}
		& h3{font-size:1.2rem;margin-top:20px;margin-bottom:8px;color:#1e293b;}
		& ul{padding-left:1.2em;}
		& li{margin-bottom:6px;}
		.checklist li{list-style:"✔  ";color:#334155;}
		.pos{border:1px solid #e2e8f0;border-radius:12px;padding:16px;margin-bottom:20px;background:#fff;box-shadow:0 6px 12px rgba(0,0,0,0.05);}
		.voices li{border-bottom:1px solid #e5e7eb;padding:8px 0;}
		.cta-wrap{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px;}
	.cta{
		display:inline-block;
		background:linear-gradient(90deg,#0ea5e9,#22c55e);
		color:#fff;padding:14px 24px;
		border-radius:999px;
		font-weight:bold;
		text-decoration:none;
		box-shadow:0 4px 14px rgba(15,23,42,.15);
		transition: all 0.3s ease-in-out;
		}
	.cta.sub{
			background:#F60; 
			transition: all 0.3s ease-in-out;
		}

	.cta:hover {
		color: #fff;
		background: linear-gradient(90deg, #fb923c, #f97316);
		transform: translateY(-3px) scale(1.03);
		box-shadow: 0 8px 20px rgba(249, 115, 22, 0.4);
		transition: all 0.3s ease-in-out;
	}

	.cta.sub:hover {
		color: #fff;
		background: #ea580c;
		transform: translateY(-3px) scale(1.05);
		box-shadow: 0 8px 22px rgba(234, 88, 12, 0.45);
		transition: all 0.3s ease-in-out;
	}

	#faq details {
		border: 1px solid #fbbf24;
		border-radius: 10px;
		margin-bottom: 10px;
		background: #fffaf0;
		overflow: hidden;
		transition: all 0.3s ease-in-out;
	}

	& body{
		overflow-x:hidden;
	}

	#faq summary {
	cursor: pointer;
	font-weight: bold;
	color: #9a3412;
	padding: 12px 16px;
	list-style: none;
	position: relative;
	}


	#faq summary::marker {
	display: none;
	}


	/* ▼ 矢印アイコン（オレンジカラー） */
	#faq summary::after {
	content: '\25BC'; /* ▼ */
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%) rotate(0deg);
	font-size: 0.9rem;
	color: #fb923c;
	transition: transform 0.4s ease-in-out, color 0.3s ease-in-out;
	}


	#faq details[open] summary::after {
	transform: translateY(-50%) rotate(180deg);
	color: #f97316;
	}


	#faq details[open] summary {
	background: #fff7ed;
	color: #ea580c;
	}


	.faq-content {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transform: translateY(-5px);
	transition: all 0.4s ease-in-out;
	padding: 0 16px;
	}


	& details[open] .faq-content {
	max-height: 500px;
	opacity: 1;
	transform: translateY(0);
	padding: 10px 16px 16px;
	}
}
/* ==================================== side =============================================== */
.sidebar_box{
	width: 95%;
	margin: 0 auto;
}
.log_title:first-of-type,
.cat_list{
	display: none;
}
.sidebar_box .log_title{
  font-size: 1.3rem;
  padding: 0px 10px;
  margin-bottom: 10px;
  color: #3d3d3d;
  letter-spacing: 1px;
  border-bottom: 2px solid #cdcdcd;
}
.sidebar_box ul{
  width: 95%;
  margin: 0 auto 30px;
}
.sidebar_box ul li{
	padding: 0 10px;
  margin-bottom: 5px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.sidebar_box ul li::before{
  content: '';
  width: 100%;
  height: 1px;
  background: #f17432;
  position: absolute;
  bottom: 0;
  right: 100%;
  transition: 0.3s;
}
.sidebar_box ul li:hover:before{
  right: 0;
}
.sidebar_box ul li a{
  color: #3d3d3d;
  font-size: 1.1rem;
}
.older-archives summary{
  width: 100%;
  padding: 10px 0;
  margin:  0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.3rem;
  outline: 1px solid #cdcdcd;
	outline-offset: -1px;
}
.older-archives summary span{
  display: inline-block;
  width: 15px;
  height: 2px;
  background: #f17432;
  margin-left: 10px;
  position: relative;
	transition: 0.5s;
}
.older-archives[open] summary span{
  transform: rotate(-180deg);
}
.older-archives summary span::before{
  content: '';
  width: 15px;
  height: 2px;
  background: #f17432;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0%;
  margin: auto;
  transform: rotate(90deg);
  transition: 0.5s;
}
.older-archives[open] summary span::before{
  transform: rotate(180deg);
}
.older-archives ul{
  overflow: hidden;
  position: relative;
}
.older-archives ul::before{
  content: '';
  width: 100%;
  height: 100%;
  background: #f08500;
  position: absolute;
  bottom: 100%;
  transition: 0.3s;
}
.older-archives[open] ul::before{
  bottom: 0%;
}
.older-archives ul li{
  padding: 5px 10px;
}
.older-archives ul li a{
  color: #fff;
}
.top_cat_box{
	display: block;
	width: 90%;
	margin: 20px auto 0;
}
.top_cat_box summary{
	background: #f17432;
	color: #fff;
	text-align: center;
	padding: 15px 0;
	font-size: 116%;
	letter-spacing: 1px;
	font-weight: bold;
	display: flex;
	align-items: center;
	line-height: 1;
	justify-content: center;
}
.top_cat_box ul{
	width: 90%;
	margin: 10px auto;
}
.top_cat_box ul li{
	margin-bottom: 10px;
}
.top_cat_box ul li a{
	color: #535353;
	font-size: 108%;
	letter-spacing: 1px;
}
.top_cat_box summary span{
  display: inline-block;
  width: 15px;
  height: 2px;
  background: #fff;
  margin-left: 10px;
  position: relative;
	transition: 0.5s;
}
.top_cat_box[open] summary span{
  transform: rotate(-180deg);
}
.top_cat_box summary 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;
}
.top_cat_box[open] summary span::before{
  transform: rotate(180deg);
}
/* ==================================== PC =============================================== */
@media screen and (min-width: 850px) {
  /* ここに850px以上の画面幅で適用するCSSを書く */
	.mainvisual{
		height: 350px;
	}
	.mainvisual .main_title{
		font-size: 3rem;
	}
	#site-header{
		height: 75px;
	}
	#site-header h1{
		padding: 11px 0 0 1%;
	}
	#site-header h1 img{
		width: 277px;
	}
	nav.sp{
		display: none;
	}
	nav.pc{
		display: block;
	}
	nav.pc ul{
		display: flex;
		align-items: center;
		gap: 20px;
		padding: 10px 0 5px;
	}
	nav.pc ul li{
		transition: all 0.3s;
	}
	nav.pc ul li:hover{
		opacity: 0.7;
	}
	.footer_banner{
		width: 20%;
	}
	.footer_logo img{
		width: auto;
	}
	.sns{
		width: 20%;
	}
	.breadcrumb{
		display: block;
	}
  /* ==================================== index =============================================== */
  .contents_wrap{
    width: 95%;
    max-width: 1100px;
    display: flex;
    margin: 60px auto;
    justify-content: space-between;
  }
  .content_box{
    width: 70%;
  }
  .sidebar_box ul{
    width: 100%;
  }
  .blog_box{
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }
  .blog_box li{
    width: calc(95% / 2);
  }
  .sidebar_box{
    width: 25%;
		margin: 0 0 0 auto !important;
  }
  .older-archives{
    width: 100%;
  }
  .older-archives summary::before{
    right: 2%;
  }
  .older-archives summary::after{
    right: 2%;
  }
  .wp-pagenavi{
    font-size: 1.3rem;
  }
	.blog_box .title{
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 100%;
		display: block;
	}
	.top_cat_box{
		display: none;
	}
	.log_title,
	.cat_list{
		display: block !important;
	}
	/* ==================================== single =============================================== */
	.single_content_box{
		width: 70%;
	}
	.single_main-content{
		flex-direction: row;
	}
}