@charset "UTF-8";
/*! ==================================================
※※※※※※※※※※※※※※※※※※※※※※※※※※※
  このCSSファイルはSassから生成されていますので、
  編集しないようご注意ください。
※※※※※※※※※※※※※※※※※※※※※※※※※※※
=================================================== */
/*! ==================================================
　リセットCSS
=================================================== */
div, ul, li, dl, dt, dd, table, tr, th, td, address, p {
  margin: 0;
  padding: 0; }

/*! ==================================================
　共通モジュールやパーツ
=================================================== */
a:hover {
  opacity: 0.8; }

.center {
  text-align: center; }

.font-S {
  font-size: 0.7rem; }

.font-M {
  font-size: 1.0rem; }

.font-L {
  font-size: 1.2rem; }

.alert {
  font-size: 0.9em; }

.object-fit-img {
  object-fit: contain;
  font-family: "object-fit: contain;"; }

.link {
  position: relative; }

.link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 30000; }

/* googlemap レスポンシブ*/
.gmap {
  position: relative;
  padding-bottom: 75%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

table {
  margin-top: 15px;
  width: 100%;
  border: 1px solid #ccc; }
  table td p {
    padding-top: 0 !important; }

.cycle-slideshow a {
  display: block; }

/* JavaScriptが有効な場合、対象を隠す */
html.enable-javascript .cycle-slideshow {
  visibility: hidden; }
html.enable-javascript .slider, html.enable-javascript .slider-spnavi {
  visibility: hidden; }

/* 画像すべてを読み終えたら、対象を表示する */
html.enable-javascript.window-load .cycle-slideshow {
  visibility: visible; }
html.enable-javascript.window-load .slider, html.enable-javascript.window-load .slider-spnavi {
  visibility: visible; }

input[type=radio] {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  padding: 25px 0; }

input[name=zipcode] {
  width: 150px;
  margin-bottom: 2px; }

input[type=checkbox] {
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 10px 0;
  vertical-align: middle; }

/*テーブルスクロール*/
.scroll {
  overflow: auto !important;
  /*tableをスクロールさせる*/
  white-space: nowrap;
  /*tableのセル内にある文字の折り返しを禁止*/
  margin-bottom: 30px; }

.scroll::-webkit-scrollbar {
  /*tableにスクロールバーを追加*/
  height: 15px;
  background-color: #0099cc !important;
  width: 100px !important; }

.scroll::-webkit-scrollbar-track {
  /*tableにスクロールバーを追加*/
  background-color: #efefef; }

.scroll::-webkit-scrollbar-thumb {
  /*tableにスクロールバーを追加*/
  background-color: #0099cc !important;
  width: 100px !important; }

.scroll table {
  margin-bottom: 15px; }

.scroll2 {
  overflow: auto;
  /*tableをスクロールさせる*/
  white-space: nowrap;
  /*tableのセル内にある文字の折り返しを禁止*/
  margin-bottom: 15px; }

.scroll2::-webkit-scrollbar {
  /*スクロールバーを追加しない*/
  height: 0; }

.card {
  padding: 0;
  border: none;
  margin: 0; }

.card-header {
  background: none;
  padding: 0;
  border: none;
  margin: 0; }

.card .card-header a[data-toggle="collapse"] {
  display: block; }

.card .card-header a[data-toggle="collapse"]:active,
.card .card-header a[data-toggle="collapse"]:hover,
.card .card-header a[data-toggle="collapse"]:focus {
  text-decoration: none; }

.card-body {
  padding: 10px 20px 20px;
  border-left: 5px solid #f9eaa9;
  border-right: 5px solid #f9eaa9;
  border-bottom: 5px solid #f9eaa9;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 10px; }
  @media print, screen and (max-width: 767px) {
    .card-body {
      padding: 10px 10px 20px; } }

/*fuwat.js*/
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fuwatAnime;
  -ms-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important; }

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.flexH [class^=col] {
  display: flex;
  flex-direction: column; }

.flexH [class^=col] div {
  flex-grow: 1; }

/* zoomしながらスライド画像を動かす */
/*
@keyframes fadezoom{
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.sliderbox{
	animation-name:  fadezoom;
  	animation-duration: 10s;
	/*animation: fadezoom 8s 0s forwards;
}
*/
.animated {
  opacity: 0; }

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em; }

.loader {
  margin: auto;
  font-size: 10px;
  /*position: relative;*/
  text-indent: -9999em;
  border-top: 1.1em solid rgba(225, 82, 123, 0.2);
  border-right: 1.1em solid rgba(225, 82, 123, 0.2);
  border-bottom: 1.1em solid rgba(225, 82, 123, 0.2);
  border-left: 1.1em solid #e1527b;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
#loading-container {
  display: none; }

.loader {
  position: absolute;
  left: 48%;
  top: 40%;
  -webkit-transform: translate(-48%, -40%);
  /* Safari用 */
  transform: translate(-48%, -40%); }
  @media print, screen and (max-width: 767px) {
    .loader {
      left: 38%;
      top: 45%;
      -webkit-transform: translate(-38%, -45%);
      /* Safari用 */
      transform: translate(-38%, -45%); } }
  @media print, screen and (min-width: 768px) and (max-width: 991px) {
    .loader {
      left: 43%;
      top: 45%;
      -webkit-transform: translate(-43%, -45%);
      /* Safari用 */
      transform: translate(-43%, -45%); } }

/*! ==================================================
　メインのスタイル
=================================================== */
body {
  font-family: "a-otf-jun-pro", sans-serif, -apple-system;
  color: #031842; }

h1, h2, h3, h4, h5, h6 {
  font-family: "a-otf-jun-pro", sans-serif;
  font-weight: bold; }

/*.container{
	@include media(xl){
			max-width:1400px!important;
		}
}*/
.common-btn {
  margin: 50px auto 0;
  width: 30%; }
  @media print, screen and (max-width: 991px) {
    .common-btn {
      width: 80%; } }
  .common-btn a {
    padding: 5px 15px;
    display: block;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    background-color: #e1527b;
    text-decoration: none;
    text-align: center; }
  .common-btn span {
    padding: 5px 15px;
    display: block;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    background-color: #031842;
    text-decoration: none;
    text-align: center; }

.pankuzu {
  font-size: 0.9rem; }
  .pankuzu a {
    color: #c00;
    text-decoration: underline; }

.pagetop {
  position: fixed;
  bottom: 10px;
  right: 5%;
  width: 157px;
  opacity: 0;
  z-index: 10000; }
  .pagetop a {
    border: 2px solid #fff;
    font-weight: bold;
    background-color: #031842;
    border-radius: 50%;
    text-decoration: none;
    padding: 15px 15px;
    display: block;
    color: #fff;
    font-size: 0.9rem;
    float: right;
    text-align: center; }

/*! ==================================================
　header
=================================================== */
#header-fixed {
  /*メニューを上に動かす*/ }
  #header-fixed header {
    z-index: 10000;
    position: -webkit-sticky;
    position: sticky;
    position: fixed;
    /*絶対必要*/
    top: 0;
    height: 60px !important;
    width: 100%;
    /*絶対必要*/
    padding: 12px 10px 10px 12px;
    background-image: url(../img/backimg1.png);
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 5px solid #e98daf; }
    #header-fixed header a {
      color: #031842;
      text-decoration: none; }
    @media print, screen and (max-width: 767px) {
      #header-fixed header {
        height: 60px;
        padding: 15px 10px 12px 12px; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #header-fixed header {
        height: 80px;
        padding: 10px 10px 10px; } }
    #header-fixed header h1.sitetitle {
      font-size: 1.5rem;
      font-family: "a-otf-jun-pro", sans-serif !important;
      font-weight: bold;
      display: inline-block;
      margin: 0 !important; }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #header-fixed header h1.sitetitle {
          font-size: 1.4rem; } }
      #header-fixed header h1.sitetitle span {
        font-size: 1.0rem; }
    #header-fixed header .headmenuarea {
      position: absolute;
      left: 43%;
      top: 50%;
      -ms-transform: translate(-43%, -50%);
      -webkit-transform: translate(-43%, -50%);
      /* Safari用 */
      transform: translate(-43%, -50%); }
      @media print, screen and (min-width: 1600px) {
        #header-fixed header .headmenuarea {
          left: 50%;
          top: 50%;
          -ms-transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          /* Safari用 */
          transform: translate(-50%, -50%); } }
      @media print, screen and (max-width: 991px) {
        #header-fixed header .headmenuarea {
          display: none; } }
      #header-fixed header .headmenuarea ul {
        margin: 0 0;
        font-size: 0;
        text-align: center;
        display: block; }
        #header-fixed header .headmenuarea ul li {
          font-family: "a-otf-jun-pro", sans-serif !important;
          font-weight: bold;
          display: inline-block;
          font-size: 1.0rem;
          padding: 0 15px; }
          @media print, screen and (min-width: 1600px) {
            #header-fixed header .headmenuarea ul li {
              padding: 0 20px;
              font-size: 1.1rem; } }
          @media print, screen and (min-width: 992px) and (max-width: 1199px) {
            #header-fixed header .headmenuarea ul li {
              font-size: 0.9rem;
              padding: 0 7px; } }
          #header-fixed header .headmenuarea ul li a {
            text-align: center;
            text-decoration: none; }
        #header-fixed header .headmenuarea ul li:first-child {
          padding-left: 0; }
        #header-fixed header .headmenuarea ul li:last-child {
          padding-right: 0; }
    #header-fixed header .headtel {
      position: absolute;
      right: 10px;
      top: 10px;
      margin: 0; }
      @media print, screen and (max-width: 991px) {
        #header-fixed header .headtel {
          display: none; } }
      #header-fixed header .headtel a {
        display: inline-block;
        padding: 3px 15px;
        background-color: #66ae46;
        color: #fff;
        font-family: "a-otf-jun-pro", sans-serif;
        font-weight: bold;
        text-decoration: none;
        border-radius: 15px; }
        #header-fixed header .headtel a span {
          font-size: 1.2rem; }
          @media print, screen and (min-width: 1600px) {
            #header-fixed header .headtel a span {
              font-size: 1.4rem; } }
  #header-fixed .is-animation {
    /*position: fixed; /*絶対必要*/
    display: block !important; }

