@charset "utf-8";



/* header and footer style for drug kudoh */

/* -- iPhone電話リンク用 -- */
footer .addr a {
    color:#fff !important;
}

.slider div img {
    width: 100%;
}



/*------------------------------*/
/* for PC */
/*------------------------------*/

/* パソコン用 */
@media screen and ( min-width : 768px ) {


.sp_only{ display: none !important; }
.sp_only_iblk{ display: none !important; }
#header .menu_master .toggle,#header .menu_master .togglearea{ display: none !important; }
.wrapper{ width:100%; }
.wrapper_contents_hf{ width:94%; margin: 0 auto; }
.wrapper_contents{ width:90%; margin: 0 auto; }
.wrapper_at_pc{ width:100%; }
.wrapper_at_pc_inner{ width:90%; margin: 0 auto; }
.wrapper_at_pc_inner_narrow{ width:90%; margin: 0 auto; }
.wrapper_at_pc_inner_ex{ width:80%; display: table; margin: 0 auto;}
.wrapper_at_pc_inner_ex_narrow{ width:70%; margin: 0 auto; }

.shadow { display: none !important; }

.svg_arrow_left{ vertical-align:baseline !important; }
.svg_logo_kudoh {
    width: 50%;
    vertical-align: baseline;
}


h1 a:hover,h1 a:hover img{
	filter:alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
}


#header{ position: fixed; top:0; z-index: 10; height: 150px; width:100%; }

#header .menu_master{ }
#header .menu_master .wrapper{}
#header .menu_master .wrapper_contents_hf{
	height: 42px;
	position: relative;
}
#header .menu_master .wrapper_contents_hf .mmenu{
	margin:0 3px;
	position: relative;
}
#header .menu_master .wrapper_contents_hf .mmenu li:nth-child(1) a{
	position: absolute;
	left: 0;
	top: 0;
	width:182px;

	height: 28px;
	line-height: 28px;
	color: #25a1ce;
    font-weight: bold;
}
#header .menu_master .wrapper_contents_hf .mmenu li:nth-child(2) a{
	position: absolute;
	right: 192px;
	top: 0;
	width:192px;
	height: 28px;
	line-height: 28px;
	font-size: 100%;
	background: #ff80c8;
	color: #fff;
	text-align:center;
}
#header .menu_master .wrapper_contents_hf .mmenu li:nth-child(3) a{
	position: absolute;
	right: 2px;
	top: 0;
	width:192px;
	height: 28px;
	line-height: 28px;
	font-size: 100%;
	background: #34afc1;
	color: #fff;
	text-align: center;
}
#header .menu_master .wrapper_contents_hf .mmenu li:nth-child(2) a img,#header .menu_master .wrapper_contents_hf .mmenu li:nth-child(3) a img{
	vertical-align:baseline !important;
}
#header .menu_main{
	border-bottom: 4px solid rgba(255,255,255,1);
	box-shadow: 0 0 3px 1px rgba(0,0,0,0.15);
}
#header .menu_main .wrapper{
	margin:-42px 0 0 0;
	background: rgba(61,204,225,1);
	height: 100px;
}
#header .menu_main .wrapper_contents_hf{
	position: relative;
}
#header .menu_main h1 img{
	position: absolute;
	left: 35px;
	top: 51px;
	height: 40px;
}
#header .menu_main ul.ddmenu {
	position: absolute;
    top: 40px;
    width: 715px;
    margin: 0px;
    height: 64px;
    padding: 0 0 0 20px;
    right: 0;
	text-align:right;
}
#header .menu_main ul.ddmenu li {
	padding: 0 0;
    display: inline-block;
    list-style-type: none;
    height: 100%;
    position: relative;
}
#header .menu_main ul.ddmenu a {
	color: white;             
	text-align: center;       
	text-decoration: none;    
	font-size: 100%;
	height: 64px;
    line-height: 64px;
	display: block;           
    padding: 0px 10px;
}
#header .menu_main ul.ddmenu a:hover {
	background-color: #34afc1;
	color: #fff;
	filter:alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
}
#header .menu_main ul.ddmenu a.active {
	background-color: #34afc1;
	color: #fff;
	filter:alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
}



