@charset "UTF-8";
/* CSS Document */
@media screen and (max-width:1520px) and (min-width:1080px){
	header#head *{
		font-size: 1.1vw;
	}
	
	.menuBox {
		width: 33vw;
	}
	
	.slider li {
		background-position: -100px;
	}
	
	.mainLogo {
		left: 100px;
	}
	
	div#wraper{
		width: 100vw;
		overflow-x: hidden;
	}
	
}

@media screen and (max-width:1300px) and (min-width:1080px){
	.headText{
		position: absolute;
		top:4px;
		left: 0;
		font-size: 14px !important;
	}
	
	.menuBox {
		width: 45vw !important;
	}
	
	header#head *{
		font-size: 1.5vw;
	}
	
	#global-nav{
		position: relative;
		padding-top: 30px;
	}
	
	.headText br{
		display: none;
	}
	
	.menuBox {
		width: 33vw;
	}	
}

@media screen and (max-width:1300px){
	div#wraper{
		width: 100vw;
		overflow-x: hidden;
	}
	
	.top_sec01_cont {
		padding-left: 10px;
	}
	
	.top_sec02Text {
		left: 20px;
	}
	
	.top_sec02_Box02 {
		padding-left: 0;
	}
	
	.subTitle03 {
		margin-right: 0;
	}
	
	.top_sec03_cont {
		background: linear-gradient(to left,rgba(0 0 0 / 100%) 50%,rgba(0 0 0 / 0%) 80%);
	}
	
	.top_sec03 {
		background-position: -400px 0;
	}
	
	.content{
		padding:0 10px;
	}
	
	.footBox02{
		padding-left: 70px;
	}
	
	.footCont {
		display: flex;
		justify-content: flex-end;
		padding:0 10px;
	}
	
	.footText01 {
		font-size: 23px;
	}
	
	.footText02 {
		font-size: 15px;
		line-height: 30px;
	}
	
	
}

@media screen and (max-width:1100px){
	/* kadawari */
	.kodawari_sec02--box p {
		width: 100%;
	}
	
	.kodawari_sec02--img01,
	.kodawari_sec02--img02 {
		position: inherit;
		right: inherit;
		bottom: inherit;
		top: inherit;
	}
	
	.kodawari_sec02--img01 img,
	.kodawari_sec02--img02 img{
		width: 100%;
	}
	
	.kodawariTitle {
		margin-left: 0;
	}
	
	.kodawariBtn_wrap {
		padding-left: 0;
		margin-top: 30px;
	}
	
	.kodawariBtn_wrap a{
		width: 100%;
	}
	
	.kodawari_sec03--box p {
		width: 100%;
	}
	
	.kodawari_sec03--h2 {
		width: 100%;
	}
	
	.kodawariTitle02 {
		margin-left: 0;
	}
	
	.kodawari_sec03--img01 {
		position: inherit;
		top: inherit;
		left: inherit;
	}
	
	.kodawari_sec03--img02 {
		position: absolute;
		bottom: -60px;
		left: inherit;
		right: 0;
		max-width: calc(100% - 380px);
	}
	
	.kodawari_sec04--img01 {
		position: inherit;
		bottom: inherit;
		right: inherit;
		text-align: center;
	}
	
	.kodawari_sec04--box p {
		width: 100%;
	}
	
}

