@charset'UTF-8';
html {
    margin    : 0;
    padding   : 0;
    height    : 100%;
}
body {
    margin    : 0;
    padding   : 0;
    height    : 100%;
    font-family: 'ヒラギノ角ゴ ProN W3','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, form, table, caption, th, td {
    margin    : 0;
    padding   : 0;
}
.nowrap {
    display: inline-block; 
}
img { 
    border    : 0; 
    vertical-align: top;
}
a:link { 
    color     : #422d25; 
    text-decoration: none;
}
a:active { 
    color     : #666; 
    text-decoration: none; 
}
a:visited { 
    color     : #666; 
    text-decoration: none; 
}
a:hover { 
    color     : #333;
    text-decoration: none; 
}
#container {
    min-height: 100%; 
    height    : 100%; 
    height    : auto; 
    position  : relative;
}
#contents {
    height    : auto;  
    height    : 100%; 
    clear     : left; 
}
.wid400 {
    max-width : 400px;
    margin    : 0 auto;     
}
.wid500 {
    max-width : 500px;
    margin    : 0 auto;     
}
.wid600 {
    max-width : 600px;
    margin    : 0 auto;     
}
.wid700 {
    max-width : 700px;
    margin    : 0 auto;     
}
.wid800 {
    max-width : 800px;
    margin    : 0 auto;     
}
.wid900 {
    max-width : 900px;
    margin    : 0 auto;     
}
.wid950 {
    max-width : 950px;
    margin    : 0 auto;     
}
.wid1650 {
    position  : relative;  
    max-width : 1650px;
    margin    : 0  auto;         
}

.wid1920 {
    position  : relative;  
    max-width : 1920px;
    margin    : 0  auto;         
}
.fulImg {
    width     : 100%; 
}
.lnkTxt { 
    color     : #ae0000  !important;
    text-decoration: underline !important;
}
@media screen and ( max-width: 750px ) {  /* ���ޥ��á�750px*/ 
    .pc { 
        display   : none; 
    } 
}
@media screen and ( min-width: 751px )  {  /* PC��750px��*/
    .sp { 
        display   : none; 
    }  
}
/* .oneWrd { 
    white-space: nowrap;
}  */
.clear {
    clear     : both; /*float�ν��*/
}
/* --------------------------- sldMnu ���饤�ɥ�˥�`---------------------------- */
#sldMnu {
    display   : none;
    background: #422d25 none repeat scroll 0 0;
    color     : #999;
    overflow  : hidden;
    position  : absolute;
    top       : 60px;
    width     : 100%;
    z-index:1;
}
#sldMnu ul {
    list-style: outside none none;
    margin    : 0;
    padding   : 0;
}
#sldMnu li {
    position  : relative;
}
#sldMnu a {
    border-bottom: 1px solid #999;
    color     : white;
    display   : block;
    text-align: center;
    font-size : 20px;
    height    : 40px;
    line-height: 40px;
    padding   : 5px 20px;
    text-decoration: none;
}
/* --------------------------- mnu �̶���˥�`---------------------------- */
#mnuAre #mnuPat {
    background: #422d25; 
    width     : 100%;
    height    : 60px;
    position  : fixed;
    z-index   : 1;
}
#mnuAre #mnuPat .menu a {
    display: flex;
    align-items: center;
    height: 60px;
    margin: 0 10px;
    padding-top: 5px;
    box-sizing: border-box;
    color: white;
}
#mnuAre #mnuPat .menu a i {
    margin-right: 10px;
    font-size: 24px;
}
@media screen and ( max-width: 750px ) {  /* ���ޥ��á�750px*/ 
    #mnuAre .lgoIcn {
        margin    : 0 auto;
        width     : 150px;
        height    : 60px;   
        position  : relative; 
    }    
}

@media screen and ( min-width: 751px )  {  /* PC��750px��*/
    #mnuAre .lgoIcn {
        float     : left;
        position  : relative; 
    }   
}

#mnuAre .mnuBtn {
    width     : 60px;
    height    : 60px;
    float     : left;
    position  : relative;
} 

