@charset "UTF-8";
html {
  font-size: 100%;
  /* 16px */
}

body {
  font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
  /*
	 font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	 */
}

@font-face {
  font-family: 'MyHonoka';
  src: url("../fonts/font_1_honokamin.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/font_1_honokamin.eot?#iefix") format("embedded-opentype"), url("../fonts/font_1_honokamin.woff") format("woff"), url("../fonts/font_1_honokamin.ttf") format("truetype");
  /* Safari, Android, iOS */
}

.honoka {
  font-family: MyHonoka;
}

.cardo {
  font-family: 'Cardo', serif;
}

.clearfix:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

.t_left {
  text-align: left;
}

.t_right {
  text-align: right;
}

.t_center {
  text-align: center;
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

.clear {
  clear: both;
}

.none {
  display: none;
}

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

.mn_top {
  margin-top: 0 !important;
}

.mn_bottom {
  margin-bottom: 0 !important;
}

/*a:hover img{
opacity:0.55;
filter:alpha(opacity=55);
-ms-filter: "alpha( opacity=55 )";
border: 0;
}*/
a {
  text-decoration: none;
  border-bottom: 1px dashed #938152;
  color: #282828;
}

address {
  font-style: normal;
}

.small {
  font-size: 0.7em;
}

/* メインコンテンツ ====================================== */
div.contents {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

@media (min-width: 600px) {
  div.contents {
    width: 65%;
  }
}

.button {
  display: block;
  width: 95%;
  font-size: 6vw;
  text-align: center;
  border: 1px solid #999999;
  color: #45433f;
  background-color: #fff;
  text-decoration: none;
  padding: 4vw 0 3.5vw 0;
  margin: 1em auto;
  line-height: 120%;
  cursor: pointer;
  font-family: MyHonoka;
}

@media (min-width: 600px) {
  .button {
    font-size: 20px;
    width: 80%;
    padding: 1em 0 0.8em 0;
  }
}

.marge_button {
  margin: 1em auto;
}

.marge_button a:first-of-type {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
}

.marge_button a:last-of-type {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-topleft: 10px;
  -moz-border-bottom-topright: 10px;
}

.marge_button a.close {
  border-radius: 0;
}

.marge_button .button {
  margin: -1px auto 0 auto;
}

.button:hover {
  border: 1px solid #999999;
  color: #999999;
}

.button.back {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  background-size: 5vw auto;
  background-position: 2vw center;
  background-repeat: no-repeat;
  background-image: url(../images/link_arrow_back.svgz);
}

.button.icon {
  background-size: 5vw auto;
  background-position: 5% center;
  background-repeat: no-repeat;
}

@media (min-width: 600px) {
  .button.icon {
    background-size: 2vw auto;
    background-position: 3% center;
  }
}

.button.icon.back {
  background-image: url(../images/link_arrow_back.svgz);
}

.button.icon.follow {
  background-image: url(../images/link_arrow_follow.svgz);
}

.button.icon.up {
  background-image: url(../images/link_arrow_up.svgz);
}

.button.icon.down {
  background-image: url(../images/link_arrow_down.svgz);
}

.button.icon.up.down {
  background-image: url(../images/link_arrow_up.svgz);
}

.close {
  display: block;
  width: 50%;
  margin: 1rem auto;
  text-align: center;
  border: 1px solid #999999;
  background-color: #fff;
  padding: 0.2em 0 0.15em 0;
  font-size: 5vw;
  background-size: 1rem auto;
  background-size: 5vw auto;
  background-position: 2vw center;
  background-repeat: no-repeat;
  background-image: url(../images/icon_close.svgz);
  cursor: pointer;
}

@media (min-width: 600px) {
  .close {
    width: 35%;
    font-size: 20px;
    background-size: 2vw auto;
    background-position: 3% center;
  }
}

/* タイトルスタイル */
.title {
  display: block;
  width: 100%;
  margin-bottom: 0.8em;
  padding: 0.5em;
  text-align: center;
  font-size: 8vw;
  font-family: MyHonoka;
  font-weight: normal;
}

@media (min-width: 600px) {
  .title {
    font-size: 36px;
  }
}

.title.head {
  border-bottom: 3px solid #938152;
  background-color: #282828;
  color: #ffffff;
  font-family: MyHonoka;
  font-weight: normal;
  font-size: 7.5vw;
  padding: 0.5em 0 0.45em 0;
}

@media (min-width: 600px) {
  .title.head {
    font-size: 36px;
  }
}

.title.gold {
  background-color: #938152;
  font-size: 24px;
  color: #ffffff;
  font-family: MyHonoka;
}

.title.red {
  background-color: #611b17;
  font-size: 24px;
  color: #ffffff;
  font-family: MyHonoka;
}

.title.gray {
  background-color: #282828;
  font-size: 24px;
  color: #ffffff;
  font-family: MyHonoka;
}

/* テキストボックス ****************************************************** */
.text {
  width: 100%;
  margin: 1rem auto;
}

.inner {
  width: 95%;
  margin: 0 auto;
  padding: 0.8rem 0;
}

.text .inner .title {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
  font-family: Helvetica, "游ゴシック", "Yu Gothic", sans-serif;
}

/* テキストボックス（bg） */
.text.lite1 {
  background-color: #f6f3ec;
  margin-top: 0;
}

/* テキストボックス（line） */
.text.line {
  width: 95%;
}

.text.line .title {
  padding: 0;
}

.text.line.gold {
  border-top: 1px solid #938152;
  border-bottom: 1px solid #938152;
}

.text.line.lbrown {
  border-top: 1px solid #d8be7a;
  border-bottom: 1px solid #d8be7a;
}

.text.line.lgray {
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
}

.text.box.gold {
  width: 95%;
  border: 1px solid #938152;
}

.text.box.gold .title {
  font-weight: normal;
  color: #ffffff;
  background-color: #938152;
  text-align: center;
  padding: 0.2em auto;
  font-size: 19px;
  margin: 0;
}

/* 画像オーバーラップテキスト（imgbox1） */
.imgbox1 {
  width: 100%;
  position: relative;
}

.imgbox1.gold {
  border-top: 8px solid #938152;
}

.imgbox1 .read {
  width: 100%;
  background-color: rgba(40, 40, 40, 0.5);
  color: ffffff;
  text-align: left;
  font-size: 10vw;
  padding: 0.35em;
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: MyHonoka;
  color: #fff;
  font-weight: normal;
}

@media (min-width: 600px) {
  .imgbox1 .read {
    font-size: 40px;
  }
}

.imgbox1 .read.no_bg {
  background-color: rgba(40, 40, 40, 0);
}

.imgbox1 .read_text {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.imgbox1 .read.right {
  text-align: right;
}

.imgbox1 .read.top {
  top: 0;
  bottom: auto;
}

.imgbox2 {
  width: 90%;
  margin: 0 auto;
}

.imgbox2 .photoframe {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #b3a276;
}

@media (min-width: 600px) {
  .imgbox2 .photoframe {
    width: 90%;
  }
}

.imgbox2 img {
  width: 95%;
  margin: 2.5%;
}

.imgbox2 .title {
  margin: 0;
  padding: 0.2em 0 0.1em 0;
}

.imgbox2 .text.line {
  margin: 0 auto;
  width: 100%;
}

.list {
  width: 90%;
  margin: 0 auto;
  padding: 0;
  border-bottom: 1px dotted #938152;
  list-style: none;
}

.list li {
  width: 100%;
  border-top: 1px dotted #938152;
  padding: 0.8em 0.5em;
}

.list.anchor a {
  display: block;
  width: 100%;
  font-size: 20px;
  color: #282828;
  border: none;
}

/* リストスタイル2（list2） */
.list2 {
  width: 95%;
  margin: 0 auto 1em auto;
  border-collapse: collapse;
}

.list2 th {
  text-align: center;
  font-size: 21px;
  padding: 0.1em 0;
  background-color: #ebe8d7;
  font-weight: normal;
  font-family: MyHonoka;
}

.list2 td {
  text-align: left;
  font-size: 16px;
  padding: 0.3em 0 0.1em 0;
  border-bottom: 1px dotted #ebe8d7;
}

.list3 {
  width: 95%;
  margin: 0 auto;
}

.list3 .list_title {
  font-size: 5.5vw;
  font-weight: bold;
  padding-left: 0.5vw;
}

@media (min-width: 600px) {
  .list3 .list_title {
    font-size: 24px;
  }
}

.list3.gold .list_title {
  border-bottom: 1px solid #938152;
}

.list_qa {
  width: 90%;
  margin: 0 auto 2em auto;
  border-top: 1px solid #d8be7a;
  list-style: none;
  line-height: 135%;
}

.text_q {
  display: block;
  width: 100%;
  border-bottom: 1px solid #d8be7a;
  padding: 0.5em 0.3em;
}

.text_a {
  width: 98%;
  margin: 0.4em auto;
  padding: 0.6em;
  background-color: #ebe8d7;
}

.icon_q {
  width: auto;
  height: 3em;
  float: left;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}

.icon_a {
  width: auto;
  height: 2.4em;
  float: left;
  margin-right: 0.2em;
}

.list_num {
  width: 90%;
  margin: 0 auto 1em auto;
  font-size: 6vw;
  font-family: MyHonoka;
}

@media (min-width: 600px) {
  .list_num {
    font-size: 24px;
  }
}

.list_num th {
  font-size: 10vw;
  font-family: "Cardo", serif;
  /* font-style: italic; */
  color: #611b17;
  background-color: #ebe8d7;
  vertical-align: top;
  padding: 0 0.2em;
}

@media (min-width: 600px) {
  .list_num th {
    font-size: 40px;
  }
}

.list_num td {
  padding: 0.5em;
}

.list_num ul {
  padding: 0.5em 0 0 1em;
  font-size: 1rem;
  font-family: Helvetica, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 120%;
}

.list_num li {
  margin-bottom: 0.5em;
}

.list_num .inner {
  font-family: Helvetica, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
}

/* 画像スタイル ************************ */
.img_frame {
  width: 90%;
  margin: 0 auto;
  padding: 2vw;
  border: 1px solid #dedede;
}

.img_flame img {
  width: 100%;
  display: block;
  vertical-align: bottom;
}

/* サムネイル ************************** */
.thum a {
  display: block;
  float: left;
  width: 33%;
  padding-top: 33%;
  overflow: hidden;
  border: none;
  position: relative;
  margin: 0.2% 0.15%;
}

@media (min-width: 600px) {
  .thum a {
    display: block;
    float: left;
    width: 19.7%;
    padding-top: 19.7%;
    overflow: hidden;
    border: none;
    position: relative;
    margin: 0.2% 0.15%;
  }
}

.thum img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 160%;
  height: auto;
}

/* 仕切りスタイル ************************* */
.div1 {
  display: block;
  width: 100%;
  margin: 2rem auto;
}

@media (min-width: 600px) {
  .div1 {
    margin: 5rem auto;
  }
}

.div1 .pigeon {
  display: block;
  width: 20%;
  margin: 0 auto;
}

@media (min-width: 600px) {
  .div1 .pigeon {
    width: 10%;
  }
}

.div2 {
  display: block;
  width: 100%;
  border: 0;
}

.div2.gold {
  border-top: 8px solid #938152;
}

.short {
  display: block;
  width: 20%;
  border: 0;
  border-top: 1px solid #938152;
  margin: 1.5em auto;
}

/* シェアボタン **************************** */
.sns {
  text-align: center;
  margin: 2rem auto;
}

.sns img {
  display: inline-block;
  width: 15%;
  margin: 0 2%;
}

@media (min-width: 600px) {
  .sns img {
    width: 10%;
    margin: 0 1.5%;
  }
}

.sns a {
  border: none;
}

.button_tel {
  display: block;
  width: 90%;
  margin: 1em auto;
  border: none;
  text-decoration: none;
}

@media (min-width: 600px) {
  .button_tel {
    width: 65%;
  }
}

.button_tel .inner {
  display: block;
  width: 98%;
  margin: 1%;
  border: 1px solid #cfccbd;
}

.button_tel .tel {
  display: block;
  font-size: 10vw;
  color: #611b17;
  font-family: "Cardo", serif;
  font-weight: bold;
}

.button_tel .time {
  display: block;
  width: 98%;
  margin: 1% 0;
  padding: 0.2em;
  color: #524523;
  background-color: #ebe8d7;
}

/* フッター ============================================== */
div.footer {
  width: 100%;
  border-top: 8px solid #938152;
  padding: 0.5rem 1rem 200px 0;
  text-align: center;
  font-size: 14px;
}

@media (max-width: 599px) {
  div.footer {
    padding-bottom: 120px;
    /* スマホ用メニューバーとパンくずの高さ分 */
  }
}

div.footer > div {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

div.footer span.copyright {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 3em 0;
  color: #fff;
}

/* YOUTUBE埋め込み ======================================= */
.movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Googleマップ埋め込み ================================== */
.googlemap-wrap {
  position: relative;
  padding-top: 100%;
  height: 0;
  overflow: hidden;
  margin: 0 auto;
}

.googlemap-wrap iframe, .googlemap object, .googlemap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* メインナビゲーション ************************************** */
/* ナビゲーション部分 ************************ */
nav.main_navi {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #fff;
  color: #fff;
  font-family: MyHonoka;
  z-index: 9999;
}

nav.main_navi a {
  border: none;
}

/* メニューバー部分 */
nav.main_navi div.bar {
  position: relative;
}

nav.main_navi div.bar.top {
  height: 10.2vw;
}

@media (min-width: 600px) {
  nav.main_navi div.bar.top {
    height: 3.9rem;
  }
}

nav.main_navi div.bar.bottom {
  height: 11.9vw;
  border-top: 3px solid #938152;
  background-color: #282828;
}

@media (min-width: 600px) {
  nav.main_navi div.bar.bottom {
    height: 4rem;
  }
}

/* メニューボタン部分 */
nav.main_navi a.menu_button {
  font-size: 4.5vw;
  display: block;
  width: 37.5vw;
  text-align: center;
  padding: 0.15em 0 0.2em 0;
  position: absolute;
  top: 2vw;
  letter-spacing: -1px;
  cursor: pointer;
}

@media (min-width: 600px) {
  nav.main_navi a.menu_button {
    font-size: 1.3rem;
    top: 0.9rem;
  }
}

nav.main_navi a.menu_button.left {
  left: 1.5vw;
}

nav.main_navi a.menu_button.right {
  right: 1.5vw;
}

/* （ボタンのスタイル） */
nav.main_navi div.bar.top a.menu_button {
  border: 1px solid #665a3d;
  color: #665a3d;
  background-color: #fff;
}

nav.main_navi div.bar.bottom a.menu_button {
  border: 1px solid #b3a276;
  color: #b3a276;
}

nav.main_navi div.bar.top a.menu_button.padding {
  padding-left: 0.6em;
}

nav.main_navi a.menu_button.sub_menu .icon_up,
nav.main_navi a.menu_button.right .icon_up {
  display: block;
  font-size: 2vw;
  position: absolute;
  left: 1.5vw;
  top: 2vw;
  -webkit-transform: scale(1.5, 1);
  -ms-transform: scale(1.5, 1);
  transform: scale(1.5, 1);
  color: #b3a276;
}

@media (min-width: 600px) {
  nav.main_navi a.menu_button.sub_menu .icon_up,
  nav.main_navi a.menu_button.right .icon_up {
    font-size: 0.5rem;
    left: 0.5rem;
    top: 0.55rem;
  }
}

/* SNSアイコン表示部分 */
nav.main_navi div.menu_sns {
  width: 30vw;
  text-align: right;
  position: absolute;
  bottom: 1vw;
  right: 3.5vw;
}

@media (min-width: 600px) {
  nav.main_navi div.menu_sns {
    bottom: 0.8vw;
    right: 3vw;
  }
}

nav.main_navi img.icon_fb {
  display: inline;
  width: 4vw;
  margin-right: 2.5vw;
}

@media (min-width: 600px) {
  nav.main_navi img.icon_fb {
    width: 2.2vw;
    margin-right: 0.5vw;
  }
}

nav.main_navi img.icon_insta {
  display: inline;
  width: 7.5vw;
}

@media (min-width: 600px) {
  nav.main_navi img.icon_insta {
    width: 4vw;
  }
}

/* 中央のメニューボタン */
nav.main_navi a.menu_button_center {
  display: block;
  position: absolute;
  bottom: 2vw;
  left: 50vw;
  width: 20vw;
  margin-left: -10vw;
}

@media (min-width: 600px) {
  nav.main_navi a.menu_button_center {
    bottom: 1vw;
    width: 100px;
    margin-left: -50px;
  }
}

/* メニューリスト部分 ************************ */
.menu_box {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.85);
}

.list_menu {
  width: 100%;
  border-top: 1px solid #b3a276;
  background-color: #fff;
  position: fixed;
  bottom: 22.1vw;
  left: 0;
}

@media (min-width: 600px) {
  .list_menu {
    bottom: 7.9rem;
  }
}

.list_menu li {
  display: block;
  width: 50%;
  text-align: center;
  float: left;
  border-bottom: 1px solid #b3a276;
}

.list_menu.main li:nth-child(odd) {
  border-right: 1px solid #b3a276;
}

.list_menu .marge {
  width: 100%;
}

.list_menu.main li.marge {
  border-right: none;
}

.list_menu.sub li:nth-child(1) {
  background-color: #282828;
  padding: 0.35em;
  font-size: 5.8vw;
  border-top: 3px solid #938152;
  color: #fff;
}

@media (min-width: 600px) {
  .list_menu.sub li:nth-child(1) {
    font-size: 1.2rem;
  }
}

.list_menu a {
  display: block;
  width: 100%;
  font-size: 5.2vw;
  color: #665a3d;
  text-decoration: none;
  padding: 0.7em 0;
  border: none;
}

@media (min-width: 600px) {
  .list_menu a {
    font-size: 1.2rem;
  }
}

/* 各ページの下部用サブメニュースタイル */
.foot_menu .list_menu {
  position: static;
}

.foot_menu .list_menu li.marge {
  width: 100%;
  height: auto;
}

/* トップページ ===================================== */
.top_title {
  width: 100%;
  background-color: #040000;
  text-align: center;
  position: relative;
}

.logo_mw {
  width: 33%;
  position: absolute;
  top: 3%;
  left: 3%;
}

@media (min-width: 600px) {
  .logo_mw {
    width: 20%;
    top: 2%;
    left: 2%;
  }
}

.top_title .title_img {
  width: 80%;
  margin: 3.5% auto;
}

@media (min-width: 600px) {
  .top_title .title_img {
    width: 60%;
    margin: 1.5% auto;
  }
}

.top_title h1 {
  border-top: 3px solid #938152;
  border-bottom: 3px solid #938152;
}

.top_title .sub {
  display: block;
  width: 100%;
  background-color: #282828;
  color: #fff;
  font-size: 5vw;
  font-family: MyHonoka;
  font-weight: normal;
  padding: 0.3em 0 0.2em 0;
}

@media (min-width: 600px) {
  .top_title .sub {
    font-size: 24px;
  }
}

.top_read {
  font-family: MyHonoka;
  font-size: 10vw;
  width: 95%;
  display: block;
  margin: 0.5em auto;
}

@media (min-width: 600px) {
  .top_read {
    font-family: MyHonoka;
    font-size: 45px;
    width: 88%;
    display: block;
    margin: 0.5em auto;
  }
}

.title.access {
  font-size: 22px;
  margin-bottom: 0;
}

/* 麻布グレイスゴスペル教会の歴史 */
a.button.history {
  font-size: 5vw;
}

@media (min-width: 600px) {
  a.button.history {
    font-size: 20px;
  }
}

.note {
  display: none;
  width: 95%;
  margin: -1em auto 1em auto;
  border: 4px solid #87764b;
  background-color: #fffbed;
  padding: 1em 0;
}

.note .inner {
  width: 95%;
  margin-bottom: 1em auto;
}

.note .inner:first-letter {
  margin-left: 1rem;
}

@media (min-width: 600px) {
  .top .googlemap-wrap {
    margin-bottom: -9%;
  }
}

@media (min-width: 600px) {
  .top .googlemap-wrap iframe, .top .googlemap object, .top .googlemap embed {
    top: 7.5%;
    left: 7.5%;
    width: 85%;
    height: 85%;
  }
}

/* 教会結婚式 ===================================== */
/* 挙式の流れ ************************ */
.flow {
  width: 90%;
  margin: 0 auto;
  padding: 1%;
  border: 2px solid #567f69;
}

.flow .line1 {
  border: 6px solid #567f69;
  padding: 1%;
}

.flow .line2 {
  border: 1px solid #567f69;
  position: relative;
}

.flow .inner {
  text-align: center;
  width: 80%;
  margin: 2em auto;
  font-family: MyHonoka;
  font-size: 5vw;
}

@media (min-width: 600px) {
  .flow .inner {
    font-size: 24px;
  }
}

.flow .flow_title {
  font-size: 6.5vw;
}

@media (min-width: 600px) {
  .flow .flow_title {
    font-size: 36px;
  }
}

.flow .en {
  display: block;
  font-family: "Cardo", serif;
  font-size: 3vw;
}

@media (min-width: 600px) {
  .flow .en {
    font-size: 16px;
  }
}

.flow .text {
  margin-top: 1.5em;
}

.popup_flow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10000;
}

.popup_flow.hidden {
  height: 0;
  overflow: hidden;
  padding-top: 0;
}

.popup_flow .title.red {
  font-size: 6vw;
  padding: 0.2em 0 0.1em 0;
  margin-bottom: 0;
  color: #ddd;
  border-top: 3px solid #665a3d;
}

@media (min-width: 600px) {
  .popup_flow .title.red {
    font-size: 36px;
  }
}

.popup_flow .title.red .en {
  display: block;
  font-family: "Cardo", serif;
  font-size: 3vw;
}

@media (min-width: 600px) {
  .popup_flow .title.red .en {
    font-size: 16px;
  }
}

.popup_flow .swiper-button-prev,
.popup_flow .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 5vw;
  z-index: 10;
  cursor: pointer;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}

