<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* ===================================================================

    [ Default Section ]

=================================================================== */

body {
/*	margin:0;*/
    background-color: #ffffff;
    color: #221816;
/*    font-size: 18px;  */
    font-size: 62.5%; /* 10px */
    font-family: Noto Serif, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "HG明朝E", "ＭＳ 明朝", serif;
    line-height: 2.0rem;
    word-wrap: break-word;
    box-sizing: content-box;  /* ress.css の box-sizing:inherit がブラウザにより誤動作するため必要*/
}
/*
body .jp{
    font-family: Meiryo, メイリオ, sans-serif, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "HG明朝E", "ＭＳ 明朝", serif;
}
*/


del {color:#999999;text-decoration:line-through;}


/* Web Font
--------------------------------------------------------- */
    /* -- google font -- */
/*
#aaaaaa
{
    font-family: 'Tenor Sans', sans-serif;
}
*/

/* Link Colors
--------------------------------------------------------- */
a:link {color:#111111;text-decoration:none;}
a:visited {color:#333333;text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {color:#666;}

/* Text Select Reversal Colors
--------------------------------------------------------- */
::selection {
    /* Reversal background color */
    background: #F8E6AF;
    /* Reversal text color */
    color:#666666;
}
/* Firefox */
::-moz-selection {
    /* Reversal background color */
    background: #F8E6AF;
    /* Reversal text color */
    color:#666666;
}

/* Form
--------------------------------------------------------- */
input[type="text"], textarea{
    border:1px solid #ccc;
    padding: 5px;
    color: #666;
}

/* ClearFix
--------------------------------------------------------- */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size:0.1em;
}
.clearfix {min-height: 1px;display:inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display:block;}
/* End hide from IE-mac */
.clear {clear: both;}



.container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.container {display: inline-table;}

/* Hides from IE-mac \*/
* html .container {height: 1%;}
*+html .container {height: 1%;}
.container {display: block;}
/* End hide from IE-mac */

.leftbox{
	float:left;
	width:50%;
}

.rightbox{
	float:right;
	width:50%;
}

.centering{
	text-align:center;
}

.center_box{
	margin-left: auto;
	margin-right: auto;
	display: table;
}



/* ===================================================================

    [ Layout Section ]

=================================================================== */

/* =========================================================
    [ Common Layout ]
========================================================= */

/* Column Space
--------------------------------------------------------- */
.col {


}


/* Column Parts
--------------------------------------------------------- */
.attention {
    color:#eb0000 ;

}



/* =========================================================
    [ Responsive Layout ]
========================================================= */

/* 0px - 320px */
/*
@media screen and (max-width: 320px) {
   div#aaaaa {  }
}
*/

/* 820px - max  */
/*
@media screen and (min-width: 800px) {
   div#aaaaa {  }
}
*/


/* =========================================================
    [ Global Layout ]
========================================================= */

/* Html, Body, Wrapper
--------------------------------------------------------- */
html,body {
}



.wrapper,
.wrapper2 {
	width:100%;
}

p{
	text-align:left;
	margin-top:0;
	margin-bottom:20px;
}

.block{
	margin-bottom:100px;
}

.sp{
	display:none;
}

.mg0a{
	margin:0 auto;
}

.red{
	color:#ce0000;
}

.hover06 a{
	transition: 0.3s;
}
.hover06 a:hover{
	opacity: 0.6;
}
/*
.fs14-30{font-size:46%;}
.fs14{font-size:77%;}
.fs16{font-size:88%;}
.fs18{font-size:100%;}
.fs20{font-size:111%;}
.fs30-18{font-size:60%;}
.fs24{font-size:133%;}
.fs24-18{font-size:75%;}
.fs30{font-size:166%;}
.fs18-30{font-size:60%;}
.fs36{font-size:200%;}
.fs36-18{font-size:50%;}
.fs46{ font-size: 46px; }
*/


/* ★8 */
.fs10 {
    font-size: 1.0rem;
}
.fs24 {
    font-size: 1.6rem;
}
.fs30 {
    font-size: 1.8rem;
}
.fs36 {
    font-size: 2.4rem;
}
@media (max-width: 750px) {  /* ★8 */
	.fs10 {
	    font-size: 0.7rem;
	}
	.fs24 {
	    font-size: 0.8rem;
	}
	.fs30 {
	    font-size: 1.0rem;
	}
	.fs36 {
	    font-size: 1.2rem;
	}
}
.mb0{margin-bottom:0px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.mb30{margin-bottom:30px;}
.mb35{margin-bottom:35px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb55{margin-bottom:55px;}
.mb70{margin-bottom:70px;}
.mb75{margin-bottom:75px;}
.mb80{margin-bottom:80px;}
.mb100{margin-bottom:100px;}
.mb110{margin-bottom:110px;}
.mb130{margin-bottom:130px;}
.mb200{margin-bottom:200px;}
.mb250{margin-bottom:250px;}

.mb50-30{margin-bottom: 50px;}
.mb80-40{margin-bottom: 80px;}
.mb100-50{margin-bottom: 100px;}

@media (max-width: 750px) {  /* ★8 *//* 微調整用に追加：amaya側のみ適用中 */
	.mb50-30{margin-bottom: 30px;}
	.mb80-40{margin-bottom: 40px;}
	.mb100-50{margin-bottom: 50px;}
}


.w500{
	width:500px;
}
.w520{
	width:520px;
}
.w550{
	width:550px;
}

/*
.lh100{line-height:100%;}
.lh140{line-height:140%;}
.lh200{line-height:200%;}
.lh240{line-height:240%;}
.lh300{line-height:300%;}
*/

/* ★8 */
.lh10 {
    line-height: 1.0rem;
}
.lh14 {
    line-height: 1.4rem;
}
.lh20 {
    line-height: 2.0rem;
}
.lh24 {
    line-height: 2.4rem;
}
.lh30 {
    line-height: 3.0rem;
}



.lefting{
	text-align:left;
}
.centering{
	text-align:center;
}
.righting{
	text-align:right;
}

.header2{
	margin-bottom: 260px;  /* ★7 下層ページ用 */
}
.toppage .header2{
	margin-bottom: 620px;  /* ★7 トップページ専用。vegasスライダー #backの高さを確保している */
}
@media screen and (max-width: 960px) {/* ★8 */
	.header2 {
		margin-bottom: 160px;  /* ★8下層店舗ロゴが無い時 */
/*		margin-bottom: 20px; */
	}
	.toppage .header2 {
		margin-bottom: 0px;
	}
}
.wrapper2,
.header2{
	background:#fff;
}

.wrapper,
.header{
	margin:0 auto;
	width:1100px;
}

/* ★7 下層ページ用
.wrapper{
	padding-top: 60px;
	padding-bottom: 40px;
	margin: 0 auto;
	width: 1100px;
	word-break: keep-all;
}
*/
/* .toppage .wrapper{ */  /* ★7 トップページ専用 */
.wrapper{  /* ★8 */
	padding-top: 0px;
	padding-bottom: 0px;
	margin:0 auto;
	width: 1100px;
	word-break: keep-all;  /* 単語の途中で改行しない */
	border-bottom:none;
}

.menu{  /* ★8 */
/*
	padding-top:40px;
	padding-bottom:40px;
	border-top:solid 2px #334629;
	margin-bottom:0;
*/
}

.menu ul{
    display: flex;
    justify-content: start;
    gap: 60px;
}

/*
.menu li{
	float:left;
	width:12.5%;
	text-align:left;
}

.menu li.menu_a{
	width:calc(117 / 1100 * 100%);
}

.menu li.menu_b{
	width:calc(123 / 1100 * 100%);
}

.menu li.menu_c{
	width:calc(103 / 1100 * 100%);
}

.menu li.menu_d{
	width:calc(197 / 1100 * 100%);
}

.menu li.menu_e{
	width:calc(145 / 1100 * 100%);
}

.menu li.menu_f{
	width:calc(127 / 1100 * 100%);
}

.menu li.menu_g{
	width:calc(130 / 1100 * 100%);
}

.menu li.menu_h{
	width:calc(158 / 1100 * 100%);
}
.menu li.menu_i{
	width:calc(200 / 1100 * 100%);
}
.menu li.menu_j{
	width:calc(228 / 1100 * 100%);
}

.menu li:last-child{
	margin-right:0;
}
*/

.menu li a{
	font-size:130%;
	white-space: nowrap;
}

h1{  /* ★8 */
/*
	padding-top:10px;
	padding-bottom:10px;
*/
	padding-top:20px;
	padding-bottom:18px;
}

h2{
/*	font-size:200%; */
	font-size: 2.4rem;  /* ★8 */
	margin-bottom:45px;
	text-align:center;
}

h3{
/*	font-size:166%;  */
	font-size: 1.8rem;
	margin-bottom:45px;
	text-align:center;
}

p.add_h1 {
	float:left;
	font-size: 1.1rem;
	line-height:1.8rem;
	margin-top: 12px;
	margin-bottom: 0px;
    font-family: "メイリオ", Meiryo, Arial, Helvetica, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
@media (max-width: 750px) {  /* ★8 */
	h2{
		font-size: 1.2rem;  /* ★8 */
		margin-bottom:25px;
	}
	h3{
		font-size: 1.0rem;
		margin-bottom:25px;
	}
}

.toppage .header_contact{
	float:right;
	margin-top:8px;
	width: 880px;
	height: 68px;
}
.header_contact{
/*	margin-top:16px; */
	margin-top:0px;
}
.header_contact a{
	text-decoration:none;
	transition: 0.3s;
}
.header_contact p.mail_header,
.header_contact p.tel_header {
	margin-bottom: 0px;
    font-family: "メイリオ", Meiryo, Arial, Helvetica, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
.header_contact .mail_header,
.header_contact .mail_header a {
	float:right;
	font-size:1.1rem;
	margin-left: 16px;
	width:auto;
    font-family: "メイリオ", Meiryo, Arial, Helvetica, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
.header_contact .tel_header,
.header_contact .tel_header a {
	float:right;
	font-size:1.2rem;
	width:auto;
    font-family: "メイリオ", Meiryo, Arial, Helvetica, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
.header_contact a:hover {
	opacity:0.5;
}

.lang{  /* ★7 */
	float:right;
	width:240px;
	margin-top: 34px;
	text-align:right;
}
/*
.toppage .lang{
	width:500px;
	margin-top:-26px;
}
*/
h1.logo img {
    width: 220px;
	margin-bottom: 0px;
}
footer .logo img {
    width: 220px;
}
.soon_msg {
	word-break: normal;
}
.soon_msg a {
	word-break: break-all;
}






.hblock h2.lh{
	width:35px;
/*	font-size:200%; */
	font-size: 2.2rem;
	float:left;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode:vertical-rl;
	font-weight:bold;
	letter-spacing:5px;
}

.hblock h2.lh span{
	margin-top:30px;
/*	font-size:60%; */
	font-size: 1.0rem;
	font-weight:normal;
	vertical-align: -5px;
}

.hblock .rightbox{
	width:1000px;
	text-align:left;
}

footer{
	margin:0 auto;
	padding-top:65px;
}

footer .leftbox{
	width:410px;
}

footer .rightbox{
	width:400px;
}

footer .leftbox li{
	display:block;
	float:left;
	width:115px;
	font-size:88%;
}

footer .leftbox li:nth-child(3n-1){
	width:170px;
}

footer .leftbox li:nth-child(3n){
	width:125px;
}

footer .copy p {/* ★8 */
    font-size: 1.0rem;
	text-align:center;
	padding-top:80px;
	margin-bottom:30px;
}
@media (max-width: 750px) {  /* ★8 */
	footer .copy p {/* ★8 */
	    font-size: 0.6rem;
		padding-top:60px;
	}
}

/* PageTop */
#nav-pagetop {
    display: none;
    bottom: 0;
    right: 60px;
    position: fixed;
}
#nav-pagetop a {
    display: block;
    width: 60px;
    height: 38px;
    padding-top: 22px;
    color: #fff;
    font-size: 1.0rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background-color: #aaaaaa;
}
@media (max-width: 960px) {
    #nav-pagetop {
        bottom: 0px;
        right: 0px;
        filter:alpha(opacity=60);
        opacity: 0.6;
    }
    #nav-pagetop a {
        display: block;
        font-size: 0.9rem;
    }
}


.logo_sub {  /* ★8 */
	position: relative;
	width: 1100px;
    height: auto;
    display: table;
	margin:0 auto;
}
.logo_sub img {
	position: absolute;
	width: 300px;
	margin-top: 50px;
/*
	z-index: 9;
	margin:0 auto;
	left: 0;
*/
}
@media (max-width: 960px) {
	.logo_sub {  /* ★8 */
		width: 100%;
	}
	.logo_sub img {
		width: 300px;
		margin-top: 4px;
	}
}
@media (max-width: 767px) {
	.logo_sub {  /* ★8 */
		width: 100%;
	}
	.logo_sub img {
		width: 220px;
		margin-top: 18px;
	}
}


/* /////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////

    [ Navigation &amp; Btn Section ]

///////////////////////////////////////////////////////// */

/* =========================================================
    Global Navi
========================================================= */
/* Humberger Menu */
#sp_gnav {
    display: inline-block;
    position: fixed;
    z-index: 100;

    width: 100%;
    height: 60px;
    background-color: none;  /* SP時.langが見えないため */
    top: 0px;
    left: 0px;
    z-index: 99;
}
#sp_gnav.fixed {
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
    background-color: #fff;
}
#sp_gnav .menu_motion {
    display: inline-block;
    width: 30px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 100;
}
#sp_gnav .menu_motion span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #001932;
    transition: all 0.8s;
}
#sp_gnav .menu_motion.active span {
    background-color: #fff;
}
.menu_motion span:nth-of-type(1) {
    top: 0;
}
.menu_motion span:nth-of-type(2) {
    top: 9px;
}
.menu_motion span:nth-of-type(3) {
    bottom: 0;
}
/*
.menu_motion p {
    color: #fff;
    text-align: center;
    padding-top: 32px;
}
*/
/* Humberger Menu:action */
.menu_motion.active span:nth-of-type(1) {
    background-color: #fff;
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
}
.menu_motion.active span:nth-of-type(2) {
    background-color: #fff;
    left: 50%;
    opacity: 0;
    -webkit-animation: active-menu-bar02 .8s forwards;
    animation: active-menu-bar02 .8s forwards;
    }
    @-webkit-keyframes active-menu-bar02 {
        100% {
            height: 0;
    }
}
.menu_motion.active span:nth-of-type(3) {
    background-color: #fff;
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
}
/*
.menu_motion.active p {
    color: #fff;
}
*/
/* Humberger Menu:inside */
.menu_wrap {  /* ★7 */
    position: fixed;
    z-index: 9;
    height: 0;
    width: 100%;
    max-height: calc(100vh - 90px);
    top: 0;
    right: 0;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    overflow-y: scroll;
    transition: height 0.4s ease-in-out;
    background-color: #0b0d0d;
}
#sp_gnav .gnav {
    padding-top: 45px;
    height: auto;
    margin-left: 2.0rem;
    font-size: 1.4rem;
}
#sp_gnav .gnav a {
    color: #fff;
}

