@charset "utf-8";


/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #000;	/*全体の文字色*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 16px;	/*文字サイズ*/
	line-height: 1.5;		/*行間*/
    text-align: justify;
}
body .bg_b,body .bg5{
    color:#fff;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;font-weight: 400;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 20px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
video {max-width: 100%;}
/*iframe {width: 100%;}*/
.sp{display: none!important;}
/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
    color: #fff;
	transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
    text-decoration: none;
}
.f24{
    font-size: 24px;
}
.lh2{
    line-height: 2;
}
.bold{
    font-weight: bold;
}

/*画面幅830px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:830px){
.f24 {
    font-size: 20px;
}
}
/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.f24 {
    font-size: 15px;
}
}
/*w共通
---------------------------------------------------------------------------*/
.w750{
    max-width: 750px;
    margin: 0 auto;
    padding: 0 3%;
}
.w1000 {
	max-width: 1000px;	/*サイトの最大幅*/
	margin: 0 auto;
	padding: 0 3%;		/*上下、左右へのボックス内の余白*/
}

.w1200{
    max-width: 1200px;
    margin: 0 auto;
	padding: 0 3%;		/*上下、左右へのボックス内の余白*/
}
.w1400{
    max-width: 1400px;
    margin: 0 auto;
	padding: 0 3%;		/*上下、左右へのボックス内の余白*/
}
.w1000-2 {
	max-width: 1000px;	/*サイトの最大幅*/
	margin: 0 auto;
	padding: 0 3%;		/*上下、左右へのボックス内の余白*/
}
.w1200-2{
    max-width: 1200px;
    margin: 0 auto;
	padding: 0 3%;		/*上下、左右へのボックス内の余白*/
}
.w1400-2{
    max-width: 1400px;
    margin: 0 auto;
	padding: 0 3%;		/*上下、左右へのボックス内の余白*/
}

/*画面幅1500px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1500px){
    
.w1400{
    max-width: 94%;
}
.w1400-2{
    max-width: 100%;
	padding: 0;		/*上下、左右へのボックス内の余白*/
}
}
/*画面幅1300px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1300px){

.w1200{
    max-width: 94%;
}
.w1200-2{
    max-width: 100%;
	padding: 0;		/*上下、左右へのボックス内の余白*/
}
}
/*画面幅1100px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1100px){

.w1000{
    max-width: 85%;
}
.w1000-2 {
    max-width: 100%;
	padding: 0;		/*上下、左右へのボックス内の余白*/
}
}
/*画面幅1100px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){

.w750{
    max-width: 94%;
}
.w1000{
    max-width: 100%;
}
}
/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
    position: relative;
}
header a {
}
header img{
    width:100%;
}
.slick-slide img {
    width:100%;
}
.mainimg{
}
.mainimg img{
    width:100%;
}
.logo {
    position: fixed;
    top: 50px;
    left: 5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width:250px;
    z-index: 10001;
}

/*トップページへの追加設定*/
/*ロゴ画像*/
/*トップページへの追加設定*/
.home header h1 {
	width: 300px;		/*ロゴ画像の幅を上書き*/
	padding-top: 90px;	/*上に空ける余白の上書き。*/
}

/*画面幅1024px以下の設定　ヘッダー
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1024px){
header {
}
}

/*画面幅900px以下の設定　ヘッダー
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){
    .mainimg{
        padding-top: 60px;
    }
}
/*画面幅820px以下の設定　ヘッダー
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:820px){
.logo {
    width: 200px;
    top: 30px;
    left:3%;
    position: absolute;
}
}
/*画面幅480px以下の設定　ヘッダー
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar {
	clear: both;overflow: hidden;position: relative;
    width:100%;
    z-index: 10000;
    transition: 0.5s;
    background-color: #f29600;
}
#menubar ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
/*メニュー１個あたりの設定*/
#menubar li{
    padding: 5px 0;
}

/*メニュー1つ目の左右に点線を入れる*/
#menubar li:nth-child(1) a{
    border-left: none;
}
#menubar li:last-child{
    border-left: none;
    padding: 10px 0;
    
}
#menubar li a {
    position: relative;
    text-align: center;
	display:  block;
	font-size: 14px;	/*文字サイズ*/
	margin: 0px 0;		/*上下、左右に空けるメニューの外のスペース。この部分はマウスオン時に反応しない(色がかわらない)部分になります。*/
/*	width: 16.6%;	/*メニュー幅（100÷5個=20%）*/
    padding: 15px 15px 40px;
    font-weight: bold;
}
#menubar li a::before {
    position: absolute;
    content: "";
    background-image: url("../images/index/arrow3.webp");
    width: 16px;
    height: 8px;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transition: 0.5s;
}
#menubar li a:hover::before{
    bottom: 7px;
    
}

/*ヘッダー電話番号と営業時間*/
.tel_info{
}
#menubar .tel_info a{
	text-shadow: none;display: block;
	font-size: 32px;		/*文字サイズ*/
	padding-left: 25px;		/*左に少しだけ余白を作る。*/
}
.tel_info,#menubar .tel_info a{
    line-height: 1.4;
    color: #fc8a0e;
}
#menubar .tel_info a{
    font-weight: bold;
    position: relative;
    text-align: left;
}
#menubar .tel_info a::before{
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: url("../images/index/header_tel.png");
    width:20px;
    background-size: contain;
}
/*マウスオン時メニューと、現在表示中(current)メニューの設定*/
#menubar li a:hover{
color:#fff67f;
}
/*スマホ用メニューを表示させない*/
#menubar-s {display: none;}
/*３本バーアイコンを表示させない*/
#menubar_hdr {display: none;}


#menubar .line{
    width:80px;
}

/*fixmenu設定（メニューが画面上部に到達した際のスタイル）
---------------------------------------------------------------------------*/
/*上部固定メニュー用fixmenu設定*/
body.is-fixed-menu #menubar.nav-fix-pos {
	position: fixed;width: 100%;top: 0px;
}
body.is-fixed-menu .contents:first-of-type {
	margin-top: 119px;	/*メニューブロックの高さを指定する。背景画像も高さ100pxなので通常はこのままで。*/
}
.is-fixed-menu header{
    margin-bottom: 96px;
}
/*※以下の２ブロックのスタイルの「中身」は、上の２ブロックのスタイルと単純に合わせておいて下さい。fixmenuスクリプトを２つ使う為に必要な設定になります。*/
body.is-fixed #menubar.nav-fix-pos {
	position: fixed;width: 100%;top: 0px;
}
body.is-fixed .contents:first-of-type {
	margin-top: 100px;
}

/*画面幅1500px以下の設定 メニューバー 画面小さくしたときにグローバルナビとロゴが重ならないようにしています
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1500px){
}
/*画面幅1200px以下の設定 メニューバー　画面小さくしたときにグローバルナビとロゴが重ならないようにしています
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1200px){
#menubar li a {
	font-size: 13px;	/*文字サイズ*/
}
}
/*画面幅480px以下の設定 メニューバー
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1024px){
    #menubar ul {
}
}
/*画面幅480px以下の設定 メニューバー
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){
    header{
    }
.logo {
    top:30px;
    width:200px;
}
}

/*画面幅480px以下の設定 メニューバー
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){.is-fixed-menu header {
    margin-bottom: 0px;
}

}
/*contents
---------------------------------------------------------------------------*/
.contents {
	clear: both;overflow: hidden;
	padding-top: 100px;		/*上に空けるボックス内の余白*/
	padding-bottom: 100px;	/*下に空けるボックス内の余白*/
}
/*コンテンツのh2タグ設定*/
h2 {
	clear: both;
    font-weight: 600;
    text-align: center;
	margin-bottom: 45px;	/*見出しの下に空けるスペース*/
	padding: 10px;		/*上下、左右への余白*/
	font-size: 36px;		/*文字サイズ*/
    position: relative;
}
h2 .title_color{
    padding-bottom: 5px;
    border-bottom: solid 3px #000;
/*    line-height: 2.5;*/
}
/*h2タグに「span class="title_sub"」を指定した場合の追加設定。見出しの下に小文字です。*/
h2 .title_sub{
    font-size: 16px;
    letter-spacing: 1px;
}
/*h2タグに「span class="title_sub"」を指定した上で、h2に直接「class="title_up"」を指定した場合の追加設定。見出しの上に小文字です。*/
h2.title_up{
    line-height: 1.1;    
    margin-top: -30px;
}
/*コンテンツのh3タグ設定*/
h3 {
	clear: both;
	margin-bottom: 20px;	/*見出しの下に空けるスペース*/
	padding: 10px;		/*上下、左右への余白*/
	font-size: 28px;		/*文字サイズ*/
    font-weight: bold;
}
li h3{
    padding: 0 15px;    
}
/*コンテンツのh4タグ設定*/
h4 {
	clear: both;
	margin-bottom: 10px;	/*見出しの下に空けるスペース*/
	padding: 5px 10px;		/*上下、左右への余白*/
	font-size: 20px;		/*文字サイズ*/
    font-weight: bold;
}
/*コンテンツの段落タグ設定*/
p {
    padding: 0 10px;
	margin-bottom: 0px;
}
li p{
    padding: 0 15px;
}
/*他*/
/*画面幅1024px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1024px){
    .contents {
    clear: both;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
}
h2 {
    font-size: 28px;
}
h2 .title_sub {
    font-size: 14px;
}
h3 {
    font-size: 22px;
}
p {
    font-size: 14px;
}
}
/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){
}
/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
/*コンテンツのh2タグ設定*/
h2 {
    font-size: 21px;
    line-height: 0.9;
}
h2 .title_sub {
    font-size: 12px;
}
h2.title_up{ 
    margin-top: -20px;
    line-height: 1.2;    
}
/*コンテンツのh3タグ設定*/
h3 {
	font-size: 18px;	/*文字サイズ*/
}

h4{
        font-size: 16px;
    }
}


/*フッター設定
---------------------------------------------------------------------------*/
footer {
    padding: 0px 3%;
	clear: both;
	font-size: 16px;	/*文字サイズ*/
    position: relative;
    text-align: center;
}
/*リンクテキスト*/
footer a {
	color: #000;	/*文字色*/
	text-decoration: none;
}
/*リンクのマウスオン時*/
footer a:hover {
	color: #20c73d;
}
/*画面幅480px以下の設定　フッター
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
footer {
	font-size: 14px;	/*文字サイズ*/
}    
}
/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
    font-size: 14px;
	overflow: hidden;
/*	padding: 20px 3%;	/*上下、左右のボックス内の余白*/
/*	color: #fff;		/*文字色*/
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.footer_l{
    width: 40%;
    text-align: center;
    order: 2;
    margin-top: 60px;
}
.footer_l img{
    width:250px;
}
/*１行分の設定*/
#footermenu ul {
    width:60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
