@charset "utf-8";

/************************************************

共通CSS

************************************************/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  font-size: 16px;
  color: #203133;
  line-height: 1.7;
  font-family:"游明朝","Yu Mincho", "YuMincho","Sawarabi Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin: 0 auto;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  vertical-align:bottom;
  outline: none;
}

p, h1, h2, h3, h4, h5 {
    font-weight: normal;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

   br.pc {
    display:none;
    }
    
    br.sp{
    display: block;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

.sw-inner {
    width: 90%;
    margin: 15% auto;
}

.sw-Btn {
    margin: 10% auto 0;
    text-align: center;
    width: 220px;
    padding: 0 0 10%;
}

.sw-Btn a {
    font-size: 14px;
    display: block;
    width: 220px;
    line-height: 40px;
    border: 1px solid white;
}

.sw-title {
    font-family: 'Cormorant', serif;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
}

.sw-title span {
    font-size: 15px;
    line-height: 36px;
}
.sw-num {
    font-family: 'Cormorant', serif;
    font-size: 75px;
}

.sw-num span {
    font-size: 30px;
}




.sw-PageIntro {
    height: 45vw;
}

br.pc {
    display: none;
}

.sw-breadList {
    margin: 5%;
    font-size: 11px;
}

.clearfix:after {
    font-size: 0;
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: "";
}

.sw-PageIntro {
  position: relative;
}

.sw-PageIntro p.sw-mainTit {
    bottom: 0;
    left: 16px;
    position: absolute;
    font-size: 47px;
    font-family: 'Cormorant', serif;
    text-align: left;
    line-height: 0.8;
    color: white;
}
@media screen and (min-width: 768px) {
    .sw-title {
    font-size: 40px;
    }
    
    .sw-num {
    font-family: 'Cormorant', serif;
    font-size: 90px;
}
    
    .sw-PageIntro p.sw-mainTit {
    font-size: 80px;
    }
}

@media screen and (min-width: 1024px) {
    
    .sw-breadList {
    margin: 2%;
    }
    
    br.pc {
    display: block;
    }
    
    br.sp{
    display: none;
    }
    
    .sw-title {
    font-family: 'Cormorant', serif;
    font-size: 48px;
    line-height: 80px;
    text-align: center;
    }
    
    .sw-title span {
    font-size: 18px;
    line-height: 72px;
    }
    
    .sw-Btn {
    margin: 7% auto 0;
    text-align: center;
    width: 280px;
    padding: 0 0 10%;
    }
    
    .sw-Btn a {
    font-size: 16px;
    display: block;
    width: 280px;
    line-height: 50px;
    border: 1px solid white;
    }
    
    .sw-num {
    font-size: 150px;
    }

    .sw-num span {
    font-size: 60px;
    }

}

/************************************************

404

************************************************/

.sw-PageIntro {
    background-image: url(../../asset/img/main_sp.jpg);
    background-size: cover;
}

.entry-header.error h2 {
    text-align: center;
}

.top_url.error {
    margin: 5% auto;
}

.entry-content.error {
    margin: 3% 0;
}

.error_reason li {
    font-size: 12px;
}


@media screen and (min-width: 768px) {

    .sw-inner.error {
    margin: 10% auto;
    }

    }
@media screen and (min-width: 1024px) {
    
    .sw-PageIntro {
    background-image: url(../../asset/img/main_pc.jpg);
    height: 400px;
    background-position-y: 90%;
    }
    
    .entry-header.error h2 {
    text-align: center;
    font-size: 48px;
    }
    
    .sw-inner.error {
    margin: 5% auto 15%;
    width: 800px;
    }

    
}