@charset "UTF-8";


/*PC・タブレット・スマホ共通設定
---------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/

* {
	margin: 0px;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	-webkit-text-size-adjust: 100%;	
}
#container{}

.btn_foot{
	font-size:1.8em;
	margin:15px auto;
	width:100%;max-width:450px;
}
.btn_foot a:link{border:2px solid #fff;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
	padding:25px 50px;
	color:#fff;
        border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
}
.btn_foot a:hover{border:2px solid #fff;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
	padding:25px 50px;
	background:#fff;
	color:#333;
        border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
}


.btn_foot2{
	font-size:1.3em;
	margin:10px auto;
	width:100%;max-width:485px;
}
.btn_foot2 a:link{
	padding:15px 30px;
	color:#fff;
}
.btn_foot2 a:hover{
	padding:15px 30px;
	color:#333;
	text-decoration:underline;
}

.a:hover img,.a:active img{
	filter:alpha(opacity= 50); /* IE */
	-moz-opacity:0.50; /* Firefox CSS3以前 */
	opacity:0.50; /* CSS3 */
}

#nayami{
	padding:20px 25px;
	width:100%;
	margin:0 auto;
	color:#333;
}
#nayami td{
	text-align:left;
	padding:12px 16px;
	border-bottom:2px dotted #ccc;
}
#seminar{
	width:100%;
	max-width:650px;
	margin:0 auto;
}
#seminar th{
	width:20%;
	padding:10px;
	font-weight:bold;
	border-bottom:2px solid #fff;
}
#seminar td{
	text-align:left;
	width:80%;
	padding:10px;
	border-bottom:2px solid #fff;
}

.point{
	background:#fff;
background-repeat: no-repeat;background-position: right top;
border:1px solid #94c50a;box-shadow: 2px 2px 2px rgba(0,0,0,0.4);padding:12px 15px 12px 8px;width:96%;margin:25px auto;color:#333;text-align:left;font-size:1.2em;border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
}

.image1 {
  background: url('images/bridal.jpg') no-repeat fixed 0% 0% transparent;
background-size: contain;
}

.image2 {
  background: url('images/sunset.jpg') no-repeat fixed 0% 0% transparent;
background-size: contain;　
}
.image3 {
  background: url('images/couple.jpg') no-repeat fixed 0% 0% transparent;
background-size: contain;
}
.image4 {
  background: url('images/young.jpg') no-repeat fixed 0% 0% transparent;
background-size: contain;
}

.image-base{
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


img {
	border-style: none;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
h4{text-align:center;font-weight:bold; font-size:1.2em; border:2px solid #84C2C9; padding:5px;margin:10px;
        border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
div[id^="max_width"] {
	max-width: 1000px;
	margin: 0px auto;
}
.table td{text-align:left;}

#block1 {
	background:#84C2C9; /* 背景画像 */
	color: #FFFFFF;
	height: 80px;
}
#block1top {
	background:#84C2C9; /* 背景画像 */
	color: #FFFFFF;
	height: 80px;
}

#site_title {
	z-index: 1;
}
#title_big {
	display: none;
}
#stage {
	position:relative;
	background:#84C2C9; /* 背景画像 */
}
#stage ul {
	padding: 0px;
	position:relative;
}
#stage ul li {
	width: 100%;
	list-style-type: none;
	position:absolute;
	opacity: 0;
}
#stage img {
	max-width: 100%;
	height: auto;
}
#slide_control {
	position: absolute;
}
[id^='photo_'] {
	cursor: pointer;
}
#prev_button {
	cursor: pointer;
}
#next_button {
	cursor: pointer;
}
#play_stop {
	cursor: pointer;	
}
#main_img {
	background:#84C2C9; /* 背景画像 */
}


