:root {
    --easing: cubic-bezier(.2, 1, .2, 1);
    --transition: .8s var(--easing);
    /*--color-base: #eee9d4;*/
    --color-base: #AE2F2B;
    --color-base-darken: #891B1B;
    --color-theme: #040000;
     --color-white: #F3F3F3;
    
    
    --color-base-right: #efefef;
/*    --color-base: #fbfaf6;
    --color-base-right: #eee9d4;*/
    --color-gray: #ddd;
    
    --color-right: #d0e7f4;
    --color-yellow: #F2D73D;
    --color-blue: #00abd3;
    --color-other: rgba(238, 233, 212, 0.6);
    --color-theme-darken: #284B7F;
    --box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
    --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #fff;
    --box-shadow-inset: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff;
    --box-shadow-dark: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(#fff,.2);
  }
/* デモなので簡易的なリセット */
* {
	margin: 0;
	padding: 0;
}
*::after,
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* RESET
----------------------------------------------------------------------------------------------------*/
a,article,body,dd,div,dl,dt,em,form,footer,header,h1,h2,h3,h4,h5,h6,html,i,iframe,img,label,legend,li,nav,ol,p,section,main,span,table,tbody,tfoot,thead,time,tr,th,td,ul,video{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;white-space:normal;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.8;/*text-align:left*/}textarea{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;text-align:left}article,footer,header,nav,section,main{display:block}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}


body {
font-family: YuGothic, Yu Gothic, "游ゴシック", "メイリオ", "Meiryo", sans-serif;
    line-height: 1.8;
    letter-spacing: .75px;
    word-wrap: break-word;
    color: #F3F3F3;
    -webkit-text-size-adjust: 100%;
    overflow-wrap: break-word;
    font-size: 15px; 
    background:#040000;
}

@media screen and (max-width: 768px) {
    body {
font-size: 11.5px; line-height: 1.6em; letter-spacing: .3px;}

}


a {vertical-align:bottom}
a {transition: 0.2s ;}
img {vertical-align:bottom}
a {text-decoration: none;}
/*webpage読み込み時にフェードイン*/
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
/*webpage読み込み時にフェードイン*/


a {color: var(--color-white);
    /*text-decoration: underline;*/
	
}
a:hover {
	color: #FFF;
}

.sec {
    margin-bottom: 60px;
}
.sec2 {
    margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
    .sec {
    margin-bottom: 30px;
}
.sec2 {
    margin-bottom:20px;
}
}
/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */
    /*headerの背景色*/

.header {
  position: fixed;
  top: 0;
  width: 100%;
  background:var(--color-theme);
  transition: all 0.8s ease;
    z-index: 3333;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.2);

}
.h1-wrap {
    width: calc(100% - 40px);
    margin: 0 auto;
    
    
}
.h1-wrap h1 {
    color: #FFF;
    font-size: 11px;
    font-weight: 700;
    margin: 0;
    padding-top: 10px;
    text-align: center;
    line-height: 1.4em;
}
.hidden {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    transition: all 0.8s ease;
    box-shadow:none;
}
    /*headerの背景色*/
.bunner_box { 
    width: calc(100% - 40px);
    margin: 0 auto;
display: flex;
  flex-wrap: wrap;
  align-items: center;
justify-content: flex-start;
    padding: 10px 0 10px;
    position: relative;
}


.logo {width: 350px;

}
.logo img {width: 350px;}


@media screen and (max-width: 1200px) {
.bunner_box {
    width: 100%;
    padding: 0 20px;
    margin: 0;

}
    .logo_box {
    width: 100%;
    padding: 0 20px;
}
.h1-wrap h1 {
    font-size: 10px;
    text-align: left;
}
    .logo {width: 200px;
}
.logo img {width: 200px;}
}
.menu_box {
    margin-left: auto;
    display: flex;
  flex-wrap: wrap;
  align-items: center;
justify-content: flex-end;
    padding-bottom: 10px;

}

@media screen and (max-width: 959px) {
    .tel_box {display: none;}
}






.tel a {
    background:#FFF; /* fallback for old browsers */
    border-radius: 50vh;
    height: 50px;
    display: inline-block;
    line-height: 1.6em;
    color: var(--color-theme);
    padding:10px 20px;
    margin: 0em 5px 0em;
    font-size: 17px;
    border: solid 1px var(--color-theme);
    font-family: 'Jost', sans-serif;
}
.mail a {
    background:var(--color-base); /* fallback for old browsers */
    border-radius: 50vh;
    height: 50px;
    display: inline-block;
    line-height: 1.8em;
    color: #FFF;
    font-weight: normal;
    padding:10px 20px;
    margin: 0em 5px 0em;
    font-size: 14px;
    font-weight: 700;
    border: solid 1px var(--color-base);


}
.tell a i {color: #FFF;}
.mail a i {color: #FFF;}

.tel a:hover {border: solid 1px var(--color-theme-darken);
    background:#000;
    color: #FFF;
	border: solid 1px #FFF;
}
.tel a:hover i {
    color: #FFF;
}
  .mail a:hover {border: solid 1px var(--color-base-darken);
    background: var(--color-base-darken);
    color: #FFF;
}
.mail a:hover i {
    color: #FFF;
}  
@media only screen and (max-width: 1200px) {

    
.tel a {
    height: 40px;
    display: inline-block;
    line-height: 1.4em;
    padding:10px 10px;
    margin: 0em 5px 0em;
    font-size: 14px;
}
.mail a {
    height: 40px;
    display: inline-block;
    line-height: 1.6em;
    padding:10px 10px;
    margin: 0em 5px 0em;
    font-size: 11px;
}
}

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

    .bunner_box {
   display: flex;
  flex-wrap: wrap;
  align-items: center;
justify-content: center;
padding: 0em;
        margin: 0;
        height: auto;
}
    
    
    .tel a,.mail a {display: none;}
    }







/* ––––––––––––––––––––––––––––––––––––––––––––––––––
megamenu.js STYLE STARTS HERE
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Screen style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */


.menu-mobile {
    display: none;
    padding: 20px 15px 15px;
}

.menu-mobile:after {
    content: "\f0c9";
    padding: 0;
    float: right;
    position: relative;
    top: 0;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
    color:#FFF;
    font: var(--fa-font-solid);
    font-size: 2em;
    font-weight: 900;
}

.menu-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 0.5em 1em;
    background: #fff;
    color: #333;
}
.menu {
}
.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0 10px;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  list-style: none;
}
/*.menu > ul li:first-child{
    margin-right: auto;
}
.menu > ul li:first-child a{
    padding: 0 0.6em;
}
.menu > ul li:first-child a::before {
    content:none;}
*/


.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}

.menu > ul > li {
    float: left;
    padding: 0;
    margin: 0;
   
}

.menu > ul > li a {
    text-decoration: none;
    padding: 1em 1em;
    display: block;
    font-weight: 700;
     text-align: center;
    color: #FFF;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    
}
@media only screen and (max-width: 1200px) {
    .menu > ul > li a {font-size: 12.5px;
    padding: 1em 10px;}
}
/*.menu > ul > li a:hover {background:var(--color-theme-darken); }*/
/* Btn Hover */
.menu > ul > li {
    position: relative;
}
.menu > ul > li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	bottom: 15px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.menu > ul > li:hover:after {
	background: #fff;
	bottom: 8px;
}

.menu > ul > li.btn {
    
}
.menu > ul > li.btn a {
    background-color: #000000;
    border-radius: 20px;
    color: #FFF;
    font-weight: 900;
    padding: 0.5em 0.8em;
    margin: 0.5em 0.5em;
    
}
.menu > ul > li.btn2 a {
    background-color: #000000;
    border-radius: 20px;
    color: #FFF;
    font-weight: 900;
    padding: 0.5em 0.8em;
    margin: 0.5em 0.5em;
    
}
.menu > ul > li.btn a::before,.menu > ul > li.btn2 a::before {
    content:none;
}
.menu > ul > li a:hover {

}

.menu > ul > li > ul {
    display: none;
    width: 100%;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    /*top: 53px;*/
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
   background-color: #383838;
    transition:all ４s ease-out;
    
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 19%;
    margin: 0 0.5%;
    background: none;
    float: left;
    
    
}

.menu > ul > li > ul > li a {
color: #FFF;
    padding: 0.5em;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
     text-align: left;
    font-weight: 700;
    letter-spacing: 0;position: relative;
    padding-left: 30px;
}

.menu > ul > li > ul > li a:before {
        content: "\f00c";
        font-family: FontAwesome;
        position: absolute;
        left: 10px;
        top: 7px;
    color: #000000;
    }
.menu > ul > li > ul > li a:hover {
    color: #E6E6E6;
    border-bottom: 1px solid #000000;
}
.menu > ul > li > ul > li a:hover:before {
        content: "\f00c";
        font-family: FontAwesome;
        position: absolute;
        left: 10px;
        top: 7px;
    color: #FFF;
    }

.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    margin: 0;
    font-size: .8em;
 
}
.menu > ul > li > ul > li > ul > li.menuttl {font-size: 12px; width: 95%; margin: 1em 0 0.5em; line-height: 1.4em; padding: 0.8em 1em 0.8em;}
.menu > ul > li > ul > li > ul > li a {
    border: 0;
     text-align: left;
    font-weight: normal;
    line-height: 1.6em;
    
    position: relative;
  display: inline-block;
  padding: 8px 15px 5px 10px;
  color: #4d4d4d;
  text-decoration: none;
}
.menu > ul > li > ul > li > ul > li a:hover {
    border-bottom: none;
}
.menu > ul > li > ul > li > ul > li a:hover {
    color: #FFF;
}
.menu > ul > li > ul > li > ul > li a::after {
    content: '';
  width: 5px;
  height: 5px;
  border: 0;
  border-top: solid 1px #4d4d4d;
  border-right: solid 1px #4d4d4d;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -3px;
  transform: rotate(45deg);
}
.menu > ul > li > ul > li > ul > li a:hover::after {
    content: '';
  width: 5px;
  height: 5px;
  border: 0;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -3px;
  transform: rotate(45deg);
}
.menu > ul > li > ul > li > ul > li a::before {display: none;}/*check着いてしまうの防ぐ*/

