@charset "utf-8";

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* フェードイン用のCSS */
.slide-bottom {
   opacity: 0;
   transform: translateY(20px);
   transition: all 1.3s 0s ease-out;
 }
 
 



.sidesubmenu_navbutton  {
  position: relative;
}

.child {
    display: none;
}

.sidesubmenu-item a{
	height: 59px;
    background-color: #3EA60C;
    color: #fff!important;
    padding-left: 10px;
    display:block;
    width:100%;
 
}	
.sidesubmenu-item a:visited  {
    color: #fff!important;
}




.slick-slide {
	outline:none!important;
}

.wp-pagenavi {
	clear: both;
	text-align:center;
	padding-top:40px;
	padding-bottom:40px;

}
.wp-pagenavi a, .wp-pagenavi span {
	color: #3EA60C;
	background-color: #FFFFFF;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
	border: thin solid #3EA60C;
}
.wp-pagenavi a:hover{
	color: #fff!important;
	background-color: #3EA60C;
    }
.wp-pagenavi span.current{
	color: #fff!important;
	background-color: #3EA60C;
    }
	
	
	



 

  

  

/* =============================================================================
   基本設定
   ========================================================================== */


*, *:before, *:after {
box-sizing: border-box;

}


html, body, div, span, 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, 
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,

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:bottom;
    background:transparent;
    font-style: normal;
    font-weight: normal;
    list-style: none;
}



/**html**/
html{
	height:100%;
	width: 100%;
	margin: 0!important;
    padding: 0!important;
}




body {
	color: #000;
	line-height: 1.6;
	font-size: 15px;
	font-family: "Hiragino Kaku Gothic Pro","CI", "Meiryo", verdana, "qMmpS Pro W3", "lr oSVbN", "MS PGothic", Sans-Serif;
	margin: 0!important;
    padding: 0!important;
    width: 100%;
}

#overwrap {overflow: hidden;position: relative;}
a {color: #000;text-decoration: none;}
a:visited {color: #000;}
a:hover {color: #FF9326;-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;}
a:active {color: #fff;}
a:hover img {opacity: 0.8;filter: alpha(opacity=80);-moz-opacity: 0.8;-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;}
img {width: auto;max-width: 100%;height: auto;vertical-align: bottom;}
em {font-style: normal;}
h1, h2, h3, h4, h5, h6 {font-weight: normal;}
ul {list-style: none;}
sup {vertical-align: super;}
sub {vertical-align: sub;}


p{margin: 0;padding: 0;}





/* ========================================================================== */
.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	-o-transform: rotate(0.028deg);
	-ms-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-webkit-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
}
.shadow {
	text-shadow:
    #fff 2px 0px, #fff -2px 0px,
    #fff 0px -2px, #fff -2px 0px,
    #fff 2px 2px, #fff -2px 2px,
    #fff 2px -2px, #fff -2px -2px,
    #fff 1px 2px, #fff -1px 2px,
    #fff 1px -2px, #fff -1px -2px,
    #fff 2px 1px, #fff -2px 1px,
    #fff 2px -1px, #fff -2px -1px;
}
.head-nav {
	width: 100%;
}
.head-nav .pc_head #headlogo_pc_left {
}








/* =============================================================================
    lower 共通
   ========================================================================== */



* html div#container{
    height:100%;
}

div#container,
div#container_top,
{
	position:relative;
	min-height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
body > #container, 
body > #container_top, 
{
        height: auto;
}




div#main{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 100px;
}





/**clear**/
.clear:after {
 content:".";
 display:block;
 visibility:hidden;
 clear:both;
 height:0;
}


.clear{
	min-height:1px;
	clear: both;
	float: none;

}









.sp_img {
width:100%;
}










/* =========================PC=========================================== */
@media screen and (min-width: 768px) {

.head_links_flex a{
 margin:10px;
}



.top_itemlist_txt03 {
	text-align: right;
}

.top_itemlist_txt03 a{
	background: var(--unnamed-color-fc793f) 0% 0% no-repeat padding-box;
	background: #FC793F 0% 0% no-repeat padding-box;
	border-radius: 11px;
	text-align: center;
	color: #FFFFFF;
	padding: 5px 15px 5px 15px;
}


.top_itemlist_txt03 a::after {
    content: "";
    display: inline-block;
    width: 18px; /* 画像の幅 */
    height: 8px; /* 画像の高さ */
    background-image: url('https://agdp.sakura.ne.jp/atariya-youkan_new/wp-content/themes/atariya/common/img/icon11.png'); /* 画像のパス */
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px; /* テキストとの間隔 */
    vertical-align: middle;
}




  

.sp {
	display: none;
}


.sp_head,.spnav {
	display: none;
}


.pc_head {
	width: 950px;
	margin: 0px auto 0px auto;

}

.head_upper_flex {
	display: flex;
	justify-content: space-between;
}


#headlogo_icon {
	text-align: center;
}

.head_nav1 {
	width: 950px;
	margin: 20px auto 20px auto;
	text-align: center;
}

.head_nav1 h2 {
	display: inline-block;
		font-size: 16px;
	margin: 0px;
	padding: 0px 20px 0px 20px;
	font-weight: 900;
}



	
/********foot***********/
.foot_wrap {
	width: 100%;
	height: 350px;
	padding-top: 45px;
}

.foot_box {
	width: 950px;
	margin: 0px auto 0px auto;
	padding:15px 0px 0px 0px;
	border-top: 1px solid #707070;
}

.foot_menu_flex {
	display: flex;
	justify-content: space-between;

}


.foot_txt {
padding-bottom:30px;
}

.foot_box_flex02_lower {
padding-top:30px;
	text-align: center;
}


nav{
	width: 100%;
	position: relative;
	right: 0;
	top: 0;
	margin-right: auto;
	margin-left: auto;
}


/**********ページレイアウト***/




.lower_content {
	padding-top: 60px;
}




.midashi01 {
	font-size: 71px;
	color: #C6CB45;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	-o-transform: rotate(0.028deg);
	-ms-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-webkit-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
	letter-spacing: 0px;
	font-weight: normal;
	padding:80px 0px 40px 0px;
}



	/*page-top*/
	#page-top {
		position: fixed;
		bottom: 100px;
		right: 50px;
		font-size: 77%;
		z-index: 100;
	}
	#page-top a {
		text-decoration: none;
		width: 80px;
		text-align: center;
		display: block;
		border-radius: 5px;
		background-image: url(../img/top_bt.png);
		height: 79px;
		padding-top: 0px;
		padding-right: 0;
		padding-bottom: 0px;
		padding-left: 0;
		text-indent: -9999px;
		background-repeat: no-repeat;
	}
	#page-top a:hover {
		background-image: url(../img/top_bt.png);
		background-repeat: no-repeat;
		background-position: 0px -79px;
		height: 79px;
		width: 80px;
			transition: color 0.5s;
	}



}



