body {
 font-family: 'Noto Sans JP', sans-serif;
}

.textwidget.custom-html-widget {
 padding: 0;
}

.wrapper {
 padding: 5% 0 0;
}

@media screen and (max-width: 540px) {
.wrapper {
 padding: 80px 0 0;
}}

@media only screen and (min-width: 541px) and (max-width: 768px) {
.wrapper {
 padding: 120px 0 0;
}}

@media screen and (min-width: 1024px) {
.sidebar {
 margin: 0px 0px 40px 20px;
}}

.button {
 color: #777;
 text-align: center;
 display: inline-block;
 padding: 5px 15px;
 margin: 0 0 1rem;
 border: 1px solid #777;
 border-radius: 5px;
}

br{
 display: block !important;
}

.attention {
 clear: both;
 margin: 20px 0 40px;
 padding: 20px 0 0;
 line-height: 1.4;
 font-size: 12px;
 color: #888;
}

.nl{
 display: inline-block;
}

/* 見出し関連 */
.jp_heading {
 font-family: "A1 Mincho";
 font-size: 3.5vh;
 color: #444;
 line-height: 1.3;
 text-align: center;
}

.pagetitle,.blog-title {
 font-family: "A1 Mincho";
}

.spec_heading {
 background: #bdb0a3;
 color: #fff;
 display: block;
 text-align: center;
 margin: 15px 0 20px;
 padding: 0 10px;
 border-radius: 5px;
 box-shadow: #ddd8d3 5px 5px 0;
 text-align: center;
}

.price_heading {
 background: #54b190;
 color: #fff;
 display: inline-block;
 text-align: center;
 padding: 0 10px;
 border-radius: 5px;
 box-shadow: #ddd8d3 5px 5px 0;
 text-align: center;
}

/* ローディング */
#loading {
 width: 300px;
 height: 75px;
 margin: 0 auto;
 position: absolute;
 top: 50%;
 left: 50%;
 -webkit-transform : translate(-50%,-50%);
 transform : translate(-50%,-50%);
 background: none;
 z-index: 100000 !important;
}

@media screen and (max-width: 480px) {
#loading {
 width: 150px;
 height: 38px;
}}

#loader-bg {
 position: fixed;
 width: 100%;
 height: 100%;
 top: 0px;
 left: 0px;
 background: linear-gradient(-45deg, #CCCCCC, #E6E6E6);
 z-index: 100000 !important;
}


/* ヘッダー */
#header {
 width: 100%;
 background: #fff;
}

.header-inner img {
 width: 200px;
}

@media only screen and (max-width: 767px) {
.header-inner img {
 width: 45%;
}}

.header-inner {
 padding: 10px 0;
}

@media only screen and (max-width: 767px) {
.header-inner {
 padding: 5px 0;
}}

@media only screen and (max-width: 959px) and (min-width: 768px) {
.header-inner {
 padding: 15px 0 15px 0;
}}

/* ナビゲーション */
#nav {
 width: 100%;
 margin: 0;
 z-index: 9999;
 padding: 0;
 text-align: center;
 border-top: 0px solid #dedede;
 border-bottom: 0px solid #dedede;
 background: rgba(255,255,255,0.5);
}

@media screen and (min-width: 1024px) {
#nav {
 display: block;
}}

@media screen and (min-width: 1024px) {
.toggle {
 display: none;
}}

@media screen and (min-width: 1024px) {
#header_floating {
 position: fixed;
 top: 0;
 width: 100%;
 background: #fff;
 opacity: 0.8;
 z-index: 20000;
}}

@media screen and (max-width: 768px) {
#nav {
 position: fixed;
}}

@media screen and (max-width: 768px) {
.toggle {
 position: fixed;
}}

@media only screen and (max-width: 767px) {
.toggle {
 top: 6px;
}}

@media screen and (max-width: 768px) {
#header {
 position: fixed;
 background: #fff;
 z-index: 1000;
}}

