@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

body {
  counter-reset: number 0;
  line-height: 2em;
  font-weight: 500;
  letter-spacing: 0.6;
  color: #555;
  font-family: "游ゴシック", YuGothic, "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 16px; }
  @media only screen and (max-width: 768px) {
    body {
      font-size: 16px; } }

.inner {
  margin: 0 auto;
  max-width: 1100px; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .inner {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media only screen and (max-width: 468px) {
    .inner {
      padding-left: 10px !important;
      padding-right: 10px !important; } }

#contents_wrap {
  width: 100%;
  min-width: auto !important; }

#contents {
  font-size: 100%;
  width: 100%; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    #contents {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (max-width: 468px) {
    #contents {
      padding-left: 10px;
      padding-right: 10px; } }

#main {
  width: 100%; }

#main #col_main {
  width: 100% !important;
  max-width: 1100px;
  float: none;
  margin: 0 auto !important; }

#side {
  width: 18.75000%; }

.map {
  margin: 56px 20px 0; }

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left; }

.policy h2 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px; }

.policy p {
  margin: 0 0 20px; }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed; } }
.tlfixed table {
  table-layout: fixed; }

table td img {
  height: auto !important; }

.pdtd10 td {
  padding: 10px !important; }

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line; }

b, strong {
  font-weight: bold; }

u {
  text-decoration: line-through; }

img {
  max-width: 100%;
  height: auto !important; }

small {
  font-size: 80%; }

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3; }

span {
  font-weight: inherit; }

u {
  text-decoration: underline; }

b {
  font-weight: 500; }

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px; }

a {
  text-decoration: none; }

a:hover {
  opacity: 0.6; }

@media screen and (min-width: 469px) and (max-width: 768px) {
  .imgR, .imgL {
    max-width: 30% !important; } }
@media only screen and (max-width: 468px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center; } }

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

.gothic {
  font-family: "游ゴシック", YuGothic, "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

@media only screen and (max-width: 468px) {
  .fltL {
    float: none;
    width: 100% !important; }

  .fltR {
    float: none;
    width: 100% !important; }

  .sptal {
    text-align: left !important; }

  .sptar {
    text-align: right !important; }

  .sptac {
    text-align: center !important; }

  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px; } }
header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto; }
  @media only screen and (max-width: 768px) {
    header#global_header {
      padding-top: 48px;
      border-top: 0; } }

#header {
  position: relative;
  width: 100%; }
  #header h1 {
    text-align: left;
    color: #333;
    line-height: 30px;
    margin-bottom: 10px; }
    @media only screen and (max-width: 468px) {
      #header h1 {
        display: none; } }
  #header .HFLX1 {
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #header .HFLX1 .box:first-child {
      width: 43%;
      margin: auto 1%; }
    #header .HFLX1 .box:nth-child(2) {
      width: 53%;
      margin: auto 1%; }
      #header .HFLX1 .box:nth-child(2) ul {
        display: flex;
        justify-content: flex-end; }
        #header .HFLX1 .box:nth-child(2) ul li {
          margin-left: 10px; }
    #header .HFLX1 a {
      display: block; }
    @media only screen and (max-width: 768px) {
      #header .HFLX1 {
        flex-direction: column; }
        #header .HFLX1 .box:first-child, #header .HFLX1 .box:nth-child(2) {
          width: 100%;
          margin: 0 auto 15px auto; }
        #header .HFLX1 .box:first-child {
          width: 80%;
          max-width: 400px; }
        #header .HFLX1 .box:nth-child(2) ul {
          justify-content: center; } }
    @media only screen and (max-width: 468px) {
      #header .HFLX1 .box:nth-child(2) ul {
        flex-direction: column; }
        #header .HFLX1 .box:nth-child(2) ul li {
          margin: 0 auto 15px auto; } }

#siteID a {
  opacity: 1; }

#hed_info {
  display: table;
  float: right;
  margin-bottom: 15px; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    #hed_info {
      margin: 30px auto 0; } }
  @media only screen and (max-width: 468px) {
    #hed_info {
      float: none;
      margin: 0; } }
  #hed_info .tel {
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
    font-size: 20px;
    font-weight: bold; }
    #hed_info .tel a {
      text-decoration: none;
      color: #333;
      font-weight: bold; }
  #hed_info .cont {
    display: table-cell; }
    #hed_info .cont a {
      text-decoration: none;
      padding: 10px;
      display: block;
      font-size: 20px;
      font-weight: bold; }
      #hed_info .cont a:hover {
        opacity: 0.6; }