#header .menu_sub{
	display: none;
	background: rgba(202,241,247,0.75);
}
#header .menu_sub ul.submenu {
	margin:0 auto;
	text-align:center;
    box-sizing: border-box;
    width: 100%;
    padding: 0 0;
	z-index:-2;
}
#header .menu_sub ul.submenu li {
    display: inline-block;
    list-style-type: none;
	padding:24px 8px;
}
#header .menu_sub ul.submenu li a {
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	text-decoration: underline;    
	color: rgba(0,104,53,1);             
	padding:22px 4px;
}
#header .menu_sub ul.submenu li a:hover {
	background-color: #34afc1;
	color: #fff;
	filter:alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
}
#header .menu_sub ul.submenu.dds1_menu{ display:none; text-align:center; /*padding-left: 36px !important;*/ }
#header .menu_sub ul.submenu.dds2_menu{ display:none; text-align:center; }





#footer{
	z-index: 20;
	width:100%;
	background-color: #fff;
}
#footer .menu_master{ 
	margin:-42px 0 0 0;
}
#footer .menu_master .wrapper{
	height: 42px;
	background: url(../img/bg_hs_reverse.png) repeat-x left 10px transparent;
	position: relative;
}
#footer .menu_master .wrapper_contents_hf{
	height: 42px;
	position: relative;
}
#footer .menu_master .wrapper_contents_hf .mmenu{
	height: 42px;
	background: url(../img/bg_hc_reverse.png) repeat-x left top transparent;
	margin:0 3px;
	position: relative;
}
#footer .menu_master .wrapper_contents_hf .mmenu li:nth-child(1) a{
	position: absolute;
	left: 0;
	top: 0;
	width:182px;
	height: 42px;
    padding: 12px 0 0 10px;
}
#footer .menu_master .wrapper_contents_hf .mmenu li:nth-child(2) a{
	position: absolute;
	right: 192px;
	top: 6px;
	width:192px;
	height: 34px;
	line-height: 34px;
	font-size: 139%;
	background: #ff80c8;
	color: #fff;
	text-align:center;
}
#footer .menu_master .wrapper_contents_hf .mmenu li:nth-child(3) a{
	position: absolute;
	right: 2px;
	top: 6px;
	width:192px;
	height: 34px;
	line-height: 34px;
	font-size: 139%;
	background: #34afc1;
	color: #fff;
	text-align: center;
}
#footer .menu_master .wrapper_contents_hf .mmenu li:nth-child(2) a img,#footer .menu_master .wrapper_contents_hf .mmenu li:nth-child(3) a img{
	vertical-align:baseline !important;
}
#footer .menu_master .wrapper_contents_hf ul.submenu{
	position: absolute;
	top:16px; 
	right:392px;
	display: inline-block;
}
#footer .menu_master .wrapper_contents_hf ul.submenu li{
	display: inline-block;
	padding:0 6px;
}
#footer .menu_main{
	box-shadow: 0 6px 3px 3px rgba(0,0,0,0.15);
}
#footer .menu_main .wrapper{
	box-shadow: 0px 3px 0px rgba(52,174,191,1) inset;
	background: #3dcce1;
	height: 256px;
}
#footer .menu_main .wrapper_contents_hf{
	position: relative;
}
#footer .menu_main h1 img{
	position: absolute;
	top: 58px;
	left: 35px;
}
#footer .menu_main ul.menu {
	width:328px;
	height: 112px;
	position: absolute;
	left:320px;
	top:48px;
}
#footer .menu_main ul.menu li {
	width:130px;
	display: inline-block;
	padding:12px 0;
}
#footer .menu_main ul.menu li a {
	color: #fff;
	font-size:124%;
}
#footer .menu_main .addr,#footer .menu_main .cr {
	color: #fff;
}
#footer .menu_main .addr{
	position: absolute;
	top: 58px;
	left: 600px;
	line-height: 1.2rem;
}
#footer .menu_main .cr{
	position: absolute;
	top: 180px;
	left: 36px;
}
#footer .menu_sub{
	display: none;
	background: rgba(202,241,247,0.75);
	border-bottom: 2px solid rgba(255,255,255,0.35); 
}
#footer .menu_sub ul.submenu {
	margin:0 auto;
	text-align:center;
    box-sizing: border-box;
    width: 100%;
    padding: 0 0;
	z-index:-2;
}
#footer .menu_sub ul.submenu li {
    display: inline-block;
    list-style-type: none;
	padding:24px 8px;
}
#footer .menu_sub ul.submenu li a {
	font-size: 139%;
	font-weight: normal;
	text-align: left;
	text-decoration: underline;    
	color: rgba(0,104,53,1);             
	padding:22px 4px;
}
#footer .menu_sub ul.submenu li a:hover {
	background-color: #34afc1;
	color: #fff;
	filter:alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
}
#footer .menu_sub ul.submenu.dds1_menu{ display:none; text-align:center; /*text-align:left; padding-left: 36px !important;*/ }
#footer .menu_sub ul.submenu.dds2_menu{ display:none; text-align:center; }



}










