@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/

img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}


.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	width: 99%;
	padding:0;
	margin: auto;
	clear: none;
}
#div1 {
}
.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}

/*****************************
com
******************************/
#totop {
	display:block;
    position: fixed;
    bottom: 20px;
    right: 5px;
    z-index: 2000;
}    

#totop a {
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -1000em;
    overflow: hidden;
    background: url(../images/com/btn_scroll_top.png) 0 0 no-repeat;
	background-size:100% auto;
}

.com_contents {
	position: relative;
	width:100%;
	margin: 0 auto;
	padding:0;
}

.com_contents_inner {
    margin: 0 auto;
    width: 94%;
    position: relative;
	margin:0 auto 40px;
}

.com_contents_hed {
	width:100%;
	position: relative;
	margin:25px auto 100px;
	display:table;
}


.com_contents_hed h2 {
	height: 228px;
    left: 10%;
    margin-left: -10px;
    position: absolute;
    top: 50%;
    width:70px;
}

.mainvisual-area {
	float: right;
    position: relative;
    width: 62%;
	margin:10% 0 0;
}


.main-visual {
    text-align: center; /* 中の要素を中央へ */
    margin-bottom: 40px; /* ここの数字で隙間の広さを自由に変えられます */
}
.main-visual img {
    max-width: 100%;    /* スマホで横に突き抜けないように */
    height: auto;
}

.dot-divider {
    width: 100%;
    height: 20px; /* 画像の高さに合わせて調整 */
    background-image: url("../images/dolls/line.png"); /* 保存したパスに書き換え */
    background-repeat: repeat-x; /* 横にリピートさせる */
    background-position: center;
    margin-top: 30px;    /* 写真との間の隙間 */
    margin-bottom: 50px; /* 下の文字との間の隙間 */
}

/* キャッチコピー全体の調整 */
.rental-concept {
    text-align: center;
    padding: 40px 0 20px; /* 上に40px、下に20pxの余白 */
}

.concept-title {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #333;
}



.recommend-section {
    max-width: 1000px;
    margin: 60px auto;
    padding: 0 20px;
}

/* リボン風タイトル */
.recommend-title {
    text-align: center;
    background: #f9f7f2; /* 薄いベージュ */
    padding: 15px 0;
    margin-bottom: 40px;
    position: relative;
    /* ここにリボンの端のデザイン（擬似要素）を加えるとより完璧です */
}

/* 横並びのコンテナ */
.recommend-container {
    display: flex;
    align-items: center; /* 上下中央揃え */
    justify-content: center;
    gap: 40px; /* 画像と文字の間の隙間 */
}

/* 写真のポラロイド風装飾 */
.recommend-image img {
    border: 10px solid #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    max-width: 350px;
}

/* リストの装飾 */
.recommend-list {
    list-style: none;
    padding: 0;
}

.recommend-list li {
    position: relative;
    padding: 15px 0 15px 40px;
    border-bottom: 1px dotted #ccc; /* 下の点線 */
    font-size: 1.1rem;
    line-height: 1.6;
}

/* チェックアイコンをCSSで再現 */
.recommend-list li::before {
    content: '\f00c'; /* FontAwesomeのチェックマーク */
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    color: #666;
}

/* スマホ表示の時は縦に並べる */
@media (max-width: 768px) {
    .recommend-container {
        flex-direction: column;
    }
}




.ttl_en {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	text-align: center;
	line-height: normal;
}

.ttl_jp {
	text-align: center;
	line-height: normal;
	margin-bottom: 10px;
}

.ttl_en_w {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	text-align: center;
	color:#FFFFFF;
	line-height: normal;
}

.ttl_jp_w {
	text-align: center;
	line-height: normal;
	color:#FFFFFF;
	margin-bottom: 10px;
}

.com_tit_txt::before {
	background: #b3b3b3 none repeat scroll 0 0;
	content: "";
	display: inline-block;
	height: 1px;
	margin: 0 20px 0 0;
	position: relative;
	top: -7px;
	width: 30px;
}

