/* ----------------------------------------------------------------header*/
header {
  text-align: left;
  background: #fff;
}
#header {
  font-size: 0;
  margin-top: 20px;
  position: relative;
}
h1 {
  text-align: center;
  font-size: 11px;
  margin: 3px 0 10px;
}
.header_logo {
  text-align: left;
  float: left;
  padding-left: 15px;
}
.header_logo img {
  width: 150px;
  height: auto;
}
.header_logo a {
  text-decoration: none;
}
.header_logo a span {
  margin-top: 10px;
  display: block;
  text-decoration: none;
  color: #1a1521;
  font-size: 12px;
}
.header_contact {
  float: right;
  padding-right: 60px;
}
.header_contact ul {
  display: flex;
  padding: 0;
}
.header_contact img {
  width: 40px;
  height: 40px;
  margin-left: 5px;
}
@media print, screen and (min-width:768px) {
  h1 {
    text-align: left;
  }
  .header_logo {
    margin-top: -10px;
    margin-left: 40px;
  }
  .header_logo img {
    width: auto;
    height: auto;
  }
  .header_logo a span {
    margin: 10px 0 5px;
    font-size: 14px;
  }
  .header_contact {
    margin-top: 10px;
  }
  .header_contact img {
    width: auto;
    height: auto;
    margin-left: 10px;
  }
}
.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
/*------------------------------------------------------------mainnavi*/
#mainnavi {
  display: block;
  height: auto;
  margin: 0 auto 10px;
  z-index: 100;
}
#mainnavi #m_menu {
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: auto;
  background: #fff;
  z-index: 100;
}
#m_menu > li {
  display: none;
  text-align: center;
}
#mainnavi #m_menu > li a {
  font-size: 16px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #1a1521;
  padding: 10px 5px;
}
#mainnavi #m_menu > li.active a, #mainnavi #m_menu > li.active span {
  color: #2130b0;
}
#mainnavi ul#m_menu > li.sub_toggle {
  position: relative;
}
#mainnavi ul#m_menu > li.sub_toggle > span a {
  position: relative;
  pointer-events: none;
}
#mainnavi ul#m_menu > li.sub_toggle > span:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  transform: translateY(-10px) translateX(10px);
  transition: all .5s;
  position: absolute;
  top: 20px;
  left: 70%;
}
#mainnavi ul#m_menu > li.sub_toggle.open > span:after {
  transform: rotate(180deg);
  transform-origin: 6px 6px;
}
#mainnavi ul#m_menu > li.sub_toggle > .mnav_dropdown {
  display: none;
}
#mainnavi ul#m_menu > li.sub_toggle > .mnav_dropdown > ul li {
  display: none;
}
#mainnavi ul#m_menu > li.sub_toggle > .mnav_dropdown > ul li a {
	background: rgba(46, 56, 139, 0.8);
  width: 100%;
  display: block;
  color: #fff;
  margin: 0px auto;
  padding: 10px 0;
  z-index: 99;
}
#pc_menu {
  display: none;
}
@media print, screen and (min-width:768px) {
  #mainnavi {
    float: right;
    display: block;
    width: auto;
    height: auto;
    background: transparent;
    position: static;
    overflow: visible;
  }
  #mainnavi ul#m_menu {
    height: auto;
    overflow-y: visible;
    position: static;
    display: block;
    margin-top: 10px;
  }
  #mainnavi ul#m_menu > li {
    display: inline-block !important;
  }
  #mainnavi ul#m_menu > li a {
    padding: 8px 0;
    margin: 0 15px;
    line-height: 0.7;
  }
  #mainnavi #m_menu > li a:hover, #mainnavi #m_menu > li span:hover {
    color: #2130b0;
  }
  #mainnavi #m_menu > li:nth-child(7) a, #mainnavi #m_menu > li:nth-child(8) a, #mainnavi #m_menu > li:nth-child(9) a, #mainnavi #m_menu > li:nth-child(10) a, #mainnavi #m_menu > li:nth-child(11) a, #mainnavi #m_menu > li:last-child a {
    display: none;
  }
  #mainnavi ul#pc_menu {
    display: inline-block;
    text-align: right;
	  float: right;
  }
  #mainnavi ul#pc_menu > li a {
    padding: 0 15px;
    text-decoration: none;
    color: #1a1521;
    font-size: 12px;
  }
  #mainnavi #pc_menu > li a:hover, #mainnavi #pc_menu > li span:hover {
    color: #2130b0;
  }
  #mainnavi ul#m_menu > li.sub_toggle {
    margin: auto;
	  position: static;
  }
