@charset "UTF-8";
/* CSS Document */

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #030000;
	font-weight: 600;
	background-color: white;
	min-width : 1200px;
}

/*///////////////////////--HEADER--//////////////////////////*/
/*////////////////////--LOGO,CATCH--/////////////////////////*/

#header{
	width:100%;
	height: 125px;
	background-color: white;
}

#header_high{
	background-color:#EAE5DF;
	height: 60px;
}

#logo img{
	width: 180px;
	margin-left: 10px;
	margin-top: 10px;
	float:left;
}

#catch_copy{
	font-size: 13px;
	margin-left: 30px;
	margin-top: 12px;
	float:left;
}


#menu_box{
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: -10px;
	float: right;
}
#menu_box img{
	width: 50px;
}



/*///////////////////////--NAVI--//////////////////////////*/

#header_menu{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

.navi img{
	height: 113px; /*メニュー追加時、幅が合うように変更。*/
	float: left;
	background-color: white;
}
.navi img:hover{
	filter: brightness(1.5);
}

.naviside img{
	height: 113px; /*19.85%*/
	width:20%;
	float: left;
	background-color: white;
}
.navi_separate img{
	height: 113px; /*0.18%*/
	float: left;
	background-color: white;
}

/*///////////////////////--NAVI(2025)--//////////////////////////*/

#header2_menu{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

.navi2 img{
	height: 140px; /*メニュー追加時、幅が合うように変更。*/
	float: left;
	background-color: white;
}
.navi2 img:hover{
	filter: brightness(1.3);
}




/*///////////////////////--大バナ(2025)--//////////////////////////*/

.smaphobanner{
	float: none;
	margin-bottom: 0px;
	text-align: center;
	background-color: #fff;
}

.smaphobanner img{
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*///////////////////////--予約割バナー(TELバナー)--//////////////////////////*/

.tellbutton{
	float: none;
	margin-bottom: 0px;
	text-align: center;
	background-image:url(../img/part/back6.png);
}

.tellbutton img{
	width: 750px;
	margin-top: 30px;
	margin-bottom: 5px;
}


/*///////////////////////--soumu--//////////////////////////*/

.soumu{
	float: none;
	margin-bottom: 0px;
	text-align: center;
	background-color: #fff;
}

.soumu img{
	width: 100%;
	margin-top: 0px;
	margin-bottom: 5px;
}
/*///////////////////////--iPhone kaitori--//////////////////////////*/

.kaitori{
	float: none;
	margin-bottom: 0px;
	text-align: center;
	background-color: #fff;
}

.kaitori img{
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}

/*////////////////////--SLIDESHOW MAIN--////////////////////////*/

#slide_main img{
	width: 100%;
}

#price_button{
	position:relative;
	margin-left: 67%;
	margin-right: 3%;
	margin-top: -8%;
	margin-bottom: 2%;
	z-index: 2;
}

#price_button img{
	width: 100%;
}

/*////////////////////--SLIDESHOW SUB--////////////////////////*/

#slide_sub{
	width: 100%;
	height: auto;
	background-color: white;
}

.slide_subbox1 img{
	width: 40%;
	float: left;
}

.slide_subbox2 img{
	width: 20%;
	float: left;
}

/*#slide_sub img:hover{filter: alpha(opacity=60);opacity: 0.6;}*/


/*////////////////////--MENU chart--////////////////////////*/


/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 980px;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/3);
  height: 50px;
  border-bottom: 3px solid #1a1a1a;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #1a1a1a;
  color: #fff;
}

.tabs table{
  width: 100%;
  border-collapse: collapse;
}

.tabs table tr{
  border-bottom: solid 2px white;
}

.tabs table tr:last-child{
  border-bottom: none;
}

.tabs table th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #333333;
  color: white;
  text-align: center;
  padding: 20px 0;
}
/*////////////////////--MENU box01--////////////////////////*/


.tabs table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #333333;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.tabs table td{
  text-align: left;
  width: 80%;
  text-align: center;
  background-color: #f0f8ff;
  padding: 20px 0;
}

.tabs table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #333333;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.tabs table td{
  text-align: left;
  width: 80%;
  text-align: center;
  background-color: #f0f8ff;
  padding: 20px 0;
}

