@charset "utf-8";
/* google WEBフォント読み込み */
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:300,400);

/*------------------------------------
design by double-co.jp
基本スタイル用CSS 20170814
------------------------------------*/
/* BACIC */
* {
	margin: 0;
	padding: 0;
	font: normal normal normal 100%/1.9 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,メイリオ,Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	border: none;
  font-family: 'Noto Sans JP', sans-serif
}

body {
	margin: 0 auto;
	padding:0;
	font-size:12px;
	font-family: ‘Josefin Sans’,'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
}


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

/* linkの処理について */
a {
	 color:inherit;
    }
a:hover {
    color: #ddd;
    transition: all  0.6s ease;
}
a:focus, object {outline:none;}
a img {
	border-style:none;
	margin: 10px, 0px;
	opacity:1.0;
	filter:alpha(opacity=100);
	-ms-filter:alpha(opacity=100);
}

/* 画像リンクのマウスオン時の半透明化処理用 */
a:hover img {
	border-style: none;
	margin: 10px, 0px;
	opacity: 0.5;
	transition: all  0.5s ease;
	filter: alpha(opacity=50);
	-ms-filter: alpha(opacity=50);
}

/* 共通 福順号ロゴアイコンの呼び出し */
.logo_hukujungo {
    background: url('https://hukujungo.com/etc/image/00_common/dec-ic-top-logo_mobile.gif');
	width: 181px;
	height: 69px;
	display:block; 
}

/* 共通 福順号ロゴアイコンーネガの呼び出し */
.logo_hukujungo_nega {
    background: url('https://hukujungo.com/etc/image/00_common/dec-ic-top-logo_mobile_nega.png');
	width: 181px;
	height: 69px;
	display:block; 
}

/* 「戻る画像」の呼び出し */
.retirn_page {
	width:52px;
	height:65px;
    background: url('../../etc/image/retirn_page_mobile.png');
}

/* コンテンツ内の文章は基本左寄せとする */
#contents {
	padding:0;
	margin:0 auto;
	text-align:left;
}

/* コンテンツ内制御 */
.contents_in {
}

 /* 透過用マスク */
.bg-mask {
  background: rgba(255,255,255,0.9);
	width:100%;
}

.midashi_area{
text-align:center;
 font-size:1.4em;
  width: 100%;
  height: 27vh;
  display: flex;
  align-items: center; /* 縦方向中央揃え */
  justify-content: center; /* 横方向中央揃え */
  flex-direction: column;
}

#read {
	width: 100%;
	margin: 0 auto 0 auto;
	background-image: url(../../../etc/image/09_project/80th/hina-top.png);
	background-size: contain;
	background-position: center;	/*background-repeat: no-repeat;*/
}

#read .syukusekku {
	font-family: 'Raleway', sans-serif;
	padding-top: 106px;
	padding-bottom: 9px;
	margin: 0 auto 0 auto;
	line-height: 45px;
/*	letter-spacing: 0.1em;*/
	text-align: center;
	text-shadow: 1px 1px 2px silver;
	font-size: 1.8em;
	color: #0a6a6f;
    position: relative;
}
#read .syukusekku:before{
	content: '＊*';
    color: #fff;
    font-size: 1.5em;
    position: absolute;
    top: 90px;
    left: -29px;
    transform: rotate(20deg);
    -moz-transform: rotate(20deg);	
    -webkit-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    text-shadow: 0px 0px 6px #0a6a6f, 0px 0px 4px #0a6a6f, 0 0 0.5px #0a6a6f;
    letter-spacing: -0.3em;
}
#read .syukusekku:after{
	border-bottom: 2px dotted #0a6a6f;
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

#read .txt_center {
	font-family: "Times New Roman", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", kozuka-mincho-pro, serif;
	padding-top:70px;
	padding-bottom:35px;
	width:80%;
	margin: 0 auto 0 auto;
    line-height: 25px;
    font-size: 20px;
	font-weight:400;
    text-align: center;
}
#read .txt {
	padding-top:40px;
	padding-bottom:120px;
	width:72%;
	margin: 0 auto 0 auto;
    line-height: 25px;
    font-size: 13px;
    letter-spacing: 1.0px;
    text-align: left;
}

