@charset "UTF-8";
/*
Theme Name:mytheme-2
Author:TRAVEL SKETCH
Description:This is my original theme.
Version:1.0
*/
*{
    margin: 0;
    padding: 0;
}
html{
    overflow-y: scroll;
}
body{
    font-family: 'メイリオ','Hiragino Kaku Gothic Pro',sans-serif;
}
p{
    font-size: 17px;
    color:#333;
}
#rogo{
    margin-left: 2%;
    margin-top: 5px;
}
#rogo img{
    max-width: 100%;
    overflow: hidden;
    height: auto;
    display: block;
}
#tel{
    float: right;
    margin-right: 2%;
    margin-top: 8px;
}
#tel img{
    max-width: 100%;
    overflow: hidden;
    height: auto;
    display: block;
}
.container{
    max-width:996px;
    margin: auto;
}
/* saiteinfo */
#siteinfo{
    background: #fff;
}




/* ナビ メニュー */
.h-navi nav {
    margin: auto;
}
.velt{
    background: #f2f0e9;
    border-bottom: 1px #ccc solid;
    border-top: 1px #ccc solid;
}
#velt{
    background: #f5bc59;
    border-bottom: 1px #ccc solid;
    border-top: 1px #ccc solid;
}    
.h-navi nav li{
    list-style: none;
}
.h-navi nav li a{
    text-decoration: none;
    float: left;
    width: 33.3333%;
    text-align: center;
    background: #f5bc59;
    font-size: 20px;
    font-weight: bold;
    color:#333;
    padding-top:12px;
    padding-bottom: 11px;
    border-bottom: solid 2px transparent;
}
.h-navi nav li a:hover{
    background: #eee;
    color:#00f;
    border-bottom-color: #0f0;
}
#searchsubmit{
    padding: 0 5px;
}
#search-2{
    list-style: none;
    background: #f2f0e9;
    text-align: right;
    padding: 10px;
}
.h-navi nav li.current-menu-item a{
    border-bottom-color:#e6cc1c;
    background: #fff;
    color:#00f;
}

/* コンテンツ */
.contents{
    background: #fff;
    width: 100%;
    
    line-height: 220%;
}
.text_area{
    padding: 15px;
    border-radius: 5px;
    border: 1px #ccc solid;
    border-top:5px #ccc double;
    margin-top: 15px;
    background: #f2f0e9;
}
.text_area span{
    font-size: 23px;
}
.text_area i{
    font-size: 23px;
    padding-right: 10px;
    color:cadetblue;
}
.text_area p{
    font-size: 18px;
    color:#333;
}
.solo_area{
    background: #fff;
    border:1px #ccc solid;
    border-radius: 5px;
    margin-top: 15px;
    padding: 10px;
}
.solo_area i{
    font-size:15px;
    color: burlywood;
    padding-right: 0;
}
.solo_area p{
    font-size: 18px;
}
.solo_area h2 a{
    color: #333;
}
.solo_area span a{
    text-decoration: none;
}
.solo_area a{
    text-decoration: none;
}
.solo_area li{
    list-style: none;
    border-bottom: 1px dotted #777;
    width:70%;
    float: left;
    padding-left: 10px;
    font-size:18px;
    color:#333;
}
.pagenav span{
    font-size: 18px;
    font-weight: bold;
}
.pagenav a{
    text-decoration: none;
}
.more{
    margin: 10px;
    float: right;
}
.more a{
    text-decoration: none;
    color: #333;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
}
.more a:hover{
    background: #e8e8e8;
}


.postinfo span {
    font-size: 15px;
    padding-right: 10px;
    color: #333;
 }
.postinfo span a{
    color: #333;
}

.excerpt {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.excerpt img{
    float: left;
    margin-right: 20px;
}
.new a{
    color:#333;
}
.old a{
    color:#333;
}
.solo_area img{
    float: left;
    margin-right: 20px;
}
.name{
    text-align: right;
}
.screen-reader-text i{
    background: #ccc;
    color:#fff;
    font-size:19px;
    padding: 3px;
    border: 1px solid #777;
}
.search_area{
    width:240px;
    height:25px;
    border: none;
    font-size: 18px;
}
#searchsubmit{
    font-size:17px;
    padding: 2px 2px 3px 2px;
}
.search_buttom:hover{
    cursor: pointer;
}
.right_img{
    float:right;
}
.otoiawase{
    float: left;
    width:70%;
    font-size:18px;
}

