@charset "utf-8";
@import "normalize.css";


html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption, 
tbody, tfoot, thead, table, label, tr, th, td,
header, footer, nav, section, article, figure, aside{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	font-weight:normal;
	vertical-align:baseline;
	list-style:none;
	line-height:1.3em;
}

.page_box01-l{width:49%;margin-right:1%;float:left;}

p,.box_name,.char_ttl01{
	line-height:180%;
	color:#343434;
}

/*****************************************************
		body
********************************/
body{
	text-align:center;
	margin:0 auto;
	padding:0;
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

img{
	line-height:0;
	vertical-align:bottom;
	height:auto;
}

blockquote{
	margin-left:30px;
}

strong{
	font-weight:bold;
}

a:link,
a:visited{
	color: #2175f3;
	text-decoration:none;
}

a:hover{
	color:inherit;
	text-decoration:none;
	opacity:0.6;
	font-weight:600;
}
.red{
	color:#E91E63;
}
.blue{
	color:#0000FF;
}

#main a:link,
#main a:visited{
	color:inherit;
	text-decoration:none;
	font-weight:bold !important;
}

#main a:hover{
	color:inherit;
	text-decoration:none;
}

.clear{
	clear:both;
	line-height:0;
}

.small{
	font-size:85%;
}

.min-small{
	font-size:75%;
}

.big{
	font-size:123%;
}

.last{
	margin-left:0 !important;
	margin-right:0 !important;
}

.bold{
	font-weight:bold;
}

.br{
	margin-bottom:1em;
}

.underline{
	text-decoration:underline;
}

.f-left{
	float:left;
}

.f-right{
	float:right;
}

.center{
	margin:0 auto;
	text-align:center;
}

.li-circle,
.li-disc,
.li-number{
	margin:10px 0;
}

.li-circle li{
	margin-left:16px;
	list-style-type:circle;
}

.li-circle2 li{
	margin-left:30px;
	list-style-type:circle;
}

.li-disc li{
	margin-left:16px;
	list-style-type:disc;
}

.li-disc2 li{
	margin-left:30px;
	list-style-type:disc;
}

.li-number li{
	margin-left:16px;
	list-style-type:decimal;
}

.li-number2 li{
	margin-left:30px;
	list-style-type:decimal;
}

h1{
}
h2{
	font-size:24px;
		font-weight: bold;
}
h3{
		font-size:18px;
		font-weight: bold;
}
h4{
	color:red;
}
h5{
	color:red;
}

.txt-l{
	text-align:left;
}

.txt-r{
	text-align:right;
}

.txt_sml{
	font-size:80%;
}

.index_box01_inner1 p.txt_ctr{
	text-align:center;
}
.max_img img{
	width:100%;
}
.under {
  text-decoration: underline;
}
/********************************
	      parallax effect
********************************/
#bg1 {
	background: url(image/bg_001.jpg) repeat 0 0 scroll;
}

#bg2{
	background: url(image/bg_002.jpg) repeat;
	height: 100vh;
	position: fixed;
	width: 100%;
	z-index: -1;
	top:0;
}

#main_box01{
	position:relative;
}

#main_box02{
	z-index:5;
	clear:both;
}

div#bg1{

}

div#bg0{

}

.t-delay{
	transition: .8s;
	transition-delay: .8s;
}

#animation {
}

#animation2 {
opacity: 0;
  -webkit-animation: example 1s ease 1s 1 forwards;
  animation: example 1s ease 1s 1 forwards;
}

@-webkit-keyframes example {
  100% {
    opacity: 1;
  }
}

@keyframes example {
  100% {
    opacity: 1;
  }
}

#animation3 {
	transition: .8s;
	transition-delay: .8s;
}

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-50px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-50px); -ms-transform: translateY(-50px); transform: translateY(-50px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}



/********************************
		wrapper
********************************/
#wrapper{
	width:100%;
}
.pagenavi{
		width:100%;
	    padding: 30px 0 30px 0px;
	text-align:right;
}
/********************************
		header
********************************/
#header-inner {
    width: 1155px;
    margin: 0 auto;
}

#header-inner_left{
    width: 950px;
}

#font-size{
	float:left;
	width:45%;
	margin-right:3%;
	margin-top:4px;
}

.top_logo{
	width:30%;
	float:left;
}

.top_logo img {
    width: 100%;
    margin: 0 atuo;
    max-width: 310px;
}

.atami_address {
    float: right;
    width: 260px;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
	margin-top:5px;
}

.heading_radius{
	border-radius: 50%;
	height: 100px;
	width: 100px;
	background-color: rgba(236,199,169,0.5);
	text-align: center;
	line-height: 100px;
	margin-bottom: 0;
	display: block;
	float: left;
	margin-top:-39px;
	font-family: 'Courgette', cursive;
}

.heading_txt{
	display: block;
	padding-left: 110px;
}

.sns_waku {
    float: right;
	margin-top:32px;
	display: none;
}

.sns_waku figure{
	float:right;
}

.sns_waku figure img.twitter_icon{
	padding-right:10px;
}

.sns_waku figure img.facebook_icon{
	padding-right:10px;
}

.inquiry_btn {
    background-color: #6fc4ff;
    position: relative;
    width: 80px;
    height: 70px;
    float: right;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    padding-top: 60px;

}
/********************************
		globalnav
********************************/
#header_bottom_right{display:none;}
#gnav nav{width:100%;max-width:1140px;min-width:1140px;margin:0 auto;padding:2% 0;height:20px;}
#gnav li{float:left;width:24%;border-left:2px solid #dfdfdf;text-shadow:2px 2px #ffffff;}
#gnav li.lEnd-r{border-right:2px solid #dfdfdf;}
#gnav li a{}
.header-bottom-wrapper {
    width: 100%;
}

#indexNav{width:100%;background-color:#98D5EA;}
#indexNav nav{width:100%;max-width:1140px;min-width:1140px;margin:0 auto;padding:2% 0;}
#indexNav li{float:left;width:33%;border-left:2px solid #dfdfdf;margin-right:-2px;}
#indexNav li.lEnd-r{border-right:2px solid #dfdfdf;}
#indexNav li a{color:#ffffff;}

#mobileNav{display:none;}
.panel {
    border: none;
    position: relative;
    text-align: right;
}

.panel-pc {
    position: relative;
    text-align: right;
    top: 0;
    right: 0;
    float: right;
}
.panel-pc .btn {
	color:#173A80;	
	display: block;
	left: 0px;
	top:5%;
	padding:2%;	
	z-index: 10;
	cursor: pointer;
	font-size:180%;
}
.panel-pc .btn img {
    width: 55%;
    height: auto;
    max-width: 50px;
}
.panel-pc .btn:hover {
   	filter: alpha(opacity=90);
	opacity: .90;	
}
 
.panel-pc .cbtn {
	z-index: 3;
	display: none;
	top: 0;
	right: 0;
	position: fixed;
}
 
.panel-pc .check {
    display: none;
    z-index: 3;
}
 
.panel-pc ul {
    position: fixed;
	width: 85%;
    height: 100%;
    z-index: 4;
    display: block;
    font-size: 100%;
    background-color: #6fc4ff;
    top: 0;
    right: -100%;
    margin-right: 0;
    padding: 2%;
    list-style-type: none;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    padding-top: 1%;
    -moz-transition: 0.5s ease-in-out;
}

.panel-pc .check:checked + ul {
	right:-2%;
	z-index:9999;
	height: 100%;
	overflow:auto;
	-webkit-overflow-scrolling: touch;
}
 
.panel-pc .check:checked + ul + .cbtn {
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	top:0;
}

.panel-pc ul li {
    border-bottom: none !important;
    margin: 0 !important;
    width: 22%;
    float: left;
    height: 50px;
    margin-left: 2% !important;
}

.panel-pc ul lh {
    display: block;
    text-align: center;
    margin-top: 25px;
    text-decoration: none;
    font-size: 90%;
    float: left;
    width: 95%;
    height: 30px;
    background-color: #6fa7ea;
    color: #fff;
    border-radius: 3px;
    text-align: left;
    padding-top: 13px;
    padding-left: 15px;
}
.panel-pc a {	
	display: block;
	padding: 2%;
	text-align: center;
	margin-top: 6%;
	color: #fff;
	text-decoration: none;
	text-align:left;
	font-size:90%;
}