.com_tit_txt::after {
	background: #b3b3b3 none repeat scroll 0 0;
	content: "";
	display: inline-block;
	height: 1px;
	margin: 0 0 0 20px;
	position: relative;
	top: -7px;
	width: 30px;
}


.com_tit02 {
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.4;
	text-align: left;
	margin:0 auto 40px;
}

.com_tit_txt {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	margin:0 auto 20px;
}

.com_txt {
	font-size:12px;
	line-height:1.8em;
}


.com_txt_tate {
	font-size:12px;
	line-height:2em;
	letter-spacing:1px;
}


/* 特長セクション全体の余白 */
.features-section {
    margin-top: 50px;
}

/* 帯状の見出し */
.features-title {
    background-color: #cdc0b0; /* 画像に近いベージュ色 */
    color: #fff;               /* 文字は白 */
    text-align: center;
    padding: 25px 0;           /* 上下の厚み */
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    position: relative;        /* 三角の位置基準 */
    margin-bottom: 40px;       /* 下のコンテンツとの隙間 */
}



/* 中央下の三角（吹き出し）部分 */
.features-title::after {
    content: "";
    position: absolute;
    top: 100%;                 /* 帯のすぐ下 */
    left: 50%;
    transform: translateX(-50%);
    border-top: 15px solid #cdc0b0; /* 帯と同じ色の三角 */
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 0;
}


/* 外側のコンテナ（チェック背景） */
.feature-item-container {
    background-image: url("../images/common/bg-check.png"); /* チェック柄のパス */
    background-repeat: repeat;
    padding: 60px 20px;
}

/* 内側のボックス（横並び制御） */
.feature-item-inner {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center; /* 上下中央揃え */
    justify-content: space-between;
    gap: 40px; /* 画像と文字の間の隙間 */
}

/* 画像：角丸とポラロイド風の影 */
.feature-item-image {
    flex: 0 0 50%; /* 幅を半分に固定 */
}

.feature-item-image img {
    width: 100%;
    height: auto;
    border-radius: 20px; /* 写真の角を丸く */
    box-shadow: 0 10px 30px rgba(0,0,0,0.1); /* 柔らかな影 */
    display: block;
}

/* テキストエリア */
.feature-item-content {
    flex: 1;
    color: #4a3d33; /* 落ち着いた茶系 */
}

.feature-item-title {
    font-size: 1.6rem;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.4;
}

.feature-item-title .num {
    font-family: serif;
    margin-right: 5px;
}

.feature-item-text {
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
}

/* --- レスポンシブ（スマホ表示） --- */
@media (max-width: 768px) {
    .feature-item-inner {
        flex-direction: column; /* 縦並びにする */
        text-align: center;
    }
    
    .feature-item-image {
        flex: 0 0 100%;
        margin-bottom: 30px;
    }

    .feature-item-title {
        font-size: 1.3rem;
    }
}

/* 特長2（左右反転）の設定 */
@media (min-width: 769px) {
    .feature-item-container.reverse .feature-item-inner {
        flex-direction: row-reverse; /* 画像とテキストを入れ替える */
    }
}

/* 偶数番目の背景色を少し変える場合（任意） */
.feature-item-container.reverse {
    background-color: #fdfaf5; /* 特長1より少しだけ明るいベージュ */
}


/* --- 見出し：2重ライン --- */
.lineup-title.double-line {
    font-size: 1.8rem;
    text-align: center;
    color: #4a3d33;
    padding: 20px 0;
    margin: 50px auto 40px;
    max-width: 600px;
    border-top: 4px double #cdc0b0;
    border-bottom: 4px double #cdc0b0;
}

