@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: none;
}

p {
	word-break: break-all;
}

a {
	text-decoration: none;
}

a:hover.move{
	position: relative;
	top: 2px;
	left: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

body {
	font-family: Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, Arial, sans-serif;
	background-color: #FFF;
	font-size: 100%;
	line-height: 170%;
	color: #000;
	background="images/BG.gif"
}


.mincyo {
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.big {
	font-size: 2rem;
	font-weight: bold;
	line-height: 130%;
}

.big2 {
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 130%;
}

.flat {
	font-size: 1.1rem;
	font-weight: normal;
}

.flat2 {
	display:block;
	margin-top: 10px;
	margin-bottom: -30px;
	font-size: 1.1rem;
	line-height: 1.2;
	font-weight: normal;
}

.l-tight {
	line-height: 90%;
}

.normal {
	font-size: 1.3rem;
	line-height: 150%;
}

.medium-ｐ {
	font-size: 1.1rem;
	font-weight: normal;
}

.small {
	display:block;
	font-size: 0.8rem;
	line-height: normal;
}

.p_center {
	text-align: center;
}

.img_center {
	display: block;
	margin: 0 auto;
}

.img_right {
	margin-left: auto;
}

.img_left {
	margin-right: auto;
}

.mt10 {
	margin-top: 10px;
}

.mt-10 {
	margin-top: -10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mb30 {
	margin-bottom: 30px;
}

.ml-30 {
	margin-left: -30px;
}

#content {
	margin: 0 auto;
}

h1 {
	text-indent: -9999px;
	line-height: 0;
}

h2 {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	line-height: 80px;
	background: url("../images/pattern/hibiscus.png"), rgba(0,255,255,0.5) repeat;
	width: 100%;
	height: 70px;
	font-size: 1.8rem;
	color: #0000ff;
}

.leftbox {
	display: block;
	float: left;
	width: 50%;
}

.rightbox {
	display: block;
	float: right;
	width: 50%;
}

.clearfix {
	clear: both;
	content: '';
	display: block;
}

/* 構造に関する設定 */
#container {
	width: 100%;
}

main {
	width: 100%;
	margin: 0 auto;
	max-width: 1920px;
}

/* 構造に関する設定end */

/* ヘッダーに関する設定 */

header {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background:#fef;
}

/* ヘッダーに関する設定end */

/* modalに関する設定 */

#modal {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 2;
}

#modal .background {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}

#modal .background p {
	margin-top: 30px;
	font-size: 2rem;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}

#modal .mcon {
	position: relative;
	width: 950px;
	height: 632px;
	background-color: #ffffff;
}

#compare img {
	width: 100%;
}
/* modalに関する設定end */

/* グローバルメニューに関する設定 */

.menu {
	margin: 0 auto;
	width: 100%;
	height: 40px;
	background: linear-gradient(#ffbbcc,#ff6600);
	position: relative;
	text-align: center;
	line-height: 40px;
	font-size: 0.8rem;
	letter-spacing: -0.5em;
}

.menu li {
	display: inline-block;
	list-style-type: none;
	letter-spacing: normal;
}

.menu li a {
	display: block;
	padding: 0 2em 0 2em;
	color: #00f;
	text-decoration: none;
	transition: .5s;
}

.menu li a:hover {
	background: rgba(255,187,204,0.8);
	color: #fff;
}

#menu-after {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 2;
	display: none;
}

/* グローバルメニューに関する設定end */

/* アコーディオンリスト設定 */

ul.ac {
    list-style-type: none;
    width: 600px;
    margin: 20px auto 40px;
}

dl {
    display: block;
	margin: 0;
}

dl.accordion dt {
    background: #fff745;
    cursor: pointer;
    border-bottom: 2px solid #0000ff;
    word-wrap: break-word;
    display: block;
    padding: 10px 30px 10px 20px;
    color: #ff6600;
    font-size: 1.2rem;
	font-weight: bold;
	line-height: 2.5rem;
}

