@charset "utf-8";

/*使用する文字コード*/


/* フォント読み込み */

@import url(https://fonts.googleapis.com/css?family=Archivo+Narrow);

/* ページング */

A.link_before, A.link_next, A.link_page {
  display: inline-block;
  border: 1px solid #cccccc;
  background-color: #eeeeee;
  text-shadow: none;
  color: #000000;
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 5px;
  text-decoration: none;
  margin-bottom: 5px;
}

SPAN.current_page {
  display: inline-block;
  border: 1px solid #cccccc;
  background-color: #999999;
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 5px;
  color: #ffffff;
  margin-bottom: 5px;
}


/* --------------- 共通設定 --------------- */

IMG {
  vertical-align: bottom;
}

BR.clear {
  clear: both;
}

STRONG.caution {
  color: #ee0000;
}

DIV.imageGroup {
  text-align: center;
}

DIV.telBanner {
  text-align: center;
}

DIV#swipeImage {
  position: relative;
}

DIV#swipeImage UL, DIV#swipeImage LI {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

DIV#swipeImage LI {
  padding: 0 20px 20px;
  box-sizing: border-box;
  vertical-align: top !important;
}

DIV#swipeImage LI img {
  max-width: 100%;
  vertical-align: top;
  max-height: 60vw;
}

DIV#swipeImage UL {
  width: 100%;
  display: table;
}

#swipeImage a .fa-chevron-circle-left, #swipeImage a .fa-chevron-circle-right {
  position: absolute;
  top: 25%;
  margin-top: -20px;
  font-size: 24px;
}

#swipeImage a .fa-chevron-circle-left {
  left: 2%;
}

#swipeImage a .fa-chevron-circle-right {
  right: 2%;
}

.swipe_nav {
  width: 90%;
  margin: 0 auto;
}

SPAN#swipeImagePosition {
  font-size: 18px;
  color: #eeeeee;
}

SPAN#swipeImagePosition em.swipeImageOn {
  color: #999999;
}

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

.cf {
  min-height: 1px;
  _height: 1px;
}

DIV.entryBody H2, DIV.entryBody H3, DIV.entryMore H2, DIV.entryMore H3 {
  margin: -10px 0px 10px -10px;
}

DIV.entryBody .topLatestBlog h3 {
  margin: 0;
}

P {
  font-size: 13px;
}


/* --------------- footer --------------- */

DIV#footer {}


/* フッターお問い合わせ */

UL#footerContact {
  margin: 0px 10px;
  padding: 1px 0px 0px 0px;
  overflow: hidden;
}

UL#footerContact LI {
  float: left;
  width: 50%;
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: center;
  font-size: 12px;
  line-height: 150%;
  font-weight: bold;
}

UL#footerContact LI A {
  display: block;
  margin: 0px 5px 10px 5px;
  padding: 8px 5px;
  background-color: #999999;
  color: #ffffff;
  text-decoration: none;
}

UL#footerContact LI IMG {
  vertical-align: middle;
  margin-right: 5px;
}


/* =============== NEW_SP ==================== */


/* 共通設定 */


/* Android 4系一部の機種(デフォルトブラウザ)でブロック要素の幅が100％に広がらないバグの対応 */

div, p {
  background-color: rgba(255, 255, 255, 0.01);
}

img {
  vertical-align: bottom;
}

body {
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  word-break: break-all;
  font-size: 13px;
  color: #333;
  -webkit-text-size-adjust: 100%;
}

.entryBody, #contents .entryBody, #contents .entryMore, #contents .inner {
  padding: 10px;
  overflow: hidden;
  max-width: 640px;
  margin: 0 auto;
}

#contents .entryBody .imageBox {
  text-align: center;
}

.entryBody img, #contents .entryBody img, #contents .inner img, #contents .entryMore img {
  margin: 0 auto 10px;
  max-width: 100%;
  height: auto;
}


/* =============== ウィジウィグで入れた画像のセンタリング ==================== */

.image-none {
  display: block;
  margin: 0 auto 10px;
}

.image-left {
  display: block;
  margin: 0 auto 10px;
}

.image-right {
  display: block;
  margin: 0 auto 10px;
}

.image-center {
  display: block;
  margin: 0 auto 10px;
}

a, a:visited, a:hover {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

#contents .entryBody a, #contents .entryMore a, #contents .inner a {
  text-decoration: underline;
}

#contents .entryBody .btn a, #contents .entryMore .btn a, #contents .inner .btn a {
  text-decoration: none;
}

.btn a:hover {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#contents .entryBody h2, #contents .entryMore h2, #contents .inner h2, #contents .entryBody h3, #contents .entryMore h3, #contents .inner h3, #contents .entryBody h4, #contents .entryMore h4, #contents .inner h4 {
  margin: 0 0 10px;
}

h4, h5, p, table {
  margin: 0 0 10px;
}

h2 {
  font-size: 16px;
  padding: 15px 10px;
  margin: 0;
}

h3 {
  font-size: 16px;
  padding: 10px;
  margin: 0;
}

h4 {
  font-size: 14px;
  padding: 5px 10px;
  margin-bottom: 10px;
}

h6 {
  font-size: 14px;
  /*    padding: 5px 10px;*/
  margin-bottom: 10px;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

table {
  width: 100%;
  border-collapse: collapse;
}

br.clear {
  clear: both;
}

.mr0 {
  margin-right: 0 !important;
}


/* clearfix */

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

.cf {
  min-height: 1px;
  _height: 1px;
}


/* =============== icon設定 ==================== */

DIV#copyrightArea .fa:before, DIV#footerTop .fa:before, nav.show .fa:before {
  padding: 0 5px 0 0;
}


/* header */

.fa-times, .fa-bars {
  display: block !important;
}

.fa-facebook-square:before, .fa-twitter-square:before, .fa-instagram:before {}


/* ==================== 色変更箇所 ==================== */


/* 共通要素 */

th, td {
  padding: 10px;
  border: 1px solid #B39C80;
}

