*{
    margin: 0;
    padding: 0;
}


body{
    /* background-color: #faf4e8; */
    background-color: #faf4e8;
    font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic'  
}

.toppage{
    background-image: url(../images/toppage.jpg);
    height: 100vh; /* 全画面表示 */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.contents-header{
    /* margin: 15px 30px 0px 30px; */
    /* position: fixed; */
    padding: 15px 30px 0px 30px;
    background-color: #faf4e8;
    /* margin: 0 -200%; 
    padding: 0 200%; */
}

.toppage-header{
    /* margin: 15px 30px 0px 30px; */
    padding: 15px 30px 0px 30px;
    position: fixed;
    background-color: none;

    /* background-color: rgb(223, 175, 175); */
    /* margin: 0 -200%; 
    padding: 0 200%; */
}


header{
    display: flex;
    justify-content: space-between;
    left: 0;
    right: 0;
}

/* a.anchor {
    display: block;
    padding-top: 250px;
    margin-top: -250px;
} */
.main-nav{
    display: flex;
    list-style: none;
    margin-right: 50px;
}

.main-nav a{
    font-size: 1.1rem;
    text-decoration: none;
    padding-left: 55px;
    color: rgb(0, 0, 0);
}

.main-nav a:hover{
    color: #b19f90;
}

/* ドロップダウンリスト */
.drop-list{
    margin-top: 10px;
    margin-bottom: 10px;
}
li{
    list-style: none;
}
ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
.main-nav > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    margin-top: -30px;
    /* top: 40px; */
    width: 100%;
    /* background: #072A24; */
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}
/* ドロップダウンリストここまで */
    
.profile-box{
    /* text-align: center; */
    padding: 50px 200px 50px 200px;
}
@media screen and (max-width: 960px) {
    /* .profile-box {
        padding: 20px 20px 20px 20px;
    } */
  }


.contents-title{
    border-bottom: 2px solid rgb(108, 76, 76);
    color: rgb(0, 0, 0);
    /* margin-right: 200px; */
}

.contents-text{
    color: rgb(0, 0, 0);
    margin-top: 30px;
}

li{
    margin-top: 25px;
}

.sns img{
    padding-right: 25px;
}

.copylight{
    font-size: 0.4rem;
    margin-top: 10px;
    margin-right: 24px;
    text-align: center;
}

.contents-footer{
    text-align: center;
    background-color: #faf4e8;
    width: 100%;
    height: 100px;
    margin: 0 auto;
    position: fixed;
    justify-content: space-between;
    bottom: 0;
    padding-left: 20px;
    padding-right: auto;
}

footer ul li{
    list-style: none;
}

.toppage-footer{
    /* text-align: center; */
    /* background-color: #faf4e8; */
    /* width: 100%; */
    height: 100px;
    right:0px;
    margin-right: 30px;
    position: fixed;
    justify-content: space-between;
    bottom: 0;
    /* padding-left: 20px;
    padding-right: auto; */
}

/* ↑ここまでフッターなど基本設定 */

/* トップページ */
#twitter{
    position: fixed;
    right: 0;
    bottom: 0;
    margin-right: 50px;
    margin-bottom: 100px;
}


