@charset "utf-8";
/*
Theme Name:AGN_WP Custom Base
Theme URI:http://www.agn.co.jp/
Description:ベーステンプレート
Version:1.0
Author:K.abe
Author URI:http://www.agn.co.jp/
*/

@import "css/reset.css";
@import "css/common.css";

@import "css/samplegrid_24col.css";
@import "css/icon.css";
@import "css/etc.css";


/* トップページ,アーカイブページ,カテゴリーページ,タグページ,検索ページ共通 */

a{transition: 0.2s}

body {
    background: #f4fbff;
padding: 0 !important;
}

#contents {
background-color: rgba(255, 255, 255, 0);
}
.post {
	margin:0px 0px 50px 0px;
	clear:both;
}

.post h2 {
	font-size:20px;
	border-bottom:dotted 1px #666;
	padding:0px 0px 7px 0px;
	margin:10px 0px 10px 0px;
}

.post h2 a {
}

.post .entry_content h2 {
        font-size:18px;
	border-left:5px solid #000;
        border-bottom:none;
	padding:0px 0px 0px 10px;
	margin:15px 0px 15px 0px;
}

.post p {
	line-height:1.8;
}

.post ul {
        list-style-type:disc;
        margin:15px 0px 15px 30px;
        line-height:1.8;
}

.post ol {
        list-style-type:decimal;
        margin:15px 0px 15px 30px;
        line-height:1.8;
}

.entry_content p {
	line-height:1.8;
}

.entry_header {
	text-align:right;
	margin:0px 0px 10px 0px;
}

.entry_footer {
	text-align:left;
	margin:5px 0px 15px 0px;
}

.more-link {
        color:#333;
	padding:1px 5px 1px 5px;
        margin:30px 20px 30px 0px;
        display:block;
        float:right;
        clear:both;
	border:solid 1px #CCC;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffffff), color-stop(0.00, #d5def6));
	background: -webkit-linear-gradient(top, #d5def6 0%, #ffffff 100%);
	background: -moz-linear-gradient(top, #d5def6 0%, #ffffff 100%);
	background: -o-linear-gradient(top, #d5def6 0%, #ffffff 100%);
	background: -ms-linear-gradient(top, #d5def6 0%, #ffffff 100%);
	background: linear-gradient(top, #d5def6 0%, #ffffff 100%);
        background-color:#d5def6;
}

.tag {
	padding:30px 0px 0px 0px;
	clear:both;
}

.pagenavi {
	clear:both;
padding:30px 0px 50px 0px;
width: 100%;
}

.pagenavi .previous_page {
	float:left;
}

.pagenavi .next_page {
	float:right;
}

/* トップページ,アーカイブページ,カテゴリーページ,タグページ,検索ページ共通 */

/* アーカイブページ,カテゴリーページ,タグページ,検索ページのh1スタイル */

.archive h1,
.category h1,
.tag h1,
.search h1{
font-weight:bold;
}

/* アーカイブページ,カテゴリーページ,タグページ,検索ページのh1スタイルend */

/* シングルページ,固定ページ */

.single > h1, .page .post > h1,
.entry_content > h3:first-child {
    font-size: 20px;
    padding: 10px 20px;
    margin: 0px 0px 30px 0px;
    background-color: #bf0008;
    line-height: 1em;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
}

.page-id-765 .entry_content > h3:first-child {
background-color: #666;
}


.single h2,
.page h2 {
	font-size:18px;
	border-left:5px solid #999;
	padding:0px 0px 0px 10px;
	margin:15px 0px 15px 0px;
}

.single .entry_content ul,
.page .entry_content ul {
        list-style-type:disc;
        margin:15px 0px 15px 30px;
        line-height:1.8;
}

.single .entry_content ol,
.page .entry_content ol {
        list-style-type:decimal;
        margin:15px 0px 15px 30px;
        line-height:1.8;
}

.post_link {
	padding:100px 0px 30px 0px;
	clear:both;
}

.previus {
	float:left;
}

.next {
	float:right;
}

/* コメント欄 */

#respond {
	margin:15px 0px 0px 0px;
}

#commentform {
	margin:0px 0px 30px 0px;
}

#commentform p{
	margin:5px 0px 5px 0px;
}

#comments {
	margin:15px 0px 15px 0px;
}

.commentlist p {
	margin:15px 0px 15px 0px;
}

.comment{
	margin:15px 0px 15px 0px;
}

.reply a {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f2f5f6), color-stop(0.00, #c8d7dc));
	background: -webkit-linear-gradient(top, #c8d7dc 0%, #f2f5f6 100%);
	background: -moz-linear-gradient(top, #c8d7dc 0%, #f2f5f6 100%);
	background: -o-linear-gradient(top, #c8d7dc 0%, #f2f5f6 100%);
	background: -ms-linear-gradient(top, #c8d7dc 0%, #f2f5f6 100%);
	background: linear-gradient(top, #c8d7dc 0%, #f2f5f6 100%);
        background-color:#c8d7dc;
	color:#333;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:1px 5px 1px 5px;
	border:solid 1px #CCC;
	margin:15px 0px 0px 0px;
}

.depth-1 {
	border:dotted 1px #666;
	padding:10px;
}

.commentlist .children {
	margin:0px 0px 0px 30px;
}

/* コメント欄end */


/* 投稿画像等設定 */

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; 
	height: auto;
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-top: 4px;
}

.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
	margin-top: 4px;
}

.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important;
	padding: 4px;
	text-align: center;
}

.wp-caption img {
	margin: 5px 5px 0;
}

.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}

.wp-smiley {
	margin: 0;
}

.gallery {
	margin: 0 auto 18px;
}

.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery img {
	border: 2px solid #cfcfcf;
}

.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}

.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}

