@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&family=Shippori+Mincho:wght@400;600&display=swap");
/* くりの木歯科用
$theme-color:#222;
$theme-color-main:#666;
$theme-color-sub:#ddd;
$theme-color-bg:rgba(66,66,66,0.54);
$theme-color-reverse:#333;
*/
body {
  background-color: #fff;
  color: #333;
  scroll-behavior: smooth; }

h1, h2, h3 {
  font-family: "Shippori Mincho", serif;
  font-weight: 600; }

h4, h5, h6 {
  font-family: "Shippori Mincho", serif;
  font-weight: 600; }

h1 {
  font-size: 160%; }

h2 {
  font-size: 140%; }

h3 {
  font-size: 130%; }

h4 {
  font-size: 120%; }

h5 {
  font-size: 110%; }

h6 {
  font-size: 100%; }

p, a, li, dt, dd, table {
  font-family: "Noto Sans JP", sans-serif; }

p, li, dt, dd, table {
  font-size: 90%; }

p, a, li, dd, table {
  font-weight: 400; }

dt {
  font-weight: 500; }

a {
  color: #874040; }

a:hover {
  color: #874040; }

@media (min-width: 576px) {
  h1 {
    font-size: 170%; }

  h2 {
    font-size: 150%; }

  h3 {
    font-size: 140%; }

  h4 {
    font-size: 130%; }

  h5 {
    font-size: 120%; }

  h6 {
    font-size: 110%; }

  p, li, dt, dd, table {
    font-size: 100%; } }
@media (min-width: 992px) {
  h1 {
    font-size: 200%; }

  h2 {
    font-size: 180%; }

  h3 {
    font-size: 160%; }

  h4 {
    font-size: 140%; }

  h5 {
    font-size: 120%; }

  h6 {
    font-size: 110%; }

  p, li, dt, dd, table {
    font-size: 110%; } }
.container main section h1 {
  margin: 0 0 20px;
  padding: 17px 0px 17px 60px;
  background: url("../images/design/h1.png") no-repeat left;
  border-right: solid 5px #a36161;
  border-radius: 0 30px 30px 0; }
.container main section h1.noImg {
  background: none;
  padding: 17px 0px 17px 0px; }
.container main section h2 {
  margin: 0 0 10px 0;
  padding: 10px 0 10px 50px;
  line-height: 1.5;
  background: url("../images/design/h2.png") no-repeat left;
  border-right: solid 5px #a36161;
  border-radius: 0 30px 30px 0; }
  .container main section h2 [class*="fa-"] {
    color: #874040; }
.container main section h2.noImg {
  background: none;
  padding: 10px 0px 10px 0px; }
.container main section h3 {
  width: 100%;
  margin: 10px 0;
  padding: 10px 0 10px 45px;
  background: url("../images/design/h3.png") no-repeat left;
  border-radius: 0 20px 20px 0; }
.container main section h3.noImg {
  background: none;
  padding: 10px 0px 10px 0px; }
.container main section h4 {
  width: 100%;
  margin: 10px 0;
  padding: 10px 0 10px 45px;
  background: url("../images/design/h4.png") no-repeat left; }
.container main section h4.noImg {
  background: none;
  padding: 10px 0px 10px 0px; }
.container aside.osusume section h2 {
  padding: 10px 0;
  border: solid 10px #874040;
  border-top: none;
  border-left: solid 5px #a36161;
  border-right: solid 5px #a36161;
  border-radius: 30px;
  color: #874040;
  text-align: center; }

@media (min-width: 992px) {
  .container main section h2 {
    margin: 5px 0 20px 0; }
  .container main section h3 {
    margin: 15px 0; } }
/*--------------------------
		スマホ背景固定
---------------------------*/
body::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: url("../images/index/bg_1.jpg");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: cover;
  opacity: 0.4; }

/*--------------------------
	ハンバーガーメニュー
---------------------------*/
#g-nav {
  position: fixed;
  overflow: scroll;
  width: 100%;
  height: 100vh;
  top: 0;
  left: -100%;
  z-index: 3;
  background-color: rgba(191, 153, 98, 0.3);
  transition: all .7s; }
  #g-nav #info {
    display: none;
    position: absolute;
    top: 30px;
    left: 140px;
    width: 300px;
    height: 94px;
    font-family: "Shippori Mincho", serif;
    color: #333;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14); }
    #g-nav #info ul {
      margin: 8px 0 0 20px;
      padding-left: 0px; }
      #g-nav #info ul li {
        font-family: "Shippori Mincho", serif;
        line-height: 1.4;
        font-size: 95%; }
        #g-nav #info ul li p {
          margin: 0;
          font-family: "Shippori Mincho", serif;
          font-size: 150%; }
  #g-nav > ul {
    padding: 95px 20px 0px 20px; }
    #g-nav > ul li {
      list-style-type: none;
      font-family: "Shippori Mincho", serif;
      font-size: 20px;
      text-align: center;
      line-height: 1.5;
      box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14); }
      #g-nav > ul li a {
        display: block;
        padding: 10px;
        font-family: "Shippori Mincho", serif;
        color: #874040;
        text-decoration: none;
        transition: .5s;
        background-color: rgba(255, 255, 255, 0.9); }
      #g-nav > ul li i {
        margin-right: 15px; }
    #g-nav > ul li:first-child,
    #g-nav > ul li:first-child a {
      border-radius: 10px 10px 0 0; }
    #g-nav > ul li:last-child,
    #g-nav > ul li:last-child a {
      border-radius: 0 0 10px 10px; }
    #g-nav > ul li a:hover {
      background-color: rgba(0, 0, 0, 0.1);
      color: #fff;
      border-bottom: none; }
  #g-nav .outbox {
    display: flex;
    align-items: center;
    background-color: transparent;
    border-radius: 10px 10px 10px 10px;
    width: auto;
    margin: 20px;
    height: 100px; }
    #g-nav .outbox .inbox {
      display: inline;
      width: 17%;
      margin: 0 auto;
      font-family: "Shippori Mincho", serif;
      color: #333;
      text-align: center; }

