@charset "UTF-8";
/* =============================================================================
共通
========================================================================== */

#container{
   margin-top: 50px;
}

p{
   letter-spacing: 2px;
   line-height: 1.5;
   font-size: 14px;
   text-align: left;
}

section{
   width: 100%;
   margin: 0 auto;
   text-align: center;
}

h4{
   font-size: 1.2rem;
}

p{
   line-height: 1.6;
}



.item_image{
   display: block;
   width: 100%;
   margin: 20px auto;
}

.pc_br{
   display: none;
}

.spacialpt{
   width: 100%;
   max-width:200px;
   margin-bottom: 20px;
}


.menu_btn{
   clear: both;
   font-size: 16px;
   font-family: "ヒラギノ明朝","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
   letter-spacing: 2px;
   border: 1px solid #151515;
   text-align: center;
   width: 250px;
   margin: 0 auto 30px;
   padding: 15px 0;
   box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
}

.layerTransparent{
   background-color: rgba(255,255,255,0.5);
   padding: 95px 0;
}

#other {
/*    background-color: #EFEFEF; */
   width: 100%;
/*    padding-bottom: 30px; */
}

#other .block{
   background: url(../img/other_bg.jpg);
   background-repeat: no-repeat;
   background-position: top right;
   background-size: 165%;
}

#other .title{
   width: 80%;
   margin: 0 auto;
}

#other .title img{
   width: 100%;
}

#other h3{
   font-size: 14px;
   font-weight: bold;
}

