@charset "UTF-8";
@import url(reset.css);
@import url(fonts.css);
@import url(nav.css);
body,
html {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

img {
  max-width: 100%;
}

/*body { font-family:"Hiragino Maru Gothic Pro","ヒラギノ丸ゴ Pro W4",sans-serif;}*/
img {
  vertical-align: bottom;
}

.bttn a {
  text-decoration: none;
}

.container {
  width: 92% !important;
  padding: 0 4%;
}

.container.lower {
  padding-top: 10px;
}

.container h1 {
  margin: 0;
}

.container h2 {
  margin: 3px 0 15px 0;
}

.container p {
  font-size: 105%;
  line-height: 1.3em;
}

.container dd {
  margin-left: 0;
}

/*ヘッダ*/
#head {
  width: 100%;
  background: #75D0C4;
  padding: 10px 0;
  position: relative;
}

#logo {
  text-align: center;
  margin: 0;
}

#catch {
  padding: 10px;
}

#head ul {
  position: absolute;
  top: 10px;
  right: 3%;
  width: 170px;
  text-align: right;
}

#head ul li {
  display: block;
  padding-bottom: 5px;
}

/*ナビゲーション*/
#gnavi ul {
  width: 100%;
  background: url(../images/gnavi_bg.gif) 0 100% repeat-x;
  margin: 0;
  padding: 0;
}

.gnavi_list01 li {
  float: left;
}

li.btn01 {
  width: 38.75%;
}

li.btn02 {
  width: 32.5%;
}

li.btn03 {
  width: 28.75%;
}

/*index メインイメージ*/
#ind_main_img img {
  width: 100%;
}

#ind_wtd {
  position: relative;
  top: 15px;
}

#ind_album {
  margin-bottom: 10px;
}

#ind_album h3,
#ind_album p {
  padding: 0;
  margin: 0;
}

.bn_nav {
  margin: 0;
  background: #E0F5F2;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 2px solid #CCC;
}

.bn_nav li p {
  padding: 5px 0 5px 52%;
  font-size: 0.80em;
  line-height: 1.3em;
}

.bn_nav li img {
  float: left;
}

.bn_nav li.bnnav001 {
  background: url(../images/bn_nav_bn001.gif) no-repeat 100% 100%;
  -webkit-background-size: 50%;
  background-size: 50%;
}

.bn_nav li.bnnav002 {
  background: url(../images/bn_nav_bn002.gif) no-repeat 100% 100%;
  -webkit-background-size: 50%;
  background-size: 50%;
}

.bn_nav li.bnnav003 {
  background: url(../images/bn_nav_bn003.gif) no-repeat 100% 100%;
  -webkit-background-size: 50%;
  background-size: 50%;
}

#topics {
  margin: 5px 0 0 0;
  background: url(../images/topics_bottom.jpg) no-repeat 0 100%, url(../images/topics_middle.jpg) repeat-y 0 0;
  background-size: 100%, 100%;
}

#topics dl {
  padding: 0 7% 3% 7%;
  margin-bottom: 10px;
}

#topics dt {
  padding: 7px 0 0 15px;
  border-top: 1px solid #CCC;
  font-size: 110%;
  color: #267369;
  background: url(../images/topics_arr.gif) no-repeat 0 12px;
  background-size: 11px;
}

#topics dd {
  padding: 0 0 7px 15px;
}

#topics dd a {
  color: #000;
  text-decoration: none;
}

#bloglist {
  margin: 5px 0 0 0;
  background: url(../images/topics_bottom.jpg) no-repeat 0 100%, url(../images/topics_middle.jpg) repeat-y 0 0;
  background-size: 100%, 100%;
}

#bloglist dl {
  padding: 0 7% 3% 7%;
  margin-bottom: 10px;
}

#bloglist dt {
  padding: 7px 0 0 15px;
  border-top: 1px solid #CCC;
  font-size: 110%;
  color: #267369;
  background: url(../images/topics_arr.gif) no-repeat 0 12px;
  background-size: 11px;
}

#bloglist dd {
  padding: 0 0 7px 15px;
}

#bloglist dd a {
  color: #000;
  text-decoration: none;
}

.plan {
  background: #38A597;
  clear: both;
  padding-bottom: 2px;
}

/*foot SP*/
/* ---/ リスト01
----------------------------------- */
.top_footer_menu {
  margin-bottom: 10px;
}

.list01 {
  /*border-bottom:#C1B4A1 1px solid; margin-left:0;
  border-top:#DFD7CA 1px solid;*/
  margin: 0;
}

.list01 li {
  /*border-bottom:#DFD7CA 1px solid;
  border-left:#DFD7CA 1px solid;
  border-right:#DFD7CA 1px solid;
  background:#FFF;*/
}

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

