@charset "utf-8";

/*
Theme Name: DADA graphic
Theme URI: https://dada-graphic.com/
Description: DADA graphic
Version: 1.0
Author: DADA graphic
Author URI: https://dada-graphic.com/
*/

/*================================
    全体
==================================*/


body {
    font-size: 15px;
    line-height: 1.6;
    margin: 0px;
    padding: 0px;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
    background: #fff;
}



article,
aside {
    overflow: hidden;
}


ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    width: 1010px;
    max-width: 100%;
}


.sp,
.sp-fixed {
    display: none;
}



@media only screen and (max-width: 768px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
}





p {
    margin: 0;
    padding: 0;
}

a {
    transition: all 0.3s ease 0s;
}

a:hover {
    opacity: 0.6;
}

.center {
	text-align:center;
}

.aligncenter {
	display: block;
margin: 0 auto;
}

/**********header*******/

.header-h1 {
    background: #fff;
    font-size: 14px;
    padding: 5px 20px;
    margin: 0;
    color: #252525;
}

.header-section {
    padding: 11px 11px;
}

.header-section ul {
    justify-content: center;
    display: flex;
}

.header-section ul li {
    margin: 0 5px;
}

.header-section ul li:first-child {
    margin-right: auto;
}

.header-section li:last-child {}

.header-logo {
	padding-top:20px;
}

.header-logo a {
    display: block;
}

.header-logo img {
    width: 100%;
}


.center-box {}

.orange-top {
    font-size: 13px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    background: #a99177;
    padding: 1px 10px;
    margin-right: 6px;
}

.header-tel p {
    font-weight: normal;
    text-align: center;
    font-size: 14px;
    color: #252525;
    padding: 4px 18px;
}

.header-toiawase li a {
	display:block;
} 

.header-tel {
    font-weight: bold;
    line-height: 1.0;
    color: #252525;
    font-size: 25px;
}

.header-tel a i {
    padding-right: 5px;
}

.sisetuname {
    border-bottom: dotted #252525 1px;
    color: #252525;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
}

.header-table tr td {
    padding: 2px 0;
}

.header-table i {
	padding-right:5px;
}

.sp-tel {
    display: block;
    text-align: center;
    padding: 10px 0;
    background-color: #ECA521;
    color: #fff;
    margin-bottom: 5px;
    border-radius: 5px;
}


.header-nav li {
    float: left;
}

.header-nav a {
    display: block;
    color: #252525;
    font-size: 14px;
    letter-spacing: 0.2em;
    padding: 20px 20px;
}


.btn-form {
    color: #fff;
    background-color: #252525;
    border-color: #222222;
}


.main-nav a {
    font-size: 16px;
    border-radius: 5px;
    color: #252525;
    display: block;
    padding: 7px;
    text-decoration: none;
}


.main-nav {
    border-top: solid #ccc 1px;
    padding: 2px 0;
    display: flex;
    justify-content: center;
}

.main-nav li {
	margin:0 6px;
}

.main-nav i {
    color: #ef9d28;
    padding-right: 5px;
}

.h-map {
    float: right;
    color: #ef9c28;
    font-weight: bold;
}


.header-toiawase {
    display: flex;
}






/********スマホヘッダー******/

.sp_header {
    z-index: 10;
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    padding: 0 20px;
    box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
    .sp_header {
        display: none;
    }
}

.sp_header ul li a {
    color: #673c1d;
    font-size: 19px;
    display: block;
    padding: 4px 0;
}



/********ロゴ******/

.drawer_logo {
    height: 100%;
}

@media screen and (max-width: 768px) {
    .drawer_logo {
        padding: 5px 0;
        height: 100%;
    }
}



.drawer_logo img {
    display: block;
    height: 100%;
}

/********ハンバーガー******/
.drawer_button {
    background: #fff;
    width: 42px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 0;
    box-sizing: border-box;
}

.drawer_button span {
    display: block;
    width: 100%;
    height: 4px;
    background: #6a4021;
    transition: .3s;
}

/********ハンバーガー動き******/

.drawer_button.active span:nth-child(1) {
    transform: rotate(-45deg) translate(-9px, 9px);
}

.drawer_button.active span:nth-child(2) {
    opacity: 0;
}

.drawer_button.active span:nth-child(3) {
    transform: rotate(45deg) translate(-9px, -9px);
}

