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

wordpressのblog項目調整

------------------------------------------------*/
#contents .blog_page .text p{
  margin-bottom: .5em;
  font-size: clamp(0.875rem, 0.613rem + 0.81vw, 1rem);/*14~16px(520~768px)*/
}
#contents .blog_page .text p a{
  text-decoration: underline;
}
#contents .blog_page .text h2{
  margin-bottom: 0.5em;
  margin-top: 1.5em;
  font-size: clamp(1.125rem, 0.977rem + 0.45vw, 1.375rem);
  font-weight: bold;
  background: #ebebeb;
  border-top: 3px solid #885d1e;
  padding: 0.5em;
  text-align: left;
  display: flex;
  grid-gap: .25rem;
  align-items: baseline;
}
#contents .blog_page .text h2::before{
  content: "";
  display: inline-block;
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  background: linear-gradient(-45deg, #e8e29d 0%, #885d1e 100%);
}
#contents .blog_page .text h3{
  margin-bottom: 0.5em;
  margin-top: 1em;
  font-size: clamp(1rem, 0.852rem + 0.45vw, 1.25rem);
  font-weight: 500;
  border-left: 5px solid #885d1e;
  padding: 0.25em .5em;
  background: #ebebeb;
}
/* #contents .blog_page .text a{
  color: blue;
  text-decoration: underline;
  margin-bottom: .5em;
} */
#contents .blog_page .text img{
  margin-bottom: 1rem;
}
#contents .blog_page .text table{
  margin: 1rem auto;
  border-collapse: collapse;
  background-color: #fff;
}
#contents .blog_page .text table td,#contents .blog_page .text table th{
  border: 1px solid #000;
  padding: .25rem clamp(0.5rem, -0.548rem + 3.23vw, 1rem);/*8~16px(520~768px)*/
}


#contents .blog_page .text #toc_container {
  border: 1px solid #333;
  border-left: 5px solid #885d1e;
  margin-bottom: 1.5rem;
  width: 100%;
  padding: 0 ;
}
#contents .blog_page .text #toc_container .toc_title {
  margin-bottom: 0;
  font-size: clamp(1rem, 0.852rem + 0.45vw, 1.25rem);
  font-weight: 500;
  padding: 0.25em .5em;
  background: #ebebeb;
}
#contents .blog_page .text #toc_container .title_row {
  margin-bottom: 0;
  font-size: clamp(1rem, 0.852rem + 0.45vw, 1.25rem);/*16~20px(520~1400px)*/
  font-weight: bold;
  color: #885d1e;
  padding: 0.25em .5em;
  background: #ebebeb;
}
#contents .blog_page .text #toc_container .toc_list {
  padding: 1rem;
  margin-top: 0;
}
#contents .blog_page .text #toc_container .toc_list li a {
  color: #333;
  text-decoration: unset;
}
#contents .blog_page .text #toc_container .toc_list >li {
  padding: .25rem 0;
  border-bottom: 1px #ccc dotted;
}
#contents .blog_page .text #toc_container .toc_list >li>a {
  font-size: 16px;
  
}
#contents .blog_page .text #toc_container .toc_list >li>a>.toc_number {
  color: #885d1e;
  font-weight: bold;
  font-size: 18px;
  padding-right: .25rem;
  margin-right: .25rem;
  border-right: 2px solid #885d1e;
  width: 1.5rem;
}
/* #contents .blog_page .text #toc_container .toc_list >li>a>.toc_number {
  margin-left: 1.5rem;
} */
#contents .blog_page .text #toc_container .toc_list >li>ul li a {
  font-size: 14px;
  grid-gap: .25rem;
  position: relative;
}
#contents .blog_page .text #toc_container .toc_list >li>ul li a::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: .25rem;
  border-radius: 100%;
  background-color: #885d1e;
}


/* お問い合わせセクション */
#contents .blog_page .contact_box{
  max-width: 1000px;
  margin: 0 auto min(3vw,3rem);
  border: 3px solid #000;
  box-sizing: border-box;
}
#contents .blog_page .contact_box .tit {
  text-align: center;
  background-color: #000;
  padding: .5rem 1rem;
}
#contents .blog_page .contact_box .tit .br {
  display: inline-block;
  font-size: clamp(1.125rem, 0.756rem + 1.14vw, 1.75rem);/*18~28px(520~1400px)*/
  color: #fff;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
