/* 全ページ共通クラス
----------------------------------------------------------- */

/*--- テキスト関係 ---*/

.attention {
    color: #FF0000;
}

/* 注意色(基本赤) */

.text4L {
    font-size: 200%;
}

.text3L {
    font-size: 160%;
}

.text2L {
    font-size: 140%;
}

.textL {
    font-size: 120%;
}

.textS {
    font-size: 80%;
}

.text2S {
    font-size: 60%;
}

.bold {
    font-weight: bold;
}

/* テキスト位置設定 */

.center {
    margin: auto;
    text-align: center;
}

.textCenter {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.indent {
    text-indent: -1em;
    padding-left: 1em;
}

/*--- マージン関係 ---*/

.m0 {
    margin: 0;
}

.mT10 {
    margin-top: 10px;
}

.mT20 {
    margin-top: 20px;
}

.mT30 {
    margin-top: 30px;
}

.mB5 {
    margin-bottom: 5px;
}

.mB10 {
    margin-bottom: 10px;
}

.mB20 {
    margin-bottom: 20px;
}

.mB30 {
    margin-bottom: 30px;
}

.mR10 {
    margin-right: 10px;
}

.mR20 {
    margin-right: 20px;
}

.mL5 {
    margin-left: 5px;
}

.mL10 {
    margin-left: 10px;
}

.mL20 {
    margin-left: 20px;
}

.mRL10 {
    margin: auto 10px;
}

/*--- パッディング関係 ---*/

.p0 {
    padding: 0;
}

.p10 {
    padding: 10px;
}

.pT5 {
    padding-top: 5px;
}

.pT10 {
    padding-top: 10px;
}

.pB10 {
    padding-bottom: 10px;
}

.pR10 {
    padding-right: 10px;
}

.pL10 {
    padding-left: 10px;
}

.pB20 {
    padding-bottom: 20px;
}

.pRL10 {
    padding: 0 10px;
}

/*--- フロート関係 ---*/

.floatLeftBox li {
    float: left;
}

/* リストをフロート左へ */

.floatLeft {
    float: left;
}

.floatRightBox li {
    float: right;
}

/* リストをフロート右へ */

.floatRight {
    float: right;
}

.clearBoth {
    clear: both;
}

/*-- 画像関係 --*/

.figLeft {
    float: left;
    margin: 10px 10px 10px 0;
}

.figRight {
    float: right;
    margin: 10px 0 10px 10px;
}

/* 全ページ共通クラス(要調整)
----------------------------------------------------------- */

/*--- 記事枠 ---*/

.contentBox {
    clear: both;
    margin: 0 auto;
    zoom: 100%;
    /*IE6*/
}

.contentBox p {
    margin: 10px 0 1.0em;
}

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

.pageTop {
    clear: both;
    text-align: right;
    margin-bottom: 30px;
}

.crumb {
    padding-bottom: 10px;
    width: 960px;
    margin: 0 auto;
}

.crumb>ul {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    justify-content: center;
}

.crumb>ul>li {
    font-size: 12px;
}

.crumb>ul>li>a {
    color: #3E3A39;
}

.page-content.bg1 {
    background-image: url(../img/bg_plan.png);
    background-repeat: repeat;
    padding-top: 40px;
    padding-bottom: 26px;
}

.page-content.bg2 {
    background-image: url(../img/bg_about_wr.png);
    background-repeat: repeat;
}

.content-box {
    width: 948px;
    margin: 0 auto;
    background-size: contain;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 40px;
    overflow: hidden;
}

.temp_title01 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: left;
    margin-bottom: 20px;
    line-height: 1.4;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

/* .temp_title01:before {
    content: url("../img/menu/icon_ttl.png");
} */

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

/*-- 新着情報 --*/

dl.news {
    width: 520px;
}

dl.news dt {
    clear: both;
    float: left;
    width: 7em;
    padding: 10px;
    font-weight: bold;
}

dl.news dd {
    padding: 10px 10px 10px 6.5em;
}

.sale {
    position: relative;
    z-index: 10;
    float: left;
    padding-top: 2px;
}

.listPlan {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    margin-right: -19px;
    width: 984px;
    margin-bottom: 34px;
}

.listPlan>li {
    width: 240px;
    position: relative;
    font-size: 14px;
    margin: 0 16px;
}

.icon-pop {
    position: absolute;
    top: 0;
    right: -7px;
    top: -17px;
    z-index: 100;
}

.listPlan>li>a {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding: 0 4px;
    margin-bottom: 4px;
    display: inline-block;
}

.listPlan>li>a:link {
    color: #3E3A39;
    text-decoration: none;
}

.listPlan>li>a:visited {
    color: #3E3A39;
    text-decoration: none;
}

.listPlan>li>a:hover {
    color: #3E3A39;
    text-decoration: none;
}

.listPlan>li>a:active {
    color: #3E3A39;
    text-decoration: none;
}

/* .listPlan-txt {
	background-image: url(../img/bg_plan_txt.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 128px;
	padding: 22px 13px 0 13px;
} */

.listPlan-txt {
    font-size: 24px;
    padding-top: 8px;
    /* padding-left: 80px; */
    position: relative;
    text-align: center;
    z-index: 1;
}

/* .listPlan-txt::before {
    background: url(../img/icon_about.png) center no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 60px;
    position: absolute;
    left: 0;
    top: -20px;
    width: 60px;
    z-index: -1;
} */

.listPlan-price {
    display: inline-block;
    width: 90%;
    padding-left: 25px;
}

.listPlan-price>em {
    font-weight: bold;
    color: #E60012;
    font-size: 24px;
    line-height: 0.8;
}

.listMenu {
    overflow: hidden;
    color: #E26886;
    margin-left: -1px;
}

.listMenu>li {
    float: left;
    width: 320px;
    position: relative;
    text-align: center;
}

.listMenu>li>a {
    position: absolute;
    top: 213px;
    right: 25px;
}

.listMenu>li>a.icon-click2 {
    right: 15px;
}

.listMenu>li>a.icon-click3 {
    right: 5px;
}

.listMenu>li>span {
    position: absolute;
    top: 316px;
    width: 100%;
    display: inline-block;
    left: 0;
}

.listShopInfo {
    width: 926px;
    font-size: 14px;
    margin-bottom: 13px;
}

.listShopInfo li {
    border-bottom: dotted 1px #3E3A39;
    padding-top: 9px;
    padding-bottom: 10px;
}

.listShopInfo li:last-child {
    border-bottom: none;
}

.floatList li {
    float: left;
    margin: 0 0 0 20px;
}

.floatList li:first-child {
    margin: 0;
}

.banner {
    width: 460px;
    float: left;
    margin-right: 20px;
}

.sns_outer {
    float: left;
    width: 460px;
}

.sns_outer .fb-page {
    margin-bottom: 20px;
}

.banner>a {
    margin-bottom: 20px;
    display: block;
}

.indexNews {
    margin: 0 0 20px 0;
    font-size: 14px;
    border: 1px solid #3E3A39;
}

.indexNewsTitle {}

.indexNewsInner {
    overflow-y: auto;
    height: 453px;
    /* height: 165px; */
}

.indexNews dl {
    overflow: hidden;
    width: 441px;
}

.indexNews dt {
    float: left;
    padding-left: 2%;
    width: 20%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.indexNews dd {
    float: right;
    width: 75%;
    padding-left: 2%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.icon-about {
    position: absolute;
    z-index: 10;
    right: -39px;
    bottom: -17px;
}

.page-title {
    box-sizing: border-box;
    background-image: url(../img/bg_pt.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
    width: 100%;
}

.page-title h2 {
    padding: 0 40px;
}

.page-title.bg1 {
    background-image: url(../img/cover/1.jpg);
}

.page-title.bg2 {
    background-image: url(../img/cover/2.jpg);
}

.page-title.bg3 {
    background-image: url(../img/cover/3.jpg);
}

.page-title.bg4 {
    background-image: url(../img/cover/4.jpg);
}

.page-title.bg5 {
    background-image: url(../img/cover/5.jpg);
}

.page-title.bg6 {
    background-image: url(../img/cover/6.jpg);
}

.page-title.bg_reason {
    background-image: url(../img/cover/reason_bg.jpg);
    background-size: contain;
    height: 540px;
}

.page-title.bg_wedding {
    background-image: url(../img/cover/wedding_bg.jpg);
    background-size: contain;
    height: 540px;
}

.page-title.bg_rental {
    background-image: url(../img/cover/rental_bg.jpg);
    background-size: contain;
    height: 540px;
}

.page-title.bg_photogallery {
    background-image: url(../img/cover/photogallery_bg.jpg);
    background-size: contain;
    height: 540px;
}

.page-title.bg_question {
    background-image: url(../img/cover/question_bg.jpg);
    background-size: contain;
    height: 540px;
}

.page-title.bg_contact {
    background-image: url(../img/cover/contact_bg.jpg);
    background-size: contain;
    height: 540px;
}

.page-title.bg_about {
    background-image: url(../img/cover/about_bg.jpg);
    background-size: contain;
    height: 540px;
}

.page-title.bg_gallery {
    background-image: url(../img/cover/gallery_bg.jpg);
    background-size: contain;
    height: 540px;
}

.page-title>.inner {
    height: 100%;
    width: 960px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: center;
    margin: 0 auto;
    position: relative;
}

.page-title-v2-line >.inner::before {
    border: solid 2px #fff;
    content: "";
    display: block;
    height: calc(100% - 32px);
    position: absolute;
    top: 16px;
    left: 16px;
    width: calc(100% - 32px);
}

.page-title-v2 h2 {
    color: #fff;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
    padding: 24px;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.page-title-v2 h2 strong {
    background:
        url(../img/title_line01.png) left top repeat-x,
        url(../img/title_line01.png) left bottom repeat-x;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 40px;
    font-weight: bold;
    display: block;
    line-height: 1;
    padding: 44px;
    text-align: center;
}

.page-title-v2 h2 span {
    font-size: 20px;
    font-weight: 500;
    display: block;
}

.page-title-v2-align-right h2 {
    left: auto;
    right: 20px;
}

/* メニュー&プラン
----------------------------------------------------------- */

#menu {
    box-shadow: 0 0 4px -1px rgba(228, 0, 82, 0.5);
    width: 948px;
    margin: 0 auto 40px;
    background: url(../img/bg_menu_1.jpg) bottom right no-repeat;
    padding-top: 39px;
    padding-left: 30px;
    overflow: hidden;
    height: 429px;
    font-size: 14px;
}

#menuDress {
    box-shadow: 0 0 4px -1px rgba(228, 0, 82, 0.5);
    width: 948px;
    margin: 0 auto 40px;
    background: url(../img/bg_menu_2.jpg) left bottom no-repeat;
    padding-top: 39px;
    padding-left: 30px;
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 58px;
}

#menuDress>h3,
#menu>h3 {
    text-align: left;
    margin-bottom: 20px;
    line-height: 0;
}

#menu>h3:before,
#menuDress>h3:before {
    content: url("../img/menu/icon_ttl.png");
}

#menu span,
#menuDress span {
    padding-left: 35px;
}