dl.accordion dt::before {
    content: '';
    position: relative;
    float: right;
    border: 8px solid transparent;
    border-top-color: #0000ff;
    width: 0;
    height: 0;
    top: 15px;
}

dl.accordion dd ul {
    padding: 0 15px 15px 20px;
}

dl.accordion dd ul li {
    border-bottom: 1px solid #0000ff;
    list-style: none;
	font-weight: bold;
	line-height: 2.2rem;
}

dl.accordion dd ul li a::before {
    content: '';
    position: relative;
    float: right;
    border: 8px solid transparent;
    border-left-color:  rgba(0,0,255, 1);
    width: 0;
    height: 0;
    top: 10px;
    right: -25px;
	transition: .5s;
}

dl.accordion dd ul li a {
    color: rgba(0,0,255, 1);
	background: #eff;
    display: block;
    padding: 10px 30px 10px 15px;
	text-decoration: none;
	transition: .5s;
}

dl.accordion dd ul li a:hover {
	background: rgba(255,187,204,0.7);
	color: #F60;
}

dl.accordion dd ul li a:hover::before {
    border-left-color: #F60;
}

/* アコーディオンリスト設定end */

/* プライスサークル */

.price {
	margin: 0 auto;
	display:table;
	border-collapse:separate;
	border-spacing: 50px 0;
}

.price p {
	text-align: center;
	vertical-align: middle;
	display:table-cell;
	background: #F99690;
	background: linear-gradient(to right bottom, rgba(0,255,255,1), rgba(0,0,255,1));
	background: -moz-linear-gradient(left -45deg, rgba(0,255,255,1),rgba(0,0,255,1));
	background: -webkit-gradient(linear, left top, right bottom, from(rgba(0,255,255,1)), to(rgba(0,0,255,1)));
	color: #FFF;
	font-weight: bold;
	width: 170px;
	height: 170px;
	border-radius:85px;
	-moz-border-radius:85px;
	-webkit-border-radius:85px;
}

/* プライスサークルend */


/* 注文ボタン */

.button {
	display: block;
	margin: 50px auto 50px;
	width: 494px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: rgba(255,210,210,0.7);
	border: 3px solid rgba(255,102,0,1);
	font-size: 1.7rem;
	border-radius: 0;
	transition: all .2s linear;
	position: relative;
	z-index:1;
}

.button a {
	display: block;
	text-decoration: none;
	color: #f60;
	transition: all .3s linear;
}

.button:before {
       position: absolute;
       content: '';
       top: 50%;
       left: 50%;
       height: 0;
       width: 0;
       border-radius: 50%;
       background: rgba(225,255,255,1);
       z-index: -1;
       transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	   -webkit-transform: translate(-50%, -50%);
       transition: width .3s, height .2s ease-in-out, border-radius .1s linear .05s;
}

.button:hover:before {
        width: 100%;
        height: 100%;
        border-radius: 0;
		}

.button a:hover {
		color: rgba(0,0,255,1);
}

/* 注文ボタンend */

/* 写真背景block共通 */

.g-block01, .g-block03, .s-block01, .d-block04, .o-block01, .o-block03, .p-block01 {
	margin: 0 auto;
	width: 100%;
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
	background-position: center center;
}

.g-block01 p, .g-block03 p, .s-block01 p, .d-block04 p, .d-block01 p, .o-block01 p, .o-block03 p, .p-block01 p {
	z-index:1;
	position: absolute;
	color: #FFF;
	text-shadow: 0px 0px 3px rgba(0,150,0,1), 0px 0px 10px  rgba(35,40,145,1), 0px 0px 15px  rgba(0,10,220,1);
}

.g-block01 p.big, .s-block01 p.big, .o-block01 p.big { /* 左配置 */
	top: 100px;
	left: 5%;
}

.g-block01 p.normal, .s-block01 p.normal, .o-block01 p.normal {
	top: 160px;
	left: 5%;
}