/* --- 商品一覧：横3列 --- */
.product-grid {
    max-width: 1200px;
    margin: 0 auto 40px; /* ★3つ目の数字を40pxに（下の余白） */
    margin-bottom: 50px !important; /* 次の段との間に50pxの空白を作る */
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.product-card {
    width: calc((100% - 60px) / 3); /* 3列計算 */
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center; /* 中央寄せ */
}

/* --- 画像を正円にする設定 --- */
.product-img-circle {
    width: 280px;         /* 丸のサイズ（調整可） */
    height: 280px;
    overflow: hidden;
    border-radius: 50%;   /* 正円にする */
    border: 5px solid #f9f7f2; /* 写真の周りに薄い枠線 */
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.product-img-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;    /* 写真の比率を保ったまま円に収める */
    display: block;
}

/* --- テキスト情報 --- */
.product-info {
    width: 100%;
    text-align: center;
}

.product-comment {
    background-color: #fcfbf9;
    padding: 20px;
    border-radius: 10px;
    margin: 15px 0;
    text-align: left;
}

.product-name {
    font-size: 1.2rem;
    color: #333;
    text-align: center;
    margin-bottom: 10px;
}

.comment-lead {
    font-weight: bold;
    color: #4a3d33;
    margin-bottom: 5px;
    font-size: 1rem;
}

.comment-detail {
    font-size: 0.85rem;
    line-height: 1.6;
    color: #666;
}

/* --- 丸みのあるボタン --- */
.btn-detail-round {
    display: block;
    width: 100%;
    padding: 12px 0;
    background: #cdc0b0;
    color: #fff !important;
    text-decoration: none;
    font-weight: bold;
    border-radius: 50px;
    margin-top: 10px;
}

/* スマホ対応 */
@media (max-width: 900px) {
    .product-card { width: calc((100% - 30px) / 2); } /* 2列 */
}
@media (max-width: 600px) {
    .product-card { width: 100%; } /* 1列 */
}

/* --- アコーディオン全体 --- */
.rental-flow-accordion {
    max-width: 900px;
    margin: 50px auto;
    padding: 0 20px;
}

.accordion-container {
    border-top: 1px solid #cdc0b0;
}

.accordion-item {
    border-bottom: 1px solid #cdc0b0;
}

/* チェックボックスは隠す */
.accordion-check {
    display: none;
}

/* ラベル（クリックできる部分） */
.accordion-label {
    display: flex;
    align-items: center;
    padding: 20px;
    font-weight: bold;
    color: #4a3d33;
    cursor: pointer;
    position: relative;
    background: #fff;
    transition: background 0.3s;
}

.accordion-label:hover {
    background: #fcfbf9;
}

/* ステップ番号の丸 */
.step-num {
    background: #4a3d33;
    color: #fff;
    font-size: 0.75rem;
    padding: 4px 10px;
    border-radius: 20px;
    margin-right: 15px;
}

/* 右側のプラスアイコン */
.accordion-label::after {
    content: '+';
    position: absolute;
    right: 25px;
    font-size: 1.5rem;
    color: #cdc0b0;
}

/* 開いたときの中身（初期状態は隠す） */
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease-out;
    background: #fdfdfd;
}

.accordion-inner {
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 25px;
}

/* チェックが入ったら中身を表示 */
.accordion-check:checked + .accordion-label + .accordion-content {
    max-height: 500px; /* 十分な高さを指定 */
    padding-bottom: 20px;
}

/* チェックが入ったらアイコンをマイナスに */
.accordion-check:checked + .accordion-label::after {
    content: '-';
}

/* 中の画像サイズ */
.flow-img {
    flex: 0 0 150px;
}
.flow-img img {
    width: 100%;
    border-radius: 10px;
}

.accordion-inner p {
    flex: 1;
    font-size: 0.95rem;
    line-height: 1.7;
    color: #666;
}

/* スマホ対応 */
@media (max-width: 600px) {
    .accordion-inner {
        flex-direction: column;
        text-align: center;
    }
    .flow-img {
        flex: 0 0 auto;
        width: 100%;
    }
}


