@charset "UTF-8";

/* 共通部分
Windows書体：メイリオUI
総称フォント名は引用符では囲わない：sans-serif
------------------------------- */
html {
    font-size: 100%;
	color:#432;
}
body{
    font-family:"メイリオ",Meiryo,"ヒラギノ角ゴProN", "Hiragino Kaku Gothic Pro", Osaka,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	background-image: url(../99image/01HPBaseimage/bg.gif);
	margin-left: 2px;
	margin-top: 2px;
}
a {
    text-decoration: none;
}
img {
    max-width: 100%;
}
.wrapper {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 4%;
}

.TableFix {
    border-collapse: collapse;
    table-layout: fixed;
}


/* 文字サイズ
------------------------------- */
.h1{
	font-size: 18px;
	font-weight: bold;
}

.S{
  font-size : 11px;
  line-height : 16px;
}
.M{
	font-size : 14px;
	line-height : 21px;
	text-align: left;
}
.L{
	font-size : 18px;
	font-weight: bold;
}

.LL {
	font-size: 18px;
	font-weight: bold;
}

/* 文字色
------------------------------- */
.赤 {
	color: #FF0000;
}


.黄小 {
	color: #ffff00;
	font-size: 9px;
}

.黄{
	color: yellow;
}

.緑 {
	color: #008000;
}

.青緑 {
	color: #008080;
}
.青 {
    color: #0000FF;
}
.青B {
    color: #0000FF;
	font-weight: bold;
}
.トルコ {
    color: #43C0F2;
}
.灰 {
	color: #C0C0C0;
}
.濃灰{color:#808080; 
}
.白 {
	color: #FFFFFF;
}

.臙脂 {
	color: #880000;
}


/* リスト
-------------------------------*/
ol .kansuji {
	list-style-type: cjk-ideographic;
	color:#654;
}

/* リンク
-------------------------------*/
a:link { color : #006666; }
a:visited { color: #006666;}
a:active { color: #33cc66; text-decoration : underline; }
a:hover { color: #006666; text-decoration : underline; }
a:hover img{border: solid 2px silver;}


/* 大きな背景画像 */
.big-bg {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.sub-title {
    font-size: 1.375rem;
    padding: 0 8px 8px;
    border-bottom: 2px #0bd solid;
    font-weight: normal;
}

/* ボタン */
.button {
    font-size: 1.375rem;
    background: #0bd;
    color: #fff;
    border-radius: 5px;
    padding: 18px 32px;
}
.button:hover {
    background: #0090aa;
}

/* iframe */
iframe {
    width: 100%;
}

/* HEADER
------------------------------- */
.page-header {
    display: flex;
    justify-content: space-between;
}
.logo {
    width: 210px;
    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: #432;
}
.main-nav a:hover {
    color: #0bd;
}

/* HOME
------------------------------- */
#home {
    background-image: url("../99image/01HPBaseImage/bg.gif");
    min-height: 100vh;
}
#home .page-title {
    text-transform: none;
}
.home-content {
    text-align: center;
    margin-top: 10%;
}
.home-content p {
    font-size: 1.125rem;
    margin: 10px 0 42px;
}

/* NEWS
------------------------------- */
#news {
    background-image: url("../99image/01HPBaseImage/bg.gif");
    height: 270px;
    margin-bottom: 40px;
}
#news .page-title {
    text-align: center;
}
.news-contents {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

/* 記事部分 */
article {
    width: 74%;
}

article img {
    margin-bottom: 20px;
}
article p {
    margin-bottom: 1rem;
}

/* サイドバー */
aside {
    width: 22%;
}
.sub-menu {
    margin-bottom: 60px;
    list-style: none;
}
.sub-menu li {
    border-bottom: 1px #ddd solid;
}
.sub-menu a {
    color: #432;
    padding: 10px;
    display: block;
}
.sub-menu a:hover {
    color: #0bd;
}
aside p {
    padding: 12px 10px;
}

/* MENU
------------------------------- */
#menu {
    background-image: url("../99image/01HPBaseImage/bg.gif");
    min-height: 100vh;
}
.menu-content {
    max-width: 560px;
    margin-top: 10%;
}
.menu-content .page-title {
    text-align: center;
}
.menu-content p {
    font-size: 1.125rem;
    margin: 10px 0 0;
}

/* CONTACT
------------------------------- */
#contact {
    background-image: url("../99image/01HPBaseImage/bg.gif");
    min-height: 100vh;
}

/* フォーム */
form div {
    margin-bottom: 14px;
}
label {
    font-size: 1.125rem;
    margin-bottom: 10px;
    display: block;
}
input[type="text"],
input[type="email"],
textarea {
    background: rgba(255,255,255,.5);
    border: 1px #fff solid;
    border-radius: 5px;
    padding: 10px;
    font-size: 1rem;
}
input[type="text"],
input[type="email"] {
    width: 100%;
    max-width: 240px;
}
textarea {
    width: 100%;
    max-width: 480px;
    height: 6rem;
}
input[type="submit"] {
    border: none;
    cursor: pointer;
    line-height: 1;
}

/* 店舗情報・地図 */
#location {
    padding: 4% 0;
}
#location .wrapper {
    display: flex;
    justify-content: space-between;
}
.location-info {
    width: 22%;
}
.location-info p {
    padding: 12px 10px;
}
.location-map {
    width: 74%;
}

/* SNS */
#sns {
    background: #FAF7F0;
    padding: 4% 0;
}
#sns .wrapper {
    display: flex;
    justify-content: space-between;
}
#sns .sub-title {
    margin-bottom: 30px;
}
.sns-box {
    width: 30%;
}

/* フッター
------------------------------- */
.footerM {
	margin-top:10px; 
	margin-bottom:10px; 
	text-align:center;  
	font-size : 14px;  
	line-height : 21px;  
	color : black;
}

.footerS {
	margin-top:10px; 
	margin-bottom:10px; 
	text-align:Left;  
	font-size : 12px;  
	line-height : 16px;  
	color : black;
}
