@charset "utf-8";
.nav_spot {
    display: inline-block;
    margin: auto;
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
header {
    background: url("../images/bg_01.jpg") no-repeat;
    background-size: 100% auto;
    position: relative;
    z-index: 15;
}
header h1, footer {
    padding: 15px;
    font-weight: bold;
    text-align: center;
    background:  url("../images/bg_08.jpg") #e8c303;
}
.txt_navy {
    color: #00113f;
}
.bg_top {
    background: url("../images/bg_07.jpg") no-repeat top;
    background-size: 100% auto;
    box-shadow: 0 0 30px #1a1a1a;
    position: relative;
    z-index: 10;
}
.bg_02 {
    background: url("../images/bg_03.jpg") repeat-y top;
    background-size: 100% auto;
    position: relative;
    z-index: 10;
}
.bg_05 {
    background: url("../images/bg_05.jpg") repeat-y;
    background-size: 100% auto;
}
.bg_04 {
    background: url("../images/bg_04.jpg") repeat-y top;
    background-size: 100% auto;
    box-shadow: 0 0 30px #1a1a1a;
    position: relative;
    z-index: 5;
}
#copy {
    width: 100%;
    padding-bottom: 1%;
    position: relative;
    text-align: center;
}
#copy .text {
    margin: auto;
    -epub-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    line-height: 2.5;
    display: inline-block;
    font-size: 110%;
    text-align: left;
}
/*#copy:before {
    content: '';
    position: absolute;
    top: 50px;
    right: 0px;
    background: url("../images/img_cloud.png");
    background-size: cover;
    width: 192px;
    height: 89px;
}
#copy:after {
    content: '';
    position: absolute;
    bottom: 40px;
    left: 0px;
    background: url("../images/img_cloud02.png");
    background-size: cover;
    width: 168.5px;
    height: 56.5px;
}*/
#fukidashi {
    background: url(../images/img_cloud09.png) no-repeat;
    background-size: 100% 100%;
    width: 990px;
    margin: auto;
    padding: 4% 4% 6% 0;
    box-sizing: border-box;
    position: relative;
}
#fukidashi .iconbox img {
}
#fukidashi .iconbox img.question {
    min-height: 21px;
    margin-left: 5px;
    vertical-align: baseline;
}
#fukidashi p {
    line-height: 2 !important;
    color: #211716;
}
#fukidashi .pic {
    position: absolute;
    bottom: -25px;
    right: -30px;
    width: 250px;
}
#fukidashi .w100 {
    width: 100% !important;
}
.iconbox{
    padding-top: 5%;
}
#map {
    position: relative;
}
#map .staff {
    position: absolute;
    z-index: 2;
    width: 30%;
    top: 80px;
    left: -6%;
}
.map_box {
    margin-left: 15%;
    z-index: 1;
    position: relative;
    color: #00113f;
}
.map_box p {
    line-height: 2;
    padding: 2% 9%;
}
.pic_map {
    z-index: 1;
}
#spot h3 {
    position: relative;
}
#spot .pic {
    max-width: 50%;
    width: 300px;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
}
.film_bg {
    background: url("../images/bg_06.jpg");
    max-width: 820px;
    margin: 0 auto;
    position: relative;
    padding: 1px 0 30px 0;
}
.film_bg::before, .film_bg::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.film_bg::before {
    left: 0;
    background: url(../images/icon_frame.png) repeat-y left 25px top 25px;
    background-size: 35px auto;
}
.film_bg::after {
    right: 0;
    background: url(../images/icon_frame.png) repeat-y right 25px top 25px;
    background-size: 35px auto;
}
.acd_title {
    text-align: center;
    padding: 5%;
}
.acd_title span {
    font-weight: bold;
    font-size: 130%;
}
.acd_box {
    max-width: 640px;
    width: 100%;
    background: #ffffff;
    box-sizing: border-box;
    margin: 60px auto 0 auto;
    padding: 20px 15px 40px 15px;
    position: relative;
    z-index: 3;
    border-radius: 23px;
    font-size: 105%;
}
.ttl_grn {
    border-top: 1px solid #00113f;
    border-bottom: 1px solid #00113f;
    color: #00113f;
    font-weight: bold;
    padding: 5px 0;
    margin-bottom: 10px;
}
.info {
    width: 74%;
    border-top: 1px solid #00113f;
    border-bottom: 1px solid #00113f;
    padding: 10px;
    font-size: 90%;
    margin-top: 10px;
}
.info table {
    width: 100%;
}
.info td, .info th {
    padding: 1px 5px 1px 0;
}
.info th {
    vertical-align: top;
    white-space: nowrap;
	width: 17%;
}
.acd_box .pic {
    position: absolute;
    right: -10px;
    bottom: 0;
}
.acd_box .pic img {
    height: auto;
}
.close {
    border: 1px solid #BFBFBF;
    padding: 3px 15px;
    display: inline-block;
    color: #787878;
    font-size: 90%;
}
.acd_box.none {
    display: none;
}
.mb-50 {
    margin-top: -50px;
}
.btn_yel a {
    display: inline-block;
    background: #e3c41c;
    font-weight: bold;
    border-radius: 50px;
    padding: 20px;
    text-decoration: none;
    width: 90%;
    max-width: 385px;
    box-sizing: border-box;
    margin-top: 4%;
    font-size: 150%;
}
.btn_org a, .btn_grn a {
    display: inline-block;
    font-weight: bold;
    border-radius: 100px;
    padding: 10px;
    text-decoration: none;
    width: 90%;
    max-width: 440px;
    box-sizing: border-box;
    color: #fff;
}
.btn_org a {
    background: #d49110;
}
.btn_grn a {
    background: #014626;
}
.ttl_org {
    font-weight: bold;
    color: #fff;
    background: #de9700;
    display: block;
    border-radius: 3px;
    padding: 5px 10px;
}
#more .morebox, #more .morebox > div {
    position: relative;
    z-index: 99;
}
.morebox {
    padding: 10px 10% 10px 30%;
}
.morebox .ttl {
    margin-top: -50px;
}
.morebox .pic {
    position: absolute !important;
    left: 5%;
    bottom: 0;
    width: 30%;
}
#more .morebox:before {
    content: '';
    background: #fff;
    border-radius: 500px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.w820 {
    margin-right: auto;
    margin-left: auto;
    max-width: 820px;
    width: 100%;
    box-sizing: border-box;
}
#spotinfo .ttl {
    position: relative;
    background: #00113f;
    padding: 15px;
    text-align: center;
}
#spotinfo .ttl img {
    max-width: 60%;
}
#spotinfo .ttl:before {
    position: absolute;
    content: '';
    background: url(../images/img_satori_12.png) no-repeat;
    background-size: 100% auto;
    width: 166px;
    height: 146px;
    top: -78px;
    left: -29px;
}
#spotinfo .ttl:after {
    position: absolute;
    content: '';
    background: url(../images/pic_ikikata_05.png) no-repeat;
    background-size: 100% auto;
    width: 250px;
    height: 600px;
    top: -146px;
    right: -160px;
}
#spotinfo .box {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border: 3px solid #00113f;
    border-top: none;
    background: #ffffff;
    padding: 30px;
    position: relative;
}
.ttl_org_line {
    border-bottom: 2px solid #de9700;
    color: #de9700;
    font-weight: bold;
    margin-bottom: 10px;
}
#spotinfo .list li {
    margin-left: 20px;
}
#spotinfo .list li:before {
    content: "● ";
    color: #de9700;
    margin-left: -16px;
}
#spotinfo {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
#spotinfo:after {
    content: '';
    position: absolute;
    top: 530px;
    left: 0px;
    background: url("../images/img_cloud05.png");
    background-size: 100% 100%;
    width: 173.5px;
    height: 89px;
}
#spotinfo:before {
    content: '';
    position: absolute;
    top: 1500px;
    left: 0px;
    background: url("../images/img_cloud06.png");
    background-size: 100% 100%;
    width: 213px;
    height: 56.5px;
}
#spotinfo .box:after {
    content: '';
    position: absolute;
    top: 870px;
    right: -107px;
    background: url("../images/img_cloud07.png");
    background-size: 100% 100%;
    width: 104px;
    height: 43px;
}
#page_top {
    position: fixed;
    right: 3%;
    bottom: 4%;
    max-width: 76px;
    z-index: 9999;
}
footer a {
}
.txt_red a {
    color: #E43100;
    text-decoration: none;
}
/*====================================================================
.accordion_one
====================================================================*/
.accordion_one {
    margin-top: 130px;
}
.accordion_one .accordion_header {
    position: relative;
    z-index: +1;
    transition-duration: 0.2s;
}
/*.accordion_one .accordion_header:hover {
	opacity: .8;
}
.accordion_one .accordion_inner .closeArea .close_box a.close_btn:hover {
	opacity: .8;
}
.accordion_one .accordion_inner {
 display: none;
}*/
.accordion_one .accordion_inner p.txt_a_ac {
    margin: 0;
}
.accordion_one .accordion_inner .closeArea .close_box a.close_btn {
    cursor: pointer;
    transition-duration: 0.2s;
    font-size: 90%;
    text-decoration: none;
}
/*------------------------------
ハンバーガーメニュー
------------------------------*/
.drawer {
    background: rgba(255, 255, 255, 0.80);
    position: fixed;
    right: 0;
    top: 60px;
    width: 50px;
    height: 50px;
    z-index: 99999;
}
.drawer-hidden {
    display: none;
}
.drawer-open {
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 9999;
    cursor: pointer;
}
.drawer-open span, .drawer-open span:before, .drawer-open span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #333;
    transition: 0.5s;
    position: absolute;
}
.drawer-open span:before {
    bottom: 8px;
}
.drawer-open span:after {
    top: 8px;
}
#drawer-check:checked ~ .drawer-open span {
    background: rgba(255, 255, 255, 0);
}
#drawer-check:checked ~ .drawer-open span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#drawer-check:checked ~ .drawer-open span::after {
    top: 0;
    transform: rotate(-45deg);
}
.drawer-content {
    width: 280px;
    height: auto;
    position: fixed;
    top: 45px;
    right: -280px;
    z-index: 99;
    background: rgba(255, 255, 255, 0.80);
    transition: .5s;
    box-sizing: border-box;
    padding: 30px;
    text-align: left;
}
#drawer-check:checked ~ .drawer-content {
    right: 0;
}
.drawer-item a {
    text-decoration: none;
    font-weight: bold;
    color: #0f4626;
    font-size: 110%;
    margin: 15px 0;
    display: block;
}