.menu > ul > li > ul.normal-sub {
    width: 330px;
    left: auto;
    /*padding: 10px 10px;*/


}
.menu > ul > li > ul.normal-sub.normal-sub_last {
    position: absolute;
    right: 0;
    
}
.menu > ul > li > ul.normal-sub > li {
    width: 100%;
    background: #393939;
}
/*.menu > ul > li:nth-child(4) {
    padding-right: 5px;
}*/
/*.menu > ul > li:nth-child(4) a {
    position: relative;
    
}*/
/*.menu > ul > li:nth-child(4) a::after {
  content: '\f078';
  font-family: 'Font Awesome 5 Free';
  font-size: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;

  /* solidなのでfont-weightに900を設定 
  font-weight: 900;
}*/
.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 0;
    
    
    border: 0;
     text-align: left;
    font-weight: normal;
    line-height: 1.4em;
    
    position: relative;
  display: inline-block;
  padding-left: 15px;
  color: #FFF;
  text-decoration: none;
    background: none;
}

.menu > ul > li > ul.normal-sub > li a::after {
    content: '';
  width: 5px;
  height: 5px;
  border: 0;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  transform: rotate(45deg);
}
.menu > ul > li > ul.normal-sub > li a::before {display: none;}/*check着いてしまうの防ぐ*/
.menu > ul > li > ul.normal-sub > li:hover {
}
.menu > ul > li > ul.normal-sub > li:hover a {
     color: #FCFCFC;
}
.menu > ul > li > ul.normal-sub > li a:hover::after {
    content: '';
  width: 5px;
  height: 5px;
  border: 0;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  transform: rotate(45deg);
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 959px) {
    #slide {/*margin-top: 50px;*/}
    .header {height: 50px;
    /*background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));*/
        box-shadow: none;
    }
    .bunner_box {
        height: 50px;
    }
    .header h1 {
    display: none;
}
    
    .logo {
       width: 100%;
        
        position: absolute;
top: 10px;
    left: 15px;
        }
    .logo img {
        width: 160px;
    }
    .menu {
    padding: 0;
}
    .menu-mobile {
        display: block;
        /*height: 50px;*/
        /*height: 80px;*/
        
        
    }
    .menu-dropdown-icon:before {
        display: block;
    }
    
    .menu > ul {
        display: none;
         width: 100%;
        padding: 0;
    }
    .menu > ul > li {
        width: 100%;
        float: none;
        display: block;
        background-color: #000000;
    }
    .menu > ul > li:hover {}
    .menu > ul > li a {
        padding: 1em;
        width: 100%;
        display: block;

        text-align: left;
        color: #FFF;
    }
    .menu > ul > li a:hover {color: "#4D4D4D"}
    .menu > ul > li.logo {display: none;}
    .menu > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul.normal-sub {
        width: 100%;
    }
    .menu > ul > li > ul > li {
        float: none;
        width: 100%;
        /*margin-top: 20px;*/
    }

    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }
    .menu > ul > li > ul > li > ul {
        position: relative;
    }
    
    .menu > ul > li > ul > li > ul > li {
        float: none;
    }
    .menu > ul > li > ul > li > ul > li.menuttl {
        margin: 0.5em 0 0.3em;
        padding: 0.5em 1em 0.5em;
    }
    .menu .show-on-mobile {
        display: block;
       background-color: rgba(0,0,0,0.6);
        
        
        overflow-y: scroll;  
　　 z-index: 999;
    top:0;
    
    
        position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
       margin-top: 50px;
        margin-bottom: 190px;
        
/*height: calc(100% - 95px);下に固定メニューの場合*/
        margin: 50px auto 0px;
    }
    /* Btn Hover */
.menu > ul > li {
    position: relative;
}
.menu > ul > li:after {
	position: absolute;
	content: "";
	display: none;
	
}


}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
@media only screen and (min-width: 768px) {
/*----------------------------------------------------------------*/
/* 共通 */
/*----------------------------------------------------------------*/

.sp-hide {
	display: inline !important;
}

.pc-hide {
	display:none !important;	
}
}
@media only screen and (max-width: 768px) {
/*----------------------------------------------------------------*/
/* 共通 */
/*----------------------------------------------------------------*/

.sp-hide {
	display:none !important;	
}

.pc-hide {
	
    display: inline !important;
}
}


.container {
    max-width: 1200px;
    width: 100%;
    padding: 4% 0;
    margin: 0 auto;
    
}
@media screen and (max-width: 1400px) {
    .container {
    padding: 4% 90px 4% 4%;
}
}
@media screen and (max-width: 768px) {
    .container {
    padding: 4%;
}
}


/*フッター固定*/


.footeranimation {
      display: none;
      width: 100%;
      position: fixed;
      bottom: 0;
      z-index:999;
    } 
.site-footer {
    background-color:#FFF;
}
.site-footer .footer-container {
     margin: 0 auto;
    padding: 1em 0 90px;
    width: 900px;
}

@media screen and (max-width:900px) { 
.site-footer .footer-container {
     margin: 0 auto;
    padding: 1em 1em 90px;
    width: 100%;
}
}
#footfix {
    

/*border-top:solid 1px #87d2e7;*/}
#footfix_in {
    display: none;
}

@media screen and (max-width:959px) {
#footfix_in {
    width: 100%;
    display: flex;
    margin: 0 auto;
    padding: 10px 0;
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;  /* 子要素をflexboxにより中央に配置する */

}
    }
/*フッター固定*/


/*ページトップへ戻る・ページ内スクロール*/

#page_top{
  width: 90px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 0px;
  opacity: 1;
    z-index: 999;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f077';
  font-size: 20px;
  color: var(--color-theme);
  position: absolute;
  width: 25px;
  height: 25px;
  top: -35px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
    font-weight: 400;
  content: 'PAGE TOP';
  font-size: 12px;
  color: var(--color-theme);
  position: absolute;
  top: 25px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
@media screen and (max-width:768px) {
    #page_top{
  width: 70px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 50px;
  opacity: 1;
    z-index: 999;
}
#page_top a{
   
  position: relative;
  display: block;
  width: 70px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f077';
  font-size: 20px;
  position: absolute;
  width: 20px;
  height: 10px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
    font-weight: 400;
  content: 'PAGE TOP';
  font-size: 11px;
    font-weight: 700;
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
}
/*ページトップへ戻る・ページ内スクロール*/



/*見出し*/

section.top h2 {
font-weight: 600;
        color: var(--color-white);
    font-size: 20px; 
    line-height: 2em;
    position: relative;
    margin-bottom: 60px;
    text-transform:uppercase;
    -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
    padding-top: 30px;
    text-shadow: 00px 1px 7px rgba(0, 0, 0, 0.4);
    
}
section.top h2:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 100%;/*線の長さ*/
  height: 1px;/*線の太さ*/

  background-color: var(--color-white);/*線の色*/
  border-radius: 2px;/*線の丸み*/
}
@media screen and (max-width: 767px) {
   section.top h2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;/*線の上下位置*/
  display: inline-block;
  
}
}


section.top h2 .en {
    font-size: 3rem;
    font-family: "Protest Revolution", sans-serif;
    font-weight: 400;
    color:  var(--color-white);
    line-height: 1em;
    padding-left: 20px;
    
}

section.top h2 span {
    display: block;
    font-family: "Yuji Syuku", serif;
  font-weight: 400;
  font-style: normal;
    letter-spacing: 0.1em;
    font-size: 3.6rem;
     line-height: 1.3em;
}


@media screen and (max-width: 768px) {
    section.top h2 .en {
    font-size: 2rem; 
}
section.top h2 {
     font-size: 15px; 
    line-height: 25px;
letter-spacing: 1px;
    padding-bottom: 10px;
    margin-bottom: 40px;}
    
section.top h2:before{
    margin-bottom: 10px;
        
}
section.top h2 span {
    font-size: 13px; 
    }
}
@media screen and (max-width: 480px) {
    section.top h2 {
font-weight: 600;
        color: var(--color-white);
    font-size: 20px; 
    line-height: 2em;
    position: relative;
    margin-bottom: 20px;
    text-transform:uppercase;
    padding: 0 0 0 10px;
    text-shadow: 00px 1px 7px rgba(0, 0, 0, 0.4);
        writing-mode: horizontal-tb;
    
}
    
section.top h2:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 1px;/*線の長さ*/
  height: 100%;/*線の太さ*/

  background-color: var(--color-white);/*線の色*/
  border-radius: 2px;/*線の丸み*/
}
    section.top h2 .en {
    font-size: 2rem;
    padding-left: 0px;
}
}
/*見出し*/
/*最新情報*/
.top_news {
    background: url(../img/top/news_bk.jpg);
    background-size: contain;
    background-position: left -100px center;
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    z-index: 0;
   position: relative;
z-index: 0;
    margin: 40px 0;
}
.top_news::before{
content: '';
position: absolute;
width: 100%;
height: 100%;
background: inherit;
filter: brightness(65%);
/* 最背面へ */
z-index: -1;
}
.news {
    
    
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-items:stretch;
}
.news_h2 {
    width: 300px;
}
.news_nkm {
    width: 900px;
}
@media screen and (max-width: 1400px) {
    .news_h2 {
    width: 20%;
}
.news_nkm {
    width: 80%;
    padding-left: 40px;
}
}
@media screen and (max-width: 480px) {
    .news_h2 {
    width: 100%;
}
.news_nkm {
    width: 100%;
    padding-left: 0px;
}
}
.infomation_box {
    
   height: auto;
   overflow:scroll;
    
    min-height: 100px;
    max-height: 300px;
    max-width: 100%;
    margin: 0 auto 30px;

    
}
.topics dl {
padding: 5px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-items:stretch;
     border-bottom: 1px dotted var(--color-white);
}