#footermenu li{
    text-align: center;
    padding: 0 15px;
}
.footer_map{
    position: relative;
    padding-left: 20px;
}
.footer_map::before{
    position: absolute;
    content: "";
    left: 3px;
    top: 55%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-image: url("../images/index/map.png");
    height:15px;
    width:15px;
    background-size: contain;
    background-repeat: no-repeat;
}
.footer_tel{
    position: relative;
    padding-left: 20px;
}
.footer_tel::before{
    position: absolute;
    content: "";
    left: 3px;
    top: 55%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-image: url("../images/index/tel_b.png");
    height:15px;
    width:15px;
    background-size: contain;
    background-repeat: no-repeat;
}
.footer_fax{
    position: relative;
    padding-left: 20px;
}
.footer_fax::before{
    position: absolute;
    content: "";
    left: 0px;
    top: 57%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-image: url("../images/index/fax.png");
    height:15px;
    width:15px;
    background-size: contain;
    background-repeat: no-repeat;
}
@media screen and (max-width:900px){
.footer_l{
    width: 50%;
}
#footermenu ul {
    width:50%;
}
}
@media screen and (max-width:480px){
#footermenu {
    justify-content: center;
    }
.footer_l {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    order: 2;
}
    .footer_r{
        margin-bottom: 20px;
        order: 1;
    }
#footermenu ul {
	width:100%;	/*１列あたりの幅の再設定*/
    padding: 0;
    justify-content: center;
}
#footermenu li {
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
}
}
/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	clear: both;
	text-align: center;
	font-size: 12px;	/*文字サイズ*/
	color: #532300;		/*文字色*/
    padding-bottom: 50px;
}
/*リンクテキスト*/
#copyright a {text-decoration: none;color: #532300;}



/*btn1 ボタンの設定
---------------------------------------------------------------------------*/
p.btn1 a {
	text-decoration: none;display: inline-block;
	border: 1px solid transparent;	/*枠線の幅、線種、色。transparentは透明の事。*/
	background: #f198a8;	/*背景色*/
	color: #fff;	/*文字色*/
	padding: 20px 60px 20px 30px ;		/*上下、左右へのボタン内の余白*/
	text-align: center;		/*文字をセンタリング*/
    position: relative;
    width:175px;
    margin: 40px 0px 0;
    border-radius: 45px;
    
}
p.btn1 a::after {
    content: "";
    background-image: url("../images/index/arrow.webp");
    background-repeat: no-repeat;
    width:30px;
    height:30px;
    position: absolute;
    background-size: contain;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: 0.5s;
    
    
}
/*マウスオン時*/
p.btn1 a:hover {
	background: #93d7d4;			/*背景色*/
    color: #fff;
}
p.btn1 a:hover::after {
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
.news{
	width: 80%;
	margin: 0 auto;
}
.news a{
    color: #532300;
    text-decoration: none;
    transition: 0s;
    font-weight: 500;
}
.news a:hover{
    color: #f198a8;
}
.news dl {
	padding: 0px 20px 10px;	/*上下、左右へのボックス内の余白*/
	border-bottom: 2px dotted #ccc;
	position: relative;
	margin: 0 auto 32px;
}
/*日付設定*/
.news dt {
	float: left;	/*左に回り込み*/
	width: 8em;		/*幅*/
	letter-spacing: 0.1em;
    font-weight: 500;
}
/*記事設定*/
.news dd {
	padding-left: 8em;	/*左に空ける余白*/
    font-weight: 500;
}
dt .news-cat{
    margin: 0 10px 5px;
    display: inline-block;
    font-size: 0.8rem;
    color: #ffff;
    text-align: center;
    padding: 5px 10px 6px;
    vertical-align: text-top;
    line-height: 1;
/*	border: 1px solid #2b82bd;*/
	background-color: #2b82bd;
    width:70px
}
dt .blog-cat{
    margin: 0 10px 5px;
    display: inline-block;
    font-size: 0.8rem;
    color: #ffff;
    text-align: center;
    padding: 6px 10px 5px;
    line-height: 1;
/*	border: 1px solid #2b82bd;*/
	background-color: #ffa500;
    width:70px;
}
.news_title p{
    text-align: center;
}
.news_title h2{
    line-height: 1;
}
.news_box{
    max-width: 800px;
    margin: 0 auto;
}
.news_box img{
    margin-bottom: 20px;
}
.news_box p{
    margin-bottom: 40px;
}
/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){

    .news {
    width: 95%;
}
    .news dt {
    width: 100%;
}
    .news dl {
    width: 90%;
}
    .news dd{
        padding-left: 0px;
    }    
}


/*box1
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
/*box1 ２カラムボックス　左画像＋右テキスト　サイズ標準*/
.box1{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.box1:nth-child(odd) .box1_text{
    order: 1;
}
.box1:nth-child(odd) .box1_img{
    order: 2;
}


.box1_text{
    width:46%;
    flex-wrap: wrap;
    padding:0 2%;
}
.box1_img{
    width:50%;
}
.box1_img img{
    width:100%;
}

.box1 .btn1 a{
    background-color: #fc8a0e;
    border: solid 1px #fc8a0e;
}
.box1 .btn1 a:hover {
    border: solid 1px #fc8a0e;
	background: #fff;			/*背景色*/
	color: #fc8a0e;	/*文字色*/
}
.box1 .btn1 a:hover::after {
    background-image: url("../images/index/arrow_orange.png");
}

/*画面幅1024px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1024px){
.box1 {
    margin-bottom: 30px;
}    
}
/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){
.box1_text {
    width: 45%;
    padding: 2.5%;
}
}


/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.box1:nth-child(odd) .box1_text{
    order: 2;
}
.box1:nth-child(odd) .box1_img{
    order: 1;
}
.box1_img {
    width: 100%;
    margin-bottom: 30px;
}
.box1_text {
    width: 100%;
    padding: 2.5%;
    margin-bottom: 15px;
    justify-content: center;
}
}


/*box1-2 ２カラムボックス　左画像＋右テキスト　サイズ変更など*/
.box1-2{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.box1-2:nth-child(odd){
    justify-content: flex-end;
}
.box1-2:nth-child(odd) .box1-2_text{
    order: 1;
}
.box1-2:nth-child(odd) .box1-2_img{
    order: 2;
}
.box1-2_text{
    width:31%;    /*横幅サイズ*/
    flex-wrap: wrap;
    padding:0 4%;/*文字と画像の間の余白*/
}
.box1-2_img{
    width:50%;    /*横幅サイズ*/
}
.box1-2_img img{
    width:100%;
}


/*画面幅1024px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1024px){
.box1-2 {
    margin-bottom: 30px;
}
    
}
/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){
.box1-2_text {
    width: 35%;
    padding: 2.5%;
}
}


/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.box1-2:nth-child(odd) .box1-2_text{
    order: 2;
}
.box1-2:nth-child(odd) .box1-2_img{
    order: 1;
}
.box1-2_img {
    width: 100%;
    margin-bottom: 30px;
}
.box1-2_text {
    width: 100%;
    padding: 2.5%;
    margin-bottom: 15px;
    justify-content: center;
}
}
/*box2（３カラムボックスリンクボタン付き）
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
.box2 ul{
    display: flex;
    flex-wrap: wrap;
}
.box2 li{
	position: relative;
	width: 30%;		/*ボックスの幅*/
    margin-left: 5%;
    margin-bottom: 30px;
	padding-bottom: 105px;	/*下の余白だけ上書き*/
	line-height: 1.5;	/*行間*/
    background-color: #fff;
}
.box2 li:nth-of-type(3n+1){
    margin-left: 0;
}
.box2 img{
    width:100%;
}

.box2 h4 {
    margin: 10px 0;
}
.box2 p.btn1 {
	position: absolute;
	bottom: 25px;	/*box2の下から30pxの場所に配置*/
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
 
/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){
.box2 p.btn1 a {
    width: 80px;
}
.box2 p.btn1 a::after {
    right: 15px;
}
}
/*画面幅767px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:767px){
.box2 li {
    width: 48%;
    margin-left: 4%;
}    
.box2 li:nth-of-type(3n+1) {
    margin-left: 4%;
}
.box2 li:nth-of-type(2n+1) {
    margin-left: 0%;
}
}
/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
/*ボックス１個あたりの設定*/
.box2 {
	padding: 3%;		/*余白の上書き*/
	margin: 0 0 20px 0;		/*上、右、下、左へのボックスの外に空けるスペース*/
}
.box2 li {
    width: 100%;
    margin-left: 0%;
}
.box2 li:nth-of-type(3n+1) {
    margin-left: 0%;
}
.box2 li:last-child {
    margin-bottom: 0px;
}

.box2 h4 {
	font-size: 16px;	/*文字サイズ*/
}
}

/*box2-1（4カラムボックスリンクボタン付き）
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
.box2-1 ul{
    display: flex;
    flex-wrap: wrap;
}
.box2-1 li{
	position: relative;
	width: 22%;		/*ボックスの幅*/
    margin-left: 4%;
    margin-bottom: 30px;
	padding-bottom: 105px;	/*下の余白だけ上書き*/
	line-height: 1.5;	/*行間*/
    background-color: #fff;
}
.box2-1 li:nth-of-type(4n+1){
    margin-left: 0;
}
.box2-1 img{
    width:100%;
}

.box2-1 h4 {
    text-align: center;
    color: #e9910e;
    margin: 10px 0;
}
.box2-1 p.btn1 {
	position: absolute;
	bottom: 25px;	/*box2の下から30pxの場所に配置*/
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
/*画面幅1300px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1300px){
.box2-1 p.btn1 a {
    width: 100px;
}    
.box2-1 p.btn1 a::after {
    right: 20px;
}
}
/*画面幅1300px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1024px){
.box2-1 li {
    width: 48%;
    margin-left: 4%;
}    
.box2-1 li:nth-of-type(3n+1) {
    margin-left: 4%;
}
.box2-1 li:nth-of-type(2n+1) {
    margin-left: 0%;
}
}

/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.box2-1 {
    padding: 3%;
    margin: 0 0 20px 0;
}
.box2-1 li {
    width: 100%;
    margin-left: 0%;
}
.box2-1 li:nth-of-type(3n+1) {
    margin-left: 0%;
}
.box2-1 li:last-child {
    margin-bottom: 0px;
}
}

/*box2-2（３カラムボックスリンク全体）
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
.box2-2 ul{
    display: flex;
    flex-wrap: wrap;
}
.box2-2 a{
	position: relative;
	width: 30%;		/*ボックスの幅*/
    margin-left: 5%;
    margin-bottom: 30px;
	padding-bottom: 15px;	/*下の余白だけ上書き*/
	line-height: 1.5;	/*行間*/
    background-color: #fff;
    color: #000;
}
.box2-2 a:nth-of-type(3n+1){
    margin-left: 0;
}
.box2-2 img{
    width:100%;
}

