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

body {
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #E2E2C7;
	font-family: "Noto Sans Japanese";
	min-width:600px;
}

ul,li,img,p {
	margin: 0;
	padding: 0;
}


#tab a {
	font-family: Lato;
	font-weight: 700;
	font-size: 8px;
	line-height: 16px;
	letter-spacing: 2px;
	position: fixed;
	top: 100px;
	right: 0;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 8px;
	text-align: center;
	color: #666;
	text-decoration: none;
	z-index: 999;
	display: block;
}
#tab a:hover {
	background-color: rgba(200,200,200,0.2);
}

/* ■ヘッダー */

#header {
	width:100%;
	max-width: 1024px;
	max-height: 100vw;
	height:80vh;
	position: relative;
	margin:auto;
}

#headerSlide {
	width: 100%;
	height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#headerSlide li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
}

#headerSlide li:not(:first-child) {
	display: none;
}

#headerSlide li.slide01 {
	background-image: url(img/top2.jpg);
}

@media screen and (min-width: 651px) {
	#headerLogo_white {
	    position: absolute;
	    top: calc(12% - 36px);
	    left: calc(50% - 242px);
	    text-align: center;
	    width: 483px;
	    height: 193px;
	}
}
@media screen and (max-width: 650px) {
	#headerLogo_white {
	    display: none;
	}
}

#headerLogo img {
	max-width: 70vw;
}

#headerNav1 {
	position: absolute;
	top: calc(50% - 28px);
	width: 100%;
	left: 0;
	list-style-type: none;
}

#headerNav1 img {
	max-width: 2.5vw;
}

#headerNav1 .left {
	position: absolute;
	top: 0;
	left: 2%;
	opacity: 0.3;
	cursor: pointer;
	padding: 10px;
}

#headerNav1 .left:hover {
	opacity: 0.6;
}

#headerNav1 .right {
	position: absolute;
	top: 0;
	right: 2%;
	opacity: 0.3;
	cursor: pointer;
	padding: 10px;
}

#headerNav1 .right:hover {
	opacity: 0.6;
}

#headerNav2 {
	position: absolute;
	bottom: 2%;
	left: 0;
	width: 100%;
	text-align: center;
}

#headerNav2 li {
	display: inline;
}

#headerNav2 li img {
	padding: 10px;
	opacity: 0.3;
	cursor: pointer;
	max-width: 2vw
}

#headerNav2 li img:not(.selected):hover{
	opacity: 0.6;
}

#headerNav2 li img.selected {
	cursor: default;
	opacity: 0.9;
}
#header .header_scroll {
    position: absolute;
    bottom: 3%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media screen and (max-width: 650px) {
	#header .header_scroll {
		display: none;
	}
}

/* ■イントロダクション */

#intro {
	font-size: 15px;
	line-height: 40px;
	letter-spacing: 2px;
	text-align: center;
	padding: 70px 0;
	background-color: #FFF;
	margin:auto;
	max-width:1024px;
	}
#intro .copy {
	margin: 20px 10% 30px;
	font-size: 20px;
	letter-spacing: 3px;
	line-height: 44px;
}
#intro .description {
	text-align: left;
	width: 65%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#intro .description a {
	color: inherit;
	text-decoration: underline;
}

@media screen and (min-width: 890px) {
	#headerLogo_black {
	    display: none;
	}
	#intro hr {
		display: none;
	}
}
@media screen and (max-width: 889px) {
	#detile{
		display:none;
	}
	#headerLogo_black {
   		max-width: 80vw;
    	margin: 0 auto 40px;
	}
	#headerLogo_black img {
		max-width: 100%;
	}
	#intro {
    	font-size: 14px;
    	line-height: 32px;
		letter-spacing: 1px;
	}
	#intro hr {
		width: 45px;
		margin-bottom: 40px;
	}
	#intro .copy {
		font-size: 18px;
		line-height: 40px;
	}
	#intro .description {
		text-align: left;
	}
	#intro .description br {
		display: none;
	}
}
@media screen and (max-width: 550px) {
	#detile{
		display:none;
	}
	#intro .copy {
		text-align: left;
	}
	#intro .copy br {
		display: none;
	}
}
@media screen and (max-width: 450px) {
	#detile{
		display:none;
	}
	#headerLogo_black {
   		max-width: 86vw;
    	margin: 0 auto 30px;
	}
	#intro {
    	font-size: 13px;
    	line-height: 30px;
	}
	#intro .copy {
		margin: 20px 6%;
		font-size: 17px;
		letter-spacing: 2px;
		line-height: 36px;
	}
	#intro .description {
		margin: 20px 6%;
	}
}


