/*breakpoint   641以上　768以上 */
@charset "UTF-8";
/* ==============================================================================================
   Reset styles
   ============================================================================================== */
/* Document
   ========================================================================== */
:root{
  --c-pale: #EAE7DF;
  --c-pale2: #ebf6f2;
  --c-senken: #76aeb0;
}   
   
   
@-ms-viewport {
  width: device-width;
  initial-scale: 1; }

html {
  font-feature-settings: "palt";
  font-family: /* "Font Awesome 5 Free", "Roboto",  */"Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "游ゴシック体", "Yu Gothic", "游ゴシック", Meiryo, "メイリオ", Osaka, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  line-height: 1;
  text-justify: inter-ideograph;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

/* Sections
   ========================================================================== */
body {
  margin: 0;
  font-family: 'Montserrat', 'Noto Sans JP', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  }

*, *::before, *::after {
  box-sizing: border-box; }

main {
  display: block;
  font-size: 1.4rem;
}

h1, h2, h3,
h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: 700;
  line-height: 1.4; }

/* Grouping content
   ========================================================================== */
address {
  font-style: normal;
  font-size: 12px;
  }

figure {
  margin: 0; }

hr {
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden; }

pre {
  font-family: monospace, monospace;
  font-size: inherit; }

/* Links
   ========================================================================== */
a {
  color: currentColor;
  text-decoration: none;
  outline: 0;
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
 

/* Text-level semantics
   ========================================================================== */
p {
  margin: 0; }

abbr[title] {
  border-bottom: 0;
  text-decoration: underline dotted; }

b, strong {
  font-weight: 700; }

em {
  font-style: normal; }

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit; }


sup, sub {
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Lists
   ========================================================================== */
dl, ol, ul,
dt, dd, li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none; }

dt {
  font-weight: 700; }

/* Tables
   ========================================================================== */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed; 
  font-size: 1.4rem;}


td, th {
  padding: 0; }

/* Embedded content
   ========================================================================== */
img, svg,
audio, video,
canvas, iframe {
  vertical-align: middle; }



img[src$=".svg"] {
    width: 100%;
}
img {
  max-width: 100%;
  border: 0; }

svg:not(:root) {
  overflow: hidden; }
  
  
.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  line-height: 1.5;
  border: 1px solid #999;
  border-radius: 5px;
  margin: 0;
  padding: 7px 10px;
  color: currentColor;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 500;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
  

button,
input {
  overflow: visible; }

button{  
  padding: 7px 5px;
}
  

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  cursor:pointer;
  background: #ededed;
  }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: dotted 1px ButtonText; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

textarea {
  overflow: auto;
  resize: vertical;
  width: 100%;}

[type="checkbox"],
[type="radio"] {
  padding: 0;
  box-sizing: border-box; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield; }
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }
  

input[type="file"] {
  padding: 0;
  cursor: pointer;
  border: none;
  border-radius: 0;
}
  
  
::placeholder {
  color: #ccc;
}

/* IE */
:-ms-input-placeholder {
  color: #ccc;
}

/* Edge */
::-ms-input-placeholder {
  color: #ccc;
}

/* Interactive
   ========================================================================== */
details {
  display: block; }

summary {
  display: list-item; }

/* Misc
   ========================================================================== */
template,
[hidden] {
  display: none; }

/* ==============================================================================================
   Base styles: opinionated defaults
   ============================================================================================== */

html {
  position: relative;
  font-size: 10px;
}

body{
  position: relative;
  text-align: center;
  color: #444;
  line-height: 1.5;

}

h2{font-size:2.4rem;}
h3{font-size:1.8rem;}
h4{font-size:1.6rem;}
h5{font-size:1.5rem;}

table td ul:last-child,
table td li:last-child,
table th p:last-child,
table td p:last-child{
  margin-bottom: 0;
}

._inner{
  padding: 20px;
  max-width: 960px;
  margin: 0 auto;
}

.flex{display: flex;}
.wrap{flex-wrap: wrap;}

.small{font-size: 1.2rem;}

