@charset "utf-8";
/*
* Theme Name: 翠雲堂
* Author: 株式会社宗教工芸社
*/

@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"), local("YuGothic-Medium");                    }
@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Bold")  , local("YuGothic-Bold")  ; font-weight: bold; }

/*-------------------------------------
normalize
------------------------------------- */

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

a:hover {
  cursor: pointer;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
  max-width: 100%;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

::-webkit-input-placeholder {
  color: #b3b3b3;
}
::-moz-placeholder {
  color: #b3b3b3;
}
:-ms-input-placeholder {
  color: #b3b3b3;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

select {
margin: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: none;
-moz-appearance: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*-------------------------------------
bace
------------------------------------- */

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

html, body {
  height: 100%;
  width: 100%;
  min-height: 100%;
  font-size: 14px;
}
body {
  font-family: YuGothic, "Yu Gothic", sans-serif; color: #333;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-feature-settings: 'palt' 1; // for Android 4.4
  font-feature-settings: 'palt' 1;
}

p{
  font-family: YuGothic, "Yu Gothic", sans-serif; color: #333;
  color: #333;
  -webkit-font-feature-settings: 'palt' 1; // for Android 4.4
  font-feature-settings: 'palt' 1;
  /*font-size: 15px;*/
  line-height: 1.8;
}

h1,h2,h3,h4,h5,h6{
  color: #333;
  -webkit-font-feature-settings: 'palt' 1; // for Android 4.4
  font-feature-settings: 'palt' 1;
}

b,strong{
-webkit-font-feature-settings: 'palt' 1; // for Android 4.4
font-feature-settings: 'palt' 1;
}


ul,ol{
  padding: 0;
}

ul li,
ol li{
  list-style-position: inside;
  font-size: 15px;
  margin-bottom: .3em;
  color: #333;
}

ul li{
  list-style-type: none;
}

table{
  width: 100%;
  color: #333;
}

table th,
table td{
border: 1px solid #dac9ba;
font-size: 15px;
font-weight: normal;
padding: .4em .6em;
}

table th{
text-align: left;
background: #f3eee9;
}

table table{
  margin-bottom: 5px;
}

dl dt,
dl dd{
  color: #333;
}

img {
  vertical-align: top;
  line-height: 0;
  font-size: 0;
}
.clear {
  clear: both;
}
/* リンク設定
---------------*/
a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  color: #333;
}
a:hover, a:active {
  transition: opacity .15s;
  -webkit-transition: opacity .15s;
  -moz-transition: opacity .15s;
  -o-transition: opacity .15s;
  outline: none;
  color: #999;
}

a.btn{
  background: #233362;
  text-align: center;
  max-width: 400px;
  font-size: 1rem;
  color: #fff;
  width: 100%;
  line-height: 1;
  height: 60px;
  letter-spacing: .075em;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin: 2rem auto 0 auto;
}

a.btn::after{
  font-family: "suiundo";
  content: "\e928";
  margin-left: .5em;
  font-weight: normal;
}

a.btn:hover{
  opacity: 0.8;
-moz-opacity: 0.8;
-webkit-opacity: 0.8;
}

a img:hover, a img:active {
  transition: opacity .15s;
  -webkit-transition: opacity .15s;
  -moz-transition: opacity .15s;
  -o-transition: opacity .15s;
}

a img:hover{
  opacity: 0.8;
-moz-opacity: 0.8;
-webkit-opacity: 0.8;
}

small{
  font-size: 0.9em;
}

a.anchor{
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}



/* フォーム
---------------*/
input[type="text"], input[type="email"], input[type="tel"], textarea {
  vertical-align: middle;
  max-width: 90%;
  line-height: 30px;
  height: 30px;
  padding: 1px 5px;
  border: 1px solid #d4d4d7;
  font-size: 100%;
  color: #555;
  background: #fcfcfc;
}
textarea {
  height: auto;
  line-height: 1.5;
}
input[type="submit"], input[type="reset"], input[type="button"] {
  padding: 4px 14px;
  border: 0;
  line-height: 1.5;
  font-size: 100%;
  color: #fff;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
}
*:first-child+html input[type="submit"] {
  padding: 3px;
}

input[type="text"],
textarea{
  width: 100%;
  margin: 0;
}

input#formPostcode{
  width: 7em;
}

input[type="button"],
input[type="submit"]{
  background: #233362;
  color: #fff;
  text-align: center;
  font-size:1.25rem;
  height: 3em;
  line-height: 3em;
  padding:0 1em;
  margin: 0 auto;
  width: 400px;
  display: block;
  letter-spacing: .05em;
}

input[type="button"]:hover,
input[type="submit"]:hover{
}

label + input[type="radio"],
label + label {
    margin-left: 1em;
}

input[type="radio"]{
    margin-right: .25em;
}

form .require{
  font-size: .85em;
  line-height: 1;
  background-color: #c1272d;
  display: inline-block;
  padding:.2em .25em .25em .2em;
  color: #fff;
  margin-right: .25em;
}


form{
  text-align: left;
}

form table{
  width: 100%;
  font-size: 15px;
  margin:0 0 30px 0;
}
form table td .memo{
  font-size: 13px;
  line-height: 1.4;
}

form table td strong{
  color: #c1272d;
  font-weight: normal;
}

form td .formAdressSection{
  margin-bottom: .5em;
}

form td .formAdressSection:first-child{
  border-bottom:1px dotted #dac9ba;
  padding-bottom: .5em;
}


form td .formAdressSection:last-child{
  margin-bottom: 0;
}

form table th,
form table td{
  padding: .75em;
}

form table th{
  font-weight: normal;
  width: 40%;
}

form table td{
  width: 60%;
}

form .formBtn{
  padding: 30px 0;
  border-top: 1px solid #DAC9BA;
  border-bottom: 1px solid #DAC9BA;
  margin-top: 40px;
}
/*-------------------------------------
レイアウト
------------------------------------- */

.wholeWrapper{
min-width: 1200px;
position:relative;
}

.wrapper, .wrapperInner{
  margin: 0 auto;
}
.wrapper {
  overflow: hidden;
}
.wrapperInner {
  width: 1200px;
}
.f_wrapper{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.f_wrapperInner {
  max-width: 1200px;
}
.f_wrapperInner_full {
  width: 100%;
  padding-top: 80px;
}

.youtube{
  height: 0;
  overflow: hidden;
  padding-bottom: calc(315 / 560 * 100%);
  position: relative;
}
.youtube iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* ヘッダー
---------------*/

#header {
  display: flex;
  align-items: flex-end;
  padding: 0 1.8rem;
  height: 90px;
  min-width: 1200px;
  position: fixed;
  background: #fff;
  width: 100%;
  z-index: 999999;
}

#header h1{
  margin-right: 1rem;
}

#header h1 img{
  width: 200px;
  height: auto;
}

#gNavPc{
  display: inline-flex;
  flex-grow: 2;
  padding-bottom: 2rem;
}

#gNavPc ul{
}

#gNavPc ul li{
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  float: left;
  list-style-type: none;
  list-style-position: inside;
  border-right: 1px solid #333;
  line-height: 1;
  letter-spacing: 0;
}

#gNavPc ul li:last-of-type{
  border-style: none;
}

#gNavPc ul li a{
  padding: 0 0.5em;
  font-size: 0.875rem;
}

