@charset "utf-8";

:root {
  --main-color: #AA6C40;
  --tag-color: #0081c0ff;
  --nav-color: #FF6600;
}

/* reset */
html,body,h1,h2,h3,h4,ul,ol,dl,li,dt,dd,p,.box,span,img,a,table,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
article,header,footer,aside,figure,figcaption,nav,section {
	display: block;
}
body {
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
ol,ul {
	list-style: none;
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*------------------------------
	body
------------------------------*/
body {
	background: #fff;
	color: #000;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
	font-size: 15px;
	line-height: 1.4;
}

/*------------------------------
	common
------------------------------*/
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
a{
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	color: #000;
	text-decoration: none;
}
#header a,
#footer a {
	color: #fff;
}
a:hover {
}

#container {
	min-width: 960px;
	overflow: hidden;
	text-align: center;
}
.inner {
	width: 900px;
	margin: 0 auto;
}
.inner:after {
	display: block;
	clear: both;
	content: "";
}
#index .inner,
#info .inner, .event-container {
	width: 900px;
}
#session .inner {
	width: 900px;
}
#session .calendar {
	width: 900px;
}
@media only screen and (max-width:959px){
	#container {
		min-width: inherit;
	}
	.inner,
	#index .inner,
	#info .inner,
 .event-container,
	#session .inner {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
}

/*------------------------------
	header
------------------------------*/
#header {
	background: var(--main-color) url(../img/bg.gif) 0 0 repeat-x;
}
#header .title {
	position: relative;
	width: 900px;
	height: 50px;
	margin: 0 auto;
}
#header .title:after {
	/* display: block;
	clear: both;
	content: ""; */
}
#header .title .fb {
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 0;
}
#header .title p {
	line-height: 50px;
}
#header .title .catch {
	float: left;
	color: #204069;
	font-size: 16px;
}
#header .title .catch a {
	color: #204069;
}
#header .title .site {
	float: right;
	margin-right: 50px;
	color: var(--main-color);
	font-weight: bold;
	font-size: 18px;
}
#header .inner {
	position: relative;
	margin-bottom: 40px;
	padding: 20px 0;
}
#header h1 a {
	display: block;
	/* width: 956px; */
	/* カタログ２冊調整 20250708 */
	width: 100%;
	height: 255px;
	margin: 0 auto;
	overflow: hidden;
	background: url(../img/title_guide.png) center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	text-indent: 200%;
	white-space: nowrap;
}
.list #header h1 a,
.session #header h1 a {
	height: 190px;
	background-image: url(../img/title_guide.png);
	-webkit-background-size: contain;
	background-size: contain;
}

@media only screen and (max-width:959px){
	#header .title {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	#header .title .fb {
		right: 10px;
	}
	#header .inner {
		padding: 30px 10px 0;
	}
	#header h1 a {
		/* width: 80%; 2024.06.20修正*/
		width: 100%;
		height: 0;
		padding-top: 25.7322175%;
		-webkit-background-size:contain;
		/* background-size:contain; 2024.06.20修正*/
		background-size:cover!important;
		background-position: center right 28%; /*2024.07.01追加*/
	}
	.list #header h1 a,
	.session #header h1 a {
		height: 0;
	}
}
@media only screen and (max-width:767px){
	#header {
		-webkit-background-size: auto 40px;
		background-size: auto 40px;
	}
	#header .title {
		height: 40px;
	}
	#header .title .fb {
		top: 5px;
	}
	#header .title p {
		line-height: 40px;
	}
	#header .title .catch {
		font-size: 14px;
	}
	#header .title .site {
		margin-right: 45px;
		font-size: 16px;
	}
}
@media only screen and (max-width:599px){
	#header .inner {
		padding-top: 20px;
	}
}
@media only screen and (max-width:479px){
	#header {
		-webkit-background-size: auto 58px;
		background-size: auto 58px;
	}
	#header .title {
		height: 58px;
	}
	#header .title p {
		float: none !important;
		padding: 12px 0 6px;
		line-height:1;
		text-align: left;
	}
	#header .title .site {
		margin-right: 0;
		padding-top: 0;
	}
	#header .title .fb {
		top: 14px;
	}
	#header .inner {
		margin-bottom: 30px;
		padding-top: 15px;
	}
}