.popup_flow .swiper-button-prev {
  background-image: url(../images/route_arrow_left.svgz);
}

.popup_flow .swiper-button-next {
  background-image: url(../images/route_arrow_right.svgz);
}

.popup_flow .popup_close {
  display: block;
  border: none;
  width: 15%;
  margin: 5vh auto;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.popup_flow .flow_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.popup_flow .flow_text {
  margin-top: 67vw;
  padding: 0.5em 1em;
  font-size: 16px;
  line-height: 1.3em;
}

.swiper-slide {
  background-color: #fff;
}

.popup_flow .flow_text .title {
  display: block;
  border-bottom: 1px solid #938152;
  font-size: 16px;
  text-align: left;
  padding: 0 0 0.1em 0;
  margin: 0.2em 0 0.3em 0;
  font-family: Helvetica, "游ゴシック", "Yu Gothic", sans-serif;
}

.popup_flow .prev_next {
  margin-top: 0.5em;
  font-size: 14px;
  background-color: #611b17;
  padding: 0.2em;
  color: #fff;
}

.popup_flow .prev_next a {
  color: #fff;
}

.popup_flow .next,
.popup_flow .prev {
  display: block;
  width: 48%;
}

.popup_flow .next {
  text-align: right;
  float: right;
}

.popup_flow .prev {
  text-align: left;
  float: left;
}

.flow .flow_corner {
  position: absolute;
  width: 22%;
}

.flow .flow_corner.tl {
  top: 0;
  left: 0;
}

.flow .flow_corner.tr {
  top: 0;
  right: 0;
}

.flow .flow_corner.bl {
  bottom: 0;
  left: 0;
}

.flow .flow_corner.br {
  bottom: 0;
  right: 0;
}

/* 礼拝堂内での写真撮影をお断りしている理由 */
.imgbox1 .read.ceremony {
  font-size: 8vw;
}

@media (min-width: 600px) {
  .imgbox1 .read.ceremony {
    font-size: 40px;
  }
}

/* 挙式前・挙式後 ************************ */
/* 礼拝堂 ************************ */
.chapel_detail_text {
  font-size: 4.5vw;
  text-align: center;
  font-family: MyHonoka;
}

@media (min-width: 600px) {
  .chapel_detail_text {
    font-size: 18px;
  }
}

/* 会食・披露宴 ===================================== */
.thum.party img {
  width: 200%;
}

/* レストランクボウ ************************ */
.logo_coubeaux {
  width: 70%;
  margin: 5% auto 0 auto;
}

@media (min-width: 600px) {
  .logo_coubeaux {
    width: 45%;
  }
}

.title.coubeaux {
  font-size: 5vw;
}

@media (min-width: 600px) {
  .title.coubeaux {
    font-size: 22px;
  }
}

@media (min-width: 600px) {
  .floor_coubeaux {
    width: 80%;
    margin: 20px auto;
  }
}

.coord {
  border-top: 10px solid #000;
  border-bottom: 10px solid #000;
  padding: 8px 0;
  font-size: 8vw;
  font-family: MyHonoka;
}

@media (min-width: 600px) {
  .coord {
    width: 85%;
    margin: 0 auto;
    font-size: 36px;
  }
}

.coord .catch {
  width: 95%;
  margin: 10px auto 8px auto;
}

.coord span {
  font-size: 5vw;
  display: block;
}

@media (min-width: 600px) {
  .coord span {
    font-size: 18px;
  }
}

.coord1 {
  border-color: #ffdd7d;
}

.coord2 {
  border-color: #ad6f59;
}

.coord3 {
  border-color: #566036;
}

/* ル・コフレ ************************ */
.logo_coffret {
  width: 70%;
  margin: 10% auto 4% auto;
}

@media (min-width: 600px) {
  .logo_coffret {
    width: 45%;
  }
}

.title.coffret .sub {
  display: block;
  font-size: 5vw;
}

@media (min-width: 600px) {
  .title.coffret .sub {
    font-size: 18px;
  }
}

.floor_coffret {
  border-bottom: 1px dashed #999999;
}

@media (min-width: 600px) {
  .floor_coffret {
    width: 80%;
    margin: 0 auto;
  }
}

/* ブライダルフェア ************************ */
.title_recommend {
  width: 100%;
  background-color: #938152;
  text-align: center;
  font-size: 5.5vw;
  color: #fff;
}

@media (min-width: 600px) {
  .title_recommend {
    font-size: 20px;
  }
}

.fair_date_recommend {
  display: block;
  width: 100%;
  background-color: #f6f3ec;
  text-align: center;
  font-size: 5.5vw;
}

@media (min-width: 600px) {
  .fair_date_recommend {
    font-size: 20px;
  }
}

.fair_date_recommend.form {
  background-color: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 0.8em 0;
  width: 95%;
  margin: 0 auto;
}

.fair_title {
  font-size: 9vw;
  text-align: center;
  margin: 0.5em;
  font-family: MyHonoka;
  font-weight: normal;
}

@media (min-width: 600px) {
  .fair_title {
    font-size: 36px;
  }
}

.fair_title .sub {
  display: block;
  font-size: 5vw;
  margin-bottom: 0.7em;
}

@media (min-width: 600px) {
  .fair_title .sub {
    font-size: 20px;
  }
}

.icon_fair {
  width: 100%;
  margin: 1em 0;
  text-align: center;
}

.icon_fair .icon {
  display: inline-block;
  font-size: 15px;
  color: #fff;
  padding: 0.1em 0.25em;
  border: 1px solid #fff;
  line-height: 120%;
  margin: 0 0.1em !important;
  border-radius: 2px;
}

.icon_fair .reserve0 {
  background-color: #333;
  border: 1px solid #333;
}

.icon_fair .reserve2 {
  background-color: #2B8DE8;
  border: 1px solid #2B8DE8;
}

.icon_fair .full {
  background-color: #fff;
  border: 1px solid #ff0000;
  color: #ff0000;
  font-weight: bold;
  margin-right: 0.1em !important;
}

.sche_fair {
  width: 95%;
  margin: 1em auto;
  border: 1px dashed #999999;
  text-align: center;
  display: none;
}

@media (min-width: 600px) {
  .sche_fair {
    width: 85%;
  }
}

.sche_fair .title_time {
  display: block;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em auto 0.5em auto;
}

.sche_fair .fair_detail {
  display: inline-block;
  text-align: left;
}

.button.bus {
  font-size: 20px;
  padding: 0.3em;
}

.text.bus {
  width: 100%;
  margin: 1em auto;
}

.text.bus .time {
  display: inline-block;
  font-size: 20px;
  border: 1px solid #ff0000;
  padding: 0 0.3em;
  color: #ff0000;
}

@media (min-width: 600px) {
  .text.bus .googlemap-wrap {
    margin-bottom: -4%;
  }
}

@media (min-width: 600px) {
  .text.bus .googlemap-wrap iframe, .text.bus .googlemap object, .text.bus .googlemap embed {
    left: 2.5%;
    width: 95%;
    height: 95%;
  }
}

.fair_cal table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #b2b1b1;
  margin: 0 auto 10px auto;
}

