@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;
	font-family: 'Noto Sans JP', sans-serif;
	border: none;
}

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

.slider-caption {
width: 97%;
padding-top: 3px;
text-align: right;
color: #AE217E;
}

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

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


.voice_title_hina::before {
  content: '＊*';
  color: #fff;
  font-size: 2em;
  position: absolute;
  top: 100px;
  left: -20px;
  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;
margin: 0 auto 0 auto;
line-height: 45px;
letter-spacing: 0.02em;
text-align: center;
text-shadow: 1px 1px 2px silver;
font-size: 1em;
color: #0a6a6f;
position: relative;
}


.voice_title::before {
  content: '＊*';
  color: #fff;
  font-size: 2em;
  position: absolute;
  top: 100px;
  left: -20px;
  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;
 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-bottom:15px;
	line-height: 45px;
/*	letter-spacing: 0.1em;*/
	text-align: center;
	text-shadow: 1px 1px 2px silver;
	font-size: 1.8em;
    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:40px;
	width:72%;
	margin: 0 auto 0 auto;
    line-height: 25px;
    font-size: 13px;
    letter-spacing: 1.0px;
    text-align: left;
}

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

#read_g .syukusekku {
	font-family: 'Raleway', sans-serif;
	padding-top: 106px;
	padding-bottom: 9px;
	margin-bottom:15px;
	line-height: 45px;
/*	letter-spacing: 0.1em;*/
	text-align: center;
	text-shadow: 1px 1px 2px silver;
	font-size: 1.8em;
    position: relative;
}
#read_g .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_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:70px;
	padding-bottom:35px;
	width:80%;
	margin: 0 auto 0 auto;
    line-height: 25px;
    font-size: 20px;
	font-weight:400;
    text-align: center;
}
#read_g .txt {
	padding-top:40px;
	padding-bottom:40px;
	width:72%;
	margin: 0 auto 0 auto;
    line-height: 25px;
    font-size: 13px;
    letter-spacing: 1.0px;
    text-align: left;
}
/*  五月用readエリアここまで */



.scroll_categry{
	display:flex;
	padding-top:40px;
	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: 0px 17px;
	font-size: 90%;
	color: #FFF6DD;
	padding: 8%;
	width: 110px;
	height: 60px;
	background: linear-gradient( 135deg, #d92199, #ff9b9b);
	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: 0px 17px;
	font-size: 80%;
	color: #111120;
	padding: 8%;
	width: 110px;
	height: 60px;
	background: linear-gradient( 135deg, #8ee8e8, #1d678c);
	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: 20px 11px;
font-size: 0.8em;
color: #db3aba;
padding: 5%;
width: 81px;
height: 75px;
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{
	width: 85%;
	margin: 0 auto 0 auto;
	margin-top:0px;
	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:1.1em;
	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: 17px;
	font-weight: 300;
	color: #616D34;
	align-items: end;
	justify-content: center;
	position: relative;
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}

.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;
}
.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;
	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:75px;
	width:80px;
  object-fit: cover; 
}

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

.itemlist_area{
width: 100%;
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: flex;
margin-bottom: 20px;
width: 48%;
align-items: center;
justify-content: center;
background-color: initial;
border-radius: initial;
}

.box_info {
position: relative;
margin: 5px 8px;
padding: 5px 5px 2px 5px;
border-radius: 15px;
width: 200px;
height: 280px;
}

.hina_bg{
	background-color: #FFFBFD;
}

.gogatsu_bg{
	background-color: #F0FCFF;
}

.box_info .box-title {
	position: absolute;
    top: 0px;
    left: 0px;
    padding: 0 7px;
    height: 28px;
    line-height: 25px;
    vertical-align: middle;
    /* font-size: 10px; */
    color: #FFFFFF;
	z-index: 2;
border-radius: 8px;
  font-style: initial;
}

.box_info .date {
color: #808080;
font-size: 0.9em;
margin-top: 3px;
text-align: right;
margin-bottom: 5px;
margin-right: 3px;
  position: initial;
  font-style: initial;
  background: initial;
  padding: initial;
  border-radius: 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: 8px;
}
.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 {
height: 150px;
position: relative;
overflow: hidden;
align-items: end;
justify-content: end;
margin-bottom: 5px;
border-radius: 10px;	
}

.thumb img {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
border-radius: 10px;
}

.box_info .title {
margin-top: 0px;
padding: 5px 0px;
font-size: 1.1em;
line-height: 20px;
  color: #383939;
  border-radius: 14px;
}

.title_border_color_hina{
	border-top:1px solid #FAD6D3;
	border-bottom:1px solid #B7285D;
}
.title_border_color_gogatsu{
  border-top: 1px solid #1eb2b9;
  border-bottom: 1px solid #200d64;
}

.box_info .text {
font-size: 11px;
text-align: left;
margin-bottom: 5px;
padding-left: 2px;
  color: #383939;
}

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

/*------------------------------------
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;
}
