@charset "UTF-8";

/* WEBフォントのシャギーを防ぐ指定 */
.noshaggy,.page_link,.btn_detail,h2,.divicon,.table_style,.spot_name,.spot_name + div,.sns_link,.koyo_list,.bnr_title,footer .inner ul,.popup_title,.spot_link {
  transform: rotate(0.03deg); 
}

body {
  background-color: #EBA630;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  line-height: 1.75;
}
body a:hover {
  opacity: 0.7;
}
h1 {
  background-image: url(../img/img_main_bg.jpg);
  background-size:cover;
  background-position:50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
}
h1 img {
  width: 50%;
  margin: 60px 0 120px;
}
@media screen and (max-width:1024px) {
  h1 img {
    width: auto;
    margin: 20% 0 120px;/*margin: 60px 0 120px;*/
  }
}
@media screen and (max-width:480px) {
  h1 {
    padding: 0 20px;
  }
  h1 img {
    width: auto;
    margin: 80px 0 80px;
  }
}
h2 { 
  color: #7B211C;
  background: #F6E5C7;
  border-radius: 10px;
  padding: 10px;
  font-size: 20px;
}
@media screen and (max-width:480px) {
  h2 { 
    padding: 6px 10px;
    font-size: 16px;
  }
}
h2.map_title { 
  color: #fff;
  background: #E75F15;
  margin-bottom: 20px;
}
h2.map_title::before { 
  content: '';
  display: inline-block;
  width: 36px;
  height: 35px;
  background-image: url(../img/ic_title_001.svg);
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}
h2.report_title {
  margin-bottom: 20px;
}
h2.report_title::before { 
  content: '';
  display: inline-block;
  width: 37px;
  height: 26px;
  background-image: url(../img/ic_title_002.svg);
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}
h2.list_title::before { 
  content: '';
  display: inline-block;
  width: 43px;
  height: 38px;
  background-image: url(../img/ic_title_003.svg);
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}
@media screen and (max-width:480px) {
  h2.map_title { 
    margin-bottom: 10px;
  }
  h2.map_title::before { 
    width: 30px;
  }
  h2.report_title::before { 
    width: 28px;
  }
  h2.list_title::before { 
    width: 35px;
  }
}
section {
  position: relative;
  width: 1240px;
  margin: 20px auto;
  padding: 0 20px;
}
@media screen and (max-width:1240px) {
  section {
    width: auto;
    margin: 0 20px;
  }
}
@media screen and (max-width:767px) {
  section {
    margin: 0;
    padding: 0 10px;
  }
}
.page_link {
  font-weight: 700;
  text-align: right;
  margin: 20px 0;
  padding: 20px;
}
@media screen and (max-width:480px) {
  .page_link {
    margin: 10px 0 20px;
  }
}
.page_link a {
  text-decoration: underline;
  color: #7B211C;
}
.page_link a::before {
  content: url(../img/ic_arw_003.svg);
  vertical-align: middle;
  padding-right: 5px;
}

.tennavi_link {
  /* width: 1240px; */
  margin: 0 auto;
  padding: 0;
  text-align: right;
  margin-bottom: 2%;
  /* display: flex;
  justify-content: space-between;
  align-items: center; */
}

