@charset "UTF-8";

/*--------------------------------------------------
  under mv
--------------------------------------------------*/
#under .mv {
	position: relative;
	padding-bottom: 40px;
}

#under .mv-inner {
  width: 100%;
	height: 186px;
  min-width: 1194px;
  box-sizing: border-box;
  position: relative;
	background: #E6E0D2;
	text-align: center;
}
#under .mv-inner .mv_ttl {
	font-size: 32px;
	font-weight: bold;
}
#under .mv-inner .eng {
	font-size: 16px;
	margin-bottom: 5px;
	letter-spacing: 0.8rem;
}
#under .mv-inner .mv-txt {
	position: relative;
	display: table;
	margin: auto;
	padding: 55px 0 14px;
}

@media screen and (max-width: 768px) {
#under .mv {
	position: relative;
	padding-bottom: 40px;
}
#under .mv-inner {
  width: 100%;
	height: 130px;
  min-width:100%;
}
#under .mv-inner .mv_ttl {
	font-size: 22px;
}
#under .mv-inner .eng {
	font-size: 12px;
	margin-bottom: 0;
	letter-spacing: 0.8rem;
}
#under .mv-inner .mv-txt {
	position: relative;
	display: table;
	margin: auto;
	padding: 35px 0 14px;
}

}






/*--------------------------------------
  bc-list
---------------------------------------*/
.bc-list {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px 20px;
  box-sizing: border-box;
	font-size: 12px;
	margin: 0 0 0;
  line-height: 1.4;
  z-index: 1;
}
.bc-list .bc-inner li {
	display: inline-block;
}
.bc-list a {
	display: inline-block;
  text-decoration: underline;
	font-weight: 500;
}
.bc-list a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .bc-list {
    padding: 5px 5px;
    font-size: 11px;
    margin: 15px 0 0;
  }
  .bc-list .bc-inner {
    width: 100%; 
  }
}





/*--------------------------------------------------
  under 共通
--------------------------------------------------*/
#under .txt {
  margin: 20px 0 0;
	text-align: justify;
	line-height: 2;
}
#under .t_center {
	text-align: center;
}
#under .t_right {
	text-align: right;
}
#under .t_deco {
	text-decoration: underline;
}
#under .txtlink {
	color: #0056a9;
	text-decoration: underline;
	display: inline-block;
	font-weight: bold;
}
#under .u-sec {
  width: 100%;
  min-width: 1128px;
  padding: 0 0 150px 0;
  box-sizing: border-box;
}
#under .sec {
	padding: 120px 0 0;
	box-sizing: border-box;
}
#under .sec:last-child {
	margin: 0 0 0;
}
#under .block {
	margin: 0 0 100px;
}
#under .block:last-child {
	margin: 0 0 0;
}
#under .box {
	margin: 0 0 80px;
}
#under .box-inner {
	margin: 0 0 40px;
}	
#under .mb_10 {
	margin: 0 0 10px;
}
#under .mb_20 {
	margin: 0 0 20px;
}
#under .mb_30 {
	margin: 0 0 30px;
}
#under .mb_40 {
	margin: 0 0 40px;
}
#under .mb_60 {
	margin: 0 0 60px;
}
#under .mb_80 {
	margin: 0 0 80px;
}
#under .m_auto {
	margin: auto;
}
.white {
	background: #fff;
}

#under .img img {
  box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.2);
  border-radius: 8px;
}
.c_01{
	color: #835F53;
}
@media screen and (max-width: 768px) {
  #under .txt {
    margin: 15px 0 0;
    line-height: 1.8;
  }
  #under .f_size01 {
    font-size: 15px;
  }	
  #under .u-sec {
    min-width: 100%;
    padding: 0 0 70px;
  }
  #under .sec {
    padding: 60px 0 0 0;
  }
  #under .block {
    margin: 0 0 60px;
  }
  #under .box {
    margin: 0 0 40px;
  }	
  #under .box-inner {
    margin: 0 0 20px;
  }	
  #under .mb_10 {
    margin: 0 0 15px;
  }	
  #under .mb_20 {
    margin: 0 0 15px;
  }
  #under .mb_30 {
    margin: 0 0 20px;
  }
  #under .mb_40 {
    margin: 0 0 30px;
  }	
  #under .mb_60 {
    margin: 0 0 40px;
  }
  #under .mb_80 {
    margin: 0 0 50px;
  }
  
}



