<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0;
    padding: 0;
    font-family: "Sawarabi Mincho";
  }


.content-body {
  max-width: 1080px;
  margin: auto;
}

.toppage-info {
  height: 200px;
  width: 100%;
}
.xs_toppage-info img {
  width: 100%;
}
.infomation {
  text-align: center;
  padding-top: 10px;
}
.infomation img {
  width: 100%;
}
.infomation p {
  font-size: small;
  font-weight: bold;
}
/*ã‚¹ãƒ©ã‚¤ãƒ€ãƒ¼*/

.slider{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}

.slider__content{
  min-width: 100%;
  animation: sliderAnime 12s ease-in-out infinite;
}

@keyframes sliderAnime{
  0%{

  }
  16.6%{
      transform: translateX(0);
  }
  33.3%{
      transform: translateX(-100%);
  }
  50%{
      transform: translateX(-100%);
  }
  66.6%{
      transform: translateX(-200%);
  }
  83.2%{
      transform: translateX(-200%);
  }
  100%{
      transform: translateX(0);
  }
} 

.slider__img{
  max-width: 100%;
  min-width: 100%;
}

/*ã‚¹ãƒ©ã‚¤ãƒ€ãƒ¼ï¼¥ï¼®ï¼¤*/




.my-parts ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.my-parts ul li a {
  margin: 20px;
	display: block;
	padding: 0.5em 1em;
	text-decoration: none;
	background:#f78a3c;
	color: #ffffff;
  
	text-align: center;
	border-radius: 4px;
  box-shadow: 0px 0px 0px 5px #ed8439;
  border: dashed 2px #f9eddc;
  font-weight: bolder;
}
.my-parts ul li a:hover {
	border: dotted 1px #f78a3c;
}

.content img {
  width: 100%;
  padding: 10px 10px;
}

.content .button_1 {
  position      : absolute;    /*ç”»åƒã«é‡ã­ã‚‹ãŸã‚*/
  top           : 96%;
  left          : 35%;
  border-radius : 5%;          /* è§’ä¸¸       */
  font-size     : large;        /* æ–‡å­—ã‚µã‚¤ã‚º */
  font-weight   : bold;
  text-align    : center;      /* æ–‡å­—ä½ç½®   */
  cursor        : pointer;     /* ã‚«ãƒ¼ã‚½ãƒ«   */
  padding       : 20px 50px;   /* ä½™ç™½       */
  background    : #ff7f00;     /* èƒŒæ™¯è‰²     */
  color         : #ffffff;     /* æ–‡å­—è‰²     */
  line-height   : 1em;         /* 1è¡Œã®é«˜ã•  */
  opacity       : 1;           /* é€æ˜Žåº¦     */
  transition    : .3s;         /* ãªã‚ã‚‰ã‹å¤‰åŒ– */
  box-shadow    : 6px 6px 3px #666666;  /* å½±ã®è¨­å®š */
  margin-top    : -100px;
}
.button_1:hover {
  box-shadow    : none;        /* ã‚«ãƒ¼ã‚½ãƒ«æ™‚ã®å½±æ¶ˆåŽ» */
  opacity       : 0.8;         /* ã‚«ãƒ¼ã‚½ãƒ«æ™‚é€æ˜Žåº¦ */
}
.jikochiryo_button_1 .button_2:hover {
  box-shadow    : none;        /* ã‚«ãƒ¼ã‚½ãƒ«æ™‚ã®å½±æ¶ˆåŽ» */
  opacity       : 0.8;         /* ã‚«ãƒ¼ã‚½ãƒ«æ™‚é€æ˜Žåº¦ */
}

.coupon_toppage {
  position: relative;         /*ç”»åƒã«ãƒœã‚¿ãƒ³é‡ã­ã‚‹ãŸã‚*/
}