#sp_gnav .menu_active { /* for javascript */
    height: 90%;
}
#sp_gnav .gnav_item {
    display: block;
    height: auto;
    padding: 0;
    margin-bottom: 30px;
    line-height: 1.6rem;  /* ★8 */
}
#sp_gnav .gnav_item:last-child {
    margin-bottom: 60px;
}
#sp_gnav .gnav_item a {
}
#sp_gnav .gnav_item a img {
    vertical-align: -8px;
}

#sp_gnav .gnav_item.withsub,
#sp_gnav .gnav_item.sub,
#sp_gnav .gnav_item.sub2 {
    margin-bottom: 14px;
}
#sp_gnav .gnav_item.last {
    margin-bottom: 40px;
}
#sp_gnav .gnav_item:last-child {
/*    margin-bottom: 200px;  */
}
#sp_gnav .gnav_item a {
}
#sp_gnav .gnav_item a span {
    font-size: 0.8rem;
    margin-top: 14px;
}
#sp_gnav .gnav_item.sub a {
    margin-left: 0px;  /* インデント無し */
    font-size: 1.0rem;
}
#sp_gnav .gnav_item.sub2 a {
    margin-left: 20px;  /* インデントあり */
    font-size: 1.0rem;
}
#sp_gnav .gnav_item.add a {
    font-size: 1.0rem;
}
/*
.gnav_submenu {
    position: static;
    opacity: 1;
    width: auto;
    height: 0;
    padding-top: 0;
    transition: height 0.3s ease-in-out;
    overflow: hidden;
}
.gnav_submenu_item&gt; a{
}

.gnav_submenu_item {
    text-align: left;
    padding-top: 20px;
    padding-left: 2.6rem;
    margin-bottom: 10px;
}
.gnav_submenu_item:last-child {
}
.gnav_submenu_item a {
}
*/
@media screen and (max-width: 960px) {
    #sp_gnav {
    }
    .menu_motion {
    }
}


