/* 全体css */

html {
  height: 100%;
  scroll-padding-top: 150px;
}

body {
  height: 100%;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a:hover img {
  opacity: 0.7;
}

.flex_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex_box_center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#to_top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
}

#to_top a {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 50px 0px;
  /*  padding:120px 50px 0px; 240305 HIDDEN */
}

.full_width {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
}

.bow_bg {
  background-image: url(../img/bow_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 130% auto;
  background-color: #EFDCBD;
  margin-top: 50px;
  padding-bottom: 50px;
}

h2 {
  font-size: 200%;
  letter-spacing: 0.1em;
}

.kosha {
  background-image: url(../img/kosha.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left center;
  padding: 20px 20px 20px 70px;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}


/* header css */

.header_wrapper {
  position: fixed;
  z-index: 99999;
  background-color: rgba( 255, 255, 255, 0.8);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  left: 0;
  right: 0;
  top: 0;
}

.header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px auto 10px;
  padding: 10px 20px;
  max-width: 1100px;
}

h1 {
  font-size: 200%;
  padding-bottom: 7px;
}

h1 a {
	text-decoration: none;
	color: unset;
	}
	
.eng {
  font-size: 90%;
  letter-spacing: 0.2em;
  padding-left: 2px;
}

.header_logo {
  background-image: url(../img/osho.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding: 20px 0px 5px 80px;
  background-position: left center;
}

.header_navi {
  padding-top: 16px;
}

.header_navi a {
  padding: 20px 5px 10px 55px;
  margin-left: 30px;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 120%;
}

.header_navi a:hover {
  border-bottom: 3px solid #000;
  border-height: 2em;
}

.citizen_icon {
  background-image: url(../img/citizen_icon.png);
  background-repeat: no-repeat;
  background-size: auto 60%;
  background-position-x: calc(3% + 5px);
  background-position-y: calc(50% + 5px);
}

.iju_icon {
  background-image: url(../img/iju_icon.png);
  background-repeat: no-repeat;
  background-size: auto 60%;
  background-position-x: calc(3% + 5px);
  background-position-y: calc(50% + 5px);
}

.tax_icon {
  background-image: url(../img/tax_icon.png);
  background-repeat: no-repeat;
  background-size: auto 60%;
  background-position-x: calc(3% + 5px);
  background-position-y: calc(50% + 5px);
}

.tourist_link {
  position: fixed;
  top: 150px;
  right: 0px;
  width: 30px;
  writing-mode: vertical-rl;
  text-decoration: none;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 20px 10px 50px 33px;
  color: #000;
  background-color: #F8F8F8;
  background-image: url(../img/tourist.png);
  background-repeat: no-repeat;
  background-size: 60% auto;
  background-position: bottom 10px center;
  z-index: 9999999999;
  font-size: 120%;
  font-weight: bold;
}

.tourist_link:hover {
  background-color: #e8c895;
}


/* svg css */

.main_img {
  position: relative;
  display: flex;
  align-items: stretch;
  margin-bottom: 100px;
  margin-top:10%; /* 240312 ADDED */
}

.main_img svg {
  display: block;
  height: auto;
  width: 95%;
  margin-right: 0;
  margin-left: auto;
}

.main_copy {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 95%;
}

.main_copy_en {
  position: absolute;
  transform-origin: top left;
  transform: rotate(-270deg);
  left: 50px;
  font-size: 500%;
}

.main_copy_jp {
  position: absolute;
  writing-mode: vertical-rl;
  width: 10px;
}


/* swiper css */

#index_top_slider {
  padding-bottom: 50px;
}

.slider {
  position: relative;
}

.swiper-slide {
  transform: scale(.7);
  transition: .7s;
}

.swiper-slide img {
  height: auto;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #000;
}

.swiper-slide-active {
  transform: scale(1);
  z-index: 1;
}


/* news css */

.news_title {
  background-image: url(../img/news_bg.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
  padding: 50px 0px;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 40px;
}

.news_box {
  width: 70%;
  margin: 0 auto;
}

.news_box ul {
  margin-bottom: 50px;
}

.news_list {
  list-style-type: none;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: dashed 1px #666;
}

.date {
  color: #C63030;
  font-weight: bold;
  display: inline-block;
  width: 150px;
  vertical-align: top;
}

.news_txt {
  margin-left: 20px;
  display: inline-block;
  width: calc(100% - 180px);
  vertical-align: top;
  position: relative;
}

.news_box li a {
  text-decoration: none;
  color: #000;
}

.news_box li a:hover {
  text-decoration: underline;
}

.news_all {
  display: inline-block;
  padding: 15px 50px 15px 30px;
  background-image: url(../img/white-arrow.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: auto 30%;
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  margin: 0 auto;
  text-decoration: none;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
}

.news_all:hover {
  background-image: url(../img/black-arrow.png);
  color: #000;
  background-color: #fff;
}


/* about css */

.about {
  background-image: url(../img/about_bg.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 50% auto;
  margin-top: 100px;
  padding-bottom: 80px;
}

.tokin {
  display: inline-block;
  background-image: url(../img/tokin.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left center;
  padding: 15px 0px 15px 50px;
  font-size: 180%;
  font-weight: bold;
  position: relative;
  left: 49%;
  transform: translateX(-50%);
  letter-spacing: 0.1em;
}

.about_title_en {
  text-align: center;
  margin-bottom: 30px;
}

.about>div {
  width: 48%;
}

.about p {
  line-height: 2em;
  font-size: 120%;
  margin-bottom: 30px;
}

.about>div:nth-child(2) {
  padding-top: 48%;
}


/* know css */

.know {
  padding: 100px 0 0;
}

.know a {
  color: #000;
  text-decoration: none;
  text-align: center;
  display: block;
}

.know_box {
  padding-top: 50px;
}

.know_box>div {
  width: 23%;
}

.know_box p {
  display: block;
  padding: 10px 10px 40px;
  font-size: 130%;
}
.know .cate img {
	border-radius: 5%;
	width: 253px;
	height: auto;
}
/* tourist css */

.tourist {
  padding: 100px 0;
}

.tourist_icon {
  background-image: url(../img/tourist.png);
  background-repeat: no-repeat;
  background-size: auto 70%;
  background-position: left calc(50% - 3px);
  padding: 20px 20px 20px 60px;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 50px;
}

.tourist_box a {
  width: 31%;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 30px 20px;
  border-radius: 10px;
  font-size: 130%;
}

.tourist_box a:hover {
  opacity: 0.7;
}

.tourist_box a:nth-child(1) {
  background-color: #3AB9AF;
}

.tourist_box a:nth-child(2) {
  background-color: #3A97B9;
}

.tourist_box a:nth-child(3) {
  background-color: #626262;
}


/* map css */

.digitalmap_box {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.digitalmap_box iframe {
  height: 500px;
  margin-top: 30px;
  width: 100%;
}

.map_icon {
  background-image: url(../img/kin.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left center;
  padding: 20px 20px 20px 70px;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 30px;
}


/* footer css */

.footer {
  padding: 30px 0;
  line-height: 1.8em;
}

.footer_link {
  text-align: center;
}

.footer_title {
  font-weight: bold;
  font-size: 160%;
  padding-top: 20px;
}

.footer_en {
  font-size: 90%;
  padding-bottom: 10px;
  letter-spacing: 0.1em;
}

.footer_link a {
  display: inline-block;
  padding: 10px 25px 10px 10px;
  color: #000;
  text-decoration: underline;
}

.footer_link a:hover {
  text-decoration: none;
}

.foot_txt {
  padding-right: 60px;
}

.foot_logo img {
  width: 90px;
  text-align: center;
  margin: 0 auto;
  display: block;
  padding-top: 20px;
}

.foot_logo a {
  color: #000;
  text-decoration: none;
  font-size: 90%;
}


/* 2nd contents */

#main_content {
  max-width: 1200px;
  margin: 0px auto;
  padding: 100px 20px 20px;
/*  padding: 20px 20px 20px; 240312 EDITED */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#breadcrumb {
  padding: 0 0 20px;
  width: 100%;
}

#main_content a {
  color: #258BAA;
}

#main_content a:hover {
  color: #e91e63;
}

#main_content_2nd_main {
  width: 80%;
  padding-right: 40px;
}

#main_content_2nd_right_tourism {
  width: 20%;
}

#main_content_2nd_right_tourism ul {
  border: 5px solid #258BAA;
}

#main_content_2nd_right_tourism li {
  list-style-type: none;
}