.panel ul li:hover {
	color:#222;	
}

.panel .btn {
	color:#173A80;	
	display: block;
	left: 0px;
	top:5%;
	padding:2%;	
	z-index: 10;
	cursor: pointer;
	font-size:180%;
}

.panel .btn img{
	width:80%;
	height:auto;
	max-width:50px;
}

.panel .btn:hover {
   	filter: alpha(opacity=90);
	opacity: .90;	
}
 
.panel .cbtn {
	z-index: 3;
	display: none;
	top: 0;
	right: 0;
	position: fixed;
}
 
.panel .check {
    display: none;
    z-index: 3;
}
 
.panel ul {
	position: fixed;
	width:70%;
	height:100%;
	z-index: 4;
	display: block;
	font-size: 200%;
	background-color: rgba(0,0,0,0.9);
	top: 0;
	right:-100%;
	margin-right: 0;
	padding: 5% 7% 0 5%;
	list-style-type: none;
	transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;	
}
 
.panel .check:checked + ul {
	right:-2%;
	z-index:9999;
	height: 100%;
	overflow:auto;
	-webkit-overflow-scrolling: touch;
}
 
.panel .check:checked + ul + .cbtn {
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	top:0;
}
.panel ul li{
	border-bottom:solid 1px #dcdcdc;
}
.panel a {	
	display: block;
	padding: 2%;
	text-align: center;
	margin-top: 6%;
	color: #fff;
	text-decoration: none;
	text-align:left;
	font-size:90%;
}
.panel ul li:hover {
	color:#222;	
}

/* #header-------------------------------------------------*/
#header {
    z-index: 999;
    width: 100%;
    position: absolute;
    top: 0;
    border-top: solid 10px #6fa7ea;
    background-color: #fff;
    height: 70px !important;
}

/*  .gnav  */
#header .gnavinn {width:100%;max-width:1140px;margin:0 auto;}

#header .gnav {
    position: static;
    width: 5%;
    float: right;
    height: auto;
    z-index: 999;
}
#header.fixed{
	position:fixed;
	top:0;
	animation: fixNav 0.5s forwards;
	-webkit-animation: fixNav 1s forwards;
	-moz-animation: fixNav 1s forwards;
	-ms-animation: fixNav 1s forwards;
}
@keyframes fixNav {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fixNav {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-moz-keyframes fixNav {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes fixNavHide {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fixNavHide {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-moz-keyframes fixNavHide {
	0% {opacity:0;}
	100% {opacity:1;}
}
#header.fixed .gnav{
	background:transparent;
}
#header.fixed .gnavinn-logo-l2{display:block;width:20%;float:left;margin-top:10px;text-align:left;}
#header.fixed .gnavinn-logo-l2 img{width:60%;}
#header.fixed .header-bottom{width:80%;float:right;}
#header.fixed .gnavinn-logo-l{display:none;}
#header.fixed .header-bottom nav{margin-top:5px;}
#header.fixed .gnav{
}

#header .gnav ul {
	width:100%;
}
.gnav1,.gnav2,.gnav3,.gnav4,.gnav5{
	float:left;
	box-sizing:border-box;
	position:relative;
	width:20%;
	margin:10px 0;
}
.gnav1 a,.gnav2 a,.gnav3 a,.gnav4 a,.gnav5 a{
	color:#000;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 16px;
	font-weight:700;
}
.gnav12{
	width:5%;
	float:left;
	margin:10px 0;
}

#header .nav_kotei ul{margin-top:25px;width:70%;}
#header .nav_kotei ul li{width:15%;}

.goto{width:40px;position:fixed;bottom:0;right:12.5px;background-color:#000;padding:10px;z-index:11;height:40px;border-radius:50%;display: none;}
.goto p{color:#fff;font-weight:bold;font-size:75%;position:relative;margin-top:25px;}
.goto p a:lingk{font-weight:bold;}
.goto p a:after{display: block;content: "";position: absolute;top: 0;right: 13px;width:10px;height:10px;margin: -20px 0 0 0;border-top: solid 3px #fff;border-right: solid 3px #fff;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);
}

#header .gnavinn {
	width:100%;
	max-width:1140px;
	margin:0 auto;
}

.fixed2{position:fixed;top:0;background-color:#fff;}

#header2 {
	width:100%;
	background:#fff;
	border-bottom:solid 3px #98D5EA;
	border-top:solid 3px #98D5EA;
}

#header2 .gnav {
	width:100%;
	height:80px;
	z-index:999;
}
#header2 .gnavinn {
	width:100%;
	max-width:1140px;
	height:80px;
	margin:0 auto;
	position:relative;
}
#header2.fixed .gnavinn {
	width:100%;
	max-width:1140px;
	height:80px;
	margin:0 auto;
	position:relative;
}
#header2 .gnav .logo1 {
	position:absolute;
	left:425px;
	top:0;
	z-index:10;
	display:block;
}
#header2 .gnav .logo2 {
	display:none;
}
#header2.fixed .gnav .logo1 {
	display:none;
}
#header2.fixed .gnav .logo2 {
	position:absolute;
	left:0;
	top:24px;
	z-index:10;
	display:block;
}
#header2 .gnav ul {
	left:0;
	top:0;
	width:70%;
	float:right;
}
#header2.fixed .gnav ul {
	top:0;
	width:70%;
	float:right;
}
#header2 .gnav ul li {
	width:24%;
	height:80px;
	text-align:center;
	/*line-height:80px;*/
	float:left;
	margin-top:24px;
}
#header2 .gnav ul li.gnav6 {
	padding-right:0;
}
#header2 .gnav ul li a {
	font-size:100%;
	color:#23282D;
}

#header2 .gnav ul li a:hover {
	text-decoration:none;
	color:#005eae;
}
#header2 .gnav ul li a:hover span {
	color:#7dadd5;
}
#header2 .gnav ul li.gnav1.on {
	background:url(../img/gnav_bg1.gif) left top no-repeat;
}
#header2 .gnav ul li.gnav2.on {
	background:url(../img/gnav_bg2.gif) left top no-repeat;
}
#header2 .gnav ul li.gnav3.on {
	background:url(../img/gnav_bg3.gif) left top no-repeat;
}
#header2 .gnav ul li.gnav4.on {
	background:url(../img/gnav_bg4.gif) left top no-repeat;
}
#header2 .gnav ul li.gnav5.on {
	background:url(../img/gnav_bg5.gif) left top no-repeat;
}
#header2 .gnav ul li.gnav6.on {
	background:url(../img/gnav_bg6.gif) left top no-repeat;
}
#header2 .gnav ul li.on a {
	text-decoration:none;
	color:#005eae;
}
#header2 .gnav ul li.on a span {
	color:#7dadd5;
}

/****パンくずリスト****/
.breadcrumbs{text-align:left;font-size:70%;margin:10px 0;}


/********************************
		contents
*******************************/
/*#top_slider_box {
	width: 100%;
 background:url(http://web-test1.net/atamicci/wp-content/uploads/2020/02/bx_slider_box.jpg) left top no-repeat;
}*/
#top_slider {
	width: 1180px;
    height: 550px;
	margin: 80px auto 0 auto;
    position: relative;
    z-index: -1;
 
}
.top_slider_inn{width:100%;min-width:1140px;height:auto;margin-left:auto;margin-right:auto;position:absolute;}

.top_txt{
	width:100%;
	position:absolute;
	top:50%;
}
.top_txt p{
	font-size:300%;
	font-weight:bold;
}

#bxslider_main{
	width:100%;
	height:auto;
}
#slider1{
	position:relative;
	left:0;
	width:100%;
	margin-left:0;
}
#slider1 img{width:100%;}

.bx-pager{top:100%;}


#bxslider_main .bx-wrapper .bx-viewport{box-shadow:none;border:none;left:0;}
.overlay{width:100%;position:absolute;}

