@charset "UTF-8";

/* GoogleFonts読み込み 下記のライセンス記述は削除禁止 */
/*
* "Noto Sans JP" licensed under the SIL Open Font License 1.1
* by https://fonts.google.com/specimen/Noto+Sans+JP
*/
@font-face {
font-family: "Noto Sans JP";
font-style: normal;
font-weight: 400;
src: url("fonts/NS-400.woff2") format("woff2"), url("fonts/NS-400.woff") format("woff");
font-display: swap;
}
@font-face {
font-family: "Noto Sans JP";
font-style: normal;
font-weight: 700;
src: url("fonts/NS-700.woff2") format("woff2"), url("fonts/NS-700.woff") format("woff");
font-display: swap;
}



/*--------------------------------------------------------------------------
reset
---------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
small,
dl,
dt,
dd,
ol,
ul,
li {
margin: 0;
font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 700;
color: #000;
word-break: break-all;
}

ul {
margin: 0;
padding: 0;
vertical-align: baseline;
}

img {
vertical-align: top;
}

li {
list-style-type: none;
vertical-align: baseline;
}

input, button, textarea, select {
margin: 0;
padding: 0;
background: none;
border: none;
border-radius: 0;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

* {
box-sizing: border-box;
}

.cf::before,
.cf::after {
content: "";
display: table;
}

.cf::after {
clear: both;
}

/*--------------------------------------
　Base
---------------------------------------*/
html {
font-size: 62.5%;
}

body {
color: #000;
font-family: "Noto Sans JP", sans-serif;
font-size: 1.5rem;
font-weight: 400;
line-height: 1.8;
min-width: 1130px;
-webkit-font-smoothing: subpixel-antialiased;
}

@media all and (-ms-high-contrast: none) {
/* IE対策 */
body, p, li, dt, dd, th, td, span, a,
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
font-family: "メイリオ", Meiryo, "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
}

img {
max-width: 100%;
height: auto;
}

a {
color: #000;
text-decoration: none;
}

a:hover {
text-decoration: none;
opacity: 0.6;
cursor: pointer;
}

.fl {
float: left;
}

.fr {
float: right;
}

.strong {
font-weight: 700;
}

.f110 {
font-size: 110%;
}

.f120 {
font-size: 120%;
}

.f130 {
font-size: 130%;
}

.f150 {
font-size: 150%;
}

.f200 {
font-size: 200%;
}

.f300 {
font-size: 300%;
}


p span {
background: linear-gradient(transparent 60%, #ffd2d2 60%);
font-weight: 700;
}

.index p,
.contents p {
margin: 2rem 0;
}

.contents p:not([class]) > a:not([class]),
.contents li:not([class]) > a:not([class]),
.contents td:not([class]) > a:not([class]) {
text-decoration: underline;
}

.contents p:not([class]) > a:not([class]):hover,
.contents li:not([class]) > a:not([class]):hover,
.contents td:not([class]) > a:not([class]):hover {
text-decoration: none;
}

.pc {
display: block !important;
}

.sp {
display: none !important;
}

.sp_br {
display: none;
}



/*--------------------------------------
　Header
---------------------------------------*/
.header--low {
background: #f3efec;
margin: 0 auto 0.5rem;
}

header .headTopArea {
width: 1100px;
max-width: 100%;
margin: 0 auto;
}

header .headTopArea .rightTxt {
font-size: 1.2rem;
font-weight: 400;
line-height: 1.4;
text-align: right;
padding: 0.7rem 0;
color: #000;
}

/*--------------------------------------
　visArea
---------------------------------------*/
#visArea {
position: relative;
z-index: 1;
margin: 0 auto;
}

#visArea .mainArea {
display: table;
width: 100%;
max-width: 100%;
margin: 0 auto;
position: relative;
padding: 1rem 0 3.5rem;
}

#visArea .mainArea .mainAreaInner {
display: table-cell;
vertical-align: middle;
}

#visArea .mainArea .siteNameArea {
margin: 0;
}

#visArea .mainArea .siteName {
margin: 0 auto;
text-align: center;
}

#visArea .mainArea .siteName a {
display: inline-block;
}

#visArea .mainArea .siteName img {
margin: 0 auto;
}

#visArea .mainArea .siteNameSmall {
font-size: 1.4rem;
font-weight: 700;
line-height: 1.4;
letter-spacing: 0.03em;
text-align: center;
}

/*--------------------------------------
　Global Nav
---------------------------------------*/
#g-nav {
background-color: #fff;
margin: 0 auto;
position: relative;
z-index: 100;
}

#g-nav ul {
display: flex;
-js-display: flex;
display: -ms-flexbox;
display: -webkit-flex;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
width: 1100px;
height: auto;
margin: 0 auto;
}

#g-nav li {
width: 100%;
min-height: 80px;
text-align: center;
position: relative;
}

#g-nav li::before {
content: "";
background: #bbb;
background-size: 1px 1px;
width: 1px;
height: calc(100% - 40px);
position: absolute;
top: 0;
bottom: 0;
margin: auto 0;
left: 0;
}

#g-nav li:last-child::after {
content: "";
background: #bbb;
background-size: 1px 1px;
width: 1px;
height: calc(100% - 40px);
position: absolute;
top: 0;
bottom: 0;
margin: auto 0;
right: 0;
}

#g-nav li a {
display: table;
width: 100%;
height: 100%;
font-size: 1.4rem;
font-weight: 700;
line-height: 1.6;
padding: 20px 12px;
position: relative;
}

#g-nav li a span {
display: table-cell;
vertical-align: middle;
font-weight: 700;
color: inherit;
border-bottom: none;
}

#g-nav li a:hover::after {
content: "";
width: 100%;
height: 3px;
background: #e67979;
position: absolute;
left: 0;
bottom: 0;
opacity: 1;
}

