
      .sp_head_wrap{
        display: flex;
        background: rgba(172, 152, 122, 0.5);
      }
      .sp_logo{
        width: 50%;
      }
      .sp_menu {
        width: 50%;
        margin-left: 20px;
    }
    .lang {
      display: flex;
      margin-top: 5%;
      margin-bottom: -10%;
      margin-left: 16%;
      width:80%;
    }
    .lang label{
      margin-left: -20px;
    }
    .ja-en{
      width:20px;
    }
    #language {
        display: none;
    }
    #language + label::after {
        content: "English";
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 2px 4px;
        background: #eee;
        cursor: pointer;
    }
    #language:not(:checked) + label + .contents *[lang="en"], #language:checked + label + .contents *[lang="ja"] {
        display: none;
    }
      @media screen and (max-width: 767px){
        .pc_header{
          display:none;
        }
        .btn-menu, a.btn-menu {
        color: #fff;
        background: rgb(195,190,178);
        background: radial-gradient(circle, rgba(195,190,178,1) 0%, rgba(172,152,122,1) 61%, rgba(172,152,122,1) 100%);
        }
        a.btn-radius {
        border-radius: 10px;
        width: 150px;
        height: 30px;
        display: block;
        text-align: center;
        }
        }
    @media screen and (min-width: 768px){
        .sp_header{
          display:none;
        }
    }
    @media screen and (max-width: 320px){
      .sp_logo img {
        width: 170px;
      }
      a.btn-radius {
        width: 120px;
    }
    }
    .kisetsu-list h4{
      font-size:35px!important;
      color:rgb(248, 98, 92);
      text-align: center;
    }
    .plan-list h4{
      font-size:35px!important;
      color:rgb(248, 98, 92);
      text-align: center;
    }

#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #fff;
  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;
  z-index: 9999;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 330px;/*最大幅（調整してください）*/
  height: 100%;
  background: #fff;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#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);
}
.nav_img{
  width: 200px;
  margin:0 auto;
  display: block;
}
#nav-content ul{
  background:rgba(172, 152, 122, 0.7);
}
#nav-content li{
  height: 60px;
  border-top:0.5px solid #f5f5f5;
}
#nav-content li a{
  display: block;
  font-size:20px;
  color:#fff;
  line-height: 3;
  margin-left: 10%;
}
#nav-content ul li img{
  width:60px;
  height: 60px;
}
#nav-content ul li{
  display:flex;
}
.yoyaku{
  margin-top:20px;
}
.icon-li{
  width:30px!important;
  height:30px!important;
  margin-top:15px;
}
.small_a {
    font-size: 14px!important;
    margin-top: 10px;
    margin-left: 60px!important;
}
.langage{
  margin-top:20px;
}
.small_b {
    width: 100%;
    margin-left: 90px!important;
    font-size: 14px!important;
    margin-top: 10px;
}
.gold-tit {
    font-size: 35px;
    color: rgb(248, 98, 92);
    text-align: center;
    border: 5px solid rgb(248, 98, 92);
    border-radius: 20px;
    margin-bottom: 20px;
    margin-top: 60px;
    font-weight: 900;
}
@media screen and (max-width: 320px){
  .coustion h2 {
    width: 85%;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    font-size: 20px;
    background: #008080;
    /* border: 5px solid rgb(248, 98, 92); */
    /* border-radius: 20px; */
    line-height: 2;
    margin-top: 50px;

}}
.mem_wrap{
  max-width: 1070px;
  margin:0 auto;
}
ul#portrait li.gals-box{
	float: left;
	background: url(../images/boxBG.html) no-repeat top right;
	position: relative;	
	width: 90%;
	height: 450px;
	margin: 0.5% 5%;;
	overflow: hidden;
	z-index: 1;
}
ul#portrait li.gals-box .thum{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
ul#portrait li.gals-box .box-thum img.thum{
	width: 60%;
	max-width: 380px;
}
li.gals-box .thum:hover {
	background-color: rgba(255,255,255,0.5);
	transition: 1.5s;
	-moz-transition: 1.5s;
	-webkit-transition: 1.5s;
	-o-transition: 1.5s;
	-ms-transition: 1.5s;
	opacity: 0.8;
}
li.gals-box .thum .icon-new {
    color: #fff;
    background: url(../images/icon/new.html) center center no-repeat;
	background-size: 100%;
	width: 70px;
    height: 70px;
    position: absolute;
    top: -1.5px;
    right: 0;
	z-index: 12;
}
ul#portrait li.gals-box .box-text{
	background-color: rgba(255,255,255,0.5);
	width: 54%;
	height: 410px;
	position: absolute;
	top: 20px;
	right: 10px;
	padding: 2%;
	z-index: 10;
}
ul#portrait li.gals-box .box-text p{
	position: absolute;
	z-index: 20;

}
ul#portrait li.gals-box .box-text p.name-en{
	font-size: 2em;
	top: 50px;
	left: 22px;
	margin-bottom: 6px;
	color: #535353;
}
ul#portrait li.gals-box .box-text p.date{
	font-size: 0.7em;
	font-weight: bold;
	top: 10px;
	right: 14px;
	margin-bottom: 6px;
	color: #535353;
}
ul#portrait li.gals-box .box-text p.name{
	top: 93px;
	left: 16px;
	line-height: 20px;
}
ul#portrait li.gals-box .box-text p.name span.name-ja{
	font-size: 0.9em;
	margin-bottom: 10px;
	color: #535353;
}
ul#portrait li.gals-box .box-text p.name span.size{
	font-size: 0.7em;
	letter-spacing: 1px;
	color: #535353;
}
ul#portrait li.gals-box .box-text ul{
	width: 186px;
	position: absolute;
	top: 168px;
	z-index: 20;
}
	@media screen and (min-width: 675px) {
		ul#portrait li.gals-box .box-text ul{
			width: 279px;
		}
	}
