@charset "UTF-8";

.size{
	font-size: 4rem;
	font-weight: 500;
	margin-bottom: -35px;

}
.sizebtn{
	border-radius: 20px;
	display: block;
	padding: 15px;
	box-sizing: border-box;
	background: #bee7ff;
	color: #585652;
	text-decoration: none;
	text-align: center;
	margin:6px;
}
.divTableCell{

	display: table-cell;
	width: 30%;
}
.divTableCell2{

	display: table-cell;
	
}

/* DivTable.com */
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}

.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}
.midashi {
    background:#bee7ff;
	;
    box-shadow: 0px 0px 0px 5px #bee7ff;
    border: dashed 1px #ffffff;
    padding: 0.5em 0.5em;
    color: #585652;
    margin-top: 0px;
	font-size: 2rem;
}

.btn, a.btn, button.btn {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2;
	position: relative;
	display: inline-block;
	padding: 1rem 4rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 0.5rem;
}

a.btn--circle {
	width: 170px;
	height: 170px;
	padding: 54px 0 0;
	margin: 15px;
	border-radius: 50%;
	color: #fff;
	background:#92b1df;
	-webkit-box-shadow: 0 7px 0 #e5c63b;
	box-shadow: 0 7px 0 #3b7fe5;
}

a.btn--circle i {
	font-size: 150%;
}

.fa-position-bottom {
	position: absolute;
	bottom: 1rem;
	left: calc(50% - 0.5rem);
}

a.btn--circle:hover {
	-webkit-transform: translate(0, 4px);
	transform: translate(0, 4px);
	color: #fff;
	-webkit-box-shadow: 0 3px 0 #203b94;
	box-shadow: 0 3px 0 #173c81;
}

.botan {
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
}

img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
a {
    display:block;
    color: #666;
    text-decoration-line: none;
}
a:hover { 
    color: #999;
}

.text001{
	margin: 0 auto;
	width: 900px;
	margin-top: 20px;
}
.attaka001{
	margin-top: -50px;
    padding-top: 66px;
    padding-bottom: 50px;
    background-color: #eef5ff;
}
.attaka002{
	margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 50px;
	background-color:#ffffff ;

}
    .linkimg{
		padding: 5px;
	}
	.linkimg:hover {
		opacity: 0.5 ;
	}


/*メイン画像
-------------------------------------*/
div.mainimg img {
	margin-bottom: 10px;
	
}

@media(max-device-width: 767px){
	div.mainimg img {
		width:100% !important;
	}
}

/*メインコンテンツ
-------------------------------------*/
main {
    margin: 3rem 0 0 0;
}

section {
	margin: 10rem 0;
}
@media(max-device-width: 767px){
	section {
	margin: 5rem 0;
	}
}


.back-color0 {
	padding-top: 10px;
	margin: 10px auto;
}

.back-color1 {
	background-color: #ffffff;
	width: 85%;
	margin: 50px auto 20px auto;
}

@media(max-device-width: 767px){
	.back-color1 {
	width: 90%;
	}
}


.back-color2 {
	margin-top: 80px;
	margin-bottom: 100px;
}


/*キャッチコピー
-------------------------------------*/
.catch {
    text-align: center;
}
.catch h2 {
    padding-bottom: 1rem;
}
.under {
    border-bottom: 0.4rem solid #000;
    padding:0 1rem 1rem 1rem;
}
.center {
	text-align: center;
	margin-bottom: 2rem;
}


/*テキスト
-------------------------------------*/
p.comment{
	font-size:1.2em;
	font-weight: bold;
	font-color:#5b4224;
	background-color: #585652;
	line-height:150%;
	padding:20px 0 20px 0;
	text-align:center;
}

p.comment2{
	font-size:2em;
	font-weight: bold;
	font-color:#5b4224;
	line-height:90%;
	padding:0 0 0 0;
}

p.comment3{
	font-size:1.2em;
	font-weight: bold;
	font-color:#5b4224;
	line-height:150%;
	padding:0;
	text-align:center;
}

p.comment4{
	padding:0;
	text-align:center;
}

p.comment4 img{
	width: 95%;
}

p.price{
	font-size:1.2em;
	padding-right: 10px;
	text-align:right;
	text-decoration: line-through;
		
}
p.saleprice {
	font-size: 1.6em;
	color: #CC0000;
	text-align:right;
	padding-right: 10px;
	margin-bottom: 20px;
	}

