@charset "utf-8";
/* google WEBフォント読み込み */
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap');
@import url('https://fonts.googleapis.com/css?family=EB+Garamond&display=swap');
/*------------------------------------
design by double-co.jp
個別商品 共通 css 2020/10/19
------------------------------------*/

/* reset */
* {
    margin: 0;
    padding: 0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
	margin: 0 auto;
	padding:0;
	border: none;
}

img {
    max-width: 100%;
    height: auto;
    width /***/: auto;
    border-style: none;
}

/* linkの処理について */
a {
	color: #3900c3;
	text-decoration: none;
	font-weight: 400;
}

a:hover {
/*    color: #ddd;*/
    transition: all  0.6s ease;
	opacity: 0.5;
	transition: all  0.5s ease;
	filter: alpha(opacity=50);
	-ms-filter: alpha(opacity=50);
}

a img {
	border-style:none;
	opacity:1.0;
	filter:alpha(opacity=100);
	-ms-filter:alpha(opacity=100);
}

a:focus, object {
	outline:none;
}


/* ショップのトップへのロゴアイコンの呼び出し */
.logo_to_shop {
  	width: 200px;
    height: 47px;
    background-image: url(https://hinano-susume.com/image/common/hinanosusume-220x80-nega.png);
    background-repeat: no-repeat;
}



/* 共通 futterロゴアイコンーネガの呼び出し */
.logo_220x80_nega {
	  width: 300px;
    height: 109px;
    background: url(https://hinano-susume.com/image/common/hinanosusume-logo-sk.png);
    background-repeat: no-repeat;
}

rt {
	font-family: 'EB Garamond', serif;
    display: block;
    margin-top: 7px;
    font-size: 0.68em;
	letter-spacing: 0em;
}



#contents {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

.contents_in {
    padding-top: 30px;
    display: flex;
    /* font-size: 1.4em; */
    font-weight: 400;
    /* letter-spacing: 2px; */
    line-height: 180%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	
}




/*  パンくずリストの設定 */
.breadcrumbs_navigation {
    padding: 0.6% 1%;
    font-size: 12px;
    margin: 0.4% 4%;
    border-bottom: solid 1px #a2a501;
}


/*  infomation お知らせエリアの設定 */

.box_info {
    max-width: 180px;
    position: relative;
    margin: 5px 5px;
    padding: 20px 10px 10px;
}

.box_info_wrap {
    width: 100%;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 10px;
}

.box_info_height {
    display: flex;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
}

.box_info .box-title {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0 9px;
    height: 27px;
    line-height: 29px;
    vertical-align: middle;
    font-size: 14px;
    color: #FFFFFF;
}

.box_info .date {
    position: absolute;
    top: 0px;
    right: 5px;
    font-size: 13px;
    margin-top: 5px;
    color: #grgrgr;
}

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

.trim {
    overflow: hidden;
    /*width: 180px;*/
    height: 130px;
    position: relative;
    margin-top: 8px;
}

.trim img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

.box_info .text {
	/*margin-top: 10px;*/
    font-size: 12px;
    line-height: 150%;
}

/*  ショップのお知らせの設定 */
.shop {font-family: 'EB Garamond', 'Noto Sans JP',serif;}
.shop_boder {
    border: solid 1px #EC6A92;
}
.shop_title {
    background-color: #EC6A92;
}
.box_info .shop::after {
    content: "shop";
}

/*  ブログのお知らせの設定 */
.blog {font-family: 'Noto Serif JP', serif;}
.blog_boder {
    border: solid 1px #A4B82E;
}
.blog_title {
    background-color: #A4B82E;
}
.box_info .blog::after {
    content: "blog";
}

/*  店からのお知らせの設定 */
.info {font-family: 'Noto Serif JP', serif;}
.info_boder {
    border: solid 1px #04869D;
}
.info_title {
    background-color: #04869D;
}
.box_info .info::after {
    content: "info";
}


.box_main_caption cap_text{
	width: 75%;
    max-width: 750px;
    padding-bottom: 5px;
    font-size: 95%;
    font-weight: 400;
    line-height: 220%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	text-align: center;
    letter-spacing: 0.1em;
}

.box_main_caption cap_text_left{
	width: 85%;
	max-width:750px;
	padding-bottom:5px;
	/* font-size:95%; */
	/* font-weight: 400; */
	line-height: 220%;
	/* display: flex; */
	/* align-items: center; */ /* 縦方向中央揃え */
	/* justify-content: center; */ /* 横方向中央揃え */
	/* flex-direction: column; */
}

.box_main_caption img{
	margin:7px;
}



/* フッターエリア用 */
	
.box_footer {
    width: 100%;
	  margin-top: 60px;
    height: 260px;
    display: flex;
    color: #fff;
    font-size: 80%;
	line-height: 600%; /* 行間を開ける */
	align-items: center; /* 縦方向中央揃え */
	justify-content: center; /* 横方向中央揃え */
    flex-direction: column;
}

.box_footer .log_image{
	width:200px	
}


/* Youtube 埋め込み対応 */

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* リーフ型　リンカー用 */

.leaf_link_area {
    width: 90%;
    max-width: 780px;
    margin: 0 auto 40px;
    text-align: initial;
    margin-bottom: 10px;
}

.leaf_link_text_center {
    font-size: 85%;
    margin: 30px 10% 35px 10%;
    letter-spacing: 0.2em;
    color: #737373;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 80%;
}

.leaf_text_area {
    font-size: 80%;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 274px;
    letter-spacing: 0.2em;
    color: #737373;
    text-align: center;
    background-color: #ff8383;
    padding: 10px 8px 10px 8px;
    border-radius: 25% 0% 25% 0%;
    color: white;
}

.leaf_text_area img {
    border-style: none;
    opacity: 1.0;
    filter: alpha(opacity=100);
    -ms-filter: alpha(opacity=100);
    width: 80px;
    margin-top: 15px;
}
