@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/*ゆっくり表示*/

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:2s;
 -ms-animation-duration:2s;
 animation-duration:2s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-50px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-170px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}



    


body {
	max-width: 770px;
    text-align: center;
	margin: auto;
	font-family:"Yu Gothic Medium" ,"游ゴシック Medium", "YuGothic", "游ゴシック体" , 'Noto Sans JP', sans-serif , "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
	font-feature-settings: "palt";
	/*background-color:#638dc7;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;*/
	background-image: url("../img/BG.png");
    color: #231815;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


a {
    color: #fff;
    font-weight:bold;
	height: auto;
}

a:hover {
	color: #381113;
}




.pt5 {
    padding-top:20px;
}
	
h1 {
	font-size: 22px;
font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;    font-weight: bold;
    color: #231815;
    padding-bottom:10px;
}

h2 {
	font-size: 28px;
	letter-spacing: 0.02em;
    color: #231815;
	font-weight: 700;
	font-style: normal;
}
/*撮影会日程へリンク*/
    .link-button {
      display: inline-block;
      border: 2px solid #231815;
      padding: 12px 50px;
      text-decoration: none;
      color: #231815;
      font-size: 18px;
      font-weight: bold;
      font-family: "Yu Gothic", "游ゴシック", sans-serif;
      background-color: white;
      transition: background-color 0.3s, color 0.3s;
      text-align: center;
    }

    .link-button:hover {
      background-color: #231815;
      color: white;
    }

    /* レスポンシブ対応：スマホでは幅100%にする */
    @media (max-width: 600px) {
      .link-button {
        display: block;
        width: 75%;
        box-sizing: border-box;
       margin:auto;
      }
    }


/*エントリーボタンの上のテキスト*/
    .normal {
     font-weight: bold;
      font-size: 18px;
    }
    .highlight {
     font-weight: bold;
      font-size: 28px;
      color:#e4007f;
    }   

/*エントリーボタンの上のテキスト*/
    .normal_faq {
     font-weight: bold;
      font-size: 14px;
    }
    .highlight_faq {
     font-weight: bold;
      font-size: 20px;
      color:#e4007f;
    }   
.whats p { 
    /*background:linear-gradient(transparent 60%, #f8f8f8 30%);*/
    font-weight: bold;
    font-size: 18px;
/*	letter-spacing: 0.05em;
*/}

.whats a {
  color:#000;
    font-size: 20px;
}


.merit p { 
    /*background:linear-gradient(transparent 60%, #f8f8f8 30%);*/
    font-weight: bold;
    font-size: 34px;
	letter-spacing: 0.05em;
}


.rule p { 
    /*background:linear-gradient(transparent 60%, #f8f8f8 30%);*/
    font-weight: bold;
    font-size: 23px;
	letter-spacing: 0.05em;
}


.wrapper {
	/*background-color: #ffffff;*/
}

.wrapper p{
/*    font-size: 17px;
*/}

.title {
   margin-bottom: 40px;
	
}

.main_img{
    padding:2em 1em;
	margin-bottom: 25px;
}

.shop {
    padding-top:10px;
    padding-bottom: 10px;
    width: 100%;
    margin: auto;
    font-size: 10px;
	height: auto;
}


/*ヘッダースライド*/
  .container {
      width: 770px;
      height: 600px;
      display: flex;
      position: relative;
      overflow: visible; /* はみ出し許可 */
      margin: 0 auto;
    }

    .slider {
      flex: 1;
      position: relative;
      overflow: hidden;
    }

    .slide-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0;
      transition: opacity 1s ease-in-out;
    }

    .slide-image.active {
      opacity: 1;
    }

    .logo {
      position: absolute;
      bottom: -30px;
      left: 10px;
      z-index: 10;
      width: 140px;
    }

    @media screen and (max-width: 820px) {
      .container {
        width: 100%;
        max-width: 770px;
        height: 350px;
      }
        
    .logo {
      position: absolute;
      bottom: -30px;
      left: 10px;
      z-index: 10;
      width: 100px;
    }
    }



.box1{
    margin: 2em 0 0;
    padding: 2em 1em 4em;
	background-color:#F4F4F4;
}

.inner{
    margin: 2em 0 0;
    padding: 2em 1em 2em;
	background-color:#F4F4F4;
    border-radius: 8px;
}

.title_merit,
.title_route,
.title_detail,
.section{
	margin-bottom: 30px;
}
.title_conditions{
	margin: 30px 0;
}

.slde{
	width: 60%;
	margin: 0 auto;
}

.footer p{
    font-size: 10px;
    line-height: 140%;
	color: #231815;
}

.box2/*ホワイト背景*/ {
    padding: 2em 1em;
}

