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

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

p {
	word-break: break-all;
}

a {
	text-decoration: none;
	color: #00f;
}

a:hover{
	color: #F00;
}

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: 160%;
	color: #000;
}

.line {
	display: block;
	background-color: #00b900;
}

.line .img_right {
	height: 36px;
	display: block;
	margin_left: auto; 
	padding-left: 50px;
}

.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: 2.2rem;
	font-weight: bold;
	line-height: 130%;
}

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

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

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

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

.small {
	font-size: 1rem;
	line-height: inherit;
}

.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;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt50 {
	margin-top: 50px;
}

.mb30 {
	margin-bottom: 30px;
}

.pl20 {
	display: block;
	padding-left: 20px;
}

.balance {
	padding-top: 100px;
}

#content {
	margin: 0 auto;
}

h2 {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	line-height: 62px;
	background: url(../images/pattern23.png), rgba(245,20,45,0.8) repeat;
	width: 100%;
	height: 60px;
	font-size: 2rem;
	color: #2364b4;
}

.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: #fc9;
}

#header-top {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 75px;
	position: relative;
	background: url(../images/pattern23.png), rgba(245,20,45,0.8);
}

#header-top img {
	display: block;
	padding-top: 7px;
	margin: 0 auto;
}

header p {
	display: block;
	position: absolute;
	top: 6px;
	right: 0;
	color: #fff;
}

.header-tel {
	margin: 15px 15px 0 0;
	font-family: "Fjalla One", sans-serif;
	font-size: 1.5rem;
}

.header-cap {
	margin: 38px 17px 0 0;
	font-size: 0.8rem;
}

/* ヘッダーに関する設定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: 1000px;
	height: 665px;
	background-color: #000;
}

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

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

.menu {
	margin: 0 auto;
	width: 100%;
	height: 40px;
	background: rgba(220,210,30,1);
	position: relative;
	text-align: center;
	line-height: 40px;
	font-size: 0.9rem;
	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: #fff;
	text-decoration: none;
	transition: 0.5s;
}

.menu li a:hover {
	background: rgba(150,60,70, 1);
	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: rgba(150,60,70, 1);
	cursor: pointer;
	border-bottom: 1px solid #f5142d;
	word-wrap: break-word;
	display: block;
	padding: 20px 30px 20px 20px;
	color: #fff;
	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: #fff;
	width: 0;
	height: 0;
	top: 15px;
}

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

dl.accordion dd ul li {
	border-bottom: 1px solid rgba(245,20,45, 1);
	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(150,60,70, 1);
	width: 0;
	height: 0;
	top: 10px;
	right: -25px;
	transition: 0.5s;
}

dl.accordion dd ul li a {
	color: rgba(150,60,70, 1);
	/* background: rgba(255, 255, 255, 1); */
	display: block;
	padding: 10px 30px 10px 15px;
	text-decoration: none;
	transition: 0.5s;
}

dl.accordion dd ul li a:hover {
	background: rgba(220,210,30, 0.7);
	color: #66c;
}

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

/* アコーディオンメニュー設定end */

/* チーム一覧メニュー設定 */

dl.accordion2 dt {
	background: rgba(229, 45, 138, 1);
	cursor: pointer;
	border-bottom: 1px solid #e8c;
	word-wrap: break-word;
	display: block;
	padding: 20px 30px 20px 20px;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 2.5rem;
}

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

dl.accordion2 dd ul li {
	border-bottom: 1px solid rgba(150, 0, 0, 1);
	list-style: none;
	font-weight: bold;
	line-height: 2.2rem;
}

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

dl.accordion2 dd ul li a::before {
	content: "";
	position: relative;
	float: right;
	border: 8px solid transparent;
	border-left-color: rgba(229, 45, 138, 1);
	width: 0;
	height: 0;
	top: 10px;
	right: -25px;
	transition: 0.5s;
}

dl.accordion2 dd ul li a:hover {
	background: rgba(229, 45, 138, 0.7);
	color: #fff;
}
/* チーム一覧メニュー設定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: #dcd21e;
	background: linear-gradient(-45deg, #ffff00 0%, #009632 100%);
	background: -moz-linear-gradient(left -45deg, rgba(255,0,0, 1), rgba(255,255,0, 1));
	background: -webkit-gradient(linear, left top, right bottom, from(rgba(255,0,0, 1)), to(rgba(255,255,0, 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: #f5142d;
	color: #fff;
	border: 3px solid #963c46;
	font-size: 1.7rem;
	border-radius: 0;
	transition: all 0.2s linear;
	position: relative;
	z-index: 1;
}

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

.button:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	height: 0;
	width: 0;
	border-radius: 50%;
	background: rgba(220,210,30, 1);
	z-index: -1;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transition: width 0.3s, height 0.2s ease-in-out, border-radius 0.1s linear 0.05s;
}

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

.button a:hover {
	color: #f5142d;
}

/* 注文ボタンend */