.btnStyle1 a{width:200px; display:block; height:50px; text-align:center; text-decoration:none; position:relative; margin:auto;}
.btnStyle1 a em{display:block; border:2px solid #FFF; box-sizing:border-box; color:#fff; font-size:12px; width:200px; height:50px; line-height:46px; height:100%;}
.btnStyle1 a em span{margin-left:0; font-style:normal;}
.btnStyle1 a hr{display:block; width:50px; height:1px; margin:0; background-color:#e8242a; border:none; position:absolute; right:-20px; top:24px;}
.btnStyle1 a:hover hr{transform: rotate(540deg); transition:transform 0.3s ease-out;}



.com_hed_tit01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	text-align: center;
	line-height: normal;
	color:#FFFFFF;
	text-shadow: 0 0 1px #000;
	margin:50px 0 0;
}

.com_hed_tit02 {
	text-align: center;
	line-height: normal;
	color:#FFFFFF;
	text-shadow: 0 0 2px #000;
}

.com_table_tag {
    border-top: 1px solid #CCCCCC;
    width: 100%;
	margin:0 0 40px;
}

.com_table_tag th {
	background:#F0F0F0;
	width:96%;
	background:none;
	border-bottom:none;
	padding: 2%;
	text-align: center;
	display: block;
}

.com_table_tag td {
    border-bottom: 1px solid #CCCCCC;
    border-left: none;
    padding:2%;
	display: block;
}

.com_tit_img {
	width:100px;
	margin:0 auto 20px;
}

.btnStyle1 a {
	background: rgba(255,255,255,0.7);
	margin: auto;
	display: block;
	position: relative;
	text-decoration: none;
	height: 20px;
	width: 180px;
	line-height: 20px;
	text-align: center;
	color: #000;
	border:solid 1px #000;
	overflow: hidden;
	z-index: 1;
	margin:0 auto 30px;
}

.btnStyle1 a:after {
	content:"";
	position: absolute;
	top: 50%;
	left: 50%;
	height: 0;
	width: 100%;
	background: #333;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	z-index: -1;
}

.btnStyle1 a:hover {
	color: #FFF;
}

.btnStyle1 a:hover:after {
	height: 350%;
	opacity: 1;
}

.btnStyle1 a:active:after {
	height: 350%;
	opacity: 1;
}


.m-heading1 {
	position: relative;
	display: block;
	width: 100%;
	padding:0 0 20px;
	font-size: 14px;
	line-height:1.6em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: center;
	margin:0 auto 40px;
	font-family: "游明朝体","Yu Mincho",YuMincho,"ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
	font-weight:normal;
}

.m-heading1:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 60px;
	height: 2px;
	margin-left: -30px;
	background-color: #d5d8ce
}

.m-heading2 {
    font-size:12px;
    line-height: 2em;
	color:#00225e;
	text-align:left;
	letter-spacing:0.1em;
	margin:30px auto 30px;
}

.m-heading3 {
	font-size:12px;
	line-stacking:2em;
	letter-spacing:0.1em;
	margin:30px auto 30px;
}


.m-heading4 {
	font-size: 1em;
	line-height: 1.5em;
	display: inline-block;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 30px;
	color:#000000;
}

.m-heading4 span {
	font-size: 0.6em;
	color: #000000;
}

.m-heading4::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 3px solid #00225e;
	width: 80px;
}

.com_hed_img {
	background:#ececec;
	width:100%;
	padding-bottom:30px;
	margin:0 auto 15px;
}

.com_hed_img img {
	width:100%;
	height:auto;
}

.goods_list {
	width:100%;
	margin:0 auto;
	padding:0;
	list-style-type:none;
}

.goods_list li {
	width:48%;
	float:left;
	margin-right:4%;
	margin-bottom:4%;
}

.goods_list li:nth-child(3n+3) {
	margin-right:4%;
}

.goods_list li:nth-child(2n+2) {
	margin-right:0;
}

.goods_list li a figure {
	margin:0 auto;
}

.goods_list li a figure img {
	border:1px solid #FFFFFF;
}

.goods_list li a h3 {
	font-size:12px;
	color:#000000;
	margin:10px auto 5px;
	text-align:center;
}

.goods_list li a p {
	font-size:12px;
	font-weight:bold;
	color:#CE7D6F;
	text-align:center;
}

.goods_readtxt {
	background:url(../images/com/bg04.jpg) 0 0 repeat;
	 font-size:12px;
	 font-weight:normal;
    line-height: 1.8em;
	color:#666666;
	letter-spacing:0.2em;
	margin:30px auto 30px;
	padding:3%;
}