.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}

.gallery dl {
	margin: 0;
}

.gallery img {
	border: 10px solid #f1f1f1;
}

.gallery br+br {
	display: none;
}

#content .attachment img {
	display: block;
	margin: 0 auto;
}

/* 投稿画像等設定end */

/* シングルページ,固定ページend */



#cart-info {
    text-align: right;
}
#cart-info a {
    font-size: 1.1em;
    border: solid 1px #555;
    padding: 0.5em 1em;
    display: table;
    margin: 0 0 0 auto;
    border-radius: 0.5em;
    background-color: #fff;
}


 #cart-info a:hover{
text-decoration: none;
background-color: #8df2ff;
}


.pagenavi{
margin-bottom: 80px;

}


.pagenavi span a{
text-decoration: none;
	background-color: #fff;
    border: solid 2px #004098;
    padding: 0.5em 1em;
    border-radius: 2em;
}

.pagenavi span a:hover{
    background-color: #004098;
    color: #fff;
    font-weight: bold;
}



.form-item-block {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid 2px #bbb;
    justify-content: space-around;
}

.form-item-block p{
margin-bottom: 0.5em;
}

.form-item-block .inputside input[type="text"] {
    width: 5em;
    font-size: 16px;
    padding: 2px;
}

.form-item-block .inputside select{
    font-size: 16px;
}


.imgeside{width: 30%;}
.inputside{width: 60%;}
.photoside{width: 100%;}

.snd_input p {
    border-bottom: dotted 1px #000;
    padding: 15px 10px;
}

.snd_input input[type="text"],
.snd_input input[type="tel"],
.snd_input input[type="email"]{
    font-size: 16px;
    padding: 2px;
}

.snd_input textarea {
    border: solid 1px #bbb;
    background-color: #fff;
    width: 100%;
}

.snd_input p span {
    width: 8em;
    display: inline-block;
}

.snd_input p .mwform-radio-field.horizontal-item,
.snd_input p .mwform-radio-field-text{
width: auto;
}



.snd_input p .mwform-tel-field{
width: auto;
}


.inputside select option:disabled {
  color: #000;         /* 文字色をグレー */
  background: #f5f5f5; /* 背景を薄いグレー */
  font-style: italic;  /* 斜体にして区別しやすく */
}



#form_bt{
margin-top: 80px;

}


/*  5.利用方法ページ
------------------------------------------------------------------------------------------*/
.howtopage h2{
	padding-left:10px;
	max-width:690px !important;
}
.howtopage h2:before{
	content:'G';
	font-family:CONDENSEicon;
	padding-right:10px;
	color:#fff;
}
.howtopage .howtobox{
	padding:15px;
	background-color:#FFF;
	margin-bottom:0px;
	position:relative;
    border: solid 5px #BF9967;
}

