@charset "utf-8";
/* CSS Document */
.link_outlink {
  display: flex;
  align-items: baseline;
  gap: 0 4px;
}
.link_outlink::after {
    content: "";
    width: 13px;
    height: 13px;
    background: url("https://nenga.aisatsujo.jp/group_common/images/link/ico_outlink.png") 0 0 no-repeat;
    background-size: cover;
}
/*　お知らせ－－－－－－－－－－　*/
#info_close {
  background: #f9f9f9;
  padding: 32px 40px;
  margin:10px 0 36px;
}
#info_close dt{
  font-size:18px;
  font-weight:bold;
  color:#ff6600;
  margin-bottom:10px;
}
#info_close dd{
  font-size:15px;
}
/*--------*/

/*　サイドメニュー　*/
#smenu .about h3 {
  width: 250px;
  height: 50px;
  padding-left: 23px;
  display: block;
  font-weight: bold;
  line-height: 50px;
  text-decoration: none;
  background: var(--color-main);
  box-sizing: border-box;
  font-size: 126%;
  color: #fff;
}
#h_w_photo span,
#h_w_youfu span,
#h_w_wafu span,
#h_w_design span {
	    font-size: 80%;
    line-height: 180%;
}

#smenu .g_list {
  margin-top: 0;
}
#gnavi .list a,
#gnavi .list:hover a
{
  background: var(--color-hover-bg);
  color: #333;
}
#gnavi .list a::after{
  width: 100%;
  height: 2px;
  background: #333;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: none;
}

/*contact*/
#contact #gnavi .list a{
  background: none;
}
#contact #gnavi .list a::after{
  content: none;
}

/*　商品一覧ページ設定　------------------*/
#top h1{
  display: block;
  font-size: 28px;
  font-weight: bold;
  padding: 0 0 30px 10px;
  line-height: 1.4em;
}

/* カテゴリリンク */
#main .cmenu ul {
  background:#EEEEEE;
  padding: 7px 0px;
  margin-bottom:40px;
  display: flex;
  justify-content: center;
  gap:0 20px;
}
#main .cmenu li {
  line-height: 2.5em;
  font-size:80%;
  margin-right:10px;
}
#main .cmenu li a {
  border-radius: 4px;
  color: #333;
  padding:0 0 0 20px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  line-height: 1.6;
  transition: .3s;
  font-feature-settings: "palt" 1;
}
#main .cmenu li a::before{
content: "";
display: inline-block;
transform: translate(-50%, -50%);
width: 8px;
height: 10px;
background-color:var(--color-main);
clip-path: polygon(0 0, 0 100%, 100% 50%);
position: absolute;
top: 50%;
left: 13px;
}
#main .cmenu li a.active, 
#main .cmenu li a:hover {
background-color: var(--color-main);
color: #FFF;
}
#main .cmenu li a.active::before, 
#main .cmenu li a:hover::before {
background-color: #fff;
}

/*　はがき表示枠部分　*/
#hagaki-tm-area,
#hagaki-ym-area,
#hagaki-tk-area,
#hagaki-yk-area {
  width: 920px;
  overflow: hidden;
}

#hagaki-tk-area {
  margin: 0 0 30px 0;
}
#hagaki-tm-area{
  margin: 0 0 30px 10px;
}
#hagaki-ym-area{
  margin-left:10px;
}

/*　デザインタイプ 一枚ずつ枠　設定　*/
#hagaki-yk-area{
  margin:0 0 0 28px;
}
#hagaki_wrap ul li{
  list-style: none;
  margin: 0 0 35px;
  float: left;
  text-align: center;
}

#hagaki-tk-area li {
    width: 230px;
    height: auto;
    padding: 0;
    line-height: 100%;
    margin-bottom: 40px;
}

#hagaki-yk-area li {
  width: 306px;
}

/*　はがき枠設定　*/
#hagaki_wrap ul li img{
  border: 1px solid #CCC;
  transition: .3s;
}

/*　はがきロールオーバー設定　*/
#hagaki_wrap ul li a:hover img{
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  background: #fff;
  border:1px solid var(--color-sub);
}