.box2-2 h4 {
    text-align: center;
    color: #e9910e;
    margin: 10px 0;
}
.box2-2_img{
    overflow: hidden;
}
.box2-2_img img {
  transform: scale(1);
  transition: .3s ease-in-out;
}
.box2-2 a:hover{
    opacity: 0.7;
}
.box2-2 a:hover img {
  transform: scale(1.1);
}

 
/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){
}
/*画面幅767px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:767px){
.box2-2 a {
    width: 48%;
    margin-left: 4%;
}    
.box2-2 a:nth-of-type(3n+1) {
    margin-left: 4%;
}
.box2-2 a:nth-of-type(2n+1) {
    margin-left: 0%;
}
}
/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
/*ボックス１個あたりの設定*/
.box2-2 {
	padding: 3%;		/*余白の上書き*/
	margin: 0 0 20px 0;		/*上、右、下、左へのボックスの外に空けるスペース*/
}
.box2-2 a {
    width: 100%;
    margin-left: 0%;
}
.box2-2 a:nth-of-type(3n+1) {
    margin-left: 0%;
}
.box2-2 a:last-child {
    margin-bottom: 0px;
}

.box2-2 h4 {
	font-size: 16px;	/*文字サイズ*/
}
}


/*box2-3（4カラムボックスリンク全体）
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
.box2-3 ul{
    display: flex;
    flex-wrap: wrap;
}
.box2-3 a{
	position: relative;
	width: 22%;		/*ボックスの幅*/
    margin-left: 4%;
    margin-bottom: 30px;
	padding-bottom: 15px;	/*下の余白だけ上書き*/
	line-height: 1.5;	/*行間*/
    background-color: #fff;
    color: #000;
}
.box2-3 a:nth-of-type(4n+1){
    margin-left: 0;
}
.box2-3 img{
    width:100%;
}

.box2-3 h4 {
    text-align: center;
    color: #e9910e;
    margin: 10px 0;
}
.box2-3 p.btn1 {
	position: absolute;
	bottom: 25px;	/*box2の下から30pxの場所に配置*/
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.box2-3_img{
    overflow: hidden;
}
.box2-3_img img {
  transform: scale(1);
  transition: .3s ease-in-out;
}
.box2-3 a:hover{
    opacity: 0.7;
}
.box2-3 a:hover img {
  transform: scale(1.1);
}
/*画面幅1300px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1300px){
.box2-3 p.btn1 a {
    width: 100px;
}    
.box2-3 p.btn1 a::after {
    right: 20px;
}
}
/*画面幅1300px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1024px){
.box2-3 a {
    width: 48%;
    margin-left: 4%;
}    
.box2-3 a:nth-of-type(3n+1) {
    margin-left: 4%;
}
.box2-3 a:nth-of-type(2n+1) {
    margin-left: 0%;
}
}

/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.box2-3 {
    padding: 3%;
    margin: 0 0 20px 0;
}
.box2-3 a {
    width: 100%;
    margin-left: 0%;
}
.box2-3 a:nth-of-type(3n+1) {
    margin-left: 0%;
}
.box2-3 a:last-child {
    margin-bottom: 0px;
}

.box2-3 h4 {
	font-size: 16px;	/*文字サイズ*/
}
}

/*box2-4（2カラムボックス)
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
.box2-4 ul{
    display: flex;
    flex-wrap: wrap;
}
.box2-4 li{
	position: relative;
	width: 48%;		/*ボックスの幅*/
    margin-left: 4%;
    margin-bottom: 30px;
	line-height: 1.5;	/*行間*/
}
.box2-4 li:nth-of-type(2n+1){
    margin-left: 0;
}
.box2-4 img{
    width:100%;
}

.box2-4 h4 {
    text-align: center;
    margin: 10px 0;
}
 
/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){
.box2-4 p.btn1 a {
    width: 80px;
}
.box2-4 p.btn1 a::after {
    right: 15px;
}
}
/*画面幅767px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:767px){
.box2-4 li {
    width: 48%;
    margin-left: 4%;
}    
.box2-4 li:nth-of-type(3n+1) {
    margin-left: 4%;
}
.box2 li:nth-of-type(2n+1) {
    margin-left: 0%;
}
}
/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
/*ボックス１個あたりの設定*/
.box2-4 {
	padding: 3%;		/*余白の上書き*/
	margin: 0 0 20px 0;		/*上、右、下、左へのボックスの外に空けるスペース*/
}
.box2-4 li {
    width: 100%;
    margin-left: 0%;
}
.box2-4 li:nth-of-type(3n+1) {
    margin-left: 0%;
}
.box2-4 li:last-child {
    margin-bottom: 0px;
}

.box2-4 h4 {
	font-size: 16px;	/*文字サイズ*/
}
}



/*box3（２カラムボックス　左テキスト広め　右画像）
---------------------------------------------------------------------------*/
.box3{
}
.box3 li{
    position: relative;
    margin-bottom: 80px;
    display: flex;
    flex-wrap: wrap;
}
.box3_text{
    width:65%;
}
.box3_img{
    width:30%;
    margin: 0 2.5%;
}
.box3 li:last-child{
    margin-bottom: 0px;
}
.box3 li:last-child::after{
    content: none;
}

.box3 li p{
}

/*画面幅480px以下の設定 box3
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.box3 li{
    margin-bottom: 40px;
}
.box3_text {
    width: 100%;
}
}

/*box3-2（２カラムボックス　テキスト広め＋画像が交互になる）
---------------------------------------------------------------------------*/
.box3-2{
}
.box3-2 li{
    position: relative;
    margin-bottom: 80px;
    display: flex;
    flex-wrap: wrap;
}
.box3-2_text{
    width:65%;
}
.box3-2_img{
    width:30%;
    margin: 0 2.5%;
}
.box3-2 li:nth-child(odd) .box3-2_text{
    order:2;
}
.box3-2 li:nth-child(odd) .box3-2_img{
    order: 1;
}
.box3-2 li:last-child{
    margin-bottom: 0px;
}
.box3-2 li:last-child::after{
    content: none;
}

.box3-2 li p{
}

/*画面幅480px以下の設定 box3-2
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.box3-2{
}
.box3-2_text {
    width: 100%;
}
}

/*box3-3（２カラムボックス　テキスト広め＋画像が交互になる）
---------------------------------------------------------------------------*/
.box3-3{
}
.box3-3 li{
    position: relative;
    margin-bottom: 80px;
    display: flex;
    flex-wrap: wrap;
}
.box3-3_text{
    width:40%;
}
.box3-3_img{
    width:55%;
    margin-left: 5%;
}
.box3-3 li:nth-child(even) .box3-3_text{
    order:2;
    margin-left: 5%;
}
.box3-3 li:nth-child(even) .box3-3_img{
    order: 1;
    margin-left: 0;
}
.box3-3 li:last-child{
    margin-bottom: 0px;
}
.box3-3 li:last-child::after{
    content: none;
}

.box3-3 li p{
}

/*画面幅480px以下の設定 box3-2
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.box3-3{
}
.box3-3 li{
    margin-bottom: 40px;
}
.box3-3_text {
    width: 100%;
}
.box3-3_img{
    width:100%;
    margin-left: 0%;
    padding: 15px;
}
.box3-3 li:nth-child(even) .box3-3_img{
    order: 2;
}
.box3-3 li:nth-child(even) .box3-3_text{
    order:1;
    margin-left: 0%;
}
}

/*box4（２カラムボックス　背景画像でタイトルテキストリンク）
------------------------------------------------------------------------------------------------------------------------------------------*/
.box4 ul{
    display: flex;
    flex-wrap: wrap
}

.box4 li{
    width:42%;
    padding: 2%;
    margin: 0 2%;
}
.box4 li:nth-child(1){
    background-image: url("../images/index/box4-1.jpg");
}
.box4 li:nth-child(2){
    background-image: url("../images/index/box4-2.jpg");
}

/*画面幅767px以下の設定 box4
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:767px){
.box4 li{
    width:480px;
    padding: 2% 0;
    margin: 2% auto;
}   
}

/*画面幅480px以下の設定 box4
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.box4 li{
    width:100%;
    padding: 2% 0;
}   
}

/*box4-2（３カラムボックス　背景画像でタイトルテキストリンク）
------------------------------------------------------------------------------------------------------------------------------------------*/
.box4-2 ul{
    display: flex;
    flex-wrap: wrap
}

.box4-2 li{
    width:28%;
    padding:2%;
    margin-left:2%;
}
.box4-2 li:nth-of-type(3n+1){
    margin-left: 0;
}
.box4-2 li:nth-child(1){
    background-image: url("../images/index/box4-2-1.jpg");
}
.box4-2 li:nth-child(2){
    background-image: url("../images/index/box4-2-2.jpg");
}
.box4-2 li:nth-child(3){
    background-image: url("../images/index/box4-2-3.jpg");
}

/*画面幅767px以下の設定 box4-2
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:767px){
.box4-2 li{
    width:480px;
    padding: 2% 0;
    margin: 2% auto;
}   
.box4-2 li:nth-of-type(3n+1){
    margin-left: auto;
}
}

/*画面幅480px以下の設定 box4-2
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.box4-2 li{
    width:100%;
    padding: 2% 0;
}   
}



/*box5（4カラムボックス2段　フォトギャラリー的な）
------------------------------------------------------------------------------------------------------------------------------------------*/
.box5 ul{
    display: flex;
    flex-wrap: wrap;
}
.box5 li{
    width:25%;
}
.box5 li img{
    width: 100%;
}

/*画面幅480px以下の設定 box5
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.box5 li{
    width:50%;
} 
}
/*box5-2（スライダー　フォトギャラリー的な　index.php下部のscriptのところで調整する）
------------------------------------------------------------------------------------------------------------------------------------------*/

/*box5-3（4カラムボックス2段　フォトギャラリー的な　リンク付き）
------------------------------------------------------------------------------------------------------------------------------------------*/
.box5-3 ul{
    display: flex;
    flex-wrap: wrap;
}
.box5-3 li{
    width:25%;
    overflow: hidden;
}
.box5-3 li img{
    width: 100%;
}
.box5-3 a img{
    transition: 0.5s;
}
.box5-3 a:hover img{
  transform: scale(1.1);
    opacity: 0.7;
}
/*画面幅480px以下の設定 box5
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.box5-3 li{
    width:50%;
}  
}
/*box5-4（スライダー　フォトギャラリー的な　リンク付き　index.php下部のscriptのところで調整する）
------------------------------------------------------------------------------------------------------------------------------------------*/