.tbl-menu {
    width: 100%;
    text-align: left;
    font-size: 14px;
    margin-top: 20px;
}

.tbl-menu caption {
    font-size: 18px;
    font-weight: bold;
    padding: 16px;
    text-align: left;
}

.tbl-menu tr {
    border-top: solid 1px #DCDDDD;
}

.tbl-menu tr.color {
    background: #efefef;
}

.tbl-menu th,
.tbl-menu td {
    padding: 20px;
}

.tbl-menu th {
    font-weight: normal;
    width: 300px;
    padding-left: 38px;
}

.tbl-menu td em {
    /* color: #C30D23; */
}

.tbl-menu td span {
    color: #C30D23;
    margin-left: 1em;
}

.menu-img {
    float: left;
    margin-left: 44px;
    padding-top: 3px;
}

.tbl-menu.dress {
    width: 100%;
}

.menu-img.dress {
    margin-left: 93px;
    margin-right: 50px;
}

.hair_bottom {
    color: #C30D23;
}

#wedding__msg {
    font-size: 20px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    text-align: center;
}

#wedding__gallery {
    background-image: inherit;
}

#wedding__gallery ul {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
}

#wedding__gallery ul li {
    width: 300px;
}

#wedding__gallery ul li:nth-child(n+4) {
    margin-top: 24px;
}