/*////////////////////--BIG NAVI--////////////////////////*/

#big_navi{
	background-image:url(../img/part/back7.png);
	color: white;
}

#bignavi_title{
	width: 180px;
	margin-left: auto;
	margin-right: auto;
}

#bignavi_title img{
	width: 180px;
	margin-top: 40px;
	margin-bottom: 40px;
}

#bignavi_box{
	width: 840px;
	height: 800px;/*サービス追加時、幅が合うように変更。*/
	margin-left: auto;
	margin-right: auto;
}

.bignavi_cell{
	text-align: center;
	width: 280px;
	height: 400px;
	float: left;
}

.bignavi_cell img{
	width: 180px;
	margin: 10px;
}

.bignavi_cell h2{
	font-size: 22px;
	font-weight: bold;
	margin: 6px;
	color:#331907
}

.bignavi_cell h3{
	font-size: 14px;
	font-weight: 600;
	margin: 6px;
	color:#331907
}

/*////////////////////--REPAIR COMMENTS--///////////////////////*/

#comments{
	background: #ffe4e1;
	height: 530px;
}

#commentsimg {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

#commentsimg img{
	width: 100%;
	margin-top: 40px;
	margin-bottom: 20px;
}

.comment_box{
	width:960px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	background: #ffffff;
	color: #352722;
}

.comment_box img{
	height: 150px;
	width: 150px;
	padding: 15px;
	float: left;
}

.comment_box_q{
	height: 150px;
	width: 450px;
	padding: 15px;
	float: left;
}
.comment_box_a{
	height: 150px;
	width: 350px;
	padding: 15px;
	float: left;
}

.comment_box_q h2{
	font-size: 17px;
	font-weight: bold;
	margin-top: 10px;
}

.comment_box_a h2{
	font-size: 17px;
	font-weight:bold;
	margin-top: 10px;
}

.comment_box_q p{
	font-size: 13px;
	line-height: 150%;
}

.comment_box_a p{
	font-size: 13px;
	line-height: 150%;
}

.comment_box_bar img{
	width: auto;
	height: 150px;
	padding:0;
}

/*////////////////////--BLOG--////////////////////////*/

#blog{
	background-color: #e1faed;/*/#FFFFFF/*/
	text-align: center;
}
#blog img{
	width: 1050px;
	margin-top: 15px;
	margin-bottom: 25px;
}
#blog img:hover{filter: alpha(opacity=60);opacity: 0.6;}


	

/*////////////////////--INFOMATION--////////////////////////*/

#info{
	background-color: white;
	height: 270px;
	text-align: center;
}

#info img{
	width:8%;
	margin-top: 3%;
	margin-left: 5%;
	float: left;
}

#info_wrapper{
	float: left;
	margin-top: 3%;
	margin-left: 5%;
	margin-bottom: 3%;
}

.info_box{
	width: 150%;
	color: #635247;
}

.info_date{
	float: left;
	margin-right: 10%;
}

.info_main{
	float: left;
}

#info a:link{color: #635247;}
#info a:visited{color: #635247;}
#info a:hover{color: #9C7E6E;}

#info_wrapper hr{
	width: 150%;
	border-top: 2px solid #635247;
	margin-top: -2px;
	margin-left: -5%;
}

/*////////////////////--RIALSHOP INFOMATION--////////////////////////*/

#shopinfo{
	background-color:#CBD5CE;
	margin-bottom: 25px;
	color: #352722;
	text-align: center;
}

#shopinfo_body{
	width:800px;
	height:1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:-75px;
}
#shopinfo_head img{
	width: 250px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.shoplist{
	width: 800px;
	height: 400px;
	margin-left: 0;
	text-align:left;
	float: left;

}

.shopimg{
	float: left;
}

.shopimg img{
	width: 350px;
	margin-right: 50px;
}
.shoplist h2{
	width: 400px;
	font-size: 44px;
	font-weight: 900;
	margin-top: 0px;
	margin-bottom: 3px;
	float: left;
}

.shoplist p{
	width: 400px;
	font-size: 20px;
	margin-top: -5px;
	margin-right: 0px;
	line-height: 150%;
	float: left;
}
.shopbutton{
	height: 50px;
	float: left;
}
.shopbutton img{
	height: 50px;
}