.content .button_2 {
  position      : absolute;    /*ç”»åƒã«é‡ã­ã‚‹ãŸã‚*/
  top           : 70%;
  left          : 35%;
  border-radius : 5%;          /* è§’ä¸¸       */
  font-size     : large;        /* æ–‡å­—ã‚µã‚¤ã‚º */
  font-weight   : bold;
  text-align    : center;      /* æ–‡å­—ä½ç½®   */
  cursor        : pointer;     /* ã‚«ãƒ¼ã‚½ãƒ«   */
  padding       : 20px 50px;   /* ä½™ç™½       */
  background    : #ff7f00;     /* èƒŒæ™¯è‰²     */
  color         : #ffffff;     /* æ–‡å­—è‰²     */
  line-height   : 1em;         /* 1è¡Œã®é«˜ã•  */
  opacity       : 1;           /* é€æ˜Žåº¦     */
  transition    : .3s;         /* ãªã‚ã‚‰ã‹å¤‰åŒ– */
  box-shadow    : 6px 6px 3px #666666;  /* å½±ã®è¨­å®š */
}
.jikochiryo_button_1 {
  position: relative;         /*ç”»åƒã«ãƒœã‚¿ãƒ³é‡ã­ã‚‹ãŸã‚*/
}








.xs_time-schedule{
  text-align: center;
}

.nayami_itami {
  background-color: rgb(255, 253, 253);
  margin: 10px 10px;
  padding: 70px 0px;
  border: 10px solid #f78a3c;
}


.kaiketsu_message{
  position: relative;
}

.omakase-p {
	position: absolute;
	top: 58%;
	left: 16%;
}
.omakase-p h4 {
	font-size: 35px;
	font-family: Yu Mincho;
	font-weight: bolder;
	line-height: 130%;
	text-align: center;
}
.omakase-p h1 {
	font-size: 60px;
	font-family: Yu Mincho;
	font-weight: bolder;
	line-height: 130%;
	color: #fff;
	0px -3px #000;
	text-shadow:  2px  2px 10px #000 ,
	-2px  2px 10px #000 ,
	 2px -2px 10px #000 ,
	-2px -2px 10px #000;

}
.omakase-p h2 {
	font-size: 60px;
	font-family: Yu Mincho;
	font-weight: bolder;
	line-height: 130%;
}

#omakase1 {
	display: inline;
	text-align: center;
}
#omakase2 {
	display: inline;
	color: #f95717;
	text-shadow: none;
	text-align: center;
}










.top-kaiketsu-list {
	margin-bottom: 50px;
}
.list-kaiketsu ul {
	list-style: none;
}


.list-001 {
	background-color: #FFFBCB;
}	
.list-002 {
	background-color: #B0DFF8;
}	
.list-003 {
	background-color: #EDB6D2;
}	
.list-004 {
	background-color: #C0DC96;
}	
.list-005 {
	background-color: #FAD7CA ;
}	
.list-006 {
	background-color: #DCC7E0;
}	
.list-inner-color {
	background-color: #fff;
	margin-left: 20px;
	margin-bottom: 30px;
	text-align: center;
}

.top-kaiketsu-list h3 {
    padding: 10px 10px;
	font-family:'Yu Mincho' ;
	text-shadow: 1px 2px 3px #808080; 
}
.top-kaiketsu-list h4 {
	display: inline-block;
	padding: 20px 10px;
	border-bottom: 2px double rgb(5, 5, 5);
	font-family:'Yu Mincho' ;
}
.top-kaiketsu-list p {
	padding: 10px 10px;
	font-weight: bold;
	font-size: large;
	color: #000;
	text-align: left;
	line-height: 30px;
	font-family:'Yu Mincho' ;
}





.main_shopinfo{
  background-color: #f7f6f0;
  padding-top: 10px;
  text-align: center;
}
.main_shopinfo_logo img {
  width: 50%;
  margin-bottom: 20px;
  
}

.main_shopinfo_conts img{
  width: 100%; 
  padding: 5px;
  margin: 0 0 0 0px;
  text-align: center;
}
.main_shopinfo_conts .time_info {
  margin: 0 auto;
}
.main_shopinfo h2 {
  margin: 20px;
	display: block;
	padding: 5px;
	text-decoration: none;
	background:#f78a3c;
	color: #f3f0df;
  
	text-align: center;
	border-radius: 4px;
  box-shadow: 0px 0px 0px 5px #ed8439;
  border: dashed 2px #f3f0df;
  font-weight: bolder;
}
.main_shopinfo h3 {
  text-align: center;
  font-weight: bold;
  color: #f78a3c;
  
}
.main_shopinfo h4 span{
  background:#f78a3c;
  font-weight: bold;
  color: #f7f6f0;
  
  
}
.google_maps{
  text-align: center;
  width: 100%;
}
.after_info{
  background:#f78a3c;
  height: 200px;
  
  text-align: center;
}
.footer_parts img{
  width:100%;
  margin-top: 20px;
}
.footer_parts p {
  color: #ffffff;
}
.xs_after_info{
  bottom: 0px;
  width: 100%;
  position: fixed;
  background-color: #ffffff;
  z-index: 999999;
}