#contents .blog_page .contact_box .text_area {
  box-sizing: border-box;
  padding: clamp(1rem, 0.409rem + 1.82vw, 2rem);/*16~32px(520~1400px)*/
  background: linear-gradient(to bottom,rgba(255, 255, 255, 0.5),rgba(255, 255, 255, 0.5)),url(../images/blog_contact_bg.jpg) center/100% no-repeat;
}
#contents .blog_page .contact_box .text_area .top_text {
  font-size: clamp(0.875rem, 0.727rem + 0.45vw, 1.125rem);/*14~18px(520~1400px)*/
  margin-bottom: clamp(1rem, 0.409rem + 1.82vw, 2rem);/*16~32px(520~1400px)*/
  text-align: center;

}
#contents .blog_page .contact_box .buttonarea {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  grid-gap: 1rem min(3vw,2rem);
}
#contents .blog_page .contact_box .buttonarea>div {
  width: calc(50% - calc(min(3vw,2rem) / 2));
}
#contents .blog_page .contact_box .buttonarea>div a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: .5rem;
  padding: .5rem clamp(1rem, 0.409rem + 1.82vw, 2rem);/*16~32px(520~1400px)*/
  box-sizing: border-box;
  border: 1px solid;
  overflow: hidden;
  position: relative;
}

#contents .blog_page .contact_box .telarea{
  background: linear-gradient(140deg, #C8A343 0%, #E1C665 20%, #C59F40 38%, #EFF2CC 66%, #A47623 91%);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .35);
}
#contents .blog_page .contact_box .telarea img{
  width: 18px;
}
#contents .blog_page .contact_box .telarea a{
  padding: .5rem clamp(1rem, 0.409rem + 1.82vw, 2rem);/*16~32px(520~1400px)*/
}
#contents .blog_page .contact_box .telarea .txt{
  font-size: clamp(1.25rem, 0.955rem + 0.91vw, 1.75rem);/*20~28px(520~1400px)*/
  color: #fff;
  line-height: 1;
}

#contents .blog_page .contact_box .mailarea{
  background: #000;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .35);
}
#contents .blog_page .contact_box .mailarea a{
  width: 100%;
  padding: 1rem clamp(1rem, 0.409rem + 1.82vw, 2rem);/*16~32px(520~1400px)*/
  position: relative;
}
#contents .blog_page .contact_box .mailarea img{
  width: 28px;
}
#contents .blog_page .contact_box .mailarea .txt{
  font-size: clamp(1rem, 0.778rem + 0.68vw, 1.375rem);/*16~22px(520~1400px)*/
  color: #fff;
  line-height: 1;
}
#contents .blog_page .contact_box .mailarea a::before{
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  transform: skewX(-25deg);
}
#contents .blog_page .contact_box .mailarea a:hover::before{
  animation: shine 1.2s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

/* リンクカードのスタイル */
.linkcard {
margin-top: 20px !important;
margin-bottom: 40px !important;
}
.lkc-external-wrap,.lkc-internal-wrap {
max-width: 100% !important;
background-color: #FFF9E6 !important;
}
.lkc-content {
height: auto !important;
}
.lkc-card {
margin-top: 15px !important;
margin-right: 20px !important;
margin-bottom: 20px !important;
margin-left: 20px !important;
}
.lkc-thumbnail {
margin: 5px 15px 4px 4px !important;
}


/* ----------------------------------------------

PC設定

------------------------------------------------*/
@media all and (min-width: 769px) {

/* ----------------------------------------------
topImage
------------------------------------------------*/
#under_page  #topImage {
  background: url(../images/topImage.jpg) center 30%/cover no-repeat;
}
#under_page  #topImage h1{
  padding:1rem 2rem;
}