.list01 li a {
  padding: 10px;
  min-height: 1.5em;
  line-height: 1.5;
  padding-right: 25px;
  margin-bottom: 2px;
  display: block;
  color: #333;
  text-decoration: none;
  background: url(../images/icon_arr.png) 95% 50% no-repeat #EEDDA6;
  -webkit-background-size: 7px 8px;
  background-size: 7px 8px;
}

.list01 li a:after {
  /* clearfix */
  display: block;
  clear: both;
  content: '';
}

.list01 .img_box {
  width: auto;
  float: left;
  margin-right: 10px;
  background-color: #FFF;
}

#to_form {
  margin: 0;
}

#to_form.lower {
  margin-bottom: 10px;
}

#to_form li {
  float: left;
  width: 50%;
}

#foot {
  background: #75D0C4;
  margin-top: 0;
}

#foot_bns {
  padding: 3px 3% 0 3%;
  margin: 0;
  text-align: center;
}

#foot_bns li {
  float: left;
}

.f_bn001 {
  width: 80%;
}

.f_bn002 {
  width: 20%;
}

#foot_nav {
  background: #C8ECE7;
  padding: 5px 3%;
  margin: 0;
  text-align: center;
}

#foot_nav li {
  font-size: 85%;
  display: inline-block;
  margin-left: 10px;
}

#foot_nav li a {
  text-decoration: none;
  color: #333;
}

#foot_nav li a:before {
  color: #f08a2e;
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  font-weight: 900;
  margin-right: 5px;
}

#copy {
  text-align: center;
  padding: 10px 0;
  font-size: 80%;
  color: #FFF;
}

#ai_logo {
  text-align: center;
  padding: 5px 0;
  margin-top: -20px;
}

/*下層ページ用*/
#main_content.one_cl {
  width: 950px;
  padding: 15px 25px 0 25px;
}

#main_content h1 {
  padding-bottom: 8px;
  line-height: 1.2em;
}

#main_content p {
  font-size: 13px;
  line-height: 1.5em;
  padding-bottom: 7px;
  color: #464637;
  margin: 0;
}

#main_content h2 {
  font-size: 18px;
  line-height: 1.1em;
  background: url(../../images/h2_bar.gif) repeat-x 0 100%;
  color: #3CB0A2;
  margin-bottom: 12px;
  margin-top: 25px;
  padding-bottom: 10px;
}

#sub_content {
  width: 220px;
  float: right;
  padding: 15px 25px 0 0;
}

#sub_content.side_dress {
  width: 205px !important;
}

/*スタジオフォト*/
#main_img {
  margin-bottom: 0;
}

#main_img.studio h1 {
  margin: 0;
}

#main_img.studio #catch p {
  font-size: 12px;
  color: #575748;
  line-height: 1.5em;
  padding-bottom: 16px;
}

#main_img.location {
  height: 511px !important;
}

#main_img.location {
  background: url(../../images/l_ttl_bg.jpg) no-repeat 0 0;
}

#main_img.location h1 {
  position: absolute;
  top: 40px;
  left: 0;
  width: 382px;
  height: 118px;
}

#main_img.location #catch {
  position: absolute;
  top: 190px;
  left: 25px;
  width: 359px;
}

#main_img.location #catch p {
  font-size: 14px;
  color: #3F2F1F;
  line-height: 1.5em;
  padding-bottom: 10px;
}

/*スタジオフォト*/
.ceremony #main_content h2 {
  color: #C1B261;
  font-weight: normal;
}

#c_plan h3 {
  font-size: 105%;
}

#c_plan .price {
  float: none;
  width: auto;
  margin: 0 0 15px;
  border: 0;
  padding: 5px 0px;
  border-radius: 1em;
  font-size: 16px;
  background: #c1b361;
  line-height: 1.5;
  background: -moz-linear-gradient(top, #75bcb6 0%, #75bcb6 10%, #c1b361 10%, #c1b361 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #75bcb6), color-stop(10%, #75bcb6), color-stop(10%, #c1b361), color-stop(100%, #c1b361));
  background: -webkit-linear-gradient(top, #75bcb6 0%, #75bcb6 10%, #c1b361 10%, #c1b361 100%);
  background: -o-linear-gradient(top, #75bcb6 0%, #75bcb6 10%, #c1b361 10%, #c1b361 100%);
  background: -ms-linear-gradient(top, #75bcb6 0%, #75bcb6 10%, #c1b361 10%, #c1b361 100%);
  background: linear-gradient(to bottom, #75bcb6 0%, #75bcb6 10%, #c1b361 10%, #c1b361 100%);
  text-align: center;
  color: #fff;
}

#c_plan .price img {
  display: block;
  margin: auto;
  width: 40%;
}

#c_plan dd {
  padding: 0px;
  float: left;
  border: 0.5em solid rgba(193, 179, 97, 0.7);
  border-radius: 1em;
  width: 30%;
  box-sizing: border-box;
}

#c_plan .row1 dd {
  margin: 0 5% 15px 0;
}

#c_plan .row2 dd {
  margin: 0 5% 15px 17.5%;
}