#nav_global {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff8637+0,c7289f+51,c7289f+51,ff8637+100 */
  background: #ff8637;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ff8637 0%, #c7289f 51%, #c7289f 51%, #ff8637 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ff8637 0%, #c7289f 51%, #c7289f 51%, #ff8637 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ff8637 0%, #c7289f 51%, #c7289f 51%, #ff8637 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8637', endColorstr='#ff8637',GradientType=1 );
  /* IE6-9 */ }
  @media only screen and (max-width: 768px) {
    #nav_global {
      display: none; } }
  #nav_global ul {
    max-width: 1100px;
    margin: 0 auto;
    clear: both;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    #nav_global ul li {
      -webkit-flex-grow: 1;
      flex-grow: 1; }
      #nav_global ul li a {
        color: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
        margin: 10px auto; }

.mypattern {
  background: #000; }

.mypattern .slick-slide:not(.slick-center) {
  opacity: 0.7 !important; }

#mainArea {
  width: 100%; }
  #mainArea #slider {
    width: 100%;
    margin: 0 auto;
    position: relative; }
    #mainArea #slider li img {
      width: 100%;
      height: auto; }
    @media only screen and (max-width: 768px) {
      #mainArea #slider {
        display: none; } }
  #mainArea #slider-s {
    margin: 0 auto;
    max-width: 1100px; }
    @media screen and (min-width: 769px) {
      #mainArea #slider-s {
        display: none; } }
  #mainArea .slick-prev, #mainArea .slick-next {
    z-index: 100;
    height: auto !important;
    width: auto !important; }
  #mainArea .slick-prev {
    left: 18% !important; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      #mainArea .slick-prev {
        width: 50px !important; } }
  #mainArea .slick-next {
    right: 18% !important; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      #mainArea .slick-next {
        width: 50px !important; } }
  #mainArea .slick-prev:before, #mainArea .slick-next:before {
    display: none; }

.mean-container .mean-bar {
  background: #c7289f !important;
  position: fixed !important; }

.mean-container .mean-nav {
  background: #c7289f !important; }

.mean-container .mean-nav ul li a {
  border-top: 1px solid #fff !important; }

.mean-container .mean-nav ul li a.mean-expand:hover {
  /*background-color: #e9832f !important;*/ }

.mean-container .mean-nav ul li a {
  padding: 0.65em 5% !important; }

.mean-container a.meanmenu-reveal {
  text-indent: 50px !important;
  position: relative; }
  .mean-container a.meanmenu-reveal:before {
    position: absolute;
    content: 'MENU';
    z-index: 100000000000000;
    top: 13px;
    left: -100px;
    font-size: 18px; }

.mean-container a.meanclose {
  position: relative; }
  .mean-container a.meanclose:before {
    position: absolute;
    content: '閉じる';
    z-index: 100000000000000;
    top: 13px;
    left: -100px;
    font-size: 18px; }

.anchor {
  display: block;
  transform: translateY(-60px); }

/*
飛ばしたいところの前に以下のような記述
<span id="map" class="anchor"></span>
*/
.sm_icon {
  position: fixed;
  z-index: 100;
  bottom: 5px;
  left: 0;
  right: 0;
  display: flex; }
  .sm_icon p {
    width: 48%;
    margin: 1%; }
  @media screen and (min-width: 469px) {
    .sm_icon {
      display: none; } }

#line-icon {
  position: fixed;
  z-index: 100;
  bottom: 20px;
  right: 15px; }
  #line-icon a {
    opacity: 1 !important; }
  #line-icon img {
    width: 200px;
    opacity: 1 !important; }
  @media only screen and (max-width: 768px) {
    #line-icon {
      right: 10px; }
      #line-icon img {
        width: 150px; } }
  @media screen and (max-width: 468px) {
    #line-icon {
      display: none; } }

