@charset "utf-8";
/*
Theme Name: origin
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 1.0.
*/

*{
    margin: 0;
    padding: 0;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
body{
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height:1.5;
	letter-spacing:0;
    font-size:18px;
    color: #684D26;
    background-color: #FFFFFF;
	margin-top:120px;
}

.font_medium {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.font_bold {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width:1279px){
	body {
        font-size: 14px;
    }
}
html { 
    scroll-behavior: smooth;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}
a{
    text-decoration: none;
}
a:hover{
    opacity: 0.6;
}
img{
    max-width: 100%;
    height: auto;
}
ol,ul{
    list-style: none;
}
section{
}

.inner_1800{
    max-width: 1800px;
    width: 100%;
    margin: 0 auto;
}
.inner_1720{
    max-width: 1720px;
    width: 100%;
    margin: 0 auto;
}
.inner_1680{
    max-width: 1680px;
    width: 100%;
    margin: 0 auto;
}
.inner_1200{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.inner_1100{
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
.inner_1080{
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}
.inner_1000{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.inner_980{
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}
.inner_840{
    max-width: 840px;
    width: 100%;
    margin: 0 auto;
}
.inner_800{
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.inner_740{
    max-width: 740px;
    width: 100%;
    margin: 0 auto;
}
.inner_700{
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}
.inner_620{
    max-width: 620px;
    width: 100%;
    margin: 0 auto;
}
.inner_600{
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}
@media screen and (max-width:1279px){
	section {
        /*padding: 30px 0;*/
     }
	.inner_1800{
        padding-right: 10px;
        padding-left: 10px;
    }
    .inner_1720{
        padding-right: 10px;
        padding-left: 10px;
    }
	.inner_1680{
		padding-right: 10px;
        padding-left: 10px;
	}
    .inner_1200{
        padding-right: 10px;
        padding-left: 10px;
    }
	.inner_1100{
        padding-right: 10px;
        padding-left: 10px;
    }
    .inner_1080{
        padding-right: 10px;
        padding-left: 10px;
    }
    .inner_1000{
        padding-right: 10px;
        padding-left: 10px;
    }
    .inner_980{
        padding-right: 10px;
        padding-left: 10px;
    }
    .inner_840{
        padding-right: 10px;
        padding-left: 10px;
    }
    .inner_800{
        padding-right: 10px;
        padding-left: 10px;
    }
	.inner_740{
		padding-right: 10px;
        padding-left: 10px;
	}
    .inner_700{
		padding-right: 10px;
        padding-left: 10px;
	}
	.inner_620{
		padding-right: 10px;
        padding-left: 10px;
	}
    .inner_600{
        padding-right: 10px;
        padding-left: 10px;
    }
}
h3{
    font-size: 1.555rem;
}
h4{
	font-size:1.333rem;
}
h1,h2,h3,h4,p{
    padding: 10px 0;
}
.pc-only{
    display: block!important;
}
.sp-only{
    display: none!important;
}
.pc-flex{
    display: flex!important;
}
.sp-flex{
    display: none!important;
}
@media screen and (max-width:767px){
	.pc-only{
        display: none!important;
    }
    .sp-only{
        display: block!important;
    }
}
@media screen and (max-width:599px){
    .pc-flex{
        display: none!important;
    }
    .sp-flex{
        display: flex!important;
    }
}
.flexbox{
    display: flex;
    flex-wrap: wrap;
}
.flex_bet-center{
    justify-content: space-between;
}
.flex-center{
    justify-content: center;
}
.align_center{
    align-items: center;
}
@media screen and (max-width:1199px){
	.flex_bet-center{
        justify-content: space-around;
    }
}
@media screen and (max-width:767px){
	.flex_bet-center{
        justify-content: center;
    }
}
.text_center{
    text-align: center;
}
.text_right{
    text-align: right;
}

.mb2{
    margin-bottom: 2%;
}
.mb3{
    margin-bottom: 3%;
}
.mb5{
    margin-bottom: 5%;
}
.mb10{
    margin-bottom: 10px;
}
.mb20{
    margin-bottom: 20px;
}
.mb30{
    margin-bottom: 30px;
}
.mb50{
    margin-bottom: 50px;
}
  
.m0auto{
	margin:0 auto;
}
.p3{
    padding: 3px;
}
.bg_naiby{
    background-color: #88B1C5;
}
.bg_sky{
	background-color:#EEFDFF;
}
.bg_marin{
    background-color: #5FBFC7;
}
.bg_blue{
    background-color: #5EC2D0;
}
.bg_gray{
	background-color: #F8F6F2;
}
.bg_black{
	background-color: #333;
}
.bg_red{
	background-color: #F18282;
}
.bg_cream{
    background-color: #FFEFBC;
}
.bg_pink{
    background-color: #FFECEE;
}
.bg_yellow{
    background-color: #E7692B;
}
.bg_aqua{
    background-color: #04AFCD;
}
.bg_green{
    background-color: #599D33;
}
.bg_orange{
    background-color: #E7692B;
    border-radius: 10px;
}

.white{
    color: #fff;
}
.red{
	color:#971111;
}
.b_l_dashed{
	border-bottom: dashed 1px #333;
}
.sp{
		display:none;
	}
@media screen and (max-width:767px){
	.sp{
		display:block;
	}
}
/*左からふわっと*/
.b_slide{
	opacity : 0;
	visibility: hidden;
	transition: 1.2s;
	transform: translateX(-100px);
}
.play{
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}
/*左からふわっと*/

/*ヘッダー*/
.header{
    width:100%;
    height:150px;
}
.header_inner{
    max-width: 1400px;
    height:150px;
    line-height: 150px;
    width:100%;
    margin:0 auto;
    display:flex;
    align-items: center;
}
.header_inner a, .header_inner span {
	font-size:0.875rem;
	color:#333;
	font-weight:400;
}
.header_logo {
    float:left;
    padding-top: 20px;
}
.header_logo a {
    display: flex;
    justify-content: center;
    align-items: center;
    float:left;
    height:100%;
}
.header_logo a .text1{
    margin-left: 5px;
    font-weight: bold;
    display: block;
}
.header_logo a .text2{
    font-size: 1.375rem;
    font-weight: bold;
    margin-left: 5px;
    display: block;
}
@media screen and (max-width:599px){
	.header_logo {
        float:left;
        height:40px;
        max-width: 244px;
        width: 100%;
        padding: 30px 0 0 0;
    }
	.header_logo a{
		align-items:center;
	}
    .header_logo a .text1{
        font-size: 80%;
    }
    .header_logo a .text2{
        font-size: 80%;
    }
}
.header_info{
	float:right;
    margin-top: 15px;
}
.header_info_text1{
	font-size:0.8125rem;
	margin-left:5px;
    padding-top: 15px;
    float: right;
}
.header_info_text1 p{
	padding:0;
}
.header_info_text2{
	display:flex;
	align-items:center;
    float: right;
}
.header_tel{
	display: flex!important;
	align-items:center;
}
.header_tel span{
	font-size:1.75rem;
    font-weight: 500;
    font-style: italic;
	display:inline-block;
	margin-left:5px;
}
.header_mail{
	display:flex;
	align-items:center;
	justify-content: center;
    position: fixed;
    top:0;
    right: 0;
    width: 110px;
    height: 110px;
    background-color: #E7692B;
    text-align: center;
    line-height: 2;
    padding-top: 20px;
}
.header_mail span{
    color: #fff;
    font-size: 0.9375rem;
    display: inline-block;
}
@media screen and (max-width:1850px){
    .header_info{
        padding-right: 70px;
    }
}
@media screen and (max-width:1130px){
    .header_mail{
        display: none;
    }
    .header_info{
        display: none;
    }
}
@media screen and (max-width:800px){
	
}
@media screen and (max-width:767px){
    .header_info_text1{
        display: none;
    }
    .header_logo a span{
        display: none;
    }
    .header_tel span{
        display: none;
    }
    .header_info_text2{
        margin-top: 20px;
    }
    .header_mail{
        margin-left: 10px;
    }
    
}
@media screen and (max-width:599px){
    .header_info_text2{
        margin-top: 10px;
    }
    .header_info{
        margin-right: 50px;
    }
}
.header_menu {
    width: 100%;
    height:150px;
    max-width:1024px;
}
.header_menu ul {
    display:flex;
    justify-content: center;
    align-items: center;
    height:100%;
    width: 100%;
    max-width: 1024px;
}
.header_menu ul >:first-child {
  flex-basis:400px;
  flex-shrink: 0;
}
.header_menu ul li{
	text-align:center;
	height:100%;
	max-width: 163px;
    width: 100%;
}
.header_menu ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height:150px;
     color: #3479B9;
    font-weight:bold;
    font-size:1.25rem;
}
.header_menu ul li a .menu_icon{
    max-width: 74px;
    width: 100%;
    height: 74px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
.maru_arrow{
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    margin-top: 2px;
    margin-right: 5px;
    position: relative;
}
.maru_arrow:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #F18282;
    border-right: solid 2px #F18282;
    position: absolute;
    top: 50%;
    left: 2px;
    margin-top: -4px;
    transform: rotate(45deg);
  }

@media screen and (max-width:1100px){
	.header_menu {
        display:none;
    }
}
nav.header_menu .dropdown .dropdown-btn {
	cursor: pointer;
	position: relative;
	color:#333;
	display:flex;
	align-items:center;
	padding:0 12px;
}
nav.header_menu .dropdown .dropdown-main {
	width: 100%;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
	box-sizing: border-box;
	position: absolute;
	top: 110px;
	left:0;
	height:50px;
	background-color:#A44617;
	color: #fff;
	z-index:100;
	display:flex;
	justify-content:end;
	flex-wrap:wrap;
	align-items:center;
	gap:25px;
    }
nav.header_menu .dropdown:hover .dropdown-main {
	opacity: 1;
	visibility: visible;
}

nav.header_menu .dropdown .dropdown-main a {
	display: flex;
	align-items:center;
	padding: 0;
	text-align:center;
	color:#fff;
    font-size: 0.875rem;
}
nav.header_menu .dropdown .dropdown-main a:last-child{
    margin-right: 250px;
}

nav.header_menu .dropdown .dropdown-btn:after{
		content:'';
		display: block;
	    position:absolute;
	    bottom:0;
	    left:50%;
        opacity: 0;
	    transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 10px solid #E7692B;
}
nav.header_menu .dropdown:hover .dropdown-btn:after{
        opacity: 1;
        visibility: visible;
}

.dropdown-main_sp {
	display:none;
}
.dropdown-btn_sp{
	display:block;
	position:relative;
	cursor:pointer;
}
.dropdown-btn_sp::after{
	content:"";
	width: 10px;
	height: 10px;
	border-bottom: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	top: 5px;
	right: 20px;
	transform: rotate(45deg);
	z-index:-1;
}
.active .dropdown-btn_sp::after{
	content:"";
	width: 10px;
	height: 10px;
	border: 0;
	border-bottom: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	top: 15px;
	right: 20px;
	margin-top: -6px;
	transform: rotate(225deg);
	z-index:-1;
}

.dropdown-main_sp a {
	display:block;
	margin-left:40px;
	padding:5px 0;
}
/*
@media screen and (max-width: 1440px) {
    nav.header_menu .dropdown .dropdown-main {
        padding:15px 15%;
    }
}
*/
#navbar .nav a {
    color: #fff;
    line-height: 2;
}    
#navbar .nav span{
    color: #333;
}
#navbar .nav{
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    height:500px;
    overflow:auto;
}
@media screen and (max-width:1099px){
	#navbar {
		margin-top:0;
		overflow:hidden;
		z-index:100;
	}
	
	#navbar .nav{
		max-width: 280px;
        width: 100%;
        margin: 0 auto;
		height:78vh;
		overflow:auto;
	}
    #navbar .nav .dropdown {
        position: relative;
    }
    #navbar .nav .dropdown .dropdown-btn {
        cursor: pointer;
    }
    #navbar .nav .dropdown .dropdown-main {
        padding: 15px;
        opacity: 1;
        visibility: visible;
        position: relative;
    }
    #navbar .nav .dropdown .dropdown-main a {
        display: block;
        padding: 0 0 20px;
    }
    #navbar .nav .dropdown .dropdown-main a:last-child {
        padding: 15px 0 0;
    }
    #navbar .nav .dropdown .dropdown-main a:hover {
        opacity: 0.6;
    }
    #navbar .nav .dropdown:hover .dropdown-btn {
        background-color: #FEA34A;
    }
    #navbar .nav .dropdown:hover .dropdown-main {
        opacity: 1;
        visibility: visible;
    }
    .navOpen {
        overflow: hidden;
    }
    header nav#navbar {
        padding: 0;
    }
}
.hamburger-menu{
    display: none;
}
.hamburger-menu li {
	padding:0;
	font-size:0.9375rem;
	border:1px solid #fff;
    margin-bottom: 10px;
    text-align: center;
}
.hamburger-menu .tab{
	background-color: #fff;
    margin-top: 15px;
}

