@charset "UTF-8";
/* 観光ガイド団体 一覧ページ*/

.ttl {
 background-image: url("../img/group/ttl-bg.png");
}
.more_btn{
position: relative;
max-width: 290px;
width: 100%;
line-height: 100%;
display: flex;
background: #fff;
border: solid 1px #000;
}
.more_text{
font-family: source-han-serif-japanese, serif;
font-size: 1.4rem;
font-weight: 400;
width: 100%;
color: #000;
text-align: center;
padding: 17px 0;
}
.more_btn:hover {
background-color: #000;
}
.more_text::before{
content:"";
position: absolute;
top:50%;
right:15px;
/*下線の形状*/
width:16px;
height:1px;
background:#000;
transition: all .1s linear;
}
.more_text::after{
content:"";
/*絶対配置で矢印の位置を決める*/
position: absolute;
top: 40%;
right: 18px;
/*矢印の形状*/
width:1px;
height:5px;
background:#000;
transform:skewX(45deg);
transition: all .1s linear;
}
.more_text:hover{
color: #fff;
}
.more_text:hover::before{
right:10px;
background:#fff;
}
.more_text:hover::after{
	right:13px;
	background:#fff;
}

/* 観光ガイド団体 一覧　スマートフォン*/

@media all and (max-width : 767px ){
.more_btn{
max-width: 240px;
width: 100%;
}
.more_text{
font-size: 1.1rem;
padding: 17px 0;
}
}


/* 観光ガイド団体 詳細ページ*/
.article-lead {
margin-bottom: 70px;
}
.section_title_box {
width: 100%;
padding-bottom: 15px;
border-bottom: dotted 1px #ccc;
margin-bottom: 30px;
display: flex;
align-items: flex-end;
}
.section_title {
font-family: source-han-serif-japanese, serif;
font-weight: 500;
font-size: 2.0rem;
line-height: 100%;
display: block;
letter-spacing: 0.2em;
margin-right: 15px;
}
.section_subtitle {
font-family: 'Libre Baskerville', serif;
font-weight: 400;
font-size: 1.0rem;
line-height: 100%;
text-align: center;
color: #8F6D48;
letter-spacing: 0.2em;
position: relative;
display: inline-block;
padding: 0 10px;
}
.section_subtitle::before,
.section_subtitle::after {
content: "";
position: absolute;
top: 50%;
display: inline-block;
width: 5px;
height: 1px;
background-color: #8F6D48;
}
.section_subtitle::before {
left: 0;
}
.section_subtitle::after {
right: 0;
}
.info_box {
width: 100%;
border-top: solid 1px #E5E5E5;
border-left: solid 1px #E5E5E5;
border-right: solid 1px #E5E5E5;
display: table;
align-items: center;
}
.info_box dt {
width: 25%;
background-color:#F9F8F6;
border-right: solid 1px #E5E5E5;
padding: 15px 20px 15px 30px;
font-weight: bold;
display: table-cell;
}
.info_box dd {
width: 75%;
padding: 0px 20px 0px 35px;
word-break: break-all;
display: table-cell;
}
.info_box dd a {
text-decoration: underline;
color: #8F6D48;
}
.info_box dd a:hover {
text-decoration: none;
}
.section_info_box .info_box:last-child {
border-bottom: solid 1px #E1E1E1;
margin-bottom: 70px;
}

/* 観光ガイド団体 詳細　スマートフォン*/

@media screen and (max-width:767px) {

.article-lead {
margin-bottom: 40px;
}
.section_title_box {
padding-bottom: 15px;
margin-bottom: 20px;
}
.section_title {
font-size: 1.4rem;
letter-spacing: 0.2em;
margin-right: 10px;
}
.section_subtitle {
font-size: 0.9rem;
letter-spacing: 0.1em;
}
.info_box {
width: 100%;
border-top: solid 1px #E1E1E1;
border-left: solid 1px #E1E1E1;
border-right: solid 1px #E1E1E1;
display: block;
align-items: center;
padding: 0px 0 10px;
}
.info_box dt {
font-size: 1.2rem;
width: 100%;
border-right: none;
border-bottom: solid 1px #E1E1E1;
padding: 8px 20px 5px 15px;
background-position: 10px 11px;
display: block;
}
.info_box dd {
font-size: 1.2rem;
width: 100%;
padding: 8px 10px 0px 15px;
word-break: break-all;
display: block;
}
.section_info_box .info_box:last-child {
margin-bottom: 30px;
}

}