#contents{
	width:100%;
	clear:both;
	padding-top:0;
	position:relative;
}
#contents.cts_top{
}
.fb_iframe_widget{width:100%;height:515px;}
.bx-controls .bx-has-pager .bx-has-controls-direction{
	display:none;
}

.index_box01_h2{
	padding:0 0 60px 0;
	font-size:180%;
	text-align: center;
	font-weight:bold;
}
.index_box01_h3{
	padding:0 0 2em 0;
	font-size:180%;
	text-align: center;
}
.index_box01{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	box-sizing:border-box;
	    max-width: 1180px;
}
.index_box01_inner {
    width: 100%;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}
.index_infobox01_date{
	width:120px;
	font-size:14px;
	float:left;
	color:#000;
	box-sizing:border-box;
}
.index_infobox01_date2{
	width:30%;
	font-size:20px;
	float:left;
	color:#000;
	margin-top:6px;
	box-sizing:border-box;
}
.index_infobox01_ttl{
	width:625px;
	float:right;
	text-align:left;
	padding:0 0 10px 0;
	box-sizing:border-box;
	font-size: 15px;
}

.index_infobox01_ttl2{
	width:100%;
	clear:both;
	float:none;
	text-align:left;
	padding:30px 0 10px 0;
	box-sizing:border-box;
	font-size: 24px;
}
.index_infobox01 {
    width: 100%;
    margin: 0;
    border-bottom: dotted 1px #000;
    box-sizing: border-box;
    margin-bottom: 25px;
}


.index_box01-l{
	width: 48%;
	float: left;
	box-sizing:border-box;
}
.index_box01-r{
	width: 48%;
	float: right;
	box-sizing:border-box;
}
.box_img{
	width: 100%;
	margin: 0 auto;
	position:relative;
}
.box_name{
	margin: 1em auto;
	box-sizing:border-box;
}
.index_menubox01 {
    width: 100%;
    float: none;
    margin-right: 0;
    box-sizing: border-box;
    height: 132px;
    border: 1px solid #bde4ff;
    margin-bottom: 10px;
	    margin-left: -8px;
}
.index_menubox01_fff {
    width: 100%;
    float: none;
    box-sizing: border-box;
    height: 132px;
    border: 1px solid #bde4ff;
    margin-bottom: 10px;
	background-color:#f2fdff;
}
.index_menubox03{
	width:20%;
	float:left;
	margin-right:20%;
	box-sizing:border-box;
}
.index_menubox03_last{
	width:20%;
	float:left;
	margin-right:0;
	box-sizing:border-box;
}
.index_menubox02{
	width:21.25%;
	float:left;
	box-sizing:border-box;
}
.index_menubox_ttl {
    margin: 0 0 30px 0;
    color: #000;
    box-sizing: border-box;
    margin-top: 10px;
	padding-top:5px;
    width: 670px;
    height: 105px;
    float: left;
}
.index_menubox_ttl_1 {
    margin: 0 0 30px 0;
    color: #000;
    box-sizing: border-box;
    margin-top: 10px;
	padding-top:5px;
    width: 420px;
    height: 105px;
    float: left;
}
.index_menu_img {
    width: 110px;
    margin: 10px;
    border-radius: 50%;
    border: solid #fff 10px;
    box-sizing: border-box;
    float: left;
}
.index_menu_img:hover{
	border:solid #0099ff 10px;
	border-radius:50%;
}
.index_menu_img,
.index_menu_img::before,
.index_menu_img::after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.index_menu_img img{
	width:100%;
	height:auto;
}
.box_img_cvr{
	width:100%;
	position:absolute;
	top:0;
}
.box_img img,.box_img_cvr img{
	width:80%;
}
.btn_contact{
	padding: 20px 0;
	background-color: #000;
	margin-top: 60px;
	position:relative;
	box-sizing:border-box;
}
.btn_contact a{
	color:#fff;
	font-weight:bold;
	display:block;
}
.btn_contact a:after{
	display: block;
	position: absolute;
	right: 1em;
	width:10px;
	height:10px;
	margin: -15px 0 0 0;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn_contact:hover{
	opacity:0.8;
}
.btn_contact2 {
    padding: 10px 0;
    margin-top: 20px;
    position: relative;
    box-sizing: border-box;
    width: 125px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 2px;
    float: right;
    margin-bottom: 25px;
}

.btn_contact2 a {
    color: #0044dc;
    font-weight: bold;
    font-size: 90%;
    display: block;
}
.btn_contact2 a:after {
    display: block;
    content: "";
    position: absolute;
    /* top: 0; */
    right: 1em;
    width: 10px;
    height: 10px;
    margin: -15px 0 0 0;
    border-top: solid 3px #0044dc;
    border-right: solid 3px #0044dc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn_contact2:hover{
	background-color:#fff;
	opacity:0.6;
}
.btn_contact2:hover a{
	color:#293136;
}
.btn_contact2:hover a:after{
	border-top: solid 3px #293136;
	border-right: solid 3px #293136;
}
.bnr_box01{
	width:80%;
	margin:0 auto;
}
.bnr_box01-l{
	width:47.5%;
	margin:0 2.5% 0 0;
	float:left;
}
.bnr_box01-r{
	width:47.5%;
	margin:0 0 0 2.5%;
	float:right;
}
.bnr_box01-l img,.bnr_box01-r img{
	width:100%;
}






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


.txta-l{
	text-align:left;
}
.fs_100{
	font-size:100%;
	line-height:150%;
}
.fs_120{
	font-size:120%;
	line-height:150%;
}
.fs_150{
	font-size:150%;
	line-height:150%;
}


/********************************
	バックグラウンドカラー
********************************/

.bg_renga{
	background: url(image/bg_000.jpg) repeat;
}
.bg_f7f6da{
	background-color:#f7f6da;
	}

.bg_fff{
	background-color:#fff;
}
.kotei_tb.bg_fff{
	background-color:#fff;
}
.bg_f0f0f0{
	background-color:#f0f0f0;
}
.bg_f3e2d4{
	background-color:#f3e2d4;
}
.bg_page,.bg_news,.bg_blog{
	background: url(image/bgimg_001.gif);
	background-color:#000;
}



/********************************
		固定ページ
********************************/
.kotei_ttl{
	text-align:center;
	font-size:300%;
	box-sizing:border-box;
	color:#fff;
	margin-bottom:10px;
	font-weight:bold;
	text-shadow:0 0 1em #000;
}
.kotei_subttl{
	text-align:center;
	font-size:120%;
	box-sizing:border-box;
	color:#fff;
	font-weight:bold;
	text-shadow:0 0 1em #000;
}
.kotei_ttl_h3{
	text-align: left;
	font-size: 150%;
	margin-bottom: 30px;
}
.kotei_ttl_h4{
	text-align: left;
	font-size: 100%;
}
.kotei_ttl_bdr{
	border-bottom:solid #fff 3px;
	padding-bottom: 10px;
}
.kotei_map{
	width:100%;
	margin:0 auto;
}
.kotei_map iframe{
	width:100%;
	height:300px;
}
.char_box01{
	text-align:left;
	margin-bottom:20px;
	box-sizing:border-box;
}
.flow_box01{
	text-align:left;
	margin-bottom:40px;
	box-sizing:border-box;
}
.char_ttl01{
	
}
.char_ttl01 img{
	margin-right: 10px;
	width: 100%;
	width: 1.1em;
	vertical-align: top;
	margin-top: 5px;
}
.kotei_tb{
	width:49%;
	background-color:#f0f0f0;
	box-sizing:border-box;
	margin-bottom:1px;
	margin-right: 1%;
	float:left;
	border-bottom: solid 1px #f0f0f0;
}
.kotei_dt{
	width:20%;
	float:left;
	padding:1em;
	box-sizing:border-box;
	text-align:left;
	font-weight: bold;
	font-size:95%;
}
.kotei_dd{
	width:80%;
	float:left;
	background-color:#fff;
	padding:1em;
	box-sizing:border-box;
	border-top: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	text-align: left;
	font-size: 95%;
}
.kotei_dd2{
	width:80%;
	float:left;
	background-color:#fff;
	padding:1em;
	box-sizing:border-box;
	border-left: 1px solid #f0f0f0;
	text-align: left;
}
.kotei_dd_last{
	border-bottom: 1px solid #f0f0f0;
}
.kotei_dd2-l{
	width:35%;
	margin:0 2%;
	float:left;
}
.kotei_dd2-r{
	width:35%;
	margin:0 2%;
	float:left;
}
.kotei_dd2-l2{
	width:25%;
	margin:0 2%;
	float:left;
}
.kotei_dd2-r2{
	width:25%;
	margin:0 2%;
	float:left;
}
.plan_box{
	width:100%;
	box-sizing:border-box;
}
.plan_box li{
	line-height:150%;
}
.box_qa{
	width:100%;
}
.box_a{
	width:3%;
	float:left;
	line-height: 1.8em;
	vertical-align: baseline;
}
.box_q{
	width:90%;
	float:left;
}
.box_a2{
	width:2em;
	float:left;
	line-height: 1.8em;
	vertical-align: baseline;
}
.box_q2{
	width:93%;
	float:left;
}
/********************************
		お知らせ
********************************/


/********************************
		sidebar
********************************/
#sidebar{
}