.hamburger-menu a {
	color:#fff;
	display:block;
}
.menu-btn {
    position: fixed;
    top: 15px;
    right: 20px;
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    z-index: 99;
    background-color: #FBC200;
    border-radius: 5px;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 30px;
    border-radius: 3px;
    background-color: #fff;
    position: absolute;
}
.menu-btn span:before {
    width: 30px;
    bottom: 12px;
}
.menu-btn span:after {
    top: 12px;
    width: 30px;
}

.nav-open .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}
.nav-open .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
    width: 30px;
}
.nav-open .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
    width: 30px;
}
#menu-btn-check {
    display: none;
}
.menu-content {
  z-index: 10;
  background-color: #FBC200;
  width: 100%;
	height: 100%;
    position: fixed;
    top: 0;
	right: -180%;
  max-width: 100vw;
  padding: 80px 20px 0 20px;
	 color: #fff;
}
@media screen and (max-width:599px){
	
	.menu-btn {
		height: 40px;
		width: 40px;
		z-index:9999;
		margin-top: 2px;
    }
    .menu-btn span,
    .menu-btn span:before,
    .menu-btn span:after {
        width: 30px;
    }
	.nav-open .menu-btn span::after {
    width: 30px;
    }
    .menu-btn span:before {
        bottom: 10px;
    }
    .menu-btn span:after {
        top: 10px;
    }
}


