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

/*==================== General ====================*/

html {
    background-image: url(../images/pcbg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

body {
	display: block;
	font-size: 15px;
	font-family: "Zen Old Mincho", "Noto Sans JP", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight: 400;
	font-style: normal;
}

@media screen and (min-width: 600px) {
body {
    border-left: solid 3px #2F2011;
    border-right: solid 3px #2F2011;
}    
}

body, html {
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
}

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

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

.center {
    text-align: center;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Zen Old Mincho", "Noto Sans JP", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 2px;
    color: #2F2011;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

p {
    margin-top: 0;
    margin-bottom: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    font-size: 1.0rem;
    line-height: 2.0;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: "Zen Old Mincho", "Noto Sans JP", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

p.bold {
    font-weight: 600;
}

div {
    display: block;
}

main {
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

ol, ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

li {
    font-family: "Zen Old Mincho", "Noto Sans JP", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 2px;
}

button {
    font-family: "Zen Old Mincho", "Noto Sans JP", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 2px;
}

dd {
    margin-left: 0;
}

figure {
    display: block;
    margin: 0;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
}

img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    border-style: none;
    transition: 0.6s;
}

a {
    transition: 0.5s;
}

a:hover {
    opacity: 0.7;
}

a img:hover {
    opacity: 0.7;
}

.bold{
    font-weight: bold;
}

/* ----- Auto Fadein ----- */
.autofade {
    opacity: 0;
    animation-name: fadein;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-delay: 1s;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* ----- Auto Fadein END ----- */

/* ----- Scroll Fadein ----- */
.effect-fade {
    opacity : 0;
    transform : translate(0, 80px);
    transition : all 1000ms;
}

.effect-fade.effect-scroll {
    opacity : 1;
    transform : translate(0, 0);
}
/* ----- Scroll Fadein END ----- */
@media (min-width: 1068px) {
    .bigpchidden {
        display: none!important;
    }
}

@media (min-width: 768px) {
    .pchidden {
        display: none!important;
    }
}

@media (max-width: 1024px) {
    .tabsphidden {
        display: none!important;
    }
}

@media (max-width: 767.9px) {
    .sphidden {
        display: none!important;
    }
}

.mt-0 {
    margin-top: 0!important;
}

.mt-30 {
    margin-top: 30px!important;
}

.mt-60 {
    margin-top: 60px!important;
}

.mt-80 {
    margin-top: 80px!important;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-60 {
    margin-bottom: 60px;
}

.pt-0 {
    padding-top: 0!important;
}

.width50 {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.width90 {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

body {
    max-width: 600px;
    display: block;
    margin: 0 auto;
}

.akshar {
  font-family: "Akshar", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}


/*==================== General END ====================*/

/*==================== MAIN SECTION ====================*/
html {
    margin-top: 0!important;
}

header {
	position: absolute;
	background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    height: 80px;
    width: 100%;
    max-width: 600px;
    z-index: 1000;
    padding: 15px;
}

header .navi {
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 100%;
    align-items: center;
}

header img.logo {
	width: 60px;
	height: 60px;
	margin: 0;
}

header img.button {
    width: 140px;
}

@media screen and (min-width: 768px) {
header {
    height: 100px;
}

header img.logo {
    width: 80px;
    height: 80px;
    margin: 0;
}

header img.button {
    width: 200px;
}
}

/*==================== MAIN VISUAL ====================*/
.kv-container {
    padding: 0;
}

.kv-upper {
    width: 100%;
    position: relative;
}

.kv {
    width: 100%;
    height: auto;
    display: block;
    box-sizing: border-box;
    position: relative;
    background-image: url(../images/kvbg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    z-index: 1;
    padding: 5px 0 30px;
}

.kv-scdown {
    position: absolute;
    content: "";
    bottom: 2%;
    left: 50%;
    width: 64px;
    height: auto;
    z-index: 1000;
    transform: translateX(-50%);
}

.kv-inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    box-sizing: border-box;
    display: block;
    position: relative;
    height: 100%;
    padding: 0;
}

.kv-title img {
    width: 100%;
    display: block;
    margin: 30px auto;
    text-align: center;
}

/*==================== BUTTON ====================*/
.cta-btn1 {
    display: block;
    margin: 15px auto;
    text-align: center;
    width: 100%;
}

.cta-btn1 button {
    width: 100%;
    padding: 15px 20px;
    background: rgb(42,181,14);
    background: linear-gradient(180deg, rgba(42,181,14,1) 0%, rgba(20,121,0,1) 100%);
    display: block;
    margin: 0 auto;
    text-decoration: none;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 2px;
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
    vertical-align: baseline;
    cursor: pointer;
    transition: 0.5s;
    border: solid 2px #ffffff;
}

.cta-btn1 button:hover {
    opacity: 0.6;
}

.cta-btn1 button i {
    margin-left: 90px;
}

.ctabutton {
	font-size: 20px;
	color: #ffffff;
}

.ctabutton span {
	font-size: 14px;
	color: #FFFF00;
	display: block;
}
/*==================== BUTTON END ====================*/

/*==================== SECTION 1 ====================*/
.section1 {
    background-color: #ffffff;
    position: relative;
}

.sec1-content {
    margin: 0;
    padding: 30px 15px 60px;
}

.section1 img {
    margin-bottom: 0;
}

.sec1-content img {
    margin-bottom: 40px;
}

.section1 h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 3px;
    margin-bottom: 40px;
}

.section1 h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 3px;
    margin: 0 0 40px;
}

.section1 h3 span {
    display: block;
    width: fit-content;
    margin: 0 auto 20px;
    padding: 5px 10px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    background: rgb(134,109,87);
    background: linear-gradient(135deg, rgba(134,109,87,1) 0%, rgba(67,55,44,1) 100%);
}

.section1 p {
    text-align: center;
}

.sec1-gray {
    display: block;
    width: 90%;
    margin: 40px auto;
    padding: 40px 20px 0;
    background-image: url(../images/sec1-gray-bg.jpg);
    background-size: 100%;
    background-repeat: repeat-y;
    background-position: center;
}

.sec1-gray p {
    font-size: 14px;
    letter-spacing: 0;
}

.sec1-gray img {
    margin-bottom: 30px;
}

.faq-content {
    padding: 10px 0;
    transition: 0.5s;
}

.faq-content:hover {
    opacity: 1;
}

.faq-content a {
    color: #2F2011;
    text-decoration: none;
    transition: 0.5s;
}

.faq-content a:hover {
    opacity: 0.6;
}

.faq-content .far {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
}

.acd-check {
    display: none;
}

.acd-label {
    display: block;
    text-align: center;
    margin-bottom: 40px;
    padding: 0 0 30px;
    position: relative;
    font-family: "Zen Old Mincho", "Noto Sans JP", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-weight: 500;
    letter-spacing: 3px;
    font-size: 18px;
    cursor: pointer;
}

.acd-label::after{
    background-image: url(../images/chevron-down-solid.svg);
    background-repeat: no-repeat;
    background-size: contain;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 10px;
    padding: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
}

.acd-content {
    display: block;
    height: 0;
    opacity: 0;
    padding: 0;
    visibility: hidden;
    transition: 0.3s;
    position: relative;
}

.acd-content p {
    margin-top: 0;
}

.acd-check:checked + .acd-label::after{
    background-image: url(../images/chevron-up-solid.svg);
}

.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 0 0 15px;
    visibility: visible;
}

/*--- SLIDER ---*/
.place-slide {
    margin-top: 40px;
    padding-bottom: 60px;
    padding-right: 10px;
    background-color: #5A4E4E;
}

.place-slide img {
    margin: 0 10px 0 0;
}

.place-slide .slick-dots {
    bottom: 24px;
}

.slick-track {
    background-color: #5A4E4E;
    border: solid 10px #5A4E4E;
}

p.attention {
    text-align: left;
    font-size: 13px;
}

.sec1-album-upper {
    margin-top: 40px;
}

.sec1-album-upper img {
    margin-bottom: 0;
}

.sec1-album-upper h3 {
    margin-top: 20px;
}

.sec1-album-upper p {
    margin-top: 0;
}

.sec1-album-upper p span {
    font-size: 18px;
    font-weight: 600;
}

.sec1-album {
    margin-top: 40px;
    padding: 15px 15px 0;
    background-color: #F8F8F8;
}

.sec1-album-inner {
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.sec1-album-inner img {
    width: 48.5%;
    margin-bottom: 15px;
}

.section100::after {
    position: absolute;
    content: "";
    background-image: url(../images/sec1-after.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 600px;
    height: 150px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -78px;
    z-index: 1000;
}

@media screen and (max-width: 599.9px) {
    .section100::after {
        width: 100%;
    }
}

/* -------- GALLERY ------- */
.gallery-wrapper {
    background-color: #ffffff;
    padding: 10px;
    margin-bottom: 30px;
}

.gallery-wrapper img {
    margin-top: 0;
    margin-bottom: 0;
}

/*==================================================
スライダーのためのcss
===================================*/
/*メイン画像下に余白をつける*/

.gallery{
    margin:0 0 5px 0;
}

.gallery li{
    list-style: none;
    padding: 0 4px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    z-index: 3;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #ccc;/*矢印の色*/
    border-right: 2px solid #ccc;/*矢印の色*/
    height: 25px;
    width: 25px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:2.5%;
    transform: rotate(45deg);
}

/*選択するサムネイル画像の設定*/
.slick-list {
    background-color: #ffffff;
}

.choice-btn li{
    cursor: pointer;
    outline: none;
    background:#333333;
    width: 32.2% !important;
    list-style: none;
    margin-left: 0.5%;
    margin-right: 0.5%;
}

.choice-btn li img{
    opacity: 0.4;/*選択されていないものは透過40%*/
}

.choice-btn li.slick-current img{
    opacity: 1;/*選択されているものは透過しない*/
}

.choice-btn .slick-track {
    transform: unset !important;/*画面幅サイズ変更に伴うサムネイル固定*/
}

.choice-btn .slick-track {
    width: 100%!important;
}

/*==================== SECTION 1 END ====================*/

/*==================== SECTION CTA ====================*/
.section-cta {
    background-color: #ffffff;
    position: relative;
    padding: 30px 15px 15px;
}

.sec-cta-inner {
    margin: 0;
    padding: 30px 15px 0;
    background-color: #EAEAE0;
}

.sec-cta-inner img {
    margin-bottom: 40px;
}
/*==================== SECTION CTA END ====================*/

/*==================== SECTION 2 ====================*/
.section2 {
    background-color: #ffffff;
    margin-bottom: -40px;
}

.section2 h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 3px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.section2 p {
    text-align: center;
}

.sec2-inner1 {
    margin: 0;
    padding: 0 15px 40px;
}

.sec2-inner1 img {
    margin-top: 40px;
}
.sec2-middle img {
    margin: 0;
}

.sec2-inner2 {
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    background-image: url(../images/sec1-gray-bg.jpg);
    background-size: 100%;
    background-repeat: repeat-y;
    background-position: center;
}

.sec2-inner2 p {
    font-size: 14px;
    letter-spacing: 0;
}

.sec2-inner2 img {
    margin-bottom: 30px;
}

.sec2-inner2-content {
    position: relative;
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
    padding: 40px 15px 15px;
    margin-bottom: 40px;
    background-color: #ffffff;
    z-index: 1;
    top: -40px;
}

.sec2-inner2-content:last-child {
    padding-bottom: 0;
}

.section2 h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 3px;
    margin: 0 0 40px;
}

.section2 h3 span {
    display: block;
    text-align: center;
    border-bottom: solid 1px #2F2011;
    font-size: 18px;
    width: fit-content;
    margin: 0 auto 20px;
}

.sec2-gray {
    background-color: #F8F8F8;
    padding: 30px 15px;
    margin-top: 40px;
}

.sec2-gray img {
    margin-bottom: 15px;
}

.section2 h4 {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1px;
    margin: 0 0 40px;
}

.section2 h4 span {
    display: block;
    margin-bottom: 15px;
    font-size: 12px;
}

.sec2-course {
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 40px;
}

.sec2-course-item {
    width: 48%;
    margin-bottom: 30px;
}

.sec2-course-item img {
    margin-bottom: 5px;
}

.sec2-course-item p {
    font-size: 12px;
    letter-spacing: 0;
}

.movie-sec {
    width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1024px) {
    .movie-sec {
        width: 100%;
    }
} 

.iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow:auto; 
  -webkit-overflow-scrolling:touch;
  border:2px solid #ccc; 
}

.iframe-wrap iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
    display:block;
}

.movie-outer {
    display: block;
    max-width: 780px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
/*==================== SECTION 2 END ====================*/

/*==================== SECTION 3 ====================*/
.section3 {
    background-color: #ffffff;
    padding-bottom: 5px;
}

.sec3-content {
    padding: 30px 15px 0;
    margin: 0;
    background-color: #ffffff;
}

.section3 h3 {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 3px;
    margin: 20px 0 40px;
}

.section3 h3 span {
    display: block;
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 20px;
}

.section3 p {
    text-align: center;
    font-size: 14px;
    line-height: 26px;
}

.sec3-voice {
    background-color: #ffffff;
    border: solid 1px #E3E3E3;
    padding: 30px 15px 15px;
    margin-bottom: 40px;
}

.sec3-voice p {
    text-align: left;
    letter-spacing: 0;
}

.sec3-voice img {
    margin-bottom: 15px;
}

.sec3-voice-upper {
    display: flex;
    -webkit-display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    width: 100%;
    margin-bottom: 0;
}

.sec3-voice-upper-left {
    width: 25%;
    margin-right: 5%;
}

.sec3-voice-upper-right p {
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 1px;
}

.sec3-voice-upper-right p span {
    font-size: 12px;
    margin-top: 15px;
    display: block;
}

.sec3-middle img {
    margin-bottom: 0;
}

.sec3-gray {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 40px 15px;
    background-image: url(../images/sec1-gray-bg.jpg);
    background-size: 100%;
    background-repeat: repeat-y;
    background-position: center;
}

.sec3-gray img {
    margin-bottom: 0;
}

.faq-content2 {
    border: solid 1px #E3E3E3;
    background-color: #ffffff;
    padding: 10px 15px 0;;
    transition: 0.5s;
    margin-bottom: 20px;
}

.faq-content2:hover {
    opacity: 1;
}

.faq-content2 a {
    color: #2F2011;
    text-decoration: none;
    transition: 0.5s;
}

.faq-content2 a:hover {
    opacity: 0.6;
}

.faq-content2 .far {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
}

.acd-check-2 {
    display: none;
}

.acd-label-2 {
    display: block;
    text-align: left;
    margin-bottom: 15px;
    padding: 15px 0 15px 30px;
    position: relative;
    font-family: "Zen Old Mincho", "Noto Sans JP", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 14px;
    cursor: pointer;
}

.acd-label-2::before {
    position: absolute;
    content: "Q.";
    font-size: 16px;
    color: #2F2011;
    left: 5px;
    top: 12px;
}

.acd-label-2::after{
    background-image: url(../images/triangle-down.svg);
    background-repeat: no-repeat;
    background-size: contain;
    box-sizing: border-box;
    content: "";
    height: 10px;
    padding: 5px;
    position: absolute;
    right: 0px;
    bottom: 15px;
}

.acd-content-2 {
    display: block;
    height: 0;
    opacity: 0;
    padding: 0;
    visibility: hidden;
    transition: 0.3s;
    position: relative;
}

.acd-content-2 p {
    margin-top: 0;
    margin-bottom: 5px;
    text-align: left;
}

.acd-check-2:checked + .acd-label-2::after{
    background-image: url(../images/triangle-up.svg);
}

.acd-check-2:checked + .acd-label-2 + .acd-content-2{
    height: auto;
    opacity: 1;
    padding: 0 0 15px;
    visibility: visible;
}
/*==================== SECTION 3 END====================*/

/*==================== SECTION 4 ====================*/
.section4 {
    background-color: #ffffff;
    padding-bottom: 5px;
    padding-top: 40px;
}

.sec4-content {
    padding: 30px 15px 15px;
    margin: 0;
    background-color: #F8F8F8;
}

.section4 h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 3px;
    margin: 20px 0 40px;
}

.section4 h3 span {
    display: block;
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 20px;
}

.section4 p {
    text-align: center;
    font-size: 14px;
    line-height: 26px;
}

.sec4-title img {
    margin-bottom: 15px;
}

.sec4-content-box {
    border: solid 1px #E3E3E3;
    background-color: #ffffff;
    padding: 40px 15px 30px;
    margin-top: 40px;
}

.sec4-content-box-pic {
    padding: 15px;
    background-color: #ECECEC;
}

.section4 h4 {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 10px;
    border-bottom: solid 0.5px #64441D;
    display: block;
    width: fit-content;
    margin: 40px auto;
}

.sec4-content-box p {
    text-align: left;
}

.sec4-map {
    margin-top: 40px;
}

.sec4-map img {
    border: solid 1px #64441D;
}

.sec4-map p {
    text-align: center;
    margin-top: 15px;
}

.sec4-map a {
    text-align: center;
    text-decoration: underline;
    color: #7C6132;
}

.sec4-date {
    margin-top: 40px;
}

.section4 h5 {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #64441D;
    margin-top: 40px;
}

.sec4-date p {
    text-align: center;
    margin-top: 15px;
}

.sec4-content2 {
    padding: 30px 15px 0;
    margin: 0;
    background-color: #ffffff;
}

.sec4-content2-inner {
    padding: 30px 15px 0;
    margin: 0;
    border: solid 5px #F8F8F8;
    background-color: #ffffff;
}

.sec4-content2-inner h4 {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    padding: 0;
    border: none;
    display: block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
}

.sec4-content2-inner img {
    margin: 0;
}

.sec4-content2-inner p {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
}

.sec4-gray {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 40px 15px;
    background-image: url(../images/sec1-gray-bg.jpg);
    background-size: 100%;
    background-repeat: repeat-y;
    background-position: center;
}

.sec4-gray img {
    margin-bottom: 0;
}

.sec4-gray-inner {
    border: solid 1px #E3E3E3;
    background-color: #ffffff;
    padding: 40px 15px;
}

.sec4-gray-inner p {
    text-align: center;
}

.sec4-gray-inner img {
    margin-top: 40px;
}

.sec4-thanks {
    margin-bottom: 40px;
}

.sec4-thanks h4 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    padding: 0;
    border: none;
    display: block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
}

.sec4-thanks p {
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
}

.sec4-thanks p span {
    background-color: #FFF2F2;
}

.sec4-gray-inner2 {
    background-color: #F0EDE7;
    padding: 40px 15px;
    margin-top: 40px;
}

.sec4-gray-inner2 p {
    text-align: center;
    letter-spacing: 1px;
}

.sec4-gray-inner2 img {
    margin-bottom: 40px;
}

.sec4-gray-inner2 h5 {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

/*==================== SECTION 4 END ====================*/

/*==================== FOOTER BUTTON ====================*/
.lowbtn {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 596px;
    z-index: 1000;
}

.lowbtn-inner {
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

a.lowbtn1 {
    width: 59%;
    height: auto;
}

a.lowbtn2 {
    width: 20.5%;
    height: auto;
}

a.lowbtn3 {
    width: 20.5%;
    height: auto;
}

.lowbtn-inner img {
    width: 100%;
}

@media screen and (min-width: 568px) {
    .movie-sec {
        width: 100%;
    }
} 

/*==================== FOOTER BUTTON END ====================*/

/*==================== FOOTER ====================*/
footer {
    background-color: #000000;
    color: #ffffff;
    border: none;
    padding: 30px 15px 120px;
}

footer p {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 11px;
    letter-spacing: 0;
    text-align: center;
}

@media screen and (min-width: 600px) {
footer {
    padding: 30px 15px 150px;
}  
}
/*==================== FOOTER END ====================*/