@charset "utf-8";

/*
///////////////////////////

製作者 MATSUNASE DESIGN
E-Mail info@matsunase.com
WEB    http://matsunase.com

///////////////////////////
*/

/* CSS Document */

/*-----------------------------------------

header内

-------------------------------------------*/

html {
}
body {
	min-width: 600px;
	font-size : 100%;
    font-family: Arial, Helvetica,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	letter-spacing: 1px;
	color: #555;
}

a {
	color: #3b3b3b;
	border: none;
}

p {
	line-height: 166%;
	letter-spacing: 0.2em;
}

img {
	max-width: 100%;
}

section {
	overflow: hidden;
}
.inner {
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 120px auto;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
	padding-top: 10px;
	margin-left: 30px;
	font-size: 36px;
}
#global-nav ul {
    list-style: none;
    position: absolute;
	top: 15px;
    right: 30px;
    bottom: 0;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 20px;
	font-size: 14px;
}
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255,255,255,.9);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 32px;
    top: 34px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

/*-----------------------------------------

視覚CSS

-------------------------------------------*/

.tC {
	text-align: center !important;
}

.pL10 {
	padding-left: 10px !important;
}

.mB10 {
	margin-bottom: 10px !important;
}

.mB20 {
	margin-bottom: 20px !important;
}

.mB30 {
	margin-bottom: 30px !important;
}

.mB40 {
	margin-bottom: 40px !important;
}

.ofh {
	overflow: hidden;
}

.fL {
	float: left;
}

.fR {
	float: right;
}

.coution {
	color: #EF760B;
}

.sp {
	display: none;
}

.mBsp {
	margin-bottom: 15px;
}

/*-----------------------------------------

KeyVisual内

-------------------------------------------*/

#keyVisual {
	height: 928px;
	background: url(images/key.png) no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

#keyVisual h1 {
	margin-top: 160px;
	margin-bottom: 30px;
	text-align: center;
}

#keyVisual h2 {
	margin-bottom: 150px;
	text-align: center;
}

#keyVisual .keyText {
	margin-bottom: 30px;
	color: #fff;
	font-size: 100%;
	text-align: center;
}

#keyVisual .keyBorder {
	margin-bottom: 30px;
	text-align: center;
}

#keyVisual .keyButton a {
	display: block;
	margin: 0 auto;
	padding: 15px;
	width: 300px;
	background: #fff;
	background-color: rgba(255,255,255,0.6);
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	border-radius: 5px;
}


#keyVisual .keyButton a:hover {
	background-color: rgba(255,255,255,1);
}

/*-----------------------------------------

body内

-------------------------------------------*/

/* -- 共通 ここから --*/
section .title {
	margin-bottom: 10px;
	text-align: center;
}

section .subTitle {
	margin-bottom: 30px;
	font-size: 100%;
	text-align: center;
}

section .button a {
	display: block;
	margin: 0 auto;
	padding: 15px;
	width: 300px;
	background: #fff;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	border: 1px #ccc solid;
	border-radius: 5px;
}

section .button a:hover {
	color: #fff;
	background: #000;
}

/* -- 共通 ここまで --*/

section.box01 {
	padding: 50px 0 50px;
	background: url(images/image01.png) no-repeat 0% 50%, url(images/image02.png) no-repeat 100% 0;
}

section.box01 .box01Text {
	margin: 0 auto 20px;	
	padding: 20px;
	width: 60%;
	background-color: rgba(255,255,255,1);
	text-align: center;
}

