@charset "utf-8";@charset "utf-8";

/* ===================================
    全体レイアウト用
==================================== */
#Area {
	font-family: 'Shippori Mincho B1', serif;
	text-align: center;
	color:#333333;
	width: 100%;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}


/*アイテム説明*/
/*いじらない*/
.container759t {
   	display: grid;
    grid-template-columns: 445px 464px;
    grid-template-rows: 547px;
    gap: 10px 10px;
    grid-auto-flow: row;
    justify-content: center;
    align-content: center;
    grid-template-areas: "itempt itemtext";
}

.container759t-3 {
   	display: grid;
    grid-template-columns: 370px 370px;
    grid-template-rows: 580px;
    gap: 10px 100px;
    grid-auto-flow: row;
    justify-content: center;
    align-content: center;
    grid-template-areas: "itempt itemtext";
	margin-top: 7%;
}

.itempt759 { grid-area: itempt; }


.itemtext759 { grid-area: itemtext; }

/*--反転--*/
.container759t-2 {
   	display: grid;
    grid-template-columns: 445px 464px;
    grid-template-rows: 547px;
    gap: 10px 10px;
    grid-auto-flow: row;
    justify-content: center;
    align-content: center;
    grid-template-areas: "itemtext itempt";
}

.itempt759-2 { grid-area: itempt;}

.itemtext759-2 { grid-area: itemtext;}
/*いじらない*/

/*スマホの時だけ改行*/
.br-sp {
    display: none;
}

@media (max-width: 600px) {
    .br-sp {
        display: block;
    }
}


.backcolor759 {
  background-image:url("/photo/page/20240419/BACK30.jpg");
}


.container759-2 {  
	display: grid;
    grid-template-columns: 410px 410px;
    grid-template-rows: 100px 100px 100px;
    gap: 5% 10%;
    grid-auto-flow: row;
    justify-content: center;
    grid-template-areas:
        "item1 item2"
        "item3 item4"
        "item5 item6";
		margin-top: 5%;
}

.item1 { grid-area: item1; }

.item2 { grid-area: item2; }

.item3 { grid-area: item3; }

.item4 { grid-area: item4; }

.item5 { grid-area: item5; }

.item6 { grid-area: item6; }



.itempt759 {
  position: relative;
}

.slide0 {
  position: absolute;
  padding: 0;
  width: 420px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  animation : slideshow1 6s linear infinite;
}

@keyframes slideshow1 {
  0%   { opacity: 0; }
  28%  { opacity: 1; }
  50%  { opacity: 1; }
  75%  { opacity: 0; }
  100% { opacity: 0; }
}

.slide1 {
  position: absolute;
  padding: 0;
  width: 420px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  animation : slideshow1 6s linear infinite;
  animation-delay:2s;
}

@keyframes slideshow1 {
  0%   { opacity: 0; }
  28%  { opacity: 0; }
  50%  { opacity: 1; }
  75%  { opacity: 1; }
  100% { opacity: 0; }
}



.sp_only {
  display: none;
}

.sp_only_top {
  display: none;
}




/* ===================================
    メインイメージ部分用
==================================== */
.mainimage_759 {
	width: 100%;
	display: block;
}

/*一番上のバナー*/
.image_759 img {
	display: block;
	width: 100%;
	height: auto;
}

.sub_759 {
	width: 100%;
	height:auto;
	margin-top: 5%;
}

.text01_759 {
	font-size: 95px;
}

.text02_759 {
	font-size: 25px;
	margin-left: 2.2%;
	margin-top: 1.2%;
	text-align: left;	
	color: #d97f99;
}


.text03_759 {
	font-size: 15px;
	line-height: 2.5;
	margin-top: 3%;
}

/* ===================================
    コンテンツ-ブランドリスト
==================================== */
brandlist_759 {
    margin: 0 auto;
    width: 90%;
    text-align: center;
    height: 20%;
    margin-top: 10%;
    margin-bottom: 7%;
}

.text04_759 {
    font-size: 20px;
    margin: 8% 0 4% 0%;
    text-align: center;
}

