@charset "utf-8";@charset "utf-8";

/* ===================================
    全体レイアウト用
==================================== */
#Area {
	font-family: sans-serif;
	/*font-family: 'Shippori Mincho B1', serif;*/
	text-align: center;
	color:#333333;
	width: 100%;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}

/*スマホの時だけ改行*/
.br-sp {
    display: none;
}

@media (max-width: 600px) {
    .br-sp {
        display: block;
    }
 }

/* 余白*/
.spece_01 {
 margin-bottom:10%;
}	

.spece2 {
    padding-top: 10%;
    text-align: center;
}	

.spece_bottom {
 margin-bottom:25%;
}	


img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

p {
	font-size: 15px;
	font-family: sans-serif;
	/*font-family: "Libre Baskerville", serif;*/
  font-weight: 400;
  font-style: normal;
}



.border_1 {
	border-top: 1px solid #d1cbc2;
	width: 80%;
	margin: 10% auto 9% auto;
}

.image {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}



@media screen and (min-width: 751px) {
    .inner {
        width: calc(100% - 200px);
        max-width: 1240px;
        margin-left: auto;
        margin-right: auto;
    }
}



/*===================================
タブ
===================================*/

.tab_text {
	margin: 7% auto 2%;
	line-height: 1.8;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
}

.tab_label {
  color: #a6c3cd;
  font-weight: bold;
  border: solid 1.5px #a6c3cd;
  position: relative;
  z-index: 1;
  cursor: pointer;
  flex: 1;
  padding: 5px 0;
  margin: 0 5px; 
  line-height: 2.5;
}

.tab_label:hover {
  opacity: 0.75;
}

.tab_content {
  flex: 100%;
  display: none;
  overflow: hidden;
}

input[name="tab_switch"] {
  display: none;
}

.tabs input:checked + .tab_label {
  color: #fff;
  background-color: #5397bc;
	  border: solid 1.5px #5397bc;

}
.tabs input:checked + .tab_label::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #5397bc transparent transparent transparent;
  display: block;
  position: absolute;
  top: 98%;
  left: 50%;
  margin-left: -10px;
  transition: all 0.3s ease 0s;
}

#tab01:checked ~ #tab01_content,
#tab02:checked ~ #tab02_content,
#tab03:checked ~ #tab03_content {
  display: block;
}

.tab_content{
  position: relative;
  animation: fadeIn 1s ease;
}

/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}

/*　BBFの設定解除　*/
input[type="radio"]:checked + label:after {
  background: #FFF;
}

input[type="radio"] + label:before, input[type="checkbox"] + label:before {
    border: none;
}

input[type="radio"] + label, input[type="checkbox"] + label {
    display: inline-block;
    position: relative;
    padding-left: 0px;
}

input[type="radio"] + label, input[type="checkbox"] + label {
    display: inline-block;
    position: relative;
    padding-left: 0px;
	font-size: 14px;
}	


/*===================================
TOPテキスト
===================================*/
.top {
line-height: 2.0;
font-size: 15px;
margin: 7% auto 10%;
}

.top span{
font-size: 15px;
margin: 5% auto;

}

.span_2 {
color: #1B6288;
font-size: 15px;
font-weight: 400;
	
}




/*===================================
メイン画像
===================================*/

.area_image {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    grid-template-rows: 50% 50%;
    gap: 2% 2%;
    grid-auto-flow: row;
    grid-template-areas:
        "picimg_01 picimg_02 picimg_03"
        "picimg_04 picimg_05 picimg_06";
	margin-bottom: 5%;
}

.picimg_01 { grid-area: picimg_01; }

.picimg_02 { grid-area: picimg_02; }

.picimg_03 { grid-area: picimg_03; }

.picimg_04 { grid-area: picimg_04; }

.picimg_05 { grid-area: picimg_05; }

.picimg_06 { grid-area: picimg_06; }



/*===================================
リストボタン
===================================*/
.list_btn {
    display: grid;
    grid-template-columns: 23% 23% 23% 23%;
    gap: 2% 2.7%;
    grid-auto-flow: row;
    grid-template-areas: "top_btn-1 top_btn-2 top_btn-3 top_btn-4";
    max-width: 920px;
    text-align: center;
    margin: 0 auto;
	margin-bottom: 2%;
}

