@charset 'utf-8';

body {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.688;
	letter-spacing: 0.07em;
	color: #404040;
	background-color: #fff;
	position: relative;
}
img, video {
	width: 100%;
}
a {
	display: block;
	transition: .5s;
}
a:hover {
	opacity: .8;
}
section {
	padding: 10rem 0;
}
@media(min-width:576px){

}
@media(min-width:768px){

}

/*
common
*/
.orange {
	color: #EF965C;
}
.page-wrapper {
	background-color: #FFF2EA;
}
.radius-bottom {
	border-radius: 0 0 100px 100px;
	background-color: #fff;
}

.section-title, .section-title_white {
	font-family: "Gajraj One", "Noto Sans JP", sans-serif;
	font-size: 40px;
	border-bottom: 3px solid #EF965C;
	padding: 0 0 10px 60px;
	position: relative;
	line-height: 1;
	display: flex;
	flex-direction: column;
	width: fit-content;
	margin-bottom: 3rem;
	letter-spacing: 0.07em;
}
.section-title:before, .section-title_white:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	background: url("../images/common/section-title_blocks_orange.png") center / contain no-repeat;
	width: 100%;
	max-width: 40px;
	height: 60px;
}
.section-title_white {
	border-bottom: 3px solid #fff;
}
.section-title_white:before {
	background: url("../images/common/section-title_blocks_white.png") center / contain no-repeat;
}
.section-subtitle {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24px;
	letter-spacing: 0.07em;
/*	margin-left: 2rem;*/
/*	align-self: center;*/
}
@media(min-width:992px){
	.section-title, .section-title_white {
		font-size: 6.4rem;
		
		flex-direction: row;
	}
/*
	.section-title:before, .section-title_white:before {
		top: 0;
		max-width: 4rem;
		height: 6rem;
	}
*/
	.section-subtitle {
		align-self: center;
		margin-left: 2.8rem;
	}
}

.common-btn, .common-btn_white {
	display:flex;
	align-items: end;
	justify-content: center;
	color: #fff;
	background-color: #EF965C;
	line-height: 1;
	padding: 2.5rem 2rem;
	width: 100%;
	max-width: 29rem;
	border-radius: 30rem;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
	margin: 0 auto;
	border: 3px solid #EF965C;
}
.common-btn:hover {
	color: #EF965C;
	background-color: #fff;
	opacity: 1;
}
.common-btn iconify-icon {
	margin-left: 3rem;
	font-size: 15px;
}
.common-btn:hover iconify-icon {
	color: #EF965C;
}
.common-btn_white {
	color: #404040;
	background-color: #fff;
}
.common-btn_white:hover {
	color: #fff;
	background-color: #EF965C;
	opacity: 1;
}
.common-btn_white iconify-icon {
	color: #EF965C;
}
.common-btn_white:hover iconify-icon {
	color: #fff;
}
@media(min-width:768px){
	.common-btn {
		margin: 0;
	}
}