/*--------------------------------------------------
low_ttl 
--------------------------------------------------*/
#under .ttl_01,
#under .ttl_02,
#under .ttl_03,
#under .ttl_04,
#under .ttl_05 {
	font-weight: 500;
}

/*----- ttl_01 -----*/
#under .ttl_01 {
	font-size: 26px;
}
/*----- ttl_02 -----*/
#under .ttl_02 {
	font-size: 22px;
}
/*----- ttl_03 -----*/
#under .ttl_03 {
	font-size: 18px;
}
/*------装飾したタイトル------*/
#under .deco_ttl_01 {
	background: #C3AD95;
	font-size: 24px;
	padding: 10px 20px;
	box-sizing: border-box;
	border-radius: 8px;
	margin-bottom: 40px;
	color: #fff;
	font-weight: 500;
}
#under .deco_ttl_02 {
	font-size: 22px;
	border-bottom: 1px solid #553023;
	margin-bottom: 30px;
	padding-bottom: 5px;
	font-weight: 500;
}

@media screen and (max-width: 768px) {
	.eng_ttl {
		font-size: 26px;
		padding-bottom: 5px;
	}
		.ttl_box01 .ttl {
		font-size: 16px;
	}
/*----- ttl_01 -----*/
#under .ttl_01 {
	font-size: 22px;
}
/*----- ttl_02 -----*/
#under .ttl_02 {
	font-size: 18px;
}
/*----- ttl_03 -----*/
#under .ttl_03 {
	font-size: 16px;
}
/*------装飾したタイトル------*/
#under .deco_ttl_01 {
	font-size: 20px;
	padding: 8px 14px;
}
#under .deco_ttl_02 {
	font-size: 18px;
	
}

}





/*--------------------------------------
　Link
---------------------------------------*/
.map_link a {
  display: inline-block;
  border-bottom: 1px solid #FAC2C2;
  margin: 10px 0 0;
	padding: 0 25px 5px 0;
  font-size: 15px;
  position: relative;
}
.map_link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
  background: url("../images/map-pin.png") 0 0 no-repeat;
  background-size: contain;
  width: 18px;
  height: 20px;
}

.btn_link a {
  display: inline-block;
  border-bottom: 1px solid #FAC2C2;
	padding: 0 25px 5px 0;
  font-size: 15px;
  position: relative;
}
.btn_link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
  background: url("../images/icon_link.png") 0 0 no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
}

@media screen and (max-width: 768px) {
  .map_link a {
    margin: 5px 0 0;
    padding: 0 20px 5px 0;
    font-size: 14px;
  }
  .map_link a::after {
    background: url("../images/map-pin.png") 0 0 no-repeat;
    background-size: contain;
    width: 14px;
    height: 16px;
  }

  .btn_link a {
    padding: 0 20px 5px 0;
    font-size: 14px;
  }
  .btn_link a::after {
    background: url("../images/icon_link.png") 0 0 no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
  }
}