.tennavi_link_inner img {
  width: inherit;
}
article {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
}
@media screen and (max-width:767px) {
  article {
    padding: 15px;
  }
  
  .tennavi_link_inner img {
    height: auto;
    width:100%;
    margin-bottom: 15px;
  }
  .tennavi_link {
    padding: 0px;
    display: block;
  }
}
.intro {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.intro p {
  font-family: 'ヒラギノ角ゴシック', sans-serif;
  width: 60%;
  padding: 0 20px;
}
.intro img {
  width: 30%;
}
.intro .btn_detail a {
  color: #fff;
  background: #E75F15;
  padding: 20px;
  border-radius: 50px;
  white-space: nowrap;
  width: 60%;
  margin: 0 auto;

}
.intro .btn_detail a::after {
  content: url(../img/ic_arw_002.svg);
  vertical-align: middle;
  padding-left: 10px;
}
@media screen and (max-width:1024px) {
  .intro {
    display: block;
  }
  .intro p {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
  .intro img {
    width: 100%;
    margin-bottom: 20px;
  }
  .intro .btn_detail {
    display: block;
    text-align: center;    
    margin-bottom: 10px;
  }
  .intro .btn_detail a {
    display: block;
  }
}
@media screen and (max-width:480px) {
  .intro {
    margin-bottom: 30px;
  }
  .intro .btn_detail a {
    padding: 10px;
  }
  .intro img {
    margin-bottom: 10px;
  }
}
.map_area {
  margin-bottom: 50px;
  padding-bottom: 5px;
}
.post_list {
  display: grid;
  flex-direction: column;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.post_list > a {
  display: flex;
  flex-direction: column;
  color: #585858;
  font-size: 13px;
  padding: 0 0 20px;
}
.post_list img {
  height: 200px;
  object-fit: cover;
}
@media screen and (max-width:480px) {
  .map_area {
    margin-bottom: 30px;
    padding-bottom: 2px;
  }
  .post_list > div {
    padding: 0;
  }
}
table.table_style {
  flex-grow: 1;
  font-size: 14px;
  width: 100%;
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  border-collapse: separate;
  margin: 10px 0 40px;
}
table.table_style th,
table.table_style td {
  padding: 10px;
}
table.table_style th {
  font-weight: 700;
  /*width: 53%;*/
  width: 33%;
  background: #FDF5E5;
  border-right: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
table.table_style td {
  font-weight: 500;
  vertical-align: top;
  border-bottom: 1px solid #E0E0E0;
}
table.table_style tr:last-child th,
table.table_style tr:last-child td {
  border-bottom: none;
}
table.table_style tr:last-child td span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
table.table_style tr:first-child th {
  border-radius: 10px 0 0 0;
}
table.table_style tr:last-child th {
  border-radius: 0 0 0 10px;
}
.spot_name {
  margin-bottom: 5px;
}
.spot_name::before {
  content: url(../img/ic_spot.svg);
  vertical-align: middle;
  padding-right: 5px;
}
@media screen and (max-width:1024px) {
  .post_list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width:580px) {
  .post_list {
    grid-template-columns: 1fr;
  }
  .post_list table th,
  .post_list table td {
    padding: 5px;
  }
}
.sns_link {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.sns_link li {
  width: 200px;
  margin: 0 5px;
}
.sns_link a {
  display: block;
  text-align: center;
  width: 100%;
  color: #fff;
  font-weight: 700;
  border: 1px solid #184BA4;
  background: #3B5998;
  padding: 8px;
  border-radius: 10px;
  box-shadow: 0px 6px 0px 0px #184BA4;
}
.sns_link li:nth-child(2) a {
  border: 1px solid #000;
  background: #131212;
  box-shadow: 0px 6px 0px 0px #000000;
}
.sns_link li:nth-child(3) a {
  border: 1px solid #259700;
  background: #30B900;
  box-shadow: 0px 6px 0px 0px #259700;
}
@media screen and (max-width:480px) {
  .sns_link {
    margin-bottom: 30px;
  }
  .sns_link a {
    padding: 4px;
    border-radius: 6px;
    box-shadow: 0px 4px 0px 0px #184BA4;
  }
  .sns_link li:nth-child(2) a {
    box-shadow: 0px 4px 0px 0px #000000;
  }
  .sns_link li:nth-child(3) a {
    box-shadow: 0px 4px 0px 0px #259700;
  }
}
.list_title {
  margin-bottom: 20px;
}
.koyo_list {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.koyo_list ul {
  width: 100%;
  background: #fff;
  border-radius: 10px;
}
.koyo_list li {
  border-bottom: 1px solid #EFEFEF;
}
.koyo_list li a {
  position: relative;
  padding: 20px 50px 20px 60px;
  display: block;
  color: #7B211C;
  font-weight: 700;
}
.koyo_list li a::before {
  position: absolute;
  left: 20px;
  top: 52%;
  transform: translate(0, -50%);
  content: '';
  display: inline-block;
  width: 30px;
  height: 28px;
  background-image: url(../img/ic_list_001.svg);
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}
.koyo_list li a::after {
  content: url(../img/ic_arw_001.svg);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
@media screen and (min-width:581px) {
  .koyo_list li:last-child {
    border-bottom: none;
  }
}
@media screen and (max-width:580px) {
  .koyo_list {
    display: block;
  }
  .koyo_list ul:first-child {
    border-radius: 10px 10px 0 0;
  }
  .koyo_list ul:last-child {
    border-radius: 0 0 10px 10px;
  }
  .koyo_list ul:last-child li:last-child {
    border: none;
  }
}
@media screen and (max-width:480px) {
  .koyo_list li a {
    padding: 15px 50px 15px 50px;
  }
  .koyo_list li a::before {
    width: 24px;
  }
}
.bnr_title {
  font-size: 29px;
  width: 100%;
  text-align: center;
  color: #fff;
  margin-top: 40px;
}
@media screen and (max-width:768px) {
  .bnr_title {
    font-size: 20px;
  }
}
@media screen and (max-width:480px) {
  .bnr_title {
    font-size: 14px;
    margin-top: 30px;
  }
}
.company_area {
  padding: 50px 0 180px;
  text-align: center;
  background-image: url(../img/bg_line_bottom.svg);
  background-position: bottom -1px left 0;
  background-size:contain;

}
.company_area ul {
  width: 700px;
  margin: 10px auto 0;
  display: flex;
  gap: 20px;
}
.company_area li img {
  width: 100%;
}

@media screen and (max-width:1024px) {
  .company_area ul {
    width: 80%;
  }  
}
@media screen and (max-width:768px) {
  .company_area {
    padding: 30px 0 100px;
  }
}
@media screen and (max-width:480px) {
  .company_area {
    padding: 30px 0 80px;
  }
  .company_area ul {
    display: block;
  }
  .company_area li {
    padding-bottom: 10px;
  }
}
footer {
  background: #E50015;
  color: #fff;
}
footer .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1240px;
  margin: 0 auto;
  padding: 20px;
}
footer ul {
  display: flex;
  gap: 20px
}
footer ul a {
  color: #fff;
  text-decoration: underline;
}
@media screen and (max-width:1240px) {
  footer .inner {
    width: auto;
  }  
}
@media screen and (max-width:768px) {
  footer .inner {
    display: block;
    text-align: center;
  }
  footer .inner div {
    padding-top: 10px;
  } 
  footer ul {
    justify-content: center;
  }
}
@media screen and (max-width:480px) {
  footer ul {
    display: block;
    white-space: nowrap;
    margin-bottom: 10px;
  }
  footer .inner div {
    font-size: 14px;
  } 
  footer ul a {
    font-size: 14px;
  }
}
/* ポップアップのスタイル */
.popup_style {
  width: 540px;
  height: 90%;
  position: relative;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #ccc;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 1001;
}
.popup_style .inner {
  overflow-y: auto;
  height: 100%;
}
.popup_style .img_photo {
  text-align: center;
}
.popup_style .img_photo img {
  width: 500px;
  height: 280px;
  object-fit: cover;
}
/* 背景のオーバーレイスタイル */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}
.popup_title {
  color: #7B211C;
  font-weight: 700;
  padding: 10px 0;
}
.popup_title::before {
  content: url(../img/ic_title_003.svg);
  vertical-align: middle;
  padding-right: 5px;
}
.spot_link a {
  display: block;
  color: #E75F15;
  text-decoration: underline;
  margin-bottom: 5px;
}
#closePopup {
  position: absolute;
  top: -15px;
  right: -15px;
}
@media screen and (max-width:768px) {
  .popup_style {
    max-width: 540px;
    width: 90%;
    height: 90%;
  }
}
@media screen and (max-width:480px) {
  .popup_style {
    padding: 10px;
  }
  .popup_style .img_photo img {
    width: 100%;
    height: 180px;
  }
  #closePopup img {
    width: 30px;
  }
}
.bnr_link {
  text-align: center;
}
.bnr_link img {
  width: 100%;
}
@media screen and (min-width:768px) {
  .bnr_link img {
    width: 50%;
  }
}
@media screen and (max-width:480px) {
  #gmap {
    height: 400px !important;
  }
}


/* ここから左近追加分 */
/* margin
   ========================================================================== */
.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}
/* ==========================================================================
cmn-sttl2
========================================================================== */
.cmn-sttl2 {
  margin-bottom: 10px;
  padding-left: 10px;
  line-height: 1.4;
  color: #ffffff;
  border-left: 7px solid #ffffff;
  font-size: 3px;
  font-size: 2.0rem;
  font-family: M PLUS Rounded 1c,sans-serif;
  font-style: normal;
  font-weight: 700;
}

@media screen and (min-width: 751px) {
  .cmn-sttl2 {
    margin-bottom: 20px;
    font-size: 29px;
    font-size: 2.9rem;
  }
}

/* ==========================================================================
画像を左、テキストを右
========================================================================== */
.card-container-l{
    background: #11111;
    color: #11111;
    display: flex;
    margin: 10px auto;
    width: 100%;
}

.card-container-l a{
    text-decoration: none;
    color: #7B211C;
}

.card-container-l .card-text{
    width:100%;
    margin: 0px 0px 0px 20px;
}

@media screen and (min-width: 751px) {
  .card-container-l .card-text{
      width:70%;
      margin: 0px 30px 0px 0px;
  }
}
/* ==========================================================================
画像を右、テキストを左
========================================================================== */
.card-container-r{
    background: #11111;
    color: #11111;
    display: flex;
    margin: 10px auto;
    width: 100%;
}
.card-container-r a{
    text-decoration: none;
    color: #7B211C;
}

.card-container-r .card-text{
    width:100%;
    margin: 0px 10px 0px 0px;
}

/*PCサイズ*/
@media screen and (min-width:751px) {
	.card-container-r .card-img{
	    width: 60%;
	    padding-left:60px;/*100px*/
	}

  .card-container-r .card-text{
    width:100%;
    padding: 0px 0px 0px 0px;
  }
}

/* ==========================================================================
共通
========================================================================== */
.card-text h3{
    padding-top: 0px;
    font-size: 14px;
    font-size: 1.4rem;
}
.card-text p{
    padding-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
}
.card-img{
    width: 100%;
}

img{
    width:100%;
    height:100%;
    vertical-align:bottom;
}

/*PCサイズ*/
@media screen and (min-width:751px) {
.card-text h3{
    padding-top: 0px;
    font-size: 14px;
    font-size: 1.4rem;
}
.card-text p{
    padding-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
}
.card-img{
    width: 50%;
}

img{
    width:100%;
    height:100%;
    vertical-align:bottom;
}  
    .card-container{
        max-width: 750px;
        height: 200px;
    }

    .card-text h3{
        font-size: 1.3em;
    }
    .card-text p{
        font-size: 1em;
    }
}

/* ==========================================================================
cmn-sttl6
========================================================================== */
.cmn-sttl6 {
  margin-bottom:0px;
  color: #7b211c;
  line-height:1.8;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "M PLUS Rounded 1c",, sans-serif;
  font-style: normal;
  font-weight: 700;
  background: url("https://cdn1.n-kishou.co.jp/image/common/icon_ttl06_koyo.png");
  background-position: left top 4px;
  background-repeat: no-repeat;
  background-size: 20px;
  min-height: 30px;
  padding-left: 28px; }
@media screen and (min-width: 751px) {
  .cmn-sttl6 {
    font-size: 18px;
    font-size: 1.8rem;
    background-position: left;
    background-size: 25px;
    min-height: 25px;
    padding-left: 35px;
    margin-bottom: 10px;
  } }


/* ==========================================================================
text
========================================================================== */
.txt-s {
  font-size: 13px;
  font-size: 1.3rem;
}

.txt-yubin {
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (min-width: 751px) {
  .txt-s {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/* ==========================================================================
inner-box
========================================================================== */
.inner-box {
  box-sizing: border-box;
  padding: 20px 20px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 10px;
}

@media screen and (min-width: 751px) {
  .inner-box {
    padding: 30px;
  }

}

.inner-box p {
  font-family: 'ヒラギノ角ゴシック', sans-serif;
}

/* ==========================================================================
画像のサイズ調整
========================================================================== */
img.example {
  width: 315px;
}

@media screen and (min-width: 751px) {
  img.example {
    width: 800px;
  }
}

/* ==========================================================================
btn-cmn(天なびについてのボタン)
========================================================================== */
.btn-cmn a,
.btn-cmn input, .btn-cmn span.inactive {
  display: inline-block;
  padding: 20px 50px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background: #e75f15;
}

.btn-cmn input {
  border: none;
  font-size: 28px;
  font-size: 2.8rem;
  width: 100%;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
}

.btn-cmn span.slash {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
}

.btn-cmn span.slash:after, .btn-cmn span.slash:before {
  display: inline-block;
  content: "/";
  font-size: 28px;
  font-size: 2.8rem;
}

.btn-cmn span.slash:before {
  margin-right: 10px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.btn-cmn span.slash:after {
  margin-left: 10px;
}

.btn-cmn span.inactive {
  background: #BFBFBF;
  color: #A6A2A2;
  -ms-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(130, 130, 130, 0.5);
  -o-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(130, 130, 130, 0.5);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(130, 130, 130, 0.5);
}

.btn-cmn span.inactive.hover, .btn-cmn span.inactive.touch {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -ms-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(130, 130, 130, 0.5);
  -o-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(130, 130, 130, 0.5);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(130, 130, 130, 0.5);
}

@media screen and (min-width: 751px) {
  .btn-cmn span.slash {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .btn-cmn span.slash:after, .btn-cmn span.slash:before {
    font-size: 20px;
    font-size: 2rem;
  }
  .btn-cmn strong {
    font-size: 34px;
    font-size: 3.4rem;
  }
}

.btn-live {
  line-height: 1;
}

.btn-live .num {
  font-size: 28px;
  font-size: 2.8rem;
  vertical-align: top;
  margin-left: 10px;
  display: inline-block;
  padding-top: 5px;
}

.btn-shadow > *,
.btn-shadow-menu > * {
  display: block;
  border-radius: 10px;
  -ms-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(195, 195, 195, 0.5);
  -o-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(195, 195, 195, 0.5);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(195, 195, 195, 0.5);
}

.btn-shadow > *.btn-shadow-img,
.btn-shadow-menu > *.btn-shadow-img {
  -ms-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
}

.btn-shadow > *.btn-shadow-img a,
.btn-shadow-menu > *.btn-shadow-img a {
  position: relative;
  display: block;
}

.btn-shadow > *.btn-shadow-img a:before,
.btn-shadow-menu > *.btn-shadow-img a:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 10px;
  -ms-box-shadow: inset 0 -4px 0 2px rgba(195, 195, 195, 0.5);
  -o-box-shadow: inset 0 -4px 0 2px rgba(195, 195, 195, 0.5);
  box-shadow: inset 0 -4px 0 2px rgba(195, 195, 195, 0.5);
}

.btn-shadow > *.hover, .btn-shadow > *.touch,
.btn-shadow-menu > *.hover, .btn-shadow-menu > *.touch {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  -ms-box-shadow: inset 0 -1px 0 2px rgba(195, 195, 195, 0.5);
  -o-box-shadow: inset 0 -1px 0 2px rgba(195, 195, 195, 0.5);
  box-shadow: inset 0 -1px 0 2px rgba(195, 195, 195, 0.5);
}

.btn-shadow > *.hover.btn-shadow-img a:before, .btn-shadow > *.touch.btn-shadow-img a:before,
.btn-shadow-menu > *.hover.btn-shadow-img a:before, .btn-shadow-menu > *.touch.btn-shadow-img a:before {
  -ms-box-shadow: inset 0 -1px 0 2px rgba(195, 195, 195, 0.5);
  -o-box-shadow: inset 0 -1px 0 2px rgba(195, 195, 195, 0.5);
  box-shadow: inset 0 -1px 0 2px rgba(195, 195, 195, 0.5);
}

  .btn-shadow.shadow03 > * {
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(226, 60, 10, 0.6);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(226, 60, 10, 0.6);
    -ms-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(226, 60, 10, 0.6);
    -o-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(226, 60, 10, 0.6);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(226, 60, 10, 0.6); }
  .btn-shadow.shadow03 > *.hover, .btn-shadow.shadow03 > *.touch {
    -webkit-box-shadow: inset 0 -1px 0 2px rgba(226, 60, 10, 0.6);
    -moz-box-shadow: inset 0 -1px 0 2px rgba(226, 60, 10, 0.6);
    -ms-box-shadow: inset 0 -1px 0 2px rgba(226, 60, 10, 0.6);
    -o-box-shadow: inset 0 -1px 0 2px rgba(226, 60, 10, 0.6);
    box-shadow: inset 0 -1px 0 2px rgba(226, 60, 10, 0.6); }
}

.btn-doc {
  margin: 30px 0 20px;
}

/* ==========================================================================
郵便局員さんの声のタイトル
========================================================================== */
.section_title {
  font-size: 16px;
  width: 100%;
  text-align: center;
  color: #fff;
  margin-top: 60px;
  padding-top:30px;
}

@media screen and (min-width: 751px) {
  .section_title {
    font-size: 29px;
  }
}
/* ==========================================================================
郵便局員さんの声の背景
========================================================================== */
.colored {
  padding:0px 0px 30px 0px;
  background-color: #dd740d;
}

/* ==========================================================================
郵便局員さんの声画像調整
========================================================================== */
img.example3 {
  width: 164px;
  height: auto;
}

@media screen and (min-width: 751px) {
  img.example3 {
    width: 400px;
    height: auto;
  }
}

img.example4 {
  width: 250px;
  height: auto;
}

h3.txt-sp{
    font-size: 15px;
    font-size: 1.5rem;
}

/* ==========================================================================
郵便局マップ画像のサイズ調整
========================================================================== */
img.example2 {
  width: 338px;
}

@media screen and (min-width: 751px) {
  img.example2 {
    width: 450px;
  }
}

/* ==========================================================================
天なびについてのボタン
========================================================================== */
.btn-cmn a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #e75f15;
  padding: 15px 90px;
  box-shadow: 0 5px 0 #e44a0e;
  border-radius: 10px;
  display: inline-block;
  transition: .1s;
}

.btn-cmn a:hover {
  transform: translateY(5px);
  box-shadow: 0 0 0 #e44a0e;
}

@media screen and (min-width: 751px) {
.btn-cmn a {
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  background: #e75f15;
  padding: 18px 100px;
  box-shadow: 0 5px 0 #e44a0e;
  border-radius: 10px;
  display: inline-block;
  transition: .1s;
}

.btn-cmn a:hover {
  transform: translateY(5px);
  box-shadow: 0 0 0 #e44a0e;
  opacity: 1.0
}
  
}

/* ここから徳山追加分 */
/* ==========================================================================
プルダウン
========================================================================== */


select {
background-color: #E75F15;
color:#ffffff;
border-radius: 20px;
width: 155px;
padding: 8px 0px 8px 30px;
/* width: 240px;
padding: 8px 0px 8px 0px; 
text-align: center;
display: flex;
justify-content: space-around; */
}


.select-aria {
  /* color: #E75F15;
  position:absolute;
  top:0;
  right:0; */
  position: relative;
  top: 0;
  width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 1240px) {
  select {
    padding: 4px 0px 4px 30px;
  }
  .select-aria {
      width: auto;
      margin: 0 20px;
  }
}


.select-aria::after {
  content: "";
  position: absolute;
  top: 36px;
  right: 12px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  transform: rotate(45deg);
}

.select-area-inner {
  position: absolute;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}

.select-aria::before {
  /* content: '\f0ac';
  font-family: FontAwesome;
  width: 300px;
  height: 50px;
  font-size: 20px;
  color: #ffffff;
  position: relative; 
  left: 100px;  */
}

select:has(option:checked[value=""]) {
  padding-right: -20px;
  /* text-align: center; */
}

.select-icon {
  color: #ffffff;
  position: absolute;
  left: 10px;
}

option {
  color: #ffffff;
}

select {
  /*-moz-appearance: none;menulist*/
  -webkit-appearance: none;/*menulist*/
  appearance: none;
}

select::-ms-expand {
  display: block;
}

/* 
==========================================================================
最新の投稿の下にだけ
========================================================================== */
.spot_link {
  padding-bottom: 20px;
}

/* ==========================================================================
SNS
========================================================================== */

.social-area {
  position: relative;
  height: 50px;
  margin: -15px 0 0;
}

.social-area_top {
  position: relative;
  height: 55px;
  margin-bottom: 30px;
  margin: -15px 0 0;
}

.social-area_top {
  position: relative;
  height: 55px;
  margin-bottom: 30px;
}

.social-box {
  position: absolute;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  height: 44px;
  /* min-width: 268px; */
}

.sns_button {
  float: left;
  background-color:#EBA630;
  border-radius: 100%;
  transition: all 280ms ease;
}

.sns_button a {
  display: table-cell;
  width: 44px;
  height: 44px;
  color:  #ffffff;
  text-align: center;
  vertical-align: middle;
  transition: all 280ms ease;
}

.sns_button i {
  font-size: 20px;
  vertical-align: middle;
}

.social-area_top .sns_button {
  float: left;
  background-color:#EBA630;
  box-shadow: inset 0 0 0 2px #ffffff;
  border-radius: 100%;
  transition: all 280ms ease;
}

.social-area_top .sns_button i {
  font-size: 33px;
  vertical-align: middle;
}

.social-area_top .sns_button a {
  display: table-cell;
  width: 55px;
  height: 55px;
  color:  #ffffff;
  text-align: center;
  vertical-align: middle;
  transition: all 280ms ease;
}

.social-area_top .social-box {
  /* position: absolute; */
  overflow: hidden;
  /* top: 0;
  bottom: 0;
  left: 50%; */
  transform: translateX(-50%);
  margin: auto;
  height: 55px;
  width: 350px;
  /* min-width: 268px; */
  display: flex;
  justify-content: space-around;
}

.sns_button:hover {
  box-shadow: inset 0 0 0 22px #E75F15;;
}

.sns_button + .sns_button {
  margin-left: 12px;
}

/* Hover color effects for specific buttons */
.twitter:hover a {
  color: #ffffff;
}

.facebook:hover a {
  color: #ffffff;
}

.line:hover a {
  color: #ffffff;
}

.map_copy {
  text-align: right;
  color: #585858;
  padding-top: 2px;
}

.map_copy a:link {
  color: #585858;
  text-decoration: underline;
}

.map_copy a:visited {
  color: #585858;
}

.map_copy a:hover {
  color: #585858;
}

.map_copy a:active {
  color: #585858;
}

.update {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  text-align: left;
  height: 50px;
}

.update:before {
  /* content: ""; */
  /* font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f785"; */
    position: absolute;
    top: inherit;
    left: inherit;
    height: 33px;
    color: #EBA630;
}

.update p{
  /* margin-left: 40px; */
}

.post_message {
  margin-top: 10px;
  display: block;
  text-align: right;
  justify-content: space-between;
  align-items: center;
}

.post_message a {
  color: #E75F15;
  transition: color 0.3s;
  text-decoration: underline !important;
}

.post_message a:hover {
  color:#EBA630;
 }

 .post_message a:visited {
  color:#E75F15;
}

@media screen and (max-width:751px) {
  /* .update {
    height: inherit;
    margin-top: 10px;
    margin-bottom: 15px;
  } */
  .post_message {
    text-align: center;
  }
}

@media screen and (max-width:480px) {
  .map_copy {
    font-size: 10px;
  }
  .post_message {
    text-align: center;
    font-size: 15px;
  }
}

/* ==========================================================================
PCでは見せない　SPでは見せる
========================================================================== */
@media screen and (max-width:767px) {
  .sp_only {
    display: block;
  }
}

.pc_only {
  display: none;
}