/*box5-5（4カラムボックス2段　フォトギャラリー的な）
------------------------------------------------------------------------------------------------------------------------------------------*/
.box5-5 ul{
    display: flex;
    flex-wrap: wrap;
}
.box5-5 li{
    width:22%;
    margin-left: 4%;
}
.box5-5 li:nth-of-type(4n+1){
    margin-left: 0;
}
.box5-5 li img{
    width: 100%;
}

/*画面幅480px以下の設定 box5
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.box5-5 li{
    width:48%;
} 
.box5-5 li:nth-of-type(2n+1){
    margin-left: 0;
} 
}
/*お問い合わせ
---------------------------------------------------------------------------*/
.footer_contact_info h3{
    margin: 15px 0 0;
}
.footer_contact_info p{
    margin-bottom: 30px;
}
.contactarea{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.contactarea div{
    padding: 10px 20px;
    display: flex;
    flex-wrap: wrap;
    width:50%;
    box-sizing: border-box;
    justify-content: center;
}
.contactarea div:last-child p{
    font-weight: 500;
}
.contactarea div:last-child{
    border-left: solid 1px #fff;
}
.contactarea .tel{
    margin-bottom: 10px;
}
.contactarea .tel a{
    font-size: 41px;
    padding-left: 40px;
    position: relative;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
}
.contactarea .tel a::before{
    position: absolute;
    top: 53%;
    left: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: "";
    background-image: url("../images/index/tel.png");
    background-repeat: no-repeat;
    background-size: contain;
    width:25px;
    height:34px;
}
.contactarea .mail{
    font-size: 18px;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    padding-top: 10px;
    font-weight: 500;
}
.contactarea .mail a{
    position: relative;
    text-decoration: none;
    border: solid 2px #fff;
    padding: 10px 70px 10px 50px;
    border-radius: 10px;
}
.contactarea .mail a::before{
    position: absolute;
    top: 53%;
    left: 18px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: "";
    background-image: url("../images/index/mail.png");
    background-repeat: no-repeat;
    background-size: contain;
    width:20px;
    height:16px;
}
.contactarea .mail a::after{
    content: "";
    background-image: url(../images/index/arrow_w.png);
    background-repeat: no-repeat;
    width: 37px;
    height: 6px;
    position: absolute;
    top: 55%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: 0.5s;
}
.contactarea .line {
    font-size: 18px;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    padding-top: 10px;
    font-weight: 500;
}
.contactarea .line a{
    background-color: #fff;
    color: #06c755;
    position: relative;
    text-decoration: none;
    border: solid 2px #06c755;
    padding: 10px 70px 10px 50px;
    border-radius: 10px;
}
.contactarea .line a::before{
    position: absolute;
    top: 53%;
    left: 14px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: "";
    background-image: url("../images/index/line.png");
    background-repeat: no-repeat;
    background-size: contain;
    width:22px;
    height:22px;
}
.contactarea .line a::after{
    content: "";
    background-image: url(../images/index/arrow_green.png);
    background-repeat: no-repeat;
    width: 37px;
    height: 6px;
    position: absolute;
    top: 55%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: 0.5s;
}
/*画面幅480px以下の設定 box3
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){
    .contactarea .tel a {
    font-size: 28px;
    padding-left: 25px;
}
    .contactarea .tel a::before {
    width: 18px;
    height: 25px;
}
    .contactarea .mail {
    font-size: 14px;
        margin-bottom: 10px;
}
    .contactarea .line {
    font-size: 14px;
        margin-bottom: 10px;
}
}

/*画面幅480px以下の設定 box3
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:700px){
.contactarea div {
    width:400px;
    border-left:none;
    padding: 0;
    margin-bottom: 20px;
}
.contactarea div:last-child {
    border-left: none;
    margin-bottom: 0;
}
}
/*画面幅480px以下の設定 box3
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.contactarea {
    margin-top: 20px;
}
    .contactarea p:last-child{
        margin-top: 0px;
}
.contactarea .tel {
    font-size: 22px;
    padding-left: 20px;
    line-height: 1.5;
}
.contactarea .tel::before {
    left: 30px;
}
.contactarea .mail::before {
    top: 60%;
}
.footer_contact_info h3 {
    margin: 15px 0 0;
    line-height: 1.5;
}
}



/*アコーディオン全体
------------------------------------------------------------------------------------------------------------------------------------------*/
.accordion-area{
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin:0 auto;
}

.accordion-area li{
    margin: 10px 0;
}

/*アコーディオンタイトル*/
.accordion-area .title {
    margin-bottom: 10px;
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:20px;
    font-weight: 600;
    padding: 20px 50px;
    transition: all .5s ease;
	border-bottom: 1px solid #ccc;
}
.accordion-area h3.title span{
    font-size: 20px;
}
/*アイコンの＋と×*/
.accordion-area .title::after{
    position: absolute;
    content:'';
    width: 30px;
    height: 30px;
    background-image: url("../images/company/plus.png");
    background-size: contain;
    
}
.accordion-area .title::after{    
    top:10px;
    right: 10px;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.accordion-area .title.close::after{
	transform: rotate(-45deg);
    right:10.5px;
}
.accordion-area .title::before{
    position: absolute;
    content :"";
    left:0;
    width:30px;
    height:30px;
    background-image: url("../images/service/q.png");
    background-size: contain;
    background-repeat: no-repeat;
}
/*アコーディオンで現れるエリア*/
.accordion-box {
    position: relative;
    display: none;/*はじめは非表示*/
	margin:0;
    padding: 1% 3% 1% 50px;
}
.accordion-box p{
    padding: 0;
    position: relative;
}
.accordion-box::after{
    
    position: absolute;
    content :"";
    left:0;
    top:10px;
    width:30px;
    height:30px;
    background-image: url("../images/service/a.png");
    background-size: contain;
    background-repeat: no-repeat;
}

/*画面幅1300px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1300px){
    .accordion-area .title::after {
    right: 10px;
}
.accordion-area .title.close::after{
	transform: rotate(-45deg);
    right:10px;
}
}

/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){
    .accordion-area .title {
    font-size: 16px;
    padding: 8px 50px 20px;
        
}
    .accordion-area h3.title span {
    font-size: 16px;
}
    .accordion-area .title::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../images/company/plus.png);
    background-size: contain;
} 
.accordion-area .title::before {
    left: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}
.accordion-box::after {
    left: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}
}

/*流れ
---------------------------------------------------------------------------*/
.flow{
}
.flow li{
    position: relative;
    margin-bottom: 80px;
    padding-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
}
.flow_text{
    width:65%;
}
.flow_img{
    width:30%;
    margin: 0 2.5%;
}
.flow li:last-child{
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.flow li::after{
    position: absolute;
    content: "";
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  border-top: 20px solid #000;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent;
}
.flow li:last-child::after{
    content: none;
}

.flow li p{
}

/*画面幅480px以下の設定 flow
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.flow{
}
.flow_text {
    width: 100%;
}
}
/*流れ２（テキストと画像が交互）
---------------------------------------------------------------------------*/
.flow2{
}
.flow2 li{
    position: relative;
    margin-bottom: 80px;
    padding-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
}
.flow2_text{
    width:61%;
    margin: 0 2%;
}
.flow2_img{
    width:31%;
    margin: 0 2%;
}
.flow2 li:nth-child(odd) .flow2_text{
    order:2;
}
.flow2 li:nth-child(odd) .flow2_img{
    order: 1;
}
.flow2 li:last-child{
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.flow2 li::after{
    position: absolute;
    content: "";
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  border-top: 20px solid #000;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent;
}
.flow2 li:last-child::after{
    content: none;
}

.flow2 li p{
}

/*画面幅480px以下の設定 flow
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.flow2{
}
.flow2_text {
    width: 100%;
}
}





/*テーブル
---------------------------------------------------------------------------*/

/*.ta1　お問い合わせのテーブル　※お問い合わせは要カスタマイズ
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	border-bottom: none;	/*下線だけ消す*/
	text-align: left;		/*文字を左寄せ*/
	background: #eee;		/*背景色*/
	color: #666;			/*文字色*/
	font-weight: bold;		/*太字に*/
	padding: 10px;			/*ボックス内の余白*/
}
/*ta1設定*/
.ta1 {
	width: 100%;
	margin: 30px auto 20px;
	background: #fff;	/*背景色*/
	color: #666;			/*文字色*/
}
.ta1 tr{
    display: flex;
    flex-wrap: wrap;
}
.ta1 td, .ta1 th {
	padding: 5px 0px;	/*ボックス内の余白*/
/*	word-break: break-all;*/
    font-size: 14px;
    width:100%;
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 100%;		/*幅*/
    text-align: left;
/*	text-align: center;	/*センタリング*/
	font-weight: normal;
}
.ta1 span{
    float: left;
    padding:0 10px;
    color: #fff;
    
}
.ta1 td{
	border-bottom: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
    margin-bottom: 15px;
    padding-bottom: 15px;
}
/*リンクテキストの文字色*/
.ta1 a {color: #666;
font-weight: bold;
text-decoration: underline;}
/*ta1のtdタグ内のリストタグ*/
.ta1 td ul.disc {padding: 0 5px 0 20px;}
/*ta1のtdタグ内の段落(p)タグ*/
.ta1 p {padding: 0;}


/*.ta2　会社概要に使ってるテーブル
------------------------------------------------------------------------------------------------------------------------------------------*/

.ta2 {
	width: 100%;
	margin: 0 auto 20px;
/*	background: #fff;	/*背景色*/
	color: #666;			/*文字色*/
}

.ta2, .ta2 td, .ta2 th{
    border-bottom: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	padding: 15px;	/*ボックス内の余白*/
	word-break: break-all;
}
.ta2,.ta2 tr:last-child th,.ta2 tr:last-child td{
    border-bottom: none;
}
/*ta2の左側ボックス*/
.ta2 th {
    font-size: 14px;
	width: 140px;		/*幅*/
	text-align: left;	/*センタリング*/
	font-weight: normal;
}
.ta2 td{
    font-size: 14px;
}
/*リンクテキストの文字色*/
.ta2 a {
    color: #666;
    text-decoration: underline;
    transition: 0s;
}
.ta2 a:hover{
    opacity: 0.5;
}
/*ta1のtdタグ内のリストタグ*/
.ta2 td ul.disc {padding: 0 5px 0 20px;}
/*ta1のtdタグ内の段落(p)タグ*/
.ta2 p {padding: 0;}


/*画面幅480px以下の設定 news
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.ta2 th {
    font-size: 12px;
    width: 90px;
    padding-right: 0;
    padding-left: 10px;
}
.ta2 td {
    font-size: 13px;
    padding-right: 10px;
}
}






/*inputボタン
---------------------------------------------------------------------------*/
::placeholder {
  color: #ccc;
}
input[type="submit"].btn,
input[type="button"].btn,
input[type="reset"].btn {
	padding: 10px 30px;
	border: 1px solid transparent;
	font-size: 15px;		/*文字サイズ*/
	background: #f29600;		/*背景色*/
    width: 150px;
    border-radius: 25px;
    padding: 10px;
    margin: 5px;
    color: #fff;
    transition: 0.7s;
}
/*マウスオン時の設定*/
input[type="submit"].btn:hover,
input[type="button"].btn:hover,
input[type="reset"].btn:hover {
	border: 1px solid #f29600;	/*枠線の幅、線種、色*/
	background: #fff;		/*背景色*/
    cursor: pointer;
    color: #f29600;
}

/*パンくずナビ
---------------------------------------------------------------------------*/
/*メニュー全体を囲むブロック*/
.pan {
	background: #111;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.7);	/*背景色。0,0,0は黒の事で、0.7は70%色がついた状態の事。*/
	margin-bottom: 40px;			/*ボックスの下に空けるスペース*/
	margin-top: -40px;				/*ボックスを上のメニューにつけるための指定*/
	padding: 10px 3%;				/*ボックス内の余白。上下、左右。*/
	color: #fff;					/*文字色*/
}
/*メニュー１個あたりの設定*/
.pan li {
	display: inline-block;	/*横並びにさせる指定*/
	padding: 5px;		/*余白*/
}
/*リンクテキストの文字色*/
.pan a {
	color: #bebebe;
}
/*マウスオン時リンクテキストの文字色*/
.pan a:hover {
	color: #fff;
}
/*リストタグの頭に加える記号*/
.pan li::before {
	content: ">";	/*このテキストを表示させる*/
	color: #bebebe;	/*文字色*/
	padding-right: 12px;	/*記号とテキストとの余白*/
}
/*１番目のリストタグの頭に加える文字のリセット*/
.pan li:first-child::before {
	content: "";	/*テキストを空にする*/
}

/*背景色（bg1）
---------------------------------------------------------------------------*/
.bg_about{
    background-image: url("../images/index/about.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.bg_recruit {
    background-image: url("../images/index/recruit.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg_recruit .btn1 a{
    background-color: #0d18a2;
}
.bg_recruit .btn1 a:hover{
    background-color: #fff;
    border: solid 1px #0d18a2;
    color: #0d18a2;
}

.bg_recruit .btn1 a:hover::after {
    background-image: url("../images/index/arrow_blue.png");
}
.bg_recruit h3.title span{
    color: #fff;
}
.bg1{
    background-color: #fffbd9;
}
.bg6 {
    background-color: #FAE9E7;
}
.bg7 {
    background-color: #FFFFF0;
}
.bg_w{
    background-color: #fff;
}
.bg_b{
    background-color: #000;
}
.contents.bg_b  h2.simple {
	background: none;padding: 0;
	font-size: 30px;	/*文字サイズ*/
	text-align: center;	/*文字を中央に*/
	color: #fff;		/*文字色*/
    font-weight: bold;
}

.contents.bg_b h2::before{
  background-color: #fff;/*線の色*/
}
/*背景飾り（bg3）
---------------------------------------------------------------------------*/
.bg3{
    background-color: #E6FFE9;
}

.bg4{
    background-image: url("../images/bg4.png");
    background-size: cover;
    background-position: center;
    color:#fff;
}
.contents.bg4 h2::before{
  background-color: #fff;/*線の色*/
}
.bg5{
    background-image: url("../images/bg5.png");
    background-size: cover;
    background-position: center;
}
.contents.bg5 h2::before{
  background-color: #fff;/*線の色*/
}
.service_bg{
    background-image: url("../images/service/service_bg.jpg");
    background-size: cover;
    background-position: center;    
    color: #fff;
}
.contents.service_bg h2::before {
    background-color: #fff;
}
.company_bg{
    background-image: url("../images/company/company_bg.jpg");
    background-size: cover;
    background-position: center;    
    color: #fff;
}
.contents.company_bg h2::before {
    background-color: #fff;
}
.company_bg2{
    background-image: url("../images/company/company_bg2.jpg");
    background-size: cover;
    background-position: center;    
    color: #fff;
}
.footer_contact{
  background-image: url('../images/index/contact_bg.jpg');
    background-size: cover;
    background-position: center;   
    color: #fff;
}
.footer_contact h2 .title_sub {
    font-size: 16px;
    color: #fff;
}

/*背景色（bg2）
---------------------------------------------------------------------------*/
.bg2 {
	background-color:#f1f0f0;
}
/*背景固定写真（bg_fixed）
---------------------------------------------------------------------------*/
.bg_fixed div{
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.parallax-bg {
  background-image: url('../images/index/img_parallax.jpg');
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
    padding: 100px 0;
}
.contents.bg_fixed{
    padding: 0;
}
/*スクロールするコンテンツ*/
.scrollbox1 {
  background-color: #111;
}
.scrollbox2 {
  background-color: #222;
}

/*画面幅1024px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1024px){
.contents.footer_contact h2::before {
    width: 60px;
}
}
/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.footer_contact h2 .title_sub {
    font-size: 12px;
}
}
/*背景色（bg-access）※全ページ下部にある「アクセス」ブロック
---------------------------------------------------------------------------*/
.bg-access {
	background: #184062 url("../images/bg_access.png");	/*背景色、背景画像の読み込み。※古いブラウザ用。*/
	background: #184062 url("../images/bg_access.png") center / cover;	/*背景色、背景画像の読み込み。*/
}
.bg-access,.bg-access a {color: #fff;}
/*bg-access内のテーブル(ta1)*/
.bg-access .ta1 {
	background: transparent;
	color: #fff;
}
/*bg-access内の「h2 class="simple"」見出し*/
.bg-access h2.simple {
	color: #fff !important;
}

/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
/*アニメーションのキーフレーム設定（変更不要）*/
@keyframes scroll {
0% {opacity: 0;}
100% {opacity: 1;}
}
/*デフォルトでは非表示に*/
body .nav-fix-pos-pagetop a {display: none;}
/*ボタンの設定*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	display: block;text-decoration: none;text-align: center;z-index: 100;position: fixed;
	width: 90px;		/*幅*/
	line-height: 60px;	/*高さ*/
	border-radius: 50%;	/*角丸のサイズ。円形にする。正方形がいいならこの１行削除。*/
	bottom: 30px;	/*下から30pxの場所に配置*/
	right: 1%;		/*右から3%の場所に配置*/
/*	background: #000;	/*背景色（古いブラウザ用）*/
/*	background: rgba(0,0,0,0.6);	/*背景色。0,0,0は黒の事で0.6は色が60%ついた状態の事。*/
	color: #fff;	/*文字色*/
/*	border: 1px solid #fff;	/*枠線の幅、線種、色*/
	animation-name: scroll;	/*上のアニメーションで指定しているkeyframesの名前（scroll）*/
	animation-duration: 1S;	/*アニメーションの実行時間*/
	animation-fill-mode: forwards;	/*アニメーションの完了後、最後のキーフレームを維持する*/
}
/*マウスオン時*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
/*	background: #999;	/*背景色*/
}


/*画面幅1050px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
    width: 50px;
    line-height: 30px;
    right:3%;
    bottom: 80px;
}
}
/*「NEW」アイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 70%;		/*文字サイズ*/
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}

/*checkブロック。赤い注意書きブロックです。
---------------------------------------------------------------------------*/
p.check {
	background: #ff0000;	/*背景色*/
	color:#fff;				/*文字色*/
	padding: 10px 25px !important;	/*上下、左右へのボックス内余白*/
	margin-bottom: 20px;
}
p.check a {color: #fff;}

/*その他
---------------------------------------------------------------------------*/
.look {background: #ccc;padding: 5px 10px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px;}
.mb40 {margin-bottom: 40px !important;}
.mb70{margin-bottom: 70px!important;}
.mb100{margin-bottom: 100px!important;}
.mt30 {margin-top: 30px;}
.mt50 {margin-top: 50px;}
.clear {clear: both;}
.ofh {overflow: hidden;}
ul.disc {padding: 0em 25px 20px;list-style: disc;}
.color1, .color1 a {color: #3fa6e7;}
.pr {font-size: 10px;}
.wl {
    width: 100%;
    border: solid 1px #000;
    padding: 10px;
}
.ws {
    width: 100%;
    border: solid 1px #000;
    padding: 10px;
}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}
img.fr,figure.fr {float: right;margin: 10px;}
img.fl,figure.fl {float: left;margin: 10px;}
.fr {float: right;}
.fl {float: left;}
.w30p {width: 30%;}
.w65p {width: 65%;}
.big1 {font-size: 28px;letter-spacing: 0.1em;}
.mini1 {font-size: 11px;display: inline-block;line-height: 1.5;}
.sh {display: none;}
.link {display: block;margin-top: -120px;padding-top: 120px;}
.sp_header{
    display: none;
}
.w900{
    width:900px;
    margin: 0 auto;
}
.guidance_img{
    width:100%;
}
.letter{
    letter-spacing: 1.4px;
}

/*画面幅1050px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1050px){
    .w900{
        width: 90%;
    }
.bg3{
    background-image: url("../images/bg3.png");
    background-size: contain;
}

.bg4{
    background-image: url("../images/bg4.png");
    background-size: cover;
    background-position: center;
}
.bg5{
    background-image: url("../images/bg5.png");
    background-size: cover;
    background-position: center;
}
.parallax-bg {
  background-attachment: inherit;
  background-repeat: no-repeat;
  padding: 50px 0;
}
/*メインメニュー
---------------------------------------------------------------------------*/
/*メニュー１個あたりの設定*/
#menubar li a {
}
    #menubar li:first-child a {
}
    #menubar li a img {
}

}


/*画面幅1024px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1024px){
    #menubar li a {
}
}

/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){
    .sp_header{
        display: block;
        position: fixed;
        height: 60px;
        width: 100%;
        background-color: #fff;
        z-index: 100;
    }
    .sp_header img{
        width: 200px;
    position: absolute;
    top: 50%;
    left: 3%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    }
.home header {
/*	height: 300px;	/*ヘッダーの高さを上書き。*/
}
/*メインメニュー
---------------------------------------------------------------------------*/
/*アニメーションのフレーム設定。全100コマアニメーションだと思って下さい。透明(0%)から色を100%出すアニメーション指定。*/
@keyframes menu1 {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
/*スマホ用メニューブロック*/
#menubar-s {
	display: block;overflow: hidden;
	position: fixed;
	top: 59px;	/*上から100pxの場所に配置*/
	border-top: 1px solid #fff;		/*上の線の幅、線種、色*/
	width: 100%;
	z-index: 10000;
	animation-name: menu1;		/*上のkeyframesの名前*/
	animation-duration: 0.5S;	/*アニメーションの実行時間。0.5秒。*/
	animation-fill-mode: both;	/*アニメーションの完了後、最後のキーフレームを維持する*/
}
    #menubar-s li{
        background-color: #f29600;
    }
