<!--

a,a:hover,a:active,a::after {
  text-decoration: none;
  color: #000;
}

span {
  display: inline-block;
}

.wf-loading {
  visibility: hidden;
}
.wf-active {
  visibility: visible;
}

body {
  /*font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,Sawarabi Mincho,serif;*/
  font-family: "source-han-serif-japanese";
  /* font-size: 26px; */
  /* padding-top: 33px; */
}

.gothic {
 font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.btn,
.btn:hover {
  margin-top: 15px;
  border: 1px solid #9b8665;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  color: #9b8665;
  font-size: 8pt;
  line-height: 1.5em;
  width: 120px;
  background-color: #fff;
}

.more_btn {
  cursor: pointer;
}

/*===================================
  ヘッダー
===================================*/

.navbar {
  min-height: 0px;
  overflow-x: hidden;
  min-height: 50px;
  max-width: 500px;
  margin: 0 auto;  
}

.navbar-header {
  background-color: rgba(241,239,235,1);
  /* background-color: rgba(35,69,51,0.9); */
  box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.15);
  min-height: 33px;
}

/* navbar 全体の背景透過とボーダー非表示 */
.navbar-default {
  background: rgba(255,255,255,0);
  border: transparent 0px solid;
}

/* 社名ロゴ */
.blp-logo {
  width: 210px;
  margin-top: 10px;
}

/* 社名ロゴ センタリング処理 
 * https://hacknote.jp/archives/12515/
 */
.navbar-toggle {
    z-index: 2;
}
.navbar-brand-center {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    text-align:center;
    margin: auto;
}
@media (min-width: 768px) {
    .navbar-brand-center {
        margin-left: 0 !important;
    }
}

/* ロゴマーク＠2021-03-17 */
.logo-mark { 
    position: absolute;
    top: 10px;
    left: 11px;
    max-width: 42px;
    width: 10%;
}

/* ハンバーガーボタン */
.navbar-toggle {
  /* color: #bc9753; */
  color: #877252;
  border: hidden;
  margin: 0 0 0 0;
  padding: 5px;
  border-radius: 0px;
  position: absolute;
  top: 1px;
  right: 0px;
}
.navbar-toggle .icon-bar {
  border-radius: 0px;
  text-align: center;
  width: 100%;
}
.navbar-toggle p {
  font-size: 6pt;
  height: 9px;
  padding: 0;
  margin: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: rgba(255,255,255,0.0);
}
.navbar-default .navbar-toggle .icon-bar {
  /* background-color: #bc9753; */
  background-color: #877252;
}

/* bootstrapの機能を利用 */
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  border-top: 0px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0);
  max-height: calc(100vh - 33px) !important; 
  /* background-color: rgba(255,255,255,0.9); */
}