/*------------------------------------------------------------
  fx_box
------------------------------------------------------------*/
/*----- fx_box01 -----*/
.fx_box01 {
	display: flex;
	justify-content: space-between;
	align-items: center;
  margin: 40px 0 0;
}
.fx_box01.rev {
	flex-direction: row-reverse;
}
.fx_box01 .img_box {
	width: 45%;
}
.fx_box01 .txt_box {
	width: 50%;
}
/*----- fx_box02 -----*/
.fx_box02 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.fx_box02 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	padding: 20px;
	border: 1px solid #D7E2E0;
}
.fx_box02 .img_box {
	width: 40%;
}
.fx_box02 .txt_box {
	width: 55%;
}
.fx_box02 .txt_01 {
	font-size: 24px;
	color: #000000;
	margin-bottom: 10px;
}
.fx_box02 .btn a {
	margin: 10px 0 0 auto;
}
/*----- fx_box02 -----*/
.fx_box03 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.fx_box03 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	padding: 20px;
	border: 1px solid #D7E2E0;
}
.fx_box03 .img_box {
	width: 25%;
}
.fx_box03 .txt_box {
	width: 70%;
}
.fx_box03 .txt_01 {
	font-size: 24px;
	color: #000000;
	margin-bottom: 10px;
}
.fx_box03 .btn a {
	margin: 10px 0 0 auto;
}
/*----- fx_box47p -----*/
.fx_box47p {
	display: flex;
	justify-content: space-between;
}
.fx_box47p > div {
width: 47%;
}
/*----- fx_box30p -----*/
.fx_box30p {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	
}
.fx_box30p > div,.fx_box30p > li {
width: 30%;
	margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  /*----- fx_box01 -----*/
.fx_box01 {
	display: block;
  margin: 20px 0 0;
}
.fx_box01.rev {
	flex-direction: row-reverse;
}
.fx_box01 .img_box {
	width: 100%;
	margin: 20px 0;
}
	.fx_box01 .img_box img {
		object-fit: cover;
	height: 250px;
}
.fx_box01 .txt_box {
	width: 100%;
}

/*----- fx_box02,03-----*/
.fx_box02,.fx_box03 {
	display:block;
	padding: 20px;
	border: 1px solid #D7E2E0;
}
.fx_box02 .img_box,.fx_box03 .img_box {
	width: 100%;
	margin-bottom: 20px;
}
.fx_box02 img,.fx_box03 img {
		object-fit: cover;
		height: 160px;
}
.fx_box02 .txt_box,.fx_box03 .txt_box {
	width: 100%;
}
.fx_box02 .txt_01,.fx_box03 .txt_01 {
	font-size: 18px;
	margin-bottom: 10px;
}
.fx_box02 .btn a {
	margin: 10px 0 0 auto;
}
/*----- fx_box47p -----*/
.fx_box47p {
	display: block;
}
.fx_box47p > div {
width: 100%;
	margin-bottom: 40px;
}
/*----- fx_box30p -----*/
.fx_box30p {
	display: block;
}
.fx_box30p > div,.fx_box30p li {
width: 100%;
	margin-bottom: 40px;
}
}





/*------------------------------------------------------------
  flow_parts
------------------------------------------------------------*/
.flow_parts {
	display: flex;
	justify-content: space-between;
  margin: 40px 0 0;
}
.flow_parts .item {
  background: #FFF5F5;
  width: 33.33%;
  margin: 0 25px 0 0;
  padding: 30px 30px 30px;
  box-sizing: border-box;
  border-radius: 8px;
	flex-grow: 1;
  position: relative;
}
.flow_parts .item:last-child {
  margin: 0 0 0 0;
}
.flow_parts .item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(0,-50%);
  background: url("../images/arrow_01.png") left top no-repeat;
  background-size: 100% auto;
  width: 46px;
  height: 134px;
  margin: 0 0 0 -10px;
  z-index: 1;
}
.flow_parts .item:last-child::after {
  display: none;
}

.flow_parts .u_list01 li::before {
  background: #2D344A;
}

.flow_parts .num {
  color: #FAC2C2;
  font-size: 56px;
  text-align: center;
  margin: 0 0 0;
  line-height: 1;
}

.flow_parts .icon {
  width: 100px;
  margin: 0 auto 20px;
}

.flow_parts .f_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  text-align: center;
}
.flow_parts .f_ttl span {
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .flow_parts {
    display: block;
    margin: 20px 0 0;
  }
  
  .flow_parts .item {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 20px 20px 20px;
    border-radius: 4px;
  }
  .flow_parts .item::after {
    top: 100%;
    left: 50%;
    background: url("../images/arrow_01.png") left center no-repeat;
    background-size: contain;
    width: 10%;
    height: 0;
    margin: -10% auto 0 auto ;
    padding-top: calc(10%*134/46);
    -webkit-transform:translate(-50%,0) rotate(90deg);
    transform:translate(-50%,0) rotate(90deg);
  }
  
  .flow_parts .num {
    font-size: 40px;
  }

  .flow_parts .icon {
    width: 20%;
    margin: 0 auto 15px;
  }
  
  .flow_parts .f_ttl {
    display: block;
    font-size: 18px;
  }
  .flow_parts .f_ttl span {
    font-size: 14px;
  }
}





