@charset "utf-8";

/*===== 基本設定 =====*/
:root {
  --color-primary: #555555;
  --color-secondary: #8B6D5E;
  --color-accent: #DCC4B8;
  --color-frame: #CCCCCC;	
  --color-text: #444444;
  --color-light: #f9f9f9;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-sand: #B4A27B;	
  --color-pink: #D8A7A7;
  --color-mint: #A8C3A3;
  --color-blue: #A7C6D8;
  --color-green: #88B175;
  --color-attn: #D59B09;
  --color-sale: #C30002;
  --color-line: #3D863D;	
  --color-rakuten: #BF0000;
  --color-yahoo: #FF0033;
  --transition: all 0.4s ease}

* {
	color: #444444;
	font-family: kozuka-gothic-pro, sans-serif;
	font-style: normal;
	line-height: 175%;
}

body {
  overflow-x: hidden;
}

a {
	text-decoration: none;
}
a:hover {
	opacity: 0.7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

/*
}.inner {
	margin: 0 5rem;
	padding: 1.0rem 0.8rem;
}
*/

a:hover img{
opacity:0.80;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
-moz-opacity:0.80;
}


#wrapper {
	max-width: 500px;
	margin: 0 auto;
    padding: 0.5rem;
}

header {
	text-align: center;
}

img.logo {
	width: 30%;
	margin: 0.2rem 0;
}

h1 {
	font-family: "Noto Sans", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 1.6rem;
	font-weight: 500;
	font-style: normal;
	text-align: center;
    letter-spacing: 0.05em;
}

h2 {
	font-family: "Noto Sans", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 1.4rem;
	font-weight: 500;
	font-style: normal;
	color: var(--color-secondary);
    letter-spacing: 0.05em;
}

h3 {
	font-family: "Noto Sans", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 1.2rem;
	font-weight: 700;
	font-style: normal;
	color: var(--color-secondary);
    letter-spacing: 0.05em;
}
h4 {
    font-weight: bolder;
	font-size: 1.15rem;
	padding-left: 0.9rem;
	color: var(--color-secondary);
}

.main_text {
    text-align: justify;
    font-size: 0.9rem;
    padding: 0 0.8rem;
    margin-bottom: 1rem;
}

.midashi {
    margin: 0 auto 1.5rem;
    width: 50%;
    color: #665B3D;
	text-align: center;
    border-radius: 20px;
    border: solid 0.1rem;
    padding: 0.2rem 0.5rem;
}

/* 当店のサイズ */

.top {
	padding: 0.8rem 0;
	color: #444444;
	border: solid #444444;
	border-width: 1px 0;
}

.second {
    margin: 1rem auto;
	padding: 0.8rem 0;
	background-color: var(--color-accent);
	color: #444444;
    text-align: center;
}


.main {
    font-size: small;
    margin-top: 1.8rem;
    margin-bottom: 3.5rem;
	text-align: center;
}

.text2 {
    margin: 0 auto;
    padding: 0.5rem;
    text-align: left;
    background-color: var(--color-light);
}

.text3 {
    padding: 0 1rem 0.8rem;
    line-height: 1.75rem;
}

/* 各種サイズ */

.content {
    margin: 3.0rem 0;
}
.content-main {
    padding: 1.0rem;
}

.content-main img,
.content-img img {
  display: block;
  margin: 1rem auto;
  width: 100%;
  height: auto;
  max-width: 500;
    }

.icon img {
    display: block;
	margin: 1rem auto;
	max-width: 120px;
	width:20%;
}

.attention {
    font-size: 0.75rem;
    color: #ffffff;
    border: hidden;
    border-radius: 0.9rem;
    background-color: var(--color-attn);
    padding: 0.2rem 0.5rem;
    margin-left: 0.3rem;
}
/* 表 */

.hako {
	width: 100%;
	margin: 0 auto;
	background-color: var(--color-accent);;
	color: #444444;
	font-weight: 500;
}
.sample_03{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.sample_03 th{
width:4%;
padding: 0.25rem;
text-align: center;
vertical-align: center;
background-color: #ffffff;
border-top: 1px solid #fff;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.sample_03 th img {
    width: 2.5rem;
}
.sample_03 td{
width: 46%;
padding: 0.25rem;
background-color: #ffffff;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
font-size: 0.8rem;
line-height: 1.25rem;
text-align: justify;
}


/* フッター */

footer {
	border-top: 1px solid #DFD9C5;
	text-align: center;

}
footer h2 {
    font-family: a-otf-ryumin-pr6n, serif;
    font-saize: 4.0rem;
	margin-top: 2.5rem;
    color:  #DCD6C5;
}

a.contact {
	display: inline-block;
	width: 3rem;
	height: 3rem;
	border: .99px solid #DFD9C5;
	border-radius: 50%;
	margin: 2rem 0.5rem;
}
i.fa {
	font-size: 1.3rem;
	line-height: 3rem;
}
p.tel {
	font-size: 1.4rem;
	margin-bottom: 0.6rem;
}
p.copyright {
	font-size: 0.9rem;
}


@media screen and (min-width: 560px) {
.text3 {
    padding: 0 1.2rem;
    line-height: 1.7rem;
}

@media screen and (min-width: 960px) {
    
.text3 {
    padding: 0 1.2rem;
    line-height: 1.7rem;
}
}