li a:hover {
	color: #4486a7;
}

.brandlist_759 ul {
    column-count: 4;
    width: 80%;
    text-align: center;
    margin: 0 auto 0 12%;
    margin-bottom: 6%;
    font-size: 16px;
}

.brandlist_759 ul li {
	margin-bottom: 1em;
	ine-height: 1.7;
	text-align:left
}

/* ==============================
    コンテンツ-アイテムタイトル
============================== */
.border_759 {
	border-top: 1px solid #d1cbc2;
	width: 80%;
	margin: 0 auto 9% auto;
}

.pic-flame_759 {
	width: 100%;
	margin: 0 auto;
}

.text05_759 {
	font-size: 25px;
	font-weight: bold;
	text-align: left;	
	margin-left: 14%;
}

.text06_759 {
	font-size: 22px;
	text-align: left;	
	margin-left: 13.5%;
}

/* ==============================
    コンテンツ-ブランド毎のアイテムカテゴリー
=============================== */
.itemtext759 img {
	width: 90%;
    margin-top: 17%;
}

.title2_759,.price_759 {
	font-size: 17px;
	line-height: 1.5em;
	width:100%;
}

.title2_759 {
	margin-top: 7%;
}

.price_759 {
	margin-bottom: 20px; 
}


/*buyボタン -----------*/
.btn_buy_759{  
    width: 22%;
    padding: 5px 0;
    margin-left: 38%;
    margin-bottom: 10%;
    font-weight: bold;
    border: 1.5px solid #d97f99;
    color: #d97f99;
    border-radius: 100vh;
    transition: 0.5s;
}

.btn_buy_759:hover {
	color: #fff;
	background: #d97f99;
}
/*-----------buyボタン*/


.ex_1_759 {
	font-size: 22px;
	width: 80%;
	text-align: left;
	margin-left: 10%;
}

.ex_2_759 {
	font-size: 30px;
	width: 80%;
	text-align: left;
	/*margin-left: 22%;*/
	margin-bottom: 5%;
	margin-left: 10%;
}

.ex_3_759 {
	font-size: 15px;
	width: 80%;
	text-align: left;
	margin-left: 10%;
	border-bottom: solid 1px;
	line-height: 250%;
}

.main1{
	border-bottom: solid 2px #77a5bc;
	font-size: 15px;
}

.ex_4_759 {
	font-size: 15px;
	width: 80%;
	text-align: left;
	margin-left: 10%;
	border-bottom: solid 1px;
	line-height: 250%;
}

.ex_5_759 {
	font-size: 15px;
	width: 80%;
	text-align: left;
	margin-left: 10%;
	border-bottom: solid 1px;
	line-height: 250%;
}

.ex_6_759 {
font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 10%;
    width: 80%;
    text-align: left;
    margin-left: 10%;
	line-height: 1.8em;
	
}

.ex_7_759 {
font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 10%;
    text-align: left;
	line-height: 1.8em;
	
}

ex_7_759 a {
	font-weight: 900;
}

.point {
	font-size: 20px;
	margin-bottom: 2%;
	font-weight: 500;
}


div.clearfix {
        clear: both;
}

.itempt img {
	max-width: 130%;
    height: auto;
    vertical-align: middle;
}

.container759-2 img {
	width: 19%;
}


.itemtext759-2 img {
    width: 90%;
    margin-top: 17%;
}


.container759-2 a {
	width: 10%;
	font-size: 11px;
}


/* ===================================
     コンテンツ-ピックアップのサブ
==================================== */

.other1_759 img,.other2_759 img,.other3_759 img,.other4_759 img {
 	width: 200px;
	height: auto;
	margin: 0 auto 8% auto;
	display: inline-block;
	float: left;
	margin-right: 2%;	
}

.other1_759 {
	margin-left: 8%;
}

