@charset "utf-8";

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

body {
  color: #000000;
  font-size: 12px;
  line-height: 1.4;
  margin: 0px;
}

body {
  background-color: #FFFFFF;
}

p {
  margin: 0px;
}

a:link {
  color: #004CCA;
}

a:visited {
  color: #6219DB;
}

a:hover {
  color: #048ADE;
  text-decoration: none;
}

a:active {
  color: #048ADE;
  text-decoration: none;
}

img {
  max-width: 100%;
}

ul {
  padding: 0px;
  list-style: none;
  margin: 0;
}

h1 {
  margin: 0;
}

h2 {
  margin: 0;
}

.oh {
  overflow: hidden;
}

.L {
  float: left;
}

.R {
  float: right;
}

.sp {
  display: none;
}

.pr {
  position: relative;
}

#menu {
  display: none;
}

.flex {
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}

.flex-sb {
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
}

.wrap {
  width: 1000px;
  margin: 0 auto;
}

.menu {
  position: relative;
  width: 100%;
  height: 50px;
  margin: 0 auto;
}

.menu>li {
  height: 50px;
  line-height: 50px;
}

.menu>li a {
  display: block;
  color: #000;
  text-decoration: none;
  width: 100%;
  height: 100%;
  line-height: 50px;
  padding-top: 20px;
  text-align: center;
  background-repeat: no-repeat;
}

.menu>li a:hover {
  color: #999;
}

ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

ul.menu__third-level {
  visibility: hidden;
  opacity: 0;
}

ul.menu__fourth-level {
  visibility: hidden;
  opacity: 0;
}

/* 下矢印 */
.init-bottom:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 0 15px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
}

/* floatクリア */
.menu:before,
.menu:after {
  content: " ";
  display: table;
  display: none;
}

.menu:after {
  clear: both;
}

.menu {
  *zoom: 1;
}

.menu>li.menu__single {
  position: relative;
}

li.menu__single ul.menu__second-level {
  position: absolute;
  top: 40px;
  width: 100%;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
  top: 70px;
  visibility: visible;
  opacity: 1;
}

.top_header {
  padding: 15px 0;
}

.hd01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.hd_logo {
  width: 270px;
}

.hd_logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.hd_logo a img {
  display: block;
}

.hd01_list01 {
  width: 255px;
}

.hd01_list01 ul {
  display: flex;
  justify-content: space-between;
}

.hd01_list01 ul li {}

.hd01_list01 ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  text-decoration: none;
  color: #000;
  line-height: 20px;
  padding-left: 25px;
}

.hd01_list01_01 a {
  background-image: url(/wp-content/uploads/image/hd_icon01.png);
  background-size: 20px;
  background-position: center left;
}

.hd01_list01_02 a {
  background-image: url(/wp-content/uploads/image/hd_icon02.png);
  background-size: 20px;
  background-position: center left;
}

.hd01_list02 {
  width: 385px;
}

.hd01_list02 ul {
  display: flex;
  justify-content: space-between;
}

.hd01_list02 ul li {
  width: 180px;
  height: 25px;
}

.hd01_list02 ul li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 25px;
  text-decoration: none;
  text-align: center;
  background-repeat: no-repeat;
}

.hd01_list02_01 a {
  color: #000;
  border: 1px solid #000;
  background-image: url(/wp-content/uploads/image/hd_icon04.png);
  background-size: 10px;
  background-position: center right 7px;
}

.hd01_list02_02 a {
  background-color: #3f3f3f;
  color: #fff;
  background-image: url(/wp-content/uploads/image/hd_icon03.png);
  background-size: 15px;
  background-position: center left 40px;
  padding-left: 20px;
}

.hd02 {}

.hd_nav {}

.hd_nav ul.menu {
  display: flex;
  justify-content: space-between;
}

.hd_nav ul.menu li.menu__single {}

.hd_nav ul.menu li.menu__single a {
  background-repeat: no-repeat;
}

a.init-bottom {}

ul.menu__second-level {
  width: 745px !important;
  padding: 45px 25px 20px 25px;
  background-image: url(/wp-content/uploads/image/hd_nav_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  filter: drop-shadow(0px 0px 5px rgba(153, 153, 153, 0.8));
}

ul.menu__second-level li {}

ul.menu__second-level li a {
  background-image: none;
  line-height: 19px;
}

.hd_nav01 a {
  background-image: url(/wp-content/uploads/image/hd_nav_icon01.png);
  background-size: 30px;
  background-position: center top 5px;
}

.hd_nav02 a {
  background-image: url(/wp-content/uploads/image/hd_nav_icon02.png);
  background-size: 35px;
  background-position: center top;
}

.hd_nav03 a {
  background-image: url(/wp-content/uploads/image/hd_nav_icon03.png);
  background-size: 37px;
  background-position: center top 5px;
}

.hd_nav03 ul.menu__second-level {
  left: -15px;
  width: 630px !important;
}

.hd_nav04 a {
  background-image: url(/wp-content/uploads/image/hd_nav_icon04.png);
  background-size: 31px;
  background-position: center top 0px;
}

.hd_nav04 ul.menu__second-level {
  width: 200px !important;
  left: -30px;
}

.hd_nav05 a {
  background-image: url(/wp-content/uploads/image/hd_nav_icon05.png);
  background-size: 26px;
  background-position: center top 5px;
}

.hd_nav05 ul.menu__second-level {
  width: 500px !important;
  left: -35px;
}

.hd_nav06 a {
  background-image: url(/wp-content/uploads/image/hd_nav_icon06.png);
  background-size: 30px;
  background-position: center top 7px;
}

.hd_nav06 ul.menu__second-level {
  width: 500px !important;
  left: -35px;
}

.hd_nav07 a {
  background-image: url(/wp-content/uploads/image/hd_nav_icon07.png);
  background-size: 25px;
  background-position: center top 2px;
}

.hd_nav07 ul.menu__second-level {
  width: 380px !important;
  left: -40px;
}

.hd_nav08 a {
  background-image: url(/wp-content/uploads/image/hd_nav_icon08.png);
  background-size: 25px;
  background-position: center top 8px;
}

.hd_nav09 a {
  background-image: url(/wp-content/uploads/image/hd_nav_icon09.png);
  background-size: 27px;
  background-position: center top 5px;
}

.hd_nav09 ul.menu__second-level {
  background-image: url(/wp-content/uploads/image/hd_nav_bg02.png);
  right: 0;
}

.hd_nav ul.menu li.menu__single a p {
  font-size: 13px;
}

.menu__second-level_title {}

.menu__second-level_title p {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 18px;
}

.menu__second-level_img {
  width: 125px;
  height: 80px;
  margin: 0 auto 10px auto;
}

.menu__second-level_img img {
  display: block;
}

.top {
  height: calc(100vh - 129.44px);
  overflow: hidden;
}

.top video {
  width: 100%;
}

.top_newsbox {
  margin-top: -225px;
  z-index: 100;
  position: relative;
}

.top_news01 {
  background-color: #000;
  padding: 12px 20px 20px 20px;
}

.top_news01_titlebox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.top_news01_title p {
  color: #fff;
  font-size: 20px;
  background-image: url(/wp-content/uploads/image/news_icon01.png);
  background-repeat: no-repeat;
  background-size: 37px;
  background-position: center left;
  line-height: 35px;
  padding-left: 45px;
}

.top_news01_title_text {
  background-color: #fff;
  width: 820px;
  border-radius: 4px;
}

.top_news01_title_text p {
  line-height: 40px;
  font-size: 15px;
  font-weight: bold;
  padding-left: 30px;
}

.top_news01_title_text p span {
  margin-right: 45px;
}

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

.top_news01_textbox {}

.top_news01_textbox ul {
  display: flex;
  justify-content: space-between;
}

.top_news01_textbox ul li {
  width: 460px;
  border: 1px solid #fff;
  border-radius: 7px;
}

.top_news01_textbox_title {
  width: 100%;
  height: 35px;
}

.top_news01_textbox_title p {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 35px;
  background-color: #fff;
  font-size: 15px;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}

.top_news01_textbox_text {
  padding: 25px 0;
}

.top_news01_textbox_text p {
  color: #fff;
  text-align: center;
  font-size: 15px;
}

.top_news02 {
  width: 500px;
  background-color: #e77c18;
  padding: 25px 30px 30px 30px;
}

.top_news_inbox_title {
  margin-bottom: 15px;
}

.top_news_inbox_title p {
  color: #fff;
  font-size: 20px;
  text-align: center;
  background-repeat: no-repeat;
}

.top_news02 .top_news_inbox_title p {
  background-image: url(/wp-content/uploads/image/news_icon02.png);
  background-size: 27.5px;
  background-position: center left 140px;
}

.top_news03 .top_news_inbox_title p {
  background-image: url(/wp-content/uploads/image/news_icon03.png);
  background-size: 27px;
  background-position: center left 115px;
}

.top_news02_inbox_text {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 15px;
}

.top_news02_inbox_text p {
  color: #fff;
  font-size: 18px;
}

.top_news02_inbox_text span {
  display: inline-block;
  background-color: #fff;
  text-align: center;
  width: 75px;
  height: 25px;
  line-height: 25px;
  color: #e77c18;
  border-radius: 5px;
  margin-right: 15px;
}

span.kudari {
  margin-left: 30px;
}

.top_news03 {
  width: 500px;
  background-color: #095493;
  padding: 25px 45px 30px 45px;
}

.top_news03_inbox_text {}

.top_news03_inbox_text p {
  font-size: 15px;
  color: #fff;
  line-height: 26px;
}

.sec01 {
  background-image: url(/wp-content/uploads/image/sec01_bg.png);
  background-repeat: repeat-x;
  background-position: left -10px bottom;
  padding-top: 195px;
  margin-top: -130px;
  padding-bottom: 90px;
  z-index: 10;
  position: relative;
}

.sec01_title {
  margin-bottom: 50px;
}

.sec01_title p {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

.sec01_title p span {
  font-size: 14px;
  display: block;
}

.sec01_list {}

.sec01_list ul {
  display: flex;
  justify-content: space-between;
}

.sec01_list ul li {
  width: 320px;
  height: 230px;
}

.sec01_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.sec01_list ul li a img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
}

.sec02 {
  padding: 85px 0 80px 0;
  background-image: url(/wp-content/uploads/image/sec02_bg.png);
  background-size: 20px;
  margin-top: -40px;
}

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

.sec02_left {
  width: 445px;
  background-color: #fff;
  padding: 35px 20px 0 20px;
  box-shadow: 0px 0px 5px 2px #ddd;
}

.sec02_left_title {}

.sec02_left_title p {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  line-height: 35px;
  padding-left: 35px;
  border-bottom: 1px solid #e30012;
}

.sec02_left_title p span {
  font-size: 13px;
  display: inline-block;
  margin-left: 20px;
}

.sec02_left_title p:before {
  content: "";
  display: block;
  width: 17px;
  height: 40px;
  background-color: #e30012;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
}

.sec02_left_list {
  height: 370px;
  overflow-y: scroll;
}

.sec02_left_list ul {}

.sec02_left_list ul li {}

.sec02_left_list ul li a {
  padding: 25px 0;
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  text-decoration: none;
  display: flex;
  border-bottom: 1px dashed #bebebe;
}

.sec02_left_list ul li:last-child a {
  border-bottom: 0px;
}

.sec02_left_list_img {
  width: 140px;
  height: 100px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
  background-color: #ccc;
}

.sec02_left_list_img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
}

.sec02_left_list_textbox {}

.sec02_left_list_date {
  margin-bottom: 18px;
}

.sec02_left_list_date p {
  font-size: 15px;
  font-weight: bold;
}

.sec02_list_text {}

.sec02_list_text p {
  font-size: 16px;
}

.sec02_right {
  width: 470px;
}

.sec02_right_list {}

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

.sec02_right_list ul li {
  width: 220px;
  height: 210px;
  margin-bottom: 25px;
}

.sec02_right_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.sec02_right_list01 {}

.sec02_right_list01 a {
  border: 2px solid #000;
  padding: 10px 5px 5px 5px;
  position: relative;
  text-decoration: none;
  background-color: #fff;
}

.sec02_right_list01_title {
  width: 205px;
}

.sec02_right_list01_title img {
  display: block;
}

.sec02_right_list01_date {
  width: 150px;
  height: 20px;
  position: absolute;
  right: 5px;
  bottom: 5px;
}

.sec02_right_list01_date p {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  line-height: 20px;
  text-align: center;
  font-size: 11px;
}

.sec02_right_list01_date p span {
  display: inline-block;
  margin-left: 20px;
}

.sec02_right_list02 {}

.sec02_right_list02 a {
  border: 3px solid #686868;
  background-color: #fff;
  text-decoration: none;
}

.sec02_right_list02_title {
  height: 40px;
  width: 100%;
}

.sec02_right_list02_title p {
  background-color: #686868;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  color: #fff;
  text-align: center;
  font-size: 18px;
}

.sec02_right_list03 img {
  display: block;
}

.sec02_right_list04 img {
  display: block;
}

.sec03 {}

.sec03_list {}

.sec03_list ul {}

.sec03_list ul li {
  height: 380px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.sec03_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.sec03_list_title {
  width: 250.5px;
  z-index: 100;
  position: relative;
}

.sec03_list_title img {
  display: block;
}

.sec03_title_right .sec03_list_title {
  margin-left: auto;
}

.sec03_list_bg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}

.sec03_list03 .sec03_list_bg {
  top: -20px;
}

.sec04 {
  padding: 50px 0;
  background-color: #01242d;
}

.sec04 .wrap {
  width: 1200px;
}

.sec04_list {}

.sec04_list ul {
  display: flex;
  justify-content: space-between;
}

