<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*** function ***/
/* ###################### */
/* ######## 変数 ######## */
/* ###################### */
/* カラー */
/* 書式 */
/* ###################### */
/* ######## 関数 ######## */
/* ###################### */
/* ###################### */
/* ######## 共通 ######## */
/* ###################### */
/* ボタン */
/*===============================================
  画面の横幅が767px以下に適用
===============================================*/
/************/
/*切り替え用*/
/************/
.sp {
  display: block;
}

.pc {
  display: none;
}

/****パンくず****/
.bread {
  height: 36px;
}

.bread .breadcrumbs {
  width: 90%;
}

.bread .breadcrumbs li {
  font-size: 1.3rem;
}

.bread .breadcrumbs li::after {
  padding: 0 6px;
}

/**100%**/
header,
header nav ul,
address div,
.container img,
footer img,
#wrapper {
  width: 100%;
}

#wrapper {
  overflow: hidden;
}

/****header*****/
header {
  padding: 18px 0;
}

header .header {
  width: 90%;
}

header .logo {
  width: 193px;
}

header .ri {
  display: none;
}

/***************footer***************/
footer {
  padding: 40px 0 24px;
}

footer .footer {
  width: 90%;
}

footer .f_logo {
  width: 230px;
  margin: 0 auto 16px;
}

footer .box {
  max-width: 440px;
  background: rgba(255, 255, 255, 0.85);
  padding: 12px 8px 6px;
  border-radius: 8px 8px 0 0;
  margin: 0 auto;
}

footer .box:nth-of-type(2) {
  margin-top: 0;
  border-radius: 0 0 8px 8px;
  padding: 6px 8px 12px;
}

footer .box .add {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 8px;
}

footer .box .add &gt; * {
  background: none;
  padding: 0;
}

footer .box .tel {
  display: block;
  background: none;
  padding: 0;
  margin-bottom: 8px;
}

footer .box .tel img {
  width: auto;
  height: 20px;
}

footer .box .mail {
  width: 180px;
  height: 36px;
  margin: 0 auto 8px;
}

footer .box .mail a {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}

footer .box .mail a::before {
  width: 20px;
  margin-right: 8px;
}

footer .box .t-h {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-align: center;
}

footer .box .t-h dl {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .box .t-h dl &gt; * {
  background: none;
}

footer .box .t-h dl dt {
  width: auto;
  padding: 0;
}

footer .box .t-h dl dd {
  padding: 0;
}

footer .box .t-h p {
  background: none;
  padding: 0;
}

footer .box .txt {
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
  text-align: center;
}

footer .box .txt p {
  background: none;
  padding: 0;
}

footer .le,
footer .ri {
  width: 100%;
}

footer .f-nav {
  display: none;
}

div.copy {
  height: 32px;
}

div.copy p {
  font-size: 1.1rem;
  letter-spacing: 0.02em;
}

/********トップページメイン画像********/
.main_bg {
  padding-top: 64%;
}

/********サブページメイン画像********/
.main_bgs {
  height: 160px;
}

.main_bgs .ttl::before {
  width: 16px;
  left: -16px;
}

.main_bgs .ttl::after {
  width: 16px;
  right: -16px;
}

.main_bgs .ttl p {
  min-width: 200px;
  height: 54px;
  padding: 0 16px 2px;
  font-size: 2.5rem;
  letter-spacing: 0.02em;
}

/******共通*****/
#container {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  overflow: hidden;
}

#container:not(.index)::before {
  width: 767px;
  height: 70px;
  background-size: 767px;
}

#container:not(.index)::after {
  width: 767px;
  height: calc(100% - 70px);
  background-size: 767px;
  top: 70px;
}

/*******/
.g-nav,
.h1_bg {
  display: none;
}

.table table,
.table table tbody,
.table table th,
.table table tr,
.table table td {
  display: block !important;
  width: 100% !important;
}

/********共通********/
.cont {
  width: 90%;
}

.fle {
  display: block;
}

.btn {
  height: 44px;
}

.btn a {
  border-radius: 22px;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  text-decoration: none !important;
}

div[class^="contents"],
article[class^="contents"] {
  padding: 50px 0;
}

div.contents1,
article.contents1 {
  padding-top: 70px;
}

.h2_1 {
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  margin-bottom: 24px;
}

/*********info***********/
.info .contents1 {
  padding-bottom: 20px;
}

/* あいさつ文挿入後削除 */
/********ここから********/
.info .contents2 {
	padding-top: 70px;
}
/********ここまで********/

