@charset "UTF-8";

/*全体*/
body{
    min-width: 990px;
    overflow-y: scroll;
}

#wrap{
    font-size:14px;
    padding-bottom: 25px;
}

#main{
    width: 990px;
    margin:0px auto;
    overflow: hidden;
}

p,

option{
    color:#666464;
    margin:0 0 10px 0;
}

dt,
select,
input{
    color:#666464;
}

.tab-menuchild:hover,
.textmenu-child:hover,
.picturemenu-child:hover{
    cursor:initial;
}

a{
    color: #00A7C7;
    text-decoration: underline;    
}

a,
a img{
    outline:none;
    transition-duration:1s;
    -moz-transition-duration:1s;
    -webkit-transition-duration:1s;
    -o-transition-duration:1s;
    -ms-transition-duration:1s;
}

a:not(.linkarrow):hover,
a:not(.linkarrow) img:hover{
    opacity:0.7;
}

a.linkarrow img {
    opacity:0.6;
}
a.linkarrow:hover img,
a.linkarrow.active img {
    opacity:1;
}

/*header*/
header{
    width: 990px;
    margin: 25px auto;
    overflow: hidden;
}

header .logo{
    float: left;
    width: 590px;
}

header .icons{
    float: right;
    width: 350px;
}

header .icons dl{
    float: right;
    overflow: hidden;
}

header .icons dd{
    float: left;
    width: 48px;
    margin: 0 0 0 10px;
}

header .icons dd a{
    display: block;
}

header .icons dd a img{
    display: block;
}
/*
header .icons dd:nth-of-type(1) a img{
    width: auto;
    max-height: 40px;
}
*/
header .icons dd a img,
header .icons dd a img{
    /*
    width: auto;
    max-height: 35px;
    */
    height: 35px;
    margin: 0 auto;
}

header .icons dd.sns-icon{
    width: 35px;
}

header .icons dd.sns-icon a img{
    /*
    width: auto;
    max-height: 23px;
    */
}

/*menu*/
.menu{
    width: 950px;
    margin:0px auto;
}

.menu dl{
    overflow: hidden;
}

.menu dl dd{
    float: left;
    width: 20%;
    height: 100px;
    margin: 0;
    box-sizing: border-box;
    border-right: solid 2px #d1d7d3;
}

.menu dl dd:last-child{
    border:none;
}

.menu dl dd a{

}

.menu dl dd img:nth-of-type(1){
    max-width: 25px;
    height: auto;
    display: block;
    margin: 5px auto 20px auto;
    opacity: .3;
    transition: all 0.3s ease
}
.menu dl[data-current="1"] dd:nth-of-type(1) img:nth-of-type(1),
.menu dl[data-current="2"] dd:nth-of-type(2) img:nth-of-type(1),
.menu dl[data-current="3"] dd:nth-of-type(3) img:nth-of-type(1),
.menu dl[data-current="4"] dd:nth-of-type(4) img:nth-of-type(1),
.menu dl[data-current="5"] dd:nth-of-type(5) img:nth-of-type(1) {
    opacity: 1;
}
.menu dl dd:nth-of-type(1) img:nth-of-type(2),
.menu dl dd:nth-of-type(4) img:nth-of-type(2){
    width: 100%;
    max-height: 44px;
}

.menu dl dd:nth-of-type(2) img:nth-of-type(2),
.menu dl dd:nth-of-type(3) img:nth-of-type(2),
.menu dl dd:nth-of-type(5) img:nth-of-type(2){
    width: 100%;
    max-height: 20px;
}

/*footer*/
footer{
    /* margin-top: 70px; */
    background-color: #666464;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
}

footer a,
footer p,
footer dd{
    font-size:9px;
}

.footerlinks{
    width: 900px;
    margin: 0px auto;
    overflow: hidden;
    padding: 5px 0px;
    background-image: url(../img/footer-logo.svg);
    background-repeat: no-repeat;
    background-position: right;
}

footer dl{
    float: left;
    overflow: hidden;
    margin:0;
}