#mainnavi ul#m_menu > li.sub_toggle > span a {
  position: static;
}
  #mainnavi ul#m_menu > li.sub_toggle > .mnav_dropdown ul {
    background: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 70px;
    right: 0;
    left: 0;
    margin: auto;
  }
  #mainnavi ul#m_menu > li.sub_toggle > .mnav_dropdown ul li {
	  display: block;
    width: calc(100% / 3);
  }
  #mainnavi ul#m_menu > li.sub_toggle > .mnav_dropdown ul li:first-child {
    display: none;
  }
#mainnavi ul#m_menu > li.sub_toggle > .mnav_dropdown > ul li a {
	background: rgba(46, 56, 139, 0.8);
	padding: 40px 0;
  }
  #mainnavi ul#m_menu > li.sub_toggle > .mnav_dropdown > ul li a:hover {
    background: rgba(255, 255, 255, 0.8);
	 color: #2130b0; 
  }
  #mainnavi ul#m_menu > li.sub_toggle > a {
    cursor: pointer;
    pointer-events: inherit;
	  position: relative;
  }
	#mainnavi ul#m_menu > li.sub_toggle > span a {
    cursor: pointer;
    pointer-events: inherit;
		position: inherit;
  }
  #mainnavi ul#m_menu > li.sub_toggle > span:after {
  top: 47px;
  left:inherit;
	  right: 615px;
  }
}
#lang_menu {
  display: none;
}
@media print, screen and (min-width:768px) {
  #lang_menu {
    display: block;
    float: right;
	  margin-left: 10px;
  }
  #lang_menu > li {
    display: inline-block !important;
  }
  #lang_menu > li a {
    padding: 0px 15px 3px;
    text-decoration: none;
    color: #1a1521;
    font-size: 12px;
	  border: 1px solid #ccc;
  }
  #lang_menu > li:last-child a {
    margin-left: 5px;
  }
  #lang_menu > li a:hover, #lang_menu > li span:hover {
    color: #fff;
	  background: #2130b0;
  }
}
/*-------------------------------------------------HamburgerMenu Icon*/
#mainnavi .menu_btn {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 15px;
  margin: auto;
  width: 41px;
  height: 41px;
  background: #ebedf0;
  z-index: 999;
}
#mainnavi .menu_btn:hover {
  cursor: pointer;
}
#mainnavi .menu_btn .hambgr {
  display: inline-block;
  position: absolute;
  margin: auto;
  right: 0px;
  left: 0;
  top: 0;
  bottom: 0;
  width: 33px;
  height: 4px;
  background: #2e388b;
  z-index: 999;
  transition-duration: 0.3s;
}
#mainnavi .menu_btn .hambgr:before {
  content: "";
  display: block;
  margin: -10px auto 0;
  width: 33px;
  height: 4px;
  background: #2e388b;
}
#mainnavi .menu_btn .hambgr:after {
  content: "";
  display: block;
  margin: 16px auto 0;
  width: 33px;
  height: 4px;
  background: #2e388b;
}
#mainnavi .menu_btn .hambgr.hbg_close {
  display: inline-block;
  position: absolute;
  margin: auto;
  right: 0px;
  left: 0;
  top: 0;
  bottom: 0;
  width: 35px;
  height: 4px;
  background: #2e388b;
  z-index: 999;
  transform: rotate(-45deg);
}
#mainnavi .menu_btn .hambgr.hbg_close:before {
  content: "";
  display: block;
  margin: -10px auto 0;
  width: 35px;
  height: 0px;
  background: #2e388b;
}
#mainnavi .menu_btn .hambgr.hbg_close:after {
  content: "";
  display: block;
  margin: 16px auto 0;
  width: 35px;
  height: 4px;
  background: #2e388b;
  transform: rotate(90deg);
  transform-origin: 58% 0;
  transition-duration: 0.3s;
}
@media print, screen and (min-width:768px) {
  #mainnavi .menu_btn {
    display: none;
  }
}
/*------------------------------------------下層ページヘッダー(ページタイトル)*/
#pagetitle {
  padding: 30px 0;
  text-align: center;
  margin-bottom: 10px;
  background: url('../../img/okinawa/common_img/pagetitle.jpg') no-repeat center;
  background-size: cover;
}
#pagetitle p {
  font-family: "NotoSerifBold";
  font-size: 24px;
  color: #fff;
}
@media print, screen and (min-width:768px) {
  #pagetitle {
    padding: 80px 0;
    margin-bottom: 30px;
  }
  #pagetitle p {
    font-size: 30px;
  }
}
/** <-16.3.15 **/
#pankuzu {
  background-color: #e4e9f5;
}
#pankuzu ul li {
  display: inline-block;
  padding-right: 5px;
  line-height: 30px;
  font-size: 12px;
}
#pankuzu ul li a {
  text-decoration: underline;
  color: #2186DF;
}
#pankuzu ul li:last-child {
  padding-right: 0;
}
.breadcrumbs {
  font-size: 10px;
}
.breadcrumbs a {
  text-decoration: underline;
}
/*------------------------------------------------------------content*/
#content {
  text-align: left;
}
.section {
  clear: both;
  margin-bottom: 10px;
}
@media print, screen and (min-width:768px) {
  .section {
    margin-bottom: 30px;
  }
}
/*subnavi*/
p.side_title {
  padding: 3px 0 3px 10px;
  font-size: 14px;
  font-weight: bold;
  border-left: 4px solid #666;
  margin: 5px 0;
}
.subnavi {
  margin-bottom: 10px;
}
.subnavi {
  border-top: 1px dotted #6D6D6D;
}
.subnavi li {
  border-bottom: 1px dotted #6D6D6D;
}
.subnavi li a {
  padding: 10px 0;
  display: block;
}
.subnavi li a:hover {
  text-decoration: underline;
}
@media print, screen and (min-width:768px) {
  .subnavi {
    margin-bottom: 20px;
  }
}
/* ----------------------------------------------------------------footer*/
footer small {
  background: #2e388b;
  color: #fff;
  display: block;
  padding: 10px 0;
  font-size: 12px;
}
/*footerinfo*/
#footerinfo {
  padding: 40px 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2e388b+0,2130b0+100 */
  background: #2e388b;
  /* Old browsers */
  background: -moz-linear-gradient(left, #2e388b 0%, #2130b0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #2e388b 0%, #2130b0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #2e388b 0%, #2130b0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e388b', endColorstr='#2130b0', GradientType=1);
  /* IE6-9 */
}
#footerinfo a {
  text-decoration: none;
  color: #fff;
}
#footerinfo ul {
  padding: 20px 0;
  border: 1px solid #fff;
}
#footerinfo ul li {
  color: #fff;
  font-family: "NotoSerifRegular";
}
#footerinfo ul li:first-child {
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
#footerinfo ul li:first-child span {
  display: block;
  font-family: 'Libre Baskerville', serif;
  font-size: 30px;
  color: #bec0d7;
  margin-bottom: -5px;
}
#footerinfo ul li:nth-child(2) {
  margin-bottom: 10px;
}
#footerinfo ul li:nth-child(2) span {
  margin-bottom: -5px;
  font-size: 30px;
}
#footerinfo ul li:nth-child(2) i {
  display: inline-block;
  font-size: 30px;
  padding-right: 5px;
}
#footerinfo ul li:nth-child(3) a {
  text-decoration: none;
  color: #fff;
}
#footerinfo ul li:nth-child(3) a:hover {
  opacity: 0.7;
}
#footerinfo ul li:nth-child(3) i {
  display: block;
  margin-bottom: -5px;
  font-size: 40px;
}
#footerinfo ul li:nth-child(3) span {
  padding: 5px;
  position: relative;
}
#footerinfo ul li:nth-child(3) span::before, #footerinfo ul li:nth-child(3) span::after {
  content: '';
  width: 20px;
  height: 10px;
  position: absolute;
}
#footerinfo ul li:nth-child(3) span::before {
  border-left: solid 1px #fff;
  border-top: solid 1px #fff;
  top: 0;
  left: 0;
}
#footerinfo ul li:nth-child(3) span::after {
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  bottom: 0;
  right: 0;
}
@media print, screen and (min-width:768px) {
  #footerinfo {
    padding: 60px 0;
  }
  #footerinfo ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border: 1px solid #fff;
  }
  #footerinfo ul li {
    color: #fff;
    font-family: "NotoSerifRegular";
  }
  #footerinfo ul li:first-child {
    width: 30%;
    border-bottom: none;
    border-right: 1px solid #fff;
    padding: 30px 0;
    font-size: 18px;
    margin-bottom: 0;
  }
  #footerinfo ul li:first-child span {
    font-size: 48px;
    margin-bottom: -15px;
  }
  #footerinfo ul li:nth-child(2) {
    padding: 0;
    width: 50%;
    margin-bottom: 0;
    margin-top: -40px;
    font-size: 16px;
    height: 80px;
  }
  #footerinfo ul li:nth-child(2) span {
    margin-bottom: -5px;
    font-size: 48px;
  }
  #footerinfo ul li:nth-child(2) i {
    font-size: 48px;
  }
  #footerinfo ul li:nth-child(3) {
    width: 20%;
    height: 80px;
    border-left: 1px solid #fff;
  }
  #footerinfo ul li:nth-child(3) i {
    display: block;
    margin-bottom: -5px;
    font-size: 50px;
    margin-top: -20px;
  }
  #footerinfo ul li:nth-child(3) span {
    padding: 5px;
    position: relative;
  }
}
/*footer*/
#footer {
  background: #ebedf0;
  padding: 40px 0;
  text-align: left;
  overflow-x: hidden;
}
#footer ul li:first-child ul {
  display: flex;
}
#footer ul li:first-child ul li:first-child {
  margin-right: 20px;
}
#footer ul li:first-child ul li:nth-child(n+2) {
  margin-right: 10px;
}
#footer ul li:first-child p {
  text-align: left;
  margin-top: 20px;
  font-size: 16px;
}
#footer ul li:first-child p strong {
  display: block;
  margin-bottom: -10px;
}
#footer ul li:first-child p span {
  color: #2e388b;
}
#footer ul li:first-child .link a {
  margin-top: 20px;
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  background: url("../../img/osaka/common_img/gaibu_link.png"), #162233;
  background-repeat: no-repeat;
  background-position: right 10px bottom 10px;
}
#footer ul li .title {
  font-family: 'Libre Baskerville', serif;
  color: #cfd1de;
  font-size: 24px;
  border-bottom: 1px solid #cfd1de;
  margin: 20px 0 10px;
}
#footer ul.f_navi li a {
  color: #1a1521;
  text-decoration: none;
}
@media print, screen and (min-width:768px) {
  #footer {
    padding: 60px 0 60px;
  }
  #footer ul.contents {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  #footer ul.contents li:nth-child(2), #footer ul.contents li:nth-child(3) {
    line-height: 2;
  }
  #footer ul.contents li:nth-child(2) .f_navi, #footer ul.contents li:nth-child(3) .f_navi {
    line-height: 2;
    width: 263px;
  }
  #footer ul.contents li:nth-child(2) {
    margin-right: -90px;
  }
  #footer ul.f_navi li a:hover {
    opacity: 0.7;
  }
  #footer ul li:first-child .link a:hover {
    opacity: 0.7;
  }
}
/*------------------------------------------------------------Pankuzu*/
/*pankuzu*/
#pankuzu {
  width: 100%;
  margin: 5px 0 15px;
  clear: both;
}
#pankuzu ol {
  list-style: none;
}
#pankuzu ol li {
  float: left;
  font-size: 11px;
  padding: 0 7px 0 10px;
  background: url("../../img/osaka/common_img/icon_pankuzu.gif") no-repeat 0 50%;
}
#pankuzu ol li em {
  font-style: normal;
}
#pankuzu ol li.home {
  padding-left: 0;
  background: none;
}
#pankuzu ol li a:link, #pankuzu ol li a:visited {
  text-decoration: underline;
}
#pankuzu ol li a:hover, #pankuzu ol li a:active {
  text-decoration: underline;
}
/* ----------------------------------------------------------------rayout*/
.center {
  display: block;
  margin: auto;
}
/*------------------------------------------------------------table*/
.sheet_basic {
  width: 100%;
  border-collapse: collapse;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
}
.sheet_basic tr th {
  display: block;
  padding: 10px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  background: #e8e8e8;
  line-height: 150%;
  text-align: left;
  vertical-align: middle;
}
.sheet_basic tr td {
  display: block;
  padding: 10px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  text-align: left;
  vertical-align: middle;
}
@media print, screen and (min-width:768px) {
  .sheet_basic {
    border-collapse: separate;
  }
  .sheet_basic tr th {
    display: table-cell;
    border-right: 1px dotted #999;
    width: 28%;
  }
  .sheet_basic tr td {
    display: table-cell;
  }
}
/*料金表*/
.tg2 {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  text-align: center;
}
.tg2 td {
  vertical-align: top;
  padding: 7px 5px;
  font-size: 90%;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  height: 20px;
  text-align: left;
  background: #ffffff;
  line-height: 1.5;
}
.tg2 th {
  vertical-align: top;
  background-color: #c3c7e6;
  font-size: 90%;
  font-weight: 700;
  padding: 10px 5px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  word-break: normal;
  text-align: left;
  line-height: 1.5;
}
.tg2 thead th {
  font-size: 16px;
  color: #fff;
  background: #2e388b;
  text-align: center;
}
.tg2 th.t_center {
  text-align: center;
}
.tg2 th.t_100 {
  font-size: 16px;
  vertical-align: middle;
}
.tg2 th.t_booth {
  background-color: #EBEBEB;
}
.tg2 td.t_booth {
  background-color: #f3f3f3;
}
.tg2 td.bold {
  font-weight: 700;
}
.tg2 td.bold2 {
  font-weight: 700;
  text-align: center;
}
.tg2 th.bold2 {
  font-size: 90%;
}
.tg2 td.ba_cell {
  font-size: 90%;
  background: #fdde9f;
  color: #8C1A1A;
  text-align: center;
}
.tg2 td.other_cell {
  background: #f6f6f6;
  text-align: center;
}
.tg2 td.center_cell {
  text-align: center;
}
.tg2 td.td_camp {
  font-size: 150%;
  line-height: 1.1;
  text-align: center;
}
.tg2 td.td_camp small {
  font-size: 12px;
}
/*------------------------------------------------------------Decoration*/
/*Line*/
hr.line_01 {
  height: 1px;
  clear: both;
  margin: 20px 0px;
  border-top: 1px dotted #CCC;
  border-right: 0 dotted #CCC;
  border-bottom: 0 dotted #CCC;
  border-left: 0 dotted #CCC;
}
.space_10 {
  height: 10px;
  clear: both;
}
.space_20 {
  height: 20px;
  clear: both;
}
.space_30 {
  height: 30px;
  clear: both;
}
.space_10 hr, .space_20 hr, .space_30 hr {
  display: none;
}
/*------------------------------------------------------------Text*/
/*title*/
.shop_title {
  display: block;
  width: 160px;
  height: 34px;
  text-align: center;
  font-family: "NotoSerifBold";
  font-size: 16px;
  line-height: 34px;
  color: #2e388b;
  border: 1px solid #2e388c;
  margin: 0 auto;
}
.title01 {
  text-align: center;
  font-size: 20px;
  font-family: "NotoSerifBold";
  padding: 10px 15px;
  margin-bottom: 10px;
}
.title01 span {
  font-family: 'Libre Baskerville', serif;
  display: block;
  color: #e0e1eb;
  background: url("../../img/osaka/common_img/point.png") no-repeat bottom center;
  padding-bottom: 5px;
}
.title02 {
  font-family: "NotoSerifBold";
  font-size: 18px;
  font-weight: bold;
  color: #2e388b;
  margin-bottom: 10px;
}
.title03 {
  font-size: 16px;
  font-weight: bold;
  color: #6D6D6D;
  padding-left: 10px;
  margin-bottom: 10px;
  border-left: 3px solid #6D6D6D;
}
@media print, screen and (min-width:768px) {
  .title01 {
    font-size: 30px;
    padding: 10px 15px;
    margin-bottom: 10px;
  }
  .title02 {
    font-size: 24px;
  }
}
.link_button a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 0.5em 2em 1em;
  width: 240px;
  color: #2e388b;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  background-color: #e8e9eb;
  transition: 0.3s;
}
.link_button a::before {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  width: calc(100% + 8px);
  height: calc(100% - 4px);
  border: 1px solid #2e388b;
  transition: 0.2s;
}
.link_button a::after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 3px solid #2e388b;
  border-right: 3px solid #2e388b;
  transform: rotate(45deg);
}
.link_button a:hover {
  text-decoration: none;
  background-color: #aeb7f8;
}
.link_button2 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 0.5em 1em 1em;
  width: 240px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  background-color: #424c96;
  transition: 0.3s;
}
.link_button2 a::before {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  width: calc(100% + 8px);
  height: calc(100% - 4px);
  border: 1px solid #2e388b;
  transition: 0.2s;
}
.link_button2 a:hover {
  text-decoration: none;
  background-color: #aeb7f8;
}
/*TextRight*/
.tx_right {
  text-align: right;
}
/*TextLeft*/
.tx_left {
  text-align: left;
}
/*TextCenter*/
.tx_cent {
  text-align: center;
}
/*bold*/
.tx_bold {
  font-style: normal;
  font-weight: bold;
}

