@charset "utf-8";

.test{
	width: 500px;
	margin: 0 auto;
	
}
/*共通*/
img {
    width: 100%;
	max-width: 100%;
    vertical-align: top;
}
.cf:after {
  content: ".";  /* 新しいコンテンツ */
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; /* 非表示に */
}

header {
    width: 100%;
    margin: 0 auto;
}
.inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

a:hover{
    -webkit-transition: all .4s;
       -moz-transition: all .4s;
         -o-transition: all .4s;
            transition: all .4s;
    opacity: 0.7;
    filter: alpha(opacity=70);
       -ms-filter: "alpha(opacity=70)";
}	
/*---------------------------------
header
---------------------------------*/
.global-header {
    background: #fff;
    height: 4rem;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
	padding: 10px 0 0 1em;
}
.global-header-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: auto;
    width: 89.33333%;
}
.header_logo {
    width: 55px;
    float: left;
    display: inline-block;
}
.header_left {
    float: right;
    margin-right: 8em;
}
/*---------------------------------
ドロップダウンメニュー
---------------------------------*/
.menud {
    position: relative;
   /* width: 100%;*/
    /*height: 50px;*/
    max-width: 1000px;
    margin: 0 auto;
	background-color: #fff;
    padding: 0px 20px;
    border-radius: 50px;
	opacity: 0.7;
}

.menud > li {
    float: left;
    width: 100%; /* グローバルナビ4つの場合 */
    height: 50px;
    line-height: 50px;
    /*background: rgb(29, 33, 19);*/
}

.menud > li a {
    display: block;
    color: #635356;
}

.menud > li a:hover {
    color: #333;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    /*background: #072A24;*/
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
    border-top: 1px solid #635356;
}

.menu__third-level li {
    border-top: 1px solid #635356;
}

.menu__second-level li a:hover {
   /* background: #111;*/
}

.menu__third-level li a:hover {
   /* background: #2a1f1f;*/
}

.menu__fourth-level li a:hover {
    /*background: #1d0f0f;*/
}

/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #635356;
    border-bottom: 1px solid #635356;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */
.menud:before,
.menud:after {
    content: " ";
    display: table;
}

.menud:after {
    clear: both;
}

.menud {
    *zoom: 1;
}
.menud > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 100%;
    background: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	padding: 0 5px;
}

li.menu__single:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}
/*---------------------------------
kv
---------------------------------*/
.video_wrapper {
    position: relative;
}
.video_wrapper:not(.js_active)::before {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
}
.video_wrapper:not(.js_active)::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 60px;
    height: 60px;
	background-image: url("../video/loading.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
}

.video_wrapper > video {
    width: 100%;
}
/*.video_wrapper:not(.js_active)::before {
	background-image: url("../video/Circles-menu-3.gif");
		background-repeat: no-repeat;
    
}
.video_wrapper:not(.js_active)::after {
	background-image: url("../video/Circles-menu-3.gif");
	background-repeat: no-repeat;
    
}*/
/*.main_video1 {
   position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.main_video2 {
   position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}*/
/*.main_video1 video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
}
*/
.main_video1 video {
	width: 100%;}
.main_video2 video {
	width: 100%;
}
.pc_only{
	display: block;
}

.sp_only{
	display: none;
}
.main_video1 {
    background-color: #f5f5f5;
}
/*---------------------------------
私たちとは
---------------------------------*/
.about_us.cf {
    width: 100%;
    background-color: #f5f5f5;
    padding: 4em 0;
    margin-bottom: 10em;
    height: 580px;
}
/*h3 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 34px;
    font-style: italic;
	color: #635356;
	font-weight: bold;
}*/
h3 {
    font-family: 'Fjalla One', sans-serif;
    letter-spacing: 0.2em;
    line-height: normal;
    display: block;
    color: #000;
    font-size: 40px;
    color: rgba(0,0,0,.0);
    -webkit-text-stroke: 1px #635356;
	margin-bottom: 10px;
}