@media(max-device-width: 767px){
	p.comment {
		font-size:0.8em!important;
		padding:10px 20px 10px 20px;
	}
	p.price{
		font-size:0.8em;
	}	
	p.saleprice {
		font-size: 1.0em;
	}
	p.comment2 {
	font-size:1.2em!important;
	padding:0 0 0 20px;
	}
	p.comment3 {
	font-size:0.8em!important;
	padding:0 20px 0px 10px;
	}
	p.comment4 img{
	width: 100%!important;
	}
}

.balloon{
	/*position: relative;
	display: inline-block;*/
	margin-right: 15px;
  	padding: 4px 8px;
	text-align: center;
	color: #585652;
	background: #B22222;
	box-sizing: border-box;
	font-size: 0.5em!important;
	border-radius: 5px;
}


@media(max-device-width: 767px){
	.balloon{
  	padding: 2px 8px;
	font-size: 0.5em!important;
	margin-right: 10px;
	}
}

/*フッター
-------------------------------------*/
footer {
    padding: 3rem 0;
}
footer h4 {
	text-align: center;
}


/*コピーライト
-------------------------------------*/
.copyright {
    text-align: center;
    padding: 0;
	color: #000;
	margin-bottom: 70px;
	font-size: 0.9em;
}


/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 20px;
    right: 15px;
}
#pagetop a {
    display: block;
    width: 80px;
    text-align: center;
}
#pagetop a:hover {
    text-decoration: none;
	opacity: 0.5;
}

@media screen and (max-width: 768px){
		#pagetop {
		position: fixed;
		bottom: 5px;
		right: 10px;
	}
		#pagetop a {
		display: block;
		width: 50px;
		text-align: center;
	}
}


/* 矢印付き枠 */
.title_box {
  width: 100%;
  margin: 30px auto 0 auto;
}
.title_box img {
  display: block;
  margin: auto;
  padding-bottom: 0px;
  padding-bottom: 20px;
}
.title_box .ttl_text {
  background-color: #c4c13f;
  /*box-shadow: 0px 0px 5px 0;*/
  /*-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);*/
  /*-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);*/
  border-bottom: 4px solid #585652;  color: #585652;
  font-size: 2.0em;
  line-height: 1.6;
  position: relative;
  text-align: center;
  padding: 10px;
  margin-bottom: 0px;
  font-weight: bold;
}

/* 三角形 */
.title_box .ttl_text:before {
   /*border: 30px solid transparent;
   border-top-color: #946A48;
   border-bottom-width: 0;
   bottom: -30px;
   content: "";
   display: block;
   left: 47%;
   position: absolute;
   width: 0;*/
}
.title_box a:hover{
  opacity: 0.5;
}

@media(max-device-width: 767px){
	.title_box {
		width: 100%!important;
		margin: 0 auto 10px auto;
	}
	.title_box .ttl_text {
		font-size: 1.0em;
		padding: 5px;
		font-weight: normal;
	}	
	.title_box .ttl_text:before {
   /*border: 15px solid transparent;
   border-top-color: #1E90FF;
   border-bottom-width: 0;
   bottom: -10px;
   content: "";
   display: block;
   left: 45%;
   position: absolute;
   width: 0;*/
	}
}
/* /矢印付き枠 */




/* ボタン装飾 */
section.btn {
	max-width: 50%;
	margin: 0 auto;
	padding-bottom: 50px;
}
a.btn_01 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	background: repeating-linear-gradient(45deg, #585652, #585652 3px, #e7e7e7 3px, #e7e7e7 30px);
	color: #333;
	letter-spacing: 0.1em;
	text-decoration: none;
	position: relative;
}
a.btn_01 span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	background: #0066cc;
	color: #585652;
	border: 1px solid #000;
	box-sizing: border-box;
	position: absolute;
	top: -5px;
 	left: -5px;
	transition-duration: 0.2s;
	font-size: 1.4em;
	font-weight: bold;
}
a.btn_01:hover span {
	left: -1px;
	top: -1px;
}

@media(max-device-width: 767px){
	section.btn {
		max-width: 90%;
		margin: 0 auto;
		padding-bottom: 30px;
	}
	a.btn_01 {
		width: 100%;
		height: 40px
	}
	a.btn_01 span {
		font-size: 1.0em;
		height: 40px;
		top: -4px;
		left: -4px;
	}
}



/* サイズリンク */

div.items div.btn-size a.btn_03 {
	font-size:1.2em;
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	position: relative;
	background: #0066cc;
	border: 2px solid #0066cc;
	border-radius: 30px;
	box-sizing: border-box;
	padding: 0 auto;
	margin: 10px 20px;
	color: #585652;
	letter-spacing: 0.1em;
	text-align: left;
	text-decoration: none;
	transition-duration: 0.3s;
}