/*pagination*/
.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 8rem auto 0;
}
.nav-links {
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-numbers {
	font-size: 2rem;
	padding: 13px;
	width: 5.6rem;
	height: 5.6rem;
	border: 3px solid #EF965C;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-numbers:hover {
	color: #fff;
	background-color: #EF965C;
	opacity: 1;
}
.page-numbers.current {
	color: #fff;
	background-color: #EF965C;
}
.page-numbers + .page-numbers {
	margin-left: 2rem;
}
.page-numbers.next, .page-numbers.prev {
	border: none;
	padding: 0;
	width: auto;
	color: #EF965C;
}
.page-numbers.next:hover, .page-numbers.prev:hover {
	background-color: transparent;
	opacity: .8;
}

.single-pagination {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 10rem;
}
.single-pagination>* + * {
	margin-top: 2rem;
}
.single-pagination-item a {
	display: flex;
	align-items: center;
	font-size: 2rem;
	font-weight: 600;
}
.single-pagination-item iconify-icon {
	color: #EF965C;
	font-size: 5.6rem;	
}
.single-pagination-item span {
	padding: 0 15px;
}
.single-pagination .common-btn_white {
	box-shadow: none;
	border: 3px solid #EF965C;
	font-size: 2rem;
	font-weight: 600;
	max-width: 30rem;
}
.single-pagination .common-btn_white:hover {
	color: #fff;
	background-color: #EF965C;
}
@media(min-width:992px){
	.single-pagination {
		display: flex;
		flex-direction: row;
	}
	.single-pagination>* + * {
		margin-top: 0;
	}
}

/*
header
*/
header {
	position: fixed;
	top: 3rem;
	left: 0;
	width: 100%;
	z-index: 100;
}
header .logo {
	z-index: 1000;
}
header .logo img {
	max-width: 6rem;
}
.header-content {
	display: flex;
}
.header-nav {
	display: none;
	margin-left: auto;
	z-index: 999;
}
.navi-open .header-nav {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.header-nav ul {
	width: 100%;
	background-color: #fff;
	padding: 6px;
/*	padding: 13px;*/
	box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.25);
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
}
.navi-open .header-nav ul {
	padding-top: 11rem;
}
.header-nav li + li {
	border-top: 1px solid #EF965C;
}
.header-nav a {
	padding: 2rem 0;
	display: flex;
	align-items: center;
}
/*
.header-nav iconify-icon {
	color: #EF965C;
	display: block;
	font-size: 3rem;
	margin-right: 10px;
}
*/
/*
.header-nav .icon-news {
	width: 3rem;
	margin-right: 10px;
}
*/
.header-nav span {
	display: block;
}
.header-contact {
	border: none!important;
}
.header-contact a {
	flex-direction: row;
	align-items: normal;
	justify-content: center;
	color: #fff;
	background-color: #EF965C;
	border: 3px solid #EF965C;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
	padding: 14px 3rem;
	font-size: 16px;
	border-radius: 30rem;
	max-width: 23rem;
	margin: 2rem 0;
}
/*
.header-contact iconify-icon {
	color: #fff;
	margin-left: 5px;
	margin-right: 0;
}
*/
.icon-line {
	max-width: 2.6rem;
	margin-left: 10px;
}
.header-instagram {
	border: none!important;
}
.header-instagram a {
	font-size: 4.2rem;
	color: #EF965C;
}
@media(min-width:992px){
	header .logo img {
		max-width: 8rem;
	}
	.header-nav {
		display: block;
	}
	.navi-open .header-nav {
		position: static;
		width: auto;
	}
	.header-nav ul {
		display: flex;
		align-items: center;
		border-radius: 30rem;
	}
	.navi-open .header-nav ul {
		padding-top: 13px;
	}
	.header-nav li + li {
		border-top: none;
		border-left: 1px solid #EF965C;
	}
	.header-nav a {
/*		padding: 0 2rem;*/
		flex-direction: column;
		padding: 0 1.5rem;
		font-size: 13px;
	}
/*	.header-nav iconify-icon, */
/*
	.header-nav .icon-news {
		margin: 0;
	}
*/
	.header-contact a {
/*		padding: 14px 3rem;*/
		padding: 14px 1rem;
		align-items: center;
/*		margin: 0 2rem;*/
		margin: 2px;
		flex-direction: row;
	}
	.header-instagram a {
		
		font-size: 3rem;
	}
	.header-contact .icon-line {
		margin-left: 5px;
	}
}
@media(min-width:1200px){
	.header-nav a {
		padding: 0 2rem;
		font-size: 16px;
	}
	.header-contact a {
		padding: 14px 3rem;
	}
	.header-contact .icon-line {
		margin-left: 10px;
	}
	.header-instagram a {
		font-size: 4.2rem;
	}
}
@media(min-width:1400px){
	.header-nav ul {
		padding: 6px 2rem;
	}
	.header-contact a {
		padding: 14px 3.5rem;
	}
	.header-instagram a {
		padding-left: 3rem;
	}
}

/* hamburger */
.hamburger {
  position: absolute;
  top: 0;
  right: 15px;
	width: 6rem;
	height: 6rem;
  margin-left: auto;
  cursor: pointer;
	background-color: #fff;
	border-radius: 10rem;
	box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.25);
	z-index: 1000;
  }
.navi-open .hamburger {
	box-shadow: none;
}
.hamburger .line {
  position: absolute;
  left: calc(50% - 11px);
  display: block;
  width: 22px;
  height: 2px;
  background-color: #EF965C;
  transition: 0.3s;
}
.hamburger .line:nth-child(1){
    top: calc(50% - 9px);
}
.hamburger .line:nth-child(2){
    top: calc(50% - 1px);
}
.hamburger .line:nth-child(3){
    top: calc(50% + 7px);
}
.navi-open .hamburger .line:nth-child(2){
    opacity: 0;
}
.navi-open .hamburger .line:nth-child(1){
    top: 50%;
    transform: rotate(45deg);
}
.navi-open .hamburger .line:nth-child(3){
    top: 50%;
    transform: rotate(-45deg);
}
@media (min-width:992px) {
	.hamburger {
		display: none;
	}
}