.fair_cal th {
  vertical-align: top;
  width: 1.8em;
  font-family: 'Cardo', serif;
  font-weight: normal;
  font-size: 20px;
  border-bottom: 1px solid #b2b1b1;
  background-color: #efefef;
}

.fair_cal th .week {
  font-size: 14px;
  display: block;
  margin-top: -0.5em;
}

.fair_cal .sat {
  background-color: #7bc6ff;
  color: #fff;
}

.fair_cal .sun {
  background-color: #ff7b7b;
  color: #fff;
}

.fair_cal td {
  border-bottom: 1px solid #b2b1b1;
}

.fair_cal .fair_info {
  display: block;
  width: 100%;
  padding: 2%;
  border: none;
  border-bottom: 1px dashed #b2b1b1;
}

.fair_cal td a.fair_info:nth-last-child(1) {
  border-bottom: none;
}

.fair_cal .icon_fair {
  margin-bottom: 0.5em !important;
  margin-left: -0.1em !important;
}

.fair_cal .fair_info .thum {
  width: 25%;
  float: left;
  margin-right: 2%;
}

.fair_cal .fair_info .fair_text {
  width: 71%;
  float: left;
}

.fair_cal .fair_info .icon_fair {
  text-align: left;
  margin: 0;
}

.fair_cal .fair_info .icon {
  font-size: 14px;
  margin: 0 0.02em 0 0;
}