/*------------------------------
	index
------------------------------*/
#index {
	padding-bottom: 60px;
}
#index h2 {
	clear: both;
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 3px solid var(--main-color);
}
#index p {
	float: right;
	width: 540px;
	margin-bottom: 60px;
	padding-top: 20px;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.6;
	text-align: left;
}
#index .img,#info .img {
	/*float: left;
	width: 360px;*/
	padding-bottom: 40px;
}
/*#index .img img {
	margin-left: 80px;
}*/
#index ul {
	text-align: left;
}
#index li {
	display: inline-block;
	/*float: left;*/
	margin: 0 8px 14px 0;
	vertical-align: middle;
}
#index li a {
	display: inline-block;
	padding: 10px 12px;
	border: 2px solid #ccc;
	border-radius: 4px;
}
#index li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#index li span {
	display: inline-block;
	margin-left: 10px;
	padding: 4px 8px;
	border-radius: 3px;
	background: var(--main-color);
	color: #fff;
	font-size: 14px;
	line-height: 1.2;
}
@media only screen and (max-width:767px){
	#index li {
		margin: 0 8px 10px 0;
	}
	#index li a {
		font-size: 14px;
	}
	#index li span {
		font-size: 13px;
	}
}
@media only screen and (max-width:599px){
	#index h2{
		margin-bottom: 30px;
	}
	#index p {
		float: none;
		width: auto;
		margin-bottom: 20px;
		padding-top: 0;
		font-size: 16px;
		text-align: center;
	}
	#index br.none {
		display: none;
	}
	#index .img,#info .img {
		float: none;
		width: auto;
	}
	#index .img img,#info .img img {
		margin-left: 0;
	}
	#index li {
		margin: 0 6px 8px 0;
	}
	#index li a {
		padding: 6px 10px;
	}
	#index li span {
		margin-left: 8px;
	}
}
@media only screen and (max-width:479px){
	#index h2 {
		margin-bottom: 20px;
		padding-bottom: 14px;
	}
	#index h2 img {
		width: auto;
		height: 24px;
	}
	#index li {
		float: none;
		width: 95%;
	}
	#index li a {
		display: block;
		width: 100%;
	}
}

/*------------------------------
	info
------------------------------*/
#info {
	padding: 50px 0 40px;
	/* background: #f7f7f7; */
}
#info h2 {
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 3px solid var(--main-color);
}
#info dl {
	margin: 0 20px 60px;
	text-align: left;
}
#info dt {
	float: left;
	/* width: 160px; */
	width: 200px;
	margin-bottom: 15px;
	padding: 1px 0;
}
#info dd {
	margin-bottom: 15px;
	/* padding-left: 160px; */
	padding-left: 200px;
	font-size: 17px;
}
#info a {
	text-decoration: underline;
}
#info span {
	display: inline-block;
	/* margin-left: 10px; */
	margin-left: 10px;
	margin-right: 10px;
	padding: 2px 4px;
	background: #d90000;
	color: #fff;
	font-size: 14px;
	font-family: Verdana;
	line-height: 1.2;
}
#info .site {
	color: #f7a72f;
	font-weight: bold;
	font-size: 20px;
}
@media only screen and (max-width:599px){
	#info h2 {
		margin-bottom: 30px;
	}
	#info dt {
		float: none;
		width: auto;
		margin-bottom: 0;
	}
	#info dd {
		padding-left: 0;
	}
}
@media only screen and (max-width:479px){
	#info {
		padding: 30px 0;
	}
	#info h2 {
		margin-bottom: 20px;
		padding-bottom: 14px;
	}
	#info h2 img {
		width: auto;
		height: 28px;
	}
}