/* 写真背景block共通 */

.g-block01,
.g-block03,
.s-block01,
.s-block02,
.o-block01,
.d-block01,
.d-block03,
.i-block01,
.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,
.s-block02 p,
.d-block01 p,
.d-block03 p,
.o-block01 p,
.i-block01 p,
.p-block01 p {
	z-index: 1;
	position: absolute;
	color: #fff;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 1), 0px 0px 5px rgba(250,140,0, 1), 0px 0px 10px rgba(252,193,101, 0.8);
}

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

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

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

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

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

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

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

/*お知らせ*/

#attention {
	margin-top: -25px;
	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.5rem;
	line-height: 180%;
	margin-top: 10px;
	font-feature-settings: "palt";
	color: rgba(150,60,70,1);
}

.a-block h3::before {
	content: "";
	display: inline-block;
	position: relative;
	top: -8px;
	width: 50px;
	height: 3px;
	background: linear-gradient(-90deg, rgba(150,60,70,1), 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, rgba(150,60,70,1), 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: 30px;
}

/*お知らせend*/

/* 集合写真 */

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

.g-block01 {
	background-image: url(../images/BlockBG/g-photo01.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 {
	display: block;
	margin: 40px auto;
	width: 95%;
}

.g-block04 {
	display: block;
	margin: 40px auto;
	width: 95%;
/*	margin-top: -50px;*/
}
.gb02,
.db02 {
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 10%;
}

.forsmart {
	display: none;
}

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


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

/*
.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/hula_bg02.jpg);
	background-size: 60px;
	padding: 0 0 5px 0;
}

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

.s-block02 {
	background-image: url(../images/BlockBG/s-photo02.jpg);
	margin-bottom: 30px;
}

.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/hula_bg03.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 5px 0;
	background: url(../images/Background/hula_bg04.jpg);
}

.d-block01 {
	background-image: url(../images/BlockBG/d-photo01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

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

.d-block02 dl {
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 4%;
}

.d-block02 dt {
	border-bottom: 2px solid #900;
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.d-block02 li {
	padding-left: 20px;
	list-style: none;
	font-size: 1.2rem;
	line-height: 2.1rem;
}

.d-block02 .leftbox img {
	width: 70%;
	height: auto;
}

.db02sub {
	display: block;
	margin-left: 10%;
	margin-right: 10%;
	padding-top: 5%;
}

.d-block02 .big:first-child {
	margin-top: 3%;
}

.d-block02 .normal {
	margin-top: 0;
}

.d-block03 {
	background-image: url(../images/BlockBG/d-photo03.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

/* 記念DVDend */

/* お申し込み方法 */

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

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

.o-block02 {
	display: block;
	margin-top: 20px;
}

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

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

.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: 0.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.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: #ff9900;
	background: url(../images/icon/mail-icon-hover.png) no-repeat center;
	background-size: 100%;
	box-shadow: 0 0 0 3px #ff9900 inset;
}

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

/* お申し込み方法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-photo01.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 {
}

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

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

/* イベント期間 */
#event {
	background: url(../images/Background/hula_bg02.jpg);
	padding-bottom: 50px;
}

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

.i-block01 p.normal {
	top: 50px;
	right: 5%;
	text-align: right;
}

.i-block01 p.big {
	top: 90px;
	right: 5%;
	text-align: right;
}

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

/* イベント期間 End */

/*お問い合わせ */

#contact {
	padding: 0 0 5px 0;
}

.contact-top01 {
	margin: 0 auto;
	display: table;
	border-collapse: separate;
	border-spacing: 60px 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: 0.5s;
	vertical-align: middle;
	border: 0px;
}

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

.contact-top01 div.fax {
	background: #fff;
	background: url(../images/icon/LINE.png) no-repeat center;
	background-size: 80%;
/*	box-shadow: 0 0 0 2px #4cc764 inset;*/
}

.contact-top01 div.mail {
	background: #ff9900;
	background: url(../images/icon/mail-icon-hover.png) no-repeat top;
	background-size: 100%;
	box-shadow: 0 0 0 2px #ff9900 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;*/
}

.contact-top01 p:first-child {
	font-size: 1rem;
}

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(245,20,45, 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;
}