#wedding__gallery ul li:not(:nth-child(3n+1)) {
    margin-left: 24px;
}

#wedding__gallery figcaption {
    font-size: 12px;
    padding: 8px 0 8px;
}

.wedding__gallery_detail {
    display: none;
}

.wedding__gallery_box {
    background-color: #fff;
}

/* WEB予約
----------------------------------------------------------- */

.content-wrapper {
    width: 100%;
    background-image: url(../img/bg_about_wr.png);
    background-repeat: repeat;
}

.content {
    width: 960px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 26px;
    min-height: 500px;
}

.tbl-form {
    border-collapse: collapse;
    border: solid 3px #3E3A39;
    padding: 15%;
    width: 80%;
    margin: 0 auto;
}

.tbl-form tr {}

.tbl-form th {
    font-weight: normal;
    width: 250px;
    padding: 21px 0;
}

.tbl-form td>input {
    /*width: 90%;*/
}

.tbl-form td>textarea {
    width: 70%;
}

.btnArea {
    text-align: center;
    padding: 10px 0;
}

.btnArea input {
    background: #3E3A39;
    color: #fff;
    width: 25%;
    border: solid 1px #3E3A39;
    padding: 20px;
    cursor: pointer;
}

.message {
    font-size: 20px;
    font-weight: bold;
    color: #E40055;
}