.in {
  transform: translateX(100%); }

@media screen and (min-width: 576px) {
  #g-nav ul li {
    font-size: 18px; }
    #g-nav ul li a {
      padding: 7px; } }
@media (min-width: 768px) {
  #g-nav {
    left: -460px;
    width: 460px; }
    #g-nav #info {
      display: inline-block;
      top: 20px; }
    #g-nav > ul {
      padding-top: 135px; }
      #g-nav > ul li {
        line-height: 1.8; } }
#hbg-box {
  display: inline-block;
  position: fixed;
  z-index: 4;
  top: 20px;
  left: 20px;
  width: 60px;
  height: 54px;
  cursor: pointer;
  background-color: #874040;
  border-radius: 10px; }

@media (min-width: 768px) {
  #hbg-box {
    top: 20px;
    left: 20px;
    width: 100px;
    height: 94px; } }
#hamburger {
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  margin: auto;
  width: 30px;
  height: 26px;
  transition: 1s; }
  #hamburger .inner_line {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: white;
    transition: 1s;
    border-radius: 4px; }
  #hamburger #line1 {
    top: 0; }
  #hamburger #line2 {
    top: 12px; }
  #hamburger #line3 {
    bottom: 0px; }
  #hamburger .line_1, #hamburger .line_2, #hamburger .line_3 {
    background: white; }
  #hamburger .line_1 {
    transform: translateY(12px) rotate(-45deg);
    top: 0; }
  #hamburger .line_2 {
    opacity: 0; }
  #hamburger .line_3 {
    transform: translateY(-12px) rotate(45deg);
    bottom: 0; }

@media (min-width: 768px) {
  #hamburger {
    top: 25px;
    left: 25px;
    width: 50px;
    height: 44px; }
    #hamburger .inner_line {
      width: 50px;
      height: 3px; }
    #hamburger #line2 {
      top: 20px; }
    #hamburger .line_1 {
      transform: translateY(20px) rotate(-45deg); }
    #hamburger .line_3 {
      transform: translateY(-20px) rotate(45deg); } }
#tel, #address {
  display: none;
  align-items: center;
  position: fixed;
  top: 20px;
  width: 130px;
  height: 35px;
  background-color: #874040;
  border-radius: 10px;
  color: #333; }
  #tel p, #address p {
    width: 100%;
    margin: auto;
    text-align: center;
    font-size: 24px; }
  #tel a, #address a {
    color: #333; }

#tel {
  left: 90px; }

#address {
  left: 230px; }