/********メニュー******/
.drawer_nav {
    width: 100%;
    height: 100vh;
    background: #fff;
    overflow: scroll;
    position: fixed;
    top: 50px;
    right: -100%;
    transition: .3s;
    opacity: 0;
    padding: 60px 20px 100px;
    box-sizing: border-box;
}

.drawer_nav.active {
    opacity: 1;
    top: 50px;
    right: 0;
}

.drawer_nav i {
    padding-right: 5px;
}

/***********sp-fix**********/

@media screen and (max-width: 768px) {
    .sp-fixed {
		box-shadow: 0 0 8px grey;
        width: 100%;
        display: block;
        position: fixed;
        bottom: 0;
        z-index: 100;
        background: #ef9d28;
    }
}

.sp-list {
	display:flex;
	justify-content:center;
}
.sp-list li {
	border-right:1px #fff solid;
	width:33%;
}

.sp-list li:last-child {
	border-right:none;
}

.sp-list li a {
	padding:15px 0;
	display:block;
	text-align:center;
	color:#fff;
}

.sp-list li a i {
	padding-right:5px;
}


/***********main-visual**********/

@media screen and (max-width: 768px) {
    .content {
        margin-top: 50px;
    }
}

.slider {
    width: 90%;
    margin: 0 auto 80px;
}

.slick-slide img {
    width: 100%;
    height: auto;
}

.mypattern {
    width: 100%;
}

.mypattern .slick-slide {
    margin: 5px;
}

@media screen and (max-width: 768px) {
    .mypattern .slick-slide {
        margin: 0;
    }
}

.slick-slide img {
    padding: 0 5px;
    display: block;
    border-radius: 20px;
}

@media screen and (max-width: 768px) {
    .slick-slide img {
        padding: 0;
        display: block;
        border-radius: 0px;
    }
}


.main_copy img {
    width: 37%;
    margin: auto;
    position: absolute;
    top: 461px;
    left: -2px;
    right: 0;
}

@media screen and (max-width: 768px) {
    .main_copy img {
        z-index: 1;
        width: 69%;
        margin: auto;
        position: absolute;
        top: 263px;
        left: -2px;
        right: 0;
    }
}

@media screen and (max-width: 768px) {}


/**********newsr*******/

.news-section {
    padding: 11px 8%;
}


@media screen and (max-width: 768px) {
    .news-section {
        margin-top: 143px;
        padding: 11px 5%;
    }
}



.news-section-list {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}

.news-section-list li {
    padding: 1%;
}

.news-section-list li:first-child {
    width: 20%;
}

@media screen and (max-width: 768px) {
    .news-section-list li:first-child {
        width: 100%;
    }
}


.news-section-list li:last-child {
    width: 50%;
}

@media screen and (max-width: 768px) {
    .news-section-list li:last-child {
        width: 100%;
    }
}


.jyoseitou-li {
	width:20%;
}

@media screen and (max-width: 768px) {
 .jyoseitou-li {
	width:100%;
}
}

.riyoujyoukyou {
    box-shadow: 2px 2px 4px #808080a8;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
}

@media screen and (max-width: 768px) {
    .riyoujyoukyou {
        box-shadow: 2px 2px 4px #808080a8;
        border-radius: 10px;
        height: auto;
        padding: 10px;
        background: #fff;
    }
}


.news {
    box-shadow: 2px 2px 4px #808080a8;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
    background: #fff;
}

.news-section h2 {
    color: #ef9d28;
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-weight: bold;
    border-bottom: solid 2px #FFC778;
    font-size: 21px;
}

@media screen and (max-width: 768px) {
    .news-section h2 {
        text-align: center;
        color: #ef9d28;
        margin-bottom: 15px;
        padding-bottom: 5px;
        font-weight: bold;
        border-bottom: solid 2px #FFC778;
        font-size: 16px;
    }
}

.ryou-name {
	font-size:15px;
    padding: 0 10px;
    border-radius: 8px;
    margin-bottom: 6px;
    font-weight: bold;
    background: #a99177;
    color: #fff;
}

@media screen and (max-width: 768px) {
  .ryou-name {
    padding: 0 10px;
    border-radius: 8px;
    margin-bottom: 6px;
    font-weight: bold;
    font-size: 16px;
    background: #a99177;
    color: #fff;
}
}

.ryou-box {
    margin-bottom: 5px;
}


.teiin {
    margin-bottom: 5px;
    line-height: 1.0;
    margin-left: 15px;
}

.teiin span {
    font-weight: bold;
    font-size: 21px;
}

.news-list {
    margin-bottom: 10px;
}


