/* デスクトップ・タブレット横の設定 */
/* bodyブロックの設定 */
.container {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 10px 20px;
  margin-bottom: 70px;
}
.cp_hr {
	border-width: 1px 0 0 0;
	border-style: dashed;
	border-color: #411E0C;
  width: 90%;
}
.br {
  display: none;
}
.sub-title {
  margin: -60px auto 50px;
  line-height: 15px;
}
.link {
  font-weight: 600;
}

/* contactブロックの設定 */
.container-block01 {
	display: block;
}
.container-block02 {
	display: none;
}
.contact-block {
	display: inline-block;
	line-height: 25px;
}
.contact-block01{
    padding:  40px 4px;
	margin: 0px auto 40px;
    background: #ffe372;
	width: 50%;
    box-shadow: 0px 0px 0px 10px #ffe372;
    border: dashed 2px white;
}
.contact-block01 p{
    margin: 0; 
    padding: 0;
}
.address {
	font-weight: 800;
	font-size: 22px;
	line-height: 60px;
	background: linear-gradient(transparent 70%, #FFF8EB 50%);
}
.attention {
	font-size: 12px;
	line-height: 0px;
}
.contact-block02{
	display: flex;
	justify-content: center;
	margin: 40px auto;
	padding:  40px 0;
	width: 65%;
    position: relative;
    border-top: solid 2px #411E0C;
    border-bottom: solid 2px #411E0C;
	line-height: 25px;
	text-align: left;
	background: #fffdfa;
}
.contact-block02:before, .contact-block02:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #411E0C;
}
.contact-block02:before {left: 10px;}
.contact-block02:after {right: 10px;}
.contact-block02 p {
    margin: 0; 
    padding: 0;
}

.moji {
	margin: 40px 0;
}
.moji-box {
	
}
.mojiji {
	color: #cdad97;
	margin-left: 15px;
}
.text-small_1 {
	font-size: 14px;
}




/* タブレット縦の設定 */
@media screen and (max-width: 1024px) {
.contact-block01 {
	width: 60%;
}
.contact-block02 {
	width: 70%;
}
}



/* スマホ横の設定 */
@media screen and (max-width: 896px) {
.sub-title {
  font-size: 16px;
  margin: -100px auto 30px;
}
.br {
  display: block;
}
.contact-block01 {
	width: 75%;
}
.contact-block02 {
	width: 85%;
}
}



/* スマホ縦の設定 */
@media screen and (max-width: 545px) {
.container-block01 {
	display: none;
}
.container-block02 {
	display: block;
}
.contact-block01 {
	width: 75%;
}
.contact-block02 {
	width: 95%;
}

}