#c_plan dd:last-child {
  margin-right: 0px;
}

#c_plan .row2 dd:last-child {
  margin: 0 5% 15px auto;
}

#c_plan dd img {
  display: block;
  margin: 0 auto 0;
  border-radius: 16px;
}

#c_plan p {
  clear: both;
  display: block;
  margin: 0 auto 1em;
  border-radius: .75em;
  background: #c1b361;
  padding: 10px;
  text-align: center;
  color: #fff;
}

#c_plan p span {
  font-size: 1.4em;
}

#ceremony_plan2,
#ceremony_plan {
  margin: 0;
}

#ceremony_plan .c_price {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#feecd2+0,fcd7a1+51,feecd2+100 */
  background: #feecd2;
  /* Old browsers */
  background: -moz-linear-gradient(left, #feecd2 0%, #fcd7a1 51%, #feecd2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #feecd2 0%, #fcd7a1 51%, #feecd2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #feecd2 0%, #fcd7a1 51%, #feecd2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feecd2', endColorstr='#feecd2', GradientType=1);
  /* IE6-9 */
}

#main_content .c_price {
  position: relative;
  padding: 5px;
  margin-bottom: 10px;
}

#main_content .c_price::after {
  display: block;
  clear: both;
  content: "";
}

#main_content .c_price h3 {
  color: #965036;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  margin: 5px 0;
}

#main_content .c_price h3 span {
  color: #000;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
}

#main_content .c_price .comment {
  clear: both;
  float: left;
  font-size: .8em;
}

#main_content .c_price .price {
  position: absolute;
  right: 10px;
  top: 7px;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  line-height: 1.4;
}

#main_content .c_price .price .cut {
  background: #fff;
  font-size: 10px;
  font-weight: normal;
  text-align: right;
  vertical-align: middle;
  margin: 0 10px 0 0;
  padding: 3px;
}

#main_content .c_price .price .ex {
  font-size: 12px;
  text-align: right;
  font-weight: normal;
}

#main_content #ceremony_plan .list {
  display: block;
  width: 70%;
  margin: 0 auto;
}

#main_content #ceremony_plan > h2,
#main_content #ceremony_plan2 > h2 {
  line-height: 1;
  color: #000;
  background: none;
  font-size: 14px;
  padding: 0;
  margin: 5px;
}

#main_content #ceremony_plan span.cut,
#main_content #ceremony_plan2 span.cut {
  background: #fff;
  font-size: 10px;
  padding: 5px;
}

#main_content #ceremony_plan2 .c_price {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5f1df+0,ebe3bd+51,f5f1df+100 */
  background: #f5f1df;
  /* Old browsers */
  background: -moz-linear-gradient(left, #f5f1df 0%, #ebe3bd 51%, #f5f1df 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f5f1df 0%, #ebe3bd 51%, #f5f1df 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f5f1df 0%, #ebe3bd 51%, #f5f1df 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f1df', endColorstr='#f5f1df', GradientType=1);
  /* IE6-9 */
}

.slider {
  margin: 20px auto;
}

.slider p {
  text-align: right;
}

/*エンゲージメントフォトプラン*/
#e_plan h3 {
  font-size: 105%;
}

#e_plan .price {
  float: none;
  width: auto;
  margin: 0 0 15px;
  border: 0;
  padding: 5px 0px;
  border-radius: 1em;
  font-size: 16px;
  background: #E999A5;
  line-height: 1.5;
  background: -moz-linear-gradient(top, #75bcb6 0%, #75bcb6 10%, #E999A5 10%, #E999A5 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #75bcb6), color-stop(10%, #75bcb6), color-stop(10%, #E999A5), color-stop(100%, #E999A5));
  background: -webkit-linear-gradient(top, #75bcb6 0%, #75bcb6 10%, #E999A5 10%, #E999A5 100%);
  background: -o-linear-gradient(top, #75bcb6 0%, #75bcb6 10%, #E999A5 10%, #E999A5 100%);
  background: -ms-linear-gradient(top, #75bcb6 0%, #75bcb6 10%, #E999A5 10%, #E999A5 100%);
  background: linear-gradient(to bottom, #75bcb6 0%, #75bcb6 10%, #E999A5 10%, #E999A5 100%);
  text-align: center;
  color: #fff;
}

#e_plan .price img {
  display: block;
  margin: auto;
  width: 40%;
}

#e_plan dd {
  padding: 0px;
  float: left;
  border: 0.5em solid rgba(233, 153, 165, 0.7);
  border-radius: 1em;
  width: 47%;
  box-sizing: border-box;
  margin: 0 6% 15px 0;
}

#e_plan dd:last-child {
  margin-right: 0px;
}

#e_plan dd img {
  display: block;
  margin: 0 auto 0;
  border-radius: 16px;
}

