@charset "UTF-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
    box-sizing: border-box;
}
.clearfix:after{
	content:"";
	display:block;
	clear:both;}
.clear{
	clear:both;
	}
header{width:100%;
    height: 110px;
    background:#fff;
    z-index: 3;
    display: block!important;
}
#inner{
    width: 100%;
}
header h1{
    clear: both;
text-align: center;
    padding-left:0;
}
#english{
    position: absolute;
    width: 80px;
    top:80px;
    right:10px;
    margin: 0;
}

#globalnavi{
position: absolute;
    top:15px;
    right:15px;
	width:100%;
	padding-top:10px;
	padding-right:5px;
	text-align:center;
	height:auto;}

input [type="checkbox"]{
	display:none;}

label{
	position:absolute;
	top:10px;
	right:10px;
    cursor: pointer;
	z-index:5;}
label span{
    display: block;
    width: 25px;
    height: 5px;
    background-color: rgba(0,0,0,1);
    margin-top: 4px;
    border-radius: 2px;
    transition: 1s;
    transform-origin: left;
}
label span:nth-child(2){
    transform-origin: center;
}
nav{
	background-color: rgba(42,147,203,1);
    position: fixed;
    top:0;
    bottom: 100%;
    left:0;
    right: 100%;
    transition: 2s;
    overflow: hidden;
}
nav ul{
   margin: 0;
    padding-left: 0;
    padding-top: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
}
nav ul li{
    border-top: 3px solid rgba(255,255,255,1);
}
nav ul li:last-child{
    border-bottom: 3px solid rgba(255,255,255,1);
}
nav ul li li:last-child{
    border-bottom: none;
}
nav ul li a{
    display: block;
    line-height: 2.2em;
    font-size:2em;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: 200;
}
nav ul li a:hover{
    background-color: rgba(255,255,255,1);
    color:#000;
}


input[type="checkbox"]:checked+label+nav{
	display:block;
	}
input[type="checkbox"]:checked+label span:first-child{
    transform: rotate(45deg);
}
input[type="checkbox"]:checked+label span:nth-child(2){
    opacity: 0;
    transform: rotate(360deg);
}
input[type="checkbox"]:checked+label span:last-child{
    transform: rotate(-45deg);
}
input[type="checkbox"]:checked+label+nav{
    right: 0;
    bottom: 0;}


#logo{
    width: 100%;;
    height: auto;
    padding-top: 30px;
}
.flexslider{
    float:left;
width:100%;
	height:auto;
    margin: auto;
	}
    
#main{
	width:100%;
	height:auto;
	margin:0 auto;
}
#news{
     width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 35px;
    clear: both;
}

#order{
    width: 100%;
    height: auto;
    margin: 20px auto;
    clear: both;
    padding-bottom: 30px;
}
#order .small img{
    width: auto;
    height: auto;
}
.order1{
    float: left;
    width: 100%;
    height: auto;
}
.order1 img{
    clear: both;
}
.order2{
    width: 100%;
    height: auto;
}
.order2 img{
    clear: both;
}
.orrder3 img{
    width: auto;
}
#afterfollow{
    width: 100%;
    height: auto;
    margin: 20px auto;
    clear: both;
    border-top:10px solid #4682b4;
    border-left:10px solid #4682b4;
    border-bottom: 10px solid #19448e;
    border-right: 10px solid #19448e;
    padding:30px;
}
#gift{
    width: 100%;
    height: auto;
    margin: 20px auto;
    position: relative;
  background: -webkit-repeating-linear-gradient(-45deg, #ebf6f7, #ebf6f7 4px,#ffffff 3px, #ffffff 8px);
  background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 4px,#ebf6f7 3px, #ebf6f7 8px);
  border-radius: 7px;
    padding:30px;
    padding-top: 20px;
    box-shadow: 0px 0px 0px 10px #ebf6f7;
    border: dashed 7px #c1e4e9;
}
#postage{
    width: 100%;
    height: auto;
    margin: 20px auto;
    clear: both;
    border-top:10px solid #4682b4;
    border-left:10px solid #4682b4;
    border-bottom: 10px solid #19448e;
    border-right: 10px solid #19448e;
}
#postage img{
    width: 80%;
    height: auto;
}
#postage h1{
    margin:0;
    margin-bottom: 10px;
    font-size: 4.2rem;
}
#exchange{
    width: 100%;
    height: auto;
    margin: 20px auto;
    clear: both;
    border-top:10px solid #4682b4;
    border-left:10px solid #4682b4;
    border-bottom: 10px solid #19448e;
    border-right: 10px solid #19448e;
    padding:30px;
    padding-top: 20px;
}
#kiji{
    width: 100%;
    height: auto;
    margin: 30px auto;
}
/*privacy policy他*/
#privacy{
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 30px;
}
#privacy h1,#company h1{
    font-size:3rem;
    width: 98%;
    color: #505050;
  padding: 0.5em;
  display: inline-block;
  line-height: 1.3;/*行高*/
  background: #dbebf8;/*背景色*/
  vertical-align: middle;
  border-radius: 20px;
    }
#privacy h1:before,#company h1:before{
    content: '●';
  color: white;
  margin-right: 6px;
}

#privacy p{
    font-size: 1.6rem;
    line-height: 1.8;
    margin-top: 15px;
    padding: 10px;   
}
#company{
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 30px;    
}
#company table{
    width: 98%;
    border: 1px solid #fff;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 40px;
    border-collapse:  collapse;
}
.table_wrp{
  overflow-x:auto;
  width:700px;
    display: block;
    margin: auto;
}
#company .text{
    text-align: center;
    font-size:1.5rem;   
}
#company th,td{
    white-space:nowrap;
}
#company th{
    position:sticky;
  left:0;
}
.samue{
    width: 100%;
}
.samue-child{
    position: relative;
  width: 100%;
  height: 0;
  /* 以下タテヨコ比（アスペクト比） */
  padding-top: 75%;/* 4:3 */
  padding-top: 66%;/* 3:2 */
  padding-top: 56%;/* 16:9 */
}
.samue-child iframe{
    position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#payment table{
    width: 70%;
    border: 1px solid #fff;
    margin: 0 auto;
    margin-top: 30px;
    border-collapse:  collapse;
}
#payment th,td{
     white-space:nowrap;
}
#payment th{
    position:sticky;
  left:0;
}
#payment .smartp img{
    width:70%;
}
/*領収書について*/
#recipt{
    width:100%;
    height: auto;
    margin: 0 auto;
    margin-top: 30px;
    position: relative;
  background: #ebf6f7;
  border-radius: 7px;
    padding:30px;
    padding-top: 20px;
    box-shadow: 0px 0px 0px 10px #ebf6f7;
    border: dashed 7px #c1e4e9;
}
/*seasonページ*/
#season{
     width: 100%;
}
#season img
{width: 100%;}
#season h2,p{
    padding: 10px;
}

footer{
    width: 100%;
}