/* リンクリストエリア */
.navbar-nav li:nth-child(odd) {
  padding-left: 10px;
  padding-right: 5px;
}
.navbar-nav li:nth-child(even) {
  padding-left: 5px;
  padding-right: 10px;
}
.navbar-nav li > div {
  background-color: rgba(255,255,255,0.95);
  padding: 5px;
  margin-bottom: 7px;
  height: 53px;
  box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.15);
}
.navbar-nav li > div > div {
  position: relative;
  border: 1px solid #8c744f;
  text-align: center;
  height: 100%;
}
.navbar-nav li > div > div a {
  position: absolute;
  color: #846a42;
  text-decoration: none;
  font-size: 0.9em;
  letter-spacing: 0;
  line-height: 1.2em;
  display:block;
  top: 52%;
  left: 50%;
  width: 100%;
  /* 要素の大きさの半分引く（CSS3） */
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.navbar-nav li > div.line {
  background-color: #1DB91C;
}
.navbar-nav li > div.line > div {
  border: 1px solid #fff;
}
.navbar-nav li > div.line > div a {
  color: #fff;
  font-family: san-selif;
}
.navbar-nav li:nth-child(2) > div > div a {
  font-size: 0.8em;
}
.navbar-nav li > div > div a.nolink {
  cursor: none;
  pointer-events: none;
  color: #ddd;
}
.navbar-nav li.insta_menu {
  text-align: right;
  padding-right: 5px;
  padding-top: 1vh;
}
.navbar-nav .insta_menu img {
  /* width: 84px; */
  width: 63px;
  filter: 
    drop-shadow(0px 0px 2px rgba(0,0,0,0.15)) 
    drop-shadow(0px 0px 2px rgba(0,0,0,0.15)) 
    drop-shadow(0px 0px 5px rgba(0,0,0,0.15));
}

/*===================================
  コンテンツ
===================================*/

/* 画面に収める */
.main {
    /* height: 100vh; 
    height: calc(var(--vh, 1vh) * 100); */
    /* background-color: #40a561; */
}

/* content-1 トップメイン画像 */
.content-1 div {
  padding: 0; 
  /* height: 200px; */
}
.content-1 .slideshow img {
  width: 100%;
  object-fit: cover;
  object-position: 90% center;
}

/* content-2 社名ロゴ */
.content-2 {
  /* background-color: #f3efe9; */
  background-color: #FCFBF9;
  padding-bottom: 18px;
}
.content-2 div {
  padding: 0;
  text-align: center;
}
.content-2 .logo-main {
  width: 85%;
  max-width: 160px;
  z-index: 10;
  margin-top: -47%;
}

/* content-3 十人十色の結婚相談 */
.content-3 {
  /* background-color: #f3efe9; */
  background-color: #FCFBF9;
  color: #3D5243;
  /* font-weight: bold; */
  letter-spacing: 0.1em;
  /* display: flex; */
}

/* .content-3 div:first-child {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0px;
  font-size: 1.5em;
} */
/* .content-3 div:nth-child(2) {
  text-align: center;
  font-size: 1.5em;
} */
/* .content-3 div:nth-child(3) {
  padding-left: 0;
  padding-right: 0;
  text-align: right;
  font-size: 1.5em;
} */
.content-3 div:nth-child(2) {
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
  color: #0D2714;
  font-weight: bold;
  font-size: 14px;
}
.content-3 img {
  width: 100%;
  margin-top: -5px;
}

/* content-4 婚活専門コンサルタント */
.content-4 {
  background-color: #385b48;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 6px;
  /* border-bottom: 1px solid #fff; */
  font-size: 12pt;
}

/* content-5 ビューティフル　ライフ　パートナーズ */
.content-5 {
  /* background-color: #a9977b; */
  background: linear-gradient(to right, #CCA84A, #FBEFB0);
  color: #000000;
  
  text-align: center;
  /* padding: 5px 0px; */
  padding: 0px;
  font-size: 10pt;
}
.content-5 div:nth-child(1) {
  /* font-size: 10.5pt; */
  margin-top: 8px;
  letter-spacing: 0.05em;
}
.content-5 div:nth-child(2) {
  /* font-size: 9pt; */
  margin: 2px 0 8px;
  line-height: 1.7em;
  letter-spacing: 0.2em;
  font-size: 16px;
}

/* content-6 パートナー探しのパートナー */
.content-6 {
  /* background-color: #FCFBF9; */
  background-color: #fff;
  padding: 60px 0;
  text-align: center;
  color: #0D2714;
  font-size: 1.25em;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 2em;
  /* background-image: url("img/ring0.svg");
  background-repeat: no-repeat;
  background-size: 95px 98px;
  background-position: bottom 137px right 10px; */
  position: relative;
}
.content-6 .bgimg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("img/ring0.svg");
  background-repeat: no-repeat;
  background-size: 95px 98px;
  background-position: bottom 137px right 10px;
}
.content-6 .slideshow2 {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .3;
  padding: 0;
  top: 0;
  bottom: 0;
  margin: 0;
}
.content-6 .slideshow2 img {
  /* -ms-filter: blur(3px); */
  /* filter: blur(3px); */
  width: 100%;
  /* JSで高さ調整 */
  /* height: 100%; */
  object-fit: cover;
}
.content-6 > div:nth-child(4) {
  font-size: 1.3em;
  line-height: 2.01em;
}
.content-6 div:not(:last-child):not(.slideshow2):not(.bgimg) {
    margin-bottom: 80px;
    /* margin-bottom: 180px; */
}

/* content-7 改変@2021-03-17 */
.content-7 {
  background-color: #fff;
  padding: 0 0 80px;
  color: #0D2714;
  /* ヘッダー高さ分オフセット */
  /* margin-top: -33px; */
  /* padding-top: 33px; */
  position: relative;
  overflow: hidden;
}
.content-7::before {
  /* content: "";
  display: block;
  background-color: #FCFBF9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 33px; */
}
.content-7 > .txt {
  /* font-size: 1.6em; */
  font-size: 26px;
  /* font-weight: bold; */
  line-height: 2.1em;
  color: #0D2714;
  padding: 0;
  padding-left: 10%;
  padding-right: 5%;
  margin-top: 43px;
  margin-bottom: 40px;
}
.content-7 > .txt .offset {
  margin-left: 2em;
}
.content-7 .midashi,
.content-7 .midashi div {
  margin: 0;
  padding: 0;
}
.content-7 .midashi:not(.m1) {
  margin-top: 70px;
}
.content-7 .midashi img {
  width: 105%;
}
.content-7 .midashi .txt {
  margin-top: 10px;
  font-size: 1.15em;
  line-height: 1.8em;
  padding-left: 10%;
  padding-right: 5%;
}
.content-7 .midashi .txt.type2 {
  margin-top: 30px;
  /* font-size: 16px; */
}
.content-7 .midashi .txt2 {
  margin-top: 30px;
  /* margin-bottom: 18px; */
  font-size: 1em;
  line-height: 1.8em;
  padding-left: 10%;
  padding-right: 5%; 
}
.content-7 .midashi .txt3 {
  margin-top: 18px;
  font-size: 1.1em;
  line-height: 1.8em;
  padding-left: 10%;
  padding-right: 5%;
  font-weight: bold;
}
.content-7 .midashi .sub {
  margin-top: 20px;
  font-size: 1.5em;
  line-height: 1.8em;
  padding-left: 10%;
  padding-right: 5%;
  font-weight: bold;
  color: #01621B;
}
.content-7 .midashi .sub2 {
  margin-top: 30px;
  font-size: 1.1em;
  line-height: 1.8em;
  padding-left: 10%;
  padding-right: 5%;
  /* font-weight: bold; */
  color: #FF0000;
  text-align: center;
}
.content-7 .midashi .sub2 span.b {
  font-size: 1.2em;
}
.content-7 .midashi ul {
  margin: 0;
  padding: 0;
}
.content-7 .midashi li {
  list-style: none;
  /* line-height: 1.5em; */
  margin-left: 1em;
}
.content-7 .midashi li:before {
  content: "・";
  margin-left: -1em;
}
.content-7 .midashi li p {
  font-size: .85em;
  margin: 0;
  padding: 0;
  line-height: 25px;
  margin-top: 10px;
}

/* ----------------------- */
/* 共通 */
/* ----------------------- */

.main_title {
  text-align: center;
  font-size: 1.5em;
  padding: 0;
  display: flex;
  align-items: center;
  font-weight: bold;
  letter-spacing: .1em;
}
.main_title::before {
  /* border-image: linear-gradient(to right, #F1DE9D 0%, #CCA64F 100%); */
  background: linear-gradient(to right, #FDF0B5 0%, #CCA64F 100%);
}
.main_title::after {
  background: linear-gradient(to left, #FDF0B5 0%, #CCA64F 100%);
  /* border-image: linear-gradient(to left, #F1DE9D 0%, #CCA64F 100%); */
}
.main_title::before,
.main_title::after {
  content: "";
  /* border-top: 4px solid; */
  /* border-image-slice: 1; */
  height: 4px;
  flex-grow: 1;
}
.main_title::before {
  margin-right: 12px;
  /* margin-right: 3%; */
}
.main_title::after {
  margin-left: 12px;
  /* margin-left: 3%; */
}
.center {
  text-align: center;
}
.btn_arrow {
  font-size: 1.15em;
  color: #000;
  text-align: center;
  font-weight: bold;
}
.btn_arrow::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  margin-left: 12px;
}
.ba1::after {
  background-image: url("img/arrow1.svg");
  margin-bottom: -0.1em;
}
.ba2::after {
  background-image: url("img/arrow2.svg");
  margin-bottom: -0.3em;
}
.ba2-close::after {
  background-image: url("img/arrow_close.svg");
  margin-bottom: -0.05em;
}
.title_sub1 {
  font-weight: bold;
  padding: 0;
  padding-left: 7%;
  margin-top: 55px;
  display: flex;
  align-items: center;
  font-size: 25px;
  /* font-size: 1.55em; */
  /* margin-bottom: 15px; */
}
.title_sub1::after {
  content: "";
  border-radius: 4px 0 0 4px;
  /* border-top: 4px solid; */
  /* border-image: linear-gradient(to left, #FDF0B5 0%, #CCA64F 100%); */
  /* border-image-slice: 1; */
  height: 8px;
  background: linear-gradient(to left, #FDF0B5 0%, #CCA64F 100%);
  flex-grow: 1;
  margin-left: 8px;
}
.title_sub_txt {
  padding-left: 10%;
  padding-right: 5%;
  font-size: 17px;  
  font-weight: bold;
  margin-top: 15px;
}
.title_sub_txt2 {
  padding-left: 10%;
  padding-right: 5%;
  font-size: 15px;  
  /* font-weight: bold; */
  margin-top: 15px;
}
.title_sub_txt3 {
  padding-left: 10%;
  padding-right: 5%;
  font-size: 11px;  
  font-weight: bold;
  margin-top: 15px;
  line-height: 1.7em;
  margin-bottom: 21px;
}
.title_sub2 {
  font-weight: bold;
  padding: 0;
  padding-left: 10%;
  margin-top: 55px;
  display: flex;
  align-items: flex-end;
  font-size: 16px;
}
.title_sub2::after {
  content: "";
  flex-grow: 1;
  height: 4px;
  background: linear-gradient(to left, #FDF0B5 0%, #CCA64F 100%);
  margin-left: 14px;
  margin-bottom: 9px;
}
.title_sub2_txt {
  font-size: 13px;
  padding-left: 12%;
  padding-right: 8%;
  line-height: 1.8em;
  margin-top: 32px;
}
ul.kome {
  margin: 0;
  padding: 0;
}
ul.kome li {
  list-style: none;
  margin-left: 1em;
}
ul.kome li:before {
  content: "※";
  margin-left: -1em;
}
.graph img {
  width: 100%;
}
.graph a {
  display: block;
  height: 100%;
  /* background-color: #01621B; */
}
.graph a::after {
  content: "＋拡大表示";
  text-decoration: underline;
  font-family: sans-serif;
  display: block;
  font-size: 11px;
  /* font-weight: bold; */
  text-align: right;
  margin-top: .5em;
  padding-right: .5em;
}
/* .graph::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -5px;
  right: 12px;
  background-image: url("img/zoom.svg");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
} */
/* .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 1s ease;
  transition: height 1s ease;
} */
.collapsing{
  position:relative;
  height:0;
  overflow:hidden;
  -webkit-transition:height 5s ease !important;
  -o-transition:height .5s ease !important;
  transition:height .5s ease !important;
}
.lay1 {
  margin-top: 43px;
  margin-bottom: 32px;
}
.lay2 {
  margin-top: 30px;
  margin-bottom: 35px;
}
.support5 {
  padding-left: 7%;
  /* margin-top: 10px; */
  margin-bottom: 45px;
}
.support5 img {
  max-width: 200px;
  width: 100%;
}
.support5_img {
  margin: 0;
  padding: 0 19px;
}
.support5_img img {
  width: 100%;
}
.title_sub_big {
  font-size: 21px;
  font-weight: bold;
  color: #0D2714;
}
.more_area {
  display: none;
}


/* [新規追加]私たちは@2021-03-17 */
.content-7-2 {
  background-color: #FCFBF9;
  overflow: hidden;
  padding-bottom: 80px;
}
.content-7-2 .wphoto {
  padding: 0;
}
.content-7-2 .wphoto img {
  width: 100%;
}
.content-7-2 #suuji {
  margin-bottom: 40px;
}
.content-7-2 .title_sub_txt {
  padding-left: 6%;
}
.content-7-2 .kamei_ten {
  text-align: center;
  margin-top: 88px;
  margin-bottom: 64px;
}
.content-7-2 .kamei_ten img {
  width: 100%;
  max-width: 255px;
}
.content-7-2 .no1 {
  text-align: center;
}
.content-7-2 .no1 img {
  width: 100%;
  max-width: 233px;
}
.content-7-2 .txt {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  margin-top: 70px;
  margin-bottom: 60px;
}
.content-7-2 .underbar_b_1 {
  padding: 0;
  padding-left: 0px;
  width: 98%;
}
.content-7-2 .underbar_b_2 {
  padding: 0;
  padding-left: 13px;
  width: 100%;
  /* margin-left: -32px; */
  margin-top: 79px;
}
.content-7-2 .underbar_b_3 {
  /* width: 112%; */
  margin-top: 67px;
  /* margin-left: -15px; */
  padding: 0;
  padding-left: 0px;
  width: 98%;
}
.content-7-2 .underbar_b_4 {
  padding: 0;
  padding-left: 13px;
  padding-right: 18px;
  width: 100%;
  margin-top: 80px;
  /* margin-left: -42px; */
  margin-bottom: 65px;
}

/* 追加エリア@2021-03-18 */
.content-7-3 {
  background-color: #fff;
  /* height: 300px; */
  padding-bottom: 60px;
}
.content-7-3 .title_sub_txt {
  /* padding-left: 7%; */
}
.content-7-3 > .title_sub_txt {
  font-size: 24px;
  /* line-height: 2.1em; */
  line-height: 1.7em;
  color: #0D2714;
  padding: 0;
  padding-left: 12%;
  padding-right: 5%;
  /* margin-top: 43px; */
  margin-top: 20px;
  /* margin-bottom: 40px; */
}
.content-7-3 > .title_sub_txt .offset {
  margin-left: 5.5em;
}
.uc {
  margin: 0;
  padding: 0;
  padding-left: 7%;
}
.underbar_c_1 {
  margin-top: 73px;
}
.content-7-3 p {
  /* padding-left: 50px; */
  padding-left: 16%;
  padding-right: 2%;
  margin-top: 13px;
  font-weight: bold;
  line-height: 1.6em;
}
.underbar_c_2 {
  margin-top: 57px;
}
.underbar_c_3 {
  margin-top: 61px;
}
.underbar_c_4 {
  margin-top: 61px;
}
.underbar_c_5 {
  margin-top: 67px;
}

/* content-8 料金設定の自信 */
.content-8 {
  background-color: #FCFBF9;
  padding-bottom: 51px;
}
.content-8 .title_sub_txt2 {
  line-height: 2em;
  margin-bottom: 80px;
}
.content-8 .frame {
  padding: 0 7%;
}
.content-8 .frame > div {
  border: 1px solid #74572F;
  padding: 21px 15px 51px;
  background-color: #fff;
}
.content-8 .hiyou {
  padding: 0;
  margin: 0;
}
.content-8 .hiyou.h2 {
  margin-top: 32px;
  margin-bottom: 63px;
}
.content-8 #hiyou_more .col-xs-12 {
  padding: 0;
  margin: 0;
}
.content-8 #hiyou_more .title_sub_big {
  margin-top: 44px;
  margin-bottom: 20px;
  padding-left: 14px;
}
.content-8 #hiyou_more .graph {
  width: 100%;
}
.content-8 .banner {
  margin-top: 41px;
  background: linear-gradient(to right, #CCA84A, #FBEFB0);
  color: #000000;
  text-align: center;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
}
.content-8 .sub2 {
  margin-top: 15px;
  font-size: 1.1em;
  line-height: 1.8em;
  /* padding-left: 10%; */
  /* padding-right: 5%; */
  color: #FF0000;
  text-align: center;
}
.content-8 .sub2 span {
  font-size: 1.2em;
}


/* ご成婚者の声と成婚の実績 */
.content-8-2 {
  background-color: #fff;
  /* padding: 0 0 60px; */
}
.content-8-2 .img {
  margin: 39px 0 45px;
  text-align: center;
  padding-left: 7%;
  padding-right: 22px;
}
.content-8-2 .img img {
  width: 100%;
}
.content-8-2 .title_sub_txt2 {
  line-height: 2em;
  margin-bottom: 33px;
  padding-left: 7%;
}
.content-8-2 .row {
  margin: 0;
}
.content-8-2 .koe {
  /* margin-bottom: 9px; */
  padding-left: 6%;
}
.content-8-2 .k2 {
  margin-top: 94px;
}
.content-8-2 .jtitle {
  padding-top: 40px;
}
.content-8-2 .jiseki {
  padding: 0;
  margin-top: 22px;
}
.content-8-2 .jiseki img {
  width: 100%;
}
.content-8-2 .ktitle {
  padding-top: 25px;
}
.content-8-2 .kihu {
  padding-left: 7%;
  margin-top: 30px;
}
.content-8-2 .koken {
  padding: 0;
  /* margin-top: 10px; */
  margin-bottom: 40px;
}
.content-8-2 .koken img {
  width: 100%;
}
.content-8-2 #koe1_more::after {
  content: "";
  display: block;
  /* border-bottom: 6px solid #385b48; */
  /* border-image: linear-gradient(to left, #FDF0B5 0%, #CCA64F 100%);
  border-image-slice: 1;
  flex-grow: 1; */
  height: 6px;
  background: linear-gradient(to left, #FDF0B5 0%, #CCA64F 100%);
}
.content-8-2 #koe1_more > div:last-child {
  margin-bottom: 80px;
}
.content-8-2 .koken_img_more {
  margin-top: 50px;
  margin-bottom: 10px;
  padding: 0;
}
.content-8-2 .koken_img_more img {
  width: 100%;
} 

