@charset "utf-8";

/* 
	lastup date: 2026.01.14
*/

/* default
=============================================== */

* {
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html,body,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td {
	list-style: none;
	line-height: 1;
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	min-height: 100%;
	font-size: 62.5%; /* font-size 1em = 10px on default browser settings */
	position: relative;
}
body {
	font-family: 'M PLUS 1','Noto Sans JP',"Yu Gothic",YuGothic,"メイリオ",Meiryo,Arial,Helvetica,Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Sans-serif;
	font-weight: 400;
}
q:before,q:after {
	content:'';
}
object,embed {
	vertical-align: top;
}
img {
	max-width: 100%;
	height: auto;
	max-height: 100%;
	width: auto;
	vertical-align: bottom;
    -webkit-backface-visibility: hidden;
    image-rendering: -webkit-optimize-contrast;
}
img,abbr,acronym,fieldset {
	border: 0;
}

/* link
=============================================== */

a {
	color: #333;
	text-decoration: underline;
	transition: .1s ease;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: none;
}
a[id]:hover {
	color: #333;
}
a:active {
	color: #333;
}
a[href^="tel:"] {
    pointer-events: none;
}

@media screen and (max-width:767px) {
a[href^="tel:"] {
    pointer-events: auto;
}
}

/* base
=============================================== */

html {
	background-color: #FFF;
}
body {
	color: #333;
	min-width: 1000px;
	background-color: #FFF;
}
.pc {
	display: block;
}
br.pc {
	display: inline-block;
}
.sp, br.sp {
	display: none;
}
.text-left {
	text-align: left !important;
}
.text-center {
	text-align: center !important;
}
.text-right {
	text-align: right !important;
}
.txt-list, .dec-list {
	margin: 1em 0 3em 1.8em;
}
.txt-list li, .dec-list li {
	margin: .5em 0;
	font-size: 1.6rem;
	line-height: 1.8;
}
.txt-list li {
	list-style: circle;
}
.dec-list li {
	list-style: decimal;
}
.ex {
	margin: 1em 0;
}
.exp {
	padding-left: 1em;
	text-indent: -1em;
}
.ex li {
	margin: .5em 0;
	padding-left:  1em;
	text-indent: -1em;
	font-size: 1.6rem;
	line-height: 1.8;
}
.longurl {
	word-break: break-all;
}
.email img {
	height: 20px;
}

@media screen and (max-width:767px) {

body {
	min-width: 100%;
	overflow-x: hidden;
}
img {
	max-width: 100%;
	height: auto;
}
.pc, br.pc {
	display: none;
}
.sp {
	display: block;
}
br.sp {
	display: inline-block;
}
.txt-list, .dec-list {
	margin: 1em 0 3em 1.8em;
}
.txt-list li, .dec-list li {
	margin: .5em 0;
	font-size: 1.4rem;
}
.txt-list li {
	list-style: circle;
}
.dec-list li {
	list-style: decimal;
}
.ex {
	margin: 1em 0;
}
.ex li {
	margin: .5em 0;
	padding-left:  1em;
	text-indent: -1em;
	font-size: 1.4rem;
	line-height: 1.8;
}

}



/* header
=============================================== */

#global-header {
	margin: 0;
    background: #111;
}
#header-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	padding: 35px 20px;
}
#global-header h1 a,
#global-header #site-name a {
    font-family: "Josefin Sans", sans-serif;
    font-size: 2.8rem;
    font-weight: 500;
    color: #FFF;
    text-decoration: none;
}

@media screen and (max-width:767px) {

#header-inner {
	padding: 20px 20px;
}
#global-header h1 a,
#global-header #site-name a {
    font-size: 2.0rem;
}

}



/* footer
=============================================== */

#global-footer {
	background-color: #F0F0F0;
}
#footer-inner  {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin: auto;
	padding: 50px;
}
#copyright {
	width: 100%;
	font-size: 1.6rem;
	text-align: center;
	color: #111;
}
@media screen and (max-width:767px) {

#footer-inner  {
	padding: 50px 20px;
}
#copyright {
	font-size: 1.4rem;
}

}