/* ----------------------------------------------
blog
------------------------------------------------*/
#contents .blog_page{
  margin: 0 0 2rem;
  padding: 0 0 1rem;
  position: relative;
  z-index: 1;
}
#contents .blog_page .bg{
  width: 100%;
  height: 90%;
  background:linear-gradient(to right,#fff 0%,#ccc 23%,#fff 100%) ;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -11;
}
#contents .blog_page .title_bar{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  border-bottom: 2px solid #885d1e;
  padding: 1rem;
  padding-left: 26px;
  background: #ebebeb;
  position: relative;
}
#contents .blog_page .title_bar::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 100%;
  background: linear-gradient(to bottom, #e8e29d 0%, #885d1e 100%);
  position: absolute;
  left: 0;
  top: 0;
}
#contents .blog_page .title_bar h1{
  font-size: 24px;
}
#contents .blog_page .title_bar .day{
  font-size: 16px;
}
#contents .blog_page figure{
  width: 15%;
  max-width: 600px;
  position: relative;
  margin: 0 auto 2rem;
}
/*#contents .blog_page figure::after{
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 1rem;
  left: 1rem;
  opacity: .7;
  z-index: -2;
  background: linear-gradient(to right, #e8e29d 0%, #885d1e 100%);
 }*/
 #contents .blog_page .text{
   width: 90%;
   max-width: 1000px;
   margin: 0 auto 2rem;
   background-color: #Fff;
   padding: 1rem 2rem;
 }
#under_page  #contents .button{
  margin-top: 1rem;
}
#under_page  #contents .button.border{
  border: 1px solid #e8e29d;
  border-image: linear-gradient(to left,#e8e29d,#885d1e);
  border-image-slice: 1;
  background:#fff;
  margin-top: 1rem;
  margin-bottom: 3rem;
}
#under_page  #contents .button.border a{
  color: #000;
}
#contents .blog_page .pagenation{
  padding-bottom: 2rem;
 }
 #contents .blog_page .pagenation ul{
   justify-content: center;
   align-items: center;
 }
 #contents .blog_page .pagenation ul li{
   font-size: 20px;
   border: 1px solid #e8e29d;
   border-image: linear-gradient(to left,#e8e29d,#885d1e);
   border-image-slice: 1;
   background-color: #fff;
   padding: .5rem 1rem;
 }
 #contents .blog_page .pagenation ul li.active{
   background: linear-gradient(to left,#e8e29d,#885d1e);
 }
 #contents .blog_page .pagenation ul li:not(:last-of-type){
  margin-right: .5rem;
 }


 #contents .blog_page .introduction_new{
  max-width: 1000px;
  margin: 0 auto 3%;
  padding: 1rem;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  grid-gap: 1rem;
  background: #Fff;
  border-radius: 12px;
}
#contents .blog_page .introduction_new .text_area {
  width: calc(70% - 1rem);
}
#contents .blog_page .introduction_new .text_area .supervision {
  font-size: 16px;
  font-weight: bold;
  color: #0066CB;
  margin-bottom: .25rem;
  display: block;
}
#contents .blog_page .introduction_new .text_area .position {
  font-size: 18px;
  margin-bottom: .5rem;
  display: block;
}
#contents .blog_page .introduction_new .text_area .name_area {
  display: flex;
  grid-gap: 1.25rem;
  margin-bottom: 1.5rem;
}
#contents .blog_page .introduction_new .text_area .name_area span {
  font-size: 24px;
  font-weight: bold;
}
#contents .blog_page .introduction_new .intro_img {
  width: 30%;
  text-align: center;
  margin: 0;
}
#contents .blog_page .introduction_new .intro_img img {
  max-height: 350px;
  object-fit: contain;
}