section.box02 {
	padding: 50px 5% 50px;
	background: url(images/bg01.png) no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

section.box2 .inner {
	margin: 0 auto;
}

div.photo {
	position: relative;
	float: left;
	margin-right: 3%;
	width: 40%;
}

p.point {
	position: absolute;
	top: 70%;
	left: 0;
	width: 70%;
}

div.photo img {

}

div.area{
	float: left;
	padding: 30px 0 0 0;
	width: 57%;
}

section.box03 {
	margin: 0 auto;
	padding: 50px 0 50px;
	background: url(images/image03.png) no-repeat 0% 50%, url(images/image04.png) no-repeat 100% 0
}

section.box03 .inner {
	margin: 0 auto 10px;
}

div.box03MenuWrap {
	margin: 0 auto;
	padding: 20px 0 20px;
	width: 50%;
	background-color: rgba(255,255,255,1);
}

div.box03MenuWrap .inner {
	margin-left: 5%;
	margin-right: 5%;
}

div.box03Menu {
	overflow: hidden;
	margin: 0 auto;
}

div.menuPhoto {
	float: left;
	margin-right: 1%;
	width: 10%;
}

div.menuArea {
	overflow: hindde;
	float: left;
	padding: 0 0 0 0;
	width: 89%;
	margin-top: 1.6%;
}

div.menuWrap {
	overflow: hidden;
	background: url(images/dotted.png) 50% 50% repeat-x;
}

div.menuArea h2 {
	float: left;
	padding: 10px 0 10px;
	font-weight: bold;
}

div.menuArea .en {
	float: right;
	padding: 10px 0 10px;
	width: 40%;
	text-align: right;
	line-height: 100%;
}

div.menuArea span {
	padding: 10px 10px 10px 10px;
	background: #f5efe8;
}

section.box04 {
	margin: 0 auto;
	background: #f5efe8;
}

section.box04 .inner {
	overflow: hidden;
	margin: 50px auto 0;
}

div.box04Menu {
	overflow: hidden;
	margin: 0 auto;
	width: 90%
}

section.box04 .text {
	margin-bottom: 30px;
	text-align: center;
}

.leftContent {
	float: left;
	margin: 0 0 0 10%;
	width: 39%;}

.leftContent h2 {
	text-align: left;
	font-weight: bold;
}


.rightContent {
	float: right;
	margin: 0 10% 0 0;
	width: 39%;
}

.rightContent h2 {
	text-align: left;
	font-weight: bold;
}

.buttonLeft {
	float: left;
}

.buttonRight {
	float: right;
}

.panelLeft {
	float: left;
	width: 40%;
}

.panelRight {
	float: right;
	width: 56%;
}

.panelRight span {
	color: #EF760B;
	border-bottom: 1px #EF760B solid;
}

.panelWrap2 span {
	color: #EF760B;
	border-bottom: 1px #EF760B solid;
}

section.box05 {
	margin: 0 auto 50px;
	padding: 30px 50px 30px;
	background: url(images/bg02.png) no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

section.box06 {
	margin: 0 auto 50px;
}

section.box06 .wrap {
	overflow: hidden;
	margin: 0 auto 10px;
	width: 960px;
}

section.box06 .wrap img {
	width: 470px;
}

section.box07 {
	position: relative;
}

.slideWrap {
	margin: 0 auto;
	width: 90%;
}

.panelWrap {
	width: 460px;
	overflow: hidden;

}

.panelWrap2 {
	overflow: hidden;
	width: 460px;
}

.contactForm {
	position: absolute;
	z-index: 998;
	top: 0px;
	left: 10%;
	padding: 30px 50px 30px;
	width: 450px;
	color: #fff;
	background-color: rgba(0,0,0,0.5);
}

.sent .formInner {
    display: none;
}
.complete-display{
    display: none;
}
.sent .complete-display{
    display: block;
}

div.wpcf7-mail-sent-ok {
	border: none !important;
	line-height: 120%;
}

footer {
	overflow: hidden;
	padding: 50px;
	color: #fff;
	background: #342d2a;
}

footer .box01 {
	float: left;
	margin-right: 2%;
	width: 32%;
}

footer .box02 {
	float: left;
	margin-right: 2%;
	width: 32%;
}

footer .box02 ul {
	overflow: hidden;
}

footer .box02 ul li {
	float: left;
}

footer .box02 ul li img {
	margin-right: 2px;
	margin-bottom: 5px;
}

footer .box03 {
	float: left;
	width: 32%;
}

footer .footerTel {
	display: none;
}

.tel {
	font-weight: bold;
}

.contactFormS {
	display: none;
}

.day {
	padding: 0 10%;
	text-align: center;
}


/*-----------------------------------------

グローバルナビゲーション 固定(jquery)

-------------------------------------------*/

.fixed{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
}

/*-----------------------------------------

アコーディオン

-------------------------------------------*/

label {
    display: block;
    margin: 0;
}

input[type="checkbox"].on-off{
    display: none;
}

.menu div {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu div {

}

input[type="checkbox"].on-off + div{
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + div{
	padding: 0 0 20px;
	height: auto;
}

/*-----------------------------------------

コンタクトフォーム

-------------------------------------------*/

.wpcf7-form {
}

.wpcf7-text {
	padding: 2%;
	width: 100%;
	font-size: 150%;
	font-size:1.3em;
}

.wpcf7-date {
	padding: 2%;
	width: 100%;
	font-size: 150%;
}

.wpcf7-select {
	padding: 2%;
	width: 100%;
	font-size: 150%;
}

.wpcf7-textarea {
	padding: 2%;
	width: 100%;
	font-size: 150%;
}

.adult, .child {
	float: left;
	width: 50%; !important;
}

.wpcf7-form-control {
	margin-bottom: 10px;
}

.wpcf7-submit {

	width: 100%;

    /* 文字サイズを1.4emに指定 */
    font-size: 1.4em;

    /* 文字の太さをboldに指定 */
    font-weight: bold;

    /* 縦方向に10px、
     * 横方向に30pxの余白を指定 */
    padding: 10px 30px;

    /* 背景色を濃い青色に指定 */
    background-color: #d25a19;

    /* 文字色を白色に指定 */
    color: #fff;

    /* ボーダーをなくす */
    border-style: none;
}

input.wpcf7c-btn-confirm {
  width: 100%;
  height: 40px;
  background: #eee;
  border: 1px solid #bebebe;
  font-size: 1em;
  text-indent: 0.7em;
}

input.wpcf7c-btn-back {
  width: 100%;
  height: 50px;
  background: #eee;
  border: 1px solid #bebebe;
  font-size: 1em;
  text-indent: 0.7em;
}

/*-----------------------------------------

fontサイズ

-------------------------------------------*/


.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }


/*-----------------------------------------

Media Queries (width:600px)

-------------------------------------------*/

@media screen and (max-width:600px){

	.slideList {
	font-size: 65% !important;
}

#tabAccordion dl dt {
	font-size: 120% !important;
}

p {
	line-height: 130%;
}

html { font-size : 120%;} 

body {
	font-size: 120%;
}

    #top-head .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 100px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
	top: 23px;
        left: 23px;
        color: #333;
        font-size: 26px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -455px;
        background-color: rgba(0,0,0,0.8);
        width: 100%;
        text-align: center;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 35px 0;
	border-bottom: 1px #fff solid;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }


#keyVisual {
	height: auto;
	background: url(images/key.png) no-repeat 55% 50%;
	background-size: cover;
}

#keyVisual h1 {
	margin-top: 500px;
	margin-bottom: 30px;
	text-align: center;
}

#keyVisual h1 img {
	width: 70%;
}

