@charset "UTF-8";
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');


/*------------------------normalize*/
html {-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; scroll-behavior: smooth;}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {display: block;}audio,canvas,progress,video {display: inline-block; vertical-align: baseline;}a {background: transparent;}a:active,a:hover {outline: 0;}sub,sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}sup {top: -0.5em;}sub {bottom: -0.25em;}img {border: 0;}svg:not(:root) {overflow: hidden;}figure {margin: 0;}hr {-moz-box-sizing: content-box; box-sizing: content-box; height: 0;}pre {overflow: auto;}button,input,optgroup,select,textarea {color: inherit; font: inherit; margin: 0;}button {overflow: visible;}button,select {text-transform: none;}button,html input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance: button; cursor: pointer;}button[disabled],html input[disabled] {cursor: default;}button::-moz-focus-inner,input::-moz-focus-inner {border: 0; padding: 0;}input {line-height: normal;}input[type="checkbox"],input[type="radio"] {box-sizing: border-box; padding: 0;}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {height: auto;}input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}fieldset {border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em;}textarea {overflow: auto;}table {border-collapse: collapse; border-spacing: 0;}td,th {padding: 0;}img{ vertical-align: bottom;}
button{ border:none;}button:focus{ outline:none;}table { border-collapse: collapse; border-spacing: 0;}
*{ box-sizing: border-box;}
ul, ol{ margin: 0; padding: 0; list-style: none; }
dl, dt, dd{ margin: 0; padding: 0;}
/*------------------------normalizeEnd*/

body {
	background:#faf8ed;
    background-image: url(../img/ptn.gif);
	font-family:'Hiragino maru Gothic ProN', 'ヒラギノ丸ゴ ProN W4', 'Meiryo', 'メイリオ', -apple-system, BlinkMacSystemFont, sans-serif;
	color:#663333;
	margin:0 auto;
	text-align:left;
	font-size:14px;
}

h1, h2, h3, h4, h5, h6, p, ul{}
h1{ margin:0 0 0 20px; padding:14px 0 0; }
h1 img{ max-width:188px; }