.content_even {
	background:#f9f9f9; 
}
.content_even a:link {
	color: #000000;
	-webkit-transition: color 0.3s ease-in-out 0s;
	-moz-transition: color 0.3s ease-in-out 0s;
	-ms-transition: color 0.3s ease-in-out 0s;
	-o-transition: color 0.3s ease-in-out 0s;
	transition: color 0.3s ease-in-out 0s;
}
.content_even a:visited {
	color: #000000;
}
.content_even a:hover {
	color: #767676;
}
.content_odd {
	background:#84C2C9; /* 背景画像 */
	color: #FFFFFF;
}
.content_odd a:link {
	color: #FFFFFF;
	-webkit-transition: color 0.3s ease-in-out 0s;
	-moz-transition: color 0.3s ease-in-out 0s;
	-ms-transition: color 0.3s ease-in-out 0s;
	-o-transition: color 0.3s ease-in-out 0s;
	transition: color 0.3s ease-in-out 0s;
}
.content_odd a:visited {
	color: #FFFFFF;
}
.content_odd a:hover {
	color: #A7A7A7;
}
.content_odd2 {
	background:#07467b; /* 背景画像 */
	color: #FFFFFF;
}
.content_odd2 a:link {
	color: #FFFFFF;
	-webkit-transition: color 0.3s ease-in-out 0s;
	-moz-transition: color 0.3s ease-in-out 0s;
	-ms-transition: color 0.3s ease-in-out 0s;
	-o-transition: color 0.3s ease-in-out 0s;
	transition: color 0.3s ease-in-out 0s;
}
.content_odd2 a:visited {
	color: #FFFFFF;
}
.content_odd2 a:hover {
	color: #A7A7A7;
}
footer a:link {
	text-decoration: none;
}
footer a:visited {
	text-decoration: none;
}
div[class^="bg-text"] {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 5px;
	padding-right: 5px;
	z-index: 1;
	height:auto;
	overflow:hidden;
}
div[class^="bg-text"] h2 {
	font-size: 180%;
	font-weight: normal;
	padding-bottom: 5px;
}

#bg-text-footer {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 5px;
	padding-right: 5px;
}
.color1 {
	color: #FF0000; /* 赤色 */
}
.color2 {
	color: #FF6600; /* 橙色 */
}
.color3 {
	color: #9900CC; /* 紫色 */
}
.en-blog{
	margin: 10px auto;
}

.en-blog dt{
	margin-bottom: 6px;
	padding: 0 10px;
	float: left;
	width: 30%;
}
.en-blog dd{
	margin-bottom: 6px;
	padding: 0 10px;
	text-align: left;
	float: left;
	width: 65%;
}

/*=====================
 メニュー
======================*/
.cp_offcm01 .cp_menu {
	position: fixed;
	top: 0;
	right: -100vw;
	width: 250px;
	height: 100%;
	cursor: pointer;
	-webkit-transition: 0.53s transform;
	        transition: 0.53s transform;
	-webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1.0);
	        transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1.0);
	background-color: #607D8B;
	_opacity: 0.8;
	z-index:2;
}
.cp_offcm01 .cp_menu ul {
	margin: 0;
	padding: 0;
}
.cp_offcm01 .cp_menu li {
	list-style: none;
}
.cp_offcm01 .cp_menu li a {
	display: block;
	padding: 20px;
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid #fff;
}

.cp_offcm01 #cp_toggle01 {
	position: absolute;
	display: none;
	opacity: 0;
}
.cp_offcm01 #cp_toggle01:checked ~ .cp_menu {
	-webkit-transform: translateX(-100vw);
	        transform: translateX(-100vw);
}
/* menu toggle */
.cp_offcm01 #cp_toggle01 ~ label {
	position: fixed;
	top: 3px;
	right: 4px;
	display: block;
	padding: 0.5em;
	cursor: pointer;
	-webkit-transition: 0.5s transform;
	        transition: 0.5s transform;
	-webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1.0);
	        transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1.0);
	text-align: center;
	color: #333;
}
.cp_offcm01 #cp_toggle01:checked ~ label {
	-webkit-transform: translateX(-250px);
	        transform: translateX(-250px);
}
.cp_offcm01 #cp_toggle01 ~ label::before {
	font-family: 'FontAwesome';
	content: '\f0c9';
	font-size: 2em
}
.cp_offcm01 #cp_toggle01:checked ~ label::before {
	content: '\f00d';
}


/* faq */
#faq {
	text-align: left;
}
#faq dl {
}
#faq dl dt {
	padding-top: 20px;
	padding-bottom: 10px;
	color: #2D2D2D;
}
#faq dl dd {
	border-bottom: #554b1e 1px dashed;
	padding-top: 10px;
	padding-bottom: 20px;
}
#faq dl dt:first-child {
	border-top: #554b1e 1px dashed;
}


#top_bar{padding:2px;
	color:#fff;
	font-size:1.25em;
	font-weight:bold;
	background:#84C2C9;
}
#pageTop{
	background:#DDD;
	border-radius:5px;
	color:#FFF;
	padding:10px 15px;
	position:fixed;
	bottom:10px;
	right:20px;
	}
#pageTop:hover{
	background:#EEE;
	}

.menu{
	display: none;
}

@media only screen and (min-width: 400px) { /* site_title img 切り替え */

#block1 {
	margin-top:0;
	background:#84C2C9; /* 背景画像 */
	color: #FFFFFF;
	height: 80px;
}
#block1top {
	margin-top:0;
	background:#84C2C9; /* 背景画像 */
	color: #FFFFFF;
	height: 80px;
}