footer dl dd{
    float: left;
    border-right: solid 3px #FFF;
    margin: 0 15px 0 0;
    padding: 0 15px 0 0;
}

footer dl dd:last-child{
    border:none;
}

footer dl dd a{
    color:#FFF;
}

footer .copyright{
    float: right;
    overflow: hidden;
}

footer .copyright p{
    float: left;
    color: #FFF;
    margin: 0 70px 0 0;
}

/*main*/
.main{
    width: 990px;
    margin:0px auto;
}

.pagetitle{
    display: block;
    margin: 40px 20px 40px;
    height: 40px;
}

.double{
    overflow: hidden;
}

.double>.left{
    float: left;
    width: 50%;
}

.double>.left a{
    width: 60px;
    display: block;
    margin: 0;
}

.double>.right{
    width: 55%;
    margin: 20px auto;
}

/*content1*/


.content1{

}

.content1 dl{
    overflow: hidden;

}

.content1 dl dd{
    float: left;
    width: 435px;
    margin: 0 30px;
    box-sizing: border-box;
}

.content1 dl dd img:nth-of-type(1){
    width: 100%;
}

.content1 dl dd .box-video{
    width: 433px;
    height: 243px;
    border: 1px solid #000000;
    position: relative;
    cursor: pointer;
}

.content1 dl dd .box-video video{
    width: 100%;
}

.content1 dl dd .box-video img{
    position: absolute;
    top: 0;
    left: 0;
}

.titleimg{
    display: block;
    height: 182px;
    overflow: hidden;
}

.content1 .double>.left a{
  float: left;
}

.content1 .double>.right img{
    margin:5px 0px;
}

/*
.content1 .double>.right a{
  float: left;
}
*/
.content1 .double>.right a:nth-of-type(2){
    width: 65px;
    margin: 10px auto;
    display: block;
}

.content1 .double>.right a:nth-of-type(3){
    text-align: center;
    display: block;
}

.content1 .double>.right p{
    text-align: left;
    color: #000;
    font-size: 12px;
}
    
.content1 .double>.right a.type-title{
    text-decoration: none;
}

.content1 .double>.right a.type-title p{
    font-size: 24px;
}

/*content2*/
.content2{

}

.content2 .pagetitle{
    margin: 120px auto 40px;
}

.content2 .arrow{

}

.content2 .arrow .subtitle{
    width: 90px;
    display: block;
    margin: 0 auto 5px;
}

.content2 .arrow a{
    display: block;
    width: 90px;
    margin:0 auto;
}

.content2 .arrow a img{
    width: 100%;
}


.instawrap{

}

.instawrap .hashtag{
    width: 280px;
    display: block;
    margin: 45px auto;
}

.instawrap h2{
    color: #A98F7B;
    font-weight: normal;
    text-align: center;
}

.instawrap a{
    text-align: center;
    display: block;
}

.instawrap dl{
    overflow: hidden;
}

.instawrap dl dd{
    float: left;
    width: 30%;
    margin:0;
    margin:2% 0 0 0;
}

.instawrap dl dd:nth-of-type(3n-1){
    margin:2% 5% 0 5%;
}

.instawrap dl dd img{

}

.instawrap iframe{
    display: block;
    margin: 0 auto;
}

.content2 .instalink{
    display: block;
    margin: 40px auto;
    width: 110px;
}

/*slider cssの上書き*/
.slick-prev:before {
    content: url("../img/arrow-left.svg")!important;
}

.slick-next:before{
    content: url("../img/arrow-right.svg")!important;
}

.slick-prev{
    left:0!important;
}

.slick-next{
    right:0!important;
}

.slick-prev, .slick-next{
    width: 15px!important;
    height: 31px!important;
    top:initial!important;
    bottom: 20px!important;
    z-index:5;
}

.slick-list{
/*
    padding:0 0 40px 0!important;
*/
    margin: 0 40px!important;
}

.slick-list dd{
    margin: 0;
}

.slick-list dd img{
    margin: 0 auto;
}