ul#portrait li.gals-box .box-text ul li{
	font-size: 0.7em;
	letter-spacing: 1px;
	text-align: center;
	border: 1px solid rgb(248, 98, 92);
	width: 84px;
	height: 24px;
	float: left;
	padding: 2px 0;
	margin: 0 3px 2px 0;
	background-color: #fff;
	color: rgb(248, 98, 92);
}
ul#portrait li.gals-box .box-text p.comment{
	font-size: 0.8em;
	line-height: 22px;
	background-color: rgba(172, 152, 122, 0.3);
	width: 95%;
	height: 92px; 
	overflow: auto;
	padding: 8px;
	bottom: 68px;	
}
	@media screen and (min-width: 675px) {
		ul#portrait li.gals-box .box-text p.comment{
			height: 122px; 
			bottom: 70px;	
		}
	}
ul#portrait li.gals-box .box-text .button-box{
	position: absolute;
	bottom: 10px;
	right: 4%;
}

ul#portrait li.gals-box .box-text .clearfix .font-gothic {
    font-size: 0.65em;
}
.button-shine {
	background: url(../images/button-shine.html) no-repeat;
	width: 300px;
	height: 38px;
}
@media screen and (min-width: 675px) {
		ul#portrait li.gals-box .box-text p.comment{
			height: 122px; 
			bottom: 70px;	
		}
  }
  ul#portrait li.gals-box .box-text p.comment {
    font-size: 0.8em;
    line-height: 22px;
    background-color: rgba(172, 152, 122, 0.3);
    width: 95%;
    height: 92px;
    overflow: auto;
    padding: 8px;
    bottom: 68px;
}
.change-border01::before {
	bottom: -2px;
	height: 2px;
	right: -2px;
	width: 0px;
}
.change-border01::after,
.change-border01::before,
.change-border01__inner::after,
.change-border01__inner::before {
	background-color: #8e720f;
	content: '';
	display: block;
	position: absolute;
	z-index: 10;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
}
span.change-border01__inner{
	color: #8e720f;
	font-size: 1.2em;
	letter-spacing: 4px;
	line-height: 35px;
}
.work{
  color:#fff;
  width:35%;
  border-radius:5px;
  background:indianred;
  text-align: center;
  margin-top:-2%;
  font-size: 12px;
}
.tab{
    list-style:none;
    padding:0;
    margin:0 auto 20px auto;
    width:100%;
    display:flex;
}
.tab li{
    width:50%;
    background: #f8c6c6;
    margin-right:5px;
    border:1px solid #dfdfdf;
    text-align: center;
    padding:10px 0;
}
.tab li.active{
  background: rgb(248, 98, 92);
}
/* ページャー */
.tab_sub{
    margin:20px auto;
    padding:0;
    display:flex;
    list-style:none;
}
.tab_sub li{
    padding:5px;
    border:1px solid #dfdfdf;
    margin-right:5px;
}
.tab_sub li.active{
    background:#f79b9b;
}
 
