/** Shopify CDN: Minification failed

Line 6:9 "UTF-8" will be used instead of unsupported charset "Shift-JIS"

**/
@charset "Shift-JIS";
@keyframes fadeIn {
		0% {opacity: 0}
		60% {opacity: 1}
	}

@-webkit-keyframes fadeIn {
		0% {opacity: 0}
		60% {opacity: 1}
	}

/* Common ���o��
----------------------------------------------------------------- */
body{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	color: #333;
}


/* �X�y�[�X */
	.m10{
		margin-bottom: 10px;
	}
	.m20{
		margin-bottom: 20px;
	}
	.m30{
		margin-bottom: 30px;
	}
	.m40{
		margin-bottom: 40px;
	}
	.m50{
		margin-bottom: 50px;
	}
	.m60{
		margin-bottom: 60px;
	}

	#page_top{
	  width: 50px;
	  height: 50px;
	  position: fixed;
	  right: 0;
	  bottom: -50px;
	  background: #a48f64;
	  opacity: 0.6;
	  border-radius: 50%;
	}
	#page_top a{
	  position: relative;
	  display: block;
	  width: 50px;
	  height: 50px;
	  text-decoration: none;
	}
	#page_top a::before{
	  font-family: 'Font Awesome 5 Free';
	  font-weight: 900;
	  content: '\f102';
	  font-size: 25px;
	  color: #fff;
	  position: absolute;
	  width: 25px;
	  height: 25px;
	  top: -15px;
	  bottom: 0;
	  right: 0;
	  left: 0;
	  margin: auto;
	  text-align: center;
	}

	.clearfix:after {
	  content: "";
	  clear: both;
	  display: block;
	}

th,td {
	padding: 7px;
}

td a {
	border-bottom: 1px dashed black;
  transition: all 0.5s;
} 

td a:hover{
	opacity: 0.5;
    transition: all 0.5s;
}


@media screen and (max-width:767px) {
	th {
	width: 110px;
}
}





