@charset "utf-8";

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

共通CSS

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

body,
html {
  font-size: 16px;
  color: #452435;
  line-height: 1.7;
  font-family:"游ゴシック","Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ",  "ＭＳ Ｐゴシック", sans-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;
}
a:hover{
  filter: brightness(120%);
}
.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;
}

section h2 {
    text-align: center;
}

.sw-PageIntro {
    height: 100vw;
    position: relative;
}

.pc {
    display: none;
}

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

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

@media screen and (min-width: 1024px) {
    
    .sw-breadList {
    margin: 2%;
    }
    
  .pc {
    display: block;
    }
    
  .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: 10% 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;
    }

}

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

コメント

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

#comments {
  margin-top: 5%;
}

#respond label{
	display:block;
}
#respond input,
#respond textarea{
	width: 100%;
}
#respond input[type="submit"]{
	width: auto;
}
.says{
	display:none;
}
.comment-author,
.comment-meta{
	display:inline-block;
}
b.fn {
  color: #E74291;
}
.comment-metadata time {
  color: #808080;
}

h3.comment-reply-title {
  margin-top: 5%;
  padding: 3% 0;
  border-top: 1px solid #ececec;
}

.comment-form input[type="submit"] {
    padding: 10px;
    font-size: 12px;
    border: 1px solid #808080;
    /* line-height: 24px; */
    height: 44px;
    background-color: #F8C9DB;
}

p.comment-form-cookies-consent {
  margin: 5% 0;
}

#respond p.comment-form-cookies-consent input[type="checkbox"] {
    float: left;
    width: 12%;
    margin-bottom: 3%;
}

p.comment-form-cookies-consent input[type="checkbox"]::after{
  clear: both;
}

@media screen and (min-width: 1024px) { 
  form.comment-form {
    text-align: left;
    width: 95%;
    margin: 0;
}
  
  #respond p.comment-form-cookies-consent input[type="checkbox"] {
    width: 5%;
   }
  
}



