@charset "UTF-8";
/* setting File */
/* font
---------------------------------------------- */
/* selector names
---------------------------------------------- */
/* base width
---------------------------------------------- */
/* mixin File */
/* font
---------------------------------------------- */
/* selector names
---------------------------------------------- */
/* base width
---------------------------------------------- */
/* Reset Css and Base Style */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/**
 * Reset Styles
 * Deprecated normalize.css v5.0.0
 * 参考 : html5doctor.com Reset Stylesheet v1.6.1
 */
blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

/* table *?

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* form */
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  outline: 1px solid #8dafe6;
}

/* ----------------------------------------
*	add reset style
---------------------------------------- */
input[type="image"]:focus,
input[type="button"]:focus {
  outline: none;
}

/* padding,margin reset */
h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, figure, figcaption {
  padding: 0;
  margin: 0;
}

/* list reset */
ul, ol, li {
  list-style: none;
}

/* img vertical-align */
img {
  vertical-align: top;
}

/* ----------------------------------------
*	clearfix class
---------------------------------------- */
.clearfix:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
* + html * {
  zoom: 1;
}

/* IE7 */
/* ----------------------------------------
*	Base Style
---------------------------------------- */
html, body {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", MyYuGothicM, Meiryo, sans-serif;
  font-size: 16px;
}

a {
  color: #999;
}

.wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wrapper *, .wrapper::before, .wrapper::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.wrapper img {
  max-width: 100%;
  height: auto;
}

.u-fluid-img {
  width: 100%;
  height: auto;
}

.is-sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .is-sp {
    display: block;
  }
  .is-sp br.is-sp {
    display: inline;
  }
  .is-sp img.is-sp {
    display: inline;
  }
  .is-sp span.is-sp {
    display: inline;
  }
}

.is-tablet {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-tablet {
    display: block;
  }
  .is-tablet br.is-tablet {
    display: inline;
  }
  .is-tablet img.is-tablet {
    display: inline;
  }
  .is-tablet span.is-tablet {
    display: inline;
  }
}

.is-tablet-only {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .is-tablet-only {
    display: block;
  }
  .is-tablet-only br.is-tablet-only {
    display: inline;
  }
  .is-tablet-only img.is-tablet-only {
    display: inline;
  }
  .is-tablet-only span.is-tablet-only {
    display: inline;
  }
}

@media screen and (max-width: 640px) {
  .is-tablet-pc {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .is-pc {
    display: none;
  }
}

.wrapper {
  max-width: 100%;
  font-size: 16px;
  width: 1000px;
  margin: 0 auto;
}

header {
  background-image: url("../img/bg_mainv.jpg");
  background-repeat: no-repeat;
  background-position: top center;
}

.diagonalBG {
  margin-top: 100px;
  transform: skew(0deg, -5deg);
  background: #f6f6f6;
}
.diagonalBG .wrapper {
  transform: skew(0deg, 5deg);
}
.diagonalBG .wrapper .txtBox {
  margin-top: -120px;
}

@media screen and (max-width: 768px) {
  .diagonalBG .wrapper .txtBox {
    margin-top: -140px;
  }
  .diagonalBG .wrapper .txtBox h2 {
    margin-bottom: 30px;
  }
}
.linkBtn {
  display: inline-block;
  width: 240px;
  text-align: center;
  background: #000;
  color: #FFF;
  text-decoration: none;
  position: relative;
  padding: 7px 16px 7px 10px;
  vertical-align: middle;
  text-decoration: none;
  transition: 0.4s;
  line-height: 160%;
}

.linkBtn::before,
.linkBtn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.linkBtn::before {
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.linkBtn:hover {
  background-color: #555;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.lineLeft {
  border-left: solid 4px #000;
  padding-left: 25px;
}

.lineRight {
  border-right: solid 4px #000;
  padding-right: 25px;
}

#top {
  text-align: center;
}

.txtBox {
  padding-top: 40px;
}
.txtBox h2 {
  margin-bottom: 40px;
}
.txtBox p {
  line-height: 190%;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 768px) {
  .wrapper h2 img {
    height: calc(33px * 0.7);
    width: auto;
  }

  .lineLeft,
  .lineRight {
    border-left: solid 4px #000;
    border-right: none;
    padding-left: 15px;
    padding-right: 5px;
  }

  .txtBox {
    padding: 30px 0;
  }
  .txtBox h2 {
    margin-bottom: 30px;
  }
  .txtBox p {
    line-height: 190%;
    margin-bottom: 1.5em;
  }
  .txtBox p:last-child {
    margin-bottom: 0px;
  }
}
#intro {
  position: relative;
  padding: 100px 0;
}
#intro .txtBox {
  width: 75%;
}