/* SP Menu */
@media screen and (max-width:1080px){
	/* Toggle Button */
	#nav-toggle {
		display: none;
		position: absolute;
		width: 65px;
        height: 65px;
		cursor: pointer;
		z-index:99999;
        background-size: cover;
        right: 0;
        top: 0;
        background: #000000;
	}
	
	.navFixed {
		display: block;
	}
    
	#nav-toggle div {
		position: relative;
        width: 65px;
	}
    
	#nav-toggle span {
		display: block;
		position: absolute;
		height: 2px;
		width: 60%;
		background: #ffffff;
		left: 20%;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
        border-radius: 50px;
	}
    
	#nav-toggle span:nth-child(1) {
		top: 12px;
	}
    
	#nav-toggle span:nth-child(2) {
		top: 24px;
	}
    
	#nav-toggle span:nth-child(3) {
		top: 36px;
	}
	
	#nav-toggle span.menu {
		font-size: 12px;
		coloe:#ffffff;		
		top: 42px;
		background: initial;
	}
	
	#nav-toggle span.close {
		display: none;
		font-size: 12px;
		coloe:#ffffff;		
		top: 42px;
		background: initial;
	}
	
	.open #nav-toggle span.menu {
		display: none;
	}
	
	.open #nav-toggle span.close {
		display: block;
	}	
    
    .nav-in {
        padding: 0px;
    }
	   
    #global-nav {
        position: absolute;
        background:#000000;
        width: 100%;
        height: 100vh;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        right: -100%;
        top:0;
        z-index: 9999;
		box-sizing: border-box;
		padding-top: 140px;
    }

    #nav-toggle {
        display: block;
    }
    
    .open #nav-toggle span:nth-child(1) {
        top: 20px;
        -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: 20px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    
    /* #global-nav ã‚¹ãƒ©ã‚¤ãƒ‰ã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³ */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 1;
    }
	
	.footCont {
		justify-content: center;
		position: relative;
		padding-top: 150px;
	}
	
	.footBox01{
		position: absolute;
		top:-60px;
		width: 150px;
		left: calc(50% - 75px);
	}
	
	.footBox02 {
		padding-left: 0;
	}
	
	.shopLink {
		position: fixed;
		top: inherit;
		right: inherit;
		left: 0;
		bottom:0;
		z-index: 90;
		width:calc(100% - 70px);
		display: flex;
		padding: 0;
	}
	
	.shopLink li a {
		border: none;
		writing-mode: initial;
		font-size: 16px;
		display: flex;
    	justify-content: center;
		align-items: center;
		padding: 0;
		height: 70px;
	}
	
	.shopLink li {
		width: 50%;
		padding: 0;
		margin-bottom: 0;
		border-right:1px solid #ffffff;
	}
	
	.shopLink li img{
		display: inline-block;
		margin-right: 10px;
	}
  @-moz-document url-prefix() {
      .shopLink li a span{
        padding: 0;
        writing-mode: none;
      }
  }
	
	.none{
		opacity: 100;
	}
	
	.topBtn{
		bottom:0;
		line-height: 0;
		background: #ffffff;
	}
	
/* top */	
	
	.slider li {
		background-position: -200px;
	}
	
	.mainLogo {
		left: 50px;
	}
	
	.mainText span {
		padding-left: 110px;
		font-size: 20px;
	}
	
	.mainText span:after {
		left: 20px;
		top: 40px;
	}
	
	.tab{
		display: block;
	}
	
	.pc_tab{
		display:none;
	}	
	
	.headText{
		position: absolute;
		text-align: left;
		font-family: 'Shippori Mincho', serif;
		font-size: 12px;
		top:20px;
		left:20px;
		color:#C7B299 !important;
		line-height: 22px;
	}
	
	#global-nav {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	
	#global-nav > div {
		flex-grow: 1;
		width: 50%;
		box-sizing: border-box;
	}
	
	.headCont01 .tab{
		display: inline-block;
	}
	
	.headCont01{
		text-align: center;
	}
	
	.sns{
		display: flex;
		padding-left: 15px;
		padding-top: 15px;
	}
	
	.sns li{
		margin-right: 15px;
	}
	
	.menuBox a{
		display: block;
		text-align: left;
		padding: 15px;
		font-size: 18px;
		border-bottom: 1px solid #ffffff;
	}
	
	.c_del{
		font-size: 20px;
		padding: 0 35px;
	}
	
	.c_del > div{
		padding: 15px;
	}
	
	.c_del > div:first-child{
		border-bottom:1px solid #ffffff;
	}	
	
	.top_sec01_cont {
		display: block;
		padding-top: 40px;
		padding-left: 0;
	}
	
	.top_sec01_Box01 img {
		max-width: inherit;
		position: inherit;
		top: inherit;
		right: inherit;
		width: 100%;
	}
	
	.top_sec01_cont > div {
		width: 100%;
	}
	
	.top_sec01_img02 {
		margin-right: 0;
	}
	
	.top_sec01_img01 {
		padding-top: 0;
	}
	
	.linkBtn01 a {
		width: 100%;
	}
	
	.subTitle01 {
		position: inherit;
		left: 0;
	}
	
	.contTitle {
		margin: auto;
		letter-spacing: 0.2em;
	}
	
	.top_sec02Text {
		position: inherit;
		top:inherit;
		left: inherit;
		width: 270px;
		margin:10px auto;
	}
	
	.subTitle02 {
		position: inherit;
		padding-top: 50px;
		left: inherit;
	}
	
	.top_sec02_cont {
		display: block;
	}
	
	.top_sec02_Box01 {
    	justify-content: center;
		margin-top: 30px;
	}
	
	.top_sec02_Box02 {
		padding-top: 40px;
	}
	
	.top_sec02_Box03--wrap {
		padding-left: 0;
	}
	
	.subTitle03 {
		padding-left: 60px;
	}
	
	.top_sec03 {
		background-image: none;
		background-color: #000000;
	}
	
	p.top_sec03__img{
		margin-bottom: 0;
	}
	
	.top_sec04 .content {
		display: block;
	}
	
	.top_sec04--Text01 {
		width: 270px;
		margin: 10px auto 35px;
	}
	
	.top_sec04--box02 {
		margin-left: 0;
		width: 100%;
	}
	
	.linkBtn02 a {
		width: 100%;
	}
	
	footer{
		padding-bottom: 80px;
	}
	
	.footCont {
		padding: 0 10px;
		flex-wrap: wrap;
	}
	
	.footBox01 {
		position: inherit;
		top: inherit;
		left: inherit;
		width: 100%;
		text-align: center;
		margin-bottom: 50px;
	}
	
	.footBox02 {
		padding-left: 0;
		padding-right: 0;
		border-right: 0;
		border-bottom: 1px solid #ffffff;
		padding-bottom: 30px;
		width: 70%;
	}
	
	.footBox03 {
		padding-left: 0;
		padding-top: 30px;
		width: 70%;
	}
	
	.footLink a {
		width: 100%;
	}
	