/*------------------------------*/
/* for SmartPhone -1column- */
/* iPad,iPadminiをスマホには含めない */
/*------------------------------*/

/* スマホ用 */
/* 一般的な768pxを対象とする */
@media screen and ( max-width : 767px ) {

body{ position: relative; }
.shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background: rgba(61,204,225,0.8);
    z-index: 10;
    display: none;
}


.sp_only{ display: block !important; }
.sp_only_iblk{ display: inline-block !important; }
.wrapper{ width:100%; }
.wrapper_contents_hf{ width:96%; margin: 0 auto; }


.svg_arrow_right .cls-1,.svg_arrow_right .cls-2{ fill:#fff; }
h1 a:hover,h1 a:hover img{
	filter:alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
}
.svg_arrow_right,.svg_arrow_left{ vertical-align: text-bottom; }
.svg_logo_kudoh{ width:50%; }


.toggle{
	position:absolute;
	right:10px;
	top:30px;
	display:inline-block;
	padding:5px 10px;
	text-align:center;
	text-decoration:none;
}
.togglearea{
	position:absolute;
	top:80px;
	left:0;
	width:100%;
	background:rgba(55,183,202,1);
	box-shadow:0 2px 2px rgba(0,0,0,0.2);
	text-align:left;
	z-index:300;
	display:none;
}
.togglearea_inner{}
.togglearea li{ border-top:#fff 1px solid; }
.togglearea li:first-child{ border-top:none !important; }
.togglearea li a{ display:block; padding:24px; text-decoration:none; color: #fff; }


#header{
	position: fixed;
	top:0;
	z-index: 10;
	height: 150px;
	width:100%;
}
#header .menu_master{ 
	height: 22px;
	margin:-12px 0 0 0;
}
#header .menu_master .wrapper{
	height: 20px;
	background: url(../img/bg_hs.png) repeat-x left bottom transparent;
	position: relative;
}
#header .menu_master .wrapper_contents_hf{
	height: 42px;
	position: relative;
}
#header .menu_master .wrapper_contents_hf:before{
	position: absolute;
	left: 0;
	top: 0;
	width:3px;
	height:42px;
}
#header .menu_master .wrapper_contents_hf:after{
	position: absolute;
	right: 0;
	top: 0;
	width:3px;
	height:42px;
}