.sec04_list ul li {
  width: 580px;
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.sec04_list ul li:before {
  content: "";
  width: 560px;
  height: 330px;
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.sec04_list ul li:first-child {
  background-image: url(/wp-content/uploads/image/sec04_bg01.png);
}

.sec04_list ul li:last-child {
  background-image: url(/wp-content/uploads/image/sec04_bg02.png);
}

.sec04_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.sec04_list_title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.sec04_list_title01 {
  width: 380px;
  height: 33px;
}

.sec04_list_title img {
  display: block;
}

.sec04_list_title02 {
  width: 270px;
  height: 33px;
}

.sec05 {
  padding: 65px 0 45px 0;
  background-color: #f4f4f4;
  overflow: hidden;
}

.sec05_title {
  margin-bottom: 40px;
}

.sec05_title p {
  font-size: 30px;
  text-align: center;
  line-height: 35px;
}

.sec05_title p span {
  font-size: 14px;
  display: block;
}

.sec05 .bx-wrapper {
  -moz-box-shadow: 0 0 0px #ccc;
  -webkit-box-shadow: 0 0 0px #ccc;
  box-shadow: 0 0 0px #ccc;
  border: 0px solid #fff;
  background: none;
  margin: 0 auto;
}

.sec05 .bx-viewport {
  overflow: inherit !important;
}

.sec05_slider_title p {
  font-size: 16px;
}

.sec05_slider_img {
  position: relative;
  width: 100%;
  height: 230px;
  overflow: hidden;
  background-color: #000;
  margin-bottom: 10px;
}

.sec05_slider_img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
}

.sec06 {
  padding: 70px 0 55px 0;
}

.sec06_link01 {
  margin-bottom: 90px;
}

.sec06_link01 a {
  display: block;
  width: 100%;
  height: 100%;
}

.sec06_link01 a img {
  display: block;
}

.sec06_link_list {}

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

.sec06_link_list ul li {
  width: 320px;
  margin-bottom: 25px;
}

.sec06_link_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.sec06_link_list ul li a img {
  display: block;
}

.sec07 {
  padding: 40px 0;
  background-color: #f4f4f4;
}

.sec07_list {}

.sec07_list ul {
  display: flex;
  justify-content: space-between;
}

.sec07_list ul li {
  width: 240px;
}

.sec07_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.top_footer {
  background-image: url(/wp-content/uploads/image/ft_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 45px 0 30px 0;
}

.top_ftbox {
  width: 100%;
  padding: 45px 60px 15px 60px;
  background-color: rgba(255, 255, 255, 0.85);
}

.ft_logo {
  width: 270px;
  margin: 0 auto 55px auto;
}

.ft_logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.ft_logo a img {
  display: block;
}

.top_ft_ulbox {}

.top_ft_ulbox ul {
  margin-bottom: 65px;
}

.top_ft_ulbox ul li {
  margin-bottom: 15px;
}

.top_ft_ulbox ul li:before {
  content: "ー";
  display: inline-block;
  margin-right: 5px;
}

.top_ft_ulbox ul li a {
  text-decoration: none;
  color: #000;
  font-size: 11px;
}

.top_ft_ul_title {
  margin-bottom: 15px;
}

.top_ft_ul_title p {
  font-size: 13px;
  font-weight: bold;
}

.copyright {
  text-align: center;
}

.copyright small {
  font-size: 10px;
  font-weight: bold;
}

.sec06_link_list ul.sp {
  display: none;
}

/*固定ページ*/

.kotei_h1 {
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.kotei_h1 h1 {
  text-align: center;
  color: #fff;
  font-size: 30px;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
}

.facility_h1 {
  background-image: url(/wp-content/uploads/image/facility_h1.png);
}

.facility02_h1 {
  background-image: url(/wp-content/uploads/image/facility02_h1.png);
}

.access_h1 {
  background-image: url(/wp-content/uploads/image/access_h1.png);
}

.comic_h1 {
  background-image: url(/wp-content/uploads/image/arapp_h1.png);
}

.app_h1 {
  background-image: url(/wp-content/uploads/image/arapp_h1.png);
}

.history_h1 {
  background-image: url(/wp-content/uploads/image/history_h1.png);
}

.nanafushigi_h1 {
  background-image: url(/wp-content/uploads/image/nanafushigi_h1.png);
}

.shizen_h1 {
  background-image: url(/wp-content/uploads/image/sizen_h1.png);
}

.page-id-38 .shizen_h1 {
  background-image: url(/wp-content/uploads/image/yachou_back.png);
}

.page-id-42 .shizen_h1 {
  background-image: url(/wp-content/uploads/image/sec03_new.png);
}

.koi_h1 {
  background-image: url(/wp-content/uploads/image/koi_h1.png);
}

.access_title02 p {
  width: 560px !important;
}

.facility_h1 h1 {
  width: 210px;
}

.facility02_h1 h1 {
  width: 210px;
}

.access_h1 h1 {
  width: 500px;
}

.comic_h1 h1 {
  width: 400px;
  font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
}

.app_h1 h1 {
  width: 300px;
}

.history_h1 h1 {
  width: 400px;
}

.nanafushigi_h1 h1 {
  width: 300px;
}

.shizen_h1 h1 {
  width: 300px;
}

.kosatsu_h1 h1 {
  width: 200px;
}

.koi_h1 h1 {
  width: 600px;
  max-width: 100%;
}

.breadcrumb {
  padding: 20px 0 80px 0;
}

.breadcrumb ul {
  display: flex;
}

.breadcrumb ul li {
  font-weight: bold;
}

.breadcrumb ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #9fa0a0;
}

.breadcrumb ul li a:after {
  content: "|";
  display: inline-block;
  margin: 0 10px;
}

.kotei_title {
  margin-bottom: 20px;
}

.kotei_title p {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  padding-left: 25px;
  position: relative;
  border-bottom: 1px solid #e30012;
}

.kotei_title p:before {
  content: "";
  width: 15px;
  height: 40px;
  display: inline-block;
  background-color: #e30012;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.kotei_title_text {
  margin-bottom: 30px;
}

.kotei_title_text p {
  font-size: 15px;
}

.kotei_title02 {
  height: 40px;
  z-index: 10;
  position: relative;
}

.kotei_title02 p {
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  background-color: #e77c18;
  width: 160px;
  text-align: center;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-weight: lighter;
  box-shadow: 4px 0px 10px #ddd;
}

.facilitybox {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  box-shadow: 0px 0px 5px 2px #ddd;
  margin-bottom: 50px;
}

.facility_img {
  width: 460px;
}

.facility_img img {
  display: block;
}

.facility_textbox {
  width: 450px;
}

.facility_title {
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}

.facility_title p {
  font-size: 15px;
  font-weight: bold;
}

.facility_text {}

.facility_text p {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 1.8;
}

.fasility_table {
  box-shadow: 0px 0px 5px 2px #ddd;
  padding: 30px;
  margin-bottom: 50px;
}

.fasility_table table {
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
  margin-bottom: 15px;
}

.fasility_table th {
  width: 20%;
  border: 1px solid #ccc;
  background-color: #f2f2f2;
}

.fasility_table td {
  width: 80%;
  padding: 10px 0;
  border: 1px solid #ccc;
  padding-left: 20px;
}

.fasility_table_title {
  margin-bottom: 2px;
}

.fasility_table_title p {
  font-size: 15px;
  font-weight: 600;
}

.kotei_title02_02 p {
  background-color: #095493;
}

.craftbox {
  box-shadow: 0px 0px 5px 2px #ddd;
  padding: 30px 30px 60px 30px;
}

.craft_title {
  margin-bottom: 5px;
}

.craft_title p {
  font-size: 15px;
  font-weight: bold;
  color: #008f45;
}

.craft_text {
  margin-bottom: 20px;
}

.craft_text p {
  font-size: 13px;
  line-height: 1.8;
}

.kotei_title02_03 p {
  background-color: #008f45;
  width: 200px !important;
}

.craft_pdf_list {
  margin-bottom: 30px;
}

.craft_pdf_list ul {
  display: flex;
  justify-content: space-between;
}

.craft_pdf_list ul li {
  width: 300px;
  height: 60px;
}

.craft_pdf_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  color: #000;
  background-color: #adad3b;
  border-radius: 5px;
  background-repeat: no-repeat;
}

.craft_pdf_list ul li a span {
  font-size: 12px;
  display: inline-block;
  margin-left: 5px;
}

.craft_pdf_list01 a {
  background-image: url(/wp-content/uploads/image/sakaki_icon.png);
  background-size: 70px;
  background-position: top -15px right 30px;
}

.craft_pdf_list02 a {
  background-image: url(/wp-content/uploads/image/shitogi_icon.png);
  background-size: 63px;
  background-position: top -18px right 20px;
}

.craft_pdf_list03 a {
  background-image: url(/wp-content/uploads/image/kinpa_icon.png);
  background-size: 68px;
  background-position: top -37px right 20px;
}

.craft_inbox_title {}

.craft_inbox_title p {
  font-size: 15px;
  font-weight: lighter;
  color: #fff;
  background-color: #008f45;
  padding-left: 20px;
  line-height: 40px;
  border-radius: 5px 5px 0 0;
}

.craft_inbox {
  display: flex;
  padding: 30px;
  align-items: center;
  border: 1px solid #008f45;
  position: relative;
  margin-bottom: 30px;
}

.craft_inbox_list {
  padding: 34px 0 54px 0;
}

.craft_inbox_list ul {
  display: flex;
}

.craft_inbox_list ul li {
  margin-right: 20px;
  position: relative;
  padding-left: 20px;
}

.craft_inbox_list ul li:before {
  content: "●";
  color: #008f45;
  position: absolute;
  top: 2px;
  left: 0;
  margin: auto;
}

.craft_inbox_list ul li p {
  font-size: 15px;
}

.claft_flexbox01 {
  width: 380px;
}

.claft_flexbox02 {
  width: 540px;
}

.craft_inbox_img {
  width: 70px;
  position: absolute;
  bottom: 10px;
  right: 20px;
}

.craft_inbox_img img {
  display: block;
}

.craft_inbox_text p {
  font-size: 15px;
  line-height: 1.8;
}

.craft_adobebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f2f2f2;
  padding: 15px;
  margin-bottom: 50px;
}

.craft_adobe_text {
  width: 725px;
}

.craft_adobe_text p {
  text-align: justify;
  line-height: 1.5;
}

.craft_adobe_img {
  width: 160px;
}

.craft_adobe_img img {
  display: block;
}

.craft_title02 {
  border-bottom: 6px double #628142;
  width: 650px;
  margin: 0 auto 30px auto;
  padding-bottom: 5px;
}

.craft_title02 p {
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  position: relative;
}

.craft_title02 p:before {
  content: "オガラス";
  font-size: 10px;
  position: absolute;
  top: -9px;
  right: 268px;
  color: #dd3b14;
}

.craft_title02 p span {
  color: #dd3b14;
}

.craft_ogarasu_box {
  position: relative;
}

.ogarasu_flex {
  display: flex;
  justify-content: space-around;
  width: 800px;
  margin: 0 auto;
}

.craft_ogarasu_img01 {
  width: 360px;
}

.craft_ogarasu_img01 img {
  display: block;
}

.craft_ogarasu_img02 {
  width: 360px;
}

.craft_ogarasu_img02 img {
  display: block;
}

.craft_ogarasu_img01 img {
  display: block;
  width: 100%;
}

.craft_ogarasu_img02 img {
  display: block;
  width: 100%;
}

.craft_ogarasu_text {
  width: 489px;
  position: absolute;
  bottom: -20px;
  left: 83px;
}

.craft_ogarasu_text p {
  font-size: 15px;
  line-height: 1.8;
  text-align: justify;
}

.kotei_sec_end {
  margin-bottom: 100px;
}

.access_imgbox01 {
  box-shadow: 0px 0px 5px 2px #ddd;
  padding: 30px;
  margin-bottom: 50px;
}

.access_imgbox01_img {
  margin-bottom: 15px;
  margin: 0 auto 50px auto;
  width: 80%;
}

.access_imgbox01_img img {
  display: block;
  width: 100%;
}

.access_imgbox01_title {
  margin-bottom: 40px;
  position: relative;
  padding-left: 25px;
}

.access_imgbox01_title:before {
  content: "●";
  color: #e30012;
  position: absolute;
  font-size: 20px;
  top: -2px;
  left: 0;
}

.access_imgbox01_title p {
  font-size: 18px;
  font-weight: bold;
}

.access_bus_linkbox {
  box-shadow: 0px 0px 5px 2px #ddd;
  padding: 50px 70px;
}

.access_bus_img01 {
  width: 100%;
  margin: 0 auto 10px auto;
}

.access_bus_img01 img {
  display: block;
  width: 100%;
}

.access_bus_linkbox {
  position: relative;
}

.access_bus_linklist {
  position: absolute;
  width: 430px;
  bottom: 40px;
  right: 30px;
}

.access_bus_linklist ul {}

.access_bus_linklist ul li {
  margin-bottom: 5px;
}

.access_bus_linklist ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.access_bus_linklist ul li a img {
  display: block;
}

.access_bus_linklist_text {
  margin-bottom: 10px;
}

.access_bus_linklist_text p {
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  color: #333;
}

.access_bus_linklist_text02 {}

.access_bus_linklist_text02 p {}

.kotei_sec01 {
  margin-bottom: 50px;
}

.rout_bus_box {
  padding: 30px;
  box-shadow: 0px 0px 5px 2px #ddd;
  margin-bottom: 50px;
}

.rout_bus_img {
  margin: 0 auto 10px auto;
}

.rout_bus_img img {
  display: block;
}

.rout_bus_text {}

.rout_bus_text p {
  font-size: 13px;
  line-height: 1.5;
}

.rout_bus_table {
  padding: 40px 50px;
  box-shadow: 0px 0px 5px 2px #ddd;
  margin-bottom: 50px;
}

.rout_bus_table th {
  border: 1px solid #999;
  padding: 10px 0;
}

.rout_bus_table td {
  padding: 10px 0;
  border: 1px solid #999;
  text-align: center;
}

.rout_bus_table table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 15px;
}

.rout_bus_gray01 {
  background-color: #595757;
  color: #fff;
  font-weight: lighter;
}

.rout_bus_gray02 {
  background-color: #dcdddd;
}

.rout_bus_yellow {
  background-color: rgba(255, 255, 0, 0.2);
}

.rout_bus_green {
  background-color: rgba(0, 128, 0, 0.1);
}

.rout_bus_table_text {
  margin-bottom: 5px;
}

