@charset "utf-8";

/*
Theme Name: CREATE, Inc.
Theme URI: https://create-flower.com
Author: JohnyWorks
Author URI: https://johnyworks.com
Description: このテーマは株式会社クリエイト専用のオリジナルテーマです。
Version: 1.0
Text Domain: CREATE, Inc.
*/

/*------------------------------------------------------------
	リセットスタイル
----------------------------------------------------------- */
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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, 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;
	outline: 0;
	font: inherit;
	font-style: normal;
	vertical-align: baseline;
	background: transparent;
}
html {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	scroll-behavior: smooth;
}
*,
::before,
::after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
article, aside, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
figure {
	font-size: 0;
}
figure img {
	max-width: 100%;
}
img, fieldset {
	border: 0;
}
strong {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
td, th {
	vertical-align: top;
}
button, input, optgroup, select, textarea {
	-webkit-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	outline: 0;
	border-radius: 0;
	text-align: inherit;
}
[type="checkbox"] {
	-webkit-appearance: checkbox;
	appearance: checkbox;
}
[type="radio"] {
	-webkit-appearance: radio;
	appearance: radio;
}
button {
	border: none;
	cursor: pointer;
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 700;
	font-size: 100%;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}


/*------------------------------------------------------------
	ベーススタイル
----------------------------------------------------------- */
body {
	color:#454d3c;
	font-family: ten-mincho-text, serif;
	font-weight: 400;
	font-size: 110%;
	line-height: 1.8;
	letter-spacing: .12em;
	background-color: #728063;
	line-break: strict;
	word-break: break-word;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
a, a:visited, a:hover {
	color: #454d3c;
	text-decoration: none;
}
a:hover img {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.object-fit-img {
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
.grecaptcha-badge {
	visibility: hidden;
}

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

body {
	font-size: 100%;
}

}
@media only screen and (max-width: 480px) {

body {
	font-size: 85%;
}

}


/*	PC・SPで表示、非表示
------------------------------*/
.hidden_desktop { display: none !important; }
.hidden_tab { display: none !important; }
.visible_sp { display: none !important; }

@media only screen and (max-width: 1024px) {
.visible_desktop { display: none !important; }
.hidden_desktop { display: initial !important; }
}

@media only screen and (max-width: 768px) {
.visible_tab { display: none !important; }
.hidden_tab { display: initial !important; }
}

@media only screen and (max-width: 480px) {
.visible_sp { display: initial !important; }
.hidden_sp { display: none !important; }
}

/*	レイアウトスタイル
------------------------------*/
.container,
.flex_box {
	width: 90%;
	margin: 0 auto;
	position: relative;
}
.flex_box {
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
}
.container.lg,
.flex_box.lg {
	max-width: 1200px;
}
.container.md,
.flex_box.md {
	max-width: 1000px;
}
.container.sm,
.flex_box.sm {
	max-width: 800px;
}

/*	clearfix
------------------------------*/
.cf:after {
	content: "";
	clear: both;
	display: block;
}

/*	見出しスタイル
------------------------------*/
.base_hd {
	margin-bottom: 40px;
	text-align: center;
}
.base_hd_en {
	display: block;
    font-family: span, serif;
    font-weight: 400;
	font-size: 265%;
    letter-spacing: .12em;
    line-height: 1.2;
}
.base_hd_ja {
	font-weight: 400;
}
.base_hd.pink .base_hd_en,
.base_hd.pink .base_hd_ja {
    color: #dbb39b;
}
.base_hd.green .base_hd_en,
.base_hd.green .base_hd_ja {
    color: #454d3c;
}

.sub_hd {
	margin-bottom: 16px;
    padding: 6px 12px;
    color: #fff;
    font-size: 93%;
    text-align: center;
    background-color: #454d3c;
    position: relative;
}
.sub_hd::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid #e7bca3;
    border-left: 10px solid transparent;
    border-right: 10px solid #e7bca3;
    border-bottom: 10px solid transparent;
    position: absolute;
    right: 0;
    top: 0;
}
.sub_hd::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #e7bca3;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #e7bca3;
    position: absolute;
    left: 0;
    bottom: 0;
}
@media only screen and (max-width: 768px) {

.base_hd_en {
	font-size: 200%;
}

}

/*	ボタンスタイル
------------------------------*/
.base_btn {
	text-align: center;
}
.base_btn a {
	display: inline-block;
	min-width: 260px;
    padding: 12px 40px;
	font-family: merriweather, serif;
	font-weight: 400;
	font-size: 75%;
    text-align: center;
	line-height: 1.4;
	letter-spacing: .32em;
	position: relative;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;
}
.base_btn.green a {
	color: #dbb39b;
	border: 1px solid #728063;
	background-color: #454d3c;
}
.base_btn.pink a {
	color: #454d3c;
	border: 1px solid #9c7f6e;
	background-color: #e7bca3;
}
.base_btn.green a:hover {
	background-color: #728063;
}
.base_btn.pink a:hover {
	background-color: #cfa892;
}
.base_btn a::after {
	content: "";
	display: block;
	width: 8px;
	height: 10px;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.base_btn.green a::after {
	background: url(img/icon_arrow_pink.svg) no-repeat center right;
	background-size: contain;
}
.base_btn.pink a::after {
	background: url(img/icon_arrow_green.svg) no-repeat center right;
	background-size: contain;
}
.base_btn a:hover::after {
	animation: arrow .5s;
}
@keyframes arrow {
	50% {
		right: 10px;
	}
	100% {
		right: 20px;
	}
}
@media only screen and (max-width: 480px) {

.base_btn a {
	display: block;
    width: 60%;
    margin: 0 auto;
	padding: 12px 20px;
}

}


/*------------------------------------------------------------
	header
------------------------------------------------------------*/
#header {
	width: 100%;
	padding: 0 6.25% 30px;
}
#header .site-title {
	width: 50%;
	max-width: 260px;
	padding-top: 40px;
	position: relative;
}
#header .site-title a {
	display: block;
	font-size: 0;
}
#header .site-title img {
	width: 100%;
	height: auto;
}
.drawer-hamburger {
	display: block;
	padding: 26px 28px;
    background-color: #728063;
	position: fixed;
	z-index: 999;
	top: 20px;
    right: 20px;
	-webkit-transition: all .6s cubic-bezier(.19,1,.22,1);
	transition: all .6s cubic-bezier(.19,1,.22,1);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	border: 0;
	outline: 0;
}
.is-scroll .drawer-hamburger {
	top: 0;
}
.drawer-hamburger-txt {
	display: block;
	padding: 20px 5px 0;
	color: #dbb39b;
	font-family: merriweather, serif;
	font-weight: 400;
	font-size: 75%;
	letter-spacing: 0.32em;
	line-height: 1;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;
}
.drawer-open .drawer-hamburger-txt {
	padding: 30px 5px 0;
}
.drawer-hamburger-icon {
	display: block;
	width: 80%;
	height: 1px;
	margin: 10px auto 0;
	background-color: #dbb39b;
	position: relative;
	-webkit-transition: all .6s cubic-bezier(.19,1,.22,1);
	transition: all .6s cubic-bezier(.19,1,.22,1);
}
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
	content: "";
	display: block;
	width: 120%;
	height: 1px;
	-webkit-transition: all .6s cubic-bezier(.19,1,.22,1);
	transition: all .6s cubic-bezier(.19,1,.22,1);
	background-color: #dbb39b;
	position: absolute;
	top: -12px;
	left: -10%;
}
.drawer-hamburger-icon:after {
	top: 12px;
}
.drawer-open .drawer-hamburger-icon {
	background-color: transparent;
}
.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
	width: 100%;
	top: 0;
}
.drawer-open .drawer-hamburger-icon:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.drawer-open .drawer-hamburger-icon:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.drawer-nav {
	position: fixed;
	z-index: 999;
	top: 0;
	right: -105%;
	-webkit-transition: right .6s cubic-bezier(.19,1,.22,1);
	transition: right .6s cubic-bezier(.19,1,.22,1);
	overflow: hidden;
	width: 50%;
	height: 100vh;
	padding: 20vh 0 0;
	background-color: #728063;
}
.drawer-open {
	overflow: hidden!important;
}
.drawer-open .drawer-nav {
	right: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.drawer-nav .main-menu {
	-js-display: flex;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.drawer-nav .main-menu li {
	width: calc(50% - 10px);
	margin-bottom: 20px;
}
.drawer-nav .main-menu a {
	display: block;
	padding: 16px 20px;
    color: #444D3C;
	font-size: 93%;
    text-align: center;
    line-height: 1.4;
	border: 1px solid #9c7f6e;
	background-color: #e7bca3;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}
.drawer-nav .main-menu a:hover {
	background-color: #cfa892;
}
.drawer-nav .sns-menu {
	margin-top: 80px;
	text-align: center;
}
.drawer-nav .sns-menu li {
	display: inline-block;
	height: 30px;
	margin-left: 40px;
}
.drawer-nav .sns-menu li:first-child {
	margin-left: 0;
}
.drawer-nav .sns-menu li img {
	width: auto;
	height: 100%;
}
.drawer-overlay {
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
}
.drawer-open .drawer-overlay {
	display: block;
}

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

.drawer-nav {
	width: 80%;
}

}
@media only screen and (max-width: 480px) {

#header .site-title {
	padding-top: 30px;
}
.drawer-hamburger {
	padding: 16px 16px 14px;
	top: 10px;
    right: 10px;
}
.drawer-hamburger-icon:before {
	top: -8px;
}
.drawer-hamburger-icon:after {
	top: 8px;
}
.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
	width: 50%;
	left: unset;
	right: 30%;
}
.drawer-open .drawer-hamburger-txt {
    padding: 20px 5px 0;
}
.drawer-nav {
	padding: 16vh 0 0;
}
.drawer-nav .main-menu li {
	width: 100%;
	margin-bottom: 10px;
}
.drawer-nav .main-menu a {
	padding: 12px 20px;
}
.drawer-nav .sns-menu {
	margin-top: 40px;
}
.drawer-nav .sns-menu li {
	height: 20px;
}

}


