@charset "UTF-8";
body {
	background-image: url('../img/back.jpg');
	background-repeat: repeat;
	background-position: center top;
}
img {
	width: 100%;
	height: auto;
     vertical-align: bottom;
}

a:hover,
a:hover img
{
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}
a:link, a:visited {
	text-decoration: none;
	color: #856637;
}
a:hover {
	text-decoration: none;
}


/*-------------
　　共通項目
-------------*/
.in-bl {
	display: inline-block;
}
.contentsttl {
	font-family: 'Julius Sans One', sans-serif;
	font-size: 30px;
	color: #856637;
	text-align: center;
	padding: 30px 0;
	letter-spacing: 0.1em;
}
.pagettl {
	width: 50%;
	max-width: 310px;
	height:auto;
	display: block;
	margin: 25px auto 0 auto;
}
.ttl-ribon {
	background-image: url(../img/gallery-ttl-base.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size:100% 100%;
}
.photo-subttl {
    padding: 20px 0 30px 0;
    font-size: 14px;
    letter-spacing: 0.4em;
    color: #856637;
    width:88%;
    margin: 0 auto;
     text-align: center;
}

/*.hakama-image {
	background-image: url(../img/photo-close-back.gif);
	background-repeat: repeat;
	background-position: center top;
}
.hakama-color {
	background-color:#F7EFE3;
}
.bridal-image {
	background-image: url(../img/photo-close-back.gif);
	background-repeat: repeat;
	background-position: center top;
}
.bridal-color  {
	background-color:#F7EFE3;
}*/
.hyakunichi-image {
	background-image: url(../img/hyakunichi-back.gif);
	background-repeat: repeat;
	background-position: center top;
}
.hyakunichi-color  {
	background-color:#F9EBF1;
}
.shichigosan-image {
	background-image: url(../img/shichigosan-back.gif);
	background-repeat: repeat;
	background-position: center top;
}
.shichigosan-color  {
	background-color:#F9EEEB;
}
.nyugaku-image {
	background-image: url(../img/nyugaku-back.gif);
	background-repeat: repeat;
	background-position: center top;
}
.nyugaku-color  {
	background-color:#FAF2E9;
}
.sotsugyo-image {
	background-image: url(../img/sotsugyo-back.gif);
	background-repeat: repeat;
	background-position: center top;
}
.sotsugyo-color  {
	background-color:#FCFAEA;
}
.seijin-image {
	background-image: url(../img/seijin-back.gif);
	background-repeat: repeat;
	background-position: center top;
}
.seijin-color  {
	background-color:#F2F6ED;
}
.hakama-image {
	background-image: url(../img/hakama-back.gif);
	background-repeat: repeat;
	background-position: center top;
}
.hakama-color  {
	background-color:#EAEDF5;
}
.bridal-image {
	background-image: url(../img/bridal-back.gif);
	background-repeat: repeat;
	background-position: center top;
}
.bridal-color  {
	background-color:#F5F8FA;
}
.birthday-image {
	background-image: url(../img/birthday-back.gif);
	background-repeat: repeat;
	background-position: center top;
}
.birthday-color  {
	background-color:#F6F3F7;
}
.half-birthday-image {
	background-image: url(../img/half-birthday-back.gif);
	background-repeat: repeat;
	background-position: center top;
}
.half-birthday-color  {
	background-color:#F1F0EF;
}
/*-------------
　　ヘッダー
-------------*/

header {
	position: relative;
	padding: 15px 0 0 0;
}
header h1 {
	display: none;
}
header .header {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
header .header .logo {
	width: 27%;
	margin: 0 auto;
}
header .header ul {
	display: none;
}
header .header ul li {
}
header .head-contctbtn {
	display: none;
}

/*-------------
　　フッター
-------------*/

footer {
	background-color: #856637;
	padding: 20px 0 65px 0;
	display: block;
	color:#fff;
}
footer a {
	color: #fff;
}
footer h1 {
	font-size: 10px;
	text-align: center;
	width: 96%;
	margin: 0 auto;
}
#footer {
	width: 90%;
	margin:20px auto;
}
#footer .footer-l {
	width: 28%;
	float: left;
}
#footer .footer-r {
	width: 67%;
	float: right;
}
#footer .footer-r p {
	font-size: 16px;
	font-weight: bold;
	margin: 3px 0 2px 0;
}
#footer .footer-r p a {
	color: #fff;
}
#footer .footer-r p.footer-tel:before {
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 30px;/*画像の幅*/
	height: 20px;/*画像の高さ*/
    top: 3px;
    margin: 0 8px 0 0;
	background-image: url(../img/footer-telicon.svg);
	background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}