@media only screen and (max-width: 767px) {
.nav-menu li {
 background: #fff;
}}

/* bg-slider */
.bg {
 width: 100%;
 height: 75vh;
}

.background {
 width: 100% !important;
 background-position: center center !important;
 background-repeat: no-repeat !important;
 background-size:cover !important;
 background-attachment:inherit !important;
}

.background:after {
position: absolute;
content: "";
background: rgba(0,0,0,0.2);
width: 100%;
height: 100%;
left: 0;
top: 0;
}

.bg_pc_parts1 {
 position: absolute !important;
 width: 35%;
 top: 45% !important;
 left: 15% !important;
 opacity: 0.75;
}

.bg_pc_parts2 {
 position: absolute !important;
 width: 35%;
 left: 50% !important;
 top: 55% !important;
 padding: 1%;
 color: #fff;
 font-size: 2.5vw;
 line-height: 1.5;
 text-align: center;
 opacity: 0.75;
 font-family: "A1 Mincho";
 letter-spacing: 2px;
}

.bg_pc_parts3 {
 position: absolute !important;
 top: 90% !important;
 opacity: 0.75;
}

.bg_sp_parts1 {
 position: absolute !important;
 display: inline-block;
 width: 80%;
 left: 10% !important;
 top: 50% !important;
 text-align: center;
 color: #fff;
 font-size: min(5vw,2rem);
 line-height: 1.5;
 opacity: 0.75;
 font-family: "A1 Mincho";
}

@media screen and (max-width: 768px) {
.bg_sp_parts1 {
 top: 40% !important;
}}

/* コンセプト */
.concept {
 display: flex;
 overflow: hidden;
}

.concept p {
 color: #888;
}

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

.greeting {
 padding: 5%;
 color: #888;
 line-height: 1.8;
 width: 100%;
 position: relative;
}

@media screen and (min-width: 769px) {
.greeting:before {
 background: url(/wp-content/themes/kitoki-child/images/tree.png) center bottom / contain no-repeat;
 position: absolute;
 content: "";
 width: 40%;
 max-width: 380px;
 height: 100%;
 bottom: 0;
 left: 0;
 opacity: 0.3;
}}

@media screen and (max-width: 768px) {
.greeting {
 text-align: center;
}}

.half_kitoki {
 width: 50%;
 float: left;
}

@media screen and (max-width: 768px) {
.half_kitoki {
 width: 100%;
 padding: 2% 0;
}}

/* 自然素材にこだわるお家 */
.natural {
 max-width: 1000px;
 width: 90%;
 margin: 0 auto;
 text-align: center;
 padding: 50px 0;
 line-height: 1.7;
}

@media screen and (max-width: 480px) {
.natural {
 text-align: left;
}}

/* サービス */
.service {
 background: #e5e5e5 url(/wp-content/themes/kitoki-child/images/milk.png) center top / contain no-repeat;
 width: 100%;
 padding: 5% 0;
 display: inline-block;
 text-align: center;
}

.service_inner {
 max-width: 1000px;
 margin: 0 auto;
}

.triple {
 width: 32.33%;
 margin: 0 0.5%;
 float: left;
}

@media screen and (max-width: 480px) {
.triple {
 width: 100%;
 float: inherit;
 margin: 15px 0;
}}

.img_wrap{
 width: 100%;
 height: 200px;
 margin: 0 auto;
 cursor: pointer;
 display: inline-block;
}

@media screen and (min-width: 1025px) {
.img_wrap img{
 width: 100%;
 transition-duration: 0.5s;
}
.img_wrap:hover img{
 transform: scale(1.2);
 transition-duration: 0.5s;
}}

/* トップ 性能 */
.performance {
 text-align: center;
 padding: 50px 0;
 line-height: 1.7;
 background: url(/wp-content/themes/kitoki-child/images/exterior.jpg) center center / cover no-repeat fixed;
}