/* 既存のスタイル（不要なら削除） */
 .introduction{
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 2rem;
  background-color: #Fff;
  padding: 1rem 2rem;
 }
 .introduction h3{
  margin: 0 auto 20px;
  padding: 0 0 0 20px;
  position: relative;
}
.introduction h3:before{
  content:"";
  background: linear-gradient(to right, #e8e29d 0%, #885d1e 100%);
  width: 8px;
  height: 100%;
  position: absolute;
  top:0;
  left:0;
}
.introduction ul{
  background: #f3f7f8;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 25px;
  gap: 3%;
}
.introduction ul li.image{
  width: 15%;
}
.introduction ul li.inner{
  width: auto;
}
.introduction ul li.inner p{
  margin: 0 0 6px;
}
.introduction ul li.inner p span{
  display: inline-block;
  background: #e9e7cb;
  text-align: center;
  width: 114px;    
  margin: 0 12px 0 0;
  padding: 0 10px 0 0;
}
.introduction ul li.inner p i{
  font-style: normal;
  padding: 0 10px 0 0;
}

#contents .blog_page .contact_box .telarea a{
  pointer-events: none;
}
}

/* ----------------------------------------------

pad設定

------------------------------------------------*/
@media all and (min-width: 520px) and (max-width: 769px) {
  /* ----------------------------------------------
topImage
------------------------------------------------*/
#under_page  #topImage {
  background: url(../images/topImage.jpg) center 30%/cover no-repeat;
}
#under_page  #topImage h1{
  padding:1rem 2rem;
}

/* ----------------------------------------------
blog
------------------------------------------------*/
#contents .blog_page{
  margin: 0 0 2rem;
  padding: 0 0 1rem;
  position: relative;
  z-index: 1;
}
#contents .blog_page .bg{
  width: 100%;
  height: 90%;
  background:linear-gradient(to right,#fff 0%,#ccc 23%,#fff 100%) ;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -11;
}
#contents .blog_page .title_bar{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  border-bottom: 2px solid #885d1e;
  padding: 1rem;
  padding-left: 26px;
  background: #ebebeb;
  position: relative;
}
#contents .blog_page .title_bar::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 100%;
  background: linear-gradient(to bottom, #e8e29d 0%, #885d1e 100%);
  position: absolute;
  left: 0;
  top: 0;
}
#contents .blog_page .title_bar h2{
  font-size: 24px;
}
#contents .blog_page .title_bar .day{
  font-size: 16px;
}
#contents .blog_page figure{
  width: 70%;
  max-width: 600px;
  position: relative;
  margin: 0 auto 2rem;
}
#contents .blog_page figure::after{
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 1rem;
  left: 1rem;
  opacity: .7;
  z-index: -2;
  background: linear-gradient(to right, #e8e29d 0%, #885d1e 100%);
 }
 #contents .blog_page .text{
   width: 90%;
   max-width: 1000px;
   margin: 0 auto 2rem;
   background-color: #Fff;
   padding: 1rem 2rem;
 }
#under_page  #contents .button{
  margin-top: 1rem;
}
#under_page  #contents .button.border{
  border: 1px solid #e8e29d;
  border-image: linear-gradient(to left,#e8e29d,#885d1e);
  border-image-slice: 1;
  background:#fff;
  margin-top: 1rem;
  margin-bottom: 3rem;
}
#under_page  #contents .button.border a{
  color: #000;
}
#contents .blog_page .pagenation{
  padding-bottom: 2rem;
 }
 #contents .blog_page .pagenation ul{
   justify-content: center;
   align-items: center;
 }
 #contents .blog_page .pagenation ul li{
   font-size: 20px;
   border: 1px solid #e8e29d;
   border-image: linear-gradient(to left,#e8e29d,#885d1e);
   border-image-slice: 1;
   background-color: #fff;
   padding: .5rem 1rem;
 }
 #contents .blog_page .pagenation ul li.active{
   background: linear-gradient(to left,#e8e29d,#885d1e);
 }
 #contents .blog_page .pagenation ul li:not(:last-of-type){
  margin-right: .5rem;
 }