#footer .footer-r .footer-tel-sub {
	width: 100%;
	font-size: 16px;
	font-weight: normal;
	margin-top: 6px;
}
.footer-tel-sub .pconly,
.footer-tel-sub .sponly {
	font-weight: bold;
}
#footer .footer-r p.footer-mail:before {
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 30px;/*画像の幅*/
	height: 20px;/*画像の高さ*/
    top: 3px;
    margin: 0 8px 0 0;
	background-image: url(../img/footer-mailicon.svg);
	background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}
#footer address {
	width: 100%;
	clear: both;
	font-style: normal;
	margin: 10px 0 0 0;
}
.copyright {
	font-size:10px;
	text-align: center;
}
#sp-footbtn {
	background-image:url('../img/footer-back.gif');
	background-size:100% 100%;
	position: fixed;
	bottom: 0;
	left: 0;
}
#sp-footbtn ul {
	display: flex;
	flex-wrap: wrap;
}
#sp-footbtn ul li {
	width: calc(25% - 1px);
	text-align: center;
	border-right: solid 1px #FFF;
}
#sp-footbtn ul li:last-child {
	border-right: none;
}
#sp-footbtn a {
	display: block;
	width: 100%;
	padding: 5px 0;
	color:#856637;
	font-size:10px;
	font-weight:bold;
}
#sp-footbtn p {
    margin: -5px 0 0 0;
}


/*-----------------
　　フッターニュース
-----------------*/
#footernews {
	text-align: center;
	background-color: rgba(0,0,0,0.12);
	border-top:solid 2px #ccc;
}
#footernews .newsbtn-pc {
	display: none;
}
#footernews ul {
	width: 90%;
	margin: 0 auto;
}
#footernews ul li {
	margin: 0 0 25px 0;
}
#footernews ul li a {
     display: block;
}
#footernews .newsbtn-sp {
      display: inline-flex;
	margin: 20px auto 40px auto;
	background-color: #856637;
	font-size: 14px;
}
#footernews .newsbtn-sp a {
	color: #FFF;
     display: block;
     width: 100%;
     padding: 10px 40px;
}

