<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed:300,400,500,600|Roboto:300,400,500&amp;display=swap);

/*------------------------------------------------------------
  wordpress native CSS
------------------------------------------------------------*/
body{

}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.clearfix {
  overflow: hidden;
  zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.caution {
  text-align: center;
  margin: 2rem auto;
}

.fixed,
.underFixed {
  position: fixed !important;
  width: 100%;
  padding: 1rem 0 0 0;
  top: 0 !important;
  z-index: 100004;
}
.anchor {
  margin-top: -7rem!important;
  padding-top: 7rem!important;
  margin-bottom: 3rem!important;
}
.swallowFrame{
    margin-left: 190px;
    width: calc( 100% - 190px );
}
.cmLink{
    padding: 0.6rem;
    border: 1px solid;
    width: 50%;
    text-align: center;
    margin: 2rem 0;
    position: relative;
}
.cmLink::after{
  content: "";
  width: 10px;
  height: 1px;
  background: #474342;
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
}


/*----------------------------------------
  commmon
------------------------------------------ */
p {
  display: block;
  margin: 1em 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
img,
table,
tr,
th,
td,
dl,
dt,
dd,
p,
div {
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  border: none;
  list-style-type: none;
  line-height: 160%;
  color: #474342;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
img,
table,
tr,
th,
td,
dl,
dt,
dd,
p,
div,
a,
select,
input,
button,
textarea {
  line-height: 180%;
  font-family: YakuHanJP,"Barlow Semi Condensed","Roboto","游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Arial, "MS P Gothic", "MS Pゴシック", sans-serif;
}

.mincyo {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;

}

.gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Arial, "MS P Gothic", "MS Pゴシック", sans-serif;
}

.impact {
  font-family: 'Hiragino Kaku Gothic Std', 'ヒラギノ角ゴ Std W8', 'Hiragino Kaku Gothic StdN', 'ヒラギノ角ゴ StdN W8';
}

h2.cm {
  text-align: center;
  margin-bottom: 3rem;
}

h2.cm span {
  display: block;
  font-size: 50%;
  letter-spacing: 0.2rem;
}

a {
  color: #474342;
}

a:hover {
  opacity: 0.6;
}

a.arrow {
  position: relative;
}

a.arrow::after {
  content: "";
  background: url(../img/common/arrow_w.png) no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  width: 11px;
  height: 20px;
  right: 20px;
  top: 24px;
}

a.arrowBlack {
  position: relative;
}

a.arrowBlack::after {
  content: "";
  background: url(../img/common/arrow_b.png) no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  width: 11px;
  height: 20px;
  right: 20px;
  top: 24px;
}

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

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

h2 {
  font-size: 32px;
}

h3 {
  font-size: 20px;
}

p ,div,a,dt,dd,th,td,li{
  /*font-size: 14px;*/
  line-height: 230%;
}

.flex {
  display: flex;
  display: -webkit-flex;
}

.flex img {
  width: 100%;
  height: auto;
}

.pcOnly {
  display: block;
}

.spOnly {
  display: none;
}

.mbOnly {
  display: none;
}

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

.basicLink {
  width: 100%;
  margin: 1rem auto;
  display: block;
  padding: 20px 0;
  color: #FFF;
  text-align: center;
}

.under {
  margin-bottom: 4rem;
}

/*----------------------------------------
  wpContent custom css
------------------------------------------ */
.innerWrapper {
  width: 956px;
  margin: 0px auto;
}

.underlayerWrapper {
  width: 100%;
  margin: 0 0 2rem 0;
}

.underlayerWrapper.double {
  width: 740px;
  margin: 0 0 2rem 0;
}

.underlayerWrapper .contentWrapper {
  width: 100%;
}

#pageHeader {
  position: relative;
}

#pageTitle h2 {
  font-size: 28px;
  padding: 1rem 0;
  text-align: center;
  width: 100%;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2)
}

#pageTitle h2 span {
  font-size: 50%;
  text-transform: uppercase;
  display: block;
}

#pageTitle h2 a {
  color: #FFF;
}

.paging{
  justify-content: center;
  margin: 3rem 0 0 0;
}
.paging a{
    font-size: 90%;
    color: #333;
    border: 1px solid;
    padding: 10px;
    border-radius: 5px;
    display: block;
    margin: 2rem 1rem;
    position: relative;
}
.paging .next,.paging .prev{
    width: 30%;
    text-align: center;
}
.paging .next a::before{
    width: 40px;
    height: 8px;
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
    transform: skew(-45deg);
    position: absolute;
    content: "";
    top: 15px;
    left: 30px;
}
.paging .prev a::after{
    width: 40px;
    height: 8px;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    transform: skew(45deg);
    position: absolute;
    content: "";
    top: 15px;
    right: 30px;
}

/*------------------------------------------------------------
  wordpress under page custum css
------------------------------------------------------------*/
/** frame **/
.under {
  padding-top: 10px;
  flex-direction: row-reverse;
}

.wpContent{
  padding: 2rem 0;
  margin-right: 3.8rem;
}
.wpContent p,.wpContent div{
  font-size: 15px;
}
/** header **/
.wpContent h3{
    position: relative;
    font-size: 180%;
    margin: 2rem 0;
    letter-spacing: 0.1rem;
    border-bottom: 3px solid #808080;
    padding: 0.5rem 0;
    font-weight: bold;
}

.wpContent h3:first-child {
  margin-top: 0;
}

.wpContent h4 {
font-weight: bold;
    font-size: 180%;
    margin-bottom: 2rem;
}

.wpContent h5 {
    font-size:22px;
    margin: 10px 0;
    font-weight: bold;
    border-bottom: 2px solid #f7f7f7;
    padding-bottom: 10px;
}

.wpContent h6 {
  font-weight: bold;
  font-size: 20px;
  margin: 1rem 0;
  position: relative;
  padding-left: 10px;
}

/** text **/
.wpContent p,
.wpContent div {
  line-height: 200%;
  margin: 0.5rem 0;
}

.wpContent blockquote {
  background: #ececec;
  padding: 10px 10px 10px 20px;
  position: relative;
  margin: 30px;
}

.wpContent blockquote::before,
.wpContent blockquote::after {
  content: '\f10e';
  font-size: 24px;
  display: block;
  width: 30px;
  height: 30px;
  background-size: 80%;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  color: #b3b3b3;
  font-weight: bold;
}