#mnuAre {
    width     : 100%;
    background: #422d25; 
    height    : 60px; 
    z-index   : 1;
}
#mnuAre ul {
    list-style: outside none none;  
}
#mnuAre ul li {
    float     : left;
}

#mnuAre .mnuBox {
    width     : 700px;
    height    : 60px;
    margin    : 0 auto;
    position  : relative;
}
/* --------------------------- pho �ȥå׻���---------------------------- */
#phoAre {
    position: relative;
}
#phoAre #catchcopy {
    position: absolute;
    bottom: -80px;
    width: 100%;
    text-align: center;
}
#phoAre #catchcopy img {
    max-width: 650px;
}


#slide1 {
    position: relative;
}
#slide1 .banner {
    position: absolute;
    bottom: 0px;
    right: 70px;
    padding: 6px 15px;
    font-size: 28px;
    font-weight: bold;
    color: white;
    background: rgba(255, 0, 0, 0.5);
    letter-spacing: 2px;
    z-index: 2;
}
#slide1 .banner:hover {
    background: rgba(255, 0, 0, 0.8);
}
#slide1 .banner a {
    display: block;
    color: #ffffff
}
#slide1 .slide1_inner {
    display: flex;
    position: relative;
    max-width: 1900px;
    margin: 0 auto;
    color: #ffffff;
    overflow: hidden;
    box-sizing: border-box;
}
.logo {
    margin: 0;
    padding-top: 10px;
    padding-left: 30px;
}
.logo img {
    max-width: 180px;
}
#first_view {
    flex: 1;
}
#first_view .eye_catch {
    padding-right: 30px;
    text-align: right;
    font-family: serif;
    font-size: 28px;
    text-shadow: 5px 5px 8px rgba(0, 0, 0, 0.7);
}
#view_contents {
    display: flex;
    align-items: center;
    padding-top: 25px;
}
.left_block {
    flex: 1;
}
.left_block h1 {
    text-align: center;
    font-size: 70px;
    text-shadow: 10px 10px 13px rgba(0, 0, 0, 0.7);
    line-height: 1.2;
}
.left_block h1 strong {
    font-size: 100px;
}
.left_block h1 strong:first-of-type {
    position: relative;
    top: 5px;
    margin-right: 10px;
    font-family: serif;
    font-size: 140px;
}
.left_block h1 span {
    font-size: 52px;
    letter-spacing: -5px;
}
.right_block {
    width: 250px;
    margin-top: 20px;
    margin-right: 70px;
}
.right_block .view_content {
    position: relative;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    font-size: 23px;
    font-weight: bold;
}

.right_block .view_content:hover {
    background: rgba(255, 0, 0, 0.6);
}
.right_block .view_content a {
    display: block;
    color: #ffffff;
}
.right_block .view_content aside {
    position: absolute;
    bottom: -18px;
    right: 0;
    font-size: 12px;
}

@media screen and ( max-width: 950px ) {  
	#phoAre { 
	    background: #220000;
	}
    #slide1 {
        height: 66vw;
        background-size: cover;
    }
    #slide1 .banner a {
        font-size: 2.5vw;
    }
    .logo {
        width: 19%;
        padding-left: 2%;
    }
    .logo img {
        max-width: 100%;
        min-width: 90px;
    }
    #view_contents {
        display: block;
        padding-top: 0;
    }
    #first_view .eye_catch {
        font-size: 3vw;
    }
    .left_block h1 {
        font-size: 7vw;
        width: 85%;
    }
    .left_block h1 strong:first-of-type {
        font-size: 16vw;
    }
    .left_block h1 strong {
        font-size: 12vw;
    }
    .right_block {
        display: flex;
        width: 100%;
        margin-top: 0px;
        margin-left: -5%;
    }
    .right_block .view_content {
        margin-right: 20px;
        font-size: 3vw;
    }
    #phoAre #catchcopy {
        bottom: -15%;
    }
    #phoAre #catchcopy img {
        max-width: 50%;
    }

}
@media screen and ( min-width: 951px )  { 
	#phoAre { 
	    background: #220000;
	    height    : 600px; 
	}		
    .sp950 {
        display   : none; 
    }           
}
@media screen and ( max-width: 750px ) { 
    #slide1 .banner {
        bottom: unset;
        top: -47px;
        right: 10px;
    }
    #slide1 .banner a {
        font-size: 16px;
    }

}
@media screen and ( max-width: 550px ) { 
    #first_view .eye_catch {
        padding-right: 10px;
    }
    .right_block .view_content {
        margin-right: 10px;
    }
    .right_block .view_content aside {
        font-size: 2vw;
        bottom: -15px;
    }
}
@media screen and ( max-width: 450px ) { 
    #slide1 .banner {
        right: 5px;
        padding: 6px 8px;
    }
    #slide1 .banner a {
        font-size: 14px;
        letter-spacing: normal;
    }
    .left_block h1 {
        line-height: 1.1;
    }
}
/* --------------------------- nws ��֪�餻---------------------------- */

