@charset "utf-8";

html {
    font-size: 100%;
  }
  body {
    margin: 0;
  font-style: normal;
    letter-spacing: 0.1em;
  }
  a {
    text-decoration: none;
    color: #000;
  }
  img {
    max-width: 100%;
	 height: auto;
	vertical-align: bottom;
  }

  li {
    list-style: none;
  }

ul {
	padding: 0px;
}

p {
	margin: 0;
}
  
  iframe {
  	width: 100%;
  }





body {
	margin: 0px;
}

p {
	font-size: 18px;
}

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

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

.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;
}

@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%);
  }
	
}

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


/*--------メインビジュアル--------*/

.main_logo img {
	max-width: 42%;
}

.main_logo {
	text-align: center;
	margin-top: 80px;
	margin-bottom: 60px;
}

.main_visual {
	background-image: url(../img/kousi_back.png);
	background-repeat: no-repeat;
    height: auto;
    background-size: contain;
    background-position: center;
}

.main_visual_sp {
		display: none;
	}

.main_img_right img{
	max-width: 50%;
}

.main_img_right {
	text-align: right;
}

.main_txt_logo img {
	max-width: 50%;
}

.main_flex {
	display: flex;
	justify-content: end;
    position: relative;
}

.main_txt_logo {
	position: absolute;
    z-index: 5;
	top: 9%;
    left: 11%;
}

.main_p {
	margin-top: 25px;
    font-size: 22px;
    font-weight: bold;
    color: #126DD5;
    line-height: 35px;
}

.under_line {
	background: linear-gradient(transparent 60%, yellow 30%);
    display: inline-block;
}

.main_flex .main_price {
	max-width: 28%;
	margin-top: 35px;
}
/*--------メインビジュアル終了--------*/


.lin_bnr {
	text-align: center;
	margin-top:50px;
}

@media screen and (max-width: 768px) {
	.lin_bnr img {
		max-width: 90%;
	}
	

	
@media screen and (max-width: 767px) {
  .lin_bnr {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
  }

  .lin_bnr img {
    display: block;
    max-width: 82vw; /* ← 画面に収まる範囲で中央 */
    width: auto;
    height: auto;
  }
}


.footer-top-right a {
  color: #0066cc;
  text-decoration: underline;
}

	
	
.honbun {
  white-space: pre-line;
}