@charset "utf-8";

/* Sections
 ========================================================================== */
.uk-card-body {
  padding: 30px 30px;
}
.uk-card-header {
  padding: 18px 0px;
}
.uk-card-footer {
  padding: 15px 30px;
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-card-body {
    padding: 40px 40px;
  }
  .uk-card-header {
    padding: 18px 0px;
  }
  .uk-card-footer {
    padding: 20px 40px;
  }
}


/* Top Text
 ========================================================================== */
/* Phone landscape and bigger */
@media (min-width: 320px) {
  .catch-text{
    font-size:1.3rem;
  }
  .catch-text-sub{
    font-size:0.8rem;
  }
}
@media (min-width : 636px ){
  .catch-text{
    font-size:1.8rem;
  }
  .catch-text-sub{
    font-size:1rem;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .catch-text{
    font-size:2rem;
  }
  .catch-text-sub{
    font-size:1.0rem;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .catch-text{
    font-size:2.4rem;
  }
  .catch-text-sub{
    font-size:1.5rem;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .catch-text{
    font-size:3rem;
  }
  .catch-text-sub{
    font-size:1.4rem;
  }
}

  /* off canvas */  
  .uk-offcanvas-bar {/* uikit.css 5406 */
    background: #889b22;
  }
  .uk-button {
    padding: 0 15px;
  }
  .catch-text, .sec-title{
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  }
  .catch-text-sub{
    font-weight:400;
  }
  .catch-text, .catch-text-sub{
    color:#000;
  }
  .catch-text-outline{
    text-shadow: 2px 2px 0 #fff, -3px 3px 0 #fff, 3px -3px 0 #fff, -3px -3px 0 #fff;
    text-shadow: 2px 2px 1px #fff, -3px 3px 2px #fff, 3px -3px 2px #fff, -3px -3px 2px #fff;
    /*
    text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
    text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff;
    */
  }
  .catch-text-white-plate{
    background-color: white;
    padding: 10px 15px 10px;
    border-radius: 4px;
    background: rgba(255,255,255,0.6);
  }

  .catch-text-shadow{
    text-shadow: 2px 2px 15px #222;
  }
  .catch-text-white-shadow{
    text-shadow: 2px 2px 15px #fff;
  }

/* ヘッダ設定
 =========================================================================*/
.header-logo-align {
  width:220px;
}
@media (max-width: 640px) {
  a.ask-btn {padding: 12px;}
  .header-logo-align {
    margin-left: 0;
    width:220px;
  }
}
@media (max-width: 320px) {
  a.ask-btn {padding: 12px;}
  .header-logo-align {
    margin-left: 0;
    width:180px;
  }
}

/* テキスト設定
===========================================================================*/
.title{font-size:1.5rem;}
.desc{font-size:1.1rem;}
/* Phone landscape and bigger */
@media (min-width: 320px) {
  .title{font-size:1.2rem;}
  .desc{font-size:0.9rem;}
}
@media (min-width : 636px ){
  .title{font-size:1.3rem;}
  .desc{font-size:1.0rem;}
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .title{font-size:1.5rem;}
  .desc{font-size:1.1rem;}
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .title{font-size:1.5rem;}
  .desc{font-size:1.1rem;}
}

/* カード設定
============================================================================*/
.card-bg01{
  background-color:#e2a1a1;
  color:#FFF;
}

.uk-card-title {/* uikit.css 2760 */
    font-size: 1.5rem;
}
/* Phone landscape and bigger */
@media (min-width: 300px) {
  .uk-card-title{font-size:1.3rem;}
}
@media (min-width : 640px ){
  .uk-card-title{font-size:1.5rem;}
}


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

.uk-button-primary {/* uikit.css 1916 */
    background-color: #cb8d8d;
}
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #b43213;
  color: #fff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  background-color: #89250d;
  color: #fff;
}
/* メニュー設定
============================================================================*/
ul.menu-pickup{
  font-size: 1rem;
  overflow: hidden;
  text-align: center;
  margin: 0px auto 30px;
  list-style: none;
}
ul.menu-pickup li{
  display:block;
}
.atr-flex{
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.menu-panel{
  border-radius: 500px;
  background-color:#FFF;
  padding: 10px 20px;
  font-weight:500;
}
.menu-panel-color1{
  color:#ff9900;
}
.menu-panel-color2{
  color:#3b663b;
}
.menu-panel-text{
  color:#FFF;
  font-weight:800;
  padding: 10px 20px;
}


.menu-title{
  color:#3b663b !important;
}
.menu-title2{
  color:#ff9900 !important;
}
.menu-body{padding:10px 15px;}
.menu-text{
  font-size:1rem;
  margin-bottom: 0px;
  line-height: 1.4;
}

.cook-num{
  font-weight:600;
  padding-right:5px;
  font-size:150%;
}
.cook-num2{
  font-weight:600;
  padding-right:5px;
  font-size:100%;
  line-height: 2.1;
}

/* お問い合わせエリア
============================================================================*/
.inq-text{
  font-size:1rem;
  margin-bottom: 0px;
  line-height: 1.4;
}
.inq-title{
  font-weight: 300;
  font-size:1.4rem;
}

/* Phone landscape and bigger */
@media (min-width: 300px) {
  .inq-text{font-size:0.8rem;}
}
@media (min-width : 640px ){
  .inq-text{font-size:1.0rem;}
}



/* Phone landscape and bigger */
@media (min-width: 300px) {
  .inq-title{line-height:1.0 !important;font-size:1.0rem;}
}
@media (min-width : 640px ){
  .inq-title{line-height:2.8;}
}
.uk-button-large {/* uikit.css 1987 */
  line-height: 1.4 !important;
}


/* ご利用の流れ
===========================================*/
.flow-step-text{
  font-size:1.6rem;
  color: #e12f10 !important;
  font-size:1.4rem;
  font-weight: 700;
}
.flow-text{
  color: #000 !important;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size:1.4rem;
}
.flow-padding{padding: 0px 20px;}

/* Phone landscape and bigger */
@media (min-width: 960px) {
  .flow-padding{padding: 0px 0px;}
}

.flow-border{border-bottom: #999 1px solid;
      padding-top: 30px;
}
.flow-step-bg{background-color: #F8F8F8}
@media (max-width: 960px) {
.flow-border{
  border-bottom: #999 1px solid;
  padding-top: 0px;
  }
}

/* Phone landscape and bigger */
@media (min-width: 320px) {
  .flow-text{font-size:1.0rem;}
}
@media (min-width : 640px ){
  .flow-text{font-size:1.4rem;}
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .flow-text{font-size:1.0rem;}
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .flow-text{font-size:1.4rem;}
}

/* よくある質問
============================================================================*/
.faq-area-padding{padding:10px 20px;}
.faq-text-title{font-size:1.2rem;}
.faq-desc-padding{padding:10px 20px;}
.faq-text-desc{
  font-size:1.0rem;
  color: rgba(255, 255, 255, 1.0);
  font-weight:300;
line-height:1.3;
}
.faq-border{border-bottom: 1px solid #e5e5e5;}

/* 運営会社
============================================================================*/
.manage_logo{width:40%;margin-top:30px;}
/* Phone landscape and bigger */
@media (min-width: 320px) {
  .manage_logo{width:70%;margin-top:0px;}
}
@media (min-width : 640px ){
  .manage_logo{width:60%;margin-top:30px}
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .manage_logo{width:60%;}
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .manage_logo{width:40%;}
}


/* フッダー
============================================================================*/
#footer {
  background-color: #f2f2f2;
  font-size: 13px;
}
/*-- フッダーナビ --*/
#footer .footnav {
  font-size: 13px;
  overflow: hidden;
  margin-bottom:0px;
}
#footer .footnav li {
  list-style: none;
  width: 50%;
  box-sizing: border-box;
  float: left;
  border-bottom: solid 1px #CCCCCC;
}
#footer .footnav li:nth-child(odd) {
  border-right: solid 1px #CCCCCC;
}
#footer .footnav li:nth-child(even) {
}
#footer .footnav li a,
#footer .footnav li span {
  display: block;
  padding: 10px 0px;
  text-align: center;
}
/*--- リンク ---*/
#footer .footnav li a:link, #footer .footnav li a:visited {
	color: #333333;
	text-decoration: none;
}
#footer .footnav li a:hover, #footer .footnav li a:active {
	color: #FFF;
	text-decoration: none;
  background-color:#889b22;
}
/*-- コピーライト --*/
#footer .copy {
  background-color: #889b22;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 1.4;
}
#footer .copyinn {
  padding: 10px 0px;
  text-align: center;
}
/* 320px以下【sp】
******************************************************/
@media print, screen and (max-width: 320px) {
  /*-- フッダーナビ --*/
  #footer .footnav li {
    list-style: none;
    width: 100%;
    box-sizing: border-box;
    float: left;
    border-bottom: solid 1px #CCCCCC;
    margin-bottom:0px;
  }
  #footer .footnav li:nth-child(odd) {
    border-right:none;
  }
}
/* 768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  /*-- コピーライト --*/
  #footer .copy {line-height: 1.1;}
  /*-- フッダーナビ --*/
  #footer .footnav {margin-bottom:0px;}
}
/* 1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
  #footer {
    padding-top: 30px;
  }
  /*-- フッダーナビ --*/
  #footer .footnav {
    font-size: 13px;
    overflow: hidden;
    text-align: center;
    margin: 0px auto 30px;
    max-width: 1200px;
  }
  #footer .footnav li {
    display:inline;
    float:none;
    border-bottom:none;
    padding: 0px 1%;
    font-weight: bold;
  }
  #footer .footnav li a,
  #footer .footnav li span {
    display:inline;
  }
  #footer .footnav li:nth-child(odd) {
    border-right:none;
  }
  /*--- リンク ---*/
  #footer .footnav li a:hover, #footer .footnav li a:active {
	  color: #889b22;
	  text-decoration: none;
    background-color: transparent;
  }
  /*-- コピーライト --*/
  #footer .copyinn {
    max-width: 1260px;
    margin: 0px auto;
    text-align:right;
  }
}


/* プリント設定
==================================================================*/
@media print {
  @page {
  margin-top:0.4cm;
  margin: 0.5cm;
  }
  p, a, code, pre {
  word-wrap: break-word;
  }
  .no-print {display:none;}
 
}
