@charset "utf-8";
/*-------------------------------------------------------------------

	Init

-------------------------------------------------------------------*/
html {
	font-size: 62.5%;
}
body {
	color: #333;
	font-size: 14px;
	line-height: 1.8;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: normal;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd, figure {
	margin: 0;
	padding: 0
}
ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.3;
	font-size: 1em;
}
address {
	font-style: inherit
}
a {
	color: #8b5821;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin-bottom: 1em;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
hr {
	border: none;
	height: 1px;
	background: #1c1c1c;
	margin-bottom: 1em;
}
/*-------------------------------------------------------------------
	SP
-------------------------------------------------------------------*/
@media (max-width: 767px) {
  html {
    font-size: 2.66vw;
  }
  .lower-title::after {
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100vh;
    background: url("../img/gray_back_sp.jpg") no-repeat center top;
    background-size:100% auto;
  }
}
/*-------------------------------------------------------------------
	PC
-------------------------------------------------------------------*/
@media (min-width: 768px) {
body {
	font-size: 18px;
	min-width: 1240px;
}
.lower-title::after {
  content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100vh;
  background: url("../img/gray_back_pc.jpg") no-repeat center top;
  background-size:auto auto;
}
}
/*-------------------------------------------------------------------

	Utility

-------------------------------------------------------------------*/
.u-sp-item {
	display: block !important;
}
.u-sp-item-inline {
	display: inline !important;
}
.u-pc-item, .u-pc-item-inline {
	display: none !important;
}
.u-marker {
	background: #FFFF73;
	font-style: normal;
}
.u-clr {
	clear: both;
}
.u-mb-0em {
	margin-bottom: 0 !important;
}
.u-mb-05em {
	margin-bottom: .5em !important;
}
.u-mb-1em {
	margin-bottom: 1em !important;
}
.u-mb-2em {
	margin-bottom: 2em !important;
}
.u-mb-3em {
	margin-bottom: 3em !important;
}
.u-text-center {
	text-align: center;
}
.u-text-left {
	text-align: left;
}
.u-text-right {
	text-align: right;
}
.u-text-bold {
	font-weight: bold;
}
.u-text-red {
	color: #cc0000;
}
.u-text-blue {
	color: #444654;
}
.u-text-orange {
	color: #ec652a;
}
.u-text-brown {
	color: #8e651c;
}
.u-text-pink {
	color: #ff6666 !important;
}
.u-text-purple {
	color: #6c319d;
}
.u-text-small {
	font-size: .93em;
}
.u-text-x-small {
	font-size: .86em;
}
.u-text-xx-small {
	font-size: .79em;
}
.u-text-large {
	font-size: 1.07em;
}
.u-text-x-large {
	font-size: 1.14em;
}
.u-text-xx-large {
	font-size: 1.29em;
}
.u-text-serif {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.u-text-times {
	font-family:"Times New Roman", Times, "serif";
}
.u-text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.u-replace {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.u-item-left {
	float: left;
}
.u-item-right {
	float: right;
}
.u-item-overflow-hidden {
	overflow: hidden;
}
.u-item-left.is-margin {
	margin: 0 1.5em 1em 0;
}
.u-item-right.is-margin {
	margin: 0 0 1em 1.5em;
}
.u-item-auto {
	margin-left: auto;
	margin-right: auto;
}
.u-item-left-pc,
.u-item-right-pc{
  margin: 0 auto 1em;
  text-align: center;
}
.u-figcaption-basic {
	text-align: center;
	padding-top: .5em;
}
.u-figcaption-basic.is-left {
	text-align: left;
}
.u-ul-basic, .u-ol-basic {
	padding-left: 1.5em;
	line-height: 1.5;
}
.u-ul-basic li {
	list-style-type: disc;
	padding: 0 0 .5em 0;
}
.u-ol-basic li {
	list-style-type: decimal;
	padding: 0 0 .5em 0;
}
.u-ul-basic > :last-child, .u-ol-basic > :last-child {
	padding: 0;
}
.u-ul-inline li {
	display:inline-block;
  margin:0 2em .5em 0;
}
.u-check-list li {
	margin: 0 0 .7em 0;
	padding: 0 0 0 2em;
	line-height: 1.3;
}
.u-check-list li:last-child {
	margin: 0;
}
.u-check-list li::before {
	content: "\f00c";
	display: inline-block;
	margin-left: -2em;
	width: 2em;
	color: #8e651c;
	font-family:"Font Awesome 5 Free";
    font-weight: 900;
	text-align: center;
}
.u-dl-basic dt {
	padding-left: .8em;
	margin-bottom: .5em;
	line-height: 1.4;
	font-weight: 600;
	border-left: 4px solid #ccc;
	border-radius: 2px 0 0 2px;
}
.u-dl-basic dd {
	font-size: 0.88em;
  padding-left: 1.2em;
	margin-bottom: 2em;
}
.u-dl-basic > dd > :last-child {
	margin-bottom: 0;
}
.u-dl-basic > dd:last-child  {
	margin-bottom: 0;
}
/*table*/
.u-table-basic {
	width: 100%;
	border: 1px solid #DDD;
	background: #FFF;
}
.u-table-basic th, .u-table-basic td {
	border: 1px solid #DDD;
	padding: 1em .5em;
}
.u-table-basic th {
	border: 1px solid #DDD;
	padding: 1em .5em;
	font-weight: 600;
	text-align: center;
	vertical-align: middle;
	background: #efefef;
	line-height: 1.3;
}
.u-table-basic td {
	text-align: left;
	vertical-align: top;
	line-height: 1.4;
	font-weight: 500;
}
.u-table-basic td.yen {
	text-align: right;
}
.u-table-basic td.unit {
	text-align: center;
}
.u-table-basic .emp {
	background-color: #ffeeee;
}
.u-table-basic.price td {
	vertical-align: middle;
}
.u-table-basic.diff td {
	vertical-align: middle;
  text-align: center;
}
/*button*/
.u-button-detail {
	font-size: 12px;
	line-height: 1.2;
	font-weight: 600;
}
.u-button-detail a {
	display: inline-block;
	text-decoration: none;
	color: #FFF;
	background: #d75378;
	padding: 1em 2em;
	border-bottom:2px solid #ac4260;
  border-radius: 3px;
}
.u-button-detail a::after {
	content: "\f054";
	display: inline-block;
	font-family:"Font Awesome 5 Free";
    font-weight: 900;
	margin-left: .5em;
}
.u-button-detail.is-back a::after {
	content: "\f0e2";
}
.u-button-detail.is-center {
	text-align: center;
}
.u-button-detail.is-right {
	text-align: right;
}
.u-button-detail.is-middle a {
	font-size: 1.16em;
}
.u-button-detail.is-large a {
	font-size: 1.33em;
}
.u-button-detail.is-wide a {
	display: block;
	text-align: center;
}
.u-hr-basic {
  border:none;
  height:1px;
  background-color:#DDD;
  margin-bottom:1em;
}
/*flex*/
.u-flex-basic {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.u-flex-center {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.u-flex-basic.is-2col > li,
.u-flex-basic.is-2col > div {
  width:48%;
}
/*column*/
.u-column-basic::after {
	content: "";
	display: block;
	clear: both;
}
.u-column-basic > li {
	float: left;
	line-height: 1.5;
	font-weight: 500;
}
.u-column-basic.is-2col > li {
	width: 48.0519%;
	margin-right: 3.8961%;
	margin-bottom: 1em;
}
.u-column-basic.is-2col > li:nth-child(2n) {
	margin-right: 0;
}
.u-column-basic.is-3col > li {
	width: 31.4285%;
	margin-right: 2.8571%;
	margin-bottom: 1em;
}
.u-column-basic.is-3col > li:nth-child(3n) {
	margin-right: 0;
}
.u-column-basic.is-1-2col > li {
	width: 31.4285%;
	margin-right: 2.8571%;
	margin-bottom: 1em;
}
.u-column-basic.is-1-2col > li:nth-child(2n) {
	width: 65.7142%;
	margin-right: 0;
}
.scroll {
	overflow-y: scroll;
}
.scroll::-webkit-scrollbar {
 width:8px;
}
.scroll::-webkit-scrollbar-thumb {
 background:#666;
 border-radius:4px;
}
.scroll::-webkit-scrollbar-track-piece:start {
 background:#ddd;
 border-radius:4px;
}
.scroll::-webkit-scrollbar-track-piece:end {
 background:#ddd;
 border-radius:4px;
}
/*animate*/
.a-animate {
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
}
.u-dl-career {
  line-height:1.5;
}
.u-dl-career dt {
}
.u-dl-career dd {
  padding-bottom:.5em;
}
/*-------------------------------------------------------------------
	SP
-------------------------------------------------------------------*/
@media (max-width: 767px) {
.u-spitem-w-20 {
	width: 20%;
}
.u-spitem-w-30 {
	width: 30%;
}
.u-spitem-w-40 {
	width: 40%;
}
.u-spitem-w-45 {
	width: 45%;
}
.u-spitem-w-50 {
	width: 50%;
}
.u-spitem-w-60 {
	width: 60%;
}
.u-spitem-w-70 {
	width: 70%;
}
.u-spitem-w-80 {
	width: 80%;
}
.u-spitem-w-90 {
	width: 90%;
}
.u-spitem-w-100 {
	width: 100%;
}
.u-spitem-center {
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
}

/*-------------------------------------------------------------------
	PC
-------------------------------------------------------------------*/
@media (min-width: 768px) {
.u-sp-item, .u-sp-item-inline {
	display: none !important;
}
.u-pc-item {
	display: block !important;
}
.u-pc-item-inline {
	display: inline !important;
}
/*button*/
.u-button-detail {
	font-size: 14px;
}
.u-button-detail.is-middle a {
	font-size: 1.33em;
}
.u-button-detail.is-large a {
	font-size: 1.5em;
}
.u-text-small {
	font-size: .88em;
}
.u-text-x-small {
	font-size: .77em;
}
.u-text-xx-small {
	font-size: .66em;
}
.u-text-large {
	font-size: 1.11em;
}
.u-text-x-large {
	font-size: 1.22em;
}
.u-text-xx-large {
	font-size: 1.33em;
}
.u-column-basic.is-arrow > li:first-child figure::after {
	width: 9px;
	height: 34px;
}
.u-table-basic th, .u-table-basic td {
	padding: 1em;
}
.u-item-left-pc {
  float:left;
  margin: 0 1.5em 1em 0;
}
.u-item-right-pc {
  float:right;
  margin: 0 0 1em 1.5em;
}
.u-pcitem-w-25 {
	width: 25%;
}
.u-pcitem-w-20 {
	width: 20%;
}
.u-pcitem-w-30 {
	width: 30%;
}
.u-pcitem-w-40 {
	width: 40%;
}
.u-pcitem-w-45 {
	width: 45%;
}
.u-pcitem-w-50 {
	width: 50%;
}
.u-pcitem-w-60 {
	width: 60%;
}
.u-dl-career dt {
  clear: left;
  float: left;
  width: 5em;
}
.u-dl-career dd {
  padding:0 0 1em 5em;
}
}
/*-------------------------------------------------------------------

	Header

-------------------------------------------------------------------*/
#header {
	background-color: rgba(255,255,255,0);
  padding:5px 5px 5px 2.6666%;
  min-height:50px;
  box-sizing: border-box;
}
#header h1 {
	display:none;
}
.header_logo {
  float:left;
  display:block;
	width: 191px;
	height: 40px;
  background: url(/assets/img/logo_sp.png) no-repeat left center;
  background-size:contain;
}
.menu-button,.menu-search {
	position:fixed;
  width:40px;
  height:40px;
  top:5px;
  z-index: 100;
  box-shadow: 0 0 6px 0 rgba(0,0,0,.2);
}
.menu-button {
  right:5px;
}
.menu-search {
  right:50px;
}
/*search*/
/*20221027*/
.p-form-search.sp {
  display:none;
  position:fixed;
  width:300px;
  top:50px;
  right:5px;
  z-index: 101;
  box-shadow: 0 0 6px 0 rgba(0,0,0,.2);
  box-sizing: border-box;
  border-radius: 10px;
}
.p-form-search.pc {
  display:none;
}
.p-form-search.sp.is-show {
  display:block;
}
.p-form-search .searchform-flex {
  display:flex;
}

.p-form-search .searchfield {
  display: block;
  border:1px solid #DDD;
  border-right:none;
  border-radius: 8px 0 0 8px;
  padding:.8em;
  font-size:16px;
  line-height: 1;
  flex:1;
}
.p-form-search .searchsubmit {
  display: block;
  border:1px solid #DDD;
  border-left:none;
  font-family:"Font Awesome 5 Free";
  color:#333;
  font-weight: 900;
  padding-left:1.2em;
  padding-right:1.2em;
  border-radius: 0 8px 8px 0;
  background-color:white;
}
/*20221027 end*/
/*drawer-menu*/
.drawer-menu_back {
  width: 100%;
  height: 100vh;
  transition: all 0.2s ease-out;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  z-index: 9997;
  background-color: rgba(0,0,0,.8);
}
.drawer-menu {
  width: 250px;
  height: 100vh;
  transition: all 0.2s ease-out;
  transform: translateX(250px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9998;
  background-color: #FFF;
  box-sizing: border-box;
  overflow: auto;
  padding:10px 10px 100px;
}
.drawer-menu_back.open {
  display: block;
}
.drawer-menu.open {
  transform: translateX(0);
}
.drawer-menu_list {
  border-top:1px solid #EFEFEF;
  font-size:12px;
  line-height: 1.2;
  margin-bottom:1em;
}
.drawer-menu_list > a {
  display:block;
  border-bottom:1px solid #EFEFEF;
  padding:1em 1em 1em .5em;
  background:url(/assets/img/arrow_brown.svg) no-repeat right .5em center;
  background-size:4px;
  text-decoration: none;
  color:inherit;
}
.drawer-menu_list > span {
  display:block;
  border-bottom:1px solid #EFEFEF;
  padding:1em .5em 1em;
  color:inherit;
}
.drawer-close {
  width:40px;
  margin:0 auto;
}
/*transrate*/
.lang-button li {
  width:22%;
  font-size:12px;
}
/*-------------------------------------------------------------------
	Header PC
-------------------------------------------------------------------*/
@media (min-width: 768px) {
#header {
  padding:10px 16px 16px;
  min-height:initial;
  min-height:auto;
  min-width:1100px;
  width:100%;
  z-index: 600;
  position:absolute;
  top:0;
  left:0;
}
#header h1 {
	display:block;
  font-size:11px;
  line-height: 1.2;
  margin-bottom:.3em;
  font-weight:500;
}
.header_logo {
	width: 318px;
	height: 67px;
  background: url(/assets/img/logo_pc.png?26) no-repeat left center;
  background-size:contain;
}
.header_nav {
float:right;
}
.header_nav li {
float:left;
display:table;
box-shadow:0 0 4px 0 rgba(0,0,0,0.15);
margin-right:-1px;
background:#fff;
font-weight:500;
transition: all 0.2s ease-out;
}
.header_nav li:hover {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.header_nav li:last-child {
margin-right:0px;
}
.header_nav li > a {
display:table-cell;
height:44px;
padding:0 1.5em;
font-size:12px;
line-height:1;
text-align:center;
vertical-align:middle;
text-decoration: none;
color:#333;
}
/*drawer-menu*/
.drawer-menu_back.open {
  display: none;
}
.drawer-menu.open {
  display: none;
}
/*transrate*/
.header_nav_tool {
  display:flex;
  margin-top:-20px;
  margin-bottom:10px;
  justify-content: flex-end;
}
.google_translate_pc {
  margin-left:20px;
}
/*search*/
.p-form-search.pc {
  display:block;
  width:300px;
}
.p-form-search .searchfield {
  font-size:10px;
  padding:.6em;
}
.p-form-search .searchsubmit {
  padding-left:1em;
  padding-right:1em;
  font-size:11px;
}
}
/*-------------------------------------------------------------------

	Contact

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

/*-------------------------------------------------------------------
	Contact PC
-------------------------------------------------------------------*/
@media (min-width: 768px) {

}
/*-------------------------------------------------------------------

	Contents

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

/*-------------------------------------------------------------------
	Contents PC
-------------------------------------------------------------------*/
@media (min-width: 768px) {

}
/*-------------------------------------------------------------------

	Footer

-------------------------------------------------------------------*/
.footer_menu_pc {
  display:none;
}
#footer {
  background:#fffbf8;
}
.footer_menu_sp {
  border-top:1px solid #f2eeeb;
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.footer_menu_sp a {
  width:50%;
	box-sizing: border-box;
	border-bottom:1px solid #f2eeeb;
	padding:1.4em 2em 1.2em 1em;
	font-size:12px;
	line-height: 1.1;
	font-weight: 500;
	text-decoration: none;
	color:inherit;
	background: url(/assets/img/arrow_brown.svg) no-repeat right 8px center;
	background-size:4px;
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.footer_menu_sp a:nth-child(2n-1) {
	border-right:1px solid #f2eeeb;
}
.copyright {
	font-size:9px;
	padding:3em 0 100px;
	text-align: center;
}
.side-nav {
  position: fixed;
  z-index: 100;
  transition: all 0.4s ease;
}
.side-nav--sp {
  width:100%;
  bottom:0;
  left:0;
}
.side-nav--sp li {
  height:50px;
  float:left;
}
.side-nav--sp li.rsv,
.side-nav--sp li.line,
.side-nav--sp li.tel,
.side-nav--sp li.online,
.side-nav--sp li.shop{
  width:29%;
  /*width:22%;*/
}
.side-nav--sp li.pagetop{
  width:13%;
  /*width:12%;*/
}
.side-nav--sp li a,
.side-nav--sp li span {
  display:block;
  width:100%;
  height:100%;
  text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
  background-repeat: no-repeat;
  background-position:center center;
  background-size: contain;
}
.side-nav--sp li.rsv a {
  background-color:#d75378;
  background-image:url("/assets/img/sp_side_rsv_s2.png");
}
.side-nav--sp li.line a {
  background-color:#00b900;
  background-image:url("/assets/img/sp_side_line_s2.png");
}
.side-nav--sp li.tel span {
  background-color:#8b5821;
  background-image:url("/assets/img/sp_side_tel_s2.png");
}
.side-nav--sp li.online a {
  background-color:#efefef;
  background-image:url("/assets/img/sp_side_online_s2.png");
}
.side-nav--sp li.shop a {
  background-color:#b470c0;
  background-image:url("/assets/img/n_top/sp_side_shop_s2.png");
}
.side-nav--sp li.pagetop a {
  background-color:#f1bba8;
  background-image:url(/assets/img/sp_side_pagetop.png);
}
.side-nav--sp {
  display:block;
}
.side-nav--pc {
  display:none;
}
.tel-modal {
  position: fixed;
  display:none;
  z-index: 9999;
  top:-120vh;
  left:0;
  width:100%;
  height:120vh;
  transition: all .2s ease-out;
  background-color:#f7f7f7;
  overflow: auto;
}
.tel-modal_inner {
  padding:3em;
  text-align: center;
  font-size:12px;
}
.tel-modal_title--l {
  font-size:20px;
  margin-bottom:1em;
}
.tel-modal_title--m {
  font-size:15px;
  margin-bottom:1em;
}
.tel-modal_button {
  margin-bottom:.5em;
}
.tel-modal_button a {
  display:inline-block;
  border:1px solid #DDD;
  border-radius: 6px;
  padding:1em;
  background-color:#FFF;
  line-height: 1;
  text-decoration: none;
  color:inherit;
  font-weight:600;
}
.tel-modal_button--l {
  font-size:25px;
}
.tel-modal_button--l img {
  display:inline-block;
  width:35px;
  margin-right:10px;
  vertical-align: -2px;
}
.tel-modal_button--m {
  font-size:20px;
}
.tel-modal-show {
  animation: tel-modal-animation .5s ease-out forwards;
}
@keyframes tel-modal-animation {
  0% {
    display:block;
    opacity: 0;
    top:-120vh;
  }
  100% {
    top:0px;
    opacity: 1;
  }
}

/*-------------------------------------------------------------------
	Footer PC
-------------------------------------------------------------------*/
@media (min-width: 768px) {
#footer {
  border-top:1px solid #fff1e8;
}
.footer_menu_sp {
  display:none;
}
.footer_menu_pc {
  display:block;
  width:1200px;
  margin:0 auto;
	padding-top:2.5em;
	/*padding:2.5em 5em 0;*/
  font-size:13px;
  line-height: 1;
  font-weight:500;
}
.footer_menu_pc a {
	display:inline-block;
  margin:0 2em 1.4em 0;
  color:inherit;
  text-decoration: none;
}
.footer_menu_pc a::before {
	content: "\f0da";
	display: inline-block;
	font-family:"Font Awesome 5 Free";
    font-weight: 900;
	margin-right: .5em;
}
.copyright {
	font-size:12px;
	padding:1em 0 4em;
}
.side-nav--pc {
  width:40px;
  bottom:10px;
  right:0;
}
.side-nav--pc li.rsv,
.side-nav--pc li.tel,
.side-nav--pc li.shop{
  margin-bottom:5px;
}
.side-nav--pc li.pagetop{
  width:100%;
}
.side-nav--sp {
  display:none;
}
.side-nav--pc {
  display:block;
}
}
/*-------------------------------------------------------------------

	Common

-------------------------------------------------------------------*/
.text-en {
	font-style: normal;
	font-family: Montserrat, "sans-serif";
	letter-spacing: 2px;
}
.text-noto-sans {
	font-family: 'Noto Sans JP', sans-serif;
}
.topic-path {
	margin-bottom: 2em;
	font-size: 10px;
	line-height: 1.4;
}
.topic-path li {
	display: inline-block;
	margin-bottom: .5em;
}
.topic-path li::after {
	content: "\f0da";
	display: inline-block;
	font-family:"Font Awesome 5 Free";
    font-weight: 900;

	margin: 0 1em;
}
.topic-path li:last-child::after {
	display: none;
}
.topic-path li a {
	color: inherit;
}
.topic-path li:last-child a {
	text-decoration: none;
}
.top-sns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.top-sns li {
	width:11%;
	margin:0 2%;
}
.top-sns-small {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
}
.top-sns-small li {
	width:14%;
	margin-left:2%;
}
.top-sns-small li:first-child {
	margin-left:0;
}
@media (min-width: 768px) {
.topic-path {
	font-size: 14px;
}
.top-sns li {
	width:52px;
	margin:0 15px;
}
}
/*-------------------------------------------------------------------

	Animation

-------------------------------------------------------------------*/
.a-hidden {
	opacity: 0;
	visibility: hidden;
}
.a-visible {
	opacity: 1;
	visibility: visible;
}
/*---------------basic fade---------------*/
/*fast*/
.a-fade-in {
	-webkit-animation-name: fade-in;
	-webkit-animation-duration: .5s;
	-webkit-animation-timing-function: ease-in;
	-webkit-animation-iteration-count: 1;
	animation-name: fade-in;
	animation-duration: .5s;
	animation-timing-function: ease-in;
	animation-iteration-count: 1;
}
@-webkit-keyframes fade-in {
 0% {
 opacity:0;
 visibility: hidden;
}
 100% {
 opacity:1;
 visibility: visible;
}
}
@keyframes fade-in {
 0% {
 opacity:0;
 visibility: hidden;
}
 100% {
 opacity:1;
 visibility: visible;
}
}
/*slow*/
.a-fade-in-slow {
	-webkit-animation-name: fade-in-slow;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: ease-in;
	-webkit-animation-iteration-count: 1;
	animation-name: fade-in-slow;
	animation-duration: 1s;
	animation-timing-function: ease-in;
	animation-iteration-count: 1;
}
@-webkit-keyframes fade-in-slow {
 0% {
 opacity:0;
 visibility: hidden;
}
 100% {
 opacity:1;
 visibility: visible;
}
}
@keyframes fade-in-slow {
 0% {
 opacity:0;
 visibility: hidden;
}
 100% {
 opacity:1;
 visibility: visible;
}
}