/* page
=============================================== */

#page-title {
	margin: 0;
    background: #FFF;
}
#page-title-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	padding: 75px 20px;
    max-width: 1200px;
}
#page-title h1 {
    font-size: 2.8rem;
    font-weight: 500;
    color: #111;
}

@media screen and (max-width:767px) {

#header-inner {
	padding: 20px 20px;
}
#global-header h1,
#global-header #site-name {
    font-size: 2.0rem;
}

}



/* products page
=============================================== */

#products-list {
	margin: 0;
    background: #FFF;
}
#products-list-inner {
	display: flex;
    flex-wrap: wrap;
	justify-content: left;
    gap: 50px 10px;
	margin: 0 auto;
	padding: 0 20px 100px;
    max-width: 1200px;
}
#products-list-inner .products-items {
    flex: 0 0 calc((100% - (10px * 3)) / 4);
}
#products-list-inner .product-thumb {
    margin-bottom: 20px;
}
#products-list-inner .product-name {
    margin-bottom: 15px;
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 500;
}
#products-list-inner .product-price {
    text-align: right;
    font-size: 1.6rem;
    font-weight: 500;
}
#products-list-inner .product-price span {
    padding-right: 3px;
    font-size: 3.0rem;
    font-weight: 700;
}
#products-list-inner .product-price span:nth-child(2) {
    padding: 0;
    font-size: 1.6rem;
    font-weight: 500;
}
#products-detail-wrap {
	margin: 50px auto 0;
	padding: 0 20px 50px;
    max-width: 1200px;
}
#products-detail-wrap-inner {
    display: flex;
    align-items: center;
    gap: 0 50px;
    margin-bottom: 50px;
}
#products-detail-wrap-inner .product-image {
    flex: 0 0 50%;
    overflow: hidden;
}
#products-detail-wrap-inner .product-info {
    flex: 0 0 50%;
}

#products-detail-wrap .product-name {
    margin-bottom: 20px;
    font-size: 3.0rem;
    font-weight: 500;
}
#products-detail-wrap .product-price {
    font-size: 1.6rem;
    font-weight: 500;
}
#products-detail-wrap .product-price span {
    padding-right: 3px;
    font-size: 3.0rem;
    font-weight: 700;
}
#products-detail-wrap .product-detail {
    display: inline-block;
    margin-top: 30px;
}
#products-detail-wrap .product-detail p {
    margin: 1em 0;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.8;
}
#products-detail-wrap .product-detail p:first-child {
    font-weight: 700;
}
#products-detail-wrap .btn-back {
    text-align: center;
}
#products-detail-wrap .btn-back a {
    display: inline-block;
    margin-top: 50px;
    padding: 20px 50px 21px;
    background-color: #111;
    color: #FFF;
    font-size: 1.8rem;
    text-decoration: none;
}



@media screen and (max-width:767px) {

#products-list {
	margin: 0;
    background: #FFF;
}
#products-list-inner {
	display: flex;
    flex-wrap: wrap;
	justify-content: left;
    gap: 50px 5px;
	margin: 0 auto;
	padding: 0 10px 50px;
}
#products-list-inner .products-items {
    flex: 0 0 calc((100% - (5px * 1)) / 2);
}
#products-list-inner .product-thumb {
    margin-bottom: 10px;
}
#products-list-inner .product-name {
    margin-bottom: 5px;
    font-size: 1.6rem;
    font-weight: 500;
}
#products-list-inner .product-price {
    text-align: right;
    font-size: 1.4rem;
    font-weight: 500;
}
#products-list-inner .product-price span {
    display: inline-block;
    padding-right: 3px;
    font-size: 2.4rem;
    font-weight: 700;
}
#products-list-inner .product-price span:nth-child(2) {
    padding: 0;
    font-size: 1.4rem;
    font-weight: 500;
}