.xs_after_info img {
  width: 100%;
  padding: 10px 0;
  
}
.footer_parts_xs img { 
  text-align: center;
}
footer {
  padding-top: 100px;
}

@media screen and (max-width:768px) {
  .toppage-info {
    padding-top: 150px;
    background-color: rgb(254, 254, 254);
    height: auto;
    }

  .xs_info img {
    width: 60%;
    padding-bottom: 10px;
  }
  .xs_info p {
    color: #f08e1d;
    font-weight: bold;
  }

  .infomation {
    display: none;
  }
  .top_box {
    height: auto;
  }
  .xs_toppage-info{
    text-align: center;
  }
  .xs-topicon {
    background-color: #f0efd6;
    /*è¿½å¾“ã«å¿…é&nbsp;ˆ*/
    position: fixed;
    /*END*/
    width: 100%;
    text-align: center;
    top: 0px;
    z-index: 9999;
    
  }
  
  .after_info{
    display: none;
  }

  .nav-list {
    display: none;
  }
  .xs_time-schedule img {
    width: 100%;
  }
  .content .button_1 {
    position      : absolute;    /*ç”»åƒã«é‡ã­ã‚‹ãŸã‚*/
    top           : 105%;
    left          : 26%;
    padding       : 7px 20px;   /* ä½™ç™½       */
    
  }
  .content .button_2 {
    position      : absolute;    /*ç”»åƒã«é‡ã­ã‚‹ãŸã‚*/
    top           : 75%;
    left          : 24%;
    padding       : 7px 20px;   /* ä½™ç™½       */
  }
  .omakase-p h4 {
    font-size: 25px;
    font-family: Yu Mincho;
    font-weight: bolder;
    line-height: 130%;
    text-align: center;
}
.omakase-p h1 {
    font-size: 28px;
    font-family: Yu Mincho;
    font-weight: bolder;
    line-height: 130%;
    font-weight: 800;
    color: #fff;
    -webkit-text-stroke: 1px #000;
    text-stroke: 1px #000;

}
.omakase-p h2 {
    font-size: 26px;
    font-family: Yu Mincho;
    font-weight: bolder;
    line-height: 130%;
}

  
}
@media screen and (min-width:768px) {
    .xs_toppage-info{
      display: none;
    }
    .xs-topicon{
    display: none;
    }
    .xs_time-schedule{
      display: none;
    }
    .nav-list2{
      display: none;
    }
    .xs_after_info{
      display: none;
    }
    
  
}



/*--jiko_page_css--*/

.content_jiko .jikonayami_p {
  color: #fff;
  font-weight: bolder;
  font-size: larger;
  background-color: #6f2701;
  text-align: center;
  padding: 10px 0;
  border-radius: 5px;
}

.my-parts_jiko ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.my-parts_jiko ul li a {
  margin: 20px;
	display: block;
	padding: 0.5em 1em;
	text-decoration: none;
	background:#f3f0df;
	color: #6f2701;
  
	text-align: center;
	border-radius: 4px;
  box-shadow: 0px 0px 0px 5px #f3f0df;
  border: dashed 2px #0f016f;
  font-weight: bolder;
}
.my-parts_jiko ul li a:hover {
	border: dotted 1px #782d05;
}

.content_jiko h1 {
  width: 100%;
  font-weight: bolder;
  color:#6f2701; 
  padding: 0.5em 0;/*ä¸Šä¸‹ã®ä½™ç™½*/
  border-top: solid 3px #6f2701;/*ä¸Šç·š*/
  border-bottom: solid 3px #6f2701;/*ä¸‹ç·š*/
  text-align: center;
}

.content_jiko img {
  width: 100%;
}
.content_jiko {
  padding-top: 20px;
}

.jikochiryo_what ul {
  padding: 0;
  margin-top: 5px;
}

.jikochiryo_what ul li,ol li  {
  color: #404040;
  border-left: solid 6px #1fa67a;/*å·¦å´ã®ç·š*/
  border-bottom: solid 2px #dadada;/*ä¸‹ã«ç°è‰²ç·š*/
  background: whitesmoke;
  margin-bottom: 5px;/*ä¸‹ã®ãƒãƒ¼ã¨ã®ä½™ç™½*/
  line-height: 1.5;
  padding: 0.5em;
  list-style-type: none!important;/*ãƒãƒæ¶ˆã™*/
  font-weight: bold;
}

