@charset "UTF-8";
/* =================================================================
 License : e-TRUST Inc.
 File name : assets.css
 Style : assets.css
================================================================= */
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900|Noto+Serif+JP:200,300,400,500,600,700,900&amp;subset=japanese);
.flex {
  display: flex;
}

.jcss {
  justify-content: start;
}

.jcsc {
  justify-content: center;
}

.jcsb {
  justify-content: space-between;
}

.aic {
  align-items: center;
}

.ais {
  align-items: start;
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 640px) {
  .disnone {
    display: block !important;
    position: fixed;
    top: 1%;
    left: 2%;
    z-index: 9;
  }
  .disnone a {
    color: #fff;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .disnone {
    display: block !important;
    position: fixed;
    top: 1%;
    left: 2%;
    z-index: 9;
  }
  .disnone a {
    color: #fff;
  }
}

@media only screen and (max-width: 640px) {
  .spdisnone {
    display: none !important;
  }
}

.tdpd10 td {
  padding: 10px !important;
}

li {
  list-style: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 400;
}

body {
  counter-reset: number 0;
  line-height: 1.7em;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #333;
  font-style: normal;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 16px;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0 20px;
}
@media only screen and (max-width: 640px) {
  .inner {
    padding: 20px;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .inner {
    padding: 64px 0 20px;
  }
}

.inner2 {
  max-width: 1000px;
  margin: 0 auto;
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  margin-bottom: 100px;
}

#contents {
  width: 100%;
  max-width: 1200px;
}
@media only screen and (max-width: 834px) {
  #contents {
    margin-bottom: 50px !important;
  }
}
@media only screen and (max-width: 834px) {
  #contents {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media screen and (min-width: 834px) and (max-width: 1200px) {
  #contents {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

#side {
  width: 18.75%;
}

.map {
  margin: 56px 20px 0;
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}
.tlfix table {
  table-layout: fixed;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

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

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

input[type=button] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  text-decoration: none;
  transition: 1s;
}

a:hover {
  opacity: 0.6;
  transition: 1s;
}

.imgR, .imgL {
  max-width: 100% !important;
  float: none;
  margin-left: 0;
}
@media only screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    max-width: 100% !important;
    text-align: center;
  }
}

.imgL {
  margin: 0;
  float: none;
  max-width: 100% !important;
}

.mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}
header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
}
header#global_header .telwrap {
  margin-right: 15px;
}
header#global_header .tel2 {
  max-width: 300px;
  font-size: 26px;
  font-weight: 500;
  font-family: "Times New Roman";
}
header#global_header .tel2 span {
  font-size: 20px;
}
@media only screen and (max-width: 834px) {
  header#global_header .tel2 {
    margin-right: 10px;
    font-size: 1.4em;
  }
}
@media only screen and (max-width: 640px) {
  header#global_header .tel2 {
    font-size: 1.4em;
    margin-right: 0;
  }
}
@media screen and (min-width: 834px) and (max-width: 960px) {
  header#global_header .tel2 {
    font-size: 1.4em;
  }
}
header#global_header .tel2 a {
  color: #333;
}
header#global_header .cont a {
  max-width: 300px;
  font-size: 1.3em;
  color: #fff;
  background: #3299d4;
  border-radius: 50px;
  padding: 15px 30px;
  display: block;
}
header#global_header .cont a i {
  margin-right: 7px;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  header#global_header .cont a {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 640px) {
  header#global_header .cont a {
    margin-right: 0;
    font-size: 1.2em;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 834px) and (max-width: 960px) {
  header#global_header .cont a {
    font-size: 1.2em;
  }
}
@keyframes zoom {
  50% {
    transform: scale(1.1);
  }
}
.hed_right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (min-width: 834px) and (max-width: 1000px) {
  .hed_right {
    width: 80%;
  }
}
@media only screen and (max-width: 834px) {
  .hed_right {
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    background: #fff;
    padding: 10px;
    border-top: 3px solid #0d47a0;
  }
}
.hed_right .time {
  text-align: center;
  font-size: 13px;
  background: #0d47a0;
  border-radius: 50px;
  padding: 0 10px;
  color: #fff;
}
@media only screen and (max-width: 834px) {
  .hed_right .time {
    text-align: center;
    padding-left: 0;
  }
}

#header {
  width: 100%;
}
@media screen and (min-width: 834px) and (max-width: 1200px) {
  #header {
    padding: 0 10px;
  }
}
#header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 15px;
}
@media only screen and (max-width: 834px) {
  #header .inner {
    justify-content: center;
  }
}
#header #siteID {
  text-align: left;
}
@media only screen and (max-width: 834px) {
  #header #siteID {
    text-align: center;
  }
}
#header #siteID a {
  opacity: 1;
  display: block;
}

.top_txt {
  background: #319f2d;
  color: #fff;
  font-size: 0.8em;
  text-align: left;
}
@media only screen and (max-width: 834px) {
  .top_txt {
    padding: 10px;
  }
}
.top_txt .inner {
  padding: 0 10px !important;
}

.hedTopwrap {
  padding: 0 !important;
}

#hed_info .address {
  text-align: right;
}
@media only screen and (max-width: 640px) {
  #hed_info .address {
    text-align: center;
  }
}

.navwrap {
  padding: 0 !important;
}

#nav_global {
  width: 100%;
  padding: 10px 0;
  transition: 0.5s ease-in-out;
}
@media only screen and (max-width: 834px) {
  #nav_global {
    display: none;
  }
}
#nav_global .inner {
  padding: 0;
}
#nav_global ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#nav_global ul .pcnone {
  display: none;
}
#nav_global ul .spnone {
  display: block;
}
@media only screen and (max-width: 640px) {
  #nav_global ul .spnone {
    display: none;
  }
}
#nav_global ul li {
  z-index: 1;
  position: relative;
  width: 100%;
}
#nav_global ul li a {
  display: block;
  color: #333;
  padding: 10px;
}
#nav_global ul li a {
  position: relative;
  text-decoration: none;
}
#nav_global ul li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 5px;
  background: #3299d4;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
#nav_global ul li a:hover::after {
  transform: scale(1, 1);
}
#nav_global ul ul {
  position: absolute;
  width: 215px;
  z-index: 100;
  top: 100%;
  left: -4%;
  display: block;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
}
#local-keyvisual {
  position: relative;
  background-position: center;
  z-index: 0;
}
#local-keyvisual h1 {
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 3em;
  font-weight: 700;
  z-index: 1;
  position: relative;
  text-align: center;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media only screen and (max-width: 834px) {
  #local-keyvisual h1 {
    font-size: 2em;
  }
}
#local-keyvisual h1 span {
  padding: 60px 0;
  display: block;
}
@media only screen and (max-width: 834px) {
  #local-keyvisual h1 span {
    padding: 50px;
  }
}
#local-keyvisual h1 span:empty {
  display: none;
}

#local-keyvisual #local-keyvisual-bg, #local-keyvisual .local-keyvisual-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-position: right;
  background-size: cover;
  background: #0d47a0;
}

.pan1 {
  margin: 20px 0 100px;
}
@media only screen and (max-width: 834px) {
  .pan1 {
    display: none;
  }
}
.pan1 a {
  color: #000;
}

@media only screen and (max-width: 640px) {
  .mainArea img {
    width: 120% !important;
    min-height: 54vw !important;
    margin: 0 -28% !important;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
}

.mainwrap {
  position: relative;
}
.mainwrap .main_txtwrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1334px;
  min-width: 240px;
  max-height: 364px;
  background: rgba(72, 123, 188, 0.5);
  padding: 30px;
}
@media only screen and (max-width: 834px) {
  .mainwrap .main_txtwrap {
    width: 100%;
    padding: 20px;
    max-height: 280px;
  }
}
@media screen and (min-width: 834px) and (max-width: 1200px) {
  .mainwrap .main_txtwrap {
    width: auto;
    max-width: 1334px;
  }
}
.mainwrap .main_txtwrap p {
  color: #fff;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 80px;
  font-weight: bold;
  line-height: 1;
  text-shadow: 2px 2px 0px #487BBC;
}
@media only screen and (max-width: 834px) {
  .mainwrap .main_txtwrap p {
    font-size: 35px;
  }
}
@media screen and (min-width: 834px) and (max-width: 1000px) {
  .mainwrap .main_txtwrap p {
    font-size: 60px;
  }
}
.mainwrap .main_txtwrap p span {
  font-size: 35px;
}
@media only screen and (max-width: 834px) {
  .mainwrap .main_txtwrap p span {
    font-size: 16px;
  }
}
@media screen and (min-width: 834px) and (max-width: 1000px) {
  .mainwrap .main_txtwrap p span {
    font-size: 28px;
  }
}

html, body {
  min-height: 100%;
}

#wrap {
  height: 100%;
  padding: 72px 10px 0;
  overflow-x: hidden;
  position: relative;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.onlineShops {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 92px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background-size: cover;
}

.header .orangeTypeLink,
.header .tipsLink,
.header .aboutLink {
  display: flex;
  justify-content: center;
  background: no-repeat right top;
  background-size: auto auto;
  writing-mode: vertical-rl;
  font-size: 14px;
  font-weight: bold;
  z-index: 1;
  letter-spacing: 0.2em;
  transition: width 0.5s ease;
  position: absolute;
}

.header .orangeTypeLink span,
.header .tipsLink span,
.header .aboutLink span {
  display: block;
  margin-right: 14px;
}

.header .orangeTypeLink:hover,
.header .tipsLink:hover,
.header .aboutLink:hover {
  width: 57px;
}

.header .orangeTypeLink {
  height: 149px;
  width: 47px;
  color: #fff;
  background-image: url(../img/common/bg_header-menu01.png);
  top: 25px;
  left: -28px;
}