th {
  background-image: url(/cmn/images/table_bg.jpg);
  background-position: left top;
  background-repeat: repeat;
  text-align: left;
  width: 25%;
}

.caution {
  color: #C33737;
}


/* icon色変更 */

nav.show .fa:before {
  color: #fff;
}

nav.show .typeB .fa:before {
  color: #000;
}


/* カテゴリー吐き出しh3・h4 */

aside.categoryList h3 {
  background: #fff;
  color: #333;
}

aside#galleryCatList H4 {
  background-color: rgba(0, 0, 0, 0);
}

#contents .categoryTopList li div span:before {
  color: #333;
}

#galleryList li h3, #galleryList li h4 {
  color: #333;
}

#galleryList li h4 a {
  color: #333;
}


/* グローバルメニュー背景色 */

#header_nav {
  background: #fa8e00;
}

.cmn_btn_area {
  max-width: 640px;
  margin: 0 auto;
}

.cmn_btn_area img {
  width: 100%;
}

#menuClose {
  background: #000;
}


/* 1つ目のボタン */

.btn .typeA {
  background-color: #fa8e00;
  color: #FFF !important;
}

.btn .typeA.tapStyle {
  top: 2px;
}


/* 2つ目のボタン */

.btn .typeB {
  background-color: #fff;
  color: #000;
}

.btn .typeB.tapStyle {
  top: 2px;
}


/* 3つ目のボタン */

.btn .typeC {
  color: #000;
  background: #ffdb8c;
}

.btn .typeC.tapStyle {
  top: 2px;
}


/* フッターエリア */

#footerBnr p {
  background-color: #eee;
}

DIV#footerTop P#siteTop {
  color: #000 !important;
  border: 1px solid #ddd;
}

P#pageTop {
  color: #000 !important;
  border: 1px solid #ddd;
}

DIV#footerSns P#SnsTitle {
  color: #909090;
}

DIV#footerSns P#SnsTitle SPAN {
  color: #898989;
}

DIV#footerSns {}

DIV#footerMenu UL LI {
  color: #808080;
  border-right: 1px solid #aaa;
}


/* コピーライト */

DIV#copyrightArea {
  background-color: #663800;
}

#pcsite {
  background-color: #eee;
  color: #000 !important;
}

DIV#copyrightArea P#copyright {
  color: #fff;
}


/* ブログ吐き出し */

.topLatestBlog li span.logoEnpty, .swipeImageStyle span.logoEnpty, .gallerylist_thumb_img span.logoEnpty, #contents .entryList li span.logoEnpty, #contents .categoryTopList li span.logoEnpty {
  background-color: #eee;
}

.topLatestBlog li div span, .topLatestBlogTxt li span, #contents .entryList li div span {
  background: #333;
  color: #fff;
}

.topLatestBlog li p {
  display: none;
}

.topLatestBlog li p.new {
  background: none;
  padding-left: 0.5em;
  font-size: bold;
  color: #000 !important;
}


/* ブログ吐き出しタイトル */

#contents .categoryTopList h3 {
  color: #333;
}

.topLatestBlog li a div h3, .topLatestBlogTxt li a h3, #contents .entryList li a div h3 {
  color: #333;
  border: none;
}


/* ブログ吐き出しタイトル（日付） */

.topLatestBlog li div time, #contents .entryList li div time {
  color: #AAA;
}


/* ページング */

#contents .paging {
  background: #eee;
}

#contents .paging .current_page {
  padding: 5px;
  line-height: 10px;
  border-radius: 4px;
  background: #ccc;
  display: inline-block;
}

#swipeSlider #swipeSliderPosition li, .swipeImageStyle .swipeImageStylePosition li, #swipeImage #swipeImagePosition li {
  color: #ccc;
}

#swipeSlider #swipeSliderPosition li.swipeImageOn, .swipeImageStyle .swipeImageStylePosition li.swipeImageOn, #swipeImage #swipeImagePosition li.swipeImageOn {
  color: #333;
}


/** お問い合せページ button**/

input[type=button] {
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  background-color: #4d4d4d;
  color: #FFF;
}

input[type=button]:hover {
  color: #FFF;
  border-color: #CECECE;
  background: linear-gradient(top, rgba(244, 244, 244, 1) 0%, rgba(242, 242, 242, 1) 100%);
}


/* スタッフ カテゴリーボタンカラー*/

SPAN.category {
  background: #333;
  color: #fff;
}

H3.categoryName {
  background: rgba(0, 0, 0, 0);
}

UL#staffCatList LI.top A, UL#staffCatListBottom LI.top A {
  background-color: #4d4d4d;
  color: #FFF;
}


/* カテゴリーリスト */

aside.categoryList li i.fa-angle-right {
  position: absolute;
  top: 50% !important;
  right: 3%;
  margin-top: -5px;
}

aside.categoryList li i.fa-caret-right {
  position: absolute;
  top: 50% !important;
  left: 2%;
  margin-top: -7px;
}


/* =============== ヘッダー ==================== */

header {
  overflow: hidden;
  min-height: 60px;
}

header h1 {
  color: #8b6c5d;
  font-size: 9px;
  line-height: 1.4;
  position: absolute;
  top: 10px;
  left: 130px;
}

header #logo {
  margin: 15px 0;
  padding: 0 10px;
}

#logo a {
  display: block;
  padding-top: 2px;
}

#logo img {
  width: 110px;
}

#headerIcon p {
  margin: 0;
  text-align: center;
}

#headerIcon p a {
  display: block;
  padding: 9px 11px 10px;
}

#headerIcon #navBtn {
  position: fixed;
  top: 0;
  right: 0;
  font-family: "Archivo Narrow", sans-serif;
  z-index: 12;
  background: #fa8e00;
}

#headerIcon #navBtn a {
  font-size: x-small;
  line-height: 1.2;
  padding: 13px 13px 10px 10px;
  color: #fff !important;
}

#headerIcon .tel, #headerIcon .mail {
  position: absolute;
  top: 10px;
}

#headerIcon .tel {
  right: 60px;
}

#headerIcon .mail {
  right: 100px;
}