.menu-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background: #333;
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s;
  cursor: pointer;
}
.nav-open .menu-content {
  right: 0;
    transition: all 0.7s;
}
.nav-open .menu-bg {
  opacity: 0.8;
  visibility: visible;
    transition: all 0.7s;
}
.nav-open {
	overflow:hidden;
}
  .menu-content_text{
      text-align: right;
      color:#fff;
      margin-bottom: 20%;
  }

@media screen and (max-width:1100px){
	.hamburger-menu{
    display: block;
    }
}
@media screen and (max-width:400px){
	.left__nav-list li {
        width:100% ;
    }
}
.link_box{
    position: fixed;
    right: 0;
    top: 150px;
    max-width: 180px;
    width: 100%;
    z-index: 3;
}
.link_box a{
    width: 180px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:15px;
}

@media screen and (max-width:1200px){
    .link_box{
        display: none;
    }
}
/*ヘッダー*/

/*フッター*/
#footer_contact{
    background-color: #E7692B;
    padding: 60px 0;
}
@media screen and (max-width:800px){
    #footer_contact{
        height: auto;
    }
}
#footer_contact .section_title{
    color: #fff;
}
#footer_contact .section_title span{
    color: #fff;
}
#footer_contact .section_title::after{
    border-top: dashed 1px #fff;
}
.contact_subtitle{
	font-size:1.375rem;
    text-align: center;
    font-weight: bold;
}
.contact_box h4 {
  color: #333;
  text-align: center;
  line-height: 1;
  display: flex;
  flex-direction: column;
  padding:0;
  font-weight: 500;
  font-style: italic;
}
.contact_box{
	max-width:380px;
	width:100%;
	height:120px;
    border-radius: 100px;
	background-color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
    flex-direction: row;
	margin-bottom:20px;
}
.contact_box_main{
    display: flex;
    align-items: center;
}
.contact_icon{
	width:40px;
	height:40px;
	margin-right:10px;
}
.contact_icon a{
    margin: 2% 3%;
}
.contact_text{
	display:flex;
	align-items:center;
	justify-content:center;
}
.contact_text span{
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 400;
    padding-bottom: 5px;
}
.contact_text .tel{
    color: #04AFCD;
    font-size: 2rem;
}
.contact_text .mail{
    color: #F18282;
    font-size: 2rem;
}
.contact_box p{
    font-size: 0.875rem;
    color: #333;
    padding: 5px 0;
}
footer{
	background-repeat:no-repeat;
	background-position:center;
    background-size: cover;
	height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #EFEFEF;
}
.footer{
    justify-content: space-between;
}
.footer_text{
    width: 100%;
    align-items: center;
    margin-bottom: 20px;
}
.footer_text .logo{
	max-width:378px;
	width:100%;
    justify-content: center;
    display: flex;
}
.footer_text .logo a{
    display: flex;
    align-items: center;
}