/********************************
		footer
********************************/
footer{
	width:100%;
	clear:both;
	border-top:solid 1px #000;
	background-color:#000;
}
#copy {
    color: #000 !important;
    text-align: center;
    padding: 10px 0 10px 0;
    font-size: 13px;
    background-color: #fff;
}
.index_footerbox_txt01{
	width:100%;
	text-align:center;
	box-sizing:border-box;
}
.index_footerbox_txt01 p{
	margin-bottom:20px;
}
.footer_inner{
	width:100%;
	max-width:1140px;
	margin:0 auto;
	color:#000;
	box-sizing:border-box;
}
.footer_logo{
	margin:5% auto;
	width:25%;
}
.footer_logo img{
	width:100%;
	max-width:199px;
	height:auto;
}
.footer_menu{
	margin:0 auto 60px auto;
	    padding-top: 70px;
}
.footer_menu ul{
	width:100%;
	margin:0 auto;
}
.footer_menu li{
	float:left;
	box-sizing:border-box;
	width:16%;
	margin:15px 0;
}
.footer_menu li.icon_footer{
	float:left;
	box-sizing:border-box;
	width:5%;
	margin:10px 0;
}
.footer_menu li a{
	color:#fff;
	font-weight:bold;
}
.footer_cr {
    color: #000;
}
.footer_goto{
	z-index:9999;
	width: 60px;
	height:60px;
	position: fixed;
	background-color: rgba(0,0,0,0.7);
	bottom: 5%;
	right: 2%;
	border-radius:50%;
}
.footer_goto p{
}
.footer_goto p a{
	display:block;
	padding-top:40%;
	font-weight:bold;
	color:#fff;
	font-size:90%;
	position:relative;
}

/********************************
			form
********************************/
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
textarea{
	background:#fcfcfc;
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.1);
	border:1px solid #ddd;
	color:#888;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus{
	color:#373737;
}
.wpcf7-textarea{
	background:#fcfcfc !important;
	padding-left:3px;
}
input[type=text],
input[type=tel],
input[type=password],
input[type=email]{
	padding:3px;
	width:80%;
}
input#s{
	-moz-border-radius:2px;
	border-radius:2px;
	font-size:14px;
	width:160px;
	height:22px;
	margin:0 0 23px;
	padding:4px 10px;
	background-color:#fff;
	line-height:1.2em;
	float:left;
}
input#searchsubmit{
	width:60px;
	height:31px;
	background:url(image/submit_off.gif) no-repeat;
	float:right;
	line-height:0;
}
.screen-reader-text{
	display:none;
	line-height:0;
}
.wpcf7-form-control,
.wpcf7-submit{

}

.wpcf7-submit{
	padding:4px 20px;
	text-align:center;
}
.transmission{
	text-align:center !important;
}
.transmission input{
	margin:10px 0 0;
	padding:10px 40px;
	cursor:pointer;
}
.req{
	color:#F00;
	font-size:11px;
}
textarea{
	width:100%;
}

.form_ex{
	display:block;
	margin:5px 0 0;
}
input[type=text]{
	width: 55%;
}
input[type=number]{
	width: 40%;
}

/********************************
		post
********************************/
.post{
}
.post_title{
}
.post_date{
}
.post_entry{
}

/********************************
	各ページcontact_us
********************************/
.contact_us_box{
	width:100%;
}
.contact_us_title{
	width:100%;
	border-bottom:dotted 1px;
}
.contact_us_title p{
	font-weight:600;
}
.contact_us_text{
	margin:10px 0 0 0; 
	
}


/********************************
		other
********************************/


/********************************
		top_page
********************************/
#main_movie {width: 100%;min-width:1000px;min-height:480px;margin: 0 auto;/*padding-top: 127px;*/position:relative;}
#main_movie img{height:auto;width:100%;}
.bxslider {
}
.bx-wrapper .bx-viewport{
	box-sizing:border-box;
	}
#contents_up{
	margin-top:40px;
}
.top_banner_left{
	width:466px;
	float:left;
}
.top_banner_right{
	width:466px;
	float:right;
}

#contents_bottom{
	height:100px;
	margin-top:30px;
	box-sizing:border-box;
}

#information{
	height:255px;
	width:690px;
	float:left;
	border:solid 1px #d2d2d2;
  	background: url(image/top_news_cat.gif) no-repeat top;
	color: #7c7c7c;
	box-sizing:border-box;
}
#information p{
	line-height: 40px;
	text-align: left;
	padding-left: 20px;
	color: #7c7c7c;
}
#information dl{
	padding: 20px 20px 0 20px;
	text-align: left;
	color: #7c7c7c;
	font-size: 14px;
	border-bottom: dashed #d2d2d2 1px;
	}
#informatin dt{
	border-bottom: dashed #d2d2d2 1px;
	color: #7c7c7c;
}
#information a:link{
	color: #7c7c7c;
}
.news{
	padding-left: 20px;
	color: #7c7c7c;
}
news.a:link {
	color: #7c7c7c;
} 
#news_comment{
	width: 760px;
	margin : 10px 80px 10px 80px;
	padding :20px;
	background : #c7c7c7;
	box-sizing:border-box;
}
#info_news{
	padding: 20px 120px 20px 20px;
 }