#keyVisual h2 {
	margin-bottom: 300px;
	text-align: center;
}

#keyVisual h2 img {
	margin-bottom: 130px;
	width: 90%;
}

#keyVisual .keyText {
	display: none;
}

#keyVisual .keyBorder {
	display: none;
}

#keyVisual .keyButton a {
	display: none;
}

section .title {
	width: 100%;
}

section .title img {
	width: 56%;
}

section .menuTitle {
	margin: 0 auto 10px;
	width: 50% !important;
}

section .subTitle {
	margin-bottom: 30px;
	font-size: 100%;
	text-align: center;
}

section .button a {
	width: 450px;
	font-size: 110%;
	color: #fff;
	background: #000;
}

.point img {
	display: none;
}

.point2 img {
	display: none;
}

div.area{
	float: none;
	margin: 0 auto;
	padding: 30px 30px 30px;
	width: 90%;
}

div.area h1 img {
	width: 100%;
}

section.box01 .box01Text {
	margin: 0 auto;	
	padding: 70px 10% 70px;
	width: 80%;
	font-size: 100%;
	background-color: rgba(255,255,255,1);
	border-top: 1px #ddd solid;
	text-align: left;
}

section.box01 {
	padding: 70px 5% 80px;
	background: url(images/image01.png) no-repeat -62% 5%, url(images/image02.png) no-repeat 300% 0;
}


section.box02 {
	padding: 50px 5% 50px;
	background: url(images/bg01.png) no-repeat;
	background-size: cover;
	background-attachment: scroll;
}

div.box03MenuWrap {
	margin: 0 auto;
	padding: 30px 0 30px;
	width: 100%;
	background-color: rgba(255,255,255,1);
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	border-right: none;
	border-left: none;
}

section.box03 {
	padding: 70px 0 70px;
}

section.box04 {
	padding-bottom: 0px;
}

section.box04 .text {
	margin: 0 10% 50px;
	text-align: center;
}

div.menuArea h2 {
	font-size: 170%;
}

div.menuArea span {
	margin-top: 8px;
	width: 40%;
}

div.menuArea .en {
	width: 30%;
	font-size: 150%;
	line-height: 100%;
}

div.menuWrap {
	overflow: hidden;
	margin-bottom: 10px;
}

.leftContent {
	float: none;
	margin: 0 0 50px;
	padding: 30px 0 30px;
	width: 100%;
	background-color: rgba(255,255,255,1);
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	border-right: none;
	border-left: none;
}

.leftContent h2 {
	margin-bottom: 10px;
	text-align: left;
	font-weight: bold;
}

.leftContent h2 img {
	width: 30%;
}