.wpContent blockquote::before {
  top: -11px;
}

.wpContent blockquote::after {
  transform: rotateX(180deg);
  transform: rotate(180deg);
  bottom: -10px;
  right: 10px;
}

.wpContent .coloring1 {
  color: #ce2424;
}

.wpContent .coloring2 {
  color: #1b1b1b;
}

.wpContent .coloring3 {
  color: #3b3c3c;
}

/** block **/
.block {
  background: #fff;
  padding: 20px;
  font-size: 14px;
  line-height: 1.8;
  margin: 1rem 0;
  border-radius: 4px;
}

.blockBorder {
  border: 4px solid #ececec;
  padding: 20px;
  font-size: 14px;
  line-height: 1.8;
  margin: 1rem 0;
  border-radius: 4px;
}

.blockLineBorder {
  border: 5px solid #ececec;
  padding: 5px;
  margin: 1rem 0;
  border-radius: 4px;
}

.blockLineBorder div {
  border: 1px solid #ececec;
  padding: 20px;
  font-size: 14px;
  line-height: 1.8;
  border-radius: 4px;
}

.cautionBlock {
  border: 1px solid #474342;
  padding: 20px;
  font-size: 14px;
  line-height: 1.8;
  margin: 1rem 0;
  border-radius: 7px;
}

.cautionBlock i {
  margin-right: 10px;
}

.lineYellow {
  background: linear-gradient(transparent 50%, #fdff6f 50%);
  padding: 3px 0;
}

.redDouble {
  border-bottom: double 6px #d2564a;
}

.wpContent .caution {
  text-align: center;
}

/** link **/
.wpContent a.underBold {
  text-decoration: underline;
  font-weight: bold;
}

.wpContent a.linkButton {
  background: #1b1b1b;
  display: inline-block;
  color: #FFF;
  padding: 10px 3rem;
  border-radius: 4px;
  font-weight: bold;
  border-bottom: 3px solid #0c3d4c;
}

/** list **/
.wpContent ul {
  margin: 2rem 0;
}

.wpContent li {
  padding: 5px 0;
  padding-left: 20px;
  font-size: 15px;
}

.wpContent ul.type2 {
  padding: 0 15px 0 0;
}

.wpContent ul.type2 li {
  list-style-type: none;
  padding: 5px 5px 5px 24px;
  position: relative;
}

.wpContent ul.type2 li::before {
  content: '\f101';
  font-size: 14px;
  position: absolute;
  top: 6px;
  left: 3px;
  font-family: "Font Awesome 5 Free";
  color: #1b1b1b;
  font-weight: bold;
}

.wpContent dl.type1 dt {
  font-weight: bold;
}

.wpContent dl.type2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.wpContent dl.type2 dt,
.wpContent dl.type2 dd {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 15px;
}

.wpContent dl.type2 dt {
  float: left;
  background-color: #f4f2f0;
  width: 130px;
  clear: left;
  width: 30%;
}

.wpContent dl.type2 dd {
  float: left;
  width: 70%;
  margin: 0;
}

.parentPageUl {
  padding: 0;
}

.parentPageUl li {
  color: #333;
  background: #f4f2f0;
  margin: 10px 0;
  line-height: 1.5;
  padding: 1rem 0 1rem 39px !important;
  border-radius: 5px;
  list-style-type: none !important;
  font-weight: bold;
  text-indent: 0;
  position: relative;
}

.parentPageUl li::before {
  content: '\f35a';
  font-size: 15px;
  position: absolute;
  top: 15px;
  left: 16px;
  font-family: "Font Awesome 5 Free";
  color: #333;

}

.parentPageUl li a {
  display: block;
}

/** table**/
.wpContent table.type1 {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  font-size: 14px;
  margin: 2rem 0;
}

.wpContent table.type1 th,
.wpContent table.type1 td {
  border: 1px solid #c0c0c0;
  padding: 5px;
  width: 50%;
}

.wpContent table.type1 th {
  background: #f1f1f1;
}

/** under **/
.wpContent .ex {
  background: #ececec;
  padding: 1rem;
  border-radius: 3px;
  border: 1px solid #d8daea;
}

.wpContent .ex li {
  background: #FFF;
  border-radius: 3px;
  padding: 10px 10px 10px 40px;
  font-size: 85%;
  margin: 10px 0;
  position: relative;
  font-weight: bold;
  color: #656464;
  line-height: 140%;
}

.wpContent .ex li::before {
  content: '\f46c';
  font-size: 24px;
  position: absolute;
  top: 10px;
  left: 10px;
  font-family: "Font Awesome 5 Free";
  color: #1b1b1b;
  font-weight: bold;
}

.wpContent .childNav {
  background: #d6dcde;
  padding: 1rem;
  margin: 3rem 0;
  border-radius: 4px;
  border: 1px solid #efefef;
  margin-bottom: 1rem;
}

.wpContent .childNav h3 {
  background: #FFF;
  color: #1b1b1b;
  font-size: 100%;
  position: relative;
  padding: 5px 10px 5px 35px;
  border: none;
  border-radius: 3px;
  border: none;
  margin: 0 0 1rem 0;
}

.wpContent .childNav h3::after {
  display: none;
}

.wpContent .childNav h3::before {
  content: '\f0a6';
  font-size: 20px;
  position: absolute;
  top: 4px;
  left: 15px;
  font-family: "Font Awesome 5 Free";
  font-weight: 100;
}

.wpContent .childNav ul {
  margin: 0;
}

.wpContent .childNav li {
  padding: 5px 0;
}

.wpContent .childNav li a {
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  padding: 5px 10px 5px 32px;
  border-radius: 3px;
  border: 1px solid #1b1b1b;
  font-weight: bold;
  color: #1b1b1b;
}

.wpContent .childNav li a::before {
  content: '\f2f5';
  font-size: 13px;
  position: absolute;
  top: 5px;
  left: 13px;
  font-family: "Font Awesome 5 Free";
}

.wpContent .childNavTile h3 {
  text-align: center;
  border-bottom: 3px solid #474342;
}

.wpContent .childNavTile h3::after {
  display: none;
}

.wpContent .childNavTile ul {
  display: flex;
  justify-content: center;
}

.wpContent .childNavTile li {
  flex: 1;
  padding: 10px;
}

.wpContent .childNavTile li a {
  background: #474342;
  color: #FFF;
  width: 100%;
  text-align: center;
  padding: 1rem;
}

.wpContent .matome {
  background: #f4f2f0;
  padding: 1.5rem;
  border-radius: 3px;
  margin: 2rem 0;
}

.wpContent .matome h4 {
  margin: 0 0 20px 0;
  background: #FFF;
  padding: 3px 0;
  border-radius: 3px;
  text-align: center;
  color: #1b1b1b;
  border: 2px solid #1b1b1b;
}

.wpContent .career {
  font-size: 90%;
  text-align: left;
  width: 100%;
}

.wpContent .career th,
.wpContent .career td {
  border-bottom: 1px dotted #1b1b1b;
  padding: 5px 0;
}

.wpContent .career th {
  width: 20%;
}

.wpContent .career td {}

.wpContent .tel {
  font-size: 140%;
  margin: 1rem 0;
  color: #1b1b1b;
}

.wpContent .tel i {
  transform: rotate(-0.1turn);
  margin-right: 6px;
}

.wpContent .businessHours {
  font-size: 80%;
}

.wpContent .big {
  font-size: 120%;
}

.wpContent .border {
  border-bottom: 2px solid #f12121;
  padding-bottom: 8px;
}

.wpContent .title {
  text-align: center;
  font-size: 130%;
  line-height: 220%;
  margin: 2rem 0;
  padding-bottom: 10px;
}

.wpContent .exList {
  background: #edf5f0;
  padding: 2rem;
  border-radius: 4px;
  width: 100%;
  margin: 0 auto;
}

.wpContent .exList h3 {
  border: none;
  background: #FFF;
  text-align: center;
}

.wpContent .exList ul li {
  font-size: 110%;
  padding: 10px 10px 10px 30px;
  position: relative;
}

.wpContent .exList ul li::before {
  content: '\f058';
  position: absolute;
  top: 10px;
  left: 10px;
  font-family: "Font Awesome 5 Free";
  color: #333;
  font-size: 15px;
}

.wpContent .exList h4 {
  text-align: center;
  background: #FFF;
}


.wpContent .imgFlex div, {
  padding: 1rem;
}

.wpContent .imgFlex .imgWrapper {
  flex: 2;
  padding: 1rem;
}

.wpContent .imgFlex .txtWrapper {
  flex: 3;
    padding: 1rem;
}

.wpContent .reverse {
  flex-direction: row-reverse;
}

.wpContent .center {
  text-align: center;
}

.wpContent table.businessHours {
  border-top: 1px solid;
  border-bottom: 1px solid;
  width: 100%;
  font-size: 1rem;
  margin: 0 auto;
}

.wpContent table.businessHours th {
  padding: 4px 0;
  width: 30%;
}

.wpContent .imgGallery div {
  flex: 1;
}

.wpContent .linkFlex {
  justify-content: center;
}

.wpContent .linkFlex a {
  flex: 1;
  text-align: center;
  color: #333;
  border: 1px solid #333;
  padding: 1rem;
  margin: 10px;
}

.wpContent .linkFlex a:hover {
  background: rgba(51, 148, 80, 0.5);
}

/*------------------------------------------------------------
  pager
------------------------------------------------------------*/
.pagination {
  width: 100%;
  margin: 20px auto;
  text-align: center;
}

.pagination span,
.pagination a {
  border: 1px solid;
  padding: 1px 14px;
  margin: 3px;
  color: #444444;
  display: inline-block;
}

.pagination .current {
  border: 1px solid;
  padding: 3px 13px;
  font-weight: bold;
}

/*----------------------------------------
  side bar
------------------------------------------ */
#sidebar {
  background: #f6f9fa;
  padding: 15px 12px 15px 12px;
  margin: 0px 10px 2rem 0;
  box-sizing: border-box;
  width: 250px;
}