/*
common-header
*/
section.common-header {
	background: url('../images/common/mv_bg.png') center / cover no-repeat;
	padding: 16.2rem 0;
}
section.common-header .section-title_white {
	flex-direction: column;
}
section.common-header .section-subtitle {
	margin-left: 0;
}
@media (min-width:1200px) {
	section.common-header {
		padding: 19rem 0 13rem;
	}
}
/*
@media (min-width:1400px) {
	section.common-header {
		padding-bottom: 20rem;
	}
}
*/


/*
sidebar
*/
.sidebar {
	background-color: #FFF2EA;
	padding: 3.5rem 2rem;
	margin-top: 8rem;
	border-radius: 8px;
	width: 100%;
}
.sidebar h2 {
	border-bottom: 1px solid #EF965C;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.sidebar-toptitle {
	font-size: 14px;
	font-weight: 700;
	color: #EF965C;
}
.sidebar-bottomtitle {
	font-family: "Gajraj One", "Noto Sans JP", sans-serif;
	font-size: 2.4rem;
	margin-bottom: 5px;
	line-height: 1;
	display: block;
	margin-top: -5px;
}
.sidebar-list li {
	padding: 4px 0;
	font-weight: 600;
}
@media (min-width:768px) {
	.sidebar {
		margin-right: 5rem;
		margin-top: 0;
		max-width: 24rem;
	}
}
@media (min-width:992px) {
	.sidebar {
		margin-right: 8rem;
	}
}

/*
footer
*/
.footer-contact {
	background: #FFF2EA url("../images/common/footer_bg.jpg") bottom / cover no-repeat;
	padding: 7rem 0 8.8rem;
}
.footer-contact .container {
	position: relative;
}
.footer-contact .section-title {
	font-size: 4rem;
	border: none;
	position: static;
	padding: 0;
	margin-bottom: 5px;
}
.footer-contact .section-title:before {
	display: none;
}
.footer-contact p {
	font-size: 2.4rem;
	margin-bottom: 3rem;
}
.footer-drone {
	position: absolute;
	top: -4rem;
	right: 0;
}
.footer-drone img {
	max-width: 13rem;
}