.btnArea input:hover {
    background: #F4558E;
}

.mailHeight td {
    padding: 0 30px 5px 0;
}

.mailHeight td span {
    font-size: 12px;
}

.whiteArea {
    width: 100px;
    margin: 0 3px 0 10px;
}

.mailList {
    line-height: 35px;
}

/* KOUMEについて
----------------------------------------------------------- */

.listAboutInfo {
    border-bottom: dotted 1px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    padding: 20px 0;
}

.listAboutInfo>dt {
    padding-left: 20px;
    width: 200px;
}

.listAboutInfo>dd {
    text-align: left;
    padding: 0 20px;
}

/* ギャラリー
----------------------------------------------------------- */

.listGallery {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
}

.listGallery>li {
    margin-bottom: 34px;
    width: 162px;
    text-align: center;
}

.listGallery>li:not(:nth-child(5n+1)) {
    margin-left: 34px;
}

.listGallery>li a:hover {
    opacity: 0.5;
}

.listGallery>li img {
    max-width: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

/*ページャー*/

.pager {
    width: 960px;
    margin: 0 auto;
    clear: both;
}

.pager>ul {
    width: 100%;
    text-align: center;
}

.pager>ul>li {
    display: inline-block;
}

.pager>ul>li>a {
    text-decoration: none;
    color: #333;
    background: #ddd;
    color: #3E3A39;
    padding: 5px 10px;
    border-radius: 3px;
}

.pager>ul>li>span {
    text-decoration: none;
    color: #333;
    background: #3E3A39;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    display: block;
    margin-top: 10px;
}

.no-data {
    width: 100%;
    height: 300px;
    text-align: center;
    line-height: 260px;
}

/* Q & A
----------------------------------------------------------- */

.listQestion {
    padding: 20px 0;
}

.listQestion>dt {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 25px;
    color: #3E3A39;
    font-weight: bold;
}

.listQestion>dd {
    padding: 10px;
}

/* 人気の理由
----------------------------------------------------------- */

.reason-comment {
    width: 100%;
}

.content-box .temp_title01 + p {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 18px;
    font-weight: bold;
}

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

.reason figure {
    margin: 20px;
    flex: 1;
}

#hairmake .reason figure {
    order: 2;
}

.reason figure img {
    border: solid 5px #fff;
    box-shadow: 1px 1px 4px 2px rgba(0,0,0,0.1);
}

.reason>img {
    float: right;
    margin-left: 20px;
    margin-right: 30px;
}

.listBnr {
    display: none;
    width: 960px;
    margin: 0 auto;
    padding: 20px 0;
    overflow: hidden;
}

.listBnr>li {
    float: left;
    margin-left: 30px;
}

/* レンタルの流れ
----------------------------------------------------------- */

.flow-comment {
    overflow: hidden;
    float: left;
    width: 580px;
}

.flow>img {
    float: left;
    margin-right: 30px;
}

/* 記事レイアウトサンプル
----------------------------------------------------------- */

ul.imgList {
    margin: 10px 0;
    text-align: center;
}

ul.imgList li {
    display: inline;
    padding: 5px;
}