#sidebar a img {
  width: 100%;
}

#sidebar .sidebarWrapper {
  background: #FFF;
  padding: 0 10px 10px 10px;
  margin-top: 15px;
  font-size: 14px;
  border: 1px solid #e9e9e9;
}

#sidebar .sidebarWrapper div.sidebarWrapper {
  text-align: center;
  font-size: 15px;
  padding: 10px 0 3px 0;
  margin: 5px 0;
  border-bottom: 1px solid;
  font-weight: bold;
}

#sidebar .sidebarWrapper h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 25px 0 0 0;
  border-bottom: 1px solid;
  text-align: center;
  padding: 0 0 3px 0;
}

#sidebar .sidebarWrapper p {
  font-size: 11px;
  margin: 8px 0;
}

#sidebar .sidebarWrapper a {
  display: inline-block;
}

#sidebar .sidebarWrapper .allLink {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 7px 0;
  color: #FFF;
  background: #1b1b1b;
  border-radius: 2px;
  margin: 7px 0 0 0;
}

#sidebar .sidebarWrapper img {
  width: 100%;
}

#sidebar .sidebarWrapper nav {
  padding: 10px;
}

#sidebar .sidebarWrapper li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
  padding: 2px 0;
}

#sidebar .sidebarWrapper li:first-child {
  padding-top: 0;
}

#sidebar .sidebarWrapper time {
  display: block;
  font-size: 12px;
  padding: 5px 0 0 0;
}

#sidebar .sidebarWrapper nav li a {
  display: block;
  line-height: 160%;
  font-size: 12px;
  padding: 5px 5px 5px 24px;
  position: relative;
}

#sidebar .sidebarWrapper nav li a::before {
  content: '\f101';
  font-size: 14px;
  position: absolute;
  top: 6px;
  left: 3px;
  font-family: "Font Awesome 5 Free";
  color: #1b1b1b;
  font-weight: bold;
}

#sidebar .catWrapper ul {
  margin-top: 1rem;
}

#sidebar p.nearest {
  font-size: 12px;
  margin: 5px 0;
}

#sidebar .none {
  text-align: center;
}

#sidebar .mailWrapper {
  margin: 0;
  padding: 1rem;
}

#sidebar .mailWrapper a {
  background: #1b1b1b;
  color: #FFF;
  border-radius: 3px;
  width: 100%;
  padding: 10px;
}