.tsuyomi_list h3 {
  font-weight: bolder;
  margin-top: 15px;
}
.point_list li {
  font-weight: bold;
  padding: 10px;
}







.jikochiryo_what p {
  font-weight: bold;
  
}
.jikochiryo_what img {
  width: 100%;
}





/*--course_menu_css--*/
.course_menu h1 {
  padding: 0.5em;/*æ–‡å­—å‘¨ã‚Šã®ä½™ç™½*/
  color: #010101;/*æ–‡å­—è‰²*/
}
.about_care h1 {
  text-align: center;
  margin: 10px 0;
  font-weight: bold;
  color: #6f2701;
}
.about_care img {
  width: 100%;
}
.course_menu .box_course1 h2 {
    padding: 10px 1em;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
    color: #6091d3;/*æ–‡å­—è‰²*/
    background: #FFF;
    border: solid 3px #deeefb;/*ç·š*/
    border-radius: 10px;/*è§’ã®ä¸¸ã¿*/
}
.box_course1 {
  padding: 0.5em 1em;
    background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}
.box_course1 h3 {
  text-align: center;
  background: #6091d3;
  color: #fff;
  font-weight: bold;
  padding: 10px 0px;
  border-radius: 10px;/*è§’ã®ä¸¸ã¿*/
}
.course_menu p{
  text-align: center;
}
.box_course1 span {
  font-weight: bolder;
  color: #6091d3;
}
.course_menu .box_course2 h2 {
  padding: 10px 1em;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
  color: #ec8d2d;/*æ–‡å­—è‰²*/
  background: #FFF;
  border: solid 3px #fbd8ad;/*ç·š*/
  border-radius: 10px;/*è§’ã®ä¸¸ã¿*/
}
.box_course2 {
padding: 0.5em 1em;
  background: -webkit-repeating-linear-gradient(-45deg, #f8e7d3, #f8e7d3 3px,#fcf0e3 3px, #fcf0e3 7px);
  background: repeating-linear-gradient(-45deg, #f8e7d3, #f8e7d3 3px,#fcf0e3 3px, #fcf0e3 7px);
}
.box_course2 h3 {
text-align: center;
background: #ec8d2d;
color: #fff;
font-weight: bold;
padding: 10px 0px;
border-radius: 10px;/*è§’ã®ä¸¸ã¿*/
}
.course_menu p{
text-align: center;
}
.box_course2 span {
font-weight: bolder;
color: #ec8d2d;
}
.course_menu .box_course3 h2 {
  padding: 10px 1em;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
  color: #2fad2b;/*æ–‡å­—è‰²*/
  background: #FFF;
  border: solid 3px #c2fabd;/*ç·š*/
  border-radius: 10px;/*è§’ã®ä¸¸ã¿*/
}
.box_course3 {
padding: 0.5em 1em;
  background: -webkit-repeating-linear-gradient(-45deg, #c2fabd, #c2fabd 3px,#e3f8e1 3px, #e3f8e1f0e3 7px);
  background: repeating-linear-gradient(-45deg, #c2fabd, #c2fabd 3px,#e3f8e1 3px, #e3f8e1 7px);
}
.box_course3 h3 {
text-align: center;
background: #2fad2b;
color: #fff;
font-weight: bold;
padding: 10px 0px;
border-radius: 10px;/*è§’ã®ä¸¸ã¿*/
}
.course_menu p{
text-align: center;
}
.box_course3 span {
font-weight: bolder;
color: #2fad2b;
}
.course_option {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    border: solid 3px #000000;
    text-align: center;
    font-size: larger;
}
.course_option span {
  background:linear-gradient(transparent 20%, #afe695 0%);
  color: #000;
}
.coupon_toppage img {
  width: 100%;
}

.coupon_toppage .button_3 {
  position      : absolute;    /*ç”»åƒã«é‡ã­ã‚‹ãŸã‚*/
  top           : 96%;
  left          : 35%;
  border-radius : 5%;          /* è§’ä¸¸       */
  font-size     : large;        /* æ–‡å­—ã‚µã‚¤ã‚º */
  font-weight   : bold;
  text-align    : center;      /* æ–‡å­—ä½ç½®   */
  cursor        : pointer;     /* ã‚«ãƒ¼ã‚½ãƒ«   */
  padding       : 20px 50px;   /* ä½™ç™½       */
  background    : #ff7f00;     /* èƒŒæ™¯è‰²     */
  color         : #ffffff;     /* æ–‡å­—è‰²     */
  line-height   : 1em;         /* 1è¡Œã®é«˜ã•  */
  opacity       : 1;           /* é€æ˜Žåº¦     */
  transition    : .3s;         /* ãªã‚ã‚‰ã‹å¤‰åŒ– */
  box-shadow    : 6px 6px 3px #666666;  /* å½±ã®è¨­å®š */
  margin-top    : -100px;
}
.button_3:hover {
  box-shadow    : none;        /* ã‚«ãƒ¼ã‚½ãƒ«æ™‚ã®å½±æ¶ˆåŽ» */
  opacity       : 0.8;         /* ã‚«ãƒ¼ã‚½ãƒ«æ™‚é€æ˜Žåº¦ */
}
.care_option h1 {
  text-align: center;
  margin: 10px 0;
  font-weight: bold;
  color: #6f2701;
}





@media screen and (max-width:768px) {
  
  .coupon_toppage .button_3 {
    position      : absolute;    /*ç”»åƒã«é‡ã­ã‚‹ãŸã‚*/
    top           : 102%;
    left          : 27%;
    padding       : 10px 30px;   /* ä½™ç™½       */
    margin-top    : -80px;
  }
  
.box_course1 .box_course2 .box_course3 {
  margin-top: 5px;
}

}
/*--hajimete_css--*/


.nagare_img {
  padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    background: #FFF;
    border: solid 3px #f596a3;/*ç·š*/
    border-radius: 10px;/*è§’ã®ä¸¸ã¿*/
}


.hajimete_nagare  h1 {
  background-color: #f596a3;
  border-radius: 5px;
  color: #f7e0e8;
  margin-top: 20px;
}
.hajimete_nagare h1:first-letter{
  font-size: 180%;
  color: #ffffff;
}
.hajimete_contents h1:first-letter {
  font-size: 180%;
  color: #f596a3;
  margin-top: 20px;
}
.hajimete_jihi h1 {
  background-color: #f596a3;
  border-radius: 5px;
  color: #f7e0e8;
  margin-top: 20px;
}
.hajimete_jihi h1:first-letter {
  font-size: 180%;
  color: #ffffff;
}
.hajimete_jihi img {
  width: 100%;
  float: right;
}

/*sejyutsu_css*/




.about_hoken_sejyutsu h1 {
  padding: 0.5em;/*æ–‡å­—å‘¨ã‚Šã®ä½™ç™½*/
  color: #010101;/*æ–‡å­—è‰²*/
  background: #ffefea;/*èƒŒæ™¯è‰²*/
  border-bottom: solid 3px #f15e1a;/*ä¸‹ç·š*/
  font-weight: bolder;
}

.hoken_price_table {
  margin: auto;
  max-width: 500px;
}

.hoken_price_table tr {
  background-color: #ffefea;
  padding: .35em;
  border-bottom: 2px solid #fff;
  text-align: center;
}
.hoken_price_table th, td {
  padding: 1em 10px 1em 1em;
  border-right: 2px solid #fff;
  text-align: center;
}
.hoken_price_table th {
  font-size: .85em;
}
.hoken_price_table thead tr{
  background-color: #74371b;
  color:#fff;
}
.hoken_price_table tbody th {
    background: #74371b;
    color: #fff;
}
.hoken_price_table p {
  font-weight: bold;
  font-size: small;
  color: #74371b;
  text-align: left;
}

.hoken_shinkyu h2 {
  position: relative;
  padding: 0.3em;
  color: #fff;
  background: #74371b;
  border-radius: 10px;
  font-size: medium;
  font-weight: bold;
}
.hoken_shinkyu h2:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #74371b;
  width: 0;
  height: 0;
}
.hoken_shinkyu h1 {
  padding: 0.5em;/*æ–‡å­—å‘¨ã‚Šã®ä½™ç™½*/
  color: #010101;/*æ–‡å­—è‰²*/
  background: #ffefea;/*èƒŒæ™¯è‰²*/
  border-bottom: solid 3px #f15e1a;/*ä¸‹ç·š*/
  font-weight: bolder;
}</pre></body></html>