@charset "utf-8";
/* CSS Document */


#profile {
	margin: 15px 0 0;
}

#profile_inner {
	width: 1080px;
}

#profile_left {
	float: left;
	width: 501px;
}

#main_photo,
#thumb_photo {
        display: inline-block;
        vertical-align: top;
}

#main_photo {
        width: 371px;
        text-align: center;
        position: relative;
}

#main_photo img {
	width: 100%;
    height: 558px;
    object-fit: cover;
    object-position: 50% 0;
}

#thumb_photo {
	width: 124px;
	margin: 0;
	font-size: 0px;
}

#thumb_photo li {
	width: 124px;
	cursor: pointer;
	position: relative;
}

#thumb_photo li img {
	width: 100%;
    height: 186px;
    object-fit: cover;
    object-position: 50% 0;
}

.logoimg {
	position: absolute;
	background: url(../images/ciel_logo.png) no-repeat 0 0;
	background-size: 100%;
}

#main_photo .logoimg {
	bottom: 10px;
	right: 6px;
	width: 160px;
	height: 131px;
}

#thumb_photo .logoimg {
	bottom: 6px;
	right: 6px;
	width: 50px;
	height: 41px;
}


#profile_right {
	float: right;
	width: 543px;
}

#profile_right h3 {
        margin: 0 0 -11px;
        padding: 0;
	//
        font-family: "hiraginostdw4";
        font-size: 30px;
        font-weight: normal;
}

#profile_right h3 span {
        display: block;
        margin: 0 0 -10px;
        font-size: 16px;
        //font-family:"AGaramondPro-Regular";
}

#profile_faq {
        margin: 5px 0 5px;
}

#profile_faq dl {
	margin: 5px 0;
}

#profile_faq dt,
#profile_faq dd {
        display: inline-block;
        font-size: 14px;
}

#profile_faq dt {
        width: 130px;
        color: #8a713c;
}

#profile_cmnt h4 {
        padding: 0 0 5px;
        border-bottom: solid 1px #725f3d;
        color: #725f3d;
        font-weight: normal;
        font-size: 14px;
        margin: 0 0 10px;
}

#profile_cmnt_inner {
        font-size: 14px;
        max-height: 274px;
        overflow: auto;
}

#content .g_icon {
	margin: 0 0 10px;
	text-align: left;
	width: 250px;
}

.gold {
        color: #ae9939;
}

.silver {
        color: #7a7a7a;
}

.platinum {
        color: #90236a;
}

.diamond{
        color: #bdbdbd;
}

#profile_schedule {
	margin: 0;
	font-size: 0;
	clear: both;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#profile_schedule h4 {
        color: #8a713c;
        font-weight: normal;
        font-size: 16px;
        width: 100%;
        margin: 15px 0 5px
}

#profile_schedule dl {
         display: inline-block;
         margin: 0;
         padding: 0;
         width: 166px;
         border: solid 1px #b39b69;
         font-size: 16px;
         text-align: center;
}

#profile_schedule dl:first-of-type {
         width: 498px;
         border-bottom: none;
}

#profile_schedule dl:nth-of-type(2),
#profile_schedule dl:nth-of-type(5){
         border-right: none;
         box-sizing: border-box;
}

#profile_schedule dl:nth-of-type(4),
#profile_schedule dl:nth-of-type(7){
         border-left: none;
         box-sizing: border-box;
}

#profile_schedule dl:nth-of-type(2),
#profile_schedule dl:nth-of-type(3),
#profile_schedule dl:nth-of-type(4){
         border-bottom: none;
}

#profile_schedule dl dt {
         padding: 5px 0;
         background: #b39b69;
         color: #fff;
}

#profile_schedule dl dt.sat {
	color: #33f;
}

#profile_schedule dl dt.sun {
	color: #f00;
}

#profile_schedule dl dd {
         margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
   display: flex;
   -webkit-box-pack: center;
   -moz-box-pack: center;
   -ms-flex-pack: center;
   -webkit-justify-content: center;
   justify-content: center;
   min-height: 40px;
height: 40px;
line-height: 1.2;
}

#profile_schedule dl dd span {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
#profile_schedule dl dd .ja {
	font-size: 14px;
}

/* price_area */
.price_area {
	margin: 10px 0 0;
}
.price_area p {
	/* text-align: center; */
	margin: 10px 0 0;
}
.price_area img {
	width: 250px;
}
.price_area dl {
	width: 100%;
	margin: 20px 0 0;
}
.price_area dt {
	float: left;
	padding: 8px 0;
	width: 30%;
	border-bottom: 1px solid #b39b69;
}
.price_area dd {
	float: right;
	padding: 8px 0;
	margin: 0;
	width: 70%;
	text-align: right;
	border-bottom: 1px solid #b39b69;
}

/* alert */
#alert {
	overflow: hidden;
	margin: 20px 0 40px;
}
#alert form {
	width: 50%;
	display: block;
	box-sizing: border-box;
}
#alert h3 {
	margin: 0 0 10px;
	padding: 0;
	font-size: 26px;
	font-weight: normal;
}
#alert #mlmag_regist {
	padding-right: 30px;
	float: left;
}
#alert #mlmag_delete {
	padding-left: 30px;
	float: right;
}
#alert form dl {
	height: 180px;
	margin: 0;
}
#alert form dt {
	margin: 0 0 5px;
}
#alert form dd {
	margin: 0 0 15px;
}
#alert form input[type=text] {
	width: 100%;
	box-sizing: border-box;
	font-family: inherit;
	padding: 5px 10px;
	border: 1px solid #ccc;
}
#alert form button {
  display: block;
  width: 300px;
  height: 50px;
  margin: 20px auto 0;
  border: none;
  background: #393939;
  color: #fff;
  line-height: 50px;
}