@charset "UTF-8";
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sp {
  display: none;
}

p {
  line-height: 180%;
}

li {
  list-style-type: none;
}

a {
  color: #fff;
}
a:live {
  color: #fff;
}
a:hover {
  color: #fff;
}
a:visited {
  color: #fff;
}
a:active {
  color: #fff;
}

small {
  font-size: 13px;
}

input:-internal-autofill-selected {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

html, body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  width: 100%;
  font-size: 15px;
  line-height: 160%;
}

#contents {
  float: left;
}

#mainBox {
  background: url(../images/main.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 30px;
  overflow: hidden;
}

h1 {
  width: 90%;
  max-width: 610px;
  margin: 0 auto 10px;
  text-align: center;
  position: relative;
  z-index: 20;
}
h1 img {
  width: 100%;
  max-width: 1400px;
}

.title {
  width: 80%;
  left: 20%;
  position: relative;
  z-index: 20;
}
.title img {
  width: 100%;
  max-width: 1000px;
}

.downloadBook {
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: 30vw;
  max-width: 320px;
}
.downloadBook img {
  width: 100%;
  height: auto;
}

#footer, #footer2 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#40403f+0,252324+100 */
  background: #40403f; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#40403f), to(#252324));
  background: linear-gradient(to bottom, #40403f 0%, #252324 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#40403f", endColorstr="#252324",GradientType=0 ); /* IE6-9 */
  height: 126px;
  z-index: 30;
  color: #fff;
  position: relative;
}
#footer .information, #footer2 .information {
  float: right;
  width: 52%;
  margin-top: 14px;
}

#footer {
  height: auto;
  padding-bottom: 50px;
}
#footer .logo {
  margin-top: 15px;
}

#footer2 {
  margin-top: 30px;
}
#footer2 .information {
  margin: 25px 0 5px 0;
}

.footerBtn {
  width: 100%;
  padding: 10px 0;
  padding: 10px 0;
  display: block;
  text-align: center;
}
.footerBtn img {
  width: 68.667%;
  max-width: 450px;
}

.topBtn {
  position: absolute;
  height: 30px;
  width: 150px;
  background: #40403f;
  color: #fff;
  font-size: 14px;
  text-align: center;
  right: 0;
  top: -30px;
  line-height: 230%;
}

.logo {
  float: left;
  width: 48%;
  text-align: center;
  margin-top: 30px;
  font-size: 13px;
}
.logo img {
  margin-bottom: 10px;
}
.logo .text {
  margin-bottom: 10px;
  font-size: 12px;
  color: #FFF;
  text-align: center;
}

.invitation {
  font-size: 1.3vw;
}

.telBox {
  float: left;
  margin-top: 10px;
}
.telBox address {
  display: inline;
  font-style: normal;
  font-size: 1.8vw;
  font-weight: 700;
  vertical-align: middle;
  margin-left: 10px;
}

.telTxt {
  float: left;
  margin: 10px 0 0 6px;
  line-height: 110%;
  font-size: 13px;
  text-align: left;
}

.address {
  margin-top: 0;
  width: 52%;
  float: right;
  text-align: left;
  font-size: 13px;
}