#top_sidebar{
	width:247px;
	float:right;
}
.top_banner{
	width:248px;
	height:91px;
}
.shopping_banner{
	width:248px;
	height:146px;
}
.img_cts{width:80%;margin-left:auto;margin-right:10%;}
.img_cts img{width:100%;height:auto;}
.box_icon {
    width: 143px;
    height: 143px;
    background: #FFF;
    margin:50px auto 0 auto;
    text-align: center;
    border-radius: 72px;
    box-sizing: border-box;
	padding-top:35px;
}
.box_icon img {
    margin: 0 0 8px 0;
}
.box_icon_kotei {
    width: 143px;
    height: 143px;
    background: #FFF;
    border:solid 1px #C3D600;
    margin:0 auto;
    text-align: center;
    border-radius: 72px;
    box-sizing: border-box;
	padding-top:35px;
    font-size:14px;
    color:#222;
}
.box_icon_kotei img {
    margin: 0 0 8px 0;
}
.box_icon_out {
	margin-top:0px;
	margin-bottom:35px;
}
.box_icon_kotei h3{font-size:14px;color:#222;}
.cpny_menu_inner a:hover{text-decoration:none;}
.box_icon_kotei:hover {opacity:0.5;}
.index_box01_inner_text {font-size:70%;	box-sizing:border-box;}
#cpny_keiei,#cpny_gaiyou,#cpny_map{}

/*コンテンツホバー*/
.index_adbox01_top_hover{
	position:relative;
}
.index_adbox01_top_hover-img{
	position:absolute;
}
.index_adbox01_top_hover-img img{
	width:100%;
}
.hover-img1{
	right:45%;
	bottom:-5px;
}
.hover-img2{
	top:0;
	left:60%;
}
.hover-img3{
	bottom:-5px;
	left:50%;
}
.hover-img4{
	bottom:-5px;
	right:55%;
}
.ctt-img{
	height:243px;
}
.ctt-img img{
	height:100%;
	width:auto;
}
.flow_p{
    text-align: left;
    margin-bottom: 5%;
    margin-top: -15px;
}
.flow_step{
    margin-bottom: 1%;
    padding-top: 36px;
}
.flow_step .kotei_ttl_h3{
	margin-bottom:0;
}

.gnav-h {
    position: relative;
    height: 140px;
    width: 155px !important;
    float: right;
    margin-top: -113px;
}

.menu_btn-pc {
    background-color: #6fa7ea;
    position: relative;
    width: 75px;
    height: 70px;
    float: right;
    margin: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    padding-top: 60px !important;
    z-index: 90 !important;
    margin-left: 0;
}



.gnav-pc-under {
    width: 100%;
    color: #fff;
    margin: -137px auto 0 auto;
    z-index: 999;
}

.about_a{
	margin-left: 5px;
}

.about_c{
	
}

.business_activity{
		
}

.kentei{
		
}

.course{
		
}

.mutual_aid{

}

.nyuukai_goannai{
		
}

.gnav-list li {
    float: left;
    width: 158px;
    height: 40px;
    color: #000;
    text-align: center;
    font-size: 14px;
    padding-top: 87px;
}

.gnav-list {
    margin: 0px auto;
    z-index: 555;
	width: 1112px;
}

.nami2{
	z-index:-555;
	width: 1112px;
	margin: 0 auto;
	height: 150px;
	background-image: url("http://www.atamicci.or.jp/2020/wp-content/themes/joule-plus/image/nami2.png")
}

.midasi1 {
    color: #fff !important;
    margin-top: 40px;
    font-size: 36px;
	font-weight:600;

}
.gnav-list li figure{
	height: 25px;
	
}
.waku2_obi {
    background: url(http://web-test1.net/atamicci/wp-content/themes/joule-plus/image/blue_obi.png) no-repeat;
    width: 790px;
    height: 70px;
    color: #fff;
    font-size: 24px;
    text-align: left;
    padding: 3px 0 0 30px;
    margin: 0px 0 0 0;
}

.pickup-img{
	float:left;
	padding-right:25px;
}

.pickup {
    width: 820px;
}
.information_box{
	width: 90%;
    text-align: left;
    padding-left: 50px;
}
.waku2 {
    margin-top: 25px;
    width: 820px;
    float: left;
}
.waku2_txtarea {
	width: 92%;
    padding-left: 52px;
    text-align: left;
    font-size: 16px;
    line-height: 19px;
}
.waku2_title {
    font-size: 18px;
    font-weight: bold;
}
.pickup3 {
    width: 100%;
}
.waku3 {
    margin-top: 25px;
    width: 100% !important;
    float: left;
}
.waku3_txtarea {
    width: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 19px;
}
.waku3_title {
    font-size: 18px;
    font-weight: bold;
}

.atami-banner {
    float: right;
    height: auto;
    margin-left: 0px;
    max-width: 300px;
	    margin-top: 25px;
}

.atami-banner figure{
	margin-bottom:10px;
}
.atami-banner figure img{
	width:300px;
}
.pickup_waku {
    float: right;
    width: 480px;
}

.waku1{
	width:850px;
	float:left;
}
.ataminojoho_subtxt {
    float: left;
    width: 26%;
    height: 50px;
    vertical-align: middle;
    padding-top: 20px;
    padding-left: 15px;
}
.ataminojoho_subtxt_1 {
    float: left;
    width: 210px;
    height: 50px;
    vertical-align: middle;
    padding-top: 20px;
    padding-left: 15px;
}
.ataminojoho_subtxt2{
	font-weight:bold;
}


.ataminojoho_subtxt3{
	font-weight:bold;
}


.waku2_txt{
	font-size:14px;
	line-height:20px;
	
}

.atami-aboutus{
	width:100%;

}

.about-us-white-box {
    width: 96%;
    height: 128px;
    background-color: #fff;
    padding: 2%;
}
.about-us-part1 {
    width: 515px;
    float: left;
	padding-right: 40px;
}

.p-uchikesi{
	padding-right:0 !important;
	border:none !important;
}

.about-us-parts {
    width: 1070px;
    margin: 0 auto;
    border: 0;
	    padding-bottom: 100px;
}

.atami-aboutus-txt {
    width: 100%;
    font-size: 32px;
    line-height: 32px;
    padding-top: 90px;
    font-weight: bold;
    padding-bottom: 10px;
}


.atami-aboutus-txt-s{
	font-size:14px;
	  padding-bottom: 55px;
}

.about-atamicci {
    text-align: left;
    font-size: 21px;
	font-weight: bold;
}
.about-atamicci-blue-txt{
	color:#0075ff;
	text-align: left;
}

.about-atamicci-honbun{
	font-size:14px;
	text-align:left;
}

.about-atamicci img{
	margin:0 0 7px 9px;

	
}

.atamicci-contents{
	width:100%;
	height:auto;
	background-color: #e2edfb;
	background: url(http://web-test1.net/atamicci/wp-content/uploads/2020/02/atami_back2.jpg) repeat;
}


.syousaimiru {
    color: #fff;
    background-color: #6fa7ea;
    border-radius: 3px;
    padding: 15px;
}




.cci-content-box {
    width: 515px;
    margin: 0;
    padding: 0;
    float: left;
    margin-bottom: 80px;
}
.cci-waku {
    width: 1069px;
    margin: 0 auto;
	    padding-bottom: 50px;
	
}

.about-txt {
    text-align: left;
    margin-bottom: 25px;
    margin-top: 15px;
}
.f-uchikesi{
	float:right !important;
}


.google-maps {
position: relative;
padding-bottom: 15%;
height: 150px;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height:450px !important;
}

.atamicci-banner {
    width: 100%;
    height: 220px;
    background-color: #e2edfb;
	padding-bottom: 80px;
	background: url(http://web-test1.net/atamicci/wp-content/uploads/2020/02/atami_back2.jpg) repeat;

}

.cci-waku22 {
    width: 1080px;
    margin: 0 auto;
    padding-top: 80px;
}

.cci-waku22 figure{
	width:170px;
	height:57px;
	float:left;
	padding-right:12px;
	text-align:center;
	margin-bottom: 15px;
}
.another-botan {
    width: 100%;
    margin-top: 78px;
}
.another-waku {
    width: 1180px;
    margin: 0 auto;
    margin-bottom: 64px;
}

.another-waku ul li figure{
}

.another-waku ul li{
	width:18%;
	
	float:left;
	padding-right:20px;
}

.another-waku ul li a p{
	margin-top:12px;
}

.another-waku ul li a{
	display:block;
}



	.another-waku ul li a:hover {
opacity:0.5;		
		
	}


.another-waku ul {
    margin: 0 auto;
    width: 1180px;
	padding-left:22px;
}



footer{
	background-color:#6fa7ea !important;
	color:#fff !important;
	border-top:none;
	background: url(http://web-test1.net/atamicci/wp-content/uploads/2020/02/atami_back3.jpg) repeat;
}


.f-main-txt {
    width: 100%;
    text-align: left;
}

.f-main-txt a{
    color:#fff;
}
.f-main-txt2 a {
    color: #fff;
}

.f-waku1 {
    width: 21%;
    float: left;
    height: 300px;
}

.f-main-list{
}


.f-main-list li {
    font-size: 12px;
    float: none;
    clear: both;
    width: 100%;
    text-align: left;
    font-weight: normal !important;
    background: url(http://web-test1.net/atamicci/wp-content/themes/joule-plus/image/white-line1.png) no-repeat;
    padding-left: 30px;
    background-position: 12px 5px;
}

.f-main-list li a{
	font-weight:normal !important;
}

.f-main-txt2{
	float:none;
	text-align: left;
	margin-bottom:35px;
}

.f-waku1end{
	width:16% !important;
}

.cci-address {
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}

.blue-cci img{
	margin:10px;
}


.panel-pc ul lh a {
	padding:0;
	text-align:left;
	margin-top:0;
}

.f-main-list2 li {
	font-size: 17px;
    float: none;
    clear: both;
    width: 100%;
    text-align: left;
    font-weight: normal !important;
    background: url(http://web-test1.net/atamicci/wp-content/themes/joule-plus/image/black-line.jpg) no-repeat;
    padding-left: 30px;
    background-position: 12px 5px;
    margin-bottom: 25px;
	color:#0044dc;
}

.f-main-list2 li a{
	color:#0044dc;
}
.f-main-list2 li a:hover{
	color:#02339f;
}

.kotei-img{
	width:100%;
	height:350px;
	margin:0 auto;
	background: url(http://web-test1.net/atamicci/wp-content/uploads/2020/02/atami_back3.jpg) repeat;
}

.kotei-img figure img{
	padding-top:30px;
}

.kotei-top_txt {
    width: 100%;
    position: absolute;
    top: 121px;
    font-size: 50px;
}

.kotei-waku-left{
	float:left;
	width:500px;
	
}

.kotei-waku-left {
    float: left;
    width: 100%;
    max-width: 820px;
    text-align: left;
}

.kotei-waku-right {
    float: right;
    width: 300px;
    text-align: left;
    padding-right: 40px;
}

.mar1{
	margin-bottom:25px;
}

























@media screen and  ( max-width:1024px) {
.index_box01 {
		width: 98%;
	}
.another-waku {
	width: 97%;
	}
.pickup {
	width: 97%;
	}
.gnav-pc-under {
    width:100%;
}
	
.pickup_waku {
    float: left;
	width: 97%;
	}
.index_infobox01_ttl {
		width: 100%;
	}
.waku2_txtarea {
    width: 97%;
	}
.waku2_obi{
    width: 97%;
	}
.nami2 {
    width: 100%;
    background-size: 100% 100%;
	}
.gnav-list li {
	width: 138px;
	}
.gnav-list {
	width: 100%;
}
.waku1 {
    width: 69%;
}
.waku2 {
	width: 100%;
	}
.cci-waku {
		width:100%;
	}
.cci-content-box {
    width: 47%;
	}
.keiei-photo{
	width:100%;
	}
.kousyuu-photo{
	width:100%;
	}
.kyousai-photo{
	width:100%;
	}
.kentei-photo{
	width:100%;
	}
.about-us-part1{
		width:47%;	
	}
.about-us-parts{
		width:100%;
	}
.about-us-photo img{
	width:100%;
	}
h3{
	font-size:16px;
	}
#top_slider_box{
	width:100%;
	}
#header{
	height: 60px !important;}
#gnav nav,
#indexNav nav,
#header .gnav,
#header .gnav,
#header .tarea,
.top_slider_inn,
.top_slider_inn2,
section.index_box01_inner,
article.index_box01_inner,
div.index_box01_inner,
.footer_inner,
#main_movie{
	min-width:98%;
	box-sizing:border-box;
}
.header-bottom,.gnavinn_header-middle,#font-size{
		display:none;
}
#header-inner {
    width: 100%;
}
	
#header-inner_left {
    width: 78%;
}
	
#header .gnav{
		width:100%;
		padding:0;
		margin:0;
}
	
#top_slider{
		max-width:100%;
	height:auto;
}
	
#bxslider_main{
		max-width:100%;
		/*overflow:hidden;*/
}
.index_infobox01 {
	width: 95%;
	margin-left:0px;
	}