@media (max-width: 400px) {
  #tel, #address {
    width: 100px; }
    #tel p, #address p {
      font-size: 18px; }

  #address {
    left: 200px; } }
@media (min-width: 768px) {
  #tel {
    display: none; }

  #address {
    display: none; } }
/*--------------------------
		アニメーション
---------------------------*/
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  opacity: 0; }

@keyframes fadeUpAnime {
  0% {
    opacity: 0;
    transform: translateY(100px);
    transform-origin: center; }
  100% {
    opacity: 1;
    transform: translateY(0);
    transform-origin: top right; } }
.fadeUpTrigger {
  opacity: 0; }

.rotateUpTrigger {
  opacity: 0; }

.rotateUp {
  animation-name: rotateUpAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes rotateUpAnime {
  0% {
    opacity: 0;
    transform: rotate(-50deg);
    transform-origin: center; }
  100% {
    opacity: 1;
    transform: rotate(0deg);
    transform-origin: top right; } }
.zoomIn {
  animation-name: zoomInAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards; }

@keyframes zoomInAnime {
  0% {
    transform: scale(1); }
  33% {
    transform: scale(0.5); }
  66% {
    transform: scale(1.5); }
  100% {
    transform: scale(1); } }
/*--------------------------
	レスポンシブコンテンツ
---------------------------*/
.container main {
  margin-top: 95px;
  padding: 0px; }
  .container main section:first-child {
    margin-top: 0px; }
  .container main section {
    display: flow-root;
    width: auto;
    margin: 20px 0;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.7); }
    .container main section .eyeCatch {
      display: flex;
      width: auto;
      height: 170px;
      margin-bottom: 20px;
      background-image: url("../images/index/logo_pearl.png");
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      border-radius: 7px;
      box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14); }
    .container main section p {
      line-height: 180%;
      margin: 10px 0 0 0px;
      padding: 0 0 20px 0;
      color: #333;
      text-justify: auto; }
      .container main section p a {
        color: #874040; }
      .container main section p address {
        text-align: right; }
    .container main section time {
      float: right;
      margin-right: 20px; }
    .container main section time::before {
      content: "update,";
      margin-right: 10px; }
.container aside.osusume {
  padding: 20px; }
  .container aside.osusume section {
    margin-bottom: 0px; }
    .container aside.osusume section .eyeCatch {
      display: flex;
      width: 100%;
      height: 200px;
      margin: 20px 0 0 0;
      border-radius: 7px;
      box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
      background-image: url("../images/photo/img_pearl_01.jpg");
      background-size: cover;
      background-position: 0px center; }

@media (min-width: 414px) {
  .container main section {
    padding: 15px; } }
@media (min-width: 576px) {
  .container main {
    padding: 20px; }
    .container main section:first-child {
      margin-top: 0px; }
    .container main section {
      padding: 20px;
      background-color: rgba(255, 255, 255, 0.7);
      border-radius: 10px; }
      .container main section p {
        margin: 10px 0 0 20px; } }
@media (min-width: 768px) {
  .container main {
    margin-top: 20px; }
    .container main section .eyeCatch {
      height: 300px; }
  .container aside.osusume {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0 35px 35px; }
    .container aside.osusume section:first-child {
      margin-top: 0px; }
    .container aside.osusume section:nth-child(odd) h2 {
      margin-right: 20px; }
    .container aside.osusume section:nth-child(even) {
      border-left: dashed 1px #ccc;
      padding-left: 20px; }
    .container aside.osusume section {
      flex: 1 1 48%;
      padding-bottom: 20px; }
      .container aside.osusume section .eyeCatch {
        height: 350px; }
    .container aside.osusume section:last-child {
      padding-bottom: 0; } }
@media (min-width: 992px) {
  .container {
    margin: 10px auto;
    max-width: 1200px; }
    .container main section P {
      padding-left: 0 0 20px 25px;
      line-height: 2.0; } }
.container main section > img, .container main section > a img {
  float: right;
  margin-left: 10px;
  width: 40%;
  border-radius: 7px; }
.container main section .twin,
.container main section .gallary {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px; }
  .container main section .twin > img, .container main section .twin > a img,
  .container main section .gallary > img,
  .container main section .gallary > a img {
    width: 48%;
    margin: 0 0 10px 0;
    border-radius: 7px; }
  .container main section .twin > div,
  .container main section .gallary > div {
    flex: 0 0 48%;
    margin: 0 0 10px 0; }
    .container main section .twin > div img, .container main section .twin > div > a img,
    .container main section .gallary > div img,
    .container main section .gallary > div > a img {
      width: 100%;
      margin-bottom: 10px;
      border-radius: 7px; }
    .container main section .twin > div details,
    .container main section .gallary > div details {
      line-height: 200%; }
      .container main section .twin > div details summary,
      .container main section .gallary > div details summary {
        cursor: pointer; }
      .container main section .twin > div details dt,
      .container main section .gallary > div details dt {
        float: left; }
      .container main section .twin > div details dt::after,
      .container main section .gallary > div details dt::after {
        content: "："; }
.container main section .imgCenter {
  display: block;
  width: 100%;
  max-width: 600px;
  float: none;
  margin: 0 auto; }

@media (min-width: 414px) {
  .container main section > img.left, .container main section > a img.left {
    float: left;
    margin-right: 10px;
    margin-left: 0px; }
  .container main section .gallary > img {
    margin: 0 0 15px 0; } }
@media (min-width: 576px) {
  .container main section > img, .container main section > a img {
    width: 32%;
    margin-left: 20px; }
  .container main section > img.right, .container main section > a img.right {
    margin-left: 20px; }
  .container main section .gallary {
    margin: 0 auto; }
    .container main section .gallary > img {
      margin: 0 0 18px 0; }
    .container main section .gallary details dl {
      font-size: 80%;
      line-height: 200%; } }
@media (min-width: 768px) {
  .container main section .gallary > img {
    width: 32%;
    margin: 0 0 15px 0; }
  .container main section .gallary > div {
    flex: 0 0 30%; } }
@media (min-width: 992px) {
  .container main section .gallary {
    width: 90%; }
    .container main section .gallary > img {
      width: 32%;
      margin: 0 0 20px 0; } }
@media (min-width: 1024px) {
  .container main section .gallary > img {
    width: 24%;
    margin: 0 0 20px 0; } }
.container main section dl {
  margin: 0 0 0 20px;
  line-height: 180%; }
  .container main section dl > dd {
    margin-left: 20px; }
.container main section ol {
  list-style-type: decimal; }
.container main section ul {
  list-style-type: square; }
.container main section ul, .container main section ol {
  margin: 20px 0 20px 30px;
  padding: 0; }
  .container main section ul li, .container main section ol li {
    color: #666;
    line-height: 160%;
    margin-bottom: 10px; }
  .container main section ul a, .container main section ol a {
    color: #874040;
    padding-left: 0px;
    text-decoration: underline; }
  .container main section ul a:hover, .container main section ol a:hover {
    color: #874040;
    background-color: #eee;
    border-radius: 7px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3); }
  .container main section ul a:active, .container main section ol a:active {
    color: #333;
    background-color: #874040;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3); }
.container main section ul.normal {
  margin-left: 20px; }
  .container main section ul.normal > li::before {
    content: none; }
  .container main section ul.normal > li {
    padding-left: 0;
    line-height: 120%; }
.container main section ul::after {
  content: "";
  display: block;
  clear: both; }
.container aside.osusume section ul > {
  margin: 0 20px 0; }
  .container aside.osusume section ul > li::before {
    content: "▶︎　";
    color: #874040; }
  .container aside.osusume section ul > li {
    padding: 0 0 0 10px;
    list-style-type: none;
    line-height: 270%; }
    .container aside.osusume section ul > li a {
      color: #874040;
      text-decoration: none; }
    .container aside.osusume section ul > li a:hover {
      color: #874040;
      border-radius: 7px; }
    .container aside.osusume section ul > li a:active {
      color: #333;
      background-color: #874040; }

@media (min-width: 576px) {
  .container main section dl {
    line-height: 240%; }
    .container main section dl > dd {
      margin-left: 30px; } }
@media (min-width: 768px) {
  .container main section dl > dt {
    float: left; }
  .container main section dl > dd {
    margin-left: 250px; }
  .container main section ul, .container main section ol {
    margin-left: 40px; }
  .container aside.osusume section ul {
    margin-top: 20px; } }
@media (min-width: 992px) {
  .container main section dl > dd {
    margin-left: 270px; }
  .container main section ul.normal {
    margin-left: 60px;
    list-style-type: disc; } }
/*--------------------------
		テーブル
---------------------------*/
table {
  border: 1px #aaa solid;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 0 0 10px 0; }
  table caption {
    text-align: left; }
  table td, table th {
    border: 1px #aaa solid;
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.8); }
  table th {
    text-align: left;
    white-space: nowrap;
    width: 1%;
    font-weight: normal;
    background-color: #EFEFEF; }

table#timetable {
  border: none;
  border-radius: 10px 30px 10px 30px;
  width: 90%;
  margin: 20px auto 0;
  color: #666;
  background-color: rgba(255, 255, 255, 0); }
  table#timetable tr td:first-child {
    border-left: none; }
  table#timetable tr td:last-child {
    border-right: none; }
  table#timetable tr:first-child td {
    border-top: none; }
  table#timetable tr:last-child td {
    border-bottom: none; }
  table#timetable td {
    border-color: #aaa;
    background-color: transparent;
    text-align: center;
    line-height: 1.4;
    white-space: nowrap; }
  table#timetable .a {
    width: 20%; }
  table#timetable .b {
    width: 12%; }
  table#timetable .c {
    width: 12%; }