.performance_inner {
 max-width: 1000px;
 width: 90%;
 margin: 0 auto;
}

.pf_item {
 border: 1px solid #888;
 border-radius: 20px;
 padding: 1rem 0;
 margin: 0 0 1rem;
}

/* トップページバナー */
.banner {
 width: 100%;
 height: auto;
 text-align: center;
}

.banner_inner {
 width: 100%;
 max-width: 1280px;
 height: auto;
 padding: 2% 0;
 font-size: 0;
 letter-spacing: -1.4rem;
 margin: 0 auto;
}

.banner_img {
 width: 31.333%;
 margin: 1% 1%;
 display: inline-block;
 box-shadow: #c6c6c6 3px 3px 5px;
 vertical-align: top;
}

@media only screen and (max-width: 479px) and (min-width: 320px){
.banner_img {
 width: 100%;
 margin: 1% 0;
}}

.link_btn {
 position: absolute;
 color: #fff;
 font-size: 0.8rem;
 letter-spacing: normal;
 bottom: 12%;
 left: 50%;
 transform: translateY(0%) translateX(-50%);
 -webkit- transform: translateY(0%) translateX(-50%);
 border: #fff 1px solid;
 padding: 0 0.8rem;
}

/* お知らせ */
.news {
 background: #f4f4f4;
 display: flex;
 overflow: hidden;
 clear: both;
}
.news_inner {
 max-width: 1000px;
 width: 90%;
 margin: 0 auto;
 padding: 5%;
 line-height: 1.8;
}

.news_inner p {
 padding: 5px 0 0 0;
}

/* アーカイブ */
.front_archive li.item {
 height: 350px;
 margin-bottom: 0;
}

@media only screen and (max-width: 479px) and (min-width: 320px){
.front_archive .item-img {
 width: 45%;
 height: auto;
 float: left;
 margin-right: 5%;
}}

@media only screen and (max-width: 479px) and (min-width: 320px){
.front_archive li.item {
 height: 150px;
}}

@media only screen and (max-width: 479px) and (min-width: 320px){
.front_archive  .item-cat {
 margin: 0;
}
.front_archive .item-date {
 float: left;
 padding-right: 5px;
}
.front_archive .item-title {
 font-size: 14px !important;
 line-height: 1.2 !important;
}
.front_archive p.item-text {
 padding: 0;
 font-size: 12px;
}
.front_archive li.item {
 height: 120px;
 margin-bottom: 0;
}
}

/* フッター */
#footer {
 background: #9E9E9E;
}

#footer a {
 color: #999;
}

#copyright {
 font-size: 1.5vh;
 padding: 40px 0 40px;
}

@media screen and (max-width: 480px) {
#copyright {
 padding: 40px 0 80px;
}}

.company_info {
 color: #fff;
 text-align: center;
 padding: 3% 0;
}

.footer-inner a {
 color: #fff !important;
}

.footerbox .widget {
 padding: 0 0 20px;
}

/* 問い合わせ */
.contact {
 background: #e4e4e4;
 padding: 5%;
}

.contact_title {
 background: #9e9e9e;
 border-radius: 5px;
 color: #fff;
 font-weight: bold;
 display: inline;
 padding: 3px 6px;
}

/* スタンダードスペック */
@media screen and (max-width: 480px) {
.scroll_table {
 display: block !important;
 overflow-x: scroll !important;
 white-space: nowrap !important;
 -webkit-overflow-scrolling: touch;
}}

.scroll_table td {
 border: none;
 text-align: center;
 padding: 8px 0px !important;
}

dl.spec_dl {
 width: 95%;
 display: table;
 margin: 0 auto;
}

dt .spec_dl {
 width: 38%;
 display: table-cell;
 vertical-align: middle;
 border-bottom: 1px solid #BBBBBB;
 border-right: 1px solid #BBBBBB;
 padding-left: 5%;
}
	