/* フッター前に追加@2021-03-18 */
.content-3.type2 {
  background-color: #fff;
  margin-top: 80px;
  margin-bottom: 10px;
}
.content-3.type2 div:nth-child(2) {
  padding-top: 45px;
  padding-bottom: 0;
}

/* content-12 フッター */
.content-12 {
  background-color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  padding-bottom: 80px;
}
.content-12 > div:first-child img {
  width: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.content-12 > div:nth-child(2) img {
  max-width: 256px;
  width: 100%;
  margin-bottom: 10px;
}
.content-12 > div:nth-child(3) {
  font-size: 10pt;
}
.content-12 > div:last-child {
  /* background-color: #3273b7; */
  display: flex;
  justify-content: center;
}
.content-12 .insta {
  margin-top: 35px;
}
.content-12 .insta img {
  width: 63px;
}
.content-12 .contact {
  margin-top: 33px;
  border: 1px solid #74572F;
  /* color: #9b8665; */
  font-size: 9pt;
  line-height: 1.5em;
  /* width: 120px; */
  background-color: #fff;
  padding: 13px 13px 22px;
  max-width: 314px;
}
.content-12 .contact .line-title {
  text-align: center;
  margin-top: 4px;
  margin-bottom: 12px;
}
.content-12 .contact .line-title img {
  max-width: 223px;
  width: 100%;
}
.content-12 .contact p {
  font-size: 13px;
}

/*===================================
  モーダルウィンドウ
===================================*/

/* モーダル コンテンツエリア */
#modal-main {
  display:none;
  left: 40px;
  right: 40px;
  background-color: rgba(255,255,255,0.9);
  color: #000;
  position: fixed;
  z-index: 10001;
  padding: 6px;
  max-width: 400px;
}
/* モーダル 背景エリア */
#modal-bg {
  display:none;
  width:100%;
  height:100%;
  background-color: rgba(255,255,255,0.6);
  position:fixed;
  top:0;
  left:0;
  z-index: 10000;
}
.modal-frame {
  width: 100%;
  height: 100%;
  border: 1px solid #a48f67;
  text-align: center;
  line-height: 1.6em;
  font-size: 0.9em;
}
.modal-logo {
  width: 125px;
  margin-top: 30px;
  margin-bottom: 25px;
}
.modal-frame .btn,
.modal-frame .btn:hover {
  text-align: center;
  font-size: 1em;
  width: auto;
  margin-bottom: 30px;
}