/*------------------------------------------------------------
  column_parts
------------------------------------------------------------*/
.column_parts {
	display: flex;
	justify-content: space-between;
  margin: 40px 0 0;
}
.column_parts .item {
  background: #FFF5F5;
  width: 33.33%;
  margin: 0 25px 0 0;
  padding: 30px 30px 30px;
  box-sizing: border-box;
  border-radius: 8px;
	flex-grow: 1;
  position: relative;
}
.column_parts .item:last-child {
  margin: 0 0 0 0;
}

.column_parts .u_list01 li::before {
  background: #2D344A;
}

.column_parts .c_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  text-align: center;
}
.column_parts .c_ttl span {
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .column_parts {
    display: block;
    margin: 20px 0 0;
  }
  
  .column_parts .item {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 20px 20px 20px;
    border-radius: 4px;
  }
  
  .column_parts .c_ttl {
    display: block;
    font-size: 18px;
  }
  .column_parts .c_ttl span {
    font-size: 14px;
  }
}





/*--------------------------------------------------
  u_list
--------------------------------------------------*/
.u_list01 {
  margin: 20px 0 0;
}
.u_list01 li {
	text-align: justify;
	line-height: 1.8em;
	margin: 0 0 6px;
	padding: 0 0 0 18px;
  font-size: 16px;
	box-sizing: border-box;
	position: relative;
}
.u_list01 li::before {
	content: "";
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	background: #C3AD95;
	border-radius: 50%;
	box-sizing: border-box;
	top: 10px;
	left: 0;
}
.u_list01.yoko {
	display: flex;
	flex-wrap: wrap;
}
.u_list01.yoko li{
	margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .u_list01 {
    margin: 15px 0 0;
  }

  .u_list01 li {
    line-height: 1.5em;
    margin: 0 0 6px;
    padding: 0 0 0 14px;
  }
  .u_list01 li::before {
    width: 7px;
    height: 7px;
    top: 7px;
  }		
}





/*--------------------------------------------------
  table
--------------------------------------------------*/
/*----- table_01 -----*/
.table_01 {
	width: 100%;
	table-layout: fixed;
	margin: 20px 0 0;
	background: #fff;
	padding: 40px 80px;
}
.table_01 table {
	width: 100%;
}
.table_01 th{
	background: #E6DFD6;
	padding: 20px 30px;
	text-align: center;
  box-sizing: border-box;
	font-weight: 500;
}
.table_01 td {
	padding: 20px 30px;
	box-sizing: border-box;
	text-align: center;
}
.table_01 tr {
	border-bottom:1px solid #D0CECE;
	box-sizing: border-box;
}
.table_01 tr:first-child {
	border-top:1px solid #D0CECE;
}
/*----- table_02 -----*/
.table_02 {
	table-layout: fixed;
	margin: 0 0 20px;
}
.table_02 table {
	width: 100%;
}
.table_02 th{
	background: #F5F5F5;
	padding: 20px 20px;
	text-align: center;
	color: #2D344A;
	border-right:1px solid #D0CECE;
	font-size: 14px;
  box-sizing: border-box;
  vertical-align: top;
}
.table_02 td {
	padding: 20px 20px;
	border-right:1px solid #D0CECE;
	box-sizing: border-box;
  vertical-align: top;
}
.table_02 th:first-child {
	border-left:1px solid #D0CECE;
}
.table_02 td:first-child {
	border-left:1px solid #D0CECE;
}

@media screen and (max-width: 768px) {
  /*----- table_01 -----*/	
  .table_01 {
    margin: 15px 0 15px;
  }
.table_wrap {
	overflow-x: auto;
    display: block;
}
	.table_wrap table{
	white-space: nowrap;
		width: 600px;
		
}
.table_01 th{
    /*display: block;
    width: 100%;*/
    padding: 10px 10px;
    font-size: 12px;
  }
  .table_01 td {
    /*display: block;
    width: 100%;*/
    padding: 10px 10px;
    box-sizing: border-box;
  }
  /*----- table_02 -----*/
  .table_02 th {
    font-size: 12px;
    line-height: 1.3em;
    padding: 10px 10px;
  }
  .table_02 td {
    font-size: 12px;
    line-height: 1.5em;
    padding: 10px 10px;
  }
}


/*------------------------------------------------------------
  btn_box
------------------------------------------------------------*/
.btn_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px 0 30px;
}


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

