@charset "utf-8";
header .rightTxt:before, 
.l-header__sitename:before, 
.l-header-sitename:before,
.sitename:before,
.siteName:before,
.l-siteinfo__sitename:before{
    content: "PR";
    display: inline-block;
    background: #000;
    color: #fff;
    text-align: center;
    width: fit-content;
    margin-right: 1rem;
    font-size: 1.5rem;
    padding: 0 1rem;
}

footer p.copy a:before, 
.l-footer-bottom__copy a:before,
.l-footer-copy a:before  {
    content: "【PR】";
}
.imagearea.caption {
    text-align: center;
    overflow: unset !important;
    line-height: 1.1;
}

.imagearea.caption img {
    display: block;
    margin: 0 auto 1rem;
    width: 90%;
    max-width: 600px;
    border: solid 1px #eee;
}
iframe.gmap {
    margin: 0 auto 3rem;
    display: block;
    max-width: 90%;
}

#g-nav li a {
    padding: 1.2rem;
}

.flame.result-data {
    margin: 3rem auto;
}

/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 600px) {

.inyoumoto {
    font-size: 12px;
    color:
    #a0a0a0;
    word-break: break-all;
}

/*** 20210706 start ***/
.official{
  width:80%;
  padding: 20px 50px;
}
/*** 20210706 end ***/
	.btn-col-area{
		display:flex;
		flex-wrap:wrap;
	}
	p.btn-col{
		margin:1rem auto;
		 width : calc(100% / 3) ;
	}

	.btn-col a{
		width:90%;
}
.chika-table-area {
    table-layout: fixed;
    width: 100%;
    margin: 0 auto;
}

.chika-table-area th {
    width: 20%;
    padding: 1.5rem;
    background: #878787;
    border: 1px solid #5c5c5c;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
        line-height: 1.4;
    word-break: break-all;
}
.chika-table-area td {
    padding: 1.5rem;
    border: 1px solid #5c5c5c;
    background: #fff;
    font-size: 1.3rem;
    text-align: left;
}

/*2022.02.18*/
.kanren a{
	margin:2rem auto;
	text-decoration:1px underline black;
}
.kanren a:hover{
	text-decoration:none;
}

.kanren{
	border:1px solid #ccc;
	padding:20px;
	margin:50px auto;
	font-size:90%;
	text-align:left;
}

.kanren-p{
	font-size: 125%;
	font-weight:bold;
	color:#3e603b;
	padding: 0 0 2px 7px;
	border-left: 5px solid #3e603b;
	line-height: 1;
	margin: 0 0 15px 0;
}

#category .baseBox.bb2 {
    margin-bottom: 0;
    margin: 0;
}

.baseBox.bb2 .kanren {
    margin: 4rem 0 0;
    border: none;
    border: 5px solid #d7ccb6;
    border-radius: 15px;
    padding: 2rem 3rem 2rem 2rem;
    background-color: #fbf9ed;
}

#contents .baseBox.bb2 .kanren ul {
    margin: 1rem;
}

.baseBox.bb2 .kanren-p {
    margin: 1rem 1rem 2rem;
    border: none;
    padding: 0;
    color: unset;
}
.keyArea .inner .mainTit {
	width: 520px;
}
.fixBan {
    position: fixed;
    bottom: 16rem;
    right: 0;
    width: 280px;
    z-index: 50;
    display: none;
}

/** side **/

aside.side-banner-box.side-banner-list {
    box-sizing: border-box;
       padding: 10px 10px 4px;
    background: #f4f4f4;
	    margin-bottom: 20px;
}
#side {
	width: 28%;
	position:relative;
	margin-bottom: 8rem;
	}

#sidetop{margin-bottom:1rem;}


#side .side-banner-list__sttl a {
    background: #e6dcc8;
    display: block;
    height: 100%;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4;
    text-decoration: none;
    padding: 20px 10px 25px 10px;
    position: relative;
    z-index: 2;
}

/*--
#side .side-banner-list__sttl a::before {
    content: url(img/side_arrow.png);
    position: absolute;
    bottom: -2px;
    right: 3px;
} --*/
#side .side-banner-list__sttl aa:hover span {
    border-bottom: 2px solid #dc4844;
    opacity: 1;
}
#side aside ul {
    padding: 0 0 0.2rem;
	    margin: 0;
}
#side aside ul li {
    padding: 0 0 6px 0;
}
#side aside ul li:before {
content: unset;
}
#side aside ul li {
    background: unset;
}
#side aside ul li+li{margin-top:0.8rem;}

#side .side-banner-list__sttl ul li a {
    line-height: 1.3;
    display: block;
    position: relative;
    font-size: 1.4rem;
    background: #fff;
    padding: 2.5rem 2.5rem 1.5rem 2.5rem;
    border: unset;
    color: #000;
    margin-bottom: -14px;
	background: #fff url(img/arrow_black.png) right 10px center no-repeat;
    background-size: 12px auto;
}
#side .side-banner-list__sttl ul li a:hover {
    border-bottom: 2px solid #dc4844;
	    opacity: unset;
}
#side .side-banner-list__sttl ul li:first-child {
    border-top: none;
}

