@charset "utf-8";
/* google WEBフォント読み込み */
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:300,400);
@import url(https://fonts.googleapis.com/css?family=Raleway:700,100,400,300);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');

/*------------------------------------
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;
    -webkit-font-smoothing: antialiased;
	font-family: 'Noto Sans JP', sans-serif;
	border: none;
}
body {
	margin: 0 auto;
	padding:0;
	font-size:12px;
}


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

/* linkの処理について */
a {
    color: #757575;
    }
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:focus, object {outline:none;}
a img {
	border-style:none;
	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 {
	width: 285px;
	height: 90px;
    background: url('https://hukujungo.com/etc/image/00_common/dec-ic-top-logo_nega.png');
}
/* 共通 福順号ロゴアイコンーネガの呼び出し */
.logo_hukujungo_nega {
	width: 285px;
	height: 90px;
    background: url('https://hukujungo.com/etc/image/00_common/dec-ic-top-logo_nega.png');
}
/* 「戻る画像」の呼び出し */
.retirn_page {
	width:105px;
	height:132px;
    background: url('https://hukujungo.com/etc/image/retirn_page.png');
}

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

/* コンテンツ内制御 */
.contents_in {
  width:initial;
}

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

.slider-caption {
padding-top: 5px;
text-align: right;
color: #AE217E;
}


.voice {
	width: 100%;
	margin: 0 auto 0 auto;
}

.voice_title_hina{
font-family: 'Raleway', sans-serif;
padding-top: 120px;
padding-bottom: 9px;
margin: 0 auto 0 auto;
line-height: 45px;
letter-spacing: 0.02em;
text-align: center;
text-shadow: 1px 1px 2px silver;
font-size: 3em;
color: #F49FC6;
position: relative;
}


.voice_title_hina::before {
  content: '＊*';
  color: #fff;
  font-size: 2em;
  position: absolute;
  top: 90px;
  left: -50px;
  transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  text-shadow: 0px 0px 6px #F49FC6, 0px 0px 4px #F49FC6, 0 0 0.5px #F49FC6;
  letter-spacing: -0.3em;
}

.voice_title_hina::after {
  border-bottom: 2px dotted #F49FC6;
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

.voice_title{
font-family: 'Raleway', sans-serif;
padding-top: 120px;
padding-bottom: 9px;
margin: 0 auto 0 auto;
line-height: 45px;
letter-spacing: 0.02em;
text-align: center;
text-shadow: 1px 1px 2px silver;
font-size: 3em;
color: #0a6a6f;
position: relative;
}


.voice_title::before {
  content: '＊*';
  color: #fff;
  font-size: 2em;
  position: absolute;
  top: 90px;
  left: -50px;
  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;
}

.voice_title::after {
  border-bottom: 2px dotted #0a6a6f;
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

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

.midashi_titel{
	font-size: 1.2em
}

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

#read .syukusekku {
	font-family: 'Raleway', sans-serif;
	padding-top: 120px;
	padding-bottom: 9px;
	margin: 0 auto 0 auto;
	line-height: 45px;
	letter-spacing: 0.02em;
	text-align: center;
	text-shadow: 1px 1px 2px silver;
	font-size: 3.5em;
	color: #0a6a6f;
    position: relative;
}
#read .syukusekku:before{
	content: '＊*';
    color: #fff;
    font-size: 2em;
    position: absolute;
    top: 90px;
    left: -50px;
    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:120px;
	padding-bottom:70px;
	width:50%;
	margin: 0 auto 0 auto;
    line-height: 45px;
    font-size: 22px;
	font-weight:400;
    text-align: center;
}
#read .txt {
	padding-top:40px;
	padding-bottom:60px;
	width:55%;
	margin: 0 auto 0 auto;
    line-height: 45px;
    font-size: 15px;
    letter-spacing: 1.0px;
    text-align: left;
}

/*  五月用readエリアここから */
#read_g {
	width: 100%;
	margin: 0 auto 0 auto;
	background-image: url(https://hukujungo.com/etc/image/09_project/80th/top.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#read_g .syukusekku {
	font-family: 'Raleway', sans-serif;
	padding-top: 120px;
	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: 2.0em;
	color: ##0a6a6f;
    position: relative;
}
#read_g .syukusekku:before{
	content: '＊*';
    color: #fff;
    font-size: 2em;
    position: absolute;
    top: 90px;
    left: -50px;
    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_g .syukusekku:after{
	border-bottom: 2px dotted #0a6a6f;
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

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

/*  五月用readエリア ここまで*/



.scroll_categry{
	display:flex;
	padding-top:15px;
	padding-bottom:40px;
	width:55%;
	margin: 0 auto 0 auto;
    font-size: 15px;
    letter-spacing: 1.0px;
  align-items: center; /* 縦方向中央揃え */
  justify-content: center; /* 横方向中央揃え */
}

.circle-hina {
	margin: 10px 10px;
	font-size: 90%;
	color: #BE1D6D;
	padding: 8%;
	width: 140px;
	height: 81px;
	background-color: #F49FC6;
	border-radius: 40% 40% 50% 40%/30% 50% 50% 50%;
	display: flex;
	text-align: center;
	align-items: center; /* 縦方向中央揃え */
	justify-content: center; /* 横方向中央揃え */
	flex-direction: column;
}
.circle-gogatsu {
	margin: 10px 10px;
	font-size: 90%;
	color: #466730;
	padding: 8%;
	width: 140px;
	height: 81px;
	background-color: #A7CCA6;
	border-radius: 40% 40% 50% 40%/30% 50% 50% 50%;
	display: flex;
	text-align: center;
	align-items: center; /* 縦方向中央揃え */
	justify-content: center; /* 横方向中央揃え */
	flex-direction: column;
}
.circle-bg {
margin: 13px 25px;
font-size: 90%;
color: #db3aba;
padding: 8%;
width: 140px;
height: 81px;
background: linear-gradient( 154deg, rgb(251, 240, 246) 45%, rgb(224, 244, 53));
border-radius: 40% 40% 50% 40%/30% 50% 50% 50%;
display: flex;
text-align: center;
align-items: center;
justify-content: center;
flex-direction: column;
}

/*------------------------------------
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{
	margin-top:40px;
	width: 800px;
	min-width:450px;
	position: relative;
	overflow: hidden;
    text-align: center;
	align-items: center; /* 縦方向中央揃え */
	justify-content: center; /* 横方向中央揃え */
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.post_mainphoto_area{
	width: 800px;
	/*max-height: 600px;*/
	/*min-width:450px;*/
	height:auto ;
	position: relative;
	overflow: hidden;
	background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.post_mainphoto_area img{

}

.post_sentence_area{
	margin-bottom:40px;
	width: 800px;
	min-width:450px;
	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:3;
    letter-spacing: 0.2em;
	font-size:1.3em;
	color:#656565;
	flex-direction: column;
	padding-top:60px;
	padding-bottom:60px;
	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: 30px;
	font-weight: 400;
	color: #616D34;
    align-items: end;
    justify-content: center;
    position: relative;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

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

.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:40px;
	padding-bottom:40px;
}
.post_txt {
	width:500px;
	min-width:400px;
	margin: 0 auto 0 auto;
    line-height: 45px;;
    text-align: left;
}
.onamae{
	letter-spacing: 1px;
	font-size: 14px;
	line-height:2;
}
.onamae:before{
	font-family: 'Raleway', sans-serif;
	content: "Name : ";
}

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

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


.photo_list_area{
	width:600px;
	margin-top:40px;
	margin-bottom:40px;
}
.photo_list_area_title{
	font-size:1em;
	border-top:1px solid #7F7F00;
	border-bottom:1px solid #7F7F00;
	margin-top:22px;
	padding: 6px 6px;
	margin-bottom:12px;
}

.photo_list_area img {
	padding: 0.8em 0.8em;
	height:180px;
	width:150px;
  	object-fit: cover;
	border-radius: 20px;
}


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

.itemlist_area{
    width: 92%;
	height:auto;
	margin:auto;
	padding-top:80px;
	padding-bottom:80px;
	display:flex;
	flex-wrap: wrap;
	justify-content: center; /* 横方向中央揃え */
	align-items: center; /* 縦方向中央揃え */
	align-content:space-arounf;
}

.box_info_height {
	height:340px;
	display: flex;
  justify-content:initial;
  padding-left: initial;
}

.box_info {
  width: initial;
max-width: 240px;
position: relative;
margin: 5px 8px;
padding: 30px 15px 15px 15px;
/*background-color: #f9f4f6;*/
border-radius: 20px;
  box-sizing: initial;
}

.hina_bg{
	background-color: #f9f4f6;
}

.gogatsu_bg{
	background-color: #F0FCFF;
}

.box_info .box-title {
position: absolute;
top: 8px;
left: 13px;
padding: 0 17px;
height: 34px;
line-height: 34px;
vertical-align: middle;
font-size: 14px;
  font-style: initial;
}

.box_info .date {
position: absolute;
top: 5px;
right: 15px;
font-size: 12px;
color: #777;
margin-top: 7px;
font-style: initial;
}

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

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

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

.column_title {background-color:#eebbcb;}
.column_boder {border: solid 1px #eebbcb;}

.box_info .column::after {content:"COLUMN";}


.box_info img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}

/* トリミングしたいサイズで枠を作る */
.thumb {
	border-radius: 20px;
	margin-top:20px;
	width: 240px;
	height: 170px;
	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%);
}

.box_info .title {
margin-top: 7px;
padding: 5px 3px;
font-size: 14px;
background-color: #fff;
border-radius: 20px;
}

.title_border_color_hina{
border-top: 1px solid #FDECEB;
border-bottom: 1px solid #C8453A;
  color: #484641;
}
.title_border_color_gogatsu{
  border-top: 1px solid #1eb2b9;
  border-bottom: 1px solid #200d64;
}

.box_info .text {
  padding:initial;
  margin: initial;
margin-top: 5px;
margin-right: 4px;
font-size: 12px;
text-align: right;
color: #6f6f6f;
}

.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;
}

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

#wline {
    width: 60%;
    border-top: #fff 1px solid;
    margin: 180px auto 150px auto;
}

/* 強調文字色　赤より上品な色にする */
.coler_shinku {
	color: #FF1A53
}

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

.footer_in {
	width:80%;
	margin:0 auto;
	padding-top:50px;
	padding-bottom:30px;
	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(https://hukujungo.com/etcimage/00_common/dec-ic-top-sq.gif) no-repeat 8px 5px;
	text-indent: 30px;
}

/* copyright部分の書式 */
address {
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
カスタム検索用CSS
------------------------------------*/
/* サーチボックス */
.contents_in serchbox {
	font: normal normal normal 100%/1.9 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',"游明朝","Yu Mincho",osaka,メイリオ,Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	line-height: 180%; /* 行間を開ける */
}

#serchbox_area {
	width: 95% ;
	display: inline-block;
}

input[type="text"], textarea {
	max-width:72%;
	min-width:35%;
    outline: none;
    padding: 4px 0px;
    text-decoration: none;
    border: 3px solid #FFCC66;
    -webkit-transition: all .3s;
    transition: all .3s;
}

input[type="submit"],reset_button {
	margin-left:2px;
    padding: 4px 10px;
    text-decoration: none;
    background: #f7f7f7;
    border: solid 3px #537682;
    color: #537682;
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
