@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}

/**************************
/* 追加
**************************/
html {
  height: 100%;
}

body {
  height: 100%;
}

.mModal-page{
  height: 100%;
}

.fade {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	transform: translateY(0px);
	-webkit-transform: translateY(0px);  
    -moz-transform: translateY(0px); 
	-webkit-transition: 1.0s ease-out;
	-moz-transition: 1.0s ease-out;
	transition: 1.0s ease-out;
}

.fade.start {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transform: translateY(0px);
	-webkit-transform: translateY(0px);  
    -moz-transform: translateY(0px);    
}

/**************************
/* ヘッダーメニュー部
**************************/
header {
	width: 100%;
	background-color: rgb(0, 0, 0, 0.1);
	position: fixed;
	z-index: 500;
     
}



header h1 a img {
	display: block;
	position: absolute;
	width:200px;
                                padding-top:15px;
                                padding-left:20px;
                                display:none;
}

header #social_header{
	width:100%;
	max-width:1200px;
	background:#aff;
}

header #social_btn{
	float:right;
	margin-top:12px;
	margin-right:20px;
}

header #social_btn a{
	letter-spacing: -0.5px;
	font-size:14px;
	color:#fff;
	margin-right:4px;
                                display:none;
}

header #social_btn a:hover{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}


header.fixed {
	height: 50px;
}

header.fixed h1 a img {
	width:200px;
	font-size:12px;
                                display:inline;
}

header.fixed #social_btn{

}

header.fixed #social_btn a{
	font-size:14px;
	color:#fff;
                                display:inline;
}


body {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 500;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
}

:root {
	background-color: #ffffff;
	box-sizing: border-box;
	color: #000000;
	cursor: default;
}

*,
:before,
:after {
	box-sizing: inherit;
}

* {
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	text-decoration: none;
}

a,
.logo_online,
.to_top a{
    color: #000;
    cursor: pointer;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

a:hover{		
	filter:alpha(opacity=100);
			-moz-opacity: 1;
			opacity: 1;
}


img {
	vertical-align: middle;
}

small {
	font-size: 12px;
}






#sp_icon_menu {
    position: fixed;
    left: 3.6%;
    top: 17px;
    z-index: 10;
	font-size:17px;
    pointer-events: visible;
}

#sp_icon_menu a{
	padding-right:4px;
                                color:#fff;
}



#sp_header,.mModal-modal {

}

/**************************
/* ヘッダー
**************************/