#products-detail-wrap {
	margin: 50px auto 0;
	padding: 0 20px 50px;
    max-width: 1200px;
}
#products-detail-wrap-inner {
    display: block;
    margin-bottom: 50px;
}
#products-detail-wrap-inner .product-image {
    margin-bottom: 30px;
}
#products-detail-wrap-inner .product-info {
    flex: 0 0 100%;
}
#products-detail-wrap .product-name {
    margin-bottom: 20px;
    font-size: 3.0rem;
    font-weight: 500;
}
#products-detail-wrap .product-price {
    font-size: 1.6rem;
    font-weight: 500;
}
#products-detail-wrap .product-price span {
    padding-right: 3px;
    font-size: 3.0rem;
    font-weight: 700;
}
#products-detail-wrap .product-detail {
    margin-top: 15px;
}
#products-detail-wrap .product-detail p {
    margin: .75em 0;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8;
}
#products-detail-wrap .btn-back a {
    display: inline-block;
    width: 100%;
    margin: 30px 0 50px;
    padding: 20px 50px 21px;
    background-color: #111;
    color: #FFF;
    font-size: 1.6rem;
}


}


/* sub page
=============================================== */

#not-found {
	padding: 100px 0;
}
#not-found p {
	margin: 30px 0;
	font-size: 1.8rem;
	line-height: 1.8;
	text-align: center;
}

/* swiper
=============================================== */

.swiper {
	width: 100%;
	height: 100%;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* form
=============================================== */

#baguetteBox-overlay .full-image figcaption {
    font-size: 1.6rem;
    color: #FFF !important;
}

/* contact form7 Custom
=============================================== */

.wpcf7 form .wpcf7-response-output {
    max-width: 900px !important;
	margin: 2em 0 !important;
	padding: 1.5em !important;
	border: 2px solid #00a0d2;
    font-size: 1.8rem !important;
}
.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

span.wpcf7-list-item {
    margin: 15px 0 0 0;
    display: block;
}
span.wpcf7-list-item:first-child {
    margin-top: 0;
}
.wpcf7-response-output:empty {
    display: none;
}


@media screen and (max-width:767px) {

.wpcf7 form .wpcf7-response-output {
    max-width: none;
	margin: 1em 0 !important;
	padding: 1.5em !important;
	border: 2px solid #00a0d2; /* Blue */
    font-size: 1.6rem !important;
    line-height: 1.6 !important;
}

}





/* mics terrasse otaru single page
=============================================== */

.btn-airbnb {
    margin: 50px 0;
    text-align: center;
}
.btn-airbnb a {
    border-radius: 50px;
    padding: 15px 100px;
    font-size: 2.0rem;
    background-color: #FF385C;
    color: #FFF;
    text-decoration: none;
}
.btn-airbnb a:hover {
    background-color: #E0314B;
}
.mics-terrasse-header-vis {
    position: relative;
    width: 100%;
    height: 600px;
}
.mics-terrasse-header-vis-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.mics-terrasse-header-vis-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mics-terrasse-header-copy {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 60px;
}
.mics-terrasse-header-copy h1 {
    font-family: "Josefin Sans", sans-serif;
    font-size: 6.0rem;
    font-weight: 500;
    line-height: 1.6;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    color: #FFF;
}
.mics-terrasse-header-copy h1 span {
    font-size: 4.8rem;
}
.mt-ttl {
    margin-bottom: 35px;
    font-size: 3.6rem;
    line-height: 1.6;
    text-align: center;
}
.mt-sttl {
    margin-bottom: 25px;
    font-size: 2.4rem;
    line-height: 1.6;
    text-align: center;
}