#sidebar .mailWrapper a i {
  display: block;
  margin: 0 auto 5px auto;
  font-size: 30px;
  width: 30px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#sidebar .mailWrapper a span {
  font-weight: bold;
  text-align: center;
  display: block;
}

#sidebar .mailWrapper ul {
  margin: 15px 0 0 0;
}

#sidebar .mailWrapper li {
  border: none;
  font-size: 13px;
  padding: 2px 0 2px 20px;
  position: relative;
}

#sidebar .mailWrapper li::before {
  content: '\f14a';
  font-size: 14px;
  position: absolute;
  top: 1px;
  left: 3px;
  font-family: "Font Awesome 5 Free";
  color: #696969;
}

#sidebar .telWrapper a {
  text-align: center;
  display: block;
  font-size: 20px;
  margin: 10px 0 5px 0;
}

#sidebar .telWrapper p {
  color: #1b1b1b;
  text-align: center;
  margin: 0;
}

/*----------------------------------------
  404 Notfond
------------------------------------------ */
#notFound .wpContent h2 {
  text-align: center;
}

#notFound .wpContent h3 {
  padding: 10px 0;
  padding-left: 15px;
  text-align: center;
}

#notFound .wpContent p {
  text-align: center;
}

#notFound .wpContent a {
  display: block;
  color: #FFF;
  text-align: center;
  padding: 10px 0;
  width: 60%;
  margin: 20px auto;
  border-radius: 5px;
  background: -webkit-#1e1e1e;
  background: #1e1e1e;
}

/*----------------------------------------
  header
------------------------------------------ */
header {

}
header .headerWrapper{
}
header .logoLink{
  width: 200px;
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 10000;
}
header .logoLink img{
  width: 100%;
}
header nav {
  margin: 2rem 0;
  position: fixed;
  top: 7rem;
  left: 1rem;
  z-index: 10000;
}
header nav .gNavi li a{
  color: #474342;
  font-size: 17px;
  font-weight: 400;
  display: inline-block;
  line-height: 40px;
  letter-spacing: 0.14em;
  position: relative;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
header nav .gNavi li a strong{
  font-weight: normal;
}
header nav .gNavi li a.active strong{
  display: none;
}
header nav .gNavi li a.active span{
  display: block;
}
header #snsWrapper{
  position: absolute;
  bottom: -3rem;
  left: 0;
  z-index: 10000;
}
header #snsWrapper a{
  display: block;
  width: 25px;
  margin: 1rem 0;
}
header #snsWrapper a img{
  width: 100%;
}
header .rightWrapper{
    width: 60%;
    right: 0;
    text-align: right;
}
header .rightWrapper a{
    display: inline-block;
    font-size: 200%;
    text-align: center;
    line-height: 160%;
}
header .rightWrapper a span{
    display: block;
    font-size: 45%;
    margin-top: -1rem;
    padding: 0 3rem;
}
header .contactLink a{
    font-size: 80%!important;
    text-align: center;
    padding: 0 20px;
    border: 1px solid;
    margin: 10px 0;
}
header .gNavi .menu-item-description{
  display: none;
  font-size: 90%;
  letter-spacing: 0;
}

.floatMenu a {
  position: fixed;
  right: 30px;
  bottom: 1rem;
  width: 140px;
  z-index: 100000;
}

.floatMenu a img {
  width: 100%;
}

.floatMenu2{
  position: relative;
}
.floatMenu2 a{
    right: 0;
    position: fixed;
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    background: #ffffffa1;
    text-align: center;
    padding: 6px;
    z-index: 1000;
    font-size: 150%;
    cursor: pointer;
}
.floatMenu2 a img{
    display: inline-block;
    width: 20px;
    margin: 7px 0;
}
.floatMenu2 a span{
    font-size: 50%;
    letter-spacing: 0.2rem;
    padding: 1rem 0;
}
.floatMenu2 a:nth-of-type(1){
    bottom: 1rem;
}
.floatMenu2 a.bridal{
    background: #f796b169;
}

/*----------------------------------------
  Dynamic control common setting
------------------------------------------ */

.dccs time {
  display: inline-block;
  font-size: 13px;
}

.dccs h3 {
  font-weight: bold;
}

.dccs #singleWrapper {
  padding: 0 1rem 1rem 1rem;
}

/** categoly **/
.dccs .categoly {
  display: inline-block;
}

.dccs .categoly a {
font-size: 12px;
    padding: 0;
    margin: 0 5px 0 0;
    line-height: 160%;
}

.dccs .category .post-categories {
  display: flex;
}

/** single page **/

.single .dccs h3 {
  margin: 0;
  padding: 10px 0;
}

/*----------------------------------------
  information
------------------------------------------ */
.entryBody img{
  max-width: 100%;
  height: auto;
}
#info .wpContent {
  padding: 2rem;
}
#info .allLink{
    position: absolute;
    right: 20px;
    top: 1rem;
    font-size: 90%;
    text-decoration: underline;
    letter-spacing: 0.1rem;
}
#info .left{
    position: relative;
    padding: 1rem;
    flex: 1;
    padding-right: 0;
}
#info .right{
    position: relative;
    padding: 1rem 0 1rem 1rem;
    flex: 2;
    padding-left: 0;
}
#info .right .allLink{
  right: 0;
}
 #info .archiveFlex{
  flex-wrap: wrap;
 }
  #info .archiveFlex .infoWrapper{
    width: 33%;
  }
  #info .archiveFlex .infoWrapper .imgWrapper{
margin: 0;
    overflow: hidden;
    width: 100%;
    height: 200px;
  }
  #info .archiveFlex .infoWrapper .title{
    margin: 0;
    font-size: 100%;
    text-align: left;
  }
  #info .archiveFlex .infoWrapper ul{
    margin: 0;
  }
  #info .under .infoWrapper{
    border-top: 1px dotted #ccc;
  }
  #info .under .infoWrapper .imgWrapper{
      flex: 1;
  }
  #info .under .infoWrapper .txtWrapper{
    flex: 5;
    padding-left: 2rem;
  }
  #info .under .infoWrapper .txtWrapper time{
    font-size: 110%;
  }
  #info .under .infoWrapper .txtWrapper .categoly a,#info .under .single .categoly a{
    font-size: 100%;
    background: #474342;
    display: inline;
    padding: 0 1rem 1px 1rem;
    color: #FFF;
  }
  #info .under .infoWrapper .txtWrapper .categoly ul,  #info .under .infoWrapper .txtWrapper .categoly ul li,
  #info .under .single .categoly ul,#info .under .single .categoly ul li{
    margin: 0;
    padding: 0;
  }
  #info .under .infoWrapper .txtWrapper .title{
    margin: 0;
    padding: 0;
    text-align: left;
    font-weight: bold;
    line-height: 130%;
  }
  #info .under .infoWrapper .txtWrapper .txt{
    line-height: 140%;
  }
  #info .under .infoWrapper .txtWrapper a.moreTips{
    background: #eaeaea;
    padding: 5px;
    width: 200px;
    text-align: center;
    margin: 0 0 0 auto;
    display: block;
  }



