/* ==========================================================================
   外観 > カスタマイズ > 追加CSS(WordPress Customizerの「追加CSS」/wp-custom-css)。
   元サイトではテーマ本体のstyle.cssより先に読み込まれるため、
   同じセレクタが競合した場合はstyle.css側が優先される(カスケード順を再現)。
   ========================================================================== */

			a, a:visited {
outline: none;
color: #333;
}
/*ページ内リンクスクロールcss*/
#hotel{
padding-top: 250px !important; 
margin-top: -250px !important;
}
.shinryo-detail{
padding-top: 250px !important; 
margin-top: -250px !important;
}
#staff_nav{
padding-top: 250px !important; 
margin-top: -250px !important;
}
#menu05{
padding-top: 250px !important; 
margin-top: -250px !important;
}
#kyuzin{
padding-top: 250px !important; 
margin-top: -250px !important;
}
/**/
#shampoo>.title> h6{
 position: absolute;
    top: 0px;
    bottom: 35px;
    margin: auto;
    height: 1em;
    vertical-align: middle;
    background: none;
}
#shampoo>.title> h6> span{
display:block;
margin-top:-7px;
}
.kotei-page .title h6{
font-size: 24px !important;
}

#maincopy h2 {
font-size: 24px;
color: #5e3d2e;
margin: 0 auto 5px;
}
#maincopy h2{
font-family: "Meiryo", "Century Gothic", Arial, sans-serif !important;;
}
.index-menu-title {
text-align: center;
}
#maincopy_box p .mark {
background: #fff8c5;
padding: 3px 5px;
border-radius: 2px;
}

/*メインコピーcss*/
#maincopy p{
/*border-bottom: 1px dotted #ddd;*/
}
#maincopy_box{
width:80%;
box-sizing: border-box;
padding: 1.5% 2% 2% 2%;
margin: 0 auto 4em;
border: 7px solid #e6ddd5;
overflow:hidden;
border-radius:15px;
}
#maincopy_box h2{
font-size: 24px !important;
text-align:center;
margin: 0 0 1% 0;
color:#5e3d2e;
}
#maincopy_box p{
margin: 0;
border-top: 1px dotted;
padding:2% 0 1% 0;
}
#maincopy_box ul{
float:left;
width:100%;
padding-right: 10%;
}
#maincopy_box li {
text-align: left;
line-height: 1.9;
text-align:center;
}

/*#maincopy_box img{
width:75%;
}*/

.img-right {
float:right; 
padding:10px;
}

#footer-slider-wrapper{
  display: none;
}

@media screen and (max-width: 800px) {
#shampoo>.title> h6{
 position: static;
    top: 0px;
    bottom: 0px;
    margin:0;
    height: 3.4em;
    vertical-align: middle;
    background: none;
}
#shampoo>.title> h6> span{
display:block;
margin-top:0px;
}
.kotei-page .title h6{
font-size: 22px !important;
}
#maincopy p{
border-bottom: 1px dotted #ddd;
}
#maincopy_box{
width:95%;
box-sizing: border-box;
padding:  1% 3%;
margin: 0 auto 2em;
background-size:30%;
}
#maincopy_box h2{
font-size: 18px !important;
text-align:center;
padding-top:8px;
}
#maincopy_box ul{
float:none;
width:100%;
padding-right:10%;
}
#maincopy_box li {
text-align: left;
line-height: 1.9;
text-align:center;
}
#maincopy_box p{
margin: 0;
border-top: 1px dotted;
padding:1% 0 1% 0;
}
#maincopy_box img{
width:50%;
padding:5%;
box-sizing: border-box;
}
#about-page .about_shisetsu dl{
width: 95% !important;
}
}