#headerIcon .mail a {
  padding-top: 7px;
}

#header_nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  width: 90%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10;
}

#header_nav.hide {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

#header_nav.show {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

#header_nav #wrap {
  height: 100%;
  overflow-y: auto;
  padding-bottom: 15px;
}

#header_nav ul {
  /*padding: 0 0 20px;*/
  padding: 0px;
}

#header_nav li a, #header_nav #wrap li.nolink {
  display: block;
  border-bottom: 1px solid #fbaa3f;
  padding: 16px 16px 16px 40px;
  font-size: 16px;
  color: #fff !important;
  text-indent: -0.5em;
}

#header_nav li:first-child a {
  padding: 23px 16px 24px 40px;
}

#header_nav ul.price li:first-child a {
  padding: 16px 16px 16px 40px;
}

#header_nav .mail a {
  font-size: 16px;
}

#header_nav .tel a {
  font-size: 16px;
}

#menuClose {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 2;
}


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

#catchArea {
  max-width: 640px;
  margin: 0px auto;
  text-align: center;
}

#catchArea img {
  width: 100% !important;
  vertical-align: bottom;
}


/*Slider メインイメージ*/

#catchArea #swipeImage a.catchSwipe i {
  top: 50%;
  margin-top: -23px;
  position: absolute;
  padding: 10px;
}

#catchArea #swipeImage a.catchSwipe #on {
  margin-top: -42px;
}

#catchArea #swipeImage a.catchSwipe .fa-angle-left {
  left: 1%;
}

#catchArea #swipeImage a.catchSwipe .fa-angle-right {
  right: 1%;
}


/*JavaScript メインイメージ*/

#catchArea #jsMainImg {
  width: 100% !important;
}


/* ボタン */

.btn a {
  display: block;
  width: 80%;
  max-width: 600px;
  margin: 0px auto 23px;
  padding: 10px 10px;
  font-size: 13px;
  border-radius: 4px;
  text-align: center;
  position: relative;
  top: 0;
}

.btn.sp_btn_full a {
  width: 100%;
  box-sizing: border-box;
}


/* ------ キュートワンが選ばれる 3つの特徴 ------ */

#topPage .sp_top_intro {
  padding: 20px 5px 5px;
}

.sp_top_intro h2 {
  text-align: center;
}

.sp_top_intro h2 img {
  max-width: 640px;
  width: 100%;
}

.sp_top_intro {
  background-image: url(/cmn/images/table_bg.jpg);
  background-repeat: repeat;
  padding: 20px 20px 5px;
  margin-bottom: 10px;
}

.sp_top_intro .sp_cont {
  background-color: #fff;
  padding: 15px 15px 5px;
  margin-bottom: 10px;
}


/* ------ ボタン ------ */

.top_btn_area {
  width: 90%;
  margin: 0 auto;
}


/* ------ お知らせ ------ */

.top_news {
  background-color: #faf6e6;
  padding: 10px 0 20px;
  margin-bottom: 20px;
}

#news_list {
  height: 320px;
  overflow-y: scroll;
  background-color: #fff;
  padding: 20px;
}

#news_list::-webkit-scrollbar {
  width: 10px;
}

#news_list::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 5px;
}

#news_list::-webkit-scrollbar-track-piece {
  background: #efefef;
}


/* ------ gglmap ------ */

#map {
  position: relative;
  padding-bottom: 90%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 10px;
}

#mapiframe, #map object, #map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* ==================== フッター ==================== */

footer {
  border-top: 1px solid #EEE;
  padding-bottom: 45px;
}

.footer_logo {
  padding-top: 20px;
  display: block;
  width: 60%;
  max-width: 300px;
  margin: 0 auto 20px;
}

#social {
  display: table;
  width: 90%;
  margin: 0 auto 20px;
}

#social div {
  width: 30%;
  text-align: center;
  display: table-cell;
  margin: 0 10px;
  vertical-align: top;
}


/* フッターバナー */

#footerBnr {
  width: 100%;
  display: table;
}

#footerBnr p {
  margin: 0;
  text-align: center;
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}

#footerBnr p a {
  padding: 10px;
  display: block;
}

#footerBnr p:first-child a {
  border-right: 1px solid #fff;
}


/* フッタートップ */

DIV#footerTop {
  padding: 15px 10px 10px;
  overflow: hidden;
}

DIV#footerTop P#siteTop {
  float: left;
  display: inline-block;
  padding: 0px;
  border-radius: 2px;
  text-decoration: none;
  width: 46%;
  text-align: center;
  font-size: 11px;
  margin: 0;
}

P#pageTop {
  float: right;
  display: inline-block;
  padding: 0px;
  border-radius: 2px;
  text-decoration: none;
  width: 46%;
  text-align: center;
  font-size: 11px;
  margin: 0;
}

P#siteTop A, P#pageTop A {
  display: block;
  padding: 5px 15px;
}

DIV#footerSns P#SnsTitle {
  text-align: center;
  margin: 0;
  padding: 10px 0 0 0;
  font-size: 12px;
}

DIV#footerSns P#SnsTitle SPAN {
  font-family: 'Archivo Narrow', sans-serif;
  letter-spacing: 0.1em;
  font-size: small;
}

DIV#footerSns {
  margin: 0 auto;
  width: 100%;
}

DIV#footerSns UL {
  list-style: none;
  width: 90%;
  padding: 10px 0px 15px 0px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}

DIV#footerSns UL LI {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  padding: 0;
}

DIV#footerSns UL LI:first-child {
  margin-right: 20px;
}

DIV#footerSns UL LI A {}


/* フッターメニュー */

DIV#footerMenu {}

DIV#footerMenu UL {
  line-height: 2em;
  text-align: center;
  padding: 0px 0 10px;
}

DIV#footerMenu UL LI {
  display: inline-block;
  font-size: 11px;
  padding-right: 5px;
  line-height: 10px;
}

DIV#footerMenu UL LI:last-child {
  border-right: none;
  padding-right: 0px;
}


/* コピーライト */