.topics dt {
padding: 0.5em 0;
width: 10%;
    
}
.topics dd {
   
padding: 0.5em 0;
/*display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;*/
}
.topics dd {
    width: 90%;
}
.topics dd a {
    display: flex;
}
.topics dd p.bun {
   
    display: block;
    padding-bottom: 5px;
}
.topics dd a p.more {
    background:var(--color-theme);
    border-radius: 50px;

    display:inline-flex;
    justify-content: space-around;
    align-items: center;
    width: 15%;
    height: fit-content;
    padding: 2px 10px;
    transition: 0.3s ease-in-out;
    font-weight: 700;
    border: solid 1px var(--color-white);
    text-decoration: none;
    font-size: 11px;
    margin-left: auto;
    color: var(--color-white);
    margin-top: auto;
    position: relative;
    

}
.topics dd a p.more:after  {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 2px solid var(--color-white);
    border-right: 2px solid var(--color-white);
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 10px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
    
}
@media only screen and (max-width: 767px){
    .topics dt {
padding: 0.5em 0;
width: 100%;
    
}
.topics dd {
   
padding: 0.5em 0;
    width: 100%;
}
    .topics dd a p.more {
        width: 120px;
    }
}
/*最新情報*/
/*最新情報詳細*/
.information_mds {
   font-family: "Yuji Syuku", serif;
    font-style: normal;
    letter-spacing: 0.05em;
    font-size: 2.5rem;
    line-height: 1.5em;
}
.information_mds2 {
font-weight: 700;
    font-size: 1.2em;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    margin-bottom: 1em;
}
.date02 {
    font-size: 1.2em;
    line-height: 1.6;
    margin-bottom: 12px;
    margin-bottom: 1em;
    text-align: right;
    font-family: 'Jost', sans-serif;
    font-weight: 700;
}
.information_shosai {
    max-width: 800px;
    margin: 0 auto;
   
   
}
.information_shosai img {
   margin: 2em auto;
    display: block;
    width: 100%;
    
}
/*最新情報詳細*/


/* ページャー  */
.pager {
    margin: 2em 0;
}
.pager  ul.pagination {
  text-align: center;
  margin: 0;
  padding: 0;
}

.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background:#ccc;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
}

.pager .pagination li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  color: #fff;
  text-decoration: none;
}

.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active{
  color: #383838;
  background: #FCFCFC;
}

@media only screen and (max-width: 767px){
  .pager .pagination li{
    display: none;
  }

  .pager .pagination li.pre,
  .pager .pagination li.next{
    display: inline-block;
    width: 40%;
    height: 50px;
    text-align: center;
  }

  .pager .pagination li.pre a,
  .pager .pagination li.next a{
    width: 100%;
    text-align: center;
  }

  .pager .pagination li.pre span::after{
    content: "　前の12件へ";
  }

  .pager .pagination li.next span::before{
    content: "次の12件へ　";
  }

}
/* ページャー  */

/*戻るボタン*/
.btn14 {width: 100%;}
.btn14 {
	display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 250px;
	margin: 1em auto;
	padding: 1rem 4rem;
	font-weight: bold;
	background-color:var(--color-theme);
	color: #FFF;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
    border: solid var(--color-white);
}
.btn14::before {
	content: '';
	position: absolute;
	top: calc(50% - 2px);
	right: 1em;
	transform: translateY(calc(-50% - 2px)) rotate(45deg);
	width: 10px;
	height: 1px;
	background: var(--color-white);
}
.btn14::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	width: 50px;
	height: 1px;
	background-color: var(--color-white);
}
.btn14:hover {
	background: var(--color-white);
	color:var(--color-base);
}
.btn14:hover::before {
	background: var(--color-base);
}
.btn14:hover::after {
	background-color:var(--color-base);
}
@media screen and (max-width: 768px) {
    .btn14 {
	
	width: 160px;
	margin: 0.5em auto;
	padding: 0.5rem 1rem;
  
}

}
@media screen and (max-width: 480px) {
    .btn14 {
	
	width: 120px;
	margin: 0.5em auto;
	padding: 0.5rem 1rem;
  
}
    .btn14::before {
	
	width: 10px;
	
}
.btn14::after {
	
	width: 20px;
	height: 1px;
	
}
}
/*戻るボタン*/
/*南幸苑のこだわり*/
.top_commitment {
    background: url(../img/top/commitment_bk.jpg);
    background-size: contain;
    background-position: right -100px center;
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    z-index: 0;
   position: relative;
z-index: 0;
    margin: 40px 0;
}
.top_commitment::before{
content: '';
position: absolute;
width: 100%;
height: 100%;
background: inherit;
filter: brightness(65%);
/* 最背面へ */
z-index: -1;
}
.commitment {
display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items:center;
}
.commitment_h2 {
    order: 2;
    width: 300px;
    display: flex;
    justify-content: flex-end;
}
.commitment_nkm {
    order: 1;
    width: 900px;
   
}
@media screen and (max-width: 1400px) {
    .commitment_h2 {
    width: 20%;
        order:1;
        display: flex;
    justify-content: flex-start;
}
.commitment_nkm {
    width: 80%;
    order:2;
    padding-left: 40px;
}
}
@media screen and (max-width: 480px) {
    .commitment_h2 {
    width: 100%;
}
.commitment_nkm {
    width: 100%;
    padding-left: 0px;
}
}

.commitment_nkm h3 {
    font-family: "Yuji Syuku", serif;
    font-style: normal;
    letter-spacing: 0.05em;
    font-size: 2.8rem;
    line-height: 1.6em;
    margin-bottom: 1em;
    
}
@media screen and (max-width:1200px) {
    .commitment_nkm h3 {

    font-size: 2rem;

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

    font-size: 1.2rem;

    
}
}
.commitment_nkm p {
    
}
/*南幸苑のこだわり*/

/*バナー集*/
.top_menu {
	background: url(../img/top/menu_bk.jpg);
    background-size: contain;
    background-position: left -500px center;
 
    background-repeat: no-repeat;
    /*background: url(../img/top/menu_bk.jpg),url(../img/top/menu_bk.jpg);
    background-size: contain,contain;
    background-position: left -500px center,right -500px center;
    /* background-attachment: fixed; 
    background-repeat: no-repeat,no-repeat;*/
    z-index: 0;
   position: relative;
z-index: 0;
    margin: 40px 0;
}
.top_menu::before{
content: '';
position: absolute;
width: 100%;
height: 100%;
background: inherit;
filter: brightness(65%);
/* 最背面へ */
z-index: -1;
}
.menu {
    
    
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-items:stretch;
}
.menu_h2 {
    width: 300px;
}
.menu_nkm {
    width: 900px;
}
@media screen and (max-width: 1400px) {
    .menu_h2 {
    width: 20%;
}
.menu_nkm {
    width: 80%;
    padding-left: 40px;
}
}
@media screen and (max-width: 480px) {
    .menu_h2 {
    width: 100%;
}
.menu_nkm {
    width: 100%;
    padding-left: 0px;
}
}

.bn-img_box {
    display: flex;
    flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
    
}
.bn-img_box a {
    width: 48%;
    margin: 1%;
}
a .bn-img {
  cursor: pointer;
  
  overflow: hidden;
  position: relative;
}
a .bn-img img {
  height: 350px;
  transition: transform .6s ease;/* ゆっくり変化させる */
  width: 100%;
    object-fit: cover;
}
a .bn-img:hover img {
  transform: scale(1.2);/* 拡大 */
}
a .bn-img .bn-img_ttl {
    
    display: flex;/* テキストの中央揃え */
    flex-wrap: wrap;
  align-items: center;
  justify-content: center;/* テキストの中央揃え */
  
    margin: auto;
  position: absolute;
  right: 0;
    left: 0;
  top: 0;
    bottom: 0;
    width: 80%;/* テキストを横幅いっぱいにならないようにする */
  z-index: 2;
    text-align: center;
    text-shadow: 0px 1px 7px rgb(0 0 0 / 40%);
}
a .bn-img p {
  
  
  color: #fff;/* テキストの色 */
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 1.3em;
  line-height: 1.8em;
  
  
    
}

a .bn-img p span {
    display: block;
    font-family: "Protest Revolution", sans-serif;
    font-size: 2em;
    line-height: 1.6em;
    text-transform: uppercase;
}
/* マスク */
a .bn-img::before {
  background: rgba(0, 0, 0, .3);/* マスクの色(黒の50%) */
  bottom: 0;
  content: '';
  height: auto;
  left: 0;
  opacity: 0;/* 最初は透明（非表示） */
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .6s ease;/* ゆっくりopacityのみへ変化させる */
  width: 100%;
  z-index: 1;
    opacity: 0.4;
}
a .bn-img:hover::before {
  opacity: 1;
}
@media screen and (max-width: 768px) {
    

    a .bn-img img {
  height: 200px;
}
    a .bn-img p {
    font-size: 1.2em;
  line-height: 1.6em;
  
  
    
}

a .bn-img p span {
    font-size: 1.6em;
    line-height: 1.6em;
}
}
/*バナー集*/


/* 第二見出し要素
----------------------------------------------------------- */
  