header {
	width: 100%;
	background-color: rgb(0, 0, 0, 0);
	position: fixed;
	z-index: 500;
                                height:0px;
}

    #pc_header {
        display: none;
    }

    #sp_header {
        width: 100%;
        margin: auto 0;
        display: block;
    }

    #sp_header h1.logo_black {
        width: 330px;
        height: 100px;
        margin: 0 auto;
        background: url(images/logo.png) 0 0 no-repeat;
        background-size: 100%;
    }

    #sp_header h1.logo_black a {
        width: 100%;
        height: 100%;
        display: block;
        pointer-events: visible;
    }

    #sp_header h1.logo_black a span {
        display: none;
    }

    .mModal-open,
    .mModal-close {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1000;
        width: 50px;
        height: 50px;
    }

    .mModal-open span {
        position: absolute;
        top: 14px;
        right: 0;
        z-index: 400;
        width: 100%;
        height: 1px;
        background: #fff;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }

    .mModal-open span:before {
        position: absolute;
        top: -10px;
        right: 0;
        width: 100%;
        height: 1px;
        display: block;
        content: '';
        background: #fff;
    }

    .mModal-open span:after {
        position: absolute;
        top: 10px;
        right: 0;
        width: 100%;
        height: 1px;
        display: block;
        content: '';
        background: #fff;
    }

    .mModal-close {
        position: fixed;
        top: 0px;
        right: 0px;
        z-index: 400;
        width: 50px;
        height: 50x;
    }

    .mModal-close span {
        position: relative;
        width: 100%;
        height: 100%;
        display: block;
    }
    .mModal-close span:before {
        position: absolute;
        top: 14px;
        right: 0;
        width: 100%;
        height: 1px;
        display: block;
        content: '';
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .mModal-close span:after {
        position: absolute;
        top: 14px;
        right: 0;
        width: 100%;
        height: 1px;
        display: block;
        content: '';
        background: #fff;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .mModal-modal {
        opacity: 0;
         background: #3d2314;
    }

    .mModal-modal_cont .nav {
        text-align: center;
        position: absolute;
        top: 150px;
        right: 0;
        bottom: 0;
        left: 0;
        width: 80%;
        margin: auto;
        display: block;
    }

    .mModal-modal_cont .nav a {
        font-size: 1.2rem;
        color: #fff;
        width: 100%;
        margin: 20px 0;
        display: block;
    }

    .mModal-modal_cont .nav  {
        display: block;
        position: relative;
    }

    .mModal-modal_cont span {
        display: inline-block;
        position: relative;
    }

    .mModal-modal_cont .nav span:after {
        content:'';
        position: absolute;
        top: 50%;
        margin-top: -2px;
        right: -18px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 3px 0 3px;
        border-color: #ffffff transparent transparent transparent;
        transition: transform 0.15s;
    }

    .mModal-modal_cont .nav span:after {
        transform: scale(1, -1);
    }

    .mModal-modal_cont .nav a:last-child{
        margin-bottom: 0;
    }

    .mModal-modal_cont small {
        font-size: 0.6rem;
        color: #fff;
        margin: 60px auto;
        display: block;
    }

    .mModal-open span {
        top: 23px;
        width: 23px;
        right: 22px;
    }
    .mModal-open span:before {
        top: 6px;
    }
    .mModal-open span:after {
        top: 12px;
    }
    .mModal-modal_cont .nav {
	top: 100px;
        height: 510px;
    }
    .mModal-modal_cont .nav a {
        font-size: 1rem;
    }

    .mModal-modal_cont .insta {
        width: 30px;
    }
    .mModal-close span {
        position: relative;
        width: 100%;
        height: 100%;
        display: block;
    }
    .mModal-close span:before {
        top: 27px;
        right: 22px;
        width: 18px;
    }
    .mModal-close span:after {
        top: 27px;
        right: 22px;
        width: 18px;
    }



section,
article {
	display: block;
}

img {
	vertical-align: top;
}

a img {

}

a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}

.loading-animation img {
                                width:330px !important;
}

li {
	list-style-type: none;
}


/*
メインコンテンツ
-------------------------------------------*/


.contents {
	max-width: 940px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#main_banner {
	height: 100vh;
	width: 100%;
	max-width:1200px !important;
	<!--position: relative;-->
	overflow: hidden;
}

#header_banner {
                                height: 225px;
	width: 100%;
	max-width:1200px !important;
	<!--position: relative;-->
	overflow: hidden;
}

#header_banner2 {
	height: 100vh;
	width: 100%;
	max-width:1200px !important;
	<!--position: relative;-->
	overflow: hidden;
}


#main_banner #catch {
	height: 100%;
	width: 100%;
	max-width:1200px !important;
}

#header_banner #catch {
                                height: 225px;
	width: 100%;
	max-width:1200px !important;
}

#header_banner2 #catch {
	height: 100%;
	width: 100%;
	max-width:1200px !important;
}


#main_banner #catch2 {
	height: 100%;
	width: 100%;
	max-width:1200px !important;
}

#main_banner ul.sm-slider {
	position: relative;
}


/*
メインコンテンツ
-------------------------------------------*/
#nakami {
                                width:100%;
                                padding:100px 30px;
}

#bun {
                                font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
                                font-size:30px;
                                line-height:60px;
                                text-align:left;
                                padding:0px 0px;
                                width:100%;
                                max-width:1000px;
}

#bun2 {
                                font-size:20px;
                                line-height:30px;
                                text-align:left;
                                padding:0px 0px 40px 0px;
                                width:100%;
                                max-width:1200px;
}

#bun2 strong{
                             display: block;
        margin-bottom: 10px;
}

