@charset "UTF-8";

:root {
  --main-color: #000;
}

#tokushu.sakura a {
text-decoration: underline;
}

#tokushu.sakura a:hover {
text-decoration: none;
}

#tokushu.sakura h1 {
font-size: 3.3em;
line-height: 1.2;
margin: 10px 0 20px 0;
}

#tokushu.sakura  h1 span {
font-size: 55%;
margin: 0 0 5px 0;
display: block;
font-weight: bold;
}


#tokushu div.index ol li a {
border: none;
}


#tokushu.sakura h2 {
font-size:1.7em;
line-height: 1.4;
margin: 60px 0 20px 0;
padding: 15px 20px;
border: none;
background: #666;
color: #fff;
}

#tokushu.sakura h2 span {
font-size:70%;
line-height: 1.4;
padding: 0;
display: block;
}

#tokushu.sakura h4 {
font-size: 1.4rem;
}

/* spot title */

#tokushu.sakura .spot {
  display: flex;
  align-items: flex-start; 
  margin: 70px 0 30px 0;
}

#tokushu.sakura .spot-number {
width: 36px;
  height: 36px;
  background: #333;
  color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;

  margin: 2px 15px 0 0;
}

#tokushu.sakura .spot-text {
flex: 1;
background:none;
vertical-align: top;
}

#tokushu.sakura .spot-text h3 {
line-height: 1.4;
border: none;
font-size: 1.8rem;
padding: 0;
font-weight: bold;
margin: 0;
display: block;
}

#tokushu.sakura .spot-text h3 span {
background: none;
  color: #333;
  display: inline-block;
  padding: 0 0 2px 0;
  margin: 0 6px 10px 0;
  font-size: 1rem;
  border-bottom: 2px solid #333;
  font-weight: bold;
}

#tokushu.sakura .spot-text .address-de {
border: none;
margin: 6px 0 0 0;
font-weight: normal;
display: block;
font-size: 0.9rem;
}


#tokushu.sakura .kakomi {
margin: 60px 0;
padding: 30px;
background: #f2f2f2
}

#tokushu.sakura .kakomi h4 {
margin: 0 0 15px 0;
border: none;
padding: 0 0 5px 0;
border-bottom: 5px #CCC solid
}

#tokushu.sakura .kakomi h5 {
font-size: 1.2em;
margin: 0;
}


#tokushu.sakura .kakomi p {
margin: 15px 0;
}

#tokushu.sakura .kakomi p:last-child {
margin-bottom:0;
}

#tokushu.sakura .kakomi img {
width: 100%;
}



#tokushu.sakura .index {
    padding: 20px 30px 10px;
    background-color: #f5f5f5;
    width: 100%;
    margin: 20px 0;
    box-sizing: border-box;
    line-height: 2 !important;
}

#tokushu.sakura .index ol {
font-size: 80%;
}


/*  For Responsivizer  */

@media only screen and (max-width: 480px) {
body.white .site #tokushu.sakura #table th,
body.white .site #tokushu.sakura #table td {
    width: 100%;
    display: block;
  }
  }

body.white .site #tokushu.sakura h1 {
font-size: 2.3rem;
line-height: 1.2;
margin: 10px 0 20px 0;
font-weight: 900;
font-weight: bold;
}

body.white .site #tokushu h1 span {
font-size: 70%;
margin: 0 0 10px 0;
display: block;
font-weight: bold;
}


body.white .site .photo img {
  width: 100%;
  height: auto;
}

body.white .site #tokushu.sakura .spot{
  flex-direction:column;
}

body.white .site #tokushu.sakura .spot-text {
flex: 1;
width: 100%;
background:none;
vertical-align: top;
}

body.white .site #tokushu.sakura .spot-number{
  margin:0 0 6px 0;
  }
  
  
body.white .site #tokushu.sakura .spot-text .address-de {
border: none;
margin: 6px 0 0 0;
font-weight: normal;
display: block;
font-size: 1rem;
width: 100%;
}

body.white .site #tokushu.sakura .spot-text h3 {
line-height: 1.4;
border: none;
font-size: 1.6rem;
padding: 0;
font-weight: bold;
margin: 0;
display: block;
}

body.white .site #tokushu.sakura .spot-text h3 span {
background: none;
  color: #333;
  display: inline-block;
  padding: 0 0 2px 0;
  margin: 0 6px 10px 0;
  font-size: 1rem;
  border-bottom: 2px solid #333;
  font-weight: bold;
}