.spec_dl dt {
 width: 38%;
 display: table-cell;
 vertical-align: middle;
 border-bottom: 1px solid #BBBBBB;
 border-right: 1px solid #BBBBBB;
 padding-left: 5%;
 font-weight: normal;
 font-size: 14px;
}

dd.spec_dd {
 width: 62%;
 display: table-cell;
}

.spec_dl dd span {
 display: block;
 width: 100%;
 border-bottom: 1px solid #BBBBBB;
 padding: 6px 0 6px 6%;
}

.price {
 text-align: center;
 line-height: 2;
}

.price select {
 border: none;
 border-radius: 15px;
 background: #78d0b1;
 font-size: 3vh;
 font-weight: bold;
 color: #fff;
 padding: 10px 20px 10px;
 margin: 20px;
}

.price input[type="text"] {
 text-align: center;
 border: none;
 font-size: 40px;
 font-weight: bold;
 color: #f66;
}

.price input[type="text"] {
 padding: 0;
}

/* 素材のビュッフェ */
.ingredients_buffet {
 background: url(/wp-content/themes/kitoki-child/images/ingredients_buffet.jpg) center center / cover no-repeat;
 display: flex;
 overflow: hidden;
 width: 90%;
 color: #fff;
 font-size: 2.5vh;
 font-weight: bold;
 line-height: 1.8;
 text-shadow: #666 1px 1px 3px;
 align-items: center;
 justify-content: center;
 padding: 5% 5%;
}

.ingredients {
 width: 23%;
 float: left;
 margin: 1%;
}

@media screen and (max-width: 480px) {
.ingredients {
 width: 48%;
 float: left;
 margin: 1%;
}}

.ingredients_details {
 width: 100%;
 height: 80px;
}

@media screen and (max-width: 768px) {
.ingredients_details {
 height: 100px;
}}

.ingredients_name {
 background: #b7afa8;
 color: #fff;
 border-radius: 5px;
 padding: 2px 5px;
 font-weight: bold;
 font-size: 12px;
 text-align: center;
 line-height: 1.7;
 margin: 7px 5px 3px;
}

.ingredients_details p {
 padding: 0;
 line-height: 1.5;
 font-size: 12px;
}

/* フッターフローティング */
#footer_floating {
 width: 60px;
 height: 300px;
 position: fixed;
 left: 0;
 bottom: 0;
 z-index: 9999;
 text-align: center;
}

@media screen and (max-width: 480px) {
#footer_floating {
 width: 270px;
 height: 60px;
 left: 5px;
 bottom: 5px;
}}

.footer_button {
 width: 60px;
 height: 60px;
 float: left;
 color: #fff;
 display: flex;
 align-items: center;
 justify-content: center;
 font-size: 30px;
}

@media screen and (max-width: 480px) {
.footer_button {
 width: 40px;
 height: 40px;
 border-radius: 40px;
 margin: 3px;
 font-size: 18px;
}}

/* reCAPTCHA */
.grecaptcha-badge {
 margin: 15px auto 0;
}

/* アニメーション */
.fwari {
 animation:fwari ease-in-out 2s infinite alternate;
 -webkit-animation:fwari ease-in-out 2s infinite alternate;
 -moz-animation:fwari ease-in-out 2s infinite alternate;
}
@keyframes fwari{
 0%   { transform:translate(0%, 0%); }
 100% { transform:translate(0%, -30px); }
}
@-webkit-keyframes fwari{
 0%   { -webkit-transform:translate(0%, 0%); }
 100% { -webkit-transform:translate(0%, -30px); }
}
@-moz-keyframes fwari{
 0%   { -moz-transform:translate(0%, 0%); }
 100% { -moz-transform:translate(0%, -30px); }
}

/* ポップアップメーカー */
.pum-container.pum-responsive {
 width: 85%;
}

#popmake-574 {
 margin: 5%;
 top: 10% !important;
}