#bun2 li {
                                list-style-type: circle;
                                margin-left:24px;
                                  margin-top: 10px;
        margin-bottom: 10px;
}

#photo_yoko img{
                                font-size:24px;
                                line-height:40px;
                                text-align:left;
                                padding:30px 0px;
                                width:100%;
                                max-width:1000px;
}

#photo_tate img{
                                font-size:24px;
                                line-height:40px;
                                text-align:left;
                                padding:30px 0px;
                                width:100%;
                                max-width:600px;
}

#photo_normal img{
                                font-size:24px;
                                line-height:40px;
                                text-align:left;
                                padding:30px 0px;
                                width:100%;
                                max-width:750px;
}

.f-container {
	width:100%;
	max-width:800px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.f-item {
  width: 48%;
  margin-bottom: 20px;
                                margin: 0px 0% 0px 0px;
}

.f-item p{
	text-align:left;
	font-weight:bold;
margin: 10px 0 12px 0;
font-size: 16px;
line-height: 19px;
color: #b08045;
}

.f-item img {
  width: 100%;
  max-width: 425px;
}

.f-item:nth-child(3n) {
                                margin: 0px 0% 0px 0px;
}


.f-item:nth-child(2n) {
                                margin: 0px 0% 0px 4%;
}


/*
セッション
-------------------------------------------*/

#main_banner #catch h2{
	position: absolute;
	top: 50%;
	z-index: 10;
	left: 50%;
	width: 100%;
	color: #fff;
                                transform: translate(-50%, -50%);
}

#main_banner #catch h3{
	position: absolute;
	top: 52%;
	z-index: 10;
	left: 45%;
	width: 100%;
	color: #fff;
                                transform: translate(-50%, -50%);
}

#header_banner #catch h3{
	position: absolute;
	top: 112px;
	z-index: 10;
	left: 50%;
	width: 350px;
	color: #fff;
                                transform: translate(-50%, -50%);
}

#header_banner2 #catch h3{
	position: absolute;
	top: 52%;
	z-index: 10;
	left: 50%;
	width: 350px;
	color: #fff;
                                transform: translate(-50%, -50%);
}


#catch h2 img {
	width:100%;
	max-width:330px;
                                opacity: 100%;
}

#catch h3 img {
	width:100%;
	max-width:860px;
                                opacity: 100%;
}

#header_banner #catch h3 img {
	width:100%;
	max-width:350px;
                                opacity: 100%;
}

#header_banner2 #catch h3 img {
	width:100%;
	max-width:350px;
                                opacity: 100%;
}


/*
セッションここまで
-------------------------------------------*/

/*
セッション２
-------------------------------------------*/

#main_banner #catch2 h2{
	position: absolute;
	top: 50%;
	z-index: 10;
	left: 50%;
	width: 100%;
	color: #fff;
                                transform: translate(-50%, -50%);
}

#main_banner #catch2 h3{
	position: absolute;
	top: 55%;
	z-index: 10;
	left: 45%;
	width: 100%;
	color: #fff;
                                transform: translate(-50%, -50%);
}

#main_banner #catch2 h4{
	position: absolute;
	top: 54%;
	z-index: 10;
	left: 50%;
                                transform: translate(-50%, -50%);
}

#main_banner #catch2 h5{
	position: absolute;
	top: 89%;
	z-index: 10;
	left: 87%;

	color: #fff;
                                transform: translate(-50%, -50%);
}

#catch2 h2 img {
	width:100%;
	max-width:330px;
                                opacity: 100%;
}

#catch2 h3 img {
	width:100%;
	max-width:860px;
                                opacity: 100%;
}

#catch2 h5 img {
	width:100%;
	max-width:90px;
                                opacity: 100%;
}


/*
セッション２ここまで
-------------------------------------------*/

/*
セッションkky
-------------------------------------------*/

#main_banner #catch3 h2{
	position: absolute;
	top: 50%;
	z-index: 10;
	left: 50%;
	width: 100%;
	color: #fff;
                                transform: translate(-50%, -50%);
}