#exNavPc{
  display: inline-flex;
  flex-shrink: 2;
  padding-bottom: 1.5rem;
}

#exNavPc ul{
}

#exNavPc ul li{
  float: left;
  list-style-type: none;
  list-style-position: inside;
  line-height: 1;
  letter-spacing: .025em;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.5em;
}

#exNavPc ul li a{
  padding-left: 1em;
  color: #666;
}

#exNavPc ul li i{
  color: #233362;
  font-size: 1.4em;
  vertical-align: -20%;
  margin-right: .2em;
}

#exNavPc ul li:last-of-type{
  font-size: 1.2em;
}

#exNavPc ul li.langSwitch {
  border: 2px solid #444;
  padding-left: 0.75em;
  border-radius: 3px;
  position: relative;
  overflow: hidden; /* 擬似要素がはみ出さないように */
  background: none;
  transition: color 0.3s;
}

#exNavPc ul li.langSwitch a {
  position: relative;
  z-index: 2; /* 擬似要素より前にテキストを表示 */
  color: #233362;
  transition: color 0.3s;
}

#exNavPc ul li.langSwitch a::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -4px; /* アイコン位置調整 */
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(commons/css/images/icon-language.svg) no-repeat left top;
  background-size: contain;
  z-index: 3;
  transition: background-image 0.3s;
}
#exNavPc ul li.langSwitch:hover a::before {
  background: url(commons/css/images/icon-language_w.svg) no-repeat left top;
  background-size: contain;
}
/* ホバーで背景が左から右へ伸びる */
#exNavPc ul li.langSwitch::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: #233362;
  width: 0%;
  z-index: 1;
  transition: width 0.4s cubic-bezier(.77,0,.18,1);
}

/* ホバー時に背景が100%に */
#exNavPc ul li.langSwitch:hover::before {
  width: 100%;
}

/* ホバー時にテキストカラーを白に */
#exNavPc ul li.langSwitch:hover a {
  color: #fff;
}

.hSearch {
  position: absolute;
  top: 0;
  right: 50px;
  width: 25%;
  height: 100%;
  background: #fff;
  padding-top: 25px;
  transition: all 0.4s;
  transform: translate(200%,0);
}
.hSearch.active {
  display: block;
  transform: translate(0);
  right: 70px;
}
form#feas-searchform-4 {
  font-size: 13px;
}
form#feas-searchform-4 input[type="text"] {
  width: calc(100% - 10em);
  margin-left: 0.5em;
  height: 3.0em;
}
form#feas-searchform-4 input[type="submit"] {
  width: 5.0em;
  height: 3.0em;
  font-size: 1.0em;
  display: inline;
}
#header .current {
  display: none;
}


/* フッター
---------------*/

#footer{
  position: relative;
  background: #233362;
  color: #fff;
  z-index: 99999;
}

#footer .wrapperInner{
  padding: 40px 30px;
}

#footer h2{
  margin-top: 0;
}

#footer h2 img{
  width: 235px;
  height: auto;
  margin-left: -10px;
}

#footer p,
#footer h3,
#footer a{
  color: #fff;
}

#footer p,
#footer li{
  font-size: .75rem;
}

#footer p a{
  border-bottom: 1px solid #fff;
}

#footer .wrapperInner,
#footer .footerContact,
#footer .footerNav{
  display: flex;
  justify-content: space-between;
}

#footer .footerItem:nth-child(1){
  padding-right: 2rem;
}

#footer .footerItem:nth-child(2){
  flex-grow: 2;
}

#footer .footerContact{
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 30px;
}

#footer .footerContact i{
  font-size: 2.5rem;
  vertical-align: -70%;
  margin-right: 1.5rem;
}

#footer .footerContact .btn{
  background: transparent;
  border: 1px solid rgba(255,255,255,.5);
  margin: 0;
  max-width:300px;
  font-size: 0.875rem;
  height: 50px;
}

#footer .footerNav{
  padding-top: 30px;
}

#footer .footerNav h3{
  font-size: 0.8125rem;
  letter-spacing: .1em;
  margin-top: 0;
}

#footer .footerNav ul{
  -webkit-columns: 2;
  -moz-columns: 2;
  -ms-columns: 2;
  columns: 2;
  margin: 0;
}

#footer .footerNav li::before{
  font-family: "suiundo";
  content: "\e910";
  color: #fff;
  font-size: .75em;
}

#footer .footerNav li ul{
  padding-left: 1em;
  margin: .5em 0;
}

#footer .footerNav .footerCopy{
  align-self: flex-end;
  letter-spacing: .15em;
  line-height: 1;
}

/*-------------------------------------
トップページ
------------------------------------- */

/* トップ 共通
---------------*/

.topContent .wrapperInner{
  padding: 80px 30px;
}

.bgBeige{
  background: #f2f2eb;
}

.bgBlue{
  background: #233362
}

.topContentTit h2,
.pContentTit h2 {
  font-size: 1.2rem;
  color: #233362;
  text-align: center;
  letter-spacing: 0;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-weight: 500;
  margin: 0 0 2em 0;
}

.topContentTit h2::after,
.pContentTit h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #233362;
  margin: 1rem auto;
}

.topContentTit h2 small,
.pContentTit h2 small {
  font-size: 14px;
  font-weight: normal;
  margin-left: 1em;
}

/*　TOPスライド
---------------*/

#topSlidePc{
  height: 690px;
  background-size: cover;
  background-position: top center;
  padding-top: 90px;
}

#topSlidePc .wrapperInner{
  position: relative;
}

#topSlidePc img{
  position: absolute;
  top: 100px;
  left: 0px;
  width: 620px;
  height: auto;
}

/* TOPローカルナビ
---------------*/

#topLocalNav{
  background: #233362;
  overflow: visible;
  padding:1rem 0 2.5rem 0;
}

#topLocalNav ul{
  display: flex;
  justify-content:space-around;
  position: relative;
}

li.topLocalNavItem{
  float: left;
  list-style-type: none;
  list-style-position: inside;
  line-height: 1;
  letter-spacing: 0;
  font-size: 1.0rem;
  text-align: center;
}

li.topLocalNavItem a{
  background: #f2f2eb;
  color: #233362;
  display: block;
  width: 185px;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-weight: 500;
  border-radius: 5px;
  position:relative;
  margin-top: -150px;
}

li.topLocalNavItem a:hover{
  background: #233362;
  color: #fff;
  border:1px solid #f2f2eb;
}

.topLocalNavInner{
  margin-bottom: 20px;
}

li.topLocalNavItem a i:first-of-type{
  display: block;
  font-size: 3em;
  margin-bottom: .8rem;
}

li.topLocalNavItem a::after{
  font-family: "suiundo";
  content: "\e90e";
  position: absolute;
  bottom: 20px;
  left:auto;
  right: auto;
}

/* TOP About
---------------*/

#topAbout h2{
  text-align: center;
}

#topAbout h2 img{
  width: 260px;
  height: auto;
}

#topAbout p{
  text-align: center;
  color: #233362;
}

/* TOP News
---------------*/

.topNewsList{
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
}

.topNewsItem{
  padding: 0 10px;
  margin: 0 0 20px 0;
  width: 33.33%;
}

.topNewsItem h3{
  color: #233362;
  margin: 0.75em 0;
  font-size: 1.125rem;
}

