: -@charset "UTF-8";
body {
  margin: 0;
  color: #333;
  font-family: 'Kosugi Maru', sans-serif;
  line-height: 2;
 font-size:1.2rem;
}
/*---共通------------------------*/
.kyoucyou {
  color: red;
}
.uchikeshi {
  text-decoration: line-through;
}
/*---ヘッダー部分------------------------*/

header {
  background-image: url(images/header_bg.jpg);
}
	margin-bottom: 50px;
}
    .site_name {
      padding: 1.3rem 0 0.4rem 0 !important;
    }

    .main_menu  {
      max-width: 120px;
    }

.yoyaku-btn {
	max-width: 220px;
}

    /* エリア基本設定 */
.main_img_area {
  background-image: url(images/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
    }

    .sale_area {
      background-image: url(images/sale_bg.gif);
      padding: 1rem 0 2rem 0;
    }

    .sale_area h2 {
      margin-top: 1rem;
    }

    .gentei_area {}



    strong {
      padding: 0.2rem;
      color: #fff !important;
      font-size: 1.5rem;
      border-radius: 3px;
      background-color: #f00;
    }

    strong.futuu {
      color: #f00;
      font-size: 1.2rem;
      border: none;
      background-color: transparent;
    }

    .sale_area .cd {
      border: 3px solid #ccc
      background-color: #333;
      color: #fff;
      font-size: 0.9rem;
      line-height: 1.5;
    }

    .cd img {
      object-fit: contain;
      padding: 1rem;
      width: 100%;
      height: 300px;
      background-color: #fff;
    }


    /*最大幅の制限*/
    @media (min-width:992px) {
      .wrapper {
        width: 992px;
        margin: 0 auto;
      }
    }




    .area_tit {
   /*   color: #000;
      font-size: 2rem;
      text-align: center;
      */
    }


    .main_menu_btn {
      max-width: 320px !important;
		list-style-type: none;
		float: right;
    }
    .main_menu_btn li {
      max-width: 120px !important;
		float: left;
		margin: 0 0 0 20px;
    }

    .card-footer {
      background-color: #333;
      border-top: none;
    }

    /*横カード*/
    .card {
      border: none;
    }


    .card-img {
      border-radius: 0;
      border-top-left-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem;
    }

    .card-body {
      padding: 0.8rem;
    }

    .card-title {
      font-size: 1.3rem;
    }

    .card-subtitle {
      color: #999;
    }

    .card-text {
      font-size: 0.8rem;
      line-height: 1.5;
    }

    .card-text02 {
      margin-top: 10px;
      padding-top: 10px;
      font-size: 0.8rem;
      line-height: 1.5;
      background-color:#ffd700;
      color:#000;
    }

    .waribiki {
      margin: 0 20px 1rem 20px;
      padding: 1rem;
      border-radius: 5px;
      position: relative;
      background-color:#fff;
      color: #000;
    }
    .waribiki:after {
      position: absolute;
      content: '';
      top: 100%;
      left: 50%;
      border: 15px solid transparent;
      border-top: 15px solid #fff;
      width: 0;
      height: 0;
      transform: translateX(-50%);
    } 


/*---内部ページ------------------------*/
/*（見出し）*/
h1 {
  padding: 4rem 0 2rem;
  font-size: 2.4rem;
  text-align: center;
}
h2 {
    margin: 0 20px 0 20px;
    padding: 0.8rem 1rem 1.5rem 1rem;
    border-radius: 5px;
    font-weight: bold;
    position: relative;
/*    background-image: url(images/h2_bg.png);*/
    color: #000000;
    text-shadow:
            3px 3px 3px #fff, -3px -3px 3px #fff,
           -3px 3px 3px #fff,  3px -3px 3px #fff,
            3px 0px 3px #fff, -3px -0px 3px #fff,
            0px 3px 3px #fff,  0px -3px 3px #fff;
}
h3 {
  margin: 1rem 0;
  padding: 0.5rem 0.8rem;
  font-size: 1.2rem;
  color: #fff;
  background-color: #f90;
}
h4 {
  margin: 1.5rem 0;
  font-size: 1.4rem;
}
/*（その他）*/
.lead {
  color: green;
}
.syoudan_guide {
  margin: 1rem 0;
  padding: 5rem 0;
  text-align: center;
  background-color: #f1f1f1;
}
.syoudan_calendar {
  margin: 1rem 0;
  padding: 30rem 0;
  text-align: center;
  background-color:#ff0;
}
.kakunin_btn {
  text-align: center;
}
.nurie img,.syouhin img {
  margin-bottom: 30px;
}
.waku {
  padding: 2rem;
  background-color: #f1f1f1;
  border: 1px solid #ccc;
}
/*エリアの背景色などの指定（フッターの色を変えるため）ついでに余白も設定*/
/*header, .main_content {
  background-color: #fff;
}
*/

    /* フッター */
    /* フッターメニュー */
    .footer_menu {
      background-color: #f1f1f1;
    }

    /* フッターロゴ */
    .uenogas_logo {
      padding: 1rem 0;
      width: 200px;
    }

    /* 住所 */
    address {
      padding: 1rem 0;
      font-size: 0.8rem;
      line-height: 1.5;
    }

    /* 会社名 */
    address .company_name {
      font-size: 1.2rem;
      font-weight: bold;
    }


    .card-title a:link {
      color: #fff;
    }

    .card-title a:visited {
      color: #fff;
    }


/* 通常リンク色 */

a:link {
  color: #03f;
  text-decoration: none;
}
a:visited {
  color: #36f;
  text-decoration: none;
}
a:hover {
  color: #00f;
  text-decoration: underline;
}
a:active {
  color: #f00;
  text-decoration: underline;
}

    /* ここから中-------------------------------------- */
    .naka {
      background-image: url(images/bg.jpg);
      background-repeat: no-repeat;
      background-size: auto;
      /*background-size: cover;*/
      background-position: center top;
    }

    @media (max-width:767px) {
      .naka {
        background-size: auto;
      }
    }
    .naka .site_name {
      width: 100%;
      padding: 1rem 0;
    }

    .site_name {}

    .main_menu2 {
      text-align: center;
    }

    .main_menu2 ul {
      margin: 0;
      padding: 0;
    }

    .main_menu2 li {
      display: inline-block;
    }

    .main_menu2 a {
      display: inline-block;
      background-color: #fff;
      padding: 0.3rem 1rem;
      margin: 1rem 0;

      border: 4px solid #9cf;
      border-top-left-radius: 25px;
      border-top-right-radius: 25px;
      border-bottom-left-radius: 25px;
      border-bottom-right-radius: 25px;
    }


    .box {
      margin: 0 15px;
      padding: 30px;
      text-align: left;
      background-color: #fff;
      word-break: break-all;
    }

    @media (max-width:767px) {
      .box {
        background-size: 50%;
		  padding: 10px 15px !important;
      }
    }

    .box h3 {
      font-size: 1.6rem;
      border-bottom: 2px dashed #c30b23;
      padding: 0.5rem 0;
      margin: 2rem 0;
      background-color:transparent;
      color:#000;
    }

    .box h4 {
      font-size: 1.2rem;
      border: 2px solid #6c3;
      padding: 0.5rem 1rem;
      margin: 1rem 0;
      border-radius: 5px;
      background-color: #fff;
    }



/*---ハンバーガーメニュー ------------------------*/

.nav-button {
  display: none;
}
.nav {
  a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    color: #448aff;
  }
  li {
    display: inline-block;
    margin: 0 10px;
  }
}
.nav-wrap.open {
  display: block;
}
.nav-wrap.close {
  display: none;
}
	