/*----------------------------------------
  column
------------------------------------------ */
#column .headWrapper {
  color: #2e3c68;
}

#column .columnContent div {
  padding-left: 20px;
}

#column .columnContent h3 {
  color: #2e3c68;
}

#column .columnContent h4 {
  margin: 1rem auto;
  border: none;
  font-weight: bold;
  padding: 0;
}

#column .wpContent .imgWrapper {
  margin: 0;
}

#column .archive {
  border-bottom: 1px dotted #6d6d6d;
}

#column .archive .imgWrapper a {
  width: 130px;
  height: 130px;
  flex-basis: 200px;
  margin-right: 20px;
  overflow: hidden;
  position: relative;
}

#column .archive .imgWrapper img {
  position: absolute;
  top: -29%;
  left: -29%;
  width: auto;
}

#column .wpContent img {
  border: 1px solid #e8e8e8;
  margin: 0 auto;
  height: auto;
}

#column .columnContent time {
  font-size: 13px;
}

#column .columnContent p {
  font-size: 16px;
  flex: 5;
}

#column .archive h3 {
  margin: 0;
  padding: 5px 0;
  border: none;
}

#column .archive h3 a {
/*   font-size: 18px; */
}

#column .wpContent .archive h3::after {
  display: none;
}

#column .archive div {
  padding: 10px 0;
}

#column .wpContent #singleWrapper .imgWrapper {
  width: 60%;
  margin: 2rem auto;
}

#column .catList {
  flex-wrap: wrap;
}

#column .catList li {
  padding: 0;
  flex: auto;
  margin: 0 10px 0 0;
}

#column .catList li:last-child {
  margin: 0;
}

#column .catList li a {
  padding: 15px;
  border: 3px solid #c7c7c7;
  font-weight: bold;
  background: #fbfbfb;
  position: relative;
  width: 100%;
  text-align: center;
}

#column .catList li a::after {
  content: '\f101';
  font-size: 14px;
  position: absolute;
  top: 15px;
  right: 11px;
  font-family: "Font Awesome 5 Free";
  color: #696969;
}
#column .wpContent #singleWrapper .imgWrapper{
  margin: 2rem auto;
}
#column .wpContent p img{
    margin: 2rem 0;
}

/*----------------------------------------
  qa
------------------------------------------ */
#qa .qaContent dl {
  position: relative;
  margin: 10px 0;
  cursor: pointer;
}

#qa .qaContent dl:first-child {
  margin-top: 0;
}

#qa .qaContent dl::after {
  position: absolute;
  top: 27px;
  right: 26px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: '';
  transform: rotate(135deg);
  border-top: 2px solid #474342;
  border-right: 2px solid #474342;
}

#qa .qaContent .open::after {
  transform: rotate(-45deg);
}

#qa .qaContent dl dt,
#qa .qaSingleContent dl dt {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
  font-weight: bold;
  background: #DDD;
}

#qa .qaContent dl dt::before,
#qa .qaSingleContent dl dt::before {
/*   font-size: 18px; */
  line-height: 1;
  position: absolute;
  top: 22px;
  left: 20px;
  display: block;
  content: 'Q.';
  color: #3285bf;
}

#qa .qaContent dl dd::before,
#qa .qaSingleContent dl dd::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  left: 20px;
  display: block;
  content: 'A.';
  font-weight: bold;
  color: #3285bf;
}

#qa .qaContent dl dd,
#qa .qaSingleContent dl dd {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
}

#qa .qaContent dl dd p {
  margin: 0;
}

#qa .qaContent dl dd a {
  background: #8a8a8a;
  color: #FFF;
  width: 27%;
  text-align: center;
  margin: 0 0 0 auto;
  display: block;
  font-size: 14px;
  padding: 4px;
  font-weight: bold;
  border-radius: 3px;
}

#qa .qaContent dl dd p:first-child {
  margin-top: 0;
}

#qa .singleWrapper {
  padding: 0;
}

/*----------------------------------------
  voice
------------------------------------------ */
#voice .wpContent h3 {

}
#voice .flex{
  flex-wrap: wrap;
}
#voice .voiceContent{
  padding: 1rem;
  text-align: center;
  width: 33%;
}
#voice .wpContent .imgWrapper {
  flex: 1;
}

#voice .wpContent .imgWrapper a {
  width: 100%;
}

#voice .wpContent .flex .txtWrapper {
  flex: 2.5;
  padding-left: 2rem;
  position: relative;
}

#voice .wpContent a.more {
  position: absolute;
  color: #FFF;
  background: #333;
  padding: 10px 2rem;
  right: 0;
  bottom: 9px;
  text-align: center;
  display: block;
}

#voice .wpContent a.more::after {
  content: '\f0da';
  font-size: 14px;
  position: absolute;
  top: 11px;
  right: 11px;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

#voice .wpContent #singleWrapper .imgWrapper {

}
#voice .voiceCatList li{
  flex: 1;
  margin: 10px;
  text-align: center;
}
#voice .voiceCatList a{
    border: 1px solid;
    padding: 10px;
    width: 100%;
}
#voice .cm{
    background: #f3f3f3;
    padding: 1rem;
    font-weight: bold;
    font-size: 120%;
}
#voice .cmLink{
    margin: 3rem auto;
    width: 70%;
    display: block;
}

/*----------------------------------------
  induction
------------------------------------------ */
/** reservation **/
#reservation {
  margin-bottom: 3rem;
}

#reservation .telWrapper,
#reservation .mailWrapper {
  flex: 1;
  background: #dcdcdc;
  margin: 1rem;
  padding: 1rem;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #444444;
}

#reservation i {
  color: #444444;
  display: inline-block;
}

