@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Noto+Serif+JP:200,300);

/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button, input, select, textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

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

td, th {
  padding: 0;
  text-align: left;
}

html {
  font-size: 62.5%;
}

img {
  vertical-align: top;
}

input[type="text"], textarea, input[type="submit"], input[type="reset"] {
  border: 0 none;
  border-radius: 0;
  background: #fff none repeat scroll 0 0;
}

input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="text"], input[type="radio"], input[type="checkbox"], textarea {
  outline: 0 none;
  vertical-align: middle;
  border-radius: 0;
}

input[type="text"], textarea {
  border: 1px solid #bbbbbb;
}

input[type="text"], textarea {
  line-height: 1.2;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent none repeat scroll 0 0;
  border-radius: 0;
  margin: 0;
  outline: medium none;
  text-overflow: ellipsis;
}

select::-ms-expand {
  display: none;
}


/* ==========================================================================
   base
   ========================================================================== */

@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium");
  font-weight: 600;
}

header, footer {
  color: #2f2c2c;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  font-size: 1.2em;
}

@media screen and (max-width: 768px) {
  header, footer {
    line-height: 1.8;
  }
}

a {
  color: #2f2c2c;
  text-decoration: none;
}

a:hover {
  opacity: .7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: linear .5s;
  transition: linear .5s;
}

@media screen and (max-width: 760px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}

@media screen and (max-width: 760px) {
  .sp {
    display: block !important;
  }
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	LOADING
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99;
  display: block;
}

.preloader .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -28px;
}

.preloader .loader .loader_img {
  width: 16px;
  height: 16px;
  background-color: #dedede;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: loadbounce 1.4s infinite ease-in-out both;
  animation: loadbounce 1.4s infinite ease-in-out both;
}

.preloader .loader .loader_img1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.preloader .loader .loader_img2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes loadbounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(0.8);
  }
}

@keyframes loadbounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}


/* ---------
 header
 --------- */

header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  background: #fff;
  z-index: 1000;
}

.head_box {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.head_box .logo {
  margin-left: 20px;
}

.head_box .nav {
  font-family: 'Noto Serif JP', serif;
  font-weight: 200;
  display: flex;
  align-items: center;
}

.head_box .nav_call {
  font-size: 2.2rem;
  letter-spacing: .1rem;
  margin-right: 15px;
}

.head_box .nav_call:before {
  content: '';
  background: url(../img/com/tel.svg) no-repeat center center;
  display: inline-block;
  width: 18px;
  height: 22px;
  margin-right: 5px;
  vertical-align: middle;
}

.head_box .nav_contact {
  padding: 7px 10px;
  display: flex;
  margin-right: 10px;
}

.head_box .nav_contact li {
  line-height: 1;
  font-size: 1.1rem;
}

.head_box .nav_contact li:first-child {
  margin-right: 10px;
  padding-right: 10px;
}

.head_box .nav_link {
  display: flex;
}

.head_box .nav_link li {
  border-right: 1px solid #fff;
}

.head_box .nav_link li:last-child {
  border-right: none;
}

.head_box .nav_link li a, .head_box .nav_link li .link {
  height: 60px;
  width: 60px;
  display: block;
  color: #fff;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.head_box .nav_link li a .box, .head_box .nav_link li .link .box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 55%;
  width: 100%;
}

.head_box .nav_link li a .box .img, .head_box .nav_link li .link .box .img {
  display: block;
  margin: 0 auto 3px;
  width: 20px;
}

.head_box .nav_link li a .box .txt, .head_box .nav_link li .link .box .txt {
  display: block;
  font-size: 1.0rem;
}

.togglemenu {
  opacity: 0;
  position: absolute;
  top: -2000%;
  transition: 1.4s;
  z-index: 50;
  background: rgba(255, 255, 255, 0.85);
  width: 100%;
}

.togglemenu_box {
  max-width: 1000px;
  margin: 0 auto;
}

.togglemenu_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}

.togglemenu_top .logo {
  margin-left: 20px;
  padding: 2px 0;
}

.togglemenu_top .close {
  margin-right: 20px;
  padding: 17px 0;
  cursor: pointer;
}

.togglemenu .menu {
  max-width: 795px;
  margin: 0 auto;
}

.togglemenu .menu_box {
  padding: 40px 0 25px;
  display: flex;
  justify-content: space-between;
}

.togglemenu .menu_box li {
  width: 220px;
  margin-bottom: 20px;
}