#g-nav li a:hover {
opacity: 0.6;
}

/*--------------------------------------
　Pankuzu
---------------------------------------*/
#pankuzuWrap {
margin: 0;
}

#pankuzu {
font-size: 1.2rem;
margin: 0 auto;
padding: 1rem 5rem;
width: 1100px;
max-width: 100%;
}

#pankuzu a {
text-decoration: underline;
}

#pankuzu a:hover {
text-decoration: none;
}

#pankuzu span {
border-bottom: none;
font-weight: inherit;
color: inherit;
}

/*--------------------------------------
　Main Contents
---------------------------------------*/
.contents {
width: 1100px;
margin: 0 auto 0;
padding: 0;
}

#category,
#page {
float: left;
width: 830px;
margin: 0;
padding: 4.5rem 0 0;
}

/*--------------------------------------
　Side
---------------------------------------*/
#side {
float: right;
width: 220px;
padding: 4.5rem 0;
}

#side .sideTopBox {
background: #f5f5dc;
border: solid 1px #333;
margin: 45px 0 40px;
position: relative;
}

#side .sideTopBox a {
display: block;
padding: 20px;
}

#side .sideTopBox .catch {
font-size: 1.6rem;
margin: 0 0 15px;
font-weight: 700;
text-align: center;
line-height: 1.4;
}

#side .sideTopBox .imgBox {
margin: 0 0 15px;
}

#side .sideTopBox p {
line-height: 1.6;
}

#side .sideTopBox .dtlBtn {
display: block;
text-align: center;
color: #fff;
background: url(img/arrow_white.png) right 10px center no-repeat #000;
background-size: 6px auto;
padding: 8px 30px;
margin: 20px 0 0;
}

#side .sideBox {
margin: 0 0 30px;
border-top: 2px solid #968783;
}

#side .sideBox .sttl {
font-size: 1.5rem;
font-weight: 700;
}

#side .sideBox .sttl a {
display: block;
padding: 1.7rem 1.2rem;
color: #4f4844;
line-height: 1.6;
}

#side .sideBox ul {
padding: 0;
margin: 0;
}

#side .sideBox ul li {
background-image: none;
padding: 0;
position: relative;
}

#side .sideBox ul li::before {
content: "";
background: #bfbfbf;
width: 100%;
height: 1px;
position: absolute;
top: 0;
left: 0;
}

#side .sideBox ul li a {
display: block;
padding: 10px 25px 10px 12px;
font-size: 1.3rem;
background: url(img/arrow_brown.png) no-repeat right 10px center;
background-size: 6px auto;
text-decoration: none;
color: #000;
}

#side .sideBox ul li a:hover {
opacity: 0.6;
text-decoration: none;
}

#side .sideBox .subList {
margin: 0;
}

#side .sideBox .subList li {
margin: 0;
}

#side .sideBox .subList li a {
display: block;
padding: 10px 25px 10px 30px;
position: relative;
}

#side .sideBox .subList li a::before {
content: "└";
margin: 0;
position: absolute;
left: 12px;
}

#side a {
text-decoration: none;
}

/*--------------------------------------
Footer
---------------------------------------*/
footer {margin: 10rem auto 0rem;padding: 0;background: #877a72;color: #fff;}

footer .areaInner {
width: 100%;
padding: 5.5rem 0 4rem;
}

footer .areaInner .inner {
position: relative;
width: 1100px;
margin: 0 auto;
}

footer .areaInner .logo {
margin: 0 auto 5.5rem;
max-width: 100%;
}

footer .areaInner .logo a {
display: block;
line-height: 1;
text-align: center;
text-decoration: none;
}

footer .areaInner .logo a:hover {
opacity: 0.6;
}

footer .areaInner .footBox {
margin: 0 0 3.5rem 0;
}

footer .areaInner .footBox .sttl {
border-bottom: 1px solid #fff;
padding: 0 0 0.3rem 0;
margin: 0 0 1.8rem;
}

footer .areaInner .footBox .sttl a {
display: block;
font-size: 1.3rem;
background: url("img/arrow_white.png") left center no-repeat;
border: none;
padding: 0.3rem 0 0.3rem 2rem;
margin: 0;
color: #fff;
}

footer .areaInner .footBox .sttl a:hover {
text-decoration: none;
opacity: 0.6;
}

footer .footBox ul {
padding: 0 2rem;
}

footer .areaInner .footBox .accChild {
padding: 0;
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
}

footer .areaInner .footBox .accChild .sp {
display: none;
}

footer .areaInner .footBox .accChild li.subCat {
width: 22%;
margin: 0 4% 0.8rem 0;
}

footer .areaInner .footBox .accChild li.subCat:nth-of-type(4n + 1) {
margin: 0 0 0.8rem 0;
}

footer .areaInner .footBox .accChild li.subCat a {
display: inline-block;
padding: 0;
color: #fff;
}

footer .areaInner .footBox .accChild li.subCat::after {
content: "";
}

footer .areaInner .footBox .accChild .pc + li::before {
/* content: "　|　"; */
letter-spacing: 0;
color: #fff;
}

footer .areaInner .footBox .accChild .pc + li::before {
/* content: "|　"; */
letter-spacing: 0;
color: #fff;
}

footer .areaInner .footBox .accChild .pc + li.subCat::before {
content: "";
}

footer .areaInner .footBox .accChild li {
float: left;
display: block;
margin: 0 0 0 0;
}

footer .areaInner .footBox .accChild li a {
font-size: 1.3rem;
padding: 0;
}

footer .areaInner .footBox .accChild .subList {
padding: 0 0 0 1.5rem;
margin: 0 0 0 0;
}

footer .areaInner .footBox .accChild .subList li {
padding: 0.2rem 0 0 0;
display: block;
float: none;
margin: 0;
position: relative;
}

footer .areaInner .footBox .accChild .subList li::before {
content: "-";
position: absolute;
top: 2px;
left: -1px;
}

footer .areaInner .footBox .accChild .subList li a {
font-size: 1.3rem;
background-image: none;
padding: 0 0 0 1.5rem;
}

/*noticeArea*/
footer .areaInner .noticeArea {
box-sizing: border-box;
width: 100%;
background: #cac4c0;
border-radius: 0;
padding: 2.8rem;
margin: 5rem auto 0;
}

footer .areaInner .noticeArea p {
font-size: 1.2rem;
color: #28292b;
margin: 0;
}

footer .areaInner p.ucp {
font-size: 1.2rem;
line-height: 1.4;
text-align: center;
margin: 2.5rem auto 0;
}

footer .botArea {
color: #fff;
background: #4f4844;
}

footer .botArea .inner {
width: 1100px;
padding: 1.5rem 0;
margin: 0 auto;
}

footer .botArea .inner.cf {
content: none;
}

footer p.sitemap {
float: right;
padding: 0;
font-size: 1.2rem;
line-height: 1.3;
}

footer p.sitemap a {
text-align: right;
padding: 0 1rem 0 0;
text-decoration: underline;
display: inline-block;
background: url(img/arrow_white_small.png) no-repeat right center;
}

footer p.sitemap a:hover {
text-decoration: none;
}

footer p.copy {
font-size: 1.2rem;
line-height: 1.3;
text-align: left;
color: #fff;
float: left;
padding: 0 0 0 5rem;
max-width: calc(100% - 150px);
}

footer .botArea a {
color: #fff;
}

/*--------------------------------------
　PageTop
---------------------------------------*/
#page-top {
position: fixed;
bottom: 2rem;
right: 2rem;
z-index: 100;
width: 65px;
}