/* =========================================================
    Global Header
========================================================= */
header {  /* ★8 */
    width: 100%;
/*    margin-bottom: 100px;  */
}
header a,
header a:hover {
    text-decoration: none;
}
header #site-header{  /* ★7 */
    width: 100%;
    top: 0px;
    left: 0px;
}
header #site-header.fixed{  /* ★7 */
    position: fixed;
    width: 100%;
    background-color: #fff;
    top: 0px;
    left: 0px;
    z-index: 99;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 960px) {
	header {  /* ★8 */
	    margin-bottom: 60px;
	}
}

/* gHeader_left */
.gHeader_left {
    position: absolute;
    top: 45px;
    left: 4%;
    z-index: 9;
}
/* HOME logo_box control */
#home #site-header.nonfixed .logo_box img.logo_white {
    display: block;
}
#home #site-header.nonfixed .logo_box img.logo_color {
    display: none;
}
#home #site-header.fixed .logo_box img.logo_white {
    display: none;
}
#home #site-header.fixed .logo_box img.logo_color {
    display: block;
}

/* gHeader_right */ /* for gMenu */
.gHeader_right {  /* ★8 */
/*
    margin-top: 20px;
    position: absolute;
    top: 62px;
    right: calc( 300px + 35px );
*/
    text-align: center;
    z-index: 9;
}
.gHeader_right ul {
/*
    padding-top: 20px;
    padding-bottom: 20px;
*/
}
.gHeader_right a {
    color: #001932;
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
    transition: 0.5s;
}
.gHeader_right ul a:hover {
    color: #0064FF;
}