/*    body, html, main {
    /* important 
    height: 100%;
}*/
.daini_mds {padding-top: 120px;}
.cd-fixed-bg {
    height: 330px;
    background-size: cover;
/*    background-attachment: fixed;*/
    background-repeat: no-repeat;
    background-position: right bottom -150px;

    
}
.cd-fixed-bg.cd-fixed-bg01 {background-image: url("../img/daini/1.jpg");}
.cd-fixed-bg.cd-fixed-bg02 {background-image: url("../img/daini/2.jpg");}
.cd-fixed-bg.cd-fixed-bg03 {background-image: url("../img/daini/3.jpg");}
.cd-fixed-bg.cd-fixed-bg04 {background-image: url("../img/daini/4.jpg");}
.cd-fixed-bg.cd-fixed-bg05 {background-image: url("../img/daini/5.jpg");}
.cd-fixed-bg.cd-fixed-bg06 {background-image: url("../img/daini/6.jpg");}
.cd-fixed-bg.cd-fixed-bg07 {background-image: url("../img/daini/7.jpg");}
.cd-fixed-bg.cd-fixed-bg08 {background-image: url("../img/daini/8.jpg");}
.cd-fixed-bg.cd-fixed-bg09 {background-image: url("../img/daini/9.jpg");}
.cd-fixed-bg.cd-fixed-bg010 {background-image: url("../img/daini/10.jpg");}

.cd-fixed-bg::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 330px;
    content: "";
    display: block;

     background-color: rgba(0, 0, 0, .4);
    

}

.cd-scrolling-bg {
    min-height: 100%;
}

    .cd-fixed-bg h1 {
    font-weight: 900;
    letter-spacing: 4px;
    display: block;
    padding-top: 35px;
    text-decoration: none;
    font-size: 35px;
    color: #FFF;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: 0.2s linear;
    text-align: center;
    line-height: 1.2em;
     text-transform: uppercase;
        text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
       
}   
.cd-fixed-bg h1 .en {
    text-align: center;
    font-size: 50px;
   font-family: "Protest Revolution", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}
    .dainikomidashi { display: block;  text-align: center; font-size: 20px; letter-spacing: 1px;
text-shadow: 2px 2px 2px rgba(0,0,0,0.2);}   
@media screen and (max-width: 1200px) {
    .daini_mds {padding-top: 100px;}
    .cd-fixed-bg {
        height: 260px;}
    .cd-fixed-bg::after {
    height: 260px;
}
    .cd-fixed-bg h1 {padding-top: 10px;}
    .cd-fixed-bg h1 .en  {font-size: 30px;}
}  
@media screen and (max-width: 959px) {
    .daini_mds {padding-top: 60px;}
    .cd-fixed-bg {
        height: 230px;}
    .cd-fixed-bg::after {
    height: 230px;
}
    }
@media screen and (max-width: 790px) {
.cd-fixed-bg {
    height: 160px;
}
  .cd-fixed-bg::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 160px;
}

.cd-scrolling-bg {
    min-height: 100%;
}
    .cd-fixed-bg h1 {font-size: 18px; letter-spacing: 2px; 
}   
    .cd-fixed-bg h1 .en {font-size: 18px;}
    .dainikomidashi {font-size: 13px; letter-spacing: 0; padding: 0.5% 4%;
} 

} 



/*戻るボタン*/
.modorubtn {
  display:inline-block;
    display: flex;
    justify-content: center;
    position: relative;
    margin: 2em 0;
}

.modorubtn a {
  position: relative;
    width: 200px;
    height: 50px;   
    display: flex;
    justify-content: center;
    align-items: center;
    color:  var(--color-white);
    border: 1px solid var(--color-white);;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    
}

.modorubtn a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
        height: 8px;
  margin-top: -6px;
  border-bottom: 1px solid var(--color-white);
        border-right: 1px solid var(--color-white);
        transform: skew(45deg);
  content: "";
  display: inline-block;
  vertical-align: middle;
}

.modorubtn a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background:  var(--color-base);
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.modorubtn a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
    
}
.modorubtn a:hover {
    color: #FFF;
}
.modorubtn a:hover::after {
      border-bottom: 1px solid var(--color-white);
        border-right: 1px solid var(--color-white);

}
@media screen and (max-width: 768px) {
    .modorubtn a {
        width: 200px;
        height: 40px;   
    }
    .modorubtn a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
        height: 6px;
  margin-top: -6px;

}
}
/*戻るボタン*/
/*footer*/

footer {
    font-size: 12px;
}
footer p {
    color: var(--color-white);
}
footer a {
	text-decoration: none;
    color: var(--color-white);
}

.site-footer {
    border-top: solid 1px var(--color-white);
    background: var(--color-theme);
}

.footer {
    padding: 30px 0 30px;
}

.flex_footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
 .site-footer h1 {
    font-size: 11px;
    font-weight: 700;
     color: var(--color-white);
     text-align: center;
     margin-bottom: 20px;
}
.kaisya {
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 0.5em;
}
.kaisya_shosai {
    position: relative;
	display: inline-block;
	padding: 0 2.5em;
    margin-bottom: 0.5em;
}
.kaisya_shosai:before,
.kaisya_shosai:after {
	position: absolute;
	display: inline-block;
	content: '';
	top: 50%;
	width: 20px;
	height: 2px;
	background-color:var(--color-white);
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
    
}
.kaisya_shosai:before {
	left:0;
}
.kaisya_shosai:after {
	right: 0;
}
.eigyoujikan {
   
}
dl.dl_eigyoujikan  {
display: flex;
  flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}


dl.dl_eigyoujikan dt {
width: 150px;
  padding-bottom: 5px;
  margin-bottom: 5px;

}
dl.dl_eigyoujikan dt span {
    
    border:solid 1px var(--color-white);
    border-radius: 50vh;
    color: var(--color-white);
    font-weight: 600;
    text-align: center;
    font-size: 0.9em;
    padding: 0.5em 1em;
    display: block;
    line-height: 1;
    margin-right: 1em;
    
}
dl.dl_eigyoujikan dd {
  width: auto;
  padding-bottom:5px;
  margin-bottom: 5px;
    
}