/*------------------------------------------------------------
  trimming
------------------------------------------------------------*/
.trimming .news_box {
	background: #fff;
	border-radius: 40px;
	padding: 40px 80px;
	box-sizing: border-box;
}
.trimming .news_box li {
	display: flex;
  justify-content: space-between;
}
.trimming .news_box li:not(:last-child) {
	margin-bottom: 20px;
}
.trimming .news_box li .day {
  width: 12%;
  margin-right: 30px;
}
.trimming .news_box li .news_ttl {
  width: 88%;
}

.trimming .step li {
	background: #E6DFD6;
	border-radius: 6px;
	padding: 30px 40px;
	position: relative;
}
.trimming .step li:not(:last-child) {
	margin-bottom: 30px;
}
.trimming .step li:not(:last-child):after {
	position: absolute;
	content: "";
	left: 50%;
	transform: translate(-50%,0);
	bottom: -20px;
	 display: block;
  color: #C3AD95;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 20px 15px;
  border-top-color: currentColor;
  border-bottom: 0;
}
.bg_w {
	background: #fff;
	padding: 60px 80px;
	box-sizing: border-box;
	border-radius: 60px;
}
.trimming .columns {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.trimming .columns .item {
	width: 49%;
	background: #E6DFD6;
	border-radius: 30px;
	margin-bottom: 30px;
}
.trimming .columns .item .about-block-02 {
	display: flex;
	justify-content: space-between;
	padding: 30px;
	font-size: 14px;
}
.trimming .columns .item .pic {
	width: 30%;
}
.trimming .columns .item .content {
	width: 70%;
}
.trimming .columns .item .content .position {
	display: table;
	background: #fff;
	border-radius: 100px;
	padding: 0 20px;
}	
.trimming .columns .item .content .name {
	font-size: 20px;
	padding: 10px 0 20px;
}
.trimming .columns .item .info td {
	padding-bottom: 10px;
	vertical-align: top;
}
.trimming .columns .item .info tr td:first-child {
	width: 80px;
	font-weight: 500;
}
.trimming .about-block-03 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 2px solid #C3AD95;
	border-radius: 30px;
	padding: 40px 80px;
	box-sizing: border-box;
}
.trimming .about-block-03 .col-left {
	border-right: 1px solid #553023;
	padding:30px 80px 30px 0;
	font-weight: 500;
	font-size: 20px;
}
.trimming .about-block-03 .col-right{
	display: flex;
	justify-content: space-between;
	width: 68%;
}
.trimming .about-block-03 .col-right ul.info-txt li.info-txt li{
}
.trimming .sec03 .wrap_01 {
	display: flex;
	justify-content: space-between;
}
.trimming .sec03 .wrap_01 .left {
	width: 55%;
}
.trimming .sec03 .wrap_01 .right {
	width: 40%;
}
.trimming .sec03 th,.trimming .sec03 td {
	padding: 15px 6px;
}
.trimming .sec03 table .small {
	font-size: 12px;
}
@media screen and (max-width: 768px) {
 .trimming .news_box {
	border-radius: 20px;
	padding:30px 20px;
	box-sizing: border-box;
}
.trimming .news_box li {
	display: block;
}
.trimming .news_box li:not(:last-child) {
	margin-bottom: 15px;
}
.trimming .news_box li .day {
  width: 100%;
  margin-right: 0;
}
.trimming .news_box li .news_ttl {
  width: 100%;
}

.trimming .step li {
	border-radius: 6px;
	padding: 20px;
	position: relative;
}
.trimming .step li:not(:last-child) {
	margin-bottom: 20px;
}
.trimming .step li:not(:last-child):after {
	position: absolute;
	content: "";
	left: 50%;
	transform: translate(-50%,0);
	bottom: -15px;
	 display: block;
  color: #C3AD95;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 15px 10px;
  border-top-color: currentColor;
  border-bottom: 0;
}
.bg_w {
	background: #fff;
	padding:30px 20px;
	box-sizing: border-box;
	border-radius: 20px;
}

.trimming .columns {
	display:block;
}
.trimming .columns .item {
	width: 100%;
	margin-bottom: 20px;
}
.trimming .columns .item .about-block-02 {
	display: block;
	justify-content: space-between;
	padding: 20px;
	font-size: 14px;
}
.trimming .columns .item .pic {
	width: 40%;
	text-align: center;
	margin: 0 auto 0;
}
.trimming .columns .item .content {
	width: 100%;
}
.trimming .columns .item .content .position {
	text-align: center;
	display: table;
	margin: 0 auto 10px;
}	
.trimming .columns .item .content .name {
	font-size:18px;
	padding: 0 0 10px;
	text-align: center;
}
.trimming .columns .item .info td {
	padding-bottom: 10px;
	vertical-align: top;
}
.trimming .columns .item .info tr td:first-child {
	width: 80px;
	font-weight: 500;
}
.trimming .about-block-03 {
	display: block;
	border: 2px solid #C3AD95;
	border-radius: 20px;
	padding: 30px 20px;
}
.trimming .about-block-03 .col-left {
	border-right: none;
	border-bottom: 1px solid #553023;
	padding:0 0 10px 0;
	font-size: 15px;
	margin-bottom: 10px;
	text-align: center;
}
.trimming .about-block-03 .col-right{
	display: block;
	width: 100%;
}
.trimming .table_01 .sub {
	font-size: 6px;
}
	.hotel	.table_wrap table{
	white-space: nowrap;
		width: 100%;
		
}
.trimming .sec03 .wrap_01 {
	display: block;
}
.trimming .sec03 .wrap_01 .left {
	width: 100%;
	margin-bottom: 40px;
}
.trimming .sec03 .wrap_01 .right {
	width: 100%;
}
.trimming .sec03 .wrap_01 .right .table_01{
	width: 100%!important;
}
.trimming .sec03 th,.trimming .sec03 td {
	padding: 10px 4px;
}
.trimming .sec03 table .small {
	font-size: 9px;
}
}
/*------------------------------------------------------------
  hotel
------------------------------------------------------------*/
.hotel .sec03 .wrap_01 {
	background: #EEE9E3;
	border-radius: 40px;
	padding: 40px 180px;
	box-sizing: border-box;
	margin-top: 40px;
}
.strong {
	font-weight: bold;
	color: #D56F47;
}
@media screen and (max-width: 768px) {
.hotel .sec03 .wrap_01 {
	border-radius: 20px;
	padding: 20px;
	box-sizing: border-box;
	margin-top: 20px;
}
}
/*--------------------------------------
　post
---------------------------------------*/

