@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Nunito+Sans:wght@300;400;500&display=swap');
/*------------------------------------------------------
　　　　　　　　　＊ HTML5 RESET ＊
-------------------------------------------------------*/
html, body, div, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	font-style: normal;
} 
span {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
} 
strong {
	font-size:100%;
	vertical-align:baseline;
} 
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

ol,ul{list-style:none;}

blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    font-size:100%;
    vertical-align:baseline;
	outline: none;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
input, select {
    vertical-align:middle;
}
img {
	margin: 0;
	vertical-align: bottom;
	border: none;
	}

/*------------------------------------------------------
　　　　　　　　　＊ COMMON　＊
-------------------------------------------------------*/
.fl_l {float: left !important;}
.fl_r {float: right !important;}
.center {
	margin-right: auto;
	margin-left: auto;
}
.clear_b {clear: both !important;}

.ta_l {text-align: left !important;}
.ta_r {text-align: right !important;}
.ta_c {text-align: center !important;}

/* Clearfix */  
.clearfix:after {
    content: "";   
    display: block;   
    height: 0px;  
	line-height: 0px;
    clear: both;   
    visibility: hidden;  
}
.clearfix {
	display: inline-block;
	min-height: 1%;
}
.ps_r {
	position: relative;
}

.m_0 {margin: 0px !important;}
 
.m_b0 {margin-bottom: 0px !important;}
.m_b5 {margin-bottom: 5px !important;}
.m_b10 {margin-bottom: 10px !important;}
.m_b15 {margin-bottom: 15px !important;}
.m_b20 {margin-bottom: 20px !important;}
.m_b25 {margin-bottom: 25px !important;}
.m_b30 {margin-bottom: 30px !important;}
.m_b35 {margin-bottom: 35px !important;}
.m_b40 {margin-bottom: 40px !important;}
.m_b50 {margin-bottom: 50px !important;}
.m_b60 {margin-bottom: 60px !important;}
.m_b65 {margin-bottom: 65px !important;}
.m_b70 {margin-bottom: 70px !important;}
.m_b80 {margin-bottom: 80px !important;}
.m_b100 {margin-bottom: 100px !important;}

.m_t0 {margin-top: 0px !important;}
.m_t5 {margin-top: 5px !important;}
.m_t10 {margin-top: 10px !important;}
.m_t15 {margin-top: 15px !important;}
.m_t20 {margin-top: 20px !important;}
.m_t25 {margin-top: 25px !important;}
.m_t30 {margin-top: 30px !important;}
.m_t35 {margin-top: 35px !important;}
.m_t40 {margin-top: 40px !important;}
.m_t50 {margin-top: 50px !important;}
.m_t-5 {margin-top: -5px !important;}
.m_t-10 {margin-top: -10px !important;}
.m_t-15 {margin-top: -15px !important;}
.m_t-20 {margin-top: -20px !important;}
.m_t-30 {margin-top: -30px !important;}

.m_l0 {margin-left: 0px !important;}
.m_l5 {margin-left: 5px !important;}
.m_l10 {margin-left: 10px !important;}
.m_l15 {margin-left: 15px !important;}
.m_l20 {margin-left: 20px !important;}
.m_l25 {margin-left: 25px !important;}
.m_l30 {margin-left: 30px !important;}
.m_l-10 {margin-left: -10px !important;}
.m_l-15 {margin-left: -15px !important;}
.m_l-20 {margin-left: -20px !important;}

.m_lr_a {
	margin-left: auto;
	margin-right: auto;
}

.m_r0 {margin-right: 0px !important;}
.m_r5 {margin-right: 5px !important;}
.m_r10 {margin-right: 10px !important;}
.m_r15 {margin-right: 15px !important;}
.m_r20 {margin-right: 20px !important;}
.m_r25 {margin-right: 25px !important;}
.m_r30 {margin-right: 30px !important;}
.m_r60 {margin-right: 60px !important;}

.p_t0 {padding-top: 0px !important;}
.p_t5 {padding-top: 5px !important;}
.p_t10 {padding-top: 10px !important;}
.p_t12 {padding-top: 12px !important;}
.p_t15 {padding-top: 15px !important;}
.p_t20 {padding-top: 20px !important;}
.p_t25 {padding-top: 25px !important;}
.p_t30 {padding-top: 30px !important;}
.p_t40 {padding-top: 40px !important;}
.p_t45 {padding-top: 45px !important;}
.p_t50 {padding-top: 50px !important;}
.p_t60 {padding-top: 60px !important;}
.p_t70 {padding-top: 70px !important;}
.p_t100 {padding-top: 100px !important;}
.p_t130 {padding-top: 130px !important;}

.p_b0 {padding-bottom: 0px !important;}
.p_b5 {padding-bottom: 5px !important;}
.p_b10 {padding-bottom: 10px !important;}
.p_b15 {padding-bottom: 15px !important;}
.p_b20 {padding-bottom: 20px !important;}
.p_b25 {padding-bottom: 25px !important;}
.p_b30 {padding-bottom: 30px !important;}
.p_b35 {padding-bottom: 35px !important;}
.p_b40 {padding-bottom: 40px !important;}
.p_b45 {padding-bottom: 45px !important;}
.p_b50 {padding-bottom: 50px !important;}
.p_b60 {padding-bottom: 60px !important;}
.p_b65 {padding-bottom: 65px !important;}
.p_b70 {padding-bottom: 70px !important;}
.p_b80 {padding-bottom: 80px !important;}
.p_b90 {padding-bottom: 90px !important;}
.p_b100 {padding-bottom: 100px !important;}