.rout_bus_table_text p:before {
  content: "●";
  font-size: 10px;
  display: inline-block;
  margin-right: 2px;
}

.rout_bus_table_text02 p {
  font-size: 13px;
}

.rout_bus_table_text02 p span {
  font-size: 15px;
  color: #e30012;
  font-weight: bold;
  display: inline-block;
  margin: 0 2px;
}

.comic_box {
  padding: 30px 30px 80px 30px;
  box-shadow: 0px 0px 5px 2px #ddd;
}

.comicbox_title {
  margin-bottom: 30px;
}

.comicbox_title p {
  font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  font-size: 30px;
  text-align: center;
  color: #f4607f;
  text-shadow: 0px 0px 15px #f4607f;
}

.comicbox_inbox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.comic_img {
  width: 400px;
}

.comic_img img {
  display: block;
  width: 100%;
}

.comic_inbbox_textbox {
  width: 520px;
}

.comic_inbbox_textbox_title {
  margin-bottom: 10px;
}

.comic_inbbox_textbox_title img {
  display: block;
}

.comic_inbbox_textbox_text {
  margin-bottom: 15px;
}

.comic_inbbox_textbox_text p {
  font-size: 15px;
  line-height: 1.8;
  font-weight: bold;
}

.comic_inbbox_textbox_text p span {
  font-size: 18px;
  color: #f4607f;
}

span.comic_span01 {
  font-size: 12px !important;
  color: #000 !important;
}

.comic_inbbox_textbox_text02 {}

.comic_inbbox_textbox_text02_title {
  width: 100%;
  height: 30px;
}

.comic_inbbox_textbox_text02_title p {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f4607f;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  border-radius: 5px 5px 0 0;
  border: 1px solid #f4607f;
}

.comic_inbbox_textbox_text02_list {
  border: 1px solid #f4607f;
  padding: 20px 20px 10px 20px;
  margin-bottom: 10px;
}

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

.comic_inbbox_textbox_text02_list ul li {
  margin-bottom: 10px;
  width: 50%;
}

.comic_inbbox_textbox_text02_list ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #000;
  font-size: 15px;
  font-weight: bold;
}

.comic_inbbox_textbox_text02_list ul li a:before {
  content: "▶︎";
  display: inline-block;
  margin-right: 5px;
  font-size: 10px;
  vertical-align: middle;
  color: #999;
}

.comic_textbox_img img {
  display: block;
}

.comic_textbox_img {
  width: 75%;
  margin: 0 auto;
}

.comic_inbox02 {}

.comic_naiyoubox {
  margin-bottom: 70px;
  width: 600px;
  position: relative;
}

.comic_hitomibox {
  width: 600px;
  margin-left: auto;
  position: relative;
}

.comic_naiyoubox_title {
  height: 30px;
}

.comic_naiyoubox_title p {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f4607f;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  border-radius: 5px 5px 0 0;
  border: 1px solid #f4607f;
}

.comic_naiyoubox_text {
  border: 1px solid #f4607f;
  padding: 20px 30px;
}

.comic_naiyoubox_text p {
  font-size: 13px;
  line-height: 1.8;
  text-align: justify;
}

.comic_naiyoubox_img {
  position: absolute;
  right: -290px;
  top: -20px;
  width: 240px;
}

.comic_naiyoubox_img_text {
  position: absolute;
  bottom: -12px;
  right: -287px;
  transform: rotate(-1deg);
}

.comic_naiyoubox_img_text p {
  background-color: #f4b5c4;
  padding: 5px 10px;
  color: #fff;
  text-align: center;
  font-size: 15px;
}

.comic_hitomibox_img {
  position: absolute;
  left: -270px;
  top: -40px;
  width: 200px;
}

.comic_hitomibox_img_text {
  position: absolute;
  bottom: -25px;
  left: -310px;
  transform: rotate(1deg);
}

.comic_hitomibox_img_text p {
  background-color: #f4b5c4;
  padding: 5px 10px;
  color: #fff;
  text-align: center;
  font-size: 15px;
}

.app_box {
  box-shadow: 0px 0px 5px 2px #ddd;
  padding: 50px 30px;
}

.app_title {
  position: relative;
  z-index: 100;
  margin-bottom: 20px;
}

.app_title p {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  position: relative;
  z-index: 100;
}

.app_title p:before {
  content: "";
  display: block;
  position: absolute;
  width: 420px;
  height: 40px;
  background-color: #000;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -20;
}

.app_title p span {
  display: block;
  color: #e77c18;
  font-size: 40px;
}

.app_box_img {
  width: 800px;
  margin: 0 auto 30px auto;
}

.app_box_img img {
  display: block;
}

.app_kiyora_link {
  margin-bottom: 50px;
}

.app_kiyora_link p {
  font-size: 18px;
  text-align: center;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 10px;
}

.app_kiyora_link a {
  display: block;
  width: 400px;
  height: 100%;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  background-color: #f4607f;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  border-radius: 5px;
}

.appbox_inbox {
  display: flex;
  width: 800px;
  margin: 0 auto;
  align-items: center;
}

.appbox_inbox_img {
  width: 300px;
  margin-right: 30px;
}

.appbox_inbox_img img {
  display: block;
  width: 100%;
}

.appbox_inbox_text {
  width: 440px;
  margin-bottom: 10px;
}

.appbox_inbox_text p {
  font-size: 13px;
  line-height: 1.8;
  text-align: justify;
}

.appbox_downloadbox {
  background-color: #f2f2f2;
  padding: 20px;
}

.appbox_download_title {
  margin-bottom: 20px;
}

.appbox_download_title p {
  background-color: #000;
  padding: 5px 10px;
  text-align: center;
  color: #fff;
  font-size: 15px;
}

.appbox_download_link {
  margin-bottom: 10px;
}

.appbox_download_link ul {
  display: flex;
  justify-content: space-between;
}

.appbox_download_link ul li {
  width: 50%;
}

.appbox_download_link ul li:last-child {
  width: 43%;
}

.appbox_download_link ul li img {
  display: block;
  width: 100%;
}

.app_list {
  padding: 50px 70px;
  box-shadow: 0px 0px 5px 2px #ddd;
}

.app_list ul {}

.app_list ul li {
  display: flex;
  position: relative;
  margin-bottom: 100px;
}

.app_list ul li:last-child {
  margin-bottom: 0px;
}

.app_list ul li:last-child:after {
  display: none;
}

.app_list ul li:after {
  content: "▼";
  font-size: 50px;
  color: #999;
  text-align: center;
  display: block;
  position: absolute;
  bottom: -80px;
  left: 0;
  right: 0;
  margin: auto;
}

.app_list_img {
  width: 180px;
  margin-right: 30px;
}

.app_list_img img {
  display: block;
  width: 100%;
}

.app_list_textbox {
  padding-top: 30px;
  width: 650px;
}

p.app_list_text01 {
  font-size: 18px;
  font-weight: bold;
}

p.app_list_text01 span {
  display: block;
  font-size: 20px;
  width: 35px;
  height: 35px;
  background-color: #e30012;
  text-align: center;
  color: #fff;
  line-height: 35px;
  margin-bottom: 10px;
}

p.app_list_text02 {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 20px;
}

p.app_list_text02 span {
  color: #e77c18
}

.app_list_text03 {
  color: #2ba146;
  margin-bottom: 10px;
  border-bottom: 3px double #2ba146;
  padding-bottom: 3px;
}

.markerbox {
  background-color: #ffffee;
  border: 2px solid #e30012;
  ;
  padding: 0px 0px 20px 0px;
  border-radius: 10px;
  width: 500px;
}

.markerbox_title {
  height: 30px;
}

.markerbox_title p {
  line-height: 30px;
  font-size: 15px;
  text-align: center;
  color: #fff;
  background-color: #e30012;
}

.markerbox_imgbox {
  padding: 30px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.markerbox_img01 {
  width: 200px;
}

.markerbox_img01 img {
  display: block;
  width: 100%;
}

.markerbox_img02 {
  width: 120px;
}

.markerbox_img02 img {
  display: block;
  width: 100%;
}


p.app_list_text04 {
  font-size: 18px;
  font-weight: bold;
}

.comicbox02_title {
  margin-bottom: 15px;
}

.comicbox02_title p {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}

.comicbox02_title_img {
  width: 700px;
  margin: 0 auto 10px auto;
}

.comicbox02_title_img img {
  display: block;
}

.comin02_title_text {
  padding: 20px;
  background-color: #b2d8b2;
  border-radius: 10px;
  margin-bottom: 50px;
}

.comin02_title_text p {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}

.comic02_box_title02 {
  margin-bottom: 10px;
}

.comic02_box_title02 p {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #e30012;
}

.comic02_box_title02 p:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #e30012;
  margin-right: 10px;
  vertical-align: middle;
}

.comic02_box_title02 p:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #e30012;
  margin-left: 10px;
  vertical-align: middle;
}

.comic02_title02_text {
  margin-bottom: 30px;
}

.comic02_title02_text p {
  font-size: 15px;
  text-align: center;
}

.comic02_list {
  margin-bottom: 30px;
}

.comic02_list ul {
  display: flex;
  justify-content: space-around;
}

.comic02_list ul li {
  width: 150px;
}

.comic02_list ul li img {
  display: block;
  width: 100%;
}