h2{ font-style: 34px; color:#e75b59; border-bottom:1px solid #e6452e; padding-bottom:5px; }
h2:before{ font-family: "Font Awesome 6 Free"; font-weight: 900; padding-right: 5px;}
#Sect01 h2:before{ content: '\f630';}
#Sect02 h2:before{ content: '\f001';}
#Sect03 h2:before{ content: '\f004';}


h3:before {
 font-family: "Material Icons";
 content: '\e8af';
 font-weight: 900;
}

section{ margin-top: 50px; }
address{ font-style:normal;}
a{ text-decoration: none; color:#007ab0;}
a:hover{ opacity: 0.8; transition: 0.4s;}
area { outline:none; }

@media screen and (max-width: 1280px) {
section{ padding:0 10px; }
}


/*------*/
@media screen and (max-width: 1280px) {

}

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

}


/*------------------------Style*/
.warpBox{ margin: 0 auto; width:100%; max-width:1280px; }
.flexBox{ display: flex; justify-content: space-between; }

@media screen and (max-width: 640px) {
.flexBox{ display:block; }
}

main{ text-align:left;}

header{ background:#fff; border-bottom: 1px solid #e75b59; min-height: 108px;}
footer{ background:#fbc7c4; padding: 50px 0; text-align:right; margin-top: 50px;}
footer figure img{ width: 90%; max-width:320px; }

@media screen and (max-width: 980px) {
header{ padding:0; min-height:auto; }
header h1{ text-align: center; margin: 0; padding: 10px;}
header h1 img{ max-width:94px; }

footer{ text-align:center; padding:40px 10px; }
footer .flexBox{ display:block; }
footer figure{ margin-bottom:25px; }
footer figure img{ width: 100%; max-width:160px; }
}


/*------ slider ------*/
.slider{width:100%; max-width: 1280px; margin:20px auto;}
.slider img{ width:100%;}
.slider .slick-slide{ height:auto!important;}
.slider .slick-next{ right:0!important;}
.slider .slick-prev{ left:0!important;}
.slider .slick-arrow{ width: initial!important; height: initial!important; z-index:2!important;}
.slider .slick-arrow:before{ font-size: 30px!important;}

@media screen and (max-width: 1280px) {
.slider{ margin:0 auto; }
}


/*----*/
.bnBox{ display:flex; flex-wrap:wrap; }
.bnBox li{ width:24%; margin:0.5%; }
.bnBox li a{}
.bnBox li a img{ width:100%; max-width:640px; }

@media screen and (max-width: 980px) {
  .bnBox li{ width:49%; margin:0.5%; }  
}


/*----*/
.newsBox{ width:73%; }
.newsBox li{ display: flex; padding: 5px; border-radius: 2px; background:#f0e7c2; margin-bottom:1px; }
.newsBox li span{ display:block; margin:1em; font-weight:bold; }
.newsBox li a{ }

.twitterBox{ width: 25%; height:320px; overflow-y:scroll; background:#fff; }
.twitterTitle{ padding: 10px; background: #e75b59; color: #fff; text-align: center; border-radius: 8px 8px 0 0;}

@media screen and (max-width: 1280px) {
#Sect03 .flexBox{ display:block; }
.newsBox{ width: 100%; }
.twitterBox{ width: 100%; margin:20px auto; }


}




/*------------------------otherStyle*/
.PC{ display: block; }
.SP{ display: none; }

.fitImg{ text-align: center;}
.fitImg a{display:block;margin-bottom: 1em;}
.fitImg img{ width:100%; max-width:1280px; }

.B{ font-weight: bold; }
.kome{ text-indent: -1em; margin-left: 1em; }
.tC{ text-align: center; }
.tR{ text-align: right; }

.noEvent{ pointer-events: none; }

.clear { clear:both; }
.clear hr { display:none; }
.cf:after{/*for modern browser*/
    content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden;}

/*pagetop*/
.pagetop{ position: fixed; z-index: 9000; bottom: 40px; right: 60px; display: none;}
.pagetop a{ box-sizing: border-box; font-size: 1.75em; display: block; background: rgba(255, 255, 255, .8); width: 48px; height: 48px; border-radius: 120px; padding-top: 12px;box-shadow: 0 0 2px 2px rgba(231, 91, 89, 0.4);}
.pagetop a:link, .pagetop a:visited{ color: #e75b59;}
.pagetop a:hover{ opacity: 0.6; transition: 0.2s;}
.pagetop a i{ display: block; text-align:center; }

@media screen and (max-width: 980px) {
.PC{ display: none; }
.SP{ display: block; }

.pagetop{ right:10px; }
}


















/*------------------------nav*/
.drawer{ z-index: 9999; display: flex; flex-direction: row; align-items: center; justify-content: space-between; position: fixed; top: 26px; right: 20px; padding: 0 9px; width: 48px; height: 48px; border-radius: 4px; background: rgba(255, 255, 255, .0); }
.navbar_toggle{z-index:9999;}
.navbar_toggle_icon { position: relative; display: block; border-radius: 4px; height: 4px; width: 27px; background: #663333; -webkit-transition: ease .4s; transition: ease .4s; box-shadow: 0 0 4px #fff;}
.navbar_toggle_icon:nth-child(1) { top: 0;}
.navbar_toggle_icon:nth-child(2) { margin: 6px 0; width: 65%;}
.navbar_toggle_icon:nth-child(3) { top: 0;}

/*OPEN時の動き*/
.navbar_toggle.open .navbar_toggle_icon{ box-shadow: none; }
.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {top: 10px; -webkit-transform: rotate(45deg); transform: rotate(45deg);}
.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {-webkit-transform: translateY(-50%); transform: translateY(-50%); opacity: 0;}
.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {top: -10px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg);}

/*OPEN*/
.menu.open {
 -webkit-transform:translateY(0);
 transform:translateY(0);
 overflow-y: auto;
 -webkit-overflow-scrolling: touch;
}



.menu{ position: fixed; -webkit-transform: translateY(-100%); transform: translateY(-100%); -webkit-transition:ease .4s; transition:ease .4s; z-index:9998; top: 0; width: 100%; height: 100vh; margin: 0; background:rgba(231, 91, 85, .95); font-size: 24px;}
nav{ display: flex; padding: 20px 20px 80px; height: 100vh; overflow: scroll; font-size: 18px; text-align: left; }
nav figure{ display: flex; align-items: center; justify-content: center; width:50%;}
nav figure img{ max-width:320px; }
nav div{ width:50%; display: flex; align-items: center;}
nav div ul{}
nav ul li{ width: 100%;}
nav li a{ display: block; padding: 10px; color:#fff;}

nav li a:before{ font-family: "Font Awesome 6 Free"; font-weight: 900; padding-right: 5px; color: #fff}
.title a:before{ content: '\f630';}
.pickup a:before{ content: '\f001';}
.info a:before{ content: '\f004';}
.mail a:before{ content: '\f0e0';}


@media screen and (max-width: 980px) {
.menu{ font-size:18px; }
nav{ display:block; text-align:center; }
nav figure{ margin:40px auto; }
nav figure img{ max-width:160px; }
.drawer{ top: 10px; right:10px; }

nav figure,
nav div{ display: block; width:100%; text-align: right;}
nav li a{}
}