.g-block03 p.big, .d-block04 p.big, .p-block01 p.big { /* 右配置 */
	top: 120px;
	right: 5%;
	text-align: right;
}

.p-block01 p.big {
    top: 200px;
}

.g-block03 p.normal, .d-block04 p.normal, .p-block01 p.normal {
	top: 180px;
	right: 5%;
	text-align: right;
}

.p-block01 p.normal {
    top: 130px;
}

/* 写真背景block共通end */

/*お知らせ*/

#attention {
	background: url(../images/Background/hawaiian03.jpg);
}

.a-block {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 5%;
	padding-right: 5%;
}

.a-block h3 {
	font-size: 1.6rem;
	line-height: 180%;
	margin-top: 30px;
	font-feature-settings: "palt";
	color: #E6460A;
}

.a-block h3::before {
	content: "";
	display: inline-block;
	position: relative;
	top: -8px;
	width: 50px;
	height: 3px;
	background: linear-gradient(-90deg, #E6460A, rgba(255,255,255, 0));
	margin-right: 15px;
}

.a-block h3::after {
	content: "";
	display: inline-block;
	position: relative;
	top: -8px;
	width: 50px;
	height: 3px;
	background: linear-gradient(90deg, #E6460A, rgba(255,255,255, 0));
	margin-left: 15px;
}

.a-block p {
	font-size: 1.3rem;
	line-height: 160%;
	margin-bottom: 20px;
}

.a-block img.request {
	display: block;
	margin-top: 4%;
	margin-right: -3%;
	margin-left: 30px;
	width: 18%;
	float: right;
}

.s-plan {
	display: inline-block;
	width: 200px;
	font-size: 1rem;
	line-height: 1.5rem;
	text-align: center;
	margin-bottom: 20px;
}

/*お知らせend*/


/* 集合写真 */

#group-photo {
	background: rgba(255,249,255,1);
	background: url(../images/Background/cherry-bg.jpg);
	padding: 0 0 5px 0;
}

.g-block01 {
	background-image: url(../images/BlockBG/g-photo011.jpg);
}


/*.g-block01:after {
	content: "";
	background:rgba(255,224,255,0.9);
	position: absolute;
	top: 0;
	left: 0;
	width: 60%;
	height: 150%;
	margin: -10% 0 0 -10%;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
}*/

.g-block02,.g-block04 {
	display: block;
	margin: 40px auto;
	width: 95%;
}

.gb02, .db02 {
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 10%;
}

.gb03 {
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 3%;
}

.db03 {
	margin-left: 10%;
	margin-right: 10%;
}

.forsmart {
	display: none;
}

figure img {
	display: block;
	width: 90%;
	padding-bottom: 30px;
}

.g-block03 {
	background-image: url(../images/BlockBG/g-photo02.jpg);
	margin-bottom: 50px;
}

/*
.g-block02:after {
	content: "";
	background:rgba(255,224,180,0.9);
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;
	height: 150%;
	margin: -10% -10% 0 0;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
}
*/

figcaption {
	margin: 10px 0 40px 0;
}

/* 集合写真end */

/* スナップ写真 */

#snap-photo {
	background: #ffe;
	background: url(../images/Background/cherry3-bg.jpg);
	background-size: 60px;
	padding: 0 0 5px 0;
}

.s-block01 {
	background-image: url(../images/BlockBG/s-photo011.jpg);
}

.s-block03,.s-block04 {
	display: block;
	margin: 40px auto;
	width: 95%;
}

.sb {
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 10%;
}

/* スナップ写真end */


/* 写真一覧 */

#photo-index {
	background: rgba(255,255,255,1);
	padding: 0 0 5px 0;
	background: url(../images/Background/cherry2-bg.jpg);
}

.ib01 {
	margin-top: 40px;
	text-align: center;
}

.ib02 {
	margin-top: 15px;
    margin-bottom: 30px;
    line-height: 1.6rem;
    font-size: 1.1rem;
	text-align: center;
}
/* 写真一覧end */


/* 記念DVD */