/* =========================スマホ=========================================== */
@media screen and (max-width: 767px) {

.top_itemlist_txt03 {
	text-align: center;
	margin-bottom:20px;
}

.top_itemlist_txt03 a{
	background: var(--unnamed-color-fc793f) 0% 0% no-repeat padding-box;
	background: #FC793F 0% 0% no-repeat padding-box;
	border-radius: 11px;
	text-align: center;
	color: #FFFFFF;
	padding: 5px 15px 5px 15px;
	width:80%;
	
}


.top_itemlist_txt03 a::after {
    content: "";
    display: inline-block;
    width: 18px; /* 画像の幅 */
    height: 8px; /* 画像の高さ */
    background-image: url('https://agdp.sakura.ne.jp/atariya-youkan_new/wp-content/themes/atariya/common/img/icon11.png'); /* 画像のパス */
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px; /* テキストとの間隔 */
    vertical-align: middle;
}
 
  
  


.pc {
	display: none;
}

.pc_head,.pcnav {
	display: none;
}

	.sp_head {
		width: 100%;
	}

#headlogo_icon_sp  {
padding:5px 0px 0px 10px;
}

#headlogo_icon_sp img {
width:60%;
}

	
	

/********foot***********/
.foot_wrap {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;

}


.foot_box {
	width: 100%;
	margin: 0px auto 0px auto;
	padding:15px 0px 0px 0px;
	border-top: 1px solid #707070;
}

.foot_menu_flex {
	text-align: center;
}


.foot_txt {
	padding:0px 10px 30px 10px;
}

	.foot_box_flex02_lower {
	padding-top:30px;
	text-align: center;
}

.foot_menu_box {
display:none;
}



/**********ページレイアウト***/

#container_top {
	background-image: none;
} 


.lower_content {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
}



.midashi01 {
	font-size: 30px;
	color: #C6CB45;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	-o-transform: rotate(0.028deg);
	-ms-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-webkit-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
	letter-spacing: 0px;
	font-weight: normal;
	padding:40px 0px 20px 0px;
}





	/*page-top*/
	#page-top {
display:none;
	}

	
	
}





		
	
