<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*=========================================================*/
/*ベース設定*/
/*=========================================================*/
body {
  font-family: 'メイリオ', Meiryo, Osaka, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.5px;
  background: #fff;
}

.mamapan a {
  color: #333;
}

#iframe_search {
  border: 0 none;
  height: 40px;
  right: 0;
  margin: 0;
  position: fixed;
  bottom: 0px;
  width: 360px;
  z-index: 1000;
}

.wrapper {
  width: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (min-width : 320px) {
	.pc_h{
		display:none;
	}
	.smp_h{
		display:inline;
	}
}

@media only screen and (min-width : 992px) {
	.pc_h{
		display:inline;
	}
	.smp_h{
		display:none;
	}
}

@media only screen and (min-width : 1200px) {
	.pc_h{
		display:inline;
	}
	.smp_h{
		display:none;
	}
}
/*=========================================================*/
/**/
/*=========================================================*/
.fv {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.container h1 {
  font-size: 100px;
  text-align: center;
  text-shadow: 1px 1px 0 #fff,
    1px 1px 0 #fff,
    1px -1px 0 #fff,
    1px -1px 0 #fff;
  margin: 0 0;
  padding-top: 40px;
  margin-bottom: 0px;
}

.container h2 {
  font-size: 28px;
  text-align: center;
  text-shadow: 0px 0px 0 #fff,
    0px 0px 0 #fff,
    0px -0px 0 #fff,
    0px -0px 0 #fff;
  margin-bottom: 10px;
}

.line-p {
  overflow: hidden;
  text-align: center;
  padding: 40px 0 30px 0;
}

.line-p span {
  display: inline-block;
  padding: 0 0.5em;
  position: relative;
}

.line-p span:before,
.line-p span:after {
  border-top: 1px solid;
  content: "";
  position: absolute;
  top: 50%;
  width: 99em;
}

.line-p span:before {
  right: 100%;
}

.line-p span:after {
  left: 100%;
}

#nav {
  list-style: none;
}

#nav li {
  width: 260px;
  text-align: center;
  background-color: #7ac2e3;
  display: inline-block;
  margin: 2px;
}

#nav li a {
  text-decoration: none;
  color: #fff;
  font-weight: medium;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cp_cssslider {
  width: 1200px;
  padding-top: 400px;
  position: relative;
  margin: 2em auto;
  text-align: center;
}

.cp_cssslider&gt;img {
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
  border-radius: 3px;
}

.cp_cssslider input[name='cp_switch'] {
  display: none;
}

.cp_cssslider label {
  margin: 15px 5px 0 5px;
  border: 2px solid #fff;
  display: inline-block;
  cursor: pointer;
  transition: all 0.5s ease;
  opacity: 0.6;
  border-radius: 3px;
}

.cp_cssslider label:hover {
  opacity: 0.9;
}

.cp_cssslider label img {
  display: block;
  width: 200px;
  border-radius: 2px;
}

.cp_cssslider input[name='cp_switch']:checked+label {
  border: 2px solid #FF7043;
  opacity: 1;
}

.cp_cssslider input[name='cp_switch']~img {
  opacity: 0;
}

.cp_cssslider input[name='cp_switch']:checked+label+img {
  opacity: 1;
}

.p-top-goods__ttl {
  text-align: center;
  margin-bottom: 35px;
}

.p-top-goods__ttl img {
  display: inline-block;
  max-width: 400px;
  width: 100%;
}

.c-responsive-img {
  height: auto;
  max-width: 100%;
}

.line_h2 {
  border-bottom: 1px #ccc solid;
  padding-bottom: 10px;
}

.line_h4 {
  border-bottom: 1px #ccc solid;
  padding-bottom: 8px;
}

.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}

.row_bottom {
  margin-bottom: 30px;
}

.col-sm-3 .moji_c {
  margin-bottom: 30px;
}

.jumbo_bg1 {
  background: #800000;
}

.fontcolor_fff {
  color: #fff;
}

.container_img img {
  margin-bottom: 20px;
}

.btn-godi {
  background-color: #b9943a;
  border-color: #b9943a;
  color: #fff;
  font-weight: bold;
  font-family: Helvetica, "??S?V?b?N", "Yu Gothic", sans-serif;
}

.btn-warning {
  font-weight: bold;
  font-family: Helvetica, "??S?V?b?N", "Yu Gothic", sans-serif;
}

.table_center {
  display: table-cell;
  vertical-align: middle;
}