#dvd {
	background: #fff;
	padding: 0 0 40px 0;
	background: url("../images/Background/tropical.png");
}

video-effect {
	height: 720px;
	text-align: center;
}

.d-block01 {
	margin: 0 auto;
	width: 100%;
	height: 720px;
	overflow: hidden;
	position: relative;
	text-align: center;
	color: #FFF;
	background-color: #000;
}

.d-block01:before {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, rgba(0,0,0,1), rgba(255,255,255,0.2), rgba(0,0,0,1));
	background: -moz-linear-gradient(left, rgba(0,0,0,1), rgba(255,255,255,0.2),rgba(0,0,0,1));
	background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,1)), color-stop(0.5, rgba(50,50,50,0.2)), to(rgba(0,0,0,1)));
	position: absolute;
	top: 0;
	left: 0;
}

.d-block01 p {
	text-align: right;
}

.d-block01 p.big {
	top: 330px;
	right: 10%;
}

.d-block01 p.normal {
	top: 400px;
	right: 10%;
}

.d-block02 {
	display: block;
	margin: 40px auto;
	width: 95%;
}

.d-block03 {
	display: block;
	margin-top: 100px;
	margin-bottom: 40px;
	width: 95%;
}

.d-block04 {
	background-image: url(../images/BlockBG/d-photo021.jpg);
	margin-top: 40px;
	margin-bottom: -30px;
}

.conpe {
	margin-left: 10%;
	margin-right: 10%;
}

.conpe .normal {
	margin-left: 3%;
}

/* 記念DVDend */

/* お申し込み方法 */

#order {
	padding: 0 0 5px 0;
	background: #fff;
	background: url(../images/Background/hawaiian03.jpg);
}

.o-block01 {
	background-image: url(../images/BlockBG/o-photo011.jpg);
}

.ob02 {
	display: block;
	width: 80%;
	margin: 0 auto;
	margin-top: 40px;
}

.ob03 {
	display: block;
	width: 80%;
	margin: 0 auto;
	margin-top: 20px;
}

.o-block03 {
	background-image: url(../images/BlockBG/o-photo02.jpg);
}

.o-block03 p.normal {
	top: 160px;
	right: 5%;
	text-align: right;
}

.o-block03 p.big {
	top: 220px;
	right: 5%;
	text-align: right;
}

.o-block04 {
	margin: 40px auto;
	display:table;
	border-collapse:separate;
	border-spacing: 50px 0;
}

.o-block04 div {
	text-align: center;
	vertical-align: middle;
	display:table-cell;
	position: relative;
	width: 180px;
	height: 180px;
	border-collapse: separate;
	border-radius:90px;
	-moz-border-radius:90px;
	-webkit-border-radius: 90px;
}

.o-block04 img {
	border-radius:90px;
	-moz-border-radius:90px;
	-webkit-border-radius: 90px;
	opacity: 1;
	transition: .5s;
	vertical-align: middle;
}

.o-block04 div.excel {
	background: #1D7044;
	background:url(../images/icon/excel-icon-hover.png) no-repeat center;
	background-size: 100%;
	box-shadow: 0 0 0 3px #1D7044 inset;
}

.o-block04 div.pdf {
	background: #F84545;
	background:url(../images/icon/pdf-icon-hover.png) no-repeat center;
	background-size: 100%;
	box-shadow: 0 0 0 3px #F84545 inset;
}

.o-block04 div.pdf2 {
	background: #F84545;
	background:url(../images/pdf-icon2-hover.png) no-repeat center;
	background-size: 100%;
	box-shadow: 0 0 0 3px #F84545 inset;
}

.o-block04 div.form {
	background: #754c24;
	background:url(../images/icon/form-icon-hover.png) no-repeat center;
	background-size: 100%;
	box-shadow: 0 0 0 3px #754c24 inset;
}

.mail {
	background: #00A8EC;
	background:url(../images/icon/mail-icon-hover.png) no-repeat center;
	background-size: 100%;
	box-shadow: 0 0 0 3px #fbb inset;
}

