@charset "utf-8";

/*========================================================================================================================


  ◇◆◇ レイアウト ◇◆◇
  
  1.  header
  2.  nav
  3.  contents
  4.  footer
  99. parts  
  
  
========================================================================================================================*/

/*----------------------------------------------------------------------------------------------------

  1. header
  
----------------------------------------------------------------------------------------------------*/

header {
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hd_logo {
  display: inline-block;
  background: url(../image/sg-logo_blue.svg) no-repeat left top;
  background-size: contain;
}

.no-svg .hd_logo {
  background: url(../image/sg-logo_blue.png) no-repeat left top;
}

.hd_logo a {
  margin-top: 8px;
  display: block;
}

.hd_tel {
  display: inline-block;
  padding-top: 10px;
  text-align: right;
  margin-left: auto;
}

.hd_tel .time {
  display: block;
  text-align: left;
  padding-top: 0.5rem;
  line-height: 1.4;
  color: #beaa64;
}

@media print, screen and (min-width:641px) {
  header {
    max-width: 1180px;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .hd_logo {
    height: 65px;
  }

  .hd_logo a {
    padding-left: 82px;
  }

  .hd_logo a img {
    width: 215px;
  }

  .hd_tel .time {
    font-size: 80%;
  }
}

@media screen and (max-width:640px) {
  header {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    position: relative;
    height: 95px;
  }

  .hd_logo {
    position: relative;
    height: 48px;
    margin-top: 16px;
    z-index: 2;
  }

  .hd_logo a {
    padding-left: 62px;
  }

  .hd_logo a img {
    width: 150px;
  }

  .hd_tel {
    width: 100%;
    position: absolute;
    right: 1rem;
    top: 0.25rem;
    z-index: 1;
  }

  .hd_tel_inner {
    display: inline-block;
    transform: scale(0.8);
    transform-origin: 100% 30px 0;
    white-space: nowrap;
  }

  .hd_tel .time {
    font-size: 93%;
  }
}

@media screen and (max-width:580px) {
  header {
    height: 105px;
  }

  .hd_logo {
    transform-origin: 0 5px 0;
    transform: scale(0.85);
  }

  .hd_tel_inner {
    transform: scale(0.7);
    transform-origin: 100% 20px 0;
  }
}

.hd_flex {
  display: flex;
  justify-content: flex-end;
}


/*-----------------------------------------------------------------------------------
  
  2. nav
  
-----------------------------------------------------------------------------------*/

#gNav {
  width: 100%;
  background-color: #fff;
  z-index: 99;
}

#gNav.fixed {
  position: fixed;
  top: 0;
  box-shadow: 0 6px 10px -10px rgba(0, 0, 0, 0.15);
}

#gNav ul {
  list-style: none;
  font-weight: 400;
}

#gNav li a,
#gNav li a:visited,
#gNav li a:hover {
  color: inherit;
  text-decoration: none;
}

#gNav li a:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fa82b4;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media print, screen and (min-width:641px) {
  #gNav {
    min-width: 1240px;
  }

  #gNav.fixed ul {
    font-size: 106.3%;
  }

  .ua-pc #gNav.fixed ul,
  .ua-pc #gNav.fixed li a {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  #gNav ul {
    width: 1090px;
    font-size: 112.5%;
    margin-left: auto;
    margin-right: auto;
    display: table;
  }

  #gNav li {
    display: table-cell;
    white-space: nowrap;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }

  #gNav li a {
    display: block;
    padding-top: 1em;
    padding-bottom: 1em;
    position: relative;
  }

  .ua-pc #gNav li a:hover:after,
  #gNav li.active a:after {
    -webkit-transition: scaleX(1);
    transform: scaleX(1);
  }
}

@media screen and (max-width:640px) {
  #gNav {
    min-width: 500px;
    position: relative;
    box-shadow: 0 6px 10px -10px rgba(0, 0, 0, 0.15);
  }

  #gNav ul {
    letter-spacing: -1em;
  }

  #gNav li:first-child {
    margin-left: 0.5em;
  }

  #gNav li {
    display: inline-block;
    letter-spacing: normal;
    font-size: 2.5vw;
  }

  #gNav li a {
    display: block;
    padding: 1rem 0.75em;
    position: relative;
  }

  #gNav li.active a:after {
    -webkit-transition: scaleX(1);
    transform: scaleX(1);
  }
}