/*------------------------------
	list
------------------------------*/
#list {
	text-align: left;
}
.box {
	position: relative;
	width: 900px;
	margin: 0 auto 40px;
	padding: 30px 20px 0;
	border-top: 3px solid var(--main-color);
	border-bottom: 1px solid #ccc;
}
.box_site {
	float: right;
	padding: 0 0 20px 30px;
	background: #fff;
	text-align: right;
}
.thumb .box_site {
	width: 200px;
}
.box_site img {
	box-shadow: 0 0 8px rgba(0,0,0,0.4);
}
.box_site a {
	display: block;
	position: relative;
	float: right;
	margin: 5px 0;
	box-sizing: border-box;
	color: #3EACA3;
	font-size: 13px;
	text-align: left;
	text-decoration: underline;
	word-break: break-all;
}
.thumb .box_site a {
	width: 200px;
}
.thumb .box_site a:first-child {
	text-align: center;
}
.box_site a:last-child {
	padding-left: 20px;
	background: url(../img/ico_window.png) 2px .5em no-repeat;
}
.box_site + .box_wrap {
	display: inline;
}
.header {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
.header .biz {
	display: inline-block;
	margin-top: 5px;
	padding: 4px 8px;
	border-radius: 3px;
	background: var(--main-color);
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
}
.header h2 {
	display: inline-block;
	font-weight: bold;
	font-size: 24px;
}
.header h2 .city {
	display: inline-block;
	position: relative;
	margin-left: 1.5em;
	font-weight: normal;
	font-size: 15px;
}
.header h2 .city:before {
	display: block;
	position: absolute;
	top: 0;
	left: -1.2em;
	content: "／";
}
.header .session_inner {
	margin-bottom: 14px;
}
.header .session {
	display: inline-block;
	margin-right: 5px;
	padding: 12px 18px;
	border-radius: 6px;
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
	vertical-align: bottom;
}
.header .session.is {
	background: #ffa900;
}
.header .session.gd {
	background: #f05783;
}
.header .session.ci {
	background: #074080;
}
.header .session.st {
	background: #1a9caf;
}

.lead {
	margin-bottom: 20px;
}
.box .entry,
.box .request {
	display: block;
	width: 100%;
	max-width: 400px;
	height: 80px;
	margin: 15px 0 20px;
	border-radius: 6px;
	background: var(--main-color);
	color: #fff;
	font-size: 18px;
	line-height: 80px;
	text-align: center;
}
.box .request.green {
	background: #139697;
}
.box .entry span,
.box .request span {
	display: inline-block;
	padding-left: 58px;
	background: url(../img/ico_entry.png) 10px center no-repeat;
	-webkit-background-size: 33px 40px;
	background-size: 33px 40px;
	font-weight: bold;
}
.box .request.mail span {
	background: url(../img/ico_mail.png) 0 center no-repeat;
	-webkit-background-size: 40px 30px;
	background-size: 40px 30px;
}
.box .request.web span {
	background: url(../img/ico_form.png) 4px center no-repeat;
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px;
}
.box .request.entry span {
  padding-left: 0;
  background-image: none;
}
.box .note {
	width: 100%;
	margin: 0 0 30px;
	padding: 20px;
	box-sizing: border-box;
	background: #f2f2f2;
	font-size: 13px;
	line-height: 1.6;
}
.box dl {
	margin-bottom: 2px;
}
.box dt {
	display: table-cell;
	width: 130px;
	padding: 10px 20px;
	background: #f4f0e3;
	color: #6c390c;
	vertical-align: middle;
}
.box dd {
	display: table-cell;
	padding: 20px;
	vertical-align: middle;
	word-break: break-all;
}
.box_news dl {
	width: 100%;
	margin-bottom: 40px;
	background: #f0f0f0;
}
.box_news dt {
	position: relative;
	width: 100px;
	padding: 10px 0;
	background: #ffeb01;
	text-align: center;
}
.box_news dt:before {
	display: block;
	position: absolute;
	top: 50%;
	right: -24px;
	margin-top: -12px;
	width: 12px;
	height: 12px;
	border: 12px solid transparent;
	border-left: 12px solid #ffeb01;
	box-sizing: border-box;
	content: "";
}
.box_news dd {
	width: 760px;
	padding-left: 40px;
	box-sizing: border-box;
}
.box_news ul {
	width: 100%;
	border-radius: 3px;
	background: #fff;
}
.box_news li {
	position: relative;
	padding: 10px 40px 10px 15px;
	border-bottom: 1px dotted #ccc;
}
.box_news li:last-child {
	border-bottom: none;
}
.box_news li:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 10px;
	height: 10px;
	margin-top: -7px;
	border-bottom: 3px solid #00ABEB;
	border-right: 3px solid #00ABEB;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}
.box_news li.open:after {
	margin-top: -5px;
	border-top: 3px solid #00ABEB;
	border-right: 3px solid #00ABEB;
	border-bottom: none;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.box_news li a {
	display: block;
}
.box_news .date {
	display: inline-block;
	width: 140px;
}
.box_news .text {
	display: inline-block;
	color: #00ABEB;
	font-size: 17px;
}
.box_news .content {
	display: none;
	margin-left: 140px;
	padding: 5px;
}
.box_footer {
	clear: both;
	margin: 30px -20px 0;
	padding: 25px 0;
	border-top: 1px dotted #ccc;
	text-align: center;
}
.box_footer:after {
	display: block;
	clear: both;
	content: "";
}
.box_footer a,
.box_footer .entry {
	display: inline-block;
	width: 410px;
	height: 80px;
	margin: 5px 15px;
	border-radius: 40px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	line-height: 80px;
}
.box_footer .request {
	background: var(--main-color);
}
.box_footer .pdf {
	background: var(--main-color);
}
@media only screen and (max-width:959px){
	.box {
		width: 100%;
	}
	.box_news dt {
		width: 13.5%;
	}
	.box_news dd {
		width: 100%;
		padding-left: 5%;
	}
	.box_news p {
		display: block;
	}
	.box_news .content {
		margin-left: 0;
		padding: 5px 0;
	}
}
@media only screen and (max-width:899px){
	.thumb .box_site {
		width: 34.4444444%;
		padding-left: 3.3333333%;
	}
	.thumb .box_site a {
		width: 100%;
	}
	.box .request {
		/* width: 62.2222222%; 2024.06.20修正*/
		width: 100%;
	}
	.box .request span {
		padding-left:50px;
	}
	.box_footer a {
		width: 45.5555555%;
		margin: 5px 2%;
	}
}
@media only screen and (max-width:679px){
	.box_news dt {
		display: block;
		width: 100% !important;
		padding-bottom: 15px;
	}
	.box_news dt:before {
		display: none;
	}
	.header .session {
		margin: 0 0 5px;
		padding: 8px 12px;
		border-radius: 5px;
	}
}
@media only screen and (max-width:599px){
	.box {
		margin-bottom: 30px;
		padding: 20px 10px 0;
	}
	.box_site a {
		font-size: 12px;
	}
	.header {
		padding-bottom: 8px;
	}
	.header .biz {
		margin-bottom: 10px;
		padding: 3px 5px;
		font-size: 15px;
	}
	.header h2 {
		font-size: 22px;
	}
	.box dt {
		width: 7em;
		padding: 10px;
		font-size: 14px;
	}
	.box dd {
		padding: 15px 10px;
		font-size: 14px;
	}
	.box_news .date,
	.box_news .content {
		font-size: 14px;
	}
	.box_news .text {
		font-size: 16px;
	}
	.box_footer {
		margin: 30px 0 0;
		padding: 15px 0;
	}
  .box .request {
    height: 60px;
    font-size: 16px;
    line-height: 60px;
  }
	.box_footer a,
  .box_footer .entry {
		width: 100%;
		height: 60px;
		margin: 5px auto;
		font-size: 16px;
		line-height: 60px;
	}
}
@media only screen and (max-width:479px){
	.box {
		padding-top: 50px;
	}
	.thumb {
		padding-top: 220px;
	}
	.box_site {
		position: absolute;
		top: 10px;
		float: none;
		margin: 0 -10px;
		padding-left: 10px;
		box-sizing: border-box;
	}
	.thumb .box_site {
		width: 100%;
		padding-left: 0;
		background: transparent;
		text-align: center;
	}
	.box_site img {
		width: auto;
		max-height: 160px;
	}
	.thumb .box_site a {
		display: inline-block;
		padding-left: 0;
		text-align: center;
	}
	.thumb .box_site a:last-child {
		padding-left: 0;
		background: none;
	}
	.box_news dt {
		padding: 5px 0 10px;
	}
	.box_site + .box_wrap {
		display: block;
	}
	.box .request {
		width: 300px;
		height: 60px;
		margin: 15px auto 20px;
		/* font-size: 16px; 2024.06.20修正*/
		font-size: 14px;
		line-height: 60px;
	}
	.box .request span,
  .box .request.mail span,
  .box .request.web span {
		padding-left:40px;
		-webkit-background-size: 30px 30px;
		background-size: 30px 30px;
	}
	.box .request[href^="mailto:"] span {
		-webkit-background-size: 30px 23px;
		background-size: 30px 23px;
	}
	.box .note {
		padding: 15px;
	}
}
@media only screen and (max-width:379px){
	.box dt,
	.box dd {
		display: block;
		width: 100%;
	}
	.box .request {
		width: 100%;
	}
  .box .request.entry {
    /* white-space: nowrap; 2024.06.20修正*/
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
	line-height: 1.5;
  }
	.box_footer a {
		width: 100%;
	}
}

/*------------------------------
	session
------------------------------*/
#session {
	padding-bottom: 40px;
	text-align: left;
}
#session .back {
	display: block;
	width: 200px;
	margin: 30px auto;
	padding: 19px 18px;
	border-radius: 30px;
	background: #00ABEB;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
#session .header {
	padding-bottom: 0;
	border-bottom: none;
}
#session .header h2 {
	display: block;
	margin-bottom: 20px;
}
#session .heading {
	margin-bottom: 20px;
	padding: 10px 20px;
	box-sizing: border-box;
	color: #fff;
	font-size: 16px;
	line-height: 1.6;
}
#session .heading.is {
	background: #ffa838;
}
#session .heading.gd {
	background: #f05783;
}
#session .heading.cp {
	background: #074080;
}
#session .heading.st {
	background: #1a9caf;
}