#home .gHeader_right a {
    color: #000;
}
#home .gHeader_right ul a:hover {
    color: #0064FF;
}
/* HOME gHeader_right control */
#home #site-header.nonfixed .gHeader_right a {
    color: #000;
}
#home #site-header.fixed .gHeader_right a {
    color: #001932;
}

/* Contact Box */
header .contact_box {
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
}
header .contact_box a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 150px;
    background-color: #0064FF;
    color: #000;
    font-size: 1.2rem;
    transition: 0.5s;
}
header .contact_box a:hover {
    opacity: 0.5;
}
header .contact_box a p:before {
    display: inline-block;
    width: 40px;
    content: url("../images/contact_us_icon.svg");
    margin-right: 14px;
    vertical-align: middle;
}

/* Navigation */
#header_nav {  /* ★8 */
    display: inline-block;
    list-style: none;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #000;
    transition: 0.1s;
    width: 100%;
}
#header_nav.gnavi_sub {  /* ★8 */
    border-bottom: none;
}
header #site-header.fixed #header_nav {  /* ★7 */
    padding-bottom: 10px;
    border-bottom: none;
}
#header_nav ul {
    text-align: center;
    font-size: 0px;
}
#header_nav li {
    margin-left: 15px;
    margin-right: 15px;
    display: inline-block;
}
#header_nav li a {
    color: #000;
    line-height: 1.4rem;
    padding-bottom: 2px;
}

/* プルダウンメニュー↓ */  /* ★8 */
#header_nav li ul {
/*	margin-top: 25px;  */
}
.gHeader_right li ul a {  /* ★7 */
    padding-left: 20px;  /* プルダウンメニューの幅　実測値 */
    padding-right: 12px;
}
#header_nav li ul,
.contact_box ul {
	position: absolute;
	z-index: 100;
}
#header_nav li ul li a,
.contact_box ul li a {  /* ★7 */
	display: block;
	background: #fff;  /* サブメニューの背景色 */
	height: 40px!important;  /* サブメニューの高さ */
	line-height: 40px;
	color: #000;
    font-size: 1.0rem;
	text-align: left;
    letter-spacing: 0px!important;
}
#header_nav li ul li,
.contact_box ul li {
	display: block;
	visibility: hidden;
	overflow: hidden;
	height: 0;
	background: #fff;  /* サブメニューの背景色 */
	white-space: nowrap;
}
#header_nav li ul li:hover,
#header_nav li ul li a:hover,
.contact_box ul li:hover,
.contact_box ul li a:hover {
	z-index: 100;
	color: #fff!important;
	background: #000;
}

#header_nav li:hover ul li,
#header_nav li a:hover ul li,
.contact_box:hover ul li {
	visibility: visible;
	overflow: visible;
	height: 40px!important;  /* サブメニューの高さ */
	z-index: 100;
}
/* 下矢印が必要な場合 */
/*
#header_nav li .arrow:after,
.contact_box li .arrow:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    vertical-align: 3px;
    margin-left: 10px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(45deg);
}
*/
/* animation */
#header_nav *,
.contact_box * {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
/* プルダウンメニュー↑ */

/* position */
#home #site-header.nonfixed  #header_nav li.home a,  /*  */
#home #site-header.fixed  #header_nav li.home a,  /*  */
#news #site-header.nonfixed  #header_nav li.news a,  /*  */
#news #site-header.fixed  #header_nav li.news a {
    border-bottom: 1px solid #000;
}

header #header_nav li a:hover {
    border-bottom: 1px solid #000;
}

/*@media screen and (max-width: 1600px) {*/ /* for note PC */
@media screen and (max-width: 1400px) { /* for note PC */
	header #site-header.fixed{
	    height: 75px;
	}
    .gHeader_left {
        top: 16px;
        left: 4%;
    }
    .gHeader_left img {
/*        width: 150px; */
        width: 110px;
    }
    #home .gHeader_left img {
/*        width: 200px;*/
    }
    .gHeader_right {
        top: 26px;
        right: calc( 180px + 10px );
    }
    .gHeader_right a {
        color: #001932;
        font-size: 0.9rem;
        letter-spacing: 0.1rem;
        transition: 0.5s;
    }
    header #header_nav li a {
        margin-left: 10px;
        margin-right: 10px;
    }

	/* Contact Box */
	header .contact_box a {
	    width: 180px;
	    height: 75px;
	    font-size: 1.0rem;
	}
	header .contact_box a p:before {
	    width: 30px;
	    margin-right: 15px;
	}
}
@media (max-width: 960px) {
    header #site-header{
    }
    header #site-header.fixed{
	    height: 60px;
	    z-index: 99;
    }
}
@media screen and (max-width: 700px) {
    .gHeader_left {
        top: 16px;
        left: 3%;
    }
    #home .gHeader_left {
        top: 15px;
        left: 2%;
    }
    .gHeader_left img {
        width: 110px;
    }
    #home .gHeader_left img {
/*        width: 150px; */
        width: 110px;
    }
}
@media screen and (max-width: 370px) {
    .gHeader_left {
    }
    .gHeader_left img {
    }
    #home .gHeader_left img {
    }
}





/* Slider Bottom *//* ★7 */
.slider_bottom {
    margin-top: 120px;
    margin-bottom: 0px;
}
@media (max-width: 960px) {
	.slider_bottom {
	    margin-top: 40px;
	}
}







