/*
Theme Name:komoda
Author:shoko arai
Description:呑み処こもだのウェブサイト
Version:1.0
*/

/* Base
   ========================================================================== */
   
@charset "utf-8";

body {
    font-family: 'EB Garamond', serif, 'Noto Serif JP', serif;
    background-color: #111b3a;
    font-size: 15px;
    line-height: 1.5;
    color: #ffffff;
    margin:0;
    text-decoration: none;
}

.center {
    text-align: center;
}

.content{
  width: 1000px;
  margin: 0 auto;
}

.blog article .content,.single article .content {
    width: 750px;
}



a {
    color: #ffffff;
    text-decoration: none;
    outline: none;
}

h1 {
    font-size: 25px;
}


/* header
   ========================================================================== */


#bk1 {
background-image: url("images/sakana_haikei.jpg");
width: 100%;
height: auto;
background-position: center;
background-repeat: no-repeat;
margin-bottom: auto;
padding-bottom: 2px;
}

.main_img_pc img {
	width: 100%;
	height: auto;
}

.main_img_smp {
	display: none;
}

.top_menu {
    text-align: center;
    
}

.narabi {
padding: 0px;
margin:80px 0;
}

.narabi li {
    margin:60px 0;
}

.narabi li img{
    width:60%;
}

/* tennai
   ========================================================================== */

.tennai {
    text-align: center;
    margin: 80px 0;
}

.gp{
    margin: 40px 0;
    text-decoration: none;
}

p {
    color: #ffffff;
    text-decoration: none;
}

.mochikaeri {
    text-align: center;
    padding: 80px 0;
    background-image: url("images/haikei.jpg");
    width: 100%;
    height: auto;
}

 .about{
    text-align: center;
    margin-top: 80px;
    font-size: 22px;
    margin-bottom: 80px;
 }

 .about_text {
    margin: 0;
    margin-bottom: 60px;
 }


.wp_toppage_pc {
    background-image: url("images/jyohou.png");
    width: auto;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: auto;
    padding-bottom: 2px;
    padding-top: 100px;
    padding-bottom: 120px;
}

.wp_toppage_smp {
    display: none;
}


.all {
	margin: 10px auto;
	text-align: center;
	display: block;
    margin-top: 30px;
}

.all .wp {
    text-align: left;
    display: inline-block;
    font-size: 22px;
    margin:60px 0;   
}

.all .wp a{
color: #111b3a;
text-decoration: underline;
}

.googlemap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.googlemap_smp {
    display: none;
}






/* Footer
   ========================================================================== */
   
footer {
    text-align: center;
    color: #ffffff;
    margin:0 auto;
}



/* タブレッドビュー
   ========================================================================== */
   
@media screen and (max-width: 1100px) {
    
    .content{
        width: 85%;
        margin: 0 auto;
    }

/* tennai
   ========================================================================== */

   .tennai {
    text-align: center;
    margin: 80px 0;
    }

    .tennai img {
        width:80%;
        height:auto;
    }

    .mochikaeri img{
        width:80%;
        height:auto;
    }

    .about img{
        width:80%;
        height:auto;
    }



   



}

/* スマホビュー
   ========================================================================== */
   
@media screen and (max-width: 620px) {
        /**
        * Base
        */
        
        .content{
            width: 100%;
            margin: 0 auto;
        }

        #bk1 {
            background-image: url("images/sakana_haikei.jpg");
            width: 100%;
            height: auto;
            background-position: center;
            background-repeat: no-repeat;
            margin-bottom: auto;
            padding-bottom: 2px;
        }

        .main_img_pc {
            display: none;
        }

        .main_img_smp {
            display:block;
        }

        .main_img_smp img {
            width:100%;
            height:auto;
        }

        .narabi {
            padding: 0px;
            margin:40px 0;
        }
            
        .narabi li {
            margin:40px 0;
        }
            
        .narabi li img{
            width:80%;
        }

        .tennai {
            text-align: center;
            margin: 40px 0;
        }

        .tennai img {
            width:80%;
            height: auto;
        }

        .tennai p {
            font-size: 10px;
        }

        .gp{
            margin: 20px 0;
            text-decoration: none;
        }

        .mochikaeri {
            padding: 40px 0;
            text-align: center;
        }

        .mochikaeri img {
            width:80%;
            height: auto;
        }

        .about{
            text-align: center;
            margin-top: 40px;
            font-size: 10px;
         }

        .about img {
            width: 80%;
            height: auto;
        }
        
         .about p {
            margin: 20px auto;
            margin-bottom: 0px;
         }

         .about {
            scroll-margin-bottom: 0;
         }

         .about_text {
            margin: 0;
            margin-bottom: 0px;
         }
        
         .map {
            padding-top: 80px;
            text-align: center;
            width: 100%;
            height: auto;
        }

        .wp_toppage_pc {
            display: none;
        }

        .wp_toppage_smp {
            display: block;
            background-image: url("images/smp.png");
            width: 100%;
            height: auto;
            background-size: cover;
            background-repeat: no-repeat;
            padding-top: 10px;
            padding-bottom: 0px;
        }
        
        
        .all {
            margin: 0px auto;
            text-align: center;
            display: block;
        }
        
        .all .wp {
            text-align: left;
            display: inline-block;
            font-size: 12px;
            margin:0;
        }

        .googlemap {
            display: none;
        }

        .googlemap_smp {
            display: flex;
            justify-content: left;
            align-items: center;
            margin:0 auto;
            width: 80%;
            height:auto;
            padding-bottom: 30px;
        }

        #copyright {
            font-size: 10px;
        }


            

}




