﻿@charset "UTF-8";

body		{
            margin: 0px;
            font-family: 'メイリオ', 'hiragino Kaku Gothic Pro', sans-serif
            }

/* サイト名 */
.site h1 a	{
            color: #000000;
            text-decoration: none
            }
			
.site h1	{
            margin: 0;
            font-size: 30px
            }

.site img	{
            border: none
            }
			
				

			
/* ヘッダー画像 */
.topimg		{
            max-width:	100%;
			height:	auto;
            vertical-align: bottom
            }

			

/* キャッチコピー */
.catch		{
            margin: 0;
			padding: 15px;
			background-color: rgba(255,255,255,0.7);
            font-size: 16px
            }

			
			
/* ヘッダー画像にキャッチコピーを重ねる */
.top		{
            position: relative
            }

.catch		{
            position: absolute;
			bottom: 7%;
            left: 3%
            }
	

/* 概要 */
.gaiyou a   {
            display: block;
            background-color: #285b92;
            color: #ffffff;
            text-align: center;
            text-decoration: none
            }

.gaiyou a:hover	{
            opacity: 0.8
            }

.gaiyou i	{
            display: block;
			padding-top: 20px;
			padding-bottom: 20px;
            font-size: 38px
            }

.gaiyou .fa-info-circle {
            background-color: #208dc5
            }

.gaiyou .fa-shopping-cart {
            background-color: #208dc5
            }

.gaiyou .fa-mobile-alt {
            background-color: #208dc5
            }


.gaiyou h1	{
            margin-top: 0;
			margin-bottom: 0;
			padding-top: 5px;
			padding-bottom: 5px;
			font-size: 16px;
            font-weight: normal
            }

.gaiyou p   {
            margin-top: 0;
            margin-bottom: 0;
            padding-top: 15px;
            padding-bottom: 15px;
            background-color:#0579b6;
            font-size: 11px
            }



/* お知らせ */
.news		{
            padding: 20px;
            border: solid 2px #dddddd
            }
			
.news h1	{
            margin-top: 0;
			margin-bottom: 5px;
			font-size: 16px;
            color: #666666
            }
			 
.news ul	{
            margin: 0;
			padding:	0;
            list-style: none
            }

.news li a	{
            display: block;
			padding: 5px;
			border-bottom: dotted 2px #dddddd;
			color:	#000000;
			font-size: 14px;
            text-decoration: none
            }

.news li a:hover {
            background-color: #eeeeee
            }

.news time	{
            color:	#888888;
            font-weight:	bold
            }

.news a:after	{
            content: "";
			display: block;
            clear: both
            }
				
.news time	{
            float: left;
            width: 60px
            }

.news .text	{
            float: none;
			width: auto;
            margin-left: 90px
            }



/* SNS メニュー */
.follow ul	{
            margin: 0;
			padding: 0;
            list-style: none
            }

.follow li a {
            display: block;
			margin-bottom: 10px;
			padding: 10px;
			border-radius: 4px;
			color: #ffffff;
			font-size:12px;
            text-decoration: none
            }

.follow li a:hover {
            opacity: 0.8
            }

.follow-tw	{
            background-color: #63bafb
            }
.follow-fb	{
            background-color: #5288f7
            }
.follow-gp	{
            background-color: #f65d4a
            }

.follow i	{
            margin-right: 10px; 
			font-size: 18px;
            vertical-align: middle
            }
				
				
				

/* 補足説明 */
.follow p	{
            margin-top: 0;
			margin-bottom: 20px;
			padding: 10px;
			background-color: #dddddd;
			font-size: 14px;
            text-align: center
            }
				

.follow-info {
            position: relative;
            background: #dddddd
            }
				
				
.follow-info:after 	{
            top: 100%;
			left: 50%;
			border: solid transparent;
			content: " ";
			height: 0;
			width: 0;
			position: absolute;
			pointer-events: none;
			border-color: rgba(221, 221, 221, 0);
			border-top-color: #dddddd;
			border-width: 15px;
			margin-left: -15px;
			}			

					
					
/* 記事 */
.kiji h1 {
            margin-top: 0;
            margin-bottom: 20px;
            padding-left: 20px;
            border-left: solid 20px #285b92;
            font-size: 20px;
            font-weight: normal
            }
				
.kiji h2	{
            margin-top: 50px;
			margin-bottom: 20px;
			border-bottom: solid 1px #dddddd;
			font-size: 18px;
            font-weight: normal
            }

.kiji h2 i	{
            margin-right: 7px;
            color: #888888
            }
				
.kiji li	{
            max-width: 640px;
            font-size: 14px;
            margin-top: 0;
            margin-bottom: 10px
            }


.kiji .lead	{
            max-width: 100%;
			font-size: 14px;
            color: #666666
            }

.kiji .abouttax {
            font-size: 12px;
            }