.footer_text .logo a .text1{
    margin-left: 5px;
    font-weight: bold;
    display: block;
    color: #fff;
}
.footer_text .logo a .text2{
    font-size: 1.375rem;
    font-weight: bold;
    margin-left: 5px;
    display: block;
    color: #fff;
}
.footer_text .text{
	max-width:320px;
	width:100%;
    justify-content: center;
    display: flex;
}
.ft_ad{
	font-size: 0.9375rem;
}

.footer_menu{
    max-width: 740px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
	margin-bottom:5%;
}
.left__nav-list {
	max-width:220px;
	width:100%;
}
.left__nav-list li {
    list-style: none;
    border: 1px solid #fff;
    width: 45%;
    float: left;
    text-align: center;
    width: 220px;
    margin: 5px;
}
.left__nav-list li a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    color:#fff;
    text-decoration: none;
    position: relative;
    font-size: 0.9em;
    padding: 5px;
}
.nav-list_guide{
    background-color: #fff;
    color: #333;
    padding: 5px;
    position: relative;
    font-size: 0.9em;
}
.copyright{
	text-align: center;
    color: #5D5D5F;
    font-size: 0.666rem;
    letter-spacing: 2px;
}

@media screen and (max-width:767px){
    
	.ft_ad:last-child{
        margin-bottom:80px;
    }
	.footer_menu{
        display: none;
    }
    .footer_text .logo a span{
        display: none;
    }
    .footer_text{
        flex-direction: column;
    }
    .footer_text .logo a{
        flex-direction: column;
    }
}
/*フッター*/


