@charset "UTF-8";
/* CSS Document */
html, body {
  -webkit-text-size-adjust: 100%;
  width: 100%;
}

.txt_mincho {
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

@media screen and (max-width: 800px) {
  .sp_hide {
    display: none !important;
  }
}
@media screen and (min-width: 480px) {
  .sp_only_480 {
    display: none !important;
  }
}
/* ヘッダー
---------------------------------------------------------------------------------------------------------------------------------------*/
.tel_icon {
  height: 116px;
}

.bg_h1 {
  background: #fff;
}

.header_logo {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.header_logo img {
  height: 88px;
}

.header_logo2{
    display: none;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
}

header > img {
  margin-bottom: -7px;
}
header .header_img {
  text-align: center;
}
header .header_img img {
  margin-bottom: -7px;
  width: 100%;
}

header .header_sp {
    display:none;
}
header .header_sp img{
    width: 100%;
}


@media screen and (min-width: 1024px) {
  .header_logo {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  header {
    margin-top: 62px;
  }
  header .header_img{
      display: none;
  }
  header .header_sp{
      display: block;
  }
  header .header_logo2{
    display: block;
  }
  .bg_h1 {
    display: none;
  }
}
/* コンテンツ
---------------------------------------------------------------------------------------------------------------------------------------*/
article.monodukuri h2.title {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 40px;
}
article.monodukuri h2.title img{
  width: 6vw;
}
article.monodukuri h3{
  text-align: center;
  padding: 5px 0 10px;
  font-size: 20px;
  font-weight: bold;
  color: #754c24;
}

article.top_msg {
  height: 492px;
  background: url(../images/bg_01.jpg) no-repeat;
  background-size: 100%;
  padding-top: 30px;
}
article.top_msg h2 {
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
article.top_msg h2:after {
  content: "";
  position: absolute;
  width: 6em;
  margin: 0 auto;
  border-bottom: solid 1px #4d4d4d;
  left: 0;
  right: 0;
  bottom: 0;
}
article.top_msg p {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}

article.osora_about section {
  width: 100%;
  margin-top: 100px;
}
article.osora_about section .contents-wrap {
  width: 1024px;
  margin-right: auto;
  margin-left: auto;
}
article.osora_about section .contents-wrap .detail_osora_about {
  padding-left: 20px;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-top: 0;
}
article.osora_about section .contents-wrap .detail_osora_about img.icon_osora {
  width: 130px;
  margin-top: 40px;
}
article.osora_about section .contents-wrap .detail_osora_about h2{
  padding-left: 1em;
  padding-top: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #3399cc;
}
article.osora_about section .contents-wrap .detail_osora_about p {
  padding-top: 30px;
  padding-left: 1em;
  height: 300px;
}
article.osora_about section .contents-wrap .img_osora_about {
  padding: 0;
}
article.osora_about section .contents-wrap .img_osora_about img {
  display: none;
}
article.osora_about section .contents-wrap .detail_osora_about h2 img {
  height: 1em;
  width: auto;
}
article.osora_about section.sec_02 .detail_osora_about p, article.osora_about section.sec_04 .detail_osora_about p {
  width: 80%;
}
article.osora_about section.sec_01 .contents-wrap,article.osora_about section.sec_03 .contents-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
article.osora_about section.sec_sub .contents-wrap{
    padding: 0 40px;
}
article.osora_about section.sec_sub .contents-wrap h3{
    text-align: center;
}
article.osora_about section.sec_sub.sub_last{
    padding-top: 20px;
}
article.osora_about section.sec_sub.sub_last .contents-wrap{
    justify-content: center;
}

article.product {
  margin-top: 100px;
  /*section:first-child{
      margin-bottom: 200px;
  }*/
}
article.product h2.title {
  text-align: center;
}
article.product h3 {
  text-align: center;
  margin-bottom: 10px;
}
article.product .product_top .contents-box4 {
  padding: 6px;
}
article.product .product_top .contents-box4 p {
  text-align: center;
}
article.product .product_top a {
  color: #666;
  text-decoration: none;
}
article.product #product_tamayura.product_detail {
  padding-top: 190px;
}
article.product .product_detail .thumb1, article.product .product_detail .thumb2, article.product .product_detail .thumb3, article.product .product_detail .thumb4 {
  display: flex;
  flex-wrap: wrap;
}
article.product .product_detail .thumb1 a, article.product .product_detail .thumb2 a, article.product .product_detail .thumb3 a, article.product .product_detail .thumb4 a {
  width: 16.666%;
}
article.product .product_detail .thumb1 a img, article.product .product_detail .thumb2 a img, article.product .product_detail .thumb3 a img, article.product .product_detail .thumb4 a img {
  padding-left: 3.5px;
  padding-right: 3.5px;
  margin-bottom: 0;
}
article.product .product_detail .thumb1 a:first-child img, article.product .product_detail .thumb2 a:first-child img, article.product .product_detail .thumb3 a:first-child img, article.product .product_detail .thumb4 a:first-child img {
  padding-left: 0;
}
article.product .product_detail .thumb1 a:last-child img, article.product .product_detail .thumb2 a:last-child img, article.product .product_detail .thumb3 a:last-child img, article.product .product_detail .thumb4 a:last-child img {
  padding-right: 0;
}
article.product .product_detail .product_position {
  position: relative;
  padding-left: 50px;
}
article.product .product_detail h2 {
  color: #91CAED;
  font-size: 24px;
}

article.product .product_detail .product_contents {
  margin-top: 30px;
  font-size:14px;
  color: #CE3628;
  padding:10px;
  border:1px #CE3628 solid;
  text-align:center;
  line-height:1.5em;
}


article.product .product_detail .product_contents a{
  color: #CE3628;
}

article.product .product_detail .product_info {
  margin-top: 30px;
  margin-bottom: 40px;
}
article.product .product_detail table {
  /*position: absolute;*/
  bottom: 70px;
  margin-bottom: 30px;
}
article.product .product_detail table tr span.price {
  font-size: 22px;
  color: #CE3628;
  font-weight: bold;
}
article.product .product_detail table th {
  text-align: left;
  width: 5em;
}
article.product .product_detail table td {
  padding-bottom: 5px;
  padding-left: 2em;
  line-height: 1.5em;
}
article.product .product_detail table td span.txt_s{
  font-size: 70%;
  display: block;
  text-align: right;
}
article.product .product_detail .product_video{
  text-align: center;
  margin-bottom: 40px;
}
article.product .product_detail .product_video iframe{
  width: 100%;
}

article.product .product_detail .btn_shop_box {
  /*position: absolute;*/
  bottom: 1em;
}
article.product .product_detail .btn_shop_box span a {
  display: inline-block;
  padding: 7px 23px;
  text-decoration: none;
  color: #666;
  border: solid 1px #666;
  border-radius: 7px;
}
article.product .product_detail .btn_shop_box span a:hover {
  background: #91CAED;
  color: #fff;
  border: solid 1px #ccc;
}
article.product .product_detail .btn_shop_box span.btn_shop {
  text-align: center;
  margin-right: 10px;
}
article.product .product_detail .btn_shop_box span.btn_shop a {
  width: 160px;
}
article.product .product_detail .btn_shop_box span.btn_amazon {
  text-align: center;
}
article.product .product_detail .btn_shop_box span.btn_amazon a {
  width: 160px;
}
article.product .product_detail .btn_shop_box.btn_hide {
  width: 100%;
  text-align: center;
}
article.product .product_detail .btn_shop_box.btn_hide .btn_shop a {
  width: 240px;
}
article.product .product_detail .btn_shop_box.btn_hide .btn_amazon {
  display: none;
}
article.product #product_biwa.product_detail table td, article.product #product_cocoro.product_detail table td {
  line-height: 1.5em;
  padding-bottom: 5px;
}
article.product .product_detail .product_info2{
  padding-top: 20px;
  font-size: 65%;
  color: red;
  line-height: 1.7em;
}

article.kodawari #kodawari {
  padding-top: 250px;
}

article.kodawari h2.title {
  text-align: center;
  margin-bottom: 70px;
}

article.seizoumoto #seizoumoto {
  padding-top: 250px;
}
article.seizoumoto .contents-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
article.seizoumoto h2.title {
  text-align: center;
  margin-bottom: 70px;
}
article.seizoumoto .btn_seizoumoto_shop {
  width: 70%;
  margin: 40px auto;
  text-align: center;
}
article.seizoumoto .btn_seizoumoto_shop a {
  text-decoration: none;
  background: #91CAED;
  color: #fff;
  padding: 8px 20px;
}
article.seizoumoto .btn_seizoumoto_shop a:hover {
  opacity: .8;
}

