@charset "UTF-8";
/*-----     サイト共通スタイル -----
.fixed-top{
        position: relative;
}
*/
/*PC・タブレット・スマホ共通設定
 ---------------------------------------------------------------------------*/
/* mobile first*/
/* For Bootstrap4 Breakpoints  */
/* For Bootstrap4 Breakpoints  End */
/* ----
// * ex) @include text-stroke(2, #fff);
---- */
/* font-family */
body {
  font-family: Meiryo, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, sans-serif;
  font-size: 1rem; }

.bg_image_top {
  position: relative;
  overflow: hidden;
  background: url(../img/topimg_back_02.png), url(../img/ricepaper2.jpg);
  background-repeat: repeat-y, repeat; }
  @media (min-width: 1440px) {
    .bg_image_top {
      /*
    height:700px;

     */ } }

.bg_image {
  position: relative;
  overflow: hidden;
  padding-top: 150px;
  /*
  background: url(../../img/main_image_02.jpg) no-repeat 0 0,linear-gradient(0deg, rgba(79, 162, 254, 0.14) 95%, rgba(79, 162, 254, 1) 100%);

   */
  background-image: url(../img/main_image_02.jpg), url(../img/ricepaper2.jpg);
  background-repeat: no-repeat, repeat;
  background-position: 0 0, 0 0;
  background-size: contain, auto; }
  @media (min-width: 320px) {
    .bg_image {
      padding-top: 200px; } }
  @media (min-width: 480px) {
    .bg_image {
      padding-top: 250px; } }
  @media (min-width: 544px) {
    .bg_image {
      padding-top: 100px; } }
  @media (min-width: 768px) {
    .bg_image {
      /*
    padding-top: 0;

  */ } }

.sectionStyle {
  margin-bottom: 40px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Meiryo, 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500; }

h2 {
  font-size: 1.5rem;
  font-weight: normal; }
  @media (min-width: 480px) {
    h2 {
      font-size: 1.6rem; } }

.h3, h3 {
  font-size: 1.3rem; }