#main_banner #catch3 h4{
	position: absolute;
	top: 92%;
	z-index: 10;
	left: 92%;
                                transform: translate(-50%, -50%);
}

#main_banner #catch3 h5{
	position: absolute;
	top: 50%;
	z-index: 10;
	left: 50%;
	color: #fff;
                                transform: translate(-50%, -50%);
}

#catch3 h2 img {
	width:100%;
	max-width:320px;
                                opacity: 100%;
}

#catch3 h5 img {
	width:100%;
	max-width:670px;
                                opacity: 100%;
}



/*
セッションkkyここまで
-------------------------------------------*/


#main_banner #catch h2 {
	font-size: 40px;
	letter-spacing: 2px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
                                font-weight:bold;
	padding-top:60px;
	padding-bottom:60px;
	padding-right:20px;
	padding-left:20px;
}

#main_banner #catch2 h2 {
	font-size: 40px;
	letter-spacing: 2px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
                                font-weight:bold;
	padding-bottom:0px;
	padding-right:20px;
	padding-left:20px;
}

.enter {
	font-size: 12px;
	color: #fff;
                                border: 1px solid #fff;
	letter-spacing: 0px;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
                                font-weight:bold;
	padding-top:6px;
	padding-bottom:6px;
	padding-right:10px;
	padding-left:10px;
                                width:115px;
}


a:hover .enter{
	font-size: 12px;
	color: #fff;
                                border: 1px solid #fff;
	letter-spacing: 0px;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
                                font-weight:bold;
	padding-top:6px;
	padding-bottom:6px;
	padding-right:10px;
	padding-left:10px;
                                width:115px;
}



.enter:hover {
	font-size: 10px;
                                color: #381300;
                                border: 1px solid #fff;
                                background-color:#fff;    
	letter-spacing: 0px;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
                                font-weight:bold;
	padding-top:6px;
	padding-bottom:6px;
	padding-right:10px;
	padding-left:10px;
                                width:85px;
}

.enter2 {
	font-size: 10px;
	color: #000;
                                border: 1px solid #000;
	letter-spacing: 0px;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
                                font-weight:bold;
	padding-top:6px;
	padding-bottom:6px;
	padding-right:10px;
	padding-left:10px;
                                width:85px;
}

.section3 a:hover .enter2{
	font-size: 10px;
                                color: #000;
                                border: 1px solid #000;
                                background-color:#fff;    
	letter-spacing: 0px;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
                                font-weight:bold;
	padding-top:6px;
	padding-bottom:6px;
	padding-right:10px;
	padding-left:10px;
                                width:85px;
}

.enter2:hover{
	font-size: 10px;
                                color: #000;
                                border: 1px solid #000;
                                background-color:#ccc;    
	letter-spacing: 0px;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
                                font-weight:normal;
	padding-top:6px;
	padding-bottom:6px;
	padding-right:10px;
	padding-left:10px;
                                width:85px;
}

#main_banner #catch p {
	font-size: 37px;
	padding-top:20px;
	padding-right:20px;
	padding-left:20px;
}


/*
画像関係
-------------------------------------------*/



/*-----トップへ戻るボタン------*/


.to_top a  img {
  vertical-align: middle;
    position: fixed;
    right:0;
    bottom: 20px;
  left: 0;
  width: 25px;
  margin: auto;
}


/**************************
/* フッター
**************************/

#footer {
	font-size: 1.5rem;
	text-align: center;
	margin: 0px auto 0px;
	background:#efefef;
}

footer .fnav-list-box {
	display: block;
	width: 100%;
	margin: 0 !important;
	padding: 50px 0 0px;
	text-align: center;
}

footer .fnav-copyright{
	padding: 70px 20px 15px 20px;
line-height: 18px;
color: #555;
}

footer .fa{
	padding-left:8px;
}

#footermenuP {
    overflow: hidden;
    padding: 20px 3%;
    max-width:1224px;
}
#footermenuP ul {
list-style-type: none;
    float: left;
    width: 33%;
    padding-right: 2%;
    padding-left: 2%;
    text-align: left;