#nwsAre { 
    background: url(img/bdg01.jpg) repeat; 
    width     : 100%;
    padding   : 3rem 0rem;
}
@media screen and ( max-width: 750px ) { 
	#nwsAre ul { 
	    margin    : 1rem 0.4rem; 
	    list-style: none; 
	    background: #fff; 
	    border    : 1px solid #c6b4ac; 
	    padding   : 0.5rem 0;
	}		
	#nwsAre ul li { 
	    margin    : 1rem 0rem 1rem 0.5rem; 
	    padding   : 0 0 0.6rem 0; 
	    border-bottom: 1px dotted #c6b4ac; 
	}
}
@media screen and ( min-width: 751px )  {
	#nwsAre ul { 
	    margin    : 1rem 1rem; 
	    list-style: none; 
	    background: #fff; 
	    border    : 1px solid #c6b4ac; 
	    padding   : 0.5rem 0;
	}	
	#nwsAre ul li { 
	    margin    : 1rem 2rem 1rem 2rem; 
	    padding   : 0 0 0.6rem 0; 
	    border-bottom: 1px dotted #c6b4ac; 
	}	
}	
/* --------------------------- abt �ѥ��`��ˤĤ���---------------------------- */
#abtAre { 
    background: url(img/bdg02.jpg) repeat; 
    width     : 100%;
    padding   : 6rem 0rem 3rem;
}
@media screen and ( max-width: 950px ) {
    #abtAre {
        padding-top: 10%;
    }
}
@media screen and ( max-width: 750px ) {
    #abtBox {
        position  : relative;
        display: block;
        
        padding: 10px;
    }            
    #abtTxt {
        position  : relative;
        display: block;
        vertical-align: top;
        padding: 10px;
    }    
    #abtTxt h2 { 
        position  : relative;
        display   : inline; 
        color     : #51261c; 
        font-size : 32px; 
        line-height: 140%;
    }
    #abtCmt {        
    }      
    #abtTxt p { 
        color     : #774e1c; 
        font-size : 24px; 
        line-height: 180%; 
        font-weight: bold;
    } 
}	
@media screen and ( min-width: 751px )  {    
    #abtBox {
        position  : relative;
        display: inline-block;
        width : 48%;
        padding: 1rem 0rem 0rem 0rem;
    }            
    #abtTxt {
        position  : relative;
        display: inline-block;
        width : 48%;
        vertical-align: top;
        padding: 1rem 0rem 0rem 1rem;
    }    
    #abtTxt h2 { 
        position  : relative;
        display   : inline; 
        color     : #51261c; 
        font-size : 32px; 
        line-height: 140%;
    }
    #abtCmt {        
    }      
    #abtTxt p { 
        color     : #774e1c; 
        font-size : 24px; 
        line-height: 180%; 
        font-weight: bold;
    }   
}        
/* --------------------------- can �Ǥ��뤳��---------------------------- */
#canBdg {
    background-image:url(img/canbdg.png);
    background-repeat:no-repeat;
    background-position: 50% 50%; 
}
#canAre { 
    background: url(img/bdg01.jpg) repeat;
    padding   : 3rem 0rem;
}
/* --------------------------- cha �؏�---------------------------- */
#chaBdg {
    background-image:url(img/chabdg.png);
    background-repeat:no-repeat;
    background-position: 50% 50%; 
}
#chaAre { 
    background: url(img/bdg03.jpg) repeat; 
    padding   : 3rem 0rem;
}
@media screen and ( max-width: 750px ) {   
    #chaAre ul { 
        list-style: none; 
        display   : flex; 
        flex-wrap : wrap; 
        justify-content:space-between; 
        color     : #333;
    }
    #chaAre ul li { 
        width     : 100%; 
        margin    : 1rem 0rem 1rem 0.5rem; 
    }
    #chaAre h3 { 
        font-size : 19px; 
        color     : #51261c; 
    }
    #chaAre ul li img {
        width     : 20%;  
        height    : auto;
        margin    : 0rem 1rem 0 0rem;
    }   
}
@media screen and ( min-width: 751px )  {     
    #chaAre ul { 
        list-style: none; 
        display   : flex; 
        flex-wrap : wrap; 
        justify-content:space-between; 
        color     : #333;
    }
    #chaAre ul li { 
        width     : 26%; 
        margin    : 0 20px; 
    }
    #chaAre h3 { 
        font-size : 21px; 
        color     : #51261c; 
        margin    : 0.6rem 0;
    }
    #chaAre ul li img {
        width     : 100%;  
        height    : auto;
    }     
}
/* --------------------------- mid �ߥɥ뻭��---------------------------- */
#midAre { 
    background: #220000;
}
#midBox {
    position  : relative;
    height    : 600px;
    background-image:url(img/midpho01.jpg);
    background-repeat:no-repeat;
    background-position: 50% 50%;         
}