/*　商品番号、商品名（デザインタイプ）　設定　*/
#hagaki_wrap ul dt{
    font-size: 14px;
    margin-bottom:5px;
    line-height:normal;
    margin-top: 5px;
}

#hagaki_wrap ul dd{
  letter-spacing: 0;
  font-size: 14px;
}

/* -------------------------------------------
  ここからdetail.html
------------------------------------------- */
/*注文ボタン　共通*/
.mypages_area{
  text-align: center;
  font-size:24px;
  font-weight:bold;
  display: flex;
  justify-content: center;
}
.mypages_area a{
  width:360px;
  height:104px;
  line-height: 104px;
  display: block;
  border-radius: 14px;
  color:#FFF;
  text-decoration: none;
  background: #F19D38;
  transition : all 0.2s ease 0s;
  position: relative;
  padding: 0 26px 0 0;
  box-sizing: border-box;
}
.mypages_area .btn_under a{
width:432px;
}
.mypages_area a::before {
  content: '';
  width: 26px;
  height: 26px;
  background: #FFF;
  border-radius: 50%;
  position: absolute;
  top: 41px;
  right: 26px;
}
.mypages_area a::after {
content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 6px 0 6px 10px;
border-color: transparent transparent transparent #F19D38;
position: absolute;
top:48px;
right: 32px;
}
.mypages_area a:hover{
  color:#FFF;
  opacity: 0.7;
}

/* 上部詳細エリア
------------------------------------------- */
#detail_area {
  display: flex;
  justify-content: space-between;
  margin: 28px 0 40px;
}

/* はがき表示  左*/
#card_area {
  width: 528px;
}
#img_hagaki {
  width: 528px;
  height: 550px;
  background: #F5F5F5;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}
#img_hagaki img {
  transform: scale(0.9);
  border: 1px solid #AFAFAF;
}
#jump {
  height: 48px;
  line-height: 48px;
  background: #EEE;
  position: relative;
  text-align: center;
}
#jump .btn_prev {
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 15px;
}
#jump .btn_next {
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 15px;
}
#jump a {
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #666;
}
#jump a:hover {
  opacity: .7;
}

/* 注文エリア 右*/
#order_info_area {
  width: 360px;
  text-align: left;
  color: #333;
  line-height: 1.2em;
}
#order_info_area h1 {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  margin: 10px 0 15px;
  line-height: 1.2;
}
#order_info_area h1 span {
  font-size: 19px;
  margin-left: 5px;
}
.product_no {
  font-size: 14px;
  margin-bottom: 24px;
}
#order_info_area h2 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  padding: 0 14px;
  background: #EEE;
  margin-bottom: 16px;
  height: 32px;
  line-height: 34px;
  font-family: inherit;
}
.order_area {
  margin: 36px 0;
  text-align: center;
}
.delivery_date {
    margin-bottom: 20px;
}

/* 訴求エリア */
#order_info_area .appeal_area h2 {
    font-size: 16px;
    color: #333;
    background: #EEE;
}
.appeal_area .cam_list{
  list-style-type: disc;
  padding-left: 30px;
}
.appeal_area li {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
}

/* キャンペーンエリア */
#order_info_area .campaign_area h2 {
  font-size: 16px;
  color: #fff;
  background: #ffa7a7;
}
.campaign_area .cam_list{
  list-style-type: decimal;
  padding-left: 16px;
}
.campaign_area li {
  font-size: 18px;
  font-weight: bold;
  color: #D70C18;
  line-height: 1.4;
}
.campaign_area li span {
  font-size: 14px;
  font-weight: normal;
  color: #666;
  margin-left: 20px;
}
/* 納期 */
.delivery_date p:first-child {
  font-size: 20px;
  font-weight: bold;
}
.delivery_date dl {
  border: 2px solid #62C05F;
  display: flex;
  align-items: center;
  margin: 14px 0;
}
.delivery_date dt {
  background: #62C05F;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  padding: 13px;
}
.delivery_date dd {
  width: 262px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
/* デザインのポイント
------------------------------------------- */
#comment_area {
  box-sizing: border-box;
  margin-bottom: 48px;
  padding: 10px;
  border: 2px solid var(--color-sub-base);
  border-radius: 12px;
  min-height: 96px;
}
#comment_inner dl {
  display: flex;
}
#comment_inner dt {
  width: 236px;
  min-height: 72px;
  font-size: 18px;
  font-weight: bold;
  color:#C9A153;
  text-align: center;
  border-right: 1px solid var(--color-sub-base);
  display: flex;
  align-items: center;
  justify-content: center;
}
#comment_inner dd {
  width: 659px;
  min-height: 72px;
  box-sizing: border-box;
  padding: 0 30px;
  display: flex;
  align-items: center;
}