.pagetop.is-animation {
  opacity: 1; }

#spnavi {
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 10000; }
  @media print, screen and (min-width: 992px) {
    #spnavi {
      display: none; } }

#sptel {
  position: absolute;
  right: 60px;
  top: 10px;
  z-index: 10000;
  text-align: center; }
  @media print, screen and (min-width: 992px) {
    #sptel {
      display: none; } }
  #sptel i {
    color: #fff;
    font-size: 1.4rem; }
  #sptel a {
    display: block;
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: #e1527b;
    padding: 4px; }

/*! ==================================================
　content
=================================================== */
#contenttop {
  padding-top: 150px;
  margin-top: -150px; }

.contentstitle {
  background-image: url(../img/icon1.png);
  background-position: center 50px;
  background-repeat: no-repeat;
  color: #e1527b;
  font-family: "a-otf-jun-pro", sans-serif;
  font-size: 2.0rem;
  text-align: center;
  padding-top: 120px;
  margin-bottom: 40px;
  margin-top: 0;
  background-size: 60px; }
  @media print, screen and (max-width: 767px) {
    .contentstitle {
      background-size: 60px;
      font-size: 1.8rem; } }
  .contentstitle span {
    font-size: 0.8rem;
    color: #031842;
    padding-top: 70px; }