.kiji img	{
            max-width: 100%;
			height: auto;
            margin-bottom: 5px
            }


/* お問い合わせ */
.contactusimg {
            max-width: 100%;
            height:auto;
            margin-bottom: 5px;
            }

.contactus h1 {
            margin-top: 0;
            margin-bottom: 5px;
            padding-left: 10px;
            border-left: solid 20px #285b92;
            font-size: 16px;
            font-weight: normal
            }

.contactus {
            box-sizing: border-box;
            padding-bottom:20px
            }

.contactus input[type=text], select, textarea {
            width: 90%;
            padding: 12px;
            border: 1px solid #ccc;
            border-radius: 4px;
            resize: vertical
            }

.contactus label {
            padding: 12px 0px 12px 0;
            display: inline-block
            }

.contactus input[type=submit] {
            background-color: #285b92;
            color: white;
            margin-top: 10px;
            margin-right: 20px;
            padding: 12px 20px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            float: right
            }

.contactus input[type=submit]:hover {
            background-color: #7b8a99}

.contactus .container {
            border-radius: 5px;
            background-color: #f2f2f2;
            padding: 20px
            }

.contactus .col25 {
            float: left;
            width: 25%;
            margin-top: 6px
            }

.contactus .col75 {
            float: left;
            width: 75%;
            margin-top: 6px
            }






/* お問い合わせフォーム　エラー表示 */
input + div, select + div, textarea + div {
	        float: center;
	        color: red;
	        margin-top: 0px;
            margin-bottom: 10px;
            }

.error-form {
            border-color: #fb9a93 !important;
            }

.furigana_caution{
            float: center;
            color: red;
            margin-top: 0px;
            margin-bottom: 10px;
            }

/* お問い合わせ確認画面 */
confirming h1 {
    font-size: x-small;
    color: darkgray;
}

p.confirm {
font-size: xx-small;
border: 0.1px solid white;
border-radius: 5px;
margin-top: 3px;
padding: 5px 3px 5px 10px;
}
label      {
font-size: x-small;
}
p.topcontents        {
            font-size: x-small;
}
p.check    {
    background-color: white;
    border: 0.5px solid #ccc;
    border-radius: 5px;
    margin-top: 3px;
    padding: 5px 3px 5px 10px;
}
input[type=button] {
background-color: #888888;
color: white;
margin-top: 10px;
padding: 12px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
}

input[type=button]:hover {
background-color: #aaaaaa;
}

button[type=submit] {
background-color: #003366;
color: white;
margin-top: 10px;
padding: 12px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
}

button[type=submit]:hover {
background-color: #006699;
}

button[type=button] {
background-color: #003366;
color: white;
margin-top: 10px;
padding: 12px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
}

button[type=button]:hover {
background-color: #006699;
}




/* パンくずリスト */
.bread      {
            margin-bottom: 20px
            }

.bread ol	{
            margin: 0;
			padding: 0;
            list-style: none
            }
				
.bread li a	{
            display: inline-block;
			padding: 0;
			color: #000000;
			font-size: 14px;
            text-decoration: none
            }

.bread li a:hover {
            background-color: #eeeeee
            }

.bread ol:after	{
            content: "";
			display: block;
            clear: both
            }

.bread li	{
            float: left;
            width: auto
            }

.bread li:after	{
            content: '\003e';
			margin-left: 10px;
			margin-right: 10px;
            color: #888888
            }
				
				
				
/* サイドメニュー left index */
.sidemenu	{
            border: solid 6px #dddddd
            }

.sidemenu h1 {
            margin: 0;
			padding: 10px;
			font-size: 16px;
            font-weight: normal
            }
				
.sidemenu h1 i {
            margin-right: 5px;
			color: #8abc60;
            font-size: large
            }
				
.sidemenu ul {
            margin: 0;
			padding: 0;
            list-style: none
            }

.sidemenu li a {
            display: block;
			padding: 10px;
			border-top: solid 1px #dddddd;
			color: #000000;
			font-size: 14px;
            text-decoration: none
            }

.sidemenu li a:hover {
            background-color: #eeeeee
            }



/* コピーライト */
.copyright p {
            margin: 0;
			color:	#888888;
            font-size: 10px
            }


				
/* header の下に罫線を挿入(contents ページのみ) */
.contents .header {
            border-bottom: solid 1px #0c0707
            }



/* company addressの文字間隔 */
.company-name {
            margin-bottom: -15px;
            }
.company-name span {
            font-size: 21px;
            font-weight:bold;
            margin-left:7px;
            }



/* footer をバーの形にする */
.footer     {
            padding-top: 15px;
            padding-bottom: 15px;
            background-color: #dddddd
            }



/* ボックスの左右 */
.header, .info, .footer, .pickup, .box7, .company-address, .contactus {
            padding-left: 15px;
            padding-right: 15px
            }

					
				
/* ボックスの上下 */
.header		{
            padding-top: 20px;
            padding-bottom: 10px
            }

.info		{
            padding-top:	20px;
            padding-bottom: 20px
            }

.info-main	{
            padding-bottom: 20px
            }

.pickup		{
            padding-top: 20px
            }

.pickup-1, .pickup-2, .pickup-3	{
            padding-bottom: 10px
            }

.box7		{
            padding-top: 25px;
            padding-bottom: 25px
            }


/* Clear floats after the columns */
.contactus .row:after {
            content: "";
            display: table;
            clear: both;
            }




            
/* ### 359px 以下 ### */
@media (max-width: 359px){
	
    /* サイト名 */
    .site img	{
                width: 225px;
                height: auto
                }

            }


/* ### 599px 以下 ### */
@media screen and (max-width: 599px){

    /* ナビゲーション */
	.menu li a	{
                padding: 10px 7px;
                font-size: 11px
                }
	
	/* キャッチコピー */
	.catch		{
                padding: 5px 10px;
                font-size: 	12px
                }

	/* 記事 */
	.kiji h1	{
                font-size: 20px
                }
	
	.kiji h2	{
                font-size: 18px
                }
	
	.kiji .lead	{
                font-size: 14px
                }

    .company-address h2 {
                margin-top:-10px;
                margin-bottom:-10px;
                font-size: 14px
                }

    .company-address {
                padding-top: 0;
                padding-bottom: 0;
                font-size: 11px
                }

    /* お問い合わせ */
    .contactus .col25, .contactus .col75 {
                width: 95%;
                margin-top: 10px;
                margin-bottom: -15px;
                float: left;
                }
   
    .contactus input[type=submit] {
                width: 92%;
                margin-top: 30px;
                float: left;
                }

            }



/* ### 767px 以下 ### */
@media (max-width: 767px)	{
	/* トグルボタン */
    #menubtn {
                padding: 4px 8px 4px 12px;
                border: solid 1px #285b92;
                border-radius: 5px;
                background-color: #ffffff;
                position: absolute;
                top: 20px;
                right: 15px;
                cursor: pointer
                }
	
	#menubtn:hover {
                background-color: #dddddd
                }
	
	#menubtn:focus {
                outline: none
                }

    #menubtn i {
                color: #285b92;
                font-size: 18px
                }
	
	#menubtn span {
                display: inline-block;
                text-indent: -9999px
                }
	
	/* ナビゲーション(縦並び) */
	.menu		{
                display: none
                }
	
	.menu ul	{
                margin:0;
				padding: 0;
                list-style: none
                }
				
	.menu li a	{
                display: block;
				padding: 5px;
				color: #285b92;
				font-size: 14px;
                text-decoration: none
                }
				
	.menu li a:hover {
                background-color: #eeeeee
                }
            }

					
