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

/*------------------------------------
design by double-co.jp
基本スタイル用CSS 20170814
------------------------------------*/
/* 「戻る画像」の呼び出し */
.retirn_page {
	width:105px;
	height:132px;
    background: url('../../etc/image/retirn_page.png');
}


/* コンテンツ内の文章は基本左寄せとする */
#contents {
	width:100%;
	margin:0 auto;
	padding:0;
	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;
 color:#0a6a6f;
  width: 100%;
  height: 60vh;
  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: 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: 2em;
	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:120px;
	width:55%;
	margin: 0 auto 0 auto;
    line-height: 45px;
    font-size: 15px;
    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{
	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;
    min-width: 450px;
    height: auto;
    max-height: 800px;
    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-bottom: 3px solid #2C99C4;
  margin-top: 30px;
  padding: 6px 6px;
  margin-bottom: 40px;
}

.photo_list_area img {
padding: 0.8em 0.8em;
  height: 180px;
/*  width: 150px;*/
  object-fit: cover;
  border: solid 1px #279187;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
  border-radius: 15px;
}


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

.itemlist_area{
    width: 88%;
	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;
}

.box_info {
	max-width: 240px;
	position: relative;
	margin: 5px 14px;
	padding: 25px 15px 15px;
}

.hina_bg{
	background-color: #FFFBFD;
}

.gogatsu_bg{
	background-color: #F7F9F0;
}

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

.box_info .date {
	position: absolute;
	top: 0px;
	right: 5px;
	font-size: 13px;
	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:70%;
	object-fit: cover;
}

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

.box_info .title {
	margin-top:22px;
	padding: 10px 10px;
	font-size:17px;
	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:12px;
	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;
}

#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(../image/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;
}