/*! ==================================================
　HOME
=================================================== */
#home #homeheadtitle {
  background-color: #ccc;
  height: 60px; }
  @media print, screen and (max-width: 991px) {
    #home #homeheadtitle {
      display: none; } }
  #home #homeheadtitle h1 {
    font-size: 2.0rem;
    padding: 10px; }
@media print, screen and (max-width: 991px) {
  #home #homehead {
    padding-top: 60px; } }
#home #homehead #topslide {
  overflow: hidden;
  position: relative; }
  #home #homehead #topslide .slick-dotted.slick-slider {
    margin-bottom: 0; }
  #home #homehead #topslide ul.slick-dots {
    bottom: 20px; }
  @media print, screen and (max-width: 575px) {
    #home #homehead #topslide .sliderbox img {
      width: 100%;
      /*画像中央ぞろえで必要*/
      height: 300px;
      /*画像中央ぞろえで必要*/
      object-fit: cover;
      /*画像中央ぞろえで必要*/
      margin: 0 auto;
      /*画像中央ぞろえで必要*/ } }
  @media print, screen and (min-width: 768px) and (max-width: 991px) {
    #home #homehead #topslide .sliderbox img {
      width: 100%;
      /*画像中央ぞろえで必要*/
      height: 400px;
      /*画像中央ぞろえで必要*/
      object-fit: cover;
      /*画像中央ぞろえで必要*/
      margin: 0 auto;
      /*画像中央ぞろえで必要*/ } }
  @media print, screen and (min-width: 992px) and (max-width: 1199px) {
    #home #homehead #topslide .sliderbox img {
      width: 100%;
      /*画像中央ぞろえで必要*/
      height: 650px;
      /*画像中央ぞろえで必要*/
      object-fit: cover;
      /*画像中央ぞろえで必要*/
      margin: 0 auto;
      /*画像中央ぞろえで必要*/ } }
  @media print, screen and (min-width: 1200px) {
    #home #homehead #topslide .sliderbox img {
      /*画面縮小表示しても画像が切れない対策*/
      width: 100%;
      /*画像中央ぞろえで必要*/
      object-fit: cover;
      height: 700px; } }
  @media print, screen and (min-width: 1600px) {
    #home #homehead #topslide .sliderbox img {
      object-fit: cover;
      width: 100%;
      height: 850px;
      margin-top: 40px;
      object-position: center; } }
  #home #homehead #topslide .slidetxt {
    position: absolute;
    top: 35%;
    left: 50%;
    -ms-transform: translate(-50%, -30%);
    -webkit-transform: translate(-50%, -30%);
    /* Safari用 */
    transform: translate(-50%, -30%);
    width: 80%; }
    @media print, screen and (max-width: 575px) {
      #home #homehead #topslide .slidetxt {
        width: 95%;
        overflow: hidden;
        top: 45%; } }
    @media print, screen and (min-width: 576px) and (max-width: 767px) {
      #home #homehead #topslide .slidetxt {
        width: 70%;
        top: 35%; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #home #homehead #topslide .slidetxt {
        width: 100%;
        top: 40%; } }
    @media print, screen and (min-width: 992px) and (max-width: 1199px) {
      #home #homehead #topslide .slidetxt {
        width: 90%;
        top: 35%; } }
  @media print, screen and (max-width: 767px) {
    #home #homehead #topslide .slidetxt.pc {
      display: none; } }
  @media print, screen and (min-width: 768px) {
    #home #homehead #topslide .slidetxt.sp {
      display: none; } }
  #home #homehead #topslide .btnarea {
    position: absolute;
    top: 90%;
    left: 50%;
    -ms-transform: translate(-50%, -90%);
    -webkit-transform: translate(-50%, -90%);
    /* Safari用 */
    transform: translate(-50%, -90%);
    width: 100%;
    text-align: center;
    margin: auto; }
    #home #homehead #topslide .btnarea li {
      list-style: none;
      padding-top: 5px; }
      @media print, screen and (min-width: 768px) {
        #home #homehead #topslide .btnarea li {
          padding: 15px; } }
    #home #homehead #topslide .btnarea .btnbox {
      width: 100%;
      margin: auto; }
@media print, screen and (max-width: 991px) {
  #home .btnarea.pc {
    display: none; } }
#home .btnarea.sp {
  background-color: #fff7f2;
  padding: 10px 0 15px; }
  @media print, screen and (min-width: 992px) {
    #home .btnarea.sp {
      display: none; } }
  #home .btnarea.sp li {
    list-style: none;
    padding: 5px 15px 0; }
#home #messagebox {
  background-color: #feefec;
  background-image: url(../img/backimg1.png);
  background-repeat: no-repeat;
  padding-bottom: 100px;
  border-bottom: 5px solid #e98daf; }
  #home #messagebox .messagetxt p {
    padding: 15px 15px; }
  #home #messagebox .photo {
    margin: 150px auto 30px;
    text-align: center;
    padding-bottom: 1px; }
    @media print, screen and (max-width: 991px) {
      #home #messagebox .photo {
        margin: 50px 30px 30px; } }
    #home #messagebox .photo img {
      width: 90%;
      border-bottom: 5px solid #e98daf; }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #home #messagebox .photo img {
          width: 80%; } }
  #home #messagebox .doctorname {
    text-align: center;
    padding: 20px 0;
    font-size: 1.2rem; }
    #home #messagebox .doctorname span {
      font-size: 0.8rem; }