.howtopage .howtobox.howtophoto.arrow:after{
	left:220px;
}
.howtopage .howtobox p.komoku{
	margin-left:1em;
	text-indent:-1em;
}
.howtopage .howtobox p.komoku:before{
	content:'●';
	color:#FC7419;
}
.howtopage .howtobox p.burasagari{
	padding-left:1em;	
}
.howtopage strong{
	color: #ab1b01;
	font-weight: bold;
}
.howtopage .howtobox.others{
	border:1px dashed #666;
	margin-left:auto;
	margin-right:auto;
	background:none;
}
.howtopage .howtobox.others p.komoku:before{
	content:'●';
	color:#3BB255;
}


.howtopage .nexts {
    font-size: 48px;
    text-align: center;
    padding: 10px 0;
    color: #BF9967;
}

.howtopage .mgb60{
    margin-bottom: 60px;
}


.howtopage .howtophoto {
    border: 1px dashed #666;
    padding: 0 !important;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background: none !important;
}

.howtophoto .howtophoto_title {
    background: #666;
    padding: 3px 0;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
}


/*  4.差替見本ページ
------------------------------------------------------------------------------------------*/
.changepage h2{
	padding-left:10px;
	max-width:690px !important;
}

.changepage .change_nenga{
	margin-bottom:60px;	
}
.changepage .change_nenga p{
	font-size:14px;	
}
.changepage .change_nenga p strong{
	color: #ab1b01;
	font-weight: bold;
}
.changepage .change_nenga h2+ p{
	font-size:16px;	
}
.changepage .change_photobox {
    display: flex;
    overflow: hidden;
    margin: 20px auto;
    justify-content: space-evenly;
    padding: 0 140px;
}
.changepage .photo_tate{
	width:250px;
	float:left;	
	text-align:center;
}
.changepage .photo_tate img{
	width:200px;
	height:auto;
}
/*
.changepage .photo_yoko{
	width:250px;
	float:right;	
}
*/
.changepage .photo_yoko img{
	height:200px;
	width:auto;
}
.changepage .photo_yoko p{
	margin-top:15px;	
}
.changepage h3 span{
	margin-left:5px;
	font-size:14px;
	font-weight:normal;
}
.changepage .change_nenga p.shotai img{
	vertical-align:middle;
	border: solid 2px #000;
}
.changepage .change_nenga p.shotai span{
	display:inline-block;
	vertical-align:middle;
	margin-left:15px;
	text-align:left;
}
.changepage .change_nenga p.shotai span span{
	margin-left:1em;	
}
.changepage .change_mochu{
	margin-bottom:40px;	
}
.changepage .change_mochu p{
	font-size:14px;	
}
.changepage .change_mochu p strong{
	color: #ab1b01;
	font-weight: bold;
}
.changepage .change_mochu h3+p+p{
	margin-bottom:20px;	
}
.changepage h3.mochu.title02{
	border-bottom:1px solid #1C3D85;
}
.changepage h3.mochu.title02:before{
	background:#1C3D85;
}

.changepage .photo_tate img,
.changepage .photo_yoko img {
border: 1px solid #666;
}

.changepage .blueline {
color:#00a8ec;
}


/*  6.料金表ページ
------------------------------------------------------------------------------------------*/
.pricepage #pricetable h2{
	padding-left:10px;
	max-width:690px !important;
}