.comic02_box {
  background-image: url(/wp-content/uploads/image/comic02_box.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding: 50px 50px;
  position: relative;
  margin-bottom: 30px;
}

.comic02_box_mask {
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.comic02_title03 {
  z-index: 10;
  position: relative;
}

.comic02_title03 p {
  font-size: 18px;
  font-weight: bold;
  color: #035903;
  border-bottom: 1px solid #035903;
  padding-bottom: 3px;
  margin-bottom: 10px;
}

.comic02_text {
  z-index: 10;
  position: relative;
  width: 500px;
}

.comic02_text p {
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
}

.comic02_box_img {
  position: absolute;
  width: 300px;
  top: 120px;
  margin: auto;
  right: 50px;
}

.comic02_box_img img {
  display: block;
}

.sakka_box {}

.sakka_box_title {
  height: 30px;
}

.sakka_box_title p {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #035903;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 15px;
}

.sakkabox_list {
  padding: 30px;
  border: 1px solid #035903;
  margin-bottom: 30px;
}

.sakkabox_list ul {
  display: flex;
  justify-content: space-between;
}

.sakkabox_list ul li {
  width: 48%;
}

.sakkabox_list_title {
  margin-bottom: 15px;
}

.sakkabox_list_title p {
  font-size: 13px;
  font-weight: bold;
  color: #035903;
  border-bottom: 1px solid #035903;
}

.sakkabox_imgbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sakkabox_list_img {
  width: 80px;
}

.sakkabox_list_img img {}

.sakkabox_list_text {
  width: 300px;
}

.sakkabox_list_text p {
  font-size: 13px;
  line-height: 1.8;
}

.sakkabox_list_text p span {
  display: block;
  color: #fff;
  font-size: 13px;
  padding: 2px 3px;
  background-color: #035903;
  width: 100px;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 5px;
}

.comic02_comiclist {
  margin-bottom: 30px;
}

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

.comic02_comiclist ul li {
  width: 48%;
  position: relative;
  margin-bottom: 15px;
}

.comic02_comiclist_title {
  height: 30px;
}

.comic02_comiclist_title p {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 30px;
  font-size: 15px;
  color: #fff;
  background-color: #e30012;
  padding-left: 20px;
}

.comic02_comiclist_box {
  padding: 10px;
  display: flex;
  justify-content: space-between;
}

.comic02_comiclist_img {
  width: 100px;
}

.comic02_comiclist_img img {
  display: block;
}

.comic02_comiclist_text {
  width: 330px;
}

.comic02_comiclist_text p {
  text-align: justify;
  line-height: 1.6;
  font-size: 13px;
}

.comic02_comiclist_text {}

.comic02_comiclist_text a {
  display: block;
  width: 200px;
  height: 100%;
  text-decoration: none;
  color: #000;
  line-height: 30px;
  height: 30px;
  text-align: center;
  margin-left: auto;
  border: 1px solid #999;
  position: absolute;
  bottom: 0;
  right: 0;
}

.comic02_goodsbox {
  display: flex;
}

.comic02_goodsbox01 {
  width: 250px;
  padding: 60px 15px 10px 15px;
  background-color: #035903;
}

.comic02_goods_title {
  margin-bottom: 15px;
}

.comic02_goods_title p {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
}

.comic02_goods_text {}

.comic02_goods_text p {
  font-size: 13px;
  text-align: justify;
  line-height: 1.6;
  color: #c9c9c9;
}

.comic02_goodsbox02 {
  width: 230px;
  padding: 10px;
  border-right: 1px solid #035903;
}

.comic02_goods_title02 {
  margin-bottom: 5px;
}

.comic02_goods_title02 p {
  text-align: center;
  color: #035903;
  font-weight: bold;
  font-size: 13px;
}

.comic02_goodsbox_img {
  margin-bottom: 10px;
}

.comic02_goodsbox_img img {
  display: block;
  width: 100%;
}

.comic02_goodsbox_img01 {
  width: 90%;
  margin: 0 auto 13px auto;
  padding-top: 15px;
}

.comic02_goodsbox_img02 {
  width: 24%;
  margin: 0 auto 10px auto;
}

.comic02_goodsbox_img03 {
  width: 100%;
  margin: 0 auto 15px auto;
}

.comic02_goodsbox_img03 img {
  width: 80%;
  margin: 0 auto;
  padding-top: 10px;
}

.comic02_goodstext02 {}

.comic02_goodstext02 p {
  text-align: center;
}

.history_box {
  padding: 30px;
  box-shadow: 0px 0px 5px 2px #ddd;
}

.history_text01 {
  margin-bottom: 20px;
}

.history_text01 p {
  font-size: 13px;
  line-height: 1.8;
  text-align: justify;
}

.history_text02 {
  margin-bottom: 20px;
}

.history_text02 p {
  font-size: 13px;
  line-height: 1.8;
  text-align: justify;
}

.history_inbox {
  margin-bottom: 30px;
}

.history_inbox_title {
  margin-bottom: 20px;
}

.history_inbox_title p {
  padding: 10px 10px 5px 30px;
  color: #1a1a1a;
  font-size: 15px;
  border-bottom: 3px solid #e30012;
  font-weight: bold;
}

.history_season_list {}

.history_season_list ul {
  display: flex;
  flex-wrap: wrap;
}

.history_season_list ul li {
  width: 50%;
  padding: 20px;
  height: 195px;
}

.history_season_list01 {
  background-image: url(/wp-content/uploads/image/history_season_bg01.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.history_season_list02 {
  background-image: url(/wp-content/uploads/image/history_season_bg02.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.history_season_list03 {
  background-image: url(/wp-content/uploads/image/history_season_bg03.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.history_season_list04 {
  background-image: url(/wp-content/uploads/image/history_season_bg04.png);
  background-size: cover;
  background-repeat: no-repeat;
}
}

.history_season_list_text {}

.history_season_list_text p {
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
}

.history_season_list_text p span {
  display: block;
  color: #fff;
  font-size: 25px;
}

.history_list {}

.history_list ul {}

.history_list ul li {
  margin-bottom: 20px;
}

.history_list_title {
  margin-bottom: 20px;
}

.history_list_title p {
  font-size: 18px;
  color: #fff;
  padding: 5px 0;
  text-align: center;
  background-color: #e77c18;
}

.history_list_textbox {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}

.history_list_text {
  width: 70%;
}

.history_list_text p {
  font-size: 15px;
  line-height: 1.8;
}

.history_list_img {
  width: 25%;
}

.history_list_img img {
  display: block;
}

.history_imglist {
  margin-bottom: 10px;
}

.history_imglist ul {
  display: flex;
}

.history_imglist ul li {}

.history_imglist ul li a {
  display: block;
}

.history_imglist_text {}

.history_imglist_text p {
  font-size: 13px;
  line-height: 1.8;
}

.nanafushigi_list {
  padding: 30px;
  box-shadow: 0px 0px 5px 2px #ddd;
  margin-bottom: 50px;
}

.nanafushigi_list ul {}

.nanafushigi_list ul li {
  margin-bottom: 20px;
}

.nanafushigi_list_title {
  margin-bottom: 15px;
  border-bottom: 1px solid #653308;
}

.nanafushigi_list_title p {
  font-size: 20px;
}

.nanafushigi_list_title span {
  font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  font-size: 20px;
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  background-color: #653308;
  margin-right: 10px;
  font-weight: bold;
}

.nanafushigi_list_text {
  margin-bottom: 15px;
}

.nanafushigi_list_text p {
  font-size: 15px;
  line-height: 1.8;
}

.nanafushigi_list_img {
  display: flex;
}

.nanafushigi_list_img img {
  display: block;
  width: 300px;
  height: 300px;
  margin-right: 20px;
}

.nanafushigi_list ul li a {
  display: block;
  width: 200px;
  height: 30px;
  text-decoration: none;
  color: #000;
  font-size: 15px;
  text-align: center;
  margin-left: auto;
}

.nanafushigi_list ul li a:after {
  content: "≫";
  display: inline-block;
  margin-left: 5px;
}

.shirushi_bt_list {
  display: flex;
  margin-bottom: 50px;
}

#koibito.shirushi_bt_list {
  justify-content: center;
}

.shirushi_bt_list_title {
  margin-right: 50px;
}

.shirushi_bt_list_title p {
  font-size: 30px;
  color: #491902;
  font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  font-weight: bold;
  line-height: 50px;
}

.shirushi_bt_list ul {
  display: flex;
}

.shirushi_bt_list ul li {
  width: 250px;
  height: 50px;
  margin-right: 20px;
  background-color: #a5877a;
  display: block;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  position: relative;
}

.shirushi_bt_list ul li:before {
  content: "";
  position: absolute;
  width: 240px;
  height: 40px;
  border: 1px solid #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.shirushi_bt_list ul li a:before {
  content: "";
  position: absolute;
  width: 240px;
  height: 40px;
  border: 1px solid #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.shirushi_bt_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #491902;
  font-size: 18px;
  position: relative;
}

.kosatsu_title {
  font-weight: bold;
  color: #491902;
}

.kosatsu_list_img {
  margin-bottom: 20px;
}


.yukari_title p {
  line-height: 40px;
}

.yukari_title span {
  background: none !important;
  width: auto;
  display: inline-block;
  color: #000000;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: lighter;
  font-size: 14px;
  margin-right: 0px !important;
  margin-left: 10px;
  vertical-align: bottom;
}

.yukari_list_textbox {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.yukari_list_text {
  width: 700px;
}

.nanafushigi_list_text p {
  font-size: 15px;
  line-height: 1.6;
  text-align: justify;
}

.yukari_img {
  width: 180px;
}

.yukari_img img {
  display: block;
  width: 100%;
}

.yukari_list ul li {
  margin-bottom: 30px;
}

.kiseki_box {
  padding: 30px;
  box-shadow: 0px 0px 5px 2px #ddd;
}

.kiseki_text {
  margin-bottom: 40px;
}

.kiseki_text p {
  font-size: 15px;
  line-height: 1.6;
}

.kiseki_list {}

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

.kiseki_list ul li {
  width: 48%;
  margin-bottom: 20px;
}

.kiseki_list ul li a {
  display: block;
  width: 200px;
  height: 30px;
  text-decoration: none;
  color: #000;
  font-size: 15px;
  text-align: center;
  margin-left: auto;
}

.kiseki_list ul li a:after {
  content: "≫";
  display: inline-block;
  margin-left: 5px;
}

.kiseki_list_title {
  margin-bottom: 20px;
}

.kiseki_list_title p {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  display: block;
  width: 100%;
  height: 100%;
}

.kiseki_list_title p:before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #023302;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.kiseki_list_box {
  display: flex;
}

.kiseki_list_img {
  width: 200px;
  margin-right: 10px;
}

.kiseki_list_img img {
  display: block;
}

.kiseki_list_text {
  width: 300px;
}

.kiseki_list_text p {
  font-size: 15px;
  line-height: 1.8;
  text-align: justify;
}

.shizen_bt_list_title p {
  color: #023302;
}

.shizen_bt_list ul li {
  width: 240px;
  background-color: #8bc18b;
}

#koibito.shizen_bt_list ul li {
  background: #e58888;
}

#koibito.shizen_bt_list ul li a {
  background: #d4d4d4;
}

.shizen_bt_list ul li:before {
  width: 230px;
}

.shizen_bt_list ul li a {
  background-color: #023302;
}

.shizen_bt_list ul li a:before {
  width: 230px;
}

.kiseki_list ul li:first-child {
  background-color: #023302;
}

.kiseki_list_title02 {}

.kiseki_list_title02 p {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
}

.kiseki_list_title02 p span {
  display: block;
  font-size: 40px;
}

.genshirin_box {
  padding: 30px;
  box-shadow: 0px 0px 5px 2px #ddd;
  margin-bottom: 100px;
}

.genshirin_inbox {
  margin-bottom: 40px;
}

.genshirin_title {
  margin-bottom: 15px;
}

.genshirin_title p {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  display: block;
  width: 100%;
  height: 100%;
}

.genshirin_title p:before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #023302;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.genshirin_img {
  width: 300px;
}

.genshirin_img img {
  display: block;
}

.genshirin_text {
  width: 620px;
}

.genshirin_text p {
  font-size: 15px;
  line-height: 1.8;
  text-align: justify;
}

.genshirin_text02 {
  width: 100%;
}

.genshirin_list {
  margin-bottom: 20px;
}

.genshirin_list ul {
  display: flex;
  justify-content: space-between;
}

.genshirin_list ul li {
  width: 290px;
}

.genshirin_list_img {
  margin-bottom: 5px;
  position: relative;
}

.genshirin_list_img_after:after {
  content: "提供:広大植物園";
  color: #fff;
  position: absolute;
  bottom: 2px;
  left: 5px;
}

.genshirin_list_img img {
  display: block;
}

.genshirin_list_title {}

.genshirin_list_title p {
  font-size: 13px;
  font-weight: bold;
  color: #023302;
}

.genshirin_list_text p {
  text-align: justify;
  line-height: 1.5;
}

.genshirin_text span {
  font-size: 12px;
}

.genshirin_text03 p {
  margin-bottom: 150px;
}

a.sansakumap {
  display: block;
  width: 200px;
  height: 30px;
  text-decoration: none;
  color: #000;
  font-size: 15px;
  text-align: center;
  margin-left: auto;
}

a.sansakumap:after {
  content: "≫";
  display: inline-block;
  margin-left: 5px;
}

.genshirin_inbox04 {
  margin-bottom: 0px !important;
}

.yacho_list_title {
  margin: 0 auto 30px auto;
  width: 500px;
  height: 35px;
}

.yacho_list_title p {
  font-size: 18px;
  text-align: center;
  background-color: #023302;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  line-height: 35px;
  border-radius: 10px;
}

.yacho_list {}

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

.yacho_list ul li {
  width: 48%;
  margin-bottom: 20px;
}

.yacho_list_title02 {
  margin-bottom: 10px;
}

.yacho_list_title02 p {
  font-size: 18px;
  font-weight: bold;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/uploads/image/yacho_icon.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center left;
  padding-left: 25px;
  line-height: 31px;
}

.yacho_list_img_flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.yacho_list_imgbox {
  width: 220px;
}

.yacho_list_img {
  margin-bottom: 3px;
}

.yacho_list_img img {
  display: block;
}

.yacho_name {}

.yacho_name p {
  font-weight: bold;
  font-size: 13px;
}

.yacho_list_text {}

.yacho_list_text p {
  font-size: 13px;
  line-height: 1.6;
}

.yachobox {}

.kotei_title02_haru p {
  background-color: #ea81bd;
  box-shadow: 0px 0px 0px !important;
}

.kotei_title02_summer p {
  background-color: #bfd82e;
  box-shadow: 0px 0px 0px !important;
}

.naha_list {}

.naha_list_haru {
  margin-bottom: 30px;
}

.naha_list_summer ul {
  margin-bottom: 30px;
}

.naha_list ul {
  display: flex;
  justify-content: space-between;
  background-color: hsla(326, 71%, 71%, 0.12);
  padding: 30px;
  border-radius: 0 10px 0 10px;
}

.naha_list_summer ul {
  background-color: hsla(69, 69%, 51%, 0.25);
}

.naha_list ul li {
  width: 280px;
}

.naha_list_img {
  margin-bottom: 5px;
}

.naha_list_img img {
  display: block;
}

.naha_name {}

.naha_name p {
  font-weight: bold;
  font-size: 13px;
}

.naha_text {}

.naha_text p {
  font-size: 13px;
  line-height: 1.6;
  text-align: justify;
}

.sansaku_img {
  margin-bottom: 40px;
}

.sansaku_img img {
  display: block;
}

.sansakubox_title {
  line-height: 35px;
}

.sansakubox_title p {
  font-size: 18px;
  padding-left: 20px;
  line-height: 35px;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #023302;
  color: #fff;
}

.sansakubox_text {
  border: 1px solid #023302;
  padding: 20px;
}

.sansakubox_text p {
  font-size: 15px;
  text-align: justify;
}

.sansakubox_text p span {
  font-weight: bold;
  display: inline-block;
  margin: 0 5px;
}

.sansakubox_text p span.sansaku01 {
  color: #491902;
}

.sansakubox_text p span.sansaku02 {
  color: #023302;
}

.koi_title {
  margin-bottom: 20px;
}

.koi_title p {
  font-size: 35px;
  font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  color: #e30012;
  text-align: center;
}

.koi_title p:after {
  content: "Let's light up Fire of Oath together!";
  display: block;
  font-size: 15px;
  color: #222;
  letter-spacing: 1px;
  font-style: italic;
}

.koi_title_text {
  margin-bottom: 30px;
}

.koi_title_text p {
  font-size: 15px;
  text-align: center;
  color: #222;
}

.koi_box_title {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

.koi_box_title p {
  font-size: 18px;
  font-weight: bold;
  font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
}

.koi_box_title p span {
  color: #e30012;
  font-size: 23px;
}

.koi_box_title p:before {
  content: "- concept";
  font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  font-size: 12px;
  display: inline-block;
  margin-right: 5px;
  color: #222;
  font-style: italic;
}

.koi_inbox_textbox {
  width: 5_
}

]10px;
}

.koi_inbox {
  align-items: center;
}

.koi_inbox_textbox p {
  font-size: 15px;
  text-align: center;
  line-height: 1.8;
}

.koi_inbox_text01 {}

.koi_inbox_text01 p {}

.koi_inbox_text01 p span {
  display: block;
  margin: 10px 0;
  font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  font-style: italic;
  color: #666;
  letter-spacing: 1px;
}

.koi_inbox_text02 {}

.koi_inbox_text02 p span {
  color: #e30012;
  font-weight: bold;
}

.koi_inbox_text03 {}

.koi_inbox_text03 p {
  display: block;
  margin: 10px 0;
  font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  font-style: italic;
  color: #666;
  letter-spacing: 1px;
}

.koi_inbox.flex-sb.koi_inbox01 .koi_inbox_text_img {
  width: 200px;
}

.koi_inbox.flex-sb.koi_inbox02 .koi_inbox_text_img {
  width: 350px;
}

.koi_inbox_text_img img {}

.koi_inbox01 {
  margin-bottom: 100px;
}

.koi_inbox02 {
  margin-bottom: 10px;
}

.koi_movie_link {
  width: 400px;
  height: 35px;
  margin: 0 auto;
}

.koi_movie_link a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 35px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  background-color: #e300129e;
  border-radius: 10px 0 10px 0;
}

.koi_seichi_inbox {
  margin-bottom: 30px;
}

.koi_seichi_inbox_text {
  margin-bottom: 30px;
}

.koi_seichi_inbox_text p {
  font-size: 13px;
  line-height: 1.5;
  text-align: justify;
}

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

.koi_seichi_inbox_img {
  width: 48%;
}

.koi_seichi_inbox_img img {
  display: block;
}

.koi_seichi_inbox_text01 {
  margin-bottom: 30px;
}

.koi_seichi_inbox_text:before {
  content: "恋人の聖地/サテライト";
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  width: 100%;
  display: block;
  padding-bottom: 2px;
  margin-bottom: 5px;
}

.koi_seichi_inbox_text01:before {
  content: "「恋人の聖地」"
}

.koi_access {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.koi_box02_title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 3px;
  margin-bottom: 10px;
}

.koi_box02_title p {
  font-size: 18px;
  color: #e30012;
  font-weight: bold;
}

.koi_box02_text {
  margin-bottom: 15px;
  width: 700px;
}

.koi_box02_text p {
  font-size: 15px;
  line-height: 1.6;
  text-align: justify;
}

.project_lover_bt {
  width: 200px;
}

.koi_box02 .flex-sb {
  align-items: center;
}

.koi_access_title {}

.koi_access_title p {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 3px;
  margin-bottom: 10px;
}

.koi_box03 {
  background-color: #ffc0cb7a;
  border-radius: 20px 0 20px 0;
  padding: 30px;
}

.koi_box03_title {
  margin-bottom: 10px;
}

.koi_box03_title p {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #1a1a1a;
  display: block;
  color: #e30012;
}

.koi_box03_title p:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #e30012;
  margin-right: 0px;
  vertical-align: middle;
}