.flex_footer_company {
  width: 100%;
  margin: 0;
        display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
.flex_footer_company_in {
    margin-bottom: 20px;
    margin: 1em 2em 0 0;
    padding: 0 1em 0 0;
}
.flex_footer_company_in:first-child {
    border-right: 0.5px #FFF solid;
    padding: 0 3em 0 0;
}
.foot_logo {margin-bottom: 2em;}
.foot_logo img {width: 300px; margin: 0 auto;
display: block;}

.flex_footer_company_in img {
    max-width: 300px;
}


.flex_footer_link_box {
  width: 100%;
  margin: 0;
    display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0;
}
.flex_footer_link {width: 16%; margin: 2%; }

@media screen and (max-width: 768px) {
    .footer {
    padding: 30px 0 40px;
}
 .site-footer h1 {
    font-size: 10px;
}
    .flex_footer_company,.flex_footer_link_box {width: 100%;}
    .flex_footer_company_in {
     width: 100%;
        margin-bottom: 20px;
    margin: 0;
    padding: 0;
    }

    .flex_footer_link {width: 100%; margin: 0%; padding:0; }
    .flex_footer_company img {width: 180px; margin: 0 auto; }
    .flex_footer_company_in:first-child {
    border-right:none;
       border-bottom: 0.5px #FFF solid; 
    padding: 0 0 1em 0;
        margin-bottom: 1em;
}
    
    }
@media screen and (max-width: 480px) {
    .foot_logo img { margin: 0 auto;
    width: 100%;}
}

.footmenu li {
    display: list-item;  /* 縦に並べる */
  list-style-type: none;
  text-transform: capitalize;
  padding: 0.3em 0;
    text-decoration: none;
    line-height: 1.2em;
    font-size: 12px;
    letter-spacing: 0;
  }

.footmenu li a {
    font-weight: 600;
}
.footmenu li a:hover {
    text-decoration: underline;
    color: #FFF;
}
.footmenu li ul li {
    margin-left: 2em;
    
}
.footmenu li ul li a {
    font-weight: normal;
    line-height: 1.4em;
    position: relative;
}
.footmenu li ul li a:before {
  font-family: "Font Awesome 5 Free";
  content: "/";
  position: absolute;
  left : -1em; /*左端からのアイコンまで*/
}



.copyright {
    font-size: 11px;
    text-align: center;
    margin-top: 0px;
    padding: 20px 0;;
}
@media screen and (max-width: 768px) {
    .footmenu li {padding: 0.3em 0;
        font-size: 11px;
    }
    .footmenu li:first-child {padding-top: 0px;}
    .footmenu2-wrap ul.footmenu2  {
  justify-content: flex-start;
}
.footmenu2-wrap ul.footmenu2 li {
    padding: 0 1em 0 0;
}
}
/*footer*/
/*-----------------------固定お問合せボタン*/
.contact_fixed_btn_wrap.pc_only {
	position: fixed;
	top: 55%;
	right: 0;
	/*margin-left: -20px;*/
	transform: translateY(-50%);
	/*overflow: hidden;*/
    z-index: 9999;
}
.contact_fixed_btn_wrap.sp_only {
	display: none;
}
.contact_fixed_btn_wrap.pc_only .contact_fixed_btn {
	padding: 20px 15px 20px 15px;
	border-radius: 5px 0 0 5px;
	z-index: 9999;
	transition: .3s;
    writing-mode: vertical-rl;
    font-weight: 700;
    box-shadow: 0px 1px 15px 0px rgb(0 0 0 / 10%);
}
.contact_fixed_btn_wrap.pc_only .contact_fixed_sns_btn {
	margin-bottom: 15px;
	margin-right: 20px;
	display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.contact_fixed_btn_wrap.pc_only .contact_fixed_sns_btn a {
	z-index: 9999;
	transition: .3s;
	box-shadow: 0px 1px 15px 0px rgb(0 0 0 / 10%);
	
}
.contact_fixed_btn_wrap.pc_only .contact_fixed_sns_btn a img {
	height: 40px;
    display: block;

  transition: all 0.5s; /* 0.5秒かけて変化させる */
}

.contact_fixed_btn_wrap.pc_only .contact_fixed_sns_btn a img:hover {
	transform: translateX(-5px); /* -20px上に移動 */
}
 {
	
}
.contact_fixed_btn_wrap.pc_only .sns_btn_x a img {
	width: 30px;
    
}
.contact_fixed_btn_wrap.pc_only .contact_fixed_btn1 {
	background: var(--color-base);
}
.contact_fixed_btn_wrap.pc_only .contact_fixed_btn1 a {
	color: var(--color-white);
}
.contact_fixed_btn_wrap.pc_only .contact_fixed_btn2 {
	background:  var(--color-white);
    margin-top: 10px;
}
.contact_fixed_btn_wrap.pc_only .contact_fixed_btn2 a {
	color: var(--color-base);
}
.contact_fixed_btn_wrap.pc_only .contact_fixed_btn3 {
	background:  var(--color-white);
    margin-top: 10px;
}
.contact_fixed_btn_wrap.pc_only .contact_fixed_btn3 a {
	color: var(--color-base);
}

.contact_fixed_btn_wrap.pc_only i {
    padding-bottom: 5px;
}

.contact_fixed_btn_wrap.pc_only .contact_fixed_btn:hover {
	padding-right: 35px;
	margin-left: -20px;
}
.contact_fixed_btn_wrap.pc_only .contact_fixed_btn a {
	display: block;
	/*padding: 15px 20px 20px 20px;*/
    
}
.contact_fixed_btn_wrap.pc_only .contact_fixed_btn img {
	width: 43px;
}
@media screen and (max-width: 768px) {
	.contact_fixed_btn_wrap.pc_only {
		display: none;
	}
	.contact_fixed_btn_wrap.sp_only {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
        z-index: 1001;
	}
	
    .contact_fixed_btn {
        width: 23%;
        padding: 10px 5px;
        border-radius: 10px;
        font-weight: 600;
    }
    .contact_fixed_btn i {
        font-size: 1.8em;
        padding-bottom: 5px;
    }
	.contact_fixed_btn_wrap.sp_only .flex_box {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
        justify-content: center;
        margin: 0 2px;
	}
    
    
    
	
	
	
	
	.btn_wrap_sp_sns {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
        justify-content: center;
        margin: 0 2px;
	}
	
	.contact_fixed_btn_wrap.sp_only .contact_fixed_sns_btn {
	margin-bottom: 15px;
	margin: 10px;
	display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.contact_fixed_btn_wrap.sp_only .contact_fixed_sns_btn a {
	z-index: 9999;
	transition: .3s;
	box-shadow: 0px 1px 15px 0px rgb(0 0 0 / 10%);
	
}
.contact_fixed_btn_wrap.sp_only .contact_fixed_sns_btn a img {
	height: 40px;
    display: block;

  transition: all 0.5s; /* 0.5秒かけて変化させる */
}

.contact_fixed_btn_wrap.sp_only .contact_fixed_sns_btn a img:hover {
	transform: translateY(-5px); /* -20px上に移動 */
}
 {
	
}
.contact_fixed_btn_wrap.sp_only .sns_btn_x a img {
	width: 30px;
    
}

	
	
	
	
	
	
    .contact_fixed_btn_wrap.sp_only .contact_fixed_btn1 {
        display: flex;
		flex-wrap: wrap;
		align-items: center;
        justify-content: center;
	background:var(--color-base);
}
.contact_fixed_btn_wrap.sp_only .contact_fixed_btn1 a {
	color: var(--color-white);
}
.contact_fixed_btn_wrap.sp_only .contact_fixed_btn2 {
    display: flex;
		flex-wrap: wrap;
		align-items: center;
        justify-content: center;
    margin-top: 10px;
    background: var(--color-white);
}
.contact_fixed_btn_wrap.sp_only .contact_fixed_btn2 a {
    color: var(--color-base);
}
.contact_fixed_btn_wrap.sp_only .contact_fixed_btn3 {
    display: flex;
		flex-wrap: wrap;
		align-items: center;
        justify-content: center;
    margin-top: 10px;
    background: var(--color-white);
}
.contact_fixed_btn_wrap.sp_only .contact_fixed_btn3 a {
	color: var(--color-base);
}



    
    
	.contact_fixed_btn_wrap.sp_only .flex_box .contact_fixed_btn {
		margin: 5px 2px;
		text-align: center;
        box-shadow: 0px 1px 15px 0px rgb(0 0 0 / 10%);
	}

	.contact_fixed_btn_wrap.sp_only .flex_box .contact_fixed_btn.btn2 {
		
		margin-top: 0;
	}
 
	.contact_fixed_btn_wrap.sp_only .contact_fixed_btn a {
		display: block;
		padding: 0px;
	}
	.contact_fixed_btn_wrap.sp_only .contact_fixed_btn a img {
		width: 100px;
		margin: 0 auto;
	}
    	.contact_fixed_btn_wrap.sp_only .contact_fixed_btn a {
        line-height: 1.6em;
	}
}
@media screen and (max-width: 480px) {
	.contact_fixed_btn_wrap.pc_only {
		display: none;
	}
    
	.contact_fixed_btn_wrap.sp_only {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
        z-index: 1001;
	}
	.contact_fixed_btn_wrap.sp_only .flex_box {
		display: flex;
		flex-wrap: nowrap;
		align-items: stretch;
        justify-content: center;
        margin: 0 2px;
	}
    
	.contact_fixed_btn_wrap.sp_only .flex_box .contact_fixed_btn {
		margin: 5px 2px;
		text-align: center;
        box-shadow: 0px 1px 15px 0px rgb(0 0 0 / 10%);
        width: 31%;
	}

	.contact_fixed_btn_wrap.sp_only .flex_box .contact_fixed_btn.btn2 {
		background: none;
		margin-top: 0;
	}
 
	.contact_fixed_btn_wrap.sp_only .contact_fixed_btn a {
		display: block;
		padding: 0px;
        line-height: 1.3em;
        font-size: 11px;
	}
	.contact_fixed_btn_wrap.sp_only .contact_fixed_btn a img {
		width: 100%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 768px) {
.site-footer {
    padding-bottom: 100px;
    }
}

/*-----------------------固定お問合せボタン*/
/*南幸苑とは*/
.catch {
    font-family: "Yuji Syuku", serif;
    font-style: normal;
    letter-spacing: 0.05em;
    font-size: 2.8rem;
    line-height: 1.6em;
    margin-bottom: 0.5em;
}
.about_box {
    display: flex;
		flex-wrap: wrap;
		align-items: center;
        justify-content: center;
    border: solid 1px var(--color-white);
    border-radius: 50vh;
    margin-bottom: 40px;
}
.about_box_img {
    width: 35%;
     padding: 40px 0 40px 100px;
    
}
.about_box_img img {
    width: 100%;
}
.about_box_txt {
    width: 65%;
    padding: 40px;
}
.about_box_mds {
     font-family: "Yuji Syuku", serif;
    font-style: normal;
    letter-spacing: 0.05em;
    font-size: 2rem;
    line-height: 1.6em;
    margin-bottom: 0.5em;
}
@media screen and (max-width: 1200px) {
    .about_box_img {
     padding: 30px 0 30px 80px;
    
}

.about_box_txt {
    padding: 30px;
}
}
@media screen and (max-width: 768px) {
    .catch {
    font-size: 1.4rem;
    margin-bottom: 0.5em;

}
.about_box {
    margin-bottom: 20px;
    border-radius: 30px;
}
.about_box_img {
    width: 100%;
     padding: 20px 20px 0;
    
}
.about_box_img img {
    width: 200px;
    margin: 0 auto;
    display: block;
}
.about_box_txt {
    width: 100%;
    padding: 0 20px 20px;
}
.about_box_mds {
    font-size: 1.3rem;
}
}
/*南幸苑とは*/
/*プライバシーポリシー*/
section.privacy .container p {
    line-height: 2em;
}
section.privacy .container div {
    margin-bottom: 2em;
}
section.privacy .container div h3 {
    padding: 0.3em 0 0.3em 0.8em;
    margin: 1em 0;
    font-size: 1.1em;
    font-weight: 600;
    border-left: 5px solid var(--color-white);

}

section.privacy .container div ul {
    list-style: square;
    padding-left: 1em;
}
section.privacy .container div ul li {
   
}
.company {
    border-top: solid 0.5px var(--color-white);
    border-bottom: solid 0.5px var(--color-white);
    padding: 1em 0;
}
/*プライバシーポリシー*/
/*サイトマップ*/
.flex_sitemap {
  width: 100%;
  margin: 0;
        display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
.flex_sitemap_in {
    padding: 0 2em 0 0;
    width: auto;
}


@media screen and (max-width: 768px) {
    .flex_sitemap {width: 100%;}
    .flex_sitemap_in {
     width: 50%;
        margin-bottom:0px;
    margin: 0;
    padding: 0;
    }
    }
.sitemap {
    padding-left: 30px;
}
.sitemap li {
    display: list-item;  /* 縦に並べる */
  list-style-type: none;
  text-transform: capitalize;
    text-decoration: none;
    letter-spacing: 0;
    line-height: 1.6em;
    padding: 5px 0;
    
  }
.sitemap li a{
    
    position: relative;
    
}
.sitemap li a:before {
 font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    position: absolute;
    left: -1.5em;
    color: var(--color-base);
    font-weight: 600;
}

.sitemap li a:hover {
    color: var(--color-theme);
}
.sitemap li ul {
    margin-bottom: 1em;
}
.sitemap li ul li {
    margin-left: 2em;
    
}
.sitemap li ul li a {
    font-weight: normal;
    line-height: 1.4em;
    position: relative;
}
.sitemap li ul li a:before {
 content: "";
    position: absolute;
    width: 7px;
    height: 8px;
    border-bottom: 1px solid var(--color-white);
    border-left: 1px solid var(--color-white);
  left : -1em; /*左端からのアイコンまで*/
    top: 0;
}

@media screen and (max-width: 768px) {
    .sitemap {
    padding-left: 0px;
}
    .sitemap li {
        font-size: 11px;
        padding: 3px 0 3px 20px;
    }
    .sitemap li:first-child {padding-top: 0px;}
    .sitemap li ul {
    margin-bottom: 0.5em;
}
    .sitemap li ul li {
    margin-left: 0em;
    
}
}
/*サイトマップ*/
/*店内案内*/
.tate_mds_box {
    
    
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-items:stretch;
}
.tate_mds_box_h2 {
    width: 250px;
}
.tate_mds_box_nkm {
    width: 950px;
}
@media screen and (max-width: 1400px) {
    .tate_mds_box_h2 {
    width: 20%;
}
.tate_mds_box_nkm {
    width: 80%;
    padding-left: 40px;
}
}
@media screen and (max-width: 480px) {
    .tate_mds_box_h2 {
    width: 100%;
}
.tate_mds_box_nkm {
    width: 100%;
    padding-left: 0px;
}
}
section.daini h2 {
font-weight: 600;
        color: var(--color-white);
    font-size: 20px; 
    line-height: 2em;
    position: relative;
    margin-bottom: 60px;
    text-transform:uppercase;
    -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
    padding-top: 30px;
    text-shadow: 00px 1px 7px rgba(0, 0, 0, 0.4);
    
}
section.daini h2:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 100%;/*線の長さ*/
  height: 1px;/*線の太さ*/

  background-color: var(--color-white);/*線の色*/
  border-radius: 2px;/*線の丸み*/
}
section.daini h2 .en {
    font-size: 3rem;
    font-family: "Protest Revolution", sans-serif;
    font-weight: 400;
    color:  var(--color-white);
    line-height: 1em;
    padding-left: 20px;
    
}

section.daini h2 span {
    display: block;
    font-family: "Yuji Syuku", serif;
  font-weight: 400;
  font-style: normal;
    letter-spacing: 0.1em;
    font-size: 3.6rem;
     line-height: 1.3em;
}

@media screen and (max-width: 768px) {
    section.daini h2 {
     font-size: 15px; 
    line-height: 25px;
letter-spacing: 1px;
    padding-bottom: 10px;
    margin-bottom: 40px;}
    
   section.daini h2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;/*線の上下位置*/
  display: inline-block;
  
}
    section.daini h2 .en {
    font-size: 2rem; 
}

section.daini h2 span {
    font-size: 13px; 
    }
}
@media screen and (max-width: 480px) {
    section.daini h2 {
font-weight: 600;
        color: var(--color-white);
    font-size: 20px; 
    line-height: 2em;
    position: relative;
    margin-bottom: 20px;
    text-transform:uppercase;
    padding: 0 0 0 10px;
    text-shadow: 00px 1px 7px rgba(0, 0, 0, 0.4);
        writing-mode: horizontal-tb;
    
}
    
section.daini h2:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 1px;/*線の長さ*/
  height: 100%;/*線の太さ*/

  background-color: var(--color-white);/*線の色*/
  border-radius: 2px;/*線の丸み*/
}
    section.daini h2 .en {
    font-size: 2rem;
    padding-left: 0px;
}
}

.img_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;

}
.img_box_in {
    width: 31%;
    margin: 1%;
}
.img_box_in img {
    width: 100%;
    object-fit: cover;
    height: 260px;
}
@media screen and (max-width: 768px){
    .img_box_in {
    width: 48%;
    margin: 1%;
}
.img_box_in img {
    width: 100%;
    object-fit: cover;
    height: 160px;
}
}
/*店内案内*/
/*地図・アクセス*/
/* Google Mapを囲う要素 */
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}
 
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
@media screen and (max-width: 768px){
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 300px;
width: 100%;
}
}
/*地図・アクセス*/
/*メニュー使わないやつ*/
/*ーーーーーーーーーーーーーーーーーーーーーーーーーメニュー背景画像ーーーーーーーーーーーーーーーーーーーーーーーーー*/
section.menu_bk {
   
    
    border-top:solid 1px var(--color-white);
    
    z-index: 0;
    position: relative;

}
section.drink {
    background: url(../img/menu/drink.jpg);
     background-size: 800px;
    background-position: right -100px bottom;
  background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 0;
    position: relative;
}
section.menu_bk::before{
content: '';
position: absolute;
width: 100%;
height: 100%;
background: inherit;
filter: brightness(50%);
/* 最背面へ */
z-index: -1;
}
section.drink::before{
content: '';
position: absolute;
width: 100%;
height: 100%;
background: inherit;
filter: brightness(30%);
/* 最背面へ */
z-index: -1;
}
section.menu_gyutan {
    background: url(../img/menu/gyutan.jpg);
     background-size: 800px;
    background-position: left -100px top;
  background-repeat: no-repeat;
    
}
section.menu_teiban {
    background: url(../img/menu/teiban.jpg);
     background-size: 800px;
    background-position: left -100px top;
  background-repeat: no-repeat;
    
}
section.menu_joshitu {
    background: url(../img/menu/joshitu.jpg);
     background-size: 800px;
    background-position: left -100px top;
  background-repeat: no-repeat;
    
}
section.menu_moriawase {
    background: url(../img/menu/moriawase.jpg);
     background-size: 800px;
    background-position: left -100px top;
  background-repeat: no-repeat;
}
section.menu_horumon {
    background: url(../img/menu/horumon.jpg);
     background-size: 800px;
    background-position: left -100px top;
  background-repeat: no-repeat;
}
section.menu_toriniku {
    background: url(../img/menu/toriniku.jpg);
     background-size: 800px;
    background-position: left -100px top;
  background-repeat: no-repeat;
}
section.menu_butaniku {
    background: url(../img/menu/butaniku.jpg);
     background-size: 800px;
    background-position: left -100px top;
  background-repeat: no-repeat;
}
section.menu_yasai {
    background: url(../img/menu/yasai.jpg);
     background-size: 800px;
    background-position: left -100px top;
  background-repeat: no-repeat;
}
section.menu_izakaya {
    background: url(../img/menu/izakaya.jpg);
     background-size: 800px;
    background-position: left -100px top;
  background-repeat: no-repeat;
}
section.menu_sashi {
    background: url(../img/menu/senmai.jpg);
     background-size: 800px;
    background-position: left -100px top;
  background-repeat: no-repeat;
}
section.menu_kimuti {
    background: url(../img/menu/kimuti.jpg);
     background-size: 800px;
    background-position: left -100px top;
  background-repeat: no-repeat;
}
section.menu_sarada {
    background: url(../img/menu/sarada.jpg);
     background-size: 800px;
    background-position: left -100px top;
  background-repeat: no-repeat;
}
section.menu_supu {
    background: url(../img/menu/supu.jpeg);
     background-size: 800px;
    background-position: left -100px top;
  background-repeat: no-repeat;
}
section.menu_bibinba {
    background: url(../img/menu/bibibna.jpg);
     background-size: 800px;
    background-position: left -100px top;
  background-repeat: no-repeat;
}
section.menu_reimen {
    background: url(../img/menu/reimen.jpg);
     background-size: 800px;
    background-position: left -100px top;
  background-repeat: no-repeat;
}
section.menu_kids {
    background: url(../img/menu/potato.jpg);
     background-size: 800px;
    background-position: left -100px top;
  background-repeat: no-repeat;
}
section.menu_dessert {
    background: url(../img/menu/annin.jpg);
     background-size: 800px;
    background-position: left -100px top;
  background-repeat: no-repeat;
}
section.menu_course4500 {
    background: url(../img/menu/course01.jpg);
     background-size: 800px;
    background-position: left -100px top;
  background-repeat: no-repeat;
}
section.menu_course5500 {
    background: url(../img/menu/course02.jpg);
     background-size: 800px;
    background-position: left -100px top;
  background-repeat: no-repeat;
}
section.menu_course6500 {
    background: url(../img/menu/course03.jpg);
     background-size: 800px;
    background-position: left -100px top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1000px) {
    section.menu_gyutan,section.menu_teiban,section.menu_joshitu,section.menu_moriawase,section.menu_horumon,section.menu_toriniku,section.menu_yasai,section.menu_izakaya,section.menu_sashi,section.menu_kimuti,section.menu_sarada,section.menu_supu,section.menu_reimen,section.menu_kids,section.menu_course4500,section.menu_course5500,section.menu_course6500  {
        background-size: contain;
    }
}