#session .box {
	width: 100%;
	margin-bottom: 20px;
	padding: 20px 0 30px;
	border-top: none;
}
#session .box a {
	color: #00ABEB;
	text-decoration: underline;
}
#session .box h3 {
	margin-bottom: 10px;
	font-size: 16px;
}
#session .box p {
	margin-bottom: 10px;
}
#session .box .title {
	font-weight: bold;
	font-size: 17px;
}
#session table {
	width: 100%;
}
#session th {
	background: #eee;
}
#session th,
#session td {
	padding: 10px 20px;
	border: 1px solid #ccc;
}
@media only screen and (max-width:767px){
	#session tr{
		display: block;
	}
	#session th,
	#session td {
		display: list-item;
		padding: 10px;
		border: none;
		font-size: 14px;
	}
	#session td {
		padding: 15px 10px;
	}
}

/*------------------------------
	form
------------------------------*/
#form .inner {
	width: 600px;
	padding-bottom: 10%;
}
#form h2 {
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 3px solid #00ABEB;
}
#form dl {
	margin-bottom: 14px;
}
#form dt {
	margin-bottom: 5px;
	font-size: 16px;
	text-align: left;
}
#form dt span {
	display: inline-block;
	margin-left: 10px;
	padding: 2px 4px;
	border-radius: 3px;
	background: #d90000;
	color: #fff;
	font-size: 12px;
	line-height:1.2;
	vertical-align: 1px;
}
input[type="text"],
input[type="email"],
input[type="tel"] {
	width: 100%;
	height: 38px;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 6px;
	box-sizing: border-box;
	background: #fff;
	font-size: 16px;
	line-height: 60px;
}
textarea {
	width: 100%;
	height: 200px;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 6px;
	box-sizing: border-box;
	background: #fff;
	font-size: 16px;
}
select {
	width: 100%;
	height: 38px;
	padding: 0 10px;
	border: 1px solid #ccc;
	border-radius: 6px;
	box-sizing: border-box;
	background: #fff;
	font-size: 18px;
	line-height: 50px;
}
button {
	display:inline-block;
	width: 40%;
	height: 60px;
	margin: 20px 2.5% 0;
	border: none;
	border-radius: 4px;
	background: #eb5e04;
	color: #fff;
	font-size: 18px;
	line-height: 60px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
}
button:hover {
	background: #f18e4f;
	cursor: pointer;
}