#home #homenews {
  text-align: center;
  margin: auto;
  width: 95%;
  padding-bottom: 50px; }
  @media print, screen and (min-width: 768px) and (max-width: 991px) {
    #home #homenews {
      width: 80%; } }
  @media print, screen and (min-width: 992px) {
    #home #homenews {
      width: 60%; } }

.futari img {
  margin-top: 50px; }

/*! ==================================================
　seikotsuin.php
=================================================== */
#seikotsuin {
  padding-top: 60px; }
  #seikotsuin #pagetitle {
    background-image: url(../img/seikotsuin_headimg.jpg);
    text-align: center;
    height: 700px;
    background-position: center 80%;
    background-size: cover;
    position: relative; }
    @media print, screen and (max-width: 767px) {
      #seikotsuin #pagetitle {
        background-size: cover;
        width: 100%;
        height: 250px; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #seikotsuin #pagetitle {
        background-size: cover;
        width: 100%;
        height: 450px; } }
    @media print, screen and (min-width: 992px) and (max-width: 1199px) {
      #seikotsuin #pagetitle {
        background-size: cover;
        width: 100%;
        height: 500px; } }
    #seikotsuin #pagetitle h2 {
      background-color: #e1527b;
      background-color: rgba(170, 210, 75, 0.7);
      width: 200px;
      height: 100px;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      /* Safari用 */
      transform: translate(-50%, -50%);
      display: inline-block;
      text-shadow: 0px 4px 8.2px rgba(0, 0, 0, 0.35);
      color: #fff;
      padding: 5px;
      letter-spacing: 5px;
      line-height: 1.2; }
      #seikotsuin #pagetitle h2 span {
        padding-top: 30px;
        display: inline-block;
        font-size: 1.4rem; }
        @media print, screen and (max-width: 767px) {
          #seikotsuin #pagetitle h2 span {
            padding-top: 35px;
            font-size: 1.0rem; } }
  #seikotsuin .headtxt {
    background-color: #fffbf9;
    padding-top: 30px;
    padding-bottom: 80px;
    background-color: #feefec;
    background-image: url(../img/backimg1.png);
    background-repeat: no-repeat;
    		/*.photobox{
    			margin:0 auto;
    			text-align: center;
    			padding:0 30px 30px;
    			@include media(xs-sm){
    				padding:1px;
    			}
    			img{
    				width:250px;
    				height:250px;
    				object-fit: cover;
    				overflow: hidden;
    				margin-top:20px;
    				border:5px solid #fff;
    				@include media(xs-sm){
    					border:3px solid #fff;
    					width:105px;
    					height:105px;
    					margin-top:0;
    				}
    			}
    }*/ }
    #seikotsuin .headtxt .contentstitle {
      background-image: url(../img/icon2.png);
      font-size: 1.8rem;
      padding-top: 130px;
      line-height: 1.8;
      background-size: 120px;
      letter-spacing: 5px;
      padding-bottom: 0;
      margin-bottom: 0;
      margin-top: 0;
      font-family: "a-otf-jun-pro", sans-serif;
      font-weight: bold;
      background-position: center 30px; }
      @media print, screen and (max-width: 767px) {
        #seikotsuin .headtxt .contentstitle {
          font-size: 1.1rem;
          margin-top: 0;
          letter-spacing: 3px; } }
  #seikotsuin h3 {
    text-align: center;
    padding: 30px 15px 15px;
    font-size: 1.6rem;
    letter-spacing: 5px; }
    @media print, screen and (max-width: 767px) {
      #seikotsuin h3 {
        font-size: 1.2rem;
        letter-spacing: 2px; } }
    #seikotsuin h3 span {
      display: inline-block;
      border-bottom: 5px solid #e98daf;
      padding-bottom: 10px; }
  #seikotsuin .bkcolor1 {
    background-color: #f9fce5; }
  #seikotsuin .contentsbox {
    padding-top: 30px;
    padding-bottom: 75px; }
    #seikotsuin .contentsbox .tokuchophoto {
      width: 70%;
      margin: 30px auto; }
    #seikotsuin .contentsbox p, #seikotsuin .contentsbox h4, #seikotsuin .contentsbox h5, #seikotsuin .contentsbox h6 {
      padding-top: 15px; }
    #seikotsuin .contentsbox p, #seikotsuin .contentsbox dl, #seikotsuin .contentsbox ul, #seikotsuin .contentsbox ol {
      font-size: 1.2rem;
      line-height: 1.8; }
      @media print, screen and (max-width: 767px) {
        #seikotsuin .contentsbox p, #seikotsuin .contentsbox dl, #seikotsuin .contentsbox ul, #seikotsuin .contentsbox ol {
          font-size: 1.0rem; } }
    #seikotsuin .contentsbox dl {
      padding-top: 30px; }
      #seikotsuin .contentsbox dl dt {
        background-color: #66ae46;
        font-family: "a-otf-jun-pro", sans-serif;
        font-weight: bold;
        display: inline-block;
        padding: 2px 10px;
        color: #fff; }
      #seikotsuin .contentsbox dl dd {
        padding-top: 5px; }
    #seikotsuin .contentsbox ul, #seikotsuin .contentsbox ol {
      padding: 15px;
      margin: 30px; }
      @media print, screen and (max-width: 767px) {
        #seikotsuin .contentsbox ul, #seikotsuin .contentsbox ol {
          margin: 15px; } }
      #seikotsuin .contentsbox ul li, #seikotsuin .contentsbox ol li {
        padding-bottom: 5px; }
    #seikotsuin .contentsbox table {
      padding: 30px;
      text-align: center;
      font-size: 1.1rem;
      border: 1px solid #afd760; }
      #seikotsuin .contentsbox table th {
        padding: 10px;
        background-color: #afd760;
        border: 1px solid #afd760;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        font-size: 1.0rem;
        font-family: "a-otf-jun-pro", sans-serif;
        font-weight: bold; }
      #seikotsuin .contentsbox table tr:first-child {
        border-right: 2px solid #afd760; }
      #seikotsuin .contentsbox table td {
        padding: 10px 5px;
        background-color: #fff;
        border: 1px solid #afd760;
        font-size: 1.0rem;
        font-family: "a-otf-jun-pro", sans-serif;
        font-weight: bold; }
  #seikotsuin .contentsbox.machine .machinebox {
    padding-bottom: 50px;
    margin-top: 30px; }
    @media print, screen and (max-width: 767px) {
      #seikotsuin .contentsbox.machine .machinebox {
        padding-bottom: 30px; } }
    #seikotsuin .contentsbox.machine .machinebox .photo {
      margin: auto;
      text-align: center; }
      #seikotsuin .contentsbox.machine .machinebox .photo img {
        border-bottom: 5px solid #afd760;
        height: 250px;
        object-fit: cover;
        width: 100%; }
    #seikotsuin .contentsbox.machine .machinebox h4 {
      text-align: center;
      font-size: 1.2rem;
      margin-top: 15px; }
      @media print, screen and (max-width: 767px) {
        #seikotsuin .contentsbox.machine .machinebox h4 {
          font-size: 1.4rem;
          margin-top: 20px; } }
    #seikotsuin .contentsbox.machine .machinebox p {
      font-size: 1.0rem; }
  #seikotsuin .contentsbox.question h4 {
    color: #fff;
    background-color: #66ae46;
    border-radius: 5px;
    padding: 10px;
    margin-top: 30px; }
    @media print, screen and (max-width: 767px) {
      #seikotsuin .contentsbox.question h4 {
        font-size: 1.2rem; } }
  #seikotsuin .contentsbox.question p {
    font-size: 1.2rem;
    line-height: 1.8; }
    @media print, screen and (max-width: 767px) {
      #seikotsuin .contentsbox.question p {
        font-size: 1.0rem; } }