.goods_list2 {
	width:100%;
	margin:0 auto;
	padding:0;
	list-style-type:none;
}

.goods_list2 li {
	width:46%;
	float:left;
	margin-right:4%;
	margin-bottom:4%;
}

.goods_list2 li:nth-child(2n+2) {
	margin-right:0;
}

.goods_list2 li:nth-child(3n+3) {
	margin-right:4%;
}

.goods_list2 li figure {
	margin:0 auto;
}

.goods_list2 li figure img {
	border:1px solid #FFFFFF;
}

.goods_list2 li h4 {
	font-size:12px;
	margin:10px auto 5px;
	text-align:center;
}

.goods_list2 li p {
	font-size:10px;
}


/*****************************
header
******************************/
header {
	min-width:100%;
	overflow:hidden;
	height:auto;
	padding:0;
	position:relative;
}

#header {
	width:100%;
	background:rgba(255,255,255,0.5) url(../images/header/bg.png) repeat;
	margin:0 auto;
	position:fixed;
	z-index:1000;
	top:0;
	left:0;
}

#logo {
	position:absolute;
	top:10px;
	left:10px;
	width:100px;
	height: auto;
	z-index:1000;
}

#logo img {
	width:100%;
	height:auto;
}

.g_navi,
.menu {
	display:none;
}


.sp_list {
	display: block;
	width: 50px;
	float: right;
	margin: 10px 5px 5px 0;
	padding: 0;
	list-style-type: none;
}

.sp_list li {
	background:#333333;
	width: 40px;
	height: 40px;
	float: left;
	margin:0;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	line-height: 2em;
}

.sp_list li a {
	color: #FFFFFF;
}

.sp_list li i {
	font-size: 20px;
	line-height: 1em;
}


/*****************************
footer
******************************/
footer {
	background-color: #FFFFFF;
    height: auto;
    margin:0 auto 0;
    position: relative;
    width: 100%;
}

.footer_body {
	-moz-box-pack: justify;
    display: flex;
    flex-flow:column wrap;
    padding:20px;
	position:relative;
}

.footer_info {
	white-space:nowrap;
	text-align: center;
	float:none;
}

.footer_info h3 {
	font-size:10px;
}

.footer_info h4 {
	font-family: "游明朝体","Yu Mincho",YuMincho,"ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
	font-size:14px;
}

.footer_info h4 span {
	font-size:12px;
}

.footer_info p {
	font-size:10px;
}

.footer_navi {
	display:none;
}

.footer_copyright {
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	text-align:center;
	padding-bottom:20px
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. 

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}
}
*/


/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media print, screen and (min-width: 769px) {

.gridContainer {
	width: 100%;
	padding:0;
	margin: auto;
	clear: none;
}
#div1 {
}
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}


/*****************************
com
******************************/
.com_contents {
	width:100%;
	position: relative;
	margin:0 auto;
}

.com_contents_inner {
    width:960px;
    position: relative;
	margin:0 auto 80px;
}

.com_contents_inner img {
	width:100%;
	height:auto;
}


.com_contents_hed {
	width:100%;
	position: relative;
	margin:105px auto 100px;
	display:table;
}


.com_contents_hed h2 {
	height: 228px;
    left: 16%;
    margin-left: -10px;
    position: absolute;
    top: 40%;
    width: 120px;
}

.mainvisual-area {
	float: right;
    position: relative;
    width: 62%;
	overflow:hidden;
	margin:0;
}

.mainvisual-area img {
	width:100%;
}

#totop {
	display:block;
    position: fixed;
    bottom: 60px;
    right: 30px;
    z-index: 2000;
}    

#totop a {
    display: block;
    width: 54px;
    height: 54px;
    text-indent: -1000em;
    overflow: hidden;
    background: url(../images/com/btn_scroll_top.png) 0 0 no-repeat;
	background-size:100% auto;
}

.com_table_tag {
    border-top: 1px solid #CCCCCC;
    width: 100%;
	margin:0 0 40px;
}