.p_l5 {padding-left: 5px !important;}
.p_l10 {padding-left: 10px !important;}
.p_l15 {padding-left: 15px !important;}
.p_l20 {padding-left: 20px !important;}
.p_l25 {padding-left: 25px !important;}
.p_l30 {padding-left: 30px !important;}
.p_l40 {padding-left: 40px !important;}
.p_l45 {padding-left: 40px !important;}
.p_l50 {padding-left: 50px !important;}
.p_l60 {padding-left: 60px !important;}
.p_l70 {padding-left: 70px !important;}
.p_l100 {padding-left: 100px !important;}
.p_l120 {padding-left: 120px !important;}
	
.p_r5 {padding-right: 5px !important;}
.p_r8 {padding-right: 8px !important;}
.p_r10 {padding-right: 10px !important;}
.p_r15 {padding-right: 15px !important;}
.p_r20 {padding-right: 20px !important;}
.p_r25 {padding-right: 25px !important;}
.p_r30 {padding-right: 30px !important;}
.p_r60 {padding-right: 60px !important;}

.p_5 {padding: 5px !important;}
.p_10 {padding: 10px !important;}
.p_15 {padding: 15px !important;}
.p_20 {padding: 20px !important;}
.p_30 {padding: 30px !important;}

.fw_b{font-weight: bold !important;}
.fw_n{font-weight: normal!important;}
.fc_black{color: #121212 !important;}
.fc_red{color: #C33E1F !important;}
.fc_blue{color: #002E5C !important;}
.fc_01{color: #708059 !important;}

.lh_130{line-height: 1.3;}
.lh_150{line-height: 1.5;}
.lh_180{line-height: 1.8;}

.fs_1{ font-size: 1px !important;}
.fs_10{ font-size: 10px !important;}
.fs_11{ font-size: 11px !important;}
.fs_12{	font-size: 12px !important;}
.fs_13{	font-size: 13px !important;}
.fs_14{	font-size: 14px !important;}
.fs_15{	font-size: 15px !important;}
.fs_16{	font-size: 16px !important;}
.fs_17{	font-size: 17px !important;}
.fs_18{	font-size: 18px !important;}
.fs_19{	font-size: 19px !important;}
.fs_20{	font-size: 20px !important;}
.fs_21{	font-size: 21px !important;}
.fs_22{	font-size: 22px !important;}
.fs_23{	font-size: 23px !important;}
.fs_24{	font-size: 24px !important;}
.fs_25{	font-size: 25px !important;}
.fs_26{	font-size: 26px !important;}
.fs_27{	font-size: 27px !important;}
.fs_28{	font-size: 28px !important;}
.fs_29{	font-size: 29px !important;}
.fs_30{	font-size: 30px !important;}
.fs_36{	font-size: 36px !important;}

.fs_120p{font-size: 120% !important;}
.fs_110p{font-size: 110% !important;}
.fs_90p{font-size: 90% !important;}
.fs_85p{font-size: 85% !important;}
.fs_80p{font-size: 80% !important;}

.bdr_none{
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
}
.bdr_gray01{
    border: 1px solid #D4D4D4;
}
.bdr_box01{
    border: 1px solid #D4D4D4;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
.bg_gray01 {
    background-color: #F8F8F8 !important;
}
.bg_none {
	background-image: none !important;
}
.js_link{
	cursor: pointer;
}
.dsp_b {
	display: block;
}
.dsp_ib {
	display: inline-block;
}
.dsp_n {
	display: none;
}
.opa_60 {
	opacity: 0.6;
}
.w_100p {
    width: 100% !important;	
}
/*------------------------------------------------------
　　　　　　　　　＊ BASE ＊
-------------------------------------------------------*/
body{
	font-size: 14px;
	line-height: 1.9;
	color: #424C4B;
	font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
	-webkit-text-size-adjust: none;
	letter-spacing: 0.09em;
	font-feature-settings: "palt"
}
@media screen and (max-width: 768px){
body{
	font-size: 14px;
	line-height: 1.8;
	color: #424C4B;
	font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
	-webkit-text-size-adjust: none;
	letter-spacing: 0.08em;
	font-feature-settings: "palt"
}
}
a {
	color: #608C8F;
}
a:hover {
	color: #608C8F;
	text-decoration: none;
}

/*------------------------------------------------------
　　　　　　　　　＊ HEADER ＊
-------------------------------------------------------*/
header {
    width: 100%;
    z-index: 600;
    background-color: #FFFFFF;
    text-align: center;
    box-sizing: border-box;
    height: 108px;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
    position: fixed;
    top: 0px;
    left: 0px;
}
header.top {
    display: none;
}
.header_box {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: 108px;
    padding-left: 30px;
    padding-right: 30px;
}
.header_logo_box {
    text-align: left;
    margin-top: 3px;
    display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
    align-items: center; 
}
.header_logo {
    background-image: url(../img/common/logo_b.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    height: 89px;
    width: 89px;
    background-size: 89px auto;
    display: block;
    margin-right: 13px;
}
.header_logo a {
	height: 100%;
	width: 100%;
	display:block;
}
.header_logo_box .jp {
    font-size: 11px;
    line-height: 2;
    color: #1C81C5;
    letter-spacing: 0.2em;
    margin-top: -3px;
}
.header_navi_box {
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/*------------- SP -------------*/
@media screen and (max-width: 768px){
header {
    width: 100%;
    z-index: 600;
    background-color: #FFFFFF;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 60px;
    position: fixed;
}
.header_box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: 60px;
    padding-right: 0px;
    padding-left: 0px;
}
.header_logo_box {
    text-align: left;
    margin-top: -0px;
}
.header_logo_box .text {
    display: none;
}
.header_logo {
    background-image: url(../img/common/logo_b.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    height: 48px;
    width: 48px;
    background-size: auto 48px;
    background-position: left center;
    margin-left: 7px;
}
.header_logo a {
	height: 100%;
	width: 100%;
	display:block;
}
.header_logo_box .jp {
    font-size: 10px;
    line-height: 1.4;
    color: #1C81C5;
    letter-spacing: 0.2em;
    margin-top: -1px;
    font-weight: 500s;
}
}
/*------------------------------------------------------
　　　　　　　　　＊ NAVI ＊
-------------------------------------------------------*/
.g-navi_area {
}
.g-navi .g-navi_ul {
    line-height: 1;
	display: flex;
	flex-direction: row;
    align-items: flex-start; 
	justify-content: flex-end; 
}
.g-navi li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 58px;
    text-align: center;
    padding-left: 14px;
    padding-right: 14px;
    display: flex;
    align-items: center;
    font-family: 'Nunito Sans';
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.12em;
    line-height: 1;
}
.g-navi li.twitter {
    background-image: url(../img/common/ico_twitter.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    height: 58px;
    width: 24px;
    background-size: auto 18px;
    background-position: left center;
    margin-left: 10px;
}
.g-navi li.insta {
    background-image: url(../img/common/ico_insta.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    height: 58px;
    width: 24px;
    background-size: auto 18px;
    background-position: left center;
    margin-left: 10px;
}
.g-navi li.rt_btn img {
    height: 58px;
    width: auto;
}
.g-navi li:last-child {
    padding-right: 0px;
}
.g-navi li a  {
    text-decoration: none;
    color: #608C8F;
    line-height: 1;
}
.g-navi li:hover  {
    cursor: pointer;
    opacity: 70%;
}
.g-navi li:hover a {
    color: #608C8F;
}
/*------------- SP -------------*/
@media screen and (max-width: 768px){
.g-navi_area {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    z-index: 3000;
    height: auto;
    background-color: transparent;
	box-shadow: none;
}
.g-navi_area .box {
    width: 100% !important;
    padding-left: 0px;
    padding-right: 0px;
}
.sp_acd_menu,
.sp_acd_menu span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.sp_acd_menu {
	position: absolute;
	width: 28px;
	height: 30px;
	top: 20px;
	right: 10px;
	z-index: 5000;
}
.sp_acd_menu span {
	position: absolute;
	right: 0px;
	width: 100%;
	height: 1px;
	background-color: #95B2B4;
	border-radius: 3px;
}
.sp_acd_menu span:nth-of-type(1) {
	top: 0px;
}
.sp_acd_menu span:nth-of-type(2) {
	top: 9px;
}
.sp_acd_menu span:nth-of-type(3) {
	top: 19px;
}
.sp_acd_menu.active span:nth-of-type(1) {
	-webkit-transform: translateY(9.5px) rotate(-45deg);
	transform: translateY(9.5px) rotate(-45deg);
}
.sp_acd_menu.active span:nth-of-type(2) {
	opacity: 0;
}
.sp_acd_menu.active span:nth-of-type(3) {
	-webkit-transform: translateY(-9.5px) rotate(45deg);
	transform: translateY(-9.5px) rotate(45deg);
}
.g-navi {
	display: none;
	z-index: 900;
	margin-bottom: 0px;
	width: 100% !important;
	position: absolute;
	top: 60px;
	left: 0px;
}
.g-navi a {
    color: #534B39;
    text-decoration: none;
}
.g-navi_ul {
    display: block;
    width: 100%;
    padding-top: 0px !important;
	flex-direction: column;
	justify-content: space-between;
}
.g-navi .g-navi_ul {
    height: auto;
	flex-direction: column;
}
.g-navi li {
    font-size: 14px;
    list-style-type: none;
    border-bottom: 0.5px solid #C8C1AF;
    display: block;
    box-sizing: border-box;
    background-image: url(../img/common/bg01.png) !important;
    height: auto;
    margin-left: 0px;
    width: 100% !important;
    line-height: 1;
    padding-top: 0px;
    padding-bottom: 0px;
    background-repeat: repeat;
    text-align: left;
    background-color: #FFFFFF;
}
.g-navi li:first-child {
    border-top: 0.5px solid #C8C1AF;
}
.g-navi li ul li:first-child {
    border-top: none!important;
}
.g-navi li a {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	color: #608C8F;
    padding-top: 18px;
    padding-bottom: 16px;
    height: auto;
}
.g-navi li.twitter,.g-navi li.insta ,.g-navi li.rt_btn {
    display: none;
}
.nv_fixed {
	position: absolute;
	opacity: 1;
}
}
/*------------------------------------------------------
　　　　　　　　　＊ FOOTER ＊
-------------------------------------------------------*/
footer {
    width: 100%;
    background-color: #608C8F;    
}
.copyright_area {
	width: 100%;
	font-size: 13px;
	letter-spacing: 0.15em;
	line-height: 1;
	box-sizing: border-box;
	color: #FFFFFF;
	height: 34px;
	padding-top: 11px;
	text-align: center;
    ;font-family:'Nunito Sans'
}
.sp_foot_box {
	display: none;
}
/*--------------- SP ---------------*/
@media screen and (max-width: 768px){
footer {
	width: 100%;
}
.copyright_area {
	width: 100%;
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 1;
	box-sizing: border-box;
	color: #FFFFFF;
	height: 32px;
	padding-top: 12px;
	text-align: center;
    font-family: 'Roboto', sans-serif;
	margin-bottom: 62px;
}
.sp_foot_box {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: fixed;
	bottom: 0px;
	left: 0px;
}
.sp_foot_box a {
	color: #FFFFFF;
	text-decoration: none;	
}
.sp_foot_box .btn {
    color: #FFFFFF;
    text-align: center;
    width: 33%;
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 30px;
    font-size: 13px;
    background-color: #95B2B4;
}
.sp_foot_box .btn.tel {
    background-image: url(../img/common/ico_tel_w.png);
    background-repeat: no-repeat;
    background-position: center top 11px;
    background-size: auto 21px;
}
.sp_foot_box .btn.reserve {
    width: 34%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #81A2A4;
    background-image: url(../img/common/ico_calendar_w.png);
    background-repeat: no-repeat;
    background-position: center top 11px;
    background-size: auto 19px;
}
.sp_foot_box .btn.twitter {
    background-image: url(../img/common/ico_twitter_w.png);
    background-repeat: no-repeat;
    background-position: center top 13px;
    background-size: auto 18px;
}
.sp_foot_box .btn.insta {
    background-image: url(../img/common/ico_insta_w.png);
    background-repeat: no-repeat;
    background-position: center top 13px;
    background-size: auto 18px;
}
}

/*------------------------------------------------------
　　　　　　　　　＊ BOX ＊
-------------------------------------------------------*/
.contents {
}
.cm_area01 {
    width: 100%;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
    background-color: #FFFFFF;
}
.cm_area01.cl01  {
    background-image: url(../img/common/bg_renga.jpg);
    background-repeat: repeat;
}
.cm_area01.cl02  {
    background-image: url(../img/common/bg01.png);
    background-repeat: repeat;
}
.box {
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.cm_box01 {
    background-color: #FFFFFF;
    border-radius: 8px;
    margin-bottom: 60px;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 35px;
    padding-left: 30px;
}
.cm_box01:last-child {
    margin-bottom: 0px;
}

/*--------------- SP ---------------*/
@media screen and (max-width: 768px){
.contents {
    padding-top: 60px;	
}
.cm_area01 {
    width: 100%;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}
.box {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.cm_box01 {
    background-color: #FFFFFF;
    border-radius: 6px;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.cm_box01:last-child {
    margin-bottom: 0px;
}
}

/*------------------------------------------------------
　　　　　　　　　＊ PARTS ＊
-------------------------------------------------------*/
.cm_ttl01 {
    font-size: 36px;
    background-repeat: no-repeat;
    background-position: center bottom;
    display: block;
    line-height: 1.45;
    padding-bottom: 18px;
    margin-bottom: 50px;
    background-image: url(../img/common/bar01.png);
    text-align: center;
    color: #608C8F;
    font-family: 'Nunito Sans','Noto Sans JP';
    letter-spacing: 0.16em;
    padding-left: 0.09em;
    box-sizing: border-box;
    font-weight: 300;
}
.cm_ttl01.sz01 {
    font-size: 26px;
    padding-bottom: 10px;
    margin-bottom: 28px;
    letter-spacing: 0.11em;
    font-weight: 300;
}
.cm_ttl02 {
    font-size: 36px;
    background-repeat: repeat;
    display: inline-block;
    line-height: 1.45;
    margin-bottom: 45px;
    background-image: url(../img/common/bg02.png);
    text-align: center;
    color: #608C8F;
    letter-spacing: 0.16em;
    box-sizing: border-box;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
    min-width: 190px;
}
.cm_ttl02 .en {
    font-size: 28px;
    line-height: 1;
    font-family: 'Nunito Sans';
    letter-spacing: 0.16em;
    font-weight: 300;
    margin-bottom: 8px;
    padding-left: 0.09em;
    display: block;
}
.cm_ttl02 .jp {
    font-size: 14px;
    display: block;
    line-height: 1;
    letter-spacing: 0.16em;
    padding-left: 0.09em;
}
.cm_ttl03 {
    font-size: 22px;
    background-repeat: no-repeat;
    background-position: center bottom;
    display: block;
    line-height: 1.45;
    padding-bottom: 15px;
    margin-bottom: 23px;
    background-image: url(../img/common/bar03.png);
    text-align: center;
    color: #608C8F;
    letter-spacing: 0.16em;
    padding-left: 0.09em;
    box-sizing: border-box;
}
.cm_btn_box {
    text-align: center;	
}
.cm_btn_box .cm_btn01 {
    margin-left: 5px;
    margin-right: 5px;
}
.cm_btn01 {
    box-sizing: border-box;
    line-height: 1;
    font-size: 14px;
    border-radius: 27px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 156px;
    height: 54px;
    padding-left: 28px;
    padding-right: 28px;
    margin-left: auto;
    margin-right: auto;
    background-color: #95B2B4;
}
.cm_btn01 a {
    text-decoration: none;
    box-sizing: border-box;
    color: #FFFFFF;
}
.cm_btn01:hover {
    cursor: pointer;
}


.photo {
	overflow: hidden;
	border-radius: 2px;
}
.photo img {
	width: 100%;
	height: auto;
}
.cm_outline01_box {
	width: 100%;
	margin-bottom: 40px;
}
.cm_outline01_box p {
	margin-bottom: 10px;
}
.cm_outline01_box p:last-child {
	margin-bottom: 0px;
}
.cm_text_box {
    margin-bottom: 30px;
}
.cm_text_box p {
    margin-bottom: 10px;
}
.cm_text_att {
    font-size: 93%;
    color: #63706E;
}
/*--------------- SP ---------------*/
@media screen and (max-width: 768px){
.cm_ttl01 {
    font-size: 28px;
    background-repeat: no-repeat;
    background-position: center bottom;
    display: block;
    line-height: 1.45;
    padding-bottom: 16px;
    margin-bottom: 32px;
    background-image: url(../img/common/bar01.png);
    text-align: center;
    color: #608C8F;
    font-family: 'Nunito Sans';
    letter-spacing: 0.16em;
    padding-left: 0.09em;
    box-sizing: border-box;
    font-weight: 300;
}
.cm_ttl01.sz01 {
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 25px;
    letter-spacing: 0.11em;
    font-weight: 300;
}
.cm_ttl02 {
    background-repeat: repeat;
    display: inline-block;
    line-height: 1.45;
    margin-bottom: 35px;
    background-image: url(../img/common/bg02.png);
    text-align: center;
    color: #608C8F;
    letter-spacing: 0.16em;
    box-sizing: border-box;
    padding-top: 17px;
    padding-right: 30px;
    padding-bottom: 17px;
    padding-left: 30px;
    min-width: 130px;
}
.cm_ttl02 .en {
    font-size: 24px;
    line-height: 1;
    font-family: 'Nunito Sans';
    letter-spacing: 0.16em;
    font-weight: 300;
    margin-bottom: 8px;
    padding-left: 0.09em;
    display: block;
}
.cm_ttl02 .jp {
    font-size: 13px;
    display: block;
    line-height: 1;
    letter-spacing: 0.16em;
    padding-left: 0.09em;
}
.cm_ttl03 {
    font-size: 20px;
    background-repeat: no-repeat;
    background-position: center bottom;
    display: block;
    line-height: 1.45;
    padding-bottom: 15px;
    margin-bottom: 23px;
    background-image: url(../img/common/bar03.png);
    text-align: center;
    color: #608C8F;
    letter-spacing: 0.16em;
    padding-left: 0.09em;
    box-sizing: border-box;
}
.cm_btn_box {
    text-align: center;	
}
.cm_btn01 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
    font-size: 15px;
    border-radius: 27px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: auto;
    width: 98%;
    height: 54px;
    padding-left: 22px;
    padding-right: 20px;
    margin-bottom: 12px;
}
.cm_btn01 a {
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFFFFF;
}
.photo {
    overflow: hidden;
}
.photo img {
	width: 100%;
	height: auto;
    max-width: 100%;
}
.cm_outline01_box {
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cm_outline01_box p {
	margin-bottom: 10px;
}
.cm_outline01_box p:last-child {
	margin-bottom: 0px;
}
}

/*------------------------------------------------------
　　　　　　　　　＊ TABLE ＊
-------------------------------------------------------*/
.cm_table {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    min-width: 900px;
}
.cm_table th {
    background-color: #EBF0F0;
    border: 1px solid #95B2B4;
    padding-top: 16px;
    padding-right: 15px;
    padding-left: 23px;
    padding-bottom: 16px;
    font-weight: normal;
    width: 230px;
    box-sizing: border-box;
    color: #608C8F;
    font-size: 16px;
    vertical-align: middle;
}
.cm_table td {
    background-color: #FFFFFF;
    border: 1px solid #95B2B4;
    padding-top: 16px;
    padding-right: 20px;
    padding-left: 25px;
    padding-bottom: 16px;
    font-weight: normal;
    box-sizing: border-box;
    color: #424C4B;
    vertical-align: middle;
}
/*--------------- SP ---------------*/
@media screen and (max-width: 768px){
.cm_table {
    text-align: left;
    width: 100%;
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #95B2B4;
}
.cm_table th {
	border-bottom: none;
    padding-top: 6px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 6px;
    font-weight: normal;
    width: 100%;
    box-sizing: border-box;
	display: block;
}
.cm_table td {
	border-bottom: none;
    padding-top: 9px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 9px;
    background-color: #FFFFFF;
    box-sizing: border-box;
	width: 100%;
	display: block;
}
}



/*------------------------------------------------------
　　　　　　　　　＊ HOVER ＊
-------------------------------------------------------*/
.hv_fade01,.cm_btn01,.cm_btn02 {  
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;
	cursor: pointer;
}  
.hv_fade01:hover,.cm_btn01:hover,.cm_btn02:hover {  
    opacity: 0.7;  
    filter: alpha(opacity=70);  
}
.hv_fade02 {  
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;
	cursor: pointer;
}  
.hv_fade02:hover {  
    opacity: 0.9;  
    filter: alpha(opacity=90);  
}
/*------------------------------------------------------
　　　　　　　　　＊ RESPONSIVE ＊
-------------------------------------------------------*/
@media screen and (min-width: 766px){
.sp_on {
	display:none !important;
}
.photo img {
    width: 100%;
	height: auto;
}
}
@media screen and (max-width: 768px){
.pc_on {
	display:none !important;
}
.sp_ta_l {
	text-align: left;
}
.sp_w100p {
	width: 100%;
	height: auto;
}
.sp_photo_w100p img {
	width: 100%;
	height: auto;
}
}
/*------------------------------------------------------
　　　　　　　　　＊ PAGE TITLE ＊
-------------------------------------------------------*/
.pagettl_area {
    background-image: url(../img/common/pagettl_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    color: #FFFFFF;
    text-align: center;
    line-height: 1;
    font-size: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-size: cover;
    margin-top: 108px;
    height: 250px;
    padding-top: 87px;
}
.pagettl_area .en {
    font-family: 'Nunito Sans';
    font-weight: 400;
    font-size: 40px;
    letter-spacing: 0.11em;
    line-height: 1;
    margin-bottom: 16px;
    display: block;
    text-shadow: 0px 1px 4px rgba(43,50,49,0.31);
}
.pagettl_area .jp {
    font-size: 14px;
    line-height: 1;
    display: block;
    letter-spacing: 0.2em;
    font-weight: 400;
    text-shadow: 0px 1px 4px rgba(43,50,49,0.31);
}
/*--------------- SP ---------------*/
@media screen and (max-width: 768px){
.pagettl_area {
    background-image: url(../img/common/pagettl_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    color: #FFFFFF;
    text-align: center;
    line-height: 1;
    font-size: 33px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-size: cover;
    margin-top: 0px;
    height: 110px;
    padding-top: 30px;
    font-weight: 400;
}
.pagettl_area .en {
    font-family: 'Nunito Sans';
    font-weight: 400;
    font-size: 28px;
    letter-spacing: 0.11em;
    line-height: 1;
    margin-bottom: 8px;
    display: block;
    text-shadow: 0px 1px 4px rgba(43,50,49,0.31);
}
.pagettl_area .jp {
    font-size: 13px;
    line-height: 1;
    display: block;
    letter-spacing: 0.2em;
    font-weight: 400;
    text-shadow: 0px 1px 4px rgba(43,50,49,0.31);
}
}
/*------------------------------------------------------
　　　　　　　　　＊ PAGETOP ＊
-------------------------------------------------------*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 8000;
}
.pagetop img {
}
/*--------------- SP ---------------*/
@media screen and (max-width: 768px){
.pagetop {
    display: none;
    position: fixed;
    bottom: 68px;
    right: 6px;
}
.pagetop img {
    width: 52px;
	height: 52px;
}
}


/*------------------------------------------------------
　　　　　　　　　＊ TOP ＊
-------------------------------------------------------*/
.contents.top {
}
.top_main_area {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;    
}
.top_main_box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
    box-sizing: border-box;
    height: 740px;
    position: relative;
    overflow: hidden;
}
.top_main_box::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/top/main_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-animation: zoom 6s 1;
    animation: zoom 6s 1;
    animation-fill-mode: forwards;
    position: static;
}
@keyframes zoom {
   0% {
      transform: scale(1);
   }
   100% {
      transform: scale(1.08);
   }
}
.top_main_box .logo_box {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
	flex-direction: row;
	justify-content: flex-start;
    align-items: center; 
}
.top_main_box .logo_box .logo {
    background-image: url(../img/top/logo_w.png);
    background-repeat: no-repeat;
    height: 130px;
    width: 136px;
    background-size: 100% auto;
    margin-right: 15px;
    text-indent: -9999px;    
}
.top_main_box .logo_box .text {
    color: #FFFFFF;
    font-size: 12px;
    text-align: left;
    font-weight: 500;
    line-height: 2.1;
    letter-spacing: 0.32em;
    margin-top: -1px;
}
.top_main_box .catch {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 50%;
    height: auto;
}
.top_main_box .catch img {
    width: 100%;
    height: auto;
}
.top_main_box .kv-navi_list {
    line-height: 1;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    position: absolute;
    top: 20px;
    right: 20px;
}
.top_main_box .kv-navi li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 58px;
    text-align: center;
    padding-left: 14px;
    padding-right: 14px;
    display: flex;
    align-items: center;
    padding-bottom: 3px;
    font-family: 'Nunito Sans';
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.12em; 
}
.top_main_box .kv-navi li.twitter {
    background-image: url(../img/top/ico_twitter_w.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    height: 58px;
    width: 24px;
    background-size: auto 18px;
    background-position: left center;
    margin-left: 10px;
}
.top_main_box .kv-navi li.insta {
    background-image: url(../img/common/ico_insta_w.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    height: 58px;
    width: 24px;
    background-size: auto 18px;
    background-position: left center;
    margin-left: 10px;
}
.top_main_box .kv-navi li.twitter a,.top_main_box .kv-navi li.insta a {
    width: 100%;
    height: 100%;
    display: block;
}
.top_main_box .kv-navi li.rt_btn img {
    height: 58px;
    width: auto;
}
.top_main_box .kv-navi li:last-child {
    padding-right: 0px;
}
.top_main_box .kv-navi li a  {
    text-decoration: none;
    color: #FFFFFF;
    line-height: 1;
}
.top_main_box .kv-navi li:hover  {
    cursor: pointer;
    opacity: 70%;
}
.top_main_box .kv-navi li:hover a {
    color: #FFFFFF;
}
.top_about_list {
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}
.top_about_list li {
    width: 50%;
    height: auto;
}
.top_about_list li img {
    width: 100%;
    height: auto;
}
.top_about_area .text {
    font-size: 108%;
    margin-bottom: 0px;
}
.top_about_area .text p {
    margin-bottom: 26px;
    line-height: 2.2;
}
.top_about_area .text p:last-child {
    margin-bottom: 0px;
}
.top_menu_list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 985px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
}
.top_menu_list li {
    width: 450px;
    margin-right: 85px;
    margin-bottom: 60px;
}
.top_menu_list li:nth-child(2n){
    margin-right: 0px;
}
.top_menu_list li:nth-last-child(-n+2){
    margin-bottom: 0px;
}
.top_menu_list li .photo {
    width: 320px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}
.top_menu_list li .photo img {
    width: 100%;
    height: auto;
}
.top_menu_list .ttl_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    color: #608C8F;
    margin-bottom: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.top_menu_list .ttl_box .name {
    text-align: left; 
    flex-direction: column;
}
.top_menu_list .ttl_box .name span {
    display: block;
}
.top_menu_list .ttl_box .name .en {
    line-height: 1;
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: 300;
    font-family: 'Nunito Sans';
    letter-spacing: 0.12em;
}
.top_menu_list .ttl_box .name .jp {
    line-height: 1;
    font-size: 13px;
    color: #95B2B4;
    letter-spacing: 0.18em;
}
.top_menu_list .price {
    line-height: 1;
    font-size: 29px;
    margin-bottom: 10px;
    font-weight: 300;
    font-family: 'Nunito Sans';
    text-align: justify;
}
.top_menu_list .text_box {
    text-align: left;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.top_concept_list {
    display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.top_concept_list li {
    width: 320px;    
}
.top_concept_list li .ttl {
    margin-bottom: 14px;
    color: #608C8F;
}
.top_concept_list li .ttl .en {
    font-family: 'Nunito Sans';
    font-size: 27px;
    line-height: 1;
    letter-spacing: 0.17em;
    font-weight: 300;
    display: block;
}
.top_concept_list li .ttl .jp {
    font-size: 13px;
    letter-spacing: 0.16em;
    display: block;
}
.top_concept_list li .photo {
    margin-bottom: 15px;    
}
.top_concept_list li .text {
    margin-bottom: 20px;    
}
.top_access_box .address {
    margin-bottom: 30px;    
}
.top_access_box .map_box {
    margin-bottom: 30px;
}
.top_wood_area {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    height: 360px;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.top_wood_area .text {
    text-indent: -9999px;    
}
.top_wood_area.wood01 {
    background-image: url(../img/top/wood_photo01.jpg);
}
.top_wood_area.wood02 {
    background-image: url(../img/top/wood_photo02.jpg);
}
.top_wood_area.wood03 {
    background-image: url(../img/top/wood_photo03.jpg);
}
.top_access_box .map_ilst {
    margin-bottom: 30px;    
}
.top_access_box .map_ilst img {
    width: 450px;
    height: auto;
}
/*--------------- SP ---------------*/
@media screen and (max-width: 768px){
.contents.top {
    padding-top: 0px;
}
.top_main_area {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
}
.top_main_box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
    box-sizing: border-box;
    height: 460px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.top_main_box::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/top/main_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-animation: zoom 6s 1;
    animation: zoom 6s 1;
    animation-fill-mode: forwards;
    position: static;
    z-index: 1;
}
.top_main_box .logo_box {
    position: absolute;
    top: 12px;
    left: 10px;
    display: flex;
	flex-direction: row;
	justify-content: flex-start;
    align-items: center; 
}
.top_main_box .logo_box .logo {
    background-image: url(../img/top/logo_w.png);
    background-repeat: no-repeat;
    height: 100px;
    width: 100px;
    background-size: 100% auto;
    margin-right: 11px;
    text-indent: -9999px;    
}
.top_main_box .logo_box .text {
    color: #FFFFFF;
    font-size: 10px;
    text-align: left;
    font-weight: 600;
    line-height: 1.95;
    letter-spacing: 0.32em;
    margin-top: -1px;
}
.top_main_box .catch {
    position: absolute;
    bottom: 15px;
    right: 12px;
    width: 85%;
    height: auto;
}
.top_main_box .catch img {
    width: 100%;
    height: auto;
}
.top_main_box .kv-navi_list {
    display: none;
}
.top_about_list {
    margin-bottom: 30px;    
    display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.top_about_list li {
    width: 50%;
    height: auto;
}
.top_about_list li img {
    width: 100%;
    height: auto;
}
.top_menu_box {
    padding-left: 30px;
    padding-right: 30px;
}
.top_menu_list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
}
.top_menu_list li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 40px;
}
.top_menu_list li:nth-child(2n){
    margin-right: 0px;
}
.top_menu_list li:nth-last-child(-n+2){
    margin-bottom: 40px;
}
.top_menu_list li .photo {
    width: 90%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.top_menu_list li .photo img {
    width: 100%;
    height: auto;
}
.top_menu_list .ttl_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    color: #608C8F;
    margin-bottom: 12px;
    padding-bottom: 11px;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
}
.top_menu_list .ttl_box .name {
    text-align: left;
    flex-direction: column;
    width: 100%;
    margin-bottom: 10px;
}
.top_menu_list .ttl_box .name span {
    display: inline-block;
}
.top_menu_list .ttl_box .name .en {
    line-height: 1.2;
    font-size: 28px;
    margin-bottom: 5px;
    font-weight: 300;
    font-family: 'Nunito Sans';
    letter-spacing: 0.1em;
    text-align: justify;
    margin-right: 7px;
    display: block
}
.top_menu_list .ttl_box .name .jp {
    line-height: 1;
    font-size: 16px;
    letter-spacing: 0.18em;
    display: block
}
.top_menu_list .price {
    line-height: 1;
    font-size: 21px;
    margin-bottom: 4px;
    font-weight: 300;
    font-family: 'Nunito Sans';
    width: 100%;
    text-align: right;
}
.top_menu_list .text_box {
    text-align: left;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e5e5;
}
.top_concept_list {
    display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.top_concept_list li {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.top_concept_list li:last-child {
    margin-bottom: 0px;
}
.top_concept_list li .ttl {
    margin-bottom: 14px;
    color: #608C8F;
}
.top_concept_list li .ttl .en {
    font-family: 'Nunito Sans';
    font-size: 27px;
    line-height: 1;
    letter-spacing: 0.17em;
    font-weight: 300;
    display: block;
}
.top_concept_list li .ttl .jp {
    font-size: 13px;
    letter-spacing: 0.16em;
    display: block;
}
.top_concept_list li .photo {
    margin-bottom: 15px;    
}
.top_concept_list li .text {
    margin-bottom: 20px;    
}
.top_access_box .address {
    margin-bottom: 30px;    
}
.top_access_box .map_box {
    margin-bottom: 30px;
}
.top_access_box .map_box {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.top_access_box .map_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top_wood_area {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    height: 200px;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.top_wood_area .text {
    text-indent: -9999px;    
}
.top_wood_area.wood01 {
    background-image: url(../img/top/wood_photo01.jpg);
}
.top_wood_area.wood02 {
    background-image: url(../img/top/wood_photo02.jpg);
}
.top_wood_area.wood03 {
    background-image: url(../img/top/wood_photo03.jpg);
}
.top_access_box .map_ilst {
    margin-bottom: 30px;    
}
.top_access_box .map_ilst img {
    width: 100%;
    height: auto;
}
}

/*------------------------------------------------------
　　　　　　　　　＊ RESERVE ＊
-------------------------------------------------------*/
.reserve_main_box {
}
.reserve_main_box .tel_num {
    font-family: 'Nunito Sans';
    font-size: 36px;
    line-height: 1;
    color: #608C8F;
    font-weight: 300;
}
/*--------------- SP ---------------*/
@media screen and (max-width: 768px){
.reserve_main_box {
}
.reserve_main_box .tel_num {
    font-family: 'Nunito Sans';
    font-size: 30px;
    line-height: 1;
    color: #608C8F;
    font-weight: 300;
    padding-bottom: 5px;
}
.reserve_main_box .tel_num a {
    text-decoration: none;    
}
}

/*------------------------------------------------------
　　　　　　　　　＊ CONCEPT ＊
-------------------------------------------------------*/
.concept_main_box {}
.concept_main_box .photo {
    width: 800px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.concept_main_box .photo img {
    width: 100%;
    height: auto;
}
.concept_main_box .text_box {
    width: 100%;
    height: auto;
}
.concept_main_box .henna_flow {
    margin-bottom: 40px;
}
.concept_main_box .henna_flow img {
    width: 800px;    
    height: auto;
}
/*--------------- SP ---------------*/
@media screen and (max-width: 768px){
.concept_main_box {}
.concept_main_box .photo {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.concept_main_box .photo img {
    width: 100%;
    height: auto;
}
.concept_main_box .text_box {
    width: 100%;
    height: auto;
}
.concept_main_box .henna_flow {
    margin-bottom: 30px;
}
.concept_main_box .henna_flow img {
    width: 100%;    
    height: auto;
}
}








