@charset "utf-8";

/* * * Reset * * */
body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, blockquote, pre, table, th, td, form, figure, fieldset, input, textarea {
    margin: 0;
    padding: 0;
}
img {
    vertical-align: baseline;
}
a img {
    border: none;
}
ol, ul {
    list-style: none;
    list-style-type: none;
}


/* * * Setting * * */
body {
    background: #FFF;
    
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;

    font-size: 100%;
    color: #644616;
    text-align: center;
　　text-size-adjust: 100%;
　　-webkit-text-size-adjust: 100%;/*Chrome,Safari*/
　　-ms-text-size-adjust: 100%;/*EgdeMobile*/
　　-moz-text-size-adjust: 100%;/*firefox*/
}
.PC {
    display: none;
}



/* * * general * * */
body {
    font-size: 100%;
}
.inner, .contents{
    width: 100%;
    max-width: 1000px;
	box-sizing: border-box;
    margin: 0 auto;
    padding: 0 20px;
}
img {
    max-width: 100%;
    height: auto;
}
a{
    color: #193c72;
}
a:hover{
    color: orangered;
}


/*** header***/
#header{
    margin: 15px 0 25px;
}
#header ul#head{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#header ul#head li:last-of-type{
    padding-left: 3em;
}

/*pan*/
#header div{
    background-color: #5d7dc3;
    margin-top: 8px;
    font-size: 80%;
}
#header ul#pan{
    padding: 10px 0 10px 20px;
}
#header ul#pan li a{
    display: block;
    text-align: left;
    color: #FFF;
    text-decoration: none;
}
#header ul#pan li a:hover{
    text-decoration: underline;
}




/*** contents***/


/*b_ret*/
.b_ret{
    margin: 1em;
}
.b_ret a{
    display: inline-block;
    width:5em;
    padding: 0.5em 1em;
    text-decoration: none;
    border: 2px solid #d4b686;
    text-decoration: none;
    color: #d4b686;

    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";    
}
.b_ret a:hover{
    background-color: #FDFFCA;
    text-decoration: underline;
    color: #523a14;
}



/*navi*/
.navi{
    display: flex;
    flex-direction: column;
}
.navi li{
    width:100%;
    margin-top: 10px;
}
.navi li a{
    display: block;
    display: flex;
    height: 100%;
    border: 2px solid #d4b686;
    text-decoration: none;
    color: #d4b686;
    justify-content: center;
    align-items: center;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    padding: 0.3em;
    min-height: 3em;
}
.navi li a:hover{
    background-color: #FDFFCA;
    text-decoration: underline;
    color: #523a14;
}
.navi li img{
    vertical-align: middle;
    width:3em;
    padding-right: 0.5em;
    max-width: 100%;    
}














/*instagram*/
.instagram{
    margin: 0 auto;
    max-width:750px;
}

/*mov*/
.mov{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.mov iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}


/** page_top **/
#page_top {
    width: 18%;
    height: 60px;
    position: fixed;
    bottom: 0;
    right: 1%;
    /*border-radius: 50%;*/
}
#page_top a {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    text-decoration: none;
    background: gray;
    opacity: 0.6;
}
#page_top a:hover {
    background: #009944;
    opacity: inherit;
}
#page_top a::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f106";
    font-weight: 900;
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}
@media screen and (max-width: 750px) and (orientation: landscape) { /*横向きの際に適用*/
    .page_top {
        width: 8%;
    }
}



/*** footer***/
#footer {
    margin-top: 2em;
}


#footer #copy {
    padding: 1rem;
    font-weight: 700;
    background: #666666;
    color: #fff;
    font-size: .875rem;
	
}

/*** class ***/
.none {
    display: none;
}
.t1em {
    margin-top: 1em;
}
.t2em {
    margin-top: 2em;
}
.t3em {
    margin-top: 3em;
}
.b1em {
    margin-bottom: 1em;
}
.b2em {
    margin-bottom: 2em;
}
.b3em {
    margin-bottom: 3em;
}

.flex_wrap {
    display: flex;
}

a.hover80:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
    transition: all 1.0s;
}



/*** ul_type ***/
.ul_type01 li {
    text-indent: -1em;
    padding-left: 1em;
}



.fadeInUp {
  opacity : 0;
  transform: translateY(20px);
  transition: 1s;
}



/*------------------------------------------------------
	mediaQuery
*-------------------------------------------------------*/
@media screen and (min-width: 640px) {
    .SP {
        display: none;
    }
    .PC {
        display: block;
    }
 
     body {
        font-size: 110%;
    }
 
 
    /*** header***/
    #header{
        margin: 15px 0 50px;
    }


    /*navi*/
    .navi{
        flex-direction: row;
    }
    .navi li{
        width:33.3%;
        margin: 0 auto;/*ボタン増えたら削除する*/
    }
    .navi li a{
        border-top: 2px solid #d4b686;
        border-left:  none;
        border-right: 2px solid #d4b686;
        border-bottom: 2px solid #d4b686;
    }
    .navi li:first-of-type a{
        border-left: 2px solid #d4b686;
    }






    
    /** page_top **/
    .page_top {
        width: 60px;
        right: 0;
    }
	

	
	
}