@charset "utf-8";

html {
    background-color: #FFB697;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Noto Serif JP', Noto Serif JP,"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 140%;
	letter-spacing: 2px;
    color: #323232;
    word-wrap: break-word;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p {
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
}

.pc-only{
	display:block;
}
.sp-only{
	display:none;
}
@media (max-width: 850px){
	.pc-only{
		display:none !important;
	}
	.sp-only{
		display:block !important;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {

    body,
    div,
    dl,
    dt,
    dd,
    ul,
    ol,
    li,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    form,
    input,
    button,
    p {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}

figure,
figcaption {
    margin: 0;
    padding: 0;
}

input,
textarea,
select {
    font-size: 16px !important;
}

.fead-mv {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
}

.mv {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.text {
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.small {
    font-size: 80%;
}

.big {
    font-size: 120%;
}

.ofimg {
    width: 100%;
    overflow: hidden;
}

.of {
    position: relative;
}

.of:before {
    content: "";
    display: block;
}

.ofimg img {
    width: 100%;
    height: 100% !important; 
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    font-family: 'object-fit: cover; object-position: center center;';
}

.box{
  float: left;
  padding: 5px;
}

.boxContainer{
  overflow: hidden;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix:before {
    display: block;
    content: "";
    clear: both;
}

.clearfix {
    display: block;
}

.map {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.map:after {
    display: block;
    content: "";
    padding-top: 45%;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: initial;
    width: 100%;
    height: 100%;
}

iframe {
    max-width: 100%;
}

img {
    vertical-align: top;
    border: none;
    max-width: 100% !important;
    height: auto;
}

img:not([src*="."]) {
    display: none;
}

a {
    text-decoration: none;
    color: #474646;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
}

a:hover {
    opacity: 0.6;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

a[href*="tel"] {
    pointer-events: none;
}

ul,
li {
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
}

dl,
dt,
dd {
    text-align: left;
    padding: 0;
    margin: 0;
}

p {
    text-align: left;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    justify-content: center;
}

.flexs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flexb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.wrapper {
    min-width: 320px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
}

.inner {
    width:1146px;
    margin: 0 auto;
}

@media (max-width: 1240px) {
    .inner {
		width: 100%;
		padding:0 25px;
    }
}

@media only screen and (max-width: 1024px) {
    /* .wrapper {
        padding-top: 0 !important;
    } */

    a[href*="tel"] {
        pointer-events: initial !important;
    }

    .flex {
        margin: 0 auto;
    }

    .flexc {
        margin: 0 auto;
    }

    .flexs {
        margin: 0 auto;
    }

    .flexb {
        margin: 0 auto;
    }
    .inner {
        width: 100%;
        max-width: 450px;
    }

}

/* hamburger overlay */
.hamburger {
    display: none;
}
@media only screen and (max-width: 1024px){
	
.hamburger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width:70px;
        height: 70px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
	z-index:31;
    }
.hamburger > span{
	font-size:10px;
	transform: scale(0.8);
	letter-spacing: 0;
}
    .hamburger a,
    .hamburger a:hover,
    .hamburger a:focus {
        opacity: 1;
    }

    .menu-trigger,
    .menu-trigger span {
        display: inline-block;
        -webkit-transition: all .4s;
        transition: all .4s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .menu-trigger {
        position: relative;
        width: 45px;
        height: 30px;
        float: right;
    }

    .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 4px;
        background: #ffffff;
    }
    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }

    .menu-trigger span:nth-of-type(2) {
        top: 13px;
    }

    .menu-trigger span:nth-of-type(3) {
        bottom: 0;
    }
    .active .menu-trigger {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    .active .menu-trigger span:nth-of-type(1) {
        -webkit-transform: translateY(13px) rotate(-45deg);
        transform: translateY(13px) rotate(-45deg);
    }

    .active .menu-trigger span:nth-of-type(2) {
        -webkit-transform: translateY(0) rotate(45deg);
        transform: translateY(0) rotate(45deg);
    }

    .active .menu-trigger span:nth-of-type(3) {
        opacity: 0;
    }

    .overlay {
        position: fixed;
        z-index: 11;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
        background-color: rgba(77, 66, 62, 0.3);
    }

    .active .overlay {
        display: block;
    }

}


/* hamburger overlay end */

/* breadcrumbs */
.breadcrumbs-box {
    margin-top: 60px;
    padding: 50px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.breadcrumbs li,
.breadcrumbs li a {
    font-weight: bold;
    letter-spacing: 2px;
}

.breadcrumbs li:last-of-type {
    padding-right: 0;
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.breadcrumbs li:after {
    font-size: 16px;
    line-height: 15px;
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    display: inline-block;
    margin: 0 10px;
}

.breadcrumbs li:last-of-type:after {
    display: none;
}

@media (max-width: 1024px) {
    .breadcrumbs-box {
        margin-top: 30px;
    }
}

@media (max-width: 599px) {
    .breadcrumbs-box {
        margin-top: 0;
    }
}

/* breadcrumbs end */

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}