#header .menu_master .togglearea{
	display: none;
}
#header .menu_master a.toggle{
	position: absolute;
    top: 0;
    right: 6px;
    width: 66px;
    height: 66px;
    background: #34afc1;
    color: #fff;
    text-align: center;
	padding-top: 26px;
	z-index: 14;
}
#header .menu_master a.toggle:hover{
	filter:alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
	cursor : pointer;
}
#header .menu_master .wrapper_contents_hf .mmenu{
	width: 100%;
	height: 42px;
	background: url(../img/bg_hc.png) repeat-x left top transparent;
	margin:0 0;
	position: relative;
	z-index: 18;
}
#header .menu_master .wrapper_contents_hf .mmenu li:nth-child(1) a{
	position: absolute;
    left: 2%;
    bottom: 20%;
    width: 40%;
    height: 22px;
	line-height: 22px;
}
#header .menu_master .wrapper_contents_hf .mmenu li:nth-child(1) a img{
	vertical-align:middle !important;
}
#header .menu_master .wrapper_contents_hf .mmenu li:nth-child(2) a{
	font-size: 77%;
	position: absolute;
    right: 32%;
    bottom: 20%;
    width: 28%;
    height: 22px;
    line-height: 22px;
	background: #ff80c8;
	color: #fff;
	text-align:center;
}
#header .menu_master .wrapper_contents_hf .mmenu li:nth-child(3) a{
	font-size: 77%;
	position: absolute;
    right: 1%;
    bottom: 20%;
    width: 30%;
    height: 22px;
    line-height: 22px;
    background: #34afc1;
    color: #fff;
    text-align: center;
}
#header .menu_main{}
#header .menu_main .wrapper{
	background: #3dcce1;
	height: 100px;
	margin:-42px 0 0 0;
    border-bottom: 2px solid #fff;
    box-shadow: 0 0 3px 3px rgba(255,255,255,0.5);
}
#header .menu_main .wrapper_contents_hf{
	position: relative;
}
#header .menu_main h1{
	margin:0 auto;
	width:150px;
}
#header .menu_main h1 a{
	position: absolute;
	top: 48px;
	width:150px;
}
#header .menu_main h1 img{}
#header .menu_main ul.ddmenu { display: none !important; }
#header .menu_sub{ display: none !important; }





#footer{
	z-index: 20;
	width:100%;
	background-color: #fff;
}
#footer .menu_master{ 
	height: 32px;
	background: #3dcce1;
}
#footer .menu_master .wrapper{
	height: 32px;
	background: url(../img/bg_hs_reverse.png) repeat-x left 10px transparent;
	position: relative;
}
#footer .menu_master .wrapper_contents_hf{
	height: 32px;
	position: relative;
}
#footer .menu_master .wrapper_contents_hf .mmenu{
	width:100%;
	height: 32px;
	background: url(../img/bg_hc_reverse.png) repeat-x left top transparent;
	margin:0 0;
	position: relative;
}
#footer .menu_master .wrapper_contents_hf .mmenu li:nth-child(1) a{
	position: absolute;
    left: 2%;
    height: 32px;
    line-height: 32px;
}
#footer .menu_master .wrapper_contents_hf .mmenu li:nth-child(1) a img{
	vertical-align: middle !important;
}

#footer .menu_master .wrapper_contents_hf .mmenu li:nth-child(2) a{
	font-size: 77%;
	position: absolute;
    right: 31%;
    bottom: 3px;
    width: 28%;
    height: 22px;
    line-height: 22px;
	background: #ff80c8;
	color: #fff;
	text-align:center;
}
#footer .menu_master .wrapper_contents_hf .mmenu li:nth-child(3) a{
	font-size: 77%;
	position: absolute;
    right: 1%;
    bottom: 3px;
    width: 30%;
    height: 22px;
    line-height: 22px;
    background: #34afc1;
    color: #fff;
    text-align: center;
}
#footer .menu_master .wrapper_contents_hf ul.submenu{ display: none !important; }





#footer .menu_main{}
#footer .menu_main .wrapper{
	background: #3dcce1;
}
#footer .menu_main .wrapper_contents_hf{
	position: relative;
}

#footer .menu_main h1{
	margin:0 auto;
	width:40%;
	padding-top: 24px;
}
#footer .menu_main h1 a{}
#footer .menu_main ul.menu {
	width:100%;
	text-align:left;
	font-size: 0;
	margin:24px auto 12px;
}
#footer .menu_main ul.menu li {
	background:#37b7ca;
	display: inline-block;
	padding:12px;
	text-align:center;
	width:50%;
	font-size: 13px;
	border:1px solid #3dcce1;
}
#footer .menu_main ul.menu li a {
	color: #fff;
	font-size:100%;
}
#footer .menu_main .addr,#footer .menu_main .cr { color: #fff; }
#footer .menu_main .addr{ line-height: 1.2rem; padding:12px; }
#footer .menu_main .cr{ padding:12px; }




}


/* eof */