#reservation .telWrapper {}

#reservation .telWrapper a {
  width: 100%;
}

#reservation .telWrapper i {
  font-size: 2.5rem;
}

#reservation .telWrapper .title {
  font-size: 1.2rem;
  background: #FFF;
  border-radius: 4px;
  padding: 5px 0;
}

#reservation .telWrapper .number {
  color: #444444;
  font-size: 3rem;
  display: inline-block;
  letter-spacing: 0.2rem;
}

#reservation .mailWrapper {}

#reservation .mailWrapper a {
  background: #FFF;
  width: 100%;
  padding: 1rem;
}

#reservation .mailWrapper i {
  font-size: 3rem;
}

#reservation .mailWrapper p {
  font-size: 1.2rem;
  padding: 5px 0 0 0;
}

/** instagram **/

#instagram .photos {
  width: 710px;
}

#instagram .txtWrapper {
  padding-left: 30px;
}

#instagram .txtWrapper h2 {
  font-weight: normal;
  letter-spacing: 0.2rem;
}

#instagram .txtWrapper span {
  display: block;
  width: 50px;
  height: 1px;
  background: #8e8e8e;
  margin: 5px 0 10px 0;
}

#instagram {
  padding: 2rem 0;
}

#front #instagram section,
#front #instagram .contentWrapper {
  padding: 0;
}

/** costBenefits **/
#costBenefits {
  padding: 0 !important;
}

#cost,
#benefits {
  flex: 1;
  padding: 4rem;
  text-align: center;
}

#cost {
  background: url(../img/common/costBg.jpg) no-repeat;
  background-size: cover;
  color: #FFF;
}

#benefits {
  background: url(../img/common/specialBg.jpg) no-repeat;
  background-size: cover;
}

#costBenefits ul {
  text-align: left;
  margin: 0 auto;
  width: 70%;
}

#costBenefits h2.cm {
  margin-bottom: 2rem;
}

#costBenefits li {
  font-size: 0.95rem;
  padding: 2px 0;
}

/** induction **/
#induction {
  background: #dcdcdc;
  padding: 2rem 0;
}

#induction h2.cm {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

#induction .logoLink {
  width: 50%;
  margin: 0 auto;
  display: block;
}

#induction iframe,
#induction .accessWrapper {
  flex: 1;
  padding: 1rem 0;
}

#induction .accessWrapper {
  padding: 1rem 2rem;
}

#induction .accessWrapper span {
  font-size: 80%;
}

#induction dl {
  font-size: 14px;
  width: 80%;
  margin: 1rem auto;
}

#induction dt {
  flex: 1;
}

#induction dd {
  flex: 3;
}

#induction table {
  border-top: 1px solid;
  border-bottom: 1px solid;
  width: 80%;
  margin: 0 auto;
  font-size: 0.9rem;
}

#induction table th {
  padding: 5px 0;
  width: 30%;
}

#induction .basicLink {
  background: #FFF;
  color: #333;
  padding: 2px;
  border: 1px solid #ccc;
}

#induction .basicLink span {
  display: block;
  margin: 2px;
  padding: 10px;
  border: 1px solid #ccc;
}

#induction a.arrowBlack::after {
  width: 8px;
  height: 13px;
  right: 20px;
  top: 21px;
}


/*----------------------------------------
  footer
------------------------------------------ */
/** topAccess **/
#topAccess{
  margin-right: 3rem;
}
#topAccess .flex{
    justify-content: center;
}
#topAccess h2{
    font-size: 2rem;
    letter-spacing: 0;
    text-align: center;
    margin: 3rem 0;
    margin-bottom: 10px;
    border: none;
}
#topAccess .flex div{
    flex: 1;
    padding: 5rem;
}
#topAccess .flex div h2{
  text-align: left;
}
#topAccess .flex .right{
    text-align: center;
    padding: 5rem 0;
    flex: 2.5;
}
#topAccess .flex .right .flex{
  flex-wrap: wrap;
  padding: 0;
}
#topAccess .flex .right .flex .cmLink{
  margin: 5px;
  width: 47%;
}
#topAccess p{
    font-size: 100%;
}
#topAccess h2{

}
#topAccess h2 span{
  display: block;
  font-size: 50%;
  margin: -0.5rem 0 2.5rem 0;
}
#map{
    width: 100%;
    height: 500px;
}
#map,
#map object,
#map embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
footer {
  text-align: center;
  padding-top: 4rem;
}
footer nav {
  width: 100%;
}
footer nav li {
  margin: 1rem auto;
}
footer nav li {
  text-align: center;
  padding: 0 1rem;
  flex: auto;
}
footer nav a {
  display: block;
}
footer small {
  padding: 1rem;
  display: block;
  text-align: center;
}
@media (max-width: 13004px) {
  .contentWrapper{
    width: 100%;
  }
}
@media (max-width: 1024px) {

  header .rightWrapper{
    width: 60%;
  }
  .underlayerWrapper{
/*     padding: 0 1rem 0 0; */
  }
}

@media (max-width: 1024px) {
    #topAccess .flex div{
        padding: 2rem 1rem;
    }

}