.shoplist_sub{
	width: 400px;
	float: left;
	margin-bottom:40px;
}

.shoplist_subimg img{
	width: 150px;
	float: left;
	margin-right: 30px;
}
.shoplist_sub h2{
	font-size: 30px;
	font-weight: 900;
	margin-top: 0px;
	margin-bottom: 12px;
	text-align:left;
}

.shopbutton img:hover{filter: alpha(opacity=60);opacity: 0.6;}
/*////////////////////--EC INFOMATION--////////////////////////*/

#tempoobanner_main{
}
#tempoobanner_main img{
	width: 100%;
	float: none;
	margin-top:-1px;
}
.tempoobanner_sub{
	width: 100%;
	background-color:#e7dfa8;
	margin-top: -7px;
	float: left;
	text-align: center;
}

.tempoobanner_sub img{
	width:300px;
	margin: 20px;
}
.tempoobanner_sub img:hover{filter: alpha(opacity=60);opacity: 0.6;}

/*////////////////////--FOOTER--////////////////////////*/

#footer{
	color:white;
	background-color:#f2ede6;/*/#352722/*/
	text-align: center;
	padding-bottom: 60px;
}
#footer img{
	width:30%;
	margin-top: 35px;
	margin-bottom: 0px;
}
#footer h3{
	font-size: 20px;
	margin-bottom: 20px;
	color:#665033
}
#footer h4{
	font-size: 16px;
	margin-bottom: -17px;
	color:#665033

}
#footer h5{
	font-size: 11px;
	margin-bottom: -18px;
	color:#665033
}


/*////////////////////--STEP--////////////////////////*/


.repairstep1{
	position:relative;
	text-align: center;
	font-size: 0;
}

.repairstep1 img{
	width: 55%;
	margin-top: 30px;
	margin-bottom: 15px;
}

.repairstep2{
	position:relative;
	text-align: center;
	font-size: 0;
}

.repairstep2 img{
	width: 55%;
	margin-bottom: 40px;
}

.guard-nopic{
position:absolute;
display:block;
width:100%;
height:100%;
background: url(../img/part/_.png);
}

/*////////////////////--WHATSTEMPOO--////////////////////////*/

.whatstempoo{
	background-image:url(../img/part/back9.png);
	position: relative;
	text-align: center;
	font-size: 0;
	padding-bottom: 30px;
}

.whatstempoo img{
	width: 1050px;
	margin-top: 30px;
	margin-bottom: 30px;
}

/*////////////////////--OTHER SERVICE--////////////////////////*/

.infoarea{
	background-image:url(../img/part/back9.png);
	position: relative;
	text-align: center;
	font-size: 0;
	padding-bottom: 30px;
}

.midashi{
	width: 1050px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	padding-top: 30px;
	padding-bottom: 30px;
	height: auto;
}

.midashi img{
	width: 950px;
}

.infopart{
	width: 1050px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	padding-bottom: 30px;
	height: auto;
}

.infopart img{
	width: 850px;
}

/*////////////////////--BUY--////////////////////////*/

.buy{
	width: 1050px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	padding-top: 30px;
	padding-bottom: 30px;
	height: auto;
}

.buy img{
	width: 950px;
}

.buy2{
	width: 1050px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

.buy2 img{
	width: 1050px;
}

/*////////////////////--REPAIR PRICE--////////////////////////*/

#repair1{
	text-align: center;
}

#repair1 img{
	width: 40%;
	margin-bottom: 0px;
}

#priceboxwrap{
	background-image:url(../img/part/back9.png);
}

#priceboxwrap_ip{
	background-color: #ffffff;
	width: 1300px;
	height: 2780px;/*500px*/
	margin-left: auto;
	margin-right: auto;
}

#priceboxwrap_ipad{
	background-color: #ffffff;
	width: 1300px;
	height: 1500px;
	margin-left: auto;
	margin-right: auto;
}
#priceboxwrap_ipod{
	background-color: #ffffff;
	width: 1200px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
}

