@charset "utf-8";
@import url("hamburger_menu.css");

*{box-sizing: border-box;
	margin: 0;
	padding: 0;}
body{margin:0 auto;
	height: 100%;
	max-width: 1920px;
	min-width: 750px;
	-webkit-text-size-adjust: 100%; 
	font-family:
		"Yu Gothic",
		"YuGothic",
		"Hiragino Kaku Gothic ProN",
		"Hiragino Sans",
		"Meiryo",
		sans-serif;
	scroll-behavior: smooth;
	/*-----
	overflow-x: hidden;
	----*/
}

/*-----
opentype
truetype
----*/
@font-face {
  font-family: "font_S";
  src:url("../fonts/NotoSansJP-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "font_M";
  src:url("../fonts/ZenMaruGothic-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "font_B";
  src:url("../fonts/ZenMaruGothic-Bold.ttf") format("truetype");
}

/*------- 設定 ------*/
.display_tel_1000{
	display: none;
}
.display_tel_1100{
	display: none;
}
/*------- 幅 ------*/
.top_haba{
	max-width:1200px;
	width: 98%;
	margin: auto;
}
.haba_1000{
	max-width: 1000px;
	width: 95%;
	margin: auto;
}
.haba_1150{
	max-width: 1150px;
	width: 95%;
	margin: auto;
}
.flex_wrap{
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: center;
}
.flex_top_wrap{
	display: flex;
	align-items:flex-start;
	justify-content: center;
	flex-flow: wrap;
}
.flex_bottom_wrap{
	display: flex;
	align-items:flex-end;
	justify-content: center;
	flex-flow: wrap;
}
.flex_left_wrap{
	display: flex;
	align-items:center;
	justify-content: flex-start;
	flex-flow: wrap;
}

/*------レスポンシブ-------*/
@media screen and (max-width: 1100px){
  /*--ここにスマホに適したCSSを記述します*/
		
}

.flex{
	display: flex;
	align-items: center;
	justify-content: center;
}
.flex_top{
	display: flex;
	align-items:flex-start;
	justify-content: center;
}
.flex_bottom{
	display: flex;
	align-items:flex-end;
	justify-content: center;
}
.flex_center_top{
	display: flex;
	align-items:flex-start;
	justify-content: center;
}
.flex_left{
	display: flex;
	align-items:center;
	justify-content: flex-start;
}
.flex_right{
	display: flex;
	align-items:center;
	justify-content: flex-end;
}
.flex_between{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.flex_between_top{
	display: flex;
	align-items:flex-start;
	justify-content: space-between;
}
.flex_between_bottom{
	display: flex;
	align-items:flex-end;
	justify-content: space-between;
}
.flex_column{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;	
}
.flex_column_top{
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;	
}
.flex_column_left{
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
}

/*------レスポンシブ-------*/
/*----　可変FLEX　----*/
.kahen_flex,.kahen_flex_r{
	display: flex;
	align-items: center;
	justify-content: center;
}
.flex_r{
	display: flex;
	align-items: center;
	justify-content: center;
}
.kahen_flex_left,.kahen_flex_left2{
	display: flex;
	align-items:center;
	justify-content: flex-start;
}
.kahen_flex_top,.kahen_flex_top_r{
	display: flex;
	align-items:flex-start;
	justify-content: center;
}
.kahen_flex_bottom{
	display: flex;
	align-items:flex-end;
	justify-content: center;
}
.kahen_between_bottom,.kahen_between_bottom{
	display: flex;
	align-items:flex-end;
	justify-content: center;
}
.kahen_flex_center_top{
	display: flex;
	align-items:flex-start;
	justify-content: center;
}
.kahen_flex_between,.kahen_flex_between_r{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.kahen_flex_between_top,.kahen_flex_between_top_r{
	display: flex;
	align-items:flex-start;
	justify-content: space-between;
}
.kahen_flex_between_bottom{
	display: flex;
	align-items:flex-end;
	justify-content: space-between;
}
.kahen_flex_column{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}
.kahen_flex_column_left{
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
}
@media screen and (max-width: 1000px){
  /*--ここにスマホに適したCSSを記述します*/
	.kahen_flex,.kahen_flex_left,
	.kahen_flex_top,.kahen_flex_bottom,
	.kahen_flex_between_bottom,
	.kahen_flex_between_top,
	.kahen_flex_between,
	.kahen_flex_column_left,
	.kahen_flex_center_top,
	.kahen_between_bottom{
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
}
	.kahen_flex_r,.kahen_flex_top_r,
	.kahen_flex_between_r,
	.kahen_flex_between_top_r,
	.kahen_between_bottom_r{
	display: flex;
	flex-flow:column-reverse;
	align-items: center;
	justify-content: center;	
}
	.flex_r{
	display: flex;
	align-items: center;
	justify-content:center;
	flex-flow: row-reverse;	
}
	.kahen_flex_left2{
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	justify-content:flex-start;
}
	.kahen_flex_column{
	display: flex;
	flex-flow:nowrap;
	justify-content: center;
	align-items: center;
}
}
/*----　可変FLEX　----*/

/*--------- その他設定 ---------*/
.tate{
	-ms-writing-mode: tb-rl;
 	writing-mode: vertical-rl;
}
.siro{
	color: #fff;
}
ol li,ul li{
	list-style-position: inside;
}
.img{
	background-position: center;
	background-size:cover;
	background-repeat: no-repeat;
}

/*--- h ---*/
h1{
	font-size: 13px;
	margin-left: 5px;
	white-space: nowrap;
	font-weight: normal;
}
h2{
	font-family: "font_B";
	font-size: 30px;
	color:#383838;
	text-align: center;
	white-space: nowrap;
	letter-spacing: 1.5px;
	font-weight: normal;
}
@media screen and (max-width: 1000px){
  /*--ここにスマホに適したCSSを記述します*/
	h2{
		font-size: 34px;
		
	}
}
h6{
	font-family: "font_M";
	font-size: 20px;
	color:#a4a4a4;
	text-align: center;
	white-space: nowrap;
	letter-spacing: 1.5px;
	font-weight: normal;
	margin-bottom: -5px;
}
/*----　テキスト設定　----*/
a{
	text-decoration:none;
	color: inherit;
	transition:ease-in-out 0.2s;
	font-family: "font_M";
	letter-spacing: 2px;
	white-space: nowrap;
}
p{
	text-align: center;
	font-size: 20px;
	color:#383838;
	font-family: "font_M";
	line-height: 30px;
}
.small{
	font-size: 1.4rem;
}
.dot{
background-image: radial-gradient(circle at center, #42210b 20%, transparent 20%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1.07em 0.3em; /* 点の間隔とサイズ調整 */
  padding-top: .1em; /* 縦方向の位置調整 */
}
.kage{
	max-width: 780px;
	margin: auto;
	display: block;
}
.green{
	color: #009a8e;
}
.orange{
	color: #ff8917;
}
.bold{
	font-family: "font_B";
}
/*-------- スマホのボトムリンク -------*/
.tel_bottom{
	position: fixed;
	bottom: 0;
	border: solid #f58c02 5px;
	border-left: none;
	border-right: none;
	border-bottom: none;
	width: 100%;
	min-width: 750px;
	height: 120px;
	z-index: 9999;
}
.tel_bottom .tel{
	background-color: #fff;
	width: 66%;
	height: 100%;
}

.tel_bottom .mail{
	background-color: #ffaf2e;
	width: 17%;
	height: 100%;
}
.tel_bottom .LINE{
	background-color: #39a64a;
	width: 17%;
	height: 100%;
}
.tel_bottom a{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	padding-bottom: 5px;
	color: #fff;
}
.tel_bottom a:hover{
	opacity: 1;
	transform: translate(0px, -3px)
}
/*-------- お問い合わせリンク -------*/
.otoiawase_icon{
	padding: 30px 0;
}
.otoiawase_icon a:hover{
	transform: translate(0px, -3px)
}
.otoiawase_icon .flex a{
	color: #fff;
	font-size:23px;
	width: 350px;
	padding: 10px 0;
	border-radius: 30px;
	margin: 5px 10px 0px 10px;
}
.otoiawase_icon .flex .mail{
	background-color: #ffaf2e;
}
.otoiawase_icon .flex .LINE{
	background-color: #39a64a;
}
.otoiawase_icon .flex img{
	width: 40px;
	margin-right: 5px;
}

/*--------- ヘッダー ---------*/
header{
	position: fixed;
	width: 100%;
	background-color: #fff;
	z-index: 500;
	height: 100px;
}
header .tel a:hover{
	opacity: 0.8;
}
/*----ナビ----*/
.header_nav a{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	width: 150px;
	font-size: 15px;
	letter-spacing: 1px;
	height: 100px;
}
.header_nav img{
	margin-bottom: 5px;
}
.header_nav hr{
	height: 80px;
	border: solid 1px #c6c6c6;
	border-top: none;
	border-bottom: none;
	border-left: none;
}
.header_nav .mail{
	background-color: #ffaf2e;
	color: #fff;
}
.header_nav a:hover{
	color: #ffaf2e;
	opacity: 1;
}
.header_nav .mail:hover{
	color: #fff;
	background-color: #54b3aa;	
}

/*------レスポンシブ-------*/
@media screen and (max-width: 1200px){
  /*--ここにスマホに適したCSSを記述します*/
	.header_nav a{
	width: 130px;
	font-size: 13px;
	letter-spacing: 1px;
	height: 100px;
}	
}
/*------レスポンシブ-------*/
@media screen and (max-width: 1100px){
  /*--ここにスマホに適したCSSを記述します*/
	.header_nav a{
	width: 115px;
	font-size: 12px;
	letter-spacing: 1px;
	height: 100px;
}	
}
@media screen and (max-width: 1000px){
  /*--ここにスマホに適したCSSを記述します*/
header{
	height: 80px;
	position:relative;
	top:0;
}
}

/*-------- トップイメージ -------*/
.top_img {
	position: relative;
}
.top_img img{
	margin-left: auto;
	margin-right: 0;
	display: block;
	width: 100%;
	max-width: 1600px;	
}
.top_img h1{
	position: absolute;
	z-index: 100;
	top: 100px;
	left: 0;
}
@media screen and (max-width: 1000px){
  /*--ここにスマホに適したCSSを記述します*/
.top_img h1{
	top: 0px;
	left: 0;
}
}

/*-------- 無料相談会 -------*/
.soudankai_title{
	background-color: #f58c02;
	width: 520px;
	margin: auto;
	border-radius: 10px 10px 0 0;
	padding: 10px 0;
	margin-top: -100px;
	position: relative;
	box-shadow: 0px 11px 20px 3px rgba(0, 0, 0, 0.24);
}
.soudankai_title p{
	color: #fff;
	font-size: 23px;
}
.soudankai_title h2{
	color: #42210b;
	margin-top: 5px;
}
.soudankai{
	border-top: solid 5px #f58c02;
	position: relative;
	background-color: #fff;
}
.soudankai .ansin{
	display: block;
	margin: 10px auto;
	max-width: 800px;
}
.soudankai .nittei .title{
	margin-top: -15px;
}
.soudankai .nittei .title hr{
	width: 100%;
	margin: 10px;
	max-width: 450px;
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-color: #979797;
}
.soudankai .nittei .title h2{
	font-size: 23px;
}
.soudankai .nittei{
	background-color: #f9f0de;
}
@media screen and (max-width: 1000px){
  /*--ここにスマホに適したCSSを記述します*/
.soudankai_title{
	width: 580px;
}
.soudankai_title{
	margin-top: 10px;
}
}

/*-------- 新着情報 -------*/
.topics{
	border: 2px solid #a4a4a4;
	padding: 20px;
	border-radius: 10px;
}
.topics .banner{
	display: block;
	text-align: center;
	width: 300px;
	background-color:#e8e8e9; 
	margin: auto;
	font-size: 23px;
	padding: 5px 0;
	border-radius: 30px;
}
.topics .banner:hover{
	opacity: 1;
	transform: translate(0px, -3px)
}

/*-------- 空き家から相続まで -------*/
.akiya{
	background-image: url("../images/index_akiya_img.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-bottom: 50px;
}
.akiya img{
	display: block;
	margin: 10px auto 20px auto;
}
.akiya p{
	text-align: justify;
	font-size: 17px;
	margin-left: 60px;
}
@media screen and (max-width: 1000px){
  /*--ここにスマホに適したCSSを記述します*/
.akiya p{
	font-size: 20px;
	margin-left:15px;
}
}

/*-------- こんなお悩みありませんか？ -------*/
.onayami{
	background-color: #e0ede3;
	padding-bottom: 40px;
}
.onayami h2{
	margin: -20px 0 10px 0;
}
.onayami p{
	font-size: 18px;
	line-height: 25px;
}
.onayami .waku{
	background-color: #fff;
	width: 215px;
	margin: 10px;
	padding-top: 10px;
	border-radius: 10px;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
.onayami .waku p{
	height: 110px;
	font-size: 17px;
	line-height: 23px;
	margin-top: 10px;
}
.onayami .waku p span{
	font-size: 21px;
}
@media screen and (max-width: 1000px){
  /*--ここにスマホに適したCSSを記述します*/
.onayami .p{
	font-size: 21px;
	line-height: 28px;
}
}
/*-------- 相談することで見えてくる -------*/
.soudan .dotline{
	display: block;
	margin: 10px auto 20px auto;
}
.soudan .p{
	font-size: 17px;
}
.soudan .waku{
	padding: 5px 15px;
	background-color: #ffeec7;
	border: 1px solid #b8a38a;
	border-radius: 30px;
	margin: 10px 7px;
}
.soudan .waku p{
	color: #42210b;
	font-family: "font_B";
	margin-left: 3px;
}
@media screen and (max-width: 1000px){
  /*--ここにスマホに適したCSSを記述します*/
	.soudan .waku{
	padding: 10px 20px;
	margin: 10px;
}
.soudan .waku p{
	font-size: 23px;
	margin-left: 5px;
}
}
/*-------- 相談事例 -------*/
.case .p{
	font-size: 20px;
	margin-top: 10px;
}
.case .banner{
	display: block;
	text-align: center;
	width: 300px;
	background-color:#fff;
	color: #5abfb6;
	margin: auto;
	font-size: 23px;
	padding: 10px 0;
	border: 1px solid #5abfb6;
}
.case .banner:hover{
	opacity: 1;
	transform: translate(0px, -3px);
	background-color:#5abfb6;
	color: #fff;
}

/*-------- 選ばれる５つの特徴 -------*/
.reason .p{
	font-size: 20px;
	margin-top: 10px;
}
.reason .BG{
	background-color: #f5f2f0;
	padding: 40px 0;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.reason .waku{
	width: 200px;
}
.reason hr{
	height: 400px;
	margin:0 30px;
	border-top: none;
	border-bottom: none;
}
.reason .waku .number{
	font-family: "font_B";
	color: #ff8917;
	font-size: 35px;
}
.reason .waku h2{
	font-size: 20px;
	line-height: 30px;
}
.reason .waku .p{
	font-size: 15px;
	line-height: 25px;
	text-align: justify;
}
.reason .waku img{
	margin: 15px 10px;
}
@media screen and (max-width: 1300px){
  /*--ここにスマホに適したCSSを記述します*/
	.reason .waku{
	width: 180px;
}
	.reason hr{
	margin:0 10px;
}
.reason .waku h2{
	font-size: 15px;
	line-height: 25px;
}
.reason .waku .p{
	font-size: 15px;
	line-height: 20px;
}
}
@media screen and (max-width: 1000px){
  /*--ここにスマホに適したCSSを記述します*/
.reason .BG{
	padding: 40px 0;
	display: flex;
	justify-content:flex-start; 
	align-items: center;
	flex-flow: column;
}
.reason .waku{
	width: 85%;
	display: flex;
	justify-content:flex-start; 
	align-items: center;
}
.reason hr{
	height: inherit;
	width: 90%;
	margin:10px auto;
	border-top: solid 1px;
}
.reason .waku .number{
	font-size: 40px;
	margin: 0px 25px 10px 0;
}
.reason .waku h2{
	text-align: justify;
	font-size: 22px;
	line-height: 30px;
}
.reason .waku .p{
	font-size: 18px;
	line-height: 28px;
}
.reason .waku img{
	margin: 0px 20px 10px 0;
	width: 130px;
}	
}

/*-------- 私たちのことについて -------*/
.about .h2,.about .p{
	text-align: justify;
}
.about .Face{
	width: 350px;
	margin-right: 30px;
}
.about .h2{
	font-size: 25px;
}
.about .p{
	font-size: 17px;
	line-height: 22px;
	margin-top: 20px;
}
.about .name{
	font-size:20px;
	margin-right: 20px;
}
.about .banner{
	display: block;
	text-align: center;
	width: 300px;
	margin: auto;
	font-size: 23px;
	padding: 10px 0;
	background-color:#ff8917;
	color: #fff;
	border: 1px solid #ff8917;
}
.about .banner:hover{
	transform: translate(0px, -3px);
	background-color:#fff;
	color: #ff8917;	
}
@media screen and (max-width: 1000px){
	/*--ここにスマホに適したCSSを記述します*/
	.about .Face{
	margin-right: 0px;
}
	.about .text{
		padding:20px 60px;
	}
}

/*-------- よくある質問 -------*/
.FAQ{
	background-color: #fef7ec;
	padding:40px 0 50px 0;
}
.FAQ .narabi{
	max-width: 1000px;
	width: 100%;
	margin: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-flow: wrap;
}
.accordion-3 {
	width: 480px;
  margin: 0 auto 1em;
  background-color: #fff;
  border-radius: 10px;
	border: 2px solid #b8a38a;
}
.accordion-3 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0px 15px;
  color: #383838;
  font-weight: 600;
  cursor: pointer;
	font-size: 19px;
	line-height: 27px;
	height: 100px;
}
.accordion-3 summary div{
	width: 95%;
}
.accordion-3 summary h2{
	margin: 0 15px 8px 0;
	font-size: 40px;
	color: #ff8917;
}
.accordion-3 summary::-webkit-details-marker {
  display: none;
}
.accordion-3 summary::after {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11 11V5H13V11H19V13H13V19H11V13H5V11H11Z' fill='%23ff8917'%3E%3C/path%3E%3C/svg%3E");
  background-size: cover;
  content: '';
  transition: transform .3s;
  opacity: 0.7;
}
.accordion-3[open] summary::after {
  transform: rotate(180deg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 11H19V13H5V11Z' fill='%23ff8917'%3E%3C/path%3E%3C/svg%3E");
}
.accordion-3 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 2em 1.5em;
  color: #333333;
  transition: transform .5s, opacity .5s;
	text-align: justify;
	font-size: 18px;
}
.accordion-3[open] p {
  transform: none;
  opacity: 1;
}
.FAQ .banner{
	display: block;
	text-align: center;
	width: 300px;
	margin: auto;
	font-size: 23px;
	padding: 10px 0;
	background-color:#ff8917;
	color: #fff;
	border: 1px solid #ff8917;
}
.FAQ .banner:hover{
	transform: translate(0px, -3px);
	background-color:#fff;
	color: #ff8917;	
}
@media screen and (max-width: 1000px){
  /*--ここにスマホに適したCSSを記述します*/
	.FAQ .narabi{
	width: 100%;
}
	.accordion-3 {
  max-width: 800px;
	width: 90%;
}
	.accordion-3 summary {
	height: 70px;
}
}

/*------フッター-------*/
/*-----問い合わせ-----*/
footer .BG{
	background-color: #f8efdd;
	padding: 20px 0;
}
footer .text img{
	width: 130px;
	margin-right: 5px;
}
footer .text h2{
	font-size: 23px;
}
footer .link img{
	width: 50px;
	filter: drop-shadow(0 0 0.2rem #00000033);
	margin-right: 5px;
}
footer .link p,footer .link h2{
	color: #fff;
}
footer .link h2{
	font-size: 27px
}
footer .link p{
	font-size: 15px;
	margin-bottom: -5px;
}
footer .link a{	
	margin: 10px;
	width: 320px;
	height:80px;
	border-radius: 10px;
}
footer .link .mail{
	background-color: #ffaf2e;
}
footer .link .LINE{
	background-color: #39a64a;
}
footer a:hover{
	transform: translate(0px, -3px);
}
footer .tel{
	margin: 10px 0;
}
footer .ansin{
	display: block;
	margin: 20px auto;
	max-width: 670px;
}
/*------一番下に-------*/
@media screen and (max-width: 1000px){
  /*--ここにスマホに適したCSSを記述します*/
footer .text img{
	width: 130px;
}
footer .link a{	
	width: 300px;
}
footer .text h2{
	font-size: 23px;
}
footer .text p{
	font-size: 20px;
}
}
.gradation{
	background: #CFCFCF;
background: linear-gradient(180deg,rgba(207, 207, 207, 0.5) 0%, rgba(207, 207, 207, 0) 100%);
	height: 15px;
	width: 100%;
}
/*-----会社概要-----*/
footer .company{
	padding: 30px 0 50px 0;
}
footer .company .rogo p{
	color: #fff;
	background-color: cadetblue;
	font-size: 15px;
	line-height: 1.1;
	padding: 5px;
	margin-right: 15px;
	margin-left: auto;
	width: 100px;
}
footer .company img{
		margin: 0 auto 0 -8px;
		display: block;
	}
.table_design03 {
border-collapse: collapse;
width: 300px;
	margin: 10px 0 0 0;
}
.table_design03 td {
border-top: 2px solid #c1c7c6;
border-bottom: 2px solid #c1c7c6;
padding: 1em;
	font-size: 13px;
}
.table_design03 th {
border-top: 3px solid #ffaf2e;
border-bottom: 3px solid #ffaf2e;
text-align: left;
width: 20%;
min-width: 4em;
font-size: 15px;
}
footer iframe{
	border-radius: 20px;
	width: 250px;
	height: 330px;
	margin: 10px;
}
footer nav{
	background-color: #ecebec;
}
footer .header_nav hr{
	height: 30px;
}
/*------一番下に-------*/
@media screen and (max-width: 1200px){
  /*--ここにスマホに適したCSSを記述します*/
	footer .company .rogo p{
	margin-right: auto;
	margin-left: auto;
	width: 100px;
}
	footer .kahen_flex{
		flex-flow: column;
	}
	.table_design03 {
	width: 550px;
	min-width: 550px;
	margin: 10px auto 30px auto;
}		
	footer .company img{
		margin: auto;
		display: block;
		width: 400px;
	}
	.table_design03 td {
	font-size: 16px;
}
	footer iframe{
	width: 500px;
	height: 500px;
}
}

/*------コピーライト-------*/
.Copywriter{
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: dimgray;
}

/*------- 汎用ページ ------*/
/*------- トップテキスト ------*/
.top_text img{
	display: block;
	margin: 10px auto 20px auto;
}
.top_text p{
	width: 79%;
	margin: auto;
	font-size: 19px;
}
.hanyou_top {
	position: relative;
}
.hanyou_top h1{
	position: absolute;
	z-index: 100;
	top: 100px;
	left: 0;
}
@media screen and (max-width: 1000px){
  /*--ここにスマホに適したCSSを記述します*/
.hanyou_top h1{
	top: 0px;
	left: 0;
}
}
/*------Wordpress追加-------*/
/*------Wordpress追加-------*/
.Wordpress{
	border: 2px dotted #282828;
	width: 80%;
	margin: 30px auto;
	height: 300px;
	
}

/*------一番下に-------*/
@media screen and (max-width: 1000px){
  /*--ここにスマホに適したCSSを記述します*/
	.display_tel_1000{
	display: block;
}
	.display_pc_1000{
	display: none;
	}
}
@media screen and (max-width: 1100px){
  /*--ここにスマホに適したCSSを記述します*/
	.display_tel_1100{
	display: block;
}
	.display_pc_1100{
	display: none;
}
}
@media screen and (max-width: 1000px){
  /*--ここにスマホに適したCSSを記述します*/
	h1,h2,h3,h5,h6,th,p,a{
	font-weight: normal;	
}	
	.haikei_kotei,.haikei_kotei_1,
	.haikei_kotei2,.parallax{
	background-attachment: inherit;
}
}
/*------レスポンシブ-------*/
@media screen and (max-width: 1100px){
  /*--ここにスマホに適したCSSを記述します*/	
	body{
	background-attachment: inherit;
	background-size:auto;
	width: 100%;
	background-repeat: repeat-y;
	}
}