#main_content_2nd_right_tourism li a {
  display: block;
  padding: 20px 20px 20px 40px;
  border-bottom: dashed 1px #51702D;
  background-image: url(../img/arrow_2nd.png);
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 10px auto;
}

#main_content_2nd_right_tourism li a:hover {
  background-color: #fff180;
}

.tourism h1 {
  font-size: 200%;
  color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  background-image: url(../img/h1_bg.gif);
  background-position: auto 20px;
  border-radius: 5px;
}

.tourism h2 {
  font-size: 140%;
  color: #000;
  padding: 20px 20px 20px 0px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}

.tourism .news h2 {
  padding: 0px 20px 20px 0px;
}

.tourism .p1_tourism {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3em;
  padding-left: 20px;
}

.tourism .p1_tourism li {
  list-style-type: none;
  width: 50%;
}

.tourism .p1_tourism li a {
  display: block;
  padding: 0px 20px 0px 40px;
  margin-bottom: 15px;
  background-image: url(../img/arrow_2nd.png);
  background-repeat: no-repeat;
  background-position: 20px 0.35em;
  background-size: 10px auto;
}

.tourism .news {
  border: 5px solid #258BAA;
  background-color: #F7F7F7;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
}

.tourism .news_list {
  border-bottom: none;
}

.tourism .date {
  color: #1A1A1A;
}