/*作家名表示時*/
#comment_inner .comment_box {
display: flex;
align-items: center;
}
#comment_inner #d_icon {
width: 145px;
display: inline-block;
vertical-align: top;
margin-right: 20px;
}
#comment_inner .designer_wrap {
display: inline-block;
width: calc(100% - 170px);
}
#comment_inner .designer_profile {
    margin-bottom: 20px;
}
#comment_inner .designer_profile + dl{
display: block;
}
#comment_inner .designer_profile + dl dt {
width: 100%;
min-height: auto;
display: block;
text-align: left;
margin: 0 0 10px;
border: 0;
}
#comment_inner .designer_profile + dl dd {
width: 100%;
padding: 0;
min-height: auto;
margin: 0;
display: block;
}

#comment_inner #designer_name {
    font-weight: bold;
}
#comment_inner #degree {
    font-size: 12px;
    margin: 0 10px;
}
#comment_inner #bt_profile a {
  background: var(--color-sub-base);
  color: #fff;
  text-decoration: none;
  padding: 0 10px;
  font-size: 78%;
  border-radius: 50px;
  font-weight: bold;
  display: inline-block;
}
#comment_inner #bt_profile a:hover{
  opacity: 0.8;
}
#comment_inner #bt_profile .arrow::before{
  content: '';
  display: inline-block;
  width: 7px;
  height: 9px;
  background-color: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  margin-right: 2px;
}
/*　カテゴリー別コメント　*/
#cat_info {
  font-size: 86%;
  margin:  20px 20px;
  padding: 20px;
  background: #eee;
  text-align: left;
  line-height: 140%;
}

#cat_info ul {
  list-style: disc;
  padding: 0 0 0 35px;
}


/* 下部詳細エリア ============================== */
/* 共通 */
#product_info_area h2, #cost_area h2, #address_area h2, #voice_area h2 {
  font-size: 18px;
  background: #EEE;
  padding: 12px;
  color: #333;
  margin-bottom: 32px;
  height: auto;
  line-height: normal;
  font-weight: 800;
}
#product_info_area, #cost_area,#address_area, #voice_area {
  margin-bottom: 64px;
}

/* 商品情報 */
#product_info_area table {
width: 100%;
}
#product_info_area th {
  width: 140px;
  font-weight: bold;
  color: var(--color-sub);
}
#product_info_area th,
#product_info_area td {
  font-size: 16px;
  padding: 16px 20px !important;
  border-bottom: 1px dotted #c9c9c9;
}
#product_info_area td.print_sale_price {
  font-weight: bold;
  color: #FF3300;
}
#product_info_area .card_price {
  font-size: 14px;
  font-weight: normal;
  color: #666;
  margin-left: 21px;
}
/*tableない見積もりアンカーボタン*/
.btn_cost-s a {
  height: 26px;
  line-height: 26px;
  display: inline-block;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  margin-top: 6px;
  padding: 0 15px;
  background: #23AF3C;
  border-radius: 20px;
}
.btn_cost-s a:hover {
  opacity: .7;
}

/* 簡単お見積もり */
#estimate_box {
  width: 830px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