@media screen and (max-width:500px) {
  #gNav li {
    font-size: 70%;
  }
}


/*----------------------------------------------------------------------------------------------------

  3. contents
  
----------------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------
  ページタイトル
-----------------------------------------------------------------------------------*/

#pgTitle {
  width: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.pgTitle_en,
.pgTitle_jpB {
  line-height: 1;
  display: block;
  color: #fa82b4;
  text-shadow: #fff 10px 10px 40px, #fff -10px 10px 40px, #fff 10px -10px 40px, #fff -10px -10px 40px;
}

.pgTitle_jpB {
  font-weight: 500;
}

.pgTitle_jp {
  display: inline-block;
  z-index: 1;
  font-size: 118.8%;
  margin-top: 0.75rem;
}

@media print, screen and (min-width:641px) {
  #pgTitle {
    height: 300px;
    padding-top: 90px;
  }

  .pgTitle_en {
    font-size: 350%;
  }

  .pgTitle_jpB {
    font-size: 250%;
    padding-top: 0.85em;
  }
}

@media screen and (max-width:640px) {
  #pgTitle {
    height: 180px;
    padding-top: 45px;
  }

  .pgTitle_en {
    font-size: 250%;
  }

  .pgTitle_jpB {
    font-size: 200%;
    padding-top: 0.75em;
  }
}


/*-----------------------------------------------------------------------------------
  見出し
-----------------------------------------------------------------------------------*/

.l-hdLine,
.l-hdLineS {
  font-weight: 500;
  line-height: 1.5;
}

.l-hdLine {
  font-size: 200%;
}

.l-hdLineS {
  font-size: 175%;
}

@media screen and (max-width:640px) {
  .l-hdLine {
    font-size: 181.2%;
  }

  .l-hdLineS {
    font-size: 156.2%;
  }
}


/*----------------------------------------------------------------------------------------------------

  4. footer
  
----------------------------------------------------------------------------------------------------*/

footer {
  color: #fff;
  background-color: #fbb0cf;
  position: relative;
}

footer a,
footer a:visited,
footer a:hover {
  color: #fff;
  text-decoration: none;
}

.ua-pc footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.ft_accessLink,
.ft_accessLink:visited,
.ft_accessLink:hover {
  color: #fff;
  text-decoration: underline;
}

.ua-pc .ft_accessLink:hover {
  color: #fff;
  text-decoration: none;
}

#ft {
  background-color: #fb9bc3;
}

.ft_hoken {
  color: #fa82b4;
  background-color: #fff;
  line-height: 1.4;
  padding: 1rem;
  box-sizing: border-box;
  text-align: center;
  font-weight: 400;
}

#ft .ft_logo img {
  width: 215px;
}

#ft address {
  display: block;
}

#ftB ul {
  list-style: none;
  letter-spacing: -1rem;
  display: inline-block;
  margin-left: -1.5rem;
}

#ftB li {
  display: inline-block;
  letter-spacing: normal;
  margin-left: 1.5rem;
}

#copyright {
  line-height: 1.5;
}

#ft .hrs_nb {
  text-align: left;
  margin-top: 0.25rem;
}

#ft .hrs_nb dt {
  float: left;
  width: 4em;
  font-weight: 500;
  padding-top: 0.75rem;
}

#ft .hrs_nb dd:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

#ft .hrs_nb dd {
  margin-left: 4em;
  padding-top: 0.75rem;
}

.ft_raikan {
  margin-top: 1rem;
}

@media print, screen and (min-width:641px) {
  #ft {
    text-align: left;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ft_ct,
  .ft_hoken {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .ft_hoken {
    margin-bottom: 40px;
    font-size: 106.3%;
  }

  #ft .ft_logo {
    padding-top: 0.5rem;
  }

  #ft address {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  #ft .ft_hrs {
    width: 570px;
    position: absolute;
    right: 0;
    top: 25px;
  }

  #ftB {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    position: relative;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  #ftB li {
    font-size: 87.5%;
    line-height: 1.5;
  }

  #copyright {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 1.75rem;
    font-size: 75%;
  }

  #copyright small {
    display: inline-block;
    margin-left: 0.5em;
  }
}