.btn_contact2 {
	margin-right: 20px;
	margin-top: 0px;
	}
.index_menubox_ttl {
	width: 650px;
	margin-right: 0;
	margin-bottom: 0;
	}
.index_menubox01_fff {
	height: auto;
	}
.cci-waku22 {
	width: 97%;
	}
.about-txt {
    width: 90%;
    margin: 10px auto;
    height: 135px;
}
.about-atamicci {
		text-align:center;
	}
.about-atamicci-blue-txt {
		text-align:center;
}
.another-waku ul {
	width: 100%;
}
.another-waku ul li {
    width: 17%;
}
.cci-waku22 figure {
	width:15%;
	padding-right: 19px;
	}
.cci-waku22 figure img{
    width: 100%;
	}
	
}








@media screen and (min-width:760px) and ( max-width:940px) {
.about_a {
    margin-left: 10px;
}

.contact_us_box {
    width: 93%;
	margin-left: 3%;
}
.kotei-waku-right {
    width: 93%;
	margin-left: 3%;
	}
.nami2 {
    width:95%;
}
.index_infobox01 {
	width: 94%;
	margin-left: 20px;
	}
#top_slider{
	width:97%;
	height: 360px;
	}
.top_slider_box{
height:300px;		
	}
.gnav-pc-under {
	margin: -137px auto 0 auto;
	}
#header-inner {
    width: 97%;
    max-width: 1112px;
    margin: 0 auto;
}
	
.pickup-img {
    float: left;
    padding: 0 25px 0 0;
    width: 25%;
}
.pickup-img a img{
		width:100%;
}
	
.pickup_waku {
    float: left;
    width: 70%;
}
	
.waku2_txtarea {
    width: 93%;
    padding-left: 0.5%;
    font-size: 14px;
    margin: 0 auto;
}
	
	#header{
		background-color: #fff;
		height:70px;
	}
	#mobileNav{
		display:block;
		width:9%;
		margin-right:0;
		position:static;
		margin-top:1%;
		float:right;
		z-index:1000;
	}
.panel .btn,.panel ul{font-size:100%;}
.panel .btn{
		position:static;
		left:0;
		top:10%;
		width:100%;
}
#bxslider_main{
		max-width:100%;
		overflow:hidden;
}
#header.fixed .gnavinn-logo-l2{
		display:none;
}
#header.fixed .gnavinn-logo-l{
		display:block;
}
#header.fixed .header-bottom nav{
		margin-top:5px;
}
#header.fixed .gnav{
		border-bottom:solid 5px #000;
}
#gnav nav,#indexNav nav,#header .gnav,#header .gnav,#header .tarea,.top_slider_inn,.top_slider_inn2,section.index_box01_inner,article.index_box01_inner,div.index_box01_inner,.footer_inner,#main_movie{
	min-width:98;
	box-sizing:border-box;
	}
.header-bottom,.gnavinn_header-middle,#font-size{display:none;}
#header .gnav{
		display:none;
		width:100%;
		padding:0;
		margin:0;
}
#contents{
		padding:0;
		margin:0 auto;
		z-index:3;
		width:100%;
		overflow:hidden;
}
#footer_left img{width:100%;}
	.panel .btn,.panel ul{font-size:100%;}
	.panel .btn{
		position:static;
		left:0;
		top:10%;
		width:100%;
}
	.panel a{font-size:100%;}
#mainvisual {
	z-index:1;
	min-height:0;
	}

#bxslider_main{
		width:100%;
		min-width:100%;
		margin-left:0;
		left:0;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
		position:initial;
		bottom:0;
}
.slide{
		opacity:1;
		transition: initial;
}
.bx-pager a img{
		width:500px;
		height:400px;
		max-width:100%;
		display: block;
		margin:0 auto;
}
aside.index_box01{
		width:100%;
}
.f-nav{
		margin-right:0;
		margin-left:0;
		padding-bottom:10px;
}
.footer_bottom_l{
		width:20%;
		text-align: left;
	}
	.footer_bottom_l img{
		width:100%;
	}
	.top_slider_box01-l{width:100%;float:none;}
	.top_slider_box01-inn{width:40%;float:left;padding:5%;}
	.bxslider_main{clear:both;width:100%;float:none;}
	.top_slider_box01-r{width:100%;float:none;}
	.top_slider_inn{position:relative;}
	#copy .footer_inner{
		background-color:transparent;
	}
	#copy .footer_inner p{
		font-size:80%;
	}