#page-top img:hover {
opacity: 0.6;
}

/* ================== */
/*  サイトマップ　　　*/
/* ================== */
.contents #page.mappage {
margin: 0 auto 6rem;
}

.contents #page.mappage h2 {
margin: 68px auto 28px;
}

.contents #page.mappage h2 a:hover {
color: #000;
text-decoration: none;
opacity: 0.6;
}

.contents #page.mappage ul {
margin: 0.6rem auto;
}

.contents #page.mappage ul li {
padding: 0 0 0.6rem 2.2rem;
}

.contents #page.mappage ul.subList li:last-child {
margin: 0 0 1rem;
}

.contents #page.mappage ul li a:hover {
opacity: 0.6;
}

.contents #page.mappage ul.subList li a {
font-size: 1.4rem;
}

/* ================== */
/*  メインコンテンツ　*/
/* ================== */



/*--------------------------------------
heading
---------------------------------------*/
.index h2:not([class]),
.contents h1 {
font-size: 3rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
padding: 34px 20px 34px 60px;
margin: 2.5rem auto 3rem;
position: relative;
color: #fff;
}

.contents h1 {
margin: 2.5rem auto 4rem;
}

.index h2:not([class])::before,
.contents h1::before {
content: "";
width: calc(100% - 40px);
height: 110px;
background: url(img/h2_bg.png) center no-repeat;
background-size: cover;
position: absolute;
top: -25px;
left: 0;
z-index: -1;
}

.index h2:not([class])::after,
.contents h1::after {
content: "";
width: calc(100% - 40px);
height: 100%;
background: rgba(79, 72, 68, 0.85);
position: absolute;
top: 0;
right: 0;
z-index: -1;
border-radius: 2rem;
}

.index h3:not([class]),
.contents h2 {
font-size: 2.6rem;
margin: 6rem auto 3rem;
line-height: 1.4;
padding: 2rem;
background: url(img/h3_bg.png) no-repeat;
background-size: cover;
position: relative;
border-radius: 1.5rem;
}

.index h3:not([class]) a,
.index h4:not([class]) a,
.index h5:not([class]) a,
.index h6:not([class]) a,
.contents h2 a,
.contents h3 a,
.contents h4 a,
.contents h5 a,
.contents h6 a {
color: inherit;
display: block;
padding-right: 2rem;
background: url(img/arrow_black.png) no-repeat right 0.1rem center;
background-size: 9px auto;
}

.index h4:not([class]),
.contents h3 {
min-width: 48px;
font-size: 2.2rem;
margin: 5rem auto 3rem;
padding: 1.5rem 2rem 1.5rem 5rem;
line-height: 1.4;
border-bottom: 2px solid #e67979;
position: relative;
background: url(img/h4_ico.png) left center no-repeat;
}

.contents h2 + h3 {
margin-top: 4.5rem;
}

.index h5:not([class]),
.index h6:not([class]),
.contents h4,
.contents h5,
.contents h6 {
font-size: 2rem;
line-height: 1.4;
padding: 0 2rem 1rem 0;
margin: 4rem auto 2rem;
position: relative;
border-bottom: 2px dotted #cfccb1;
color: #5babbd;
}



/*--------------------------------------
　list
---------------------------------------*/
.index ul,
.contents ul {
max-width: 1100px;
margin: 2.5rem auto;
padding: 0 1rem;
}

.index ul li,
.contents ul li {
padding: 0 0 0.6rem 2rem;
position: relative;
}

.index ul li:last-of-type,
.contents ul li:last-of-type {
padding-bottom: 0;
}

.index ul li::before,
.contents ul li::before {
content: "";
display: block;
background: #e67979;
width: 10px;
height: 10px;
border-radius: 50%;
position: absolute;
top: 8px;
left: 0;
}

.index ul li a,
.contents ul li a,
.contents ol li a {
text-decoration: underline;
}

.index ul li a:hover,
.contents ul li a:hover,
.contents ol li a:hover {
opacity: 1;
text-decoration: none;
}

.contents ol {
max-width: 1100px;
margin: 2.5rem auto;
padding: 0 1rem;
counter-reset: number;
}