.fair_cal .fair_info .fair_title {
  font-size: 24px;
  text-align: left;
  margin: 0.2em 0 0.5em 0;
  font-weight: bold;
}

.fair_cal .fair_info .sub {
  font-size: 18px;
  display: block;
  margin-bottom: 0;
}

.fair_cal .fair_info .text {
  font-size: 14px;
  margin: 0.5em 0 0 0;
  line-height: 120%;
}

.fair_cal .navi {
  text-align: center;
  width: 98%;
  margin: 5px auto;
  line-height: 100%;
}

.fair_cal .navi .prev,
.fair_cal .navi .next {
  display: block;
  border: none;
  color: #938152;
}

.fair_cal .navi .prev {
  float: left;
  text-align: left;
}

.fair_cal .navi .next {
  float: right;
  text-align: right;
}

.fair_cal .navi .arrow {
  display: inline;
  width: 24px;
}

.fair_cal .this_month {
  text-align: center;
  margin-bottom: -26px;
}

.fair_cal .this_month .month {
  font-family: 'Cardo', serif;
  font-size: 40px;
  line-height: 100%;
  color: #938152;
}

.fair_cal.consul .title {
  font-size: 6.5vw;
  margin-bottom: 0;
}

.fair_cal.consul .date {
  background-color: #f6f3ec;
  padding: 0.3em 0.5em;
  font-size: 16px;
  border-top: 1px solid #eddeb9;
}

