@charset "utf-8";
@font-face {
    font-family: 'GN-Kin-iro';
    src: url('../font/GN-Kin-iro.eot');
    src: url('../font/GN-Kin-iro.woff2') format('woff2'), url('../font/GN-Kin-iro.woff') format('woff'), url('../font/GN-Kin-iro#iefix') format('embedded-opentype'), url('../font/GN-Kin-iro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/* base */

html {
    font-size: 62.5%;
}

body {
    width: 100%;
    font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    color: #666;
    background-image: url(../img/temp-img/bg.jpg);
    background-attachment: fixed;
    padding: 0;
    margin: 0 auto;
}

main {
    width: 100%;
    height: 100%;
    min-height: 500px;
    margin: 0 auto;
}

h1 {
    font-family: GN-Kin-iro;
    color: #666;
    font-size: 2.8rem;
    font-weight: normal;
    letter-spacing: 3px;
    padding: 10px 0 5px;
    margin: 0 20px;
}

h1 a {
    color: #666;
    text-decoration: none;
}

h2 {
    background-color: #0094c8;
    background-image: url(../img/temp-img/kamon-w.svg);
    background-position: center center;
    background-repeat: no-repeat;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #fff;
    font-size: 3rem;
    font-weight: normal;
    text-shadow: 0 0 3px #1e90ff;
    padding: 50px 0 40px;
    margin: 10px 0 0;
    box-shadow: 0 0 10px #ccc;
}

h2 span {
    display: block;
    color: #eee;
    font-size: 1.8rem;
    border-bottom: solid thin #dbffff;
    padding-bottom: 2px;
    margin-bottom: 5px;
}

h3 {
    position: relative;
    display: inline-block;
    width: 100%;
    min-height: 150px;
    background-image: url(../img/temp-img/h3_gb.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 150px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 2.6rem;
    color: #fff;
    text-shadow: 0 0 2px #5f9ea0, 1px 1px 1px #5f9ea0, -1px -1px 1px #5f9ea0, -1px 1px 1px #5f9ea0, 1px -1px 1px #5f9ea0, -1px 0 1px #5f9ea0, 0 -1px 1px #5f9ea0, 0 1px 1px #5f9ea0, 1px 0 1px #5f9ea0;
    padding: 55px 20px 0;
    margin: 50px 0 20px;
}

h4 {
    position: relative;
    display: inline-block;
    min-width: 250px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 2.2rem;
    text-align: center;
    color: #666;
    padding: 5px 40px;
    margin: 0 auto;
}

h4 span {
    display: block;
    font-size: 1.5rem;
    font-weight: normal;
}

h4::before,
h4::after {
    position: absolute;
    top: 0;
    content: '';
    width: 9px;
    height: 100%;
    box-sizing: border-box;
}

h4::before {
    right: 0;
    border-right: 4px solid #ccc;
    border-left: 2px solid #ccc;
}

h4::after {
    left: 0;
    border-right: 2px solid #ccc;
    border-left: 4px solid #ccc;
}

a {
    text-decoration: none;
    color: #4682b4;
}

a:hover {
    color: #4682b4;
    transition-duration: 0.2s;
}

dt {
    display: inline-block;
    font-size: 1.7rem;
    color: #2e8b57;
    padding-left: 0;
    padding: 0 20px;
    margin: 40px 0 10px;
    border-bottom: double 3px #ccc;
}

dd {
    margin-left: 0;
}

ruby {
    position: relative;
}

ruby rt {
    position: relative;
    font-family: Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    top: 0.6ex;
}

hr {
    border: 0;
    height: 1px;
    background: #ccc;
    background-image: -webkit-linear-gradient(left, #eee, #bbb, #eee);
    background-image: -moz-linear-gradient(left, #eee, #bbb, #eee);
    background-image: -ms-linear-gradient(left, #eee, #bbb, #eee);
    background-image: -o-linear-gradient(left, #eee, #bbb, #eee);
    background-image: linear-gradient(left, #eee, #bbb, #eee);
    margin: 70px 0 70px;
}

p {
    text-align: justify;
    margin: 40px 0;
}

header {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0;
    box-shadow: 0 0 10px #ccc;
}

footer {
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    clear: both;
    box-shadow: 0 0 10px #ccc;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:after {
    display: block;
    content: "";
    clear: both;
}


/* header */

.site-title {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.site-title h1 {
    position: relative;
    padding-left: 80px;
}

.site-title h1:before {
    content: url(../img/temp-img/kamon.svg);
    position: absolute;
    left: 0;
    bottom: 8px;
}

.site-title span {
    display: block;
    font-size: 2.4rem;
    margin-bottom: -5px;
}

nav {
    height: 100%;
}

nav .diamondswrap {
    padding: 5px 0 0;
}

nav .diamondswrap span {
    font-size: 1.4rem;
    top: 40%;
}


/* main */

.main {
    text-align: center;
}

.content img {
    box-shadow: 0 0 10px #999;
}

.wrap {
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

.diamondswrap {
    width: 100%;
    max-width: 1000px;
    padding: 50px 30px 200px;
    margin: 0 auto;
}

.diamondswrap a {
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 2.6rem;
    overflow: hidden;
}

.diamondswrap span {
    display: inline-block;
    position: absolute;
    width: 100%;
    top: 43%;
    left: 0;
    line-height: 1.2em;
    text-shadow: 0 0 2px #333, 1px 1px 1px #333, -1px -1px 1px #333, -1px 1px 1px #333, 1px -1px 1px #333;
}

.diamondswrap_1 {
    width: 100%;
    max-width: 1000px;
    text-align: center;
    margin: 50px auto 60px;
}

.diamondswrap_2,
.diamondswrap_3 {
    width: 100%;
    max-width: 1000px;
    text-align: center;
    margin: 50px auto 150px;
}

.diamondswrap a img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.diamondswrap_1 a img,
.diamondswrap_2 a img,
.diamondswrap_3 a img {
    width: 150%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.diamondswrap a:hover img,
.diamondswrap_1 a:hover img,
.diamondswrap_2 a:hover img,
.diamondswrap_3 a:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.news-box {
    background-color: rgba(255, 255, 255, 0.5);
    width: 95%;
    max-width: 1000px;
    height: 300px;
    border: solid thin #bbb;
    overflow: auto;
    padding: 10px 20px 50px;
    margin: 100px auto;
}

.news-box table {
    width: 100%;
}

.news-box table tr {
    border-bottom: dotted 1px #ccc;
}

.news-box table td {
    text-align: left;
    padding: 15px 5px 12px;
}

.news-box a {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 10px 0;
    padding-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1em;
    position: relative;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s;
}

.news-box a:after {
    position: absolute;
    -webkit-transition: .3s;
    transition: .3s;
    content: '';
    width: 0;
    left: 50%;
    bottom: 0;
    height: 1px;
    background: #3498db;
}

.news-box a:hover {
    cursor: pointer;
    color: #3498db;
}

.news-box a:hover:after {
    width: 100%;
    left: 0;
}

.post_date {
    font-size: 1.4rem;
    color: #999;
}

.topics {
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    padding: 40px 20px 70px;
    margin: 0 auto 250px;
    box-shadow: 0 0 10px #ccc;
}

.topics-box {
    width: 100%;
    max-width: 1000px;
    padding: 30px 10px 90px;
    margin: 0 auto;
    border-bottom: dotted 2px #ccc;
}

.topics_img a {
    display: inline-block;
    width: 220px;
    height: 220px;
    overflow: hidden;
    margin: 10px;
}

.topics_img img {
    width: 220px;
    height: auto;
}

.topics_img img:hover {
    opacity: 0.8;
    transition-duration: 0.2s;
}
.topics_img2 a {
    display: inline-block;
    width: 100%;
    max-width: 650px;
    height: auto;
    overflow: hidden;
    margin: 10px;
}

.topics_img2 img {
    width: 100%;
    max-width: 650px;
    height: auto;
}

.topics_img2 img:hover {
    opacity: 0.8;
    transition-duration: 0.2s;
}
.img_yoko img {
    width: auto;
    height: 100%;
}

.topics .date {
    display: inline-block;
    color: #999;
    border-bottom: dotted thin #ccc;
}

.about {
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    overflow: hidden;
    padding: 40px 20px 100px;
    margin: 0 auto 250px;
    box-shadow: 0 0 10px #ccc;
}

.about-cap {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 2rem;
    margin: 50px 0;
}

.about dt {
    max-width: 1000px;
    line-height: 1.5;
    margin: 30px 0 10px;
}

.about dd {
    margin-bottom: 50px;
}

.about-detail {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.about-detail table {
    width: 100%;
    margin: 40px auto;
}

.about-detail th,
.about-detail td {
    padding: 10px 20px;
    border-bottom: solid thin #ccc;
}

.about-detail th {
    text-align: right;
    color: #4682b4;
}

.about-detail td {
    text-align: left;
}

.about-box {
    margin-bottom: 100px;
    line-height: 2.3;
}

.pedigree {
    width: 100%;
    max-width: 1000px;
    line-height: 2.3;
    margin: 0 auto;
}

.photographer {
    text-align: right;
    margin-top: 150px;
}

.photographer small {
    display: inline-block;
    font-size: 1.1rem;
    color: #999;
    border: solid thin #ddd;
    border-radius: 3px;
    padding: 4px 10px 2px;
}

.pedigree p {
    margin: 30px 0;
}

.prayer {
    width: 100%;
    max-width: 1000px;
    margin: 50px auto 0;
}

.prayer h4 {
    margin-top: 30px;
}

.prayer ul {
    display: inline-block;
    min-width: 200px;
    font-size: 1.7rem;
    vertical-align: top;
    list-style: none;
    padding-left: 0;
    margin: 30px 0 80px;
}

.prayer ul li {
    display: inline-block;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    background-color: #ffffea;
    max-width: 650px;
    padding: 10px 18px 7px;
    margin: 10px 5px;
    box-shadow: 0 0 10px #ddd;
    border-radius: 2px;
}

.prayer ul li ul {
    margin: 5px 0;
}

.prayer ul li ul li {
    background-color: #ffefe0;
    box-shadow: none;
}

.btn {
    display: inline-block;
    line-height: 35px;
    margin: 8px;
    padding: 10px 15px 7px;
    font-size: 1.8rem;
    position: relative;
    opacity: .999;
    border-radius: 3px;
}

.btn-border-o {
    background-color: transparent;
    border: 1px solid #3498db;
    color: #3498db;
}

.btn-border-o:before,
.btn-border-o:after {
    content: '';
    border-style: solid;
    position: absolute;
    z-index: 5;
    border-radius: 3px;
    box-sizing: content-box;
    transition-duration: 0.4s;
}

.btn-border-o:before {
    width: 0;
    height: 100%;
    border-width: 1px 0 1px 0;
    top: -1px;
    left: 0;
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.btn-border-o:after {
    width: 100%;
    height: 0;
    border-width: 0 1px 0 1px;
    top: 0;
    left: -1px;
}

.btn-border-o:hover:before {
    width: 100%;
}

.btn-border-o:hover:after {
    height: 100%;
}

.btn-border-o.btn-blue:before,
.btn-border-o.btn-blue:after {
    border-color: #bbb;
}

.btn-border-o.btn-blue:hover {
    color: #bbb;
}

.p-link .btn {
    font-size: 1.3rem;
    line-height: 2;
    padding: 2px 10px 0;
}

.address {
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    font-size: 1.8rem;
    padding: 100px 20px;
    margin: 0 auto;
    box-shadow: 0 0 10px #ccc;
}

.address div {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.address p {
    text-align: center;
}

.map {
    width: 100%;
    height: 400px;
    margin: 0 0 300px;
    box-shadow: 0 0 10px #ccc;
}

.access-cap {
    width: 100%;
    max-width: 500px;
    color: #4682b4;
    font-size: 2.4rem;
    font-weight: bold;
    border-bottom: solid thin #ccc;
    padding-bottom: 10px;
}

.contact-area {
    background-color: #0094c8;
    color: #fff;
    font-size: 1.7rem;
    padding: 10px 20px 60px;
}

.contact-area h4 {
    color: #fff;
    margin-bottom: 50px;
}

.contact-area a {
    color: #fff;
    text-decoration: none;
}

.contact-area ul {
    max-width: 400px;
    text-align: left;
    font-weight: bold;
    margin: 40px auto;
}

.co_box {
    margin-top: 50px;
}

.tel {
    font-size: 3rem;
}

.tel:before {
    content: url(../img/temp-img/tel.svg);
    margin-right: 10px;
}

.fax {
    font-size: 3rem;
    margin-top: 30px;
}

.fax:before {
    content: url(../img/temp-img/fax.svg);
    margin-right: 10px;
}

.box {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.caption {
    width: 100%;
    max-width: 1000px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    font-size: 2.8rem;
    margin: 50px auto;
}

.txt_c {
    text-align: center;
}

.txt_l {
    text-align: left;
}

.txt_r {
    text-align: right;
}

.under_line {
    border-bottom: solid thin #999;
}

.w_600 {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* pagetop */

.pagetop {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 11;
}

.pagetop a {
    display: block;
    opacity: 0.9;
}

.pagetop img {
    width: 40px;
    height: auto;
}

.pagetop a:hover img {
    opacity: 0.7;
    transition-duration: 0.4s;
    margin-bottom: 10px;
}


/* footer */

address {
    text-align: center;
    font-style: normal;
    color: #666;
    padding: 30px 0 20px;
}

address a {
    color: #666;
    letter-spacing: 3px;
    text-decoration: none;
}

.footer-title {
    position: relative;
    display: inline-block;
    font-family: GN-Kin-iro;
    font-size: 3.4rem;
    padding-left: 70px;
    margin-bottom: 10px;
}

.footer-title:before {
    content: url(../img/temp-img/kamon-s.svg);
    position: absolute;
    left: 0;
    bottom: 0;
}

.sns_link {
    text-align: center;
    padding: 0 20px 10px;
}

.copyright {
    width: 100%;
    max-width: 1000px;
    text-align: center;
    font-size: 1.2rem;
    color: #666;
    padding: 10px;
    margin: 0 auto;
}

@media screen and (max-width: 800px) {
    nav .diamondswrap {
        min-height: 180px;
    }
}

@media screen and (max-width: 600px) {
    .side {
        display: none;
    }
    
    .content {
        margin-left: 0;
    }
    
    .diamondswrap {
        overflow: hidden;
    }
    
    .news-box table td {
        display: block;
        padding: 0 5px;
    }
    
    .news-box a {
        margin: 0;
    }
    
}

@media screen and (max-width: 480px) {
    h2 {
        font-size: 2.6rem;
    }
    h3 {
        font-size: 2.3rem;
    }
    nav .diamondswrap {
        min-height: 290px;
    }
    nav .diamondswrap span {
        font-size: 1.3rem;
    }
    .content .diamondswrap {
        padding: 10px 0 20px;
    }
    .content .diamondswrap_1,
    .content .diamondswrap_2,
    .content .diamondswrap_3 {
        padding: 10px 0 20px;
        margin-left: -20px;
    }
    .content .diamond-box-wrap {
        display: block;
        clear: both;
    }
    .about {
        margin-bottom: 100px;
    }
    .about dd {
        text-align: justify;
    }
    .about-detail td span {
        display: inline-block;
    }
    .about table {
        font-size: 1.3rem;
    }
    .about-detail th,
    .about-detail td {
        padding: 10px 5px;
    }
    .photographer {
        text-align: center;
    }
}