.btn_buy2_759 {
    text-align: center;
    text-decoration: none;
    width: 25%;
    margin: auto auto 10% auto;
    border-radius: 0.3rem;
    border-image-source: repeating-linear-gradient(45deg, #d97f99 0, #d97f99 6px, rgba(0, 0, 0, 0) 6px, rgba(0, 0, 0, 0) 8px);
    border-image-slice: 3;
    border-width: 1.5px;
    border-image-repeat: round;
    border-style: solid;
    color: #d97f99;
    font-size: 15px;
    font-weight: normal;
}

.btn_buy2_759:hover {
	border: 1.5px solid #d97f99;
	color: #d97f99;
}

a.sub_all_759 {
	text-decoration: none;
}

.sub_all_759 span {
	font-size: 13px;
}

/* 余白*/
.spece2 {
    padding-top: 5%;
    text-align: center;
}	

/* 余白*/
.spece {
 padding-top:10%;
  text-align:center;
}	

.btn_buy3_759 {
    text-align: center;
    text-decoration: none;
    width: 25%;
    margin: auto auto 4% auto;
    border-radius: 0.3rem;
    border-image-source: repeating-linear-gradient(45deg, #d97f99 0, #d97f99 6px, rgba(0, 0, 0, 0) 6px, rgba(0, 0, 0, 0) 8px);
    border-image-slice: 3;
    border-width: 1.5px;
    border-image-repeat: round;
    border-style: solid;
    color: #d97f99;
    font-size: 15px;
    font-weight: normal;
}

.btn_buy3_759:hover {
	border: 1.5px solid #d97f99;
	color: #d97f99;
}

a.btn_01 {
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 20px;
    margin: 10%;
    padding: 0.5rem 2rem;
    font-weight: bold;
    border: 1px solid #202020;
   /*background: #202020;*/
    color: #000;
    transition: 0.5s;
    font-size: 12px;
}



a.btn_02_759 {
 display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 300px;
    margin: 5% auto 9% auto;
    padding: 1rem 1rem;
    font-weight: bold;
    border: 1.5px solid #77a5bc;
    background: #77a5bc;
    color: #fff;
    border-radius: 100vh;
    transition: 0.5s;
    font-size: 16px;
}

a.btn_02_759:hover {
	color: #78a8ba;
	background: #fff;
}



a.btn_03_759 {
 display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 300px;
    margin: 3% auto 4% auto;
    padding: 1rem 4rem;
    font-weight: bold;
    border: 1.5px solid #77a5bc;
    background: #77a5bc;
    color: #fff;
    border-radius: 100vh;
    transition: 0.5s;
    font-size: 16px;
}

a.btn_03_759:hover {
	color: #78a8ba;
	background: #fff;
}


a.btn_04_759 {
 display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 120px;
    margin: 6% auto 0% 63%;
    padding: 0.5rem 0.5rem;
    font-weight: bold;
    border: 1.5px solid #77a5bc;
    background: #77a5bc;
    color: #fff;
    border-radius: 100vh;
    transition: 0.5s;
    font-size: 14px;
}

a.btn_04_759:hover {
	color: #78a8ba;
	background: #fff;
}


.sub-1 img {
	width: 90%;
}

.sub-2 img {
	width: 90%;
}


/*================================
tablet
=================================*/
@media(max-width: 834px){
#Area .imageArea ul.row-fluid {
    width: 100%;
    text-align: center;
    margin: 5% auto 0;
  }	
	
.mainimage_759 {
	width: 100%;
	display: block;
}

/*一番上のバナー*/
.image_759 img {
	display: block;
	width: 100%;
	height: auto;
}

.top_759 {
	width: 100%;
	height:auto;
	margin-top: 5%;
}


.text01_759 {
	font-size: 95px;
}

.text02_759 {
	font-size: 25px;
	margin-left: 2.2%;
	margin-top: 1.2%;
	text-align: left;	
	color: #d97f99;
}


.text03_759 {
	font-size: 14px;
	line-height: 2.5;
	margin-top: 3%;
}

/* ===================================
    コンテンツ-ブランドリスト
==================================== */
brandlist_759 {
    margin: 0 auto;
    width: 90%;
    text-align: center;
    height: 20%;
    margin-top: 10%;
    margin-bottom: 7%;
}

.text04_759{
    font-size: 16px;
	margin: 8% 0 4% 0%;
    text-align:center;
}	
	


.brandlist_759 ul {
    column-count: 4;
    width: 90%;
    text-align: center;
    margin: 0 auto 0 auto;
	margin-bottom: 6%;
    font-size: 14px;
}

.brandlist_759 ul li {
	margin-bottom: 1em;
	ine-height: 1.7;
	text-align:left
}

/* ==============================
    コンテンツ-アイテムタイトル
============================== */
.border_759 {
	border-top: 1px solid #d1cbc2;
	width: 80%;
	margin: 0 auto 10% auto;
}

.pic-flame_759 {
	width: 100%;
	margin: 0 auto;
}

.text05_759 {
	font-size: 25px;
	font-weight: bold;
	text-align: left;	
	margin-left: 14%;
}

.text06_759 {
	font-size: 22px;
	text-align: left;	
	margin-left: 13.5%;
}

/* ==============================
    コンテンツ-ブランド毎のアイテムカテゴリー
=============================== */
.left_759 {
	width: 600px;
	float: left;
}

.left_759 img {
 	width: 80%;
	margin-top: 0.5%;
	display: inline-block;
}

.right_759 {
	width: 360px;
	float: left;
}

.title2_759,.price_759 {
	font-size: 17px;
	line-height: 1.5em;
	width:100%;
}

.title2_759 {
	margin-top: 7%;
}

.price_759 {
	margin-bottom: 20px; 
}

div.right_759 a{
	text-decoration: none;
	color: #333333;
	font-size: 15px;
}

/*buyボタン -----------*/
.btn_buy_759{  
    width: 22%;
    padding: 5px 0;
    margin-left: 38%;
    margin-bottom: 10%;
    font-weight: bold;
    border: 1.5px solid #d97f99;
    color: #d97f99;
    border-radius: 100vh;
    transition: 0.5s;
}

.btn_buy_759:hover {
	color: #fff;
	background: #d97f99;
}
/*-----------buyボタン*/

.ex_1_759 {
	font-size: 17px;
	width: 80%;
	text-align: left;
	margin-left: 6%;
}

.ex_2_759 {
	font-size: 22px;
	/*width: 80%;*/
	text-align: left;
	/*margin-left: 22%;*/
	margin-bottom: 5%;
	margin-left: 6%;
}

.ex_3_759 {
	font-size: 14px;
	width: 90%;
	text-align: left;
	margin-left: 6%;
	border-bottom: solid 1px;
	line-height: 250%;
}

.main1{
	border-bottom: solid 2px #77a5bc;
	font-size: 14px;
}

.ex_4_759 {
	font-size: 14px;
	width: 90%;
	text-align: left;
	margin-left: 6%;
	border-bottom: solid 1px;
	line-height: 250%;
}

.ex_5_759 {
	font-size: 14px;
	width: 90%;
	text-align: left;
	margin-left: 6%;
	border-bottom: solid 1px;
	line-height: 250%;
}

.ex_6_759 {
font-size: 12px;
    font-weight: 400;
    margin-top: 5%;
    width: 90%;
    text-align: left;
    margin-left: 6%;
	line-height: 1.8em;
	
}

.ex_7_759 {
font-size: 12px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 6%;
    text-align: left;
	line-height: 1.8em;
	
}	

.point {
	font-size: 17px;
	margin-bottom: 2%;
	font-weight: 500;
}


div.clearfix {
        clear: both;
}
	
	
.container759t {
   display: grid;
    grid-template-columns: 342px 335px;
    grid-template-rows: 418px;
    gap: 10px 10px;
    grid-auto-flow: row;
    justify-content: center;
    align-content: center;
    grid-template-areas: "itempt itemtext";
}

.itempt759 { grid-area: itempt; }

.itemtext759 { grid-area: itemtext; }	
	
/*--反転--*/
.container759t-2 {
   	display: grid;
   grid-template-columns: 335px 342px;
    grid-template-rows: 502px;
    gap: 10px 10px;
    grid-auto-flow: row;
    justify-content: center;
    align-content: center;
    grid-template-areas: "itemtext itempt";
}	

.itemtext759 img {
	width: 75%;
    margin-top: 17%;
}
	
.itemtext759-2 img {
	width: 75%;
	margin-top: 17%;
} 

.container759t-3 {
   	display: grid;
    grid-template-columns: 300px 300px;
    grid-template-rows: 460px;
    gap: 10px 80px;
    grid-auto-flow: row;
    justify-content: center;
    align-content: center;
    grid-template-areas: "itempt itemtext";
	margin-top: 7%;
}	

/* ===================================
     コンテンツ-ピックアップのサブ
==================================== */


.other1_759 img,.other2_759 img,.other3_759 img,.other4_759 img {
 	width: 200px;
	height: auto;
	margin: 0 auto 8% auto;
	display: inline-block;
	float: left;
	margin-right: 2%;	
}

.other1_759 {
	margin-left: 8%;
}

.btn_buy2_759 {
    text-align: center;
    text-decoration: none;
    width: 25%;
    margin: auto auto 10% auto;
    border-radius: 0.3rem;
    border-image-source: repeating-linear-gradient(45deg, #d97f99 0, #d97f99 6px, rgba(0, 0, 0, 0) 6px, rgba(0, 0, 0, 0) 8px);
    border-image-slice: 3;
    border-width: 1.5px;
    border-image-repeat: round;
    border-style: solid;
    color: #d97f99;
    font-size: 15px;
    font-weight: normal;
}

.btn_buy2_759:hover {
	border: 1.5px solid #d97f99;
	color: #d97f99;
}

a.sub_all_759 {
	text-decoration: none;
}

.sub_all_759 span {
	font-size: 13px;
}

/* 余白*/
.spece {
 padding-top:10%;
  text-align:center;
}	
  
	
.container759-2 {
    display: grid;
    grid-template-columns: 340px 340px;
    grid-template-rows: 100px 100px 100px;
    gap: 3% 2%;
    grid-auto-flow: row;
    justify-content: center;
    grid-template-areas:
        "item1 item2"
        "item3 item4"
        "item5 item6";
    margin-top: 5%;
    font-size: 11px;
}
	
a.btn_01 {
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 20px;
    margin: 5%;
    padding: 0.3rem 1.5rem;
    font-weight: bold;
    border: 1px solid #202020;
    /* background: #202020; */
    color: #000;
    transition: 0.5s;
    font-size: 12px;
}

	
	
/* ================================
     コンテンツ-ピックアップのサブ
================================= */


.text05_759 {
	font-size: 25px;
	font-weight: bold;
	text-align: left;	
	margin-left: 8%;
}

.text06_759 {
	font-size: 22px;
	text-align: left;	
	margin-left: 7.5%;
}

	
	
a.btn_02_759 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 250px;
    margin: 5% auto 9% auto;
    padding: 1rem 1rem;
    font-weight: bold;
    border: 1.5px solid #77a5bc;
    background: #77a5bc;
    color: #fff;
    border-radius: 100vh;
    transition: 0.5s;
    font-size: 14px;
}

a.btn_02_759:hover {
	color: #78a8ba;
	background: #fff;
}	

	
a.btn_03_759 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 250px;
    margin: 5% auto 4% auto;
    padding: 1rem 4rem;
    font-weight: bold;
    border: 1.5px solid #77a5bc;
    background: #77a5bc;
    color: #fff;
    border-radius: 100vh;
    transition: 0.5s;
    font-size: 13px;
}

a.btn_03_759:hover {
	color: #78a8ba;
	background: #fff;
}		
	
	

}