@media screen and (max-width: 768px) {
.news-list {
    margin-bottom: 10px;
    font-size: 12px;
}
}


.news-list li:first-child {
    width: 100%;
}

.news-list li:last-child {
    width: 100%;
}

.news-list li {
    border-bottom: dotted 1px #ccc;
    margin-bottom: 3px;
    padding: 0;
}

.news-allmore a {
    text-decoration: none;
    font-size: 14px;
    padding: 3px 12px;
    border-radius: 5px;
    color: #ffffff;
    background: #ef9d28;
    float: right;
    display: inline-block;
}

@media screen and (max-width: 768px) {
.news-allmore a {
    text-decoration: none;
    font-size: 12px;
    padding: 3px 12px;
    border-radius: 5px;
    color: #ffffff;
    background: #ef9d28;
    float: right;
    display: inline-block;
}
}



.news-allmore a i {
    padding-left: 5px;
}


/********ヒイズルとは？*****/

.inner h2 {
    margin-bottom: 40px;
    text-align: center;
}

.hiizurutoha {
    overflow: hidden;
    background: url(https://hiizuru-sharehouse.com/wp-content/uploads/2020/04/IMG_6637.png)no-repeat right, #ef9d28;
    padding: 50px 0;
}

@media screen and (max-width: 768px) {
   .hiizurutoha {
    overflow: hidden;
    background: #ef9d28;
    padding: 50px 5%;
}
}

@media screen and (max-width: 768px) {
   .hiizurutoha h2 img{
   width:80%;
}
}

.inner {
    margin-left: 10%;
    float: left;
}

@media screen and (max-width: 768px) {
.inner {
    margin-left: 0px;
    float: none;
}
}



.copy {
    line-height: 1.8;
    margin-bottom: 20px;
    color: #fff;
    font-size: 15px;
}

@media screen and (max-width: 768px) {
   .copy {
    line-height: 1.8;
    margin-bottom: 20px;
    color: #fff;
    font-size: 14px;
}
}


.concept {
    line-height: 1.8;
    color: #fff;
    margin: 0 auto 30px;
    font-size: 15px;
}
@media screen and (max-width: 768px) {
    .concept {
    line-height: 1.8;
    color: #fff;
    margin: 0 auto 30px;
    font-size: 14px;
}
}

.copy span {
    color: #fff;
    font-size: 39px;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
  .copy span {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
}

.fukidasi {
    text-align: center;
}

.balloon1 {
    position: relative;
    display: inline-block;
    margin: 1.0em 0;
    padding: 9px 26px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 35px;
    background: #fff;
    border-radius: 34px;
}

.balloon1:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #fff;
}

.balloon1 p {
    margin: 0;
    padding: 0;
}




.flow {
    width: 65%;
    text-align: center;
    margin: 0 auto;
}

.flow li {
    box-shadow: 3px 3px 4px #c57400;
    border-radius: 12px;
    background: #fffce7;
    list-style-type: none;
    padding: 2px 0;
}

.allow {
    line-height: 1.0;
}

.allow i {
    color: #fff;
    font-size: 27px;
}


.omoimore {
    text-align: center;
}

.omoimore a {
	text-decoration:none;
    border-radius: 17px;
    color: #7a5e3e;
    background: white;
    padding: 5px 20px;
}

.omoimore a i {
    padding-left: 5px;
}


.top-sisetu-btn a{
	text-decoration: none;
	color: #fff;
    background: #ee761b;
    padding: 10px 28px;
    display: inline-table;
    font-size: 18px;
    margin: 10px 0 10px 0;
} 

.top-sisetu-btn a i {
	margin-left:10px;
}

/*******なりたい人物像******/

.jinbutuzou {
    padding: 0px 0 30px 0;
    background: #ffd400;
}

.zou-txt {
    margin-bottom: 27px;
    font-size: 16px;
    text-align: center;
}

@media screen and (max-width: 768px) {
.zou-txt {
    margin-bottom: 27px;
    font-size: 14px;
    text-align: center;
}
}

.jinbutu-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.jinbutu-list li {
    padding: 5px;
    width: 33%;
}

.jinbutu-box {
    height: 100%;
    border-radius: 15px;
    padding: 4%;
    background: #fff;
}

.jinbutu-face {
    text-align: center;
    margin-bottom: 15px;
}


.step-box {
	font-size: 19px;
    padding-bottom: 7px;
    margin-bottom: 7px;
    line-height: 1.4;
    border-bottom: dotted 1px #ccc;
    font-weight: bold;
}

.step-box span {
	font-size:22px;
    padding-right: 5px;
    color: #ffb100;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
.step-box span {
	display:grid;
	font-size:22px;
    padding-right: 5px;
    color: #ffb100;
    font-weight: bold;
}
}


.step-txt {
    line-height: 1.4;
    font-size: 14px;
}

.allow-b {
    text-align: center;
    line-height: 1.0;
}

.allow-b i {
    color: #ccc;
    font-size: 27px;
}

.kakunin {
    text-align: center;
}

.kakunin span {
    line-height: 1.5;
    padding: 5px 17px;
    background: #fff7ce;
    display: inline-block;
    border-radius: 12px;
}


/********ドロップダウンテスト********/

.accordion h2 {
    margin-bottom: 30px;
    text-align: center;
}

@media screen and (max-width: 768px) {
.accordion h2 img{
   width: 62%;
}
}


.moku-title {
	text-align:center;
	margin-bottom:10px;
}

.moku-title span {
       color: #fff;
    font-size: 19px;
    font-weight: normal;
    padding: 5px 15px;
    background: #ef9d28;
    border-radius: 19px;
}

.mokuhyou {
	text-align:center;
    overflow: auto;
    line-height: 1.3;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
.mokuhyou {
    overflow: auto;
    line-height: 1.3;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}
}



.accordion {
    padding: 30px 50px;
    background: #fff6c8;
}

@media screen and (max-width: 768px) {
.accordion {
    padding: 30px 5%;
    background: #fff6c8;
}
}


.accordion ul {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.accordion ul li {
    width: 50%;
    padding: 5px;
}

@media screen and (max-width: 768px) {
.accordion ul li {
    width: 100%;
    padding: 5px;
}
}


#acMenu dt {
    border-radius: 10px;
    padding: 2%;
    background: #fff;
    overflow: hidden;
    display: block;
    cursor: pointer;
}

#acMenu dd {
    margin-top: -10px;
    border-radius: 0 0 15px 15px;
    padding: 3%;
    background: #fff;
    line-height: 50px;
    display: none;
}