DIV#copyrightArea {
  padding: 10px;
  overflow: hidden;
}

#pcsite {
  float: right;
  display: inline-block;
  border-radius: 2px;
  text-decoration: none;
  margin: 0;
  font-size: 11px;
}

#pcsite A {
  display: block;
  padding: 5px 15px;
}

DIV#copyrightArea P#copyright {
  margin: 0px;
  padding: 5px 0px;
  font-size: 13px;
  float: left;
}


/* ==================== 下層ページ ==================== */

.topLatestBlog ul, .topLatestBlogTxt ul, #contents .entryList ul, #contents .categoryTopList {
  margin-bottom: 20px;
}

.topLatestBlog li, .topLatestBlogTxt li, #contents .entryList li, #contents .categoryTopList li {
  border-bottom: 1px solid #eee;
  width: 100%;
}

.topLatestBlog li a, .topLatestBlogTxt li a, #contents .entryList li a, #contents .categoryTopList li a {
  display: block;
  max-width: 620px;
  padding: 10px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

ul.entryList li i.fa-angle-right, .categoryTopList li a i.fa-angle-right, .topLatestBlogTxt li a i.fa-angle-right, .topLatestBlog li a i.fa-angle-right {
  position: absolute;
  top: 50% !important;
  right: 4%;
  margin-top: -9px;
}

.topLatestBlog li img, .topLatestBlog li span.logoEnpty, #contents .entryList li img, #contents .entryList li .left, #contents .entryList li span.logoEnpty, #contents .categoryTopList li img, #contents .categoryTopList li span.logoEnpty {
  float: left;
  width: 25%;
  height: auto;
}

#contents .entryList li .left img, #contents .entryList li .left span.logoEnpty {
  float: none;
  width: 100%;
  margin-bottom: 5px;
  padding: 0;
}

#contents .entryList li .left p {
  font-size: 11px;
  text-align: center;
  line-height: 1.3;
}

.topLatestBlog li span.logoEnpty, #contents .entryList li span.logoEnpty, #contents .categoryTopList li span.logoEnpty {
  min-height: 75px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60px auto;
}

.topLatestBlog li div, #contents .entryList li div, #contents .categoryTopList li div {
  float: right;
  margin: 0;
  padding: 0 5% 0 0;
  width: 65%;
}

.topLatestBlog li div h3, .topLatestBlogTxt li h3, #contents .entryList li div h3, #contents .categoryTopList h3 {
  background: none;
  padding: 0;
}

.topLatestBlog li div time, #contents .entryList li div time {
  font-family: 'Archivo Narrow', sans-serif;
  padding: 0 5px 0 0;
  vertical-align: sub;
  letter-spacing: 0.7px;
  font-size: 14px;
  margin: 0 0 5px;
}

.topLatestBlog li div span, .topLatestBlogTxt li span, #contents .entryList li div span {
  display: inline-block;
  padding: 2px 5px 2px;
  font-size: 11px;
  border-radius: 2px;
  margin: 0 5px 5px 0;
  line-height: 1.3;
}


/* ==================== ブログNEWマーク表示 ==================== */


/* 時間によって表示 */

.topLatestBlog li strong span {
  display: none;
}

.topLatestBlog li strong span.new {
  font-weight: bold;
  color: #000 !important;
  background: none !important;
}

#contents .entryList li div strong span, #contents .entryList li div strong span.new {
  display: none !important;
}


/* 時間によって表示 End */


/* ==================== ブログNEWマーク表示 End ==================== */


/* ==================== ギャラリーNEWマーク表示 ==================== */


/* ★時間によってNEWマーク*/

.swipeImageStyle li .topLatestBlogPhotoImage {
  position: relative;
  overflow: hidden;
  max-width: 200px;
  margin: 0 auto 5px;
}

.swipeImageStyle li .topLatestBlogPhotoImage img {
  margin-bottom: 0;
}

.swipeImageStyle li ul li span.new {
  display: none;
  font-weight: bold;
  left: -30%;
  line-height: 30px;
  text-align: center;
  top: 6%;
  width: 100%;
  position: absolute;
  text-align: center;
  background: #000;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  font-family: 'Helvetica Neue', Helvetica, Verdana, Arial, sans-serif;
  color: #FFFFFF;
  max-width: 200px;
}


/* ==================== ギャラリーNEWマーク表示 End ==================== */

.topLatestBlog li div p, .topLatestBlogTxt li p, #contents .entryList li div p {
  margin: 0;
}

#contents .categoryTopList li div span:before {
  display: inline-block;
  font-size: 14px;
  padding: 0 5px 0 0;
}

#galleryList ul {
  width: 98%;
  display: -webkit-box;
  /* Android 2~4 */
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  box-pack: justify;
  /* Android 2~4 */
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  margin: 0;
  padding: 2% 1% 0;
}

#galleryList li {
  width: 48%;
  padding: 1%;
  text-align: center;
}

#galleryList li h3, #galleryList li h4 {
  background: none;
  padding: 0;
  font-size: 12px;
  line-height: 1.3;
}

#galleryList li img {
  width: 100%;
  max-width: 300px;
  height: auto;
}

.gallerylist_thumb_img {
  max-width: 300px;
  height: auto;
  position: relative;
  margin: 0 auto 6px;
}

.gallerylist_thumb_img .logoEnpty {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80% auto;
}

aside.categoryList {
  max-width: 640px;
  margin: 0 auto 20px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

aside.categoryList h3 {
  border-left: 5px solid #333;
  padding: 10px 10px 10px 15px;
  margin: 0;
}

aside.categoryList li a {
  display: block;
  border-top: 1px solid #ddd;
  padding: 10px 20px 10px 20px;
  position: relative;
}

aside.categoryList li span {
  margin-right: 5px;
}

#contents .paging {
  padding: 10px;
  margin: 0 0 20px;
}


/* スタッフページ */

DIV.punctuation {
  border-bottom: 1px #DDD solid !important;
  margin-bottom: 20px !important;
}


/* ギャラリー */