margin-left:0.2%;
}
#footermenuP li, #footermenuP li a, #footermenuP li a:visited{
color:#333;
text-decoration:none;
margin-bottom:10px;
    font-size: 11px;
    transition: all .4s;
}
#footermenuP li a:hover{
    opacity:0.5;
}

#footermenuP li.title {
    opacity: 1;
    font-size: 13px;
font-weight: bold;
border-bottom: solid 0.5px #aaa;
margin-bottom:20px;
color:#000;
text-decoration:none;
    padding-top:15px;
padding-bottom: 4px;
font-weight:normal;
}

#footermenuP li.title a{
    opacity: 1;
    font-size: 13px;
color:#000;
font-weight:normal;
}

#footermenuP li.title a:hover{
    opacity:0.5;
}



/**************************
/* フッターここまで
**************************/





@media screen and (min-width:960px){

body {
	font-size: 16px;
}

}


@media screen and (max-width: 1024px) {


/**************************
/* フッター
**************************/

    #footer {
        font-size: 1.5rem;
        text-align: center;
	margin: 0px auto 0px;
    }

}

@media screen and (max-width:960px){


body {
	font-size: 16px;
}

body.fixed {
	overflow: hidden;
}

img {
	max-width: 100%;
	height: auto;
	width: auto;
	margin-left:auto;
	margin-right:auto;
}

.loading-animation img {
                                width:100%;
                                max-width:290px;
}


/*
セッション
-------------------------------------------*/

#catch h3 img {
	width:80%;
	max-width:860px;
                                opacity: 100%;
}


/*
セッション２
-------------------------------------------*/

#main_banner #catch2 h3{
	position: absolute;
	top: 50%;
	z-index: 10;
	left: 45%;
	width: 90%;
                                padding-right:20px;
                                padding-left:20px;
	color: #fff;
                                transform: translate(-50%, -50%);
}
#main_banner #catch2 h4{
	position: absolute;
	top: 50%;
	z-index: 10;
	left: 50%;
                                transform: translate(-50%, -50%);
}

#catch2 h2 img {
	width:100%;
	max-width:120px;
                                opacity: 100%;
}

#catch2 h3 img {
	width:100%;
	max-width:860px;
                                opacity: 100%;
}


/*
セッション３
-------------------------------------------*/

#main_banner #catch3 h2{
	position: absolute;
	top: 50%;
	z-index: 10;
	left: 50%;
	width: 100%;
	color: #fff;
                                transform: translate(-50%, -50%);
}

#main_banner #catch3 h4{
	position: absolute;
	top: 95%;
	z-index: 10;
	left: 89%;
                                transform: translate(-50%, -50%);
}

#catch3 h2 img {
	width:100%;
	max-width:200px;
                                opacity: 100%;
}



/*
セッション３ここまで
-------------------------------------------*/




/*
フッター
-------------------------------------------*/

footer ul.footer_social {
	float: none;
}

footer .footer_social li a {
	font-size: 12px;
	padding: 3px;
}

}


@media screen and (max-width: 760px) {

#main_banner #catch2 h3{
	position: absolute;
	top: 38%;
	z-index: 10;
	left: 50%;
	width: 100%;
                                padding-right:20px;
                                padding-left:20px;
	color: #fff;
                                transform: translate(-50%, -50%);
}

/**************************
/* ヘッダー
**************************/

header {
	width: 100%;
	background-color: rgb(0, 0, 0, 0);
	position: fixed;
	z-index: 500;
                                height:0px;
}

    #pc_header {
        display: none;
    }

    #sp_header {
        width: 100%;
        margin: auto 0;
        display: block;
    }

    #sp_header h1.logo_black {
        width: 330px;
        height: 100px;
        margin: 0 auto;
        background: url(images/logo.png) 0 0 no-repeat;
        background-size: 100%;
    }

    #sp_header h1.logo_black a {
        width: 100%;
        height: 100%;
        display: block;
        pointer-events: visible;
    }

    #sp_header h1.logo_black a span {
        display: none;
    }

