@charset "utf-8";

@media print, screen and (min-width: 828px){
/**************************
PC用スタイル
**************************/
/* ヘッダ */
.Hed_bg{
    background-image: url(../img/main_bg4.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.Hed_bloc{
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 300px;
    padding-bottom: 300px;
}
.Hed_bloc img{
    width: 100%;
    margin-bottom: 50px;
}
.Hed_bloc p{
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 66px;
    color: #FFF;
    line-height: 86px;
    text-shadow: 2px 2px 5px #000000;
}
.Box1_bloc{
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
}
.Box1_coment{
    margin-bottom: 20px;
}
.Box1_coment h3{
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 44px;
}
.Box1_coment h4{
    font-weight: 700;
    font-style: normal;
    font-size: 34px;
    line-height: 54px;
}
.Box1_list{
    display: flex;
    justify-content: space-between;
}
.Box1_list_item{
    width: 49%;
}
.Box1_list_item img{
    width: 100%;
}
.Box1_item_info{
    margin-bottom: 50px;
}
.Box1_item_info h3{
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 34px;
    line-height: 54px;
    color: #FF0004;
    background-color: #FFF790;
    margin-top: 50px;
    margin-bottom: 20px;
}
.Box1_item_info img{
    width: 100%;
}
.Box1_shop_list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 100px;
}
.Box1_shop_img{
    width: 30%;
}
.Box1_shop_img img{
    width: 100%;
}
.Box1_shop_coment{
    text-align: left;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 36px;
}
.Box1_cp_bloc{
    padding-bottom: 30px;
}
.Box1_cp_title{
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    line-height: 44px;
    background-color: #956134;
    color: #FFFFFF;
    padding-bottom: 3px;
    margin-bottom: 20px;
}
.Box1_cp_box{
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Box1_cp_logo{
    width: 20%;
}
.Box1_cp_logo img{
    width: 100%;
}
.Box1_cp_content{
    width: 78%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.Box1_cp_dl_item{
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    background-color: #956134;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
    margin-right: 10px;
}
.Box1_cp_name{
    width: 29%;
}
.Box1_cp_name p{
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
    line-height: 50px;
    color: #956134;
}
.Box1_cp_parent_cpname{
    width: 29%;
}
.Box1_cp_parent_cpname p{
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 26px;
    color: #956134;
}
.Box1_cp_mail{
    width: 42%;
}
.Box1_cp_mail p{
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    line-height: 38px;
    color: #956134;
}
.Box1_cp_acc_box{
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #956134;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.Box1_cp_acc{
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    color: #956134;
}
.Box1_cp_tel{
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    color: #956134;
}
.Box1_cp_fax{
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    color: #956134;
}
.Box1_cp_site{
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    color: #956134;
}
.Box_cm_bloc{
    margin-bottom: 50px;
}
.Box_cm_bloc h3{
    font-size: 34px;
    line-height: 168%;
    font-weight: 700;
    margin-bottom: 30px;
}
.Box_cm_bloc img{
    width: 80%;
}
.anim_slideIn {
  opacity: 0;
}
.anim_slideIn.js_active {
  animation: slideIn 1s forwards;
}
 
@keyframes slideIn {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* ページ共通 H1タイトル・コメント */
.Page-h1-title1{}
.Page-h1-coment1{}

/* ページ共通 パネルボックス */
.Page-panel1-list{}
.Page-panel1{}
.Page-panel1 .panel-img{}
.Page-panel1 .panel-title{}
.Page-panel1 .panel-coment{}
.Page-panel1 .panel-btm{}
  /* 左3つ並びの場合(space-between指定時)
.Page-panel1::after{
      content:"";
      display: block;
      width:30%;
}
  */
  /* 左4つ並びの場合(space-between指定時)
.Page-panel1::before{
      content:"";
      display: block;
      width:23%;
      order:1;
}
.Page-panel1::after{
      content:"";
      display: block;
      width:23%;
}
  */


/* ページ共通 contact */
input, button, textarea, select {}


/* ページ共通 ボタン */
.button01 {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 24px;
    outline: none;
    font-size: 14px;
    padding-top: 12px;
    padding-right: 15px;
    padding-bottom: 12px;
    padding-left: 15px;
}
.button01::before,
.button01::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.button01,
.button01::before,
.button01::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.button01 {
    background-color: #449F6B;
    border: 2px solid #449F6B;
    color: #fff;
}
.button01:link {
    color: #fff;
}
.button01:hover {
    background-color: #fff;
    border-color: #449F6B;
    color: #449F6B;
}
/* フッター 共通 */

/*　リストアイコン軍　*/

/* 非表示 */
.pc-hide{
    /*<br / class="pc-hide">*/
    display: none;
}
/*　アンカーマージン　*/
.anchor {
    padding-top: 60px;
    margin-top: -60px;
    display:inline-block;
}


}
@media screen and (max-width: 828px){
/**************************
スマホ用スタイル
**************************/
/* ヘッダ */
.Hed_bg{
    background-image: url(../img/main_bg4.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.Hed_bloc{
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 70px;
    padding-bottom: 70px;
}
.Hed_bloc img{
    width: 90%;
    margin-bottom: 20px;
}
.Hed_bloc p{
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 44px;
    text-shadow: 2px 2px 5px #000000;
}
.Box1_bloc{
    max-width: 1180px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
}
.Box1_coment{
    margin-bottom: 20px;
}
.Box1_coment h3{
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}
.Box1_coment h4{
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
}
.Box1_list{
    display: flex;
    justify-content: space-between;
}
.Box1_list_item{
    width: 49%;
}
.Box1_list_item img{
    width: 100%;
}
.Box1_item_info{
    margin-bottom: 50px;
}
.Box1_item_info h3{
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    color: #FF0004;
    background-color: #FFF790;
    margin-top: 50px;
    margin-bottom: 20px;
}
.Box1_item_info img{
    width: 100%;
}
.Box1_shop_list{
    padding-bottom: 100px;
}
.Box1_shop_img{
    width: 100%;
}
.Box1_shop_img img{
    width: 100%;
}
.Box1_shop_coment{
    text-align: left;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 36px;
}
.Box1_cp_bloc{
    padding-bottom: 30px;
}
.Box1_cp_title{
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 36px;
    background-color: #956134;
    color: #FFFFFF;
    padding-bottom: 3px;
    margin-bottom: 20px;
}
.Box1_cp_box{
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.Box1_cp_logo{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.Box1_cp_logo img{
    width: 100%;
}
.Box1_cp_content{
    width: 100%;
    text-align: center;
}
.Box1_cp_dl_item{
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    background-color: #956134;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
    margin-right: 10px;
}
.Box1_cp_name{
    width: 100%;
    margin-bottom: 20px;
}
.Box1_cp_name p{
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
    line-height: 50px;
    color: #956134;
}
.Box1_cp_parent_cpname{
    width: 100%;
    margin-bottom: 20px;
}
.Box1_cp_parent_cpname p{
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 26px;
    color: #956134;
}
.Box1_cp_mail{
    width: 100%;
}
.Box1_cp_mail p{
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 38px;
    color: #956134;
}
.Box1_cp_acc_box{
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #956134;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}
.Box1_cp_acc{
    width: 90%;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    color: #956134;
    margin-bottom: 10px;
    margin-left: 5%;
}
.Box1_cp_tel{
    width: 45%;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    color: #956134;
    margin-bottom: 10px;
    margin-left: 5%;
}
.Box1_cp_fax{
    width: 45%;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    color: #956134;
    margin-bottom: 10px;
}
.Box1_cp_site{
    width: 90%;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    color: #956134;
    margin-left: 5%;
}
.Box_cm_bloc{
    margin-bottom: 50px;
}
.Box_cm_bloc h3{
    font-size: 20px;
    line-height: 168%;
    font-weight: 700;
    margin-bottom: 30px;
}
.Box_cm_bloc img{
    width: 100%;
}
.anim_slideIn {
  opacity: 0;
}
.anim_slideIn.js_active {
  animation: slideIn 1s forwards;
}
 
@keyframes slideIn {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}


/* ページ共通 H1タイトル・コメント */
.Page-h1-title1{}
.Page-h1-coment1{}


/* ページ共通 パネルボックス */
.Page-panel1-list{}
.Page-panel1{}
.Page-panel1 .panel-img{}
.Page-panel1 .panel-title{}
.Page-panel1 .panel-coment{}
.Page-panel1 .panel-btm{}
  /* 左3つ並びの場合(space-between指定時)
.Page-panel1::after{
      content:"";
      display: block;
      width:30%;
}
  */
  /* 左4つ並びの場合(space-between指定時)
.Page-panel1::before{
      content:"";
      display: block;
      width:23%;
      order:1;
}
.Page-panel1::after{
      content:"";
      display: block;
      width:23%;
}
  */


/* ページ共通 contact */
input, button, textarea, select {}


/* ページ共通 ボタン */
.button01 {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 24px;
    outline: none;
    font-size: 14px;
    padding-top: 12px;
    padding-right: 15px;
    padding-bottom: 12px;
    padding-left: 15px;
}
.button01::before,
.button01::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.button01,
.button01::before,
.button01::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.button01 {
    background-color: #449F6B;
    border: 2px solid #449F6B;
    color: #fff;
}
.button01:link {
    color: #fff;
}
.button01:hover {
    background-color: #fff;
    border-color: #449F6B;
    color: #449F6B;
}
/* フッター 共通 */

/*　リストアイコン軍　*/

/* 非表示 */
.sp-hide{
    /*<br / class="sp-hide">*/
    display: none;
}
/*　アンカーマージン　*/
.anchor {
    padding-top: 60px;
    margin-top: -60px;
    display:inline-block;
}



}
/**************************
PC・スマホ共に同じスタイル
**************************/

/*　フロートリセット　*/
.cl{
    /*<div class="cl"></div>*/
	line-height: 0px;
	clear: both;
	height: 0px;
}