@media screen and ( max-width: 950px ) {  
    .pc950 {
        display   : none; 
    }  
}
@media screen and ( min-width: 951px )  { 
    .sp950 {
        display   : none; 
    }           
}
/* --------------------------- spt ���ݩ`��---------------------------- */
#sptAre { 
    background: url(img/bdg02.jpg) repeat; 
    padding   : 3rem 0rem;
}
@media screen and ( max-width: 750px ) {  
    #sptAre ul { 
        list-style: none; 
        display   : flex; 
        flex-wrap : wrap; 
        justify-content:space-between;
        color:#333;
    }
    #sptAre ul li { 
        width     : 100%; 
        margin    : 1rem 0rem 1rem 0.5rem; 
    }
    #sptAre ul li h3 { 
        font-size : 19px; 
        color     : #51261c; 
    }
    #sptAre ul li img {
      width       : 20%;  
      height      : auto;
      margin      : 0rem 1rem 0 0rem;
    }
}


@media screen and ( min-width: 751px )  {     
    #sptAre ul { 
        list-style: none; 
        display   : flex; 
        flex-wrap : wrap; 
        justify-content:space-between;
        color:#333;
    }
    #sptAre ul li { 
        width     : 40%; 
        margin    : 0 20px; 
    }
    #sptAre ul li h3 { 
        font-size : 21px; 
        color     : #51261c; 
        margin    : 0.6rem 0;
    }
    #sptAre ul li img {
      width       : 100%;  
      height      : auto;
    }
}
/* --------------------------- pri �Ͻ�---------------------------- */
#priAre {
    background: url(img/bdg03.jpg) repeat; 
    padding   : 3rem 0rem;
}
#priBox { 
    width     : 98%; 
    margin    : 0 auto; 
    padding   : 1rem 0; 
}
.priTbl { 
    width     : 100%; 
    border-collapse: separate; 
    border-spacing: 1px; 
    text-align: left; 
    line-height: 1.5; 
    border-top: 1px solid #cdbb8d; 
    margin    : 1rem 0 ;
}
.priTbl td img {
    max-width: 100%;
    height: auto;
} 