#priceboxwrap_an{
	background-color: #ffffff;
	width: 1300px;
	height: 1400px;
	margin-left: auto;
	margin-right: auto;
}


#priceboxwrap_sw{
	background-color: #ffffff;
	width: 1300px;
	height: 850px;
	margin-left: auto;
	margin-right: auto;
}

#iphone2{
	text-align: center;
	color: #525252;
}

#iphone2 img{
	width: 40%; /*60%*/
	margin-top: 100px;
}

#pricebox{
	width: 80%;
	height: 800px;
}

#pricebox_ip table{
	width: 1100px;
	height: 1280px;
	margin-left: auto;
	margin-right: auto;
}

#pricebox_ipad table{
	width: 1100px;
	height: 800px;
	margin-left: auto;
	margin-right: auto;
}

#pricebox_ipod table{
	width: 350px;
	height: 250px;
	margin-left: 100px;
	float: left;
}

#pricebox_an table{
	width: 1200px;
	height: 450px;
	margin-left: auto;
	margin-right: auto;
}

#pricebox_sw table{
	width: 1000px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

#pricebox_ip iframe{
	width: 900px;
	height: 800px;
	margin-left: auto;
	margin-right: auto;
}

#pricebox_ipad iframe{
	width: 500px;
	height: 500px;
}

#pricebox_ipod iframe{
	width: 500px;
	height: 500px;
}

#pricebox_an iframe{
	width: 500px;
	height: 500px;
}

#pricebox_sw iframe{
	width: 500px;
	height: 500px;
}

#priceboxsub{
	background-image:url(../img/part/back9.png);
}

#priceboxwrapper{
	background-color: #A9EAD4;
	width: 1300px;
	margin-left: auto;
	margin-right: auto;
	height: 700px;
}

.priceboxsub{
	width: 525px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 10px;
	margin-bottom: 30px;
	float: left;
}

.priceboxsub table{
	border-collapse:collapse;
	color: #030000;
	width: 525px;
	height:auto;
}

.priceboxsub th{
	backgroud: #A9EAD4;
	}

.priceboxsub td{
	padding: 5px;
	}

.priceboxsub h3{
	text-align: center;
}

#pricebox_c{
	float: none;
	width: 1300px;
	margin-left: auto;
	margin-right: auto;
	background-color: #A9EAD4;
	padding-top: 60px;
	padding-bottom: 50px;
}

#pricebox_c p{
	color: #030000;
	margin-left: 100px;
	margin-right: 100px;
	margin-bottom: -10px;
	font-size: 13px;
}

table{
	border-collapse:collapse;
	color: #030000;
	font-size: 15px;
	}

td{
	padding: 5px;
	}

/*////////////////////-mail banner--////////////////////////*/

.mail-fixed{
    position: fixed;/* 追従 */
    /*z-index: 99999;*/    /* 他の要素の下に隠れないように */
    bottom: 0;/* バナーの上下の位置 */
    right: 0;/* バナーの左右の位置 */
}

.mail-fixed pc {
    width: 300px;/* バナーの横幅を指定 */
}
.floating-banner:hover {
    opacity: .9;/* ホバーで少し透過 */
}
.mail-fixed sp {
    display: none;/* PCではスマホ用のバナーは非表示に */
}
@media screen and (max-width: 990px) {/* タブレット用のブレイクポイントを指定 */
    .mail-fixed pc {
        display: none;/* タブレットサイズ以下でPC用のバナーを非表示に */
    }
}
@media screen and (max-width: 560px) {/* スマホ用のブレイクポイントを指定 */
    .mail-fixed sp {
        display: inline-block;/* 消していたスマホ用のバナーを表示させる */
        width: 100vw;/* スマホの画面幅いっぱいにバナーを表示 */
    }
}

/*////////////////////--soumusho_touroku--////////////////////////*/

soumu {
	background-color:#ffffe6;
	padding-bottom:20px;
}

#soumu {
	width:500px;
	margin:0 auto;
	padding:0 50px 30px;
	background-color:#FFF;
}

.float {
	float:left;
	width:500px;
	margin-right:50px;
}

#soumu img{
	width: 80%;
	margin-bottom: 0px;
}

/*///////////////////////--highprofilm--//////////////////////////*/