/* link */
a {
  color: #142551; }

.nav-link {
  color: #142551; }

/* header menu */
.Gnav {
  background-color: white; }

.Gnav .nav-item {
  font-size: 0.9rem; }

.navbar, .navbar-brand {
  margin-bottom: 0; }

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(000,000,000, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

.custom-toggler .navbar-toggler {
  /*
   border-color: rgb(222, 222, 222);

   */
  background: rgba(255, 255, 255, 0.7);
  padding: .25rem .05rem; }
  @media (min-width: 544px) {
    .custom-toggler .navbar-toggler {
      padding: .25rem .25rem; } }

.Gnav .navbar-collapse ul {
  padding-left: 1rem; }

.Title_width {
  max-width: 280px; }
  @media (min-width: 1200px) {
    .Title_width {
      max-width: unset; } }

.flex-container {
  display: flex;
  flex-direction: column; }

.nav_background {
  position: relative;
  z-index: 10;
  line-height: 1;
  /*
 background: rgba(255,255,255,0.7);

   */ }

/* header SiteTitle */
.navbar-brand.SiteTitle {
  margin-right: 0; }
  @media (min-width: 544px) {
    .navbar-brand.SiteTitle {
      margin-right: 1rem; } }

a .SiteTitle div {
  text-decoration: none !important; }

.bordernone {
  text-decoration: none !important;
  /*
  border-bottom:none;

   */ }

.SiteTitle__sub {
  font-size: 0.7rem; }
  @media (min-width: 320px) {
    .SiteTitle__sub {
      font-size: 0.8rem; } }
  @media (min-width: 480px) {
    .SiteTitle__sub {
      font-size: 0.9rem; } }

.SiteTitleBlock {
  display: flex;
  align-items: flex-start; }

.SiteTitle__title {
  font-size: 1.1rem;
  font-weight: bold; }

.SiteTitle__image img {
  margin-left: 0.2rem;
  max-width: 25px;
  vertical-align: baseline; }

.tsunagu_logo {
  max-width: 130px; }

/* Page Common Style*/
.PageWrap {
  /*
  @include screen-mq(sm) {
    padding-top: 3.5rem;
  }
  */ }

.guide {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.breadcrumb {
  padding: 3px 15px 0;
  margin-top: 1rem;
  font-size: 0.9rem;
  background-color: rgba(255, 255, 255, 0.8);
  /*
  @include screen-mq(md) {
    margin-top: 4rem;

  }
  */ }
  @media (min-width: 480px) {
    .breadcrumb {
      margin-top: 2rem; } }

@media screen and (min-width: 544px) and (max-width: 767px) {
  .breadcrumb {
    background: rgba(255, 255, 255, 0.8); } }

.ContainerWrap {
  position: relative;
  background: rgba(255, 255, 255, 0.73);
  border-radius: 10px;
  margin-bottom: 3rem;
  padding: 1rem 0.5rem;
  overflow: visible; }
  @media (min-width: 480px) {
    .ContainerWrap {
      padding: 30px 30px 0px;
      /*
    margin-top: 30px;
     */
      margin-bottom: 80px; } }

.SectionWrap .PageContents {
  background: #fff;
  padding: 1rem 0.5rem; }

/* section共通 */
.SectionWrap {
  /*
      margin-top:-2rem;
   */
  padding-top: 0;
  padding-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .SectionWrap {
      margin-top: 2rem; } }
  @media (min-width: 992px) {
    .SectionWrap {
      padding-bottom: 3rem; } }

.H1TitleWrap {
  background-image: url(../img/topimg_catchback04.png);
  position: relative;
  /*
    background:url(../../img/topimg_catchback03.png) #fff;
   */
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 80px;
  padding: 3px;
  margin-bottom: 1rem;
  z-index: 1; }
  @media (min-width: 992px) {
    .H1TitleWrap {
      background-size: 80px; } }

.H1Title {
  background-image: linear-gradient(90deg, white 0%, rgba(172, 196, 236, 0.78) 100%);
  border-radius: 6px;
  padding: 0.7rem 1rem 0.7rem; }
  @media (min-width: 768px) {
    .H1Title {
      /*
    padding-top: 0;
     */ } }

.H1Title__text {
  font-size: 1.8rem;
  margin-bottom: 0;
  text-align: center;
  padding-top: 5px; }
  @media (min-width: 768px) {
    .H1Title__text {
      text-align: left; } }

/*
.H2Title__text{
    background-color: rgba(193,235,250,.4);
    border-radius: 10px;
    padding: 0.8rem;
    @include screen-mq(xl) {
        background-color: transparent;
    }
}
*/
.-titleborder {
  display: inline-block;
  margin: -5px 0 -5px 0;
  padding: 0 10px; }
  @media (min-width: 768px) {
    .-titleborder {
      border-left: #4c6189 6px solid; } }

.section-headline {
  padding: 0.8rem; }
  @media (min-width: 768px) {
    .section-headline {
      padding: 2rem; } }

.sec-head {
  font-weight: bold; }

/* footer */
.FooterMenu {
  background: rgba(255, 255, 255, 0.73); }

.FooterMenu li a {
  display: inline-block;
  padding: 0 8px 15px 0px; }

.Contact span {
  background: #eee;
  padding: 5px 20px;
  border-radius: 30px;
  display: inline-block;
  margin-top: 5px; }

@media (min-width: 544px) {
  .Footer {
    background: url(../img/top_img013.png) no-repeat right bottom, url(../img/top_img013.png) no-repeat left bottom;
    background-size: 30%; } }

.Footer hr {
  margin-top: 0;
  margin-bottom: 0; }

.Footer .logo_image {
  max-width: 60px;
  padding-top: 10px; }

.CopyRight {
  margin: 2rem 1rem 5rem;
  padding: 1rem; }

/* Page-Top -- */
.page-top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #151c49;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 2000; }

.page-top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  text-align: center; }

.page-top a::before {
  content: '\025b2';
  font-weight: 900;
  font-size: 20px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 10px;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: auto; }

.TitleText_01 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 1rem;
  padding-left: 0.5rem; }

.TitleText_02 {
  position: relative;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 1rem;
  margin-left: 0.5rem;
  padding-left: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: #ccc thin dotted; }

.TitleText_02::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 30px;
  background-color: #0097A7;
  position: absolute;
  top: 0px;
  left: -10px; }

.InfoText_01 {
  font-weight: bold;
  color: #7a1537; }

.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 30px;
  color: #073053;
  vertical-align: middle;
  text-decoration: none;
  font-size: 0.9375rem;
  /*
  font-weight: bold;

   */ }

.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 10px;
  content: "";
  vertical-align: middle; }

.arrow01::before {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #db096a; }

.arrow01::after {
  left: 3px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg); }

.arrow02 {
  position: relative;
  display: inline-block;
  padding: 0 0 0 30px;
  color: #db096a;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px; }

.arrow02::before,
.arrow02::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 10px;
  content: "\0bb";
  vertical-align: middle; }

.arrow02-1 {
  position: relative;
  list-style: none;
  padding: 0 0 15px 30px;
  color: #000;
  vertical-align: middle;
  text-decoration: none; }

.arrow02-1::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 10px;
  content: "\0bb";
  vertical-align: middle; }

.Course .arrow::before {
  margin: auto 0; }

.LinkButton02 {
  background: #222f57;
  border-radius: 30px;
  padding: 5px 15px 5px 30px !important;
  /* border: #056398 thin dotted; */
  font-size: 1rem; }

.Course .LinkButton02 {
  padding: 5px 10px 5px 10px !important; }

a.LinkButton02.arrow.arrow01 {
  color: #fff; }

a.LinkButton02.arrow.arrow01::before {
  background: #fff; }

a.LinkButton02.arrow.arrow01::after {
  border-top: 2px solid #517772;
  border-right: 2px solid #517772; }

.LinkButton05 {
  margin-top: 10px;
  margin-left: 8px;
  border-radius: 30px;
  padding: 10px 10px 8px 30px !important;
  border: #3569a0 thin solid; }

a.LinkButton05.arrow.arrow01 {
  /* color: #fff; */ }

a.LinkButton05.arrow.arrow01::before {
  background: #3569a0; }

a.LinkButton05.arrow.arrow01::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff; }

.LinkButton06 {
  /*
  width:250px;

   */
  font-size: 0.9375rem; }

.Info {
  position: relative;
  border: none;
  border-radius: 10px;
  padding: 0;
  /*
  background:url(../../../img/kamakura_image.jpg) no-repeat 0 0 ;

 */ }
  @media (min-width: 480px) {
    .Info {
      border: #ccc 1px dotted;
      padding: 2rem 2rem 3rem; } }
  @media (min-width: 768px) {
    .Info {
      padding: 2rem 2rem 5rem; } }

.Info__image {
  /*
 background: url(../img/image_09.png) no-repeat 150% 120%;

   */ }

.Info ol {
  margin-top: 15px;
  margin-bottom: 15px; }

.Info__text {
  font-size: 0.9rem;
  color: #4e781d;
  margin-left: 30px; }

/*   */
.Padding_infotext {
  padding: 1rem;
  margin-bottom: 1rem; }

.BlockStyle_01 {
  border: #ccc thin dotted;
  border-radius: 10px;
  padding: 0.5rem; }
  @media (min-width: 544px) {
    .BlockStyle_01 {
      padding: 2rem 2rem 1.5rem; } }

.Tab {
  border-bottom: #ccc thin dotted; }
  @media (min-width: 480px) {
    .Tab {
      border: none; } }

.Tab .nav-link {
  padding: .5rem; }
  @media (min-width: 480px) {
    .Tab .nav-link {
      padding: .5rem 1rem; } }

/* URL改行 */
.textbreak {
  word-break: break-all; }

.textbreak02 {
  white-space: normal; }

/* table 改行禁止*/
.Table_Cell_Nowrap {
  white-space: nowrap; }

/* Line-height */
.LineHeight_1rem {
  line-height: 1rem; }

/* form button parts style*/
.Bgroup::after {
  content: "";
  display: block;
  clear: both; }

@media (min-width: 544px) {
  .jkind, .ekind {
    width: 50%;
    float: left; } }

@media (min-width: 768px) {
  .jkind02 {
    width: 50%;
    float: left; } }

input[type=radio].button_padding {
  margin: 5px 3px 5px 10px; }

.Calc .form-control {
  width: 60px;
  padding: .375rem; }

/* 奇数で改行
input{display: inline;}
input:nth-of-type(4n)::before {
   content:"\d\a";white-space: pre;
}

 */
/* フォームパーツはみ出し対策*/
.BorderBox {
  box-sizing: border-box; }

/* bootstrap button color */
.btn-primary {
  background-color: #224676;
  border: none; }

.bg-success {
  background-color: #17a2b8 !important; }

.alert-danger {
  color: #721c24;
  background-color: #ffeff0;
  border-color: #f5c6cb; }

.btn-how {
  background-color: #849194; }

.alert-warning {
  background-color: rgba(225, 225, 225, 0.67); }

.alert-success {
  background-color: rgba(233, 249, 240, 0.65); }

.bg-lightcyan {
  background: rgba(160, 202, 255, 0.45); }

.bg-navy {
  color: #224676; }

.bg-navy224676 {
  background-color: #224676; }

.text-color01 {
  color: #db096a; }

.text-color02 {
  color: #ccc; }

.text-color03 {
  color: #3569a0; }

.fs-info {
  font-size: 0.9rem; }

/* icon image */
.icon_image01 {
  background: url(../img/topimg_catchback02.png) no-repeat left bottom;
  background-size: contain; }

.icon_image02 {
  background: url(../img/topimg_catchback03.png) no-repeat right bottom;
  background-size: 80px; }

/* icon image filter */
.icon_filter01 {
  -webkit-filter: grayscale(60%);
          filter: grayscale(60%);
  /*
  filter: sepia(40%);
  filter:hue-rotate(25deg);
  filter: saturate(50%);
  filter: brightness(150%);
   */ }

.icon_filter02 {
  -webkit-filter: grayscale(30%);
          filter: grayscale(30%); }

.icon_filter03 {
  -webkit-filter: hue-rotate(180deg);
          filter: hue-rotate(180deg); }

.icon_filter04 {
  -webkit-filter: hue-rotate(270deg);
          filter: hue-rotate(270deg); }

/* topへ */
#pagetop {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #6d787a;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 1000; }

#pagetop a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  text-align: center; }

#pagetop a::before {
  content: '\025b2';
  font-weight: 900;
  font-size: 20px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 10px;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: auto; }

/* Photo style */
.container-item-img {
  position: relative; }

.container-item-img img {
  display: block;
  height: 230px;
  font-family: 'object-fit: cover';
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #ccc; }

/* search box */
.TextSearchBox {
  margin-left: auto;
  margin-right: auto;
  padding: 10px 24px;
  max-width: 800px;
  /*
  background: pink;

   */ }

.TextSearchBox img {
  max-width: 22px;
  height: auto;
  display: block; }

.TextSearchBox button {
  background-color: transparent; }

.Box {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  border: #ccc thin solid;
  border-radius: 30px; }

.Box-SearchInput {
  border-radius: 4px;
  border: none;
  width: 100%;
  height: 45px;
  letter-spacing: 0.1em;
  padding-left: 20px;
  padding-right: 55px;
  background: transparent;
  color: #000;
  font-size: 14px; }

.Box-SearchInput_02 {
  border-radius: 4px;
  border: none;
  height: 45px;
  letter-spacing: 0.1em;
  padding-left: 20px;
  padding-right: 55px;
  background: transparent;
  color: #000;
  font-size: 14px; }

.Box-SearchInput_03 {
  border-radius: 30px;
  height: 45px;
  letter-spacing: 0.1em;
  padding-left: 10px;
  padding-right: 10px;
  background: transparent;
  color: #000;
  padding-top: 11px;
  border: #ccc thin solid;
  text-align: center;
  font-size: 14px; }

.Box-SearchInput_03 a {
  vertical-align: middle; }

@media screen and (max-width: 540px) {
  .Box-SearchInput {
    height: 45px;
    padding-right: 45px;
    font-size: 12px; } }

.Box-Btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  border: none;
  border-radius: 0 4px 4px 0;
  /*
     background: #2f2e2e;
  */
  vertical-align: middle; }

@media screen and (max-width: 540px) {
  .Box-Btn {
    width: 45px;
    height: 45px;
    line-height: 45px; } }

.Box-Btn-Icon {
  margin-left: auto;
  margin-right: auto;
  width: 19px;
  height: 19px; }

/* button style */
.arrow_box {
  position: relative;
  max-width: 630px;
  background-color: #1c98a4;
  padding: 10px 20px;
  text-align: left;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  /*
  text-shadow:0px 0px 0px #FFFFFF ;
   */
  color: #fff;
  box-shadow: 2px 2px 2px 2px rgba(10, 10, 10, 0.1); }

.arrow_box:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 153, 255, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 6px;
  border-right-width: 6px;
  margin-left: -6px;
  border-top-color: #1c98a4;
  top: 100%;
  left: 15%; }

/* link style */
.LinkStyle {
  color: #0071BC;
  border-bottom: #0071BC thin solid; }

/*  マーカーライン */
.marker_lime {
  text-decoration: underline;
  /* 下線 */
  text-decoration-thickness: 0.5em;
  /* 線の太さ */
  -webkit-text-decoration-color: rgba(249, 191, 217, 0.6);
          text-decoration-color: rgba(249, 191, 217, 0.6);
  /* 線の色 */
  text-underline-offset: -0.2em;
  /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none;
  /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */ }

.marker_lime02 {
  background: linear-gradient(#fff 15%, #c1f1ee 20%, #b6ffe7 40%, #fff 50%);
  margin: 0px 50px 0px 50px;
  padding-bottom: 10px; }

.marker_line03 {
  text-decoration: underline;
  /* 下線 */
  text-decoration-thickness: 0.5em;
  /* 線の太さ */
  -webkit-text-decoration-color: rgba(193, 235, 250, 0.7);
          text-decoration-color: rgba(193, 235, 250, 0.7);
  /* 線の色 */
  text-underline-offset: -0.2em;
  /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none;
  /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */ }

.marker_lime04 {
  text-decoration: none; }
  @media (min-width: 1200px) {
    .marker_lime04 {
      text-decoration: underline;
      /* 下線 */
      text-decoration-thickness: 0.5em;
      /* 線の太さ */
      -webkit-text-decoration-color: rgba(253, 221, 234, 0.55);
              text-decoration-color: rgba(253, 221, 234, 0.55);
      /* 線の色 */
      text-underline-offset: -0.2em;
      /* 線の位置。テキストに重なるようにやや上部にする */
      text-decoration-skip-ink: none;
      /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */ } }

.marker_lime05 {
  text-decoration: none; }
  @media (min-width: 1200px) {
    .marker_lime05 {
      text-decoration: underline;
      /* 下線 */
      text-decoration-thickness: 0.5em;
      /* 線の太さ */
      -webkit-text-decoration-color: rgba(193, 235, 250, 0.7);
              text-decoration-color: rgba(193, 235, 250, 0.7);
      /* 線の色 */
      text-underline-offset: -0.2em;
      /* 線の位置。テキストに重なるようにやや上部にする */
      text-decoration-skip-ink: none;
      /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */ } }

.Login .form-group {
  margin-bottom: 1.5rem; }

.Login label {
  margin-bottom: 0.5rem; }

/* ----------list style ----------*/
.nomark ul li {
  list-style: none; }

/* ----------印刷時に適用するスタイル ----------*/
@media print {
  /* 全体設定 */
  body, embed, html {
    height: auto; }
  body {
    -webkit-column-break-inside: avoid;
            break-inside: avoid;
    width: 100%;
    /* 印刷時の全ページ幅を統一（px数値はお好みで） */
    zoom: 0.8;
    /* なるべく多くのブラウザで切れないようにするため */
    /* for chrome bootstrapのデフォルトがA3のため */
    min-width: auto !important; }
  .container, .PageWrap, .ContainerWrap {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    max-width: none !important; }
  header, .FooterMenu, .Footer, p.page-top {
    display: none; } }

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

div#gt_float_wrapper{
  display: none;
}