.com_table_tag th {
	background:#F0F0F0;
	width:20%;
	background:none;
	border-bottom: 1px solid #CCCCCC;
	padding: 10px;
	text-align: left;
	display:table-cell;
}

.com_table_tag td {
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    padding:10px;
	display:table-cell;
}

.ttl_en {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3em;
	text-align: center;
	line-height: normal;
}

.ttl_jp {
	text-align: center;
	line-height: normal;
	margin-bottom: 20px;
}

.ttl_en_w {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3em;
	text-align: center;
	line-height: normal;
	color:#FFFFFF;
}

.ttl_jp_w {
	text-align: center;
	line-height: normal;
	margin-bottom: 20px;
	color: #FFFFFF;
}

.com_tit_txt::before {
	background: #b3b3b3 none repeat scroll 0 0;
	content: "";
	display: inline-block;
	height: 1px;
	margin: 0 20px 0 0;
	position: relative;
	top: -7px;
	width: 36px;
}

.com_tit_txt::after {
	background: #b3b3b3 none repeat scroll 0 0;
	content: "";
	display: inline-block;
	height: 1px;
	margin: 0 0 0 20px;
	position: relative;
	top: -7px;
	width: 36px;
}


.com_tit02 {
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	margin:0 auto 40px;
}

.com_tit_txt {
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	margin:0 auto 40px;
}

.com_txt {
	font-size:14px;
	line-height:2em;
}

.com_txt_tate {
	font-size:14px;
	line-height:3.4em;
	letter-spacing:1px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	margin:50px 0 0;
	white-space:nowrap;
}




.com_hed_tit01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3em;
	text-align: center;
	line-height: normal;
	color:#FFFFFF;
	text-shadow: 0 0 1px #000;
	margin:100px 0 0;
}

.com_hed_tit02 {
	text-align: center;
	line-height: normal;
	color:#FFFFFF;
	text-shadow: 0 0 2px #000;
}

.com_table_tag {
    border-top: 1px solid #CCCCCC;
    width: 100%;
	margin:0 0 40px;
}

.com_table_tag th {
	background:#F0F0F0;
	width:30%;
	background:none;
	border-bottom: 1px solid #CCCCCC;
	padding: 10px;
	text-align: left;
	display:table-cell;
}

.com_table_tag td {
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    padding:10px;
	display:table-cell;
}

.com_tit_img {
	width:120px;
	margin:0 auto 30px;
}

.btnStyle1 a {
	margin: auto;
	display: block;
	position: relative;
	text-decoration: none;
	height:50px;
	width: 250px;
	line-height: 50px;
	text-align: center;
	color: #000;
	border:solid 1px #000;
	overflow: hidden;
	z-index: 1;
	margin:0 auto 30px;
}

.btnStyle1 a:after {
	content:"";
	position: absolute;
	top: 50%;
	left: 50%;
	height: 0;
	width: 100%;
	background: #333;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	z-index: -1;
}

.btnStyle1 a:hover {
	color: #FFF;
}

.btnStyle1 a:hover:after {
	height: 380%;
	opacity: 1;
}

.btnStyle1 a:active:after {
	height: 350%;
	opacity: 1;
}


.m-heading1 {
	position: relative;
	display: block;
	width: 100%;
	padding:0 0 40px;
	font-size: 22px;
	line-height:2.2em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: center;
	margin:0 auto 60px;
	font-family: "游明朝体","Yu Mincho",YuMincho,"ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
	font-weight:normal;
}

.m-heading1:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 60px;
	height: 2px;
	margin-left: -30px;
	background-color: #d5d8ce
}

.m-heading2 {
    font-size:15px;
    line-height: 2em;
	color:#00225e;
	text-align:left;
	letter-spacing:0.2em;
	margin:30px auto 30px;
}

.m-heading3 {
	font-size:15px;
	line-stacking:2em;
	letter-spacing:0.2em;
	margin:30px auto 30px;
}

.m-heading4 {
	font-size: 1.2em;
	font-weight:normal;
	line-height: 1.5em;
	color:#000000;
	display: inline-block;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 30px;
}

