@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, section, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, article, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
section, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, article {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
  font-family: "ヒラギノ角ゴ W3 JIS2004";
  line-height: 1.6;
    letter-spacing: 0.1em;
    font-size: 15px;
    color: #333;
    margin-top: 60px
}
/**, *::before, *::after {
  box-sizing: border-box;
}*/
a {
  text-decoration: none;
  color: #333;
  transition: color .3s ease-in-out;
}
a img {
  transition: all .3s ease-in-out;
}
a a:visited {
  color: #333;
}
a:hover {
  opacity: 0.7;;
}
img {
  max-width: 100%;
  height: auto
}
.pc_none{
    display: block;
}
.sp_none{
	display: none;
}
main {
  padding: 0;
}
em, strong {
  font-weight: bold;
}
.color-red{
    color: #FF0004;
}
.color-red{
    color: #FF0004;
}
.color-blue{
    color: #001DFF;
}
.color-ore{
    color: #FF7E00;
}


/** ヘッダー **/
.blank_link_pc{
    display: none;
}
header{
    width: 100%;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	align-items: center;
    background-color: #41392A;
	position: sticky;
    top: 0;
    left: 0;
	z-index: 100;
}
header .inner{
    width: 100%;
    max-width: 1300px;
	height: 60px;
    display: flex;
    justify-content: space-between;
    padding: 0 1em;
}
header h1 a{
	display: block;
}
header h1 img{
    width: auto;
    height: 50px;
    display: block;
    padding: 5px 0 0;
}
header ul.nav_list{
    font-size: 19px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0 auto;
    width: calc(100% - 120px);
}
header ul.nav_list li{
    width: 100%;
    color: #CCC;
    text-align: center;
    margin: 0 0 1.5em;
    display: block;
}
header ul.nav_list li span{
    font-size: 11px;
	display: block;
}
header ul.nav_list li a{
    color: #fff;
    display: block;
}
header ul.nav_list li.blank a::after{
    content: "\e848";
    font-family: "fontello";
    width: 1em;
    height: 1em;
    margin-left: 0.5em;
}

header ul.connection{
    color: #fff;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 1em 1em 2em;
}
header ul.connection li{
    width: 100%;
    color: #fff;
    text-align: center;
}
header ul.connection li:nth-child(1){
    margin-bottom: 0.5em;
}
header ul.connection li a{
    color: #fff;
    display: block;
    padding: 0.5em;
}
header ul.connection li a::after{
    content: "\e848";
    font-family: "fontello";
    width: 1em;
    height: 1em;
    margin-left: 0.5em;
}
#hamburger-pc {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: calc(50px - 1em);
    cursor: pointer;
    z-index: 300;
 }
#hamburger-pc .hamburger_border {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    transition: all .6s;
 }
#hamburger-pc .hamburger_border_top {
	 top: 5px;
 }
#hamburger-pc .hamburger_border_center {
    top: 50%;
}
#hamburger-pc .hamburger_border_bottom {
    bottom: 0;
}

/* 表示された時用のCSS */
.logo_sp{
    width: 100%;
    padding: 3em 0;
}
.logo_sp img{
    width: 100%;
    max-width: 230px;
    margin: auto;
    display: block;
}
.logo_sp img a:hover{
    opacity: 1;
}
.nav-open #global-nav {
	left: 0;
	top:0;
	transition: all .6s;
 }
.nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px;
    background-color: #fff;
  }
.nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
 }
 .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px;
     background-color: #fff;
}
header#top-head {
    background: #fff;
    width: 100%;
    height: 60px;
    z-index: 998;
    position: fixed;
    transition: all .5s ease-in-out;
    border-bottom: solid 1px #ccc;
}
/*#top-head .inner {
    position: relative;
}*/

