@charset "UTF-8";
.scroll_text, .sp_fixed_bnr, .sp_menu_btn {	display: none;}
.pc_block { display: block; }
.sp_block { display: none!important; }

@media screen and (min-width: 769px) {
.pc_none { display: none;}
.footer_fix { display: none;}
.sp_block { display: block!important; }
}

@media screen and (min-width: 620px) {
.scroll_text {	display: none !important;}
}

/*====================================*/
/*====================================*/
/*          max-width: 768px          */
/*====================================*/
/*====================================*/
@media screen and (max-width: 768px) {
* {	box-sizing: border-box;}
html {
	font-size: 62.5%;
	width: 100%;
	max-width: initial;
	min-width: initial;
}
html>body {
	font-size: 1.4rem;
}
body {
	min-width: auto;
	font-size: 1.4rem;
	line-height: 1.4;
	width: 100%;
	max-width: initial;
	-webkit-text-size-adjust: none;
	margin: 0;
    background: none;
    color: #333;
}
input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
	font-size: 1.4rem;
	line-height: 1.5;
}
h2, h3, h4, h5, h6 {
	line-height: 1.3;
}
h2 {	font-size: 1.7rem!important;}
h3 {	font-size: 1.6rem!important;}
h4 {	font-size: 1.5rem!important;}
h5 {	font-size: 1.5rem!important;}
h6 {	font-size: 1.4rem!important;}

h1 {
    font-size: 1.0rem;
    font-weight: 400;
    line-height: 1.1;
    padding: 5px 0;
    width: 100%;
    display: none;
}

img {
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto!important;
    max-width: 100%;
}
p {
	margin: 0 0 10px;
	padding: 0;
}

a {
    color: #282828;
    text-decoration: underline;
    font-size: 1.3rem;
}
a.spLink { pointer-events: auto;}

.sp_none,
.clearfix.sp_none {	display: none!important;}
.noneImg {	display: none!important;}

.target_link {
    text-align: left;
    margin: 0 0 2px!important;
    padding: 0!important;
    color: #999;
    font-size: 1.2rem;
}

