@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Libre+Baskerville:400,400italic,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css?family=Barlow');
@import url('https://fonts.googleapis.com/css?family=Roboto');




/*
Author: kanegaetakanori
Author URI: http://kanegaetakanori.com
*/

/* --------------------
 Reset
-------------------- */
html, body, header, section, article, nav, footer,
div, span, p, h1, h2, h3, h4,
ul, ol, li, dl, dt, dd,
table, tr, th, td, tbody, thead, tfoot{
  margin: 0;
  padding: 0;
  font-weight: normal;
}
h1,h2,h3{font-weight: normal;font-size: 100%;}
ul, ol{list-style: none;}
img {border: 0;}

/* --------------------
 Layout Commons
-------------------- */
body {
    font-size: 14px;
    letter-spacing: 1px;
    font-family: 'Noto Sans Japanese','YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo';
}
#logo {
    width: 100％;
    max-width: 300px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.csss {
    padding: 0 5%;
}
.pt20 {
    padding-top: 25px;
}
.width20 {
    width: 90%;
    margin: auto;
}
.width30 {
    width: 85%;
    margin: auto;
}
.tel-area {
    font-family: 'Noto Sans Japanese','YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo';
    font-size: 14px;
    margin-top:20px;
    letter-spacing: 2px;
}
img {
    width:inherit;
    max-width:100%;
    height:auto;
}
a {
    color: #111;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.nakami a {
    text-decoration: underline;
}
.nakami a:hover {
    text-decoration: none;
}
.logo-area {
    margin: auto;
    max-width: 210px;
    overflow: hidden;
    width: 100%;
}
#nextbox {
    max-width: 900px;
    width: 100%;
    overflow: hidden;
    margin: auto;
    padding-top: 30px;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mt100 {
    margin-top: 100px;
}
.o-moji {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
}
.clearfix:after { /*floatの解除、ここがポイント*/
    display:block;
    clear:both;
    height:0px;
    visibility:hidden;
    content:".";
}
.clearfix {
    min-height: 1px; /*IE6、7対策*/
}
* html .clearfix {
    height: 1px;
    /*¥*//*/ /*MAC IE5.x対策*/
    height: auto;
    overflow: hidden;
    /**/
}
p.cs {
    color: #111;
    font-family: 'Roboto', sans-serif;;
    letter-spacing: 2px;
    /*margin-top: 25px;*/
    text-transform: uppercase;
}
.address {
    position: absolute;
    bottom: 4%;
    width: 100%;
}
.address-in {
    width: 100%;
    max-width: 320px;
    margin: auto;
    text-align: center;
    font-size: 12px;
}
.logo p.cs {
    font-weight: normal;
    font-size: 11px;
}


@media (max-width: 680px) {

/*.logo-area {
margin: auto;
max-width: 180px;
overflow: hidden;
width: 100%;
}*/

}