h5 {
    font-size: 16px;
}
.about_left {
    width: 35%;
    float: left;
    display: inline-block;
    margin-left: 6em;
}
.about_right {
    width: 50%;
    float: right;
    display: inline-block;
    margin-top: 6em;
}
p.readmore{
	margin-top: 1em;
	font-size: 18px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: bold;
}
p.readmore a{
	color: #908a8c;
	text-decoration: underline;
}
p.readmore2 {
    margin-top: 10px;
    text-align: right;
	font-size: 16px;}
p.readmore2 a{
	color: #908a8c;
	text-decoration: underline;
}
/*---------------------------------
ロケーション/スタイル
---------------------------------*/
/*h2 {
    border-bottom: double 4px #635356;;
    font-size: 21px;
    text-align: center;
	color: #635356;
	margin: 0 0 1em 0;
	letter-spacing: 0.1em;
}*/
h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    padding: 25px 0;
    width: 400px;
    margin: 40px auto;
    border-bottom: 1px solid #635356;
    font-family: 'Fjalla One', sans-serif;
    letter-spacing: 0.2em;
    border-top: 1px solid #635356;
    animation-timing-function: ease-in;
	color: #635356;
}
.bnr_list li img{
box-shadow: 2px 6px 6px rgb(153 151 151 / 75%);}
.bnr_list li {
    width: 48.5%;
    float: left;
    margin-right: 2em;
}
.bnr_list li:nth-child(2){
	margin-right: 0;
}
.bnr_list li:nth-child(4){
	margin-right: 0;
}
p.tit_text{
font-size: 18px;
    padding: 10px 0 30px 5px;	
}
p.tit_text a {
	color: #635356;
}