.topNewsItem p{
  font-size: .875rem;
  margin: 0;
}

.topNewsItem .newsInfo{
  font-size: 12px;
}

.topNewsItem .newsInfo .newsInfoDate{
  margin-right: 1.5em;
}

.newsInfoCat{
  background: #233362;
  color: #fff;
  display: inline-block;
  padding: 0 1em;
  min-width: 8em;
  text-align: center;
  line-height: 1.8;
  height: 1.8em;
}

.newsInfoCat.cat1{
  background: #233362;
}
.newsInfoCat.cat2{
  background: #e76325;
}
.newsInfoCat.cat3{
  background: #49a459;
}
.newsInfoCat.cat4{
  background: #92651c;
}

.topNewsImg {
    position: relative;
    width: 100%;
    margin-bottom: 1rem;
}
.topNewsImg:before {
    content:"";
    display: block;
    padding-top: 66.66%
}
.topNewsImg img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#topNews .btn{
  border: 1px solid #233362;
  background: transparent;
  color: #233362;
}

#topNews .btn::after{
  content: "\e923";
}

/* TOP Reason
---------------*/

#topReason{
  display: flex;
  height: 500px;
  justify-content: space-around;
}

#topReason .topReasonBg:nth-of-type(1){
  background: url(images/bg_reason01.jpg) center center;
  background-size: cover;
  align-self: stretch;
  flex-grow: 2;
}
#topReason .topReasonBg:nth-of-type(3){
  background: url(images/bg_reason02.jpg) center center;
  background-size: cover;
  align-self: stretch;
  flex-grow: 2;
}

#topReason .topReasonTxt{
  background: #233362;
  align-self: stretch;
  width: 550px;
}

#topReason .topReasonTxt h3,
#topReason .topReasonTxt p,
#topReason .topReasonTxt a{
  color: #fff;
  text-align: center;
}

#topReason .topReasonTxt{
  display: flex;
  align-items: center;
  justify-content: center;
}

#topReason .topReasonTxtInner{
  width: 350px;
}

#topReason .btn{
  border:1px solid #fff;
  width: 100%;
  font-size: .875rem;
  margin: 1.5rem 0 0 0;
}

#topReason h3{
  font-size: 2.8rem;
  text-align: left !important;
  width: 100%;
  font-weight: 400;
  padding: 20px;
  position: relative;
  line-height: 1.3;
  margin: 0;
  letter-spacing: .15em;
}

#topReason h3::before, #topReason h3::after {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
}

#topReason h3::before {
  border-left: solid 1px #fff;
  border-top: solid 1px #fff;
  top: 0;
  left: 0;
}

#topReason h3::after {
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  bottom: 0;
  right: 0;
}

#topReason p{
  display: flex;
  justify-content: space-between;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2;
  border-bottom: 1px solid #fff;
  margin-top: 0;
}

/* TOP Reason
---------------*/
#topNenpo {
  position: relative;
  z-index: 999999;
}
.topNenpoBnr{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 700px;
  height: 130px;
  margin: 0 auto;
  border-top: 2px solid #233362;
  border-bottom: 2px solid #233362;
  position: relative;
}

.topNenpoBnr img.topNenpoBnrImg{
  width: 170px;
  height: auto;
  margin-bottom: 10px;
}

.topNenpoBnr img.topNenpoBnrLogo{
  width: 340px;
  height: auto;
}

.topNenpoBnr .btn{
  padding:0 0 0.5em 0;
  border-bottom: 1px solid #233362;
  background: 0;
  color: #233362;
  font-size: .9375rem;
  letter-spacing: .025em;
  margin: 0 0 0 1em;
  line-height: 1;
  font-weight: 600;
}

.topNenpoBnr .btn::after{
  font-family: "suiundo";
  content: "\e928";
  margin-left: .5em;
  font-weight: normal;
}

/* TOP 寺院建築
---------------*/

.topCatItem{
  padding: 0;
}

.topCatItem .wrapperInner{
  position: relative;
  padding-top:0;
}


.topCatFeatureList{
  padding-left: 640px;
  margin-top: -1.5rem;
  margin-bottom: 100px;
  padding-top: 100px;
  z-index: 10;
  position: relative;
  border-left: 1px solid #233362;
  min-height: 550px;
}

#topEquipment .topCatFeatureList{
  padding-left: 620px;
}

#topStatue .topCatFeatureList{
  padding-left: 460px;
  padding-top: 120px;
}

.topCatItem h3{
  position: absolute;
  left: 1em;
  top: 100px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: .15em;
  color: #233362;
  font-size: 1.625rem;
  font-weight: 500;
}

.topCatItem h3 i{
  font-size: 1.2em;
  font-weight: bold;
}

.topCatItem h4{
  font-size: 1.1rem;
  letter-spacing: .1em;
  font-weight: 500;
  margin: 0 0 0.5em 0;
  z-index: 1;
  position: relative;
}

.topCatItem h4 span{
  border-right: 1px solid #333;
  padding-right: .5em;
  margin-right: .5em;
}

.topCatFeature {
  margin-bottom: 40px;
}
.topCatFeature a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: padding .5s 0s;
     -moz-transition: padding .5s 0s;
      -ms-transition: padding .5s 0s;
       -o-transition: padding .5s 0s;
          transition: padding .5s 0s;
}
.topCatFeature a:hover {
  padding: 0 0 0 10px;
  opacity: 0.7;
}

#topStatue h3 span:after {
  content: "・";
  position: relative;
  left: 7px;
}

#topStatue .topCatFeature{
  margin-bottom: 60px;
}

.topCatFeature p{
  font-size: 0.9rem;
  margin: 0;
}

.topCatFeature:nth-of-type(even){
  margin-left: 3rem;
}

#topStatue .topCatFeature:nth-of-type(3){
  margin-left: 6rem;
}

.topCatCaseList{
  display: flex;
}

.topCatCaseItem{
  position: relative;
  margin-top: 20px;
  width: 33.33%;
}

.topCatCaseImg {
    position: relative;
    width: 100%;
}
.topCatCaseImg:before {
    content:"";
    display: block;
    padding-top: 66.66%
}
.topCatCaseImg img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.topCatCaseItem .topCatCaseTxt{
  position: absolute;
  bottom: 0;
  text-align: center;
  padding: 1em 1em;
  width: 100%;
  background: linear-gradient( rgba(0,0,0,0),rgba(0,0,0,.75) );
}

.topCatCaseItem .topCatCaseTxt p{
  color: #fff;
  font-weight:600;
  font-size: 1rem;
  line-height: 1.6em;
  margin: 0;
}



#topArchitectureImg01{
  position: absolute;
  top: 40px;
  left: 20px;
  height: 800px;
  z-index: 0;
}

#topEquipmentImg01{
  position: absolute;
  top: 0;
  left: 80px;
  height: 650px;
  z-index: 0;
}

#topStatueImg01{
  position: absolute;
  top: 0;
  left: 30px;
  height: 680px;
  z-index: 0;
}

#topStatueImg02{
  position: absolute;
  top: 25px;
  right: 10px;
  height: 550px;
  z-index: 0;
}

/* TOP 検索 大
---------------*/

.topSearchLarge .wrapperInner{
  padding-bottom: 60px;
}

.topSearchLarge form{
  background: #f2f2eb;
  padding: 10px 10px 10px 20px;
  display: flex;
  justify-content: flex-end;
  max-width: 780px;
  margin: 0 auto;
  line-height: 2.5em;
}