/*! ==================================================
　skip.php
=================================================== */
#skip {
  padding-top: 60px; }
  #skip #pagetitle {
    background-image: url(../img/skip_headimg.jpg);
    text-align: center;
    height: 700px;
    background-position: center;
    background-size: cover;
    position: relative; }
    @media print, screen and (max-width: 767px) {
      #skip #pagetitle {
        background-size: cover;
        width: 100%;
        height: 250px; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #skip #pagetitle {
        background-size: cover;
        width: 100%;
        height: 450px; } }
    @media print, screen and (min-width: 992px) and (max-width: 1199px) {
      #skip #pagetitle {
        background-size: cover;
        width: 100%;
        height: 500px; } }
    #skip #pagetitle h2 {
      background-color: #e1527b;
      background-color: rgba(225, 82, 123, 0.7);
      width: 300px;
      height: 120px;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      /* Safari用 */
      transform: translate(-50%, -50%);
      display: inline-block;
      text-shadow: 0px 4px 8.2px rgba(0, 0, 0, 0.35);
      color: #fff;
      padding: 5px;
      letter-spacing: 5px;
      line-height: 1.5; }
      @media print, screen and (max-width: 767px) {
        #skip #pagetitle h2 {
          height: 100px; } }
      #skip #pagetitle h2 span {
        padding-top: 20px;
        display: inline-block;
        font-size: 1.4rem; }
        @media print, screen and (max-width: 767px) {
          #skip #pagetitle h2 span {
            padding-top: 25px;
            font-size: 1.0rem; } }
  #skip .headtxt {
    background-color: #fffbf9;
    padding-top: 30px;
    padding-bottom: 80px;
    background-color: #feefec;
    background-image: url(../img/backimg1.png);
    background-repeat: no-repeat; }
    #skip .headtxt .contentstitle {
      background-image: url(../img/icon2.png);
      font-size: 1.8rem;
      padding-top: 130px;
      line-height: 1.8;
      background-size: 120px;
      letter-spacing: 5px;
      padding-bottom: 0;
      margin-bottom: 0;
      margin-top: 0;
      font-family: "a-otf-jun-pro", sans-serif;
      font-weight: bold;
      background-position: center 30px; }
      @media print, screen and (max-width: 767px) {
        #skip .headtxt .contentstitle {
          font-size: 1.1rem;
          margin-top: 0;
          letter-spacing: 3px; } }
  #skip h3 {
    text-align: center;
    padding: 30px 15px 15px;
    font-size: 1.6rem;
    letter-spacing: 5px; }
    @media print, screen and (max-width: 767px) {
      #skip h3 {
        font-size: 1.2rem;
        letter-spacing: 2px; } }
    #skip h3 span {
      display: inline-block;
      border-bottom: 5px solid #66ae46;
      padding-bottom: 10px; }
  #skip .bkcolor1 {
    background-color: #fff7f2; }
  #skip .contentsbox {
    padding-top: 30px;
    padding-bottom: 75px; }
    #skip .contentsbox .tokuchophoto {
      width: 70%;
      margin: 30px auto; }
    #skip .contentsbox p, #skip .contentsbox h4, #skip .contentsbox h5, #skip .contentsbox h6 {
      padding-top: 15px; }
    #skip .contentsbox p, #skip .contentsbox dl, #skip .contentsbox ul, #skip .contentsbox ol {
      font-size: 1.2rem;
      line-height: 1.8; }
      @media print, screen and (max-width: 767px) {
        #skip .contentsbox p, #skip .contentsbox dl, #skip .contentsbox ul, #skip .contentsbox ol {
          font-size: 1.0rem; } }
    #skip .contentsbox dl {
      padding-top: 30px; }
      #skip .contentsbox dl dt {
        background-color: #e1527b;
        font-family: "a-otf-jun-pro", sans-serif;
        font-weight: bold;
        display: inline-block;
        padding: 2px 10px;
        color: #fff; }
        #skip .contentsbox dl dt a {
          color: #fff; }
      #skip .contentsbox dl dd {
        padding-top: 5px; }
    #skip .contentsbox ul, #skip .contentsbox ol {
      padding: 15px;
      margin: 30px; }
      @media print, screen and (max-width: 767px) {
        #skip .contentsbox ul, #skip .contentsbox ol {
          margin: 15px; } }
      #skip .contentsbox ul li, #skip .contentsbox ol li {
        padding-bottom: 5px; }
    #skip .contentsbox table {
      padding: 30px;
      text-align: center;
      font-size: 1.1rem;
      border: 1px solid #e1527b;
      margin: 30px auto; }
      #skip .contentsbox table th {
        padding: 10px;
        background-color: #e1527b;
        border: 1px solid #e1527b;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        font-size: 1.0rem;
        font-family: "a-otf-jun-pro", sans-serif;
        font-weight: bold;
        color: #fff; }
      #skip .contentsbox table tr:first-child {
        border-right: 2px solid #e1527b; }
      #skip .contentsbox table td {
        padding: 10px 5px;
        background-color: #fff;
        border: 1px solid #e1527b;
        font-size: 1.0rem;
        font-family: "a-otf-jun-pro", sans-serif;
        font-weight: bold; }
  #skip .contentsbox.tsuyomi h4 {
    margin-top: 50px; }
    @media print, screen and (max-width: 767px) {
      #skip .contentsbox.tsuyomi h4 {
        font-size: 1.4rem; } }
    #skip .contentsbox.tsuyomi h4 i {
      font-size: 2.0rem;
      color: #e1527b; }
    #skip .contentsbox.tsuyomi h4 span {
      font-size: 1.0rem; }
  #skip .contentsbox.taisho p span {
    color: #e1527b;
    font-family: "a-otf-jun-pro", sans-serif;
    font-weight: bold; }
  #skip .contentsbox.price td {
    background-color: #fff; }
  #skip .contentsbox.flow h4 {
    margin-top: 50px;
    text-align: center; }
    @media print, screen and (max-width: 767px) {
      #skip .contentsbox.flow h4 {
        font-size: 1.0rem; } }
  #skip .contentsbox.flow .flowimg1 {
    text-align: center;
    margin: 30px auto; }
    #skip .contentsbox.flow .flowimg1 img {
      width: 100%; }
      @media print, screen and (min-width: 992px) {
        #skip .contentsbox.flow .flowimg1 img {
          width: 60%; } }
  #skip .contentsbox.flow .flowimg2 {
    text-align: center;
    margin: 30px auto; }
    #skip .contentsbox.flow .flowimg2 img {
      width: 100%; }
      @media print, screen and (min-width: 992px) {
        #skip .contentsbox.flow .flowimg2 img {
          width: 40%; } }
  #skip .contentsbox.flow dl {
    padding-top: 30px; }
    #skip .contentsbox.flow dl dt {
      font-family: "a-otf-jun-pro", sans-serif;
      font-weight: bold;
      display: inline-block;
      padding: 0;
      background-color: #fff;
      color: #66ae46; }
      #skip .contentsbox.flow dl dt i {
        font-size: 1.4rem; }
      #skip .contentsbox.flow dl dt a {
        color: #e1527b;
        text-decoration: underline; }
        @media print, screen and (max-width: 767px) {
          #skip .contentsbox.flow dl dt a {
            font-size: 1.1rem; } }
    #skip .contentsbox.flow dl dd {
      padding-top: 5px; }
  #skip .contentsbox.machine .machinebox {
    padding-bottom: 50px;
    margin-top: 30px; }
    @media print, screen and (max-width: 767px) {
      #skip .contentsbox.machine .machinebox {
        padding-bottom: 30px; } }
    #skip .contentsbox.machine .machinebox .photo {
      margin: auto;
      text-align: center; }
      #skip .contentsbox.machine .machinebox .photo img {
        border-bottom: 5px solid #e1527b;
        height: 250px;
        height: 250px;
        object-fit: cover;
        width: 100%; }
    #skip .contentsbox.machine .machinebox h4 {
      text-align: center;
      font-size: 1.2rem;
      margin-top: 15px; }
      @media print, screen and (max-width: 767px) {
        #skip .contentsbox.machine .machinebox h4 {
          font-size: 1.2rem;
          margin-top: 20px; } }
    #skip .contentsbox.machine .machinebox p {
      font-size: 1.0rem; }
  #skip .contentsbox.question h4 {
    color: #fff;
    background-color: #e1527b;
    border-radius: 5px;
    padding: 10px;
    margin-top: 30px; }
    @media print, screen and (max-width: 767px) {
      #skip .contentsbox.question h4 {
        font-size: 1.2rem; } }
  #skip .contentsbox.question p {
    font-size: 1.2rem;
    line-height: 1.8; }
    @media print, screen and (max-width: 767px) {
      #skip .contentsbox.question p {
        font-size: 1.0rem; } }