@media screen and (max-width: 480px) {
    section.menu_gyutan,section.menu_teiban,section.menu_joshitu,section.menu_moriawase,section.menu_horumon,section.menu_toriniku,section.menu_yasai,section.menu_izakaya,section.menu_sashi,section.menu_kimuti,section.menu_sarada,section.menu_supu,section.menu_reimen,section.menu_kids,section.menu_course4500,section.menu_course5500,section.menu_course6500  {
    background-size: 80%;
    background-position: top right;
    margin: 20px 0;
}
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーーメニュー背景画像ーーーーーーーーーーーーーーーーーーーーーーーーー*/
.tate_mds_menu_box {
    
    
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-items:stretch;
}
.tate_mds_menu_box_h2 {
    width: 300px;
}
.tate_mds_menu_box_nkm {
    width: 900px;
}

.course_mds_menu_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-items:stretch;
}
.course_mds_menu_box_h2 {
    width: 50%;
}
.course_mds_menu_box_nkm {
    width: 50%;
}

.tate_mds_menu_box_wide {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-items:stretch;
}
.tate_mds_menu_box_wide_h2 {
    width: 200px;
}
.tate_mds_menu_box_wide_nkm {
    width: 1000px;
}

.tate_mds_menu_box_nkm_2box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items:stretch;
}
.tate_mds_menu_box_nkm_2box_in_left {
    width: 50%;
    padding-right: 20px;
}
.tate_mds_menu_box_nkm_2box_in_right {
    width: 50%;
    padding-left: 20px;
}
@media screen and (max-width: 1400px) {
    .tate_mds_menu_box_h2 {
    width: 30%;
}
.tate_mds_menu_box_nkm {
    width: 70%;
    padding-left: 40px;
}
.course_mds_menu_box_h2 {
    width: 50%;
}
.course_mds_menu_box_nkm {
    width: 50%;
    padding-left: 40px;
}
.tate_mds_menu_box_wide_h2 {
    width: 18%;
}
.tate_mds_menu_box_wide_nkm {
    width: 82%;
}
}
@media screen and (max-width: 980px) {
.tate_mds_menu_box_nkm_2box_in_left {
    width: 100%;
    padding-right: 0px;
}
.tate_mds_menu_box_nkm_2box_in_right {
    width: 100%;
    padding-left: 0px;
}
    
}
@media screen and (max-width: 480px) {
    .tate_mds_menu_box_h2 {
    width: 100%;
}
.tate_mds_menu_box_nkm {
    width: 100%;
    padding-left: 0px;
}
   .course_mds_menu_box_h2 {
    width: 100%;
}
.course_mds_menu_box_nkm {
    width: 100%;
    padding-left: 0px;
}

.tate_mds_menu_box_wide_h2 {
    width: 100%;
}
.tate_mds_menu_box_wide_nkm {
    width: 100%;
}
}
section.menu h2 {
font-weight: 600;
        color: #FFF;
    font-size: 20px; 
    line-height: 1em;
    margin-bottom: 60px;
    text-transform:uppercase;
    -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
    text-shadow: 00px 1px 7px rgba(0, 0, 0, 0.4);
    
}