/* toppage */
.toppage footer{
	padding-top:0px;
}
.toppage .wrapper{
	padding-top:0;
	padding-bottom:0;
	border-bottom:none;
}

.toppage .menu{
	padding-top:50px;
	padding-bottom:50px;
	border-bottom:solid 2px #334629;
	margin-bottom:70px;
	border-top:none;
}

/* for Vegas slider */
#back{
	position:absolute;
/*	top:70px; */
	top:100px;
	left:0;
/*	height:500px; */
	height:600px;
	width:100%;
/*	max-width:1920px; */
	z-index:-100;
}
@media (max-width: 959px) {
	/* for Vegas slider */
	#back{
		top: 200px;
		height: 400px;
	}
}
@media (max-width: 767px) {
	/* for Vegas slider */
	#back{
		top: 200px;
		height: 200px;
	}
}

.toppage h1{
/*	float:left; */
/*
	width:200px;
	min-height:510px;
	padding-top:0;
	padding-bottom:0;
*/}


 .lang img{
	margin-left:8px;
}
@media (max-width: 767px) {
	.lang img{ /* ★8 */
		width: 80px;
		margin-left:10px;
	}
}

/* toppage news */
.toppage .news_box {
	background-color: #e9e9e9;
	padding-top: 80px;
	padding-bottom: 40px;
	font-size: 1.0rem;
	line-height: 1.8rem;
}

.toppage .news_box .wrapper{
	word-break: normal;  /* NEWS内は解除しないと枠からあふれる */ /* ★7 */
}
.toppage .news_box li{
	border-bottom:solid 1px #c9c9c9;
	padding-top:50px;
	padding-bottom:50px;
}

.toppage .news_box li:first-child{
	padding-top:0;
}

.toppage .news_box li:last-child{
	border-bottom:none;
}

.toppage .news_box li .title{
	font-size:133%;
}

.toppage .news_box li .content{
	margin-bottom:0;
	word-break: keep-all;  /* 単語の途中で改行しない */
/* ↑があると、SPで崩れるため↓を追加 */
}
@media screen and (max-width: 960px) {
	.toppage .news_box li .content{
		margin-bottom:0;
		word-break: normal;
	}
	.toppage .news_box{
		word-break: normal;
	}
}
.toppage .news_box li .news-img{
	margin-right: 20px;
	display: table;
	float: left;
}
.toppage .news_box li .news-img img{
	max-width: 300px;
}
.toppage .news_box li .content_wrap{
	display: table;
	float: left;
}

@media screen and (max-width: 960px) {
	.toppage .news_box li .news-img{
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 10px;
		float: none;
	}
	.toppage .news_box li .content_wrap{
		float: none;
	}
}


/* 2022 temporary add ↓ */
.toppage .lang img{
	margin-left:8px;
}

.toppage .info_adrs li{
	padding-top:50px;
	padding-bottom:50px;
}
.toppage .info_adrs li{
	padding-bottom:0px;
}

.toppage .info_adrs li .title{
	font-size:100%;
}

.toppage .info_adrs li .content{
	font-size:96%;
	line-height:1.4em;
	margin-bottom:0;
}
.toppage .info_adrs li .info-img{
	margin-right: 20px;
	display: table;
	float: left;
}
.toppage .info_adrs li .info-img img{
	max-width: 300px;
}
.toppage .info_adrs li .content_wrap{
	display: table;
	float: left;
}

@media screen and (max-width: 960px) {
	.toppage .info_adrs li .title{
		font-size:160%;
	}
	.toppage .info_adrs li .content{
		font-size:120%;
		line-height:1.6em;
		margin-bottom:0;
	}
	.toppage .info_adrs li .info-img{
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 10px;
		float: none;
	}
	.toppage .info_adrs li .content_wrap{
		float: none;
	}
}

.gmap iframe {
	width: 100%;
	height:600px;
}
/* 2022 temporary add ↑ */


.toppage .banner{
	margin-bottom:100px;
}

.toppage .slider{
	width:100%;
	margin-bottom:100px;
}

.toppage .slider img{
	width:98%;
}

/* Pocket Concierge &amp; TripAdvisor */
#home .block.bnr_po_tr{
	margin-bottom:40px;
}

/* aisatsu */
body.aisatsu{
	background:url(../images/aisatsu_back.jpg) no-repeat;
	background-attachment:fixed;
}
.aisatsu .block .rightbox{
	text-align:right;
}

/* yoyaku */
body.yoyaku{
	background:url(../images/yoyaku_back.jpg) no-repeat;
	background-attachment:fixed;
}
.yoyaku .block .rightbox{
	text-align:right;
}

/* news */
body.news{
	background:url(../../../common/images/news_back.jpg) no-repeat;
	background-attachment:fixed;
	font-size: 1.0rem;
}