footer#global_footer {
  margin-top: 70px;
  color: #fff !important; }
  footer#global_footer a {
    color: #fff !important; }
  footer#global_footer #footer-wrap {
    text-align: left;
    background: #f26cd1; }
    footer#global_footer #footer-wrap #footer {
      max-width: 1000px;
      margin: 0 auto;
      padding: 30px;
      display: flex;
      justify-content: space-between; }
      footer#global_footer #footer-wrap #footer #footer-info img {
        margin-top: 10px; }
      footer#global_footer #footer-wrap #footer #footer-nav {
        display: flex; }
        footer#global_footer #footer-wrap #footer #footer-nav ul {
          margin-left: 30px; }
        @media only screen and (max-width: 768px) {
          footer#global_footer #footer-wrap #footer #footer-nav {
            display: none; } }
    @media only screen and (max-width: 468px) {
      footer#global_footer #footer-wrap {
        padding: 50px auto; } }
  footer#global_footer #copyright {
    max-width: 100%;
    background: #c828a0; }

.top-wrap1 {
  background: url(../images/contents/top-bg01.jpg) no-repeat center top;
  background-size: cover; }
  @media only screen and (max-width: 768px) {
    .top-wrap1 {
      background-position: left;
      background-size: auto; } }

.w900 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 125px;
  padding-top: 125px; }
  @media only screen and (max-width: 768px) {
    .w900 {
      background: rgba(255, 255, 255, 0.5);
      padding: 50px 15px; } }
  .w900 h1 img {
    margin: 0 auto;
    display: block; }

.top-wrap2 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdbeed+0,f3cfb7+100 */
  background: #fdbeed;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fdbeed 0%, #f3cfb7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fdbeed 0%, #f3cfb7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fdbeed 0%, #f3cfb7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdbeed', endColorstr='#f3cfb7',GradientType=0 );
  /* IE6-9 */ }

.w1100 {
  max-width: 1100px;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 15px; }
  @media only screen and (max-width: 768px) {
    .w1100 {
      padding: 50px 15px; } }
  .w1100 h2 img {
    margin: 0 auto;
    display: block; }

.top-link {
  max-width: 1000px;
  margin: 0 auto; }
  .top-link table td img {
    width: 100% !important; }
  .top-link table .tdL {
    padding: 10px 20px 10px 0 !important; }
  .top-link table .tdR {
    padding: 10px 0px 10px 20px !important; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .top-link table .tdL {
      padding: 10px 10px 10px 0 !important; }
    .top-link table .tdR {
      padding: 10px 0px 10px 10px !important; } }
  @media only screen and (max-width: 468px) {
    .top-link table .tdL, .top-link table .tdR {
      padding: 10px !important; } }