.info .contents2 .table {
  margin-bottom: 32px;
}

.info .contents2 .table dl {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 2px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.info .contents2 .table dl dt {
  padding: 8px 12px;
}

.info .contents2 .table dl dd {
  padding: 8px 12px;
}

.info .contents2 .map {
  height: 240px;
}

/*********faq***********/
.faq .contents1 dl {
  margin-bottom: 32px;
}

.faq .contents1 dl dt {
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.faq .contents1 dl dt span {
  width: 32px;
  height: 32px;
  font-size: 1.8rem;
  padding-bottom: 4px;
}

.faq .contents1 dl dt div {
  width: calc(100% - 48px);
  font-size: 1.8rem;
  line-height: 1.4;
  padding-top: 4px;
}

.faq .contents1 dl dd span {
  width: 32px;
  height: 32px;
  font-size: 1.8rem;
  padding-bottom: 4px;
}

.faq .contents1 dl dd div {
  width: calc(100% - 48px);
  line-height: 1.6;
  padding-top: 5px;
}

/*********assortment***********/
.assortment .contents1 {
  padding-bottom: 5px;
}

.assortment .contents1 h2 {
  line-height: 1.3;
}

.assortment .contents1 h2 span {
  display: inline-block;
}

.assortment .contents1 .list {
  margin-bottom: 40px;
}

.assortment .contents1 .list .box {
  margin-bottom: 32px;
}

.assortment .contents1 .list .box:last-of-type {
  margin-bottom: 0;
}

.assortment .contents1 .list .box figure {
  width: 54%;
  margin: 0 auto 12px;
}

.assortment .contents1 .list .box figure figcaption {
  width: 40%;
}

.assortment .contents1 .list .box h3 {
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}

.assortment .contents1 .point {
  padding: 24px 16px;
  background-size: 16px;
}

.assortment .contents1 .point .ttl {
  text-align: center;
  margin-bottom: 24px;
}

.assortment .contents1 .point .ttl::after {
  height: 32px;
}

.assortment .contents1 .point .ttl h3 {
  font-size: 2.8rem;
  line-height: 1.2;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
}

.assortment .contents1 .point ul li {
  margin-bottom: 16px;
}

.assortment .contents2 section h3 {
  margin-bottom: 16px;
}

.assortment .contents2 section h3 span:not(.br) {
  width: 47%;
  font-size: 1.7rem;
  letter-spacing: 0.08em;
  line-height: 40px;
  padding: 0 16px;
  margin: 2% 1% 0;
}

.assortment .contents2 section h3 span:not(.br):last-of-type {
  margin-right: 1%;
}

.assortment .contents2 section h3 span:not(.br)::before {
  border-width: 20px;
  border-left-width: 16px;
}

.assortment .contents2 section h3 span:not(.br)::after {
  border-width: 20px;
  border-right-width: 16px;
}

.assortment .contents2 section h3 div {
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  padding-top: 8px;
}

.assortment .contents2 section h3 div span {
  display: inline-block;
}

.assortment .contents2 section figure {
  width: 80%;
  height: 0;
  padding-top: 52%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  margin: 0 auto 12px;
}

.assortment .contents2 section figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.assortment .contents2 section .text h3 {
  margin-bottom: 12px;
}

.assortment .contents2 section .text h3 span:not(.br) {
  width: 220px;
}

.assortment .contents2 section.sec1 {
  margin-bottom: 65px;
}

.assortment .contents2 section.sec1 .fle {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/*********menu***********/
.menu p.memo-txt{
	font-size: 1.3rem;
	margin-bottom: 24px;
}
.menu h2 .min {
  display: block;
  font-size: 1.6rem;
  padding-top: 8px;
}

.menu .recommend-box {
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 24px;
}

.menu .recommend-box::before {
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border-radius: 8px;
  top: 6px;
  left: 6px;
}

.menu .recommend-box figure {
  width: 100%;
}

.menu .recommend-box figure div {
  border-radius: 8px;
}

.menu .recommend-box .text {
  padding: 10px;
}

.menu .recommend-box .text h3 {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.menu .recommend-box .text .txt {
  height: 54px;
}

.menu .recommend-box .text ul li {
  height: 28px;
  border-radius: 14px;
  font-size: 1.2rem;
  line-height: 1.9;
  padding: 0 12px;
  margin-right: 8px;
  margin-top: 8px;
}

.menu .recommend-box .text .price {
  padding-top: 12px;
  font-size: 2rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.menu .menu-list .menu-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-bottom: 12px;
  margin-bottom: 16px;
}

.menu .menu-list .menu-box:last-of-type {
  margin-bottom: 0;
}

.menu .menu-list .menu-box figure {
  width: 110px;
}

.menu .menu-list .menu-box figure div {
  border-radius: 8px;
}

.menu .menu-list .menu-box .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 134px);
}

.menu .menu-list .menu-box .text &gt; * {
  width: 100%;
}

.menu .menu-list .menu-box .text h3 {
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}

.menu .menu-list .menu-box .text .txt {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 8px;
}

.menu .menu-list .menu-box .text .price {
  margin-top: auto;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

.menu .contents0{
  padding: 70px 0 0;
}

.menu .contents0 section h2{
  letter-spacing: 0;
}

.menu .contents0 section{
 margin-bottom: 50px;
}

.menu .contents0 section:last-of-type{
 margin-bottom: 0;
}

.menu .contents0 section .list .box{
 border-radius: 8px;
 padding: 16px;
 margin-bottom: 24px;
}

.menu .contents0 section .list .box:last-of-type{
  margin-bottom: 0;
}

.menu .contents0 section .list .box figure{
 margin-bottom: 16px;
 text-align: center;
}

.menu .contents0 section .list .box figure img{
  max-width: 100%;
}

.menu .contents0 section .list .box dl{
 margin-bottom: 12px;
}

.menu .contents0 section .list .box dl dt{
 font-size: 1.8rem;
 line-height: 1.2;
}

 .menu .contents0 section .list .box dl dt span{
 	display: inline-block;
 }

.menu .contents0 section .list .box dl dd{
 margin-top: 12px;
}

.menu .contents0 section .list .box dl dd.sub + dd{
 margin-top:  8px;
}

.menu .contents0 section .list .box .size{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
 font-size: 1.6rem;
 color: #b51824;
 clear: both;
}

.menu .contents0 section .list .box .size ul:not(.w100) {
  width: 50%;
  text-align: center;
}

.menu .contents0 section .list .box .size ul:nth-of-type(2){
 box-sizing: border-box;
 border-left: solid 1px #b51824;
}

.menu .contents0 section .list .box .size-wrap p{
 margin-bottom: 8px;
}

.menu .contents0 section .list .box .size-wrap p .ttl{
 display: block;
}

.menu .contents0 section .list .box .size-wrap p::before{
 content: "●";
 float: left;
 margin-right: 8px;
}

.menu .contents0 section .list .box .size-wrap .in{
 margin-bottom: 12px;
}

.menu .contents0 section .list .box .size-wrap .in:last-of-type{
 margin-bottom: 0;
}

.menu .contents1 {
  padding: 50px 0 20px;
}

.menu .contents2 {
  padding-bottom: 20px;
}

.menu .contents3 {
  padding-bottom: 20px;
}

.menu_d .box {
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 24px;
}

.menu_d .box::before {
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border-radius: 8px;
  top: 6px;
  left: 6px;
}

.menu_d .box figure {
  width: 100%;
}

.menu_d .box figure div {
  border-radius: 8px;
}

.menu_d .box .text {
  padding: 10px;
}

.menu_d .box .text h3 {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.menu_d .box .text ul li {
  height: 28px;
  border-radius: 14px;
  font-size: 1.2rem;
  line-height: 1.9;
  padding: 0 12px;
  margin-right: 8px;
  margin-top: 8px;
}

.menu_d .box .text .price {
  padding-top: 12px;
  font-size: 2rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.menu_d .btn {
  width: 180px;
}

/*********concept***********/
.concept .contents1 {
  padding-bottom: 25px;
}

.concept .contents1 h2 {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 2rem;
  letter-spacing: 0.02em;
  line-height: 1.4;
  margin-bottom: 24px;
}

.concept .contents1 h2::before {
  width: 18px;
  height: 36px;
  margin-right: 8px;
}

.concept .contents1 h2::after {
  width: 18px;
  height: 36px;
  margin-left: 8px;
}

.concept .contents1 h2 div {
  max-width: calc(100% - 52px);
}

.concept .contents1 .fle {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.concept .contents1 figure {
  width: 100%;
  height: 0;
  padding-top: 56%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  margin-bottom: 16px;
}

.concept .contents1 figure img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.concept .contents1 .text {
  font-size: 1.6rem;
  line-height: 1.7;
}

.concept .contents1 .text p {
  margin-bottom: 16px;
}

.concept .contents2 {
  padding-bottom: 20px;
}

.concept .contents2 .box {
  margin-bottom: 24px;
}

.concept .contents2 .box:last-of-type {
  margin-bottom: 0;
}

.concept .contents2 .box figure {
  width: 54%;
  margin: 0 auto 12px;
}

.concept .contents2 .box figure figcaption {
  top: 0;
}

.concept .contents2 .box figure figcaption img {
  height: 36px;
}

.concept .contents2 .box h3 {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin-bottom: 8px;
}

.concept .contents3 .box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px 16px;
}

.concept .contents3 .box h2 span {
  padding: 0 12px;
}

.concept .contents3 .box ul {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: -2%;
}

@media screen and (max-width: 400px) {
  .concept .contents3 .box ul {
    margin-top: -4%;
  }
}

.concept .contents3 .box ul li {
  width: 48%;
  height: 40px;
  margin-top: 2%;
}

@media screen and (max-width: 400px) {
  .concept .contents3 .box ul li {
    width: 100%;
    margin-top: 4%;
  }
}

.concept .contents3 .box ul li a {
  border-radius: 20px;
  padding: 0 8px;
  letter-spacing: 0.04em;
}

/*********index***********/
.index .h2_1 {
  font-size: 2.4rem;
  margin-bottom: 24px;
}

.index .h2_1 .en {
  font-size: 1.8rem;
  height: 24px;
}

.index .contents1 .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 120px;
}

.index .contents1 .ttl h2 {
  text-align: center;
}

.index .contents1 .ttl h2 span {
  display: inline-block;
  margin-bottom: 8px;
}

.index .contents1 .ttl h2 span:last-of-type {
  margin-bottom: 0;
}

.index .contents1 .ttl h2 span img {
  height: 25px;
}

.index .contents1 section {
  padding: 0 0 16px;
}

.index .contents1 section::before {
  content: "";
  width: 100%;
  height: 0;
  padding-top: 48%;
  background: url(../image/index/bg01.png) no-repeat center left/cover;
  display: inline-block;
  margin-bottom: 32px;
}

.index .contents1 section h3 {
  margin-bottom: 16px;
}

.index .contents1 section .txt p {
  margin-bottom: 12px;
}

.index .contents1 section .txt p br {
  display: none;
}

.index .contents1 section .txt p:last-of-type {
  margin-bottom: 0;
}

.index .contents1 section .txt .btn {
  width: 200px;
  padding-top: 8px;
}

.index .contents2 {
  background: #ffe0b3;
}

.index .contents2 section {
  margin-bottom: 32px;
}

.index .contents2 h3 {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin-bottom: 12px;
}

.index .contents2 h3::before {
  width: 100%;
}

.index .contents2 h3 span {
  display: inline-block;
  padding: 0 12px;
  background: #ffe0b3;
}

.index .contents2 .list {
  margin-bottom: 16px;
}

.index .contents2 .list .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 10px;
}

.index .contents2 .list .box:last-of-type {
  margin-bottom: 0;
}

.index .contents2 .list .box::after {
  width: 16px;
  height: 16px;
  right: 5px;
  bottom: 5px;
}

.index .contents2 .list .box figure {
  width: 120px;
}

.index .contents2 .list .box figure div {
  border-radius: 8px;
}

.index .contents2 .list .box .ttl {
  width: calc(100% - 135px);
}

.index .contents2 .list .box .ttl a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index .contents2 .btn a {
  padding: 0 16px;
}

.index .contents3 .list {
  max-width: 440px;
  margin: 0 auto 32px;
}

.index .contents3 .list .box {
  border-radius: 8px;
  margin-bottom: 16px;
}

.index .contents3 .list .box:last-of-type {
  margin-bottom: 0;
}

.index .contents3 .list .box figure img {
  width: 100%;
}

.index .contents3 .list .box dl {
  padding: 12px 8px;
}

.index .contents3 .list .box dl dt {
  font-size: 2rem;
  color: #5bc480;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center;
}

.index .contents3 .list .box dl dd {
  padding-top: 8px;
  line-height: 1.4;
  letter-spacing: 0.01em;
}

.index .contents3 .calendar h2 .en {
  color: #fff;
}

.index .contents3 .calendar .txt {
  margin-bottom: 16px;
}

.index .contents3 .calendar .calendar-box {
  height: 360px;
}

.index .contents4 {
  padding: 32px 0;
}

.index .contents4 .list {
  margin-bottom: 16px;
}

.index .contents4 .list dl {
  height: 70px;
  margin-bottom: 10px;
  border-radius: 8px;
}

.index .contents4 .list dl dt {
  width: 80px;
  line-height: 2.4;
}

.index .contents4 .list dl dd {
  width: calc(100% - 96px);
  line-height: 1.4;
}

.index .contents4 .list dl dd span {
  font-weight: 500;
}

.index .contents4 .list dl dd a {
  padding-right: 24px;
}

.index .contents4 .list dl dd a::after {
  right: 16px;
}

.index .contents4 .btn {
  width: 180px;
}

/****エラーページ*****/
/*==================================================
プライバシーポリシー
================================================== */
.privacy .contents1 .h3_1 {
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  padding-bottom: 8px;
  margin-bottom: 12px;
}

.privacy .contents1 .item-box {
  margin-bottom: 30px;
}

.privacy .contents1 .item-box:last-child {
  margin-bottom: 0;
}

/*==================================================
 サイトマップ
================================================== */
.site .contents1 .site_list {
  width: 100%;
}

.site .contents1 .site_list ul {
  padding: 16px;
  border-radius: 8px;
}

.site .contents1 .site_list ul li a {
  padding: 10px 12px;
}

/*==================================================
 ニュース
================================================== */
.news .contents1 .list-box dl {
  height: 70px;
  margin-bottom: 12px;
  border-radius: 8px;
}

.news .contents1 .list-box dl dt {
  width: 80px;
  line-height: 2.4;
}

.news .contents1 .list-box dl dd {
  width: calc(100% - 96px);
  line-height: 1.4;
}

.news .contents1 .list-box dl dd span {
  font-weight: 500;
}

.news .contents1 .list-box dl dd a {
  padding-right: 24px;
}

.news .contents1 .list-box dl dd a::after {
  right: 16px;
}

/*==================================================
 news詳細
================================================== */
.news_detail .contents1 .sec1 {
  width: 90%;
}

.news_detail .contents1 .sec1 .h3_1 {
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  padding-bottom: 8px;
  margin-bottom: 12px;
}

.news_detail .contents1 .sec1 .post-data .tag {
  width: 80px;
  line-height: 1.9;
  border-radius: 8px;
  margin-bottom: 4px;
}

/*==================================================
 お問い合わせ
================================================== */
.contact .contents1 table,
.contact .contents1 table tbody,
.contact .contents1 table th,
.contact .contents1 table tr,
.contact .contents1 table td {
  display: block !important;
  width: 100% !important;
}

.contact .contents1 table {
  margin-bottom: 24px;
}

.contact .contents1 table tr {
  margin-bottom: 2px;
}

.contact .contents1 table tr:last-of-type {
  margin-bottom: 0;
}

.contact .contents1 table tr th {
  padding: 10px;
}

.contact .contents1 table tr td {
  padding: 10px;
}

.required-mark {
  padding: 2px 6px;
}

.input-min {
  width: 62px;
}

.contact form input {
  font-size: 1.5rem;
}

.contact form textarea {
  font-size: 1.5rem;
  height: 150px;
}

.contact .contact-recaptcha-wrap {
  margin-bottom: 24px;
}

/* 確認、バック、送信ボタン
-------------------------------------------------- */
.contact-submits input {
  padding: 12px 15px;
  margin: 0 5px;
}

.contact-submits-wrap input {
  padding: 12px 35px;
}

/**************************/
/*--------------------------------------
		common
	--------------------------------------*/
html {
  font-size: 62.5%;
}

a:link {
  text-decoration: underline;
}

/* box-sizing */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

body,
#wrapper,
footer {
  width: auto;
  min-width: 320px;
}

body {
  background: #fff;
}

#wrapper {
  font-size: 1rem;
  padding: 0;
}

/* #pagetop */
#container #pagetop {
  display: block;
}

#pagetop img {
  max-width: 50px;
}