.msearch {
  display: flex; }
  .msearch input[type="text"] {
    flex: 1 1 auto;
    line-height: 150%;
    margin-right: 5px;
    padding: 7px;
    background-color: #fff;
    border-radius: 10px; }
  .msearch input[type="submit"] {
    flex: 0 0 70px;
    line-height: 150%;
    padding: 7px;
    background-image: linear-gradient(to top, #999 0%, #fff 100%);
    border: solid 1px #aaa;
    border-radius: 10px; }
  .msearch input[type="submit"]:hover {
    background-image: linear-gradient(to top, #ddd 0%, #fff 100%); }
  .msearch input[type="submit"]:active {
    background-image: linear-gradient(to top, #fff 0%, #ddd 100%); }

/*--------------------------
		フッター
---------------------------*/
footer {
  display: block;
  padding: 10px 0 90px;
  background-color: #a36161;
  color: #fff;
  font-size: 90%;
  text-align: center;
  line-height: 200%; }

@media (min-width: 576px) {
  footer > .wrapper {
    display: block;
    padding: 0 10px; } }
@media (min-width: 768px) {
  footer {
    font-size: 100%; }

  footer > .wrapper {
    max-width: 900px;
    margin: 0 auto; } }
.sns ul {
  display: flex;
  justify-content: space-between;
  width: 60%;
  margin: 30px auto;
  padding: 0; }
  .sns ul li {
    flex: 0 0 15%;
    list-style-type: none; }
    .sns ul li a {
      background-color: #fff;
      text-decoration: none;
      text-align: center; }
      .sns ul li a [class*="fa-"] {
        display: block;
        margin-bottom: 0px;
        padding: 8px;
        font-size: 200%;
        text-align: center;
        border-radius: 4px; }
      .sns ul li a [class*="twitter"] {
        background-color: none;
        color: #55acee;
        /*border : $twitter 1px solid;*/ }
      .sns ul li a [class*="facebook"] {
        background-color: none;
        color: #3b5998;
        /*border : $facebook 1px solid;*/ }
      .sns ul li a [class*="line"] {
        background-color: none;
        color: #249614;
        /*border : $line 1px solid;*/ }
      .sns ul li a [class*="youtube"] {
        background-color: none;
        color: #DC2A00;
        /*border : $youtube 1px solid;*/ }
      .sns ul li a [class*="instagram"] {
        background-color: none;
        color: #DD5548;
        /*border : $instagram 1px solid;*/ }

.cti ul {
  padding: 0; }

.infomation ul {
  padding-left: 0px; }
  .infomation ul li {
    list-style-type: none; }

img#credit {
  width: auto; }

/*--------------------------
	フッターメニューBox
---------------------------*/
.footerMenu {
  display: flex;
  width: 100%;
  z-index: 1000;
  position: fixed;
  bottom: 0px;
  background-color: #ddd;
  color: #333;
  text-align: center; }
  .footerMenu [class*="inbox"] {
    flex: 1 1 0;
    align-items: center;
    padding-top: 3px;
    border-top: solid 1px #874040;
    border-left: solid 1px #aaa; }
    .footerMenu [class*="inbox"] img {
      display: block;
      max-width: 50px;
      max-height: 30px;
      margin: 0 auto;
      padding: 0; }
    .footerMenu [class*="inbox"] i {
      display: block;
      margin: 5px auto;
      font-size: 220%; }
    .footerMenu [class*="inbox"] p {
      display: none;
      height: 20px;
      margin: 0;
      padding: 0;
      font-size: 80%; }
    .footerMenu [class*="inbox"] span {
      display: none;
      font-family: Arial, Helvetica, "sans-serif"; }
  .footerMenu [class*="inbox"]:first-child {
    border-left: none; }
  .footerMenu [class*="inbox"] > a {
    color: #333;
    text-decoration: none; }
  .footerMenu .inboxA {
    display: block; }
  .footerMenu .inboxB {
    display: none; }
  .footerMenu .inboxC {
    display: none; }
  .footerMenu .inboxD {
    display: none; }
  .footerMenu .inboxE {
    display: block; }
  .footerMenu .inboxF {
    display: none; }
  .footerMenu .inboxG {
    display: block; }
  .footerMenu .inboxH {
    display: block; }
  .footerMenu .inboxZ {
    display: block; }

@media (min-width: 992px) {
  .footerMenu [class*="inbox"] {
    background-color: #874040;
    border-top: solid 1px #874040;
    border-left: solid 1px #a36161;
    padding: 15px 0 0 0; }
    .footerMenu [class*="inbox"] img {
      display: inline-block; }
    .footerMenu [class*="inbox"] i {
      display: inline-block; }
    .footerMenu [class*="inbox"] p {
      display: none; }
    .footerMenu [class*="inbox"] span {
      display: inline;
      padding-left: 10px;
      font-size: 135%;
      font-weight: 600; }
  .footerMenu .inboxA {
    display: block; }
  .footerMenu .inboxB {
    display: none; }
  .footerMenu .inboxC {
    display: none; }
  .footerMenu .inboxD {
    display: none;
    padding-top: 21px;
    font-size: 140%;
    border-left: none; }
  .footerMenu .inboxE {
    display: block;
    padding-top: 7px; }
    .footerMenu .inboxE p {
      display: block;
      font-size: 60%; }
  .footerMenu .inboxF {
    display: none; }
  .footerMenu .inboxG {
    display: block; }
  .footerMenu .inboxH {
    display: block; }
    .footerMenu .inboxH p {
      display: block;
      font-size: 60%; }
  .footerMenu .inboxZ {
    display: block; }
  .footerMenu [class*="inbox"] > a {
    color: #fff; } }
#hbgmenu {
  position: relative;
  width: 28px;
  height: 24px;
  margin: 7px auto;
  cursor: pointer;
  transition: 1s; }
  #hbgmenu .inner_line {
    display: block;
    position: absolute;
    left: 0;
    width: 28px;
    height: 2px;
    background-color: #666;
    transition: 1s;
    border-radius: 4px; }
  #hbgmenu #f-line1 {
    top: 0; }
  #hbgmenu #f-line2 {
    top: 11px; }
  #hbgmenu #f-line3 {
    bottom: 0px; }
  #hbgmenu .line_1, #hbgmenu .line_2, #hbgmenu .line_3 {
    background: #666; }
  #hbgmenu .line_1 {
    transform: translateY(11px) rotate(-45deg);
    top: 0; }
  #hbgmenu .line_2 {
    opacity: 0; }
  #hbgmenu .line_3 {
    transform: translateY(-11px) rotate(45deg);
    bottom: 0; }

.hide-area {
  display: none; }

.modaal-container {
  background-color: #a36161;
  border-radius: 10px; }
  .modaal-container p {
    padding-bottom: 10px; }

.modaal-content-container {
  padding: 20px 30px 30px; }

.modaal-close:after,
.modaal-close:before {
  background: #a36161; }

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666; }

#page-top a {
  transition: all 0.3s; }

#page-top a:hover {
  background: #777; }

/*--------------------------
		その他
---------------------------*/
.hide {
  display: none; }

.clear {
  clear: both; }

.red {
  color: #cc0000; }

.blue {
  color: #0000cc; }

.noneli {
  list-style-type: none; }

.large {
  font-size: x-large; }

.bold {
  font-weight: bold; }

.w100 {
  width: 100%; }

.imgLeft {
  float: left;
  margin: 0 10px; }

.imgRight {
  float: right;
  margin: 0 10px; }