#contents .galleryTitle {
  margin: 0;
}

.topLatestBlogPhoto .swipeImageStyle, #galleryCatList .swipeImageStyle {}

.topLatestBlogPhoto, #galleryCatList, #galleryTopList {
  width: 100%;
  margin: 0 auto 10px;
}

.topLatestBlogPhoto ul, #galleryCatList ul, #galleryTopList ul {
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.topLatestBlogPhoto li, #galleryCatList li, #galleryTopList li {
  list-style: none;
}

.topLatestBlogPhoto li ul, #galleryCatList li ul, #galleryTopList li ul {
  margin: 0;
  padding: 2% 2% 0;
}

.topLatestBlogPhoto li ul li, #galleryCatList li ul li, #galleryTopList li ul li {
  float: left;
  width: 32%;
  margin: 0 2% 0 0;
  text-align: center;
}

.topLatestBlogPhoto li a, #galleryCatList li a, #galleryTopList li a {
  display: block;
}

.topLatestBlogPhoto li img, #galleryCatList li img, #galleryTopList li img {
  max-width: 200px;
  margin-bottom: 5px;
}

.galleryEntryFirst {
  padding: 2% 10% 0;
  text-align: center;
}

.galleryEntryFirst img {
  margin-bottom: 5px;
  width: auto !important;
  max-width: 100%;
  height: auto !important;
  max-height: 200px;
}

.galleryEntryFirstEmpty {
  max-width: 150px;
  margin: 0 auto;
  position: relative;
}

.galleryEntryFirstEmpty img {
  margin-bottom: 0;
}

.topLatestBlogPhoto li h4, #galleryCatList li h4, #galleryTopList li h4, .galleryEntryFirst h4 {
  font-size: 12px;
  line-height: 1.3;
  background: none;
}

#swipeSlider {
  position: relative;
}

#galleryDetail #swipeSlider li, #beforeAfterGallery #swipeSlider li, .swipeImageStyle li, #swipeImage li {
  vertical-align: middle !important;
}

#swipeSlider li {
  text-align: center;
}

#swipeSlider li div {
  display: table-cell;
  vertical-align: middle;
}

#swipeSlider li.small img {
  width: 80%;
}

.swipeImageStyle li h4 {
  padding: 0;
  margin: 0;
}

#swipeSlider img, .swipeImageStyle img {
  width: 100%;
  vertical-align: bottom;
}

.swipeImageStyle .logoEnpty {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80% auto;
}

#swipeSlider .slideNav, .swipeImageStyle .slideNav {
  position: relative;
}

.swipeImageStyle .fa-angle-right, .swipeImageStyle .fa-angle-left {
  position: absolute;
  top: 2px;
}

#swipeSlider>a .fa-angle-left, #swipeSlider>a .fa-angle-right {
  position: absolute;
  top: 50%;
  margin-top: -20px;
}

#swipeSlider>a .fa-angle-left, .swipeImageStyle .fa-angle-left {
  left: 3%;
}

#swipeSlider>a .fa-angle-right, .swipeImageStyle .fa-angle-right {
  right: 3%;
}

#swipeSlider #swipeSliderPosition, .swipeImageStyle .swipeImageStylePosition, #swipeImage #swipeImagePosition {
  text-align: center;
  padding: 0;
  background: none;
  line-height: 1.5;
}

#swipeImage #swipeImagePosition {
  margin: 10px 0 10px 0;
}

#swipeSlider #swipeSliderPosition {
  margin: 5px auto 10px;
  width: 80%;
}

.swipeImageStyle .swipeImageStylePosition {
  margin: 10px auto 5px !important;
  width: 80%;
}

#swipeSlider #swipeSliderPosition li, .swipeImageStyle .swipeImageStylePosition li, #swipeImage #swipeImagePosition li {
  list-style: none;
  display: inline-block;
  margin: 0 1%;
  font-size: 12px;
  width: auto;
  float: none;
}

.swipeImageStyle, #swipeImage {
  position: relative;
}

#swipeSlider h4 {
  text-align: center;
  margin: 0;
  font-size: 13px;
  background: none;
  padding: 10px;
}

#swipeSlider P {
  margin: 10px;
  line-height: 150%;
}

.photo_text_sp {
  display: block;
  padding: 10px;
  text-align: left;
}

.photo_text_sp p {
  margin: 0 !important;
}


/* 事例集 */

.arrow {
  width: 0;
  height: 0;
  border-top: 30px solid #333;
  border-right: 80px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 80px solid transparent;
  margin: 0 auto;
}

#baImg img {
  width: 100%;
}

#baImg h4 {
  margin: 0;
}


/* 顔タイプ */

.galleryDetail svg {
  transform: translate(0, 0)
}

.facetype {
  width: 52px;
  height: 70px;
  fill: #e8e8e8;
}

.facetype.face_on {
  fill: #e58f81;
}

.face_on .face_txt {
  fill: #000;
}


/* お問い合わせ */

.h4Body {
  margin: 0 0 20px;
}

ul.ul01 {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 10px;
  list-style: none;
  position: relative;
}

ul.ul01 li {
  margin: 0 0 10px 0;
}

ul.ul01 li i.fa-caret-right {
  position: absolute;
  left: 0%;
}


/** we remove the red glow around required fields since we are already using the red star */

fieldset {
  border: none !important;
}