.pagetop {
  padding: 0;
  margin: 0;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 50;
  display: none;
}

.pagetop a {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  width: 36px;
  height: 36px;
  padding: 0;
  margin: 0;
  display: block;
}

.pagetop a img {
  display: none;
}

.pagetop a:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 30%;
  display: block;
  width: 15px;
  height: 15px;
  border-right: #fff 1px solid;
  border-bottom: #fff 1px solid;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* datepicker */
/* カレンダー自体を大きく */
#container #ui-datepicker-div {
  margin-top: -100px !important;
}

#container .ui-datepicker {
  width: 80% !important;
  /*height: 380px;*/
  margin: auto;
  overflow: hidden;
  background: #fff;
  border: 6px solid #ccc;
  border-radius: 12px;
  -webkit-box-shadow: 18px 18px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 18px 18px 0 0 rgba(0, 0, 0, 0.1);
}

/* タイトルと矢印 */
#container .ui-datepicker .ui-datepicker-header {
  padding: 6px;
  font-size: 18px;
  border-radius: 6px 6px 0 0;
}

/* 矢印 */
#container .ui-datepicker .ui-datepicker-prev,
#container .ui-datepicker .ui-datepicker-next {
  top: auto;
}

#container .ui-widget-header .ui-icon {
  background-image: none !important;
}