.larger {
  font-size: 1.6rem;
}

.largest {
  font-size: 2rem;
}



/***** header *****/

header{
  text-align: center;
  background-color: var( --c-pale);
}

header ._inner{
  
}

header .logo img{width: 250px; margin-right: 5px; position: relative; top: -5px;}

.logo2 img{width: 240px;}

h1{font-size: 4em;}

/*SP*/
@media screen and (max-width: 600px) {
  header .logo img{display: block; margin: auto;}
  h1{font-size: 3em;} 
}

/***** footer *****/
footer{
  width: 100%;
  background-color: var( --c-pale);
  position: fixed;
  left: 0;
  bottom: 0;
}

.group_logo{width: 180px; margin: auto; padding-bottom: 10px;}


.lead{
  text-align: left;
  padding: 10px 0;
  font-size: 1.6rem;
}

.btn{
  text-align: center;
  display: block;
  font-weight: bold;
  font-size: 1.5rem;
  margin: 30px 0;
  color: #fff;
  background-color: var( --c-senken);
  padding: 20px;
  border-radius: 50px;
}

.btn:hover{
  background-color: #222;
}

.btn span::before{
  position: relative;
  top: 1px;
  content:	url(../img/yaji.svg);
  margin-right: 10px;
}

/***** main *****/
.tac{text-align: center;}

main {
  padding-bottom: 60px;
}

main h2{
  padding-top: 30px;
  padding-bottom: 20px;
}

main .kiyaku_box{
  padding: 10px;
  text-align: left;
  max-height: 50vh;
  overflow-y: scroll;
}

.kiyaku_box * + h4{padding-top: 2em;}

main .btn{
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}



/***** s_movie *****/

.s_movie{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:40px;
}

/*SP*/
@media screen and (max-width: 600px) {
 .s_movie{
   grid-template-columns: 1fr;
   gap:50px;
 } 
  
}

.movie_box{
  width: 100%;
  text-align: center;
  margin: 30px auto;
}

/* .movie_box ._movie{
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
} */

.movie_box ._box{
  border: 1px solid #CCC;
  background: rgb(235,235,235);
  background: linear-gradient(0deg, rgba(235,235,235,1) 0%, rgba(255,255,255,1) 100%);
  aspect-ratio: 16 / 9;
}

.movie_box ._box img{
  height: 100%;
  text-align: center;
}

.movie_box iframe{
  /* border: 1px solid #CCC;
  position: absolute;
  top: 0;
  left: 0; */
  width: 100% !important;
  height: 100% !important;
}

.movie_box ._caption{
  padding-top: 10px;
  text-align: left;
}

.movie_box h5{
  padding-left: 0;
  padding-right: 0;
  border-top: none; 
  border-left: none;
  border-right: none;
  font-size: 1.7rem;
  background-color: transparent;
}

.movie_box p.subt{
  margin-bottom: 0;
  font-size: 1.6rem;
  }
  
.movie_box p.exp{
  background: 2em;
}

/*SP*/
@media screen and (max-width: 767px) {
  .s_movie._narrow{display: block;}
  .s_movie > .movie_box{
    margin-bottom: 60px;
  }
  
  .s_movie._narrow > .movie_box{
    max-width: 100%;
    margin: 30px auto 60px;
  }
  
}

.mn2{
  text-indent: -1.5em;
  text-align: left;
  margin-left: 2em;
}

.s_option{
  max-width: 700px;
  margin: 20px auto;
  text-align: left;
}

.tbl_price{
  text-align: center;
  border: 1px solid #999;
  margin-top: 10px;
  margin-bottom: 10px;
}

.tbl_price td{
  border-bottm: 1px solid #999;
  padding: 5px 10px;
}

.tbl_price td:nth-child(1){
  width: 3em;
}

.tbl_price td:nth-child(2){
  width: 50%;
  text-align: left;
}

.tbl_price td:nth-child(3){
  width: 3em;
}

.tbl_price tr:nth-child(even){
  background-color: var( --c-pale2);
}