.fair_cal.consul .fair_info {
  border-bottom: none;
}

.fair_cal.consul .fair_info:nth-last-child(1) {
  border-bottom: 1px solid #eddeb9;
}

.select_time {
  text-align: center;
}

.select_time .date {
  font-size: 22px;
}

.select_time_table {
  width: 95%;
  margin: 0.5em auto;
  border-collapse: collapse;
  border: 2px solid #282828;
}

.select_time_table th {
  border: 1px solid #282828;
  border-bottom: 1px dashed #282828;
  line-height: 110%;
  padding: 0.6em 0.2em;
  font-weight: normal;
  background-color: #f7e8ff;
  font-size: 18px;
}

.select_time_table td {
  border: 1px solid #282828;
  border-top: none;
  text-align: center;
  padding: 0.7em 0 0.5em 0;
  font-weight: bold;
  color: #cc0000;
}

.select_time_table th.full,
.select_time_table td.full {
  background-color: #ccc;
  color: #fff;
}

.select_time_table td.full span {
  display: inline-block;
  font-size: 16px;
  border: 2px solid #fff;
  line-height: 100%;
  padding: 0.25em 0.2em 0.2em 0.2em;
}

.select_time_table a {
  display: block;
  border: none;
}

.select_time_table td a {
  font-weight: bold;
  color: #3b64c2;
  font-size: 22px;
}