#e_plan p {
  clear: both;
  display: block;
  margin: 0 auto 1em;
  border-radius: .75em;
  background: #E999A5;
  padding: 10px;
  text-align: center;
  color: #fff;
}

#e_plan p span {
  font-size: 1.4em;
}

.planbox {
  border-bottom: 1px solid #222;
}

.planbox.last {
  border-bottom: 0 none;
}

.planbox.last::after {
  content: "";
  display: block;
  clear: both;
}

.planbox > div {
  position: relative;
  margin: 15px 0;
}

.planbox > div::after {
  content: '';
  display: block;
  clear: both;
}

.planbox > div h3 {
  position: relative;
  padding: 5px 1em 5px 0;
  background: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  line-height: 1.4;
}

.planbox > div h3 .e {
  display: inline-flex;
  justify-content: space-between;
  width: 7em;
  margin-right: 1em;
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
}

.planbox > div h3 .bg_orange,
.planbox > div h3 .bg_green,
.planbox > div h3 .bg_red {
  display: inline-block;
  width: 9em;
  text-align: center;
  font-weight: normal;
  font-size: 13px;
  color: #fff;
}

.planbox > div h3 .bg_orange {
  background: #F08300;
}

.planbox > div h3 .bg_green {
  background: #72A57A;
}

.planbox > div h3 .bg_red {
  background: #CA475D;
}

.planbox > div h3 .j {
  display: inline-block;
  text-align: left;
  font-weight: normal;
  font-size: 13px;
}

.planbox p.pricedata {
  padding: 5px 0 0;
  background-image: url(/images/plan/dot.svg);
  background-repeat: repeat-x;
  background-size: auto 2px;
  background-position: center 16px;
  position: relative;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  min-height: 1em;
}

.planbox p.pricedata .cut {
  background: #fff;
  padding-right: 1em;
  text-align: right;
  font-weight: normal;
  font-size: 13px;
  position: absolute;
}

.planbox p.pricedata .text {
  margin-right: 0;
  text-align: right;
  font-weight: normal;
  font-size: 13px;
}

.planbox p.pricedata .price {
  position: absolute;
  background: #fff;
  padding-left: .5em;
  text-align: right;
  font-weight: bold;
  font-size: 16px;
  right: 0;
}

.planbox .costume {
  font-size: 13px;
  border: 1px solid #75D0C4;
  background: rgba(117, 208, 196, 0.1);
  padding: 10px;
  margin-top: 14px;
}

.planbox .costume dl {
  margin: 0;
}

.planbox .costume dt {
  margin: 0;
  font-size: 14px;
}

.planbox .costume dd {
  margin: 0;
  font-size: 12px;
  text-indent: 1em;
}

.price_box {
  border: 1px solid #222;
  margin: 0 0 20px;
  text-align: center;
  position: relative;
  padding: 5px;
  height: 2em;
}

.price_box p {
  position: absolute;
  text-align: left;
  margin: auto;
  padding: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 2em;
  background-image: url(/images/plan/dot.svg);
  background-repeat: repeat-x;
  background-size: auto 2px;
  background-position: center 15px;
}

.price_box p span.l {
  position: absolute;
  text-align: right;
  margin: 0;
  padding: 0 3px 0 3em;
  top: 3px;
  background: #fff;
}

.price_box p span.r {
  position: absolute;
  right: 0;
  text-align: right;
  margin: 0;
  top: 3px;
  padding: 0 3em 0 3px;
  background: #fff;
}

#main_img.album {
  height: 511px !important;
}

#main_img.album {
  background: url("../images/a_ttl_bg.jpg") no-repeat 0 0;
}

#main_img.album h1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 382px;
  height: 138px;
}

#main_img.album #catch {
  position: absolute;
  top: 161px;
  left: 22px;
  width: 338px;
}

#main_img.album #catch p {
  font-size: 13px;
  color: #FFF;
  line-height: 1.5em;
  padding-bottom: 7px;
}

#line_up {
  background: url(../../images/al_l_bg.gif) repeat-x 0 0;
  padding: 15px 0 0 0;
  margin-top: 15px;
}

#line_up h3 {
  margin: 0 0 35px 0;
  padding-left: 5px;
}

#line_up h4 {
  padding-bottom: 5px;
  margin: 0;
}

#line_up h5 {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 15px;
}

#line_up p {
  line-height: 1.5em;
  color: #666659;
  font-size: 14px;
}

#vari {
  background: #ABE2DB;
  padding: 10px;
  margin-bottom: 10px;
}

#vari .img_r {
  padding-bottom: 0 !important;
}

#vari h3 {
  padding: 0 0 10px 0;
  margin: 0;
}

#vari p {
  color: #4D4D43;
  line-height: 1.4em;
  font-size: 14px;
}

.first-location {
  padding: 10px 350px 10px 25px !important;
}