/* プロフィール */
.icon{
    width: 150px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.profile-sns{
    display: grid;
    grid-template-columns: 150px 30px 400px;
    justify-content: left;
}
/* ここからニュース */
/* table{
    width: 100%;
    margin-top: 30px;
    border-bottom: 1px solid rgb(133, 96, 96);
}

.news-image{
    width: 200px;
    height: 150px;
    max-width: 200px;
    max-height: 150px;
    text-align: right;
}
.date{
    width: 70px;
    height: 30px;
    font-size: 0.7rem;
}
.table-title{
    width: 500px;
    text-align: left;
}
.table-text{
    vertical-align: text-top;
    padding-top: 5px;
    text-align: left;
} */

.container-news{
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    margin-top: 30px;
    border-bottom: 1px solid rgb(71, 71, 71);
}

/* .container-news div{
    background-color: #b19f90;
} */

.container-newsdate{
    align-self: center;
    font-size: 0.7rem;
    max-width: 70px;
    min-width: 70px;
}
.container-newstitle{
    justify-self: start;
    font-weight: bold;
    width: auto;
    height: 10px;
}
.container-newstext{
    grid-column: 1 / 3;
    height: 110px;
    border-top: 1px dashed rgb(126, 126, 126);
    margin-right: 10px;
}
.container-newsimg{
    justify-self: end;
    max-width: 210px;
    grid-column: 3 / 4;
    grid-row: 1 / 3;
}
/* ニュースここまで */

/* ここからギャラリー */
.container{
    justify-content: center;
    display: grid;
    grid-template-columns: 200px 200px 200px 200px;
    /* grid-template-columns: repeat(4, 1fr); */
    gap: 10px;
    margin-top: 10px;
    /* display: flex;
    flex-wrap: nowrap; */
}
.container img{
    object-fit: cover;
    width: 200px;
    height: 150px;
} 

.gallery-text{
    margin-top: 10px;
    text-align: center;
}
.gallery-text a{
    color: rgb(0, 0, 0);
    border: none;
}

.gallery-text a:hover{
    color: #b19f90;
}
.gallery-text-sub{
    font-size: 0.8rem;
}
/* ここからギャラリー（パーソナル） */
.profile-box-gallery{
    padding-left: 200px;
    padding-right: 200px;
}

.category{
    padding: 10px 0 0 0;
    border-bottom: 1px solid rgb(133, 96, 96);
    max-width: 840px;
    margin-left: auto;   
    margin-right: auto;
}
.category-sub{
    margin-top: 10px;
    margin-bottom: -10px;
    max-width: 840px;
    margin-left: auto;   
    margin-right: auto;
}
.category02{
    padding: 30px 0 0 0;
    border-bottom: 1px solid rgb(133, 96, 96);
    max-width: 840px;
    margin-left: auto;   
    margin-right: auto;
}
.animation{
    justify-content: center;
    display: grid;
    grid-template-columns: 405px 405px;
    gap: 10px;
    margin-top: 10px;
}
.animation video{
    object-fit: cover;
    width: 400px;
    max-width: 840px;
}
.container-calendar{
    justify-content: center;
    display: grid;
    grid-template-columns: 130px 130px 130px 130px 130px 130px;
    gap: 10px;
    margin-top: 10px;
}

/* ここからコンタクト */

.ryoukinhyou{
    text-align: center;
}
.btn{
    border: none;
    margin-top: 50px;
    padding: 15px 50px;
    font-weight: bold;
    color: rgb(53, 53, 53);
    background: rgb(255, 144, 144);
    border-radius:  5px;
}
.btn:hover{
    opacity: 80%;
    color: #ffecec;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.514);
}
td{
    width: 280px;
}
.kuuran{
    width: 500px;
}
.yosan{
    width: 200px;
}
textarea{
    resize: none;
    width: 500px;
    height: 180px;
    margin-bottom: 20px;
}
section.form h3{
    text-align: center;
}
section{
    text-align: left;
}
table{
    text-align: left;
}
.table-settumei{
    vertical-align: top;
    padding-left: 20px;
    margin-top: -15px;
    font-size: 0.9rem;
}
/* form{
    margin-bottom: 200px;
} */
form .submit-button {
    background-color: #d45d5d;
    border: none;
    color: #fff;
    margin-top: 10px;
    padding: 10px 10px 10px 10px;
}
form .submit-button:hover{
    background-color: #f0adad;
}
a{
    text-decoration:none;
    color: #d12424;
    font-weight: bold;
}
a:hover{
    color: #f68484;
}
/* コンタクトページここまで */
   
/* ここからショップ */
.container-itemlist{
    /* width: 100%; */
    display: grid;
    grid-template-columns: 510px 1fr;
    text-align: right;
    /* justify-content: space-between; */
    margin-bottom: 30px;
    border-bottom: 1px solid rgb(53, 53, 53);
}
.big-box01{
    grid-column: 1 / 3;
    grid-row: 1 / 2;
}
.big-box02{
    grid-row: 2 / 4;
    width: 500px;
}
.item-title{
    font-weight: bold;
    text-align: left;
}
.item-text{
    height: 260px;
    text-align: left;
    margin-left: 20px;
}
.item-price{
	/* position: absolute;
	bottom: 0;
	right: 0; */
    /* text-align: right; */
    border: none;
    font-weight: bold;
    margin-right: 0;
    padding-right: 10px;
    justify-self: end;
    height: 26px;
}

tr{
    position: relative;
}
.form-title{
    text-align: center;
}
/* .item-list{
    width: 100%;
    margin-top: 30px;
    border-bottom: 1px solid rgb(133, 96, 96);
}
.item-list table td{
    width: 500px;
}
.item-list table .item-price{
	position: absolute;
	bottom: 0;
	right: 0;
    text-align: right;
    border: none;
    font-weight: bold;
    padding-right: 10px;
} */
section{
    margin-bottom: 200px;
}
.shop-text{
    margin-top: 10px;
    text-align: left;
}
form{
    margin-top: 30px;
}
.submit-button{
    margin-bottom: 20px;
}
.input{
    width: 500px;
}

input{
    border: none;
}
textarea{
    border: none;
}
select,option{
    border: none;
    background-color: #d45d5d;
    color: #fff;
}
/* ショップここまで */
/* ここからプライベートポリシー */
.privacy-title{
    margin-top: 20px;
}
.privacy-text{
    margin-top: 20px;
    margin-bottom: 20px;
}
.list01{
    margin-left: 70px;
}
.list01 li{
    margin-top: 0;
    margin-bottom: 10px;
}
.list02{
    margin-left: 140px;
}
.list02 li{
    margin-top: 0;
    margin-bottom: 10px;
}
/* ここまでプライベートポリシー */

/* ハンバーガーメニュー */
.contents-header {
    padding:10px;
    /* background: #ccc; */
  }
  
  #nav-drawer {
    position: relative;
  }
  
  /*チェックボックス等は非表示に*/
  .nav-unshown {
    display:none;
  }
  
  /*アイコンのスペース*/
  #nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
  }
  
  /*ハンバーガーの形をCSSで表現*/
  #nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;/*線の太さ*/
    width: 25px;/*長さ*/
    border-radius: 3px;
    background: #555;
    display: block;
    content: '';
    cursor: pointer;
  }
  #nav-open span:before {
    bottom: -8px;
  }
  #nav-open span:after {
    bottom: -16px;
  }
  
  /*閉じる用の薄黒箇所*/
  #nav-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
  }
  
  /*メニューの中身*/
  #nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    width: 90%;
    max-width: 330px;/*最大幅（お好みで調整を）*/
    height: 400px;
    background: rgba(255, 255, 255, 0.76);
    transition: .3s ease-in-out;
    -webkit-transform: translateX(-300%);
    transform: translateX(-300%);
    margin: 100px auto 1000px auto;
    padding-top: 50px;
  }

  #nav-content a{
    display: inline-block;
    color: #000;
    font-size: 1.4rem;
    margin-left: 70px;
    padding-bottom: 25px;
}
#nav-content a:hover{
    opacity: 40%;
}
.h-menu .h-menulist{
    margin-bottom: 40px;
}
  
  /*チェックがついたら表示させる*/
  #nav-input:checked ~ #nav-close {
    display: block;
    opacity: .5;
  }
  
  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
  }
  
  .header-logo-menu{
    margin: 20px 20px 20px 20px;
   display: flex;
   display: -moz-flex;
   display: -o-flex;
   display: -webkit-flex;
   display: -ms-flex;
   flex-direction: row;
   -moz-flex-direction: row;
   -o-flex-direction: row;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
  }

  @media screen and (min-width: 959px) {
    .header-logo-menu {
      display: none;
    }
  }
  @media screen and (max-width: 960px) {
    .main-nav {
      display: none;
    }
  }
  