/*メニュー１個あたりの設定*/
#menubar-s li a {
	display: block;text-decoration: none;
	height: auto;		/*高さ。下のpadding-top(15)と合計して「100」になるようにする。*/
	padding: 15px 10px;	/*上に空ける余白*/
/*	padding-left: 80px;	/*左に空ける余白。背景用アイコンとの距離をここで調整。*/
	border-bottom: 1px solid #fff;	/*下の線の幅、線種、色*/
	font-size: 14px;	/*文字サイズ*/
	color: #fff;	/*文字色*/
}
/*「施設のご案内」メニューの設定
背景色。アイコンの読み込み。左から15pxの場所に配置。背景画像の一番上(0)を基準に読み込む。サイズは50px。*/
#menubar-s li.info {
	background: rgba(0,0,0,0.8) url(../images/mark_menu.png) no-repeat 15px 0px / 50px;
}
/*「イベント」メニューの設定
背景色。アイコンの読み込み。左から15pxの場所に配置。背景画像の上から100px(-100px)を基準に読み込む。サイズは50px。*/
#menubar-s li.event {
	background: rgba(0,0,0,0.8) url(../images/mark_menu.png) no-repeat 15px -100px / 50px;
}
/*「お買い物」メニューの設定
背景色。アイコンの読み込み。左から15pxの場所に配置。背景画像の上から100px(-200px)を基準に読み込む。サイズは50px。*/
#menubar-s li.shopping {
	background: rgba(0,0,0,0.8) url(../images/mark_menu.png) no-repeat 15px -200px / 50px;
}
/*「周辺マップ」メニューの設定
背景色。アイコンの読み込み。左から15pxの場所に配置。背景画像の上から100px(-300px)を基準に読み込む。サイズは50px。*/
#menubar-s li.map {
	background: rgba(0,0,0,0.8) url(../images/mark_menu.png) no-repeat 15px -300px / 50px;
}
/*「お問い合わせ」メニューの設定
背景色。アイコンの読み込み。左から15pxの場所に配置。背景画像の上から100px(-400px)を基準に読み込む。サイズは50px。*/
#menubar-s li.contact {
	background: rgba(0,0,0,0.8) url(../images/mark_menu.png) no-repeat 15px -400px / 50px;
}
/*英語表記（飾り文字）*/
#menubar-s li a span {
	display: block;
	font-size: 12px;	/*文字サイズを小さく*/
}
/*PC用メニューを非表示にする*/
#menubar {display: none;}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	position: fixed;
	top: 10px;	/*上から24pxの場所に配置*/
	right: 3%;	/*左から3%の場所に配置*/
    z-index: 200;
}
/*アイコン共通設定*/
#menubar_hdr.close,
#menubar_hdr.open {
	width: 50px;	/*幅*/
	height: 50px;	/*高さ*/
}
/*三本バーアイコン*/
#menubar_hdr.close {
	background: #fff url(../images/icon_menu.png) no-repeat center top/50px;
}
/*閉じるアイコン*/
#menubar_hdr.open {
	background: #fff url(../images/icon_menu.png) no-repeat center bottom/50px;
}