.fair_cal .select_time_table {
  width: 90%;
  margin: 1em auto;
  border: 2px solid #282828;
}

.fair_cal .select_time_table th {
  padding: 0.2em 0;
  font-family: Helvetica, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
}

.fair_cal .select_time_table td {
  padding: 0;
}

.plan .icon_area {
  padding: 0.5em 0.3em 0.4em 0.3em;
  background-color: #938152;
  text-align: center;
}

.plan .icon_area .icon {
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
  line-height: 100%;
  padding: 0.1em 0.2em;
}

.plan .sub {
  font-size: 18px;
  display: block;
  margin-bottom: 0.4em;
}

.plan .title {
  font-size: 8vw;
  margin: 0;
  padding-bottom: 0;
}

@media (min-width: 600px) {
  .plan .title {
    font-size: 36px;
  }
}

.plan .price {
  font-size: 10vw;
  color: #611b17;
  font-family: "Cardo", serif;
  font-weight: bold;
  text-align: center;
  background-color: #f6f3ec;
  margin: 0.1em 0;
}

@media (min-width: 600px) {
  .plan .price {
    font-size: 40px;
  }
}

.plan .price .yen {
  color: #282828;
  font-size: 6vw;
  font-weight: normal;
  margin-left: 1vw;
  vertical-align: 0.5vw;
}

@media (min-width: 600px) {
  .plan .price .yen {
    font-size: 24px;
    margin-left: 2px;
    vertical-align: 5px;
  }
}

.plan .per_head {
  font-size: 14px;
  text-align: center;
  line-height: 120%;
}

.plan .comment {
  margin: 1.5em 0 0.5em 0;
  background-color: #f6f3ec;
  padding-bottom: 0.5em;
}

.plan .read {
  display: block;
  width: 92%;
  margin: 0 auto;
  padding: 0.4em 0.1em 0.2em 0.1em;
  font-family: MyHonoka;
  font-size: 20px;
  border-bottom: 1px solid #fff;
  font-weight: bold;
}

.plan .comment .inner {
  padding: 0.3em 0;
  width: 90%;
}

.plan .text.box.gold {
  width: 90%;
}

.plan .text.box.gold .title {
  font-family: Helvetica, "游ゴシック", "Yu Gothic", sans-serif;
  padding: 0.2em;
}

/* .plan .term{
	width: 90%;
} */
.include_plan {
  display: none;
  width: 92%;
  margin: 0 auto;
}

.include_plan p {
  width: 97%;
  margin: 0 auto;
}

.include_plan_title {
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px solid #665a3d;
  display: block;
  margin: 1em 0 0.4em 0;
  line-height: 120%;
}

.marge_button.estimate {
  width: 98%;
  display: none;
}

.estimate_list {
  display: none;
  margin: 0.5em auto;
}

.estimate_list .list2 .subtotal {
  text-align: right;
  font-weight: bold;
  font-size: 18px;
}

.estimate_list .total {
  font-size: 28px;
  text-align: right;
  margin-right: 0.3em;
  border-bottom: 1px solid #938152;
}

.estimate_list .tax {
  font-size: 16px;
}

.dl_pdf {
  width: 90%;
  margin: 0 auto 1.5em auto;
  text-align: center;
}

.dl_pdf img {
  border: 1px solid #dedede;
}

.title_photo {
  width: 90%;
  margin: 6vw auto;
}

.catch.photo {
  width: 88%;
  margin: 0.5em auto 0.7em auto;
  font-size: 7.5vw;
  line-height: 1.4em;
  font-weight: bold;
}

@media (min-width: 600px) {
  .catch.photo {
    font-size: 40px;
  }
}

.catch.photo span {
  color: #611b17;
}

.price_photo {
  text-align: center;
  margin-bottom: 1em;
}

.price_photo img {
  width: 95%;
  margin: 0 auto;
}

@media (min-width: 600px) {
  .price_photo img {
    width: 65%;
  }
}

.price_photo .caution {
  font-size: 14px;
}

.list3 .time {
  float: right;
  font-weight: normal;
  font-size: 5vw;
  line-height: 1.8em;
  padding-right: 1%;
}

@media (min-width: 600px) {
  .list3 .time {
    font-size: 24px;
  }
}

.list3 .text.box {
  margin: 0 auto;
}

.list3 .text.box span {
  display: block;
  font-weight: bold;
}

.time_sche .list3 {
  margin-bottom: 2em;
}

.faq.list.anchor {
  margin-bottom: 2em;
}

.faq.list.anchor a {
  font-size: 18px;
  font-family: MyHonoka;
}

.faq.list.anchor a b {
  font-size: 22px;
  color: #b80000;
}