#addContentsBtn {
  position: absolute;
  bottom: 13px;
  left: 50%;
  margin-left: -180px;
  color: rgb(0, 117, 3);
  -webkit-box-shadow: 0 6px 12px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 0 6px 12px 2px rgba(0, 0, 0, 0.4);
  vertical-align: middle;
  text-align: center;
  display: table;
  background: #FDF2D1;
  background: -webkit-gradient(linear, left top, left bottom, from(#FDF2D1), to(#D2992C));
  background: linear-gradient(to bottom, #FDF2D1 0%, #D2992C 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#FDF2D1", endColorstr="#005fd4",GradientType=0 );
  width: 360px;
  height: 30px;
}
#addContentsBtn a {
  color: #222;
  line-height: 120%;
  font-weight: 600;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  width: 100%;
}
#addContentsBtn:after {
  content: "";
  position: absolute;
  bottom: -9px;
  right: 50%;
  margin-left: -12px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 0;
  height: 0;
  border-top: 10px solid #D2992C;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

.addContents {
  background: #fff;
  padding: 0 20px;
}

#form {
  float: right;
  width: 375px;
  z-index: 40;
  background-color: #f8ebc3;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}
#form fieldset {
  margin-top: 20px;
}
#form label {
  display: block;
  margin-bottom: 8px;
  width: 375px;
  padding: 0 20px;
  font-size: 17px;
}
#form label span {
  color: #e43c38;
  font-size: 15px;
  font-weight: 400;
  padding-left: 1em;
}
#form label span.newline {
  padding-left: 0;
  font-size: 13px;
}
#form label input {
  border: 1px solid #9a9a9a;
  background: #fff;
  height: 25px;
  padding: 0 4px;
  width: 100%;
}
#form label textarea {
  border: 1px solid #9a9a9a;
  background: #fff;
  height: 58px;
  padding: 4px;
  width: 100%;
}
#form label #zipcode {
  float: left;
  width: 47.8260869565%;
  margin-right: 20px;
}
#form label .searchAddress {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  width: 30%;
  cursor: pointer;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,bcbcbc+90 */
  background: rgb(255, 255, 255); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgb(255, 255, 255)), color-stop(90%, rgb(188, 188, 188)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 1%, rgb(188, 188, 188) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#bcbcbc",GradientType=0 ); /* IE6-9 */
}
#form label.check_checkbox {
  margin-top: 16px;
}
#form label.area_contact.error input, #form label.area_contact.error textarea, #form label.area_contact.error select {
  background-color: #ffc0cb;
}
#form label.area_contact .contact_error {
  clear: left;
  font-size: 14px;
  color: #e43c38;
}
#form label#area_email.js-visit-radio .error-span {
  opacity: 0;
}
#form #area_radio {
  width: 335px;
  margin: 15px 20px;
}
#form #area_radio.error .radio_area_inner {
  background-color: #ffc0cb !important;
}
#form #area_radio.error .contact_error {
  font-size: 15px;
  line-height: 24px;
  color: #e43c38;
}
#form #area_radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
#form #area_radio input[type=radio] {
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid #000;
  border-radius: 50%;
  padding: 0;
  margin-right: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#form #area_radio input[type=radio]:checked:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  display: block;
  width: 14px;
  height: 14px;
  background-color: #db292a;
  border-radius: 50%;
}

.formCircle {
  background-color: #f3f3f3;
  border-bottom-left-radius: 100%;
  border-bottom-right-radius: 100%;
  height: 400px;
  width: 200%;
  position: absolute;
  left: -50%;
  top: -350px;
  text-align: center;
  z-index: 40;
}

.formTitle {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 50;
  margin-top: 10px;
}
.formTitle img {
  width: 100%;
}

#formEnd {
  text-align: center;
  margin-bottom: 20px;
}

#btn_Check {
  margin: 0 auto;
}
#btn_Check img {
  width: 192px;
}

.attention {
  padding: 0 20px 20px 20px;
  line-height: 130%;
}
.attention small {
  font-size: 12px;
}

.checkbox {
  display: none;
}

.check_checkbox {
  cursor: pointer;
}

.checkImg {
  position: relative;
  left: 0;
  width: 24px;
  margin-right: 8px;
}