.list .inner,
.list .inner table{
    display:none;
}
.list .inner.active{
    display:block;
}
.list .inner table.active{
    display:table;
}
table tr th {
    background: #efefef;
    width: 30%;
}
table tr th, table tr td {
    padding: 5px;
    border: 1px solid #dfdfdf;
}
.tab li {
    width: 33.3%;
    background: rgba(172, 152, 122, 0.5);
    margin-right: 5px;
    border: 1px solid #dfdfdf;
    text-align: center;
    padding: 10px 0;
    color:#fff;
}
.list table {
    border-collapse: collapse;
    width: 100%;
}
.box{
  width:95%;
  margin:0 auto;
}
@media screen and (max-width: 480px){
  ul#portrait li.gals-box {
    float: left;
    background: url(../images/boxBG.html) no-repeat top right;
    position: relative;
    width: 90%;
    height: 350px;
    margin: 0.5% 5%;
    overflow: hidden;
    z-index: 1;
    /* margin: 40px auto; */
    margin-top: 30px;
}
h2.black-sen {
  height:40px!important;
  text-align: center;
  font-size: 20px!important;
}
.space{
  margin-top:70px!important;
}
}
h2.black-sen {
  height:70px;
  text-align: center;
  font-size: 32px;
  padding: 20px 0 0 0;
}
h2.black-sen span:before {
    display: block;
    content: "";
    height: 8px;
}
h2.black-sen span {
    display: inline-block;
    height: 6px;
    background: #000;
}
.more_btn {
    width: 300px;
    background: rgb(248, 98, 92);
    font-size: 2.4rem;
    font-weight: 100;
    color: #FFF;
    text-align: center;
    padding: 8px;
    display: block;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: 20px!important;
}
.space{
  margin-top:100px!important;
}
#sort {
    width: 100%;
    margin: 0 auto;
    display: flex;
    margin: 30px 0;
}
#sort li {
    list-style: none;
    margin: 0 5px;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    width: 25%;
    cursor: pointer;
    text-align: center;
    background: rgba(172, 152, 122, 0.9);
}
a.link-btn:link, a.link-btn:visited {
    width: 300px;
    background: #C8102E;
    font-size: 2.4rem;
    font-weight: 100;
    color: #FFF;
    text-align: center;
    padding: 8px;
    display: block;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 60px;
}
.detDay {
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    display: flex;
    text-align: center;
    font-size: .75rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.detDay li {
    padding: 0 1px;
    /* flex: 1; */
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    flex: 1 1 0px;
}
dl {
    margin: 0;
}
user agent stylesheet
dl {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.detDay li dl dt {
    display: block;
    background: #f8f2e2;
    color: #8f5d1d;
    text-decoration: none;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.detDay li dl dt span {
    display: block;
    color: #333;
}
.detDay li dl dd {
    /* height: 3.9em; */
    text-align: center;
    color: #2ac186;
    margin: 0;
}
h3 {
    background-color: #f3f3f3;
    padding: 10px 20px;
    color: #333;
}
h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
  
}
.detDay li dl dd {
    /* height: 3.9em; */
    text-align: center;
    color: #2ac186;
    margin: 0;
    font-size: 12px;
}
.detDay li dl dt span {
    display: block;
    color: #333;
    font-size: 14px;
}
font{
    font-size:16px;
}
main {
    margin: 0 auto;
    background-color: #06040466;
    color: #fff;
    padding: 60px;
    width: 100% !important;
    max-width: 100% !important;
}      
@media screen and (min-width: 768px){
h1 {
    text-align: center;
    padding: 1em 0;
    font-size: 30px;
    border-bottom: 2px solid #000;
    padding-bottom: 0;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
}
}
@media screen and (max-width: 480px){
h1 {
    text-align: center;
    padding: 1em 0;
    border-bottom: 2px solid #000;
    padding-bottom: 0px;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 24px;
}
.form-wrapper {
    margin-top: 50px;
    max-width: 95%;
}
}
.button-panel .button {
    background: #C8102E;
    border: none;
    color: #fff;
    cursor: pointer;
    height: 50px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    transition: background 0.3s ease-in-out;
    width: 60%;
    display: block;
    margin: 0 auto;
}
div#movie01 {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: -1;
}
.movie01 video.kaishun_mv {
    width: 100vw;
    height: 100vh;
}