#estimate {
    width: 380px;
    float: left;
    font-size: 14px;
}
#estimate table{
    margin-bottom:20px;
}
#estimate table th, #estimate table td {
    line-height: 40px;
}
#estimate table th {
    font-size: 16px;
    padding: 5px 20px 5px 5px;
    text-align: justify;
    text-align-last: justify;
}
#estimate table td select {
    width: 255px;
    margin-left: 10px;
    padding: 5px 10px;
    border: 1px solid #C9C9C9;
    border-radius: 4px;
}
#estimate table td input {
    margin-left: 20px;
}
#estimate_result {
    width: 420px;
    float: right;
    font-size: 14px;
    padding: 10px 0 0;
}
#estimate_result table {
    width: 100%;
    border: 2px solid #CCC;
    margin-bottom: 16px;
}
#estimate_result th {
    width: 65%;
    padding: 0 0 0 10px;
    border-bottom: 1px dotted #CCC;
    line-height: 32px
}
#estimate_result td {
    width: 35%;
    padding: 0 10px 0 0 !important;
    text-align: right;
    border-bottom: 1px dotted #CCC;
    line-height: 32px;
}
#estimate_result tr#total {
    background: #F4F0EC;
}
#estimate_result tr#total th, #estimate_result tr#total td {
    font-size: 16px;
    font-weight: bold;
    border-bottom: none;
    line-height: 1;
}
#estimate_result tr#total th {
    padding: 10px 0 0 10px;
}
#estimate_result tr#total td {
    padding: 10px 10px 0 0;
}
#estimate_result .caution {
    background: #F4F0EC;
}
#estimate_result td.caution {
    font-size: 12px;
    text-align: right;
    border-bottom: none;
    line-height: 24px;
    padding-bottom: 10px;
}
#estimate_result #mypage_login {
    background: #FAF6EA;
    padding: 24px 10px;
    font-size: 14px;
    text-align: center;
}
#estimate_result #mypage_login dl {
    margin: 0 !important;
}
#main #estimate_result #mypage_login dt {
    color: #D70C18;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}
#estimate_result #mypage_login dd {
    font-weight: bold;
    color: #333;
}
#estimate_result #mypage_login dd span {
    font-size: 16px;
    margin-right: 10px;
}
#estimate_result #mypage_login dd#btn_mypage {
    margin-top: 5px;
    text-align: center;
    display: inline-block;
}
#estimate_result #mypage_login dd#btn_mypage a {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
}
#estimate_result #mypage_login dd#btn_mypage a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
/* ミツモリボタン */
button.estimate_button{
  width: 360px;
  height:72px;
  display:flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight:bold;
  cursor: pointer;
  background: #FFF;
  color: var(--color-sub);
  transition: .3s;
  border-radius: 8px;
  border: 2px solid var(--color-sub);
}
button:before{
  content:url("/mochu/images/item/ico_estimate.png");
  margin-right: 10px;
}
button:hover{
  background:var(--color-hover-bg);
}
/* ダミーボックス */
div.estimate_result_dummy{
  width:420px;
  height:296px;
  font-weight: bold;
  color:#333;
  letter-spacing: 1px;
  float:right;
  background:#F5F5F5;
  text-align: center;
  display:flex;
  justify-content: center;
  align-items: center;
}
/* お客さまの声 */
#voice_area p:first-child{
  padding:0 0 20px;
}
#voice_area p{
  padding:20px 0;
  border-bottom:1px dotted #AAA;
}
#voice_area p:last-child{
  padding:20px 0 0;
  border-bottom:none;
}
#p_main #option th {
width: 80px;
}
#p_main #option td {
text-align: left;
}
#price-box h2 {
margin: 20px 0 30px 0;
font-weight: bold;
font-size: 140%;
background: #EFEFEF;
padding: 8px;
}
/* デザインを選びなおす */
#select_area{
  margin: 70px 0 104px;
  font-size: 18px;
  text-align: center;
}
#select_area a {
  text-decoration: none;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
#select_area a:before {
  content: '';
  width: 20px;
  height: 20px;
  background: var(--color-sub);
  border-radius: 50%;
  position: absolute;
  top: 3px;
  right: -24px;
}
#select_area a:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #FFF;
  position: absolute;
  top:8px;
  right: -19px;
}


/* listページ　下部結婚LPバナー */
#bnr_wedding{
  margin-bottom:30px;
}
#bnr_wedding a:hover img{
filter: alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7; 
}

/* ブラウザ別アラート ----------------------------------------- */
#browser_security,
#box_edge {
    margin-bottom: 30px;
	padding:10px;
	background-color:#FFFFDD;
	border:#FF3300 solid 1px;
    display:none;
}