.pricepage #pricetable h2 span{
	font-size:16px;
	font-weight:normal;
	margin-left:5px;	
}
.pricepage #pricetable .ryokinbox{
	float:left;
}
.pricepage #pricetable table{
	font-size:14px;
	border-collapse:collapse;
	background-color:#FFF;
}
.pricepage #pricetable table th{
	padding:4px;
	font-size:13px;
}
.pricepage #pricetable table td{
	text-align:right;
	padding:4px;
	font-size:13px;
}
.pricepage #pricetable table .first td{
	text-align:center;	
}
.pricepage #pricetable .price_nenga{
	margin-bottom:40px;	
}
.pricepage #pricetable .price_nenga table{
	width:100%;	
}
.pricepage #pricetable .ryokinbox{
	overflow:hidden;	
}
.pricepage #pricetable .ryokinbox+p{
	clear:both;
	padding-top:5px;
}
.pricepage #pricetable .price_nenga .ryokinbox{
	width:335px;
}
.pricepage #pricetable .price_nenga .ryokinbox.soki{
	margin-left:30px;
}
.pricepage #pricetable .price_nenga .ryokinbox h3{
	background:#FC7419;
	color:#fff;
	font-size:17px;
	text-align:center;
	padding:5px 0;
}
.pricepage #pricetable .price_nenga .ryokinbox.normal table{
	border:1px solid #FC7419;
}
.pricepage #pricetable .price_nenga .ryokinbox.normal th{
	background:#FFB977;
	border-top:1px solid #FC7419;
	font-weight:normal;
}
.pricepage #pricetable .price_nenga .ryokinbox.normal th.first-child{
	border-top:1px solid #FC7419;
}
.pricepage #pricetable .price_nenga .ryokinbox.normal td{
	border-top:1px solid #FC7419;
}
.pricepage #pricetable .price_nenga .ryokinbox.soki table{
	border:1px solid #E74B1B;
}
.pricepage #pricetable .price_nenga .ryokinbox.soki th{
	background:#FFAD96;
	font-weight:normal;
	border-top:1px solid #E74B1B;
}
.pricepage #pricetable .price_nenga .ryokinbox.soki th.first-child{
	border-top:1px solid #E74B1B;
}
.pricepage #pricetable .price_nenga .ryokinbox.soki td{
	border-top:1px solid #E74B1B;
}
.pricepage #pricetable .price_nenga .ryokinbox.soki h3{
	background:#E74B1B;
	color:#FFFF00;
}
.pricepage #pricetable .price_nenga .others{
	margin-top:30px;
	background-color:#FFF;
	padding:15px;
}
.pricepage #pricetable .price_nenga .others p:first-child{
	font-weight:bold;
	color: #ea5532;	
}


.mochu_tb_pc {display: block;}
.mochu_tb_mb {display: none;} 


.pricepage #pricetable .price_mochu{
	margin-bottom:30px;	
}
.pricepage #pricetable .price_mochu table{
	float:left;
	width:100%;
	border:1px solid #1C3D85;
}
.pricepage #pricetable .price_mochu table th{
	padding:4px 1px;
	font-size:13px;
	border-left:1px solid #fff;
	font-weight:normal;
	background-color:#1C3D85;
	color:#fff;
	letter-spacing:-1px;
	text-align: center;
}
.pricepage #pricetable .price_mochu table th:first-child{
	border-left:1px solid #1C3D85;
}
.pricepage #pricetable .price_mochu table td{
	text-align:right;
	padding:4px;
	border:1px solid #ccc;
	font-size:13px;
	border:1px solid #1C3D85;
}
.pricepage #pricetable .price_mochu table+p{
	clear:both;
	padding-top:5px;
}


------------------------------------------------------------------------------------------*/
.aboutpage h2{
	padding-left: 10px;
    max-width: 690px !important;
}

.aboutpage dl{
	overflow:hidden;
	background:#FFE6D6;	
	margin-bottom:30px;
}
.aboutpage dt{
	width:150px;
	float:left;	
	padding:10px 0 10px 20px;
	border-top:1px solid #ccc;
	clear:both;
}
.aboutpage dd{
    padding: 10px 20px 10px 20px;
    margin-left: 170px;
    border-top: 1px solid #ccc;
    background: #fff;	
}
.aboutpage dd .burasagari{
	margin-top:20px;	
}
.aboutpage dt.height,
.aboutpage dd.height{
	height:48px;	
}


#area_info{
	margin-top:20px;
	font-size: 16px;
}
#area_info h2{
	margin-bottom:20px;
	background-image:url(../images/icon_otodoke.png);
	max-width:630px !important;
}
#area_info dl{
	overflow:hidden;
}
#area_info dt{
	float:left;
	clear:both;
	width:100px;
	margin-top:10px;
	padding-top:10px;
	padding-left:10px;
}
#area_info dd{
	padding-left:110px;
	margin-top:10px;
	padding-top:10px;
	border-top:1px solid #a9a9a9;
}
#area_info dd input , .cartlist input ,
.cartlist select , #area_info dd textarea{
	font-size:16px;
	padding:5px;
}

.cartlist input ,
.cartlist select{
	font-size:14px;
	padding:2px;
}


#area_info dd input#zipcode{
	margin-bottom:10px;
}
#area_info dd textarea{
	width:500px;
}
#area_info p.btn{
	text-align:center;
	margin-top:30px;
}
#area_info p.btn input {
	width:150px;
	font-size: 18px;
	color: #666666;
	margin:0 15px;
}




.topimg{
margin-bottom: 50px;
}


