@charset "utf-8";

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
 
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
 


body {
    line-height:1;
}
 
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
 
nav ul {
    list-style:none;
}
 
blockquote, q {
    quotes:none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
 
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
 
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
 
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
 
del {
    text-decoration: line-through;
}
 
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
 
table {
    border-collapse:collapse;
    border-spacing:0;
}
 
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
 
input, select {
    vertical-align:middle;
}

* {
    margin: 0;
  }

  a{
    text-decoration: none;
    color: black;
}


/* Start */
@media screen and (max-width:8000px){


html{
    font-size: 62.5%;
    }
        /* bodyのフォントサイズを1.6em（16px）に設定 */
    
h1{
    font-size: 5rem; /* 50px */
}

p{
    font-size: 1.5rem; /* 15px */
}

body{
    font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
    font-size: 1.6em;
    padding-top: 138px;
}

header{
    width: 100%;
    position: fixed;
    z-index: 1000;
    background-color: white;
    top: 0;
}

.head-inner{
    margin: 0 auto;
    max-width: 100%;
    width: 1040px;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

h1{
    vertical-align: middle;

}
h1 img{
    width: 300px;
    vertical-align: middle;
}


h1 span{
    font-size: 2.5rem;    
    vertical-align: middle;
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic';
}


.head-bottun{
    display: flex;
}

.head-item{
    border: solid 2px #917134;
    padding: 10px 28px;
    background-color: #917134;
    margin-right: 40px;
}

.head-item:hover{
    opacity: 0.7;
    transition: 0.3s;
}

.head-item a{
    text-decoration: none;
    color: white;
}

.mail:before {
    content: url(../img/mail.png);
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.phone:before {
    content: url(../img/phone.png);
    margin-right: 10px;
    position: relative;
    top: 2px;
}


.menuButton{
    display: none;
}

.menu{
    display: none;
}

.nav{
    display: none;
}





/*global-navigation部分*/ 
.global-nav{
    max-width: 100%;
    align-items: center;
    font-size: 1.6rem;
    border-top: solid 2px #917134;
}

.global-ul{
    margin: 0 auto;
    width: 1040px;
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 25px;
}

.global-nav li{
    position: relative;

}

.global-ul a:hover{
    opacity: 0.5;
}

.global-ul li a{
    text-decoration: none;
    color: #917134;
}

.global-nav li::after {
    content: "";
    border-right: 1px solid ;
    position: absolute;
    right: -0.5rem;
    top: -4px;
    height: 30px;
    color: #917134;
}
 
.global-nav li:last-child::after {
    content: none;
}

.global-ul span{
    padding:20px 10px;
}


/*mainvisualエリア*/
.mainvisual{
    position: relative;
    background-image: url("../img/info.jpg");
    background-size: cover;
    background-position: 25% 75%;
    background-repeat: no-repeat;
    padding-top: 10.01%;
    height: 140px;
}

    .mainvisual::before {
        width:100%;
        height: 100%;
        z-index: 0;
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,0.3);
        }



    .main-title{
        color: white;
        padding: 3vw 2.5vw;
        text-align: center;
        font-size: 55px;
        position: absolute;
        margin: 0 auto;
        top: 50%;
        left: 50%;
        transform : translate(-50%, -50%);
    }


.main{
    margin-bottom: 160px;
}

h2{
    width: 550px;
    text-align: center;
    font-size: 40px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 80px;
    color: #917134;
    line-height: 40px;

}

h2:before, h2:after{
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #444;
    display: block;
}

h2:before{
    margin-right: .4em;
}

h2:after{
    margin-right: .4em;
}

.content{
    background-color: #F3F2E6;
    width: 900px;
    margin: 0 auto;
    padding: 30px 50px;
    margin-bottom: 40px;
}


.textarea-block{
    margin-top: 20px;
}

.textarea-block p{
    line-height: 25px;
}


/*footer*/
.footer-main{
    text-align: center;
    background-color: black;
    background-image: url(../img/footer-background.png);
}

.footer-main h2{
    color: #F3F2E6;
    padding-top: 40px;
    font-size: 3.5rem;
    width: auto;
    margin-bottom: 0px;
}

.footer-main img{
    padding-top: 30px;
    padding-bottom: 30px;
    width: 500px;
    height: 180px;
}

.footer-main img:hover{
    opacity: 0.8;
    transition: 0.3s;
}


.footer-nav{
    max-width: 100%;
    align-items: center;
    font-size: 1.6rem;
    border-top: solid 2px #917134;
    background-color: #F3F2E6;
    text-align: center;
}

.footer-ul{
    margin: 0 auto;
    width: 800px;
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 25px;
}

.footer-nav li{
    position: relative;
}

.footer-ul a:hover{
    opacity: 0.5;
}

.footer-ul li a{
    text-decoration: none;
    color: #906D2D;
}

.footer-nav img{
    width: 300px;
    padding-bottom: 20px;
}

}


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

    .head-item{
        padding: 8px 15px;
        margin-right: 16px;
    }

    h1 img{
        width: 240px;
    }
    
    h1 span{
        font-size: 2.5rem;    
    
    }

    .global-ul{
        width: 800px;
    }
    

    .global-ul span{
        padding:10px 10px;
    }


.global-nav li::after {
    right: -0.1rem;
    top: -4px;
    height: 25px;
}
.main-title{
    font-size: 4.5rem;
}


.main{
    width: 800px;
    margin: 0 auto;
}


.content{
    width: 700px;
}


.footer-main h2{
    font-size: 2.5rem;
    padding-top: 3rem;
}

}



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


    body{
        padding-top: 70px;
    }


.head-item{
    display: none;
}


.menuButton{
    display: block;
    width: 70px;
    height: 70px;
    background-color: #917134;
    position: fixed;
    right: 0;
}


.menuButton li{
    height: 2.5px;
    width: 40px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -200%);
    transition: transform .5s, opacity .5s;
    list-style: none;
}