.pdf {
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  #addContentsBtn {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  html {
    overflow-y: auto;
  }
  main {
    overflow: hidden;
    background-color: #fff;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  h1 {
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 3%;
    left: 0;
    right: 0;
    z-index: 20;
  }
  h1 img {
    width: 100%;
    max-width: 1400px;
  }
  #contentsWrap {
    overflow: hidden;
  }
  #contents, #form {
    float: none;
    width: 100%;
  }
  .downloadBook {
    position: static;
    left: 0;
    top: 36vw;
    width: 100%;
    max-width: 100%;
    margin: -6vw auto 0;
  }
  .downloadBook img {
    width: 100%;
  }
  #mainBox {
    background: url(../images/main_sp.jpg);
    background-size: cover;
    background-position: center;
    height: 0;
    padding: 100vw 10px 0;
    position: relative;
    margin-bottom: 38vw;
    overflow: initial;
  }
  #form {
    position: relative;
    overflow: inherit;
    padding-top: 40px;
    background-color: #f1e1be;
  }
  #form form {
    position: relative;
    z-index: 20;
  }
  #form .formTitle {
    width: 68.8405797101%;
    margin: 0 auto;
  }
  #form .formTitle img {
    width: 100%;
  }
  #form label.check_checkbox {
    margin-top: 32px;
  }
  .addContents {
    position: relative;
    z-index: 50;
  }
  #btn_Check {
    width: 69.6859903382%;
    margin: 0 auto;
    text-align: center;
  }
  #btn_Check img {
    width: 100%;
  }
  .title {
    width: 100%;
    left: 0;
  }
  .formCircle {
    z-index: 10;
    top: 20px;
    height: 0;
    padding-bottom: 100%;
  }
  .campaign {
    width: 70%;
    margin: 0 15% 30px 15%;
  }
  .addContentsBtn {
    font-size: 21px;
    width: 80%;
  }
  #form {
    width: 100%;
  }
  #form label {
    width: 100%;
    margin-bottom: 20px;
  }
  #form label input {
    height: 44px;
    font-size: 16px;
  }
  #form label textarea {
    height: 88px;
    font-size: 16px;
  }
  .logo {
    float: none;
    width: 100%;
    margin: 0;
  }
  .logo img {
    max-width: 60%;
  }
  #footer {
    height: auto;
    padding-bottom: 10px;
  }
  #footer .telBox {
    text-align: center;
    width: 100%;
    margin: 0;
  }
  #footer .telBox address {
    font-size: 4.5vw;
    margin-left: 5px;
  }
  #footer .information {
    float: none;
    width: 100%;
    margin: 10px 0;
  }
  .spFooter {
    font-size: 12px;
    text-align: center;
  }
  .spFooter small {
    font-size: 12px;
  }
  .address {
    width: 100%;
    float: none;
    text-align: center;
    font-size: 12px;
  }
  .checkImg {
    position: static;
    width: 34px;
    margin-top: -2px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .addContentsBtn {
    font-size: 14px;
  }
  #footer .telBox address {
    font-size: 7vw;
  }
}
.remote {
  position: relative;
  background-image: url(../images/remote_bg_pc.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  padding: 440px 30px 40px;
}
.remote .br-remote {
  display: none;
}
.remote .remote_logo {
  position: absolute;
  top: 15px;
  left: 15px;
}
.remote .remote_logo img {
  width: 100%;
}
.remote .text-box {
  text-align: center;
  background-image: url(../images/remote_txtbg_pc.jpg);
  background-size: cover;
  background-position: center;
  -webkit-box-shadow: 0 0 20px 1px #ccc;
          box-shadow: 0 0 20px 1px #ccc;
  padding-bottom: 40px;
}
.remote .text-box h2 {
  display: inline-block;
  width: 780px;
  font-family: "Noto Serif JP", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 40px;
  letter-spacing: 0.1em;
  color: #333;
  line-height: 1.6;
  background-color: #fff;
  border: 1px solid #cf4e00;
  padding: 12px 0;
  margin: -40px 0 20px;
}
.remote .text-box .catch {
  font-family: "Noto Serif JP", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 25px;
  color: #cf4e00;
  margin-bottom: 15px;
}
.remote .text-box .lead {
  font-size: 16px;
  color: #333;
}
.remote .text-box .lead span {
  font-size: 14px;
}
.remote .caution {
  font-size: 14px;
  margin-top: 20px;
}

@media screen and (max-width: 1500px) {
  .remote {
    background-image: url(../images/remote_bg_sp.jpg);
    background-size: auto 35vw;
    padding-top: 30vw;
  }
  .remote .remote_logo {
    top: 1vw;
    left: 1vw;
    width: 32vw;
  }
}
@media screen and (max-width: 1400px) {
  .remote .text-box h2 {
    width: auto;
    padding: 12px 30px;
  }
}
@media screen and (max-width: 1200px) {
  .remote .text-box h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .remote {
    background-image: url(../images/remote_bg_sp.jpg);
    background-size: contain;
    background-color: #fff;
    padding: 45vw 10px 20px;
  }
  .remote .remote_logo {
    position: absolute !important;
    top: 1%;
    left: 3%;
    width: 50vw;
  }
  .remote .text-box {
    background-image: url(../images/remote_txtbg_pc.jpg);
    padding-bottom: 30px;
  }
  .remote .text-box h2 {
    width: auto;
    font-size: 38px;
    margin: -40px 0 20px;
    padding: 12px 20px;
  }
  .remote .text-box .catch {
    font-size: 25px;
    margin-bottom: 5px;
  }
  .remote .text-box .lead {
    font-size: 16px;
  }
  .present {
    padding: 0 10px 20px;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .remote .br-remote {
    display: block;
  }
  .remote .text-box h2 {
    font-size: 19px;
    padding: 10px 10px;
  }
}
.main-bottom {
  font-family: "Noto Serif JP", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 16px;
  text-align: center;
  line-height: 2.375;
  padding: 40px 30px;
}

@media screen and (max-width: 1000px) {
  .main-bottom {
    font-size: 17px;
    line-height: 1.7;
    text-align: left;
    padding: 20px 20px 40px;
  }
}
.photolist {
  margin: 50px 0 100px;
}
.photolist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.photolist ul li:nth-of-type(1) {
  width: 100%;
  margin-bottom: 20px;
}
.photolist ul li:nth-of-type(n+2) {
  width: 23%;
}
.photolist ul li img {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .photolist {
    margin: 50px 0;
  }
  .photolist ul li:nth-of-type(1) {
    margin-bottom: 15px;
  }
}
.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 100px;
}
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 1000px) {
  .video {
    margin-bottom: 50px;
  }
}
.feature {
  margin-bottom: 50px;
}
.feature h2 {
  font-family: "Noto Serif JP", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 34px;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 60px;
}
.feature .list-photo, .feature .list-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.feature .list-photo li, .feature .list-feature li {
  width: 48%;
  margin-bottom: 30px;
}
.feature .list-photo li img, .feature .list-feature li img {
  width: 100%;
}
.feature .list-photo li figure img {
  width: 100%;
  margin-bottom: 5px;
}
.feature .list-photo li figure figcaption {
  font-size: 14px;
}
.feature .list-feature li .feature-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.feature .list-feature li .feature-title span {
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background-color: #bf5622;
  border-radius: 50%;
  margin-right: 10px;
}
.feature .list-feature li .feature-title h3 {
  font-family: "Noto Serif JP", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 26px;
  color: #bf5622;
}
.feature .list-feature li p {
  font-size: 14px;
  letter-spacing: 0.025em;
  line-height: 1.57;
}
.feature .list-feature li p span {
  font-size: 12px;
  color: #666;
}