div.index_box01_inner {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.footer_menu{
		display:none;
}
.kotei_ttl{
		font-size:150%;
		width: 95%;
		margin: 0 auto;
}
.kotei_subttl{
		font-size:120%;
		width: 95%;
		margin: 10px auto;
}
.kotei_ttl_h3{
		width: 95%;
		font-size:120%;
		margin-left: auto;
		margin-right: auto;
	}
	.top_logo{
		width:80%;
		float:left;
		font-size:150%;
		margin-left:8%;
	}
	.pdg-l60px,.pdg-r60px{
		padding-left:0;
		padding-right:0;
	}
	.kotei_map{
		width:90%;
	}
	.kotei_map iframe{
		width:100%;
		height:300px;
	}
	.kotei_tb{
		width:95%;
		float:none;
		margin:0 auto 2px auto;
		border-right: 1px solid #f0f0f0;
		border-bottom: 1px solid #f0f0f0;
	}
	.kotei_dt{
		width:100%;
		float:none;
	}
	.kotei_dd{
		width:100%;
		border-right: none;
		border-left: solid 1px #f0f0f0;
	}
	.kotei_dd2{
		width:100%;
	}
	.dd_naiyou{
		display:none;
	}
	.kotei_ttl_h3{
		margin-bottom: 10%;
	}
	.btn_contact{
		margin-top: 10%;
	}
	.index_infobox01_date{
		width:100%;
		text-align: left;
		float:none;
	}
	.index_infobox01_ttl{
		width:100%;
		text-align: left;
		float:none;
		padding:0;
		font-size:100%;
	}
	p,.btn_contact a,a:link, a:visited,.plan_box li,.kotei_dt,.kotei_dd{
		font-size:77%;
	}
	.footer_menu{
	}
	.index_footerbox{
		width: 80%;
		height:auto;
		background-size: cover;
	}
	.char_ttl01{
		font-size:90%;	
	}
	.index_footerbox{
		width:50%;
	}
	.index_footerbox2{
		padding: 18% 0;
	}
	.panel .btn img{
		width:45%;
	}
	.top_txt p{
		font-size:100%;
	}

	
.gnav-list {
    width: 100% !important;
}
.gnav-list li {
    width: 14%;
}
	
.gnav-pc-under img.nami2{
		width:100%;
	}
	
.waku1 {
    width: 100%;
    float: none;
    margin-top: 50px;
	height: 1160px;
}
	
.waku2 {
    margin-top: 30px;
    width: 100%;
    float: none;
}
.pickup {
    width: 100%;
    margin-top: 20px;
    float: none;
	
}
.atami-aboutus-txt {
    width: 100%;
    font-size: 40px;
    line-height: 32px;
    padding-top: 40px;
    font-weight: bold;
    padding-bottom: 10px;
}
	.waku2_obi {
    width: 93%;
	}
	/*
.waku2_obi {
    background: url(http://web-test1.net/atamicci/wp-content/themes/joule-plus/image/blue_obi.png) no-repeat;
    width: 94%;
    height: 70px;
    color: #fff;
    font-size: 28px;
    text-align: left;
    margin-left: 0px;
    background-position: -40px 0;
    float: none;
}
*/
	
.waku3 {
    margin-top: 30px;
    width: 100%;
    float: none;
    background-position: 0px 0px;
}
.panel {
		display:none;
}
	
.top_logo {
    width: 30%;
    float: left;
    font-size: 150%;
    margin-left: 0 !important;
}
.atami_address {
    float: right;
    width: 42%;
    font-size: 12px;
    line-height: 18px;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    text-align: left;
}
.sns_waku {
	display:none;
}
.sns_waku figure {
    float: none;
    margin-top: 6px;
}
.header-bottom-wrapper {
    width: 100%;
}

.btn_contact2 {
    margin-top: -10px;
    width: 20%;
    float: none;
    margin-right: 6%;
}
	
.index_menubox_ttl {
	margin: 17px 0 30px 20px;
    width: 430px;

}
.index_menubox_ttl_1 {
    margin: 0 0 30px 0;
    color: #000;
    box-sizing: border-box;
    margin-top: 10px;
    font-weight: 0;
    padding-top: 5px;
    width: 55%;
    height: 105px;
    float: left;
}

	
.atami-banner figure {
    margin-bottom: 20px;
    float: left;
    padding-right: 2%;
    width: 49%;
}
	.atami-banner figure:nth-child(2n){
		padding-right:0;
	}
	
.atami-banner {
    float: none;
    height: auto;
    margin: 0 auto;
    
    margin-top: 25px;
    max-width: 100%;
		width: 90%;
}
	
.cci-waku {
    width: 97%;
    margin: 0 auto;
    padding-bottom: 50px;
}
	
.cci-content-box {
    width: 48%;
    margin: 0;
    padding: 0;
    float: left;
    margin-bottom: 80px;
    padding-right:0;
}	
	
.keiei-photo{
		width:100%;
}
	
.kousyuu-photo{
		width:100%;
}
	
.kyousai-photo{
		width:100%;
}
	
.kentei-photo{
		width:100%;
}
	
.about-us-parts {
    width: 90%;
    margin: 0 auto;
    border: 0;

}
	
.about-us-part1 {
    width: 49%;
    float: left;
    padding-right: 2%;
}
	
.about-us-part1 figure img{
		width:100%;
}
.about-us-white-box {
    height: 260px;
}
.about-txt {
    text-align: left;
    margin-bottom: 25px;
    margin-top: 15px;
	height: 155px;
}
.cci-waku22 {
    width: 98%;
    margin: 0 auto;
    padding-top: 56px;
}
.cci-waku22 figure {
    width: 23%;
    height: auto;
    float: left;
    padding-right: 2%;
    text-align: center;
    margin-bottom: 15px;
}
	
.cci-waku22 figure:nth-child(4n){
		padding-right:0;
}
.cci-waku22 figure img{
		width:100%;
}
	
	
.another-waku {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 64px;
}
	
	.another-waku ul {
    margin: 0 auto;
    width: 100%;
    padding-left: 22px;
}
	
.another-waku ul li {
    width: 30%;
    float: left;
    padding-right: 3%;
    height: 165px;
}

.index_menubox01 {
    width: 100%;
    float: none;
    margin-right: 0;
    box-sizing: border-box;
    height: 132px;
    border: 1px solid #bde4ff;
    margin-bottom: 10px;
    margin-left: 0;
}
.index_menubox01_fff {
    height: 160px;
}
	
.ataminojoho_subtxt_1 {
    width: 20%;
	padding-left: 0px;
}
	
	
}






@media screen and (max-width:640px){
.ataminojoho_subtxt_1 {
    height: 80px;
    font-size: 18px;
    padding-top: 10px;
	}
.ataminojoho_subtxt3 {
    line-height: 130%;
}
.index_menubox01_fff {
	height: 200px;
	margin-left: 0;
	}
	
.index_infobox01 {
	width: 95%;
    margin-left: 5px;
	margin-bottom: 6px;
}
.midasi1 {
    color: #fff !important;
    font-family: 'Noto Sans JP', sans-serif,"メイリオ", Meiryo, "ヒラギノ明朝 ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    margin-top: 0px;
    font-size: 18px !important;

}
#header.fixed {
}

.panel-pc{
		
	}
	
.index_infobox01_date {
    width: 100%;
    font-size: 80%;
    float: none;
    color: #000;
    margin-top: 6px;
    box-sizing: border-box;
    clear: both;
}
	
.index_infobox01_ttl {
    width: 100%;
    float: none;
    text-align: left;
    padding: 0 0 10px 0;
    box-sizing: border-box;
}
	
	
	
.footer_menu {
    display: none;
}
.panel {
		display:block;
}

.top_logo {
    width: 70%;
    float: left;
    margin:2% 0 0 1%;
}
	
.cci-waku22 figure {
    width: 46%;
    height: 57px;
    float: left;
    text-align: center;
    margin-bottom: 15px;
}
	
.cci-waku22 figure:nth-child(2n){
		margin-right:0 !important;
	}

.cci-waku22 figure img{
		width:100%;
	}
	
.gnav-h{
		display:none;
	}
	
#wrapper{
	}

.goto{
		right:2px;
		width:35px;
		height:35px;
		bottom:0;
}
	
.goto p{
		margin-top:20px;
}

.goto p a:after{
		right:11px;
		width:8px;
		height:8px;
}
	
.index_box01_h2{
		font-size:150%;
		padding:0 0 10% 0;
}
	
.index_menubox_ttl {
    width: 93%;
    margin: 0 5%;
    text-align: left;
    margin-top: 0;
	font-weight: 100;
    font-size: 13px;
    height: auto;
}

