@charset "utf-8";

/*PCSP共通設定*/

main{
font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
font-size: 14px;
}

.is-hide {
  display: none;
}


/* ------------------------------------------
	common
------------------------------------------ */
.divlink,
.divlink2 {
position:relative;
}
.divlink a,
.divlink2 a{
position: absolute;
top:0;
left: 0;
width: 100%;
height: 100%;
}
.divlink a span,
.divlink2 a span{
display: none;
}
.divlink:hover,
.divlink2:hover{
	opacity: 0.8 ;
	transition: 0.2s ;
}


/* 
 sp　760px以下
================================================================================================ 
*/

@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
    font-size: 12px;
    margin: 1%;
}
main h1 {
	font-size: 12px;
	margin: 0 1%;
}
.inner {
	width: 98%;
	margin: 0 1%;
	padding: 5% 0;
}

strong{font-weight:600;}

/*news*/
#newsImportant{
	margin: 5px;
	display:flex;
	font-size: 11px;
}
#newsImportant dt{
	width: 72px;
    height: fit-content;
	background: #e62d2d;
	color: #FFF;
	text-align: center;
	border-radius: 3px;
	margin-top: 2px;
    padding: 3px 0;
}
#newsImportant dd{
	width: 100%;
	padding: 0 10px;
}
#newsImportant li{
	padding: 5px 3px 5px 12px;
	position: relative;
}
#newsImportant li:nth-of-type(n+2){border-top: 1px dotted #ccc;}
#newsImportant li:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #555555;
	border-right: 0;
    position: absolute;
	top: 7px;
	left: 0;
}

/* ------------------------------------------
	title
------------------------------------------ */
#title {
display: block;
margin: 0;
padding: 0;
}
#title img {
width: 100%;
}



/* ------------------------------------------
	common
------------------------------------------ */
.catch p{
	padding: 0 15px;
	font-size: 14px;
	line-height: 1.8;
}
h2 {
	position: relative;
	display: block;
	font-size: 18px;
	padding: 10px 20px;
	font-weight: bold;
	text-align: center;
	width: calc(14em + 40px);
	margin: 30px auto 20px;
}
h2:before, h2:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
}
h2::before {
  top: 0;
  left: 0;
  border-top: 1px solid #C1292E;
  border-left: 1px solid #C1292E;
}
h2::after {
  bottom: 0;
  right: 0;
  border-right: 1px solid #C1292E;
  border-bottom: 1px solid #C1292E;
}


/* ------------------------------------------
	Recommend ／ おすすめ特集
------------------------------------------ */
#recommend{
background: #fff5f5;
}
.reco_searchbox{
width: 100%;
position: relative;
padding: 0;
background: #fff;
-webkit-filter:drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.1));
-moz-filter:drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.1));
 -ms-filter:drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.1));
 filter:drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.1));
 }
.reco_searchbox::after{
content: "";
position: absolute;
left: 50%;
bottom: -20px;
width: 0;
height: 0;
border-left: 46.5vw solid transparent;
border-right: 46.5vw solid transparent;
border-top: 20px solid #fff;
transform: translateX(-50%);
}
.theme-filter{
padding:15px 20px 0 20px;
}
.area-filter,
.keyword-filter{
padding:15px 20px 10px 20px;
}
.theme-filter h3,
.area-filter h3,
.month-filter h3,
.keyword-filter h3{
position: relative;
display: inline-block;
font-size: 1.2em;
font-weight: 600;
padding-left: 1em;
}
.theme-filter h3::before,
.area-filter h3::before,
.month-filter h3::before,
.keyword-filter h3::before{
content: "";
position: absolute;
top: calc(50% - 6px);
left: 0;
width: 12px;
height: 12px;
border-radius: 50%;
background: #C1292E;
}
.theme-filter h3::before {
top: 5px;
}
.theme-filter h3 small {
display: block;
font-size: 0.8em;
}
.theme-filter ul,
.area-filter ul,
.month-filter ul{
padding: 15px 0px 10px 0px;
display: flex;
 flex-wrap:wrap;
 gap:10px 14px;
}
.reco_searchbox .radiobutton {
  display: none;
}
.theme-filter span {
min-width: 7em;
display: inline-block;
padding: 5px 10px;
border:solid 1px #222;
border-radius: 6px;
text-align: center;
background: #fff;
color: #222;
}
.theme-filter .radiobutton:checked + span {
background: #C1292E;
border:solid 1px #C1292E;
color: #fff;
}
.area-filter span,
.month-filter span {
min-width: 7em;
display: inline-block;
padding: 5px 8px;
border:solid 1px #222;
border-radius: 6px;
text-align: center;
color: #222;
}
.area-filter .radiobutton:checked + span,
.month-filter .radiobutton:checked + span {
background: #C1292E;
border:solid 1px #C1292E;
color: #fff;
}