/*===================================
  ダイアログ
===================================*/

/* 背景エリア */
#dialog-bg {
  display:none;
  width:100%;
  height:100%;
  background-color: rgba(255,255,255,0.8);
  position:fixed;
  top:0;
  left:0;
  z-index: 10002;
}
#dialog-main {
  display:none;
  left: 40px;
  right: 40px;
  background-color: #f4f5f6;
  color: #000;
  position: fixed;
  z-index: 10003;
  padding: 0 15px;
  box-shadow: 0px 0px 15px 15px rgba(0,0,0,0.15);
  border-radius: 10px;
  text-align: center;
  max-width: 400px;
}
#dialog-main p {
  margin: 15px 0 5px;
  font-size: 1.1em;
  font-weight: bold;
}
#dialog-main input {
  margin: 10px 0 20px;
  width: 100%;
}
#dialog-main .btn {
  border: 1px solid #dededd;
  background-color: transparent;
  color: #3273b7;
  font-weight: bold;
  width: 47%;
  padding: 10px 0;
  font-size: 1em;
  margin: 0 2px 10px;
}
#dialog-main .ok-btn {
  float: left;
}
#dialog-main .cancel-btn {
  float: right;
}

.title {
  font-size: 12pt;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media (max-width: 335px) {
  .content-7 > .txt .offset {
    margin-left: 14%;
  }
  .content-7-3 > .title_sub_txt .offset {
    margin-left: 0;
    text-align: right;
    width: 100%;
  }
}

/* PC表示に対応 */

@media screen and (min-width:500px) {
  body {
    /* display: flex; */
    /* justify-content: center; */
  }
  .container-fluid {
    width: 500px;
    box-shadow: 0px 0px 30px 30px rgba(0,0,0,0.12);
  }
}

@media (max-width: 4000px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,.navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav>li {
    /* float: none; */
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in{
    display:block !important;
  }
}


-->