@media screen and (max-width:1199px){
	.order_1{
        order: 1;
    }
    .order_2{
        order: 2;
    }
}
@media screen and (max-width: 850px){
	.footer{
        justify-content: center;
    }
}
@media screen and (max-width:767px){
	.wrap {
        max-width: 100%;
    }
}
@media screen and (min-width:767px){
	a[href^="tel:"]{
        pointer-events: none;
    }
}

#page_top {
    position: fixed;
    bottom: 30px;
    right: 20px;
	z-index:3;
}
#page_top a {
    background-image: url(./img/common/page_top_pc.png);
    width: 130px;
    height: 130px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}
#page_top a:hover {
    background-color: #666;
    text-decoration: none;
    border-radius: 50%;
}
@media screen and (max-width:767px){
    #page_top{
        bottom: 20px;
    }
    #page_top a{
        background-image: url(./img/common/page_top_sp.png);
        width: 40px;
        height: 40px;
    }
}





.gallery-photo {
    margin-bottom: 30px;
}

.gallery-photo .slider-for .slick-slide p {
    width: 100%;
    padding-top: 80%;
    position: relative;
}

.gallery-photo .slider-for .slick-slide p span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.gallery-photo .slider-for .slick-slide p span.img_short {
    background-size: cover !important;
}