.faq.list.anchor li:nth-last-child(1) a b {
  color: #282828;
}

.list_qa .text_a {
  display: none;
}

.faq .title.gold {
  font-size: 6vw;
}

.guest.list.anchor {
  margin-bottom: 2em;
}

.guest.list.anchor a {
  font-size: 18px;
  font-family: MyHonoka;
}

.floor_map {
  display: none;
}

.floor_map.guest {
  margin-bottom: 2em;
}

table.guest.list2 .price {
  text-align: right;
}

.title.gold.hotel {
  margin-bottom: 0 !important;
}

.hotel_box {
  border-bottom: 1px solid #938152;
}

.hotel_box img {
  width: 30%;
  float: left;
}

.hotel_box .right_text {
  width: 67%;
  float: right;
}

.hotel_name {
  font-size: 20px;
  line-height: 1.3em;
}

.hotel_box .icon_box {
  text-align: center;
  margin: 0.7em auto;
  clear: both;
}

.hotel_box .icon_hotel {
  display: inline-block;
  text-align: center;
  border: 1px solid #938152;
  color: #938152;
  font-size: 14px;
  width: 31.5%;
  margin-right: 1.2%;
  height: 1.5em;
  line-height: 1em;
  height: 2.5em;
  padding-top: 0.7em;
  border-radius: 3px;
}

.hotel_box .icon_hotel:nth-last-child(1) {
  margin-right: 0;
}

.hotel_price {
  width: 100%;
  border-collapse: collapse;
}

.hotel_price th {
  font-size: 6vw;
  width: 16vw;
  height: 16vw;
  background-color: #938152;
  color: #fff;
  line-height: 1.1em;
  padding-top: 0.35vw;
}

@media (min-width: 600px) {
  .hotel_price th {
    font-size: 24px;
    width: 65px;
    height: 65px;
    padding-top: 2px;
    vertical-align: moddle;
  }
}

.hotel_price td {
  background-color: #f6f3ec;
  line-height: 1.3em;
  height: 13vw;
  padding: 0 0.7em;
}

@media (min-width: 600px) {
  .hotel_price td {
    height: 65px;
    vertical-align: middle;
    text-align: center;
  }
}

@media (min-width: 600px) {
  .hotel_price td br {
    display: none;
  }
}

.popup_route {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.8);
  background: rgba(0, 0, 0, 0.8);
  z-index: 10000;
}

.popup_route.hidden {
  height: 0;
  overflow: hidden;
  padding-top: 0;
}

.popup_route .swiper-button-prev,
.popup_route .swiper-button-next {
  position: absolute;
  top: 42%;
  width: 5vw;
  z-index: 10;
  cursor: pointer;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}

.popup_route .swiper-button-prev {
  background-image: url(../images/route_arrow_left.svgz);
}

.popup_route .swiper-button-next {
  background-image: url(../images/route_arrow_right.svgz);
}