#side .side-banner-list__sttl ul li {
    border-top: dashed 1px #d4d4d4;
}

#side aside ul li.last_link a{
    text-align: right;
    font-weight: bold;
}

#side aside ul li.last_link a:before{
    content: unset;
}

#side aside ul li.sub-cat a{
    padding-left: 30px;
    font-size: 12px;
}

#side aside ul li.sub-cat:nth-child(5),
#side aside ul li.sub-cat:nth-child(10),
#side aside ul li.sub-cat:nth-child(15),
#side aside ul li.sub-cat:nth-child(20){
    padding-bottom: 10px;
    border-bottom: 2px solid #9f9f9f;
}

#side aside ul li.sub-cat a:before {
    position: absolute;
    left: 19px;
    top: 2px;
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border: 4px solid transparent;
    border-left: 6px solid #78D7C8;
}
#contents {
    display: flex;
	width: 1000px;
    margin: 0 auto;
}
#main {
    margin: 0 3rem 0 0;
}
.side-banner-list__sttl.sub-menu {
    position: relative;
}
.side-banner-list__sttl.sub-menu > a:after {
    content: "";
    position: absolute;
    bottom: 14px;
    margin: auto;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 1px solid #dc4844;
    border-right: 1px solid #dc4844;
    transition: all .2s ease-out;
    transform: rotate(135deg);
    left: 50%;
}
.side-banner-list__sttl.sub-menu.is-active > a:after {
    transform: rotate(-45deg);
}


/** side **/

.block-recommended .box-head .ttl.revised {
    font-size: 2.4rem;
}

#side .sideTopBox .dtlBtn a {
    padding: 10px 20px;
}











}


/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 599px) {


/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/
.inyoumoto {
    font-size: 12px;
    color:
    #a0a0a0;
    word-break: break-all;
}

/*** 20210706 start ***/
.official{
  width:100%;
  background:#f5f5f559;
  border-radius: 30px;
  padding: 5% 10%;
  margin-top:50px;
}

.official ul {
  width:100%;
  padding:15px;
}
/*** 20210706 end ***/

	#category .btn-internal-b a{
		margin:0 auto 45px;
	}
.chika-table-area tr {
    display: table-row;
}

.chika-table-area td {
    display: table-cell;
}
.chika-table-area {
    table-layout: fixed;
    width: 100%;
    margin: 0 auto;
}

.chika-table-area th {
    width: 20%;
    padding: 1.5rem;
    background: #878787;
    border: 1px solid #5c5c5c;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
        line-height: 1.4;
    word-break: break-all;
}
.chika-table-area td {
    padding: 1.5rem;
    border: 1px solid #5c5c5c;
    background: #fff;
    font-size: 1.3rem;
    text-align: left;
}

/*2022.02.18*/
	.kanren a{
	margin:2rem auto;
	text-decoration:1px underline black;
}
.kanren a:hover{
	text-decoration:none;
}

.kanren{
	border:1px solid #ccc;
	padding:20px;
	margin:50px auto;
	font-size:90%;
	text-align:left;
}

.kanren-p{
	font-size: 125%;
	font-weight:bold;
	color:#3e603b;
	padding: 0 0 2px 7px;
	border-left: 5px solid #3e603b;
	line-height: 1;
	margin: 0 0 15px 0;
}

#category .baseBox.bb2 {
    margin-bottom: 0;
    margin: 0;
}

.baseBox.bb2 .kanren {
    margin: 4rem 0 0;
    border: none;
    border: 5px solid #d7ccb6;
    border-radius: 15px;
    padding: 1rem 1rem 1rem 2rem;
    background-color: #fbf9ed;
}

#contents .baseBox.bb2 .kanren ul {
    margin: 0;
    padding: 0;
}

.baseBox.bb2 .kanren-p {
    margin: 2rem 0;
    border: none;
    padding: 0;
    color: unset;
}

.accordion-box {
    position: relative;
}
.accordion-box label {
    height: 210px; /* グラデーションの高さ */
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;

    /* 以下グラデーションは「背景が白」に併せて設定しています */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
}
.accordion-box input:checked + label {
    background: inherit; /* 開いた時には背景グラデーションを消す */
}
.accordion-box label:after {
    content: "続きをよむ"; /* ラベルの文字 */
    letter-spacing: .05em;
    line-height: 2.5rem;
    position: absolute;
    bottom: -7rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: #fff;
    background-color: #000;
    width: 18.75rem;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 10px;
z-index: 100;}

.accordion-box input {
    display: none;
}
.accordion-box .accordion-container {
    overflow: hidden;
    height: 185px; /* 開く前に見えている部分の高さ */
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}


