@charset "utf-8";

/* 共通部分
---------------------------*/
html{
    font-size: 100%;
}
body
{
    font-family: "Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体","ヒラギノ角ゴ Pro W3"sans-serif;line-height: 1.7;color:
     black;
}
.home-body
{
    font-family: "Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体","ヒラギノ角ゴ Pro W3"sans-serif;line-height: 1.7;color:
     red;
}
body .page-title
{
    font-family: "Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体","ヒラギノ角ゴ Pro W3"sans-serif;line-height: 1.7;color:
     red;
}

a
{
    text-decoration: none;
}
img
{
    max-width: 100%;
}
.logo
{
    width: 120px;
    margin-top: 14px ;
}
.main-nav
{
display: flex;
font-size: 1.25rem;
text-transform: uppercase;
margin-top: 34px;
list-style: none;
}
.main-nav li
{
margin-left: 36px;
}
.main-nav a
{
color: #fff;
}
.main-nav a:hover
{
color: #0bd;
}
.page-header
{
    display: flex;
    justify-content: space-between;
}
.wrapper
{
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 10%;
}
.home-content
{
text-align: center;
margin-top: 1%;
}

.home-content p 
{
    font-size: 1.125rem;
    margin: 10px 0 42px;
}
.page-title
{
    font-size: 5rem;
    font-family: 'Philosopher',serif;
    text-transform: uppercase;
    font-weight: normal;
}
.button
{
    font-size: 1.375rem;
    background: #0bd;
    color:#fff;
    border-radius: 5px;
    padding: 18px 32px;
}
.button:hover
{
    background: #0090aa;
}
.big-bg
{
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}

#home
{
background-image: url(../ra-men_sozai/ra-men_home.jpg);
background-color: #0bd;
min-height: 100vh;
}

#home .page-title
{
    text-transform: none;
}
.futidori
{
    text-shadow:
    1px 1px 0px #000, -1px -1px 0px #000,
   -1px 1px 0px #000,  1px -1px 0px #000,
    1px 0px 0px #000, -1px  0px 0px #000,
    0px 1px 0px #000,  0px -1px 0px #000;
}
#news
{
background-image: url(../ra-men_sozai/ra-men_home.jpg);
height: 270px;
margin-bottom: 40px;
}
#news .page-title
{
    text-align: center;
}
footer
{
    background: #432;
    text-align: center;
    padding: 26px 0;
    margin-top: 50px;
}
footer p
{
    color: #fff;
    font-size: 0.875rem;
}
article
{
    width: 74%;
}
aside
{
    width: 22%;
}
.news-contents
{
    display:flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.post-info
{
    position: relative;
    padding-top: 4px;
    margin-bottom: 40px;
}
.post-date
{
    border-radius: 50%;
    color: #fff;
    width: 100px;
    height: 100px;
    font-size: 1.625rem;
    text-align: center;
    position: absolute;
    top: 0;
    padding-top: 10px;
}
.post-date2
{
    background: #0bd;
    border-radius: 50%;
    color: #fff;
    width: 100px;
    height: 100px;
    font-size: 1.625rem;
    text-align: center;
    position: absolute;
    top: 0;
    padding-top: 10px;
}
.post-date2 span
{
    font-size: 1rem;
    border-top: 1px rgba(255,255,255,.5) solid;
    padding-top: 6px;
    display: block;
    margin: 0 auto;
}
.post-title
{
font-family: "Yu Mincho","YuMincho,serif";
font-size: 2rem;
font-weight: normal;
}
.post-title,.post-cat
{
    margin-left: 120px;
}
.circle
{width: 70px;height: 70px;
    border-radius: 50%;
}
.linkhover
{
    color: black;
}
.linkhover:hover
{
    color: royalblue;
}
.kyouchou
{
    font-size: 20px;
}

.kyouchou2
{
    font-size: 30px;
}
.sub-title
{
    font-size: 1.375rem;
    padding: 0 8px 20px;
    border-top: 2px #0bd solid;
    font-weight: normal;
}
aside p
{
    padding: 12px 10px;
}
.underline
{
    padding: 0 2px 10px;
    border-bottom: 2px #0bd solid;
}
.underline2
{
    padding: 0 2px 10px;
    border-bottom: 2px black solid;
}
/*スマホ版*/
@media 
(max-width: 600px)
{
    .page-title{font-size: 2.4rem;}
    .main-nav{font-size: 1rem;
    margin-top: 10px;}
    .main-nav li{margin: 0 20px;}
    .home-content{margin-top: 20%;}
    .page-header{flex-direction: column;align-items: center;}
    .news-contents{flex-direction: column;}
    article,aside{width: 100%;}
    #news .page-title{margin-top: 60px}
    .post-info{margin-bottom: 30px;}
    .post-date2{width: 70px; height: 70px; font-size: 1rem;}
    .post-date2 span{font-size: 0.875rem;padding-top: 2px; ;}
    .post-title{font-size: 1.1rem;}
    .post-cat{font-size: 0.875rem;margin-top: 10px;}
    .post-title,.post-cat{margin-left: 80px;}
    .logo{width: 50px;height: 50px;}
    .circle{width: 50px;height: 50px;}
}
.font1
{
    font-size: 8px;
}