/*-------------
　　カテゴリー
-------------*/
.top-category {
	text-align: center;
	width: 90%;
	margin: 0 auto;
}
.top-category h2 {
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 30px;
	font-weight:normal;
	color: #9F2624;
}
.top-category ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 20px 0 0 0;
}
.top-category ul li {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.top-category ul li .frame{
    font-size:0;
    text-align: center;
	width:50%;
}
.top-category ul li .frame:before{
    content:"";
    display: inline-block;
    height:100%;
    vertical-align: middle;
}
.top-category ul li .frame > img{
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
    vertical-align: middle;
}
.top-category ul li .top-cate-box {
	width:50%;
	align-items: center;
}
.top-category ul li .top-cate-box h3 {
     margin: 20px 0 -5px 0;
     padding: 8px 0 12px 0;
	color: #856637;
	font-size: 16px;
}
.top-category ul li .top-cate-box h3.ttl-ribon {
    background-size: 90% auto;
}
.top-category ul li .top-cate-box p {
	width:90%;
	margin: 0 auto;
	font-size: 14px;
	line-height: 180%;
}

.top-category ul li .top-cate-box p a {
	text-decoration: underline;
	font-weight:bold;
}
/*1つ目のみ*/
.top-category ul li:first-child {
	background-color: #f6f3f7;
}
/*------*/
/*2つ目のみ*/
.top-category ul li:nth-child(2) {
	flex-direction: row-reverse;
	margin-bottom: 30px;
	background-color: #f5f8fa;
}
/*------*/
/*3つ目以降*/
.top-category ul li:nth-child(n + 3) {
	display: block;
	flex-wrap: wrap;
	justify-content: center;
	width:48%;
	margin-bottom: 30px;
}
.top-category ul li:nth-child(n + 3) .top-cate-box {
	width:100%;
     position: relative;
}
.top-category ul li:nth-child(n + 3) .top-cate-box h3 {
    padding: 3px 0 8px 0;
    top: -10px;
     margin: 0 0 -10px 0;
     position: relative;
}
.top-category ul li:nth-child(n + 3) .top-cate-box h3.ttl-ribon {
    background-size: 100% auto;
}
.top-category ul li:nth-child(n + 3) .frame {
	width:100%;
}
.top-category ul li:nth-child(n + 3) img {
	width:80%;
  border-radius: 50%;
}
.top-category ul li:nth-child(n + 3) .top-cate-box p {
	width:100%;
}
.top-category ul li:nth-child(n + 3) .top-cate-box .top-textback {
      display: flex;
    flex-wrap: wrap;
    align-items: center;
    top: -20px;
    position: relative;
     padding: 18px 0 0 0;
    margin: 0 0 -10px 0;
     height: 60px;
    z-index: -5;
}

.top-category ul li:nth-child(3) .top-cate-box .top-textback {
	/*background-color: #f6bc97;*/
	background-color: rgba(245,190,150,0.5);
}
.top-category ul li:nth-child(4) .top-cate-box .top-textback {
	/*background-color: #ffde7f;*/
	background-color: rgba(255,225,125,0.5);
}
.top-category ul li:nth-child(5) .top-cate-box .top-textback {
	/*background-color: #b7d5a3;*/
	background-color: rgba(185,215,165,0.5);
}
.top-category ul li:nth-child(6) .top-cate-box .top-textback {
	/*background-color: #adcce8;*/
	background-color: rgba(165,195,225,0.5);
}
.top-category ul li:nth-child(7) .top-cate-box .top-textback {
	/*background-color: #e2dfdd;*/
	background-color: rgba(233,233,233,0.5);
}
/*------*/


/*---------------
　　　PC表示
---------------*/
@media (min-width:768px) {
.sponly {
	display:none;
}
header {
	padding: 10px 0 25px 0;
}
header h1 {
	display: block;
	text-align: center;
}
header .header {
	width: 90%;
	align-items: center;
	padding: 15px 0 0 0;
}
header .header .logo {
	width: 12%;
	max-width: 1300px;
	margin: 0 auto;
}
header .header ul {
	display: block;
	width: 78%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
header .header ul li {
	width: 16%;
	font-size:14px;
	font-weight:bold;
}
header .head-contctbtn {
	display: block;
	position: absolute;
	top:40px;
	right: 2%;
	z-index: 50;
    width: 100px;
}


footer {
    padding: 20px 0 25px 0;
}
footer h1 {
    font-size: 14px;
    text-align: center;
    width: 96%;
    margin: 0 auto;
    padding: 40px 0 20px 0;
}
#footer {
    max-width: 900px;
    margin: 20px auto;
}
#footer .footer-l {
    width: 25%;
    float: left;
}
#footer .footer-r {
    width: 70%;
    float: right;
    display: flex;
    flex-wrap: wrap;
}
#footer .footer-r p {
	width: 50%;
      font-size: 22px;
    letter-spacing: 0.1em;
}
#footer address {
    width: 70%;
    clear: initial;
    float: right;
    margin: 10px 0 0 0;
    font-size:14px;
}
#footer address p {
	padding: 7px 0;
}
#footernews ul {
	max-width: 1300px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
#footernews ul li {
	width: 30%;
}
#footernews .footernews-ttl {
	max-width: 1300px;
	margin: 0 auto;
	position: relative;
}
#footernews .newsbtn-pc {
	display: block;
	position: absolute;
     top: 35px;
	right: 5%;
}
#sp-footbtn {
	display: none;
}

/*-------------
　　カテゴリー
-------------*/
.top-category ul {
    justify-content: space-between;
}
.top-category ul li:first-child {
     width: 50%;
}
.top-category ul li:nth-child(2) {
    width: 50%;
    margin-bottom: 0;
    flex-direction: row;
}
.top-category ul li:nth-child(n + 3) {
    width: 16%;
    margin: 30px auto;
}
.top-category ul li:nth-child(n + 3) .top-cate-box h3 {
    padding: 8px 0 12px 0;
    top: -15px;
}
.top-category ul li .top-cate-box h3.ttl-ribon,
.top-category ul li:nth-child(n + 3) .top-cate-box h3.ttl-ribon  {
    background-size: 100% 100%;
}
.top-category ul li .top-cate-box h3 {
    margin: 20px 0;
}
.top-category ul li .top-cate-box p {
	padding: 0 0 15px 0;
}

}

/*---------------
　　　SP表示
---------------*/
@media (max-width: 767px) {
.pconly {
	display: none;
}
}