h1.logo.pc_none {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

h1.logo.pc_none img {
    width: 50%;
    display: block;
}
h1.logo.sp_none{display: none;}
#global-nav-pc{display: none;}


/* hamburger */
#hamburger {
    position: absolute;
    display: block;
    width: 30px;
    height: 20px;
    right: 1em;
    top: 20px;
    cursor: pointer;
}
#hamburger span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
    transform: translateY(-50%);
}
#hamburger::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
}
#hamburger::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
}
#global-nav-sp{
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #fff;
    transition: all .5s ease-in-out;
    opacity: 0.9;
    transform: translateX(100%);
    font-size: 20px;
    color: #000;
    overflow: scroll;
    padding: 2em 0 0;
}
#global-nav-sp .logo {
    width: 25%;
    max-width: 300px;
    margin: 1em auto;
}
#global-nav-sp ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto 2em;
}
#global-nav-sp li {
    margin: 0;
    padding: 0;
    width: 100%;
}
#global-nav-sp li a {
    display: block;
    margin: 12px 0;
    font-size: 16px;
    color: #000;
    letter-spacing: .6px;
    width: 100%;
    text-align: center;
}
#global-nav-sp .blank_link{
    display: flex;
    flex-wrap: wrap;
}
#global-nav-sp .blank_link ul.logo-space{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    width: 90%;
    max-width: 550px;
    margin: 0 auto 1em;
    padding: 0 0 1em;
    border-bottom: solid 1px #ccc;
}
#global-nav-sp .blank_link ul.logo-space li{
    display: flex;
    width: calc(100% / 4);
    font-size: 13px;
    flex-wrap: wrap;
    justify-content: center;
}
#global-nav-sp .blank_link ul.logo-space li a{
    font-size: 11px;
    margin: 0;
}
#global-nav-sp .blank_link ul.logo-space li img{
    width: 40%;
    display: block;
    margin: 0 auto 5px;
}
.blank_link .seikyu-btn {
    width: 80%;
    max-width: 450px;
    margin: 0 auto 2em;
    display: flex;
    justify-content: center;
}
.blank_link .seikyu-btn a {
    width: 100%;
    background-color: #F8BA00;
    font-family: "ヒラギノ角ゴ W5 JIS2004";
    font-size: 15px;
    padding: 1em;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: all .3s ease-in-out;
}
.blank_link .seikyu-btn a::before {
    content: "";
    background: url(/img/ico_shiryo.png) no-repeat;
    background-size: contain;
    width: 2em;
    height: 2em;
    display: inline-block;
    margin-right: 0.5em;
}

.toggle {
    transform: translateY( 0 )!important;
    opacity: 1!important;
}
#global-nav-sp .close {
    position: relative;
    padding: 0;
    font-size: 33px;
    line-height: 1em;
}
.closeBtn {
    position: absolute;
    right: 20px;
    top: 16px;
    padding-left: 3px;
    cursor: pointer;
}


/**ヘッダー**/


/** フッター　**/
#topbtn{
    background: #FEAE00;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 20px;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 2px solid #fff;
}