/* ### 768px 以上 ### */
@media (min-width: 768px) {
	
	/* トグルボタン */
	#menubtn	{
                display: none
                }

	/* ナビゲーション */
	#menu		{
                display: block !important
                }
	
	.menu ul	{
                margin: 0;
				padding: 0;
                list-style: none
                }

    .menu li a {
                display: block;
                padding: 10px 15px;
                color: #285b92;
                font-size: 14px;
                text-decoration: none
                }

	.menu li a:hover {
                background-color: #eeeeee
                }

	.menu ul:after {
                content: "";
				display: block;
                clear: both
                }

	.menu li	{
                float: left;
                width: auto
                }

				

	/* header-site と header-nav を横に並べる設定 */
	.header:after {
                content: "";
				display: block;
                clear: both
                }

	.header-site {
                float: left;
                width:	auto
                }
				
	.header-nav	{
                float: right;
                width:	auto
                }

				
	/* pickup-1,pickup-2,pickup-3 を横に並べる設定 */
	.pickup:after {
                content: "";
				display: block;
                clear: both
                }
	
	.pickup-1	{
                float: left;
				width: 32%;
                margin-right: 2%
                }

	.pickup-2	{
                float: left;
				width: 32%;
                margin-right: 2%
                }

	.pickup-3	{float: left;
                width: 32%
                }

	
	/* info.1 と info.2 を横に並べる設定 */
	.info:after	{
                content: "";
				display: block;
                clear: both
                }
	
	.info-main	{
                float: left;
				width: 70%;
				padding-right: 35px;
				-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
                box-sizing: border-box
                }
	
	.info-sub	{
                float: left;
                width: 30%
                }

            }


/* ### 1190px以下 ### */
@media (min-width: 1190px)	{
	
	/* 全体の横幅を固定 */
	.photo, .info, .header-inner, .footer-inner, .pickup, .box7, .contactus, .company-address {
                width: 1140px;
				margin-left: auto;
                margin-right: auto
                }

	/* BOX A の下に罫線を挿入 */
	.header		{
                margin-bottom: 20px;
                border-bottom: solid 1px #dddddd
                }
				
            }