/* フッター */
footer p{
    margin-left: 20px;
}
.copy_text{
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}
.left_list{
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    border-right: 1px dotted #333;
    padding-right: 40px;
    margin-top: 15px;
    margin-bottom: 40px;
}
.left_list li{
    color: #333;
}
.center_list{
    float:left;
    margin-right: 20px;
    padding-right: 40px;
    margin-top: 15px;
    margin-bottom: 40px;
    margin-left: 15px;
}
.center_list li{
    list-style-type: circle;
    
}
.right_list{
    float: left;
    padding-left: 35px;
    margin-top: 15px;
    border-left: 1px dotted #333;
}
.right_list li{
    list-style-type: square;
    color:#333;
}
footer p{
    font-size:15px;
}
footer i{
    padding-right: 15px;
    color: #333;
}
footer li{
    list-style: none;
}
footer li a{
    text-decoration: none;
    color:#333;
    font-size: 15px;
}
footer li a:hover{
    color:#0af;
    text-decoration: underline;
}
.velt_2{
    background: #f2f0e9;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding:10px 0;
}
.blogmenu{
    margin: auto;
    margin-top: 15px;
    border-radius: 5px;
    background: #fff;
    width: 50%;
}
.blogmenu ul{
    list-style: none;
}
.blogmenu li a{
    text-decoration: none;
    color: #333;
}
.blogmenu li a:hover{
    color: #0af;
    text-decoration: underline;
}
.blogmenu .widget{
    margin-bottom: 10px;
    padding: 5px 5px 0 5px;
    border-top:5px solid #ccc;
    border-bottom:30px solid #ccc;
}
.blogmenu .widgettitle{
    margin-bottom: 20px;
}
#map-zone li{
    padding-top: 10px;
    
}
iframe{
    width: 100%;
    height: 270px;
    display: block;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}
#wp-calendar{
    width:90%;
    margin: auto;
}
.modoru{
    width: 90px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #ccc;
    text-align: center;
    font-size:18px;
    border-top:1px solid #777;
    border-right:1px solid #777;
    border-left:1px solid #777;
    font-weight: bold;
    padding: 3px 3px 0 3px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
.modoru i{
    color:#333;
}
.modoru a{
    text-decoration: none;
    color:#333;
}
.modoru:hover{
    background-color: #f5bc59;
    color:#ff0;
}
.gaiyou dl{
    font-size: 18px;
} 
.gaiyou dt{
    float: left;
    width:20%;
    padding-left: 15px;
    
}    
.gaiyou dd{
    margin-left: 20px;
    border-bottom: dotted 1px #ccc;
}    
.velt_3{
    background: #f5bc59;
}
.site_info{
    float: left;
    width: 33.33%;
}
.site_info2{
    float: left;
    width: 33.33%;
}
.site_info2 li a{
    color:#333;
}
.site_info2 li a:hover{
    text-decoration: underline;
    color:#59f;
}
.site_info3{
    float: left;
    width: 33.33%;
}
.site_info li{
    border: none;
    list-style-type:disc;
    margin-left: 15px;
}
.site_info li a{
    color:#333;
    font-size:18px;
}
.site_info li a:hover{
    text-decoration: underline;
    color:#59f;
}
.site_info2 li{
    border: none;
    list-style-type: circle;
}
.site_info3 li{
    border: none;
    list-style-type:square;
        margin-left: 20px;
}
.site_info3 li a{
    color:#333;
    font-size:18px;
}
.site_info3 li a:hover{
    text-decoration: underline;
    color:#59f;
}    
.renshu3-dl{
    font-size:18px;
}
.renshu3-dt:hover{
    cursor: pointer;
    color:#59f;
    text-decoration: underline;
}
.otoiawase input{
    font-size:18px;
    font-family: 'メイリオ','Hiragino Kaku Gothic Pro',sans-serif;
    width: 100%;
}
.otoiawase textarea{
    font-size:18px;
    font-family: 'メイリオ','Hiragino Kaku Gothic Pro',sans-serif;
    width: 100%;
}
.otoiawase input[type="submit"]{
    font-size:18px;
    width: 100px;
    padding: 5px;
    float:right;
    border-radius: 5px;
    background-color: #f2f0e9;
    color:#333;
    
}
.otoiawase input[type="submit"]:hover{
    cursor: pointer;
    background-color: #f5bc59;
    color:#ff0;
    
}
#oshirase{
    background: #fff;
    border:1px #ccc solid;
    border-top: 20px #ccc double;
    border-bottom: 20px #ccc double;
    border-radius: 5px;
    padding: 10px;
}
#oshirase dd{
    margin-left: 15px;
    border-bottom: dotted 1px #333;
    margin-top: 10px;
    color:#333;
}
#oshirase i{
    margin-right: 10px;
}
#oshirase dt{
    margin-top: 5px;
    color:#333;
}
.new{
    color:#f00;
}