/*fixmenu設定（メニューが画面上部に到達した際のスタイル）の設定をなくす
---------------------------------------------------------------------------*/
body.is-fixed-menu .contents:first-of-type,
body.is-fixed .contents:first-of-type {
	margin-top: 0px;
}

/*contents
---------------------------------------------------------------------------*/
/*h2タグに「class="simple"」を指定した場合の追加設定。大文字でセンタリングされる見出しです。*/
.contents h2.simple {
	font-size: 30px;	/*文字サイズ*/
}

/*main,sub
---------------------------------------------------------------------------*/
.main, .sub{
	float: none;
	width: auto;
}

/*subコンテンツ内のlistブロック
---------------------------------------------------------------------------*/
.sub .list {
	line-height: 2;		/*行間*/
	padding: 10px;		/*ボックス内の余白*/
}
/*画像*/
.sub .list figure {
	width: 15%;			/*画像幅*/
	margin-right: 10px;	/*画像の右に空けるスペース*/
}

/*その他
---------------------------------------------------------------------------*/
body.s-n #sub,body.s-n #side,body.s-n #footermenu {display: none;}
.sh {display:block;}
.link {margin-top: 0;padding-top: 0;}

    
/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	padding: 5px;
}
/*テーブル内の左側*/
.ta1 th {
}
/*テーブル内の右側*/
.ta1 td {
}
.ta1 td, .ta1 th {
}
/*.ta1 span {
    float: none;
    padding: 5px 10px;
    margin-left: 15px;
}*/
.ws, .wl {
    width: 100%;
}
}



/*画面幅700px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:700px){


/*サブメニュー（左側ブロックのメニュー）
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/
.sub .submenu li a {
	padding: 10px;	/*ボックス内の余白*/
}



/*各ページ下部に配置している「アクセス」ブロック
---------------------------------------------------------------------------*/
/*左側ブロック、右側ブロック*/
.href-left,.href-right {
	float: none;
	width: auto;
	padding-bottom: 30px;
}

/*パンくずナビ
---------------------------------------------------------------------------*/
/*メニュー全体を囲むブロック*/
.pan {
	margin-bottom: 20px;	/*ボックスの下に20pxのスペースを空ける*/
	margin-top: -20px;		/*ボックスを上のメニューにつけるための指定*/
	padding: 0;				/*ボックス内の余白。上下、左右。*/
}

}



/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

/*全体の設定
---------------------------------------------------------------------------*/
.sp {display:block!important;}
.pc {display:none!important;}
/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*トップページへの追加設定*/
.home header {
/*	height: 300px;	/*ヘッダーの高さを上書き。*/
}
.mb70{margin-bottom: 40px!important;}
.mb100{margin-bottom: 50px!important;}

/*ヘッダー右上メニュー
---------------------------------------------------------------------------*/
/*メニュー全体のブロック設定*/

/*３本バーアイコン設定
---------------------------------------------------------------------------*/

/*３本バーブロック*/
#menubar_hdr {
}



/*box1とbox2
---------------------------------------------------------------------------*/
/*h4(見出し)タグ*/

/*その他
---------------------------------------------------------------------------*/
/*.ws,.wl {width: 94%;}*/
img.fr,figure.fr,img.fl,figure.fl {float: none;margin: 0;width: 100%;}
.fr, .fl {float: none;}
.w30p, .w65p {width: auto;}
.big1 {font-size: 18px;letter-spacing: normal;}
}

.bg_about p{
    text-align: center;
}
.top_recruit p{
    text-align: center;
}
.news ul li{
    display: flex;
    margin-bottom: 20px;
}
.news .news_day{
    width:15%;
}
.news .news_text{
    width:85%;
}
.recruit{
    margin-bottom: 40px;
}

.slide-navigation li{
    padding: 10px 5px;
    margin: 0 15px;
}

    .color_b{
        color:#000;
        text-decoration: none;
}
#recruit{
    padding-top: 72px;
    margin-top: -72px;
}

.contents .bg3span{
	text-align: center;
	font-size: 18px;
}

.img-animation {
  animation: img-opacity 2s cubic-bezier(.4, 0, .2, 1);
  overflow: hidden;
  position: relative;
}

.img-animation:before {
  animation: img-animation 1s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #000;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@keyframes img-opacity {
  100% {
    opacity: 1;
  }
}

@keyframes img-animation {
  100% {
    transform: translateX(100%);
  }
}

/* Loading背景画面設定　*/
#splash {
/*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background:#fff;
  text-align:center;
  color:#fff;
}
#splash2 {
/*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background:#fff;
  text-align:center;
  color:#fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width:250px;
}

/* fadeUpをするアイコンの動き */
.fadeUp{
animation-name: fadeUpAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
 /* transform: translateY(100px);*/
  }

  to {
    opacity: 1;
 /* transform: translateY(0);*/
  }
}

.decoration{
    margin-bottom: -13px;
}
.decoration img{
    width: 100%;
}



/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.bg_about p{
    text-align: justify;
}

.top_recruit p{
    text-align: justify;
}
    .top_recruit .btn1{
        text-align: center;
    }
}
/*会社概要
---------------------------------------------------------------------------*/
.message{
    padding-top: 50px;
}
.message .box1{
    padding-bottom: 50px;
}
.message .box1_img{
    width:48%;
}
.message .box1_text{
    width:50%;
    padding: 20px 2% 20px 0;
    position: relative;
}
.message .box1_text .sign{
   text-align: right;
    width:100%;
}
.message .box1_img img{
    margin-left: -50px;
}
.member{
    margin-bottom: 80px;
}
.member h4{
    font-size: 20px;
    color: #000;
}
.member .box2 li{
    width:23.5%;
    margin-left: 2%;
}
.member .box2 li:nth-of-type(4n+1) {
    margin-left: 0;
}


