@charset "utf-8";

body {
	margin: 0px;
}

p {
	font-size: 18px;
}

.inner {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 11%;
}

.page_ttl_wrap {
    background: url(../img/for_visit/visit_top_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
	text-align: center;
}

.page_ttl {
    border-bottom: 3px dashed #FFA89D;
    display: inline-block;
}

/*--------ヘッダー--------*/

.phone_num {
	max-width: 22%;
}

.sp_none {
	display: flex;
	justify-content: space-between;
}

.header_ul {
	margin: 0px;
	display: flex;
    align-items: center;
    margin-left: 70px;
    gap: 20px;
    font-size: 16px;
}

.header_ul li {
	display: inline;
}

.pc_none {
    display: none;
}

.poricy ul li {
	list-style: none;
}

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

	.sp_none {
		display: none;
	}
	
	.pc_none {
    display: inline-block;
}
	.logo_sp img {
		max-width: 200px;
	}
	
/*　ハンバーガーボタン　*/
.hamburger {
    display : block;
    position: fixed;
    z-index : 5;
    right : 13px;
    top   : 32px;
    width : 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
	background: #F78724;
  }
  
  .hamburger.active {
  	background: none;
  }
  
  .hamburger span {
    display : block;
    position: absolute;
    width   : 30px;
    height  : 3px ;
    border-radius: 10px;
    left    : 6px;
    background : #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition   : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  
  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top : 20px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform   : rotate(-45deg);
    transform        : rotate(-45deg);
  }
  
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
  }
  
  nav.globalMenuSp {
    position: fixed;
    z-index : 3;
    top  : 0;
    left : 0;
    color: #000;
    text-align: center;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 100%;
    height: 100%;
	align-items: center;
    background: #0693e3;
	display: flex;
  }
  
  nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    flex-direction: column;
    /*padding-top: 250px;*/
  }
  
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
    margin-left: 0;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  nav.globalMenuSp ul li:hover{
    background :#ddd;
  }
  
  nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
    text-decoration :none;
  }
	
	.denwa {
    position: fixed;
    z-index: 2;
    top: 80px;
    right: 14px;
	 display: inline-block;
}
	
	.denwa img {
		max-width: 41px;
	}
  
  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    transform: translateX(0%);
  }
	
}

/*--------ヘッダー終了--------*/


/*----------セクション１-------*/

.sec1_ttl {
	margin-top: 100px;
}

.sec1 h3 {
    display: inline;
    font-size: 30px;
    border-bottom: 5px solid #FFA899;
    padding-bottom: 5px;
}

.bold_txt {
    margin-top: 10px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.poricy {
    background: #F7F2EF;
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 40px;
    padding: 50px;
	margin-top: 100px;
    margin-bottom: 150px;
}

.poricy ul li {
    line-height: 30px;
}


/*----------セクション１終了-------*/

/*----------セクション2-------*/




/*----------セクション2終了-------*/


/*----------セクション3-------*/



/*----------セクション3終了-------*/


/*----------セクション4-------*/


/*--------セクション5終了--------*/



@media (max-width: 768px) {

	.sec1 h3 {
    display: inline;
    font-size: 20px;
    border-bottom: 5px solid #FFA899;
    padding-bottom: 5px;
}
	
	.bold_txt {
    font-size: 18px;
    font-weight: bold;
}
	
	.z_support {
    padding: 50px;
    padding-bottom: 30px;
    padding-top: 0px;
    margin-bottom: 100px;
}
	
	.poricy {
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 100px;
}
	
	.footer_flex {
		flex-direction: column;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
    .footer_ul {
    column-gap: 20px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
    list-style: none;
    padding: 0;
    row-gap: 8px;
	width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
}
	
	.footer_flex .right {
    width: 80%;
    margin: 0 auto;
}
	
	.footer_flex .right p {
		font-size: 16px;
	}
	
	.footer_logo {
	margin-bottom: 20px;
}

	
}