#oshirase p{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
    color:#333;
}
#oshirase nav i{
    float: left;
    padding-top: 5px;
    font-size: 18px;
}
#oshirase nav ul{
    float: left;
    font-weight: bold;
    font-size: 18px;
}
#oshirase a{
    color:#333;
    text-decoration: none;
}
#oshirase a:hover{
    color:#0af;
    text-decoration: underline;
}

#koyomi table{
    width:100%;
    border:none;
}
#koyomi span{
    font-size:13px;
}
#koyomi td{
    border:none;
    text-align: center;
}
#koyomi p{
    text-align: center;
    font-weight: bold;
}
.holiday{
    background: #f99;
}
.out{
    background: #ddd;
    color:#aaa;
}
.doyoubi{
    background: #59f;
}
.nichiyoubi{
    background: #f22;
}
.solo_area dd{
    border-bottom: 1px dotted #333;
    padding-left: 10px;
}
.ichiran_menu{
    list-style: none;
    padding-left: 40px;
    font-size: 14px;
}
.ichiran_menu li a{
    text-decoration: none;
    color:#333;
    float: left;
}
.ichiran_menu li a:hover{
    text-decoration: underline;
    color:#59f;
}
.ichiran_menu i{
    font-size: 14px;
    color:#333;
    padding-left: 10px;
}
#search-2 input[type="submit"]{
    border-radius: 5px;
    background-color: #f2f0e9;
    color:#333;
    padding: 5px;
}
#search-2 input[type="submit"]:hover{
    background-color: #f5bc59;
    color:#ff0;
}
    
/* レスポンシブ */

@media(min-width:800px){
/* ２段組 */
    .container{
        max-width: 996px;
        overflow: hidden;
    }
    #rogo{
    float: left;
    margin-left: 0;
    margin-top: 5px;
    }
    #tel{
    float:right;
    margin-right:0;
    margin-left: 0;
    margin-top: 8px;
}
    .contents{
        width: 70%;
        float: left;
    }
    .blogmenu{
        float: right;
        width: 28%;
    }
    .h-navi nav {
    margin: auto;
}
.velt{
    background: #f2f0e9;
    border-bottom: 1px #ccc solid;
    border-top: 1px #ccc solid;
}
#velt{
    background: #f5bc59;
    border-bottom: 1px #ccc solid;
    border-top: 1px #ccc solid;
}    
.h-navi nav li{
    list-style: none;
}
.h-navi nav li a{
    font-family: 'メイリオ','Hiragino Kaku Gothic Pro',sans-serif;
    text-decoration: none;
    float: left;
    width: 16.6666%;
    text-align: center;
    background: #f5bc59;
    font-size: 20px;
    font-weight: bold;
    color:#333;
    padding-top:15px;
    padding-bottom: 13px;
    border-bottom: solid 2px transparent;
}
.h-navi nav li a:hover{
    background: #eee;
    color:#00f;
    border-bottom-color: #0f0;
}
    
}

@media(max-width:520px){
    .blogmenu{
        width: 80%;
    }
    .left_list{
        width: 90%;
        border: none;
        margin-right: 0;
    }
    .center_list{
        float: none;
        border: none;
        padding-left: 20px;
        width: 90%;
    }
    .right_list{
        float: none;
        border: none;
        width: 90%;
    }
    #search-2{
    list-style: none;
    background: #f2f0e9;
    text-align: left;
    padding: 10px;
    }
    #tel{
    float: none;
    margin-left: 10px;
    margin-top: 8px;
}
}

@media(max-width:425px){
    .site_info{
        width: 90%;
        clear: both;
    }
    .site_info2{
        width: 90%;
        float: none;
        padding-left: 20px;
        padding-top: 20px;
        padding-bottom: 40px;
        clear: both;
    }
    .site_info3{
        padding-top: 20px;
        width: 90%;
        float: none;
    }
    .h-navi nav li a{
    text-decoration: none;
    float: left;
    width: 50%;
    text-align: center;
    background: #f5bc59;
    font-size: 20px;
    font-weight: bold;
    color:#333;
    padding-top:6px;
    padding-bottom: 4px;
    border-bottom: solid 2px transparent;
    }
}

#respond input[type="submit"]{
    border-radius: 5px;
    padding: 5px;
}
#respond input[type="submit"]:hover{
    background-color:#f5bc59;
    color: #ff0;
}