/* menu */
	.menuContent{
		padding:20px 20px 0;
	}
	
	.sec01Img {
		position: inherit;
	}
	
	.sec01Cont {
		display: block;
		height: auto;
	}
	
	.menuInner01 dd {
		width: calc(100% - 280px);
	}
	
	.menuInner02 dd,
	.menuInner04 dd{
		width: calc(100% - 320px);
	}

}

@media screen and (max-width:1100px) and (min-width:767px){
/* kodawari */
	.kodawari_sec02--cont {
		position: relative;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 20px;
	}
	
	.kodawari_sec02--cont  > *{
		margin-bottom: 20px;
		width: 48%;
	}
	
	.k_sec01--Text {
		font-size: 14px;
		line-height: 40px;
	}
	
	.k_sec01--Text span{
		font-size: 17px;
	}	
	
	.kodawariTitle span{
		font-size: 20px;
	}	
	
	.k_sec01--Text02,
	.k_sec01--Text04{
		font-size: 14px;
		line-height: 40px;
		margin-bottom: 20px;
	}
	
	.k_sec01--Text02 span,
	.k_sec01--Text04 span{
		font-size: 17px;
	}
	
	.kodawari_sec02--img01{
		margin-bottom: 20px;
	}

	.kodawariTitle02 span{
		font-size: 17px;
	}
	
	.kodawari_sec03--cont {
		position: relative;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 20px;
	}

	.kodawari_sec03--box, .kodawari_sec03--h2Wrap {
		display: flex;
		justify-content: flex-start;
		width: 100%;
	}
	
	.kodawari_sec03--box p{
		width: 48%;
	}
	
	.kodawari_sec03--img01 {
		position: absolute;
		top: 30px;
		right: 20px;
		width: 48%;
	}
	
	.kodawari_sec03--img02 {
		width: 48%;
	}
	
	.kodawari_sec04 .content{
		display: flex;
		justify-content: space-between;
		padding: 20px;
		flex-wrap: wrap;
	}
	
	.kodawariTitle {
		width: 100%;
	}
	
	.kodawari_sec04 .kodawari_sec02--cont,
	.kodawari_sec04--img01{
		width: 48%;
	}
	
	.kodawari_sec04 .kodawari_sec04--box{
		width: 100%;
	}

}


	