p.tit_text a:hover{
	text-decoration: underline;
}
ul.cote_list.cf li{
	width: 24%;
	float: left;
	display: inline-block;
	margin: 0 0 1em 10px;
}
ul.cote_list.cf li a{
	text-align: center;
	color: #fff;
	padding: 15px 0;
	background-color: #635356;
	border-radius: 50px;
	display: block;
}
.mb {
    margin-bottom: 8em;
}
p.rink_btnbig a{
	display: block;
	text-align: center;
	width: 30%;
	margin: 2em auto 0;
	padding: 15px;
	border: 1px solid #635356;
	color: #635356;
	border-radius: 50px;
    font-size: 14px;
}
/*---------------------------------
インフォメーション
---------------------------------*/
.infomation {
    width: 100%;
    background-image: url(../img/bk.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 4em 0 0 0;
    height: 600px;
    margin-bottom: 10em;
}
.info_left {
    width: 35%;
    float: left;
    display: inline-block;
	margin-left: 4em;
}
.info_right {
    width: 50%;
    float: right;
    display: inline-block;
	margin: 3em 4em 0 0;
}
ul.info_list li {
    width: 85%;
    border: 1px solid #635356;
    padding: 15px;
    margin-bottom: 1em;
}
ul.info_list li a{
	color: #635356;
	display: block;
	font-size: 16px;
	font-weight: 600;
}
ul.info_list {
    margin-top: 1em;
}
ul.info_list li a {
  display: flex;
  align-items: center; /* 垂直中心 */
}
ul.info_list li a:after {
  border-top: 1px solid ;
  content: "";
  width: 3em; /* 線の長さ */
}
ul.info_list li a:after {
  margin-left: 1em; /* 文字の右隣 */
}
/*---------------------------------
撮影料金
---------------------------------*/
.cost {
    width: 100%;
    padding: 4em 0 6em 0;
    background-color: #635356;
}
h2.h2_w {
    color: #fff;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;

}
p.detail_tit br {
    display: none;
}
p.cost_tit br {
    display: none;
}
p.cost_tit {
    text-align: center;
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
    padding-top: 2em;
}
p.cost_subtit {
    text-align: center;
    color: #fff;
}
.plan_tit {
    width: 100%;
    background-color: #fff;
    padding: 10px 0;
    border-radius: 5px;
	margin: 1em 0;
}
p.plan_stit {
    text-align: center;
    color: #908a8c;
}
p.plan_maintit {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #635356;
	line-height: 1em;
}
p.coconut_icon {
    width: 36px;
    margin:0 auto;
}
.cost_left {
    width: 50%;
    float: left;
    display: inline-block;
}
.cost_right {
    width: 50%;
    float: right;
    display: inline-block;
}
p.detail_tit {
    font-size: 21px;
    text-align: center;
    color: #fff;
}
p.detail_tit {
  display: flex;
  align-items: center;
  justify-content: center;
	line-height: 1.4;
}
p.detail_tit:before,
p.detail_tit:after {
  border-top: double;
  content: "";
  width: 80px; 
}
p.detail_tit:before {
  margin-right: 10px; 
}
p.detail_tit:after {
  margin-left: 10px; 
}
p.detail_style {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: #fff;
	line-height: 1.5em;
}
p.ex {
    text-align: center;
    color: #fff;
}
span.big {
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff;
    color: #635356;
    font-size: 50px;
}
p.fee {
    max-width: 415px;
    margin:10px auto;
}
ul.fee_location.cf li{
	width: 30%;
	float: left;
	display: inline-block;
	margin-right: 1%;
	font-size: 16px;
	
}
ul.fee_location.cf li a{
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
	display: block;
    padding: 5px 0;

}
p.careful {
    color: #fff;
}
dl.extra {
    border: 1px solid #fff;
    border-radius: 5px;
    overflow: hidden;
	margin: 3em 0 0 0;
    /*height: 480px;*/
}
dl.extra dt {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #635356;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    justify-content: center;
    letter-spacing: 0;
}
dl.extra dt {
    font-size:18px;
    height: 60px;
	letter-spacing: 0.1em;
}
dl.extra dd {
    background-color: #fff;
	height: 120px;
    padding: 10px;
}
ul.extra_list li {
    width: 15%;
    float: left;
    display: inline-block;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px 0;
    margin-right: 1%;
	margin-bottom: 1%;
	color: #635356;
    background: #fff;
}
p.rink_btnbigwhite a {
    width: 30%;
    margin: 2em auto;
    text-align: center;
    padding: 15px ;
    border: 2px solid;
    border-radius: 50px;
	font-size: 14px;
	color: #fff;
	display: block;
}
.makeing_video {
    margin: 6em 0 ;
}

/*---------------------------------
お知らせ
---------------------------------*/
.news {
    background-color: #f4f4f4;
    padding: 4em 0 6em 0;
}
ul.news_list li {
    width: 46%;
    float: left;
    display: inline-block;
    margin-right: 2em;
	margin-bottom: 3em;
}
ul.news_list li:nth-child(2){
	margin-right: 0;
}
ul.news_list li:nth-child(4){
	margin-right: 0;
}
p.cotegory {
    color: #635356;
    font-weight: bold;
}
p.day {
    color: #c8c8c8;
	font-size: 12px;
}
dl.news_detail {
    display: flex;
}
dl.news_detail dt {
    width: 30%;
}
dl.news_detail dd {
    padding-left: 1em;
	width: 70%;
}
p.news_tit a{
	color: #333;
}
/*---------------------------------
footer
---------------------------------*/
.bali_bnr {
    width: 48.3%;
    float: left;
    display: inline-block;
}
.insta_bnr {
    width: 48.3%;
    float: right;
    display: inline-block;
}
.bnr_wrap.cf {
    margin: 4em 0;
}
.footer_wrap {
    background-color: #635356;
	padding: 4em 0;
}
h3.contact_tit {
    text-align: center;
	-webkit-text-stroke: 1px #fff;
}
p.contact_subtit {
    color: #fff;
    text-align: center;
    font-size: 16px;
}
ul.contact_bnr.cf li {
	width: 48%;
	float: left;
	display: inline-block;
	margin-right: 2em;
}
ul.contact_bnr.cf li:nth-child(2){
	margin-right: 0;
}
ul.contact_bnr.cf li a{
	display: block;
	text-align: center;
	border: 2px solid #786c6c;
	border-radius: 50px;
	background-color:#6d5c5f;
	color: #fff;
	padding: 20px 0;
    font-size: 21px;
}
ul.contact_bnr.cf {
    margin: 2em 0 4em 0;
}
.li_wrap{
	width: 33%;
	float: left;
	display: inline-block;
	border-right: 1px solid #786c6c;
	height: 260px;
}
.li_wrap:last-child{
	border-right: none;
}
p.f_logo {
    max-width: 90px;
    margin: 0 auto 2em;
}
p.sns_tit {
    text-align: center;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
}
ul.sns_icon.cf {
    width: 44%;
    margin:10px auto 0;
}
ul.sns_icon.cf li:nth-child(3){
	margin-right: 0;
}
ul.sns_icon.cf li{
	display: inline-block;
	width: 25px;
	margin-right: 2em;
}
ul.sns_icon.cf li.youtube_icon {
    width: 36px;
}
ul.fnavi_list.cf {
    padding-left: 30px;
}
ul.fnavi_list.cf li a {
	color: #fff;
}
ul.fnavi_list.cf li {
	padding-bottom: 10px;
letter-spacing: 0.1em;}

address {
    font-size: 14px;
	color: #635356;
    text-align: center;
    padding: 10px 0;

}
.btn_top {
	text-align: center;
}
.btn_top a{
	color: #fff;
}
p.arrow {
    width: 24px;
    margin: 0 auto;
}
div#fixed_bnr {
    position: fixed;
    bottom: 1%;
    right: 1%;
    width: 358px;
	z-index: 10000;}