#intro .wrapper {
  box-sizing: boder-box;
  height: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #intro {
    padding-left: 10px;
    padding-right: 10px;
  }
  #intro .txtBox {
    width: 100%;
    margin-top: -125px;
  }
}
#comment {
  position: relative;
  z-index: 3;
}
#comment .lineRight {
  padding-bottom: 10px;
}
#comment .txtBox {
  margin-top: -88px;
}
#comment .commentBox {
  width: 73%;
  margin-left: auto;
  overflow: hidden;
  margin-bottom: 20px;
}
#comment .commentBoxImg {
  width: 32%;
  width: 32%;
  float: left;
}
#comment .commentBoxTxt {
  width: 64%;
  float: right;
  padding-top: 1.5em;
}
#comment .commentBoxTxt p:nth-child(2) {
  text-align: right;
  margin-bottom: 0px;
  font-size: 1.1rem;
}
#comment .commentBoxTxt p:last-child {
  text-align: right;
  margin-top: -6px;
}
#comment .commentBoxTxt p:last-child a {
  color: #FFF;
  text-decoration: none;
  font-size: 0.65rem;
  width: auto;
  padding-right: 18px;
  line-height: 40%;
}
#comment .commentBoxTxt p:last-child .linkBtn::before {
  right: 8px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#comment .commentBoxTxt p.bottom {
  margin-bottom: 50px;
}
#comment h2 {
  text-align: right;
}

@media screen and (max-width: 768px) {
  #comment {
    padding-left: 10px;
  }
  #comment .wrapper {
    padding: 0 15px 0 15px;
  }
  #comment .lineRight {
    padding-bottom: 20px;
  }
  #comment .txtBox {
    margin-top: -30px;
  }
  #comment .txtBox h2 {
    margin-bottom: 30px;
  }
  #comment .commentBox {
    width: auto;
    margin-left: auto;
    overflow: hidden;
    margin-bottom: 0px;
  }
  #comment .commentBoxImg {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 15px;
  }
  #comment .commentBoxImg p:first-child {
    margin-bottom: 5px;
  }
  #comment .commentBoxTxt {
    width: auto;
    float: none;
    padding-top: 0em;
  }
  #comment .commentBoxTxt p {
    margin-bottom: 10px;
  }
  #comment .commentBoxTxt p:last-child {
    text-align: right;
    margin-bottom: 0px;
  }
  #comment .commentBoxTxt p.bottom {
    margin-bottom: 30px;
  }
  #comment h2 {
    text-align: left;
  }
}
#appearance {
  position: relative;
  padding: 100px 0;
}
#appearance .wrapper {
  box-sizing: boder-box;
  height: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #appearance {
    padding-left: 10px;
    padding-right: 10px;
  }
  #appearance .txtBox {
    margin-top: -130px;
  }
}
#time {
  position: relative;
}
#time .lineRight {
  padding-bottom: 30px;
  margin-bottom: 110px;
}
#time .txtBox {
  margin-top: -82px;
  text-align: right;
}
#time h2 {
  text-align: right;
}
#time p:last-child {
  text-align: right;
}

@media screen and (max-width: 768px) {
  #time {
    padding-left: 10px;
    padding-right: 10px;
  }
  #time .lineRight {
    padding-bottom: 0px;
    margin-bottom: 110px;
  }
  #time .txtBox {
    margin-top: -35px;
    text-align: right;
    margin-bottom: 0px;
  }
  #time h2 {
    text-align: left;
  }
}
#place {
  position: relative;
  padding: 100px 0 150px 0;
}
#place .wrapper {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 220px;
}
#place .txtBox {
  margin-top: -120px;
  position: relative;
}
#place .txtBox h2 {
  margin-bottom: 30px;
}
#place .placeL {
  max-width: 300px;
  width: 30%;
  padding-bottom: 30px;
}
#place .placeR {
  max-width: 638px;
  width: 65%;
  position: absolute;
  right: 0px;
  top: 113px;
}

@media screen and (max-width: 768px) {
  #place {
    padding-left: 10px;
    padding-right: 10px;
  }
  #place .wrapper {
    padding-bottom: 0px;
  }
  #place .txtBox {
    margin-top: -130px;
  }
  #place .placeL {
    max-width: 100%;
    width: 100%;
  }
  #place .placeR {
    width: 100%;
    position: inherit;
    top: 0px;
  }
}
#bgphoto {
  background-image: url("../img/bg_photo.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 480px;
  position: relative;
  margin-top: -70px;
}

