@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 2016/11/04
------------------------------------*/

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

body {
	margin: 0 auto;
	border: none;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%
}

img {
	height: auto;
	width:auto;　
}

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

a:hover {
	text-decoration:underline;
}

img {
	border-style:none;
	margin: 10px, 0px;
	opacity:1.0;
	filter:alpha(opacity=100);
	-ms-filter:alpha(opacity=100);
}

a:focus, object {
	outline:none;
}


/* ルビの設定 */
rt {
	font-family: 'EB Garamond', serif;
    display: block;
    margin-top: 7px;
    font-size: 0.72em;
	letter-spacing: 0em;
    text-align: center;
}



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

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

.contents_in {
    width: 95%;
    line-height: 180%;
    padding: 20px 0px 0px 0px;
    margin: 0 auto;
}

/*  パンくずリストの設定 */
.breadcrumbs_navigation {
    padding: 1.6% 1%;
    font-size: 10px;
    margin: 2.4% 2%;
    border-bottom: solid 1px #a2a501;
}


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

.box_info {
    width: 100%;
    position: relative;
    margin: 5px 5% 10px 5%;
}

.box_info_wrap {
    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: 11px;
    color: #FFFFFF;
    width: 100%;
    opacity: 0.8;
}

.box_info .date {
    position: absolute;
    top: 0px;
    right: 2px;
    font-size: 11px;
	color: white;
}

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

.trim {
	overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    height: 160px;
    position: relative;
    margin-top: 25px;
}

.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 {
	font-size: 11px;
    line-height: 180%;
    margin: 5px;
}

/*  ショップのお知らせの設定 */
.shop {font-family: 'Noto Serif 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: 30px;
    height: 200px;
    display: flex;
    color: #fff;
    font-size: 80%;
    line-height: 600%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


.box_footer .log_image{
}

.box_footer img {
    width: 200px;
    margin: 0 auto;
}


/* 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;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.leaf_link_text_center {
    width: 85%;
    font-size: 11.4px;
    margin-bottom: 20px;
    line-height: 2em;
    letter-spacing: 0.1em;
    color: #737373;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.leaf_text_area {
    margin-top: 10px;
    font-size: 12px;
    max-width: 250px;
    line-height: 2em;
    letter-spacing: 0.2em;
    color: #737373;
    text-align: center;
    background-color: #ff8383;
    padding: 13px 7px 7px 7px;
    border-radius: 25% 0% 25% 0%;
    color: #fff;
}

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



