@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td, th {
  padding: 0;
}

html {
  font-size: 62.5%;
  width: 100%;
}

body {
  position: relative;
  right: 0;
  width: 100%;
  font-size: 1.8rem;
  font-family: "YuMincho", "游明朝", serif;
  letter-spacing: 0.025em;
  line-height: 2;
  color: #231815;
}

h1, h2, h3, h4, h5, h6, div, p, ul, li {
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  font-weight: normal;
}

@media screen and (max-width: 480px) {
  body {
    font-size: 1.6rem;
    line-height: 1.625;
  }
  h1, h2, h3, h4, h5, h6, div, p, ul, li {
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    font-weight: normal;
  }
}

html, body {
  min-width: 100%;
  height: 100%;
}

a {
  text-decoration: underline;
  color: #231815;
}

a:hover {
  opacity: .5;
}

ul, li {
  list-style: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 480px) {
  body {
    font-size: 1.6rem;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  br {
    display: none;
  }
  br.br {
    display: block;
  }
}

.header {
  height: 400px;
  position: relative;
}

.header .social {
  position: absolute;
  right: 10px;
  top: 0px;
  padding: 0;
  line-height: 1;
}

.header .social .twitter-share-button {
  padding-top: 10px;
}

.header .social .fb-like.fb_iframe_widget {
  position: absolute;
  top: 10px;
  right: 70px;
}

.header h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.header h2 {
  position: absolute;
  left: 44px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.header__img {
  height: 420px;
  background-image: url("../images/head_img.png");
  background-size: cover;
  background-position: center center;
}

.intro {
  background-color: #E8E8E8;
  overflow: hidden;
  padding-bottom: 60px;
}

.intro__text {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 48px;
}

.profile {
  text-align: center;
}

.profile__text {
  display: none;
  text-align: left;
  width: 550px;
  margin: 0 auto;
}

.profile__close {
  display: block;
  text-align: right;
  font-size: 4rem;
  text-decoration: none;
}

.column {
  background-color: #E8E8E8;
  padding: 100px 0 0;
}

.column__title {
  width: 100%;
  height: 380px;
  text-align: center;
}

.column__text dl {
  width: 520px;
  margin: 0 auto;
}

.column__text dl dt {
  display: inline-block;
  width: 90px;
  vertical-align: top;
}

.column__text dl dd {
  display: inline-block;
  vertical-align: top;
  width: 420px;
  margin: 0 0 2em;
}

.column__img {
  width: 550px;
  margin: 2em auto 3em;
}

.nav__page {
  padding-top: 100px;
  width: 663px;
  margin: 0 auto;
  text-align: center;
}

.nav__page li {
  display: inline-block;
  margin-right: 25px;
}

.nav__page li:last-child {
  margin-right: 0;
}

.foot__img {
  width: 800px;
  margin: 80px auto 30px;
}

.foot__date {
  text-align: center;
  padding-bottom: 150px;
  font-size: 1.8rem;
}

.nav__toc-container {
  width: 800px;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  padding: 72px 0;
}

.nav__toc-title {
  float: right;
  margin-left: 80px;
  margin-right: 128px;
  margin-top: 80px;
}

.nav__toc li {
  float: right;
  margin: 0 30px;
}

.about {
  clear: both;
  background-color: #A0C8D2;
}

.about__container {
  width: 800px;
  margin: 0 auto;
}

.about__title {
  text-align: center;
  padding: 72px 0 52px;
}

.about__tobichi {
  text-align: center;
}

.about__text {
  width: 380px;
  margin: 0 auto;
  padding: 64px 0 100px;
}

.about__text p {
  font-size: 1.8rem;
}

.about__print {
  background-color: #fff;
  padding-bottom: 142px;
}

.about__print__title {
  font-size: 4rem;
  line-height: 1.5;
  padding: 65px 0;
  font-family: "秀英丸ゴシック B", "Shuei MaruGo B", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
  font-weight: bold;
  text-align: center;
}

.about__print__slide {
  width: 650px;
  margin: 0 auto;
}

.about__print__slide li {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  margin-right: 42px;
}

.about__print__slide li:nth-child(2n) {
  margin-right: 0;
}

.about__print__slide-title {
  text-align: left;
  height: 115px;
  font-size: 1.5rem;
  padding-left: 1.8rem;
  text-indent: -1.7rem;
}

.about__print__price {
  font-family: "秀英丸ゴシック B", "Shuei MaruGo B", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
  font-weight: bold;
}

.about__print__price dl {
  width: 520px;
  margin: 0 auto 65px;
}

.about__print__price dl dt {
  display: inline-block;
  width: 110px;
  font-size: 2.4rem;
}

.about__print__price dl dd {
  display: inline-block;
  width: 400px;
  margin: 0;
  font-size: 2.4rem;
}

.about__print__price dl span.small {
  font-size: 1.4rem;
}

.about__print__text {
  width: 440px;
  margin: 0 auto;
  border-left: 3px solid #A0C8D2;
  padding-left: 34px;
}

.banner {
  text-align: center;
  padding: 30px 0;
}

.info {
  width: 440px;
  margin: 0 auto;
  padding-bottom: 85px;
}

.info dl dt {
  width: 120px;
  display: inline-block;
  font-size: 1.8rem;
  letter-spacing: 1em;
}

.info dl dd {
  width: 310px;
  display: inline-block;
  margin: 0;
  font-size: 1.8rem;
}

.footer {
  background-color: #231815;
  color: #fff;
  text-align: center;
  padding-top: 90px;
}

.footer .title__share {
  display: inline-block;
  margin-right: 10px;
}

.footer .nav__sns {
  display: inline-block;
}

.footer .nav__sns li {
  display: inline-block;
}

.footer .nav__sns li a {
  font-size: 4rem;
  color: #fff;
  text-decoration: none;
}

.footer .title__mail {
  display: inline-block;
  margin: 0 10px 0 20px;
}

.footer .nav__mail {
  display: inline-block;
}

.footer .nav__mail li {
  display: inline-block;
}

.footer .nav__mail li a {
  font-size: 4rem;
  color: #fff;
  text-decoration: none;
}

.footer small {
  display: block;
  width: 100%;
  text-align: center;
  font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 50px 0 180px;
}

@media screen and (max-width: 768px) {
  .about {
    clear: both;
    background-color: #A0C8D2;
  }
  .about__container {
    width: 100%;
    margin: 0 auto;
  }
  .foot__img {
    width: calc(100% - 30px);
    margin: 30px auto 0px;
  }
  .foot__img img {
    width: 100%;
  }
  .foot__date {
    text-align: center;
    padding-bottom: 50px;
    font-size: 1.6rem;
  }
  .nav__toc {
    width: 100%;
    text-align: center;
  }
  .nav__toc-container {
    width: 100%;
  }
  .banner {
    text-align: center;
    padding: 30px 0;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .banner img {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .header {
    height: 260px;
    position: relative;
  }
  .header h1 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -45%);
        -ms-transform: translate(-50%, -45%);
            transform: translate(-50%, -45%);
  }
  .header h1 object {
    width: 62px;
  }
  .header h2 {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .header h2 object {
    width: 12px;
  }
  .header__img {
    height: 260px;
    background-image: url("../images/head_img_sp.png");
    background-size: cover;
  }
  .social.sp {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .social.sp .fb {
    margin-bottom: 10px;
  }
  .intro {
    background-color: #E8E8E8;
    overflow: hidden;
    padding-bottom: 30px;
    width: 100%;
  }
  .intro__text {
    width: calc(100% - 30px);
    text-align: left;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0 auto;
  }
  .profile {
    text-align: center;
  }
  .profile__text {
    display: none;
    text-align: left;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .profile__close {
    display: block;
    text-align: right;
    font-size: 4rem;
    text-decoration: none;
  }
  .profile__btn img {
    width: 87.5%;
  }
  .column {
    background-color: #E8E8E8;
    padding: 30px 0 0;
  }
  .column__title {
    width: 100%;
    height: auto;
    text-align: center;
  }
  .column__title img {
    width: 100%;
  }
  .column__text dl {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .column__text dl dt {
    display: inline-block;
    width: 20%;
    vertical-align: top;
  }
  .column__text dl dd {
    display: inline-block;
    vertical-align: top;
    width: 78%;
    margin: 0 0 1em;
  }
  .column__img {
    width: calc(100% - 30px);
    margin: 1em auto;
  }
  .column__img img {
    width: 100%;
  }
  .nav__page {
    padding-top: 30px;
    width: calc(100% - 30px);
    margin: 0 auto;
    text-align: center;
  }
  .nav__page li {
    display: inline-block;
    width: 20%;
    margin-right: 10px;
  }
  .nav__page li:last-child {
    margin-right: 0;
  }
  .nav__page li img {
    width: 100%;
  }
  .about {
    clear: both;
    background-color: #A0C8D2;
  }
  .about__container {
    width: 100%;
    margin: 0 auto;
  }
  .about__title {
    text-align: center;
    padding: 30px 0;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .about__title object {
    width: 100%;
  }
  .about__tobichi {
    text-align: center;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .about__tobichi img {
    width: 100%;
  }
  .about__text {
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 30px 0;
  }
  .about__text p {
    font-size: 1.6rem;
  }
  .about__print {
    background-color: #fff;
    padding-bottom: 30px;
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  .about__print__title {
    width: calc(100% - 30px);
    margin: 0 auto;
    font-size: 1.8rem;
    line-height: 1.5;
    padding: 30px 0;
    font-family: "秀英丸ゴシック B", "Shuei MaruGo B", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
    font-weight: bold;
    text-align: center;
  }
  .about__print__slide {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .about__print__slide li {
    display: block;
    vertical-align: top;
    width: calc(100% - 30px);
    margin-right: 0;
  }
  .about__print__slide li:nth-child(2n) {
    margin-right: 0;
  }
  .about__print__slide-img img {
    width: 100%;
  }
  .about__print__slide-title {
    width: calc(100% - 30px);
    text-align: left;
    height: calc(3em + 20px);
    font-size: 1.3rem;
    padding-left: 1.8rem;
    text-indent: -1.7rem;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0px;
  }
  .about__print__price {
    font-family: "秀英丸ゴシック B", "Shuei MaruGo B", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
    font-weight: bold;
  }
  .about__print__price dl {
    width: calc(100% - 30px);
    margin: 0 auto 30px;
  }
  .about__print__price dl dt {
    display: inline-block;
    width: 20%;
    font-size: 1.6rem;
    vertical-align: top;
  }
  .about__print__price dl dd {
    display: inline-block;
    width: 77%;
    margin: 0;
    font-size: 1.6rem;
    vertical-align: top;
  }
  .about__print__price dl span.small {
    font-size: 1.4rem;
  }
  .about__print__text {
    width: calc(100% - 30px);
    margin: 0 auto;
    border-left: none;
    padding-left: 0;
    font-size: 1.3rem;
    line-height: 2;
  }
  .nav__toc {
    width: 100%;
    text-align: center;
  }
  .nav__toc-container {
    width: 100%;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    padding: 20px 0;
  }
  .nav__toc-title {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
  }
  .nav__toc li {
    float: right;
    margin: 0 0 0 6%;
    width: 25%;
  }
  .nav__toc li:first-child {
    margin: 0 6% 0 6%;
  }
  .nav__toc li:last-child {
    margin: 0;
  }
  .nav__toc li img {
    width: 100%;
  }
  .info {
    width: calc(100% - 30px);
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .info dl dt {
    width: 30%;
    display: inline-block;
    font-size: 1.6rem;
    letter-spacing: 1em;
    vertical-align: top;
  }
  .info dl dd {
    width: 65%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    font-size: 1.6rem;
  }
  .footer {
    background-color: #231815;
    color: #fff;
    text-align: center;
    padding-top: 30px;
  }
  .footer .title__share {
    display: inline-block;
    margin-right: 10px;
  }
  .footer .nav__sns {
    display: inline-block;
  }
  .footer .nav__sns li {
    display: inline-block;
  }
  .footer .nav__sns li a {
    font-size: 4rem;
    color: #fff;
    text-decoration: none;
  }
  .footer .title__mail {
    display: inline-block;
    margin: 0 10px 0 20px;
  }
  .footer .nav__mail {
    display: inline-block;
  }
  .footer .nav__mail li {
    display: inline-block;
  }
  .footer .nav__mail li a {
    font-size: 4rem;
    color: #fff;
    text-decoration: none;
  }
  .footer small {
    display: block;
    width: 100%;
    text-align: center;
    font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 30px 0;
  }
}