.tourism.news_tourism li {
  list-style-type: none;
  padding-bottom: 15px;
}

.tourism .news_tourism li:last-child {
  padding-bottom: 0px;
}

.tourism h2 span {
  background-repeat: no-repeat;
  background-position: left 30px center;
  background-size: auto 50%;
  padding: 20px 20px 20px 80px;
}

.tourism .category_sub .icon2_1 {
  background-image: url(../img/h2_tourism1.png);
}

.tourism .category_sub .icon2_2 {
  background-image: url(../img/h2_tourism2.png);
}

.tourism .category_sub .icon2_3 {
  background-image: url(../img/h2_tourism3.png);
}

.tourism .category_sub .icon2_4 {
  background-image: url(../img/h2_tourism4.png);
}

.tourism .category_sub .icon2_5 {
  background-image: url(../img/h2_tourism5.png);
}

.tourism .category_sub .icon2_6 {
  background-image: url(../img/h2_tourism6.png);
}

.tourism .category_sub .icon2_7 {
  background-image: url(../img/h2_tourism7.png);
}

.tourism .category_sub .icon2_8 {
  background-image: url(../img/h2_tourism8.png);
}
.tourism .category_sub .icon2_9 {
  background-image: url(../img/h2_tourism9.png);
}

/* 3rd contents */

.p1 li {
  list-style-type: none;
}

h3 {
  font-size: 120%;
  background-repeat: no-repeat;
  background-position: left 35px top 18px;
  background-size: auto 24px;
  padding: 20px 20px 20px 80px;
  background-image: url(../img/h3_tourism.png);
}

.p1 {
  padding: 10px 0px 50px 80px;
}

.p1 a {
  display: block;
  padding: 0 0 15px 20px;
  color: #2E2E2E !important;
  vertical-align: middle;
}

.p1 a:hover {
  color: #e91e63 !important;
}

.tourism .p1 a {
  background-image: url(../img/arrow_tourism.png);
  background-repeat: no-repeat;
  background-position: left top 7px;
  background-size: auto 12px;
}


/* 4rd contents */

.p2 {
/*  padding: 0px 0px 40px 33px; 240312 EDITED*/
    padding: 0px 0px 40px 0px;
}

/*.p2 p {
  padding: 0px 0px 40px 50px;
} 20240314停止*/

.p2 ol {
  padding: 10px 0px 0px 35px;
/*  padding: 10px 0px 50px 70px HIDDEN 240325 */
}

.p2 ul {
  padding: 10px 0px 0px 49px;
/*  padding: 10px 0px 50px 70px; HIDDEN 240325 */
}

.p2 ol li {
  padding: 0px 0px 10px 0px;
}

/*.p2 dl {
  padding: 10px 0px 50px 50px;
} 20240314停止*/

.p2 dt {
  padding: 0px 0px 10px 20px;
  font-weight: bold;
}