.contents ol li {
padding: 2px 0 4px 30px;
list-style: none;
position: relative;
counter-increment: number;
}

.contents ol li::before {
display: block;
background: #4f4844;
width: 20px;
height: 20px;
position: absolute;
top: 3px;
left: 0;
color: #fff;
text-align: center;
line-height: 1.7;
font-size: 1.2rem;
font-weight: 700;
}

.contents ol li:nth-child(-n+9)::before {
content: counter(number);
}

.contents ol li:nth-child(n+10)::before {
content: counter(number);
}


.contents .point {
font-size: 2.3rem;
line-height: 1.4;
color: #000;
border-bottom: solid 1px #4f4844;
padding: 3.2rem 2rem 3.2rem 9.4rem;
margin: 5rem auto 3rem;
position: relative;
display: block;
font-weight: 700;
background: url(img/rank_point.png) no-repeat left 0.1rem center;
background-size: 79px auto;
}
.contents .point a {
color: #000;
display: block;
padding-right: 2.8rem;
background: url(img/arrow_black.png) no-repeat right 0.1rem center;
background-size: 9px auto;
}


.caption {
margin: 0.8rem 0 0 0;
color: #999;
font-size: 1rem;
line-height: 1.3;
word-break: break-word;
}
.caption a {
color: #999;
text-decoration: underline;
}
.caption a:hover {
text-decoration: none;
}

/*--------------------------------------
　float img
---------------------------------------*/
.float-wrap {
max-width: 1100px;
margin: 6rem auto;
box-sizing: border-box;
}

.float-wrap img {
display: block;
margin: 0 auto;
}

.float-wrap .flame {
position: relative;
}

.float-wrap .fl {
width: 350px;
margin: 0 3rem 1rem 0;
text-align: center;
}

.float-wrap .fr {
width: 350px;
margin: 0 0 10px 30px;
text-align: center;
}

.float-wrap .ct {
width: 500px;
margin: 0 auto 2.5rem;
text-align: center;
}

.float-wrap.ct .catch {
text-align: center;
}

.float-wrap .catch {
font-size: 2rem;
font-weight: 700;
line-height: 1.7;
margin: 0 auto 1.2rem;
color: #111;
}




/*--------------------------------------
btns
---------------------------------------*/
.btn-tel {
display: none;
}

.btn-internal,
p.btn-internal {
margin: 4rem auto;
padding: 0;
text-align: center;
}
.btn-internal a {
display: inline-block;
position: relative;
width: 440px;
margin: 0 auto;
padding: 2rem 3.5rem;
background: #867c71 url(img/arrow_white_02.png) no-repeat right 2rem center;
box-sizing: border-box;
color: #fff;
font-size: 1.6rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
text-decoration: none;
transition: 0.2s;
}
.btn-internal a::after {
position: absolute;
right: -0.5rem;
bottom: -0.5rem;
display: block;
width: 100%;
height: 100%;
border: 1px solid #867c71;
border-width: 0 1px 1px 0;
transition: 0.2s;
content: "";
}
.btn-internal a:hover {
text-decoration: none;
opacity: 0.7;
}

.btn-web,
p.btn-web {
margin: 4rem auto;
padding: 0;
text-align: center;
}
.btn-web a {
display: inline-block;
position: relative;
width: 440px;
margin: 0 auto;
padding: 2rem 3.5rem;
background: #5babbd url(img/arrow_white_02.png) no-repeat right 2rem center;
box-sizing: border-box;
color: #fff;
font-size: 1.6rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
text-decoration: none;
transition: 0.2s;
}
.btn-web a::after {
position: absolute;
right: -0.5rem;
bottom: -0.5rem;
display: block;
width: 100%;
height: 100%;
border: 1px solid #5babbd;
border-width: 0 1px 1px 0;
transition: 0.2s;
content: "";
}
.btn-web a:hover {
text-decoration: none;
opacity: 0.7;
}

.btn-link {
margin: 4rem 0;
padding: 0;
text-align: right;
}
.btn-link a {
display: inline-block;
position: relative;
padding: 0 0 0.2rem 2rem;
background: url(img/ico_arrow.png) no-repeat left center;
color: #333;
font-size: 1.6rem;
font-weight: 700;
line-height: 1.4;
text-decoration: underline;
}
.btn-link a:hover {
text-decoration: none;
opacity: 0.7;
}






/* ================== */
/*  テーブル　　　　　*/
/* ================== */
.contents .table-layout {
padding: 0 1.5rem;
}

table th,
table td {
word-break: break-all;
}

.index table,
.contents table {
width: 100%;
max-width: 1100px;
table-layout: fixed;
margin: 4rem auto;
border: solid 1px #cecece;
}

.index table th,
.contents table th {
width: 26.5%;
font-size: 1.4rem;
line-height: 1.4;
text-align: center;
background: #e5e1dc;
border: solid 1px #cecece;
padding: 1.5rem;
font-weight: 700;
vertical-align: middle;
}

.index table td,
.contents table td {
line-height: 1.4;
padding: 1.5rem;
background: #FFF;
font-size: 1.4rem;
text-align: left;
border: solid 1px #cecece;
vertical-align: middle;
}





/*--------------------------------------
banner
---------------------------------------*/
.banner {
clear: both;
margin: 10rem 0;
}
.banner a {
display: block;
position: relative;
width: 860px;
min-height: 26rem;
margin: 0 auto;
padding: 1.5rem 2rem 1.5rem 32rem;
background: #fff;
border: 2rem solid #f3efec;
border-radius: 3rem;
}
.banner a::before {
position: absolute;
left: -9rem;
top: -7rem;
width: 417px;
height: 302px;
background: url(img/banner_bg_01.png) no-repeat left top;
background-size: 100% auto;
content: "";
}
.banner .txt {
margin: 1.5rem 0 1.5rem 1rem;
color: #4f4844;
font-size: 2.4rem;
font-weight: 700;
line-height: 1.4;
}
.banner .txt span {
color: #e67979;
font-size: 3.7rem;
}
.banner .btn {
margin: 0 0 1rem 0;
text-align: right;
}
.banner .btn span {
display: inline-block;
width: 290px;
padding: 2rem 4rem;
background: #877a72 url(img/arrow_white_03.png) no-repeat right 2rem center;
border-radius: 5rem;
box-shadow: 5px 5px 0 0 #e2e8ec;
color: #fff;
font-size: 2.3rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}














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