.koi_box03_title p:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #e30012;
  margin-left: 10px;
  vertical-align: middle;
}

.koi_box03_title_text {
  margin-bottom: 20px;
}

.koi_box03_title_text p {
  font-size: 15px;
  text-align: center;
}

.koi_box03_goods_textbox {
  margin-right: 20px;
}

.koi_box03_goods_name {
  margin-bottom: 10px;
}

.koi_box03_goods_name p {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.koi_box03_goods_text {
  margin-bottom: 15px;
}

.koi_box03_goods_text p {
  font-size: 13px;
  text-align: center;
}

.koi_box03_goods_img {
  margin: 0 auto;
}

.koi_box03_goods_img01 {
  width: 240px;
}

.koi_box03_goods_img02 {
  width: 55px;
}

.koi_box03_goodsbox {
  width: 400px;
}

.koi_box03_goodsbox_flex {
  display: flex;
  justify-content: space-around;
}

.koi_box02 {
  margin-bottom: 20px;
}

.kotei_title05 p {
  width: 250px;
}

.contact_box {
  padding: 30px;
  box-shadow: 0px 0px 5px 2px #ddd;
}

.contact_company {
  padding: 30px;
  border-bottom: 1px solid #e30012;
  margin-bottom: 30px;
}

.contact_company p {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.8;
}

.contact_company p span {
  font-size: 20px;
}

.contact_table_text {
  margin-bottom: 10px;
}

.contact_table_text p {
  font-size: 13px;
  font-weight: bold;
}

.contact_table {}

.contact_table table {
  width: 100%;
  border-collapse: collapse;
}

.contact_table table th {
  width: 25%;
  background-color: #f2f2f2;
  padding: 15px 0;
  border: 1px solid #ccc;
  text-align: left;
  padding-left: 20px;
}

.contact_table table th span {
  color: #e30012;
  font-size: 10px;
  display: inline-block;
  margin-left: 5px;
}

.contact_table table td {
  width: 75%;
  padding: 15px 0 15px 30px;
  border: 1px solid #ccc;
}

.contact_box01 {
  margin-bottom: 30px;
}

.contact_table02 {
  margin-bottom: 10px;
}

.contact_table_text02 p {
  text-align: center;
  font-size: 13px;
  line-height: 1.8;
}


/*会社のご案内*/
.company_h1 {
  background-image: url(/wp-content/uploads/image/company_h1.png);
}

.company_h1 h1 {
  width: 300px;
}

.company_box {
  padding: 30px;
  box-shadow: 0px 0px 5px 2px #ddd;
}

.company_table th,
td {
  padding: 10px 20px;
}

.company_table {
  width: 100%;
  border-collapse: collapse;
}

.company_table th {
  width: 30%;
  border: 1px solid #fff;
  border-bottom: none;
  background: #e60000;
  color: #fff;
}

.company_table tr:last-child th {
  border-bottom: 1px solid #e60000;
}

.company_table td {
  background: #ffffed;
  border: 1px solid #e90000;
  border-bottom: none;
}

.company_table tr:last-child td {
  border-bottom: 1px solid #e90000;
}

/**安全報告書**/
.safety_h1 {
  background-image: url(/wp-content/uploads/image/company_h1.png);
}

.safety_h1 h1 {
  width: 300px;
}

.safety_box {
  padding: 30px;
  box-shadow: 0px 0px 5px 2px #ddd;
}

.safety_inbox {
  margin-bottom: 40px;
}

.safety_title {
  margin-bottom: 15px;
}

.safety_text p {
  font-size: 15px;
  line-height: 1.8;
  text-align: justify;
}

dl.safety_dl01,
ul.safety_li01 {
  font-size: 15px;
  line-height: 1.8;
  text-align: justify;
}

.safety_title p {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  display: block;
  width: 100%;
  height: 100%;
}

span.safety_nmb {
  color: #d40202;
  padding-right: 10px;
  font-size: 20px;
}

p.safety_right {
  text-align: right;
  font-size: 14px;
  margin-top: 10px;
}

dl.safety_dl {
  font-size: 15px;
  line-height: 1.8;
  text-align: justify;
}

ul.safety_li02 {
  margin-bottom: 20px;
}

dl.safety_dl02 dd {
  margin-left: 0;
}

.safety_dlimg {
  width: 70%;
  min-width: 200px;
  margin: auto;
  margin-bottom: 30px;
}

.safety_dlimg dt {
  text-align: center;
  margin-bottom: 10px;
  font-size: 14px;
}

.safety_dlimg dd {
  margin-left: 0;
}

.safety_divimg {
  text-align: center;
  border: 1px solid #e60000;
  margin: 20px 0;
}

a.safety_btn {
  width: 500px;
  margin: auto;
  margin-top: 50px;
  height: 100px;
  line-height: 100px;
  background: #d40202;
  display: block;
  color: #fff !important;
  font-size: 25px;
  text-align: center;
  text-decoration: none;
  position: relative;
}

a.safety_btn:hover {
  text-decoration: underline;
}

a.safety_btn:before {
  content: "";
  display: inline-block;
  width: 490px;
  height: 90px;
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}


/**個人情報保護方針**/
.privacy_h1 {
  background-image: url(/wp-content/uploads/image/company_h1.png);
}

.privacy_h1 h1 {
  width: 320px;
}

ul.privacy_nav li {
  width: 48%;
  height: 50px;
  line-height: 50px;
  margin-bottom: 10px;
}

ul.privacy_nav li a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  background: #e30012;
  position: relative;
  padding: 0 0 0 50px;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

ul.privacy_nav li a::before,
ul.privacy_nav li a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

ul.privacy_nav li a::before {
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  background: #fff;
  left: 10px;
}

ul.privacy_nav li a::after {
  left: 18px;
  box-sizing: border-box;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #e90000;
}

.privacy_box {
  box-shadow: 0px 0px 5px 2px #ddd;
  padding: 50px 30px;
}

.privacy_title {
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
}

.privacy_title:before {
  content: "●";
  color: #e30012;
  position: absolute;
  font-size: 20px;
  top: -2px;
  left: 0;
}

.privacy_title p {
  font-size: 18px;
  font-weight: bold;
}

.privacy_text p {
  font-size: 15px;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 10px;
}

.privacy_inbox {
  margin-bottom: 40px;
}

ul.privacy_li01 {
  font-size: 15px;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 10px;
}

ul.privacy_li01 li {
  list-style: square;
  margin-left: 30px;
}

table.privacy_table {
  width: 100%;
  border-collapse: collapse;
}

table.privacy_table th {
  background: #e60000;
  color: #fff;
  font-size: 16px;
  padding: 10px 0;
}

table.privacy_table td {
  padding: 10px;
  border: 1px solid #e60000;
}

dl.privacy_dl,
dl.privacy_dl01,
dl.privacy_dl02 {
  font-size: 14px;
  line-height: 1.8;
}

dl.privacy_dl01 dt,
dl.privacy_dl02 dt {
  padding-left: 20px;
  position: relative;
}

dl.privacy_dl01 dt:before {
  content: "1.";
  display: inline-block;
  position: absolute;
  left: 0;
}

dl.privacy_dl02 dt:before {
  content: "2.";
  display: inline-block;
  position: absolute;
  left: 0;
}

dl.privacy_dl dd {
  margin-left: 0;
}

a.privacy_pagetop {
  display: block;
  text-align: right;
  margin-top: 30px;
  color: #000;
}

a.privacy_pagetop:before {
  content: "↑";
  font-size: 16px;
  font-weight: 600;
}

/**特定個人情報の適正な取扱いに関する基本方針**/
.mynumber_h1 {
  background-image: url(/wp-content/uploads/image/company_h1.png);
}

.mynumber_h1 h1 {
  width: 800px;
}

.mynumber_box {
  box-shadow: 0px 0px 5px 2px #ddd;
  padding: 50px 30px;
}

.mynumber_title p {
  font-size: 18px;
  font-weight: bold;
}

.mynumber_text p {
  font-size: 15px;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 10px;
}

.mynumber_title {
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
}

.mynumber_title:before {
  content: "●";
  color: #e30012;
  position: absolute;
  font-size: 20px;
  top: -2px;
  left: 0;
}

.mynumber_inbox {
  margin-bottom: 40px;
}


dl.mynumber_dl,
dl.mynumber_dl01,
dl.mynumber_dl02 {
  font-size: 14px;
  line-height: 1.8;
}

dl.mynumber_dl dd {
  margin-left: 0;
}

/**ハートインもみじ**/
.momiji_h1 {
  background-image: url(/wp-content/uploads/image/momiji_back.png);
}

.momiji_h1 h1 {
  width: 300px;
}

.momiji_box {
  padding: 30px;
  box-shadow: 0px 0px 5px 2px #ddd;
  margin-bottom: 100px;
}

.momiji_title {
  font-size: 25px;
  font-weight: bold;
  color: #ff4e7a;
  text-align: center;
  margin-bottom: 20px;
}

.momiji_img {
  margin-bottom: 20px;
}

.momiji_title_text01,
.momiji_title_text02 {
  font-size: 15px;
  text-align: center;
  line-height: 1.8;
}

table.momiji_table {
  width: 100%;
  border-collapse: collapse;
  margin: 50px 0 30px;
  font-size: 16px;
}

table.momiji_table tr:first-child th {
  border-top: 1px solid #ff4b78;
}

table.momiji_table tr:last-child th {
  border-bottom: 1px solid #ff4b78;
}

table.momiji_table th,
table.momiji_table td {
  border-bottom: 1px solid #ff4876;
  padding: 10px 20px;
}

table.momiji_table th {
  width: 30%;
  background: url(/wp-content/uploads/image/bg_contents.jpg)no-repeat, #ff4e7a;
  background-position: center;
  background-size: cover;
  color: #000;
  font-weight: normal;
  border-left: 1px solid #ff4e7a;
}

table.momiji_table td {
  width: 70%;
  border: 1px solid #ff4b78;
}

span.str {
  font-weight: 600;
  color: #ff4e7a;
}

.momiji_cf_img {
  margin-bottom: 30px;
}

ul.momoji_kome {
  margin-bottom: 50px;
  font-size: 15px;
  line-height: 1.8;
}

span.text_red {
  color: #ff4e7a;
}

ul.momoji_kome li {
  padding-left: 30px;
  position: relative;
}

ul.momoji_kome li:before {
  content: "※";
  position: absolute;
  left: 5px;
}

.momiji_contact {
  font-size: 16px;
  line-height: 1.8;
}

.ropewayType {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.ropewayTypeBox {
  width: 48%;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

p:empty {
  display: none;
}

.ropewayTypeBox .title {
  position: absolute;
  top: 0;
  left: 0;
  background: #e43631;
  color: #fff;
  font-size: 17px;
  padding: 3px 20px;
  font-weight: bold;
}

.ropewayTypeBox:nth-child(1) .title {
  background: #e77d38;
}

.ropewayTypeBox:nth-child(2) .title {
  background: #165493;
}

.ropewayTypeBox .image {
  line-height: 0;
}

.ropewayTypeBox a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s;
}

.ropewayTypeBox a:hover {
  background: rgba(255, 255, 255, 0.2);
}

.ropewayTypeBox img {
  transition: 0.2s;
}

.ropewayTypeBox:hover img {
  transform: scale(1.1);
}

.ropewayDanmen {
  text-align: center;
  margin-bottom: 60px;
}

.ropewayGuide table {
  width: 100%;
  font-size: 15px;
  border-spacing: 0;
  border: solid #ccc;
  border-width: 1px 0 0 1px;
}

.ropewayGuide th {
  background: #f2f2f2;
}

.ropewayGuide td {}

.ropewayGuide {
  margin-bottom: 60px;
}

.ropewayGuide h3 {
  margin: 0 0 10px;
  font-size: 17px;
}

.ropewayGuide table th,
.ropewayGuide table td {
  border: solid #ccc;
  border-width: 0 1px 1px 0;
}

/*追加*/
.nanafushigi_h1.kiezuBG {
  background-image: url(/wp-content/uploads/2019/03/nanafushigi.png);
}

.nanafushigi_h1.yukariBG {
  background-image: url(/wp-content/uploads/2019/03/yukariBG.png);
}

.shizen_h1.genshirinBG {
  background-image: url(/wp-content/uploads/2019/03/genshirinBG.png);
}

.page-id-38 .shizen_h1.yachoBG {
  background-image: url(/wp-content/uploads/2019/03/yachoBG.png);
}

.shizen_h1.sansakuBG {
  background-image: url(/wp-content/uploads/2019/03/sansakuBG.png);
}

/*修正*/
.kiseki_list_box {
  display: block;
}

.kiseki_list_img {
  width: 100%;
  margin: 0;
}

.kiseki_list_text {
  width: 100%;
}

.kiseki_list_text p {
  line-height: 1.5;
  margin-bottom: 10px;
}

.kiseki_list_title02 p {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 170px;
  font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
}

.genshirin_text03 p {
  margin-bottom: 0px;
}

.history_list_img {
  width: 45%;
}

.history_list_text {
  width: 50%;
}

.history_list_text p {
  font-size: 15px;
  line-height: 1.7;
}

.company_table th {
  width: 30%;
  border: 1px solid #fff;
  border-bottom: none;
  background: #ccc;
  color: #333;
}

.company_table td {
  background: #f2f2f2;
  border: 1px solid #ccc;
  border-bottom: none;
}

ul.privacy_nav li a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  background: #666;
  position: relative;
  padding: 0 0 0 50px;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

ul.privacy_nav li a::after {
  left: 18px;
  box-sizing: border-box;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #666;
}

table.privacy_table th {
  background: #666;
  color: #fff;
  font-size: 16px;
  padding: 10px 0;
}

table.privacy_table td {
  padding: 10px;
  border: 1px solid #666;
}

.momiji_title_text01 p,
.momiji_title_text02 p {
  font-weight: bold;
  font-size: 20px;
}

.yukari_title span:first-child {
  font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  font-size: 20px;
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  background-color: #653308 !IMPORTANT;
  margin-right: 10px !important;
  font-weight: bold;
  margin-left: 0;
}

table.priceTable th {
  background: #666;
  color: #fff;
}

table.priceTable th.dai {
  background: #ccc;
  color: #333;
}

table.priceTable th.chu {
  background: #f2f2f2;
  color: #333;
}

table.priceTable {
  font-size: 16px;
}

.shoyouImage {
  margin-bottom: 30px;
}

@media (max-width: 750px) {

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  /*spmenu~*/
  .sp_hd {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10000;
  }

  .sp_pr {
    position: relative;
  }

  .slicknav_menu .slicknav_menutxt {
    display: none !important;
  }

  .slicknav_menu .slicknav_icon {
    width: 100%;
    margin: 0;
  }

  .slicknav_menu .slicknav_icon-bar {
    width: 25px !important;
    height: 3px !important;
  }

  a.slicknav_btn {
    background: #fff;
    border-radius: 0px;
  }

  /*SPMENU kurukuru*/
  a.slicknav_btn.slicknav_open span.slicknav_icon-bar:first-child {
    top: 3.3px;
    -moz-transform: rotate(405deg);
    -webkit-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    transform: rotate(405deg);
    position: absolute;
  }

  a.slicknav_btn.slicknav_open span.slicknav_icon-bar:nth-child(3) {
    top: -1.6px;
    -moz-transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    -ms-transform: rotate(-405deg);
    transform: rotate(-405deg);
    position: absolute;
  }

  a.slicknav_btn.slicknav_open span.slicknav_icon-bar:nth-child(2) {
    opacity: 0;
  }

  span.slicknav_icon-bar {
    transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
  }

  .slicknav_menu .slicknav_icon {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
    position: relative;
  }

  /*kokomade*/
  .slicknav_menu .slicknav_menutxt {
    display: none;
  }

  .slicknav_menu {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 3px 10px #666;
  }

  .slicknav_nav {
    overflow-y: scroll !important;
    height: 120vw;
  }

  a.slicknav_btn {
    margin: 8px 3px 7px 0px;
    padding: 8px 0 0 5px;
    height: 40px;
    width: 40px;
    border: 3px solid #e30012;
    border-radius: 5px;
  }

  .slicknav_nav a:hover {
    background-color: #999;
  }

  .slicknav_menu .slicknav_icon-bar {
    background-color: #e30012;
  }

  .slicknav_menu .slicknav_icon {
    height: 16px !important;
    display: block;
  }

  .slicknav_menu .slicknav_icon:after {
    display: block;
    font-size: 70%;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: 0 auto;
  }

  .slicknav_nav a {
    color: #fff !important;
    display: inline-block;
    font-weight: bold;
    line-height: 2;
    width: 100%;
    text-align: center;
    margin: 0;
    letter-spacing: normal;
    font-size: 12px;
    border: solid #ccc;
    border-width: 0 0px 1px 0;
    line-height: 30px;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding: 5px 0;
    background-color: #3f3f3f;
    border-radius: 5px;
    margin-bottom: 2vw;
  }

  .sp_menu_sankaku {
    position: relative;
  }

  .sp_menu_sankaku:after {
    content: "▶︎";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    line-height: 40px;
  }

  .sp_in_menu ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    justify-content: space-between;
    margin-bottom: 1vw;
  }

  .sp_in_menu ul li {
    width: 49%;
  }

  .sp_in_menu_title {
    width: 100%;
    height: 30px;
    margin-bottom: 2vw;
  }

  .sp_in_menu_title p {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    line-height: 30px;
    background-color: #3f3f3f;
  }

  .sp_in_menu ul li a {
    background-color: #fff;
    border-radius: 4px;
    border-bottom: 0px;
    margin-bottom: 2vw;
    border: 1px solid #999;
    color: #000 !important;
  }

  /*~spmenu*/
  .sp_hd_logo {
    position: absolute;
    width: 150px;
    top: 25.5px;
    left: 8px;
  }

  .sp_hd_tel {
    position: absolute;
    width: 27px;
    top: 19.5px;
    right: 106px;
  }

  .sp_hd_mail {
    position: absolute;
    width: 30px;
    top: 22.5px;
    right: 61px;
  }

  .wrap {
    max-width: 94%;
  }

  .top {
    height: auto;
    margin-top: 65px;
  }

  .top_newsbox {
    margin-top: -1vw;
    margin-bottom: 10vw;
  }

  .top_news01_titlebox {
    display: block;
    margin-bottom: 3vw;
  }

  .top_news01_title {
    margin-bottom: 2vw;
  }

  .top_news01_title p {
    background-size: 8vw;
    line-height: 8vw;
    padding-left: 10vw;
    font-size: 5vw;
  }

  .top_news01_title_text {
    width: 100%;
    padding: 2vw 3vw;
  }

  .top_news01_title_text p {
    padding: 0;
    line-height: 1.5;
    font-size: 13px;
  }

  .top_news01_title_text p span {
    margin-right: 0;
    display: block;
  }

  .top_newsbox .wrap {
    max-width: 100%;
  }

  .top_news01 {
    padding: 5vw;
  }

  .top_news01_textbox ul {
    display: block;
  }

  .top_news01_textbox ul li {
    width: 100%;
    margin-bottom: 3vw;
    border-radius: 2vw;
  }

  .top_news01_textbox_title {
    height: 10vw;
  }

  .top_news01_textbox_title p {
    font-size: 4vw;
    border-radius: 1vw 1vw 0 0;
  }

  .top_news01_textbox_text {
    padding: 3vw 0;
  }

  .top_news01_textbox_text p {
    font-size: 13px;
  }

  .top_news_inbox {
    display: block;
  }

  .top_news02 {
    width: 100%;
    padding: 5vw;
  }

  .top_news03 {
    width: 100%;
    padding: 5vw;
  }

  .top_news02 .top_news_inbox_title p {
    background-size: 7.5vw;
    background-position: center left;
  }

  .top_news_inbox_title p {
    text-align: left;
    font-size: 5vw;
    line-height: 8vw;
    padding-left: 10vw;
  }

  .top_news03 .top_news_inbox_title p {
    background-size: 7.5vw;
    background-position: center left;
  }

  .top_news02_inbox_text {
    padding: 3vw;
    border-radius: 2vw;
  }

  span.kudari {
    margin-left: 0px;
    margin-bottom: 0vw !important;
  }

  .top_news02_inbox_text span {
    margin-bottom: 2vw;
  }

  .top_news02_inbox_text span {
    font-size: 4vw;
    width: 20vw;
    height: 7vw;
    margin-right: 3vw;
  }

  .top_news02_inbox_text p {
    line-height: 7vw;
    font-size: 5vw;
  }

  .top_news_inbox_title {
    margin-bottom: 3vw;
  }

  .top_news03_inbox_text p {
    font-size: 13px;
    line-height: 1.8;
  }

  .sec01 {
    margin: 0;
    padding: 10vw 0 20vw 0;
  }

  .sec01_title p {
    font-size: 6vw;
  }

  .sec01_title p span {
    font-size: 3vw;
  }

  .sec01_title {
    margin-bottom: 5vw;
  }

  .sec01_list ul li {
    height: 33vw;
    width: 46vw;
    margin-bottom: 2vw;
  }

  .sec01_list ul {
    flex-wrap: wrap;
  }

  .sec02 .wrap {
    display: block;
  }

  .sec02_left {
    width: 100%;
    margin-bottom: 5vw;
    padding: 5vw;
  }

  .sec02 {
    padding: 15vw 0 10vw 0;
  }

  .sec02_left_list_img {
    width: 30vw;
    margin-right: 3vw;
    height: 18vw;
  }

  .sec02_left_list_textbox {
    width: 65vw;
  }

  .sec02_left_list ul li a {
    align-items: center;
  }

  .sec02_left_list_date {
    margin-bottom: 1vw;
  }

  .sec02_left_list_date p {
    font-size: 3vw;
  }

  .sec02_list_text p {
    font-size: 4vw;
  }

  .sec02_left_list {
    height: 85vw;
  }

  .sec02_right {
    width: 100%;
  }

  .sec02_right_list ul li {
    width: 46vw;
    height: 46vw;
    margin-bottom: 2vw;
  }

  .sec02_right_list01_title {
    width: 100%;
  }

  .sec02_right_list01_date {
    width: 95%;
    right: 0;
    bottom: 2vw;
    left: 0;
    margin: auto;
  }

  .sec02_right_list01_date p span {
    margin-left: 2vw;
  }

  .sec02_right_list02_title p {
    font-size: 4vw;
  }

  .sec03_list ul li {
    height: auto;
  }

  .sec03_list_title {
    width: 70vw;
  }

  .sec03_list_bg {
    width: 100%;
    height: auto;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .sec03_list_bg img {
    max-width: 170%;
  }

  .sec03_list03 .sec03_list_bg {
    top: 0;
  }

  .sec03 .wrap {
    max-width: 100%;
  }

  .sec04 {
    padding: 10vw 0;
  }

  .sec04_list ul {
    display: block;
  }

  .sec04_list ul li {
    width: 100%;
    height: 40vw;
    margin-bottom: 2vw;
  }

  .sec04_list ul li:before {
    width: 89vw;
    height: 35vw;
  }

  .sec04_list_title01 {
    width: 80%;
    height: 7vw;
  }

  .sec04_list_title02 {
    width: 57vw;
    height: 7vw;
  }

  .sec04_list ul li:last-child {
    margin-bottom: 0px;
  }

  .sec05 {
    padding: 10vw 0;
  }

  .sec05_title {
    margin-bottom: 7vw;
  }

  .sec05_title p {
    font-size: 6vw;
    line-height: 1.5;
  }

  .sec05_title p span {
    font-size: 3vw;
  }

  .sec06_link01 {
    margin-bottom: 10vw;
  }

  .sec06 {
    padding: 10vw 0;
  }

  .sec06_link_list ul.pc {
    display: none;
  }

  .sec06_link_list ul li {
    width: 46vw;
    margin-bottom: 1.5vw;
  }

  .sec07 {
    padding: 10vw 0;
  }

  .sec07_list ul {
    flex-wrap: wrap;
  }

  .sec07_list ul li {
    width: 46.5vw;
    margin-bottom: 0.5vw;
  }

  .top_footer {
    padding: 10vw 0;
  }

  .top_ftbox {
    padding: 8vw 5vw 5vw 5vw;
  }

  .ft_logo {
    width: 70vw;
    margin: 0 auto 8vw auto;
  }

  .top_ft_ulbox ul {
    margin-bottom: 5vw;
  }

  .top_ft_ulbox ul li {
    margin-bottom: 3vw;
    text-align: center;
  }

  .top_ft_ulbox ul li:after {
    content: "ー";
    display: inline-block;
    margin-right: 5px;
  }

  .top_ft_flex {
    display: block;
  }

  .sp_contents.sp ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .sp_contents.sp ul li {
    width: 25%;
    height: 22vw;
  }

  .sp_contents.sp ul li p {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    text-decoration: none;
    color: #000;
    padding-top: 17vw;
  }

  .sp_contents.sp ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    text-decoration: none;
    color: #000;
    padding-top: 17vw;
  }

  .sp_contents01 p {
    background-image: url(/wp-content/uploads/image/hd_nav_icon02.png);
    background-repeat: no-repeat;
    background-size: 12vw;
    background-position: center top 3vw;
  }

  .sp_contents02 p {
    background-image: url(/wp-content/uploads/image/hd_nav_icon03.png);
    background-repeat: no-repeat;
    background-size: 12vw;
    background-position: center top 7vw;
  }

  .sp_contents03 p {
    background-image: url(/wp-content/uploads/image/hd_nav_icon04.png);
    background-repeat: no-repeat;
    background-size: 11vw;
    background-position: center top 5vw;
  }

  .sp_contents04 p {
    background-image: url(/wp-content/uploads/image/hd_nav_icon05.png);
    background-repeat: no-repeat;
    background-size: 11vw;
    background-position: center top 6vw;
  }

  .sp_contents05 p {
    background-image: url(/wp-content/uploads/image/hd_nav_icon06.png);
    background-repeat: no-repeat;
    background-size: 12vw;
    background-position: center top 5vw;
  }

  .sp_contents06 p {
    background-image: url(/wp-content/uploads/image/hd_nav_icon07.png);
    background-repeat: no-repeat;
    background-size: 9vw;
    background-position: center top 4vw;
  }

  .sp_contents07 a {
    background-image: url(/wp-content/uploads/image/hd_nav_icon08.png);
    background-repeat: no-repeat;
    background-size: 10vw;
    background-position: center top 5vw;
  }

  .sp_contents08 p {
    background-image: url(/wp-content/uploads/image/hd_nav_icon09.png);
    background-repeat: no-repeat;
    background-size: 11vw;
    background-position: center top 4vw;
  }

  .sp_contents.sp {
    margin-bottom: 5vw;
  }

  .breadcrumb {
    padding: 5vw 0 10vw 0;
  }

  .kotei_title {
    margin-bottom: 3vw;
  }

  .kotei_title p {
    font-size: 4vw;
    line-height: 8vw;
    padding-left: 5vw;
  }


  .kotei_title p:before {
    height: 8vw;
    width: 2vw;
  }

  .fasility_table p:before {
    width: 5vw;
    height: 10vw;
  }

  .kotei_title_text {
    margin-bottom: 5vw;
  }

  .kotei_title_text p {
    font-size: 13px;
    text-align: justify;
  }

  .kotei_title02 p {
    width: 100%;
    font-size: 4.5vw;
    line-height: 10vw;
    text-align: left;
    padding-left: 6vw;
  }

  .kotei_title02 {
    height: 10vw;
  }

  .facility_title p {
    font-size: 13px;
  }

  .facility_title {
    margin-bottom: 1vw;
    padding-bottom: 1vw;
  }

  .facilitybox {
    display: block;
    margin-bottom: 10vw;
    padding: 5vw 5vw 1vw 5vw;
  }

  .fasility_table {
    display: block;
    margin-bottom: 10vw;
    padding: 5vw 5vw 1vw 5vw;
  }

  .facility_img {
    width: 100%;
    margin-bottom: 5vw;
  }

  .facility_textbox {
    width: 100%;
  }

  .facility_text p {
    font-size: 13px;
    margin-bottom: 3vw;
    text-align: justify;
    line-height: 1.5;
  }

  .facility_h1 h1 {
    font-size: 8vw;
  }

  .fasility_table th {
    width: 35%;
  }

  .fasility_table td {
    padding: 3vw;
  }

  .fasility_table table {
    font-size: 13px;
  }

  .fasility_table_title p {
    font-size: 13px;
  }

  .craftbox {
    padding: 5vw;
  }

  .craft_title p {
    font-size: 4vw;
  }

  .craft_text p {
    line-height: 1.5;
  }

  .craft_text {
    margin-bottom: 2vw;
  }

  .craft_pdf_list ul li {
    width: 100%;
    margin-bottom: 2vw;
    height: 16vw;
  }

  .craft_pdf_list ul li a {
    line-height: 16vw;
  }

  .craft_pdf_list ul {
    flex-wrap: wrap;
  }

  .craft_pdf_list01 a {
    background-size: 18vw;
    background-position: right 6vw top -2vw;
  }

  .craft_pdf_list03 a {
    background-size: 22vw;
    background-position: top -12vw right 0vw;
  }

  .craft_pdf_list ul li a {
    font-size: 6vw;
  }

  .craft_pdf_list ul li a span {
    font-size: 4vw;
  }

  .craft_pdf_list {
    margin-bottom: 5vw;
  }

  .claft_flexbox01 {
    width: 100%;
  }

  .craft_inbox_title p {
    font-size: 4vw;
    line-height: 10vw;
    padding-left: 5vw;
  }

  .craft_inbox {
    padding: 5vw;
    margin-bottom: 5vw;
    border-radius: 0px 0px 5px 5px;
  }

  .craft_inbox_list {
    padding: 0;
  }

  .craft_inbox_list ul {
    display: block;
  }

  .craft_inbox_list ul li {
    margin-bottom: 1vw;
  }

  .craft_inbox_img {
    width: 18vw;
    right: 4vw;
    bottom: 2vw;
  }

  .craft_inbox_text p {
    font-size: 13px;
    line-height: 1.8;
  }

  .craft_adobebox {
    flex-wrap: wrap;
  }

  .craft_adobe_text {
    width: 100%;
    margin-bottom: 3vw;
  }

  .craft_adobe_img {
    width: 60%;
    margin: 0 auto;
  }

  .craft_adobe_img img {
    width: 100%;
  }

  .craft_adobe_text p span {
    display: inline-block;
  }

  .craft_adobe_text p span.pc {
    display: none;
  }

  .craft_title02 {
    width: 100%;
    margin-bottom: 10vw;
  }

  .craft_title02 p {
    font-size: 6vw;
    line-height: 1.8;
  }

  .craft_title02 p:before {
    top: 8vw;
    left: -24.5vw;
    width: 100%;
    font-size: 3vw;
  }

  .ogarasu_flex {
    display: block;
    width: 100%;
    margin: 0 auto 5vw auto;
  }

  .craft_ogarasu_img01 {
    width: 95%;
    margin: 0 auto 5vw auto;
  }

  .craft_ogarasu_img02 {
    width: 100%;
  }

  .craft_ogarasu_text {
    position: static;
    width: 100%;
  }

  .craft_ogarasu_text p {
    font-size: 13px;
  }

  .kotei_sec_end {
    margin-bottom: 10vw;
  }

  .access_imgbox01 {
    padding: 5vw;
    margin-bottom: 10vw;
  }

  .access_imgbox01_title {
    margin-bottom: 5vw;
    padding-left: 5vw;
  }

  .access_imgbox01_title p {
    font-size: 4vw;
  }

  .access_imgbox01_title:before {
    font-size: 4vw;
    top: 0;
  }

  .access_imgbox01_img {
    margin: 0 auto 10vw auto;
    width: 100%;
  }

  .access_bus_linkbox {
    padding: 5vw;
  }

  .access_bus_img01 {
    margin: 0 auto 2vw auto;
  }

  .access_bus_linklist {
    width: 45vw;
    bottom: 17vw;
    right: 8vw;
  }

  .access_bus_linklist_text p {
    font-size: 10px;
    text-align: left;
  }

  .access_bus_linklist_text {
    margin-bottom: 1vw;
  }

  .kotei_sec01 {
    margin-bottom: 10vw;
  }

  .rout_bus_box {
    margin-bottom: 10vw;
    padding: 5vw;
  }

  .rout_bus_text p {
    font-size: 12px;
  }

  .rout_bus_img {
    margin: 0 auto 2vw auto;
  }

  .rout_bus_table {
    padding: 5vw;
  }

  .rout_bus_table th {
    font-size: 10px;
    padding: 2vw;
  }

  .rout_bus_table td {
    padding: 2vw;
  }

  .rout_bus_table table {
    margin-bottom: 2vw;
  }

  .comic_box {
    padding: 5vw 5vw 10vw 5vw;
  }

  .comicbox_title p {
    font-size: 5vw;
  }

  .comicbox_title {
    margin-bottom: 5vw;
  }

  .comicbox_inbox {
    display: block;
    margin-bottom: 5vw;
  }

  .comic_img {
    width: 100%;
    margin-bottom: 5vw;
  }

  .comic_inbbox_textbox {
    width: 100%;
  }

  .comic_inbbox_textbox_title {
    margin-bottom: 0px;
  }

  .comic_inbbox_textbox_text p span {
    font-size: 15px;
  }

  .comic_inbbox_textbox_text p {
    font-size: 13px;
  }

  .comic_inbbox_textbox_text {
    margin-bottom: 3vw;
  }

  .comic_inbbox_textbox_text02_list ul li a {
    font-size: 12px;
  }

  .comic_inbbox_textbox_text02_list {
    padding: 5vw;
  }

  .comic_inbbox_textbox_text02_list ul {
    display: block;
  }

  .comic_inbbox_textbox_text02_list ul li {
    width: 100%;
    margin-bottom: 3vw;
  }

  .comic_inbbox_textbox_text02_list ul li:last-child {
    margin-bottom: 0px;
  }

  .comic_textbox_img {
    width: 100%;
  }

  .comic_naiyoubox {
    width: 100%;
    margin-bottom: 5vw;
  }

  .comic_naiyoubox_text {
    padding: 5vw;
    margin-bottom: 5vw;
  }

  .comic_naiyoubox_img {
    position: static;
    width: 100%;
    margin-bottom: 2vw;
  }

  .comic_naiyoubox_img_text {
    position: static;
    transform: rotate(0deg);
    margin-bottom: 10vw;
  }

  .comic_hitomibox {
    width: 100%;
  }

  .comic_hitomibox_img {
    position: static;
    width: 90%;
    margin: 0 auto 2vw auto;
  }

  .comic_hitomibox_img_text {
    position: static;
    transform: rotate(0deg);
  }

  .comic_naiyoubox_img_text p {
    font-size: 13px;
  }

  .comic_hitomibox_img_text p {
    font-size: 13px;
  }

  .app_box {
    padding: 5vw;
  }

  .app_title {
    margin-bottom: 5vw;
  }

  .app_title p {
    font-size: 7vw;
  }

  .app_title p:before {
    width: 85vw;
    height: 11vw;
    top: -0.5vw;
  }

  .app_title p span {
    font-size: 7vw;
    margin-top: 3vw;
  }

  .app_box_img {
    width: 100%;
    margin: 0 auto 5vw auto;
  }

  .app_kiyora_link p {
    font-size: 15px;
    text-align: justify;
    line-height: 1.8;
    margin-bottom: 3vw;
  }

  .app_kiyora_link a {
    width: 100%;
    height: 11vw;
    border-radius: 2vw;
    line-height: 11vw;
    font-size: 4vw;
  }

  .app_kiyora_link {
    margin-bottom: 5vw;
  }

  .appbox_inbox {
    width: 100%;
    display: block;
  }

  .appbox_inbox_img {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 2vw;
  }

  .appbox_inbox_text {
    width: 100%;
    margin-bottom: 3vw;
  }

  .appbox_inbox_text p {
    line-height: 1.5;
  }

  .appbox_downloadbox {
    padding: 3vw;
  }

  .appbox_download_title p {
    font-size: 4vw;
    padding: 2vw 3vw;
  }

  .appbox_download_title {
    margin-bottom: 2vw;
  }

  .appbox_download_link {
    margin-bottom: 2vw;
  }

  .app_list {
    padding: 7vw;
  }

  .app_list_img {
    width: 40%;
    margin-right: 0vw;
    margin: 0 auto;
  }

  .app_list_textbox {
    width: 100%;
    padding-top: 0px;
    margin-bottom: 3vw;
  }

  p.app_list_text01 span {
    width: 7vw;
    height: 7vw;
    line-height: 8vw;
    font-size: 4vw;
    margin-bottom: 1vw;
  }

  .app_list ul li {
    flex-wrap: wrap-reverse;
    margin-bottom: 20vw;
  }

  p.app_list_text01 {
    font-size: 13px;
  }

  .app_list ul li:after {
    font-size: 10vw;
    bottom: -18vw;
  }

  p.app_list_text02 {
    font-size: 13px;
    margin-bottom: 3vw;
  }

  .markerbox {
    width: 100%;
    padding: 0 0 0vw 0px;
  }

  .markerbox_imgbox {
    padding: 5vw;
  }

  .markerbox_img01 {
    width: 33vw;
  }

  .markerbox_img02 {
    width: 20vw;
  }

  p.app_list_text04 {
    font-size: 5vw;
    text-align: center;
  }

  .comicbox02_title p {
    font-size: 5vw;
  }

  .comicbox02_title {
    margin-bottom: 5vw;
  }

  .comicbox02_title_img {
    width: 100%;
    margin: 0 auto 2vw auto;
  }

  .comin02_title_text {
    padding: 5vw;
    margin-bottom: 5vw;
    border-radius: 3vw;
  }

  .comin02_title_text p {
    font-size: 12px;
    font-weight: lighter;
    text-align: justify;
    line-height: 1.6;
  }

  .comic02_box_title02 p {
    font-size: 5vw;
  }

  .comic02_box_title02 p:before {
    width: 5vw;
  }

  .comic02_box_title02 p:after {
    width: 5vw;
  }

  .comic02_box_title02 {
    margin-bottom: 2vw;
  }

  .comic02_title02_text p {
    font-size: 13px;
    line-height: 1.6;
  }

  .comic02_title02_text {
    margin-bottom: 3vw;
  }

  .comic02_list ul li {
    width: 20vw;
  }

  .comic02_list {
    margin-bottom: 10vw;
  }

  .comic02_box {
    padding: 5vw;
  }

  .comic02_title03 p {
    font-size: 4vw;
    margin-bottom: 2vw;
    padding-bottom: 1vw;
  }

  .comic02_text {
    width: 100%;
  }

  .comic02_text p {
    font-size: 13px;
    line-height: 1.5;
  }

  .comic02_box_img {
    display: none;
  }

  .sakkabox_list {
    padding: 5vw;
    margin-bottom: 10vw;
  }

  .sakkabox_list ul {
    display: block;
  }

  .sakkabox_list ul li {
    width: 100%;
    margin-bottom: 3vw;
  }

  .sakkabox_list ul li:last-child {
    margin-bottom: 0px;
  }

  .sakkabox_list_title {
    margin-bottom: 3vw;
  }

  .sakkabox_imgbox {
    flex-wrap: wrap-reverse;
  }

  .sakkabox_list_text p {
    font-size: 12px;
    line-height: 1.6;
  }

  .sakkabox_list_text {
    width: 50vw;
    margin-bottom: 2vw;
  }

  .sakkabox_list_text p span {
    width: 33vw;
  }

  .sakkabox_list_img {
    width: 18vw;
  }

  .comic02_comiclist ul {
    display: block;
  }

  .comic02_comiclist ul li {
    width: 100%;
    margin-bottom: 2vw;
  }

  .comic02_comiclist_img {
    width: 20vw;
  }

  .comic02_comiclist_text {
    width: 55vw;
  }

  .comic02_comiclist_box {
    align-items: center;
  }

  .comic02_comiclist_text p {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 3vw;
  }

  .comic02_comiclist_text a {
    position: static;
    width: 100%;
  }

  .comic02_goodsbox {
    display: block;
  }

  .comic02_goodsbox01 {
    width: 100%;
    padding: 5vw;
  }

  .comic02_goods_title {
    margin-bottom: 2vw;
  }

  .comic02_goods_title p {
    font-size: 5vw;
  }

  .comic02_goods_text p {
    font-size: 12px;
  }

  .comic02_goodsbox02 {
    width: 100%;
    border-right: 0px;
    border-bottom: 1px solid #035903;
    padding: 5vw;
  }

  .comic02_goods_title02 p {
    font-size: 4.5vw;
  }

  .comic02_goods_title02 {
    margin-bottom: 2vw;
  }

  .comic02_goodsbox_img01 {
    padding-top: 3vw;
    margin: 0 auto 3vw auto;
  }

  .comic02_goodsbox_img02 {
    margin: 0 auto 3vw auto;
  }

  .comic02_goodsbox_img03 {
    margin: 0 auto 3vw auto;
  }

  .history_box {
    padding: 5vw;
  }

  .history_text01 {
    margin-bottom: 3vw;
  }

  .history_text01 p {
    font-size: 12px;
    line-height: 1.5;
  }

  .history_text02 p {
    font-size: 12px;
    line-height: 1.8;
  }

  .history_text02 {
    margin-bottom: 3vw;
  }

  .history_inbox_title p {
    padding: 0;
    font-size: 4vw;
    line-height: 1.5;
    padding-bottom: 2vw;
    margin-bottom: 3vw;
  }

  .history_season_list ul {
    display: block;
  }

  .history_season_list ul li {
    width: 100%;
    height: auto;
    padding: 5vw;
  }

  .history_season_list_text p {
    font-size: 13px;
  }

  .history_season_list_text p span {
    font-size: 20px;
  }

  .history_list_title {
    margin-bottom: 5vw;
  }

  .history_list_title p {
    font-size: 4vw;
    padding: 2vw 0;
  }

  .history_list_textbox {
    padding: 0;
    display: block;
  }

  .history_list_text {
    width: 100%;
    margin-bottom: 10px;
  }

  .history_list_text p {
    font-size: 13px;
    line-height: 1.6;
    text-align: justify;
  }

  .history_list_img {
    width: 100%;
  }

  .shirushi_bt_list {
    display: block;
    margin-bottom: 10vw;
  }

  .shirushi_bt_list_title {
    margin-right: 0px;
    margin-bottom: 3vw;
  }

  .shirushi_bt_list_title p {
    font-size: 6vw;
    line-height: 1;
    text-align: center;
  }

  .shirushi_bt_list_title p:before {
    content: "";
    width: 3vw;
    height: 1px;
    background-color: #000;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3vw;
  }

  .shirushi_bt_list_title p:after {
    content: "";
    width: 3vw;
    height: 1px;
    background-color: #000;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3vw;
  }

  .shirushi_bt_list ul {
    display: block;
  }

  .shirushi_bt_list ul li {
    width: 100%;
    margin-bottom: 2vw;
  }

  .shirushi_bt_list ul li:before {
    width: 90vw;
  }

  .shirushi_bt_list ul li a:before {
    width: 90vw;
  }

  .nanafushigi_list {
    padding: 5vw;
  }

  .nanafushigi_list_title span {
    font-size: 5vw;
    width: 10vw;
    height: 10vw;
    line-height: 10vw;
  }

  .nanafushigi_list_title p {
    line-height: 10vw;
    font-size: 5vw;
  }

  .nanafushigi_list_title {
    margin-bottom: 3vw;
  }

  .nanafushigi_list_text p {
    font-size: 13px;
    line-height: 1.5;
  }

  .nanafushigi_list_img img {
    width: 39vw;
    height: 39vw;
    margin-right: 0px;
  }

  .nanafushigi_list_img {
    justify-content: space-between;
    margin-bottom: 3vw;
  }

  .nanafushigi_list ul li a {
    height: 7vw;
    line-height: 7vw;
    font-size: 13px;
    width: 50vw;
  }

  .nanafushigi_list ul li {
    margin-bottom: 5vw;
  }

  .kosatsu_list_img img {
    width: 27vw;
    height: 27vw;
    margin-right: 2vw;
  }

  .kosatsu_list_img {
    justify-content: flex-start;
    margin-bottom: 2vw;
  }

  .yukari_title span {
    width: auto;
    font-size: 4vw;
    margin-left: 2vw;
  }

  .nanafushigi_list_text {
    width: 100%;
  }

  .yukari_list_textbox {
    display: block;
  }

  .yukari_img {
    width: 80%;
    margin: 0 auto;
  }

  .yukari_title p {
    padding-left: 3vw;
  }

  .yukari_list li {
    margin-bottom: 8vw !important;
  }

  .kiseki_box {
    padding: 5vw;
  }

  .kiseki_text p {
    font-size: 13px;
  }

  .kiseki_text {
    margin-bottom: 5vw;
  }

  .kiseki_list ul li {
    width: 100%;
    margin-bottom: 5vw;
  }

  .kiseki_list_title02 p {
    padding: 5vw;
    font-size: 6vw;
  }

  .kiseki_list_title02 p span {
    font-size: 9vw;
  }

  .kiseki_list_box {
    display: block;
  }

  .kiseki_list_img {
    width: 80vw;
    margin: 0 auto 3vw auto;
  }

  .kiseki_list_text {
    width: 100%;
    margin-bottom: 3vw;
  }

  .kiseki_list_text p {
    font-size: 13px;
    line-height: 1.6;
  }

  .kiseki_list ul li a {
    height: 7vw;
    line-height: 7vw;
    font-size: 13px;
    width: 50vw;
  }

  .kiseki_list_title {
    margin-bottom: 3vw;
  }

  .kiseki_list_title p:before {
    width: 3vw;
    height: 3vw;
  }

  .kiseki_list_title p {
    font-size: 4vw;
  }

  .genshirin_box {
    padding: 5vw;
  }

  .genshirin_title p {
    font-size: 4vw;
  }

  .genshirin_title p:before {
    width: 3vw;
    height: 3vw;
  }

  .genshirin_title {
    margin-bottom: 2vw;
  }

  .genshirin_img {
    width: 100%;
    margin-bottom: 2vw;
  }

  .genshirin_text {
    width: 100%;
  }

  .genshirin_text p {
    font-size: 13px;
    line-height: 1.6;
  }

  .genshirin_inbox {
    margin-bottom: 5vw;
  }

  .genshirin_list ul {
    display: block;
  }

  .genshirin_list ul li {
    width: 100%;
    margin-bottom: 5vw;
  }

  .genshirin_list_img {
    margin-bottom: 2vw;
  }

  .genshirin_list_img_after:after {
    bottom: 1vw;
    left: 2vw;
  }

  .genshirin_text03 p {
    margin-bottom: 5vw;
  }

  a.sansakumap {
    height: 7vw;
    line-height: 7vw;
    font-size: 13px;
    width: 50vw;
  }

  .yacho_list_title {
    width: 100%;
    height: 10vw;
  }

  .yacho_list_title p {
    font-size: 4vw;
    line-height: 10vw;
  }

  .yacho_list ul li {
    width: 100%;
    margin-bottom: 5vw;
  }

  .yacho_list_title02 p {
    font-size: 4.5vw;
    line-height: 10vw;
    background-size: 5vw;
    padding-left: 7vw;
  }

  .yacho_list_imgbox {
    width: 41vw;
  }

  .yacho_list_img {
    margin-bottom: 2vw;
  }

  .yacho_name p {
    font-size: 12px;
  }

  .yacho_list_text p {
    font-size: 12px;
    line-height: 1.5;
    text-align: justify;
  }

  .yacho_list_title02 {
    margin-bottom: 1vw;
  }

  .yacho_list_text_bottom p {
    font-size: 10px;
  }

  .yachobox {
    margin-bottom: 10vw;
  }

  .naha_list ul {
    padding: 5vw;
    border-radius: 0 0 3vw 3vw;
    display: block;
  }

  .naha_list ul li {
    width: 100%;
    margin-bottom: 5vw;
    display: flex;
    position: relative;
    justify-content: space-between;
  }

  .naha_list_img {
    margin-bottom: 2vw;
    width: 25vw;
  }

  .naha_name {
    margin-bottom: 0vw;
    position: absolute;
    left: 0vw;
    top: 27vw;
  }

  .naha_text {
    width: 45vw;
  }

  .naha_text p {
    font-size: 12px;
  }

  .naha_name p {
    font-size: 10px;
  }

  .naha_list_haru {
    margin-bottom: 5vw;
  }

  .naha_list_summer ul {
    margin-bottom: 5vw;
  }

  .sansaku_img {
    margin-bottom: 5vw;
  }

  .sansakubox_title p {
    font-size: 4vw;
    padding-left: 5vw;
    line-height: 10vw;
  }

  .sansakubox_title {
    height: 10vw;
  }

  .sansakubox_text {
    padding: 4vw;
  }

  .sansakubox_text p {
    font-size: 12px;
    line-height: 1.5;
  }

  .sansakubox_text p span {
    margin: 0 1vw;
  }


  .koi_title p {
    font-size: 6vw;
  }

  .koi_title p:after {
    font-size: 3vw;
  }

  .koi_title {
    margin-bottom: 3vw;
  }

  .koi_title_text {
    margin-bottom: 2vw;
  }

  .koi_title_text p {
    font-size: 4vw;
  }

  .koi_box_title p:before {
    display: block;
    margin-bottom: -1vw;
    content: "content";
  }

  .koi_box_title p {
    font-size: 5vw;
    text-align: center;
  }

  .koi_box_title p span {
    font-size: 7vw;
  }

  .koi_box_title {
    margin-bottom: 3vw;
  }

  .koi_inbox_textbox p {
    font-size: 12px;
  }

  .koi_inbox_text01 p span {
    margin: 3vw 0;
  }

  .koi_inbox02 {
    flex-wrap: wrap-reverse;
  }

  .koi_movie_link {
    width: 100%;
    height: 10vw;
  }

  .koi_movie_link a {
    line-height: 10vw;
    font-size: 4vw;
  }

  .koi_seichi_inbox_text:before {
    font-size: 4vw;
  }

  .koi_seichi_inbox {
    width: 100%;
    margin-bottom: 5vw;
  }

  .koi_seichi_inbox_text01 {
    margin-bottom: 3vw;
  }

  .koi_seichi_inbox_img {
    width: 41vw;
  }

  .koi_access {
    margin-bottom: 10vw;
    margin-top: 5vw;
  }

  .koi_access_title p {
    font-size: 4vw;
  }

  .koi_box02_title p {
    font-size: 4vw;
  }

  .koi_box02_text p {
    font-size: 13px;
  }

  .project_lover_bt {
    margin: 0 auto;
  }

  .koi_box03 {
    padding: 5vw 5vw 1vw 5vw;
  }

  .koi_box03_title p {
    font-size: 4vw;
  }

  .koi_box03_title p:before {
    display: none;
  }

  .koi_box03_title p:after {
    display: none;
  }

  .koi_box03_title_text p {
    font-size: 12px;
    line-height: 1.6;
  }

  .koi_box03_title_text {
    margin-bottom: 3vw;
  }

  .koi_box03_goodsbox_flex {
    display: block;
  }

  .koi_box03_goodsbox {
    width: 100%;
    margin-bottom: 5vw;
  }

  .koi_box03_goods_name p {
    font-size: 11px;
  }

  .koi_box03_goods_name {
    margin-bottom: 3px;
  }

  .koi_box03_goods_text p {
    font-size: 12px;
  }

  .koi_box03_goods_textbox {
    margin-right: 0px;
  }

  .koi_box03_goods_text {
    margin-bottom: 3vw;
  }

  .contact_box {
    padding: 5vw;
    margin-bottom: 10vw;
  }

  .contact_company {
    padding: 0 0 2vw 0;
    margin-bottom: 5vw;
  }

  .contact_company p {
    font-size: 4vw;
    line-height: 1.6;
  }

  .contact_company p span {
    font-size: 5vw;
  }

  .contact_table table th {
    width: 100%;
    display: block;
    border-width: 1px 1px 0px 1px;
    padding: 3vw;
  }

  .contact_table table td {
    width: 100%;
    display: block;
    border-width: 1px 1px 0px 1px;
    padding: 3vw;
  }

  .contact_table table {
    border-bottom: 1px solid #ccc;
  }

  .contact_table_text p {
    font-size: 10px;
  }

  .contact_table_text02 p {
    font-size: 12px;
  }

  /*安全報告書*/
  .safety_dlimg {
    width: 100%;
    min-width: auto;
  }

  .safety_box {
    padding: 5vw 5vw 1vw 5vw;
  }

  .safety_box dd {
    margin-left: 5%;
  }

  .safety_dlimg dt {
    font-size: 10px;
  }

  a.safety_btn {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
  }

  a.safety_btn:before {
    width: 96%;
    height: 50px;
  }

  /**個人情報保護方針**/
  .mynumber_h1 h1 {
    width: 300px;
    font-size: 20px;
  }

  ul.privacy_nav li {
    width: 100%;
  }

  .privacy_box {
    padding: 5vw 5vw 1vw 5vw;
  }

  ul.privacy_nav li a {
    font-size: 12px;
    padding: 0 0 0 38px;
  }

  ul.privacy_li01 li {
    list-style: square;
    margin-left: 15px;
  }

  dl.privacy_dl dd,
  dl.privacy_dl01 dd,
  dl.privacy_dl02 dd {
    margin-left: 5%;
  }

  table.privacy_table th:nth-child(1),
  table.privacy_table th:nth-child(3) {
    width: 30%;
  }

  table.privacy_table th:nth-child(2) {
    width: 40%;
  }


  /**特定個人情報の適正な取扱いに関する基本方針**/
  .mynumber_box {
    padding: 5vw 5vw 1vw 5vw;
  }

  /**ハートインもみじ**/

  .momiji_title {
    font-size: 5vw;
  }

  .momiji_box {
    padding: 5vw;
  }

  .momiji_title_text01,
  .momiji_title_text02 {
    font-size: 3vw;
  }

  .kotei_h1 {
    height: 50vw;
  }

  .kotei_h1 h1 {
    padding-top: 20vw;
    padding-bottom: 1vw;
  }

  .ropewayTypeBox .title {
    font-size: 12px;
  }

  .ropewayTypeBox {
    border-radius: 5px;
    box-shadow: 0 3px #ccc;
  }

  .ropewayType {
    margin-bottom: 30px;
  }

  .ropewayDanmen {
    margin-bottom: 30px;
  }

  .ropewayGuide table {
    font-size: 13px;
  }

  .ropewayGuide h3 {
    font-size: 15px;
  }

  .koi_inbox.flex-sb.koi_inbox01 .koi_inbox_text_img {
    width: 100%;
  }

  .koi_inbox.flex-sb.koi_inbox02 .koi_inbox_text_img {
    width: 100%;
  }
}