.highpro{
	float: none;
	margin-bottom: 0px;
	text-align: center;
	background-color: #fff;
}

.highpro img{
	width: 100%;
	margin-top: 0px;
	margin-bottom: 15px;
}

/*///////////////////////--marker_line(生活防水500)--//////////////////////////*/

.marker_line60 {
  background: linear-gradient(transparent 60%, #fec1fe 0%);
}



/*///////////////////////--三河店舗ピックアップ(2025)--//////////////////////////*/


.offer-wrapper{
  
  height:500px;
  text-align:center;
}


.offer-wrapper img{
	width: 50%;
	margin-top: 30px;
	margin-bottom: 30px;
}

.offers{
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.offers img{
	width: 80%;
	margin-top: 0px;
	margin-bottom: 10px;
}


/*///////////////////////--Aboutus(2025)--//////////////////////////*/

.abouto_us{
	float: none;
	margin-bottom: 0px;
	text-align: center;
	background-color: #fff;
}

.abouto_us img{
	width: 65%;
	margin-top: 0px;
	margin-bottom: 0px;
	
}

/* スライドショー2025 */

.css-carousel-slider3 {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.css-carousel-slider3 img {
    width: 100%;
    height: auto;
    vertical-align: top;
}


/* スライド設定 */
.css-carousel-slider3 .slide-wrap {
    width: 300%;
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    z-index: 0;
    animation: css-carousel-slider3 15s infinite;
    animation-delay: 2s;
}
.css-carousel-slider3 .slide-wrap-main {
    width: 100%;
    z-index: 1;
    animation: css-carousel-slider-main3 15s infinite;
    animation-delay: 2s;
}
.css-carousel-slider3 .slide {
    width: 100%;
}

/* スライダーアニメーションの設定 */
@keyframes css-carousel-slider3 {
    0% { transform: translateX(0); }

    27.3% { transform: translateX(calc(1 / 3 * -100%)); }
    33.3% { transform: translateX(calc(1 / 3 * -100%)); }

    60.6% { transform: translateX(calc(2 / 3 * -100%)); }
    66.6% { transform: translateX(calc(2 / 3 * -100%)); }

    94% { transform: translateX(calc(3 / 3 * -100%)); }
    100% { transform: translateX(calc(3 / 3 * -100%)); }
}

@keyframes css-carousel-slider-main3 {
    0% { transform: translateX(100%); }
    66.6% { transform: translateX(100%); }
    94% { transform: translateX(0%);}
}


/*////////////////////--お客様の声(2025)--///////////////////////*/

#voice{
	background:#e1f0fa;
	width: auto;
	padding-top: 15px;
	padding-bottom: 20px;
	float: none;
}

#voiceimg{
	margin-top: 15px;
	margin-bottom: 20px;
	text-align: center;
}

#voiceimg img{
	width: 60%;
}

.voice_box{
	background-color: #ffffff;
	color: #352722;
	width:930px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	margin-bottom:30px;
	padding: 15px;
	text-align: center;
}

.voice_box img{
	width: 100%;
}
.voice_box h2{
	font-size:30px;
	margin-top: 15px;
	margin-right:inherit;
}

.voice_box p{
	font-size: 22px;
	margin-bottom: 20px;
}
.hr1 hr{
	border-top: 2px dashed #352722;
	margin-top: -10px;
	width:99%;
}



/*///////////////////////--問い合わせフォーム(2025)--//////////////////////////*/


/*メニューをページ下部に固定*/
#sp-fixed-menu{
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   opacity: 0.9;
   z-index: 99;
}

/*メニューを横並びにする*/
#sp-fixed-menu ul{
   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
}

#sp-fixed-menu li{
   justify-content: center;
   align-items: center;
   width: 50%;
   padding:0;
   margin:0;
   font-size: 25px;
   border-right: 1px solid #fff;
}

/*左側メニューを濃青色に*/
#sp-fixed-menu li:first-child{
   background: #191970;
}

/*中央メニューを青色に*/
#sp-fixed-menu li:nth-child(2){
   background: #0055ff;
}

/*中央メニューを青色に*/
#sp-fixed-menu li:nth-child(3){
   background: #1e90ff;
}