input:required, textarea:required {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

input[type="button"] {
  -webkit-appearance: none;
}


/** check radio**/

.form_check {
  display: block;
  margin-bottom: 15px;
}

.form_check input[type="checkbox"], .form_check input[type="radio"] {
  width: 20px;
  vertical-align: middle;
  margin-right: 3px;
  display: inline;
}

.form_check input:not([type="submit"]) {
  height: 20px;
}


/** textarea**/

input:not([type="button"]), textarea {
  outline: none;
  display: block;
  padding: 10px 5px;
  font-size: 14px;
  border-radius: 2px;
  width: 94%;
  margin: 0 auto;
  vertical-align: middle;
}

input:not([type="button"]):active, textarea:active, input:not([type="button"]):focus, textarea:focus {
  background: #f2f2f2;
  border: solid 1px #b3b3b3;
  box-shadow: 2px 2px 7px #E8E8E8 inset;
}

input:not([type="button"]) {
  height: 20px;
  vertical-align: middle;
  width: 96%;
}

textarea {
  min-height: 120px;
  resize: vertical;
}


/* placeholder */

input:-webkit-input-placeholder, textarea:-webkit-textarea-placeholde {
  color: #BABABA;
  font-style: italic;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #BABABA;
  font-style: italic;
}


/**tel**/

input[type=tel] {
  width: 25% !important;
  margin: 0 5px 0 5px !important;
  float: left;
}


/**number**/

input[type=number] {
  width: 42% !important;
  margin: 0 5px 0 5px !important;
  float: left;
}


/**number**/

input.text02[type=number] {
  width: 20%;
  margin: 0 5px 0 5px;
  float: left;
}

input.text03[type=number] {
  width: 36%;
  margin: 0 5px 0 5px;
  float: left;
}

input.text04[type=number] {
  width: 88%;
  margin: 0 5px 0 5px;
  float: left;
}

input[type=time], input[type=date] {
  margin: 0 5px 0 5px;
  float: left;
}

span.price {
  float: left;
  margin: 12px 0px 15px 0px;
}

form .ui-grid-a, form .ui-grid-b {
  overflow: hidden;
}

p#confirmBtn, p#cancelBtn, p#submitBtn {
  margin: 0 auto 20px;
  text-align: center;
  width: 75%;
}


/** Styling the send button **/

input[type=button] {
  cursor: pointer;
  font-size: 15px;
  padding: 20px 4px;
  border-radius: 5px;
  width: 100%;
  border: none;
}

input[type=button]:hover {}

input[type=button]:active, input[type=button]:focus {
  position: relative;
  top: 1px;
  background: linear-gradient(top, rgba(234, 234, 234, 1) 0%, rgba(242, 242, 242, 1) 100%);
  box-shadow: 0px -1px 1px #FFF inset, 0 0 0px 5px #E0E0E0;
}

.errorMsgArea .caution {
  display: block;
  clear: both;
}

#mainErrorMsg .caution {
  display: block;
  margin: 10px;
  font-size: 15px;
}


/* スタッフ */

SPAN.category {
  display: inline-block;
  padding: 0px 5px;
  font-size: 11px;
  border-radius: 2px;
  margin-bottom: 5px;
}

DIV#staffCategoryNameWrap H3.categoryName {
  background: rgba(0, 0, 0, 0);
  float: left;
  padding: 1px 4px 1px 0px;
}

UL#staffCatList, UL#staffCatListBottom {
  overflow: hidden;
  border-bottom: 1px #EEE solid;
  margin: 0 0 5px;
  padding: 5px 5px 0px 5px;
}

UL#staffCatListBottom {
  border: none;
  border-top: 1px #EEE solid;
  margin: 0 0 20px 0;
  border-bottom: 1px #EEE solid;
}

UL#staffCatList LI.top, UL#staffCatListBottom LI.top {
  margin-right: 0px;
}

UL#staffCatList LI, UL#staffCatListBottom LI {
  margin-bottom: 5px;
  float: left;
  margin-right: 5px;
}

UL#staffCatList LI A, UL#staffCatListBottom LI A {
  display: block;
  padding: 7px 10px 7px 10px;
  border: 1px #CCC solid;
  font-size: 12px;
  border-radius: 2px;
}

UL#staffCatList LI.current A, UL#staffCatListBottom LI.current A {
  display: block;
  padding: 7px 10px 7px 10px;
  border: 1px #CCC solid;
  background-color: #EEE;
  font-size: 12px;
  border-radius: 2px;
}

UL#staffCatList LI.notLink, UL#staffCatListBottom LI.notLink {
  display: block;
  padding: 6px 10px 6px 10px;
  border: 1px #CCC solid;
  font-size: 12px;
  border-radius: 2px;
  margin-bottom: 0px;
}

UL#staffCatList LI.top A, UL#staffCatListBottom LI.top A {
  padding: 7px 10px 7px 10px;
  margin-right: 5px;
}

P.staffTitle {
  font-size: 18px;
  border-bottom: 1px #ddd solid;
  padding: 5px 0 10px 0;
  font-weight: bold;
  margin-bottom: 10px;
  clear: both;
}

.fontawesome-angle-right:before {
  padding-right: 5px;
}

.eventCalenderSub {
  margin: 0 10px;
}


/* ==================== 共通装飾 ==================== */

#contents .ul01 li {
  list-style: none;
  padding: 0 0 0 12px;
  position: relative;
}

#contents .ul01 li::before {
  content: "\f0da";
  font-family: fontawesome;
  font-size: 12px;
  position: absolute;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  top: 0;
  left: 0;
}


/* ==================== 汎用デフォルト設定 ==================== */

.sp-row-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.sp-row-10>div {
  padding-right: 5px;
  padding-left: 5px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
  position: relative;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}


/* ------ margin ------ */

.sp_mb_0 {
  margin-bottom: 0 !important;
}

.sp_mb_5 {
  margin-bottom: 5px !important;
}

.sp_mb_10 {
  margin-bottom: 10px !important;
}

.sp_mb_15 {
  margin-bottom: 15px !important;
}

.sp_mb_20 {
  margin-bottom: 20px !important;
}

.sp_mb_25 {
  margin-bottom: 25px !important;
}

.sp_mb_30 {
  margin-bottom: 30px !important;
}

.sp_mt_0 {
  margin-top: 0 !important;
}

.sp_mt_5 {
  margin-top: 5px !important;
}

.sp_mt_10 {
  margin-top: 10px !important;
}

.sp_mt_15 {
  margin-top: 15px !important;
}

.sp_mt_20 {
  margin-top: 20px !important;
}

.sp_mt_25 {
  margin-top: 25px !important;
}

.sp_mt_30 {
  margin-top: 30px !important;
}


/* ------ テキスト系 ------ */