.menuButton li:nth-of-type(1){
    transform: translate(-50%, -17px);
}

.menuButton li:nth-of-type(3){
    transform: translate(-50%, 8px);
}

.menuButton.show li:nth-child(1) {
    transform: translateX(-50%) rotate(-45deg);
}
.menuButton.show li:nth-child(2) {
    opacity: 0;
}
.menuButton.show li:nth-child(3) {
    transform: translateX(-50%) rotate(45deg);
}

.menu{
    display: initial;
    color: white;
    font-family: YuGothic,'Yu Gothic',sans-serif;    
    font-size: 13px;
    position: absolute;
    bottom: 4px;
    left: 12px;
    letter-spacing: 2px;
}



.nav {
    display: initial;
    position: fixed;
    top: 7rem;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
    height: auto;
    background-color: rgb(255, 248, 219);
    padding-top: 30px;
    width: 70%;
}

.nav.show {
    opacity: 0.93;
    visibility: visible;
    padding-top: 30px;
    padding-bottom: 30px;
}



.nav_menu_li{
    margin-bottom: 30px;
    font-size: 1.6rem;
    text-align: right;
    margin-right: 40px;
}


.global-nav{
    display: none;
}

h2{
    width: 540px;
    font-size: 3.5rem;
}

.main-title{
    font-size: 6vw;
}
    
.main{
    flex-direction:column;
    width: 540px;
}

.content{
    width: 440px;
}

.content p{
    font-size: 1.4rem;
}



.footer-main h2{
    font-size: 1.8rem;
    padding-top: 3rem;
    width: 540px;
    line-height: 25px;
}

.footer-main img{
    width: 400px;
    height: 160px;
}



.footer-nav{
    font-size: 1.6rem;

}

.footer-ul{
    width: 500px;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.footer-ul span{
    padding-right: 20px;
    line-height: 40px;
}


}

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



.site-title img{
    width: 170px;
}
    
.site-title span{
    font-size: 1.6rem;
}
    
.main-title{
    font-size: 3rem;
    width: 80%;
}


h2{
    width: 300px;
    font-size: 2rem;
    margin-top: 60px;
    margin-bottom: 40px;
}

.main{
    width: 300px;
}

.content{
    width: 240px;
    padding: 20px 30px;
}

.content p{
    font-size: 1.2rem;
    line-height: 20px;
}



.sp_br{
    display: initial;
}

.pc_br{
    display: none;
}

.footer-main img{
    width: 300px;
    height: 120px;
}


.footer-ul{
    width: 310px;
}

.footer-ul span{
    padding-right: 10px;
    line-height: 30px;
    font-size: 1.2rem;
}

.footer-nav img{
    width: 200px;
}

.footer-main h2{
    width: 310px;
    font-size: 1.4rem;
}

}