.footer-main {
	color: #fff;
	background-color: #6CD554;
	padding: 4rem 0 8rem;
	font-weight: 500;
}
.map-wrap {
	width: 100%;
	height: 0;
	position: relative;
	padding-bottom: 45%;
	object-fit: cover;
	margin-bottom: 4rem;
}
.map-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.footer-right h2 {
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 7px;
}
.footer-icons {
/*	display: flex;*/
	margin: 15px 0;
}
.footer-icons-left {
	display: flex;
	align-items: center;
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid #fff;
	width: 100%;
	max-width: 39rem;
}
.footer-icons a {
	width: 4.8rem;
	height: 4.8rem;
}
.footer-icons a + a {
	margin-left: 2rem;
}
.footer-instagram {
	background-color: #FFF;
	border-radius: 12px;
	padding: 7px;
	margin-right: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-instagram iconify-icon {
	font-size: 3.4rem;
	color: #404040;
}
a.footer-soramovie {
	display: flex;
	align-items: center;
/*
	padding-top: 16px;
	border-top: 1px solid #fff;
*/
	margin-left: 0!important;
	margin-right: 0;
	width: 28rem;
	line-height: 1.2;
	text-decoration: underline;
}
a.footer-soramovie .footer-instagram {
	margin-left: 2rem;
}
.footer-nav {
	margin-top: 7rem;
	font-weight: 400;
}
.footer-nav ul {
	margin-bottom: 20px;
}
.footer-nav li a {
	padding: 7px 0;
}
.footer-nav li:first-child a {
	padding-top: 0;
}
.footer-nav li:last-child a {
	padding-bottom: 0;
}
.copyright {
	font-size: 13px;
	text-align: center;
	padding-bottom: 4rem;
	color: #fff;
	background-color: #6CD554;
}
@media (min-width:576px) {
	.footer-drone {
		top: -7rem;
		right: 5rem;
	}
	.footer-drone img {
		max-width: 21rem;
	}
	.footer-icons {
		display: flex;
	}
	.footer-icons-left {
		margin: 0 16px 0 0;
		padding: 0 16px 0 0;
		border-right: 1px solid #fff;
		border-bottom: 0;
		width: auto;
	}
	a.footer-soramovie {
/*		border-top: none;*/
/*
		border-left: 1px solid #fff;
		padding: 0 0 0 16px;
*/
	}
	.footer-nav {
		display: flex;
	}
	.footer-nav ul + ul {
		margin-left: 5.6rem;
	}
}
@media (min-width:992px) {
	.footer-flex {
		display: flex;
	}
	.map-wrap {
		padding-bottom: 24.79%;
		max-width: 31rem;
		margin-right: 4rem;
		margin-bottom: 0;
	}
	.footer-right {
		display: flex;
		flex-direction: column;
	}
	.footer-nav {
		margin-top: auto;
	}
	.footer-nav ul {
		margin-bottom: 0;
	}
	.footer-instagram {
		padding: 7px;
	}
}
@media (min-width:1200px) {
	.map-wrap {
		max-width: 45.5rem;
	}
}

/*Editor-content*/
/*
.editor-content p, .editor-content .has-medium-font-size {
	font-size: 1.8rem;
	line-height: 1.944;
}
*/
.editor-content > * + * {
    margin-top: 3rem;
}
.editor-content > * + h3{
    margin-top: 3rem;
}
.editor-content > * + h4 {
    margin-top: 2rem;
}
.editor-content > * + h5 {
    margin-top: 3rem;
}
.editor-content > h3 + *{
    margin-top: 3rem;
}
.editor-content > h4 + *{
    margin-top: 3rem;
}
.editor-content > h5 + *{
    margin-top: 3rem;
}
.editor-content > h2 + h3,
.editor-content > h2 + *,
.editor-content h2 + ul,
.editor-content h2 + ol {
    margin-top: 3rem;
}
.editor-content ul + *,
.editor-content ol + * {
	margin-top: 0;
}
.editor-content ol{
    padding-left: 20px;
}
.editor-content ul li{
    list-style: none;
    padding-left: 10px;
    position: relative;
}
.editor-content ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '･';
}
.editor-content ol li{
    list-style: decimal;
}
.editor-content ul li + li, .editor-content ol li + li {
	margin-top: 4px;
}
.editor-content p a {
/*
    font-weight: bold;
	font-size: 1.8rem;
*/
	display:flex;
	align-items: end;
	justify-content: center;
	color: #fff;
	background-color: #EF965C;
	line-height: 1;
	padding: 2.5rem 2rem;
	width: 100%;
	max-width: 29rem;
	border-radius: 30rem;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
	margin: 5rem auto 0;
	border: 3px solid #EF965C;
}
.editor-content p a:hover {
	color: #EF965C;
	background-color: #fff;
	opacity: 1;
}
.editor-content h2 {
	font-size: 2.4rem;
	font-weight: 600;
	padding-left: 16px;
	border-left: 5px solid #EF965C;
}
.editor-content h3 {
/*	color: #fff;*/
/*	background-color: #208DCD;*/
/*	padding: 3px 13px;*/
	font-size: 2rem;
	font-weight: 600;
	color: #EF965C;
}
.editor-content h4 {
/*	color: #208DCD;*/
/*
	padding: 5px 0 5px 2rem;
	position: relative;
*/
	font-size: 2rem;
	font-weight: 600;
}
/*
.editor-content h4:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	background-color: #208DCD;
	width: 10px;
	height: 4.7rem;
}
*/
.editor-content h5 {
/*	color: #208DCD;*/
	font-size: 18px;
	font-weight: 600;
}
.editor-content .alignleft, .editor-content .alignright, .editor-content .aligncenter {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}
.editor-content .alignleft img, .editor-content .alignright img, .editor-content .aligncenter img {
    width: 100%;
}
.editor-content figcaption, .editor-content .has-small-font-size {
	font-size: 13px;
}
.editor-content .has-large-font-size {
	font-size: 20px;
}
.editor-content .has-x-large-font-size {
	font-size: 28px;
}
.editor-content .has-cyan-bluish-gray-color {
	color: #999999!important;
}

.editor-content .credit {
	color: #434343!important;
	font-size: 12px;
}

@media (min-width: 768px){
    .editor-content .img-left, .editor-content .alignleft{
        float: left;
        margin-right: 2rem;
        margin-bottom: 2rem;
    }
    .editor-content .img-right, .editor-content .alignright{
        float: right;
        margin-left: 2rem;
        margin-bottom: 2rem;
    }
    .editor-content .img-left, .editor-content .img-right, .editor-content .alignleft, .editor-content .alignright {
        max-width: 50%;
    }
    .editor-content .img-center, .editor-content .aligncenter{
        text-align: center;
        margin-right: auto;
        margin-left: auto;
    }
    .editor-content .img-left + *:not(p),
    .editor-content .img-right + *:not(p),
    .editor-content .img-center, .editor-content .alignleft + *:not(p),
    .editor-content .alignright + *:not(p),
    .editor-content .aligncenter{
        clear: both;
    }
    .editor-content .alignleft, .editor-content .alignright, .editor-content .aligncenter, .editor-content .alignleft img, .editor-content .alignright img, .editor-content .aligncenter img {
        width: auto;
    }
	.editor-content figcaption {
		font-size: 2.4rem;
	}
	.editor-content .credit {
		font-size: 2rem;
	}
}