/*
.plan-list{
margin-top: 40px;
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 10px;
}
.plan-list li{
padding: 0;
width:min(42.7% , 200px);
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
line-height: 1.3;
background: #fff;
}
*/
.plan-list{
margin: 40px 10px 0;
display: grid;
grid-template-columns: repeat(2, 1fr); /* 2列固定 */
gap: 15px;
}
.plan-list li{
padding: 0;
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
line-height: 1.3;
background: #fff;
}

.plan-list li img{
width:min(100% , 200px);
aspect-ratio: 4 / 3;
}
.plan-list li h4{
font-weight: 600;
padding: 10px;
}



  .keyword-search-form #reset-btn {
    width: 50px;
    height: 45px;
    background-color: #6c757d;
    padding: 0;
  }

  /* リセットボタンのテキストを非表示にしてアイコンのみ表示 */
  .keyword-search-form #reset-btn::before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41Z' fill='white'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    display: block;
  }

  /* テキストを隠す */
  .keyword-search-form #reset-btn {
    font-size: 0;
  }

} /* media screen style end*/





















/* 
 pc　760px以上
================================================================================================ 
*/

@media screen and (min-width: 760px),print {
/* CSS */
#wrapper {line-height: 1.231;}
#dirPathBlock,
#anchorLinkBlock{
	width: 100%;
	max-width:1080px;
	min-width:760px;
	margin: auto;
}

.pcnone{display:none;}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
main h1 {
	font-size: 12px;
    width: 100%;
	max-width:1080px;
	min-width:760px;
    margin: 0 auto 5px;
}
.inner {
	width: 100%;
	max-width:1080px;
	min-width:760px;
	margin: auto;
	padding: 25px 0;
}

/*news*/
#newsImportant{
	width: 100%;
	max-width:1080px;
	min-width:760px;
	margin: 5px auto;
	display: flex;
	font-size: 12px;
}
#newsImportant dt{
	width: 72px;
    height: fit-content;
	background: #e62d2d;
	color: #FFF;
	text-align: center;
	border-radius: 3px;
	margin-top: 1px;
	padding: 3px 0;
}
#newsImportant dd{
	width: 100%;
	padding: 0 10px;
}
#newsImportant li{
	padding: 3px 3px 3px 12px;
	position: relative;
}
#newsImportant li:nth-of-type(n+2){border-top: 1px dotted #ccc;}
#newsImportant li:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #555;
	border-right: 0;
    position: absolute;
	top: 7px;
	left: 0;
}



/* ------------------------------------------
	title
------------------------------------------ */
#title{
margin: 0;
padding: 0;
text-align: center;
}
#title img {
width: 100%;
margin: 0;
padding: 0;
text-align: center;
}



/* ------------------------------------------
	common
------------------------------------------ */
.catch p{
	font-size: 18px;
	line-height: 2;
	text-align: center;
}
h2 {
	position: relative;
	display: block;
	font-size: 25px;
	padding: 10px 20px;
	font-weight: bold;
	text-align: center;
	width: calc(14em + 40px);
	margin: 40px auto 20px;
}
h2:before, h2:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
}
h2::before {
  top: 0;
  left: 0;
  border-top: 1px solid #C1292E;
  border-left: 1px solid #C1292E;
}
h2::after {
  bottom: 0;
  right: 0;
  border-right: 1px solid #C1292E;
  border-bottom: 1px solid #C1292E;
}

/* ------------------------------------------
	Recommend ／ おすすめ特集
------------------------------------------ */
#recommend{
background: #fff5f5;
padding-bottom: 40px;
}
.reco_searchbox{
width:min(100% , 1080px);
position: relative;
padding: 0;
margin: 0 auto;
background: #fff;
-webkit-filter:drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.1));
-moz-filter:drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.1));
 -ms-filter:drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.1));
 filter:drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.1));
 }