/*------------------------------
	footer
------------------------------*/
#footer {
	background: #cbcbcb;
	color: #fff;
}
#footer .inner {
	padding: 28px 0;
}
#footer ul {
	float: left;
}
#footer li {
	display: inline-block;
	margin-left: 9px;
	padding-left: 14px;
	border-left: 1px solid #fff;
	font-size: 14px;
	line-height: 1.2;
}
#footer li:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}
#footer small {
	float: right;
	font-size: 12px;
	font-family: Verdana;
	line-height: 1.8;
	letter-spacing: 1px;
}
@media only screen and (max-width:959px){
	#footer .inner {
		padding: 20px 10px;
	}
}
@media only screen and (max-width:599px){
	#footer .inner {
		padding-bottom: 0;
	}
	#footer ul {
		margin-bottom: 20px;
	}
	#footer li {
		margin-left: 4px;
		padding-left: 9px;
		font-size: 13px;
	}
	#footer small {
		display: block;
		float: none;
		clear: left;
		margin: 0 -10px;
		padding: 10px;
		background: #00ABEB;
		text-align: center;
	}
}

.right-justification{
	text-align:right;
	display:inline-block;

}


.link-pamphlet{
	display: inline-block;
	width: 854px;
	margin: 0 auto;
	font-size: 20px;
	font-weight: bold;
	padding-top: 12px;
}
.link-pamphlet.list{
	width: 666px;
}
.link-pamphlet > span{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: fit-content;
	margin: 0 0 0 auto;
	border-bottom: solid 1px ;
}
.link-pamphlet .img-wrapper{
	padding-right: 12px;
}
@media only screen and (max-width:959px){
	.link-pamphlet{
		width: 80%;
		font-size: 16px;
		margin-bottom: 20px;
	}
	.link-pamphlet.list{
		width: 100%;
	}
}