section.menu h2 .komidashi {
    font-size: 2rem;
    font-family: "Yuji Syuku", serif;
  font-weight: 400;
  font-style: normal;
    line-height: 1.3em;
   
    
}

section.menu h2 span.menu {
    display: block;
    font-family: "Yuji Syuku", serif;
  font-weight: 400;
  font-style: normal;
    font-size: 4rem;
     line-height: 1.1em;
     padding: 0 5px;
}
section.menu h2 span.setumei {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    
}
section.coursemenu h2 {
font-weight: 600;
        color: #FFF;
    font-size: 20px; 
    line-height: 1em;
    margin-bottom: 60px;
    text-transform:uppercase;
    text-shadow: 00px 1px 7px rgba(0, 0, 0, 0.4);
    position: relative;
    
    z-index: 1;
}
section.coursemenu h2:before {
    content: "";
    display: inline-block;
    background: url(../img/common/fude.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 50px;
    position: absolute;
    left: -10px;
    bottom: 0;
    z-index: -1;
}

section.coursemenu h2 span.menu_kakaku {
  font-size: 60px;
    font-weight: 600;
    line-height: 1.4;
    padding-right: 5px;
     line-height: 1.1em;
     padding: 0 5px;
}

section.coursemenu h2 span.menu_course {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.6;
    
}

@media screen and (max-width: 1000px) {
    section.menu h2 .komidashi {
    font-size: 2rem;
    
}

section.menu h2 span.menu {
    font-size: 3rem;
}
section.menu h2 span.setumei {
    font-size: 14px;
    
}

section.coursemenu h2:before {
    height: 30px;
    left: -10px;
    bottom: -5px;
}
section.coursemenu h2 span.menu_kakaku {
    font-size: 3rem;
}
section.menu_yoko h2 span.menu_course {
    font-size: 14px;
    
}
}
@media screen and (max-width: 768px) {
    section.menu h2 {
     font-size: 15px; 
    line-height: 25px;
letter-spacing: 1px;
    padding-bottom: 10px;
    margin-bottom: 40px;}
    

    section.menu h2 .komidashi {
    font-size: 1.6rem; 
}

section.menu h2 span.menu {
    font-size: 2.6rem; 
    }
    section.menu h2 span.setumei {
    font-size: 14px;

}
    section.coursemenu h2 {
     font-size: 15px; 
    line-height: 25px;
letter-spacing: 1px;
    padding-bottom: 10px;
    margin-bottom: 40px;}


section.coursemenu h2 span.menu_kakaku {
    font-size: 2.6rem; 
    }
    section.coursemenu h2 span.menu_course {
    font-size: 14px;

}
}
@media screen and (max-width: 480px) {
    section.menu h2 {
    font-size: 20px; 
    line-height: 1em;
    margin-bottom: 40px;
    padding: 0;
        writing-mode: horizontal-tb;
    
}
    

    section.menu h2 .komidashi {
    font-size: 1.3rem;
    
}
section.menu h2 span.menu {
    font-size: 1.8rem; 
    padding: 0;
    }
    section.menu h2 span.setumei {
    font-size: 11px; 
        line-height: 1.2em;

}
  section.coursemenu h2 {
    font-size: 20px; 
    line-height: 1em;
    margin-bottom: 40px;
    padding: 0;
        writing-mode: horizontal-tb;
    
}

section.coursemenu h2 span.menu_kakaku {
    font-size: 2.3rem; 
    padding: 5px 0;
    }
    section.coursemenu h2 span.menu_course {
    font-size: 11px; 
        line-height: 1.2em;

}  
}
/*消すーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
dl.dl_menu_shosai {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
    border-bottom: dotted 1px var(--color-white);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 0;
    
}
dl.dl_menu_shosai dt {
  width: 60%;
    font-size: 18px;
  font-weight: 600;
}
dl.dl_menu_shosai dt span {
    font-size: 15px;
    padding-right: 0.5em;
    display: block;
}
dl.dl_menu_shosai dt span.tyuui,dl.dl_menu_shosai2 dt span.tyuui {
    font-size: 14px;
    display: block;
}
dl.dl_menu_shosai dd {
  width: 40%;

    text-align: right;
    
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    
}
dl.dl_menu_shosai dd span.kakaku {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.4;
    padding-right: 5px;
}
@media screen and (max-width: 1000px) {
    dl.dl_menu_shosai {

    padding: 5px 0;
    
}
    dl.dl_menu_shosai dt {
    font-size: 13px;
       
}
dl.dl_menu_shosai2 dt span {
    font-size: 15px;
    padding-right: 0.5em;
    display: block;
}
dl.dl_menu_shosai dd {
  
}
dl.dl_menu_shosai dd span.kakaku {
    font-size: 24px;
    line-height: 1.4;
    
}
}
dl.dl_menu_shosai2 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
    border-bottom: dotted 1px var(--color-white);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 0;
    
}
dl.dl_menu_shosai2 dt {
  width: 60%;
    font-size: 18px;
  font-weight: 600;
}
dl.dl_menu_shosai dt i,dl.dl_menu_shosai2 dt i {
    color: #FA0004;
}
dl.dl_menu_shosai2 dt span {
    font-size: 15px;

}
dl.dl_menu_shosai2 dd {
  width: 40%;

    text-align: right;
    
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    
}
dl.dl_menu_shosai2 dd span.kakaku {
    font-size: 35px;
    font-weight: 600;
    line-height: 1.4;
    padding-right: 5px;
}

dl.dl_menu_shosai2 dd span.kakaku {
    font-size: 35px;
    font-weight: 600;
    line-height: 1.4;
    padding-right: 5px;
}
dl.dl_menu_shosai3 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
    border-bottom: dotted 1px var(--color-white);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 0;
    
}
dl.dl_menu_shosai3 dt {
  width: 100%;
    font-size: 18px;
  font-weight: 600;
}

dl.dl_menu_shosai3 dt span {
    font-size: 15px;

}
dl.dl_menu_shosai3 dd {
  width: 100%;

    text-align: right;
    
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    
}
dl.dl_menu_shosai3 dd span.kakaku {
    font-size: 35px;
    font-weight: 600;
    line-height: 1.4;
    padding-right: 5px;
}
@media screen and (max-width: 1000px) {
    dl.dl_menu_shosai2 {

    padding: 5px 0;
    
}
    dl.dl_menu_shosai2 dt {
    font-size: 13px;
       width: 100%;
}
dl.dl_menu_shosai2 dt span {
    font-size: 13px;
    display: block;
}
dl.dl_menu_shosai2 dd {
  width: 100%;
}
dl.dl_menu_shosai2 dd span.kakaku {
    font-size: 24px;
    line-height: 1.4;
}
     dl.dl_menu_shosai3 {

    padding: 5px 0;
    
}
    dl.dl_menu_shosai3 dt {
    font-size: 13px;
       width: 100%;
}
dl.dl_menu_shosai3 dt span {
    font-size: 13px;
    display: block;
}
dl.dl_menu_shosai3 dd {
  width: 100%;
}
dl.dl_menu_shosai3 dd span.kakaku {
    font-size: 24px;
    line-height: 1.4;
}   
}
.menu_other_box {
     display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items:stretch;
}
.menu_other_box_in {
    width: 46%;
    margin: 2%;
    border: solid 1px var(--color-white);
    padding: 20px;
}
.menu_other_ttl {
    font-size: 1.4rem;
    font-family: "Yuji Syuku", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.3em;
    background: var(--color-white);
    padding: 5px 10px;
    color: var(--color-theme);
    margin-bottom: 1em;
    text-align: center;

}
@media screen and (max-width: 768px) {
    .menu_other_box_in {
    width: 100%;
    margin: 10px 0%;
    padding: 15px;
}
.menu_other_ttl {
    font-size: 1.1rem;

}
}
.menu_tokubetukakaku {
    border:solid 2px var(--color-white);
    padding: 20px;
    border-radius: 20px;

}
.menu_catch {
    font-family: "Yuji Syuku", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.3rem;
    line-height: 1.1em;
    background: var(--color-base);
    padding: 5px 20px 8px;
    border-radius: 50vh;
    margin-bottom: 1em;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .menu_tokubetukakaku {
    padding: 10px;
    border-radius: 10px;
}
    .menu_catch {
    
    font-size: 1rem;
   
}

}
.menu_drink_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items:stretch;
}
.menu_drink_box_in_left {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 50px;
    /*border: solid 2px var(--color-white);*/
    padding: 30px;
    /*border-radius: 20px;*/
    background: rgba(255,255,255,0.1);
}
.menu_drink_box_in_right {
    width: 48%;
    margin-left: 2%;
    margin-bottom: 50px;
    /*border: solid 2px var(--color-white);*/
    padding: 30px;
    /*border-radius: 20px;*/
    background:rgba(255,255,255,0.1);

}
.menu_drink_box2 {
    
    background: rgba(255,255,255,0.1);
        margin-bottom: 50px;
padding: 30px;
}
.menu_drink_box2_in {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items:stretch;
}
.menu_drink_box2_in_left {
    width: 50%;
    /*border: solid 2px var(--color-white);*/
    padding-right: 20px;
    /*border-radius: 20px;*/
    
}
.menu_drink_box2_in_right {
    width: 50%;
    /*border: solid 2px var(--color-white);*/
    padding-left: 20px;
    /*border-radius: 20px;*/
   

}
/*ドリンク３列*/
.menu_drink_box3 {
    
    background: rgba(255,255,255,0.1);
        margin-bottom: 50px;
padding: 30px;
}
.menu_drink_box3_in {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items:stretch;
}
.menu_drink_box3_in_left {
    width: 33%;
    /*border: solid 2px var(--color-white);*/
    padding-right: 20px;
    /*border-radius: 20px;*/
    
}
.menu_drink_box3_in_center {
    width: 33%;
    /*border: solid 2px var(--color-white);*/
    padding: 0 10px;
    /*border-radius: 20px;*/
   

}
.menu_drink_box3_in_right {
    width: 33%;
    /*border: solid 2px var(--color-white);*/
    padding-left: 20px;
    /*border-radius: 20px;*/
   

}
/*ドリンク３列*/
.menu_drink_ttl {
    font-family: "Yuji Syuku", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.4rem;
    line-height: 1.1em;
    margin-bottom: 0.5em;
    position: relative;
    padding-left: 20px;
}
.menu_drink_ttl:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: var(--color-white);
    border-radius: 2px;
}
.menu_drink_ttl span {
    font-size: 1.5rem;
    display: block;
}