.flexBlock_sp {
    margin: 0 auto;
    width: initial;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

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


/*------------------------------------------ Header*/
header { position: static;}
.headerIn.flexBlock {
    max-width: 100%;
    position: relative;
    padding: 10px 5px;
    z-index: 999;
}
.headerIn .logo { width: 150px;}
.headerIn ul.contact {
    position: absolute;
    width: 85px;
    right: 55px;
    top: 5px;
    margin: auto;
}

.contact li a span,
.sp_contactarea li a span { display: none;}

.sp_contactarea {
    position: fixed;
    right: 5px;
    bottom: 75px;
    z-index: 9999;
}
.sp_contactarea li {
    width: 40px;
    height: 40px;
}
.sp_contactarea li:first-child { margin-bottom: 5px;}
.sp_contactarea li a {
    display: block!important;
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.f_con.sp_contactarea li:first-child a:before {
    width: 20px;
    height: 25px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.f_con.sp_contactarea li:last-child a {
    width: 100%;
    height: 100%;
    padding: 0;
    background: rgba(230,35,35,0.7);
}
.f_con.sp_contactarea li:last-child a:after,
.contact li:last-child a:after {
    border: none;
    background: url(../images/pcIcon.png) center center no-repeat;
    background-size: 100% auto;
    width: 22px;
    height: 22px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: initial;
    -webkit-transform: initial;
    -moz-transform: initial;
    -o-transform: initial;
    -ms-transform: initial;
}

.headerIn.sp_headerIn ul.contact li {
    width: 38px;
    height: 38px;
}
.headerIn.sp_headerIn ul.contact li a {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.headerIn.sp_headerIn ul.contact li a:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.headerIn.sp_headerIn ul.contact li:last-child a {
    width: 100%!important;
    border: 2px solid #ff4343;
    background: rgba(230,35,35,0.7);
}
.headerIn.sp_headerIn .contact li:last-child a:after {
    top: 0!important;
    right: 0!important;
}

/*------------------------------------------ Menu*/
.sp_menu_btn {
    position: absolute;
    display: block;
    margin: 0;
    background: rgba(255,255,255,0.7);
    border: 1px solid #fff;
    padding: 0;
    text-align: center;
    width: 40px;
    height: 40px;
    right: 5px;
    top: 3px;
    z-index: 9999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.sp_menu_btn02 {
    position: fixed;
    top: 5px;
    right: 5px;
    bottom: initial;
    z-index: 9999;
}
.sp_menu_btn:before,
.sp_menu_btn:after { display: none!important; }

.menu-trigger {
    position: relative!important;
    height: 24px;
    margin: 0 auto!important;
    top: 0!important;
    float: none!important;
}
.menu-trigger:after {
    content: 'MENU';
    font-size: 1.0rem;
    position: absolute;
    right: 0;
    left: -2px;
    bottom: -13px;
    color: #2c36f9;
    margin: auto;
}
.menu-trigger.active:after { content: 'CLOSE'; letter-spacing:-1px; left: -1px;}
.menu-trigger,
.menu-trigger span {
    display: block;
    transition: all .4s;
}
.menu-trigger span {
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #2c36f9;
    border-radius: 2px;
    width: 25px;
    margin: auto;
}

.menu-trigger span:nth-of-type(1) { top: 5px;}
.menu-trigger span:nth-of-type(2) { top: 11px;}
.menu-trigger span:nth-of-type(3) { bottom: 5px;}

.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) { opacity: 0;}
.menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
}

.sp_menu_area {
    -webkit-transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
    -moz-transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
    -o-transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
    transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
}

.sp_menu_area {
    position: fixed;
    z-index: 9997;
    width: 100%!important;
    height: 100%;
    top: 0;
    left: -100%;
    opacity: 0;
    padding: 15px!important;
    text-align: left;
    overflow: scroll!important;
    box-shadow: 1px 0 3px rgba(69,69,69,0.25);
    background: rgba(240,70,140,0.96);
    margin: 0;
}
.sp_menu_area.open {
    opacity: 1;
    left: 0;
    display: block!important;
    padding-bottom: 35px!important;
}

.sp_menu_btn2 {
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 9999;
}

.gNavi ul li {
    font-size: 1.5rem;
    width: 100%;
}
.gNavi ul li:first-child,
.gNavi ul li:nth-child(3),
.gNavi ul li:nth-child(4) {
    width: 100%;
}
.gNavi ul li a { margin: 18px 15px;}

.subNavi {
    display: block;
    position: static;
}
.subNavi ul {    padding: 5px;}
.subNavi ul li {
    width: 49%!important;
    vertical-align: top;
}
.subNavi ul li a {
    display: block;
    margin: 0 auto 15px;
    letter-spacing: 0;
}
.subNavi ul li a .subNimg {
    display: block;
    width: auto;
}
.subNavi ul li a .subNttl {
    display: block;
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.3;
    padding: 5px 5px 0;
}


/*------------------------------------------ Footer*/
footer { padding: 60px 10px 0;}
.footerIn {
    float: none;
    margin: 0 auto 15px;
}
address {
    display: block;
    color: #fff;
    margin: 0 auto;
    max-width: 300px;
}
address dl.adr {
    display: block;
    height: auto;
}
address dl.adr dt {
    font-size: 1.4rem;
    display: block;
    height: auto;
    padding: 0 0 10px;
}
address dl.adr dt span { font-size: 1.8rem;}
address dl.adr dd {
    display: block;
    font-size: 1.3rem;
    line-height: 1.4;
    letter-spacing: 1px;
}

#toTop {
    background: none;
    padding: 0;
    min-width: initial;
    position: fixed;
    top: initial;
    right: 5px;
    bottom: 30px;
    text-align: center !important;
    z-index: 888;
    width: 40px!important;
    height: 40px;
    margin: 0!important;
    padding: 0!important;
}
#toTop a {
    display: block;
    background: rgba(26,26,26,0.6);
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
#toTop a:before {
    content: '';
    height: 15px;
    width: 15px;
    display: block;
    border: 2px solid #fff;
    border-left-width: 0;
    border-bottom-width: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    position: absolute;
    top: 8px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
#toTop a img,
#toTop a span { display: none; }


/*-------------------------------------------------*/
/*----------------------------------------- topPage*/
h4 span { font-size: 1.2rem;}

.tours dl { margin-right: 10px;}
.tours dl dt.tourImg {
    width: 100%;
    float: none;
    margin: 0 auto;
}
.tours dl dd {
    float: none;
    width: 100%;
}
.tours dl a {
    text-decoration: none;
    padding: 5px 5px 0;
    display: block;
    min-height: 16  0px;
}
.tours dl dt,
.tours dl dd { display: block!important; }
.tours dl dt.tourImg { margin: 0 auto 5px; }
.tours dl dd .tour_ttl { font-size: 1.3rem;}
.tours dl dd .tour_txt {
    font-size: 1.1rem;
    padding: 0;
    margin-bottom: 5px;
}
.sectionIn { max-width: 100%;}
.invitation .h3Block { height: 120px;}
.invitation .block01,
.invitation .block02 { padding: 60px 0;}
section.tours .sectionIn,
section.information .sectionIn,
section.invitation .sectionIn,
section.service .sectionIn,
section.other .sectionIn { padding: 0 10px;}
.blockIn,p.ttl_txt { width: 100%;}
.sp_noflex { display: block!important; }
.service dl a dd .txtBtn02 { width: 100%;}
.blockIn p.txtBtn a {
    text-decoration: none;
    width: 240px;
}

.information { padding: 40px 0 10px;}
h3.ttl01 { margin-bottom: 15px;}
h3.ttl01 span { font-size: 1.2rem;}
.infoIn02 dl {
    height: auto;
    display: block;
}
.infoIn02 dl dt, .infoIn02 dl dd {
    display: block;
    width: 100%;
}
.infoIn02 dl dt {
    border-right: none;
    margin-bottom: 20px;
    text-align: center;
    padding: 25px 0 0;
}
.infoIn02 dl dd {
    padding: 15px 0 0;
    height: 180px;
    overflow-y: auto;
    background: none;
}
.infoIn02 dl dt .txtBtn {
    max-width: 260px;
    margin: 0 auto;
}
.infoIn02 dl dt .txtBtn a { text-decoration: none; }

p.ttl_txt {
    font-size: 2rem;
    padding: 20px 0 0;
}
p.ttl_txt span {
    font-size: 1.6rem;
    margin-top: 20px;
}

.invitation { padding: 50px 0 20px;}
.service { padding: 50px 0 20px;}

.service h3.ttl01 {
    border-top: 1px solid #e1cc93;
    padding: 20px 0 10px;
}
.service h3.ttl01:before,
.service h3.ttl01:after {
    border-top: 1px solid #3d2000;
    width: 120px;
}
.service h3.ttl01:before { top: -1px;}
.service h3.ttl01:after { top: -5px;}
.service dl {
    width: 100%;
    padding: 5px;
    height: 370px;
    margin-bottom: 10px;
}
.service dl a { text-decoration: none; }
.service dl a dt { padding: 20px 0;}
.service dl a dt img { max-width: 75px;}

.other { padding: 30px 0 20px;}
.other h4 {
    letter-spacing: 1px;
    padding: 18px 0 10px;
}
.other h4:before { border-left: 100px solid #383838;}
.other h4 span {
    margin-left: 8px;
    font-size: 1.0rem;
}

.jobIn {
    display: block;
    padding: 85px 5px 15px;
    margin-bottom: 50px;
    background-size: auto 65px;
    background-position: center top;
}
.jobIn dl {
    color: #333;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.jobIn dl dt {
    float: none;
    border-right: none;
    border-bottom: 1px solid #ffde00;
    box-shadow: none;
    font-size: 1.8rem;
    padding: 0 0 8px;
    margin: 0 auto 10px;
}
.jobIn p.txtBtn {
    display: block;
    text-align: right;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}
.jobIn p.txtBtn a { text-decoration: none; }
.jobIn dl dd span:first-child { margin-bottom: 10px;}
.jobIn dl dd span:last-child {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.contents, .facebook {
    width: 100%;
    margin-bottom: 30px;
}

.bx-wrapper { margin-bottom: 15px!important;}
.bx-viewport {
    box-shadow: none!important;
    border: none!important;
    left: 0!important;
    background: none!important;
}
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
    background: rgba(0,0,0,0.4)!important;
    width: 18px!important;
    height: 30px!important;    
}
.bx-wrapper .bx-prev { left: -5px!important;}
.bx-wrapper .bx-next { right: -5px!important;}
a.bx-prev:before,
a.bx-next:before {
    content: '';
    height: 8px;
    width: 8px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
a.bx-prev:before {
    border: 2px solid #fff;
    border-right-width: 0;
    border-bottom-width: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    left: 5px;
}
a.bx-next:before {
     border: 2px solid #fff;
    border-left-width: 0;
    border-top-width: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    right: 5px;   
}

section.itemBlock {
    padding: 40px 0 0;
    background: url(../images/bgImg02.png) left top no-repeat,url(../images/bgImg03.png) right top no-repeat;
    background-size: 180px auto;
}
section.itemBlock .sp_pd { padding: 0 10px; }
.font01 {    font-size: 1.8rem;}
.font01 + p {
    font-size: 1.4rem;
    margin-bottom: 20px;
    text-align: left;
}

section.itemBlock .sectionIn { padding: 20px 10px 50px;}
.itemBlockIn .bnr01 li a { font-size: 1.0rem;}
.itemBlockIn .bnr01 li a span { padding: 2px 18px 2px 0;}
.itemBlockIn .bnr01 li a span:before {
    left: -23px;
    border-width: 0 0 20px 23px;
}
.itemBlockIn .bnr01 li a span:after,
.itemBlockIn .bnr02 li a span:after {
    height: 5px;
    width: 5px;
    border: 1px solid #fff;
    border-left-width: 0;
    border-top-width: 0;
    right: 8px;
}

.bnr02 li { width: 32.5%;}
.itemBlockIn .bnr02 li a {
    font-size: 1.0rem;
    letter-spacing: -1px;
}
.itemBlockIn .bnr02 li a span {
    padding: 8px 0;
    margin: 0;
}

.linkBtn a {
    padding: 15px 30px;
    font-size: 1.3rem;
}
.linkBtn a:after {
    height: 8px;
    width: 8px;
    right: 15px;
}

section.menuBlock { padding: 30px 10px 5px;}
.invitation01 {
    padding: 18px 10px 50px;
    background-size: cover;
}
.invitation02 { padding: 60px 10px 50px;}

.invitation01 .h3Block {
    padding: 0 0 15px;
    height: auto;
    display: block;
}
.invitation01 .h3Block h3 {
    margin-bottom: 0;
    padding-top: 40px;
    font-size: 2.0rem!important;
}
.blockIn {
    background: rgba(255,255,255,0.8);
    padding: 15px 15px 20px;
}
.blockIn p.txtBtn a {
    font-size: 1.5rem;
    padding: 10px 0;
    background: rgba(90,90,90,0.7);
}

p.ttl_txt span {
    font-size: 1.5rem;
    margin-top: 10px;
    padding: 10px 0 0;
    letter-spacing: 0;
}
p.txt_area {
    font-size: 1.5rem;
    margin-bottom: 20px;
    line-height: 1.5;
    text-shadow: 0 0 2px #fff, -1px 2px 3px #fff, 2px -1px 3px #fff;
    text-align: left;
}

.infoIn02 { margin-bottom: 30px;}
.infoIn02 dl dd ul li .cate {
    margin: 0 5px 3px 0;
    font-size: 1.0rem;
}
.infoIn02 dl dd ul li .ttl {
    display: block;
}

.jobIn dl dd {
    float: none;
    font-size: 1.5rem;
}


/*-----------------------------------------------*/
/*------------------------------------- underPage*/
#under #content { margin-bottom: 0px;}
#under #contentIn {
    margin-top: 26vh;
    padding: 10px 0 3px;
}

h4.underH4 {
    margin-bottom: 10px;
    text-align: left;
    font-size: 2.4rem!important;
}
h5.underH5 {
    margin-bottom: 15px;
    text-align: left;
    font-size: 1.6rem!important;
    line-height: 1.5;
}

#tips .mainvisual { height: 50vh;}
#tips .sectionIn { padding: 0 10px;}

#under .mainvisual h2 { margin: 20px auto 0;}
#tips .mainvisual h2, #singlePage .mainvisual h2 { padding: 20px 30px;}

/*------------------------------------------ Table*/
table {
    width: 100%;
    margin: 0 auto 20px;
    border-collapse: collapse;
    border-spacing: 0;
    border: none!important;
    table-layout: fixed;
    color: #333;
}
table tr td {
    padding: 10px 8px!important;
    border: 1px solid #f789b7!important;
    color: #000;
    font-size: 1.3rem;
}
table tr th {
    padding: 8px;
    border: 1px solid #fff!important;
    background: #f789b7;
    color: #fff;
    text-align: center;
}


/*---------------
tour
---------------*/
.tourBlock {
    max-width: 100%;
    margin: 0 auto 40px;
    padding: 50% 5% 0;
    background: url(sunayamabeach.com_wp_wp-content_themes_sunayama_images_tourImg01.jpg) center top no-repeat;
    background-size: 100% auto;
}
.tourBlock.tour02,
.tourBlock.tour03,
.tourBlock.tour04,
.tourBlock.tour05 {
    background-position: center top;
    background-size: 100% auto;
}

.tourBlockIn {
    float: none;
    background: #fff;
    padding: 15px 18px;
    width: 100%;
}


p.tourTxt {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 20px;
}
p.underLink { text-align: center;}
p.underLink a {
    text-decoration: none;
    width: 300px;
}


/*----------
menu
----------*/
ul.columnList li {
    width: 48%;
    margin-bottom: 20px;
}


/*----------
joboffer
----------*/
main.joboffer { font-family: sans-serif;}
.lp_main01 > h1.lp_h1 {
    top: 23%;
    width: 25%;
    display: block;
    right: 0;
    left: 25%;
    margin: auto;
    -webkit-filter: drop-shadow(0 1px 2px rgba(80,80,80,0.3));
}
.lp_main01 > h1.lp_h1 a { display: block; }
h2.lp_h2 {
    padding: 12px 3% 12px 5%;
    display: block;
    font-size: 1.6rem!important;
}
.lp_txt02 {
    position: static;
    width: 100%;
    padding: 30px 20px;
}
.lp_txt02 p {
    letter-spacing: 1px;
    line-height: 1.7;
    font-size: 1.5rem;
}
h3.lp_h3 {
    letter-spacing: 0.5px;
    padding: 50px 10px 0;
    margin: 0 auto 60px;
    line-height: 1.5;
}
.lp_point {
    margin: 0 auto 50px;
    padding: 0 10px;
}
.lp_point dl {
    width: 100%;
    margin-bottom: 65px;
}
.lp_point dl dt {
    background: none;
    border: 2px solid #ed458c;
    max-width: 300px;
    margin: 0 auto 15px;
    padding: 18px 20px;
    font-size: 1.8rem;
    line-height: 1.3;
    letter-spacing: 1px;
}
.lp_point dl dt span.lpp {
    font-size: 1.5rem;
    letter-spacing: 0;
    top: -30px;
}
.lp_point dl dd {
    font-size: 1.5rem;
    padding: 0 10px;
    line-height: 1.6;
}
.lp_job .section { padding: 0 15px;}
.contactBlock ul li {
    width: 90%;
    margin: 0 auto 15px;
}

.joboffer .contactBlock ul li:first-child a {
    font-size: 2.0rem;
}
.joboffer .contactBlock ul li a:before {
    left: -220px;
}
.contactBlock ul li:last-child a {
    font-size: 1.8rem;
}

.lp_txt01 { width: 92%;}
.lpBold {
    margin-left: 0;
    margin-right: -5px;
}

.lp_job .section p { font-size: 1.4rem;}


/*----------
tips
----------*/
ul.menuList li {
    width: 44%;
    margin-bottom: 25px;
    margin-left: 13px;
}
ul.menuList li span.menu_tag {
    width: 4em;
    margin-left: 0;
    margin-bottom: -12px;
}
ul.menuList li span.menu_tag span { font-size: 1.0rem;}
ul.menuList li span.menu_ttl {
    font-size: 1.3rem;
    line-height: 1.3;
}

/*----------
company
----------*/
.guide_push dl { width: 100%;}
.guide_push dl dt {
    width: auto;
    margin: 0 auto 15px;
}
.guide_push dl dd {
    width: auto;
    font-size: 1.3rem;
    margin: 0 auto 30px;
}
.guide_push dl dd span { font-size: 1.4rem;}
.guide_push dl dd span:first-child { font-size: 1.6rem;}


/*----------
tips
----------*/
#tips .block01 {
    padding: 70px 0 0;
    height: 670px;
}
#tips .block01 p {
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0;
}

p.fr.img-box, p.fl.img-box,
.article div.txtarea {
    float: none;
    width: 100%;
}

.article div.txtarea p {
    line-height: 1.8;
    font-size: 1.5rem;
    letter-spacing: 0;
}
.article ul.ulImg { width: 100%;}


/*----------
menu
----------*/
#under .mainvisual h2.newsH2 span {
    font-size: 1.7rem;
}
.columnInnr.single dl dt {
    width: 100%;
    margin-bottom: 15px;
}
.columnInnr.single dl dd:nth-child(2) {
    width: 100%!important;
    font-size: 1.5rem;
}
p.menu_text {
    font-size: 1.5rem;
    line-height: 1.6;
    padding-bottom: 15px;
}
/*#post-71 .columnInnr.single dl dd.imgBlock ul li {
    width: 29%;
    margin: 0 5px 10px;
}*/
.infoIn {
    width: 100%;
    padding: 0 10px;
}