article.company h2.title {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 100px;
}
article.company table th {
  width: 25%;
  -moz-text-align-last: justify;
  text-align-last: justify;
  padding: 0 1em;
}
article.company table td {
  padding-left: 1em;
}
article.company table, article.company td, article.company th {
  border: solid 1px #666;
}

.img_circle {
  width: 50%;
  margin: 0 auto;
  margin-top: 220px;
  display: flex;
  flex-wrap: wrap;
}
.img_circle div {
  width: 33.3%;
  padding: 25px;
}
.img_circle div img {
  width: 90%;
  border-radius: 50%;
}

/* お問合せ */
article.contact_msg {
  height: 492px;
  padding-top: 30px;
  background: url(../images/bg_01.jpg) no-repeat;
  background-size: 100%;
}
article.contact_msg h2 {
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
article.contact_msg h2:after {
  content: "";
  position: absolute;
  width: 6em;
  margin: 0 auto;
  border-bottom: solid 1px #4d4d4d;
  left: 0;
  right: 0;
  bottom: 0;
}
article.contact_msg p {
  text-align: center;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}

article.contact {
  margin-top: 120px;
  color: #736357;
}
article.contact h3 {
  font-size: 24px;
}
article.contact #mail_form form#mailformpro dt {
  font-size: 18px;
  border: none;
  padding: 5px 0;
  text-align: left;
  width: 180px;
  height: 36px;
  line-height: 36px;
}
article.contact #mail_form form#mailformpro dt .must {
  border: none;
  margin-top: 8px;
  margin-right: 8px;
  height: 20px;
  line-height: 20px;
  padding-top: 0;
}
article.contact #mail_form form#mailformpro dt .must_space {
  width: 43px;
  display: inline-block;
}
article.contact #mail_form form#mailformpro dd {
  font-size: 18px;
  border: none;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 140px;
}
article.contact #mail_form form#mailformpro dd input[type="text"], article.contact #mail_form form#mailformpro dd input[type="email"], article.contact #mail_form form#mailformpro dd input[type="tel"] {
  height: 36px;
  width: 372px !important;
  line-height: 36px;
  border-radius: 5px;
  border: solid 1px #666;
}
article.contact #mail_form form#mailformpro dd textarea {
  border-radius: 5px;
  border: solid 1px #666;
  width: 372px !important;
}
article.contact #mail_form form#mailformpro dd ol:last-child {
  padding-left: 40px;
}
article.contact #mail_form form#mailformpro dd ol li {
  display: inline;
}
article.contact #mail_form form#mailformpro dd ol li label {
  width: 140px;
}
article.contact #mail_form form#mailformpro dd ol li.tamayura_label label {
  width: 180px;
}
article.contact #mail_form form#mailformpro dd ol li:first-child label {
  width: 100px;
}
article.contact #mail_form form#mailformpro dd ol li:nth-child(3) label {
  width: 50px;
}
article.contact .icon_osora {
  width: 32%;
  margin: 0 auto;
  margin-bottom: 20px;
}
article.contact .contact_tel {
  font-size: 24px;
  text-align: center;
}
article.contact .contact_tel .name {
  margin-top: 20px;
}
article.contact .contact_tel .tel {
  font-size: 36px;
  margin-top: 20px;
  position: relative;
  width: 270px;
  margin-left: auto;
  margin-right: auto;
}
article.contact .contact_tel .tel a {
  color: #736357;
}
article.contact .contact_tel .tel:before {
  content: "";
  position: absolute;
  background: url(../images/contact/icon_contact_tel.png) no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  bottom: -3px;
  left: 0;
}
article.contact .contact_tel .time {
  margin-top: 20px;
  font-size: 18px;
}
article.contact .btn_contact_shop {
  width: 70%;
  margin: 40px auto;
  text-align: center;
}
article.contact .btn_contact_shop a {
  text-decoration: none;
  background: #91CAED;
  color: #fff;
  padding: 8px 15px;
}
article.contact .btn_contact_shop a:hover {
  opacity: .8;
}