.list_btn-1 { grid-area: top_btn-1;}
.list_btn-2 { grid-area: top_btn-2; }
.list_btn-3 { grid-area: top_btn-3; }
.list_btn-4 { grid-area: top_btn-4; }

.list_btn-1,.list_btn-2,.list_btn-3,.list_btn-4 {
	max-width: 220px;
    text-align: center;
    line-height: 2.5;
    border-radius: 30px 30px 30px 30px;
    padding: 0.5em;
	color: #1B6288;
	background: #EEEEEE;
}

.list_btn span{
	font-size: 17px;
	}	

/*===================================
テキスト
===================================*/
.title {
	font-size: 18px;
	margin: 5% auto 1%;
	font-weight: 700;
}

.text {
	font-size: 16px;
	margin-bottom: 2%;
}

/*===================================
商品横並びのコンテナー
===================================*/


.image_width {  display: grid;
  grid-template-columns: 24% 24% 24% 24%;
  grid-template-rows: 100%;
  gap: 12px 12px;
  grid-auto-flow: row;
  grid-template-areas:
    "img_wid1 img_wid2 img_wid3 img_wid4";
		max-width: 1100px;
	text-align: center;
	margin: 0 auto;	
}

.img_wid1 { grid-area: img_wid1; }
.img_wid2 { grid-area: img_wid2; }
.img_wid3 { grid-area: img_wid3; }
.img_wid4 { grid-area: img_wid4; }


.image_width_2 {  display: grid;
  grid-template-columns: 24% 24% 24% 24%;
  grid-template-rows: 100%;
  gap: 12px 12px;
  grid-auto-flow: row;
  grid-template-areas:
    "img_wid5 img_wid6 img_wid7 img_wid8";
		max-width: 1100px;
	text-align: center;
	margin: 1% auto 0 auto;
}

.img_wid5 { grid-area: img_wid5; }
.img_wid6 { grid-area: img_wid6; }
.img_wid7 { grid-area: img_wid7; }
.img_wid8 { grid-area: img_wid8; }



/*===================================
商品の小画像＆詳細
===================================*/

.details {
	font-size: 13px;
	text-align: left;
	margin-left: 1%;
}

.details span {
	color: #1B6288;
}



/*===================================
ボタン系
===================================*/

/*黒細ライン＆ホバーグレー*/
a.btn_01 {
display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #5397bc;
    box-sizing: border-box;
    width: 450px;
    height: 55px;
    padding: 0 6% 0 6%;
    color: #5397bc;
    font-size: 16px;
    text-align: left;
    text-decoration: none;
    position: relative;
    transition-duration: 0.2s;
     margin: 6% auto 4% auto;
}

a.btn_01:hover {
  background: #5397bc;
  color: #fff;
	/*border: 1px solid #a6c3cd;+*/
}

a.btn_01:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #5397bc;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}

a.btn_01:hover:before {
  border-color: transparent transparent transparent #fff;
}




/*黒細ライン＆ホバーも黒*/
.btn_02 {
display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #000;
    box-sizing: border-box;
    width: 400px;
    height: 55px;
    padding: 0 6% 0 6%;
    color: #000;
    font-size: 16px;
    text-align: left;
    text-decoration: none;
    position: relative;
    transition-duration: 0.2s;
        margin: 2% auto 4% auto;
}

.btn_02:hover {
  background: #000;
  color: #fff;
}

.btn_02:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}

.btn_02:hover:before {
  border-color: transparent transparent transparent #fff;
}

/*================================
その他の記事の記述
=================================*/

.other {
    display: grid;
    grid-template-columns: 23% 23% 23% 23%;
    /* grid-template-rows: 200px; */
    gap: 2% 2.7%;
    grid-auto-flow: row;
    grid-template-areas: "other-1 other-2 other-3 other-4";
    text-align: center;
    margin: 0 auto;
    max-width: 85%;
}

.other-1 { grid-area: other-1; }
.other-2 { grid-area: other-2; }
.other-3 { grid-area: other-3; }
.other-4 { grid-area: other-4; }

