@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}
section, article, aside, hgroup, header, main, footer, nav, figure {
    display: block;
}
img {
    display: block;
    border-color: black;
}
/* aタグの設定*/
a {
    color: #FFFFFF;
    /* 下線削除 */
    text-decoration: none;
}
a:hover {
    opacity: 0.7;
}
ul ol {
    /* リストマーカー削除 */
    list-style-type: none;
}

.sp {
    display: none;
}

body {
    font-size: 16px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    background-color: #FFFFFF;
    line-height: 1.7em;
}
header {
    width: 100%;
    min-width: 1000px;
    background-color: #000000;
}
#headerInner {
    width: 1166px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}
#headerLogo {
    float: left;
    margin-top: 20px;
    margin-left: 20px;
}
#headerSub {
    float: right;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    overflow: hidden;
}
#headerSub ul {
    float: left;
    list-style-type: none;
}
#headerSub ul li {
    float: left;
}
#searchBox {
    float: left;
}
#headerSub input {
    float: left;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 10px;
}
#headerSub button {
    float: left;
    margin-top: 5px;
    margin-right: 20px;
}
#cart {
    float: left;
    margin-top: 30px;
    margin-left: 40px;
}
#grobalNavi {
    clear: both;
    display: block;
    background-color: #423E3E;
    height: 50px;
    /* 文字の見切れを修正する */
    line-height: normal;
}
#grobalNavi ul {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    overflow: hidden;
    list-style-type: none;
}
#grobalNavi li {
    float: left;
    margin-left: 90px;
}
#grobalNavi li a {
    font-size: 36px;
    letter-spacing: 0.15em;
    color: #FFF;
    transition: all ease 0.3s;
    text-shadow: 3px 3px 1px #4ac0d2;
}
/* メイン部 */
main {
    clear: both;
    width: 100%;
}
#mainPhoto {
    width: 100%;
    height: 100%;
}
/* divで囲んでボックスごと中央へ */
.h2_Style {
    font-size: 32px;
    text-align: center;
    margin: 100px 0 40px 0;
    letter-spacing: 0.1em;
}
.underLine {
    display: inline-block;
    border-bottom: solid 6px #050505;
    padding-bottom: 10px;
}
#news table {
    font-size: 16px;
    margin: auto;
    /* 隣接するセルの枠線を空けずに表示する。 */
    border-collapse: collapse;
}
#news table td {
    height: 100px;
    width: 500px;
    /* セルの底に線を引く。 */
    border-bottom: 2px solid #000000;
}
#birthdayStone {
    margin-bottom: 100px;
}
.month {
    font-size: 24px;
}
.month:hover {
    font-size: 32px;
}
#birthdayStone ul {
    display: flex;
    list-style-type: none;
}
#birthdayStone ul li {
    float: left;
    margin: auto;
}
#birthdayStone ul li p {
    text-align: center;
}
aside img {
    margin: auto;
}
figure.imgHover {
    color: #000;
    position: relative;
    overflow: hidden;
    margin: 0px;
    width: 100%;
    text-align: center;
}
figure.imgHover * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
figure.imgHover img {
    width: 100%;
    transition-duration: 0.3s;
    -webkit-transition: opacity 0.35s;
    transition: .3s;
}
figure.imgHover figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
figure.imgHover p {
    margin: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 20%;
    padding: 5px;
    font-size: 16px;
    color: white;
    line-height: 200%;
    letter-spacing: 2px;
    text-align: left;
    opacity: 0;
}
figure.imgHover:hover img, figure.imgHover.hover img {
    transition-duration: 0.3s;
    border-radius: 0%;
    -webkit-filter: invert(0%);
    filter: invert(40%)
}
figure.imgHover:hover figcaption p, figure.imgHover.hover figcaption p {
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
}
figure.imgHover:hover figcaption p, figure.imgHover.hover figcaption p {
    opacity: 1;
}
/* フッター部 */
footer {
    width: 100%;
    height: 100%;
    min-width: 1000px;
    background-color: #000000;
    float: left;
}
#footerInner {
    height: 200px;
}
#naviList {
    float: left;
}
#subList {
    float: left;
}
#subList small {
    color: #FFFFFF;
}