.index_box01-r,.index_box01-l{
	width:95%;
	float:none;
	margin:0 auto;
}
	
.index_box01-l{
	margin-bottom:120px;
}
	
.index_menubox01,.index_menubox02,.index_menubox03,.index_menubox03_last{
	width: 95%;
	float: left;
	margin:0 auto;
	margin-bottom: 50px;
}

.kotei_map{
	width:90%;
}

.kotei_map iframe{
	width:100%;
	height:300px;
}
	
#header-inner{
	height:50px;
	width:100%;
}
	
.box_img{
		width: 100%;
}

.box_a{
		width:10%;
}

.box_q{
		width:80%;
	}

.box_q2{
		width:90%;
}
	
.heading_radius{
	margin-top: -16px;
}

.index_footerbox{
	width:80%;
}

.index_footerbox_img,.index_footerbox_img2{
	margin:0 auto 5px auto;
}
	
.bnr_box01{
	margin: 0 auto;
}

.bnr_box01-r,.bnr_box01-l{
	width:100%;
	float:none;
	margin: 10% 0;
}
.btn_contact2{
	width:30%;
	margin-right:5%;
	}
.panel .btn img {
    width: 50%;
    padding: 6px;
}

#mobileNav {
    position: absolute;
    top: 5px;
    right: 20px;
    display: block;
}
	
.index_footerbox_txt01 p{
	font-size:80%;
}
	
.syousaimiru {
    color: #fff;
    background-color: #6fa7ea;
    border-radius: 3px;
    padding: 2%;
    width: 50%;
    margin: 0 auto;
}
	
.kotei-waku-left {
    float: none;
    width: 100%;
    text-align: left;
	max-width: none;
}
	
.inquiry_btn{
		display:none;
}
	
.atami_address {
    float: none;
    display: none;
}

.align-c{
		text-align:center;
}
.sns_waku{
		display:none;
}
	
.gnav-list{
	display:none;
}
	
.gnav-pc-under {
    display: none;
}
	
.bx-viewport {
    margin-top:70px;
}
#top_slider {
    width: 100%;
	height: 220px;
	}
	h3 {
    font-size: 14px;

}
.panel-pc .check:checked + ul {
    display:block !important;padding: 0%;
}

.waku2_obi {
    background: url(http://web-test1.net/atamicci/wp-content/themes/joule-plus/image/blue_obi.png) no-repeat;
    width: 100%;
    height: 70px;
    color: #fff;
    font-size: 28px;
    text-align: left;
    padding-left: 0;
    margin-left: 0px;
    float: none;
    background-position: -50px 0;
    text-align: center;
    display: inline-block;
}
.pickup {
    width: 100%;
	float: none;
}
	
.waku2 {
    margin: 0;
    width: 100% !important;
    float: none;
}
div.index_box01_inner {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
	
.pickup-img {
    float: none;
    padding-right: 0;
    width: 100%;
    text-align: center;
}
	
.waku2_txtarea {
    width: 100%;
    font-size: 14px;
    padding: 2%;
    margin: 0 auto;
}

.pickup_waku {
    float: none;
    width: 100%;
}

.waku1 {
    width: 100%;
    float: none;
}
	
.waku2_title {
    font-size: 18px;
    text-align: center;
}

.index_menubox01, .index_menubox02, .index_menubox03, .index_menubox03_last {
    width: 100%;
    float: none;
	margin:0 auto;
    margin-bottom: 29px;
    height: auto;
    text-align: center;
    padding-bottom: 22px;
}
	
.index_menu_img {
    width: 25%;
    margin: 0;
    border-radius: 50%;
    border: solid #fff 0;
    box-sizing: border-box;
    float: none;
	float: left;
    padding: 0;
}
	
.ataminojoho_subtxt {
    float: none;
    width: 100%;
    height: auto;
    vertical-align: middle;
    padding-top: 0;
    padding-left: 0;
}

.index_menu_img img {
    width: 100%;
    height: auto;
    margin: 5px;
}
	
.atami-banner {
    float: none;
    height: auto;
    margin: 0 auto;
    margin-top: 25px;
    width: 100%;
    padding: 0;
}

.about-us-parts {
    width: 100%;
    margin: 0 auto;
    border: 0;
    padding-bottom: 30px;
}
	
.about-us-part1 {
    width: 100%;
    float: none;
    padding-right: 0;
}
	
.about-us-photo {
    width: 90%;
    margin: 0 auto;
}
	
.about-us-photo img{
		width:100%;
	}

.about-atamicci-honbun {
    font-size: 14px;
    text-align: left;
    width: 90%;
    margin: 0 auto;
}
.cci-waku {
    width: 100%;
    margin: 0 auto;
}
	
.cci-content-box {
    width: 100%;
    margin: 0;
    padding: 0;
    float: none;
    margin-bottom: 100px;
}
	
.cci-content-box img {
    width: 90%;
}
	.google-maps {
    position: relative;
    padding-bottom: 80%;
    height: 0;
    overflow: hidden;
}
	
.cci-waku22 {
    width: 96%;
    margin: 0 auto;
    padding-top: 35px;
}
	
.atamicci-banner {
    width: 100%;
    height: 136px;
    background-color: #e2edfb;
    height: auto;
    padding-bottom: 25px;
}

.another-waku {
    width: 100%;
    margin: 0 auto;
}
	
.another-waku ul li {
    width: 28%;
    float: left;
    padding-right: 20px;
    height: 186px;
}
.atami-aboutus-txt {
    padding-top: 25px;
}
	
.w50{
	width:44% !important;
	}
	
.linekesi{
		border:none !important;
}
	
.about-txt {
    text-align: left;
    width: 90%;
    padding: 2%;
    margin: 0 auto;
}
	
.menu_btn-pc {	
	display:none !important;
}
	
.another-waku ul {
    margin: 0 auto;
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
}

.panel-pc a {
	margin-top: 0;
}
	
.panel-pc ul li {
	height: 35px;
	padding-left: 5%;
    padding-top: 10px;
	float:none !important;
	clear:both !important;
	width:100% !important;
}
	
.panel-pc ul lh {
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 100%;
    float: left;
    width: 100%;
    height: 30px;
    background-color: #6fa7ea;
    color: #fff;
    text-align: left;
    padding-top: 13px !important;
    padding-left: 5px;
    margin-top: 0;
}

.about-atamicci {
    text-align: center;
    font-size: 21px;
	font-weight: bold;
}

.about-atamicci-blue-txt {
    color: #0075ff;
    text-align: center;
}

.kotei-img figure img {
    padding-top: 0;
}
	
.kotei-img figure img {
    padding-top: 0;
    height: 100% !important;
}
	
.kotei-img figure {
    padding-top: 0;
    height:100%;
}
	
.kotei-top_txt {
    width: 93%;
    position: absolute;
    top: 130px;
    font-size: 50px;
    text-align: center;
}
	
.kotei-img {
    width: 100%;
    height: 70px;
    margin: 0 auto;
}
	
.atami-banner figure {
    margin-bottom: 20px;
    width: 100%;
    float: left;
    padding: 0;
    padding-right: 4%;
}
	
.atami-banner figure img {
    width: 100%;
    height: 100%;
}
	
.facebook-box{
	float:none;
}
.about-us-white-box {
	height: auto;
	}
.kotei-waku-right {
    float: none;
    width: 100%;
    text-align: left;
}
	
.index_box01 {
    width: 100%;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 0 !important;
}
	
.midasi1 {
    color: #fff !important;
    font-family: 'Noto Sans JP', sans-serif,"メイリオ", Meiryo, "ヒラギノ明朝 ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    margin-top: -7px;
    font-size: 24px;
    line-height: 33px;
}
	
.another-waku ul li {
    width: 48%;
    float: left;
    padding-right: 1%;
    height: 186px;
}

.cci-waku22 figure:nth-child(2n) {
   padding-right: 0 !important;
}
.information_box {
    width: 90%;
    margin:0 auto;
	padding:0;
}
	
.index_infobox01_date2 {
	width: 60%;
	}
	
.contact_us_box {
    width: 90%;
	margin:0 auto;
}

}