.member .box2 img{
    width:80%;
}
/*画面幅1300px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1300px){
    .message .box1_img {
    width: 45%;
}
    .message .box1_text{
        width:50%;
        margin-left: 0;
        padding: 2%;
    }
}

/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){
.message .box1 {
    justify-content: center;
}
    .message .box1_img {
    width: 80%;
        order: 2;
}
    .message .box1_img img {
    margin-left: 0px;
}
    .message .box1_text {
    width: 100%;
    margin-left: 0;
    padding: 2%;
        justify-content: center;
}
    .message .box1_text .title .title_color {
    font-size: 22px;
}
#message,#company_information,#access,#history,#philosophy,#corevalue{
    margin-top: 0px;
    padding-top: 0px
}
.member .box2 h4{
    font-size: 18px;
    color: #000;
}
    .member .box2 li{
        width:48%;
        margin-left: 4%;
    }
    
.member .box2 li:nth-of-type(2n+1) {
    margin-left: 0;
}
}

/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
    .company_information {
    background-color: #fff;
    padding: 20px 0;
}
    .company_nav li {
    width: 33%;
}
    .company_nav li:nth-child(3) {
    border-right: none;
}
    .message .box1_text .title .title_color {
    font-size: 18px;
}
    .member{
        margin-bottom: 30px;
    }
    .member .box2{
        justify-content: center;
        margin-bottom: 0;
    }
    .member .box2 li{
        width:90%;
        margin-left: 0%;
    }
    
.member .box2 li:nth-of-type(2n+1) {
    margin-left: 0;
}
}

.footer_info {
    display: none;
}

/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
    .decoration {
    margin-bottom: -10px;
}
.footer_info {
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 20px;
    width: 100%;
    z-index: 2;
}
    .footer_info ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footer_info a{
        width:17%;
    }
    .footer_info img{
        width:60px;
    }
}


/*採用情報
---------------------------------------------------------------------------*/
.recruit_message p{
    font-size: 20px;
}
.requirements .ta2, .requirements .ta2 tr:last-child th, .requirements .ta2 tr:last-child td {
    border-bottom: none;
}
.btn1.orange a{
    background-color: #fc8a0e;
    border: solid 1px #fc8a0e;
}
.btn1.orange a:hover{
    background-color: #fff;
    color: #fc8a0e;
    border: solid 1px #fc8a0e;
}
.btn1.orange a:hover::after{
    background-image: url("../images/index/arrow_orange.png");
}

/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.recruit_message p {
    font-size: 14px;
    text-align: justify;
}
}

/*事業案内
---------------------------------------------------------------------------*/
.strength h2{
    font-size: 30px;
    color: #e9910e;
    border-top: solid 3px #e9910e;
    border-bottom:  solid 3px #e9910e;
    display: inline-block;
    font-weight: bold;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    padding: 5px 10px;
}
.strength h2::before{
    content: none;
}
.strength .box2 p{
    padding: 0 15px;
}
.service_cat{
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}

.service_cat a{
    position: relative;
    text-decoration: none;
    border-radius: 15px;
    font-size: 26px;
	font-weight: 500;
    padding: 20px 40px 25px;
    margin: 0 25px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
	box-shadow: 0 0 3px 0 rgba(0,0,0,.12), 0 2px 3px 0 rgba(0,0,0,.22);
	transition: .3s;
}

/*上鍜治追加*/
.service_cat a:hover{
	box-shadow: 0 15px 30px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.1);
	transform: translateY(-4px);
}


.service_cat a::before{
    position: absolute;
    content: "▼";
    font-size: 16px;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.title_green{
    background: repeating-linear-gradient( -135deg, #20c73d, #20c73d 12px, #1dbf34 0, #1dbf34 24px );
}
.title_green::after{
    content: "";
    position: absolute;
    top:-55px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-image: url("../images/service/title_green.png");
    background-repeat: no-repeat;
    width: 80px;
    height:50px;
    background-size: contain;
}

.sale h2{
    font-size: 38px;
    color: #fff;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    line-height: 1.4;
}
.sale h2::before{
    content: none;
}
.sale_title{
    display: flex;
    align-items: center;
}
.sale_title:before,
.sale_title:after {
    content: "";
    height: 3px;
    flex-grow: 1;
    background-color: #000;
}
.sale h3{
    font-size: 30px;
	font-weight: 600;
}
.sale h4{
    text-align: center;
    font-weight: 600;
	font-size: 22px;
}
.sale_title:before {
    margin-right: 1rem;
}
 
.sale_title:after {
    margin-left: 1rem;
}
.sale .box1_text{
    width:58%;
    padding: 0;
    margin-right: 2%;
}
.sale .box1_img{
    width: 40%;
}
.sale .box1{
    margin-bottom: 50px;
}
.sale_merit_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 100px;
}
.sale table{
    border: solid 2px #000;
    width:100%;
}
.sale table th,.sale table td{
    padding: 0 10px;
    width:50%;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
    text-align: center;
}
.sale table th{
    font-size: 22px;
}
.sale table td{
    font-size: 24px;
	background-color: #FFFFFF;
}


.sale_merit,.sale_demerit{
    width:48%;
    margin-bottom: 20px;
}
.sale_merit th{
    background-color: #ffe000;
}
.sale_demerit th{
    background-color: #8ca299;
    color: #fff;
}
.contents .title_bar{
    padding-bottom: 15px;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}
.title_bar::before{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    content: "";
    background-image: url("../images/service/bar.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width:100%;
    height:6px;
}
.sale_flow{
    margin-bottom: 100px;
}
.sale_flow:last-child{
    margin-bottom: 0;
}
.title_box:first-child{
    margin-bottom: 50px;
}
.sale .title_box h3{
    margin-bottom: 10px;
}
.sale .title_box h4{
    margin-bottom: 20px;
}
.sale_merit_flex.leaseback{
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 0;
}
.leaseback .sale_merit,.leaseback .sale_demerit{
    width:70%;
}

.voice .box2 li{
    border-radius: 0;
    border: solid 1px #000;
    box-sizing: border-box;
}
.voice h4{
    color: #000;
    text-align: left;
    font-size: 18px;
}
.voice{
    margin-bottom: 100px;
}
.sale_flow .tb{
    display: none;
}

/*画面幅1024px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1024px){
.strength h2 {
    font-size: 26px;
}
.service_cat {
    margin-top: 50px;
}
.sale h3 {
    font-size: 26px;
}
.sale table th {
    font-size: 18px;
}
.sale table td {
    font-size: 21px;
}
    .sale_flow .pc{
        display: none!important;
    }
.sale_flow .tb{
    display: block;
}
}



/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){
.sale h2 {
    font-size: 30px;
}
.sale_merit_flex{
    justify-content: center;
}
.sale_merit,.sale_demerit{
    width:85%;
    margin-bottom: 20px;
}

.leaseback .sale_merit,.leaseback .sale_demerit{
    width:90%;
}
.accordion-area .title::before {
    left: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}
.box::after {
    left: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}
}


/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
    
    .sale_flow .tb{
        display: none;
    }
    .sale_flow .sp{
        display: block;
    }
    .service_cat {
    justify-content: space-around;
}
    .service_cat a {
    font-size: 16px;
    padding: 5px 10px 15px;
    margin: 0;
}
    .service_cat a::before {
    font-size: 12px;
    bottom: 0px;
}
    .title_green::after {
    top: -35px;
    width: 50px;
}
    .title_orange::after {
    top: -35px;
    width: 50px;
}
    .sale h2 {
    font-size: 21px;
        padding: 5px;
}
    .sale h3 {
    font-size: 18px;
}
    .sale h4 {
    font-size: 16px;
        text-align: justify;
}
    .sale .box1 {
    justify-content: center;
        margin-bottom: 0;
}
    .sale .box1_text {
    width: 100%;
    padding: 0;
    margin-right: 0%;
    order: 2!important;
}
    
.sale .box1_img {
    width: 95%;
    order: 1!important;
}
    .w900{
        width:100%;
    }
.sale table th {
    font-size: 14px;
}
.sale table td {
    font-size: 15px;
}
.sale_merit_flex {
    margin-bottom: 30px;
}
.sale_flow {
    margin-bottom: 30px;
}
.voice .box2 li {
    border-radius: 0;
    border: solid 1px #000;
    box-sizing: border-box;
}
.voice {
    margin-bottom: 0px;
}
}
/*お問い合わせ
---------------------------------------------------------------------------*/
.contact_info{
    font-family: 'M PLUS Rounded 1c', sans-serif;
    line-height: 1.3;
    padding: 20px 0;
    text-align: center;
    margin-bottom: 50px;
}
.contact_info a {
    font-weight: bold;
    position: relative;
    text-align: left;
    color: #fc8a0e;
    padding-left: 45px;
    text-decoration: none;
    font-size: 33px;
}
.contact_info a::before {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: url(../images/index/header_tel.png);
    width: 20px;
    background-size: contain;
}
.contents.privacy{
    padding: 50px 0;
}
.w1000.privacy{
    padding: 20px 2%;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 30px;
}
.privacy h3{
    margin-bottom: 50px;
    font-size: 30px;
    text-align: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
.privacy h4{
    font-size: 24px;
    text-align: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
.privacy p{
    font-size: 16px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: dashed 2px #000; 
}
.privacy p:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}


/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1024px){
.privacy h3 {
    font-size: 28px;
}
.privacy h4 {
    font-size: 22px;
}
.w1000.privacy {
    margin: 0 2%;
}
}

/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1024px){
.privacy h3 {
    font-size: 21px;
    margin-bottom: 20px;
}
.privacy h4 {
    font-size: 18px;
}
.privacy p {
    font-size: 14px;
}
}

@media (min-width: 751px) {
a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
}
}


/*スクロールすると右から飛び出す画像１*/

/*リンクの形状*/
#popup1 a{
	display: flex;
	justify-content:center;
	align-items:center;
	border-radius: 5px;
	width: 80px;
	height: 60px;
	color: #fff;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:0.6rem;
	transition:all 0.3s;
}


/*リンクを右下に固定*/
#popup1 {
	position: fixed;
	right: 0px;
	bottom:600px;
	z-index: 20000;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateX(100px);
    padding: 0;
}

/*　左の動き　*/

#popup1.LeftMove{
	animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime{
  from {
    opacity: 0;
	transform: translateX(100px);
  }
  to {
    opacity: 1;
	transform: translateX(0);
  }
}

/*　右の動き　*/

#popup1.RightMove{
	animation: RightAnime 0.5s forwards;
}
@keyframes RightAnime{
  from {
  	opacity: 1;
	transform: translateX(0);
  }
  to {
  	opacity: 1;
	transform: translateX(100px);
  }
}

/*スクロールすると右から飛び出す画像２*/

/*リンクの形状2*/
#popup2 a{
	display: flex;
	justify-content:center;
	align-items:center;
	border-radius: 5px;
	width: 80px;
	height: 60px;
	color: #fff;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:0.6rem;
	transition:all 0.3s;
}


/*リンクを右下に固定*/
#popup2 {
	position: fixed;
	right: 0px;
	bottom:400px;
	z-index: 20000;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateX(100px);
    padding: 0;
}

/*　左の動き　*/

#popup2.LeftMove{
	animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime{
  from {
    opacity: 0;
	transform: translateX(100px);
  }
  to {
    opacity: 1;
	transform: translateX(0);
  }
}

/*　右の動き　*/

#popup2.RightMove{
	animation: RightAnime 0.5s forwards;
}
@keyframes RightAnime{
  from {
  	opacity: 1;
	transform: translateX(0);
  }
  to {
  	opacity: 1;
	transform: translateX(100px);
  }
}