/*TextRed*/
.tx_red {
  color: #C33;
}
.tx_big {
  font-size: 1.142em;
}
.tx_small {
  font-size: 0.8em;
}
/*attention*/
.attention {
  font-size: 10px;
  line-height: 130%;
  margin: 5px 0;
}
/*------------------------------------------------------------Float*/
/*FloatLeft*/
.float_left {
  float: left;
}
/*FloatRight*/
.float_right {
  float: right;
}
/*ClearBoth*/
.clearboth {
  clear: both;
}
/*phbox*/
.phbox_right {
  text-align: center;
  margin-bottom: 10px;
}
.phbox_right img {
  max-width: 100%;
  height: auto;
}
.phbox_left {
  text-align: center;
  margin-bottom: 10px;
}
.phbox_left img {
  max-width: 100%;
  height: auto;
}
.ov_hidden {
  overflow: hidden;
}
@media print, screen and (min-width:768px) {
  .phbox_right {
    float: right;
    margin-left: 10px;
    margin-bottom: 20px;
  }
  .phbox_left {
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
  }
}
/*------------------------------------------------------------Margin*/
/*MarginTop*/
.margin_t05 {
  margin-top: 5px;
}
.margin_t10 {
  margin-top: 10px;
}
.margin_t20 {
  margin-top: 20px;
}
.margin_t30 {
  margin-top: 30px;
}
.margin_t40 {
  margin-top: 40px;
}
.margin_t50 {
  margin-top: 50px;
}
/*MarginBottom*/
.margin_b05 {
  margin-bottom: 5px;
}
.margin_b10 {
  margin-bottom: 10px;
}
.margin_b20 {
  margin-bottom: 20px;
}
.margin_b30 {
  margin-bottom: 30px;
}
.margin_b40 {
  margin-bottom: 40px;
}
.margin_b50 {
  margin-bottom: 50px;
}
/*MarginRight*/
.margin_r05 {
  margin-right: 5px;
}
.margin_r10 {
  margin-right: 10px;
}
.margin_r15 {
  margin-right: 15px;
}
.margin_r20 {
  margin-right: 20px;
}
/*MarginLeft*/
.margin_l05 {
  margin-left: 50px;
}
.margin_l10 {
  margin-left: 10px;
}
.margin_l15 {
  margin-left: 15px;
}
.margin_l20 {
  margin-left: 20px;
}
/*Margin_device*/
.margin-xs-b10 {
  margin-bottom: 10px;
}
@media print, screen and (min-width:768px) {
  .margin-xs-b10 {
    margin-bottom: 0px;
  }
}
/*------------------------------------------------------------ClearFix*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
/*------------------------------------------------------------Hoverimg*/
a:hover img.hoverimg {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}
/*------------------------------------------------------------other*/
/*Pagetop*/
#pagetop {
  position: fixed;
  bottom: 15px;
  right: 15px;
}
#pagetop img {
  width: 40px;
  height: auto;
}
@media print, screen and (min-width:768px) {
  #pagetop img {
    width: auto;
    height: auto;
  }
}
.imeoff {
  ime-mode: disabled;
}
.imeactive {
  ime-mode: active;
}
.sp_none {
  display: none;
}
@media print, screen and (min-width:480px) {
  .br480 {
    display: none;
  }
}
@media print, screen and (min-width:768px) {
  .pc_none {
    display: none;
  }
  .sp_none {
    display: inline-block;
  }
}
.anchor_point {
  margin-top: -92px;
  padding-top: 92px;
}
@media print, screen and (min-width:768px) {
  .anchor_point {
    margin-top: -120px;
    padding-top: 120px;
  }
}