@charset "utf-8";
/* CSS Document */

body{
font: 14px/1.6 "Hiragino Kaku Gothic Pro",Osaka,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",Verdana,Arial,sans-serif;
margin:0;
color:#313131;
}

img{
outline:none;
border-style:none;
}


a{
    color: #561550;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: none;
}
a:visited{
    color: #561550;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a:hover {
    color: #6E3076;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.effect-fade {
    opacity : 0;
    transform : translate(0, 45px);
    transition : all 300ms;
    }
    
.effect-fade.effect-scroll {
    opacity : 1;
    transform : translate(0, 0);
    }



/*****HEADER*****/
header{
    display: block;
    width:100%;
    overflow: hidden;
}

/*****BRANDING*****/
    #branding{
        display: block;
        width: 100%;
        height: 300px;
        overflow: hidden;
        background-image: url(../images/main.png);
        background-position: right;
        background-size: cover;
        margin-bottom: 0;
    }
    #branding h1{
        color: #561550;
        font-family: 'Reem Kufi', sans-serif;
    }
    #branding h1 .purple{
        position: relative;
        font-size: 2.4em;
        top: 130px;
        padding-left: 2em;
    }
    #branding h1 .gold{
        font-size: 1.6em;
        position: relative;
        color: #907F2C;
        top: 170px;
        right: 220px;
    }

@media screen and (max-width:560px){ 
    #branding{
        background-image: url(../images/sp_main.png);
        background-size: cover;
        letter-spacing: 6px;
        height: 375px;
    }
    #branding h1 .purple{
        font-size: 1.6em;
        position: relative;
        top: 260px;
        right: 0px;
        padding-left: 0.3em;
        letter-spacing: 2px;
    }
    #branding h1 .gold{
        font-size: 1.2em;
        color: #907F2C;
        position: relative;
        top: 238px;
        right: 0px;
        margin-left: 77px;
        letter-spacing: 2px;
    }
    
    .flex{
        padding: 2.5% 0;
        display: block;
        flex-direction: row;
        justify-content: space-evenly;
    }
    }


/*****NAV*****/
nav{
    width: 100%;
    background-color: #DCCED5;
    margin-bottom: 5px;
    overflow: hidden;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    opacity: 97%;
    z-index: 1;
    display: block;
}
nav ul{
    display: table;
    margin: 0 auto;
    padding: 0;
    width: 50%;
    text-align: center;
    height: 50px;
    line-height: 2;
    }
nav ul li{
    display: table-cell;
    min-width: 135px;
    }
nav ul li a{
    display: block;
    width: 100%;
    padding: 10px 0;
    text-decoration: none;
    color: #555;
    font-weight: bold;
    }
nav ul li.current{
    background-color: #DEEBF7;
    }
nav ul li.current a{
    color: #555;
    }
nav ul li:hover{
    background-color: #d6bac8;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    }

@media screen and (max-width:560px) {
    /*　ハンバーガーボタン　*/
.menu{
    height: 20px;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 30px;
    z-index: 99;
}
.menu__line{
    background: #561550;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
}
.menu__line--center{
    top: 9px;
}
.menu__line--bottom{
    bottom: 0;
}
.menu__line--top.active{
    top: 8px;
    transform: rotate(45deg);
}
.menu__line--center.active{
    transform:scaleX(0);
}
.menu__line--bottom.active{
    bottom: 10px;
    transform: rotate(135deg);
}
/*gnav*/
.gnav{
    background:#DCCED5;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
}
.gnav__wrap{
    align-items:center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
}
.gnav__menu__item{
    margin: 10px 0;
}
.gnav__menu__item a{
    color: #561550;
    font-size: 2em;
    font-weight: bold;
    text-decoration: none;
    transition: .5s;
}
.gnav__menu__item a:hover{
    color: #666;
}
nav ul li {
    display: block;
    min-width: 135px;
}
}


/*****ARTICLE*****/
section{
    display: block;
    width: 100%;
    margin: 5px auto;
    overflow: hidden;
}
article{
    margin-bottom: 30px;
    overflow: hidden;
}
article h1{
    width: 100%;
    font-size: 150%;
    color: #313131;
    letter-spacing: 3px;
    padding-bottom:2px;
    padding-top: 10px;
    border-bottom: 1px solid #bababa;
    margin-bottom: 15px;
    float: left;
}
article p{
    font-size: 100%;
    color: #313131;
    text-shadow:0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
    letter-spacing: 3px;
    line-height: 220%;
    margin-bottom: 10px;
    padding: 0 180px;
    text-align: center;
}
article .btn{
    color: #fff;
    border: 1px solid orange;
    background-color: orange;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 5px;
    letter-spacing: 5px;
    text-decoration: none;
    overflow: hidden;
    float: right;
}
article .btn:hover{
    background-color: #fff;
    border: 1px solid orange;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    color: orange;
    overflow: hidden;
}

@media screen and (max-width:560px) {
    article p{
        padding: 0;
    }
}

/*****New*****/
.flex{
    padding: 2.5% 0;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}


.flex > *{
    background: #fff;
    text-align: center;
}
.flex,
.flex > *{
    object-fit: cover;
    border-radius: 50%;
    }

#new img{
    margin: 0 auto;
    display: block;
    height: 280px;
    width: 280px;
    object-fit: cover;
    border-radius: 50%;
    border: solid 8px #DCCED5;
}