html, body {
width: 100%;
position: relative;
}

.pc {
display: none !important;
}

.sp {
display: block !important;
}

.sp_br {
display: block;
}

.pc_br {
display: none;
}

body {
width: 100%;
min-width: initial;
min-width: auto;
font-size: 1.5rem;
line-height: 1.8;
padding-bottom: constant(safe-area-inset-bottom);
padding-bottom: env(safe-area-inset-bottom);
color: #000;
}

a:hover {
opacity: 1;
}

/*--------------------------------------
　Header
---------------------------------------*/
.header--low {
margin: 0 auto;
}

header .headTopArea {
width: 100%;
margin: 0 auto;
}

header .headTopArea .rightTxt {
font-size: 1rem;
line-height: 1.4;
text-align: center;
padding: 0.6rem 4%;
}

/*--------------------------------------
　visArea
---------------------------------------*/
#visArea .mainArea {
background: none;
height: auto;
width: 100%;
max-width: 100%;
margin: 0 auto;
padding: 0 0 1.5rem 0;
}

#visArea .mainArea .mainAreaInner {
display: block;
}

#visArea .mainArea .siteNameArea {
display: table;
width: 100%;
}

#visArea .mainArea .siteNameAreaInner {
display: table-cell;
vertical-align: middle;
}

#visArea .mainArea .siteName {
width: 90%;
}

.header--low #visArea .mainArea .siteName {
width: 90%;
}

#visArea .mainArea .siteNameSmall {
font-size: 1.3rem;
font-weight: 700;
line-height: 1.4;
letter-spacing: 0.03em;
text-align: center;
text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0px 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
}

#visArea .mainArea .siteName img.sp {
width: 80%;
margin: 0 auto;
}

/*--------------------------------------
　spMenuBox
---------------------------------------*/
/*navWrap*/
#navWrap {
box-sizing: border-box;
width: 100%;
height: auto;
background-color: #faf5d2;
margin: 0 auto;
}

/*navTop*/
#navWrap .navTop {
width: 100%;
background-color: #fff;
border-bottom: 1px solid #b9b9b9;
position: fixed;
top: 0;
z-index: 9999;
display: none;
}


#navWrap .navTopInner {
display: table;
width: 100%;
padding: 0.5rem 0;
position: relative;
}

#navWrap .siteName {display: table-cell;vertical-align: middle;width: 53%;font-size: 1.15rem;font-weight: 700;line-height: 1.4;padding: 0 1rem 0 1rem;border-right: 1px solid #bbb;text-align: center;position: relative;}

#navWrap .recommendBtn {display: table-cell;vertical-align: middle;width: calc(40% - 41px);font-size: 1.1rem;font-weight: 700;text-align: center;color: #e67979;padding: 0 1.2rem;border-right: 1px solid #bbb;position: relative;background-color: #FBF3DD;}

#navWrap .recommendBtn::after {content: "";position: absolute;right: 3px;bottom: 3px;border-top: 4px solid transparent;border-right: 4px solid #e67979;border-bottom: 4px solid #e67979;border-left: 4px solid transparent;z-index: 1;}

#menuBtn {
display: table-cell;
vertical-align: middle;
box-sizing: content-box;
width: 21px;
height: 50px;
padding: 0 1rem;
cursor: pointer;
z-index: 9999;
}

#menuBtn .menu {
width: 21px;
height: 16px;
position: absolute;
top: calc(50% - 8px);
outline: none;
border: none;
background: #000;
background: url("img/sp_ico_menu.png") center no-repeat;
background-size: 100%;
}

body.open #menuBtn .menu {
width: 21px;
height: 16px;
background: url("img/sp_ico_close.png") center no-repeat;
background-size: 100%;
}

/*navSp*/
#navSp {
position: fixed;
top: 0;
box-sizing: border-box;
width: 100%;
height: 100%;
background: rgba(239, 230, 219, 0.94);
z-index: 999;
display: none;
}

#navSp > div {
height: 100%;
overflow-y: scroll;
/*-webkit-overflow-scrolling: touch;*/
}

#navSp a {
text-decoration: none;
}

/* 以下装飾など */
#navSp .navBox:first-child {
border-top: 1px solid #ccc;
overflow: hidden;
}

#navSp .navBox .sttl a,
#navSp .sitemap a {
display: block;
box-sizing: border-box;
font-size: 1.4rem;
line-height: 1.4;
color: #000;
background: url("img/arrow_black.png") 96% center no-repeat;
background-size: 6px auto;
padding: 1.1rem 9% 1.1rem 4%;
}

#navSp .navBox .tglMenu a {
background: url("img/arrow_black_down.png") 96% center no-repeat;
background-size: 10px auto;
}

#navSp .navBox .sttl.collapsible a {
background: url("img/arrow_black_down.png") 96% center no-repeat;
background-size: 10px auto;
}

#navSp .navBox .sttl a br {
display: none;
}

#navSp .navBox .sttl.open > a {
background: url("img/arrow_black_up.png") 96% center no-repeat;
background-size: 10px auto;
}

#navSp .navBox .sttl,
#navSp .sitemap {
border-bottom: 1px solid #b5b5b5;
padding: 0;
margin: 0;
}

#navSp .sitemap {
margin: 0 0 100px;
}