.other_title {
	 text-align: left;
    max-width: 85%;
	margin: 1% auto;
	font-size: 20px;
}

.other_details {
font-size: 15px;
text-align-last: left;	
}




/*================================
tablet
=================================*/
@media(max-width: 834px){
#Area .imageArea ul.row-fluid {
    width: 100%;
    text-align: center;
    margin: 5% auto 0;
  }	
	
.top {
    line-height: 2.0;
    font-size: 14px;
    margin: 7% auto 10%;
}	
	
	p {
	font-size: 14px;	
	}	
	
/*================================
タブ
=================================*/	
	
.tab_text {
	margin: 7% auto 3%;
	line-height: 1.8;
}	
	
/*===================================
リストボタン
===================================*/
.list_btn {
    display: grid;
    grid-template-columns: 23% 23% 23% 23%;
    grid-template-rows: 100%;
    gap: 3% 3%;
    grid-auto-flow: row;
    grid-template-areas: "top_btn-1 top_btn-2 top_btn-3 top_btn-4";
    max-width: 660px;
    text-align: center;
    margin: 0 auto;
	margin-bottom: 2%;
}

	.list_btn-1, .list_btn-2, .list_btn-3, .list_btn-4 {
	max-width: 155px;
    text-align: center;
    line-height: 2.5;
    border-radius: 30px 30px 30px 30px;
    padding: 0.2em;
	color: #1B6288;
	background: #EEEEEE;
	}

/*===================================
テキスト
===================================*/
	
.title {
    font-size: 16px;
    margin: 5% auto 1%;
    font-weight: 700;
}
	
.text {
    font-size: 14px;
    margin-bottom: 2%;
}
	
/*===================================
商品横並びのコンテナー
===================================*/	
.area_image {
    display: grid
;
    grid-template-columns: 32% 32% 32%;
    grid-template-rows: 50% 50%;
    gap: 1% 2%;
    grid-auto-flow: row;
    grid-template-areas:
        "picimg_01 picimg_02 picimg_03"
        "picimg_04 picimg_05 picimg_06";
}
	
/*===================================
商品の小画像＆詳細
===================================*/
.ex_1, .ex_2, .ex_3, .ex_4 {
    font-size: 9px;
}	
	
.image_detail {
    display: grid;
    grid-template-columns: 37px 114px 37px 114px 37px 114px 37px 114px;
    grid-template-rows: 45px;
    gap: 12px 12px;
    grid-auto-flow: row;
    grid-template-areas: "img_small_1 ex_1 img_small_2 ex_2 img_small_3 ex_3 img_small_4 ex_4";
    max-width: 688px;
    text-align: center;
	margin: 2% auto 1% auto;
	}
	
/*===================================
ボタン系
===================================*/
a.btn_01 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #5397bc;
    box-sizing: border-box;
    width: 330px;
    height: 45px;
    padding: 0 6% 0 6%;
    color: #5397bc;
    font-size: 14px;
    text-align: left;
    text-decoration: none;
    position: relative;
    transition-duration: 0.2s;
    margin: 5% auto 3% auto;	
	}

/*================================
その他の記事の記述
=================================*/
.other {
    display: grid;
    grid-template-columns: 23% 23% 23% 23%;
    gap: 2% 2.7%;
    grid-auto-flow: row;
    grid-template-areas: "other-1 other-2 other-3 other-4";
    text-align: center;
    margin: 0 auto;
    max-width: 85%;
	
}

.other-1 { grid-area: other-1; }
.other-2 { grid-area: other-2; }
.other-3 { grid-area: other-3; }
.other-4 { grid-area: other-4; }


.other_title {
	 text-align: left;
    max-width: 85%;
	margin: 1% auto;
	font-size: 14px;
}
	}




	
/*===================================
SMP
====================================*/

@media (max-width: 480px) {
#Area .imageArea ul.row-fluid {
    width: 110%;
    text-align: center;
    margin: 0 auto;
	font-size: 14px;
  }
	
	