.news .leftbox.cnt{
	width:950px;
	border-right:solid 1px #dbdbdb;
	word-break: keep-all;  /* 単語の途中で改行しない */
/* ↑があると、SPで崩れるため↓を追加 */
}
@media screen and (max-width: 960px) {
	.news .leftbox.cnt{
		width:auto;
		word-break: normal;
	}
}
.news .rightbox.cnt{
	width:115px;
	padding-left:20px;
}
.news .news-img{
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.news .news-img img{
	max-width: 669px;
}
.news h3{
	text-align:left;
}
.news .archives a{
	font-size:70%;
}
.news .nav-new,
.news .nav-old {
    font-size: 0.7em;
    padding-top: 0px;
}

/* eigyo */
body.eigyo{
	background:url(../images/eigyo_back.jpg) no-repeat;
/*	background:url(../images/camp_back.jpg) no-repeat; */
	background-attachment:fixed;
	background-position: top center;
}
.eigyo .p1{
	width:320px;
	margin:0 auto;
	text-align:left;
}



/* body */  /* ★8 */
body.amaya{
	background:url(../../../common/images/subpage_back_amaya.jpg) no-repeat;
	background-attachment:fixed;
	background-position: top center;
}
body.birch{
	background:url(../../../common/images/subpage_back_birch.jpg) no-repeat;
	background-attachment:fixed;
	background-position: top center;
}
@media (max-width: 960px) {
	body.amaya{
		background-position: top right 35%;
	}
	body.birch{
	}
}

/* oshinagaki */
.oshinagaki p{
	text-align:center;
}
.oshinagaki p.lefting{
	text-align:left;
}
.oshinagaki p.righting{
	text-align:right;
}
.oshinagaki .container.c1{
	width:225px;
	margin:0 auto;
}
.oshinagaki .leftbox{
/*	width:74px; */
}
.oshinagaki .rightbox{
/*	width:320px; */
}
.oshinagaki .rightbox p{
	text-align:left;
}
.oshinagaki .sl{
	padding-top:15px;
	text-align:left;
}
.oshinagaki .imgli li{
	display:inline-block;
	float:left;
	width:350px;
	margin-right:25px;
	margin-bottom:25px;
}
.oshinagaki .imgli li:nth-child(3n){
	margin-right:0px;
}

.oshinagaki .menuimg{
	margin-top:50px;
}
.oshinagaki .menuimg img{
	width: 1100px;
	margin-right:auto;
	margin-left:auto;
}
@media (max-width: 1099px) {
	.oshinagaki .menuimg img{
		max-width: 100%;
	}
}

/* ryouricho */
body.ryouricho{
	background:url(../images/ryouricho_back.jpg) no-repeat;
	background-attachment:fixed;
}

/* access */
body.access{
	background:url(../images/access_back.jpg) no-repeat;
	background-attachment:fixed;
}
.access .c1 .rightbox{
	padding-top:40px;
	width:calc(50% - 50px);
}

/* contact */
body.contact{
	background:url(../images/contact_back.jpg) no-repeat;
	background-attachment:fixed;
	background-position-x: center;  /* add 2023.10.13 for SP */
}
.contact table{
	margin:0 auto;
}
.contact th,
.contact td{
	padding:20px 0;
}
.contact th{
	width:230px;
	text-align:left;
	vertical-align:middle;
}
.contact td{
	width:520px;
	text-align:left;
}
.contact input[type="text"] ,
.contact textarea {
	width:100%;
}
.contact textarea {
	height:160px;
}

/* touki */
body.touki{
	background:url(../images/touki_back.jpg) no-repeat;
	background-attachment:fixed;
	background-position-x: center;  /* add 2023.10.13 for SP */
}


/** for Contact Mailform **/
button {
	border: none;
}
.snd_btn {
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 50px;
}

.snd_btn button {
    padding: 13px 20px 11px 20px;
    font-size: 1.6rem;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #334629;
    border-radius: 5px;
    transition: 0.5s;
    display: inline-block;
    white-space: nowrap;
    min-width: 286px;
}
.snd_btn button:hover {
    opacity: 0.5;
}
.add_text {
    font-size: 0.9rem;
}



/** for Yoyaku form 2023 **/
.with_slider {
/*    margin-top: 800px;  */
    margin-top: 100px;
}

.tenpo_list {
/*    margin-top: 800px;  */
    margin-bottom: 180px;
    display: flex;
/*
    justify-content: space-between;
    align-items: center;
*//* ★for 3 */
    justify-content: space-evenly;
    align-items: start;

    flex-direction: row;
    gap: 40px;
}
.tenpo_list li {
/*    max-width: 300px; *//* ★for 3 */
    max-width: 400px;
    width: 100%;
}
.tenpo_list .logo_each {
    margin-top: 40px;
}
.tenpo_list .chef{
    margin-top: 20px;
    text-align: center;
    font-size: 1.6rem;
    line-height: 2.0rem;
    letter-spacing: 0.3rem;
}
.tenpo_list .chef span {
    font-size: 1.3rem;
    letter-spacing: 0rem;
}
.tenpo_list .tenpo_name{
    margin-top: 40px;
    text-align: center;
    font-size: 1.6rem;
    line-height: 2.0rem;
    word-break: keep-all;
}
.tenpo_list .tenpo_postal,
.tenpo_list .tenpo_msg,
.tenpo_list .tenpo_adrs,
.tenpo_list .tenpo_tel{
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.6rem;
    word-break: keep-all;
}
/* for 3店舗分の高さを合わせる */ /* ★7 */
.tenpo_list .tenpo_msg {
    height: 80px;
}
.tenpo_list .tenpo_adrs {
    height: 80px;
}

.yoyaku_btn {
    margin-top: 20px;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.2rem;
/*    padding: 6px 10px;  */
    padding: 16px 20px;
    border-radius: 20px;
    background-color: #dedede;
    transition: 0.6s;
}
.tenpo_list a {
    text-decoration: none;
    transition: 0.6s;
    display: block;
    width: 100%;
}
.tenpo_list a:hover {
    opacity: 0.8;
}
.yoyaku_btn:hover {
    background-color: #000;
}
.yoyaku_btn:hover a {
    color: #fff;
}
/* 予約中止中 */
.yoyaku_btn.nonactive {
    color: #999999;
}
.yoyaku_btn.nonactive:hover {
    background-color: #dedede;
}
.yoyaku_btn.nonactive:hover a {
    color: #999999;
}

@media (max-width: 959px) {
	.with_slider {
	    margin-top: 500px;
	}
	.tenpo_list {
/*	    margin-top: 500px;  */
	    margin-bottom: 80px;
	    gap: 14px;
	}
	.tenpo_list li {
	    max-width: 250px;
	}
	.tenpo_list .chef{
	    font-size: 1.1rem;
	    line-height: 1.4rem;
	    letter-spacing: 0.2rem;
	}
	.tenpo_list .chef span {
	    font-size: 0.9rem;
	    letter-spacing: 0rem;
	}

	.tenpo_list .logo_each {
	    margin-top: 20px;
	}

	.tenpo_list .tenpo_name{
	    font-size: 1.1rem;
	    line-height: 1.4rem;
	}
	.tenpo_list .tenpo_postal,
	.tenpo_list .tenpo_msg,
	.tenpo_list .tenpo_adrs,
	.tenpo_list .tenpo_tel{
	    margin-bottom: 10px;
	    font-size: 0.8rem;
	    line-height: 1.1rem;
	    word-break: normal;
	}
	.yoyaku_btn {
	    margin-top: 16px;
	    font-size: 0.8rem;
	    letter-spacing: 0rem;
	    padding: 6px 6px;
	    border-radius: 8px;
	}
}
@media (max-width: 960px) {
	h1.logo img {
		margin-bottom: 28px; /* ★8 */
	}
}
@media (max-width: 767px) {
	h1.logo img {
		width: 140px; /* ★8 */
		margin-bottom: 22px; /* ★8 */
	}
	.with_slider {
	    margin-top: 200px;  /* ★7 */
	}
	.tenpo_list {
	    margin-top: 200px; /* ★8 */
	    margin-bottom: 80px;
	    gap: 14px;
	}

	/* for 3店舗分の高さを合わせる */ /* ★7 */
	.tenpo_list .tenpo_msg {
	    height: 100px;
	}
	.tenpo_list .tenpo_adrs {
	    height: 80px;
	}

}










/* =========================================================
    HOME sub pages
========================================================= */

/* Common */
h2.block_title {
    margin-top: 140px;
    margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
	h2.block_title {
	    font-size: 1.8rem;
	    margin-top: 100px;
	    margin-bottom: 40px;
	}
}

/* First Massage BOX *//* ★8 */
.first_msg_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 0px;
    background-color: #f8f8f8;
}
.first_msg_box.reverse {
    margin-bottom: 100px;
}
.first_msg_box img {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
.first_msg_box .inner_txt_box {
    width: 450px;
    padding: 50px;
}
.first_msg_box h3 {
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 2.0rem;
    letter-spacing: 0.1rem;
    text-align: left;
    margin-bottom: 0px;
}
.first_msg_box .info {
    font-size: 1.2rem;
    line-height: 2.0rem;
    letter-spacing: 0rem;
    text-align: left;
    margin-top: 40px;
    margin-bottom: 0px;
}
/* AMAYA - 長いテキスト対策 */
.amaya .first_msg_box h3 {  /* 長いテキスト対策 */
    font-size: 1.2rem;
    line-height: 1.8rem;
}
.amaya .first_msg_box .info {  /* 長いテキスト対策 */
    font-size: 1.0rem;
    line-height: 1.6rem;
    margin-top: 20px;
}
.amaya .first_msg_box .inner_txt_box {  /* 長いテキスト対策 */
    width: 460px;
    padding: 40px;
}
/* box control */
.first_msg_box .box_left {
    width: 50%;
    display: flex;
    justify-content: right;
    align-items: center;
}
.first_msg_box .box_right {
    width: 50%;
    display: flex;
    justify-content: left;
    align-items: center;
}
@media screen and (max-width: 960px) {
	.first_msg_box {
	    flex-direction: column;
	    gap: 8px;
	}
	.first_msg_box.reverse {
	    flex-direction: column-reverse;
	    gap: 8px;
	    margin-bottom: 60px;
	}
	.first_msg_box img {
	}
	.first_msg_box .inner_txt_box {
	    width: calc(100% - 30px);
	    padding: 30px 15px;
	}
	.first_msg_box h3 {
	    font-size: 1.4rem;
	    line-height: 1.6rem;
	    letter-spacing: 0rem;
	}
	.first_msg_box .info {
	    font-size: 1.0rem;
	    line-height: 1.6rem;
	    margin-top: 26px;
	}
	/* box control */
	.first_msg_box .box_left,
	.first_msg_box .box_right {
	    width: 100%;
	    justify-content: left;
	}
}

/* Shop Info BOX *//* ★8 */
.shop_info_box {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: row;
    gap: 30px;
}
.shop_info_box h3 {
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 2.0rem;
    letter-spacing: 0.1rem;
    text-align: left;
    margin-bottom: 0px;
}
.shop_info_box .info {
    font-size: 1.2rem;
    line-height: 2.0rem;
    letter-spacing: 0rem;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 0px;
    word-break: normal;  /* wrapperで指定した値を解除 */
}
/* box control */
.shop_info_box .box_left {
}
.shop_info_box .box_right {
    display: flex;
    justify-content: left;
    align-items: center;
}
@media screen and (max-width: 960px) {
	.shop_info_box {
	    flex-direction: column;
	    gap: 20px;
	}
	.shop_info_box h3 {
	    font-size: 1.4rem;
	    line-height: 1.6rem;
	    letter-spacing: 0rem;
	}
	.shop_info_box .info {
	    font-size: 1.0rem;
	    line-height: 1.6rem;
	    margin-top: 16px;
	}
}

/* map_box *//* ★8 */
.map_box {
    padding-top: 60px;
}
.map_box iframe {
    width: 100%;
    height: 600px;
}
@media screen and (max-width: 960px) {
	.map_box {
	    padding-top: 20px;
	}
	.map_box iframe {
	    width: 100%;
	    height: 450px;
	}
}


/* CONTACT FORM */
.contact_msg {
    font-size: 1.2rem;
    line-height: 2.0rem;
    letter-spacing: 0rem;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 0px;
}
.phone_info {
    color: #464646;
    font-size: 3.0rem;
    letter-spacing: 0.1rem;
    text-align: center;
    margin-top: 10px;
}
.phone_info:before {
    display: inline-block;
    width: 48px;
    height: 44px;
    content: "";
    background-image: url("../../../common/images/icon_phone.png");
    background-size: contain;
    vertical-align: -6px;
}

.btn_reserve {
    display: block;
}
@media screen and (max-width: 960px) {
	.contact_msg {
	    font-size: 1.0rem;
	    line-height: 1.8rem;
	    word-break: normal;  /* wrapperで指定した値を解除 */
	}
	.phone_info {
	    font-size: 2.0rem;
	    letter-spacing: 0rem;
	}
	.phone_info:before {
	    width: 37px;
	    height: 34px;
	}
}

/* Contact Contents（mail） */
.contact_contents { 
}


/* =========================================================
    USER INFO TABLE (COMMON)
========================================================= */
.form_group {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    font-size: 1.2rem;
    padding: 20px 0px 20px 0px;
}
.form_title {
    flex-basis: 300px;
    text-align: left;
    font-weight: bold;
}
.form_title span {
    display: inline-block;
    margin-left: 10px;
}
.form_data {
    flex-grow: 8;
    line-height: 1.4rem;
}
.form_data input,
.form_data select,
.form_data textarea {
    width: calc(100% - 20px);
    min-height: calc(80px - 20px);
    padding: 10px;
    background: #e9e9e9;
    border-radius: 6px;
    line-height: 1.2rem;
}
.form_data textarea {
    height: 200px;
}
.form_data input:focus,
.form_data select:focus,
.form_data textarea:focus {
    color: #000;
    min-height: calc(80px - 20px - 0px);
    background: #fff;
    border: solid 1px #19AF32;
}
@media screen and (max-width: 960px) {
	.form_group {
	    align-items: start;  /* 左寄せ（ターゲットは form_title） */
	    flex-direction: column;
	}
	.form_title {
	    flex-basis: auto;
	    margin-bottom: 15px;
	}
	.form_data {
	    width: 100%;
	}
	.form_data input,
	.form_data select,
	.form_data textarea {
	    width: calc(100% - 20px);
	    min-height: calc(80px - 12px);
	    padding-top: 0px;
	    padding-bottom: 0px;
	}
}

/* result-message */
.result-message {
    padding-top: 80px;
/*    padding-bottom: 160px;  */
    padding-bottom: 400px;
    font-size:1.1rem;
    line-height: 2.0rem;
    text-align: center;
    display: table;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 767px) {
    .result-message {
        font-size: 0.8rem;
        padding-top: 60px;
        padding-bottom: 100px;
    }
}


/** USER INFO **/
.userinfo {
    width: 100%;
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
}
.userinfo .form_group {
    font-size: 1.0rem;
    padding-top: 18px;
    padding-bottom: 18px;
}
.userinfo .form_group .th {
    width: 280px;
    margin-top: 12px;
    padding-left: 0px;
    display: table-cell;
    vertical-align: middle;
    font-size: 1.0rem;
    letter-spacing: 0.1rem;
}
.userinfo .form_group .th span.none {
	width: 45px;
	display: inline-block;
	vertical-align: 3px;
    margin-right: 20px;
}
span.hissu { 
	display: inline-block;
	padding: 2px 10px;
    font-size: 0.9rem;
    font-weight: bold;
    color: #fff;
    background-color: #ababab;
}
@media screen and (max-width: 1600px) { /* 実測値（タイトル「お問い合わせ内容」の改行防止） */
	.userinfo .form_group .th span.hissu {
	    margin-right: 10px;
	}
	.userinfo .form_group .th {
	    width: 280px;
	    margin-top: 12px;
	    padding-left: 0px;
	    display: table-cell;
	    vertical-align: middle;
	    font-size: 1.0rem;
	    letter-spacing: 0rem;
	}
}
@media screen and (max-width: 767px) {
    .userinfo {
        width: 100%;
        margin-top: 20px;
        padding-top: 0px;
    }
    .userinfo .form_group .th {
        display: block;
        width: 100%;
        float: none;
        margin-top: 12px;
        margin-left: 0px;
        margin-right: 0px;
    }
	.userinfo .form_group .th span.none {
		display: none;
	}
}

/* CONFIRM MESSAGE */
.confirm_msg {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ff0000;
    font-size: 1.3rem;
    text-align: center;
    line-height: 1.8rem;
}

/* BUTTON */
/* checkbox + send */
.snd_btn_confirm button,
.snd_btn button { 
    padding: 16px 60px 14px 60px;
    background-color: #ababab;
    border-radius: 10px;
    font-size: 1.0rem;
    letter-spacing: 0.1rem;
    text-align: center;
    text-decoration: none;
    color: #fff;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    transition: 0.5s;
}

.snd_btn_confirm:hover,
.snd_btn:hover {
    cursor: pointer;
    transition: 0.5s;
    opacity: 0.5;
}
/* reset&amp;back */
.back_btn button {
    padding: 8px 40px 6px 40px;
    background-color: #ababab;
    font-size: 1.0rem;
    letter-spacing: 0.1rem;
    text-align: center;
    text-decoration: none;
    color: #fff;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    transition: 0.5s;
}
.back_btn:hover {
    cursor: pointer;
    transition: 0.5s;
    opacity: 0.5;
}
/* result-message */
.result-message {
    padding-top: 80px;
    padding-bottom: 160px;
    font-size:1.1rem;
    line-height: 2.0rem;
    text-align: center;
    color: #969696;
}
@media screen and (max-width: 768px) {
	.snd_btn_confirm button,
	.snd_btn button {
	    padding: 12px 40px 14px 40px;
	    background-color: #ababab;
	    border-radius: 8px;
	}

    .result-message {
        font-size: 0.8rem;
        padding-top: 60px;
        padding-bottom: 100px;
    }
}


/* =========================================================
    reCAPTCHA 位置変更
========================================================= */
.grecaptcha-badge {
    left: 10px;
    opacity: 0.8;
}
@media screen and (max-width: 960px) {
	.grecaptcha-badge {
	    bottom: 80px!important;
	    left: 10px;
	    width: 70px!important;
	    opacity: 0.5;
	}
}


/* =========================================================
    共通
========================================================= */
/* Image */
img.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
}


/* PC/SP制御 */
@media (min-width: 960px) {
    .pc-only {
    }
    .sp-only {
        display: none!important;
    }
}
@media (max-width: 959px) {
    .pc-only {
        display: none!important;
    }
    .sp-only {
    }
}
/* small */
@media (min-width: 768px) {
    .pc-only-s {
    }
    .sp-only-s {
        display: none!important;
    }
}
@media (max-width: 767px) {
    .pc-only-s {
        display: none!important;
    }
    .sp-only-s {
    }
}

</pre></body></html>