#navSp .navBox .accChild {
display: none;
font-size: 1.3rem;
padding: 0;
box-sizing: border-box;
background-color: rgba(255, 255, 255, 0.8);
}

#navSp .navBox .accChild li {
float: none;
}

#navSp .navBox .accChild li a {
display: block;
box-sizing: border-box;
color: #000;
background: url("img/arrow_black.png") 95.5% center no-repeat;
background-size: 5px auto;
border-bottom: 1px solid #ccc;
padding: 1.2rem 9% 1.2rem 7%;
}


body.open {
height: inherit !important;
}

/*--------------------------------------
pankuzu
---------------------------------------*/
#pankuzuWrap {
box-sizing: border-box;
width: 100%;
padding: 1rem 0;
margin: 0 auto 3rem;
overflow: auto;
white-space: nowrap;
position: relative;
}

#pankuzu {
box-sizing: border-box;
width: 92%;
font-size: 1.1rem;
line-height: 1.2;
letter-spacing: 0.05em;
padding: 0.7rem 0;
margin: 0 auto;
white-space: nowrap;
}

#pankuzu a {
color: #000;
text-decoration: underline;
transition: none;
-o-transition: none;
-ms-transition: none;
-moz-transition: none;
-webkit-transition: none;
}

#pankuzu a:hover {
color: #000;
text-decoration: underline;
}

#pankuzu span:last-child {
margin-right: 4%;
}

#pankuzu a span:last-child {
margin-right: 0;
}

/*--------------------------------------
Main Contents
---------------------------------------*/
.index,
.contents {width: 100%;margin: 0 auto;padding: 0 2rem;}

#category,
#page {
float: none;
width: 100%;
margin: 0;
padding: 0;
}

#category > h1:first-of-type,
#page > h1:first-of-type {
margin: 0 auto 3rem;
}

/*--------------------------------------
　Side
---------------------------------------*/
#side {
display: none;
}


/*--------------------------------------
Footer
---------------------------------------*/
footer {
width: 100%;
}

footer .areaInner {
position: relative;
width: 100%;
margin: 0 auto;
padding: 3rem 0 2.5rem 0;
}

footer .areaInner .inner {
width: 100%;
padding: 0;
}

footer .areaInner .logo {
display: block;
box-sizing: border-box;
width: 90%;
line-height: 1.4;
text-align: center;
padding: 0;
margin: 0 auto 3rem;
}

footer .areaInner .logo a {
line-height: 1.4;
}

footer .areaInner .logo a:hover {
-ms-filter: "alpha( opacity=100 )";
filter: alpha(opacity=100);
opacity: 1;
}

footer .areaInner .logo + .footBox {
border-top: 1px solid #b5b5b5;
}

footer .areaInner .footBox {
margin: 0;
}

footer .areaInner .footBox .sttl {
border: none;
padding: 0;
margin: 0;
}

footer .areaInner .footBox .sttl a {
box-sizing: border-box;
font-size: 1.4rem;
background: url("img/arrow_white_down.png") right 10px center no-repeat;
background-size: 10px auto;
padding: 1rem 3rem 1rem 4%;
}

footer .areaInner .footBox .sttl a:hover {
-ms-filter: "alpha( opacity=100 )";
filter: alpha(opacity=100);
opacity: 1;
}

footer .areaInner .footBox .sttl.open a {
background: url("img/arrow_white_up.png") right 10px center no-repeat;
background-size: 10px auto;
}

footer .areaInner .footBox .sttl {
border-bottom: 1px solid #b5b5b5;
padding: 0;
margin: 0;
}

footer .footBox ul {
padding: 0;
}

footer .areaInner .footBox .accChild {
display: none;
font-size: 1.3rem;
padding: 0;
box-sizing: border-box;
background-color: #ccc;
}

footer .areaInner .footBox .accChild li {
display: block;
float: none;
}

footer .areaInner .footBox .accChild li a {
display: block;
box-sizing: border-box;
font-size: 1.3rem;
background: #fff url("img/arrow_black.png") 96.5% center no-repeat;
background-size: 6px auto;
border-bottom: 1px solid #ccc;
padding: 1rem 9% 1rem 4%;
}

footer .areaInner .footBox .accChild li.subCat {
width: 100%;
margin: 0;
}

footer .areaInner .footBox .accChild li.subCat:nth-of-type(4n + 1) {
margin: 0 0 0 0;
}

footer .areaInner .footBox .accChild li.subCat a {
display: block;
background: #fff url("img/arrow_black.png") 96.5% center no-repeat;
background-size: 6px auto;
padding: 1rem 9% 1rem 4%;
color: #000;
}

footer .areaInner .footBox .accChild li.subCat a::before {
content: none;
font-size: 1.2rem;
position: relative;
left: -2px;
margin-right: 0.2rem;
}

footer .areaInner .footBox .accChild .subList {
padding: 0;
margin: 0;
}

footer .areaInner .footBox .accChild .subList li {
padding: 0;
display: block;
float: none;
margin: 0;
}

footer .areaInner .footBox .accChild .subList li::before {
content: none;
color: #000;
margin-right: 0;
}

footer .areaInner .footBox .accChild .subList li a {
font-size: 1.3rem;
padding: 1rem 9% 1rem 10%;
background: #fff url("img/arrow_black.png") 96.5% center no-repeat;
background-size: 6px auto;
}

footer .areaInner .footBox .accChild .subList li a::before {
content: "└";
display: block;
color: #000;
position: absolute;
top: 12px;
left: 4%;
margin: 0;
}

footer .areaInner .noticeArea {
width: 92%;
margin: 2.5rem auto 0rem;
padding: 1.5rem 5%;
line-height: 1.8;
}

footer .areaInner .noticeArea p {
font-size: 1.2rem;
}

