﻿*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    background-image: url(../images/subtle_white_feathers.png);
    color: var(--color-text);
}
.wrap {
    min-width: 1100px;
    position: relative;
    /* CSS sticky footer（旧 footerFixed.js の置換・2026-06-05）。
       コンテンツが短いページでも #footer{margin-top:auto} で footer を
       ビューポート下端へ。#footer は .wrap の実質最終フロー子（#pageUp は fixed）。 */
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.left {
    float: left;
}
.align-left {
    text-align: left;
}
.right {
    float: right;
}
.alignRight {
    text-align: right;
}
.alignCenter {
    text-align: center;
}
.alignLeft {
	text-align: left;
}
.link:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);	/* Ie用 */
}
.link {
    transition: opacity 0.3s ease-out;
}
.auto {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    line-height: 22px;
    text-align: left;
}
.displaynone, #header_sp, #right-sidr, .lead-sp {
    display: none;
}
.block {
    display: block;
}
.both {
    clear: both;
}
.hidden {
    overflow: hidden;
}
.inline {
    display: inline-block;
}
.big28 {
    font-size: 28px;
}
.big18 {
    font-size: var(--fs-18);
}
.bold {
    font-weight: bold;
}
.full {
    width: 100%;
}
.half {
    width: 50%;    
}
.green, .green a {
    color: #72A92F;
}
.black {
	color: var(--color-text);
}
.blue, .single a {
    color: var(--color-brand);
}
.single a:hover {
    text-decoration: underline;	
}
.orange {
    color: #EA901E;
}
.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);
}
.under:hover {
    text-decoration: underline;	
}
.m100 {
	margin: 100px 0px;
}
.mbottom5 {
    margin-bottom: var(--space-5);
}
.mbottom15 {
    margin-bottom: var(--space-15);
}
.mbottom10 {
    margin-bottom: var(--space-10);
}
.mbottom20 {
    margin-bottom: var(--space-20);
}
.mbottom30 {
    margin-bottom: var(--space-30);
}
.mbottom40 {
    margin-bottom: var(--space-40);
}
.mbottom50 {
    margin-bottom: var(--space-50);
}
.mbottom60 {
    margin-bottom: 60px;
}
.mbottom70 {
    margin-bottom: 70px;
}
.mbottom80 {
    margin-bottom: 80px;
}
.mbottom90 {
    margin-bottom: 90px;
}
.mbottom100 {
    margin-bottom: 100px;
}
.mtop50 {
    margin-top: var(--space-50);
}
.mtop70 {
    margin-top: 70px;
}
.mtop100 {
    margin-top: 100px;
}
.w300 {
	width: 300px;	
}
.w450 {
    width: 450px;	
}
.w500 {
    width: 500px;	
}
.left50 {
    margin-left: var(--space-50);	
}
.indent10 {
    padding: 0 var(--space-10);	
}
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);
    min-width: 430px;
    position: relative;
    display: inline-block;
    clear: both;
    text-align: center;
    font-size: 28px;
    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: var(--space-50) 0px 80px;
    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;
}
#main {
    position: relative;
    width: 100%;
    padding-bottom: 140px;
}
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;
}
.btn {
    width: 185px;
    height: 50px;
    display: inline-block;
    cursor: pointer;
    line-height: 48px;
    overflow: hidden;
    margin: 0 var(--space-20);
    border: 1px solid #000000;
    background-color: var(--color-white);
    color: #000000;
    font-family: 'Kosugi Maru', sans-serif;
    font-size: var(--fs-16);
    text-align: center;
}
.btn:hover {
    color: var(--color-white);
    background-color: var(--color-link);
}
/*PAGE UP
-----------------------------------------------*/
#pageUp {
    position: fixed;
    right: 50px;
    bottom: 0px;
    cursor: pointer;
    clear: both;
    display: inline-block;
    width: 210px;
    height: 45px;
    border-radius: 6px 6px 0px 0px;
    background-color: var(--color-accent-yellow);
    vertical-align: middle;
    z-index: 9998;
    padding-left: var(--space-20);
    color: var(--color-white);
    line-height: 45px;
    font-size: var(--fs-16);
	font-family: 'Kosugi Maru';
}
/* GO TOP ボタンのフェード（旧 js/script.js の jQuery fadeIn/fadeOut を置換・2026-06-04）。
   既定は非表示、JS が scroll>100 で .is-shown を付与してフェード表示。 */
#pageUp {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}
#pageUp.is-shown {
    opacity: 1;
    visibility: visible;
}
#pageUp:before, #pageUp:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    display: inline-block;
}
#pageUp:before {
    left: 20px;
    width: 12px;
    height: 12px;
    border-top: 3px solid var(--color-white);
    border-right: 3px solid var(--color-white);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 8px;
}
/*FUWA
-----------------------------------------------*/
.fadeInDown {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 3s;
    -ms-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% {
opacity: 0;
-webkit-transform: translateY(-20px);
}
 100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@keyframes fadeInDown {
 0% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
 100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}