.b-arrow {
    text-align: center;
}

.b-arrow i {
    color: #ef9d28;
    font-size: 51px;
}

.b-arrow p {
    color: #ef9d28;
}


/********about-us********/
.about-us {
    background: #fbf5ec;
    padding: 30px 0;
}

.about-us h2 {
    margin-bottom: 30px;
    text-align: center;
}

@media screen and (max-width: 768px) {
.about-us h2 img {
   width:55%;
}
}


.about-box {
    margin: 21px 66px;
    overflow: hidden;
    border-radius: 20px;
    background: #fff;
    padding: 3%;
}
@media screen and (max-width: 768px) {
.about-box {
    margin: 21px 5%;
    overflow: hidden;
    border-radius: 20px;
    background: #fff;
    padding: 3%;
}
}


.about-us h3 {
    color: #ee761b;
    line-height: 1.3;
    font-weight: bold;
    font-size: 28px;
}

@media screen and (max-width: 768px) {
.about-us h3 {
    color: #ee761b;
    line-height: 1.3;
    font-weight: bold;
    font-size: 20px;
}
}


.left-img {
    width: 47%;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}

@media screen and (max-width: 768px) {
.left-img {
    text-align: center;
    width: 100%;
    float: none;
    margin-bottom: 10px;
    margin-right: 0px;
}
}


.left-img img {
    width: 90%;
}


.right-img {
    width: 47%;
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
}

@media screen and (max-width: 768px) {
.right-img {
    text-align: center;
    width: 100%;
    float: none;
    margin-bottom: 10px;
    margin-left: 0px;
}
}



.right-img img {
    float: right;
    width: 90%;
}
@media screen and (max-width: 768px) {
.right-img img {
    float: none;
    width: 100%;
}
}



.about-box p {
    margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
.about-box p {
    margin-bottom: 10px;
    font-size: 14px;
}
}

.bold {
    font-weight: bold;
}

.about-smalltitle {
    font-size: 18px;
    font-weight: bold;
    color: #ff8100;
    font-weight: bold;
    display: inline-block;
}

.zumen {
    text-align: center;
}

.t_number {
    color: #ef9d28;
}


/****bbottom-menu*****/

.bottom-menu {
    margin-bottom: 30px;
    background: #fbf5ec;
    padding: 30px 60px;
}