/*	パンくずリスト
------------------------------*/
.breadcrumbs {
    padding-bottom: 10px;
    font-size: 75%;
}
.breadcrumbs span {
	display: inline-block;
}
.breadcrumbs span:before {
	content: "";
	display: inline-block;
	width: 6px;
    height: 8px;
    margin: 0 10px;
    background: url(img/chevron-right-solid.svg) no-repeat right center;
    background-size: contain;
}
.breadcrumbs span:first-child:before {
	display: none;
}


/*	カタログ
------------------------------*/
#catalog {
	padding: 80px 0;
	background-color: #fafafa;
}
@media only screen and (max-width: 480px) {

#catalog {
	padding: 60px 0;
}

}


/*	コールアクション
------------------------------*/
#cta {
	padding: 40px 0;
    text-align: center;
	border: 12px solid #e7bca3;
	background: url(img/cta_bg_pc.jpg) no-repeat center;
	background-size: cover;
}
#cta .container {
	padding: 60px 20px;
	background-color: #e7bca3;
}
#cta .flex_box {
	width: 100%;
	justify-content: space-evenly;
    margin-top: 40px;
}
.dial_num {
    font-family: span, serif;
    font-weight: 700;
    font-size: 245%;
    line-height: 1.4;
}
.dial_hour {
	font-size: 85%;
}
.cta_item .base_btn {
	margin-top: 20px;
}
#cta .container::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 30px solid #454d3c;
    border-left: 30px solid transparent;
    border-right: 30px solid #454d3c;
    border-bottom: 30px solid transparent;
    position: absolute;
    right: 0;
    top: 0;
}
#cta .container::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-left: 30px solid #454d3c;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #454d3c;
    position: absolute;
    left: 0;
    bottom: 0;
}
@media only screen and (max-width: 768px) {

#cta {
	background: url(img/cta_bg_tab.jpg) no-repeat center;
    background-size: cover;
}
.cta_item {
    width: 100%;
    margin-top: 40px;
}
.cta_item:first-child {
    margin-top: 0;
}

}
@media only screen and (max-width: 480px) {

#cta .container {
	padding: 40px 20px;
}
#cta .flex_box,
.cta_item {
	margin-top: 20px;
}
#cta .container::before {
	border-top: 15px solid #454d3c;
    border-left: 15px solid transparent;
    border-right: 15px solid #454d3c;
    border-bottom: 15px solid transparent;
}
#cta .container::after {
	border-top: 15px solid transparent;
    border-left: 15px solid #454d3c;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #454d3c;
}

}