#page-mics-terrasse .page-contents-inner {
    max-width: 1280px;
    margin: auto;
}
#page-mics-terrasse .page-contents-txt {
    max-width: none;
}
.mics-terrasse-msg {
    margin: 75px 0 100px;
}
.mics-terrasse-msg p {
    margin: .5em 0;
    font-size: 1.8rem;
    line-height: 1.6;
    text-align: center;
}
.about-mics-terrasse {
    margin-bottom: 75px;
}
.about-mics-terrasse-img {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
}
.about-mics-terrasse-img picture {
    width: calc(100% / 4 - 2px);
}
.about-mics-terrasse-img img {
	object-fit: cover;
	width: 100%;
	aspect-ratio: 1;
}
.about-mics-terrasse-txt {
    padding-top: 30px;
}
.about-mics-terrasse-txt p {
    margin: .5em 0;
    font-size: 1.8rem;
    line-height: 1.6;
    text-align: center;
}
.mics-terrasse-showcase-wrap {
    margin-bottom: 75px;
}
.mics-terrasse-showcase {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
}
.mics-terrasse-showcase div {
    width: calc(100% / 4 - 2px);
}
.mics-terrasse-showcase div img {
	object-fit: cover;
	width: 100%;
	aspect-ratio: 1;
}
.mics-terrasse-showcase div:last-child {
    display: none;
}
.mics-terrasse-info {
    margin-bottom: 75px;
}
.mt-map {
	position: relative;
	margin: 0 auto 30px;
	max-width: 800px;
	padding-top: 45%;
}
.mt-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mt-location {
    text-align: center;
}
.mt-location dt {
    margin-bottom: 15px;
    font-size: 2.4rem;
    font-weight: 500;
}
.mt-location dd {
    margin-bottom: 10px;
    font-size: 1.5rem;
    font-weight: 400;
}


@media screen and (max-width:1280px) {
}
@media screen and (max-width:960px) {
}
@media screen and (max-width:767px) {

#page-mics-terrasse .page-contents-inner {
    padding: 35px 0;
}
#page-mics-terrasse .page-personal-subwrap {
    padding: 0 20px;
}

.mics-terrasse-header-vis {
    height: 100vw;
}
.mics-terrasse-header-copy {
    padding: 0 30px;
}
.mics-terrasse-header-copy h1 {
    padding: 0;
    font-size: clamp(1.8rem, 7vw, 4.6rem);
    font-weight: 500;
}
.mics-terrasse-header-copy h1 span {
    font-size: clamp(1.8rem, 7vw, 4.6rem);
}
.mt-ttl {
    padding: 0 20px;
    margin-bottom: 25px;
    font-size: clamp(2.4rem, 4vw, 3.6rem);
}
.btn-airbnb {
    margin: 50px 0;
    padding: 0 20px;
    text-align: center;
}
.btn-airbnb a {
    display: inline-block;
    width: 100%;
    border-radius: 50px;
    padding: 15px 20px;
    font-size: 1.8rem;
}
.mics-terrasse-msg {
    margin-bottom: 50px;
    padding: 0 20px;
}
.mics-terrasse-msg p {
    margin: .5em 0;
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: left;
}
.about-mics-terrasse {
    margin-bottom: 50px;
}
.about-mics-terrasse-img {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
}
.about-mics-terrasse-img picture {
    width: calc(100% / 2 - 2px);
}
.about-mics-terrasse-img img {
	object-fit: cover;
	width: 100%;
	aspect-ratio: 1;
}
.about-mics-terrasse-txt {
    padding: 20px 20px 0;
}
.about-mics-terrasse-txt p {
    margin: .5em 0;
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: left;
}
.mics-terrasse-showcase-wrap {
    margin-bottom: 50px;
}
.mics-terrasse-showcase {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
}
.mics-terrasse-showcase div {
    width: calc(100% / 3 - 2px);
}
.mics-terrasse-showcase div img {
	object-fit: cover;
	width: 100%;
	aspect-ratio: 1;
}
.mics-terrasse-showcase div:last-child {
    display: none;
}
.mics-terrasse-info {
    margin-bottom: 30px;
}
.mt-map {
	position: relative;
	margin: 0 20px 20px;
	padding-top: 100%;
}
.mt-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mt-location {
    text-align: center;
}
.mt-location dt {
    margin-bottom: 15px;
    font-size: 1.8rem;
    font-weight: 400;
}
.mt-location dd {
    font-size: 1.5rem;
    font-weight: 400;
}


}