.top-txt1-wrap {
  max-width: 900px;
  margin: 40px auto 0;
  /* cssで画像入れるパターン

  background: url(../images/contents/top-bg02.jpg) no-repeat right top ;
  padding-top:100px;
  */
  position: relative;
  padding-bottom: 500px; }
  .top-txt1-wrap .top-txt1bg {
    position: absolute;
    right: 0; }
  .top-txt1-wrap .top-txt1 {
    background: rgba(255, 255, 255, 0.5);
    padding: 50px;
    max-width: 500px;
    border: 1px solid #c7289f;
    position: absolute;
    top: 150px; }
  .top-txt1-wrap .top-txt1a {
    font-size: 36px;
    color: #91622f;
    border-bottom: 1px solid #c7289f;
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .top-txt1-wrap .top-txt1b {
    padding: 20px 0  !important; }
  .top-txt1-wrap .top-txt1c {
    background: #eaa2ea; }
    .top-txt1-wrap .top-txt1c a {
      color: #fff !important;
      display: block; }
  @media only screen and (max-width: 768px) {
    .top-txt1-wrap {
      padding-bottom: 50px; }
      .top-txt1-wrap .top-txt1bg, .top-txt1-wrap .top-txt1 {
        position: static; }
      .top-txt1-wrap img {
        display: block;
        margin: 0 auto; }
      .top-txt1-wrap .top-txt1 {
        margin: 10px auto; } }

.top-wrap3 {
  background: #f5eafc; }

.w1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0; }
  @media only screen and (max-width: 768px) {
    .w1000 {
      padding: 50px 15px; } }
  .w1000 h2 img {
    margin: 0 auto;
    display: block; }

.top-banner02 {
  display: flex;
  /*
  margin-left:-15px !important;
  margin-right: -15px !important;
  */ }
  .top-banner02 table td {
    padding: 0 !important; }
    .top-banner02 table td img {
      margin: 0 auto;
      display: block; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .top-banner02 {
      flex-wrap: wrap;
      justify-content: center; }
      .top-banner02 .box {
        margin: 10px;
        width: 45%; } }
  @media only screen and (max-width: 468px) {
    .top-banner02 {
      display: block; }
      .top-banner02 table {
        margin: 10px auto; }
        .top-banner02 table img {
          margin: 0 auto;
          display: block; } }
  .top-banner02 .top-banner02-bg {
    background-size: contain;
    height: 100px;
    padding-top: 30px !important;
    font-size: 30px; }
    .top-banner02 .top-banner02-bg a {
      color: #fff !important;
      display: block; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      .top-banner02 .top-banner02-bg {
        line-height: 40px;
        font-size: 22px; } }
  .top-banner02 .top-banner02-bg01 {
    background: url(../images/contents/top-banner02-bg01.png) no-repeat center top; }
  .top-banner02 .top-banner02-bg02 {
    background: url(../images/contents/top-banner02-bg02.png) no-repeat center top; }
  .top-banner02 .top-banner02-bg03 {
    background: url(../images/contents/top-banner02-bg03.png) no-repeat center top; }
  .top-banner02 .top-banner02-bg04 {
    background: url(../images/contents/top-banner02-bg04.png) no-repeat center top; }

.top-txt2 {
  background: rgba(255, 255, 255, 0.5);
  padding: 50px;
  width: 57%;
  border: 1px solid #c7289f;
  background-repeat: round;
  background-size: cover; }
  @media only screen and (max-width: 768px) {
    .top-txt2 {
      padding: 20px; } }

.top-txt2a {
  font-size: 26px;
  color: #91622f;
  border-bottom: 1px solid #c7289f;
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.top-txt2b {
  padding: 20px 0  !important; }

.top-txt2c {
  background: #eaa2ea; }
  .top-txt2c a {
    color: #fff !important;
    display: block; }

.FLX1 {
  max-width: 1000px;
  margin: 50px 0 40px 0;
  display: flex;
  align-items: center; }
  .FLX1 .TBL1R {
    width: 43%; }
    .FLX1 .TBL1R table td {
      padding-left: 50px !important;
      padding-bottom: 20px !important; }
  @media only screen and (max-width: 768px) {
    .FLX1 {
      display: block; }
      .FLX1 .top-txt2 {
        width: 90%;
        margin: 10px auto; }
      .FLX1 .TBL1R {
        width: 90%;
        margin: 0 auto; }
        .FLX1 .TBL1R img {
          display: block;
          margin: 10px auto; }
        .FLX1 .TBL1R table td {
          padding: 0 !important; } }

@media only screen and (max-width: 768px) {
  .top-banner04 table td {
    display: block; }
    .top-banner04 table td img {
      display: block;
      margin: 10px auto; } }

.top-wrap4 {
  background: #f5eafc;
  display: flex;
  justify-content: center; }
  @media only screen and (max-width: 768px) {
    .top-wrap4 {
      display: block; }
      .top-wrap4 .news-bg, .top-wrap4 .blog-bg, .top-wrap4 .insta-bg, .top-wrap4 .fb-bg {
        width: 100%; } }

.news-bg {
  width: 50%;
  background: url(../images/contents/top-bg04.png); }
  .news-bg .news-wrap {
    margin: 0 0 0 auto;
    max-width: 600px;
    padding: 50px;
    background: #e1a5b3; }
    .news-bg .news-wrap h3 {
      border-bottom: 1px solid #fff;
      padding-bottom: 10px;
      font-size: 24px;
      color: #fff; }
    .news-bg .news-wrap span {
      padding-top: 10px;
      display: block;
      margin-bottom: 50px;
      font-size: 24px;
      color: #fff; }
    @media only screen and (max-width: 768px) {
      .news-bg .news-wrap {
        padding: 30px 15px; }
        .news-bg .news-wrap span {
          margin-bottom: 15px; } }

.blog-bg {
  width: 50%;
  background: url(../images/contents/top-bg05.png); }
  .blog-bg .blog-wrap {
    margin: 0 auto 0 0;
    max-width: 600px;
    padding: 50px;
    background: #fab771; }
    .blog-bg .blog-wrap h3 {
      border-bottom: 1px solid #fff;
      padding-bottom: 10px;
      font-size: 24px;
      color: #fff; }
    .blog-bg .blog-wrap span {
      padding-top: 10px;
      display: block;
      margin-bottom: 50px;
      font-size: 24px;
      color: #fff; }
    .blog-bg .blog-wrap .blog-box {
      width: 100%; }
    @media only screen and (max-width: 768px) {
      .blog-bg .blog-wrap {
        padding: 30px 15px; }
        .blog-bg .blog-wrap span {
          margin-bottom: 15px; } }

.insta-bg {
  width: 50%;
  background: url(../images/contents/top-bg06.png); }
  .insta-bg .insta-wrap {
    margin: 0 0 0 auto;
    max-width: 600px;
    padding: 50px;
    background: #dd8e84; }
    .insta-bg .insta-wrap h3 {
      border-bottom: 1px solid #fff;
      padding-bottom: 10px;
      font-size: 24px;
      color: #fff; }
    .insta-bg .insta-wrap span {
      padding-top: 10px;
      display: block;
      margin-bottom: 50px;
      font-size: 24px;
      color: #fff; }
    @media only screen and (max-width: 768px) {
      .insta-bg .insta-wrap {
        padding: 30px 15px; }
        .insta-bg .insta-wrap span {
          margin-bottom: 15px; } }

.fb-bg {
  width: 50%;
  background: url(../images/contents/top-bg07.png); }
  .fb-bg .fb-wrap {
    margin: 0 auto 0 0;
    max-width: 600px;
    padding: 50px 50px 7px 50px;
    background: #be85c9; }
    .fb-bg .fb-wrap h3 {
      border-bottom: 1px solid #fff;
      padding-bottom: 10px;
      font-size: 24px;
      color: #fff; }
    .fb-bg .fb-wrap span {
      padding-top: 10px;
      display: block;
      margin-bottom: 50px;
      font-size: 24px;
      color: #fff; }
    .fb-bg .fb-wrap .fb-box {
      width: 100%; }
    @media only screen and (max-width: 768px) {
      .fb-bg .fb-wrap {
        padding: 30px 15px; }
        .fb-bg .fb-wrap span {
          margin-bottom: 15px; } }

.insta-sm iframe {
  display: block;
  margin: 0 auto; }

/*
.w1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding:100px 15px;
      @include tabsp {
       padding:50px 15px;
      } 
}
*/
.top-wrap5 {
  background: url(../images/contents/top-bg06.jpg) no-repeat center top;
  background-size: cover; }
  @media only screen and (max-width: 768px) {
    .top-wrap5 {
      background-position: left;
      background-size: auto; } }

.w1000b {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  padding-top: 120px;
  color: #c7289f; }
  @media only screen and (max-width: 768px) {
    .w1000b {
      padding: 0; } }
  .w1000b h3 {
    font-size: 30px;
    font-weight: bold;
    color: #c7289f;
    position: relative;
    display: inline-block;
    padding: 0 100px;
    margin-bottom: 50px; }
    .w1000b h3:before, .w1000b h3:after {
      content: '';
      position: absolute;
      top: 50%;
      display: inline-block;
      width: 200px;
      height: 1px;
      background-color: #c7289f; }
    .w1000b h3:before {
      left: -160px; }
    .w1000b h3:after {
      right: -160px; }
    @media only screen and (max-width: 768px) {
      .w1000b h3 {
        font-size: 24px;
        padding: 0 30px; } }
  .w1000b table td {
    padding: 20px !important; }
    .w1000b table td img {
      width: 100% !important; }
    @media only screen and (max-width: 768px) {
      .w1000b table td {
        padding: 10px !important; } }

.page-title-wrap {
  position: relative;
  margin-right: -20px !important;
  margin-left: -20px !important; }

.page-title-inner {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: url(../images/contents/page-title-bg.jpg) no-repeat center top;
  background-size: auto;
  z-index: -1; }
  @media only screen and (max-width: 768px) {
    .page-title-inner {
      background-position: left; } }

.page-title {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 125px;
  padding-top: 125px; }
  @media only screen and (max-width: 768px) {
    .page-title {
      background: rgba(255, 255, 255, 0.5); } }
  @media only screen and (max-width: 468px) {
    .page-title {
      padding-left: 20px;
      padding-right: 20px; } }
  .page-title h1 {
    margin: 0 auto;
    display: block; }
    .page-title h1 img {
      margin: 0 auto;
      display: block; }

.title {
  background-repeat: no-repeat;
  background-size: cover;
  outline: 1px #ccc solid;
  border: 2px #fff solid;
  margin-top: 50px;
  margin-bottom: 50px; }
  .title h2 {
    font-size: 36px;
    color: #91622f;
    line-height: 100px;
    width: 100%;
    max-width: 700px;
    margin-left: 200px; }
  @media only screen and (max-width: 768px) {
    .title {
      margin-top: 20px;
      margin-bottom: 20px; }
      .title h2 {
        font-size: 24px;
        margin-left: auto;
        text-align: center;
        text-shadow: #fed6d2 1px 1px 0px, #fed6d2  -1px 1px 0px, #fed6d2  1px -1px 0px, #fed6d2  -1px -1px 0px; } }

.titleH1 {
  background-repeat: no-repeat;
  background-size: cover;
  outline: 1px #ccc solid;
  border: 2px #fff solid;
  margin-top: 50px;
  margin-bottom: 50px; }
  @media only screen and (max-width: 768px) {
    .titleH1 {
      margin-top: 20px;
      margin-bottom: 20px; } }
  .titleH1 h1 {
    font-size: 36px;
    color: #91622f;
    line-height: 100px;
    width: 100%;
    max-width: 700px;
    margin-left: 200px; }
    @media only screen and (max-width: 768px) {
      .titleH1 h1 {
        font-size: 24px;
        margin-left: auto;
        text-align: center;
        text-shadow: #fed6d2 1px 1px 0px, #fed6d2  -1px 1px 0px, #fed6d2  1px -1px 0px, #fed6d2  -1px -1px 0px; } }

.title2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  outline: 1px #ccc solid;
  border: 2px #fff solid;
  margin-top: 50px;
  margin-bottom: 50px; }
  .title2 h3 {
    font-size: 30px;
    color: #91622f;
    line-height: 80px;
    width: 100%;
    margin-left: 20px; }
  @media only screen and (max-width: 768px) {
    .title2 {
      margin-top: 20px;
      margin-bottom: 20px; }
      .title2 h3 {
        font-size: 24px;
        margin-left: auto;
        text-align: center;
        text-shadow: #fed6d2 1px 1px 0px, #fed6d2  -1px 1px 0px, #fed6d2  1px -1px 0px, #fed6d2  -1px -1px 0px; } }

.title2H1 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  outline: 1px #ccc solid;
  border: 2px #fff solid;
  margin-top: 50px;
  margin-bottom: 50px; }
  @media only screen and (max-width: 768px) {
    .title2H1 {
      margin-top: 20px;
      margin-bottom: 20px; } }
  .title2H1 h1 {
    font-size: 30px;
    color: #91622f;
    line-height: 80px;
    width: 100%;
    margin-left: 20px; }
    @media only screen and (max-width: 768px) {
      .title2H1 h1 {
        font-size: 24px;
        margin-left: auto;
        text-align: center;
        text-shadow: #fed6d2 1px 1px 0px, #fed6d2  -1px 1px 0px, #fed6d2  1px -1px 0px, #fed6d2  -1px -1px 0px; } }

.title2H2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  outline: 1px #ccc solid;
  border: 2px #fff solid;
  margin-top: 50px;
  margin-bottom: 50px; }
  @media only screen and (max-width: 768px) {
    .title2H2 {
      margin-top: 20px;
      margin-bottom: 20px; } }
  .title2H2 h2 {
    font-size: 30px;
    color: #91622f;
    line-height: 80px;
    width: 100%;
    margin-left: 20px; }
    @media only screen and (max-width: 768px) {
      .title2H2 h2 {
        font-size: 24px;
        margin-left: auto;
        text-align: center;
        text-shadow: #fed6d2 1px 1px 0px, #fed6d2  -1px 1px 0px, #fed6d2  1px -1px 0px, #fed6d2  -1px -1px 0px; } }

@media only screen and (max-width: 768px) {
  .TBL2 table td {
    display: block;
    width: 90% !important;
    margin: 10px auto; } }

.title4 h4 {
  position: relative;
  /*相対位置*/
  padding: 0.5em 0.5em 0.5em 1.5em;
  /*アイコン分のスペース*/
  line-height: 1.4;
  /*行高*/
  color: #91622f;
  /*文字色*/
  font-size: 24px;
  font-weight: bold; }
  .title4 h4:before {
    font-family: "Font Awesome 5 Free";
    /*忘れずに*/
    content: "\f138";
    /*アイコンのユニコード*/
    position: absolute;
    /*絶対位置*/
    font-size: 1em;
    /*サイズ*/
    left: 0.25em;
    /*アイコンの位置*/
    top: 0.5em;
    /*アイコンの位置*/
    color: #f3cfb7;
    /*アイコン色*/
    font-weight: 900; }

.title4H1 h1 {
  position: relative;
  margin-top: 50px;
  padding: 0.5em 0.5em 0.5em 1.5em;
  line-height: 1.4;
  color: #91622f;
  font-size: 24px;
  font-weight: bold; }
  .title4H1 h1:before {
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    position: absolute;
    font-size: 1em;
    left: 0.25em;
    top: 0.5em;
    color: #f3cfb7;
    font-weight: 900; }

.title4H2 h2 {
  position: relative;
  margin-top: 50px;
  padding: 0.5em 0.5em 0.5em 1.5em;
  line-height: 1.4;
  color: #91622f;
  font-size: 24px;
  font-weight: bold; }
  .title4H2 h2:before {
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    position: absolute;
    font-size: 1em;
    left: 0.25em;
    top: 0.5em;
    color: #f3cfb7;
    font-weight: 900; }

.title4H3 h3 {
  position: relative;
  margin-top: 50px;
  padding: 0.5em 0.5em 0.5em 1.5em;
  line-height: 1.4;
  color: #91622f;
  font-size: 24px;
  font-weight: bold; }
  .title4H3 h3:before {
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    position: absolute;
    font-size: 1em;
    left: 0.25em;
    top: 0.5em;
    color: #f3cfb7;
    font-weight: 900; }

.title5 h5 {
  font-size: 20px;
  color: #91622f;
  font-weight: bold;
  border-left: #c7289f 5px solid;
  border-bottom: #91622f 1px dotted;
  padding-left: 5px; }

.title5H2 h2 {
  font-size: 20px;
  color: #91622f;
  font-weight: bold;
  border-left: #c7289f 5px solid;
  border-bottom: #91622f 1px dotted;
  padding-left: 5px; }

.title5H3 h3 {
  font-size: 20px;
  color: #91622f;
  font-weight: bold;
  border-left: #c7289f 5px solid;
  border-bottom: #91622f 1px dotted;
  padding-left: 5px; }

@media only screen and (max-width: 468px) {
  .pink {
    background: transparent !important; } }

.TBL3 tr {
  border-bottom: 2px #f3cfb7 solid; }
.TBL3 .tokuten {
  font-size: 24px;
  color: #91622f;
  font-weight: bold; }
@media screen and (min-width: 469px) and (max-width: 768px) {
  .TBL3 .tokuten {
    font-size: 20px; } }

.kiyaku {
  height: 350px;
  overflow-y: scroll;
  border: 1px solid #ccc;
  padding: 15px; }

@media only screen and (max-width: 468px) {
  .faq table td {
    padding: 0 !important; }
  .faq .faqQ {
    background: #e0a3ad; }
  .faq .faqA {
    background: #feb775; } }

.flow tr {
  border: none !important; }

.FLX2 {
  display: flex;
  flex-wrap: wrap; }
  .FLX2 .box {
    width: 20%; }
  @media only screen and (max-width: 768px) {
    .FLX2 {
      justify-content: center; }
      .FLX2 .box {
        width: 50%; } }

.TBL4 tr {
  border-bottom: 2px #f3cfb7 solid; }

@media screen and (min-width: 469px) and (max-width: 768px) {
  .TBL5 table td {
    display: block; } }

.FLX3 {
  display: flex;
  flex-wrap: wrap; }
  .FLX3 .box {
    width: 25%; }
  @media only screen and (max-width: 768px) {
    .FLX3 {
      justify-content: center; }
      .FLX3 .box {
        width: 50%; } }

.PNR {
  margin-top: -100px;
  padding-top: 100px; }

.bg_100per_wrap {
  position: relative;
  padding: 50px 0 !important;
  margin-bottom: 60px !important; }

.bg_100per_inner {
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0% 0% 0% -500%;
  background: #f7ead4;
  z-index: -1; }

.bg_100per_wrap {
  position: relative;
  padding: 80px 0 !important;
  margin-bottom: 60px 0 !important; }

.bg_100per_inner {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: url(../images/contents/cont-bg.jpg) repeat center top;
  background-size: cover;
  z-index: -1; }

.news {
  background-color: #fff;
  margin: 0 auto;
  padding: 30px 10px; }
  @media only screen and (max-width: 768px) {
    .news {
      padding: 10px; } }
  .news .scl {
    height: 330px;
    overflow-y: scroll; }
    .news .scl .news_txt {
      border-bottom: 1px dotted #e1a5b3; }
      .news .scl .news_txt b {
        font-weight: bold;
        color: #e1a5b3; }
      .news .scl .news_txt table td {
        padding: 5px !important; }
    .news .scl .blog_txt {
      border-bottom: 1px dotted #e1a5b3; }
      .news .scl .blog_txt .ttl {
        display: flex;
        align-items: center; }
        .news .scl .blog_txt .ttl b {
          font-weight: bold;
          margin-right: 10px; }
        .news .scl .blog_txt .ttl .blog_blog {
          padding: 0 5px;
          background: #f57c01;
          color: #fff;
          line-height: 1.8em; }
        .news .scl .blog_txt .ttl .blog_hanakotoba {
          padding: 0 5px;
          background: #e57373;
          color: #fff;
          line-height: 1.8em; }
        .news .scl .blog_txt .ttl .blog_colum {
          padding: 0 5px;
          background: #8bc34a;
          color: #fff;
          line-height: 1.8em; }
      .news .scl .blog_txt table td {
        padding: 5px !important; }

@media only screen and (max-width: 768px) {
  #col_main .errorbg {
    padding: 0 !important; } }

.pankuzu {
  font-size: 13px; }
  @media only screen and (max-width: 468px) {
    .pankuzu {
      display: none; } }

.anc_link {
  margin: 50px auto; }
  .anc_link td {
    width: 33%; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      .anc_link td {
        display: block !important;
        width: 100%;
        max-width: 500px;
        margin: 0 auto; } }
  .anc_link a {
    display: block;
    padding: 10px;
    background-color: #fff;
    border: 2px solid #b41e99;
    font-size: 22px;
    font-weight: bold;
    color: #b41e99;
    text-align: center;
    vertical-align: middle;
    box-shadow: 0 0 7px rgba(180, 30, 153, 0.3); }

.wrap_colum {
  margin-top: 50px;
  padding: 4%; }
  .wrap_colum .date {
    display: inline-block; }
  .wrap_colum .date + br {
    display: none; }
  .wrap_colum .icon_new {
    display: inline-block;
    margin-left: 10px;
    padding: 5px 15px;
    background: #ffc7d2;
    font-size: 13px;
    text-align: center;
    line-height: 1; }
  .wrap_colum h3 {
    margin-top: 0 !important; }
  .wrap_colum .img_l img {
    max-width: 30%;
    margin-right: 20px; }
    @media only screen and (max-width: 468px) {
      .wrap_colum .img_l img {
        max-width: 100% !important;
        margin-right: 0; } }
  .wrap_colum .img_l .t_right {
    display: block;
    text-align: right; }
    .wrap_colum .img_l .t_right a {
      display: inline-block; }

.question_01 dl {
  display: block !important;
  margin-bottom: 15px;
  line-height: normal; }
  .question_01 dl dt {
    font-weight: bold;
    padding: 10px 15px 10px 40px !important;
    background: #EEE2F6;
    border-radius: 10px;
    border: none !important;
    color: #9F4A9A;
    cursor: pointer;
    cursor: hand;
    position: relative; }
    .question_01 dl dt:before {
      content: "✻";
      display: block;
      position: absolute;
      top: 5px;
      left: 10px;
      color: #c828a0;
      font-size: 22px; }
    .question_01 dl dt:after {
      content: ">";
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 30px;
      color: #c828a0; }
  .question_01 dl dd {
    padding: 0 0 0 15px !important;
    border: none !important;
    display: none;
    margin-top: 15px;
    font-size: 16px; }
  @media only screen and (max-width: 468px) {
    .question_01 dl {
      margin-bottom: 20px; }
      .question_01 dl dt {
        padding-right: 20px !important; }
        .question_01 dl dt:after {
          right: 5px; } }

/* title */
.midashi h2 {
  color: #fff;
  line-height: 2em;
  font-size: 40px;
  font-weight: bold; }
  @media only screen and (max-width: 468px) {
    .midashi h2 {
      font-size: 20px; } }

.tdpd10 td {
  padding: 10px !important; }

.con100 {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1); }

.mg_t100 {
  margin-top: 100px; }

.img_l img {
  max-width: 30%;
  margin-right: 20px; }

/*# sourceMappingURL=common.css.map */