/*ロゴやサイトタイトルをセンタリング*/
.logo-area{text-align:center;margin:auto;}
/* ハンバーガーメニューここまで */

/* ここからモバイル版タブレット用 */
@media (max-width: 959px){
.profile-box {
    padding: 20px 20px 20px 20px;
}
/* ここからタブレット版ニュース */
.container-news{
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
}
.container-newsimg{
    grid-column: auto;
    grid-row: auto;
}
.container-newstext{
    grid-column: auto;
    grid-row: auto;
    border-top: none;
}

/* ここまでタブレット版ニュース */
/* ここからタブレット版ギャラリー */
.container{
    display: grid;
    /* justify-content: center; */
    /* justify-content: space-between; */
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-column: auto;
    grid-row: auto;
}
.item {
    text-align: center;
}

.animation{
    display: grid;
    /* justify-content: center; */
    justify-content: space-between;
    grid-template-columns: repeat(auto-fit, minmax(440px, 1fr));
    gap: 0;
}
video{
    width: 500px;
}

.item-anime{
    text-align: center;
}

.container-calendar{
    display: grid;
    /* justify-content: center; */
    /* justify-content: space-between; */
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 0;
}
/* ここまでタブレット版ギャラリー */
/* ここからタブレット版ショップ */
.container-itemlist{
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
}
.item-text{
    height: auto;
    margin-left: 0;
}
.item-price{
    text-align: left;
}
.big-box01{
    grid-column: auto;
    grid-row: auto;
}
.big-box02{
    grid-column: auto;
    grid-row: auto;
    height: auto;
    max-width: 420px;
}
.big-box02 img{
    max-width: 430px;
}
.input{
    max-width: 420px;
}
textarea{
    resize: none;
    width: 420px;
    height: 150px;
}
/* ここまでタブレット版ショップ */
.main-nav a{
    font-size: 0.7rem;
}
.toppage{
    background-image: url(../images/toppage-middle.jpg);
    height: 100vh; /* 全画面表示 */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;}
#twitter{
    display: none;
    /* width: 180px;
    position: fixed;
    right: 0;
    bottom: 0;
    margin-right: 50px;
    margin-bottom: 100px; */
}
/* ここからタブレット版コンタクト */
table{
    display: block;
    /* overflow-x: scroll; */
    white-space: nowrap;
    width: 80%;
    max-width: 800px;
}
  table th,
  table td {
border-bottom: none;
display: block;
width: 100%;
  }
  table tr{
    padding-top: 30px;
  }

  form{
    max-width: 800px;
  }

  td input{
    max-width: 420px;
  }