/*content3*/
.slick-next{

}

.slick-slide img{
    max-height: 120px;
    transition-duration: 0.5s;
    padding: 20px 0;
}

.slick-slide img:hover{
    background-color:#ccc;
}

.template-category{
    width: 690px;
    margin: 50px auto;
    border-top: solid 0.5px #808080;
    padding: 0 170px 0 130px;
}
/*
.template-category h2{
    color: #2096B1;
    font-weight: normal;
}

.template-category h3{
    color: #666565;
    padding: 5px 20px;
    background-color: #DCDDDD;
    box-sizing: border-box;
}

.template-category dl{
    overflow:hidden;
}

.template-category dl dd{
    float: left;
    margin: 0 10px 0 0;
}

.template-category dl dd a{
    color:#000;
    text-decoration: none;
}

.template-category dl dd a:hover{
    color:#2096B1;
}

*/

.template-category dl{
    
}

.template-category dl dt{
    float: left;
    width: 50%;
    text-align: right;
    box-sizing: border-box;
    padding: 10px 50px 10px 0;
}

.template-category dl dt a{
    height: 50px;
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-size: 19px;
}

.template-category dl dt a span{
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
    width: 235px;
}

.template-category dl dt a img{
    vertical-align: middle;
    width: 50px;
    height: 50px;
}

.template-item-list {
    margin: 0 40px;
}
.template-item-list .template-title {
    position: relative;
    text-align: left;
    height: 1em;
}