/* ライトボックス写真部分
----------------------------------------------------------- */

#gallery {
    width: 520px;
    margin-top: 10px;
    padding: 10px 0;
    background-color: #444;
}

#gallery ul {
    width: 455px;
    margin: 0 auto;
    list-style: none;
}

#gallery ul li {
    display: inline;
}

#gallery ul img {
    border: 5px solid #3e3e3e;
    border-width: 5px 5px 20px;
}

#gallery ul a:hover img {
    border: 5px solid #fff;
    border-width: 5px 5px 20px;
    color: #fff;
}

#gallery ul a:hover {
    color: #fff;
}

.Privacy dt {
    font-weight: bold;
}

.Privacy dd {
    padding-bottom: 30px;
}

.Privacy dd ul {
    padding-left: 30px;
}

.Privacy dd ul li {
    list-style-type: decimal;
}

/* お問い合わせ
----------------------------------------------------------- */

input[type="checkbox"],
input[type="radio"] {
    vertical-align: middle;
}

/*--- フォームテーブル ---*/

dl.formtbl {
    margin: 10px auto 0;
    border-top: solid 1px #999;
    background: #FFFFFF;
}

dl.formtbl dt {
    clear: both;
    float: left;
    width: 145px;
    padding: 5px;
    font-weight: bold;
    color: #999;
}

dl.formtbl dd {
    padding: 5px 5px 5px 150px;
    border-bottom: solid 1px #999;
}

dl.formtbl dd .formWidthMin {
    width: 100px;
}

dl.formtbl dd .formWidth {
    width: 340px;
}

ul.formList li {
    display: inline;
    padding-right: 5px;
}

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

.btnBox {
    clear: both;
    margin: 10px auto 20px;
    text-align: center;
}

.btnBox input {
    margin: 0 10px;
    padding: 5px;
    cursor: pointer;
}

/* 概要説明
----------------------------------------------------------- */

/*--- 概要dl ---*/

dl.outline {
    width: 520px;
}

dl.outline dt {
    clear: both;
    float: left;
    width: 7em;
    padding: 5px;
    font-weight: bold;
}

dl.outline dd {
    padding: 5px 5px 5px 8em;
}

/* カレンダー
----------------------------------------------------------- */

.calender-date {
    color: #3E3A39;
    font-size: 20px;
}

.cal {
    width: 100%;
    margin-bottom: 40px;
}

.cal tr th,
.cal tr td {
    padding: 10px;
    border: solid 1px #ccc;
}

.cal tr th {
    background: #FDECF2;
}

.cal tr td {}

.cal tr td>a {
    color: #3E3A39;
}

/* バナー
----------------------------------------------------------- */

.banner1 {
    width: 961px;
    margin: 0 auto 20px;
}

.banner2 {
    width: 961px;
    margin: 0 auto;
}

.banner>p {
    margin-bottom: 10px;
}

#plan .instagram_title {
    margin-bottom: 16px;
    text-align: center;
}

#plan .instagram_title a:hover {
    opacity: 0.5;
}

#cboxLoadedContent {
    background-color: #fff !important;
    border: solid 1px #333 !important;
    padding: 24px !important;
}

#access_map p {
    text-align: center;
}

#about_gallery {

}

.home #shopInfo .inner,
.home #aboutInfo .inner {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

.home #aboutInfo .inner {
    align-items: center;
}

.home #shopInfo figure,
.home #aboutInfo figure {
    width: 413px;
}

.home #shopInfo figure img,
.home #aboutInfo figure img {
    border: solid 5px #fff;
    box-shadow: 1px 1px 4px 2px rgba(0,0,0,0.1);
}

.home .shopInfo_content,
.home .aboutInfo_content {
    margin-left: 40px;
    width: 926px;
}

.home .shopInfo_content h2,
.home .aboutInfo_content h2 {
    text-align: left;
}

.home .aboutInfo_content h2 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 18px;
}

.home .shopInfo_content p,
.home .aboutInfo_content p {
    font-size: 16px;
    line-height: 1.8em;
}

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

/* 20200519@kajiwara */
.topNews {
    width: 960px;
    margin: 50px auto 0;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.topNews > h2 {
    font-size: 24px;
    text-align: center;
}

.topNews > p {
    margin: 25px auto 0;
    text-align: center;
}