.o-block04 img:hover {
	opacity: 0;
}

.o-block05 {
	display: block;
	margin: 40px auto;
	width: 95%;
}

.o-block-sub {
	margin-left: 10%;
	margin-right: 5%;
	margin-top: 40px;
}

/* お申し込み方法end */

/*特別価格販売期間*/
/*特別価格販売期間end*/

/*お支払について */
#payment {
    padding-bottom:  60px;
	background: #fff;
	background: url(../images/Background/dot-bg.png);
	background-size: 60px;
}

.p-block01 {
	background-image: url(../images/BlockBG/p-photo011.jpg);
}

.pb01 {
 	margin-top: 40px;
    margin-left: 5%;
}

.pb02 {
    margin-top: 15px;
    margin-left:  5%;
}

.pb03 {
    margin-bottom: 10px;
    margin-left:  10%;
    margin-right:  5%;
}

.p-block02 img {
    display: block;
    margin: 0 auto;
    padding: 20px;
    background-color:  #fff;
    margin-bottom: 15px;
    width: 90%;
    height: auto;
    max-width: 650px;
}

/*お支払についてend*/

/*特別価格販売期間*/
#term {
	background: rgba(255,255,255,1);
	padding: 0 0 5px 0;
	background: url(../images/Background/tropical2.png);
}
/*特別価格販売期間end*/

/*お問い合わせ */

#contact {
	padding: 0 0 5px 0;
	background: url(../images/Background/tropical3.png);
    /* margin-top: 60px; */
}

.contact-top01 {
	margin: 0 auto;
	display:table;
	border-collapse:separate;
	border-spacing: 50px 0;
}

.contact-top01 div {
	text-align: center;
	vertical-align: middle;
	display:table-cell;
	position: relative;
	width: 180px;
	height: 180px;
	border-collapse: separate;
	border-radius:90px;
	-moz-border-radius:90px;
	-webkit-border-radius: 90px;
}

.contact-top01 img {
	border-radius:90px;
	-moz-border-radius:90px;
	-webkit-border-radius: 90px;
	opacity: 1;
	transition: .5s;
	vertical-align: middle;
	border: 0px;
}

.contact-top01 div.tel {
	background: #00AE69;
	background:url(../images/icon/tel-icon-hover.png) no-repeat top;
	background-size: 100%;
	box-shadow: 0 0 0 2px #00AE69 inset;
}

.contact-top01 div.fax {
	background: #A41F31;
	background:url(../images/icon/fax-icon-hover.png) no-repeat top;
	background-size: 100%;
	box-shadow: 0 0 0 2px #A41F31 inset;
}

.contact-top01 div.mail {
	background: #00A8EC;
	background:url(../images/icon/mail-icon-hover.png) no-repeat top;
	background-size: 100%;
	box-shadow: 0 0 0 2px #fbb inset;
}

.contact-top01 img:hover {
	opacity: 0;
}

.contact-top01 p {
	display:table-cell;
	position: relative;
	width: 180px;
	height: auto;
	text-align: center;
	font-size: 1.2rem;
	/*font-family: 'Tulpen One', cursive;*/
}

h2 + div.contact-top01 {
	margin-top: 40px;
	margin-bottom: 5px;
}

.contact-top02 {
	margin: 40px 0 30px 0;
}

.contact-top02 p {
	text-align: center;
}

/* お問い合わせend */

/* フッターに関する設定 */

footer {
	margin: 0 auto;
	width: 100%;
	padding: 10px 0;
	background: rgba(0,180,5,1);
	color: #FFF;
	text-align: center;
	font-size: 0.8rem;
	line-height: 0.9rem;
}

footer a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}

/* フッターに関する設定end */

/* 文字のアニメーションに関する設定 */

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

/* 文字のアニメーションに関する設定end */


/* アプリのダウンロード */
.onlymobile {
	display: none;
	margin-top:15px;
}