/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1200px){
    #popup1 a,#popup2 a{
        width: 60px;
    }    
    #popup2 {
    bottom: 440px;
}
}
/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1200px){
    #popup1{
        bottom: 400px;
    }
    #popup2 {
    bottom: 240px;
}
    
}
/*　マウスオーバーで画像が大きくなる動き（画像の親要素にzoom-in-imgのクラスをつける）　*/

.zoom-in-img img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.zoom-in-img img {
  transform: scale(1);
  transition: .3s ease-in-out;
}
.zoom-in-img:hover img {
  transform: scale(1.1);
}

#menubar .menu_enjoy a{
    padding: 3px 15px 28px;
}


#about,#point,#philosophy,#step,#flow,#contact,#privacy,#access{
    padding-top: 96px;
    margin-top: -96px;
}


    .sp2{
        display: none!important;
    }
@media screen and (max-width: 900px){
    
#about,#point,#philosophy,#step,#flow,#contact,#privacy,#access{
    padding-top: 60px;
    margin-top: -60px;
}
}

.concept{
    background-image: url("../images/index/concept_bg.webp");
    background-size: 100%;
}
.concept_box{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
    align-items: center;
}
.ribon img{
    width: 300px;
    margin-bottom: 30px;
}
.concept_box_img{
    width: 50%;
    border-radius: 13px;
  box-shadow: 10px 10px 0px 0px rgba(147, 215, 212, 1);
}
.concept_box_img img{
    border-radius: 13px;
}
.concept_box_text{
    width: 48%;
    margin-right: 2%;
}
.news_bg{
    background-color: #e9f5f4;
}
.enjoy_bg{
    position: relative;
    background-color: #91cdc9;
    background-image: url("../images/index/wave.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    overflow: inherit;
}
.enjoy_bg::before{
    content: "";
    position: absolute;
    background-image: url("../images/index/enjoy1.webp");
    bottom: -65px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-size: contain;
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;
}
.enjoy2_img img,.enjoy3_img img{
    width: 150px;
}
.enjoy_bg h4{
    color: #fff;
    line-height: 2;
}
.box5-6 ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.box5-6 ul li{
    width: 31%;
    margin-left: 3.5%;
}
.box5-6 ul li:nth-of-type(3n+1){
    margin-left: 0%;
}
.enjoy h3{
    margin-top: 20px;
    text-align: center;
    color: #fff;
    background-color: #93d7d4;
    padding: 5px 10px;
    font-size: 22px;
}
.enjoy img{
    border-radius: 25px;
}
.enjoy .enjoy_titleimg{
    border-radius: 0;
}
.enjoy .box5-6 ul li p{
    padding: 0;
    line-height: 2;
}
.enjoy1,.enjoy2{
    margin-bottom: 100px;
}
.other h4{
    margin-top: 80px;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
    background: rgba(83,35,0,0.1);
}
.menu{
    background-color: #fffdf4;
}
.menu h3{
    text-align: center;
    background: linear-gradient(#4abbb7, #b8dbd8); 
    color: #fff;
    margin-bottom: 50px;
}
.menulist{
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #ccc;
}
.menulist h4{
    padding: 10px;
    margin-bottom: 0;
    position: relative;
}
.menulist .menuname h4{
    padding-left: 1.4rem;
}
.menulist .menuname h4::before{
    position: absolute;
    top: 24px;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: "●";
    color: #f198a8;
    left: 0;
}
.menu img{
    border-radius: 15px;
}
.menu .box3_text p{
    margin-bottom: 30px;
}
.menu .box3_img{
    width: 32.5%;
    margin-right: 0;
}
.food,.dessert{
    margin-bottom: 100px;
}
.event h3{
    text-align: center;
}
.event .box5-6 ul li:nth-child(2) h3{
    color: #ed8492;
}
.event .box5-6 ul li:nth-child(3) h3{
    color: #4abbb7;
}
.idol{
    background-color: #fffdf4;
}
.information_flex{
    display: flex;
    flex-wrap: wrap;
}
.idol .box3-3_img img{
    border-radius: 30px;
}
.shop{
    width: 45%;
}
.shop img{
    width: 250px;
    margin-bottom: 25px;
}
.map{
    width: 53%;
    margin-left: 2%;
}
.map iframe{
    width: 100%;
}
.shop table th,.shop table td{
    padding: 10px;
    border: solid 1px #000;
}
.shop table th{
    background-color: #fffdf4;
}
.btn2{
    margin-top: 100px;
    text-align: center;
}
.btn2 a{
    padding: 20px 50px;
    border-radius: 45px;
    margin: 0 auto;
    font-size: 32px;
    background-color: #93d7d4;
}
.btn2 a:hover{
    background-color: #f198a8;
    
}
.logo_footer{
}

    .event .box5-6 ul{
        justify-content: center;
    }

    .event iframe{
        width: 100%!important;
    }

.required{
    background-color: #f29600;
}
.any{
    background-color: #00803e;
}

@media screen and (max-width: 1024px){
    
.enjoy_bg::before {
    width: 85px;
    height: 85px;
    bottom: -37px;
}
.enjoy2_img img, .enjoy3_img img {
    width: 85px;
}    
    h4{
        font-size: 18px;
    }
    .enjoy_titleimg ,.enjoy2_img,.enjoy3_img{
    }
    .event .box5-6 ul li{
        width: 40%;
        margin: 5%;
    }
}

@media screen and (max-width: 900px){
    .enjoy .box5-6 li{
        width: 100%;
        display: flex;
        align-items: center;
        margin-left: 0;
        margin-bottom: 50px;
    }
    .enjoy .box5-6 li:last-child{
        margin-bottom: 0;
    }
    .enjoy .enjoy_flex_img{
        width: 30%;
    }
    .enjoy_flex_text{
        width: 65%;
        margin-left: 5%;
    }
    .enjoy h3 {
        margin-top: 0;
    font-size: 20px;
}
    .other h4 {
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
    background: rgba(83,35,0,0.1);
}
.btn2 a {
    padding: 20px;
    font-size: 24px;
}
footer {
    padding: 20px 3%;
    margin-bottom: 75px;
}
}
@media screen and (max-width: 480px){
   .concept_box_text {
    width: 100%;
    margin-right: 0%;
       order: 2;
} 
    .concept_box_img {
    width: 95%;
    order: 1;
        margin-bottom: 20px;
}
.concept_box {
    margin-bottom: 0px;
}
.enjoy .box5-6 li {
    flex-wrap: wrap;
}
.enjoy .enjoy_flex_img {
    width: 100%;
    margin-bottom: 15px;
}
.enjoy_flex_text {
    width: 100%;
    margin-left: 0%;
}
.enjoy_titleimg ,.enjoy2_img,.enjoy3_img{
    max-height: 100%;
}
.shop {
    width: 100%;
    margin-bottom: 40px;
}
.map {
    width: 100%;
    margin-left: 0%;
}
.btn2 a {
    padding:15px 15px;
    font-size: 18px;
}
.btn2 {
    margin-top: 70px;
}
footer {
    padding: 20px 3%;
    margin-bottom: 20px;
}
    .event .box5-6 ul{
        justify-content: center;
    }
    .event .box5-6 ul li{
        width: 90%;
        margin: 5%;
    }
#copyright {
}
#popup1 a {
    width: 50px;
} 
#popup2 a {
    width: 100%;
}
#popup1 {
}
#popup2 {
    right: 3%;
    bottom: -5px;
    width: 46%;
}
}


/*お問い合わせ
------------------------------------------------------------------------------------------------------------------------------------------*/
.contact{
    background-color: #f0f1f1;
}
.contact .ta1{
    background: none;
}
.contact .ta1 span{
    margin-right: 10px;
}
.policy a{
    font-weight: bold;
    color: #ed8492;
}
.contact_btn{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.contact_btn input{
    margin: 5px;
}

/*新着情報
------------------------------------------------------------------------------------------------------------------------------------------*/
.news_detail_title p{
    font-size: 18px;
    padding: 0;
}
.news_detail_title h2{
    padding: 0 0 15px;
    text-align: left;
    font-size: 28px;
    border-bottom: solid 1px #532300;
}
.news_detail_img{
    margin-bottom: 10px;
}
.news_detail_text{
    margin-bottom: 20px;
}
.news_detail_text p{
    padding: 0;
    font-size: 18px;
}

@media screen and (max-width: 480px){
.news_detail_title h2{
    line-height: 1.3;
    padding-top: 5px;
    font-size: 21px;
    border-bottom: solid 1px #532300;
} 
.news_detail_title p{
    font-size: 16px;
}
.news_detail_text p{
    font-size: 16px;
}

}



/*行間調整など
------------------------------------------------------------------------------------------------------------------------------------------*/
.concept_box_text{
    line-height: 2;
}
.idol .box3-3 li p {
    line-height: 2;
}
.policy h4{
    margin-top: 30px;
}
.idol .box3-3 li{
    padding-bottom: 80px;
    border-bottom: solid 2px #93d7d4;
}
.idol .box3-3 li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0;
    border-bottom: none;
}
.menupirce h4{
    width: 90px;
    text-align: right;
}
.takeout{
    margin-top: 40px;
}
.takeout table{
    width: 100%;
}
.takeout td{
    border: solid 1px #532309;
    padding: 15px 20px;
    text-align: center;
    background-color: #fff;
    font-weight: 500;
}
.takeout th{
    padding: 15px 20px;
    border: solid 1px #532309;
    background-color: lemonchiffon;
}

@media screen and (max-width: 768px){
    
.takeout th{
    padding: 10px;
}
.takeout td{
    padding: 10px;
}
}
@media screen and (max-width: 480px){
.menupirce h4{
    width: 70px;
}    
.takeout th{
    padding: 5px;
}
.takeout td{
    width: 70px;
    padding: 5px;
}
}
.sns{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #000;
    padding: 20px 0;
}
.sns a{
    margin: 10px 20px;;
}
.sns a:hover{
    opacity: 0.6;
}
.sns a img{
    width: 41px;
}
.entry{
    max-width: 600px;
    width: 90%;
    
}
.contact_top{
    padding: 100px 0;
    background-image: url("../images/index/background1.webp");
}
.contact_top section{
    padding: 30px 0 50px;
    background-color: #fff;
    border-radius: 30px;
}
.follow{
    text-align: center;
    padding: 100px 0;
    background-image: url("../images/index/background2.webp");
}
.entry:hover{
    opacity: 0.6;
}
@media screen and (max-width: 900px){
.contact_top{
    padding: 50px 0;
}
.follow{
    padding: 50px 0;
}
    
}

@media screen and (max-width: 480px){ 
}

.follow img{
}
.follow img:hover{
    opacity: 0.6;
}