.s_content h2,
.s_content h3 {
  padding: 0 0 10px 0;
  margin: 0;
}

.s_content p {
  font-size: 12px;
  line-height: 1.5em;
  color: #202020;
  padding: 0 0 15px 0;
  margin: 0;
}

.s_content .img_r {
  float: right;
  padding: 0 0 0 10px;
}

.s_content .img_l {
  float: left;
  padding: 0 10px 0 0;
}

.fl_bn li {
  padding: 0 0 4px 0;
}

/*スタジオフォト*/
#container p {
  font-size: 13px;
}

#s_plan {
  background: url(../../images/s_plan_bg.gif) repeat-y 0 0;
  padding: 3%;
  margin-bottom: 10px;
}

#s_plan img.bg {
  background: url(../images/studio161220/bg.png);
  background-size: 8px 8px;
}

.svg #s_plan img.bg {
  background: url(../images/studio161220/bg.svg);
  background-size: 8px 8px;
}

#s_plan h3 {
  padding: 0 0 16px 0;
  line-height: 1em;
  margin: 0;
}

#s_plan ul {
  border-top: 1px dotted #79796A;
  margin: 0 0 10px 0;
}

#s_plan li {
  border-bottom: 1px dotted #79796A;
  padding: 10px 0;
}

#s_plan p {
  font-size: 12px;
  color: #666659;
  line-height: 1.2em;
  padding: 0 0 0 0;
}

.s_content_002 h2,
.s_content_002 h3 {
  padding: 0 0 10px 0;
  margin: 0;
}

.s_content_002 p {
  font-size: 14px;
  line-height: 1.5em;
  color: #202020;
  padding: 0 0 5px 0;
  margin: 0;
}

.s_content_002 .img_r {
  float: right;
  padding: 0 0 0 5px !important;
}

.s_content_002 .img_l {
  float: lefy;
  padding: 0 0 0 0 !important;
}

#l_plan {
  background: url(../../images/l_price_bg.gif) repeat 0 0;
  padding: 10px 10px 10px 10px;
  clear: both;
  margin-bottom: 10px;
}

#l_plan h3 {
  padding: 0 0 16px 0;
  margin: 0;
}

#l_plan ul {
  border-top: 1px dotted #79796A;
  margin: 0 0 10px 0;
}

#l_plan li {
  border-bottom: 1px dotted #79796A;
  padding: 10px 0;
}

#l_plan p {
  font-size: 12px;
  color: #666659;
  line-height: 1.2em;
  padding: 0;
}

#l_plan .img_r {
  padding: 0 !important;
}

.l_place {
  width: 100%;
  height: auto;
  float: left;
  background: url(../../images/l_L_bg.gif) repeat 0 0;
}

.l_place dt {
  padding: 70% 0 0 10px;
}

.l_place dd {
  padding: 10px 10px 10px 10px;
  font-size: 12px;
  line-height: 1.4em;
  color: #202020;
}

#spot_001,
#spot_002 {
  margin-right: 5px;
}

#spot_001 dt {
  background: url(../../images/l_img_007.jpg) no-repeat 0 0;
  -webkit-background-size: 100%;
  background-size: 100%;
}

#spot_002 dt {
  background: url(../../images/l_img_008.jpg) no-repeat 0 0;
  -webkit-background-size: 100%;
  background-size: 100%;
}

#spot_003 dt {
  background: url(../../images/l_img_009.jpg) no-repeat 0 0;
  -webkit-background-size: 100%;
  background-size: 100%;
}

.photo-img {
  position: relative;
  top: -40px;
  left: -25px;
  padding-right: 0 !important;
}

/*アルバム*/
.c_album h2,
.c_album h3 {
  padding: 0 0 20px 0;
}

.c_album p {
  font-size: 14px;
  line-height: 1.5em;
  color: #202020;
  padding: 0 0 13px 0;
}

.al_001 {
  padding: 0 0 0 25px;
}

.al_002 {
  padding: 0 25px 0 0;
}

/*よくある質問*/
#st-accordion li .question {
  background: #3CB0A2 url(../../images/faq_q.gif) repeat-x 0 0;
  color: #256B63;
  padding: 0 15px 0 70px;
  font-weight: bold;
  line-height: 1.3em;
  font-size: 14px;
}

.st-content {
  background: url(../../images/faq_a.gif) repeat-y 0 0;
  border-bottom: 3px solid #CDCDC5;
  padding: 15px 15px 5px 80px;
  margin-bottom: 35px;
}

#st-accordion li .question p {
  display: table-cell;
  vertical-align: middle;
  height: 72px;
  color: #256B63;
}

/*流れ*/
#flow {
  padding: 20px 0 0 0;
}

#st-accordion.flow li {
  border: 1px solid #3CB0A2;
  padding: 0;
  margin-bottom: 25px;
  border-radius: 0 0 10px 10px;
  /* CSS3草案 */
  -webkit-border-radius: 0 0 10px 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 0 0 10px 10px;
  /* Firefox用 */
}