footer .areaInner p.ucp {
font-size: 1.1rem;
line-height: 1.4;
text-align: center;
margin: 1.5rem auto 0;
width: 92%;
}

footer .botArea .inner {
width: 92%;
padding: 1.2rem 0;
margin: 0 auto;
}

footer .botArea .inner .cf {
content: none;
}

footer p.sitemap {
line-height: 1.3;
text-align: right;
padding: 0.5rem 0;
}

footer p.copy {
width: 50%;
font-size: 1.2rem;
text-align: left;
padding: 0.5rem 0;
max-width: 100%;
}

footer p.sitemap a {
padding: 0;
}

footer p.copy a {
text-decoration: none;
}

footer a {
text-decoration: none;
}

footer a:hover {
text-decoration: none;
}

/*--------------------------------------
　PageTop
---------------------------------------*/
#page-top {
position: fixed;
bottom: 4%;
right: 4%;
width: 50px;
}

#page-top img {
width: 100%;
}

/* ================== */
/*  サイトマップ　　　*/
/* ================== */
.contents #page.mappage h2 {
margin: 5rem auto 2rem;
}

.contents #page.mappage h2 a:hover {
color: #000;
text-decoration: none;
opacity: 1;
}

.contents #page.mappage ul {
margin: 1rem auto 1rem;
}

.contents #page.mappage ul li {
padding: 0 0 0.6rem 1.6rem;
}

.contents #page.mappage ul.subList li:last-child {
margin: 0 0 1rem;
}

.contents #page.mappage ul li a:hover {
opacity: 1;
}

.contents #page.mappage ul.subList li a {
font-size: 1.4rem;
}

/* ================== */
/*  メインコンテンツ　*/
/* ================== */

.index h2:not([class]),
.contents h1 {
font-size: 2rem;
line-height: 1.4;
padding: 2rem 2rem 2rem 3.5rem;
margin: 2.5rem auto 3rem;
position: relative;
}

.contents h1 {
margin: 2.5rem 0 8rem;
}

.index h2:not([class])::before,
.contents h1::before {
content: "";
width: calc(100% - 15px);
height: 60px;
position: absolute;
top: -13px;
left: 0;
z-index: -1;
}

.contents h1::before {
border-radius: 0 10px 0 25px;
height: 100%;
}

.index h2:not([class])::after,
.contents h1::after {
width: calc(100% - 15px);
}

.index h3:not([class]),
.contents h2 {
font-size: 1.9rem;
margin: 5rem auto 2rem;
padding: 1.2rem 4%;
}

.index h3:not([class]) a,
.index h4:not([class]) a,
.index h5:not([class]) a,
.index h6:not([class]) a,
.contents h2 a,
.contents h3 a,
.contents h4 a,
.contents h5 a,
.contents h6 a {
background-size: 7px auto;
padding-right: 2rem;
}

.index h4:not([class]),
.contents h3 {
font-size: 1.8rem;
margin: 4rem auto 2rem;
padding: 1rem 3% 1rem 3.8rem;
background-size: 22px auto;
background-position: left 0.8rem center;
}

.contents h2 + h3 {
margin-top: 2.5rem;
}

.index h5:not([class]),
.index h6:not([class]),
.contents h4,
.contents h5,
.contents h6 {
font-size: 1.7rem;
padding: 0 3% 1rem;
margin: 4rem auto 1.5rem;
}

/*--------------------------------------
　list
---------------------------------------*/
.contents ul {
width: 100%;
box-sizing: border-box;
margin: 2rem auto;
padding: 0 3% 0;
}

.contents ul li {
padding: 0 0 0.3rem 2rem;
}

.contents ul li::before {
width: 8px;
height: 8px;
top: 8px;
}

.contents ol {
width: 100%;
box-sizing: border-box;
margin: 2rem auto;
padding: 0 3%;
}

.contents ol li {
padding: 0 0 0.3rem 2.3rem;
}

.contents ol li::before {
width: 16px;
height: 16px;
top: 4px;
font-size: 1rem;
line-height: 1.6;
letter-spacing: -0.5px;
}

.contents ol li:nth-child(-n+9):before {
content: counter(number);
}

.contents ol li:nth-child(n+10):before {
content: counter(number);
}

.contents .point {
font-size: 1.6rem;
padding: 1rem 2% 1rem 5.8rem;
margin: 3rem auto 1.5rem;
background-size: 50px auto;
min-height: 60px;
display: flex;
align-items: center;
}

.contents .point a {
background-size: 7px auto;
width: 100%;
padding-right: 2rem;
}


/*--------------------------------------
　float-wrap
---------------------------------------*/
.float-wrap {
width: 100%;
margin: 4.5rem auto;
position: relative;
}

.float-wrap .flame {
width: 85%;
margin: 0 auto;
}

.float-wrap .float-img {
box-sizing: border-box;
width: auto;
margin: 0 auto 1rem;
text-align: center;
}

.float-wrap img {
box-sizing: border-box;
max-width: 100%;
}

.float-wrap .sttl {
padding: 0;
margin: 0;
background: none;
border: none;
font-size: 1.6rem;
line-height: 1.4;
}

.float-wrap .catch {
font-size: 1.6rem;
margin: 0 0 1rem;
text-align: left;
}

.float-wrap p {
margin: 0;
padding: 0;
width: 100%;
}

.float-wrap p:not(.catch) + p {
margin-top: 1.5rem;
}

.float-wrap .fl {
width: 100%;
padding: 0;
float: none;
}

.float-wrap .fr {
width: 100%;
padding: 0;
float: none;
}

.float-wrap .ct {
width: 100%;
padding: 0;
}

.float-wrap .fl.t_small {
box-sizing: content-box;
width: 40%;
padding: 0 6% 0 0;
float: left;
}

.float-wrap .fr.t_small {
box-sizing: content-box;
width: 40%;
padding: 0 0 0 6%;
float: right;
}