@media screen and (max-width: 768px) {
.drawer {
    top: 0;
}
#copy:before {
    top: inherit;
    width: 96px;
    height: 45px;
    bottom: 0;
}
#copy:after {
    bottom: -28px;
    width: 84px;
    height: 28px;
}
#copy .text {
    line-height: 1.4;
	    font-size: 11px;
}
#fukidashi {
    background: none;
    width: 100%;
    padding: 0 10% 4% 10%;
}
#fukidashi .pic {
    display: none;
}
#copy {
    padding-top: 10%;
    padding-bottom: 0;
}
.map_box {
    margin-left: 0;
    margin-top: 10px;
}
.pic_map {
    margin-top: 10px;
    padding-left: 0;
}
#spot h3 .pic {
    max-width: 30%;
    bottom: -20px;
    left: -30px;
}
#spot {
    padding-right: 10%;
    padding-left: 10%;
}
.acd_box .pic {
    position: inherit;
    right: inherit;
    width: 100%;
    text-align: center;
    margin-top: -7px;
}
.pt-25 {
    margin-top: -28px !important;
}
.pt-22 {
    margin-top: -22px !important;
}
.info {
    width: 100%;
    margin-top: 0;
    box-sizing: border-box;
}
#more {
    padding-right: 6%;
    padding-left: 6%;
}
#more:before {
    bottom: -6px;
    width: 92px;
    height: 28px;
}
#more .morebox {
    flex-direction: row-reverse;
    align-items: flex-end;
    margin-bottom: 20px;
}
#spotinfo .ttl {
    margin-left: 0;
}
#spotinfo .ttl:after {
    width: 30%;
    height: 113px;
    top: inherit;
    right: -26px;
    bottom: 0;
}
.drawer-content {
    width: 200px;
    height: 260px;
    top: 50px;
    right: -200px;
    padding: 15px 20px;
}
#page_top {
    max-width: 45px;
}
#spotinfo .box {
    padding: 20px;
}
#spotinfo:after, #spotinfo:before, #spotinfo .box:after {
    display: none;
}
#page_top {
    bottom: 6%;
}
.acd_box {
    width: 98%;
    margin-left: 1.5%;
}
.mb-50 {
    margin-top: 0;
}
.acd_title {
    padding: 2% 0.5%;
}
#spotinfo .list li:before {
    margin-left: 0;
}
.map_box p {
    padding: 5% 0 0 23%;
    font-size: 1.4rem;
}
.map_box h2 {
    padding-left: 20%;
}
#map .staff {
    top: 36px;
    left: 2%;
}
#spot .w620 {
    width: 100% !important;
    padding-right: 0;
    padding-left: 0;
}
#spot .pic {
    position: relative;
    text-align: center;
    width: 100%;
    max-width: inherit;
    right: inherit;
    bottom: inherit;
    padding-top: 20px;
}
.acd_box {
    margin: 15px auto 0 auto;
    padding: 20px 15px 30px 15px;
    border-radius: 14px;
}
.film_bg {
    padding: 1px 20px 30px 20px;
    width: 110%;
    margin-left: -5%;
    box-sizing: border-box;
}
.film_bg::after {
    right: 0;
    background: url(../images/icon_frame.png) repeat-y right 6px top;
    background-size: 10px auto;
}
.film_bg::before {
    left: 0;
    background: url(../images/icon_frame.png) repeat-y left 6px top;
    background-size: 10px auto;
}
.acd_box .pic img {
    height: auto;
}
.btn_yel a {
    padding: 5px 20px;
}
	.accordion_one {
    margin-top: 40px;
		padding: 0 5%;
}
	#spotinfo .ttl:before {
    width: 20%;
    top: -12px;
    left: 0;
}
	
	
	
	
	
	
}
#movie {
    padding: 4% 10%;
}

@media screen and (max-width: 768px) {
.youtube_wrap {
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 560px;
    padding-top: 56.25%;
}
.youtube_wrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
}