article.privacy #privacy {
  padding-top: 190px;
}
article.privacy .contents {
  margin-top: 40px;
}

.contact_logo {
  margin-top: 100px;
  margin-bottom: 70px;
  text-align: center;
}

article.thanks {
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 1699px) {
  article.top_msg {
    height: 400px;
  }
  article.top_msg p {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
  }

  article.osora_about section .contents-wrap .detail_osora_about p {
    height: 250px;
  }

  article.contact_msg {
    height: 400px;
  }
  article.contact_msg p {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1400px) {
  article.top_msg h2 {
    margin-top: 50px;
  }

  article.contact_msg h2 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1399px) {
  article.top_msg {
    height: 350px;
  }

  article.osora_about section .contents-wrap .detail_osora_about img.icon_osora {
    margin-top: 10px;
  }
  article.osora_about section .contents-wrap .detail_osora_about p {
    height: 180px;
  }

  article.contact_msg {
    height: 350px;
  }
}
@media screen and (max-width: 1199px) {
  article.top_msg {
    height: 320px;
  }
  article.top_msg h2 {
    margin-bottom: 20px;
  }
  article.top_msg p {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }

  article.osora_about section .contents-wrap .detail_osora_about p {
    height: auto;
  }

  article.product {
    margin-top: 100px;
  }

  article.contact_msg {
    height: 320px;
  }
  article.contact_msg h2 {
    margin-bottom: 20px;
  }
  article.contact_msg p {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }

  .img_circle {
    margin-top: 150px;
    width: 60%;
  }
}
@media screen and (min-width: 1024px) {
  article.osora_about section.sec_01 {
    background: url(../images/photo_01.jpg) no-repeat bottom left;
    background-size: 50%;
  }
  article.osora_about section.sec_02 {
    background: url(../images/photo_02.jpg) no-repeat right bottom;
    background-size: 50%;
  }
  article.osora_about section.sec_03 {
    background: url(../images/photo_03.jpg) no-repeat bottom left;
    background-size: 50%;
  }
  article.osora_about section.sec_04 {
    background: url(../images/photo_04.jpg) no-repeat right bottom;
    background-size: 50%;
  }
}
@media screen and (max-width: 1023px) {
  article.top_msg {
    height: 550px;
    background: url(../images/bg_sp.png) no-repeat;
    background-size: 100%;
  }
  article.top_msg h2 img {
    display: none;
  }
  article.top_msg h2:after {
    display: none;
  }
  article.top_msg p {
    width: 100%;
    margin-top: 270px;
    line-height: 2em;
  }

  article.osora_about section .contents-wrap {
    width: 100%;
  }
  article.osora_about section .contents-wrap .img_osora_about img {
    display: inline;
  }
  article.osora_about section .contents-wrap .detail_osora_about img.icon_osora {
    width: 120px;
  }
  article.osora_about section.sec_02 .detail_osora_about p, article.osora_about section.sec_04 .detail_osora_about p {
    width: 90%;
  }
  /*
  article.osora_about section.sec_01 .contents-wrap .detail_osora_about h2 {
    height: 1em;
  }
  article.osora_about section.sec_01 .contents-wrap .detail_osora_about h2 img {
    width: 100%;
    height: auto;
  }*/

  article.product {
    margin-top: 100px;
  }
  article.product .product_detail .contents-box2 {
    /*height: 400px;*/
  }
  article.product .product_detail .product_position {
    padding-left: 1rem;
  }
  article.product .product_detail table td {
    line-height: 1.5em;
    padding-bottom: 5px;
  }
  article.product #product_biwa.product_detail .contents-box2, article.product #product_cocoro.product_detail .contents-box2 {
    /*height: 470px;*/
  }
  article.product #product_biwa.product_detail table, article.product #product_cocoro.product_detail table {
    font-size: 16px;
  }

  article.kodawari #kodawari {
    padding-top: 180px;
  }

  article.seizoumoto #seizoumoto {
    padding-top: 180px;
  }

  article.contact_msg {
    height: 550px;
    background: url(../images/contact/contact_bg.jpg) no-repeat;
    background-size: 100%;
  }
  article.contact_msg h2 img {
    display: none;
  }
  article.contact_msg h2:after {
    display: none;
  }
  article.contact_msg p {
    width: 100%;
    margin-top: 270px;
    line-height: 2em;
  }

  article.contact #mail_form form#mailformpro dd input[type="text"], article.contact #mail_form form#mailformpro dd input[type="email"], article.contact #mail_form form#mailformpro dd input[type="tel"] {
    width: 310px !important;
  }
  article.contact #mail_form form#mailformpro dd textarea {
    width: 310px !important;
  }

  article.privacy #privacy {
    padding-top: 150px;
  }
}
@media screen and (max-width: 900px) {
  article.contact .contents-box2 {
    width: 100%;
  }
  article.contact h3 {
    text-align: center;
  }
  article.contact #mail_form form#mailformpro .mailform dd input[type="text"], article.contact #mail_form form#mailformpro .mailform dd input[type="email"], article.contact #mail_form form#mailformpro .mailform dd input[type="tel"] {
    width: 90% !important;
  }
  article.contact #mail_form form#mailformpro .mailform dd textarea {
    width: 90% !important;
  }
  article.contact .icon_osora {
    width: 15%;
  }

  article.osora_about section .contents-wrap .detail_osora_about img.icon_osora {
    margin-top: 0;
  }
  article.osora_about section .contents-wrap .detail_osora_about p {
    padding-top: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  article.top_msg p {
    margin-top: 180px;
  }
  article.monodukuri .contents-wrap{
      width: 85%;
      margin: 0 auto;
  }
  article.monodukuri h2.title{
      margin-top: 10px;
  }
  article.monodukuri h2.title img{
      width: 10vw;
  }
  article.monodukuri .contents-box4{
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 70px;
    padding-bottom: 0;
  }

  article.osora_about section {
    margin-top: 40px;
  }
  article.osora_about section .contents-wrap .detail_osora_about img.icon_osora {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 40px;
  }
  article.osora_about section .contents-wrap .detail_osora_about h2{
      text-align: center;
  }
  article.osora_about section .contents-wrap .detail_osora_about h2 img {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }
  article.osora_about section .contents-wrap .detail_osora_about p {
    padding: 1em;
    margin-bottom: 1em;
  }
  article.osora_about section .contents-wrap .img_osora_about {
    text-align: center;
  }
  article.osora_about section .contents-wrap .img_osora_about img {
    width: 90%;
  }
  /*
  article.osora_about section.sec_01 .contents-wrap .detail_osora_about h2 img {
    width: auto;
    height: 1em;
  }*/

  article.osora_about section.sec_sub .contents-wrap{
      padding: 0;
  }
  article.osora_about section.sec_sub .contents-wrap img{
      width: 90%;
      margin: 0 auto;
  }
  
  article.product {
    margin-top: 0;
    /*section:first-child{
        margin-bottom: 0;
    }*/
  }
  article.product h3 {
    text-align: left;
    padding-left: 1em;
  }
  article.product .product_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  article.product .product_top .contents-box4 {
    width: 100%;
    margin: 0;
    padding-bottom: 0;
  }
  article.product .product_top .contents-box4 img {
    display: none;
  }
  article.product .product_top .contents-box4 p {
    text-align: left;
  }
  article.product .product_top .contents-box4 p:before {
    content: "・";
  }
  article.product .product_detail {
    padding-top: 190px;
    position: relative;
  }
  article.product .product_detail .contents-box2 {
    height: auto;
  }
  article.product .product_detail .product_position {
    position: static;
    padding-left: 1rem;
  }
  article.product .product_detail h2 {
    position: absolute;
    top: 145px;
    left: 16px;
  }
  article.product .product_detail .product_info {
    margin-top: 0;
  }
  article.product .product_detail table {
    margin-top: 20px;
    position: static;
  }
  article.product .product_detail .btn_shop_box {
    width: 100%;
    margin-top: 20px;
    position: static;
  }
  article.product .product_detail .btn_shop_box span.btn_shop, article.product .product_detail .btn_shop_box span.btn_amazon {
    display: inline-block;
    text-align: center;
    width: 47%;
  }
  article.product .product_detail .btn_shop_box span.btn_shop a, article.product .product_detail .btn_shop_box span.btn_amazon a {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  article.product #product_biwa.product_detail .contents-box2, article.product #product_cocoro.product_detail .contents-box2 {
    height: auto;
  }
  article.product #product_biwa.product_detail .contents-box2 table, article.product #product_cocoro.product_detail .contents-box2 table {
    font-size: 18px;
  }

  article.seizoumoto img {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }

  article.company .contents-wrap img {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }

  .img_circle {
    display: none;
  }

  article.contact_msg p {
    margin-top: 180px;
  }

  article.contact {
    margin-top: 80px;
  }
  article.contact .icon_osora {
    width: 20%;
  }
  article.contact .contents-box2 {
    width: 100%;
  }
  article.contact h3 {
    text-align: center;
  }
  article.contact #mail_form form#mailformpro dl.mailform dt {
    float: left;
  }
  article.contact #mail_form form#mailformpro dl.mailform dd {
    clear: none;
  }
  article.contact #mail_form form#mailformpro dl.mailform dd input[type="text"], article.contact #mail_form form#mailformpro dl.mailform dd input[type="email"], article.contact #mail_form form#mailformpro dl.mailform dd input[type="tel"] {
    width: 89% !important;
  }
  article.contact #mail_form form#mailformpro dl.mailform dd textarea {
    width: 89% !important;
  }

  article.privacy #privacy {
    padding-top: 120px;
  }
}
@media screen and (max-width: 600px) {
  article.top_msg {
    height: 400px;
  }
  article.top_msg p {
    margin-top: 140px;
    line-height: normal;
  }

  article.seizoumoto img {
    width: 80%;
  }

  article.company .contents-wrap img {
    width: 80%;
  }
  article.company table th {
    padding: 0 .4em;
  }

  article.contact_msg {
    height: 400px;
  }
  article.contact_msg p {
    margin-top: 140px;
    line-height: normal;
  }

  article.contact .icon_osora {
    width: 25%;
  }
  article.contact #mail_form form#mailformpro dl.mailform dd {
    padding-left: 40px;
    clear: both;
  }
  article.contact #mail_form form#mailformpro dl.mailform dd input[type="text"], article.contact #mail_form form#mailformpro dl.mailform dd input[type="email"], article.contact #mail_form form#mailformpro dl.mailform dd input[type="tel"] {
    width: 100% !important;
  }
  article.contact #mail_form form#mailformpro dl.mailform dd textarea {
    width: 100% !important;
  }
  article.contact #mail_form form#mailformpro dl.mailform dd ol:last-child {
    padding-left: 0;
  }
}
@media screen and (max-width: 480px) {

header .header_img img {
	display:none;
}

header .header_sp {
	display: block;
	width: 100%;
	text-align:center;}
	
		
  article.top_msg p {
    margin-top: 100px;
  }

  /*
  article.osora_about section.sec_01 .contents-wrap .detail_osora_about h2 {
    height: 1em;
  }
  article.osora_about section.sec_01 .contents-wrap .detail_osora_about h2 img {
    width: 100%;
    height: auto;
  }

  article.product .product_detail table th {
    width: 20%;
  }*/
article.product #product_cocoro.product_detail .contents-box2 table, 
article.product #product_tamayura.product_detail .contents-box2 table {
    font-size: 16px;
  }
  article.product .product_detail table td{
      padding-left: 15px;
  }
  article.product .product_detail table tr.product_color br {
    display: none;
  }
  article.product .product_detail .btn_shop_box .btn_shop, article.product .product_detail .btn_shop_box .btn_amazon {
    width: 47%;
  }
  article.product .product_detail .btn_shop_box .btn_shop a, article.product .product_detail .btn_shop_box .btn_amazon a {
    padding-left: 5px;
    padding-right: 5px;
  }
  article.product .product_detail .btn_shop_box.btn_hide span.btn_shop {
    width: 100%;
  }
  article.kodawari .contents-box4 {
    width: 100%;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:50px;
    padding-bottom: 0;
  }
  article.kodawari .contents-box4:last-child{
	  margin-bottom:0px;}
  article.kodawari .contents-box4 img{
	  display:block;
	  width:250px;
	  margin:0px auto;
  }  
  article.kodawari .contents-box4 p{
	  padding:0px 15px;
  }    
  article.seizoumoto .btn_seizoumoto_shop {
    width: 100%;
  }

  article.company table th {
    width: 34%;
  }

  article.contact_msg p {
    margin-top: 100px;
  }

  article.contact .icon_osora {
    width: 30%;
  }
}
/* トップページ */
/* フッター
---------------------------------------------------------------------------------------------------------------------------------------*/
footer {
  background: #91CAED;
  margin-top: 70px;
  color: #fff;
}
footer article section {
  margin-top: 40px;
}
footer article img.f_img {
  width: 100%;
}
footer article h2 {
  margin-left: 40px;
}
footer article .address {
  margin-left: 40px;
  margin-top: 40px;
  line-height: 1.8em;
  letter-spacing: .1em;
}
footer article .address span.icon_tel {
  position: relative;
  padding-left: 35px;
}
footer article .address span.icon_tel:before, footer article .address span.icon_tel:after {
  content: "";
  position: absolute;
  width: 28px;
  height: 18px;
  left: 0;
  bottom: 2px;
}
footer article .address span.icon_tel.icon_tel1:before {
  background: url(../images/free.png) no-repeat;
  background-size: contain;
}
footer article .address span.icon_tel.icon_tel2:after {
  background: url(../images/tel.png) no-repeat;
  background-size: contain;
}
footer article .address span.btn_footer_shop {
  display: block;
  margin-top: 20px;
}
footer article .address span.btn_footer_shop a {
  text-decoration: none;
  color: #fff;
  border: solid 1px #fff;
  padding: 8px 20px;
}
footer article .address span.btn_footer_shop a:hover {
  background: rgba(255, 255, 255, 0.2);
}
footer article iframe {
  max-width: 400px;
  height: 300px;
}
footer article .f_navi {
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
footer article .f_navi ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 15px;
}
footer article .f_navi ul li a {
  padding: 8px 0 8px;
  margin-right: 12px;
  margin-left: 12px;
  text-align: center;
  display: block;
  color: #fff;
  text-decoration: none;
}
footer article .f_navi ul li a:hover {
  color: #666;
}
footer article .copy {
  color: #fff;
  background: #ccc;
  text-align: center;
  font-size: 14px;
  padding-top: 7px;
  padding-bottom: 7px;
}