/* お問い合わせセクション */
#contents .blog_page .contact_box .buttonarea>div {
  width: 100%;
}
#contents .blog_page .contact_box .buttonarea>div.mailarea a{
  padding: .75rem clamp(1rem, 0.409rem + 1.82vw, 2rem);
}
#contents .blog_page .contact_box .telarea a{
  pointer-events: none;
}

 #contents .blog_page .introduction_new{
  max-width: 1000px;
  margin: 0 auto 3%;
  padding: 1rem;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  grid-gap: 1rem;
  background: #Fff;
  border-radius: 12px;
}
#contents .blog_page .introduction_new .text_area {
  width: calc(70% - 1rem);
}
#contents .blog_page .introduction_new .text_area .supervision {
  font-size: 16px;
  font-weight: bold;
  color: #0066CB;
  margin-bottom: .25rem;
  display: block;
}
#contents .blog_page .introduction_new .text_area .position {
  font-size: 18px;
  margin-bottom: .5rem;
  display: block;
}
#contents .blog_page .introduction_new .text_area .name_area {
  display: flex;
  grid-gap: 1.25rem;
  margin-bottom: 1.5rem;
}
#contents .blog_page .introduction_new .text_area .name_area span {
  font-size: 24px;
  font-weight: bold;
}
#contents .blog_page .introduction_new .intro_img {
  width: 30%;
  text-align: center;
  margin: 0;
}
#contents .blog_page .introduction_new .intro_img img {
  max-height: 350px;
  object-fit: contain;
}

/* 既存のスタイル（不要なら削除） */
 .introduction{
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 2rem;
  background-color: #Fff;
  padding: 1rem 2rem;
}
.introduction h3{
  margin: 0 auto 20px;
  padding: 0 0 0 20px;
  position: relative;
}
.introduction h3:before{
  content:"";
  background: linear-gradient(to right, #e8e29d 0%, #885d1e 100%);
  width: 15px;
  height: 100%;
  position: absolute;
  top:0;
  left:0;
}
 .introduction ul{
  background: #f3f7f8;
  padding: 20px;
}
.introduction ul li.image{
  margin: 0 auto 20px;
  width: 60%;
}
.introduction ul li.inner{
  margin: 0 auto;
  width: 90%;
}
.introduction ul li.inner p{
  margin: 0 0 6px;
}
.introduction ul li.inner p:not(.adress){
  text-align: center;
}
.introduction ul li.inner p span{
  display: block;
  background: #e9e7cb;
  text-align: center;
  width: 100%;    
  margin: 0 12px 6px 0;
  padding: 0 10px 0 0;
}
.introduction ul li.inner p i{
  font-style: normal;
  padding: 0 10px 0 0;
}
}

/* ----------------------------------------------

sp設定

------------------------------------------------*/
@media all and (max-width: 520px) {

/* ----------------------------------------------
topImage
------------------------------------------------*/
#under_page  #topImage {
  background: url(../images/topImage.jpg) center 30%/cover no-repeat;
}
#under_page  #topImage h1{
  padding:1rem 2rem;
}
/* ----------------------------------------------
blog
------------------------------------------------*/
#contents .blog_page{
  margin: 0 0 2rem;
  padding: 0 0 1rem;
  position: relative;
  z-index: 1;
}
#contents .blog_page .bg{
  width: 100%;
  height: 90%;
  background:linear-gradient(to right,#fff 0%,#ccc 23%,#fff 100%) ;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -11;
}
#contents .blog_page .title_bar{
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  border-bottom: 2px solid #885d1e;
  padding: 1rem;
  padding-left: 26px;
  background: #ebebeb;
  position: relative;
}
#contents .blog_page .title_bar::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 100%;
  background: linear-gradient(to bottom, #e8e29d 0%, #885d1e 100%);
  position: absolute;
  left: 0;
  top: 0;
}
#contents .blog_page .title_bar h2{
  font-size: 22px;
  display: block;
  text-align: center;
}
#contents .blog_page .title_bar .day{
  font-size: 16px;
  display: block;
  text-align: right;
  margin-top: .3rem;
}
#contents .blog_page figure{
  width: 85%;
  position: relative;
  margin: 0 auto 2rem;
}
#contents .blog_page figure::after{
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 1rem;
  left: 1rem;
  opacity: .7;
  z-index: -2;
  background: linear-gradient(to right, #e8e29d 0%, #885d1e 100%);
 }
 #contents .blog_page .text{
   width: 100%;
   margin: 0 auto 1rem;
   background-color: #Fff;
   padding: 1rem .5rem;
 }