@media (max-width: 999px) {

  /** common setting **/
  h2 {
    font-size: 24px;
  }

  h3 {

  }

  /*
  p,
  div,
  li,
  td,
  th,
  dt,
  dd,
  a {
    font-size: 13px;
  }
*/
  .tbFlex {
    display: flex;
  }

  .mbOnly {
    display: flex;
  }

  .contentWrapper {
    width: 100%;
    padding: 0;
    display: block;
  }

  .wpContent{
    padding: 10px;
    margin-right: 0;
  }

  .underlayerWrapper {
    margin: 6px 10px 4rem 10px;
  }

  .swallowFrame{
    margin-left: 190px;
    width: calc( 100% - 190px );
  }
  header .rightWrapper {
      width: 80%;
  }
  header nav .gNavi li a.active strong{
    display: inline-block!important;
  }
  .menu-item-description{
    font-size: 80%;
    padding-left: 10px;
    display: inline-block!important;
  }
  .floatMenu a {
    display: none;
  }
  .floatMenu2{
    display: none;
  } 


  /** breadcrumbs **/
  .breadcrumbs {
    padding: 10px;
  }

  /** induction **/
  #induction dl,
  #induction table {
    width: 60%;
  }

  /** sidebar **/
  #sidebar {
    display: flex;
  }

  #sidebar .tbLeft {
    flex: 1;
  }

  #sidebar .tbRight {
    flex: 2;
    margin: 0 0 0 10px;
  }

  #sidebar .sidebarWrapper {
    margin: 0 0 15px 0;
  }

  #sidebar .sidebarWrapper h2 {
    margin: 0;
  }

  /** footer **/
  footer .contentWrapper {
    padding: 20px;
  }
  #topAccess .flex{
    display: block;
  }
  #topAccess .flex div{
    text-align: center;
  }
  #topAccess .flex .right{
    padding: 0;
  }
  #topAccess .flex .right .flex .cmLink{
    margin: 5px auto;
    width: 80%;
  }
  #sidebar,
  .underlayerWrapper .pageHeader img {
    width: 100%;
  }

  /** reservation **/
  #reservation .telWrapper .number {
    font-size: 2rem;
    padding-top: 15px;
  }

  #reservation .telWrapper i {
    font-size: 1.5rem;
    padding-right: 5px;
  }

  #costBenefits {
    display: block;
  }

  /** induction **/
  #induction iframe {
    width: 100%;
    height: 390px;
  }

  #induction .basicLink {
    margin-top: 3rem;
  }

  /** voice **/
  #voice .wpContent a.more {
    padding: 3px 1rem;
  }

  #voice .wpContent a.more::after {
    top: 3px;
    right: 6px;
    font-size: 11px;
  }

  /** column **/
  #column .wpContent #singleWrapper .imgWrapper{
    margin: 1rem auto;
  }
  footer{
    padding-bottom: 4rem;
  }
  footer .flex {
    flex-wrap: wrap;
  }

  footer .logoLink {
    width: 40%;
    margin: 1rem auto;
  }

  footer nav {
    margin-bottom: 0;
  }

  footer nav li {
    padding: 10px;
    margin: 0;
    border-top: 1px solid;
    width: 50%;
  }

  footer nav .sub-menu {
    padding: 1rem 0 0 0;
  }

  footer nav .sub-menu li {
    padding-left: 20px;
  }

  footer nav li::before {
    display: none;
  }

  footer nav li ul.sub-menu li::before {
    top: 13px;
    left: 10px;
  }

  /** fixedMenu **/
  #fixedMenu {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 101;
    width: 100%;
    padding: 0 !important;
  }

  #fixedMenu a {
    flex: 1;
    text-align: center;
    display: block;
    left: 0;
    border: 0;
    padding: 10px 7px 5px 7px;
    font-size: 12px;
    color: #FFF;
    font-weight: bold;
  }

  #fixedMenu a i {
   display: block;
   margin-bottom: -2px;
  }

  #fixedMenu a:nth-of-type(1) {
    background: rgb(115 110 109);
  }

  #fixedMenu a:nth-of-type(2) {
    background: rgb(71 67 66);
  }
  #fixedMenu a:nth-of-type(3) {
    background:rgb(51 49 48);
  }
  #voice .flex{
    display: flex!important;
  }
  #voice #singleWrapper .flex{
    display: block!important;
  }
  #voice .wpContent .flex .txtWrapper{
    padding: 0;
  }
  .wpContent h3{
    margin: 2rem 0 0 0;
  }

}

@media (max-width: 767px) {

  #induction dl,
  #induction table {
    width: 100%;
  }

  footer nav li {
    padding: 5px 0 5px 5px;
  }
}