.topSearchLarge select,
.topSearchSmall select{
  border-style: none;
  border-radius: none !important;
  width: 25%;
  background: #fff;
}

.topSearchLarge input[type="submit"],
.topSearchSmall input[type="submit"]{
  font-family: "suiundo",YuGothic, "Yu Gothic", sans-serif;
  letter-spacing: .2em;
  font-size:1rem;
  height: 2.5em;
  line-height: 2em;
  display: inline-block;
  -webkit-flex: 20%;
      -ms-flex: 20%;
          flex: 20%;
  width: 20%;
  font-weight: 500;
}

.topSearchLarge input[type="search"],
.topSearchLarge input#feas_0_0,
.topSearchLarge input#feas_1_1,
.topSearchLarge input#feas_2_1,
.topSearchLarge input#feas_3_1,
.topSearchSmall input[type="search"],
.topSearchSmall input#feas_0_0,
.topSearchSmall input#feas_1_1,
.topSearchSmall input#feas_2_1,
.topSearchSmall input#feas_3_1 {
  -webkit-flex: 55%;
      -ms-flex: 55%;
          flex: 55%;
  width: 55%;
  border: none;
  padding: 0 1em;
  height: 2.5em;
  margin-left: 1.0em;
}

.topSearchLarge select,
.topSearchSmall select{

  /* styling */
  background-color: white;
  border-radius: 0px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.topSearchLarge select,
.topSearchSmall select {
  background-image:
    linear-gradient(45deg, transparent 50%, #fff 50%),
    linear-gradient(135deg, #fff 50%, transparent 50%),
    linear-gradient(to right, #233362, #233362);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
}

/* TOP 検索　小
---------------*/

.topSearchSmall .wrapperInner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 30px;
}

.topSearchSmallForm{
  width: 74%;
  border-right: 1px solid #fff;
  padding-right: 30px;
  display: flex;
  align-items: center;
}

.topSearchSmallForm p{
  line-height: 1;
  margin: 0 1em 0 0;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: .1em;
}

.topSearchSmallLink{
  width: 26%;
}

.topSearchSmall form{
  display: flex;
  justify-content: space-between;
  flex-grow: 2;
}

.topSearchSmallLink .btn{
  padding: 0;
  margin: 0;
  display: inline-block;
  height: auto;
  width: 100%;
  line-height: 1;
  text-align: right;
}

.topSearchSmall input[type="search"]{
  width: auto;
  flex-grow: 2;
}

.topSearchSmall input[type="submit"]{
  background: #727171;
  width: auto;
}

.topSearchSmall select {
  background-image:
    linear-gradient(45deg, transparent 50%, #fff 50%),
    linear-gradient(135deg, #fff 50%, transparent 50%),
    linear-gradient(to right, #727171, #727171);
    width: auto;
}

/* TOP 工場紹介・展示場
---------------*/

.topHalfSectionList .topHalfSectionItem{
  background: url(images/);
}

.topHalfSectionItem{
  display: flex;
  justify-content: space-between;
  align-content:center;
  height: 600px;
}

.topHalfSectionImg,
.topHalfSectionTxt{
  width: 50%;
  position: relative;
}
.topHalfSectionImg{
  width: 50%;
  position: relative;
}
.topHalfSectionImg0210,
.topHalfSectionTxt0210{
  width: 50%;
  position: relative;
}
.topHalfSectionImg0210{
  width: 70%;
  position: relative;
}

.topHalfSectionImg img{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center right;
}

.topHalfSectionItemInner{
  width: 515px;
  padding: 0 30px 0 0;
  position: absolute;
  top: 50%;
  left: 85px;
  transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
.topHalfSectionItemInner0210 {
  width: 380px;
}
.topHalfSectionItem h2{
  font-size: 1.5rem;
  color: #233362;
  font-weight: 600;
  letter-spacing: .1em;
}

.topHalfSectionItem h2::after{
  content: "";
  background: #233362;
  width: 40px;
  height: 2px;
  margin: 20px 0;
  display: block;
}

.topHalfSectionItem h2 i{
  font-size: 1.75em;
  vertical-align: -20%;
  margin-right: .1em;
}

.topHalfSectionItem .btn{
  float: left;
  margin: 1rem 0 0 0;
}

.topHalfSection .topHalfSectionItem:last-of-type{
  flex-direction: row-reverse;
}

.topHalfSection .topHalfSectionItem:last-of-type .topHalfSectionImg img{
  object-position: center left;
}

.topHalfSection .topHalfSectionItem:last-of-type .topHalfSectionItemInner{
  left: auto;
  right: 85px;
  padding: 0 0 0 30px;
}

.topHalfSectionImgList{
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.topHalfSectionImgItem{
  width: 47.5%;
}

.topHalfSectionImgItem p{
  margin: .5em 0 0 0;
  color: #233362;
  font-weight: 500;
  font-size: .9rem;
}

/* TOP 事例
---------------*/

#topCaseSlide{
  overflow-y: visible;
}

.topCaseSlideItem{
  height: 450px;
  position: relative;
}

.topCaseSlideItem img{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.topCaseSlideItemTxt{
  position: absolute;
  z-index: 10;
  left: 50%;
  bottom: 0;
  background: #fff;
  margin: 60px 30px 60px 15px;
  padding: 40px 30px;
  width: 555px;
}

.topCaseSlideItemTxt h3{
  font-size: 1.5rem;
  color: #233362;
  margin: .75em 0 .5em 0;
  letter-spacing: .05em;
}

.topCaseSlideItemTxt .topCaseCat{
  font-size: 1.1rem;
  color: #233362;
  border-bottom: 2px solid #233362;
  line-height: 1.8em;
  letter-spacing: .15em;
  font-weight: 600;
  display: inline-block;
  margin: 0;
}

.topCaseDate{
  font-size: 12px;
  line-height: 1;
  margin: 0;
}

#topCase h3.topCaseSubTit {
  font-size: 1.3rem;
  margin: 4em 0 2em 0;
  text-align: center;
  letter-spacing: .1em;
  font-weight: 600;
}

#topCase h3.topCaseSubTit:first-of-type{
  margin-top: 2rem;
}

#topCase .wrapperInner:first-of-type{
  padding-bottom: 0;
}

.topCaseList{
  display: flex;
}

.topCaseItem{
  width: 33.33%;
}

.topCaseItemImg {
    position: relative;
    width: 100%;
    margin-bottom: 1rem;
}

.topCaseItemImg:before {
    content:"";
    display: block;
    padding-top: 66.66%;
}
.topCaseItemImg img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.topCaseItemTxt{
  padding:20px;
}

.topCaseItemTxt h4{
  font-size: 1.2rem;
  color: #233362;
  margin: .75em 0 .5em 0;
  line-height: 1.3;
}

.topCaseItemTxt p{
  margin: 0;
  font-size: 12px;
  line-height: 1.3;
}

/* TOP 動画
---------------*/

.topMovieList{
  display: flex;
  margin: 0 -10px;
  justify-content: center;
}

.topMovieItem{
  width: 33.33%;
  padding: 0 10px;
}
.topMovieItem2 {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 10px;
}
















/*投稿ページ*/
.postHeader {
  width: 100%;
  height: 700px;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
  z-index: -99;
}
.postHeader::before,
.pageHeader::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,.25);
}
.postHeadInner {
  position: fixed;
  width: 100%;
  height: 700px;
  color: #fff;
  line-height: 1.5;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.postHeadTit {
  position: relative;
  width: 65%;
  margin: 0 auto;
  margin-left: 25%;
  padding-left: 40px;
}
.postHeadInner h2 {
  font-size: 26px;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  margin: 0;
  display: block;
  color: #fff;
  font-weight: normal;
  letter-spacing: 6px;
  text-shadow: 0 0 5px rgba(0,0,0,1);
}
.postHeadInner h2::after {
  content: "";
  width: 40px;
  height: 1px;
  background: #fff;
  display: block;
  margin: 26px 0;
}

.postHeadInner h3 {
  margin: 0;
  display: block;
  color: #fff;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-shadow: 0 0 5px rgba(0,0,0,1);
}

.sContent {
  padding-top: 160px;
}
.sContent p {
  font-size: 16px;
}
.scLeft {
  width: 21%;
  height: 100%;
  background: #fff;
  position: fixed;
  z-index: 99;
  padding: 30px 40px 0;
}
.scLeft h2,
.single-kenchiku p.pageTit,
.single-butsugu p.pageTit,
.single-butsuzo p.pageTit {
  font-size: 26px;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-weight: normal;
  letter-spacing: 6px;
  color: #233362;
  margin-top: 0;
}
.scLeft h2::after,
.single-kenchiku p.pageTit::after,
.single-butsugu p.pageTit::after,
.single-butsuzo p.pageTit::after {
  content: "";
  width: 40px;
  height: 1px;
  background: #233362;
  display: block;
  margin: 26px 0;
}
.scMain {
  width: 75%;
  min-height: 600px;
  margin-left: 25%;
  padding-top: 30px;
}
time.newsDate {
  font-size: 12px;
  color: #233362;
}
a.scCat {
  background: #233362;
  outline: 1px solid #233362;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  display: inline-block;
  padding: 0px 14px;
  margin: 0 14px;
  outline-offset: -1px;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
}
a.scCat:hover {
  background: #fff;
  color: #233362;
}
.scMain h3 {
  font-size: 24px;
  color: #233362;
  letter-spacing: 2px;
  margin: 36px 0;
  line-height: 1.5;
}
.scMainCont {
  padding-right: 33%;
}
.scMainCont figure {
  margin: 0;
}
figure.wp-block-image {
    margin-bottom: 2.0em;
    margin-left: 0;
    margin-right: 0;
    /*width: 800px;*/
    /*text-align: center;*/
}
figure.wp-block-image img {
	height: auto;
}
.blocks-gallery-grid, .wp-block-gallery{
    /*margin: 1em 20px !important;*/
}
figure.wp-block-image figcaption {
  /*text-align: right;*/
  text-align: center;
  font-size: 14px;
}

#singleRecommend {
  position: relative;
  z-index: 9999;
  background: #fff;
}

.scPageNav {
  width: 100%;
  padding-top:75px;
  padding-bottom:75px;
  margin: 0px auto;
  /*display: table;*/
  display: flex;
}
.scPageNav .prev a,
.scPageNav .next a{
  width: 100%;
  color: #233362;
  border: 1px solid #233362;
  padding: 0.75em 1em 0.75em 1em;
  line-height: 1;
  background-color: #fff;
  -webkit-transition: background-color .5s, padding .2s .2s;
  transition: background-color .5s, padding .2s .2s;
}
.scPageNav .prev {
  /*display: table-cell;*/
  text-align: left;
  width: 33%;
  -webkit-justify-content: space-around;
          justify-content: space-around;
}
.scPageNav .allList {
  /*display: table-cell;*/
  text-align: center;
  width: 33%;
  -webkit-justify-content: space-around;
          justify-content: space-around;
}
.scPageNav .next {
  text-align: right;
  width: 33%;
  -webkit-justify-content: space-around;
          justify-content: space-around;
}
.scPageNav .prev a:hover,
.scPageNav .next a:hover {
  background: #233362;
  color: #fff;
}


/*figure.wp-block-embed-youtube iframe {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

figure.wp-block-embed-youtube {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 45px;
    padding-bottom: 50%;
    margin-bottom: 2.0em;
}*/



.single-butsugu {}
.single-kenchiku .sContent,
.single-butsugu .sContent,
.single-butsuzo .sContent{
  padding-top: 70px;
  padding-bottom: 100px;
  position: relative;
  background: #fff;
}
.single-kenchiku .scLeft,
.single-butsugu .scLeft,
.single-butsuzo .scLeft {
  position: absolute;
  left: 0;
  top: 70px;
}
.single-kenchiku .scMain,
.single-butsugu .scMain,
.single-butsuzo .scMain {
  background: #fff;
  width: 800px;
  padding-left: 40px;
}
.single-kenchiku .scMain h3,
.single-butsugu .scMain h3,
.single-butsuzo .scMain h3 {
  margin-top: 0;
}
.caseMv {
  /*text-align: center;*/
}
.caseMv figure {
  /*width: 800px;*/
  margin: 0;
}
.caseDitail {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}
.caseDitail dl {
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  line-height: 1.2;
  font-size: 14px;
}
.caseDitail dt {
  width: 15%;
  margin: 0;
  height: auto;
  border-bottom: 1px solid #ccc;
  padding: 1.0em 0.75em;
  font-weight: bold;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.caseDitail dt:nth-of-type(1),
.caseDitail dt:nth-of-type(2),
.caseDitail dd:nth-of-type(1),
.caseDitail dd:nth-of-type(2) {
  border-top: 1px solid #ccc;
}
.caseDitail dd {
  width: 34%;
  margin: 0;
  margin-right: 1%;
  border-bottom: 1px solid #ccc;
  padding: 1.0em 0em;

  font-weight: normal;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.caseDitail dd.other {
  width: 84%;
}





/*固定ページ*/
.pContent {
  padding-top: 100px;
  margin-bottom: 100px;
}
.pConFull {
  /*padding-top: 100px;*/
}
.pContent p {
  /*font-size: 16px;*/
}
.pContentTit h2 {
  /*margin-top: 100px;*/
  margin-bottom: 100px;
}
.pSubContentTit h2 {
  font-size: 26px;
  color: #233362;
  letter-spacing: 2px;
  margin: 0px 0 60px 0;
  line-height: 1.5;
}
.pcLeft {
  width: 25%;
  height: 100%;
  background: #fff;
  position: fixed;
  z-index: 99;
  padding: 0 40px 0;
}
.pcLeft p.heddingLeft {
  font-size: 26px;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-weight: normal;
  letter-spacing: 6px;
  color: #233362;
  margin-top: 0;
  line-height: 1.3;
}
.pcLeft p.heddingLeft::after {
  content: "";
  width: 40px;
  height: 1px;
  background: #233362;
  display: block;
  margin: 26px 0;
}
/*.pcMain {
  width: 100%;
  margin-left: 0%;
}*/
.pcMain {
  width: 75%;
  margin-left: 25%;
}
.page-template-tmp_aboutsub .pcMain {
  width: 75%;
  margin-left: 25%;
}
.pcMainCnt {
  padding-right: 5.0em;
}
.p_row {
  max-width: 100%;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.p_row p {
  text-align: justify;
}
.p_column_12 {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.p_column_9 {
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}
.p_column_8 {
  -webkit-flex: 0 0 66.666%;
      -ms-flex: 0 0 66.666%;
          flex: 0 0 66.666%;
  max-width: 66.666%;
}
.p_column_7 {
  -webkit-flex: 0 0 58.333%;
      -ms-flex: 0 0 58.333%;
          flex: 0 0 58.333%;
  max-width: 58.333%;
}
.p_column_6 {
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.p_column_5 {
  -webkit-flex: 0 0 41.66%;
      -ms-flex: 0 0 41.66%;
          flex: 0 0 41.66%;
  max-width: 41.66%;
}
.p_column_4 {
  -webkit-flex: 0 0 33.33%;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
}
.p_column_3 {
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
.p_column {
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-left: .9375rem;
  padding-right: .9375rem;
}
.columnCenter {
  margin: 0 auto;
  -webkit-justify-content: center;
          justify-content: center;
}
.pAbout {
  margin-bottom: 30px;
  position: relative;
}
.pAbout p {
  margin: 0;
  position: absolute;
  left: 15px;
  bottom: 10px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
}
.pAbout01 {

}
.pAbout04 {

}
.pAbout05 {

}
.pAbout02 {

}
.pAbout03 {

}
.pAbout06 {
}



/*　下層ページ　*/
.pageHeader {
  width: 100%;
  /*height: 780px;*/
  position: relative;
}
.pageContSec {
  width: 1060px;
  margin: 0 auto 70px auto;
}
.pageContSec .p_row {
  margin-bottom: 2.5rem;
}
.pageContSec h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #233362;
  padding: 100px 0 0rem 5.0em;
  position: relative;
}
.pageContSec h2::before {
  content: "";
  font-size: 4.25rem;
  color: #dcdddd;
  font-style: italic;
  font-weight: normal;
  line-height: 1.0;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0.4em 0 0.125em;
}
.pageContSec h2.pcsNo1::before {
  content: "01";
}
.pageContSec h2.pcsNo2::before {
  content: "02";
}
.pageContSec h2.pcsNo3::before {
  content: "03";
}
.pageContSec h2.pcsNo4::before {
  content: "04";
}
.pageContSec h2.pcsNo5::before {
  content: "05";
}
.pageContSec h2.pcsNo6::before {
  content: "06";
}

.pageContSec h3 {
  margin-top: 3.0em;
  font-size: 1.25rem;
  font-weight: bold;
  color: #233362;
}
.pageContSec p:nth-of-type(1) {
  margin-top: 0;
}

.pageContSec figure {
  margin: 0;
  position: relative;
}
.pageContSec figcaption {
  text-align: right;
  font-size: 12px;
  margin-top: 10px;
  padding-left: 1.5em;
}
.pageContSec figcaption.figcapCenter {
  text-align: center;
}
p.postCaption {
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
}
.pageContSec figcaption.overCap {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    margin-right: 103%;
}

.pageGaiyo {
  background: url(images/bg_gaiyou.jpg?ver2) no-repeat 50% 50%;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
.pageAward {
  background: url(images/bg_award.png) no-repeat 50% 50%;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
.pageInquiry {
  background: url(images/bg_inquiry.jpg) no-repeat 50% 50%;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
.pageCatalog {
  background: url(images/bg_catalog.jpg?ver2) no-repeat 50% 50%;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
.pageSaiyou {
  background: url(images/bg_recruit.jpg?ver4) no-repeat 50% 50%;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
.inquiryInner,
.aboutInner {
  width: 800px;
  margin: 0 auto 110px auto;
  position: relative;
}
.pageHeader > .aboutInner {
  height: 500px;
}
.aboutInner h1 {
  font-size: 2.0rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.2em;
  text-shadow: 0 0 5px rgba(0,0,0,1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
nav.pageHedNav {
  margin: 0 0 0px 0;
}

nav.pageHedNav ul {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    margin-left: -1%;
}
.pageHedNav li {
    text-align: center;
    border: 1px solid #233362;
    padding: 0;
    margin: 0 1%;
}
.pageHedNav.pageHedNav2 li {
    flex: 0 0 49%;
    max-width: 49%;
}
.pageHedNav.pageHedNav3 li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.pageHedNav li a {
    color: #233362;
    display: block;
    padding: 1.0em;
    -webkit-transition: background .5s;
       -moz-transition: background .5s;
        -ms-transition: background .5s;
         -o-transition: background .5s;
            transition: background .5s;
}
.pageHedNav li a:hover {
  background: #233362;
  color: #fff;
}
.pageHedNav li a::after {
  content: "\e90e";
  font-family: "suiundo";
  position: relative;
  right: -10px;
}
table.tableGaiyo {}
table.tableGaiyo th,
table.tableGaiyo td {
  border: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1.0em;
  font-size: 14px;
}
table.tableGaiyo th {
  background: #233362;
  color: #fff;
}
.aboutInner > .pContentTit {
  padding-top: 100px;
}
.accessImg {
  padding-bottom: 50px;
}
table.tableAccess {}
table.tableAccess th,
table.tableAccess td {
  font-size: 14px;
  padding: 1.0em;
  background: none;
  border: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
table.tableAccess th {
    color: #233362;
}

.aboutLogo {
  text-align: center;
}
.aboutLogo img {
  max-width: 240px;
  display: block;
  margin: 0px auto 40px auto;
}
.aboutLogo p {
  font-size: 1.0rem;
  line-height: 2.0;
  letter-spacing: 0.2em;
}

ul.awardList {
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
ul.awardList li {
  -webkit-flex: 0 0 33.33%;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 1% 1% 2.0em 1%;
  text-align: center;
  color: #233362;
}
.awardList img {
    max-height: 210px;
    margin: 0 auto 10px auto;
}
.awardList p {
    margin: 0;
}
.awardList li a {
  color: #233362;
  font-weight: 500;
}
.awardList li a span {
  text-decoration: underline;
  font-size: 90%;
}
i.logo {}
i.logo::before {
  content: url(commons/css/images/logo.svg);
  margin: 0 0.25em;
}
i.logo_txt {}
i.logo_txt::before {
  content: "";
  background: url(commons/css/images/logo_txt.png) no-repeat center top;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  display: inline-block;
  width: auto;
  height: 1.0rem;
  margin: 0 0.25em;
}


table.tableInquiry {}
table.tableInquiry th,
table.tableInquiry td {
  font-size: 14px;
  padding: 1.0em;
  background: none;
  border: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
table.tableInquiry th {
  background: #233362;
  color: #fff;
  width: 30%;
}
.privacyBox {
  width: 100%;
  height: 200px;
  overflow-y: scroll;
  width: 100%;
  padding: 20px;
  border: 1px solid #e2e2e2;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 50px;
}
p.catalogTit {
  border: 1px solid #aaa;
  text-align: center;
  margin-bottom: 2.0em;
}
p.catalogTit a {
  color: #233362;
  font-weight: 600;
  display: block;
  padding: 0.25em;
  -webkit-transition: background 0.5s;
     -moz-transition: background 0.5s;
      -ms-transition: background 0.5s;
       -o-transition: background 0.5s;
          transition: background 0.5s;
}
p.catalogTit a::after {
  font-family: "suiundo";
  content: "\e928";
  margin-left: .5em;
  font-weight: normal;
}
p.catalogTit a:hover {
  background: #233362;
  color: #fff;
}




/*　翠雲堂が選ばれる理由　*/
.pageReason {
  height: 600px;
  background: url(images/bg_hed_reason.jpg) no-repeat 50%;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
.ReasonTxt {
  /* background: #233362; */
  align-self: stretch;
  width: 600px;
  height: 500px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -220px;
  left: 0;
  margin: auto;
}
.ReasonTxtInner h1,
.ReasonTxtInner p,
.ReasonTxtInner a{
  color: #fff;
  text-align: center;
}
.ReasonTxtInner p {
  text-align: left;
  letter-spacing: 0.2em;
}

.ReasonTxtInner {
  background: #233362;
  text-align: center;
  padding: 100px;
}

.ReasonTxtInner h1{
  font-size: 3.3rem;
  text-align: left !important;
  width: 100%;
  font-weight: 400;
  padding: 20px;
  position: relative;
  line-height: 1.3;
  margin: 0;
  letter-spacing: .15em;
}

.ReasonTxtInner h1::before, .ReasonTxtInner h1::after {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
}

.ReasonTxtInner h1::before {
  border-left: solid 1px #fff;
  border-top: solid 1px #fff;
  top: 0;
  left: 0;
}

.ReasonTxtInner h1::after {
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  bottom: 0;
  right: 0;
}
.ReasonTxtInner p {
  /*display: flex;*/
  /*-webkit-justify-content: space-between;*/
          /*justify-content: space-between;*/
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.4;
    border-bottom: 1px solid #fff;
    margin-top: 0;
    padding-bottom: 1.0em;
}






/*寺社建築*/
.pageJiin {
  height: 780px;
  background: url(images/bg_hed_jiin.jpg) no-repeat 50%;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
/*寺院仏具*/
.pageButsugu {
  height: 780px;
  background: url(images/butsugu/bg_hed_butsugu.jpeg) no-repeat 0 50%;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
/*仏像*/
.pageButsuzou {
  height: 780px;
  background: url(images/butsuzou/bg_hed_butsuzou.jpg) no-repeat 0 50%;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
/*工場*/
.pageKojo {
  height: 780px;
  background: url(images/kojo/bg_hed_kojyo.jpg?ver2020) no-repeat center top 80px;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
/*展示場*/
.pageExhibition {
  height: 780px;
  background: url(images/exhibition/bg_hed_exhibition.jpg) no-repeat 0 50%;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
.pageHedInner {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.pageHedInner h1 {
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  height: 1.0em;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 3.8rem;
  line-height: 1.0;
  text-shadow: 0 0 5px rgba(0,0,0,1);
}
.pageHedInner p {
  color: #fff;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 80px;
  font-size: 12px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 1);
}
.wrapper.pageTopUp {
  position: relative;
  top: -180px;
}
.pageTopUp .wrapperInner {
  padding-top: 10px;
  background: #fff;
}

/*.horizontal_scroll {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 0 0 12px 8px;
  display: -ms-flexbox;
  display: flex;
   -webkit-overflow-scrolling: touch;
   overflow-scrolling: touch;
   scroll-snap-type: x mandatory;
}
.horizontal_scroll > li {
  width: 100%;
  min-width: max-content;
  margin-right: 20px;
}
.p_row .horizontal_scroll p {
  text-align: center;
}*/
.swiper-container {
  border: 10px solid #e9eaef;
  padding: 25px 50px 25px 50px !important;
}
.p_row .swiper-slide p {
  text-align: center;
  font-size: 12px;
  margin: 0.5em 0;
  line-height: 1.3;
}


p.forRecord {
    text-align: center;
    border-top: 2px solid #666;
    border-bottom: 2px solid #666;
    /* padding: 3.0em; */
}

p.forRecord a {
    display: block;
    padding: 3.0em;
}

p.forRecord.frKenchiku a span::before {font-family: "suiundo";content: "\e920";font-size: 50px; display:block; }
p.forRecord.frButsugu a span::before {font-family: "suiundo";content: "\e924";font-size: 50px; display:block; }
p.forRecord a span::after {font-family: "suiundo";content: "\e914";padding-left: 1.0em;}



/*検索結果*/
.searchMain {
  margin-bottom: 160px;
}
p.titSearchSub {
  font-size: 12px;
  color: #233362;
  margin: 0;
}
.taxMain h3,
.searchMain h3 {
  font-size: 30px;
  margin-top: 0.25em;
}
.searchMain h3:before {
  content: "“";
}
.searchMain h3:after {
  content: "”";
}
.searchMain h4 {
  font-size: 22px;
}
.contentsBox {
  margin-bottom: 2.0rem;
  padding-bottom: 2.0rem;
  border-bottom: 1px solid #ccc;
}
p.entry-date {
  margin: 0;
  font-size: 12px;
  color: #233362;
}
.postThumb {
  margin-bottom: 20px;
  margin-right: 20px;
}
.postThumb img {
  height: auto;
  border: 4px solid #efefef;
  /*padding: 4px;*/
}


/*ページネーション*/
/* -------------------------------- */
.pagenation {
    margin: 2em 0;
}
.pagenation:after, .pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.pagenation ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

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

.pagenation li {
    list-style: none outside none;
    margin-left: .1em;
    font-size: 15px;
    display:inline-block;
    zoom:1;
}
.pagenation li:first-child {
    margin-left: 0;
}
.pagenation li .current {
    background-color: #666;
    border-radius: 3px;
    color: #fff;
    cursor: not-allowed;
    display: block;
    padding: .4em .8em;
}
.pagenation li a {
    background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 3px;
    color: #fff;
    display: block;
    padding: .4em .8em;
    text-decoration: none;
}
.pagenation li a:hover {
    background-color: #444;
    color: #fff;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
}

.pagenation li.prev a,
.pagenation li.next a{
  padding: .4em 1.2em;
}



/*YouTube埋め込み*/
.movieYouTube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.movieYouTube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* パンくず */
ul.pankuzu {
    position: relative;
    z-index: 9999;
    padding: 30px 40px;
    background: #fff;
    margin: 0;
}

ul.pankuzu li {
    float: left;
}

ul.pankuzu:after {content: "";display: block;height: 0;line-height: 0;clear: both;}

ul.pankuzu li a {
    color: #233362;
    padding-right: 0.5em;
}

ul.pankuzu li a::after {font-family: "suiundo";content: "\e910";padding-left: 0.5em;}


/*　フロート解除　*/
.clear {
  clear: both;
}
.clearfix {
  overflow: hidden;
  height: 100%;
}

.clearfix::after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}
/*　文字関係　*/
.txt_center {
  text-align: center;
}
.txt_right {
  text-align: right;
}
.txt_left {
  text-align: left;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: xx-small;
  vertical-align: super;
}
.fwb {
  font-weight: bold !important;
}
.txtul {
  text-decoration: underline;
}
.fs14 {
  font-size: 14px;
}
.fs16 {
  font-size: 16px;
}
.fs18 {
  font-size: 18px;
}
.fs20 {
  font-size: 20px;
}
.fs22 {
  font-size: 22px;
}
.fs24 {
  font-size: 24px;
}
.fs26 {
  font-size: 26px;
}
.sizeup {
  font-size: 116%;
}
.sizeup2 {
  font-size: 133%;
}
.sizeup2 {
  font-size: 150%;
}
.sizedown {
  font-size: 92%;
}
.sizedown2 {
  font-size: 83%;
}
.mincho {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
.fcRed {
  color: #c1272d;
}
.gColor {
  color: #233362;
}


/*　画像　*/
.imgRight {
  float: right;
  margin: 0px 0px 20px 20px;
}
.imgLeft {
  float: left;
  margin: 0px 20px 20px 0px;
}
.imgCenter {
  margin: 0 auto;
  margin-bottom: 20px;
}
img.photoStyle01 { /*ボーダー＋シャドウ＋白背景*/
  background: #fff;
  padding: 4px;
  -webkit-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  border: 1px solid #bbb;
}
img.photoStyle02 { /*ボーダー無し＋シャドウ＋白背景*/
  background: #fff;
  padding: 4px;
  -webkit-box-shadow: 1px 3px 6px rgba(0,0,0,0.2);
  box-shadow: 1px 3px 6px rgba(0,0,0,0.2);
}
img.photoStyle03 { /*ボーダー＋シャドウ＋薄青背景*/
  background: #ebf5ff;
  padding: 4px;
  -webkit-box-shadow: 1px 3px 6px rgba(0,0,0,0.2);
  box-shadow: 1px 3px 6px rgba(0,0,0,0.2);
  border: 1px solid #fff;
}
.wp-caption {
}
.wp-caption img {
  margin-bottom: 12px;
}
.wp-caption-text {
  font-size: 12px;
  color: #555;
  padding: 0.5em;
}
/* リスト関係 */
ul.lsn, ol.lsn {
  list-style: none;
}
/*　レイアウト調整用　*/
.p_none {
  padding: 0 !important;
}
.m_none {
  margin: 0 !important;
}
.mt_none {
  margin-top: 0px !important;
}
.mt_05 {
  margin-top: 5px !important;
}
.mt_10 {
  margin-top: 10px !important;
}
.mt_15 {
  margin-top: 15px !important;
}
.mt_20 {
  margin-top: 20px !important;
}
.mt_25 {
  margin-top: 25px !important;
}
.mt_30 {
  margin-top: 30px !important;
}
.mt_35 {
  margin-top: 35px !important;
}
.mt_40 {
  margin-top: 40px !important;
}
.mt_45 {
  margin-top: 45px !important;
}
.mt_50 {
  margin-top: 50px !important;
}
.mr_none {
  margin-right: 0px !important;
}
.mr_05 {
  margin-right: 5px !important;
}
.mr_10 {
  margin-right: 10px !important;
}
.mr_15 {
  margin-right: 15px !important;
}
.mr_20 {
  margin-right: 20px !important;
}
.mr_25 {
  margin-right: 25px !important;
}
.mr_30 {
  margin-right: 30px !important;
}
.mr_35 {
  margin-right: 35px !important;
}
.mr_40 {
  margin-right: 40px !important;
}
.mr_45 {
  margin-right: 45px !important;
}
.mr_50 {
  margin-right: 50px !important;
}
.mb_none {
  margin-bottom: 0px !important;
}
.mb_05 {
  margin-bottom: 5px !important;
}
.mb_10 {
  margin-bottom: 10px !important;
}
.mb_15 {
  margin-bottom: 15px !important;
}
.mb_20 {
  margin-bottom: 20px !important;
}
.mb_25 {
  margin-bottom: 25px !important;
}
.mb_30 {
  margin-bottom: 30px !important;
}
.mb_35 {
  margin-bottom: 35px !important;
}
.mb_40 {
  margin-bottom: 40px !important;
}
.mb_45 {
  margin-bottom: 45px !important;
}
.mb_50 {
  margin-bottom: 50px !important;
}
.ml_none {
  margin-left: 0px !important;
}
.ml_05 {
  margin-left: 5px !important;
}
.ml_10 {
  margin-left: 10px !important;
}
.ml_15 {
  margin-left: 15px !important;
}
.ml_20 {
  margin-left: 20px !important;
}
.ml_25 {
  margin-left: 25px !important;
}
.ml_30 {
  margin-left: 30px !important;
}
.ml_35 {
  margin-left: 35px !important;
}
.ml_40 {
  margin-left: 40px !important;
}
.ml_45 {
  margin-left: 45px !important;
}
.ml_50 {
  margin-left: 50px !important;
}
.pt_none {
  padding-top: 0px !important;
}
.pt_05 {
  padding-top: 5px !important;
}
.pt_10 {
  padding-top: 10px !important;
}
.pt_15 {
  padding-top: 15px !important;
}
.pt_20 {
  padding-top: 20px !important;
}
.pt_25 {
  padding-top: 25px !important;
}
.pt_30 {
  padding-top: 30px !important;
}
.pt_35 {
  padding-top: 35px !important;
}
.pt_40 {
  padding-top: 40px !important;
}
.pt_45 {
  padding-top: 45px !important;
}
.pt_50 {
  padding-top: 50px !important;
}
.pr_none {
  padding-right: 0px !important;
}
.pr_05 {
  padding-right: 5px !important;
}
.pr_10 {
  padding-right: 10px !important;
}
.pr_15 {
  padding-right: 15px !important;
}
.pr_20 {
  padding-right: 20px !important;
}
.pr_25 {
  padding-right: 25px !important;
}
.pr_30 {
  padding-right: 30px !important;
}
.pr_35 {
  padding-right: 35px !important;
}
.pr_40 {
  padding-right: 40px !important;
}
.pr_45 {
  padding-right: 45px !important;
}
.pr_50 {
  padding-right: 50px !important;
}
.pb_none {
  padding-bottom: 0px !important;
}
.pb_05 {
  padding-bottom: 5px !important;
}
.pb_10 {
  padding-bottom: 10px !important;
}
.pb_15 {
  padding-bottom: 15px !important;
}
.pb_20 {
  padding-bottom: 20px !important;
}
.pb_25 {
  padding-bottom: 25px !important;
}
.pb_30 {
  padding-bottom: 30px !important;
}
.pb_35 {
  padding-bottom: 35px !important;
}
.pb_40 {
  padding-bottom: 40px !important;
}
.pb_45 {
  padding-bottom: 45px !important;
}
.pb_50 {
  padding-bottom: 50px !important;
}
.pl_none {
  padding-left: 0px !important;
}
.pl_05 {
  padding-left: 5px !important;
}
.pl_10 {
  padding-left: 10px !important;
}
.pl_15 {
  padding-left: 15px !important;
}
.pl_20 {
  padding-left: 20px !important;
}
.pl_25 {
  padding-left: 25px !important;
}
.pl_30 {
  padding-left: 30px !important;
}
.pl_35 {
  padding-left: 35px !important;
}
.pl_40 {
  padding-left: 40px !important;
}
.pl_45 {
  padding-left: 45px !important;
}
.pl_50 {
  padding-left: 50px !important;
}
/*　画像ボタンalfa値　*/

a:hover .imgBtn {
  opacity: 0.7;
  filter: alpha(opacity=70);        /* ie lt 8 */
  -ms-filter: "alpha(opacity=70)";  /* ie 8 */
  -moz-opacity: 0.7;                 /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.7;              /* Safari 1.x */
  zoom: 1;
}







/*　pc/sp切り替え　*/

.dispPc{
  display: block !important;
}
.dispSp{
  display: none !important;
}

