@charset "UTF-8";

/* ===================================================================

リセット

=================================================================== */

html {
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
}

*,
::before,
::after {
    /*background-repeat: no-repeat;*/
    box-sizing: inherit;
}

::before,
::after {
    text-decoration: inherit;
    vertical-align: inherit;
}

*:focus {
    /*chromeデフォルト設定解除*/
    outline: none;
}

* {
    padding: 0;
    margin: 0;
}


/* 一般的な要素 */

audio:not([controls]) {
    display: none;
    height: 0;
}

hr {
    overflow: visible;
}

address,
em {
    font-style: normal;
}

ul,
ol,
li {
    list-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

summary {
    display: list-item;
}

small {
    font-size: 80%;
}

[hidden],
template {
    display: none;
}

abbr[title] {
    border-bottom: 1px dotted;
    text-decoration: none;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
}

b,
strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* メディア */

img {
    border-style: none;
    height: auto;
}

img,
iframe {
    /*スマホはみ出し用*/
    max-width: 100%;
}

progress {
    vertical-align: baseline;
}

svg:not(:root) {
    overflow: hidden;
}

audio,
canvas,
progress,
video {
    display: inline-block;
}


/* アクセシビリティ */

@media screen {
    [hidden~="screen"] {
        display: inherit;
    }
    [hidden~="screen"]:not(:active):not(:focus):not(:target) {
        position: absolute !important;
        clip: rect(0 0 0 0) !important;
    }
}

[aria-busy="true"] {
    cursor: progress;
}

[aria-controls] {
    cursor: pointer;
}

[aria-disabled] {
    cursor: default;
}


/* selection */

::-moz-selection {
    background-color: #fff;
    color: #000;
    text-shadow: none;
}

::selection {
    background-color: #fff;
    color: #000;
    text-shadow: none;
}


/* ===================================================================

共通

=================================================================== */

body {
    font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    line-height: 1.8;
    font-size: 14px;
    background: #fff;
	color: #000;
}
a{
	color: #000;
}

.wrapper {
    background: #fff;
    max-width: 100%;
    margin: 0 auto;
}
.note{
	font-size: 70%;
	width: 95%;
	max-width: 1366px;
	margin: 0 auto;
}
@media (min-width: 768px) {
    body {
        font-size: 14px;
    }
	.note{
	width: 98%;
	max-width: 1366px;
	margin: 0 auto;
}
}

@media (min-width: 1024px) {
    body {
        font-size: 16px;
    }
}


/*画像下に隙間あかないように*/

img {
    vertical-align: top;
	width: 100%;
}


/*float*/

.all:after {
        content: "";
        clear: both;
        height: 0;
        display: block;
        visibility: hidden;
}

/*両端揃え*/

.just {
    text-align: justify;
    text-justify: inter-ideograph;
}

a[href^="tel:"] {
        pointer-events: auto;
	text-decoration: none;
    cursor: default;
    }

/* 電話番号リンクPC無効 */
@media screen and (min-width: 768px) {
a[href^="tel:"] {
    pointer-events: none;
}
}
.center {
    text-align: center;
}

a {
    text-decoration: none;
}

a:hover img {
    opacity: 0.5;
}
.zen-maru gothic-regular {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}

/*--------------------------------------------------------*/
.container{
	max-width: 1366px;
	margin: 0 auto;
}
.container2{
	max-width: 1366px;
	margin: 0 auto;
	padding: 0 0 1rem 0;
}
.container3{
	width: 95%;
	max-width: 1366px;
	margin: 0 auto;
	padding: 1rem 0 1rem 0;
	text-align: center;
}
.container4{
	max-width: 1366px;
	margin: 0 auto;
	padding: 0 0 0 0;
}
.bg_beige{
	background-color: #e5e4da;
}
.bg_black{
	background-color: #231815;
	padding: 0 0 0 0;
}
@media (min-width: 768px) {
	.bg_black{
	padding: 1rem 0 2rem 0;
}
}
.block{
	width: 100%;
	margin: 0 auto;
	padding: 1rem 0 0 0;
}
.bg_black .block{
	padding: 0 0 0 0;
}
@media (min-width: 768px) {
	.bg_black .block{
	padding: 1rem 0 0 0;
}
}
.btn{
	display: inline-block;
	width: 100%;
	margin: 0 auto;
}
.btn img{
	width: 100%;
	height: auto;
}
.imgbox{
	border: 1px solid #fff;
	border-radius: 12px;
}
.footerlogo{
	height: 50px;
	width: auto;
	margin: .5rem auto;
}
.footerlogo img{
	height: 100%;
	width: auto;
}
footer p{
	font-size: 80%;
	text-align: center;
}
.sponly{
	display: inherit;
}
@media (min-width: 768px) {

.block{
	width: 95%;
}
.btn{
	width: 50%;
	margin: 0 auto;
}
.footer_box2{
	width: 73%;
	max-width: 960px;
}
	footer p{
	font-size: 90%;
	text-align: center;
}
	.sponly{
	display: none;
}
	.footerlogo{
	height: 70px;
	width: auto;
	margin: .5rem auto;
}
}