@media screen and (max-width: 768px) {
.bottom-menu {
    margin-bottom: 30px;
    background: #fbf5ec;
    padding: 20px 5%;
}
}

.bottom-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.bottom-menu ul li {
    padding: 1%;
    width: 20%;
}

@media screen and (max-width: 768px) {
.bottom-menu ul li {
    padding: 1%;
    width: 100%;
}
}


.bottom-btn {
    border-radius: 39px;
    text-align: center;
    background: #ef9d28;
}

.bottom-btn a {
    font-size: 17px;
    text-decoration: none;
    padding: 17px 0;
    display: block;
    color: #fff;
}

/*******SNS*******/

.sns-section ul {
	display:flex;
	flex-wrap:wrap;
} 

.sns-section ul li {
	width:50%;
}

@media screen and (max-width: 768px) {
.sns-section ul li {
	width:100%;
}
}

.instagram {
	text-align: center;
    padding: 50px 0px;
}

.sns-section h2 {
	margin-bottom: 20px;
    text-align: center;
	color: #4267B2;
    font-size: 24px;
}

.instagram h2 img {
    width: 20%;
}

@media screen and (max-width: 768px) {
.instagram h2 img {
    width: 40%;
}
}


/****footer*****/

.footer-sisetu {
}

.footer-address {
	margin-bottom: 22px;
    font-size: 16px;
}

.footer-logo {
    margin-bottom: 30px;
    text-align: center;
}

.footer-logo img {
	width: 100%;
}

@media screen and (max-width: 768px) {
.footer-logo img {
	text-align:center;
}
}


.footer-tel {
	line-height: 1.2;
}

.footer-tel a {
    font-size: 20px;
    color: #252525;
    text-decoration: none;
}
@media screen and (max-width: 768px) {
.footer-tel a {
    font-size: 30px;
    color: #252525;
    text-decoration: none;
}
}


.footer-tel a i {
    padding-right: 5px;
}

address {
    text-align: center;
}

.footer-toiawase {
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
}

.footer-toiawase li {}

.footer-toiawase li a {
    text-align: center;
    display: block;
}

.footer-toiawase img {
    width: 80%;
}

.footer-fax {
	font-size:16px;
}
.footer-fax i {
	padding-right:5px;
}


/******ふわふわ*******/
.fuwafuwa {
    animation: fuwafuwa 3s infinite;
}

@keyframes fuwafuwa {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(15px);
    }

    100% {
        transform: translateY(0px);
    }
}

/***** コンタクトフォーム *****/
.table-contactform7{
  overflow: hidden;
table-layout: fixed;
}
 