.button {
  display: inline-block;
  width: 100%;
  height: 75px;
  text-align: center;
  text-decoration: none;
  line-height: 38px;
  outline: none;
}

.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button {
  background-color: #7ac2e3;
  color: #666;
}

.button:hover {
  background-color: #7ac2e3;
}

.point_center {
  text-align: center;
}

.point_v_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.moji p {
  margin-top: 10px;
  font-size: 12px;
}

.moji h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.moji h4 {
  font-size: 16px;
}

.link a {
  text-decoration: underline;
}

/*=========================================================*/
/*box設定*/
/*=========================================================*/

.box23 {
  font-weight: bold;
  padding: 0.5em 1em;
  overflow: hidden;
  position: relative;
}
.box23::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-width: 25px 25px 0 0;
  border-style: solid;
  border-color: #2A3263 #fff #2A3263;
}
.box23 p {
    margin: 0; 
    padding: 10px;
    color: #2A3263;
    font-size: 28px;
}

@media screen and (max-width: 640px) {
.box23 p {
    font-size: 18px;
}
}
.box24 {
  position: relative;
  padding: 1em 1em;
  margin: 2em 0;
  background: #fb807a;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}

.box24:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #fb807a;
  width: 0;
  height: 0;
}
.box24 p {
    margin: 0; 
    padding: 0;
    color: #ffffff;
    font-size: 16px;

}
.box25 {
  position: relative;
  padding: 0.5em 0.7em;
  margin: 2em 0;
  background: #7ac2e3;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

.box25:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #7ac2e3;
  width: 0;
  height: 0;
}

.box25 p {
  margin: 0;
  padding: 0;
  color: #fff;
}

.box26 {
    position: relative;
    margin: 1em 1em;
    padding: 1.5em 1.5em;
    border: solid 3px #7ac2e3;
    border-radius: 8px;
	line-height:26px;

}
.box26 .box-title {
	position: absolute;
	display: inline-block;
	top: -14px;
	left: 9px;
	padding: 0 9px;
	line-height: 1;
	font-size: 19px;
	background: #FFF;
	color: #333333;
	font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
    font-size: 18px;
	
}
@media screen and (max-width: 640px) {
.box26 .box-title {
	font-size: 16px;
}
}

.box29 {
  margin: 2em 0;
  background: #fff;
}