.flow_box {
  width: 100%;
  background: url(../../images/flow_bg_middle.gif) repeat-y 0 0;
  -webkit-background-size: 100%;
  background-size: 100%;
}

.flow_top {
  width: 100%;
  height: 13px;
  background: url(../../images/flow_bg_top.gif) no-repeat 0 0;
  -webkit-background-size: 100%;
  background-size: 100%;
}

.flow_bottom {
  width: 100%;
  height: 13px;
  background: url(../../images/flow_bg_bottom.gif) no-repeat 0 100%;
  -webkit-background-size: 50%;
  background-size: 50%;
}

.flow_box dl {
  padding: 0 20px;
  margin-bottom: 0;
}

.flow_box dt {
  padding-bottom: 0;
  margin-bottom: 12px;
  color: #2E8378;
  font-size: 16px;
  line-height: 1.5em;
  border-bottom: 3px solid #B1C1BA;
}

.flow_box dd {
  font-size: 12px;
  line-height: 1.5em;
  color: #333333;
}

.flow_box .img_r {
  padding: 0 0 0 10px !important;
}

.flow_box .img_l {
  padding: 0 10px 0 0 !important;
}

.flow-finished {
  /*position:relative;*/
  width: 100%;
}

.flow-finished p {
  /*padding:0 325px 0 0;*/
}

#album-finish {
  /*width: 447px;
  height: 271px;*/
  padding: 0 !important;
  /*	position: absolute;
  top: -28px;
  right: -118px;*/
}

.next_step {
  text-align: center !important;
  padding: 10px 0 0 0;
}

/*ウエディングフォト*/
#choose h3 {
  font-size: 18px;
  line-height: 1.2em;
  font-weight: bold;
  color: #333;
  padding-bottom: 3px;
  margin: 0;
}

#choose ul {
  padding: 15px 0 15px 0;
}

#choose li {
  float: left;
}

#choose li a:hover {
  background-color: #FFF;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

#sw_bn li {
  font-size: 11px;
  line-height: 1.2em;
  margin-bottom: 8px;
}

#sw_bn li a {
  color: #4F3902;
}

#sw_bn li a:hover {
  text-decoration: none !important;
}

/*ギャラリー*/
div.image-desc {
  padding-top: 5px !important;
}

#main_content.senpai .pager {
  margin: 0 0 10px 0;
}

h1.h1_text {
  padding: 5px 0 0 0;
  margin-bottom: 10px;
  color: #3CB0A2;
  border-bottom: 3px solid #CCC;
  font-size: 20px;
}

h1.h1_text span {
  display: block;
  padding: 0;
  color: #999;
  font-weight: bold;
  font-size: 18px;
}

#gallery {
  padding: 0 0 0 0 !important;
}

.image-desc .g_comment {
  font-size: 12px;
  line-height: 1.7em;
  color: #444;
}

.image-desc .g_comment h4 {
  font-size: 15px;
  margin: 0;
  font-weight: bold;
  padding-bottom: 5px;
  padding-top: 10px;
  color: #000;
}

.image-desc .g_comment p {
  padding: 0 0 12px 0;
}

.image-desc .g_place {
  padding: 10px 0 10px 0 !important;
  text-align: right;
  border-top: 2px solid #CCC;
  color: #666;
  font-weight: bold;
}

#voice h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0 8px 0;
}

#voice dl {
  display: inline-block;
  float: left;
  padding: 2%;
  padding-bottom: 4%;
  width: 26%;
  margin: 0 1% 1% 1%;
  background: #D8F1EE;
  border: 1px solid #75D0C4;
  position: relative;
}

#voice dl > dd {
  position: relative;
}

#voice dl > dd span.new {
  /*float: left;*/
  /*border-radius: 0.25em;*/
  /*color: #fff;*/
  /*line-height: 1;*/
  /*background-color: #d9534f;*/
  /*padding: 0px 3px 1px 3px;*/
  /*margin-top: 4px;*/
  position: absolute;
  left: 0px;
  top: 20%;
  width: 25%;
}

#voice .ancBox:hover {
  background: #E8F7F4;
  border: 1px solid #9EDED7;
}

#voice dd.name {
  font-size: 14px;
  color: #333;
  padding: 4px 0 3px 0;
  font-weight: bold;
}

#voice dd.date {
  font-size: 11px;
  color: #535362;
  text-align: right;
}

.pager a:link {
  text-decoration: none;
}

/*アクセス*/
h1#shop {
  width: 100%;
  overflow: hidden;
  padding: 0 !important;
  margin-bottom: 20px;
}

#map_area {
  width: 700px;
  height: 400px;
}