.popup_route .popup_close {
  display: block;
  border: none;
  width: 15%;
  margin: 5vh auto;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.walking_route {
  width: 95%;
  margin: 0.5em auto;
}

.walking_route .route_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.walking_route .route_navi {
  margin-top: 70vw;
}

@media (min-width: 600px) {
  .walking_route .route_navi {
    margin-top: 67vw;
  }
}

.walking_route .num {
  width: 10%;
  float: left;
  font-size: 12vw;
  font-family: "Cardo", serif;
  color: #611b17;
  line-height: 1em;
  margin-top: -1vw;
}

@media (min-width: 600px) {
  .walking_route .num {
    width: 7%;
    font-size: 50px;
  }
}

.walking_route .arrow_button {
  width: 12%;
  float: right;
  margin-top: -0.2vw;
}

@media (min-width: 600px) {
  .walking_route .arrow_button {
    margin-top: -1.1vw;
    width: 7%;
  }
}

.walking_route .route_text {
  width: 75%;
  margin-left: 13%;
  line-height: 1.2em;
  font-size: 4.5vw;
}

@media (min-width: 600px) {
  .walking_route .route_text {
    width: 85%;
    font-size: 18px;
  }
}

.walking_route .num.over10 {
  letter-spacing: -0.1em;
  margin-left: -0.1em;
}

.walking_route .route_text.over10 {
  margin-left: 14%;
}

.walking_route .arrow_button.no_arrow {
  display: none;
}

.walking_route .route_text.no_arrow {
  width: 87%;
}

.walking_route .num.goal,
.walking_route .arrow_button.goal {
  display: none;
}

.walking_route .route_text.goal {
  margin: 0;
  width: 100%;
}

.popup_route .popup_close {
  border: none;
  margin-top: 10vh;
}

@media (min-width: 600px) {
  .popup_route .popup_close {
    width: 8%;
    cursor: pointer;
  }
}

.access_box {
  width: 95%;
  margin: 0 auto;
  padding-bottom: 3.5em;
}

.access_inner {
  padding: 1em 0.5em;
  text-align: center;
  display: none;
}

.access_inner.train {
  background-color: #d1e3cc;
}

.access_inner.taxi {
  background-color: #f7e8ab;
}

.access_inner .close {
  border: none;
  margin-top: 2em;
}

.access_inner.train .close {
  background-image: url(../images/icon_close_train.svgz);
  cursor: pointer;
}

.access_inner.taxi .close {
  background-image: url(../images/icon_close_taxi.svgz);
  cursor: pointer;
}

.access_inner .button,
.button.train,
.button.taxi {
  width: 100%;
  border: none;
  height: 14vw;
  padding-left: 14vw;
  background-size: 14vw auto;
  background-position: 0 center;
  background-repeat: no-repeat;
  margin: 0.5em 0;
}

@media (min-width: 600px) {
  .access_inner .button,
  .button.train,
  .button.taxi {
    height: 74px;
    padding-left: 74px;
    background-size: 74px auto;
  }
}

.access_inner.train .button,
.button.train {
  background-image: url(../images/icon_train.svgz);
}

.access_inner.taxi .button,
.button.taxi {
  background-image: url(../images/icon_taxi.svgz);
}

.button.train,
.button.taxi {
  width: 48%;
  display: inline-block;
  margin: 0 0 0.2em 0;
}

.button.train {
  border: 1px solid #d1e3cc;
}

.button.taxi {
  border: 1px solid #f7e8ab;
}

.taxi_route {
  background-color: #fff;
  padding: 0 0 0.5em 0;
  display: none;
}

.taxi_route p {
  background-color: #f6f3ec;
  width: 95%;
  margin: 0.5em auto;
  padding: 0.3em;
}

.taxi_route p:nth-last-child(1) {
  border: 1px solid #611b17;
}

.taxi_route img {
  margin: 0 auto;
  width: 7vw;
}

@media (min-width: 600px) {
  .taxi_route img {
    width: 7%;
  }
}

.taxi_route .close {
  border: 1px solid #f7e8ab;
  background-image: url(../images/icon_close_taxi.svgz);
}

.tab_route {
  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: 49%;
  background-color: #f7e8ab;
  height: 3em;
  border: none;
  line-height: 1em;
  margin-bottom: 1em;
}

.tab_route.active {
  background-color: #fff;
}

.company.list2 td {
  padding-bottom: 1em;
  text-align: center;
}

.policy.list2 td,
.recruite.list2 td {
  padding-bottom: 1em;
  padding-left: 0.3em;
  padding-right: 0.3em;
}

/* 入力フォーム ****************************************************************** */
form {
  margin: 0 auto;
  width: 96%;
  margin-bottom: 15px;
}

@media (min-width: 600px) {
  form {
    max-width: 500px;
  }
}

fieldset {
  border: none;
  margin: 0 auto 15px auto;
}

legend {
  font-size: 20px;
  padding: 0.3em 0;
  width: 100%;
  background-color: #efefef;
  text-align: center;
  margin-bottom: 10px;
}

legend span {
  font-size: 16px;
}

@media (min-width: 600px) {
  legend {
    font-size: 16px;
    font-weight: bold;
  }
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="search"],
input[type="date"],
select,
textarea {
  border: 1px solid #cccccc;
  height: 2em;
  font-size: 18px;
  width: 100%;
  margin-bottom: 10px;
}

textarea {
  height: 4em;
}

@media (min-width: 600px) {
  input,
  select,
  textarea {
    font-size: 16px;
  }
  textarea {
    height: 8em;
  }
  label {
    font-size: 16px;
    margin-bottom: 2px;
  }
}

/* 2カラム ================================ */
form .half {
  width: 49%;
}

/* form .half.f_left{
	float: left;
}

form .half.f_right{
	float: right;
}
 */
/* チェックボックスボタン化 ======================= */
@media (max-width: 900px) {
  label {
    font-size: 20px;
    display: block;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #cccccc;
    height: 2em;
    font-size: 18px;
    width: 100%;
    margin-bottom: 10px;
  }
  .check-group {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .check-group input {
    display: none;
  }
}

@media (max-width: 900px) and (min-width: 600px) {
  .check-group {
    margin-bottom: 10px;
    font-size: 16px;
  }
}

@media (max-width: 900px) {
  .check-group label {
    cursor: pointer;
    padding: 10px 0;
    border: solid 1px #ccc;
    margin-bottom: -1px;
    background: #fff;
    width: 100%;
    text-align: center;
  }
  .check-group input:checked + label {
    background: #efefef;
  }
  .check-group .top_l label {
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
  }
  .check-group .top_r label {
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
  }
  .check-group .bottom_l label {
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
  }
  .check-group .bottom_r label {
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
  }
  /* チェックボックス2カラム */
  .check-group .half {
    width: 50%;
    float: left;
  }
  .check-group .clear {
    clear: both;
  }
}

/* 必須・任意表示 ================================== */
fieldset span.icon {
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  background-color: #1374bf;
  padding: 0.25em 0.3em;
  margin-right: 0.2em;
  vertical-align: 25%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

fieldset span.require {
  background-color: #f2444d;
}

/* 送信ボタン ================================================ */
input[type="submit"] {
  border: 1px solid #999999;
  font-size: 24px;
  margin: 30px auto;
  width: 92%;
  display: block;
  padding: 0.5em 0 0.4em 0;
  line-height: 120%;
  cursor: pointer;
}

input[type="submit"].half {
  width: 50%;
}

@media (min-width: 600px) {
  input[type="submit"] {
    font-size: 20px;
  }
}

/* メールフォーム（ヘッダー部分）========================= */
div.form_header {
  text-align: center;
  padding-top: 20px;
}

div.form_header h1 {
  text-align: center;
  font-size: 24px;
  border: 1px solid #000;
  width: 80%;
  max-width: 500px;
  margin: 0 auto;
}

div.form_header img {
  display: block;
  width: 45%;
  margin: 0 auto 30px auto;
}

div.form_flow {
  text-align: center;
  margin: 40px 0 20px 0;
  font-family: "foundation-icons";
}

div.form_flow > span {
  border: 1px solid #efefef;
  padding: 10px 7px;
  color: #000;
}

div.form_flow > span > span {
  color: #666;
}

div.form_flow > span > span.send {
  font-size: 24px;
  vertical-align: middle;
}

div.form_flow > span > span.red {
  color: #ff0000;
}

div.form_flow span.this {
  background-color: #efefef;
}

@media (min-width: 600px) {
  div.form_header img {
    display: block;
    width: 30%;
  }
  div.form_header img {
    display: block;
    width: 25%;
  }
}

@media (min-width960px) {
  div.form_header img {
    display: block;
    width: 20%;
  }
}

/* 入力内容の確認 ========================================= */
input.error,
select.error,
textarea.error {
  border: 1px solid #ff0000;
}

label.error {
  color: #ff0000;
}

form fieldset p.error {
  color: #ff0000;
  clear: both;
  line-height: 1.2em;
  font-size: 16px;
  margin: 0 auto 2em auto;
}

form.confirm > div {
  font-size: 18px;
  text-align: center;
  margin-bottom: 1.5em;
}

form.confirm > div div {
  font-size: 20px;
  background-color: #efefef;
}

form.confirm > div div span {
  font-size: 16px;
}

form.confirm > div p {
  margin: 1% 2%;
}

/* 送信完了 =============================================== */
form.send {
  text-align: center;
  width: 96%;
  max-width: 500px;
}

form.send p {
  margin: 80px 0;
}

/* ページ別 */
.customer {
  display: none;
}

.view {
  display: block;
}

@media (max-width: 599px) {
  /* スマホ用 */
}

@media (min-width: 600px) {
  /* 小型タブレット用 */
}

@media (min-width: 960px) {
  /* PC用 */
}

@media (min-width: 1280px) {
  /* 大型ディスプレイ用 */
}