footer {
    width: 100%;
    padding: 3em 0 0;
    margin: 0;
    display: block;
    background-color: #D6D5D5;
}
footer .inner{
    font-size: 14px;
    width: 94%;
    max-width: 1200px;
    margin: 0 auto 3em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    letter-spacing: 0;
}
footer .copyright{
    font-size: 12px;
    text-align: center;
    width: 100%;
    background-color: #000;
    color: #fff;
    padding: 1em 0;
}
footer .inner .footer-main{
    display: flex;
    flex-wrap: nowrap;
    margin: 0 0 2em;
    width: 100%;
}
footer .inner .footer-main .footer-logo{
    width: 30%;
    max-width: 165px;
    margin-right: 1em;
}
footer .inner .footer-main .footer-logo img{
    width: 100%;
}
footer .inner .footer-main .footer-address{
    font-size: 12px;
    margin: 0 0 0 1em;
}
footer .inner .footer-main .footer-address h3{
    font-size: 15px;
    font-family: "ヒラギノ角ゴ W5 JIS2004";
    margin: 0 0 0.5em;
}
footer .inner .footer-main .footer-address h3 span{
    display: block;
    font-size: 13px;
}
footer .inner .footer-main .footer-address ul{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0.5em 0 0;
}
footer .inner .footer-main .footer-address ul li{
    width: 100%;
}
footer .inner .footer-main .footer-address ul li+li{
    margin-top: 0.5em;
}
footer .inner ul.logo-space{
    width: 100%;
    margin: 0 0 2em;
    padding: 0 0 2em;
    border-bottom: solid 2px #fff;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
footer .inner ul.logo-space li{
    width: calc(100% / 4 - 5%);
    margin: 0 3px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
}
footer .inner ul.logo-space li img{
    display: block;
    margin: 0 auto 0.5em;
    width: 40%;
    max-width: 50px;
}
footer .inner .seikyu-btn{
    width: 100%;
    display: flex;
    justify-content: center;
}
footer .inner .seikyu-btn a{
    width: 90%;
    background-color: #F8BA00;
    font-size: 18px;
    padding: 1em;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: all .3s ease-in-out;
    letter-spacing: 0;
}
footer .inner .seikyu-btn a:hover{
    background-color: #3b9ed6;
    opacity: 1;
}
footer .inner .seikyu-btn a::before{
    content: "";
    background: url("/img/ico_shiryo.png") no-repeat;
    background-size: contain;
    width: 2em;
    height: 2em;
    display: inline-block;
    margin-right: 0.5em;
}

/**　フッター　**/

.tel-link-none {
  pointer-events: none;
}

.toggle {
    transform: translateY( 0 )!important;
    opacity: 1!important;
}



/**　コンテンツ　**/
.wrap-top {
    width: 92%;
    max-width: 1300px;
    margin: 2em auto 3em;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.wrap {
    width: 92%;
    max-width: 1300px;
    margin: 6em auto 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.nowrap {
  white-space: nowrap !important
}
.right-space{
    display: none;
}
.left-space{
    width: 100%;
}

/**　コンテンツ　**/



@media screen and (min-width: 601px) {
}

@media print, screen and (min-width: 751px){
body {
    font-size: 18px;
    margin-top: 30px;
}
.wrap {
    margin: 6em auto 0;
}
a[href^="tel:"]{
    pointer-events: none;
  }
.pc_none{
	display: none;
}
.sp_none{
	display: block;
}
.wrap {
    margin: 3em auto 2em;
}
.hamburger {
	display: none;
}
#global-nav {
	background-color: transparent;
    transition: none;
    position: static;
    height: auto;
    overflow-y: visible;
    width: 70%;
}
header {
    height: 96px;
    position: sticky;
}
header h1 {
    width: 140px
}
header h1 img {
    width: 100%;
    height: auto;
}

.logo_sp {
    display: none;
}
header ul.nav_list{
    flex-wrap: nowrap;
    justify-content: flex-end;
    font-size: 15px;
    width: 100%;
    margin: 0;
}
header ul.nav_list li {
    width: calc(100% / 5);
    margin: 0;
}

.blank_link_pc{
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: flex-end;
    width: auto;
}
.blank_link_pc ul.logo-space{
    display: flex;
    flex-wrap: nowrap;
    margin-right: 30px;
}
.blank_link_pc ul.logo-space li{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 5em;
    font-size: 12px;
    text-align: center;
}
.blank_link_pc ul.logo-space li+li{
    margin-left: 15px;
}
.blank_link_pc ul.logo-space li img{
    display: flex;
    flex-wrap: wrap;
    width: 30px;
    margin: 0 auto 5px;
}

    
.blank_link_pc .seikyu-btn {
    width: 12em;
    margin: 0;
    display: flex;
    justify-content: center;
}
.blank_link_pc .seikyu-btn a {
    width: 100%;
    background-color: #F8BA00;
    font-family: "ヒラギノ角ゴ W5 JIS2004";
    font-size: 15px;
    padding: 1em 0;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: all .3s ease-in-out;
    letter-spacing: 0;
}
.blank_link_pc .seikyu-btn a::before {
    content: "";
    background: url(/img/ico_shiryo.png) no-repeat;
    background-size: contain;
    width: 2em;
    height: 2em;
    display: inline-block;
    margin-right: 0.5em;
}


.left-space{
    display: block;
    width: 70%;
    max-width: 900px;
}
.right-space{
    display: block;
    width: 25%;
    max-width: 350px;
}
.right-space .pr_space,
.right-space .insta_space{
    margin-bottom: 1em;
}
.right-space .pr_space img,
.right-space .insta_space img{
    border: solid 2px #FEAE00;
    width: 100%;
}
.right-space .d_request{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 1em; /**表示位置が上の場合**/
} 
.right-space .d_request .d_request_space{
    border-radius: 10px;
    background-color: #D7C3A0;
    border: solid 1px #000;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.right-space .d_request .d_request_space .request_title{
    font-size: 19px;
    color: #fff;
    border-bottom: dashed 3px #fff;
    margin-bottom: 1em;
    padding: 1em 0;
    width: 100%;
    text-align: center;
    background-color: #BB9760;
    border-radius: 10px 10px 0 0;
}
/*.right-space .d_request .d_request_space .request_title::before{
    content: "";
    background: url(/article/img/ico_shiryo.png)no-repeat;
    width: 2em;
    height: 2em;
    display: inline-block;
    margin-right: 0.5em;
    background-size: contain;
}*/
.right-space .d_request .d_request_space p{
    width: calc(100% - 2em);
    font-size: 14px;
    padding: 0 1em 1em; 
}
.right-space .d_request .d_request_space a{
    width: 100%;
}
.right-space .d_request .d_request_space .link_space{
    background-color: #fff;
    text-align: center;
    border-radius: 0 0 10px 10px;
    padding-bottom: 1em;
    width: 100%;
}
.right-space .d_request .d_request_space .link_space a{
    color: #004D80;
}
.right-space .d_request .d_request_space .link_space img {
    display: block;
    margin: auto;
}
    
.right-space .d_request .depo-chan{
    margin-top: -1em;
}
    
footer .inner .footer-main .footer-address h3 {
    font-size: 17px;
}
footer .inner .footer-main .footer-address h3 span {
    display: inline;
    font-size: 15px;
    margin: 0 0 0 0.5em;
}
    
    
    
    
header#top-head {
    position: static;
    height: auto;
}
#top-head .inner {
    height: auto;
    padding: 0 1em 8px;
}
div#hamburger,
.closeBtn,
#global-nav-sp{
    display: none;
}