/*ドレスギャラリー*/
.h1_html {
  background: #3CB0A2;
  color: #FFF;
  font-size: 16px;
  padding: 5px 0 5px 10px !important;
  margin-bottom: 15px;
}

#dress_desc {
  border: 1px solid #DDDDDD;
  padding: 10px !important;
  background: #EAECE3 url(../../images/cmt_bg.gif) repeat 0 0;
  font-size: 12px !important;
  margin-bottom: 10px !important;
}

.dress {
  padding: 10px 20px 10px 10px;
  margin-bottom: 10px;
  background: #D8F1EE url(../../images/arr_voice.gif) no-repeat 99% 50%;
  border: 1px solid #75D0C4;
}

.dress.ancBox:hover {
  background: #E8F7F4 url(../../images/arr_voice.gif) no-repeat 98% 50%;
  border: 1px solid #9EDED7;
}

.dress dt {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 10px;
  padding-left: 130px;
}

.dress dt span {
  display: block;
  color: #666;
  font-size: 12px;
}

.photo {
  width: 120px;
  /*height:130px;*/
  height: auto;
  overflow: hidden;
  float: left;
}

.disc {
  font-size: 12px;
  color: #4C331F;
  line-height: 1.4em;
  padding-left: 130px;
}

.h3_dress {
  font-weight: bold;
  font-size: 22px;
}

#highclass_nav {
  padding: 20px 0 0 0;
  border-bottom: 1px dotted #FFF;
}

#highclass_nav dt {
  padding-bottom: 10px;
}

#highclass_nav dd a {
  padding: 7px 0 7px 15px;
  display: block;
  border-top: 1px dotted #FFF;
}

#highclass_nav dd a:link,
#highclass_nav dd a:visited {
  text-decoration: none;
  background: url(../../images/side_dot.gif) no-repeat 2px 12px;
}

#highclass_nav dd a:hover {
  text-decoration: none;
}

#hc_bns {
  background: #000;
  width: 97%;
  padding: 3% 0 0 3%;
}

#hc_bns li {
  float: left;
  width: 47%;
  padding: 0 3% 3% 0;
}

#hc_bns li a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

#side_nav li {
  margin-bottom: 10px;
}

#side_nav li h4 {
  font-size: 12px;
  color: #000;
  font-weight: bold;
  padding-bottom: 3px;
}

#side_nav li p {
  font-size: 11px;
  line-height: 1.3em;
}

#side_nav li img {
  padding: 0 10px 0 0 !important;
}

#side_nav li {
  font-size: 12px;
  color: #656464;
  padding: 10px 10px;
  background: -moz-linear-gradient(top, #ffffff 0%, #DDD);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#DDD));
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  border: 1px solid #cccccc;
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1), inset 0px 0px 2px rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1), inset 0px 0px 2px rgba(255, 255, 255, 0.7);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1), inset 0px 0px 2px rgba(255, 255, 255, 0.7);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0), 0px 1px 0px rgba(255, 255, 255, 0);
}

#side_nav li:hover {
  cursor: pointer;
  background: -moz-linear-gradient(top, #EFEFEF 0%, #FFF);
  background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#FFF));
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1), inset 0px 0px 1px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1), inset 0px 0px 1px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1), inset 0px 0px 1px rgba(255, 255, 255, 0.2);
}

/*プライバシーポリシー*/
#privacy {
  padding: 0 0 35px 0;
}

#privacy h3 {
  font-weight: bold;
  padding-bottom: 3px;
  font-size: 17px;
  line-height: 1.2em;
  margin: 0;
}

#privacy li {
  padding-bottom: 15px;
}

/*hairstyle*/
#hair_thumb {
  padding: 20px 0 0 2%;
  width: 98%;
}

#hair_thumb li {
  width: 48%;
  padding: 0 2% 10px 0;
  float: left;
  font-size: 10px;
  color: #999;
  line-height: 1.2em;
  display: inline-block;
}

#hair_thumb li img {
  width: 100%;
}

#hair_thumb li a {
  width: 100%;
  margin-bottom: 2px;
}

.hair_pd {
  padding: 0 3px 10px 0 !important;
}

#photos_right .panel-overlay h2,
#photos_left .panel-overlay h2 {
  padding: 15px 0 10px 0;
  font-size: 11px;
  line-height: 1.2em;
}

#photos_right .panel-overlay p,
#photos_left .panel-overlay p {
  font-size: 11px;
  line-height: 1.2em;
}

/*SP*/
.btn a {
  display: block;
}

.img_fit {
  width: 100%;
}

.img_50 {
  width: 50%;
}

.img_40 {
  width: 40%;
}

.img_30 {
  width: 30%;
}

.img_25 {
  width: 25%;
}

.img_flr,
.img_r {
  float: right;
  padding: 0 0 5px 5px;
}

.img_fll,
.img_l {
  float: left;
  padding: 0 5px 5px 0;
}