div.items div.btn-size a.btn_03:before {
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 54%;
	right: 10px;
	margin-top: -6px;
}
div.items div.btn-size a.btn_03:hover {
	background: #fff;
	color: #0066cc;
	font-weight: bold;
}
div.items div.btn-size a.btn_03:hover:before {
	border-top: 2px solid #0066cc;
	border-right: 2px solid #0066cc;
}


@media(max-device-width: 767px){
	a.btn_03 {
		font-size:0.7em!important;
		height: auto!important;
		margin: 5px!important;
	}
	
	div.items div.btn-size a.btn_03:before {
		width: 6px;
		height: 6px;
		top: 60%;
	}
}


/* カテゴリボタン */
.category {
	width: 70%;
	margin: auto;
}

@media(max-device-width: 767px){
	.category{
	width: 94%;
	}
}


section.category div.items div.item2 a.btn-cat {
	color: #FFFFFD;
  	background-color: #907E6C;
	border-top: 0px solid #514236 ;
	border-right: 0px solid #514236;
	border-left: 0px solid #514236;
	border-bottom: 0px solid #514236;
	border-radius: 10px 0px 10px 0px;
	text-align: center;
	font-size: 1.3em;
	font-weight: normal;
	padding:10px 0;
}

section.category div.items div.item2 a.btn-cat:hover {
	margin-top: 0px;
	color: #634B36;
	background: #FFF5EE;
}
@media(max-device-width: 767px){
	section.category div.items div.item2 a.btn-cat {
	font-size: 0.8em;
	padding: 5px 2px;
	font-weight: normal;
	border-radius: 5px;
	}
}


/* 画像上テキスト */

.img_text {
	position: relative;
}
.img_text p {
    position: absolute;
    top: -10px;
    left: -5px;
	width: auto;
	height: 30px;
  	text-align:center;
	font-size: 1.6em;
	background: #0066cc;/*背景色*/
	color: #fff;
	padding: 10px 10px 20px 10px;
}

@media(max-device-width: 767px){
.img_text p{
    font-size: 0.7em !important;
	height: 18px !important;
	padding: 2px 5px !important;
	}
}


.img_text2 {
	position: relative;

}
.img_text2 p {
    position: absolute;
    top: -40px;
    left: -5px;
	width: auto;
	height:15%;
  	text-align:center;
	font-size: 1.5em;
	background: #ffa500;/*背景色*/
	color: #fff;
	padding: 20px 15px 15px 15px;
	border-radius: 35% 65% 30% 60% / 50% 50% 40% 40%;
}

@media(max-device-width: 767px){
.img_text2 p{
    top: -17px;	
    font-size: 0.7em !important;
	height: 25px !important;
	padding: 5px 5px 10px 5px !important;
	}
}



/* ポイントバナー */
@media(max-device-width: 767px){
	.pt_bn img {
		width:90% !important;
	}
}

.pt_bn{
	padding-bottom: 20px;
	box-sizing: border-box;
	margin: 0 auto !important;
	text-align: center;
}
.pt_bn img {
	width:60%;
}

.font_a {
    color: #5B4939;     /* 文字色指定 */
	font-size: 1.4em;
	margin-bottom: 20px;
}
.font_b {
    color: #907E6C;     /* 文字色指定 */
}

.font_m {
    color: #df7562;     /* 文字色指定 */
}


.wh_area {
    width: 1100px;
    margin: 2em auto 5em;
    padding: 2em 2em 0;
    background-color: #fff;

}

.wh_area h3 {
    margin: 0 0 0.8em;
    padding: 1em 0;
    text-align: center;
	letter-spacing: 0.2em;
    font-size: 1.2em;
    color: #585652;
    background-color: #bee7ff;
   
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.wh_area .box_b .l_b01 {
    float: left;
    width: 38.2%;
    padding: 0;
}
.wh_area .box_b .r_b01 {
    float: right;
    width: 60%;
    margin-left: 1.8%;
}

.attakamidashi01{
	clear: both;
	position: relative;
    border-radius: 6px;
    background: #bee7ff;
    color: #585652;
    line-height: 1.4;
    padding: 0.6em 0.5em;
    margin-bottom: 1em;
    text-align: center;

}
h5{
	margin-bottom: 0px;
	margin-top: 0;
	font-weight: 600;
	padding: 0 5px;
}

h4{
	text-align: center;
}
.btn_003{
	font-size: 1.2em;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    position: relative;
    background: #bee7ff;
    border-radius: 30px;
    box-sizing: border-box;
    padding: 0 auto;
    margin: 10px 20px;
    color: #585652;
    letter-spacing: 0.1em;
    text-align: left;
    text-decoration: none;
    transition-duration: 0.3s;
}

.btn_003:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 54%;
    right: 10px;
    margin-top: -6px;
}