/*左側メニューをマゼンタ色に*/
#sp-fixed-menu li:last-child{
   background: #dc143c;/*#001133*/
}

/*ボタンを調整*/
#sp-fixed-menu li a{
   color: #fff;
   text-align: center;
   display:block;
   width: 100%;
   padding:20px;/*ボタンの高さ調整*/
}

/*////////////////////--SHOPINFO2(2025)--////////////////////////*/

#shop_info{
	width: auto;
	background-color:#ffffff;/*/#e1f0fa/*/
	margin-bottom: 25px;
	color: #003366;/*/#003366/*/
	text-align: center;
}

#shop_info_body{
	width:800px;
	height:500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:-75px;
}
#shop_info_head img{
	width: 400px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.shoplist2{
	width: 800px;
	height: 400px;
	margin-left: 0;
	text-align:left;
	float: left;

}

.shop2img{
	float: left;
}

.shop2img img{
	width: 350px;
	margin-right: 50px;
}
.shoplist2 h2{
	width: 400px;
	font-size: 43px;
	font-weight: 900;
	margin-top: 0px;
	margin-bottom: 5px;
	float: left;
}

.shoplist2 p{
	width: 400px;
	font-size: 20px;
	margin-top: -5px;
	margin-right: 0px;
	line-height: 150%;
	float: left;
}
.shopbutton2{
	height: 50px;
	float: left;
}
.shopbutton2 img{
	height: 55px;
	
}
.shopbutton2 img:hover{
	filter: brightness(1.5);
}

.shoplist2_sub{
	width: 400px;
	float: left;
	margin-bottom:30px;
}

.shoplist2_subimg img{
	width: 150px;
	float: left;
	margin-right: 30px;
}
.shoplist2_sub h2{
	font-size: 25px;
	font-weight: 800;
	margin-top: 0px;
	margin-bottom: 15px;
	text-align:left;
}
.shoplist2_sub h3{
	font-size: 18px;
	font-weight: 800;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align:left;
}

#shopinfo a:link{color: #003366}
#shopinfo a:visited{color: #003366}


/*////////////////////--FOOTER(2025)--////////////////////////*/

#footer2{
	color:white;
	background-color:#fff;/*/#f2ede6/*//*/#352722/*/
	text-align: center;
	padding-bottom: 30px;
}
#footer2 img{
	width:30%;
	margin-top: 20px;
	margin-bottom: -5px;
}
#footer2 h3{
	font-size: 18px;
	margin-bottom: 2px;
	color:#003366/*/#665033/*/
}
#footer2 h4{
	font-size: 15px;
	margin-bottom: -10px;
	color:#003366
}
#footer2 h5{
	font-size: 12px;
	margin-bottom: -10px;
	color:#003366
}



/*////////////////////--テキスト点滅--////////////////////////*/

/* 共通の親要素 */
.sample-block {
	margin-top: 1rem;
}

/* ゆっくり点滅 */
.blink1 {
	animation: blink_slow 2s linear 0s infinite normal;
}
@keyframes blink_slow {
	0% { opacity: 0; }
	29.9% { opacity: 0; }
	30% { opacity: 1; }
	100% { opacity: 1; }
}

/* 素早く点滅 */
.blink2 {
	animation: blink_fast 0.5s linear 0s infinite normal;
}
@keyframes blink_fast {
	0% { opacity: 0; }
	29.9% { opacity: 0; }
	30% { opacity: 1; }
	100% { opacity: 1; }
}

/* ふんわり点滅 */
.blink3 {
	animation: blink_fade 1s linear 0s infinite normal;
}
@keyframes blink_fade {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

/* 色を変える */
.blink4 {
	animation: blink_color 1s linear 0s infinite normal;
}
@keyframes blink_color {
	0% { color: #c00; }
	29.9% { color: #c00; }
	30% { color: #00c; }
	100% { color: #00c; }
}

/* 背景色を点滅 */
.blink5 {
	animation: blink_bgc 1s linear 0s infinite normal;
}
@keyframes blink_bgc {
	0% { background: #fcc; }
	29.9% { background: #fcc; }
	30% { background: transparent; }
	100% { background: transparent; }
}
