@charset "utf-8";

.main_wrap{
	 font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
/*----------------------------------------
	タイトル関連
-----------------------------------------*/
/*固定ページ見出しH"*/
.main_wrap h1,.main_wrap h2,.midashi02{
	margin-bottom: 30px;
	line-height: 1.5;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	position: relative;
	font-family: 'DotGothic16', sans-serif;
	 padding: 0.5em 1em;
	z-index: 1;
}
.main_wrap h1::after,.main_wrap h2::after,.midashi02::after{
	content: "";
	width: 100%;
	height: 100%;
	background : #A87C3B;
	border: 3px solid #000000;
	 border-radius: 12px;
	position: absolute;
	left: 0;
	bottom: -7px;
	z-index: -2;
	display: block;
}
.main_wrap h1::before,.main_wrap h2::before,.midashi02::before{
	content: "";
	width: 100%;
	height: 100%;
background : #C79347;
	border: 3px solid #000000;
	 border-radius: 12px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.main_wrap h3, .midashi03{
	margin-bottom: 20px;
	line-height: 1.5;
	font-size: 2.0rem;
	letter-spacing: 0.1em;
	position: relative;
	font-family: 'DotGothic16', sans-serif;
	padding: 0 0 10px 70px;
	border-bottom: 2px solid #000000;
}

.main_wrap h3::before, .midashi03::before{
	content: "";
	width: 60px; 
	height: 40px;
	background-image: url("../images/bg_house.png");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
	position: absolute;
	left: 0;
	bottom: 0;
}
.main_wrap h4,.midashi04{
	margin-bottom: 10px;
	line-height: 1.5;
	font-size: 2.0rem;
	font-family: 'DotGothic16', sans-serif;
	letter-spacing: 0.1em;
	position: relative;
}
.main_wrap h5,.midashi05{
	margin-bottom: 20px;
	font-weight: 700;
	line-height: 1.5;
	font-size: 2.0rem;
	letter-spacing: 0.1em;
color: #544233;
}
.main_wrap h5,.midashi05::before{
	content: "●";
}
.main_wrap h6,.midashi06{
	margin-bottom: 10px;
	line-height: 1.5;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	display:table;
	border-left: 5px solid #e4dacd;
	padding-left: 10px;
	color: #544233;
}
.main_wrap h2 span,.midashi01 span,.main_wrap h3 span, .midashi02 span, .midashi03 span{
	font-size: 1.4rem;
}
.main_wrap p{
	margin-bottom: 40px;

}

.main_wrap p,.main_wrap ul,.main_wrap ol,.main_wrap table{
font-size: 1.4rem;
}
@media(max-width: 768px){	
.main_wrap h1,.main_wrap h2,.midashi02{
    font-size: 2.0rem;
}	
.main_wrap h3,.midashi03{
	font-size:1.8rem;
}
.main_wrap h4,.main_wrap h5,.midashi04,.midashi05{
	font-size:1.8rem;
}
.main_wrap h6,.midashi06{
	font-size: 1.6rem;
}	
.main_wrap p,.main_wrap table,.main_wrap ul li,.main_wrap ol li{

}
}
/*----------------------------------------
	リンク関連
-----------------------------------------*/
.main_wrap p a,.main_wrap ul a,.main_wrap ol a,.main_wrap table a{
	color: #0000ff;
	text-decoration: underline;
}
.main_wrap p a:hover,.main_wrap ul a:hover,.main_wrap ol a:hover,.main_wrap table a:hover{
	text-decoration: none;
	opacity: 0.7;
}
a.page_link{
	color: #0000ff;
	text-decoration: underline;
}
a.page_link{
	text-decoration: none;
	opacity: 0.7;
}
a.page_link::before{
	 content: "\f061";
	font-family: FontAwesome;
	margin-right: 5px;
}
.main_wrap .link_box a{
	position: relative;
	text-decoration: none;
}
.main_wrap .link_box a[href$=".pdf"]::after{
	content:"\f1c1";
	font-family: FontAwesome;
	margin-left: 5px;
}
.main_wrap .link_box a[href$=".docx"]::after{
	content:"\f1c2";
	font-family: FontAwesome;
	margin-left: 5px;
}
.main_wrap .link_box a[href$=".xlsx"]::after{
	content:"\f1c3";
	font-family: FontAwesome;
	margin-left: 5px;
}
.main_wrap .link_box a[target="_blank"]:after {
  content:"\f08e";
	font-family: FontAwesome;
	margin-left: 5px;
}
/*-------------------------------------*/
/*	ボタン関連	*/
/*-------------------------------------*/
.bt_base {
  background: #000000;
  border-radius: 20px;
  color: #fff !important;
  padding: 0.7em 1em;
  line-height: 1;
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 1.6rem;
  text-decoration: none !important;
	border: 3px solid #FFFFFF;
	box-shadow: 2px 2px 10px #000000;
	font-family: 'DotGothic16', sans-serif;
}
.bt_base:hover {
  background:#535353;;
  color: #FFFFFF !important;
  text-decoration: none !important;
  opacity: 1 !important;
}
.bt_base::before {
	content:url("../images/ico_arrow.svg");
  vertical-align: middle;
  margin-right: 10px;
}
.bt_base[target="_blank"]::after {
	content:url("../images/ico_link2.svg");
  vertical-align: middle;
  margin-left: 10px;
}
/*----------------------------------------
	レイアウト関連
-----------------------------------------*/
.main_wrap img{
	margin-bottom:5px;
}
.main_wrap p.parent {
	margin-bottom: 0!important;
}
.main_wrap .aligncenter {
	display: block;
	text-align:center;
	max-width: 100%;
	 margin: 0 auto;
}
.main_wrap .alignleft {
	float: left;
	margin-right:20px;
	max-width: 100%;
}
.main_wrap .alignright {
	float: right;
	margin-left:20px;
	max-width: 100%;
}
.wp-caption{
	margin-bottom: 20px;
}
.wp-caption img {
margin-bottom:5px;
padding: 0;
border: 0 none;
}

.wp-caption .wp-caption-text {
	text-align: center;
	margin-right: 20px; /* 右側の余白調整 */
	font-size: 86%!important;
	font-weight: 300;
}
p.wp-caption-text {
	margin-bottom: 0!important;
}
.gallery img{
	border: 4px solid #FFFFFF!important;
}
/*2列レイアウト*/
.col-2_list {
	display: flex;
	flex-wrap: wrap;
	 gap: 20px 20px;
	justify-content: space-between;
}
.col-2_list::after{
  content:"";
  display: block;
  width: calc(100% / 2 - 20px);
}
.col-2_list .col_box{
	max-width: 540px;
	 width: calc(100% / 2 - 20px);
}
/*3列*/
.col-3_list {
	display: flex;
	flex-wrap: wrap;
	 gap: 20px 20px;
	justify-content: space-between;
	
}
.col-3_list::after{
  content:"";
  display: block;
   width: calc(100% / 3 - 20px);
}
.col-3_list .col_box{
	max-width: 330px;
	 width: calc(100% / 3 - 20px);
}
.col_box {

}
.col_box p,.col_box .box{
	/*margin-bottom: 0!important;*/
}
.col_box p{
	/*line-height: 1.5;*/
}
@media(max-width: 768px){
.main_wrap .alignright, .main_wrap .alignleft {
    float: none;
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}
/*2列レイアウト*/
.col-2_list {
	 gap: 10px 10px;
}
.col-2_list .col_box{
	 width: calc(100% / 2 - 10px);
}
/*3列*/
.col-3_list {
	 gap: 10px 10px;
}
.col-3_list .col_box{
	 width: calc(100% / 2 - 10px);
}	
}
@media(max-width: 550px){
/*3列*/
.col-2_list {
	 gap: 0 0;
	flex-direction: column;
}	
.col-2_list .col_box{
	 width: 100%;
}
/*3列*/
.col-3_list {
	 gap: 0 0;
	flex-direction: column;
}
.col-3_list .col_box{
	 width: 100%;
}	
.col_box {
	margin: 0 auto;
}	
	
	}
/*----------------------------------------
	リスト関連
-----------------------------------------*/
.main_wrap ul{
	margin-bottom:40px;
	padding: 0;
}
.main_wrap ul li,ul.list li{
	position:relative;
	padding-left: 15px;
	margin-bottom: 10px;
	line-height: 1.5;
}
.main_wrap ul li:last-child,ul.list li:last-child{
	margin-bottom: 0px;
}
.main_wrap ul li:before,ul.list li:before{
	background-color:#C79347;
	 width: 8px;
    height: 8px;
    content: "";
    vertical-align: middle;
	display: block;
	left: 0;
	top: 0.5em;
	position: absolute;
	border-radius: 50px;
}
.main_wrap ol{
	margin-bottom:40px;
	counter-reset:number; /*数字をリセット*/
	list-style-type: none; /*数字を一旦消す*/
}
.main_wrap ol{
	counter-reset: item;
	padding: 0;
}
.main_wrap ol li{
	position:relative;
	padding:0 0 1.0em 1.125em;
}
.main_wrap ol li:before{
	counter-increment: item;
	content: counter(item);
	position:absolute;
	top:0;
	left:0;
	color:#C79347;
}

@media(max-width: 768px){
}
/*----------------------------------------
	囲みボックス
-----------------------------------------*/
.box{ 
	padding:30px;
	position: relative;
	background: #EBD9BF;
	border-radius: 20px;
	border: 3px solid #000000;
	margin-bottom: 20px;
}
.box p{ 
	margin-bottom: 0!important;
	line-height: 2;
}
@media screen and (max-width: 768px){
.box{ 
	padding:30px;
}
	.box p{ 
	margin-bottom: 0!important;
}
}
/*----------------------------------------
	引用文
-----------------------------------------*/
.main_wrap blockquote {
    position: relative;
    padding: 10px 15px 10px 60px;
    box-sizing: border-box;
    background: #fafafa;
    color: #555;
	margin-bottom: 40px;
}

.main_wrap blockquote:before{
    display: inline-block;
    position: absolute;
    top: 18px;
    left: 15px;
      content: "\f10e";
  font-family: FontAwesome;
    color: #cfcfcf;
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
}

.main_wrap blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

.main_wrap blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
@media screen and (max-width: 768px) {
	.main_wrap blockquote:before{
    font-size: 20px;
}
.main_wrap blockquote {
    position: relative;
    padding: 10px 15px 10px 40px;
    box-sizing: border-box;
    background: #efefef;
    color: #555;
}
}
/*----------------------------------------
	テーブル関連
-----------------------------------------*/
.main_wrap table {
	margin-bottom: 40px;
    }
.main_wrap table,table.gaiyo {
	line-height: 1.7;
	border-collapse: collapse;
	border-top:1px solid #000000;
	width: 100%;
    }
.main_wrap table,.main_wrap table td,.main_wrap table th,
table.gaiyo,table.gaiyo td,table.gaiyo th{
	border-bottom:1px solid #000000;
    }
.main_wrap table td,.main_wrap table th,
table.gaiyo th,table.gaiyo td{
   padding: 0.7em 1em;
    }
.main_wrap table th,table.gaiyo  th {
	width: 20%;
	font-weight: 500;
	background: #EBD9BF;
	border-right:1px solid #000000;
    }
.main_wrap table td,table.gaiyo  td{
  border-left:1px solid #000000;
    }
.main_wrap table td.bg_beige,table.gaiyo  td.bg_beige{
    background-color: #f5eee2;
    width: 20% 
    }
.main_wrap table td a,.main_wrap table th a,
table.gaiyo th a,table.gaiyo td a{
	color: #0000ff;
	text-decoration: underline;
    }
.main_wrap table td dl,table.gaiyo  td dl{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    }
.main_wrap table td dl dt,table.gaiyo  td dl dt{
width: 18%;
        line-height: 1.5;
    font-weight: normal;
    }
.main_wrap table td dl dd,table.gaiyo  td dl dd{
width: 82%;
        line-height: 1.5;
    }
.shop_ttl{
    display: none;
}
@media screen and (max-width: 768px) {
.main_wrap table td,.main_wrap table th,
	table.gaiyo th,table.gaiyo td{
   padding:0.5em;
    }
	.main_wrap table th,
	table.gaiyo th{
   width: 25%;
    }
    .main_wrap table td.bg_beige,table.gaiyo  td.bg_beige{
    display: none;
    }
.main_wrap table td dl dt,table.gaiyo  td dl dt{
width: 35%;
        line-height: 1.5;
    }
.main_wrap table td dl dd,table.gaiyo  td dl dd{
width: 65%;
    }
    .shop_ttl{
    background-color: #f5eee2;
    display: block;
    margin-bottom: 10px;
    padding: 5px;
    text-align: center;
}
}