@media screen and (max-width: 768px) {
  #bgphoto {
    background-image: url("../img/bg_photo_sp.jpg");
    background-position: top center;
    background-size: contain;
    min-height: auto;
    padding-top: 37.5%;
  }
}
#detail {
  background-image: url("../img/bg_detail_repeat.jpg");
  background-repeat: repeat-y;
  background-position: top center;
}
#detail .detailL {
  width: 60%;
  padding-top: 60px;
}
#detail .lineLeft {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 60px;
  margin-left: 10px;
  margin-right: 10px;
}
#detail .price {
  width: 100%;
  margin-bottom: 20px;
}
#detail .price th {
  border-bottom: solid 1px #000;
  padding: 10px 0;
}
#detail .price td {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  padding: 10px 0;
}
#detail .price td span {
  font-size: 1.2rem;
}
#detail .detailBG {
  background-image: url(../img/bg_detail.jpg);
  background-repeat: no-repeat;
  background-position: 149.9% top;
  background-size: 66.7%;
}
#detail h2 {
  margin-bottom: 40px;
}
#detail h2 + p {
  margin-bottom: 40px;
}
#detail dl dt {
  padding-top: 40px;
  font-weight: bold;
  margin-bottom: 10px;
}
#detail dl dt:first-child {
  padding-top: 0px;
}
#detail dl dd {
  margin-bottom: 10px;
}
#detail dl .inline {
  display: inline-block;
  margin-right: 10px;
}
#detail .credit {
  width: 100%;
  margin-bottom: 20px;
}
#detail .credit th {
  width: 27%;
  text-align: left;
  font-weight: normal;
  padding: 5px 0;
}
#detail .contact h3 {
  margin-bottom: 10px;
}
#detail .contact a {
  color: #e33135;
}
#detail .contact p {
  margin-bottom: 10px;
}
#detail .contact p:last-child {
  padding-top: 10px;
}
#detail .copy {
  padding-bottom: 20px;
}

@media screen and (max-width: 640px) {
  #detail {
    background-image: none;
    background: #9f9c99;
  }
  #detail .contact a {
    color: #c32d30;
  }
  #detail .detailL {
    width: 100%;
    padding-top: 60px;
  }
  #detail .lineLeft {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 60px;
  }
  #detail .lineLeft p:last-child {
    margin-bottom: 0px;
  }
  #detail .price {
    width: 100%;
    margin-bottom: 20px;
  }
  #detail .price th {
    border-bottom: solid 1px #000;
    padding: 10px 0;
  }
  #detail .price td {
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    padding: 10px 0;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  #detail .price td {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 640px) {
  #detail .priceSP {
    width: 65%;
  }
  #detail .priceSP table {
    border-collapse: separate;
    border-spacing: 8px;
    width: 100%;
    margin-bottom: 20px;
    line-height: 140%;
  }
  #detail .priceSP table th {
    border-right: solid 1px #000;
    padding: 8px 0;
    width: 55%;
  }
  #detail .priceSP table td {
    text-align: center;
    font-weight: bold;
    font-size: 1.4rem;
    vertical-align: middle;
    padding: 8px 0;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  #detail .priceSP table td {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 640px) {
  #detail .priceSP table td span {
    font-size: 0.8rem;
  }
  #detail .detailBG {
    background-image: url(../img/bg_detail_sp.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
  }
  #detail h2 {
    margin-bottom: 20px;
  }
  #detail dl dt {
    padding-top: 40px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #detail dl dt:first-child {
    padding-top: 0px;
  }
  #detail dl dd {
    margin-bottom: 10px;
  }
  #detail dl dd:last-child {
    margin-bottom: 0px;
  }
  #detail dl .inline {
    display: inline-block;
    margin-right: 10px;
  }
  #detail .credit {
    width: 100%;
    margin-bottom: 20px;
  }
  #detail .credit th {
    width: 35%;
    text-align: left;
    font-weight: normal;
    padding: 5px 0;
  }
  #detail .credit td {
    padding-left: 10px;
  }
  #detail .credit:last-child {
    margin-bottom: 0px;
  }
  #detail .copy {
    text-align: center;
    padding-bottom: 20px;
  }
}
.pagetop a {
  display: inline-block;
  width: 240px;
  text-align: center;
  background: #FFF;
  color: #000;
  text-decoration: none;
  position: relative;
  padding: 7px 16px 7px 10px;
  vertical-align: middle;
  text-decoration: none;
  border: solid 1px #000;
  margin-bottom: 100px;
}
.pagetop a::before,
.pagetop a::after {
  position: absolute;
  top: 20%;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.pagetop a::before {
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.pdtop {
  padding-top: 30px;
}

@media screen and (max-width: 640px) {
  .pagetop {
    text-align: center;
  }
}
@media screen and (min-width: 400px) {
  .br-sp {
    display: none;
  }

  .br-pc {
    display: block;
  }
}
@media screen and (max-width: 769px) {
  .br-sp {
    display: block;
  }

  .br-pc {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