#new h3{
    text-align: center;
    font-family: 'Reem Kufi', sans-serif;
    font-size: 240%;
}
@media screen and (max-width:560px) {
.flex{
        display: block;
    }
.spnon{
    display: none;
}
}
/*****Profile*****/
#profile .wrapper{
    width: 80%;
    margin: 0 auto;
    padding: 20px;
}

@media screen and (max-width:560px) {
#profile .wrapper{
    width: 90%;
    margin: 0 20px;
    padding: 5px;
}
}

#profile img{
    margin: 0 auto;
    display: block;
    height: 280px;
    width: 280px;
    object-fit: cover;
    border-radius: 50%;
    border: solid 8px #DCCED5;
}

#profile h3{
    text-align: center;
    font-family: 'Reem Kufi', sans-serif;
    font-size: 240%;
}

/*****illust*****/
#illust .wrapper{
    width: 80%;
    margin: 0 auto;
    padding: 20px;
}

#illust img{
    margin: 0 auto;
    display: block;
    height: 280px;
    width: 280px;
    object-fit: cover;
    border-radius: 50%;
    border: solid 8px #DCCED5;
}

#illust h3{
    text-align: center;
    font-family: 'Reem Kufi', sans-serif;
    font-size: 240%;
}

/*****WORK*****/
#work .wrapper{
    margin: 0 auto;
    padding: 20px;
}

#work .bnr{
    text-align: center;
}

#work .bnrsp{
    display: none;
}

#work img{
    margin: 5px auto;
    display: block;
    object-fit: cover;
    border: solid 1px #DCCED5;
    transition: 0.7s;
}

#work img:hover{
    opacity: 0.6;
}

#work h3{
    text-align: center;
    font-family: 'Reem Kufi', sans-serif;
    font-size: 240%;
}


@media screen and (max-width:560px) {
#work img{
     margin: 0 auto;
     display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border: solid 1px #DCCED5;
    margin-bottom: 10px;
}
#work .wrapper{
    width: 100%;
    margin: 0 auto;
    padding: 20px;
}
#work .bnrsp{
    text-align: center;
    display: block;
}
#work .bnr{
    display: none;
}
}

/*****Price*****/
#pricing .wrapper{
    width: 80%;
    margin: 0 auto;
    padding: 20px;
}

#pricing img{
    margin: 0 auto;
    display: block;
    height: 280px;
    width: 280px;
    object-fit: cover;
    border-radius: 50%;
    border: solid 8px #DCCED5;
}

#pricing h3{
    text-align: center;
    font-family: 'Reem Kufi', sans-serif;
    font-size: 240%;
}

#pricing table{
    width: 100%;
    margin-bottom: 40px;
    overflow: hidden;
    float: left;
}

#pricing table , td, th {
	border: 1px solid #595959;
	border-collapse: collapse;
}
#pricing td, th {
	padding: 7px;
	width: 70px;
	height: 7px;
}
#pricing th {
	background: #f0e6cc;
}
#pricing .even {
	background: #fbf8f0;
}
#pricing .odd {
	background: #fefcf9;
}
@media screen and (max-width:560px) {
.table-scroll{
    overflow: auto; /*スクロールさせる*/
    white-space: nowrap; /*文字の折り返しを禁止*/
    margin-left: 20px;
  }
}
  /* 以下、スクロールバーを追加 */
  .table-scroll::-webkit-scrollbar{　　
   height: 5px;
  }
  .table-scroll::-webkit-scrollbar-track{
   background: #333;
  }
  .table-scroll::-webkit-scrollbar-thumb {
   background: #999;
  }
  
  /* 以下、tableの指定 */
  .table-scroll table{
      border-collapse:collapse;
      border-spacing:0;
    border-top:#ccc solid 1px;
    border-left:#ccc solid 1px;
  }
  .table-scroll table th,
  .table-scroll table td{
    padding:10px 15px;
    font-weight:normal;
    border-right:#ccc solid 1px;
    border-bottom:#ccc solid 1px;
    font-size:12px;
  }
  .table-scroll table th{
    background:#eee;
    width:80px;
  }

/*****contact*****/
#contact .wrapper{
    width: 80%;
    margin: 0 auto;
    padding: 20px;
}

#contact img{
    margin: 0 auto;
    display: block;
    height: 280px;
    width: 280px;
    object-fit: cover;
    border-radius: 50%;
    border: solid 8px #DCCED5;
}

#contact h3{
    text-align: center;
    font-family: 'Reem Kufi', sans-serif;
    font-size: 240%;
}


/*****Footer*****/
footer{
    font-size: 80%;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #DCCED5;
}
footer address{
    color: #fff;
    letter-spacing: 5px;
    font-style: normal;
}

#illust-marin{
    display: block;
    width: 100%;
    overflow: hidden;
    background-image: url(../images/01_marine/1-100.jpg);
    background-size: contain;
    background-position: right;
    margin-bottom: 20px;
    letter-spacing: 6px;
    line-height: 300px;
}
#illust-marin h1{
    color: #561550;
    font-family: 'Reem Kufi', sans-serif;
    padding-left: 20%;
}
#illust-marin h1 .purple{
    font-size: 300%;
}
#illust-marin h1 .gold{
    color: #907F2C;
    position: relative;
    top: 30px;
    right: 150px; 
}