@media screen and (max-width:767px){
	.sp{
		display: block;
	}
	
	.pc{
		display: none !important;
	}
	
	.content {
		width: calc(100% - 40px);
		padding: 0;
	}
	
	.slider li{
		background-size: cover;
		background-position: center !important;
		height: calc(100vh - 70px);
	}
	
	.main01{
		background-image: url("../images/sp01.jpg") !important;
	}
	
	.main02{
		background-image: url("../images/sp02.jpg") !important;
	}
	
	.main03{
		background-image: url("../images/sp03.jpg") !important;
	}
	
	.main04{
		background-image: url("../images/sp04.jpg") !important;
	}
	
	.main05{
		background-image: url("../images/sp05.jpg") !important;
	}	

	.mainLogo {
		left: calc(50% - 115px);
		width: 230px;
		top: 100px;
	}
	
	.mainText span {
		font-size: 15px;
		width: 100%;
		padding: 10px 0;
		padding-left: 60px;
	}
	
	.mainText span:after {
		left: 20px;
		top: 20px;
		width: 35px;
	}
	
	.mainText {
 	   bottom: 20px;
	}
	
	.contTitle {
		font-size: 20px;
		width: 150px;
		height: 150px;
		line-height: 40px;
	}
	
	.sec_a {
		padding: 40px 0 50px;
	}

	.subTitle01 {
		background-size: 100%;
		height: auto;
		width: 100%;
		color: #ffffff;
		font-size: 27px;
		line-height: 43px;
		letter-spacing: 10px;
		padding-top: 20px;
		padding-left: 0;
		z-index: 2;
		background-repeat: no-repeat;
		padding-bottom: 30px;
		text-align: center;
		margin-bottom: 8px
	}
	
	.subTitle01 p{
		display: inline-block;
    text-align: center;
    width: 100%;
    margin: 0;
	}
	
	.subTitle01 span {
		font-size: 20px;
	}
	
	.top_sec01_cont {
		padding-top: 20px;
	}
	
	
	.linkBtn01 a {
		width: calc(100% - 40px);
		height: 50px;
		font-size: 15px;
		margin: auto;
	}
	
	.sp_top_sec01_img{
		margin-bottom: 30px;
	}
	
	.sec_b {
		padding: 50px 0;
	}
	
	.top_sec02Text {
		width: 150px;
		font-size: 14px;
	}
	
	.subTitle02 span{
		font-size: 20px;
	}
	
	.subTitle02 span.text02 {
		font-size: 17px;
		line-height: 32px;
		display: inline-block;
	}
	
	.subTitle02 {
		font-size: 27px;
		line-height: 30px;
	}
	
	.subTitle02 {
		position: inherit;
		padding-top: 10px;
		left: inherit;
		font-size: 27px;
		line-height: 40px;
		width: calc(100% + 60px);
		margin-left: -30px;
		padding-left: 70px;
		background-size: 150%;
		background-position: -50px 0px;
		height: 180px;
		background-repeat: no-repeat;
	}
	
	.top_sec02_Box02 {
		padding-top: 0;
	}
	
	
	.top_sec02_cont {
		margin-bottom: 30px;
	}
	
	.subTitle03 {
		padding-left: 40px;
		width: calc(100% + 60px);
		margin-left: -30px;
		background-size: 120%;
		background-position: -50px;
		font-size: 28px;
		line-height: 48px;
		padding-top: 40px;
		height: 170px;
	}
	
	.subTitle03 span {
		font-size: 20px;
	}
	
	.topSecText p {
		font-size: 14px;
		line-height: 30px;
		color: #ffffff;
		letter-spacing: 0.025em;
		padding: 20px;
		margin-bottom: 10px;
	}
	
	.top_sec02_Box03--wrap p{
		padding:0 20px;
		margin-bottom: 30px;
	}
	
	.top_sec02{
		padding-bottom: 20px;
	}
	
	.top_sec03 {
		padding-bottom: 50px;
	}
	
	.top_sec04--Text01 {
		width: 150px;
		font-size: 14px;
	}
	
	.blogCont01 {
		display: block;
		margin-bottom: 5px;
	}
	
	.blog li {
		padding-bottom: 25px;
	}
	
	.blog a {
		font-size: 14px;
	}
	
	.blog li:not(:first-child) {
		padding-top: 25px;
	}
	
	.linkBtn02 a {
		height: 50px;
		font-size: 15px;
		margin-top: 10px;
	}
	
	footer {
		padding: 75px 0 90px;
	}
	
	.footBox02 {
		width: calc(100% - 10px);
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.footText01 {
		font-size: 20px;
		margin-bottom: 8px;
	}
	
	.footText02 {
		font-size: 13px;
		line-height: 26px;
	}
	
	.footLink a {
		height: 45px;
		font-size: 15px;
	}
	
	.footBox03 {
		padding-top: 25px;
		width: calc(100% - 10px);
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.footCont {
		margin-bottom: 35px;
	}
	
	
/* shop */	
	.pageTitle{
		height: 250px;
		position: relative;
		background: #000000;
		margin-bottom: 45px;
	}
	
	.pageBack{
		height: 170px;
	}
	
	.shop .pageBack{
		background-image: url("../images/shop_main_sp.jpg");
	}
	
	.pageTitle h2{
		left: calc(50% - 75px);
		top:inherit;
		bottom:0;
	}

	.shopContent{
		padding: 0 20px;
	}
	
	.shopTitle {
		font-size: 20px;
		padding-left: 65px;
		margin-bottom: 25px;
	}
	
	.shopTitle:after {
		width: 50px;
		top: 16px;
	}
	
	.shopList{
		flex-wrap: wrap;
		font-size: 10px;
		justify-content: center;
		text-align: center;
		margin-bottom: 20px;
	}
	
	.shopList img{
	  width: 135px;
	}
	
	.shopList > li{
	  width: 165px;
		margin-bottom: 20px;
	}
	
	.shopList > li:first-child {
	  flex-basis: 100%;
	  flex-shrink: 0;
	}
	
	.shopTable tr{
		display: flex;
		justify-content: space-between;
	}
	
	.shopTable{
		width: 100%;
		border-spacing:0;
		margin-bottom: 35px;
	}
	
	.shopTable th {
		font-size: 14px;
		width: 90px;
		padding: 15px 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.shopTable td {
		font-size: 14px;
		padding: 15px 0;
		width: calc(100% - 107px);
		padding-left: 15px;
	}	
	

	h2.shopSub {
		font-size: 14px;
		padding: 10px 0;
	}
	
	.shopMap iframe{
		height: 200px;
	}
	

	.shop_sec {
		margin-bottom: 0;
		padding-top: 0;
	}

	
/* menu */
	.menu .pageBack{
		background-image: url("../images/menuMain.png");
		background-size: cover;
	}
	
	.menuTitle01 {
		width: 290px;
		height: 123px;
		font-size: 29px;
		line-height: 39px;
		padding-top: 20px;
	}
	
	.menuTitle01 span {
		font-size: 21px;
	}
	
	.sec01Cont {
		margin-bottom: 10px;
	}
	
	.menuText {
		font-size: 14px;
		margin-bottom: 10px;
	}
	
	.menuInner01 dl {
		align-items: flex-start;
		padding: 15px 0;
	}
	
	.menuInner01 dt {
		width: 140px;
		font-size: 17px;
	}
	
	.menuBox01 {
		width: 140px;
		height: 60px;
		font-size: 17px;
	}
	
	.menuNum {
		width: 20px;
		margin-right: 10px;
	}
	
	.menuInner01 dd {
	    width: calc(100% - 160px);
		font-size: 14px;
		line-height: 25px;
	}
	
	.menu_sec01 {
		padding-bottom: 50px;
	}
	
	.menu_sec_b {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.menu_sec02 {
		background-size: inherit;
	}
	
	.menu_sec03{
		padding-top: 0;
	}
	
	.menuTitle02 {
		height: 115px;
		padding-left: 0;
		font-size: 21px;
		background-size: 80%;
		background-position: 0;
	}
	
	.menuInner02 dl {
		padding: 15px 0;
		align-items: flex-start;
	}
	
	.menuInner02 dd,
	.menuInner04 dd{
		width: calc(100% - 140px);
		font-size: 14px;
		line-height: 25px;
	}
	
	.menuInner02 dt,
	.menuInner04 dt{
		width: 140px;
	}
	
	.menuInner02 dt .menuInner02Title {
		font-size: 17px;
		padding-left: 20px;
		line-height: 28px;
		width: 140px;
	}
	
	.menuInner02 dt .menuInner02Title:after {
		height: 28px;
		top: 0;
	}
	
	.menuInner02 dt p {
		font-size: 14px;
	}

	.menuInner02 dt .menuInner02Title span {
		font-size: 11px;
		line-height: 20px;
	}
	
	.menu_sec02:after {
		height: 40px;
	}
	
	.menuInner03 {
		width: 100%;
		margin: -10px auto 15px;
		position: relative;
		padding-bottom: 0;
		border-bottom: 1px solid #C7B299;
	}
	
	.menuInner03 dl {
		padding: 15px 0;
		width: 60%;
	}
	
	.menuInner03 dl:nth-child(3) {
		width: 100%;
	}
	
	.menuInner03 dt {
		padding-left: 0;
		font-size: 14px;
		line-height: 25px;
		color: #ffffff;
	}
	
	.menu_sec03Img {
		position: absolute;
		right: 0;
		top: 0;
		width: 35%;
	}

	.menu_sec03Text {
		font-size: 11px;
	}
	
	.menuInner03 dt span {
		font-size: 14px;
	}
	
	.menuInner04 dl {
		align-items: flex-start;
		padding: 15px 0;
	}
	
	.menuInner04 dt p {
		font-size: 14px;
	}
	
	.menuInner04 dt .menuInner02Title {
		font-size: 17px;
		padding-left: 20px;
		line-height: 28px;
		width: 140px;
	}
	
	.m_mini{
		font-size: 11px;
	}
	
	.menuInner04 dt .menuInner02Title:after {
		height: 28px;
		top: 0;
	}

	.menuInner04 dt .menuInner02Title span {
		font-size: 11px;
		line-height: 20px;
	}

	.menuInner04 dt .menuInner02Title span.price {
		font-size: 15px;
	}
	
	.menu_sec_ud {
		background: url("../images/mv_03-sp.jpg") center;
    background-size: 100%;
		height: 205px;
	}

	
/* kodawari */	
	.kodawari .pageBack{
		background-image: url("../images/kodawari_sp.jpg");
	}
	
	.kodawari_sec01{
		padding-bottom: 40px;
	}
	
	.kodawari_sec01 .content{
		padding: 0;
	}
	
	.k_sec01--Text {
		font-size: 14px;
		line-height: 40px;
	}
	
	.k_sec01--Text span{
		font-size: 17px;
	}	
	
	.kodawariTitle {
		height: 130px;
		width: 320px;
		font-size: 28px;
		margin-left: 0;
		padding-left: 0;
		padding-top: 40px;
		margin: auto;
		box-sizing: border-box;
		text-align: center;
	}
	
	.kodawariTitle span{
		font-size: 20px;
	}	
	
	.kodawari_sec02 {
		padding: 40px 0;
	}

	.k_sec01--Text02,
	.k_sec01--Text04{
		font-size: 14px;
		line-height: 40px;
		margin-bottom: 20px;
	}
	
	.k_sec01--Text02 span,
	.k_sec01--Text04 span{
		font-size: 17px;
	}
	
	.kodawari_sec02--img01{
		margin-bottom: 20px;
	}
	
	.kodawari_sec03 {
		padding: 40px 0;
	}
	
	.kodawariTitle02 {
		height: 140px;
		width: 300px;
		font-size: 28px;
		padding-left: 0px;
		padding-top: 40px;
		text-align: center;
		margin: auto;
	}
	
	.kodawariTitle02 span{
		font-size: 17px;
	}
	
	.kodawari_sec03--box p {
		margin-bottom: 30px;
	}
	
	.kodawari_sec03--img01 img{
		width: 70%;
	}
	
	.kodawari_sec03--img01{
		margin-bottom: 20px;
	}
	
	.kodawari_sec03--img02{
		position: inherit;
		bottom:inherit;
		max-width: 100%;
	}
	
	.kodawari_sec04 {
		padding: 40px 0;
	}
	
	.kodawari_sec04--box p {
		margin-bottom: 0;
	}
	
/* commentary */	
	
	.commentary .pageBack{
		background-image: url("../images/kodawari-01.jpg");
		background-position: center;
	}
	
	.linkBtn01 span{
		font-size: 15px;
		height: 70px;
		width: 100%;
	}
	
	.commentary_sec01{
		padding: 40px 0;
	}	
	
	.commentaryText{
		margin-bottom: 8px;
		font-size:13px;
	}

	.remodal {
		background: #000000;
		color: #ffffff;
		padding:80px 20px;
	}

	.remoText01{
		top: 20px;
		right: 20px;
		font-size: 12px;
		line-height: 22px;
	}
	
	.remodal h2{
		top:20px;
		left: 20px;
		font-size:18px;
	}
	
	.remodal h2 img{
		width: 20px;
	}
	
	.remodal h3{
		font-size: 15px;
	}
	
	.remodal h2 .menuNum{
		margin-right: 8px;
	}
	
	.remodal p{
		font-size: 14px;
		padding-bottom: 30px;
		line-height: 26px;
		text-align: center;
		padding-top: 15px;
	}
	
	.remodal h3:not(:first-child){
		padding-top: 30px;
	}
	
	
}