#sp_icon_menu {
    position: fixed;
    left: 3.6%;
    top: 17px;
    z-index: 10;
	font-size:14px;
    pointer-events: visible;
}


    .mModal-open,
    .mModal-close {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1000;
        width: 50px;
        height: 50px;
    }

    .mModal-open span {
        position: absolute;
        top: 14px;
        right: 0;
        z-index: 400;
        width: 100%;
        height: 1px;
        background: #fff;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }

    .mModal-open span:before {
        position: absolute;
        top: -10px;
        right: 0;
        width: 100%;
        height: 1px;
        display: block;
        content: '';
        background: #fff;
    }

    .mModal-open span:after {
        position: absolute;
        top: 10px;
        right: 0;
        width: 100%;
        height: 1px;
        display: block;
        content: '';
        background: #fff;
    }

    .mModal-close {
        position: fixed;
        top: 0px;
        right: 0px;
        z-index: 400;
        width: 50px;
        height: 50x;
    }

    .mModal-close span {
        position: relative;
        width: 100%;
        height: 100%;
        display: block;
    }
    .mModal-close span:before {
        position: absolute;
        top: 14px;
        right: 0;
        width: 100%;
        height: 1px;
        display: block;
        content: '';
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .mModal-close span:after {
        position: absolute;
        top: 14px;
        right: 0;
        width: 100%;
        height: 1px;
        display: block;
        content: '';
        background: #fff;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .mModal-modal {
        opacity: 0;
         background: #3d2314;
    }

    .mModal-modal_cont .nav {
        text-align: center;
        position: absolute;
        top: 150px;
        right: 0;
        bottom: 0;
        left: 0;
        width: 80%;
        margin: auto;
        display: block;
    }

    .mModal-modal_cont .nav a {
        font-size: 1.2rem;
        color: #fff;
        width: 100%;
        margin: 20px 0;
        display: block;
    }

    .mModal-modal_cont .nav  {
        display: block;
        position: relative;
    }

    .mModal-modal_cont span {
        display: inline-block;
        position: relative;
    }

    .mModal-modal_cont .nav span:after {
        content:'';
        position: absolute;
        top: 50%;
        margin-top: -2px;
        right: -18px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 3px 0 3px;
        border-color: #ffffff transparent transparent transparent;
        transition: transform 0.15s;
    }

    .mModal-modal_cont .nav span:after {
        transform: scale(1, -1);
    }

    .mModal-modal_cont .nav a:last-child{
        margin-bottom: 0;
    }

    .mModal-modal_cont small {
        font-size: 0.6rem;
        color: #fff;
        margin: 60px auto;
        display: block;
    }

    .mModal-open span {
        top: 22px;
        width: 18px;
        right: 22px;
    }
    .mModal-open span:before {
        top: 5px;
    }
    .mModal-open span:after {
        top: 10px;
    }
    .mModal-modal_cont .nav {
	top: 100px;
        height: 510px;
    }
    .mModal-modal_cont .nav a {
        font-size: 1rem;
    }

    .mModal-modal_cont .insta {
        width: 30px;
    }
    .mModal-close span {
        position: relative;
        width: 100%;
        height: 100%;
        display: block;
    }
    .mModal-close span:before {
        top: 27px;
        right: 22px;
        width: 18px;
    }
    .mModal-close span:after {
        top: 27px;
        right: 22px;
        width: 18px;
    }

/**************************
/* 共通
**************************/

footer .fnav-copyright{
    padding: 50px 20px 15px 20px;
}

/**************************
/* フッター
**************************/

#footer {
　　font-size: 1.5rem;
　　text-align: center;
　　margin: 40px auto 0px;
}

footer .fnav-list-box {
　　padding: 100px 0 0px;
}

#footermenuP ul {
list-style-type: none;
    float: left;
    width: 100%;
    padding-right: 2%;
    padding-left: 2%;
    text-align: left;
margin-left:0.2%;
}

/**************************
/* 共通ここまで
**************************/

}

@media screen and (max-width:670px){

#catch h2 img {
	width:100%;
	max-width:290px;
}

}