@media screen and (max-width: 1000px) {
  .feature {
    margin-bottom: 50px;
  }
  .feature h2 {
    font-size: 25px;
    margin-bottom: 25px;
  }
  .feature .list-photo, .feature .list-feature {
    display: block;
  }
  .feature .list-photo li, .feature .list-feature li {
    width: 100%;
    margin-bottom: 20px;
  }
  .feature .list-photo li figure figcaption {
    font-size: 14px;
  }
}
.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 90px;
}
.banner img {
  border: 1px solid #89815b;
}
.banner img:nth-child(1) {
  width: 57.3%;
}
.banner img:nth-child(2) {
  width: 41.45%;
}

@media screen and (max-width: 1000px) {
  .banner {
    display: block;
    margin-bottom: 30px;
  }
  .banner img:nth-child(1) {
    width: 100%;
    margin-bottom: 30px;
  }
  .banner img:nth-child(2) {
    width: 100%;
  }
}
.fee {
  margin-bottom: 90px;
}
.fee h2 {
  font-family: "Noto Serif JP", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 34px;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 30px;
}
.fee h2 span {
  display: block;
  font-size: 16px;
  margin-top: 10px;
}
.fee table {
  width: 100%;
}
.fee table th {
  background-color: #90885b;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.2em;
  font-weight: normal;
  border: 1px solid #cacaca;
  padding: 17px 0;
}
.fee table th span {
  font-size: 16px;
}
.fee table td {
  text-align: center;
  font-size: 16px;
  border: 1px solid #cacaca;
  padding: 28px 0;
}
.fee table td.col1 {
  width: 19%;
  font-weight: bold;
  background-color: #ebeaea;
}
.fee table td.col2 {
  width: 18%;
}
.fee table td.col2 span {
  font-size: 10px;
  vertical-align: super;
}
.fee table td.col3 {
  width: 37%;
  font-size: 20px;
  font-weight: bold;
  color: #eb1c24;
}
.fee .note {
  margin-top: 20px;
}
.fee .note p {
  line-height: 1.4;
}
.fee .note p:nth-of-type(1) {
  font-size: 20px;
  color: #6b3d9b;
}
.fee .note p:nth-of-type(2) {
  font-size: 14px;
}