.template-item-list .template-title:before {
    border-top: 1px solid #666464;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}

.template-item-list .template-title span {
    background-color: white;
    display: inline-block;
    position: absolute;
    padding: 0 0.5em;
    margin-left: 70px;
    color: #666464;
}

.template-item-list .alpha{
    width: 240px;
    float: left;
}

.template-item-list .alpha dl{
    
}

.template-item-list .alpha dl dt{
    width: 100%;
    text-align: right;
    margin-bottom: 15px;
}

.template-item-list .alpha dl dt a{
    height: 50px;
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-size: 16px;
}

.template-item-list .alpha dl dt a span{
    vertical-align: middle;
    margin-right: 10px;
}

.template-item-list .alpha dl dt a img{
    vertical-align: middle;
    width: 50px;
    height: 50px;
}

.template-item-list .beta{
    width: 660px;
    float: right;
}

.template-item-list .beta .template-back{
    width: 100%;
    text-align: right;
}

.template-item-list .beta .template-back a{
    height: 31px;
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-size: 16px;
}
.template-item-list .beta .template-back a span{
    vertical-align: middle;
    margin-right: 10px;
}

.template-item-list .beta .template-back a img{
    vertical-align: middle;
    width: 15px;
    height: 31px;
}

.template-item-list .beta dl {
    cursor: pointer;
}

.template-item-list .beta dl dd {
    float: left;
    margin: 0 0 25px 20px;
}

/*content4*/
.categorylist{
    width: 800px;
    margin: 0 auto;
}

.categorylist h2{
    font-weight: normal;
}

.categorylist dl{
    overflow: hidden;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.categorylist dl dd{
    float: left;
    width: 30%;
    margin: 0 0 30px 0;
    cursor:pointer;
}
.categorylist dl dd div{
    border: solid 1px #000;
    box-sizing: border-box;
    padding: 15px 30px;
    text-align:center;
    position:relative;
}
.categorylist dl dd div:hover{
  background-color:#ccc;
}
.categorylist dl dd div span.item-description{
  position: absolute;
  top: 100px;
  left: 0;
  margin: 0;
  padding: 5px 25px;
  text-align: left;
  background-color: rgba(255,255,255, 0.6);
  display: none;
}
.categorylist dl dd div:hover span.item-description{
  display: block;
}
.categorylist dl dd div span a{
  font-size: 16px;
  color:#666;
}
.categorylist dl dd div span{
  display: block;
  margin-bottom: 10px;
}
.categorylist dl dd:nth-of-type(3n-1){
    margin:0 5% 30px 5%;
}

.categorylist dl dd img{
    max-height: 230px;
    width: auto;
    padding: 20px 0 0 0;
    box-sizing: content-box;
}

.categorylist dl dd a{
    display: block;
    color: #000;
    text-decoration: none;
}

.categorylist dl dd .category-arrow{
    background-image: url(../img/linkarrow.svg);
    background-repeat: no-repeat;
    background-position: 165px center;
    background-size: 45px;
    padding: 15px 65px;
    margin-top: 10px;
}
.categorylist dl dd .item-code{
    text-align: center;
    color: #00A7C7;
    padding: 5px 0;
}
/*content5*/
.linkcolor{
    color: #00A7C7;
    margin-left: 10px;
    font-size: 12px;
}

/*content7*/
.content7 p{
    color:#000;
}

.option-select{

}

.option-order{

}

.option-order .triple{
    overflow: hidden;
}

.option-order .triple h2{
    background-color: #EFEFEF;
    padding: 5px 10px;
    text-align: left;
}

.option-order .triple .left,
.option-order .triple .center,
.option-order .triple .right{
    float: left;
    width: calc(100%/3);
}

.option-order .triple .left{

}

.option-order .triple .left .paddingarea{
    padding: 20px;
    box-sizing: border-box;
}

.option-order .triple .right .paddingarea{
    padding: 0 20px;
    box-sizing: border-box;
}

.option-order .triple .left ul{
    overflow: hidden;
    padding: 0;
}

.option-order .triple .left ul li{
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding: 10px;
    list-style: none;
    cursor:pointer;
}

.option-order .triple .left ul li img{
    border: 1px solid #aaa;
    padding: 5px !important;
}

.option-order .triple .center{

}

.option-order .triple .center ul{
    padding: 0;
    list-style: none;
    margin: 0 0 110px 0;
    text-align: left;
}

.option-order .triple .center ul li{

}

.option-order .triple .center ul li p:nth-of-type(1){
    border-bottom:solid 1px #ddd;
}

.option-order .triple .center ul li p:nth-of-type(2){

}

.option-order .triple .center .totalcost{
    font-size: 26px;
    text-align: center;
}

.option-order .triple .center .oneordercost{
    text-align: center;
}

.option-order .triple .center .totalcost span,
.option-order .triple .center .oneordercost span{
    font-size: 60%;
}

.option-order .triple .right{

}

.option-order .triple .right table,
.option-order .triple .right tbody{
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    border-collapse: collapse;
}

.option-order .triple .right table td{
    border: solid 1px #000;
    padding: 5px;
}

.option-order .triple .right .editbtn,
.option-order .triple .right .deletebtn{
    width: 30%;
    float: right;
    margin: 15px 0 0px 70%;
}

.option-order .thankstext{
    background-color:#EFEFEF;
    padding: 20px;
}

.linkarrow-box {
    margin-top: 30px;
    margin-bottom: 30px;
}

.linkarrow-box a.linkarrow{
    height: 50px;
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-size: 19px;
}

.linkarrow-box a.linkarrow span{
    vertical-align: middle;
    margin: 0 10px;
}

.linkarrow-box a.linkarrow img{
    vertical-align: middle;
    width: 50px;
    height: 50px;
}


.orderattention{
    text-align: right;
    color: #FF0000!important;
}

.option-select section{

}

.blueattention{
    color:#4c89de;
}

.option-select .option-borderwrap{
    padding: 30px 0px;
    margin: 30px 0;
}

.option-select section h2{
    background-image: url(../img/content7-optionicon.svg);
    background-repeat: no-repeat;
    background-position: center left;
    padding: 2px 0 0 120px;
    background-size: 110px;
}

.option-select section h2 span{
    font-size: 75%;
    margin-left: 20px;
}

.option-select .option-borderwrap .double{

}

.option-select .option-borderwrap .double .left{
    float: left;
    width: 24%;
}
.option-select .option-borderwrap .double .left p{
	margin-bottom:0;
	font-size:10px;
	text-align:center;
}

.option-select .option-borderwrap .double .left img{
    width: 100%;
}

.option-select .option-borderwrap .double .left h3{
    text-align: center;
}

.option-select .option-borderwrap .double .right{
    float: right;
    width: 75%;
    padding: 0;
    margin: 14px 0;
    box-sizing: border-box;
    text-align: left !important;
}
.option-select .option-borderwrap .double .right p{
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 2px;
    margin: 0 0 50px 0;
}
.option-select .option-borderwrap .double .right img{
/*    width: 310px;
    margin: 15px 0 0 0;*/
}
.option-select .option-borderwrap .double .right .linkarrow-box{
    margin-left: 95px;
}
.option-select .option-img-wrap{
	border:11px solid #dcdddd;
	border-radius:5px;
	padding:20px 50px;
}
.option-select .option-borderwrap + .option-img-wrap{
	margin-bottom:22px;
}
.option-select section + section .option-borderwrap{
	padding:22px 0!important;
	margin:0!important;
}
.option-select section + section{
	padding-top:63px;
}
.option-select section + section .option-borderwrap .top{
    width: 430px;
    margin: 0 auto;
    padding-right: 122px;
}
.option-select section + section .option-borderwrap .bottom{
    width: 500px;
    margin: 0 auto;
    padding: 17px 0 0 0;
}
.option-select section + section .option-borderwrap .bottom p:first-child{
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 2px;
}
.option-select section + section .option-borderwrap .bottom p.attention{
    color: #FF0000;
    font-size: 18px;
    font-weight: bold;
    padding-left: 230px;
    letter-spacing: 1px;
}
.option-select section + section .option-borderwrap .bottom p.attention + p{
	font-size:10px;
	padding-left: 140px;
}
.option-select section + section .option-borderwrap .bottom p.attention span{
	font-size:11px;
}
.option-select section + section .option-borderwrap .linkarrow-box{
	text-align:center;
}


.option-select .triple{
    overflow:hidden;
}

.option-select .triple .left{
    float: left;
    width: 35%;
}

.option-select .triple .left h3{

}

.option-select .triple .left p{

}

.option-select .triple .right{
    float: right;
    width: 65%;
    overflow:hidden;
    text-align: left !important;
}

.option-select .triple .right {

}

.option-select .triple .right>span{
    display: block;
    width: 50%;
    box-sizing: border-box;
    padding: 10px 20px;
    float: left;
}

.option-select .triple .right p{
    display: inline-block;
    margin: 8px 0 0 5px;
    padding-left: 35px;
}

.option-select .triple .right .input{

}

.option-select .triple .right img{
    width: 100%;
}

.optionsubmit{
    display: block;
    margin: 30px auto;
    width: 330px;
}

.option-attention{

}

.optiontitle{
    border-left: solid 5px #4c89de;
    padding: 0 0 0 10px;
    color: #4c89de;
    font-size: 1.2em;
    font-weight: normal;
}

.option-attention .back{
    background-color: #EFEFEF;
    margin: 20px;
    padding: 20px;
}
.option-attention p{
	color:#231815;
}
.option-attention p.title{
    font-weight: bold;
    margin-bottom: 3px;
    font-size: 15px;
}
.option-attention p.txt{
    margin-bottom: 10px;
}
.option-attention p.txt:last-of-type{
	margin-bottom:0;
}
.attention{
    color:#FF0000;
}

label.radiobtn {
    position: relative;
    float: left;
    width: 20px;
    height: 20px;
    border: 1px solid #c0c0c0;
    border-radius: 100%;
    overflow: hidden;
    cursor: pointer;
    margin-left: 40px;
}
label.radiobtn:before {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 100%;
    position: absolute;
    top: 3.5px;
    left: 3.5px;
    z-index: 1;
    background-color: #4c89de;
}
label.radiobtn input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    margin     : 0px;
    position   : absolute;
    z-index    : 2;
    top        : -2px;
    left       : -23px;
    width      : 20px;
    height     : 20px;
    display    : block;
    box-shadow : 20px 0px #FFF;
}
label.radiobtn input[type="radio"]:checked {
    box-shadow : none;
}
label.radiobtn input[type="radio"]:focus {
    box-shadow : 20px 0px #FFF;
    opacity    : 0.2;
}

/*form*/
.userinformation,
.userinformation p,
.userinformation dt{
    color:#000;
}

.userinformation h2{
    border-left:solid 5px #D4D6D5;
    padding:0 0 0 10px;
}

.userinformation h2 span{
    margin-left: 25px;
    border: solid 1px #d4d6d5;
    font-size: 70%;
    padding: 7px 45px 7px 10px;
    position: relative;
}

.userinformation table,
.userinformation tbody{
    width: 100%;
    border-collapse: collapse;
}

.userinformation th span:nth-of-type(1){
    padding: 3px 7px;
    width: 70%;
    display: inline-block;
}

.userinformation th span:nth-of-type(2){
    background-color: #4C8FE0;
    color: #FFF;
    padding: 3px 7px;
    font-weight: normal;
    display: inline-block;
    float: right;
}

.userinformation .address-search{
    background-color: #4C8FE0;
    color: #FFF;
    padding: 3px 7px;
    font-weight: normal;
    display: inline-block;
}

.userinformation th{
    vertical-align: top;
    padding: 10px;
    width: 25%;
    text-align: left;
    border: solid 1px #D4D6D5;
    background-color: #EFEFEF;
}

.userinformation td{
    padding: 10px;
    border:solid 1px #D4D6D5;
}

.userinformation .addresstable{
    padding: 0;
}

.userinformation .addresstable th,
.userinformation .addresstable td{
    border-top:0;
    border-left:0;
    border-right:0;
}

.userinformation .addresstable tr:last-child th,
.userinformation .addresstable tr:last-child td{
    border-bottom:none;
}

.userinformation select,
.userinformation input[type="text"],
.userinformation input[type="tel"],
.userinformation input[type="email"]{
    padding: 5px 10px 6px 10px;
}

.userinformation input[type="text"],
.userinformation input[type="tel"]{
    margin-right: 15px;
}

.userinformation input[type="email"]{
    width: 330px;
}

.userinformation dl dt{
    margin:5px 0px;
}

label.radiobtn {
    position      : absolute;
    display       : inline-block;
    width         : 16px;
    height        : 16px;
    border        : 1px solid #666;
    border-radius : 100%;
    overflow      : hidden;
    cursor        : pointer;
    margin-left: 13px;
    margin-top: 9px;
    padding:0;
}

label.radiobtn2{
    position: relative;
    margin: 0 10px 0 0;
}

label.radiobtn3{
    position: relative;
    margin: 0 5px 0 0;
}

label.radiobtn:before {
    content          : '';
    display          : block;
    width            : 11px;
    height           : 11px;
    border-radius    : 100%;
    position         : absolute;
    top: 2.5px;
    left: 2.5px;
    z-index          : 1;
    background-color: #4c89de;
}

label.radiobtn3:before{
    background-color: #000;
}

label.radiobtn input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    margin     : 0px;
    position   : absolute;
    z-index    : 2;
    top        : -2px;
    left       : -23px;
    width      : 20px;
    height     : 20px;
    display    : block;
    box-shadow : 20px 0px #FFF;
}
label.radiobtn input[type="radio"]:checked {
    box-shadow : none;
}
label.radiobtn input[type="radio"]:focus {
    box-shadow : 20px 0px #FFF;
    opacity    : 0.2;
}

.form-checklist{
    height: 300px;
    overflow: auto;
    padding: 25px;
    border: solid 1px #d2d5d4;
}

.form-checklist dl{

}

.form-checklist dl dt{

}

.userinformation-submit{
    display: block;
    margin: 45px auto;
    width: 360px;
}

img.btn-back,
img.btn-confirm,
img.btn-register{
    height: 35px;
}