@media screen and (max-width:520px){

/*
セッション
-------------------------------------------*/

#main_banner #catch h2{
	position: absolute;
	top: 50%;
	z-index: 10;
	left: 50%;
	width: 100%;
	color: #fff;
                                transform: translate(-50%, -50%);
}

#main_banner #catch h3{
	position: absolute;
	top: 50%;
	z-index: 10;
	left: 45%;
	width: 100%;
	color: #fff;
                                transform: translate(-50%, -50%);
}

#catch h2 img {
	width:100%;
	max-width:190px;
                                opacity: 100%;
}

#catch h3 img {
	width:80%;
	max-width:860px;
                                opacity: 100%;
}

/*
セッション２
-------------------------------------------*/


#main_banner #catch2 h4{
	position: absolute;
	top: 50%;
	z-index: 10;
	left: 50%;
                                transform: translate(-50%, -50%);
}


.enter {
	font-size: 10px;
	color: #fff;
                                border: 1px solid #fff;
	letter-spacing: 0px;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
                                font-weight:bold;
	padding-top:6px;
	padding-bottom:6px;
	padding-right:10px;
	padding-left:10px;
                                width:85px;
}

a:hover .enter{
	font-size: 10px;
	color: #fff;
                                border: 1px solid #fff;   
	letter-spacing: 0px;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
                                font-weight:bold;
	padding-top:6px;
	padding-bottom:6px;
	padding-right:10px;
	padding-left:10px;
                                width:85px;
}



#button_area:hover + .enter{
	font-size: 10px;
                                color: #381300;
                                border: 1px solid #fff;
                                background-color:#fff;    
	letter-spacing: 0px;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
                                font-weight:bold;
	padding-top:6px;
	padding-bottom:6px;
	padding-right:10px;
	padding-left:10px;
                                width:85px;
}

.enter:hover {
	font-size: 10px;
                                color: #381300;
                                border: 1px solid #fff;
                                background-color:#fff;    
	letter-spacing: 0px;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
                                font-weight:bold;
	padding-top:6px;
	padding-bottom:6px;
	padding-right:10px;
	padding-left:10px;
                                width:85px;
}

/*
セッション２ここまで
-------------------------------------------*/

/*
セッション３
-------------------------------------------*/
#main_banner #catch3 h4{
	position: absolute;
	top: 94%;
	z-index: 10;
	left: 83%;
                                transform: translate(-50%, -50%);
}

#catch3 h2 img {
	width:100%;
	max-width:200px;
                                opacity: 100%;
}

.enter2 {
	font-size: 10px;
	color: #000;
                                border: 1px solid #000;
	letter-spacing: 0px;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
                                font-weight:bold;
	padding-top:6px;
	padding-bottom:6px;
	padding-right:10px;
	padding-left:10px;
                                width:85spx;
}

.enter2:hover{
	font-size: 10px;
                                color: #000;
                                border: 1px solid #000;
                                background-color:#fff;    
	letter-spacing: 0px;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
                                font-weight:bold;
	padding-top:6px;
	padding-bottom:6px;
	padding-right:10px;
	padding-left:10px;
                                width:85px;
}

/*
セッション３ここまで
-------------------------------------------*/





/**************************
/* フッター
**************************/
footer .fnav-list1_1 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
	margin: 10px auto 80px;;
}

footer .fnav-list1_1 li {
	width: 100%;
	height: auto;
	display: inline-block;
	text-align:center;
	vertical-align: top;
	font-size: 12px;
	line-height: 1.4;
	margin:0 1% 20px 1%;
}



#main_banner #catch h2 {
	font-size: 30px;
}

}

@media screen and (max-width:480px){

.f-item {
  width: 100%;
  margin-bottom: 20px;
}

.f-item:nth-child(3n) {
                                margin: 0px 0% 0px 0px;
}


.f-item:nth-child(2n) {
                                margin: 0px 0% 0px 0%;
}

#header_banner #catch h3 img {
	width:100%;
	max-width:220px;
                                opacity: 100%;
}

#header_banner2 #catch h3 img {
	width:100%;
	max-width:220px;
                                opacity: 100%;
}