/*! ==================================================
　#news
=================================================== */
/*HOME＆NEWS共通*/
.newstitlelink {
  padding: 10px 0;
  text-align: left; }
  @media print, screen and (max-width: 767px) {
    .newstitlelink {
      padding: 5px 0; } }
  .newstitlelink a {
    text-decoration: none;
    display: inline-block;
    color: #031842; }
  .newstitlelink time {
    font-size: 0.8rem;
    margin-bottom: 5px;
    margin-right: 15px;
    color: #fff;
    padding: 2px 10px;
    display: inline-block;
    background-color: #afd760;
    border-radius: 15px; }
    @media print, screen and (max-width: 767px) {
      .newstitlelink time {
        font-size: 0.7rem; } }
  .newstitlelink h3 {
    font-size: 1.2rem;
    font-family: "a-otf-jun-pro", sans-serif;
    display: inline-block; }
    @media print, screen and (max-width: 767px) {
      .newstitlelink h3 {
        font-size: 1.0rem;
        display: block;
        margin-top: 15px; } }

#news {
  padding-top: 60px;
  padding-bottom: 20px; }
  #news h2 {
    background-color: #fff7f2;
    color: #e1527b;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 50px;
    position: relative; }
    #news h2 span {
      font-size: 0.8rem; }
    @media print, screen and (max-width: 991px) {
      #news h2 {
        font-size: 1.6rem;
        margin-bottom: 0; } }
  #news #newsList {
    margin-top: 30px;
    background-color: #fff;
    border-radius: 30px;
    padding: 15px 50px 0;
    min-height: 300px; }
    @media print, screen and (max-width: 767px) {
      #news #newsList {
        padding: 15px 20px 30px; } }
  #news #newsDetail {
    margin-top: 30px;
    background-color: #fff;
    border-radius: 30px;
    padding: 30px 50px 30px; }
    @media print, screen and (max-width: 767px) {
      #news #newsDetail {
        padding: 10px 20px 10px; } }
    #news #newsDetail time {
      font-size: 0.8rem;
      margin-bottom: 5px;
      margin-right: 15px;
      color: #fff;
      padding: 2px 10px;
      display: inline-block;
      background-color: #afd760;
      border-radius: 15px; }
      @media print, screen and (max-width: 767px) {
        #news #newsDetail time {
          font-size: 0.7rem; } }
    #news #newsDetail h3 {
      font-size: 1.6rem;
      font-weight: bold;
      border-bottom: 2px dotted #e98daf;
      padding: 10px 0 15px; }
      @media print, screen and (max-width: 767px) {
        #news #newsDetail h3 {
          font-size: 1.2rem; } }
    #news #newsDetail .content {
      padding: 5px 0 20px;
      min-height: 200px; }
      #news #newsDetail .content p {
        padding-top: 15px;
        font-size: 1.2rem; }
        @media print, screen and (max-width: 767px) {
          #news #newsDetail .content p {
            font-size: 1.0rem; } }
  #news .pagelink {
    text-align: center;
    padding-top: 30px;
    font-size: 0.8rem; }