.border_1 {
	border-top: 1px solid #d1cbc2;
	width: 80%;
	margin: 14% auto 10% auto;
}	
	
	
.tab_text {
	margin: 10% auto 5%;
	width: 85%;
	font-size: 14px; 
}	
	
	
.spece_01 {
    margin-bottom: 20%;
}	
	
/*===================================
タブの設定
====================================*/	
	
/* BBFの設定変更 */	
input[type="radio"] + label, input[type="checkbox"] + label {
    display: inline-block;
    position: relative;
    padding-left: 0px;
	font-size: 13px;
}	
	
	
.tab_label {
    color: #5397bc;
    font-weight: bold;
    border: solid 1.5px #5397bc;
    position: relative;
    z-index: 1;
    cursor: pointer;
    flex: 1;
    padding: 5px 0;
    margin: 0 5px;
    line-height: 2.5;
}
	
	
.tabs input:checked + .tab_label::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #5397bc transparent transparent transparent;
    display: block;
    position: absolute;
    top: 98%;
    left: 50%;
    margin-left: -10px;
    transition: all 0.3s ease 0s;
}	
	
	
/*===================================
商品並び
====================================*/	
	
.area_image {  display: grid;
  grid-template-columns: 48% 48%;
  grid-template-rows: 33% 33%;
  gap: 2% 4%;
  grid-auto-flow: row;
  grid-template-areas:
    "picimg_01 picimg_02"
    "picimg_03 picimg_04"
	"picimg_05 picimg_06" ;
	margin-bottom: 16%;
}

	
	
.picimg_01 { grid-area: picimg_01; }

.picimg_02 { grid-area: picimg_02; }

.picimg_03 { grid-area: picimg_03; }

.picimg_04 { grid-area: picimg_04; }

.picimg_05 { grid-area: picimg_05; }

.picimg_06 { grid-area: picimg_06; }
	

.list_btn {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 50% 50%;
    gap: 30% 2%;
    grid-template-areas: "list_btn-1 list_btn-2"
    "list_btn-3 list_btn-4";
    max-width: 323px;
    margin: 0 auto;
	text-align: center;
	margin-bottom: 12%;

}

.list_btn-1 { grid-area: list_btn-1; }
.list_btn-2 { grid-area: list_btn-2; }
.list_btn-3 { grid-area: list_btn-3; }
.list_btn-4 { grid-area: list_btn-4; }
	
.list_btn-1,.list_btn-2,.list_btn-3,.list_btn-4 {
	max-width: 155px;
    text-align: center;
    line-height: 2.5;
    border-radius: 30px 30px 30px 30px;
    padding: 0.5em;
    color: #1B6288;
    background: #EEEEEE;
}
	
a.btn_01 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #5397bc;
    box-sizing: border-box;
    width: 75%;
    height: 40px;
    padding: 0 6% 0 6%;
    color: #5397bc;
    font-size: 14px;
    text-align: left;
    text-decoration: none;
    position: relative;
    transition-duration: 0.2s;
    margin: 14% auto 3% auto;	
	}
	
.text {
    font-size: 14px;
    margin: 0 3% 5% 3%;		
}	
	
.title {
        font-size: 14px;
        margin: 18% 3% 1% 3%;
        font-weight: 700;
        width: 91%;
	}
	
.top {
        line-height: 2.0;
        font-size: 14px;
        margin: 8% auto 12%;

    }	
	
	.top span {
	    font-size: 13px;
	}

.details {
	font-size: 12px;
	text-align: left;
}
	
/*================================
その他の記事の記述
=================================*/
	
.other {
        display: grid;
        grid-template-columns: 49% 49%;
        grid-template-rows: 48% 48%;
        gap: 3% 3%;
        grid-auto-flow: row;
        grid-template-areas:
        "other-1 other-2"
        "other-3 other-4";
        text-align: center;
        margin: 0 auto;
        max-width: 86%;
}

.other-1 { grid-area: other-1; }
.other-2 { grid-area: other-2; }
.other-3 { grid-area: other-3; }
.other-4 { grid-area: other-4; }
	
.other_title {
	 text-align: left;
    max-width: 85%;
	margin: 1% auto;
	font-size: 13px;
}
	
.other_details {
font-size: 12px;
text-align: left;	
}
	
	}
	
	