@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: 130px;
    background:#fff;
    z-index: 3;
    display: block!important;
    position: relative;
}
header h1{
    clear: both;
text-align: center;
    padding-left:0;
}
#english{
    position: absolute;
    width: 80px;
    top:90px;
    right:10px;
    margin: 0;
}


#globalnavi{
position: absolute;
    top:10px;
    right:10px;
	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: 1.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;
}


nav ul{
    display: block;
  }

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: 90%;;
    height: auto;
    padding-top: 15px;
}
header{
    height: 130px;
}
#effect{
	position:relative;
    width:100%;
    height: 130px;
    box-shadow:1px -5px 7px 7px rgba(204,204,204,0.4); 
}
header h1{
    float: clear;
    padding-left:0;
}
#slider{
	position:relative;
	width:100%;
    height: auto;
margin:0 auto;
	clear:both;
}
        
.flexslider{
    float:left;
width:100%;
	height:auto;
    margin: 0 auto;
    clear:both;
    margin-left: 0px;
	}
#main{
	width:100%;
	height:auto;
	margin:0 auto;
}
#news{
     width: 98%;
    height: auto;
    margin: 0 auto;
    margin-top: 35px;
    clear: both;
}
#news h1{
    border:1px solid #333;
    padding:7px 10px;
    margin-bottom: 20px;
}
#news ul li{
    list-style: none;
    margin-top:10px;
    margin-left: 0;
}

#button{
    width: 300px;
    height: 70px;
    margin: 30px auto;
    border-radius: 35px;
    font-size: 2rem;
    font-weight: bold;
    background: #19448e;
    text-align: center;
    line-height: 70px;
    color:#fff;
}
#order{
    width: 100%;
    height: auto;
    margin: 20px auto;
    clear: both;
    padding-bottom: 30px;
}
#order .small img{
    width: 50%;
    height: auto;
}
#order h1{
    font-size:3rem;
    text-align: center;
}
.order1{
    float: left;
    width: 100%;
    height: auto;
}
.order1 img{
    clear: both;
    width: 98%;
}
.order2{
    width: 100%;
    height: auto;
}
.order2 img{
    clear: both;
    width: 98%;
}
.orrder3 img{
    clear:both;
    width: 96%;
}
#afterfollow{
    width: 100%;
    height: auto;
    margin: 30px auto;
    clear: both;
    border-top:10px solid #4682b4;
    border-left:10px solid #4682b4;
    border-bottom: 10px solid #19448e;
    border-right: 10px solid #19448e;
    padding:20px;
}

#afterfollow h1{
    font-size:3rem;
    text-align: center;
}

#afterfollow h2{
    font-size: 2rem;
    margin:20px;
    color:#333;
    padding-left: 10px;
    box-shadow: 0px 0px 0px 10px #f0f8ff;
    border: dashed 2px #19448e;
    border-radius: 5px;
    background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}
#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:20px;
    padding-top: 30px;
    box-shadow: 0px 0px 0px 10px #ebf6f7;
    border: dashed 7px #c1e4e9;
}
#gift h1{
    font-size:3rem;
    text-align: center;
    margin-bottom: 20px;
}
#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: 70%;
    height: auto;
}
#postage h1{
    margin:0;
    margin-bottom: 10px;
    font-size: 3.5rem;
}
#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:20px;
    padding-top: 30px;
}
#exchange h1{
    font-size:3rem;
    text-align: center;
    margin-bottom: 20px;
}
#exchange h2{
    font-size: 2rem;
    margin:20px;
    margin-top: 20px;
    color:#333;
    padding-left: 10px;
    box-shadow: 0px 0px 0px 10px #f0f8ff;
    border: dashed 2px #19448e;
    border-radius: 5px;
    background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}
#kiji{
    width: 100%;
    height: auto;
    margin: 30px auto;
}
#kiji h1{
    font-size:3rem;
    text-align: center;
    margin-bottom: 20px;
    background: #ebf6f7;
    box-shadow: 0px 0px 0px 10px #ebf6f7;
    border: dashed 7px #c1e4e9;
    border-radius: 8px;
}
/*privacy policy他*/
#privacy{
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
}
#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: 15px;
    }
#privacy h1:before,#company h1:before{
    content: '●';
  color: white;
  margin-right: 5px;
}

#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: 20px;    
}
.table_wrp{
  overflow-x:auto;
  width:350px;
    display: block;
    margin: auto;
}
#company table{
    width: 98%;
    border: 1px solid #fff;
    margin-top: 20px;
    margin-bottom: 40px;
    border-collapse:  collapse;
}
#company .text{
    text-align: center;
    font-size:1.5rem;   
}
#company th,td{
    white-space:nowrap;
}
#company th{
    position:sticky;
  left:0;
}
#payment{
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;    
}
#payment h1{
    font-size:2rem;
    width: 100%;
    color: #505050;
  padding: 0.5em;
  display: inline-block;
  line-height: 1.3;/*行高*/
  background: #c1e4e9;/*背景色*/
  vertical-align: middle;
  border-radius: 15px;
}
#payment h1:before{
    content: '!★';
  color: white;
  margin-right: 4px;
}

#payment table{
    width: 100%;
    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%;
}

.samue{
    width: 100%;
    height: auto;
    margin-top: 20px;
    overflow: hidden;
}
.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%;
}

/*領収書について*/
#recipt{
    width:100%;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
  background: #ebf6f7;
  border-radius: 7px;
    padding:20px;
    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;
}
/*mononofuページ*/
#special{
    width: 100%;
    height: auto;
    margin: 0 auto;
    clear: both;
}
#special img
{width: 100%;}
#special h1{
    font-size:4rem;
    font-family:serif;
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: center;
    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:10px;
    box-shadow: 0px 0px 0px 10px #ebf6f7;
    border: dashed 7px #c1e4e9;
}

.box1 {
    position: relative;
    width: 100%;
    margin: 10px;
    border: solid 1px #f4f4f4;;
    border-radius: 6px;
    padding: 10px;
    background: #f4f4f4;
    margin-bottom: 30px;
}
.box2{
   position: relative;
    width: 100%;
    margin: 10px;
    border-radius: 10px;
    padding: 10px;
    background: #f4f4f4; 
}
#special h4 {
    margin-top:-30px;
    top:-10px;
    left:100px;;
font-size: 2rem;
    background: #a2d7dd;
    padding:6px 10px;
    text-align: center;
    color: #203744;
    font-weight: bold;
}
#special figure img{
    width: 100%;
    height: auto;
}

#special ol li figure img{
    width: 100%;
    margin: 0px auto;
    margin-bottom: 10px;
}

#special h5{
    width: 80%;
    font-size: 3rem;
    text-align: center;
    padding: 20px;
    margin: 20px auto;
    background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    border-radius: 10px;
}