/*! ==================================================
　#company
=================================================== */
#company {
  padding-top: 60px;
  padding-bottom: 20px; }
  #company h2 {
    background-color: #fff7f2;
    color: #e1527b;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 50px;
    position: relative; }
    #company h2 span {
      font-size: 0.8rem; }
    @media print, screen and (max-width: 991px) {
      #company h2 {
        font-size: 1.6rem;
        margin-bottom: 0; } }
  #company h3 {
    text-align: center; }
  #company .photo {
    margin-top: 30px; }
  #company .companybox {
    text-align: center;
    margin: auto; }
  #company dl {
    text-align: center;
    margin: 0 auto 30px;
    width: 95%; }
    @media print, screen and (min-width: 992px) {
      #company dl {
        width: 60%; } }
    #company dl dt {
      text-align: center;
      font-family: "a-otf-jun-pro", sans-serif;
      font-weight: bold;
      margin: 10px;
      color: #fff;
      padding: 2px 10px;
      display: inline-block;
      background-color: #66ae46;
      border-radius: 15px; }
      @media print, screen and (max-width: 767px) {
        #company dl dt {
          font-size: 0.9rem; } }
    #company dl dd {
      text-align: center;
      font-size: 1.1rem;
      padding-bottom: 50px;
      line-height: 1.8;
      border-bottom: 2px dotted #e98daf; }
      @media print, screen and (max-width: 767px) {
        #company dl dd {
          font-size: 0.95rem; } }

