html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	/*vertical-align: baseline;*/
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	overflow-y: scroll;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
input, textarea, {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
a:focus {
	outline: none;
}
/*----------------------------------------------------------
 COMMON setting
----------------------------------------------------------*/

* { margin:0; padding:0; -webkit-box-sizing:border-box;-moz-box-sizing:border-box; box-sizing:border-box; -webkit-appearance:none; }

a { font-size:100%; vertical-align:baseline; text-decoration:none; transition:0.3s; color:#231f20; }
a:active,
a:hover,
a:link,
a:visited { font-size:100%; vertical-align:baseline; }

a.disabled { pointer-events:none; }



html {
    font-size: 16px;
}
body {
    font-size: 1rem;
    font-family: 'Zen Maru Gothic', sans-serif;
    color: #333;
    line-height: 1.8;
    letter-spacing: 1px;
}
img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
hr {
    max-width: 200px;
    border: 1px solid #eee;
    margin: 40px auto;
}
a {
    color: inherit;
}
a:link {
    text-decoration: none;
    color: inherit;
}
h2, h3, h4 {
    font-weight: 500;
}
h2 {
    padding: 60px 30px;
    font-size: 2rem;
    text-align: center;
    background-color: #f5f3f0;
    position: relative;
}
h2.line::after {
    content: "";
    background: #d60000;
    height: 6px;
    width: 92px;
    position: absolute;
    bottom: 40px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
h3 {
    position: relative;
}
h3 {
    position: relative;
    max-width: 1000px;
    margin: auto;
    padding: 20px 0px;
    font-size: 2rem;
    color: #d83f2a;
}
h3.line::after {
    content: "";
    background: #d60000;
    height: 6px;
    width: 100px;
    position: absolute;
    bottom: -20px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
p{
    text-indent: 1em;
}
ul {
    padding-left: 2rem;
}
.breadcrumb {
    margin-bottom: 40px;
    color: #777;
    font-size: 0.8rem;
}
.propaty {
    margin-bottom: 40px;
}
.content {
    margin: auto;
    padding: 20px;
    max-width: 1000px;
    width: 100%;
}
span.required {
    background: #d83f2a;
    font-size: 0.8rem;
    padding: 0px 5px;
    /* border-radius: 3px; */
    color: #fff;
}
form {
    margin: auto;
}
form p {
    margin-bottom: 20px;
    text-indent: inherit;
}
input[type=text],
input[type=email],
input[type=tel],
select,
textarea {
    margin: 10px 0;
    padding: 10px;
    max-width:100%;
    border: 1px solid #aaa;
    font-size: 1rem;
}
select {
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
}
input[type=submit] {
    background: #d83f2a;
    color: #fff;
    padding: 20px 40px;
    border: 1px solid #d83f2a;
    max-width: 200px;
    width: 100%;
    box-shadow: #780f00 0px 5px;
    font-size: 1rem;
    cursor: pointer;
}
input[type=submit]:hover {
    opacity: 0.8;
}
.width150 {
    width: 150px;
}

.only_sp {
    display: none;
}
@media only screen and (max-width:768px) {
    .only_sp {
        display: inherit;
    }
}

body.single-post article p {
    margin-bottom: 40px;
}
body.single-post article a {
    text-decoration: underline;
}
body.single-post article ul {
    list-style: disc;
    padding-left: 2rem;
    margin-bottom: 40px;
}

span.icon {
    background: #d83f2a;
    color: #fff;
    font-size: 0.8rem;
    padding: 0 5px;
}

.logo {
    margin: 40px 0 40px;
    text-align: center;
    position: relative;
}
footer .logo {
    margin: 20px 0 40px;
}
.logo h1 {
    position: relative;
    margin: auto; /* ここで上下中央に配置 */
    color: #d83f2a;
    font-size: 2.4rem;
    letter-spacing: 0.2rem;
    /* font-family: 'Mochiy Pop P One', sans-serif; */
    font-family: 'Yuji Syuku', serif;
    width: 350px;
}
.logo h1 a {
    display: block;
    text-decoration: none;
}
.logo h1 img {
    max-width: 100px;
    width: 30%;
}
.logo h1 span {
    display: block;
    line-height: 2rem;
    /* margin-top: -16px; */
}
footer .logo p {
    margin: 0;
}
footer .storeInfo ul,
.store .storeInfo ul {
    padding: 0;
    list-style: none !important;
}
footer .storeInfo .item .logo .moji {
    display: inline-block;
    padding-left: 70px;
}
footer .storeInfo .item .logo .logoImage {
    position: absolute;
    left: 90px;
    top: 10px;
}
footer .logo  h1 span {
    display: inline-block;
}
footer .logo .subtitle {
    position: absolute;
    left: 0;
    bottom: -18px;
}
.small {
    font-size: 0.8rem;
    color: #666;
    font-weight: 400;
    font-family: 'Zen Maru Gothic';
    /* line-height: 1rem; */
    display: inline-block;
    margin-top: 6px;
    width: 100%;
    text-align: center;
    letter-spacing: 2px;
}
.logo h1 span.maru {
    position: absolute;
    border: 9px solid #d83f2a;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    font-size: 5rem;
    display: inline-block !important;
    line-height: 68px;
    padding: 0 0 0 3px;
    margin: auto;
    font-weight: bold;
}
footer .logo h1 span.maru {
    border: 5px solid #d83f2a;
    width: 50px;
    height: 50px;
}
footer .logo h1 img {
    width: 50px;
}
.logo h1 span.icon {
    border: 9px solid #d83f2a;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    font-size: 5rem;
    display: inline-block;
    line-height: 68px;
    padding: 0 0 0 3px;
    margin: auto;
    font-weight: bold;
}

.inner {
    /* max-width: 900px; */
    margin: auto;
}
nav {
    width: 100%;
    margin: 10px 0;
}
article {
    position: relative;
}
article .backgroundImage {
    width: 80px;
    position: absolute;
    top: -110px;
    left: 10%;
    opacity: 1;
}
@media only screen and (max-width:768px) {
    article .backgroundImage {
        width: 50px;
        position: absolute;
        top: -60px;
        left: 5%;
        opacity: 1;
    }
}
article section {
    padding: 20px 0;
}
article section.list ul {
    overflow: hidden;
    padding-left: 0;
    list-style: none;
}
article section.list ul a {
    text-decoration: none;
}
article section.list ul li {
    float: left;
    padding: 20px 20px;
    width: 33%;
}
article section.news.list ul {
    padding-left: 10px;
}
article section.news.list ul li {
    float: none;
    width: 100%;
    border-bottom: 1px solid #f5f3f0;
}
@media only screen and (max-width:768px) {
    article section.list ul li {
        width: 100%;
    }
}
article section.news.list ul li .icon,
article section.news.list ul li .date {
    margin-right: 20px;
}
@media only screen and (max-width:768px) {
    article section.news.list ul li .icon,
    article section.news.list ul li .date {
        margin-right: 10px;
    }
}
article section.news.list ul li .title {
    display: inline-block;
    font-weight: 500;
}
article section.list ul li:hover {
    background-color: #ffe1e1;
}
article section.list ul li .flyer {
    text-align: center;
}
article section.list ul li .flyer img {
    width: 80%;
}
article section.list ul li .detail {
    padding: 10px 0;
    color: #555;
    text-align: center;
}

footer .storeInfo,
.store .storeInfo {
    padding: 60px 0;
    background-color: #f5f3f0;
    overflow: hidden;
}
.store .storeInfo {
    padding: 0 0;
    background-color: inherit;
}
@media only screen and (max-width:768px) {
    footer .storeInfo,
    .store .storeInfo {
        padding: 0 0;
    }
}
footer .storeInfo .item,
.store .storeInfo .item {
    width: 33%;
    float: left;
    padding: 10px;
}
.store .storeInfo .item {
    width: 50%;
}
@media only screen and (max-width:768px) {
    footer .storeInfo .item,
    .store .storeInfo .item {
        width: 100%;
    }
}
.sns {
    text-align: center;
}
.sns span {
    width: 30px;
    margin: 0 10px;
    display: inline-block !important;
} 
nav .sns {
    padding: 10px;
}
.closeBtn {
    margin: 10px auto !important;
    padding: 10px 20px;
    text-align: center;
    border: 1px solid #fff;
    width: 120px;
    text-indent: 0;
    border-radius: 30px;
}
nav hr {
    width: 80%;
    margin: auto;
    margin: 20px auto;
    border: 1px dashed #fff;
}

footer .storeInfo .item span,
.store .storeInfo .item span {
    display: block;
    color: #d83f2a;
}
footer .storeInfo .item ul li,
.store .storeInfo .item ul li {
    padding: 10px 0;
}
footer .storeInfo .map .googleMap,
.store .storeInfo .map .googleMap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}
footer .storeInfo .map .googleMap iframe,
.store .storeInfo .map .googleMap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
footer .copyright {
    padding: 10px;
    color: #aaa;
    text-align: center;
    background-color: #f5f3f0;
}

/* 会社概要 */
table {
    margin: 20px auto;
}
table tr {
    border-bottom: 1px solid #aaa;
}
table tr th {
    padding: 30px 0;
    width: 30%;
    color: #d60000;
}
table tr td {
    width: 70%;
}
.aisatu .name {
    text-align: right;
}
.aisatu p {
    margin-bottom: 20px;
}

/* よくある質問 */
.qa .item {
    /* border: 1px solid #aaa;
    border-radius: 5px; */
    margin: 20px auto;
    padding: 80px 0;
}
.qa .item:nth-child(even){
    background-color: #eee;
    /* color: #fff; */
  }
.qa .item h3 {
    font-size: 1.8rem;
    max-width: 800px;
    margin: 0 auto 20px;
    text-align: center;
    /* border-bottom: 1px solid #aaa; */
}
.qa .item p {
    margin: auto;
    padding: 20px;
    max-width: 800px;
}

/* 店舗紹介 */
.store ul.menu {
    max-width: 600px;
    padding: 20px 10px;
}
.store ul.menu > li {
    width: 33%;
    text-align: center;
}
@media only screen and (max-width: 768px) {
    .store ul.menu a {
        width: 100%;
    }
    .store ul.menu li {
        display: inline-block;
    }
}
.store h3 small {
    font-size: 1rem;
    color: #777;
    margin-left: 20px;
}

/* 三雲屋の歴史 */
.history p {
    margin-bottom: 20px;
}
.history .metaslider {
    max-width: 600px;
    margin: auto;
}

/* プライバシーポリシー */
.privacy_poricy h3 {
    margin-bottom: 10px;
}
.privacy_poricy p {
    margin-bottom: 40px;
}
.privacy_poricy  ol {
    padding-left: 2rem;
}
.privacy_poricy ol li {
    list-style: decimal;
}

/* お問合せ */
input[type=checkbox] {
    -webkit-appearance: checkbox;
}
.contact form p a:link {
    text-decoration: underline;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em !important;
    padding: 20px !important;
    background: #00a0d2 !important;
    border: 0 !important;
    padding: 20px !important;
    columns: #fff;
}
.wpcf7 form.sent .wpcf7-response-output {
    background: #b1ff8b !important;
    color: #123800;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    background: #ffb900 !important;
}
