/* ↓最大568px スマホ限定*/

@media screen and (max-width: 568px) {
.mobileSkin iframe { -webkit-overflow-scrolling: touch; overflow-x: auto;}
#jform_articletext_ifr { overflow: auto; -webkit-overflow-scrolling: touch; width: 100% !important;}
#jform_articletext_tbl { max-height: 200px !important;}
body{
min-width: 100%; //ウインドウ縮小対策}
/* ↑最大568px スマホ限定*/
}

@media screen and (min-width: 569px) {
body{ min-width: 1000px; //ウインドウ縮小対策}
}

body.component { box-sizing: border-box; min-width: auto !important;}

/* ipad対策*/
@media screen and(max-width:1000px) {
#flexslider { overflow: hidden;}
/* ipad対策ここまで*/
}

/* ↓PC・スマホ共通デザイン */

@font-face {
font-family: DIN;
src: url(../font/ufonts.com_dinmittelschriftstd-1-opentype.woff);
}


#content-bottom { clear: both;}
.imgChange{}
@media screen and (min-width: 480px) {
/*=============================================================
	コンテンツ
=============================================================*/

/* 見出し */
h2.componentheading,
.page-header h2{}
body#news .item-page-title,
body#news .kiji-midashi { font-size: 2.5rem; line-height: 1.3em; font-weight: 700; padding: 1.0em 0; position: relative;}
body#news .item-page-title:before,
body#news .kiji-midashi:before{ content: ""; width: 1.0em; height: 2px; background: #C77029; position: absolute; top: 0px; left: 0px;}
.kiji-midashi-2 { font-size: 2.1rem; line-height: 1.3em; background: rgba(241, 238, 233, 0.5); border: solid 1px rgba(241, 238, 233, 0.5); padding: 0.75em; padding-left: 1.0em; margin: 6.0rem 0 2.0rem; position: relative;}
.kiji-midashi-2:before{ content: ""; width: 1.0em; height: 2px; background: #C77029; position: absolute; top: 50%; left: -0.5em; transform: translateY(-50%);}
.kiji-midashi-3 {}

.phone span{ font-family: 'Barlow Condensed', sans-serif;}

h3,
h4,
h5{ color: #242415;}

h3.heading{ display: inline-block; font-size: 3.0rem; line-height: 1.1em; font-weight: 700; position: relative; left: 50%; transform: translateX(-50%); margin-bottom: 1.0em; padding-bottom: 0.5em; letter-spacing: .1em;}
h3.heading:after{ content: ""; width: 1.5em; height: 1px; background: #C77029; position: absolute; bottom: 0px; left: 50%; transform: translateX(-50%);}

h3.leftHead{ font-size: 3.0rem; line-height: 1.1em; letter-spacing: .1em; padding: 0 0 0.75em 0; margin-bottom: 1.0em; border-bottom: solid 1px #F0F0F0; position: relative;}
h3.leftHead:before{ content: ""; width: 1.0em; height: 1px; background: #C77029; position: absolute; bottom: -1px; left: 0px;}

/* promo and fotter */
#promo-page-title{ position: relative; margin-bottom: 4.0rem;}
#promo-page-title:before{ content: ""; width: 100%; height: 80%; background: #242415; position: absolute; top: 0px; left: 0px; z-index: -1;}
#promo-page-title .container.clr{ width: 96%; margin: 0px auto; padding: 7.5em 2%; background: url("../../../images/634photo/common/middle_promo_01.png") no-repeat center center; background-size: 100%;}
#promo-page-title .container.clr h2{ font-size: 4.0rem; line-height: 1.1em; display: inline-block; font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; background: rgba(255,255,255,0.9); padding: 0.1em 0.5em; position: relative; left: -3%;}
#promo-page-title .container.clr h2:first-letter{ color: #C77029; letter-spacing: .1em;}
body#home #promo-page-title{ display: none;}

/* container */
.blog .container{ width: 100%; margin: 0px auto; padding: 6.0rem 0; position: relative;}
.blog .container:last-child{ padding-bottom: 12.0rem;}
.blog .container .item{ width: 1200px; margin: 0px auto;}

/* article */
.article{ display: flex; justify-content: space-between; flex-wrap: wrap;}
.article .image{ width: 32%;}
.article .image img{ width: 100%; height: auto;}
.article .inner{ width: 64%;}
.article.imgLeft .image{ order: 1;}
.article.imgLeft .inner{ order: 2;}
.article.imgRight .image{ order: 2;}
.article.imgRight .inner{ order: 1;}
.article.alignCenter{ align-items: center;}
.article.alignBottom{ align-items: flex-end;}

/* half */
.half{ display: flex; justify-content: space-between; flex-wrap: wrap;}
.half .image{ width: 48%;}
.half .image img{ width: 100%; height: auto;}
.half .inner{ width: 48%;}
.half.imgLeft .image{ order: 1;}
.half.imgLeft .inner{ order: 2;}
.half.imgRight .image{ order: 2;}
.half.imgRight .inner{ order: 1;}
.half.alignCenter{ align-items: center;}
.half.alignBottom{ align-items: flex-end;}

/* column */
.column02{ display: flex; justify-content: space-between; flex-wrap: wrap;}
.column02 .inner{ width: 48%;}
.column02.multi .inner{ margin: 1.5rem 0 1.5rem;}
.column03{ display: flex; justify-content: flex-start; flex-wrap: wrap;}
.column03 .inner{ width: 32%; margin-right: 2%;}
.column03 .inner:nth-child(3n){ margin-right: 0px;}
.column03.multi .inner{ margin: 1.5rem 2% 1.5rem 0;}

/* table */
.userTable01{ width: 100%; border: solid 1px #E4E4E4; border-style: solid none none solid;}
.userTable01 th{ padding: 1.5rem; line-height: 1.5em; border: solid 1px #E4E4E4; border-style: none solid solid none; display: table-cell !important;}
.userTable01 td{ padding: 1.5rem; line-height: 1.5em; border: solid 1px #E4E4E4; border-style: none solid solid none; display: table-cell !important;}

/* Breadcrumbs */
#breadcrumbs{ width: 96%; margin: 0px auto;}
.breadcrumbs { padding:1.5em 0; font-size:1.2rem; line-height:1.0em; color: rgba(255,255,255,0.6);}
.breadcrumbs i{ padding: 0px 0.5em;}
.breadcrumbs a { color: rgba(255,255,255,1.0); text-decoration: none;}
.breadcrumbs a:hover{ color: rgba(255,255,255,0.6);}
.breadcrumbs .icon-angle-right{padding:0 5px;}

/* iteminfo */
.iteminfo,
.content_rating { font-size: 1.2rem; line-height: 1.3em; border: solid 1px #F0F0F0; border-style: solid none; padding: 1.0em 0; margin-bottom: 2.0em;}

/* readmore */
.readmore { margin: 1.0em 0 0 0; text-align: right;}
.readmore a{ display: inline-block; color: #FFF; font-size: 1.3rem; line-height: 1.1; background: #333; text-decoration: none; padding: 0.5rem 2.5rem; border-radius: 100px;}
.readmore a:hover{ background: #999; color: #FFF;}

/* separator */
.item-separator { margin-bottom: 0px;}

/* image resize */
.imgFit img{ width: 100%; height: auto;}

/* bottom contact */
.btmContact{ background: #F1EEE9; padding: 4.0rem 0;}
.btmContact .inner{ width: 1200px; margin: 0px auto;}
.btmContact .inner h3{ display: inline-block; font-size: 2.5rem; line-height: 1.1em; font-weight: 700; margin-bottom: 0.5em; position: relative; left: 50%; transform: translateX(-50%);}
.btmContact .inner h3:before{ content: "\f086"; font-family: "Font Awesome 5 Free"; font-weight: 600; font-size: 90%; position: relative; top: 5%; margin-right: 0.25em; opacity: 0.5;}
.btmContact .inner p{ font-size: 1.4rem; line-height: 1.5em; text-align: center;}
.btmContact .inner ul{ display: flex; justify-content: center; flex-wrap: wrap; align-items: center; margin-top: 1.0em;}
.btmContact .inner ul li.phone{}
.btmContact .inner ul li.phone span{ display: inline-block; font-size: 3.5rem; line-height: 1.0em;}
.btmContact .inner ul li.phone span:before{ content: "\f87b"; font-family: "Font Awesome 5 Free"; font-weight: 600; color: #C77029; font-size: 90%; position: relative; top: 5%; margin-right: 0.25em;}
.btmContact .inner ul li.phone em{ display: block; font-style: normal; font-size: 1.2rem; line-height: 1.0em; text-align: right;}
.btmContact .inner ul li.button{ margin-left: 4.0em;}
.btmContact .inner ul li.button a{ display: inline-block; font-size: 1.4rem; line-height: 1.0em; text-decoration: none; font-weight: 700; color: #464637; background: #FFF; padding: 1.3em 3.5em; border-radius: 5px; box-shadow: 0px 0px 10px rgba(0,0,0,0.1);}
.btmContact .inner ul li.button a:hover{ color: #FFF; background: #464637; box-shadow: none;}
.btmContact .inner ul li.button a span{ display: inline-block;}
.btmContact .inner ul li.button a span:before{ content: "\f0e0"; font-family: "Font Awesome 5 Free"; font-weight: 600; font-size: 90%; position: relative; top: 5%; margin-right: 0.5em;}

/* bottom banner */
.btmBnr{ background: #242415; padding-top: 4.0rem;}
.btmBnr .inner{ width: 1200px; margin: 0px auto;}
.btmBnr .inner ul{ display: flex; justify-content: center; flex-wrap: wrap;}
.btmBnr .inner ul li{ width: 18.4%; margin: 1.5rem 2% 0 0;}
.btmBnr .inner ul li:nth-child(5n),
.btmBnr .inner ul li:last-child{ margin-right: 0px;}
.btmBnr .inner ul li:nth-child(1),
.btmBnr .inner ul li:nth-child(2),
.btmBnr .inner ul li:nth-child(3),
.btmBnr .inner ul li:nth-child(4),
.btmBnr .inner ul li:nth-child(5){ margin-top: 0px;}
.btmBnr .inner ul li a{ display: block; width: 100%; padding-bottom: 60%; position: relative; color: #FFF; letter-spacing: .1em; text-decoration: none;}
.btmBnr .inner ul li a:hover{ color: #242415;}
.btmBnr .inner ul li a:before{ content: ""; width: 100%; height: 100%; background: rgba(36, 36, 21, 0.7); position: absolute; top: 0px; left: 0px; z-index: 1; transition: all 0.3s ease 0s;}
.btmBnr .inner ul li a:hover:before{ background: rgba(255,255,255,0.7);}
.btmBnr .inner ul li a span{ display: block; width: 100%; text-align: center; font-size: 1.6rem; line-height: 1.0em; font-weight: 600; position: absolute; top: 50%; left: 0px; transform: translateY(-50%); z-index: 10;}
.btmBnr .inner ul li:nth-child(1) a{ background: url("../../../images/634photo/common/btm_bnr_01.png") no-repeat center center; background-size: 100%;}
.btmBnr .inner ul li:nth-child(2) a{ background: url("../../../images/634photo/common/btm_bnr_02.png") no-repeat center center; background-size: 100%;}
.btmBnr .inner ul li:nth-child(3) a{ background: url("../../../images/634photo/common/btm_bnr_03.png") no-repeat center center; background-size: 100%;}
.btmBnr .inner ul li:nth-child(4) a{ background: url("../../../images/634photo/common/btm_bnr_04.png") no-repeat center center; background-size: 100%;}
.btmBnr .inner ul li:nth-child(5) a{ background: url("../../../images/634photo/common/btm_bnr_05.png") no-repeat center center; background-size: 100%;}
.btmBnr .inner ul li:nth-child(6) a{ background: url("../../../images/634photo/common/btm_bnr_06.png") no-repeat center center; background-size: 100%;}
.btmBnr .inner ul li:nth-child(7) a{ background: url("../../../images/634photo/common/btm_bnr_07.png") no-repeat center center; background-size: 100%;}
.btmBnr .inner ul li:nth-child(8) a{ background: url("../../../images/634photo/common/btm_bnr_08.png") no-repeat center center; background-size: 100%;}
.btmBnr .inner ul li:nth-child(9) a{ background: url("../../../images/634photo/common/btm_bnr_09.png") no-repeat center center; background-size: 100%;}
.btmBnr .inner ul li:nth-child(1) a:hover,
.btmBnr .inner ul li:nth-child(2) a:hover,
.btmBnr .inner ul li:nth-child(3) a:hover,
.btmBnr .inner ul li:nth-child(4) a:hover,
.btmBnr .inner ul li:nth-child(5) a:hover,
.btmBnr .inner ul li:nth-child(6) a:hover,
.btmBnr .inner ul li:nth-child(7) a:hover,
.btmBnr .inner ul li:nth-child(8) a:hover,
.btmBnr .inner ul li:nth-child(9) a:hover{ background-size: 120%;}

/* HOME
-------------------------------------------------------------*/

/* parallax */
.container.itemid-366,
.container.itemid-367,
.container.itemid-368{ padding: 0px;}
.container.itemid-366 .item,
.container.itemid-367 .item,
.container.itemid-368 .item{ width: 100%;}

.parallax01,
.parallax02,
.parallax03{ padding-bottom: 20%; width: 100%; position: relative; z-index: -2;}
.parallax01{ background-attachment: fixed; background: url("../../../images/634photo/home/parallax_01.png"); background-position: center bottom; background-size: cover; background-repeat: no-repeat;}
.parallax02{ background-attachment: fixed; background: url("../../../images/634photo/home/parallax_02.png"); background-position: center bottom; background-size: cover; background-repeat: no-repeat;}
.parallax03{ background-attachment: fixed; background: url("../../../images/634photo/home/parallax_03.png"); background-position: center bottom; background-size: cover; background-repeat: no-repeat;}
.parallax01 span,
.parallax02 span,
.parallax03 span{ display: none;}

/* slideshow */
.flexslider{ margin-bottom: 0px !important; background: none !important; position: relative;}
.flexslider:before{ content: ""; width: 100%; height: 80%; background: #242415; position: absolute; bottom: 0px; left: 0px; z-index: -1;}
.flex-control-nav{ display: none;}
.slides{ width: 96%; margin: 0px auto !important; background: #FFF !important;}
.slides li{ padding-bottom: 45%; position: relative;}
.slides li:nth-child(1){ background: url("../../../images/634photo/slideshow/slide_01.png") no-repeat center bottom; background-size: 100%;}
.slides li:nth-child(2){ background: url("../../../images/634photo/slideshow/slide_02.png") no-repeat center center; background-size: 100%;}
.slides li:nth-child(3){ background: url("../../../images/634photo/slideshow/slide_03.png") no-repeat center center; background-size: 100%;}
.slides li:nth-child(4){ background: url("../../../images/634photo/slideshow/slide_04.png") no-repeat center center; background-size: 100%;}
.slides li:nth-child(5){ background: url("../../../images/634photo/slideshow/slide_05.png") no-repeat center center; background-size: 100%;}
.slides li:nth-child(6){ background: url("../../../images/634photo/slideshow/slide_06.png") no-repeat center center; background-size: 100%;}
.slides li:nth-child(7){ background: url("../../../images/634photo/slideshow/slide_07.png") no-repeat center center; background-size: 100%;}
.slides li h2{ font-size: 4.0vw; line-height: 1.5em; letter-spacing: .1em; color: #FFF; text-shadow: 0px 0px 10px #000; writing-mode: vertical-rl; position: absolute; top: 10%; left: 5%; z-index: 10; font-family: 游明朝,"Yu Mincho",Georgia,YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;}

/* 634 Photo Studio */
.container.itemid-365{ background: #242415;}
.homeAbout{}
.homeAbout h3{ font-family: bc-alphapipe, sans-serif; font-weight: 400; font-style: normal; font-size: 4.5rem; line-height: 1.0em; color: #FFF; text-align: center;}
.homeAbout h3 strong{ font-family: bc-alphapipe, sans-serif; font-weight: 700; font-style: normal;}
.homeAbout h4{ font-size: 2.5rem; line-height: 1.0em; text-align: center; font-weight: 700; color: #D2AC6B; margin-top: 2.0rem;}
.homeAbout p{ text-align: center; color: #FFF; margin-top: 2.0rem;}

/* SERVICE */
.container.itemid-364{ padding: 4.0rem 0;}
.homeService{ display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center;}
.homeService h3{ width: 18.4%; text-align: center;}
.homeService h3 strong{ font-family: 'Barlow Condensed', sans-serif; font-size: 5.0rem; line-height: 1.0em; text-align: center; font-weight: normal;}
.homeService h3 strong:first-letter{ color: #D2AC6B;}
.homeService h3 span{ display: block; margin-top: 0.5em; text-align: center;}
.homeService h3 span em{ display: inline-block; font-style: normal; font-size: 1.4rem; line-height: 1.0em; padding: 0 0.5em; position: relative;}
.homeService h3 span em:before{ content: ""; width: 2.0em; height: 1px; background: #EEE; position: absolute; top: 50%; left: -2.0em;}
.homeService h3 span em:after{ content: ""; width: 2.0em; height: 1px; background: #EEE; position: absolute; top: 50%; right: -2.0em;}
.homeService .inner{ width: 79.6%;}
.homeService .inner ul{ display: flex; justify-content: space-between; flex-wrap: wrap;}
.homeService .inner ul li{ width: 23.5%; position: relative; margin-top: 1.5rem;}
.homeService .inner ul li:nth-child(1),
.homeService .inner ul li:nth-child(2),
.homeService .inner ul li:nth-child(3),
.homeService .inner ul li:nth-child(4){ margin-top: 0px;}
.homeService .inner ul li a{ display: block; padding-bottom: 100%;}
.homeService .inner ul li a:before{ content: ""; width: 100%; height: 100%; background: rgba(70, 53, 27, 0.2); position: absolute; top: 0px; left: 0px; z-index: 1; transition: all 0.3s ease 0s;}
.homeService .inner ul li a:hover:before{ background: rgba(70, 53, 27, 0.6);}
.homeService .inner ul li a span{ display: block; width: 100%; font-size: 1.8rem; line-height: 1.0em; font-weight: 700; color: rgba(255,255,255,0.0); text-align: center; position: absolute; top: 50%; left: 0px; transform: translateY(-50%); z-index: 10; transition: all 0.3s ease 0.1s;}
.homeService .inner ul li a:hover span{ color: rgba(255,255,255,1.0);}
.homeService .inner ul li:nth-child(1) a{ background: url("../../../images/634photo/home/banner_01.png") no-repeat center center; background-size: 100%;}
.homeService .inner ul li:nth-child(2) a{ background: url("../../../images/634photo/home/banner_02.png") no-repeat center center; background-size: 100%;}
.homeService .inner ul li:nth-child(3) a{ background: url("../../../images/634photo/home/banner_03.png") no-repeat center center; background-size: 100%;}
.homeService .inner ul li:nth-child(4) a{ background: url("../../../images/634photo/home/banner_04.png") no-repeat center center; background-size: 100%;}
.homeService .inner ul li:nth-child(5) a{ background: url("../../../images/634photo/home/banner_05.png") no-repeat center center; background-size: 100%;}
.homeService .inner ul li:nth-child(6) a{ background: url("../../../images/634photo/home/banner_06.png") no-repeat center center; background-size: 100%;}
.homeService .inner ul li:nth-child(7) a{ background: url("../../../images/634photo/home/banner_07.png") no-repeat center center; background-size: 100%;}
.homeService .inner ul li:nth-child(8) a{ background: url("../../../images/634photo/home/banner_08.png") no-repeat center center; background-size: 100%;}
.homeService .inner ul li:nth-child(1) a:hover,
.homeService .inner ul li:nth-child(2) a:hover,
.homeService .inner ul li:nth-child(3) a:hover,
.homeService .inner ul li:nth-child(4) a:hover,
.homeService .inner ul li:nth-child(5) a:hover,
.homeService .inner ul li:nth-child(6) a:hover,
.homeService .inner ul li:nth-child(7) a:hover,
.homeService .inner ul li:nth-child(8) a:hover{ background-size: 110%;}

/* その他の撮影 */
.container.itemid-363{ background: #F1EEE9; padding: 4.0rem 0;}
.homeOther{ display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center;}
.homeOther ul{ width: 38.8%; display: flex; justify-content: space-between; flex-wrap: wrap;}
.homeOther ul li{ width: 48%;}
.homeOther ul li img{ width: 100%; height: auto;}
.homeOther .inner{ width: 59.2%;}
.homeOther .inner h3{ font-size: 2.0rem; line-height: 1.0em; font-weight: 700; color: #46351B; margin-bottom: 1.0em; padding-left: 0.5em; position: relative;}
.homeOther .inner h3:before{ content: ""; width: 2px; height: 100%; background: #46351B; position: absolute; top: 50%; left: 0px; transform: translateY(-50%);}
.homeOther .inner a{ display: block; width: 23.5%; font-size: 1.2rem; line-height: 1.0em;	text-decoration: none; text-align: center; color: #464637; background: #FFF; padding: 0.5em 0 0.8em; border-radius: 100px; position: relative; margin-top: 2.0em;}
.homeOther .inner a:hover{ background: #464637; color: #FFF;}
.homeOther .inner a:after{ content: "\f105"; font-family: "Font Awesome 5 Free"; font-weight: 600; font-size: 1.0rem; position: absolute; top: 50%; right: 1.5em; transform: translateY(-50%); opacity: 0.5;}

/* What we value */
.homeValue{ display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center;}
.homeValue .intro{ width: 32%;}
.homeValue .intro h3{ font-family: 'Barlow Condensed', sans-serif; font-size: 5.0rem; line-height: 1.0em;}
.homeValue .intro h3:first-letter{ color: #D2AC6B;}
.homeValue .intro h4{ font-size: 2.8rem; line-height: 1.0em; font-weight: 700; color: #C67028; margin-top: 2.5rem;}
.homeValue .intro p{ margin-top: 2.5rem;}
.homeValue .inner{ width: 66%;}
.homeValue .inner ul{ display: flex; justify-content: space-between; flex-wrap: wrap;}
.homeValue .inner ul li{ width: 31%; padding-bottom: 31%; border-radius: 100%; box-shadow: 0px 0px 10px rgba(0,0,0,0.1); background: url("../../../images/634photo/home/bg_pt_01.png") repeat; position: relative;}
.homeValue .inner ul li strong{ font-family: 'Barlow Condensed', sans-serif; font-size: 5.0rem; font-weight: normal; line-height: 1.0em; color: #D2AC6B; position: absolute; bottom: 0.1em; left: 0.1em; z-index: 10; opacity: 0.5;}
.homeValue .inner ul li span{ display: block; width: 100%; font-size: 2.4rem; line-height: 1.2em; text-align: center; font-weight: 700; color: #463319; position: absolute; top: 50%; left: 0px; transform: translateY(-50%); z-index: 10;}
.homeValue .inner ol{ margin-top: 2.0em; background: #F5F4EF; border-top: solid 1px #EBE9E0; padding: 1.5em; display: flex; justify-content: space-between; flex-wrap: wrap;}
.homeValue .inner ol li{ width: 32%;}
.homeValue .inner ol li a{ display: block; background: #FFF; border: solid 1px #EBE9E0; color: #464637; line-height: 1.0em; text-decoration: none; padding: 1.0em; position: relative;}
.homeValue .inner ol li a:before{ content: ""; width: 2px; height: 1.0em; background: #C77029; position: absolute; top: 50%; left: -1px; transform: translateY(-50%);}
.homeValue .inner ol li a:hover{ background: #5F5645; color: #FFF; border-color: #5F5645;}

/* news */
.homeNews{ width: 80%; margin: 0px auto;}
.homeNews .inner{ border: solid 1px #E4E4E4; border-radius: 5px; overflow: hidden;}
.homeNews .inner iframe{ width: 100%;}
.homeNews .inner:nth-child(1){ padding: 1.0em; position: relative;}
.homeNews .inner:nth-child(1) h3{ font-size: 3.0rem; line-height: 1.0em; font-family: 'Barlow Condensed', sans-serif; padding: 0.5em 0; position: relative; border-bottom: solid 1px #F0F0F0;}
.homeNews .inner:nth-child(1) h3:first-letter{ color: #D2AC6B;}
.homeNews .inner:nth-child(1) a.backnumber{ font-size: 1.4rem; line-height: 1.0em; color: #333; text-decoration: none; font-family: 'Barlow Condensed', sans-serif; position: absolute; top: 4.0rem; right: 1.8rem; z-index: 10;}
.homeNews .inner:nth-child(1) a.backnumber:hover{ color: #C77029;}
.homeNews .inner:nth-child(1) a.backnumber span{ display: inline-block;}
.homeNews .inner:nth-child(1) a.backnumber span:after{ content: "\f138"; font-family: "Font Awesome 5 Free"; font-weight: 600; color: #C77029; margin-left: 0.5em; font-size: 80%; position: relative; top: 10%;}
.homeNews .inner:nth-child(1) ul{ margin-top: 1.0em;}
.homeNews .inner:nth-child(1) ul li{ padding: 1.0em 0; border-bottom: solid 1px #F0F0F0;}
.homeNews .inner:nth-child(1) ul li:last-child{ border-bottom: none;}
.homeNews .inner:nth-child(1) ul li span{ display: block; font-size: 1.4rem; line-height: 1.5em; color: #D2AC6B;}
.homeNews .inner:nth-child(1) ul li a{ color: #464637; text-decoration: none;}
.homeNews .inner:nth-child(1) ul li a:hover{ color: rgba(70, 70, 55, 0.6);}

.instaBnr{ width: 560px; margin: 2.0em auto 0;}
.instaBnr a{ display: block; opacity: 1.0;}
.instaBnr a:hover{ opacity: 0.6;}

/* Online Shop */
.container.itemid-360{ background: #F5F4EF; padding: 4.0rem 0 !important;}
.cartBtn{ width: 30%; margin: 0px auto 1.0em;}
.cartBtn a{ display: block; font-size: 2.0rem; line-height: 1.0em; font-family: 'Barlow Condensed', sans-serif; color: #464637; text-decoration: none; text-align: center; background: #FFF; box-shadow: 0px 0px 10px rgba(0,0,0,0.1); padding: 0.8em 0; border-radius: 100px;}
.cartBtn a:hover{ background: #242415; color: #FFF; box-shadow: none;}
.cartBtn a span{ display: inline-block;}
.cartBtn a span:before{ content: "\f07a"; font-family: "Font Awesome 5 Free"; font-weight: 600; font-size: 90%; position: relative; top: 5%; margin-right: 0.5em; opacity: 0.5;}
.container.itemid-360 .align-center{ font-size: 1.4rem; line-height: 1.5em;}

/* NEWS
-------------------------------------------------------------*/
body#news #main-content{ width: 1200px; margin: 0 auto 6.0rem; padding-top: 2.0rem;}
body#news .blog .container{ padding: 0px;}
body#news .blog .container .item{ width: auto;}
body#news .item-separator { margin-bottom: 8.0rem;}
body#news #post.span_9{ width: 72.5%;}

/* 一覧 */
.newsTable{ width: 100%;}
.newsTable td{ padding-right: 2.0em; vertical-align: top;}
.newsTable td img{ width: 100%; height: auto;}
.newsTable td strong{ color: #DC3434;}

/* 詳細 */
.item-page > p{ margin-bottom: 1.5em;}
.item-page > p img{ width: 48.5%; height: auto; display: inline-block; margin-right: 3%;}
.item-page > p img:nth-child(2){ margin-right: 0px;}
a.backBtn{ width: 23.5%; display: block; margin: 2.5em auto 0 0; background: #EEE; color: #333; text-decoration: none; line-height: 1.0em; text-align: center; padding: 0.75em 0; border-radius: 100px; position: relative;}
a.backBtn:hover{ background: #333; color: #FFF;}
a.backBtn:before{ content: "\f104"; font-family: "Font Awesome 5 Free"; font-weight: 600; font-size: 1.0rem; position: absolute; top: 53%; left: 2.0em; transform: translateY(-50%); opacity: 0.5;}

/* side navigation */
.sideNavi{ background: #FFF; box-shadow: 0px 0px 10px rgba(0,0,0,0.075); padding: 1.5em; margin-bottom: 3.0rem;}
.sideNavi h3{ font-size: 1.6rem; line-height: 1.1em; letter-spacing: .1em; font-weight: 700; text-align: center; padding: 0.5em 0 1.0em; margin-bottom: 1.0em; border-bottom: solid 1px #EEE; position: relative;}
.sideNavi h3:before{ content: ""; width: 1px; height: 1.5em; background: #46351B; position: absolute; top: -2.0em; left: 50%;}
.sideNavi ul{}
.sideNavi ul li{ font-size: 1.4rem; line-height: 1.5em; margin: 0 0 2px;}
.sideNavi ul li a{ display: block; color: #464637; text-decoration: none; background: #F9F9F9; padding: 0.6em; padding-right: 2.0em; position: relative;}
.sideNavi ul li a:hover{ background: #CCC; color: #FFF;}
.sideNavi ul li a:after{ content: "\f105"; font-family: "Font Awesome 5 Free"; font-weight: 600; font-size: 1.0rem; position: absolute; top: 50%; right: 1.5em; transform: translateY(-50%); opacity: 0.5;}

/* SERVICE
-------------------------------------------------------------*/

/* promo */
.container.itemid-344,
.container.itemid-349,
.container.itemid-354,
.container.itemid-359{ padding: 0px; margin: 6.0rem auto;}
.container.itemid-344 .item,
.container.itemid-349 .item,
.container.itemid-354 .item,
.container.itemid-359 .item{ width: 96%; margin: 0px auto;}

.servicePromo{ width: 100%; padding-bottom: 30%; position: relative; box-shadow: 0px 0px 15px rgba(0,0,0,0.1);}
.servicePromo .inner{ width: 50%; padding: 1.5em; background: rgba(36, 36, 21, 0.9); position: absolute; bottom: -15%; right: 2%; box-shadow: 0px 0px 15px rgba(0,0,0,0.1);}
.servicePromo .inner h3{ font-size: 3.5rem; line-height: 1.3em; color: #FFF; margin-bottom: 0.3em;}
.servicePromo .inner p{ color: #D2AC6B;}

body#shichigosan .servicePromo{ background: url("../../../images/634photo/service/shichigosan/promo.png") no-repeat center center; background-size: 100%;}
body#family .servicePromo{ background: url("../../../images/634photo/service/family/promo.png") no-repeat center center; background-size: 100%;}
body#newborn .servicePromo{ background: url("../../../images/634photo/service/newborn/promo.png") no-repeat center center; background-size: 100%;}
body#pet .servicePromo{ background: url("../../../images/634photo/service/pet/promo.png") no-repeat center center; background-size: 100%;}
body#product .servicePromo{ background: url("../../../images/634photo/service/product/promo.png") no-repeat center center; background-size: 100%;}
body#profile .servicePromo{ background: url("../../../images/634photo/service/profile/promo.png") no-repeat center center; background-size: 100%;}
body#flower .servicePromo{ background: url("../../../images/634photo/service/flower/promo.png") no-repeat center center; background-size: 100%;}
body#culture .servicePromo{ background: url("../../../images/634photo/service/culture/promo.png") no-repeat center center; background-size: 100%;}

/* 撮影場所 */
.location{}
.location .inner{ position: relative;}
.location .inner:before{ content: ""; width: 2px; height: 100%; background: #C77029; position: absolute; bottom: 0px; left: 0px; z-index: -1;}
.location .inner .imgFit{ padding-bottom: 2.0rem; background: #FFF;}
.location .inner h4{ font-size: 2.5rem; line-height: 1.0em; padding: 0.5em 0 0.5em 2.0rem;}
.location .inner .text{ padding-left: 2.0rem;}

/* 実績 */
.container.itemid-342,
.container.itemid-347,
.container.itemid-352,
.container.itemid-357,
.container.itemid-374,
.container.itemid-379,
.container.itemid-384,
.container.itemid-389{ background: #F5F4EF; margin: 6.0rem auto;}

/* 撮影料金 */
.container.itemid-341,
.container.itemid-346,
.container.itemid-351,
.container.itemid-356{ padding-bottom: 12.0rem; margin-bottom: 6.0rem;}
.container.itemid-341:before,
.container.itemid-346:before,
.container.itemid-351:before,
.container.itemid-356:before{ content: ""; width: 96%; height: 1px; background: #F0F0F0; position: absolute; bottom: 0px; left: 50%; transform: translateX(-50%);}

.priceTable{ width: 80%; margin: 0px auto; border: solid 3px #46351B; border-style: solid none none solid;}
.priceTable th{ width: 33.333333%; text-align: center; line-height: 1.3em; padding: 1.5em; border: solid 3px #46351B; border-style: none solid solid none; color: #FFF; background: #5F5645; font-weight: 700;}
.priceTable td{ width: 33.333333%; text-align: center; line-height: 1.3em; padding: 1.5em; font-weight: 700; border: solid 3px #46351B; border-style: none solid solid none;}
.priceTable td:last-child{ text-align: right;}
.priceTable td strong{ font-size: 3.0rem; font-family: DIN; font-weight: normal; color: #DC3434;}

.linkBtns{ display: flex; justify-content: center; flex-wrap: wrap; margin-top: 2.0em;}
.linkBtns li{ width: 38%; margin: 0 2%;}
.linkBtns li a{ display: block; background: #F0F0F0; color: #333; text-decoration: none; line-height: 1.0em; text-align: center; padding: 1.0em 0; border-radius: 100px; position: relative;}
.linkBtns li a:hover{ background: #333; color: #FFF;}
.linkBtns li a:after{ content: "\f105"; font-family: "Font Awesome 5 Free"; font-weight: 600; font-size: 1.0rem; position: absolute; top: 50%; right: 1.5em; transform: translateY(-50%); opacity: 0.5;}

/* その他の撮影依頼
-------------------------------------------------------------*/

/* 高クオリティの写真を様々な用途に */
.container.itemid-336{}
.container.itemid-336 .item{ width: 96%; margin: 0px auto;}
.container.itemid-336 .item > p{ text-align: center; margin-top: 2.0em;}
.otherClm{ display: flex; justify-content: space-between; flex-wrap: wrap;}
.otherClm .inner{ width: 23.5%; position: relative;}
.otherClm .inner .imgFit img{ box-shadow: 0px 0px 15px rgba(0,0,0,0.1);}
.otherClm .inner h4{ display: inline-block; font-size: 1.8rem; line-height: 1.0em; font-weight: 600; color: #FFF; background: rgba(36, 36, 21, 0.9); padding: 0.3em 0.7em 0.5em; position: absolute; bottom: -0.75em; right: -0.75em; z-index: 10;}

/* 実績 */
.container.itemid-337{ background: #F5F4EF; margin: 6.0rem auto;}
.galleryList{ display: flex; justify-content: flex-start; flex-wrap: wrap; align-items: flex-start;  width: 80%; margin: 0px auto;}
.galleryList li{ width: 32%; margin: 1.0rem 2% 1.0rem 0; border: solid 10px #FFF; box-shadow: 0px 3px 20px -5px rgba(0,0,0,0.15);}
.galleryList li:nth-child(3n){ margin-right: 0px;}
.galleryList li img{ width: 100%; height: auto;}
.galleryList li a{ display: block; opacity: 1.0;}
.galleryList li a:hover{ opacity: 0.6;}

/* 撮影料金 */
.container.itemid-338{ padding-bottom: 12.0rem; margin-bottom: 6.0rem;}
.container.itemid-338:before{ content: ""; width: 96%; height: 1px; background: #F0F0F0; position: absolute; bottom: 0px; left: 50%; transform: translateX(-50%);}
.otherTxt{ font-size: 2.0rem; line-height: 1.5em; font-weight: 700; text-align: center;}

/* ご利用者様の声 */
.voiceClm .whole-link{ display: none !important;}
.voiceClm .newsflash-horiz{ display: flex; justify-content: space-between; flex-wrap: wrap;}
.voiceClm .newsflash-horiz li{ width: 48%; margin: 2.0rem 4% 2.0rem 0; float: none; border-top: solid 1px #F0F0F0; padding-top: 1.5em; position: relative;}
.voiceClm .newsflash-horiz li:nth-child(2n){ margin-right: 0px;}

.voiceClm .newsflash-horiz li:before{ content: ""; width: 2.0rem; height: 1px; background: #242415; position: absolute; top: -1px; left: 0px;}
.voiceClm .newsflash-horiz li h3{ font-size: 2.5rem; line-height: 1.1em; margin-bottom: 1.5rem;}
.voiceClm .newsflash-horiz li h3:before{ content: "\f4ad"; font-family: "Font Awesome 5 Free"; font-weight: 600; color: #C77029; margin-right: 0.5em;}

/* PRICE
-------------------------------------------------------------*/

.priceClm{}
.priceClm .inner .userTable01{ margin-bottom: 1.0em;}
.priceClm .inner .userTable01 th{ width: 50%; background: #F5F4EF; text-align: center;}
.priceClm .inner .userTable01 td{ width: 50%; background: #FFF; text-align: right;}
.priceClm .inner .userTable01 td strong{ display: inline-block; font-size: 2.5rem; line-height: 1.0em; color: #DC3434;}

/* オプション料金 */
.optionPrice{}
.optionPrice .userTable01 th{ width: 50%; background: #F5F4EF; text-align: center;}
.optionPrice .userTable01 td{ width: 50%; background: #FFF; text-align: right;}

.photoBook{ margin-top: 6.0rem;}
.photoBook .inner h4.kiji-midashi-2{ margin-top: 0px;}
.photoBook .inner .userTable01{ margin-top: 2.0rem;}
.photoBook .inner .userTable01 th{ width: 33.333333%; background: #F5F4EF;}
.photoBook .inner .userTable01 td{ width: 33.333333%; background: #FFF; text-align: center;}
.photoBook .inner .userTable01 td:last-child{ text-align: right;}

.panelProcessing{ margin-top: 6.0rem;}
.panelProcessing .inner h4.kiji-midashi-2{ margin-top: 0px;}
.panelProcessing .inner .userTable01{ margin-top: 2.0rem;}
.panelProcessing .inner .userTable01 th{ width: 33.333333%; background: #F5F4EF;}
.panelProcessing .inner .userTable01 td{ width: 33.333333%; background: #FFF; text-align: center;}
.panelProcessing .inner .userTable01 td:last-child{ text-align: right;}

/* 基本エリア */
dl.area{ width: 100%; border: solid 1px #E4E4E4; border-style: solid none none solid; display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: 2.0em;}
dl.area dt{ width: 20%; border: solid 1px #E4E4E4; border-style: none solid solid none; padding: 2.0em; position: relative; background: #F5F4EF;}
dl.area dt span{ display: block; width: 100%; text-align: center; font-size: 2.0rem; line-height: 1.5em; font-weight: 700; position: absolute; top: 50%; left: 0px; transform: translateY(-50%);}
dl.area dd{ width: 80%; border: solid 1px #E4E4E4; border-style: none solid solid none; padding: 2.0em;}
dl.area dd ul{ display: flex; justify-content: flex-start; flex-wrap: wrap;}
dl.area dd ul li{ width: 23.5%; padding: 1.0em 0 1.0em 1.5em; line-height: 1.3em; margin: 0 2% 0 0; border-bottom: solid 1px #F0F0F0; position: relative;}
dl.area dd ul li:before{ content: "\f3c5"; font-family: "Font Awesome 5 Free"; font-weight: 600; color: #DC3434; position: absolute; top: 1.1em; left: 0px;}
dl.area dd ul li:nth-child(4n){ margin-right: 0px;}

/* GUIDE
-------------------------------------------------------------*/

/* お客様へのお願い */
.checkList{ display: flex; justify-content: space-between; flex-wrap: wrap;}
.checkList li{ width: 47%; padding: 1.5em 0; padding-left: 1.5em; line-height: 1.5em; border-bottom: solid 1px #F0F0F0; position: relative;}
.checkList li:before{ content: "\f14a"; font-family: "Font Awesome 5 Free"; font-weight: 400; color: #C77029; position: absolute; top: 1.5em; left: 0px;}

/* よくあるご質問 */
.container.itemid-326 .item .faq:nth-child(2){ margin-top: 0px;}
.faq{ margin-top: 1.5em;}
.faq h4{ font-size: 2.0rem; line-height: 1.3em; padding: 0.5em 0; padding-left: 1.5em; margin-bottom: 0.5em; border-bottom: solid 1px #EEE; position: relative; color: #C77029;}
.faq h4:before{ content: "\f059"; font-family: "Font Awesome 5 Free"; font-weight: 400; position: absolute; top: 0.6em; left: 0px;}
.faq .inner{ padding-left: 2.0em; position: relative;}
.faq .inner:before{ content: "\f4ad"; font-family: "Font Awesome 5 Free"; font-weight: 600; color: rgba(70, 70, 55, 0.5); position: absolute; top: 0px; left: 2px;}

/* キャンセルポリシー */
.cancelClm{ display: flex; justify-content: space-between; flex-wrap: wrap;}
.cancelClm .inner{ width: 23.5%; padding-bottom: 15%; border: solid 5px #F0F0F0; position: relative;}
.cancelClm .inner p{ width: 100%; padding: 0 5%; text-align: center; font-size: 2.0rem; line-height: 1.3em; position: absolute; top: 50%; left: 0px; transform: translateY(-50%);}
.cancelClm .inner p strong{ color: #DC3434; font-weight: normal; position: relative; z-index: 10; padding: 0 0.2em;}
.cancelClm .inner p strong:before{ content: ""; width: 100%; height: 30%; background: rgba(220, 52, 52, 0.1); position: absolute; bottom: 0px; left: 0px; z-index: -1;}

/* VOICE
-------------------------------------------------------------*/
body#voice #main-content{ width: 1200px; margin: 0 auto; padding: 6.0rem 0;}
body#voice .blog .container{ padding: 0px;}
body#voice .blog .container .item{ width: auto;}
body#voice .item-separator { margin-bottom: 6.0rem; width: 100%;}
.cat-children{ display: none;}
body#voice .blog .container .item{ display: flex; justify-content: flex-start; flex-wrap: wrap; border-top: solid 1px #F0F0F0; padding-top: 1.5em; position: relative;}
body#voice .blog .container .item:before{ content: ""; width: 2.0rem; height: 1px; background: #242415; position: absolute; top: -1px; left: 0px;}

body#voice .blog .container .item h3{ font-size: 2.5rem; line-height: 1.1em; margin-bottom: 1.5rem;}
body#voice .blog .container .item h3:before{ content: "\f4ad"; font-family: "Font Awesome 5 Free"; font-weight: 600; color: #C77029; margin-right: 0.5em;}
body#voice .blog .container .item .iteminfo{ background: none; font-size: 1.2rem; line-height: 1.0em; border: solid 1px #E4E4E4; padding: 0.5em 1.0em; border-radius: 5px; margin-left: 2.0em; margin-bottom: 1.5rem;}
body#voice .blog .container .item > p{ width: 100%;}

/* PHOTOGRAPHER
-------------------------------------------------------------*/
h3.sideHead{ font-size: 2.0rem; line-height: 1.0em; font-weight: 600; margin-bottom: 2.0em; display: flex; justify-content: flex-start; flex-wrap: wrap; align-items: flex-end;}
h3.sideHead strong{ font-family: 'Barlow Condensed', sans-serif; font-size: 4.5rem; line-height: 1.0em; font-weight: normal; margin-right: 0.5em; position: relative; top: 5px; color: #C77029;}

/* ごあいさつ */
.photographer01{ align-items: center;}
.photographer01 .image,
.photographer01 .inner{ width: 45%;}
.photographer01 .inner h4{ line-height: 1.0em; display: flex; justify-content: flex-start; flex-wrap: wrap; align-items: flex-end; border: solid 1px #F0F0F0; padding: 1.5em 0; border-style: solid none; margin-bottom: 2.0em;}
.photographer01 .inner h4 strong{ font-size: 4.0rem; line-height: 1.0em; font-weight: 300; margin: 0 0.5em;}
.photographer01 .inner h4 span{ font-family: 'Barlow Condensed', sans-serif; font-size: 2.0rem; line-height: 1.0em; opacity: 0.4;}

/* 愛犬のミニチュアダックス　武蔵 */
.container.itemid-313{ padding: 0 0 12.0rem;}
.photographer02{ align-items: center;}

/* 主な撮影機材 */
.container.itemid-312{ background: #F5F4EF;}
.photographer03{}
.photographer03 .inner dl{ display: flex; justify-content: space-between; flex-wrap: wrap;}
.photographer03 .inner dl dt{ width: 20%; padding: 1.0em 0; line-height: 1.5em; font-weight: 700; border-bottom: solid 1px rgba(0,0,0,0.05);}
.photographer03 .inner dl dd{ width: 80%; padding: 1.0em 0; line-height: 1.5em; border-bottom: solid 1px rgba(0,0,0,0.05);}

/* COMPANY
-------------------------------------------------------------*/

/* 会社概要 */
.container.itemid-311{ padding-bottom: 10.0rem;}
.outline{ width: 100%;}
.outline tbody{ display: flex; justify-content: space-between; flex-wrap: wrap;}
.outline tbody tr{ width: 47%; border-bottom: solid 1px #F0F0F0; padding: 1.5em 0; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start;}
.outline tbody tr:nth-child(1),
.outline tbody tr:nth-child(2){ border-top: solid 1px #F0F0F0;}
.outline tbody tr th{ width: 20%; line-height: 1.5em; font-weight: 700;}
.outline tbody tr td{ width: 80%; line-height: 1.5em;}

/* 所在地 */
.container.itemid-310{ background: #F5F4EF; padding-top: 10.0rem;}
.address span{ display: inline-block; font-size: 2.0rem; line-height: 1.0em; padding-bottom: 0.5em; border-bottom: dotted 2px rgba(36, 36, 21, 0.2); position: relative; left: 50%; transform: translateX(-50%);}
.address span:before{ content: "\f5a0"; font-family: "Font Awesome 5 Free"; font-weight: 600; color: #C77029; margin-right: 0.5em;}
.googlemap{ border: solid 10px #FFF; box-shadow: 0px 5px 20px -5px rgba(0,0,0,0.15); margin-top: 2.0em;}
.googlemap iframe{ width: 100%;}

/* CONTACT
-------------------------------------------------------------*/

/* お電話でのご予約お問い合わせ / LINEでのご予約お問い合わせ */
.contactClm{}
.contactClm .inner{ width: 47%;}
.contactClm .inner h3{ font-size: 2.3rem; line-height: 1.1em; font-weight: 700; text-align: center; padding-bottom: 0.75em; margin-bottom: 0.75em; border-bottom: solid 1px #F0F0F0; position: relative; letter-spacing: .1em;}
.contactClm .inner h3:after{ content: ""; width: 1.5em; height: 1px; background: #242415; position: absolute; bottom: -1px; left: 50%; transform: translateX(-50%);}
.contactClm .inner .phone{ text-align: center;}
.contactClm .inner .phone span{ display: inline-block; font-size: 4.0rem; line-height: 1.0em;}
.contactClm .inner .phone span:before{ content: "\f87b"; font-family: "Font Awesome 5 Free"; font-weight: 600; color: #C77029; font-size: 90%; position: relative; top: 5%; margin-right: 0.25em;}
.contactClm .inner .phone em{ display: inline-block; font-size: 1.4rem; line-height: 1.0em; border: double 3px #DDD; padding: 0.5em 1.0em; margin-top: 0.5em; font-style: normal;}
.contactClm .inner .button{ text-align: center;}
.contactClm .inner .button a{ display: inline-block; font-size: 1.4rem; line-height: 1.0em; font-weight: 700; color: #FFF; text-decoration: none; padding: 1.0em 5.0em; border-radius: 5px; background: #C77029;}
.contactClm .inner .button a:hover{ color: #FFF; background: #242415;}
.contactClm .inner .button em{ display: inline-block; font-size: 1.4rem; line-height: 1.0em; border: double 3px #DDD; padding: 0.5em 1.0em; margin-top: 0.5em; font-style: normal;}
.contactClm .inner > span{ display: block; text-align: center; margin-top: 1.0em;}

/* メールでのご予約・お問い合わせ */
.listStyle li{ border-bottom: solid 1px #F0F0F0; padding: 1.0em 0; padding-left: 1.5em; line-height: 1.3em; position: relative;}
.listStyle li:last-child{ border-bottom: none;}
.listStyle li:before{ content: "\f14a"; font-family: "Font Awesome 5 Free"; font-weight: 600; opacity: 0.25; position: absolute; top: 1.1em; left: 0px;}

.policy{ margin-top: 3.0rem;}
.policy h4{ font-size: 1.6rem; line-height: 1.3em; padding-bottom: 0.6em; margin-bottom: 0.6em; border-bottom: solid 1px #F0F0F0; position: relative;}
.policy h4:before{ content: ""; width: 1.0em; height: 1px; background: #353526; position: absolute; bottom: -1px; left: 0px;}
.policy p{ font-size: 1.4rem; line-height: 1.5em;}

/*-----------------------------------------------------------*/
strong.formRequired{ color:#C77029; font-size:1.2rem; font-weight:normal; padding-left:1.0em;}
#userForm{ margin-top: 6.0rem;}
.formContainer{ letter-spacing:-0.4em; margin-top: 1.0rem; border: solid 10px #F6F6F6; padding: 1.5em;}
.formContainer .control-group{ margin-top:0px; border-bottom: solid 1px #F0F0F0; padding:1.5rem 0;}
.formContainer .control-label,
.formContainer .controls { display: inline-block; vertical-align: middle; letter-spacing:0;}
.formContainer .control-label{ width:35%;}
.formContainer .controls{ width:65%;}
.formContainer .rsform-block-submit{ border-bottom: none; margin-top: 1.0rem;}
.formContainer .rsform-block-submit label{ display: none;}
.formContainer .rsform-block-submit .controls{ width:100%; text-align:center;}
.formContainer .rsform-block-submit .rsform-submit-button {
	font-family: -apple-system,'Noto Sans JP', BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
	font-size:2.1rem;
	font-weight:500;
	line-height:1.1;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #C77029;
	padding: 1.0em 5.0em;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #C77029 5%, #C77029 100% );
	background:-ms-linear-gradient( top, #C77029 5%, #C77029 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#C77029', endColorstr='#C77029');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #C77029), color-stop(100%, #C77029) );
	background-color:#C77029;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px rgba(0,0,0,0.2);
}
.formContainer .rsform-block-submit .rsform-submit-button:hover {
	background:-moz-linear-gradient( center top, #242415 5%, #242415 100% );
	background:-ms-linear-gradient( top, #242415 5%, #242415 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#242415', endColorstr='#242415');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #242415), color-stop(100%, #242415) );
	background-color:#242415;
	border:1px solid #242415;
}
.formContainer .rsform-block-submit .rsform-submit-button:active {
	position:relative;
	top:1px;
}
.radio,
.checkbox {}
label.checkbox{ cursor:pointer; position:relative;}

.rsform-block-calendar03{ border-bottom: none !important; padding-bottom: 0px !important;}
.rsform-block-comment{ letter-spacing: 0;}
.rsform-block-comment p{ padding-left: 35%; font-size: 1.2rem; line-height: 1.3em;}

/*=============================================================
	レイアウト
=============================================================*/

*{ -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
#adminForm *{ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}

/*---------- 全体 ----------*/
#all{ width:100%; min-width: 1280px; margin: 0px auto; overflow:hidden; position: relative;}

/*---------- ヘッダー ----------*/
#wrapper { width:100%; margin: 0px auto;}
#header-wrap {}
#header-wrap #h1title{ width: 1200px; font-size: 1.2rem; line-height: 1.0em; color: #FFF; padding: 2.0rem 0; position: absolute; bottom: 0px; left: 50%; transform: translateX(-50%);}
#header-wrap .row { margin-bottom: 0;}
#header-wrap #top{ width: 96%; margin: 0px auto; padding: 2.0rem 0; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center;}
#header-wrap #top .custom.siteHead h2.siteLogo{ font-size: 3.5rem; line-height: 1.0em;}
#header-wrap #top .custom.siteHead h2.siteLogo a{ display: inline-block; color: #131304; text-decoration: none;}
#header-wrap #top .custom.siteHead h2.siteLogo a:hover{ color: rgba(19, 19, 4, 0.8);}

.logo{ font-family: bc-alphapipe, sans-serif; font-weight: 400; font-style: normal;}
.logo strong{ font-family: bc-alphapipe, sans-serif; font-weight: 700; font-style: normal;}

/*---------- グローバルナビゲーション ----------*/
#top .menu { display: flex; justify-content: flex-start;}
#top .menu .icon-angle-right { position: absolute; right: 10px; top: 50%; margin-top: -6px; color: #aaa; font-size: 12px;}
#top .menu > li{ position: relative;}
#top .menu > li:before{ content: ""; width: 0%; height: 1px; background: #C77029; position: absolute; bottom: 0px; left: 50%; transform: translateX(-50%); transition: all 0.3s ease 0s;}
#top .menu > li:hover:before{ width: 70%;}
#top .menu > li a,
#top .menu > li span{ font-family: 'Barlow Condensed', 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;}
#top .menu > li ul { padding: 0;}
#top .menu ul { position: absolute; left: -40%; top: 100%; margin: 10px 0 0 0; /*IE6 only*/ _margin: 0; nowhitespace: afterproperty; opacity: 0; transition: all 0.3s ease 0s; visibility: hidden; z-index: 99;}
#top .menu ul ul { left: 100%; top: 0;}
#top .menu ul ul li { width: 100% }
#top .menu li { position: relative; list-style:none}
#top .menu li:hover > ul { margin: 0; opacity: 1; visibility: visible;}
#top .menu a { display: block; position: relative;}
.nav > li > a:hover,
.nav > li > a:focus{ background: none !important;}
span.image-title{ display:none;}

li.item-435{ display: none;}

/* current item */
#top .menu > li > a:hover,
#top .menu > li.sfHover > a,
#top .active > a:hover,
#top .active > a:hover { color: #C77029;}
#top .menu > .active > a,
#top li.active > a { color: #353526;}
#top .menu > li {/*margin-right: 20px; padding:0 10px;*/}
#top .menu a { color: #353526; text-align: center; text-decoration: none; cursor: pointer; padding: 0.75em 1.5em; font-size:1.7rem; line-height: 1.0em;}
#top .menu li > span.separator {cursor: pointer;}
#top .menu li > span { color: #353526; text-align: center; display: block; padding: 0.75em 1.5em; font-size:1.7rem; line-height: 1.0em;}

/* 画像メニューのスタイル */
#top ul#img-menu{}
#top ul#img-menu li{}
#top ul#img-menu > li > a {padding: 0;}
#top ul#img-menu li > span{padding: 0;}
#top ul#img-menu li a a span.menutitle{}
#top ul#img-menu li a a span.menudesc{}

/* drop-down styles */
#top .menu ul { border-top: none; border: 1px solid #EEE; width: 180%; background: #FFF; box-shadow: 0px 0px 10px rgba(0,0,0,0.1);}
#top .menu li:hover ul { margin-top: 0;}
#top .menu ul ul.sub-menu { margin-top: -1px; margin-left: 1px;}
#top .menu ul li { border-bottom: 1px solid #EEE; background: #FFF; transition: all 0.2s ease 0s;}
#top .menu ul li:hover{ background:#F5F4EF;}
#top .menu ul li.active{ background:#F5F4EF;}
#top .menu ul li:first-child {}
#top .menu ul li:last-child { border: 0;}
#top .menu ul li > a{ color: #353526;}
#top .menu ul li > a:hover{ color: #686859;}
#top .menu ul a { display: block; height: auto; margin: 0px; padding: 1.0em 0; text-transform: none; border: 0px; font-size: 1.4rem; line-height: 1.0em;}
#top .selector { display: none;}
#top ul.sub-menu .icon-angle-down:before {content:"\f105"!important;}
#top ul.sub-menu a { font-size:12px;}
#top i { text-align:right;}
#menu-icon {display: none;}
#slide-wrap a:hover{ color:#fff;}

/*---------- 左右メニュー ----------*/
#leftbar-w { float:left; display:block;}
#rightbar-w { float:right; display:block;}
#sidebar {}

/*---------- コンテンツブロック ----------*/
#box-wrap { width:100%; margin: 0px auto;}
#main-content {}

/*---------- フッター ----------*/
#footer-wrap { width:100%; margin: 0px auto; background: #242415; padding: 4.0rem 0 2.0rem;}
#footer{ width: 1200px; margin: 0px auto;}
.footLink{ display: flex; justify-content: center; flex-wrap: wrap;}
.footLink li{ font-size: 1.2rem; line-height: 1.0em; padding: 0 0.75em; position: relative;}
.footLink li:before{ content: ""; width: 1px; height: 90%; background: rgba(255,255,255,0.2); position: absolute; top: 55%; left: 0px; transform: translateY(-50%);}
.footLink li:first-child:before{ content: none;}
.footLink li a{ display: inline-block; color: #FFF; text-decoration: none;}
.footLink li a:hover{ color: rgba(255,255,255,0.6);}
#bottom { width:100%; margin: 0px auto; background: #242415;}
#bottom p{ width: 1200px; margin: 0px auto; font-size: 1.2rem; line-height: 1.0em; color: #FFF; text-align: right; padding: 2.0rem 0; border-top: solid 1px rgba(255,255,255,0.1);}
#bottom p span{ display: inline-block; padding: 0 0.5em;}
#bottom p a span{ display: none;}
#bottom p a{ position: relative; display: inline-block; margin-left: 0.5em; text-decoration: none;}
#bottom p a:before{ content: "\f2f6"; font-family: "Font Awesome 5 Free"; font-weight: 600; color: rgba(255,255,255,0.2); transition: all 0.2s ease 0s;}
#bottom p a:hover:before{ color: rgba(255,255,255,1.0);}
#bottom p a:hover{}

/*=============================================================
	基本設定
=============================================================*/
body{
	margin:0;
	padding:0;
	text-align:center;
	font-size:1.6rem;
	line-height:1.6em;
	font-family: -apple-system,'Noto Sans JP', BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
	color:#464637;
	height:100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	background: #FFF;
	position:relative;
}

a{color:#0085B2; text-decoration:underline;}
a:hover{color:#E6423D; text-decoration:none;}

/*=============================================================
	リセット
=============================================================*/
html { height:100%; font-size:62.5%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,blockquote,th,td,img,p{ margin: 0px; padding: 0px; font-weight:normal;}
address,caption,cite,code,dfn,em,strong,th,var { font-style: normal;}
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{ text-align: left; display: block;}
table { border-collapse: collapse; border-spacing: 0;}
caption,th { text-align: left;}
q:before,q:after { content: '';}
img,
object,
embed { vertical-align: top;}
legend{ display: none;}
h1,h2,h3,h4,h5,h6 { font-size: 100%;}
img,abbr,acronym,fieldset{ border:none;}
li{ list-style-type: none;}

/*---------- margin ----------*/
.mt-none{ margin-top: 0px !important;}
.mt-05{ margin-top:5px !important;}
.mt-10{ margin-top:10px !important;}
.mt-20{ margin-top:20px !important;}
.mt-30{ margin-top:30px !important;}
.mt-40{ margin-top:40px !important;}
.mt-50{ margin-top:50px !important;}
.mt-60{ margin-top:60px !important;}
.mt-70{ margin-top:70px !important;}
.mt-80{ margin-top:80px !important;}
.mt-90{ margin-top:90px !important;}
.mt-100{ margin-top:100px !important;}

/*---------- align ----------*/
.align-left{ text-align: left;}
.align-right{ text-align: right;}
.align-center{ text-align: center;}

/*---------- float ----------*/
.float-left{ float:left;}
.float-right{ float:right;}

/*---------- image ----------*/
.img-left{ float:left; margin: 0 4% 1.0em 0;}
.img-right{ float:right; margin: 0 0 1.0em 4%;}

/*----- clearfix -----*/
.container,
.clearfix { zoom:1;}
.container:after,
.clearfix:after{ content: ""; display: block; clear: both;}
.clearfloat { clear: both; height: 0; font-size: 1px; line-height: 0px;}

/*=============================================================
	Joomla
=============================================================*/
.text-highlight { background: none repeat scroll 0 0 #ffffaa; font-size: 14px; margin: 10px 0; padding: 7px;}
.highlight-green { color: #fff; background: #48691b; font-size: 14px; margin: 10px 0; padding: 7px;}
.highlight-light { color: #000; background: #e5e5e5; font-size: 14px; margin: 10px 0; padding: 7px;}
.highlight-dark { color: #fff; background: #595959; font-size: 14px; margin: 10px 0; padding: 7px;}
.news-title { background-color: #E5E2D3; color: #444444; font-size: 14px; margin: 15px 0 0; padding: 7px 10px;}
.news-box { border: 1px solid #CCCCCC; max-height: 150px; overflow: auto; padding: 7px;}
.news-box table { width: 100%;}
.news-box table th { border-bottom: 1px dotted #ccc; font-weight: normal; padding: 5px; text-align: left; vertical-align: top; width: 80px; font-size: 13px;}
.news-box table th:before,
.news-box ul li:before { color: #999; content: "\f0da"; font-family: "Font Awesome 5 Free"; margin-right: 5px;}
.news-box table td { border-bottom: 1px dotted #ccc; padding: 5px; vertical-align: top;}
.news-box table a {}
.news-box ul { margin: 0; padding: 0;}
.news-box ul li { border-bottom: 1px dotted #cccccc; color: #333333; font-size: 1em; list-style: none outside none; margin: 0 0 5px; padding: 0 0 5px 10px;}
.news-box .mod-articles-category-date { margin-right: 10px;}
.news-box .mod-articles-category-title { font-weight: bold;}
.news-box a.catid-85:before { font-family: "Font Awesome 5 Free"; content: "\f1ea"; color: #3D9675;}
.news-box a.catid-84:before { font-family: "Font Awesome 5 Free"; content: "\f1ea"; color: #fc6767;}

h1,
h2,
h3,
h4,
h5,
h6,
#site-description,
#navigation,
#sidebar .module ul.menu li a,
#user1 ul li a,
#user2 ul li a,
#footer-nav ul li {}

/*	Grid */
.container { margin: 0 auto; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: border-box;}
#post .container { width: auto;}
.icon-remove:before { content: "\f00d"; font-family: "Font Awesome 5 Free"; font-style: normal;}
.container .row,
.col { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
.row { margin-bottom: 1.5em;}
.col { display: block; float: left; width: 100%;}
.col:first-child { margin-left: 0;}
.row:after,
.col:after,
.clr:after,
.group:after { display: block; height: 0; clear: both; content: "."; visibility: hidden;}

/* grid */
.col { margin-left: 2%;}
.span_1 { width: 6.5%}
.span_2 { width: 15.0%}
.span_3 { width: 23.5%}
.span_4 { width: 32.0%}
.span_5 { width: 40.5%}
.span_6 { width: 49.0%}
.span_7 { width: 57.5%}
.span_8 { width: 66.0%}
.span_9 { width: 74.5%}
.span_10 { width: 83.0%}
.span_11 { width: 91.5%}
.span_12 { width: 100%}

#wrapper {}
.count-1 { clear: both; margin-left: 0;}
#wrapper {}
#comp-wrap { padding: 0; position: relative;}
.full { padding: 0; margin: 0; clear: both}
.contact a { text-decoration: none}

/* Article Columns */
.column-1,
.column-2,
.column-3,
.column-4 { position: relative; margin: 0; padding: 0;}

/* Content styles */
#archive { padding: 0; margin: 0;}
.archive { padding: 0;}
.archive .article-count { color: #999;}
.blog-featured {}
.items-leading { position: relative; clear: both; margin: 0 0 20px 0; padding: 0;}
.leading { margin: 0 0 20px 0; position: relative;}
.items-row,
.item-page,
.contact { position: relative;}
.item-page { position: relative}
.contact-name { text-decoration: none; font-size: 22px;}
.contact h2 { margin: 0 0 20px 0;}
.contact .current { margin: 0; padding: 0;}
dl.tabs { display: block; clear: both; border-bottom: 1px solid #ddd;}
dl dt.tabs { display: inline-block; margin: 0 0 -1px 0}
dt.tabs h3 { margin: 0 2px 5px 0;}
dt.tabs h3 a { padding: 8px 8px 3px 8px; line-height: 20px; border: 1px solid transparent; -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; cursor: pointer; text-decoration: none}
dt.tabs.closed h3 a { border-color: #eeeeee #eeeeee #dddddd;}

dt.tabs h3 a,
dt.tabs h3.open a { color: #555555; background-color: #ffffff; border: 1px solid #ddd; border-bottom-color: transparent;}
dd.tabs { padding: 10px 20px}
.jicons-icons { float: left; margin: 0 10px 0 0; padding: 5px 0 0 0}
.buttons { clear: both; display: block; overflow: hidden;}
ul.button-icons { float: right; margin: 0; overflow: hidden; padding: 0;}
ul.button-icons li { display: inline-block}
ul.button-icons li.edit-icon,
ul.button-icons li.print-icon,
ul.button-icons li.email-icon { margin: 0; padding: 0; width: 20px; height: 20px; float: left; overflow: hidden; line-height: 20px;}

.content_rating p { margin: 0; padding: 0;}
.iteminfo span { margin: 0 10px 0 0;}
.iteminfo a {}
.iteminfo a:hover {}
.iteminfo .category,
.iteminfo .sub-category,
.iteminfo .create,
.iteminfo .modified,
.iteminfo .published,
.iteminfo .createdby,
.iteminfo .hits { display: inline-block; line-height: 20px!important;}
.iteminfo .createdby { font-weight: bold;}
.items-more { clear: both;}
h3.items-more { font-size: 14px; padding: 0; margin: 0;}
.items-more ol { margin: 0 0 0 30px; padding: 0}
table.category {}
th.item-title,
th.list-title { font-size: 15px; font-weight: bold; text-align: left;}

/* Commons */
.clear { clear: both}
blockquote { position: relative; margin: 30px 0; padding: 20px; background-color: #e9e9e9; color: #505050; border-left: 5px solid #ddd; font-size: 16px; font-style: italic; font-family: 'Georgia', sans-serif; line-height: 1.8em;}
pre { margin: 30px 0; padding: 20px; background-color: #e9e9e9; color: #505050; border-left: 5px solid #ddd; font-size: 15px; font-family: 'Georgia', sans-serif; line-height: 1.8em; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;}
address { margin: 20px 0; letter-spacing: 1px;}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {}
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

.entry p:last-child { margin: 0}
.entry ul { margin: 30px 0 30px 20px}
.entry ul li,
.entry ol li { margin: 0 0 5px}
.entry ol { margin: 30px 0 30px 25px}
.entry ol { list-style: decimal}
.entry ul { list-style: disc}
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 { margin: 40px 0 20px}
p {}
p.lead {}
em {}
strong {}
small {}
hr { height: 0; margin: 10px 0; border: solid #eee; border-width: 1px 0 0; clear: both;}
hr#system-readmore { background-color: #ddd; border: 1px solid #ccc; padding: 10px;}
a { outline: 0; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s;}

/* Header */
#social { display: block; float: right}
#social a.social-icon { display: inline-block; margin-left: 2px; padding: 0; width: 32px; height: 32px;}
#social a.social_1 { background: url(../images/social/facebook.png) 0 0 no-repeat;}
#social a.social_2 { background: url(../images/social/twitter.png) 0 0 no-repeat;}
#social a.social_3 { background: url(../images/social/google.png) 0 0 no-repeat;}
#social a.social_4 { background: url(../images/social/youtube.png) 0 0 no-repeat;}
#social a.social_5 { background: url(../images/social/dribbble.png) 0 0 no-repeat;}
#social a.social_6 { background: url(../images/social/flickr.png) 0 0 no-repeat;}
#social a.social_7 { background: url(../images/social/pinterest.png) 0 0 no-repeat;}
#social a.social_8 { background: url(../images/social/picasa.png) 0 0 no-repeat;}
#social a.social_9 { background: url(../images/social/linkedin.png) 0 0 no-repeat;}
#social a.social_10 { background: url(../images/social/reddit.png) 0 0 no-repeat;}
ul.tags { border-top: 1px dotted #ddd; margin: 10px 0; padding: 10px 0;}
ul.tags li { display: inline-block; list-style: outside none none;}
ul.tags li a { padding: 4px 7px;}
.tag-category form > ul { margin: 0; padding: 0;}
.tag-category form > ul li { list-style: outside none none;}

/* slide　*/
#slide-wrap{}
.slide-show {}

/* light */
.light { border: 1px solid #cfcfcf !important; background: #F6F6F6 !important; color: #555 !important;}
.light .module-title { color: #555 !important; background: none!important; border-bottom: none!important;}
.light .module-body { border-top: none !important;}
.light a { text-decoration: underline !important;}
.light a:hover { color: #333!important}

/* normal */
.normal { border: 1px solid #46acd1 !important; background: #58C0E6!important; color: #fff!important;}
.normal .module-title { color: #fff !important; background: none!important; border-bottom: none!important;}
.normal .module-body { border-top: none !important;}
.normal a { text-decoration: underline !important; color: #fff!important}
.normal a:hover { color: #303030!important}

/* dark */
.dark { border: 1px solid #333 !important; background: #363636!important; color: #fff !important;}
.dark .module-title { color: #fff !important; background: none !important; border-bottom: none!important;}
.dark .module-body { border-top: none !important;}
.dark a { text-decoration: underline !important; color: #58C0E6!important}
.dark a:hover { color: #fff!important}

/* blank */
.blank { border: none!important; background: none!important; padding: 5px!important; -webkit-border-radius: 0!important; -moz-border-radius: 0!important; -o-border-radius: 0!important; border-radius: 0!important; box-shadow: none!important; -webkit-box-shadow: none!important; -moz-box-shadow: none!important; -o-box-shadow: none!important}
.blank .module-title { border: none!important; padding: 0 0 0 5px!important}
.light,
.normal,
.dark { padding: 10px!important;}
.light ul.menu li a,
.normal ul.menu li a,
.dark ul.menu li a { text-decoration: none!important}
.light .module-title,
.normal .module-title,
.dark .module-title { padding: 0 0 0 5px!important; border: none!important; line-height: 30px!important;}
.light .module-body,
.normal .module-body,
.dark .module-body { padding: 0 5px !important;}

/* Page Navigation */
ul.pagenav { clear: both; display: block; padding: 0;}
ul.pagenav li { list-style: none;}
ul.pagenav li a { display: block}
.pagenav-prev { float: left;}
.pagenav-next { float: right}
#pagination { clear: both; text-align: center; padding: 0;}

/* Search */
input[type="search"] { display: block; width: 100%; padding: 10px 32px 10px 11px; color: #202020; font-size: 11px; -moz-box-sizing: border-box; -webkit-appearance: none !important; -webkit-box-sizing: border-box; background: #fff; border: 1px solid #ddd; box-sizing: border-box;}
input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none}
input[type="search"]::-webkit-search-decoration { display: none}
input[type="search"]:focus { color: #000; outline: none;}

/* Forms / Inputs / Buttons */
#modlgn-remember { float: left; width: 20px;}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
textarea { vertical-align: middle; display: inline-block; max-width: 100%; margin-left: 0; padding: 8px; font-weight: 400; background-color: #f7f7f7; border: 1px solid #ddd; border-radius: 4px 4px 4px 4px; box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.030) inset;}
fieldset.phrases {}
fieldset.phrases .phrases-box { margin-bottom: 10px;}
fieldset.phrases .ordering-box,
fieldset.phrases .form-limit { display: inline-block;}
form input[type="text"]:focus,
form input[type="password"]:focus,
form input[type="email"]:focus,
form input[type="url"]:focus,
form input[type="tel"]:focus,
form textarea:focus { border-color: #A0ECFF; outline: none;}
form input[type="button"],
form input[type="submit"],
form button[type="submit"],
form button[type="button"] {/* display: inline-block; //margin-top: 5px; 
 margin-bottom: 5px; padding: 0 15px; background-color: #fff; text-decoration: none; -webkit-appearance: none !important; background: #fff; background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #efefef)); background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%); background: -o-linear-gradient(top, #ffffff 0%, #efefef 100%); background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%); background: linear-gradient(to bottom, #ffffff 0%, #efefef 100%); filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef', GradientType=0); min-height: 30px; border: 1px solid #ccc; border-radius: 4px; box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05); cursor: pointer; text-shadow: 1px 1px 0 #FFFFFF; vertical-align: top; */
}
form .mceLayout button[type="button"] { min-height: auto;}
select { background-color: #f7f7f7; border-radius: 5px; display: inline; line-height: 100%; margin: 0; padding: 3px; vertical-align: middle; width: auto; border: 1px solid #ccc;}
select[disabled="disabled"],
select.disabled { color: #999; background: #f5f5f5; -moz-box-shadow: inset 0px 0px 2px #ddd; -webkit-box-shadow: inset 0px 1px 2px #ddd; box-shadow: inset 0px 1px 2px #ddd;}
.input-medium,
.input-large { width: auto !important;}

a.btn-readmore { display: inline-block; *display: inline; *zoom: 1; padding: 4px 12px; margin-bottom: 0; font-size: 13px; line-height: 18px; text-align: center; vertical-align: middle; cursor: pointer; color: #333; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); background-color: #f5f5f5; background-image: -moz-linear-gradient(top, #fff, #e6e6e6); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6)); background-image: -webkit-linear-gradient(top, #fff, #e6e6e6); background-image: -o-linear-gradient(top, #fff, #e6e6e6); background-image: linear-gradient(to bottom, #fff, #e6e6e6); background-repeat: repeat-x; filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0); border-color: #e6e6e6 #e6e6e6 #bfbfbf; *background-color: #e6e6e6; filter: progid: DXImageTransform.Microsoft.gradient(enabled=false); border: 1px solid #bbb; *border: 0; border-bottom-color: #a2a2a2; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; *margin-left: .3em; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);}
a.btn-readmore:hover,
a.btn-readmore:focus,
a.btn-readmore:active,
a.btn-readmore.active,
a.btn-readmore.disabled,
a.btn-readmore[disabled] { color: #333; background-color: #e6e6e6; *background-color: #d9d9d9;}
.system-unpublished { background-color: #efefef; padding: 5px;}

/* Mailto */
.mailto { background: #fff; color: #222; padding: 10px;}

/* Tooltips */
.tip-wrap { float: left; padding: 8px 35px 8px 14px; margin-bottom: 20px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); background-color: #535353; border: 1px solid #222; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; color: #fff; max-width: 200px; text-shadow: 1px 1px #000}
.tip-title { padding: 0; margin: 0; display: none}
.tip-text { font-size: 100%; margin: 0;}
#topcontrol { background: url(../images/arrow_up.png) 50% 50% no-repeat; width: 60px; height: 60px; white-space: nowrap; cursor: pointer; opacity: 0.7; filter: progid: DXImageTransform.Microsoft.Alpha(opacity=70); bottom: 20px; right: 20px; z-index: 999;}

/* Error */
#error { padding: 20px; text-align: center}
#error .error { color: #FF0000; display: block; padding: 0; font-size: 140px; font-weight: bold; line-height: 200px;}
#error .center { width: 400px; margin-left: -200px; left: 50%; position: absolute; text-align: center; top: 20%}
#error .error { text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.9), 0 1px 0 rgba(255, 255, 255, 0.7);}
#error .error > span { display: inline-block; position: relative;}
#error .error > span:before { content: ""; position: absolute; top: 70%; left: -30px; right: -30px; height: 80px; background: url(../images/error.png) no-repeat; background-size: 100% 100%;}
#error ol li { text-align: left;}

/* Offline */
.error-offline .error > span:before { top: 65%;}
.error-offline .message { width: 350px;}

/* Thumbs */
.width-10 { width: 10px;}
.width-20 { width: 20px;}
.width-30 { width: 30px;}
.width-40 { width: 40px;}
.width-50 { width: 50px;}
.width-60 { width: 60px;}
.width-70 { width: 70px;}
.width-80 { width: 80px;}
.width-90 { width: 90px;}
.width-100 { width: 100px;}
.height-10 { height: 10px;}
.height-20 { height: 20px;}
.height-30 { height: 30px;}
.height-40 { height: 40px;}
.height-50 { height: 50px;}
.height-60 { height: 60px;}
.height-70 { height: 70px;}
.height-80 { height: 80px;}
.height-90 { height: 90px;}
.height-100 { height: 100px;}
.thumbnail { border: 1px solid #ccc!important; max-width: 100%!important;}
.thumbnail img { -moz-opacity: 0.8; -webkit-opacity: 0.8; opacity: 0.8; -moz-transition: all 0.15s ease-in-out; -ms-transition: all 0.15s ease-in-out; -o-transition: all 0.15s ease-in-out; -webkit-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out;}
.thumbnail img:hover { opacity: 1;}
.thumbnail.pull-left { margin-right: 10px!important}
.thumbnail.pull-right { margin-left: 10px!important}
.thumbnails { margin-left: -20px; list-style: none; *zoom: 1;}
.thumbnails:before,
.thumbnails:after { display: table; content: ""; line-height: 0;}
.thumbnails:after { clear: both;}
.thumbnails > li { float: left; margin-bottom: 18px; margin-left: 20px;}
.thumbnail { display: block; padding: 4px; line-height: 18px; border: 1px solid #ddd; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055); -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out;}
a.thumbnail:hover { border-color: #08c; -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);}
.thumbnail > img { display: block; max-width: 100%; margin-left: auto; margin-right: auto;}
.thumbnail .caption { padding: 9px; color: #555;}

/* Footer */
.business { margin: 0 -480px 0 0; padding: 0; font-size: 10px; color: #ccc; text-align: right; text-shadow: none; bottom: 0; right: 50%; line-height: 10px; height: 10px; position: absolute;}
.business a,
.business a:hover { text-decoration: none; font-size: 10px; color: #ccc}
.dl-horizontal dt { clear: left; float: left; overflow: hidden; text-align: right; text-overflow: ellipsis; white-space: nowrap; width: 40px;}
.dl-horizontal dd { margin-left: 50px;}
.items-more h3 { margin-bottom: 10px;}
p.errorcontainer { margin-bottom: 0; margin-top: 0; padding-top: 0;}
fieldset { border: medium none; margin: 0; padding: 0;}
.hidden { display: none !important;}
.nav-tabs { padding: 0;}
.btn-toolbar { margin: 15px 0;}
.btn-group { display: inline;}
#gaiyo-table { border-collapse: separate; width: 100%;}
#gaiyo-table tbody {}
#gaiyo-table td { border-bottom: 1px dotted #696969; padding: 5px;}
#gaiyo-table th { border-bottom: 1px dotted #696969; font-weight: normal; width: 15%; padding: 5px;}
iframe { display: block; vertical-align: top;}
.btnmenu { background-color: #f7f7f7; border: 1px solid #ccc; border-radius: 5px; margin: 0; padding: 10px;}
ul#usermenu { margin: 0; padding: 0;}
ul#usermenu li { list-style: outside none none; margin-bottom: 10px;}
ul#usermenu li:last-child { margin-bottom: 0;}
#usermenu a.btn { display: inline-block; padding: 7px 15px; text-align: left;}
#login-form{margin: 20px 0;}
#header-table { width: 100%;}
#header-table td:last-child { text-align: right;}
.chzn-container { width: 250px !important;}
.input-append input { display: inline;}
.input-append button { display: inline; margin-left: 5px; padding: 9px 12px;}

/*shadowbox*/
#sb-nav { height: auto; line-height: 1;}
#sb-info,
#sb-info-inner { height: auto;}
#sb-info-inner { font-size: 14px; height: auto;}
#sb-nav a { background: none repeat scroll 0 0 rgba(0, 0, 0, 0); color: #fff; font-family: "Font Awesome 5 Free"; font-size: 18px; height: 20px; width: 20px;}
#sb-nav a:hover { text-decoration: none;}
#sb-nav-next:before { content: "\f0a9";}
#sb-nav-close:before { content: "\f05c";}
#sb-nav-previous:before { content: "\f0a8"}
.accordeonck .toggler:before { content: "\f0fe"; font-family: "Font Awesome 5 Free"; color: #999; margin-right: 10px;}
.accordeonck ul li ul { margin: 0;}
.accordeonck ul li ul li { list-style: none outside none !important; margin: 0 !important;}
.accordeonck ul li a {}
.pchidden { display: none;}
#footer .switchBtn { margin: 20px 0; text-align: center;}
#footer .switchBtn a { border: 1px solid #b5b3b3; border-radius: 4px; color: #494949; display: inline-block; padding: 8px 30px; background-color: #fff;}
#footer .switchBtn a.btnAcv { display: none; background-color: #C4C4C4; background-image: none;}
.switchBtn a:first-child { margin-right: 10px;}
.component_container { padding: 0;}

/* ↓tab & Slides */
ul.jwts_tabbernav li a { border-radius: 4px 4px 0 0;}
div.jwts_toggleControlContainer a.jwts_toggleOff span.jwts_toggleControlTitle { background-position: 0 3px;}
div.jwts_toggleControlContainer a.jwts_toggleOn span.jwts_toggleControlTitle { background-position: 0 -142px;}
#responsive-tabs { margin-bottom: 15px;}
#responsive-tabs label { margin: 0; padding: 7px 20px;}
#responsive-tabs input[type="radio"]:checked + label,
#responsive-tabs input.checked[type="radio"] + label { border-top-color: #494949;}
#responsive-tabs label:first-child {}
#responsive-tabs label span { font-size: 14px;}
.edit .tab-content,
.tab-content { border: 1px solid #ccc; border-radius: 0 0 5px 5px; overflow: hidden; padding: 10px;}
.tab-content .tab-content-item {}
.star { color: #ff002a;}
/* ↑tab & Slides */

/*↓ showplus サムネイルスライド*/
.showplus-thumbnails > ul > li > a { margin-left: 1px !important; margin-right: 1px !important; padding: 0 !important; box-sizing: border-box;}
.showplus-thumbnails > ul > li > a:hover {}
.showplus-horizontal .showplus-thumbnails > ul > li:last-child > a { margin-left: 2px !important;}
.showplus-horizontal .showplus-thumbnails > ul > li:first-child > a {}
.showplus-thumbnails > ul { height: auto !important; overflow: hidden;}

/*↑ showplus サムネイルスライド*/
ul.rsstableList { margin: 0; padding: 0;}
ul.rsstableList li { border-bottom: 1px dotted #ddd; list-style: none outside none; overflow: hidden; padding: 10px 0;}
ul.rsstableList li.odd {}
ul.rsstableList li.even {}
ul.newsflash-horiz { margin: 0; padding: 0; overflow: hidden;}
ul.newsflash-horiz li { box-sizing: border-box; float: left; list-style: outside none none; padding-right: 10px; margin-bottom: 15px; width: 50%; position: relative;}
ul.newsflash-horiz li:last-child { padding-right: 0;}
ul.newsflash-horiz .article-separator { display: none;}
.news-flash-readmore { float: right;}

h4.newsflash-title{ background-color: #f7f7f7; font-size: 15px; padding: 8px;}
h4.newsflash-title a{}

ul.newsflash-vert { margin: 0; padding: 0;}
ul.newsflash-vert li { list-style: outside none none; margin-bottom: 15px; overflow: hidden; position: relative;}

.whole-link{ display: block; height: 100%; left: 0; position: absolute; top: 0; width: 100%;}
.whole-link:hover{background-color: #fff;opacity: 0.4;}

/* module editor */
legend { display: block; width: 100%; padding: 0; margin-bottom: 18px; font-size: 19.5px; line-height: 36px; color: #333; border: 0; border-bottom: 1px solid #e5e5e5;}
.label { border-radius: 3px;}
.label,
.badge { background-color: #999; color: #fff; display: inline-block; font-size: 10.998px; font-weight: bold; line-height: 14px; padding: 2px 4px; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); vertical-align: baseline; white-space: nowrap;}
.row-fluid:before,
.row-fluid:after { content: ""; display: table; line-height: 0;}
.row-fluid:after { clear: both;}
.row-fluid .form-horizontal .control-group:before,
.row-fluid .form-horizontal .control-group:after { content: ""; display: table; line-height: 0;}
.row-fluid .form-horizontal .control-group:after { clear: both;}
.row-fluid .form-horizontal .control-group { margin-bottom: 18px;}
.row-fluid .form-horizontal .control-label { float: left; padding-top: 5px; text-align: right; width: 20%;}
.row-fluid .form-horizontal .controls { margin-left: 25%;}
.row-fluid .control-label .hasTooltip { display: inline-block;}
.row-fluid .controls > .radio:first-child,
.row-fluid .controls > .checkbox:first-child { padding-top: 5px;}
.row-fluid fieldset.radio.btn-group { padding-left: 0;}
.row-fluid .radio,
.row-fluid .checkbox { min-height: 18px; padding-left: 20px;}
.row-fluid .radio:first-child,
.row-fluid .checkbox:first-child{ padding-left: 0px;}
#jform_articletext_tbl { width: 100%;}
iframe#jform_articletext_ifr { width: 100% !important;}
.ckdatetimepicker { float: left;}
.datepickerbtn { float: left; margin-left: 5px; padding: 8px 10px !important;}
.input-append.date { overflow: hidden;}
.dtp-calendar { border: 1px solid #ccc; margin-left: 5px; padding: 1px;}
.dtp-calendar:first-child { margin: 0;}
.table-striped td,
.table-striped th { // font-size: 18px; padding: 7px 10px !important;}
.close { position: absolute; right: 0; z-index: 1;}
#system-message .alert { margin: 0;}
.alert-message a.close { display: none;}
#jf_mm_menu,
.jf_mm_trigger { display: none;}

/* simple image gallery pro*/
ul.sigProContainer span.sigProPseudoCaption { padding-bottom: 0; padding-top: 0; line-height: 2;}
.cat-items table { border-top: 1px solid #ddd; width: 100%;}

/* スマートサーチ */
.finder label { display: none;}
.finder input { margin: 0;}
.finder button { box-shadow: none; margin: 0; padding: 7px 12px 8px;}
.finder .fa-search::before { font-size: 15px; line-height: 1.2; margin-right: 5px;}
#search-results {}
#search-query-explained {}
ul.search-results { list-style: outside none none; margin: 15px 0; padding: 0;}
ul.search-results li { border-bottom: 1px dotted #ccc; margin-bottom: 10px; padding-bottom: 10px;}
ul.search-results li:first-child { border-top: 1px dotted #ccc; padding-top: 10px;}
.result-title { background-color: #f7f7f7; border: 1px solid #ccc; padding: 5px 10px;}
/* スマートサーチ ここまで*/
}
/* ↑PC・スマホ共通デザイン */