.box3 {
    margin:0;
    padding: 2em 1em 2em;
	background: #fff;
}

.box4 {
    margin: 25px 0;
    padding: 2em 1em 2em;
	/*background: #638dc7;*/

}

.step {
    position: relative;
    margin: 4em 1em 0.6em;
    padding: 3em 1em;
    border: solid 2px #FFFFFF;
    border-radius: 8px;
    background-color: #80807F;
}

.step .box-title {
	position: absolute;
	display: inline-block;
	top: -14px;
	left: 11px;
	padding: 0 9px;
	line-height: 1;
	font-size: 25px;
    font-family: "ltc-metropolitan-pro", sans-serif;
	background: #80807F;
	color: #FFFFFF;
	font-weight: bold;
}

.step img {
    margin:auto;
    padding-top:1em; 
}

.step .tokuten p {
    font-size:2.5em;
    color: #041e3a;
    font-weight: bold;
}

.step h4 span {
    font-size: 20px;
    padding-bottom: 0.3em;
    font-weight: bold;
    color: #FFFFFF;
}

.step p {
    padding-top: 0.4em;
}


/*STEPの下矢印*/
.dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  color: #FFFFFF;
  line-height: 1;
  width: 2em;
  height: 2em;
  border: 0.3em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

.box1 p span {
    /*background:linear-gradient(transparent 60%, #f8fcae 30%);*/
    font-weight: bold;
    font-size: 25px;
  	letter-spacing: 0.05em;
}

.box3,.box4 p span { 
    /*background:linear-gradient(transparent 60%, #f8f8f8 30%);*/
    font-weight: bold;
    font-size: 25px;
	letter-spacing: 0.05em;
}


.about_title span {
    font-size: 20px;
    color: #638dc7;
    line-height: 140%;
    font-weight: bold;
	letter-spacing: 0.08em;
}

.voice_title span {
    font-size: 20px;
    color: #041e3a;
    line-height: 140%;
    font-weight: bold;
letter-spacing: 0.08em;
}




.tokuten {
    padding: 0.8em 0 0;

}

.tokuten p {
    font-size: 25px;
    color: #041e3a;
}

.box4 .tokuten p {
    font-size: 25px;
    color: #FFF;
}


.tokuten_title span {
    font-size: 22px;
    color: #231815;
    line-height: 130%;
    font-weight: bold;
}


.movie {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 50px;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
}
.movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.text{
	width: 90%;
	display: inline-block;
	text-align: left;
	font-size: 18px;
	color: #000;
	letter-spacing: 170%;
    padding-top:40px;
    padding-bottom:20px;
}





.flex_test-box {
    display: flex;              /* フレックスボックスにする */
} 
.flex_test-item {
    padding: 5px;
    color:  #fff;               /* 文字色 */
    margin:  10px;              /* 外側の余白 */
}
 

    h3 {
      font-size: 20px;
      color: #333;
      margin-top: 40px;
      border-left: 6px solid #e9417d;
      padding-left: 12px;
    }




/*FAQ*/

.accordion {
  background-color: #f9f9f9;
  color: #333;
  cursor: pointer;
  padding: 15px 50px 15px 20px; /* ← ここで右側に余白を追加 */
  width: 100%;
  text-align: left;
  border: none;
  border-bottom: 1px solid #ccc;
  outline: none;
  transition: 0.3s;
  font-size: 16px;
  position: relative;
}

    .accordion::after {
      content: '+';
      font-size: 18px;
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      transition: 0.3s;
    }

    .accordion.active::after {
      content: '−';
    }

    .panel {
      padding: 0 20px 15px;
      background-color: #fafafa;
      display: none;
      overflow: hidden;
      border-bottom: 1px solid #ccc;
    }

    .panel p {
        font-size: 16px;
      margin: 10px 0 0;
    }




/*応募ボタン*/
.entry_title p {
    font-size: 12px;
    padding-top: 0.2em;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn, .btn2,
a.btn, a.btn2,
button.btn, button .btn2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 2rem 12rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.03em; 
  /*color: #638ec5;*/
  border-radius: 5rem;
}

a.btn {
  color: #ffffff;
  background-color:#E4007F;
  border-bottom: 5px solid #A5A5A5;
}
a.btn:hover {
  margin-top: 3px;
  color: #ffffff;
  background:  #E4007F;
  border-bottom: 2px solid #A5A5A5;
}

.btn-wrap-pc-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  /*テスト表示用*/
  max-width: 535px;
  margin: 0 auto 20px;
  padding:0 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

a.btn-pc-sp {
  	line-height: 1.4;
	width: 60%;
  	padding: 20px 0;
  	margin: 0 auto;
  	/*color: #ffff;*/
  	font-size: 18px;
}