.img_flc,
.img_c {
  float: none;
  clear: both;
  padding: 0 5px 5px;
  margin: auto;
  display: block;
}

/*フリックスライド*/
.viewport {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 0 5px 0;
}

.flipsnap {
  width: 400%;
  /* 230px(item) * 5 + 45px(padding) */
  /*padding-left: 45px;*/
}

.viewport.index .flipsnap {
  width: 500% !important;
  /* 230px(item) * 5 + 45px(padding) */
  /*padding-left: 45px;*/
}

.flipsnap:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

.item {
  width: 25%;
  	/*  margin: 0 10px;
    font-size: 50px;
    text-align: center;
    padding: 50px 0;
    background: #EFEFEF;
    border: 5px solid #999;*/
  float: left;
  color: #666;
}

.viewport.index .item {
  width: 20% !important;
  	/*  margin: 0 10px;
    font-size: 50px;
    text-align: center;
    padding: 50px 0;
    background: #EFEFEF;
    border: 5px solid #999;*/
  float: left;
  color: #666;
}

.item img {
  width: 100%;
}

.pointer {
  text-align: center;
  margin-bottom: 20px;
}

.pointer.index {
  text-align: center;
  margin-bottom: 8px !important;
}

.pointer span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  border: 1px solid #CCC;
}

.pointer span.current {
  background: #75D0C4;
}

.controls {
  text-align: center;
  margin: 0 0 15px 0;
}

.controls .num {
  width: 60px;
}

/*新着情報*/
#diaryPro .text img {
  padding: 4px;
  border: 1px solid #CCC;
  background: #FFF;
}

#diaryPro form#diary_form select {
  width: auto !important;
}

textarea.ckeditor {
  width: 100% !important;
}

#diaryPro label {
  display: inline !important;
}

#diaryPro input {
  width: auto !important;
}

hr.end {
  clear: both;
  visibility: hidden;
  height: 1px;
  margin: 0;
}

/*ボタンカスタム色*/
.btn-mat {
  background-color: #761e29 !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d34f61", endColorstr="#761d29");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#d34f61), to(#761d29));
  background-image: -moz-linear-gradient(top, #d34f61, #761d29);
  background-image: -ms-linear-gradient(top, #d34f61, #761d29);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d34f61), color-stop(100%, #761d29));
  background-image: -webkit-linear-gradient(top, #d34f61, #761d29);
  background-image: -o-linear-gradient(top, #d34f61, #761d29);
  background-image: linear-gradient(#d34f61, #761d29);
  border-color: #761d29 #761d29 #5a161f;
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.46);
  -webkit-font-smoothing: antialiased;
}

.btn-shop {
  background-color: #28586c !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5ea5c3", endColorstr="#27576b");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#5ea5c3), to(#27576b));
  background-image: -moz-linear-gradient(top, #5ea5c3, #27576b);
  background-image: -ms-linear-gradient(top, #5ea5c3, #27576b);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5ea5c3), color-stop(100%, #27576b));
  background-image: -webkit-linear-gradient(top, #5ea5c3, #27576b);
  background-image: -o-linear-gradient(top, #5ea5c3, #27576b);
  background-image: linear-gradient(#5ea5c3, #27576b);
  border-color: #27576b #27576b #1e4252;
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.46);
  -webkit-font-smoothing: antialiased;
}

.top_top {
  margin-top: 10px;
}

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

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.btn-info {
  vertical-align: top !important;
}

.box-campaign {
  background: rgba(60, 176, 162, 0.2);
  border: 1px solid #3CB0A2;
  margin: .5em 0 1em;
  padding: .8em 1em;
  border-radius: 6px;
}

.box-campaign h2 {
  color: #ff5b5b !important;
  margin: 0 0 0 0 !important;
  background: none !important;
  padding: 0;
  font-size: 1.4em !important;
}

.box-campaign p {
  line-height: 1.6 !important;
  font-size: 2.3vmax !important;
}

@media (max-width: 320px) {
  #to_form li a p {
    position: absolute;
    padding: 5px 1px;
  }
}
/**資料請求非表示ここまで*/
/* add css */
.sp-plan dd a {
  display: flex;
  align-items: center;
  background-color: #d8efec;
  margin: 5px;
  padding: 0 5px;
}

.sp-plan dd a > div {
  width: 50%;
}

.sp-plan-txt {
  padding-left: 5px;
}

.sp-plan-txt h3 {
  color: #ab7d51;
  font-size: 14px;
  line-height: normal;
  margin: 5px 0 0;
}

.sp-plan-txt p {
  font-size: 12px;
  color: #000;
}

.top-h2 {
  font-size: 18px;
  line-height: 1.1em;
  background: url(../../images/h2_bar.gif) repeat-x 0 100%;
  color: #3CB0A2;
  margin-bottom: 12px;
  margin-top: 25px;
  padding-bottom: 10px;
}

.sp-flow {
  padding: 0 !important;
}