@media screen and (max-width: 1000px) {
  .fee {
    margin-bottom: 50px;
  }
  .fee h2 {
    font-size: 25px;
    margin-bottom: 25px;
  }
  .fee table th {
    font-size: 14px;
    letter-spacing: 0.025em;
  }
  .fee table th span {
    font-size: 11px;
  }
  .fee table td {
    font-size: 12px;
  }
  .fee table td.col1 {
    width: 20%;
  }
  .fee table td.col2 {
    width: 17%;
  }
  .fee table td.col2 span {
    font-size: 10px;
  }
  .fee table td.col3 {
    width: 37%;
    font-size: 15px;
  }
  .fee .note {
    margin-top: 10px;
  }
  .fee .note p {
    line-height: 1.4;
  }
  .fee .note p:nth-of-type(1) {
    font-size: 16px;
  }
}
.btnMiddle {
  margin-bottom: 50px;
}
.btnMiddle a {
  display: block;
  width: 68.667%;
  margin: 0 auto;
}
.btnMiddle a img {
  width: 100%;
}

.access {
  margin-bottom: 50px;
}
.access h2 {
  font-family: "Noto Serif JP", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 34px;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 30px;
}
.access .map {
  width: 100%;
  margin-bottom: 50px;
}
.access .access-taxi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f2f2f2;
  padding: 20px 30px;
}
.access .access-taxi .mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 140px;
  min-width: 140px;
  height: 140px;
  font-family: "Noto Serif JP", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
  border-radius: 50%;
  background-color: #cf4e00;
}
.access .access-taxi .text {
  font-family: "Noto Serif JP", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 18px;
  margin-left: 25px;
}

@media screen and (max-width: 1000px) {
  .access {
    margin-bottom: 25px;
  }
  .access h2 {
    font-size: 25px;
    margin-bottom: 25px;
  }
  .access .map {
    margin-bottom: 25px;
  }
  .access .access-taxi {
    display: block;
    padding: 25px 15px;
  }
  .access .access-taxi .mark {
    margin: 0 auto;
  }
  .access .access-taxi .text {
    font-size: 15px;
    margin: 20px 0 0;
  }
}
.addBoseki {
  margin-bottom: 50px;
}
.addBoseki img {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .addBoseki {
    margin-bottom: 25px;
  }
}