@charset "utf-8";

.wf-sawarabimincho { font-family: "Sawarabi Mincho", serif; }

html,body{
    width: 100%;
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'),
url(https://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff)
format('woff');
}



.VinylOTRegular{
font-family: vinyl, sans-serif;
font-weight: 400;
font-style: normal;
}



@font-face {
  font-family: 'MyFont';
  src: url('LexusRodinPro-M.otf') format('opentype');
/*
  src: url('LexusRodinPro-L.otf') format('opentype');
  src: url('LexusRodinPro-EB.otf') format('opentype');
  src: url('LexusRodinPro-B.otf') format('opentype');
*/
}
 





body{
color:#000;
	/*font-family:'Open Sans', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, sans-serif;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, sans-serif;*/
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size:95%;
    
        font-family: nobel, 'MyFont',sans-serif,Meiryo,sans-serif;
	font-style: normal;
	
}


a {
	color: #000;
	outline: none;
	text-decoration: none;
	
}

a:hover{
	color: #333;

}

img{
max-width: 100%;
height: auto;
width /***/:auto;
}


input, select, textarea {
    padding: 5px;
	border: 1px solid #ccc;

}

input,
textarea{
}
input[type=radio], input[type=checkbox] {
	margin:0 5px 0 0;
	width: auto;
}



.width100{
	width:100%;
}

.wrap{
    padding-top: 49px;
}

.block{
	display: block;
}

.onlysp,
.spOnly{
	display: none;
}
.none{
	display:none;
}



 Nobel Book{
font-family: nobel, sans-serif;
font-weight: 300;
font-style: normal;
}
Nobel Regular{
font-family: nobel, sans-serif;
font-weight: 400;
font-style: normal;
}
Nobel Bold{
font-family: nobel, sans-serif;
font-weight: 700;
font-style: normal;
}
Nobel BookCondensed{
font-family: nobel-condensed, sans-serif;
font-weight: 300;
font-style: normal;
}
Nobel RegularCondensed{
font-family: nobel-condensed, sans-serif;
font-weight: 400;
font-style: normal;
}
Nobel BoldCondensed{
font-family: nobel-condensed, sans-serif;
font-weight: 700;
font-style: normal;
}

 Balboa Light{
 font-family: balboa, sans-serif;
font-weight: 300;
font-style: normal;

 }



/*ヘッダー
------------------------------------------------*/
.mainbody{
	width:1100px;
	margin: 0 auto;
}
.headerwrap{
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 10000;
    top: 0;
}
.header{
    display: flex;
    align-items: center;
    justify-content: center;
}
.home .header{
    justify-content: space-between;
    
}
.logo{
    display: flex;
    align-items:center;
}
h1{
 font-family: nobel, sans-serif;
font-weight: 300;
font-style: normal;
font-size: 170%;
}
h1 span{
    font-size: 120%;
}
.logo p{
display: none;
}
.home .logo p{
display: block;
    font-size: 85%;
    padding-top: 5px;
    padding-left: 50px;
}
.headerright{
    display: none;
}
.home .headerright{
    display: block;
}

.headerright a{
    background: #000;
    color: #fff;
    display: block;
    padding: 12px 30px;
    font-size: 80%;
}
.headerright a:hover{
    background: #666;
}
.headerright a span{
     font-family: nobel, sans-serif;
font-weight: 300;
font-style: normal;
font-size: 150%;
padding: 0 10px 0 0;
}



/*メインビジュアル
------------------------------------------------*/
.mainvisualwrap{
    background: url("../img/top/mainvisual.png") no-repeat top center;
    background-size: cover;
    text-align: center;
    height: 580px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.mainvisual h2{
    color: #fff;
font-family: nobel, sans-serif;
font-weight: 300;
font-style: normal;
font-size: 450%;
padding: 0 0 80px 0;
    
}

.mainvisual ul{
    background:rgba(0,0,0,.6);
    color: #fff;
    max-width: 440px;
    padding: 20px;
    margin: 0 auto;
    line-height: 200%;
    font-size: 110%;
}
.mainvisual ul strong{
    color: #008eff;
}

/*トップページ
------------------------------------------------*/
.title01{
    display: flex;
    align-items: center;
    margin: 0 0 60px 0;
}
.title01 h2{
font-family: nobel, sans-serif;
font-weight: 300;
font-style: normal;
font-size: 220%;
letter-spacing: .1em;
margin: 0 50px 0 0;
}

.title02{
    margin: 0 0 60px 0;
    text-align: center;
}
.title02 h2{
font-family: nobel, sans-serif;
font-weight: 300;
font-style: normal;
font-size: 220%;
letter-spacing: .1em;
}
/*RECOMMEND**/
.recommendwrap{
    padding: 70px 0 90px 0;
}
.recommendwrap ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.recommendwrap li{
    flex-basis: 43.5%;
    margin: 0 0 10px 0;
    background: url("../img/top/recommend01.png") no-repeat center center;
    background-size: cover;
    display: block;
    color: #fff;
    padding: 90px 3%;
    font-size: 160%;
}
.recommendwrap li:nth-child(2){
 background: url("../img/top/recommend02.png") no-repeat center center;
    background-size: cover;
}
.recommendwrap li:nth-child(3){
 background: url("../img/top/recommend03.png") no-repeat center center;
    background-size: cover;
}
.recommendwrap li:nth-child(4){
 background: url("../img/top/recommend04.png") no-repeat center center;
    background-size: cover;
}

/*SERVISE**/
.servicewrap{
  padding: 70px 0;
  background: url("../img/top/bg_topservicewrap.png") ;
}
.servicebox{
    display: flex;
    justify-content: space-between;
}
.servicebox dl{
   flex-basis: 26%;
   background: #000;
   color: #fff;
   padding: 30px 3%;
}
.servicebox dt{
    text-align: center;
    padding: 0 0 40px 0;
}
.servicebox h3{
    font-size: 180%;
    font-weight: 400;
    padding: 0 0 30px 0;
}
.servicebox h4 img{
    max-height: 65px;
}
.servicebox dd strong{
    color: #008eff;
    font-weight: 400;
}

/*RESERVE NOW***/
.reservebnrwrap{
    padding: 70px 0;
}
.reservebnrbox{
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    
}
.reservebnrbox a{
    color: #fff;
    padding: 30px 0;
    display: block;
    background: url("../img/top/bnr_reserve.png") no-repeat top center;
    background-size: cover;
}
.reservebnrbox a:hover{
 opacity: .8;
}

.reservebnrbox dl{
background:rgba(0,0,0,.8);
max-width: 330px;
margin: 0 auto;
padding: 15px 0;
}
.reservebnrbox dt {
font-family: nobel, sans-serif;
font-weight: 300;
font-style: normal;
font-size: 110%;
padding-bottom: 5px;
}
.reservebnrbox dt span{
font-size: 180%;
color: #008eff;
}
.reservebnrbox dd{
    border: 1px solid #aaa;
    display: inline-block;
    font-size: 80%;
    padding: 2px 10px;
}
.reservebnrbox dd:after{
 content: "";
 display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid #008eff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  margin-left: 10px;
}

/**CASE**/
.casewrap{
    background:url("../img/top/bg_topcasewrap.png") no-repeat top center;
    background-size: cover;
    padding: 70px 0;
}
.casewrap .title02{
    color: #fff;
}
.casebox{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}
.casebox dl{
    flex-basis: 48%;
    display: flex;
    justify-content:space-between;
    margin: 0 0 40px 0;
}
.casebox dl:nth-child(even){
    flex-direction: row-reverse;
}
.casebox dt{
    width:140px;
}
.casebox dd{
    background: #fff;
    width: 310px;
    padding: 30px;
}
.casebox dd{
    font-size: 110%;
}
.casebox h3{
    font-size: 140%;
    padding: 0 0 20px 0;
   font-weight: 400;
}
.casebox strong{
    color:#008eff;
    font-weight: 400;
}
/**flow*/
.flowwrap{
    background: #002543;
    padding: 70px 0;
    
}
.flowwrap .title01{
    color: #fff;
}
.flowbox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content:space-between;
    padding: 0 0 50px 0;
    
}
.flowbox dl{
    flex-basis: 26.5%;
    flex-direction : column;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: left;
    padding: 20px;
}
.flowarrow{
    color: #fff;
  
   display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.flowarrow img{
    max-height: 20px;
}

.flowbox dt{
    text-align: left;
    width: 100%;
    border-bottom: 1px solid #000;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    font-size: 140%;
    font-weight: 600;
}
.flowbox dt span{
font-family: balboa, sans-serif;
font-weight: 300;
font-style: normal;
font-size: 70%;
margin-right: 10px;
}
.flowbox dt strong{
font-weight: 300;
font-size: 200%;
}
.flowwrap H4{
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    padding: 20px;
    font-weight: 400;
    font-size: 120%;
}
.flowbox dd{
    width: 100%;
    font-size: 90%;
}
.flowbox a{
    text-decoration: underline;
}



/*ご利用方法**/
.onlinehowtowrap{
    background:url("../img/top/bg_tophowtowrap.png");
    padding: 60px 0 60px 0;
}
.onlinehowtowrap .title02{
    color: #fff;
}


.onlinehowtotitle{
    text-align: center;
    padding: 0 0 60px 0;
    color: #fff;
}
.onlinehowtotitle h2 img{
    max-height: 28px;
    margin: 0 0 20px 0;
}


.onlinehowtobox{
    background: #fff;
    text-align: center;
    position: relative;
    padding: 60px 70px 40px 70px;
    margin: 0 0 70px 0;

}
.onlinehowtobox:last-child{
    margin-bottom: 20px;
}
.onlinehowtobox h4{
    background: #008eff;
    color: #fff;
     text-align: center;
     font-weight: 800;
     -moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
width: 560px;
margin: -80px auto 0 auto;
padding: 5px 0;
font-size: 120%;
position: absolute;
right: 0;
left: 0;
}
.onlinehowtobox h4 img{
    max-height: 50px;
    margin:-20px 10px 0 0;
}
.onlinehowtobox p{
    font-size: 110%;
    margin-bottom: 20px;
}
.onlinehowtobox p a{
    text-decoration: underline;
    color: #008eff;
    
}

.onlinehowtobox p strong{
    display: inline-block;
    background: #008eff;
    color: #fff;
    padding: 0px 8px;
    margin: 0 5px 0 0;
    font-family: vinyl, sans-serif;
font-weight: 400;
font-style: normal;
}
.appbtn img{
    max-height: 60px;
    margin:0 5px;
}
.onlinehowtobox li{
    display: inline-block;
    vertical-align: top;
    width: 16%;
    margin: 0 1.5% 10px 1.5%;
    text-align: left;
}
.onlinehowtobox li img{
    display: block;
    padding: 0 0 10px 0;
}
.onlinehowtobox h5{
    display: block;
    color: #008eff;
    text-align: center;
    letter-spacing: .1em;
    font-size: 120%;
    margin: 0 0 10px 0;
    font-family: nobel, sans-serif;
font-weight: 300;
font-style: normal;
}
.onlinehowtobox h5 strong{
font-size: 150%;
font-weight: 300;
}

.pczoombtn{
    text-align: left;
}
.pczoombtn img{
    display: inline-block;
    width: 30%;
    vertical-align: top;
    margin: 0 3%;
}
.spstepbox{
    margin: 0 -5%;
}
.pcstepbox ul{
    text-align:left;
}
.pcstepbox li{
    width: 40%;
    margin: 0 4% 20px 4%;
}
.onlinehowtobox .pcstepbox li:nth-child(2) h5{
    margin-bottom: 0px;
}
.pccap{
    margin: -30px 0 40px 0;
    font-weight: 800;
}


/**STORE**/
.storewrap{
    background: #000;
    padding: 80px 0;
     color: #fff;
}
.storewrap H3{
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    padding: 20px;
    font-weight: 400;
    font-size: 140%;
    max-width: 960px;
    margin: 0 auto;
}
.storewrap h4{
    padding: 0 0 20px 0;
    
}

.storebox{
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
}
.storebox dl{
	margin-top: 40px;
    flex-basis: 47%;
}
.storebox dt{
    text-align: center;
    font-size: 160%;
    padding: 0 0 30px 0;
}
.storebox td{
    padding: 10px;
}
.storebox td a,
.footerwrap a{
    background: #fff;
    padding: 2px 5px;
    font-size: 70%;
    vertical-align: middle;
}

/***/
.bnr01wrap{
text-align: center;
background: #e0e0e0;
padding: 50px 0;
}
.bnr01wrap li{
    padding: 10px 0;
}



/*コンテンツ
------------------------------------------------*/
/*ページタイトル**/
.pagetitle{
    background: url("../img/reserve/pagetitle.png") no-repeat center center;
    background-size: cover;
    padding: 150px 0;
    text-align: center;
    color: #fff;
}
.pagetitle h2{
    font-size: 400%;
    font-family: nobel, sans-serif;
font-weight: 300;
letter-spacing: .1em;
font-style: normal;
}
.pagetitle p{
    font-weight: 800;
}




/*フォーム**/
.formwrap{
    padding: 50px 0;
}
.formwrap h2{
    padding: 0 0 10px 0;
}
.formbox{
	width:100%;
	margin: 0 0 20px 0;
}
.formtable {
    margin: 0 0 40px 0;
    width: 100%;
}
.formtable td,
.formtable th{
	padding:20px;
	vertical-align: middle;
    border-bottom: 1px solid #fff;
    line-height: 200%;
}
.formtable th {
width: 30%;
background: #3c3c3c;
color: #fff;
text-align: left;

}
.formtable td {
background: #cecece;
}
.formtable td p{
    padding-bottom: 10px;
}
.formtable label {
    display: inline-block;
    padding: 0 1em 0 0;
}

.hissu{
    color: #fff;
    background:#000;
    display: inline-block;
    padding: 0 10px;
    font-weight: 400;
    font-size: 70%;
    margin: 0 0 0 0px;
    border-radius: 5px;
    line-height: 150%;
}

.formtable input, .formtable select, .formtable textarea {
    padding: 10px 10px;
    border: 1px solid #ccc;
    margin: 2px;
    border-radius: 5px;
}
.formtable input{
	vertical-align: middle;
}
.formtable input[type=checkbox],
.formtable input[type=radio]{
  vertical-align: top;
    margin: 4px 4px 0 0;
}

.borderbtm1{
    border-bottom: 1px solid #000;
    margin: 0 0 10px 0;
}

.formprivacy{
    overflow: auto;
    height: 150px;
    margin: 0 0 30px 0;
    padding: 10px;
    border:1px solid #ccc;
}
.formprivacy a{
    text-decoration: underline;
}


.zip{
	width:15%;
}
.address,
  textarea{
	width:96%;
}


.linkbtn01, .linkbtn02 {
    text-align: center;
    color: #fff;
    font-size: 100%;
    text-decoration: none;
    padding: 10px 60px;
    border: 0px;
    cursor: pointer;
    display: inline-block;
    margin: 0 10px 5px 10px;

background: #b1b1b1; 
border-radius: 5px;

}
.linkbtn01:hover, .linkbtn02:hover {
    background: #666;
}

.privarybox{
    height: 200px;
    padding: 30px;
    overflow: auto;
    border: 1px solid #ccc;
    margin: 0 0 10px 0;
}

.privarybox a{
    text-decoration: underline;
}










/*フッター
------------------------------------------------*/
.footerwrap{
    background: #000;
    padding: 30px 0;
    color: #fff;
}
.footerwrap ul{
	display: flex;
	/*justify-content: center;*/
	flex-wrap: wrap;
}
.footerwrap li{
   padding: 10px 40px; 
   font-size: 110%;
   line-height: 160%;
}
.copyrightwrap{
    background: #666;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 80%;
}
.gotop{
    text-align: right;
     margin-top: -40px;
}
.gotop img{
    max-height: 50px;
   
}



/*ieのみtypekitの高さを設定*/
@media all and (-ms-high-contrast: none) {
.mainvisual ul{
    padding-top: 30px;
}
.storewrap H3 {
   padding-top: 30px;
}
}


/*********************************/
/* PC用のスタイル記述ここから */
/*********************************/
/*@media print, screen and (min-width: 769px) {*/
@media print, screen and (min-width: 621px) {	




.leftbox{
	display:inline-block;
	float:left;
	padding:0px 10px 0px 0;
}
.rightbox{
	display:inline-block;
	float:right;
	padding:0px 0 0px 10px;
}




}





/*********************************/
/* タブレット用のスタイル記述 */
/*********************************/
@media screen and (max-width: 768px) {}
/*********************************/
/* スマートフォン用のスタイル記述 */
/*********************************/
@media screen and (max-width: 620px) {
.wrap{
    padding-top: 45px;
}

.mainbody,
.header .mainbody{
	margin:0 20px;
	width:auto;
}


/*ヘッダー
------------------------------------------------*/
.header{
   margin: 0 -20px 0 0 ;
   height: 45px;
}

h1{
font-size: 140%;
}

.home .logo p{
    display: none;
}
.headerright a{
    padding: 10px 10px;
    font-size: 80%;
}


/*メインビジュアル
------------------------------------------------*/
.mainvisualwrap{
    background: url("../img/top/mainvisual_sp.png") no-repeat center center;
    background-size: cover;
    text-align: center;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.mainvisual h2{
    color: #fff;
font-family: nobel, sans-serif;
font-weight: 300;
font-style: normal;
font-size: 200%;
padding: 0 0 10px 0;
}
.mainvisual ul{
    max-width: 440px;
    padding: 10px;
    margin: 0 10px;
    font-size: 80%;
}


/*トップページ
------------------------------------------------*/
.title01{
    display: block;
    margin: 0 0 30px 0;
    text-align: center;
}
.title01 h2{
font-size: 180%;
letter-spacing: .1em;
margin: 0 0px 0 0;
}

.title02{
    margin: 0 0 30px 0;

}
.title02 h2{
font-size: 180%;
}


/*RECOMMEND**/
.recommendwrap{
    padding: 30px 0;
}
.recommendwrap ul{
    display: block;
}

.recommendwrap li{
    margin: 0 0 10px 0;
    padding: 40px 20px;
    font-size: 130%;
}

/*SERVISE**/
.servicewrap{
  padding: 30px 0;
}
.servicebox{
    display: block;
}
.servicebox dl{
   padding: 30px 20px;
   margin: 0 0 20px 0;
}



/*RESERVE NOW***/
.reservebnrwrap{
    padding: 30px 0;
}
.reservebnrbox{
    
    text-align: center;
    padding: 0;
    
}
.reservebnrbox a{
    color: #fff;
    padding: 140px 0;
    display: block;
    background: url("../img/top/mainvisual_sp.png") no-repeat center center;
    background-size: cover;
}


.reservebnrbox dl{
padding: 10px 0;
margin: 0 10px;
}


/**CASE**/
.casewrap{
    padding: 30px 0;
}

.casebox{
    display: block;
}
.casebox dl{
    display: block;
    margin: 0 0 30px 0;
    width: auto;
}
.casebox dl:nth-child(even){
    flex-direction: row-reverse;
}
.casebox dt{
    width:auto; 
    text-align: center;
    padding: 0 0 10px 0;
}
.casebox dt img{
    max-height: 100px; 
}
.casebox dd{
    width: auto;
}

/**flow*/
.flowwrap{
    padding: 30px 0;
    
}

.flowbox{
    display: block;
    padding: 0 0 30px 0;
    
}

.flowarrow{
    display: block;
    text-align: center;
    transform: rotate(90deg);
}


/*ご利用方法**/
.onlinehowtowrap{
    padding: 30px 0 30px 0;
}

.onlinehowto h3{
    padding: 0 0 60px 0; 
}
.onlinehowtobox{
    position: relative;
    padding: 60px 20px 20px 20px;
    margin: 0 0 50px 0;
    
}
.onlinehowtobox h4{
width:90%;
margin: -90px auto 0px auto;
padding-bottom: 6px;
}

.onlinehowtobox:last-child h4{
margin-top: -80px;
}
.onlinehowtobox:last-child{
margin-bottom: 0px;
}
.onlinehowtobox h4 img{
    max-height: 40px;
    margin:-20px 10px 0 0;
}
.onlinehowtobox p{
    font-size: 90%;
    margin-bottom: 20px;
}
.onlinehowtobox p strong{

    padding: 1px 6px;

}

.appbtn img{
    max-height: 60px;
    margin:0 5px;
    width: 45%;
}
.onlinehowtobox li{
    display: inline-block;
    vertical-align: top;
    width: 60%;
    margin: 0 .5% 20px .5%;
}
.onlinehowtobox li img{
    display: block;
    padding: 0 0 10px 0;
    max-height: auto;
}
.pczoombtn{
    text-align: center;
}
.pczoombtn img{
    display: inline-block;
    width: 70%;
    vertical-align: top;
    margin: 0 auto 10px auto;
}
.spstepbox{
    margin: 0 -5%;
}
.pcstepbox ul{
    text-align:center;
}
.pcstepbox li{
    width: 80%;
    margin: 0 auto 20px auto;
}

.pccap{
    margin: -30px 0 20px 0;
    font-weight: 800;
}



/**STORE**/
.storewrap{
    padding: 30px 0;
}
.storewrap H3{
    padding: 10px;
    font-weight: 400;
    font-size: 110%;
    margin: 0 0 30px 0;
}
.storewrap h4{
    padding: 0 0 20px 0;
}
.storebox{
    display: block;
}
.storebox dl{
    margin: 0 0 20px 0;
}
.storebox dt{
    font-size: 140%;
    padding: 0 0 30px 0;
}


/***/
.bnr01wrap{
padding: 30px 0;
}













/*コンテンツ
------------------------------------------------*/
/*ページタイトル**/
.pagetitle{
    background: url("../img/reserve/pagetitle.png") no-repeat center center;
    background-size: cover;
    padding: 30px 0;
}
.pagetitle h2{
    font-size: 150%;
}
.pagetitle p{
    font-weight: 800;
}



/*フォーム**/
.formbox table{
	text-align: left;
	margin: 0 0 20px 0;
}
.formbox td,
.formbox th{
	display: block;
	padding:20px 5px;
    width: auto;
}

.formbox th {
text-align: left;
padding:10px 10px;
}
.hissu{
    padding: 0 3px;
    font-size: 60%;
}
th .hissu{
    margin: 0 0 0 10px;
}



input, textarea {
    padding: 5px 5%;
	width: 90%;
}
.zip{
	width:20%;
}
.formtable input, .formtable select, .formtable textarea {
    padding: 5px 5px;
}


.linkbtn01,
.linkbtn02{
display: block;
font-size: 110%;
width: 80%;
margin: 0 auto 10px auto;
}


.formwrap .mw_wp_form .horizontal-item + .horizontal-item{
    margin-left: 0;
    
}

.thankspage p{
    text-align: left;
}


/*フッター
------------------------------------------------*/
.footerwrap{
    padding: 30px 0;
}
.footerwrap ul{
    display: block;
}
.footerwrap li{
   padding: 10px 10px; 
}
.copyrightwrap{
    background: #666;
    color: #fff;
    text-align: center;
    padding: 10px;
}


/*全体レイアウト
------------------------------------------------*/



.onlypc{
	display:none;
}
.onlysp,
.spOnly{
	display: block;
}



.spblock{
	display: block;
}

}






