/*===================================
SMP
====================================*/

@media (max-width: 480px) {
#Area .imageArea ul.row-fluid {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
	
img {
    max-width: 90%;
	}	
	
.mainimage_759 {
	width: 111%;
	display: block;
}	

.text01_759 {
    font-size: 41px;
}
	
.text02_759 {
    font-size: 16px;
    margin-left: 2.2%;
    margin-top: 1%;
    text-align: left;
    color: #d97f99;
    line-height: 1;
}
	
.text03_759 {
    font-size: 12px;
    line-height: 2;
    margin-top: 8%;
    margin-bottom: 13%;
}	
	
.text04_759 {
    font-size: 14px;
    margin: 8% 0 6% 0%;
    text-align:center;
}	
	
.text04_759 span {
	font-size: 16px;
	}		
	
	
	
.brandlist_759 ul {
    column-count: 2;
    width: 88%;
    text-align: center;
    margin: 0 auto 0 auto;
    margin-bottom: 9%;
    font-size: 13px;
    margin-left: 9%;
}	
	
	
.container759t {
    display: inline-block;
    grid-template-columns: 395px 310px;
    grid-template-rows: 400px;
    gap: 10px 10px;
    grid-auto-flow: row;
    justify-content: center;
    align-content: center;
    grid-template-areas: "itempt759 itemtext759";
}

.itempt759 { grid-area: itempt; }

.itemtext759 { 
	grid-area: itemtext; 
	margin-top: 400px;
	}

	
	
.container759t-2 {
    display: inline-block;
    grid-template-columns: 395px 310px;
    grid-template-rows: 400px;
    gap: 10px 10px;
    grid-auto-flow: row;
    justify-content: center;
    align-content: center;
   grid-template-areas: "itempt759 itemtext759";
}
	
.itempt759-2 { grid-area: itempt; }

.itemtext759-2 { grid-area: itemtext; }

	
	
	
.title2_759, .price_759 {
    font-size: 14px;
    line-height: 1.5em;
    width: 100%;
}	
	
	
	
.itemtext759 img {
	width: 85%;
	margin-top: -7%;		
}
	
	
.btn_buy_759 {
    width: 25%;
    padding: 5px 0;
    margin-left: 38%;
    margin-bottom: 10%;
    font-weight: bold;
    border: 1.5px solid #d97f99;
    color: #d97f99;
    border-radius: 100vh;
    transition: 0.5s;
    font-size: 14px;
}
	
.price_759 {
    margin-bottom: 3%;
}	
	
	
.ex_1_759 {
	font-size: 17px;
	width: 80%;
	text-align: left;
	margin-left: 6%;
}

.ex_2_759 {
	font-size: 22px;
	/*width: 80%;*/
	text-align: left;
	/*margin-left: 22%;*/
	margin-bottom: 2%;
	margin-left: 6%;
}

.ex_3_759 {
	font-size: 14px;
	width: 85%;
	text-align: left;
	margin-left: 6%;
	border-bottom: solid 1px;
	line-height: 250%;
}

.main1{
	border-bottom: solid 2px #77a5bc;
	font-size: 14px;
}

.ex_4_759 {
	font-size: 14px;
	width: 85%;
	text-align: left;
	margin-left: 6%;
	border-bottom: solid 1px;
	line-height: 250%;
}

.ex_5_759 {
	font-size: 14px;
	width: 85%;
	text-align: left;
	margin-left: 6%;
	border-bottom: solid 1px;
	line-height: 250%;
}

.ex_6_759 {
font-size: 13px;
    font-weight: 400;
    margin-top: 5%;
    width: 85%;
    text-align: left;
    margin-left: 6%;
	line-height: 1.8em;
	
}

.ex_7_759 {
font-size: 13px;
    font-weight: 400;
    text-align: left;
	line-height: 1.8em;
	margin: 5% auto 7% 6%;
	width: 90%;
	
}	

.point {
	font-size: 17px;
	margin-bottom: 2%;
	font-weight: 500;
}
		
	

	/* 余白*/
.spece {
 padding-top:32%;
  text-align:center;
}

.spece2 {
 padding-top:10%;
  text-align:center;
}	


.btn_buy3_759 {
    text-align: center;
    text-decoration: none;
    width: 53%;
    margin: auto auto 5% auto;
    border-radius: 0.3rem;
    border-image-source: repeating-linear-gradient(45deg, #d97f99 0, #d97f99 6px, rgba(0, 0, 0, 0) 6px, rgba(0, 0, 0, 0) 8px);
    border-image-slice: 3;
    border-width: 1.5px;
    border-image-repeat: round;
    border-style: solid;
    color: #d97f99;
    font-size: 15px;
    font-weight: normal;
}


.border_759 {
	border-top: 1px solid #d1cbc2;
	width: 80%;
	margin: 20% auto 10% auto;
}


.itempt img {
	max-width: 100%;
    height: auto;
    vertical-align: middle;
}


a.btn_02_759 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 250px;
    margin: 0% auto 9% auto;
    padding: 1.2rem 0rem;
    font-weight: bold;
    border: 1.5px solid #77a5bc;
    background: #77a5bc;
    color: #fff;
    border-radius: 100vh;
    transition: 0.5s;
    font-size: 12px;
}

a.btn_02_759:hover {
	color: #78a8ba;
	background: #fff;
}	

	
a.btn_03_759 {
        display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 250px;
    margin: 5% auto 4% auto;
    padding: 1.2rem 2rem;
    font-weight: bold;
    border: 1.5px solid #77a5bc;
    background: #77a5bc;
    color: #fff;
    border-radius: 100vh;
    transition: 0.5s;
    font-size: 12px;
}

a.btn_03_759:hover {
	color: #78a8ba;
	background: #fff;
}	
	
	
a.btn_04_759 {
 display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 100px;
    margin: 0% auto 4% 63%;
    padding: 0.5rem 0.1rem;
    font-weight: bold;
    border: 1.5px solid #77a5bc;
    background: #77a5bc;
    color: #fff;
    border-radius: 100vh;
    transition: 0.5s;
    font-size: 12px;
}

a.btn_04_759:hover {
	color: #78a8ba;
	background: #fff;
}	
	
.container759-2 {
    display: inline-block;
    grid-template-columns: 330px 330px;
    grid-template-rows: 100px 100px 100px;
    gap: 3% 2%;
    grid-auto-flow: row;
    justify-content: center;
    grid-template-areas:
        "item1 item2"
        "item3 item4"
        "item5 item6";
    margin-top: 5%;
    font-size: 11px;
}
	
	
.container759t-3 {
   	display: block;
    grid-template-columns: 300px 300px;
    grid-template-rows: 460px;
    gap: 10px 80px;
    grid-auto-flow: row;
    justify-content: center;
    align-content: center;
    grid-template-areas: "itempt itemtext";
	margin-top: 7%;
}	
	

	
.item1 {margin-bottom: 5% }

.item2 {margin-bottom: 5% }

.item3 {margin-bottom: 5% }

.item4 {margin-bottom: 5% }

.item5 {margin-bottom: 5% }

.item6 {margin-bottom: 5% }

	

.itempt759 {
  position: relative;
}
	
	
.slide0 {
  position: absolute;
  padding: 0;
  width: 420px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -0%);
  opacity: 0;
  animation : slideshow1 7s linear infinite;
}	
	
	
	.sp_only {
  display: block;
}

.sp_only_top {
  display: block;
margin-left: calc(-50vw + 50%);
width:100vw;
}
	
	
		


@keyframes slideshow1 {
  0%   { opacity: 0; }
  28%  { opacity: 1; }
  50%  { opacity: 1; }
  75%  { opacity: 0; }
  100% { opacity: 0; }
}

.slide1 {
  position: absolute;
  padding: 0;
  width: 420px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -0%);
  opacity: 0;
  animation : slideshow1 7s linear infinite;
  animation-delay:3s;
}

@keyframes slideshow1 {
  0%   { opacity: 0; }
  28%  { opacity: 0; }
  50%  { opacity: 1; }
  75%  { opacity: 1; }
  100% { opacity: 0; }
}	
	
}	
	
	