.float-wrap .fl.t_small .flame,
.float-wrap .fr.t_small .flame {
width: 100%;
}

.float-wrap .float-body.fl {
width: auto;
position: static;
text-align: left;
}

.float-wrap .float-body.fr {
width: auto;
position: static;
text-align: left;
}

.index .float-wrap .float-wrap-head, #category .float-wrap .float-wrap-head, #page .float-wrap .float-wrap-head {
display: table;
width: auto !important;
height: auto;
background: none;
border: none;
font-size: 1.6rem;
font-weight: 700;
line-height: 1.4;
text-align: left;
color: #000;
margin: 0 auto 0.8rem;
position: relative;
}

.index .float-wrap .float-wrap-head a, #category .float-wrap .float-wrap-head a, #page .float-wrap .float-wrap-head a {
width: auto;
font-size: 100%;
text-decoration: none;
}

.index .float-wrap .float-wrap-head a:hover, #category .float-wrap .float-wrap-head a:hover, #page .float-wrap .float-wrap-head a:hover {
color: #000;
text-decoration: none;
}

.index .float-wrap .float-body.fl .float-wrap-head, #category .float-wrap .float-body.fl .float-wrap-head, #page .float-wrap .float-body.fl .float-wrap-head,
.index .float-wrap .float-body.fr .float-wrap-head, #category .float-wrap .float-body.fr .float-wrap-head, #page .float-wrap .float-body.fr .float-wrap-head {
width: 100%;
}

.float-wrap .float-wrap-head::after {
content: none;
}



/* ================== */
/*  テーブル　　　　　*/
/* ================== */
.index table,
.contents table {
box-sizing: border-box;
width: 100%;
max-width: initial;
max-width: unset;
table-layout: fixed;
margin: 3rem auto;
border-bottom: none;
}

.index table th,
.contents table th {
width: 100%;
padding: 1.2rem 5%;
display: block;
border: none;
border-bottom: solid 1px #cecece;
}

.index table td,
.contents table td {
width: 100%;
display: block;
padding: 1.2rem 5%;
border: none;
border-bottom: solid 1px #cecece;
}






/*--------------------------------------
btns
---------------------------------------*/
.btn-internal,
p.btn-internal {
margin: 3rem auto;
}
.btn-internal a {
width: 90%;
padding: 2rem 3rem;
background: #867c71 url(img/arrow_white_02.png) no-repeat right 1.5rem center;
background-size: 8px auto;
font-size: 1.5rem;
}
.btn-internal a:hover {
opacity: 1;
}

.btn-web,
p.btn-web {
margin: 3rem auto;
}
.btn-web a {
width: 90%;
padding: 2rem 3rem;
background: #5babbd url(img/arrow_white_02.png) no-repeat right 1.5rem center;
background-size: 8px auto;
font-size: 1.5rem;
}
.btn-web a:hover {
opacity: 1;
}

.btn-tel,
p.btn-tel {
display: block;
margin: 3rem auto;
padding: 0;
text-align: center;
}
.btn-tel a {
display: inline-block;
position: relative;
width: 90%;
margin: 0 auto;
padding: 2rem 3.5rem;
background: #e67979 url(img/ico_tel.png) no-repeat 1.2rem center;
background-size: 22px auto;
box-sizing: border-box;
color: #fff;
font-size: 1.5rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
text-decoration: none;
transition: 0.2s;
}
.btn-tel a::after {
position: absolute;
right: -0.5rem;
bottom: -0.5rem;
display: block;
width: 100%;
height: 100%;
border: 1px solid #e67979;
border-width: 0 1px 1px 0;
transition: 0.2s;
content: "";
}
.btn-tel a:hover {
text-decoration: none;
opacity: 1;
}

.btn-link,
p.btn-link {
margin: 3rem auto;
padding: 0;
text-align: center;
}
.btn-link a {
display: inline-block;
position: relative;
width: 90%;
margin: 0 auto;
padding: 2rem 3.5rem;
background: #fff url(img/arrow_brown_02.png) no-repeat right 1.5rem center;
background-size: 8px auto;
border: 1px solid #4f4844;
box-sizing: border-box;
color: #4f4844;
font-size: 1.5rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
text-decoration: none;
transition: 0.2s;
}
.btn-link a::after {
position: absolute;
right: -0.5rem;
bottom: -0.5rem;
display: block;
width: 100%;
height: 100%;
border: 1px solid #4f4844;
border-width: 0 1px 1px 0;
transition: 0.2s;
content: "";
}
.btn-link a:hover {
text-decoration: none;
opacity: 1;
}



/* ================== */
/*  テーブル　　　　　*/
/* ================== */
.contents table {
box-sizing: border-box;
width: 100%;
max-width: initial;
max-width: unset;
table-layout: fixed;
margin: 3rem auto;
border-bottom: none;
}

.contents table th {
width: 100%;
padding: 1.2rem 5%;
display: block;
border: none;
border-bottom: solid 1px #cecece;
}

.contents table td {
width: 100%;
display: block;
padding: 1.2rem 5%;
border: none;
border-bottom: solid 1px #cecece;
}



/*--------------------------------------
banner
---------------------------------------*/
.banner {
margin: 10rem 0 6rem 0;
}
.banner a {width: calc(100% - 4rem);min-height: auto;padding: 8rem 1.5rem 2rem 1.5rem;border: 1rem solid #f3efec;border-radius: 2rem;text-align: center;}
.banner a::before {
position: absolute;
left: 50%;
top: -8rem;
transform: translateX(-50%);
width: 209px;
height: 151px;
}
.banner .txt {
margin: 1.5rem 0;
font-size: 1.6rem;
}
.banner .txt span {font-size: 2.5rem;}
.banner .btn {
margin: 0;
text-align: center;
}
.banner .btn span {
width: 90%;
font-size: 2rem;
}



}