#container .ui-datepicker-prev::after,
#container .ui-datepicker-next::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#container .ui-datepicker-prev::after {
  border-color: transparent transparent #000 #000;
}

#container .ui-datepicker-next::after {
  border-color: #000 #000 transparent transparent;
}

/* 曜日 */
#container .ui-datepicker th {
  padding: 6px 6px;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  color: #000;
  border-bottom: 1px solid #000;
}

/* 日付の文字と余白を大きく */
#container .ui-datepicker td span,
#container .ui-datepicker td a {
  padding: 6px 6px;
  font-size: 18px;
  text-align: center;
  color: #333;
  border-radius: 4px;
}

/* 選択中 */
#container .ui-datepicker td a.ui-state-active {
  color: #fff;
  background: #3366ff;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
          box-shadow: inset 0 0 0 1px #fff;
}

/* 今日 */
#container .ui-datepicker td a.ui-state-highlight {
  border: 2px solid #3366ff;
}

/* ボタンパネル */
/*
	.ui-datepicker .ui-datepicker-buttonpane {
		position: absolute;
		left: 3px;
		right: 3px;
		bottom: 3px;
		padding: 0;
		border-top: 1px solid #000;
	}
	*/
#container .ui-datepicker .ui-datepicker-buttonpane button {
  -webkit-appearance: none;
  min-width: 60px;
  margin: 3px 0 0;
  padding: 6px;
  font-size: 14px;
  /*
		color: #fff;
		background: #000;
		border: 0 none;
		border-radius: 6px;
	*/
}

