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

section#mainvisual{
	width: 100%;
	height: auto;
	position:relative;
	margin-top:55px;
}

h2.menu_title{
	width:100%;
	font-size:146.5%;
	color:#333;
	letter-spacing:2px;
	background:#ebebeb;
	padding:25px;
}

h2.menu_title span{
	font-size:70%;
}

#contents{
	width:100%;
	height:auto;
	margin:0 auto 80px;
	flex: 1;
}

.gude_wrap{
	background:url(../../img/guide/main.jpg) no-repeat;
	background-size:cover;
}

.guide_box{
	background:rgba(255,255,255,0.5);
	width:100%;
	padding:30px 20px 1px;
}

.guide_title{
	width:98%;
	font-size:161.6%;
	color:#cc0033;
	letter-spacing:5px;
	border-bottom:2px solid #cc0033;
	margin-bottom:20px;
	text-align:center;
}

.guide_title span{
	font-size:70%;
}

.left{
	width:100%;
	
}

.guide_title_02{
	width:100%;
	font-size:161.6%;
	color:#140652;
	letter-spacing:5px;
	border-bottom:2px solid #140652;
	margin-bottom:20px;
	text-align:center;
}

.guide_title_02 span{
	font-size:70%;
}

.right{
	width:100%;
}

.content_list li{
	margin:0 0 30px 0;
	background:rgba(255,255,255,0.8);
}

.content_list li .btn,
.content_list li a.btn,
.content_list li button.btn {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 1px;
  color: #212529;
  border-radius: 0.5rem;
  font-size:93%;
}

.content_list li a.btn-svg {
  font-weight: 700;
  line-height: 54px;
  width: 100%;
  height: 54px;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
}

.content_list li a.btn-svg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content_list li a.btn-svg svg rect {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  stroke: #cc0033;
  stroke-width: 2;
  stroke-dasharray: 200px, 16px;
  stroke-dashoffset: 70px;
}

.content_list li a.btn-svg:hover svg rect {
  stroke-dashoffset: 284px;
}

.content_list li a.btn-svg span {
  color: #000;
}

.fa-angle-double-right{
	color:#cc0033;
	position:absolute;
	right:20px;
	top:20px;
}

.content_list_02 li{
	margin:0 0 30px 0;
	background:rgba(255,255,255,0.8);
}

.content_list_02 li .btn,
.content_list_02 li a.btn,
.content_list_02 li button.btn {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 1px;
  color: #212529;
  border-radius: 0.5rem;
  font-size:93%;
}

.content_list_02 li a.btn-svg {
  font-weight: 700;
  line-height: 54px;
  width: 100%;
  height: 54px;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
}

.content_list_02 li a.btn-svg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content_list_02 li a.btn-svg svg rect {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  stroke: #140652;
  stroke-width: 2;
  stroke-dasharray: 200px, 16px;
  stroke-dashoffset: 70px;
}

.content_list_02 li a.btn-svg:hover svg rect {
  stroke-dashoffset: 284px;
}

.content_list_02 li a.btn-svg span {
  color: #000;
}

.list_02{
	color:#140652 !important;
}

.button015{
	width:70%;
	text-align:center;
	margin:50px auto 0;
}

.button015 a {
	width:100%;
    background: #eee;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    transform: skew(-10deg, 0deg);
	font-weight:bold;
	letter-spacing:1px;
}

.button015 a span {
    transform: skewX(10deg);
}
.button015 a:before {
    content: "";
    width: 35px;
    height: 2px;
    position: absolute;
    right: -20px;
    background: #313131;
    top: 35%;
    transition: 0.3s ease-in-out;
}
.button015 a:after {
    content: "";
    width: 20px;
    height: 2px;
    position: absolute;
    right: -5px;
    background: #313131;
    top: 55%;
    transition: 0.3s ease-in-out;
}
.button015 a:hover:before, .button015 a:hover:after {
    transform: translateX(5px);
}