.sp_ta_c {
  text-align: center !important;
}

.sp_ta_l {
  text-align: left !important;
}

.sp_ta_r {
  text-align: right !important;
}

.sp_fw_n {
  font-weight: normal !important;
}

.sp_fw_b {
  font-weight: bold !important;
}

.sp_fontLarge {
  font-size: 16px !important;
}


/* ------ 画像幅の調整 ------ */

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


/* ------ 非表示 ------ */

.sp_dp_n {
  display: none;
}


/* ------ 装飾解除 ------ */

.sp_nodeco {
  background: none;
  border: none;
  padding: 0;
}

.sp_nodeco::after {
  display: none;
}


/* ------ タイトル ------ */

DIV.entryBody .sp_ttl_02, DIV.entryBody h2, h2 {
  background-color: transparent;
  border-bottom: 2px solid #B39C80;
  border-top: 2px solid #B39C80;
  color: #663800;
  padding: 10px;
  text-align: center;
  margin: 0 0 10px;
}

DIV.entryBody .sp_ttl_03, DIV.entryBody h3 {
  border-bottom: 2px dashed #b39c80;
  border-top: none;
  text-align: left;
  color: #663800;
  margin: 0 0 10px;
  padding: 3px 5px 10px 40px;
  font-size: 16px;
  line-height: 150%;
  background-color: transparent;
  background-image: url(/cmn/images/h2_bg.png);
  background-position: left top;
  background-repeat: no-repeat;
}

DIV.entryBody .sp_ttl_04, DIV.entryBody h4 {
  background-image: url(/cmn/images/h4_bg.jpg);
  background-position: left bottom;
  background-repeat: repeat;
  padding: 9px 3px 6px 15px;
  color: #333333;
  margin: 0 0 10px;
  border-bottom: 2px dashed #FA8E00;
  border-radius: 6px 6px 0 0;
}

DIV.entryBody .sp_ttl_05, DIV.entryBody h5 {
  padding: 2px 0 3px 30px;
  background-image: url(/cmn/images/h5_bg.png);
  background-position: left 2px;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  color: #663800;
  border-bottom: none;
  font-size: 16px;
}


/* ------ list ------ */

.list_arrow li {
  list-style: none;
  padding: 0 0 0 12px;
  position: relative;
}

.list_arrow li::before {
  content: "\f0da";
  font-family: fontawesome;
  font-size: 12px;
  position: absolute;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  top: 0;
  left: 0;
}

.sceneList {
  padding: 0;
  margin: 10px 0 0 0;
}

.sceneList LI {
  background-image: url(/cmn/images/check.gif);
  background-position: left top;
  background-repeat: no-repeat;
  list-style-type: none;
  padding: 0 0 5px 30px;
  margin-bottom: 5px;
}


/* ------ table ------ */

.sp_table_price {
  table-layout: fixed;
}

.sp_table_price th {
  width: auto;
}

.sp_table_price th, .sp_table_price td {
  vertical-align: top;
}

.sp_table_pirce02 tr td:nth-of-type(1) {
  width: 25%;
}


/* ------ サービス・ご料金 ------ */

.sp_price_set {
  text-align: center;
}

.sp_price_set strong {
  line-height: 2.4;
}

.sp_price_set img {
  max-width: 235px;
  width: 48%;
  vertical-align: top;
}


/* ------ ご利用シーン ------ */

.scene_gallery {
  text-align: center;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}

.scene_gallery img {
  max-width: 290px;
  width: 48%;
  height: auto;
  max-height: 190px;
  margin: 0 10px 10px 0;
}

.scene_gallery img:nth-child(2n) {
  margin-right: 0;
}


/* ------ ご利用の流れ ------ */

.photoflow_flow, .photoflow_flowLast {
  padding: 15px;
  background-color: #F2ECD4;
  margin-bottom: 10px;
}


/* ------ キュートワンblog ------ */

.cute_one_column .entryBody img {
  margin-bottom: auto;
}

.cute_one_column .images01 {
  margin-bottom: 10px;
}


/* ------ おすすめ撮影スポット ------ */

.spot iframe {
  width: 100%;
}


/* ------ ページ送り ------ */

.pager {
  padding: 0 10px;
}


/* ------ サービス・ご料金 ------ */

div.price_basic {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 20px;
}

div.price_basic span {
  font-size: 20px;
}

p.price_ttl01 {
  background: #663800;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding: 10px;
}

div.price_plan {
  margin-bottom: 20px;
}

div.price_plan_detail {
  padding: 10px;
  text-align: center;
  border: 1px dotted;
  margin-bottom: 10px;
}

div.price_plan_detail img {
  text-align: center;
  margin-bottom: 10px;
  height: 50px;
}

p.price_plan_name {
  padding-bottom: 15px;
  border-bottom: 1px solid #663800;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}

div.price_kokoro {
  background-image: url(/cmn/images/table_bg.jpg);
  background-position: left top;
  background-repeat: repeat;
  padding: 20px 15px;
  margin-bottom: 20px;
}

div.price_kokoro p.kokoro_ttl {
  border-top: 2px solid #663800;
  border-bottom: 2px solid #663800;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 15px;
}

div.kokoro_detail {
  border: 2px solid #663800;
  border-radius: 30px;
  padding: 20px 15px;
  margin-bottom: 20px;
}

p.price_kokoro_name {
  padding-bottom: 15px;
  border-bottom: 1px solid #663800;
  margin-bottom: 15px;
  font-size: medium;
  font-weight: bold;
  text-align: center;
}

div.photo_plan div.photo_plan_price {
  background: #663800;
  color: #fff;
  font-weight: bold;
  padding: 10px 10px 1px;
  text-align: center;
}

div.photo_plan div.photo_plan_price p {
  font-size: 22px;
  line-height: 1.2;
}

div.photo_plan div.photo_plan_price span {
  font-size: 16px;
}

div.photo_plan_detail {
  border: 1px dotted;
  padding: 10px;
  margin-bottom: 3px;
}

div.photo_plan_detail img {
  vertical-align: top;
  width: 50px;
  margin-right: 20px;
  display: inline-block;
}

div.photo_plan_detail p {
  display: inline-block;
  font-size: 15px;
}

ul.ul_list {
  list-style: inside;
}

#fixed_menu {
  position: fixed;
  bottom: 0px;
  z-index: 10;
  font-size: 11px;
  background: #f5d813;
  margin: 0 !important;
  width: 100%;
  text-align: center;
  font-weight: bold;
}