/* ==========================================================================
�X�}�[�g�t�H�� CSS
========================================================================== */
@media screen and (max-width:767px) {
	
	.respon18{
		margin-top: -110px;
	}
	
	.guidetab .nav-tabs {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -moz-box;
	  display: -ms-flexbox;
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: center;
		width: 100%;
	  align-items: center;
		border: none;
	}
	
	.index-boder{
		height: 2px;
		background: #333;
		width: 70px;
		margin: 10px auto 0;
	}
	
	.nav-tabs{
		margin-bottom: 30px;
	}

	.guidetab .nav-tabs .nav-item {
	  margin: 3px;
		min-width: 170px;
		text-align: center;
		display: inline-block;
	}

	.guidetab .nav-item a {
		display: table-cell;
		vertical-align: middle;
		height: 55px;
		min-width: 170px;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 14px;
		color: #333;
		line-height: 1.4em;
		letter-spacing: 1px;
		border-radius: 0px;
		border: 1px solid #333;
		-webkit-transition: all 0.2s;
		-o-transition: all 0.2s;
		-moz-transition: all 0.2s;
		transition: all 0.2s;
	}

	.guidetab .nav-item a.active {
	  color: #fff;
	  border-color: black;
		background: black;
		border: 1px solid black;
	}

	.guidetab .nav-item a:hover {
	  color: #fff;
	  border-color: black;
		background: black;
		border: 1px solid black;
	}
	
	.p-tb-50{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.tab-pane{
		max-width: 1100px;
		margin: 0 auto;
	}
	
	.tab-pane h4{
		font-size:20px;
		font-weight: 800;
		text-align: center;
		color: #333;
		width: 100%;
	}
	
	.tab-pane h5{
		font-size:18px;
		font-weight: 700;
		color: #333;
		width: 100%;
		background: #E3E3E3;
		padding: 15px;
		margin: 30px 0 20px;
	  
	}
	
	.tab-pane .anchor{
		color: #333;
		-webkit-transition: all 0.2s;
		-o-transition: all 0.2s;
		-moz-transition: all 0.2s;
		transition: all 0.2s;
	}
	.tab-pane .anchor:hover{
		color: #a48f64;
	}
	
	.tab-pane ul{
		margin-top: 20px;
	}
	.tab-pane .list1{
		display: inline-block;
		width: 90%;
		vertical-align: top;
		text-align: center;
		font-size: .9rem;
		padding: 5px 5px 5px 15px;
		margin: 0 5px;
		text-align: center;
	}
	.tab-pane .list2{
		display: inline-block;
		width: 45%;
		vertical-align: top;
		text-align: left;
		font-size: .9rem;
		padding: 5px 5px 5px 10px;
		margin: 0 5px;
		text-align: left;
	}
	
	.tab-pane li:before{
	content:  "";     /* ��̗v�f�쐬 */
    width:  3px;               /* ���w�� */
    height:  3px;              /* �����w�� */
    display:  inline-block;     /* �C�����C���u���b�N�ɂ��� */
    background-color: #333;  /* �w�i�F�w�� */
    border-radius:  50%;
	position:  relative;        /* �ʒu���� */
    top: -3px;                  /* �ʒu���� */
    margin-right: 5px;          /* �]���w�� */
	}
	
	.tab-pane p{
		padding: 0 15px;
		line-height: 1.5em;
	}
	.tab-pane .text-bold{
		font-weight: 700;
	}
	.tab-pane .text-red{
		color: #FF0000;
	}
	.tab-pane .border-p{
		margin: 10px;
		padding: 10px;
		border: 1px #333 solid;
	}
	.tab-pane .border-p2{
		margin: 35px;
		padding: 10px;
		border: 1px #333 solid;
	}
    .tab-pane .border-p3{
		margin: 10px;
		padding: 10px;
		border: 1px #333 solid;
	}
	.tab-pane .img-p{
		text-align: center;
	}
	.tab-pane .img-p img{
		width: 100%;
	}
	.tab-pane .img-p2{
		text-align: center;
	}

}

/* ==========================================================================
�^�u���b�g CSS
========================================================================== */
@media screen and (min-width: 768px) and (max-width: 991px) {

	.respon18{
		margin-top: -110px;
	}
	
	.guidetab .nav-tabs {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -moz-box;
	  display: -ms-flexbox;
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: center;
		width: 100%;
	  align-items: center;
		border: none;
	}
	
	.index-boder{
		height: 2px;
		background: #333;
		width: 70px;
		margin: 10px auto 0;
	}
	
	.nav-tabs{
		margin-bottom: 30px;
	}

	.guidetab .nav-tabs .nav-item {
	  margin: 3px;
		min-width: 180px;
		text-align: center;
		display: inline-block;
	}

	.guidetab .nav-item a {
		display: table-cell;
		vertical-align: middle;
		height: 55px;
		min-width: 180px;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 14px;
		color: #333;
		line-height: 1.4em;
		letter-spacing: 1px;
		border-radius: 0px;
		border: 1px solid #333;
		-webkit-transition: all 0.2s;
		-o-transition: all 0.2s;
		-moz-transition: all 0.2s;
		transition: all 0.2s;
	}

	.guidetab .nav-item a.active {
	  color: #fff;
	  border-color: black;
		background: black;
		border: 1px solid black;
	}

	.guidetab .nav-item a:hover {
	  color: #fff;
	  border-color: black;
		background: black;
		border: 1px solid black;
	}
	
	.p-tb-50{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.tab-pane{
		max-width: 1100px;
		margin: 0 auto;
	}
	
	.tab-pane h4{
		font-size:20px;
		font-weight: 800;
		text-align: center;
		color: #333;
		width: 100%;
	}
	
	.tab-pane h5{
		font-size:18px;
		font-weight: 700;
		color: #333;
		width: 100%;
		background: #E3E3E3;
		padding: 15px;
		margin: 30px 0 20px;
	  
	}
	
	.tab-pane .anchor{
		color: #333;
		-webkit-transition: all 0.2s;
		-o-transition: all 0.2s;
		-moz-transition: all 0.2s;
		transition: all 0.2s;
	}
	.tab-pane .anchor:hover{
		color: #a48f64;
	}
	
	.tab-pane ul{
		text-align: right;
		margin-top: 20px;
	}
	.tab-pane .list1{
		display: inline-block;
		width: 90%;
		vertical-align: top;
		text-align: left;
		font-size: .9rem;
		padding: 5px 5px 5px 15px;
		margin: 0 5px;
		text-align: left;
	}
	.tab-pane .list2{
		display: inline-block;
		width: 45%;
		vertical-align: top;
		text-align: left;
		font-size: .9rem;
		padding: 5px 5px 5px 10px;
		margin: 0 5px;
		text-align: left;
	}
	
	.tab-pane li:before{
	content:  "";     /* ��̗v�f�쐬 */
    width:  3px;               /* ���w�� */
    height:  3px;              /* �����w�� */
    display:  inline-block;     /* �C�����C���u���b�N�ɂ��� */
    background-color: #333;  /* �w�i�F�w�� */
    border-radius:  50%;
	position:  relative;        /* �ʒu���� */
    top: -3px;                  /* �ʒu���� */
    margin-right: 5px;          /* �]���w�� */
	}
	
	.tab-pane p{
		padding: 0 15px;
		line-height: 1.5em;
	}
	.tab-pane .text-bold{
		font-weight: 700;
	}
	.tab-pane .text-red{
		color: #FF0000;
	}
	.tab-pane .border-p{
		width: 40%;
		margin: 20px;
		padding: 10px;
		border: 1px #333 solid;
	}
	.tab-pane .border-p2{
		width: 60%;
		margin: 20px;
		padding: 10px;
		border: 1px #333 solid;
	}
    .tab-pane .border-p3{
		width: 90%;
		margin: 20px;
		padding: 10px;
		border: 1px #333 solid;
	}
	.tab-pane .img-p{
		text-align: center;
	}
	.tab-pane .img-p2{
		text-align: center;
	}
}

/* ==========================================================================
�p�\�R�� CSS
========================================================================== */
@media screen and (min-width: 992px) {
	.guidetab .nav-tabs {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -moz-box;
	  display: -ms-flexbox;
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: center;
		width: 100%;
	  align-items: center;
		border: none;
	}
	
	.index-boder{
		height: 2px;
		background: #333;
		width: 90px;
		margin: 10px auto 0;
	}
	
	.nav-tabs{
		margin-bottom: 30px auto;
	}

	.guidetab .nav-tabs .nav-item {
	  margin: 5px;
		width: 170px;
		text-align: center;
		display: inline-block;
	}

	.guidetab .nav-item a {
		display: table-cell;
		vertical-align: middle;
		height: 70px;
		width: 170px;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 14px;
		color: #333;
		line-height: 1.5em;
		letter-spacing: 1px;
		border-radius: 0px;
		border: 1px solid #333;
		-webkit-transition: all 0.2s;
		-o-transition: all 0.2s;
		-moz-transition: all 0.2s;
		transition: all 0.2s;
		cursor:pointer;
	}

	.guidetab .nav-item a.active {
	  color: #fff;
	  border-color: black;
		background: black;
		border: 1px solid black;
		
	}

	.guidetab .nav-item a:hover {
	  color: #fff;
	  border-color: black;
		background: black;
		border: 1px solid black;
	}
	
	.tab-pane{
		max-width: 1100px;
		margin: 0 auto;
	}
	
	.tab-pane h4{
		font-size:26px;
		font-weight: 800;
		text-align: center;
		color: #333;
		width: 100%;
	}
	
	.tab-pane h5{
		font-size:18px;
		font-weight: 700;
		color: #333;
		width: 100%;
		background: #E3E3E3;
		padding: 15px;
		margin: 40px 0 20px;
	}
	
	.tab-pane .anchor{
		color: #333;
		-webkit-transition: all 0.2s;
		-o-transition: all 0.2s;
		-moz-transition: all 0.2s;
		transition: all 0.2s;
	}
	.tab-pane .anchor:hover{
		color: #a48f64;
	}
	
	.tab-pane ul{
		text-align: right;
		margin-top: 40px;
	}
	.tab-pane li{
		display: inline-block;
		width: 45%;
		text-align: left;
		font-size: .9rem;
		padding: 10px 20px;
		margin: 0 5px;
		border-radius: 30px;
	}
	
	.tab-pane p{
		padding: 0 25px;
		line-height: 1.5em;
	}
	.tab-pane .text-bold{
		font-weight: 700;
	}
	.tab-pane .text-red{
		color: #FF0000;
	}
	.tab-pane .border-p{
		width: 30%;
		margin-left: 30px;
		padding: 10px;
		border: 1px #333 solid;
	}
	.tab-pane .border-p2{
		width: 40%;
		margin-left: 30px;
		padding: 10px;
		border: 1px #333 solid;
	}
    .tab-pane .border-p3{
		width: 90%;
		margin-left: 30px;
		padding: 10px;
		border: 1px #333 solid;
	}
	.tab-pane .img-p{
		text-align: center;
	}
	.tab-pane .img-p2{
		width: 60%;
	}
	
}