@media screen and (max-width:640px) {
  #ft {
    padding: 2.75rem 1rem 2.5rem 1rem;
  }

  .ft_hoken {
    margin-top: -0.75rem;
    margin-bottom: 2.5rem;
  }

  #ft address {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  #ft .ft_hrs {
    margin-top: 2.25rem;
  }

  #ft .hrsTbl {
    width: 580px;
  }

  .ft_raikan {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }


  #ftB {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  #copyright {
    font-size: 87.5%;
    padding-top: 1.5rem;
  }

  #copyright small {
    display: none;
  }
}

.ft_flex {
  display: flex;
}

@media screen and (max-width:640px) {
  .ft_flex {
    display: flex;
    justify-content: center;
  }
}

.ft-wrap-box a {
  display: block;
}

/*-----------------------------------------------------------------------------------
  SSL
-----------------------------------------------------------------------------------*/

.ssl {
  clear: both;
  box-sizing: border-box;
  padding-top: 1.5rem;
}

.ssl p {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  line-height: 1.6;
  font-size: 87.5%;
}

.ssl small {
  display: inline-block;
  float: left;
  margin-right: 20px;
  margin-top: -0.25rem;
}

@media screen and (max-width:640px) {
  .ssl {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .ssl small {
    float: none;
    margin-top: 0;
    margin-bottom: 0.5rem;
    margin-right: 0;
    display: block;
    text-align: center;
  }

  .ssl p {
    text-align: center;
  }
}


/*-----------------------------------------------------------------------------------
  page top
-----------------------------------------------------------------------------------*/

.page-top {
  text-align: center;
  display: none;
}

.page-top a {
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  position: relative;
}

.page-top span {
  width: 100%;
  display: block;
  text-align: center;
  padding-top: 1.5em;
}

.page-top span:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media print, screen and (min-width:641px) {
  .page-top {
    width: 80px;
    height: 80px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    font-size: 62.5%;
  }

  .page-top.fixed {
    position: fixed;
    right: 0;
    bottom: 0 !important;
    top: inherit;
  }

  .page-top span {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1em;
  }

  .page-top span:before {
    top: 0;
    border-left: 1px solid #5a5a5a;
    border-top: 1px solid #5a5a5a;
  }

  .page-top a,
  .page-top a:visited,
  .page-top a:hover,
  .ua-pc .page-top a:hover {
    color: #505050;
    text-decoration: none;
  }

  .page-top span:before {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
}

@media screen and (max-width:640px) {
  .page-top {
    width: 100%;
    font-size: 75%;
  }

  .page-top a {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .page-top span {
    padding-top: 1.75em;
  }

  .page-top span:before {
    top: 1.5rem;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
  }

  .page-top a,
  .page-top a:visited,
  .page-top a:hover,
  .ua-pc .page-top a:hover {
    color: #fff;
    text-decoration: none;
  }

  .page-top a {
    -webkit-transition: none;
    transition: none;
  }
}

@media print {
  .page-top {
    display: none !important;
  }
}


/*----------------------------------------------------------------------------------------------------

  99. parts
  
----------------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------
  ボタン
-----------------------------------------------------------------------------------*/

.l-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  box-sizing: border-box;
  border: none;
  margin: 0;
  outline: none;
  text-align: center;
  text-decoration: none;
  font-size: inherit;
  cursor: pointer;
  line-height: 1.4;
  border-radius: 2em;
  padding: 0.65em 3em;
  position: relative;
  overflow: hidden;
  -webkit-transition: background ease 0.2s, border ease 0.2s, color ease 0.1s;
  -moz-transition: background ease 0.2s, border ease 0.2s, color ease 0.1s;
  -ms-transition: background ease 0.2s, border ease 0.2s, color ease 0.1s;
  -o-transition: background ease 0.2s, border ease 0.2s, color ease 0.1s;
  transition: background ease 0.2s, border ease 0.2s, color ease 0.1s;
}

.l-btn,
.l-btn:visited,
.l-btn:hover,
.l-btn a,
.l-btn a:visited,
.l-btn a:hover {
  color: inherit;
  text-decoration: none !important;
}

@media print, screen and (min-width:641px) {
  .l-btn:before {
    content: "";
    width: 102%;
    height: 102%;
    position: absolute;
    left: -1%;
    top: -1%;
    right: -1%;
    bottom: -1%;
    z-index: -1;
    transform-origin: right top;
    transform: scale(0, 1);
  }

  .ua-pc .l-btn:before {
    -webkit-transition: transform 0.35s;
    -moz-transition: transform 0.35s;
    -ms-transition: transform 0.35s;
    -o-transition: transform 0.35s;
    transition: transform 0.35s;
  }

  .ua-pc .l-btn:hover:before,
  .ua-pc .l-btn a:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}


/* サイズ
=====================================================================================*/

.l-btn[data-size="S"] {
  padding: 0.5em 2.5em;
  font-size: 87.5%;
}

.l-btn[data-size="M"] {
  font-size: 112.5%;
}

.l-btn[data-size="L"] {
  font-size: 125%;
}


/* カラー
=====================================================================================*/

.l-btn[data-color="pink"] {
  -webkit-box-shadow: inset 0 0 0 1px #fba7ca;
  box-shadow: inset 0 0 0 1px #fba7ca;
}

.l-btn[data-color="pink"],
.l-btn[data-color="pink"]:visited,
.l-btn[data-color="pink"]:hover,
.l-btn[data-color="pink"] a,
.l-btn[data-color="pink"] a:visited,
.l-btn[data-color="pink"] a:hover {
  color: #fa82b4;
}

.l-btn[data-color="pink"]:before {
  background-color: #fb9bc3;
}

.l-btn[data-color="gold"] {
  color: #beaa64;
  -webkit-box-shadow: inset 0 0 0 1px #d1c392;
  box-shadow: inset 0 0 0 1px #d1c392;
}

.l-btn[data-color="gold"],
.l-btn[data-color="gold"]:visited,
.l-btn[data-color="gold"]:hover,
.l-btn[data-color="gold"] a,
.l-btn[data-color="gold"] a:visited,
.l-btn[data-color="gold"] a:hover {
  color: #beaa64;
}

.l-btn[data-color="gold"]:before {
  background-color: #cbbb83;
}

@media print, screen and (min-width:641px) {

  .ua-pc .l-btn[data-color="pink"]:hover,
  .ua-pc .l-btn[data-color="pink"] a:hover {
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 1px #fb9bc3;
    box-shadow: inset 0 0 0 1px #fb9bc3;
  }

  .ua-pc .l-btn[data-color="gold"]:hover,
  .ua-pc .l-btn[data-color="gold"] a:hover {
    color: #fff;
    -webkit-box-shadow: 0 0 0 1px inset #fb9bc3;
    box-shadow: 0 0 0 1px inset #cbbb83;
  }
}


/*-----------------------------------------------------------------------------------
  受付時間
-----------------------------------------------------------------------------------*/

.hrsTbl {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.hrsTbl thead th {
  color: #fff;
  text-align: center;
  background-color: #fba7ca;
  white-space: nowrap;
}

.hrsTbl th,
.hrsTbl td {
  text-align: center;
  vertical-align: middle;
  padding: 0.75rem;
  line-height: 1.4;
}

.hrsTbl thead th {
  padding: 0.5rem 0.75rem;
}

.hrsTbl thead td {
  padding: 0.75rem;
}

.hrsTbl th {
  font-weight: 300;
  padding-left: 1rem;
}

.hrsTbl tbody th,
.hrsTbl tbody td {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e6e6e6;
}

.hrsTbl thead th:last-child,
.hrsTbl tbody td:last-child {
  padding-left: 0;
}

.hrsTbl tbody td {
  width: 11%;
}

.hrsTbl tbody th .am {
  display: inline-block;
  padding-left: 0.6em;
}

.hrsTbl tbody td small {
  font-size: 75%;
  color: #fa82b4;
  white-space: nowrap;
}


/* アイコン
=====================================================================================*/

.hrs-mk {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 0.9em;
  height: 0.9em;
  margin-top: -0.2em;
  position: relative;
}

.hrs-mk[data-ic="1"] {
  border-radius: 50%;
  background-color: #fcc1da;
}

.hrs-mk[data-ic="0"]:after {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fba7ca;
  position: absolute;
  top: 0;
  left: 50%;
}


/* カラー
=====================================================================================*/

.hrsTbl[data-color="white"] {
  color: #fff;
}

.hrsTbl[data-color="white"] thead th {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.hrsTbl[data-color="white"] tbody th,
.hrsTbl[data-color="white"] tbody td {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}

.hrsTbl[data-color="white"] .hrs-mk[data-ic="1"],
.hrsTbl[data-color="white"] .hrs-mk[data-ic="0"]:after {
  background-color: #fff;
}

.hrsTbl[data-color="white"] tbody td small {
  color: #fff;
}


/*-----------------------------------------------------------------------------------
  TELアイコン
-----------------------------------------------------------------------------------*/

.l-fDial {
  line-height: 1;
}

.l-tel_no,
.l-fDial_no {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
}

.l-tel_no:before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  margin-top: -0.2em;
}

.l-tel .sdial {
  font-weight: 200;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  margin-top: 0.25em;
  line-height: 1.2;
  font-size: 75%;
}

.l-fDial_no:before {
  content: "";
  width: 1em;
  height: 0.8em;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  margin-right: 0.3em;
  margin-top: -0.2em;
}

.l-fDial2_no:before {
  content: "";
  width: 1em;
  height: 0.8em;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  margin-right: 0.3em;
  margin-top: -0.2em;
}

.l-fDial .rsv {
  vertical-align: middle;
  display: inline-block;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-top-width: 1px;
  border-top-style: solid;
  line-height: 1;
  margin-left: 0.75rem;
  margin-top: 0.25em;
  padding: 0.5em;
  font-size: 80%;
  display: flex;
  align-items: center;
}


/* サイズ
=====================================================================================*/

.l-tel[data-size="L"] .l-tel_no,
.l-fDial[data-size="L"] .l-fDial_no {
  font-size: 220%;
}

.l-tel[data-size="M"] .l-tel_no,
.l-fDial[data-size="M"] .l-fDial_no {
  font-size: 180%;
}

.l-tel .l-tel_no,
.l-fDial .l-fDial_no {
  font-size: 140%;
}


/* カラー
=====================================================================================*/

.l-fDial[data-color="white"],
.ua-pc .l-fDial[data-color="white"] a {
  color: #fff;
}

.l-fDial[data-color="white"] .rsv {
  border-color: rgba(255, 255, 255, 0.5);
}

.l-fDial[data-color="white"] .l-fDial_no:before {
  background-image: url(../image/icon/fDial_white.svg);
}

.l-fDial[data-color="white"] .l-fDial2_no:before {
  background-image: url(../image/icon/phone-solid_white.png);
}

.no-svg .l-fDial[data-color="white"] .l-fDial_no:before {
  background-image: url(../image/icon/fDial_white.png);
}


.l-fDial,
.ua-pc .l-fDial a {
  color: #beaa64;
}

.l-fDial .rsv {
  border-color: #dfd5b2;
}

.l-fDial .l-fDial_no:before {
  background-image: url(../image/icon/fDial.svg);
}

.l-fDial .l-fDial2_no:before {
  background-image: url(../image/icon/phone-solid.png);
}

.no-svg .l-fDial .l-fDial_no:before {
  background-image: url(../image/icon/fDial.png);
}

.l-tel,
.ua-pc .l-tel a {
  color: #fa82b4;
}

.l-tel .l-tel_no:before {
  background-image: url(../image/icon/tel.svg);
}

.no-svg .l-tel .l-tel_no:before {
  background-image: url(../image/icon/tel.png);
}


/*-----------------------------------------------------------------------------------
  外部リンクアイコン
-----------------------------------------------------------------------------------*/

.l-glink:after {
  display: inline-block;
  vertical-align: top;
  margin-left: 8px;
  margin-top: -0.15em;
}

.l-glink[data-color="white"]:after {
  content: url(../image/icon/glink_white.svg);
}

.no-svg .l-glink[data-color="white"]:after {
  content: url(../image/icon/glink_white.png);
}

.l-glink:after {
  content: url(../image/icon/glink.svg);
}

.no-svg .l-glink:after {
  content: url(../image/icon/glink.png);
}


/*-----------------------------------------------------------------------------------
  矢印アイコン
-----------------------------------------------------------------------------------*/

.l-ar,
ul.l-arList li a:before {
  width: 1.2em;
  height: 1.2em;
  line-height: 0;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}

.l-ar {
  margin-right: 0.35em;
  margin-bottom: 0.2em;
}

ul.l-arList li a {
  display: inline-block;
  position: relative;
  padding-left: 1.65em;
}

ul.l-arList li a:before {
  position: absolute;
  left: 0;
  top: 0.2em;
}

.l-ar[data-posi="R"] {
  margin-right: 0;
  margin-left: 0.5em;
}

ul.l-arList li a:before {
  content: "";
}


/* 方向
=====================================================================================*/

/* 左 */
.l-ar[data-drc="prev"],
ul.l-arList[data-drc="prev"] li a:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}


/* カラー
=====================================================================================*/

.l-ar[data-color="pink"],
ul.l-arList[data-color="pink"] li a:before {
  background-image: url(../image/icon/ar_pink.svg);
}

.no-svg .l-ar[data-color="pink"],
.no-svg ul.l-arList[data-color="pink"] li a:before {
  background-image: url(../image/icon/ar_pink.png);
}

.l-ar,
ul.l-arList li a:before {
  background-image: url(../image/icon/ar.svg?v=2);
}

.no-svg .l-ar,
.no-svg ul.l-arList li a:before {
  content: url(../image/icon/ar.png?v=2);
}


/*-----------------------------------------------------------------------------------
  注釈
-----------------------------------------------------------------------------------*/

span.l-annot,
small.l-annot,
b.l-annot {
  display: inline-block;
}

.l-annotList {
  list-style: none;
}

.l-annot,
.l-annotList li {
  padding-left: 1.25rem;
  padding-top: 0.25rem;
}

.l-annotList li:first-child {
  padding-top: 0;
}

.l-annot:before,
.l-annotList li:before {
  content: "※";
  margin-left: -1.25rem;
  margin-right: 0.25rem;
}


/*-----------------------------------------------------------------------------------
  リストマーク
-----------------------------------------------------------------------------------*/

.l-listMk {
  list-style: none;
}

.l-listMk li {
  padding-left: 1.25rem;
  padding-top: 0.25rem;
}

.l-listMk li:first-child {
  padding-top: 0;
}

.l-listMk li:before {
  margin-left: -1.25rem;
  margin-right: 0.25rem;
}


/* マーク
=====================================================================================*/

.l-listMk[data-type="R"] li:before {
  content: "◆";
}

.l-listMk[data-type="S"] li:before {
  content: "■";
}

.l-listMk[data-type="C"] li:before {
  content: "●";
}

.l-listMk li:before {
  content: "・";
}


/* カラー
=====================================================================================*/

.l-listMk[data-color="gold"] li:before {
  color: #cbbb83;
}

.l-listMk[data-color="pink"] li:before {
  color: #fb9bc3;
}


/*-----------------------------------------------------------------------------------
  ファイルアイコン
-----------------------------------------------------------------------------------*/

.l-file {
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  margin-top: -0.25em;
  margin-right: 0.5em;
  vertical-align: middle;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  line-height: 0;
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.l-file[data-posi="R"] {
  margin-left: 0.5em;
}

.l-file.pdf {
  background-image: url(../image/icon/pdf.svg);
}

.l-file.doc {
  background-image: url(../image/icon/doc.svg);
}

.l-file.xls {
  background-image: url(../image/icon/xls.svg);
}

.l-file.ppt {
  background-image: url(../image/icon/ppt.svg);
}

.no-svg .l-file.pdf {
  background-image: url(../image/icon/pdf.png);
}

.no-svg .l-file.doc {
  background-image: url(../image/icon/doc.png);
}

.no-svg .l-file.xls {
  background-image: url(../image/icon/xls.png);
}

.no-svg .l-file.ppt {
  background-image: url(../image/icon/ppt.png);
}


/*-----------------------------------------------------------------------------------

  ブログパターン
  
-----------------------------------------------------------------------------------*/

.glog {
  text-align: left;
}

.glog:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.glog ul,
.glog ol {
  list-style: inherit;
  margin-left: 1.25em;
  margin-left: 1.25rem;
}

.glog ol {
  list-style: decimal;
}

.glog-txt {
  box-sizing: border-box;
  word-break: break-all;
}

.glog-image-left .glog-txt {
  float: right;
}

.glog-image-right .glog-txt {
  float: left;
}

.glog-image-left .glog-img,
.glog-image-right .glog-img {
  display: inline-block;
  margin-bottom: 10px;
  box-sizing: border-box;
  margin-top: 0.25em;
  margin-top: 0.25rem;
}

.glog-image-left .glog-img {
  float: left;
  margin-right: 40px;
}

.glog-image-right .glog-img {
  float: right;
  margin-left: 40px;
}

.glog-image-center .glog-img {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}

.glog-img_cp {
  display: block;
  font-size: 87.5%;
  line-height: 1.5;
  color: #7a848c;
  padding-top: 0.5em;
  text-align: center;
}

.glog .datafile {
  margin-bottom: 1em;
  margin-bottom: 1rem;
  display: inline-block;
}

.glog b,
.glog strong {
  font-weight: 400;
}

@media print, screen and (min-width:641px) {
  .glog {
    padding-bottom: 40px;
  }
}

@media screen and (max-width:640px) {
  .glog {
    padding-bottom: 2rem;
  }

  .glog-image-center .glog-img {
    margin-bottom: 1.5rem;
    margin-top: 0.25rem;
  }

  .glog-txt {
    width: inherit !important;
  }

  .glog-image-left .glog-img,
  .glog-image-right .glog-img {
    float: none;
    display: block;
    text-align: center;
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 1.5rem;
    margin-left: 0;
    margin-right: 0;
  }
}


/*-----------------------------------------------------------------------------------
  pagination
-----------------------------------------------------------------------------------*/

.glog-pagination {
  text-align: center;
}

.glog-pagination ul {
  display: inline-block;
  list-style: none;
  margin-left: -3px;
}

.glog-pagination li {
  float: left;
  display: inline-block;
  margin: 3px;
  font-size: 87.5%;
  line-height: 1;
}

.glog-pagination li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.glog-pagination li a {
  display: block;
}

.glog-pagination li a,
.glog-pagination li a:visited,
.glog-pagination li a:hover {
  color: #fff;
  text-decoration: none;
}

.glog-pagination li span.active {
  color: #fff;
  background-color: #cbbb83;
  border-color: #cbbb83;
}

.glog-pagination li span {
  line-height: 1;
  width: 2em;
  height: 2em;
  padding-top: 0.4em;
  display: block;
  color: #beaa64;
  border: 1px solid #d1c392;
  background-color: #fff;
  box-sizing: border-box;
}

@media print, screen and (min-width:641px) {
  .glog-pagination {
    padding-top: 40px;
  }

  .glog-pagination li span {
    -webkit-transition: background ease 0.15s, border ease 0.15s, color ease 0.15s;
    transition: background ease 0.15s, border ease 0.15s, color ease 0.15s;
  }

  .glog-pagination li span.active:hover,
  .glog-pagination li span.active {
    color: #fff;
    background-color: #cbbb83;
    border-color: #cbbb83;
  }

  .glog-pagination li span:hover {
    color: #fff;
    background-color: #e3dbbe;
    border-color: #e3dbbe;
  }

  .glog-pagination li span:hover,
  .glog-pagination li span:hover a,
  .glog-pagination li a:hover {
    color: #fff;
  }
}

@media screen and (max-width:640px) {
  .glog-pagination {
    padding-top: 2rem;
  }
}


/*-----------------------------------------------------------------------------------
  非公開
-----------------------------------------------------------------------------------*/

.hnone-box {
  text-align: center;
  box-sizing: border-box;
  padding: 1.5rem;
  background-color: #fff5f9;
  border: 1px solid #fba7ca;
  color: #fa82b4;
  margin-bottom: 50px;
}

.hnone-box b {
  font-size: 146.2%;
}

@media screen and (max-width:640px) {
  .hnone-box {
    margin-bottom: 2.5rem;
  }
}

/*-----------------------------------------------------------------------------------
  調整用
-----------------------------------------------------------------------------------*/

.l-space:before {
  margin-right: 1px;
}

@media screen and (max-width:640px) {

  .l-space {
    margin-left: 0.1em;
  }

  .l-space:before {
    margin-right: 0.2em;
  }

}


.hd-l-space:before {
  margin-right: 7px;
}