/*! ==================================================
　contact
=================================================== */
#contact {
  padding-top: 60px;
  padding-bottom: 20px; }
  #contact h2 {
    background-color: #fff7f2;
    color: #e1527b;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 50px;
    position: relative; }
    #contact h2 span {
      font-size: 0.8rem; }
    @media print, screen and (max-width: 991px) {
      #contact h2 {
        font-size: 1.6rem;
        margin-bottom: 0; } }
  #contact .msgbox {
    font-size: 1.6rem;
    color: #cc0000;
    text-align: center;
    margin: 30px 0;
    line-height: 1.8;
    font-family: "a-otf-jun-pro", sans-serif;
    font-weight: bold; }
    @media print, screen and (max-width: 767px) {
      #contact .msgbox {
        font-size: 1.2rem; } }
    #contact .msgbox a {
      color: #fff;
      margin-top: 30px;
      border-radius: 30px;
      font-size: 1.8rem;
      padding: 3px 30px;
      display: inline-block;
      background-color: #66ae46; }
      @media print, screen and (max-width: 767px) {
        #contact .msgbox a {
          font-size: 1.4rem; } }
  #contact .contactform {
    padding: 30px 15px;
    min-height: 400px;
    /*.btn_submit{
    	text-align:center;
    	margin:0 auto;
    }*/ }
    @media print, screen and (max-width: 767px) {
      #contact .contactform {
        padding: 15px 0; } }
    #contact .contactform form {
      margin: 20px 0;
      padding: 10px 0; }
    #contact .contactform .form-group {
      margin: 5px 0;
      padding: 0; }
      #contact .contactform .form-group label {
        font-weight: bold; }
      @media print, screen and (max-width: 767px) {
        #contact .contactform .form-group input {
          font-size: 1.6rem; } }
    #contact .contactform .formback {
      background-color: #fcfcfc;
      padding: 15px 5px;
      margin-top: 15px; }
    #contact .contactform table {
      border: 1px solid #031842; }
      #contact .contactform table th {
        width: 30%;
        font-weight: bold;
        background-color: rgba(255, 255, 255, 0.5);
        border: 1px solid #031842; }
      #contact .contactform table td {
        width: 70%;
        background-color: rgba(255, 255, 255, 0.5);
        border: 1px solid #031842; }
    #contact .contactform input {
      width: 100%;
      padding: 5px;
      margin: 0; }
      @media print, screen and (min-width: 768px) {
        #contact .contactform input {
          margin: 0 15px; } }
    #contact .contactform input[type=radio] {
      width: 25px;
      height: 25px;
      vertical-align: middle;
      padding: 25px 0; }
    #contact .contactform input[name=zipcode] {
      width: 40%;
      margin-bottom: 2px; }
    #contact .contactform input[name=age] {
      width: 40%; }
    #contact .contactform input[type=checkbox] {
      width: 30px;
      height: 30px;
      padding: 0;
      margin: 10px 0;
      vertical-align: middle; }
    #contact .contactform textarea {
      width: 100%;
      margin: 0; }
      @media print, screen and (max-width: 767px) {
        #contact .contactform textarea {
          font-size: 1.6rem; } }
      @media print, screen and (min-width: 768px) {
        #contact .contactform textarea {
          margin: 0 15px; } }
    #contact .contactform p {
      padding: 15px; }
    #contact .contactform .btnInput {
      margin-top: 30px; }
      #contact .contactform .btnInput ul {
        font-size: 0;
        text-align: center; }
      #contact .contactform .btnInput li {
        font-size: 1rem;
        display: inline-block;
        padding: 0 10px; }
      #contact .contactform .btnInput li {
        list-style: none; }
      #contact .contactform .btnInput input {
        width: 50%;
        text-align: center;
        cursor: pointer;
        color: #fff;
        border: 1px solid #fff;
        background-color: #e1527b;
        width: 200px;
        margin: auto; }
        @media print, screen and (max-width: 767px) {
          #contact .contactform .btnInput input {
            width: 100px; } }
    #contact .contactform .hissu, #contact .contactform .alert {
      color: #c00;
      font-weight: bold; }
    @media print, screen and (max-width: 767px) {
      #contact .contactform span.alert {
        padding-left: 0; } }

/*! ==================================================
　banner
=================================================== */
#banner {
  padding-top: 30px;
  margin-top: 30px; }
  #banner li {
    list-style: none; }

/*! ==================================================
　footer
=================================================== */
footer #footnavi {
  background-color: #fafafa;
  padding: 30px 10px; }
  footer #footnavi ul {
    font-size: 0;
    text-align: center; }
  footer #footnavi li {
    font-size: 0.9rem;
    display: inline-block;
    padding: 0 10px; }
  footer #footnavi li {
    padding: 5px 20px; }
    footer #footnavi li a {
      color: #031842;
      font-size: 0.9rem;
      text-decoration: none; }
  @media print, screen and (max-width: 991px) {
    footer #footnavi {
      display: none; } }
  @media print, screen and (min-width: 992px) {
    footer #footnavi {
      display: block; } }
footer #footer {
  text-align: center;
  padding-bottom: 50px;
  padding-top: 50px;
  background-color: #feefec; }
  footer #footer .name {
    padding: 0;
    font-size: 1.6rem;
    text-align: center; }
    @media print, screen and (max-width: 991px) {
      footer #footer .name {
        font-size: 1.4rem; } }
  footer #footer address {
    padding: 30px 10px;
    font-size: 1.0rem;
    line-height: 1.8; }
  footer #footer p span {
    font-size: 0.9rem; }
footer .instagram {
  text-align: center;
  margin: 30px auto; }
  footer .instagram a {
    display: block;
    width: 50px;
    margin: auto; }
footer .copyright {
  text-align: center;
  font-size: 0.8rem;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e98daf;
  color: #fff; }

/*! ==================================================
　privacy
=================================================== */
/*#privacy{
	
}*/
/*! ==================================================
　sitemap
=================================================== */
/*#sitemap,#link{
	
}*/
/*! ==================================================
　その他
=================================================== */
/*.menulink{
	margin-top:-110px;
	padding-top:110px;
}
*/