/*a.btn-pc-sp--tel {
  color: #638ec5;
  background:#FFF;
}*/

.sp {
    display: none;
}

.entry_text {
	font-weight: bold;
	color: #FFF;
}



/*エントリーボタン固定*/

.fixed-entry-block {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  padding: 10px 0px 3px;
  text-align: center;
  z-index: 1000;
  width: 100%;
  max-width: 770px;
  box-sizing: border-box;
}

/*   エントリーボタン固定   */








/* 青背景に白文字 */
a.btn2 {
  color: #FFFFFF;
  background-color:#E4007F;
  border-bottom: 5px solid #A5A5A5;
}

a.btn2:hover {
  margin-top: 3px;
  color: #FFFFFF;
  background:  #E4007F;
  border-bottom: 2px solid #A5A5A5;
}

a.btn-pc-sp--contact2 {
  color: #FFF;
  background:#E4007F;
}

.entry_text2 {
	font-weight: bold;
	color: #231815;
}

.entry_text2 a {
	font-weight: bold;
	color: #231815;
}



table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 18px;
}

table th {
  width: 22%;
  color: #fff;
  background: #231815;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
}
table td{
  color: #231815;
  background: #fff;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: top;
  text-align: left;
}
table td a{
  color: #231815;	
}
    
    
  table th, table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  table tr:last-child td:last-child {
  }






@media screen and (max-width: 321px) {
	.reservation_p {
		width: 86%;
	}
	.reservation_arrow {
		width: 12%;
	}
}



/*▼スマホに適応される*/
@media screen and (min-width: 768px) {
    
    .br-sp {
        display: none;
    }
    

    
}
    

    
    
@media screen and (max-width: 767px) {

        .br-pc {
        display: none;
    }
  .text-left-sp {
    text-align: left;
  }


    
.qa-list dl {
    position: relative;
    padding: 15px 40px 15px 10px;
}
.qa-list dl::before {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
}
.qa-list dl dt {
    padding: 0 0 0 30px;
	font-size: 4.5vmin;
}
.qa-list dl dt::before {
    font-size: 14px;
    top: 3px;
    left: 5px;
    content: 'Q.';
}
.qa-list dl dd::before {
    font-size: 14px;
    top: 5px;
    left: 5px;
    content: 'A.';
}
.qa-list dl dd {
    margin: 10px 0 0;
    padding: 0 0 0 30px;
    font-size: 14px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
    
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 16px;
}
    
.wrapper p{
/*    font-size: 15px;
*/}


.box1 p span {
    font-weight: bold;
    font-size: 20px;
  letter-spacing: 0.05em;
 
}

.step .tokuten p {
    font-size:20px;
    color: #041e3a;
    font-weight: bold;
}
    
    
.entry_title p {
    font-size: 12px;
    padding-top: 0.2em;
}
    
    
    
    
.tokuten p {
    font-size: 20px;
    line-height: 140%;
    color: #041e3a;

}
    
    
.button02 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  width: 70%;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-color: #76c8e5;
  border-radius: 50vh;
    
  }  
    
    
    
  table th, table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  table tr:last-child td:last-child {
  }
  
    
    
    
    

.shop p {
    font-size: 11px;
	height: auto;
}

    
 }     
    



@media only screen and (max-width:769px) and (max-width:1000px) { 
	body {
		max-width: 770px;
    	margin: auto;
	}

.sp {
    display: none;
}
    
    
    
.footer p{
    font-size: 10px;
    line-height: 140%;
	color: #231815;
}


}

/* モバイルデバイス向けのスタイル調整 */
@media screen and (max-width: 768px) {
  .btn-wrap.btn-wrap-pc-sp {
    display: flex;
    justify-content: center;
    padding: 0px 0;
  }

  .btn.btn-pc-sp.btn-pc-sp--contact {
    width: 80%;
    max-width: 300px;
    font-size: 16px;
    padding: 22px 20px;
    box-sizing: border-box;
    text-align: center;
  }
}

@media screen and (min-width: 1000px) {
	body {
		max-width: 770px;
    	margin: auto;
	}
    
    

.sp {
  display:none;
}
	
	footer img {
		position: relative;
	}
	
	nav {
		max-width: 770px;
	}
	
	
h1 {
	font-size: 42px;
font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;    font-weight: bold;
    color: #231815;
    padding-bottom:10px;
    letter-spacing:0.08em;
    line-height:120%;
}
    

.rule p { 
    /*background:linear-gradient(transparent 60%, #f8f8f8 30%);*/
    font-weight: bold;
    font-size: 33px;
	letter-spacing: 0.05em;
}
    
    
	
	.qa-list dl dd p:first-child {
		font-size: 3vmin;
	}
	
	.corona h4 {
		font-size: 3vmin;
	}

    
    
    
}