.fixbnr_pc {
    position: fixed;
    bottom: 1%;
    right: 1%;
    width: 358px;
	z-index: 10000;}
.sp-fixed-nav {
    display: none;
}
ul.f_navi.cf {
    margin-bottom: 4em;
}
p.detail_tit br {
    display: block;
}
p.cost_tit br {
    display: block;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
/* ■02.横幅1200px以上（PC用）スクロールバー対策で+20pxを指定する
--------------------------------------------------- */
@media screen and (min-width:1000px) and (max-width:1280px) {
    /* ▼PC用================================================================== */
	
	.inner {
    width: 95%;
    margin: 0 auto;
}
	
    /* ▲PC用================================================================== */
}
/* ■03.横幅768px以上、1299px以下（Tab用）スクロールバー対策で+20pxを指定する
--------------------------------------------------- */
@media screen and (min-width:1280px) and (max-width:1090px) {
    /* ▼PC用================================================================= */

	
	/* ▲PC用================================================================== */
}
/* ■03.横幅768px以上、1299px以下（Tab用）スクロールバー対策で+20pxを指定する
--------------------------------------------------- */
@media screen and (min-width:768px) and (max-width:1090px) {
    /* ▼Tab用================================================================= */

	
	
    /* ▲Tab用================================================================= */
}

/* ■05.横幅767px以下（SP用）
--------------------------------------------------- */
@media screen and (min-width:0px) and (max-width:768px) {
    /* ▼SP用================================================================ */
.header_logo {
    width: 40px;
}
	.global-header {
    padding: 5px 0 0 10px;
		height: 3rem;
		position: inherit;
		/*margin-bottom: 10px;*/
}
.header_left {
    margin-right: 5em;
}
	.menud > li {
    float: left;
    width: 100%;
    height: 40px;
		line-height: 40px;}
	
	
.pc_only{
	display: none;
}

.sp_only{
	display: block;
}	
.inner {
    width: 90%;
    margin: 0 auto;
}	
	
	/*.btn_top {
    width: 55px;
    position: fixed;
    z-index: 2000;
    left: 1%;
    bottom: 4%;
}*/

.footer_logo {
    width: 100%;
    margin: 2em auto;
}
.footer_logo dl.cf {
    display: block;
}
.footer_logo dt {
    width: 25%;
    margin: 0 auto;
}

	address {
    font-size: 12px;}
	div#fixed_bnr {
    position: fixed;
    bottom: 2%;
    right: 1%;
    width: 270px;
    z-index: 10000;
}
.sp-fixed-nav {
    display:block;
}
	.fixbnr_pc {
    display: none;
    position: inherit;
    bottom: 1%;
    right: 1%;
    width: 358px;
    z-index: 10000;
}
	.sp-fixed-nav {
    /*background: #94131e;*/
    bottom: 0;
    height: 4rem;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
	.sp-fixed-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}
	.sp-fixed-nav-list-item {
    width: 50%;
}
	li.sp-fixed-nav-list-item.item1 a {
    background-color: #6d5c5f;
	 -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    height: 100%;
    justify-content: center;
    letter-spacing: 0.01em;
    width: 100%;
	/*padding-left: 10px;*/}
	li.sp-fixed-nav-list-item.item2 a {
	background-color:#06c655;
    background-size: 20px;
	 -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    height: 100%;
    justify-content: center;
    letter-spacing: 0.01em;
    width: 100%;
/*		padding-left: 10px;
*/}
	
	video.videosp {
    width: 100%;
    height: auto;
    margin-top: 200px;
}
	.about_left {
    width: 100%;
    float: none;
    display: block;
    margin-left: 0;
}
	h3 {
		font-size: 28px;
	text-align: center;}
.about_right {
    width: 100%;
    float: none;
    display: block;
    margin-top: 4em;
}
	.about_us.cf {
    width: 100%;
    background-color: #f5f5f5;
    padding: 4em 0;
    margin-bottom: 10em;
    height: 680px;
}
	.bnr_list li {
    width: 100%;
    float: none;
    margin-right: 0;
}
	p.tit_text {
		font-size: 16px;}
ul.cote_list.cf li {
    width: 48%;
    float: left;
    display: inline-block;
    margin: 0 0 1em 5px;
}
	p.rink_btnbig a {
		width: 80%;}
.info_left {
    width: 100%;
    float: none;
    display: block;
    margin-left: 0;
}
	ul.info_list li a {
		font-size: 15px;}
ul.info_list li {
    width: 80%;
    margin: 0 auto;
    border: 1px solid #635356;
    padding: 15px 0px 15px 15px;
    margin-bottom: 1em;
}
	.infomation {
    height: 750px;
    margin-bottom: 10em;
}
	.info_right {
    width: 100%;
    float: none;
    display: block;
    margin: 3em 0 0 0;
}
	p.plan_maintit {
		font-size: 21px;}
.cost_left {
    width: 100%;
    float: none;
    display: block;
}
	p.detail_tit {
		font-size: 18px;}
ul.fee_location.cf li {
    width: 32%;
    font-size: 14px;
}
	.cost_right {
    width: 100%;
    float: none;
    display: block;
    margin-top: 2em;
}
	ul.extra_list li {
		width: 48%;}
dl.extra dd {
	height: 260px;}
p.rink_btnbigwhite a {
	width: 80%;}
ul.news_list li {
	width: 100%;}
p.day {
    font-size: 12px;
}
	.bali_bnr {
    width: 100%;
    float: none;
    display: block;
    margin-bottom: 1em;
}
	.insta_bnr {
    width: 100%;
    float: none;
    display: block;
}
	ul.contact_bnr.cf li {
    width: 100%;
    float: none;
    display: block;
		margin: 0 auto 1em;}
	ul.contact_bnr.cf li a{
		font-size: 16px;
		padding: 10px 0;
	}
	ul.contact_bnr.cf li:nth-child(2) {
    margin: 0 auto;
}
	.li_wrap {
    width: 100%;
    float: none;
    display: block;
    border-bottom: 1px solid #786c6c;
    height: auto;
    padding: 20px 0;
}
	.footer_wrap {
    padding: 2em 0;
}
	ul.contact_bnr.cf {
    margin: 2em 0 3em 0;
}
	ul.sns_icon.cf {
    width: 50%;
    margin: 1em auto 2em;
}
	p.f_logo {
    max-width: 90px;
    margin: 0 auto 2em;
}
	p.detail_tit:before, p.detail_tit:after {
    border-top: double;
    content: "";
    width: 70px;
}
	p.contact_subtit {
   /* line-height: 1;*/
		font-size: 12px;
}
	p.readmore {
		font-size: 16px;}
	h2 {
    font-size:17px;
    padding: 20px 0;
		width: 100%;}
	h5 {
    font-size: 14px;
}
	p.fee {
		width: 80%;}
	p.careful {
    margin-top: 10px;
}
	p.arrow {
    width: 15px;
    margin: 0 auto;
    height: 10px;
}
    /* ▲SP用================================================================ */
}
/* ■04.横幅0px以上、320px以下（SP用）
--------------------------------------------------- */
@media screen and (min-width:0px) and (max-width:360px) {
    /* ▲SP横用================================================================ */
}