/*----- post -----*/
.post .sec_block {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.post .news_area {
	width: 75%;
	box-sizing: border-box;
}
.post .news_area .news_list li {
	padding: 30px 0;
	border-bottom: 1px solid #ddd;
}
.post .news_area .news_list li:first-child {
	border-top: 1px solid #ddd;
}
.post .news_area .news_list li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.post .deta_box {
	width: 28%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	box-sizing: border-box;
}
.post .deta_box .day {
	width: 48%;
	color: #835F53;
	font-size: 14px;
	font-weight: 400;
  font-style: normal;
	font-family: "Bebas Neue", sans-serif;
	line-height: 1em;
  letter-spacing: 0.2rem;
}
.post .deta_box .cate {
	width: 52%;
}
.post .deta_box .cate span {
	width: 100%;
  margin: 0 0 10px;
	color: #835F53;
	font-size: 13px;
	font-weight: bold;
	background: #fff;
	border-radius: 100px;
	text-align: center;
	line-height: 1em;
	padding: 8px 0 6px;
	box-sizing: border-box;
	display: inline-block;
}
.post .deta_box .cate span:last-child {
  margin: 0 0 0;
}
.post .news_area .news_ttl {
	width: 70%;
	font-size: 15px;
	text-align: justify;
	line-height: 1.5em;
}

/* info-top */
.single .info-top {
	margin: 0 0 60px;
	position: relative;
}
.single .info-top::before {
  content: "";
	display: block;
  position: absolute;
  width: 100%;
  height: 3px;
	background: #fff;
	bottom: -25px;
  left: 0;
}
.single .deta_box {
	display: flex;
	align-items: center;
	margin: 0 0 20px;
}
.single .deta_box .day {
	color: #C3AD95;
	font-size: 18px;
	font-weight: 400;
  font-style: normal;
	font-family: "Bebas Neue", sans-serif;
	line-height: 1em;
  letter-spacing: 0.4rem;
	margin: 0 20px 0 0;
}
.single .deta_box .cate span {
	width: 130px;
	color: #C3AD95;
	font-size: 13px;
	font-weight: bold;
	background: #fff;
	border-radius: 100px;
	text-align: center;
	line-height: 1em;
	padding: 8px 0 6px;
	box-sizing: border-box;
	display: inline-block;
}
.single h4.n-ttl {
	font-size: 20px;
	line-height: 1.3em;
}

/*----- info-area -----*/
.single .info-area p {
	text-align: justify;
	line-height: 1.8em;
	margin: 0 0 30px;
}
.info-txt img {
	width: inherit;
	max-width: 100%;
	height: auto;
	margin: 0 0 30px;
}
.info-txt h1,.info-txt h2,.info-txt h3,.info-txt h4,.info-txt h5,.info-txt h6 {
	font-weight: bold;
}
.info-txt h1 {
	color: #fff;
	font-size: 30px;
	background: #C3AD95;
	text-align: justify;
	line-height: 1.5em;
	margin: 0 0 30px;
	padding: 5px 20px 5px;
	display: inline-block;
	border-radius: 6px;
}
.info-txt h2 {
	font-size:26px;
	background: #fff8;
	border-left: 5px solid #C3AD95;
	text-align: justify;
	line-height: 1.5em;
	margin: 0 0 30px;
	padding: 10px 10px 10px 20px;
	box-sizing: border-box;
}
.info-txt h3 {
	font-size: 22px;
	border-bottom: 2px solid #C3AD95;
	text-align: justify;
	line-height: 1.5em;
	margin: 0 0 30px;
	padding: 0 10px;
	box-sizing: border-box;
}
.info-txt h4 {
	color: #fff;
	font-size: 22px;
	background: #C3AD95;
	margin: 0 0 20px;
	padding: 8px 15px 6px;
	box-sizing: border-box;
	display: inline-block;
}
.info-txt h5 {
	font-size: 18px;
	line-height: 1.3em;
	margin: 0 0 20px;
}
.info-txt h6 {
	font-size: 16px;
	line-height: 1.3em;
	margin: 0 0 20px;
}
.info-txt a {
	text-decoration: underline;
	display: inline-block;
}
.info-txt strong {
	font-weight: bold;
	text-align: justify;
	margin: 0 0 30px;
	/*display: block;*/
}

/* list */
.info-txt ul {
	margin: 0 0 40px;
}
.info-txt li {
	text-align: justify;
	line-height: 1.8em;
	margin: 0 0 10px;
	padding: 0 0 0 18px;
	box-sizing: border-box;
	position: relative;
}
.info-txt li:last-child {
	margin: 0 0 0;
}
.info-txt li::before {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	background: #C3AD95;
	border-radius: 100px;
	box-sizing: border-box;
	top: 10px;
	left: 0;
}
.info-txt ol{
	/*要素の連番（カウンタ）の値をリセットする*/
	counter-reset: li;
}
.info-txt ol li{
	position: relative;
	/*デフォルトのスタイルを非表示にする*/
	list-style: none;
}
.info-txt ol li:before{
	display: none;
}
.info-txt ol li:after{
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
	color: #C3AD95;
	/*要素の連番（カウンタ）の値を進める*/
	counter-increment: li;
	/*自動連番を付ける関数*/
	content: counter(li)'.';
}
/*----- btn -----*/
.single .news_btn a {
  width: 280px;
  color: #fff;
	background: #835F53;
  text-align: center;
	border-radius: 6px;
	margin: 70px auto 0;
  padding: 20px 0 20px;
  box-sizing: border-box;
}

/*----- pagination -----*/
.post .pagination {
	text-align: center;
	margin: 80px auto 0;
}
.post .pagination ul {
	position: relative;     
	overflow: hidden;
	text-align: center;
	font-size: 0;
}
.post .pagination li {
	display: inline-block;
  line-height: 40px;
	font-size: 16px;
	margin: 0 10px;
}
.post .pagination a {
	display: inline-block;
	text-decoration: none;
}
.post .pagination span {
	display: inline-block;
	padding: 0 15px;
}
.post .pagination span.current {
	background: #C3AD95;
	color: #fff;
	border-radius: 6px;
}
.pagination h2.screen-reader-text {
	display: none!important;
}

/*----- side -----*/
#sidebar {
	width: 20%;
	box-sizing: border-box;
}
#sidebar .side_box {
	margin: 0 0 50px;
}
#sidebar .side_box:last-child {
	margin: 0 0 0;
}
#sidebar .side_ttl {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background:#C3AD95;
	text-align: center;
	padding: 15px 15px;
	box-sizing: border-box;
	border-radius: 6px;
}
#sidebar ul {
	margin: 10px 0 0;
}
#sidebar ul li {
	font-size: 15px;
	border-bottom: 1px solid #e7e7e7;
	padding: 20px 0;
}
#sidebar ul li a {
	display: inline;
}