#global-nav-pc {
    z-index: 1;
    width: 100%;
    display: block;
    transform: initial;
    font-size: 17px;
    color: #fff;
    transition: all .5s ease-in-out;
    background-color: #F8BA00;
    
}
#global-nav-pc ul {
    padding: 0;
    width: 94%;
    max-width: 1300px;
    margin: auto;
    display: flex;
    flex-direction: initial;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
#global-nav-pc li a{
    color: #fff;
    padding: 0.5em 1em;
    display: block;
    background-color: #F8BA00;
    transition: all .3s ease-in-out;
    font-family: "ヒラギノ角ゴ W5 JIS2004";
}
#global-nav-pc li a:hover{
    background-color: #3b9ed6;
    opacity: 1;
}

footer .inner ul.logo-space {
    width: calc(100% - 19em - 2px);
    margin: 0 2em 0 0;
    padding: 0 2em 0 0;
    border-bottom: none;
    border-right: solid 2px #fff;
    align-self: stretch;
    align-items: center;
    flex-wrap: wrap;
}
footer .inner ul.logo-space li {
    font-size: 11px;
}
footer .inner .seikyu-btn {
    width: 15em;
    align-items: center;
}
footer .inner .seikyu-btn a {
    font-size: 14px;
    align-self: flex-start;
    padding: 1em;
}

.instagram-media{
    min-width: 100% !important;
    margin: 0 !important;
    /*border-right: none !important;
    border-left: none !important;*/
}
.Embed .Caption {
    overflow-y: scroll !important;
    height: 300px !important;
}
}

@media print, screen and (min-width: 901px){
footer .inner {
    align-items: center;
}
    
footer .inner .footer-main {
    margin: 0 0 2em;
    width: 100%;
}

}

@media print, screen and (min-width: 1001px){
footer .inner .footer-main {
    margin: 0;
    width: 50%;
}
footer .inner ul.logo-space {
    width: calc(50% - 19em - 2px);
}
footer .inner ul.logo-space li {
    width: calc(100% / 4 - 6px);
}
footer .inner ul.logo-space li img {
    width: 50%;
}
}