#under_page  #contents .button{
  margin-top: 1rem;
}
#under_page  #contents .button.border{
  border: 1px solid #e8e29d;
  border-image: linear-gradient(to left,#e8e29d,#885d1e);
  border-image-slice: 1;
  background:#fff;
  margin-top: 1rem;
  margin-bottom: 3rem;
}
#under_page  #contents .button.border a{
  color: #000;
}
#contents .blog_page .pagenation{
  padding-bottom: 2rem;
 }
 #contents .blog_page .pagenation ul{
   justify-content: center;
   align-items: center;
 }
 #contents .blog_page .pagenation ul li{
   font-size: 16px;
   border: 1px solid #e8e29d;
   border-image: linear-gradient(to left,#e8e29d,#885d1e);
   border-image-slice: 1;
   background-color: #fff;
   padding: .5rem 1rem;
 }
 #contents .blog_page .pagenation ul li.active{
   background: linear-gradient(to left,#e8e29d,#885d1e);
 }
 #contents .blog_page .pagenation ul li:not(:last-of-type){
  margin-right: .5rem;
 }

 #contents .blog_page .introduction_new{
  max-width: 1000px;
  margin: 0 auto 3%;
  padding: .5rem;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  grid-gap: 1rem;
  background: #Fff;
  border-radius: 12px;
}
#contents .blog_page .introduction_new .text_area {
  width: 100%;
}
#contents .blog_page .introduction_new .text_area .supervision {
  font-size: 14px;
  font-weight: bold;
  color: #0066CB;
  margin-bottom: .25rem;
  display: block;
  text-align: center;
}
#contents .blog_page .introduction_new .text_area .position {
  font-size: 16px;
  margin-bottom: .5rem;
  display: block;
  text-align: center;
}
#contents .blog_page .introduction_new .text_area .name_area {
  display: flex;
  justify-content: center;
  grid-gap: 1.25rem;
  margin-bottom: 1.5rem;
}
#contents .blog_page .introduction_new .text_area .name_area span {
  font-size: 22px;
  font-weight: bold;
}
#contents .blog_page .introduction_new .text_area .detail {
  font-size: 14px;
}
#contents .blog_page .introduction_new .intro_img {
  width: 100%;
  text-align: center;
  margin: 0;
}
#contents .blog_page .introduction_new .intro_img img {
  max-height: 350px;
  object-fit: contain;
}

/* お問い合わせセクション */
#contents .blog_page .contact_box .buttonarea>div {
  width: 100%;
}
#contents .blog_page .contact_box .text_area {
  background: linear-gradient(to bottom,rgba(255, 255, 255, 0.5),rgba(255, 255, 255, 0.5)),url(../images/blog_contact_bg.jpg) center/auto 100% no-repeat;
}
#contents .blog_page .contact_box .buttonarea>div.mailarea a{
  padding: .75rem clamp(1rem, 0.409rem + 1.82vw, 2rem);
}


/* 既存のスタイル（不要なら削除） */
 .introduction{
    width: 100%;
    margin: 0 auto 1rem;
    background-color: #Fff;
    padding: 1rem 0.5rem;
}
.introduction h3{
  margin: 0 auto 20px;
  padding: 0 0 0 20px;
  position: relative;
}
.introduction h3:before{
  content:"";
  background: linear-gradient(to right, #e8e29d 0%, #885d1e 100%);
  width: 15px;
  height: 100%;
  position: absolute;
  top:0;
  left:0;
}
 .introduction ul{
  background: #f3f7f8;
  padding: 20px;
}
.introduction ul li.image{
  margin: 0 auto 20px;
  width: 60%;
}
.introduction ul li.inner{
  margin: 0 auto;
  width: 90%;
}
.introduction ul li.inner p{
  margin: 0 0 6px;
}
.introduction ul li.inner p:not(.adress){
  text-align: center;
}
.introduction ul li.inner p span{
  display: block;
  background: #e9e7cb;
  text-align: center;
  width: 100%;    
  margin: 0 12px 6px 0;
  padding: 0 10px 0 0;
}
.introduction ul li.inner p i{
  font-style: normal;
  padding: 0 10px 0 0;
}
}