@media screen and (max-width: 1023px) {
  footer article .f_navi {
    display: block;
  }
  footer article .f_navi ul {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    justify-content: flex-start;
  }
  footer article .f_navi ul li {
    height: 38px;
  }
  footer article .f_navi ul li a {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
@media screen and (max-width: 950px) {
  footer article .f_navi ul {
    width: 70%;
  }
}
@media screen and (max-width: 800px) {
  footer .contents-box2 {
    text-align: center;
  }
  footer .contents-box2 iframe {
    max-width: 100%;
    width: 600px;
  }
  footer article h2 {
    margin-left: 0;
  }
  footer article .address {
    margin-left: 0;
  }
  footer article .f_navi ul {
    width: 75%;
  }
}
@media screen and (max-width: 740px) {
  footer article .f_navi ul {
    width: 85%;
  }
}
@media screen and (max-width: 650px) {
  footer article .f_navi {
    width: 100%;
  }
  footer article .f_navi ul {
    width: 100%;
  }
  footer article .f_navi ul li a {
    margin-right: 7px;
    margin-left: 7px;
  }
}
@media screen and (max-width: 480px) {
  footer article .f_navi ul {
    width: 70%;
  }
  footer article .address span.btn_footer_shop {
    font-size: 17px;
  }
}
/* Scroll To Top
---------------------------------------------------------------------------------------------------------------------------------------*/
#scrolltotop {
  z-index: 9999;
  visibility: hidden;
  opacity: 0.2;
  position: fixed;
  bottom: 20px;
  right: 5px;
  padding: 8px 10px 5px;
  line-height: normal;
}
#scrolltotop.visible {
  visibility: visible;
  opacity: 0.5;
  transition: all .8s ease-in-out;
}
#scrolltotop img {
  width: 80px;
}
#scrolltotop:hover {
  opacity: 1;
}

@media screen and (max-width: 480px) {
  #scrolltotop {
    bottom: 20px;
  }
  #scrolltotop img {
    width: 60px;
  }
}

/*# sourceMappingURL=style.css.map */