.gallery-photo .slider-for .slick-slide p span.img_long {
    background-size: auto 100% !important;
}

.gallery-photo .slider-nav {
    margin-top: 30px;
    margin-right: -40px;
    position: relative;
}

.gallery-photo .slider-nav .slick-slide {
    padding-right: 40px;
    cursor: pointer;
}

.gallery-photo .slider-nav .slick-slide p {
    width: 100%;
    padding-top: 75.2%;
    position: relative;
}

.gallery-photo .slider-nav .slick-slide p:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
}

.gallery-photo .slider-nav .slick-slide.slick-current p:after {
    opacity: 0;
}

.gallery-photo .slider-nav .slick-slide p span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.gallery-photo .slider-nav .slick-arrow {
    width: 40px;
    height: 101%;
    border: 0;
    background: transparent;
    overflow: hidden;
    text-indent: -999px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.gallery-photo .slider-nav .slick-arrow:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.gallery-photo .slider-nav .slick-arrow.slick-prev {
    left: -40px;
}

.gallery-photo .slider-nav .slick-arrow.slick-prev:before {
    background: url(img/prev.png) no-repeat center left/12px 39px;
}

.gallery-photo .slider-nav .slick-arrow.slick-next {
    right: 0;
}

.gallery-photo .slider-nav .slick-arrow.slick-next:before {
    background: url(img/next.png) no-repeat center right/12px 39px;
}

.main-photo {
    padding-bottom: 30px;
}

.main-photo img {
    width: 100%;
}

@media screen and (max-width: 991px) {
    .wrap {
        max-width: 720px;
    }
    .gallery-photo {
        padding: 0 30px 30px;
    }
}

@media screen and (max-width: 767px) {
    .wrap {
        max-width: 100%;
    }
    .cate a {
        font-size: 12px;
        padding: 5px 15px;
    }
    .post-ttl {
        padding-right: 0;
    }
    .post-ttl .ttl {
        font-size: 18px;
    }
    .post-ttl .date {
        display: block;
        width: auto;
        font-size: 16px;
        text-align: right;
        position: relative;
    }
    .post-content h2 {
        font-size: 16px;
    }
    .post-content p img {
        display: block;
        margin: 0 auto 15px;
    }
    .post-content p img:last-child {
        margin-bottom: 0;
    }
    .main-photo {
        padding-bottom: 20px;
        margin-bottom: 15px;
    }
    .gallery-photo {
        padding: 0 25px 20px;
        margin-bottom: 15px;
    }
    .gallery-photo .slider-nav {
        margin-top: 20px;
        margin-right: -10px;
    }
    .gallery-photo .slider-nav .slick-slide {
        padding-right: 10px;
    }
    .gallery-photo .slider-nav .slick-arrow {
        width: 20px;
    }
    .gallery-photo .slider-nav .slick-arrow.slick-prev {
        left: -20px;
    }
    .gallery-photo .slider-nav .slick-arrow.slick-prev:before {
        background-size: 10px 30px;
    }
    .gallery-photo .slider-nav .slick-arrow.slick-next {
        right: -10px;
    }
    .gallery-photo .slider-nav .slick-arrow.slick-next:before {
        background-size: 10px 30px;
    }
    .post-btn {
        margin-top: 40px;
    }
}

.sp_btn{
    display: none;
    height: 52px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 3;
}
.sp_btn_left{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E7692B;
}
.sp_btn_left p{
    max-width: 130px;
    width: 100%;
    color: #fff;
    font-size: 11px;
    text-align: center;
    padding: 0;
    line-height: 1.2;
}
.sp_btn_left p span{
    font-size: 110%;
    font-weight: 500;
    font-style: italic;
    font-size: 20px;
}
.sp_btn_right{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #46B481;
}
.sp_btn_right p{
    max-width: 140px;
    width: 100%;
    display: flex;
    align-items: center;
    color: #fff;
}
.sp_btn_right p img{
    margin-right: 5px;
}
.toptext {
    font-size:2rem;
    text-align:center;
    color:#EE7C31;
    font-weight:bold;
}
@media screen and (max-width: 767px){
    .sp_btn{
        display: flex;
    }
    .toptext {
    font-size:1.3rem;
    }

}

.bmenu {
	width:100%;
    background:#2E7FC3;
    color:#fff;
}
@media screen and (max-width: 960px){
.flexbox .left_box , .flexbox .right_box {
	display:block;
	width:100%;
	text-align:left;
    margin-top:50px;
}
	.flexbox{
		gap:10px;
		margin:0;
		padding:5px;
	}
	h3 {
		font-size:1.2rem;
	}
	.bmenu2 {
		max-width:200px;
		font-size:1rem;
		margin-top:50px;
	}
}
section {
    padding-top:100px;
}
.ttl_txt {
    color:#684D26;
}
h3.tokucho {
    color:#F38200;
    text-align:center;
}
.flexbox h2 p, .flexbox h3 p{
    text-align:center;
}
#shinryo {
    background:#A4D9F0;
}
.flexbox p {
    text-align: left;
}
.fbg {
    background:#3479B9;
    color:#fff;
    text-align:center;
    margin-top:20px;
    padding:30px 0;
}
.ftxt01 , .ftxt02 {
    font-weight:bold;
    font-size:30px;
}
.ftxt02 {
    font-weight:bold;
    font-size:40px;
}
@media screen and (max-width: 600px){
    .ftxt01 , .ftxt02 {
        font-size:14px;
    }
}
footer{
    display:block;
    text-align:center;
    margin-top:30px;
    background:#fff;
}
footer img {
    margin-bottom:30px;
    max-width:70%;
}
section#top_img {
    padding-top:0;
}
@media screen and (max-width: 960px) {
  .flexbox .left_box, .flexbox .right_box {
        text-align: center;
      padding:0 30px;
      display: inline-block;
      max-width:80%;
      margin:0 auto;
    }
    .flexbox .right_box h2 {
        text-align:center !important;
    }
}

.sp_img , .pc_img {
    width:100%;
    height:auto;
}
.sp_img {
    display:block; 
}
.pc_img {
    display: none;
}
@media screen and (min-width: 390px) {
    .sp_img {
        display:none;
    }
    .pc_img {
        display: block;
    }
}
.news_box .news_title {
    color:#684D26;
    font-weight:bold;
}
section#article {
    padding-top:0;
}
#news_page #article .section_title {
  padding-top: 0;
}
.top_news a {
    color:#fff !important;
}
.btn_rsv {
    color: #fff;
    background: #F38200;
    height: 80px !important;
    top: 35px;
    position: relative;
    text-align: center;
    border-radius: 15px;
    color:#fff !important;
    margin-left:30px;
}
.header_menu ul li {
    border-left:1px dashed #296DB9;
}