#fixed_menu li {
  padding: 1%;
  border-right: 1px solid;
  width: 22%;
  display: inline-block;
}

#fixed_menu li:last-child {
  border-right: none;
}


/*===== カメラマン独立支援サービス =====*/

#header_nav #wrap li.menu_program {
  background: #f25050;
}

DIV.entryBody H2.nodeco, DIV.entryBody H3.nodeco, DIV.entryBody H4.nodeco {
  background: none;
  border: none;
  padding: 0;
  font-size: small;
}

.top_incubation {
  background: url(/cmn/images/bg_incubation.jpg) top left;
  padding: 20px;
  text-align: center;
}

.top_incubation .incubation_list {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}

.top_incubation .incubation_list li {
  background: #fff;
  padding: 10px;
  display: inline-block;
  border-radius: 8px;
  color: #fa8e00;
  font-weight: bold;
  margin: 5px;
}

DIV.entryBody .top_incubation h3 {
  background: none;
  padding: 5px 0 10px;
  text-align: center;
}

.incubation_box {}

.incubation_box .btn .typeA.tapStyle {
  background: #f25050;
}

.ttl_baloon {
  position: relative;
  font-weight: bold;
  background: #fa8e00;
  padding: 20px;
  text-align: center;
  color: #fff;
  font-size: 17px;
  line-height: 170%;
  border-radius: 10px;
  margin-bottom: 30px;
}

.ttl_baloon:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fa8e00 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}

.incubation_price {
  margin-bottom: 20px;
}

.incubation_price_ttl {
  background: #663800;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  padding: 10px 15px;
}

.incubation_price_ttl p {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}

.incubation_price_detail {
  text-align: center;
}

.incubation_price_detail p {
  margin-bottom: 0 !important;
}

.incubation_price_detail_cell {
  border: 1px dotted #663800;
  padding: 10px;
}

.incubation_box div.kokoro_detail {
  width: auto !important;
  margin: 0 0 10px;
  min-height: auto;
  text-align: center;
}

.incubation_box .kokoro_detail img {
  width: 60px;
}


/* ------ 191029 jquerymobile 削除対応 ------- */


/* HOMEボタン */

.btn .typeD {
  background-image: none;
  background-color: #663800;
  color: #ffffff !important;
  text-shadow: none;
  margin: 10px auto;
  border: none;
  position: relative;
  border-radius: inherit;
  display: block;
  width: calc(100% - 40px);
}

.btn .typeD::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  top: 50%;
  margin-top: -9px;
  background: rgba(0, 0, 0, .4);
  background-image: url(/cmn/images/icons-18-white.png);
  background-repeat: no-repeat;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  left: 10px;
  background-position: -180px 50%;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .4);
}


/* BLOG等一覧 */

.underLatestBlog {
  margin-bottom: 10px;
}

.underLatestBlog LI {
  background-image: none;
  background-color: #ffefcc;
  color: #000000 !important;
  text-shadow: none;
  margin: 0;
  border-top: 1px solid #ffcd5e;
  border-collapse: collapse;
}

.underLatestBlog LI:last-of-type {
  border-bottom: 1px solid #ffcd5e;
}

.underLatestBlog LI A {
  color: #000000 !important;
  padding-right: 40px;
  min-height: 60px;
  padding: .7em 15px .7em 100px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.underLatestBlog LI A img {
  float: left;
  margin-right: 10px;
  position: absolute;
  left: 1px;
  top: 0;
  max-height: 80px;
  max-width: 80px;
}

.underLatestBlog LI A::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 10px;
  width: 18px;
  height: 18px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .4);
  background: rgba(0, 0, 0, .4);
  background-image: url(/cmn/images/icons-18-white.png);
  background-repeat: no-repeat;
  background-position: -108px 50%;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
}

.underLatestBlog.txt li a {
  padding: .7em 30px .7em 15px;
}

h3 {
  margin: 0;
  padding: .6em 20px;
  background-image: none;
  background-color: #663800;
  color: #ffffff;
  font-size: 15px;
}

.underLatestBlog h3 {
  background-color: inherit;
  color: #000000 !important;
  padding-left: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.underLatestBlog li a {
  padding-right: 40px;
}

.underLatestBlog.txt li a h3 {
  padding: 0;
  font-size: 13px;
  margin: .6em 0;
}

.underLatestBlog li a p {
  font-size: 12px;
  font-weight: normal;
  display: block;
  margin: -.5em 0 .6em;
}

.categoryList li a {
  display: block;
  background-color: #ffefcc;
  color: #000000 !important;
  text-shadow: none;
  margin: 0;
  border-top: 1px solid #ffcd5e;
  position: relative;
  font-weight: bold;
  border-collapse: collapse;
  padding-right: 40px;
  font-size: 15px;
  padding: .7em 15px;
}

.categoryList li:last-of-type a {
  border-bottom: 1px solid #ffcd5e;
}

.categoryList li a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  background-color: rgba(0, 0, 0, .4);
  background-image: url(/cmn/images/icons-18-white.png);
  background-repeat: no-repeat;
  background-position: -108px 50%;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
}

.categoryList li a span {
  display: none;
}

.topNewsArea {
  max-width: 640px;
  margin: 20px auto 20px;
  text-align: left !important;
  padding: 10px;
}

.topNewsArea img {
  margin-bottom: 20px;
  width: 100%;
}

.topNewsArea img.m10 {
  margin: 10px !important;
  width: 100%;
}

.top_price {
  color: #f25050;
  font-size: medium;
  font-weight: bold;
}

.top_price strong {
  font-size: large;
}