.required-contactform7{
  padding: 5px;
  background: #DE8686;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}
 
.unrequired-contactform7{
  padding: 5px;
  background: #BDBDBD;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}
 
.table-contactform7 th{
  font-weight:bold;
}
 
.table-contactform7 input,
.table-contactform7 textarea{
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}
 
.address-100 input{
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}
 
.message-100 textarea{
  width: 100%;
  margin: 5px 10px 10px 5px;
}
 
@media screen and (min-width: 900px){
  .table-contactform7 th{
    width:28%;
  }
    }
     
@media screen and (max-width: 900px){
.table-contactform7{
  display:block;
}     
       
  .table-contactform7 tbody,
  .table-contactform7 tr{
    display: block;
    width: 100%;
  }
  .table-contactform7 th{
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
}
.table-contactform7 td{
  display: list-item;
  list-style-type:none;
  margin:0;
  padding:0;
  width: 100%;
  border-top: none !important;
}
}

/********お知らせ********/
.news-list {
	overflow:hidden;
}

.news a {
	text-decoration:none;
}

.news-list li span {
	padding-right:5px;
}

/********サブ-思い********/

.post {
	padding-bottom:30px;
}

.post h2 {
	margin-bottom: 30px;
	text-align: center;
    background: #ef9d28;
    padding: 50px 0;
    color: #fff;
}

.post h3 {
	padding-bottom: 10px;
    border-bottom: solid #ef9d28 3px;
    margin-bottom: 15px;
}

.greeting-section {
	padding:0 5%;
}

.greeting-section ul {
	display:flex;
	flex-wrap:wrap;
}

.greeting-section ul li {
	padding: 2%;
	width:50%;
}

@media screen and (max-width: 768px) {
.greeting-section ul li {
	padding: 2%;
	width:100%;
}
}


.greeting-txtbox {
	margin-bottom:25px;
}

/********スタッフページ********/

.staff-section {
	padding: 0 5%;
}

.staff-section ul {
	display:flex;
}
.staff-txt {
	width:65%;
}
.staff-photo {
	width:35%;
	    padding: 20px 30px;
}

.staff-name {
	border-bottom:10px solid #ef9d28;
	font-size: 30px;
	margin-top: 80px;
}

.staff-txtbox {
	margin-top: 20px;
}

@media screen and (max-width: 768px) {
	.staff-section ul {
	display:flex;
	flex-wrap:wrap;
	}
	.staff-txt {
	width:100%;
}
.staff-photo {
	width:100%;
}
}

/********サブ-ダウンロード********/

.panf-txt {
	text-align:center;
	margin-bottom:20px;
}

.panf-section a {
	width: 66%;
    display: block;
    margin: 0 auto 20px;
}

/*******サブ-料金案内********/

.fee-section {
	padding:30px 5%;
}

/*******サブ-施設概要********/

.gaiyou-section {
	padding:30px 5%;
}

.gaiyou-gaikan {
	margin-right:10px;
}

.setumei-box ul {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.setumei-box ul li:first-child {
	width:40%;
}

@media screen and (max-width: 768px) {
.setumei-box ul li:first-child {
	width:100%;
}
}

.setumei-box ul li:last-child {
	width:60%;
}
@media screen and (max-width: 768px) {
.setumei-box ul li:last-child {
	width:100%;
}
}



/*******サブ-よくある質問********/

/*******ヒイズルについて********/

.setumei-box {
	margin-bottom:30px;
}

.fee-box {
	margin-bottom:30px;
}

.about-top-copy {
	text-align:center;
	font-weight: bold;
    font-size: 36px;
    color: #ef9d28;
}
@media screen and (max-width: 768px) {
.about-top-copy {
	text-align:center;
	font-weight: bold;
    font-size: 20px;
    color: #ef9d28;
}
}

.about-top-txt {
	padding:30px 5%;
}

.about-sugosikata {
	margin-bottom:30px;
}

.s-arrow {
	text-align:center;
}

.sugosikata-inner {
	width: 70%;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
.sugosikata-inner {
	width: 100%;
    margin: 0 auto;
}
}

.sugosikata-box {
	background: #ffffff;
    padding: 2%;
    border: solid 1px #ccc;
    border-radius: 14px;
}

.sugosikata-box span {
	display: inline;
	font-weight: bold;
	padding-right:10px;
}
@media screen and (max-width: 768px) {
.sugosikata-box span {
	display: grid;
	font-weight: bold;
	padding-right:10px;
}
}

.s-arrow i {
	color: #ef9d28;
	font-size:34px;
}

.kakutou-syousai {
	margin-bottom: 15px;
}

.setumei-box a {
	display:block;
}

/**********ブログ*******/

.staff-blog {
	background: #fbf5ec;
	padding:30px 0;
	overflow:hidden;
}


.blog-list li {
    margin: 3px;
    background: #fff;
    padding: 1%;
    float: left;
    width: 24%;
}

@media screen and (max-width: 980px) {
   .blog-list li {
	padding: 1%;
	float:left;
	width:48%;
}
}

.news-btn a {
	font-size: 22px;
    background: #f96590;
    padding: 7px 15px;
    border-radius: 27px;
    color: #ffffff;
}

.title-blog {
	color: #ef9d28;
	font-weight: bold;
    margin-top: 6px;
    font-size: 18px;
}

@media screen and (max-width: 980px) {
.title-blog {
	color: #ef9d28;
	font-weight: bold;
    margin-top: 6px;
    font-size: 14px;
}
}


.ns-bg {
	background: #ef9d28;
    padding: 1px 5px;
    border-radius: 5px;
    color: #fff;
}

@media screen and (max-width: 980px) {
.ns-bg {
	font-size: 12px;
	background: #ef9d28;
    padding: 1px 5px;
    border-radius: 5px;
    color: #fff;
}
}

.img-blog {
	margin-bottom: 12px;
	text-align: center;
}

.blog-txt {
	color: #252525;
    font-size: 14px;
}

.blog-h2 {
	    color: #ef9d28;
    font-size: 27px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}


@media screen and (min-width: 768px) {
.movie {
	float:none;
  position: relative;
  width: 46%;
  padding-top: 25.87%;
	margin: 0 auto 30px;
}
	}


@media screen and (max-width: 768px) {
.movie {
 position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom:30px; 	
}
}

.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}