/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
#footer {
	padding: 80px 0 20px;
	background-color: #fafafa;
}
#footer .flex_box {
	justify-content: space-between;
	align-items: center;
}
.footer_sign {
	width: 40%;
}
.footer_sign .site_title {
	width: 300px;
    margin-bottom: 30px;
}
.footer_address {
	font-size: 85%;
	line-height: 1.6;
}
.footer_link {
	width: 55%;
}
.footer_link .menu-item {
	display: inline-block;
    margin-right: 20px;
	margin-bottom: 8px;
}
.footer_link .menu-item a {
    font-size: 85%;
}
.footer_link .menu-item a:hover {
	text-decoration: underline;
}
.page_top {
	display: none;
    padding: 24px 30px;
    background-color: #728063;
	position: fixed;
	right: 20px;
    bottom: 20px;
    z-index: 999;
}
.page_top img {
	display: block;
	width: 20px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;

}
.page_top:hover img {
	-moz-transform: translateY(-6px);
	-webkit-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	transform: translateY(-6px);
}
#footer small {
	display: block;
    margin-top: 40px;
    font-family: merriweather, serif;
    font-weight: 400;
    font-size: 65%;
    letter-spacing: .32em;
    text-align: center;
}
@media only screen and (max-width: 768px) {

.footer_sign {
    width: 100%;
}
.footer_sign .site_title {
	width: 260px;
    margin: 0 auto 30px;
}
.footer_address {
	text-align: center;
}
.footer_link {
    width: 100%;
	margin-top: 40px;
}

}
@media only screen and (max-width: 480px) {

#footer {
	padding: 40px 0 20px;
}
.footer_sign .site_title {
	width: 180px;
}
.footer_link {
	margin-top: 20px;
}
.page_top {
	padding: 14px;
    right: 10px;
    bottom: 10px;
}
.page_top img {
	width: 12px;
}
#footer small {
	margin-top: 20px;
	padding-left: 5%;
	letter-spacing: .26em;
    text-align: left;
}

}