.rightContent {
	float: none;
	margin: 0;
	width: 100%;
}

.rightContent h2 {
	margin-bottom: 10px;
	text-align: left;
	font-weight: bold;
}

.rightContent h2 img {
	width: 30%;
}

section.box05 {
	margin: 0 auto 50px;
	padding: 50px 50px 50px;
	background: url(images/bg02.png) no-repeat;
	background-size: cover;
	background-attachment: scroll;
}

section.box06 {
	margin: 0 auto 0;
}

section.box06 .wrap {
	margin: 0 auto;
	width: 100%;
}

.buttonLeft {
	float: none;
	text-align: center;
}

.buttonLeft img {
	margin: 0 auto;
	text-align: center;
}

section.box06 .wrap img {
	margin: 0 auto;
	width: 80%;
}

section.box06 .wrap img.salada {
	width: 100% !important;
}

.buttonRight {
	float: none;
	text-align: center;
}

.panelWrap {
	width: 100%;
}

.panelWrap2 {
	margin: 0 auto;
	width: 80%;
	margin-left: 10% !important;
	text-align: left;
}

.panelLeft {
	float: left;
	margin-left: 10% !important;
	width: 35%;
}

.panelRight {
	float: right;
	margin-right: 10% !important;
	width: 40%;
	font-size: 110%;
	text-align: left;
}

input[type="checkbox"].on-off:checked + div{
	padding: 0 0 30px;
    height: auto;
}

.tel {
	font-size: 180%;
}

.map {
	display: none;
}

.contactFormS {
	display: block;
	margin: 50px auto 0;
	padding:  50px 0 50px;
	width: 100%;
	background: #f2f2f2;
}

.contactFormS .inner {
	width: 80%;
}

.contactFormS h2 {
	font-size: 200%;
}

.sp {
	display: block;
}

.spLine {
	margin: 0 10%;
	padding: 20px;
	border: 1px #000 solid;
}

.mBsp {
	margin-bottom: 40px;
}

ul.slideList li {
	width: 100% !important;
}

#tabAccordion {
	min-height: 660px !important;
}

footer .box01 {
	float: none;
	margin-bottom: 50px;
	margin-right: 0;
	width: 100%;
}

footer .box02 {
	float: none;
	margin-bottom: 50px;
	margin-right: 0;
	width: 100%;
}

footer .box02 ul {
	overflow: hidden;
}

footer .box02 ul li {
	float: left;
}

footer .box02 ul li img {
	margin-right: 2px;
	margin-bottom: 5px;
}

footer .box03 {
	float: none;
	width: 100%;
}

footer a {
	color: #f1aa00;
}

footer .footerTel {
	display: block;
}

.fb-page {
  width: 100% !important;
}

.slick-slider {
	margin-bottom: 0 !important;
}

}


/* ------------------------------
   #tabAccordion
------------------------------ */
#tabAccordion {
    margin: 0 auto;
    max-width: 90%;
    height: 410px;
    font-size: 12px;
    position: relative;
}
 
#tabAccordion dl {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}
 
#tabAccordion dl dt {
    top: 0;
    left: 0;
    width: 24.5%;
    font-weight: bold;
    font-size: 150%;
    position: absolute;
    background: #f0f0f0;
    box-sizing: border-box;
    background: #fff;
}
 
#tabAccordion dl:nth-child(2) dt {
    left: 25%;
}
 
#tabAccordion dl:nth-child(3) dt {
    left: 50%;
}
 
#tabAccordion dl:nth-child(4) dt {
    left: 75%;
}
 
#tabAccordion dl dt a {
    padding: 15px 0;
    font-weight: bold;
    display: block;
    text-align: center;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
 
#tabAccordion dl dt.btnAcv {
    background: #000;
}

#tabAccordion dl dd {
    top: 48px;
    left: 0;
    padding: 30px;
    width: 100%;
    min-height: 350px;
    text-align: left;
    overflow-y: auto;
    position: absolute;
    box-sizing: border-box;
    /* background-color: white; */
}

#tabAccordion dl dt.btnAcv a {
	color: #fff !important;
}

@media only screen and (min-width: 992px) {
    #tabAccordion dl dt:hover > a {
        background: #d2cec9;
color: #000 !important;
    }
}

ul.slideList {
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

ul.slideList li {
	float: left;
	margin-right: 5%;
	margin-bottom: 5px;
	width: 47.5%;
	height: 33%;
	min-height: 88px;
}

ul.slideList li:nth-child(even) {
	margin-right: 0;
}



.swiper-pagination {
	display: none;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
    width: 100% !important;
}