@charset "utf-8";
/*  Mdules top message
*/
.top_message_box {
margin: 1em 0;
text-align: center;
}
.top_message_dog {
margin: 0 1em;
}
.section_title_box {
text-align: center;
}
/*  Mdules introduction
*/
.introduction .section_body {
text-align: center;
}
.introduction .section_body img {
margin: auto;
}
.introduction_text {
width: 100%;
margin-bottom: 1em;
line-height: 2.2em;
font-size: 1.2em;
font-family: "Kosugi Maru", "Yu Gothic", YuGothic, "Meiryo", sans-serif;
}
.introduction_text_bottom {
width: 100%;
margin: 1em auto 3em;
line-height: 2.2em;
font-size: 1.2em;
font-family: "Kosugi Maru", "Yu Gothic", YuGothic, "Meiryo", sans-serif;
}
/*  Mdules what is basset hounds ?
*/
.what_is {
margin-bottom: 3em;
}
.what_is .section_body {
text-align: center;
}
.what_is_text {
width: 100%;
line-height: 2.2em;
font-size: 1.2em;
font-family: "Kosugi Maru", sans-serif;
}
/*  Mdules history
*/
.history .section_body {
margin-bottom: 3em;
}
.history .section_body {
background: right center transparent no-repeat;
background-size: contain;
}
.history .section_body .pc_image {
float: right;
max-width: 35%;
}
.history_text {
background-color: #fff;
box-shadow: -5px 5px 0 #d3cec3;
padding: 1em 2em;
width: 60%;
line-height: 2em;
font-family: "Kosugi Maru", sans-serif;
font-size: 1.2em;
}
.history_text_inner {
display: inline;
padding: 0.3em 0;
border-bottom: 1px dashed #bcd8bc;
}
/*  Mdules message
*/
.message {
margin-bottom: 3em;
}
.message_left {
float: left;
margin: 2%;
width: 29.333%;
padding-top: 32.897%;
/* padding-top: 112.152%;  width: 100% の場合*/
}
.message_center {
float: left;
margin: 1%;
width: 31.333%;
padding-top: 34.554%;
/* padding-top: 110.28%;  width: 100% の場合*/
margin-top: 7%;
margin-left: -7%;
}
.message_right {
float: right;
margin: 1%;
width: 38.333%;
padding-top: 36.136%;
/* padding-top: 94.27%;  width: 100% の場合*/
margin-top: 5%;
}
/*  Mdules contact
*/
.contact_us {
text-align: center;
margin-bottom: 3em;
}
.contact_text {
margin: 2%;
width: 96%;
line-height: 2.2em;
font-size: 1.2em;
}
.contanct_tel,
.contanct_mail {
margin: 0 1em;
padding: 0.3em 1em;
border-radius: 25px;
background-color: #45352d;
font-weight: bold;
font-family: "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
}
.contact_icon_text {
vertical-align: middle;
color: #fff;
}
.contanct_tel .tel_icon,
.contanct_mail .mail_icon {
height: 20px;
vertical-align: middle;
}