.header .tipsLink {
  height: 159px;
  width: 47px;
  background-image: url(../img/common/bg_header-menu02.png);
  top: 184px;
  left: -28px;
}

.header .aboutLink {
  height: 151px;
  width: 48px;
  color: #fff;
  background-image: url(../img/common/bg_header-menu03.png);
  top: 358px;
  left: -14px;
}

.headerLogo {
  margin: 0 18px 0 auto;
  width: 113px;
}

.toggleMenu {
  display: flex;
  align-items: center;
  height: 62px;
  width: 60px;
  background-size: contain;
  position: fixed;
  top: 5px;
  left: 5px;
  z-index: 100;
  transition: 0.5s ease-in-out;
  background: #0d47a0;
}
.hide {
  transform: translateY(-200%);
}

.toggleMenu .bars {
  margin: 0 30px 0 15px;
  height: 22px;
  width: 35px;
  position: relative;
}

.toggleMenu a:hover {
  opacity: 1;
}

.toggleMenu .bars span {
  height: 2px;
  background-color: #fff;
  transition: all 0.5s ease;
  position: absolute;
  left: 0;
}

.toggleMenu .bars span:nth-of-type(1) {
  width: 35px;
  top: 0;
}

.toggleMenu .bars span:nth-of-type(2) {
  width: 30px;
  top: 10px;
}

.toggleMenu .bars span:nth-of-type(3) {
  width: 25px;
  top: 20px;
}

.toggleMenu.isActive .bars span {
  right: 0;
}

.toggleMenu.isActive .bars span:nth-of-type(1), .toggleMenu.isActive .bars span:nth-of-type(3) {
  width: 30px;
  top: 10px;
}

.toggleMenu.isActive .bars span:nth-of-type(1) {
  transform: rotate(45deg);
}

.toggleMenu.isActive .bars span:nth-of-type(2) {
  opacity: 0;
}

.toggleMenu.isActive .bars span:nth-of-type(3) {
  transform: rotate(-45deg);
}