.m-heading4 span {
	font-size: 0.6em;
	color: #8A8A8A;
}

.m-heading4::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 3px solid #00225e;
	width: 80px;
}

.goods_list {
	width:100%;
	margin:0 auto;
	padding:0;
	list-style-type:none;
}

.goods_list li {
	width:30.6%;
	float:left;
	margin-right:4%;
	margin-bottom:4%;
}

.goods_list li:nth-child(2n+2) {
	margin-right:4%;
}

.goods_list li:nth-child(3n+3) {
	margin-right:0;
}

.goods_list li a figure {
	margin:0 auto;
}

.goods_list li a figure img {
	border:1px solid #FFFFFF;
}

.goods_list li a h3 {
	font-size:14px;
	color:#000000;
	margin:10px auto 5px;
	text-align:center;
}

.goods_list li a p {
	font-size:14px;
	font-weight:bold;
	color:#CE7D6F;
	text-align:center;
}

.goods_readtxt {
	background:url(../images/com/bg04.jpg) 0 0 repeat;
	 font-size:14px;
	 font-weight:normal;
    line-height:1.8em;
	color:#666666;
	letter-spacing:0.2em;
	margin:30px auto 30px;
	padding:20px;
}


.goods_list2 {
	width:100%;
	margin:0 auto;
	padding:0;
	list-style-type:none;
}

.goods_list2 li {
	width:30.6%;
	float:left;
	margin-right:4%;
	margin-bottom:4%;
}

.goods_list2 li:nth-child(2n+2) {
	margin-right:4%;
}

.goods_list2 li:nth-child(3n+3) {
	margin-right:0;
}

.goods_list2 li figure {
	margin:0 auto;
}

.goods_list2 li figure img {
	border:1px solid #FFFFFF;
}

.goods_list2 li h4 {
	font-size:16px;
	margin:10px auto 5px;
	text-align:center;
}

.goods_list2 li p {
	font-size:12px;
}


/*****************************
header
******************************/
header {
	min-width:1200px;
	overflow:hidden;
	height:auto;
	padding:0;
}

#header {
	width:100%;
	background:rgba(255,255,255,0.5) url(../images/header/bg.png) repeat;
	margin:0 auto;
	position:fixed;
	z-index:1000;
	top:0;
	left:0;
}

#logo {
	position:absolute;
	top:26px;
	left:30px;
	width:130px;
	height:100px;
	z-index:1000;
}

#logo img {
	width:100%;
	height:auto;
}

.g_navi {
	position:relative;
	display:block;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	white-space:nowrap;
	margin:5px auto 20px;
	text-align:right;
	padding-right:10px;
}

.g_navi a {
	color:#000000;
}

.g_navi a:hover {
	color:#f30000;
}

.g_navi img {
	position:relative;
	margin-top:-3px;
}

.sp_list {
	display:none;
}

.menu {
	position:relative;
	display:block;
	font-size:14px;
	font-weight:bold;
	white-space:nowrap;
	margin:10px auto;
	text-align:right;
	padding-right:10px;
}

.menu a {
	color:#000000;
}

.menu a:hover {
	color:#f30000;
}

/*****************************
footer
******************************/
footer {
	background-color: #FFFFFF;
    height: 150px;
    margin:  auto 0;
    position: relative;
    width: auto;
}

.footer_body {
	-moz-box-pack: justify;
    display: flex;
    flex-flow: row wrap;
    padding: 25px 30px 0;
	position:relative;
}

.footer_info {
	white-space:nowrap;
	text-align:left;
	float:left;
}

.footer_info h3 {
	font-size:10px;
}

.footer_info h4 {
	font-family: "游明朝体","Yu Mincho",YuMincho,"ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
	font-size:16px;
}

.footer_info h4 span {
	font-size:12px;
}

.footer_info p {
	font-size:10px;
}

.footer_navi {
	display:block;
	white-space:nowrap;
	font-size:10px;
	line-height:2.2em;
	text-align:right;
	position:absolute;
	right:20px;
	top:40px;
}

.footer_copyright {
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
}



}