.onlysp{display:none;}
#menu_button {
	position:fixed;
	top:0px;
	left:0px;
	cursor: pointer;
	z-index:3;
	background:#84C2C9; /* 背景画像 */
}
#nav {display:block;
	position:fixed;
	top:0px;
	margin-left:-200px;
	width:200px;
	z-index:2;
}
#nav ul {
	padding: 0px;
	background:#84C2C9; /* 背景画像 */
}
#nav ul li {
	list-style-type: none;
}
#nav ul li a:link {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	display:block;
	text-align:left;
	color: #FFFFFF;
	text-decoration: none;
	-webkit-transition: color 0.3s ease-in-out 0s;
	-moz-transition: color 0.3s ease-in-out 0s;
	-ms-transition: color 0.3s ease-in-out 0s;
	-o-transition: color 0.3s ease-in-out 0s;
	transition: color 0.3s ease-in-out 0s;
}
#nav ul li a:visited {
	color: #FFFFFF;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	display: block;
}
#nav ul li a:hover {
	color: #E0471D;
	text-decoration: none;
}


#title_small {
	display: none;
}
#title_big {
	display: inline-block;
}


@media only screen and (min-width: 600px) { /* content 内の上下の余白を切り替え */



/* Sticky-Menu
---------------------------------------------------------------------------*/
.menu {
      background: #ff6666;
      height: 50px;
      width: 100%;
      position: fixed;
      left: 0;
      line-height: 50px;
      text-align: center;
      display: flex;
      cursor: pointer;
      justify-content: space-around;
  }
.menu_container {
      margin:0 auto;
      max-width:1600px;
}

  .menu:hover {
      opacity: 1;
  }
   
  .menu a {
      padding:0 20px;
      color: #fff;
      text-decoration: none;
      font-weight: bold;   
      font-size: calc(2vh + 1px);
  }
  .menu a:hover {
      text-decoration: none ! important;
	color:#fff;
   }
  .active {
      top: 0;
      _opacity: 0.7;
      position: fixed;
      z-index: 9999;    
      -webkit-transition: opacity .55s;
      -moz-transition: opacity .55s;
      -o-transition: opacity .55s;
      transition: opacity .55s;
  }
.menu a {
 	 position: relative;
  	display: inline-block;
  	transition: .3s;
}
.menu a::after {
 	position: absolute;
  	bottom: 12px;
  	left: 0;
  	content: '';
  	width: 0;
  	height: 1px;
  	background-color: #fff;
  	transition: .3s;
}
.menu a:hover::after {
  	width: 100%;
}



#top_bar{padding:15px;
	color:#fff;
	font-size:1.45em;
	font-weight:bold;
	background:#84C2C9;
	margin-top:-35px;
}
div[class^="bg-text"] {
	padding-top: 50px;
	padding-bottom: 50px;
}
div[class^="bg-text"] h2 {
	font-size: 200%;
	padding-bottom: 10px;
}
div{font-size:105%;}
#bg-text-footer {
	padding-top: 50px;
	padding-bottom: 50px;
}

@media only screen and (min-width: 650px) { /* テキスト回り込みの切り替え */

.img_450_left {
	float: left;
	padding-right: 5px;
}
.img_450_right {
	float: right;
	padding-left: 5px;
}


}

@media only screen and (min-width: 950px) { /* nav 展開の切り替え / js の min_width（ブレークポイント）も同じ値に設定 */

#block1 {
	margin-top:0;
	background:#84C2C9; /* 背景画像 */
	color: #FFFFFF;
	height: 100px;
}
#block1top {
	margin-top:0;
	background:#84C2C9; /* 背景画像 */
	color: #FFFFFF;
	height: 100px;
}
#site_title {
	float: left;
	padding-right: 30px;
}
#menu_button {
	display: none;
}
#nav {
	top:auto;
	position: static;
	margin-left: 0px;
	width: auto;
}
#nav ul {
	background-color:rgba(0,0,0,0);
}
#nav ul li {
	float: left;
}
#nav ul li a:link {
	padding:8px 30px;
border: 1px solid #fff;
	/*border-bottom: 1px solid #84C2C9;*/
	color: #FFFFFF;
}
.contact{
background:#E0471D;
}

#nav ul li a:visited {
	color: #FFFFFF;
	padding:8px 30px;
border: 1px solid #fff;
	/*border-bottom: 1px solid #84C2C9;*/
}
#nav ul li a:hover {
border: 1px solid #fff;
background:#E0471D;
	text-decoration: none;
	color: #B9B9B9;
}

#footer_nav {
	display: block;
}

}

@media only screen and (min-width: 768px) 
.cp_cont{
	display: none!important;
}

}