.contArea .contAreatxt_img {
    width: 100%!important;
    position: relative;
}
ul.itemUl li {
    width: 100%;
    margin-bottom: 20px;
}

.columnInnr.single dl dd:nth-child(2) p > span.fl:last-child {
    width: 100%;
    margin-top: 5px;
}

dd.youtube iframe { height: 300px!important;}

.columnInnr.single dl dd.imgBlock {
    width: 100%;
    margin-bottom: 50px;
}
.columnInnr.single dl dd.imgBlock ul li { width: 50%;}

.contactBlock ul li a {
    font-size: 2.0rem;
    height: 65px;
}
.contactBlock ul li a:before {
    width: 20px;
    height: 20px;
    left: -230px;
}
span.smalltxt04 { font-size: 1.5rem;}
span.smalltxt05 { font-size: 1.3rem;}
.contactBlock ul li:last-child a:before { left: -210px;}

#singlePage .post-navigation .nav-links { text-align: center;}
.nav-title { font-size: 1.3rem!important;}

/*----------
news
----------*/
.news.newsAll {
    max-width: 100%;
    padding: 30px 10px;
}
.newsAll article {
    width: 33%;
    max-width: 100%;
    max-height: 100%;
}
.newsAll article a .entry-header {
    background: rgba(0,0,0,0.4);
    position: static;
    padding: 8px 8px 5px!important;
    margin: 0 auto!important;
    opacity: 1.0;
}
.newsAll article .entry-header span.entry-date { display: none;}
.newsAll article .entry-header span.entry-title {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.5px;
}

.news.single h3#ttl02, h3#ttl03 {
    padding: 20px 0 10px;
    margin-bottom: 15px;
}
.news.single h3#ttl03 span { font-size: 2.0rem;}


/*----------
booking-cal
----------*/
th.mix-dayrow.space-line { background: none;}

div#mix-anchor {
overflow:auto;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
margin-bottom: 8px;
}
div#mix-anchor::-webkit-scrollbar{
 width: 5px;
 background: #ccc;
}
div#mix-anchor::-webkit-scrollbar:horizontal{
 height: 5px;
 background: #ccc;
}
div#mix-anchor::-webkit-scrollbar-thumb{
 background: #969696;
 border-radius: 2px;
}
div#mix-anchor::-webkit-scrollbar-thumb:horizontal{
 background: #969696;
 border-radius: 2px;
}
div#mix-anchor table {
  margin-bottom: 5px;
}

div#mix-anchor table {
  width: 700px;
}

.entry-header { display: none; }







}