@media screen and (max-width: 768px) {
    .menu_drink_box_in_left {
    width: 100%;
    margin-right: 0;
        margin-bottom: 40px;
        padding: 15px;
}
.menu_drink_box_in_right {
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
    padding: 15px;
}
    .menu_drink_ttl {
padding-left: 10px;
    font-size: 1.4rem;

    
}

.menu_drink_ttl span {
    font-size: 1.2rem;
    display: block;
}
    .menu_drink_box2 {
        margin-bottom: 15px;
padding: 15px;
}

.menu_drink_box2_in_left {
    width: 100%;
    padding-right: 0;
    
}
.menu_drink_box2_in_right {
    width: 100%;
    padding-left: 0;
}
    .menu_drink_box3 {
        margin-bottom: 50px;
padding: 15px;
}
    .menu_drink_box3_in_left {
    width: 100%;
    /*border: solid 2px var(--color-white);*/
    padding-right: 0px;
    /*border-radius: 20px;*/
    
}
.menu_drink_box3_in_center {
    width: 100%;
    /*border: solid 2px var(--color-white);*/
    padding: 0;
    /*border-radius: 20px;*/
   

}
.menu_drink_box3_in_right {
    width: 100%;
    /*border: solid 2px var(--color-white);*/
    padding-left: 0;
    /*border-radius: 20px;*/
   

}
}



.kakaku {
    text-align: right;
    font-size: 14px;
    line-height: 1.4;
    font-family: 'Jost', sans-serif;
}
.kakaku span {
    padding-right: 5px;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
}
.right {
   text-align: right; 
}
.cntr {
   text-align: center; 
    padding: 1em 0;
}
.ul01 {
    list-style: disc;
    list-style-position: inside;
    padding-left: 0.3em;
    line-height: 1.6em;
}
.ul01 li {
    text-indent: -1em;
    padding-left: 1.4em;
}
.ul02 {
    list-style: disc;
    list-style-position: inside;
    padding-left: 0.3em;
    line-height: 1.6em;
    display: flex;
    flex-wrap: wrap;
	justify-content: flex-start;
    align-items:center;
}
.ul02 li {
    text-indent: -1em;
    padding-left: 1.4em;
}

.ul_menu {
    list-style: disc;
    list-style-position: inside;
    padding-left: 0.3em;
    line-height: 1.6em;
}
.ul_menu li {
    text-indent: -1em;
    padding-left: 1.4em;
    font-size: 1.2rem;
    /*border-bottom: dotted 1px var(--color-white);*/
}
.nomihoudaituki {
    
    text-align: center;
    margin-top: 1em;
}
.nomihoudaituki span {
    background: var(--color-white);
    padding: 10px 40px 15px;
    color: var(--color-theme);
    font-weight: 600;
    font-family: "Yuji Syuku", serif;
    font-style: normal;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    line-height: 1em;
    border-radius: 50vh;
    display: block;
}
@media screen and (max-width: 768px) {
    .ul_menu {
    padding-left: 0.3em;
    line-height: 1.6em;
}
.ul_menu li {
    text-indent: -1em;
    padding-left: 1.4em;
    font-size: 1rem;
    /*border-bottom: dotted 1px var(--color-white);*/
}
    .nomihoudaituki span {
    padding: 5px 10px 10px;
    font-size: 1.1rem;
}
}
/*コースメニュー*/

/*コースメニュー*/

.menuPrice {
	width: 100%;
	margin: 0 auto 10px;
	color: #FFF;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
    align-items: center;
}
.menuLeft {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4em;
}
.menuLeft_mini {
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.4em;
    padding-left: 1em;
}
.menuLeft_nomiho {
  font-family: "Yuji Syuku", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.4rem;
    line-height: 1.1em;
    position: relative;
    padding-left: 20px;
}
.menuLeft_nomiho:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: var(--color-white);
    border-radius: 2px;
}
.menuLeft i {
    color: var(--color-base);
}
.menuLeft span {
    font-size: 0.9rem;
    display: block;
    font-weight: normal;
}

.menuLeft,.menuLeft_mini,.menuRight {
	flex: 0 1 auto;
}
.menuRight span.kakaku {
    font-family: 'Jost', sans-serif;
    padding-right: 5px;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
}
.centerLine {
	padding: 13px 15px;
	flex-grow: 2;
}

.centerLine hr {
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
	border-color: #FFF;
}



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

	.menuPrice {
		width: 100%;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px dotted #FFF;
		flex-direction: column;
        align-items: flex-start;
	}
    .centerLine {
	padding: 0px 0px;
	flex-grow: 2;
}
	.centerLine hr {
		display: none;
	}
    .menuLeft {
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.4em;
}
    .menuLeft span {
    font-size: 0.9em;
}
    .menuRight span.kakaku {
    padding-right: 5px;
    font-size: 23px;
}
}
.menuPrice_setumei_mini {
    font-size: 1rem;
    line-height: 1.2em;
    background: var(--color-base);
    padding: 5px 20px;
    border-radius: 50vh;
    color: var(--color-white);
    display: inline-block;
    font-weight: 600;
    margin-bottom: 0.5em;
}
.menuPrice_ttl {
    font-size: 1rem;
    line-height: 1.2em;
}
.menuPrice_ttl_maru {
   background: var(--color-white);
    border-radius: 50vh;
    padding: 5px 20px;
    display: inline-block;
    color: var(--color-theme);
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1em;
    margin-bottom: 0.5em;
}
.menuPrice_ttl_big {
        font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.6em;
    margin-bottom: 0.8em;
}
span.teisei {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.4;
    padding-right: 5px;
    font-family: 'Jost', sans-serif;
}
span.teisei_yen {
    font-size: 16px;
}
del.c_del_1 {
  background-image: linear-gradient(#e70000, #e70000);
  background-position: 0 50%;
  background-size: 100% 4px;
  background-repeat: repeat-x;
  text-decoration: none;
  padding: 0 2px;
    margin: 0 5px;
}
@media screen and (max-width: 768px) {
    span.teisei {
    font-size: 16px;
    
}
    span.teisei_yen {
    font-size: 13px;
}
}
.mini {
    font-size: 0.8em;
    line-height: 1;
}
/*メニュー使わないやつ*/
/*メニューPDF用*/
.menu_wrap {
   display: flex;
	flex-flow: row wrap;
	justify-content: center;
    align-items: center; 
    margin-bottom: 40px;
}
.menu_wrap img {
    width: 900px;
}
.menu_drink_wrap {
   display: flex;
	flex-flow: row wrap;
	justify-content: center;
    align-items: center; 
    margin-bottom: 40px;
}
.menu_drink_wrap img {
    width: 100%;
}
.pdf {
    padding: 5px;
    border-radius: 10px;
    border:solid 1px #C1C1C1;
    background:#959595;
    color: #1E1E1E;
    line-height: 1.6em;
    text-align: center;
    max-width: 400px;
    display: block;
    margin: 1em auto;
}