@media only screen and (min-width:768px){
	.sp-btn .pam{
		display: none;
	}
	.sp-btn .top-btn{
		display: none;
	}
	.sp-btn .obog{
		display: block;
		position: fixed;
		background: #00ADB2;
		padding: 15px 10px;
		writing-mode: vertical-rl;
		right: 10px;
		top: 55%;
		/* letter-spacing: 1px; */
		/* max-height: 275px; */
		transition: 0.5s;
		z-index: 100;
		width: 45px;
		height: 14rem;
		overflow-wrap: break-word;
		overflow: hidden;
		font-size: 16px;
		/* text-align: center; */
	}
	.sp-btn .obog > span {
		/* padding-bottom: 12px; */
		writing-mode: horizontal-tb;
}
}
@media only screen and (max-width:767px){
	.sp-btn{
		position: relative;
	}
	.sp-btn .pam{
		position: fixed;
		display: block;
		background: var(--nav-color);
		padding: 15px 5px;
		writing-mode: vertical-rl;
		right: 10px;
		top: 18%;
		/* bottom: 80px; */
		/* letter-spacing: 1px; */
		max-height: 275px;
		transition: 0.5s;
		z-index: 100;
		width: 31px;
	}
	.sp-btn .obog {
		position: fixed;
		display: block;
		background: #00ADB2;
		padding: 15px 5px;
		writing-mode: vertical-rl;
		right: 10px;
		top: 58%;
		/* letter-spacing: 1px; */
		/* max-height: 275px; */
		transition: 0.5s;
		z-index: 100;
		width: 31px;
		height: 12rem;
		overflow-wrap: break-word;
		overflow: hidden;
}

	.sp-btn .pam > span{
		padding-bottom: 12px;
	}
	.sp-btn .pam > span img{
		width: 20px;
	}
	.sp-btn .obog > span {
		/* padding-bottom: 12px; */
		writing-mode: horizontal-tb;
}

	.sp-btn .top-btn{
		position: fixed;
		background: var(--nav-color);
    	padding: 5px;
    	display: inline-block;
    	bottom: 10px;
    	right: 10px;
    	border-radius: 50px;
    	padding: 15px 11px;
		transition: 0.5s;
		width: 50px;
		height: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

/*------------------------------
	2024.04.04追加スタイル
------------------------------*/
#header .title .catch a{
	display: block;
}
#header .title .catch a img{
	/* height: 40px; */
	max-height: 40px;
	margin-bottom: 4px;
}
@media only screen and (min-width: 768px){
	#header .title .catch a span{
		/* margin-top: -14px; */
	}
}
@media only screen and (max-width: 767px){
	#header .title .catch a img{
		max-height: 34px;
		width: 80%;
	}
}
#index li span.tag {
	background-color: var(--tag-color);
	font-size: 12px;
	padding: 2px 4px;
	margin-right: 10px;
	margin-left: 0;
}

#index li span.gyokai {
	display: inline-block;
	margin-left: 1px;
	padding: 4px 8px;
	border-radius: 3px;
	background: none;
	color: #000;
	font-size: 14px;
	line-height: 1.2;
}

.gyokai::before {
	content: "("; /* 左カッコ */
  }
  
.gyokai::after {
	content: ")"; /* 右カッコ */
  }
#list .header .tag{
	background-color: var(--tag-color);
	margin-left: 10px;
	color: #fff;
	padding: 2px 4px;
	border-radius: 3px;
}

/* 2024.07.01追加スタイル */
@media only screen and (max-width: 767px) {
	#header .title{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
    #header .title .catch {

	}
	#header .title .site {
		margin-right: 0;
		font-size: 12px;
		white-space: nowrap;
	}
}