.box29 .box-title {
  font-size: 2.3em;
  background: #048E27;
  padding: 32px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.box29 p {
  padding: 15px 20px;
  margin: 0;
}


.box3 {
  padding: 0.5em 1em;
  margin: 2em 0;
  color: #333;
  background: #fff5f4;
}

.box3 p {
  margin: 0;
  padding: 0;
}

/*=========================================================*/
/*アイコン設定*/
/*=========================================================*/
img.icon {
width: 2.5%;
vertical-align: middle;
margin-right:3px;
}

@media screen and (max-width: 640px) {
img.icon {
width: 8%;
}
}

/*=========================================================*/
/*レシピ説明のボックス設定*/
/*=========================================================*/
.recipe_ex {
    margin: 2em 0;
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
    max-width: 99%; /* 幅 */
	margin-left: 5px;

}
.recipe_ex .box-title {
    font-size: 20px;
    background: #7ac2e3;
    padding: 4px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0.05em;
}
.recipe_ex p {
    padding: 15px 20px;
    margin: 0;
    /*font-size: 15px;*/
    line-height: 1.6;
    letter-spacing: 1.2px;
}


/*=========================================================*/
/*動画設定*/
/*=========================================================*/
.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*=========================================================*/
/*材料の枠*/
/*=========================================================*/
table.table01 {
  width: 100%;
  border-right: #f1f1f1 solid 1px;
  border-collapse: collapse;
}

table.table01 thead th {
  background: #f1f1f1;
  color: #333;
  padding: 10px 9px;
  border-right: #fff solid 1px;
  border-bottom: #fff solid 1px;
}

table.table01 thead th:last-child {
  border-right: #f1f1f1 solid 1px;
}

table.table01 tbody th {
  background: #f1f1f1;
  color: #fff;
  padding: 10px 15px;
  border-bottom: #fff solid 1px;
  vertical-align: top;
}

table.table01 tbody tr:last-child th {
  border-bottom: #f1f1f1 solid 1px;
}

table.table01 tbody td {
  padding: 10px 15px;
  border-left: #f1f1f1 solid 1px;
  border-bottom: #f1f1f1 solid 1px;
  vertical-align: top;
}

table.material01s {
  margin-top: 20px;
  width: 100%;
  border-right: #f1f1f1 solid 1px;
}

table.material01s thead th {
  background: #f1f1f1;
  color: #333;
  padding: 10px 15px;
  border-right: #fff solid 1px;
  border-bottom: #fff solid 1px;
}

table.material01s thead th:last-child {
  border-right: #f1f1f1 solid 1px;
  border-right: #f1f1f1 solid 1px;
}

table.material01s tbody th {
  background: #f1f1f1;
  color: #fff;
  padding: 10px 15px;
  border-bottom: #fff solid 1px;
  vertical-align: top;
}

table.material01s tbody tr:last-child th {
  border-bottom: #f1f1f1 solid 1px;
}

table.material01s tbody td {
  background: #fff;
  padding: 10px 15px;
  border-left: #f1f1f1 solid 1px;
  border-bottom: #f1f1f1 solid 1px;
  vertical-align: top;
}

/*=========================================================*/
/*工程のリスト設定*/
/*=========================================================*/
.itinerary_number {
  display: inline-block;
  background: #5eb7e0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
}

.itinerary_title {
  padding: 3px 8px;
  margin-left: 8px;
  color: #2a3263;
  font-size: 18px;
  font-weight: 600;
  background: transparent;
  border-left: solid 3px #5eb7e0;
}

/*=========================================================*/
/*背景色設定*/
/*=========================================================*/
.itinerary_color{
  background-color:#f8f9fb;
  padding: 10px;

}
	
	
/*=========================================================*/
/*プリントアウト*/
/*=========================================================*/
@media print,
screen and (min-width: 960px) {
  .p-top-goods__ttl img {
    max-width: 500px;
    vertical-align: bottom;
  }
}

/*=========================================================*/
/*979px以上*/
/*=========================================================*/
@media (max-width: 979px) {
  .container h1 {
    font-size: 50px;
    text-align: center;
    text-shadow: 1px 1px 0 #000000,
      1px 1px 0 #000000,
      1px -1px 0 #000000,
      1px -1px 0 #000000;
    margin: 0 0;
    margin-top: 7px;
    margin-bottom: 0px;
  }

  .container h2 {
    font-size: 18px;
    text-shadow: 0px 0px 0 #000000,
      0px 0px 0 #000000,
      0px -0px 0 #000000,
      0px -0px 0 #000000;
    margin-bottom: 10px;
  }
}

/*=========================================================*/
/*～768px*/
/*=========================================================*/
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }

  .title_logo {
    position: relative;
  }

  .title_logo img {
    position: absolute;
    top: 40px;
    width: 200px;
  }

  .col-xs-6 {
    padding: 0 5px 0 5px;
  }

  div.col-xs-padding {
    width: 49%;
  }

  .pc_h {
    display: none;
  }

  .smp_h {
    display: inline;
  }
}

/*=========================================================*/
/*～640px*/
/*=========================================================*/
@media screen and (max-width: 640px) {
  .box25 {
    position: relative;
    padding: 0.5em 0.7em;
    margin: 2em 0;
    background: #7ac2e3;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
  }

  .box25:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 45%;
    border: 15px solid transparent;
    border-top: 15px solid #7ac2e3;
    width: 0;
    height: 0;
  }

  .box25 p {
    margin: 0;
    padding: 0;
    color: #fff;
  }

  table.table01 thead {
    display: compact;
  }

  table.table01 tbody th {
    display: compact;
  }

  table.table01 tbody td {
    display: compact;
  }

  table.table01 tbody td::before {
    content: attr(label);
    float: left;
    clear: both;
    font-weight: bold;
  }

  table.table01 tbody td p {
    text-align: left;
    font-size: 0.9em;
  }

  .box24 p {
    margin: 0;
    padding: 0;
    color: #fff;
  }

  .box24:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 45%;
    border: 15px solid transparent;
    border-top: 15px solid #fb807a;
    width: 0;
    height: 0;
  }

  .moji h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .moji h4 {
    font-size: 16px;
    margin-bottom: 20px;
  }

  table.material01 thead {
    display: contents;
  }

  table.material01s thead {
    display: compact;
  }

  table.material01s tbody th {
    display: compact;
  }

  table.material01 tbody td {
    display: revert;
  }

  table.material01s tbody td {
    display: compact;
  }

  table.material01s tbody td::before {
    content: attr(label);
    float: left;
    clear: both;
    font-weight: bold;
  }

  table.material01s tbody td p {
    padding-left: 1em;
  }

  table.material01 tbody td p {
    padding-left: .1em;
  }
}
</pre></body></html>