@media screen and (max-width: 768px) {
	
/*----- post -----*/	
.post .sec_block {
	display: block;
}
.post .news_area {
	width: 100%;
}
.post .news_area .news_list li {
	padding: 20px 0;
}
.post .news_area .news_list li a {
	display: block;
}
.post .deta_box {
	width: 100%;
	display: block;
	justify-content: inherit;
	flex-wrap: inherit;
	align-items: center;
	margin: 0 0 10px;
}
.post .deta_box .day {
	width: 100%;
	font-size: 16px;
}
.post .deta_box .cate {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
	width: 100%;
  margin: 10px 0 0;
}
.post .deta_box .cate span {
	width: calc(33.33% - 5px);
  margin: 0 5px 5px 0;
	font-size: 11px;
	padding: 6px 0;
}
.post .deta_box .cate span:nth-child(3n) {
  margin: 0 0 5px 0;
}
.post .news_area .news_ttl {
	width: 100%;
	font-size: 13px;
	line-height: 1.3em;
}
	
/* info-top */
.single .info-top {
	margin: 0 0 40px;
}
.single .info-top::before {
  height: 2px;
	bottom: -20px;
}
.single .deta_box {
	margin: 0 0 10px;
}
.single .deta_box .day {
	font-size: 18px;
	margin: 0 20px 0 0;
}
.single .deta_box .cate span {
	width: 120px;
	font-size: 12px;
	margin: 0 5px 0 0;
	padding: 8px 0 6px;
}
.single h4.n-ttl {
	font-size: 18px;
	line-height: 1.3em;
}	

/*----- info-area -----*/
.single .info-area p {
	text-align: justify;
	line-height: 1.8em;
	margin: 0 0 20px;
}
.info-txt img {
	width: inherit;
	max-width: 100%;
	height: auto;
	border-radius: 10px;
	margin: 0 0 30px;
}
.info-txt h1 {
	font-size: 30px;
	margin: 0 0 25px;
	padding: 5px 15px 5px;
}	
.info-txt h2 {
	font-size: 26px;
	border-left: 3px solid #335753;
	margin: 0 0 25px;
	padding: 5px 10px 5px 15px;
}	
.info-txt h3 {
	font-size: 20px;
	border-bottom: 1px solid #335753;
	margin: 0 0 25px;
	padding: 0 5px;
}	
.info-txt h4 {
	font-size: 18px;
	padding: 5px 8px;
}
.info-txt h5 {
	font-size: 16px;
}
.info-txt h6 {
	font-size: 14px;
}
	
/* list */
.info-txt ul {
	margin: 0 0 30px;
}
.info-txt li {
	margin: 0 0 8px;
	padding: 0 0 0 15px;
}
.info-txt li::before {
	width: 7px;
	height: 7px;
	top: 8px;
}	

/*----- btn -----*/
.single .news_btn a {
  width: 100%;
	font-size: 14px;
	border-radius: 3px;
	margin: 30px auto 0;
  padding: 15px 0 15px;
}	

/*----- pagination -----*/
.post .pagination {
	margin: 30px auto 0;
}
.post .pagination ul li {
	line-height: 30px;
	font-size: 13px;
	margin: 0 5px;
}
.post .pagination a {
}
.post .pagination span {
	padding: 0 10px;
}	
.post .pagination span.current {
	border-radius: 3px;
}
  
/*----- side -----*/
#sidebar {
	width: 100%;
	margin: 80px 0 0;
}
#sidebar .side_box {
	margin: 0 0 30px;
}
#sidebar .side_ttl {
	font-size: 15px;
	padding: 15px 10px;
}
#sidebar ul {
	margin: 5px 0 0;
}
#sidebar ul li {
	font-size: 14px;
	padding: 15px 0;
}
}