@media (max-width: 480px) {

  /** common **/
  .pcOnly {
    display: none;
  }

  .spOnly {
    display: block;
  }

  .spBr {
    display: block;
  }
  .swallowFrame{
    width: 100%;
    margin-left: 0;
  }
  header .rightWrapper{
    display: none;
  }
  .underlayerWrapper {
    margin: 0;
    width: 100%;
  }

  .basicLink {
    padding: 10px 0;
  }

  a.arrow::after {
    width: 8px;
    height: 15px;
    right: 13px;
    top: 15px;
  }

  h2 {
    font-size: 21px;
  }

  h2.cm {
    margin-bottom: 2rem;
  }
  .cmLink{
    width: 100%;
  }
  /*
  p,
  div,
  li,
  td,
  th,
  dt,
  dd,
  a {
    font-size: 13px;
  }
  */
  #info .archiveFlex .infoWrapper{
    width: 100%;
  }
  /** Dynamic control common setting **/
  .dccs {
    padding: 10px;
  }

  .dccs .categoly a {
    padding: 0 10px;
  }

  /** breadcrumbs **/
  .breadcrumbs span {
    font-size: 10px;
  }

 /** header **/
  .spFixed {
    position: fixed;
    width: 100%;
    background: rgb(105 105 105 / 94%) !important;
    padding: 1rem 0 0 0;
    top: 0;
    z-index: 1000;
  }
  header{
    width: 100%;
    background: #FFF;
    height: 0rem;
  }
  header .logoLink{
    width: 90px;
    top: 4px;
  }
  header .contactLink a{
      margin: 10px;
      width: 91%;
  }
  header nav .gNavi li a{
    font-size: 13px;
    display: block;
  }
  header #snsWrapper{
    top: -0.9rem;
    left: initial;
    right: 3.3rem;
    position: fixed;
  }
  header #snsWrapper a{
    width: 43px;
  }
  /** nav **/
  header .modalBack {
    background: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 10002;
    visibility: hidden;
    webkit-transition: visibility 0 linear .4s, opacity .4s;
    -moz-transition: visibility 0 linear .4s, opacity .4s;
    transition: visibility 0 linear .4s, opacity .4s;
    webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  header .on {
    visibility: visible;
  }
  header nav {
    width: 70%;
    background: #fff;
    margin-top: 0;
    padding: 0;
    height: 100%;
    left: -2000px;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    overflow-y: scroll;
    position: fixed;
    z-index: 10003;
    top: 0;
  }
  header nav ul li a strong,
  header nav ul li a span {
    color: #333;
  }

  header nav ul#menu-global {
    display: block;
  }

  header nav ul li::before {
    display: none;
  }

  header nav ul.flex {
    display: block;
    margin: 0;
    background: #fff;
  }

  header nav ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding: 5px 0;
  }

  header nav ul li a {
    color: #FFF;
    font-weight: bold;
    display: block;
    text-align: left;
    padding: 5px 5px 5px 20px;
  }

  #nav_toggle {
    display: block;
    width: 48px;
    height: 48px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10003;
    background: #474342;
    padding: 15px 10px 8px 8px;
  }

  #nav_toggle div {
    position: relative;
  }

  #nav_toggle span {
    display: block;
    height: 1px;
    background: #FFF;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }

  #nav_toggle span:nth-child(1) {
    top: 0px;
  }

  #nav_toggle span:nth-child(2) {
    top: 9px;
  }

  #nav_toggle span:nth-child(3) {
    top: 18px;
  }

  .open nav {
    left: 0px;
  }

  .open #nav_toggle span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }

  .open #nav_toggle span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }


  /** column **/
  #column .columnWrapper .columnContent {

  }

  #column .columnContent img {
    width: 100%;
  }

  #column .columnContent div {
    padding: 0;
  }

  #column .archive .flex a {
    width: 100%;
  }

  #column .columnContent img {
    width: 100%;
    height: auto;
  }

  #column .wpContent .imgWrapper {
    text-align: center;
  }

  #column .archive .imgWrapper a {
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin: 6px 0 0 0;
  }

  #column .archive .imgWrapper img {
    position: relative;
    width: 200%;
    height: auto;
    left: -50px;
    top: -60px;
  }
  #column .columnContent p{
    font-size: 12px;
    flex: 5;
    margin: 0 0 0 10px;
  }
  #column .wpContent #singleWrapper .imgWrapper {
    width: 100%;
  }
  /** qa **/
  #qa .qaContent dl dd a {
    width: 100%;
  }

  /** voice **/
  #voice #singleWrapper .flex {
    display: block;
  }

  #voice .wpContent #singleWrapper .imgWrapper {
    width: 100%;
    margin: 1rem auto;
  }

  #voice .wpContent h3 {
    padding: 0;
  }

  #voice .wpContent h3 a {
    font-size: inherit;
  }

  #voice .wpContent .archive {
    width: 47%;
    margin: 5px;
    padding: 5px;
  }

  #voice .wpContent .flex .txtWrapper {
    flex: 4;
    padding: 0 0 0 10px;
  }

  #voice .wpContent .flex .txtWrapper p {
    margin-top: 0;
    font-size: 11px;
    line-height: 190%;
  }

  #voice .wpContent .imgWrapper {

  }
  #voice .wpContent .imgWrapper a {
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin: 6px 0 0 0;
  }
  #voice .wpContent a.more {
    bottom: -10px;
  }

  /** info **/
  #info .under .infoWrapper .txtWrapper{
    padding-left: 0;
  }
  #info .under .infoWrapper{
    display: flex;
    display: -webkit-flex;
  }
  #info .under .infoWrapper .txtWrapper{
    flex: 2;
    padding-left: 1rem;
  }
  #info .under .infoWrapper .txtWrapper .title{
    font-size: 110%;
    margin-bottom: 10px;
  }
  .paging .next, .paging .prev{
      width: 100%;
  }

  /* sideBar */
  #sidebar {
    padding: 10px;
    margin: 0;
    display: block;
  }

  /* wpContent */
  .wpContent h3,
  #other h3 {
    font-size: 110%;
    padding: 0;
    margin-bottom: 2rem;
  }

  .wpContent h4 {
    font-size: 130%;
    margin: 10px 0;
  }

  .wpContent h5 {
    font-size: 110%;
    padding: 0;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }

  .wpContent p,
  .wpContent li,
  .wpContent div,
  .wpContent dt,
  .wpContent dd {
    font-size: 15px;
  }

  .wpContent .imgGallery {
    flex-wrap: wrap;
  }

  .wpContent .imgGallery div {
    flex: 50%;
    margin: 0;
  }

  #pageTitle h2 {
    font-size: 15px;
  }

  .wpContent table.type2 {
    width: 100%;
  }

  .wpContent .career {
    font-size: 80%;
  }

  .wpContent .businessHours {
    display: block;
  }
  .wpContent .blockBorder{
    padding: 10px;
  }
  .wpContent .tel {
    margin: 1rem 0 0 0;
  }

  .wpContent .exList {
    width: 100%;
    padding: 1rem;
  }

  .wpContent .imgFlex {
    display: block;
  }

  .wpContent .exList h3 {
    padding: 10px;
  }

  .wpContent .linkFlex {
    display: block;
  }

  .wpContent .linkFlex a {
    width: 100%;
    margin: 10px 0;
  }

  #reservation .flex {
    display: block;
  }

  #reservation .telWrapper .number {
    font-size: 2rem;
  }

  #cost,
  #benefits {
    padding: 2rem;
  }

  #costBenefits ul {
    width: 100%;
  }

  #costBenefits li {
    font-size: 0.7rem;
  }

  /** induction **/
  #front #induction {
    padding: 0;
  }

  #induction iframe {
    height: 270px;
  }

  /** footer **/
  #fixedMenu .bridal{
    background: #f796b1f0;
  }
  #topAccess{
    margin: 0 0 3rem 0;
    border-top: 1px solid #f3f3f3;
  }
  #topAccess .flex div,#topAccess .flex .right{
    padding: 1rem 1rem 2rem 1rem;
  }
  #topAccess .flex{
      display: block;
  }
  #topAccess h2 span{
    margin: -0.5rem 0 0.5rem 0;
  }
  footer {
    padding-top: 0;
  }
  footer .upperFooter {
    display: block;
  }
  footer nav li{
    width: 100%;
  }
  footer nav a{
    padding: 5px 0;
  }
  footer h3 {
    text-align: center;
    padding: 10px 0;
  }

  footer iframe {
    width: 100%;
  }

  footer img {
    width: 80%;
  }

  footer p {
    font-size: 10px;
  }

  footer nav ul {
    display: block !important;
  }

  footer nav li::before {
    display: none;
  }

  footer nav a {
    font-size: 13px;
    padding: 10px 0;
    display: block;

  }
  footer nav li:first-child a {}

  footer nav li:last-child a {
    border-bottom: none;
  }

  footer small {
    margin: 0;
    font-size: 10px;
    padding: 10px 0;
  }
}

.imgWrapper img[class*="wp-image-"],
.imgWrapper img[class*="attachment-"] {
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 360px) {}</pre></body></html>