@charset "utf-8";

@import url("https://fonts.googleapis.com/css?family=Mrs+Saint+Delafield");
@import url("https://use.typekit.net/hhj3qvj.css");

/*カラー設定*/
:root {
    --black: #000000;
    --black-gray: #333333;
    --white: #ffffff;
    --red: #ff0000;
    --blue: #0000ff;
    --light-blue: #bfcae2;
    --yellow: #ffff00;
    --green: #008000;
    --green2: #1D9E48;
    --grad1: rgba(255, 255, 255, 0.7); 
    --official-color: var(--black);
    --main-color: var(--white);
    --sub-color: var(--white);
    --bg-color1: var(--white);
    --bg-color2: var(--black);
    --bg-color3: var(--light-blue);
    --txt-main-color: var(--black);
    --txt-sub-color: var(--white);
    --accessories-color: var(--green);
    --border-color1: var(--black-gray);
    --grad-color1: var(--grad1);
}

html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0
}
/*
table,
caption,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse : collapse ;
    border-spacing: 0px;
    empty-cells: show;
    text-align: left;
    font-weight: normal;
}

a img,
iframe {
    border: none;
}
ol,
ul,
li {
    list-style: none;
}

input,
textarea,
select,
button {
    font-size: 100%;
    font-family: inherit;
}
*/
html {
    font-size: 62.5%;
    line-height: 1;
    margin-top: 0 !important
}
  
body {
    position: relative;
    color: #000;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
    width: 100%;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%
}
  
@media (min-width: 751px) and (max-width: 1024px) {
    body {
      font-size: 1.4rem;
      -webkit-font-smoothing: antialiased
    }
}
  
@media (max-width: 750px) {
    body {
      font-size: 1.2rem;
      -webkit-font-smoothing: antialiased
    }
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

caption, th, td {
  text-align: left;
  vertical-align: middle;
  font-weight: 200
}

q::before, q::after, blockquote::before, blockquote::after {
  content: "";
  content: none
}

a {
  display: inline-block
}

a img {
  border: none
}

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

ul {
  list-style: none
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block
}

a {
  color: #000;
  text-decoration: none;
  -moz-transition: .3s;
  -o-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s
}

a:link {
  color: #000
}

a:active {
  color: #000
}

a:visited {
  color: #000
}

a:hover {
  cursor: pointer
}

p {
  margin: 0
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

*:focus {
  outline: none
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}

main {
    /*padding-top: 8rem*/
}

@media (max-width: 750px) {
    main {
        padding-top: 0
      }
}

embed, iframe, object {
    max-width: 100%
}

dl {
    margin-bottom: 11.5px
}

blockquote {
    font-size: 100%
}

section {
    padding: 10rem 0 8rem
}
  
@media (min-width: 751px) and (max-width: 1024px) {
    section {
      padding: 2rem 0
    }
}

/*画像の設定*/
img{
    max-width: 100%;
}

/*見出し文字設定*/
  h1 {
    line-height: 1
  }
  
  h2 {
    font-size: 1.2rem;
    margin: 0 0 3rem;
    line-height: 1;
    text-align: center;
    color: #000;
    font-family: Cinzel, serif;
    font-weight: 400;
    font-style: normal
  }
  
  h2 span {
    font-size: 4.4rem;
    line-height: 1.4;
    color: #c39f5d;
    font-family: Cinzel, serif;
    font-weight: 400;
    font-style: normal
  }
  
  h3 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    font-family: Cinzel, serif;
    font-weight: 400;
    font-style: normal
  }

@media (max-width: 750px) {
    h2 {
      font-size: 3.3vw
    }
    h2 span {
      font-size: 10vw;
      line-height: 1.2
    }
    h3 {
      font-size: 2rem;
      margin: 1rem 0;
      line-height: 1
    }
}