/*------------------------------------
design by double-co.jp
写真紹介枠の設定用CSS
------------------------------------*/
.post_area{
	width: 100%;
	margin: 0 auto 0 auto;
	display: grid;
    text-align: center;
	align-items: center; /* 縦方向中央揃え */
	justify-content: center; /* 横方向中央揃え */
    background: linear-gradient(270deg, #00a3af, #2792c3, #2a4073, #a0d8ef);
    background-size: 500% 500%;
    animation: AnimationName 60s infinite;
    -webkit-animation: AnimationName 60s infinite;
    -moz-animation: AnimationName 60s infinite;
    -o-animation: AnimationName 60s infinite;
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
.post_title_area{
	width: 85%;
	margin: 0 auto 0 auto;
	margin-top:30px;
	position: relative;
	overflow: hidden;
    text-align: center;
	align-items: center; /* 縦方向中央揃え */
	justify-content: center; /* 横方向中央揃え */
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.post_mainphoto_area{
	width: 85%;
	margin: 0 auto 0 auto;
	position: relative;
	overflow: hidden;
}

.post_mainphoto_area img{
    width: 100%;
/*    height: 50vh; */
  object-fit: cover; /* この一行を追加するだけ！ */
}

.post_sentence_area{
	width: 85%;
	margin: 0 auto 0 auto;
	margin-bottom:30px;
	position: relative;
	overflow: hidden;
    text-align: center;
	align-items: center; /* 縦方向中央揃え */
	justify-content: center; /* 横方向中央揃え */
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
    background-color: #fff;
}

.post_sentence{
	line-height:2;
  letter-spacing: 0.2em;
	font-size:0.9rem;;
	color:#656565;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:10%;
	padding-right:10%;
	text-align:left;
}

.post_sentence:before{
	font-family: 'Raleway', sans-serif;
	content: "\A 「";
}
.post_sentence:after{
	font-family: 'Raleway', sans-serif;
	content: "」 \A";
}

.post_title {
	font-family: "Raleway", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", kozuka-mincho-pro, serif;
	letter-spacing: 0.1em;
	font-size: 1.5rem;
	font-weight: 600;
	color: #616D34;
	align-items: end;
	justify-content: center;
	position: relative;
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
margin-top: initial;
  width: initial;
  height: initial;
  text-align: center;
  border: initial;
}

.post_title:before{
	font-family: 'Raleway', sans-serif;
/*	content: "Title : ";*/
	letter-spacing: 2px;
	font-size: 17px;
}

.post_infomation{
text-align:center;
 font-size:1.3em;
 color:#656565;
  width: 100%;
  display: flex;
  align-items: center; /* 縦方向中央揃え */
  justify-content: center; /* 横方向中央揃え */
  flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.post_txt {
	padding: 20px 25px;
	margin: 0 auto 0 auto;
    text-align: left;
  letter-spacing: 1px;
}
.onamae{
	font-size: 14px;	
    line-height: 25px;;
}
.onamae:before{
	font-family: 'Raleway', sans-serif;
	content: "Name : ";
}

.age{
	font-size: 14px;	
    line-height: 25px;;
}
.age:before{
	font-family: 'Raleway', sans-serif;
	content: "Age : ";
}

.address{
	font-size: 14px;	
    line-height: 25px;;
}
.address:before{
	font-family: 'Raleway', sans-serif;
	content: "address : ";
}
.ningyou{
	font-size: 14px;	
    line-height: 25px;;
}
.ningyou:before{
	font-family: 'Raleway', sans-serif;
	content: "artist,size : ";
}


.photo_list_area{
	width: 95%;
	margin-top:40px;
	margin-bottom:40px;
}
.photo_list_area_title{
	font-size:1em;  
  margin-top: 22px;
  padding: 6px 6px;
  margin-bottom: 25px;
  border-bottom: 2px solid #2C99C4;
}

.photo_list_area img {
padding: 0.4em 0.4em;
  height: 80px;
  width: 120px;
  object-fit: cover;
  border: solid 1px #279187;
  border-radius: 10px;
}

/*------------------------------------
design by double-co.jp
お客様の枠の設定用CSS
------------------------------------*/
.itemlist_wrap{
	text-align: center;
	background-color: #F0F0F0;
}

.itemlist_area{
    width: 98%;
    height: auto;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.box_info_height {
	display: contents;
}

.box_info {
	max-width: 200px;
	position: relative;
	margin: 7px 6px;
	padding: 5px 5px;
}

.hina_bg{
	background-color: #FFFBFD;
}

.gogatsu_bg{
	background-color: #F7F9F0;
}

.box_info .box-title {
	position: absolute;
    top: 0px;
    left: 0px;
    padding: 0 7px;
    height: 28px;
    line-height: 28px;
    vertical-align: middle;
    /* font-size: 10px; */
    color: #FFFFFF;
}

.box_info .date {
	position: absolute;
    top: 0px;
    right: 5px;
    /* font-size: 11px; */
    color: #808080;
    /* margin-top: 7px; */
}

.shop_title {background-color:#82ae46;}
.shop_boder {border: solid 1px #82ae46;}
.box_info .shop::after {content:"SHOP";}

.album_title {	background-color:#928c36;}
/*.album_boder {border: solid 1px #928c36;}*/
.box_info .album::after {	content:"五月人形";}

.info_title {background-color:#ee827c;}
/*.info_boder {border: 1px solid #FAD6D3;}*/
.box_info .info::after {	content:"雛人形";}

.column_title {background-color:#eebbcb;}
.column_boder {border: solid 1px #eebbcb;}
.box_info .column::after {content:"COLUMN";}


.box_info img{
    max-width: 100%;
	min-width:40%;
	object-fit: cover;
}

/* トリミングしたいサイズで枠を作る */
.thumb {
margin-top: 31px;
    width: 150px;
    height: 91px;
    position: relative;
    overflow: hidden;
    align-items: end;
    justify-content: end;
}

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

.box_info .title {
    margin-top: 0px;
    padding: 2px 0px;
    /* font-size: 10px; */
/*    background-color: #fff;*/
}

.title_border_color_hina{
	border-top:1px solid #FAD6D3;
	border-bottom:1px solid #FAD6D3;
}
.title_border_color_gogatsu{
	border-top:1px solid #928c36;
	border-bottom:1px solid #928c36;
}

.box_info .text {
    /* margin-top: 4px; */
    margin-right: 4px;
    font-size: 9px;
    text-align: right;
}

.box_info .comming:before {
    content: "入荷まち\A撮影公開予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.box_info .souldout:before  {
    content: "完売しました\A今期入荷予定無し";
    color: #666;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.box_info .noweb:before  {
	content: "WEB掲載予定無し\A電話・店頭でのみ販売";
	color: #F0A;
	letter-spacing: 2px;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	text-align: center;
	top: 30%;
	width: 100%;
	z-index: 30;
	white-space: pre;
}


a.so {
    pointer-events: none;
}
.box_info .so img {
    opacity: 0.2;
}

.circle-bg {
	font-size: 90%;
	color: #222222;
	padding: 8%;
	width: 140px;
	height: 81px;
	background: #e6e6e6;
	border-radius: 40% 40% 50% 40%/30% 50% 50% 50%;
	display: flex;
	text-align: center;
	align-items: center; /* 縦方向中央揃え */
	justify-content: center; /* 横方向中央揃え */
	flex-direction: column;
}



/* 境界線を表現するときにつかう */
#line {
	border-top:1px solid #ccc;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

/*------------------------------------
design by double-co.jp
フッタースタイル制御用CSS 20140713
------------------------------------*/
#footer {
	width:100%;
	height: 280px;
	padding:0;
	margin:0 auto;
	border-top:1px solid #ccc;
}

.footer_in {
	width:80%;
	margin:0 auto;
	padding-top:30px;
	padding-bottom:30px;
	font-size: 12px;
	line-height: 220%;
	display: flex;
	text-align:center;
	align-items: center; /* 縦方向中央揃え */
	justify-content: center; /* 横方向中央揃え */
	flex-direction: column;
}

.footer_in ul {
	padding:0;
	margin:0;
	text-align:left;
	font-size:88%;
	padding:5px 0px 20px 30px;
}

.footer_in li {
	list-style: none;
	margin: 0;
	padding: 0px 10px 0 0;
	background: url(../image/00_common/dec-ic-top-sq.gif) no-repeat 8px 5px;
	text-indent: 30px;
}

/* copyright部分の書式 */
address {
font-size:84%;
line-height: 250%; /* 行間を開ける */
margin-bottom: 30px;
}


/* jump pagetop フッターに仕込む各ページ上部へのアンカー*/
.move_pagetop {
	width:90%;
	font-size: 90%;
	text-align:right;
	padding-top:8px;
	margin-right: auto;
	margin-left: auto;
}


/*------------------------------------
design by double-co.jp
注意書きのエリア用 20170908
------------------------------------*/
.box_coution{
	width: 100%;
	padding:80px 0px 80px 0px;
	display: flex;
	align-items: center; /* 縦方向中央揃え */
	justify-content: center; /* 横方向中央揃え */
	flex-direction: column;
	}

.box_coution coution_title{
	padding-top:45px;
	padding-bottom:45px;
	font-size: 17px;
	font-weight:600;
	letter-spacing: 2px;
	text-align: center;
	color: #ff0000;
}

.box_coution coution_text{
	width:80%;
	padding-bottom:60px;
	font-size: 12px;
	color: #ff0000;
	font-weight: 400;
	line-height: 25px;
	display: flex;
	align-items: center; /* 縦方向中央揃え */
	justify-content: center; /* 横方向中央揃え */
	flex-direction: column;
}

.box_coution_2{
	width: 100%;
	padding:20px 0 20px 0px;
	display: flex;
	color: #fff;
	font-size:80%;
	line-height: 180%; /* 行間を開ける */
	align-items: center; /* 縦方向中央揃え */
	justify-content: center; /* 横方向中央揃え */
	flex-direction: column;
	}

.box_coution_2 coution_text{
	width:60%;
	font-size: 17px;
	font-weight:600;
	letter-spacing: 4px;
	line-height: 30px;
	text-align: center;
	color: #ff0000;
}

.box_coution_2 coution_text_appeal{
	width:60%;
	font-size: 15px;
	font-weight:600;
	letter-spacing: 4px;
	line-height: 30px;
	text-align: center;
	color:#b94047;
}

.line_red {
	width: 80%;
	border-top:1px solid #ff0000;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
/*------------------------------------
design by double-co.jp
お問合せフォーム用レイアウトCSS 20170730
------------------------------------*/
.form_in {
	font: normal normal normal 100%/1.9 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',"游明朝","Yu Mincho",osaka,メイリオ,Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	line-height: 180%; /* 行間を開ける */
	padding:0px 0px 0px 0px;
	width:100%;
	margin:0 auto;
	align-items: center; /* 縦方向中央揃え */
	justify-content: center; /* 横方向中央揃え */
}
#form_area_box{
	width : 100%;
	margin:0 auto;
	padding: 0px 0px 20px 30px;
	display: table-cell;
}

#formWrap {
	width:90%;
	margin:0 auto;
	line-height:200%;
	padding: 5px 0px 40px 5px;
}

table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
	padding: 0px 0px 20px 0px;

}
table.formTable td,table.formTable th{
	border:1px solid #537682;
	padding:5px;
	font-weight:100;
}
table.formTable th{
	width: 23%;
	text-align: left;
	background-color: #537682;
	font-weight:100;
}


table.formTable td{
	font-size:90%;
	font-weight:100;
}

input#submit_button {
	margin-top: 30px;
	margin-right: 15px;
	display: inline-block;
	padding: 0.5em 1em;
	text-decoration: none;
	background: #f7f7f7;
	border: solid 6px #FF7FAA;/*左線*/
	color: #FF7FAA;/*文字色*/
	font-weight: bold;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
	-webkit-appearance: none;
}
input#submit_button:active {
    box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
    transform: translateY(2px);
}


input#reset_button {
	margin-top: 30px;
	margin-right: 15px;
	display: inline-block;
	padding: 0.5em 1em;
	text-decoration: none;
	background: #f7f7f7;
	border: solid 6px #537682;/*左線*/
	color: #537682;/*文字色*/
	font-weight: bold;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
	-webkit-appearance: none;
}
input#reset_button:active {
    box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
    transform: translateY(2px);
}


/* 商品説明エリア用 */
.box_main_caption {
	padding:90px 20px 45px 20px;
	display: flex;
	line-height: 180%; /* 行間を開ける */
	align-items: center; /* 縦方向中央揃え */
	justify-content: center; /* 横方向中央揃え */
	flex-direction: column;
}

.box_main_caption cap_title{
	padding:20px;
	font-size:24px;
	font-weight:400;
	line-height:180%;
	text-align:center;
}

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