#nakami {
                                width:100%;
                                padding:50px 20px;
}

#bun {
                                font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
                                font-size:20px;
                                line-height:40px;
                                text-align:left;
                                padding:0px 0px;
                                width:100%;
                                max-width:1000px;
}

#bun2 {
                                font-size:15px;
                                line-height:25px;
                                text-align:left;
                                padding:0px 0px 20px 0px;
                                width:100%;
                                max-width:1000px;
}


/*
セッション
-------------------------------------------*/

#main_banner #catch h2{
	position: absolute;
	top: 50%;
	z-index: 10;
	left: 50%;
	width: 100%;
	color: #fff;
                                transform: translate(-50%, -50%);
}

#main_banner #catch h3{
	position: absolute;
	top: 50%;
	z-index: 10;
	left: 45%;
	width: 100%;
	color: #fff;
                                transform: translate(-50%, -50%);
}

#catch h2 img {
	width:100%;
	max-width:190px;
                                opacity: 100%;
}

#catch h3 img {
	width:80%;
	max-width:860px;
                                opacity: 100%;
}

/*
セッション２
-------------------------------------------*/
#main_banner #catch2 h3{
	position: absolute;
	top: 40%;
	z-index: 10;
	left: 45%;
	width: 100%;
	color: #fff;
                                transform: translate(-50%, -50%);
}

#main_banner #catch2 h4{
	position: absolute;
	top: 55%;
	z-index: 10;
	left: 50%;
                                transform: translate(-50%, -50%);
}

#catch2 h3 img {
	width:90%;
	max-width:860px;
                                opacity: 100%;
}

.enter {
	font-size: 10px;
	color: #fff;
                                border: 1px solid #fff;
	letter-spacing: 0px;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
                                font-weight:bold;
	padding-top:6px;
	padding-bottom:6px;
	padding-right:10px;
	padding-left:10px;
                                width:85px;
}

#button_area:hover + .enter{
	font-size: 10px;
                                color: #381300;
                                border: 1px solid #fff;
                                background-color:#fff;    
	letter-spacing: 0px;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
                                font-weight:bold;
	padding-top:6px;
	padding-bottom:6px;
	padding-right:10px;
	padding-left:10px;
                                width:85px;
}

.enter:hover {
	font-size: 10px;
                                color: #381300;
                                border: 1px solid #fff;
                                background-color:#fff;    
	letter-spacing: 0px;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
                                font-weight:bold;
	padding-top:6px;
	padding-bottom:6px;
	padding-right:10px;
	padding-left:10px;
                                width:85px;
}

/*
セッション２ここまで
-------------------------------------------*/

/*
セッション３
-------------------------------------------*/

#main_banner #catch3 h4{
	position: absolute;
	top: 94%;
	z-index: 10;
	left: 83%;
                                transform: translate(-50%, -50%);
}

#catch3 h2 img {
	width:100%;
	max-width:200px;
                                opacity: 100%;
}

.enter2 {
	font-size: 10px;
	color: #000;
                                border: 1px solid #000;
	letter-spacing: 0px;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
                                font-weight:bold;
	padding-top:6px;
	padding-bottom:6px;
	padding-right:10px;
	padding-left:10px;
                                width:85px;
}

.enter2:hover{
	font-size: 10px;
                                color: #000;
                                border: 1px solid #000;
                                background-color:#fff;    
	letter-spacing: 0px;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
                                font-weight:bold;
	padding-top:6px;
	padding-bottom:6px;
	padding-right:10px;
	padding-left:10px;
                                width:85px;
}


/*
セッション３ここまで
-------------------------------------------*/




/**************************
/* フッター
**************************/
footer .fnav-list1_1 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
	margin: 10px auto 80px;;
}

footer .fnav-list1_1 li {
	width: 100%;
	height: auto;
	display: inline-block;
	text-align:center;
	vertical-align: top;
	font-size: 12px;
	line-height: 1.4;
	margin:0 1% 20px 1%;
}



#main_banner #catch h2 {
	font-size: 30px;
}

}