.btn-product {
	color: #fff;
	border-radius: 50px;
	background-color: #00913a;
	border: 0 solid;
	padding: 2px 15px;
	}
.btn-product span {
	color: #ffcc00;
	margin-right: 5px;
	font-size: 80%;
}
.btn-product:hover {
	background-color: #0caa4b;
}


@media screen and (max-width: 576px) {
		.list-inline .list-inline-item {
			width: 100% !important;
		}
		.list-inline .list-inline-item button {
			width: 100% !important;
		}
		}

@media screen and (min-width: 768px) {
  .nav-wrap {
    display: block !important;
  }
}
.content {
  padding: 20px;
}
@media screen and (max-width: 1200px) {
		header {
			margin-bottom: -20px;
		}
	.yoyaku-btn {
		width: 100%;
	}
	  footer {
		  margin-top: -40px;
	  }
  }
}
@media screen and (max-width: 767.98px) {
  .nav-button {
    display: block;
    cursor: pointer;
  }
  .nav-wrap {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 40px;
    display: none;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    .nav {
      height: 100%;
      position: relative;
      overflow-x: hidden;
      overflow-y: auto;
    }
    li {
      display: block;
      margin: 2em;
      a {
        color: #fff;
        font-size: 18px;
      }
    }
  }
  /*メニューボタンのエフェクト*/
  .nav-button,
  .nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .nav-button {
    z-index: 20;
    position: relative;
  }
  .nav-button span {
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: transparent;
    border-radius: 4px;
  }

  .main_menu_btn {
    text-align: center;
  }

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

		.list-inline .list-inline-item {
			display: none;
		}
		.list-inline .list-inline-item button {
			width: 100% !important;
		}
    .main_menu_btn img {
		max-width: 100px;

  }
    .main_menu_btn {
      max-width: 320px !important;
		list-style-type: none;
		float: none;
		margin: 0 auto;
    }
    .main_menu_btn li {
      max-width: 120px !important;
		float: left;
		margin: 0 10px;
    }
	  
	  
    .site_name,
	  .site_name_top {
      padding: 1rem 0 !important;
    }


  .nav-button span:nth-of-type(1) {
    top: 0;
  }
  .nav-button span:nth-of-type(2) {
    top: 16px;
  }
  .nav-button span:nth-of-type(3) {
    bottom: 0;
  }
  .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(16px) rotate(-45deg);
    transform: translateY(16px) rotate(-45deg);
    background-color: transparent;
  }
  .nav-button.active span:nth-of-type(2) {
    opacity: 0;
  }
  .nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-16px) rotate(45deg);
    transform: translateY(-16px) rotate(45deg);
    background-color: transparent;
    border-radius: 4px;
  }
}

	

@media (min-width: 576px) {
.row-flip {
  height: 220px;
}
.flip {
  width: 200px;
  height: 200px;
}
}

@media (min-width: 768px) {
.row-flip {
  height: 420px;
}
.flip {
  width: 400px;
  height: 400px;
}
}

@media (min-width: 992px) {
.row-flip {
  height: 420px;
}
.flip {
  width: 400px;
  height: 400px;
}
}

@media (min-width: 1200px) {
.row-flip {
  height: 420px;
}
.flip {
  width: 400px;
  height: 400px;
}
}

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) {
.row-flip {
  height: 420px;
}
.flip {
  width: 400px;
  height: 400px;
}
}