.accordion-box input:checked + label {
    /* display: none ; 閉じるボタンは要らないとき */
}
.accordion-box input:checked + label:after {
    content: "閉じる";
}

.accordion-box input:checked ~ .accordion-container {
    height: auto;
    padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}
.fixBansp {
    position: fixed;
    bottom: 0px;
    z-index: 10;
	width:100%;
}
.active {
	display:none;
	}
#page-top {
    bottom: 22%;
}
footer p.copy {
    padding-bottom: 100px;
}
.fixBan.pc {
    display: none !important;
}
.footerbox {
    display: flex;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}
.footerbox2 {
    width: 33.3%;
    padding: 6px;
    line-height: 2rem;
}
.footerbox2.footerbox3 {
  background: #994040;
}
.footerbox2.footerbox4 {
    background: #96892f;
}
.footerbox2.footerbox5 {
    background: #34727f;
}
.footerbox2 a {
    color: #fff;
}
.footerbox2 a span {
    font-size: 1.3rem;
    background: #fff;
    color: #323232;
    height: 40px;
    display: flex;
    align-items: center;
    line-height: 1.6rem;
    justify-content: center;
}

.block-recommended .box-head .ttl.revised {
    text-align: center;
    font-size: 2.2rem;
    margin-left: 3rem;
}
iframe.gmap {
    height: 300px;
    max-width: 100%;
    margin: 0;
}

	}


/*----------------------------------------------------
    PC・SP共通css
----------------------------------------------------*/
/*** 20210706 start ***/
.official{
  margin:0 auto;
  margin-top:50px;
  background:#f5f5f559;
  border-radius: 30px 30px 30px 30px;
}

.official ul{
  display:block;
  margin:auto;
  padding:20px;
  max-height:300px;
  overflow-y: scroll;
  border: 3px double #c16c33;
  margin-bottom: 15px;
  background: #fff9ee;
}

.official ul li{
  display:block;
  border-bottom:1px dashed #ccc;
  margin-bottom:10px;
  padding:0px 0px 5px 0px;
  text-align:left;
}

.official ul li span{
    font-size:0.8em;
    display:block;
    background:none;
    color:#000;
    margin:0px;
    font-weight: bold;
	padding: 4px 0 10px 0;
}

.official ul div {
    padding: 0rem 1rem;
    border-left: 6px double #c16c33;
    font-weight: bold;
}

#page .official ul div {
    border-left: 6px double #e6dcc8;
}

.official h3 {
   font-size: 1.3em;
   border-bottom: 3px double #c16c33;
   padding-left: 0;
	margin: 20px 0;
}

#page .official h3 {
   border-bottom: 3px double #e6dcc8;
   padding: 1.5rem 0;
}

.official h4 {
   font-size: 1.2em;
   border-bottom: 1px dashed #c16c33;
	margin: 20px 0;
}

#page .official h4 {
    border-bottom: 1px dashed #e6dcc8;
    border-left: 5px solid #c16c33;
    padding: 0 0 0 1rem;
}

.official h5 {
    font-size: 1.1em;
    margin: 20px 0;
    border-left: 4px solid #c16c33;
    padding: 0 0 0 7px;
}

.center{
  text-align:center;
}

.official .right{
  text-align:right;
}

p.right.mini {
    font-size: 12px;
}
/*** 20210706 end ***/


/*------2022.05.26-oki------*/

.kanren {
    border:3px solid #d7ccb6;
	background:#FFf;
	padding: 1.2rem;
	margin-top: 2rem;
    position: relative;
    box-sizing: border-box;
    border-radius: 15px;
}
.midasi {
	font-size: 1.6rem;
	font-weight: 900;
	border-bottom: 01px solid #c8804f;
	padding-bottom: 0.3rem;
	color: #c8804f;
}
.kanren li {
	line-height: 2;
}
.readmore-content {
    position: relative;
    overflow: hidden;
	height: 140px;
}
.readmore-content::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
    height: 50px;
    z-index: 1;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
}

/* 続きを読むボタン */
.readmore-label{
    display: table;
    bottom: 5px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 0 auto;
    z-index: 2;
    padding: 0 10px;
    background-color: #c8804f;
    border-radius: 10px;
    color: #FFF;
}
.readmore-label:before{
    content: '続きを読む';
}

.readmore-check{
    display: none;
}
/*チェック時にボタンを非表示*/
.readmore-check:checked ~ .readmore-label{
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
    /* display: none; */
}
.readmore-check:checked ~ .readmore-label:before{
    content: '閉じる';
}
/*チェック時に高さを自動に戻す*/
.readmore-check:checked ~ .readmore-content{
    height: auto;
}
/*チェック時グラデーション等を削除*/
.readmore-check:checked ~ .readmore-content::before {
    display: none;
}


p {
font-size: 1.8rem;
line-height: 3.4rem;
word-break: break-all;
}

#contents .caption{
  white-space: nowrap;
  overflow: auto;
  line-height: 1.1;
}



