@charset "utf-8";

body {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    border-top: 0;
    box-sizing: border-box;
    color: #555;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.07em;
    line-height: 1.5;
    opacity: 0;
}
body.anim{
    animation-name: fadeIn;
    animation-duration: 2s;
    animation-fill-mode:forwards;
    animation-timing-function: ease;
    animation-iteration-count: 1;
}
@keyframes fadeIn{
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

/* バナー */
.top-bn,.top-bn_ht,.sp-bn{
	opacity: 0;
	transition: all 0.3s;
}

.top-bn {
	position: fixed;
	top: auto;
	bottom: 3%;
	left: 20px;
	font-size: 77%;
	z-index: 99;
}
.top-bn_ht {
	position: fixed;
	top: auto;
	bottom: 3%;
	right: 20px;
	font-size: 77%;
	z-index: 99;
}
.top-bn img {
	width: 140px;
}
.top-bn a {
	text-decoration: none;
	color: #fff;
	width: 100%;
	text-align: center;
	display: block;
}
.top-bn_ht a {
	text-decoration: none;
	color: #fff;
	width: 100%;
	text-align: center;
	display: block;
}
.top-bn_ht img {
	width: 140px;
}
.sp-bn{
	display: none;
}
@media screen and (max-width: 768px){
	.top-bn a,
	.top-bn_ht a {
		display: none;
	}
	.sp-bn {
		width: 100%;
		position: fixed;
		top: auto;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		z-index: 99;
		/* display: flex;
		justify-content: center; */
		display: block;
	}
	.sp-bn a img {
		width: 100%;
	}
}

.wrapper {
    width: 800px;
    max-width: 90%;
    margin: 120px auto;
}

.page_title {
    margin: 60px 0;
}
h1 {
    text-align: center;
    font-family: "trajan-pro-3", serif;
    font-weight: 700;
    color: #66828d;
    font-size: 4.8em;
    letter-spacing: 0.15em;
    border-bottom: double;
    width: 60%;
    margin: 150px auto 60px;
    line-height: 1.5em;
}
.pcOn {
    display: block;
}
.drw, .spOn {
    display: none;
}
.ovh {
    overflow: hidden;
}
.ovh > div {
    opacity: 1;
    transition: all 1s;
    transform: scale(1.0);
    -webkit-transition: all 1s;
    -webkit-transform: scale(1.0);
}
.descImg {
    width: 40%;
}
.fll {
    float: left;
}
.descImg+.flr {
    width: 56%;
}
.flr {
    float: right;
}
.ttlBox {
    border-bottom: double #66828d;
    margin-bottom: 30px;
    text-align: left;
}
.newTitle .ttlEn, h1.ttlEn+h1, .ttlBox, .itemInfo+.itemInfo h2, .blogTtl h2, .ttl h1 {
    color: #66828d;
}
.ttlBox h1 {
    font-weight: bold;
    font-family: sans-serif;
    text-align: left;
    font-size: 23px;
    width: 100%;
    margin: 0 0 20px;
    letter-spacing: 1px;
    border-bottom: none;
}
.front p {
    font-size: 13px;
    letter-spacing: .08rem;
    line-height: 2em;
    padding-top: 0.5rem;
    text-align: justify;
}
.front p.ls0{
    letter-spacing: 0;
}
.second_ovh,
.thired_ovh{
    margin-top: 120px;
}
.second_fll {
    width: 56%;
}
p.sign {
    margin: 1rem 0;
    text-align: right;
    zoom: .85;
}
.kome {
    vertical-align: super;
    display:inline;
    font-size: 8px;
}
.ttlBox h1 .kome{
    display:inline;
    font-size:15px;
}


.clearfix, .cf {
    min-height: 1px;
    zoom: 1;
}
.clearfix:after, .cf:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.person {
    margin-top: 60px;
    width: 48%;
}
.person img {
    filter: saturate(.75);
    width: 40%;
    margin: 0 12px 12px 0;
}
.person h3 {
    font-weight: bold;
    text-align: center;
    font-size: 13px;
}
p.centerTxt, footer, .contact table+p, .contact p, .ttl, .pager {
    text-align: center;
}

.mt-20{
    margin-top: -20px;
}
.mt-10{
    margin-top: -10px;
}
.ls0{
    letter-spacing: 0px;
}

	
@media screen and (max-width: 768px) {
	.pcOn {
        display: none;
    }
    .spOn {
        display: block;
    }
    h1 {
        font-size: 3.2em;
        width: 90%;
        margin: auto;
    }
    .wrapper {
        width: 100%;
    }
    .ovh {
        width: 96%;
        margin: auto;
    }
    .second_ovh, .thired_ovh {
        margin-top: 120px;
    }
    .fll, .flr {
        width: 96% !important;
        float: none;
        margin: 0 auto;
    }
    .ttlBox {
        width: 100vw;
        margin-top: 30px;
    }
    .person h3, .person, .person .centerTxt {
        text-align: left;
    }
    .person img {
        width: 20% !important;
        float: left;
    }
    .person+.person {
        margin-top: 45px;
    }
    
    

}

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