@charset "UTF-8";

:root {
  --main-color: #000;
}

#tokushu.castle a {
text-decoration: underline;
}

#tokushu.castle a:hover {
text-decoration: none;
}

#tokushu.castle h1 {
font-size: 2.7em;
line-height: 1.2;
margin: 10px 0 20px 0;
}

#tokushu.castle h1 span {
font-size: 55%;
margin: 0 0 5px 0;
display: block;
font-weight: bold;
}


#tokushu div.index ol li a {
border: none;
}

#tokushu.castle h2 {
font-size:1.7em;
line-height: 1.4;
margin: 60px 0 20px 0;
padding: 15px 20px;
border: none;
background: #666;
color: #fff;
}

#tokushu.castle h2 span {
font-size:70%;
line-height: 1.4;
padding: 0;
display: block;
}

#tokushu.castle .places h3 {
margin: 70px 0 10px 0;
border-left: #ccc 10px solid;
padding: 0 0 0 25px;
}



#tokushu.castle .places h3 span {
display: block;
font-weight: normal;
margin: 0;
padding: 0;
}


#tokushu.castle .places h3 small {
display: block;
font-weight: bold;
margin: 0;
padding: 0;
font-size: 0.8rem;
color: #888
}

#tokushu.castle .places .photo {
margin: 20px 0 40px 0;
}

#tokushu.castle .places span.catch {
  font-size: 1.2rem;
  margin: 0 0 5px 0;
}

#tokushu.castle .places p.infobox {
margin: 30px 0;
}



#tokushu.castle .castle-style {
background: #efefef;
padding: 30px
}

#tokushu.castle .castle-style h3 {
margin: 0;
}

#tokushu.castle .castle-style h3.title{
  display:flex;
  align-items:flex-start;
  gap:20px;
  margin:40px 0 30px 0;
  padding: 0;
}

#tokushu.castle .castle-style h3.title .number{
  width:40px;
  height:40px;
  border:3px solid #777;
  border-radius:50%;

  display:flex;
  justify-content:center;
  align-items:center;

  font-size:1.8rem;
  color:#777;

  flex-shrink:0;
}

#tokushu.castle .castle-style h3.title .text{
  line-height:1.2;
  font-size: 1.2rem
}


#tokushu.castle .kakomi {
margin: 70px 0;
padding: 30px;
background: #f4f4f4;
border: none;
}

#tokushu.castle .kakomi h4 {
margin: 0 0 20px 0;
border: none;
padding: 0 0 8px 0;
border-bottom: 1px #333 solid;
font-size: 1.4rem;
}

#tokushu.castle .kakomi h4 span {
font-weight: normal;
font-size: 80%;
display: block;
}

#tokushu.castle .kakomi h5 {
margin: 40px 0 20px 0;
font-size: 1rem;
}



#tokushu.castle .kakomi p {
margin: 15px 0;
}

#tokushu.castle .kakomi p:last-child {
margin-bottom:0;
}

#tokushu.castle .kakomi img {
width: 100%;
}

#tokushu.castle .kakomi .photo {
margin: 25px 0
}


#tokushu.castle ul.comments {
margin: 40px 30px 60px 30px;
padding: 0;
border-top: 1px dashed #666;
border-bottom: 1px dashed #666;
}

#tokushu.castle ul.comments li {
  list-style: none;
  margin: 0;              
  padding: 20px 0;     
  font-size: 90%;
}

#tokushu.castle ul.comments li + li {
  border-top: 1px dashed #666;
}


#tokushu.castle .index {
    padding: 20px 30px 10px;
    background-color: #f5f5f5;
    width: 100%;
    margin: 20px 0;
    box-sizing: border-box;
    line-height: 2 !important;
}

#tokushu.castle .index ol {
font-size: 80%;
}



/*  For Responsivizer  */

@media only screen and (max-width: 480px) {
body.white .site #tokushu.castle #table th,
body.white .site #tokushu.castle #table td {
    width: 100%;
    display: block;
  }
  }

body.white .site #tokushu.castle h1 {
font-size: 2.3rem;
line-height: 1.2;
margin: 10px 0 20px 0;
font-weight: 900;
}

body.white .site #tokushu h1 span {
font-size: 65%;
margin: 0 0 10px 0;
display: block;
font-weight: bold;
line-height: 1.2;
}


body.white .site .photo img {
  width: 100%;
  height: auto;
}

body.white .site #tokushu h3 {
margin-top: 60px;
}