/*==================================================
詳細スライダー BEFIREAFTER
================================================== */
#wrapper .slider_detail .contents1 {
  width: 85%;
}

.slider_detail .bxleft {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.slider_detail .bx-pager {
  width: 96%;
  margin: 0 auto;
}

.slider_detail .bx-pager ul {
  text-align: center;
  margin: 0 auto;
}

.slider_detail .bx-wrapper {
  margin-bottom: 20px;
}

.slider_detail .bx-pager ul li {
  float: left;
  font: 0px;
  margin-left: 0px;
  padding-right: 0px;
  width: 46%;
}

.slider_detail .bx-pager ul li:nth-child(2n) {
  margin-right: 10px;
}

.slider_detail dl.bikou {
  font-size: 0.5rem;
}

.slider_detail dl.bikou dt {
  width: 100%;
}

/*==================================================
詳細fancy BEFIREAFTER
================================================== */
.beforeafter_wrap {
  min-width: none !important;
  min-width: initial !important;
}

.beforeafter .contents1 h2 {
  border-left: 5px solid #ccc;
  border-bottom: 2px solid #ccc;
  padding-left: 10px;
  color: #111;
  margin-bottom: 30px;
  overflow: hidden;
}

.beforeafter .contents1 {
  width: 85%;
}

.beforeafter div.before,
.beforeafter div.after {
  overflow: hidden;
}

.beforeafter .contents1 dl {
  float: left;
  width: 48%;
  margin-right: 0px;
  margin-bottom: 8px;
}

.beforeafter .contents1 dl:nth-child(2n) {
  float: right;
}

.beforeafter .contents1 dl:nth-child(3n) {
  margin-right: 0px;
}

.beforeafter .contents1 dl dt img {
  max-width: 100%;
}

.beforeafter .contents1 dl dd {
  font-size: 0.85rem;
}

/*==================================================
詳細fancy news_detail
================================================== */
/*===============================================
  画面の横幅が480px以下に適用
===============================================*/
</pre></body></html>