body {
    color: var(--color-ink);
    font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,"メイリオ" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" ,  Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	background-image: url(../images/subtle_white_feathers.png);
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
}
/* CSS sticky footer（旧 footerFixed.js の置換・2026-06-05）。
   モバイルでも footerFixed.js が担っていた「短いページで footer を下端へ」を
   #footer{margin-top:auto} で再現。.wrap はモバイルでは min-width 指定が無く
   （pc-common.css の .wrap は min-width:641px 限定）、別途 flex 化が必要。 */
.wrap {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.auto {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0 5vw;
    text-align: left;
}
.spNone, #header, .nav, #lead {
	display: none;
}
.alignRight {
	text-align: right;
}
.alignCenter {
	text-align: center;	
}
.block {
    display: block;
}
.both {
    clear: both;
}
.hidden {
    overflow: hidden;
}
.inline {
    display: inline-block;
}
button,
option,
select,
textarea,
input[type="button"],
input[type="submit"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="text"],
input[type="select"],
input[type="option"],
input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: none;
    outline: 0;
    margin: 0;
    background: #fff;
}
.m100 {
	margin: 5vh 0px;
}
.mbottom5 {
    margin-bottom: var(--space-5);
}
.mbottom10 {
    margin-bottom: var(--space-10);
}
.mbottom15 {
    margin-bottom: var(--space-15);
}
.mbottom20 {
    margin-bottom: 2vh;
}
.mbottom30 {
    margin-bottom: 3vh;
}
.mbottom40 {
    margin-bottom: 3vh;
}
.mbottom50 {
    margin-bottom: 3vh;
}
.mbottom60 {
    margin-bottom: 5vh;
}
.mbottom70 {
    margin-bottom: 5vh;
}
.mbottom80 {
    margin-bottom: 5vh;
}
.mbottom90 {
    margin-bottom: 5vh;
}
.mbottom100 {
    margin-bottom: 5vh;
}
.mtop50 {
    margin-top: var(--space-50);
}
.mtop70 {
    margin-top: 5vh;
}
.mtop100 {
    margin-top: 100px;
}
.w450 {
    width: 100%;	
}
ul.dot li {
    padding-left: 1em;
    position: relative;
}
ul.dot li:before {
    margin-left: -1em;
    content: "・";
}
ul.dotBig li {
    display: inline-block;
}
ul.dotBig li:before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 6px;
    display: inline-block;
    background-color: var(--color-text);
    margin-right: 3px;
}
.full {
    width: 100%;
}
.green, .green a {
    color: #72A92F;
}
.black {
	color: var(--color-text);
}
.normal {
    color: var(--color-text);
}
.yugo {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.ake {
    margin-left: var(--space-15);
}
.big28 {
    font-size: 4vw;
}
.big18 {
    font-size: 4vw;
}
.bold {
    font-weight: bold;
}
.under:hover {
    text-decoration: underline;	
}
.blue, .events a, .single a {
    color: var(--color-brand);
}
.orange {
    color: #EA901E;
}
.bold {
    font-weight: bold;
}
.indent10 {
    padding: 0 1em;	
}
hr {
    width: 100%;
    height: 0;
    margin: var(--space-20) 0;
    border-top: 2px dotted #000000;
	border-bottom: none;
    clear: both;
}
hr.lineTitleThird {
    background-color: var(--color-accent-yellow);
    width: 100%;
    position: relative;
    display: block;
    clear: both;
    text-align: center;
    margin-top: 0px;
    border-top: none;
    height: 3px;
    border-left-style: none;
}
hr.lineTitleThird:before {
    content: "";
    display: block;
    width: 333px;
    height: 3px;
    background-color: #CCBD96;
    position: absolute;
    top: 0px;
    left: 170px;
}
hr.lineTitleThird:after {
    content: "";
    display: block;
    width: 333px;
    height: 3px;
    background-color: var(--color-gold);
    position: absolute;
    top: 0px;
    right: 0px;
}
.small {
    font-size: 80%;
}
.ssmall {
    font-size: 60%;
}
.lineTitle {
    text-align: center;
    overflow: hidden;
    position: relative;
}
.lineTitle:before {
    content: "";
    display: block;
    width: 33%;
    height: 3px;
    background-color: var(--color-accent-yellow);
    position: absolute;
    bottom: 0px;
    left: 33%;
}
.lineTitle span img {
    height: 32px;
    width: auto;
    margin-right: var(--space-10);
    vertical-align: middle;
}
.lineTitle span {
    color: var(--color-ink);
    font-family: "じゅん 501";
    padding-bottom: var(--space-20);
    position: relative;
    display: inline-block;
    clear: both;
    text-align: center;
    font-size: 4vw;
    margin-top: var(--space-5);
}
.lineTitle span:before {
    content: "";
    display: block;
    width: 33%;
    height: 3px;
    background-color: #CCBD96;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.lineTitle span:after {
    content: "";
    display: block;
    width: 33%;
    height: 3px;
    background-color: var(--color-gold);
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.fuwa {
    padding: 5vh 0px;
    overflow: hidden;
    clear: both;
}
.arrowRigft {
    position: relative;
    display: inline-block;
    padding: 0 var(--space-16) 0 0;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: var(--fs-15);
}
.arrowRigft:before, .arrowRigft:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    display: inline-block;
}
.lineTitleSec {
    text-align: center;
    overflow: hidden;
    position: relative;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 4vw;
}
.lineTitleSec:before {
    content: "";
    display: block;
    width: 84px;
    height: 3px;
    background-color: var(--color-accent-yellow);
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -42px;
}
.lineTitleSec span img {
    height: 32px;
    width: auto;
    margin-right: var(--space-10);
    vertical-align: middle;
}
.lineTitleSec span {
    color: var(--color-gray-mid);
    font-family: 'Poppins', sans-serif;
    padding-bottom: 2vh;
    width: 249px;
    position: relative;
    display: block;
    clear: both;
    text-align: center;
    font-size: 3vw;
    margin-top: 1vh;
    margin-right: auto;
    margin-left: auto;
}
.lineTitleSec span:before {
    content: "";
    display: block;
    width: 83px;
    height: 3px;
    background-color: #CCBD96;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.lineTitleSec span:after {
    content: "";
    display: block;
    width: 83px;
    height: 3px;
    background-color: var(--color-gold);
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.lineTitleThird {
    text-align: center;
    overflow: hidden;
    position: relative;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 4vw;
    margin-bottom: 5vh;
    clear: both;
}
.lineTitleThird:before {
    content: "";
    display: block;
    width: 34%;
    height: 3px;
    background-color: var(--color-accent-yellow);
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -17%;
}
.lineTitleThird span {
    color: var(--color-gray-mid);
    font-family: 'Poppins', sans-serif;
    width: 100%;
    position: relative;
    display: block;
    clear: both;
    text-align: center;
    margin-top: 0px;
    text-indent: 100%;
    height: 3vh;
    line-height: 30px;
}
.lineTitleThird span:before {
    content: "";
    display: block;
    width: 33%;
    height: 3px;
    background-color: #CCBD96;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.lineTitleThird span:after {
    content: "";
    display: block;
    width: 33%;
    height: 3px;
    background-color: var(--color-gold);
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.lineTitleFourth {
    text-align: center;
    overflow: hidden;
    position: relative;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 4vw;
    margin-bottom: 5vh;
    clear: both;
}
.lineTitleFourth:before {
    content: "";
    display: block;
    width: 34%;
    height: 3px;
    background-color: var(--color-accent-yellow);
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -17%;
}
.lineTitleFourth div {
    width: 100%;
    position: relative;
    display: block;
    clear: both;
    text-align: center;
    margin-top: 0px;
    line-height: 24px;
    padding: 0px 0px var(--space-20);
    font-weight: 700;
}
.lineTitleFourth div:before {
    content: "";
    display: block;
    width: 33%;
    height: 3px;
    background-color: #CCBD96;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.lineTitleFourth div:after {
    content: "";
    display: block;
    width: 33%;
    height: 3px;
    background-color: var(--color-gold);
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.lineTitleFourth span {
	font-weight: 700;
}
/*PAGER
-----------------------------------------------*/
.pager {
	text-align: center;
	height: 48px;
	line-height: 48px;
	margin: 5vh 0;
}
.pager a {
	color:var(--color-olive);
}
a.page-numbers, .pager .current {
	background:var(--color-white);
	border: 1px solid var(--color-olive);
	padding:8px var(--space-10);
	margin:0 2px;
}
.pager .current {
    background-color: var(--color-olive);
    border: 1px solid var(--color-olive);
    color: rgba(255,255,255,1);
}
/*PAGE UP
-----------------------------------------------*/
#pageUp {
    display: none;
}
/*BREAD
-----------------------------------------------*/
#bread {
    text-align: left;
    margin: 24px auto 0;
    overflow: hidden;
    clear: both;
    padding: 0 5vw 2vh;
    width: 100%;
}
#bread ol {
	overflow: hidden;
	padding: var(--space-15) 0px;
}
#bread ol li {
    display: inline-block;
    line-height: 20px;
    font-size: var(--fs-12);
    color: var(--color-ink);
    position: relative;
}
#bread ol li a {
	position: relative;
	display: block;
	padding-right: 25px;
	color: var(--color-ink);
	vertical-align: middle;
	text-decoration: none;
	font-size: var(--fs-12);
}
#bread ol li a:before, #bread ol li a:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
#bread ol li a:before {
	right: 10px;
	width: 	8px;
	height: 8px;
	border-top: 1px solid var(--color-ink);
	border-right: 1px solid var(--color-ink);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#bread ol li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);	/* Ie用 */
}