/* ■インスタ */

#insta {
	margin-top: 70px;
	margin-bottom: 70px;
}
#insta h2 {
	text-align: center;
	margin: 0 30px;
}
#insta h2 img {
	max-width: 100%;
}
#load_insta {
	padding: 15px;
	max-width: 1100px;
	margin: 0 auto;
}
@media screen and (max-width: 1023px) {
	#load_insta .insta_box:nth-child(n + 7) {
		display: none;
	}
}
@media screen and (max-width: 567px) {
	#load_insta .insta_box:nth-child(n + 5) {
		display: none;
	}
}
#load_insta .frame {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	border: 15px solid white;
	box-sizing: border-box;
}
#load_insta .photo {
	position: absolute;
	top: 50%;
	left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#load_insta .frame_blank {
	border: 15px solid white;
	box-sizing: border-box;
	background: #E8ECEF;
}



/* ■フォーム */

#form {
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 1px;
	text-align: center;
	background-color: #F3F3F3;
	padding-bottom: 70px;
}
#form .catalogue_header {
	width: 100%;
	height: 300px;
	min-height: calc(100vw * 0.23);
	background-image: url(../../wedding/img/catalogue_header.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
	margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
	#form .catalogue_header {
		height: calc(100vw * 0.375);
	}
}
@media screen and (max-width: 650px) {
	#form .catalogue_header {
		background-image: url(../../wedding/img/catalogue_header_small.jpg);
		height: calc(100vw * 0.38);
	}
}
#form h2 {
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 27px;
    margin-bottom: 20px;
}
@media screen and (max-width: 550px) {
	#form h2 {
    	letter-spacing: 1px;
	}
}
@media screen and (max-width: 550px) {
	#form h2 {
		text-align: left;
		margin-left: 10%;
		margin-right: 10%;
	}
}
#form .description {
	text-align: center;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 30px;
    margin-bottom: 30px;
}
@media screen and (max-width: 650px) {
	#form .description {
		text-align: left;
		margin-left: 10%;
		margin-right: 10%;
    	font-size: 14px;
    	line-height: 32px;
		letter-spacing: 1px;
	}
	#form .description br {
		display: none;
	}
}
@media screen and (max-width: 450px) {
	#form .description {
    	font-size: 13px;
    	line-height: 30px;
	}
}
#form .form_layout {
    max-width: 500px;
    margin: 0 auto;
}
#form .left {
	width: 200px;
	display: inline-block;
	text-align: right;
	padding-right: 10px;
    vertical-align: top;
}
#form .right {
	width: 280px;
	display: inline-block;
	text-align: left;
}
#form #mail2 {
	width: 100%;
}
#form p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
    text-align: left;
	letter-spacing: 0;
}
#form .form_layout label {
	font-size: 13px;
	line-height: 19px;
}
#form .form_layout input, #form .form_layout select {
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 5px;
}
#form .pro1 {
	width: 150px;
}
#form .pro2 {
	width: 245px;
}
#form .pro3 {
	width: 50px;
}
#form .submit {
	width: 200px;
	background: gray;
	margin-top: 30px;
}

@media screen and (max-width: 650px) {
	#form .form_layout {
    	margin: 0 10%;
		max-width: none;
	}
	#form input, #form select {
		display: inline;
	}
	#form .left {
    	text-align: left;
    	width: 100%;
	}
	#form .right {
    	width: 100%;
	}
}