.togglemenu .menu_box li a {
  display: block;
  width: 100%;
  position: relative;
}

.togglemenu .menu_box li a:after {
  content: '';
  background: url(../img/com/arrow_pc.png) no-repeat center center;
  width: 5px;
  height: 9px;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.togglemenu .menu_box li a span {
  display: block;
  font-family: 'Noto Serif JP', serif;
}

.togglemenu .menu_box li a .mainttl {
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.togglemenu .menu_box li a .subttl {
  font-size: 1.2rem;
  color: #95928a;
}

.togglemenu .menu .infobox {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}

.togglemenu .menu .infobox .tell {
  font-size: 2.8rem;
  font-family: 'Noto Serif JP', serif;
  margin-right: 20px;
}

.togglemenu .menu .infobox .tell:before {
  content: '';
  background: url(../img/com/tel.svg) no-repeat center center;
  background-size: cover;
  display: inline-block;
  width: 19px;
  height: 23px;
  margin-right: 5px;
  vertical-align: baseline;
}

.togglemenu .menu .infobox .sns li {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}

.togglemenu .menu .infobox .sns li:last-child {
  margin-right: 0;
}

.togglemenu .menu .infobox .sns li.Line img {
  width: 22px;
}

.togglemenu .menu .infobox .sns li.Fb img {
  width: 15px;
}

.togglemenu .menu .infobox .sns li.Insta img {
  width: 16px;
}

.togglemenu .menu .infobox .sns li.Tw img {
  width: 18px;
}

.togglemenu .menu .formbox {
  padding-bottom: 30px;
}

.togglemenu .menu .formbox ul {
  display: flex;
  justify-content: center;
}

.togglemenu .menu .formbox ul li {
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.togglemenu .menu .formbox ul li:first-child {
  margin-right: 15px;
}

.togglemenu .menu .formbox ul li a {
  padding: 10px 0 5px;
  font-family: 'Noto Serif JP', serif;
  width: 100%;
  background: #fff;
}

.togglemenu .menu .formbox ul li a .txt {
  text-align: center;
}

.togglemenu .menu .formbox ul li a .txt .mainttl {
  font-size: 1.3rem;
  display: block;
}

.togglemenu .menu .formbox ul li a .txt .subttl {
  font-size: 1.1rem;
  color: #95928a;
  display: block;
}

.togglemenu.on {
  opacity: 1;
  position: absolute;
  top: 0;
  z-index: 1000;
  transition: .4s;
}


/* ---------
 main
 --------- */

main {
  display: block;
  margin-top: 60px;
}


/* ---------
 footer
 --------- */

footer {
  margin-top: 100px;
}

footer .contectbox {
  background: #ecf3f5;
  padding: 20px 0;
  margin-bottom: 50px;
}

footer .contectbox ul {
  max-width: 680px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

footer .contectbox ul li {
  border: 2px solid #2f2c2c;
  background: #fff;
  width: 320px;
  padding: 3px;
}

footer .contectbox ul li a {
  border: 1px solid #bbb0b0;
  display: block;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  line-height: 1;
}

footer .contectbox ul li a .mainttl {
  font-size: 2.6rem;
  display: block;
  margin-bottom: 5px;
}

footer .contectbox ul li a .subttl {
  font-size: 1.4rem;
  display: block;
}

footer .chapel {
  border-top: 1px solid #2f2c2c;
  border-bottom: 1px solid #2f2c2c;
  background: #fbf9f2;
  padding: 15px 0;
  margin-bottom: 75px;
}

footer .chapel_box {
  max-width: 715px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Noto Serif JP', serif;
}

footer .chapel_box .logo {
  max-width: 350px;
}

footer .chapel_box .addbox {
  max-width: 350px;
}

footer .chapel_box .addbox .tell {
  font-size: 2.4rem;
}

footer .chapel_box .addbox .tell:before {
  content: '';
  background: url(../img/com/tel.svg) no-repeat center center;
  display: inline-block;
  width: 16px;
  height: 19px;
  margin-right: 5px;
  vertical-align: baseline;
}

footer .chapel_box .addbox .box {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}

footer .chapel_box .addbox .box .txt {
  font-size: 1.2rem;
}

footer .chapel_box .addbox .box .txt span {
  display: block;
}

footer .chapel_box .addbox .box .map {
  margin-left: 5px;
  margin-bottom: 2px;
}

footer .chapel_box .addbox .contact {
  background: #fff;
  padding: 10px 15px;
}

footer .chapel_box .addbox .contact span {
  display: inline-block;
  vertical-align: middle;
}

footer .chapel_box .addbox .contact .img {
  margin-right: 15px;
  width: 24px;
}

footer .chapel_box .addbox .contact .jp {
  font-size: 1.6rem;
}

footer .chapel_box .addbox .contact .en {
  font-size: 1.2rem;
}

footer .linklist {
  max-width: 870px;
  margin: 0 auto 80px;
}

footer .linklist_ttl {
  text-align: center;
  font-size: 2.1rem;
  margin-bottom: 10px;
  font-family: 'Noto Serif JP', serif;
}

footer .linklist_mark {
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 59px;
}

footer .linklist_box {
  display: flex;
  justify-content: space-between;
}

footer .linklist_box .list-inner .ttl {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

footer .linklist_box .list-inner li {
  margin-bottom: 10px;
  font-size: 1.1rem;
}

footer .linklist_box .list-inner li:before {
  content: '—';
  display: inline-block;
  margin-right: 5px;
}

footer .linklist_box .list-inner .list-top {
  margin-bottom: 30px;
}

footer .copy {
  color: #fff;
  padding: 15px 0;
  font-size: 1.0rem;
}

footer .copy_link {
  text-align: center;
  margin-bottom: 5px;
}

footer .copy_link li {
  display: inline-block;
  line-height: 1;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #fff;
}

footer .copy_link li:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

footer .copy_link li a {
  color: #fff;
  text-decoration: underline;
}

footer .copy_link li a:hover {
  text-decoration: none;
}

footer .copy_txt {
  text-align: center;
}

.snsBox {
  display: flex;
  justify-content: center;
  align-items: center;
}

.snsBox li {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  position: relative;
  margin-right: 40px;
}

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

.snsBox li a {
  display: block;
  width: 100%;
  height: 100%;
}

.snsBox li img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.snsBox li.Line img {
  width: 28px;
}

.snsBox li.Fb img {
  width: 20px;
}

.snsBox li.Insta img {
  width: 22px;
}

.snsBox li.Tw img {
  width: 22px;
}

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

.ttl span {
  display: block;
}

.ttl_main {
  margin-bottom: 10px;
}

.ttl_sub {
  color: #95928a;
  font-size: 1.3rem;
  font-weight: 200;
}

.bgbox {
  position: absolute;
  top: 35%;
  left: 0vw;
  width: 100%;
  background: #eee;
  z-index: -1;
  height: 55%;
}

.button {
  margin: 0 auto;
  width: 310px;
}

.button a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  font-size: 1.5rem;
}

.button.black {
  background: #2f2c2c;
  position: relative;
}

.button.black a {
  color: #fff;
}

.button.black a:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5%;
  content: '';
  background: url(../img/com/w_arrow.png) no-repeat center center;
  width: 6px;
  height: 12px;
  display: inline-block;
}

.button.white {
  border: 1px solid #2f2c2c;
  background: #fff;
  position: relative;
}

.button.white a {
  color: #2f2c2c;
}

.button.white a:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5%;
  content: '';
  background: url(../img/com/b_arrow.png) no-repeat center center;
  width: 6px;
  height: 12px;
  display: inline-block;
}

.button.white_line {
  border-bottom: 1px solid #2f2c2c;
  background: #fff;
  position: relative;
}

.button.white_line a {
  color: #2f2c2c;
}

.button.white_line a:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5%;
  content: '';
  background: url(../img/com/b_arrow.png) no-repeat center center;
  width: 6px;
  height: 12px;
  display: inline-block;
}

.imgbox {
  max-width: 600px;
  margin: 0 auto 120px;
}

.imgbox_ttl {
  margin-bottom: 20px;
}

.imgbox_lead {
  text-align: center;
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-family: 'Noto Serif JP', serif;
}

.imgbox_img {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.imgbox_img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: initial;
  height: 100%;
}

@media all and (-ms-high-contrast: none) {
  .imgbox_img img {
    max-width: none;
  }
}

.imgbox_imglink {
  margin-bottom: 15px;
}

.imgbox .bx-wrapper {
  box-shadow: none;
  border: none;
  margin-bottom: 40px;
}

.imgbox .bx-wrapper .bx-viewport {
  height: 400px !important;
}

.imgbox .bx-wrapper img {
  max-width: initial;
  width: auto !important;
}

@media all and (-ms-high-contrast: none) {
  .imgbox .bx-wrapper img {
    max-width: none;
  }
}