.p2 dd {
  padding: 0px 0px 10px 40px;
}

h4 {
  font-size: 110%;
  background-color: #F4F4F4;
  padding: 20px;
/*  padding: 15px 15px 15px 48px; HIDDEN 240325 */
  margin-bottom: 20px;
  border-radius: 5px;
  color: #258BAA;
  margin-top:20px;
}

h5 {
  font-size: 110%;
    /* margin-left: 22px; HIDDEN 240325 */
  border-left: 7px solid #258cab;
  border-bottom: 1px dashed #51702D;
  padding: 15px 15px 15px 20px;
  margin-bottom: 20px;
  color: #6A6A6A;
  margin-top:20px;
}

.table-wrap {
  margin: 10px 25px 50px;
}

table {
  border-collapse: collapse;
  border: 1px solid #666;
  border-spacing: 0;
  empty-cells: hide;
}

caption {
  color: #000;
  text-align: center;
  padding: 10px;
  font-weight: bold;
}

th {
  color: #000;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  border: 1px solid #999;
  background-color: #E2F0F4;
}

td {
  text-align: left;
  padding: 10px;
  border: 1px solid #999;
}

.wcv_ww_newwindowicon {
  width: 14px;
  height: auto;
  margin: 0px 5px 0px;
}

.wcv_ww_fileicon {
  width: 20px;
  height: auto;
  margin: 0px 5px 0px;
}

.contact {
  border: 1px solid #C3C3C3;
  margin-top: 5%; /* 240325 ADDED */
}

.contact_title {
  color: #258cab;
  font-weight: bold;
  background-color: #ECEEED;
  border-bottom: 1px solid #C3C3C3;
  padding: 10px 10px 10px 55px;
  background-image: url(../img/triangle.png);
  background-repeat: no-repeat;
  background-position: 30px center;
  background-size: auto 12px;
}

.contact p {
  padding: 20px 20px 20px 57px;
}

@media screen and (max-width: 951px) {
.main_img {
  margin-top: 14%; /* 240312 ADDED */
}
.header_navi { /* 240312 ADDED */
    font-size: 12px;
}
img {
	height: auto;
}

}