.overlayMenu {
  padding: 20px 10px;
  width: 100%;
  transition: transform 0.8s ease;
  z-index: 10;
  position: fixed;
  top: 0;
  right: 100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.overlayMenu.isOpened {
  transform: translateX(100%);
}

.overlayMenu > .outer {
  height: 100%;
  background: #0d47a0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 15px;
  background-size: cover;
}
.overlayMenu > .outer .hed_right {
  background: none !important;
  position: inherit;
  padding: 10px;
}
@media only screen and (max-width: 834px) {
  .overlayMenu > .outer .hed_right {
    display: block !important;
  }
  .overlayMenu > .outer .hed_right .telwrap {
    margin-right: 0 !important;
  }
  .overlayMenu > .outer .hed_right .tel2 {
    margin: 0 auto !important;
    max-width: 300px !important;
    background: #fff;
    border-radius: 50px;
    padding: 15px;
    justify-content: center !important;
  }
}
@media only screen and (max-width: 834px) and (max-width: 640px) {
  .overlayMenu > .outer .hed_right .tel2 {
    padding: 0;
  }
}
@media only screen and (max-width: 834px) {
  .overlayMenu > .outer .hed_right .tel2 a {
    color: #333 !important;
  }
}
@media only screen and (max-width: 834px) and (max-width: 640px) {
  .overlayMenu > .outer .hed_right .tel2 a {
    padding: 15px;
    display: block;
  }
}
@media only screen and (max-width: 834px) {
  .overlayMenu > .outer .hed_right .cont a {
    margin: 10px auto !important;
  }
}
.overlayMenu > .outer .hed_right .time_txt {
  color: #fff;
}
.overlayMenu > .outer li a {
  color: #fff;
  padding: 10px;
  display: block;
  border-bottom: 1px solid #fff;
}

.overlayMenu > .outer > .inner {
  padding: 30px 70px;
}

.overlayMenu:before, .overlayMenu:after {
  content: "";
  height: 20px;
  background-size: cover;
  position: absolute;
  left: 10px;
  right: 10px;
}

.overlayMenu:before {
  top: 0;
}

.overlayMenu:after {
  bottom: 0;
}

.overlayMenu .onlineShops {
  margin-top: 42px;
}

.overlayMenu .corporateLink {
  margin-top: 10px;
  height: 55px;
  width: 100%;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background: url(../img/common/bg_corporate-site.jpg) no-repeat center;
  background-size: cover;
}

.overlayMenuTitle {
  display: block;
  margin-top: 64px;
  font-size: 21px;
  font-weight: bold;
  color: #016411;
  text-align: center;
  letter-spacing: 0.1em;
  position: relative;
}

.overlayMenuTitle:after {
  content: "";
  margin: auto;
  height: 22px;
  width: 100px;
  background-size: contain;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.overlayMenuList {
  margin-top: 64px;
  font-size: 16px;
  font-weight: bold;
  color: #016411;
  letter-spacing: 0.1em;
}

.overlayMenuList li {
  display: flex;
  background: no-repeat right center;
}

.overlayMenuList li + li {
  margin-top: 22px;
}

.overlayMenuList li:after {
  content: "";
  margin: 0 40px 0 1em;
  background: url(../img/common/bg_dots01.png) repeat-x left center;
  background-size: 3px auto;
  flex: 1 1 auto;
}

.overlayMenuList li:nth-of-type(2) {
  background-image: url(../img/common/img_menu-orange01.png);
  background-size: auto 23px;
}

.overlayMenuList li:nth-of-type(1),
.overlayMenuList li:nth-of-type(3) {
  background-image: url(../img/common/img_menu-orange02.png);
  background-size: 22.5px 19.5px;
}

.overlayMenuList li:nth-of-type(4) {
  background-image: url(../img/common/img_menu-orange03.png);
  background-size: 21px 25px;
}

.copyright {
  padding: 28px 0;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.topIntroPicture {
  margin: 50px auto 0;
  width: 287px;
}

.topIntroCatch {
  display: block;
  font-size: 21px;
  font-weight: bold;
  color: #016411;
  line-height: 2.95;
  letter-spacing: 0.1em;
  text-align: center;
}

.topIntroCatch span {
  position: relative;
}

.topIntroCatch span:before {
  content: "";
  height: 131px;
  width: 270px;
  background: url(../img/top/bg_intro-catch.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 36px;
  left: -41px;
}

.topIntroText {
  margin: 32px 14px 0;
  font-size: 13px;
  font-weight: bold;
  line-height: 2.15;
  letter-spacing: 0.05em;
}

.orangeTypes {
  margin-top: 36px;
  padding: 16px 28px 32px;
  position: relative;
}

.orangeTypes:before, .orangeTypes:after {
  content: "";
  z-index: 2;
  position: absolute;
}

.orangeTypes:before {
  border: solid 3px #016411;
  top: 8px;
  right: 10px;
  bottom: 0;
  left: 10px;
}

.orangeTypes:after {
  border: solid 2px #016411;
  top: 14px;
  right: 16px;
  bottom: 6px;
  left: 16px;
}

.orangeTypes .decoration:before, .orangeTypes .decoration:after {
  content: "";
  background: no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
}

.orangeTypes .decoration:before {
  height: 192px;
  width: 130px;
  background-image: url(../img/types/bg_top-left.png);
  left: 0;
}

.orangeTypes .decoration:after {
  height: 203px;
  width: 152px;
  background-image: url(../img/types/bg_top-right.png);
  right: 0;
}

.orangeTypes .inner {
  padding-top: 180px;
  z-index: 3;
  position: relative;
}

.orangeTypes .moreButton {
  display: block;
  margin-top: 30px;
  padding-top: 16px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  background: url(../img/common/ico_bottom.svg) no-repeat center bottom 15px, url(../img/types/bg_orange-more.png) no-repeat center;
  background-size: 22px auto, cover;
  height: 65px;
}

.orangeTypesTitle {
  color: #016411;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}

.orangeTypesTitle span {
  position: relative;
}

.orangeTypesTitle span:before {
  content: "";
  height: 135px;
  width: 181px;
  background: url(../img/top/img_types-title.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -94px;
  left: -8px;
}

.orangeTypesList {
  display: flex;
  flex-wrap: wrap;
}

.orangeTypesList li {
  position: relative;
}

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

.orangeTypesList .title {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #016411;
  text-align: center;
  position: absolute;
  top: 26px;
  left: 0;
}

.orangeTypesList figure {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
}

.orangeTypesList img {
  margin-bottom: 23px;
  width: auto;
}

.citrusHeading {
  margin-top: 15px;
  text-align: center;
  position: relative;
}

.citrusHeading span {
  display: inline-block;
  margin-top: 132px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: bold;
  color: #016411;
  letter-spacing: 0.1em;
  position: relative;
}

.citrusHeading span:before {
  content: "";
  margin: auto;
  height: 29px;
  width: 30px;
  background: url(../img/types/img_heading-orange.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
}

.citrusHeading span:after {
  content: "";
  height: 5px;
  width: 100%;
  background: url(../img/common/img_waves.svg) repeat-x center;
  background-size: auto 100%;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.citrusHeading h1 {
  margin-top: 28px;
  font-size: 25px;
  color: #016411;
  letter-spacing: 0.1em;
}

.citrusHeading small {
  margin-left: 10px;
  font-family: "Cabin Sketch", cursive;
  font-size: 12px;
  vertical-align: middle;
  letter-spacing: 0.1em;
}

.citrusHeading:before, .citrusHeading:after {
  content: "";
  background: no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
}

.citrusHeading:before {
  height: 192px;
  width: 130px;
  background-image: url(../img/types/bg_top-left.png);
  left: -12px;
}

.citrusHeading:after {
  height: 203px;
  width: 152px;
  background-image: url(../img/types/bg_top-right.png);
  right: -11px;
}

.citrusData {
  margin: 22px 0 34px;
}

.citrusContents {
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.citrusContents > * + * {
  margin-top: 25px;
}

.citrusContents hr {
  border: solid 2px #f0ede6;
}

.citrusFigure {
  text-align: center;
}

.citrusFigure figure {
  display: inline-block;
  max-width: 682px;
}

.citrusFigure figcaption {
  margin-top: 7px;
  font-size: 12px;
}

.citrusHeading01 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.77;
  letter-spacing: 0.1em;
}

.citrusHeading02 {
  padding: 9px 1em 9px 47px;
  line-height: 1.6;
  font-size: 20px;
  letter-spacing: 0.1em;
  border-top: solid 2px #f0ede6;
  border-bottom: solid 2px #f0ede6;
  background: url(../img/types/img_heading-orange.png) no-repeat left 5px center;
  background-size: auto 29px;
}

.citrusHeading03 {
  line-height: 1;
}

.citrusHeading03 span {
  display: inline-block;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  color: #016411;
  line-height: 1.6;
  letter-spacing: 0.1em;
  position: relative;
}

.citrusHeading03 span:after {
  content: "";
  height: 5px;
  width: 100%;
  background: url(../img/common/img_waves.svg) repeat-x left top;
  background-size: 119px 5px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.citrusCalendarHeading {
  margin-top: 48px;
  text-align: center;
  position: relative;
}

.citrusCalendarHeading h2 {
  font-family: "A-OTF 見出ゴMB1 Std DeBold", "MiGoMB1Std-DeBold", "見出ゴMB1", "Midashi Go MB1", sans-serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.24em;
}

.citrusCalendarHeading img {
  display: inline-block;
  margin-top: 8px;
  width: 105px;
}

.citrusCalendarHeading:after {
  content: "";
  height: 76px;
  width: 57px;
  background: url(../img/types/img_calendar-girl.png) no-repeat center;
  background-size: contain;
  z-index: 1;
  position: absolute;
  bottom: -33px;
  left: 0;
}

.citrusCalendar {
  margin: 30px -10px 0;
  padding: 40px 15px 20px;
  background: url(../img/types/bg_calendar.jpg) repeat left top;
  background-size: 100% auto;
}

.citrusCalendar .moreButton {
  height: 60px;
  width: 100%;
  background: url(../img/types/bg_calendar-more.jpg) no-repeat center;
  background-size: cover;
  font-family: "A-OTF 見出ゴMB1 Std DeBold", "MiGoMB1Std-DeBold", "見出ゴMB1", "Midashi Go MB1", sans-serif;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #fff;
}

.citrusCalendarList {
  overflow: hidden;
  transition: height 0.8s ease;
}

.citrusCalendarList li {
  margin-bottom: 50px;
  position: relative;
}

.citrusCalendarList li:after {
  content: "";
  height: 1px;
  width: 100%;
  background: url(../img/types/bg_calendar-border.png) repeat-x left top;
  background-size: auto 100%;
  position: absolute;
  bottom: -30px;
  left: 0;
}

.citrusCalendarList dt {
  font-family: "A-OTF 見出ゴMB1 Std DeBold", "MiGoMB1Std-DeBold", "見出ゴMB1", "Midashi Go MB1", sans-serif;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1em;
}

.citrusCalendarList dt img {
  width: auto;
  margin-right: 16px;
  vertical-align: middle;
}

.citrusCalendarList dt span {
  vertical-align: middle;
}

.citrusCalendarList dd {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 0.05em;
}

.citrusSeason .text {
  display: inline-block;
  width: 86px;
  font-family: "A-OTF 見出ゴMB1 Std DeBold", "MiGoMB1Std-DeBold", "見出ゴMB1", "Midashi Go MB1", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.citrusSeason .label {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  height: 40px;
  width: 135px;
  letter-spacing: 0.05em;
  line-height: 40px;
  text-align: center;
  background-color: #fdb100;
  color: #fff;
  border-radius: 2px;
}

.citrusHeading04 {
  line-height: 1;
}

.citrusHeading04 span {
  display: inline-block;
  padding: 3px 10px;
  background: url(../img/types/bg_dl01.jpg) no-repeat center;
  background-size: cover;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.1em;
}

.citrusDl02 dt {
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/types/bg_dl02.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}

.citrusDl02 dt:before {
  content: "";
  border: solid 2px #fff;
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
}

.citrusIngredient {
  margin-top: 62px;
}

.citrusIngredientHeading {
  margin-bottom: 10px;
  padding-left: 70px;
  font-size: 18px;
  letter-spacing: 0.1em;
  position: relative;
}

.citrusIngredientHeading:before {
  content: "";
  height: 87px;
  width: 60px;
  background: url(../img/types/ico_measure.png) no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: -11px;
  left: 9px;
}

.citrusIngredientList {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 15px;
  background-color: #f0ede6;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}

.citrusIngredientList dt, .citrusIngredientList dd {
  padding: 18px 0;
}

.citrusIngredientList dt {
  width: 54.2372881%;
  text-align: center;
  color: #fff;
  background: no-repeat center;
  background-size: cover;
}

.citrusIngredientList dd {
  padding-left: 15px;
  width: 45.7627118644%;
  background-color: #fff;
}

.purchaseButton {
  display: flex;
  margin: 40px auto 0;
  height: 60px;
  width: 100%;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background: url(../img/common/ico_next-white.svg) no-repeat right 13px center, url(../img/types/bg_purchase-btn.jpg) no-repeat center;
  background-size: auto 22px, cover;
  letter-spacing: 0.1em;
  max-width: 325px;
}

.citrusRecipeHeading {
  font-size: 20px;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}

.citrusRecipeHeading:after {
  content: "";
  margin: auto;
  height: 32px;
  width: 189px;
  background: url(../img/types/bg_recipe-text.png);
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: -33px;
  left: 0;
}

.citrusRecipeHeading .color01 {
  color: #52a50a;
}

.citrusRecipeHeading .color02 {
  color: #ffb700;
}

.citrusRecipeHeading .color03 {
  color: #008fb6;
}

.citrusRecipe {
  margin-top: 62px;
}

.sideTipsHead {
  margin: 48px auto 0;
  height: 151px;
  width: 260px;
  background: url(../img/common/tit_side-mikan-tips.png) no-repeat center;
  background-size: contain;
  position: relative;
}

.sideTipsHead span {
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  top: 63px;
  left: 21px;
  letter-spacing: 0.1em;
}

.sideTipsList {
  margin: 20px auto 0;
  width: 260px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.54;
  letter-spacing: 0.1em;
}

.sideTipsList li {
  height: 55px;
  background: url(../img/common/bg_side-tips.png) no-repeat center;
  background-size: contain;
}

.sideTipsList a {
  display: flex;
  align-items: center;
  padding-left: 40px;
  padding-right: 1em;
  height: 100%;
  width: 100%;
}

.sideTipsList li + li {
  margin-top: 10px;
}

.sideTipsMore {
  display: inline-block;
  margin: 20px 0 0 10px;
  padding-left: 30px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  transition: transform 0.5s ease;
}

.sideTipsMore:before {
  content: "";
  height: 19px;
  width: 12px;
  background: url(../img/common/ico_next-black.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 12px;
}

.sideTipsMore:hover {
  transform: translateX(10px);
}

.orangeTips {
  margin: 76px 15px 0;
}

.orangeTipsTitle {
  height: 192px;
  padding: 34px 0 0 14px;
  background: url(../img/top/bg_tips.png) no-repeat center;
  background-size: cover;
  position: relative;
}

.orangeTipsTitle .heading {
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
}

.orangeTipsTitle .heading:before {
  content: "";
  height: 36px;
  width: 226px;
  background: url(../img/top/img_tips-heading.png) no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: -55px;
  left: 0;
}

.orangeTipsTitle .more {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 25px;
  left: 38px;
}

.orangeTipsTitle .more:before {
  content: "";
  height: 22px;
  width: 13px;
  background: url(../img/common/ico_next-black.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -2px;
  left: -23px;
}

.orangeTipsTitle:before {
  content: "";
  height: 57px;
  width: 111px;
  background: url(../img/top/img_tips-hat.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -46px;
  right: 5px;
}

.orangeTipsList {
  margin-top: 20px;
}

.orangeTipsList li {
  height: 65px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  background: url(../img/tips/bg_tips-item02.png) no-repeat left center, url(../img/tips/bg_tips-item01.jpg) no-repeat center;
  background-size: 32px 27px, cover;
}

.orangeTipsList a {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  padding-left: 43px;
}

.tipsArchiveHead {
  margin-top: 60px;
  padding-top: 52px;
  height: 186px;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  background: url(../img/tips/bg_tips-title.png) no-repeat center;
  background-size: cover;
  position: relative;
}

.tipsArchiveHead:before, .tipsArchiveHead:after {
  content: "";
  position: absolute;
}

.tipsArchiveHead:before {
  margin: auto;
  height: 57px;
  width: 111px;
  background: url(../img/tips/img_title-hat.png) no-repeat center;
  background-size: contain;
  top: -46px;
  left: 0;
  right: 0;
}

.tipsArchiveHead:after {
  margin: auto;
  height: 36px;
  width: 226px;
  background: url(../img/tips/img_sub-title.png) no-repeat center;
  background-size: contain;
  top: 100px;
  left: 0;
  right: 0;
}

.tipsArchiveList {
  margin-top: 25px;
}

.tipsArchiveList .title {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.64;
  letter-spacing: 0.1em;
  position: relative;
}

.tipsArchiveList .title:after {
  content: "";
  height: 2px;
  background: url(../img/tips/bg_title-dots.png) repeat-x left top;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  bottom: -5px;
  right: 0;
}

.tipsArchiveList .excerpt {
  margin-top: 20px;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.tipsArchiveList li {
  min-height: 210px;
  background: url(../img/tips/bg_tips-item03.png) no-repeat left center, url(../img/tips/bg_tips-item01.png) no-repeat center;
  background-size: 29px 107px, cover;
}

.tipsArchiveList a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 28px 20px 22px 48px;
}

.orangeTipArticle {
  margin-top: 25px;
}

.orangeTipArticle .articleTitle {
  padding: 22px 22px 22px 43px;
  background: url(../img/tips/bg_tips-item02.png) no-repeat left center, url(../img/tips/bg_tips-item01.jpg) no-repeat center;
  background-size: 32px 27px, cover;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.orangeTipArticle .articleContent {
  margin-top: 25px;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.orangeTipArticle .articleContent > * + * {
  margin-top: 15px;
}

.orangeTipArticle .articleContent hr {
  margin: 30px 0;
  border: solid 2px #f0ede6;
}

.orangeTipArticle .articlePicture {
  text-align: center;
}

.orangeTipArticle .articlePicture figure {
  display: inline-block;
  max-width: 682px;
}

.orangeTipArticle .articlePicture figcaption {
  margin-top: 15px;
  font-size: 12px;
  line-height: 1.91;
  letter-spacing: 0.05em;
}

.articlePagination {
  margin-top: 42px;
  padding-top: 42px;
  height: 82px;
  text-align: center;
  position: relative;
}

.articlePagination .next,
.articlePagination .prev {
  position: absolute;
  top: 0;
}

.articlePagination .next img,
.articlePagination .prev img {
  height: 22px;
  width: auto;
}

.articlePagination .next {
  right: 0;
}

.articlePagination .prev {
  left: 0;
}

.articlePagination .backToIndex {
  display: inline-block;
  width: 182px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}

.articlePagination .backToIndex:after {
  content: "";
  height: 12px;
  width: 182px;
  background: url(../img/tips/bg_back-to-index.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 27px;
  left: 0;
}

.tipsArchivePagination {
  margin-top: 36px;
  height: 82px;
  font-family: "Cabin Sketch", cursive;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.tipsArchivePagination .page,
.tipsArchivePagination .current {
  display: inline-block;
  width: 35px;
  font-size: 18px;
}

.tipsArchivePagination .current {
  position: relative;
}

.tipsArchivePagination .current:after {
  content: "";
  margin: auto;
  height: 16px;
  width: 35px;
  background: url(../img/tips/ico_current.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: -17px;
  left: 0;
}

.tipsArchivePagination .previouspostslink,
.tipsArchivePagination .nextpostslink {
  font-size: 16px;
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 0;
}

.tipsArchivePagination .previouspostslink:before,
.tipsArchivePagination .nextpostslink:before {
  content: "";
  height: 22px;
  width: 13px;
  background: no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
}

.tipsArchivePagination .page + .page,
.tipsArchivePagination .current + .page,
.tipsArchivePagination .page + .current {
  margin-left: 20px;
}

.tipsArchivePagination .previouspostslink {
  padding-left: 30px;
  left: 0;
}

.tipsArchivePagination .previouspostslink:before {
  background-image: url(../img/common/ico_prev-black.svg);
  left: 0;
}

.tipsArchivePagination .nextpostslink {
  padding-right: 30px;
  right: 0;
}

.tipsArchivePagination .nextpostslink:before {
  background-image: url(../img/common/ico_next-black.svg);
  right: 0;
}

.topIntroPicture,
.topIntroCatch,
.topIntroText {
  transition: opacity 0.5s ease, transform 0.5s ease;
  opacity: 0;
  transform: translateY(15px);
}

.topIntroPicture[data-emergence=visible],
.topIntroCatch[data-emergence=visible],
.topIntroText[data-emergence=visible] {
  opacity: 1;
  transform: none;
}

@media screen and (max-width: 767px) {
  #wrap {
    height: 100%;
    overflow: hidden;
  }
  .footer .contents {
    margin-top: 38px;
  }
  .citrusSeason {
    margin-top: 14px;
  }
  .orangeTypesList {
    margin-top: 35px;
  }
  .orangeTypesList li {
    height: 168px;
    width: calc(50% - 2px);
    position: relative;
  }
  .orangeTypesList li:nth-of-type(2n):before {
    content: "";
    margin-left: 2px;
    width: 2px;
    background-color: #016411;
    position: absolute;
    top: 10px;
    left: -1px;
    bottom: 10px;
  }
  .orangeTypesList li:nth-of-type(2n + 1):not(:first-of-type):before {
    content: "";
    margin-left: 2px;
    height: 3px;
    width: 200%;
    background-color: #016411;
    z-index: 1;
    position: absolute;
    top: -1.5px;
    left: 0;
  }
  .citrusDl01 dd,
  .citrusDl02 dd {
    margin-top: 14px;
  }
  .citrusDl02 dt:nth-of-type(n + 2) {
    margin-top: 18px;
  }
  .citrusIngredientList dt:nth-of-type(n + 2), .citrusIngredientList dd:nth-of-type(n + 2) {
    margin-top: 10px;
  }
  .orangeTipsList li + li {
    margin-top: 10px;
  }
  .tipsArchiveList li + li {
    margin-top: 20px;
  }
}
@media screen and (min-width: 834px), print {
  #wrap {
    min-width: 1288px;
    max-width: 1346px;
    margin: 0 auto;
    padding: 20px 56px 0 20px;
  }
  #wrap:before, #wrap:after {
    content: "";
    width: 28px;
    position: absolute;
    right: 56px;
  }
  #wrap:after {
    background: url(../img/common/bg_header02_pc.png) repeat-y left top;
    background-size: 100% auto;
    top: 25px;
    bottom: 99px;
  }
  #wrap:before {
    height: 10px;
    background: url(../img/common/bg_header01_pc.png) no-repeat left top;
    top: 15px;
  }
  .mainContainer {
    display: flex;
    margin: 40px auto 0;
    width: 1173px;
  }
  .mainContainer .sideNav {
    flex: 0 0 auto;
    margin-right: 50px;
    width: 280px;
  }
  .mainContainer .mainContents {
    flex: 1 1 auto;
  }
  .sideOrangesHead {
    margin: 40px auto 0;
    height: 54px;
    line-height: 54px;
    width: 260px;
    background: url(../img/common/bg_orange-types.png) no-repeat center;
    background-size: cover;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .sideOranges {
    margin: 23px auto 0;
    width: 260px;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.05em;
  }
  .sideOranges li {
    transition: transform 0.5s ease;
  }
  .sideOranges li:hover {
    transform: translateX(10px);
  }
  .sideOranges img {
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
  }
  .sideOranges li + li {
    margin-top: 20px;
  }
  .button {
    transition: transform 0.5s ease;
  }
  .button:hover {
    transform: rotate(5deg);
  }
  .topIntroPicture {
    margin-top: 82px;
    width: 539px;
  }
  .topIntroCatch {
    margin-top: 38px;
    font-size: 26px;
  }
  .topIntroCatch span:before {
    height: 96px;
    width: 534px;
    background-image: url(../img/top/bg_intro-catch_pc.png);
    position: absolute;
    top: 39px;
    left: -159px;
  }
  .topIntroCatch span:after {
    content: "";
    height: 152px;
    width: 941px;
    background: url(../img/top/img_intro-clouds.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: -90px;
    left: -350px;
  }
  .topIntroText {
    margin-top: 48px;
    text-align: center;
    line-height: 2.46;
    letter-spacing: 0.1em;
  }
  .orangeTypes {
    margin: 68px auto 0;
    padding: 0 61px 69px 61px;
    width: 1060px;
  }
  .orangeTypes:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .orangeTypes:after {
    top: 7px;
    right: 7px;
    bottom: 7px;
    left: 7px;
  }
  .orangeTypes .decoration:before {
    height: 268px;
    width: 308px;
    background-image: url(../img/types/bg_top-left_pc.png);
    top: -31px;
    left: -28px;
  }
  .orangeTypes .decoration:after {
    height: 288px;
    width: 303px;
    background-image: url(../img/types/bg_top-right_pc.png);
    top: -34px;
    right: -28px;
  }
  .orangeTypesList {
    margin-top: 88px;
  }
  .orangeTypesList li {
    height: 195px;
    width: 20%;
  }
  .orangeTypesList li + li:not(:nth-of-type(5n + 1)):before {
    content: "";
    height: 175px;
    width: 2px;
    background: #0e6613;
    z-index: 1;
    position: absolute;
    top: 10px;
    left: -1px;
  }
  .orangeTypesList li:nth-of-type(5n + 1):not(:first-of-type):before {
    content: "";
    height: 3px;
    width: 938px;
    background: #0e6613;
    z-index: 1;
    position: absolute;
    top: -1.5px;
  }
  .orangeTypesList a:after {
    content: "";
    margin: auto;
    height: 88px;
    width: 81px;
    background: url(../img/types/ico_more.png) no-repeat center;
    background-size: contain;
    opacity: 0;
    transform: scale(0.9);
    transition: transform 0.5s ease, opacity 0.5s ease;
    position: absolute;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .orangeTypesList a:hover:after {
    opacity: 1;
    transform: none;
  }
  .orangeTypesTitle {
    font-size: 28px;
  }
  .orangeTypesTitle span:before {
    height: 156px;
    width: 191px;
    background-image: url(../img/top/img_types-title_pc.png);
    top: -102px;
    left: -5px;
  }
  .citrusCalendarList li {
    margin: 0;
    display: flex;
    height: 134px;
  }
  .citrusCalendarList li:after {
    bottom: 0;
  }
  .citrusCalendarList dl {
    padding-right: 40px;
    width: 342px;
  }
  .citrusCalendarList dt {
    margin: 15px 0px 0 8px;
  }
  .citrusCalendarList dt img {
    margin-right: 18px;
  }
  .citrusCalendarList dd {
    line-height: 2;
  }
  .citrusSeason {
    display: flex;
    align-items: center;
    width: 400px;
  }
  .citrusSeason .label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    line-height: 1.27;
    letter-spacing: 0.05em;
  }
  .citrusIngredientList {
    width: 843px;
    padding: 50px;
  }
  .citrusIngredientList dt,
  .citrusIngredientList dd {
    padding: 0;
    height: 50px;
    line-height: 50px;
  }
  .citrusIngredientList dt:nth-of-type(n + 3), .citrusIngredientList dd:nth-of-type(n + 3) {
    margin-top: 10px;
  }
  .citrusIngredientList dt {
    width: 180px;
    background-image: url(../img/types/bg_ingredient01.jpg);
  }
  .citrusIngredientList dt:nth-of-type(2n) {
    margin-left: 10px;
  }
  .citrusIngredientList dt:nth-of-type(4n - 1), .citrusIngredientList dt:nth-of-type(4n - 2) {
    background-image: url(../img/types/bg_ingredient02.jpg);
  }
  .citrusIngredientList dd {
    padding-left: 24px;
    width: 186px;
  }
  .citrusCalendar {
    margin: 93px 0 0;
    padding: 30px 50px 60px;
    background-image: url(../img/types/bg_calendar_pc.jpg);
    position: relative;
  }
  .citrusCalendarList {
    height: auto !important;
  }
  .citrusCalendarList .citrus01 .citrusSeason .label {
    width: 120px;
  }
  .citrusCalendarList .citrus02 .citrusSeason .label {
    width: 60px;
  }
  .citrusCalendarList .citrus03 .citrusSeason .label {
    width: 200px;
  }
  .citrusCalendarList .citrus04 .citrusSeason .label {
    margin-left: 60px;
    width: 80px;
  }
  .citrusCalendarList .citrus05 .citrusSeason .label {
    margin-left: 60px;
    width: 80px;
  }
  .citrusCalendarList .citrus06 .citrusSeason .label {
    margin-left: 70px;
    width: 130px;
  }
  .citrusCalendarList .citrus07 .citrusSeason .label {
    margin-left: 100px;
    width: 160px;
  }
  .citrusCalendarList .citrus08 .citrusSeason .label {
    margin-left: 80px;
    width: 80px;
  }
  .citrusCalendarList .citrus09 .citrusSeason .label {
    margin-left: 80px;
    width: 90px;
  }
  .citrusCalendarList .citrus10 .citrusSeason .label {
    margin-left: 80px;
    width: 120px;
  }
  .citrusCalendarList .citrus11 .citrusSeason .label {
    margin-left: 80px;
    width: 200px;
  }
  .citrusCalendarList .citrus12 .citrusSeason .label {
    margin-left: 100px;
    width: 70px;
  }
  .citrusCalendarList .citrus13 .citrusSeason .label {
    margin-left: 120px;
    width: 100px;
  }
  .citrusCalendarList .citrus14 .citrusSeason .label {
    margin-left: 140px;
    width: 80px;
  }
  .citrusCalendarList .citrus15 .citrusSeason .label {
    margin-left: 160px;
    width: 60px;
  }
  .citrusCalendarList .citrus16 .citrusSeason .label {
    margin-left: 190px;
    height: 50px;
    width: 50px;
  }
  .citrusCalendarList .citrus17 .citrusSeason .label {
    margin-left: 190px;
    height: 50px;
    width: 50px;
  }
  .citrusCalendarList .citrus18 .citrusSeason .label {
    margin-left: 180px;
    width: 120px;
  }
  .citrusCalendarList .citrus19 .citrusSeason .label {
    margin-left: 260px;
    width: 80px;
  }
  .citrusCalendarList .citrus20 .citrusSeason .label {
    margin-left: 340px;
    width: 60px;
  }
  .citrusSeason .text {
    display: none;
  }
  .citrusDl01 dd {
    margin-top: 14px;
  }
  .citrusDl02 {
    display: flex;
    flex-wrap: wrap;
  }
  .citrusDl02 dt:nth-of-type(n + 2), .citrusDl02 dd:nth-of-type(n + 2) {
    margin-top: 30px;
  }
  .citrusDl02 dt {
    margin-right: 30px;
    height: auto;
    width: 220px;
  }
  .citrusDl02 dd {
    width: 593px;
  }
  .citrusCalendarHeading h2 {
    font-size: 28px;
  }
  .citrusCalendarHeading:after {
    height: 95px;
    width: 79px;
  }
  .citrusCalendarHeading:after {
    bottom: -97px;
    left: 150px;
  }
  .citrusHeading span {
    font-size: 20px;
  }
  .citrusHeading h1 {
    font-size: 28px;
  }
  .citrusHeading:before {
    height: 234px;
    width: 204px;
    background-image: url(../img/types/bg_top-left02_pc.png);
    left: 0;
  }
  .citrusHeading:after {
    height: 219px;
    width: 231px;
    background-image: url(../img/types/bg_top-right02_pc.png);
    right: 0;
  }
  .citrusData {
    margin-bottom: 82px;
  }
  .citrusCalendarScale {
    position: absolute;
    top: -46px;
    right: 65px;
  }
  .citrusRecipeHeading {
    font-size: 26px;
  }
  .citrusRecipeHeading .inner {
    display: inline-block;
    width: 398px;
    padding-left: 5px;
    text-align: left;
  }
  .citrusRecipeHeading:after {
    height: 43px;
    width: 398px;
    background-image: url(../img/types/bg_recipe-text_pc.png);
    bottom: -12px;
    left: 0;
  }
  .citrusRecipe {
    margin-top: 50px;
    text-align: center;
  }
  .orangeTips {
    display: flex;
    margin: 105px auto 0;
    width: 1060px;
  }
  .orangeTipsTitle {
    margin-right: 42px;
    padding: 57px 0 0 41px;
    height: 300px;
    width: 329px;
    background-image: url(../img/top/bg_tips_pc.png);
    background-size: contain;
  }
  .orangeTipsTitle:before {
    left: 10px;
    right: auto;
  }
  .orangeTipsTitle .heading {
    font-size: 26px;
  }
  .orangeTipsTitle .heading:before {
    bottom: -49px;
  }
  .orangeTipsTitle .more {
    font-size: 14px;
    bottom: 112px;
    left: 67px;
    transition: transform 0.5s ease;
  }
  .orangeTipsTitle .more:hover {
    transform: translateX(10px);
  }
  .orangeTipsList {
    align-self: flex-start;
    display: flex;
    flex-wrap: wrap;
    width: 689px;
  }
  .orangeTipsList li {
    height: 75px;
    width: 330px;
  }
  .orangeTipsList li:nth-of-type(2n) {
    margin-left: 29px;
  }
  .orangeTipsList li:nth-of-type(n + 3) {
    margin-top: 30px;
  }
  .orangeTipsList a {
    padding-left: 48px;
    padding-right: 1em;
  }
  .tipsArchiveList {
    width: 843px;
    display: flex;
    flex-wrap: wrap;
  }
  .tipsArchiveList li {
    min-height: 185px;
    width: 406px;
  }
  .tipsArchiveList li:nth-of-type(2n) {
    margin-left: 30px;
  }
  .tipsArchiveList li:nth-of-type(n + 3) {
    margin-top: 30px;
  }
  .articlePagination {
    margin-top: 62px;
    padding: 0;
  }
  .articlePagination .prev,
  .articlePagination .next {
    top: 12px;
  }
  .tipsArchivePagination {
    margin-top: 75px;
    height: auto;
  }
  .tipsArchivePagination .page,
  .tipsArchivePagination .current {
    font-size: 20px;
  }
  .tipsArchivePagination .page + .page,
  .tipsArchivePagination .current + .page,
  .tipsArchivePagination .page + .current {
    margin-left: 26px;
  }
  .orangeTipsList li,
  .sideTipsList li,
  .tipsArchiveList li {
    transition: transform 0.5s ease;
  }
  .orangeTipsList li:hover,
  .sideTipsList li:hover,
  .tipsArchiveList li:hover {
    transform: rotate(5deg);
  }
}
.orangeTipsList span {
  display: block;
  width: 100%;
}

#wpadminbar {
  top: auto !important;
  bottom: 0;
}

#wpadminbar .ab-sub-wrapper {
  bottom: 100%;
}

.orangeTypesList {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .orangeTypesList {
    height: auto !important;
  }
}
@media screen and (max-width: 767px) {
  #wpadminbar {
    display: none !important;
  }
}
@media screen and (max-width: 375px) {
  .toggleMenu {
    width: 51.73vw;
  }
}
@media screen and (max-width: 767px) {
  .footer .onlineShops li,
  .overlayMenu .onlineShops li {
    flex: 1 1 0;
  }
  .footer .onlineShops li + li,
  .overlayMenu .onlineShops li + li {
    margin-left: 10px;
  }
  .footer .onlineShops .button,
  .overlayMenu .onlineShops .button {
    width: 100%;
    text-align: center;
  }
  .footer .onlineShops .onlineShopsList,
  .overlayMenu .onlineShops .onlineShopsList {
    padding-left: 22px;
    padding-right: 22px;
  }
  .orangeTypesList {
    transition: height 0.8s ease;
  }
}
.decoBorder {
  /* height: 100%; */
  /* width: 10px; */
  /* background: url(../img/common/bg.jpg) repeat left top; */
  /* background-size: 100% auto; */
  /* background-size: 100vw auto; */
  /* z-index: 9999; */
  /* position: fixed; */
  /* top: 0; */
  left: 0;
}

.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 3;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.mvTop,
.mvBottom,
.mvOranges,
.mvGirl,
.mvSupervised {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mvTop {
  background: url(../img/top/mv_top.png) no-repeat center top;
  background-size: 100% auto;
  z-index: 1;
}

.mvLogo {
  margin-top: 132px;
  margin-top: 35.2vw;
}

.mvLogo strong {
  margin-top: 12px;
  margin-top: 3.2vw;
  display: block;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}

.mvSupervised {
  background: url(../img/top/mv_supervised.png) no-repeat left top;
  background-size: 100% auto;
  z-index: 3;
}

.mvGirl {
  z-index: 1;
  background: url(../img/top/mv_girl.png) no-repeat center bottom 0;
  background-size: 100% auto;
}

.mvOranges {
  background: url(../img/top/mv_oranges.png) no-repeat center bottom 0;
  background-size: 100% auto;
}

.mvBottom {
  background: url(../img/top/mv_bottom.png) no-repeat center bottom 0;
  background-size: 100% auto;
}

.mvScroll {
  margin: auto;
  height: 30px;
  width: 90px;
  background-color: #fff;
  z-index: 5;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.mvScroll img {
  display: block;
  margin: 0 auto;
  width: 55px;
}

.mvScroll:after {
  content: "";
  margin: auto;
  height: 12px;
  width: 2px;
  background-color: #016411;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}

@media screen and (min-width: 834px) {
  .mainVisual {
    height: calc(100vh - 20px);
  }
  .mvTop {
    background-image: url(../img/top/mv_top_pc.png);
  }
  .mvGirl {
    background-image: url(../img/top/mv_girl_pc.png);
  }
  .mvOranges {
    background-image: url(../img/top/mv_oranges_pc.png);
  }
  .mvBottom {
    background-image: url(../img/top/mv_bottom_pc.png);
  }
  .mvLogo {
    margin-top: 184px;
    margin-top: 23.9583vh;
  }
  .mvLogo strong {
    margin-top: 15px;
    font-size: 14px;
  }
  .mvSupervised {
    margin-top: 244px;
    margin-top: 31.77vh;
    background-image: url(../img/top/mv_supervised_pc.png);
  }
  .mvScroll {
    height: 63px;
    width: 102px;
  }
  .mvScroll:after {
    height: 35px;
  }
}
@media screen and (max-width: 375px) {
  .mvLogo {
    margin: 0 auto;
    width: 90%;
    margin-top: 32.8125vw;
  }
  .citrusCalendarHeading h2 {
    font-size: 6.4vw;
  }
}
@media screen and (orientation: landscape) and (max-width: 767px) {
  .mainVisual {
    height: calc(100vh - 72px);
  }
  .mvTop {
    background-image: url(../img/top/mv_top_pc.png);
  }
  .mvGirl {
    background-image: url(../img/top/mv_girl_pc.png);
  }
  .mvOranges {
    background-image: url(../img/top/mv_oranges_pc.png);
  }
  .mvBottom {
    background-image: url(../img/top/mv_bottom_pc.png);
  }
  .mvLogo {
    width: 50%;
    margin: 184px auto 0;
    margin: 23.9583vh auto 0;
  }
  .mvLogo strong {
    margin-top: 15px;
    font-size: 14px;
  }
  .mvSupervised {
    margin-top: 122px;
    margin-top: 15.88vh;
    background-image: url(../img/top/mv_supervised_pc.png);
  }
}
.orangeIcon {
  display: inline-block;
  height: 23px;
  width: 35px;
}

.notFound {
  padding-top: 150px;
  padding-top: 40vw;
  color: #0e6613;
  font-weight: bold;
  position: relative;
}

.notFound .heading {
  text-align: center;
}

.notFound .text1 {
  margin-top: 28px;
  margin-top: 7.46vw;
  display: block;
  font-size: 17px;
  text-align: center;
  line-height: 1.82;
  letter-spacing: 0.1em;
}

.notFound .text2 {
  margin-top: 21px;
  margin-top: 5.6vw;
  font-size: 13px;
  line-height: 2.15;
  letter-spacing: 0.05em;
}

.notFound:before, .notFound:after {
  content: "";
  background: no-repeat center;
  background-size: contain;
  position: absolute;
}

.notFound:before {
  height: 192px;
  height: 51.2vw;
  width: 130px;
  width: 34.66vw;
  background-image: url(../img/404/bg_top-left.png);
  top: 14px;
  left: -12px;
}

.notFound:after {
  height: 203px;
  height: 54.13vw;
  width: 152px;
  width: 40.53vw;
  background-image: url(../img/404/bg_top-right.png);
  top: 16px;
  right: -11px;
}

.buttonWrapper {
  position: relative;
}

.notFound .button {
  display: flex;
  margin: 100px auto 0;
  height: 60px;
  font-size: 13px;
  letter-spacing: 0.1em;
  max-width: 325px;
  color: #fff;
  background: url(../img/common/ico_next-white.svg) no-repeat right 13px center, url(../img/404/bg_btn.jpg) no-repeat center;
  background-size: auto 22px, cover;
}

.notFound .buttonGirl {
  height: 106px;
  width: 99px;
  background: url(../img/404/img_404-girl.png) no-repeat center;
  background-size: contain;
  margin: auto;
  transition: transform 0.5s ease;
  transform: translateX(-5px);
  position: absolute;
  left: 0;
  bottom: 100%;
  right: 0;
}

@media screen and (max-width: 767px) {
  .notFound .heading img {
    height: 36px;
    height: 9.6vw;
    width: auto;
  }
}
@media screen and (min-width: 768px), print {
  .mainContainer.errorPage .sideNav {
    margin-right: 35px;
  }
  .notFound {
    width: 843px;
    padding-top: 130px;
  }
  .notFound .text1 {
    margin-top: 50px;
    font-size: 20px;
  }
  .notFound .text2 {
    text-align: center;
    line-height: 2.46;
    letter-spacing: 0.1em;
  }
  .notFound:before {
    height: 204px;
    width: 234px;
    background-image: url(../img/404/bg_top-left_pc.png);
    top: -2px;
    left: 0;
  }
  .notFound:after {
    height: 219px;
    width: 231px;
    background-image: url(../img/404/bg_top-right_pc.png);
    top: -4px;
    right: 0;
  }
  .notFound .button {
    margin-top: 111px;
    height: 54px;
    width: 310px;
    font-size: 14px;
  }
  .notFound .buttonWrapper .button:hover + .buttonGirl {
    transform: rotate(5deg);
  }
}
* {
  margin: 0;
  padding: 0;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: currentColor;
  text-decoration: none;
}

img {
  max-width: 100%;
  border: none;
  vertical-align: top;
}

ul,
ol {
  list-style: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

@media (max-width: 835px) {
  .pcOnly {
    display: none !important;
  }
}
@media (min-width: 835px) {
  .smOnly {
    display: none !important;
  }
}
footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  background: #0d47a0;
  text-align: center;
}
footer#global_footer .inner {
  padding: 50px 0;
}
@media only screen and (max-width: 834px) {
  footer#global_footer .inner {
    padding: 30px 0;
  }
}
footer#global_footer a {
  text-decoration: none;
}
footer#global_footer #nav_footer {
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  footer#global_footer #nav_footer {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  footer#global_footer #nav_footer {
    display: none;
  }
}
footer#global_footer #nav_footer ul {
  display: block;
  width: 100px;
  width: 100%;
}
footer#global_footer #nav_footer li {
  text-align: left;
  width: 185px;
  margin: 0 auto;
}
footer#global_footer #nav_footer li a {
  text-decoration: none;
  padding: 10px;
  display: block;
  color: #fff;
  white-space: nowrap;
}
footer#global_footer #nav_footer li a:hover {
  opacity: 0.6;
}
footer#global_footer #copy a {
  text-decoration: none;
  color: #fff;
}
footer#global_footer #copy a:hover {
  opacity: 0.6;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  footer#global_footer #copy a {
    line-height: 60px;
  }
}

.footer2 {
  padding: 40px 0;
  background: url(../images/common/cont_bg.jpg) center no-repeat;
}
@media only screen and (max-width: 834px) {
  .footer2 {
    background-size: cover;
  }
}
.footer2 .fth2 h2 {
  font-size: 1.8em;
  font-weight: bold;
  position: relative;
  color: #0d47a0;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.footer2 .fth2 h2 span {
  display: block;
  font-size: 13px;
  font-weight: 400;
}
.footer2 .ftwrap {
  display: flex;
  justify-content: center;
}
.footer2 .ftwrap .fttelwrap .time {
  color: #fff;
  font-size: 13px;
}
.footer2 .ftwrap .tel2 {
  margin-right: 50px;
}
.footer2 .ftwrap .tel2 span {
  display: block;
  font-size: 1.25em;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #0d47a0;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .footer2 .ftwrap .tel2 {
    padding: 0;
    margin-right: 15px;
  }
}
.footer2 .ftwrap .tel2 a {
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .footer2 .ftwrap .tel2 a {
    padding: 15px;
  }
}
.footer2 .ftwrap .ftcont a span {
  display: block;
  font-size: 1.25em;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #0d47a0;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .footer2 .ftwrap .ftcont a {
    margin: 15px auto;
  }
}

.ftcontwrap {
  background: rgba(255, 255, 255, 0.8);
  padding: 50px;
  max-width: 800px;
  margin: 0 auto;
}

.small_bg {
  background: #0d47a0;
}

#copy {
  color: #fff;
}

.pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 2;
}

#footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 834px) {
  #footer {
    display: block;
    text-align: center;
  }
}

.ft_L {
  text-align: left;
  width: 48%;
  color: #fff;
}
.ft_L .ftlogo {
  font-size: 1.5em;
}
@media only screen and (max-width: 834px) {
  .ft_L {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 834px) and (max-width: 1200px) {
  .ft_L {
    padding-left: 10px;
  }
}
.ft_L ul li:nth-of-type(1) {
  margin-bottom: 30px;
}

.ft_nav {
  width: 48%;
}

/* box */
.h2_01 h2 {
  font-size: 2.1em;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 16px;
}
@media only screen and (max-width: 834px) {
  .h2_01 h2 {
    font-size: 24px;
  }
}

.h2_02 h2 {
  font-size: 1.8em;
  color: #333;
  font-weight: bold;
  line-height: 16px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.h2_02 h2:after {
  content: url(../images/common/midashi_ul.png);
  display: block;
  margin-top: 20px;
}
@media only screen and (max-width: 834px) {
  .h2_02 h2 {
    font-size: 24px;
  }
}

.h2_03 h2 {
  font-size: 1.8em;
  color: #0d47a0;
  line-height: 1.2em;
  font-weight: bold;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.h2_03 h2:before {
  content: url(../images/common/anzen.png);
  display: block;
}
@media only screen and (max-width: 834px) {
  .h2_03 h2 {
    font-size: 24px;
  }
}

.h2_04 h2 {
  font-size: 1.8em;
  color: #0d47a0;
  line-height: 1.2em;
  font-weight: bold;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.h2_04 h2:before {
  content: url(../images/common/itiniti.png);
  display: block;
}
@media only screen and (max-width: 834px) {
  .h2_04 h2 {
    font-size: 24px;
  }
}

.h2_05 h2 {
  font-size: 1.8em;
  color: #0d47a0;
  line-height: 1.2em;
  font-weight: bold;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.h2_05 h2:before {
  content: url(../images/common/rec.png);
  display: block;
}
@media only screen and (max-width: 834px) {
  .h2_05 h2 {
    font-size: 24px;
  }
}

.h2_06 h2 {
  font-size: 1.8em;
  color: #fff;
  line-height: 1.2em;
  font-weight: bold;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media only screen and (max-width: 834px) {
  .h2_06 h2 {
    font-size: 24px;
  }
}

@keyframes horizontal {
  0% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes vertical {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.boxwrap {
  position: absolute;
  z-index: 2;
  position: absolute;
  bottom: 2%;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 640px) {
  .boxwrap {
    bottom: 10%;
  }
}

.boxwrap2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.boxwrap2 .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  width: 48%;
  margin: 10px;
  background: #333;
  border-radius: 10px;
  padding: 30px;
  position: relative;
}
@media only screen and (max-width: 834px) {
  .boxwrap2 .box {
    width: 100% !important;
    display: block;
  }
}
@media screen and (min-width: 834px) and (max-width: 1200px) {
  .boxwrap2 .box {
    width: 46% !important;
  }
}
.boxwrap2 .box:nth-of-type(3), .boxwrap2 .box:nth-of-type(4) {
  margin-top: 50px;
}
@media only screen and (max-width: 834px) {
  .boxwrap2 .box:nth-of-type(1), .boxwrap2 .box:nth-of-type(2) {
    margin-top: 50px;
  }
}
.boxwrap2 .box .flxL {
  width: 48%;
}
@media only screen and (max-width: 834px) {
  .boxwrap2 .box .flxL {
    width: 100% !important;
  }
  .boxwrap2 .box .flxL .img {
    text-align: center;
  }
}
.boxwrap2 .box .flxR {
  width: 52%;
}
@media only screen and (max-width: 834px) {
  .boxwrap2 .box .flxR {
    width: 100% !important;
  }
}
@media only screen and (max-width: 834px) {
  .boxwrap2 .box {
    width: 100% !important;
  }
}
.boxwrap2 .box .txt div {
  color: #fff;
}
.boxwrap2 .box .img_nmb {
  position: absolute;
  top: -43px;
  left: 31px;
}

.tablewrap {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 834px) {
  .tablewrap {
    display: block;
  }
}
.tablewrap .table_txt {
  width: 50%;
}
@media only screen and (max-width: 834px) {
  .tablewrap .table_txt {
    width: 100% !important;
    margin-top: 15px;
  }
}
.tablewrap .table_txt td {
  border: none !important;
}
.tablewrap .table_txt .title div {
  font-size: 1.25em;
  font-weight: bold;
}
.tablewrap .table_txt .title {
  padding: 5px !important;
}
.tablewrap .table_txt .txt {
  width: 70%;
  font-size: 14px;
  padding: 5px !important;
}
.tablewrap .table_txt .img {
  width: 30%;
  padding: 0 !important;
}

.txt > div {
  line-height: 2em;
}

.con100 {
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
}

.newswrap2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 834px) {
  .newswrap2 {
    display: block !important;
  }
  .newswrap2 .flxL {
    width: 100% !important;
    padding: 15px !important;
  }
  .newswrap2 .flxR {
    width: 100% !important;
    padding: 10px;
  }
}
.newswrap2 .flxL {
  background: #3299d4;
  width: 25%;
  padding: 113px 0;
}
.newswrap2 .flxR {
  width: 75%;
  background: #f3f3f3;
}

.newswrap .news {
  height: 260px;
  overflow-y: auto;
}
.newswrap .news dt {
  border: none !important;
  color: #333;
  align-items: flex-start !important;
  flex-direction: inherit !important;
}
@media only screen and (max-width: 834px) {
  .newswrap .news dt {
    width: 100% !important;
    display: block !important;
  }
}
.newswrap .news dd {
  border: none !important;
  color: #333;
  width: 100% !important;
}
@media only screen and (max-width: 834px) {
  .newswrap .news dd {
    width: 100% !important;
  }
}
.newswrap .news dl {
  padding: 15px 0 !important;
}
@media only screen and (max-width: 834px) {
  .newswrap .news dl {
    display: block !important;
    width: 100% !important;
  }
}

.btn {
  width: 290px;
  margin: 0 auto;
}
.btn a {
  color: #fff;
  background: #0d47a0;
  padding: 15px;
  display: block;
  font-size: 1.25em;
  font-weight: 500;
  position: relative;
}
.btn a:after {
  font-family: "Font Awesome 5 pro";
  content: "\f054"; /*アイコンのユニコード*/
  position: absolute; /*絶対位置*/
  font-size: 1em; /*サイズ*/
  left: 3%; /*アイコンの位置*/
  top: 25%; /*アイコンの位置*/
  color: #fff; /*アイコン色*/
}

.bnrbox {
  justify-content: center;
}
.bnrbox .box {
  width: 46%;
  margin: 15px;
}
@media only screen and (max-width: 640px) {
  .bnrbox .box {
    width: 100%;
  }
}

.sec_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 640px) {
  .sec_01 {
    display: block;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .sec_01 {
    padding: 0 10px;
  }
}
.sec_01 .list {
  margin-right: 30px;
}
.sec_01 .list li {
  font-size: 18px;
  padding: 10px;
}
.sec_01 .list li:before {
  content: url(../images/common/icon.png);
  margin-right: 15px;
}

.sec_02 {
  background: #fff;
  padding: 70px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 800px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -15%;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .sec_02 {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .sec_02 {
    width: 100%;
    display: block;
    position: unset !important;
  }
  .sec_02 .txt {
    padding: 0 10px;
  }
}
@media screen and (min-width: 834px) and (max-width: 1200px) {
  .sec_02 {
    padding: 50px 10px;
  }
}

.sec_03 {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .sec_03 {
    display: block;
  }
  .sec_03 .flxL {
    width: 100% !important;
  }
  .sec_03 .flxR {
    width: 100% !important;
  }
}
.sec_03 .flxL {
  width: 50%;
}
.sec_03 .flxL .img {
  height: 100% !important;
}
.sec_03 .flxL .img img {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media only screen and (max-width: 640px) {
  .sec_03 .flxL {
    margin-right: 0;
    width: 100%;
    text-align: center !important;
    padding: 0 10px;
  }
}
.sec_03 .flxR {
  padding: 55px 0;
  background: #f3f3f3;
  width: 50%;
}
@media only screen and (max-width: 640px) {
  .sec_03 .flxR {
    width: 100%;
  }
}

.table_btn {
  padding: 0 30px;
}
.table_btn .btn {
  width: 200px !important;
}
@media only screen and (max-width: 640px) {
  .table_btn .btn {
    width: 290px !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .table_btn .btn {
    width: 100% !important;
  }
}
.table_btn td {
  border: none !important;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .table_btn td {
    display: block !important;
  }
}

.sec_04 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 640px) {
  .sec_04 {
    display: block;
  }
  .sec_04 .flxL {
    width: 100% !important;
  }
  .sec_04 .flxR {
    width: 100% !important;
  }
}
.sec_04 .flxL {
  width: 50%;
}
.sec_04 .flxL .img {
  height: 100% !important;
}
.sec_04 .flxL .img img {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media only screen and (max-width: 640px) {
  .sec_04 .flxL {
    margin-right: 0;
    width: 100%;
    text-align: center !important;
    padding: 0 10px;
  }
}
.sec_04 .flxR {
  padding: 30px 0;
  background: #f3f3f3;
  width: 50%;
}
@media only screen and (max-width: 640px) {
  .sec_04 .flxR {
    width: 100%;
  }
}

.sec_05 {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .sec_05 {
    display: block;
  }
  .sec_05 .flxL {
    width: 100% !important;
  }
  .sec_05 .flxR {
    width: 100% !important;
  }
}
.sec_05 .flxL {
  width: 50%;
}
.sec_05 .flxL .img {
  height: 100% !important;
}
.sec_05 .flxL .img img {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media only screen and (max-width: 640px) {
  .sec_05 .flxL {
    margin-right: 0;
    width: 100%;
    text-align: center !important;
    padding: 0 10px;
  }
}
.sec_05 .flxR {
  padding: 45px 0;
  background: #f3f3f3;
  width: 50%;
}
@media only screen and (max-width: 640px) {
  .sec_05 .flxR {
    width: 100%;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .list {
    max-width: 500px;
    margin: 0 auto;
  }
}
.list li {
  float: none !important;
  display: flex;
  color: #fff;
  display: flex;
  align-items: center;
}
.list li:before {
  content: url(../images/common/check.png);
}
@media only screen and (max-width: 640px) {
  .list li {
    font-size: 1em !important;
  }
}

.h2_07 h2 {
  font-size: 2.1em;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background: #f3f3f3;
  padding: 15px;
  border-left: 5px solid #0d47a0;
}
@media only screen and (max-width: 834px) {
  .h2_07 h2 {
    font-size: 24px;
  }
}

.h2_08 h2 {
  font-size: 2.1em;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background: #3299d4;
  color: #fff;
  padding: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px 10px 0 0;
}
@media only screen and (max-width: 834px) {
  .h2_08 h2 {
    font-size: 24px;
  }
}

.h2_09 h2 {
  font-size: 2.1em;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border-bottom: 1px solid #0d47a0;
  padding-bottom: 10px;
  line-height: 1.2;
}
@media only screen and (max-width: 834px) {
  .h2_09 h2 {
    font-size: 24px;
  }
}

.h3_01 h3 {
  font-weight: bold;
  font-size: 1.25em;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #0d47a0;
  border-bottom: 1px solid #0d47a0;
  padding-bottom: 5px;
}

.cont_tel div {
  font-size: 1.5em;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background: #f0f8ff;
  padding: 30px 0;
  font-weight: bold;
}

.cont_tel a {
  color: #333;
}

.sec_06 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 834px) {
  .sec_06 {
    display: block;
  }
  .sec_06 .flxL {
    width: 100% !important;
  }
  .sec_06 .flxL .img {
    text-align: center !important;
  }
  .sec_06 .flxR {
    width: 100% !important;
    margin-top: 10px;
  }
}
.sec_06 .flxL {
  width: 48%;
}
.sec_06 .flxL .img {
  text-align: right;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .sec_06 .flxL .img {
    text-align: center;
  }
}
.sec_06 .flxR {
  width: 50%;
}

.sec_07 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  background: #f3f3f3;
  padding: 20px;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 834px) {
  .sec_07 {
    display: block;
  }
  .sec_07 .flxL {
    width: 100% !important;
  }
  .sec_07 .flxR {
    width: 100% !important;
    margin-top: 10px;
  }
}
.sec_07 .flxL {
  width: 48%;
}
.sec_07 .flxL .img {
  text-align: right;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .sec_07 .flxL .img {
    text-align: center;
  }
}
.sec_07 .flxR {
  width: 50%;
}

.sec_08 {
  background: #f3f3f3;
  padding: 20px;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.sec_09 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  background: #f3f3f3;
  padding: 30px;
  border: 5px solid #0d47a0;
  border-radius: 10px;
}
@media only screen and (max-width: 834px) {
  .sec_09 {
    display: block !important;
  }
  .sec_09 .flxL {
    width: 100% !important;
    margin-bottom: 15px;
  }
  .sec_09 .flxR {
    width: 100% !important;
  }
}
.sec_09 .flxL {
  width: 48%;
}
.sec_09 .flxL .img {
  text-align: right;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .sec_09 .flxL .img {
    text-align: center;
  }
}
.sec_09 .flxR {
  width: 48%;
}
.sec_09 .flxR .txt h3 {
  font-size: 1.25em;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
}

.sec_10 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  background: #f3f3f3;
  padding: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 834px) {
  .sec_10 {
    display: block !important;
  }
  .sec_10 .flxL {
    width: 100% !important;
    margin-bottom: 15px;
  }
  .sec_10 .flxR {
    width: 100% !important;
  }
}
.sec_10 .flxL {
  width: 48%;
}
.sec_10 .flxL .img {
  text-align: right;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .sec_10 .flxL .img {
    text-align: center;
  }
}
.sec_10 .flxR {
  width: 48%;
}
.sec_10 .flxR .txt h3 {
  font-size: 1.25em;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
}

.sec_11 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.sec_11 .img {
  width: 50%;
  text-align: right;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .sec_11 .img {
    text-align: center;
  }
}
.sec_11 .txt {
  width: 50%;
}
@media only screen and (max-width: 834px) {
  .sec_11 {
    display: block !important;
  }
  .sec_11 .img {
    width: 100% !important;
  }
  .sec_11 .txt {
    width: 100% !important;
  }
}

.table_enkaku {
  max-width: 800px;
  margin: 0 auto;
}
.table_enkaku dt {
  border: none !important;
}
@media only screen and (max-width: 834px) {
  .table_enkaku dt {
    display: block !important;
    width: 100% !important;
  }
}
.table_enkaku dd {
  border: none !important;
  text-align: right;
}
@media only screen and (max-width: 834px) {
  .table_enkaku dd {
    width: 100% !important;
  }
}
.table_enkaku dl {
  border-bottom: 1px solid #f3f3f3;
}
@media only screen and (max-width: 834px) {
  .table_enkaku dl {
    display: block !important;
  }
}

.btn2 {
  width: 290px;
}
.btn2 a {
  color: #fff;
  background: #0d47a0;
  padding: 15px;
  display: block;
  font-size: 1.25em;
  font-weight: 500;
  position: relative;
}
.btn2 a:after {
  font-family: "Font Awesome 5 pro";
  content: "\f054"; /*アイコンのユニコード*/
  position: absolute; /*絶対位置*/
  font-size: 1em; /*サイズ*/
  left: 3%; /*アイコンの位置*/
  top: 25%; /*アイコンの位置*/
  color: #fff; /*アイコン色*/
}
@media only screen and (max-width: 640px) {
  .btn2 a:after {
    left: 3%;
  }
}

.btnbox td {
  border: none !important;
}

.table_cont {
  max-width: 800px;
  margin: 0 auto;
}
.table_cont td {
  border: none !important;
}

.txt01 div {
  background: #f3f3f3;
  padding: 30px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.triangle {
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-top: 60px solid #ccc;
}

.table_gaiyou a {
  color: #333;
}
.table_gaiyou dt {
  background: #f3f3f3 !important;
  padding: 6px !important;
}
@media only screen and (max-width: 640px) {
  .table_gaiyou dt {
    display: block !important;
    width: 100% !important;
  }
}
.table_gaiyou dd {
  padding: 6px !important;
}
@media only screen and (max-width: 640px) {
  .table_gaiyou dd {
    display: block !important;
    width: 100% !important;
  }
}
@media only screen and (max-width: 640px) {
  .table_gaiyou dl {
    display: block !important;
  }
}

.imgbox {
  justify-content: center;
}
.imgbox .box {
  width: 31%;
  text-align: center;
  margin: 10px;
}
.imgbox .box img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media only screen and (max-width: 640px) {
  .imgbox .box {
    width: 100%;
    margin: 10px;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .imgbox .box {
    width: 30%;
  }
}

.imgbox2 {
  justify-content: center;
}
.imgbox2 .box {
  width: 30%;
  margin: 10px;
}
.imgbox2 .box img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.imgbox2 .box h3 {
  display: none;
}
@media only screen and (max-width: 640px) {
  .imgbox2 .box {
    width: 100%;
  }
}
.imgbox2 .box div {
  text-align: center;
  font-weight: bold;
  font-size: 1.25em;
}

.gmap iframe {
  width: 100%;
}

.bg_100per_wrap {
  position: relative;
  padding: 360px 0 !important;
}
@media only screen and (max-width: 640px) {
  .bg_100per_wrap {
    padding: 480px 0 !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .bg_100per_wrap {
    padding: 350px 0 !important;
  }
}

.bg_100per_inner {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  background: url(../images/common/cont1_bg.jpg);
  background-size: cover;
  z-index: -1;
}

.bg_100per_wrap2 {
  position: relative;
  padding: 260px 0 !important;
}
@media only screen and (max-width: 640px) {
  .bg_100per_wrap2 {
    padding: 380px 0 !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .bg_100per_wrap2 {
    padding: 300px 0 !important;
  }
}

.bg_100per_inner2 {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  background: url(../images/common/cont2_bg.png) no-repeat center;
  z-index: -1;
}

.modaal-close {
  position: absolute !important;
  right: -20px !important;
  top: -20px !important;
  background: rgba(0, 0, 0, 0.7) !important;
}

.modaal-content-container h3 {
  border-bottom: 2px solid #3299d4;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

.modaal-content-container p {
  margin: 0 0 20px;
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
  background: #fff !important;
}

@media only screen and (max-width: 640px) {
  .modaal-content-container {
    height: 400px;
    overflow-y: scroll;
  }
}

.policy {
  padding: 10px 0;
  text-align: center;
}
.policy a {
  color: #0d47a0;
}

.translate {
  display: none;
}

.form_file {
  border-top: 1px solid #ccc;
}

.full_contents {
  width: 100% !important;
}/*# sourceMappingURL=assets.css.map */