.reco_searchbox::after{
content: "";
position: absolute;
left: 50%;
bottom: -20px;
width: 0;
height: 0;
border-left: min(46.5vw , 475px) solid transparent;
border-right: min(46.5vw , 475px) solid transparent;
border-top: 20px solid #fff;
transform: translateX(-50%);
}
.reco_listbox{
width:min(100% , 1080px);
margin: 0 auto;
}
.theme-filter{
padding:20px 25px 0 25px;
}
.area-filter,
.keyword-filter{
padding:25px 25px 20px 25px;
}
.theme-filter h3,
.area-filter h3,
.month-filter h3,
.keyword-filter h3{
position: relative;
display: inline-block;
font-size: 22px;
font-weight: 600;
padding-left: 1em;
}
.theme-filter h3::before,
.area-filter h3::before,
.month-filter h3::before,
.keyword-filter h3::before{
content: "";
position: absolute;
top: calc(50% - 6px);
left: 0;
width: 12px;
height: 12px;
border-radius: 50%;
background: #C1292E;
}
.theme-filter h3 small {
padding-left: 1em;
font-size: 18px;
}
.theme-filter ul,
.area-filter ul,
.month-filter ul{
padding: 15px 20px 10px 20px;
display: flex;
 flex-wrap:wrap;
 gap:16px 20px;
}
.radiobutton {
  display: none;
}
.theme-filter span {
min-width: 6em;
display: inline-block;
border:solid 1px #222;
border-radius: 6px;
text-align: center;
color: #222;
background: #fff;
padding: 7px 10px;
}
.theme-filter span:hover{
cursor: pointer;
background: #C1292E;
border:solid 1px #C1292E;
color: #fff;
transition: all 0.2s;
}
.theme-filter .radiobutton:checked + span {
background: #C1292E;
border:solid 1px #C1292E;
color: #fff;
}
.area-filter span,
.month-filter span {
min-width: 8em;
display: inline-block;
padding: 7px 10px;
border:solid 1px #222;
border-radius: 6px;
text-align: center;
color: #222;
}
.area-filter span:hover,
.month-filter span:hover{
cursor: pointer;
background: #C1292E;
border:solid 1px #C1292E;
color: #fff;
transition: all 0.2s;
}
.area-filter .radiobutton:checked + span,
.month-filter .radiobutton:checked + span {
background: #C1292E;
border:solid 1px #C1292E;
color: #fff;
}

.plan-list{
margin: 60px auto 0 auto;
display: flex;
flex-wrap: wrap;
gap: 18px;
}
.plan-list li{
padding: 0;
width:200px;
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
line-height: 1.5;
background: #fff;
}
.plan-list li img{
width: 100%;
aspect-ratio: 4 / 3;
}
.plan-list li:hover{
transform: translate3d(0.1rem, 0.1rem, 0);
transition: all 0.2s;
}
.plan-list li h4{
font-weight: 600;
padding: 10px;
}

/* ===== リセットボタン ===== */
.keyword-search-form #reset-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 45px;
  border: none;
  background-color: #6c757d;
  color: white;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius: 3px;
}

.keyword-search-form #reset-btn:hover {
  background-color: #5a6268;
}


} /* media screen style end*/


/* アコーディオン設定 */
.accordion-toggle {
  margin: 20px 0;
  text-align: center;
}
.accordion-toggle-btn {
  background-color: #C1292E;
  color: white;
  border: none;
  padding: 12px 30px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  min-width: 200px;
}
.accordion-toggle-btn:hover {
  background-color: #a01f22;
}
/* アコーディオン内容の初期状態（閉じた状態） */
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  opacity: 0;
}
/* アコーディオン内容の開いた状態 */
.accordion-content.open {
  max-height: 1000px;
  opacity: 1;
}
/* アコーディオン内の各セクションのマージン */
.accordion-content .area-filter,
.accordion-content .month-filter,
.accordion-content .keyword-filter {
  margin: 5px 0;
}

/* PC版アコーディオン無効化（760px以上） */
@media screen and (min-width: 760px) {
  .accordion-toggle {
    display: none;
  }
  
  .accordion-content {
    max-height: none;
    overflow: visible;
    opacity: 1;
  }
  
  .accordion-content.open {
    max-height: none;
    overflow: visible;
    opacity: 1;
  }
}


.month-filter {
  padding: 20px 25px 0 25px;
}

.keyword-search-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    border: 1px solid #777777;
    border-radius: 3px;
	width: 100%;
}

.keyword-search-form input {
    width: 30em;
    height: 45px;
    padding: 5px 15px;
    border: none;
    box-sizing: border-box;
    font-size: 1em;
    outline: none;
}

.keyword-search-form input::placeholder{
    color: #777777;
}

.keyword-search-form button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 45px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.keyword-search-form #search-btn::after {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z' fill='%23777777'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: '';
}

span.icon_kb,
span.icon_us,
div.Btn_gray {
	display: block;
	padding: 3px 0;
	background: #888;
	color: #fff;
	text-align: center;
}


@media screen and (min-width: 760px),print {
.keyword-search-form {
	width: 95%;
}
.keyword-search-form input {
    width: 59em;
}
}