/* ここまでタブレット版コンタクト */
}



/* ここからモバイル版スマホ用 */
@media (max-width: 481px){
.main-nav a{
font-size: 0.5rem;
}
.profile-box {
    padding: 20px 20px 20px 20px;
}
.toppage{
    background-image: url(../images/toppage-mini.jpg);
    height: 100vh; /* 全画面表示 */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
/* ここからモバイル版ニュース */
.container-news{
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
}
.container-newsimg{
    grid-column: auto;
    grid-row: auto;
}
.container-newstext{
    grid-column: auto;
    grid-row: auto;
    border-top: none;
}

/* ここまでモバイル版ニュース */
/* ここからモバイル版ギャラリー */
.container{
    display: grid;
    /* justify-content: center; */
    /* justify-content: space-between; */
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-column: auto;
    grid-row: auto;
}
.item {
    text-align: center;
}

.animation{
    display: grid;
    justify-content: center;
    /* justify-content: space-between; */
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 0;
}
#animation video{
    width: 80%;
}
.animation{
    width: 80%;
}


.item-anime{
    text-align: center;
}

.container-calendar{
    display: grid;
    /* justify-content: center; */
    /* justify-content: space-between; */
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 0;
}
.gallery-text{
    font-size: 0.7rem;
}
/* ここまでモバイル版ギャラリー */
/* ここからモバイル版ショップ */
form{
    width: 100%;
}
.container-itemlist{
    display: grid;
    grid-template-columns: repeat(auto-fit, min-max(300px, 1fr));
    width: 100%;
}
.item-text{
    height: auto;
    margin-left: 0;
}
.item-price{
    justify-self: start;
}
.big-box01{
    grid-column: auto;
    grid-row: auto;
}
.big-box02{
    grid-column: auto;
    grid-row: auto;
    height: auto;
    max-width: 300px;
}
.big-box02 img{
    max-width: 300px;
    size: 80%;
}
.input{
    max-width: 300px;
}
textarea{
    resize: none;
    width: 300px;
    height: 150px;
}
/* ここまでモバイル版ショップ */
.main-nav a{
    font-size: 0.7rem;
}
.toppage{
    background-image: url(../images/toppage-mini.jpg);
    height: 100vh; /* 全画面表示 */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;}
#twitter{
    display: none;
    /* width: 180px;
    position: fixed;
    right: 0;
    bottom: 0;
    margin-right: 50px;
    margin-bottom: 100px; */
}
/* ここからモバイル版コンタクト */
table{
    display: block;
    /* overflow-x: scroll; */
    white-space: nowrap;
    width: 80%;
    max-width: 300px;
}
  table th,
  table td {
border-bottom: none;
display: block;
width: 100%;
  }
  table tr{
    padding-top: 30px;
  }

  form{
    max-width: 300px;
  }

  td input{
    max-width: 300px;
  }
/* ここまでモバイル版コンタクト */
}



      
  
  
  