@media screen and (max-width: 890px) {
#main_content {
    padding: 135px 20px 20px;
}
}
@media screen and (max-width: 768px) {
#main_content_2nd_main {
    width: 100%;
    padding-right: 0;
}
#main_content_2nd_right_tourism {
    width: 70%;
}
.wrapper {
	padding: 20px;
}
}
@media screen and (max-width:480px) {
  body {
    font-size: 95%;
  }
  .header {
    margin-bottom: 5px;
    padding: 5px 0 5px;
  }
  .wrapper {
    padding: 150px 15px 0px;
  }
  .header_wrapper {
    position: fixed;
    z-index: 99999;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    left: 0;
    right: 0;
    top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .header_logo {
    background-size: auto 100%;
  }
  .main_img {
  margin-top: 0; /* 240312 ADDED */
}
  h1 {
    font-size: 150%;
    padding-bottom: 7px;
  }
  .header_navi {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 0px;
  }
  .header_logo {
    padding: 10px 0px 0px 65px;
    margin-top: 2em;
  }
  .eng {
    font-size: 80%;
    letter-spacing: 0.1em;
    padding-left: 2px;
  }
  .header_navi a {
    padding: 20px 5px 10px 40px;
    margin-left: 0px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 100%;
  }
  .citizen_icon {
    background-size: auto 45%;
  }
  .iju_icon {
    background-size: auto 45%;
  }
  .tax_icon {
    background-size: auto 45%;
  }
  .main_img {
    margin-bottom: 30px;
  }
  h2 {
    font-size: 120%;
    letter-spacing: 0.1em;
  }
  .kosha {
    background-image: url(../img/kosha.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left center;
    padding: 20px 20px 20px 70px;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .kosha {
    padding: 8px 20px 8px 42px;
  }
  .bow_bg {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  #index_top_slider {
    padding-bottom: 20px;
  }
  .news_title {
    padding: 20px 0px;
    margin-bottom: 20px;
  }
  .news_box {
    width: 100%;
    margin: 0 0px;
  }
  .date {
    display: block;
    width: 100%;
    vertical-align: top;
    padding-bottom: 5px;
  }
  .news_txt {
    margin-left: 0px;
    display: block;
    width: 100%;
  }
  .news_box ul {
    margin-bottom: 20px;
  }
  .news_all {
    font-size: 90%;
  }
  .about {
    margin-top: 30px;
  }
  .about>div {
    width: 100%;
  }
  .about p {
    line-height: 1.7em;
    font-size: 100%;
    margin-bottom: 30px;
  }
  .tokin {
    padding: 10px 0px 10px 40px;
    font-size: 130%;
  }
  .about_title_en {
    text-align: center;
    margin-bottom: 15px;
  }
  .about {
    background-position: 0px 200px;
    background-size: 100% auto;
    padding-bottom: 0px;
  }
  .about>div:nth-child(2) {
    padding-top: 0px;
  }
  .about img {
    width: 50%;
    padding-top: 220px;
    padding-bottom: 20px;
  }
  .know {
    padding: 30px 0 0;
  }
  .know_box {
    padding-top: 20px;
  }
  .know_box>div {
    width: 48%;
  }
  .know_box p {
    padding: 5px 10px 10px;
    font-size: 100%;
  }
  .tourist {
    padding: 20px 0;
  }
  .tourist_icon {
    margin-bottom: 10px;
    padding: 10px 0px 10px 40px;
  }
  .tourist_box a {
    width: 100%;
    font-size: 110%;
    padding: 10px 10px;
    margin: 0px 0px 10px;
  }
  .map_icon {
    padding: 8px 20px 8px 46px;
    margin-bottom: 10px;
  }
  .digitalmap_box iframe {
    height: 400px;
    margin-top: 20px;
  }
  .foot_txt {
    padding-right: 0px;
  }
  #to_top a {
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
  }
  .footer {
    padding: 10px 0;
  }
  .flex_box_center {
    display: block;
    text-align: center;
  }
  .foot_txt {
    padding-right: 0px;
  }
  #main_content {
    max-width: 1200px;
    margin: 0px auto;
    padding: 0px 0px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #main_content_2nd_main {
    width: 100%;
    padding-right: 0px;
  }
  .tourism .p1_tourism {
    padding-left: 0px;
  }
  .tourism .p1_tourism li {
    width: 100%;
  }
  #main_content_2nd_right_tourism {
    width: 100%;
  }
  .tourism .news {
    padding: 20px;
  }
  .tourism h2 {
    font-size: 140%;
    color: #000;
    padding: 20px 20px 20px 0px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ccc;
  }
  .tourism h2 span {
    background-position: left 10px center;
  }
  .tourism h2 span {
    padding: 20px 20px 20px 50px;
  }
  /* 3rd contents */
  .p1 {
    padding: 10px 0px 50px 40px;
  }
  .tourism h2 span {
    background-position: left 0px center;
    padding: 20px 20px 20px 40px;
  }
  .tourism h3 {
    background-position: left 5px top 18px;
    padding: 20px 20px 20px 40px;
  }
  h4 {
    font-size: 115%;
    background-color: #F4F4F4;
    padding: 15px 15px 15px 15px;
    margin-bottom: 20px;
    border-radius: 5px;
  }
  h5 {
    margin-left: 0px;
  }
  .table-wrap {
    overflow-x: scroll;
    margin: 10px 0px 50px;
  }
  table {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
  }
  caption {
    padding: 5px;
  }
  th {
    padding: 5px;
  }
  td {
    padding: 5px;
  }
  /* 4rd contents */
  .p2 {
    padding: 0px 0px 40px 0px;
  }
  /*.p2 p {
    padding: 0px 0px 40px 0px;
  } 20240314停止*/
  /*.p2 dl {
    padding: 10px 0px 50px 0px;
  } 20240314停止*/
  .p2 ol {
    padding: 10px 0px 50px 40px;
  }
  .p2 ul {
    padding: 10px 0px 50px 25px;
  }
  .p2 ol li {
    padding: 0px 0px 10px 0px;
  }
  .p2 dt {
    padding: 0px 0px 10px 20px;
    font-weight: bold;
  }
  .p2 dd {
    padding: 0px 0px 10px 40px;
  }
  .contact p {
    padding: 20px 20px 20px 57px;
  }
}