@media screen and ( max-width: 750px ) {   
    .priTbl th { 
        text-align: center; 
        padding   : 5px; 
        background: #fafae8; 
        font-weight: bold;
        vertical-align: top; 
        border-bottom: 1px solid #cdbb8d
    }
    .priTbl td { 
        text-align: left; 
        padding   : 10px; 
        background: #fff; 
        vertical-align: top; 
        border-bottom: 1px solid #cdbb8d; 
    }
}
@media screen and ( min-width: 751px )  {     
    .priTbl th { 
        text-align: center; 
        width: 20%;
        padding   : 15px; 
        background: #fafae8; 
        font-weight: bold;
        vertical-align: middle; 
        border-bottom: 1px solid #cdbb8d
    }
    .priTbl td { 
        text-align: left; 
        padding   : 15px; 
        background: #fff; 
        vertical-align: top; 
        border-bottom: 1px solid #cdbb8d; 
    }
}
/* --------------------------- con �������Ϥ碌---------------------------- */
#conAre {
    background: url(img/bdg02.jpg) repeat; 
    padding   : 3rem 0rem;
}
/* --------------------------- rgi �ꤷ�z��---------------------------- */
#rgiAre { 
    background: url(img/bdg01.jpg) repeat;
    padding   : 3rem 0rem 3rem 0rem;
}
/* --------------------------- wrdsAre ---------------------------- */
#wrdsAre { 
    background: url(img/bdg01.jpg) repeat;
}
/* --------------------------- fot �եå��`---------------------------- */
#footer  {
    height    : 300px; 
    background: url(img/fotbdg.png) repeat; 
    width     : 100%; 
    text-align: center;
}
#nav { 
    width     : 100%; 
    background: #422d25; 
    height    : 60px; 
    margin-bottom: 3rem;
}
#nav ul { 
    max-width : 950px; 
    margin    : 0 auto; 
    padding-top: 1rem; 
    list-style: none; 
    font-size : 14px;
}
#nav li { 
    padding   : 0 10px; 
    display   : inline; 
}
#footer a { 
    color     : #fff; 
}
#footer p { 
    margin-top: 20px; 
    font-size : 12px; 
    font-weight: bold; 
    color     :#fff;
}
/* --------------------------- float_btn �����z�ߣ������Ϥ� ---------------------------- */
#float_btn_area {
    position: fixed;
    top: 120px;
    right: 0px;
    width: 3em;
    height: 100%;
}
#float_btn_area a {
    position: absolute;
    right: -1.4em;
    height: 6.5em;
    padding: 5px 15px 25px 10px;
    border-radius: 10px 0 0 10px;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    line-height: 1;
    background-color: rgba(66, 45, 37, .7);
    transition: right 0.1s;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
}
#float_btn_area a:nth-of-type(2) {
    top: calc(6.5em + 20px + 20px); /* a�����Ρ� height + padding-top + padding-bottom �� */
}
#float_btn_area a.pagetop {
    display: none;
    top: initial;
    bottom: 15%;
    right: 0;
    margin-left: 0;
    margin-right: 19px;
}
#float_btn_area a:hover {
    background-color: rgba(255, 0, 0, .6);
} 
#float_btn_area a:not(.pagetop):hover {
    right: 0;
}
#float_btn_area a:hover .fas {
    color: rgba(255, 0, 0, .6);
}

#float_btn_area a span {
    /* font-size: 28px; */
}
#float_btn_area a span em {
    display: inline-block;
    transform: rotate(30deg);
}
#float_btn_area a strong {
    display: block;
    margin-left: 10px;
    margin-right: 20px;
    text-align: right;
    font-weight: normal;
    margin-bottom: -3px;
}
#float_btn_area a.pagetop strong {
    margin-left: 0;
}
#float_btn_area a .fas {
    margin-bottom: 10px;
    padding: 7px 8px 7px 7px;
    font-size: 20px;
    background-color: rgba(255, 255, 255, .7);
    color: rgba(66, 45, 37, .8);
    border-radius: 50%;
}
#float_btn_area a .fa-pencil-alt {
    padding: 7px 8px 7px 7px;
}
#float_btn_area a .fa-backward {
    padding: 7px 9px 7px 6px;
    transform: rotate(90deg);
}
@media screen and (max-width: 750px) {
    #float_btn_area {
        top: 70px;
    }
    #float_btn_area a {
        font-size: 4vw;
    }
    #float_btn_area a span {
        font-size: 3.8vw;
    }
    #float_btn_area a .fas {
        font-size: 2.8vw;
    }
}
@media screen and (max-width: 500px) {
    #float_btn_area a {
        right: -1.6em;
        font-size: 20px;
    }
    #float_btn_area a .fas {
        font-size: 15px;
    }
    #float_btn_area a span {
        font-size: 19px;
    }
}